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.
Files changed (69) hide show
  1. package/.editorconfig +17 -0
  2. package/.sass-lint.yml +165 -0
  3. package/CHANGELOG.md +5 -0
  4. package/README.md +42 -0
  5. package/package.json +7 -0
  6. package/src/fonts/modstyle-icons/modicons-basic/Read Me.txt +7 -0
  7. package/src/fonts/modstyle-icons/modicons-basic/demo-files/demo.css +152 -0
  8. package/src/fonts/modstyle-icons/modicons-basic/demo-files/demo.js +30 -0
  9. package/src/fonts/modstyle-icons/modicons-basic/demo.html +346 -0
  10. package/src/fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.eot +0 -0
  11. package/src/fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.svg +32 -0
  12. package/src/fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.ttf +0 -0
  13. package/src/fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.woff +0 -0
  14. package/src/fonts/modstyle-icons/modicons-basic/selection.json +1 -0
  15. package/src/fonts/modstyle-icons/modicons-basic/style.css +93 -0
  16. package/src/fonts/modstyle-icons/modicons-fill/Read Me.txt +7 -0
  17. package/src/fonts/modstyle-icons/modicons-fill/demo-files/demo.css +152 -0
  18. package/src/fonts/modstyle-icons/modicons-fill/demo-files/demo.js +30 -0
  19. package/src/fonts/modstyle-icons/modicons-fill/demo.html +626 -0
  20. package/src/fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.eot +0 -0
  21. package/src/fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.svg +52 -0
  22. package/src/fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.ttf +0 -0
  23. package/src/fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.woff +0 -0
  24. package/src/fonts/modstyle-icons/modicons-fill/selection.json +1 -0
  25. package/src/fonts/modstyle-icons/modicons-fill/style.css +194 -0
  26. package/src/fonts/modstyle-icons/modicons-stroke/Read Me.txt +7 -0
  27. package/src/fonts/modstyle-icons/modicons-stroke/demo-files/demo.css +152 -0
  28. package/src/fonts/modstyle-icons/modicons-stroke/demo-files/demo.js +30 -0
  29. package/src/fonts/modstyle-icons/modicons-stroke/demo.html +990 -0
  30. package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.eot +0 -0
  31. package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.svg +79 -0
  32. package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.ttf +0 -0
  33. package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.woff +0 -0
  34. package/src/fonts/modstyle-icons/modicons-stroke/selection.json +1 -0
  35. package/src/fonts/modstyle-icons/modicons-stroke/style.css +290 -0
  36. package/src/fonts/modstyle-icons/modicons-stroke-md/Read Me.txt +7 -0
  37. package/src/fonts/modstyle-icons/modicons-stroke-md/demo-files/demo.css +152 -0
  38. package/src/fonts/modstyle-icons/modicons-stroke-md/demo-files/demo.js +30 -0
  39. package/src/fonts/modstyle-icons/modicons-stroke-md/demo.html +122 -0
  40. package/src/fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.eot +0 -0
  41. package/src/fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.svg +16 -0
  42. package/src/fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.ttf +0 -0
  43. package/src/fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.woff +0 -0
  44. package/src/fonts/modstyle-icons/modicons-stroke-md/selection.json +1 -0
  45. package/src/fonts/modstyle-icons/modicons-stroke-md/style.css +51 -0
  46. package/src/styles/base/_breakpoint-mixins.scss +30 -0
  47. package/src/styles/base/_colors.scss +115 -0
  48. package/src/styles/base/_flex.scss +7 -0
  49. package/src/styles/base/_fonts.scss +49 -0
  50. package/src/styles/base/_reset.scss +152 -0
  51. package/src/styles/base/index.scss +6 -0
  52. package/src/styles/icons/_basics.scss +6 -0
  53. package/src/styles/icons/_fill.scss +6 -0
  54. package/src/styles/icons/_font-face-basic.scss +10 -0
  55. package/src/styles/icons/_font-face-fill.scss +10 -0
  56. package/src/styles/icons/_font-face-stroke-md.scss +10 -0
  57. package/src/styles/icons/_font-face-stroke.scss +10 -0
  58. package/src/styles/icons/_icon-classes-basic.scss +163 -0
  59. package/src/styles/icons/_icon-classes-fill.scss +262 -0
  60. package/src/styles/icons/_icon-classes-stroke-md.scss +46 -0
  61. package/src/styles/icons/_icon-classes-stroke.scss +424 -0
  62. package/src/styles/icons/_mixin-basic.scss +6 -0
  63. package/src/styles/icons/_mixin-fill.scss +6 -0
  64. package/src/styles/icons/_mixin-stroke-md.scss +6 -0
  65. package/src/styles/icons/_mixin-stroke.scss +6 -0
  66. package/src/styles/icons/_stroke-md.scss +6 -0
  67. package/src/styles/icons/_stroke.scss +6 -0
  68. package/src/styles/icons/index.scss +4 -0
  69. package/src/styles/templates/_dark-mode.scss +346 -0
@@ -0,0 +1,79 @@
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="icomoon" 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="&#x20;" horiz-adv-x="512" d="" />
10
+ <glyph unicode="&#xe900;" glyph-name="calendar" d="M358.4 857.6h307.2v51.2c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v-51.2h25.6c84.831 0 153.6-68.769 153.6-153.6v-614.4c0-84.831-68.769-153.6-153.6-153.6h-563.2c-84.831 0-153.6 68.769-153.6 153.6v614.4c0 84.831 68.769 153.6 153.6 153.6h25.6v51.2c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v-51.2zM179.2 652.8h665.6v51.2c0 28.277-22.923 51.2-51.2 51.2h-563.2c-28.277 0-51.2-22.923-51.2-51.2v-51.2zM179.2 550.4v-460.8c0-28.277 22.923-51.2 51.2-51.2h563.2c28.277 0 51.2 22.923 51.2 51.2v460.8h-665.6zM281.6 371.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h51.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-51.2zM281.6 166.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h51.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-51.2zM486.4 371.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h51.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-51.2zM486.4 166.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h51.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-51.2zM691.2 371.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h51.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-51.2zM691.2 166.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h51.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-51.2z" />
11
+ <glyph unicode="&#xe901;" glyph-name="cash" d="M304.511 192.003h414.978c6.932 57.025 27.348 103.74 62.196 138.786 35.149 35.349 82.252 56.099 139.915 63.213v107.995c-57.663 7.114-104.766 27.864-139.915 63.213-34.849 35.048-55.266 81.765-62.197 138.793h-414.977c-6.931-57.028-27.347-103.745-62.197-138.793-35.149-35.349-82.252-56.099-139.915-63.213v-107.995c57.663-7.114 104.766-27.864 139.915-63.213 34.848-35.047 55.264-81.761 62.196-138.786zM201.044 192.003c-5.244 29.126-15.887 51.041-31.342 66.585-15.617 15.706-37.762 26.544-67.302 31.919v-47.304c0-28.277 22.923-51.2 51.2-51.2h47.444zM255.16 89.603h-101.56c-84.831 0-153.6 68.769-153.6 153.6v409.6c0 84.831 68.769 153.6 153.6 153.6h102.293c0.060 0 0.121 0 0.181 0h511.852c0.060 0 0.121 0 0.181 0h102.293c84.831 0 153.6-68.769 153.6-153.6v-409.6c0-84.831-68.769-153.6-153.6-153.6h-101.56c-0.064-0.001-0.128-0.002-0.192-0.003-0.486-0.006-0.971-0.005-1.454 0.003h-510.387c-0.483-0.008-0.968-0.009-1.454-0.003-0.064 0.001-0.128 0.002-0.192 0.003zM822.956 192.003h47.444c28.277 0 51.2 22.923 51.2 51.2v47.304c-29.54-5.375-51.685-16.213-67.302-31.919-15.455-15.544-26.098-37.459-31.342-66.585zM102.4 605.493c29.539 5.375 51.685 16.213 67.302 31.919 15.457 15.545 26.1 37.462 31.344 66.591h-47.445c-28.277 0-51.2-22.923-51.2-51.2v-47.31zM921.6 605.493v47.31c0 28.277-22.923 51.2-51.2 51.2h-47.445c5.244-29.129 15.887-51.046 31.344-66.591 15.617-15.706 37.762-26.545 67.302-31.919zM512 243.203c-90.245 0-153.6 95.033-153.6 204.8s63.355 204.8 153.6 204.8c90.245 0 153.6-95.033 153.6-204.8s-63.355-204.8-153.6-204.8zM512 345.603c22.863 0 51.2 42.505 51.2 102.4s-28.337 102.4-51.2 102.4c-22.863 0-51.2-42.505-51.2-102.4s28.337-102.4 51.2-102.4z" />
12
+ <glyph unicode="&#xe902;" glyph-name="chat" d="M758.434 116.169c-2.040 4.66-4.433 9.918-7.216 15.861 1.498-3.2-24.052 50.313-32.15 68.227-11.478 25.39-0.545 55.296 24.601 67.298 111.806 53.361 177.93 140.206 177.93 231.645 0 151.265-180.464 281.6-409.6 281.6s-409.6-130.335-409.6-281.6c0-151.265 180.464-281.6 409.6-281.6 12.313 0 24.557 0.378 36.71 1.131 13.925 0.862 27.6-3.996 37.86-13.451 59.196-54.551 116.289-83.602 171.865-89.11zM843.958 175.447c12.031-25.699 18.84-42.512 22.86-58.621 15.472-62.005-21.411-104.026-88.849-104.026-84.022 0-165.767 34.987-244.565 102.727-7.115-0.218-14.251-0.327-21.404-0.327-279.849 0-512 167.664-512 384s232.151 384 512 384c279.849 0 512-167.664 512-384 0-120.337-72.812-228.923-191.354-300.007 6.536-13.777 11.829-24.85 11.312-23.746zM358.4 422.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2zM512 422.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2zM665.6 422.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2z" />
13
+ <glyph unicode="&#xe903;" glyph-name="credit-card" d="M102.4 652.8h819.2v51.2c0 28.277-22.923 51.2-51.2 51.2h-716.8c-28.277 0-51.2-22.923-51.2-51.2v-51.2zM102.4 550.4v-358.4c0-28.277 22.923-51.2 51.2-51.2h716.8c28.277 0 51.2 22.923 51.2 51.2v358.4h-819.2zM153.6 857.6h716.8c84.831 0 153.6-68.769 153.6-153.6v-512c0-84.831-68.769-153.6-153.6-153.6h-716.8c-84.831 0-153.6 68.769-153.6 153.6v512c0 84.831 68.769 153.6 153.6 153.6zM236.8 243.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h70.4c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-70.4zM441.6 243.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h182.031c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-182.031z" />
14
+ <glyph unicode="&#xe904;" glyph-name="lock" d="M409.6 448h-204.8c-28.277 0-51.2-22.923-51.2-51.2v-307.2c0-28.277 22.923-51.2 51.2-51.2h614.4c28.277 0 51.2 22.923 51.2 51.2v307.2c0 28.277-22.923 51.2-51.2 51.2h-409.6zM358.4 550.4v102.4c0 84.831 68.769 153.6 153.6 153.6s153.6-68.769 153.6-153.6v-102.4h51.2v102.4c0 113.108-91.692 204.8-204.8 204.8s-204.8-91.692-204.8-204.8v-102.4h51.2zM819.2 550.4c84.831 0 153.6-68.769 153.6-153.6v-307.2c0-84.831-68.769-153.6-153.6-153.6h-614.4c-84.831 0-153.6 68.769-153.6 153.6v307.2c0 84.831 68.769 153.6 153.6 153.6v102.4c0 169.662 137.538 307.2 307.2 307.2s307.2-137.538 307.2-307.2v-102.4zM563.2 550.4v102.4c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v-102.4h102.4z" />
15
+ <glyph unicode="&#xe905;" glyph-name="question" d="M441.793 570.899c-12.998-28.604-46.722-41.257-75.327-28.259s-41.257 46.722-28.259 75.327c41.4 91.11 126.016 128.413 237.76 110.716 96.159-15.23 161.763-105.528 146.533-201.687-9.118-57.567-46.1-106.906-98.8-131.808-35.121-16.593-54.033-34.959-54.033-60.968 0-31.419-19.781-56.889-51.2-56.889s-62.578 25.47-62.578 56.889c0 72.88 46.42 129.452 119.203 163.84 18.684 8.829 31.797 26.322 35.030 46.733 5.4 34.094-17.861 66.111-51.956 71.511-64.378 10.197-97.807-4.541-116.376-45.407zM512 135.111c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889zM512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM512 49.778c219.932 0 398.222 178.29 398.222 398.222s-178.29 398.222-398.222 398.222c-219.932 0-398.222-178.29-398.222-398.222s178.29-398.222 398.222-398.222z" />
16
+ <glyph unicode="&#xe906;" glyph-name="share" d="M459.096 779.602l-38.285-38.285c-20.421-20.421-53.53-20.421-73.952 0s-20.421 53.53 0 73.952l129.415 129.415c20.421 20.421 53.53 20.421 73.952 0l125.717-125.717c20.421-20.421 20.421-53.53 0-73.952s-53.53-20.421-73.952 0l-38.248 38.248-6.835-471.622c-0.419-28.877-24.167-51.946-53.044-51.529s-51.946 24.167-51.529 53.044l6.76 466.446zM756.028 563.498c-28.88 0-52.292 23.412-52.292 52.292s23.412 52.292 52.292 52.292c95.967 0 174.305-76.333 174.305-171.183v-389.715c0-94.85-78.338-171.183-174.305-171.183h-488.055c-95.967 0-174.305 76.333-174.305 171.183v389.715c0 94.85 78.338 171.183 174.305 171.183 28.88 0 52.292-23.412 52.292-52.292s-23.412-52.292-52.292-52.292c-38.805 0-69.722-30.126-69.722-66.6v-389.715c0-36.474 30.916-66.6 69.722-66.6h488.055c38.805 0 69.722 30.126 69.722 66.6v389.715c0 36.474-30.916 66.6-69.722 66.6z" />
17
+ <glyph unicode="&#xe907;" glyph-name="star-half" d="M307.28 124.706l180.311 93.1c27.897 14.404 62.187 3.467 76.592-24.43s3.467-62.187-24.43-76.592l-282.097-145.656c-41.764-21.564-90.164 13.988-82.081 60.289l48.659 278.635-206.317 197.515c-34.253 32.793-15.666 90.639 31.281 97.339l285.974 40.811 127.705 254.136c14.097 28.053 48.265 39.365 76.319 25.271s39.365-48.265 25.271-76.319l-141.049-280.689c-8.36-16.635-24.334-28.121-42.763-30.751l-199.686-28.499 143.795-137.661c13.689-13.106 19.947-32.172 16.686-50.841l-34.168-195.662z" />
18
+ <glyph unicode="&#xe908;" glyph-name="star" d="M487.654 217.821c16.362 8.449 35.799 8.449 52.161 0l180.311-93.1-34.168 195.662c-3.26 18.669 2.997 37.735 16.689 50.841l143.795 137.661-199.686 28.499c-18.429 2.63-34.404 14.116-42.763 30.751l-90.254 179.61-90.254-179.61c-8.36-16.635-24.334-28.121-42.763-30.751l-199.686-28.499 143.795-137.661c13.689-13.106 19.947-32.172 16.689-50.841l-34.168-195.662 180.311 93.1zM257.718-28.857c-41.764-21.564-90.164 13.988-82.081 60.289l48.659 278.635-206.317 197.518c-34.253 32.793-15.666 90.639 31.281 97.339l285.974 40.811 127.705 254.136c20.987 41.764 80.603 41.764 101.586 0l127.705-254.136 285.974-40.811c46.944-6.7 65.534-64.546 31.281-97.339l-206.317-197.518 48.659-278.635c8.087-46.301-40.317-81.854-82.081-60.289l-256.015 132.192-256.015-132.192z" />
19
+ <glyph unicode="&#xe909;" glyph-name="check" d="M902.924 620.911l-89.492 88.44-362.683-330.301c-20.769-18.914-52.235-19.838-74.077-2.174l-165.465 133.807-89.424-88.206 290.187-236.631c44.408 40.492 193.066 172.129 490.952 435.064zM31.825 349.022l-4.274 3.862c-18.26 18.26-27.551 42.152-27.551 68.227s9.292 49.967 27.828 68.501l111.581 109.85c18.023 20.599 42.683 31.871 70.036 31.871 25.128 0 48.106-9.45 66.457-26.64l134.348-108.644 335.302 305.288c18.75 18.75 42.7 29.107 69.005 29.107 27.352 0 52.011-11.273 67.172-28.832l114.72-113.164c18.26-18.26 27.551-42.152 27.551-68.227s-9.292-49.967-30.122-70.643c-311.248-274.842-508.55-449.785-510.62-452.152-18.17-20.766-43.159-31.871-70.813-31.871-25.705 0-49.107 9.596-66.87 27.625l-313.748 255.843z" />
20
+ <glyph unicode="&#xe90a;" glyph-name="clipboard" d="M284.445 732.444c-31.419 0-56.889-25.47-56.889-56.889v-568.889c0-31.419 25.47-56.889 56.889-56.889h455.111c31.419 0 56.889 25.47 56.889 56.889v568.889c0 31.419-25.47 56.889-56.889 56.889v-56.889c0-31.419-25.47-56.889-56.889-56.889h-341.333c-31.419 0-56.889 25.47-56.889 56.889v56.889zM625.779 789.333c0 21.389-1.698 41.382-4.541 56.889h-52.348v-28.444c0-31.419-25.47-56.889-56.889-56.889s-56.889 25.47-56.889 56.889v28.444h-52.348c-2.843-15.507-4.541-35.5-4.541-56.889v-56.889h227.556v56.889zM286.858 846.222c6.711 69.163 28.794 113.778 82.921 113.778h284.444c54.127 0 76.21-44.614 82.921-113.778h2.412c94.257 0 170.667-76.41 170.667-170.667v-568.889c0-94.257-76.41-170.667-170.667-170.667h-455.111c-94.257 0-170.667 76.41-170.667 170.667v568.889c0 94.257 76.41 170.667 170.667 170.667h2.412zM523.379 476.444c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889h159.289c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889h-159.289zM523.379 305.778c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889h159.289c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889h-159.289zM523.379 135.111c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889h159.289c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889h-159.289zM341.334 476.444c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889h28.444c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889h-28.444zM341.334 305.778c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889h28.444c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889h-28.444zM341.334 135.111c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889h28.444c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889h-28.444z" />
21
+ <glyph unicode="&#xe90b;" glyph-name="mail" d="M921.6 652.8c0 28.277-22.923 51.2-51.2 51.2h-716.8c-28.277 0-51.2-22.923-51.2-51.2v-1.86l382.569-245.973c16.937-10.89 37.126-10.89 54.063 0l382.569 245.973v1.86zM921.6 529.201l-327.189-210.366c-50.671-32.579-114.15-32.579-164.821 0l-327.189 210.366v-286.001c0-28.277 22.923-51.2 51.2-51.2h716.8c28.277 0 51.2 22.923 51.2 51.2v286.001zM153.6 806.4h716.8c84.831 0 153.6-68.769 153.6-153.6v-409.6c0-84.831-68.769-153.6-153.6-153.6h-716.8c-84.831 0-153.6 68.769-153.6 153.6v409.6c0 84.831 68.769 153.6 153.6 153.6z" />
22
+ <glyph unicode="&#xe90c;" glyph-name="phone" d="M176.944 857.553c-47.643-38.664-71.748-90.635-73.759-161.61-8.389-111.815 60.521-250.883 211.327-414.961 146.936-159.868 297.009-239.524 451.464-242.458 2.732-0.055 2.732-0.055 5.671-0.070 2.299-0.009 2.839-0.005 4.361 0.038 62.587 1.105 109.657 26.907 145.604 80.688v70.27c0 2.515-1.473 4.795-3.764 5.831l-169.375 76.548c-2.202 0.995-4.775 0.665-6.655-0.852l-81.6-65.87c-10.015-8.084-22.708-12.1-35.549-11.247-85.978 5.71-162.688 36.642-228.623 92.181-74.174 62.478-125.249 142.542-152.664 238.974-4.152 14.604-1.607 30.299 6.947 42.842l60.4 88.574c1.181 1.731 1.439 3.931 0.691 5.887l-72.965 191.116c-0.947 2.479-3.325 4.117-5.978 4.117h-55.531zM677.504 350.649c31.955 25.795 75.713 31.398 113.136 14.484l169.375-76.548c38.952-17.604 63.985-56.388 63.985-99.134v-85.057c0-9.247-2.505-18.322-7.248-26.259-54.69-91.526-136.123-140.2-238.236-141.999-2.401-0.075-4.218-0.086-7.281-0.070-3.829 0.020-3.829 0.020-7.439 0.092-184.907 3.512-360.133 96.519-524.67 275.536-168.103 182.898-248.983 346.12-238.168 489.49 2.928 106.121 46.565 190.857 129.27 249.358 8.645 6.115 18.974 9.399 29.564 9.399h72.683c45.112 0 85.543-27.842 101.633-69.986l72.965-191.116c12.705-33.276 8.314-70.664-11.754-100.092l-46.445-68.11c22.932-66.824 60.505-121.956 113.133-166.285 44.255-37.278 93.938-59.284 150.142-66.461l65.356 52.757z" />
23
+ <glyph unicode="&#xe90d;" glyph-name="pin" d="M769.488 511.618c45.619 182.478-70.196 345.982-257.529 345.982-189.419 0-302.797-158.042-257.424-346.41 29.287-121.583 114.765-270.004 256.96-443.673 142.794 178.169 228.67 326.811 257.993 444.101zM473.042-46.070c-175.445 205.218-281.69 382.294-318.060 533.281-60.384 250.684 98.953 472.79 356.976 472.79 256.401 0 418.104-228.287 356.871-473.218-36.374-145.494-142.375-322.164-317.538-532.36-20.302-24.362-57.642-24.598-78.25-0.493zM511.959 407.040c-98.969 0-179.2 80.231-179.2 179.2s80.231 179.2 179.2 179.2c98.969 0 179.2-80.231 179.2-179.2s-80.231-179.2-179.2-179.2zM511.959 509.44c42.415 0 76.8 34.385 76.8 76.8s-34.385 76.8-76.8 76.8c-42.415 0-76.8-34.385-76.8-76.8s34.385-76.8 76.8-76.8z" />
24
+ <glyph unicode="&#xe90e;" glyph-name="price-tag" d="M120.043 525.786l441.522-444.728 316.643 316.643-460.975 442.257h-297.19v-314.172zM0 501.052v398.927c0 33.149 26.872 60.021 60.021 60.021h381.347c15.488 0 30.376-5.987 41.553-16.71l522.61-501.39c24.271-23.286 24.672-61.969 0.889-85.753l-402.568-402.568c-23.5-23.5-61.621-23.431-85.035 0.154l-501.39 505.031c-11.163 11.243-17.426 26.444-17.426 42.288zM258.305 633.098c-33.149 0-60.021 26.872-60.021 60.021s26.872 60.021 60.021 60.021h6.002c33.149 0 60.021-26.872 60.021-60.021s-26.872-60.021-60.021-60.021h-6.002z" />
25
+ <glyph unicode="&#xe90f;" glyph-name="profile" d="M512.001 560.025c78.892 0 142.848 63.956 142.848 142.848s-63.956 142.848-142.848 142.848c-78.892 0-142.848-63.956-142.848-142.848s63.956-142.848 142.848-142.848zM512.001 445.747c-142.006 0-257.126 115.12-257.126 257.126s115.12 257.126 257.126 257.126c142.006 0 257.126-115.12 257.126-257.126s-115.12-257.126-257.126-257.126zM194.593 50.278h634.816c-17.2 101.121-79.36 188.275-167.705 235.894-47.516-17.69-98.013-26.881-149.704-26.881s-102.189 9.191-149.704 26.881c-88.344-47.62-150.504-134.774-167.705-235.894zM383.476 400.921c40.17-17.964 83.656-27.351 128.525-27.351s88.355 9.387 128.525 27.351c14.843 6.638 31.809 6.638 46.652 0 157.567-70.463 261.32-229.542 261.32-407.782 0-31.557-25.582-57.139-57.139-57.139h-758.717c-31.557 0-57.139 25.582-57.139 57.139 0 178.239 103.753 337.319 261.32 407.782 14.843 6.638 31.809 6.638 46.652 0z" />
26
+ <glyph unicode="&#xe910;" glyph-name="search" d="M888.511 96.445c11.305-11.305 11.305-29.633 0-40.938s-29.633-11.305-38.938-2.107l-239.445 265.8c-0.329 0.332-0.329 0.332-0.646 0.667-17.572 18.675-45.648 22.886-67.924 10.186-41.455-23.632-88.359-36.229-137.227-36.229-153.299 0-277.572 124.273-277.572 277.572s124.273 277.572 277.572 277.572c153.299 0 277.572-124.273 277.572-277.572 0-51.149-13.804-100.139-39.574-142.937-13.003-21.593-9.803-49.177 7.641-67.217l238.542-264.799zM769.063-23.002c54.664-54.664 143.292-54.664 197.957 0s54.664 143.292 1.999 195.85l-211.958 235.288c23.46 50.607 35.869 106.067 35.869 163.262 0 214.619-173.983 388.601-388.601 388.601s-388.601-173.983-388.601-388.601c0-214.619 173.983-388.601 388.601-388.601 52.836 0 104.209 10.587 151.666 30.723l213.069-236.521zM404.329 349.339c122.639 0 222.058 99.419 222.058 222.058s-99.419 222.058-222.058 222.058c-122.639 0-222.058-99.419-222.058-222.058s99.419-222.058 222.058-222.058zM404.329 460.368c-61.32 0-111.029 49.709-111.029 111.029s49.709 111.029 111.029 111.029c61.32 0 111.029-49.709 111.029-111.029s-49.709-111.029-111.029-111.029z" />
27
+ <glyph unicode="&#xe911;" glyph-name="shield" d="M454.009 75.381v599.615c0 32.020 25.957 57.977 57.977 57.977s57.977-25.957 57.977-57.977v-599.322c111.455 65.024 189.549 156.36 235.849 275.464 16.92 43.525 46.329 143.689 87.333 298.129 7.646 28.797-7.781 58.702-35.679 69.164l-325.125 121.921c-13.125 4.922-27.589 4.922-40.714 0l-325.093-121.909c-27.904-10.464-43.33-40.378-35.675-69.18 41.099-154.637 70.502-254.816 87.316-298.167 46.419-119.686 124.51-211.088 235.834-275.715zM591.006-44.917c-49.613-25.378-108.381-25.447-158.051-0.186-153.512 78.067-261.819 196.811-322.888 354.271-18.909 48.754-49.036 151.403-91.272 310.312-22.965 86.403 23.314 176.145 107.025 207.537l325.093 121.909c39.376 14.766 82.767 14.766 122.143 0l325.125-121.921c83.694-31.385 129.974-121.098 107.036-207.491-42.148-158.743-72.293-261.416-91.329-310.386-60.961-156.819-169.269-275.467-322.883-354.042z" />
28
+ <glyph unicode="&#xe912;" glyph-name="truck" d="M107.788 712.084v113.179c0 29.765 24.129 53.895 53.895 53.895h538.947c29.765 0 53.895-24.129 53.895-53.895v-161.684h53.895c10.64 0 21.042-3.149 29.896-9.052l161.684-107.789c14.994-9.996 23.999-26.823 23.999-44.843v-269.474c0-29.765-24.129-53.895-53.895-53.895 0-89.296-72.388-161.684-161.684-161.684s-161.684 72.388-161.684 161.684h-161.684c0-89.296-72.388-161.684-161.684-161.684s-161.684 72.388-161.684 161.684c-29.765 0-53.895 24.129-53.895 53.895s24.129 53.895 53.895 53.895h485.053v485.053h-431.158v-59.284h202.105c29.765 0 53.895-24.129 53.895-53.895s-24.129-53.895-53.895-53.895h-363.789c-29.765 0-53.895 24.129-53.895 53.895s24.129 53.895 53.895 53.895h53.895zM107.788 453.39v21.558c0 29.765 24.129 53.895 53.895 53.895s53.895-24.129 53.895-53.895v-21.558h256c29.765 0 53.895-24.129 53.895-53.895s-24.129-53.895-53.895-53.895h-363.789c-29.765 0-53.895 24.129-53.895 53.895s24.129 53.895 53.895 53.895zM862.314 178.527h-107.789c0-29.765 24.129-53.895 53.895-53.895s53.895 24.129 53.895 53.895zM269.472 178.527h-107.789zM377.262 178.527h107.789zM754.525 555.79v-269.474h161.684v186.736l-124.107 82.738h-37.577z" />
29
+ <glyph unicode="&#xe913;" glyph-name="upload" d="M454.985 323.803l-36.157-32.14c-23.48-20.871-59.434-18.757-80.305 4.724s-18.757 59.434 4.724 80.305l127.986 113.765c11.187 9.943 25.262 14.697 39.206 14.351 0.474 0.012 0.951 0.018 1.429 0.018 21.165 0 39.63-11.56 49.427-28.709l101.716-101.716c22.214-22.214 22.214-58.23 0-80.444s-58.23-22.214-80.444 0l-13.816 13.816v-144.242c0-31.415-25.467-56.882-56.882-56.882s-56.882 25.467-56.882 56.882v160.272zM511.993 846.12h-227.655c-29.6 0-56.882-31.18-56.882-73.135v-650.086c0-41.955 27.282-73.135 56.882-73.135h455.060c29.6 0 56.882 31.18 56.882 73.135v438.594h-179.998c-7.82 0-33.385-1.171-27.594-0.977-21.515-0.721-34.893 1.188-51.927 15.229-18.791 15.49-23.56 32.101-24.657 54.624-0.333 6.841-0.111 42.857-0.111 35.444v180.306zM716.050 675.26l-90.291 90.291v-90.291h90.291zM910.044 613.31v-490.41c0-101.657-74.586-186.9-170.647-186.9h-455.060c-96.061 0-170.647 85.242-170.647 186.9v650.086c0 101.657 74.586 186.9 170.647 186.9h281.355c15.107 0.959 30.833-4.081 43.418-16.674l284.274-284.399c1.327-1.327 2.581-2.712 3.761-4.151 10.398-12.391 14.267-27.214 12.9-41.352z" />
30
+ <glyph unicode="&#xe914;" glyph-name="clock" d="M512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM512 49.778c219.932 0 398.222 178.29 398.222 398.222s-178.29 398.222-398.222 398.222c-219.932 0-398.222-178.29-398.222-398.222s178.29-398.222 398.222-398.222zM568.889 471.564l119.871-119.871c53.636-53.636-26.818-134.089-80.453-80.453l-129.631 129.631c-8.688 5.792-15.774 14.162-19.833 25.109-4.871 10.611-5.779 21.54-3.731 31.78v253.216c0 75.852 113.778 75.852 113.778 0v-239.411z" />
31
+ <glyph unicode="&#xe915;" glyph-name="deal" d="M870.4 286.063h-121.768c-21.441-45.731-31.832-80.458-31.832-102.4 0-14.522-6.167-28.361-16.966-38.072-45.42-40.842-54.895-47.658-85.434-47.658-20.837 0-31.868 3.173-51.2 18.162-19.332-14.989-30.363-18.162-51.2-18.162-22.499 0-33.565 3.699-55.993 21.978-44.215-19.511-93.347-11.592-140.306 22.189l-7.843 6.966-125.581 136.997h-28.677v-48.104c0-28.277-22.923-51.2-51.2-51.2h-51.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v355.304c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h51.2c28.277 0 51.2-22.923 51.2-51.2v-11.852l59.547 91.071c9.457 14.463 25.572 23.181 42.853 23.181h281.083c0.371 0.004 0.742 0.004 1.113 0h229.804c17.119 0 33.105-8.556 42.601-22.799l59.799-89.699v10.098c0 28.277 22.923 51.2 51.2 51.2h51.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v-355.304c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-51.2c-28.277 0-51.2 22.923-51.2 51.2v48.104zM870.4 388.463v153.6c-17.119 0-33.105 8.556-42.601 22.799l-87.2 130.801h-177.399l-138.24-184.32-4.756-5.484c-14.138-14.138-14.138-15.854 0-29.992s15.854-14.138 29.992 0l102.4 102.4c19.995 19.995 52.413 19.995 72.408 0s19.995-52.413 0-72.408l-2.196-2.196 115.2-115.2h132.392zM153.6 388.463h51.2c14.352 0 28.045-6.023 37.742-16.603l137.004-149.459c21.322-14.391 32.592-13.64 47.019-0.666 19.467 17.505 49.002 17.505 68.469 0 7.762-6.98 13.049-11.686 16.966-15.064 3.917 3.377 9.204 8.084 16.966 15.064 19.467 17.505 49.002 17.505 68.469 0 7.762-6.98 13.048-11.686 16.966-15.064 0.524 0.452 1.073 0.928 1.649 1.43 4.364 33.762 17.361 73.075 38.651 118.854l-104.3 104.3-27.796-27.796c-54.128-54.128-120.68-54.128-174.808 0-53.195 53.195-54.112 118.389-2.75 171.998l90.154 120.206h-151.504l-82.506-126.184c-9.457-14.463-25.572-23.181-42.853-23.181h-4.738v-157.835z" />
32
+ <glyph unicode="&#xe916;" glyph-name="dollar-sign" d="M358.166 160.455c17.043-4.486 34.304-8.171 51.784-11.055 24.726-4.079 42.866-25.457 42.866-50.517v-34.885c0-14.138 11.462-25.6 25.6-25.6h51.2c14.138 0 25.6 11.462 25.6 25.6v34.85c0 24.697 17.629 45.874 41.917 50.351 21.565 3.976 41.296 9.499 59.241 16.542 40.835 16.025 70.761 37.405 90.434 63.759 19.547 26.187 29.188 54.787 29.188 86.173 0 37.119-10.548 65.494-31.214 86.541-21.817 22.219-48.061 38.542-78.829 48.935-31.359 10.592-71.793 21.241-120.741 31.787-48.203 9.654-84.345 19.432-108.412 29.615-9.236 3.908-13.487 6.016-19.831 11.177-14.602 11.88-20.2 27.211-20.2 42.847 0 25.956 12.949 44.147 34.518 57.385 22.331 13.705 54.748 19.46 96.561 19.46 59.421 0 118.648-14.851 177.676-44.273l39.477 88.048c-27.489 14.556-59.221 25.961-95.279 34.134-16.462 3.731-33.087 6.683-49.874 8.854-25.525 3.302-44.632 25.039-44.632 50.777v51.039c0 14.138-11.462 25.6-25.6 25.6h-51.2c-14.138 0-25.6-11.462-25.6-25.6v-60.516c0-23.37-15.824-43.774-38.459-49.589-12.386-3.182-24.067-6.949-35.055-11.294-40.512-16.018-70.116-37.382-89.476-63.712-19.237-26.162-28.761-55.054-28.761-87.071 0-37.118 10.558-65.835 31.284-87.458 21.811-22.755 48.033-39.329 78.758-49.707 31.359-10.592 71.793-21.241 121.173-31.875 32.506-6.802 58.333-13.034 77.562-18.75 19.24-5.719 35.518-13.388 48.656-23.466 0.213 0.235 0.213 0.235 11.259-11.034 11.907-29.315 11.907-29.315 10.535-31.991 0-26.913-13.463-42.312-35.201-54.556-22.508-12.677-55.335-18.065-97.741-18.065-39.036 0-78.029 5.714-116.978 17.106-36.362 10.635-68.304 24.562-95.737 41.908l-43.564-87.613c27.456-17.587 63.047-32.267 107.096-43.862zM332.1 61.429c-58.692 15.449-107.386 36.329-146.394 63.418-37.782 26.238-50.957 75.527-30.495 116.679l51.247 103.064c7.8 15.687 19.371 28.137 33.043 36.96-7.309 6.269-14.338 12.922-21.077 19.953-39.808 41.531-59.759 95.797-59.759 158.316 0 53.892 16.527 104.028 48.663 147.732 31.492 42.828 76.823 75.542 134.324 98.277 2.895 1.145 5.817 2.257 8.765 3.338v22.834c0 70.692 57.308 128 128 128h51.2c70.692 0 128-57.308 128-128v-7.644c4.926-0.995 9.84-2.048 14.742-3.159 48.772-11.055 92.354-27.331 130.606-49.007 41.691-23.625 59.049-74.305 39.46-117.997l-46.588-103.909c-6.479-14.45-16.179-26.406-27.873-35.491 18.009-11.712 34.673-25.342 49.884-40.834 40.358-41.102 60.548-95.415 60.548-158.284 0-53.627-16.871-103.675-49.528-147.426-31.823-42.633-77.391-75.188-135.086-97.829-11.676-4.582-23.774-8.649-36.294-12.207-3.026-68.007-59.118-122.213-127.872-122.213h-51.2c-68.29 0-124.089 53.478-127.803 120.84-6.194 1.442-12.365 2.971-18.513 4.59z" />
33
+ <glyph unicode="&#xe917;" glyph-name="edit" d="M140.809 239.074v-143.101h153.569l557.574 532.146-149.81 144.777-561.334-533.824zM751.461 921.055l251.060-242.626c28.763-27.796 28.619-73.942-0.318-101.558l-631.010-602.233c-13.096-12.5-30.505-19.473-48.608-19.473h-252.18c-38.884 0-70.405 31.521-70.405 70.405v243.71c0 19.286 7.911 37.727 21.887 51.019l632.131 601.15c27.34 26 70.314 25.827 97.445-0.392z" />
34
+ <glyph unicode="&#xe918;" glyph-name="external-link" d="M790.922 823.466h-39.989c-37.703 0-68.267 30.564-68.267 68.267s30.564 68.267 68.267 68.267h204.8c37.703 0 68.267-30.564 68.267-68.267v-204.8c0-37.703-30.564-68.267-68.267-68.267s-68.267 30.564-68.267 68.267v39.989l-361.328-361.328c-26.66-26.66-69.884-26.66-96.544 0s-26.66 69.884 0 96.544l361.328 361.328zM819.199 482.133c0 37.703 30.564 68.267 68.267 68.267s68.267-30.564 68.267-68.267v-341.333c0-113.108-91.692-204.8-204.8-204.8h-546.133c-113.108 0-204.8 91.692-204.8 204.8v546.133c0 113.108 91.692 204.8 204.8 204.8h383.344c37.703 0 68.267-30.564 68.267-68.267s-30.564-68.267-68.267-68.267h-383.344c-37.703 0-68.267-30.564-68.267-68.267v-546.133c0-37.703 30.564-68.267 68.267-68.267h546.133c37.703 0 68.267 30.564 68.267 68.267v341.333z" />
35
+ <glyph unicode="&#xe919;" glyph-name="finish" d="M165.647 860.968c76.627 25.818 153.653 38.798 230.874 38.798 63.344 0 97.766-8.625 152.433-31.649l0.426-0.18c41.369-17.424 61.212-22.384 106.981-22.384 79.732 0 159.309 16.452 239.12 49.604 39.668 16.478 83.342-12.673 83.342-55.627v-487.906c0-24.482-14.819-46.529-37.488-55.775-95.654-39.012-190.752-58.672-284.974-58.672-62.791 0-97.172 8.596-152.227 31.565l-0.442 0.185c-41.888 17.475-61.882 22.462-107.171 22.462-76.579 0-153.422-15.495-230.874-46.734v-248.419c0-33.267-26.968-60.235-60.235-60.235s-60.235 26.968-60.235 60.235v903.529c0 33.267 26.968 60.235 60.235 60.235s60.235-26.968 60.235-60.235v-38.798zM195.765 382.535c66.7 19.518 133.662 29.325 200.756 29.325 63.495 0 98.201-8.658 153.554-31.749l0.442-0.185c41.596-17.353 61.291-22.278 105.844-22.278 66.165 0 133.431 11.804 201.991 35.598v361.193c-66.915-19.541-134.292-29.355-201.991-29.355-64.044 0-98.792 8.685-153.744 31.828-41.519 17.487-61.060 22.384-106.098 22.384-66.671 0-133.513-11.734-200.756-35.364v-361.395zM539.106 742.758v-120.814c-49.213 20.88-83.387 36.881-142.585 36.881-12.528 0-25.278 0-38.121-0.254v119.444c12.714 0.853 25.421 1.279 38.121 1.279 45.038 0 51.147 0.761 106.098-22.384 13.085-5.512 25.025-10.202 36.487-14.152zM701.741 726.553c52.439 3.405 104.664 12.713 156.612 27.884v-123.976c-52.946-18.375-105.12-29.6-156.612-33.759v129.852zM195.765 619.75v0zM539.106 495.793v-120.814c-49.213 20.88-83.387 36.881-142.585 36.881-12.528 0-25.278 0-38.121-0.254v119.444c12.714 0.853 25.421 1.279 38.121 1.279 45.038 0 51.147 0.761 106.098-22.384 13.085-5.512 25.025-10.202 36.487-14.152zM701.741 479.588c52.439 3.405 104.664 12.713 156.612 27.884v-123.976c-52.946-18.375-105.12-29.6-156.612-33.759v129.852zM195.765 372.785v0zM701.741 597.365c-15.291-1.611-30.489-2.502-45.379-2.502-48.793 0-80.582 10.699-117.256 26.029v-123.801c5.924-2.194 11.947-4.501 18.071-6.925 41.596-17.353 54.632-15.774 99.186-15.774 15.068 0 30.194 0.612 45.379 1.839v-1.839h156.612v35.599c-52.946-18.375-105.12-29.6-156.612-33.759zM358.4 657.544v-129.995c-54.338-3.009-108.573-12.449-162.635-28.268v124.179c54.434 19.128 108.606 30.461 162.635 34.086zM404.435 658.825h0.016c-0.006 0-0.011 0-0.016 0z" />
36
+ <glyph unicode="&#xe91a;" glyph-name="license" d="M102.4 242.24c18.961 23.925 43.803 43.812 72.543 58.165-13.486 20.276-21.343 44.618-21.343 70.795 0 70.692 57.308 128 128 128s128-57.308 128-128c0-25.419-7.41-49.108-20.187-69.024 65.292-31.2 111.325-90.644 115.626-161.376h365.361c28.277 0 51.2 22.923 51.2 51.2v409.6h-819.2v-359.36zM165.843 140.8h236.296c-6.877 44.916-55.734 82.506-118.148 82.506s-111.271-37.59-118.148-82.506zM102.4 704h819.2c0 28.277-22.923 51.2-51.2 51.2h-716.8c-28.277 0-51.2-22.923-51.2-51.2zM153.6 857.6h716.8c84.831 0 153.6-68.769 153.6-153.6v-512c0-84.831-68.769-153.6-153.6-153.6h-716.8c-84.831 0-153.6 68.769-153.6 153.6v512c0 84.831 68.769 153.6 153.6 153.6zM281.6 345.6c14.138 0 25.6 11.462 25.6 25.6s-11.462 25.6-25.6 25.6c-14.138 0-25.6-11.462-25.6-25.6s11.462-25.6 25.6-25.6zM595.2 396.8c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h182.031c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-182.031zM595.2 243.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h182.031c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-182.031z" />
37
+ <glyph unicode="&#xe91b;" glyph-name="payment-check" d="M102.4 704v-512h819.2v512h-819.2zM102.4 806.4h819.2c56.554 0 102.4-45.846 102.4-102.4v-512c0-56.554-45.846-102.4-102.4-102.4h-819.2c-56.554 0-102.4 45.846-102.4 102.4v512c0 56.554 45.846 102.4 102.4 102.4zM204.8 499.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h409.6c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-409.6zM204.8 319.989c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h149.731c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-149.731zM768 499.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h51.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-51.2zM773.405 419.686c12.646 25.292 43.4 35.543 68.692 22.897s35.543-43.4 22.897-68.692c-47.387-94.774-118.55-130.355-184.398-64.506-9.602 9.602-14.996 22.625-14.996 36.204-19.053 0-40.932-10.939-66.196-36.204-19.995-19.995-52.413-19.995-72.408 0s-19.995 52.413 0 72.408c43.002 43.002 89.39 66.196 138.604 66.196 44.407 0 77.462-20.245 92.838-54.407 4.441 6.566 9.541 15.253 14.967 26.105z" />
38
+ <glyph unicode="&#xe91c;" glyph-name="sliders" d="M351.045 846.222c23.429 66.286 86.646 113.778 160.955 113.778s137.526-47.491 160.955-113.778h237.267c75.852 0 75.852-113.778 0-113.778h-237.267c-23.429-66.286-86.646-113.778-160.955-113.778s-137.526 47.491-160.955 113.778h-237.267c-75.852 0-75.852 113.778 0 113.778h237.267zM512 732.444c31.419 0 56.889 25.47 56.889 56.889s-25.47 56.889-56.889 56.889c-31.419 0-56.889-25.47-56.889-56.889s25.47-56.889 56.889-56.889zM578.6 504.889c23.429 66.286 86.646 113.778 160.955 113.778s137.526-47.491 160.955-113.778h9.711c75.852 0 75.852-113.778 0-113.778h-9.711c-23.429-66.287-86.646-113.778-160.955-113.778s-137.526 47.491-160.955 113.778h-464.822c-75.852 0-75.852 113.778 0 113.778h464.822zM739.556 391.111c31.419 0 56.889 25.47 56.889 56.889s-25.47 56.889-56.889 56.889c-31.419 0-56.889-25.47-56.889-56.889s25.47-56.889 56.889-56.889zM123.489 163.556c23.429 66.287 86.646 113.778 160.955 113.778s137.526-47.491 160.955-113.778h464.822c75.852 0 75.852-113.778 0-113.778h-464.822c-23.429-66.287-86.646-113.778-160.955-113.778s-137.526 47.491-160.955 113.778h-9.711c-75.852 0-75.852 113.778 0 113.778h9.711zM284.445 49.778c31.419 0 56.889 25.47 56.889 56.889s-25.47 56.889-56.889 56.889c-31.419 0-56.889-25.47-56.889-56.889s25.47-56.889 56.889-56.889z" />
39
+ <glyph unicode="&#xe91d;" glyph-name="warning" d="M463.207 820.657l-348.27-696.539c-13.479-26.957-2.552-59.736 24.404-73.215 7.577-3.789 15.933-5.761 24.404-5.761h696.539c30.139 0 54.571 24.432 54.571 54.571 0 8.472-1.973 16.827-5.761 24.404l-348.27 696.539c-13.479 26.957-46.257 37.883-73.215 24.404-10.561-5.28-19.124-13.844-24.404-24.404zM365.588 869.466c15.842 31.683 41.531 57.373 73.215 73.215 80.87 40.436 179.208 7.656 219.644-73.215l348.27-696.539c11.366-22.732 17.284-47.799 17.284-73.215 0-90.416-73.297-163.713-163.713-163.713h-696.539c-25.416 0-50.482 5.918-73.215 17.284-80.87 40.436-113.65 138.773-73.215 219.644l348.27 696.539zM512.017 694.535c30.139 0 54.571-24.432 54.571-54.571v-327.425c0-30.139-24.432-54.571-54.571-54.571s-54.571 24.432-54.571 54.571v327.425c0 30.139 24.432 54.571 54.571 54.571zM512.277 121.048c-30.139 0-54.571 24.432-54.571 54.571s24.432 54.571 54.571 54.571c30.139 0 54.571-24.432 54.571-54.571s-24.432-54.571-54.571-54.571z" />
40
+ <glyph unicode="&#xe91e;" glyph-name="cancel" d="M193.059 686.488c-49.79-66.479-79.281-149.040-79.281-238.488 0-219.932 178.29-398.222 398.222-398.222 89.449 0 172.009 29.491 238.488 79.281l-557.429 557.429zM273.512 766.941l557.429-557.429c49.79 66.479 79.281 149.040 79.281 238.488 0 219.932-178.29 398.222-398.222 398.222-89.449 0-172.009-29.491-238.488-79.281zM512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512z" />
41
+ <glyph unicode="&#xe91f;" glyph-name="hammer" d="M424.516 555.799c19.991 19.991 52.403 19.991 72.394 0l102.38-102.38c19.991-19.991 19.991-52.403 0-72.394l-409.522-409.522c-19.991-19.991-52.403-19.991-72.394 0l-102.38 102.38c-19.991 19.991-19.991 52.403 0 72.394l409.522 409.522zM123.585 110.080l29.986-29.986 337.128 337.128-29.986 29.986-337.128-337.128zM731.853 432.14c-9.6 9.6-14.993 22.621-14.993 36.197h-51.19c-13.576 0-26.597 5.393-36.197 14.993l-102.38 102.38c-9.6 9.6-14.993 22.621-14.993 36.197v73.634c0 23.49-15.987 43.965-38.775 49.662l-127.212 31.803c-48.18 12.045-52.707 78.746-6.596 97.19l103.784 41.514c111.161 44.465 237.644 25.721 331.132-49.070l108.646-86.917c24.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.19-51.19c19.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.19 51.19zM900.417 570.717l-1 1-31.899 1.519c-27.389 1.305-48.886 23.957-48.755 51.376l0.359 75.167-108.646 86.917c-51.94 41.552-118.598 58.106-182.67 47.095 52.18-25.228 86.673-78.487 86.673-138.249v-52.431l72.394-72.394h81.176c28.272 0 51.19-22.919 51.19-51.19v-29.986l81.176 81.176z" />
42
+ <glyph unicode="&#xe920;" glyph-name="print" d="M819.199 652.8h51.2c84.831 0 153.6-68.769 153.6-153.6v-409.6c0-28.277-22.923-51.2-51.2-51.2h-167.299c-17.706-30.607-50.798-51.2-88.7-51.2h-409.6c-37.903 0-70.996 20.593-88.7 51.2h-167.299c-28.277 0-51.2 22.923-51.2 51.2v409.6c0 84.831 68.769 153.6 153.6 153.6h51.2v153.6c0 56.554 45.846 102.4 102.4 102.4h409.6c56.554 0 102.4-45.846 102.4-102.4v-153.6zM716.799 652.8v153.6h-409.6v-153.6h409.6zM819.199 140.799h102.4v358.4c0 28.277-22.923 51.2-51.2 51.2h-716.799c-28.277 0-51.2-22.923-51.2-51.2v-358.4h102.4v51.2c0 56.554 45.846 102.4 102.4 102.4h409.6c56.554 0 102.4-45.846 102.4-102.4v-51.2zM307.198 191.999v-102.4h409.6v102.4h-409.6zM767.999 473.599c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-153.6c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h153.6z" />
43
+ <glyph unicode="&#xe921;" glyph-name="target" d="M105.569 396.8h-54.369c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h54.369c23.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.231zM209.019 499.029c26.303-2.145 46.981-24.172 46.981-51.029s-20.678-48.883-46.981-51.029c21.53-128.779 123.174-230.423 251.953-251.953 2.145 26.303 24.172 46.981 51.029 46.981s48.883-20.678 51.029-46.981c128.779 21.53 230.423 123.174 251.953 251.953-26.303 2.145-46.981 24.172-46.981 51.029s20.678 48.883 46.981 51.029c-21.53 128.779-123.174 230.423-251.953 251.953-2.145-26.303-24.172-46.981-51.029-46.981s-48.883 20.678-51.029 46.981c-128.779-21.53-230.423-123.174-251.953-251.953zM512 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.6zM512 396.8c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2z" />
44
+ <glyph unicode="&#xe922;" glyph-name="book" d="M972.8 857.6c28.277 0 51.2-22.923 51.2-51.2v-614.4c0-28.277-22.923-51.2-51.2-51.2-162.935 0-308.696-32.391-437.903-96.994-14.414-7.207-31.381-7.207-45.794 0-129.207 64.603-274.967 96.994-437.903 96.994-28.277 0-51.2 22.923-51.2 51.2v614.4c0 28.277 22.923 51.2 51.2 51.2 169.060 0 323.095-47.411 460.8-141.801 137.706 94.389 291.74 141.801 460.8 141.801zM102.4 753.528v-511.332c128.764-5.095 248.327-29.597 358.441-73.575l0.017 458.034c-108.446 76.043-227.615 118.228-358.458 126.873zM921.6 753.528c-130.823-8.643-249.974-50.816-358.407-126.837l0.017-458.050c110.1 43.966 229.646 68.46 358.39 73.554v511.332zM211.716 498.73c59.852-8.162 110.987-28.485 173.024-65.707 24.247-14.548 32.11-45.998 17.562-70.246s-45.998-32.11-70.246-17.562c-51.056 30.634-89.685 45.986-134.176 52.053-28.018 3.821-47.634 29.63-43.813 57.648s29.63 47.634 57.648 43.813zM211.716 652.331c59.852-8.162 110.987-28.485 173.024-65.707 24.247-14.548 32.11-45.998 17.562-70.246s-45.998-32.11-70.246-17.562c-51.056 30.634-89.685 45.986-134.176 52.053-28.018 3.821-47.634 29.63-43.813 57.648s29.63 47.634 57.648 43.813zM869.931 608.518c3.821-28.018-15.795-53.828-43.813-57.648-44.49-6.067-83.119-21.419-134.176-52.053-24.247-14.548-55.698-6.686-70.246 17.562s-6.686 55.698 17.562 70.246c62.038 37.222 113.172 57.545 173.024 65.707 28.018 3.821 53.828-15.795 57.648-43.813z" />
45
+ <glyph unicode="&#xe923;" glyph-name="camera" d="M642.994 883.2c66.114 0 124.81-42.306 145.718-105.027l16.191-48.573h65.497c84.831 0 153.6-68.769 153.6-153.6v-409.6c0-84.831-68.769-153.6-153.6-153.6h-716.8c-84.831 0-153.6 68.769-153.6 153.6v409.6c0 84.831 68.769 153.6 153.6 153.6h65.497l16.191 48.573c20.907 62.721 79.603 105.027 145.718 105.027h261.988zM642.994 780.8h-261.988c-22.038 0-41.603-14.102-48.573-35.009l-27.86-83.582c-6.969-20.907-26.535-35.009-48.573-35.009h-102.4c-28.277 0-51.2-22.923-51.2-51.2v-409.6c0-28.277 22.923-51.2 51.2-51.2h716.8c28.277 0 51.2 22.923 51.2 51.2v409.6c0 28.277-22.923 51.2-51.2 51.2h-102.4c-22.038 0-41.603 14.102-48.573 35.009l-27.86 83.582c-6.969 20.907-26.535 35.009-48.573 35.009zM512 678.4c141.385 0 256-114.615 256-256s-114.615-256-256-256c-141.385 0-256 114.615-256 256s114.615 256 256 256zM512 576c-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" />
46
+ <glyph unicode="&#xe924;" glyph-name="restart" d="M599.404 561.004c18.457-18.457 19.877-47.499 4.259-67.584l-4.259-4.823c-18.457-18.457-47.499-19.877-67.584-4.259l-4.823 4.259-179.2 179.2c-18.457 18.457-19.877 47.499-4.259 67.584l4.259 4.823 179.2 179.2c19.995 19.995 52.413 19.995 72.408 0 18.457-18.457 19.877-47.499 4.259-67.584l-4.259-4.823-91.756-91.796h4.352c212.077 0 384-171.923 384-384s-171.923-384-384-384c-212.077 0-384 171.923-384 384 0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-155.523 126.077-281.6 281.6-281.6s281.6 126.077 281.6 281.6c0 151.73-120.002 275.432-270.274 281.376l-11.326 0.224h-4.352l91.756-91.796z" />
47
+ <glyph unicode="&#xe925;" glyph-name="toolbox" d="M716.8 883.2c53.983 0 98.21-41.773 102.119-94.758l0.281-7.642v-76.8h55.855c11.993 0 23.539-4.207 32.677-11.783l4.359-4.065 97.745-102.4c9.092-9.524 14.164-22.185 14.164-35.352v0-460.8c0-28.277-22.923-51.2-51.2-51.2v0h-921.6c-28.277 0-51.2 22.923-51.2 51.2v0 460.8c0 13.167 5.073 25.828 14.164 35.352v0l97.745 102.4c9.661 10.121 23.044 15.848 37.036 15.848v0h55.855v76.8c0 53.983 41.773 98.21 94.758 102.119l7.642 0.281h409.6zM358.4 345.6h-256v-204.763h819.2v204.763h-256c0-26.257-19.765-47.898-45.229-50.856l-5.971-0.344h-204.8c-28.277 0-51.2 22.923-51.2 51.2v0zM853.094 601.637h-682.24l-68.454-71.731v-81.869l256 0.015c0.028 28.253 22.94 51.148 51.2 51.148v0h204.8c28.277 0 51.2-22.923 51.2-51.2v0.051l256-0.014v81.818l-68.506 71.782zM716.8 780.8h-409.6v-76.8h409.6v76.8z" />
48
+ <glyph unicode="&#xe926;" glyph-name="article" d="M102.4 908.8c0 28.277 22.923 51.2 51.2 51.2h716.8c28.278 0 51.2-22.923 51.2-51.2v-921.6c0-28.278-22.922-51.2-51.2-51.2h-716.8c-28.277 0-51.2 22.922-51.2 51.2v921.6zM204.8 857.6v-819.2h614.4v819.2h-614.4zM256 755.2c0 28.277 22.923 51.2 51.2 51.2h153.6c28.277 0 51.2-22.923 51.2-51.2v-153.6c0-28.277-22.923-51.2-51.2-51.2h-153.6c-28.277 0-51.2 22.923-51.2 51.2v153.6zM358.4 704v-51.2h51.2v51.2h-51.2zM256 448c0 28.277 22.923 51.2 51.2 51.2h409.6c28.278 0 51.2-22.923 51.2-51.2s-22.922-51.2-51.2-51.2h-409.6c-28.277 0-51.2 22.922-51.2 51.2zM563.2 601.6c0 28.277 22.922 51.2 51.2 51.2h102.4c28.278 0 51.2-22.923 51.2-51.2s-22.922-51.2-51.2-51.2h-102.4c-28.278 0-51.2 22.923-51.2 51.2zM563.2 755.2c0 28.277 22.922 51.2 51.2 51.2h102.4c28.278 0 51.2-22.923 51.2-51.2s-22.922-51.2-51.2-51.2h-102.4c-28.278 0-51.2 22.923-51.2 51.2zM256 140.8c0 28.278 22.923 51.2 51.2 51.2h256c28.278 0 51.2-22.922 51.2-51.2s-22.922-51.2-51.2-51.2h-256c-28.277 0-51.2 22.922-51.2 51.2zM256 294.4c0 28.278 22.923 51.2 51.2 51.2h409.6c28.278 0 51.2-22.922 51.2-51.2s-22.922-51.2-51.2-51.2h-409.6c-28.277 0-51.2 22.922-51.2 51.2z" />
49
+ <glyph unicode="&#xe927;" glyph-name="walk-in-tub" d="M768 908.8c81.801 0 148.667-63.945 153.339-144.575l0.261-9.025v-153.6c28.277 0 51.2-22.923 51.2-51.2v0-460.8c0-84.831-68.769-153.6-153.6-153.6v0h-614.4c-84.831 0-153.6 68.769-153.6 153.6v0 460.8c0 28.277 22.923 51.2 51.2 51.2v0h716.8v153.6c0 28.277-22.923 51.2-51.2 51.2-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971v-20.48c0-28.277-22.923-51.2-51.2-51.2-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971v20.48c0 84.831 68.769 153.6 153.6 153.6zM256 499.2h-102.4v-409.6c0-26.257 19.765-47.898 45.229-50.856v0l5.971-0.344h614.4c28.277 0 51.2 22.923 51.2 51.2v0 409.6h-256v-230.4c0-95.67-74.971-173.83-169.368-178.935l-9.832-0.265c-98.969 0-179.2 80.231-179.2 179.2v0 230.4zM512 499.2h-153.6v-230.4c0-39.92 30.458-72.727 69.404-76.448v0l7.396-0.352c42.415 0 76.8 34.385 76.8 76.8v0 230.4z" />
50
+ <glyph unicode="&#xe928;" glyph-name="umbrella" d="M716.048 345.601c-0.242 0.003-0.484 0.008-0.725 0.015l-1.288 0.057c-0.567 0.030-1.134 0.070-1.701 0.119-0.473 0.045-0.949 0.093-1.424 0.148l-0.552 0.055c-0.276 0.035-0.551 0.072-0.825 0.111-0.375 0.061-0.769 0.122-1.163 0.188l-1.709 0.306c-1.173 0.237-2.333 0.514-3.478 0.83-0.131 0.047-0.283 0.090-0.435 0.134l-1.371 0.401c-1.248 0.395-2.477 0.836-3.684 1.323-0.136 0.069-0.305 0.139-0.473 0.209l-1.010 0.417c-1.032 0.454-2.048 0.942-3.045 1.462l-1.327 0.732c-39.325 21.959-82.085 35.836-128.618 41.613l-0.020-278.519c0-84.831-68.769-153.6-153.6-153.6s-153.6 68.769-153.6 153.6c0 28.277 22.923 51.2 51.2 51.2 26.257 0 47.898-19.765 50.856-45.229l0.344-5.971c0-28.277 22.923-51.2 51.2-51.2 26.257 0 47.898 19.765 50.856 45.229l0.344 5.971 0.030 278.526c-46.553-5.774-89.329-19.653-128.669-41.619l-1.328-0.732c-0.997-0.52-2.012-1.008-3.045-1.462l-1.009-0.417c-1.681-0.695-2.91-1.137-4.158-1.532-0.475-0.138-0.922-0.273-1.37-0.401-1.581-0.45-2.742-0.727-3.915-0.964-0.578-0.108-1.143-0.212-1.708-0.306l-1.164-0.188c-0.274-0.039-0.549-0.076-0.825-0.111-0.68-0.074-1.329-0.143-1.979-0.2-0.563-0.053-1.13-0.093-1.697-0.123l-1.289-0.057c-0.241-0.007-0.483-0.012-0.725-0.015h-0.896c-0.291 0.001-0.581 0.004-0.872 0.010l-1.872 0.075-1.408 0.096c-0.308 0.026-0.617 0.055-0.926 0.087l-0.554 0.056c-0.394 0.044-0.787 0.093-1.18 0.147-0.505 0.081-1.015 0.159-1.523 0.244l-1.195 0.258-1.452 0.246c-0.245 0.054-0.489 0.11-0.733 0.168-0.102 0.021-0.203 0.045-0.305 0.070l-0.89 0.228c-0.207 0.054-0.413 0.11-0.618 0.166-0.083 0.041-0.184 0.069-0.285 0.098-1.453 0.401-2.559 0.763-3.646 1.16-0.419 0.152-0.83 0.309-1.239 0.471-0.124 0.071-0.275 0.131-0.425 0.192l-1.119 0.448c-1.006 0.436-1.994 0.904-2.964 1.401-0.207 0.108-0.446 0.233-0.685 0.36-0.124 0.081-0.224 0.135-0.324 0.189l-1.038 0.56c-1.011 0.578-1.999 1.189-2.963 1.832-0.228 0.157-0.462 0.316-0.694 0.477l-1.059 0.746c-0.987 0.719-1.947 1.472-2.877 2.258-0.316 0.264-0.635 0.539-0.951 0.819-0.037 0.042-0.102 0.101-0.168 0.159-29.028 25.934-59.646 38.181-93.887 38.181-34.243 0-64.861-12.247-93.888-38.181l-0.719-0.632c-1.072-0.923-2.182-1.802-3.329-2.635l4.048 3.267c-1.777-1.587-3.633-3.028-5.555-4.323-1.247-0.839-2.538-1.628-3.864-2.36-0.49-0.271-0.955-0.518-1.423-0.757-1.169-0.597-2.397-1.166-3.65-1.686-0.667-0.277-1.336-0.538-2.009-0.784-1.211-0.444-2.416-0.834-3.64-1.181-0.645-0.18-1.3-0.352-1.958-0.51-3.603-0.868-7.34-1.352-11.18-1.413-0.21-0.004-0.45-0.006-0.689-0.006h-0.145c-6.158 0-12.063 1.087-17.532 3.080-0.39 0.146-0.789 0.297-1.187 0.453-1.524 0.596-2.994 1.258-4.426 1.984-0.248 0.123-0.509 0.258-0.769 0.395-1.514 0.805-2.974 1.674-4.385 2.612-0.437 0.283-0.851 0.567-1.262 0.858-1.17 0.837-2.313 1.72-3.416 2.65-0.494 0.41-0.993 0.847-1.484 1.296-1.090 0.998-2.128 2.028-3.121 3.1-0.175 0.19-0.389 0.424-0.6 0.661l-0.631 0.718c-0.923 1.072-1.802 2.182-2.635 3.329l3.267-4.047c-1.615 1.807-3.078 3.698-4.39 5.655-0.654 0.977-1.275 1.978-1.863 3.001-0.495 0.859-0.955 1.718-1.389 2.587-0.409 0.82-0.805 1.668-1.177 2.528-0.393 0.905-0.755 1.814-1.090 2.729-2.015 5.51-3.11 11.433-3.11 17.611 0 83.962 30.077 200.412 90.348 294.685 87.033 136.132 226.393 216.728 419.537 217.312l0.044-0.034h4.142l-2.071 0.037c194.241 0 334.301-80.687 421.652-217.315 60.271-94.272 90.348-210.723 90.348-294.685 0-6.178-1.094-12.101-3.1-17.585-0.256-0.699-0.517-1.368-0.793-2.033-0.462-1.111-0.959-2.199-1.494-3.266-0.425-0.854-0.886-1.713-1.373-2.562-0.595-1.033-1.216-2.033-1.87-3.010-0.348-0.521-0.708-1.036-1.078-1.547-0.852-1.175-1.744-2.303-2.68-3.391-0.195-0.225-0.412-0.473-0.631-0.718l-0.6-0.661c-0.993-1.072-2.031-2.102-3.111-3.086l3.711 3.747c-1.641-1.837-3.386-3.528-5.216-5.072-1.092-0.914-2.235-1.798-3.415-2.633-0.401-0.292-0.816-0.577-1.233-0.854-1.204-0.792-2.424-1.531-3.675-2.22-0.498-0.278-1.003-0.544-1.511-0.801-1.368-0.692-2.786-1.333-4.237-1.909-0.469-0.182-0.92-0.353-1.373-0.518-5.458-1.994-11.362-3.081-17.521-3.081-4.133 0-8.152 0.49-12.001 1.414-0.67 0.164-1.326 0.335-1.978 0.519-1.216 0.342-2.421 0.733-3.605 1.166-0.7 0.257-1.369 0.518-2.033 0.793-1.255 0.521-2.483 1.090-3.683 1.704-0.437 0.222-0.902 0.469-1.365 0.723-1.354 0.748-2.644 1.537-3.895 2.379-0.5 0.336-1 0.686-1.494 1.045-1.156 0.84-2.266 1.719-3.338 2.642-0.226 0.196-0.473 0.412-0.719 0.632-29.028 25.934-59.646 38.181-93.887 38.181-34.243 0-64.861-12.247-93.888-38.181-0.484-0.439-0.803-0.715-1.125-0.986-0.925-0.778-1.885-1.531-2.872-2.25l-1.058-0.746-0.695-0.477c-0.964-0.643-1.952-1.254-2.963-1.832-0.434-0.233-0.884-0.481-1.338-0.722-0.145-0.093-0.268-0.157-0.391-0.222-1.287-0.663-2.275-1.13-3.281-1.566-0.532-0.209-1.049-0.423-1.57-0.629-0.249-0.121-0.525-0.227-0.802-0.331-1.499-0.548-2.605-0.91-3.728-1.235-0.121-0.017-0.225-0.047-0.329-0.076-0.491-0.154-0.697-0.21-0.904-0.264-0.3-0.082-0.594-0.157-0.889-0.228-2.463-0.58-4.678-0.957-6.943-1.189l4.448 0.662c-0.902-0.174-1.808-0.324-2.719-0.449-0.251-0.045-0.508-0.078-0.765-0.109l-0.452 0.038-0.511-0.142c-0.309-0.032-0.618-0.061-0.926-0.087-1.067-0.088-2.176-0.147-3.288-0.17-0.282-0.007-0.573-0.010-0.863-0.011zM512.017 790.416l-8.761-8.739c-64.481-66.95-109.207-167.511-133.101-302.837 44.674 13.602 92.007 20.37 141.845 20.37s97.17-6.768 141.822-20.313c-24.936 141.291-72.62 244.712-141.805 311.519zM646.711 787.882l2.41-3.608c52.094-78.847 87.927-179.728 108.012-302.093 27.594 11.28 56.936 17.019 87.667 17.019 23.355 0 45.908-3.315 67.538-9.859-27.182 133.229-114.372 253.722-265.628 298.541zM377.297 787.901l-4.615-1.414c-148.421-45.882-234.116-165.276-261.009-297.217 21.62 6.615 44.173 9.93 67.528 9.93 30.731 0 60.072-5.739 87.752-17.023 20.308 124.253 56.939 226.352 110.344 305.724z" />
51
+ <glyph unicode="&#xe929;" glyph-name="stair-lift" d="M577.414 960c84.831 0 153.6-68.769 153.6-153.6 0-7.627-0.568-15.243-1.699-22.785v0l-23.485-156.415h62.184l5.971-0.344c25.464-2.958 45.229-24.598 45.229-50.856v0l-0.344-5.971c-2.958-25.464-24.598-45.229-50.856-45.229v0h-34.509l-11.082-38.872c42.183-20.932 71.178-64.444 71.178-114.728 0-61.917-43.963-113.567-102.378-125.435l-0.036-34.36 266.765 80.795c27.062 8.201 55.647-7.090 63.848-34.151 7.615-25.129-5.025-51.572-28.537-61.787l-5.614-2.061-321.687-97.535c-3.483-2.048-7.25-3.706-11.249-4.906v0l-256-76.8c-2.605-0.782-5.212-1.346-7.803-1.707l-248.061-75.052c-27.062-8.201-55.647 7.090-63.848 34.151-7.615 25.129 5.025 51.572 28.537 61.787l5.614 2.061 219.635 66.61 0.038 142.946c-55.769 11.309-98.378 58.876-102.152 117.028l-0.272 8.416c0 50.3 29.014 93.824 71.218 114.748l-11.11 38.852h-34.509c-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971c0 26.257 19.765 47.898 45.229 50.856l5.971 0.344h62.092l-23.407 156.415c-12.134 80.896 41.184 156.508 120.229 173.089l8.887 1.597c7.542 1.131 15.158 1.699 22.785 1.699v0zM588.8 243.2h-153.6l-0.014-109.363 153.6 46.541 0.014 62.822zM665.6 396.8h-307.2c-14.138 0-25.6-11.462-25.6-25.6s11.462-25.6 25.6-25.6v0h307.2c14.138 0 25.6 11.462 25.6 25.6s-11.462 25.6-25.6 25.6v0zM577.414 857.6h-130.829c-2.542 0-5.081-0.189-7.595-0.566-27.964-4.195-47.233-30.264-43.039-58.229v0l38.4-256c3.76-25.063 25.29-43.605 50.634-43.605v0h54.029c25.344 0 46.874 18.542 50.634 43.605v0l38.4 256c0.377 2.514 0.566 5.053 0.566 7.595 0 28.277-22.923 51.2-51.2 51.2v0z" />
52
+ <glyph unicode="&#xe92a;" glyph-name="solar" d="M512 140.8c26.257 0 47.898-19.765 50.856-45.229l0.344-5.971v-72.408c0-28.277-22.923-51.2-51.2-51.2-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971v72.408c0 28.277 22.923 51.2 51.2 51.2zM294.777 230.777c18.567-18.567 19.893-47.845 3.979-67.942l-3.979-4.466-72.408-72.408c-19.995-19.995-52.413-19.995-72.408 0-18.567 18.567-19.893 47.845-3.979 67.942l3.979 4.466 72.408 72.408c19.995 19.995 52.413 19.995 72.408 0zM797.165 234.755l4.466-3.979 72.408-72.408c19.995-19.995 19.995-52.413 0-72.408-18.567-18.567-47.845-19.893-67.942-3.979l-4.466 3.979-72.408 72.408c-19.995 19.995-19.995 52.413 0 72.408 18.567 18.567 47.845 19.893 67.942 3.979zM512 704c141.385 0 256-114.615 256-256s-114.615-256-256-256c-141.385 0-256 114.615-256 256s114.615 256 256 256zM512 601.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.6zM142.186 494.077c28.277 0 51.2-22.923 51.2-51.2 0-26.257-19.765-47.898-45.229-50.856l-5.971-0.344h-72.408c-28.277 0-51.2 22.923-51.2 51.2 0 26.257 19.765 47.898 45.229 50.856l5.971 0.344h72.408zM955.221 501.909c28.277 0 51.2-22.923 51.2-51.2 0-26.257-19.765-47.898-45.229-50.856l-5.971-0.344h-72.408c-28.277 0-51.2 22.923-51.2 51.2 0 26.257 19.765 47.898 45.229 50.856l5.971 0.344h72.408zM217.903 814.017l4.466-3.979 72.408-72.408c19.995-19.995 19.995-52.413 0-72.408-18.567-18.567-47.845-19.893-67.942-3.979l-4.466 3.979-72.408 72.408c-19.995 19.995-19.995 52.413 0 72.408 18.567 18.567 47.845 19.893 67.942 3.979zM874.039 810.039c18.567-18.567 19.893-47.845 3.979-67.942l-3.979-4.466-72.408-72.408c-19.995-19.995-52.413-19.995-72.408 0-18.567 18.567-19.893 47.845-3.979 67.942l3.979 4.466 72.408 72.408c19.995 19.995 52.413 19.995 72.408 0zM512 930.008c26.257 0 47.898-19.765 50.856-45.229l0.344-5.971v-72.408c0-28.277-22.923-51.2-51.2-51.2-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971v72.408c0 28.277 22.923 51.2 51.2 51.2z" />
53
+ <glyph unicode="&#xe92b;" glyph-name="sink" d="M563.2 908.8c84.831 0 153.6-68.769 153.6-153.6 0-28.277-22.923-51.2-51.2-51.2-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971c0 28.277-22.923 51.2-51.2 51.2-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971v-307.2l16.74-0.052c21.2-0.131 41.898-0.441 62.052-0.939 11.751 73.138 75.157 128.991 151.608 128.991v0h76.8l5.971-0.344c25.464-2.958 45.229-24.598 45.229-50.856 0-28.277-22.923-51.2-51.2-51.2v0h-76.8l-5.971-0.344c-18.589-2.159-34.141-14.275-41.184-30.875 193.617-13.094 315.955-49.887 315.955-122.381l-0.085 2.983c0.057-0.987 0.085-1.982 0.085-2.983 0-191.278-165.864-384-499.2-384s-499.2 192.722-499.2 384c0.048 58.767 81.896 94.383 216.501 112.638-4.277 21.461-22.064 38.054-44.13 40.617l-5.971 0.344h-76.8c-28.277 0-51.2 22.923-51.2 51.2 0 26.257 19.765 47.898 45.229 50.856l5.971 0.344h76.8c77.957 0 142.349-58.075 152.273-133.321 24.94 1.615 51.064 2.874 78.228 3.754l-0.102 1.567v307.2c0 84.831 68.769 153.6 153.6 153.6zM882.788 223.76l-5.418-1.336c-88.247-21.288-215.127-30.423-365.37-30.423v0l-17.916 0.044c-145.485 0.721-267.913 10.345-352.882 31.716 10.628-21.635 24.507-43.406 41.604-63.271 65.93-76.606 172.21-122.089 329.193-122.089s263.263 45.483 329.193 122.089c17.089 19.857 30.964 41.616 41.595 63.271zM511.842 345.6c-117.555 0-227.597-7.979-307.975-21.758v0l-20.827-3.842 20.827-3.842c80.378-13.779 190.42-21.758 308.133-21.758s227.755 7.979 308.133 21.758v0l20.776 3.893-15.707 2.907c-76.93 13.643-182.827 21.886-296.936 22.592v0z" />
54
+ <glyph unicode="&#xe92c;" glyph-name="siding" d="M891.795 929.132l2.046-5.62 76.8-256c9.275-30.918-11.969-62.023-43.094-65.576l-5.947-0.336-11.213 0.013 60.884-243.596c7.603-30.414-13.599-59.932-43.89-63.299l-5.781-0.319-11.213 0.013 60.884-243.596c7.603-30.414-13.599-59.932-43.89-63.299l-5.781-0.319h-768c-28.277 0-51.2 22.923-51.2 51.2 0 26.257 19.765 47.898 45.229 50.856l5.971 0.344h702.362l-51.2 204.813-651.162-0.013c-28.277 0-51.2 22.923-51.2 51.2 0 26.257 19.765 47.898 45.229 50.856l5.971 0.344h702.362l-51.2 204.813-651.162-0.013c-28.277 0-51.2 22.923-51.2 51.2 0 26.257 19.765 47.898 45.229 50.856l5.971 0.344h699.187l-57.028 190.088c-7.545 25.15 5.168 51.557 28.708 61.707l5.62 2.046c25.15 7.545 51.557-5.168 61.707-28.708z" />
55
+ <glyph unicode="&#xe92d;" glyph-name="shower" d="M170.382 171.86c26.113-2.747 45.567-24.669 45.844-50.302l-0.282-5.974-11.423-108.569c-2.959-28.122-28.155-48.52-56.276-45.562-26.113 2.747-45.567 24.669-45.844 50.302l0.282 5.974 11.423 108.569c2.959 28.122 28.155 48.52 56.276 45.562zM532.271 184.954c26.113-2.745 45.57-24.664 45.849-50.297l-0.282-5.974-10.704-101.839c-2.956-28.122-28.149-48.523-56.271-45.568-26.113 2.745-45.57 24.664-45.849 50.297l0.282 5.974 10.704 101.839c2.956 28.122 28.149 48.523 56.271 45.568zM721.193 268.061c26.113-2.745 45.57-24.664 45.849-50.297l-0.282-5.974-16.056-152.759c-2.956-28.122-28.149-48.523-56.271-45.568-26.113 2.745-45.57 24.664-45.849 50.297l0.282 5.974 16.056 152.759c2.956 28.122 28.149 48.523 56.271 45.568zM364.757 305.524c26.113-2.745 45.57-24.664 45.849-50.297l-0.282-5.974-16.056-152.759c-2.956-28.122-28.149-48.523-56.271-45.568-26.113 2.745-45.57 24.664-45.849 50.297l0.282 5.974 16.056 152.759c2.956 28.122 28.149 48.523 56.271 45.568zM207.946 527.934c26.113-2.745 45.57-24.664 45.849-50.297l-0.282-5.974-21.407-203.678c-2.956-28.122-28.149-48.523-56.271-45.568-26.113 2.745-45.57 24.664-45.849 50.297l0.282 5.974 21.407 203.678c2.956 28.122 28.149 48.523 56.271 45.568zM564.383 490.471c26.113-2.745 45.57-24.664 45.849-50.297l-0.282-5.974-16.056-152.759c-2.956-28.122-28.149-48.523-56.271-45.568-26.113 2.745-45.57 24.664-45.849 50.297l0.282 5.974 16.056 152.759c2.956 28.122 28.149 48.523 56.271 45.568zM742.601 471.74c26.113-2.745 45.57-24.664 45.849-50.297l-0.282-5.974-5.352-50.92c-2.956-28.122-28.149-48.523-56.271-45.568-26.113 2.745-45.57 24.664-45.849 50.297l0.282 5.974 5.352 50.92c2.956 28.122 28.149 48.523 56.271 45.568zM386.164 509.203c26.113-2.745 45.57-24.664 45.849-50.297l-0.282-5.974-5.352-50.92c-2.956-28.122-28.149-48.523-56.271-45.568-26.113 2.745-45.57 24.664-45.849 50.297l0.282 5.974 5.352 50.92c2.956 28.122 28.149 48.523 56.271 45.568zM909.824 960c28.277 0 51.2-22.923 51.2-51.2 0-26.257-19.765-47.898-45.229-50.856l-5.971-0.344h-233.954c-16.341 0-31.567-7.787-41.148-20.731l-3.32-5.091-21.252-37.206 62.723-6.612c104.554-10.989 183.041-99.101 183.323-204.060l-0.235-10.55-0.684-9.003c-2.186-28.773-27.707-50.057-56.405-47.040v0l-611.034 64.222c-28.122 2.956-48.523 28.149-45.568 56.271 11.823 112.488 112.597 194.094 225.086 182.271v0l131.537-13.774 43.574 76.238c25.628 44.905 71.981 73.697 123.117 77.121l10.286 0.344h233.954zM356.652 718.232c-35.792 3.762-69.212-11.394-90.308-37.407v0l-3.237-4.243 481.851-50.645-1.816 4.015c-14.056 28.129-40.782 49.186-73.356 55.081v0l-7.618 1.087z" />
56
+ <glyph unicode="&#xe92e;" glyph-name="roofing" d="M871.607 857.59l2.094-0.091c1.207-0.074 2.398-0.189 3.573-0.342 0.37-0.070 0.749-0.126 1.126-0.186 1.704-0.235 3.361-0.575 4.981-0.991 0.22-0.11 0.443-0.17 0.666-0.232 10.019-2.665 18.566-8.305 24.97-15.705 0.136-0.174 0.261-0.32 0.385-0.466l0.804-0.958c0.872-1.084 1.701-2.202 2.482-3.351l102.712-154.068c15.685-23.528 9.328-55.316-14.2-71.002-21.847-14.565-50.817-10.123-67.403 9.423l-3.599 4.777-56.393 84.567-260.117-457.216c0.143-0.853 0.266-1.713 0.366-2.58l0.344-5.971v-204.8c0-28.277-22.923-51.2-51.2-51.2-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971-0.024 153.6h-307.2l0.024-153.6c0-28.277-22.923-51.2-51.2-51.2-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971-0.024 153.6h-51.176c-37.31 0-61.423 38.261-47.084 71.351l2.587 5.175 320.557 563.2c9.104 15.995 26.093 25.873 44.497 25.873v0l499.851-0.010zM921.6 345.6c28.277 0 51.2-22.923 51.2-51.2 0-26.257-19.765-47.898-45.229-50.856l-5.971-0.344c-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971v-153.6c0-28.277-22.923-51.2-51.2-51.2-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971v153.6c0 84.831 68.769 153.6 153.6 153.6zM782.285 755.2h-380.826l-262.246-460.8h380.826l262.246 460.8z" />
57
+ <glyph unicode="&#xe92f;" glyph-name="ribbon" d="M512 960c183.8 0 332.8-149 332.8-332.8 0-45.724-9.221-89.294-25.905-128.952 2.773-4.31 4.943-9.144 6.348-14.387v0l92.761-346.188 1.217-5.864c4.328-29.237-17.318-56.714-47.666-58.499v0l-198.178-11.632-66.662-33.416-6.154-23.106c-7.868-29.365-39.146-45.025-66.91-34.89l-5.498 2.375-177.474 89.053-198.223 11.615c-30.348 1.785-51.994 29.263-47.666 58.499l1.217 5.864 92.761 346.188c1.399 5.223 3.558 10.040 6.325 14.364-16.663 39.645-25.892 83.233-25.892 128.977 0 183.8 149 332.8 332.8 332.8zM279.41 389.171l-58.227-217.299 146.020-8.619c4.628-0.272 9.187-1.171 13.554-2.664l6.391-2.68 130.767-65.546 55.666 207.723c-19.957-3.734-40.541-5.686-61.581-5.686-90.517 0-172.594 36.137-232.59 94.771zM744.641 389.221c-15.98-15.624-33.528-29.652-52.386-41.825l-50.213-187.293 1.21 0.489c2.911 0.995 5.908 1.726 8.954 2.184l4.601 0.48 146.066 8.602zM512 857.6c-127.246 0-230.4-103.154-230.4-230.4s103.154-230.4 230.4-230.4c127.246 0 230.4 103.154 230.4 230.4s-103.154 230.4-230.4 230.4zM653.733 711.177c16.809-20.171 15.479-49.45-2.189-68.023l-4.367-4.087-153.6-128c-19.487-16.239-47.6-15.605-66.3 0.627l-4.468 4.382-48.575 53.765c-18.957 20.982-17.315 53.358 3.667 72.315 19.483 17.603 48.791 17.444 68.056 0.533l4.258-4.2 15.558-17.267 115.849 96.511c21.723 18.102 54.008 15.167 72.11-6.555z" />
58
+ <glyph unicode="&#xe930;" glyph-name="medical" d="M409.6 960l-5.971-0.344c-25.463-2.957-45.228-24.597-45.229-50.853l-0.051-194.665-168.619 97.287c-24.488 14.134-55.798 5.743-69.935-18.744l-102.4-177.362-2.687-5.343c-10.171-23.532-1.311-51.47 21.43-64.598l168.56-97.326-168.574-97.437c-24.48-14.142-32.864-45.45-18.729-69.934l102.4-177.362 3.284-4.999c15.294-20.574 43.919-26.87 66.658-13.741l168.612 97.385 0.051-194.767c0.001-28.276 22.924-51.198 51.2-51.198h204.8l5.971 0.344c25.464 2.958 45.23 24.6 45.229 50.858l-0.051 194.763 168.716-97.386c24.489-14.138 55.802-5.748 69.94 18.741l102.4 177.362 2.687 5.343c10.17 23.53 1.313 51.466-21.424 64.596l-168.668 97.431 168.668 97.329c24.486 14.139 32.875 45.451 18.737 69.939l-102.4 177.362-3.283 4.998c-15.291 20.571-43.911 26.87-66.65 13.746l-168.723-97.288 0.051 194.66c0.001 28.278-22.922 51.202-51.2 51.202h-204.8zM563.2 857.6l-0.012-232.19 0.313-5.797c3.93-35.967 44.052-57.265 76.48-38.55l201.132 116.076 51.2-88.678-201.077-116.122-5.669-3.773c-28.343-21.628-26.453-66.356 5.669-84.905l201.077-116.071-51.2-88.73-201.126 116.123-5.178 2.627c-33.116 14.579-71.624-9.526-71.622-46.97l0.012-232.241h-102.451l0.039 232.245-0.314 5.797c-3.933 35.969-44.062 57.263-76.488 38.54l-201.151-116.122-51.2 88.73 201.114 116.127 5.668 3.774c28.337 21.633 26.441 66.358-5.681 84.902l-201.1 116.068 51.2 88.678 201.158-116.075 5.177-2.626c33.114-14.574 71.616 9.528 71.617 46.968l-0.039 232.194h102.451z" />
59
+ <glyph unicode="&#xe931;" glyph-name="kitchen" d="M563.2 908.8c-28.278 0-51.2-22.923-51.2-51.2v-261.76l-0.002-0.411 0.002-0.411v-95.819h-90.311c24.322 27.175 39.111 63.060 39.111 102.4v51.2c0 28.277-22.923 51.2-51.2 51.2h-256c-18.953 0-35.501-10.298-44.353-25.604l-58.041-0.001c-28.277 0-51.2-22.923-51.199-51.201s22.924-51.199 51.201-51.199l53.316 0.001c4.903-29.222 18.058-55.647 36.987-76.796h-90.311c-28.277 0-51.2-22.923-51.2-51.2v-460.8c0-28.278 22.923-51.2 51.2-51.2h921.6c28.278 0 51.2 22.922 51.2 51.2v604.349c0.097 1.282 0.143 2.576 0.143 3.881s-0.046 2.6-0.143 3.881v258.288c0 28.277-22.922 51.2-51.2 51.2h-409.6zM614.4 448v96.229l307.2 0.001v-505.83h-307.2v409.6zM614.4 646.629v159.771h307.2v-159.77l-307.2-0.001zM512 38.4h-409.6v358.4h409.6v-358.4zM204.8 601.6h153.6c0-28.277-22.923-51.2-51.2-51.2h-51.2c-28.277 0-51.2 22.923-51.2 51.2zM204.801 345.605l204.796-0.005c28.277 0 51.199-22.922 51.198-51.2s-22.924-51.2-51.201-51.2l-204.796 0.005c-28.277 0-51.199 22.922-51.198 51.2s22.924 51.2 51.201 51.2z" />
60
+ <glyph unicode="&#xe932;" glyph-name="hvac" d="M862.097 774.74l3.352-9.384 2.729-8.535c8.004-26.537 3.884-49.964-17.635-68.971l-5.745-4.659-6.559-4.51-44.697-27.748-12.95-8.686c-27.423-19.767-50.593-43.18-72.344-73.769l-6.759-9.819 2.562-2.554c22.664-23.674 40.327-52.174 51.292-83.803 172.592-11.415 289.888-98.413 268.031-237.074-25.239-160.118-205.94-310.702-350.91-298.005l-9.827 1.12-13.878 2.41c-19.42 3.622-29.18 7.003-41.767 21.21-11.205 12.648-14.694 23.96-15.85 40.724l-0.369 7.538-0.183 19.248c-0.323 57.683-7.868 95.829-29.324 138.163-7.809-0.832-15.692-1.237-23.669-1.237-28.587 0-55.959 5.206-81.218 14.723-86.37-124.033-207.886-170.615-325.68-111.718-147.431 73.716-158.742 315.523-71.908 456.628 15.202 24.704 47.871 31.857 72.006 15.767 48.607-32.404 126.155-56.716 190.801-65.116 12.698 34.795 33.681 65.583 60.484 90.116-73.388 150.848-53.492 296.93 77.819 350.227 155.412 63.079 350.759-9.187 402.191-142.288zM766.28 368.784l-0.504-4.124c-9.656-69.182-50.033-128.523-106.902-163.797 22.341-48.081 32.028-94.689 33.816-153.646l0.148-8.561 1.593-0.056c84.596 1.87 203.673 101.964 225.944 202.813l1.849 9.759c9.562 60.665-48.141 106.792-155.944 117.612zM125.133 428.134l-2.002-5.883c-30.993-93.914-16.775-217.237 45.917-257.041l7.449-4.216c66.135-33.067 135.797-7.404 194.544 76.529-34.855 36.514-57.892 84.463-62.841 137.662-55.268 7.137-116.736 23.544-170.146 46.971l-12.922 5.978zM537.6 524.8c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128s-57.308 128-128 128zM508.203 825.823l-9.787-3.678c-62.638-25.424-74.547-104.399-27.123-204.648 20.996 6.318 43.256 9.703 66.307 9.703 27.219 0 53.336-4.72 77.576-13.386 3.15 4.737 6.36 9.419 9.62 14.004 24.689 34.721 51.6 63.136 83.025 87.769l13.751 10.333 7.88 5.432 24.542 15.725 6.326 3.925-2.002 3.619c-39.541 64.821-154.785 104.238-250.114 71.202z" />
61
+ <glyph unicode="&#xe933;" glyph-name="hot-tub" d="M972.8 499.2c28.277 0 51.2-22.923 51.2-51.2v0-153.6c0-28.277-22.923-51.2-51.2-51.2v0-256c0-28.277-22.923-51.2-51.2-51.2v0h-819.2c-28.277 0-51.2 22.923-51.2 51.2v0 256c-28.277 0-51.2 22.923-51.2 51.2v0 153.6c0 28.277 22.923 51.2 51.2 51.2v0zM256 243.211l-102.4-0.011v-204.8l102.4 0.011v204.8zM460.8 243.211h-102.4v-204.8h102.4v204.8zM665.6 243.211h-102.4v-204.8h102.4v204.8zM870.4 243.2l-102.4 0.011v-204.8l102.4-0.011v204.8zM921.6 396.8h-819.2v-51.2h819.2v51.2zM327.395 931.697c11.743-23.485 3.742-51.681-17.711-65.714l-5.187-2.978c-26.016-13.008-34.174-49.721-12.293-71.601 79.721-79.721 39.537-227.060-71.213-263.976-26.826-8.942-55.821 5.556-64.763 32.382-8.303 24.91 3.604 51.69 26.826 62.548l5.556 2.215c40.29 13.43 55.695 69.916 31.187 94.424-73.537 73.537-47.078 192.606 38.907 235.599 25.292 12.646 56.046 2.394 68.692-22.897zM583.395 931.697c11.743-23.485 3.742-51.681-17.711-65.714l-5.187-2.978c-26.016-13.008-34.174-49.721-12.293-71.601 79.721-79.721 39.537-227.060-71.213-263.976-26.826-8.942-55.821 5.556-64.763 32.382-8.303 24.91 3.604 51.69 26.826 62.548l5.556 2.215c40.29 13.43 55.695 69.916 31.187 94.424-73.537 73.537-47.078 192.606 38.907 235.599 25.292 12.646 56.046 2.394 68.692-22.897zM839.395 931.697c11.743-23.485 3.742-51.681-17.711-65.714l-5.187-2.978c-26.016-13.008-34.174-49.721-12.293-71.601 79.721-79.721 39.537-227.060-71.213-263.976-26.826-8.942-55.821 5.556-64.763 32.382-8.303 24.91 3.604 51.69 26.826 62.548l5.556 2.215c40.29 13.43 55.695 69.916 31.187 94.424-73.537 73.537-47.078 192.606 38.907 235.599 25.292 12.646 56.046 2.394 68.692-22.897z" />
62
+ <glyph unicode="&#xe934;" glyph-name="gutter" d="M691.2 960c26.257 0 47.898-19.765 50.856-45.229l0.344-5.971v-102.4c28.277 0 51.2-22.923 51.2-51.2v0-153.6c0-28.277-22.923-51.2-51.2-51.2v0h-0.051l0.051-73.627c0-30.63 13.699-59.494 37.068-78.852l6.61-5.038 190.468-133.237c5.142-3.614 9.532-8.135 13.004-13.263 0.347-0.494 0.666-0.982 0.976-1.475 0.628-1.020 1.238-2.070 1.812-3.14 0.371-0.671 0.717-1.354 1.046-2.044 0.548-1.156 1.064-2.339 1.536-3.541 0.197-0.519 0.393-1.050 0.581-1.584 3.862-10.835 4.147-23.015-0.189-34.637-0.277-0.667-0.54-1.336-0.817-2.002-1.051-2.542-2.346-5.045-3.877-7.495l2.427 4.324c-0.476-0.955-0.985-1.899-1.527-2.833l-0.9-1.491-128-204.8c-9.356-14.97-25.764-24.064-43.418-24.064v0h-358.4c-0.381 0-0.761 0.004-1.14 0.012-0.812 0.014-1.668 0.053-2.524 0.113-1.152 0.078-2.256 0.189-3.347 0.334-0.688 0.108-1.39 0.219-2.090 0.345-1.44 0.228-2.825 0.532-4.183 0.889-0.386 0.149-0.813 0.27-1.24 0.396-1.709 0.445-3.332 1.011-4.909 1.653-0.15 0.137-0.338 0.216-0.526 0.296-4.505 1.819-8.6 4.311-12.251 7.285l-182.831 137.158c-86.487 64.865-138.869 165.126-143.085 272.655l-0.275 14.065v153.6h-25.6c-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971v153.6c0 28.277 22.923 51.2 51.2 51.2v0h25.6v102.4c0 28.277 22.923 51.2 51.2 51.2 26.257 0 47.898-19.765 50.856-45.229l0.344-5.971v-102.4h128v102.4c0 28.277 22.923 51.2 51.2 51.2 26.257 0 47.898-19.765 50.856-45.229l0.344-5.971v-102.4h204.8v102.4c0 28.277 22.923 51.2 51.2 51.2zM854.835 166.4h-237.722l-64-102.4h237.722l64 102.4zM332.8 550.4h-128v-153.6c0-76.337 34.049-148.453 92.444-196.941l9.956-7.859 139.725-104.806 71.322 114.125-65.126 40.704c-71.447 44.655-116.126 121.436-120.040 205.093l-0.28 11.995v91.29zM639.949 550.4h-204.749v-91.29c0-49.65 23.979-96.016 63.981-124.746l8.212-5.507 96.051-60.057h181.35l-57.439 40.194c-51.528 36.070-83.442 93.666-87.019 156.033l-0.336 11.746-0.051 73.627zM281.6 704h-153.6v-51.2h153.6v51.2zM691.2 704h-307.2v-51.2l306.314-0.008c0.295 0.005 0.59 0.008 0.886 0.008v51.2z" />
63
+ <glyph unicode="&#xe935;" glyph-name="flooring" d="M896 960c26.257 0 47.898-19.765 50.856-45.229l0.344-5.971v-921.6c0-28.277-22.923-51.2-51.2-51.2-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971 0.051 204.8h-153.6l-0.051-204.8c0-26.257-19.765-47.898-45.229-50.856l-5.971-0.344c-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971v588.8h-153.549l-0.051-588.8c0-26.257-19.765-47.898-45.229-50.856l-5.971-0.344c-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971 0.051 204.8h-153.6l-0.051-204.8c0-26.257-19.765-47.898-45.229-50.856l-5.971-0.344c-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971v921.6c0 28.277 22.923 51.2 51.2 51.2 26.257 0 47.898-19.765 50.856-45.229l0.344-5.971v-614.4h153.6v614.4c0 26.257 19.765 47.898 45.229 50.856l5.971 0.344c26.257 0 47.898-19.765 50.856-45.229l0.344-5.971v-230.4h153.6v230.4c0 28.277 22.923 51.2 51.2 51.2 26.257 0 47.898-19.765 50.856-45.229l0.344-5.971v-614.4h153.6v614.4c0 26.257 19.765 47.898 45.229 50.856l5.971 0.344z" />
64
+ <glyph unicode="&#xe936;" glyph-name="door" d="M819.2 960c28.277 0 51.2-22.923 51.2-51.2v0-921.6c0-28.277-22.923-51.2-51.2-51.2v0h-614.4c-28.277 0-51.2 22.923-51.2 51.2v0 921.6c0 28.277 22.923 51.2 51.2 51.2v0zM768 857.6h-512v-819.2h512v819.2zM652.8 460.8c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64s28.654 64 64 64zM512 806.4c108.635 0 198.196-84.808 204.518-194.296v0l0.261-9.025c0.833-28.844-22.322-52.679-51.179-52.679v0h-307.2c-28.277 0-51.2 22.923-51.2 51.2 0 113.108 91.692 204.8 204.8 204.8zM512 704c-35.989 0-67.642-18.566-85.903-46.642v0l-2.776-4.558h177.306l-2.226 3.803c-16.919 26.505-45.7 44.654-78.712 47.111v0z" />
65
+ <glyph unicode="&#xe937;" glyph-name="cabinet" d="M921.6 908.8c28.277 0 51.2-22.923 51.2-51.2v0-819.2c0-28.277-22.923-51.2-51.2-51.2v0h-819.2c-28.277 0-51.2 22.923-51.2 51.2v0 819.2c0 28.277 22.923 51.2 51.2 51.2v0zM460.8 806.4h-307.2v-716.8h307.2v716.8zM870.4 806.4h-307.2v-716.8h307.2v716.8zM665.6 243.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2zM358.4 243.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2z" />
66
+ <glyph unicode="&#xe938;" glyph-name="mic" d="M512 243.2c143.36 0 256 112.64 256 256v204.8c0 143.36-112.64 256-256 256s-256-112.64-256-256v-204.8c0-143.36 112.64-256 256-256zM358.4 601.6h56.32c25.6 5.12 46.080 25.6 46.080 51.2 0 30.72-20.48 51.2-51.2 51.2h-51.2c0 87.040 66.56 153.6 153.6 153.6s153.6-66.56 153.6-153.6h-56.32c-25.6-5.12-46.080-25.6-46.080-51.2 0-30.72 20.48-51.2 51.2-51.2h51.2v-51.2h-56.32c-25.6-5.12-46.080-25.6-46.080-51.2 0-30.72 20.48-51.2 51.2-51.2h40.96c-20.48-61.44-76.8-102.4-143.36-102.4s-122.88 40.96-143.36 102.4h46.080c25.6 5.12 46.080 25.6 46.080 51.2 0 30.72-20.48 51.2-51.2 51.2h-51.2v51.2zM614.4 38.4h-209.92c-25.6-5.12-46.080-25.6-46.080-51.2 0-30.72 20.48-51.2 51.2-51.2h209.92c25.6 5.12 46.080 25.6 46.080 51.2 0 30.72-20.48 51.2-51.2 51.2zM906.24 448c-25.6 5.12-56.32-10.24-61.44-35.84-40.96-158.72-174.080-240.64-332.8-240.64s-296.96 87.040-332.8 240.64c-10.24 25.6-35.84 40.96-61.44 35.84s-46.080-35.84-35.84-61.44c51.2-209.92 230.4-322.56 435.2-322.56s384 112.64 435.2 322.56c0 25.6-15.36 51.2-46.080 61.44z" />
67
+ <glyph unicode="&#xe939;" glyph-name="webinar" d="M51.2 857.6h921.6c28.278 0 51.2-22.923 51.2-51.2v-614.4c0-28.278-22.922-51.2-51.2-51.2h-409.6v-51.2h102.4c28.278 0 51.2-22.922 51.2-51.2 0-26.255-19.763-47.898-45.23-50.857l-5.97-0.343h-307.2c-28.277 0-51.2 22.922-51.2 51.2 0 26.255 19.765 47.898 45.229 50.857l5.971 0.343h102.4v51.2h-409.6c-28.277 0-51.2 22.922-51.2 51.2v614.4c0 28.277 22.923 51.2 51.2 51.2zM367.104 243.2h289.741l-3.876 9.897c-22.492 51.82-72.714 88.812-131.942 92.242l-9.027 0.261c-66.653 0-123.39-42.455-144.645-101.796l-0.251-0.604zM762.88 243.2h158.72v512h-819.2v-512h158.721c17.285 85.151 76.833 154.952 155.795 186.563-35.64 28.126-58.516 71.71-58.516 120.637 0 84.831 68.769 153.6 153.6 153.6 84.833 0 153.6-68.769 153.6-153.6 0-48.927-22.876-92.511-58.516-120.637 78.961-31.611 138.511-101.412 155.796-186.563zM563.2 550.4c0 28.277-22.922 51.2-51.2 51.2-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2c28.278 0 51.2 22.923 51.2 51.2z" />
68
+ <glyph unicode="&#xe93a;" glyph-name="contractor-selection" d="M389.12 862.72l102.4-51.2c15.36-5.12 30.72-5.12 46.080 0l102.4 51.2c25.6 10.24 35.84 40.96 20.48 66.56-10.24 25.6-40.96 35.84-66.56 20.48l-81.92-35.84-81.92 40.96c-20.48 10.24-51.2 0-66.56-25.6-10.24-20.48 0-51.2 25.6-66.56zM998.4 171.52c-5.12 15.36-15.36 30.72-30.72 46.080 20.48 20.48 35.84 46.080 35.84 76.8 0 56.32-46.080 107.52-107.52 107.52s-107.52-46.080-107.52-107.52c0-30.72 15.36-61.44 35.84-81.92-10.24-10.24-20.48-25.6-25.6-40.96-5.12-5.12-5.12-15.36-10.24-20.48-25.6 66.56-71.68 122.88-128 153.6 35.84 35.84 61.44 87.040 61.44 143.36 0 5.12 0 5.12 0 10.24 30.72 15.36 51.2 46.080 51.2 81.92s-20.48 66.56-46.080 76.8c-35.84 81.92-122.88 138.24-215.040 138.24s-179.2-56.32-209.92-138.24c-25.6-15.36-46.080-46.080-46.080-81.92s20.48-66.56 51.2-76.8c0-5.12 0-5.12 0-10.24 0-56.32 20.48-107.52 61.44-143.36-56.32-35.84-102.4-92.16-128-153.6-5.12 5.12-5.12 15.36-10.24 20.48-5.12 15.36-15.36 30.72-30.72 46.080 20.48 20.48 35.84 46.080 35.84 76.8 0 56.32-46.080 107.52-107.52 107.52-56.32 0-107.52-46.080-107.52-107.52 0-30.72 15.36-61.44 35.84-81.92-10.24-10.24-20.48-25.6-25.6-40.96-20.48-35.84-30.72-81.92-30.72-133.12 0-30.72 20.48-51.2 51.2-51.2h153.6c0-30.72 20.48-51.2 51.2-51.2h512c30.72 0 51.2 20.48 51.2 51.2h153.6c30.72 0 51.2 20.48 51.2 51.2 0 51.2-10.24 97.28-25.6 133.12zM399.36 565.76c5.12 46.080 51.2 87.040 112.64 87.040s107.52-40.96 112.64-87.040v-15.36h-230.4l5.12 15.36zM614.4 448c0-56.32-46.080-102.4-102.4-102.4s-102.4 46.080-102.4 102.4h204.8zM312.32 38.4c20.48 122.88 107.52 204.8 199.68 204.8s179.2-81.92 199.68-204.8h-399.36z" />
69
+ <glyph unicode="&#xe93b;" glyph-name="filter" d="M57.258 881.759c8.91 16.648 26.259 27.041 45.142 27.041h819.2c18.883 0 36.234-10.393 45.143-27.041s7.931-36.849-2.54-52.56l-298.604-447.903v-291.697c0-23.496-15.99-43.976-38.784-49.669l-204.798-51.2c-15.295-3.825-31.5-0.389-43.927 9.313s-19.691 24.591-19.691 40.356v342.897l-298.601 447.903c-10.474 15.711-11.45 35.912-2.541 52.56zM198.068 806.4l254.133-381.199c5.607-8.412 8.599-18.294 8.599-28.401v-292.823l102.4 25.6v267.223c0 10.107 2.99 19.988 8.602 28.401l254.131 381.199h-627.865z" />
70
+ <glyph unicode="&#xe93c;" glyph-name="home-security" d="M972.8 806.4c-46.080 0-133.12 5.12-220.16 25.6s-163.84 56.32-199.68 107.52c0 0-5.12 5.12-5.12 5.12-5.12 5.12-10.24 5.12-15.36 10.24-10.24 5.12-30.72 5.12-40.96 0-5.12 0-10.24-5.12-15.36-10.24 0 0-5.12-5.12-5.12-5.12-40.96-51.2-117.76-81.92-199.68-107.52-87.040-20.48-174.080-25.6-220.16-25.6-30.72 0-51.2-20.48-51.2-51.2 0-266.24 66.56-450.56 163.84-578.56s220.16-199.68 327.68-235.52c0 0 5.12 0 5.12 0 10.24 0 15.36 0 25.6 0 0 0 5.12 0 5.12 0 107.52 40.96 230.4 107.52 327.68 235.52 102.4 128 168.96 312.32 168.96 578.56 0 30.72-20.48 51.2-51.2 51.2zM778.24 238.080c-76.8-102.4-174.080-158.72-266.24-194.56-92.16 35.84-189.44 97.28-266.24 194.56-76.8 102.4-133.12 245.76-143.36 465.92 51.2 5.12 122.88 10.24 189.44 30.72 76.8 20.48 158.72 51.2 220.16 102.4 61.44-51.2 143.36-81.92 220.16-102.4 66.56-15.36 133.12-25.6 189.44-30.72-10.24-220.16-66.56-363.52-143.36-465.92zM778.24 570.88l-235.52 174.080c-5.12 5.12-15.36 10.24-25.6 10.24 0 0-5.12 0-10.24 0-10.24 0-15.36-5.12-25.6-10.24l-235.52-174.080c-20.48-20.48-25.6-51.2-10.24-71.68 10.24-15.36 30.72-20.48 46.080-20.48v-184.32c0-30.72 20.48-51.2 51.2-51.2h353.28c30.72 0 51.2 20.48 51.2 51.2v184.32c15.36-5.12 35.84 5.12 46.080 20.48 20.48 20.48 15.36 51.2-5.12 71.68zM634.88 345.6h-71.68v153.6h-102.4v-153.6h-71.68v189.44l122.88 102.4 122.88-102.4v-189.44z" />
71
+ <glyph unicode="&#xe93d;" glyph-name="installation" d="M542.725 949.76c-18.207 13.653-43.237 13.653-61.442 0l-409.6-307.2c-22.622-16.966-27.206-49.058-10.24-71.68s49.058-27.206 71.68-10.24l378.882 284.16 378.88-284.16c22.62-16.966 54.712-12.382 71.68 10.24 16.963 22.622 12.38 54.714-10.24 71.68l-409.6 307.2zM256 396.8c0 28.278-22.923 51.2-51.2 51.2s-51.2-22.922-51.2-51.2v-409.6c0-28.278 22.923-51.2 51.2-51.2h614.4c28.278 0 51.2 22.922 51.2 51.2v409.6c0 28.278-22.922 51.2-51.2 51.2s-51.2-22.922-51.2-51.2v-358.4h-512v358.4zM548.204 309.396c-19.994-19.994-52.412-19.994-72.408 0l-102.4 102.4c-19.995 19.994-19.995 52.412 0 72.408s52.413 19.995 72.408 0l14.996-14.996v183.592c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v-183.592l14.996 14.996c19.994 19.995 52.413 19.995 72.407 0s19.994-52.414 0-72.408l-102.4-102.4z" />
72
+ <glyph unicode="&#xe93e;" glyph-name="maintenance" horiz-adv-x="977" d="M53.336 900.963c16.17 16.17 41.691 18.199 60.213 4.786l133.717-96.834c17.884-12.951 24.207-36.685 15.138-56.817l-10.94-24.285 253.164-253.162 36.906 36.907c10.338 10.338 24.934 15.218 39.41 13.177s27.155-10.765 34.23-23.559l39.843-72.019 35.565-9.588c7.862-2.122 15.034-6.27 20.797-12.027l172.888-172.888c56.739-56.739 56.739-148.727 0-205.466-56.734-56.734-148.727-56.734-205.461 0l-172.888 172.893c-5.762 5.758-9.91 12.93-12.032 20.797l-9.584 35.561-72.022 39.843c-12.793 7.075-21.518 19.754-23.559 34.23-2.041 14.48 2.839 29.072 13.177 39.41l36.905 36.906-254.666 254.663-18.82-8.478c-20.132-9.070-43.866-2.746-56.817 15.138l-96.833 133.717c-13.413 18.521-11.384 44.043 4.786 60.213l36.884 36.884zM537.502 375.878l-26.065-26.065 35.198-19.47c11.041-6.107 19.126-16.435 22.412-28.616l11.487-42.612 164.096-164.096c20.382-20.387 53.43-20.387 73.812 0 20.382 20.382 20.382 53.425 0 73.807l-164.096 164.101-42.617 11.487c-12.181 3.281-22.509 11.371-28.616 22.412l-19.47 35.193-26.061-26.065c-0.014-0.009-0.028-0.023-0.042-0.037s-0.023-0.023-0.037-0.037zM752.97 909.763c-68.417 12.698-141.94-7.403-194.998-60.461-54.109-54.109-73.937-129.435-59.667-199.055l-463.023-463.027c-47.045-47.043-47.045-123.318 0-170.361v0c47.045-47.048 123.319-47.048 170.364 0l323.118 323.114-16.766 9.277 52.205 52.205 9.277-16.766 95.195 95.195c69.618-14.266 144.938 5.562 199.047 59.669 52.322 52.322 72.597 124.55 60.97 192.149-2.988 17.362-15.518 31.551-32.382 36.658-16.859 5.107-35.16 0.256-47.276-12.532l-28.076-29.63c-20.308-21.43-54.379-21.617-74.92-0.411-19.33 19.958-19.507 51.604-0.396 71.774l32.619 34.424c11.734 12.382 15.751 30.188 10.477 46.409s-19 28.257-35.77 31.369zM623.798 783.476c6.060 6.061 12.586 11.376 19.461 15.945-12.744-47.691-0.735-100.563 35.914-138.402 36.445-37.623 88.129-51.149 135.531-40.685-3.817-5.231-8.085-10.234-12.805-14.956-35.472-35.473-86.91-45.427-131.398-29.595-16.929 6.024-35.812 1.767-48.519-10.939l-482.16-482.161c-10.691-10.691-28.023-10.691-38.714 0s-10.691 28.020 0 38.712l482.157 482.16c12.707 12.706 16.966 31.591 10.938 48.519-15.835 44.49-5.879 95.927 29.594 131.402z" />
73
+ <glyph unicode="&#xe93f;" glyph-name="research" d="M385.732 857.064c39.306-2.564 80.539-14.425 126.268-39.068 45.727 24.643 86.963 36.504 126.269 39.068 46.336 3.022 85.627-7.286 118.845-17.252 5.059-1.518 10.020-3.037 14.899-4.532 57.912-17.737 104.98-32.155 182.81-2.97 15.724 5.896 33.336 3.707 47.14-5.858s22.036-25.29 22.036-42.082v-640.002c0-21.34-13.24-40.443-33.224-47.939-21.652-8.12-41.989-13.757-61.153-17.434 11.116-23.808 2.355-52.572-20.818-65.951-24.489-14.141-55.803-5.75-69.944 18.739l-27.213 47.135c-25.411 4.751-48.164 11.786-69.033 18.243h-0.005c-5.084 1.572-10.056 3.108-14.925 4.567-30.781 9.236-55.491 14.93-82.755 13.153-26.67-1.741-60.191-11.023-105.795-39.526-16.604-10.378-37.669-10.378-54.273 0-45.603 28.503-79.126 37.786-105.796 39.526-27.261 1.777-51.971-3.917-82.755-13.153-4.861-1.454-9.823-2.99-14.896-4.557l-0.031-0.010c-60.575-18.734-137.074-42.388-248.163-0.732-19.984 7.496-33.223 26.598-33.223 47.939v640.002c0 16.793 8.234 32.518 22.037 42.082s31.418 11.754 47.141 5.858c77.827-29.185 124.897-14.768 182.808 2.97l0.002 0.001c4.881 1.495 9.84 3.014 14.9 4.532 33.216 9.966 72.506 20.274 118.845 17.252zM874.045 175.647c14.776 0.225 30.423 2.125 47.555 6.303v535.608c-44.262-7.368-82.14-4.308-115.425 2.428 39.967-45.16 64.225-104.54 64.225-169.586 0-81.264-37.862-153.687-96.911-200.581l100.557-174.172zM682.030 303.427c-21.545-5.883-44.221-9.027-67.63-9.027-17.536 0-34.657 1.761-51.2 5.12v-98.463c26.143 9.37 50.964 14.433 75.069 16.005 38.093 2.488 71.429-4.040 100.536-11.976l-56.776 98.34zM379.068 754.882c-27.261 1.778-51.971-3.914-82.755-13.15-4.871-1.461-9.843-2.999-14.927-4.571-47.106-14.567-103.842-32.112-178.985-19.603v-535.608c59.033-14.403 100.399-1.736 149.585 13.332 4.882 1.495 9.841 3.011 14.902 4.531 33.216 9.964 72.506 20.275 118.845 17.249 24.101-1.572 48.926-6.636 75.068-16.005v144.522c-11.674 8.771-22.574 18.514-32.579 29.112-5.771-2.253-12.050-3.492-18.619-3.492-76.325 0-120.286-0.2-188.609-22.973-26.826-8.94-55.822 5.555-64.764 32.384-8.942 26.824 5.556 55.818 32.382 64.763 70.214 23.404 122.234 27.403 181.553 28.086-7.608 24.174-11.726 49.895-11.763 76.573-48.178-1.091-85.858-5.422-137.408-22.606-26.826-8.942-55.822 5.556-64.764 32.382s5.556 55.821 32.382 64.763c73.941 24.647 127.706 27.774 191.066 28.17 14.341 32.846 35.375 62.1 61.378 86.040-24.498 10.666-44.684 14.971-61.986 16.099zM614.4 704c-84.833 0-153.6-68.769-153.6-153.6s68.767-153.6 153.6-153.6c84.833 0 153.6 68.769 153.6 153.6s-68.767 153.6-153.6 153.6z" />
74
+ <glyph unicode="&#xe940;" glyph-name="info" d="M512 38.4v0c-226.216 0-409.6 183.384-409.6 409.6v0c0 226.216 183.384 409.6 409.6 409.6v0c226.216 0 409.6-183.384 409.6-409.6v0c0-226.216-183.384-409.6-409.6-409.6zM512-64c282.77 0 512 229.23 512 512v0c0 282.77-229.23 512-512 512v0c-282.77 0-512-229.23-512-512v0c0-282.77 229.23-512 512-512v0zM512 499.2c-30.72 0-51.2-20.48-51.2-51.2v-256c0-30.72 20.48-51.2 51.2-51.2s51.2 20.48 51.2 51.2v256c0 30.72-20.48 51.2-51.2 51.2zM512 734.72c-40.96 0-76.8-35.84-76.8-76.8s35.84-76.8 76.8-76.8c40.96 0 76.8 35.84 76.8 76.8s-35.84 76.8-76.8 76.8z" />
75
+ <glyph unicode="&#xe941;" glyph-name="plumbing" d="M358.4 652.8h-307.2c-28.277 0-51.2 22.923-51.2 51.2v0 204.8c0 28.277 22.923 51.2 51.2 51.2v0h307.2c28.277 0 51.2-22.923 51.2-51.2v0-204.8c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 755.2h204.8v102.4h-204.8zM409.6-64c-197.939 0-358.4 160.461-358.4 358.4v0 409.6c0 28.277 22.923 51.2 51.2 51.2v0h204.8c28.277 0 51.2-22.923 51.2-51.2v0-409.6c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v0 138.752c0 177.862 144.186 322.048 322.048 322.048v0h-14.848c28.277 0 51.2-22.923 51.2-51.2v0-204.8c0-28.277-22.923-51.2-51.2-51.2v0h51.2c-28.277 0-51.2-22.923-51.2-51.2v0-102.4c0-197.939-160.461-358.4-358.4-358.4v0zM153.6 652.8v-358.4c0-141.385 114.615-256 256-256s256 114.615 256 256v0 102.4c0 84.831 68.769 153.6 153.6 153.6v0h-102.4v102.4h66.048c-121.308 0-219.648-98.34-219.648-219.648v0-138.752c0-84.831-68.769-153.6-153.6-153.6s-153.6 68.769-153.6 153.6v0 358.4zM972.8 396.8h-204.8c-28.277 0-51.2 22.923-51.2 51.2v0 307.2c0 28.277 22.923 51.2 51.2 51.2v0h204.8c28.277 0 51.2-22.923 51.2-51.2v0-307.2c0-28.277-22.923-51.2-51.2-51.2v0zM819.2 499.2h102.4v204.8h-102.4zM256 499.2h-102.4v-102.4h102.4zM665.6 396.8h-102.4v-102.4h102.4z" />
76
+ <glyph unicode="&#xe942;" glyph-name="bathroom" d="M643.031 671.7c39.291-0.36 75.090-21.429 86.871-67.313 6.61-25.724 28.329-42.326 51.343-45.745 17.060-2.534 28.017-14.963 33.019-33.848 0.317-1.202 0.594-2.374 0.829-3.513-39.875-0.575-88.494-2.114-138.189-3.686-34.985-1.107-70.502-2.23-103.875-3.047-47.304-1.158-90.452-1.712-123.263-0.871-8.226 0.211-15.589 0.505-22.053 0.879 2.123 15.934 5.953 27.365 11.43 35.492 6.692 9.929 20.576 21.758 60.071 23.735 26.229 1.313 46.919 19.18 54.517 41.522 11.663 34.303 47.928 56.774 89.298 56.395zM806.835 638.542c-26.373 79.094-95.933 116.035-163.036 116.65-64.404 0.59-133.962-32.452-163.703-99.184-49.212-5.293-86.671-24.399-110.19-59.296-23.691-35.153-27.652-78.863-27.653-116.94l-0.001-22.343 18.591-12.393c8.14-5.427 16.916-7.793 21.837-8.955 5.938-1.398 12.348 9.687 18.749 8.955 12.861-1.475 30.902 0.445 48.337 0 35.037-0.901 78.243-8.177 125.731-7.014 35.026 0.86 70.968-4.931 106.296-3.814 61.742 1.961 120.315 3.814 163.005 3.814 20.941 0 34.883 12.392 41.984 22.597 6.733 9.679 9.841 20.358 11.377 28.806 3.169 17.391 1.889 37.59-3.185 56.742-9.375 35.406-35.625 78.83-88.141 92.377zM139.16 294.4h723.627v-58.030c0-76.856-62.3-139.156-139.156-139.156h-445.311c-76.856 0-139.16 62.3-139.16 139.156v58.030zM102.4 371.2c-30.742 0-46.736 5.14-46.736-25.6v-109.23c0-122.967 99.686-222.653 222.655-222.653h445.311c122.967 0 222.653 99.686 222.653 222.653l0.916 109.23c0 30.74-53.668 25.6-84.413 25.6h-760.387zM83.495 431.196h834.956v-55.665h-834.956v55.665zM55.664 514.69c-30.742 0-55.664-24.922-55.664-55.664v-111.327c0-30.74 24.922-55.665 55.664-55.665h890.62c30.74 0 55.665 24.924 55.665 55.665v111.327c0 30.742-24.924 55.664-55.665 55.664h-890.62zM702.484 80.005c21.97 7.004 45.455-5.12 52.46-27.090l16.911-53.028c7.009-21.97-5.12-45.455-27.085-52.46-21.97-7.009-45.455 5.12-52.46 27.085l-16.916 53.033c-7.004 21.97 5.125 45.455 27.090 52.46zM307.916 80.005c-21.967 7.004-45.453-5.12-52.459-27.090l-16.913-53.028c-7.006-21.97 5.123-45.455 27.089-52.46 21.967-7.009 45.453 5.12 52.459 27.085l16.913 53.033c7.006 21.97-5.123 45.455-27.089 52.46zM166.103 843.628c-9.843-9.045-13.027-17.721-13.027-24.054v-333.983c0-23.056-18.691-41.749-41.748-41.749s-41.747 18.693-41.747 41.749v333.983c0 35.415 17.69 65.008 40.027 85.534 22.334 20.523 51.754 34.517 82.347 39.224 30.799 4.738 65.294 0.346 95.172-19.572 25.801-17.201 44.707-43.674 55.168-77.896l31.848 12.739c21.407 8.563 45.704-1.849 54.266-23.257s-1.849-45.704-23.257-54.266l-139.159-55.664c-21.408-8.563-45.704 1.849-54.267 23.257s1.85 45.703 23.257 54.266l29.302 11.721c-5.452 23.093-15.244 34.141-23.473 39.628-9.262 6.174-21.733 8.74-36.161 6.52-14.633-2.251-28.701-9.131-38.547-18.179zM946.284 765.177c0-46.113-37.381-83.495-83.497-83.495-46.111 0-83.492 37.382-83.492 83.495s37.381 83.496 83.492 83.496c46.116 0 83.497-37.383 83.497-83.496zM862.787 737.345c-15.37 0-27.832 12.461-27.832 27.832s12.462 27.832 27.832 27.832c15.37 0 27.832-12.461 27.832-27.832s-12.462-27.832-27.832-27.832zM862.787 681.681c46.116 0 83.497 37.382 83.497 83.495s-37.381 83.496-83.497 83.496c-46.111 0-83.492-37.383-83.492-83.496s37.381-83.495 83.492-83.495zM723.63 848.673c30.74 0 55.665 24.921 55.665 55.664s-24.924 55.664-55.665 55.664c-30.746 0-55.665-24.921-55.665-55.664s24.919-55.664 55.665-55.664z" />
77
+ <glyph unicode="&#xe956;" glyph-name="calculator" d="M768 960c84.831 0 153.6-68.769 153.6-153.6v-716.8c0-84.831-68.769-153.6-153.6-153.6h-512c-84.831 0-153.6 68.769-153.6 153.6v716.8c0 84.831 68.769 153.6 153.6 153.6h512zM768 857.6h-512c-28.277 0-51.2-22.923-51.2-51.2v-716.8c0-28.277 22.923-51.2 51.2-51.2h512c28.277 0 51.2 22.923 51.2 51.2v716.8c0 28.277-22.923 51.2-51.2 51.2zM512 243.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2h-153.6c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2h153.6zM665.6 243.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2zM358.4 396.8c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2zM512 396.8c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2zM665.6 396.8c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2zM358.4 550.4c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2zM512 550.4c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2zM665.6 550.4c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2zM691.2 755.2c14.138 0 25.6-11.462 25.6-25.6v-102.4c0-14.138-11.462-25.6-25.6-25.6h-358.4c-14.138 0-25.6 11.462-25.6 25.6v102.4c0 14.138 11.462 25.6 25.6 25.6h358.4z" />
78
+ <glyph unicode="&#xe957;" glyph-name="window" d="M102.4-12.8c-28.277 0-51.2 22.923-51.2 51.2v819.2c0 28.277 22.923 51.2 51.2 51.2h819.2c28.277 0 51.2-22.923 51.2-51.2v-819.2c0-28.277-22.923-51.2-51.2-51.2h-819.2zM460.8 396.8h-307.2v-307.2h307.2v307.2zM870.4 396.8h-307.2v-307.2h307.2v307.2zM460.8 806.4h-307.2v-307.2h51.2c0 26.257 19.765 47.898 45.229 50.856l5.971 0.344h102.4c28.277 0 51.2-22.923 51.2-51.2v0h51.2v307.2zM870.4 806.4h-307.2v-307.2h51.2c0 26.257 19.765 47.898 45.229 50.856l5.971 0.344h102.4c28.277 0 51.2-22.923 51.2-51.2v0h51.2v307.2z" />
79
+ </font></defs></svg>
@@ -0,0 +1 @@
1
+ {"IcoMoonType":"selection","icons":[{"icon":{"paths":["M389.12 97.28l102.4 51.2c15.36 5.12 30.72 5.12 46.080 0l102.4-51.2c25.6-10.24 35.84-40.96 20.48-66.56-10.24-25.6-40.96-35.84-66.56-20.48l-81.92 35.84-81.92-40.96c-20.48-10.24-51.2 0-66.56 25.6-10.24 20.48 0 51.2 25.6 66.56z","M998.4 788.48c-5.12-15.36-15.36-30.72-30.72-46.080 20.48-20.48 35.84-46.080 35.84-76.8 0-56.32-46.080-107.52-107.52-107.52s-107.52 46.080-107.52 107.52c0 30.72 15.36 61.44 35.84 81.92-10.24 10.24-20.48 25.6-25.6 40.96-5.12 5.12-5.12 15.36-10.24 20.48-25.6-66.56-71.68-122.88-128-153.6 35.84-35.84 61.44-87.040 61.44-143.36 0-5.12 0-5.12 0-10.24 30.72-15.36 51.2-46.080 51.2-81.92s-20.48-66.56-46.080-76.8c-35.84-81.92-122.88-138.24-215.040-138.24s-179.2 56.32-209.92 138.24c-25.6 15.36-46.080 46.080-46.080 81.92s20.48 66.56 51.2 76.8c0 5.12 0 5.12 0 10.24 0 56.32 20.48 107.52 61.44 143.36-56.32 35.84-102.4 92.16-128 153.6-5.12-5.12-5.12-15.36-10.24-20.48-5.12-15.36-15.36-30.72-30.72-46.080 20.48-20.48 35.84-46.080 35.84-76.8 0-56.32-46.080-107.52-107.52-107.52-56.32 0-107.52 46.080-107.52 107.52 0 30.72 15.36 61.44 35.84 81.92-10.24 10.24-20.48 25.6-25.6 40.96-20.48 35.84-30.72 81.92-30.72 133.12 0 30.72 20.48 51.2 51.2 51.2h153.6c0 30.72 20.48 51.2 51.2 51.2h512c30.72 0 51.2-20.48 51.2-51.2h153.6c30.72 0 51.2-20.48 51.2-51.2 0-51.2-10.24-97.28-25.6-133.12zM399.36 394.24c5.12-46.080 51.2-87.040 112.64-87.040s107.52 40.96 112.64 87.040v15.36h-230.4l5.12-15.36zM614.4 512c0 56.32-46.080 102.4-102.4 102.4s-102.4-46.080-102.4-102.4h204.8zM312.32 921.6c20.48-122.88 107.52-204.8 199.68-204.8s179.2 81.92 199.68 204.8h-399.36z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["Contractor Selection"],"grid":32},"attrs":[{},{}],"properties":{"order":513,"id":0,"name":"contractor-selection","prevSize":32,"code":59706},"setIdx":0,"setId":0,"iconIdx":0},{"icon":{"paths":["M57.258 78.241c8.91-16.648 26.259-27.041 45.142-27.041h819.2c18.883 0 36.234 10.393 45.143 27.041s7.931 36.849-2.54 52.56l-298.604 447.903v291.697c0 23.496-15.99 43.976-38.784 49.669l-204.798 51.2c-15.295 3.825-31.5 0.389-43.927-9.313s-19.691-24.591-19.691-40.356v-342.897l-298.601-447.903c-10.474-15.711-11.45-35.912-2.541-52.56zM198.068 153.6l254.133 381.199c5.607 8.412 8.599 18.294 8.599 28.401v292.823l102.4-25.6v-267.223c0-10.107 2.99-19.988 8.602-28.401l254.131-381.199h-627.865z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["Filter"],"grid":32},"attrs":[{}],"properties":{"order":514,"id":1,"name":"filter","prevSize":32,"code":59707},"setIdx":0,"setId":0,"iconIdx":1},{"icon":{"paths":["M972.8 153.6c-46.080 0-133.12-5.12-220.16-25.6s-163.84-56.32-199.68-107.52c0 0-5.12-5.12-5.12-5.12-5.12-5.12-10.24-5.12-15.36-10.24-10.24-5.12-30.72-5.12-40.96 0-5.12 0-10.24 5.12-15.36 10.24 0 0-5.12 5.12-5.12 5.12-40.96 51.2-117.76 81.92-199.68 107.52-87.040 20.48-174.080 25.6-220.16 25.6-30.72 0-51.2 20.48-51.2 51.2 0 266.24 66.56 450.56 163.84 578.56s220.16 199.68 327.68 235.52c0 0 5.12 0 5.12 0 10.24 0 15.36 0 25.6 0 0 0 5.12 0 5.12 0 107.52-40.96 230.4-107.52 327.68-235.52 102.4-128 168.96-312.32 168.96-578.56 0-30.72-20.48-51.2-51.2-51.2zM778.24 721.92c-76.8 102.4-174.080 158.72-266.24 194.56-92.16-35.84-189.44-97.28-266.24-194.56-76.8-102.4-133.12-245.76-143.36-465.92 51.2-5.12 122.88-10.24 189.44-30.72 76.8-20.48 158.72-51.2 220.16-102.4 61.44 51.2 143.36 81.92 220.16 102.4 66.56 15.36 133.12 25.6 189.44 30.72-10.24 220.16-66.56 363.52-143.36 465.92z","M778.24 389.12l-235.52-174.080c-5.12-5.12-15.36-10.24-25.6-10.24 0 0-5.12 0-10.24 0-10.24 0-15.36 5.12-25.6 10.24l-235.52 174.080c-20.48 20.48-25.6 51.2-10.24 71.68 10.24 15.36 30.72 20.48 46.080 20.48v184.32c0 30.72 20.48 51.2 51.2 51.2h353.28c30.72 0 51.2-20.48 51.2-51.2v-184.32c15.36 5.12 35.84-5.12 46.080-20.48 20.48-20.48 15.36-51.2-5.12-71.68zM634.88 614.4h-71.68v-153.6h-102.4v153.6h-71.68v-189.44l122.88-102.4 122.88 102.4v189.44z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["Home Security"],"grid":32},"attrs":[{},{}],"properties":{"order":515,"id":2,"name":"home-security","prevSize":32,"code":59708},"setIdx":0,"setId":0,"iconIdx":2},{"icon":{"paths":["M542.725 10.24c-18.207-13.653-43.237-13.653-61.442 0l-409.6 307.2c-22.622 16.966-27.206 49.058-10.24 71.68s49.058 27.206 71.68 10.24l378.882-284.16 378.88 284.16c22.62 16.966 54.712 12.382 71.68-10.24 16.963-22.622 12.38-54.714-10.24-71.68l-409.6-307.2zM256 563.2c0-28.278-22.923-51.2-51.2-51.2s-51.2 22.922-51.2 51.2v409.6c0 28.278 22.923 51.2 51.2 51.2h614.4c28.278 0 51.2-22.922 51.2-51.2v-409.6c0-28.278-22.922-51.2-51.2-51.2s-51.2 22.922-51.2 51.2v358.4h-512v-358.4zM548.204 650.604c-19.994 19.994-52.412 19.994-72.408 0l-102.4-102.4c-19.995-19.994-19.995-52.412 0-72.408s52.413-19.995 72.408 0l14.996 14.996v-183.592c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v183.592l14.996-14.996c19.994-19.995 52.413-19.995 72.407 0s19.994 52.414 0 72.408l-102.4 102.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["Installation"],"grid":32},"attrs":[{}],"properties":{"order":516,"id":3,"name":"installation","prevSize":32,"code":59709},"setIdx":0,"setId":0,"iconIdx":3},{"icon":{"paths":["M53.336 59.037c16.17-16.17 41.691-18.199 60.213-4.786l133.717 96.834c17.884 12.951 24.207 36.685 15.138 56.817l-10.94 24.285 253.164 253.162 36.906-36.907c10.338-10.338 24.934-15.218 39.41-13.177s27.155 10.765 34.23 23.559l39.843 72.019 35.565 9.588c7.862 2.122 15.034 6.27 20.797 12.027l172.888 172.888c56.739 56.739 56.739 148.727 0 205.466-56.734 56.734-148.727 56.734-205.461 0l-172.888-172.893c-5.762-5.758-9.91-12.93-12.032-20.797l-9.584-35.561-72.022-39.843c-12.793-7.075-21.518-19.754-23.559-34.23-2.041-14.48 2.839-29.072 13.177-39.41l36.905-36.906-254.666-254.663-18.82 8.478c-20.132 9.070-43.866 2.746-56.817-15.138l-96.833-133.717c-13.413-18.521-11.384-44.043 4.786-60.213l36.884-36.884zM537.502 584.122l-26.065 26.065 35.198 19.47c11.041 6.107 19.126 16.435 22.412 28.616l11.487 42.612 164.096 164.096c20.382 20.387 53.43 20.387 73.812 0 20.382-20.382 20.382-53.425 0-73.807l-164.096-164.101-42.617-11.487c-12.181-3.281-22.509-11.371-28.616-22.412l-19.47-35.193-26.061 26.065c-0.014 0.009-0.028 0.023-0.042 0.037s-0.023 0.023-0.037 0.037z","M752.97 50.237c-68.417-12.698-141.94 7.403-194.998 60.461-54.109 54.109-73.937 129.435-59.667 199.055l-463.023 463.027c-47.045 47.043-47.045 123.318-0 170.361h0c47.045 47.048 123.319 47.048 170.364 0l323.118-323.114-16.766-9.277 52.205-52.205 9.277 16.766 95.195-95.195c69.618 14.266 144.938-5.562 199.047-59.669 52.322-52.322 72.597-124.55 60.97-192.149-2.988-17.362-15.518-31.551-32.382-36.658-16.859-5.107-35.16-0.256-47.276 12.532l-28.076 29.63c-20.308 21.43-54.379 21.617-74.92 0.411-19.33-19.958-19.507-51.604-0.396-71.774l32.619-34.424c11.734-12.382 15.751-30.188 10.477-46.409s-19-28.257-35.77-31.369zM623.798 176.524c6.060-6.061 12.586-11.376 19.461-15.945-12.744 47.691-0.735 100.563 35.914 138.402 36.445 37.623 88.129 51.149 135.531 40.685-3.817 5.231-8.085 10.234-12.805 14.956-35.472 35.473-86.91 45.427-131.398 29.595-16.929-6.024-35.812-1.767-48.519 10.939l-482.16 482.161v0c-10.691 10.691-28.023 10.691-38.714 0s-10.691-28.020 0-38.712l482.157-482.16c12.707-12.706 16.966-31.591 10.938-48.519-15.835-44.49-5.879-95.927 29.594-131.402z"],"width":977,"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["Maintenance"],"grid":32},"attrs":[{},{}],"properties":{"order":517,"id":4,"name":"maintenance","prevSize":32,"code":59710},"setIdx":0,"setId":0,"iconIdx":4},{"icon":{"paths":["M385.732 102.936c39.306 2.564 80.539 14.425 126.268 39.068 45.727-24.643 86.963-36.504 126.269-39.068 46.336-3.022 85.627 7.286 118.845 17.252 5.059 1.518 10.020 3.037 14.899 4.532 57.912 17.737 104.98 32.155 182.81 2.97 15.724-5.896 33.336-3.707 47.14 5.858s22.036 25.29 22.036 42.082v640.002c0 21.34-13.24 40.443-33.224 47.939-21.652 8.12-41.989 13.757-61.153 17.434 11.116 23.808 2.355 52.572-20.818 65.951-24.489 14.141-55.803 5.75-69.944-18.739l-27.213-47.135c-25.411-4.751-48.164-11.786-69.033-18.243h-0.005c-5.084-1.572-10.056-3.108-14.925-4.567-30.781-9.236-55.491-14.93-82.755-13.153-26.67 1.741-60.191 11.023-105.795 39.526-16.604 10.378-37.669 10.378-54.273 0-45.603-28.503-79.126-37.786-105.796-39.526-27.261-1.777-51.971 3.917-82.755 13.153-4.861 1.454-9.823 2.99-14.896 4.557l-0.031 0.010c-60.575 18.734-137.074 42.388-248.163 0.732-19.984-7.496-33.223-26.598-33.223-47.939v-640.002c0-16.793 8.234-32.518 22.037-42.082s31.418-11.754 47.141-5.858c77.827 29.185 124.897 14.768 182.808-2.97l0.002-0.001c4.881-1.495 9.84-3.014 14.9-4.532 33.216-9.966 72.506-20.274 118.845-17.252zM874.045 784.353c14.776-0.225 30.423-2.125 47.555-6.303v-535.608c-44.262 7.368-82.14 4.308-115.425-2.428 39.967 45.16 64.225 104.54 64.225 169.586 0 81.264-37.862 153.687-96.911 200.581l100.557 174.172zM682.030 656.573c-21.545 5.883-44.221 9.027-67.63 9.027-17.536 0-34.657-1.761-51.2-5.12v98.463c26.143-9.37 50.964-14.433 75.069-16.005 38.093-2.488 71.429 4.040 100.536 11.976l-56.776-98.34zM379.068 205.118c-27.261-1.778-51.971 3.914-82.755 13.15-4.871 1.461-9.843 2.999-14.927 4.571-47.106 14.567-103.842 32.112-178.985 19.603v535.608c59.033 14.403 100.399 1.736 149.585-13.332 4.882-1.495 9.841-3.011 14.902-4.531 33.216-9.964 72.506-20.275 118.845-17.249 24.101 1.572 48.926 6.636 75.068 16.005v-144.522c-11.674-8.771-22.574-18.514-32.579-29.112-5.771 2.253-12.050 3.492-18.619 3.492-76.325 0-120.286 0.2-188.609 22.973-26.826 8.94-55.822-5.555-64.764-32.384-8.942-26.824 5.556-55.818 32.382-64.763 70.214-23.404 122.234-27.403 181.553-28.086-7.608-24.174-11.726-49.895-11.763-76.573-48.178 1.091-85.858 5.422-137.408 22.606-26.826 8.942-55.822-5.556-64.764-32.382s5.556-55.821 32.382-64.763c73.941-24.647 127.706-27.774 191.066-28.17 14.341-32.846 35.375-62.1 61.378-86.040-24.498-10.666-44.684-14.971-61.986-16.099zM614.4 256c-84.833 0-153.6 68.769-153.6 153.6s68.767 153.6 153.6 153.6c84.833 0 153.6-68.769 153.6-153.6s-68.767-153.6-153.6-153.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["Research and Planning"],"grid":32},"attrs":[{}],"properties":{"order":518,"id":5,"name":"research","prevSize":32,"code":59711},"setIdx":0,"setId":0,"iconIdx":5},{"icon":{"paths":["M102.4 51.2c0-28.277 22.923-51.2 51.2-51.2h716.8c28.278 0 51.2 22.923 51.2 51.2v921.6c0 28.278-22.922 51.2-51.2 51.2h-716.8c-28.277 0-51.2-22.922-51.2-51.2v-921.6zM204.8 102.4v819.2h614.4v-819.2h-614.4z","M256 204.8c0-28.277 22.923-51.2 51.2-51.2h153.6c28.277 0 51.2 22.923 51.2 51.2v153.6c0 28.277-22.923 51.2-51.2 51.2h-153.6c-28.277 0-51.2-22.923-51.2-51.2v-153.6zM358.4 256v51.2h51.2v-51.2h-51.2z","M256 512c0-28.277 22.923-51.2 51.2-51.2h409.6c28.278 0 51.2 22.923 51.2 51.2 0 28.278-22.922 51.2-51.2 51.2h-409.6c-28.277 0-51.2-22.922-51.2-51.2z","M563.2 358.4c0-28.277 22.922-51.2 51.2-51.2h102.4c28.278 0 51.2 22.923 51.2 51.2s-22.922 51.2-51.2 51.2h-102.4c-28.278 0-51.2-22.923-51.2-51.2z","M563.2 204.8c0-28.277 22.922-51.2 51.2-51.2h102.4c28.278 0 51.2 22.923 51.2 51.2s-22.922 51.2-51.2 51.2h-102.4c-28.278 0-51.2-22.923-51.2-51.2z","M256 819.2c0-28.278 22.923-51.2 51.2-51.2h256c28.278 0 51.2 22.922 51.2 51.2s-22.922 51.2-51.2 51.2h-256c-28.277 0-51.2-22.922-51.2-51.2z","M256 665.6c0-28.278 22.923-51.2 51.2-51.2h409.6c28.278 0 51.2 22.922 51.2 51.2s-22.922 51.2-51.2 51.2h-409.6c-28.277 0-51.2-22.922-51.2-51.2z"],"attrs":[{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0},{"f":0},{"f":0},{"f":0},{"f":0},{"f":0},{"f":0}]},"tags":["article"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"},{"fill":"rgb(84, 82, 83)"}],"properties":{"order":509,"id":6,"name":"article","prevSize":32,"code":59686},"setIdx":0,"setId":0,"iconIdx":6},{"icon":{"paths":["M512 716.8c143.36 0 256-112.64 256-256v-204.8c0-143.36-112.64-256-256-256s-256 112.64-256 256v204.8c0 143.36 112.64 256 256 256zM358.4 358.4h56.32c25.6-5.12 46.080-25.6 46.080-51.2 0-30.72-20.48-51.2-51.2-51.2h-51.2c0-87.040 66.56-153.6 153.6-153.6s153.6 66.56 153.6 153.6h-56.32c-25.6 5.12-46.080 25.6-46.080 51.2 0 30.72 20.48 51.2 51.2 51.2h51.2v51.2h-56.32c-25.6 5.12-46.080 25.6-46.080 51.2 0 30.72 20.48 51.2 51.2 51.2h40.96c-20.48 61.44-76.8 102.4-143.36 102.4s-122.88-40.96-143.36-102.4h46.080c25.6-5.12 46.080-25.6 46.080-51.2 0-30.72-20.48-51.2-51.2-51.2h-51.2v-51.2z","M614.4 921.6h-209.92c-25.6 5.12-46.080 25.6-46.080 51.2 0 30.72 20.48 51.2 51.2 51.2h209.92c25.6-5.12 46.080-25.6 46.080-51.2 0-30.72-20.48-51.2-51.2-51.2z","M906.24 512c-25.6-5.12-56.32 10.24-61.44 35.84-40.96 158.72-174.080 240.64-332.8 240.64s-296.96-87.040-332.8-240.64c-10.24-25.6-35.84-40.96-61.44-35.84s-46.080 35.84-35.84 61.44c51.2 209.92 230.4 322.56 435.2 322.56s384-112.64 435.2-322.56c0-25.6-15.36-51.2-46.080-61.44z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["mic"],"grid":32},"attrs":[{},{},{}],"properties":{"order":512,"id":7,"name":"mic","prevSize":32,"code":59704},"setIdx":0,"setId":0,"iconIdx":7},{"icon":{"paths":["M51.2 102.4h921.6c28.278 0 51.2 22.923 51.2 51.2v614.4c0 28.278-22.922 51.2-51.2 51.2h-409.6v51.2h102.4c28.278 0 51.2 22.922 51.2 51.2 0 26.255-19.763 47.898-45.23 50.857l-5.97 0.343h-307.2c-28.277 0-51.2-22.922-51.2-51.2 0-26.255 19.765-47.898 45.229-50.857l5.971-0.343h102.4v-51.2h-409.6c-28.277 0-51.2-22.922-51.2-51.2v-614.4c0-28.277 22.923-51.2 51.2-51.2zM367.104 716.8h289.741l-3.876-9.897c-22.492-51.82-72.714-88.812-131.942-92.242l-9.027-0.261c-66.653 0-123.39 42.455-144.645 101.796l-0.251 0.604zM762.88 716.8h158.72v-512h-819.2v512h158.721c17.285-85.151 76.833-154.952 155.795-186.563-35.64-28.126-58.516-71.71-58.516-120.637 0-84.831 68.769-153.6 153.6-153.6 84.833 0 153.6 68.769 153.6 153.6 0 48.927-22.876 92.511-58.516 120.637 78.961 31.611 138.511 101.412 155.796 186.563zM563.2 409.6c0-28.277-22.922-51.2-51.2-51.2-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2c28.278 0 51.2-22.923 51.2-51.2z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["webinar"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":511,"id":8,"name":"webinar","prevSize":32,"code":59705},"setIdx":0,"setId":0,"iconIdx":8},{"icon":{"paths":["M102.4 972.8c-28.277 0-51.2-22.923-51.2-51.2v-819.2c0-28.277 22.923-51.2 51.2-51.2h819.2c28.277 0 51.2 22.923 51.2 51.2v819.2c0 28.277-22.923 51.2-51.2 51.2h-819.2zM460.8 563.2h-307.2v307.2h307.2v-307.2zM870.4 563.2h-307.2v307.2h307.2v-307.2zM460.8 153.6h-307.2v307.2h51.2c0-26.257 19.765-47.898 45.229-50.856l5.971-0.344h102.4c28.277 0 51.2 22.923 51.2 51.2v0h51.2v-307.2zM870.4 153.6h-307.2v307.2h51.2c0-26.257 19.765-47.898 45.229-50.856l5.971-0.344h102.4c28.277 0 51.2 22.923 51.2 51.2v0h51.2v-307.2z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["window"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":451,"id":9,"name":"window","prevSize":32,"code":59735},"setIdx":0,"setId":0,"iconIdx":9},{"icon":{"paths":["M768 51.2c81.801 0 148.667 63.945 153.339 144.575l0.261 9.025v153.6c28.277 0 51.2 22.923 51.2 51.2v0 460.8c0 84.831-68.769 153.6-153.6 153.6v0h-614.4c-84.831 0-153.6-68.769-153.6-153.6v0-460.8c0-28.277 22.923-51.2 51.2-51.2v0h716.8v-153.6c0-28.277-22.923-51.2-51.2-51.2-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971v20.48c0 28.277-22.923 51.2-51.2 51.2-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971v-20.48c0-84.831 68.769-153.6 153.6-153.6zM256 460.8h-102.4v409.6c0 26.257 19.765 47.898 45.229 50.856v0l5.971 0.344h614.4c28.277 0 51.2-22.923 51.2-51.2v0-409.6h-256v230.4c0 95.67-74.971 173.83-169.368 178.935l-9.832 0.265c-98.969 0-179.2-80.231-179.2-179.2v0-230.4zM512 460.8h-153.6v230.4c0 39.92 30.458 72.727 69.404 76.448v0l7.396 0.352c42.415 0 76.8-34.385 76.8-76.8v0-230.4z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["walk-in-tub"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":452,"id":10,"name":"walk-in-tub","prevSize":32,"code":59687},"setIdx":0,"setId":0,"iconIdx":10},{"icon":{"paths":["M716.048 614.399c-0.242-0.003-0.484-0.008-0.725-0.015l-1.288-0.057c-0.567-0.030-1.134-0.070-1.701-0.119-0.473-0.045-0.949-0.093-1.424-0.148l-0.552-0.055c-0.276-0.035-0.551-0.072-0.825-0.111-0.375-0.061-0.769-0.122-1.163-0.188l-1.709-0.306c-1.173-0.237-2.333-0.514-3.478-0.83-0.131-0.047-0.283-0.090-0.435-0.134l-1.371-0.401c-1.248-0.395-2.477-0.836-3.684-1.323-0.136-0.069-0.305-0.139-0.473-0.209l-1.010-0.417c-1.032-0.454-2.048-0.942-3.045-1.462l-1.327-0.732c-39.325-21.959-82.085-35.836-128.618-41.613l-0.020 278.519c0 84.831-68.769 153.6-153.6 153.6s-153.6-68.769-153.6-153.6c0-28.277 22.923-51.2 51.2-51.2 26.257 0 47.898 19.765 50.856 45.229l0.344 5.971c0 28.277 22.923 51.2 51.2 51.2 26.257 0 47.898-19.765 50.856-45.229l0.344-5.971 0.030-278.526c-46.553 5.774-89.329 19.653-128.669 41.619l-1.328 0.732c-0.997 0.52-2.012 1.008-3.045 1.462l-1.009 0.417c-1.681 0.695-2.91 1.137-4.158 1.532-0.475 0.138-0.922 0.273-1.37 0.401-1.581 0.45-2.742 0.727-3.915 0.964-0.578 0.108-1.143 0.212-1.708 0.306l-1.164 0.188c-0.274 0.039-0.549 0.076-0.825 0.111-0.68 0.074-1.329 0.143-1.979 0.2-0.563 0.053-1.13 0.093-1.697 0.123l-1.289 0.057c-0.241 0.007-0.483 0.012-0.725 0.015l-0.896 0c-0.291-0.001-0.581-0.004-0.872-0.010l-1.872-0.075-1.408-0.096c-0.308-0.026-0.617-0.055-0.926-0.087l-0.554-0.056c-0.394-0.044-0.787-0.093-1.18-0.147-0.505-0.081-1.015-0.159-1.523-0.244l-1.195-0.258-1.452-0.246c-0.245-0.054-0.489-0.11-0.733-0.168-0.102-0.021-0.203-0.045-0.305-0.070l-0.89-0.228c-0.207-0.054-0.413-0.11-0.618-0.166-0.083-0.041-0.184-0.069-0.285-0.098-1.453-0.401-2.559-0.763-3.646-1.16-0.419-0.152-0.83-0.309-1.239-0.471-0.124-0.071-0.275-0.131-0.425-0.192l-1.119-0.448c-1.006-0.436-1.994-0.904-2.964-1.401-0.207-0.108-0.446-0.233-0.685-0.36-0.124-0.081-0.224-0.135-0.324-0.189l-1.038-0.56c-1.011-0.578-1.999-1.189-2.963-1.832-0.228-0.157-0.462-0.316-0.694-0.477l-1.059-0.746c-0.987-0.719-1.947-1.472-2.877-2.258-0.316-0.264-0.635-0.539-0.951-0.819-0.037-0.042-0.102-0.101-0.168-0.159-29.028-25.934-59.646-38.181-93.887-38.181-34.243 0-64.861 12.247-93.888 38.181l-0.719 0.632c-1.072 0.923-2.182 1.802-3.329 2.635l4.048-3.267c-1.777 1.587-3.633 3.028-5.555 4.323-1.247 0.839-2.538 1.628-3.864 2.36-0.49 0.271-0.955 0.518-1.423 0.757-1.169 0.597-2.397 1.166-3.65 1.686-0.667 0.277-1.336 0.538-2.009 0.784-1.211 0.444-2.416 0.834-3.64 1.181-0.645 0.18-1.3 0.352-1.958 0.51-3.603 0.868-7.34 1.352-11.18 1.413-0.21 0.004-0.45 0.006-0.689 0.006l-0.145 0c-6.158 0-12.063-1.087-17.532-3.080-0.39-0.146-0.789-0.297-1.187-0.453-1.524-0.596-2.994-1.258-4.426-1.984-0.248-0.123-0.509-0.258-0.769-0.395-1.514-0.805-2.974-1.674-4.385-2.612-0.437-0.283-0.851-0.567-1.262-0.858-1.17-0.837-2.313-1.72-3.416-2.65-0.494-0.41-0.993-0.847-1.484-1.296-1.090-0.998-2.128-2.028-3.121-3.1-0.175-0.19-0.389-0.424-0.6-0.661l-0.631-0.718c-0.923-1.072-1.802-2.182-2.635-3.329l3.267 4.047c-1.615-1.807-3.078-3.698-4.39-5.655-0.654-0.977-1.275-1.978-1.863-3.001-0.495-0.859-0.955-1.718-1.389-2.587-0.409-0.82-0.805-1.668-1.177-2.528-0.393-0.905-0.755-1.814-1.090-2.729-2.015-5.51-3.11-11.433-3.11-17.611 0-83.962 30.077-200.412 90.348-294.685 87.033-136.132 226.393-216.728 419.537-217.312l0.044 0.034h4.142l-2.071-0.037c194.241 0 334.301 80.687 421.652 217.315 60.271 94.272 90.348 210.723 90.348 294.685 0 6.178-1.094 12.101-3.1 17.585-0.256 0.699-0.517 1.368-0.793 2.033-0.462 1.111-0.959 2.199-1.494 3.266-0.425 0.854-0.886 1.713-1.373 2.562-0.595 1.033-1.216 2.033-1.87 3.010-0.348 0.521-0.708 1.036-1.078 1.547-0.852 1.175-1.744 2.303-2.68 3.391-0.195 0.225-0.412 0.473-0.631 0.718l-0.6 0.661c-0.993 1.072-2.031 2.102-3.111 3.086l3.711-3.747c-1.641 1.837-3.386 3.528-5.216 5.072-1.092 0.914-2.235 1.798-3.415 2.633-0.401 0.292-0.816 0.577-1.233 0.854-1.204 0.792-2.424 1.531-3.675 2.22-0.498 0.278-1.003 0.544-1.511 0.801-1.368 0.692-2.786 1.333-4.237 1.909-0.469 0.182-0.92 0.353-1.373 0.518-5.458 1.994-11.362 3.081-17.521 3.081-4.133 0-8.152-0.49-12.001-1.414-0.67-0.164-1.326-0.335-1.978-0.519-1.216-0.342-2.421-0.733-3.605-1.166-0.7-0.257-1.369-0.518-2.033-0.793-1.255-0.521-2.483-1.090-3.683-1.704-0.437-0.222-0.902-0.469-1.365-0.723-1.354-0.748-2.644-1.537-3.895-2.379-0.5-0.336-1-0.686-1.494-1.045-1.156-0.84-2.266-1.719-3.338-2.642-0.226-0.196-0.473-0.412-0.719-0.632-29.028-25.934-59.646-38.181-93.887-38.181-34.243 0-64.861 12.247-93.888 38.181-0.484 0.439-0.803 0.715-1.125 0.986-0.925 0.778-1.885 1.531-2.872 2.25l-1.058 0.746-0.695 0.477c-0.964 0.643-1.952 1.254-2.963 1.832-0.434 0.233-0.884 0.481-1.338 0.722-0.145 0.093-0.268 0.157-0.391 0.222-1.287 0.663-2.275 1.13-3.281 1.566-0.532 0.209-1.049 0.423-1.57 0.629-0.249 0.121-0.525 0.227-0.802 0.331-1.499 0.548-2.605 0.91-3.728 1.235-0.121 0.017-0.225 0.047-0.329 0.076-0.491 0.154-0.697 0.21-0.904 0.264-0.3 0.082-0.594 0.157-0.889 0.228-2.463 0.58-4.678 0.957-6.943 1.189l4.448-0.662c-0.902 0.174-1.808 0.324-2.719 0.449-0.251 0.045-0.508 0.078-0.765 0.109l-0.452-0.038-0.511 0.142c-0.309 0.032-0.618 0.061-0.926 0.087-1.067 0.088-2.176 0.147-3.288 0.17-0.282 0.007-0.573 0.010-0.863 0.011zM512.017 169.584l-8.761 8.739c-64.481 66.95-109.207 167.511-133.101 302.837 44.674-13.602 92.007-20.37 141.845-20.37s97.17 6.768 141.822 20.313c-24.936-141.291-72.62-244.712-141.805-311.519zM646.711 172.118l2.41 3.608c52.094 78.847 87.927 179.728 108.012 302.093 27.594-11.28 56.936-17.019 87.667-17.019 23.355 0 45.908 3.315 67.538 9.859-27.182-133.229-114.372-253.722-265.628-298.541zM377.297 172.099l-4.615 1.414c-148.421 45.882-234.116 165.276-261.009 297.217 21.62-6.615 44.173-9.93 67.528-9.93 30.731 0 60.072 5.739 87.752 17.023 20.308-124.253 56.939-226.352 110.344-305.724z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["umbrella"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":453,"id":11,"name":"umbrella","prevSize":32,"code":59688},"setIdx":0,"setId":0,"iconIdx":11},{"icon":{"paths":["M577.414 0c84.831 0 153.6 68.769 153.6 153.6 0 7.627-0.568 15.243-1.699 22.785v0l-23.485 156.415h62.184l5.971 0.344c25.464 2.958 45.229 24.598 45.229 50.856v0l-0.344 5.971c-2.958 25.464-24.598 45.229-50.856 45.229v0h-34.509l-11.082 38.872c42.183 20.932 71.178 64.444 71.178 114.728 0 61.917-43.963 113.567-102.378 125.435l-0.036 34.36 266.765-80.795c27.062-8.201 55.647 7.090 63.848 34.151 7.615 25.129-5.025 51.572-28.537 61.787l-5.614 2.061-321.687 97.535c-3.483 2.048-7.25 3.706-11.249 4.906v0l-256 76.8c-2.605 0.782-5.212 1.346-7.803 1.707l-248.061 75.052c-27.062 8.201-55.647-7.090-63.848-34.151-7.615-25.129 5.025-51.572 28.537-61.787l5.614-2.061 219.635-66.61 0.038-142.946c-55.769-11.309-98.378-58.876-102.152-117.028l-0.272-8.416c0-50.3 29.014-93.824 71.218-114.748l-11.11-38.852h-34.509c-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971c0-26.257 19.765-47.898 45.229-50.856l5.971-0.344h62.092l-23.407-156.415c-12.134-80.896 41.184-156.508 120.229-173.089l8.887-1.597c7.542-1.131 15.158-1.699 22.785-1.699v0zM588.8 716.8h-153.6l-0.014 109.363 153.6-46.541 0.014-62.822zM665.6 563.2h-307.2c-14.138 0-25.6 11.462-25.6 25.6s11.462 25.6 25.6 25.6v0h307.2c14.138 0 25.6-11.462 25.6-25.6s-11.462-25.6-25.6-25.6v0zM577.414 102.4h-130.829c-2.542 0-5.081 0.189-7.595 0.566-27.964 4.195-47.233 30.264-43.039 58.229v0l38.4 256c3.76 25.063 25.29 43.605 50.634 43.605v0h54.029c25.344 0 46.874-18.542 50.634-43.605v0l38.4-256c0.377-2.514 0.566-5.053 0.566-7.595 0-28.277-22.923-51.2-51.2-51.2v0z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["stair-lift"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":454,"id":12,"name":"stair-lift","prevSize":32,"code":59689},"setIdx":0,"setId":0,"iconIdx":12},{"icon":{"paths":["M512 819.2c26.257 0 47.898 19.765 50.856 45.229l0.344 5.971v72.408c0 28.277-22.923 51.2-51.2 51.2-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971v-72.408c0-28.277 22.923-51.2 51.2-51.2zM294.777 729.223c18.567 18.567 19.893 47.845 3.979 67.942l-3.979 4.466-72.408 72.408c-19.995 19.995-52.413 19.995-72.408 0-18.567-18.567-19.893-47.845-3.979-67.942l3.979-4.466 72.408-72.408c19.995-19.995 52.413-19.995 72.408 0zM797.165 725.245l4.466 3.979 72.408 72.408c19.995 19.995 19.995 52.413 0 72.408-18.567 18.567-47.845 19.893-67.942 3.979l-4.466-3.979-72.408-72.408c-19.995-19.995-19.995-52.413 0-72.408 18.567-18.567 47.845-19.893 67.942-3.979zM512 256c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256s114.615-256 256-256zM512 358.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.6zM142.186 465.923c28.277 0 51.2 22.923 51.2 51.2 0 26.257-19.765 47.898-45.229 50.856l-5.971 0.344h-72.408c-28.277 0-51.2-22.923-51.2-51.2 0-26.257 19.765-47.898 45.229-50.856l5.971-0.344h72.408zM955.221 458.091c28.277 0 51.2 22.923 51.2 51.2 0 26.257-19.765 47.898-45.229 50.856l-5.971 0.344h-72.408c-28.277 0-51.2-22.923-51.2-51.2 0-26.257 19.765-47.898 45.229-50.856l5.971-0.344h72.408zM217.903 145.983l4.466 3.979 72.408 72.408c19.995 19.995 19.995 52.413 0 72.408-18.567 18.567-47.845 19.893-67.942 3.979l-4.466-3.979-72.408-72.408c-19.995-19.995-19.995-52.413 0-72.408 18.567-18.567 47.845-19.893 67.942-3.979zM874.039 149.961c18.567 18.567 19.893 47.845 3.979 67.942l-3.979 4.466-72.408 72.408c-19.995 19.995-52.413 19.995-72.408 0-18.567-18.567-19.893-47.845-3.979-67.942l3.979-4.466 72.408-72.408c19.995-19.995 52.413-19.995 72.408 0zM512 29.992c26.257 0 47.898 19.765 50.856 45.229l0.344 5.971v72.408c0 28.277-22.923 51.2-51.2 51.2-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971v-72.408c0-28.277 22.923-51.2 51.2-51.2z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["solar"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":455,"id":13,"name":"solar","prevSize":32,"code":59690},"setIdx":0,"setId":0,"iconIdx":13},{"icon":{"paths":["M563.2 51.2c84.831 0 153.6 68.769 153.6 153.6 0 28.277-22.923 51.2-51.2 51.2-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971c0-28.277-22.923-51.2-51.2-51.2-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971v307.2l16.74 0.052c21.2 0.131 41.898 0.441 62.052 0.939 11.751-73.138 75.157-128.991 151.608-128.991v0h76.8l5.971 0.344c25.464 2.958 45.229 24.598 45.229 50.856 0 28.277-22.923 51.2-51.2 51.2v0h-76.8l-5.971 0.344c-18.589 2.159-34.141 14.275-41.184 30.875 193.617 13.094 315.955 49.887 315.955 122.381l-0.085-2.983c0.057 0.987 0.085 1.982 0.085 2.983 0 191.278-165.864 384-499.2 384s-499.2-192.722-499.2-384c0.048-58.767 81.896-94.383 216.501-112.638-4.277-21.461-22.064-38.054-44.13-40.617l-5.971-0.344h-76.8c-28.277 0-51.2-22.923-51.2-51.2 0-26.257 19.765-47.898 45.229-50.856l5.971-0.344h76.8c77.957 0 142.349 58.075 152.273 133.321 24.94-1.615 51.064-2.874 78.228-3.754l-0.102-1.567v-307.2c0-84.831 68.769-153.6 153.6-153.6zM882.788 736.24l-5.418 1.336c-88.247 21.288-215.127 30.423-365.37 30.423v0l-17.916-0.044c-145.485-0.721-267.913-10.345-352.882-31.716 10.628 21.635 24.507 43.406 41.604 63.271 65.93 76.606 172.21 122.089 329.193 122.089s263.263-45.483 329.193-122.089c17.089-19.857 30.964-41.616 41.595-63.271zM511.842 614.4c-117.555 0-227.597 7.979-307.975 21.758v0l-20.827 3.842 20.827 3.842c80.378 13.779 190.42 21.758 308.133 21.758s227.755-7.979 308.133-21.758v0l20.776-3.893-15.707-2.907c-76.93-13.643-182.827-21.886-296.936-22.592v0z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["sink"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":456,"id":14,"name":"sink","prevSize":32,"code":59691},"setIdx":0,"setId":0,"iconIdx":14},{"icon":{"paths":["M891.795 30.868l2.046 5.62 76.8 256c9.275 30.918-11.969 62.023-43.094 65.576l-5.947 0.336-11.213-0.013 60.884 243.596c7.603 30.414-13.599 59.932-43.89 63.299l-5.781 0.319-11.213-0.013 60.884 243.596c7.603 30.414-13.599 59.932-43.89 63.299l-5.781 0.319h-768c-28.277 0-51.2-22.923-51.2-51.2 0-26.257 19.765-47.898 45.229-50.856l5.971-0.344h702.362l-51.2-204.813-651.162 0.013c-28.277 0-51.2-22.923-51.2-51.2 0-26.257 19.765-47.898 45.229-50.856l5.971-0.344h702.362l-51.2-204.813-651.162 0.013c-28.277 0-51.2-22.923-51.2-51.2 0-26.257 19.765-47.898 45.229-50.856l5.971-0.344h699.187l-57.028-190.088c-7.545-25.15 5.168-51.557 28.708-61.707l5.62-2.046c25.15-7.545 51.557 5.168 61.707 28.708z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["siding"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":457,"id":15,"name":"siding","prevSize":32,"code":59692},"setIdx":0,"setId":0,"iconIdx":15},{"icon":{"paths":["M170.382 788.14c26.113 2.747 45.567 24.669 45.844 50.302l-0.282 5.974-11.423 108.569c-2.959 28.122-28.155 48.52-56.276 45.562-26.113-2.747-45.567-24.669-45.844-50.302l0.282-5.974 11.423-108.569c2.959-28.122 28.155-48.52 56.276-45.562zM532.271 775.046c26.113 2.745 45.57 24.664 45.849 50.297l-0.282 5.974-10.704 101.839c-2.956 28.122-28.149 48.523-56.271 45.568-26.113-2.745-45.57-24.664-45.849-50.297l0.282-5.974 10.704-101.839c2.956-28.122 28.149-48.523 56.271-45.568zM721.193 691.939c26.113 2.745 45.57 24.664 45.849 50.297l-0.282 5.974-16.056 152.759c-2.956 28.122-28.149 48.523-56.271 45.568-26.113-2.745-45.57-24.664-45.849-50.297l0.282-5.974 16.056-152.759c2.956-28.122 28.149-48.523 56.271-45.568zM364.757 654.476c26.113 2.745 45.57 24.664 45.849 50.297l-0.282 5.974-16.056 152.759c-2.956 28.122-28.149 48.523-56.271 45.568-26.113-2.745-45.57-24.664-45.849-50.297l0.282-5.974 16.056-152.759c2.956-28.122 28.149-48.523 56.271-45.568zM207.946 432.066c26.113 2.745 45.57 24.664 45.849 50.297l-0.282 5.974-21.407 203.678c-2.956 28.122-28.149 48.523-56.271 45.568-26.113-2.745-45.57-24.664-45.849-50.297l0.282-5.974 21.407-203.678c2.956-28.122 28.149-48.523 56.271-45.568zM564.383 469.529c26.113 2.745 45.57 24.664 45.849 50.297l-0.282 5.974-16.056 152.759c-2.956 28.122-28.149 48.523-56.271 45.568-26.113-2.745-45.57-24.664-45.849-50.297l0.282-5.974 16.056-152.759c2.956-28.122 28.149-48.523 56.271-45.568zM742.601 488.26c26.113 2.745 45.57 24.664 45.849 50.297l-0.282 5.974-5.352 50.92c-2.956 28.122-28.149 48.523-56.271 45.568-26.113-2.745-45.57-24.664-45.849-50.297l0.282-5.974 5.352-50.92c2.956-28.122 28.149-48.523 56.271-45.568zM386.164 450.797c26.113 2.745 45.57 24.664 45.849 50.297l-0.282 5.974-5.352 50.92c-2.956 28.122-28.149 48.523-56.271 45.568-26.113-2.745-45.57-24.664-45.849-50.297l0.282-5.974 5.352-50.92c2.956-28.122 28.149-48.523 56.271-45.568zM909.824 0c28.277 0 51.2 22.923 51.2 51.2 0 26.257-19.765 47.898-45.229 50.856l-5.971 0.344h-233.954c-16.341 0-31.567 7.787-41.148 20.731l-3.32 5.091-21.252 37.206 62.723 6.612c104.554 10.989 183.041 99.101 183.323 204.060l-0.235 10.55-0.684 9.003c-2.186 28.773-27.707 50.057-56.405 47.040v0l-611.034-64.222c-28.122-2.956-48.523-28.149-45.568-56.271 11.823-112.488 112.597-194.094 225.086-182.271v0l131.537 13.774 43.574-76.238c25.628-44.905 71.981-73.697 123.117-77.121l10.286-0.344h233.954zM356.652 241.768c-35.792-3.762-69.212 11.394-90.308 37.407v0l-3.237 4.243 481.851 50.645-1.816-4.015c-14.056-28.129-40.782-49.186-73.356-55.081v0l-7.618-1.087z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["shower"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":458,"id":16,"name":"shower","prevSize":32,"code":59693},"setIdx":0,"setId":0,"iconIdx":16},{"icon":{"paths":["M871.607 102.41l2.094 0.091c1.207 0.074 2.398 0.189 3.573 0.342 0.37 0.070 0.749 0.126 1.126 0.186 1.704 0.235 3.361 0.575 4.981 0.991 0.22 0.11 0.443 0.17 0.666 0.232 10.019 2.665 18.566 8.305 24.97 15.705 0.136 0.174 0.261 0.32 0.385 0.466l0.804 0.958c0.872 1.084 1.701 2.202 2.482 3.351l0.312 0.468 102.4 153.6c15.685 23.528 9.328 55.316-14.2 71.002-21.847 14.565-50.817 10.123-67.403-9.423l-3.599-4.777-56.393-84.567-260.117 457.216c0.143 0.853 0.266 1.713 0.366 2.58l0.344 5.971v204.8c0 28.277-22.923 51.2-51.2 51.2-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971-0.024-153.6h-307.2l0.024 153.6c0 28.277-22.923 51.2-51.2 51.2-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971-0.024-153.6h-51.176c-37.31 0-61.423-38.261-47.084-71.351l2.587-5.175 320.557-563.2c9.104-15.995 26.093-25.873 44.497-25.873v0l499.851 0.010zM921.6 614.4c28.277 0 51.2 22.923 51.2 51.2 0 26.257-19.765 47.898-45.229 50.856l-5.971 0.344c-26.257 0-47.898 19.765-50.856 45.229l-0.344 5.971v153.6c0 28.277-22.923 51.2-51.2 51.2-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971v-153.6c0-84.831 68.769-153.6 153.6-153.6zM782.285 204.8h-380.826l-262.246 460.8h380.826l262.246-460.8z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["roofing"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":459,"id":17,"name":"roofing","prevSize":32,"code":59694},"setIdx":0,"setId":0,"iconIdx":17},{"icon":{"paths":["M512 0c183.8 0 332.8 149 332.8 332.8 0 45.724-9.221 89.294-25.905 128.952 2.773 4.31 4.943 9.144 6.348 14.387v0l92.761 346.188 1.217 5.864c4.328 29.237-17.318 56.714-47.666 58.499v0l-198.178 11.632-66.662 33.416-6.154 23.106c-7.868 29.365-39.146 45.025-66.91 34.89l-5.498-2.375-177.474-89.053-198.223-11.615c-30.348-1.785-51.994-29.263-47.666-58.499l1.217-5.864 92.761-346.188c1.399-5.223 3.558-10.040 6.325-14.364-16.663-39.645-25.892-83.233-25.892-128.977 0-183.8 149-332.8 332.8-332.8zM279.41 570.829l-58.227 217.299 146.020 8.619c4.628 0.272 9.187 1.171 13.554 2.664l6.391 2.68 130.767 65.546 55.666-207.723c-19.957 3.734-40.541 5.686-61.581 5.686-90.517 0-172.594-36.137-232.59-94.771zM744.641 570.779c-15.98 15.624-33.528 29.652-52.386 41.825l-50.213 187.293 1.21-0.489c2.911-0.995 5.908-1.726 8.954-2.184l4.601-0.48 146.066-8.602zM512 102.4c-127.246 0-230.4 103.154-230.4 230.4s103.154 230.4 230.4 230.4c127.246 0 230.4-103.154 230.4-230.4s-103.154-230.4-230.4-230.4zM653.733 248.823c16.809 20.171 15.479 49.45-2.189 68.023l-4.367 4.087-153.6 128c-19.487 16.239-47.6 15.605-66.3-0.627l-4.468-4.382-48.575-53.765c-18.957-20.982-17.315-53.358 3.667-72.315 19.483-17.603 48.791-17.444 68.056-0.533l4.258 4.2 15.558 17.267 115.849-96.511c21.723-18.102 54.008-15.167 72.11 6.555z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["ribbon"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":460,"id":18,"name":"ribbon","prevSize":32,"code":59695},"setIdx":0,"setId":0,"iconIdx":18},{"icon":{"paths":["M409.6 0l-5.971 0.344c-25.463 2.957-45.228 24.597-45.229 50.853l-0.051 194.665-168.619-97.287c-24.488-14.134-55.798-5.743-69.935 18.744l-102.4 177.362-2.687 5.343c-10.171 23.532-1.311 51.47 21.43 64.598l168.56 97.326-168.574 97.437c-24.48 14.142-32.864 45.45-18.729 69.934l102.4 177.362 3.284 4.999c15.294 20.574 43.919 26.87 66.658 13.741l168.612-97.385 0.051 194.767c0.001 28.276 22.924 51.198 51.2 51.198h204.8l5.971-0.344c25.464-2.958 45.23-24.6 45.229-50.858l-0.051-194.763 168.716 97.386c24.489 14.138 55.802 5.748 69.94-18.741l102.4-177.362 2.687-5.343c10.17-23.53 1.313-51.466-21.424-64.596l-168.668-97.431 168.668-97.329c24.486-14.139 32.875-45.451 18.737-69.939l-102.4-177.362-3.283-4.998c-15.291-20.571-43.911-26.87-66.65-13.746l-168.723 97.288 0.051-194.66c0.001-28.278-22.922-51.202-51.2-51.202h-204.8zM563.2 102.4l-0.012 232.19 0.313 5.797c3.93 35.967 44.052 57.265 76.48 38.55l201.132-116.076 51.2 88.678-201.077 116.122-5.669 3.773c-28.343 21.628-26.453 66.356 5.669 84.905l201.077 116.071-51.2 88.73-201.126-116.123-5.178-2.627c-33.116-14.579-71.624 9.526-71.622 46.97l0.012 232.241h-102.451l0.039-232.245-0.314-5.797c-3.933-35.969-44.062-57.263-76.488-38.54l-201.151 116.122-51.2-88.73 201.114-116.127 5.668-3.774c28.337-21.633 26.441-66.358-5.681-84.902l-201.1-116.068 51.2-88.678 201.158 116.075 5.177 2.626c33.114 14.574 71.616-9.528 71.617-46.968l-0.039-232.194h102.451z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["medical"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":461,"id":19,"name":"medical","prevSize":32,"code":59696},"setIdx":0,"setId":0,"iconIdx":19},{"icon":{"paths":["M563.2 51.2c-28.278 0-51.2 22.923-51.2 51.2v261.76l-0.002 0.411 0.002 0.411v95.819h-90.311c24.322-27.175 39.111-63.060 39.111-102.4v-51.2c0-28.277-22.923-51.2-51.2-51.2h-256c-18.953 0-35.501 10.298-44.353 25.604l-58.041 0.001c-28.277 0-51.2 22.923-51.199 51.201s22.924 51.199 51.201 51.199l53.316-0.001c4.903 29.222 18.058 55.647 36.987 76.796h-90.311c-28.277 0-51.2 22.923-51.2 51.2v460.8c0 28.278 22.923 51.2 51.2 51.2h921.6c28.278 0 51.2-22.922 51.2-51.2v-604.349c0.097-1.282 0.143-2.576 0.143-3.881s-0.046-2.6-0.143-3.881v-258.288c0-28.277-22.922-51.2-51.2-51.2h-409.6zM614.4 512v-96.229l307.2-0.001v505.83h-307.2v-409.6zM614.4 313.371v-159.771h307.2v159.77l-307.2 0.001zM512 921.6h-409.6v-358.4h409.6v358.4zM204.8 358.4h153.6c0 28.277-22.923 51.2-51.2 51.2h-51.2c-28.277 0-51.2-22.923-51.2-51.2zM204.801 614.395l204.796 0.005c28.277 0 51.199 22.922 51.198 51.2s-22.924 51.2-51.201 51.2l-204.796-0.005c-28.277 0-51.199-22.922-51.198-51.2s22.924-51.2 51.201-51.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["kitchen"],"grid":32},"attrs":[{}],"properties":{"order":462,"id":20,"name":"kitchen","prevSize":32,"code":59697},"setIdx":0,"setId":0,"iconIdx":20},{"icon":{"paths":["M862.097 185.26l3.352 9.384 2.729 8.535c8.004 26.537 3.884 49.964-17.635 68.971l-5.745 4.659-6.559 4.51-44.697 27.748-12.95 8.686c-27.423 19.767-50.593 43.18-72.344 73.769l-6.759 9.819 2.562 2.554c22.664 23.674 40.327 52.174 51.292 83.803 172.592 11.415 289.888 98.413 268.031 237.074-25.239 160.118-205.94 310.702-350.91 298.005l-9.827-1.12-13.878-2.41c-19.42-3.622-29.18-7.003-41.767-21.21-11.205-12.648-14.694-23.96-15.85-40.724l-0.369-7.538-0.183-19.248c-0.323-57.683-7.868-95.829-29.324-138.163-7.809 0.832-15.692 1.237-23.669 1.237-28.587 0-55.959-5.206-81.218-14.723-86.37 124.033-207.886 170.615-325.68 111.718-147.431-73.716-158.742-315.523-71.908-456.628 15.202-24.704 47.871-31.857 72.006-15.767 48.607 32.404 126.155 56.716 190.801 65.116 12.698-34.795 33.681-65.583 60.484-90.116-73.388-150.848-53.492-296.93 77.819-350.227 155.412-63.079 350.759 9.187 402.191 142.288zM766.28 591.216l-0.504 4.124c-9.656 69.182-50.033 128.523-106.902 163.797 22.341 48.081 32.028 94.689 33.816 153.646l0.148 8.561 1.593 0.056c84.596-1.87 203.673-101.964 225.944-202.813l1.849-9.759c9.562-60.665-48.141-106.792-155.944-117.612zM125.133 531.866l-2.002 5.883c-30.993 93.914-16.775 217.237 45.917 257.041l7.449 4.216c66.135 33.067 135.797 7.404 194.544-76.529-34.855-36.514-57.892-84.463-62.841-137.662-55.268-7.137-116.736-23.544-170.146-46.971l-12.922-5.978zM537.6 435.2c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128s-57.308-128-128-128zM508.203 134.177l-9.787 3.678c-62.638 25.424-74.547 104.399-27.123 204.648 20.996-6.318 43.256-9.703 66.307-9.703 27.219 0 53.336 4.72 77.576 13.386 3.15-4.737 6.36-9.419 9.62-14.004 24.689-34.721 51.6-63.136 83.025-87.769l13.751-10.333 7.88-5.432 24.542-15.725 6.326-3.925-2.002-3.619c-39.541-64.821-154.785-104.238-250.114-71.202z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["hvac"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":463,"id":21,"name":"hvac","prevSize":32,"code":59698},"setIdx":0,"setId":0,"iconIdx":21},{"icon":{"paths":["M972.8 460.8c28.277 0 51.2 22.923 51.2 51.2v0 153.6c0 28.277-22.923 51.2-51.2 51.2v0 256c0 28.277-22.923 51.2-51.2 51.2v0h-819.2c-28.277 0-51.2-22.923-51.2-51.2v0-256c-28.277 0-51.2-22.923-51.2-51.2v0-153.6c0-28.277 22.923-51.2 51.2-51.2v0zM256 716.789l-102.4 0.011v204.8l102.4-0.011v-204.8zM460.8 716.789h-102.4v204.8h102.4v-204.8zM665.6 716.789h-102.4v204.8h102.4v-204.8zM870.4 716.8l-102.4-0.011v204.8l102.4 0.011v-204.8zM921.6 563.2h-819.2v51.2h819.2v-51.2zM327.395 28.303c11.743 23.485 3.742 51.681-17.711 65.714l-5.187 2.978c-26.016 13.008-34.174 49.721-12.293 71.601 79.721 79.721 39.537 227.060-71.213 263.976-26.826 8.942-55.821-5.556-64.763-32.382-8.303-24.91 3.604-51.69 26.826-62.548l5.556-2.215c40.29-13.43 55.695-69.916 31.187-94.424-73.537-73.537-47.078-192.606 38.907-235.599 25.292-12.646 56.046-2.394 68.692 22.897zM583.395 28.303c11.743 23.485 3.742 51.681-17.711 65.714l-5.187 2.978c-26.016 13.008-34.174 49.721-12.293 71.601 79.721 79.721 39.537 227.060-71.213 263.976-26.826 8.942-55.821-5.556-64.763-32.382-8.303-24.91 3.604-51.69 26.826-62.548l5.556-2.215c40.29-13.43 55.695-69.916 31.187-94.424-73.537-73.537-47.078-192.606 38.907-235.599 25.292-12.646 56.046-2.394 68.692 22.897zM839.395 28.303c11.743 23.485 3.742 51.681-17.711 65.714l-5.187 2.978c-26.016 13.008-34.174 49.721-12.293 71.601 79.721 79.721 39.537 227.060-71.213 263.976-26.826 8.942-55.821-5.556-64.763-32.382-8.303-24.91 3.604-51.69 26.826-62.548l5.556-2.215c40.29-13.43 55.695-69.916 31.187-94.424-73.537-73.537-47.078-192.606 38.907-235.599 25.292-12.646 56.046-2.394 68.692 22.897z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["hot-tub"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":464,"id":22,"name":"hot-tub","prevSize":32,"code":59699},"setIdx":0,"setId":0,"iconIdx":22},{"icon":{"paths":["M691.2 0c26.257 0 47.898 19.765 50.856 45.229l0.344 5.971v102.4c28.277 0 51.2 22.923 51.2 51.2v0 153.6c0 28.277-22.923 51.2-51.2 51.2v0h-0.051l0.051 73.627c0 30.63 13.699 59.494 37.068 78.852l6.61 5.038 190.468 133.237c5.142 3.614 9.532 8.135 13.004 13.263 0.347 0.494 0.666 0.982 0.976 1.475 0.628 1.020 1.238 2.070 1.812 3.14 0.371 0.671 0.717 1.354 1.046 2.044 0.548 1.156 1.064 2.339 1.536 3.541 0.197 0.519 0.393 1.050 0.581 1.584 3.862 10.835 4.147 23.015-0.189 34.637-0.277 0.667-0.54 1.336-0.817 2.002-1.051 2.542-2.346 5.045-3.877 7.495l2.427-4.324c-0.476 0.955-0.985 1.899-1.527 2.833l-0.9 1.491-128 204.8c-9.356 14.97-25.764 24.064-43.418 24.064v0h-358.4c-0.381 0-0.761-0.004-1.14-0.012-0.812-0.014-1.668-0.053-2.524-0.113-1.152-0.078-2.256-0.189-3.347-0.334-0.688-0.108-1.39-0.219-2.090-0.345-1.44-0.228-2.825-0.532-4.183-0.889-0.386-0.149-0.813-0.27-1.24-0.396-1.709-0.445-3.332-1.011-4.909-1.653-0.15-0.137-0.338-0.216-0.526-0.296-4.505-1.819-8.6-4.311-12.251-7.285l-182.831-137.158c-86.487-64.865-138.869-165.126-143.085-272.655l-0.275-14.065v-153.6h-25.6c-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971v-153.6c0-28.277 22.923-51.2 51.2-51.2v0h25.6v-102.4c0-28.277 22.923-51.2 51.2-51.2 26.257 0 47.898 19.765 50.856 45.229l0.344 5.971v102.4h128v-102.4c0-28.277 22.923-51.2 51.2-51.2 26.257 0 47.898 19.765 50.856 45.229l0.344 5.971v102.4h204.8v-102.4c0-28.277 22.923-51.2 51.2-51.2zM854.835 793.6h-237.722l-64 102.4h237.722l64-102.4zM332.8 409.6h-128v153.6c0 76.337 34.049 148.453 92.444 196.941l9.956 7.859 139.725 104.806 71.322-114.125-65.126-40.704c-71.447-44.655-116.126-121.436-120.040-205.093l-0.28-11.995v-91.29zM639.949 409.6h-204.749v91.29c0 49.65 23.979 96.016 63.981 124.746l8.212 5.507 96.051 60.057h181.35l-57.439-40.194c-51.528-36.070-83.442-93.666-87.019-156.033l-0.336-11.746-0.051-73.627zM281.6 256h-153.6v51.2h153.6v-51.2zM691.2 256h-307.2v51.2l306.314 0.008c0.295-0.005 0.59-0.008 0.886-0.008v-51.2z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["gutter"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":465,"id":23,"name":"gutter","prevSize":32,"code":59700},"setIdx":0,"setId":0,"iconIdx":23},{"icon":{"paths":["M896 0c26.257 0 47.898 19.765 50.856 45.229l0.344 5.971v921.6c0 28.277-22.923 51.2-51.2 51.2-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971 0.051-204.8h-153.6l-0.051 204.8c0 26.257-19.765 47.898-45.229 50.856l-5.971 0.344c-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971v-588.8h-153.549l-0.051 588.8c0 26.257-19.765 47.898-45.229 50.856l-5.971 0.344c-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971 0.051-204.8h-153.6l-0.051 204.8c0 26.257-19.765 47.898-45.229 50.856l-5.971 0.344c-26.257 0-47.898-19.765-50.856-45.229l-0.344-5.971v-921.6c0-28.277 22.923-51.2 51.2-51.2 26.257 0 47.898 19.765 50.856 45.229l0.344 5.971v614.4h153.6v-614.4c0-26.257 19.765-47.898 45.229-50.856l5.971-0.344c26.257-0 47.898 19.765 50.856 45.229l0.344 5.971v230.4h153.6v-230.4c0-28.277 22.923-51.2 51.2-51.2 26.257 0 47.898 19.765 50.856 45.229l0.344 5.971v614.4h153.6v-614.4c0-26.257 19.765-47.898 45.229-50.856l5.971-0.344z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["flooring"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":466,"id":24,"name":"flooring","prevSize":32,"code":59701},"setIdx":0,"setId":0,"iconIdx":24},{"icon":{"paths":["M819.2 0c28.277 0 51.2 22.923 51.2 51.2v0 921.6c0 28.277-22.923 51.2-51.2 51.2v0h-614.4c-28.277 0-51.2-22.923-51.2-51.2v0-921.6c0-28.277 22.923-51.2 51.2-51.2v0zM768 102.4h-512v819.2h512v-819.2zM652.8 499.2c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64s28.654-64 64-64zM512 153.6c108.635 0 198.196 84.808 204.518 194.296v0l0.261 9.025c0.833 28.844-22.322 52.679-51.179 52.679v0h-307.2c-28.277 0-51.2-22.923-51.2-51.2 0-113.108 91.692-204.8 204.8-204.8zM512 256c-35.989 0-67.642 18.566-85.903 46.642v0l-2.776 4.558h177.306l-2.226-3.803c-16.919-26.505-45.7-44.654-78.712-47.111v0z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["door"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":467,"id":25,"name":"door","prevSize":32,"code":59702},"setIdx":0,"setId":0,"iconIdx":25},{"icon":{"paths":["M921.6 51.2c28.277 0 51.2 22.923 51.2 51.2v0 819.2c0 28.277-22.923 51.2-51.2 51.2v0h-819.2c-28.277 0-51.2-22.923-51.2-51.2v0-819.2c0-28.277 22.923-51.2 51.2-51.2v0zM460.8 153.6h-307.2v716.8h307.2v-716.8zM870.4 153.6h-307.2v716.8h307.2v-716.8zM665.6 716.8c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2zM358.4 716.8c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["cabinet"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":468,"id":26,"name":"cabinet","prevSize":32,"code":59703},"setIdx":0,"setId":0,"iconIdx":26},{"icon":{"paths":["M599.404 398.996c18.457 18.457 19.877 47.499 4.259 67.584l-4.259 4.823c-18.457 18.457-47.499 19.877-67.584 4.259l-4.823-4.259-179.2-179.2c-18.457-18.457-19.877-47.499-4.259-67.584l4.259-4.823 179.2-179.2c19.995-19.995 52.413-19.995 72.408 0 18.457 18.457 19.877 47.499 4.259 67.584l-4.259 4.823-91.756 91.796h4.352c212.077 0 384 171.923 384 384s-171.923 384-384 384c-212.077 0-384-171.923-384-384 0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2c0 155.523 126.077 281.6 281.6 281.6s281.6-126.077 281.6-281.6c0-151.73-120.002-275.432-270.274-281.376l-11.326-0.224h-4.352l91.756 91.796z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["restart"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":469,"id":27,"name":"restart","prevSize":32,"code":59684},"setIdx":0,"setId":0,"iconIdx":27},{"icon":{"paths":["M716.8 76.8c53.983 0 98.21 41.773 102.119 94.758l0.281 7.642v76.8h55.855c11.993 0 23.539 4.207 32.677 11.783l4.359 4.065 97.745 102.4c9.092 9.524 14.164 22.185 14.164 35.352v0 460.8c0 28.277-22.923 51.2-51.2 51.2v0h-921.6c-28.277 0-51.2-22.923-51.2-51.2v0-460.8c0-13.167 5.073-25.828 14.164-35.352v0l97.745-102.4c9.661-10.121 23.044-15.848 37.036-15.848v0h55.855v-76.8c0-53.983 41.773-98.21 94.758-102.119l7.642-0.281h409.6zM358.4 614.4h-256v204.763h819.2v-204.763h-256c0 26.257-19.765 47.898-45.229 50.856l-5.971 0.344h-204.8c-28.277 0-51.2-22.923-51.2-51.2v0zM853.094 358.363h-682.24l-68.454 71.731v81.869l256-0.015c0.028-28.253 22.94-51.148 51.2-51.148v0h204.8c28.277 0 51.2 22.923 51.2 51.2v-0.051l256 0.014v-81.818l-68.506-71.782zM716.8 179.2h-409.6v76.8h409.6v-76.8z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["toolbox"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":470,"id":28,"name":"toolbox","prevSize":32,"code":59685},"setIdx":0,"setId":0,"iconIdx":28},{"icon":{"paths":["M768 0c84.831 0 153.6 68.769 153.6 153.6v716.8c0 84.831-68.769 153.6-153.6 153.6h-512c-84.831 0-153.6-68.769-153.6-153.6v-716.8c0-84.831 68.769-153.6 153.6-153.6h512zM768 102.4h-512c-28.277 0-51.2 22.923-51.2 51.2v716.8c0 28.277 22.923 51.2 51.2 51.2h512c28.277 0 51.2-22.923 51.2-51.2v-716.8c0-28.277-22.923-51.2-51.2-51.2zM512 716.8c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-153.6c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h153.6zM665.6 716.8c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2zM358.4 563.2c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2zM512 563.2c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2zM665.6 563.2c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2zM358.4 409.6c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2zM512 409.6c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2zM665.6 409.6c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2zM691.2 204.8c14.138 0 25.6 11.462 25.6 25.6v102.4c0 14.138-11.462 25.6-25.6 25.6h-358.4c-14.138 0-25.6-11.462-25.6-25.6v-102.4c0-14.138 11.462-25.6 25.6-25.6h358.4z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["calculator"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":471,"id":29,"name":"calculator","prevSize":32,"code":59734},"setIdx":0,"setId":0,"iconIdx":29},{"icon":{"paths":["M972.8 102.4c28.277 0 51.2 22.923 51.2 51.2v614.4c0 28.277-22.923 51.2-51.2 51.2-162.935 0-308.696 32.391-437.903 96.994-14.414 7.207-31.381 7.207-45.794 0-129.207-64.603-274.967-96.994-437.903-96.994-28.277 0-51.2-22.923-51.2-51.2v-614.4c0-28.277 22.923-51.2 51.2-51.2 169.060 0 323.095 47.411 460.8 141.801 137.706-94.389 291.74-141.801 460.8-141.801zM102.4 206.472v511.332c128.764 5.095 248.327 29.597 358.441 73.575l0.017-458.034c-108.446-76.043-227.615-118.228-358.458-126.873zM921.6 206.472c-130.823 8.643-249.974 50.816-358.407 126.837l0.017 458.050c110.1-43.966 229.646-68.46 358.39-73.554v-511.332zM211.716 461.27c59.852 8.162 110.987 28.485 173.024 65.707 24.247 14.548 32.11 45.998 17.562 70.246s-45.998 32.11-70.246 17.562c-51.056-30.634-89.685-45.986-134.176-52.053-28.018-3.821-47.634-29.63-43.813-57.648s29.63-47.634 57.648-43.813zM211.716 307.669c59.852 8.162 110.987 28.485 173.024 65.707 24.247 14.548 32.11 45.998 17.562 70.246s-45.998 32.11-70.246 17.562c-51.056-30.634-89.685-45.986-134.176-52.053-28.018-3.821-47.634-29.63-43.813-57.648s29.63-47.634 57.648-43.813zM869.931 351.482c3.821 28.018-15.795 53.828-43.813 57.648-44.49 6.067-83.119 21.419-134.176 52.053-24.247 14.548-55.698 6.686-70.246-17.562s-6.686-55.698 17.562-70.246c62.038-37.222 113.172-57.545 173.024-65.707 28.018-3.821 53.828 15.795 57.648 43.813z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["book"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":472,"id":30,"name":"book","prevSize":32,"code":59682},"setIdx":0,"setId":0,"iconIdx":30},{"icon":{"paths":["M642.994 76.8c66.114 0 124.81 42.306 145.718 105.027l16.191 48.573h65.497c84.831 0 153.6 68.769 153.6 153.6v409.6c0 84.831-68.769 153.6-153.6 153.6h-716.8c-84.831 0-153.6-68.769-153.6-153.6v-409.6c0-84.831 68.769-153.6 153.6-153.6h65.497l16.191-48.573c20.907-62.721 79.603-105.027 145.718-105.027h261.988zM642.994 179.2h-261.988c-22.038 0-41.603 14.102-48.573 35.009l-27.86 83.582c-6.969 20.907-26.535 35.009-48.573 35.009h-102.4c-28.277 0-51.2 22.923-51.2 51.2v409.6c0 28.277 22.923 51.2 51.2 51.2h716.8c28.277 0 51.2-22.923 51.2-51.2v-409.6c0-28.277-22.923-51.2-51.2-51.2h-102.4c-22.038 0-41.603-14.102-48.573-35.009l-27.86-83.582c-6.969-20.907-26.535-35.009-48.573-35.009zM512 281.6c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256s114.615-256 256-256zM512 384c-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,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["camera"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":473,"id":31,"name":"camera","prevSize":32,"code":59683},"setIdx":0,"setId":0,"iconIdx":31},{"icon":{"paths":["M193.059 273.512c-49.79 66.479-79.281 149.040-79.281 238.488 0 219.932 178.29 398.222 398.222 398.222 89.449 0 172.009-29.491 238.488-79.281l-557.429-557.429zM273.512 193.059l557.429 557.429c49.79-66.479 79.281-149.040 79.281-238.488 0-219.932-178.29-398.222-398.222-398.222-89.449 0-172.009 29.491-238.488 79.281zM512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["cancel"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":474,"id":32,"name":"cancel","prevSize":32,"code":59678},"setIdx":0,"setId":0,"iconIdx":32},{"icon":{"paths":["M424.516 404.201c19.991-19.991 52.403-19.991 72.394 0l102.38 102.38c19.991 19.991 19.991 52.403 0 72.394l-409.522 409.522c-19.991 19.991-52.403 19.991-72.394 0l-102.38-102.38c-19.991-19.991-19.991-52.403 0-72.394l409.522-409.522zM123.585 849.92l29.986 29.986 337.128-337.128-29.986-29.986-337.128 337.128zM731.853 527.86c-9.6-9.6-14.993-22.621-14.993-36.197h-51.19c-13.576 0-26.597-5.393-36.197-14.993l-102.38-102.38c-9.6-9.6-14.993-22.621-14.993-36.197v-73.634c0-23.49-15.987-43.965-38.775-49.662l-127.212-31.803c-48.18-12.045-52.707-78.746-6.596-97.19l103.784-41.514c111.161-44.465 237.644-25.721 331.132 49.070l108.646 86.917c24.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.19 51.19c19.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.19-51.19zM900.417 389.283l-1-1-31.899-1.519c-27.389-1.305-48.886-23.957-48.755-51.376l0.359-75.167-108.646-86.917c-51.94-41.552-118.598-58.106-182.67-47.095 52.18 25.228 86.673 78.487 86.673 138.249v52.431l72.394 72.394h81.176c28.272 0 51.19 22.919 51.19 51.19v29.986l81.176-81.176z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["hammer"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":475,"id":33,"name":"hammer","prevSize":32,"code":59679},"setIdx":0,"setId":0,"iconIdx":33},{"icon":{"paths":["M819.199 307.2h51.2c84.831 0 153.6 68.769 153.6 153.6v409.6c0 28.277-22.923 51.2-51.2 51.2h-167.299c-17.706 30.607-50.798 51.2-88.7 51.2h-409.6c-37.903 0-70.996-20.593-88.7-51.2h-167.299c-28.277 0-51.2-22.923-51.2-51.2v-409.6c0-84.831 68.769-153.6 153.6-153.6h51.2v-153.6c0-56.554 45.846-102.4 102.4-102.4h409.6c56.554 0 102.4 45.846 102.4 102.4v153.6zM716.799 307.2v-153.6h-409.6v153.6h409.6zM819.199 819.201h102.4v-358.4c0-28.277-22.923-51.2-51.2-51.2h-716.799c-28.277 0-51.2 22.923-51.2 51.2v358.4h102.4v-51.2c0-56.554 45.846-102.4 102.4-102.4h409.6c56.554 0 102.4 45.846 102.4 102.4v51.2zM307.198 768.001v102.4h409.6v-102.4h-409.6zM767.999 486.401c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-153.6c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h153.6z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["print"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":476,"id":34,"name":"print","prevSize":32,"code":59680},"setIdx":0,"setId":0,"iconIdx":34},{"icon":{"paths":["M105.569 563.2h-54.369c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h54.369c23.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.231zM209.019 460.971c26.303 2.145 46.981 24.172 46.981 51.029s-20.678 48.883-46.981 51.029c21.53 128.779 123.174 230.423 251.953 251.953 2.145-26.303 24.172-46.981 51.029-46.981s48.883 20.678 51.029 46.981c128.779-21.53 230.423-123.174 251.953-251.953-26.303-2.145-46.981-24.172-46.981-51.029s20.678-48.883 46.981-51.029c-21.53-128.779-123.174-230.423-251.953-251.953-2.145 26.303-24.172 46.981-51.029 46.981s-48.883-20.678-51.029-46.981c-128.779 21.53-230.423 123.174-251.953 251.953zM512 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.6zM512 563.2c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["target"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":477,"id":35,"name":"target","prevSize":32,"code":59681},"setIdx":0,"setId":0,"iconIdx":35},{"icon":{"paths":["M102.4 256v512h819.2v-512h-819.2zM102.4 153.6h819.2c56.554 0 102.4 45.846 102.4 102.4v512c0 56.554-45.846 102.4-102.4 102.4h-819.2c-56.554 0-102.4-45.846-102.4-102.4v-512c0-56.554 45.846-102.4 102.4-102.4zM204.8 460.8c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h409.6c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-409.6zM204.8 640.011c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h149.731c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-149.731zM768 460.8c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h51.2c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-51.2zM773.405 540.314c12.646-25.292 43.4-35.543 68.692-22.897s35.543 43.4 22.897 68.692c-47.387 94.774-118.55 130.355-184.398 64.506-9.602-9.602-14.996-22.625-14.996-36.204-19.053 0-40.932 10.939-66.196 36.204-19.995 19.995-52.413 19.995-72.408 0s-19.995-52.413 0-72.408c43.002-43.002 89.39-66.196 138.604-66.196 44.407 0 77.462 20.245 92.838 54.407 4.441-6.566 9.541-15.253 14.967-26.105z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["payment-check"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":478,"id":36,"name":"payment-check","prevSize":32,"code":59675},"setIdx":0,"setId":0,"iconIdx":36},{"icon":{"paths":["M351.045 113.778c23.429-66.286 86.646-113.778 160.955-113.778s137.526 47.491 160.955 113.778h237.267c75.852 0 75.852 113.778 0 113.778h-237.267c-23.429 66.286-86.646 113.778-160.955 113.778s-137.526-47.491-160.955-113.778h-237.267c-75.852 0-75.852-113.778 0-113.778h237.267zM512 227.556c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889zM578.6 455.111c23.429-66.286 86.646-113.778 160.955-113.778s137.526 47.491 160.955 113.778h9.711c75.852 0 75.852 113.778 0 113.778h-9.711c-23.429 66.287-86.646 113.778-160.955 113.778s-137.526-47.491-160.955-113.778h-464.822c-75.852 0-75.852-113.778 0-113.778h464.822zM739.556 568.889c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889zM123.489 796.444c23.429-66.287 86.646-113.778 160.955-113.778s137.526 47.491 160.955 113.778h464.822c75.852 0 75.852 113.778 0 113.778h-464.822c-23.429 66.287-86.646 113.778-160.955 113.778s-137.526-47.491-160.955-113.778h-9.711c-75.852 0-75.852-113.778 0-113.778h9.711zM284.445 910.222c31.419 0 56.889-25.47 56.889-56.889s-25.47-56.889-56.889-56.889c-31.419 0-56.889 25.47-56.889 56.889s25.47 56.889 56.889 56.889z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["sliders"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":479,"id":37,"name":"sliders","prevSize":32,"code":59676},"setIdx":0,"setId":0,"iconIdx":37},{"icon":{"paths":["M463.207 139.343l-348.27 696.539c-13.479 26.957-2.552 59.736 24.404 73.215 7.577 3.789 15.933 5.761 24.404 5.761h696.539c30.139 0 54.571-24.432 54.571-54.571 0-8.472-1.973-16.827-5.761-24.404l-348.27-696.539c-13.479-26.957-46.257-37.883-73.215-24.404-10.561 5.28-19.124 13.844-24.404 24.404zM365.588 90.534c15.842-31.683 41.531-57.373 73.215-73.215 80.87-40.436 179.208-7.656 219.644 73.215l348.27 696.539c11.366 22.732 17.284 47.799 17.284 73.215 0 90.416-73.297 163.713-163.713 163.713h-696.539c-25.416 0-50.482-5.918-73.215-17.284-80.87-40.436-113.65-138.773-73.215-219.644l348.27-696.539zM512.017 265.465c30.139 0 54.571 24.432 54.571 54.571v327.425c0 30.139-24.432 54.571-54.571 54.571s-54.571-24.432-54.571-54.571v-327.425c0-30.139 24.432-54.571 54.571-54.571zM512.277 838.952c-30.139 0-54.571-24.432-54.571-54.571s24.432-54.571 54.571-54.571c30.139 0 54.571 24.432 54.571 54.571s-24.432 54.571-54.571 54.571z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["warning"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":480,"id":38,"name":"warning","prevSize":32,"code":59677},"setIdx":0,"setId":0,"iconIdx":38},{"icon":{"paths":["M758.434 843.831c-2.040-4.66-4.433-9.918-7.216-15.861 1.498 3.2-24.052-50.313-32.15-68.227-11.478-25.39-0.545-55.296 24.601-67.298 111.806-53.361 177.93-140.206 177.93-231.645 0-151.265-180.464-281.6-409.6-281.6s-409.6 130.335-409.6 281.6c0 151.265 180.464 281.6 409.6 281.6 12.313 0 24.557-0.378 36.71-1.131 13.925-0.862 27.6 3.996 37.86 13.451 59.196 54.551 116.289 83.602 171.865 89.11zM843.958 784.553c12.031 25.699 18.84 42.512 22.86 58.621 15.472 62.005-21.411 104.026-88.849 104.026-84.022 0-165.767-34.987-244.565-102.727-7.115 0.218-14.251 0.327-21.404 0.327-279.849 0-512-167.664-512-384s232.151-384 512-384c279.849 0 512 167.664 512 384 0 120.337-72.812 228.923-191.354 300.007 6.536 13.777 11.829 24.85 11.312 23.746zM358.4 537.6c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2zM512 537.6c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2zM665.6 537.6c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["chat"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":481,"id":39,"name":"chat","prevSize":32,"code":59650},"setIdx":0,"setId":0,"iconIdx":39},{"icon":{"paths":["M102.4 307.2h819.2v-51.2c0-28.277-22.923-51.2-51.2-51.2h-716.8c-28.277 0-51.2 22.923-51.2 51.2v51.2zM102.4 409.6v358.4c0 28.277 22.923 51.2 51.2 51.2h716.8c28.277 0 51.2-22.923 51.2-51.2v-358.4h-819.2zM153.6 102.4h716.8c84.831 0 153.6 68.769 153.6 153.6v512c0 84.831-68.769 153.6-153.6 153.6h-716.8c-84.831 0-153.6-68.769-153.6-153.6v-512c0-84.831 68.769-153.6 153.6-153.6zM236.8 716.8c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h70.4c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-70.4zM441.6 716.8c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h182.031c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-182.031z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["credit-card"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":482,"id":40,"name":"credit-card","prevSize":32,"code":59651},"setIdx":0,"setId":0,"iconIdx":40},{"icon":{"paths":["M409.6 512h-204.8c-28.277 0-51.2 22.923-51.2 51.2v307.2c0 28.277 22.923 51.2 51.2 51.2h614.4c28.277 0 51.2-22.923 51.2-51.2v-307.2c0-28.277-22.923-51.2-51.2-51.2h-409.6zM358.4 409.6v-102.4c0-84.831 68.769-153.6 153.6-153.6s153.6 68.769 153.6 153.6v102.4h51.2v-102.4c0-113.108-91.692-204.8-204.8-204.8s-204.8 91.692-204.8 204.8v102.4h51.2zM819.2 409.6c84.831 0 153.6 68.769 153.6 153.6v307.2c0 84.831-68.769 153.6-153.6 153.6h-614.4c-84.831 0-153.6-68.769-153.6-153.6v-307.2c0-84.831 68.769-153.6 153.6-153.6v-102.4c0-169.662 137.538-307.2 307.2-307.2s307.2 137.538 307.2 307.2v102.4zM563.2 409.6v-102.4c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v102.4h102.4z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["lock"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":483,"id":41,"name":"lock","prevSize":32,"code":59652},"setIdx":0,"setId":0,"iconIdx":41},{"icon":{"paths":["M441.793 389.101c-12.998 28.604-46.722 41.257-75.327 28.259s-41.257-46.722-28.259-75.327c41.4-91.11 126.016-128.413 237.76-110.716 96.159 15.23 161.763 105.528 146.533 201.687-9.118 57.567-46.1 106.906-98.8 131.808-35.121 16.593-54.033 34.959-54.033 60.968 0 31.419-19.781 56.889-51.2 56.889s-62.578-25.47-62.578-56.889c0-72.88 46.42-129.452 119.203-163.84 18.684-8.829 31.797-26.322 35.030-46.733 5.4-34.094-17.861-66.111-51.956-71.511-64.378-10.197-97.807 4.541-116.376 45.407zM512 824.889c-31.419 0-56.889-25.47-56.889-56.889s25.47-56.889 56.889-56.889c31.419 0 56.889 25.47 56.889 56.889s-25.47 56.889-56.889 56.889zM512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM512 910.222c219.932 0 398.222-178.29 398.222-398.222s-178.29-398.222-398.222-398.222c-219.932 0-398.222 178.29-398.222 398.222s178.29 398.222 398.222 398.222z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["question"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":484,"id":42,"name":"question","prevSize":32,"code":59653},"setIdx":0,"setId":0,"iconIdx":42},{"icon":{"paths":["M459.096 180.398l-38.285 38.285c-20.421 20.421-53.53 20.421-73.952 0s-20.421-53.53 0-73.952l129.415-129.415c20.421-20.421 53.53-20.421 73.952 0l125.717 125.717c20.421 20.421 20.421 53.53 0 73.952s-53.53 20.421-73.952 0l-38.248-38.248-6.835 471.622c-0.419 28.877-24.167 51.946-53.044 51.529s-51.946-24.167-51.529-53.044l6.76-466.446zM756.028 396.502c-28.88 0-52.292-23.412-52.292-52.292s23.412-52.292 52.292-52.292c95.967 0 174.305 76.333 174.305 171.183v389.715c0 94.85-78.338 171.183-174.305 171.183h-488.055c-95.967 0-174.305-76.333-174.305-171.183v-389.715c0-94.85 78.338-171.183 174.305-171.183 28.88 0 52.292 23.412 52.292 52.292s-23.412 52.292-52.292 52.292c-38.805 0-69.722 30.126-69.722 66.6v389.715c0 36.474 30.916 66.6 69.722 66.6h488.055c38.805 0 69.722-30.126 69.722-66.6v-389.715c0-36.474-30.916-66.6-69.722-66.6z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["share"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":485,"id":43,"name":"share","prevSize":32,"code":59654},"setIdx":0,"setId":0,"iconIdx":43},{"icon":{"paths":["M307.28 835.294l180.311-93.1c27.897-14.404 62.187-3.467 76.592 24.43s3.467 62.187-24.43 76.592l-282.097 145.656c-41.764 21.564-90.164-13.988-82.081-60.289l48.659-278.635-206.317-197.515c-34.253-32.793-15.666-90.639 31.281-97.339l285.974-40.811 127.705-254.136c14.097-28.053 48.265-39.365 76.319-25.271s39.365 48.265 25.271 76.319l-141.049 280.689c-8.36 16.635-24.334 28.121-42.763 30.751l-199.686 28.499 143.795 137.661c13.689 13.106 19.947 32.172 16.686 50.841l-34.168 195.662z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["star-half"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":486,"id":44,"name":"star-half","prevSize":32,"code":59655},"setIdx":0,"setId":0,"iconIdx":44},{"icon":{"paths":["M487.654 742.179c16.362-8.449 35.799-8.449 52.161 0l180.311 93.1-34.168-195.662c-3.26-18.669 2.997-37.735 16.689-50.841l143.795-137.661-199.686-28.499c-18.429-2.63-34.404-14.116-42.763-30.751l-90.254-179.61-90.254 179.61c-8.36 16.635-24.334 28.121-42.763 30.751l-199.686 28.499 143.795 137.661c13.689 13.106 19.947 32.172 16.689 50.841l-34.168 195.662 180.311-93.1zM257.718 988.857c-41.764 21.564-90.164-13.988-82.081-60.289l48.659-278.635-206.317-197.518c-34.253-32.793-15.666-90.639 31.281-97.339l285.974-40.811 127.705-254.136c20.987-41.764 80.603-41.764 101.586 0l127.705 254.136 285.974 40.811c46.944 6.7 65.534 64.546 31.281 97.339l-206.317 197.518 48.659 278.635c8.087 46.301-40.317 81.854-82.081 60.289l-256.015-132.192-256.015 132.192z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["star"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":487,"id":45,"name":"star","prevSize":32,"code":59656},"setIdx":0,"setId":0,"iconIdx":45},{"icon":{"paths":["M358.4 102.4h307.2v-51.2c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v51.2h25.6c84.831 0 153.6 68.769 153.6 153.6v614.4c0 84.831-68.769 153.6-153.6 153.6h-563.2c-84.831 0-153.6-68.769-153.6-153.6v-614.4c0-84.831 68.769-153.6 153.6-153.6h25.6v-51.2c0-28.277 22.923-51.2 51.2-51.2s51.2 22.923 51.2 51.2v51.2zM179.2 307.2h665.6v-51.2c0-28.277-22.923-51.2-51.2-51.2h-563.2c-28.277 0-51.2 22.923-51.2 51.2v51.2zM179.2 409.6v460.8c0 28.277 22.923 51.2 51.2 51.2h563.2c28.277 0 51.2-22.923 51.2-51.2v-460.8h-665.6zM281.6 588.8c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h51.2c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-51.2zM281.6 793.6c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h51.2c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-51.2zM486.4 588.8c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h51.2c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-51.2zM486.4 793.6c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h51.2c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-51.2zM691.2 588.8c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h51.2c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-51.2zM691.2 793.6c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h51.2c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-51.2z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Calendar"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":488,"id":46,"name":"calendar","prevSize":32,"code":59648},"setIdx":0,"setId":0,"iconIdx":46},{"icon":{"paths":["M304.511 767.997h414.978c6.932-57.025 27.348-103.74 62.196-138.786 35.149-35.349 82.252-56.099 139.915-63.213v-107.995c-57.663-7.114-104.766-27.864-139.915-63.213-34.849-35.048-55.266-81.765-62.197-138.793h-414.977c-6.931 57.028-27.347 103.745-62.197 138.793-35.149 35.349-82.252 56.099-139.915 63.213v107.995c57.663 7.114 104.766 27.864 139.915 63.213 34.848 35.047 55.264 81.761 62.196 138.786zM201.044 767.997c-5.244-29.126-15.887-51.041-31.342-66.585-15.617-15.706-37.762-26.544-67.302-31.919v47.304c0 28.277 22.923 51.2 51.2 51.2h47.444zM255.16 870.397h-101.56c-84.831 0-153.6-68.769-153.6-153.6v-409.6c0-84.831 68.769-153.6 153.6-153.6h102.293c0.060 0 0.121 0 0.181 0h511.852c0.060 0 0.121 0 0.181 0h102.293c84.831 0 153.6 68.769 153.6 153.6v409.6c0 84.831-68.769 153.6-153.6 153.6h-101.56c-0.064 0.001-0.128 0.002-0.192 0.003-0.486 0.006-0.971 0.005-1.454-0.003h-510.387c-0.483 0.008-0.968 0.009-1.454 0.003-0.064-0.001-0.128-0.002-0.192-0.003zM822.956 767.997h47.444c28.277 0 51.2-22.923 51.2-51.2v-47.304c-29.54 5.375-51.685 16.213-67.302 31.919-15.455 15.544-26.098 37.459-31.342 66.585zM102.4 354.507c29.539-5.375 51.685-16.213 67.302-31.919 15.457-15.545 26.1-37.462 31.344-66.591h-47.445c-28.277 0-51.2 22.923-51.2 51.2v47.31zM921.6 354.507v-47.31c0-28.277-22.923-51.2-51.2-51.2h-47.445c5.244 29.129 15.887 51.046 31.344 66.591 15.617 15.706 37.762 26.545 67.302 31.919zM512 716.797c-90.245 0-153.6-95.033-153.6-204.8s63.355-204.8 153.6-204.8c90.245 0 153.6 95.033 153.6 204.8s-63.355 204.8-153.6 204.8zM512 614.397c22.863 0 51.2-42.505 51.2-102.4s-28.337-102.4-51.2-102.4c-22.863 0-51.2 42.505-51.2 102.4s28.337 102.4 51.2 102.4z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Cash"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":489,"id":47,"name":"cash","prevSize":32,"code":59649},"setIdx":0,"setId":0,"iconIdx":47},{"icon":{"paths":["M902.924 339.089l-89.492-88.44-362.683 330.301c-20.769 18.914-52.235 19.838-74.077 2.174l-165.465-133.807-89.424 88.206 290.187 236.631c44.408-40.492 193.066-172.129 490.952-435.064zM31.825 610.978l-4.274-3.862c-18.26-18.26-27.551-42.152-27.551-68.227s9.292-49.967 27.828-68.501l111.581-109.85c18.023-20.599 42.683-31.871 70.036-31.871 25.128 0 48.106 9.45 66.457 26.64l134.348 108.644 335.302-305.288c18.75-18.75 42.7-29.107 69.005-29.107 27.352 0 52.011 11.273 67.172 28.832l114.72 113.164c18.26 18.26 27.551 42.152 27.551 68.227s-9.292 49.967-30.122 70.643c-311.248 274.842-508.55 449.785-510.62 452.152-18.17 20.766-43.159 31.871-70.813 31.871-25.705 0-49.107-9.596-66.87-27.625l-313.748-255.843z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Check"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":490,"id":48,"name":"check","prevSize":32,"code":59657},"setIdx":0,"setId":0,"iconIdx":48},{"icon":{"paths":["M284.445 227.556c-31.419 0-56.889 25.47-56.889 56.889v568.889c0 31.419 25.47 56.889 56.889 56.889h455.111c31.419 0 56.889-25.47 56.889-56.889v-568.889c0-31.419-25.47-56.889-56.889-56.889v56.889c0 31.419-25.47 56.889-56.889 56.889h-341.333c-31.419 0-56.889-25.47-56.889-56.889v-56.889zM625.779 170.667c0-21.389-1.698-41.382-4.541-56.889h-52.348v28.444c0 31.419-25.47 56.889-56.889 56.889s-56.889-25.47-56.889-56.889v-28.444h-52.348c-2.843 15.507-4.541 35.5-4.541 56.889v56.889h227.556v-56.889zM286.858 113.778c6.711-69.163 28.794-113.778 82.921-113.778h284.444c54.127 0 76.21 44.614 82.921 113.778h2.412c94.257 0 170.667 76.41 170.667 170.667v568.889c0 94.257-76.41 170.667-170.667 170.667h-455.111c-94.257 0-170.667-76.41-170.667-170.667v-568.889c0-94.257 76.41-170.667 170.667-170.667h2.412zM523.379 483.556c-31.419 0-56.889-25.47-56.889-56.889s25.47-56.889 56.889-56.889h159.289c31.419 0 56.889 25.47 56.889 56.889s-25.47 56.889-56.889 56.889h-159.289zM523.379 654.222c-31.419 0-56.889-25.47-56.889-56.889s25.47-56.889 56.889-56.889h159.289c31.419 0 56.889 25.47 56.889 56.889s-25.47 56.889-56.889 56.889h-159.289zM523.379 824.889c-31.419 0-56.889-25.47-56.889-56.889s25.47-56.889 56.889-56.889h159.289c31.419 0 56.889 25.47 56.889 56.889s-25.47 56.889-56.889 56.889h-159.289zM341.334 483.556c-31.419 0-56.889-25.47-56.889-56.889s25.47-56.889 56.889-56.889h28.444c31.419 0 56.889 25.47 56.889 56.889s-25.47 56.889-56.889 56.889h-28.444zM341.334 654.222c-31.419 0-56.889-25.47-56.889-56.889s25.47-56.889 56.889-56.889h28.444c31.419 0 56.889 25.47 56.889 56.889s-25.47 56.889-56.889 56.889h-28.444zM341.334 824.889c-31.419 0-56.889-25.47-56.889-56.889s25.47-56.889 56.889-56.889h28.444c31.419 0 56.889 25.47 56.889 56.889s-25.47 56.889-56.889 56.889h-28.444z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Clipboard"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":491,"id":49,"name":"clipboard","prevSize":32,"code":59658},"setIdx":0,"setId":0,"iconIdx":49},{"icon":{"paths":["M512 1024c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM512 910.222c219.932 0 398.222-178.29 398.222-398.222s-178.29-398.222-398.222-398.222c-219.932 0-398.222 178.29-398.222 398.222s178.29 398.222 398.222 398.222zM568.889 488.436l119.871 119.871c53.636 53.636-26.818 134.089-80.453 80.453l-129.631-129.631c-8.688-5.792-15.774-14.162-19.833-25.109-4.871-10.611-5.779-21.54-3.731-31.78v-253.216c0-75.852 113.778-75.852 113.778 0v239.411z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Clock"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":492,"id":50,"name":"clock","prevSize":32,"code":59668},"setIdx":0,"setId":0,"iconIdx":50},{"icon":{"paths":["M870.4 673.937h-121.768c-21.441 45.731-31.832 80.458-31.832 102.4 0 14.522-6.167 28.361-16.966 38.072-45.42 40.842-54.895 47.658-85.434 47.658-20.837 0-31.868-3.173-51.2-18.162-19.332 14.989-30.363 18.162-51.2 18.162-22.499 0-33.565-3.699-55.993-21.978-44.215 19.511-93.347 11.592-140.306-22.189l-7.843-6.966-125.581-136.997h-28.677v48.104c0 28.277-22.923 51.2-51.2 51.2h-51.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v-355.304c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h51.2c28.277 0 51.2 22.923 51.2 51.2v11.852l59.547-91.071c9.457-14.463 25.572-23.181 42.853-23.181h281.083c0.371-0.004 0.742-0.004 1.113 0h229.804c17.119 0 33.105 8.556 42.601 22.799l59.799 89.699v-10.098c0-28.277 22.923-51.2 51.2-51.2h51.2c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v355.304c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-51.2c-28.277 0-51.2-22.923-51.2-51.2v-48.104zM870.4 571.537v-153.6c-17.119 0-33.105-8.556-42.601-22.799l-87.2-130.801h-177.399l-138.24 184.32-4.756 5.484c-14.138 14.138-14.138 15.854 0 29.992s15.854 14.138 29.992 0l102.4-102.4c19.995-19.995 52.413-19.995 72.408 0s19.995 52.413 0 72.408l-2.196 2.196 115.2 115.2h132.392zM153.6 571.537h51.2c14.352 0 28.045 6.023 37.742 16.603l137.004 149.459c21.322 14.391 32.592 13.64 47.019 0.666 19.467-17.505 49.002-17.505 68.469 0 7.762 6.98 13.049 11.686 16.966 15.064 3.917-3.377 9.204-8.084 16.966-15.064 19.467-17.505 49.002-17.505 68.469 0 7.762 6.98 13.048 11.686 16.966 15.064 0.524-0.452 1.073-0.928 1.649-1.43 4.364-33.762 17.361-73.075 38.651-118.854l-104.3-104.3-27.796 27.796c-54.128 54.128-120.68 54.128-174.808 0-53.195-53.195-54.112-118.389-2.75-171.998l90.154-120.206h-151.504l-82.506 126.184c-9.457 14.463-25.572 23.181-42.853 23.181h-4.738v157.835z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Deal"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":493,"id":51,"name":"deal","prevSize":32,"code":59669},"setIdx":0,"setId":0,"iconIdx":51},{"icon":{"paths":["M358.166 799.545c17.043 4.486 34.304 8.171 51.784 11.055 24.726 4.079 42.866 25.457 42.866 50.517v34.885c0 14.138 11.462 25.6 25.6 25.6h51.2c14.138 0 25.6-11.462 25.6-25.6v-34.85c0-24.697 17.629-45.874 41.917-50.351 21.565-3.976 41.296-9.499 59.241-16.542 40.835-16.025 70.761-37.405 90.434-63.759 19.547-26.187 29.188-54.787 29.188-86.173 0-37.119-10.548-65.494-31.214-86.541-21.817-22.219-48.061-38.542-78.829-48.935-31.359-10.592-71.793-21.241-120.741-31.787-48.203-9.654-84.345-19.432-108.412-29.615-9.236-3.908-13.487-6.016-19.831-11.177-14.602-11.88-20.2-27.211-20.2-42.847 0-25.956 12.949-44.147 34.518-57.385 22.331-13.705 54.748-19.46 96.561-19.46 59.421 0 118.648 14.851 177.676 44.273l39.477-88.048c-27.489-14.556-59.221-25.961-95.279-34.134-16.462-3.731-33.087-6.683-49.874-8.854-25.525-3.302-44.632-25.039-44.632-50.777v-51.039c0-14.138-11.462-25.6-25.6-25.6h-51.2c-14.138 0-25.6 11.462-25.6 25.6v60.516c0 23.37-15.824 43.774-38.459 49.589-12.386 3.182-24.067 6.949-35.055 11.294-40.512 16.018-70.116 37.382-89.476 63.712-19.237 26.162-28.761 55.054-28.761 87.071 0 37.118 10.558 65.835 31.284 87.458 21.811 22.755 48.033 39.329 78.758 49.707 31.359 10.592 71.793 21.241 121.173 31.875 32.506 6.802 58.333 13.034 77.562 18.75 19.24 5.719 35.518 13.388 48.656 23.466 0.213-0.235 0.213-0.235 11.259 11.034 11.907 29.315 11.907 29.315 10.535 31.991 0 26.913-13.463 42.312-35.201 54.556-22.508 12.677-55.335 18.065-97.741 18.065-39.036 0-78.029-5.714-116.978-17.106-36.362-10.635-68.304-24.562-95.737-41.908l-43.564 87.613c27.456 17.587 63.047 32.267 107.096 43.862zM332.1 898.571c-58.692-15.449-107.386-36.329-146.394-63.418-37.782-26.238-50.957-75.527-30.495-116.679l51.247-103.064c7.8-15.687 19.371-28.137 33.043-36.96-7.309-6.269-14.338-12.922-21.077-19.953-39.808-41.531-59.759-95.797-59.759-158.316 0-53.892 16.527-104.028 48.663-147.732 31.492-42.828 76.823-75.542 134.324-98.277 2.895-1.145 5.817-2.257 8.765-3.338v-22.834c0-70.692 57.308-128 128-128h51.2c70.692 0 128 57.308 128 128v7.644c4.926 0.995 9.84 2.048 14.742 3.159 48.772 11.055 92.354 27.331 130.606 49.007 41.691 23.625 59.049 74.305 39.46 117.997l-46.588 103.909c-6.479 14.45-16.179 26.406-27.873 35.491 18.009 11.712 34.673 25.342 49.884 40.834 40.358 41.102 60.548 95.415 60.548 158.284 0 53.627-16.871 103.675-49.528 147.426-31.823 42.633-77.391 75.188-135.086 97.829-11.676 4.582-23.774 8.649-36.294 12.207-3.026 68.007-59.118 122.213-127.872 122.213h-51.2c-68.29 0-124.089-53.478-127.803-120.84-6.194-1.442-12.365-2.971-18.513-4.59z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Dollar Sign"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":494,"id":52,"name":"dollar-sign","prevSize":32,"code":59670},"setIdx":0,"setId":0,"iconIdx":52},{"icon":{"paths":["M140.809 720.926v143.101h153.569l557.574-532.146-149.81-144.777-561.334 533.824zM751.461 38.945l251.060 242.626c28.763 27.796 28.619 73.942-0.318 101.558l-631.010 602.233c-13.096 12.5-30.505 19.473-48.608 19.473h-252.18c-38.884 0-70.405-31.521-70.405-70.405v-243.71c0-19.286 7.911-37.727 21.887-51.019l632.131-601.15c27.34-26 70.314-25.827 97.445 0.392z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Edit"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":495,"id":53,"name":"edit","prevSize":32,"code":59671},"setIdx":0,"setId":0,"iconIdx":53},{"icon":{"paths":["M790.922 136.534h-39.989c-37.703 0-68.267-30.564-68.267-68.267s30.564-68.267 68.267-68.267h204.8c37.703 0 68.267 30.564 68.267 68.267v204.8c0 37.703-30.564 68.267-68.267 68.267s-68.267-30.564-68.267-68.267v-39.989l-361.328 361.328c-26.66 26.66-69.884 26.66-96.544 0s-26.66-69.884 0-96.544l361.328-361.328zM819.199 477.867c0-37.703 30.564-68.267 68.267-68.267s68.267 30.564 68.267 68.267v341.333c0 113.108-91.692 204.8-204.8 204.8h-546.133c-113.108 0-204.8-91.692-204.8-204.8v-546.133c0-113.108 91.692-204.8 204.8-204.8h383.344c37.703 0 68.267 30.564 68.267 68.267s-30.564 68.267-68.267 68.267h-383.344c-37.703 0-68.267 30.564-68.267 68.267v546.133c0 37.703 30.564 68.267 68.267 68.267h546.133c37.703 0 68.267-30.564 68.267-68.267v-341.333z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["External Link"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":496,"id":54,"name":"external-link","prevSize":32,"code":59672},"setIdx":0,"setId":0,"iconIdx":54},{"icon":{"paths":["M165.647 99.032c76.627-25.818 153.653-38.798 230.874-38.798 63.344 0 97.766 8.625 152.433 31.649l0.426 0.18c41.369 17.424 61.212 22.384 106.981 22.384 79.732 0 159.309-16.452 239.12-49.604 39.668-16.478 83.342 12.673 83.342 55.627v487.906c0 24.482-14.819 46.529-37.488 55.775-95.654 39.012-190.752 58.672-284.974 58.672-62.791 0-97.172-8.596-152.227-31.565l-0.442-0.185c-41.888-17.475-61.882-22.462-107.171-22.462-76.579 0-153.422 15.495-230.874 46.734v248.419c0 33.267-26.968 60.235-60.235 60.235s-60.235-26.968-60.235-60.235v-903.529c0-33.267 26.968-60.235 60.235-60.235s60.235 26.968 60.235 60.235v38.798zM195.765 577.465c66.7-19.518 133.662-29.325 200.756-29.325 63.495 0 98.201 8.658 153.554 31.749l0.442 0.185c41.596 17.353 61.291 22.278 105.844 22.278 66.165 0 133.431-11.804 201.991-35.598v-361.193c-66.915 19.541-134.292 29.355-201.991 29.355-64.044 0-98.792-8.685-153.744-31.828-41.519-17.487-61.060-22.384-106.098-22.384-66.671 0-133.513 11.734-200.756 35.364v361.395z","M539.106 217.242v120.814c-49.213-20.88-83.387-36.881-142.585-36.881-12.528 0-25.278 0-38.121 0.254v-119.444c12.714-0.853 25.421-1.279 38.121-1.279 45.038 0 51.147-0.761 106.098 22.384 13.085 5.512 25.025 10.202 36.487 14.152zM701.741 233.447c52.439-3.405 104.664-12.713 156.612-27.884v123.976c-52.946 18.375-105.12 29.6-156.612 33.759v-129.852zM195.765 340.25v0z","M539.106 464.207v120.814c-49.213-20.88-83.387-36.881-142.585-36.881-12.528 0-25.278 0-38.121 0.254v-119.444c12.714-0.853 25.421-1.279 38.121-1.279 45.038 0 51.147-0.761 106.098 22.384 13.085 5.512 25.025 10.202 36.487 14.152zM701.741 480.412c52.439-3.405 104.664-12.713 156.612-27.884v123.976c-52.946 18.375-105.12 29.6-156.612 33.759v-129.852zM195.765 587.215v0z","M701.741 362.635c-15.291 1.611-30.489 2.502-45.379 2.502-48.793 0-80.582-10.699-117.256-26.029v123.801c5.924 2.194 11.947 4.501 18.071 6.925 41.596 17.353 54.632 15.774 99.186 15.774 15.068 0 30.194-0.612 45.379-1.839v1.839h156.612v-35.599c-52.946 18.375-105.12 29.6-156.612 33.759zM358.4 302.456v129.995c-54.338 3.009-108.573 12.449-162.635 28.268v-124.179c54.434-19.128 108.606-30.461 162.635-34.086zM404.435 301.175h0.016c-0.006 0-0.011 0-0.016 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,"colorPermutations":{"11018319418482831":[{"f":0},{"f":0},{"f":0},{"f":0}]},"tags":["Finish"],"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":497,"id":55,"name":"finish","prevSize":32,"code":59673},"setIdx":0,"setId":0,"iconIdx":55},{"icon":{"paths":["M102.4 717.76c18.961-23.925 43.803-43.812 72.543-58.165-13.486-20.276-21.343-44.618-21.343-70.795 0-70.692 57.308-128 128-128s128 57.308 128 128c0 25.419-7.41 49.108-20.187 69.024 65.292 31.2 111.325 90.644 115.626 161.376h365.361c28.277 0 51.2-22.923 51.2-51.2v-409.6h-819.2v359.36zM165.843 819.2h236.296c-6.877-44.916-55.734-82.506-118.148-82.506s-111.271 37.59-118.148 82.506zM102.4 256h819.2c0-28.277-22.923-51.2-51.2-51.2h-716.8c-28.277 0-51.2 22.923-51.2 51.2zM153.6 102.4h716.8c84.831 0 153.6 68.769 153.6 153.6v512c0 84.831-68.769 153.6-153.6 153.6h-716.8c-84.831 0-153.6-68.769-153.6-153.6v-512c0-84.831 68.769-153.6 153.6-153.6zM281.6 614.4c14.138 0 25.6-11.462 25.6-25.6s-11.462-25.6-25.6-25.6c-14.138 0-25.6 11.462-25.6 25.6s11.462 25.6 25.6 25.6zM595.2 563.2c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h182.031c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-182.031zM595.2 716.8c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2h182.031c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2h-182.031z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["License"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":498,"id":56,"name":"license","prevSize":32,"code":59674},"setIdx":0,"setId":0,"iconIdx":56},{"icon":{"paths":["M921.6 307.2c0-28.277-22.923-51.2-51.2-51.2h-716.8c-28.277 0-51.2 22.923-51.2 51.2v1.86l382.569 245.973c16.937 10.89 37.126 10.89 54.063 0l382.569-245.973v-1.86zM921.6 430.799l-327.189 210.366c-50.671 32.579-114.15 32.579-164.821 0l-327.189-210.366v286.001c0 28.277 22.923 51.2 51.2 51.2h716.8c28.277 0 51.2-22.923 51.2-51.2v-286.001zM153.6 153.6h716.8c84.831 0 153.6 68.769 153.6 153.6v409.6c0 84.831-68.769 153.6-153.6 153.6h-716.8c-84.831 0-153.6-68.769-153.6-153.6v-409.6c0-84.831 68.769-153.6 153.6-153.6z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Mail"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":499,"id":57,"name":"mail","prevSize":32,"code":59659},"setIdx":0,"setId":0,"iconIdx":57},{"icon":{"paths":["M176.944 102.447c-47.643 38.664-71.748 90.635-73.759 161.61-8.389 111.815 60.521 250.883 211.327 414.961 146.936 159.868 297.009 239.524 451.464 242.458 2.732 0.055 2.732 0.055 5.671 0.070 2.299 0.009 2.839 0.005 4.361-0.038 62.587-1.105 109.657-26.907 145.604-80.688v-70.27c0-2.515-1.473-4.795-3.764-5.831l-169.375-76.548c-2.202-0.995-4.775-0.665-6.655 0.852l-81.6 65.87c-10.015 8.084-22.708 12.1-35.549 11.247-85.978-5.71-162.688-36.642-228.623-92.181-74.174-62.478-125.249-142.542-152.664-238.974-4.152-14.604-1.607-30.299 6.947-42.842l60.4-88.574c1.181-1.731 1.439-3.931 0.691-5.887l-72.965-191.116c-0.947-2.479-3.325-4.117-5.978-4.117h-55.531zM677.504 609.351c31.955-25.795 75.713-31.398 113.136-14.484l169.375 76.548c38.952 17.604 63.985 56.388 63.985 99.134v85.057c0 9.247-2.505 18.322-7.248 26.259-54.69 91.526-136.123 140.2-238.236 141.999-2.401 0.075-4.218 0.086-7.281 0.070-3.829-0.020-3.829-0.020-7.439-0.092-184.907-3.512-360.133-96.519-524.67-275.536-168.103-182.898-248.983-346.12-238.168-489.49 2.928-106.121 46.565-190.857 129.27-249.358 8.645-6.115 18.974-9.399 29.564-9.399h72.683c45.112 0 85.543 27.842 101.633 69.986l72.965 191.116c12.705 33.276 8.314 70.664-11.754 100.092l-46.445 68.11c22.932 66.824 60.505 121.956 113.133 166.285 44.255 37.278 93.938 59.284 150.142 66.461l65.356-52.757z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Phone"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":500,"id":58,"name":"phone","prevSize":32,"code":59660},"setIdx":0,"setId":0,"iconIdx":58},{"icon":{"paths":["M769.488 448.382c45.619-182.478-70.196-345.982-257.529-345.982-189.419 0-302.797 158.042-257.424 346.41 29.287 121.583 114.765 270.004 256.96 443.673 142.794-178.169 228.67-326.811 257.993-444.101zM473.042 1006.070c-175.445-205.218-281.69-382.294-318.060-533.281-60.384-250.684 98.953-472.79 356.976-472.79 256.401 0 418.104 228.287 356.871 473.218-36.374 145.494-142.375 322.164-317.538 532.36-20.302 24.362-57.642 24.598-78.25 0.493zM511.959 552.96c-98.969 0-179.2-80.231-179.2-179.2s80.231-179.2 179.2-179.2c98.969 0 179.2 80.231 179.2 179.2s-80.231 179.2-179.2 179.2zM511.959 450.56c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Pin"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":501,"id":59,"name":"pin","prevSize":32,"code":59661},"setIdx":0,"setId":0,"iconIdx":59},{"icon":{"paths":["M120.043 434.214l441.522 444.728 316.643-316.643-460.975-442.257h-297.19v314.172zM0 458.948v-398.927c0-33.149 26.872-60.021 60.021-60.021h381.347c15.488 0 30.376 5.987 41.553 16.71l522.61 501.39c24.271 23.286 24.672 61.969 0.889 85.753l-402.568 402.568c-23.5 23.5-61.621 23.431-85.035-0.154l-501.39-505.031c-11.163-11.243-17.426-26.444-17.426-42.288zM258.305 326.902c-33.149 0-60.021-26.872-60.021-60.021s26.872-60.021 60.021-60.021h6.002c33.149 0 60.021 26.872 60.021 60.021s-26.872 60.021-60.021 60.021h-6.002z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Price Tag"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":502,"id":60,"name":"price-tag","prevSize":32,"code":59662},"setIdx":0,"setId":0,"iconIdx":60},{"icon":{"paths":["M512.001 399.975c78.892 0 142.848-63.956 142.848-142.848s-63.956-142.848-142.848-142.848c-78.892 0-142.848 63.956-142.848 142.848s63.956 142.848 142.848 142.848zM512.001 514.253c-142.006 0-257.126-115.12-257.126-257.126s115.12-257.126 257.126-257.126c142.006 0 257.126 115.12 257.126 257.126s-115.12 257.126-257.126 257.126zM194.593 909.722h634.816c-17.2-101.121-79.36-188.275-167.705-235.894-47.516 17.69-98.013 26.881-149.704 26.881s-102.189-9.191-149.704-26.881c-88.344 47.62-150.504 134.774-167.705 235.894zM383.476 559.079c40.17 17.964 83.656 27.351 128.525 27.351s88.355-9.387 128.525-27.351c14.843-6.638 31.809-6.638 46.652 0 157.567 70.463 261.32 229.542 261.32 407.782 0 31.557-25.582 57.139-57.139 57.139h-758.717c-31.557 0-57.139-25.582-57.139-57.139 0-178.239 103.753-337.319 261.32-407.782 14.843-6.638 31.809-6.638 46.652 0z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Profile"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":503,"id":61,"name":"profile","prevSize":32,"code":59663},"setIdx":0,"setId":0,"iconIdx":61},{"icon":{"paths":["M888.511 863.555c11.305 11.305 11.305 29.633 0 40.938s-29.633 11.305-38.938 2.107l-239.445-265.8c-0.329-0.332-0.329-0.332-0.646-0.667-17.572-18.675-45.648-22.886-67.924-10.186-41.455 23.632-88.359 36.229-137.227 36.229-153.299 0-277.572-124.273-277.572-277.572s124.273-277.572 277.572-277.572c153.299 0 277.572 124.273 277.572 277.572 0 51.149-13.804 100.139-39.574 142.937-13.003 21.593-9.803 49.177 7.641 67.217l238.542 264.799zM769.063 983.002c54.664 54.664 143.292 54.664 197.957 0s54.664-143.292 1.999-195.85l-211.958-235.288c23.46-50.607 35.869-106.067 35.869-163.262 0-214.619-173.983-388.601-388.601-388.601s-388.601 173.983-388.601 388.601c0 214.619 173.983 388.601 388.601 388.601 52.836 0 104.209-10.587 151.666-30.723l213.069 236.521zM404.329 610.661c122.639 0 222.058-99.419 222.058-222.058s-99.419-222.058-222.058-222.058c-122.639 0-222.058 99.419-222.058 222.058s99.419 222.058 222.058 222.058zM404.329 499.632c-61.32 0-111.029-49.709-111.029-111.029s49.709-111.029 111.029-111.029c61.32 0 111.029 49.709 111.029 111.029s-49.709 111.029-111.029 111.029z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Search"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":504,"id":62,"name":"search","prevSize":32,"code":59664},"setIdx":0,"setId":0,"iconIdx":62},{"icon":{"paths":["M454.009 884.619v-599.615c0-32.020 25.957-57.977 57.977-57.977s57.977 25.957 57.977 57.977v599.322c111.455-65.024 189.549-156.36 235.849-275.464 16.92-43.525 46.329-143.689 87.333-298.129 7.646-28.797-7.781-58.702-35.679-69.164l-325.125-121.921c-13.125-4.922-27.589-4.922-40.714 0l-325.093 121.909c-27.904 10.464-43.33 40.378-35.675 69.18 41.099 154.637 70.502 254.816 87.316 298.167 46.419 119.686 124.51 211.088 235.834 275.715zM591.006 1004.917c-49.613 25.378-108.381 25.447-158.051 0.186-153.512-78.067-261.819-196.811-322.888-354.271-18.909-48.754-49.036-151.403-91.272-310.312-22.965-86.403 23.314-176.145 107.025-207.537l325.093-121.909c39.376-14.766 82.767-14.766 122.143 0l325.125 121.921c83.694 31.385 129.974 121.098 107.036 207.491-42.148 158.743-72.293 261.416-91.329 310.386-60.961 156.819-169.269 275.467-322.883 354.042z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Shield"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":508,"id":63,"name":"shield","prevSize":32,"code":59665},"setIdx":0,"setId":0,"iconIdx":63},{"icon":{"paths":["M107.788 247.916v-113.179c0-29.765 24.129-53.895 53.895-53.895h538.947c29.765 0 53.895 24.129 53.895 53.895v161.684h53.895c10.64 0 21.042 3.149 29.896 9.052l161.684 107.789c14.994 9.996 23.999 26.823 23.999 44.843v269.474c0 29.765-24.129 53.895-53.895 53.895 0 89.296-72.388 161.684-161.684 161.684s-161.684-72.388-161.684-161.684h-161.684c0 89.296-72.388 161.684-161.684 161.684s-161.684-72.388-161.684-161.684c-29.765 0-53.895-24.129-53.895-53.895s24.129-53.895 53.895-53.895h485.053v-485.053h-431.158v59.284h202.105c29.765 0 53.895 24.129 53.895 53.895s-24.129 53.895-53.895 53.895h-363.789c-29.765 0-53.895-24.129-53.895-53.895s24.129-53.895 53.895-53.895h53.895zM107.788 506.61v-21.558c0-29.765 24.129-53.895 53.895-53.895s53.895 24.129 53.895 53.895v21.558h256c29.765 0 53.895 24.129 53.895 53.895s-24.129 53.895-53.895 53.895h-363.789c-29.765 0-53.895-24.129-53.895-53.895s24.129-53.895 53.895-53.895zM862.314 781.473h-107.789c0 29.765 24.129 53.895 53.895 53.895s53.895-24.129 53.895-53.895zM269.472 781.473h-107.789zM377.262 781.473h107.789zM754.525 404.21v269.474h161.684v-186.736l-124.107-82.738h-37.577z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Truck"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":506,"id":64,"name":"truck","prevSize":32,"code":59666},"setIdx":0,"setId":0,"iconIdx":64},{"icon":{"paths":["M454.985 636.197l-36.157 32.14c-23.48 20.871-59.434 18.757-80.305-4.724s-18.757-59.434 4.724-80.305l127.986-113.765c11.187-9.943 25.262-14.697 39.206-14.351 0.474-0.012 0.951-0.018 1.429-0.018 21.165 0 39.63 11.56 49.427 28.709l101.716 101.716c22.214 22.214 22.214 58.23 0 80.444s-58.23 22.214-80.444 0l-13.816-13.816v144.242c0 31.415-25.467 56.882-56.882 56.882s-56.882-25.467-56.882-56.882v-160.272zM511.993 113.88h-227.655c-29.6 0-56.882 31.18-56.882 73.135v650.086c0 41.955 27.282 73.135 56.882 73.135h455.060c29.6 0 56.882-31.18 56.882-73.135v-438.594h-179.998c-7.82 0-33.385 1.171-27.594 0.977-21.515 0.721-34.893-1.188-51.927-15.229-18.791-15.49-23.56-32.101-24.657-54.624-0.333-6.841-0.111-42.857-0.111-35.444v-180.306zM716.050 284.74l-90.291-90.291v90.291h90.291zM910.044 346.69v490.41c0 101.657-74.586 186.9-170.647 186.9h-455.060c-96.061 0-170.647-85.242-170.647-186.9v-650.086c0-101.657 74.586-186.9 170.647-186.9h281.355c15.107-0.959 30.833 4.081 43.418 16.674l284.274 284.399c1.327 1.327 2.581 2.712 3.761 4.151 10.398 12.391 14.267 27.214 12.9 41.352z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11018319418482831":[{"f":0}]},"tags":["Upload"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":507,"id":65,"name":"upload","prevSize":32,"code":59667},"setIdx":0,"setId":0,"iconIdx":65},{"icon":{"paths":["M512 921.6v0c-226.216 0-409.6-183.384-409.6-409.6v0c0-226.216 183.384-409.6 409.6-409.6v0c226.216 0 409.6 183.384 409.6 409.6v0c0 226.216-183.384 409.6-409.6 409.6zM512 1024c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0c-282.77 0-512 229.23-512 512v0c0 282.77 229.23 512 512 512v0zM512 460.8c-30.72 0-51.2 20.48-51.2 51.2v256c0 30.72 20.48 51.2 51.2 51.2s51.2-20.48 51.2-51.2v-256c0-30.72-20.48-51.2-51.2-51.2zM512 225.28c-40.96 0-76.8 35.84-76.8 76.8s35.84 76.8 76.8 76.8c40.96 0 76.8-35.84 76.8-76.8s-35.84-76.8-76.8-76.8z"],"attrs":[{"fill":"rgb(84, 82, 83)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["info"],"grid":32},"attrs":[{"fill":"rgb(84, 82, 83)"}],"properties":{"order":519,"id":66,"name":"info","prevSize":32,"code":59712},"setIdx":0,"setId":0,"iconIdx":66},{"icon":{"paths":["M358.4 307.2h-307.2c-28.277 0-51.2-22.923-51.2-51.2v0-204.8c0-28.277 22.923-51.2 51.2-51.2v0h307.2c28.277 0 51.2 22.923 51.2 51.2v0 204.8c0 28.277-22.923 51.2-51.2 51.2v0zM102.4 204.8h204.8v-102.4h-204.8zM409.6 1024c-197.939 0-358.4-160.461-358.4-358.4v0-409.6c0-28.277 22.923-51.2 51.2-51.2v0h204.8c28.277 0 51.2 22.923 51.2 51.2v0 409.6c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-138.752c0-177.862 144.186-322.048 322.048-322.048v0h-14.848c28.277 0 51.2 22.923 51.2 51.2v0 204.8c0 28.277-22.923 51.2-51.2 51.2v0h51.2c-28.277 0-51.2 22.923-51.2 51.2v0 102.4c0 197.939-160.461 358.4-358.4 358.4v0zM153.6 307.2v358.4c0 141.385 114.615 256 256 256s256-114.615 256-256v0-102.4c0-84.831 68.769-153.6 153.6-153.6v0h-102.4v-102.4h66.048c-121.308-0-219.648 98.34-219.648 219.648v0 138.752c0 84.831-68.769 153.6-153.6 153.6s-153.6-68.769-153.6-153.6v0-358.4zM972.8 563.2h-204.8c-28.277 0-51.2-22.923-51.2-51.2v0-307.2c0-28.277 22.923-51.2 51.2-51.2v0h204.8c28.277 0 51.2 22.923 51.2 51.2v0 307.2c0 28.277-22.923 51.2-51.2 51.2v0zM819.2 460.8h102.4v-204.8h-102.4zM256 460.8h-102.4v102.4h102.4zM665.6 563.2h-102.4v102.4h102.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":32,"tags":["plumbing"]},"attrs":[{}],"properties":{"order":520,"id":67,"name":"plumbing","prevSize":32,"code":59713},"setIdx":0,"setId":0,"iconIdx":67}],"height":1024,"metadata":{"name":"modicons-stroke"},"preferences":{"showGlyphs":true,"showCodes":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"icon-stroke-","metadata":{"fontFamily":"modicons-stroke","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,"noie8":false,"ie7":false},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215},"historySize":50,"gridSize":16,"showGrid":true}}