mod-base 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +17 -0
- package/.sass-lint.yml +165 -0
- package/CHANGELOG.md +5 -0
- package/README.md +42 -0
- package/package.json +7 -0
- package/src/fonts/modstyle-icons/modicons-basic/Read Me.txt +7 -0
- package/src/fonts/modstyle-icons/modicons-basic/demo-files/demo.css +152 -0
- package/src/fonts/modstyle-icons/modicons-basic/demo-files/demo.js +30 -0
- package/src/fonts/modstyle-icons/modicons-basic/demo.html +346 -0
- package/src/fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.eot +0 -0
- package/src/fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.svg +32 -0
- package/src/fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.ttf +0 -0
- package/src/fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.woff +0 -0
- package/src/fonts/modstyle-icons/modicons-basic/selection.json +1 -0
- package/src/fonts/modstyle-icons/modicons-basic/style.css +93 -0
- package/src/fonts/modstyle-icons/modicons-fill/Read Me.txt +7 -0
- package/src/fonts/modstyle-icons/modicons-fill/demo-files/demo.css +152 -0
- package/src/fonts/modstyle-icons/modicons-fill/demo-files/demo.js +30 -0
- package/src/fonts/modstyle-icons/modicons-fill/demo.html +626 -0
- package/src/fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.eot +0 -0
- package/src/fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.svg +52 -0
- package/src/fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.ttf +0 -0
- package/src/fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.woff +0 -0
- package/src/fonts/modstyle-icons/modicons-fill/selection.json +1 -0
- package/src/fonts/modstyle-icons/modicons-fill/style.css +194 -0
- package/src/fonts/modstyle-icons/modicons-stroke/Read Me.txt +7 -0
- package/src/fonts/modstyle-icons/modicons-stroke/demo-files/demo.css +152 -0
- package/src/fonts/modstyle-icons/modicons-stroke/demo-files/demo.js +30 -0
- package/src/fonts/modstyle-icons/modicons-stroke/demo.html +990 -0
- package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.eot +0 -0
- package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.svg +79 -0
- package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.ttf +0 -0
- package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.woff +0 -0
- package/src/fonts/modstyle-icons/modicons-stroke/selection.json +1 -0
- package/src/fonts/modstyle-icons/modicons-stroke/style.css +290 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/Read Me.txt +7 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/demo-files/demo.css +152 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/demo-files/demo.js +30 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/demo.html +122 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.eot +0 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.svg +16 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.ttf +0 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.woff +0 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/selection.json +1 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/style.css +51 -0
- package/src/styles/base/_breakpoint-mixins.scss +30 -0
- package/src/styles/base/_colors.scss +115 -0
- package/src/styles/base/_flex.scss +7 -0
- package/src/styles/base/_fonts.scss +49 -0
- package/src/styles/base/_reset.scss +152 -0
- package/src/styles/base/index.scss +6 -0
- package/src/styles/icons/_basics.scss +6 -0
- package/src/styles/icons/_fill.scss +6 -0
- package/src/styles/icons/_font-face-basic.scss +10 -0
- package/src/styles/icons/_font-face-fill.scss +10 -0
- package/src/styles/icons/_font-face-stroke-md.scss +10 -0
- package/src/styles/icons/_font-face-stroke.scss +10 -0
- package/src/styles/icons/_icon-classes-basic.scss +163 -0
- package/src/styles/icons/_icon-classes-fill.scss +262 -0
- package/src/styles/icons/_icon-classes-stroke-md.scss +46 -0
- package/src/styles/icons/_icon-classes-stroke.scss +424 -0
- package/src/styles/icons/_mixin-basic.scss +6 -0
- package/src/styles/icons/_mixin-fill.scss +6 -0
- package/src/styles/icons/_mixin-stroke-md.scss +6 -0
- package/src/styles/icons/_mixin-stroke.scss +6 -0
- package/src/styles/icons/_stroke-md.scss +6 -0
- package/src/styles/icons/_stroke.scss +6 -0
- package/src/styles/icons/index.scss +4 -0
- package/src/styles/templates/_dark-mode.scss +346 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
4
|
+
<metadata>Generated by IcoMoon</metadata>
|
|
5
|
+
<defs>
|
|
6
|
+
<font id="modicons-fill" horiz-adv-x="1024">
|
|
7
|
+
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
|
8
|
+
<missing-glyph horiz-adv-x="1024" />
|
|
9
|
+
<glyph unicode=" " horiz-adv-x="512" d="" />
|
|
10
|
+
<glyph unicode="" glyph-name="calendar" d="M933.647 719.064h-843.298v60.234c0 33.269 26.969 60.234 60.234 60.234h60.234v60.234c0 33.269 26.969 60.234 60.234 60.234s60.234-26.969 60.234-60.234v-60.234h361.413v60.234c0 33.269 26.969 60.234 60.234 60.234s60.234-26.969 60.234-60.234v-60.234h60.234c33.269 0 60.234-26.969 60.234-60.234v-60.234zM933.647 658.825v-662.591c0-33.269-26.969-60.234-60.234-60.234h-722.825c-33.269 0-60.234 26.969-60.234 60.234v662.591h843.298zM225.882 538.357c-8.317 0-15.061-6.744-15.061-15.061v-90.355c0-8.317 6.744-15.061 15.061-15.061h90.355c8.317 0 15.061 6.744 15.061 15.061v90.355c0 8.317-6.744 15.061-15.061 15.061h-90.355zM225.882 357.647c-8.317 0-15.061-6.744-15.061-15.061v-90.355c0-8.317 6.744-15.061 15.061-15.061h90.355c8.317 0 15.061 6.744 15.061 15.061v90.355c0 8.317-6.744 15.061-15.061 15.061h-90.355zM466.822 538.357c-8.317 0-15.061-6.744-15.061-15.061v-90.355c0-8.317 6.744-15.061 15.061-15.061h90.355c8.317 0 15.061 6.744 15.061 15.061v90.355c0 8.317-6.744 15.061-15.061 15.061h-90.355zM466.822 357.647c-8.317 0-15.061-6.744-15.061-15.061v-90.355c0-8.317 6.744-15.061 15.061-15.061h90.355c8.317 0 15.061 6.744 15.061 15.061v90.355c0 8.317-6.744 15.061-15.061 15.061h-90.355zM707.767 538.357c-8.317 0-15.061-6.744-15.061-15.061v-90.355c0-8.317 6.744-15.061 15.061-15.061h90.355c8.317 0 15.061 6.744 15.061 15.061v90.355c0 8.317-6.744 15.061-15.061 15.061h-90.355zM707.767 357.647c-8.317 0-15.061-6.744-15.061-15.061v-90.355c0-8.317 6.744-15.061 15.061-15.061h90.355c8.317 0 15.061 6.744 15.061 15.061v90.355c0 8.317-6.744 15.061-15.061 15.061h-90.355zM225.882 176.94c-8.317 0-15.061-6.744-15.061-15.061v-90.355c0-8.317 6.744-15.061 15.061-15.061h90.355c8.317 0 15.061 6.744 15.061 15.061v90.355c0 8.317-6.744 15.061-15.061 15.061h-90.355zM466.822 176.94c-8.317 0-15.061-6.744-15.061-15.061v-90.355c0-8.317 6.744-15.061 15.061-15.061h90.355c8.317 0 15.061 6.744 15.061 15.061v90.355c0 8.317-6.744 15.061-15.061 15.061h-90.355zM707.767 176.94c-8.317 0-15.061-6.744-15.061-15.061v-90.355c0-8.317 6.744-15.061 15.061-15.061h90.355c8.317 0 15.061 6.744 15.061 15.061v90.355c0 8.317-6.744 15.061-15.061 15.061h-90.355z" />
|
|
11
|
+
<glyph unicode="" glyph-name="chat" d="M820.042 12.801c-69.469 7.213-194.264 58.027-262.155 134.314-15.191-0.985-30.496-1.481-45.887-1.481-286.421 0-512 170.686-512 368.783s225.579 368.783 512 368.783c286.421 0 512-170.686 512-368.783 0-119.749-82.656-233.48-222.413-303.362-31.433-15.717-45.098-54.883-30.751-88.133 10.123-23.46 42.060-93.54 40.187-89.35 3.478-7.783 6.469-14.669 9.020-20.771zM339.2 448.001c31.812 0 57.6 22.923 57.6 51.2s-25.788 51.2-57.6 51.2c-31.812 0-57.6-22.923-57.6-51.2s25.788-51.2 57.6-51.2zM512 448.001c31.812 0 57.6 22.923 57.6 51.2s-25.788 51.2-57.6 51.2c-31.812 0-57.6-22.923-57.6-51.2s25.788-51.2 57.6-51.2zM684.8 448.001c31.812 0 57.6 22.923 57.6 51.2s-25.788 51.2-57.6 51.2c-31.812 0-57.6-22.923-57.6-51.2s25.788-51.2 57.6-51.2z" />
|
|
12
|
+
<glyph unicode="" glyph-name="credit-card" d="M1023.998 675.555h-1023.998v56.889c0 62.838 50.941 113.777 113.777 113.777h796.443c62.838 0 113.777-50.941 113.777-113.777v-56.889zM1023.998 561.777v-398.221c0-62.838-50.941-113.777-113.777-113.777h-796.443c-62.838 0-113.777 50.941-113.777 113.777v398.221h1023.998zM170.668 220.445h78.222c31.418 0 56.889 25.469 56.889 56.889s-25.469 56.889-56.889 56.889h-78.222c-31.418 0-56.889-25.469-56.889-56.889s25.469-56.889 56.889-56.889zM433.778 220.445h202.255c31.418 0 56.889 25.469 56.889 56.889s-25.469 56.889-56.889 56.889h-202.255c-31.418 0-56.889-25.469-56.889-56.889s25.469-56.889 56.889-56.889z" />
|
|
13
|
+
<glyph unicode="" glyph-name="lock" d="M248.682 579.656v117.028c0 145.422 117.89 263.316 263.316 263.316s263.316-117.89 263.316-263.316v-117.028h87.772c64.634 0 117.028-52.394 117.028-117.028v-409.6c0-64.634-52.394-117.028-117.028-117.028h-702.172c-64.634 0-117.028 52.394-117.028 117.028v409.6c0 64.634 52.394 117.028 117.028 117.028h87.772zM424.226 579.656h175.544v117.028c0 48.475-39.297 87.772-87.772 87.772s-87.772-39.297-87.772-87.772v-117.028z" />
|
|
14
|
+
<glyph unicode="" glyph-name="question" d="M512-64c-282.773 0-512 229.227-512 512s229.227 512 512 512c282.773 0 512-229.227 512-512s-229.227-512-512-512zM433.019 586.263c20.891 45.976 58.497 62.555 130.921 51.081 38.358-6.076 64.523-42.091 58.453-80.45-3.639-22.965-18.391-42.645-39.412-52.575-81.883-38.687-134.105-102.331-134.105-184.32 0-35.349 35.051-64 70.4-64s57.6 28.651 57.6 64c0 29.257 21.277 49.92 60.79 68.586 59.289 28.012 100.893 83.521 111.147 148.285 17.131 108.181-56.672 209.763-164.853 226.9-125.715 19.91-220.903-22.054-267.482-124.553-14.623-32.182-0.388-70.118 31.788-84.741s70.118-0.388 84.741 31.788zM512 96c35.349 0 64 28.651 64 64s-28.651 64-64 64c-35.349 0-64-28.651-64-64s28.651-64 64-64z" />
|
|
15
|
+
<glyph unicode="" glyph-name="share" d="M390.295 648.349v-335.367c0-65.569 53.155-118.724 118.724-118.724s118.724 53.155 118.724 118.724v335.367h121.707c98.355 0 178.087-76.203 178.087-170.204v-371.94c0-94.002-79.733-170.204-178.087-170.204h-474.9c-98.355 0-178.087 76.203-178.087 170.204v371.94c0 94.002 79.733 170.204 178.087 170.204h115.741zM449.657 757.325l-24.588-24.588c-23.182-23.182-60.768-23.182-83.95 0s-23.182 60.768 0 83.95l125.926 125.926c23.182 23.182 60.768 23.182 83.95 0l125.926-125.926c23.182-23.182 23.182-60.768 0-83.95s-60.768-23.182-83.95 0l-24.588 24.588v-444.344c0-32.786-26.578-59.362-59.362-59.362s-59.362 26.578-59.362 59.362v444.344z" />
|
|
16
|
+
<glyph unicode="" glyph-name="star-half" d="M511.157 116.945l-275.139-142.067c-33.322-17.207-55.058-0.951-48.661 35.682l52.779 302.233-224.212 214.648c-26.958 25.807-19.204 50.953 18.643 56.357l309.852 44.22 138.18 274.982c7.918 15.756 18.173 24.065 28.557 25.002v-811.059z" />
|
|
17
|
+
<glyph unicode="" glyph-name="star" d="M512 119.966l-280.845-145.010c-29.69-15.332-49.162-1.441-43.35 31.848l53.494 306.321-227.207 217.517c-24.020 22.997-16.589 45.476 16.615 50.214l313.991 44.811 140.422 279.443c14.847 29.541 38.911 29.546 53.761 0l140.422-279.443 313.991-44.811c33.194-4.737 40.639-27.217 16.615-50.214l-227.207-217.517 53.494-306.321c5.75-32.92-13.655-47.182-43.35-31.848l-280.845 145.010z" />
|
|
18
|
+
<glyph unicode="" glyph-name="payment-check" d="M56.886 789.332h910.229c31.416 0 56.886-25.469 56.886-56.886v-568.892c0-31.416-25.469-56.886-56.886-56.886h-910.229c-31.416 0-56.886 25.469-56.886 56.886v568.892c0 31.416 25.469 56.886 56.886 56.886zM170.666 504.883h455.114c31.416 0 56.886 25.469 56.886 56.886s-25.469 56.886-56.886 56.886h-455.114c-31.416 0-56.886-25.469-56.886-56.886s25.469-56.886 56.886-56.886zM170.666 294.393h166.367c31.416 0 56.886 25.469 56.886 56.886s-25.469 56.886-56.886 56.886h-166.367c-31.416 0-56.886-25.469-56.886-56.886s25.469-56.886 56.886-56.886zM796.448 504.883h56.886c31.416 0 56.886 25.469 56.886 56.886s-25.469 56.886-56.886 56.886h-56.886c-31.416 0-56.886-25.469-56.886-56.886s25.469-56.886 56.886-56.886zM802.456 405.17c-6.026-12.061-11.699-21.706-16.629-29.003-17.083 37.962-53.813 60.45-103.157 60.45-54.685 0-106.228-25.772-154.005-73.549-22.218-22.218-22.218-58.236 0-80.457s58.236-22.218 80.457 0c28.071 28.071 52.384 40.224 73.549 40.224 0-15.091 5.993-29.557 16.664-40.224 73.162-73.162 152.238-33.632 204.891 71.672 14.048 28.105 2.658 62.275-25.44 76.322s-62.275 2.658-76.322-25.44z" />
|
|
19
|
+
<glyph unicode="" glyph-name="sliders" d="M145.124 128c22.132 38.259 63.498 64 110.876 64s88.744-25.741 110.876-64h593.124c85.333 0 85.333-128 0-128h-593.124c-22.132-38.259-63.498-64-110.876-64s-88.744 25.741-110.876 64h-81.124c-85.333 0-85.333 128 0 128h81.124zM657.124 512c22.132 38.259 63.498 64 110.876 64s88.744-25.741 110.876-64h81.124c85.333 0 85.333-128 0-128h-81.124c-22.132-38.259-63.498-64-110.876-64s-88.744 25.741-110.876 64h-593.124c-85.333 0-85.333 128 0 128h593.124zM401.124 896c22.132 38.259 63.498 64 110.876 64s88.744-25.741 110.876-64h337.124c85.333 0 85.333-128 0-128h-337.124c-22.132-38.259-63.498-64-110.876-64s-88.744 25.741-110.876 64h-337.124c-85.333 0-85.333 128 0 128h337.124z" />
|
|
20
|
+
<glyph unicode="" glyph-name="warning" d="M331.518 836.681c19.261 36.756 49.278 66.761 86.041 86.010 99.781 52.243 223.023 13.707 275.267-86.075l307.908-588.082c15.283-29.189 23.266-61.647 23.266-94.596 0-112.631-91.305-203.937-203.937-203.937h-616.085c-32.974 0-65.454 7.995-94.661 23.3-99.763 52.279-138.256 175.534-85.976 275.296l308.177 588.082zM421.837 789.352c9.632 18.379 24.638 33.381 43.021 43.005 49.891 26.123 111.511 6.853 137.633-43.037l307.908-588.082c7.641-14.595 11.632-30.824 11.632-47.297 0-56.316-45.652-101.968-101.968-101.968h-616.085c-16.486 0-32.728 3.998-47.329 11.65-49.881 26.139-69.128 87.767-42.988 137.649l308.177 588.082zM376.677 813.017l-308.177-588.082c-39.21-74.822-10.34-167.263 64.482-206.473 21.904-11.478 46.266-17.475 70.995-17.475h616.085c84.473 0 152.953 68.479 152.953 152.953 0 24.711-5.988 49.054-17.45 70.947l-307.908 588.082c-39.183 74.837-131.613 103.739-206.45 64.556-27.572-14.436-50.084-36.94-64.531-64.507zM509.843 675.784c-28.157 0-50.984-22.827-50.984-50.984v-305.905c0-28.157 22.827-50.984 50.984-50.984s50.984 22.827 50.984 50.984v305.905c0 28.157-22.827 50.984-50.984 50.984zM510.086 139.989c28.157 0 50.984 22.827 50.984 50.984s-22.827 50.984-50.984 50.984c-28.157 0-50.984-22.827-50.984-50.984s22.827-50.984 50.984-50.984z" />
|
|
21
|
+
<glyph unicode="" glyph-name="cancel" d="M219.3 623.699c-30.876-51.326-48.634-111.436-48.634-175.699 0-188.513 152.821-341.334 341.334-341.334 57.123 0 110.97 14.030 158.278 38.839l-450.979 478.196zM347.232 747.004l444.8-494.221c38.636 55.321 61.302 122.623 61.302 195.22 0 188.513-152.821 341.334-341.334 341.334-59.751 0-115.916-15.354-164.768-42.331zM512-64c-282.771 0-512 229.229-512 512s229.229 512 512 512c282.771 0 512-229.229 512-512s-229.229-512-512-512z" />
|
|
22
|
+
<glyph unicode="" glyph-name="hammer" d="M424.612 535.388c19.991 19.991 52.403 19.991 72.394 0l102.381-102.381c19.991-19.991 19.991-52.403 0-72.394l-409.52-409.52c-19.991-19.991-52.403-19.991-72.394 0l-102.381 102.381c-19.991 19.991-19.991 52.403 0 72.394l409.52 409.52zM731.951 411.728c-9.597 9.597-14.993 22.621-14.993 36.197h-51.194c-13.576 0-26.597 5.389-36.197 14.993l-102.381 102.381c-9.597 9.597-14.993 22.621-14.993 36.197v73.634c0 23.49-15.991 43.965-38.775 49.662l-127.212 31.803c-48.184 12.045-52.707 78.744-6.596 97.191l103.784 41.518c111.161 44.463 237.644 25.721 331.133-49.070l108.647-86.916c24.42-19.536 38.572-49.162 38.423-80.434l-0.125-26.123 2.678-0.128c12.72-0.606 24.757-5.931 33.762-14.935l51.194-51.194c19.991-19.991 19.991-52.403 0-72.394l-153.571-153.571c-19.991-19.991-52.403-19.991-72.394 0l-51.194 51.194z" />
|
|
23
|
+
<glyph unicode="" glyph-name="print" d="M819.2 38.4v102.396c0 56.554-45.846 102.396-102.396 102.396h-409.6c-56.554 0-102.396-45.846-102.396-102.396v-102.396h-153.6c-28.277 0-51.2 22.923-51.2 51.2v409.6c0 84.828 68.769 153.6 153.6 153.6h716.8c84.828 0 153.6-68.769 153.6-153.6v-409.6c0-28.277-22.923-51.2-51.2-51.2h-153.6zM768 499.2h-153.6c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h153.6c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2zM256 908.8h512v-204.8h-512v204.8zM307.2 192h409.6c28.277 0 51.2-22.923 51.2-51.2v-153.6h-512v153.6c0 28.277 22.923 51.2 51.2 51.2z" />
|
|
24
|
+
<glyph unicode="" glyph-name="target" d="M105.569 499.2c23.104 185.278 169.953 332.127 355.231 355.231v54.369c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v-54.369c185.278-23.104 332.127-169.953 355.231-355.231h54.369c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-54.369c-23.104-185.278-169.953-332.127-355.231-355.231v-54.369c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v54.369c-185.278 23.104-332.127 169.953-355.231 355.231h-54.369c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h54.369zM512 192c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256s114.615-256 256-256zM512 294.4c-84.831 0-153.6 68.769-153.6 153.6s68.769 153.6 153.6 153.6c84.831 0 153.6-68.769 153.6-153.6s-68.769-153.6-153.6-153.6z" />
|
|
25
|
+
<glyph unicode="" glyph-name="book" d="M51.201 842.295c157.537 0 302.027-40.025 432.415-119.735l-0.061-668.858-17.426 8.164c-123.441 55.646-261.579 83.542-414.929 83.542-28.277 0-51.2 22.286-51.2 49.778v597.333c0 27.491 22.923 49.778 51.2 49.778zM972.799 842.295c28.277 0 51.2-22.286 51.2-49.778v-597.333c0-27.491-22.923-49.778-51.2-49.778-160.61 0-304.532-30.599-432.361-91.631l0.002 668.819c130.373 79.686 274.844 119.7 432.358 119.7zM105.238 554.912c-23.512 1.567-43.842-16.222-45.41-39.734s16.222-43.842 39.734-45.41c107.933-7.195 196.761-30.291 266.721-68.769 20.648-11.356 46.591-3.824 57.947 16.823s3.824 46.591-16.823 57.947c-81.744 44.959-182.546 71.167-302.168 79.143zM105.238 714.2c-23.512 1.567-43.842-16.222-45.41-39.734s16.222-43.842 39.734-45.41c107.933-7.195 196.761-30.291 266.721-68.769 20.648-11.356 46.591-3.824 57.947 16.823s3.824 46.591-16.823 57.947c-81.744 44.959-182.546 71.167-302.168 79.143zM924.57 714.197l-5.803 0.004c-119.622-7.975-220.423-34.183-302.168-79.143-20.648-11.356-28.18-37.3-16.823-57.947s37.3-28.18 57.947-16.823c69.959 38.477 158.788 61.573 266.721 68.769 23.512 1.567 41.302 21.898 39.734 45.41s-21.898 41.302-45.41 39.734z" />
|
|
26
|
+
<glyph unicode="" glyph-name="camera" d="M657.549 874.666c48.973 0 92.452-31.338 107.939-77.798l30.956-92.868h113.778c62.837 0 113.778-50.94 113.778-113.778v-455.111c0-62.837-50.94-113.778-113.778-113.778h-796.444c-62.837 0-113.778 50.94-113.778 113.778v455.111c0 62.837 50.94 113.778 113.778 113.778h113.721l31.013 92.868c15.487 46.46 58.965 77.798 107.939 77.798h291.099zM512 647.11c-125.676 0-227.556-101.88-227.556-227.556s101.88-227.556 227.556-227.556c125.676 0 227.556 101.88 227.556 227.556s-101.88 227.556-227.556 227.556z" />
|
|
27
|
+
<glyph unicode="" glyph-name="calculator" d="M768 960c70.692 0 128-57.307 128-128v-768c0-70.692-57.307-128-128-128h-512c-70.692 0-128 57.307-128 128v768c0 70.692 57.307 128 128 128h512zM512 192h-192c-35.346 0-64-28.654-64-64s28.654-64 64-64v0h192c35.346 0 64 28.654 64 64s-28.654 64-64 64v0zM704 192c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64zM320 384c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64zM512 384c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64zM704 384c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64zM320 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64zM512 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64zM704 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64zM736 832h-448c-17.672 0-32-14.327-32-32v0-128c0-17.672 14.327-32 32-32v0h448c17.672 0 32 14.327 32 32v0 128c0 17.672-14.327 32-32 32v0z" />
|
|
28
|
+
<glyph unicode="" glyph-name="window" d="M448 384v-448h-384c-35.346 0-64 28.654-64 64v384h448zM1024 384v-384c0-35.346-28.654-64-64-64h-384v448h448zM960 960c35.346 0 64-28.654 64-64v-384h-128v64h-192v-64h-128v448h384zM448 960v-448h-128v64h-192v-64h-128v384c0 35.346 28.654 64 64 64h384z" />
|
|
29
|
+
<glyph unicode="" glyph-name="lightning" horiz-adv-x="576" d="M212.010 959.999c-7.836-0.789-15.043-6.816-17.839-14.917l-169.139-500.614c-4.919-14.071 6.131-31.715 19.821-31.652h107.363l-148.327-446.041c-3.159-9.972 0.79-22.091 8.986-27.574s19.782-3.758 26.361 3.926l528.559 628.678c5.447 6.616 6.957 16.831 3.695 25.007s-11.113 13.863-19.221 13.921h-181.032l105.712 317.977c4.65 13.995-6.29 31.263-19.821 31.288-81.651 0-163.614 0-245.119 0z" />
|
|
30
|
+
<glyph unicode="" glyph-name="fill-toolbox" d="M365.67 396.8l0.044-27.953c0-15.422 13.099-27.925 29.257-27.925h234.057c16.158 0 29.257 12.502 29.257 27.925l-0.007 27.953 365.722-0.028v-279.247c0-13.88-10.61-25.395-24.511-27.559l-4.746-0.365h-965.486c-14.542 0-26.607 10.127-28.874 23.395l-0.383 4.53v279.247l365.67 0.028zM614.4 448v-51.2h-204.8v51.2h204.8zM716.8 832c53.983 0 98.21-41.773 102.119-94.758l0.281-7.642v-76.8h73.143c6.208 0 12.212-1.918 17.174-5.416l3.514-2.915 102.4-99.556c4.389-4.267 7.24-9.751 8.205-15.637l0.364-4.477v-76.8h-365.722l0.007 29.867c0 16.495-13.099 29.867-29.257 29.867h-234.057c-16.158 0-29.257-13.372-29.257-29.867l-0.044-29.867h-365.67v76.8c0 6.035 1.973 11.873 5.571 16.697l2.998 3.416 102.4 99.556c4.389 4.267 10.030 7.039 16.083 7.977l4.604 0.354h73.143v76.8c0 53.983 41.773 98.21 94.758 102.119l7.642 0.281h409.6zM716.8 729.6h-409.6v-76.8h409.6v76.8z" />
|
|
31
|
+
<glyph unicode="" glyph-name="fill-restart" d="M501.396 919.404c32.254 32.254 87.404 9.41 87.404-36.204v0l0.030-109.594c189.491-35.96 332.77-202.451 332.77-402.406 0-226.216-183.384-409.6-409.6-409.6s-409.6 183.384-409.6 409.6c0 42.415 34.385 76.8 76.8 76.8s76.8-34.385 76.8-76.8c0-141.385 114.615-256 256-256s256 114.615 256 256c0 114.625-75.335 211.655-179.193 244.278l-0.007-90.678c0-45.614-55.15-68.458-87.404-36.204v0l-179.2 179.2c-19.995 19.995-19.995 52.413 0 72.408v0z" />
|
|
32
|
+
<glyph unicode="" glyph-name="info" d="M512-64c282.767 0 512 229.233 512 512 0 282.77-229.233 512-512 512-282.77 0-512-229.23-512-512 0-282.767 229.23-512 512-512zM588.8 657.288c0-42.416-34.386-76.8-76.8-76.8-42.416 0-76.8 34.384-76.8 76.8s34.384 76.8 76.8 76.8c42.414 0 76.8-34.385 76.8-76.8zM512 499.2c28.278 0 51.2-22.923 51.2-51.2v-256c0-28.278-22.922-51.2-51.2-51.2s-51.2 22.922-51.2 51.2v256c0 28.277 22.923 51.2 51.2 51.2z" />
|
|
33
|
+
<glyph unicode="" glyph-name="cash" d="M56.889 789.333h910.221c31.419 0 56.889-25.47 56.889-56.889v-568.888c0-31.419-25.47-56.889-56.889-56.889h-910.221c-31.419 0-56.889 25.47-56.889 56.889v568.888c0 31.419 25.47 56.889 56.889 56.889zM511.999 220.444c94.256 0 170.666 101.881 170.666 227.556s-76.41 227.556-170.666 227.556c-94.256 0-170.666-101.881-170.666-227.556s76.41-227.556 170.666-227.556zM113.777 732.443c-31.419 0-56.889-25.47-56.889-56.889v-113.777l170.666 170.666h-113.777zM909.082 732.443h-113.872l170.76-170.76v113.872c0 31.419-25.47 56.889-56.889 56.889zM909.082 164.694c31.419 0 56.889 25.47 56.889 56.889v113.872l-170.76-170.76h113.872zM113.777 164.694h113.872l-170.76 170.76v-113.872c0-31.419 25.47-56.889 56.889-56.889z" />
|
|
34
|
+
<glyph unicode="" glyph-name="check" d="M1006.892 719.096l-85.2 87.897c-23.328 24.079-61.754 24.699-85.845 1.386l-444.072-429.679-205.429 176.517c-24.361 20.931-60.803 19.276-83.164-3.777l-86.044-88.706c-23.352-24.072-22.765-62.518 1.307-85.869 0.656-0.637 1.326-1.257 2.010-1.864l326.414-289.194c23.562-20.875 59.168-20.284 82.025 1.361l576.135 545.585c24.351 23.059 25.399 61.497 2.337 85.848-0.16 0.167-0.316 0.333-0.477 0.499z" />
|
|
35
|
+
<glyph unicode="" glyph-name="clipboard" d="M307.201 823.471v68.265c0 37.701 30.563 68.265 68.265 68.265h273.066c37.701 0 68.265-30.563 68.265-68.265v-68.265h136.537c37.701 0 68.265-30.563 68.265-68.265v-750.942c0-37.701-30.563-68.265-68.265-68.265h-682.669c-37.701 0-68.265 30.563-68.265 68.265v750.942c0 37.701 30.563 68.265 68.265 68.265h136.537zM273.065 618.669c-18.85 0-34.136-15.286-34.136-34.136s15.286-34.136 34.136-34.136h68.265c18.85 0 34.136 15.286 34.136 34.136s-15.286 34.136-34.136 34.136h-68.265zM477.867 618.669c-18.85 0-34.136-15.286-34.136-34.136s15.286-34.136 34.136-34.136h273.066c18.85 0 34.136 15.286 34.136 34.136s-15.286 34.136-34.136 34.136h-273.066zM273.065 413.868c-18.85 0-34.136-15.286-34.136-34.136s15.286-34.136 34.136-34.136h68.265c18.85 0 34.136 15.286 34.136 34.136s-15.286 34.136-34.136 34.136h-68.265zM477.867 413.868c-18.85 0-34.136-15.286-34.136-34.136s15.286-34.136 34.136-34.136h273.066c18.85 0 34.136 15.286 34.136 34.136s-15.286 34.136-34.136 34.136h-273.066zM273.065 209.066c-18.85 0-34.136-15.286-34.136-34.136s15.286-34.136 34.136-34.136h68.265c18.85 0 34.136 15.286 34.136 34.136s-15.286 34.136-34.136 34.136h-68.265zM477.867 209.066c-18.85 0-34.136-15.286-34.136-34.136s15.286-34.136 34.136-34.136h273.066c18.85 0 34.136 15.286 34.136 34.136s-15.286 34.136-34.136 34.136h-273.066zM443.738 823.471v34.136c0 18.85-15.286 34.136-34.136 34.136s-34.136-15.286-34.136-34.136v-68.265c0-18.85 15.286-34.136 34.136-34.136h204.802c18.85 0 34.136 15.286 34.136 34.136v68.265c0 18.85-15.286 34.136-34.136 34.136s-34.136-15.286-34.136-34.136v-34.136h-136.537z" />
|
|
36
|
+
<glyph unicode="" glyph-name="clock" d="M466.746 402.746l153.6-153.6c24.993-24.993 65.514-24.993 90.507 0s24.993 65.514 0 90.507l-134.854 134.854v269.339c0 35.349-28.651 64-64 64s-64-28.651-64-64v-295.846c0-17.671 7.165-33.671 18.746-45.254zM512-64c-282.773 0-512 229.227-512 512s229.227 512 512 512c282.773 0 512-229.227 512-512s-229.227-512-512-512z" />
|
|
37
|
+
<glyph unicode="" glyph-name="deal" d="M870.4 576.001v51.2c0 28.277 22.923 51.2 51.2 51.2h51.2c28.277 0 51.2-22.923 51.2-51.2v-358.4c0-28.277-22.923-51.2-51.2-51.2h-51.2c-28.277 0-51.2 22.923-51.2 51.2v51.2l-56.196 28.098-237.702 218.294c-9.532 11.914-27.303 12.899-38.092 2.11l-139.533-139.533c-2.331-2.331-4.888-4.427-7.631-6.256-23.008-15.339-54.095-9.122-69.434 13.887-23.002 34.502-18.452 80.444 10.869 109.765l183.234 183.234h197.281c34.238 0 66.21-17.111 85.202-45.599l72.001-108.001zM153.6 320.001v-51.2c0-28.277-22.923-51.2-51.2-51.2h-51.2c-28.277 0-51.2 22.923-51.2 51.2v358.4c0 28.277 22.923 51.2 51.2 51.2h51.2c28.277 0 51.2-22.923 51.2-51.2v-46.965h4.738l67.349 103.003c18.914 28.927 51.144 46.361 85.705 46.361h132.116l-147.031-147.031c-46.579-46.579-53.806-119.56-17.266-174.37 31.024-46.536 93.899-59.111 140.436-28.087 5.549 3.699 10.719 7.937 15.434 12.653l119.308 119.308 213.942-191.412-9.729-19.458c-9.709-19.418-30.608-30.601-52.15-27.907l-40.852 5.11v-9.607c0-28.277-22.923-51.2-51.2-51.2h-51.2l-11.449-22.897c-8.673-17.346-26.402-28.303-45.795-28.303h-32.357c-41.543 0-81.966 13.474-115.2 38.4l-153.6 115.2h-51.2z" />
|
|
38
|
+
<glyph unicode="" glyph-name="dollar-sign" d="M614.398 853.227c27.355-3.016 54.392-7.593 81.111-13.73 52.549-12.069 98.529-29.419 137.941-52.049l-61.581-139.173c-79.645 41.488-159.288 62.232-238.933 62.232-55.833 0-97.092-8.298-123.777-24.893s-40.027-38.471-40.027-65.627c0-27.156 15.395-47.334 46.186-60.535s77.797-26.213 141.020-39.036c65.686-14.332 119.466-28.664 161.342-42.997s77.797-36.962 107.766-67.89c29.969-30.928 44.954-72.792 44.954-125.596 0-45.26-13.753-86.559-41.259-123.898s-68.765-66.946-123.777-88.822c-27.374-10.885-57.695-19.062-90.964-24.531v-110.683h-204.8v108.074c-34.85 4.23-69.072 10.825-102.664 19.784-63.634 16.972-114.745 39.036-153.336 66.192l67.739 138.042c36.949-24.893 80.876-44.882 131.783-59.969s101.813-22.63 152.72-22.63c56.655 0 98.529 7.732 125.625 23.196s40.643 36.019 40.643 61.666c0 18.858-8.005 34.51-24.016 46.957s-36.538 22.441-61.581 29.985c-25.043 7.543-58.912 15.841-101.608 24.893-65.686 14.332-119.466 28.664-161.342 42.997s-77.797 37.339-107.766 69.021c-29.969 31.682-44.954 73.924-44.954 126.727 0 46.014 13.548 87.69 40.643 125.030s67.944 66.946 122.546 88.822c23.034 9.228 48.224 16.51 75.568 21.846v113.368h204.8v-106.774z" />
|
|
39
|
+
<glyph unicode="" glyph-name="edit" d="M732.914 940.836l291.086-283.067-731.616-702.606h-292.384v284.331z" />
|
|
40
|
+
<glyph unicode="" glyph-name="external-link" d="M73.145 960h877.71c40.392 0 73.145-32.744 73.145-73.145v-877.71c0-40.392-32.744-73.145-73.145-73.145h-877.71c-40.392 0-73.145 32.744-73.145 73.145v877.71c0 40.392 32.744 73.145 73.145 73.145zM672.129 685.72l-418.355-418.355c-21.418-21.418-21.418-56.158 0-77.576s56.158-21.418 77.576 0l418.355 418.355v-123.449c0-30.299 24.555-54.854 54.854-54.854s54.854 24.555 54.854 54.854v255.879c0 30.299-24.555 54.854-54.854 54.854h-255.999c-30.299 0-54.854-24.555-54.854-54.854s24.555-54.854 54.854-54.854h123.559z" />
|
|
41
|
+
<glyph unicode="" glyph-name="finish" d="M165.643 860.967c76.629 25.819 153.655 38.796 230.876 38.796 63.342 0 97.766-8.627 152.435-31.649l0.425-0.182c41.37-17.422 61.213-22.382 106.981-22.382 79.734 0 159.308 16.451 239.123 49.603 39.67 16.478 83.341-12.673 83.341-55.626v-487.908c0-24.482-14.819-46.529-37.49-55.776-95.654-39.011-190.753-58.67-284.973-58.67-62.79 0-97.174 8.598-152.227 31.563l-0.443 0.186c-41.888 17.475-61.883 22.463-107.171 22.463-76.579 0-153.421-15.494-230.876-46.732v-248.419c0-33.269-26.969-60.234-60.234-60.234s-60.234 26.969-60.234 60.234v903.532c0 33.269 26.969 60.234 60.234 60.234s60.234-26.969 60.234-60.234v-38.796zM195.76 743.931v-361.398c66.699 19.518 133.663 29.323 200.759 29.323 63.495 0 98.202-8.66 153.557-31.749l0.443-0.186c41.597-17.352 61.289-22.277 105.846-22.277 66.166 0 133.432 11.804 201.991 35.596v361.193c-66.915-19.543-134.294-29.354-201.991-29.354-64.042 0-98.791 8.683-153.742 31.83-41.517 17.485-61.060 22.382-106.1 22.382-66.669 0-133.512-11.735-200.759-35.363zM539.105 742.756v-120.813c-49.214 20.882-83.388 36.883-142.586 36.883-12.53 0-25.278 0-38.12-0.254v119.446c12.713 0.854 25.42 1.279 38.12 1.279 45.036 0 51.146 0.762 106.1-22.382 13.085-5.511 25.025-10.203 36.486-14.151zM701.739 726.553c52.44 3.403 104.665 12.712 156.612 27.882v-123.976c-52.948-18.374-105.12-29.6-156.612-33.759v129.853zM195.76 619.747v0zM539.105 495.789v-120.813c-49.214 20.882-83.388 36.883-142.586 36.883-12.53 0-25.278 0-38.12-0.254v119.446c12.713 0.854 25.42 1.279 38.12 1.279 45.036 0 51.146 0.762 106.1-22.382 13.085-5.511 25.025-10.203 36.486-14.151zM701.739 479.586c52.44 3.403 104.665 12.712 156.612 27.882v-123.976c-52.948-18.374-105.12-29.6-156.612-33.759v129.853zM195.76 372.78v0zM701.739 597.361c-15.291-1.609-30.49-2.502-45.379-2.502-48.794 0-80.582 10.697-117.256 26.028v-123.803c5.923-2.196 11.946-4.503 18.072-6.923 41.597-17.352 54.631-15.774 99.188-15.774 15.069 0 30.196 0.611 45.379 1.837v-1.837h156.612v35.597c-52.948-18.374-105.12-29.6-156.612-33.759zM358.398 657.541v-129.994c-54.338-3.009-108.574-12.449-162.634-28.267v124.181c54.434 19.129 108.607 30.462 162.634 34.085zM404.431 658.822h0.018c-0.005 0-0.009 0-0.018 0z" />
|
|
42
|
+
<glyph unicode="" glyph-name="license" d="M1023.998 732.444h-1023.998c0 62.838 50.941 113.777 113.777 113.777h796.443c62.838 0 113.777-50.941 113.777-113.777zM1023.998 675.554v-511.998c0-62.838-50.941-113.777-113.777-113.777h-796.443c-62.838 0-113.777 50.941-113.777 113.777v511.998h1023.998zM205.932 365.653c-54.749-37.889-92.153-114.169-92.153-202.098h341.332c0 87.928-37.404 164.208-92.153 202.098 21.726 20.722 35.264 49.952 35.264 82.346 0 62.838-50.941 113.777-113.777 113.777s-113.777-50.941-113.777-113.777c0-32.394 13.538-61.624 35.264-82.346zM540.445 504.888c-15.709 0-28.445-12.736-28.445-28.445s12.736-28.445 28.445-28.445h341.332c15.709 0 28.445 12.736 28.445 28.445s-12.736 28.445-28.445 28.445h-341.332zM540.445 391.11c-15.709 0-28.445-12.736-28.445-28.445s12.736-28.445 28.445-28.445h341.332c15.709 0 28.445 12.736 28.445 28.445s-12.736 28.445-28.445 28.445h-341.332z" />
|
|
43
|
+
<glyph unicode="" glyph-name="mail" d="M1023.998 732.236l-14.312-8.334-452.268-290.753c-28.189-18.125-62.647-18.125-90.835 0l-451.197 290.097-15.383 8.965v0.232c0 31.419 25.47 56.889 56.889 56.889h910.219c31.419 0 56.889-25.47 56.889-56.889v-0.208zM1023.998 665.506v-501.948c0-31.419-25.47-56.889-56.889-56.889h-910.219c-31.419 0-56.889 25.47-56.889 56.889v501.978l435.814-280.238c46.931-30.173 105.437-30.173 152.368 0l435.814 280.207z" />
|
|
44
|
+
<glyph unicode="" glyph-name="phone" d="M120.548 959.999h80.768c26.538 0 50.325-16.379 59.79-41.174l81.082-212.375c7.476-19.577 4.892-41.571-6.914-58.884l-67.117-98.427c27.394-96.358 77.92-175.559 151.576-237.602 64.002-53.912 137.727-83.639 221.175-89.181l90.678 73.195c18.797 15.175 44.542 18.47 66.558 8.52l188.215-85.061c22.915-10.358 37.641-33.174 37.641-58.321v-94.519c-50.837-85.078-123.397-128.448-217.685-130.112-2.059-0.064-4.136-0.062-6.212-0.050-2.411 0.004-4.839 0.034-7.281 0.093-188.423 3.579-369.168 99.514-542.225 287.803-177.19 192.787-260.416 360.741-249.676 503.87 2.765 100.297 42.597 177.728 119.634 232.219z" />
|
|
45
|
+
<glyph unicode="" glyph-name="pin" d="M512-64c-189.63 221.811-303.406 411.442-341.334 568.89-56.89 236.172 85.334 455.11 341.334 455.11s398.221-227.555 341.334-455.11c-37.925-151.704-151.704-341.334-341.334-568.89zM512 459.379c78.548 0 142.221 63.676 142.221 142.221s-63.676 142.221-142.221 142.221c-78.548 0-142.221-63.676-142.221-142.221s63.676-142.221 142.221-142.221z" />
|
|
46
|
+
<glyph unicode="" glyph-name="price-tag" d="M0.22 513.391l7.814 375.901c0.724 34.653 28.64 62.57 63.294 63.294l356.070 7.4c17.124 0.355 33.691-6.1 46.058-17.947l530.403-507.972c25.788-24.698 26.668-65.624 1.977-91.405-0.322-0.333-0.646-0.67-0.979-0.996l-386.73-386.73c-25.248-25.248-66.181-25.248-91.429 0-0.059 0.059-0.117 0.117-0.169 0.171l-507.558 511.4c-12.348 12.442-19.112 29.364-18.75 46.884zM203.273 692.691c35.707 0 64.648 28.948 64.648 64.648s-28.948 64.648-64.648 64.648c-35.707 0-64.648-28.948-64.648-64.648s28.948-64.648 64.648-64.648z" />
|
|
47
|
+
<glyph unicode="" glyph-name="profile" d="M512 448c-141.383 0-256 114.617-256 256s114.617 256 256 256c141.383 0 256-114.617 256-256s-114.617-256-256-256zM640.067 410.636c16.348 7.146 34.938 7.146 51.286 0 161.827-70.764 268.647-230.92 268.647-410.636 0-35.349-28.651-64-64-64h-768c-35.349 0-64 28.651-64 64 0 179.716 106.819 339.872 268.647 410.636 16.348 7.146 34.938 7.146 51.286 0 40.001-17.495 83.333-26.636 128.067-26.636s88.066 9.147 128.067 26.636z" />
|
|
48
|
+
<glyph unicode="" glyph-name="search" d="M576.13 261.618c-54.486-31.061-117.547-48.807-184.753-48.807-206.331 0-373.595 167.264-373.595 373.595s167.264 373.595 373.595 373.595c206.331 0 373.595-167.264 373.595-373.595 0-70.39-19.467-136.232-53.31-192.439 0.163-0.161 0.325-0.321 0.486-0.483l266.323-295.763c36.996-36.996 36.996-96.978 0-133.974s-96.978-36.996-133.974 0l-266.323 295.763c-0.694 0.694-1.375 1.397-2.044 2.108zM391.376 399.608c103.165 0 186.797 83.632 186.797 186.797s-83.632 186.797-186.797 186.797c-103.165 0-186.797-83.632-186.797-186.797s83.632-186.797 186.797-186.797z" />
|
|
49
|
+
<glyph unicode="" glyph-name="shield" d="M571.318-49.654c-37.298-19.079-81.48-19.13-118.822-0.14v0.001c-158.856 80.784-269.789 202.409-332.8 364.874-20.143 51.935-53.708 166.298-100.696 343.091-17.265 64.958 17.528 132.426 80.462 156.026l366.608 137.477c29.603 11.101 62.224 11.101 91.827 0l366.642-137.491c62.922-23.596 97.714-91.042 80.469-155.991h0.001c-46.885-176.588-80.466-290.959-100.739-343.11-62.892-161.786-173.875-283.365-332.951-364.735zM554.452 40.277c132.979 64.084 225.818 163.476 277.204 297.009 16.599 43.136 44.026 138.45 82.822 287.423 12.628 48.479-13.315 98.682-60.163 116.429l-307.585 116.516c-22.385 8.479-47.099 8.479-69.483 0l-307.568-116.511c-46.857-17.75-72.799-67.968-60.157-116.454 38.884-149.134 66.299-244.432 82.789-287.379 51.491-134.112 144.34-233.565 277.239-297.153 26.855-12.846 58.088-12.802 84.903 0.12zM526.067 99.176c-8.939-4.307-19.351-4.323-28.303-0.040-117.93 56.426-198.967 143.227-244.419 261.609-15.292 39.829-42.327 133.804-80.559 280.44-4.214 16.161 4.432 32.9 20.052 38.817l307.568 116.511c7.461 2.826 15.699 2.826 23.16 0l307.585-116.516c15.616-5.916 24.264-22.65 20.055-38.81-38.142-146.46-65.179-240.426-80.571-280.42-45.353-117.856-126.44-204.665-244.57-261.592z" />
|
|
50
|
+
<glyph unicode="" glyph-name="truck" d="M107.788 675.256v102.4c0 29.765 24.129 53.895 53.895 53.895h538.948c29.765 0 53.895-24.129 53.895-53.895v-156.295h89.598c11.801 0 23.276-3.874 32.662-11.025l125.981-95.986c13.379-10.194 21.233-26.050 21.233-42.87v-227.382c0-29.765-24.129-53.895-53.895-53.895h-0.295c-4.622-70.225-63.047-125.755-134.442-125.755-69.558 0-126.805 52.71-133.979 120.365h-270.989c-7.174-67.656-64.421-120.365-133.979-120.365s-126.805 52.71-133.979 120.365h-0.758c-29.765 0-53.895 24.129-53.895 53.895v167.074h-26.947c-14.882 0-26.947 12.065-26.947 26.947s12.065 26.947 26.947 26.947h390.737c14.882 0 26.947 12.065 26.947 26.947s-12.065 26.947-26.947 26.947h-363.79v53.895h-80.842c-14.882 0-26.947 12.065-26.947 26.947s12.065 26.947 26.947 26.947h390.737c14.882 0 26.947 12.065 26.947 26.947s-12.065 26.947-26.947 26.947h-309.895zM879.381 190.203h-88.027c4.161-20.5 22.285-35.93 44.014-35.93s39.853 15.429 44.014 35.93zM253.856 184.814c5.994-17.756 22.785-30.54 42.563-30.54s36.571 12.784 42.563 30.54h-85.127zM754.525 566.888v-107.5l215.579 0.174c0 17.029-8.048 33.057-21.706 43.227l-71.757 53.432c-9.302 6.926-20.591 10.667-32.188 10.667h-89.927z" />
|
|
51
|
+
<glyph unicode="" glyph-name="upload" d="M608.141 960v-202.867c0 6.927-0.239-31.649 0.087-38.321 0.825-16.926 4.125-28.424 16.135-38.324 10.916-8.999 20.476-10.387 36.826-9.851-6.532-0.212 22.71 1.122 32.291 1.122h202.52v-671.759c0-35.346-28.654-64-64-64h-639.999c-35.346 0-64 28.654-64 64v895.999c0 35.346 28.654 64 64 64h416.141zM672.141 927.859l192.099-192.099h-170.761c-4.982 0-13.801-0.275-21.43-0.561 0.002 11.139 0.091 24.572 0.091 21.935v170.725zM464 405.112v-277.111c0-26.51 21.49-48 48-48s48 21.49 48 48v268.117l46.059-46.059c18.745-18.745 49.137-18.745 67.882 0s18.745 49.137 0 67.882l-128 128c-17.971 17.971-46.835 18.819-65.83 1.935l-144-128c-19.814-17.612-21.599-47.951-3.986-67.765s47.951-21.599 67.765-3.986l64.11 56.987z" />
|
|
52
|
+
</font></defs></svg>
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M501.396 40.596c32.254-32.254 87.404-9.41 87.404 36.204v0l0.030 109.594c189.491 35.96 332.77 202.451 332.77 402.406 0 226.216-183.384 409.6-409.6 409.6s-409.6-183.384-409.6-409.6c0-42.415 34.385-76.8 76.8-76.8s76.8 34.385 76.8 76.8c0 141.385 114.615 256 256 256s256-114.615 256-256c0-114.625-75.335-211.655-179.193-244.278l-0.007 90.678c0 45.614-55.15 68.458-87.404 36.204v0l-179.2-179.2c-19.995-19.995-19.995-52.413 0-72.408v0z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"grid":32,"tags":["fill-restart"]},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":345,"id":40,"name":"fill-restart","prevSize":32,"code":59669},"setIdx":0,"setId":1,"iconIdx":0},{"icon":{"paths":["M365.67 563.2l0.044 27.953c0 15.422 13.099 27.925 29.257 27.925h234.057c16.158 0 29.257-12.502 29.257-27.925l-0.007-27.953 365.722 0.028v279.247c0 13.88-10.61 25.395-24.511 27.559l-4.746 0.365h-965.486c-14.542 0-26.607-10.127-28.874-23.395l-0.383-4.53v-279.247l365.67-0.028zM614.4 512v51.2h-204.8v-51.2h204.8zM716.8 128c53.983 0 98.21 41.773 102.119 94.758l0.281 7.642v76.8h73.143c6.208 0 12.212 1.918 17.174 5.416l3.514 2.915 102.4 99.556c4.389 4.267 7.24 9.751 8.205 15.637l0.364 4.477v76.8h-365.722l0.007-29.867c0-16.495-13.099-29.867-29.257-29.867h-234.057c-16.158 0-29.257 13.372-29.257 29.867l-0.044 29.867h-365.67l0-76.8c0-6.035 1.973-11.873 5.571-16.697l2.998-3.416 102.4-99.556c4.389-4.267 10.030-7.039 16.083-7.977l4.604-0.354h73.143v-76.8c0-53.983 41.773-98.21 94.758-102.119l7.642-0.281h409.6zM716.8 230.4h-409.6v76.8h409.6v-76.8z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"grid":32,"tags":["fill-toolbox"]},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":344,"id":39,"name":"fill-toolbox","prevSize":32,"code":59668},"setIdx":0,"setId":1,"iconIdx":1},{"icon":{"paths":["M212.010 0.001c-7.836 0.789-15.043 6.816-17.839 14.917l-169.139 500.614c-4.919 14.071 6.131 31.715 19.821 31.652h107.363l-148.327 446.041c-3.159 9.972 0.79 22.091 8.986 27.574s19.782 3.758 26.361-3.926l528.559-628.678c5.447-6.616 6.957-16.831 3.695-25.007s-11.113-13.863-19.221-13.921h-181.032l105.712-317.977c4.65-13.995-6.29-31.263-19.821-31.288-81.651 0-163.614 0-245.119 0z"],"width":576,"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["lightning"],"grid":32},"attrs":[{}],"properties":{"order":439,"id":0,"name":"lightning","prevSize":32,"code":59667},"setIdx":0,"setId":1,"iconIdx":2},{"icon":{"paths":["M768 0c70.692 0 128 57.307 128 128v768c0 70.692-57.307 128-128 128h-512c-70.692 0-128-57.307-128-128v-768c0-70.692 57.307-128 128-128h512zM512 768h-192c-35.346 0-64 28.654-64 64s28.654 64 64 64v0h192c35.346 0 64-28.654 64-64s-28.654-64-64-64v0zM704 768c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM320 576c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM512 576c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM704 576c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM320 384c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM512 384c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM704 384c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64s-28.654-64-64-64zM736 128h-448c-17.672 0-32 14.327-32 32v0 128c0 17.672 14.327 32 32 32v0h448c17.672 0 32-14.327 32-32v0-128c0-17.672-14.327-32-32-32v0z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["calculator"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":209,"id":1,"name":"calculator","prevSize":32,"code":59665},"setIdx":0,"setId":1,"iconIdx":3},{"icon":{"paths":["M448 576v448h-384c-35.346 0-64-28.654-64-64v-384h448zM1024 576v384c0 35.346-28.654 64-64 64h-384v-448h448zM960 0c35.346 0 64 28.654 64 64v384h-128v-64h-192v64h-128v-448h384zM448 0v448h-128v-64h-192v64h-128v-384c0-35.346 28.654-64 64-64h384z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["window"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":208,"id":2,"name":"window","prevSize":32,"code":59666},"setIdx":0,"setId":1,"iconIdx":4},{"icon":{"paths":["M51.201 117.705c157.537 0 302.027 40.025 432.415 119.735l-0.061 668.858-17.426-8.164c-123.441-55.646-261.579-83.542-414.929-83.542-28.277 0-51.2-22.286-51.2-49.778v-597.333c0-27.491 22.923-49.778 51.2-49.778zM972.799 117.705c28.277 0 51.2 22.286 51.2 49.778v597.333c0 27.491-22.923 49.778-51.2 49.778-160.61 0-304.532 30.599-432.361 91.631l0.002-668.819c130.373-79.686 274.844-119.7 432.358-119.7zM105.238 405.088c-23.512-1.567-43.842 16.222-45.41 39.734s16.222 43.842 39.734 45.41c107.933 7.195 196.761 30.291 266.721 68.769 20.648 11.356 46.591 3.824 57.947-16.823s3.824-46.591-16.823-57.947c-81.744-44.959-182.546-71.167-302.168-79.143zM105.238 245.8c-23.512-1.567-43.842 16.222-45.41 39.734s16.222 43.842 39.734 45.41c107.933 7.195 196.761 30.291 266.721 68.769 20.648 11.356 46.591 3.824 57.947-16.823s3.824-46.591-16.823-57.947c-81.744-44.959-182.546-71.167-302.168-79.143zM924.57 245.803l-5.803-0.004c-119.622 7.975-220.423 34.183-302.168 79.143-20.648 11.356-28.18 37.3-16.823 57.947s37.3 28.18 57.947 16.823c69.959-38.477 158.788-61.573 266.721-68.769 23.512-1.567 41.302-21.898 39.734-45.41s-21.898-41.302-45.41-39.734z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["book"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":437,"id":3,"name":"book","prevSize":32,"code":59663},"setIdx":0,"setId":1,"iconIdx":5},{"icon":{"paths":["M657.549 85.334c48.973 0 92.452 31.338 107.939 77.798l30.956 92.868h113.778c62.837 0 113.778 50.94 113.778 113.778v455.111c0 62.837-50.94 113.778-113.778 113.778h-796.444c-62.837 0-113.778-50.94-113.778-113.778v-455.111c0-62.837 50.94-113.778 113.778-113.778h113.721l31.013-92.868c15.487-46.46 58.965-77.798 107.939-77.798h291.099zM512 312.89c-125.676 0-227.556 101.88-227.556 227.556s101.88 227.556 227.556 227.556c125.676 0 227.556-101.88 227.556-227.556s-101.88-227.556-227.556-227.556z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["camera"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":438,"id":4,"name":"camera","prevSize":32,"code":59664},"setIdx":0,"setId":1,"iconIdx":6},{"icon":{"paths":["M219.3 336.301c-30.876 51.326-48.634 111.436-48.634 175.699 0 188.513 152.821 341.334 341.334 341.334 57.123 0 110.97-14.030 158.278-38.839l-450.979-478.196zM347.232 212.996l444.8 494.221c38.636-55.321 61.302-122.623 61.302-195.22 0-188.513-152.821-341.334-341.334-341.334-59.751 0-115.916 15.354-164.768 42.331zM512 1024c-282.771 0-512-229.229-512-512s229.229-512 512-512c282.771 0 512 229.229 512 512s-229.229 512-512 512z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["cancel"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":403,"id":5,"name":"cancel","prevSize":32,"code":59659},"setIdx":0,"setId":1,"iconIdx":7},{"icon":{"paths":["M424.612 424.612c19.991-19.991 52.403-19.991 72.394 0l102.381 102.381c19.991 19.991 19.991 52.403 0 72.394l-409.52 409.52c-19.991 19.991-52.403 19.991-72.394 0l-102.381-102.381c-19.991-19.991-19.991-52.403 0-72.394l409.52-409.52zM731.951 548.272c-9.597-9.597-14.993-22.621-14.993-36.197h-51.194c-13.576 0-26.597-5.389-36.197-14.993l-102.381-102.381c-9.597-9.597-14.993-22.621-14.993-36.197v-73.634c0-23.49-15.991-43.965-38.775-49.662l-127.212-31.803c-48.184-12.045-52.707-78.744-6.596-97.191l103.784-41.518c111.161-44.463 237.644-25.721 331.133 49.070l108.647 86.916c24.42 19.536 38.572 49.162 38.423 80.434l-0.125 26.123 2.678 0.128c12.72 0.606 24.757 5.931 33.762 14.935l51.194 51.194c19.991 19.991 19.991 52.403 0 72.394l-153.571 153.571c-19.991 19.991-52.403 19.991-72.394 0l-51.194-51.194z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["hammer"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":404,"id":6,"name":"hammer","prevSize":32,"code":59660},"setIdx":0,"setId":1,"iconIdx":8},{"icon":{"paths":["M819.2 921.6v-102.396c0-56.554-45.846-102.396-102.396-102.396h-409.6c-56.554 0-102.396 45.846-102.396 102.396v102.396h-153.6c-28.277 0-51.2-22.923-51.2-51.2v-409.6c0-84.828 68.769-153.6 153.6-153.6h716.8c84.828 0 153.6 68.769 153.6 153.6v409.6c0 28.277-22.923 51.2-51.2 51.2h-153.6zM768 460.8h-153.6c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h153.6c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2zM256 51.2h512v204.8h-512v-204.8zM307.2 768h409.6c28.277 0 51.2 22.923 51.2 51.2v153.6h-512v-153.6c0-28.277 22.923-51.2 51.2-51.2z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["print"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":405,"id":7,"name":"print","prevSize":32,"code":59661},"setIdx":0,"setId":1,"iconIdx":9},{"icon":{"paths":["M105.569 460.8c23.104-185.278 169.953-332.127 355.231-355.231v-54.369c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v54.369c185.278 23.104 332.127 169.953 355.231 355.231h54.369c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-54.369c-23.104 185.278-169.953 332.127-355.231 355.231v54.369c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v-54.369c-185.278-23.104-332.127-169.953-355.231-355.231h-54.369c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h54.369zM512 768c141.385 0 256-114.615 256-256s-114.615-256-256-256c-141.385 0-256 114.615-256 256s114.615 256 256 256zM512 665.6c-84.831 0-153.6-68.769-153.6-153.6s68.769-153.6 153.6-153.6c84.831 0 153.6 68.769 153.6 153.6s-68.769 153.6-153.6 153.6z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["target"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":406,"id":8,"name":"target","prevSize":32,"code":59662},"setIdx":0,"setId":1,"iconIdx":10},{"icon":{"paths":["M56.886 170.668h910.229c31.416 0 56.886 25.469 56.886 56.886v568.892c0 31.416-25.469 56.886-56.886 56.886h-910.229c-31.416 0-56.886-25.469-56.886-56.886v-568.892c0-31.416 25.469-56.886 56.886-56.886zM170.666 455.117h455.114c31.416 0 56.886-25.469 56.886-56.886s-25.469-56.886-56.886-56.886h-455.114c-31.416 0-56.886 25.469-56.886 56.886s25.469 56.886 56.886 56.886zM170.666 665.607h166.367c31.416 0 56.886-25.469 56.886-56.886s-25.469-56.886-56.886-56.886h-166.367c-31.416 0-56.886 25.469-56.886 56.886s25.469 56.886 56.886 56.886zM796.448 455.117h56.886c31.416 0 56.886-25.469 56.886-56.886s-25.469-56.886-56.886-56.886h-56.886c-31.416 0-56.886 25.469-56.886 56.886s25.469 56.886 56.886 56.886zM802.456 554.83c-6.026 12.061-11.699 21.706-16.629 29.003-17.083-37.962-53.813-60.45-103.157-60.45-54.685 0-106.228 25.772-154.005 73.549-22.218 22.218-22.218 58.236 0 80.457s58.236 22.218 80.457 0c28.071-28.071 52.384-40.224 73.549-40.224 0 15.091 5.993 29.557 16.664 40.224 73.162 73.162 152.238 33.632 204.891-71.672 14.048-28.105 2.658-62.275-25.44-76.322s-62.275-2.658-76.322 25.44z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["payment-check"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":407,"id":9,"name":"payment-check","prevSize":32,"code":59656},"setIdx":0,"setId":1,"iconIdx":11},{"icon":{"paths":["M145.124 832c22.132-38.259 63.498-64 110.876-64s88.744 25.741 110.876 64h593.124c85.333 0 85.333 128 0 128h-593.124c-22.132 38.259-63.498 64-110.876 64s-88.744-25.741-110.876-64h-81.124c-85.333 0-85.333-128 0-128h81.124zM657.124 448c22.132-38.259 63.498-64 110.876-64s88.744 25.741 110.876 64h81.124c85.333 0 85.333 128 0 128h-81.124c-22.132 38.259-63.498 64-110.876 64s-88.744-25.741-110.876-64h-593.124c-85.333 0-85.333-128 0-128h593.124zM401.124 64c22.132-38.259 63.498-64 110.876-64s88.744 25.741 110.876 64h337.124c85.333 0 85.333 128 0 128h-337.124c-22.132 38.259-63.498 64-110.876 64s-88.744-25.741-110.876-64h-337.124c-85.333 0-85.333-128 0-128h337.124z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["sliders"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":408,"id":10,"name":"sliders","prevSize":32,"code":59657},"setIdx":0,"setId":1,"iconIdx":12},{"icon":{"paths":["M331.518 123.319c19.261-36.756 49.278-66.761 86.041-86.010 99.781-52.243 223.023-13.707 275.267 86.075l307.908 588.082c15.283 29.189 23.266 61.647 23.266 94.596 0 112.631-91.305 203.937-203.937 203.937h-616.085c-32.974 0-65.454-7.995-94.661-23.3-99.763-52.279-138.256-175.534-85.976-275.296l308.177-588.082zM421.837 170.648c9.632-18.379 24.638-33.381 43.021-43.005 49.891-26.123 111.511-6.853 137.633 43.037l307.908 588.082c7.641 14.595 11.632 30.824 11.632 47.297 0 56.316-45.652 101.968-101.968 101.968h-616.085c-16.486 0-32.728-3.998-47.329-11.65-49.881-26.139-69.128-87.767-42.988-137.649l308.177-588.082zM376.677 146.983l-308.177 588.082c-39.21 74.822-10.34 167.263 64.482 206.473 21.904 11.478 46.266 17.475 70.995 17.475h616.085c84.473 0 152.953-68.479 152.953-152.953 0-24.711-5.988-49.054-17.45-70.947l-307.908-588.082c-39.183-74.837-131.613-103.739-206.45-64.556-27.572 14.436-50.084 36.94-64.531 64.507zM509.843 284.216c-28.157 0-50.984 22.827-50.984 50.984v305.905c0 28.157 22.827 50.984 50.984 50.984s50.984-22.827 50.984-50.984v-305.905c0-28.157-22.827-50.984-50.984-50.984zM510.086 820.011c28.157 0 50.984-22.827 50.984-50.984s-22.827-50.984-50.984-50.984c-28.157 0-50.984 22.827-50.984 50.984s22.827 50.984 50.984 50.984z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["warning"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":409,"id":11,"name":"warning","prevSize":32,"code":59658},"setIdx":0,"setId":1,"iconIdx":13},{"icon":{"paths":["M820.042 947.199c-69.469-7.213-194.264-58.027-262.155-134.314-15.191 0.985-30.496 1.481-45.887 1.481-286.421 0-512-170.686-512-368.783s225.579-368.783 512-368.783c286.421 0 512 170.686 512 368.783 0 119.749-82.656 233.48-222.413 303.362-31.433 15.717-45.098 54.883-30.751 88.133 10.123 23.46 42.060 93.54 40.187 89.35 3.478 7.783 6.469 14.669 9.020 20.771zM339.2 511.999c31.812 0 57.6-22.923 57.6-51.2s-25.788-51.2-57.6-51.2c-31.812 0-57.6 22.923-57.6 51.2s25.788 51.2 57.6 51.2zM512 511.999c31.812 0 57.6-22.923 57.6-51.2s-25.788-51.2-57.6-51.2c-31.812 0-57.6 22.923-57.6 51.2s25.788 51.2 57.6 51.2zM684.8 511.999c31.812 0 57.6-22.923 57.6-51.2s-25.788-51.2-57.6-51.2c-31.812 0-57.6 22.923-57.6 51.2s25.788 51.2 57.6 51.2z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["chat"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":410,"id":12,"name":"chat","prevSize":32,"code":59649},"setIdx":0,"setId":1,"iconIdx":14},{"icon":{"paths":["M1023.998 284.445h-1023.998v-56.889c0-62.838 50.941-113.777 113.777-113.777h796.443c62.838 0 113.777 50.941 113.777 113.777v56.889zM1023.998 398.223v398.221c0 62.838-50.941 113.777-113.777 113.777h-796.443c-62.838 0-113.777-50.941-113.777-113.777v-398.221h1023.998zM170.668 739.555h78.222c31.418 0 56.889-25.469 56.889-56.889s-25.469-56.889-56.889-56.889h-78.222c-31.418 0-56.889 25.469-56.889 56.889s25.469 56.889 56.889 56.889zM433.778 739.555h202.255c31.418 0 56.889-25.469 56.889-56.889s-25.469-56.889-56.889-56.889h-202.255c-31.418 0-56.889 25.469-56.889 56.889s25.469 56.889 56.889 56.889z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["credit-card"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":411,"id":13,"name":"credit-card","prevSize":32,"code":59650},"setIdx":0,"setId":1,"iconIdx":15},{"icon":{"paths":["M248.682 380.344v-117.028c0-145.422 117.89-263.316 263.316-263.316s263.316 117.89 263.316 263.316v117.028h87.772c64.634 0 117.028 52.394 117.028 117.028v409.6c0 64.634-52.394 117.028-117.028 117.028h-702.172c-64.634 0-117.028-52.394-117.028-117.028v-409.6c0-64.634 52.394-117.028 117.028-117.028h87.772zM424.226 380.344h175.544v-117.028c0-48.475-39.297-87.772-87.772-87.772s-87.772 39.297-87.772 87.772v117.028z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["lock"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":412,"id":14,"name":"lock","prevSize":32,"code":59651},"setIdx":0,"setId":1,"iconIdx":16},{"icon":{"paths":["M512 1024c-282.773 0-512-229.227-512-512s229.227-512 512-512c282.773 0 512 229.227 512 512s-229.227 512-512 512zM433.019 373.737c20.891-45.976 58.497-62.555 130.921-51.081 38.358 6.076 64.523 42.091 58.453 80.45-3.639 22.965-18.391 42.645-39.412 52.575-81.883 38.687-134.105 102.331-134.105 184.32 0 35.349 35.051 64 70.4 64s57.6-28.651 57.6-64c0-29.257 21.277-49.92 60.79-68.586 59.289-28.012 100.893-83.521 111.147-148.285 17.131-108.181-56.672-209.763-164.853-226.9-125.715-19.91-220.903 22.054-267.482 124.553-14.623 32.182-0.388 70.118 31.788 84.741s70.118 0.388 84.741-31.788zM512 864c35.349 0 64-28.651 64-64s-28.651-64-64-64c-35.349 0-64 28.651-64 64s28.651 64 64 64z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["question"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":413,"id":15,"name":"question","prevSize":32,"code":59652},"setIdx":0,"setId":1,"iconIdx":17},{"icon":{"paths":["M390.295 311.651v335.367c0 65.569 53.155 118.724 118.724 118.724s118.724-53.155 118.724-118.724v-335.367h121.707c98.355 0 178.087 76.203 178.087 170.204v371.94c0 94.002-79.733 170.204-178.087 170.204h-474.9c-98.355 0-178.087-76.203-178.087-170.204v-371.94c0-94.002 79.733-170.204 178.087-170.204h115.741zM449.657 202.675l-24.588 24.588c-23.182 23.182-60.768 23.182-83.95 0s-23.182-60.768 0-83.95l125.926-125.926c23.182-23.182 60.768-23.182 83.95 0l125.926 125.926c23.182 23.182 23.182 60.768 0 83.95s-60.768 23.182-83.95 0l-24.588-24.588v444.344c0 32.786-26.578 59.362-59.362 59.362s-59.362-26.578-59.362-59.362v-444.344z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["share"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":414,"id":16,"name":"share","prevSize":32,"code":59653},"setIdx":0,"setId":1,"iconIdx":18},{"icon":{"paths":["M511.157 843.055l-275.139 142.067c-33.322 17.207-55.058 0.951-48.661-35.682l52.779-302.233-224.212-214.648c-26.958-25.807-19.204-50.953 18.643-56.357l309.852-44.22 138.18-274.982c7.918-15.756 18.173-24.065 28.557-25.002v811.059z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["star-half"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":415,"id":17,"name":"star-half","prevSize":32,"code":59654},"setIdx":0,"setId":1,"iconIdx":19},{"icon":{"paths":["M512 840.034l-280.845 145.010c-29.69 15.332-49.162 1.441-43.35-31.848l53.494-306.321-227.207-217.517c-24.020-22.997-16.589-45.476 16.615-50.214l313.991-44.811 140.422-279.443c14.847-29.541 38.911-29.546 53.761 0l140.422 279.443 313.991 44.811c33.194 4.737 40.639 27.217 16.615 50.214l-227.207 217.517 53.494 306.321c5.75 32.92-13.655 47.182-43.35 31.848l-280.845-145.010z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["star"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":416,"id":18,"name":"star","prevSize":32,"code":59655},"setIdx":0,"setId":1,"iconIdx":20},{"icon":{"paths":["M933.647 240.936h-843.298v-60.234c0-33.269 26.969-60.234 60.234-60.234h60.234v-60.234c0-33.269 26.969-60.234 60.234-60.234s60.234 26.969 60.234 60.234v60.234h361.413v-60.234c0-33.269 26.969-60.234 60.234-60.234s60.234 26.969 60.234 60.234v60.234h60.234c33.269 0 60.234 26.969 60.234 60.234v60.234zM933.647 301.175v662.591c0 33.269-26.969 60.234-60.234 60.234h-722.825c-33.269 0-60.234-26.969-60.234-60.234v-662.591h843.298zM225.882 421.643c-8.317 0-15.061 6.744-15.061 15.061v90.355c0 8.317 6.744 15.061 15.061 15.061h90.355c8.317 0 15.061-6.744 15.061-15.061v-90.355c0-8.317-6.744-15.061-15.061-15.061h-90.355zM225.882 602.353c-8.317 0-15.061 6.744-15.061 15.061v90.355c0 8.317 6.744 15.061 15.061 15.061h90.355c8.317 0 15.061-6.744 15.061-15.061v-90.355c0-8.317-6.744-15.061-15.061-15.061h-90.355zM466.822 421.643c-8.317 0-15.061 6.744-15.061 15.061v90.355c0 8.317 6.744 15.061 15.061 15.061h90.355c8.317 0 15.061-6.744 15.061-15.061v-90.355c0-8.317-6.744-15.061-15.061-15.061h-90.355zM466.822 602.353c-8.317 0-15.061 6.744-15.061 15.061v90.355c0 8.317 6.744 15.061 15.061 15.061h90.355c8.317 0 15.061-6.744 15.061-15.061v-90.355c0-8.317-6.744-15.061-15.061-15.061h-90.355zM707.767 421.643c-8.317 0-15.061 6.744-15.061 15.061v90.355c0 8.317 6.744 15.061 15.061 15.061h90.355c8.317 0 15.061-6.744 15.061-15.061v-90.355c0-8.317-6.744-15.061-15.061-15.061h-90.355zM707.767 602.353c-8.317 0-15.061 6.744-15.061 15.061v90.355c0 8.317 6.744 15.061 15.061 15.061h90.355c8.317 0 15.061-6.744 15.061-15.061v-90.355c0-8.317-6.744-15.061-15.061-15.061h-90.355zM225.882 783.060c-8.317 0-15.061 6.744-15.061 15.061v90.355c0 8.317 6.744 15.061 15.061 15.061h90.355c8.317 0 15.061-6.744 15.061-15.061v-90.355c0-8.317-6.744-15.061-15.061-15.061h-90.355zM466.822 783.060c-8.317 0-15.061 6.744-15.061 15.061v90.355c0 8.317 6.744 15.061 15.061 15.061h90.355c8.317 0 15.061-6.744 15.061-15.061v-90.355c0-8.317-6.744-15.061-15.061-15.061h-90.355zM707.767 783.060c-8.317 0-15.061 6.744-15.061 15.061v90.355c0 8.317 6.744 15.061 15.061 15.061h90.355c8.317 0 15.061-6.744 15.061-15.061v-90.355c0-8.317-6.744-15.061-15.061-15.061h-90.355z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Calendar"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":417,"id":19,"name":"calendar","prevSize":32,"code":59648},"setIdx":0,"setId":1,"iconIdx":21},{"icon":{"paths":["M56.889 170.667h910.221c31.419 0 56.889 25.47 56.889 56.889v568.888c0 31.419-25.47 56.889-56.889 56.889h-910.221c-31.419 0-56.889-25.47-56.889-56.889v-568.888c0-31.419 25.47-56.889 56.889-56.889zM511.999 739.556c94.256 0 170.666-101.881 170.666-227.556s-76.41-227.556-170.666-227.556c-94.256 0-170.666 101.881-170.666 227.556s76.41 227.556 170.666 227.556zM113.777 227.557c-31.419 0-56.889 25.47-56.889 56.889v113.777l170.666-170.666h-113.777zM909.082 227.557h-113.872l170.76 170.76v-113.872c0-31.419-25.47-56.889-56.889-56.889zM909.082 795.306c31.419 0 56.889-25.47 56.889-56.889v-113.872l-170.76 170.76h113.872zM113.777 795.306h113.872l-170.76-170.76v113.872c0 31.419 25.47 56.889 56.889 56.889z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Cash"],"defaultCode":59679,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":418,"id":20,"name":"cash","prevSize":32,"code":59679},"setIdx":0,"setId":1,"iconIdx":22},{"icon":{"paths":["M1006.892 240.904l-85.2-87.897c-23.328-24.079-61.754-24.699-85.845-1.386l-444.072 429.679-205.429-176.517c-24.361-20.931-60.803-19.276-83.164 3.777l-86.044 88.706c-23.352 24.072-22.765 62.518 1.307 85.869 0.656 0.637 1.326 1.257 2.010 1.864l326.414 289.194c23.562 20.875 59.168 20.284 82.025-1.361l576.135-545.585c24.351-23.059 25.399-61.497 2.337-85.848-0.16-0.167-0.316-0.333-0.477-0.499z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Check"],"defaultCode":59680,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":419,"id":21,"name":"check","prevSize":32,"code":59680},"setIdx":0,"setId":1,"iconIdx":23},{"icon":{"paths":["M307.201 136.529v-68.265c0-37.701 30.563-68.265 68.265-68.265h273.066c37.701 0 68.265 30.563 68.265 68.265v68.265h136.537c37.701 0 68.265 30.563 68.265 68.265v750.942c0 37.701-30.563 68.265-68.265 68.265h-682.669c-37.701 0-68.265-30.563-68.265-68.265v-750.942c0-37.701 30.563-68.265 68.265-68.265h136.537zM273.065 341.331c-18.85 0-34.136 15.286-34.136 34.136s15.286 34.136 34.136 34.136h68.265c18.85 0 34.136-15.286 34.136-34.136s-15.286-34.136-34.136-34.136h-68.265zM477.867 341.331c-18.85 0-34.136 15.286-34.136 34.136s15.286 34.136 34.136 34.136h273.066c18.85 0 34.136-15.286 34.136-34.136s-15.286-34.136-34.136-34.136h-273.066zM273.065 546.132c-18.85 0-34.136 15.286-34.136 34.136s15.286 34.136 34.136 34.136h68.265c18.85 0 34.136-15.286 34.136-34.136s-15.286-34.136-34.136-34.136h-68.265zM477.867 546.132c-18.85 0-34.136 15.286-34.136 34.136s15.286 34.136 34.136 34.136h273.066c18.85 0 34.136-15.286 34.136-34.136s-15.286-34.136-34.136-34.136h-273.066zM273.065 750.934c-18.85 0-34.136 15.286-34.136 34.136s15.286 34.136 34.136 34.136h68.265c18.85 0 34.136-15.286 34.136-34.136s-15.286-34.136-34.136-34.136h-68.265zM477.867 750.934c-18.85 0-34.136 15.286-34.136 34.136s15.286 34.136 34.136 34.136h273.066c18.85 0 34.136-15.286 34.136-34.136s-15.286-34.136-34.136-34.136h-273.066zM443.738 136.529v-34.136c0-18.85-15.286-34.136-34.136-34.136s-34.136 15.286-34.136 34.136v68.265c0 18.85 15.286 34.136 34.136 34.136h204.802c18.85 0 34.136-15.286 34.136-34.136v-68.265c0-18.85-15.286-34.136-34.136-34.136s-34.136 15.286-34.136 34.136v34.136h-136.537z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Clipboard"],"defaultCode":59681,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":420,"id":22,"name":"clipboard","prevSize":32,"code":59681},"setIdx":0,"setId":1,"iconIdx":24},{"icon":{"paths":["M466.746 557.254l153.6 153.6c24.993 24.993 65.514 24.993 90.507 0s24.993-65.514 0-90.507l-134.854-134.854v-269.339c0-35.349-28.651-64-64-64s-64 28.651-64 64v295.846c0 17.671 7.165 33.671 18.746 45.254zM512 1024c-282.773 0-512-229.227-512-512s229.227-512 512-512c282.773 0 512 229.227 512 512s-229.227 512-512 512z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Clock"],"defaultCode":59682,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":421,"id":23,"name":"clock","prevSize":32,"code":59682},"setIdx":0,"setId":1,"iconIdx":25},{"icon":{"paths":["M870.4 383.999v-51.2c0-28.277 22.923-51.2 51.2-51.2h51.2c28.277 0 51.2 22.923 51.2 51.2v358.4c0 28.277-22.923 51.2-51.2 51.2h-51.2c-28.277 0-51.2-22.923-51.2-51.2v-51.2l-56.196-28.098-237.702-218.294c-9.532-11.914-27.303-12.899-38.092-2.11l-139.533 139.533c-2.331 2.331-4.888 4.427-7.631 6.256-23.008 15.339-54.095 9.122-69.434-13.887-23.002-34.502-18.452-80.444 10.869-109.765l183.234-183.234h197.281c34.238 0 66.21 17.111 85.202 45.599l72.001 108.001zM153.6 639.999v51.2c0 28.277-22.923 51.2-51.2 51.2h-51.2c-28.277 0-51.2-22.923-51.2-51.2v-358.4c0-28.277 22.923-51.2 51.2-51.2h51.2c28.277 0 51.2 22.923 51.2 51.2v46.965h4.738l67.349-103.003c18.914-28.927 51.144-46.361 85.705-46.361h132.116l-147.031 147.031c-46.579 46.579-53.806 119.56-17.266 174.37 31.024 46.536 93.899 59.111 140.436 28.087 5.549-3.699 10.719-7.937 15.434-12.653l119.308-119.308 213.942 191.412-9.729 19.458c-9.709 19.418-30.608 30.601-52.15 27.907l-40.852-5.11v9.607c0 28.277-22.923 51.2-51.2 51.2h-51.2l-11.449 22.897c-8.673 17.346-26.402 28.303-45.795 28.303h-32.357c-41.543 0-81.966-13.474-115.2-38.4l-153.6-115.2h-51.2z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Deal"],"defaultCode":59683,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":422,"id":24,"name":"deal","prevSize":32,"code":59683},"setIdx":0,"setId":1,"iconIdx":26},{"icon":{"paths":["M614.398 106.773c27.355 3.016 54.392 7.593 81.111 13.73 52.549 12.069 98.529 29.419 137.941 52.049l-61.581 139.173c-79.645-41.488-159.288-62.232-238.933-62.232-55.833 0-97.092 8.298-123.777 24.893s-40.027 38.471-40.027 65.627c0 27.156 15.395 47.334 46.186 60.535s77.797 26.213 141.020 39.036c65.686 14.332 119.466 28.664 161.342 42.997s77.797 36.962 107.766 67.89c29.969 30.928 44.954 72.792 44.954 125.596 0 45.26-13.753 86.559-41.259 123.898s-68.765 66.946-123.777 88.822c-27.374 10.885-57.695 19.062-90.964 24.531v110.683h-204.8v-108.074c-34.85-4.23-69.072-10.825-102.664-19.784-63.634-16.972-114.745-39.036-153.336-66.192l67.739-138.042c36.949 24.893 80.876 44.882 131.783 59.969s101.813 22.63 152.72 22.63c56.655 0 98.529-7.732 125.625-23.196s40.643-36.019 40.643-61.666c0-18.858-8.005-34.51-24.016-46.957s-36.538-22.441-61.581-29.985c-25.043-7.543-58.912-15.841-101.608-24.893-65.686-14.332-119.466-28.664-161.342-42.997s-77.797-37.339-107.766-69.021c-29.969-31.682-44.954-73.924-44.954-126.727 0-46.014 13.548-87.69 40.643-125.030s67.944-66.946 122.546-88.822c23.034-9.228 48.224-16.51 75.568-21.846v-113.368h204.8v106.774z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Dollar Sign"],"defaultCode":59684,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":423,"id":25,"name":"dollar-sign","prevSize":32,"code":59684},"setIdx":0,"setId":1,"iconIdx":27},{"icon":{"paths":["M732.914 19.164l291.086 283.067-731.616 702.606h-292.384v-284.331z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Edit"],"defaultCode":59685,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":424,"id":26,"name":"edit","prevSize":32,"code":59685},"setIdx":0,"setId":1,"iconIdx":28},{"icon":{"paths":["M73.145 0h877.71c40.392 0 73.145 32.744 73.145 73.145v877.71c0 40.392-32.744 73.145-73.145 73.145h-877.71c-40.392 0-73.145-32.744-73.145-73.145v-877.71c0-40.392 32.744-73.145 73.145-73.145zM672.129 274.28l-418.355 418.355c-21.418 21.418-21.418 56.158 0 77.576s56.158 21.418 77.576 0l418.355-418.355v123.449c0 30.299 24.555 54.854 54.854 54.854s54.854-24.555 54.854-54.854v-255.879c0-30.299-24.555-54.854-54.854-54.854h-255.999c-30.299 0-54.854 24.555-54.854 54.854s24.555 54.854 54.854 54.854h123.559z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["External Link"],"defaultCode":59686,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":425,"id":27,"name":"external-link","prevSize":32,"code":59686},"setIdx":0,"setId":1,"iconIdx":29},{"icon":{"paths":["M165.643 99.033c76.629-25.819 153.655-38.796 230.876-38.796 63.342 0 97.766 8.627 152.435 31.649l0.425 0.182c41.37 17.422 61.213 22.382 106.981 22.382 79.734 0 159.308-16.451 239.123-49.603 39.67-16.478 83.341 12.673 83.341 55.626v487.908c0 24.482-14.819 46.529-37.49 55.776-95.654 39.011-190.753 58.67-284.973 58.67-62.79 0-97.174-8.598-152.227-31.563l-0.443-0.186c-41.888-17.475-61.883-22.463-107.171-22.463-76.579 0-153.421 15.494-230.876 46.732v248.419c0 33.269-26.969 60.234-60.234 60.234s-60.234-26.969-60.234-60.234v-903.532c0-33.269 26.969-60.234 60.234-60.234s60.234 26.969 60.234 60.234v38.796zM195.76 216.069v361.398c66.699-19.518 133.663-29.323 200.759-29.323 63.495 0 98.202 8.66 153.557 31.749l0.443 0.186c41.597 17.352 61.289 22.277 105.846 22.277 66.166 0 133.432-11.804 201.991-35.596v-361.193c-66.915 19.543-134.294 29.354-201.991 29.354-64.042 0-98.791-8.683-153.742-31.83-41.517-17.485-61.060-22.382-106.1-22.382-66.669 0-133.512 11.735-200.759 35.363z","M539.105 217.244v120.813c-49.214-20.882-83.388-36.883-142.586-36.883-12.53 0-25.278 0-38.12 0.254v-119.446c12.713-0.854 25.42-1.279 38.12-1.279 45.036 0 51.146-0.762 106.1 22.382 13.085 5.511 25.025 10.203 36.486 14.151zM701.739 233.447c52.44-3.403 104.665-12.712 156.612-27.882v123.976c-52.948 18.374-105.12 29.6-156.612 33.759v-129.853zM195.76 340.253v0z","M539.105 464.211v120.813c-49.214-20.882-83.388-36.883-142.586-36.883-12.53 0-25.278 0-38.12 0.254v-119.446c12.713-0.854 25.42-1.279 38.12-1.279 45.036 0 51.146-0.762 106.1 22.382 13.085 5.511 25.025 10.203 36.486 14.151zM701.739 480.414c52.44-3.403 104.665-12.712 156.612-27.882v123.976c-52.948 18.374-105.12 29.6-156.612 33.759v-129.853zM195.76 587.22v0z","M701.739 362.639c-15.291 1.609-30.49 2.502-45.379 2.502-48.794 0-80.582-10.697-117.256-26.028v123.803c5.923 2.196 11.946 4.503 18.072 6.923 41.597 17.352 54.631 15.774 99.188 15.774 15.069 0 30.196-0.611 45.379-1.837v1.837h156.612v-35.597c-52.948 18.374-105.12 29.6-156.612 33.759zM358.398 302.459v129.994c-54.338 3.009-108.574 12.449-162.634 28.267v-124.181c54.434-19.129 108.607-30.462 162.634-34.085zM404.431 301.178h0.018c-0.005 0-0.009 0-0.018 0z"],"attrs":[{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Finish"],"defaultCode":59687,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"}],"properties":{"order":426,"id":28,"name":"finish","prevSize":32,"code":59687},"setIdx":0,"setId":1,"iconIdx":30},{"icon":{"paths":["M1023.998 227.556h-1023.998c0-62.838 50.941-113.777 113.777-113.777h796.443c62.838 0 113.777 50.941 113.777 113.777zM1023.998 284.446v511.998c0 62.838-50.941 113.777-113.777 113.777h-796.443c-62.838 0-113.777-50.941-113.777-113.777v-511.998h1023.998zM205.932 594.347c-54.749 37.889-92.153 114.169-92.153 202.098h341.332c0-87.928-37.404-164.208-92.153-202.098 21.726-20.722 35.264-49.952 35.264-82.346 0-62.838-50.941-113.777-113.777-113.777s-113.777 50.941-113.777 113.777c0 32.394 13.538 61.624 35.264 82.346zM540.445 455.112c-15.709 0-28.445 12.736-28.445 28.445s12.736 28.445 28.445 28.445h341.332c15.709 0 28.445-12.736 28.445-28.445s-12.736-28.445-28.445-28.445h-341.332zM540.445 568.89c-15.709 0-28.445 12.736-28.445 28.445s12.736 28.445 28.445 28.445h341.332c15.709 0 28.445-12.736 28.445-28.445s-12.736-28.445-28.445-28.445h-341.332z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["License"],"defaultCode":59688,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":427,"id":29,"name":"license","prevSize":32,"code":59688},"setIdx":0,"setId":1,"iconIdx":31},{"icon":{"paths":["M1023.998 227.764l-14.312 8.334-452.268 290.753c-28.189 18.125-62.647 18.125-90.835 0l-451.197-290.097-15.383-8.965v-0.232c0-31.419 25.47-56.889 56.889-56.889h910.219c31.419 0 56.889 25.47 56.889 56.889v0.208zM1023.998 294.494v501.948c0 31.419-25.47 56.889-56.889 56.889h-910.219c-31.419 0-56.889-25.47-56.889-56.889v-501.978l435.814 280.238c46.931 30.173 105.437 30.173 152.368 0l435.814-280.207z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Mail"],"defaultCode":59689,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":428,"id":30,"name":"mail","prevSize":32,"code":59689},"setIdx":0,"setId":1,"iconIdx":32},{"icon":{"paths":["M120.548 0.001h80.768c26.538 0 50.325 16.379 59.79 41.174l81.082 212.375c7.476 19.577 4.892 41.571-6.914 58.884l-67.117 98.427c27.394 96.358 77.92 175.559 151.576 237.602 64.002 53.912 137.727 83.639 221.175 89.181l90.678-73.195c18.797-15.175 44.542-18.47 66.558-8.52l188.215 85.061c22.915 10.358 37.641 33.174 37.641 58.321v94.519c-50.837 85.078-123.397 128.448-217.685 130.112-2.059 0.064-4.136 0.062-6.212 0.050-2.411-0.004-4.839-0.034-7.281-0.093-188.423-3.579-369.168-99.514-542.225-287.803-177.19-192.787-260.416-360.741-249.676-503.87 2.765-100.297 42.597-177.728 119.634-232.219z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Phone"],"defaultCode":59690,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":429,"id":31,"name":"phone","prevSize":32,"code":59690},"setIdx":0,"setId":1,"iconIdx":33},{"icon":{"paths":["M512 1024c-189.63-221.811-303.406-411.442-341.334-568.89-56.89-236.172 85.334-455.11 341.334-455.11s398.221 227.555 341.334 455.11c-37.925 151.704-151.704 341.334-341.334 568.89zM512 500.621c78.548 0 142.221-63.676 142.221-142.221s-63.676-142.221-142.221-142.221c-78.548 0-142.221 63.676-142.221 142.221s63.676 142.221 142.221 142.221z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Pin"],"defaultCode":59691,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":430,"id":32,"name":"pin","prevSize":32,"code":59691},"setIdx":0,"setId":1,"iconIdx":34},{"icon":{"paths":["M0.22 446.609l7.814-375.901c0.724-34.653 28.64-62.57 63.294-63.294l356.070-7.4c17.124-0.355 33.691 6.1 46.058 17.947l530.403 507.972c25.788 24.698 26.668 65.624 1.977 91.405-0.322 0.333-0.646 0.67-0.979 0.996l-386.73 386.73c-25.248 25.248-66.181 25.248-91.429 0-0.059-0.059-0.117-0.117-0.169-0.171l-507.558-511.4c-12.348-12.442-19.112-29.364-18.75-46.884zM203.273 267.309c35.707 0 64.648-28.948 64.648-64.648s-28.948-64.648-64.648-64.648c-35.707 0-64.648 28.948-64.648 64.648s28.948 64.648 64.648 64.648z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Price Tag"],"defaultCode":59692,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":431,"id":33,"name":"price-tag","prevSize":32,"code":59692},"setIdx":0,"setId":1,"iconIdx":35},{"icon":{"paths":["M512 512c-141.383 0-256-114.617-256-256s114.617-256 256-256c141.383 0 256 114.617 256 256s-114.617 256-256 256zM640.067 549.364c16.348-7.146 34.938-7.146 51.286 0 161.827 70.764 268.647 230.92 268.647 410.636 0 35.349-28.651 64-64 64h-768c-35.349 0-64-28.651-64-64 0-179.716 106.819-339.872 268.647-410.636 16.348-7.146 34.938-7.146 51.286 0 40.001 17.495 83.333 26.636 128.067 26.636s88.066-9.147 128.067-26.636z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Profile"],"defaultCode":59693,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":432,"id":34,"name":"profile","prevSize":32,"code":59693},"setIdx":0,"setId":1,"iconIdx":36},{"icon":{"paths":["M576.13 698.382c-54.486 31.061-117.547 48.807-184.753 48.807-206.331 0-373.595-167.264-373.595-373.595s167.264-373.595 373.595-373.595c206.331 0 373.595 167.264 373.595 373.595 0 70.39-19.467 136.232-53.31 192.439 0.163 0.161 0.325 0.321 0.486 0.483l266.323 295.763c36.996 36.996 36.996 96.978 0 133.974s-96.978 36.996-133.974 0l-266.323-295.763c-0.694-0.694-1.375-1.397-2.044-2.108zM391.376 560.392c103.165 0 186.797-83.632 186.797-186.797s-83.632-186.797-186.797-186.797c-103.165 0-186.797 83.632-186.797 186.797s83.632 186.797 186.797 186.797z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Search"],"defaultCode":59694,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":433,"id":35,"name":"search","prevSize":32,"code":59694},"setIdx":0,"setId":1,"iconIdx":37},{"icon":{"paths":["M571.318 1009.654c-37.298 19.079-81.48 19.13-118.822 0.14v-0.001c-158.856-80.784-269.789-202.409-332.8-364.874-20.143-51.935-53.708-166.298-100.696-343.091-17.265-64.958 17.528-132.426 80.462-156.026l366.608-137.477c29.603-11.101 62.224-11.101 91.827 0l366.642 137.491c62.922 23.596 97.714 91.042 80.469 155.991h0.001c-46.885 176.588-80.466 290.959-100.739 343.11-62.892 161.786-173.875 283.365-332.951 364.735zM554.452 919.723c132.979-64.084 225.818-163.476 277.204-297.009 16.599-43.136 44.026-138.45 82.822-287.423 12.628-48.479-13.315-98.682-60.163-116.429l-307.585-116.516c-22.385-8.479-47.099-8.479-69.483 0l-307.568 116.511c-46.857 17.75-72.799 67.968-60.157 116.454 38.884 149.134 66.299 244.432 82.789 287.379 51.491 134.112 144.34 233.565 277.239 297.153 26.855 12.846 58.088 12.802 84.903-0.12zM526.067 860.824c-8.939 4.307-19.351 4.323-28.303 0.040-117.93-56.426-198.967-143.227-244.419-261.609-15.292-39.829-42.327-133.804-80.559-280.44-4.214-16.161 4.432-32.9 20.052-38.817l307.568-116.511c7.461-2.826 15.699-2.826 23.16 0l307.585 116.516c15.616 5.916 24.264 22.65 20.055 38.81-38.142 146.46-65.179 240.426-80.571 280.42-45.353 117.856-126.44 204.665-244.57 261.592z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Shield"],"defaultCode":59695,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":434,"id":36,"name":"shield","prevSize":32,"code":59695},"setIdx":0,"setId":1,"iconIdx":38},{"icon":{"paths":["M107.788 284.744v-102.4c0-29.765 24.129-53.895 53.895-53.895h538.948c29.765 0 53.895 24.129 53.895 53.895v156.295h89.598c11.801 0 23.276 3.874 32.662 11.025l125.981 95.986c13.379 10.194 21.233 26.050 21.233 42.87v227.382c0 29.765-24.129 53.895-53.895 53.895h-0.295c-4.622 70.225-63.047 125.755-134.442 125.755-69.558 0-126.805-52.71-133.979-120.365h-270.989c-7.174 67.656-64.421 120.365-133.979 120.365s-126.805-52.71-133.979-120.365h-0.758c-29.765 0-53.895-24.129-53.895-53.895v-167.074h-26.947c-14.882 0-26.947-12.065-26.947-26.947s12.065-26.947 26.947-26.947h390.737c14.882 0 26.947-12.065 26.947-26.947s-12.065-26.947-26.947-26.947h-363.79v-53.895h-80.842c-14.882 0-26.947-12.065-26.947-26.947s12.065-26.947 26.947-26.947h390.737c14.882 0 26.947-12.065 26.947-26.947s-12.065-26.947-26.947-26.947h-309.895zM879.381 769.797h-88.027c4.161 20.5 22.285 35.93 44.014 35.93s39.853-15.429 44.014-35.93zM253.856 775.186c5.994 17.756 22.785 30.54 42.563 30.54s36.571-12.784 42.563-30.54h-85.127zM754.525 393.112v107.5l215.579-0.174c0-17.029-8.048-33.057-21.706-43.227l-71.757-53.432c-9.302-6.926-20.591-10.667-32.188-10.667h-89.927z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Truck"],"defaultCode":59696,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":435,"id":37,"name":"truck","prevSize":32,"code":59696},"setIdx":0,"setId":1,"iconIdx":39},{"icon":{"paths":["M608.141 0v202.867c0-6.927-0.239 31.649 0.087 38.321 0.825 16.926 4.125 28.424 16.135 38.324 10.916 8.999 20.476 10.387 36.826 9.851-6.532 0.212 22.71-1.122 32.291-1.122h202.52v671.759c0 35.346-28.654 64-64 64h-639.999c-35.346 0-64-28.654-64-64v-895.999c0-35.346 28.654-64 64-64h416.141zM672.141 32.141l192.099 192.099h-170.761c-4.982 0-13.801 0.275-21.43 0.561 0.002-11.139 0.091-24.572 0.091-21.935v-170.725zM464 554.888v277.111c0 26.51 21.49 48 48 48s48-21.49 48-48v-268.117l46.059 46.059c18.745 18.745 49.137 18.745 67.882 0s18.745-49.137 0-67.882l-128-128c-17.971-17.971-46.835-18.819-65.83-1.935l-144 128c-19.814 17.612-21.599 47.951-3.986 67.765s47.951 21.599 67.765 3.986l64.11-56.987z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["Upload"],"defaultCode":59697,"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":436,"id":38,"name":"upload","prevSize":32,"code":59697},"setIdx":0,"setId":1,"iconIdx":40},{"icon":{"paths":["M512 1024c282.767 0 512-229.233 512-512 0-282.77-229.233-512-512-512-282.77 0-512 229.23-512 512 0 282.767 229.23 512 512 512zM588.8 302.712c0 42.416-34.386 76.8-76.8 76.8-42.416 0-76.8-34.384-76.8-76.8s34.384-76.8 76.8-76.8c42.414 0 76.8 34.385 76.8 76.8zM512 460.8c28.278 0 51.2 22.923 51.2 51.2v256c0 28.278-22.922 51.2-51.2 51.2s-51.2-22.922-51.2-51.2v-256c0-28.277 22.923-51.2 51.2-51.2z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"grid":32,"tags":["info"]},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":440,"id":41,"name":"info","prevSize":32,"code":59670},"setIdx":0,"setId":1,"iconIdx":41}],"height":1024,"metadata":{"name":"modicons-fill"},"preferences":{"showGlyphs":true,"showCodes":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"icon-fill-","metadata":{"fontFamily":"modicons-fill","majorVersion":1,"minorVersion":0},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"resetPoint":59648,"cssVars":false,"cssVarsFormat":"scss","showSelector":true,"showMetrics":false,"showMetadata":false,"showVersion":true},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215},"historySize":50,"gridSize":16,"showGrid":true}}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'modicons-fill';
|
|
3
|
+
src: url('fonts/modicons-fill.eot?eszza0');
|
|
4
|
+
src: url('fonts/modicons-fill.eot?eszza0#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/modicons-fill.ttf?eszza0') format('truetype'),
|
|
6
|
+
url('fonts/modicons-fill.woff?eszza0') format('woff'),
|
|
7
|
+
url('fonts/modicons-fill.svg?eszza0#modicons-fill') format('svg');
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
font-display: block;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
[class^="icon-fill-"], [class*=" icon-fill-"] {
|
|
14
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
|
15
|
+
font-family: 'modicons-fill' !important;
|
|
16
|
+
speak: none;
|
|
17
|
+
font-style: normal;
|
|
18
|
+
font-weight: normal;
|
|
19
|
+
font-variant: normal;
|
|
20
|
+
text-transform: none;
|
|
21
|
+
line-height: 1;
|
|
22
|
+
|
|
23
|
+
/* Better Font Rendering =========== */
|
|
24
|
+
-webkit-font-smoothing: antialiased;
|
|
25
|
+
-moz-osx-font-smoothing: grayscale;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.icon-fill-restart:before {
|
|
29
|
+
content: "\e915";
|
|
30
|
+
color: #545253;
|
|
31
|
+
}
|
|
32
|
+
.icon-fill-toolbox:before {
|
|
33
|
+
content: "\e914";
|
|
34
|
+
color: #545253;
|
|
35
|
+
}
|
|
36
|
+
.icon-fill-lightning:before {
|
|
37
|
+
content: "\e913";
|
|
38
|
+
}
|
|
39
|
+
.icon-fill-calculator:before {
|
|
40
|
+
content: "\e911";
|
|
41
|
+
color: #545253;
|
|
42
|
+
}
|
|
43
|
+
.icon-fill-window:before {
|
|
44
|
+
content: "\e912";
|
|
45
|
+
color: #545253;
|
|
46
|
+
}
|
|
47
|
+
.icon-fill-book:before {
|
|
48
|
+
content: "\e90f";
|
|
49
|
+
color: #545253;
|
|
50
|
+
}
|
|
51
|
+
.icon-fill-camera:before {
|
|
52
|
+
content: "\e910";
|
|
53
|
+
color: #545253;
|
|
54
|
+
}
|
|
55
|
+
.icon-fill-cancel:before {
|
|
56
|
+
content: "\e90b";
|
|
57
|
+
color: #545253;
|
|
58
|
+
}
|
|
59
|
+
.icon-fill-hammer:before {
|
|
60
|
+
content: "\e90c";
|
|
61
|
+
color: #545253;
|
|
62
|
+
}
|
|
63
|
+
.icon-fill-print:before {
|
|
64
|
+
content: "\e90d";
|
|
65
|
+
color: #545253;
|
|
66
|
+
}
|
|
67
|
+
.icon-fill-target:before {
|
|
68
|
+
content: "\e90e";
|
|
69
|
+
color: #545253;
|
|
70
|
+
}
|
|
71
|
+
.icon-fill-payment-check:before {
|
|
72
|
+
content: "\e908";
|
|
73
|
+
color: #545253;
|
|
74
|
+
}
|
|
75
|
+
.icon-fill-sliders:before {
|
|
76
|
+
content: "\e909";
|
|
77
|
+
color: #545253;
|
|
78
|
+
}
|
|
79
|
+
.icon-fill-warning:before {
|
|
80
|
+
content: "\e90a";
|
|
81
|
+
color: #545253;
|
|
82
|
+
}
|
|
83
|
+
.icon-fill-chat:before {
|
|
84
|
+
content: "\e901";
|
|
85
|
+
color: #545253;
|
|
86
|
+
}
|
|
87
|
+
.icon-fill-credit-card:before {
|
|
88
|
+
content: "\e902";
|
|
89
|
+
color: #545253;
|
|
90
|
+
}
|
|
91
|
+
.icon-fill-lock:before {
|
|
92
|
+
content: "\e903";
|
|
93
|
+
color: #545253;
|
|
94
|
+
}
|
|
95
|
+
.icon-fill-question:before {
|
|
96
|
+
content: "\e904";
|
|
97
|
+
color: #545253;
|
|
98
|
+
}
|
|
99
|
+
.icon-fill-share:before {
|
|
100
|
+
content: "\e905";
|
|
101
|
+
color: #545253;
|
|
102
|
+
}
|
|
103
|
+
.icon-fill-star-half:before {
|
|
104
|
+
content: "\e906";
|
|
105
|
+
color: #545253;
|
|
106
|
+
}
|
|
107
|
+
.icon-fill-star:before {
|
|
108
|
+
content: "\e907";
|
|
109
|
+
color: #545253;
|
|
110
|
+
}
|
|
111
|
+
.icon-fill-calendar:before {
|
|
112
|
+
content: "\e900";
|
|
113
|
+
color: #545253;
|
|
114
|
+
}
|
|
115
|
+
.icon-fill-cash:before {
|
|
116
|
+
content: "\e91f";
|
|
117
|
+
color: #545253;
|
|
118
|
+
}
|
|
119
|
+
.icon-fill-check:before {
|
|
120
|
+
content: "\e920";
|
|
121
|
+
color: #545253;
|
|
122
|
+
}
|
|
123
|
+
.icon-fill-clipboard:before {
|
|
124
|
+
content: "\e921";
|
|
125
|
+
color: #545253;
|
|
126
|
+
}
|
|
127
|
+
.icon-fill-clock:before {
|
|
128
|
+
content: "\e922";
|
|
129
|
+
color: #545253;
|
|
130
|
+
}
|
|
131
|
+
.icon-fill-deal:before {
|
|
132
|
+
content: "\e923";
|
|
133
|
+
color: #545253;
|
|
134
|
+
}
|
|
135
|
+
.icon-fill-dollar-sign:before {
|
|
136
|
+
content: "\e924";
|
|
137
|
+
color: #545253;
|
|
138
|
+
}
|
|
139
|
+
.icon-fill-edit:before {
|
|
140
|
+
content: "\e925";
|
|
141
|
+
color: #545253;
|
|
142
|
+
}
|
|
143
|
+
.icon-fill-external-link:before {
|
|
144
|
+
content: "\e926";
|
|
145
|
+
color: #545253;
|
|
146
|
+
}
|
|
147
|
+
.icon-fill-finish:before {
|
|
148
|
+
content: "\e927";
|
|
149
|
+
color: #545253;
|
|
150
|
+
}
|
|
151
|
+
.icon-fill-license:before {
|
|
152
|
+
content: "\e928";
|
|
153
|
+
color: #545253;
|
|
154
|
+
}
|
|
155
|
+
.icon-fill-mail:before {
|
|
156
|
+
content: "\e929";
|
|
157
|
+
color: #545253;
|
|
158
|
+
}
|
|
159
|
+
.icon-fill-phone:before {
|
|
160
|
+
content: "\e92a";
|
|
161
|
+
color: #545253;
|
|
162
|
+
}
|
|
163
|
+
.icon-fill-pin:before {
|
|
164
|
+
content: "\e92b";
|
|
165
|
+
color: #545253;
|
|
166
|
+
}
|
|
167
|
+
.icon-fill-price-tag:before {
|
|
168
|
+
content: "\e92c";
|
|
169
|
+
color: #545253;
|
|
170
|
+
}
|
|
171
|
+
.icon-fill-profile:before {
|
|
172
|
+
content: "\e92d";
|
|
173
|
+
color: #545253;
|
|
174
|
+
}
|
|
175
|
+
.icon-fill-search:before {
|
|
176
|
+
content: "\e92e";
|
|
177
|
+
color: #545253;
|
|
178
|
+
}
|
|
179
|
+
.icon-fill-shield:before {
|
|
180
|
+
content: "\e92f";
|
|
181
|
+
color: #545253;
|
|
182
|
+
}
|
|
183
|
+
.icon-fill-truck:before {
|
|
184
|
+
content: "\e930";
|
|
185
|
+
color: #545253;
|
|
186
|
+
}
|
|
187
|
+
.icon-fill-upload:before {
|
|
188
|
+
content: "\e931";
|
|
189
|
+
color: #545253;
|
|
190
|
+
}
|
|
191
|
+
.icon-fill-info:before {
|
|
192
|
+
content: "\e916";
|
|
193
|
+
color: #545253;
|
|
194
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
|
|
2
|
+
|
|
3
|
+
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
|
|
4
|
+
|
|
5
|
+
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
|
|
6
|
+
|
|
7
|
+
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.
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
body {
|
|
2
|
+
padding: 0;
|
|
3
|
+
margin: 0;
|
|
4
|
+
font-family: sans-serif;
|
|
5
|
+
font-size: 1em;
|
|
6
|
+
line-height: 1.5;
|
|
7
|
+
color: #555;
|
|
8
|
+
background: #fff;
|
|
9
|
+
}
|
|
10
|
+
h1 {
|
|
11
|
+
font-size: 1.5em;
|
|
12
|
+
font-weight: normal;
|
|
13
|
+
}
|
|
14
|
+
small {
|
|
15
|
+
font-size: .66666667em;
|
|
16
|
+
}
|
|
17
|
+
a {
|
|
18
|
+
color: #e74c3c;
|
|
19
|
+
text-decoration: none;
|
|
20
|
+
}
|
|
21
|
+
a:hover, a:focus {
|
|
22
|
+
box-shadow: 0 1px #e74c3c;
|
|
23
|
+
}
|
|
24
|
+
.bshadow0, input {
|
|
25
|
+
box-shadow: inset 0 -2px #e7e7e7;
|
|
26
|
+
}
|
|
27
|
+
input:hover {
|
|
28
|
+
box-shadow: inset 0 -2px #ccc;
|
|
29
|
+
}
|
|
30
|
+
input, fieldset {
|
|
31
|
+
font-family: sans-serif;
|
|
32
|
+
font-size: 1em;
|
|
33
|
+
margin: 0;
|
|
34
|
+
padding: 0;
|
|
35
|
+
border: 0;
|
|
36
|
+
}
|
|
37
|
+
input {
|
|
38
|
+
color: inherit;
|
|
39
|
+
line-height: 1.5;
|
|
40
|
+
height: 1.5em;
|
|
41
|
+
padding: .25em 0;
|
|
42
|
+
}
|
|
43
|
+
input:focus {
|
|
44
|
+
outline: none;
|
|
45
|
+
box-shadow: inset 0 -2px #449fdb;
|
|
46
|
+
}
|
|
47
|
+
.glyph {
|
|
48
|
+
font-size: 16px;
|
|
49
|
+
width: 15em;
|
|
50
|
+
padding-bottom: 1em;
|
|
51
|
+
margin-right: 4em;
|
|
52
|
+
margin-bottom: 1em;
|
|
53
|
+
float: left;
|
|
54
|
+
overflow: hidden;
|
|
55
|
+
}
|
|
56
|
+
.liga {
|
|
57
|
+
width: 80%;
|
|
58
|
+
width: calc(100% - 2.5em);
|
|
59
|
+
}
|
|
60
|
+
.talign-right {
|
|
61
|
+
text-align: right;
|
|
62
|
+
}
|
|
63
|
+
.talign-center {
|
|
64
|
+
text-align: center;
|
|
65
|
+
}
|
|
66
|
+
.bgc1 {
|
|
67
|
+
background: #f1f1f1;
|
|
68
|
+
}
|
|
69
|
+
.fgc1 {
|
|
70
|
+
color: #999;
|
|
71
|
+
}
|
|
72
|
+
.fgc0 {
|
|
73
|
+
color: #000;
|
|
74
|
+
}
|
|
75
|
+
p {
|
|
76
|
+
margin-top: 1em;
|
|
77
|
+
margin-bottom: 1em;
|
|
78
|
+
}
|
|
79
|
+
.mvm {
|
|
80
|
+
margin-top: .75em;
|
|
81
|
+
margin-bottom: .75em;
|
|
82
|
+
}
|
|
83
|
+
.mtn {
|
|
84
|
+
margin-top: 0;
|
|
85
|
+
}
|
|
86
|
+
.mtl, .mal {
|
|
87
|
+
margin-top: 1.5em;
|
|
88
|
+
}
|
|
89
|
+
.mbl, .mal {
|
|
90
|
+
margin-bottom: 1.5em;
|
|
91
|
+
}
|
|
92
|
+
.mal, .mhl {
|
|
93
|
+
margin-left: 1.5em;
|
|
94
|
+
margin-right: 1.5em;
|
|
95
|
+
}
|
|
96
|
+
.mhmm {
|
|
97
|
+
margin-left: 1em;
|
|
98
|
+
margin-right: 1em;
|
|
99
|
+
}
|
|
100
|
+
.mls {
|
|
101
|
+
margin-left: .25em;
|
|
102
|
+
}
|
|
103
|
+
.ptl {
|
|
104
|
+
padding-top: 1.5em;
|
|
105
|
+
}
|
|
106
|
+
.pbs, .pvs {
|
|
107
|
+
padding-bottom: .25em;
|
|
108
|
+
}
|
|
109
|
+
.pvs, .pts {
|
|
110
|
+
padding-top: .25em;
|
|
111
|
+
}
|
|
112
|
+
.unit {
|
|
113
|
+
float: left;
|
|
114
|
+
}
|
|
115
|
+
.unitRight {
|
|
116
|
+
float: right;
|
|
117
|
+
}
|
|
118
|
+
.size1of2 {
|
|
119
|
+
width: 50%;
|
|
120
|
+
}
|
|
121
|
+
.size1of1 {
|
|
122
|
+
width: 100%;
|
|
123
|
+
}
|
|
124
|
+
.clearfix:before, .clearfix:after {
|
|
125
|
+
content: " ";
|
|
126
|
+
display: table;
|
|
127
|
+
}
|
|
128
|
+
.clearfix:after {
|
|
129
|
+
clear: both;
|
|
130
|
+
}
|
|
131
|
+
.hidden-true {
|
|
132
|
+
display: none;
|
|
133
|
+
}
|
|
134
|
+
.textbox0 {
|
|
135
|
+
width: 3em;
|
|
136
|
+
background: #f1f1f1;
|
|
137
|
+
padding: .25em .5em;
|
|
138
|
+
line-height: 1.5;
|
|
139
|
+
height: 1.5em;
|
|
140
|
+
}
|
|
141
|
+
#testDrive {
|
|
142
|
+
display: block;
|
|
143
|
+
padding-top: 24px;
|
|
144
|
+
line-height: 1.5;
|
|
145
|
+
}
|
|
146
|
+
.fs0 {
|
|
147
|
+
font-size: 16px;
|
|
148
|
+
}
|
|
149
|
+
.fs1 {
|
|
150
|
+
font-size: 32px;
|
|
151
|
+
}
|
|
152
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
if (!('boxShadow' in document.body.style)) {
|
|
2
|
+
document.body.setAttribute('class', 'noBoxShadow');
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
document.body.addEventListener("click", function(e) {
|
|
6
|
+
var target = e.target;
|
|
7
|
+
if (target.tagName === "INPUT" &&
|
|
8
|
+
target.getAttribute('class').indexOf('liga') === -1) {
|
|
9
|
+
target.select();
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
(function() {
|
|
14
|
+
var fontSize = document.getElementById('fontSize'),
|
|
15
|
+
testDrive = document.getElementById('testDrive'),
|
|
16
|
+
testText = document.getElementById('testText');
|
|
17
|
+
function updateTest() {
|
|
18
|
+
testDrive.innerHTML = testText.value || String.fromCharCode(160);
|
|
19
|
+
if (window.icomoonLiga) {
|
|
20
|
+
window.icomoonLiga(testDrive);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
function updateSize() {
|
|
24
|
+
testDrive.style.fontSize = fontSize.value + 'px';
|
|
25
|
+
}
|
|
26
|
+
fontSize.addEventListener('change', updateSize, false);
|
|
27
|
+
testText.addEventListener('input', updateTest, false);
|
|
28
|
+
testText.addEventListener('change', updateTest, false);
|
|
29
|
+
updateSize();
|
|
30
|
+
}());
|