diff --git a/pkg/icomoon/Read Me.txt b/pkg/icomoon/Read Me.txt new file mode 100644 index 0000000..723a49e --- /dev/null +++ b/pkg/icomoon/Read Me.txt @@ -0,0 +1,7 @@ +Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. + +To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/docs/#local-fonts + +You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. + +You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection. diff --git a/pkg/icomoon/demo-files/demo.css b/pkg/icomoon/demo-files/demo.css new file mode 100644 index 0000000..39b8991 --- /dev/null +++ b/pkg/icomoon/demo-files/demo.css @@ -0,0 +1,152 @@ +body { + padding: 0; + margin: 0; + font-family: sans-serif; + font-size: 1em; + line-height: 1.5; + color: #555; + background: #fff; +} +h1 { + font-size: 1.5em; + font-weight: normal; +} +small { + font-size: .66666667em; +} +a { + color: #e74c3c; + text-decoration: none; +} +a:hover, a:focus { + box-shadow: 0 1px #e74c3c; +} +.bshadow0, input { + box-shadow: inset 0 -2px #e7e7e7; +} +input:hover { + box-shadow: inset 0 -2px #ccc; +} +input, fieldset { + font-family: sans-serif; + font-size: 1em; + margin: 0; + padding: 0; + border: 0; +} +input { + color: inherit; + line-height: 1.5; + height: 1.5em; + padding: .25em 0; +} +input:focus { + outline: none; + box-shadow: inset 0 -2px #449fdb; +} +.glyph { + font-size: 16px; + width: 15em; + padding-bottom: 1em; + margin-right: 4em; + margin-bottom: 1em; + float: left; + overflow: hidden; +} +.liga { + width: 80%; + width: calc(100% - 2.5em); +} +.talign-right { + text-align: right; +} +.talign-center { + text-align: center; +} +.bgc1 { + background: #f1f1f1; +} +.fgc1 { + color: #999; +} +.fgc0 { + color: #000; +} +p { + margin-top: 1em; + margin-bottom: 1em; +} +.mvm { + margin-top: .75em; + margin-bottom: .75em; +} +.mtn { + margin-top: 0; +} +.mtl, .mal { + margin-top: 1.5em; +} +.mbl, .mal { + margin-bottom: 1.5em; +} +.mal, .mhl { + margin-left: 1.5em; + margin-right: 1.5em; +} +.mhmm { + margin-left: 1em; + margin-right: 1em; +} +.mls { + margin-left: .25em; +} +.ptl { + padding-top: 1.5em; +} +.pbs, .pvs { + padding-bottom: .25em; +} +.pvs, .pts { + padding-top: .25em; +} +.unit { + float: left; +} +.unitRight { + float: right; +} +.size1of2 { + width: 50%; +} +.size1of1 { + width: 100%; +} +.clearfix:before, .clearfix:after { + content: " "; + display: table; +} +.clearfix:after { + clear: both; +} +.hidden-true { + display: none; +} +.textbox0 { + width: 3em; + background: #f1f1f1; + padding: .25em .5em; + line-height: 1.5; + height: 1.5em; +} +#testDrive { + display: block; + padding-top: 24px; + line-height: 1.5; +} +.fs0 { + font-size: 16px; +} +.fs1 { + font-size: 32px; +} + diff --git a/pkg/icomoon/demo-files/demo.js b/pkg/icomoon/demo-files/demo.js new file mode 100644 index 0000000..6f45f1c --- /dev/null +++ b/pkg/icomoon/demo-files/demo.js @@ -0,0 +1,30 @@ +if (!('boxShadow' in document.body.style)) { + document.body.setAttribute('class', 'noBoxShadow'); +} + +document.body.addEventListener("click", function(e) { + var target = e.target; + if (target.tagName === "INPUT" && + target.getAttribute('class').indexOf('liga') === -1) { + target.select(); + } +}); + +(function() { + var fontSize = document.getElementById('fontSize'), + testDrive = document.getElementById('testDrive'), + testText = document.getElementById('testText'); + function updateTest() { + testDrive.innerHTML = testText.value || String.fromCharCode(160); + if (window.icomoonLiga) { + window.icomoonLiga(testDrive); + } + } + function updateSize() { + testDrive.style.fontSize = fontSize.value + 'px'; + } + fontSize.addEventListener('change', updateSize, false); + testText.addEventListener('input', updateTest, false); + testText.addEventListener('change', updateTest, false); + updateSize(); +}()); diff --git a/pkg/icomoon/demo.html b/pkg/icomoon/demo.html new file mode 100644 index 0000000..c70bf97 --- /dev/null +++ b/pkg/icomoon/demo.html @@ -0,0 +1,374 @@ + + + + + IcoMoon Demo + + + + + +
+

Font Name: icomoon (Glyphs: 24)

+
+
+

Grid Size: Unknown

+
+
+ + icon-git +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cube +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-game +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-card +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-book +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-git1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-moji_a +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-archlinux +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-archlinuxjp +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-syui +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-phoenix-power +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-phoenix-world +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-power +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-phoenix +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-honeycomb +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-ai +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-robot +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-sandar +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-moon +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-home +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cloud +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-api +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-aibadge +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-aiterm +
+
+ + +
+
+ liga: + +
+
+
+ + +
+

Font Test Drive

+ + +
  +
+
+ +
+

Generated by IcoMoon

+
+ + + + diff --git a/pkg/icomoon/fonts/icomoon.eot b/pkg/icomoon/fonts/icomoon.eot new file mode 100644 index 0000000..95caa7b Binary files /dev/null and b/pkg/icomoon/fonts/icomoon.eot differ diff --git a/pkg/icomoon/fonts/icomoon.svg b/pkg/icomoon/fonts/icomoon.svg new file mode 100644 index 0000000..665487e --- /dev/null +++ b/pkg/icomoon/fonts/icomoon.svg @@ -0,0 +1,34 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pkg/icomoon/fonts/icomoon.ttf b/pkg/icomoon/fonts/icomoon.ttf new file mode 100644 index 0000000..c0fa4d6 Binary files /dev/null and b/pkg/icomoon/fonts/icomoon.ttf differ diff --git a/pkg/icomoon/fonts/icomoon.woff b/pkg/icomoon/fonts/icomoon.woff new file mode 100644 index 0000000..e31da24 Binary files /dev/null and b/pkg/icomoon/fonts/icomoon.woff differ diff --git a/pkg/icomoon/selection.json b/pkg/icomoon/selection.json new file mode 100644 index 0000000..c513d26 --- /dev/null +++ b/pkg/icomoon/selection.json @@ -0,0 +1 @@ +{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M500.438 47.045c-12.574 1.59-25.871 7.010-36.855 15.031-2.385 1.734-45.527 44.154-95.896 94.306-50.369 50.080-95.535 95.029-100.377 99.798-29.701 29.267-201.548 202.777-202.993 204.872-0.939 1.373-2.457 3.396-3.396 4.408-1.807 2.023-2.963 3.902-6.576 11.129-10.695 21.607-10.768 49.935-0.072 71.398 3.469 7.010 4.625 8.889 6.865 11.562 1.156 1.373 3.469 4.191 5.131 6.359 3.83 4.914 392.69 393.774 393.774 393.774 0.434 0 2.602 1.59 4.77 3.541 8.311 7.227 23.775 13.080 38.662 14.67 20.090 2.096 43.576-4.119 55.717-14.67 2.168-1.951 4.336-3.541 4.77-3.541 1.084 0 389.944-388.86 393.774-393.774 1.662-2.168 3.975-4.986 5.131-6.359 2.24-2.674 3.396-4.553 6.865-11.562 10.695-21.463 10.623-49.791-0.072-71.398-3.613-7.227-4.77-9.105-6.576-11.129-0.939-1.012-2.457-3.035-3.396-4.408-1.445-2.096-173.292-175.605-202.993-204.872-4.842-4.77-50.008-49.719-100.377-99.798-50.369-50.152-93.511-92.572-95.896-94.306-17.344-12.646-37.867-17.777-59.98-15.031zM337.551 315.944c14.019 14.814 33.748 35.265 43.865 45.455 10.045 10.189 18.789 19.223 19.367 20.090 0.578 0.795 1.445 1.518 1.807 1.518s3.035-1.734 5.926-3.902c16.549-12.43 39.385-23.197 60.775-28.617 16.404-4.191 25.799-5.348 42.709-5.348s26.305 1.156 42.709 5.348c21.391 5.42 44.226 16.187 60.775 28.617 2.891 2.168 5.564 3.902 5.926 3.902s1.229-0.723 1.807-1.518c0.578-0.867 9.322-9.9 19.367-20.090 10.117-10.189 29.846-30.641 43.937-45.455l25.582-26.955 5.275 5.275c6.287 6.143 17.416 17.56 24.209 24.787l4.842 5.059-11.707 12.357c-6.432 6.721-23.703 24.932-38.445 40.396-14.67 15.537-29.629 31.219-33.242 34.904-3.541 3.758-6.576 7.227-6.721 7.805-0.145 0.506 1.734 4.191 4.191 8.021 9.178 14.525 16.91 32.592 21.391 49.719 4.047 15.609 5.492 27.316 5.637 45.383 0 8.6-0.072 15.754-0.289 15.898-0.217 0.072-0.939 4.047-1.662 8.816-4.119 28.834-15.898 56.728-34.326 81.299-7.227 9.611-21.607 24.281-30.496 31.219-23.775 18.355-51.67 30.93-79.131 35.627-3.975 0.65-7.443 1.373-7.732 1.518-0.361 0.217-0.578 29.412-0.578 64.967 0 58.174-0.145 64.533-1.156 64.967-1.445 0.578-38.879 0.578-40.324 0-1.012-0.434-1.156-6.793-1.156-64.967 0-35.555-0.217-64.75-0.578-64.967-0.289-0.145-3.758-0.867-7.732-1.518-27.461-4.697-55.355-17.271-79.131-35.627-8.889-6.937-23.269-21.607-30.496-31.219-18.428-24.57-30.207-52.465-34.326-81.299-0.723-4.77-1.445-8.744-1.662-8.816-0.217-0.145-0.289-7.299-0.289-15.898 0.145-18.066 1.59-29.773 5.637-45.383 4.48-17.127 12.213-35.193 21.391-49.719 2.457-3.83 4.336-7.516 4.191-8.021-0.145-0.578-3.107-4.047-6.721-7.805-3.541-3.686-18.5-19.367-33.242-34.904-14.67-15.465-32.014-33.676-38.445-40.396l-11.707-12.357 4.77-5.059c4.77-4.986 29.34-29.99 29.557-29.99 0.072 0 11.562 12.141 25.654 26.883z","M497.908 435.543c-29.195 5.059-54.054 25.148-65.472 52.681-13.73 33.242-5.131 72.554 21.174 97.125 29.484 27.533 73.494 31.219 107.603 9.033 7.877-5.131 19.584-16.693 24.498-24.209 25.437-39.168 16.91-90.621-19.728-118.154-19.367-14.598-44.443-20.668-68.074-16.476z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git"]},"attrs":[{},{}],"properties":{"order":2,"id":0,"name":"git","prevSize":32,"code":59649},"setIdx":0,"setId":3,"iconIdx":0},{"icon":{"paths":["M303 174.2c-124.2 55.2-200.2 90-203.8 93.4-3.2 3-7.4 9-9.4 13.4-3.6 7.6-3.8 18.2-3.8 231.6 0 216.2 0.2 223.8 3.8 231 2.2 4 6.4 9.8 9.6 12.8 3.6 3.4 78 37.6 203.8 93.4 219.2 97.4 205.4 92.4 229.2 83.4 7-2.6 96.6-42.2 199.4-88 121-53.8 189-85 192.8-88.6 3.2-3 7.6-9.2 9.6-13.6 3.6-7.6 3.8-18.2 3.8-230.6 0-245.2 0.8-230.2-12.4-243.8-4.8-5-49.2-25.6-204.4-94.6-183.8-81.6-199-88-209.2-88s-27 7.2-209 88.2zM651 236.4c74.8 33 136.6 60.8 137.4 61.6 0.8 0.6-61 29-137.4 62.8l-138.8 61.8-139-61.8c-107-47.6-138.2-62.2-135.6-63.6 9-5.2 271.8-121 274.4-121.2 1.6 0 64.2 27.2 139 60.4zM854 531.6v165.8l-147.4 65.6c-81.2 36-148.8 66-150.2 66.4-2 0.8-2.4-32.6-2-165.6l0.6-166.6 147-65.6c80.8-36 148.2-65.4 149.6-65.4 1.8-0.2 2.4 34.2 2.4 165.4zM318.6 452.4c6 10.2 13 22.4 15.6 27 3.6 6.4 7 9.2 15.2 12.6 34.4 14.2 61 42.6 71.6 76.6 6.4 20 8.2 39 5.2 56.4l-2.4 14 15.2 34.8c9.4 21 14.6 35.4 13.6 36.4-1.2 1.2-9.8 0.8-21.8-1-10.8-1.6-26.6-3.6-35-4.4-15.2-1.2-15.6-1.2-27 5.8-16.4 10.2-32.8 15.4-56.4 18.4-15.4 2-46.6-6.6-66.4-18.2-12.4-7.2-12.8-7.2-27.8-6-8.4 0.8-24.2 2.8-35 4.4-11.4 1.6-20.6 2.2-21.6 1.2-1.6-1.6 3.2-13.6 18.4-47.4 10.2-22.8 10.2-22.6 7.8-40.2-7.2-50.4 21.2-103.8 66.6-125.4 8-3.8 16-7.4 17.6-8 1.6-0.4 10-13.2 18.6-28.2 8.8-15 16-27.2 16.4-27.2s5.6 8.4 11.6 18.4z","M286.6 539.6c-34.8 12.4-54.4 48-45.6 82.6 8.6 33.8 36.4 55.2 69.6 53.4 52.8-2.8 82.4-62.4 53.4-107.2-4.2-6.6-10.6-14.2-14.4-17-18.2-14-43.6-18.8-63-11.8z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["cube"],"grid":0},"attrs":[{},{}],"properties":{"order":510,"id":0,"name":"cube","prevSize":32,"code":59648},"setIdx":1,"setId":2,"iconIdx":0},{"icon":{"paths":["M359 192c-60.4 1.4-71.4 2.6-99.2 12.2-35.2 12-63.2 29.4-91.2 56.4-29.6 28.6-49.4 60.8-61.4 99.4-7.8 25.4-73.4 363.2-74.6 385.2-3.8 63.8 37 122.6 99.4 143.2 17 5.6 21.6 6.4 43 6.4 16.8 0 28-1 37-3.4 17.6-4.6 43-17.4 54.8-27.6 5.4-4.8 47-49.8 92.6-100.2l82.8-91.6h140.8l79 88.2c43.4 48.6 84.6 93.4 91.4 99.8 42.4 38.8 104.6 47 158.4 20.6 15.8-7.6 22-12.2 36.2-26.4 23.4-23.2 36.8-47.6 42-76.4 4.6-25.6 3.6-32.4-31.8-216-18.8-97.6-36-184-38.2-192-11.2-42.4-31.8-77.8-64-109.8-39.2-39-89.2-62.6-144-68-20.6-2-258.6-2-353 0zM745.6 365c31 15.6 48.2 47.4 44 82-1.2 11.4-0.8 13 8.6 34.8 5.6 12.4 9.4 23.4 8.4 24.4-0.8 0.8-11.6 0.2-23.8-1.6l-22.2-3-10.8 6c-20.2 11.4-39.4 13.6-61 7.6-6.4-2-15.2-5.8-19.6-8.6l-7.6-5-23.4 3c-12.8 1.8-23.8 2.4-24.6 1.8-0.6-0.8 3.2-11.4 8.6-23.4 9.4-21.6 9.6-22.4 8.4-37-2.6-35.6 14.6-66.4 45.6-81.8 12.4-6 13.6-7.2 23.6-24.4l10.6-18.2 10.4 18.2c10.2 17.6 11 18.4 24.8 25.2zM369.6 341.4c9.8 7.2 12.6 14.6 13.8 37.2l1.2 20.8 22 1.2c24.8 1.4 29.2 3.2 37 16.6 8 13.8 4 31-9.8 41.2-4 3-10 4-27.2 5l-22 1.2-1 21.8c-1 17.6-2 23-5 27.2-10.4 14-27.6 18.2-41.4 10-13.4-7.8-15.2-12.2-16.6-37l-1.2-22-20.6-1.2c-29.2-1.6-39.2-8-42-27-1.2-7.6-0.6-10.8 3.4-18.2 7-13.2 13.6-16.2 38.6-17.6l21.2-1.2 0.2-11.2c0.2-6.2 0.2-14.8 0-19.2-0.4-10.6 6.6-22.6 16.8-28.6 9.8-5.6 24.4-5.2 32.6 1z","M696 392.6c-3.8 1.2-11 6.4-16.2 11.4-37.4 36.2 4 97.8 50.2 74.8 5-2.4 11-6.6 13.4-9.2 6.2-6.6 12.6-21.4 12.6-29.8 0-9.6-4.6-24-9.8-31.6-9.4-13.2-34-20.8-50.2-15.6z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["game"],"grid":0},"attrs":[{},{}],"properties":{"order":507,"id":1,"name":"game","prevSize":32,"code":59861},"setIdx":1,"setId":2,"iconIdx":1},{"icon":{"paths":["M73.4 116c-24.2 3.2-49 20-62 42.2-12 20.6-11.6 2.2-11 360l0.6 326.8 4.8 11.6c9.2 23 30.4 43 53.6 50.6 11.2 3.6 24.6 3.8 452.6 3.8s441.4-0.2 452.6-3.8c23.2-7.6 44.4-27.6 53.6-50.6l4.8-11.6 0.6-326.8c0.4-290 0.2-328.2-2.6-339-7.2-28-26.8-49.2-56-60.4-9.8-3.6-22.2-3.8-445-4-239.2-0.2-440.2 0.4-446.6 1.2zM329.2 353c12 20.6 17 27.4 20.8 28.4 8 2 27 12.8 38.8 22 22.4 17.6 39.8 48.2 45.4 79.6 2 12.2 1.8 25-1.2 46.6-0.6 4.6 1 10.8 5.2 20 3.4 7.4 7.8 17.4 9.8 22.4s6.4 14.8 9.8 22c3.4 7 5.4 13.6 4.4 14.6s-8.8 0.6-17.4-0.6c-8.8-1.2-25.4-3.2-37.2-4.6-20-2.4-21.6-2.2-26 1.2-6.8 5.6-21.2 12.6-36.8 17.6-31.6 10.6-76 3.2-103.2-16.8-5.2-4-6.4-4-28-1.6-12.4 1.2-28.8 3.2-36.2 4.4-9 1.4-14.4 1.6-15.8 0.2-1.8-1.8 6.4-22.6 23-58.4l6.8-15.2-2.8-12.8c-4.8-22.8-1-49 11.4-75 13.6-28.2 38-51.4 66.4-63 11.2-4.6 11.4-4.6 27.6-32.4 9-15.2 17-27.2 17.8-26.8 0.8 0.6 8.6 13.2 17.4 28.2zM905.4 346.8c5.4 4.6 5.6 5.4 5.4 24 0 17.2-0.6 19.8-4.6 23.8l-4.4 4.4h-267.6l-4.4-4.4c-4-4-4.6-6.6-4.6-23.8-0.2-18.6 0-19.4 5.4-24l5.6-4.8h263.6l5.6 4.8zM905.4 460.8c5.4 4.6 5.6 5.6 5.6 22.6 0 21-3.2 27.8-13.4 29.6-3.6 0.6-64.4 1-135 0.6l-128.4-0.6-4.6-4.4c-4-4.2-4.4-6.6-4.6-23.8 0-18.6 0.2-19.2 5.6-24l5.6-4.8h263.6l5.6 4.8zM906 575c4.6 4.6 5 6.6 5 22.6 0 23-2.6 27.6-17.4 29.4-5.8 0.6-66.6 1-135 0.6l-124.4-0.6-4.6-4.4c-4-4-4.4-6.6-4.6-23.4 0-17.2 0.4-19.4 4.8-24 4.8-5 5.2-5.2 40-5.8 19.4-0.4 79.2-0.4 133.2 0l98 0.6 5 5z","M299.8 430.2c-34.8 8.2-57.8 35.4-58.2 68.8-0.4 22.2 6 38.4 21.2 53.8 13.6 13.8 27.6 19.4 47.8 19.6 14.8 0.2 18.2-0.6 29.8-6.2 39.2-18.6 53.2-67.6 29.6-104-7.6-11.8-24-26-30-26.2-1.8 0-4-0.8-5-1.8-2.4-2-19.4-6.2-24.4-6-2 0.2-6.8 1-10.8 2z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["card"],"grid":0},"attrs":[{},{}],"properties":{"order":508,"id":2,"name":"card","prevSize":32,"code":59862},"setIdx":1,"setId":2,"iconIdx":2},{"icon":{"paths":["M224.457 2.514c-39.543 6.629-73.143 24.457-103.314 54.629-30.857 30.857-48 63.771-54.629 105.143-3.429 20.571-3.429 678.857 0 699.429 6.629 41.371 23.771 74.286 54.629 105.143s63.771 48 105.143 54.629c9.829 1.6 125.257 2.514 346.514 2.514 377.143 0 346.971 1.6 367.771-19.2 14.629-14.629 20.571-30.171 18.743-48.457-1.6-15.314-11.2-33.371-22.629-42.514l-8.686-6.857v-162.286l6.629-7.771c10.514-11.886 18.057-26.057 21.943-41.143 3.2-12.343 3.429-49.143 2.971-317.714l-0.686-303.771-5.257-12.571c-10.514-25.829-29.486-44.8-55.314-55.314l-12.571-5.257-324.571-0.229c-182.4-0.229-329.829 0.457-336.686 1.6zM545.371 202.286c13.714 23.543 19.429 31.314 23.771 32.457 9.143 2.286 30.857 14.629 44.343 25.143 25.6 20.114 45.486 55.086 51.886 90.971 2.286 13.943 2.057 28.571-1.371 53.257-0.686 5.257 1.143 12.343 5.943 22.857 3.886 8.457 8.914 19.886 11.2 25.6s7.314 16.914 11.2 25.143c3.886 8 6.171 15.543 5.029 16.686s-10.057 0.686-19.886-0.686c-10.057-1.371-29.029-3.657-42.514-5.257-22.857-2.743-24.686-2.514-29.714 1.371-7.771 6.4-24.229 14.4-42.057 20.114-36.114 12.114-86.857 3.657-117.943-19.2-5.943-4.571-7.314-4.571-32-1.829-14.171 1.371-32.914 3.657-41.371 5.029-10.286 1.6-16.457 1.829-18.057 0.229-2.057-2.057 7.314-25.829 26.286-66.743l7.771-17.371-3.2-14.629c-5.486-26.057-1.143-56 13.029-85.714 15.543-32.229 43.429-58.743 75.886-72 12.8-5.257 13.029-5.257 31.543-37.029 10.286-17.371 19.429-31.086 20.343-30.629 0.914 0.686 9.829 15.086 19.886 32.229zM832 832v64h-292.114c-333.029 0-307.886 1.371-328.686-19.2-25.829-26.057-25.829-63.543 0-89.6 20.571-20.343-5.029-18.971 327.771-18.971l293.029-0.229v64z","M511.771 290.514c-39.771 9.371-66.057 40.457-66.514 78.629-0.457 25.371 6.857 43.886 24.229 61.486 15.543 15.771 31.543 22.171 54.629 22.4 16.914 0.229 20.8-0.686 34.057-7.086 44.8-21.257 60.8-77.257 33.829-118.857-8.686-13.486-27.429-29.714-34.286-29.943-2.057 0-4.571-0.914-5.714-2.057-2.743-2.286-22.171-7.086-27.886-6.857-2.286 0.229-7.771 1.143-12.343 2.286z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["book"],"grid":0},"attrs":[{},{}],"properties":{"order":506,"id":3,"name":"book","prevSize":32,"code":59863},"setIdx":1,"setId":2,"iconIdx":3},{"icon":{"paths":["M498.775 48.779c-12.43 2.24-22.041 6.359-34.543 14.959-3.613 2.457-400.422 399.7-402.663 403.096-7.299 11.057-11.562 21.535-13.514 33.314-2.529 15.682-0.072 32.014 6.865 46.322 2.023 4.119 3.396 6.359 7.516 12.574 2.096 3.107 398.471 399.7 401.795 401.94 12.863 8.889 22.258 12.863 35.193 14.959 20.018 3.252 39.312-1.301 57.74-13.514 3.396-2.24 400.639-399.049 403.096-402.663 8.889-12.863 12.863-22.258 14.959-35.193 1.373-8.6 1.373-15.826 0-24.426-2.096-12.935-6.070-22.33-14.959-35.193-2.24-3.252-399.555-400.278-402.735-402.446-9.25-6.215-20.018-10.984-29.629-13.008-7.877-1.662-21.607-2.023-29.123-0.723zM704.948 319.413l192.948 192.948-386.258 386.258-386.258-386.258 192.948-192.948c106.086-106.086 193.093-192.948 193.31-192.948s87.224 86.863 193.31 192.948z","M343.477 353.594c-18.572 18.572-17.705 17.705-17.416 18.644 0.145 0.434 9.973 10.406 21.824 22.258l21.535 21.463-5.203 7.949c-13.369 20.523-22.33 43.504-26.883 68.724-1.445 8.094-1.662 11.635-1.662 28.4 0 20.812 0.65 26.594 4.697 43.215 6.070 24.787 19.367 51.236 35.482 70.603 6.504 7.732 18.5 19.728 25.582 25.365 8.021 6.432 21.463 15.031 30.785 19.801 17.416 8.889 34.615 14.381 55.933 17.85l3.613 0.578 0.145 60.703h23.197c12.719 0 23.342-0.217 23.631-0.506s0.434-14.092 0.434-30.785l-0.145-30.351 3.469-0.506c14.019-2.023 33.676-8.383 48.996-15.898 17.994-8.744 33.892-20.162 48.056-34.398 27.316-27.461 45.166-63.883 50.224-102.761 1.301-9.9 1.445-31.869 0.289-42.275-2.891-26.883-13.080-55.066-27.967-77.468-3.107-4.553-5.637-8.672-5.781-9.033-0.072-0.434 9.25-10.117 20.812-21.607 18.644-18.572 22.402-22.836 20.379-22.836-0.289 0-1.012-0.723-1.59-1.662-0.578-0.867-7.805-8.166-15.971-16.26l-14.814-14.598-21.246 21.318-21.318 21.318-5.059-3.613c-7.010-5.131-20.668-13.225-28.328-16.766-50.513-23.342-106.736-22.547-155.949 2.24-10.695 5.42-22.113 12.43-28.762 17.633l-2.023 1.59-21.752-21.896c-11.996-11.996-21.824-21.824-21.824-21.824-0.072 0-6.937 6.937-15.393 15.393zM521.828 419.139c18.355 1.807 33.965 7.299 49.14 17.488 7.588 4.986 20.090 17.055 25.221 24.281 9.467 13.225 15.826 28.617 18.428 44.588 1.373 8.527 1.373 24.281 0 32.519-7.299 42.492-38.879 75.228-81.515 84.334-10.551 2.24-29.484 2.24-40.035 0-40.324-8.672-70.892-38.445-80.142-78.047-2.529-10.768-3.107-27.027-1.373-38.084 7.227-46.539 44.515-82.166 91.054-87.007 8.094-0.867 11.273-0.867 19.223-0.072z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["git"],"grid":0},"attrs":[{},{}],"properties":{"order":504,"id":5,"name":"git1","prevSize":32,"code":59859},"setIdx":1,"setId":2,"iconIdx":4},{"icon":{"paths":["M483.39 13.004c20.065-0.124 40.129 0 60.192 0.372 3.272 0.843 6.616 1.463 10.032 1.858-0.663 14.258-1.159 28.625-1.486 43.1-0.496 0.495-0.991 0.991-1.486 1.486-0.39 18.905-1.133 37.73-2.229 56.476-0.743 5.697-1.486 11.394-2.229 17.091-1.381 39.217-3.115 78.355-5.202 117.411-0.496 0.496-0.991 0.991-1.486 1.486-0.247 9.413-0.496 18.825-0.743 28.238-0.372 0.372-0.743 0.743-1.115 1.115 14.749 2.64 29.611 5.117 44.586 7.431 14.302 4.107 28.668 8.318 43.1 12.633 1.103 1.17 2.342 2.16 3.716 2.972 7.184 2.725 14.366 5.449 21.55 8.174 0.991 0.991 1.982 1.982 2.972 2.972 4.954 2.229 9.908 4.459 14.862 6.688 0.991 0.991 1.982 1.982 2.972 2.972 6.331 2.757 12.028 6.472 17.091 11.147 2.64 0.904 5.116 2.142 7.431 3.716 1.842 2.35 4.071 4.083 6.688 5.202 2.065 2.567 4.542 4.549 7.431 5.945 3.334 4.085 7.297 7.305 11.89 9.66 7.555 7.555 15.11 15.11 22.665 22.665 0.245 0.991 0.498 1.982 0.743 2.972 3.797 3.293 7.015 7.009 9.66 11.147 2.839 2.214 4.949 4.939 6.316 8.174 1.471 1.101 2.839 2.34 4.087 3.716 1.575 2.315 2.809 4.792 3.716 7.431 4.674 5.064 8.39 10.761 11.147 17.091 0.988 0.991 1.984 1.982 2.972 2.972 3.79 8.635 7.996 17.057 12.633 25.266 2.318 5.914 4.548 11.858 6.688 17.835 1.263 1.312 2.252 2.799 2.972 4.459 3.106 13.181 6.822 26.061 11.147 38.642 1.248 9.278 2.735 18.443 4.459 27.495 0.245 3.963 0.498 7.927 0.743 11.89 0.498 0.496 0.988 0.991 1.486 1.486 0.498 20.311 0.498 40.623 0 60.935-0.305 0.34-0.676 0.588-1.115 0.743-1.873 17.55-4.719 34.889-8.546 52.017-0.305 0.34-0.676 0.588-1.115 0.743-2.46 10.060-5.306 19.969-8.546 29.724-2.735 3.243-4.466 6.958-5.202 11.147-3.559 6.78-6.785 13.716-9.66 20.807-0.743 0.743-1.486 1.486-2.229 2.229-1.159 2.749-2.155 5.477-2.972 8.174 10.5 6.554 21.275 12.625 32.325 18.206 0.743 0.743 1.486 1.486 2.229 2.229 8.917 4.459 17.835 8.917 26.752 13.376 4.102 3.701 8.806 6.42 14.119 8.174 7.922 5.454 16.348 10.158 25.266 14.119 0.988 0.988 1.984 1.984 2.972 2.972 5.499 1.746 10.456 4.473 14.862 8.174 3.812 2.073 7.773 3.805 11.89 5.202 5.447 3.47 10.901 6.933 16.348 10.403 4.444 0.966 8.159 3.195 11.147 6.688 6.502 2.311 12.447 5.529 17.835 9.66 5.499 1.746 10.456 4.473 14.862 8.174 8.806 4.013 17.233 8.717 25.266 14.119 7.305 2.757 14.112 6.346 20.435 10.775 0.743 3.455 0.253 6.673-1.486 9.66-1.85 3.842-4.325 7.312-7.431 10.403-2.757 6.517-6.472 12.462-11.147 17.835-1.665 4.526-4.392 8.241-8.174 11.147-1.776 4.555-4.503 8.516-8.174 11.89-2.415 5.402-6.004 9.987-10.775 13.747-1.984 0.498-3.961 0.498-5.945 0-3.337-4.087-7.297-7.305-11.89-9.66-1.412-1.352-2.653-2.839-3.716-4.459-3.768-1.887-6.985-4.488-9.66-7.803-3.359-2.541-6.822-4.897-10.403-7.060-1.62-1.501-3.106-3.106-4.459-4.83-3.82-2.46-7.535-5.061-11.147-7.803-2.846-3.597-6.316-6.324-10.403-8.174-2.556-3.5-5.781-6.22-9.66-8.174-4.273-4.273-8.977-7.988-14.119-11.147-4.236-4.221-8.694-8.182-13.376-11.89-3.641-2.148-6.859-4.875-9.66-8.174-7.825-5.336-15.256-11.28-22.293-17.835-4.109-1.635-7.334-4.355-9.66-8.174-0.988-0.245-1.984-0.498-2.972-0.743-7.676-6.688-15.36-13.376-23.036-20.064-5.172-3.195-9.876-6.911-14.119-11.147-4.109-1.635-7.334-4.355-9.66-8.174-0.988-0.245-1.984-0.498-2.972-0.743-4.652-3.708-9.11-7.669-13.376-11.89-1.018-0.297-2.014-0.669-2.972-1.115-2.645 3.76-5.737 7.23-9.289 10.403-0.921 2.162-2.162 4.147-3.716 5.945-7.555 7.557-15.11 15.107-22.665 22.665-1.799 1.553-3.781 2.794-5.945 3.716-4.82 5.217-10.022 9.92-15.605 14.119-5.606 3.128-10.808 6.844-15.605 11.147-3.3 2.058-6.768 3.797-10.403 5.202-4.285 3.24-8.743 6.212-13.376 8.917-6.602 2.883-13.043 6.108-19.321 9.66-4.41 0.728-8.373 2.46-11.89 5.202-8.862 3.158-17.779 6.131-26.752 8.917-2.568-0.067-4.797 0.676-6.688 2.229-9.135 2.162-18.3 4.147-27.495 5.945-6.794 1.36-13.73 2.103-20.807 2.229-0.496 0.498-0.991 0.988-1.486 1.486-11.876 0.253-23.642 0.877-35.298 1.858-12.15-1.011-24.411-1.627-36.784-1.858-0.496-0.498-0.991-0.988-1.486-1.486-7.32-0.163-14.504-0.907-21.55-2.229-6.778-1.969-13.714-3.455-20.807-4.459-2.168-0.632-4.15-1.62-5.945-2.972-8.191-2.148-16.365-4.377-24.522-6.688-7.774-3.195-15.452-6.666-23.036-10.403-2.608-0.394-5.084-1.137-7.431-2.229-6.597-4.518-13.532-8.479-20.807-11.89-2.229-1.731-4.459-3.47-6.688-5.202-3.593-1.598-6.813-3.827-9.66-6.688-2.64-0.907-5.116-2.14-7.431-3.716-4.152-3.21-8.115-6.681-11.89-10.403-0.991-0.245-1.982-0.498-2.972-0.743-2.451-3.195-5.176-6.168-8.174-8.917-0.991-0.245-1.982-0.498-2.972-0.743-7.060-7.060-14.119-14.119-21.179-21.179-0.247-0.988-0.496-1.984-0.743-2.972-2.749-3.002-5.722-5.722-8.917-8.174-0.247-0.988-0.496-1.984-0.743-2.972-1.764-1.516-3.25-3.247-4.459-5.202-4.9 4.251-9.73 8.583-14.491 13.004-0.991 0.245-1.982 0.498-2.972 0.743-2.055 2.616-4.285 5.098-6.688 7.431-3.585 1.1-6.31 3.329-8.174 6.688-0.991 0.245-1.982 0.498-2.972 0.743-10.531 8.152-20.687 16.824-30.467 26.009-0.991 0.245-1.982 0.498-2.972 0.743-1.864 3.359-4.589 5.588-8.174 6.688-2.504 2.252-4.734 4.734-6.688 7.431-3.817 1.575-7.037 4.050-9.66 7.431-5.323 3.441-10.277 7.401-14.862 11.89-6.118 4.176-11.815 8.88-17.091 14.119-3.585 1.1-6.31 3.329-8.174 6.688-3.817 1.575-7.037 4.050-9.66 7.431-3.639 2.148-6.859 4.875-9.66 8.174-5.735 4.719-11.679 9.177-17.835 13.376-2.38 3.136-5.353 5.365-8.917 6.688-1.909 1.843-3.643 3.827-5.202 5.945-4.089 1.605-7.309 4.332-9.66 8.174-0.991 0.245-1.982 0.498-2.972 0.743-3.675 5.261-8.629 7.491-14.862 6.688-2.419-1.182-4.030-3.039-4.83-5.573-3.892-4.080-7.112-8.538-9.66-13.376-3.065-2.274-5.047-5.246-5.945-8.917-1.486-1.486-2.972-2.972-4.459-4.459-2.393-3.114-4.127-6.584-5.202-10.403-4.393-4.414-7.613-9.616-9.66-15.605-4.483-4.288-6.465-9.489-5.945-15.605 4.37-3.441 9.2-6.041 14.491-7.803 7.402-5.165 15.329-9.378 23.779-12.633 5.391-4.132 11.336-7.349 17.835-9.66 2.176-0.959 3.91-2.445 5.202-4.459 6.492-2.296 12.437-5.521 17.835-9.66 6.473-2.266 12.418-5.484 17.835-9.66 4.954-2.229 9.908-4.459 14.862-6.688 5.416-4.176 11.361-7.394 17.835-9.66 0.924-0.855 1.667-1.85 2.229-2.972 5.202-2.229 10.403-4.459 15.605-6.688 1.668-1.613 3.401-3.099 5.202-4.459 6.479-2.274 12.424-5.499 17.835-9.66 6.492-2.296 12.437-5.521 17.835-9.66 9.752-5.231 19.66-10.188 29.724-14.862 4.583-3.589 9.165-7.186 13.747-10.775 0.496-0.988 0.496-1.984 0-2.972-2.478-3.968-4.954-7.928-7.431-11.89-3.423-6.914-6.148-14.097-8.174-21.55-1.486-2.477-2.972-4.954-4.459-7.431-3.441-12.552-7.157-24.937-11.147-37.155-2.294-11.259-4.152-22.654-5.573-34.183-0.435-0.155-0.807-0.404-1.115-0.743-1.807-20.931-2.303-41.986-1.486-63.164 0.966-5.574 1.462-11.271 1.486-17.091 0.496-0.496 0.991-0.991 1.486-1.486 1.755-15.332 4.48-30.441 8.174-45.329 1.351-1.795 2.342-3.776 2.972-5.945 1.853-7.768 4.082-15.447 6.688-23.036 3.247-4.489 5.477-9.443 6.688-14.862 4.635-8.209 8.847-16.631 12.633-25.266 0.991-0.991 1.982-1.982 2.972-2.972 3.023-4.766 5.748-9.719 8.174-14.862 0.757-0.882 1.624-1.625 2.601-2.229 5.252-9.597 11.817-18.267 19.692-26.009 0.247-0.743 0.496-1.486 0.743-2.229 9.806-9.558 19.343-19.342 28.61-29.353 8.966-7.733 18.131-15.164 27.495-22.293 10.074-6.577 20.23-13.017 30.467-19.321 12.597-6.677 25.478-12.622 38.642-17.835 8.938-3.383 18.103-6.108 27.495-8.174 0.496-0.496 0.991-0.991 1.486-1.486 16.653-3.675 33.496-6.524 50.531-8.546 0.155-0.435 0.404-0.807 0.743-1.115 4.452-0.371 8.911-0.495 13.376-0.372-2.075-31.342-3.685-62.801-4.83-94.374-0.743-5.449-1.486-10.899-2.229-16.348-0.124-8.928-0.496-17.845-1.115-26.752-0.435-0.155-0.807-0.404-1.115-0.743-2.047-39.387-4.152-78.772-6.316-118.154 0.124-3.468 0.247-6.936 0.372-10.403 2.286-0.586 4.638-0.957 7.060-1.115 0.413-0.284 0.661-0.656 0.743-1.115z"],"attrs":[{"opacity":0.995}],"isMulticolor":false,"isMulticolor2":false,"tags":["moji_a"],"grid":0},"attrs":[{"opacity":0.995}],"properties":{"order":155,"id":6,"name":"moji_a","prevSize":32,"code":59843},"setIdx":1,"setId":2,"iconIdx":5},{"icon":{"paths":["M507.392 11.349c-49.152 122.624-78.421 192.683-104.363 249.344-7.68 16.896-14.251 31.232-14.507 31.915-0.597 1.365 41.472 43.435 57.344 57.344 21.419 18.859 40.277 33.963 61.184 49.067 6.144 4.437 10.923 8.021 10.667 8.021-1.707 0-28.757-12.288-47.957-21.76-38.144-18.859-62.464-33.792-88.576-54.443-4.096-3.243-7.68-5.717-7.936-5.547-0.171 0.256-7.253 14.421-15.616 31.488-65.28 133.376-165.12 320.341-322.816 604.416-18.688 33.707-33.877 61.44-33.707 61.696 0.171 0.171 13.141-6.912 28.843-15.787 151.979-85.931 263.424-133.291 362.325-153.856 6.912-1.451 12.715-2.731 12.885-2.816 0.085-0.171-0.512-3.84-1.451-8.277-11.179-54.613-6.059-115.2 13.909-163.157 16.469-39.765 43.349-68.779 72.192-78.080 9.557-3.072 15.616-3.84 26.283-3.328 15.445 0.683 27.051 4.693 40.704 13.824 32.597 21.931 56.917 64.939 67.755 119.893 3.413 17.237 4.437 27.563 4.949 50.773 0.427 23.723-0.512 38.741-3.584 56.064-2.645 14.677-2.731 13.227 0.512 13.909 53.931 11.093 104.363 27.307 167.339 53.76 52.309 22.016 129.28 60.928 203.691 103.168 13.824 7.765 25.259 14.080 25.429 13.909 0.341-0.427-84.309-156.928-85.931-158.976-1.28-1.451-46.080-37.461-61.013-49.067-29.269-22.528-62.635-44.203-98.133-63.659-8.875-4.949-15.445-8.704-14.507-8.448 33.792 8.533 74.24 22.613 102.315 35.584 9.984 4.693 28.757 14.507 33.621 17.664 1.024 0.683 1.877 1.024 1.877 0.768 0-0.171-19.456-36.864-43.179-81.323-66.475-124.587-134.997-256-170.155-326.315-54.699-109.397-86.869-179.712-145.92-318.891-16.213-38.144-29.611-69.376-29.867-69.376s-2.304 4.693-4.608 10.496z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["archlinux"],"defaultCode":59648,"grid":0},"attrs":[],"properties":{"id":7,"order":18,"ligatures":"","prevSize":32,"code":59844,"name":"archlinux"},"setIdx":1,"setId":2,"iconIdx":6},{"icon":{"paths":["M335 116.2c-96.8 56-193.8 111.8-215.4 124.2l-39.4 22.6v498l431.8 248.8 431.8-248.8v-498l-95.4-54.8c-52.4-30.2-147.6-85-211.4-121.8s-118.2-68-121-69.4c-4.8-2.2-15.4 3.6-181 99.2zM520.6 206.4c6 14 11.2 26.2 29.4 68.6 4 9.4 12.6 28.6 16 36 2.2 4.4 8 17 13.2 28 17.2 36.8 64.8 131 89 176.4 4.4 8 11.2 21.2 15.6 29 4.2 8 12.4 23.6 18.2 34.6s13.2 24.8 16.4 30.6c3.2 6 5.4 11.2 4.8 11.8s-8.6-2.2-17.6-6.4c-15-7-41.6-17.2-41.6-16 0 0.2 5.6 3.8 12.6 8.2 21 13 64 45.6 68.4 52.4 1.4 1.8 7.2 12.4 13 23.4 11.6 22 18.2 34 27.8 51.4 3.6 6.6 5.4 11.6 4 11.6-1.2 0-10.4-4.6-20.6-10.4-55.8-31.4-107-55.4-148.2-69.2-14.4-4.8-40.4-12-46-13-2.8-0.4-3.8-1.8-3.4-4.4 0.4-2.2 1.2-13.4 1.8-25 2.4-47.2-15.6-89.6-44.4-104.6-15.4-7.8-35-3.2-49.2 12-10 10.6-14.6 19-20.8 37.6-4.6 13.6-5.6 19.6-5.8 40 0 13.2 0.2 28.4 0.8 34 1 9.4 0.8 10-4 10.6-6.4 0.8-31.6 7.6-47 12.8-42 14.2-92.4 37.8-148.2 69.2-21.6 12.2-24.6 12.8-19.2 3.8 2.2-3.4 6.8-11.8 10.4-18.4 14.6-27 18.8-34.6 27-49 4.6-8.2 12.2-22.2 17-31s12-21.8 16-29c4-7.2 11.8-21.2 17-31 5.2-10 12-22.6 15-28 17.8-32.2 38.2-71 65.6-125 17-33.6 31.6-61.8 32.4-62.6s5.8 2 11.2 6.2c5.4 4.4 12.6 9.4 15.8 11.2 3.4 1.8 9.2 5.2 13 7.6 3.8 2.2 10.2 5.4 14 7 6.8 2.6 6.6 2.6-3-5.8-16.4-14-43-40.2-43-42.2 0-1 5-13.2 11.2-27.2 6.2-13.8 14.4-32.8 18.2-42.2 3.6-9.4 8-19.8 9.6-23.4 1.6-3.4 3-6.8 3-7.4s1.8-5 4-9.8c3.2-7 10.2-24.4 18.2-45 1-2.4 2.4-4.4 3.4-4.4s5 7.4 9 16.4z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["archlinuxjp"],"defaultCode":59649,"grid":0},"attrs":[],"properties":{"id":8,"order":7,"ligatures":"","prevSize":32,"code":59845,"name":"archlinuxjp"},"setIdx":1,"setId":2,"iconIdx":7},{"icon":{"paths":["M748.617 108.983c-3.291 3.657-8.777 13.166-12.069 20.846l-6.217 14.629-4.023-14.263c-2.194-8.046-5.851-14.994-8.046-15.726s-6.949 6.583-10.606 16.091c-8.046 21.577-25.6 53.394-32.914 59.611-4.754 4.023-5.12 2.926-2.926-7.68 2.194-11.703 1.829-12.069-4.754-7.314-3.657 2.926-14.629 12.8-23.771 21.577l-16.823 16.091-25.234-8.046c-34.011-10.971-115.566-14.263-153.6-6.217-61.806 13.166-114.103 42.057-160.549 88.503-64 64-93.257 134.217-93.257 224.914 0 62.903 12.8 110.080 43.154 162.011 9.874 17.554 11.703 22.309 7.68 24.869-2.926 1.463-11.703 7.68-19.749 13.897s-28.526 21.211-45.349 33.28c-32.549 23.040-32.914 31.451-0.731 9.143 35.84-24.503 27.063-10.971-10.24 15.36-13.166 9.874-37.303 24.503-53.394 32.914-28.16 14.994-28.891 17.189-5.486 16.091 8.777-0.366 8.411 0-4.754 11.703-16.457 14.994-17.189 18.651-2.926 16.091 6.583-1.463 11.337-0.731 12.069 1.829 1.097 2.56 5.12 1.829 12.8-2.194 16.823-8.411 17.189-7.314 1.829 6.949-10.24 9.509-12.069 12.8-6.949 12.8 3.657 0 11.703-2.56 18.286-6.217 11.337-5.486 11.337-5.486 6.217 0.731s-5.12 6.217 6.583 0.366c11.337-5.851 12.069-5.851 10.971 0-0.731 5.12 1.829 6.583 10.606 7.314 8.411 0.366 15.726-2.56 25.6-11.337 12.069-9.874 15.36-11.337 24.869-8.411 8.411 2.194 11.703 1.463 14.629-3.291 2.194-3.291 7.68-10.606 12.8-16.457 8.411-9.509 10.24-10.24 20.846-6.583 9.143 3.291 13.531 2.926 22.674-1.463 5.851-3.291 12.069-7.314 13.166-9.509 1.097-1.829 5.486-3.657 9.143-3.657s11.703-4.023 17.554-9.143c13.531-11.337 14.263-11.337 36.937 0.366 78.263 39.131 172.983 43.154 254.903 10.24 43.52-17.189 74.606-38.034 109.349-72.777 63.269-63.269 94.354-137.509 94.354-224.914 0-59.611-13.897-110.080-44.983-163.474-11.703-20.48-13.166-25.234-10.971-38.034 1.463-8.046 6.217-18.286 10.606-23.040 4.754-5.12 7.68-12.8 7.68-21.211s2.194-13.897 5.486-15.36c9.143-3.291 6.949-19.383-3.657-21.943-11.337-2.926-8.777-11.337 5.851-19.017 9.143-4.389 10.24-6.949 8.411-15.36-1.463-5.486-4.023-11.703-5.851-13.897-1.829-2.56-0.731-5.851 2.56-8.777 6.583-5.486 7.314-12.434 1.097-8.411-2.56 1.463-1.829-1.829 1.829-7.68 8.777-13.166 5.12-16.457-8.777-8.777-10.24 5.851-10.606 5.851-7.68 0 4.389-8.411 5.12-37.303 1.097-37.303-1.463 0-7.314 6.217-12.434 13.531-12.069 17.189-28.16 36.571-28.16 33.646 0-1.097 2.56-7.314 5.851-13.531 3.657-7.68 4.754-15.726 2.926-24.503-2.926-15.726-6.217-18.286-13.531-9.874zM560.64 261.12c13.531 2.56 25.6 5.851 27.063 6.949 5.12 5.486-25.234 56.686-49.371 83.017-13.531 14.994-31.817 37.669-40.229 49.737-15.36 22.674-34.377 41.691-42.057 41.691-2.56 0-17.92-1.829-34.377-4.023-28.891-4.389-30.72-4.023-49.371 5.12-10.606 5.12-23.406 10.606-28.526 12.069-35.84 9.874-59.246 23.406-40.594 23.406 4.023 0 8.046 1.463 9.143 3.291 1.097 1.463 11.703 4.023 23.771 5.486 14.263 1.463 25.966 5.486 34.011 11.337 6.583 5.12 15.726 10.971 20.48 13.166 4.389 2.56 8.046 6.583 8.046 9.143 0 10.24-38.034 60.343-70.583 92.16l-34.011 34.011-13.531-28.891c-33.28-70.949-32.183-147.749 3.291-220.16 14.263-28.891 22.674-40.229 48.64-66.194s37.303-34.377 66.194-48.64c52.663-25.966 106.423-33.646 162.011-22.674zM746.423 410.697c9.143 20.114 21.577 68.754 21.577 85.211 0 4.023-9.509 5.12-49.737 5.12-48.274 0-50.103-0.366-58.149-8.777l-8.411-9.143 8.046-7.314c4.389-4.389 11.337-7.68 15.36-7.68 9.509 0 16.091-6.583 16.091-16.091 0-4.023 4.389-12.069 9.874-17.554 6.217-6.583 10.24-14.994 10.606-22.309 0.731-10.606 12.069-24.503 20.48-24.503 1.829 0 8.046 10.606 14.263 23.040zM608.914 581.12c4.023 3.657 14.629 10.24 23.771 14.629 9.143 4.023 23.771 11.703 32.549 16.823 16.457 9.509 45.349 12.434 49.737 5.486 3.291-5.486 27.429-4.754 27.429 0.731 0 11.703-25.6 47.543-53.029 74.606-24.137 24.137-36.571 32.914-64.366 46.811-62.537 30.72-133.12 36.206-192.366 14.629-13.897-5.12-15.36-6.583-11.703-12.8 1.829-4.023 11.337-12.069 20.846-17.92 17.554-10.606 54.126-47.177 65.463-65.097 8.411-12.8 12.069-15.36 23.771-15.36 5.486 0 11.703-2.194 13.897-4.754 16.823-19.749 25.6-34.011 25.6-41.326 0-4.754 1.829-12.8 4.389-17.92 3.657-8.411 5.851-9.509 15.36-7.68 6.217 1.463 14.263 5.486 18.651 9.143z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["syui"],"defaultCode":59650,"grid":0},"attrs":[],"properties":{"id":9,"order":8,"ligatures":"","prevSize":32,"code":59846,"name":"syui"},"setIdx":1,"setId":2,"iconIdx":8},{"icon":{"paths":["M730.4 94.8c-2.2 2.8-6.4 11-9.4 18.2l-5.6 13.2-3-8.6c-1.6-4.8-4.6-11.2-6.8-14.2-5.2-7.2-8-5-13.6 10.2-7 18.6-23.6 49.4-31.2 57.6-4.2 4.6-6.6 6.2-5.6 3.8 3.2-9 3.4-17 0.2-17-4.6 0-27.8 21-42.6 38.4-13 15.4-15.4 17.4-17.8 13.8-0.6-1.2-3.6-3.2-6.6-4.8-3-1.4-9.8-5.2-15.4-8.4-5.4-3.2-12.8-7.2-16.4-9.2-3.4-2-10-5.8-14.4-8.6-4.4-3-8.6-5.2-9-5.2-0.6 0-5.4-2.8-11-6.2l-10.2-6.4-10.2 6.4c-5.6 3.4-10.4 6.2-11 6.2s-5.6 3-11.4 6.6c-5.8 3.6-13.6 8.2-17.4 10-3.8 2-10.6 5.8-15 8.6-4.4 2.6-9.8 5.8-12 6.8-2.2 1.2-7.6 4.2-12 7s-9.8 6-12 7.2c-2.2 1-5.8 3-8 4.4s-10.2 6-18 10.4c-7.6 4.4-15.6 8.8-17.4 10-1.8 1-12.6 7.4-24 14-11.2 6.6-22.4 13-24.6 14.4s-5.4 3.2-7 4c-1.6 0.8-18.2 10.2-37 21.2-18.6 10.8-38.4 22.4-44 25.4-5.4 3-13 7.2-16.4 9.2l-6.6 3.8v175.4c0 139.2 0.6 175.6 2.6 175.6 3.4 0.2-5 7-36 29.4-14.6 10.4-26.6 19.8-26.6 20.8 0 5 12.4-0.2 33-14 6.4-4.4 12.2-7.6 12.6-7.2 2.8 2.6-50.8 39.6-78.6 54.2-22.6 12-29.4 16.6-27.8 19.2 1.4 2 14.6 1.2 24.8-1.4 4.4-1.2 4-0.4-3.2 6.4-4.4 4.2-11.2 10-15 13-5.8 4.6-6.4 5.8-3.8 7.6 1.8 1.2 6.6 1.6 11.4 1 7.2-1 8.4-0.8 7.4 1.8-1.6 4.4 4.2 4 15-0.8 4.8-2.2 9-3.8 9.4-3.4s-2.8 4.2-7.2 8.4c-4.4 4.4-8 9-8 10.4 0 4.2 8.2 3 17.8-2.4 10.8-6.2 12-6.2 6.2 0-7.2 7.6-3.2 8.4 8.2 1.4 5.4-3.6 10.4-6.4 10.6-6.4s0 2.8-0.4 6.2c-0.8 5.8-0.6 6.2 3.8 5.4 2.6-0.6 6.4-1.8 8.2-2.6 2.8-1 3.6-0.4 3.6 2.8 0 2.4 1 4.2 2 4.2 1.2 0 8.8-6 17.2-13.2 12-10.6 15.6-12.6 17.8-10.8 1.6 1.2 3.8 1.8 4.8 1.2 1.2-0.8 3.8-0.2 5.8 1 5.6 3.6 9.6 1.2 17.2-10.6 11.8-18.6 12.8-19 34.2-14.6 4.8 1 10.6-1 30-11 13.2-6.6 26.2-14.4 29-17l5-4.8 30.8 17.8c16.8 10 31 18 31.6 18 0.4 0 5.4 3 11.2 6.6s11.8 7.2 13.4 8c1.6 0.8 6.2 3.4 10 5.6 6.4 4 11.6 7 31.4 18 3.4 2 10 5.8 14.4 8.6 4.4 3 8.6 5.2 9 5.2 0.6 0 5.4 2.8 11 6.2l10.2 6.4 10.2-6.4c5.6-3.4 10.4-6.2 11-6.2 0.4 0 4.6-2.4 9-5.2 4.6-2.8 12.4-7.4 17.4-10.2 16.6-9.4 23.2-13 29.4-16.8 3.4-2.2 7.4-4.4 9-5.2s7.6-4.4 13.4-8c5.8-3.6 10.8-6.6 11.2-6.6 0.6 0 18.4-10.2 39.6-22.6 21.4-12.4 40.2-23.2 41.8-24s4.4-2.2 6-3.4c3.6-2.4 68.8-40.2 83-48 5.4-3 13-7.2 16.4-9.2l6.6-3.8v-350.4l-4.4-2.2c-5-2.4-19.4-10.6-40-22.6-12.2-7.2-13.4-8.4-12.6-13.4 0.4-3 1.4-8.6 2-12.6 0.6-4.6 4.2-10.8 9.4-16.6 7.8-9.2 8-9.8 6.8-20-1-10-0.8-11 3.8-14 4-2.6 5-5 5-11.2 0-7.2-0.8-8.4-7-11.4-3.8-1.8-7-4.6-7-6s5-6 11.2-10l11.2-7.4-1.2-9c-0.6-5-2.6-11-4.2-13.4-2.6-4-2.4-5 2.2-11 4.4-6.2 4.6-7 1.6-9.2-2.8-2.2-2.8-3 2-9.2 2.8-3.8 5.2-7.4 5.2-8 0-3.2-12.2-1-18.8 3.6-7.6 5.2-9.2 4.4-4.2-2.2 3.4-4.4 4-12.2 1-13.2-1.2-0.4-1.2-3.2 0.2-8.2 2-7.6 1-15.4-2.2-15.4-1 0-9.2 10-18.2 22-9 12.2-16.8 21.6-17.2 21.2-0.6-0.4 1-4.4 3.2-9 4.8-9.4 5.2-15.8 1.4-28.2-3.2-10.8-8.6-12.8-14.8-5.2zM535.4 261.4c25.6 15 30.2 18.4 27.4 20.2-1 0.8-4.2 5-6.8 9.4-7 11.8-25.8 36-41 53-7.4 8.2-18.4 22.2-24.6 31-15 21.6-38.4 45-44.8 45-2.6 0-15-1.4-27.6-3.2-29.6-4.2-39.4-3-60.2 6.8-9.2 4.4-25.8 10.8-37 14.2-20.4 6.4-32.8 12.6-32.8 16 0 1.2 3.8 3 8.6 4.4 4.6 1.2 9.4 3 10.6 4 1.4 1.2 12.2 3.6 24.2 5.6s24.2 4.8 26.8 6.2c7.2 3.8 31.8 22.2 31.8 23.8 0 2.8-14.4 25.4-25 39.2-6 7.6-24 28-40.2 45-16 17-31.8 34.4-34.8 38.6l-5.6 7.6-1.2-12.6c-1.2-12.6 0-210.8 1.4-227.6 0.8-8.2 1.6-9.4 8.6-13 4.2-2.2 8.2-4.6 8.8-5.2s6-3.8 12-7c6-3.2 15.6-8.6 21.4-12.2s11.2-6.6 12.2-6.6c0.8 0 2.6-1 4-2.4s7.6-5.4 14-8.8c6.2-3.6 18.2-10.4 26.4-15s17-9.4 19.4-10.6c2.6-1.2 4.6-2.8 4.6-3.8 0-0.8 0.8-1.4 2-1.4 1 0 6.6-2.8 12.4-6.2 5.8-3.6 13.6-8 17.2-10 3.4-2.2 9.4-5.4 13-7.6 3.4-2 14-8.2 23.4-13.4 9.4-5.4 18.8-10.8 21-12 6.8-4 10.2-3.2 30.4 8.6zM722 370.4c0 0.8 1.8 1.6 4 1.6s4 0.6 4 1.6c0 0.8 2 2.4 4.4 3.4 5 2.4 4.8 1 6.8 59.4l1.4 41.6-38.8-0.2c-48.6 0-52-0.6-58.4-10.2-5-7.2-5-7.4-1.2-11 2.2-2 9.6-6.4 16.2-9.6 11-5.4 12.6-7 15.8-15.8 2-5.4 6.2-12.6 9.4-16 7.4-7.8 10.4-13.6 10.4-20.2s4.2-14.6 10.8-20.8c2.8-2.8 5.2-6 5.2-7.6 0-2 1-2 5-0.2 2.8 1.2 5 3 5 4zM596 557.6c6 4 17.4 10.6 25 14.6 7.8 4 21 11 29.6 15.6 20.2 11 34.4 12.8 49.2 6.4 5.4-2.2 13-4.2 16.6-4.2 9 0 15.6-3.8 21.2-12l4.8-7-1.4 29c-2.2 47-2 44.8-6.6 47-2.4 1-4.4 2.6-4.4 3.4 0 1-1.8 1.6-3.8 1.6-2.2 0-4.2 0.8-4.6 1.6-0.6 1.6-20 13.4-27.6 17-1.6 0.8-5.6 3-9 5.2-3.2 2-9.2 5.4-13 7.6s-20.4 11.8-36.8 21.4c-16.4 9.4-30 17.2-30.4 17.2s-8 4.4-17.2 10c-9.2 5.4-17.8 10-19 10-1.4 0-2.6 0.6-2.6 1.6 0 0.8-1.8 2.4-4 3.4-2.2 1.2-13.4 7.6-25.2 14.4-11.6 7-22.8 12.6-25 12.6-2 0-8.4-3-14.2-6.8-5.8-3.6-15-9-20.6-12-10.6-5.6-17.4-9.6-19-11.2-0.6-0.6-3.6-2.4-7-4-3.2-1.6-11.6-6.4-18.4-10.4-7-4.2-13.2-7.6-14-7.6-1 0-3.2-1.4-5.2-2.8-3.4-2.6-3.2-3.2 3-9.6 3.6-3.8 10.8-9.4 15.8-12.2 12.6-7.2 44.8-38 61.8-59.4 14.8-18.6 16.6-20 26.6-20 8.4 0 19-6.6 21.6-13.6 1.2-3 4.4-7.8 7-10.6 2.8-3 6.4-10.4 8-17s4.4-15.8 6.2-20.6l3.2-8.6 9.2 1.2c5.8 0.8 13.2 4 20.2 8.8z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["phoenix-power"],"defaultCode":59651,"grid":0},"attrs":[],"properties":{"id":10,"order":9,"ligatures":"","prevSize":32,"code":59847,"name":"phoenix-power"},"setIdx":1,"setId":2,"iconIdx":9},{"icon":{"paths":["M732 132c-2.2 2.2-6.6 9.4-9.6 16l-5.8 12-2.4-7.6c-5.4-17.6-11.6-18.4-19.6-2.2-7 14-14.6 31.8-14.6 33.8 0 1.2-1 2-2 2-1.2 0-3 2-4.2 4.4-6.6 14.6-10.4 18.4-9.4 9.6 0.4-5.2-0.2-7-2.8-7.6-3.2-0.6-33.6 24.2-33.6 27.6 0 1-2.6 3.2-5.6 4.8-4.8 2.6-7 2.4-17.4 0-44.2-11-46.2-11.2-96-11.2-43.8-0.2-49.4 0.2-64 4.4-8.8 2.4-19.2 5.2-23 6-11.4 2.6-24.4 7.8-40 16.4-1.6 0.8-6.2 2.8-10 4.6-8.2 3.4-6.8 2.6-29.2 18-17.4 11.8-58.4 50.4-70.2 66-12.6 16.6-28.6 41.8-28.6 45 0 2-1.4 4.6-3 6s-3 3.4-3 4.4c0 1-2.6 7.4-5.6 14.2-3.2 6.8-7.2 18.6-9 26.4-1.8 7.6-4.8 20.8-6.8 29-2.6 12-3.4 24.2-3.4 60 0.2 44.8 0.2 45 7.2 73 4.8 18.8 10.6 35 17.4 49.4 5.6 11.6 10.2 21.6 10.2 22.4 0 0.6 2.6 4.8 5.6 9.6 8.4 12.6 9.2 15.8 4.4 17-2.2 0.6-4 1.8-4 2.8s-0.8 1.8-2 1.8c-1 0-4.4 2.2-7.4 5-3.2 2.6-15 11.8-26.6 20-11.6 8.4-22.6 16.4-24.6 18-1.8 1.6-4.4 3-5.4 3-1.2 0-2 1.2-2 2.6 0 1.6-2.2 4-5 5.4-6.8 3.6-6.8 10.8 0 9.6 2.8-0.6 5-0.4 5 0.2s-8.6 6.2-19 12.2c-10.4 6-19 11.6-19 12.4 0 1-1 1.6-2.2 1.6-3.8 0-16.8 6.6-18.4 9.4-0.8 1.4-3 2.6-4.4 2.6-2.8 0-3.4 0.8-3.8 6.4-0.2 1.6 3 3 7.4 3.6l7.6 1-9.4 9.6c-11.2 11.8-10.8 16.2 1.8 15 6-0.6 9 0 10.8 2.2 1.8 2.6 3.2 2.8 8.6 0.8 5.8-2.2 6-2 3.6 1-1.4 1.8-3.8 4.6-5 6-1.4 1.4-2.6 4-2.6 5.8 0 2.4 1.6 2.8 7.6 1.8 4-0.8 11.4-1.6 16.4-1.8 5-0.4 10.8-1.6 13.2-3 3.6-2 4.6-1.6 6.4 2.6 3.4 7.6 17.2 7 30.4-1.2 5.4-3.4 10-6.8 10-7.6 0-3.2 12.4-6 17-3.8 6.6 3 14.4 0.4 17.8-6 1.6-3 6.2-8.6 10.2-12.4 7-6.8 7.6-7 23.6-7 15.4 0 17-0.4 25.2-6.6 4.8-3.4 10.4-6.4 12.2-6.4s8.4-3.6 14.6-8c6-4.4 12.2-8 13.8-8 4.2 0 17.6 5.2 20 7.6 1.4 1.4 3.4 2.4 4.8 2.4s7 2.2 12.4 5c13.2 6.6 52.6 16.8 77.4 20.2 37.8 5 74.4 2.4 114.8-8.2 21.2-5.4 26-7.4 52.2-19.4 8.2-4 16-7.4 17-7.8 1.2-0.4 10.2-6.2 20-12.8 33.2-22.2 81-74.4 97.8-106.8 2-4 4.4-8.6 5.4-10.2s2.4-4.4 3-6c0.6-1.6 3.4-8 6.2-14 10.8-23 19-62.6 21.6-104 2.6-40-8.6-96-26.8-134.4-5.6-11.6-10.2-21.6-10.2-22.4 0-0.6-2.6-4.8-5.8-9.6-3-4.8-6.8-12-8-16-3.8-11.4 0.6-28.4 10-38.6 2-2.2 4.4-9.8 5.6-17s3.2-13.4 4.2-13.6c3.6-1.2 6.2-10.6 5-16.6-0.8-3.6-3.4-6.6-7.2-8.2-3.2-1.4-5.8-3-5.8-3.6 0.2-2 7.6-10 9.4-10 1 0 4-2.2 6.6-5 3.6-3.8 4.4-6.2 3.4-12.2-0.6-4-2.8-9-4.6-11-3.2-3.6-3.2-4 1.2-8.8 3-3.2 4.2-6.4 3.6-9.8-0.6-3 0.2-6.8 1.6-8.6 6.4-8.6 1.4-14.6-9.2-11l-6 2.2v-17c0-14.8-0.4-16.8-3.6-16.8-4.2 0-10.6 6.6-20.6 20.8l-6.8 9.6-1-14.8c-1.4-20.4-7-26.6-16-17.6zM558 280c7.2 1.4 15 2.8 17.6 3.2 4.2 0.8 4.6 1.8 3.2 7.4-0.6 3.6-2.8 8.6-4.8 11.4s-4 7-4.8 9.2c-0.8 2.4-3.2 6.4-5.4 9-2.4 2.6-7.4 9.8-11.2 15.8-4 6-10.4 14.6-14.4 19.2-10.6 12-22.8 26.6-31.2 37.8-4.2 5.4-8.8 10.8-10.4 11.6-1.4 0.8-2.6 2.8-2.6 4.4 0 1.4-3.6 6.6-8 11.4-4.4 4.6-8 9.2-8 10 0 1-3.8 4.2-8.4 7.6-9.4 7-17 7.6-37.6 3-23-5-34.6-4-52.8 4.6-9 4.4-21.2 9.2-27.2 11.2-9.6 3-15.4 5-28 10-14 5.6-20 15.4-10.2 16.8 2.8 0.4 6.8 2 9 3.4 2.4 1.4 10.6 3.2 18.2 4 18 1.8 26.2 4.4 35.6 11.4 4 3.2 10.4 7 14 8.6 3.6 1.4 8 4.4 9.8 6.4 3.2 3.6 3 4.4-4.8 17.6-4.6 7.8-9.4 14.8-10.6 16-1.4 1-4.6 5.2-7.2 9-5.2 7.8-18.4 22.6-41.4 46.4-0.8 0.8-7.4 7.2-14.6 14.2l-13.2 12.8-4-8.2c-11.6-23.8-21-48-23-60.2-8-48.8-7-81.8 4-119 1.6-6 4.2-13.2 5.6-16s4.8-10.8 7.6-17.8c3-7 7-15 9.2-17.8 2.2-2.6 4-6.2 4-7.6 0-1.6 0.6-2.8 1.6-2.8 0.8 0 3.2-3.2 5.4-7.2 4.8-9 44.2-49 55.6-56.2 4.6-3 8.8-6 9.4-6.6 4-4 27.6-15.6 50-24.6 12.2-4.8 33.4-10 50-12.2 12-1.4 60.4 0.2 74 2.8zM725.4 412.2c10.4 20.2 20.4 55.8 21.2 75.8 0.4 8.4 0 9-5.6 10.2-3.2 0.8-20.2 1.4-37.4 1.6-33.2 0.2-45.8-2-54.2-9.8-3.8-3.8-3.8-3.8 2.8-9.8 4.4-4.2 8.8-6.2 13-6.2 8.2 0 16.8-6.8 16.8-13.2 0-6 2.4-11 11.2-22.4 3.8-5 7.4-13 8.8-19 2.2-10.2 10.6-22.2 14.8-20.8 1.2 0.4 5 6.4 8.6 13.6zM593 574.2c3.4 2 8 4.8 10.6 6 2.4 1.4 4.4 3.2 4.4 4s3.4 2.6 7.6 3.8c4 1.4 8.8 3.6 10.4 4.8 1.6 1.4 6.6 4.2 11 6.2 4.4 2.2 8.4 4.6 9 5.2 2.2 2.8 21.8 9.8 32.8 11.6 12.4 2.2 20.2 1.4 25.2-2.8 3-2.8 7.6-3.6 15.6-3.2 7.8 0.4 5.2 8.2-9.8 29.2-15.6 21.8-17 23.6-37.2 43.8-12.2 12.2-47.8 37.8-56.2 40.6-3.4 1-14.6 5.8-20.8 8.8-37.4 18.4-121 20.6-158.2 4.2-8.4-3.8-9.4-4.8-7.4-8.2 1-2.2 5.6-6.4 10.2-9.6 4.4-3 10.2-7.6 12.8-10.2 2.6-2.4 5.6-4.4 6.6-4.4 3.4 0 48.4-46.6 48.4-50 0-1.2 1-2 2-2 1.2 0 2-1.2 2-2.8 0-5 10-11 20-12.4 11.8-1.6 11.2-1.2 23-16.6 10-13.2 14.8-23.4 15-32.4 0-2.8 1.4-8 3.2-11.4 3.6-7.6 10.4-8.2 19.8-2.2z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["phoenix-world"],"defaultCode":59652,"grid":0},"attrs":[],"properties":{"id":11,"order":10,"ligatures":"","prevSize":32,"code":59848,"name":"phoenix-world"},"setIdx":1,"setId":2,"iconIdx":10},{"icon":{"paths":["M465.6 40.4c-31 18-45.6 27.6-46.4 30.4-0.6 2.4-1.2 130-1.2 283.6 0 232.4 0.4 279.8 2.8 282 1.4 1.6 22.6 14.2 47 28.4l44.2 25.6 44.2-25.6c24.4-14.2 45.6-26.8 47-28.4 2.4-2.2 2.8-49.6 2.8-282 0-153.6-0.6-281.2-1.2-283.6-0.8-2.8-15.4-12.4-46.6-30.4-25-14.6-46-26.4-46.4-26.4s-21.2 12-46.2 26.4zM213.6 185.8l-133.6 77.2v498l432 249.4 432-249.4v-498l-134-77.2c-99.6-57.6-134-76.6-134.8-74.4-0.6 1.6-1.2 44-1.2 94.4v91.4l32.6 18.8c17.8 10.2 36.4 21 41.4 24s13.6 8 19.2 11.2l10.4 5.6 1.4 42.6c0.8 23.4 1.2 92.6 0.6 153.6-0.6 94-1.2 111.4-3.6 113.8-1.6 1.6-8.4 6-15 9.8-6.6 3.6-27.2 15.6-46 26.4-76 44-105.8 61-106.6 61-0.4 0-3.2 1.6-6 3.8-3 2-9.4 6-14.4 8.6-5 2.8-17.6 10-28 16-10.4 6.2-25.6 14.8-33.6 19.4l-14.6 8.4-10-6c-5.4-3.4-10.2-6.2-10.6-6.2s-11-6-23.4-13.2c-24.4-14.4-43.4-25.2-85.2-49.4-57.8-33.4-79.6-46-105-60.6-14.6-8.4-28-16.4-29.6-18-2.4-2.4-3-22.8-3.4-136.2-0.4-73.6 0-142.6 0.8-153.6l1.6-19.8 50.4-29.2 50.4-29 0.2-95.6c0-52.4-0.2-95.4-0.4-95.2-0.4 0.2-60.6 35-134 77.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["power"],"defaultCode":59653,"grid":0},"attrs":[],"properties":{"id":12,"order":11,"ligatures":"","prevSize":32,"code":59849,"name":"power"},"setIdx":1,"setId":2,"iconIdx":11},{"icon":{"paths":["M739.52 216.64c-1.76 2.24-5.12 8.8-7.52 14.56l-4.48 10.56-2.4-6.88c-1.28-3.84-3.68-8.96-5.44-11.36-4.16-5.76-6.4-4-10.88 8.16-5.6 14.88-18.88 39.52-24.96 46.080-3.36 3.68-5.28 4.96-4.48 3.040 2.56-7.2 2.72-13.6 0.16-13.6-3.68 0-22.24 16.64-34.080 30.72-15.2 17.92-23.040 30.4-35.52 56-11.52 23.52-22.56 39.68-42.72 62.080-5.92 6.56-14.72 17.76-19.68 24.8-12 17.28-30.72 36-35.84 36-2.080 0-12-1.12-22.080-2.56-23.68-3.36-31.52-2.4-48.16 5.44-7.36 3.52-20.64 8.64-29.6 11.36-16.32 5.12-26.24 10.080-26.24 12.8 0 0.96 3.040 2.4 6.88 3.52 3.68 0.96 7.52 2.4 8.48 3.2 1.12 0.96 9.76 2.88 19.36 4.48s19.36 3.84 21.44 4.96c5.76 3.040 25.44 17.76 25.44 19.040 0 2.24-11.52 20.32-20 31.36-4.8 6.080-19.52 22.72-32.8 36.8-13.44 14.080-28.16 31.040-32.8 37.6-9.44 13.28-17.6 20.8-36.8 33.6-7.040 4.64-18.56 12.96-25.6 18.4s-20.16 15.040-29.12 21.44c-9.12 6.4-16.48 12.32-16.48 13.12 0 4 9.92-0.16 26.4-11.2 5.12-3.52 9.76-6.080 10.080-5.76 2.24 2.080-40.64 31.68-62.88 43.36-17.76 9.28-23.52 13.28-22.4 15.2 1.6 2.4 11.52 1.6 20-1.6l8.16-3.2-7.52 6.72c-4.16 3.68-10.24 8.64-13.76 11.040-3.36 2.56-6.080 5.28-6.080 6.080 0 2.56 7.2 3.52 13.6 1.76 4.64-1.28 5.76-1.28 4.32 0.16-5.6 5.6 0.64 5.76 12.48 0.32l8.8-4-7.52 7.68c-4.32 4.32-7.68 8.64-7.68 9.76 0 3.36 6.56 2.080 15.84-3.040l8.96-4.96-4.64 4.96c-6.72 7.040-4 8 5.6 2.080 4.32-2.88 8.32-5.12 8.48-5.12s0.16 2.24-0.32 4.8c-0.8 5.6 1.76 6.24 9.12 2.56 4.32-2.4 4.48-2.24 3.68 1.6-1.12 6.080 1.92 4.64 15.040-6.72 9.6-8.48 12.48-10.080 14.24-8.64 1.28 0.96 3.040 1.44 3.84 0.96 0.96-0.64 3.040-0.16 4.64 0.8 4.48 2.88 7.68 0.96 13.76-8.48 9.44-14.88 10.24-15.2 27.36-11.68 3.84 0.8 8.48-0.8 23.84-8.64 10.4-5.28 22.080-12.48 25.76-16 3.84-3.52 8.64-6.72 10.72-7.2s5.92-1.28 8.48-1.76c3.040-0.64 8.32-4.64 14.4-11.2 5.76-6.24 11.52-10.72 14.4-11.36 2.72-0.64 8.48-4.96 12.8-9.44 4.48-4.48 11.36-10.080 15.36-12.32 10.080-5.92 36-30.72 49.44-47.68 11.84-14.88 13.28-16 21.28-16 6.72 0 15.2-5.28 17.28-10.88 0.96-2.4 3.52-6.24 5.6-8.48 2.24-2.4 5.12-8.32 6.4-13.6s3.52-12.64 4.96-16.48l2.56-6.88 7.36 0.96c4.64 0.64 10.56 3.2 16.16 7.040 4.8 3.2 13.92 8.48 20 11.68 6.24 3.2 16.8 8.8 23.84 12.64 15.2 8.16 28.8 10.24 37.6 5.6 3.040-1.44 9.76-3.36 15.2-4 8.48-1.28 10.4-2.24 14.56-7.2 2.72-3.2 8.16-9.44 12.32-13.76 6.56-6.72 7.84-8.96 9.12-17.6 0.96-5.28 2.24-10.56 3.040-11.52 2.88-3.68 3.52-16.32 1.44-26.72-1.92-8.64-2.88-10.56-6.080-11.36-2.080-0.64-20-1.28-39.84-1.44-44.32-0.32-46.56-0.64-51.68-8.32-4-5.76-4-5.92-0.96-8.8 1.76-1.6 7.68-5.12 12.96-7.68 8.8-4.32 10.080-5.6 12.64-12.64 1.6-4.32 4.96-10.080 7.52-12.8 5.92-6.24 8.32-10.88 8.32-16.16 0-5.76 2.24-9.6 12.96-21.6 5.44-6.080 10.56-13.92 12.32-18.88 3.36-8.96 7.52-14.88 19.040-27.84 5.28-5.92 6.88-9.12 6.88-13.28 0-7.68 2.24-12.48 8.96-20 5.6-6.24 5.76-6.88 4.8-15.040-0.8-8-0.64-8.8 3.040-11.2 3.2-2.080 4-4 4-8.96 0-5.76-0.64-6.72-5.6-9.12-3.040-1.44-5.6-3.68-5.6-4.8s4-4.8 8.96-8l8.96-5.92-0.96-7.2c-0.48-4-2.080-8.8-3.36-10.72-2.080-3.2-1.92-4 1.76-8.8 3.52-4.96 3.68-5.6 1.28-7.36-2.24-1.76-2.24-2.4 1.6-7.36 5.12-6.72 5.12-7.52 0-7.52-4.64 0-9.44 2.24-14.88 7.040l-4 3.36 3.52-6.080c4-6.88 4.64-13.12 1.28-11.84-1.76 0.64-1.76-0.32 0.16-5.76 2.24-6.56 1.76-13.92-0.96-13.92-0.8 0-7.68 8.32-15.36 18.4-7.52 10.080-14.080 18.4-14.56 18.4-0.32 0 1.12-3.52 3.36-8 4.48-8.96 4.96-13.6 1.76-24-2.56-8.64-6.88-10.24-11.84-4.16z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["phoenix"],"defaultCode":59654,"grid":0},"attrs":[],"properties":{"id":13,"order":12,"ligatures":"","prevSize":32,"code":59850,"name":"phoenix"},"setIdx":1,"setId":2,"iconIdx":12},{"icon":{"paths":["M295.6 138.6l-215.6 124.4v498l432 249.4 432-249.4v-498l-215.8-124.6c-118.6-68.4-216-124.4-216.4-124.4s-97.8 56.2-216.2 124.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["honeycomb"],"defaultCode":59655,"grid":0},"attrs":[],"properties":{"id":14,"order":13,"ligatures":"","prevSize":32,"code":59851,"name":"honeycomb"},"setIdx":1,"setId":2,"iconIdx":13},{"icon":{"paths":["M514.496 7.341l-119.461 205.141c-167.148 53.009-286.392 208.863-286.53 393.053v0.016c0.351 33.854 4.67 66.514 12.506 97.746l-0.606-2.847-113.364 256.526 259.001-26.983c67.442 53.81 153.44 86.43 246.919 86.817h0.087c92.045-0.405 176.754-31.998 244.514-84.91l-0.958 0.719 260.575 27.15-112.502-254.576c7.915-29.815 12.608-64.102 12.914-99.454l0.001-0.188c-0.040-185.395-120.745-342.12-286.618-393.426l-2.866-0.762-43.666-78.416zM523.861 332.287c11.778 0.189 23.653 1.4 35.541 3.716 137.023 22.263 225.515 173.454 199.893 307.569-16.885 119.414-125.023 225.138-247.712 215.973-9.407-0.112-18.876-0.257-28.179-1.858-141.715-22.738-231.204-182.639-198.338-319.966 20.157-113.62 124.943-207.262 238.795-205.434z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ai"],"defaultCode":59656,"grid":0},"attrs":[],"properties":{"id":15,"order":14,"ligatures":"","prevSize":32,"code":59852,"name":"ai"},"setIdx":1,"setId":2,"iconIdx":14},{"icon":{"paths":["M503 14.8c-2.2 1.6-95.8 55.6-208 120.2s-207.4 119.6-211.6 122.2l-7.4 4.8v249.8c0 197.4 0.6 250.2 2.6 251.8 7.4 6.2 430.2 248.4 433.4 248.4s426-242.2 433.6-248.4c3.6-3 3.6-500.2 0-503.2-2.4-1.8-344.4-199.4-403.6-233-15-8.4-29-15.4-31-15.2-2.2 0-5.8 1.2-8 2.6zM551.6 106.8c84 48.6 104.4 60.4 113.4 65.4 5.6 3 27.2 15.2 48 27.4 48.4 28 89.8 52 128.6 74.4 16.8 9.6 32.2 19 34.4 21 4 3.6 4 7.2 4 215 0 165.8-0.6 212-2.4 214.6-1.4 1.8-12 8.6-23.6 15-20.2 11.4-56.6 32.4-113.8 65.8-14.8 8.6-32 18.4-38 21.8-11.8 6.6-21.8 12.4-95.2 54.8-68.2 39.6-79.8 46-82.4 46-2 0-2.6-85-2.6-418 0-289.4 0.6-418 2-418 1.2 0 13.6 6.6 27.6 14.8z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["robot"],"defaultCode":59657,"grid":0},"attrs":[],"properties":{"id":16,"order":15,"ligatures":"","prevSize":32,"code":59853,"name":"robot"},"setIdx":1,"setId":2,"iconIdx":15},{"icon":{"paths":["M554 150.933c-8.933 10.933-96.4 99.6-282.533 286.933-110.8 111.333-201.467 203.467-201.467 204.667 0 2 16.667 2.133 193.467 2.533l193.6 0.267 0.933 3.067c0.533 1.6 1.333 54.133 1.6 116.667 0.533 93.733 0.933 113.867 2.533 114.533 1.067 0.4 8.267-6.133 18.133-16.533 33.467-35.067 73.2-75.2 269.733-272.933 110.8-111.333 201.333-203.467 201.333-204.667 0-2-17.067-2.133-194-2.8-106.667-0.4-194.133-0.933-194.267-1.067-0.267-0.133-0.533-52.933-0.667-117.2-0.4-106.667-0.533-117.067-2.533-117.467-1.2-0.267-3.867 1.6-5.867 4zM949.2 386c-0.133 0.667-90.667 92.267-201.067 203.333-195.867 197.067-235.867 237.467-269.067 272.267-8.8 9.333-16.533 16.533-16.933 16.133-0.4-0.533-0.667-10.533-0.533-22.267l0.267-21.467 0.4 20.267c0.267 11.2 0.933 20.4 1.467 20.4s15.333-14.8 32.8-33.067c40.933-42.267 118.4-120.533 302.4-305.2 81.2-81.6 147.733-148.933 147.733-149.733s-9.333-1.467-24.267-1.733l-24.4-0.4 25.733 0.133c16.267 0 25.6 0.533 25.467 1.333zM158.267 555.733c-46.667 46.667-84.933 85.333-84.933 86 0 0.533 10.667 1.067 23.733 1.2l23.6 0.267-23.333 0.4c-12.8 0.267-24.133 0.133-25.2-0.267-1.333-0.533 24.667-27.467 83.867-86.667 47.333-47.333 86.267-86 86.667-86s-37.6 38.267-84.4 85.067z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["sandar"],"defaultCode":59658,"grid":0},"attrs":[],"properties":{"id":17,"order":16,"ligatures":"","prevSize":32,"code":59854,"name":"sandar"},"setIdx":1,"setId":2,"iconIdx":16},{"icon":{"paths":["M472.667 119.467c-2.133 0.267-9.333 1.2-16 2-58.267 6.933-118.4 29.333-168 62.533-43.067 28.933-84.4 70.133-111.6 111.333-52.267 79.467-74.133 171.867-62.933 267.067 12.533 107.2 68.933 204.667 156.267 270.267 133.067 100 316.933 105.2 456.533 12.8 23.333-15.467 38.267-27.733 60.533-50 24-24.133 34.4-36.533 50.533-60.8 44.267-66.4 66-138.8 66-220 0-66.133-13.867-123.867-43.867-182.133-19.467-37.733-40.667-66.667-72-98-32.8-32.8-62.533-54.267-102.8-74.4-40-19.867-73.2-30.4-122-38.4-11.333-1.867-80.667-3.6-90.667-2.267zM569.333 192.667c18 2.667 42.933 8.8 57.333 14 6.267 2.267 13.2 4.667 15.6 5.467 6.133 1.867 40.933 19.6 50.933 25.867 17.867 11.2 40.667 29.467 56.533 45.2 27.333 27.2 45.067 51.867 62 86.133 14.933 30.4 22.133 51.6 29.2 86.667 3.6 17.333 3.733 19.6 3.6 58.667 0 40.667-0.267 44-5.467 67.333-2.933 13.333-9.733 37.867-11.733 42.667-1.067 2.133-3.067 7.6-4.8 12-4.133 11.333-16.133 35.2-23.6 47.2-28.933 46.8-69.333 86.133-116.667 113.333-44.8 25.867-99.6 41.6-146.267 42l-19.333 0.133-0.4-322c-0.133-177.067 0-323.467 0.4-325.2l0.8-3.2 18.933 0.8c10.4 0.4 25.2 1.733 32.933 2.933z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["moon"],"defaultCode":59659,"grid":0},"attrs":[],"properties":{"id":18,"order":17,"ligatures":"","prevSize":32,"code":59855,"name":"moon"},"setIdx":1,"setId":2,"iconIdx":17},{"icon":{"paths":["M208.533 110.267l-92.267 0.4-0.933 85.067c-1.067 82.133 0.133 293.467 1.467 294.933 0.4 0.267 12.4-11.333 26.8-26 14.267-14.667 42.933-44 63.6-65.067 45.2-46.267 75.867-76.933 78.667-78.533 1.2-0.667 2.133-1.733 2.133-2.4s3.867-5.2 8.667-10c6.267-6.267 9.333-8.4 10.667-7.733 1.067 0.667 13.467 12.4 27.6 26.133s26.933 26.133 28.4 27.6c1.467 1.333 5.067 4.8 8 7.867 2.933 2.933 15.467 15.067 27.733 27.067 12.4 12 23.333 23.333 24.4 25.333 1.067 2.133 2.667 3.733 3.6 3.733 0.8 0 21.2 19.733 45.2 43.733l43.733 43.733-21.733 22.533c-17.2 18-65.333 67.2-95.733 97.867-31.333 31.733-88 86.8-89.2 86.8-0.8 0-34.133-32.667-74.133-72.667-39.867-40-73.067-72.667-73.733-72.667-0.533 0-10.933-9.733-22.933-21.733l-21.867-21.6-1.067 58.667c-1.067 62.533-0.267 328.533 1.2 329.867 1.2 1.2 804.133 0.933 805.467-0.267 1.2-1.333 1.467-800.267 0.267-801.6-0.933-0.933-570.667-1.867-714-1.067z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["home"],"defaultCode":59660,"grid":0},"attrs":[],"properties":{"id":19,"order":19,"ligatures":"","prevSize":32,"code":59856,"name":"home"},"setIdx":1,"setId":2,"iconIdx":18},{"icon":{"paths":["M467.333 284.8c-66.8 3.6-140.4 16.933-196.8 35.6-126.133 41.6-202.4 114.667-198 189.6 0.933 17.6 4.8 31.733 12.8 48 27.867 56.133 99.067 104.933 197.467 135.333 42.133 12.933 98.8 23.867 147.867 28.533 95.6 9.2 192.133 2.933 278-17.867 88-21.2 156.8-55.2 201.467-99.333 30.667-30.267 46.133-60.267 48.133-93.333 1.333-24.933-4.933-48.4-19.333-71.2-26.667-42.267-73.6-77.467-140.4-105.6-17.733-7.467-66.267-23.867-70.667-23.867-1.467 0-6-1.2-10.267-2.533-19.333-6.533-77.2-16.533-120.267-20.8-19.867-2-107.733-3.733-130-2.533zM574 329.467c30.267 2.267 62.667 7.067 95.067 14.133 8.933 1.867 16.267 3.867 16.267 4.4 0 0.4-10.667 11.067-23.6 23.467-13.067 12.4-29.733 28.267-37.067 35.333s-19.867 19.067-28 26.8c-8 7.6-21.2 20.267-29.333 28-8 7.733-48 45.733-88.667 84.533-71.067 67.467-84.667 80.533-111.333 106.4-14.133 13.6-10 13.333-43.067 3.333-26.4-7.867-47.733-16.267-68.8-26.8-52.667-26.4-86.133-57.333-99.467-92.133-3.333-8.533-4.4-14-5.467-26.8-0.667-10.133-0.667-17.467 0.133-20.133 0.667-2.133 2.533-7.867 4-12.8 5.867-18.667 21.6-40.933 40.667-57.6 76-66 226.133-101.733 378.667-90.133z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cloud"],"defaultCode":59661,"grid":0},"attrs":[],"properties":{"id":20,"order":20,"ligatures":"","prevSize":32,"code":59857,"name":"cloud"},"setIdx":1,"setId":2,"iconIdx":19},{"icon":{"paths":["M468 28.133c-78.667 7.467-155.733 34.8-222.533 78.933-11.467 7.6-42.133 31.067-50.133 38.4-18.667 17.067-25.333 23.6-38.4 37.867-52.267 57.2-90.133 127.333-110.133 204.667-9.467 36.4-13.333 65.867-14.4 108-1.6 70.667 10.267 134 36.933 197.333 10 23.867 29.467 61.333 31.867 61.333 0.4 0 12.933-8.267 27.867-18.4 14.8-10 36.267-24.533 47.733-32.267 28.4-19.2 26.933-17.867 24.667-21.6-2.267-3.6-12.267-23.6-15.2-30.4-20.533-46.667-30.533-93.333-30.667-143.333-0.267-75.067 22-144.8 67.333-210.533 16.933-24.4 50.4-57.867 80.667-80.4 19.2-14.4 52-32.267 78.667-42.933 25.6-10.267 62.8-19.6 91.067-22.8 6.933-0.8 13.067-1.867 13.6-2.4 0.667-0.667 0.933-28.4 0.8-61.733l-0.4-60.533-3.333-0.133c-1.867-0.133-9.067 0.267-16 0.933zM541.333 88.533v62l6.4 0.8c32 4.133 55.867 9.467 80.4 17.867 90.133 31.067 161.2 93.333 203.733 178.533 12.4 24.667 17.333 37.733 24.667 64.267 17.467 62.933 17.067 131.467-1.2 195.467-2.533 8.8-5.467 17.733-6.533 20-1.2 2.133-2.133 4.667-2.133 5.6 0 1.067-0.8 3.733-1.867 6-11.467 25.867-14 31.2-18.267 38.533l-3.6 6.133 2.8 2.533c4.667 4.133 96.933 68.4 98.133 68.4 2.8 0 21.467-35.6 31.867-60.8 10.4-25.067 12.267-30.667 20.933-60.533 4.933-17.067 10.533-46.933 13.6-72 2.667-23.467 3.067-79.733 0.667-102.667-5.067-46.133-15.333-88.533-31.867-130.667-3.333-8.4-7.467-18-9.067-21.333-1.733-3.333-4.667-9.333-6.533-13.333-8.267-17.333-13.6-26.667-31.733-54-57.333-86.4-145.467-153.867-245.067-187.733-33.467-11.467-77.867-20.8-107.467-22.933-6.533-0.4-13.2-1.067-14.8-1.467l-3.067-0.533v61.867zM783.733 739.6c-28.533 33.867-73.867 68.933-113.6 88.133-74.133 35.6-156.533 45.2-236.133 27.467-74-16.533-142.667-57.467-191.733-114.533-4.4-5.2-8.533-9.467-9.067-9.733s-6.667 3.333-13.467 8.133c-6.8 4.667-23.733 16.267-37.733 25.733-13.867 9.333-30.667 20.8-37.2 25.2-6.533 4.533-12.133 8.8-12.4 9.6-1.467 4.4 49.6 58 75.733 79.467 93.067 76 211.6 114.667 330.267 107.733 107.2-6.267 204.133-44.267 282-110.8 6.533-5.467 13.867-11.733 16.267-13.733 10.4-8.667 40.533-41.067 51.6-55.333 6.4-8.133 7.067-6.933-8.933-17.867-16.267-11.2-71.333-49.6-77.6-54.267-3.2-2.4-6.533-4.533-7.467-4.933-1.067-0.4-5.333 3.6-10.533 9.733z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["api"],"defaultCode":59662,"grid":0},"attrs":[],"properties":{"id":21,"order":21,"ligatures":"","prevSize":32,"code":59858,"name":"api"},"setIdx":1,"setId":2,"iconIdx":20},{"icon":{"paths":["M464.531 8.097c-63.504 6.35-119.705 22.544-176.382 50.644-58.741 29.053-99.542 59.217-147.17 109.227-53.026 55.566-96.526 133.834-117.482 211.468-3.334 12.383-4.128 15.241-8.097 34.927-12.542 60.964-12.383 137.327 0.318 199.243 30.799 150.504 131.294 281.322 269.574 350.7 46.199 23.020 96.367 39.055 149.71 47.787 19.369 3.175 84.619 6.033 106.369 4.763 104.305-6.35 203.212-44.611 286.561-110.973 20.321-16.035 60.011-55.883 76.522-76.363 48.58-60.646 82.238-129.707 99.225-203.212 9.049-39.531 12.383-68.902 12.383-113.513 0-50.009-3.81-81.126-15.876-127.96-17.622-68.584-49.374-132.088-94.938-189.559-15.558-19.527-58.741-62.71-78.11-77.951-69.378-54.772-146.535-89.54-231.313-103.988-12.86-2.223-29.212-4.287-36.197-4.763-24.131-1.588-80.967-1.905-95.097-0.476zM563.597 28.736c64.774 7.303 133.358 29.371 185.749 59.694 44.611 25.878 73.506 48.104 109.227 84.301 25.084 25.56 55.566 65.25 72.394 94.462 16.987 29.688 37.944 78.269 45.405 105.099 15.082 54.455 19.369 85.889 19.369 139.709-0.159 45.405-3.016 71.759-13.018 115.101-11.748 50.962-39.055 112.719-70.013 157.966-78.745 115.26-200.196 190.194-338.793 208.928-32.387 4.287-93.986 4.287-125.42 0-90.334-12.701-169.873-46.517-240.045-102.082-27.624-21.909-58.106-52.549-79.062-79.697-2.54-3.493-6.192-8.097-8.097-10.319-11.272-13.971-36.991-56.518-46.517-77.157-13.018-27.624-15.717-34.61-24.131-60.011-16.987-51.756-24.29-97.796-24.29-153.521 0-51.438 4.445-83.19 19.686-138.915 13.018-48.263 45.405-111.291 80.491-157.013 13.653-17.781 39.531-46.199 54.296-59.376 7.462-6.668 13.971-12.542 14.447-13.018 3.175-3.493 27.307-22.068 39.69-30.482 60.329-41.595 129.548-69.378 200.037-80.491 5.715-0.794 13.495-2.064 17.464-2.699 10.637-1.746 60.17-3.334 79.38-2.699 9.208 0.318 23.496 1.27 31.752 2.223z","M426.27 76.522c-53.184 12.701-82.555 23.179-118.752 42.23-32.228 16.987-66.044 40.007-89.064 60.487-18.257 16.035-46.199 45.882-57.63 61.44-14.447 19.527-19.21 26.672-29.529 43.818-18.892 31.752-30.641 57.63-43.183 95.732-15.241 46.199-22.861 114.942-18.416 166.698 2.223 25.084 3.81 33.022 8.414 39.214 2.699 3.81 4.128 4.445 11.113 4.445 4.604 0 10.319-0.635 13.018-1.429 6.033-1.905 24.767-6.668 44.611-11.589 15.558-3.651 14.447-2.223-7.938 9.526-21.274 11.113-37.467 20.639-47.945 28.1-3.175 2.223-3.651 3.969-3.651 13.177 0 11.907 1.27 17.305 8.256 36.832 44.135 122.245 147.011 223.057 271.162 265.446 56.042 19.051 116.53 27.624 169.397 23.655 26.354-1.905 32.546-2.699 59.217-7.62 78.11-14.288 159.077-55.407 216.548-110.020 43.976-41.595 70.331-76.998 96.050-128.754 21.115-42.389 28.577-67.632 24.925-83.984-1.905-8.256-2.54-9.049-12.224-15.558-5.557-3.651-18.734-11.431-29.212-17.146s-19.686-11.113-20.639-12.066c-2.064-2.064 7.779-0.953 21.433 2.54 5.715 1.429 13.177 3.334 16.67 4.287s8.573 2.223 11.113 3.175c2.699 0.794 8.256 1.429 12.383 1.588 7.938 0.318 12.383-2.858 15.717-11.272 5.557-14.288 7.462-74.776 3.651-111.132-3.493-32.546-5.874-45.088-16.511-84.936-0.794-2.699-3.493-10.796-6.192-18.257-15.082-42.548-36.197-82.238-61.916-116.688-44.294-59.059-91.604-99.384-153.521-130.977-37.15-19.051-73.029-31.752-112.084-39.69-16.193-3.334-17.305-3.334-25.878-0.953-10.161 3.016-10.002 2.699-20.956 32.704-3.175 8.256-7.779 20.798-10.478 27.783-2.54 6.985-6.192 16.511-7.779 20.956-1.588 4.604-4.445 12.224-6.033 16.67-1.746 4.604-6.509 17.94-10.796 29.688-4.128 11.748-8.414 21.591-9.367 21.909s-3.493-4.922-5.874-11.748c-2.223-6.827-6.35-18.416-9.049-25.878-2.858-7.462-5.715-15.241-6.35-17.464-0.794-2.223-3.81-10.796-6.827-19.051-24.608-66.997-24.925-67.79-34.451-74.3-5.557-3.651-10.954-4.128-21.433-1.588zM326.251 454.529c23.338 20.321 59.376 39.849 84.619 46.040l14.606 3.493v17.622c0 40.801-10.954 94.303-29.212 142.090-11.589 30.799-10.796 29.529-21.75 30.799-9.367 1.111-9.526 1.111-16.193-5.080-4.604-4.287-8.891-6.668-13.177-7.303-5.398-0.953-8.256-3.175-20.48-16.352-7.938-8.414-16.193-17.464-18.575-20.162-2.54-2.54-4.445-4.922-4.445-5.398s2.223-3.334 4.922-6.509c13.018-14.923 16.352-36.832 8.573-58.265-2.223-6.192-6.192-15.4-8.732-20.639-7.462-15.558-28.577-42.23-39.214-49.692-5.239-3.651-6.827-6.668-3.493-6.668 0.953 0 3.651 1.27 5.874 3.016 22.544 15.876 70.172 30.006 78.904 23.496 3.175-2.381 3.175-2.54-0.953-6.985-14.765-16.352-48.263-77.792-45.247-82.873 0.476-0.794 3.651 1.111 6.827 4.128 3.334 3.016 10.954 9.843 17.146 15.241zM485.963 581.537c37.467 67.473 43.341 77.475 54.455 90.811 18.575 22.385 34.451 31.276 59.694 33.498 9.049 0.794 15.876 2.381 20.798 4.763 6.033 3.016 10.002 3.81 20.321 3.81 7.144 0 12.86 0.635 12.86 1.429 0 3.016-14.288 20.639-17.464 21.591-4.604 1.429-17.781-0.476-30.164-4.445-9.684-3.175-21.591-3.81-41.913-2.223-3.969 0.318-4.922-0.476-5.874-4.445-0.794-2.54-2.54-5.715-4.128-6.668-3.969-3.016-16.193-2.54-26.83 1.27-5.080 1.746-10.478 3.493-11.907 3.969-1.905 0.635-3.969-1.588-7.462-7.779-11.113-19.686-18.575-24.131-32.704-19.369-4.128 1.429-7.938 2.223-8.414 1.746s0.318-6.033 1.746-12.383c4.763-20.48 6.35-51.279 4.604-88.588-0.794-18.734-1.111-34.61-0.794-35.403 1.111-2.381 3.334 0.794 13.177 18.416zM575.028 625.196c24.449 22.226 52.549 45.088 73.823 60.329 10.796 7.62 19.527 14.606 19.527 15.558 0 0.794-2.064 3.651-4.763 6.192l-4.604 4.445-12.383-3.493c-13.495-3.969-24.925-9.684-29.688-15.082-21.591-24.29-56.995-75.57-52.073-75.57 0.953 0 5.398 3.493 10.161 7.62zM704.893 718.070c28.894 12.224 55.248 11.907 78.269-0.953l6.033-3.334 3.651 3.969c5.239 5.239 18.734 29.371 24.925 44.135 2.699 6.668 6.192 18.257 7.462 26.037l2.54 13.971-13.495 13.495c-51.914 52.708-120.816 92.716-192.734 111.767-58.9 15.558-125.896 18.416-184.161 7.938-5.239-0.953-11.907-2.223-14.765-2.699-10.319-1.905-8.414-4.604 9.208-13.336 41.436-20.321 50.009-23.973 78.586-33.498 36.038-11.748 62.234-18.416 92.716-23.655 9.049-1.588 13.177-3.175 17.146-6.668 2.858-2.54 5.239-5.239 5.239-6.033 0-4.922-47.31 2.858-82.555 13.653-37.944 11.431-58.265 18.892-79.38 28.736-8.732 4.128-16.352 6.985-16.987 6.35-2.223-2.223 15.082-63.028 24.449-85.889 12.066-29.529 12.542-30.164 20.639-35.403 12.701-8.097 44.929-23.655 57.947-27.942 24.449-7.938 39.69-8.414 58.265-1.746 8.573 3.016 35.086 3.175 48.898 0.159 10.637-2.223 20.321-7.144 19.369-9.684-0.318-0.953-5.080-1.429-10.478-1.27-5.874 0-10.002-0.476-10.002-1.429s2.223-4.128 4.763-7.144c2.699-2.858 6.985-9.684 9.526-14.765l4.763-9.526 12.383 6.192c6.668 3.493 14.765 7.303 17.781 8.573zM489.456 712.037c2.223 2.223 5.715 7.779 7.938 12.383 6.35 13.653 8.256 14.13 28.1 8.414 4.763-1.429 11.431-2.54 14.765-2.54 11.589 0 6.668 4.763-17.305 16.67-12.383 6.033-27.148 14.288-32.863 18.099-9.843 6.35-11.113 7.938-19.686 23.814-4.922 9.208-10.161 18.892-11.589 21.591-1.429 2.54-4.287 10.796-6.192 18.257-3.969 15.558-6.827 20.639-11.431 20.639-5.080 0-22.226 9.367-28.1 15.4-7.462 7.779-13.336 21.433-12.701 29.688 0.794 10.002 4.128 8.097 12.701-6.985 7.462-13.177 15.4-21.909 23.814-26.354 2.381-1.27 4.604-1.588 5.080-0.794 0.476 0.635-2.54 12.224-6.668 25.719l-7.462 24.29-13.177 7.62c-7.303 4.128-14.923 7.62-16.987 7.62-4.287 0-26.037-7.144-28.1-9.208-0.794-0.794 2.381-7.144 7.938-15.558 11.748-17.781 29.847-50.168 46.199-82.873 21.591-43.183 24.767-50.962 34.292-84.778l4.445-15.558 9.526-4.763c5.239-2.54 10.478-4.763 11.431-4.763 1.111 0 3.81 1.746 6.033 3.969zM363.877 743.313c0.318 0.953-2.699 11.907-6.985 24.131-6.509 19.527-10.478 33.975-15.717 58.9-1.27 6.35-8.256 50.644-10.161 64.615-0.794 6.033-1.588 7.62-3.969 7.62-3.175 0-23.020-10.796-31.276-16.829-6.192-4.604-7.779-12.383-5.715-27.942l1.27-10.478 17.305-16.035c9.526-8.891 18.257-16.035 19.369-16.035 2.699 0 7.62-7.303 6.192-9.367-0.476-0.953-3.175-2.223-6.033-3.016-4.287-1.111-5.239-2.064-5.557-6.668-0.318-2.858-0.159-7.62 0.476-10.478 0.794-4.763 1.588-5.239 7.938-6.192 9.208-1.429 12.701-5.557 12.383-14.288-0.318-7.462 3.493-12.383 13.018-17.305 5.715-3.016 6.668-3.175 7.462-0.635z","M373.085 569.312c-13.177 9.843-23.655 15.558-31.276 17.146-6.668 1.429-9.526 4.922-6.827 8.097 1.111 1.27 3.651 2.381 5.715 2.381 3.969 0 5.239 4.287 2.381 7.144-0.953 0.953-2.064 4.604-2.699 8.256-1.905 11.907 3.81 7.462 12.542-10.002 3.016-6.033 6.033-9.367 11.589-12.542 14.13-8.256 27.942-23.496 25.243-27.783-1.746-2.858-4.604-1.588-16.67 7.303z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["player"],"grid":0},"attrs":[{},{},{}],"properties":{"order":502,"id":22,"name":"aibadge","prevSize":32,"code":60408},"setIdx":1,"setId":2,"iconIdx":21},{"icon":{"paths":["M0 512v512h1024v-1024h-1024v512zM199.38 259.36c1.807 1.156 9.684 5.564 17.416 9.9 16.91 9.322 39.385 21.824 52.898 29.412 6.143 3.469 10.623 5.564 11.996 5.564 1.156 0 5.203-0.65 8.889-1.373 11.852-2.457 20.812-3.18 36.783-3.18 16.838 0 27.1 1.012 40.83 4.191 34.254 7.732 64.967 24.353 90.259 48.779 22.258 21.535 37.578 45.888 48.635 77.613l2.023 5.709 6.865 4.336c3.758 2.385 9.611 5.998 13.008 8.094s13.008 8.021 21.318 13.152c8.383 5.131 17.488 10.695 20.234 12.357 17.705 10.623 24.57 15.103 24.57 16.043 0 0.578-0.939 1.662-2.168 2.385-1.156 0.723-5.564 3.469-9.756 5.998-8.455 5.131-9.178 5.564-28.545 17.416-12.357 7.516-36.277 22.33-43.142 26.666-2.168 1.373-2.891 2.529-4.191 6.576-9.322 28.183-23.92 52.537-43.937 73.349-25.871 26.81-58.029 45.166-93.584 53.404-14.887 3.469-24.426 4.48-42.058 4.553-16.549 0.072-25.654-0.723-37.939-3.324-3.758-0.795-7.516-1.445-8.311-1.445-1.229 0-14.019 6.937-54.199 29.412-1.951 1.084-9.033 5.059-15.754 8.744-6.648 3.686-12.791 7.227-13.658 7.877-0.939 0.578-2.312 1.084-3.18 1.084-1.445 0-1.518-0.434-2.023-9.25-0.867-17.705-1.879-37.578-2.963-61.57-1.445-32.086-1.301-31.074-4.77-35.265-25.51-30.93-38.662-59.402-45.238-97.703-1.879-11.129-1.879-46.972 0-57.812 4.119-23.125 9.611-40.107 18.861-58.318 6.865-13.514 15.176-25.943 26.377-39.385 3.469-4.191 3.324-3.107 4.842-35.627 0.578-13.514 1.373-30.279 1.734-37.217s0.867-17.271 1.156-22.98c0.578-11.779 0.723-11.924 6.721-8.166zM899.27 647.642c1.084 1.734 4.625 11.924 6.432 18.644 6.721 24.859 7.443 55.138 1.951 80.576-2.818 12.791-8.455 29.629-10.406 30.857-1.084 0.723-316.378 0.723-317.462 0-2.818-1.807-9.973-26.521-12.646-43.504-1.229-8.166-1.229-38.734 0-46.972 2.312-14.959 8.961-39.24 11.129-40.613 0.506-0.289 72.699-0.578 160.429-0.578h159.562l1.012 1.59z","M315.149 377.297c-6.937 0.65-18.211 3.18-25.365 5.781-37.578 13.586-64.822 45.383-72.699 84.84-2.529 12.719-2.457 31.363 0.072 44.082 10.912 53.982 56.512 91.416 111.289 91.416 9.394 0 24.353-1.807 29.267-3.541 1.012-0.361 4.119-1.373 6.865-2.24 32.664-10.117 60.631-38.012 71.615-71.398 4.408-13.441 4.914-17.271 4.914-36.277 0-19.15-0.578-23.486-5.059-36.855-6.359-18.861-20.162-38.951-34.615-50.513-25.221-20.162-52.826-28.256-86.285-25.293z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["terminal"],"grid":0},"attrs":[{},{}],"properties":{"order":501,"id":23,"name":"aiterm","prevSize":32,"code":60407},"setIdx":1,"setId":2,"iconIdx":22}],"height":1024,"metadata":{"name":"icomoon"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"icon-","metadata":{"fontFamily":"icomoon"},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon"},"historySize":50,"showCodes":true,"gridSize":16}} \ No newline at end of file diff --git a/pkg/icomoon/style.css b/pkg/icomoon/style.css new file mode 100644 index 0000000..580d1b4 --- /dev/null +++ b/pkg/icomoon/style.css @@ -0,0 +1,99 @@ +@font-face { + font-family: 'icomoon'; + src: url('fonts/icomoon.eot?mxezzh'); + src: url('fonts/icomoon.eot?mxezzh#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?mxezzh') format('truetype'), + url('fonts/icomoon.woff?mxezzh') format('woff'), + url('fonts/icomoon.svg?mxezzh#icomoon') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +[class^="icon-"], [class*=" icon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-git:before { + content: "\e901"; +} +.icon-cube:before { + content: "\e900"; +} +.icon-game:before { + content: "\e9d5"; +} +.icon-card:before { + content: "\e9d6"; +} +.icon-book:before { + content: "\e9d7"; +} +.icon-git1:before { + content: "\e9d3"; +} +.icon-moji_a:before { + content: "\e9c3"; +} +.icon-archlinux:before { + content: "\e9c4"; +} +.icon-archlinuxjp:before { + content: "\e9c5"; +} +.icon-syui:before { + content: "\e9c6"; +} +.icon-phoenix-power:before { + content: "\e9c7"; +} +.icon-phoenix-world:before { + content: "\e9c8"; +} +.icon-power:before { + content: "\e9c9"; +} +.icon-phoenix:before { + content: "\e9ca"; +} +.icon-honeycomb:before { + content: "\e9cb"; +} +.icon-ai:before { + content: "\e9cc"; +} +.icon-robot:before { + content: "\e9cd"; +} +.icon-sandar:before { + content: "\e9ce"; +} +.icon-moon:before { + content: "\e9cf"; +} +.icon-home:before { + content: "\e9d0"; +} +.icon-cloud:before { + content: "\e9d1"; +} +.icon-api:before { + content: "\e9d2"; +} +.icon-aibadge:before { + content: "\ebf8"; +} +.icon-aiterm:before { + content: "\ebf7"; +}