jp-composter 0.1.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 (194) hide show
  1. package/dist/index.d.mts +997 -0
  2. package/dist/index.d.ts +997 -0
  3. package/dist/index.js +36837 -0
  4. package/dist/index.js.map +1 -0
  5. package/dist/index.mjs +36778 -0
  6. package/dist/index.mjs.map +1 -0
  7. package/package.json +66 -0
  8. package/src/SliceUI/IconMoon.tsx +33 -0
  9. package/src/SliceUI/assets/Anatomy diagram copy.svg +19 -0
  10. package/src/SliceUI/assets/Anatomy diagram.svg +19 -0
  11. package/src/SliceUI/assets/Anatomycheck.svg +15 -0
  12. package/src/SliceUI/assets/Anatomyinput.svg +32 -0
  13. package/src/SliceUI/assets/Checkbox.jpg +0 -0
  14. package/src/SliceUI/assets/Diagram copy.svg +15 -0
  15. package/src/SliceUI/assets/Diagram.jpg +0 -0
  16. package/src/SliceUI/assets/Diagram.svg +15 -0
  17. package/src/SliceUI/assets/Frame 5 copy.png +0 -0
  18. package/src/SliceUI/assets/Frame 5.png +0 -0
  19. package/src/SliceUI/assets/Frame 65.png +0 -0
  20. package/src/SliceUI/assets/Frame_65.png +0 -0
  21. package/src/SliceUI/assets/Icon copy.svg +3 -0
  22. package/src/SliceUI/assets/Icon.svg +3 -0
  23. package/src/SliceUI/assets/Icon_Bridging copy.svg +39 -0
  24. package/src/SliceUI/assets/Icon_Bridging.svg +39 -0
  25. package/src/SliceUI/assets/Icon_Consistent copy.svg +39 -0
  26. package/src/SliceUI/assets/Icon_Consistent.svg +39 -0
  27. package/src/SliceUI/assets/Icon_Plug copy.svg +38 -0
  28. package/src/SliceUI/assets/Icon_Plug.svg +38 -0
  29. package/src/SliceUI/assets/Icon_Reusable copy.svg +39 -0
  30. package/src/SliceUI/assets/Icon_Reusable.svg +39 -0
  31. package/src/SliceUI/assets/Layer_1.png +0 -0
  32. package/src/SliceUI/assets/accessibility.png +0 -0
  33. package/src/SliceUI/assets/accessibility.svg +1 -0
  34. package/src/SliceUI/assets/addon-library.png +0 -0
  35. package/src/SliceUI/assets/assets.png +0 -0
  36. package/src/SliceUI/assets/avif-test-image.avif +0 -0
  37. package/src/SliceUI/assets/bridging.svg +13 -0
  38. package/src/SliceUI/assets/consistent.svg +11 -0
  39. package/src/SliceUI/assets/context.png +0 -0
  40. package/src/SliceUI/assets/discord.svg +1 -0
  41. package/src/SliceUI/assets/docs.png +0 -0
  42. package/src/SliceUI/assets/figma-plugin.png +0 -0
  43. package/src/SliceUI/assets/github.svg +1 -0
  44. package/src/SliceUI/assets/resources/Anatomy diagram.svg +19 -0
  45. package/src/SliceUI/assets/resources/Anatomycheck.svg +15 -0
  46. package/src/SliceUI/assets/resources/Anatomyinput.svg +32 -0
  47. package/src/SliceUI/assets/resources/Diagram.svg +15 -0
  48. package/src/SliceUI/assets/resources/Frame 5.png +0 -0
  49. package/src/SliceUI/assets/resources/Frame 65.png +0 -0
  50. package/src/SliceUI/assets/resources/Icon.svg +3 -0
  51. package/src/SliceUI/assets/resources/Icon_Bridging.svg +39 -0
  52. package/src/SliceUI/assets/resources/Icon_Consistent.svg +39 -0
  53. package/src/SliceUI/assets/resources/Icon_Plug.svg +38 -0
  54. package/src/SliceUI/assets/resources/Icon_Reusable.svg +39 -0
  55. package/src/SliceUI/assets/resources/fonts/FontIcon.json +150 -0
  56. package/src/SliceUI/assets/resources/fonts/Lato-Black.ttf +0 -0
  57. package/src/SliceUI/assets/resources/fonts/Lato-Bold.ttf +0 -0
  58. package/src/SliceUI/assets/resources/fonts/Lato-Heavy.ttf +0 -0
  59. package/src/SliceUI/assets/resources/fonts/Lato-Medium.ttf +0 -0
  60. package/src/SliceUI/assets/resources/fonts/Lato-Regular.ttf +0 -0
  61. package/src/SliceUI/assets/resources/fonts/Lato.woff2 +0 -0
  62. package/src/SliceUI/assets/resources/fonts/icomoon.eot +0 -0
  63. package/src/SliceUI/assets/resources/fonts/icomoon.svg +601 -0
  64. package/src/SliceUI/assets/resources/fonts/icomoon.ttf +0 -0
  65. package/src/SliceUI/assets/resources/fonts/icomoon.woff +0 -0
  66. package/src/SliceUI/assets/resources/fonts/selection.json +1 -0
  67. package/src/SliceUI/assets/share.png +0 -0
  68. package/src/SliceUI/assets/styling.png +0 -0
  69. package/src/SliceUI/assets/testing.png +0 -0
  70. package/src/SliceUI/assets/theming.png +0 -0
  71. package/src/SliceUI/assets/tutorials.svg +1 -0
  72. package/src/SliceUI/assets/youtube.svg +1 -0
  73. package/src/SliceUI/automation/helper.ts +29 -0
  74. package/src/SliceUI/avatar/Avatar.tsx +237 -0
  75. package/src/SliceUI/avatar/Token.ts +116 -0
  76. package/src/SliceUI/avatar/Type.ts +36 -0
  77. package/src/SliceUI/avatar/helper.ts +53 -0
  78. package/src/SliceUI/badge/Badge.tsx +308 -0
  79. package/src/SliceUI/badge/Token.ts +202 -0
  80. package/src/SliceUI/badge/Type.ts +46 -0
  81. package/src/SliceUI/badge/helper.ts +39 -0
  82. package/src/SliceUI/button/Button.tsx +243 -0
  83. package/src/SliceUI/button/Token.ts +138 -0
  84. package/src/SliceUI/button/Type.ts +34 -0
  85. package/src/SliceUI/button/helper.ts +125 -0
  86. package/src/SliceUI/checkbox/Checkbox.tsx +176 -0
  87. package/src/SliceUI/checkbox/Token.ts +128 -0
  88. package/src/SliceUI/checkbox/Type.ts +35 -0
  89. package/src/SliceUI/chip/Chip.tsx +290 -0
  90. package/src/SliceUI/chip/Token.ts +151 -0
  91. package/src/SliceUI/chip/Type.ts +43 -0
  92. package/src/SliceUI/chip/helper.ts +40 -0
  93. package/src/SliceUI/colors/Pallete.ts +151 -0
  94. package/src/SliceUI/colors/Token.ts +110 -0
  95. package/src/SliceUI/colors/Type.ts +56 -0
  96. package/src/SliceUI/contextProvider/context.tsx +108 -0
  97. package/src/SliceUI/divider/Divider.tsx +109 -0
  98. package/src/SliceUI/divider/Token.ts +18 -0
  99. package/src/SliceUI/divider/Type.ts +26 -0
  100. package/src/SliceUI/icon/CustomIcon.ts +4 -0
  101. package/src/SliceUI/icon/IcoMoonIcon.tsx +11 -0
  102. package/src/SliceUI/icon/Icon.tsx +38 -0
  103. package/src/SliceUI/icon/Token.ts +14 -0
  104. package/src/SliceUI/icon/Type.ts +13 -0
  105. package/src/SliceUI/icon/selection.json +1 -0
  106. package/src/SliceUI/input/Input.tsx +573 -0
  107. package/src/SliceUI/input/ToDo.md +99 -0
  108. package/src/SliceUI/input/Token.ts +372 -0
  109. package/src/SliceUI/input/Type.ts +109 -0
  110. package/src/SliceUI/input/components/InputPortal.tsx +211 -0
  111. package/src/SliceUI/input/components/NativeBottomSheet.tsx +296 -0
  112. package/src/SliceUI/input/components/SelectChip.tsx +185 -0
  113. package/src/SliceUI/input/components/SelectList.tsx +173 -0
  114. package/src/SliceUI/input/components/SelectListItem.tsx +377 -0
  115. package/src/SliceUI/input/components/SelectScrollbarStyle.ts +44 -0
  116. package/src/SliceUI/input/hooks/useCustomScrollbar.ts +17 -0
  117. package/src/SliceUI/input/hooks/useInputState.ts +41 -0
  118. package/src/SliceUI/input/hooks/useLabelAnimation.ts +132 -0
  119. package/src/SliceUI/input/hooks/useOutsideClick.ts +38 -0
  120. package/src/SliceUI/input/hooks/useSelectLogic.ts +338 -0
  121. package/src/SliceUI/input/utils/inputUtils.ts +120 -0
  122. package/src/SliceUI/input/utils/selectUtils.ts +85 -0
  123. package/src/SliceUI/input/utils/styleUtils.ts +50 -0
  124. package/src/SliceUI/input/variants/CurrencyInput/CurrencyInput.tsx +16 -0
  125. package/src/SliceUI/input/variants/CurrencyInput/NativeCurrencyInput.tsx +181 -0
  126. package/src/SliceUI/input/variants/CurrencyInput/WebCurrencyInput.tsx +163 -0
  127. package/src/SliceUI/input/variants/CurrencyInput/types.ts +17 -0
  128. package/src/SliceUI/input/variants/PhoneInput/NativePhoneInput.tsx +189 -0
  129. package/src/SliceUI/input/variants/PhoneInput/PhoneInput.tsx +16 -0
  130. package/src/SliceUI/input/variants/PhoneInput/WebPhoneInput.tsx +291 -0
  131. package/src/SliceUI/input/variants/PhoneInput/types.ts +22 -0
  132. package/src/SliceUI/input/variants/SelectInput/SelectInput.tsx +407 -0
  133. package/src/SliceUI/input/variants/SelectInput/types.ts +34 -0
  134. package/src/SliceUI/input/variants/TextInput.tsx +68 -0
  135. package/src/SliceUI/layout/Box.tsx +38 -0
  136. package/src/SliceUI/layout/Center.tsx +38 -0
  137. package/src/SliceUI/layout/Divider.tsx +37 -0
  138. package/src/SliceUI/layout/Grid.tsx +75 -0
  139. package/src/SliceUI/layout/PageContainer.tsx +60 -0
  140. package/src/SliceUI/layout/ScrollContainer.tsx +72 -0
  141. package/src/SliceUI/layout/Spacer.tsx +54 -0
  142. package/src/SliceUI/layout/Stack.tsx +97 -0
  143. package/src/SliceUI/layout/StickyHeader.tsx +71 -0
  144. package/src/SliceUI/radio/RadioButton.tsx +130 -0
  145. package/src/SliceUI/radio/Token.ts +197 -0
  146. package/src/SliceUI/radio/Type.ts +35 -0
  147. package/src/SliceUI/react-native.config.js +3 -0
  148. package/src/SliceUI/responsive/Type.ts +7 -0
  149. package/src/SliceUI/responsive/helper.ts +53 -0
  150. package/src/SliceUI/switch/Switch.tsx +119 -0
  151. package/src/SliceUI/switch/Token.ts +205 -0
  152. package/src/SliceUI/switch/Type.ts +26 -0
  153. package/src/SliceUI/tab/TabItem.tsx +204 -0
  154. package/src/SliceUI/tab/Tabs.tsx +110 -0
  155. package/src/SliceUI/tab/Token.ts +282 -0
  156. package/src/SliceUI/tab/Type.ts +66 -0
  157. package/src/SliceUI/tab/helper.ts +53 -0
  158. package/src/SliceUI/table/Table.tsx +388 -0
  159. package/src/SliceUI/table/TableCell.tsx +158 -0
  160. package/src/SliceUI/table/TableFooter.tsx +353 -0
  161. package/src/SliceUI/table/TableHeader.tsx +247 -0
  162. package/src/SliceUI/table/TableRow.tsx +218 -0
  163. package/src/SliceUI/table/Token.ts +252 -0
  164. package/src/SliceUI/table/Type.ts +213 -0
  165. package/src/SliceUI/table/helper.ts +376 -0
  166. package/src/SliceUI/table/index.ts +53 -0
  167. package/src/SliceUI/theme/dummyColors.tsx +7 -0
  168. package/src/SliceUI/theme/theme.ts +107 -0
  169. package/src/SliceUI/typography/BaseTypographyToken.ts +62 -0
  170. package/src/SliceUI/typography/FoundationToken.ts +48 -0
  171. package/src/SliceUI/typography/Token.ts +228 -0
  172. package/src/SliceUI/typography/Type.ts +20 -0
  173. package/src/SliceUI/typography/Typography.tsx +99 -0
  174. package/src/SliceUI/values/BorderRadius.ts +17 -0
  175. package/src/SliceUI/values/BorderWidth.ts +7 -0
  176. package/src/SliceUI/values/Dimension.ts +35 -0
  177. package/src/SliceUI/values/IconSizes.ts +13 -0
  178. package/src/SliceUI/values/Spacing.ts +22 -0
  179. package/src/declarations.d.ts +8 -0
  180. package/src/index.tsx +119 -0
  181. package/src/stories/Colors.mdx +1418 -0
  182. package/src/stories/Dimensions.mdx +60 -0
  183. package/src/stories/GetStarted.mdx +90 -0
  184. package/src/stories/Introduction.mdx +136 -0
  185. package/src/stories/Shape.mdx +126 -0
  186. package/src/stories/Spacing.mdx +104 -0
  187. package/src/stories/Typography.mdx +454 -0
  188. package/src/stories/Utils.mdx +277 -0
  189. package/src/stories/story-components/AddIcon.js +13 -0
  190. package/src/stories/story-components/RectangleWithBox.jsx +51 -0
  191. package/src/stories/story-components/RoundedRectangle.jsx +18 -0
  192. package/src/stories/story-components/RoundedWithWhiteInside.jsx +33 -0
  193. package/src/stories/story-components/WhiteRoundedRectangle.jsx +107 -0
  194. package/src/stories/story-components/svgPaths.js +126 -0
@@ -0,0 +1 @@
1
+ {"IcoMoonType":"selection","icons":[{"icon":{"paths":["M894.417 289.099c0-2.568-0.525-5.078-1.5-7.404-0.977-2.323-2.387-4.414-4.144-6.169-0.009-0.008-0.013-0.021-0.022-0.031l-171.396-170.646c-7.542-7.479-19.687-7.458-27.146 0.063-7.479 7.5-7.458 19.667 0.063 27.146l138.457 137.854h-488.374c-116.208 0-210.771 94.542-210.771 210.75 0 10.604 8.604 19.208 19.208 19.208s19.208-8.604 19.208-19.208c0-95.021 77.312-172.333 172.354-172.333h488.337l-138.42 137.854c-7.521 7.479-7.542 19.646-0.063 27.146 3.75 3.771 8.667 5.667 13.604 5.667 4.896 0 9.812-1.875 13.542-5.604l171.322-170.615c1.809-1.784 3.26-3.911 4.253-6.292 0.681-1.63 0.837-3.417 1.048-5.187 0.089-0.747 0.44-1.406 0.44-2.177 0-0.005-0.003-0.005-0.003-0.010s0.003-0.005 0.003-0.010zM875.208 524.12c-10.604 0-19.208 8.604-19.208 19.208 0 95.021-77.312 172.333-172.354 172.333h-488.337l138.42-137.854c7.521-7.479 7.542-19.646 0.063-27.146-7.458-7.5-19.646-7.562-27.146-0.063l-171.322 170.615c-1.809 1.784-3.26 3.911-4.253 6.292-0.681 1.63-0.837 3.417-1.048 5.187-0.089 0.747-0.44 1.406-0.44 2.177 0 0.005 0.003 0.005 0.003 0.010s-0.003 0.005-0.003 0.010c0 2.568 0.525 5.078 1.5 7.404 0.977 2.323 2.387 4.414 4.144 6.169 0.009 0.008 0.013 0.021 0.022 0.031l171.396 170.646c3.75 3.729 8.646 5.604 13.542 5.604 4.938 0 9.854-1.896 13.604-5.667 7.479-7.5 7.458-19.667-0.063-27.146l-138.457-137.854h488.374c116.208 0 210.771-94.542 210.771-210.75 0-10.604-8.604-19.208-19.208-19.208z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Substitution"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3025,"id":570,"name":"Substitution","prevSize":32,"code":60238},"setIdx":0,"setId":2,"iconIdx":0},{"icon":{"paths":["M852.009 648.669c-1.108-27.946-10.204-55.228-25.95-78.74-4.88-6.877-9.98-13.308-14.862-19.517-15.524-19.962-26.615-34.377-26.836-57.89-0.667-11.534-0.667-23.289-0.667-34.825 0-13.526 0-27.282-1.108-41.473-10.325-106.524-95.058-181.447-188.030-209.779v-31.669c0-45.205-36.779-81.984-81.984-81.984s-81.984 36.779-81.984 81.984v31.301c-93.487 28.047-178.723 103.198-188.748 210.371-2.217 26.17-2.217 52.12-2.217 77.407 0 20.627-12.642 37.261-27.283 56.557-5.1 6.434-9.979 12.862-14.637 19.517-15.526 23.513-24.398 50.571-25.95 79.629v7.981c-0.667 37.485 12.199 73.862 37.040 103.803 31.94 32.825 74.524 53.454 119.772 57.666 60.773 6.434 121.989 9.757 183.204 9.757s122.211-3.324 182.764-9.757c45.691-3.991 88.498-24.62 121.101-58.552 24.4-28.834 37.483-65.654 36.596-102.918l-0.222-8.869zM658.6 459.918l-176.55 176.772c-3.992 3.769-9.095 5.767-14.196 5.767s-10.204-1.998-14.196-5.767l-88.276-88.498c-7.762-7.765-7.762-20.406 0-28.17s20.404-7.762 28.17 0l74.302 74.302 162.58-162.578c7.762-7.765 20.404-7.765 28.168 0 7.764 7.762 7.764 20.403 0 28.17zM601.162 848.511h-181.272c-7.582 0-14.512 4.31-17.89 11.112-3.357 6.779-2.6 14.901 2.013 20.946 24.259 31.906 62.532 50.36 104.964 50.64h0.932c42.345 0 82.265-18.822 106.98-50.447 4.701-6.001 5.566-14.165 2.209-21.031-3.336-6.866-10.311-11.22-17.934-11.22z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Notification-2_Fill"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3024,"id":569,"name":"Notification-2_Fill","prevSize":32,"code":60236},"setIdx":0,"setId":2,"iconIdx":1},{"icon":{"paths":["M601.168 848.511h-181.272c-7.582 0-14.512 4.31-17.89 11.112-3.357 6.779-2.6 14.901 2.013 20.946 24.259 31.906 62.532 50.36 104.964 50.64h0.932c42.345 0 82.265-18.822 106.98-50.447 4.701-6.001 5.566-14.165 2.209-21.031-3.336-6.866-10.311-11.22-17.934-11.22zM852.121 648.697c-1.256-28.028-10.246-55.168-26.165-78.691-4.853-6.931-9.855-13.364-14.708-19.623-15.509-19.97-26.707-34.395-26.772-57.918-0.867-11.567-0.801-23.219-0.757-34.851 0.044-13.364 0.087-27.161-1.148-41.284-10.318-106.614-94.985-181.489-188.009-209.8v-31.754c0-45.205-36.779-81.984-81.984-81.984s-81.984 36.779-81.984 81.984v31.391c-93.552 28.034-178.754 103.149-188.681 210.356-2.274 25.992-2.274 52.136-2.274 77.412 0 20.621-12.692 37.212-27.4 56.402-4.982 6.498-9.942 12.996-14.448 19.69-15.573 23.371-24.519 50.532-25.948 79.557v8.058c-0.716 37.407 12.108 73.862 37.060 103.708 31.754 32.902 74.338 53.369 119.608 57.617 60.822 6.542 122.077 9.791 183.288 9.791 61.124 0 122.206-3.249 182.768-9.747 45.746-4.050 88.438-24.54 121.037-58.613 24.455-28.852 37.428-65.587 36.54-102.951l-0.021-8.751zM470.536 174.776c0-23.176 18.866-42.042 42.042-42.042s42.042 18.866 42.042 42.042v22.483c-13.806-2.158-27.598-3.401-41.153-3.401h-2.945c-13.177 0-26.574 1.213-39.984 3.244v-22.326zM785.97 733.668c-25.104 26.208-58.807 42.389-95.282 45.617-118.74 12.715-239.149 12.715-358.193-0.044-36.043-3.378-69.724-19.581-93.897-44.533-17.869-21.443-27.4-48.583-26.836-76.46 0.021-0.129 0.021-0.281 0.021-0.412l-0.044-7.255c1.040-20.838 7.711-41.045 19.234-58.33 4.006-5.957 8.47-11.783 12.952-17.63 16.701-21.811 35.652-46.526 35.652-80.684 0-24.432 0-49.688 2.101-73.839 10.656-115.080 127.079-186.297 228.838-186.297h2.945c101.628 0 218.226 71.262 229.358 186.189 1.061 12.129 1.017 24.455 0.976 37.495-0.044 12.672-0.065 25.343 0.801 36.454 0 35.718 17.849 58.698 35.111 80.944 4.462 5.718 9.054 11.631 13.343 17.761 11.631 17.177 18.258 37.168 19.147 56.945l0.021 8.339c0.649 28.049-8.967 55.277-26.252 75.744zM630.365 431.751l-162.515 162.537-74.23-74.23c-7.798-7.798-20.447-7.798-28.245 0s-7.798 20.447 0 28.245l88.351 88.33c3.898 3.898 9.011 5.849 14.121 5.849s10.223-1.949 14.121-5.849l176.638-176.638c7.798-7.798 7.798-20.447 0-28.245s-20.447-7.798-28.245 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Notification-2"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3023,"id":568,"name":"Notification-2","prevSize":32,"code":60237},"setIdx":0,"setId":2,"iconIdx":2},{"icon":{"paths":["M849.125 547.539c7.91-1.584 7.91-12.892 0-14.484l-143.626-28.806c-86.165-17.285-153.506-84.626-170.793-170.791l-28.803-143.627c-1.585-7.909-12.895-7.909-14.487 0l-28.804 143.627c-17.285 86.165-84.628 153.506-170.793 170.791l-143.626 28.806c-7.909 1.584-7.909 12.892 0 14.484l143.626 28.806c86.165 17.285 153.508 84.629 170.793 170.791l28.804 143.627c1.584 7.909 12.894 7.909 14.487 0l28.803-143.627c17.286-86.162 84.628-153.506 170.793-170.791l143.626-28.806zM649.392 179.703c56.559 5.374 101.338 50.154 106.704 106.713 0.354 3.752 5.83 3.752 6.183 0 5.374-56.559 50.154-101.339 106.704-106.713 3.752-0.352 3.752-5.829 0-6.183-56.558-5.374-101.338-50.143-106.704-106.703-0.353-3.749-5.829-3.749-6.183 0-5.374 56.559-50.153 101.337-106.704 106.703-3.751 0.354-3.751 5.831 0 6.183zM878.285 818.033c-69.394-6.596-124.332-61.533-130.927-130.927-0.439-4.602-7.156-4.602-7.595 0-6.594 69.394-61.533 124.331-130.927 130.927-4.601 0.438-4.601 7.157 0 7.593 69.394 6.598 124.332 61.536 130.927 130.929 0.439 4.599 7.156 4.599 7.595 0 6.594-69.394 61.533-124.331 130.927-130.927 4.601-0.438 4.601-7.157 0-7.595z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ai"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3022,"id":567,"name":"ai","prevSize":32,"code":60235},"setIdx":0,"setId":2,"iconIdx":3},{"icon":{"paths":["M574.488 846.372c-16.084-27.844-25.365-60.224-25.365-94.869 0-16.7 2.060-32.793 6.186-48.259l-12.581-38.356c-1.443-4.33-2.062-8.661-2.062-12.789 0-17.321 10.93-33.613 28.46-39.181 12.17-4.124 24.954-2.063 34.852 4.743 34.646-35.473 83.114-57.333 136.32-57.333 14.849 0 29.285 1.65 43.103 4.949 6.186 1.444 12.581 3.097 18.562 5.362 6.392 2.063 12.581 4.537 18.56 7.428v-162.1h-705.318v273.465c0 121.681 73.009 194.068 195.511 194.068h291.408c-5.568-5.775-10.724-11.964-15.467-18.564-4.538-5.976-8.457-11.957-12.17-18.559zM651.209 509.594h0.618c15.879 0 28.873 12.996 28.873 28.875s-12.993 28.87-28.873 28.87-29.078-12.991-29.078-28.87 12.581-28.875 28.46-28.875zM284.732 752.948c-15.879 0-29.284-12.991-29.284-28.87s12.787-28.875 28.665-28.875h0.619c15.879 0 28.872 12.996 28.872 28.875s-12.992 28.87-28.872 28.87zM284.732 567.339c-15.879 0-29.284-12.991-29.284-28.87s12.787-28.875 28.665-28.875h0.619c15.879 0 28.872 12.996 28.872 28.875s-12.992 28.87-28.872 28.87zM468.279 752.948c-15.878 0-29.284-12.991-29.284-28.87s12.787-28.875 28.666-28.875h0.618c15.879 0 28.873 12.996 28.873 28.875s-12.993 28.87-28.873 28.87zM468.279 567.339c-15.878 0-29.284-12.991-29.284-28.87s12.787-28.875 28.666-28.875h0.618c15.879 0 28.873 12.996 28.873 28.875s-12.993 28.87-28.873 28.87zM152.331 378.84h668.195v-25.154c0-57.75-17.324-105.802-50.322-138.801-31.855-32.047-77.935-49.61-133.753-51.75v-40.566c0-10.251-8.308-18.569-18.559-18.569s-18.559 8.317-18.559 18.569v40.139h-262.787v-40.139c0-10.251-8.308-18.569-18.559-18.569s-18.559 8.317-18.559 18.569v40.556c-115.598 4.335-184.222 74.705-184.222 190.347v25.365h37.123zM729.782 666.538c-10.311 0-18.562 8.248-18.562 18.559v90.538c0 6.595 3.3 12.579 8.868 16.081l23.305 13.821 15.879 9.486 16.706 9.898 14.641 8.867c3.095 1.65 6.392 2.685 9.487 2.685 6.392 0 12.581-3.299 16.085-9.078 5.155-8.867 2.267-20.21-6.598-25.567l-12.376-7.428-31.76-18.977-17.119-10.311v-80.016c0-10.311-8.456-18.559-18.56-18.559zM820.523 603.225c-5.98-3.097-12.168-5.981-18.56-8.454-5.981-2.479-12.17-4.541-18.562-6.187-13.817-3.711-28.254-5.568-43.103-5.568-46.403 0-89.917 19.178-121.265 51.352-6.187 6.187-11.754 12.789-16.912 20.003l-2.683-8.042c-1.649-5.362-5.568-9.486-10.517-11.342-3.919-1.65-8.457-2.063-12.787-0.619-7.838 2.68-12.787 9.898-12.787 17.734 0 1.857 0.206 3.716 0.824 5.779l3.713 11.131 12.581 38.155v0.412c1.032 3.093 2.889 5.775 5.155 7.836h0.206c0.619 0.619 1.443 1.238 2.268 1.65v0.206c1.854 1.032 3.713 1.852 5.773 2.264 1.237 0.211 2.683 0.412 3.919 0.412 2.060 0.412 4.332-0.202 6.186-0.825l21.45-7.007 27.841-9.28c3.3-1.238 6.186-3.097 8.25-5.775 4.124-4.743 5.567-11.342 3.506-17.739-3.301-9.692-13.612-15.054-23.511-11.758l-3.3 1.032c7.010-8.248 14.848-15.673 23.716-22.069 22.481-16.7 49.91-26.395 78.369-26.395 15.055 0 29.697 2.471 43.103 7.423 6.392 2.063 12.581 4.743 18.562 8.047 6.597 3.299 12.787 7.423 18.56 12.166 31.142 23.926 51.147 61.457 51.147 103.736 0 72.387-58.985 131.167-131.372 131.167-15.878 0-31.141-2.891-45.578-8.248-9.281-3.304-18.149-7.84-26.4-13.202-0.206-0.206-0.411-0.206-0.618-0.412-2.683-1.65-5.155-3.505-7.632-5.568-1.649-1.032-3.095-2.063-4.332-3.505-2.476-1.857-4.949-4.129-7.219-6.599h-0.206c-12.17-11.758-22.068-26.193-29.079-42.485-3.713-9.073-13.817-13.404-23.098-10.311-0.411 0-0.824 0.206-1.237 0.412-9.486 3.923-13.817 14.848-9.898 24.334 4.332 10.522 9.692 20.21 16.084 29.288 4.332 6.599 9.281 12.785 14.643 18.559 5.98 6.806 12.581 12.789 19.592 18.358 29.284 23.302 65.995 36.711 104.971 36.711 92.806 0 168.494-75.691 168.494-168.496 0-63.931-35.68-119.615-88.269-148.279z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Calendar-1_Fill"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3021,"id":566,"name":"Calendar-1_Fill","prevSize":32,"code":60232},"setIdx":0,"setId":2,"iconIdx":4},{"icon":{"paths":["M529.393 846.521h-218.542c-100.772 0-158.569-57.205-158.569-156.947v-273.552h631.144v116.602c0 10.252 8.309 18.571 18.561 18.571s18.561-8.318 18.561-18.571v-178.982c0.183-57.687-17.172-105.685-50.175-138.801-31.894-31.971-78.067-49.635-133.815-51.78v-40.491c0-10.252-8.309-18.571-18.561-18.571s-18.561 8.318-18.561 18.571v40.064h-262.824v-40.064c0-10.252-8.309-18.571-18.561-18.571s-18.561 8.318-18.561 18.571v40.486c-115.595 4.359-184.33 74.753-184.33 190.526v335.991c0 121.538 73.155 194.091 195.691 194.091h218.542c10.252 0 18.561-8.318 18.561-18.571s-8.309-18.571-18.561-18.571zM152.282 353.582c0-95.405 52.234-149.425 147.208-153.417v44.589c0 10.252 8.309 18.571 18.561 18.571s18.561-8.318 18.561-18.571v-44.978h262.824v44.978c0 10.252 8.309 18.571 18.561 18.571s18.561-8.318 18.561-18.571v-44.57c45.56 2.003 82.643 15.936 107.518 40.885 26.256 26.325 39.497 64.172 39.349 112.514v25.298h-631.144v-25.298zM284.787 509.622h-0.646c-15.953 0-28.552 12.933-28.552 28.883s13.244 28.883 29.195 28.883 28.873-12.933 28.873-28.883-12.92-28.883-28.873-28.883zM468.373 509.622h-0.655c-15.953 0-28.552 12.933-28.552 28.883s13.254 28.883 29.207 28.883 28.873-12.933 28.873-28.883-12.92-28.883-28.873-28.883zM651.293 509.622c-15.953 0-28.552 12.933-28.552 28.883s13.254 28.883 29.207 28.883 28.873-12.933 28.873-28.883-12.92-28.883-28.873-28.883h-0.655zM284.787 695.253h-0.646c-15.953 0-28.552 12.933-28.552 28.883s13.244 28.883 29.195 28.883 28.873-12.933 28.873-28.883-12.92-28.883-28.873-28.883zM468.373 695.253h-0.655c-15.953 0-28.552 12.933-28.552 28.883s13.254 28.883 29.207 28.883 28.873-12.933 28.873-28.883-12.92-28.883-28.873-28.883zM740.372 583.060c-55.4 0-106.633 27.434-138.105 71.322l-2.63-8.038c-3.181-9.748-13.626-15.087-23.415-11.884-7.815 2.558-12.791 9.808-12.8 17.626 0 1.915 0.302 3.868 0.926 5.78l16.155 49.428c0.009 0.019 0.009 0.041 0.019 0.060 0.009 0 0.009 0.041 0.009 0.041l0.009 0.019c0 0.019 0.009 0.019 0.009 0.041 0 0 0.019 0.041 0.041 0.12 1.099 3.181 2.992 5.922 5.427 8.016h0.009c0.031 0.060 0.031 0.019 0.050 0.041 0 0 0 0.019 0.009 0.019 0.614 0.523 1.279 1.008 1.962 1.471h0.019s0.031 0 0.050 0.041h0.009c2.8 1.792 6.092 2.841 9.569 2.92 0.031-0.019 0.060 0 0.101 0h0.041c2.126 0.302 4.331-0.321 6.325-0.986l49.176-16.297c9.729-3.222 15.005-13.736 11.783-23.465-3.232-9.729-13.736-15.065-23.465-11.783l-3.254 1.087c25.018-29.749 62.632-48.442 101.959-48.442 72.421 0 131.346 58.915 131.346 131.327s-58.925 131.327-131.346 131.327c-52.915 0-100.409-31.481-121.015-80.207-3.988-9.446-14.864-13.799-24.331-9.871-9.436 3.988-13.859 14.885-9.871 24.331 26.435 62.503 87.357 102.885 155.214 102.885 92.894 0 168.468-75.574 168.468-168.468s-75.574-168.468-168.468-168.468zM729.799 666.572c-10.252 0-18.561 8.318-18.561 18.571v90.639c0 6.526 3.433 12.589 9.043 15.931l70.487 42.118c2.98 1.792 6.265 2.639 9.496 2.639 6.325 0 12.479-3.222 15.953-9.043 5.257-8.803 2.387-20.202-6.416-25.459l-61.444-36.719v-80.106c0-10.252-8.309-18.571-18.561-18.571z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Calendar-1"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3020,"id":565,"name":"Calendar-1","prevSize":32,"code":60233},"setIdx":0,"setId":2,"iconIdx":5},{"icon":{"paths":["M973.718 882.555h-439.47v-563.72c22.55-7.435 40.143-25.029 47.331-47.334h181.24l-123.343 290.384h-32.517v22.312c0 103.744 84.408 188.177 188.177 188.177s188.177-84.433 188.177-188.177v-22.312h-29.649l-136.414-321.191c-0.87-2.118-2.249-3.909-3.682-5.644-0.394-0.478-0.592-1.083-1.028-1.53-0.135-0.14-0.263-0.266-0.401-0.399-0.32-0.315-0.747-0.448-1.081-0.739-3.928-3.442-8.876-5.729-14.383-5.729h-215.095c-7.185-22.306-24.78-40.147-47.331-47.328v-60.221c0-12.391-9.913-22.301-22.303-22.301-12.142 0-22.302 9.91-22.302 22.301v60.221c-22.303 7.181-39.896 25.022-47.332 47.328h-218.068c-5.558 0-10.449 2.256-14.339 5.633-0.387 0.327-0.876 0.49-1.242 0.847-0.125 0.126-0.244 0.248-0.366 0.375-0.877 0.901-1.341 2.063-2.049 3.086-0.501 0.732-1.048 1.416-1.464 2.202-0.305 0.575-0.817 0.963-1.075 1.573l-136.566 321.518h-30v22.312c0 103.744 84.408 188.177 188.177 188.177s188.189-84.433 188.189-188.177v-22.312h-32.166l-123.343-290.384h184.313c7.187 22.306 25.029 39.9 47.332 47.334v563.72h-439.364c-12.317 0-22.301 9.995-22.301 22.312s9.982 22.312 22.301 22.312h461.575c0.032 0 0.058 0.018 0.089 0.018s0.059-0.018 0.091-0.018h461.682c12.317 0 22.301-9.995 22.301-22.312s-9.982-22.312-22.301-22.312zM795.136 727.749c-71.583 0-131.102-52.634-141.847-121.241h283.693c-10.744 68.606-70.264 121.241-141.847 121.241zM905.197 561.885h-217.251l108.63-255.749 108.622 255.749zM225.318 727.749c-71.583 0-131.102-52.634-141.847-121.241h283.705c-10.757 68.606-70.276 121.241-141.859 121.241zM332.873 561.885h-217.262l108.631-255.754 108.631 255.754zM483.449 249.201c0-6.691 2.229-12.638 6.195-17.594 1.487-1.984 3.221-3.715 5.203-4.955 4.708-3.721 10.656-5.948 17.099-5.948 6.691 0 12.638 2.227 17.346 5.948 1.983 1.241 3.717 2.97 4.957 4.955 3.964 4.955 6.195 10.902 6.195 17.594 0 6.443-2.231 12.638-6.195 17.345-1.238 1.984-2.725 3.473-4.708 4.955-4.708 3.969-10.904 6.195-17.595 6.195-6.441 0-12.637-2.227-17.345-6.195-1.983-1.235-3.717-2.97-4.957-4.955-3.966-4.707-6.195-10.902-6.195-17.345z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Weight-Scale"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3019,"id":564,"name":"Weight-Scale","prevSize":32,"code":60234},"setIdx":0,"setId":2,"iconIdx":6},{"icon":{"paths":["M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384s384 171.923 384 384z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Circle_Fill"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3018,"id":563,"name":"Circle_Fill","prevSize":32,"code":60231},"setIdx":0,"setId":2,"iconIdx":7},{"icon":{"paths":["M807.758 867.077c0-18.64-0.276-35.059-0.276-47.858-0.558-62.041-48.132-117.967-107.956-127.707-20.031-3.337-41.174-3.061-63.434-3.061h-17.255l-77.902 60.658c-2.228 1.942-4.456 3.61-6.676 5.288l-2.778 2.229c-6.675 5.288-13.909 10.853-21.143 16.41-19.474 15.3-40.065 31.162-59.539 46.19-2.227 1.668-4.455 3.334-6.675 5.005l-3.061 2.229v0.276c0 18.638 0.276 46.463 0.276 77.625 0 9.461 0 19.199-0.276 28.936v20.031c0.276 15.575 0 30.888 0 45.355v25.038h366.711v-50.087c0.276-21.975 0.276-44.236 0.276-65.662 0-13.633 0-27.266-0.276-40.898zM511.724 965.572c-12.24 0-21.7-9.463-21.7-21.426 0.276-11.691 10.021-21.702 21.7-21.702 11.965-0.276 22.262 10.021 21.977 22.262-0.276 11.963-10.021 21.143-21.977 20.867zM512.56 870.139c-12.24 0.276-22.536-10.021-22.26-22.259 0-11.694 9.736-21.143 21.7-21.143s21.702 9.458 21.702 21.424c0.276 11.691-9.462 21.702-21.143 21.977zM391.246 965.572v-62.601c0-32.001-0.276-60.374-0.276-78.739 0-1.395 0-2.778 0.276-4.169 0.276-1.946 0.558-3.9 0.833-5.567s0.835-3.337 1.393-5.007c0.276-0.835 0.276-1.392 0.835-2.227 0.833-2.502 1.944-4.732 3.337-6.958 1.944-3.061 3.897-5.567 6.675-8.066 1.393-1.395 2.779-2.505 4.172-3.624l5.29-4.169c21.976-16.973 45.63-35.059 67.607-52.307l-69.559-43.961h-58.43c-79.296 0.835-137.166 59.263-137.166 138.838-0.276 29.493-0.276 88.756-0.276 146.9v50.085l175.182-0.272 0.107-58.153zM690.899 417.456h-375.887c0 13.077 0 25.874 0.274 38.956 0.276 11.963 0.835 21.977 2.228 31.162 13.074 90.985 87.364 161.093 180.293 170.282 6.401 0.56 12.524 0.835 18.64 0.835 83.192 0 160.534-54.256 188.644-134.665 12.24-35.335 11.689-70.394 10.855-104.335v-2.227h-25.038zM302.772 258.306h425.14c43.127-35.895 58.704-96.268 35.61-148.020-25.599-58.431-87.089-87.643-148.297-72.064-58.154-50.919-141.622-50.919-199.492-0.276-18.089-5.005-36.728-5.564-55.926-1.67-52.305 10.299-92.93 51.757-101.273 103.227-7.509 45.631 9.462 90.151 44.238 118.803zM724.29 308.391h-417.347v58.707h417.347v-58.707z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Kitchen_Fill"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3017,"id":562,"name":"Kitchen_Fill","prevSize":32,"code":60230},"setIdx":0,"setId":2,"iconIdx":8},{"icon":{"paths":["M841.848 140.911h-659.474c-33.218 0-60.416 27.198-60.416 60.416v393.274c0 33.218 27.198 60.195 60.416 60.195h206.702v80.437h-75.691c-30.481 0-55.28 24.951-55.28 55.606v36.663c0 30.655 24.799 55.583 55.28 55.583h397.384c30.481 0 55.28-24.928 55.28-55.583v-36.663c0-30.655-24.799-55.606-55.28-55.606h-85.107v-80.437h216.187c33.218 0 60.196-26.976 60.196-60.195v-393.273c0-33.218-26.978-60.416-60.196-60.416zM512.111 516.573c55.958 0 101.44-45.483 101.44-101.442 0-34.334-17.391-66.213-46.374-85.161-8.918-5.573-11.37-17.391-5.573-26.088 5.573-8.915 17.391-11.37 26.084-5.573 39.908 25.866 63.764 69.563 63.764 116.822 0 76.92-62.426 139.341-139.341 139.341s-139.341-62.421-139.341-139.341c0-47.485 23.854-91.182 63.763-117.046 8.916-5.792 20.51-3.342 26.307 5.573 5.573 8.699 3.121 20.514-5.573 26.088-29.207 18.946-46.597 50.833-46.597 85.385 0 55.959 45.483 101.442 101.442 101.442zM493.161 349.587v-89.179c0-10.478 8.473-18.953 18.952-18.953 10.478 0 18.951 8.475 18.951 18.953v89.179c0 10.478-8.473 18.953-18.951 18.953-10.479 0-18.952-8.475-18.952-18.953z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Shutdown-device_Fill"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3016,"id":561,"name":"Shutdown-device_Fill","prevSize":32,"code":60228},"setIdx":0,"setId":2,"iconIdx":9},{"icon":{"paths":["M587.691 298.197c-8.763-5.748-20.509-3.221-26.224 5.53-5.704 8.774-3.234 20.509 5.54 26.213 29.077 18.941 46.429 50.773 46.429 85.172 0 55.889-45.46 101.372-101.339 101.372-55.997 0-101.545-45.483-101.545-101.372 0-34.552 17.419-66.449 46.593-85.326 8.784-5.704 11.301-17.419 5.606-26.213-5.671-8.774-17.419-11.257-26.203-5.617-40.007 25.91-63.902 69.694-63.902 117.156 0 76.791 62.563 139.254 139.451 139.254 76.779 0 139.244-62.465 139.244-139.254 0-47.267-23.797-90.986-63.65-116.917zM512.054 368.5c10.462 0 18.953-8.47 18.953-18.941v-89.156c0-10.473-8.491-18.941-18.953-18.941s-18.953 8.47-18.953 18.941v89.156c0 10.473 8.491 18.941 18.953 18.941zM841.718 140.958h-659.436c-33.28 0-60.352 27.085-60.352 60.375v393.162c0 33.267 27.074 60.352 60.352 60.352h206.716v80.339h-75.691c-30.481 0-55.28 24.951-55.28 55.606v36.665c0 30.655 24.799 55.583 55.28 55.583h397.386c30.481 0 55.28-24.928 55.28-55.583v-36.665c0-30.655-24.799-55.606-55.28-55.606h-85.107v-80.339h216.133c33.28 0 60.352-27.085 60.352-60.352v-393.162c0-33.29-27.074-60.375-60.352-60.375zM710.693 775.335c8.35 0 15.154 6.923 15.154 15.458v36.665c0 8.514-6.805 15.437-15.154 15.437h-397.386c-8.35 0-15.154-6.923-15.154-15.437v-36.665c0-8.535 6.805-15.458 15.154-15.458h115.817v-120.488h156.336v120.488h125.233zM861.944 594.496c0 11.147-9.080 20.205-20.226 20.205h-659.436c-11.147 0-20.226-9.057-20.226-20.205v-393.162c0-11.147 9.080-20.226 20.226-20.226h659.436c11.147 0 20.226 9.080 20.226 20.226v393.162z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Shutdown-device"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3015,"id":560,"name":"Shutdown-device","prevSize":32,"code":60229},"setIdx":0,"setId":2,"iconIdx":10},{"icon":{"paths":["M749.094 394.206c-3.598-7.931-11.55-13.11-20.219-13.22l-146.086-1.82 155.728-246.574c4.356-6.935 4.595-15.689 0.639-22.863-3.966-7.151-11.506-11.617-19.7-11.617h-217.512c-8.572 0-16.286 4.767-20.057 12.33l-206.515 406.593c-3.565 7.022-3.228 15.234 0.899 21.952s11.29 10.727 19.18 10.727h125.802l-142.379 345.069c-4.227 10.294-0.401 21.952 9.081 27.762 3.673 2.255 7.737 3.338 11.766 3.338 6.361 0 12.623-2.731 17.043-7.887l428.882-499.843c5.689-6.61 7.032-16.016 3.446-23.947z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Flash_Fill"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3014,"id":559,"name":"Flash_Fill","prevSize":32,"code":60226},"setIdx":0,"setId":2,"iconIdx":11},{"icon":{"paths":["M299.722 925.885c-4.031 0-8.093-1.084-11.766-3.338-9.481-5.807-13.306-17.468-9.081-27.762l142.379-345.069h-125.802c-7.887 0-15.051-4.008-19.18-10.727s-4.464-14.932-0.899-21.952l206.515-406.593c3.771-7.563 11.486-12.33 20.057-12.33h217.512c8.191 0 15.733 4.464 19.7 11.617 3.954 7.174 3.717 15.928-0.639 22.863l-155.728 246.574 146.086 1.82c8.669 0.108 16.621 5.287 20.219 13.22 3.586 7.931 2.242 17.337-3.446 23.947l-428.882 499.843c-4.42 5.158-10.685 7.887-17.043 7.887zM323.862 509.758h123.46c7.509 0 14.497 3.727 18.68 9.969 4.193 6.242 4.996 14.108 2.145 21.064l-110.836 268.613 333.725-388.932-139.931-1.755c-8.126-0.108-15.614-4.616-19.504-11.789s-3.575-15.906 0.803-22.799l155.414-246.054h-175.168l-188.787 371.68zM447.324 549.718v0zM728.344 420.949v0zM566.201 405.432l-0.065 0.087c0.021-0.021 0.044-0.065 0.065-0.087zM551.573 378.756v0zM719.459 138.075v0zM517.559 128.412v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Flash"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3013,"id":558,"name":"Flash","prevSize":32,"code":60227},"setIdx":0,"setId":2,"iconIdx":12},{"icon":{"paths":["M501.721 542.245c102.2 0 185.048-82.848 185.048-185.048s-82.848-185.048-185.048-185.048-185.048 82.848-185.048 185.048v0c-0.36 101.84 81.91 184.688 183.75 185.048 0.433 0.001 0.865 0.001 1.298 0z","M501.716 562.6h-1.301c-112.985-0.42-204.475-92.595-204.079-205.469 0-113.184 92.13-205.335 205.38-205.335s205.401 92.154 205.401 205.401-92.154 205.401-205.401 205.401zM501.716 192.489c-90.808 0-164.689 73.881-164.689 164.71-0.176 43.891 16.748 85.157 47.622 116.251s72.005 48.304 115.831 48.459l1.236 20.345v-20.345c90.829 0 164.71-73.881 164.71-164.71s-73.881-164.71-164.71-164.71z","M520.668 668.812c-165.937 0-307.655 25.079-307.655 125.576s140.814 126.48 307.655 126.48c165.937 0 307.655-25.123 307.655-125.576s-140.814-126.48-307.655-126.48z","M520.674 941.208c-81.119 0-328.009 0-328.009-146.812 0-130.793 187.196-145.931 328.009-145.931 81.119 0 327.985 0 327.985 146.836 0 130.769-187.196 145.91-327.985 145.91zM520.674 689.156c-193.333 0-287.315 34.426-287.315 105.24 0 70.415 96.656 106.122 287.315 106.122 193.333 0 287.294-34.402 287.294-105.216 0-70.439-96.656-106.142-287.294-106.142z","M756.725 373.352c-11.231 0-20.345-9.114-20.345-20.345 0-126.556-104.797-229.522-233.604-229.522s-233.583 102.965-233.583 229.522c0 11.231-9.114 20.345-20.345 20.345s-20.345-9.114-20.345-20.345c0-148.998 123.046-270.215 274.274-270.215 151.249 0 274.297 121.215 274.297 270.215 0 11.231-9.114 20.345-20.345 20.345z","M803.546 347.58c0 38.318-23.803 69.382-53.164 69.382s-53.164-31.063-53.164-69.382c0-38.318 23.803-69.382 53.164-69.382s53.164 31.063 53.164 69.382z","M302.005 347.58c0 38.318-23.803 69.382-53.164 69.382s-53.164-31.063-53.164-69.382c0-38.318 23.803-69.382 53.164-69.382s53.164 31.063 53.164 69.382z","M547.937 596.509c0 27.159-26.144 49.178-58.395 49.178s-58.395-22.016-58.395-49.178c0-27.159 26.144-49.178 58.395-49.178s58.395 22.016 58.395 49.178z","M498.539 620.307c-11.231 0-20.345-9.114-20.345-20.345s9.114-20.345 20.345-20.345c137.811 0 237.841-87.033 237.841-206.946 0-11.231 9.114-20.345 20.345-20.345s20.345 9.114 20.345 20.345c0 143.48-117.156 247.64-278.534 247.64z"],"attrs":[{},{},{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Customer-Service1_Fill"],"colorPermutations":{"11017716412552552551911741171":[{},{},{},{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{},{},{},{}],"properties":{"order":3012,"id":557,"name":"Customer-Service1_Fill","prevSize":32,"code":60215},"setIdx":0,"setId":2,"iconIdx":13},{"icon":{"paths":["M501.716 562.6h-1.301c-112.985-0.42-204.475-92.595-204.079-205.469 0-113.184 92.13-205.335 205.38-205.335s205.401 92.154 205.401 205.401-92.154 205.401-205.401 205.401zM501.716 192.489c-90.808 0-164.689 73.881-164.689 164.71-0.176 43.891 16.748 85.157 47.622 116.251s72.005 48.304 115.831 48.459l1.236 20.345v-20.345c90.829 0 164.71-73.881 164.71-164.71s-73.881-164.71-164.71-164.71z","M520.674 941.208c-81.119 0-328.009 0-328.009-146.812 0-130.793 187.196-145.931 328.009-145.931 81.119 0 327.985 0 327.985 146.836 0 130.769-187.196 145.91-327.985 145.91zM520.674 689.156c-193.333 0-287.315 34.426-287.315 105.24 0 70.415 96.656 106.122 287.315 106.122 193.333 0 287.294-34.402 287.294-105.216 0-70.439-96.656-106.142-287.294-106.142z","M756.725 373.352c-11.231 0-20.345-9.114-20.345-20.345 0-126.556-104.797-229.522-233.604-229.522s-233.583 102.965-233.583 229.522c0 11.231-9.114 20.345-20.345 20.345s-20.345-9.114-20.345-20.345c0-148.998 123.046-270.215 274.274-270.215 151.249 0 274.297 121.215 274.297 270.215 0 11.231-9.114 20.345-20.345 20.345z","M803.546 347.58c0 38.318-23.803 69.382-53.164 69.382s-53.164-31.063-53.164-69.382c0-38.318 23.803-69.382 53.164-69.382s53.164 31.063 53.164 69.382z","M302.005 347.58c0 38.318-23.803 69.382-53.164 69.382s-53.164-31.063-53.164-69.382c0-38.318 23.803-69.382 53.164-69.382s53.164 31.063 53.164 69.382z","M547.937 596.509c0 27.159-26.144 49.178-58.395 49.178s-58.395-22.016-58.395-49.178c0-27.159 26.144-49.178 58.395-49.178s58.395 22.016 58.395 49.178z","M498.539 620.307c-11.231 0-20.345-9.114-20.345-20.345s9.114-20.345 20.345-20.345c137.811 0 237.841-87.033 237.841-206.946 0-11.231 9.114-20.345 20.345-20.345s20.345 9.114 20.345 20.345c0 143.48-117.156 247.64-278.534 247.64z"],"attrs":[{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Customer-Service1"],"colorPermutations":{"11017716412552552551911741171":[{},{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{},{}],"properties":{"order":3011,"id":556,"name":"Customer-Service1","prevSize":32,"code":60216},"setIdx":0,"setId":2,"iconIdx":14},{"icon":{"paths":["M185.705 660.605v-8.406c1.237-24.916 9.196-49.030 23.031-69.788 18.532-27.549 46.066-52.446 46.066-88.827 0-25.566 0-51.516 2.227-77.119 11.403-123.185 133.166-208.327 253.472-208.327h2.994c120.306 0 242.069 85.141 254.009 208.327 2.227 25.566 0 51.516 1.88 77.119 0 37.829 24.572 58.675 45.873 89.174 13.942 20.576 21.913 44.611 23.031 69.441v8.022c0.8 33.519-10.729 66.163-32.4 91.745-28.966 30.237-67.923 48.936-109.634 52.63-122.678 13.157-246.412 13.157-369.093 0-41.585-3.909-80.392-22.58-109.404-52.63-21.353-25.591-32.736-58.039-32.053-91.362z","M511.8 834.802c-62.403 0-124.823-3.311-186.807-9.978-46.178-4.347-89.531-25.228-121.867-58.737-25.428-30.374-38.496-67.5-37.767-105.687v-8.212c1.456-29.599 10.594-57.282 26.443-81.054 4.591-6.822 9.647-13.444 14.724-20.066 14.989-19.556 27.923-36.466 27.923-57.478 0-25.759 0-52.401 2.317-78.889 12.958-140.188 152.175-226.914 273.732-226.914h3.001c121.316 0 260.664 86.681 274.238 226.717 1.259 14.414 1.215 28.54 1.17 42.182-0.045 11.833-0.11 23.662 0.75 35.426 0.066 23.927 11.478 38.651 27.304 59.023 4.946 6.357 10.022 12.914 14.944 19.955 16.224 23.948 25.407 51.586 26.708 80.17l0.021 8.962c0.905 38.056-12.318 75.492-37.237 104.892-33.199 34.7-76.704 55.602-123.347 59.753-61.718 6.622-123.963 9.933-186.256 9.933zM510.499 228.49c-103.722 0-222.367 72.577-233.205 189.852-2.141 24.612-2.141 50.35-2.141 75.248 0 34.81-19.315 59.994-36.332 82.224-4.571 5.961-9.117 11.898-13.199 17.966-11.743 17.591-18.541 38.166-19.601 59.422l0.045 7.393c0 0.131 0 0.286-0.021 0.42-0.575 28.429 9.138 56.111 27.328 77.898 24.633 25.452 58.958 41.962 95.709 45.428 121.227 13.024 243.954 13 365.005 0.045 37.192-3.311 71.562-19.821 97.1-46.488 17.636-20.881 27.438-48.629 26.774-77.189l-0.021-8.522c-0.926-20.176-7.703-40.548-19.536-58.032-4.347-6.226-9.028-12.229-13.554-18.079-17.615-22.647-35.825-46.089-35.825-82.489-0.884-11.303-0.84-24.192-0.795-37.061 0.045-13.31 0.089-25.913-0.995-38.297-11.368-117.121-130.168-189.742-233.735-189.742h-3.001zM185.712 660.599v0z","M602.856 875.278c-45.007 57.598-140.134 58.614-184.719 0h184.719z","M509.88 939.208c-0.331 0-0.64 0-0.95-0.021-43.243-0.265-82.245-19.071-106.967-51.586-4.702-6.157-5.476-14.435-2.051-21.346 3.442-6.932 10.508-11.324 18.231-11.324h184.71c7.768 0 14.879 4.437 18.276 11.434 3.421 6.997 2.54 15.319-2.251 21.456-25.187 32.205-65.866 51.386-108.998 51.386zM485.313 895.635c7.637 1.831 15.629 2.826 23.883 2.87 8.233 0.176 17.064-0.905 25.163-2.87h-49.046z","M449.4 214.398v-46.065c0-34.842 28.348-63.19 63.19-63.19s63.19 28.348 63.19 63.19v46.065z","M575.793 234.757c-11.234 0-20.351-9.117-20.351-20.351v-46.068c0-23.618-19.226-42.844-42.844-42.844s-42.844 19.226-42.844 42.844v46.068c0 11.234-9.117 20.351-20.351 20.351s-20.351-9.117-20.351-20.351v-46.068c0-46.068 37.481-83.549 83.549-83.549s83.549 37.481 83.549 83.549v46.068c0 11.234-9.117 20.351-20.351 20.351z","M641.504 561.466h-259.008c-12.494 0-22.602-10.109-22.602-22.602s10.109-22.602 22.602-22.602h259.008c12.494 0 22.602 10.109 22.602 22.602s-10.109 22.602-22.602 22.602z","M512 690.97c-12.494 0-22.602-10.109-22.602-22.602v-259.032c0-12.494 10.109-22.602 22.602-22.602s22.602 10.109 22.602 22.602v259.032c0 12.494-10.109 22.602-22.602 22.602z"],"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 255, 255)"}],"isMulticolor":true,"isMulticolor2":false,"grid":0,"tags":["Notification1_Fill"],"colorPermutations":{"11017716412552552551911741171":[{"f":0},{"f":0},{"f":0},{"f":0},{"f":0},{"f":0},{"f":3},{"f":3}]}},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 255, 255)"}],"properties":{"order":3010,"id":555,"name":"Notification1_Fill","prevSize":32,"code":60217,"codes":[60217,60218,60219,60220,60221,60222,60223,60224]},"setIdx":0,"setId":2,"iconIdx":15},{"icon":{"paths":["M511.8 834.802c-62.403 0-124.823-3.311-186.807-9.978-46.178-4.347-89.531-25.228-121.867-58.737-25.428-30.374-38.496-67.5-37.767-105.687v-8.212c1.456-29.599 10.594-57.282 26.443-81.054 4.591-6.822 9.647-13.444 14.724-20.066 14.989-19.556 27.923-36.466 27.923-57.478 0-25.759 0-52.401 2.317-78.889 12.958-140.188 152.175-226.914 273.732-226.914h3.001c121.316 0 260.664 86.681 274.238 226.717 1.259 14.414 1.215 28.54 1.17 42.182-0.045 11.833-0.11 23.662 0.75 35.426 0.066 23.927 11.478 38.651 27.304 59.023 4.946 6.357 10.022 12.914 14.944 19.955 16.224 23.948 25.407 51.586 26.708 80.17l0.021 8.962c0.905 38.056-12.318 75.492-37.237 104.892-33.199 34.7-76.704 55.602-123.347 59.753-61.718 6.622-123.963 9.933-186.256 9.933zM510.499 228.49c-103.722 0-222.367 72.577-233.205 189.852-2.141 24.612-2.141 50.35-2.141 75.248 0 34.81-19.315 59.994-36.332 82.224-4.571 5.961-9.117 11.898-13.199 17.966-11.743 17.591-18.541 38.166-19.601 59.422l0.045 7.393c0 0.131 0 0.286-0.021 0.42-0.575 28.429 9.138 56.111 27.328 77.898 24.633 25.452 58.958 41.962 95.709 45.428 121.227 13.024 243.954 13 365.005 0.045 37.192-3.311 71.562-19.821 97.1-46.488 17.636-20.881 27.438-48.629 26.774-77.189l-0.021-8.522c-0.926-20.176-7.703-40.548-19.536-58.032-4.347-6.226-9.028-12.229-13.554-18.079-17.615-22.647-35.825-46.089-35.825-82.489-0.884-11.303-0.84-24.192-0.795-37.061 0.045-13.31 0.089-25.913-0.995-38.297-11.368-117.121-130.168-189.742-233.735-189.742h-3.001zM185.712 660.599v0z","M602.856 875.278c-45.007 57.598-140.134 58.614-184.719 0h184.719z","M509.88 939.208c-0.331 0-0.64 0-0.95-0.021-43.243-0.265-82.245-19.071-106.967-51.586-4.702-6.157-5.476-14.435-2.051-21.346 3.442-6.932 10.508-11.324 18.231-11.324h184.71c7.768 0 14.879 4.437 18.276 11.434 3.421 6.997 2.54 15.319-2.251 21.456-25.187 32.205-65.866 51.386-108.998 51.386zM485.313 895.635c7.637 1.831 15.629 2.826 23.883 2.87 8.852 0.176 17.085-0.905 25.163-2.87h-49.046z","M575.793 234.757c-11.234 0-20.351-9.117-20.351-20.351v-46.068c0-23.618-19.226-42.844-42.844-42.844s-42.844 19.226-42.844 42.844v46.068c0 11.234-9.117 20.351-20.351 20.351s-20.351-9.117-20.351-20.351v-46.068c0-46.068 37.481-83.549 83.549-83.549s83.549 37.481 83.549 83.549v46.068c0 11.234-9.117 20.351-20.351 20.351z","M641.504 561.466h-259.008c-12.494 0-22.602-10.109-22.602-22.602s10.109-22.602 22.602-22.602h259.008c12.494 0 22.602 10.109 22.602 22.602s-10.109 22.602-22.602 22.602z","M512 690.97c-12.494 0-22.602-10.109-22.602-22.602v-259.032c0-12.494 10.109-22.602 22.602-22.602s22.602 10.109 22.602 22.602v259.032c0 12.494-10.109 22.602-22.602 22.602z"],"attrs":[{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Notification1"],"colorPermutations":{"11017716412552552551911741171":[{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{}],"properties":{"order":3009,"id":554,"name":"Notification1","prevSize":32,"code":60225},"setIdx":0,"setId":2,"iconIdx":16},{"icon":{"paths":["M891.551 725.737c-2.792-18.417-11.917-35.479-25.396-47.75-39.354-37.396-83.292-69.875-130.604-96.5-1.729-0.979-3.583-1.667-5.521-2.063-28.188-5.937-50.396 6.854-68.146 17.062-18.396 10.563-29.479 16.313-43.396 11.271-92.563-36.021-166.333-109.75-202.188-201.792-5.125-14.292 0.604-25.396 11.187-43.771 10.271-17.812 23.062-39.979 17.104-68.333-0.396-1.917-1.104-3.771-2.063-5.479-26.625-47.271-59.062-91.208-96.167-130.292-12.542-13.792-29.604-22.938-50.063-25.937-58.917-2.958-129.646 78.792-142.188 98.563-29.083 40.104-29.167 92.688-0.542 155.667 66.354 162.333 319.667 415.625 483.292 483.625 31.542 14.646 60.542 21.917 86.604 21.917 25.854 0 48.854-7.167 68.542-21.333 15.229-8.604 101.875-81.396 99.75-142.646-0.021-0.75-0.083-1.479-0.208-2.208zM576.321 235.378c0.223 1.13 0.749 2.13 1.173 3.206 0.495 1.247 0.906 2.487 1.646 3.601 0.147 0.224 0.171 0.5 0.328 0.719l59.437 82.333c3.75 5.208 9.625 7.979 15.583 7.979 3.896 0 7.812-1.187 11.208-3.646 8.604-6.208 10.542-18.208 4.333-26.792l-28.842-39.953 52.592 12.974c82.396 20.333 133.312 101.312 115.937 184.354-2.167 10.375 4.479 20.563 14.854 22.729 1.333 0.271 2.646 0.417 3.958 0.417 8.896 0 16.875-6.229 18.771-15.271 21.646-103.396-41.75-204.208-144.313-229.521l-62.72-15.474 48.595-34.609c8.625-6.167 10.646-18.146 4.5-26.792-6.146-8.625-18.167-10.625-26.792-4.5l-82.688 58.896c-0.737 0.526-1.173 1.325-1.822 1.943-1.003 0.943-2.007 1.823-2.793 2.979-0.69 1.013-1.069 2.154-1.553 3.284-0.415 0.961-1.073 1.763-1.332 2.815-0.068 0.276 0.021 0.542-0.035 0.818-0.049 0.242-0.216 0.438-0.256 0.682-0.167 1.005 0.107 1.99 0.1 2.995-0.005 1.302-0.125 2.583 0.128 3.833z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Call-Back_Fill"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3008,"id":553,"name":"Call-Back_Fill","prevSize":32,"code":60213},"setIdx":0,"setId":2,"iconIdx":17},{"icon":{"paths":["M891.551 725.737c-2.792-18.417-11.917-35.479-25.396-47.75-39.354-37.396-83.292-69.875-130.604-96.5-1.729-0.979-3.583-1.667-5.521-2.063-28.188-5.937-50.396 6.854-68.146 17.062-18.396 10.563-29.458 16.313-43.396 11.271-92.563-36.021-166.333-109.75-202.188-201.792-5.125-14.292 0.604-25.396 11.187-43.771 10.271-17.812 23.062-39.979 17.104-68.333-0.396-1.917-1.104-3.771-2.063-5.479-26.625-47.271-59.062-91.208-96.167-130.292-12.542-13.792-29.604-22.938-50.063-25.937-58.792-2.958-129.646 78.792-142.188 98.563-29.083 40.104-29.167 92.688-0.542 155.667 66.354 162.333 319.667 415.625 483.292 483.625 31.542 14.646 60.542 21.917 86.604 21.917 25.854 0 48.854-7.167 68.542-21.333 15.229-8.604 101.875-81.396 99.75-142.646-0.021-0.75-0.083-1.479-0.208-2.208zM771.364 838.279c-29.521 21.167-68.271 20.167-119.021-3.417-157.333-65.396-399.75-307.708-463.521-463.687-23.208-51.083-24.292-89.792-3.312-118.333 0.354-0.479 0.688-0.958 1-1.479 12.375-20.583 72.271-81.062 104.979-81.062 0.354 0 0.729 0 1.083 0.021 9.729 1.479 18.75 6.313 25.667 13.917 34.458 36.292 64.458 76.688 89.208 120.125 1.562 12.188-4.125 22.875-13.229 38.667-11.333 19.667-25.437 44.167-13.896 76.396 39.958 102.521 121.687 184.229 224.667 224.271 31.771 11.583 56.313-2.583 76.042-13.917 15.75-9.062 26.188-14.708 38.563-13.208 43.458 24.771 83.854 54.792 120.396 89.521 7 6.396 11.75 14.958 13.417 24.271-0.021 36.938-64.542 97.896-82.042 107.917zM576.321 235.378c0.223 1.13 0.749 2.13 1.173 3.206 0.495 1.247 0.906 2.487 1.646 3.601 0.147 0.224 0.171 0.5 0.328 0.719l59.437 82.333c3.75 5.208 9.625 7.979 15.583 7.979 3.896 0 7.812-1.187 11.208-3.646 8.604-6.208 10.542-18.208 4.333-26.792l-28.842-39.953 52.592 12.974c82.396 20.333 133.312 101.312 115.937 184.354-2.167 10.375 4.479 20.563 14.854 22.729 1.333 0.271 2.646 0.417 3.958 0.417 8.896 0 16.875-6.229 18.771-15.271 21.646-103.396-41.75-204.208-144.313-229.521l-62.72-15.474 48.595-34.609c8.625-6.167 10.646-18.146 4.5-26.792-6.167-8.625-18.167-10.625-26.792-4.5l-82.688 58.896c-0.737 0.526-1.173 1.325-1.822 1.943-1.003 0.943-2.007 1.823-2.793 2.979-0.69 1.013-1.069 2.154-1.553 3.284-0.415 0.961-1.073 1.763-1.332 2.815-0.068 0.276 0.021 0.542-0.035 0.818-0.049 0.242-0.216 0.438-0.256 0.682-0.167 1.005 0.107 1.99 0.1 2.995-0.005 1.302-0.125 2.583 0.128 3.833z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Call-Back"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3007,"id":552,"name":"Call-Back","prevSize":32,"code":60214},"setIdx":0,"setId":2,"iconIdx":18},{"icon":{"paths":["M710.305 346.453h124.16c-0.427-0.641-0.854-1.279-1.494-1.706l-199.893-208.427c-1.494-1.495-3.2-2.773-5.121-3.841v131.628c0 45.227 36.908 82.346 82.348 82.346zM819.105 384.852h-108.8c-66.56 0-120.747-54.399-120.747-120.745v-133.76h-233.812c-91.521 0-167.681 74.453-170.027 166.615v422.612c-0.853 45.44 15.786 88.747 47.361 121.601 31.359 32.852 73.812 51.411 119.253 52.479h320.427c93.44-3.841 166.4-80.214 165.547-173.654v-335.148h-19.2zM360.865 592.638c1.919 5.547 4.693 10.456 8.107 14.297 3.413 3.839 7.466 6.826 12.16 8.958 4.479 1.919 9.387 2.987 14.72 2.987 2.986 0 5.759-0.214 8.105-0.427 2.561-0.214 4.908-0.852 7.040-1.492 2.134-0.854 4.053-1.708 5.974-2.776 1.919-1.279 3.84-2.557 5.759-4.266 0.854-0.641 1.707-1.281 2.56-1.706 1.068-0.427 1.921-0.641 2.987-0.641 0.641 0 1.494 0.214 2.346 0.427 0.641 0.427 1.494 0.852 2.134 1.492l13.227 13.867c-5.76 7.466-13.013 13.227-21.547 17.068-8.746 3.841-18.987 5.758-30.934 5.758-10.667 0-20.479-1.917-29.013-5.547-8.746-3.625-16-8.745-21.973-15.359-5.974-6.399-10.454-14.292-13.654-23.039-3.2-8.961-4.908-18.773-4.908-29.227 0-10.667 1.921-20.479 5.547-29.227 3.628-8.961 8.747-16.641 15.361-23.253 6.613-6.401 14.293-11.521 23.466-14.932 9.173-3.63 19.414-5.547 30.293-5.547 5.547 0 10.454 0.638 15.147 1.492 4.906 0.852 9.173 2.346 13.44 3.841 4.053 1.706 7.893 3.839 11.307 5.971 3.413 2.346 6.613 4.909 9.173 7.68l-11.094 15.146c-0.853 0.854-1.494 1.708-2.56 2.563-1.066 0.641-2.346 1.065-4.053 1.065-1.28 0-2.346-0.211-3.413-0.852-1.068-0.427-2.134-1.068-3.414-1.922-1.066-0.641-2.346-1.492-3.84-2.346-1.28-0.852-2.987-1.706-4.906-2.56-1.921-0.641-4.267-1.281-6.827-1.919-2.56-0.427-5.547-0.641-9.173-0.641-5.974 0-11.307 1.065-16.427 3.2-4.906 2.133-9.173 5.12-12.8 8.958-3.414 4.055-6.401 8.747-8.32 14.508-1.921 5.547-2.987 11.945-2.987 18.773 0 7.466 1.066 13.867 2.987 19.625zM547.532 617.388c-2.346 5.758-5.76 10.667-10.027 14.932-4.266 4.266-9.599 7.68-16 10.24-6.4 2.346-13.652 3.625-21.759 3.625-4.48 0-8.961-0.425-13.654-1.492-4.48-0.852-8.96-2.133-13.44-3.841-4.267-1.706-8.32-3.625-11.947-5.971-3.84-2.133-7.254-4.695-10.027-7.466l9.814-15.573c0.641-1.281 1.707-2.135 2.987-2.776 1.28-0.852 2.773-1.065 4.267-1.065 1.919 0 3.84 0.427 5.973 1.706 1.921 1.281 4.267 2.773 6.613 4.266 2.56 1.495 5.547 2.776 8.747 4.055 3.413 1.279 7.253 1.919 11.52 1.919 6.186 0 10.88-1.492 14.079-4.052 3.414-2.56 5.121-6.828 5.121-12.589 0-3.411-1.068-5.971-2.773-8.104-1.921-2.135-4.267-3.841-7.254-5.333-2.987-1.281-6.4-2.563-10.24-3.628-3.626-0.852-7.68-2.133-11.521-3.414-4.053-1.279-7.893-2.771-11.733-4.693-3.84-1.919-7.253-4.266-10.24-7.253-2.773-3.2-5.333-6.826-7.040-11.521-1.919-4.479-2.773-10.026-2.773-16.852 0-5.333 1.066-10.453 3.2-15.573 2.133-5.122 5.333-9.601 9.6-13.656 4.053-4.052 9.173-7.253 15.359-9.599 5.974-2.346 13.013-3.625 20.906-3.625 4.267 0 8.534 0.425 12.801 1.065 4.053 0.641 7.893 1.706 11.733 2.987 3.626 1.495 7.254 2.987 10.453 4.906 3.2 1.922 6.188 4.052 8.747 6.401l-8.32 15.359c-1.066 1.495-1.921 2.773-2.987 3.411-1.28 0.854-2.56 1.281-4.267 1.281-1.494 0-3.199-0.427-4.906-1.495-1.707-0.852-3.626-1.917-5.76-3.198-2.346-1.068-4.693-2.135-7.466-3.2-2.987-0.852-6.186-1.279-9.814-1.279-6.186 0-10.667 1.279-13.866 3.839-2.987 2.773-4.48 6.188-4.48 10.88 0 2.773 0.853 5.12 2.773 7.042 1.921 1.917 4.267 3.625 7.254 4.906 2.986 1.492 6.4 2.557 10.24 3.839 3.626 1.068 7.68 2.346 11.52 3.839 4.053 1.281 7.893 2.99 11.733 4.909 3.841 1.919 7.254 4.266 10.241 7.253s5.333 6.615 7.253 10.667c1.921 4.266 2.773 9.385 2.773 15.359 0 6.615-1.28 12.802-3.413 18.563zM645.665 637.867c-1.707 4.052-5.547 6.612-10.026 6.612h-15.574c-4.266 0-8.319-2.56-9.812-6.612l-54.613-136.107h26.667c2.773 0 5.12 0.638 7.039 1.919 1.921 1.281 3.2 2.987 3.841 5.12l27.733 76.589c1.28 3.198 2.56 6.826 3.84 10.88 1.28 3.839 2.346 7.891 3.626 12.37 0.854-4.479 1.921-8.531 2.987-12.37 1.28-4.055 2.56-7.682 3.626-10.88l27.521-76.589c0.639-1.706 1.919-3.411 3.84-4.906 1.919-1.495 4.266-2.133 7.039-2.133h26.667l-54.4 136.107z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["CSV_Fill"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3006,"id":551,"name":"CSV_Fill","prevSize":32,"code":60211},"setIdx":0,"setId":2,"iconIdx":19},{"icon":{"paths":["M832.987 344.896l-200.042-208.375c-3.625-3.771-8.625-5.917-13.854-5.917h-8.025c-0.813-0.104-1.53-0.479-2.371-0.479s-1.559 0.375-2.371 0.479h-250.608c-91.646 0-167.833 74.333-170.042 166.479l0.021 422.708c-2.042 93.896 72.688 171.958 166.333 174.021l4.292 0.063 316.292-0.021c93.562-3.792 166.354-80.125 165.729-173.646v-362.021c0-4.958-1.917-9.729-5.354-13.292zM627.904 186.729l153.581 159.979h-71.331c-45.375-0.083-82.271-37.083-82.25-82.479v-77.5zM799.925 720.333c0.5 72.833-56.104 132.208-128.083 135.125l-318.729-0.021c-72.729-1.604-130.604-62.083-129.021-135.229l-0.021-422.667c1.708-70.979 60.688-128.521 131.708-128.521h233.708v95.208c-0.021 66.5 54.083 120.729 120.625 120.896h89.812v335.208zM369.145 540.005c3.583-3.961 7.841-7.005 12.8-9.135 4.986-2.128 10.483-3.177 16.492-3.177 3.449 0 6.495 0.268 9.055 0.781 2.586 0.511 4.85 1.156 6.79 1.911 1.913 0.755 3.583 1.562 4.986 2.453 1.401 0.888 2.694 1.698 3.88 2.453 1.185 0.753 2.29 1.372 3.341 1.911 1.023 0.511 2.156 0.781 3.314 0.781 1.779 0 3.154-0.375 4.124-1.13 0.997-0.755 1.832-1.591 2.56-2.508l11.184-15.008c-2.695-2.802-5.767-5.364-9.216-7.682-3.476-2.318-7.276-4.31-11.398-5.982-4.096-1.669-8.543-2.992-13.285-3.935-4.743-0.943-9.783-1.427-15.145-1.427-11.048 0-21.154 1.807-30.289 5.417-9.163 3.583-17.031 8.622-23.606 15.089-6.548 6.469-11.669 14.177-15.333 23.094-3.665 8.922-5.497 18.729-5.497 29.375 0 10.453 1.59 20.156 4.797 29.076s7.815 16.654 13.797 23.148 13.258 11.615 21.854 15.307c8.596 3.69 18.324 5.521 29.184 5.521 11.831 0 22.070-1.911 30.747-5.74 8.65-3.825 15.872-9.484 21.612-17.003l-13.124-13.825c-0.728-0.724-1.482-1.24-2.263-1.534-0.783-0.297-1.564-0.43-2.372-0.43-0.97 0-1.913 0.214-2.829 0.646-0.915 0.404-1.779 0.969-2.56 1.615-1.94 1.698-3.908 3.128-5.82 4.26-1.94 1.156-3.961 2.073-6.090 2.802-2.129 0.698-4.419 1.211-6.898 1.508-2.506 0.297-5.255 0.458-8.246 0.458-5.228 0-10.133-1.023-14.714-3.044s-8.569-4.984-12.018-8.893c-3.422-3.88-6.144-8.677-8.138-14.362-1.995-5.687-2.991-12.182-2.991-19.51 0-7.005 0.996-13.312 2.991-18.917 1.993-5.633 4.769-10.43 8.327-14.365zM540.88 572.99c-2.992-2.938-6.387-5.364-10.214-7.25-3.827-1.911-7.734-3.557-11.723-4.958s-7.869-2.667-11.695-3.825c-3.825-1.133-7.249-2.399-10.212-3.773-2.965-1.375-5.363-3.016-7.195-4.904s-2.749-4.284-2.749-7.169c0-4.5 1.509-8.083 4.555-10.724 3.044-2.641 7.652-3.99 13.878-3.99 3.583 0 6.79 0.487 9.62 1.43 2.803 0.943 5.309 2.021 7.492 3.206 2.182 1.161 4.15 2.24 5.874 3.182 1.751 0.943 3.369 1.427 4.85 1.427 1.698 0 3.099-0.406 4.177-1.187s2.103-1.966 3.099-3.529l8.219-15.388c-2.532-2.37-5.443-4.471-8.677-6.331-3.233-1.859-6.71-3.476-10.428-4.826-3.745-1.318-7.68-2.344-11.829-3.016-4.15-0.703-8.407-1.052-12.8-1.052-7.842 0-14.794 1.213-20.885 3.583-6.063 2.399-11.21 5.578-15.387 9.568-4.176 3.987-7.357 8.542-9.512 13.635-2.156 5.094-3.234 10.32-3.234 15.682 0 6.682 0.917 12.287 2.749 16.815 1.833 4.555 4.23 8.354 7.195 11.398 2.965 3.018 6.359 5.471 10.159 7.331 3.773 1.885 7.68 3.45 11.668 4.716s7.869 2.453 11.669 3.474c3.799 1.052 7.168 2.266 10.159 3.641 2.964 1.372 5.362 3.099 7.194 5.198 1.833 2.104 2.749 4.797 2.749 8.141 0 5.74-1.671 9.943-5.012 12.609-3.314 2.641-8.004 3.964-14.013 3.964-4.445 0-8.3-0.62-11.56-1.859-3.288-1.24-6.171-2.615-8.704-4.125-2.505-1.508-4.769-2.883-6.763-4.122-1.995-1.24-3.961-1.859-5.928-1.859-1.509 0-2.91 0.352-4.204 1.078-1.32 0.727-2.318 1.669-3.044 2.857l-9.81 15.495c2.803 2.802 6.117 5.333 9.917 7.625 3.773 2.292 7.842 4.287 12.154 5.956 4.311 1.643 8.758 2.938 13.393 3.854 4.608 0.914 9.135 1.372 13.581 1.372 8.085 0 15.333-1.211 21.72-3.661 6.359-2.453 11.723-5.823 16.060-10.107 4.366-4.284 7.681-9.297 9.971-15.065 2.29-5.74 3.422-11.911 3.422-18.539 0-5.93-0.915-11.021-2.749-15.227-1.832-4.229-4.23-7.812-7.194-10.75zM666.266 504.112c-1.913 1.456-3.18 3.099-3.827 4.93l-27.46 76.505c-1.185 3.341-2.371 6.953-3.583 10.885-1.212 3.909-2.264 8.031-3.18 12.344-1.132-4.313-2.318-8.435-3.585-12.344-1.266-3.932-2.532-7.544-3.772-10.885l-27.674-76.505c-0.783-2.154-2.076-3.88-3.908-5.198-1.833-1.294-4.177-1.943-7.061-1.943h-26.677l54.594 136.216c1.612 4.023 5.51 6.659 9.844 6.659h15.671c4.333 0 8.23-2.636 9.844-6.659l54.594-136.216h-26.867c-2.749 0-5.065 0.729-6.952 2.211z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["CSV"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3005,"id":550,"name":"CSV","prevSize":32,"code":60212},"setIdx":0,"setId":2,"iconIdx":20},{"icon":{"paths":["M642.278 348.132h119.85c0-0.239-0.239-0.477-0.477-0.721l-190.422-198.317c-1.198-1.198-2.633-2.395-4.068-3.355v127.031c0 41.386 33.731 75.355 75.117 75.355zM566.203 832.319c-18.422-29.663-29.187-64.83-29.187-102.626 0-105.019 83.489-191.138 187.554-194.967 2.631-0.239 5.025-0.239 7.657-0.239 4.787 0 9.33 0.239 13.874 0.477 7.418 0.477 14.593 1.436 21.529 2.873v-146.646h-125.351c-65.31-0.239-118.177-53.348-118.177-118.414v-130.376h-219.366c-88.752 0-162.91 72.247-165.065 161.714v402.371c-0.958 44.018 15.309 86.12 45.93 117.939 30.622 31.817 71.765 49.996 116.023 50.952h300.944c-7.418-6.699-14.356-13.872-20.816-21.528-5.501-6.699-10.764-13.875-15.551-21.53zM264.782 436.17h336.348c11.962 0 21.529 9.566 21.529 21.528s-9.567 21.53-21.529 21.53h-336.348c-11.723 0-21.529-9.569-21.529-21.53s9.806-21.528 21.529-21.528zM264.782 549.798h288.506c11.962 0 21.529 9.566 21.529 21.528 0 11.723-9.567 21.53-21.529 21.53h-288.506c-11.723 0-21.529-9.807-21.529-21.53 0-11.962 9.806-21.528 21.529-21.528zM491.086 706.49h-226.065c-11.962 0-21.529-9.807-21.529-21.769 0-11.723 9.567-21.528 21.529-21.528h226.065c11.962 0 21.53 9.805 21.53 21.528 0 11.962-9.569 21.769-21.53 21.769zM767.629 581.852c-6.936-1.911-14.111-3.106-21.529-3.588-4.543-0.477-9.092-0.721-13.874-0.721-2.631 0-5.025 0-7.657 0.239-38.755 1.913-73.921 18.422-99.755 44.256-2.633 2.631-5.264 5.265-7.657 8.133-4.787 5.501-9.092 11.241-13.158 17.463-1.912 3.111-3.829 6.222-5.503 9.572-11.723 21.528-18.421 46.405-18.421 72.483s6.698 50.955 18.421 72.486c5.978 11.002 13.397 21.053 21.769 30.14 0.239 0.475 0.719 0.957 1.196 1.195 0.477 0.477 0.958 0.721 1.196 1.198 0.721 0.959 1.435 1.675 2.156 2.393 3.346 3.347 6.936 6.699 10.764 9.807 2.871 2.393 5.741 4.542 8.855 6.938h0.237c13.397 9.566 28.705 16.986 44.972 21.528 13.635 4.068 27.752 6.222 42.584 6.222 83.727 0 152.145-68.18 152.145-151.906 0-71.765-49.996-132.048-116.742-147.841zM794.9 751.223h-41.149v40.904c0 6.699-2.87 12.439-7.656 16.506-3.59 3.108-8.611 5.024-13.874 5.024-2.631 0-5.264-0.477-7.657-1.434-8.134-3.111-13.874-10.766-13.874-20.097v-40.904h-41.148c-11.723 0-21.53-9.807-21.53-21.53 0-11.962 9.807-21.53 21.53-21.53h41.148v-41.148c0-9.33 5.74-16.986 13.874-20.094 2.393-0.959 5.025-1.434 7.657-1.434 5.263 0 10.288 1.908 13.874 5.024 4.786 4.065 7.656 9.805 7.656 16.504v41.148h41.149c11.723 0 21.53 9.569 21.53 21.53 0 11.723-9.807 21.53-21.53 21.53z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Add-Stock_Fill"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3004,"id":549,"name":"Add-Stock_Fill","prevSize":32,"code":60209},"setIdx":0,"setId":2,"iconIdx":21},{"icon":{"paths":["M532.592 832.352h-230.155c-67.446-1.493-121.105-57.584-119.612-125.497l-0.026-402.259c1.587-65.808 56.298-119.166 122.158-119.166h219.173v87.372c-0.026 65.108 52.938 118.207 118.092 118.347h82.207v117.579c0 11.889 9.649 21.538 21.538 21.538s21.538-9.649 21.538-21.538v-146.475c0-5.558-2.152-10.909-6.004-14.907l-190.417-198.361c-4.065-4.231-9.67-6.637-15.534-6.637h-250.687c-88.958 0-162.968 72.211-165.12 161.729l0.026 402.306c-2.007 91.177 70.526 166.987 161.776 168.993l231.042 0.047c11.889 0 21.538-9.649 21.538-21.538s-9.649-21.538-21.538-21.538zM567.212 207.14l135.29 140.932h-60.232c-41.418-0.073-75.083-33.853-75.058-75.27v-65.662zM491.123 706.342c11.889 0 21.538-9.649 21.538-21.538s-9.649-21.538-21.538-21.538h-226.209c-11.889 0-21.538 9.649-21.538 21.538s9.649 21.538 21.538 21.538h226.209zM264.872 436.098c-11.889 0-21.538 9.649-21.538 21.538s9.649 21.538 21.538 21.538h336.312c11.889 0 21.538-9.649 21.538-21.538s-9.649-21.538-21.538-21.538h-336.312zM553.337 549.684h-288.465c-11.889 0-21.538 9.649-21.538 21.538s9.649 21.538 21.538 21.538h288.465c11.889 0 21.538-9.649 21.538-21.538s-9.649-21.538-21.538-21.538zM732.213 577.507c-83.846 0-152.080 68.239-152.080 152.080s68.239 152.059 152.080 152.059 152.059-68.213 152.059-152.059-68.213-152.080-152.059-152.080zM732.213 838.569c-60.109 0-109.003-48.873-109.003-108.982s48.894-109.003 109.003-109.003 108.982 48.894 108.982 109.003-48.873 108.982-108.982 108.982zM794.795 708.048h-41.044v-41.044c0-11.889-9.649-21.538-21.538-21.538s-21.538 9.649-21.538 21.538v41.044h-41.044c-11.889 0-21.538 9.649-21.538 21.538s9.649 21.538 21.538 21.538h41.044v41.023c0 11.889 9.649 21.538 21.538 21.538s21.538-9.649 21.538-21.538v-41.023h41.044c11.889 0 21.538-9.649 21.538-21.538s-9.649-21.538-21.538-21.538z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Add-Stock"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":3003,"id":548,"name":"Add-Stock","prevSize":32,"code":60210},"setIdx":0,"setId":2,"iconIdx":22},{"icon":{"paths":["M648.454 487.967v-157.411c0-10.604-8.604-19.208-19.208-19.208s-19.208 8.604-19.208 19.208v48.232c-29.064-42.531-70.84-68.023-115.479-68.023-85.583 0-155.229 91.458-155.229 203.875s69.646 203.875 155.229 203.875c44.874 0 86.353-25.016 115.479-67.802v36.448c0 41.667 25.208 78.208 64.229 93.125 39.187 14.979 81.083 4.958 109.042-26.271 67.375-75.208 99.917-172.021 91.625-272.646-14.708-178.646-160.688-321.792-339.542-332.979-101.667-6.438-198.667 28.417-272.688 97.958-73.021 68.604-114.906 165.354-114.906 265.5 0 146.708 87.302 278.417 222.427 335.583 0.646 0.271 1.583 0.563 2.542 0.813 44.917 18.729 92.625 28.125 140.438 28.125 39.375 0 78.833-6.396 116.792-19.229 10.042-3.396 15.437-14.292 12.042-24.333-3.417-10.063-14.333-15.458-24.333-12.042-75.625 25.625-157.812 22.563-231.458-8.5-0.625-0.271-1.542-0.542-2.458-0.792-120.083-51.458-197.594-168.896-197.594-299.625 0-90.896 36.511-175.25 102.781-237.5 66.25-62.229 152.917-93.604 244.021-87.625 159.958 10 290.5 138.021 303.667 297.812 7.417 89.979-21.687 176.583-81.958 243.854-20.438 22.875-47.875 23.271-66.729 16.042-19.104-7.312-39.521-26.188-39.521-57.271v-199.193zM591.267 607.055c-21.979 45.75-58.125 73.042-96.708 73.042-64.417 0-116.813-74.229-116.813-165.458s52.396-165.458 116.813-165.458c40.271 0 78.5 30.542 99.75 79.75 8.171 18.87 13.448 39.818 15.729 61.552l0.955 9.943c1.058 11.014 0.962 22.109-0.286 33.104l-0.669 5.896c-2.587 24.104-8.934 47.13-18.771 67.63z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Mention"],"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":2,"id":547,"name":"Mention","prevSize":32,"code":60208},"setIdx":0,"setId":2,"iconIdx":23},{"icon":{"paths":["M773.333 181.971c0-28.586-23.254-51.839-51.628-51.839h-419.413c-28.587 0-51.84 23.253-51.84 51.839v62.719h522.88v-62.719zM246.613 283.091l-44.801 145.922c-5.759 18.771-8.532 38.185-8.532 57.812v377.812c0 16 13.013 29.229 29.227 29.229h444.16v-401.708c0-16.854 2.56-33.495 7.893-49.495l62.932-159.573h-490.879zM829.227 474.451c0-7.466-1.068-15.146-2.987-22.399l-46.934-168.961-0.214-1.068-0.426 1.068-68.053 172.589c-3.628 11.091-5.76 23.677-5.76 36.479v401.489l125.867-1.276-1.494-417.922z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Food-Package_Fill"],"grid":0},"attrs":[{}],"properties":{"order":3002,"id":0,"name":"Food-Package_Fill","prevSize":32,"code":60206},"setIdx":0,"setId":2,"iconIdx":24},{"icon":{"paths":["M705.005 893.552l125.75-1.406-1.448-417.75c-0.021-7.604-1.062-15.167-3.094-22.458l-52.792-190.646v-79.5c0-28.542-23.219-51.771-51.771-51.771h-419.375c-28.552 0-51.781 23.229-51.781 51.771v88.328l-48.594 158.818c-5.75 18.729-8.656 38.167-8.656 57.792v377.75c0 16.146 13.177 29.292 29.375 29.292l482.385-0.219zM790.911 474.521l1.312 379.667-87.219 0.958v-359.208c0-9.068 0.997-18.010 2.497-26.802 0.966-4.893 1.991-9.781 3.575-14.531l41.479-124.792 36.656 132.375c1.115 4.021 1.677 8.167 1.698 12.333zM288.891 181.792c0-7.375 6.010-13.354 13.385-13.354h419.375c7.375 0 13.375 5.979 13.375 13.354v62.896h-446.135v-62.896zM231.641 855.354v-368.625c0-15.792 2.344-31.458 6.979-46.542l48.073-157.083h440.813l-52.542 156.021c-2.113 7.036-3.455 14.237-4.769 21.435-2.129 10.367-3.585 20.859-3.585 31.523v363.271h-434.969z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Food-Package"],"grid":0},"attrs":[{}],"properties":{"order":3001,"id":1,"name":"Food-Package","prevSize":32,"code":60207},"setIdx":0,"setId":2,"iconIdx":25},{"icon":{"paths":["M381.104 143.25c-55.25 0-100.198 44.958-100.198 100.208s44.948 100.208 100.198 100.208c55.26 0 100.208-44.958 100.208-100.208s-44.948-100.208-100.208-100.208zM642.885 343.667c55.26 0 100.208-44.958 100.208-100.208s-44.948-100.208-100.208-100.208c-55.25 0-100.198 44.958-100.198 100.208s44.948 100.208 100.198 100.208zM381.104 411.792c-55.25 0-100.198 44.958-100.198 100.208s44.948 100.208 100.198 100.208c55.26 0 100.208-44.958 100.208-100.208s-44.948-100.208-100.208-100.208zM642.885 411.792c-55.25 0-100.198 44.958-100.198 100.208s44.948 100.208 100.198 100.208c55.26 0 100.208-44.958 100.208-100.208s-44.948-100.208-100.208-100.208zM381.104 680.333c-55.25 0-100.198 44.958-100.198 100.208s44.948 100.208 100.198 100.208c55.26 0 100.208-44.958 100.208-100.208s-44.948-100.208-100.208-100.208zM642.885 680.333c-55.25 0-100.198 44.958-100.198 100.208s44.948 100.208 100.198 100.208c55.26 0 100.208-44.958 100.208-100.208s-44.948-100.208-100.208-100.208z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Drag"],"grid":0},"attrs":[{}],"properties":{"order":4,"id":2,"name":"Drag","prevSize":32,"code":60204},"setIdx":0,"setId":2,"iconIdx":26},{"icon":{"paths":["M512 484.979c-4.917 0-9.823-1.875-13.573-5.625l-170.667-170.667c-7.5-7.5-7.5-19.667 0-27.167s19.646-7.5 27.146 0l157.094 157.104 157.094-157.104c7.5-7.5 19.646-7.5 27.146 0s7.5 19.667 0 27.167l-170.667 170.667c-3.75 3.75-8.656 5.625-13.573 5.625z","M682.667 748.104c-4.917 0-9.823-1.875-13.573-5.625l-157.094-157.104-157.094 157.104c-7.5 7.5-19.646 7.5-27.146 0s-7.5-19.667 0-27.167l170.667-170.667c7.5-7.5 19.646-7.5 27.146 0l170.667 170.667c7.5 7.5 7.5 19.667 0 27.167-3.75 3.75-8.656 5.625-13.573 5.625z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{},{}]},"tags":["Expand"],"grid":0},"attrs":[{},{}],"properties":{"order":3,"id":3,"name":"Expand","prevSize":32,"code":60205},"setIdx":0,"setId":2,"iconIdx":27},{"icon":{"paths":["M560.412 530.719c12.375-21.333 35.628-34.346 60.802-34.346 2.771 0 5.547 0.211 8.318 0.425 10.667-25.385 36.055-43.091 65.068-43.091h56.534c9.388 0 18.346 1.919 26.667 5.544 8.107 2.99 15.573 7.896 21.76 13.656 7.253 6.826 13.013 14.932 16.852 24.104 1.068-0.214 2.135-0.214 3.417-0.214v-7.677c0-82.125-59.932-150.589-138.633-163.62l8.339-118.5c0.375-5.312-1.479-10.542-5.104-14.438s-8.708-6.125-14.042-6.125h-382.021c-5.333 0-10.417 2.229-14.042 6.125s-5.479 9.125-5.104 14.438l8.336 118.49c-0.008 0-0.016 0-0.026 0.003-78.719 13.013-138.88 81.492-138.88 163.628v128.638c0 35.414 29.016 64.214 64.641 64.214h109.656v-112.852c0-21.12 17.279-38.401 38.399-38.401h209.065zM315.43 316.708l-6.458-91.854h340.813l-6.458 91.854h-327.896zM559.347 784.797l-28.372-49.065c-9.388-17.065-11.307-36.268-6.188-53.76 1.708-6.826 4.693-13.227 8.32-19.2 1.065-1.492 2.133-2.771 3.2-4.266-3.628-4.693-6.401-9.599-8.747-14.932-8.32-20.268-7.68-43.734 4.055-63.359l6.399-11.094h-186.667v249.172h251.732c-18.557-4.693-34.557-16.854-43.732-33.495zM722.975 636.958c-6.188 0-11.734 2.56-15.786 6.615-3.414 3.839-5.76 9.172-5.76 14.932 0 1.495 0.214 2.987 0.427 4.266 1.919 10.026 10.667 17.281 21.12 17.281 10.24 0 18.984-7.255 21.12-17.281 0.214-1.279 0.427-2.771 0.427-4.266 0-5.76-2.349-11.094-5.974-14.932-4.052-4.055-9.599-6.615-15.573-6.615zM873.162 675.786l-0.214-0.214-18.99-14.721v-4.479l19.203-15.148c12.37-9.599 15.786-27.094 7.891-41.385l-27.945-48.427c-6.612-11.948-19.841-18.346-33.279-16-2.349 0.214-4.695 0.854-7.042 1.708l-12.161 4.906-10.24 4.052c-1.279-0.641-2.557-1.495-3.839-2.133l-3.414-23.68c-0.214-2.349-0.852-4.693-1.706-6.828-0.427-1.492-1.068-2.984-1.922-4.266-0.854-1.708-1.919-3.414-3.198-4.906-5.974-7.469-15.146-12.161-25.174-12.161h-56.534c-16.214 0-29.865 12.161-32 27.734l-3.411 24.107c-1.281 0.638-2.349 1.492-3.628 2.133l-23.039-9.172c-2.563-1.068-5.12-1.708-7.896-1.922-12.586-1.279-25.599 4.906-31.786 16l-10.453 18.135-17.492 30.505c-8.107 13.654-4.909 31.786 7.893 41.812l2.773 2.135 16.214 12.8v4.266l-2.56 2.133h-0.214l-16.427 13.016c-2.346 1.919-4.266 3.839-5.974 6.185-7.253 10.029-8.318 23.68-1.919 35.414l27.945 48.214c3.414 6.188 8.537 10.88 14.721 13.651 7.68 3.63 16.852 4.055 25.601 0.854l12.797-5.12 9.815-4.052c1.279 0.854 2.346 1.492 3.628 2.133l3.411 23.68c0.641 4.052 1.708 7.68 3.628 11.094 1.919 3.411 4.268 6.401 7.039 8.958 5.76 5.12 13.229 8.109 21.333 8.109h56.534c16.214 0 30.081-12.161 32-27.734l3.414-24.107c1.281-0.641 2.56-1.279 3.625-2.133l23.042 9.172c14.932 5.76 32.427-0.854 39.68-14.078l28.372-49.281c7.682-13.865 4.266-31.146-8.104-40.958zM780.147 677.065c-7.893 23.893-30.505 41.388-57.172 41.388-24.747 0-46.294-15.148-55.469-36.482-2.557-5.971-4.052-12.372-4.479-19.2-0.214-1.492-0.214-2.771-0.214-4.266 0-5.12 0.641-10.24 1.922-14.932 6.612-25.815 30.292-45.016 58.24-45.016 23.677 0 44.159 13.867 53.974 33.708 3.198 6.615 5.12 13.651 5.758 21.333 0.214 1.706 0.214 3.198 0.214 4.906 0 6.401-1.065 12.8-2.773 18.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Printer-Settings_Fill"],"grid":0},"attrs":[{}],"properties":{"order":3000,"id":4,"name":"Printer-Settings_Fill","prevSize":32,"code":60202},"setIdx":0,"setId":2,"iconIdx":28},{"icon":{"paths":["M294.837 643.542h-91.521c-14.479 0-26.25-11.562-26.25-25.771v-128.583c0-70.438 57.292-127.729 127.729-127.729h348.979c62.479 0 116.75 46.542 126.25 108.25 1.625 10.479 11.5 17.583 21.896 16.063 10.479-1.625 17.667-11.417 16.063-21.896-10.94-71.099-67.578-126.62-136.813-138.422l8.333-118.453c0.375-5.312-1.479-10.542-5.104-14.438s-8.708-6.125-14.042-6.125h-382.021c-5.333 0-10.417 2.229-14.042 6.125s-5.479 9.125-5.104 14.438l8.339 118.479c-78.651 13.073-138.88 81.411-138.88 163.708v128.583c0 35.396 29.021 64.188 64.667 64.188h91.521c10.604 0 19.208-8.604 19.208-19.208s-8.604-19.208-19.208-19.208zM649.754 224.854l-6.458 91.854h-327.896l-6.458-91.854h340.813zM544.9 799.146h-174.375v-210.792h130.146c10.604 0 19.208-8.604 19.208-19.208s-8.604-19.208-19.208-19.208h-149.354c-10.604 0-19.208 8.604-19.208 19.208v249.208c0 10.604 8.604 19.208 19.208 19.208h193.583c10.604 0 19.208-8.604 19.208-19.208s-8.604-19.208-19.208-19.208zM873.066 675.729l-0.063-0.063-19.083-14.917c0.021-0.75 0.042-1.479 0.042-2.229s-0.021-1.479-0.021-2.208l19.146-15c12.417-9.792 15.833-27.104 7.937-41.562l-27.917-48.313c-7.75-14.083-24.479-20.229-40.25-14.417l-22.604 9.062c-1.25-0.75-2.5-1.479-3.771-2.188l-3.375-23.562c-1.979-16.063-15.771-28.167-32.063-28.167h-56.396c-16.271 0-30.042 12.042-31.979 27.667l-3.458 24.125c-1.229 0.688-2.458 1.396-3.708 2.146l-22.938-9.208c-14.979-5.812-32.167 0.417-39.687 14.063l-28.083 48.583c-8.125 13.812-4.792 31.771 7.917 41.875l19.062 14.896c-0.021 0.75-0.042 1.5-0.042 2.229s0.021 1.479 0.042 2.229l-19.187 15c-12.354 9.792-15.771 27.083-7.896 41.542l27.937 48.292c7.708 14.104 24.458 20.292 40.25 14.438l22.604-9.062c1.229 0.75 2.479 1.458 3.729 2.167l3.396 23.625c2 16.021 15.792 28.125 32.042 28.125h56.417c16.313 0 30.083-12.083 31.979-27.667l3.458-24.104c1.25-0.708 2.479-1.417 3.708-2.167l22.917 9.208c15 5.771 32.521-0.813 39.708-14.042l28.458-49.292c7.667-14 4.208-31.271-8.229-41.104zM815.545 658.521c0 3.333-0.25 6.458-0.521 9.146-0.667 6.563 2.083 13.021 7.271 17.083l22.854 17.875-22.958 39.792-26.979-10.833c-6.083-2.458-13-1.625-18.313 2.188-5.354 3.812-10.563 6.854-15.917 9.292-5.958 2.708-10.146 8.271-11.062 14.75l-4.125 28.667h-45.875l-4.125-28.667c-0.917-6.479-5.104-12.063-11.083-14.771-5.458-2.458-10.771-5.562-15.833-9.208-5.375-3.875-12.354-4.729-18.375-2.229l-26.938 10.813-23.021-39.771 22.875-17.875c5.208-4.083 7.958-10.563 7.271-17.146-0.375-3.396-0.542-6.313-0.542-9.083 0-2.75 0.167-5.708 0.521-9.083 0.708-6.583-2.042-13.062-7.271-17.146l-22.854-17.875 23-39.792 26.958 10.833c6.083 2.458 12.938 1.667 18.292-2.167 5.458-3.875 10.646-6.896 15.896-9.271 5.979-2.708 10.167-8.271 11.104-14.771l4.125-28.688h45.854l4.125 28.667c0.938 6.521 5.146 12.104 11.146 14.792 5.417 2.438 10.729 5.5 15.771 9.167 5.333 3.854 12.271 4.729 18.396 2.25l26.958-10.813 22.979 39.771-22.854 17.875c-5.229 4.104-7.979 10.604-7.25 17.208 0.292 2.646 0.5 5.75 0.5 9.021zM722.858 598.5c-33.062 0-59.979 26.917-59.979 60 0 33.062 26.917 59.979 59.979 59.979 33.083 0 60-26.917 60-59.979 0-33.083-26.917-60-60-60zM722.858 680.063c-11.896 0-21.562-9.667-21.562-21.562s9.667-21.583 21.562-21.583 21.583 9.687 21.583 21.583-9.687 21.562-21.583 21.562z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Printer-Settings"],"grid":0},"attrs":[{}],"properties":{"order":2999,"id":5,"name":"Printer-Settings","prevSize":32,"code":60203},"setIdx":0,"setId":2,"iconIdx":29},{"icon":{"paths":["M624.444 354.602h117.344c-0.234-0.234-0.467-0.467-0.705-0.702l-186.44-194.404c-1.169-1.169-2.341-2.107-3.75-2.812v124.14c0 40.518 33.025 73.544 73.547 73.778zM534.972 828.665c-7.967-13.113-12.415-28.34-12.415-44.733v-78.7h-174.025c-11.711 0-21.083-9.37-21.083-21.080 0-11.477 9.373-21.080 21.083-21.080h179.879c7.263-12.646 20.844-21.080 36.304-21.080h79.869c-8.198-4.215-14.987-11.244-19.207-19.909-6.789-14.99-4.448-32.558 6.324-44.973l64.644-75.417c2.577-3.043 5.386-5.386 8.434-7.494 6.324-4.217 13.584-6.792 21.078-7.029 0.705-0.231 1.643-0.231 2.343-0.231 6.558 0 12.88 1.403 18.737 4.215v-94.39h-122.73c-63.706-0.234-115.47-52.229-115.47-115.939v-127.65h-214.777c-87.131 0-159.505 70.733-161.612 158.331v393.958c-1.874 89.241 69.099 163.489 158.567 165.363h310.109c-18.504-1.874-35.37-9.601-48.483-21.078-7.029-6.091-12.882-13.116-17.568-21.083zM348.535 440.798h259.045c11.711 0 21.080 9.37 21.080 21.080 0 11.477-9.37 21.078-21.080 21.078h-259.045c-11.711 0-21.083-9.601-21.083-21.078 0-11.711 9.373-21.080 21.083-21.080zM348.535 551.818h259.045c11.711 0 21.080 9.603 21.080 21.314 0 11.477-9.37 21.078-21.080 21.078h-259.045c-11.711 0-21.083-9.601-21.083-21.078 0-11.711 9.373-21.314 21.083-21.314zM271.472 705.232h-1.172c-11.711 0-21.080-9.37-21.080-21.080 0-11.477 9.37-21.080 21.080-21.080s21.783 9.603 21.783 21.080c0 11.711-8.896 21.080-20.607 21.080zM271.472 594.21h-1.172c-11.711 0-21.080-9.601-21.080-21.078 0-11.711 9.37-21.314 21.080-21.314 11.477 0 21.783 9.603 21.783 21.314 0 11.477-8.896 21.078-20.607 21.078zM271.472 482.952h-1.172c-11.711 0-21.080-9.601-21.080-21.078 0-11.711 9.37-21.080 21.080-21.080 11.477 0 21.783 9.37 21.783 21.080 0 11.477-8.896 21.078-20.607 21.078zM745.301 538.233l-2.11-2.343c-0.936-0.936-2.107-1.874-3.276-2.572-3.282-2.343-7.029-3.75-11.244-3.75l-0.467-0.467-0.467 0.467c-0.705 0-1.172 0-1.876 0.231-1.874 0.234-3.743 0.705-5.62 1.643-2.574 0.938-4.919 2.343-6.792 4.448l-43.561 43.566c-6.091 6.091-7.73 15.221-4.451 22.954v0.234c0.234 0.705 0.467 1.405 1.169 1.874 0.705 1.874 1.876 3.512 3.282 4.922 8.429 8.195 21.783 8.195 29.979-0.234l4.682-4.684h0.234v-0.234l2.341-2.341v138.425c0 11.006 8.432 19.675 18.737 20.847 0.705 0.234 1.643 0.234 2.343 0.234 8.198 0 15.221-4.451 18.737-11.244 1.64-3.048 2.574-6.324 2.574-9.837v-138.425l7.263 7.263c4.215 4.215 9.601 6.324 14.987 6.324 5.389 0 10.775-2.11 14.759-6.091 1.403-1.405 2.809-3.282 3.743-4.922 0.234-0.702 0.705-1.169 0.938-1.874v-0.234c3.279-7.73 1.643-16.863-4.448-22.954l-39.82-39.818-1.64-1.405zM891.457 696.333c-0.234-4.682-2.343-8.899-5.386-12.182-3.75-4.215-9.37-6.792-15.461-6.792s-11.477 2.577-15.223 6.792c-3.743 3.743-5.857 8.665-5.857 14.289v84.553c0 1.876-1.643 3.512-3.51 3.512h-235.393c-2.11 0-3.512-1.64-3.512-3.512v-84.553c0-5.62-2.107-10.541-5.857-14.289-3.75-4.215-9.136-6.792-15.223-6.792s-11.711 2.577-15.458 6.792c-1.405 1.643-2.815 3.279-3.753 5.386 0 0.234-0.231 0.467-0.231 0.705-0.234 0.705-0.467 1.405-0.467 2.107-0.234 0.234-0.467 0.467-0.234 0.705-0.702 1.64-0.936 3.512-0.936 5.386v84.553c0 25.298 20.373 45.671 45.671 45.671h-5.153c1.403 0.467 3.043 0.467 4.448 0.467h137.020v-0.467h99.078c17.568 0 32.555-9.834 40.285-24.123 0.705-1.172 1.169-2.341 1.874-3.75 0.936-2.341 1.874-4.919 2.341-7.727 0.467-1.405 0.705-2.812 0.705-4.451 0.234-1.874 0.467-3.743 0.467-5.62v-84.553c0-0.702 0-1.403-0.234-2.107z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Submit Transaction_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2998,"id":6,"name":"Submit-Transaction_Fill","prevSize":32,"code":60200},"setIdx":0,"setId":2,"iconIdx":30},{"icon":{"paths":["M516.931 828.698h-225.342c-66.034-1.465-118.572-56.382-117.111-122.873l-0.025-393.824c1.557-64.456 55.124-116.696 119.602-116.696h214.594v85.565c-0.025 63.726 51.828 115.691 115.62 115.874h80.488v68.251c0 11.644 9.448 21.088 21.088 21.088s21.088-9.448 21.088-21.088v-96.57c0-5.442-2.105-10.681-5.878-14.592l-186.436-194.212c-3.981-4.139-9.469-6.497-15.21-6.497h-245.45c-87.101 0-159.561 70.7-161.666 158.37l0.025 393.87c-1.968 89.272 69.052 163.497 158.416 165.46l226.189 0.046c11.644 0 21.088-9.448 21.088-21.088s-9.448-21.088-21.088-21.088zM550.83 216.557l132.481 138.007h-58.992c-40.533-0.091-73.514-33.164-73.49-73.697v-64.314zM607.532 440.727h-259.033c-11.644 0-21.088 9.448-21.088 21.088s9.448 21.088 21.088 21.088h259.033c11.644 0 21.088-9.448 21.088-21.088s-9.448-21.088-21.088-21.088zM628.62 573.023c0-11.644-9.448-21.088-21.088-21.088h-259.033c-11.644 0-21.088 9.448-21.088 21.088s9.448 21.088 21.088 21.088h259.033c11.644 0 21.088-9.448 21.088-21.088zM327.487 684.337c0 11.477 9.367 21.078 21.078 21.078h174.024v-21.078c0-7.73 2.107-14.992 5.857-21.083h-179.881c-11.711 0-21.078 9.373-21.078 21.083zM270.202 594.112h1.349c11.644 0 20.403-9.448 20.403-21.088s-10.108-21.088-21.752-21.088-21.088 9.448-21.088 21.088 9.448 21.088 21.088 21.088zM270.222 705.319h1.328c11.644 0 20.424-9.448 20.424-21.088s-10.108-21.088-21.752-21.088-21.088 9.448-21.088 21.088 9.448 21.088 21.088 21.088zM270.202 482.904h1.349c11.644 0 20.403-9.448 20.403-21.088s-10.108-21.088-21.752-21.088-21.088 9.448-21.088 21.088 9.448 21.088 21.088 21.088zM728.934 529.751h-1.403c-5.155 0.234-10.541 2.343-14.285 6.091l-43.333 43.797c-6.091 6.091-7.727 15.223-4.448 22.719v0.234c0.234 0.702 0.467 1.403 1.172 1.871 0.705 1.876 1.874 3.515 3.276 4.922 8.201 8.198 21.548 8.198 29.746 0l7.496-7.493v138.656c0 11.477 9.367 21.080 21.078 21.080s21.083-9.603 21.083-21.080v-138.656l7.494 7.494c4.217 3.984 9.603 6.091 14.99 6.091s10.772-2.107 14.753-6.091c1.405-1.403 2.815-3.279 3.753-4.922 0.234-0.702 0.702-1.169 0.936-1.871v-0.234c3.045-7.496 1.64-16.632-4.451-22.719l-43.561-43.797c-3.75-3.743-9.139-5.857-14.292-6.091zM891.247 694.171c-0.705-3.743-2.341-7.263-4.922-9.834-3.743-4.451-9.367-7.029-15.692-7.029s-11.944 2.574-15.692 7.029c-3.282 3.743-5.389 8.663-5.389 14.049v84.556c0 2.107-1.64 3.743-3.512 3.743h-235.387c-2.107 0-3.75-1.64-3.75-3.743v-84.556c0-5.386-2.107-10.305-5.386-14.049-3.75-4.451-9.37-7.029-15.692-7.029-6.091 0-11.711 2.574-15.463 7.029-1.403 1.169-2.338 2.572-3.043 4.215v0.234c-0.938 1.405-1.643 3.279-2.11 5.153v0.234c-0.234 1.405-0.467 2.812-0.467 4.215v84.556c0 1.64 0 3.043 0.234 4.682 2.343 23.188 22.019 41.223 45.673 41.223h235.387c9.139 0 18.035-2.812 25.298-7.496 0 0 0-0.234 0.234-0.234 2.341-1.64 4.682-3.51 6.792-5.62 3.981-3.981 7.027-8.896 9.367-14.049 0.705-1.405 1.172-2.815 1.405-4.217 1.874-4.451 2.574-9.37 2.574-14.285v-84.556c0-1.403-0.234-2.809-0.467-4.215z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Submit Transaction"],"grid":0},"attrs":[{}],"properties":{"order":2997,"id":7,"name":"Submit-Transaction","prevSize":32,"code":60201},"setIdx":0,"setId":2,"iconIdx":31},{"icon":{"paths":["M328.957 496.913h229.513c39.402 0 71.459-32.056 71.459-71.436 0-39.402-32.056-71.459-71.459-71.459h-227.622l21.604-21.584c27.83-27.853 27.83-73.176 0-101.049-27.853-27.853-73.176-27.853-101.029 0l-144.15 144.15c-28.051 28.051-28.051 73.704 0 101.754l144.084 144.106c13.927 13.927 32.231 20.879 50.536 20.879 18.282 0 36.588-6.951 50.513-20.879 13.487-13.508 20.922-31.439 20.922-50.536 0-19.075-7.436-37.006-20.922-50.513l-23.452-23.432zM323.72 592.704c-11.99 12.034-31.636 12.077-43.672 0l-144.084-144.106c-12.254-12.233-12.254-32.144 0-44.375l144.15-144.15c5.831-5.831 13.574-9.043 21.825-9.043s15.994 3.212 21.825 9.020c12.034 12.057 12.034 31.659 0 43.693l-56.211 56.211c-5.787 5.808-7.525 14.52-4.378 22.112 3.124 7.569 10.516 12.518 18.723 12.518h276.572c17.029 0 30.89 13.861 30.89 30.89s-13.861 30.867-30.89 30.867h-278.465c-8.207 0-15.599 4.95-18.723 12.518-3.145 7.589-1.407 16.303 4.378 22.112l58.061 58.061c12.057 12.034 12.057 31.636 0 43.672zM916.732 546.766l-144.15-144.15c-27.017-26.974-74.011-26.974-101.029 0-13.487 13.508-20.922 31.439-20.922 50.536 0 19.075 7.436 37.006 20.922 50.513l21.604 21.584h-227.622c-39.402 0-71.459 32.056-71.459 71.436 0 39.402 32.056 71.459 71.459 71.459h229.513l-23.452 23.432c-27.83 27.853-27.83 73.176 0 101.049 13.927 13.927 32.231 20.879 50.513 20.879 18.305 0 36.609-6.951 50.536-20.879l144.084-144.106c28.030-28.051 28.051-73.704 0-101.754zM888.043 619.831l-144.084 144.106c-11.682 11.682-32.033 11.616-43.672 0.023-12.034-12.057-12.034-31.659 0-43.693l58.061-58.061c5.787-5.808 7.525-14.52 4.378-22.112-3.124-7.569-10.516-12.518-18.723-12.518h-278.465c-17.029 0-30.89-13.861-30.89-30.89s13.861-30.867 30.89-30.867h276.572c8.207 0 15.599-4.95 18.723-12.518 3.145-7.589 1.407-16.303-4.378-22.112l-56.211-56.211c-5.831-5.831-9.043-13.574-9.043-21.825 0-8.271 3.212-16.017 9.043-21.848 12.013-12.057 31.636-12.057 43.649 0l144.15 144.15c12.254 12.233 12.254 32.144 0 44.375z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Transfer"],"grid":0},"attrs":[{}],"properties":{"order":2996,"id":8,"name":"Transfer","prevSize":32,"code":60199},"setIdx":0,"setId":2,"iconIdx":32},{"icon":{"paths":["M316.084 293.658c24.921 26.32 43.962 62.864 56.843 92.263 1.959-10.22 5.74-20.441 12.321-29.68 6.020-8.402 13.58-15.122 22.541-20.022-1.26-16.662 0.7-35.561 10.781-52.783 3.92-6.58 9.66-14.001 18.061-20.581 3.080-2.521 6.58-4.9 10.501-7.14 3.5-1.96 7.14-3.64 11.341-5.18-1.12-2.8-1.96-5.18-2.52-7.14v-17.501h-140.569v33.042c-6.44 4.061-12.74 10.641-18.201 17.781 3.36 2.521 6.581 5.18 9.801 7.98 3.081 2.801 6.16 5.881 9.101 8.962zM198.477 312.139c-0.42 0.559-0.7 1.119-1.12 1.82-0.84 1.4-1.68 2.94-2.38 4.48-0.28 0.561-0.56 1.119-0.7 1.54-0.84 1.822-1.54 3.78-2.1 5.601-0.42 1.119-0.84 2.381-0.98 3.64-0.56 1.68-0.98 3.36-1.26 5.18-5.46 32.483 14.701 69.584 29.822 92.127h142.108c-0.42-1.261-0.98-2.661-1.68-4.201-0.42-1.121-0.98-2.519-1.4-3.921-2.1-5.46-4.761-11.9-7.84-19.041-0.7-1.68-1.401-3.64-2.38-5.46-3.361-7.841-7.281-16.24-11.761-24.782-1.96-3.921-4.060-7.701-6.301-11.62-2.1-3.921-4.34-7.84-6.72-11.62-3.64-6.021-7.561-12.042-11.761-17.641-1.26-1.822-2.66-3.64-4.060-5.462-1.26-1.818-2.66-3.5-4.2-5.178 0 0 0-0.14-0.14-0.14-2.941-3.5-5.88-6.72-8.961-9.8-0.56-0.561-0.98-0.981-1.54-1.542-3.22-3.080-6.581-6.019-9.941-8.4-1.54-1.119-2.94-2.241-4.48-3.22-2.24-1.4-4.48-2.801-6.72-3.921-2.24-1.26-4.621-2.241-6.86-3.22-6.020-2.241-12.181-3.36-18.201-3.36-0.84 0-1.68 0-2.52 0.14l-3.221-25.062-10.22-79.105c-0.84-6.86-7.281-11.76-14.141-10.921-6.86 0.841-11.76 7.14-10.92 14.141l10.64 82.046 2.941 22.96-17.641-14.56-31.921-26.462c-5.32-4.341-13.301-3.64-17.641 1.68-4.48 5.46-3.78 13.302 1.68 17.781l29.122 24.081 19.321 16.101c-1.26 1.54-2.521 3.22-3.64 4.9-0.14 0.14-0.14 0.28-0.28 0.42zM453.572 281.616c-0.98 0.561-1.82 1.261-2.66 2.1-0.14 0-0.28 0.14-0.42 0.28-0.14 0-0.14 0.14-0.28 0.14l-0.42 0.559-2.241 2.102c-2.1 2.099-4.060 4.339-5.46 6.86-0.84 0.839-1.26 1.678-1.82 2.519-0.7 1.26-1.401 2.519-1.96 3.921-0.7 1.26-1.26 2.519-1.68 3.921-0.98 2.659-1.82 5.459-2.38 8.258-0.561 2.383-0.84 4.762-1.12 7.14-1.26 11.902 0.56 23.802 2.8 32.903 0 0.14 0.14 0.42 0.14 0.561-2.521 0.42-4.901 0.979-7.14 1.678-2.241 0.701-4.34 1.542-6.441 2.381l-6.020 3.5-0.28 0.14c-1.54 1.119-3.080 2.241-4.34 3.5-0.279 0.14-0.42 0.28-0.56 0.561-0.98 0.699-1.82 1.68-2.52 2.521-0.84 0.979-1.68 2.099-2.52 3.22l-0.28 0.28c0 0.14-0.14 0.279-0.28 0.419s-0.14 0.28-0.279 0.42c-0.28 0.559-0.561 0.979-0.98 1.4-0.42 0.561-0.701 1.121-0.98 1.54 0 0 0 0.14-0.14 0.14-0.28 0.561-0.42 0.979-0.7 1.54-0.42 0.561-0.7 1.261-0.98 1.82 0 0.14-0.14 0.28-0.14 0.42-0.14 0-0.14 0.14-0.14 0.14-0.14 0.279-0.14 0.419-0.14 0.699 0 0.14-0.139 0.28-0.279 0.561s-0.14 0.561-0.28 0.981c-0.28 0.561-0.42 1.119-0.7 1.678-0.42 1.261-0.84 2.661-1.26 4.061 0 0.28-0.14 0.42-0.14 0.701-0.42 1.54-0.7 3.080-0.84 4.76-0.139 0.839-0.279 1.68-0.42 2.521 0 0.841-0.14 1.68-0.14 2.519-0.14 0.28-0.14 0.561-0.14 0.841-0.14 1.82-0.28 3.64-0.28 5.459 0 3.222 0.14 6.301 0.561 9.243 0 0.559 0 0.979 0.14 1.398 0.279 2.383 0.56 4.621 0.98 6.722 0 0.279 0.139 0.419 0.139 0.699 0.28 1.822 0.701 3.5 1.12 5.182h147.568c0.28-1.121 0.701-2.102 1.26-3.22 13.721-29.964 43.123-90.306 80.925-148.831l0.139-0.14c-1.4-0.14-2.66-0.28-4.060-0.28-1.26 0-2.52 0-3.78-0.14-4.2-0.14-8.12 0-11.76 0.14-2.1-25.759-11.901-78.543-56.284-89.043-3.64-0.841-7.14-1.401-10.781-1.401-8.96 0-17.361 2.8-24.781 8.122-24.361 17.221-33.462 58.663-36.542 78.264-1.541 0.279-2.941 0.559-4.48 0.979h-0.14c-1.12 0.28-1.96 0.561-3.081 0.841-2.8 0.701-5.6 1.68-8.12 2.8-0.28 0.14-0.42 0.14-0.701 0.28-1.4 0.701-2.94 1.401-4.2 2.1-1.54 0.699-2.94 1.54-4.34 2.521-0.98 0.559-1.96 1.258-2.94 2.099zM859.597 173.25c-11.481-14.702-28.702-22.261-51.384-22.261-2.94 0-6.020 0.14-9.1 0.419-14.841 1.121-30.102 7.841-45.363 18.342l53.904 105.427c3.22 6.16 0.7 13.861-5.46 16.94-1.82 0.981-3.78 1.401-5.74 1.401-4.621 0-8.961-2.521-11.201-6.86l-51.662-101.087c-10.921 9.802-21.702 21.141-32.343 33.602l52.084 102.207c3.22 6.3 0.84 13.861-5.46 17.081-1.82 0.841-3.78 1.26-5.74 1.26-4.48 0-8.961-2.521-11.2-6.86l-47.043-91.985c-4.9 6.44-9.661 13.16-14.42 19.88-4.761 6.86-9.52 13.861-14.141 20.861-0.28 0.42-0.56 0.701-0.84 1.121l13.58 26.46 36.262 70.985c3.22 6.3 0.7 13.861-5.46 16.94-1.82 0.981-3.78 1.401-5.74 1.401-4.621 0-8.961-2.521-11.2-6.86l-15.821-30.803-13.581-26.602-13.721-26.6c-30.942 50.681-54.604 98.845-64.124 118.867h236.474c11.2-21.982 27.581-63.564 53.623-141.41 2.52-7.561 23.801-74.904-5.18-111.866zM220.599 451.727c-2.381 6.161-3.36 12.881-2.66 19.601l37.662 365.141c2.1 20.863 19.461 36.542 40.322 36.542h432.346c20.721 0 38.082-15.541 40.322-36.122l40.602-365.281c0.7-6.86-0.28-13.721-2.8-19.882h-585.794zM340.586 177.591h90.165v23.1h25.201v-35.701c0-6.86-5.601-12.601-12.601-12.601h-115.367c-7 0-12.601 5.741-12.601 12.601v35.701h25.202v-23.1z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Grocery_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2995,"id":9,"name":"Grocery_Fill","prevSize":32,"code":60197},"setIdx":0,"setId":2,"iconIdx":33},{"icon":{"paths":["M859.567 173.216c-13.043-16.639-33.333-23.953-60.458-21.807-48.575 3.888-101.337 65.512-143.97 130.46-13.307-7.631-31.946-8.475-45.129-7.779-2.16-25.772-12.004-78.546-56.288-89.115-12.811-3.063-25.129-0.752-35.616 6.727-24.309 17.323-33.524 58.736-36.6 78.314-2.647 0.489-4.942 1.321-7.385 2.010-10.048-7.376-16.11-21.759-18.141-28.588v-78.984c0-6.959-5.647-12.606-12.606-12.606h-115.42c-6.959 0-12.606 5.647-12.606 12.606v94.433c-12.508 8.090-24.060 25.028-32.078 38.914-5.836-4.43-11.869-8.097-18.14-10.449-6.916-2.598-13.899-3.538-20.796-3.165l-13.37-104.23c-0.889-6.905-7.137-11.826-14.096-10.897-6.905 0.889-11.785 7.191-10.897 14.096l13.475 105.040-49.473-40.972c-5.373-4.43-13.317-3.678-17.746 1.668-4.43 5.36-3.692 13.303 1.668 17.746l48.691 40.324c-6.464 7.884-10.871 16.948-12.624 27.435-6.67 39.781 24.863 86.432 38.902 104.852-0.222 0.236-0.499 0.402-0.716 0.643-7.684 8.518-11.416 19.948-10.24 31.364l37.667 365.265c2.147 20.768 19.524 36.436 40.401 36.436h432.272c20.7 0 38.049-15.532 40.36-36.122l40.565-365.265c1.127-10.153-1.824-20.231-7.815-28.397 10.739-14.41 28.469-53.239 63.475-157.981 2.516-7.574 23.721-75.019-5.264-111.975zM505.267 282.457c1.422-14.164 9.516-57.464 27.481-70.247 4.553-3.227 9.338-4.074 15.121-2.735 38.173 9.119 37.53 77.589 37.53 78.273-0.068 3.705 1.518 7.26 4.307 9.693 2.789 2.447 6.549 3.555 10.186 2.98 15.296-2.338 33.796-1.485 41.843 2.481-32.348 52.231-57.164 102.792-66.978 123.576h-148.871c-3.751-13.882-4.656-25.266-2.781-33.497 0.198-0.791 0.41-1.574 0.671-2.324 0.16-0.497 0.337-0.974 0.522-1.442 0.567-1.347 1.21-2.635 2.026-3.78 4.375-6.166 13.194-9.065 26.333-8.381 0.312 0.009 0.603-0.072 0.911-0.084 0.598-0.015 1.178-0.063 1.764-0.162 0.443-0.077 0.867-0.186 1.295-0.306 0.596-0.167 1.174-0.357 1.74-0.61 0.431-0.193 0.832-0.422 1.237-0.66 0.504-0.297 0.989-0.605 1.452-0.971 0.386-0.308 0.732-0.658 1.082-1.012 0.272-0.277 0.595-0.485 0.842-0.79 0.138-0.167 0.21-0.371 0.339-0.545 0.096-0.13 0.225-0.224 0.317-0.357 0.183-0.267 0.273-0.571 0.433-0.848 0.305-0.53 0.603-1.053 0.826-1.615 0.182-0.456 0.299-0.923 0.426-1.396 0.149-0.556 0.297-1.101 0.368-1.671 0.065-0.513 0.056-1.024 0.058-1.542 0.001-0.544 0.013-1.077-0.057-1.62-0.073-0.583-0.236-1.143-0.391-1.714-0.097-0.354-0.113-0.716-0.242-1.065-7.93-21.479-9.106-38.801-3.363-50.108 0.732-1.444 1.637-2.441 2.493-3.579 0.895-1.116 1.648-2.326 2.76-3.298 0.013-0.010 0.022-0.019 0.035-0.031 5.923-5.161 14.901-8.282 26.814-9.307 6.043-0.506 10.869-5.264 11.471-11.307zM340.559 177.058h90.209v29.983h-90.209v-29.983zM330.278 279.298c5.961-1.121 10.281-6.317 10.281-12.387v-34.659h90.209v12.893c0 1.039 0.137 2.064 0.383 3.063 0.273 1.094 5.332 20.7 18.991 35.917-0.627 0.574-1.225 1.36-1.848 1.993-0.602 0.596-1.153 1.237-1.724 1.861-1.385 1.56-2.681 3.315-3.962 5.211-0.725 1.043-1.644 1.914-2.296 3.021-10.796 18.35-8.159 40.972-4.3 56.227-9.144 1.577-19.798 5.578-27.857 15.005-3.336 3.907-5.836 8.449-7.684 13.481-0.193 0.506-0.353 1.022-0.528 1.531-0.397 1.203-0.801 2.398-1.118 3.661-3.663 13.889-1.87 29.011 0.727 40.364h-37.756c-6.381-17.507-21.445-55.451-42.623-87.837-5.405-8.508-11.076-16.444-16.936-23.126 10.172-18.43 22.655-34.768 28.042-36.217zM250.802 426.479c-14.342-18.157-40.866-58.982-35.985-87.953 1.818-10.815 7.971-19.155 18.799-25.498 7.533-4.416 14.725-5.045 22.655-2.092 7.413 2.779 14.752 8.422 21.861 15.788 0.022 0.020 0.032 0.051 0.055 0.072 0.966 0.919 1.925 2.037 2.889 3.052 7.954 8.871 15.553 19.869 22.565 31.67 13.104 22.619 24.267 48.449 30.893 64.961h-83.732zM743.559 834.045c-0.875 7.807-7.451 13.699-15.313 13.699h-432.272c-7.93 0-14.52-5.934-15.327-13.823l-37.667-365.265c-0.465-4.389 0.916-8.614 3.869-11.881 2.967-3.281 7.027-5.086 11.444-5.086h510.531c4.43 0 8.504 1.818 11.471 5.127 2.953 3.309 4.32 7.561 3.828 11.963l-40.565 365.265zM840.918 277.22c-21.192 63.398-47.716 133.686-58.065 149.259h-179.878c6.43-13.030 14.289-28.734 20.55-40.671 1.825-3.418 3.692-6.877 5.608-10.393 1.006-1.796 1.988-3.539 2.725-4.732 1.501-2.859 3.115-5.811 4.741-8.767 5.076-9.053 10.397-18.297 15.932-27.604l29.326 57.385c2.228 4.361 6.658 6.877 11.238 6.877 1.928 0 3.883-0.451 5.715-1.381 6.207-3.172 8.655-10.76 5.496-16.953l-36.327-71.085c0.015-0.024 0.133-0.208 0.137-0.215 0.017-0.027 0.014-0.061 0.031-0.087 9.239-14.612 18.866-29.002 28.707-42.628l34.072 66.669c2.228 4.361 6.658 6.877 11.238 6.877 1.928 0 3.883-0.451 5.715-1.381 6.207-3.172 8.655-10.76 5.496-16.953l-39.625-77.535c10.511-13.18 21.123-25.092 31.625-35.153l39.802 77.919c2.228 4.361 6.645 6.877 11.238 6.877 1.928 0 3.883-0.451 5.715-1.381 6.207-3.172 8.655-10.76 5.496-16.953l-42.464-83.13c12.498-8.995 24.623-14.636 35.956-15.542 18.403-1.504 31.008 2.529 38.61 12.196 17.555 22.368 6.809 71.478 1.19 88.486z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Grocery"],"grid":0},"attrs":[{}],"properties":{"order":2994,"id":10,"name":"Grocery","prevSize":32,"code":60198},"setIdx":0,"setId":2,"iconIdx":34},{"icon":{"paths":["M629.142 368.515h57.87c3.241 0 5.83-2.592 5.83-5.827v-57.871c0-3.241-2.592-5.83-5.83-5.83h-57.87c-3.241 0-5.83 2.592-5.83 5.83v57.871c0 3.235 2.592 5.827 5.83 5.827zM629.142 545.362h57.87c3.241 0 5.83-2.594 5.83-5.83v-57.653c0-3.241-2.592-5.827-5.83-5.827h-57.87c-3.241 0-5.83 2.589-5.83 5.827v57.653c0 3.235 2.592 5.83 5.83 5.83zM769.062 178.064h-399.037c-23.32 0-42.323 19.003-42.323 42.537v270.561h-0.648v428.838h442.008c23.32 0 42.539-19.003 42.539-42.54v-656.859c0-23.534-19.219-42.537-42.539-42.537zM588.762 304.817c0-22.241 18.139-40.38 40.38-40.38h57.87c22.241 0 40.38 18.139 40.38 40.38v57.871c0 22.239-18.139 40.377-40.38 40.377h-57.87c-22.241 0-40.38-18.139-40.38-40.377v-57.871zM588.762 481.876c0-22.239 18.139-40.38 40.38-40.38h57.87c22.241 0 40.38 18.141 40.38 40.38v57.653c0 22.241-18.139 40.38-40.38 40.38h-57.87c-22.241 0-40.38-18.139-40.38-40.38v-57.653zM544.282 753.086c0 22.239-18.14 40.38-40.38 40.38h-57.87c-22.241 0-40.38-18.141-40.38-40.38v-57.871c0-22.241 18.139-40.38 40.38-40.38h57.87c22.24 0 40.38 18.139 40.38 40.38v57.871zM544.282 539.532c0 22.241-18.14 40.38-40.38 40.38h-57.87c-22.241 0-40.38-18.139-40.38-40.38v-57.653c0-22.239 18.139-40.38 40.38-40.38h57.87c22.24 0 40.38 18.141 40.38 40.38v57.653zM544.282 362.685c0 22.239-18.14 40.377-40.38 40.377h-57.87c-22.241 0-40.38-18.139-40.38-40.377v-57.871c0-22.241 18.139-40.38 40.38-40.38h57.87c22.24 0 40.38 18.139 40.38 40.38v57.871zM742.721 869.142c0 6.624-5.368 11.993-11.991 11.993h-14.884c-6.623 0-11.991-5.368-11.991-11.993v-173.924c0-1.942-1.513-3.669-3.672-3.669h-84.211c-2.159 0-3.672 1.727-3.672 3.669v173.924c0 6.624-5.368 11.993-11.991 11.993h-14.884c-6.623 0-11.991-5.368-11.991-11.993v-173.924c0-23.319 19.003-42.537 42.539-42.537h84.211c23.535 0 42.539 19.219 42.539 42.537v173.924zM503.902 476.049h-57.87c-3.241 0-5.83 2.589-5.83 5.827v57.653c0 3.235 2.592 5.83 5.83 5.83h57.87c3.237 0 5.828-2.594 5.828-5.83v-57.653c0-3.241-2.592-5.827-5.828-5.827zM503.902 298.985h-57.87c-3.241 0-5.83 2.592-5.83 5.83v57.871c0 3.235 2.592 5.827 5.83 5.827h57.87c3.237 0 5.828-2.592 5.828-5.827v-57.871c0-3.241-2.592-5.83-5.828-5.83zM503.902 689.385h-57.87c-3.241 0-5.83 2.594-5.83 5.83v57.871c0 3.241 2.592 5.827 5.83 5.827h57.87c3.237 0 5.828-2.589 5.828-5.827v-57.871c0-3.235-2.592-5.83-5.828-5.83zM212.396 533.703v343.758c0 23.54 19.219 42.54 42.537 42.54h33.254v-428.838h-33.254c-23.319 0-42.537 19.216-42.537 42.537zM677.294 104h-215.496c-20.947 0-38.437 15.115-41.889 35.196h299.278c-3.455-20.081-20.946-35.196-41.889-35.196z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Apartment_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2993,"id":11,"name":"Apartment_Fill","prevSize":32,"code":60193},"setIdx":0,"setId":2,"iconIdx":35},{"icon":{"paths":["M769.030 178.137h-49.213v-31.65c0-23.425-19.082-42.487-42.506-42.487h-215.448c-23.425 0-42.506 19.062-42.506 42.487v31.65h-49.213c-23.425 0-42.487 19.062-42.487 42.487v271.014c-1.209-0.103-2.369-0.363-3.606-0.363h-69.074c-23.425 0-42.487 19.062-42.487 42.487v343.752c0 23.425 19.062 42.487 42.487 42.487h514.060c23.425 0 42.487-19.062 42.487-42.487v-656.89c0-23.425-19.062-42.487-42.487-42.487zM327.651 881.12h-72.681c-2.002 0-3.606-1.601-3.606-3.606v-343.752c0-2.002 1.601-3.606 3.606-3.606h69.074c2.002 0 3.606 1.601 3.606 3.606v347.359zM458.233 146.487c0-2.002 1.624-3.606 3.626-3.606h215.448c2.002 0 3.626 1.601 3.626 3.606v31.65h-222.703v-31.65zM703.875 881.12h-91.595v-185.888c0-2.002 1.601-3.606 3.606-3.606h84.385c2.002 0 3.606 1.601 3.606 3.606v185.888zM772.633 877.513c0 2.002-1.601 3.606-3.606 3.606h-26.272v-185.888c0-23.425-19.062-42.487-42.487-42.487h-84.385c-23.425 0-42.487 19.062-42.487 42.487v185.888h-206.867v-660.496c0-2.002 1.601-3.606 3.606-3.606h398.89c2.002 0 3.606 1.601 3.606 3.606v656.89zM503.945 264.563h-57.857c-22.224 0-40.313 18.092-40.313 40.313v57.857c0 22.225 18.092 40.313 40.313 40.313h57.857c22.224 0 40.313-18.092 40.313-40.313v-57.857c0-22.225-18.092-40.313-40.313-40.313zM509.722 362.736c0 3.183-2.594 5.776-5.776 5.776h-57.857c-3.183 0-5.776-2.594-5.776-5.776v-57.857c0-3.183 2.594-5.776 5.776-5.776h57.857c3.183 0 5.776 2.594 5.776 5.776v57.857zM687.009 264.563h-57.857c-22.224 0-40.313 18.092-40.313 40.313v57.857c0 22.225 18.092 40.313 40.313 40.313h57.857c22.224 0 40.313-18.092 40.313-40.313v-57.857c0-22.225-18.092-40.313-40.313-40.313zM692.786 362.736c0 3.183-2.594 5.776-5.776 5.776h-57.857c-3.183 0-5.776-2.594-5.776-5.776v-57.857c0-3.183 2.594-5.776 5.776-5.776h57.857c3.183 0 5.776 2.594 5.776 5.776v57.857zM503.945 441.47h-57.857c-22.224 0-40.313 18.092-40.313 40.313v57.857c0 22.225 18.092 40.313 40.313 40.313h57.857c22.224 0 40.313-18.092 40.313-40.313v-57.857c0-22.225-18.092-40.313-40.313-40.313zM509.722 539.643c0 3.183-2.594 5.776-5.776 5.776h-57.857c-3.183 0-5.776-2.594-5.776-5.776v-57.857c0-3.183 2.594-5.776 5.776-5.776h57.857c3.183 0 5.776 2.594 5.776 5.776v57.857zM687.009 441.47h-57.857c-22.224 0-40.313 18.092-40.313 40.313v57.857c0 22.225 18.092 40.313 40.313 40.313h57.857c22.224 0 40.313-18.092 40.313-40.313v-57.857c0-22.225-18.092-40.313-40.313-40.313zM692.786 539.643c0 3.183-2.594 5.776-5.776 5.776h-57.857c-3.183 0-5.776-2.594-5.776-5.776v-57.857c0-3.183 2.594-5.776 5.776-5.776h57.857c3.183 0 5.776 2.594 5.776 5.776v57.857zM503.945 654.915h-57.857c-22.224 0-40.313 18.092-40.313 40.313v57.857c0 22.225 18.092 40.313 40.313 40.313h57.857c22.224 0 40.313-18.092 40.313-40.313v-57.857c0-22.225-18.092-40.313-40.313-40.313zM509.722 753.088c0 3.183-2.594 5.776-5.776 5.776h-57.857c-3.183 0-5.776-2.594-5.776-5.776v-57.857c0-3.183 2.594-5.776 5.776-5.776h57.857c3.183 0 5.776 2.594 5.776 5.776v57.857z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Apartment"],"grid":0},"attrs":[{}],"properties":{"order":2992,"id":12,"name":"Apartment","prevSize":32,"code":60194},"setIdx":0,"setId":2,"iconIdx":36},{"icon":{"paths":["M391.725 512.585c52.858 0 95.873-43.014 95.873-95.873s-43.014-95.873-95.873-95.873-95.873 43.014-95.873 95.873 43.014 95.873 95.873 95.873zM732.579 324.177h-199.571c-9.599 0-17.387 7.788-17.387 17.387v150.296c0 9.599 7.788 17.387 17.387 17.387h345.606c9.599 0 17.387-7.788 17.387-17.387v-4.243c0-90.121-73.319-163.44-163.421-163.44zM878.613 542.361h-613.291v-296.048c0-9.599-7.788-17.387-17.387-17.387h-102.548c-9.599 0-17.387 7.788-17.387 17.387v531.373c0 9.599 7.788 17.387 17.387 17.387h102.548c9.599 0 17.387-7.788 17.387-17.387v-106.414h493.356v106.414c0 9.599 7.788 17.387 17.387 17.387h102.548c9.599 0 17.387-7.788 17.387-17.387v-217.939c0-9.599-7.788-17.387-17.387-17.387z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Hotel_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2991,"id":13,"name":"Hotel_Fill","prevSize":32,"code":60195},"setIdx":0,"setId":2,"iconIdx":37},{"icon":{"paths":["M391.713 512.585c52.86 0 95.875-43.015 95.875-95.875s-43.015-95.875-95.875-95.875-95.875 43.015-95.875 95.875 43.015 95.875 95.875 95.875zM391.713 355.609c33.7 0 61.101 27.401 61.101 61.101s-27.401 61.101-61.101 61.101-61.101-27.401-61.101-61.101 27.401-61.101 61.101-61.101zM732.575 324.172h-199.576c-9.599 0-17.387 7.788-17.387 17.387v150.3c0 9.599 7.788 17.387 17.387 17.387h345.614c9.599 0 17.387-7.788 17.387-17.387v-4.262c0-90.105-73.321-163.425-163.425-163.425zM550.386 474.472v-115.525h182.189c66.513 0 121.409 50.729 127.991 115.525h-310.18zM878.613 542.343h-613.306v-296.036c0-9.599-7.788-17.387-17.387-17.387h-102.532c-9.599 0-17.387 7.788-17.387 17.387v531.386c0 9.599 7.788 17.387 17.387 17.387h102.532c9.599 0 17.387-7.788 17.387-17.387v-106.417h493.368v106.417c0 9.599 7.788 17.387 17.387 17.387h102.551c9.599 0 17.387-7.788 17.387-17.387v-217.963c0-9.599-7.788-17.387-17.387-17.387zM861.225 760.306h-67.776v-106.417c0-9.599-7.788-17.387-17.387-17.387h-528.142c-9.599 0-17.387 7.788-17.387 17.387v106.417h-67.757v-496.612h67.757v296.036c0 9.599 7.788 17.387 17.387 17.387h613.306v183.188z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Hotel"],"grid":0},"attrs":[{}],"properties":{"order":2990,"id":14,"name":"Hotel","prevSize":32,"code":60196},"setIdx":0,"setId":2,"iconIdx":38},{"icon":{"paths":["M671.663 140.303h-37.839c3.231 6.228 5.078 13.38 5.078 20.764 0 7.382-1.847 14.536-5.078 20.762-7.383 15.231-23.073 25.381-41.069 25.381h-161.505c-17.997 0-33.454-10.149-41.070-25.381-3.23-6.226-5.077-13.38-5.077-20.762 0-7.384 1.847-14.536 5.077-20.764h-37.609c-95.519 0-173.044 77.524-173.044 172.814v450.605c0 95.291 77.525 172.814 173.044 172.814h319.092c95.291 0 172.814-77.524 172.814-172.814v-450.605c0-95.291-77.524-172.814-172.814-172.814zM445.319 702.576l-74.064 73.83c-3.922 4.153-9.228 5.999-14.536 5.999-5.306 0-10.612-1.846-14.764-5.999l-36.918-36.917c-8.074-8.074-8.074-21.228 0-29.299 8.076-8.077 21.228-8.077 29.302 0l22.381 22.147 59.067-59.067c8.074-8.074 21.226-8.074 29.534 0 8.074 8.077 8.074 21.228 0 29.302zM445.319 516.149l-74.064 73.832c-3.922 4.153-9.228 6.228-14.536 6.228-5.306 0-10.612-2.075-14.764-6.228l-36.918-36.917c-8.074-8.077-8.074-21.228 0-29.302 8.076-8.074 21.228-8.074 29.302 0l22.381 22.147 59.067-59.064c8.074-8.074 21.226-8.074 29.534 0 8.074 8.074 8.074 21.228 0 29.299zM445.319 329.728l-74.064 74.063c-3.922 3.921-9.228 5.999-14.536 5.999-5.306 0-10.612-2.078-14.764-5.999l-36.918-37.149c-8.074-8.071-8.074-21.225 0-29.302 8.076-8.071 21.228-8.071 29.302 0l22.381 22.383 59.067-59.294c8.074-8.077 21.226-8.077 29.534 0 8.074 8.071 8.074 21.225 0 29.302zM704.424 745.492h-158.045c-11.535 0-20.764-9.23-20.764-20.764 0-11.305 9.23-20.762 20.764-20.762h158.045c11.535 0 20.764 9.457 20.764 20.762 0 11.535-9.23 20.764-20.764 20.764zM704.424 559.297h-158.045c-11.535 0-20.764-9.459-20.764-20.764 0-11.535 9.23-20.764 20.764-20.764h158.045c11.535 0 20.764 9.23 20.764 20.764 0 11.305-9.23 20.764-20.764 20.764zM704.424 372.87h-158.045c-11.535 0-20.764-9.227-20.764-20.762s9.23-20.764 20.764-20.764h158.045c11.535 0 20.764 9.23 20.764 20.764s-9.23 20.762-20.764 20.762zM431.246 181.829h161.505c11.535 0 20.763-9.227 20.763-20.762s-9.228-20.764-20.763-20.764h-59.988v-32.070c0-11.535-9.228-20.762-20.763-20.762-11.305 0-20.764 9.227-20.764 20.762v32.070h-59.986c-11.305 0-20.764 9.23-20.764 20.764s9.459 20.762 20.764 20.762z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Spec_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2988,"id":15,"name":"Spec_Fill","prevSize":32,"code":60191},"setIdx":0,"setId":2,"iconIdx":39},{"icon":{"paths":["M431.245 181.887h161.505c11.468 0 20.772-9.304 20.772-20.772s-9.304-20.772-20.772-20.772h-59.978v-32.107c0-11.468-9.304-20.772-20.772-20.772s-20.772 9.304-20.772 20.772v32.107h-59.978c-11.468 0-20.772 9.304-20.772 20.772s9.304 20.772 20.772 20.772zM671.615 140.338c-11.468 0-20.772 9.304-20.772 20.772s9.304 20.772 20.772 20.772c72.418 0 131.313 58.898 131.313 131.313v450.477c0 72.418-58.898 131.313-131.313 131.313h-319.231c-72.418 0-131.313-58.898-131.313-131.313v-450.477c0-72.418 58.898-131.313 131.313-131.313 11.468 0 20.772-9.304 20.772-20.772s-9.304-20.772-20.772-20.772c-95.309 0-172.861 77.552-172.861 172.861v450.477c0 95.309 77.552 172.861 172.861 172.861h319.231c95.309 0 172.861-77.552 172.861-172.861v-450.477c0-95.309-77.552-172.861-172.861-172.861zM445.148 300.452c-8.112-8.112-21.271-8.112-29.383 0l-59.148 59.168-22.284-22.239c-8.112-8.112-21.246-8.087-29.358 0.021s-8.087 21.246 0.021 29.358l36.951 36.905c4.054 4.054 9.35 6.085 14.666 6.085s10.633-2.027 14.691-6.085l73.835-73.835c8.112-8.112 8.112-21.271 0-29.383zM704.329 331.296h-158.104c-11.468 0-20.772 9.304-20.772 20.772s9.304 20.772 20.772 20.772h158.104c11.468 0 20.772-9.304 20.772-20.772s-9.304-20.772-20.772-20.772zM445.148 486.833c-8.112-8.112-21.271-8.112-29.383 0l-59.148 59.168-22.284-22.259c-8.066-8.112-21.246-8.133-29.358 0.021-8.112 8.112-8.087 21.246 0.021 29.358l36.951 36.93c4.033 4.054 9.35 6.085 14.666 6.085s10.633-2.027 14.691-6.085l73.835-73.835c8.112-8.112 8.112-21.271 0-29.383zM704.329 517.657h-158.104c-11.468 0-20.772 9.304-20.772 20.772s9.304 20.772 20.772 20.772h158.104c11.468 0 20.772-9.304 20.772-20.772s-9.304-20.772-20.772-20.772zM415.769 673.214l-59.148 59.168-22.284-22.259c-8.066-8.112-21.246-8.133-29.358 0.021-8.112 8.112-8.087 21.246 0.021 29.358l36.951 36.93c4.033 4.054 9.35 6.085 14.666 6.085s10.633-2.027 14.691-6.085l73.835-73.835c8.112-8.112 8.112-21.271 0-29.383s-21.271-8.112-29.383 0zM704.329 704.038h-158.104c-11.468 0-20.772 9.304-20.772 20.772s9.304 20.772 20.772 20.772h158.104c11.468 0 20.772-9.304 20.772-20.772s-9.304-20.772-20.772-20.772z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Spec"],"grid":0},"attrs":[{}],"properties":{"order":2989,"id":16,"name":"Spec","prevSize":32,"code":60192},"setIdx":0,"setId":2,"iconIdx":40},{"icon":{"paths":["M295.603 577.555c0 2.835-0.688 5.834-2.067 9.116s-3.565 6.483-6.522 9.643c-2.999 3.16-6.766 5.753-11.385 7.698-4.619 1.986-10.007 2.957-16.165 2.957-4.66 0-8.913-0.446-12.681-1.296-3.809-0.932-7.293-2.269-10.372-4.133-3.121-1.864-5.956-4.336-8.589-7.374-2.35-2.796-4.336-5.834-5.956-9.318-1.62-3.443-2.877-7.091-3.687-10.98s-1.215-8.062-1.215-12.439c0-7.132 1.054-13.451 3.121-19.125s5.024-10.414 8.874-14.464c3.848-3.97 8.347-7.049 13.532-9.116 5.185-2.106 10.697-3.16 16.57-3.16 7.171 0 13.532 1.418 19.125 4.294s9.887 6.361 12.844 10.575c2.999 4.173 4.458 8.144 4.458 11.912 0 2.067-0.73 3.848-2.189 5.429-1.459 1.54-3.201 2.35-5.268 2.35-2.269 0-3.97-0.566-5.185-1.62-1.134-1.093-2.43-2.957-3.809-5.631-2.311-4.375-5.065-7.698-8.225-9.845s-7.049-3.282-11.668-3.282c-7.374 0-13.208 2.796-17.543 8.347-4.336 5.59-6.522 13.493-6.522 23.824 0 6.888 0.973 12.6 2.918 17.18 1.903 4.538 4.66 7.981 8.184 10.251 3.526 2.228 7.698 3.363 12.439 3.363 5.146 0 9.521-1.256 13.047-3.809s6.239-6.28 8.062-11.263c0.771-2.311 1.701-4.214 2.835-5.712 1.134-1.459 2.957-2.189 5.429-2.189 2.147 0 3.931 0.73 5.51 2.228 1.337 1.54 2.106 3.404 2.106 5.59z","M499.683 566.941h-6.28v28.401c0 3.728-0.81 6.483-2.472 8.225-1.62 1.783-3.767 2.674-6.442 2.674-2.877 0-5.065-0.932-6.644-2.796-1.54-1.864-2.35-4.577-2.35-8.103v-68.027c0-3.848 0.891-6.644 2.594-8.347 1.742-1.742 4.538-2.594 8.347-2.594h29.131c4.011 0 7.454 0.202 10.331 0.527 2.877 0.364 5.429 1.054 7.739 2.067 2.796 1.134 5.227 2.835 7.374 5.024 2.106 2.189 3.728 4.699 4.863 7.576s1.62 5.875 1.62 9.116c0 6.564-1.864 11.871-5.59 15.801-3.687 3.931-9.36 6.725-16.936 8.347 3.201 1.662 6.2 4.173 9.116 7.496 2.918 3.282 5.47 6.807 7.779 10.494 2.269 3.687 4.011 7.091 5.307 10.089 1.256 2.999 1.903 5.065 1.903 6.2s-0.364 2.311-1.134 3.443c-0.73 1.134-1.742 2.067-3.038 2.715-1.256 0.649-2.796 1.013-4.458 1.013-1.986 0-3.687-0.486-5.065-1.378-1.337-0.973-2.552-2.147-3.526-3.565-1.013-1.418-2.311-3.565-4.011-6.361l-7.171-11.953c-2.594-4.375-4.863-7.74-6.927-10.007-2.025-2.269-4.092-3.848-6.159-4.699-2.106-0.973-4.741-1.378-7.901-1.378zM509.934 529.787h-16.531v24.268h16.045c4.294 0 7.942-0.364 10.819-1.134 2.957-0.73 5.185-1.986 6.725-3.767s2.311-4.255 2.311-7.374c0-2.43-0.649-4.619-1.864-6.483s-2.999-3.282-5.226-4.173c-1.986-0.891-6.117-1.337-12.276-1.337z","M755.422 591.37l-14.181-56.317v60.977c0 3.404-0.771 5.875-2.269 7.618-1.498 1.662-3.484 2.513-5.997 2.513-2.391 0-4.375-0.851-5.875-2.513-1.498-1.62-2.269-4.173-2.269-7.618v-69.972c0-3.848 1.013-6.442 3.038-7.82 1.986-1.337 4.741-2.025 8.103-2.025h5.551c3.362 0 5.753 0.324 7.293 0.932 1.498 0.608 2.633 1.662 3.362 3.282 0.73 1.54 1.54 4.092 2.472 7.657l12.844 48.458 12.844-48.458c0.932-3.526 1.742-6.078 2.472-7.657 0.73-1.54 1.823-2.674 3.362-3.282s3.931-0.932 7.293-0.932h5.551c3.443 0 6.117 0.688 8.103 2.025s3.038 3.931 3.038 7.82v69.972c0 3.404-0.771 5.875-2.269 7.618-1.498 1.662-3.526 2.513-6.037 2.513-2.35 0-4.336-0.851-5.834-2.513s-2.269-4.214-2.269-7.618v-60.977l-14.181 56.317c-0.932 3.645-1.662 6.32-2.269 8.062-0.566 1.701-1.62 3.282-3.241 4.66-1.54 1.378-3.728 2.106-6.483 2.106-2.106 0-3.848-0.446-5.307-1.337-1.418-0.932-2.594-2.067-3.362-3.443-0.81-1.378-1.418-2.957-1.903-4.66-0.649-1.701-1.134-3.484-1.581-5.388z","M512.041 664.26c-37.559 0-70.296-20.259-88.286-50.403l-25.727 48.458c27.957 31.561 68.634 51.618 114.013 51.618 44.325 0 84.153-19.124 112.027-49.429l-25.444-47.85c-18.232 28.565-50.159 47.606-86.583 47.606z","M767.252 664.26c-56.317 0-102.182-45.501-102.75-101.696 0-0.405 0.081-0.73 0.081-1.134s-0.081-0.81-0.081-1.176c-0.244-30.307-9.399-58.506-24.917-82.167-27.267-41.57-74.227-69.12-127.545-69.12-8.711 0-17.422 0.73-25.93 2.189-43.149 7.415-79.25 32.454-101.735 66.892-15.438 23.702-24.432 51.779-24.756 81.842 0 0.527-0.081 1.054-0.081 1.54s0.081 0.973 0.081 1.418c-0.81 56.034-46.553 101.413-102.789 101.413-1.093 0-2.067-0.081-3.121-0.161v49.673c1.054 0.081 2.067 0.161 3.121 0.161 53.36 0 100.359-27.633 127.586-69.242 15.438-23.58 24.512-51.659 24.837-81.803 0-0.486 0.081-0.973 0.081-1.418 0-0.527-0.081-1.054-0.081-1.54 0.73-49.551 36.302-91.404 85.246-99.832 5.753-1.013 11.629-1.459 17.502-1.459 56.317 0 102.142 45.459 102.75 101.615 0 0.405-0.081 0.81-0.081 1.176s0.081 0.771 0.081 1.134c0.244 30.307 9.318 58.465 24.837 82.086 27.267 41.651 74.227 69.242 127.586 69.242 0.446 0 0.891-0.041 1.256-0.081v-49.632c-0.324 0.041-0.73 0.081-1.176 0.081z","M153.998 561.429c0-50.281 35.858-92.905 85.326-101.33 5.875-1.054 11.79-1.498 17.543-1.498 37.195 0 69.769 19.893 87.839 49.551l24.432-49.632c-27.916-30.427-67.783-49.593-112.23-49.593-8.55 0-17.26 0.771-25.93 2.228-29.699 5.065-56.034 18.556-76.94 37.639v-95.901l-49.673-42.827v257.077h0.283c2.755 73.578 57.818 133.826 129.004 144.764v-50.403c-45.581-10.575-79.656-51.374-79.656-100.076z","M767.252 408.967c-8.711 0-17.422 0.73-25.93 2.189h-0.041c-12.883 2.228-25.161 6.037-36.627 11.183v-69.444l-49.632-42.827v148.532h0.122l24.229 49.349c14.95-24.675 40.111-42.663 70.296-47.85 5.753-1.013 11.629-1.459 17.502-1.459 56.683 0 102.831 46.148 102.831 102.831 0 49.39-35.006 90.594-81.437 100.439v50.322c73.983-10.453 131.071-73.983 131.071-150.762 0.122-84.111-68.271-152.504-152.382-152.504z"],"attrs":[{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{},{},{},{},{},{},{}]},"tags":["bob_crm"],"grid":0},"attrs":[{},{},{},{},{},{},{}],"properties":{"order":2987,"id":17,"name":"bob_crm","prevSize":32,"code":60188},"setIdx":0,"setId":2,"iconIdx":41},{"icon":{"paths":["M883.313 285.653c0.323-6.542-1.927-12.813-6.302-17.625l-88.438-97.729c-4.396-4.875-10.427-7.75-16.99-8.063-6.479-0.208-12.854 1.917-17.687 6.313l-55.54 50.242-2.987-3.2c-13.652-15.146-37.12-16.427-52.266-2.771l-490.241 443.731c-15.146 13.867-16.426 37.333-2.56 52.482l127.147 140.583c7.253 8.109 17.28 12.161 27.52 12.161 8.747 0 17.707-3.198 24.747-9.599l490.24-443.734c7.466-6.615 11.733-15.786 12.374-25.599 0.426-9.812-2.987-19.414-9.6-26.667l-3.023-3.239 55.565-50.287c4.865-4.396 7.719-10.438 8.042-17zM578.677 418.684c-2.773 3.2-5.76 0.854-4.693-3.839 7.253-29.44 41.173-52.693 48.639-51.414s29.867 36.055 25.387 65.919c-0.853 4.693-4.48 5.76-5.76 1.708-4.693-13.229-15.359-43.094-24.107-44.802-8.96-1.706-29.866 21.76-39.466 32.427zM618.143 413.778c-11.52 52.906-47.573 107.307-88.532 143.146-57.173 50.349-127.147 74.453-196.908 73.601-5.546 0-6.186-6.188-0.639-7.253 63.573-12.589 128.639-43.521 182.186-90.667 36.267-32 69.547-74.453 92.374-122.24 3.413-7.255 13.44-5.333 11.52 3.411zM794.001 324.424l-24.977-27.604-44.824-49.625 45.176-40.875 69.844 77.167-45.219 40.938z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Firestick_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2986,"id":18,"name":"Firestick_Fill","prevSize":32,"code":60189},"setIdx":0,"setId":2,"iconIdx":42},{"icon":{"paths":["M883.313 285.684c0.323-6.542-1.927-12.813-6.302-17.625l-88.438-97.729c-4.396-4.875-10.427-7.75-16.99-8.063-6.396-0.208-12.854 1.917-17.687 6.313l-55.507 50.227-2.921-3.227c-13.708-15.167-37.167-16.375-52.333-2.625l-490.323 443.708c-15.125 13.708-16.302 37.187-2.604 52.313l127.25 140.625c7.302 8.063 17.364 12.146 27.469 12.146 8.865 0 17.76-3.146 24.844-9.562l490.292-443.687c7.354-6.646 11.667-15.729 12.167-25.625 0.49-9.896-2.896-19.375-9.531-26.708l-2.936-3.245 55.509-50.234c4.865-4.396 7.719-10.438 8.042-17zM305.917 823.83l-127.323-138.708 488.396-443.792 107.812 119.146c0.013 0.016 0.031 0.021 0.044 0.034l18.466 20.404-487.396 442.917zM794.002 324.455l-69.845-77.187 45.219-40.917 69.844 77.167-45.217 40.938zM606.716 410.45c-23.007 47.695-56.173 90.242-92.401 122.104-53.697 47.224-118.613 78.089-182.171 90.682-5.593 1.047-5.055 7.266 0.466 7.338 69.809 0.917 139.915-23.247 197.086-73.526 40.793-35.878 76.975-90.406 88.418-143.245 1.869-8.682-8.121-10.636-11.398-3.354zM622.563 363.421c-7.414-1.227-41.401 21.977-48.538 51.487-1.046 4.617 1.895 6.961 4.721 3.771 9.486-10.63 30.465-34.010 39.348-32.318 8.796 1.594 19.428 31.495 24.099 44.815 1.428 4.023 5.056 2.945 5.729-1.695 4.55-30.052-17.858-64.734-25.359-66.060z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Firestick"],"grid":0},"attrs":[{}],"properties":{"order":2985,"id":19,"name":"Firestick","prevSize":32,"code":60190},"setIdx":0,"setId":2,"iconIdx":43},{"icon":{"paths":["M670.137 593.629c-11.736 0-21.338 9.604-21.338 21.338v131.021c0 2.133-1.708 3.839-4.054 3.839h-342.055c-2.135 0-4.054-1.706-4.054-3.839v-518.953c0-2.133 1.92-4.053 4.054-4.053h342.696c2.133 0 3.841 1.92 3.841 4.053v88.128c0 11.524 9.389 20.911 20.911 20.911 11.736 0.214 21.125-9.177 21.125-20.698 0.214-43.318 0.427-88.555 0-131.018-0.426-36.061-30.3-57.186-59.961-56.334-38.623 1.068-77.031 0.214-115.654 0.214h-203.568c-9.389 0-18.778 2.133-26.887 6.827-21.338 12.805-29.233 31.583-29.233 53.773v652.105c0 30.513 24.752 55.266 55.266 55.055l325.198-0.641c30.302 0 55.054-24.54 55.054-55.055v-225.546c0-11.737-9.603-20.914-21.338-21.127zM407.46 169.209h132.726c4.267 0 7.681 3.412 7.681 7.681s-3.415 7.895-7.681 7.895h-132.726c-4.268 0-7.895-3.626-7.895-7.895s3.627-7.681 7.895-7.681zM520.981 835.823h-94.529c-11.31 0-20.485-8.963-20.485-20.271 0-11.31 9.175-20.487 20.485-20.487h94.529c11.31 0 20.485 9.177 20.485 20.487 0 11.307-9.175 20.271-20.485 20.271zM731.219 353.868h-249.323c-20.337 0-36.823 16.483-36.823 36.821v144.563c0 20.336 16.486 36.824 36.823 36.824-12.369 29.502-24.256 57.852-36.141 86.203 2.732-0.391 4.381-1.393 5.865-2.6 29.003-23.589 57.918-47.287 87.053-70.712 8.781-7.062 25.208-12.813 36.474-12.826l156.109-0.154c20.323-0.021 36.786-16.499 36.786-36.821v-144.477c0-20.338-16.486-36.821-36.823-36.821zM739.865 527.863c0 8.809-7.137 15.957-15.948 15.965l-159.725 0.164c-12.585 0.016-25.838 6.317-35.612 14.248l-14.571 10.068c2.846-7.069 6.637-16.285 9.851-24.274h-35.216c-8.817 0-15.965-7.148-15.965-15.967v-130.031c0-8.815 7.148-15.962 15.965-15.962h235.255c8.817 0 15.965 7.148 15.965 15.962v129.828z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Customer-Screen"],"grid":0},"attrs":[{}],"properties":{"order":2984,"id":20,"name":"Customer-Screen","prevSize":32,"code":60187},"setIdx":0,"setId":2,"iconIdx":44},{"icon":{"paths":["M940.796 454.351v0.291c0 0.65 0 1.299-0.073 1.949 0-1.226 0-2.453-0.072-3.607 0 7.072-0.291 14.213-0.795 21.43-0.145 1.876-0.218 3.679-0.29 5.41 0 0.577-0.073 1.081-0.073 1.658-2.453 25.396-8.444 57.146-21.862 91.344h-0.218c-0.218 0.867-0.577 1.659-0.94 2.525-1.009 2.811-2.166 5.483-3.248 8.154-0.94 2.307-1.948 4.619-3.030 6.927-3.607 8.225-7.504 15.947-11.615 23.233l-188.247 3.534c-12.7-39.176-68.619-68.906-135.575-68.906-76.337 0-138.242 38.459-138.242 85.717 0 47.33 61.906 85.788 138.242 85.788 66.957 0 123.094-29.511 135.575-68.906l160.54 3.029c-0.504 0.577-0.94 1.155-1.444 1.732-19.768 25.976-42.065 48.629-66.671 68.183-31.673 25.254-67.32 45.313-106.569 60.533-61.833 23.956-126.196 33.623-192.285 33.623-134.853 0-269.78 0-404.701-0.073-5.051 0-10.534 1.517-16.016-2.167 4.474-5.483 10.897-6.278 16.452-8.443 18.687-7.072 36.365-16.017 52.312-28.213 16.379-12.555 27.634-28.211 33.912-47.838h1.081l79.293-249.213 17.678-55.415c78.716 0 133.336 0.218 140.118 0.218 34.057 0 51.3 16.597 66.453 33.549 11.615 13.204 22.293 26.19 63.423 35.356 46.539 10.175 169.992-18.976 209.604-29.22 7.577-1.876 7.577-4.042-0.218-4.256 0 0-119.196-1.876-159.023-3.607-2.235 0-7.863-0.432-7.863-6.060 0-4.905 5.846-5.987 7.863-6.422 39.612-5.919 159.023-15.299 159.023-15.299 7.794-1.081 7.794-4.042 0-4.256 0 0-119.41-3.461-159.672-9.161-2.957-0.432-7-1.082-7-6.423v-0.649c0-5.269 3.825-5.918 7-6.35 40.262-5.987 159.672-9.162 159.672-9.162 7.794-0.431 7.794-3.393 0-4.256 0 0-119.41-9.379-159.023-15.225-2.235-0.218-7.863-1.299-7.863-6.423 0-5.773 5.846-6.205 7.863-6.205 39.826-1.658 159.023-3.607 159.023-3.607 7.794-0.432 7.794-2.308 0.218-4.257-39.826-10.174-163.279-39.612-209.604-29.147-40.911 9.162-51.804 22.152-63.423 35.356-15.153 17.029-32.395 33.548-66.453 33.548-6.854 0-50.505 0-130.161 0.218l26.191-81.964c14.431-40.548 15.439-76.913-26.553-104.189 7.213-3.897 12.123-2.743 16.883-2.743 126.196-0.073 252.388-0.577 378.511 0.145 71.503 0.359 136.298 20.925 186.948 74.315 46.753 49.278 65.513 108.804 64.936 173.889z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Dispatch_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2983,"id":21,"name":"Dispatch_Fill","prevSize":32,"code":60184},"setIdx":0,"setId":2,"iconIdx":45},{"icon":{"paths":["M898.213 613.727c-1.67 3.57-3.814 6.912-5.716 10.244-1.429 2.383-3.097 4.762-4.525 6.912-1.428 2.381-3.097 4.762-4.525 6.912-4.289 5.716-8.34 11.198-12.627 16.197l-55.032-1.192-105.538-1.906c-12.627 39.308-68.612 68.85-135.555 68.85-76.472 0-138.415-38.354-138.415-85.764 0-47.172 61.942-85.526 138.415-85.526 66.943 0 122.927 29.541 135.555 68.847l187.968-3.57z","M875.816 280.438c-50.744-53.366-115.544-73.855-187.016-74.331-52.65-0.238-105.538-0.238-158.188-0.238h-225.611c-3.793 0-8.242 0.717-11.475 2.818 1.104 1.624 3.631 2.634 5.203 3.795 1.949 1.442 3.851 2.947 5.688 4.526 3.375 2.902 6.545 6.050 9.401 9.466 5.068 6.070 9.093 12.984 11.631 20.483 5.066 14.959 3.942 31.108 0.398 46.267-1.56 6.671-3.759 13.094-5.84 19.614l-26.206 82.191-0.238 0.954-3.814 11.911-5.957 18.82-17.63 55.271-79.332 249.194c-6.195 19.776-18.583 35.498-35.019 47.884-15.961 12.152-33.591 21.203-52.172 28.349-4.193 1.611-8.728 2.371-12.585 4.785-0.955 0.599-2.173 1.327-2.869 2.228-1.139 1.478-1.178 1.275 0.458 2.325 2.062 1.318 5.014 1.384 7.373 1.384 2.382 0 4.767-0.238 7.148-0.238 134.843 0.238 269.682 0 404.525 0.238 66.23 0 130.554-9.767 192.492-33.83 39.071-15.243 74.807-35.257 106.493-60.509 24.537-19.532 46.93-42.168 66.705-68.137 0.475-0.475 0.953-0.954 1.428-1.671 4.288-5.003 8.338-10.481 12.627-16.197 1.428-2.146 3.097-4.527 4.525-6.912 1.428-2.146 3.096-4.524 4.525-6.912 1.906-3.332 4.050-6.67 5.716-10.244 4.288-7.387 8.101-15.246 11.911-23.346 0.953-2.146 2.143-4.527 3.097-6.912 0.953-2.618 2.143-5.241 3.097-8.103 0.474-0.952 0.715-1.668 1.19-2.616 13.343-34.068 19.296-65.752 21.918-91.244v-1.671c0-1.668 0.238-3.57 0.238-5.478 0.475-7.147 0.953-14.289 0.953-21.438 0.475-64.56-18.342-123.645-64.798-172.481zM218.287 774.060l9.292-29.779 79.332-249.194 21.918-68.377 1.907-6.195 3.571-11.673 4.525-14.054 21.682-68.137c10.245-28.824 13.343-54.796 9.528-77.904h160.572c52.65 0 105.301 0 157.951 0.238 66.469 0.475 117.45 20.251 156.046 60.991 35.974 37.879 53.366 84.337 53.125 142.94 0 6.195-0.238 12.39-0.717 18.585-0.236 2.378-0.236 4.762-0.474 6.905v0.238c-1.67 17.389-5.004 34.547-9.767 51.223l-10.245 29.779-0.238 0.238v0.238c-0.953 2.381-1.906 4.524-2.86 7.384-0.715 1.668-1.428 3.335-2.618 5.718-4.288 9.765-9.292 19.057-15.008 28.587-1.19 1.906-2.381 3.811-3.335 5.241-1.428 1.908-2.618 3.811-4.050 5.716-0.475 0.717-0.953 1.429-1.428 1.908-3.335 4.524-6.669 9.048-10.245 13.1l-0.717 0.952-0.953 0.954c-5.957 8.103-12.39 15.725-19.296 23.109-12.152 13.581-25.728 26.209-39.786 37.403-27.873 22.155-60.036 40.498-95.531 54.317-53.125 20.486-111.018 30.733-176.769 30.733h-160.097l-125.314-1.192z","M763.132 462.209c7.86 0.238 7.86 2.383 0.238 4.289-39.545 10.246-162.951 39.308-209.649 29.306-40.977-9.295-51.697-22.157-63.37-35.259-15.246-17.151-32.402-33.593-66.469-33.593-5.478 0-41.214-0.238-95.056-0.238h-45.028l5.957-18.82 3.814-11.911 0.238-0.954c16.676 0 31.684-0.238 45.027-0.238h85.052c34.066 0 51.223-16.676 66.469-33.593 11.673-13.341 22.63-26.203 63.37-35.498 46.456-10.481 169.863 19.060 209.649 29.304 7.623 1.908 7.623 3.817-0.238 4.052 0 0-119.119 2.143-158.905 3.814-2.143 0-7.86 0.238-7.86 6.195 0 5.003 5.48 6.195 7.86 6.432 39.546 5.716 158.905 15.243 158.905 15.243 7.86 0.717 7.86 3.817 0 4.289 0 0-119.355 3.097-159.616 9.055-3.097 0.475-6.912 1.192-6.912 6.432v0.475c0 5.478 4.052 5.957 6.912 6.432 40.261 5.716 159.616 9.29 159.616 9.29 7.86 0.238 7.86 3.1 0 4.289 0 0-119.355 9.292-158.905 15.246-2.143 0.475-7.86 1.429-7.86 6.432 0 5.478 5.48 5.957 7.86 5.957 39.786 1.906 158.905 3.57 158.905 3.57z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{},{},{}]},"tags":["Dispatch"],"grid":0},"attrs":[{},{},{}],"properties":{"order":2982,"id":22,"name":"Dispatch","prevSize":32,"code":60185},"setIdx":0,"setId":2,"iconIdx":46},{"icon":{"paths":["M857.68 818.52c-1.075-86.869-65.596-162.74-150.12-176.46-24.172-3.888-48.369-3.777-71.726-3.642-8.34 0.080-16.687 0.11-25.002-0.024l-8.082-0.148c46.606-22.772 84.557-63.214 102.413-114.383 12.27-35.159 11.545-70.269 10.858-104.238-0.087-4.336-0.076-8.604-0.135-12.915v-98.36l0.056-31.738c0.043-3.126 0.067-6.197 0.043-9.236 52.023-34.262 72.523-100.564 47.577-157.273-25.597-58.201-87.103-87.576-148.295-72.038-58.312-50.703-141.694-50.759-199.49-0.166-18.135-4.92-36.916-5.57-55.991-1.769-52.238 10.354-92.955 51.821-101.325 103.206-8.26 50.703 13.763 100.16 56.439 128.042-0.024 3.151 0 6.3 0.043 9.458l0.056 31.524h0.215v83.675c0 0.073-0.043 0.132-0.043 0.202l-0.043 19.21c-0.043 15.163-0.080 30.001 0.123 44.838 0.178 12.147 0.884 22.121 2.229 31.383 13.222 90.947 87.404 160.86 180.403 170.024 6.221 0.626 12.43 0.92 18.626 0.92 29.632 0 58.428-7.173 84.635-19.701l-77.725 60.363-97.298-61.18h-73.027c-106.411 1.087-186.838 82.25-187.083 188.773-0.092 37.579-0.067 75.189-0.056 112.792l0.024 59.288-0.012 25.050 691.86-0.27 0.11-81.005c0.135-41.737 0.258-82.988-0.258-124.209zM346.136 227.816c-28.95-16.741-43.597-47.552-38.249-80.434 5.030-30.842 29.799-55.813 61.629-62.12 12.842-2.523 25.395-1.793 37.198 2.229 14.389 4.888 27.2 2.15 38.162-8.315 40.042-38.475 100.822-38.42 141.337 0.166 10.569 10.029 22.864 12.934 36.682 8.616 38.776-12.147 78.677 5.595 94.823 42.308 15.913 36.166 1.94 77.276-33.219 97.74-11.846 6.903-18.289 17.306-18.793 30.246h-300.534c-0.381-9.839-4.372-21.932-19.051-30.437zM665.812 308.353v58.828h-300.521v-58.828h300.521zM502.79 607.855c-70.023-6.903-125.836-59.288-135.742-127.384-1.198-8.205-1.591-16.575-1.713-24.891-0.178-12.688-0.166-25.382-0.135-38.285h300.68c0.024 1.111 0.056 2.229 0.067 3.341 0.639 30.897 1.234 60.082-8.057 86.71-22.619 64.834-87.717 107.499-155.1 100.508zM431.444 770.701c-5.943 4.553-11.99 9.206-17.752 13.613l-5.245 4.022c-5.527 4.237-9.92 9.743-12.917 15.952-1.018 2.085-1.654 4.363-2.324 6.63-0.337 1.115-0.841 2.165-1.095 3.311-0.397 1.861-0.458 3.921-0.646 5.902-0.124 1.412-0.468 2.788-0.459 4.213 0.001 0.212 0 0.406 0.001 0.621-0.001 0.258-0.071 0.475-0.069 0.744 0.153 32.166 0.149 64.331 0.143 96.512-0.008 3.697-0.012 7.321-0.020 11.066l-0.067 40.625h-174.925l-0.012-34.262c-0.024-37.555-0.043-75.109 0.043-112.657 0.191-79.592 58.030-137.984 137.266-138.77h58.343l69.638 43.763-49.882 38.736zM807.794 973.627h-366.602l-0.012-39.237c0.001-4.422-0.015-8.955-0.014-13.376 0.066-30.854 0.105-60.437-0.066-94.374l20.021-15.55c23.696-18.172 48.337-37.168 70.232-54.547l2.96-2.285c0.977-0.731 2.090-1.646 3.13-2.45l81.431-63.25c5.785 0 11.498-0.024 17.257-0.056 22.336 0 43.382-0.246 63.435 3.016 59.824 9.703 107.277 65.755 108.038 127.605 0.503 40.975 0.381 81.981 0.258 123.448l-0.067 31.056zM511.673 922.304c-11.773 0.228-21.466 10.056-21.518 21.826-0.052 11.853 9.463 21.396 21.478 21.55 12.037 0.148 21.771-9.069 22.12-20.93 0.347-12.16-9.986-22.673-22.073-22.447zM512.522 870.173c11.667-0.341 21.354-10.449 21.222-22.155-0.132-11.797-9.877-21.39-21.748-21.394-11.887-0.006-21.621 9.514-21.826 21.338-0.213 12.154 10.262 22.57 22.352 22.211z"],"attrs":[{}],"tags":["Kitchen"],"grid":0,"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]}},"attrs":[{}],"properties":{"order":2981,"id":23,"name":"Kitchen","prevSize":32,"code":60186},"setIdx":0,"setId":2,"iconIdx":47},{"icon":{"paths":["M151.54 797.225c-7.040 21.333-5.547 44.161 4.48 64.427 10.026 20.266 27.52 35.2 48.853 42.453 8.747 2.987 17.921 4.268 26.667 4.268 35.414 0 68.48-22.188 80.214-57.601l44.8-134.188c-51.626-21.758-108.372-33.065-167.039-32.852l-37.974 113.492zM421.833 522.027l110.294-329.388c1.28-3.414 2.56-6.826 4.053-10.026 4.479-9.601 10.453-18.346 17.919-25.815 1.921-2.13 4.053-4.052 6.188-5.758 1.492-1.281 2.986-2.56 4.479-3.628 2.134-1.495 4.053-2.987 6.188-4.266 2.773-1.922 5.546-3.414 8.532-4.906 1.707-0.854 3.2-1.495 4.908-2.349 1.28-0.641 2.772-1.065 4.052-1.706-5.333-2.56-10.879-5.12-16.426-7.466l-4.053-1.922c-18.56-6.185-37.76-9.172-56.534-9.172-75.947 0-148.053 48.641-173.654 125.44l-111.359 332.372c36.693-28.8 82.133-45.651 138.026-51.839 19.2-2.135 38.401-1.922 57.387 0.427zM493.087 584.746c-14.72-7.893-30.079-14.078-45.654-18.346-6.186-1.919-12.372-3.2-18.56-4.268h-0.214c-6.4-1.279-12.8-2.344-19.413-2.771-13.44-1.281-27.094-1.068-40.534 0.427-71.893 8.104-121.812 34.771-158.506 85.76 55.254 2.344 109.227 14.078 158.72 34.771 5.974 2.349 11.947 4.906 17.707 7.682 5.76 2.557 11.52 5.547 17.28 8.531 2.346 1.068 4.693 2.349 7.040 3.628l275.199 153.388-67.84-200.75-125.227-68.052zM872.607 796.798l-2.346-7.039v-0.211l-8.96-26.456-8.96-26.667-177.494-531.414c-2.773-8.318-7.468-16-13.44-21.971l-0.427-0.427c-2.987-2.987-6.186-5.547-9.814-7.68-0.426-0.214-0.639-0.427-1.066-0.427l-0.639-0.641c-4.694-3.198-11.521-5.547-18.348-6.401l-9.385-0.852c-3.841 0-7.681 0.427-11.521 1.279l-4.053 1.068c-1.28 0.214-2.346 0.641-3.626 1.068-0.214 0-0.427 0.214-0.641 0.427-0.639 0.214-1.492 0.427-2.346 0.638-0.853 0.427-1.919 1.068-2.987 1.492l-1.492 0.641c-0.854 0.427-1.494 0.854-2.134 1.495-1.066 0.427-1.919 0.854-2.773 1.706-2.133 1.281-4.267 2.987-6.186 4.695-0.854 0.852-1.707 1.492-2.56 2.344-4.908 4.695-8.32 9.601-10.667 15.575-0.854 1.919-1.707 3.841-2.346 5.971l-30.294 90.88 111.786 330.453 8.961 26.667 9.173 26.88 61.227 181.12c3.84 11.521 10.667 21.333 19.413 28.375 16.854 14.292 40.32 19.625 62.506 12.161l11.521-4.055c41.6-14.081 64-59.307 49.919-100.695z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["App-Store_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2980,"id":24,"name":"App-Store_Fill","prevSize":32,"code":60182},"setIdx":0,"setId":2,"iconIdx":48},{"icon":{"paths":["M908.979 784.271l-197.656-591.729c-5.070-15.195-14.034-28.703-25.703-39.466l0.078-0.096c-0.225-0.195-0.471-0.365-0.698-0.56-0.918-0.831-1.944-1.529-2.896-2.326-28.573-24.193-60.417-44.102-94.917-58.99l-5.417-2.25c-56.146-18.771-116.24-14.583-169.187 11.812-52.969 26.396-92.49 71.854-111.281 127.979l-186.125 556.125c-21.5 64.229 13.281 134 77.531 155.521 12.885 4.313 25.99 6.354 38.885 6.354 51.396 0 99.437-32.521 116.636-83.896l43.367-129.588c0.878 0.469 1.789 0.862 2.664 1.338l312.208 174.021c5.208 2.896 10.354 6.313 15.552 9.729 11.927 7.854 25.437 16.771 40.885 21.062 9.042 2.521 18.281 3.771 27.51 3.771 11.146 0 22.271-1.833 33.010-5.479l11.594-3.917c29.844-10.083 53.969-31.187 67.927-59.437 13.969-28.229 16.104-60.208 6.031-89.979zM852.448 736.208l-202.615-110.104-111.771-330.542 30.43-90.924c2.721-8.104 7.163-15.315 12.918-21.242 0.107-0.104 0.223-0.203 0.331-0.307 2.165-2.195 4.654-4.044 7.165-5.857 1.288-0.909 2.594-1.82 4.016-2.716 2.647-1.578 5.414-2.987 8.341-4.133 1.395-0.503 2.814-0.971 4.316-1.362 2.169-0.656 4.349-1.193 6.55-1.578 1.478-0.32 3.089-0.537 4.787-0.69 2.556-0.221 5.109-0.216 7.658-0.086 1.286 0.063 2.532 0.047 3.839 0.188 7.794 0.94 15.395 3.474 22.323 7.685l9.117 6.964c6.819 6.352 12.077 14.279 15.055 23.206l177.542 531.5zM517.892 355.818l82.275 243.286-88.74-48.229c-16.652-9.055-33.991-16.109-51.719-21.219l58.184-173.839zM337.719 240.854c32.063-95.812 136.104-147.667 230.375-116.146l3.906 1.667c5.583 2.417 11.094 4.958 16.531 7.667-2.010 0.688-3.937 1.458-5.75 2.333l-5.771 2.833c-1.628 0.958-3.31 2.005-4.997 3.078-1.284 0.789-2.492 1.641-3.732 2.49-13.56 9.224-27.816 22.609-35.26 44.849l-0.945 2.823c-0.007 0.021-0.017 0.034-0.023 0.052l-110.215 329.333c-18.971-2.375-38.169-2.557-57.296-0.417-56.083 6.216-101.35 23.422-138.217 52.26l111.395-332.823zM311.812 850.563c-14.802 44.188-62.771 68.063-106.917 53.312-44.167-14.792-68.083-62.771-53.302-106.917l37.98-113.479c57.967-0.349 114.577 10.995 167.066 33.146l-44.828 133.937zM868.531 857.229c-9.417 19.042-25.687 33.271-45.802 40.083l-11.615 3.917c-12.146 4.146-25.625 4.5-37.917 1.083-9.646-2.688-19.552-9.208-30.052-16.125-6.010-3.958-11.979-7.854-17.969-11.208l-314.25-175.167c-60.698-33-129.562-51.646-200.719-54.5 36.615-50.979 86.583-77.75 158.573-85.729 42.511-4.646 85.489 3.937 124.313 25.042l377.187 204.979 2.302 6.896c6.802 20.125 5.364 41.687-4.052 60.729z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["App-Store"],"grid":0},"attrs":[{}],"properties":{"order":2979,"id":25,"name":"App-Store","prevSize":32,"code":60183},"setIdx":0,"setId":2,"iconIdx":49},{"icon":{"paths":["M904.038 348.146h-45.339c-11.643 0-21.107 9.464-21.107 21.107v38.46l-57.838-132.459c-16.682-38.186-54.373-62.879-96.034-62.879h-345.369c-41.674 0-79.373 24.693-96.034 62.879l-55.924 128.074v-34.052c0-11.643-9.464-21.107-21.095-21.107h-45.339c-22.030 0-39.957 17.937-39.957 39.967v17.012c0 11.556 9.408 20.974 20.964 20.974h66.272c-36.388 25.029-60.33 66.961-60.33 114.471v122.601c0 31.174 24.648 56.382 55.504 57.676v52.81c0 20.887 16.991 37.876 37.866 37.876h74.258c20.874 0 37.866-16.991 37.866-37.876v-52.568h403.043v52.633c0 20.887 16.979 37.876 37.855 37.876h74.268c20.874 0 37.866-16.991 37.866-37.876v-53.376c28.477-3.654 50.546-27.699 50.546-57.176v-122.601c0-47.525-23.957-89.466-60.413-114.494h67.464c11.556 0 20.964-9.398 20.964-20.951v-17.035c0-22.030-17.927-39.967-39.957-39.967zM291.487 630.741c-32.452 0-58.822-26.366-58.822-58.817 0-32.455 26.368-58.824 58.822-58.824 32.226 0 58.594 26.369 58.594 58.824 0 32.451-26.368 58.817-58.594 58.817zM731.181 630.741c-32.452 0-58.823-26.366-58.823-58.817 0-32.455 26.369-58.824 58.823-58.824s58.822 26.369 58.822 58.824c0 32.451-26.368 58.817-58.822 58.817zM231.468 401.45l48.022-109.955c10.223-23.417 33.322-38.537 58.863-38.537h345.369c25.531 0 48.64 15.121 58.863 38.537l48.022 109.955h-559.139zM291.487 546.906c-13.973 0-25.016 11.269-25.016 25.018 0 13.744 11.043 25.013 25.016 25.013 13.747 0 24.79-11.269 24.79-25.013 0-13.75-11.043-25.018-24.79-25.018zM731.181 546.906c-13.748 0-25.017 11.269-25.017 25.018 0 13.744 11.269 25.013 25.017 25.013 13.747 0 25.016-11.269 25.016-25.013 0-13.75-11.269-25.018-25.016-25.018z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Car_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2978,"id":26,"name":"Car_Fill","prevSize":32,"code":60178},"setIdx":0,"setId":2,"iconIdx":50},{"icon":{"paths":["M904.035 348.156h-45.339c-11.632 0-21.095 9.464-21.095 21.107v38.483l-57.85-132.48c-16.682-38.186-54.373-62.879-96.034-62.879h-345.371c-41.661 0-79.353 24.693-96.034 62.879l-55.913 128.046v-34.047c0-11.62-9.464-21.084-21.095-21.084h-45.339c-22.043 0-39.967 17.937-39.967 39.967v17.012c0 11.556 9.408 20.974 20.974 20.974h66.298c-36.452 25.026-60.434 66.961-60.434 114.423v122.654c0 31.159 24.748 56.461 55.583 57.751v52.733c0 20.864 16.979 37.855 37.855 37.855h74.268c20.874 0 37.855-16.991 37.855-37.855v-52.491h403.045v52.556c0 20.864 16.991 37.855 37.866 37.855h74.258c20.874 0 37.866-16.991 37.866-37.855v-53.31c28.423-3.703 50.521-27.814 50.521-57.238v-122.654c0-47.474-23.99-89.422-60.456-114.445h67.532c11.566 0 20.974-9.421 20.974-20.974v-17.012c0-22.030-17.927-39.967-39.967-39.967zM152.592 392.329h-38.791v-4.182c0-3.388 2.763-6.163 6.163-6.163h32.627v10.344zM279.485 291.507c10.223-23.417 33.332-38.537 58.863-38.537h345.371c25.531 0 48.64 15.121 58.863 38.537l48.022 109.955h-559.141l48.022-109.955zM271.835 770.965h-68.853v-49.673h68.853v49.673zM824.869 771.030h-68.865v-49.673h68.865v49.673zM875.39 540.555v122.654c0 9.595-7.814 17.409-17.409 17.409h-693.162c-9.608 0-17.42-7.814-17.42-17.409v-122.654c0-54.119 44.050-98.159 98.182-98.159h531.64c54.13 0 98.169 44.039 98.169 98.159zM910.196 392.306h-38.791v-10.344h32.627c3.401 0 6.163 2.773 6.163 6.163v4.182zM291.392 513.177c-32.407 0-58.773 26.366-58.773 58.786 0 32.397 26.366 58.763 58.773 58.763s58.773-26.366 58.773-58.763c0-32.42-26.366-58.786-58.773-58.786zM291.392 596.919c-13.767 0-24.969-11.202-24.969-24.957 0-13.778 11.202-24.98 24.969-24.98s24.969 11.202 24.969 24.98c0 13.755-11.202 24.957-24.969 24.957zM731.201 513.177c-32.407 0-58.773 26.366-58.773 58.786 0 32.397 26.366 58.763 58.773 58.763s58.773-26.366 58.773-58.763c0-32.42-26.366-58.786-58.773-58.786zM731.201 596.919c-13.767 0-24.969-11.202-24.969-24.957 0-13.778 11.202-24.98 24.969-24.98s24.969 11.202 24.969 24.98c0 13.755-11.202 24.957-24.969 24.957z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Car"],"grid":0},"attrs":[{}],"properties":{"order":2977,"id":27,"name":"Car","prevSize":32,"code":60179},"setIdx":0,"setId":2,"iconIdx":51},{"icon":{"paths":["M540.893 739.805c-64.048-25.257-118.804-71.728-153.757-133.149-51.724-90.92-51.319-197.4-8.687-284.88 3.032-6.061 6.060-11.923 9.497-17.782 3.433-6.059 7.072-11.921 10.707-17.575-7.477-0.608-14.95-1.013-22.427-1.013h-0.405c-74.151 0-143.858 28.891-196.388 81.224-52.531 52.331-81.626 122.235-81.626 197.4 0.608 48.488 13.538 96.374 37.378 138.601 1.413 2.427 1.616 5.254 0.203 9.094l-17.174 57.784c-3.031 8.686-2.425 17.983 1.616 26.266 4.243 8.079 11.112 14.346 20.002 17.172 7.679 2.627 15.962 2.425 22.023 0l51.522-15.355c7.879-1.817 16.367 0.203 22.629 5.457 1.011 0.808 1.818 1.412 2.83 2.020 43.238 24.649 90.315 36.167 136.785 36.167 76.374 0 151.332-31.521 204.267-89.103-6.668-1.412-13.133-3.235-19.598-5.457-6.668-2.020-12.93-4.242-19.395-6.869zM229.745 493.11h73.545c10.101 0 18.184 8.281 18.184 18.183 0 10.101-8.080 18.185-18.184 18.185h-73.545c-10.101 0-18.185-8.081-18.185-18.185 0-9.901 8.081-18.183 18.185-18.183zM229.745 574.936h101.428c10.101 0 18.184 8.081 18.184 18.185s-8.080 18.183-18.184 18.183h-101.428c-10.101 0-18.185-8.079-18.185-18.183s8.081-18.185 18.185-18.185zM360.871 693.132h-131.127c-10.101 0-18.185-8.281-18.185-18.385 0-9.901 8.081-18.185 18.185-18.185h131.127c10.101 0 18.185 8.284 18.185 18.185 0 10.101-8.081 18.385-18.185 18.385zM888.41 604.839c-1.413-4.039-1.011-8.284 1.013-12.124 23.236-41.419 35.964-88.698 36.773-136.989-0.201-150.524-122.64-272.965-273.166-272.965h-0.405c-47.077 0-93.749 12.328-134.563 35.56-33.743 19.192-61.825 44.449-83.648 73.545-4.041 5.254-7.679 10.708-11.112 16.165-3.636 5.455-7.073 11.111-9.903 16.767-44.045 80.211-46.47 180.627 1.818 265.893 34.147 60.412 88.292 102.638 149.312 123.451 6.060 2.222 12.526 4.039 18.791 5.859 6.263 1.615 12.728 3.030 19.193 4.242 16.767 3.032 33.742 4.647 50.713 4.647 45.663 0 91.931-11.316 134.36-35.358 0.608-0.405 1.413-1.013 2.021-1.414 5.655-5.052 13.132-7.474 20.002-7.474 2.222 0 4.242 0.203 6.263 0.608l51.319 15.355c3.433 1.21 7.274 2.018 10.91 2.018 3.235 0 6.264-0.605 9.295-1.615 7.679-2.425 13.739-7.879 17.174-14.95 3.433-7.072 4.039-14.95 1.615-22.022l-17.78-59.202zM542.107 479.167c-12.728 0-23.237-10.303-23.237-23.237 0-12.928 10.506-23.235 23.237-23.235 12.929 0 23.435 10.303 23.435 23.235s-10.506 23.237-23.435 23.237zM652.827 479.167c-5.052 0-9.699-1.615-13.537-4.445-5.859-4.244-9.7-10.911-9.7-18.792 0-1.615 0.203-3.229 0.405-4.647v-0.203c2.425-10.506 11.72-18.385 22.832-18.385 12.93 0 23.435 10.303 23.435 23.235s-10.505 23.237-23.435 23.237zM763.749 479.167c-12.93 0-23.237-10.303-23.435-23.237 0-12.728 10.505-23.235 23.435-23.235 12.728 0 23.237 10.303 23.237 23.235s-10.506 23.237-23.237 23.237z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Live-Chat_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2976,"id":28,"name":"Live-Chat_Fill","prevSize":32,"code":60180},"setIdx":0,"setId":2,"iconIdx":52},{"icon":{"paths":["M530.14 748.378c-76.151 64.776-185.604 75.445-272.817 26.71-14.766-11.826-34.399-16.259-53.874-11.668l-50.107 15.296 16.102-54.050c4.885-12.786 3.785-26.907-2.922-38.557-20.593-36.752-31.849-78.428-32.536-120.828 0.176-129.907 101.94-235.22 231.671-239.772 9.981-0.354 17.788-8.728 17.434-18.691-0.354-9.981-8.924-17.416-18.691-17.434-149.264 5.236-266.364 126.397-266.561 276.778 0.784 48.069 13.631 95.665 37.243 137.811 1.372 2.353 1.59 5.178 0.157 9.040l-17.101 57.305c-2.922 8.649-2.296 17.925 1.765 26.104 4.040 8.18 11.041 14.297 19.709 17.198 7.628 2.589 15.984 2.353 21.965-0.079l51.128-15.218c7.962-1.823 16.435 0.197 22.631 5.472 0.881 0.745 1.823 1.411 2.804 1.981 42.36 24.024 89.351 35.81 136.124 35.81 64.346 0 128.32-22.298 179.29-65.679 7.61-6.472 8.531-17.885 2.059-25.474-6.472-7.61-17.925-8.473-25.474-2.059zM888.308 604.919c-0.981-2.55-0.766-5.394 0.687-7.922 23.515-41.93 36.361-89.527 37.164-138.556-0.118-73.837-28.966-143.204-81.232-195.352-52.187-52.030-121.473-80.681-195.134-80.681h-0.43c-47.657 0.039-94.745 12.474-136.145 35.968-64.189 36.419-110.356 95.626-129.986 166.759-19.651 71.133-10.414 145.654 25.986 209.864 50.834 89.566 144.479 139.888 240.771 139.888 46.146 0 92.919-11.55 135.848-35.91l2.786-1.962c6.217-5.297 14.63-7.256 21.632-5.766l50.676 15.002c7.531 2.922 15.865 3.119 23.436 0.569 8.667-2.901 15.669-9.021 19.709-17.198 4.061-8.18 4.688-17.455 1.962-25.514l-17.728-59.189zM857.558 579.169c-6.805 11.826-7.904 25.947-3.452 37.4l16.414 54.892-51.009-15.12c-18.397-4.373-38.084 0.118-52.854 11.944-114.944 64.267-260.895 23.612-325.983-91.135-65.327-115.18-24.769-262.012 90.39-327.336 35.989-20.417 76.896-31.222 118.317-31.24h0.394c64.053 0 124.259 24.887 169.62 70.112 45.44 45.322 70.524 105.629 70.621 170.093-0.706 42.124-11.962 83.821-32.458 120.395zM539.598 435.543c-12.78 0-23.141 10.359-23.141 23.143 0 12.779 10.359 23.143 23.141 23.143s23.141-10.364 23.141-23.143c0-12.781-10.359-23.143-23.141-23.143zM649.648 435.604c-12.77 0.023-23.104 10.391-23.081 23.161 0.023 12.754 10.368 23.082 23.12 23.082 12.78-0.011 23.13-10.382 23.12-23.161-0.023-12.77-10.39-23.103-23.16-23.082zM759.758 435.565c-12.78 0.009-23.13 10.38-23.12 23.161 0.010 12.779 10.381 23.13 23.16 23.121 12.78-0.011 23.13-10.382 23.12-23.161-0.009-12.781-10.38-23.13-23.16-23.121zM229.101 531.848h73.034c9.981 0 18.082-8.101 18.082-18.082s-8.101-18.082-18.082-18.082h-73.034c-9.981 0-18.082 8.101-18.082 18.082s8.101 18.082 18.082 18.082zM229.101 613.116h100.823c9.981 0 18.082-8.101 18.082-18.082s-8.101-18.082-18.082-18.082h-100.823c-9.981 0-18.082 8.101-18.082 18.082s8.101 18.082 18.082 18.082zM229.101 694.37h130.358c9.981 0 18.082-8.101 18.082-18.082s-8.101-18.082-18.082-18.082h-130.358c-9.981 0-18.082 8.101-18.082 18.082s8.101 18.082 18.082 18.082z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Live-Chat"],"grid":0},"attrs":[{}],"properties":{"order":2975,"id":29,"name":"Live-Chat","prevSize":32,"code":60181},"setIdx":0,"setId":2,"iconIdx":53},{"icon":{"paths":["M640.43 158.249v-1.82c0-36.187-29.451-65.64-65.661-65.64h-123.049c-36.209 0-65.661 29.451-65.661 65.596v1.71c-76.618 3.833-137.797 67.373-137.797 144.943v485.028c0 80.019 65.12 145.139 145.139 145.139h237.198c80.019 0 145.139-65.12 145.139-145.139v-485.028c0-76.726-59.857-139.725-135.307-144.792zM735.804 788.069c0 58.016-47.188 105.204-105.204 105.204h-237.198c-58.016 0-105.204-47.188-105.204-105.204v-485.028c0-58.016 47.188-105.204 105.204-105.204h12.626c11.022 0 19.966-8.944 19.966-19.966v-21.439c0-14.184 11.542-25.705 25.728-25.705h123.049c14.184 0 25.728 11.521 25.728 25.705v21.439c0 11.022 8.944 19.966 19.966 19.966h10.134c58.016 0 105.204 47.188 105.204 105.204v485.028zM608.437 516.928l-67.074-0.873 50.209-97.246-117.005-2.479-76.968 133.314c-10.124 17.536-4.116 39.961 13.421 50.084l64.172 37.654-28.849 85.598c-1.868 5.548 0.067 11.673 4.79 15.134 5.655 4.148 13.549 3.252 18.131-2.057l156.14-181.001c13.246-14.693 2.818-38.13-16.966-38.13z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Battery-Charging"],"grid":0},"attrs":[{}],"properties":{"order":2974,"id":30,"name":"Battery-Charging","prevSize":32,"code":60173},"setIdx":0,"setId":2,"iconIdx":54},{"icon":{"paths":["M640.42 158.249v-1.82c0-36.187-29.451-65.64-65.64-65.64h-123.070c-36.187 0-65.64 29.451-65.64 65.596v1.71c-76.641 3.833-137.819 67.373-137.819 144.943v485.028c0 80.019 65.12 145.139 145.16 145.139h237.198c80.019 0 145.139-65.12 145.139-145.139v-485.028c0-76.726-59.857-139.746-135.328-144.792zM735.815 788.069c0 58.016-47.188 105.204-105.204 105.204h-237.198c-58.016 0-105.227-47.188-105.227-105.204v-485.028c0-58.016 47.211-105.204 105.227-105.204h12.626c11.022 0 19.966-8.944 19.966-19.966v-21.439c0-14.184 11.521-25.705 25.705-25.705h123.070c14.184 0 25.705 11.521 25.705 25.705v21.439c0 11.022 8.944 19.966 19.966 19.966h10.157c58.016 0 105.204 47.188 105.204 105.204v485.028zM628.895 444.213h-233.275c-42.89 0-77.658 34.77-77.658 77.661v265.943c0 42.89 34.768 77.658 77.658 77.658h233.275c42.89 0 77.658-34.768 77.658-77.658v-265.943c0-42.89-34.768-77.661-77.658-77.661z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Battery"],"grid":0},"attrs":[{}],"properties":{"order":2973,"id":31,"name":"Battery","prevSize":32,"code":60174},"setIdx":0,"setId":2,"iconIdx":55},{"icon":{"paths":["M759.791 449.229c-0.065-0.108-0.129-0.196-0.196-0.281l-216.903-337.615c-7.473-11.631-20.143-18.541-33.942-18.541h-0.26c-13.905 0.087-26.599 7.191-33.963 18.974l-212.246 340.215c-35.935 51.335-54.952 111.701-54.952 174.558 0 167.995 136.674 304.67 304.67 304.67s304.67-136.674 304.67-304.67c0-64.135-19.667-125.39-56.878-177.31zM512 891.268c-145.968 0-264.729-118.761-264.729-264.729 0-54.626 16.484-107.065 47.718-151.642 0.196-0.304 1.344-2.101 1.537-2.405l212.572-339.587 215.345 335.19c0.476 0.932 1.040 1.82 1.668 2.708 33.118 45.442 50.62 99.311 50.62 155.736 0 145.968-118.761 264.729-264.729 264.729zM677.915 603.688h-0.044c-10.983 0-19.906 8.88-19.97 19.883-0.021 4.158-1.473 102.475-84.214 138.43-10.115 4.374-14.752 16.137-10.354 26.252 3.27 7.515 10.614 12.020 18.302 12.020 2.665 0 5.373-0.541 7.95-1.668 107.022-46.482 108.257-169.772 108.257-174.991 0-11.003-8.923-19.906-19.927-19.927z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Humidity"],"grid":0},"attrs":[{}],"properties":{"order":2972,"id":32,"name":"Humidity","prevSize":32,"code":60175},"setIdx":0,"setId":2,"iconIdx":56},{"icon":{"paths":["M551.781 636.648v-147.416c0-21.015-17.038-38.058-38.059-38.058s-38.059 17.038-38.059 38.058v146.341c-44.106 15.163-76.003 56.553-76.003 105.801 0 62.039 50.29 112.333 112.332 112.333s112.332-50.29 112.332-112.333c0-47.976-30.213-88.625-72.546-104.726zM646.349 585.442l0.021-374.27c0-74.094-60.535-134.38-134.92-134.38s-134.92 60.286-134.92 134.38v375.238c-44.838 39.172-70.359 95.096-70.359 154.979 0 113.49 92.33 205.82 205.82 205.82s205.844-92.33 205.844-205.82c0-60.511-25.929-116.776-71.485-155.947zM511.99 905.744c-90.622 0-164.355-73.733-164.355-164.355 0-50.574 22.78-97.593 62.492-129.005l7.872-6.231v-394.981c0-51.247 41.913-92.915 93.455-92.915s93.455 41.668 93.455 92.915l-0.021 394.213 8.005 6.206c40.343 31.412 63.481 78.726 63.481 129.794 0 90.622-73.733 164.355-164.38 164.355z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Temperature-Probe"],"grid":0},"attrs":[{}],"properties":{"order":2971,"id":33,"name":"Temperature-Probe","prevSize":32,"code":60176},"setIdx":0,"setId":2,"iconIdx":57},{"icon":{"paths":["M551.781 636.648v-354.652c0-21.015-17.038-38.058-38.059-38.058s-38.059 17.038-38.059 38.058v353.577c-44.106 15.163-76.003 56.553-76.003 105.801 0 62.039 50.29 112.333 112.332 112.333s112.332-50.29 112.332-112.333c0-47.976-30.213-88.625-72.546-104.726zM646.349 585.442l0.021-374.27c0-74.094-60.535-134.38-134.92-134.38s-134.92 60.286-134.92 134.38v375.238c-44.838 39.172-70.359 95.096-70.359 154.979 0 113.49 92.33 205.82 205.82 205.82s205.844-92.33 205.844-205.82c0-60.511-25.929-116.776-71.485-155.947zM511.99 905.744c-90.622 0-164.355-73.733-164.355-164.355 0-50.574 22.78-97.593 62.492-129.005l7.872-6.231v-394.981c0-51.247 41.913-92.915 93.455-92.915s93.455 41.668 93.455 92.915l-0.021 394.213 8.005 6.206c40.343 31.412 63.481 78.726 63.481 129.794 0 90.622-73.733 164.355-164.38 164.355z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Temperature"],"grid":0},"attrs":[{}],"properties":{"order":2970,"id":34,"name":"Temperature","prevSize":32,"code":60177},"setIdx":0,"setId":2,"iconIdx":58},{"icon":{"paths":["M675.433 749.433c31.849 0 58.055-26.203 58.055-58.056v-552.987c0-32.074-26.205-58.054-58.055-58.054h-326.868c-32.075 0-58.054 25.977-58.054 58.054v552.987c0 31.853 25.975 58.056 58.054 58.056h55.683v62.089h-60.973c-27.709 0-50.251 22.656-50.251 50.495v31.148c0 27.84 22.546 50.495 50.251 50.495h337.429c27.685 0 50.23-22.656 50.23-50.495v-31.148c0-27.84-22.546-50.495-50.23-50.495h-68.959v-62.089h63.688zM595.242 545.453h-166.482c-9.489 0-17.393-7.679-17.393-17.168v-302.469c0-9.714 7.907-17.393 17.393-17.393h166.482c9.488 0 17.392 7.679 17.392 17.393v302.469c0 9.489-7.907 17.168-17.392 17.168zM404.587 632.198h63.703c11.294 0 20.33 9.261 20.33 20.329 0 11.294-9.033 20.331-20.33 20.331h-63.703c-11.294 0-20.331-9.035-20.331-20.331 0-11.068 9.035-20.329 20.331-20.329zM555.71 632.198h63.703c11.294 0 20.33 9.261 20.33 20.329 0 11.294-9.033 20.331-20.33 20.331h-63.703c-11.294 0-20.331-9.035-20.331-20.331 0-11.068 9.035-20.329 20.331-20.329z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Kiosk_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2968,"id":35,"name":"Kiosk_Fill","prevSize":32,"code":60171},"setIdx":0,"setId":2,"iconIdx":59},{"icon":{"paths":["M675.42 749.364c32.008 0 58.041-26.029 58.041-58.041v-552.928c0-32.008-26.029-58.061-58.041-58.061h-326.838c-32.008 0-58.041 26.053-58.041 58.061v552.929c0 32.008 26.029 58.041 58.041 58.041h55.679v62.185h-60.973c-27.706 0-50.251 22.656-50.251 50.495v31.127c0 27.84 22.546 50.495 50.251 50.495h337.426c27.706 0 50.251-22.656 50.251-50.495v-31.127c0-27.84-22.546-50.495-50.251-50.495h-68.959v-62.185h63.665zM680.715 852.227c5.287 0 9.573 4.285 9.573 9.573v31.368c0 5.399-4.418 9.817-9.817 9.817h-337.185c-5.287 0-9.573-4.285-9.573-9.573v-31.368c0-5.399 4.418-9.817 9.817-9.817h89.141c6.777 0 12.267-5.493 12.267-12.267v-90.067h126.139v90.067c0 6.777 5.493 12.267 12.267 12.267h97.371zM348.58 708.685c-9.573 0-17.362-7.786-17.362-17.362v-552.929c0-9.596 7.786-17.383 17.362-17.383h326.838c9.573 0 17.362 7.786 17.362 17.383v552.929c0 9.573-7.786 17.362-17.362 17.362h-326.838zM595.234 167.735h-166.463c-32.008 0-58.041 26.053-58.041 58.061v302.395c0 32.008 26.029 58.061 58.041 58.061h166.463c32.008 0 58.041-26.053 58.041-58.061v-302.395c0-32.008-26.029-58.061-58.041-58.061zM612.592 528.192c0 9.596-7.786 17.383-17.362 17.383h-166.463c-9.573 0-17.362-7.786-17.362-17.383v-302.395c0-9.596 7.786-17.383 17.362-17.383h166.463c9.573 0 17.362 7.786 17.362 17.383v302.395zM468.299 632.27h-63.731c-11.228 0-20.339 9.111-20.339 20.339s9.111 20.339 20.339 20.339h63.731c11.228 0 20.339-9.111 20.339-20.339s-9.111-20.339-20.339-20.339zM619.432 632.27h-63.731c-11.228 0-20.339 9.111-20.339 20.339s9.111 20.339 20.339 20.339h63.731c11.228 0 20.339-9.111 20.339-20.339s-9.111-20.339-20.339-20.339z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Kiosk"],"grid":0},"attrs":[{}],"properties":{"order":2969,"id":36,"name":"Kiosk","prevSize":32,"code":60172},"setIdx":0,"setId":2,"iconIdx":60},{"icon":{"paths":["M591.221 835.818c-38.188-35.2-62.081-85.76-62.081-141.867 0-101.971 79.361-185.812 179.626-192.852 4.694-0.427 9.174-0.641 13.867-0.641 1.707 0 3.626 0 5.333 0.214 6.4 0 12.8 0.427 19.2 1.279v-109.227h-122.453c-63.574-0.214-115.2-52.052-115.2-115.625v-127.359h-220.16c-87.466 0-160 70.826-162.133 158.505v400.214c-1.921 89.385 69.333 163.839 158.72 165.76h366.506c-13.014-5.12-25.387-11.521-36.908-19.2-8.532-5.76-16.639-12.159-24.319-19.2zM275.061 442.86h306.56c10.667 0 19.199 8.745 19.199 19.198 0 10.667-8.532 19.2-19.199 19.2h-306.56c-10.667 0-19.2-8.534-19.2-19.2 0-10.453 8.534-19.198 19.2-19.198zM498.847 666.432h-223.786c-10.667 0-19.2-8.534-19.2-19.2s8.534-19.2 19.2-19.2h223.786c10.667 0 19.2 8.534 19.2 19.2s-8.534 19.2-19.2 19.2zM624.714 354.323h118.4c-0.427-0.638-0.854-1.065-1.28-1.492l-189.44-197.333c-1.28-1.279-2.773-2.56-4.48-3.2v124.802c0 42.453 34.346 77.010 76.801 77.224zM747.168 540.99c-6.188-1.279-12.587-1.917-19.2-1.917-1.707-0.214-3.626-0.214-5.333-0.214-4.693 0-9.387 0.214-13.867 0.852-79.146 6.826-141.227 73.388-141.227 154.24 0 63.362 38.188 117.76 92.587 141.867 18.987 8.534 40.32 13.227 62.506 13.227 1.707 0 3.626 0 5.333-0.214 6.613 0 13.013-0.638 19.2-1.919 74.026-11.521 130.56-75.734 130.56-152.961s-56.534-141.44-130.56-152.961zM800.287 771.604c-3.84 3.628-8.747 5.547-13.654 5.547s-9.814-1.919-13.654-5.547l-50.346-50.346-13.867 13.654-36.479 36.479c-3.84 3.628-8.747 5.547-13.654 5.547s-9.814-1.919-13.44-5.547c-7.68-7.466-7.68-19.625 0-27.094l50.346-50.133-50.56-50.56c-7.466-7.68-7.466-19.839 0-27.307 7.681-7.466 19.84-7.466 27.307 0l50.56 50.563 5.12-5.333 45.013-45.016c7.468-7.68 19.628-7.68 27.094 0 7.466 7.469 7.466 19.628 0 27.094l-50.133 50.346 50.346 50.346c7.466 7.469 7.466 19.628 0 27.307z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Voided_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2966,"id":37,"name":"Voided_Fill","prevSize":32,"code":60169},"setIdx":0,"setId":2,"iconIdx":61},{"icon":{"paths":["M543.473 835.844h-256.729c-68.292-1.521-122.636-58.292-121.125-127v-400.042c1.583-66.625 56.969-120.646 123.635-120.646h220.188v89.083c-0.031 63.521 51.635 115.312 115.198 115.479h83.99v47.75c0 10.604 8.594 19.208 19.198 19.208s19.198-8.604 19.198-19.208v-74.292c0-4.958-1.917-9.729-5.344-13.292l-189.354-197.229c-3.625-3.771-8.625-5.917-13.854-5.917h-249.292c-87.281 0-159.875 70.813-161.958 158.604v400.083c-1.969 89.437 69.208 163.812 158.74 165.792l257.51 0.042c10.604 0 19.198-8.604 19.198-19.208s-8.594-19.208-19.198-19.208zM547.838 206.438l141.969 147.865h-65.125c-42.385-0.083-76.854-34.667-76.844-77.062v-70.802zM274.963 628.094c-10.604 0-19.198 8.604-19.198 19.208s8.594 19.208 19.198 19.208h223.771c10.604 0 19.198-8.604 19.198-19.208s-8.594-19.208-19.198-19.208h-223.771zM600.754 462.177c0-10.604-8.594-19.208-19.198-19.208h-306.625c-10.604 0-19.198 8.604-19.198 19.208s8.594 19.208 19.198 19.208h306.625c10.604 0 19.198-8.604 19.198-19.208zM722.577 519.74c-96.073 0-174.24 78.167-174.24 174.25s78.167 174.25 174.24 174.25 174.24-78.167 174.24-174.25-78.167-174.25-174.24-174.25zM722.577 829.823c-74.906 0-135.844-60.938-135.844-135.833s60.938-135.833 135.844-135.833 135.844 60.938 135.844 135.833-60.938 135.833-135.844 135.833zM749.676 693.933l50.318-50.318c7.5-7.5 7.5-19.667 0-27.167s-19.646-7.5-27.146 0l-50.328 50.328-50.37-50.37c-7.5-7.5-19.646-7.5-27.146 0s-7.5 19.667 0 27.167l50.359 50.359-50.307 50.307c-7.5 7.5-7.5 19.667 0 27.167 3.75 3.75 8.656 5.625 13.573 5.625s9.823-1.875 13.573-5.625l50.318-50.318 50.484 50.484c3.75 3.75 8.656 5.625 13.573 5.625s9.823-1.875 13.573-5.625c7.5-7.5 7.5-19.667 0-27.167l-50.474-50.474z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Voided"],"grid":0},"attrs":[{}],"properties":{"order":2965,"id":38,"name":"Voided","prevSize":32,"code":60170},"setIdx":0,"setId":2,"iconIdx":62},{"icon":{"paths":["M512 129.964c-212.073 0-384 171.927-384 384 0 192.524 141.818 351.482 326.609 379.252v-277.475h-95.005v-100.94h95.005v-67.165c0-111.203 54.179-160.023 146.601-160.023 44.265 0 67.671 3.281 78.755 4.783v88.111h-63.046c-39.238 0-52.94 37.196-52.94 79.121v55.174h114.991l-15.604 100.94h-99.386v278.295c187.427-25.431 332.020-185.681 332.020-380.073 0-212.073-171.927-384-384-384z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Facebook_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2954,"id":39,"name":"Facebook_Fill","prevSize":32,"code":60157},"setIdx":0,"setId":2,"iconIdx":63},{"icon":{"paths":["M512 128.614c-211.871 0-384 172.129-384 384 0 192.334 141.862 351.506 326.625 379.261l20.045 3.034v-302.591h-90.716v-61.432h90.716v-81.58c0-50.236 12.055-83.322 32.011-104.080s49.443-31.227 90.477-31.227c32.811 0 45.576 1.988 57.716 3.477v50.284h-42.716c-24.237 0-44.122 13.523-54.443 31.534s-13.534 39.517-13.534 61.432v70.125h106.875l-9.511 61.432h-97.364v303.102l19.807-2.693c187.389-25.414 332.011-185.866 332.011-380.080 0-211.871-172.129-384-384-384zM512 163.523c193.005 0 349.091 156.086 349.091 349.091 0 169.829-121.557 309.5-282 340.943v-226.364h92.386l20.284-131.25h-112.671v-35.216c0-18.109 3.313-34.334 8.898-44.080s10.967-13.977 24.17-13.977h77.625v-116.796l-15.136-2.045c-10.469-1.417-34.371-4.739-77.489-4.739-47.181 0-87.68 12.853-115.636 41.932s-41.761 72.379-41.761 128.284v46.671h-90.716v131.25h90.716v225.239c-157.865-33.441-276.852-171.862-276.852-339.852 0-193.005 156.086-349.091 349.091-349.091z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Facebook"],"grid":0},"attrs":[{}],"properties":{"order":2955,"id":40,"name":"Facebook","prevSize":32,"code":60158},"setIdx":0,"setId":2,"iconIdx":64},{"icon":{"paths":["M665.804 128.305h-307.609c-126.984 0-230.196 103.209-230.196 230.193v306.999c0 126.984 103.212 230.198 230.196 230.198h307.609c126.984 0 230.196-103.214 230.196-230.198v-306.999c0-126.984-103.212-230.193-230.196-230.193zM512 703.488c-105.65 0-191.592-85.942-191.592-191.592s85.942-191.592 191.592-191.592 191.592 85.942 191.592 191.592-85.942 191.592-191.592 191.592zM719.847 338.791c-19.097 0-34.539-15.64-34.539-34.742 0-19.097 15.441-34.539 34.539-34.539s34.742 15.441 34.742 34.539c0 19.102-15.645 34.742-34.742 34.742zM512 357.079c-85.536 0-155.022 69.484-155.022 154.816 0 85.54 69.487 155.025 155.022 155.025s155.022-69.484 155.022-155.025c0-85.332-69.487-154.816-155.022-154.816z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Instagram_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2956,"id":41,"name":"Instagram_Fill","prevSize":32,"code":60159},"setIdx":0,"setId":2,"iconIdx":65},{"icon":{"paths":["M665.786 128.298h-307.573c-126.942 0-230.214 103.272-230.214 230.214v306.978c0 126.942 103.272 230.214 230.214 230.214h307.573c126.942 0 230.214-103.272 230.214-230.214v-306.978c0-126.942-103.272-230.214-230.214-230.214zM859.413 665.489c0 106.764-86.863 193.627-193.627 193.627h-307.573c-106.764 0-193.627-86.863-193.627-193.627v-306.978c0-106.764 86.863-193.627 193.627-193.627h307.573c106.764 0 193.627 86.863 193.627 193.627v306.978zM512 320.397c-105.613 0-191.544 85.931-191.544 191.544 0 105.593 85.931 191.524 191.544 191.524s191.544-85.931 191.544-191.524c0-105.613-85.931-191.544-191.544-191.544zM512 666.878c-85.455 0-154.957-69.503-154.957-154.937 0-85.455 69.503-154.957 154.957-154.957s154.957 69.503 154.957 154.957c0 85.435-69.503 154.937-154.957 154.937zM719.892 269.46c-19.136 0-34.65 15.511-34.65 34.647s15.513 34.647 34.65 34.647c19.135 0 34.648-15.511 34.648-34.647s-15.513-34.647-34.648-34.647z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Instagram"],"grid":0},"attrs":[{}],"properties":{"order":2957,"id":42,"name":"Instagram","prevSize":32,"code":60160},"setIdx":0,"setId":2,"iconIdx":66},{"icon":{"paths":["M697.601 119.466h-371.203c-114.13 0-206.932 92.802-206.932 206.938v371.198c0 114.135 92.802 206.932 206.932 206.932h371.203c114.13 0 206.932-92.797 206.932-206.932v-371.198c0-114.135-92.802-206.938-206.932-206.938zM743.466 735.789c0 2.13-0.427 4.266-0.427 6.615h-89.172v-8.964c-0.214-49.922 0.214-100.052-0.641-150.188-0.214-13.865-3.203-27.943-7.255-41.172-5.76-18.771-20.052-28.589-39.682-30.083-6.182-0.422-12.797-0.422-18.984 0.646-22.828 3.198-36.479 17.276-41.385 39.25-2.984 13.865-4.266 28.375-4.479 42.667-0.427 46.292-0.214 92.802-0.214 139.094v8.75h-88.323v-306.776h82.563v41.385c1.917-1.276 2.771-1.495 3.198-2.13 14.719-23.042 37.12-33.922 62.938-37.974 30.719-4.693 61.224-3.63 89.812 9.812 25.812 11.734 39.891 33.276 45.010 59.943 4.052 22.828 6.188 46.297 6.615 69.552 1.068 53.115 0.427 106.448 0.427 159.573zM334.081 387.628c-29.443 0.854-55.042-24.537-55.042-54.401-0.214-29.437 24.318-54.188 54.188-54.401 29.437-0.422 54.396 24.109 54.823 53.76 0.219 29.229-24.318 54.188-53.969 55.042zM386.773 435.2v307.203h-105.599v-307.203h105.599z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Linkedin_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2958,"id":43,"name":"Linkedin_Fill","prevSize":32,"code":60161},"setIdx":0,"setId":2,"iconIdx":67},{"icon":{"paths":["M693.545 128h-363.070c-111.642 0-202.475 90.834-202.475 202.475v363.070c0 111.621 90.834 202.455 202.475 202.455h363.070c111.621 0 202.455-90.834 202.455-202.455v-363.070c0-111.642-90.834-202.475-202.455-202.475zM858.419 693.545c0 90.915-73.959 164.874-164.874 164.874h-363.070c-90.935 0-164.895-73.959-164.895-164.874v-363.070c0-90.935 73.959-164.895 164.895-164.895h363.070c90.915 0 164.874 73.959 164.874 164.895v363.070zM731.459 506.895c-4.817-26.086-18.772-47.215-43.84-58.832-28.15-13.043-57.912-14.195-87.952-9.472-25.289 3.974-47.083 14.582-61.476 37.061-0.415 0.652-1.368 0.963-3.19 2.181v-40.582h-80.845v300.248h86.523v-8.57c0-45.407-0.331-90.818 0.199-136.22 0.163-13.92 1.483-28.068 4.415-41.652 4.629-21.424 18.036-35.242 40.475-38.503 6.061-0.881 12.353-0.932 18.477-0.504 19.198 1.35 33.199 10.964 38.86 29.342 4 12.992 6.863 26.856 7.105 40.388 0.879 48.958 0.441 97.941 0.497 146.914 0.005 2.787 0 5.569 0 8.763h87.267c0.148-2.328 0.392-4.417 0.392-6.501 0.020-52.066 0.652-104.137-0.285-156.187-0.408-22.683-2.502-45.59-6.621-67.876zM286.207 737.316h103.365v-300.457h-103.365v300.457zM337.071 283.846c-29.141 0.29-53.118 24.41-53.021 53.345 0.092 29.25 25.123 53.966 53.875 53.192 29.082-0.78 53.054-25.251 52.749-53.834-0.316-29.011-24.706-52.993-53.602-52.703z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Linkedin"],"grid":0},"attrs":[{}],"properties":{"order":2959,"id":44,"name":"Linkedin","prevSize":32,"code":60162},"setIdx":0,"setId":2,"iconIdx":68},{"icon":{"paths":["M823.627 293.354c-80.667 0-146.292-65.625-146.292-146.292 0-10.604-8.604-19.208-19.208-19.208h-95.312c-24.438 0-44.333 19.896-44.333 44.333v487.479l-0.042 0.417c-5.062 28-23.208 52.625-48.563 65.875-26.521 13.917-57.479 14.063-87.125 0.542-17.375-7.937-31.812-22.646-39.667-40.396-12.938-29.208-12.542-59.646 1.083-85.771 13.021-24.958 37.25-43.042 64.75-48.375 21.833-4.229 37.083-22.208 37.083-43.708v-71.562c0-12.729-5.479-24.875-15.021-33.333-9.437-8.354-22-12.438-34.333-10.833-76.375 9.083-143.604 51.896-184.438 117.437-41.625 66.833-49.521 146.396-22.229 224 23.375 66.5 76.583 120.646 142.333 144.833 31.583 11.604 63.542 17.354 94.896 17.354 45.562 0 89.854-12.146 129.792-36.229 66.083-39.812 109.875-106.313 120.146-182.458 0.125-0.854 0.188-1.708 0.188-2.563v-254.604c45.854 29.479 100.583 43.25 154.896 39.146 10.021-0.771 17.75-9.104 17.75-19.146v-120.583c0-14.521-11.833-26.354-26.354-26.354z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Tiktok_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2960,"id":45,"name":"Tiktok_Fill","prevSize":32,"code":60163},"setIdx":0,"setId":2,"iconIdx":69},{"icon":{"paths":["M427.146 896.208c-31.354 0-63.312-5.75-94.896-17.354-65.75-24.188-118.958-78.333-142.333-144.833-27.292-77.604-19.396-157.167 22.229-224 40.833-65.542 108.063-108.354 184.438-117.437 12.292-1.604 24.917 2.479 34.333 10.833 9.542 8.458 15.021 20.604 15.021 33.333v71.562c0 21.5-15.25 39.479-37.083 43.708-27.5 5.333-51.729 23.417-64.75 48.375-13.625 26.125-14.021 56.563-1.083 85.771 7.854 17.75 22.292 32.458 39.667 40.396 29.646 13.521 60.604 13.375 87.125-0.542 25.354-13.25 43.5-37.875 48.563-65.875l0.042-0.417v-487.479c0-24.438 19.896-44.333 44.333-44.333h95.312c10.604 0 19.208 8.604 19.208 19.208 0 80.667 65.625 146.292 146.292 146.292 14.521 0 26.354 11.833 26.354 26.354v120.583c0 10.042-7.729 18.375-17.75 19.146-54.417 4.104-109.042-9.667-154.896-39.146v254.604c0 0.854-0.063 1.708-0.188 2.563-10.271 76.146-54.063 142.646-120.146 182.458-39.937 24.083-84.229 36.229-129.792 36.229zM401.771 430.667c-0.208 0-0.417 0.021-0.646 0.042-64.75 7.708-121.75 44.021-156.375 99.625-35.354 56.75-41.958 124.563-18.625 190.938 19.646 55.833 64.271 101.271 119.375 121.542 66.313 24.354 134.354 18.75 191.625-15.708 55.687-33.562 92.708-89.437 101.729-153.458v-290.292c0-7.208 4.042-13.792 10.438-17.083s14.104-2.708 19.958 1.479l19.792 14.208c35.792 25.667 78.708 39.542 122.458 39.854v-90.375c-89.854-5.812-162.417-76.208-171.646-165.104h-77.104c-3.271 0-5.917 2.646-5.917 5.917v488.542c0 0.813-0.063 1.625-0.167 2.438l-0.354 2.771c-7.312 40.563-32.938 75.354-68.708 94.042-37.271 19.5-80.229 20.021-120.875 1.437-26.167-11.937-47.062-33.167-58.833-59.771-17.75-40.104-16.979-82.396 2.167-119.083 18.667-35.75 52.021-60.646 91.5-68.313 2.958-0.563 5.958-2.646 5.958-6v-71.562c0-2.396-1.312-3.917-2.104-4.625-0.771-0.688-2-1.458-3.646-1.458zM658.063 674.958v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Tiktok"],"grid":0},"attrs":[{}],"properties":{"order":2961,"id":46,"name":"Tiktok","prevSize":32,"code":60164},"setIdx":0,"setId":2,"iconIdx":70},{"icon":{"paths":["M653.459 197.039c-91.814 0-166.476 74.662-166.476 166.476 0 5.517 1.379 10.915 1.919 16.312-113.523-10.855-213.912-65.547-282.098-149.205-3.178-4.018-8.096-6.177-13.253-5.817-5.097 0.36-9.655 3.298-12.174 7.736-14.333 24.648-22.549 53.013-22.549 83.478 0 36.881 13.193 70.644 33.583 98.351-3.958-1.739-8.276-2.699-11.994-4.798-4.738-2.519-10.435-2.399-15.052 0.36s-7.436 7.736-7.496 13.073v1.919c0 56.551 29.265 105.667 72.444 135.772-0.48-0.060-0.96 0.12-1.439 0-5.277-0.9-10.615 0.96-14.153 4.977s-4.678 9.595-3.119 14.693c17.151 53.313 60.929 94.033 115.142 108.905-43.178 25.667-93.253 40.78-147.286 40.78-11.694 0-22.908-0.6-34.063-1.919-7.196-0.96-14.093 3.238-16.492 10.075-2.459 6.836 0.24 14.453 6.417 18.231 69.265 44.438 151.484 70.524 239.879 70.524 143.268 0 255.651-59.85 331.033-145.367s114.662-196.581 114.662-300.329c0-4.378-0.36-8.636-0.48-12.953 28.126-21.529 53.253-46.777 72.923-76.282 3.898-5.697 3.478-13.313-1.020-18.591-4.438-5.277-11.934-6.897-18.171-3.958-7.916 3.538-17.151 3.898-25.427 6.717 10.915-14.573 20.27-30.285 25.907-47.976 1.919-6.057-0.18-12.714-5.157-16.672-4.977-3.898-11.934-4.378-17.391-1.079-26.207 15.532-55.232 26.447-85.877 33.103-29.745-27.826-68.905-46.537-112.743-46.537z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Twitter_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2962,"id":47,"name":"Twitter_Fill","prevSize":32,"code":60165},"setIdx":0,"setId":2,"iconIdx":71},{"icon":{"paths":["M653.459 197.039c-91.814 0-166.476 74.662-166.476 166.476 0 5.517 1.379 10.915 1.919 16.312-113.523-10.855-213.912-65.547-282.098-149.205-3.178-4.018-8.096-6.177-13.253-5.817-5.097 0.36-9.655 3.298-12.174 7.736-14.333 24.648-22.549 53.013-22.549 83.478 0 36.881 13.193 70.644 33.583 98.351-3.958-1.739-8.276-2.699-11.994-4.798-4.738-2.519-10.435-2.399-15.052 0.36s-7.436 7.736-7.496 13.073v1.919c0 56.551 29.265 105.667 72.444 135.772-0.48-0.060-0.96 0.12-1.439 0-5.277-0.9-10.615 0.96-14.153 4.977s-4.678 9.595-3.119 14.693c17.151 53.313 60.929 94.033 115.142 108.905-43.178 25.667-93.253 40.78-147.286 40.78-11.694 0-22.908-0.6-34.063-1.919-7.196-0.96-14.093 3.238-16.492 10.075-2.459 6.836 0.24 14.453 6.417 18.231 69.265 44.438 151.484 70.524 239.879 70.524 143.268 0 255.651-59.85 331.033-145.367s114.662-196.581 114.662-300.329c0-4.378-0.36-8.636-0.48-12.953 28.126-21.529 53.253-46.777 72.923-76.282 3.898-5.697 3.478-13.313-1.020-18.591-4.438-5.277-11.934-6.897-18.171-3.958-7.916 3.538-17.151 3.898-25.427 6.717 10.915-14.573 20.27-30.285 25.907-47.976 1.919-6.057-0.18-12.714-5.157-16.672-4.977-3.898-11.934-4.378-17.391-1.079-26.207 15.532-55.232 26.447-85.877 33.103-29.745-27.826-68.905-46.537-112.743-46.537zM653.459 227.743c39.16 0 74.543 16.732 99.31 43.178 3.718 3.838 9.175 5.457 14.393 4.318 20.030-3.958 39.040-9.775 57.571-17.271-10.675 14.393-23.868 26.687-39.34 35.982-7.017 3.418-10.315 11.514-7.736 18.89 2.519 7.316 10.195 11.574 17.811 9.895 15.352-1.859 29.025-8.096 43.658-11.994-13.133 14.213-27.526 27.046-43.178 38.381-4.258 3.119-6.597 8.156-6.237 13.433 0.24 6.237 0.48 12.414 0.48 18.711 0 95.952-36.822 200.119-106.986 279.699s-173.193 135.292-308.005 135.292c-61.229 0-119.040-13.553-171.274-37.421 64.767-4.977 124.497-27.886 172.713-65.727 5.037-4.018 7.017-10.735 4.977-16.851s-7.676-10.315-14.093-10.495c-50.614-0.9-93.013-30.345-115.622-71.964h2.399c15.172 0 30.165-1.919 44.138-5.757 6.717-1.979 11.334-8.216 11.094-15.232s-5.217-13.014-12.054-14.513c-54.633-11.034-95.592-55.532-105.067-110.824 15.472 5.337 31.304 9.535 48.456 10.075 7.017 0.42 13.373-3.958 15.532-10.615s-0.48-13.973-6.417-17.691c-36.462-24.408-60.449-65.967-60.449-113.223 0-17.511 4.558-33.583 10.555-48.935 76.761 84.257 184.227 140.209 305.606 146.326 4.798 0.24 9.475-1.739 12.594-5.397 3.119-3.718 4.318-8.636 3.238-13.313-2.339-9.955-3.838-20.51-3.838-31.184 0-75.202 60.569-135.772 135.772-135.772z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Twitter"],"grid":0},"attrs":[{}],"properties":{"order":2963,"id":48,"name":"Twitter","prevSize":32,"code":60166},"setIdx":0,"setId":2,"iconIdx":72},{"icon":{"paths":["M895.328 469.638c-1.042-38.819-3.131-80.348-11.061-122.294-10.85-58.011-46.119-91.195-104.969-98.71-72.832-9.39-146.291-10.643-202.012-10.852-73.25 0.209-152.968 1.044-244.586 3.342-30.886 0.836-63.231 3.755-96.203 8.554-51.13 7.719-85.147 40.693-95.581 93.075-8.972 45.289-11.061 90.573-12.312 133.146-1.878 63.228 0.624 120.414 7.513 175.088 1.671 12.732 3.755 26.504 7.721 40.072 12.939 45.493 44.869 73.454 92.451 81.178 50.292 8.137 101.42 9.599 150.882 10.852l4.799 0.209c23.582 0.622 47.164 1.039 70.746 1.457l40.069 0.836 2.711 0.418c0.836 0 1.671 0.209 2.507 0.209h8.137l81.598-2.919c46.955-1.462 93.701-3.133 140.448-5.008 15.861-0.836 33.181-2.716 54.468-6.471 48.417-8.351 82.64-44.24 91.409-96.412 10.017-59.479 13.563-125.010 11.267-205.77zM638.851 527.445l-189.7 109.144c-2.713 1.666-6.053 2.502-9.181 2.502-3.34 0-6.679-0.836-9.393-2.502-5.841-3.551-9.393-9.599-9.393-16.278v-218.288c0-6.679 3.551-12.941 9.393-16.278 5.635-3.337 12.939-3.337 18.574 0l189.7 109.144c5.841 3.337 9.39 9.39 9.39 16.278 0 6.674-3.549 12.941-9.39 16.278zM458.749 587.754l133.146-76.587-133.146-76.587v153.175z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Youtube_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2964,"id":49,"name":"Youtube_Fill","prevSize":32,"code":60167},"setIdx":0,"setId":2,"iconIdx":73},{"icon":{"paths":["M895.307 469.536c-1.121-38.724-3.241-80.342-11.108-122.306-10.843-57.943-46.143-91.144-104.921-98.685-72.862-9.355-146.233-10.639-202.036-10.72-72.923 0.204-153.061 0.978-244.633 3.322-30.959 0.774-63.303 3.668-96.137 8.601-51.217 7.663-85.172 40.68-95.648 92.978-9.029 45.205-11.006 90.553-12.228 133.108-1.855 63.201 0.611 120.472 7.541 175.113 1.631 12.779 3.689 26.454 7.561 40.049 13.023 45.47 45.021 73.535 92.529 81.198 50.341 8.112 101.395 9.559 150.778 10.965l4.83 0.143c23.581 0.673 47.162 1.039 70.742 1.386l40.15 0.917 2.731 0.408c0.795 0.102 1.59 0.163 2.385 0.163h7.622c0.204 0 0.408-0.020 0.632-0.020l81.687-2.751c46.795-1.569 93.589-3.139 140.343-5.156 15.917-0.693 33.221-2.711 54.438-6.359 48.547-8.336 82.767-44.39 91.511-96.443 10.007-59.574 13.574-124.996 11.23-205.909zM847.025 669.209c-6.155 36.665-27.759 59.981-60.817 65.667-19.606 3.363-35.402 5.217-49.709 5.829-46.632 2.018-93.304 3.587-139.977 5.156l-81.279 2.731-6.563-0.081c-2.385-0.387-4.79-0.693-7.174-0.734l-38.357-0.652c-23.418-0.346-46.835-0.713-70.253-1.366l-4.83-0.143c-48.16-1.366-97.951-2.792-145.846-10.516-33.037-5.319-53.439-23.132-62.406-54.438-3.18-11.169-4.973-23.194-6.42-34.464-6.685-52.664-9.049-108.019-7.256-169.264 1.203-40.966 3.057-84.499 11.536-126.831 7.317-36.645 28.982-57.923 64.363-63.222 31.325-4.688 62.101-7.439 91.511-8.193 87.72-2.221 164.739-3.302 235.135-3.302 2.853 0 5.686 0 8.519 0.020 54.682 0.061 126.525 1.304 197.308 10.394 42.494 5.462 64.934 26.536 72.76 68.337 7.398 39.437 9.416 79.302 10.496 116.497 2.262 78.385-1.141 141.485-10.741 198.572zM638.792 494.809l-189.604-109.079c-5.829-3.343-12.983-3.322-18.771 0.020-5.809 3.363-9.396 9.559-9.396 16.264v218.219c0 6.705 3.587 12.901 9.396 16.264 2.894 1.671 6.155 2.527 9.396 2.527s6.481-0.836 9.375-2.507l189.625-109.14c5.829-3.363 9.416-9.559 9.416-16.284s-3.607-12.942-9.436-16.284zM458.604 587.746v-153.265l133.169 76.612-133.169 76.653z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Youtube"],"grid":0},"attrs":[{}],"properties":{"order":2953,"id":50,"name":"Youtube","prevSize":32,"code":60168},"setIdx":0,"setId":2,"iconIdx":74},{"icon":{"paths":["M885.333 482.833c-10.604 0-19.198 8.604-19.198 19.208v241.917c0 16.125-13.115 29.229-29.229 29.229h-649.812c-16.115 0-29.229-13.104-29.229-29.229v-241.917c0-10.604-8.594-19.208-19.198-19.208s-19.198 8.604-19.198 19.208v241.917c0 37.292 30.333 67.646 67.625 67.646h649.812c37.292 0 67.625-30.354 67.625-67.646v-241.917c0-10.604-8.594-19.208-19.198-19.208zM525.651 218.12c-1.779-1.802-3.902-3.245-6.275-4.234-1.654-0.693-3.469-0.859-5.264-1.062-0.723-0.083-1.356-0.427-2.102-0.427h-0.021c-2.568 0-5.078 0.526-7.404 1.5-2.319 0.974-4.409 2.385-6.159 4.135-0.012 0.016-0.030 0.021-0.042 0.031l-105.021 105.479c-7.479 7.5-7.458 19.667 0.052 27.146 7.521 7.5 19.677 7.437 27.156-0.063l72.24-72.552v324.135c0 10.604 8.594 19.208 19.198 19.208s19.198-8.604 19.198-19.208v-324.099l72.219 72.516c7.479 7.5 19.635 7.562 27.156 0.063 7.51-7.479 7.531-19.646 0.052-27.146l-104.984-105.422z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Upload"],"grid":0},"attrs":[{}],"properties":{"order":2952,"id":51,"name":"Upload","prevSize":32,"code":60156},"setIdx":0,"setId":2,"iconIdx":75},{"icon":{"paths":["M910.789 459.932c-14.994-20.805-36.192-32.752-58.151-32.752h-108.575v-24.113c0-11.078-8.988-20.064-20.064-20.064h-612.732c-10.708 0-19.542 8.423-20.043 19.131-0.021 0.784-0.871 21.131 0.044 192.907 8.307 112.362 86.316 202.813 180.454 251.448h-159.866c-11.078 0-20.064 8.988-20.064 20.064s8.988 20.064 20.064 20.064h626.878c11.078 0 20.064-8.988 20.064-20.064s-8.988-20.064-20.064-20.064h-161.365c59.231-29.489 97.573-71.664 122.185-114.522 4.529 0.108 9.188 0.311 13.564 0.311 116.649 0 178.173-40.023 209.598-134.319 17.344-52.014 12.883-103.591-11.927-138.019zM884.675 585.265c-21.486 64.455-57.758 105.442-165.833 106.784 23.644-58.917 25.225-111.486 25.225-124.022v-100.719h108.575c8.901 0 18.236 5.854 25.615 16.082 13.341 18.521 22.046 54.994 6.42 101.873zM482.605 254.622c6.16 4.656 9.25 9.009 9.207 12.95-0.108 8.204-11.035 19.804-18.303 24.985-9.076 6.376-11.274 18.869-4.918 27.944 3.918 5.571 10.119 8.554 16.452 8.554 3.982 0 7.988-1.198 11.49-3.635 3.569-2.502 34.798-25.311 35.387-57.084 0.218-12.014-3.962-29.706-25.114-45.702-7.248-5.484-11.513-10.991-11.426-14.755 0.131-5.006 6.855-11.644 10.446-14.102 9.163-6.093 11.708-18.455 5.659-27.682-6.072-9.25-18.477-11.883-27.769-5.79-2.808 1.851-27.507 18.804-28.422 46.18-0.414 12.23 3.982 30.512 27.312 48.139zM396.23 253.316c14.451 10.924 14.341 19 14.297 21.653-0.218 15.3-19.586 32.469-26.289 37.236-9.076 6.376-11.274 18.869-4.918 27.944 3.918 5.571 10.142 8.554 16.452 8.554 3.982 0 7.988-1.198 11.49-3.635 4.374-3.070 42.676-31.034 43.373-69.314 0.262-14.21-4.787-35.189-30.207-54.428-7.988-6.029-17.432-15.104-17.192-24.090 0.262-10.099 12.035-20.283 16.169-23.090 9.207-6.093 11.752-18.477 5.702-27.705-6.072-9.271-18.477-11.816-27.769-5.79-3.396 2.219-33.101 22.612-34.189 55.148-0.718 21.044 10.425 40.393 33.079 57.518z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Break_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2951,"id":52,"name":"Break_Fill","prevSize":32,"code":60154},"setIdx":0,"setId":2,"iconIdx":76},{"icon":{"paths":["M910.789 459.939c-14.994-20.805-36.192-32.752-58.151-32.752h-108.575v-24.113c0-11.078-8.988-20.064-20.064-20.064h-612.732c-10.708 0-19.542 8.423-20.043 19.131-0.021 0.784-0.871 21.131 0.044 192.905 8.307 112.368 86.316 202.818 180.454 251.448h-159.866c-11.078 0-20.064 8.988-20.064 20.064s8.988 20.064 20.064 20.064h626.878c11.078 0 20.064-8.988 20.064-20.064s-8.988-20.064-20.064-20.064h-161.365c59.231-29.489 97.573-71.664 122.185-114.515 4.529 0.108 9.188 0.306 13.564 0.306 116.649 0 178.173-40.023 209.598-134.319 17.344-52.014 12.883-103.591-11.927-138.019zM703.934 568.036c0 19.941-2.99 76.453-32.31 133.401-0.781 1.17-1.374 2.389-1.882 3.72-35.407 66.149-107.128 131.812-252.011 140.353-126.747-1.828-275.582-106.354-286.399-252.058-0.522-99.826-0.435-147.747-0.283-170.316h572.885v144.896zM884.673 585.272c-21.464 64.439-57.665 105.256-165.816 106.74 23.628-58.901 25.206-111.442 25.206-123.978v-100.719h108.575c8.901 0 18.236 5.854 25.615 16.082 13.341 18.519 22.046 54.994 6.42 101.871zM482.605 254.629c6.16 4.656 9.25 9.009 9.207 12.95-0.108 8.204-11.035 19.804-18.303 24.985-9.076 6.376-11.274 18.869-4.918 27.944 3.918 5.571 10.119 8.554 16.452 8.554 3.982 0 7.988-1.198 11.49-3.635 3.569-2.502 34.798-25.309 35.387-57.084 0.218-12.014-3.962-29.706-25.114-45.702-7.248-5.484-11.513-10.991-11.426-14.755 0.131-5.006 6.855-11.665 10.446-14.125 9.163-6.093 11.708-18.477 5.659-27.682-6.072-9.25-18.519-11.839-27.769-5.79-2.828 1.851-27.507 18.804-28.422 46.203-0.414 12.23 4.005 30.512 27.312 48.139zM396.23 253.323c14.451 10.924 14.341 19 14.297 21.653-0.218 15.3-19.586 32.469-26.289 37.236-9.076 6.376-11.274 18.869-4.918 27.944 3.918 5.571 10.142 8.554 16.452 8.554 3.982 0 7.988-1.198 11.49-3.635 4.374-3.070 42.676-31.034 43.373-69.314 0.262-14.21-4.787-35.189-30.207-54.428-7.988-6.029-17.432-15.104-17.192-24.113 0.262-10.099 12.056-20.283 16.192-23.069 9.184-6.093 11.729-18.477 5.679-27.705-6.072-9.25-18.477-11.86-27.769-5.79-3.396 2.219-33.101 22.612-34.189 55.125-0.718 21.044 10.425 40.393 33.079 57.541z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Break"],"grid":0},"attrs":[{}],"properties":{"order":2950,"id":53,"name":"Break","prevSize":32,"code":60155},"setIdx":0,"setId":2,"iconIdx":77},{"icon":{"paths":["M850.083 678.083c-39.333-37.375-83.271-69.854-130.604-96.521-1.708-0.979-3.583-1.667-5.521-2.063-28.313-5.958-50.417 6.854-68.167 17.083-18.375 10.563-29.458 16.333-43.396 11.271-92.542-36.021-166.313-109.75-202.188-201.792-5.146-14.313 0.604-25.417 11.208-43.792 10.271-17.812 23.042-39.979 17.104-68.313-0.396-1.917-1.104-3.771-2.063-5.479-26.667-47.333-59.125-91.271-96.188-130.313-12.521-13.771-29.583-22.917-50.063-25.917-59-3.083-129.646 78.792-142.188 98.563-29.083 40.083-29.167 92.688-0.542 155.667 66.354 162.354 319.687 415.625 483.312 483.625 31.542 14.646 60.542 21.917 86.604 21.917 25.854 0 48.833-7.167 68.521-21.333 15.229-8.604 101.917-81.396 99.75-142.646-0.021-0.729-0.083-1.458-0.208-2.188-2.771-18.458-11.896-35.521-25.375-47.771zM901.974 426.88l-166.827-264.745c-7.040-11.094-18.987-17.708-32.214-17.708s-25.173 6.615-32.214 17.708l-166.827 264.745c-7.253 11.734-7.68 26.667-1.066 38.828 6.613 12.156 19.413 19.625 33.28 19.625h333.654c13.866 0 26.667-7.469 33.28-19.625 6.827-12.161 6.186-27.094-1.066-38.828zM720.641 409.385c-0.854 2.349-2.348 4.479-4.053 6.188-1.707 1.708-3.841 3.198-6.188 4.052-2.346 1.068-4.906 1.495-7.466 1.495-2.346 0-4.908-0.427-7.254-1.495-2.346-0.854-4.479-2.344-6.186-4.052-1.921-1.917-3.2-3.839-4.267-6.188-0.853-2.344-1.494-4.906-1.494-7.469 0-2.557 0.427-4.906 1.494-7.25s2.346-4.479 4.267-6.188c1.707-1.917 3.84-3.198 6.186-4.266 4.694-1.922 10.027-1.922 14.72 0 2.346 1.068 4.48 2.349 6.188 4.266 1.706 1.708 3.199 3.844 4.053 6.188 1.066 2.344 1.492 4.693 1.492 7.25 0 2.563-0.426 5.125-1.492 7.469zM722.133 354.344c0 10.667-8.532 19.203-19.199 19.203s-19.2-8.537-19.2-19.203v-93.865c0-10.667 8.534-19.198 19.2-19.198s19.199 8.531 19.199 19.198v93.865z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Call-Warning_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2949,"id":54,"name":"Call-Warning_Fill","prevSize":32,"code":60152},"setIdx":0,"setId":2,"iconIdx":78},{"icon":{"paths":["M850.083 678.083c-39.333-37.375-83.271-69.854-130.604-96.521-1.708-0.979-3.583-1.667-5.521-2.063-28.313-5.958-50.417 6.854-68.167 17.083-18.396 10.563-29.437 16.333-43.396 11.271-92.542-36.021-166.313-109.75-202.188-201.792-5.146-14.313 0.604-25.417 11.208-43.792 10.271-17.812 23.042-39.979 17.104-68.313-0.396-1.917-1.104-3.771-2.063-5.479-26.667-47.333-59.125-91.271-96.188-130.313-12.521-13.771-29.583-22.917-50.063-25.917-58.875-3.083-129.646 78.792-142.188 98.563-29.083 40.083-29.167 92.688-0.542 155.667 66.354 162.354 319.687 415.625 483.312 483.625 31.542 14.646 60.542 21.917 86.604 21.917 25.854 0 48.833-7.167 68.521-21.333 15.229-8.604 101.917-81.396 99.75-142.646-0.021-0.729-0.083-1.458-0.208-2.188-2.771-18.458-11.896-35.521-25.375-47.771zM755.271 838.375c-29.542 21.167-68.25 20.167-119-3.417-157.333-65.396-399.771-307.708-463.542-463.687-23.208-51.104-24.292-89.812-3.312-118.333 0.354-0.479 0.688-0.958 1-1.479 12.375-20.583 72.271-81.062 104.979-81.062 0.354 0 0.729 0 1.083 0.021 9.75 1.479 18.771 6.313 25.667 13.896 34.417 36.25 64.417 76.667 89.229 120.146 1.562 12.188-4.125 22.854-13.229 38.625-11.354 19.687-25.458 44.188-13.917 76.438 39.979 102.521 121.708 184.229 224.667 224.271 31.771 11.562 56.313-2.583 76.042-13.917 15.771-9.104 26.458-14.688 38.583-13.229 43.479 24.813 83.875 54.833 120.417 89.562 7 6.354 11.708 14.938 13.375 24.25 0.021 36.917-64.521 97.896-82.042 107.917zM901.958 426.958l-166.75-264.813c-7.021-11.146-19.083-17.792-32.25-17.792s-25.229 6.646-32.25 17.792l-166.729 264.792c-7.417 11.729-7.833 26.563-1.146 38.708 6.708 12.146 19.5 19.708 33.375 19.708h333.5c13.875 0 26.646-7.542 33.354-19.687s6.271-26.958-1.104-38.708zM536.417 447.479l0.021-0.042 0.021-0.021 166.25-264.813 167 264.333-333.292 0.542zM683.687 260.479v93.937c0 10.604 8.604 19.208 19.208 19.208s19.208-8.604 19.208-19.208v-93.937c0-10.604-8.604-19.208-19.208-19.208s-19.208 8.604-19.208 19.208zM716.583 388.479c-7.25-7.25-20.063-7.25-27.104 0-1.917 1.708-3.187 3.833-4.25 6.188-1.083 2.333-1.5 4.688-1.5 7.25s0.417 5.125 1.5 7.458c1.062 2.354 2.333 4.479 4.25 6.188 1.708 1.708 3.854 3.208 6.188 4.063 2.354 1.062 4.708 1.5 7.271 1.5 2.542 0 5.104-0.438 7.458-1.5 2.354-0.854 4.479-2.354 6.188-4.063 1.708-1.917 3.208-3.833 4.063-6.188 1.062-2.333 1.479-4.896 1.479-7.458 0-2.354-0.417-4.917-1.479-7.25-0.854-2.354-2.354-4.479-4.063-6.188z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Call-Warning"],"grid":0},"attrs":[{}],"properties":{"order":2948,"id":55,"name":"Call-Warning","prevSize":32,"code":60153},"setIdx":0,"setId":2,"iconIdx":79},{"icon":{"paths":["M885.333 491.729h-65.841c-2.857-43.156-14.202-85.568-34.305-123.667-0.021-0.042-1.021-1.917-1.062-1.958l-1.792-3.292c-5.437-9.75-17.792-13.292-27.562-7.812-9.771 5.458-13.271 17.792-7.812 27.562l2.396 4.417c20.167 38.25 30.833 81.479 30.833 125.021 0 147.875-120.313 268.188-268.188 268.188-45.125 0-89.771-11.417-129.062-33.021-9.875-5.437-22.146-1.833-27.521 7.979-5.396 9.812-1.812 22.146 7.979 27.521 39.369 21.651 83.372 34.406 128.333 37.37v65.297c0 11.187 9.083 20.271 20.271 20.271s20.271-9.083 20.271-20.271v-65.63c154.039-10.078 277.351-133.391 287.432-287.432h65.63c11.187 0 20.271-9.083 20.271-20.271s-9.083-20.271-20.271-20.271zM512 655.573c79.359 0 143.573-64.214 143.573-143.573 0-18.563-3.413-36.052-10.026-52.266l-185.814 185.812c16.214 6.615 33.707 10.026 52.267 10.026zM854.5 169.5c-7.5-7.5-19.667-7.5-27.167 0l-111.277 111.276c-51.378-45.396-115.525-72.104-183.785-76.542v-65.568c0-11.187-9.083-20.271-20.271-20.271s-20.271 9.083-20.271 20.271v65.63c-154.039 10.078-277.351 133.391-287.432 287.432h-65.63c-11.187 0-20.271 9.083-20.271 20.271s9.083 20.271 20.271 20.271h65.551c4.447 68.151 31.132 132.484 76.517 183.828l-111.234 111.234c-7.5 7.5-7.5 19.667 0 27.167 3.75 3.75 8.667 5.625 13.583 5.625s9.833-1.875 13.583-5.625l657.833-657.833c7.5-7.5 7.5-19.667 0-27.167zM598.816 398.016c-24.078-18.453-54.115-29.588-86.816-29.588-79.359 0-143.573 64.214-143.573 143.573 0 32.698 11.137 62.74 29.59 86.818l-88.565 88.563c-42.258-48.734-65.639-110.552-65.639-175.38 0-147.875 120.313-268.188 268.188-268.188 64.967 0 126.605 23.38 175.349 65.672l-88.532 88.531z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["GPS_Disabled"],"grid":0},"attrs":[{}],"properties":{"order":2947,"id":56,"name":"GPS_Disabled","prevSize":32,"code":60151},"setIdx":0,"setId":2,"iconIdx":80},{"icon":{"paths":["M730.282 810.427c0.586-23.687 1.52-71.885 0.712-114.146-1.604-83.625-54.667-132.813-126.469-184.354 2.469-1.979 5.052-4.042 7.542-6.021 41.844-33.208 111.865-88.792 110.583-156.208-0.926-48.625-0.46-105.979-0.141-133.401 21.435-5.844 37.328-25.286 37.328-48.537 0-27.833-22.656-50.5-50.5-50.5h-394.677c-27.844 0-50.5 22.667-50.5 50.5 0 23.25 15.893 42.693 37.328 48.537 0.319 27.422 0.785 84.776-0.141 133.401-1.281 67.417 68.74 123 110.583 156.208 2.49 1.979 5.073 4.042 7.542 6.021-71.771 51.521-124.865 100.688-126.469 184.354-0.807 42.26 0.126 90.458 0.712 114.146-17.388 7.99-29.556 25.469-29.556 45.812 0 27.833 22.656 50.5 50.5 50.5h394.677c27.844 0 50.5-22.667 50.5-50.5 0-20.344-12.168-37.823-29.556-45.812zM691.995 805.385h-359.99c-0.573-24.521-1.354-69.167-0.604-108.354 1.271-66.563 40.24-104.917 127-165.625l7.875-6.25 1.146-8.354c0.885-6.396-1.115-12.896-5.646-18.354-4.875-5.875-13.271-12.521-25.969-22.604-33.896-26.917-96.99-77-96.063-125.396 0.896-47.292 0.5-102.75 0.177-131.5h344.156c-0.323 28.75-0.719 84.208 0.177 131.5 0.927 48.396-62.167 98.479-96.063 125.396-12.698 10.083-21.094 16.729-25.99 22.625-4.511 5.437-6.511 11.937-5.625 18.333l2.063 9.729 6.865 4.813c86.854 60.771 125.823 99.125 127.094 165.687 0.75 39.187-0.031 83.833-0.604 108.354zM525.14 586.344c-3.656-4.396-9.062-6.938-14.771-6.938h-0.115c-5.75 0.042-11.187 2.646-14.802 7.125l-126.719 156.458c-4.667 5.75-5.604 13.667-2.417 20.354 3.187 6.667 9.927 10.938 17.333 10.938h256.698c7.448 0 14.219-4.313 17.385-11.042 3.156-6.75 2.135-14.708-2.615-20.438l-129.979-156.458zM512.495 479.489c4.875 0 9.75-1.854 13.489-5.542l70.667-69.792c5.542-5.479 7.229-13.75 4.271-20.958s-9.969-11.917-17.76-11.917h-142.427c-7.812 0-14.854 4.75-17.792 11.979-2.938 7.25-1.198 15.542 4.406 21l71.76 69.792c3.729 3.625 8.552 5.437 13.385 5.437z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Loading_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2946,"id":57,"name":"Loading_Fill","prevSize":32,"code":60145},"setIdx":0,"setId":2,"iconIdx":81},{"icon":{"paths":["M730.282 810.427c0.586-23.687 1.52-71.885 0.712-114.146-1.604-83.625-54.667-132.813-126.469-184.354 2.469-1.979 5.052-4.042 7.542-6.021 41.844-33.208 111.865-88.792 110.583-156.208-0.926-48.625-0.46-105.979-0.141-133.401 21.435-5.844 37.328-25.286 37.328-48.537 0-27.833-22.656-50.5-50.5-50.5h-394.677c-27.844 0-50.5 22.667-50.5 50.5 0 23.25 15.893 42.693 37.328 48.537 0.319 27.422 0.785 84.776-0.141 133.401-1.281 67.417 68.74 123 110.583 156.208 2.49 1.979 5.073 4.042 7.542 6.021-71.771 51.521-124.865 100.688-126.469 184.354-0.807 42.26 0.126 90.458 0.712 114.146-17.388 7.99-29.556 25.469-29.556 45.812 0 27.833 22.656 50.5 50.5 50.5h394.677c27.844 0 50.5-22.667 50.5-50.5 0-20.344-12.168-37.823-29.556-45.812zM302.557 167.76c0-6.667 5.427-12.083 12.104-12.083h394.677c6.677 0 12.104 5.417 12.104 12.083s-5.427 12.083-12.104 12.083h-394.677c-6.677 0-12.104-5.417-12.104-12.083zM331.401 697.031c1.271-66.563 40.24-104.917 127-165.625l7.875-6.25 1.146-8.354c0.885-6.396-1.115-12.896-5.646-18.354-4.875-5.875-13.271-12.521-25.969-22.604-33.896-26.917-96.99-77-96.063-125.396 0.896-47.292 0.5-102.75 0.177-131.5h344.156c-0.323 28.75-0.719 84.208 0.177 131.5 0.927 48.396-62.167 98.479-96.063 125.396-12.698 10.083-21.094 16.729-25.99 22.625-4.511 5.437-6.511 11.937-5.625 18.333l2.063 9.729 6.865 4.813c86.854 60.771 125.823 99.125 127.094 165.687 0.75 39.187-0.031 83.833-0.604 108.354h-359.989c-0.573-24.521-1.354-69.167-0.604-108.354zM709.338 868.323h-394.677c-6.677 0-12.104-5.417-12.104-12.083s5.427-12.083 12.104-12.083h394.677c6.677 0 12.104 5.417 12.104 12.083s-5.427 12.083-12.104 12.083zM512.495 479.49c4.875 0 9.75-1.854 13.489-5.542l70.667-69.792c5.542-5.479 7.229-13.75 4.271-20.958s-9.969-11.917-17.76-11.917h-142.427c-7.812 0-14.854 4.75-17.792 11.979-2.938 7.25-1.198 15.542 4.406 21l71.76 69.792c3.729 3.625 8.552 5.437 13.385 5.437zM536.401 409.698l-24.010 23.708-24.375-23.708h48.385zM383.651 774.281h256.698c7.448 0 14.219-4.313 17.385-11.042 3.156-6.75 2.135-14.708-2.615-20.438l-129.979-156.458c-3.656-4.396-9.062-6.938-14.771-6.938h-0.115c-5.75 0.042-11.187 2.646-14.802 7.125l-126.719 156.458c-4.667 5.75-5.604 13.667-2.417 20.354 3.187 6.667 9.927 10.938 17.333 10.938zM510.557 628.886l88.875 106.979h-175.521l86.646-106.979z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Loading"],"grid":0},"attrs":[{}],"properties":{"order":2945,"id":58,"name":"Loading","prevSize":32,"code":60146},"setIdx":0,"setId":2,"iconIdx":82},{"icon":{"paths":["M853.559 435.018c0-3.63-0.427-7.255-0.639-10.885-0.641-8.745-1.707-17.489-2.987-26.24-0.641-4.266-1.494-8.531-2.346-12.797-0.854-4.266-1.707-8.537-2.773-12.802-0.854-4.052-1.921-8.318-3.2-12.37-1.066-4.271-2.346-8.323-3.626-12.375s-2.773-8.109-4.053-12.161c-2.346-6.615-4.908-13.016-7.68-19.411-0.641-1.495-1.28-2.776-1.921-4.271-2.133-4.688-4.267-9.385-6.613-13.865-7.040-13.865-15.147-27.307-23.893-39.896 0-0.208-0.214-0.208-0.214-0.422-0.214-0.214-0.214-0.427-0.427-0.641l-0.212 0.214-196.694 196.693v2.135c0 46.505-37.76 84.266-84.267 84.266h-2.133l-209.707 209.703c1.28 1.495 2.56 2.99 3.84 4.271 5.12 5.969 10.241 11.729 15.574 17.276 6.613 7.042 13.439 14.083 20.266 20.911 13.654 13.651 27.734 26.875 42.454 39.463 7.253 6.401 14.719 12.589 22.186 18.776 8.107 6.609 16.427 13.010 24.746 19.411 14.934 11.094 30.294 21.76 45.867 32 10.667 8.745 23.68 13.224 36.906 13.224s26.453-4.479 37.12-13.224c55.681-36.057 107.307-78.724 152.747-125.87 88.32-84.266 142.293-197.542 152.107-320.636v-3.63c0-5.547 0-11.307-0.427-16.849zM854.412 114.372c-7.466-7.463-19.626-7.463-27.092 0l-84.267 84.484c-23.254-21.333-49.28-39.469-77.867-53.76-8.532-4.266-17.494-8.323-26.667-11.948-9.599-4.052-19.626-7.463-29.866-10.453-4.053-1.068-8.107-2.344-12.16-3.198-6.186-1.708-12.374-3.203-18.773-4.271-5.12-1.062-10.453-1.917-15.786-2.771s-10.667-1.495-16-1.922c-4.694-0.641-9.173-0.849-13.867-1.068-6.186-0.427-12.586-0.636-18.987-0.636h-1.066c-90.88 0-176.426 35.198-241.066 99.411-32.427 32.214-57.6 69.974-74.453 110.932-2.134 5.12-4.267 10.24-6.186 15.573-1.921 5.333-3.628 10.453-5.121 15.786-3.413 10.667-6.186 21.547-8.319 32.641-2.134 11.094-3.841 22.401-5.121 33.708-1.066 10.88-1.706 21.76-1.706 32.854v1.703c0.853 27.094 4.267 53.76 10.24 79.786 1.494 7.042 3.413 14.297 5.333 21.125 1.707 6.182 3.413 12.37 5.547 18.344 6.827 21.12 15.359 41.812 25.6 61.656 0 0-0.214 0 0 0.208 10.026 19.844 21.759 39.042 35.199 57.385l-82.346 82.349c-7.68 7.469-7.68 19.63 0 27.094 3.626 3.839 8.534 5.76 13.44 5.76 3.413 0 7.040-0.854 10.026-2.984 0.854-0.427 1.707-1.068 2.348-1.708 0.214 0 0.426-0.214 0.639-0.427l658.987-658.99c0.214-0.208 0.427-0.427 0.427-0.636 0.639-0.641 1.28-1.495 1.706-2.349 4.694-7.255 3.84-17.281-2.773-23.682zM454.839 486.856l-13.866 14.078c-8.534-13.437-13.228-29.010-13.228-45.010 0-46.297 37.76-84.271 84.267-84.271 16 0 31.574 4.906 44.801 13.229l-101.974 101.974z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Location-Disabled_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2944,"id":59,"name":"Location-Disabled_Fill","prevSize":32,"code":60147},"setIdx":0,"setId":2,"iconIdx":83},{"icon":{"paths":["M853.559 435.018c0-3.63-0.427-7.255-0.639-10.885-0.641-8.745-1.707-17.489-2.987-26.24-0.641-4.266-1.494-8.531-2.346-12.797-0.854-4.266-1.707-8.537-2.773-12.802-0.854-4.052-1.921-8.318-3.2-12.37-1.066-4.271-2.346-8.323-3.626-12.375s-2.773-8.109-4.053-12.161c-2.346-6.615-4.908-13.016-7.68-19.411-0.641-1.495-1.28-2.776-1.921-4.271-2.133-4.688-4.267-9.385-6.613-13.865-6.4-12.802-13.44-25.385-21.547-37.333-0.639-0.854-1.28-1.708-2.346-2.563 0-0.208-0.214-0.208-0.214-0.422-0.214-0.214-0.427-0.214-0.639-0.427-6.188-5.76-16-6.828-23.468-1.922-8.746 5.974-11.094 17.922-5.333 26.667 0.641 0.854 1.066 1.708 1.494 2.563 32.853 49.703 50.133 107.521 49.921 167.463v1.922c-8.961 112.427-58.88 216.958-140.801 295.042-44.374 46.078-93.866 87.036-147.626 121.599-0.641 0.427-1.494 1.068-2.134 1.495-7.466 6.396-18.56 6.396-26.026 0-0.641-0.427-1.28-1.068-2.133-1.495-59.734-39.042-114.348-85.76-162.134-138.88-2.773-3.198-6.4-5.12-10.24-5.974-5.76-1.281-12.16 0-16.853 4.479-5.333 4.693-7.254 11.734-5.974 18.349 0.427 1.917 1.28 4.052 2.346 5.76 0.641 1.062 1.28 2.13 2.134 2.984 4.266 4.906 8.746 9.599 13.44 14.292 6.613 7.042 13.439 14.083 20.266 20.911 13.44 13.865 27.734 27.089 42.454 39.463 7.253 6.401 14.719 12.589 22.186 18.776 8.107 6.609 16.427 13.010 24.746 19.411 14.934 11.094 30.294 21.76 45.867 32 10.667 8.745 23.68 13.224 36.906 13.224s26.453-4.479 37.12-13.224c55.681-36.057 107.307-78.724 152.747-125.87 88.32-84.266 142.293-197.542 152.107-320.636v-3.63c0-5.547 0-11.307-0.427-16.849zM633.398 438.643c-0.853-5.76-4.053-10.667-8.532-13.443-3.841-2.344-8.32-3.411-13.014-2.771-10.667 1.495-17.919 11.094-16.426 21.547 0.426 3.411 0.853 6.615 0.853 9.812v2.135c0 46.505-37.76 84.266-84.267 84.266h-2.133c-4.053-0.214-7.893-0.427-11.733-1.068-10.454-1.922-20.267 5.333-21.974 15.786-0.853 5.547 0.641 10.88 3.84 15.146 2.987 3.411 7.040 5.974 11.947 6.828 6.4 1.062 13.227 1.708 20.053 1.708 67.628 0 122.667-55.042 122.667-122.667 0-5.76-0.426-11.521-1.28-17.281zM854.412 114.372c-7.466-7.463-19.626-7.463-27.092 0l-84.267 84.484c-23.254-21.333-49.28-39.469-77.867-53.76-8.532-4.266-17.494-8.323-26.667-11.948-9.599-4.052-19.626-7.463-29.866-10.453-4.053-1.068-8.107-2.344-12.16-3.198-6.186-1.708-12.374-3.203-18.773-4.271-5.12-1.062-10.453-1.917-15.786-2.771s-10.667-1.495-16-1.922c-4.694-0.641-9.173-0.849-13.867-1.068-6.186-0.427-12.586-0.636-18.987-0.636h-1.066c-90.88 0-176.426 35.198-241.066 99.411-32.427 32.214-57.6 69.974-74.453 110.932-2.134 5.12-4.267 10.24-6.186 15.573-1.921 5.333-3.628 10.453-5.121 15.786-3.413 10.667-6.186 21.547-8.319 32.641-2.134 11.094-3.841 22.401-5.121 33.708-1.066 10.88-1.706 21.76-1.706 32.854v1.703c0.853 27.094 4.267 53.76 10.24 79.786 1.494 7.042 3.413 14.297 5.333 21.125 1.707 6.182 3.413 12.37 5.547 18.344 6.827 21.12 15.573 41.599 25.6 61.656 0 0-0.214 0 0 0.208 10.453 19.844 22.186 38.828 35.413 57.177l-0.214 0.208-82.346 82.349c-7.68 7.469-7.68 19.63 0 27.094 3.626 3.839 8.534 5.76 13.44 5.76 3.413 0 7.040-0.854 10.026-2.984 0.854-0.427 1.707-1.068 2.348-1.708 0.214 0 0.426-0.214 0.639-0.427l658.987-658.99c0.214-0.208 0.427-0.427 0.427-0.636 0.639-0.641 1.28-1.495 1.706-2.349 4.694-7.255 3.84-17.281-2.773-23.682zM454.839 486.856l-13.866 14.078c-8.534-13.437-13.228-29.010-13.228-45.010 0-46.297 37.76-84.271 84.267-84.271 16 0 31.574 4.906 44.801 13.229l-101.974 101.974zM584.332 357.361c-20.906-15.359-46.293-24.104-72.32-24.104-67.626 0-122.667 55.036-122.667 122.667 0 26.24 8.747 51.411 24.32 72.318l-133.974 133.974c-43.947-62.511-68.479-135.469-71.253-212.479 0.214-81.068 32.214-157.016 89.6-214.188 57.6-57.177 134.4-88.75 214.827-88.323 75.52 0.214 147.199 28.375 202.879 78.938l-131.413 131.198z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Location-Disabled"],"grid":0},"attrs":[{}],"properties":{"order":2943,"id":60,"name":"Location-Disabled","prevSize":32,"code":60148},"setIdx":0,"setId":2,"iconIdx":84},{"icon":{"paths":["M572.616 529.318c35.19-36.089 84.276-58.726 138.516-58.726 30.034 0 58.723 6.949 84.052 19.279 6.947 3.36 13.671 7.169 20.172 11.43 6.947 4.482 13.671 9.412 20.171 14.79v-30.48c0-86.295-62.976-158.461-145.679-172.14l8.77-124.336c0.393-5.58-1.553-11.076-5.375-15.17-3.809-4.094-9.161-6.435-14.754-6.435h-401.388c-5.593 0-10.945 2.341-14.754 6.435-3.819 4.094-5.767 9.587-5.375 15.17l8.77 124.343c-82.696 13.686-145.889 85.621-145.889 172.135v135.15c0 37.211 30.483 67.466 67.915 67.466h115.204v-118.563c0-22.413 17.93-40.345 40.344-40.345h229.293zM305.559 304.377l-6.807-96.483h358.093l-6.807 96.483h-344.479zM519.72 688.228c-0.898-6.725-1.344-13.445-1.57-20.17v-4.482c0-5.38 0.224-10.539 0.671-15.694 2.242-28.235 10.535-54.688 23.759-78.218h-199.258v261.79h268.964v-2.243c-49.534-29.806-84.947-81.134-92.567-140.984zM835.528 575.269c-5.827-8.296-12.551-16.142-20.171-23.091-6.276-5.822-13-11.207-20.172-15.912-23.983-16.137-52.896-25.324-84.052-25.324-29.363 0-57.154 8.296-80.465 23.086-15.24 9.412-28.688 21.517-39.671 35.64-17.483 22.185-28.689 49.085-31.605 78.218-0.671 5.154-0.897 10.316-0.897 15.694 0 1.565 0 2.911 0.224 4.482 0 6.949 0.671 13.676 2.017 20.17 5.603 36.313 24.656 68.587 51.55 91.45 12.105 10.308 25.552 18.604 40.345 24.651 18.156 7.623 37.879 11.884 58.5 11.884 84.276 0 152.636-68.587 152.636-152.637 0-32.952-10.31-63.433-28.242-88.308zM744.079 668.059l34.292 34.293c7.844 7.847 7.844 20.619 0 28.466-3.81 3.809-8.966 5.827-14.12 5.827s-10.31-2.020-14.346-5.827l-38.774-38.774-38.552 38.774c-4.034 3.809-9.188 5.827-14.344 5.827-1.793 0-3.812-0.224-5.603-0.898-3.139-0.898-6.276-2.467-8.742-4.931-7.844-7.847-7.844-20.619 0-28.466l38.774-38.774-38.774-38.774c-7.844-7.847-7.844-20.624 0-28.466 2.464-2.467 5.38-4.258 8.742-4.936 6.724-2.238 14.344-0.444 19.948 4.936l38.552 38.774 38.774-38.774c7.846-7.847 20.622-7.847 28.466 0 7.844 7.841 7.844 20.619 0 28.466l-38.774 38.774 4.482 4.482z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Printer-Error_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2942,"id":61,"name":"Printer-Error_Fill","prevSize":32,"code":60149},"setIdx":0,"setId":2,"iconIdx":85},{"icon":{"paths":["M284.333 647.546h-95.987c-15.175 0-27.532-12.126-27.532-27.050v-134.837c0-73.876 60.098-133.963 133.963-133.963h365.999c65.55 0 122.479 48.814 132.412 113.532 1.693 10.991 11.975 18.572 22.964 16.847 10.991-1.682 18.529-11.975 16.847-22.964-11.443-74.569-70.836-132.8-143.479-145.178l8.763-124.233c0.393-5.572-1.551-11.056-5.365-15.142-3.801-4.086-9.145-6.423-14.728-6.423h-400.686c-5.583 0-10.925 2.337-14.728 6.423-3.813 4.086-5.757 9.571-5.365 15.142l8.765 124.261c-82.485 13.711-145.633 85.383-145.633 171.698v134.837c0 37.124 30.416 67.342 67.8 67.342h95.987c11.122 0 20.134-9.024 20.134-20.146s-9.014-20.146-20.134-20.146zM656.582 208.426l-6.795 96.315h-343.875l-6.795-96.315h357.465zM546.599 810.723h-182.906v-221.078h136.519c11.122 0 20.134-9.024 20.134-20.146s-9.014-20.146-20.134-20.146h-156.654c-11.122 0-20.134 9.024-20.134 20.146v261.37c0 11.122 9.014 20.146 20.134 20.146h203.042c11.122 0 20.134-9.024 20.134-20.146s-9.014-20.146-20.134-20.146zM710.846 470.649c-106.202 0-192.608 86.416-192.608 192.608s86.405 192.608 192.608 192.608 192.608-86.416 192.608-192.608-86.405-192.608-192.608-192.608zM710.846 815.574c-84.002 0-152.338-68.326-152.338-152.317s68.336-152.317 152.338-152.317 152.338 68.326 152.338 152.317-68.336 152.317-152.338 152.317zM777.97 596.133c-7.866-7.866-20.604-7.866-28.47 0l-38.652 38.652-38.652-38.652c-7.866-7.866-20.604-7.866-28.47 0s-7.866 20.627 0 28.493l38.642 38.642-38.642 38.642c-7.866 7.866-7.866 20.627 0 28.493 3.934 3.934 9.078 5.899 14.235 5.899s10.303-1.967 14.235-5.899l38.652-38.652 38.652 38.652c3.934 3.934 9.078 5.899 14.235 5.899s10.303-1.967 14.235-5.899c7.866-7.866 7.866-20.627 0-28.493l-38.642-38.642 38.642-38.642c7.866-7.866 7.866-20.627 0-28.493z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Printer-Error"],"grid":0},"attrs":[{}],"properties":{"order":2941,"id":62,"name":"Printer-Error","prevSize":32,"code":60150},"setIdx":0,"setId":2,"iconIdx":86},{"icon":{"paths":["M786.977 370.964h-92.202l104.35-130.452c3.768-4.672 4.486-11.090 1.869-16.478-2.586-5.389-8.036-8.814-14.017-8.814h-124.595c-8.598 0-15.575 6.978-15.575 15.574 0 8.598 6.978 15.574 15.575 15.574h92.201l-104.349 130.452c-3.768 4.672-4.486 11.090-1.869 16.478 2.585 5.388 8.036 8.814 14.017 8.814h124.595c8.598 0 15.575-6.978 15.575-15.574 0-8.598-6.978-15.574-15.575-15.574zM880.423 246.369h-33.204l46.163-69.245c3.177-4.766 3.488-10.902 0.749-15.979-2.68-5.046-7.944-8.223-13.707-8.223h-62.298c-8.595 0-15.573 6.978-15.573 15.574 0 8.598 6.978 15.575 15.574 15.575h33.174l-46.133 69.244c-3.177 4.766-3.488 10.902-0.747 15.979 2.68 5.047 7.943 8.224 13.706 8.224h62.298c8.598 0 15.575-6.978 15.575-15.575 0-8.596-6.979-15.574-15.577-15.574zM680.833 573.365c-4.229-6.052-8.604-11.687-12.833-17.146-13.271-17.073-22.833-29.406-22.896-49.344-0.729-10-0.688-20.063-0.646-30.125 0.042-11.656 0.083-23.719-1-36.115-9.004-92.991-82.46-158.456-163.458-183.577v-26.246c0-40.313-32.792-73.115-73.104-73.115s-73.115 32.802-73.115 73.115v25.924c-81.465 24.881-155.383 90.555-164.031 184.086-1.979 22.677-1.979 45.437-1.979 67.458 0 17.292-10.854 31.469-23.427 47.875-4.365 5.708-8.698 11.385-12.646 17.25-13.719 20.583-21.615 44.521-22.875 70.188v6.979c-0.625 32.979 10.656 65.094 32.729 91.479 27.917 28.896 65.333 46.896 105.104 50.646 52.948 5.677 106.271 8.511 159.562 8.511 53.198 0 106.365-2.833 159.052-8.479 40.229-3.573 77.771-21.583 106.479-51.615 21.542-25.437 32.979-57.802 32.208-90.677l-0.021-7.708c-1.125-24.729-9.062-48.646-23.104-69.364zM483.896 814.708h-157.583c-7.292 0-13.958 4.135-17.198 10.667-3.25 6.542-2.5 14.354 1.917 20.156 21.458 28.198 55.25 44.511 92.729 44.75h0.813c37.364 0 72.625-16.615 94.448-44.552 4.521-5.781 5.354-13.635 2.135-20.24-3.219-6.594-9.917-10.781-17.26-10.781z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Snooze_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2940,"id":63,"name":"Snooze_Fill","prevSize":32,"code":60144},"setIdx":0,"setId":2,"iconIdx":87},{"icon":{"paths":["M876.614 240.003c-13.014-12.802-28.16-19.417-45.867-19.417h-485.547c-20.693 0-37.76 9.604-51.199 28.802l-158.508 238.083c-10.026 14.932-10.026 34.13 0 49.062l158.508 238.083c6.186 8.318 14.079 15.146 23.68 20.479 9.6 5.547 19.84 8.318 30.506 8.318h482.56c17.707 0 32.853-6.609 45.867-19.411 13.013-13.010 19.413-28.375 19.413-45.865v-452.271c0-17.489-6.4-32.854-19.413-45.865zM686.32 643.628c-3.626 3.844-8.532 5.76-13.44 5.76-4.906 0-9.812-1.917-13.652-5.76l-104.534-104.531-104.534 104.318c-3.626 3.839-8.532 5.547-13.44 5.547-4.906 0-10.026-1.708-13.652-5.547-7.468-7.463-7.468-19.625 0-27.089l104.319-104.323-104.319-104.531c-7.681-7.469-7.681-19.63 0-27.094 7.466-7.682 19.626-7.682 27.092 0l104.534 104.318 104.32-104.318c7.466-7.469 19.626-7.469 27.092 0 7.468 7.463 7.468 19.625 0 27.094l-104.319 104.531 104.532 104.531c7.681 7.469 7.681 19.63 0 27.094z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Backspace_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2939,"id":64,"name":"Backspace_Fill","prevSize":32,"code":60142},"setIdx":0,"setId":2,"iconIdx":88},{"icon":{"paths":["M876.577 240.073c-12.949-12.948-28.229-19.422-45.839-19.422h-485.582c-20.719 0-37.811 9.583-51.279 28.745l-158.443 238.021c-9.913 14.891-9.913 34.276 0 49.167l158.443 238.021c6.216 8.287 14.115 15.151 23.697 20.589s19.812 8.156 30.689 8.156h482.475c17.609 0 32.889-6.474 45.839-19.422s19.423-28.229 19.423-45.839v-452.177c0-17.609-6.474-32.891-19.423-45.839zM857.6 738.089c0 7.364-2.445 12.953-8.176 18.682-5.731 5.734-11.319 8.177-18.686 8.177h-482.475c-4.216 0-7.945-1-11.737-3.151-4.695-2.667-8.431-5.792-11.393-9.536l-157.733-236.958c-1.336-2.005-1.336-4.599 0.001-6.609l157.893-237.219c8.059-11.463 14.478-12.422 19.862-12.422h485.582c7.367 0 12.956 2.443 18.688 8.177 5.729 5.729 8.175 11.318 8.175 18.682v452.177zM581.729 511.896l104.375-104.375c7.5-7.5 7.5-19.667 0-27.167s-19.667-7.5-27.167 0l-104.375 104.375-104.458-104.458c-7.5-7.5-19.667-7.5-27.167 0s-7.5 19.667 0 27.167l104.458 104.458-104.375 104.375c-7.5 7.5-7.5 19.667 0 27.167 3.75 3.75 8.667 5.625 13.583 5.625s9.833-1.875 13.583-5.625l104.375-104.375 104.667 104.667c3.75 3.75 8.667 5.625 13.583 5.625s9.833-1.875 13.583-5.625c7.5-7.5 7.5-19.667 0-27.167l-104.667-104.667z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Backspace"],"grid":0},"attrs":[{}],"properties":{"order":2938,"id":65,"name":"Backspace","prevSize":32,"code":60143},"setIdx":0,"setId":2,"iconIdx":89},{"icon":{"paths":["M373.038 821.761c-5.577-2.506-11.085-5.158-16.496-7.965-113.467-58.566-183.956-174.197-183.956-301.801 0-167.684 122.322-306.978 282.357-334.228l-61.576 61.335c-8.385 8.336-8.414 21.907-0.068 30.273 4.183 4.202 9.691 6.318 15.171 6.318 5.46 0 10.939-2.086 15.102-6.25l103.513-103.093c1.984-1.964 3.572-4.319 4.665-6.932 1.086-2.593 1.661-5.392 1.661-8.248s-0.585-5.655-1.661-8.248c-1.093-2.613-2.681-4.967-4.665-6.932l-103.513-103.073c-8.385-8.316-21.937-8.336-30.273 0.068-8.336 8.365-8.316 21.937 0.068 30.273l70.202 69.905c-187.942 23.916-333.833 184.503-333.833 378.843 0 143.7 79.392 273.917 207.122 339.834 6.084 3.159 12.295 6.133 18.563 8.97 2.857 1.297 5.86 1.901 8.784 1.901 8.18 0 15.96-4.69 19.538-12.616 4.855-10.783 0.068-23.467-10.715-28.323zM894.255 511.995c0-143.7-79.392-273.917-207.122-339.834-6.084-3.159-12.295-6.133-18.563-8.97-10.822-4.923-23.467-0.049-28.323 10.715-4.855 10.783-0.068 23.467 10.715 28.323 5.577 2.506 11.085 5.158 16.496 7.965 113.467 58.566 183.956 174.197 183.956 301.801 0 167.684-122.322 306.978-282.357 334.228l61.576-61.335c8.385-8.336 8.414-21.907 0.068-30.273-8.336-8.414-21.937-8.385-30.273-0.068l-103.513 103.093c-1.984 1.964-3.572 4.319-4.665 6.932-1.086 2.593-1.661 5.392-1.661 8.248s0.585 5.655 1.661 8.248c1.093 2.613 2.681 4.967 4.665 6.932l103.513 103.073c4.183 4.163 9.642 6.25 15.102 6.25 5.479 0 10.988-2.116 15.171-6.318 8.336-8.365 8.316-21.937-0.068-30.273l-70.202-69.905c187.942-23.916 333.833-184.503 333.833-378.843zM597.887 538.875v67.809h61.144c23.074 0 41.87-18.797 41.87-41.87v-68.272c0-45.195-31.361-82.877-73.416-93.124l3.988-56.602c0.351-4.953-1.375-9.808-4.738-13.425-3.373-3.598-8.112-5.665-13.055-5.665h-203.29c-4.953 0-9.691 2.067-13.055 5.665-3.373 3.627-5.089 8.502-4.738 13.425l4.002 56.587c-42.092 10.228-73.479 47.925-73.479 93.138v68.272c0 23.073 18.796 41.87 42.109 41.87h60.905v-67.809c0-9.755 7.846-17.842 17.842-17.842h136.081c9.996 0 17.842 8.087 17.842 17.842zM431.916 397.017l-2.389-33.617h165.003l-2.369 33.617h-160.236zM562.194 588.842v-32.115h-100.397v97.068h100.397v-64.952z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Printer-Sync_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2937,"id":66,"name":"Printer-Sync_Fill","prevSize":32,"code":60140},"setIdx":0,"setId":2,"iconIdx":90},{"icon":{"paths":["M373.038 821.767c-5.577-2.506-11.085-5.158-16.496-7.965-113.467-58.566-183.956-174.197-183.956-301.801 0-167.684 122.322-306.978 282.357-334.228l-61.576 61.335c-8.385 8.336-8.414 21.907-0.068 30.273 4.183 4.202 9.691 6.318 15.171 6.318 5.46 0 10.939-2.086 15.102-6.25l103.513-103.093c1.984-1.964 3.572-4.319 4.665-6.932 1.086-2.593 1.661-5.392 1.661-8.248s-0.585-5.655-1.661-8.248c-1.093-2.613-2.681-4.967-4.665-6.932l-103.513-103.073c-8.385-8.316-21.937-8.336-30.273 0.068-8.336 8.365-8.316 21.937 0.068 30.273l70.202 69.905c-187.942 23.916-333.833 184.503-333.833 378.843 0 143.7 79.392 273.917 207.122 339.834 6.084 3.159 12.295 6.133 18.563 8.97 2.857 1.297 5.86 1.901 8.784 1.901 8.18 0 15.96-4.69 19.538-12.616 4.855-10.783 0.068-23.467-10.715-28.323zM894.255 512c0-143.7-79.392-273.917-207.122-339.834-6.084-3.159-12.295-6.133-18.563-8.97-10.851-4.923-23.467-0.049-28.323 10.715-4.855 10.783-0.068 23.467 10.715 28.323 5.577 2.506 11.085 5.158 16.496 7.965 113.467 58.566 183.956 174.197 183.956 301.801 0 167.684-122.322 306.978-282.357 334.228l61.576-61.335c8.385-8.336 8.414-21.907 0.068-30.273-8.336-8.414-21.937-8.385-30.273-0.068l-103.513 103.093c-1.984 1.964-3.572 4.319-4.665 6.932-1.086 2.593-1.661 5.392-1.661 8.248s0.585 5.655 1.661 8.248c1.093 2.613 2.681 4.967 4.665 6.932l103.513 103.073c4.183 4.163 9.642 6.25 15.102 6.25 5.479 0 10.988-2.116 15.171-6.318 8.336-8.365 8.316-21.937-0.068-30.273l-70.202-69.905c187.942-23.916 333.833-184.503 333.833-378.843zM419.164 436.070h185.682c33.266 0 60.341 27.065 60.341 60.36v68.394c0 3.373-2.74 6.113-6.084 6.113h-25.252c-9.847 0-17.842 7.995-17.842 17.842s7.995 17.842 17.842 17.842h25.252c23.029 0 41.777-18.749 41.777-41.797v-68.394c0-45.117-31.376-82.809-73.383-93.061l3.985-56.558c0.351-4.953-1.375-9.808-4.738-13.425-3.373-3.598-8.112-5.665-13.055-5.665h-203.29c-4.953 0-9.691 2.067-13.055 5.665-3.373 3.627-5.089 8.502-4.738 13.425l4 56.543c-42.041 10.228-73.466 47.939-73.466 93.075v68.394c0 23.048 18.866 41.797 42.031 41.797h24.91c9.847 0 17.842-7.995 17.842-17.842s-7.995-17.842-17.842-17.842h-24.91c-3.51 0-6.347-2.74-6.347-6.113v-68.394c0-33.295 27.065-60.36 60.36-60.36zM594.521 363.406l-2.369 33.617h-160.236l-2.389-33.617h165.003zM597.943 671.593v-132.615c0-9.847-7.995-17.842-17.842-17.842h-136.193c-9.847 0-17.842 7.995-17.842 17.842v132.615c0 9.847 7.995 17.842 17.842 17.842h136.193c9.847 0 17.842-7.995 17.842-17.842zM562.249 653.741h-100.509v-96.931h100.509v96.931z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Printer-Sync"],"grid":0},"attrs":[{}],"properties":{"order":2936,"id":67,"name":"Printer-Sync","prevSize":32,"code":60141},"setIdx":0,"setId":2,"iconIdx":91},{"icon":{"paths":["M538.026 855.216h-51.84v-411.094h-308.479v385.703c0 35.203 28.586 63.792 63.786 63.792h541.013c35.2 0 63.786-28.589 63.786-63.792v-385.703h-308.267v411.094zM827.306 271.533h-88.243c8.662-14.021 15.811-31.375 15.343-50.927-0.667-27.979-15.979-53.021-45.5-74.417-20.458-14.833-43.5-19.292-66.438-13.021-60.98 16.698-108.246 105.094-124.154 138.412l-9.447-0.010c-15.909-33.318-63.155-121.682-124.129-138.401-23.021-6.333-46.042-1.812-66.458 13.021-29.521 21.396-44.833 46.438-45.5 74.417-0.469 19.552 6.681 36.906 15.343 50.927h-91.216c-35.199 0-64 28.589-64 63.786v45.016c0 8.958 1.921 17.489 5.333 25.385h347.946v-95.755l9.952 0.010c0.161 0.005 0.314 0.068 0.475 0.068 0.108 0 0.215-0.068 0.323-0.068l33.5 0.036c0.053 0 0.104 0.031 0.156 0.031 0.076 0 0.146-0.031 0.221-0.031l7.212 0.005v95.703h347.734c3.626-7.896 5.333-16.427 5.333-25.385v-45.016c0-35.198-28.587-63.786-63.788-63.786zM462.801 271.523h-0.021c-0.018 0-0.034 0.010-0.052 0.010h-125.906c-10.182-9.906-26.212-29.839-25.646-50.135 0.417-15.312 10.396-30.167 29.646-44.125 11.125-8.104 21.875-10.313 33.75-7.083 35.453 9.708 70.861 63.323 91.178 101.333h-2.949zM690.37 271.533h-128.962c20.29-37.995 55.667-91.599 91.206-101.323 11.854-3.25 22.583-1.021 33.75 7.062 19.25 13.958 29.229 28.813 29.646 44.125 0.566 20.292-15.455 40.24-25.639 50.135z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Gift_Fill"],"grid":0},"attrs":[{}],"properties":{"order":3,"id":68,"name":"Gift_Fill","prevSize":32,"code":60138},"setIdx":0,"setId":2,"iconIdx":92},{"icon":{"paths":["M827.219 271.507h-88.158c8.654-14.021 15.792-31.364 15.324-50.917-0.667-27.979-15.979-53.021-45.5-74.417-20.438-14.833-43.375-19.354-66.458-13.021-60.975 16.719-108.236 105.099-124.148 138.427l-9.457-0.016c-15.914-33.328-63.156-121.698-124.124-138.412-23.083-6.333-46.021-1.812-66.458 13.021-29.521 21.396-44.833 46.438-45.5 74.417-0.467 19.552 6.671 36.896 15.324 50.917h-91.262c-35.208 0-63.854 28.646-63.854 63.854v44.875c0 17.083 6.667 33.125 18.771 45.187 7.396 7.375 16.292 12.729 25.979 15.75v388.604c0 35.208 28.646 63.854 63.854 63.854h225.333c0.208 0 0.381-0.115 0.589-0.12l89.615 0.115c0.009 0 0.017 0.005 0.026 0.005h225.354c35.208 0 63.854-28.646 63.854-63.854v-388.604c9.687-3.021 18.563-8.375 25.979-15.75 12.083-12.063 18.75-28.104 18.75-45.187v-44.875c0-35.208-28.646-63.854-63.833-63.854zM652.594 170.174c11.854-3.167 22.583-1 33.75 7.083 19.25 13.958 29.229 28.813 29.646 44.125 0.566 20.271-15.424 40.214-25.611 50.125h-128.962c20.331-38.021 55.731-91.63 91.177-101.333zM486.094 855.122v-545.167l9.909 0.010c0.194 0.005 0.376 0.083 0.57 0.083 0.129 0 0.259-0.078 0.388-0.083l33.307 0.042c0.085 0.005 0.164 0 0.249 0l7.389 0.010v545.167l-51.812-0.063zM311.135 221.382c0.417-15.312 10.396-30.167 29.646-44.125 11.146-8.083 21.875-10.271 33.75-7.083 35.431 9.703 70.84 63.312 91.165 101.333h-128.945c-10.185-9.917-26.181-29.849-25.616-50.125zM171.364 380.236v-44.875c0-14.021 11.417-25.437 25.437-25.437h250.875v95.74l-250.144 0.115c-0.216-0.010-0.409-0.125-0.626-0.125h-0.125c-6.771 0-13.146-2.625-17.958-7.417-4.813-4.813-7.458-11.208-7.458-18zM216.115 829.778v-385.594l231.562-0.104v411.135h-206.125c-14.021 0-25.437-11.417-25.437-25.437zM782.469 855.216h-206.146v-411.136l231.583 0.104v385.594c0 14.021-11.417 25.437-25.437 25.437zM852.635 380.236c0 6.813-2.646 13.208-7.458 18s-11.167 7.417-17.937 7.417h-0.125c-0.217 0-0.41 0.115-0.626 0.125l-250.165-0.115v-95.74h120.751c0.193 0.005 0.368 0.125 0.561 0.125 0.25 0 0.491-0.115 0.741-0.125h128.842c14.021 0 25.417 11.417 25.417 25.437v44.875z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Gift"],"grid":0},"attrs":[{}],"properties":{"order":2,"id":69,"name":"Gift","prevSize":32,"code":60139},"setIdx":0,"setId":2,"iconIdx":93},{"icon":{"paths":["M878.298 533.252c-12.507-7.193-26.633-6.243-38.816 2.57-7.776 5.594-16.708 8.208-28.134 8.208h-260.943v38.924c0 1.318-1.069 2.376-2.376 2.376h-72.059c-1.307 0-2.365-1.058-2.365-2.376v-38.924h-260.997c-11.383 0-20.315-2.614-28.080-8.208-12.226-8.813-26.374-9.763-38.805-2.57-6.631 3.802-17.756 13.025-17.723 32.163l0.054 211.856c0 16.827 5.076 32.357 15.099 46.16 16.276 22.464 40.101 33.848 70.817 33.848h596.040c30.737 0 54.573-11.405 70.849-33.848 10.012-13.824 15.088-29.355 15.088-46.16l0.054-211.834c0.032-19.138-11.059-28.361-17.702-32.185zM209.833 510.075h263.772v-30.5c0-1.318 1.058-2.376 2.365-2.376h72.059c1.307 0 2.376 1.058 2.376 2.376v30.5h259.625c45.123 0 81.833-36.721 81.833-81.844v-88.799c0-45.123-36.71-81.844-81.833-81.844h-126.146c-0.004-3.532 0.039-7.128-0.032-10.627-0.81-38.362-26.32-69.769-63.44-78.172-7.485-1.728-14.969-1.966-21.341-2.009-58.073-0.086-116.145-0.065-174.228-0.022-40.695 0.065-72.005 23.177-81.714 60.351-2.041 7.863-2.592 15.747-2.862 22.378-0.116 2.641-0.045 5.427-0.071 8.1h-130.362c-45.123 0-81.833 36.721-81.833 81.844v88.799c0 45.123 36.71 81.844 81.833 81.844zM380.044 251.173c0.194-4.817 0.529-9.828 1.609-14.019 5.141-19.678 20.499-30.543 43.255-30.564 58.029-0.108 116.059-0.086 174.055 0.022 4.352 0 8.889 0.13 12.615 0.994 19.3 4.363 32.044 20.153 32.465 40.177 0.074 3.278 0.096 6.529 0.096 9.807h-264.264c0.024-2.149 0.074-4.282 0.169-6.415z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Briefcase_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2929,"id":70,"name":"Briefcase_Fill","prevSize":32,"code":60130},"setIdx":0,"setId":2,"iconIdx":94},{"icon":{"paths":["M878.298 533.252c-12.507-7.193-26.633-6.243-38.816 2.57-7.776 5.594-16.708 8.208-28.145 8.208h-260.943v38.924c0 1.318-1.058 2.376-2.365 2.376h-72.059c-1.307 0-2.365-1.058-2.365-2.376v-38.924h-260.997c-11.383 0-20.315-2.614-28.080-8.208-12.193-8.77-26.331-9.72-38.794-2.592-6.631 3.802-17.766 13.047-17.734 32.185l0.054 211.856c0 16.827 5.076 32.357 15.088 46.16 16.265 22.443 40.101 33.848 70.828 33.848h596.040c30.748 0 54.584-11.405 70.838-33.848 10.023-13.803 15.099-29.333 15.099-46.16l0.054-211.834c0.032-19.138-11.059-28.361-17.702-32.185zM856.137 777.271c0 8.359-2.463 15.811-7.528 22.788-8.705 12.031-20.607 17.388-38.611 17.388h-596.018c-17.982 0-29.884-5.357-38.6-17.388-5.055-6.977-7.517-14.429-7.517-22.788l-0.011-204.836c13.079 7.668 27.789 11.427 44.691 11.427h221.263c0.475 22.853 19.203 41.3 42.164 41.3h72.059c22.961 0 41.689-18.447 42.164-41.3h221.209c16.87 0 31.536-3.715 44.788-11.47l-0.054 204.879zM209.833 510.075h263.772v-30.5c0-1.318 1.058-2.376 2.365-2.376h72.059c1.307 0 2.365 1.058 2.365 2.376v30.5h259.636c45.123 0 81.833-36.721 81.833-81.844v-88.799c0-45.123-36.71-81.844-81.833-81.844h-126.146c-0.004-3.532 0.039-7.128-0.032-10.627-0.81-38.362-26.32-69.769-63.451-78.172-7.485-1.728-14.958-1.966-21.33-2.009-58.073-0.086-116.145-0.065-174.228-0.022-40.695 0.065-72.005 23.177-81.714 60.351-2.020 7.798-2.581 15.358-2.884 22.4-0.108 2.641-0.039 5.411-0.062 8.079h-130.35c-45.123 0-81.833 36.721-81.833 81.844v88.799c0 45.123 36.71 81.844 81.833 81.844zM380.033 251.195c0.205-4.838 0.54-9.871 1.62-14.040 5.141-19.678 20.499-30.543 43.255-30.564 58.040-0.086 116.091-0.108 174.055 0.022 4.352 0 8.889 0.13 12.615 0.994 19.3 4.363 32.044 20.153 32.465 40.177 0.074 3.278 0.096 6.529 0.096 9.807h-264.264c0.024-2.133 0.063-4.261 0.158-6.394zM167.809 339.432c0-23.177 18.857-42.013 42.023-42.013h130.315v0.151l469.883-0.151c23.166 0 42.023 18.835 42.023 42.013v88.799c0 23.177-18.857 42.013-42.023 42.013h-220.863c-4.255-18.792-21.082-32.876-41.138-32.876h-72.059c-20.056 0-36.883 14.083-41.138 32.876h-225c-23.166 0-42.023-18.835-42.023-42.013v-88.799z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Briefcase"],"grid":0},"attrs":[{}],"properties":{"order":2930,"id":71,"name":"Briefcase","prevSize":32,"code":60131},"setIdx":0,"setId":2,"iconIdx":95},{"icon":{"paths":["M787.226 587.878c-7.051-48.177-21.313-96.399-42.331-143.143l-2.57-5.459c-3.253-6.892-10.008-11.487-17.628-11.965-8.007-0.5-14.922 3.253-19.016 9.667-3.526 5.55-3.912 10.827-3.981 12.101-1.661 17.196-3.867 30.184-7.211 42.103-1.137 4.072-2.32 7.779-3.548 11.146-6.619-32.072-18.311-63.167-35.621-94.625-19.107-34.734-41.194-62.53-67.488-84.98-21.814-18.675-36.076-42.991-42.377-72.333-5.482-25.408-4.868-51.68 1.843-80.34 0.773-3.253 1.683-6.46 2.616-9.781l1.615-5.846c2.047-7.575-0.319-15.672-6.141-20.972-5.8-5.3-14.125-6.869-21.45-4.117l-9.19 3.48c-31.208 12.397-55.683 29.32-74.813 51.725-33.687 39.442-49.132 86.846-45.879 140.868 1.729 28.797-0.387 54.477-6.483 78.566-4.299 16.9-10.099 31.663-17.606 44.697-4.231-5.937-8.666-11.373-13.352-16.423-15.172-16.355-31.299-27.068-49.314-32.8-3.412-1.069-6.915-1.843-10.668-2.593l-3.981-0.864c-7.847-1.774-15.922 1.046-20.927 7.256-5.027 6.21-6.096 14.74-2.73 21.996l1.956 4.117c0.842 1.729 1.615 3.298 2.229 4.89 3.844 9.963 4.208 20.722 1.069 31.959-3.139 11.305-7.347 22.451-11.805 34.233l-1.092 2.912c-8.916 23.656-19.016 50.451-23.679 79.339-7.074 43.969-6.915 83.070 0.478 119.487 10.668 52.612 35.325 96.854 73.289 131.474 28.865 26.317 64.099 46.425 104.565 59.686l5.8 1.774c1.979 0.591 4.003 0.887 5.982 0.887 7.006 0 13.716-3.526 17.651-9.644 5.027-7.87 4.276-18.106-1.865-25.135-3.207-3.662-6.642-5.687-8.234-6.642-27.341-16.286-44.492-38.146-52.453-66.829-7.233-26.113-6.915-53.954 1.001-82.751 2.32-8.53 5.482-16.81 8.621-25.112 2.002-5.3 3.981-10.6 5.823-15.968 1.024-3.002 1.933-5.982 2.707-8.894 1.524 2.32 3.025 4.868 4.549 7.665l1.569 2.866c2.798 5.141 7.87 8.689 13.534 10.122 5.732 1.388 11.942 0.273 16.832-2.957 1.342-0.864 2.98-2.184 4.094-3.344l2.32-2.548c8.325-9.644 14.922-20.858 20.153-34.256 8.098-20.654 11.692-43.4 10.941-69.513l-0.182-5.323c-0.182-5.095-0.455-10.19 0.137-15.217 2.434-20.381 9.394-36.326 21.291-48.45 0 0.728 0.023 1.456 0.045 2.161 0.728 33.505 12.647 61.574 35.416 83.411 1.774 1.706 3.617 3.321 5.459 4.959 1.911 1.706 3.867 3.389 5.664 5.277 24.248 25.34 38.964 55.069 45.015 90.849 0.523 3.048 0.819 6.119 1.16 9.349l0.637 5.777c0.773 6.551 5.618 11.919 11.328 15.217 5.732 3.321 13.693 3.344 19.767 0.705 2.73-1.16 5.209-2.343 7.347-3.753 4.618-2.957 8.257-6.483 11.123-10.031l0.023 0.114c6.915 29.274 8.439 53.681 4.8 76.792-4.345 27.273-15.9 48.541-35.371 64.986-3.867 3.276-7.984 6.21-12.124 9.167l-6.915 5.027c-8.007 5.959-10.327 16.673-6.028 25.703 4.276 9.008 14.603 13.625 24.407 11.237 0.864-0.205 3.435-1.001 4.276-1.319l10.35-3.958c8.439-3.184 16.855-6.392 25.066-10.145 31.185-14.262 58.026-33.141 79.772-56.115 32.368-34.233 52.703-77.065 60.414-127.289 5.027-32.732 4.8-66.851-0.682-104.315z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Fire_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2931,"id":72,"name":"Fire_Fill","prevSize":32,"code":60132},"setIdx":0,"setId":2,"iconIdx":96},{"icon":{"paths":["M787.226 587.878c-7.051-48.177-21.313-96.399-42.331-143.143l-2.57-5.459c-3.253-6.892-10.008-11.487-17.628-11.965-7.893-0.5-14.899 3.253-19.016 9.667-3.526 5.55-3.912 10.827-3.981 12.101-1.661 17.196-3.867 30.184-7.211 42.103-1.137 4.072-2.32 7.779-3.548 11.146-6.619-32.072-18.311-63.167-35.621-94.625-19.107-34.734-41.194-62.53-67.488-84.98-21.814-18.675-36.076-42.991-42.377-72.333-5.482-25.408-4.868-51.68 1.843-80.34 0.773-3.253 1.683-6.46 2.616-9.781l1.615-5.846c2.047-7.575-0.319-15.672-6.141-20.972-5.8-5.3-14.125-6.869-21.45-4.117l-9.19 3.48c-31.208 12.397-55.683 29.32-74.813 51.725-33.687 39.442-49.132 86.846-45.879 140.868 1.729 28.797-0.387 54.477-6.483 78.566-4.299 16.9-10.099 31.663-17.606 44.697-4.231-5.937-8.666-11.373-13.352-16.423-15.172-16.355-31.299-27.068-49.314-32.8-3.412-1.069-6.915-1.843-10.668-2.593l-3.981-0.864c-7.802-1.774-15.9 1.046-20.927 7.256s-6.096 14.74-2.73 21.996l1.956 4.117c0.842 1.729 1.615 3.298 2.229 4.89 3.844 9.963 4.208 20.722 1.069 31.959-3.139 11.305-7.347 22.451-11.805 34.233l-1.092 2.912c-8.916 23.656-19.016 50.451-23.679 79.339-7.074 43.969-6.915 83.070 0.478 119.487 10.668 52.612 35.325 96.854 73.289 131.474 28.865 26.317 64.099 46.425 104.565 59.686l5.8 1.774c1.979 0.591 4.003 0.887 5.982 0.887 7.006 0 13.716-3.526 17.651-9.644 5.027-7.87 4.276-18.106-1.865-25.135-3.207-3.662-6.642-5.687-8.234-6.642-27.341-16.286-44.492-38.146-52.453-66.829-7.233-26.113-6.915-53.954 1.001-82.751 2.32-8.53 5.482-16.81 8.621-25.112 2.002-5.3 3.981-10.6 5.823-15.968 1.024-3.002 1.933-5.982 2.707-8.894 1.524 2.32 3.025 4.868 4.549 7.665l1.569 2.866c2.798 5.141 7.87 8.689 13.534 10.122 5.687 1.388 11.942 0.273 16.832-2.957 1.342-0.864 2.98-2.184 4.094-3.344l2.32-2.548c8.325-9.644 14.922-20.858 20.153-34.256 8.098-20.654 11.692-43.4 10.941-69.513l-0.182-5.323c-0.182-5.095-0.455-10.19 0.137-15.217 2.434-20.381 9.394-36.326 21.291-48.45 0 0.728 0.023 1.456 0.045 2.161 0.728 33.505 12.647 61.574 35.416 83.411 1.774 1.706 3.617 3.321 5.459 4.959 1.911 1.706 3.867 3.389 5.664 5.277 24.248 25.34 38.964 55.069 45.015 90.849 0.523 3.048 0.819 6.119 1.16 9.349l0.637 5.777c0.773 6.551 5.618 11.919 11.328 15.217 5.732 3.321 13.693 3.344 19.767 0.705 2.73-1.16 5.209-2.343 7.347-3.753 4.618-2.957 8.257-6.483 11.123-10.031l0.023 0.114c6.915 29.274 8.439 53.681 4.8 76.792-4.345 27.273-15.9 48.541-35.371 64.986-3.867 3.276-7.984 6.21-12.124 9.167l-6.915 5.027c-8.007 5.959-10.327 16.673-6.028 25.703 4.276 9.008 14.603 13.625 24.407 11.237 0.864-0.205 3.435-1.001 4.276-1.319l10.35-3.958c8.439-3.184 16.855-6.392 25.066-10.145 31.185-14.262 58.026-33.141 79.772-56.115 32.368-34.233 52.703-77.065 60.414-127.289 5.027-32.732 4.8-66.851-0.682-104.315zM746.464 685.824c-6.483 42.24-22.655 76.541-49.428 104.838-5.573 5.891-11.487 11.419-17.765 16.582 2.707-8.189 4.777-16.81 6.187-25.794 4.481-28.297 2.707-58.708-5.391-93.010-5.027-21.109-12.078-41.762-21.086-61.62l-1.729-3.503c-4.163-8.166-13.307-12.67-22.269-11.146-9.076 1.569-16.059 8.871-17.219 17.992l-0.114 0.842c-9.986-26.113-24.862-49.564-44.469-70.081-2.593-2.73-5.414-5.232-8.234-7.734l-4.185-3.799c-14.671-14.080-22.041-31.754-22.542-54.113-0.273-11.623 1.433-23.156 5.209-35.211 2.206-7.051 0.091-14.626-4.822-20.131-4.936-5.527-12.943-7.984-20.062-6.528-1.183 0.227-3.526 0.819-4.663 1.251-46.744 17.719-74.608 53.295-80.522 102.882-0.933 7.711-0.637 15.195-0.409 21.791l0.182 4.868c0.569 20.403-2.070 37.782-8.098 53.113l-0.114 0.296c-4.663-5.050-9.69-9.372-15.149-13.102-8.666-5.891-17.31-9.44-26.636-10.85-1.046-0.159-2.138-0.25-3.935-0.319-7.597-0.273-14.99 3.253-19.107 9.758-4.094 6.505-4.299 14.717-0.546 21.427 2.457 4.39 3.184 8.507 2.343 13.443-0.705 4.208-1.843 8.348-3.23 12.374-1.683 4.959-3.548 9.849-5.391 14.762-3.594 9.531-7.142 19.061-9.826 28.82-9.917 36.167-10.259 71.514-0.955 105.020 0.796 2.889 1.661 5.709 2.616 8.507-1.843-1.569-3.639-3.162-5.414-4.777-31.686-28.911-51.475-64.509-60.46-108.819-6.369-31.413-6.415-65.6-0.159-104.497 3.981-24.703 13.284-49.428 21.495-71.219l1.092-2.889c4.595-12.124 9.326-24.657 12.988-37.782 2.275-8.143 3.48-16.195 3.662-24.134 2.525 2.229 5.050 4.708 7.575 7.438 8.075 8.689 15.286 19.266 22.041 32.232l1.956 3.48c3.321 6.005 9.372 10.008 16.195 10.714 7.051 0.705 13.58-2.002 18.038-7.188l2.366-2.73c2.297-2.639 4.504-5.141 6.551-7.825 16.195-21.086 27.682-45.675 35.166-75.199 7.188-28.319 9.713-58.208 7.711-91.349-2.616-43.446 9.144-79.794 35.917-111.161 8.416-9.849 18.334-18.379 29.957-25.703-3.321 25.317-2.434 49.428 2.684 73.175 8.28 38.51 27.159 70.582 56.138 95.375 22.383 19.13 41.353 43.104 57.98 73.312 17.469 31.754 28.433 62.894 33.528 95.171 0.864 5.573 1.41 11.191 1.979 16.81l0.955 10.213c0.432 6.323 4.708 11.783 9.872 15.445 5.164 3.639 12.738 4.458 18.857 2.752 2.275-0.637 4.367-1.297 6.346-2.138 9.372-4.003 17.424-10.6 24.634-20.153 6.323-8.393 10.804-17.196 14.148-25.544 7.62 24.407 13.238 48.973 16.832 73.471 4.868 33.301 5.118 63.348 0.728 91.895z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Fire"],"grid":0},"attrs":[{}],"properties":{"order":2932,"id":73,"name":"Fire","prevSize":32,"code":60133},"setIdx":0,"setId":2,"iconIdx":97},{"icon":{"paths":["M739.74 128.407h-388.467c-17.261 0.203-34.725 0.203-52.188 0l-15.433-0.407-2.843 15.433c-7.717 44.064-16.042 88.133-24.165 132.197l-104.579 560.060c-1.828 8.934-3.25 17.868-4.873 26.806l-6.093 33.504h741.803l-143.162-767.593zM530.175 420.419v173.618h-36.552v-173.618h36.552zM493.623 352.187v-138.899h36.552v138.899h-36.552zM530.175 662.27v138.899h-36.552v-138.899h36.552z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Road_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2933,"id":74,"name":"Road_Fill","prevSize":32,"code":60134},"setIdx":0,"setId":2,"iconIdx":98},{"icon":{"paths":["M739.808 128.397l-388.522 0.020c-17.356 0.040-34.741 0.060-52.127-0.179l-15.531-0.238-2.737 15.293c-7.875 44.133-16.067 88.207-24.288 132.281l-104.671 560.266c-1.656 8.866-3.243 17.753-4.87 26.837l-5.99 33.323h741.857l-143.121-767.603zM187.873 842.544l104.671-560.266c7.289-39.095 14.569-78.191 21.61-117.325 12.407 0.060 24.784 0.040 37.191 0.040l358.095-0.020 129.474 694.451h-654.126c1.012-5.653 2.033-11.266 3.084-16.88zM493.652 352.217h36.556v-138.966h-36.556v138.966zM493.652 801.267h36.556v-138.966h-36.556v138.966zM493.652 594.128h36.556v-173.737h-36.556v173.737z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Road"],"grid":0},"attrs":[{}],"properties":{"order":2934,"id":75,"name":"Road","prevSize":32,"code":60135},"setIdx":0,"setId":2,"iconIdx":99},{"icon":{"paths":["M771.454 514.968c-21.64-50.703-49.857-102.259-85.922-157.629-38.189-58.342-82.316-118.383-143.416-194.543l-9.547-11.882-20.791-22.914-14.851 16.336c-1.060 1.062-1.91 1.911-2.546 2.755l-20.58 25.675c-61.736 76.797-109.258 142.567-149.568 207.487-35.217 56.643-58.767 101.83-76.375 146.384-15.063 39.038-21.003 74.891-17.821 109.682 3.395 36.070 12.518 69.375 27.156 98.867 28.64 58.13 71.708 101.83 127.716 129.835 41.37 20.578 83.588 30.979 126.232 30.979 25.671 0 51.341-3.823 77.224-11.25 83.376-23.971 144.689-76.797 181.603-156.779 16.124-34.791 24.398-71.711 24.822-109.894 0.212-32.248-7.425-65.982-23.336-103.109zM343.964 610.649c8.699 65.133 39.037 118.596 89.953 160.177 9.972 8.272 21.215 15.062 31.823 22.702 1.273 0.632 2.335 1.481 3.395 2.118-32.035-0.212-61.737-8.059-88.68-25.245-42.007-26.732-66.404-64.708-72.981-114.141-7.214-52.614 1.273-102.467 25.246-149.564 6.152-11.67 14.214-22.277 21.428-33.31 0.636-1.062 1.060-2.118 1.696-3.18 0.425 0.212 0.849 0.637 1.485 1.062-2.546 9.965-5.091 19.941-7.213 30.124-7.85 36.065-10.82 72.555-6.153 109.257z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Sauce-1_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2935,"id":76,"name":"Sauce-1_Fill","prevSize":32,"code":60136},"setIdx":0,"setId":2,"iconIdx":100},{"icon":{"paths":["M771.474 514.994c-21.713-50.676-49.848-102.244-86.022-157.665-38.163-58.446-82.375-118.425-143.318-194.46l-9.396-11.623-21.029-23.246-14.99 16.388c-0.953 1.036-1.761 1.948-2.424 2.797l-20.47 25.67c-61.657 76.574-109.226 142.499-149.699 207.513-35.19 56.498-58.684 101.643-76.191 146.374-15.228 38.971-21.060 74.813-17.818 109.599 3.356 36.091 12.441 69.323 27.006 98.784 28.777 58.259 71.788 101.954 127.81 129.923 41.302 20.615 83.525 30.953 126.204 30.953 25.577 0 51.329-3.729 77.134-11.146 83.567-24.054 144.726-76.844 181.77-156.898 16.077-34.661 24.385-71.643 24.696-109.868 0.249-32.279-7.355-66.008-23.266-103.093zM735.404 711.919c-32.196 69.551-85.255 115.379-157.696 136.222-59.357 17.134-118.487 11.312-175.721-17.279-48.397-24.137-85.618-62.051-110.635-112.644-12.659-25.628-20.252-53.556-23.215-85.421-2.673-28.715 2.352-58.86 15.363-92.134 16.616-42.451 39.147-85.669 73.052-140.117 39.634-63.667 86.353-128.411 147.026-203.742l8.38-10.504 0.373 0.435c60.145 75.041 103.673 134.088 141.132 191.477 34.972 53.536 62.092 103.197 82.914 151.822 13.985 32.59 20.387 60.476 20.159 87.741-0.249 32.755-7.376 64.433-21.133 94.143zM433.826 770.935c-50.895-41.571-81.26-95.024-89.794-160.213-4.799-36.661-1.764-73.197 6.094-109.293 2.2-10.105 4.719-20.143 7.092-30.212l-1.356-1.062c-0.601 1.072-1.149 2.18-1.812 3.216-7.131 11.089-15.285 21.656-21.248 33.341-24.038 47.108-32.493 97.028-25.4 149.569 6.672 49.428 31.062 87.477 72.969 114.219 26.934 17.191 56.752 25.069 88.811 25.281-1.124-0.756-2.261-1.497-3.371-2.274-10.694-7.484-21.904-14.337-31.986-22.572z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Sauce-1"],"grid":0},"attrs":[{}],"properties":{"order":2928,"id":77,"name":"Sauce-1","prevSize":32,"code":60137},"setIdx":0,"setId":2,"iconIdx":101},{"icon":{"paths":["M883.397 430.317l-29.854-29.833c-13.583-13.667-21.062-31.812-21.062-51.125v-42.625c0-63.542-51.687-115.229-115.229-115.229h-42.75c-19.229 0-37.333-7.479-50.938-21.021l-30.354-30.292c-45.104-44.833-118.146-44.604-162.896 0.417l-29.792 29.812c-13.708 13.604-31.854 21.083-51.104 21.083h-42.708c-63.5 0.021-115.167 51.708-115.167 115.229v42.521c-0.021 19.312-7.521 37.479-21.062 51.104l-30.396 30.417c-44.729 45.083-44.458 118.146 0.542 162.833l29.833 29.854c13.583 13.625 21.062 31.75 21.083 51.021v42.792c0 63.521 51.667 115.187 115.167 115.187h42.625c19.292 0.021 37.417 7.5 51.042 21.062l30.375 30.375c22.438 22.271 51.812 33.396 81.167 33.396 29.604 0 59.208-11.333 81.646-33.917l29.896-29.833c13.646-13.583 31.771-21.083 51.042-21.083h42.792c63.521 0 115.187-51.667 115.187-115.187v-42.708c0-19.271 7.479-37.396 21.021-51l30.375-30.333c44.75-45.083 44.521-118.167-0.479-162.917zM676.939 667.379c-10.542 12.667-26.021 19.937-42.5 19.937h-244.875c-16.208 0-31.542-7.083-42.063-19.417s-15.083-28.583-12.521-44.604l32.229-238.083c4.375-27.333 27.292-46.875 54.563-46.917l180.042-1.604c26.771 0 49.625 19 54.5 45.187l32.583 240.813c2.896 15.437-1.417 32-11.958 44.688zM601.96 368.691l-180.104 1.604c-11.5 0-21.167 8.25-23 19.604l-32.229 238.063c-1.125 7.125 0.792 13.979 5.229 19.187 4.438 5.187 10.875 8.167 17.708 8.167h244.875c6.938 0 13.458-3.062 17.896-8.396 4.438-5.354 6.25-12.333 4.979-19.146l-32.583-240.833c-1.917-10.25-11.562-18.25-22.771-18.25zM512.001 515.504c-43.625 0-79.125-35.5-79.125-79.125 0-8.833 7.167-16 16-16s16 7.167 16 16c0 25.979 21.146 47.125 47.125 47.125s47.125-21.146 47.125-47.125c0-8.833 7.167-16 16-16s16 7.167 16 16c0 43.625-35.5 79.125-79.125 79.125z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["BOGOF"],"grid":0},"attrs":[{}],"properties":{"order":2927,"id":78,"name":"BOGOF","prevSize":32,"code":60128},"setIdx":0,"setId":2,"iconIdx":102},{"icon":{"paths":["M443.418 480.547c-9.937-3.083-19.5-3.583-28.604-1.479-0.5 0.083-4.042 1.042-10.625 2.813l16 47.125c1.5-0.417 2.813-0.854 3.937-1.229 14.5-4.917 24.604-10.354 30.396-16.354 2.479-2.542 4.563-5.542 6.188-8.938 1.687-3.396 2.292-5.75 1.854-7.042-2.25-6.646-8.646-11.583-19.146-14.896zM883.397 430.302l-29.854-29.833c-13.583-13.667-21.062-31.812-21.062-51.125v-42.625c0-63.542-51.687-115.229-115.229-115.229h-42.75c-19.229 0-37.333-7.479-50.938-21.021l-30.354-30.292c-45.083-44.854-118.146-44.604-162.896 0.417l-29.792 29.812c-13.708 13.604-31.854 21.083-51.104 21.083h-42.729c-63.5 0.042-115.146 51.75-115.146 115.229v42.521c-0.021 19.312-7.521 37.479-21.062 51.104l-30.396 30.417c-44.729 45.083-44.458 118.146 0.542 162.833l29.812 29.833c13.604 13.667 21.083 31.792 21.104 51.042v42.792c0 63.521 51.667 115.187 115.167 115.187h42.625c19.292 0.021 37.417 7.5 51.042 21.062l30.375 30.375c21.729 21.562 50.542 33.437 81.146 33.437h0.417c30.771-0.104 59.646-12.188 81.25-33.958l29.896-29.833c13.646-13.583 31.771-21.083 51.042-21.083h42.792c63.521 0 115.187-51.667 115.187-115.187v-42.708c0-19.271 7.479-37.396 21.021-51l30.375-30.333c44.75-45.083 44.521-118.167-0.479-162.917zM365.481 547.276c-1.646 3.146-4.208 5.292-7.708 6.479-3.062 1.042-7.771 2.375-14.083 3.979-6.313 1.625-11.021 2.958-14.083 4-4.333 1.458-11.333 5.354-20.979 11.687l18.875 55.646c1.167 3.437 0.792 6.75-1.104 10-1.937 3.208-4.646 5.417-8.104 6.604-3.458 1.167-6.625 0.958-9.521-0.583-2.896-1.583-4.938-4.083-6.125-7.583l-34.521-101.75c-0.792-2.292-1.917-5.812-3.417-10.5-1.5-4.729-2.625-8.229-3.417-10.542-1.187-3.5-1-6.792 0.563-9.896 1.521-3.104 4.104-5.25 7.667-6.458 2.229-0.75 4.354-1 6.396-0.688 6.438-3.5 12.438-6.521 18.021-9.042 5.542-2.5 10.625-4.521 15.229-6.083 6.75-2.292 15.708-3.812 26.896-4.479 14.021-0.854 21.833 1.021 23.396 5.625 1.146 3.354 0.917 6.667-0.625 9.896-1.583 3.271-4.063 5.437-7.437 6.583-1.354 0.479-2.958 0.729-4.813 0.729-8.458 0.104-18.208 2.042-29.208 5.792-3.625 1.208-7.708 2.875-12.229 4.938-4.563 2.063-9.562 4.542-14.958 7.458 3.979 11.312 7.271 21.062 9.937 29.271 8.25-5.229 15.333-8.854 21.25-10.854 11-3.75 20.75-6.5 29.25-8.271 8-1.625 13.167 1.083 15.583 8.188 1.167 3.458 0.917 6.708-0.729 9.854zM517.272 564.838c-1.667 3.229-4.229 5.437-7.646 6.604-3.208 1.083-6.583 0.833-10.063-0.75-23.646-10.729-47.292-15.708-71.021-14.917 6.521 17 10.083 26.458 10.75 28.354 1.125 3.354 0.917 6.604-0.667 9.771-1.562 3.125-4.125 5.292-7.687 6.5-3.542 1.208-6.896 1.042-10.063-0.479-3.167-1.562-5.312-4-6.458-7.354-1.5-4.458-3.708-11.104-6.583-20s-5.083-15.562-6.583-20l-24.125-71.687c-1.312-3.854-1.333-7.75-0.125-11.667 1.687-5.042 5.25-8.271 10.708-9.667 14.75-3.812 22.313-5.75 22.688-5.792 8.604-1.812 16.333-2.229 23.125-1.229 29.583 4.146 47.583 15.625 53.979 34.458 2.625 7.75 2.292 15.479-1 23.229-3.25 7.75-9.5 15.458-18.708 23.146 18.646 3.437 33.5 8.354 44.5 14.792 2.875 1.667 4.833 3.937 5.812 6.854 1.125 3.312 0.833 6.583-0.833 9.833zM624.335 539.255c-5.562 3.146-17.625 7.854-36.292 14.188-19.292 6.542-32.75 8.188-40.375 4.979-8.396-3.521-15.833-14.875-22.313-34-2.688-7.917-6.167-20.021-10.396-36.333-4.25-16.271-7.708-28.333-10.375-36.208-0.708-2.063-2.042-5.042-3.979-8.896-2-3.854-3.333-6.813-4.042-8.875-3.042-9-0.438-14.917 7.854-17.729 2.625-0.875 5.271-0.938 7.958-0.229 6.292-4.042 12.375-7.542 18.271-10.5 5.896-2.938 11.583-5.354 17.104-7.208 14.896-5.062 27.396-7.396 37.5-7.021 6.167 0.25 10.167 3.062 12 8.521 1.042 3.062 0.917 6.146-0.417 9.25-1.458 3.521-4 5.917-7.687 7.167-1.167 0.396-2.479 0.625-3.896 0.708-10.458 0.646-20.25 2.521-29.292 5.604-4.458 1.5-9.104 3.479-13.917 5.896-4.875 2.458-9.917 5.354-15.167 8.708 2.667 7.875 6.333 19.687 11.104 35.354 3.208-1.354 14.417-6.375 33.562-15.062 10.938-4.958 17.917-7.958 20.938-8.979 3.479-1.187 6.833-1.083 10.083 0.271 3.229 1.396 5.5 3.896 6.75 7.583 2.396 7.042-0.021 12.313-7.229 15.812-4.604 1.958-11.458 4.958-20.625 9-8.063 3.771-20.333 9.229-36.833 16.313 2.146 7.667 4.021 13.812 5.583 18.417 3.937 11.604 6.833 17.958 8.729 19.104 0.938 0.563 4.771-0.313 11.604-2.625 3.646-1.25 9.167-3.229 16.521-5.917 7.333-2.688 12.813-4.646 16.479-5.896 1.187-0.396 2.896-1.167 5.083-2.292 2.188-1.146 3.833-1.937 4.958-2.313 3.437-1.167 6.688-1.146 9.771-0.021 3.521 1.25 5.979 3.833 7.312 7.812 2.25 6.625 0.146 11.75-6.333 15.417zM741.501 499.505c-5.562 3.125-17.625 7.854-36.292 14.188-19.292 6.542-32.75 8.188-40.354 4.979-8.417-3.521-15.854-14.875-22.333-34-2.688-7.917-6.167-20.021-10.396-36.333-4.25-16.271-7.708-28.333-10.375-36.208-0.708-2.063-2.042-5.042-3.979-8.896-2-3.854-3.333-6.813-4.042-8.875-3.042-9-0.438-14.917 7.854-17.729 2.625-0.875 5.271-0.938 7.958-0.229 6.292-4.042 12.375-7.542 18.271-10.5s11.583-5.354 17.104-7.208c14.917-5.062 27.417-7.396 37.5-7.021 6.167 0.229 10.167 3.062 12.021 8.521 1.042 3.062 0.896 6.146-0.438 9.25-1.458 3.521-4 5.917-7.667 7.167-1.187 0.396-2.5 0.625-3.917 0.708-10.458 0.646-20.25 2.521-29.292 5.604-4.417 1.5-9.104 3.479-13.917 5.896-4.875 2.438-9.917 5.354-15.167 8.708 2.667 7.875 6.333 19.687 11.104 35.354 3.208-1.354 14.417-6.375 33.604-15.062 10.896-4.958 17.875-7.958 20.896-8.979 3.479-1.187 6.833-1.104 10.083 0.271 3.229 1.375 5.5 3.896 6.75 7.583 2.396 7.042-0.021 12.313-7.229 15.812-4.604 1.958-11.458 4.958-20.625 8.979-8.063 3.792-20.333 9.25-36.833 16.333 2.146 7.667 4.021 13.812 5.583 18.417 3.937 11.604 6.833 17.958 8.729 19.104 0.938 0.542 4.792-0.313 11.604-2.625 3.646-1.25 9.187-3.229 16.521-5.917s12.813-4.646 16.479-5.896c1.187-0.396 2.896-1.167 5.083-2.292 2.188-1.146 3.833-1.937 4.958-2.313 3.437-1.167 6.688-1.167 9.792-0.021 3.5 1.25 5.958 3.833 7.292 7.812 2.25 6.625 0.146 11.75-6.333 15.417z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Free"],"grid":0},"attrs":[{}],"properties":{"order":2926,"id":79,"name":"Free","prevSize":32,"code":60129},"setIdx":0,"setId":2,"iconIdx":103},{"icon":{"paths":["M868.42 127.452c-5.146 1.578-10.409 2.851-15.421 4.778-200.629 77.164-401.234 154.391-601.846 231.601-34.415 13.245-68.855 26.429-103.264 39.691-13.165 5.074-20.671 15.801-19.825 28.049 0.876 12.679 9.276 21.998 22.939 25.444 1.941 0.49 3.878 0.993 5.83 1.438 108.719 24.792 217.431 49.611 326.181 74.266 5.166 1.171 7.559 3.555 8.684 8.685 5.143 23.46 10.599 46.851 15.994 70.255 20.038 86.928 40.121 173.846 60.115 260.784 2.401 10.438 7.568 18.477 17.894 22.416 15.546 5.93 29.881-2.165 37.046-20.846 75.659-197.251 151.31-394.505 226.972-591.755 14.641-38.168 29.44-76.276 43.934-114.501 7.762-20.472-4.521-39.593-25.233-40.304z","M868.42 127.452c20.546-2.72 32.996 19.832 25.233 40.304-14.493 38.224-29.293 76.332-43.934 114.501-75.662 197.25-151.313 394.504-226.972 591.755-7.165 18.681-21.5 26.777-37.046 20.846-10.326-3.939-15.494-11.977-17.894-22.416-19.994-86.938-40.077-173.856-60.115-260.784-5.395-23.404-10.852-46.795-15.994-70.255-1.124-5.13-3.517-7.513-8.684-8.685-108.75-24.655-217.462-49.474-326.181-74.266-1.951-0.445-3.889-0.948-5.83-1.438-13.663-3.446-22.063-12.766-22.939-25.444-0.847-12.248 6.66-22.975 19.825-28.049 34.409-13.262 68.848-26.445 103.264-39.691 200.611-77.21 401.217-154.436 601.846-231.601 5.012-1.927 10.085-4.072 15.421-4.778z"],"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(0, 0, 0)"}],"isMulticolor":true,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{"f":3},{"f":0}]},"tags":["Location_Fill"],"grid":0},"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(0, 0, 0)"}],"properties":{"order":2925,"id":80,"name":"Location_Fill","prevSize":32,"code":60126,"codes":[60126,60127]},"setIdx":0,"setId":2,"iconIdx":104},{"icon":{"paths":["M539.038 497.495c33.037-35.712 80.361-58.035 133.041-58.035 29.466 0 57.369 7.139 82.146 19.64 6.027 3.128 11.609 6.25 17.188 10.049 5.803 3.793 11.609 8.034 16.965 12.495v-30.133c0-81.926-60.27-150.229-139.071-162.066l-0.044-0.005 8.528-120.812c0.333-4.719-1.295-9.362-4.532-12.824-3.218-3.454-7.732-5.438-12.469-5.438h-382.789c-4.736 0-9.252 1.984-12.469 5.438-3.219 3.462-4.866 8.103-4.532 12.824l8.511 120.818c-78.793 11.837-139.288 79.916-139.288 162.066v128.8c0 34.371 28.126 62.276 62.503 62.276h114.29v-110.941c0-18.748 15.18-34.155 34.155-34.155h217.868zM283.089 280.891l-6.789-96.408h346.197l-6.809 96.408h-332.599zM491.491 642.591c-0.671-5.58-1.118-11.385-1.34-17.183v-4.246c0-4.24 0.222-8.481 0.446-12.726 2.009-27.903 10.045-53.795 23.217-76.789h-192.644v249.787h256.485v-4.688c-46.654-28.568-79.468-77.459-86.164-134.159zM908.921 844.387l-39.343-39.174c-0.134-0.147-0.175-0.344-0.314-0.486l-86.541-86.167c22.887-26.039 36.91-60.073 36.91-97.4 0-34.155-11.607-65.627-31.25-90.625-5.136-6.703-10.715-12.726-16.965-18.306-5.358-5.14-11.161-9.596-17.188-13.842-23.437-15.849-51.789-24.998-82.146-24.998-31.028 0-59.823 9.596-83.71 26.116-12.947 8.926-24.33 19.64-33.708 32.143-16.741 21.652-27.455 47.992-29.688 76.789-0.447 4.246-0.671 8.486-0.671 12.726 0 1.341 0 2.904 0.224 4.246 0 5.798 0.447 11.603 1.34 17.183 5.358 36.836 24.331 69.425 51.789 92.195 25.67 21.429 58.709 34.155 94.424 34.155 31.773 0 61.177-10.241 85.307-27.455l24.565 24.513-0.048 0.038 102.909 102.686c3.347 3.123 7.589 4.911 12.054 4.911 4.242 0 8.707-1.788 12.054-5.135 6.474-6.697 6.474-17.412 0-24.109z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Printer-Search_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2924,"id":81,"name":"Printer-Search_Fill","prevSize":32,"code":60124},"setIdx":0,"setId":2,"iconIdx":105},{"icon":{"paths":["M264.504 608.399h-91.681c-15.705 0-28.488-12.579-28.488-28.044v-128.81c0-71.777 58.384-130.16 130.16-130.16h349.634c63.674 0 118.987 47.413 128.642 110.311 1.425 9.323 10.1 15.595 19.442 14.264 9.305-1.425 15.687-10.137 14.264-19.442-10.914-70.963-67.875-126.192-137.236-137.134l8.521-120.707c0.332-4.717-1.296-9.36-4.532-12.821-3.218-3.46-7.733-5.438-12.469-5.438h-382.766c-4.736 0-9.25 1.98-12.469 5.438s-4.866 8.102-4.532 12.821l8.504 120.707c-78.722 12.108-139.273 80.11-139.273 162.164v128.81c0 34.26 28.081 62.157 62.601 62.157h91.681c9.415 0 17.055-7.64 17.055-17.055s-7.64-17.055-17.055-17.055zM622.462 184.529l-6.808 96.399h-332.576l-6.789-96.399h346.174zM515.057 764.291h-176.907v-215.589h132.582c9.415 0 17.055-7.64 17.055-17.055s-7.64-17.055-17.055-17.055h-149.64c-9.415 0-17.055 7.64-17.055 17.055v249.702c0 9.415 7.64 17.055 17.055 17.055h193.962c9.415 0 17.055-7.64 17.055-17.055s-7.64-17.055-17.055-17.055zM908.773 844.447l-101.98-101.716c29.083-32.239 46.964-74.773 46.964-121.511 0-100.247-81.563-181.81-181.81-181.81s-181.81 81.563-181.81 181.81 81.563 181.81 181.81 181.81c41.232 0 79.178-13.958 109.712-37.179l103.026 102.759c3.331 3.311 7.695 4.976 12.042 4.976 4.367 0 8.751-1.683 12.079-5.013 6.641-6.679 6.624-17.462-0.037-24.123zM671.947 768.915c-81.451 0-147.697-66.246-147.697-147.697s66.246-147.697 147.697-147.697 147.697 66.246 147.697 147.697-66.246 147.697-147.697 147.697z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Printer-Search"],"grid":0},"attrs":[{}],"properties":{"order":2923,"id":82,"name":"Printer-Search","prevSize":32,"code":60125},"setIdx":0,"setId":2,"iconIdx":106},{"icon":{"paths":["M791.68 170.026h-559.36c-62.294 0-112.854 50.557-112.854 112.854v77.016h785.068v-77.016c0-62.297-50.56-112.854-112.854-112.854zM241.494 310.401c-13.44 0-24.32-10.88-24.32-24.109 0-13.437 10.88-24.318 24.32-24.318 13.227 0 24.107 10.88 24.107 24.318 0 13.229-10.88 24.109-24.107 24.109zM318.507 310.401c-13.227 0-24.107-10.88-24.107-24.109 0-13.437 10.88-24.318 24.107-24.318 13.44 0 24.32 10.88 24.32 24.318 0 13.229-10.88 24.109-24.32 24.109zM397.227 310.401c-13.44 0-24.107-10.88-24.107-24.109 0-13.437 10.667-24.318 24.107-24.318s24.32 10.88 24.32 24.318c0 13.229-10.88 24.109-24.32 24.109zM866.133 398.292h-746.667v342.828c0 62.292 50.56 112.854 112.854 112.854h559.359c62.294 0 112.854-50.563 112.854-112.854v-342.828h-38.401zM389.76 701.865c-3.84 4.052-8.747 5.974-13.867 5.974-4.693 0-9.6-1.922-13.227-5.547l-85.12-82.984c-3.84-3.63-5.76-8.537-5.974-13.651 0-5.125 2.134-10.031 5.76-13.656l85.12-84.906c7.468-7.469 19.626-7.469 27.094 0 7.466 7.469 7.466 19.625 0 27.094l-71.254 71.25 71.040 69.333c7.68 7.469 7.893 19.63 0.427 27.094zM586.026 494.078l-113.28 237.656c-3.413 7.036-10.24 11.094-17.492 11.094-2.773 0-5.547-0.641-8.107-1.922-9.6-4.479-13.654-16-9.173-25.599l113.28-237.87c4.693-9.599 16-13.651 25.599-8.958 9.6 4.479 13.654 16 9.173 25.599zM746.453 619.307l-85.12 82.984c-3.626 3.625-8.534 5.547-13.227 5.547-5.12 0-10.027-1.922-13.867-5.974-7.466-7.463-7.253-19.625 0.427-27.094l71.040-69.333-71.254-71.25c-7.466-7.469-7.466-19.625 0-27.094 7.468-7.469 19.626-7.469 27.094 0l85.12 84.906c3.626 3.625 5.76 8.531 5.76 13.656-0.214 5.115-2.134 10.021-5.974 13.651z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["HTML-Viewer_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2922,"id":83,"name":"HTML-Viewer_Fill","prevSize":32,"code":60120},"setIdx":0,"setId":2,"iconIdx":107},{"icon":{"paths":["M362.583 702.313c3.729 3.646 8.563 5.458 13.396 5.458 5 0 9.979-1.937 13.75-5.812 7.396-7.583 7.25-19.75-0.354-27.146l-71.167-69.396 71.333-71.167c7.5-7.479 7.521-19.646 0.021-27.146s-19.646-7.521-27.146-0.021l-85.104 84.917c-3.646 3.625-5.667 8.563-5.646 13.687 0.042 5.146 2.125 10.063 5.812 13.646l85.104 82.979zM634.271 701.958c3.771 3.875 8.75 5.812 13.75 5.812 4.833 0 9.667-1.812 13.396-5.458l85.104-82.979c3.687-3.583 5.771-8.5 5.812-13.646 0.021-5.125-2-10.063-5.646-13.687l-85.104-84.917c-7.5-7.5-19.646-7.479-27.146 0.021s-7.479 19.667 0.021 27.146l71.333 71.167-71.167 69.396c-7.604 7.396-7.75 19.562-0.354 27.146zM447.083 740.917c2.667 1.271 5.458 1.875 8.229 1.875 7.187 0 14.063-4.042 17.354-10.958l113.333-237.854c4.563-9.562 0.5-21.021-9.083-25.583-9.562-4.542-21.021-0.5-25.583 9.083l-113.333 237.854c-4.563 9.562-0.5 21.021 9.083 25.583zM791.75 170.042h-559.5c-62.188 0-112.792 50.583-112.792 112.771v458.375c0 62.188 50.604 112.771 112.792 112.771h559.5c62.188 0 112.792-50.583 112.792-112.771v-458.375c0-62.188-50.604-112.771-112.792-112.771zM866.125 741.187c0 41-33.354 74.354-74.375 74.354h-559.5c-41.021 0-74.375-33.354-74.375-74.354v-342.937h708.25v342.938zM866.125 359.833h-708.25v-77.021c0-41 33.354-74.354 74.375-74.354h559.5c41.021 0 74.375 33.354 74.375 74.354v77.021zM241.414 261.979c-13.389 0-24.243 10.854-24.243 24.24 0 13.391 10.854 24.245 24.243 24.245s24.243-10.854 24.243-24.245c0-13.385-10.854-24.24-24.243-24.24zM318.609 261.979c-13.389 0-24.243 10.854-24.243 24.24 0 13.391 10.854 24.245 24.243 24.245s24.243-10.854 24.243-24.245c0-13.385-10.854-24.24-24.243-24.24zM397.271 261.979c-13.389 0-24.243 10.854-24.243 24.24 0 13.391 10.854 24.245 24.243 24.245s24.243-10.854 24.243-24.245c0-13.385-10.854-24.24-24.243-24.24z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["HTML-Viewer"],"grid":0},"attrs":[{}],"properties":{"order":2921,"id":84,"name":"HTML-Viewer","prevSize":32,"code":60121},"setIdx":0,"setId":2,"iconIdx":108},{"icon":{"paths":["M736.229 289.706h103.254l-0.427-0.427-163.626-170.448c-1.066-1.068-2.133-1.922-3.2-2.776v109.651c0 35.203 28.587 64 64 64zM825.404 328.107h-89.387c-56.32 0-102.188-46.078-102.188-102.401v-112.854h-187.947c-73.173 0-134.613 56.75-141.654 128.854 5.974-0.427 12.374-0.854 18.561-0.854h215.039c15.574 0 30.72 6.615 41.387 17.708l163.84 170.667c10.241 10.667 16 24.958 16 39.896v262.823c50.987-22.609 85.974-73.599 85.547-132.906v-270.932h-19.199zM662.63 456.32h53.12l-0.427-0.427-163.626-170.667c-1.066-1.062-2.134-1.917-3.2-2.557v109.651c0 35.198 28.587 63.786 63.786 64h50.348zM682.257 494.721h-69.974c-56.532-0.214-102.186-46.078-102.186-102.401v-113.062h-187.947c-6.4 0-12.587 0.422-18.773 1.276-68.267 9.172-122.24 67.63-123.947 138.667v345.812c-0.853 38.188 13.227 74.453 39.68 101.974s61.867 43.307 100.053 44.161h262.613c78.506-3.203 139.521-67.203 138.88-145.708v-270.719h-38.4zM314.043 789.336h-1.066c-13.654 0-24.534-11.094-24.534-24.537 0-13.651 10.88-24.531 24.534-24.531 13.44 0 24.96 10.88 24.96 24.531 0 13.443-10.453 24.537-23.893 24.537zM337.723 660.909c-0.639 7.891-4.906 14.719-11.306 18.557-3.626 2.349-7.68 3.63-12.374 3.63h-1.066c-13.654 0-24.534-11.094-24.534-24.537 0-11.729 7.893-21.333 18.773-24.104 1.707-0.427 3.84-0.641 5.76-0.641 5.76 0 11.306 2.13 15.573 5.547v0.214c5.76 4.266 9.387 11.307 9.387 18.984 0 0.854 0 1.495-0.214 2.349zM322.577 574.935c-2.56 1.068-5.547 1.708-8.534 1.708h-1.066c-3.414 0-6.613-0.641-9.6-1.922-8.746-3.625-14.934-12.375-14.934-22.615 0-10.026 6.188-18.771 14.934-22.609 2.987-1.281 6.186-1.922 9.6-1.922 3.413 0 6.613 0.641 9.6 1.922 8.96 3.839 15.359 12.583 15.359 22.609 0 10.667-6.186 19.411-15.359 22.828zM587.323 784.003h-210.773c-10.453 0-19.199-8.537-19.199-19.203s8.746-19.198 19.199-19.198h210.773c10.453 0 19.2 8.531 19.2 19.198s-8.747 19.203-19.2 19.203zM587.323 677.763h-210.773c-0.639 0-1.066 0-1.707-0.214-9.599-0.854-17.492-9.177-17.492-18.99 0-0.636 0-1.281 0.212-1.917 0.854-9.812 9.174-17.495 18.987-17.495h210.773c10.453 0 19.2 8.745 19.2 19.411 0 10.453-8.747 19.203-19.2 19.203zM587.323 571.31h-210.773c-10.453 0-19.199-8.537-19.199-19.203 0-10.453 8.746-19.198 19.199-19.198h210.773c10.453 0 19.2 8.745 19.2 19.198 0 10.667-8.747 19.203-19.2 19.203z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Paste_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2920,"id":85,"name":"Paste_Fill","prevSize":32,"code":60122},"setIdx":0,"setId":2,"iconIdx":109},{"icon":{"paths":["M839.173 289.354l-163.75-170.563c-3.625-3.771-8.625-5.917-13.854-5.917h-215.604c-71.896 0-132.729 53.625-141.604 124.958-1.292 10.521 6.167 20.125 16.688 21.437 10.583 1.187 20.125-6.167 21.437-16.688 6.479-52.125 50.917-91.292 103.562-91.292h187.812v74.438c-0.021 56.354 45.812 102.313 102.229 102.479h70.021v270.917c0.292 39.437-21.104 75.625-55.812 94.438-9.333 5.042-12.792 16.708-7.729 26.021 3.479 6.417 10.083 10.063 16.896 10.063 3.083 0 6.229-0.75 9.125-2.333 47.208-25.583 76.292-74.813 75.937-128.313v-296.354c0-4.958-1.917-9.729-5.354-13.292zM736.152 289.792c-35.25-0.083-63.896-28.833-63.875-64.063v-54.755l114.072 118.818h-50.197zM551.61 285.271c-3.625-3.771-8.625-5.917-13.854-5.917h-215.604c-76.875 0-140.813 62.375-142.667 139.771l0.021 345.937c-0.854 38.167 13.229 74.375 39.625 101.958s61.958 43.229 100.146 44.063l3.375 0.042 259.062-0.021c78.5-3.187 139.542-67.208 139-145.625v-296.354c0-4.958-1.917-9.729-5.354-13.292l-163.75-170.563zM548.444 337.433l114.092 118.839h-50.217c-35.229-0.063-63.875-28.813-63.875-64.042v-54.797zM682.298 765.625c0.417 57.708-44.458 104.771-101.354 107.083h-260.854c-27.917-0.625-53.917-12.063-73.208-32.25-19.312-20.167-29.604-46.646-28.979-74.979l-0.021-345.896c1.354-56.229 48.083-101.812 104.354-101.812h187.792v74.458c0 56.354 45.854 102.313 102.25 102.458h70.021v270.938zM587.256 639.25h-210.646c-10.604 0-19.208 8.604-19.208 19.208s8.604 19.208 19.208 19.208h210.646c10.604 0 19.208-8.604 19.208-19.208s-8.604-19.208-19.208-19.208zM587.256 532.959h-210.646c-10.604 0-19.208 8.604-19.208 19.208s8.604 19.208 19.208 19.208h210.646c10.604 0 19.208-8.604 19.208-19.208s-8.604-19.208-19.208-19.208zM587.256 745.563h-210.625c-10.604 0-19.208 8.604-19.208 19.208s8.604 19.208 19.208 19.208h210.625c10.604 0 19.208-8.604 19.208-19.208s-8.604-19.208-19.208-19.208zM312.902 576.708h1.104c13.542 0 23.979-11 23.979-24.542s-11.542-24.542-25.083-24.542-24.542 11-24.542 24.542 11 24.542 24.542 24.542zM312.944 740.229c-13.542 0-24.542 11-24.542 24.542s11 24.542 24.542 24.542h1.062c13.542 0 24-11 24-24.542s-11.521-24.542-25.062-24.542zM312.902 683h1.104c13.542 0 23.979-11 23.979-24.542s-11.542-24.542-25.083-24.542-24.542 11-24.542 24.542 11 24.542 24.542 24.542z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Paste"],"grid":0},"attrs":[{}],"properties":{"order":2919,"id":86,"name":"Paste","prevSize":32,"code":60123},"setIdx":0,"setId":2,"iconIdx":110},{"icon":{"paths":["M556.006 867.805v-0.212l-9.813-16.487c-6.471-11.074-10.291-24.38-10.291-38.578 0-19.394 7.128-37.123 18.906-50.71l-0.082 0.097c-11.665-13.464-18.772-31.153-18.772-50.503 0-12.559 2.994-24.419 8.308-34.904l-0.203 0.441c0.65-1.631 1.366-3.021 2.196-4.332l-0.063 0.106c0.213-0.423 0.427-0.635 0.64-1.058l8.107-12.89 1.707-2.962c3.341-5.809 7.233-10.811 11.721-15.205l0.012-0.012c-29.956-3.135-64.72-4.923-99.903-4.923-3.953 0-7.901 0.023-11.844 0.068l0.6-0.005c-132.907 0-309.547 14.159-309.547 136.536 0 137.382 232.96 137.382 309.547 137.382 3.449 0.043 7.523 0.068 11.602 0.068 44.497 0 88.307-2.944 131.244-8.649l-5.033 0.547c-9.816-3.819-18.199-9.343-25.178-16.279l0.004 0.004c-5.369-5.044-9.972-10.816-13.672-17.178l-0.194-0.361zM739.686 730.453v-0.213c-4.872-3.462-10.939-5.538-17.491-5.547l-0.002-0c-0.026-0-0.057-0-0.087-0-3.015 0-5.92 0.469-8.648 1.337l0.202-0.055c-12.788 3.729-21.974 15.346-21.974 29.109 0 0.040 0 0.081 0 0.121l-0-0.006c-0.011 0.157-0.017 0.341-0.017 0.527 0 0.958 0.162 1.878 0.461 2.735l-0.018-0.058c-0.097 0.074-0.16 0.19-0.16 0.32s0.062 0.246 0.159 0.319l0.001 0.001c1.868 14.979 14.522 26.454 29.855 26.454 0.079 0 0.158-0 0.237-0.001l-0.012 0c0.2 0.011 0.435 0.017 0.67 0.017 1.203 0 2.368-0.162 3.475-0.465l-0.092 0.022c4.833-0.613 9.173-2.328 12.888-4.887l-0.098 0.064c0.305-0.203 0.555-0.474 0.852-0.683 1.429-1.002 2.682-2.045 3.844-3.182l-0.005 0.005c1.404-1.418 2.672-2.975 3.782-4.647l0.071-0.114v-0.213c2.327-3.661 3.981-7.981 4.671-12.616l0.022-0.181v-0.853c0.141-0.642 0.222-1.38 0.222-2.137 0-0.15-0.003-0.298-0.009-0.446l0.001 0.021c-0.031-10.17-5.036-19.165-12.709-24.684l-0.091-0.062zM864.273 771.411v-0.213l-17.493-13.651v-3.203l17.493-13.651c7.349-5.87 12.017-14.83 12.017-24.88 0-5.754-1.53-11.151-4.205-15.805l0.082 0.154-26.453-45.656c-5.5-9.784-15.814-16.286-27.646-16.286-4.179 0-8.168 0.811-11.819 2.284l0.212-0.076-20.693 8.318c-1.066-0.455-1.978-0.955-2.833-1.533l0.059 0.038-2.987-21.542c-2.068-15.604-15.289-27.52-31.293-27.52-0.023 0-0.047 0-0.070 0l0.004-0h-53.12c-0.089-0.001-0.194-0.001-0.3-0.001-15.745 0-28.781 11.593-31.039 26.709l-0.021 0.172-2.987 22.182c-0.853 0.646-1.707 1.073-2.56 1.708l-21.12-8.531c-3.433-1.352-7.409-2.136-11.568-2.136-4.364 0-8.527 0.863-12.327 2.427l0.216-0.079c-6.487 2.735-11.711 7.408-15.067 13.285l-0.080 0.152-2.133 3.63-10.24 17.917-14.080 24.323c-2.734 4.454-4.354 9.848-4.354 15.621 0 0.808 0.032 1.609 0.094 2.401l-0.007-0.105v0.213c-0.14 1.13-0.22 2.439-0.22 3.766 0 10.194 4.725 19.284 12.104 25.2l0.064 0.049 15.36 12.156-15.36 12.161c-7.334 5.828-11.994 14.747-11.994 24.755 0 1.427 0.095 2.832 0.278 4.209l-0.018-0.161v0.213c-0.092 0.882-0.144 1.905-0.144 2.94 0 5.511 1.479 10.676 4.061 15.121l-0.077-0.144 26.453 45.443c0.218 0.227 0.37 0.519 0.425 0.844l0.001 0.010c4.811 7.977 12.826 13.605 22.217 15.122l0.183 0.024h0.213c1.217 0.148 2.625 0.233 4.053 0.233 4.364 0 8.544-0.79 12.404-2.235l-0.244 0.080 13.227-5.333h0.213c2.773-0.853 5.546-1.703 8.107-2.557 0.554 0.413 1.187 0.771 1.862 1.047l0.058 0.021 2.56 17.917c0.213 0 0.64-0.213 0.853-0.213 2.998 14.46 15.631 25.172 30.766 25.172 0.059 0 0.117-0 0.176-0l-0.009 0h53.12c0.113 0.001 0.247 0.002 0.381 0.002 15.746 0 28.751-11.733 30.749-26.934l0.017-0.157 3.2-22.187c1.059-0.4 1.974-0.904 2.805-1.517l-0.032 0.022 20.907 8.531c3.324 1.268 7.169 2.003 11.185 2.003 11.679 0 21.907-6.211 27.561-15.511l0.081-0.143 26.88-46.505c2.48-4.407 3.94-9.674 3.94-15.283 0-10.041-4.682-18.988-11.981-24.778l-0.065-0.050zM766.993 766.931v0.213c-3.513 13.029-12.286 23.544-23.842 29.318l-0.265 0.12c-5.931 3.096-12.954 4.913-20.401 4.913-0.103 0-0.206-0-0.308-0.001l0.016 0c-0.159 0.006-0.346 0.009-0.533 0.009-0.942 0-1.865-0.081-2.763-0.236l0.096 0.014c-22.654-1.527-40.76-19.12-43.077-41.405l-0.017-0.199v-0.207c-0.143-1.048-0.225-2.259-0.225-3.49 0-0.275 0.004-0.549 0.012-0.821l-0.001 0.040c0.023-15.767 7.888-29.692 19.903-38.087l0.151-0.1c1.52-1.077 3.266-2.139 5.083-3.080l0.25-0.118c4.699-2.525 10.211-4.205 16.063-4.683l0.15-0.010c1.209-0.285 2.597-0.448 4.023-0.448 0.311 0 0.62 0.008 0.927 0.023l-0.043-0.002c0.127-0.006 0.276-0.009 0.426-0.009 0.756 0 1.493 0.081 2.203 0.234l-0.068-0.012c10.337 0.489 19.666 4.442 26.937 10.715l-0.057-0.048c2.99 2.219 5.531 4.829 7.608 7.788l0.072 0.108c0.213 0.208 0.213 0.208 0.213 0.427 5.595 7.422 8.961 16.8 8.961 26.963 0 0.119-0 0.238-0.001 0.357l0-0.018c0.002 0.139 0.003 0.303 0.003 0.467 0 4.008-0.546 7.889-1.567 11.572l0.072-0.304zM215.887 409.99c14.333-0.787 26.517-9.263 32.564-21.344l0.101-0.224c14.002 76.321 71.394 136.205 145.189 153.671l1.309 0.261c-13.066 7.562-21.838 21.272-22.355 37.070l-0.002 0.072c2.515 26.233 24.443 46.584 51.123 46.584 1.411 0 2.808-0.057 4.19-0.169l-0.182 0.012c0.383 0.009 0.835 0.014 1.288 0.014 18.096 0 34.259-8.277 44.909-21.251l0.081-0.102c104.846-15.088 187.367-95.002 206.202-197.223l0.23-1.501c15.258-10.040 25.192-27.087 25.192-46.454 0-0.974-0.025-1.943-0.075-2.904l0.006 0.135c0.047-0.849 0.074-1.843 0.074-2.843 0-19.589-10.242-36.786-25.662-46.529l-0.226-0.133c-22.828-113.055-121.368-196.987-239.512-196.987-118.146 0-216.688 83.935-239.248 195.427l-0.264 1.565c-15.646 9.875-25.887 27.070-25.887 46.657 0 1 0.027 1.994 0.079 2.981l-0.006-0.138c-0.2 1.652-0.314 3.566-0.314 5.506 0 24.186 17.746 44.227 40.927 47.813l0.271 0.034zM479.875 564.818c-3.218-7.801-8.242-14.301-14.573-19.192l-0.107-0.079c84.409-11.829 150.792-76.522 165.040-159.064l0.165-1.155c3.014 6.244 7.056 11.528 11.962 15.854l0.054 0.047c-16 82.767-79.941 147.060-161.229 163.369l-1.313 0.22zM440.338 148.562c0.304-0.002 0.664-0.003 1.024-0.003 98.589 0 180.887 69.748 200.242 162.591l0.232 1.328c-4.308 3.914-7.894 8.53-10.597 13.681l-0.13 0.271c-13.649-94.769-94.303-166.786-191.777-166.786-96.563 0-176.619 70.678-191.257 163.125l-0.143 1.099c-2.551-4.374-5.575-8.125-9.080-11.366l-0.032-0.029c19.594-94.169 101.893-163.912 200.481-163.912 0.365 0 0.729 0.001 1.093 0.003l-0.056-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Customer-Service_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2913,"id":87,"name":"Customer-Service_Fill","prevSize":32,"code":60114},"setIdx":0,"setId":2,"iconIdx":111},{"icon":{"paths":["M538.063 854.917c-27.616 2.747-59.689 4.314-92.128 4.314-2.332 0-4.663-0.008-6.991-0.024l0.358 0.002c-168.010 0-253.198-31.104-253.198-92.48 0-62.229 82.823-92.48 253.198-92.48 1.173-0.007 2.561-0.011 3.95-0.011 23.49 0 46.706 1.177 69.59 3.475l-2.884-0.234c0.546 0.056 1.179 0.087 1.82 0.087 9.988 0 18.175-7.709 18.936-17.501l0.004-0.065c0.045-0.494 0.071-1.069 0.071-1.65 0-10.025-7.687-18.254-17.488-19.116l-0.073-0.005c-21.020-2.169-45.42-3.406-70.109-3.406-1.342 0-2.684 0.004-4.024 0.011l0.206-0.001c-125.177 0-291.594 13.583-291.594 130.896 0 130.896 219.469 130.896 291.594 130.896 1.92 0.013 4.191 0.020 6.464 0.020 33.863 0 67.342-1.642 100.363-4.85l-4.192 0.329c9.772-0.982 17.337-9.163 17.337-19.111 0-10.605-8.597-19.202-19.202-19.202-0.708 0-1.407 0.038-2.095 0.113l0.085-0.007zM864.313 771.312l-0.063-0.063-17.521-13.708c0-0.521 0.021-1.042 0.021-1.583 0-0.521-0.021-1.042-0.021-1.563l17.562-13.75c7.326-5.875 11.976-14.824 11.976-24.86 0-5.8-1.553-11.236-4.266-15.917l0.082 0.153-26.271-45.458c-5.488-9.822-15.82-16.353-27.678-16.353-4.197 0-8.203 0.818-11.867 2.304l0.212-0.076-20.792 8.333c-0.875-0.521-1.749-1.021-2.624-1.521l-3.104-21.687c-2.082-15.573-15.282-27.458-31.258-27.458-0.019 0-0.038 0-0.057 0l0.003-0h-53.148c-0.045-0-0.099-0-0.153-0-15.793 0-28.861 11.667-31.056 26.852l-0.020 0.169-3.188 22.187q-1.281 0.719-2.563 1.5l-21.146-8.5c-3.387-1.363-7.315-2.154-11.427-2.154-11.642 0-21.803 6.338-27.221 15.752l-0.081 0.152-26.458 45.75c-2.72 4.583-4.327 10.103-4.327 15.998 0 10.064 4.684 19.034 11.992 24.848l0.065 0.050 17.521 13.708c0 0.521-0.021 1.042-0.021 1.562s0.021 1.042 0.021 1.563l-17.667 13.812c-7.267 5.878-11.875 14.795-11.875 24.787 0 5.803 1.554 11.244 4.269 15.928l-0.082-0.153 26.333 45.542c5.51 9.771 15.822 16.262 27.649 16.262 4.192 0 8.194-0.815 11.855-2.296l-0.212 0.076 20.792-8.333c0.853 0.521 1.728 1.021 2.604 1.521l3.104 21.646c2.046 15.6 15.256 27.52 31.251 27.52 0.014 0 0.028-0 0.043-0l-0.002 0h53.167c0.061 0 0.133 0.001 0.206 0.001 15.781 0 28.837-11.672 31.004-26.854l0.020-0.167 3.187-22.187q1.281-0.719 2.563-1.5l21.104 8.479c3.326 1.278 7.173 2.019 11.193 2.019 11.678 0 21.897-6.247 27.497-15.582l0.081-0.145 26.854-46.5c2.482-4.411 3.944-9.682 3.944-15.295 0-10.026-4.664-18.963-11.942-24.759l-0.064-0.049zM808.335 755.958c0 3.104-0.25 6.021-0.5 8.542-0.062 0.581-0.098 1.255-0.098 1.938 0 6.123 2.865 11.577 7.328 15.094l0.041 0.031 20.771 16.25-20.667 35.833-24.542-9.854c-2.118-0.878-4.579-1.389-7.158-1.389-4.169 0-8.026 1.332-11.17 3.594l0.057-0.039c-4.293 3.134-9.167 6.025-14.309 8.437l-0.545 0.23c-5.867 2.721-10.072 8.155-11.029 14.645l-0.013 0.104-3.75 26.063h-41.314l-3.75-26.063c-0.966-6.602-5.182-12.040-10.944-14.701l-0.119-0.049c-5.644-2.598-10.485-5.462-14.994-8.753l0.244 0.17c-3.105-2.264-6.997-3.622-11.206-3.622-2.584 0-5.048 0.512-7.297 1.44l0.127-0.046-24.5 9.833-20.729-35.833 20.791-16.25c4.504-3.548 7.369-9.002 7.369-15.124 0-0.683-0.036-1.357-0.105-2.021l0.007 0.083c-0.318-2.558-0.5-5.518-0.5-8.521s0.182-5.963 0.534-8.871l-0.035 0.35c0.062-0.581 0.098-1.255 0.098-1.938 0-6.123-2.865-11.577-7.328-15.093l-0.041-0.031-20.791-16.271 20.708-35.812 24.521 9.854c2.121 0.88 4.583 1.391 7.166 1.391 4.183 0 8.053-1.341 11.203-3.617l-0.056 0.039c4.265-3.126 9.106-5.996 14.218-8.381l0.532-0.223c5.914-2.694 10.158-8.146 11.112-14.667l0.012-0.104 3.729-26.083h41.312l3.75 26.063c0.977 6.637 5.236 12.098 11.047 14.743l0.12 0.049c5.611 2.567 10.425 5.411 14.904 8.687l-0.238-0.166c3.107 2.275 7.004 3.64 11.22 3.64 2.578 0 5.038-0.511 7.282-1.436l-0.127 0.046 24.5-9.833 20.688 35.812-20.771 16.25c-4.501 3.547-7.364 8.998-7.364 15.118 0 0.736 0.041 1.463 0.122 2.178l-0.008-0.088c0.297 2.505 0.471 5.415 0.479 8.364l0 0.011zM722.105 698.292c-0.003-0-0.007-0-0.010-0-31.831 0-57.635 25.804-57.635 57.635s25.804 57.635 57.635 57.635c31.827 0 57.629-25.798 57.635-57.624l0-0.001c-0.033-31.817-25.811-57.601-57.622-57.646l-0.004-0zM722.105 775.146c-0.003 0-0.007 0-0.010 0-10.614 0-19.219-8.605-19.219-19.219s8.605-19.219 19.219-19.219c10.614 0 19.219 8.605 19.219 19.219 0 0.004-0 0.007-0 0.011l0-0.001c-0.013 10.604-8.605 19.197-19.208 19.209l-0.001 0zM215.027 409.99c14.881-0.846 27.465-9.879 33.387-22.633l0.101-0.242c13.451 76.677 70.746 137.031 144.625 154.791l1.313 0.266c-13.211 7.543-22.095 21.339-22.618 37.251l-0.002 0.072c2.515 26.234 24.443 46.584 51.123 46.584 1.411 0 2.808-0.057 4.19-0.169l-0.182 0.012c0.386 0.009 0.84 0.014 1.295 0.014 18.094 0 34.254-8.277 44.901-21.251l0.081-0.102c104.846-15.088 187.367-95.002 206.201-197.223l0.23-1.501c15.258-10.040 25.192-27.087 25.192-46.454 0-0.974-0.025-1.943-0.075-2.904l0.006 0.135c0.047-0.849 0.074-1.843 0.074-2.843 0-19.589-10.242-36.786-25.662-46.529l-0.226-0.133c-22.824-113.052-121.362-196.983-239.502-196.983-118.138 0-216.674 83.928-239.236 195.412l-0.265 1.566c-15.658 9.87-25.908 27.070-25.908 46.665 0 1.001 0.027 1.996 0.080 2.984l-0.006-0.138c-0.2 1.653-0.315 3.567-0.315 5.508 0 24.185 17.746 44.226 40.927 47.812l0.271 0.034zM438.302 509.062c-85.304-0.313-154.335-69.537-154.335-154.885 0-0.216 0-0.432 0.001-0.648l-0 0.033c0.003-85.875 69.619-155.49 155.495-155.49 85.877 0 155.495 69.617 155.495 155.495 0 85.875-69.614 155.491-155.489 155.495l-0 0zM479.016 564.817c-3.185-7.738-8.145-14.191-14.395-19.069l-0.102-0.077c84.248-11.428 150.715-75.516 165.601-157.571l0.178-1.184c2.94 5.591 6.708 10.333 11.202 14.264l0.057 0.049c-15.996 82.768-79.939 147.063-161.228 163.37l-1.313 0.22zM439.469 148.563c0.306-0.002 0.668-0.003 1.031-0.003 98.589 0 180.888 69.747 200.246 162.591l0.232 1.328c-3.918 3.597-7.223 7.78-9.794 12.426l-0.127 0.251c-14.212-94.16-94.566-165.511-191.585-165.511s-177.373 71.351-191.452 164.441l-0.133 1.070c-2.698-4.898-6.004-9.081-9.889-12.645l-0.036-0.033c19.593-94.172 101.894-163.919 200.485-163.919 0.36 0 0.719 0.001 1.078 0.003l-0.055-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Customer-Service"],"grid":0},"attrs":[{}],"properties":{"order":2914,"id":88,"name":"Customer-Service","prevSize":32,"code":60115},"setIdx":0,"setId":2,"iconIdx":112},{"icon":{"paths":["M111.64 314.027l19.2 11.093 42.24 24.75h0.212l318.292-189.437-66.559-38.406c-2.756-1.609-6.067-2.559-9.6-2.559s-6.844 0.95-9.692 2.608l0.092-0.049-313.813 181.125c0.807 0.164 1.522 0.46 2.158 0.868l-0.025-0.015zM719.427 314.246l10.24-5.76 0.213-0.213 8.747-5.12-106.027-61.229h-0.213c-1.604 2.836-3.842 5.143-6.532 6.782l-0.082 0.046-9.6 5.76-18.773 11.516-277.333 168.75 95.147 55.042h0.213l284.8-164.48zM302.147 468.912l2.987 152.958c0.001 0.072 0.002 0.157 0.002 0.242 0 8.852-6.004 16.301-14.162 18.498l-0.134 0.031c-1.433 0.407-3.080 0.64-4.781 0.64-0.044 0-0.089-0-0.133-0l0.007 0c-7.177-0.032-13.436-3.931-16.803-9.72l-0.050-0.093-46.72-83.839-35.84 21.333c-2.764 1.675-6.105 2.666-9.677 2.666-3.423 0-6.633-0.91-9.402-2.501l0.092 0.049c-5.863-3.282-9.812-9.37-10.026-16.397l-0.001-0.029-3.2-169.172v-0.427l-62.293-36.052-11.947-6.828-5.12-2.99c-0.864-0.39-1.581-0.97-2.123-1.689l-0.010-0.014v363.093c-0.001 0.052-0.001 0.113-0.001 0.175 0 7.022 3.827 13.15 9.509 16.412l0.092 0.049 313.6 181.125v-373.55l-48.213-27.729zM239.213 684.162c-3.388 5.78-9.567 9.6-16.639 9.604l-0.001 0c-0.015 0-0.033 0-0.051 0-3.544 0-6.846-1.035-9.62-2.819l0.071 0.043-58.88-34.557c-5.705-3.392-9.468-9.525-9.468-16.536 0-10.59 8.585-19.175 19.175-19.175 3.579 0 6.928 0.98 9.795 2.687l-0.088-0.049 58.88 34.563c5.709 3.384 9.476 9.514 9.476 16.523 0 3.583-0.985 6.937-2.698 9.805l0.048-0.087zM205.72 375.255l-11.307 6.615-1.707 1.067v2.13l0.213 13.016 2.347 121.172 24.533-14.719c2.802-1.612 6.161-2.563 9.742-2.563 0.025 0 0.050 0 0.075 0l-0.004-0c0.005-0 0.010-0 0.016-0 7.12 0 13.325 3.919 16.575 9.718l0.049 0.096 18.987 33.708-2.133-109.865c-0-0.040-0-0.087-0-0.133 0-1.921 0.233-3.787 0.674-5.572l-0.033 0.159c0.506-1.708 1.159-3.194 1.972-4.575l-0.052 0.095c0.861-1.462 1.85-2.722 2.984-3.836l0.003-0.003c-0-0.002-0-0.005-0-0.008 0-0.116 0.094-0.211 0.211-0.211 0.001 0 0.002 0 0.003 0l-0-0c0.213-0.208 0.427-0.427 0.64-0.427 0.685-0.883 1.539-1.6 2.518-2.11l0.042-0.020c0.213-0.213 0.427-0.213 0.64-0.427l324.693-197.332-67.627-38.828-0.213 0.213-18.773 11.093-18.987 11.307-286.080 170.027zM573.507 771.203c-8.776-21.81-13.867-47.098-13.867-73.575 0-0.159 0-0.318 0.001-0.477l-0 0.025c0.082-97.251 67.648-178.699 158.394-200.047l1.394-0.276c5.104-1.261 11.624-2.457 18.251-3.312l0.949-0.1c6.4-0.853 12.8-1.281 19.2-1.495v-155.516l-323.413 186.666v373.333l156.16-90.885c-2.934-4.573-6.057-10.091-8.898-15.774l-0.489-1.079c-2.776-5.754-5.335-11.514-7.682-17.488zM765.080 530.136c-2.347 0-4.907 0-7.253 0.213-13.9 0.584-27.041 2.805-39.56 6.478l1.16-0.292c-70.606 20.568-121.332 84.673-121.387 160.634l-0 0.006c-0 0.070-0 0.152-0 0.235 0 19.331 3.361 37.877 9.53 55.086l-0.356-1.139c2.284 7.147 4.742 13.149 7.603 18.915l-0.35-0.779c3.125 6.592 6.252 12.115 9.72 17.394l-0.333-0.54c30.072 46.996 81.998 77.701 141.096 77.701 92.208 0 166.957-74.749 166.957-166.957 0-92.162-74.675-166.883-166.82-166.957l-0.007-0zM850.2 663.042l-95.36 95.36c-3.523 3.431-8.341 5.547-13.653 5.547s-10.131-2.116-13.658-5.551l0.004 0.004-20.48-20.693-27.093-27.093c-0.343-0.298-0.628-0.651-0.843-1.047l-0.010-0.020c-2.924-3.339-4.708-7.74-4.708-12.558 0-10.551 8.553-19.105 19.105-19.105 5.296 0 10.088 2.155 13.549 5.636l0.001 0.001 34.133 34.135 16-16 65.92-65.708c3.427-3.552 8.229-5.757 13.547-5.757s10.119 2.206 13.541 5.752l0.005 0.006c3.46 3.47 5.6 8.259 5.6 13.547s-2.14 10.077-5.601 13.548l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Dispatched_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2915,"id":89,"name":"Dispatched_Fill","prevSize":32,"code":60116},"setIdx":0,"setId":2,"iconIdx":113},{"icon":{"paths":["M528.99 799.302l-94.458 53.167v-329.453l284.928-164.5v103.87c0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198l-0-0v-137.125c-0.002-7.066-3.819-13.241-9.503-16.576l-0.090-0.049-323.209-186.604c-2.755-1.611-6.066-2.562-9.599-2.562s-6.844 0.951-9.691 2.612l0.092-0.049-323.437 186.604c-5.781 3.375-9.604 9.548-9.604 16.615 0 0.003 0 0.007 0 0.010l-0 0.020v373.396c-0 0.003-0 0.006-0 0.009 0 7.064 3.818 13.237 9.503 16.567l0.091 0.049 323.323 186.645c2.715 1.624 5.989 2.584 9.488 2.584 3.248 0 6.303-0.828 8.965-2.283l-0.098 0.049c0.216-0.109 0.453-0.146 0.665-0.266l0.039-0.026 0.149-0.057 0.107-0.083 122.779-69.104c5.881-3.356 9.781-9.587 9.781-16.729 0-10.602-8.595-19.197-19.197-19.197-3.46 0-6.707 0.916-9.511 2.518l0.094-0.050zM519.829 221.089l43.806 25.297-291.187 172.167c-0.376 0.224-0.654 0.547-1.011 0.797-0.522 0.368-0.974 0.727-1.407 1.109l0.017-0.015c-1.664 1.347-3.070 2.93-4.188 4.712l-0.046 0.079-0.168 0.192-0.021 0.063c-1.086 1.914-1.868 4.15-2.211 6.528l-0.012 0.102c-0.061 0.401-0.099 0.776-0.134 1.177-0.113 0.611-0.2 1.35-0.244 2.101l-0.002 0.050 2.188 110.063-18.844-33.792c-3.345-5.922-9.597-9.854-16.768-9.854-3.614 0-6.995 0.999-9.881 2.736l0.087-0.048-24.469 14.521-2.659-134.037c0.281-0.411 0.708-0.656 0.96-1.088 0.194-0.467 0.401-1.068 0.575-1.682l0.030-0.125 302.111-174.608zM415.448 160.822l42.517 24.547-284.748 164.569-42.78-24.677zM396.135 852.072l-284.928-164.48v-329.061l43.030 24.829 3.357 169.401c0.22 10.441 8.736 18.821 19.209 18.821 3.608 0 6.983-0.994 9.867-2.724l-0.087 0.048 35.844-21.271 46.729 83.792c3.35 5.918 9.601 9.849 16.77 9.854l0.001 0c1.788-0.008 3.517-0.25 5.16-0.699l-0.139 0.032c8.236-2.289 14.181-9.722 14.181-18.543 0-0.131-0.001-0.262-0.004-0.393l0 0.020-3.036-152.995 94.047 54.307zM415.424 489.682l-95.069-54.844 281.445-166.427 98.456 56.844zM232.384 657.823l-58.926-34.563c-2.782-1.66-6.136-2.641-9.719-2.641-10.606 0-19.203 8.598-19.203 19.203 0 7.023 3.77 13.165 9.396 16.514l0.088 0.049 58.927 34.562c2.777 1.652 6.123 2.628 9.697 2.628 10.606 0 19.203-8.598 19.203-19.203 0-7.014-3.76-13.15-9.375-16.501l-0.088-0.049zM765.040 512.344c-0.003-0-0.007-0-0.011-0-102.811 0-186.156 83.345-186.156 186.156s83.345 186.156 186.156 186.156c102.811 0 186.156-83.345 186.156-186.156 0-0.004-0-0.007-0-0.011l0 0.001c-0.116-102.758-83.386-186.028-186.133-186.146l-0.011-0zM765.040 846.24c-81.59-0.006-147.729-66.149-147.729-147.74 0-81.594 66.145-147.74 147.74-147.74 81.591 0 147.734 66.14 147.74 147.729l0 0c-0.092 81.562-66.186 147.657-147.74 147.75l-0.009 0zM823.019 637.219l-81.823 81.833-34.144-34.145c-3.474-3.472-8.273-5.619-13.573-5.619-10.605 0-19.202 8.597-19.202 19.202 0 5.305 2.151 10.108 5.629 13.583l47.719 47.708c3.473 3.475 8.272 5.625 13.573 5.625s10.1-2.15 13.573-5.625l95.396-95.396c3.478-3.475 5.629-8.278 5.629-13.583 0-10.605-8.597-19.202-19.202-19.202-5.3 0-10.098 2.147-13.573 5.619l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Dispatched"],"grid":0},"attrs":[{}],"properties":{"order":2916,"id":90,"name":"Dispatched","prevSize":32,"code":60117},"setIdx":0,"setId":2,"iconIdx":114},{"icon":{"paths":["M942.751 525.312l-0.181-0.458c-0.152-0.666-0.394-1.254-0.718-1.787l0.015 0.026-0.23-0.458-0.001-0.010c-0.275-0.615-0.619-1.188-0.9-1.797-0.108-0.182-0.168-0.385-0.281-0.563l-0.081-0.161c-5.174-11.237-10.663-20.804-16.886-29.826l0.43 0.659-75.531-109.646c-19.636-28.31-51.941-46.634-88.53-46.708l-0.011-0h-99.365v-67.277c-0.046-49.113-39.847-88.915-88.955-88.964l-417.285-0c-0.024-0-0.053-0-0.082-0-49.159 0-89.019 39.815-89.092 88.957l-0 0.007v396.797c0.073 49.149 39.933 88.964 89.092 88.964 0.029 0 0.057-0 0.086-0l49.062 0c0.059-6.861 1.068-13.463 2.901-19.712l-0.128 0.509c1.64-7.255 4.214-13.666 7.64-19.518l-0.173 0.321c15.168-28.743 44.855-48 79.040-48s63.872 19.257 78.806 47.515l0.234 0.485c3.252 5.531 5.827 11.942 7.379 18.742l0.087 0.455c1.706 5.74 2.715 12.342 2.773 19.171l0 0.032h189.653c0.047 0 0.103 0 0.158 0 22.178 0 42.449-8.159 57.978-21.64l-0.109 0.093c3.296 3.173 7.784 5.127 12.728 5.127 0.175 0 0.35-0.002 0.524-0.007l-0.026 0.001h28.587c1.432-7.232 3.721-13.66 6.805-19.61l-0.192 0.407c3.416-7.355 7.627-13.683 12.649-19.268l-0.062 0.070c16.413-19.364 40.754-31.573 67.947-31.573s51.533 12.209 67.84 31.444l0.107 0.129c4.805 5.543 8.94 11.862 12.161 18.697l0.212 0.501c2.892 5.543 5.181 11.971 6.535 18.737l0.078 0.466h55.467c32.034-0.034 57.993-25.993 58.027-58.023l0-0.003v-75.948c-0.027-27.986-5.98-54.575-16.672-78.588l0.49 1.233zM365.227 614.615c-0.101 0-0.22 0-0.339 0-47.909 0-91.222-19.676-122.3-51.388l-0.028-0.029h160.213c10.663 0 19.307-8.644 19.307-19.307s-8.644-19.307-19.307-19.307h-178.773c-0.014-0-0.031-0-0.048-0-3.205 0-6.206 0.873-8.779 2.393l0.080-0.044c-2.987-5.333-5.547-10.667-8.107-16.213-2.034-4.176-4.060-9.263-5.737-14.505l-0.236-0.855h102.187c10.604 0 19.2-8.596 19.2-19.2s-8.596-19.2-19.2-19.2l-109.653-0c-0.545-4.176-0.856-9.007-0.856-13.909 0-0.285 0.001-0.569 0.003-0.853l-0 0.044c-0.007-0.272-0.011-0.593-0.011-0.914 0-1.482 0.081-2.944 0.24-4.384l-0.016 0.178c0-3.203 0.213-6.615 0.427-9.813 0.567 0.144 1.218 0.226 1.889 0.226 0.161 0 0.321-0.005 0.48-0.014l-0.022 0.001h224.64c10.604 0 19.201-8.596 19.201-19.201s-8.596-19.201-19.201-19.201v0h-219.093c1.746-6 3.633-11.026 5.844-15.874l-0.297 0.727c2.749-6.631 5.465-12.101 8.493-17.369l-0.386 0.729c2.583 1.459 5.668 2.325 8.954 2.344l0.006 0h117.547c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198h-99.2c5.333-5.466 11.045-10.502 17.114-15.090l0.38-0.275c28.69-22.607 65.356-36.26 105.211-36.26 0.062 0 0.123 0 0.185 0l-0.010-0c0.161-0.001 0.352-0.001 0.543-0.001 95.258 0 172.48 77.222 172.48 172.48s-77.222 172.48-172.48 172.48c-0.191 0-0.382-0-0.572-0.001l0.030 0zM668.034 511.147l4.008-138.146h87.802c23.538 0.070 44.307 11.867 56.777 29.854l0.15 0.229 74.443 108.063zM391.469 456.96h-26.242c-10.604 0-19.2 8.596-19.2 19.2s8.596 19.2 19.2 19.2l26.24 0c10.604-0 19.2-8.596 19.2-19.2s-8.596-19.2-19.2-19.2h0zM338.349 733.867c-8.396-17.177-25.74-28.799-45.799-28.799-11.163 0-21.485 3.599-29.869 9.701l0.146-0.101c-6.822 4.945-12.255 11.402-15.87 18.899l-0.13 0.299c-2.881 5.585-4.729 12.136-5.114 19.078l-0.006 0.125c-0.141 0.801-0.222 1.724-0.222 2.666 0 0.187 0.003 0.373 0.010 0.559l-0.001-0.027c0 28.218 22.875 51.093 51.093 51.093s51.093-22.875 51.093-51.093v0c0.006-0.158 0.009-0.344 0.009-0.531 0-0.942-0.080-1.865-0.235-2.763l0.014 0.096c-0.392-7.067-2.24-13.618-5.248-19.476l0.127 0.272zM791.47 717.44c-8.824-7.616-20.404-12.255-33.067-12.255-21.069 0-39.138 12.841-46.808 31.124l-0.124 0.334c-2.558 5.784-4.049 12.53-4.053 19.623l-0 0.001c0 28.159 22.828 50.987 50.987 50.987s50.987-22.828 50.987-50.987v0c-0.171-15.48-7.049-29.32-17.859-38.776l-0.061-0.052z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Truck_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2917,"id":91,"name":"Truck_Fill","prevSize":32,"code":60118},"setIdx":0,"setId":2,"iconIdx":115},{"icon":{"paths":["M923.947 490.88l-75.52-109.651c-19.578-28.246-51.828-46.511-88.343-46.511-0.067 0-0.134 0-0.2 0l0.010-0h-99.413v-67.412c-0.046-49.113-39.847-88.915-88.955-88.964l-417.285-0c-49.113 0.049-88.914 39.85-88.96 88.959l-0 0.004v396.797c0.046 49.113 39.847 88.915 88.955 88.964l49.071 0c-0.141 0.801-0.222 1.724-0.222 2.666 0 0.187 0.003 0.373 0.010 0.559l-0.001-0.027c0 49.426 40.068 89.493 89.493 89.493s89.493-40.068 89.493-89.493v0c0.006-0.159 0.009-0.345 0.009-0.532 0-0.942-0.081-1.864-0.236-2.762l0.014 0.096h189.653c0.047 0 0.103 0 0.158 0 22.178 0 42.449-8.159 57.978-21.64l-0.109 0.093c3.498 3.138 8.132 5.073 13.217 5.12l0.010 0h28.587c-1.486 5.892-2.341 12.657-2.347 19.621l-0 0.004c0 49.426 40.068 89.493 89.493 89.493s89.493-40.068 89.493-89.493v0c-0.006-6.968-0.861-13.733-2.468-20.201l0.121 0.576h55.253c31.941-0.052 57.813-25.956 57.813-57.904 0-0.043-0-0.086-0-0.129l0 0.007v-75.734c0-0.126 0-0.275 0-0.424 0-41.723-13.011-80.406-35.196-112.216l0.422 0.639zM292.693 807.25c-0.010 0-0.023 0-0.035 0-28.194 0-51.062-22.804-51.165-50.973l-0-0.010c-0.006-0.159-0.009-0.345-0.009-0.532 0-0.942 0.081-1.864 0.236-2.762l-0.014 0.096c1.62-26.836 23.78-47.986 50.88-47.986s49.26 21.15 50.873 47.844l0.007 0.142c0.141 0.803 0.222 1.728 0.222 2.672 0 0.185-0.003 0.369-0.009 0.552l0.001-0.027c0 0 0 0.001 0 0.001 0 28.156-22.825 50.982-50.982 50.982-0.002 0-0.003-0-0.005-0l0 0zM622.080 664.103c0 0.009 0 0.021 0 0.032 0 27.908-22.624 50.532-50.532 50.532-0.010 0-0.020-0-0.030-0l-199.892 0c-15.168-28.743-44.855-48-79.040-48s-63.872 19.257-78.806 47.515l-0.234 0.485h-59.307c-0.018 0-0.039 0-0.060 0-27.955 0-50.628-22.619-50.714-50.554l-0-0.008v-396.797c0.086-27.943 22.758-50.563 50.714-50.563 0.021 0 0.042 0 0.063 0l417.277-0c0.008-0 0.018-0 0.028-0 27.908 0 50.532 22.624 50.532 50.532 0 0.011-0 0.022-0 0.033l0-0.002zM672.213 373.12h87.68c23.513 0.019 44.285 11.737 56.812 29.646l0.148 0.224 74.417 108.26h-223.135zM758.4 807.25c-0.001 0-0.003 0-0.004 0-28.157 0-50.983-22.826-50.983-50.983 0-0 0-0.001 0-0.001l0-0c0.004-7.095 1.495-13.841 4.178-19.944l-0.125 0.319c7.735-18.675 25.816-31.573 46.909-31.573 0.008 0 0.017 0 0.025 0l-0.001-0c21.143 0.046 39.269 12.914 47.021 31.238l0.126 0.336c2.558 5.784 4.049 12.53 4.053 19.623l0 0.002c-0.104 28.179-22.971 50.983-51.165 50.983-0.012 0-0.025-0-0.037-0l0.002 0zM920.533 678.615c-0.048 10.82-8.807 19.578-19.622 19.625l-0.004 0h-74.24c-16.555-19.344-40.983-31.536-68.26-31.573l-0.006-0c-0.007-0-0.016-0-0.024-0-27.152 0-51.453 12.212-67.708 31.442l-0.108 0.131h-27.947l4.373-148.115h244.151c5.862 15.683 9.298 33.803 9.395 52.712l0 0.042zM365.44 269.656c-0.053-0-0.116-0-0.178-0-39.923 0-76.658 13.651-105.791 36.54l0.37-0.28c-6.361 4.851-12.003 9.886-17.236 15.318l-0.044 0.046h98.987c10.603 0 19.198 8.595 19.198 19.198s-8.595 19.198-19.198 19.198v0h-117.547c-3.196-0.023-6.203-0.808-8.856-2.182l0.109 0.051c-2.875 4.628-5.662 10.027-8.029 15.647l-0.291 0.78c-1.914 4.121-3.801 9.147-5.337 14.324l-0.209 0.822h219.093c10.604 0 19.201 8.596 19.201 19.201s-8.596 19.201-19.201 19.201v0h-224.64c-0.106 0.005-0.229 0.009-0.354 0.009-0.632 0-1.246-0.081-1.83-0.233l0.050 0.011c-0.213 3.198-0.427 6.609-0.427 9.813-0.285 1.264-0.448 2.715-0.448 4.205 0 0.322 0.008 0.642 0.023 0.96l-0.002-0.045q0 7.36 0.64 14.719h110.080c10.494 0.144 18.946 8.685 18.946 19.2s-8.452 19.056-18.932 19.2l-0.014 0h-102.4c1.914 6.097 3.94 11.184 6.287 16.087l-0.313-0.727c2.56 5.547 5.12 10.88 8.107 16.213 2.492-1.477 5.494-2.349 8.699-2.349 0.017 0 0.034 0 0.051 0l-0.003-0h178.773c10.663 0 19.307 8.644 19.307 19.307s-8.644 19.307-19.307 19.307h-160c30.992 31.737 74.207 51.418 122.019 51.418 0.228 0 0.455-0 0.683-0.001l-0.035 0c95.024-0.308 171.937-77.412 171.937-172.479s-76.913-172.171-171.908-172.479l-0.030-0zM391.467 495.36h-26.027c-10.604 0-19.2-8.596-19.2-19.2s8.596-19.2 19.2-19.2l26.027-0c10.604 0 19.2 8.596 19.2 19.2s-8.596 19.2-19.2 19.2h0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Truck"],"grid":0},"attrs":[{}],"properties":{"order":2918,"id":92,"name":"Truck","prevSize":32,"code":60119},"setIdx":0,"setId":2,"iconIdx":116},{"icon":{"paths":["M827.5 156.958h-631c-31.882 0.048-57.714 25.887-57.749 57.767l-0 0.003v376.188c0.035 31.884 25.867 57.723 57.745 57.771l0.005 0h197.792v76.875h-72.417c-29.249 0.114-52.917 23.851-52.917 53.116 0 0.025 0 0.050 0 0.075l-0-0.004v35.104c-0 0.021-0 0.046-0 0.071 0 29.265 23.667 53.003 52.906 53.116l0.011 0h380.25c29.249-0.114 52.917-23.851 52.917-53.116 0-0.025-0-0.050-0-0.075l0 0.004v-35.104c0-0.021 0-0.046 0-0.071 0-29.265-23.667-53.003-52.906-53.116l-0.011-0h-81.417v-76.875h206.792c31.882-0.048 57.714-25.887 57.749-57.767l0-0.003v-376.188c-0.035-31.884-25.867-57.723-57.745-57.771l-0.005-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Computer_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2908,"id":93,"name":"Computer_Fill","prevSize":32,"code":60108},"setIdx":0,"setId":2,"iconIdx":117},{"icon":{"paths":["M827.5 156.958h-631c-31.882 0.048-57.714 25.887-57.749 57.767l-0 0.003v376.188c0.035 31.884 25.867 57.723 57.745 57.771l0.005 0h197.792v76.875h-72.417c-29.249 0.114-52.917 23.851-52.917 53.116 0 0.025 0 0.050 0 0.075l-0-0.004v35.104c-0 0.021-0 0.046-0 0.071 0 29.265 23.667 53.003 52.906 53.116l0.011 0h380.25c29.249-0.114 52.917-23.851 52.917-53.116 0-0.025-0-0.050-0-0.075l0 0.004v-35.104c0-0.021 0-0.046 0-0.071 0-29.265-23.667-53.003-52.906-53.116l-0.011-0h-81.417v-76.875h206.792c31.882-0.048 57.714-25.887 57.749-57.767l0-0.003v-376.188c-0.035-31.884-25.867-57.723-57.745-57.771l-0.005-0zM702.124 763.979c8.026 0.085 14.501 6.611 14.501 14.649 0 0.043-0 0.085-0.001 0.128l0-0.007v35.104c0 0.036 0.001 0.079 0.001 0.122 0 8.038-6.474 14.565-14.493 14.649l-0.008 0h-380.249c-8.026-0.085-14.501-6.611-14.501-14.649 0-0.043 0-0.085 0.001-0.128l-0 0.007v-35.104c-0-0.036-0.001-0.079-0.001-0.122 0-8.038 6.474-14.565 14.493-14.649l0.008-0h110.833v-115.292h149.583v115.292zM846.832 590.917c-0.006 10.679-8.656 19.336-19.332 19.354l-0.002 0h-630.999c-10.678-0.018-19.327-8.675-19.333-19.354l-0-0.001v-376.188c0.006-10.679 8.656-19.336 19.332-19.354l0.002-0h631c10.678 0.018 19.327 8.675 19.333 19.354l0 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Computer"],"grid":0},"attrs":[{}],"properties":{"order":2909,"id":94,"name":"Computer","prevSize":32,"code":60109},"setIdx":0,"setId":2,"iconIdx":118},{"icon":{"paths":["M683.607 343.306c2.325-3.348 3.713-7.496 3.713-11.97 0-7.214-3.615-13.587-9.132-17.404l-0.072-0.046c-44.566-32.191-100.293-51.484-160.527-51.484s-115.965 19.298-161.341 52.043l0.813-0.558c-5.611 3.864-9.242 10.251-9.242 17.487 0 11.686 9.475 21.161 21.161 21.161 4.491 0 8.657-1.398 12.081-3.787l-0.071 0.045c37.913-27.415 85.337-43.849 136.599-43.849s98.686 16.434 137.288 44.323l-0.689-0.474c3.348 2.317 7.492 3.699 11.957 3.699 7.214 0 13.587-3.609 17.413-9.115l0.046-0.071zM318.967 272.443c55.287-39.382 124.209-62.965 198.636-62.965s143.349 23.583 199.698 63.683l-1.061-0.718c3.366 2.359 7.546 3.766 12.058 3.766 11.693 0 21.174-9.481 21.174-21.174 0-7.186-3.578-13.534-9.050-17.363l-0.070-0.045c-62.023-44.099-139.302-70.498-222.747-70.498s-160.728 26.399-223.944 71.306l1.197-0.808c-5.538 3.874-9.116 10.222-9.116 17.408 0 11.693 9.48 21.174 21.174 21.174 4.511 0 8.692-1.411 12.123-3.811l-0.070 0.045zM621.422 418.835c1.427-2.769 2.266-6.045 2.266-9.518 0-8.218-4.69-15.338-11.539-18.834l-0.121-0.054c-27.449-14.37-59.96-22.804-94.437-22.804s-66.992 8.434-95.583 23.344l1.146-0.545c-6.98 3.552-11.678 10.686-11.678 18.915 0 11.684 9.473 21.157 21.157 21.157 3.479 0 6.761-0.837 9.655-2.327l-0.12 0.054c21.909-11.53 47.875-18.297 75.423-18.297s53.513 6.768 76.327 18.729l-0.904-0.432c2.771 1.43 6.049 2.271 9.525 2.271 8.218 0 15.338-4.692 18.829-11.543l0.054-0.121zM474.914 492.824c0 23.578 19.112 42.689 42.689 42.689s42.689-19.112 42.689-42.689c0-23.578-19.112-42.689-42.689-42.689v0c-23.559 0.040-42.649 19.13-42.689 42.686v0.003zM905.64 606.999h-787.28c-24.807 0.198-44.849 20.32-44.915 45.142v116.877c0 0.010 0 0.026 0 0.038 0 24.844 20.085 45.001 44.901 45.112h50.098v21.633c0.122 11.639 9.525 21.041 21.154 21.162h103.477c11.675-0.035 21.128-9.487 21.164-21.159v-21.636h402.104v21.633c0.036 11.674 9.489 21.127 21.161 21.162h103.232c11.675-0.035 21.128-9.487 21.164-21.159v-21.636h43.736c24.83-0.115 44.915-20.268 44.915-45.112 0-0.012 0-0.029 0-0.041v0.002-116.869c-0.061-24.828-20.104-44.954-44.894-45.148h-0.017zM449.216 729.984c-8.843-0.663-15.82-7.804-16.223-16.656l-0.001-0.039c-0.006-0.186-0.010-0.405-0.010-0.629 0-9.123 6.848-16.642 15.682-17.707l0.085-0.008c8.787 0.938 15.594 8.232 15.753 17.151v0.015c0.001 0.056 0.001 0.125 0.001 0.19 0 8.958-6.591 16.375-15.186 17.669l-0.097 0.011zM517.644 729.984c-8.812-1.052-15.603-8.411-15.753-17.385v-0.014c0-0.039 0-0.084 0-0.129 0-8.866 6.63-16.18 15.201-17.262l0.086-0.008c8.895 0.437 15.949 7.734 15.991 16.691v0.004c0.010 0.235 0.016 0.515 0.016 0.792 0 8.958-6.762 16.335-15.461 17.304l-0.080 0.006zM586.776 729.984c-9.008-0.849-16-8.372-16-17.532 0-9.073 6.866-16.547 15.688-17.501l0.079-0.006c8.791 1.106 15.522 8.534 15.522 17.535 0 8.918-6.607 16.292-15.192 17.494l-0.092 0.010z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Router_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2910,"id":95,"name":"Router_Fill","prevSize":32,"code":60110},"setIdx":0,"setId":2,"iconIdx":119},{"icon":{"paths":["M448.68 695.057c-8.81 0.992-15.598 8.402-15.598 17.398 0 9.187 7.079 16.721 16.081 17.444l0.060 0.004c8.635-1.24 15.203-8.586 15.203-17.468 0-0.102-0.001-0.207-0.002-0.308v0.014c-0.082-8.941-6.936-16.259-15.678-17.074l-0.070-0.005zM517.25 695.077c-8.68 1.074-15.337 8.404-15.337 17.289 0 0.091 0.001 0.182 0.002 0.273v-0.013c-0.047 0.463-0.076 0.997-0.076 1.54 0 8.726 7.075 15.805 15.805 15.805s15.805-7.075 15.805-15.805c0-0.834-0.067-1.653-0.188-2.455l0.010 0.089c-0.175-8.922-7.165-16.158-15.968-16.722l-0.049-0.002zM586.567 695.057c-8.894 0.916-15.774 8.37-15.774 17.43 0 9.108 6.951 16.595 15.839 17.441l0.072 0.005c8.74-1.148 15.418-8.546 15.418-17.506 0-0.025 0-0.046 0-0.071v0.003c0-0.002 0-0.005 0-0.008 0-8.958-6.771-16.334-15.475-17.287l-0.079-0.006zM905.537 607.116h-787.074c-24.907 0.038-45.088 20.218-45.126 45.122v116.843c0.040 24.903 20.221 45.077 45.123 45.101h50.088v21.516c0.003 11.691 9.481 21.169 21.172 21.173h103.318c11.691-0.003 21.169-9.481 21.172-21.172v0-21.516h402.1v21.516c0.003 11.691 9.481 21.169 21.172 21.173h103.317c11.691-0.003 21.169-9.481 21.172-21.172v0-21.516h43.565c24.905-0.027 45.087-20.202 45.127-45.098v-116.843c-0.038-24.908-20.219-45.088-45.123-45.126h-0.003zM908.314 769.081c-0.007 1.522-1.245 2.756-2.768 2.756-0.003 0-0.006 0-0.010 0v0h-64.737c-11.691 0.003-21.169 9.481-21.172 21.172v0 21.516h-60.968v-21.516c-0.003-11.691-9.481-21.169-21.172-21.173h-444.449c-11.691 0.003-21.169 9.481-21.172 21.172v0 21.516h-60.969v-21.516c-0.003-11.691-9.481-21.169-21.172-21.173h-71.258c-0.003 0-0.006 0-0.009 0-1.523 0-2.761-1.234-2.768-2.755v-116.841c0-0.001 0-0.002 0-0.004 0-1.534 1.243-2.773 2.773-2.773 0.001 0 0.003 0 0.004 0v0h787.074c0.001 0 0.002 0 0.004 0 1.534 0 2.773 1.243 2.773 2.773 0 0.001 0 0.003 0 0.004v0zM683.611 343.306c2.325-3.348 3.713-7.496 3.713-11.97 0-7.214-3.615-13.587-9.132-17.404l-0.072-0.046c-44.566-32.191-100.297-51.484-160.531-51.484s-115.965 19.298-161.345 52.043l0.813-0.558c-5.611 3.864-9.242 10.251-9.242 17.487 0 11.686 9.475 21.161 21.161 21.161 4.491 0 8.657-1.398 12.081-3.787l-0.071 0.045c37.917-27.415 85.341-43.849 136.603-43.849s98.686 16.434 137.292 44.323l-0.689-0.474c3.348 2.315 7.491 3.697 11.955 3.697 7.213 0 13.587-3.607 17.415-9.112l0.046-0.071zM318.963 272.439c55.291-39.386 124.209-62.969 198.64-62.969s143.349 23.583 199.698 63.683l-1.061-0.718c3.366 2.359 7.546 3.766 12.058 3.766 11.693 0 21.174-9.481 21.174-21.174 0-7.186-3.578-13.534-9.050-17.363l-0.070-0.045c-62.023-44.099-139.302-70.498-222.751-70.498s-160.728 26.399-223.948 71.306l1.197-0.808c-5.542 3.874-9.12 10.222-9.12 17.408 0 11.693 9.48 21.174 21.174 21.174 4.511 0 8.692-1.411 12.123-3.811l-0.070 0.045zM621.422 418.835c1.427-2.769 2.266-6.045 2.266-9.518 0-8.218-4.69-15.338-11.539-18.834l-0.121-0.054c-27.449-14.37-59.96-22.804-94.441-22.804s-66.992 8.434-95.583 23.348l1.146-0.545c-6.98 3.552-11.678 10.686-11.678 18.915 0 11.684 9.473 21.157 21.157 21.157 3.479 0 6.761-0.837 9.655-2.327l-0.12 0.054c21.909-11.534 47.879-18.297 75.427-18.297s53.513 6.768 76.331 18.729l-0.904-0.432c2.771 1.43 6.049 2.271 9.525 2.271 8.218 0 15.338-4.692 18.829-11.543l0.054-0.121zM474.914 492.824c0 23.578 19.112 42.689 42.689 42.689s42.689-19.112 42.689-42.689c0-23.578-19.112-42.689-42.689-42.689v0c-23.563 0.040-42.649 19.13-42.689 42.686v0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Router"],"grid":0},"attrs":[{}],"properties":{"order":2911,"id":96,"name":"Router","prevSize":32,"code":60111},"setIdx":0,"setId":2,"iconIdx":120},{"icon":{"paths":["M897.922 218.453c0-0.014 0-0.031 0-0.047 0-34.494-27.963-62.458-62.458-62.458-0.019 0-0.037 0-0.056 0l-646.82-0c-0.016-0-0.034-0-0.053-0-34.494 0-62.458 27.963-62.458 62.458 0 0.017 0 0.033 0 0.050l-0-0.003v137.813c-0 0.038-0 0.084-0 0.129 0 16.859 6.669 32.161 17.514 43.41l-0.018-0.019c-10.821 11.098-17.495 26.283-17.495 43.027 0 0.098 0 0.197 0.001 0.295l-0-0.015v137.813c-0 0.083-0.001 0.181-0.001 0.28 0 16.744 6.674 31.929 17.508 43.040l-0.013-0.013c-10.826 11.23-17.495 26.531-17.495 43.39 0 0.046 0 0.091 0 0.137l-0-0.007v137.813c-0 0.014-0 0.030-0 0.046 0 34.495 27.964 62.46 62.46 62.46 0.018 0 0.036-0 0.054-0l646.82 0c0.015 0 0.033 0 0.051 0 34.495 0 62.46-27.964 62.46-62.46 0-0.016-0-0.032-0-0.048l0 0.003v-137.813c0-0.038 0-0.084 0-0.129 0-16.859-6.669-32.161-17.514-43.41l0.018 0.019c10.821-11.098 17.495-26.283 17.495-43.027 0-0.098-0-0.197-0.001-0.295l0 0.015v-137.813c0-0.083 0.001-0.181 0.001-0.28 0-16.744-6.674-31.929-17.508-43.040l0.013 0.013c10.826-11.23 17.495-26.531 17.495-43.39 0-0.046-0-0.091-0-0.137l0 0.007zM237.013 318.933v-57.173h208.853v57.173zM638.72 318.933v-56.96h57.6v56.96zM797.228 318.933h-57.817v-57.173h57.815zM237.013 543.573v-57.172h208.853v57.172zM638.72 543.573v-56.959h57.6v56.959zM797.228 543.573h-57.817v-57.172h57.815zM797.228 711.042v56.958h-57.817v-56.958zM696.321 711.042v57.171h-57.603v-57.172zM445.868 710.829v57.385h-208.855v-57.385z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Server_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2912,"id":97,"name":"Server_Fill","prevSize":32,"code":60112},"setIdx":0,"setId":2,"iconIdx":121},{"icon":{"paths":["M236.907 318.938h208.945v-57.214h-208.945zM739.464 318.885h57.796v-57.099h-57.795zM638.615 319.039h57.796v-57.099h-57.795zM897.999 218.5c-0.047-34.545-28.038-62.537-62.579-62.583l-0.004-0h-646.833c-34.545 0.047-62.537 28.038-62.583 62.579l-0 0.005v137.833c0.018 16.879 6.747 32.183 17.663 43.389l-0.013-0.014c-10.903 11.192-17.632 26.496-17.65 43.372l-0 0.003v137.833c0.018 16.879 6.747 32.182 17.663 43.388l-0.013-0.014c-10.902 11.193-17.632 26.496-17.65 43.372l-0 0.003v137.833c0.047 34.545 28.038 62.537 62.579 62.583l0.004 0h646.833c34.545-0.047 62.537-28.038 62.583-62.579l0-0.005v-137.833c-0.017-16.879-6.746-32.182-17.662-43.389l0.013 0.014c10.902-11.193 17.631-26.496 17.648-43.372l0-0.003v-137.833c-0.017-16.879-6.746-32.182-17.662-43.389l0.013 0.014c10.902-11.193 17.631-26.496 17.648-43.372l0-0.003zM859.584 805.5c-0.010 13.343-10.824 24.157-24.166 24.167l-646.835 0c-13.343-0.009-24.157-10.823-24.167-24.166l-0-0.001v-137.833c0.010-13.343 10.824-24.157 24.166-24.167l646.835-0c13.343 0.010 24.157 10.824 24.167 24.166l0 0.001zM859.584 580.917c-0.010 13.343-10.824 24.157-24.166 24.167l-646.835 0c-13.343-0.009-24.157-10.823-24.167-24.166l-0-0.001v-137.833c0.010-13.343 10.824-24.157 24.166-24.167l646.835-0c13.343 0.009 24.157 10.823 24.167 24.166l0 0.001zM859.584 356.333c-0.010 13.343-10.824 24.157-24.166 24.167l-646.835 0c-13.343-0.010-24.157-10.824-24.167-24.166l-0-0.001v-137.833c0.010-13.343 10.824-24.157 24.166-24.167l646.834-0c13.343 0.009 24.157 10.823 24.167 24.166l0 0.001zM236.907 543.526h208.945v-57.213h-208.945zM739.464 543.474h57.796v-57.099h-57.795zM638.615 543.63h57.796v-57.099h-57.795zM236.907 768.115h208.945v-57.208h-208.945zM739.464 768.063h57.796v-57.094h-57.795zM638.615 768.219h57.796v-57.099h-57.795z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Server"],"grid":0},"attrs":[{}],"properties":{"order":2907,"id":98,"name":"Server","prevSize":32,"code":60113},"setIdx":0,"setId":2,"iconIdx":122},{"icon":{"paths":["M710.016 346.451h124.373c-0.461-0.635-0.951-1.193-1.488-1.703l-0.005-0.005-200.107-208.425c-1.438-1.547-3.132-2.832-5.018-3.794l-0.102-0.047v131.413c0.010 45.518 36.846 82.429 82.334 82.561l0.013 0zM710.101 384.853c-66.652-0.274-120.596-54.294-120.747-120.949l-0-0.015v-133.547h-233.6c-92.493 0.545-167.555 74.413-170.022 166.386l-0.005 0.229v422.616c-0.025 1.087-0.039 2.368-0.039 3.652 0 92.807 74.161 168.292 166.454 170.428l0.199 0.004h320.213c92.283-3.495 165.768-79.15 165.768-171.969 0-0.593-0.003-1.186-0.009-1.778l0.001 0.090v-335.147zM724.395 593.067h-49.067l-55.040 69.547c-3.196 3.962-8.051 6.476-13.492 6.476-1.113 0-2.201-0.105-3.256-0.306l0.108 0.017c-6.292-1.092-11.288-5.661-12.985-11.619l-0.028-0.115-35.2-112-43.093 103.677c-2.351 5.689-7.561 9.761-13.791 10.447l-0.076 0.007c-0.526 0.056-1.136 0.088-1.753 0.088-5.853 0-11.034-2.873-14.211-7.286l-0.036-0.052-49.067-71.253-39.040 83.203c-2.581 5.634-8.057 9.536-14.472 9.812l-0.035 0.001c-0.202 0.135-0.451 0.215-0.718 0.215-0.048 0-0.095-0.003-0.141-0.008l0.006 0c-6.2-0.056-11.623-3.337-14.677-8.244l-0.043-0.074-33.28-55.682h-31.573c-0.018 0-0.039 0-0.060 0-9.425 0-17.065-7.64-17.065-17.065s7.64-17.065 17.065-17.065c0.021 0 0.042 0 0.064 0l-0.003-0h41.387c6.2 0.059 11.621 3.338 14.677 8.244l0.043 0.074 21.547 36.271 37.973-81.067c2.541-5.495 7.811-9.341 14.024-9.81l0.056-0.003c0.363-0.027 0.787-0.043 1.215-0.043 5.812 0 10.958 2.856 14.11 7.241l0.035 0.052 48.427 69.973 48.853-117.973c2.274-6.197 8.124-10.539 14.987-10.539 0.582 0 1.157 0.031 1.723 0.092l-0.070-0.006c7.251 0.308 13.314 5.073 15.538 11.613l0.036 0.121 39.467 126.078 40.32-50.771c3.141-3.915 7.926-6.401 13.291-6.401 0.052 0 0.105 0 0.157 0.001l-0.008-0h57.173c9.426 0 17.068 7.641 17.068 17.068s-7.641 17.068-17.068 17.068v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Diagnostic_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2906,"id":99,"name":"Diagnostic_Fill","prevSize":32,"code":60106},"setIdx":0,"setId":2,"iconIdx":123},{"icon":{"paths":["M832.979 344.667l-200.041-208.396c-3.5-3.644-8.412-5.91-13.853-5.917l-263.315-0c-92.463 0.549-167.511 74.343-170.078 166.261l-0.005 0.238 0.021 422.688c-0.023 1.053-0.037 2.293-0.037 3.537 0 92.832 74.169 168.341 166.481 170.501l0.201 0.004 3.979 0.063 316.313-0.021c92.245-3.504 165.697-79.131 165.697-171.913 0-0.617-0.003-1.232-0.010-1.847l0.001 0.094v-361.999c0-0.004 0-0.008 0-0.012 0-5.16-2.041-9.843-5.36-13.286l0.006 0.006zM627.917 186.503l153.563 159.977h-71.313c-45.443-0.174-82.219-37.037-82.25-82.498l-0-0.003zM799.917 720.083c0.006 0.487 0.010 1.063 0.010 1.639 0 71.846-56.702 130.448-127.797 133.498l-0.276 0.009-318.749-0.021c-71.613-1.634-129.042-60.074-129.042-131.927 0-1.168 0.015-2.333 0.045-3.494l-0.004 0.172-0.021-422.646c2.155-71.231 60.244-128.197 131.717-128.542l0.033-0h233.666v95.207c0.093 66.641 54.007 120.658 120.6 120.917l0.025 0h89.792zM653.875 565.395l-40.313 50.813-39.562-126.083c-2.165-6.745-8.234-11.602-15.483-11.936l-0.038-0.001c-0.481-0.052-1.039-0.081-1.604-0.081-6.863 0-12.706 4.366-14.903 10.471l-0.035 0.11-48.979 118.042-48.292-69.917c-3.124-4.466-8.244-7.351-14.037-7.351-6.8 0-12.672 3.974-15.419 9.727l-0.044 0.103-37.937 81.125-21.709-36.291c-3.029-5.013-8.448-8.313-14.638-8.313-0.003 0-0.005 0-0.008 0l-41.415-0c-0.018-0-0.039-0-0.060-0-9.423 0-17.063 7.639-17.063 17.063s7.639 17.063 17.063 17.063c0.021 0 0.042-0 0.064-0l-0.003 0h31.729l33.229 55.583c3.033 5.011 8.454 8.31 14.645 8.313l0 0c0.292 0 0.583 0 0.853-0.021 6.461-0.325 11.944-4.204 14.56-9.71l0.044-0.103 38.959-83.312 49.189 71.21c3.122 4.474 8.245 7.365 14.043 7.365 7.069 0 13.134-4.296 15.727-10.42l0.042-0.112 43-103.604 35.146 112.021c2.25 6.986 8.692 11.952 16.295 11.952 5.4 0 10.215-2.506 13.346-6.418l0.026-0.034 55.208-69.583h49.042c9.423 0 17.062-7.639 17.062-17.062s-7.639-17.062-17.062-17.062l-57.292 0c-5.402 0.001-10.218 2.509-13.349 6.424l-0.026 0.034z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Diagnostic"],"grid":0},"attrs":[{}],"properties":{"order":2905,"id":100,"name":"Diagnostic","prevSize":32,"code":60107},"setIdx":0,"setId":2,"iconIdx":124},{"icon":{"paths":["M559.147 446.375h-42.334v58.542h42.334c0.478 0.028 1.038 0.044 1.601 0.044 16.19 0 29.315-13.125 29.315-29.315s-13.125-29.315-29.315-29.315c-0.563 0-1.122 0.016-1.678 0.047l0.077-0.003zM512 108.792c-222.686-0-403.208 180.523-403.208 403.208s180.523 403.208 403.208 403.208c222.686 0 403.208-180.523 403.208-403.208v0c-0.257-222.582-180.626-402.951-403.183-403.208l-0.025-0zM373.771 446.375h-43.437v146.125c-0.007 9.11-7.39 16.493-16.499 16.5l-0.001 0c-9.146-0.053-16.565-7.377-16.771-16.481l-0-0.019v-146.125h-43.167c-0.017 0-0.037 0-0.057 0-8.514 0-15.417-6.902-15.417-15.417s6.902-15.417 15.417-15.417c0.020 0 0.040 0 0.060 0l-0.003-0h119.875c8.49 0.033 15.359 6.922 15.359 15.417s-6.87 15.384-15.356 15.417l-0.003 0zM446.208 592.5c-0.089 9.126-7.508 16.489-16.646 16.489s-16.557-7.363-16.646-16.481l-0-0.008v-161.542c0.089-9.126 7.508-16.489 16.646-16.489s16.557 7.363 16.646 16.481l0 0.008zM561.875 535.708h-45.062v56.792c-0.089 9.126-7.508 16.489-16.646 16.489s-16.557-7.363-16.646-16.481l-0-0.008v-159.667c-0.024-0.33-0.037-0.714-0.037-1.102 0-8.964 7.266-16.23 16.23-16.23 0.401 0 0.799 0.015 1.194 0.043l-0.053-0.003h61.021c0.641-0.025 1.395-0.039 2.151-0.039 33.204 0 60.122 26.917 60.122 60.122s-26.917 60.122-60.122 60.122c-0.757 0-1.51-0.014-2.26-0.042l0.108 0.003zM713.166 611.208c-0.816 0.025-1.776 0.038-2.74 0.038-24.298 0-46.521-8.885-63.597-23.583l0.128 0.108c-3.536-3.023-5.788-7.459-5.875-12.422l-0-0.015c-0-0.037-0-0.082-0-0.126 0-8.993 7.249-16.292 16.222-16.374l0.008-0c0.077-0.001 0.167-0.002 0.258-0.002 3.977 0 7.599 1.521 10.316 4.012l-0.011-0.010c12.142 10.886 28.271 17.542 45.955 17.542 0.052 0 0.105-0 0.157-0l-0.008 0c27.604 0 37.438-13.437 37.438-26 0-16.853-15.979-22.063-42.042-29.167-29.646-7.75-65.562-17.146-65.562-56.667 0-32.833 28.521-55.75 69.355-55.75 0.654-0.017 1.424-0.026 2.196-0.026 21.71 0 41.66 7.532 57.381 20.125l-0.182-0.141c4.059 2.755 6.692 7.348 6.692 12.556 0 0.127-0.002 0.253-0.005 0.379l0-0.019c-0.049 8.844-7.134 16.018-15.94 16.208l-0.018 0c-3.816-0.007-7.302-1.41-9.978-3.725l0.019 0.016c-11.019-9.058-25.269-14.55-40.801-14.55-0.356 0-0.711 0.003-1.065 0.009l0.053-0.001c-20.104 0-33.625 9.458-33.625 23.542 0 13 14.854 17.979 39.312 24.604 29.333 7.792 68.313 18.125 68.313 60.687-0 28.396-19 58.75-72.354 58.75z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Tips_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2904,"id":101,"name":"Tips_Fill","prevSize":32,"code":60104},"setIdx":0,"setId":2,"iconIdx":125},{"icon":{"paths":["M717.208 491.771c-24.458-6.625-39.312-11.605-39.312-24.604 0-14.083 13.521-23.542 33.625-23.542 0.301-0.005 0.656-0.008 1.012-0.008 15.532 0 29.782 5.492 40.914 14.639l-0.112-0.089c2.656 2.298 6.143 3.701 9.957 3.708l0.002 0c8.823-0.191 15.909-7.364 15.957-16.204l0-0.005c0.003-0.107 0.004-0.234 0.004-0.361 0-5.208-2.632-9.801-6.639-12.522l-0.053-0.034c-15.539-12.453-35.49-19.985-57.2-19.985-0.772 0-1.542 0.010-2.31 0.028l0.114-0.002c-40.833 0-69.355 22.917-69.355 55.75 0 39.521 35.917 48.917 65.562 56.667 26.063 7.104 42.042 12.313 42.042 29.167 0 12.563-9.833 26-37.438 26-0.044 0-0.097 0-0.149 0-17.684 0-33.813-6.656-46.020-17.599l0.065 0.057c-2.706-2.481-6.327-4.002-10.304-4.002-0.091 0-0.181 0.001-0.272 0.002l0.014-0c-8.981 0.082-16.23 7.382-16.23 16.374 0 0.044 0 0.088 0.001 0.133l-0-0.007c0.087 4.979 2.339 9.415 5.852 12.418l0.023 0.019c16.948 14.591 39.171 23.476 63.469 23.476 0.963 0 1.923-0.014 2.88-0.042l-0.14 0.003c53.355 0 72.354-30.354 72.354-58.75 0-42.562-38.979-52.895-68.312-60.687zM373.771 415.542h-119.875c-0.017-0-0.037-0-0.057-0-8.514 0-15.417 6.902-15.417 15.417s6.902 15.417 15.417 15.417c0.020 0 0.040-0 0.060-0l-0.003 0h43.167v146.125c0.206 9.124 7.625 16.447 16.766 16.5l0.005 0c9.11-0.007 16.493-7.39 16.5-16.499l0-0.001v-146.125h43.437c8.49-0.033 15.359-6.922 15.359-15.417s-6.87-15.384-15.356-15.417l-0.003-0zM429.687 414.458c-0.036-0-0.078-0-0.121-0-9.143 0-16.565 7.369-16.65 16.492l-0 0.008v161.542c0.089 9.126 7.508 16.489 16.646 16.489s16.557-7.363 16.646-16.481l0-0.008v-161.542c-0.13-9.067-7.452-16.382-16.51-16.5l-0.011-0zM561.875 415.542h-61.021c-0.341-0.026-0.739-0.040-1.141-0.040-8.964 0-16.23 7.266-16.23 16.23 0 0.388 0.014 0.772 0.040 1.153l-0.003-0.051v159.667c0.089 9.126 7.508 16.489 16.646 16.489s16.557-7.363 16.646-16.481l0-0.008v-56.792h45.062c0.641 0.025 1.395 0.039 2.151 0.039 33.204 0 60.122-26.917 60.122-60.122s-26.917-60.122-60.122-60.122c-0.757 0-1.51 0.014-2.26 0.042l0.108-0.003zM559.147 504.917h-42.334v-58.542h42.334c0.478-0.028 1.038-0.044 1.601-0.044 16.19 0 29.315 13.125 29.315 29.315s-13.125 29.315-29.315 29.315c-0.563 0-1.122-0.016-1.678-0.047l0.077 0.003zM512 108.792c-222.686-0-403.208 180.523-403.208 403.208s180.523 403.208 403.208 403.208c222.686 0 403.208-180.523 403.208-403.208v0c-0.257-222.582-180.626-402.951-403.183-403.208l-0.025-0zM512 876.792c-201.469 0-364.792-163.323-364.792-364.792s163.323-364.792 364.792-364.792c201.469 0 364.792 163.323 364.792 364.792v0c-0.235 201.374-163.418 364.557-364.769 364.792l-0.022 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Tips"],"grid":0},"attrs":[{}],"properties":{"order":2903,"id":102,"name":"Tips","prevSize":32,"code":60105},"setIdx":0,"setId":2,"iconIdx":126},{"icon":{"paths":["M846.22 452.933c-18.232-105.228-83.548-192.205-173.022-239.712l-1.81-0.877c-44.212-25.126-97.126-39.937-153.5-39.937-7.031 0-14.007 0.23-20.923 0.684l0.94-0.049c-124.091 3.916-230.671 75.181-284.753 178.303l-0.873 1.828c-25.014 45.022-39.738 98.74-39.738 155.897 0 2.014 0.018 4.024 0.055 6.030l-0.004-0.301c0.064 101.229 0.192 202.458-0.158 303.687-0.167 1.196-0.262 2.577-0.262 3.981 0 13.67 9.024 25.233 21.44 29.056l0.215 0.057h338.155c13.091-1.745 26.302-2.87 39.253-5.349 105.162-18.327 192.075-83.604 239.626-173.004l0.878-1.808c21.571-38.641 35.532-84.256 38.656-132.82l0.048-0.94c0.29-2.208 0.684-4.145 1.198-6.033l-0.073 0.314v-39.793c-1.749-13.078-2.872-26.276-5.348-39.213zM501.721 698.928c-19.39-0.363-34.969-16.167-34.969-35.61 0-19.53 15.72-35.389 35.196-35.614l0.021-0c19.523 0.191 35.276 16.061 35.276 35.611 0 19.637-15.894 35.562-35.52 35.613l-0.005 0zM598.635 467.058c-8.884 17.473-20.659 32.217-34.853 44.182l-0.21 0.172c-7.337 6.359-14.824 12.594-21.7 19.427-7.469 7.5-12.233 17.698-12.702 29.006l-0.003 0.087c-0.396 6.172-0.745 12.344-0.998 18.526 0.003 0.105 0.004 0.229 0.004 0.353 0 7.392-5.348 13.534-12.385 14.769l-0.090 0.013c-4.708 1.045-10.116 1.644-15.664 1.644-2.545 0-5.060-0.126-7.54-0.372l0.314 0.025c-9.954-1.042-15.004-6.885-16.128-18.068-0.766-4.38-1.204-9.423-1.204-14.568 0-27.953 12.922-52.889 33.118-69.158l0.171-0.133c10.203-7.927 19.276-15.922 27.833-24.435l-0.013 0.013c4.495-4.843 7.893-10.769 9.759-17.339l0.073-0.301c0.944-2.733 1.489-5.883 1.489-9.161 0-15.014-11.435-27.356-26.071-28.793l-0.119-0.009c-4.862-0.736-10.472-1.156-16.18-1.156-4.698 0-9.33 0.285-13.879 0.838l0.547-0.054c-9.452 1.015-17.569 6.005-22.749 13.239l-0.066 0.097c-2.556 3.323-4.98 6.745-7.513 10.083-3.921 6.41-10.883 10.622-18.829 10.622-3.713 0-7.212-0.92-10.28-2.544l0.12 0.058c-9.514-3.63-16.15-12.681-16.15-23.281 0-1.529 0.138-3.025 0.402-4.478l-0.023 0.152c4.575-23.071 20.827-41.496 42.211-49.073l0.456-0.141c13.697-5.812 29.626-9.19 46.345-9.19 0.931 0 1.86 0.010 2.787 0.031l-0.138-0.002c0.79-0.019 1.721-0.031 2.654-0.031 24.709 0 47.602 7.77 66.371 21.001l-0.364-0.244c17.535 12.849 28.794 33.367 28.794 56.515 0 11.56-2.808 22.464-7.778 32.067l0.183-0.39z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Chat 2_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2902,"id":103,"name":"Chat-2_Fill","prevSize":32,"code":60102},"setIdx":0,"setId":2,"iconIdx":127},{"icon":{"paths":["M846.22 452.932c-18.232-105.229-83.548-192.205-173.023-239.712l-1.809-0.876c-44.212-25.126-97.126-39.937-153.499-39.937-7.031 0-14.008 0.23-20.924 0.684l0.941-0.049c-124.091 3.916-230.67 75.18-284.753 178.302l-0.874 1.829c-25.014 45.022-39.738 98.741-39.738 155.898 0 2.014 0.018 4.023 0.055 6.028l-0.004-0.301c0.066 101.229 0.192 202.458-0.158 303.688-0.167 1.196-0.262 2.577-0.262 3.981 0 13.671 9.024 25.233 21.441 29.056l0.215 0.057h338.152c13.091-1.745 26.302-2.87 39.253-5.349 105.162-18.327 192.075-83.604 239.626-173.004l0.878-1.808c21.571-38.641 35.532-84.256 38.656-132.82l0.048-0.94c0.29-2.208 0.684-4.145 1.198-6.033l-0.073 0.314v-39.792c-1.748-13.078-2.871-26.276-5.347-39.214zM761.074 675.364c-46.454 71.781-122.055 121.303-209.65 131.859l-1.389 0.136c-12.664 1.677-27.308 2.635-42.175 2.635-0.635 0-1.269-0.002-1.903-0.005l0.097 0q-141.39 0.336-282.784 0.115h-9.189v-9c0-94.735 0.18-189.474-0.059-284.214-0.042-1.845-0.066-4.020-0.066-6.2 0-71.507 25.608-137.034 68.154-187.909l-0.376 0.462c46.613-57.798 114.116-97.121 190.873-106.456l1.394-0.138c12.256-1.859 26.397-2.92 40.787-2.92 59.801 0 115.319 18.336 161.24 49.692l-0.986-0.636c72.111 46.436 121.833 122.298 132.241 210.209l0.132 1.369c1.873 12.272 2.942 26.431 2.942 40.839 0 59.802-18.426 115.3-49.911 161.126l0.627-0.966zM577.437 378.865c-18.404-12.987-41.297-20.757-66.005-20.757-0.933 0-1.864 0.011-2.792 0.033l0.138-0.003c-0.789-0.018-1.718-0.029-2.65-0.029-16.718 0-32.647 3.378-47.142 9.489l0.798-0.299c-21.84 7.718-38.092 26.142-42.598 48.799l-0.069 0.415c-0.241 1.301-0.379 2.797-0.379 4.326 0 10.6 6.636 19.65 15.98 23.224l0.17 0.057c2.949 1.567 6.447 2.487 10.16 2.487 7.946 0 14.908-4.212 18.775-10.526l0.055-0.096c2.533-3.339 4.957-6.761 7.513-10.083 5.247-7.331 13.363-12.321 22.674-13.324l0.141-0.012c4.002-0.499 8.634-0.784 13.332-0.784 5.708 0 11.318 0.42 16.8 1.232l-0.621-0.075c14.755 1.447 26.19 13.789 26.19 28.803 0 3.277-0.545 6.427-1.549 9.364l0.060-0.204c-1.939 6.872-5.337 12.797-9.857 17.668l0.025-0.027c-8.545 8.5-17.617 16.495-27.154 23.923l-0.666 0.499c-20.367 16.403-33.289 41.338-33.289 69.291 0 5.145 0.438 10.188 1.278 15.094l-0.075-0.526c1.124 11.182 6.173 17.026 16.128 18.068 2.166 0.221 4.682 0.347 7.226 0.347 5.548 0 10.956-0.599 16.163-1.735l-0.499 0.091c7.128-1.249 12.476-7.392 12.476-14.784 0-0.124-0.001-0.247-0.004-0.37l0 0.018c0.253-6.182 0.601-12.354 0.997-18.526 0.471-11.395 5.235-21.594 12.706-29.095l-0.001 0.001c6.876-6.833 14.363-13.068 21.7-19.427 14.403-12.138 26.178-26.881 34.696-43.564l0.366-0.79c4.787-9.214 7.595-20.118 7.595-31.677 0-23.148-11.259-43.667-28.599-56.379l-0.196-0.137zM501.971 627.703c-19.495 0.229-35.211 16.086-35.211 35.614 0 19.44 15.575 35.243 34.928 35.61l0.034 0.001c19.623-0.060 35.507-15.981 35.507-35.613 0-19.544-15.743-35.411-35.24-35.611l-0.019-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Chat 2"],"grid":0},"attrs":[{}],"properties":{"order":2901,"id":104,"name":"Chat-2","prevSize":32,"code":60103},"setIdx":0,"setId":2,"iconIdx":128},{"icon":{"paths":["M298.104 143.25h-95.771c-28.882 0.033-52.289 23.432-52.333 52.308l-0 0.004v95.771c0.036 28.889 23.445 52.298 52.33 52.333l95.774 0c28.889-0.036 52.298-23.445 52.333-52.33l0-0.003v-95.771c-0.045-28.881-23.451-52.28-52.33-52.313l-0.003-0zM559.875 143.25h-95.75c-28.882 0.033-52.289 23.432-52.333 52.308l-0 0.004v95.771c0.036 28.889 23.445 52.298 52.33 52.333l95.753 0c28.889-0.036 52.298-23.445 52.333-52.33l0-0.003v-95.771c-0.045-28.881-23.451-52.28-52.33-52.313l-0.003-0zM821.667 143.25h-95.771c-28.882 0.033-52.289 23.432-52.333 52.308l-0 0.004v95.771c0.036 28.889 23.445 52.298 52.33 52.333l95.774 0c28.889-0.036 52.298-23.445 52.333-52.33l0-0.003v-95.771c-0.045-28.881-23.451-52.28-52.33-52.313l-0.003-0zM298.104 411.792h-95.77c-28.889 0.036-52.298 23.445-52.333 52.33l-0 0.003v95.75c0.036 28.889 23.445 52.298 52.33 52.333l95.774 0c28.889-0.036 52.298-23.445 52.333-52.33l0-0.003v-95.75c-0.036-28.889-23.445-52.298-52.33-52.333l-0.003-0zM559.875 411.792h-95.75c-28.889 0.036-52.298 23.445-52.333 52.33l-0 0.003v95.75c0.036 28.889 23.445 52.298 52.33 52.333l95.753 0c28.889-0.036 52.298-23.445 52.333-52.33l0-0.003v-95.75c-0.036-28.889-23.445-52.298-52.33-52.333l-0.003-0zM821.666 411.792h-95.77c-28.889 0.036-52.298 23.445-52.333 52.33l-0 0.003v95.75c0.036 28.889 23.445 52.298 52.33 52.333l95.774 0c28.889-0.036 52.298-23.445 52.333-52.33l0-0.003v-95.75c-0.036-28.889-23.445-52.298-52.33-52.333l-0.003-0zM298.104 680.333h-95.77c-28.889 0.036-52.298 23.445-52.333 52.33l-0 0.003v95.771c0.045 28.881 23.451 52.279 52.33 52.313l95.774 0c28.882-0.033 52.288-23.432 52.333-52.308l0-0.004v-95.771c-0.036-28.889-23.445-52.298-52.33-52.333l-0.003-0zM559.875 680.333h-95.75c-28.889 0.036-52.298 23.445-52.333 52.33l-0 0.003v95.771c0.045 28.881 23.451 52.279 52.33 52.313l95.753 0c28.882-0.033 52.288-23.432 52.333-52.308l0-0.004v-95.771c-0.036-28.889-23.445-52.298-52.33-52.333l-0.003-0zM821.666 680.333h-95.77c-28.889 0.036-52.298 23.445-52.333 52.33l-0 0.003v95.771c0.045 28.881 23.451 52.279 52.33 52.313l95.774 0c28.882-0.033 52.288-23.432 52.333-52.308l0-0.004v-95.771c-0.036-28.889-23.445-52.298-52.33-52.333l-0.003-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Features_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2900,"id":105,"name":"Features_Fill","prevSize":32,"code":60100},"setIdx":0,"setId":2,"iconIdx":129},{"icon":{"paths":["M298.083 143.25h-95.75c-28.88 0.034-52.283 23.434-52.323 52.309l-0 0.004v95.771c0.030 28.887 23.437 52.297 52.319 52.333l95.753 0c28.886-0.037 52.292-23.446 52.323-52.331l0-0.003v-95.771c-0.040-28.879-23.443-52.279-52.319-52.313l-0.003-0zM312.010 291.333c-0.008 7.686-6.24 13.915-13.927 13.917l-95.75 0c-7.687-0.002-13.919-6.23-13.927-13.916l-0-0.001v-95.771c0.017-7.678 6.245-13.896 13.926-13.896 0 0 0.001 0 0.001 0l95.75-0c0-0 0.001-0 0.001-0 7.681 0 13.909 6.218 13.926 13.894l0 0.002zM559.865 143.25h-95.75c-28.88 0.034-52.283 23.434-52.323 52.309l-0 0.004v95.771c0.030 28.887 23.437 52.297 52.319 52.333l95.753 0c28.889-0.036 52.298-23.445 52.333-52.33l0-0.003v-95.771c-0.045-28.881-23.451-52.28-52.33-52.313l-0.003-0zM573.781 291.333c0 0.001 0 0.001 0 0.002 0 7.685-6.23 13.915-13.915 13.915-0.001 0-0.001-0-0.002-0l-95.75 0c-7.687-0.002-13.919-6.23-13.927-13.916l-0-0.001v-95.771c0.017-7.678 6.245-13.896 13.926-13.896 0 0 0.001 0 0.001 0l95.75-0c0.002-0 0.004-0 0.006-0 7.677 0 13.902 6.22 13.911 13.895l0 0.001zM821.656 143.25h-95.771c-28.882 0.033-52.289 23.432-52.333 52.308l-0 0.004v95.771c0.036 28.889 23.445 52.298 52.33 52.333l95.774 0c28.889-0.036 52.298-23.445 52.333-52.33l0-0.003v-95.771c-0.045-28.881-23.451-52.28-52.33-52.313l-0.003-0zM835.573 291.333c0 0.001 0 0.001 0 0.002 0 7.685-6.23 13.915-13.915 13.915-0.001 0-0.001-0-0.002-0l-95.771 0c-0.001 0-0.001 0-0.002 0-7.685 0-13.915-6.23-13.915-13.915 0-0.001 0-0.001 0-0.002l-0 0v-95.771c0.008-7.676 6.232-13.896 13.909-13.896 0.003 0 0.005 0 0.008 0l95.77-0c0.002-0 0.005-0 0.007-0 7.677 0 13.902 6.22 13.909 13.895l0 0.001zM298.083 411.792h-95.75c-28.886 0.036-52.293 23.446-52.323 52.331l-0 0.003v95.75c0.030 28.887 23.437 52.297 52.319 52.333l95.753 0c28.886-0.037 52.292-23.446 52.323-52.331l0-0.003v-95.75c-0.030-28.887-23.437-52.297-52.319-52.333l-0.004-0zM312.010 559.875c-0.008 7.686-6.24 13.915-13.927 13.917l-95.75 0c-7.687-0.002-13.919-6.23-13.927-13.916l-0-0.001v-95.75c0.008-7.686 6.24-13.915 13.927-13.917l95.75-0c7.687 0.002 13.919 6.23 13.927 13.916l0 0.001zM559.865 411.792h-95.75c-28.886 0.036-52.293 23.446-52.323 52.331l-0 0.003v95.75c0.030 28.887 23.437 52.297 52.319 52.333l95.753 0c28.889-0.036 52.298-23.445 52.333-52.33l0-0.003v-95.75c-0.036-28.889-23.445-52.298-52.33-52.333l-0.003-0zM573.781 559.875c0 0.001 0 0.001 0 0.002 0 7.685-6.23 13.915-13.915 13.915-0.001 0-0.001-0-0.002-0l-95.75 0c-7.687-0.002-13.919-6.23-13.927-13.916l-0-0.001v-95.75c0.008-7.686 6.24-13.915 13.927-13.917l95.75-0c0.001-0 0.001-0 0.002-0 7.685 0 13.915 6.23 13.915 13.915 0 0.001-0 0.001-0 0.002l0-0zM821.656 411.792h-95.771c-28.889 0.036-52.298 23.445-52.333 52.33l-0 0.003v95.75c0.036 28.889 23.445 52.298 52.33 52.333l95.774 0c28.889-0.036 52.298-23.445 52.333-52.33l0-0.003v-95.75c-0.035-28.889-23.445-52.298-52.33-52.333l-0.003-0zM835.573 559.875c0 0.001 0 0.001 0 0.002 0 7.685-6.23 13.915-13.915 13.915-0.001 0-0.001-0-0.002-0l-95.771 0c-0.001 0-0.001 0-0.002 0-7.685 0-13.915-6.23-13.915-13.915 0-0.001 0-0.001 0-0.002l-0 0v-95.75c-0-0.001-0-0.001-0-0.002 0-7.685 6.23-13.915 13.915-13.915 0.001 0 0.001 0 0.002 0l95.771-0c0.001-0 0.001-0 0.002-0 7.685 0 13.915 6.23 13.915 13.915 0 0.001-0 0.001-0 0.002l0-0zM298.083 680.333h-95.75c-28.886 0.036-52.293 23.446-52.323 52.331l-0 0.003v95.771c0.040 28.879 23.443 52.279 52.32 52.313l95.753 0c28.88-0.034 52.283-23.434 52.323-52.309l0-0.004v-95.771c-0.030-28.887-23.437-52.297-52.319-52.333l-0.004-0zM312.010 828.438c-0.017 7.678-6.245 13.896-13.926 13.896-0 0-0.001-0-0.001-0l-95.75 0c-0 0-0.001 0-0.001 0-7.681 0-13.909-6.218-13.926-13.894l-0-0.002v-95.771c0.008-7.686 6.24-13.915 13.927-13.917l95.75-0c7.687 0.002 13.919 6.23 13.927 13.916l0 0.001zM559.865 680.333h-95.75c-28.886 0.036-52.293 23.446-52.323 52.331l-0 0.003v95.771c0.040 28.879 23.443 52.279 52.32 52.313l95.753 0c28.882-0.033 52.288-23.432 52.333-52.308l0-0.004v-95.771c-0.036-28.889-23.445-52.298-52.33-52.333l-0.003-0zM573.781 828.437c-0.008 7.676-6.233 13.896-13.911 13.896-0.002 0-0.004-0-0.007-0l-95.75 0c-0 0-0.001 0-0.001 0-7.681 0-13.909-6.218-13.926-13.894l-0-0.002v-95.771c0.008-7.686 6.24-13.915 13.927-13.917l95.75-0c0.001-0 0.001-0 0.002-0 7.685 0 13.915 6.23 13.915 13.915 0 0.001-0 0.001-0 0.002l0-0zM821.656 680.333h-95.771c-28.889 0.036-52.298 23.445-52.333 52.33l-0 0.003v95.771c0.045 28.881 23.451 52.279 52.33 52.313l95.774 0c28.882-0.033 52.288-23.432 52.333-52.308l0-0.004v-95.771c-0.035-28.889-23.445-52.298-52.33-52.333l-0.003-0zM835.573 828.437c-0.008 7.676-6.232 13.896-13.909 13.896-0.003 0-0.005-0-0.008-0l-95.77 0c-0.002 0-0.005 0-0.007 0-7.677 0-13.902-6.22-13.909-13.895l-0-0.001v-95.771c-0-0.001-0-0.001-0-0.002 0-7.685 6.23-13.915 13.915-13.915 0.001 0 0.001 0 0.002 0l95.771-0c0.001-0 0.001-0 0.002-0 7.685 0 13.915 6.23 13.915 13.915 0 0.001-0 0.001-0 0.002l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Features"],"grid":0},"attrs":[{}],"properties":{"order":2899,"id":106,"name":"Features","prevSize":32,"code":60101},"setIdx":0,"setId":2,"iconIdx":130},{"icon":{"paths":["M753.437 118.396h-482.875c-42.948 0.047-77.753 34.845-77.812 77.786l-0 0.006v631.625c0.059 42.947 34.864 77.744 77.808 77.792l482.879 0c42.948-0.047 77.753-34.845 77.812-77.786l0-0.006v-631.625c-0.059-42.947-34.864-77.744-77.808-77.792l-0.005-0zM520.792 817.146h-17.229c-11.167-0.037-20.205-9.099-20.205-20.271s9.038-20.233 20.202-20.271l0.004-0h17.229c11.167 0.037 20.205 9.099 20.205 20.271s-9.038 20.233-20.202 20.271l-0.004 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Tablet_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2898,"id":107,"name":"Tablet_Fill","prevSize":32,"code":60099},"setIdx":0,"setId":2,"iconIdx":131},{"icon":{"paths":["M810.709 185.958q-106.156-0.094-212.375-0.043h-171.064q-107.719-0.063-215.333 0.043c-64.542 0.104-103.083 38.458-103.083 102.562q-0.125 222.469-0.042 444.959c0.063 66.333 37.729 104.417 103.333 104.479q149.687 0.156 299.375 0.146 149.687 0 299.354-0.104c65.229-0.063 104.187-38.813 104.25-103.646q0.157-222.5 0-444.979c-0.063-65.667-38.105-103.354-104.416-103.417zM358.376 665.609h-77.975c-25.357-101.266-50.746-202.664-76.885-307.055 24.831 0 47.688-0.539 70.464 0.56 3.589 0.172 8.673 7.263 9.927 11.989 11.682 44.018 22.677 88.219 35.348 138.19 13.647-53.555 25.94-101.794 38.284-150.232h77.415c-25.574 102.375-50.86 203.599-76.577 306.547zM548.914 665.612h-74.516v-305.883h74.516zM819.673 552.568c0.013 0.36 0.021 0.783 0.021 1.208 0 19.616-15.902 35.519-35.519 35.519-1.079 0-2.147-0.048-3.202-0.142l0.136 0.010c-24.452 0.943-48.944 0.206-76.021 0.206v75.733h-77.376v-306.543c53.497 0 105.396-0.495 157.293 0.203 0.188-0.004 0.41-0.006 0.632-0.006 18.741 0 33.933 15.192 33.933 33.933 0 0.722-0.023 1.439-0.067 2.149l0.005-0.097q1.909 78.894 0.165 157.828zM706.073 510.516h34.298v-72.862h-34.298z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["VIP_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2871,"id":108,"name":"VIP_Fill","prevSize":32,"code":60067},"setIdx":0,"setId":2,"iconIdx":132},{"icon":{"paths":["M810.709 185.958q-106.156-0.094-212.375-0.043h-171.064q-107.719-0.063-215.333 0.043c-64.542 0.104-103.083 38.458-103.083 102.562q-0.125 222.469-0.042 444.959c0.063 66.333 37.729 104.417 103.333 104.479q149.687 0.156 299.375 0.146 149.687 0 299.354-0.104c65.229-0.063 104.187-38.813 104.25-103.646q0.157-222.5 0-444.979c-0.063-65.667-38.105-103.354-104.416-103.417zM876.708 734.313c-0.021 43.896-21.583 65.25-65.875 65.271q-299.25 0.188-598.646-0.042c-44.292-0.021-64.938-21.021-64.958-66.083q-0.063-222.469 0.042-444.917c0-43.125 21.167-64.104 64.708-64.167q64.563-0.094 129.083-0.083 43.093 0 86.208 0.021h171.063q106.25 0 212.333 0.063c44.416 0.021 66.021 21.291 66.042 65.042q0.156 222.437 0 444.895zM785.007 358.761c-51.897-0.698-103.796-0.203-157.293-0.203v306.544h77.376v-75.733c27.077 0 51.569 0.737 76.021-0.206 0.919 0.084 1.987 0.133 3.066 0.133 19.616 0 35.519-15.902 35.519-35.519 0-0.425-0.007-0.848-0.022-1.269l0.002 0.061q1.662-78.895-0.164-157.828c0.040-0.614 0.062-1.331 0.062-2.053 0-18.741-15.192-33.933-33.933-33.933-0.222 0-0.444 0.002-0.666 0.006l0.033-0.001zM740.371 510.516h-34.298v-72.862h34.298zM319.255 509.294c-12.671-49.971-23.665-94.172-35.348-138.19-1.254-4.727-6.339-11.819-9.927-11.989-22.777-1.099-45.634-0.56-70.464-0.56 26.14 104.391 51.529 205.789 76.885 307.055h77.975c25.717-102.948 51.004-204.172 76.578-306.547h-77.416c-12.344 48.437-24.637 96.677-38.284 150.232zM474.399 665.612h74.516v-305.883h-74.516z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["VIP"],"grid":0},"attrs":[{}],"properties":{"order":2872,"id":109,"name":"VIP","prevSize":32,"code":60068},"setIdx":0,"setId":2,"iconIdx":133},{"icon":{"paths":["M806.208 172.042h-588.416c-60.167 0.074-108.922 48.832-108.99 108.994l-0 0.007v341.625c0.068 60.168 48.823 108.926 108.983 109l280.132 0v81.875h-156.354c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h351.104c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-156.354v-81.875h269.896c60.171-0.069 108.931-48.829 109-108.993l0-0.007v-341.625c-0.069-60.171-48.829-108.931-108.993-109l-0.007-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["TV_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2873,"id":110,"name":"TV_Fill","prevSize":32,"code":60069},"setIdx":0,"setId":2,"iconIdx":134},{"icon":{"paths":["M823.885 664.542c-5.922-10.895-17.281-18.167-30.338-18.167-0.013 0-0.026 0-0.039 0l0.002-0c-0.014 0-0.031 0-0.048 0-150.396 0-272.316-121.92-272.316-272.316 0-55.791 16.777-107.663 45.562-150.846l-0.625 0.996c3.602-5.361 5.749-11.961 5.749-19.063 0-19.042-15.437-34.479-34.479-34.479-0.003 0-0.007 0-0.010 0l0.001-0c-0.016-0-0.034-0-0.052-0-188.513 0-341.333 152.82-341.333 341.333s152.82 341.333 341.333 341.333c118.598 0 223.070-60.486 284.248-152.293l0.783-1.249c3.558-5.33 5.678-11.884 5.678-18.933 0-5.977-1.525-11.599-4.206-16.497l0.090 0.179z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Moon_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2874,"id":111,"name":"Moon_Fill","prevSize":32,"code":60070},"setIdx":0,"setId":2,"iconIdx":135},{"icon":{"paths":["M512 270.354c-133.457 0-241.646 108.189-241.646 241.646s108.189 241.646 241.646 241.646c133.457 0 241.646-108.189 241.646-241.646v0c-0.167-133.391-108.256-241.48-241.63-241.646l-0.016-0zM512 191.771c10.607-0.003 19.205-8.601 19.208-19.208l0-0v-44.563c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208l0-0v44.563c0.003 10.607 8.601 19.205 19.208 19.208l0 0zM512 832.229c-10.607 0.003-19.205 8.601-19.208 19.208l-0 0v44.563c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-44.563c-0.003-10.607-8.601-19.205-19.208-19.208l-0-0zM896 492.792h-44.563c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h44.563c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h0zM172.563 492.792h-44.563c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h44.563c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-0zM258.396 285.562c3.473 3.459 8.265 5.598 13.555 5.598 10.609 0 19.21-8.601 19.21-19.21 0-5.291-2.139-10.082-5.599-13.556l0.001 0.001-31.5-31.5c-3.479-3.493-8.293-5.655-13.612-5.655-10.609 0-19.21 8.601-19.21 19.21 0 5.319 2.162 10.132 5.654 13.611l0.001 0.001zM765.604 738.438c-3.479-3.493-8.293-5.655-13.612-5.655-10.609 0-19.21 8.601-19.21 19.21 0 5.319 2.162 10.132 5.654 13.611l0.001 0.001 31.5 31.5c3.479 3.493 8.293 5.655 13.612 5.655 10.609 0 19.21-8.601 19.21-19.21 0-5.319-2.162-10.132-5.654-13.611l-0.001-0.001zM769.937 226.896l-31.5 31.5c-3.459 3.473-5.598 8.265-5.598 13.555 0 10.609 8.601 19.21 19.21 19.21 5.291 0 10.082-2.139 13.556-5.599l-0.001 0.001 31.5-31.5c3.493-3.479 5.655-8.293 5.655-13.612 0-10.609-8.601-19.21-19.21-19.21-5.319 0-10.132 2.162-13.611 5.654l-0.001 0.001zM258.396 738.438l-31.5 31.5c-3.459 3.473-5.598 8.265-5.598 13.555 0 10.609 8.601 19.21 19.21 19.21 5.291 0 10.082-2.139 13.556-5.599l-0.001 0.001 31.5-31.5c3.493-3.479 5.655-8.293 5.655-13.612 0-10.609-8.601-19.21-19.21-19.21-5.319 0-10.132 2.162-13.611 5.654l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Sun_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2875,"id":112,"name":"Sun_Fill","prevSize":32,"code":60071},"setIdx":0,"setId":2,"iconIdx":136},{"icon":{"paths":["M710.187 346.667h124.373c-0.461-0.635-0.951-1.193-1.488-1.703l-0.005-0.005-200.107-208.427c-1.389-1.612-3.096-2.909-5.028-3.8l-0.092-0.038v131.627c0.106 45.436 36.91 82.241 82.337 82.347l0.010 0zM366.438 524.875h-31.125v42.25h31.125c0.364 0.022 0.788 0.035 1.216 0.035 11.686 0 21.16-9.474 21.16-21.16s-9.474-21.16-21.16-21.16c-0.428 0-0.853 0.013-1.274 0.038l0.058-0.003zM710.187 385.068c-66.586-0.248-120.499-54.16-120.747-120.723l-0-0.024v-133.761h-233.813c-92.431 0.698-167.402 74.475-170.021 166.369l-0.005 0.243v422.615c-0.021 1.005-0.033 2.189-0.033 3.376 0 92.786 74.005 168.288 166.21 170.698l0.223 0.005h320.64c92.282-3.49 165.768-79.143 165.768-171.959 0-0.595-0.003-1.189-0.009-1.783l0.001 0.091v-335.147zM368.521 593.208h-33.208v42.167c-0.062 7.674-6.297 13.87-13.979 13.87s-13.917-6.197-13.979-13.864l-0-0.006v-122.083c-0.021-0.284-0.033-0.616-0.033-0.95 0-7.502 6.082-13.584 13.584-13.584 0.334 0 0.665 0.012 0.993 0.036l-0.044-0.003h46.667c0.87-0.059 1.886-0.092 2.91-0.092 25.396 0 45.984 20.588 45.984 45.984 0 0.463-0.007 0.924-0.020 1.384l0.002-0.067c0.004 0.233 0.007 0.509 0.007 0.785 0 25.673-20.812 46.485-46.485 46.485-0.843 0-1.68-0.022-2.512-0.067l0.116 0.005zM559.562 633.292c-0.060 8.827-7.229 15.959-16.064 15.959-5.325 0-10.044-2.591-12.967-6.58l-0.032-0.045-68.646-95.125v87.875c-0.062 7.674-6.297 13.87-13.979 13.87s-13.917-6.197-13.979-13.864l-0-0.006v-120.833c0.009-9.155 7.428-16.574 16.582-16.583l0.001-0c0.068-0.001 0.149-0.002 0.229-0.002 5.45 0 10.277 2.667 13.248 6.766l0.033 0.048 67.616 92.771v-85.708c0.062-7.674 6.297-13.87 13.979-13.87s13.917 6.197 13.979 13.864l0 0.006zM716.75 614.958c0.022 0.344 0.035 0.746 0.035 1.15 0 5.681-2.473 10.784-6.401 14.292l-0.019 0.016c-13.85 12.836-32.457 20.711-52.903 20.711-0.221 0-0.441-0.001-0.662-0.003l0.034 0c-0.417 0.008-0.908 0.013-1.4 0.013-41.652 0-75.418-33.766-75.418-75.418 0-0.707 0.010-1.412 0.029-2.115l-0.002 0.103c-0.033-0.826-0.051-1.795-0.051-2.768 0-41.133 33.345-74.478 74.478-74.478 0.832 0 1.661 0.014 2.486 0.041l-0.12-0.003c0.637-0.021 1.386-0.033 2.137-0.033 19.394 0 36.933 7.943 49.541 20.753l0.009 0.009c2.38 2.264 3.861 5.455 3.861 8.992 0 0.142-0.002 0.284-0.007 0.425l0.001-0.021c0.001 0.043 0.001 0.094 0.001 0.145 0 7.238-5.868 13.106-13.106 13.106-0.051 0-0.102-0-0.153-0.001l0.008 0c-0.050 0.001-0.11 0.001-0.169 0.001-3.675 0-7.006-1.471-9.437-3.857l0.002 0.002c-8.301-8.303-19.769-13.438-32.437-13.438-0.088 0-0.176 0-0.264 0.001l0.014-0c-0.062-0-0.136-0-0.21-0-26.562 0-48.094 21.532-48.094 48.094 0 1.067 0.035 2.125 0.103 3.174l-0.007-0.143c-0.065 0.937-0.102 2.030-0.102 3.132 0 26.621 21.58 48.201 48.201 48.201 0.038 0 0.077-0 0.115-0l-0.006 0c12.243-0.123 23.41-4.635 32.024-12.035l-0.066 0.056v-20.687h-35.499c-7.203 0-13.042-5.839-13.042-13.042s5.839-13.042 13.042-13.042v0h48.959c0.256-0.017 0.556-0.027 0.857-0.027 7.557 0 13.683 6.126 13.683 13.683 0 0.37-0.015 0.737-0.044 1.1l0.003-0.048z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["PNG Document_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2876,"id":113,"name":"PNG-Document_Fill","prevSize":32,"code":60072},"setIdx":0,"setId":2,"iconIdx":137},{"icon":{"paths":["M832.99 344.896l-200.043-208.375c-3.5-3.644-8.412-5.91-13.852-5.917l-8.026-0c-0.7-0.303-1.515-0.479-2.371-0.479s-1.671 0.176-2.411 0.494l0.040-0.015h-250.618c-92.443 0.545-167.472 74.338-170.005 166.244l-0.005 0.235v422.708c-0.024 1.062-0.037 2.314-0.037 3.569 0 92.713 73.999 168.143 166.157 170.448l0.214 0.004 4.292 0.063 316.313-0.021c92.246-3.479 165.707-79.1 165.707-171.878 0-0.622-0.003-1.242-0.010-1.862l0.001 0.095v-362.021c0-0.002 0-0.005 0-0.008 0-5.159-2.037-9.842-5.35-13.29l0.006 0.006zM627.896 186.719l153.6 159.99h-71.329c-45.444-0.165-82.224-37.019-82.271-82.475l-0-0.004zM799.937 720.333c0.006 0.481 0.010 1.049 0.010 1.617 0 71.853-56.714 130.46-127.819 133.499l-0.275 0.009-318.739-0.021c-71.649-1.769-129.056-60.272-129.056-132.182 0-1.071 0.013-2.14 0.038-3.205l-0.003 0.158v-422.666c2.132-71.218 60.207-128.182 131.665-128.521l0.033-0h233.708v95.208c0.091 66.637 54.009 120.651 120.602 120.896l0.023 0h89.813zM368.521 498.792h-46.667c-0.284-0.021-0.615-0.033-0.95-0.033-7.502 0-13.584 6.082-13.584 13.584 0 0.334 0.012 0.666 0.036 0.994l-0.003-0.044v122.083c0.062 7.674 6.297 13.87 13.979 13.87s13.917-6.197 13.979-13.864l0-0.006v-42.167h33.208c0.716 0.039 1.553 0.062 2.396 0.062 25.673 0 46.485-20.812 46.485-46.485 0-0.276-0.002-0.551-0.007-0.826l0.001 0.041c0.012-0.392 0.019-0.854 0.019-1.317 0-25.396-20.588-45.984-45.984-45.984-1.024 0-2.040 0.033-3.047 0.099l0.137-0.007zM366.438 567.125h-31.125v-42.25h31.125c0.364-0.022 0.788-0.035 1.216-0.035 11.686 0 21.16 9.474 21.16 21.16s-9.474 21.16-21.16 21.16c-0.428 0-0.853-0.013-1.274-0.038l0.058 0.003zM545.479 497.959c-7.621 0.103-13.772 6.254-13.875 13.865l-0 0.010v85.708l-67.615-92.771c-3.004-4.147-7.831-6.814-13.281-6.814-0.081 0-0.161 0.001-0.242 0.002l0.012-0c-9.155 0.009-16.574 7.428-16.583 16.582l-0 0.001v120.833c0.062 7.674 6.297 13.87 13.979 13.87s13.917-6.197 13.979-13.864l0-0.006v-87.875l68.646 95.125c2.954 4.035 7.674 6.626 12.999 6.626 8.835 0 16.004-7.132 16.064-15.953l0-0.006v-121.459c-0.068-7.678-6.308-13.875-13.995-13.875-0.031 0-0.062 0-0.093 0l0.005-0zM656.833 522.584c0.074-0 0.163-0.001 0.251-0.001 12.668 0 24.136 5.136 32.437 13.438l0 0c2.429 2.384 5.76 3.855 9.435 3.855 0.059 0 0.119-0 0.178-0.001l-0.009 0c0.043 0.001 0.094 0.001 0.145 0.001 7.238 0 13.106-5.868 13.106-13.106 0-0.051-0-0.102-0.001-0.152l0 0.008c0.004-0.12 0.007-0.262 0.007-0.404 0-3.537-1.481-6.728-3.856-8.987l-0.005-0.005c-12.617-12.819-30.156-20.762-49.55-20.762-0.751 0-1.5 0.012-2.246 0.036l0.109-0.003c-0.705-0.024-1.534-0.038-2.365-0.038-41.133 0-74.478 33.345-74.478 74.478 0 0.974 0.019 1.943 0.056 2.907l-0.004-0.139c-0.017 0.599-0.027 1.304-0.027 2.011 0 41.652 33.766 75.418 75.418 75.418 0.492 0 0.984-0.005 1.474-0.014l-0.073 0.001c0.187 0.002 0.407 0.003 0.628 0.003 20.446 0 39.053-7.875 52.954-20.757l-0.050 0.046c3.947-3.524 6.42-8.627 6.42-14.308 0-0.405-0.013-0.806-0.037-1.205l0.003 0.055v-33.959c0.026-0.315 0.041-0.682 0.041-1.052 0-7.557-6.126-13.683-13.683-13.683-0.302 0-0.601 0.010-0.898 0.029l0.040-0.002h-48.958c-7.203 0-13.042 5.839-13.042 13.042s5.839 13.042 13.042 13.042v0h35.5v20.687c-8.548 7.344-19.714 11.856-31.931 11.979l-0.026 0c-0.032 0-0.071 0-0.109 0-26.621 0-48.201-21.58-48.201-48.201 0-1.102 0.037-2.196 0.11-3.279l-0.008 0.147c-0.061-0.906-0.096-1.965-0.096-3.031 0-26.562 21.532-48.094 48.094-48.094 0.073 0 0.147 0 0.22 0l-0.011-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["PNG Document"],"grid":0},"attrs":[{}],"properties":{"order":2877,"id":114,"name":"PNG-Document","prevSize":32,"code":60073},"setIdx":0,"setId":2,"iconIdx":138},{"icon":{"paths":["M726.625 533.729c-0.108-18.384-7.493-35.023-19.418-47.199l0.011 0.012q-24.625-25.281-49.594-50.208c-8.292-8.192-13.428-19.563-13.428-32.133 0-0.092 0-0.185 0.001-0.277l-0 0.014q0.219-55.719 0.125-111.458v-39.833h28.385c29.556-0.036 53.507-23.986 53.542-53.538l0-0.003v-22.896c-0.036-29.556-23.986-53.506-53.539-53.542l-321.264-0c-29.556 0.036-53.506 23.986-53.542 53.538l-0 0.003v23.729c0.036 29.556 23.986 53.506 53.538 53.542l6.983 0c11.906 0.042 21.541 9.703 21.541 21.615 0 0.004-0 0.007-0 0.011l0-0.001c0.021 49.604 0.031 98.624-0.25 147.625-0.398 0.53-0.811 1-1.258 1.435l-0.003 0.003c-21.698 22.063-43.448 44.063-65.667 65.625-9.326 8.359-15.167 20.443-15.167 33.891 0 0.764 0.019 1.523 0.056 2.278l-0.004-0.106c0.438 12.021 0.167 24.043-0.094 36.083-0.135 6.083-0.26 12.146-0.313 18.583-0.001 0.095-0.001 0.207-0.001 0.32 0 29.532 23.94 53.472 53.472 53.472 0.032 0 0.064-0 0.096-0l-0.005 0h0.052l145.116-0.206v251.227c0 8.837 7.163 16 16 16s16-7.163 16-16v0-251.271l145.271-0.208c29.513-0.118 53.4-24.041 53.458-53.557l0-0.006c0.010-15.625 0-31.104-0.104-46.563z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Pin_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2878,"id":115,"name":"Pin_Fill","prevSize":32,"code":60074},"setIdx":0,"setId":2,"iconIdx":139},{"icon":{"paths":["M729.823 533.708c-0.109-19.245-7.84-36.664-20.324-49.408l0.012 0.012q-24.64-25.281-49.635-50.25c-7.707-7.622-12.481-18.197-12.481-29.888 0-0.076 0-0.152 0.001-0.228l-0 0.012q0.219-55.75 0.125-111.479v-36.625h25.188c31.325-0.038 56.708-25.424 56.74-56.747l0-0.003v-22.896c-0.032-31.326-25.415-56.712-56.736-56.75l-321.264-0c-31.325 0.038-56.708 25.424-56.74 56.747l-0 0.003v23.729c0.032 31.326 25.415 56.712 56.736 56.75l6.983 0c10.137 0.029 18.344 8.253 18.344 18.394 0 0.008-0 0.016-0 0.024l0-0.001c0.021 49.229 0.031 97.875-0.24 146.521-0.14 0.083-0.257 0.187-0.352 0.31l-0.002 0.003c-21.677 22.042-43.417 44.021-65.615 65.562-9.926 8.906-16.141 21.775-16.141 36.095 0 0.831 0.021 1.658 0.062 2.479l-0.005-0.115c0.438 11.979 0.167 23.937-0.094 35.896-0.135 6.104-0.26 12.188-0.313 18.645-0.001 0.098-0.001 0.214-0.001 0.331 0 31.309 25.381 56.69 56.69 56.69 0.025 0 0.050-0 0.075-0l-0.004 0h0.063l141.906-0.203v248.016c0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198v0-248.068l142.083-0.203c31.276-0.131 56.585-25.485 56.646-56.765l0-0.006c0.010-15.646 0-31.125-0.104-46.583zM673.208 598.646l-322.386 0.458c-0.017 0-0.037 0-0.057 0-5.105 0-9.723-2.088-13.045-5.456l-0.002-0.002c-3.248-3.269-5.256-7.774-5.256-12.748 0-0.162 0.002-0.323 0.006-0.484l-0 0.024c0.052-5.917 0.177-11.812 0.302-17.729 0.281-12.729 0.542-25.437 0.083-38.063-0.023-0.261-0.035-0.565-0.035-0.871 0-3.589 1.764-6.766 4.472-8.711l0.032-0.022c22.396-21.75 44.344-43.937 66.219-66.167 6.483-5.993 10.72-14.333 11.358-23.661l0.006-0.11c0.292-49.813 0.281-99.605 0.26-150-0.010-31.351-25.396-56.77-56.734-56.833l-0.006-0h-6.979c-10.123-0.011-18.327-8.211-18.344-18.332l-0-0.002v-23.729c0.017-10.122 8.221-18.323 18.343-18.333l321.262-0c10.123 0.011 18.327 8.211 18.344 18.332l0 0.002v22.896c-0.017 10.122-8.221 18.323-18.343 18.333l-43.793 0c-10.262 0.002-18.643 8.052-19.175 18.182l-0.002 0.047-0.26 4.271c-0.198 2.875-0.354 5.437-0.354 8v44.543q0.016 55.656-0.125 111.333c-0.001 0.148-0.002 0.324-0.002 0.5 0 22.27 9.091 42.416 23.765 56.93l0.007 0.007q24.797 24.75 49.24 49.854c5.774 5.89 9.357 13.948 9.416 22.843l0 0.012c0.104 15.375 0.115 30.771 0.104 46.313-0.022 10.121-8.206 18.322-18.318 18.374l-0.005 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Pin"],"grid":0},"attrs":[{}],"properties":{"order":2879,"id":116,"name":"Pin","prevSize":32,"code":60075},"setIdx":0,"setId":2,"iconIdx":140},{"icon":{"paths":["M824.533 304.853h-715.733v93.865h715.733zM728.96 480.213c0.112-0 0.243-0 0.375-0 34.835 0 67.623 8.766 96.278 24.213l-1.080-0.532v-66.773h-715.733v136.958c0.125 66.829 54.327 120.957 121.173 120.962l293.974 0c-0.213-3.2-0.213-6.185-0.213-9.387 0.106-113.344 91.9-205.212 205.205-205.44l0.022-0zM201.958 473.437h170.667c10.608 0 19.208 8.6 19.208 19.208s-8.6 19.208-19.208 19.208l-170.667-0c-10.608 0-19.208-8.6-19.208-19.208s8.6-19.208 19.208-19.208h-0zM457.958 586.667h-256c-10.608 0-19.208-8.6-19.208-19.208s8.6-19.208 19.208-19.208h256c10.608 0 19.208 8.6 19.208 19.208s-8.6 19.208-19.208 19.208h0zM703.573 152.107h-473.6c-64.428 0.112-117.050 50.501-120.732 114.021l-0.015 0.325h714.88c-3.593-63.815-56.157-114.22-120.521-114.347l-0.013-0zM824.533 548.693c-26.639-18.818-59.785-30.078-95.561-30.078-92.143 0-166.839 74.697-166.839 166.839 0 0.070 0 0.14 0 0.21l-0-0.011c0 3.2 0 6.399 0.212 9.387 5.115 88.078 77.79 157.567 166.695 157.567 92.209 0 166.959-74.75 166.959-166.959 0-56.466-28.031-106.386-70.938-136.601l-0.529-0.353zM806.625 763.209c-3.473 3.475-8.272 5.625-13.573 5.625s-10.1-2.15-13.573-5.625l-50.481-50.479-50.321 50.312c-3.474 3.472-8.273 5.619-13.573 5.619-10.605 0-19.202-8.597-19.202-19.202 0-5.305 2.151-10.108 5.629-13.583l50.311-50.302-50.363-50.365c-3.425-3.466-5.54-8.233-5.54-13.493 0-10.605 8.597-19.202 19.202-19.202 5.256 0 10.018 2.111 13.485 5.532l-0.002-0.002 50.376 50.375 50.321-50.313c3.474-3.472 8.273-5.619 13.573-5.619 10.605 0 19.202 8.597 19.202 19.202 0 5.305-2.151 10.108-5.629 13.583l-50.311 50.302 50.467 50.469c3.475 3.477 5.624 8.279 5.624 13.583s-2.149 10.106-5.625 13.583l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Payment Failed_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2880,"id":117,"name":"Payment-Failed_Fill","prevSize":32,"code":60076},"setIdx":0,"setId":2,"iconIdx":141},{"icon":{"paths":["M729.052 499.479c-0.003-0-0.007-0-0.010-0-102.811 0-186.156 83.345-186.156 186.156s83.345 186.156 186.156 186.156c102.811 0 186.156-83.345 186.156-186.156 0-0.004-0-0.007-0-0.011l0 0.001c-0.116-102.758-83.387-186.029-186.134-186.146l-0.011-0zM729.052 833.375c-81.59-0.006-147.729-66.149-147.729-147.74 0-81.594 66.145-147.74 147.74-147.74 81.591 0 147.734 66.139 147.74 147.729l0 0c-0.092 81.563-66.187 147.658-147.741 147.75l-0.009 0zM756.158 685.573l50.311-50.302c3.478-3.475 5.629-8.278 5.629-13.583 0-10.605-8.597-19.202-19.202-19.202-5.3 0-10.098 2.147-13.573 5.619l-50.321 50.312-50.376-50.374c-3.474-3.472-8.273-5.619-13.573-5.619-10.605 0-19.202 8.597-19.202 19.202 0 5.305 2.151 10.108 5.629 13.583l50.363 50.365-50.311 50.302c-3.521 3.482-5.701 8.314-5.701 13.654 0 10.605 8.597 19.202 19.202 19.202 5.336 0 10.163-2.176 13.643-5.69l0.001-0.001 50.321-50.313 50.481 50.479c3.483 3.526 8.318 5.709 13.662 5.709 10.605 0 19.202-8.597 19.202-19.202 0-5.35-2.188-10.188-5.717-13.67l-0.002-0.002zM495.281 656.645h-265.406c-45.637-0.052-82.619-37.031-82.677-82.661l-0-0.006v-136.937h639.021v32.979c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-196.729c-0.073-66.84-54.234-121.005-121.065-121.083l-473.674-0c-66.839 0.079-121 54.244-121.073 121.076l-0 0.007v300.687c0.073 66.84 54.234 121.005 121.065 121.083l265.414 0c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208l0 0zM229.875 190.625h473.667c43.097 0.137 78.406 33.294 81.961 75.489l0.021 0.302h-637.63c3.575-42.498 38.885-75.655 81.968-75.792l0.014-0zM147.198 304.833h639.021v93.792h-639.021zM201.958 511.854h170.667c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-170.667c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208l-0-0zM201.958 586.667h256c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-256c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Payment Failed"],"grid":0},"attrs":[{}],"properties":{"order":2881,"id":118,"name":"Payment-Failed","prevSize":32,"code":60077},"setIdx":0,"setId":2,"iconIdx":142},{"icon":{"paths":["M395.146 413.312c-53.073 0-88.74 39.667-88.74 98.688 0 58.104 36.49 98.688 88.74 98.688s88.74-40.584 88.74-98.688-36.49-98.688-88.74-98.688zM512 108.792c-0.003-0-0.007-0-0.010-0-222.686 0-403.208 180.523-403.208 403.208s180.523 403.208 403.208 403.208c222.686 0 403.208-180.523 403.208-403.208v0c-0.256-222.579-180.619-402.946-403.173-403.208l-0.025-0zM395.146 648.521c-0.548 0.008-1.196 0.013-1.844 0.013-71.545 0-129.543-57.998-129.543-129.543 0-2.459 0.069-4.902 0.204-7.328l-0.015 0.337c0-80.375 53.948-136.521 131.198-136.521 0.548-0.008 1.196-0.013 1.844-0.013 71.545 0 129.543 57.998 129.543 129.543 0 2.459-0.069 4.902-0.204 7.328l0.015-0.337c0.12 2.089 0.189 4.532 0.189 6.991 0 71.545-57.998 129.543-129.543 129.543-0.648 0-1.295-0.005-1.941-0.014l0.098 0.001zM661.312 648.521c-1.144 0.035-2.489 0.055-3.839 0.055-33.362 0-63.877-12.186-87.338-32.35l0.177 0.149c-4.4-3.742-7.211-9.238-7.343-15.394l-0-0.023c-0-0.048-0.001-0.105-0.001-0.162 0-11.127 8.963-20.161 20.063-20.276l0.011-0c0.137-0.004 0.297-0.006 0.459-0.006 4.818 0 9.206 1.847 12.492 4.872l-0.013-0.012c17.518 15.709 40.79 25.313 66.306 25.313 0.061 0 0.122-0 0.183-0l-0.010 0c40.667 0 55.156-20.208 55.156-39.125 0-26.875-28.26-34.562-60.989-43.458-42.135-11.062-89.844-23.583-89.844-76.812 0-44.416 38.875-75.438 94.531-75.438 0.883-0.022 1.922-0.035 2.965-0.035 29.83 0 57.252 10.312 78.896 27.565l-0.256-0.197c5.064 3.438 8.347 9.168 8.347 15.666 0 0.125-0.001 0.25-0.004 0.374l0-0.019c-0.176 10.875-8.837 19.67-19.641 20.061l-0.036 0.001c-0.018 0-0.040 0-0.061 0-4.668 0-8.935-1.72-12.201-4.561l0.023 0.019c-15.888-13.105-36.454-21.053-58.877-21.053-0.508 0-1.016 0.004-1.523 0.012l0.077-0.001c-29.792 0-49.802 14.333-49.802 35.687 0 21.583 26.427 28.729 57.021 37 41.813 11.167 93.812 25.042 93.812 82.521 0 38.499-25.937 79.624-98.74 79.624z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["OS_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2882,"id":119,"name":"OS_Fill","prevSize":32,"code":60078},"setIdx":0,"setId":2,"iconIdx":143},{"icon":{"paths":["M395.146 375.479c-77.25 0-131.187 56.146-131.187 136.521-0.066 1.56-0.104 3.391-0.104 5.23 0 72.51 58.781 131.292 131.292 131.292s131.292-58.781 131.292-131.292c0-1.839-0.038-3.67-0.113-5.491l0.009 0.261c0.121-2.091 0.189-4.537 0.189-6.999 0-71.54-57.995-129.535-129.535-129.535-0.648 0-1.294 0.005-1.94 0.014l0.098-0.001zM395.146 610.688c-52.25 0-88.729-40.583-88.729-98.688 0-59.021 35.667-98.688 88.729-98.688 52.25 0 88.729 40.583 88.729 98.688s-36.479 98.688-88.729 98.688zM666.228 486.375c-30.583-8.271-57.021-15.417-57.021-37 0-21.355 20.021-35.687 49.813-35.687 0.434-0.007 0.947-0.011 1.46-0.011 22.415 0 42.973 7.948 59.011 21.18l-0.158-0.127c3.249 2.822 7.522 4.542 12.196 4.542 0.019 0 0.038-0 0.057-0l-0.003 0c10.838-0.393 19.496-9.189 19.666-20.046l0-0.016c0.002-0.109 0.004-0.238 0.004-0.367 0-6.492-3.279-12.218-8.271-15.612l-0.066-0.042c-21.394-17.056-48.823-27.368-78.66-27.368-1.035 0-2.068 0.012-3.097 0.037l0.153-0.003c-55.646 0-94.521 31.021-94.521 75.438 0 53.25 47.708 65.749 89.854 76.812 32.729 8.896 60.979 16.583 60.979 43.458 0 18.917-14.5 39.125-55.167 39.125-0.043 0-0.093 0-0.143 0-25.525 0-48.807-9.604-66.43-25.396l0.094 0.083c-3.273-3.013-7.66-4.86-12.479-4.86-0.161 0-0.322 0.002-0.482 0.006l0.024-0c-11.116 0.11-20.084 9.147-20.084 20.278 0 0.056 0 0.112 0.001 0.168l-0-0.009c0.147 6.177 2.958 11.67 7.325 15.392l0.029 0.024c23.291 20.015 53.813 32.2 87.181 32.2 1.343 0 2.68-0.020 4.013-0.059l-0.196 0.005c72.792 0 98.729-41.125 98.729-79.625 0.001-57.479-52-71.354-93.812-82.521zM512 108.792c-222.686-0-403.208 180.523-403.208 403.208s180.523 403.208 403.208 403.208c222.686 0 403.208-180.523 403.208-403.208v0c-0.257-222.582-180.626-402.951-403.183-403.208l-0.025-0zM512 876.792c-201.469 0-364.792-163.323-364.792-364.792s163.323-364.792 364.792-364.792c201.469 0 364.792 163.323 364.792 364.792v0c-0.235 201.374-163.418 364.557-364.769 364.792l-0.022 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["OS"],"grid":0},"attrs":[{}],"properties":{"order":2883,"id":120,"name":"OS","prevSize":32,"code":60079},"setIdx":0,"setId":2,"iconIdx":144},{"icon":{"paths":["M710.167 346.709h123.995c-0.4-0.704-0.787-1.296-1.207-1.863l0.035 0.050-200.043-208.375c-1.442-1.388-3.109-2.556-4.938-3.442l-0.114-0.050v131.2c0.046 45.461 36.827 82.315 82.256 82.48l0.016 0zM493.917 524.875h-31.125v42.25h31.125c0.364 0.022 0.788 0.035 1.216 0.035 11.686 0 21.16-9.474 21.16-21.16s-9.474-21.16-21.16-21.16c-0.428 0-0.853 0.013-1.274 0.038l0.058-0.003zM710.125 385.125c-66.616-0.245-120.534-54.259-120.625-120.887l-0-0.009v-133.625h-233.792c-92.443 0.545-167.472 74.338-170.005 166.244l-0.005 0.235v422.708c-0.024 1.062-0.037 2.314-0.037 3.569 0 92.713 73.999 168.143 166.157 170.448l0.214 0.004 4.292 0.063 316.313-0.021c92.246-3.479 165.707-79.1 165.707-171.878 0-0.622-0.003-1.242-0.010-1.862l0.001 0.095v-335.083zM408.77 601.208c0.102 1.148 0.16 2.483 0.16 3.831 0 25.417-20.604 46.021-46.021 46.021-1.281 0-2.549-0.052-3.803-0.155l0.165 0.011c-0.536 0.021-1.165 0.033-1.797 0.033-12.777 0-24.408-4.907-33.111-12.939l0.033 0.030c-3.072-2.244-5.045-5.834-5.045-9.884 0-0.099 0.001-0.199 0.004-0.297l-0 0.015c0.067-7.332 6.027-13.25 13.368-13.25 0.032 0 0.063 0 0.095 0l-0.005-0c2.818 0.034 5.425 0.909 7.589 2.385l-0.048-0.031c4.458 4.824 10.813 7.839 17.872 7.854l0.003 0c0.345 0.020 0.75 0.031 1.156 0.031 11.903 0 21.552-9.649 21.552-21.552 0-0.815-0.045-1.619-0.133-2.41l0.009 0.097v-89.167c0.012-7.658 6.217-13.863 13.874-13.875l0.001-0c7.687 0.045 13.92 6.205 14.083 13.86l0 0.015zM496 593.208h-33.208v42.167c-0.054 7.68-6.292 13.885-13.979 13.885s-13.926-6.205-13.979-13.88l-0-0.005v-122.083c-0.021-0.284-0.033-0.616-0.033-0.95 0-7.502 6.082-13.584 13.584-13.584 0.334 0 0.666 0.012 0.994 0.036l-0.044-0.003h46.667c0.87-0.059 1.886-0.092 2.91-0.092 25.396 0 45.984 20.588 45.984 45.984 0 0.463-0.007 0.924-0.020 1.384l0.002-0.067c0.004 0.233 0.007 0.509 0.007 0.785 0 25.673-20.812 46.485-46.485 46.485-0.843 0-1.68-0.022-2.512-0.067l0.116 0.005zM692.458 614.958c0.022 0.344 0.035 0.746 0.035 1.15 0 5.681-2.473 10.784-6.401 14.292l-0.019 0.016c-13.85 12.836-32.457 20.711-52.903 20.711-0.221 0-0.441-0.001-0.662-0.003l0.034 0c-0.417 0.008-0.908 0.013-1.4 0.013-41.652 0-75.418-33.766-75.418-75.418 0-0.707 0.010-1.412 0.029-2.115l-0.002 0.103c-0.033-0.826-0.051-1.795-0.051-2.768 0-41.133 33.345-74.478 74.478-74.478 0.832 0 1.661 0.014 2.486 0.041l-0.12-0.003c0.637-0.021 1.385-0.033 2.137-0.033 19.394 0 36.933 7.943 49.542 20.753l0.009 0.009c2.38 2.264 3.861 5.455 3.861 8.992 0 0.142-0.002 0.284-0.007 0.425l0.001-0.021c0.001 0.043 0.001 0.094 0.001 0.145 0 7.238-5.868 13.106-13.106 13.106-0.051 0-0.102-0-0.153-0.001l0.008 0c-0.050 0.001-0.11 0.001-0.169 0.001-3.675 0-7.006-1.471-9.437-3.857l0.002 0.002c-8.301-8.303-19.769-13.438-32.437-13.438-0.088 0-0.176 0-0.264 0.001l0.014-0c-0.062-0-0.136-0-0.21-0-26.562 0-48.094 21.533-48.094 48.094 0 1.066 0.035 2.125 0.103 3.174l-0.007-0.143c-0.065 0.937-0.102 2.030-0.102 3.132 0 26.621 21.58 48.201 48.201 48.201 0.038 0 0.077-0 0.115-0l-0.006 0c12.243-0.123 23.41-4.635 32.024-12.035l-0.066 0.056v-20.687h-35.499c-7.203 0-13.042-5.839-13.042-13.042s5.839-13.042 13.042-13.042v0h48.958c0.256-0.017 0.556-0.027 0.857-0.027 7.557 0 13.683 6.126 13.683 13.683 0 0.37-0.015 0.737-0.044 1.1l0.003-0.048z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["JPG Document_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2884,"id":121,"name":"JPG-Document_Fill","prevSize":32,"code":60080},"setIdx":0,"setId":2,"iconIdx":145},{"icon":{"paths":["M832.99 344.896l-200.043-208.375c-3.5-3.644-8.412-5.91-13.852-5.917l-8.026-0c-0.7-0.303-1.515-0.479-2.371-0.479s-1.671 0.176-2.411 0.494l0.040-0.015h-250.618c-92.443 0.545-167.472 74.338-170.005 166.244l-0.005 0.235v422.708c-0.024 1.062-0.037 2.314-0.037 3.569 0 92.713 73.999 168.143 166.157 170.448l0.214 0.004 4.292 0.063 316.313-0.021c92.246-3.479 165.707-79.1 165.707-171.878 0-0.622-0.003-1.242-0.010-1.862l0.001 0.095v-362.021c0-0.002 0-0.005 0-0.008 0-5.159-2.037-9.842-5.35-13.29l0.006 0.006zM627.896 186.719l153.6 159.99h-71.329c-45.444-0.165-82.224-37.019-82.271-82.475l-0-0.004zM799.937 720.333c0.006 0.481 0.010 1.049 0.010 1.617 0 71.853-56.714 130.46-127.819 133.499l-0.275 0.009-318.739-0.021c-71.649-1.769-129.056-60.272-129.056-132.182 0-1.071 0.013-2.14 0.038-3.205l-0.003 0.158v-422.666c2.132-71.218 60.207-128.182 131.665-128.521l0.033-0h233.708v95.208c0.091 66.637 54.009 120.651 120.602 120.896l0.023 0h89.813zM394.688 497.958c-7.658 0.012-13.863 6.217-13.875 13.874l-0 0.001v89.167c0.079 0.694 0.124 1.498 0.124 2.313 0 11.903-9.649 21.552-21.552 21.552-0.407 0-0.811-0.011-1.212-0.034l0.056 0.002c-7.062-0.015-13.417-3.030-17.86-7.838l-0.015-0.016c-2.117-1.445-4.724-2.32-7.533-2.354l-0.009-0c-0.027-0-0.058-0-0.090-0-7.342 0-13.301 5.918-13.368 13.244l-0 0.006c-0.002 0.084-0.003 0.183-0.003 0.283 0 4.050 1.973 7.64 5.010 9.86l0.035 0.024c8.67 8.001 20.301 12.908 33.078 12.908 0.632 0 1.261-0.012 1.888-0.036l-0.090 0.003c1.089 0.092 2.358 0.144 3.638 0.144 25.417 0 46.021-20.604 46.021-46.021 0-1.349-0.058-2.684-0.172-4.003l0.012 0.172v-89.375c-0.163-7.67-6.396-13.83-14.079-13.875l-0.004-0zM496 498.792h-46.667c-0.284-0.021-0.616-0.033-0.95-0.033-7.502 0-13.584 6.082-13.584 13.584 0 0.334 0.012 0.666 0.036 0.994l-0.003-0.044v122.083c0.054 7.68 6.292 13.885 13.979 13.885s13.926-6.205 13.979-13.88l0-0.005v-42.167h33.208c0.716 0.039 1.553 0.062 2.396 0.062 25.673 0 46.485-20.812 46.485-46.485 0-0.276-0.002-0.551-0.007-0.826l0.001 0.041c0.012-0.392 0.019-0.854 0.019-1.316 0-25.396-20.588-45.984-45.984-45.984-1.024 0-2.040 0.033-3.047 0.099l0.137-0.007zM493.917 567.125h-31.125v-42.25h31.125c0.364-0.022 0.788-0.035 1.216-0.035 11.686 0 21.16 9.474 21.16 21.16s-9.474 21.16-21.16 21.16c-0.428 0-0.853-0.013-1.274-0.038l0.058 0.003zM677.959 566.292h-48.959c-7.203-0-13.042 5.839-13.042 13.042s5.839 13.042 13.042 13.042v0h35.5v20.687c-8.548 7.344-19.714 11.856-31.931 11.979l-0.026 0c-0.032 0-0.071 0-0.109 0-26.621 0-48.201-21.58-48.201-48.201 0-1.102 0.037-2.196 0.11-3.279l-0.008 0.147c-0.061-0.906-0.096-1.965-0.096-3.031 0-26.562 21.533-48.094 48.094-48.094 0.074 0 0.147 0 0.221 0l-0.011-0c0.074-0 0.163-0.001 0.251-0.001 12.668 0 24.136 5.136 32.437 13.438l0 0c2.429 2.384 5.76 3.855 9.435 3.855 0.060 0 0.119-0 0.178-0.001l-0.009 0c0.043 0.001 0.094 0.001 0.145 0.001 7.238 0 13.106-5.868 13.106-13.106 0-0.051-0-0.102-0.001-0.152l0 0.008c0.004-0.12 0.007-0.262 0.007-0.404 0-3.537-1.481-6.728-3.856-8.987l-0.005-0.005c-12.617-12.819-30.156-20.762-49.551-20.762-0.751 0-1.5 0.012-2.246 0.036l0.109-0.003c-0.705-0.024-1.534-0.038-2.365-0.038-41.133 0-74.478 33.345-74.478 74.478 0 0.974 0.019 1.943 0.056 2.907l-0.004-0.139c-0.017 0.599-0.027 1.304-0.027 2.011 0 41.652 33.766 75.418 75.418 75.418 0.492 0 0.984-0.005 1.474-0.014l-0.073 0.001c0.187 0.002 0.407 0.003 0.628 0.003 20.446 0 39.053-7.875 52.954-20.757l-0.050 0.046c3.947-3.524 6.42-8.627 6.42-14.308 0-0.405-0.013-0.806-0.037-1.205l0.003 0.055v-33.959c0.026-0.315 0.041-0.682 0.041-1.052 0-7.557-6.126-13.683-13.683-13.683-0.302 0-0.602 0.010-0.899 0.029l0.040-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["JPG Document"],"grid":0},"attrs":[{}],"properties":{"order":2885,"id":122,"name":"JPG-Document","prevSize":32,"code":60081},"setIdx":0,"setId":2,"iconIdx":146},{"icon":{"paths":["M493.867 718.719c-2.49-0.001-4.924-0.234-7.284-0.678l0.244 0.038-127.147-21.333c-18.36-3.203-32.549-17.753-35.173-36.038l-0.027-0.229-17.707-128.64c-0.213-2.13-0.427-4.48-0.427-6.828 0.9-34.343 15.162-65.19 37.755-87.672l0.005-0.005 258.987-258.987h-278.613c-110.222 0.146-199.534 89.458-199.68 199.666l-0 0.014v312.536c0.090 115.352 93.517 208.854 208.833 209.062l0.020 0h312.533c110.285-0.171 199.629-89.589 199.68-199.885l0-0.005v-279.896l-261.12 261.12c-23.080 23.32-55.093 37.761-90.479 37.761-0.141 0-0.282-0-0.423-0.001l0.022 0zM349.013 526.079l17.707 128.64 127.147 21.333c23.772-0.050 45.27-9.746 60.795-25.38l0.005-0.005 238.72-238.719c-0.213 0-0.427-0.213-0.64-0.427l-181.333-181.333-237.227 237.223c-15.018 15.102-24.507 35.715-25.17 58.542l-0.003 0.125zM852.267 219.52l-48.213-48.213c-17.164-17.010-40.795-27.521-66.88-27.521s-49.716 10.511-66.887 27.528l0.007-0.007-31.787 31.787 0.427 0.427 181.547 181.333 31.787-31.787c17.101-17.083 27.68-40.693 27.68-66.773s-10.578-49.69-27.679-66.773l-0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Edit 1_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2886,"id":123,"name":"Edit-1_Fill","prevSize":32,"code":60082},"setIdx":0,"setId":2,"iconIdx":147},{"icon":{"paths":["M319.147 373.12c0 0.011 0 0.024 0 0.037 0 14.093-3.472 27.375-9.607 39.037l0.22-0.46c-14.404 27.577-42.798 46.078-75.513 46.078-46.819 0-84.788-37.891-84.914-84.68l-0-0.012h17.067c0 37.467 30.373 67.84 67.84 67.84s67.84-30.373 67.84-67.84v0z","M488.32 373.12c0 0.072 0 0.157 0 0.243 0 46.64-37.809 84.449-84.449 84.449-32.72 0-61.094-18.608-75.116-45.819l-0.222-0.473c-5.914-10.931-9.389-23.928-9.389-37.737 0-0.233 0.001-0.466 0.003-0.698l-0 0.036h17.067c0 37.29 30.23 67.52 67.52 67.52s67.52-30.23 67.52-67.52v0z","M657.493 373.12c0.002 0.197 0.003 0.43 0.003 0.663 0 13.809-3.476 26.806-9.6 38.165l0.211-0.428c-14.312 27.542-42.624 46.031-75.255 46.031-46.65 0-84.474-37.789-84.532-84.425l-0-0.005h17.067c0 37.29 30.23 67.52 67.52 67.52s67.52-30.23 67.52-67.52v0z","M826.88 373.12c0 0.033 0 0.071 0 0.11 0 46.713-37.869 84.582-84.582 84.582-32.742 0-61.139-18.604-75.196-45.819l-0.222-0.473c-5.914-10.932-9.389-23.93-9.389-37.74 0-0.232 0.001-0.464 0.003-0.695l-0 0.035h17.067c0 37.349 30.277 67.627 67.627 67.627s67.627-30.277 67.627-67.627v0z","M717.44 539.093c-86.834 0-157.227 70.393-157.227 157.227s70.393 157.227 157.227 157.227c86.834 0 157.227-70.393 157.227-157.227h0c-0.005-86.832-70.395-157.221-157.226-157.227l-0.001-0zM796.928 663.458l-89.835 89.834c-3.088 3.089-7.355 5-12.068 5s-8.98-1.911-12.068-5l-44.928-44.917c-3.1-3.089-5.018-7.362-5.018-12.084 0-9.421 7.638-17.059 17.059-17.059 4.721 0 8.994 1.918 12.083 5.017l0 0 32.865 32.853 77.76-77.771c3.089-3.092 7.358-5.005 12.074-5.005 9.426 0 17.068 7.641 17.068 17.068 0 4.71-1.908 8.975-4.993 12.063l0-0zM526.080 696.32c-0-0.008-0-0.017-0-0.026 0-105.672 85.664-191.336 191.336-191.336 27.141 0 52.963 5.651 76.352 15.841l-1.234-0.479v-59.307c30.836-17.701 51.297-50.395 51.413-87.877l0-0.017v-0.213c0.002-0.092 0.003-0.201 0.003-0.31 0-3.558-1.119-6.854-3.025-9.556l0.035 0.052-89.387-128.853v-39.253c0-0.024 0-0.053 0-0.082 0-22.931-18.589-41.52-41.52-41.52-0.028 0-0.056 0-0.085 0l0.004-0h-443.733c-22.868 0.049-41.387 18.599-41.387 41.474 0 0.045 0 0.090 0 0.135l-0-0.007v39.467l-89.387 128.64c-0.411 0.673-0.772 1.449-1.043 2.266l-0.023 0.081c-0.35 0.49-0.639 1.056-0.84 1.662l-0.013 0.045c-0.65 1.443-1.040 3.126-1.067 4.897l-0 0.010c0 0.427-0.213 0.64-0.213 1.067 0.174 37.483 20.615 70.153 50.922 87.632l0.492 0.261v299.945h-34.347c-9.389 0.048-16.982 7.671-16.982 17.068s7.593 17.019 16.978 17.068l0.005 0 404.267-0.213c-17.282-28.070-27.52-62.080-27.52-98.48 0-0.028 0-0.056 0-0.084l-0 0.004zM809.813 373.12c0 37.349-30.277 67.627-67.627 67.627s-67.627-30.277-67.627-67.627v0zM166.4 373.12h135.68c0 37.467-30.373 67.84-67.84 67.84s-67.84-30.373-67.84-67.84h-0zM432.427 760.958h-175.36v-192c0.030-9.413 7.653-17.036 17.064-17.065l0.003-0h141.227c9.414 0.028 17.038 7.651 17.067 17.062l0 0.003zM403.627 440.745c-37.254-0.106-67.413-30.331-67.413-67.6 0-0.009 0-0.018 0-0.026l-0 0.001h135.040c-0.012 37.344-30.282 67.614-67.626 67.625l-0.001 0zM505.387 373.12h135.040c0 37.29-30.23 67.52-67.52 67.52s-67.52-30.23-67.52-67.52v-0z"],"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(0, 0, 0)"}],"isMulticolor":true,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{"f":3},{"f":3},{"f":3},{"f":3},{"f":0}]},"tags":["Completed_Fill"],"grid":0},"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(0, 0, 0)"}],"properties":{"order":2887,"id":124,"name":"Completed_Fill","prevSize":32,"code":60083,"codes":[60083,60084,60085,60086,60087]},"setIdx":0,"setId":2,"iconIdx":148},{"icon":{"paths":["M717.469 522.042c0-0-0-0-0-0-96.241 0-174.26 78.019-174.26 174.26s78.019 174.26 174.26 174.26c96.237 0 174.254-78.012 174.26-174.248l0-0.001c-0.102-96.202-78.059-174.163-174.25-174.272l-0.011-0zM717.469 836.438c-77.395 0-140.135-62.741-140.135-140.135s62.741-140.135 140.135-140.135c77.395 0 140.135 62.741 140.135 140.135 0 0.004-0 0.007-0 0.011l0-0.001c-0.091 77.356-62.779 140.040-140.127 140.125l-0.008 0zM772.781 639.333l-77.76 77.771-32.865-32.853c-3.089-3.1-7.362-5.018-12.084-5.018-9.421 0-17.059 7.638-17.059 17.059 0 4.721 1.918 8.994 5.017 12.083l0 0 44.928 44.917c3.088 3.089 7.355 5 12.068 5s8.98-1.911 12.068-5l89.833-89.834c3.129-3.095 5.067-7.389 5.067-12.136 0-9.426-7.641-17.067-17.067-17.067-4.752 0-9.050 1.942-12.144 5.076l-0.002 0.002zM499.979 760.917h-67.635v-191.938c-0.001-9.423-7.639-17.062-17.062-17.063l-141.125-0c-9.423 0.001-17.061 7.64-17.062 17.062l-0 0v191.938h-39.365v-287.744c4.815 0.931 10.412 1.523 16.125 1.639l0.104 0.002c0.001 0 0.002 0 0.003 0 35.327 0 66.467-17.926 84.821-45.177l0.231-0.365c18.432 27.605 49.458 45.542 84.674 45.542 35.185 0 66.188-17.905 84.394-45.101l0.232-0.367c18.437 27.563 49.44 45.469 84.625 45.469s66.188-17.905 84.393-45.101l0.232-0.367c17.728 27.519 48.215 45.484 82.898 45.484 6.353 0 12.564-0.603 18.581-1.754l-0.615 0.098v9.286c-0 0.018-0 0.039-0 0.060 0 9.423 7.639 17.063 17.063 17.063s17.063-7.639 17.063-17.063c0-0.021-0-0.042-0-0.064l0 0.003v-21.522c29.619-17.142 49.556-48.134 50.95-83.887l0.006-0.191c0.305-1.205 0.48-2.589 0.48-4.013 0-3.612-1.126-6.96-3.046-9.714l0.037 0.055-89.448-128.849v-39.422c-0.024-22.899-18.581-41.455-41.477-41.479l-443.72-0c-22.899 0.024-41.456 18.58-41.48 41.477l-0 0.002v39.513l-89.385 128.758c-0.382 0.617-0.756 1.339-1.076 2.089l-0.041 0.108c-0.277 0.462-0.564 1.020-0.82 1.595l-0.041 0.103c-0.562 1.485-0.927 3.202-1.014 4.992l-0.002 0.039c-0.021 0.354-0.204 0.651-0.204 1.010 0.127 37.453 20.551 70.108 50.842 87.552l0.491 0.261v299.98h-34.261c-0.018-0-0.039-0-0.060-0-9.423 0-17.063 7.639-17.063 17.063s7.639 17.063 17.063 17.063c0.021 0 0.042-0 0.064-0l-0.003 0h350.635c0.018 0 0.039 0 0.060 0 9.423 0 17.063-7.639 17.063-17.063s-7.639-17.063-17.063-17.063c-0.021 0-0.042 0-0.064 0l0.003-0zM403.677 440.688c-31.149-0.102-57.323-21.288-65.002-50.028l-0.107-0.472h130.229c-7.789 29.215-33.967 50.402-65.109 50.5l-0.011 0zM572.938 440.688c-31.149-0.102-57.323-21.288-65.002-50.028l-0.107-0.472h130.219c-7.787 29.212-33.96 50.398-65.098 50.5l-0.012 0zM769.060 435.047c-0.233 0.096-0.428 0.235-0.655 0.341-7.725 3.351-16.723 5.3-26.176 5.3-31.273 0-57.563-21.333-65.113-50.24l-0.104-0.468h130.359c-5.363 20.343-19.435 36.631-37.884 44.896l-0.429 0.172zM258.98 194.917c0.003-4.060 3.294-7.351 7.354-7.354l443.718-0c4.060 0.003 7.351 3.294 7.354 7.354l0 0v27.708h-458.427zM250.907 256.75h474.635l68.792 99.104h-612.219zM207.099 435.047c-18.879-8.436-32.951-24.724-38.209-44.596l-0.106-0.472h130.8c-7.874 29.392-34.26 50.685-65.623 50.709l-0.003 0c-0.018 0-0.039 0-0.060 0-9.443 0-18.431-1.949-26.584-5.467l0.436 0.167c-0.226-0.108-0.419-0.246-0.65-0.342zM398.219 760.917h-107v-174.876h107z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Completed"],"grid":0},"attrs":[{}],"properties":{"order":2888,"id":125,"name":"Completed","prevSize":32,"code":60088},"setIdx":0,"setId":2,"iconIdx":149},{"icon":{"paths":["M839.219 276.979c-95.573-121.833-229.385-174.479-386.771-152.354-106.311 15.113-197.019 72.068-256.413 153.355l-0.754 1.083c-47.388 64.174-75.847 144.843-75.847 232.158 0 216.201 174.481 391.65 390.312 393.217l0.149 0.001h0.083c0.576 0.015 1.255 0.023 1.935 0.023 44.949 0 81.388-36.439 81.388-81.388 0-20.385-7.494-39.020-19.878-53.299l0.086 0.101c-7.162-7.705-11.557-18.068-11.557-29.457 0-23.924 19.394-43.318 43.318-43.318 0.846 0 1.687 0.024 2.521 0.072l-0.115-0.005h39.75c0.417 0.043 0.844 0.063 1.271 0.083 0.074 0.001 0.162 0.001 0.249 0.001 1.283 0 2.544-0.091 3.778-0.268l-0.141 0.017c7.104-0.417 14.24-0.542 21.365-0.667 0.092 0 0.201 0 0.31 0 14.401 0 28.589-0.916 42.507-2.693l-1.651 0.172c104.367-17.708 183.685-104.841 189.197-211.491l0.023-0.551c0.247-4.605 0.388-9.997 0.388-15.421 0-71.772-24.67-137.782-65.992-190.012l0.49 0.641zM288.529 530.281c-33.589-0.095-60.781-27.346-60.781-60.948 0-33.661 27.287-60.948 60.948-60.948 0.059 0 0.117 0 0.176 0l-0.009-0c33.589 0.095 60.781 27.346 60.781 60.948 0 33.661-27.287 60.948-60.948 60.948-0.059 0-0.117-0-0.176-0l0.009 0zM410.021 367.885c-33.389-0.278-60.353-27.394-60.387-60.815l-0-0.003c-0-0.046-0-0.101-0-0.156 0-33.662 27.289-60.951 60.951-60.951s60.951 27.289 60.951 60.951c0 0.015-0 0.029-0 0.044l0-0.002c-0.318 33.72-27.727 60.932-61.492 60.932-0.008 0-0.015-0-0.023-0l0.001 0zM613.302 367.875c-33.471-0.256-60.506-27.448-60.506-60.955 0-33.641 27.252-60.918 60.885-60.957l0.004-0c0.004-0 0.008-0 0.012-0 33.665 0 60.956 27.291 60.956 60.956s-27.291 60.956-60.956 60.956c-0.139 0-0.278-0-0.416-0.001l0.021 0zM735.862 530.281c-0.037 0-0.082 0-0.126 0-33.661 0-60.949-27.288-60.949-60.949s27.288-60.949 60.949-60.949c33.549 0 60.768 27.107 60.948 60.613l0 0.017c0.002 0.194 0.004 0.423 0.004 0.652 0 33.477-27.139 60.616-60.616 60.616-0.074 0-0.148-0-0.222-0l0.011 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Colors Palette_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2889,"id":126,"name":"Colors-Palette_Fill","prevSize":32,"code":60089},"setIdx":0,"setId":2,"iconIdx":150},{"icon":{"paths":["M509.979 904.438h-0.083c-215.981-1.568-390.461-177.016-390.461-393.217 0-87.315 28.459-167.984 76.606-233.236l-0.759 1.078c60.147-82.369 150.855-139.324 255.127-154.199l2.039-0.239c157.385-22.125 291.187 30.521 386.771 152.354 40.833 51.589 65.503 117.599 65.503 189.371 0 5.424-0.141 10.815-0.419 16.17l0.031-0.749c-5.534 107.201-84.852 194.334-187.882 211.854l-1.336 0.188c-12.268 1.605-26.455 2.521-40.856 2.521-0.109 0-0.218-0-0.327-0l0.017 0c-7.125 0.125-14.26 0.25-21.365 0.667-1.089 0.16-2.346 0.251-3.624 0.251-0.092 0-0.183-0-0.275-0.001l0.014 0c-0.427-0.021-0.853-0.043-1.271-0.083l-11.927-0.021-27.823 0.021c-0.719-0.043-1.559-0.067-2.406-0.067-23.924 0-43.318 19.394-43.318 43.318 0 11.389 4.395 21.752 11.582 29.484l-0.025-0.027c12.298 14.178 19.792 32.813 19.792 53.198 0 44.949-36.439 81.388-81.388 81.388-0.68 0-1.359-0.008-2.035-0.025l0.1 0.002zM522.552 157.958c-22.889 0.053-45.332 1.762-67.272 5.015l2.522-0.307c-95.714 13.609-177.378 64.895-230.842 138.087l-0.679 0.975c-42.764 57.907-68.446 130.7-68.446 209.49 0 195.001 157.308 353.261 351.946 354.801l0.146 0.001h0.063c0.572 0.027 1.243 0.043 1.917 0.043 23.749 0 43.001-19.252 43.001-43.001 0-10.993-4.125-21.023-10.913-28.626l0.037 0.042c-12.705-14.331-20.464-33.299-20.464-54.079 0-45.114 36.572-81.685 81.685-81.685 0.838 0 1.673 0.013 2.505 0.038l-0.122-0.003h39.76c0.561-0.076 1.209-0.119 1.867-0.119 0.358 0 0.714 0.013 1.066 0.038l-0.047-0.003h0.156c7.583-0.438 15.187-0.583 22.792-0.729 0.148 0 0.324 0 0.5 0 12.672 0 25.165-0.772 37.432-2.272l-1.473 0.147c86.22-14.69 151.726-86.708 156.252-174.839l0.019-0.453c0.226-4.128 0.355-8.96 0.355-13.822 0-62.9-21.579-120.76-57.737-166.581l0.434 0.57c-64.335-86.982-166.552-142.76-281.796-142.76-1.639 0-3.276 0.011-4.91 0.034l0.248-0.003zM735.781 549.5c-0.016 0-0.036 0-0.056 0-44.269 0-80.157-35.887-80.157-80.157s35.887-80.157 80.157-80.157c0.144 0 0.288 0 0.432 0.001l-0.022-0c43.845 0.438 79.276 35.847 79.75 79.643l0 0.045c0.001 0.179 0.002 0.391 0.002 0.604 0 44.184-35.81 80.005-79.99 80.021l-0.002 0zM735.865 530.292v0zM735.74 427.605c-0.048-0-0.104-0-0.161-0-23.052 0-41.74 18.688-41.74 41.74s18.688 41.74 41.74 41.74c0.075 0 0.15-0 0.224-0.001l-0.012 0h0.043c0.019 0 0.042 0 0.064 0 22.971 0 41.593-18.622 41.593-41.593 0-0.114-0-0.227-0.001-0.341l0 0.017c-0.221-22.854-18.68-41.324-41.509-41.562l-0.023-0zM288.542 549.48h-0.094c-0.028 0-0.062 0-0.096 0-44.269 0-80.156-35.887-80.156-80.156s35.887-80.156 80.156-80.156c0.056 0 0.111 0 0.167 0l-0.009-0h0.458c43.882 0.459 79.333 35.91 79.791 79.748l0 0.044c0 0.096 0.001 0.209 0.001 0.323 0 44.292-35.906 80.198-80.198 80.198-0.007 0-0.015-0-0.022-0l0.001 0zM288.5 427.584c-0.075-0-0.163-0.001-0.251-0.001-23.052 0-41.74 18.688-41.74 41.74s18.688 41.74 41.74 41.74c0.073 0 0.147-0 0.22-0.001l-0.011 0h0.063c0.010 0 0.021 0 0.033 0 23.052 0 41.74-18.688 41.74-41.74 0-22.987-18.582-41.634-41.544-41.739l-0.010-0zM410.594 387.084h-0.75c-43.982-0.594-79.408-36.387-79.408-80.454 0-22.015 8.841-41.965 23.167-56.492l-0.009 0.009c14.415-14.454 34.351-23.397 56.375-23.397 0.139 0 0.278 0 0.417 0.001l-0.021-0h0.063c44.204 0.094 80.002 35.95 80.002 80.167 0 44.159-35.703 79.978-79.818 80.166l-0.018 0zM410.406 265.167v0c-22.986 0.096-41.583 18.751-41.583 41.751 0 22.922 18.473 41.53 41.343 41.749l0.021 0c0.126 0.001 0.274 0.002 0.423 0.002 11.38 0 21.677-4.637 29.105-12.124l0.003-0.003c7.731-7.53 12.547-18.019 12.614-29.633l0-0.013c0.001-0.092 0.001-0.2 0.001-0.309 0-11.37-4.615-21.663-12.073-29.107l-0.001-0.001c-7.572-7.606-18.050-12.313-29.628-12.313-0.072 0-0.144 0-0.216 0.001l0.011-0zM613.844 387.084h-0.708c-43.809-0.626-79.132-36.077-79.552-79.876l-0-0.040c-0.001-0.175-0.002-0.382-0.002-0.589 0-44.088 35.74-79.828 79.828-79.828 0.094 0 0.189 0 0.283 0l-0.004-0c44.236 0.051 80.077 35.923 80.077 80.167 0 44.188-35.752 80.027-79.908 80.166l-0.013 0zM613.698 265.167c-0.090-0.001-0.196-0.001-0.302-0.001-22.875 0-41.418 18.544-41.418 41.418 0 0.124 0.001 0.248 0.002 0.372l-0-0.019c0.199 22.882 18.628 41.394 41.458 41.728l0.032 0 0.365 0.021c0.006 0 0.013 0 0.019 0 11.347 0 21.621-4.593 29.065-12.022l-0.001 0.001c7.716-7.576 12.504-18.113 12.521-29.768l0-0.003c0.001-0.128 0.002-0.28 0.002-0.432 0-22.808-18.49-41.298-41.298-41.298-0.156 0-0.312 0.001-0.467 0.003l0.024-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Colors Palette"],"grid":0},"attrs":[{}],"properties":{"order":2890,"id":127,"name":"Colors-Palette","prevSize":32,"code":60090},"setIdx":0,"setId":2,"iconIdx":151},{"icon":{"paths":["M788.267 375.467c0-8.32-8.107-16.427-24.747-16.427h-86.4c0-82.56-76.587-231.040-159.147-231.040-90.667 0-161.493 148.48-161.493 231.040h-96c-8.32 0-24.747 8.107-24.747 16.427l-49.493 420.693c0 57.6 57.6 98.987 123.733 98.987h404.053c66.133 8.107 123.733-41.387 123.733-98.986zM515.627 173.013c60.587 0 103.893 129.92 112.64 183.893h-225.28c8.747-53.973 52.053-183.893 112.64-183.893z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Collection_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2891,"id":128,"name":"Collection_Fill","prevSize":32,"code":60091},"setIdx":0,"setId":2,"iconIdx":152},{"icon":{"paths":["M697.749 667.584l-155.724-155.724 155.297-155.297c3.912-3.869 6.334-9.236 6.334-15.169 0-11.781-9.55-21.331-21.331-21.331-5.933 0-11.3 2.422-15.167 6.332l-0.002 0.002-155.297 155.297-155.444-155.442c-3.846-3.779-9.124-6.112-14.946-6.112-11.781 0-21.331 9.55-21.331 21.331 0 5.822 2.333 11.1 6.115 14.949l-0.003-0.003 155.443 155.443-155.298 155.299c-3.911 3.868-6.334 9.236-6.334 15.169 0 11.781 9.55 21.331 21.331 21.331 5.933 0 11.301-2.423 15.168-6.332l0.002-0.002 155.297-155.297 155.725 155.724c3.846 3.779 9.124 6.112 14.946 6.112 11.781 0 21.331-9.55 21.331-21.331 0-5.822-2.333-11.1-6.115-14.949l0.003 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Close 2"],"grid":0},"attrs":[{}],"properties":{"order":2892,"id":129,"name":"Close-2","prevSize":32,"code":60092},"setIdx":0,"setId":2,"iconIdx":153},{"icon":{"paths":["M894.507 353.92c-9.963-11.79-22.761-20.88-37.356-26.255l-0.617-0.199v286.934c-0.063 59.474-48.259 107.669-107.727 107.732l-546.353 0c11.949 8.306 26.449 13.773 42.126 15.126l0.328 0.023 549.12 47.573c2.029 0.283 4.374 0.444 6.756 0.444 0.475 0 0.948-0.006 1.42-0.019l-0.070 0.001c0.002 0 0.005 0 0.008 0 21.605 0 41.381-7.826 56.65-20.799l-0.125 0.104c17.512-14.722 29.185-35.898 31.335-59.819l0.025-0.341 24.747-285.867c0.234-2.407 0.367-5.203 0.367-8.030 0-21.622-7.801-41.423-20.741-56.741l0.107 0.131zM663.040 425.6c-20.63-12.272-34.755-33.615-36.887-58.386l-0.019-0.281h-306.133c-3.133 36.464-31.852 65.33-67.97 68.671l-0.296 0.022v70.187c36.38 3.439 65.058 32.263 68.246 68.407l0.020 0.287h306.133c3.082-36.559 31.945-65.495 68.196-68.673l0.284-0.020v-70.187c-11.698-0.893-22.391-4.506-31.667-10.202l0.307 0.175zM318.080 495.147c-13.432 0-24.32-10.888-24.32-24.32s10.888-24.32 24.32-24.32c13.432 0 24.32 10.888 24.32 24.32 0 0.001-0 0.002-0 0.002l0-0c-0.073 13.402-10.918 24.246-24.313 24.318l-0.007 0zM545.493 490.027c-8.852 32.202-37.869 55.467-72.32 55.467-41.355 0-74.88-33.525-74.88-74.88s33.525-74.88 74.88-74.88c41.355 0 74.88 33.525 74.88 74.88 0 0.076-0 0.152-0 0.227l0-0.012c0.001 0.101 0.001 0.221 0.001 0.341 0 6.711-0.935 13.204-2.682 19.356l0.121-0.498zM628.053 495.147c-13.432 0-24.32-10.888-24.32-24.32s10.888-24.32 24.32-24.32c13.432 0 24.32 10.888 24.32 24.32 0 0.001-0 0.002-0 0.002l0-0c0 0.003 0 0.006 0 0.009 0 13.426-10.884 24.309-24.309 24.309-0.004 0-0.008-0-0.012-0l0.001 0zM818.133 614.402v-287.149c0.013-0.296 0.021-0.643 0.021-0.992 0-1.612-0.163-3.186-0.473-4.706l0.026 0.151c-2.779-35.795-32.508-63.787-68.776-63.787-0.046 0-0.092 0-0.138 0l0.007-0h-551.467c-38.261 0.077-69.256 31.073-69.333 69.326l-0 0.007v287.148c-0 0.039-0 0.084-0 0.13 0 29.679 18.819 54.963 45.176 64.57l0.478 0.152c6.874 2.836 14.854 4.483 23.219 4.483 0.162 0 0.324-0.001 0.485-0.002l-0.025 0h551.467c38.292 0 69.333-31.042 69.333-69.333 0-0-0-0-0-0.001l-0-0zM733.013 526.506c-0 6.151-2.907 11.622-7.423 15.116l-0.044 0.033c-3.112 2.514-7.117 4.035-11.477 4.035-1.684 0-3.315-0.227-4.865-0.652l0.129 0.030c-2.523-0.584-5.455-0.967-8.459-1.065l-0.074-0.002c-20.151 0.017-36.48 16.357-36.48 36.51 0 0.064 0 0.129 0 0.193l-0-0.010c-0 0.054-0 0.118-0 0.182 0 2.968 0.389 5.845 1.12 8.583l-0.053-0.232c0.387 1.429 0.609 3.070 0.609 4.763 0 4.419-1.515 8.484-4.053 11.704l0.031-0.040c-3.583 4.488-9.019 7.366-15.13 7.466l-0.017 0h-347.52c-10.579-0.026-19.145-8.608-19.145-19.191 0-1.67 0.213-3.291 0.614-4.836l-0.029 0.133c0.583-2.523 0.967-5.454 1.065-8.459l0.002-0.075c0-0.014 0-0.031 0-0.048 0-20.181-16.312-36.552-36.471-36.647l-0.009-0c-3.070 0.085-6.003 0.469-8.832 1.125l0.298-0.058c-1.345 0.348-2.889 0.548-4.48 0.548-4.465 0-8.562-1.576-11.766-4.201l0.033 0.026c-4.432-3.471-7.254-8.823-7.254-14.834 0-0.035 0-0.071 0-0.106l-0 0.005v-111.572c-0-0.031-0-0.067-0-0.104 0-6.009 2.822-11.36 7.213-14.798l0.041-0.031c3.298-2.567 7.498-4.116 12.060-4.116 1.548 0 3.054 0.178 4.5 0.515l-0.133-0.026c2.474 0.61 5.333 0.995 8.271 1.066l0.049 0.001c20.12-0.069 36.412-16.361 36.48-36.475l0-0.007c-0.099-3.153-0.482-6.159-1.127-9.067l0.060 0.322c-0.387-1.411-0.609-3.032-0.609-4.704 0-4.368 1.516-8.383 4.050-11.546l-0.028 0.036c3.554-4.524 9.007-7.417 15.138-7.469l0.009-0h347.52c6.074 0.056 11.46 2.953 14.9 7.424l0.033 0.045c2.599 3.171 4.175 7.268 4.175 11.733 0 1.591-0.2 3.135-0.576 4.609l0.028-0.129c-0.678 2.564-1.067 5.508-1.067 8.542 0 0.071 0 0.142 0.001 0.213l-0-0.011c-0 0.005-0 0.011-0 0.017 0 20.139 16.326 36.464 36.464 36.464 0.005 0 0.011-0 0.016-0l-0.001 0c3.078-0.099 6.010-0.483 8.844-1.126l-0.31 0.059c1.536-0.36 3.299-0.566 5.111-0.566 0.905 0 1.798 0.051 2.676 0.152l-0.107-0.010c3.286 0.683 6.165 2.101 8.567 4.079l-0.034-0.027c4.516 3.473 7.413 8.859 7.467 14.925l0 0.009zM473.173 434.133c-0.032-0-0.069-0-0.107-0-20.206 0-36.587 16.38-36.587 36.587s16.38 36.587 36.587 36.587c20.168 0 36.525-16.318 36.586-36.472l0-0.006c0-0.001 0-0.002 0-0.004 0-20.19-16.307-36.571-36.469-36.692l-0.011-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Cash_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2893,"id":130,"name":"Cash_Fill","prevSize":32,"code":60093},"setIdx":0,"setId":2,"iconIdx":154},{"icon":{"paths":["M709.271 396.313c-2.704 0.727-5.809 1.145-9.011 1.145-19.902 0-36.035-16.134-36.035-36.035 0-3.253 0.431-6.406 1.239-9.403l-0.058 0.252c0.338-1.349 0.532-2.897 0.532-4.49 0-10.607-8.593-19.207-19.198-19.218l-347.407-0c-10.605 0.011-19.199 8.611-19.199 19.218 0 1.594 0.194 3.142 0.56 4.622l-0.028-0.132c0.701 2.568 1.127 5.525 1.177 8.574l0 0.030c-0.023 20.184-16.379 36.539-36.56 36.562l-0.002 0c-2.978-0.041-5.844-0.441-8.581-1.159l0.248 0.055c-1.31-0.313-2.813-0.493-4.359-0.493-4.541 0-8.721 1.55-12.038 4.15l0.043-0.032c-4.458 3.549-7.291 8.975-7.292 15.062l-0 0v111.417c-0 0.001-0 0.003-0 0.004 0 10.606 8.598 19.203 19.203 19.203 1.542 0 3.042-0.182 4.48-0.525l-0.131 0.026c2.686-0.717 5.77-1.129 8.95-1.129 19.906 0 36.044 16.137 36.044 36.044 0 3.282-0.439 6.462-1.261 9.484l0.059-0.253c-0.345 1.361-0.542 2.923-0.542 4.531 0 10.603 8.595 19.198 19.198 19.198 0 0 0.001-0 0.001-0l347.469 0c10.603-0.005 19.196-8.602 19.196-19.205 0-1.621-0.201-3.195-0.579-4.698l0.028 0.132c-0.7-2.578-1.129-5.549-1.187-8.61l-0.001-0.035c-0.002-0.141-0.003-0.308-0.003-0.474 0-19.933 16.159-36.091 36.091-36.091 3.181 0 6.266 0.412 9.205 1.184l-0.251-0.056c1.349 0.339 2.898 0.534 4.493 0.534 10.589 0 19.174-8.584 19.174-19.174 0-0.009-0-0.019-0-0.028l0 0.001v-111.521c0-0.008 0-0.017 0-0.027 0-10.589-8.584-19.174-19.174-19.174-1.595 0-3.144 0.195-4.625 0.561l0.132-0.028zM694.542 505.896c-36.537 3.197-65.401 32.143-68.45 68.434l-0.019 0.274h-306.073c-3.067-36.508-31.84-65.421-68.012-68.687l-0.29-0.021v-70.312c36.427-3.286 65.18-32.143 68.283-68.326l0.019-0.279h306.073c3.119 36.52 31.964 65.412 68.185 68.585l0.284 0.020zM473.115 395.812c-0.003-0-0.007-0-0.010-0-41.41 0-74.979 33.569-74.979 74.979s33.569 74.979 74.979 74.979c41.41 0 74.979-33.569 74.979-74.979v0c-0.046-41.388-33.582-74.928-74.964-74.979l-0.005-0zM473.115 507.354c-20.189-0.006-36.552-16.373-36.552-36.563 0-20.193 16.37-36.563 36.563-36.563s36.563 16.37 36.563 36.563v-0c-0.023 20.187-16.385 36.545-36.571 36.563l-0.002 0zM628.053 446.505c-13.432 0-24.32 10.888-24.32 24.32s10.888 24.32 24.32 24.32c13.431 0 24.318-10.887 24.32-24.317l0-0c0-0.004 0-0.008 0-0.013 0-13.426-10.884-24.31-24.31-24.31-0.003 0-0.007 0-0.010 0l0.001-0zM318.080 446.505c-13.432 0-24.32 10.888-24.32 24.32s10.888 24.32 24.32 24.32c13.431 0 24.318-10.887 24.32-24.317l0-0c-0.071-13.404-10.917-24.251-24.313-24.323l-0.007-0zM894.51 353.896c-14.156-16.775-34.296-28.11-57.090-30.697l-0.401-0.037c-2.211-47.035-40.821-84.348-88.174-84.474l-0.012-0h-551.426c-48.911 0.059-88.545 39.693-88.604 88.599l-0 0.006v287c0.084 43.057 30.847 78.904 71.59 86.849l0.56 0.091c14.745 20.214 37.52 33.81 63.541 36.078l0.331 0.023 549.229 47.625c2.698 0.25 5.396 0.354 8.073 0.354 46.083-0.095 83.875-35.467 87.81-80.542l0.023-0.333 24.885-285.854c0.237-2.422 0.373-5.235 0.373-8.080 0-21.633-7.83-41.438-20.811-56.734l0.105 0.126zM197.406 664.479c-27.714-0.020-50.176-22.475-50.208-50.184l-0-0.003v-287c0.032-27.712 22.495-50.167 50.206-50.188l551.429-0c27.714 0.020 50.176 22.475 50.208 50.184l0 0.003v287c-0.032 27.712-22.495 50.167-50.206 50.188l-0.002 0zM851.698 701.167c-1.148 13.736-7.733 25.742-17.569 34l-0.076 0.062c-8.665 7.261-19.934 11.671-32.233 11.671-1.546 0-3.076-0.070-4.587-0.206l0.195 0.014-505.195-43.812h456.601c48.911-0.059 88.545-39.693 88.604-88.599l0-0.006v-252.193c22.645 4.856 39.376 24.701 39.376 48.455 0 1.639-0.080 3.259-0.235 4.857l0.016-0.203z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Cash"],"grid":0},"attrs":[{}],"properties":{"order":2894,"id":131,"name":"Cash","prevSize":32,"code":60094},"setIdx":0,"setId":2,"iconIdx":155},{"icon":{"paths":["M710.187 346.667h124.373c-0.461-0.635-0.951-1.193-1.488-1.703l-0.005-0.005-200.107-208.427c-1.482-1.474-3.165-2.749-5.004-3.778l-0.116-0.060v131.627c0.106 45.436 36.91 82.241 82.337 82.347l0.010 0zM710.187 385.067c-66.586-0.248-120.499-54.16-120.747-120.723l-0-0.024v-133.76h-233.813c-92.431 0.698-167.402 74.475-170.021 166.369l-0.005 0.243 0.213 422.615c-0.030 1.19-0.047 2.591-0.047 3.997 0 92.589 73.965 167.903 166.031 170.078l0.202 0.004h320.64c92.282-3.49 165.768-79.143 165.768-171.959 0-0.595-0.003-1.189-0.009-1.783l0.001 0.090v-335.147zM623.979 565.207h-92.77v92.771c0 10.608-8.6 19.208-19.208 19.208s-19.208-8.6-19.208-19.208l0 0v-92.77h-92.77c-10.608 0-19.208-8.6-19.208-19.208s8.6-19.208 19.208-19.208l92.771 0v-92.792c-0-10.608 8.6-19.208 19.208-19.208s19.208 8.6 19.208 19.208v-0 92.792h92.77c10.608 0 19.208 8.6 19.208 19.208s-8.6 19.208-19.208 19.208h-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Add Document_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2895,"id":132,"name":"Add-Document_Fill","prevSize":32,"code":60095},"setIdx":0,"setId":2,"iconIdx":156},{"icon":{"paths":["M832.979 344.896l-200.041-208.375c-3.5-3.644-8.412-5.91-13.853-5.917l-8.005-0c-0.7-0.303-1.515-0.479-2.371-0.479s-1.671 0.176-2.411 0.494l0.040-0.015h-250.63c-92.443 0.545-167.472 74.338-170.005 166.244l-0.005 0.235v422.708c-0.024 1.062-0.037 2.314-0.037 3.569 0 92.713 73.999 168.143 166.157 170.448l0.214 0.004 4.292 0.063 316.302-0.021c92.25-3.47 165.718-79.092 165.718-171.873 0-0.623-0.003-1.246-0.010-1.867l0.001 0.095v-362.021c0-0.003 0-0.007 0-0.011 0-5.16-2.041-9.842-5.36-13.285l0.006 0.006zM627.917 186.75l153.56 159.957h-71.31c-45.44-0.164-82.217-37.021-82.25-82.476l-0-0.003zM799.917 720.333c0.006 0.49 0.010 1.069 0.010 1.649 0 71.839-56.706 130.435-127.799 133.467l-0.274 0.009-318.739-0.021c-71.649-1.769-129.056-60.272-129.056-132.182 0-1.071 0.013-2.14 0.038-3.205l-0.003 0.158v-422.666c2.132-71.218 60.207-128.182 131.665-128.521l0.033-0h233.708v95.208c0.102 66.633 54.014 120.639 120.6 120.896l0.025 0h89.792zM623.979 526.792h-92.781v-92.792c0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198v0 92.792h-92.792c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h92.792v92.771c-0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198v0-92.771h92.781c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Add Document"],"grid":0},"attrs":[{}],"properties":{"order":2896,"id":133,"name":"Add-Document","prevSize":32,"code":60096},"setIdx":0,"setId":2,"iconIdx":157},{"icon":{"paths":["M439.187 519.104h1.188c104.463-0.003 189.146-84.688 189.146-189.151 0-104.465-84.686-189.151-189.151-189.151-104.445 0-189.119 84.653-189.151 189.091l-0 0.003c-0.001 0.197-0.001 0.429-0.001 0.662 0 103.928 84.086 188.218 187.938 188.546l0.031 0zM526.080 693.76c-0-0.133-0.001-0.291-0.001-0.449 0-34.238 9.020-66.369 24.814-94.147l-0.493 0.943c-37.333-3.2-71.253-3.2-92.587-3.2-129.493 0-301.867 14.080-301.867 134.613 0 135.253 227.2 135.253 301.867 135.253 4.435 0.081 9.666 0.128 14.907 0.128 49.657 0 98.342-4.159 145.727-12.147l-5.114 0.713c-52.808-35.162-87.157-94.413-87.253-161.692l-0-0.015zM719.573 538.667c-0.024-0-0.052-0-0.080-0-85.611 0-155.013 69.402-155.013 155.013 0 67.85 43.592 125.518 104.297 146.526l1.089 0.328c14.542 5.273 31.326 8.323 48.823 8.323 0.311 0 0.621-0.001 0.932-0.003l-0.048 0c85.656-0 155.093-69.438 155.093-155.093s-69.438-155.093-155.093-155.093v0zM797.397 660.792l-88.604 88.604c-2.895 2.896-6.894 4.688-11.313 4.688s-8.418-1.791-11.312-4.688l-44.313-44.302c-2.895-2.895-4.686-6.895-4.686-11.313 0-8.836 7.163-15.998 15.998-15.998 4.418 0 8.417 1.791 11.313 4.686l33 32.99 77.291-77.291c2.895-2.895 6.895-4.686 11.313-4.686 8.836 0 15.998 7.163 15.998 15.998 0 4.418-1.791 8.417-4.686 11.313l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Account Confirmation_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2897,"id":134,"name":"Account-Confirmation_Fill","prevSize":32,"code":60097},"setIdx":0,"setId":2,"iconIdx":158},{"icon":{"paths":["M439.187 521.24h1.188c105.642-0.003 191.281-85.644 191.281-191.287 0-105.645-85.642-191.287-191.287-191.287-105.621 0-191.248 85.603-191.287 191.215l-0 0.004c-0.001 0.195-0.001 0.426-0.001 0.656 0 105.111 85.041 190.36 190.073 190.698l0.032 0zM440.375 181.333c0.053-0 0.115-0 0.178-0 82.081 0 148.62 66.539 148.62 148.62s-66.539 148.62-148.62 148.62c-0.063 0-0.125-0-0.188-0l-1.105 0c-81.531-0.29-147.512-66.45-147.512-148.021 0-0.209 0-0.417 0.001-0.626l-0 0.032c0.099-82.043 66.581-148.526 148.615-148.625l0.010-0zM525.833 815.99c-25.396 2.176-53.406 3.229-85.625 3.229-161.688 0-243.667-29.376-243.667-87.323 0-57.937 81.979-87.313 243.667-87.313 25.323 0 38.573 0.698 57.052 2.177 0.508 0.043 1.1 0.068 1.698 0.068 11.785 0 21.338-9.554 21.338-21.338 0-11.187-8.609-20.364-19.564-21.266l-0.077-0.005c-19.219-1.521-33.844-2.302-60.448-2.302-122.917 0-286.333 13.479-286.333 129.979 0 129.99 215.51 129.99 286.333 129.99 33.448 0 62.635-1.104 89.25-3.375 10.974-0.968 19.516-10.116 19.516-21.26 0-11.784-9.553-21.338-21.338-21.338-0.635 0-1.263 0.028-1.884 0.082l0.081-0.006zM719.625 517.406c-0-0-0-0-0-0-97.409 0-176.375 78.966-176.375 176.375s78.966 176.375 176.375 176.375c97.409 0 176.375-78.966 176.375-176.375v0c-0.117-97.362-79.013-176.258-176.364-176.375l-0.011-0zM719.625 827.489c-0 0-0 0-0 0-73.845 0-133.708-59.863-133.708-133.708s59.863-133.708 133.708-133.708c73.845 0 133.708 59.863 133.708 133.708 0 0-0 0-0 0l0-0c-0.090 73.809-59.9 133.618-133.7 133.708l-0.009 0zM771 634.396l-73.521 73.521-29.23-29.218c-3.85-3.804-9.145-6.153-14.988-6.153-11.781 0-21.331 9.55-21.331 21.331 0 5.843 2.349 11.137 6.155 14.99l-0.002-0.002 44.312 44.302c3.86 3.862 9.193 6.25 15.083 6.25s11.224-2.389 15.083-6.25l88.604-88.604c3.876-3.863 6.274-9.206 6.274-15.11 0-11.781-9.55-21.331-21.331-21.331-5.903 0-11.247 2.398-15.109 6.273l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Account Confirmation"],"grid":0},"attrs":[{}],"properties":{"order":2870,"id":135,"name":"Account-Confirmation","prevSize":32,"code":60098},"setIdx":0,"setId":2,"iconIdx":159},{"icon":{"paths":["M889.437 725.833c-2.937-19.030-12.105-35.526-25.318-47.698l-0.057-0.052c-38.165-36.316-81.014-68.302-127.392-94.819l-3.232-1.702c-1.592-0.918-3.439-1.632-5.399-2.041l-0.122-0.021c-3.945-0.593-8.498-0.931-13.13-0.931-20.697 0-39.816 6.76-55.268 18.193l0.253-0.179c-18.375 10.563-29.458 16.313-43.396 11.271-92.887-36.907-165.106-108.997-201.339-199.393l-0.849-2.399c-5.146-14.313 0.604-25.417 11.208-43.792 11.265-15.257 18.029-34.434 18.029-55.192 0-4.628-0.336-9.178-0.986-13.627l0.061 0.506c-0.441-2.067-1.154-3.899-2.112-5.573l0.049 0.094c-28.16-49.491-60.040-92.241-96.48-130.621l0.271 0.288c-12.774-13.811-30.119-23.231-49.619-25.849l-0.424-0.047c-59.604-2.854-129.625 78.792-142.187 98.563-29.083 40.083-29.167 92.687-0.542 155.667 66.355 162.333 319.667 415.625 483.292 483.625 25.216 12.9 54.863 20.881 86.269 21.908l0.335 0.009c0.566 0.010 1.233 0.016 1.901 0.016 25.002 0 48.135-8.001 66.979-21.582l-0.339 0.233c15.229-8.604 101.917-81.396 99.75-142.646-0.030-0.809-0.105-1.57-0.223-2.317l0.014 0.109zM678.083 339.584l-104.375 104.375c-3.446 3.471-5.577 8.253-5.577 13.533 0 10.609 8.6 19.21 19.21 19.21 5.28 0 10.062-2.13 13.534-5.578l-0.001 0.001 104.375-104.375 104.667 104.667c3.479 3.493 8.293 5.655 13.612 5.655 10.609 0 19.21-8.601 19.21-19.21 0-5.319-2.162-10.132-5.654-13.611l-0.001-0.001-104.667-104.666 104.375-104.375c3.53-3.485 5.716-8.324 5.716-13.673 0-10.609-8.601-19.21-19.21-19.21-5.349 0-10.188 2.186-13.671 5.714l-0.002 0.002-104.375 104.375-104.479-104.48c-3.476-3.476-8.279-5.626-13.583-5.626-10.609 0-19.21 8.6-19.21 19.21 0 5.305 2.15 10.107 5.626 13.583l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Call Rejected_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2867,"id":136,"name":"Call-Rejected_Fill","prevSize":32,"code":60065},"setIdx":0,"setId":2,"iconIdx":160},{"icon":{"paths":["M889.437 725.833c-2.937-19.030-12.105-35.526-25.318-47.698l-0.057-0.052c-38.165-36.316-81.014-68.302-127.392-94.819l-3.232-1.702c-1.592-0.918-3.439-1.632-5.399-2.041l-0.122-0.021c-3.943-0.592-8.494-0.93-13.123-0.93-20.7 0-39.82 6.76-55.275 18.192l0.253-0.179c-18.396 10.563-29.437 16.313-43.396 11.271-92.887-36.907-165.106-108.997-201.339-199.393l-0.849-2.399c-5.146-14.313 0.604-25.417 11.208-43.792 11.265-15.257 18.029-34.434 18.029-55.192 0-4.628-0.336-9.178-0.986-13.627l0.061 0.506c-0.441-2.067-1.154-3.899-2.112-5.573l0.049 0.094c-28.16-49.491-60.040-92.241-96.48-130.621l0.271 0.288c-12.774-13.811-30.119-23.231-49.619-25.849l-0.424-0.047c-59.477-2.854-129.624 78.792-142.187 98.563-29.083 40.083-29.167 92.687-0.542 155.667 66.355 162.333 319.667 415.625 483.292 483.625 25.216 12.9 54.863 20.881 86.269 21.908l0.335 0.009c0.566 0.010 1.233 0.016 1.901 0.016 25.002 0 48.135-8.001 66.979-21.582l-0.339 0.233c15.229-8.604 101.917-81.396 99.75-142.646-0.030-0.809-0.105-1.57-0.223-2.317l0.014 0.109zM769.25 838.375c-29.542 21.167-68.292 20.167-119.021-3.417-157.333-65.396-399.75-307.708-463.52-463.687-23.208-51.104-24.292-89.813-3.312-118.333 0.354-0.479 0.688-0.959 1-1.479 12.375-20.583 72.271-81.063 104.979-81.063 0.354 0 0.729 0 1.083 0.021 10.25 1.639 19.113 6.649 25.612 13.837l0.034 0.038c33.431 35.177 62.988 74.579 87.649 117.17l1.601 2.997c0 0.004 0 0.008 0 0.013 0 14.615-4.979 28.066-13.334 38.751l0.104-0.139c-10.941 14.207-17.535 32.254-17.535 51.841 0 8.772 1.323 17.236 3.78 25.201l-0.161-0.605c41.13 103.17 121.403 183.315 221.996 223.334l2.67 0.937c7.301 2.27 15.696 3.577 24.396 3.577 19.517 0 37.497-6.579 51.844-17.64l-0.198 0.147c10.463-8.248 23.836-13.23 38.373-13.23 0.067 0 0.133 0 0.2 0l-0.010-0c45.694 26.336 85.187 55.997 120.694 89.805l-0.256-0.242c6.816 6.23 11.607 14.572 13.336 23.986l0.040 0.264c-0.001 36.938-64.522 97.896-82.043 107.917zM678.083 339.584l-104.375 104.375c-3.446 3.471-5.577 8.253-5.577 13.533 0 10.609 8.6 19.21 19.21 19.21 5.28 0 10.062-2.13 13.534-5.578l-0.001 0.001 104.375-104.375 104.667 104.667c3.479 3.493 8.293 5.655 13.612 5.655 10.609 0 19.21-8.601 19.21-19.21 0-5.319-2.162-10.132-5.654-13.611l-0.001-0.001-104.667-104.666 104.375-104.375c3.53-3.485 5.716-8.324 5.716-13.673 0-10.609-8.601-19.21-19.21-19.21-5.349 0-10.188 2.186-13.671 5.714l-0.002 0.002-104.375 104.375-104.479-104.48c-3.476-3.476-8.279-5.626-13.583-5.626-10.609 0-19.21 8.6-19.21 19.21 0 5.305 2.15 10.107 5.626 13.583l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Call Rejected"],"grid":0},"attrs":[{}],"properties":{"order":2866,"id":137,"name":"Call-Rejected","prevSize":32,"code":60066},"setIdx":0,"setId":2,"iconIdx":161},{"icon":{"paths":["M889.437 725.833c-2.937-19.030-12.105-35.526-25.318-47.698l-0.057-0.052c-38.165-36.316-81.014-68.302-127.392-94.819l-3.232-1.702c-1.592-0.918-3.439-1.632-5.399-2.041l-0.122-0.021c-3.943-0.592-8.494-0.93-13.123-0.93-20.7 0-39.82 6.76-55.275 18.192l0.253-0.179c-18.396 10.563-29.479 16.313-43.396 11.271-92.889-36.913-165.112-109-201.359-199.393l-0.849-2.399c-5.125-14.313 0.625-25.417 11.219-43.792 11.266-15.252 18.032-34.426 18.032-55.179 0-4.633-0.337-9.187-0.988-13.639l0.061 0.506c-0.447-2.068-1.159-3.899-2.113-5.575l0.050 0.096c-28.154-49.493-60.032-92.243-96.47-130.622l0.272 0.289c-12.771-13.809-30.112-23.229-49.607-25.849l-0.424-0.047c-59.177-1.854-129.656 78.792-142.187 98.563-29.083 40.083-29.177 92.687-0.552 155.667 66.353 162.355 319.675 415.625 483.29 483.625 25.216 12.9 54.863 20.881 86.269 21.908l0.335 0.009c0.566 0.010 1.233 0.016 1.901 0.016 25.002 0 48.135-8.001 66.979-21.582l-0.339 0.233c15.229-8.604 101.917-81.396 99.75-142.646-0.030-0.809-0.105-1.57-0.223-2.317l0.014 0.109zM609.396 432.853c3.475 5.275 9.371 8.708 16.070 8.708 3.67 0 7.099-1.031 10.014-2.818l-0.084 0.048 200.667-121.255-9.875 58.859c-0.167 0.952-0.263 2.048-0.263 3.167 0 9.486 6.879 17.365 15.92 18.921l0.114 0.016c0.943 0.172 2.028 0.271 3.136 0.271 0.018 0 0.036-0 0.055-0l-0.003 0c9.477-0.019 17.342-6.894 18.9-15.928l0.016-0.114 16.791-100.122c0.007-0.195 0.011-0.424 0.011-0.653 0-0.649-0.032-1.291-0.096-1.924l0.006 0.080c0.041-0.461 0.064-0.998 0.064-1.541 0-0.957-0.073-1.897-0.213-2.815l0.013 0.103c-0.333-1.302-0.748-2.43-1.261-3.501l0.049 0.113c-0.304-1.142-0.664-2.122-1.101-3.058l0.047 0.112c-0.146-0.24-0.395-0.365-0.55-0.599-0.138-0.208-0.157-0.469-0.305-0.672-0.69-0.759-1.424-1.448-2.211-2.075l-0.038-0.029c-2.604-2.437-5.788-4.288-9.32-5.323l-0.164-0.041c-0.285-0.063-0.519-0.256-0.809-0.302l-100.229-16.188c-0.902-0.15-1.941-0.236-3-0.236-10.606 0-19.204 8.598-19.204 19.204 0 9.503 6.902 17.393 15.966 18.932l0.113 0.016 48.631 7.851-175.861 106.273-82.833-126.625c-3.48-5.269-9.376-8.698-16.073-8.698-10.603 0-19.199 8.596-19.199 19.199 0 3.907 1.167 7.541 3.171 10.573l-0.044-0.072z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Missed Call_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2865,"id":138,"name":"Missed-Call_Fill","prevSize":32,"code":60061},"setIdx":0,"setId":2,"iconIdx":162},{"icon":{"paths":["M889.437 725.854c-2.932-19.040-12.105-35.545-25.328-47.719l-0.057-0.052c-38.16-36.308-80.998-68.292-127.361-94.817l-3.233-1.704c-1.595-0.918-3.446-1.632-5.409-2.041l-0.123-0.021c-3.949-0.594-8.507-0.933-13.143-0.933-20.7 0-39.822 6.761-55.276 18.195l0.253-0.179c-18.385 10.563-29.489 16.313-43.385 11.271-92.889-36.913-165.112-109-201.359-199.393l-0.849-2.399c-5.125-14.313 0.625-25.417 11.219-43.792 11.266-15.252 18.032-34.426 18.032-55.179 0-4.633-0.337-9.187-0.988-13.639l0.061 0.506c-0.447-2.068-1.159-3.899-2.113-5.575l0.050 0.096c-28.154-49.493-60.032-92.243-96.47-130.622l0.272 0.289c-12.771-13.809-30.112-23.229-49.607-25.849l-0.424-0.047c-59.354-1.854-129.656 78.792-142.187 98.563-29.083 40.083-29.177 92.687-0.552 155.667 66.354 162.355 319.676 415.625 483.312 483.625 25.21 12.9 54.85 20.882 86.249 21.908l0.335 0.009c0.57 0.010 1.242 0.016 1.915 0.016 24.994 0 48.119-8.001 66.954-21.581l-0.338 0.232c15.239-8.604 101.906-81.396 99.75-142.646-0.027-0.799-0.098-1.554-0.211-2.295l0.013 0.108zM769.26 838.375c-29.562 21.167-68.26 20.167-119.031-3.417-157.312-65.396-399.76-307.708-463.52-463.687-23.208-51.104-24.292-89.813-3.302-118.333 0.344-0.479 0.677-0.959 0.979-1.479 12.385-20.583 72.271-81.063 105-81.063 0.354 0 0.708 0 1.063 0.021 10.257 1.638 19.127 6.648 25.633 13.838l0.033 0.037c33.422 35.179 62.975 74.581 87.637 117.168l1.602 2.998c-0.007 14.619-4.989 28.074-13.344 38.764l0.105-0.139c-10.939 14.202-17.531 32.244-17.531 51.825 0 8.778 1.325 17.247 3.786 25.217l-0.161-0.605c41.132 103.165 121.4 183.308 221.986 223.334l2.67 0.937c7.303 2.272 15.7 3.58 24.403 3.58 19.515 0 37.493-6.581 51.837-17.644l-0.198 0.147c10.445-8.248 23.802-13.23 38.322-13.23 0.092 0 0.183 0 0.275 0.001l-0.014-0c45.685 26.34 85.17 56 120.673 89.805l-0.256-0.242c6.818 6.228 11.61 14.571 13.336 23.986l0.040 0.264c0.020 36.917-64.522 97.896-82.022 107.917zM609.385 432.853c3.475 5.275 9.371 8.708 16.070 8.708 3.67 0 7.099-1.031 10.014-2.818l-0.084 0.048 200.675-121.26-9.883 58.844c-0.168 0.955-0.265 2.055-0.265 3.177 0 9.485 6.873 17.365 15.91 18.931l0.115 0.016c0.95 0.172 2.044 0.271 3.161 0.271 0.013 0 0.026-0 0.039-0l-0.002 0c9.472-0.014 17.336-6.88 18.9-15.907l0.016-0.115 16.813-100.125c0.009-0.217 0.014-0.471 0.014-0.726 0-0.672-0.035-1.335-0.103-1.989l0.007 0.082c0.038-0.445 0.060-0.963 0.060-1.486 0-0.923-0.068-1.83-0.198-2.716l0.012 0.101c-0.342-1.352-0.774-2.526-1.312-3.639l0.049 0.113c-0.298-1.106-0.645-2.051-1.065-2.956l0.047 0.113c-0.141-0.232-0.38-0.352-0.529-0.576-0.142-0.216-0.164-0.484-0.315-0.695-0.712-0.788-1.473-1.501-2.289-2.147l-0.039-0.030c-0.796-0.898-1.655-1.704-2.581-2.426l-0.043-0.032c-1.882-0.992-4.123-1.951-6.444-2.735l-0.336-0.098c-0.285-0.060-0.519-0.256-0.809-0.302l-100.24-16.188c-0.902-0.15-1.941-0.236-3-0.236-10.606 0-19.204 8.598-19.204 19.204 0 9.503 6.902 17.393 15.966 18.932l0.113 0.016 48.637 7.851-175.876 106.273-82.823-126.625c-3.48-5.27-9.377-8.699-16.074-8.699-10.604 0-19.2 8.596-19.2 19.2 0 3.907 1.167 7.541 3.171 10.574l-0.044-0.072z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Missed Call"],"grid":0},"attrs":[{}],"properties":{"order":2864,"id":139,"name":"Missed-Call","prevSize":32,"code":60062},"setIdx":0,"setId":2,"iconIdx":163},{"icon":{"paths":["M874.667 603.52c-8.836 0.002-15.998 7.164-16 16l-0 0v157.646c-0.053 44.99-36.51 81.447-81.495 81.501l-141.005 0c-8.837 0-16 7.163-16 16s7.163 16 16 16v0h141c62.655-0.074 113.426-50.845 113.5-113.493l0-0.007v-157.647c-0.002-8.836-7.164-15.998-16-16l-0-0zM382.292 858.667h-125.646c-50.408-0.056-91.257-40.904-91.312-91.307l-0-0.005v-147.834c0-8.837-7.163-16-16-16s-16 7.163-16 16v0 147.833c0.075 68.074 55.239 123.238 123.305 123.313l125.653 0c8.837 0 16-7.163 16-16s-7.163-16-16-16v0zM149.333 412.792c8.836-0.002 15.998-7.164 16-16l0-0v-149.958c0.054-44.99 36.511-81.446 81.495-81.5l135.463-0c8.837 0 16-7.163 16-16s-7.163-16-16-16v0h-135.458c-62.655 0.074-113.426 50.845-113.5 113.493l-0 0.007v149.958c0.002 8.836 7.164 15.998 16 16l0 0zM767.354 133.333h-131.188c-8.837 0-16 7.163-16 16s7.163 16 16 16v0h131.188c50.408 0.056 91.257 40.904 91.312 91.307l0 0.005v140.146c0 8.837 7.163 16 16 16s16-7.163 16-16v0-140.146c-0.076-68.073-55.239-123.237-123.305-123.312l-0.007-0zM301.541 257.354c-21.698 0.033-39.279 17.614-39.312 39.309l-0 0.003v73.833c0.032 21.699 17.614 39.28 39.309 39.313l0.003 0h73.833c21.694-0.035 39.269-17.617 39.292-39.31l0-0.002v-73.834c-0.023-21.695-17.598-39.278-39.288-39.312l-0.003-0zM382.666 296.667v73.833c0 0.003 0 0.006 0 0.009 0 4.029-3.263 7.297-7.291 7.304l-0.001 0h-73.832c-0.001 0-0.003 0-0.004 0-4.036 0-7.309-3.272-7.309-7.309 0-0.001 0-0.003 0-0.004l-0 0v-73.833c-0-0.001-0-0.002-0-0.004 0-4.036 3.272-7.309 7.309-7.309 0.001 0 0.003 0 0.004 0l73.833-0c4.029 0.007 7.292 3.274 7.292 7.304 0 0.003-0 0.006-0 0.009l0-0zM375.375 603.52h-73.833c-21.695 0.023-39.278 17.598-39.313 39.288l-0 0.003v73.854c0.035 21.694 17.617 39.269 39.31 39.292l73.835 0c21.69-0.024 39.267-17.601 39.292-39.289l0-0.002v-73.853c-0.024-21.691-17.601-39.268-39.289-39.293l-0.002-0zM382.666 716.666c-0.004 4.025-3.266 7.287-7.291 7.292l-73.834 0c-0.003 0-0.006 0-0.009 0-4.030 0-7.297-3.263-7.304-7.291l-0-0.001v-73.853c0.007-4.029 3.274-7.292 7.304-7.292 0.003 0 0.006 0 0.009 0l73.833-0c4.025 0.004 7.287 3.266 7.292 7.291l0 0zM648.625 755.958h73.833c21.695-0.023 39.278-17.598 39.313-39.288l0-0.003v-73.853c-0.034-21.694-17.617-39.27-39.31-39.293l-73.835-0c-21.69 0.024-39.268 17.601-39.292 39.289l-0 0.002v73.854c0.024 21.691 17.601 39.268 39.29 39.293l0.002 0zM641.333 642.812c0.005-4.025 3.267-7.287 7.292-7.292l73.834-0c0.003-0 0.006-0 0.009-0 4.030 0 7.297 3.263 7.304 7.291l0 0.001v73.854c-0.007 4.029-3.274 7.292-7.304 7.292-0.003 0-0.006-0-0.009-0l-73.833 0c-4.025-0.004-7.287-3.266-7.292-7.291l-0-0zM648.625 409.813h73.833c21.699-0.033 39.28-17.615 39.312-39.31l0-0.003v-73.833c-0.033-21.699-17.614-39.28-39.31-39.312l-0.003-0h-73.833c-21.694 0.034-39.269 17.617-39.292 39.31l-0 0.002v73.833c0.022 21.696 17.598 39.279 39.289 39.313l0.003 0zM641.333 296.668c-0-0.002-0-0.005-0-0.008 0-4.030 3.263-7.297 7.291-7.305l0.001-0h73.833c0.001-0 0.003-0 0.004-0 4.036 0 7.309 3.272 7.309 7.309 0 0.001-0 0.003-0 0.004l0-0v73.833c0 0.001 0 0.002 0 0.004 0 4.036-3.272 7.309-7.309 7.309-0.001 0-0.003-0-0.004-0l-73.833 0c-4.029-0.007-7.292-3.275-7.292-7.305 0-0.003 0-0.006 0-0.008l-0 0zM493.75 512v-102.187h48c8.836-0.002 15.998-7.164 16-16l0-0v-120.459c0-8.837-7.163-16-16-16s-16 7.163-16 16v0 104.459h-48c-8.836 0.002-15.998 7.164-16 16l-0 0v102.187h-35.437c-8.837 0-16 7.163-16 16s7.163 16 16 16v0h51.437c8.836-0.002 15.998-7.164 16-16l0-0zM271.957 496c-8.837 0-16 7.163-16 16s7.163 16 16 16v0h47.689c8.837 0 16-7.163 16-16s-7.163-16-16-16v0zM644.957 546.729c0.002 8.836 7.164 15.998 16 16l84.814 0c8.837 0 16-7.163 16-16s-7.163-16-16-16v0h-68.812v-50.5c-0.002-8.836-7.164-15.998-16-16l-66.5-0c-8.837 0-16 7.163-16 16s7.163 16 16 16v0h50.5zM546.77 548.292c-8.836 0.002-15.998 7.164-16 16l-0 0v99.458h-53.020c-8.836 0.002-15.998 7.164-16 16l-0 0v67.333c0 8.837 7.163 16 16 16s16-7.163 16-16v0-51.333h53.021c8.836-0.002 15.998-7.164 16-16l0-0v-115.458c-0.002-8.836-7.164-15.998-16-16l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["QR_FIll"],"grid":0},"attrs":[{}],"properties":{"order":2863,"id":140,"name":"QR_FIll","prevSize":32,"code":60063},"setIdx":0,"setId":2,"iconIdx":164},{"icon":{"paths":["M890.271 458.271c-1.485-0.412-3.19-0.649-4.95-0.649-8.851 0-16.302 5.992-18.519 14.14l-0.031 0.135-25.651 96.526c-69.099-111.199-190.587-184.13-329.109-184.13-138.532 0-260.027 72.942-328.174 182.514l-0.95 1.639-25.657-96.549c-2.277-8.251-9.716-14.21-18.547-14.21-10.608 0-19.208 8.6-19.208 19.208 0 1.734 0.23 3.414 0.66 5.012l-0.031-0.134 38.187 143.667c2.267 8.275 9.714 14.258 18.561 14.271l0.001 0c1.788-0.005 3.516-0.248 5.159-0.699l-0.138 0.032 143.481-38.792c8.24-2.285 14.189-9.719 14.189-18.542 0-10.609-8.6-19.209-19.209-19.209-1.786 0-3.515 0.244-5.156 0.7l0.135-0.032-100.913 27.297c62.019-101.235 172.033-167.755 297.583-167.755 125.545 0 235.554 66.515 296.71 166.226l0.865 1.516-100.87-27.284c-1.506-0.424-3.235-0.668-5.021-0.668-10.609 0-19.209 8.6-19.209 19.209 0 8.823 5.948 16.257 14.053 18.51l0.135 0.032 143.479 38.792c1.505 0.418 3.233 0.661 5.018 0.667l0.003 0c2.778-0.060 5.392-0.703 7.743-1.812l-0.116 0.049 0.228-0.049 0.151-0.109c0.526-0.242 1.091-0.37 1.6-0.661 1.123-0.795 2.105-1.66 2.988-2.617l0.012-0.013c0.652-0.505 1.231-1.014 1.777-1.556l-0.001 0.001c1.347-1.882 2.584-4.025 3.604-6.285l0.096-0.238c0.116-0.349 0.387-0.619 0.482-0.979l38.187-143.667c0.407-1.478 0.642-3.174 0.642-4.925 0-8.855-5.986-16.311-14.132-18.544l-0.135-0.032z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Rotate_1"],"grid":0},"attrs":[{}],"properties":{"order":2862,"id":141,"name":"Rotate_1","prevSize":32,"code":60064},"setIdx":0,"setId":2,"iconIdx":165},{"icon":{"paths":["M885.333 465.281c10.604 0 19.2-8.596 19.2-19.2s-8.596-19.2-19.2-19.2l-52.48-0v-90.455h52.48c10.604 0 19.201-8.596 19.201-19.201s-8.596-19.201-19.201-19.201h-52.907c-3.437-58.008-49.388-104.255-106.955-108.142l-0.352-0.019v-53.545c0-10.604-8.596-19.2-19.2-19.2s-19.2 8.596-19.2 19.2v53.12h-90.24v-53.12c0-10.663-8.644-19.307-19.307-19.307s-19.307 8.644-19.307 19.307l0-0v53.12h-90.24v-53.12c0-10.604-8.596-19.2-19.2-19.2s-19.2 8.596-19.2 19.2l-0 0v53.12h-90.24v-53.12c0-10.604-8.596-19.2-19.2-19.2s-19.2 8.596-19.2 19.2v53.545c-58.122 3.646-104.323 49.996-107.719 107.85l-0.015 0.312h-54.187c-10.604 0-19.2 8.596-19.2 19.2s8.596 19.2 19.2 19.2l53.76-0v90.453h-53.76c-10.604 0-19.2 8.596-19.2 19.2s8.596 19.2 19.2 19.2l53.76 0v90.24h-53.76c-10.604 0-19.2 8.596-19.2 19.2s8.596 19.2 19.2 19.2l53.76 0v90.453h-53.76c-10.604 0-19.2 8.596-19.2 19.2s8.596 19.2 19.2 19.2h53.973c1.884 59.555 48.729 107.584 107.611 111.343l0.336 0.017v53.547c0 10.604 8.596 19.2 19.2 19.2s19.2-8.596 19.2-19.2v-53.12h90.24v53.12c0 10.604 8.596 19.2 19.2 19.2s19.2-8.596 19.2-19.2v-53.12h90.24v53.12c-0 10.663 8.644 19.307 19.307 19.307s19.307-8.644 19.307-19.307v0-53.12h90.24v53.12c0 10.604 8.596 19.2 19.2 19.2s19.2-8.596 19.2-19.2v-53.547c58.981-4.114 105.529-51.995 107.515-111.17l0.005-0.19h52.693c10.604 0 19.2-8.596 19.2-19.2s-8.596-19.2-19.2-19.2h-52.48v-90.453h52.48c0.050 0 0.11 0.001 0.169 0.001 10.604 0 19.2-8.596 19.2-19.2s-8.596-19.2-19.2-19.2c-0.060 0-0.119 0-0.178 0.001l0.009-0h-52.48v-90.24zM749.653 648.745c-0.068 56.173-45.587 101.692-101.754 101.76l-270.513 0c-56.173-0.068-101.692-45.587-101.76-101.753l-0-0.007v-273.705c0.069-56.172 45.587-101.69 101.753-101.758l270.513-0c56.173 0.067 101.691 45.586 101.76 101.751l0 0.006zM647.844 311.719h-270.518c-0-0-0.001-0-0.001-0-35.009 0-63.39 28.381-63.39 63.39 0 0 0 0.001 0 0.001l0 0v273.707c-0 0-0 0-0 0 0 35.009 28.381 63.39 63.39 63.39 0 0 0-0 0-0l270.518 0c0 0 0.001 0 0.001 0 35.010 0 63.391-28.381 63.391-63.39l0-0v-273.707c-0-35.010-28.381-63.391-63.391-63.391-0 0-0.001 0-0.001 0l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Hardware config_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2861,"id":142,"name":"Hardware-config_Fill","prevSize":32,"code":60059},"setIdx":0,"setId":2,"iconIdx":166},{"icon":{"paths":["M885.333 465.229c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208l-52.583 0v-90.313h52.583c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-52.915c-3.462-58.022-49.377-104.287-106.932-108.282l-0.361-0.020v-53.531c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v53.146h-90.333v-53.146c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v53.146h-90.313v-53.146c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v53.146h-90.313v-53.146c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v53.51c-58.119 3.786-104.279 50.144-107.736 108.006l-0.015 0.318h-54.082c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h53.751l0.005 90.313h-53.757c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208l53.758-0 0.005 90.313h-53.763c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208l53.764-0 0.005 90.333h-53.77c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h53.945c1.893 59.554 48.688 107.593 107.544 111.451l0.344 0.018v53.573c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-53.208h90.313v53.208c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208l-0 0v-53.208h90.313v53.208c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208l-0 0v-53.208h90.333v53.208c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-53.594c59.005-4.096 105.565-52.043 107.447-111.266l0.005-0.181h52.757c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-52.583v-90.334h52.583c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208l-52.583 0v-90.313zM794.333 314.508c-0.236 0.786-0.433 1.729-0.554 2.696l-0.009 0.088c0.13 1.055 0.327 1.998 0.595 2.911l-0.032-0.127v123.161c-0.356 0.822-0.563 1.779-0.563 2.784s0.207 1.962 0.58 2.831l-0.018-0.047v123.161c-0.356 0.822-0.563 1.779-0.563 2.784s0.207 1.962 0.58 2.831l-0.018-0.047v123.182c-0.356 0.822-0.563 1.779-0.563 2.784s0.207 1.962 0.58 2.831l-0.018-0.047v13.008c-0.043 42.417-34.417 76.79-76.829 76.833l-409.837 0c-42.409-0.052-76.772-34.423-76.813-76.829l-0-0.004-0.021-414.667c0.052-42.409 34.423-76.772 76.83-76.813l409.838-0c42.41 0.040 76.781 34.404 76.833 76.808l0 0.005zM647.854 292.5h-270.521c-45.598 0.058-82.546 37.006-82.604 82.598l-0 0.005v273.709c0.058 45.598 37.006 82.546 82.598 82.604l270.527 0c45.593-0.059 82.536-37.010 82.583-82.6l0-0.005v-273.709c-0.048-45.594-36.991-82.544-82.578-82.604l-0.006-0zM692.021 648.813c-0.019 24.389-19.779 44.157-44.164 44.188l-270.524 0c-24.396-0.021-44.167-19.792-44.187-44.185l-0-0.002v-273.709c0.021-24.396 19.792-44.167 44.185-44.188l270.523-0c24.388 0.030 44.148 19.798 44.167 44.186l0 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Hardware config"],"grid":0},"attrs":[{}],"properties":{"order":2860,"id":143,"name":"Hardware-config","prevSize":32,"code":60060},"setIdx":0,"setId":2,"iconIdx":167},{"icon":{"paths":["M865.865 205.854l-48.302-48.104c-20.598-20.509-49.006-33.188-80.375-33.188s-59.777 12.679-80.379 33.192l0.004-0.004-296.135 296.104c-18.484 18.42-30.126 43.695-30.789 71.688l-0.002 0.125c-0.004 0.136-0.005 0.296-0.005 0.457 0 0.927 0.066 1.838 0.195 2.729l-0.012-0.102 17.604 128.479c1.173 8.345 7.569 14.907 15.729 16.317l0.114 0.016 127.147 21.333c0.95 0.165 2.049 0.263 3.17 0.271l0.007 0c0.086 0 0.187 0 0.288 0 28.972 0 55.192-11.788 74.123-30.829l0.005-0.005 297.687-297.728c20.551-20.565 33.26-48.967 33.26-80.339 0-31.407-12.739-59.839-33.332-80.411l-0.001-0.001zM541.094 637.187c-11.726 11.786-27.844 19.194-45.691 19.562l-0.069 0.001-111.542-18.729-15.458-112.853c0.785-17.316 8.085-32.788 19.487-44.144l0.002-0.002 237.243-237.227 154.698 154.69zM838.74 339.5l-31.822 31.825-154.695-154.685 31.725-31.723c13.646-13.579 32.462-21.974 53.239-21.974 20.788 0 39.612 8.403 53.263 21.998l48.289 48.102c13.631 13.619 22.063 32.439 22.063 53.229s-8.432 39.61-22.062 53.229l-0.001 0.001zM826.667 512.458c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.003 0 0.004l-0-0v168.167c-0.099 89.028-72.243 161.172-161.261 161.271l-312.551 0c-94.099-0.107-170.351-76.36-170.458-170.449l-0-0.010v-312.604c0.108-88.982 72.215-161.086 161.188-161.188l160.302-0c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-160.292c-110.184 0.129-199.471 89.419-199.594 199.593l-0 0.012v312.604c0.13 115.298 93.556 208.732 208.84 208.875l312.556 0c110.225-0.137 199.541-89.461 199.667-199.676l0-0.012v-168.166c0-0.001 0-0.002 0-0.004 0-10.604-8.594-19.201-19.197-19.205l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Edit 1"],"grid":0},"attrs":[{}],"properties":{"order":2859,"id":144,"name":"Edit-1","prevSize":32,"code":60058},"setIdx":0,"setId":2,"iconIdx":168},{"icon":{"paths":["M721.707 392.32h-5.547v124.8c-0.065 21.182-17.218 38.335-38.394 38.4l-0.006 0h-331.52c-21.182-0.065-38.335-17.218-38.4-38.394l-0-0.006v-124.8h-5.547c-95.038 0.108-172.052 77.122-172.16 172.149l-0 0.011v225.493c0.076 40.5 32.887 73.311 73.379 73.387l0.007 0h616.96c40.5-0.076 73.311-32.887 73.387-73.379l0-0.007v-225.493c-0.108-95.038-77.122-172.052-172.149-172.16l-0.011-0zM789.729 759.147c-7.476 7.528-17.832 12.188-29.277 12.188-0.035 0-0.070-0-0.105-0l0.005 0h-0.063c-22.904-0.031-41.466-18.578-41.521-41.474l-0-0.005c0.063-22.905 18.567-41.467 41.443-41.625l0.015-0h0.063c0.008-0 0.018-0 0.027-0 22.951 0 41.557 18.606 41.557 41.557 0 11.463-4.641 21.842-12.146 29.36l0.001-0.001zM677.76 179.839h-331.52v337.281h331.52zM423.147 227.792h129.187c0.019-0 0.042-0 0.064-0 10.609 0 19.209 8.6 19.209 19.209s-8.6 19.209-19.209 19.209c-0.023 0-0.045-0-0.068-0l0.003 0h-129.187c-10.581-0.036-19.145-8.622-19.145-19.208s8.563-19.172 19.141-19.208l0.003-0zM595.751 469.125h-172.604c-10.608 0-19.208-8.6-19.208-19.208s8.6-19.208 19.208-19.208h172.604c10.608 0 19.208 8.6 19.208 19.208s-8.6 19.208-19.208 19.208l0-0zM595.751 367.667h-172.604c-10.581-0.036-19.145-8.622-19.145-19.208s8.563-19.172 19.141-19.208l0.003-0h172.604c10.581 0.036 19.145 8.622 19.145 19.208s-8.563 19.172-19.141 19.208l-0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Label Printer_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2858,"id":145,"name":"Label-Printer_Fill","prevSize":32,"code":60055},"setIdx":0,"setId":2,"iconIdx":169},{"icon":{"paths":["M346.271 536.271h331.458c10.607-0.003 19.205-8.601 19.209-19.208l0-0v-337.187c-0.003-10.607-8.601-19.205-19.208-19.208l-331.458-0c-10.607 0.003-19.205 8.601-19.209 19.208l-0 0v337.187c0.003 10.607 8.601 19.205 19.208 19.209l0 0zM365.479 199.083h293.041v298.771h-293.041zM760.354 771.333c0.017 0 0.037 0 0.058 0 22.949 0 41.552-18.604 41.552-41.552s-18.604-41.552-41.552-41.552c-0.042 0-0.084 0-0.127 0l0.006-0h-0.063c-22.907 0.048-41.459 18.629-41.459 41.543 0 11.502 4.675 21.913 12.228 29.435l0.001 0.001c7.469 7.491 17.799 12.125 29.211 12.125 0.028 0 0.056-0 0.084-0l-0.004 0zM733.521 392.688c-0.388-0.028-0.842-0.044-1.298-0.044-10.598 0-19.189 8.591-19.189 19.189 0 10.146 7.874 18.453 17.845 19.143l0.060 0.003c69.725 5.115 124.376 62.871 124.521 133.422l0 0.014v225.48c-0.023 19.34-15.701 35.010-35.041 35.021l-616.833 0c-19.341-0.012-35.018-15.682-35.042-35.019l-0-0.002v-225.481c-0-0.013-0-0.029-0-0.045 0-71.228 55.698-129.448 125.915-133.481l0.357-0.016c10.118-0.598 18.096-8.949 18.096-19.164 0-10.601-8.594-19.195-19.195-19.195-0.346 0-0.69 0.009-1.032 0.027l0.048-0.002c-90.876 5.184-162.606 80.142-162.606 171.854 0 0.007 0 0.015 0 0.022l-0-0.001v225.48c0.060 40.542 32.916 73.389 73.454 73.437l616.837 0c40.543-0.048 73.398-32.896 73.458-73.432l0-0.006v-225.48c-0.202-90.843-70.582-165.185-159.791-171.695l-0.563-0.033zM423.147 272.479h129.187c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-129.187c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h-0zM595.751 324.854h-172.604c-10.608-0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h172.604c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208l-0 0zM595.751 415.646h-172.604c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208l172.604-0c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Label Printer"],"grid":0},"attrs":[{}],"properties":{"order":2857,"id":146,"name":"Label-Printer","prevSize":32,"code":60056},"setIdx":0,"setId":2,"iconIdx":170},{"icon":{"paths":["M263.57 399.706c8.952 18.279 14.96 37.988 22.611 56.926 1.057 2.616 3.94 4.493 5.977 6.714 2.043-1.913 3.795-4.102 5.206-6.515l0.074-0.136c5.242-13.465 10.049-27.099 15.112-40.635 11.596-32.883 34.997-59.138 64.993-74.186l0.753-0.342c18.266-8.973 37.973-14.993 56.926-22.604 2.446-1.494 4.54-3.266 6.329-5.312l0.027-0.031c-2.031-1.861-3.755-4.509-6.147-5.452-13.212-5.207-26.581-10.012-39.908-14.93-33.466-11.523-60.196-35.237-75.402-65.708l-0.343-0.759c-8.798-18.082-14.766-37.533-22.318-56.241-1.044-2.587-3.876-4.453-5.88-6.652-2.088 1.814-3.865 3.912-5.291 6.248l-0.066 0.116q-7.012 17.723-13.287 35.734c-14.016 42.456-46.915 75.207-88.488 88.741l-0.975 0.275c-14.089 4.878-27.84 10.731-41.745 16.137v4.499c15.275 5.982 30.466 12.186 45.84 17.899 33.486 11.49 60.276 35.099 75.657 65.465l0.346 0.752zM735.035 753.606c-6.071 17.69-14.425 33.024-24.905 46.636l0.28-0.378c-13.311 10.333-28.722 18.826-45.365 24.709l-1.148 0.354c5.877 3.228 12.863 6.375 20.102 8.993l1.069 0.338c18.987 6.707 33.708 21.314 40.427 39.765l0.146 0.459c2.745 7.202 5.632 14.348 8.453 21.52h2.999c5.479-14.981 10.977-27.314 17.18-39.221l-0.865 1.824c10.206-14.366 25.3-24.683 42.815-28.555l0.473-0.088c3.344-1.095 6.487-2.798 9.721-4.221l0.059-2.135c-17.873-5.109-33.418-13.273-46.837-23.988l0.266 0.205c-10.007-13.283-18.409-28.563-24.469-44.976l-0.4-1.238zM600.716 592.917c-38.835-13.52-69.083-43.017-83.326-80.41l-0.313-0.934c-5.527-14.155-10.37-28.577-15.888-42.733-0.928-2.381-3.719-4.036-5.647-6.027-1.699 1.949-4.102 3.624-4.979 5.891-5.044 13.005-9.679 26.169-14.54 39.246-13.15 37.907-41.637 67.55-77.839 81.968l-0.911 0.32c-15.031 6.012-30.349 11.303-45.428 17.197-2.28 1.381-4.23 3.031-5.889 4.941l-0.026 0.030c1.988 1.927 3.643 4.706 6.021 5.641 13.679 5.376 27.548 10.258 41.314 15.413 32.873 11.588 59.117 34.988 74.146 64.981l0.342 0.753c8.845 18.047 14.749 37.525 22.259 56.246 1.6 2.683 3.481 4.988 5.65 6.984l0.022 0.020c2.254-1.921 4.17-4.151 5.703-6.641l0.069-0.12c5.224-13.202 9.945-26.603 14.937-39.898 13.912-38.641 43.812-68.553 81.505-82.182l0.942-0.297c13.525-5.087 27.139-9.936 40.628-15.115 3.198-1.726 5.95-3.571 8.508-5.645l-0.101 0.079c-2.499-1.937-5.312-3.755-8.276-5.326l-0.318-0.154c-12.801-4.882-25.704-9.5-38.566-14.226zM877.818 411.252c-9.048-3.518-18.223-6.706-27.289-10.177-25.658-9.29-45.601-28.959-55.057-53.799l-0.21-0.629c-3.684-9.518-7.012-19.176-10.764-28.665-1.125-1.836-2.469-3.404-4.024-4.733l-0.027-0.022c-1.53 1.411-2.839 3.029-3.893 4.816l-0.054 0.098c-3.357 8.576-6.336 17.297-9.559 25.927-9.51 26.932-30.355 47.762-56.65 57.049l-0.648 0.199c-7.952 2.903-15.937 5.73-23.781 8.906-2.682 1.411-4.991 2.95-7.125 4.697l0.074-0.059c1.961 1.838 4.163 3.456 6.545 4.794l0.17 0.088c8.535 3.454 17.28 6.389 25.877 9.696 25.11 9.273 44.636 28.546 54.043 52.858l0.212 0.623c3.767 9.484 7.057 19.159 10.688 28.699 1.302 2.7 2.585 4.951 3.999 7.108l-0.145-0.236c1.566-1.856 3.003-3.927 4.235-6.127l0.103-0.2c3.241-8.357 6.319-16.78 9.324-25.225 9.398-27.534 30.577-48.857 57.366-58.257l0.651-0.199c8.638-3.202 17.349-6.212 25.906-9.613 1.771-0.704 3.005-2.758 4.487-4.189-1.288-1.319-2.752-2.456-4.357-3.376l-0.097-0.051zM352.335 768.723c-23.875-8.249-42.335-26.701-50.425-50.003l-0.171-0.567c-2.726-7.487-5.509-14.957-8.451-22.361-1.35-2.434-2.771-4.527-4.356-6.482l0.064 0.082c-6.76 23.117-17.27 43.227-30.972 60.717l0.294-0.39c-17.225 13.061-37.3 23.521-59.004 30.291l-1.382 0.371c4.134 2.212 6.094 3.526 8.241 4.362q10.092 3.925 20.303 7.547c24.418 8.273 43.309 27.094 51.508 50.893l0.172 0.574c2.475 6.783 4.902 13.587 7.558 20.3 1.662 3.327 3.279 6.097 5.051 8.754l-0.184-0.294c4.257-11.191 7.794-20.115 11.057-29.138 8.336-24.111 27.011-42.739 50.582-50.837l0.572-0.171c7.022-2.546 14.074-5.022 21.005-7.799 1.907-1.085 3.552-2.337 5.010-3.777l-0.002 0.002c-1.384-1.506-2.965-2.8-4.709-3.851l-0.096-0.053c-7.145-2.913-14.41-5.539-21.667-8.171zM574.714 272.683c5.817-18.647 14.343-34.853 25.272-49.121l-0.275 0.374c13.309-9.922 28.581-18.34 44.948-24.53l1.288-0.427c-16.204-7.836-35.262-10.678-46.176-25.228-8.686-12.851-17.444-27.829-25.255-43.364l-1.087-2.387c-5.209 17.889-13.409 33.441-24.128 46.899l0.211-0.274c-13.244 9.788-28.417 18.163-44.645 24.411l-1.321 0.447c17.688 6.006 33.021 14.356 46.598 24.867l-0.363-0.27c10.681 13.836 19.192 30.003 24.643 47.518l0.291 1.085z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Sparkle_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2856,"id":147,"name":"Sparkle_Fill","prevSize":32,"code":60057},"setIdx":0,"setId":2,"iconIdx":171},{"icon":{"paths":["M885.333 482.833c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.004l-0-0v241.917c-0.017 16.136-13.093 29.212-29.227 29.229l-649.815 0c-16.136-0.017-29.212-13.093-29.229-29.227l-0-0.002v-241.917c0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198l-0 0v241.917c0.039 37.337 30.289 67.595 67.62 67.647l0.005 0h649.813c37.335-0.051 67.585-30.309 67.625-67.642l0-0.004v-241.918c0-0.001 0-0.002 0-0.003 0-10.604-8.595-19.201-19.198-19.205l-0-0zM498.349 615.693c2.896 3.127 6.968 5.128 11.509 5.296l0.030 0.001c0.569 0.161 1.28 0.31 2.005 0.415l0.096 0.011h0.021c5.297-0.013 10.090-2.164 13.563-5.635l-0 0 0.042-0.031 105.020-105.478c3.455-3.47 5.591-8.257 5.591-13.542 0-10.601-8.594-19.195-19.195-19.195-5.316 0-10.128 2.161-13.604 5.653l-72.24 72.553v-324.136c0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198h0v324.099l-72.219-72.516c-3.481-3.522-8.313-5.703-13.654-5.703-10.601 0-19.195 8.594-19.195 19.195 0 5.31 2.156 10.117 5.641 13.592l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Download"],"grid":0},"attrs":[{}],"properties":{"order":2855,"id":148,"name":"Download","prevSize":32,"code":60054},"setIdx":0,"setId":2,"iconIdx":172},{"icon":{"paths":["M753.437 118.396h-482.875c-42.948 0.047-77.753 34.845-77.812 77.786l-0 0.006v631.625c0.059 42.947 34.864 77.744 77.808 77.792l482.879 0c42.948-0.047 77.753-34.845 77.812-77.786l0-0.006v-631.625c-0.059-42.947-34.864-77.744-77.808-77.792l-0.005-0zM790.708 827.812c-0.025 20.57-16.699 37.237-37.27 37.25l-482.876 0c-20.571-0.013-37.246-16.68-37.271-37.248l-0-0.002v-631.625c0.025-20.57 16.699-37.237 37.27-37.25l149.068-0c-0.154 0.557-0.301 1.262-0.408 1.98l-0.013 0.104c0.006 11.193 9.078 20.265 20.27 20.271l145.042 0c11.193-0.006 20.265-9.078 20.271-20.27l0-0.001c-0.119-0.822-0.266-1.526-0.451-2.216l0.030 0.133h149.066c20.571 0.013 37.246 16.68 37.271 37.248l0 0.002z","M520.792 776.604h-17.229c-11.167 0.037-20.205 9.099-20.205 20.271s9.038 20.233 20.202 20.271l0.004 0h17.229c11.167-0.037 20.205-9.099 20.205-20.271s-9.038-20.233-20.202-20.271l-0.004-0z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{},{}]},"tags":["Tablet"],"grid":0},"attrs":[{},{}],"properties":{"order":2854,"id":149,"name":"Tablet","prevSize":32,"code":60052},"setIdx":0,"setId":2,"iconIdx":173},{"icon":{"paths":["M806.208 172.042h-588.416c-60.167 0.074-108.922 48.832-108.99 108.994l-0 0.007v341.625c0.068 60.168 48.823 108.926 108.983 109l280.132 0v81.875h-156.354c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h351.104c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-156.354v-81.875h269.896c60.167-0.074 108.922-48.832 108.99-108.994l0-0.007v-341.625c-0.068-60.168-48.823-108.926-108.983-109l-0.007-0zM876.802 622.667c-0.049 38.966-31.627 70.54-70.59 70.583l-588.42 0c-38.967-0.043-70.545-31.617-70.594-70.578l-0-0.005v-341.625c0.049-38.966 31.627-70.541 70.59-70.583l588.42-0c38.967 0.043 70.545 31.617 70.594 70.579l0 0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["TV"],"grid":0},"attrs":[{}],"properties":{"order":2853,"id":150,"name":"TV","prevSize":32,"code":60053},"setIdx":0,"setId":2,"iconIdx":174},{"icon":{"paths":["M368.021 785.934h-0.083c-26.831 0.077-48.553 21.845-48.553 48.687 0 26.871 21.769 48.658 48.633 48.688l0.065 0c26.834-0.073 48.559-21.843 48.559-48.687 0-26.866-21.761-48.65-48.618-48.688l-0.004-0zM692 785.934h-0.021c-26.891 0.006-48.688 21.807-48.688 48.698 0 26.895 21.803 48.698 48.698 48.698s48.698-21.803 48.698-48.698c0-26.892-21.797-48.692-48.687-48.698l-0.001-0zM518.827 314.772c0-6.4 0.213-12.802 0.853-19.203h-277.547l-9.813-116.693c-0.696-8.803-7.211-15.899-15.668-17.474l-0.119-0.018-80.213-13.867c-0.945-0.164-2.033-0.258-3.143-0.258-10.644 0-19.273 8.629-19.273 19.273 0 9.417 6.754 17.257 15.683 18.939l0.12 0.019 65.706 11.307 10.027 119.68 25.813 307.627c3.999 45.566 41.874 81.068 88.086 81.281l0.021 0h420.907c44.183-0.078 80.775-32.475 87.402-74.807l0.064-0.5 9.6-51.84c0.135-0.23 0.214-0.506 0.214-0.8 0-0.018-0-0.036-0.001-0.054l0 0.003 3.627-20.055c0.232-0.819 0.385-1.768 0.426-2.746l0.001-0.025 8.96-52.055c-31.892 19.693-70.55 31.362-111.935 31.362-0.248 0-0.496-0-0.744-0.001l0.038 0c-120.958-0.109-218.985-98.136-219.093-219.084l-0-0.011zM737.92 140.692c-53.225 0.16-100.884 23.852-133.142 61.214l-0.191 0.226c-3.246 3.639-6.397 7.603-9.319 11.74l-0.281 0.42-2.56-8.107c-0.673-2.039-1.615-3.808-2.806-5.379l0.033 0.045c-3.526-4.863-9.189-7.989-15.583-7.989-10.561 0-19.129 8.53-19.191 19.077l-0 0.006c0.027 2.149 0.416 4.198 1.108 6.102l-0.041-0.129 8.533 26.453 8.107 24.745v0.213c1.277 3.639 3.492 6.679 6.358 8.928l0.042 0.032h0.213v0.213c0.212 0 0.212 0.213 0.427 0.213v0.213h0.213c1.902 1.218 4.097 2.235 6.427 2.938l0.187 0.048c1.205 0.245 2.602 0.399 4.030 0.426l0.023 0c0.469 0.068 1.010 0.107 1.56 0.107 1.84 0 3.578-0.433 5.119-1.203l-0.066 0.030 50.773-16.853c7.741-2.591 13.22-9.776 13.22-18.24 0-10.6-8.593-19.193-19.193-19.193-2.136 0-4.19 0.349-6.109 0.993l0.135-0.039-3.413 1.281c4.467-5.349 9.142-10.16 14.153-14.6l0.14-0.122c24.010-21.961 56.121-35.415 91.374-35.415 68.975 0 125.92 51.505 134.475 118.153l0.071 0.676c0.648 5.030 1.034 10.879 1.066 16.812l0 0.041c-0.022 75.054-60.87 135.889-135.928 135.889-55.949 0-104.004-33.803-124.854-82.101l-0.339-0.882c-2.955-6.948-9.724-11.731-17.609-11.731-2.252 0-4.412 0.39-6.418 1.106l0.133-0.042c-0.479 0.048-0.914 0.201-1.293 0.434l0.013-0.008c-6.859 3.048-11.556 9.801-11.556 17.651 0 2.717 0.562 5.302 1.577 7.646l-0.048-0.125c27.123 63.107 88.749 106.496 160.51 106.496 96.212 0 174.208-77.996 174.208-174.208s-77.996-174.208-174.208-174.208c-0.029 0-0.059 0-0.088 0l0.005-0zM727.040 227.091c-0.023-0-0.051-0-0.079-0-10.56 0-19.121 8.561-19.121 19.121 0 0.028 0 0.056 0 0.083l-0-0.004v93.653c-0.001 0.074-0.002 0.161-0.002 0.248 0 6.89 3.739 12.906 9.299 16.131l0.089 0.048 72.747 43.52c2.839 1.74 6.276 2.771 9.954 2.771 0.026 0 0.051-0 0.077-0l-0.004 0c0.022 0 0.049 0 0.075 0 6.939 0 13.006-3.732 16.304-9.298l0.048-0.088c1.66-2.793 2.641-6.157 2.641-9.75 0-6.947-3.667-13.038-9.172-16.442l-0.083-0.048-63.573-37.973v-82.773c0-0.024 0-0.052 0-0.080 0-10.56-8.56-19.12-19.12-19.12-0.028 0-0.057 0-0.085 0l0.004-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Preorder_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2852,"id":151,"name":"Preorder_Fill","prevSize":32,"code":60050},"setIdx":0,"setId":2,"iconIdx":175},{"icon":{"paths":["M368.021 785.979h-0.083c-26.871 0.024-48.646 21.813-48.646 48.688 0 26.889 21.798 48.688 48.688 48.688 0.015 0 0.029-0 0.044-0l0.060 0c26.876-0.018 48.656-21.809 48.656-48.688 0-26.889-21.798-48.688-48.688-48.688-0.011 0-0.022 0-0.033 0l0.002-0zM692 785.979h-0.021c-26.891 0.006-48.688 21.807-48.688 48.698 0 26.895 21.803 48.698 48.698 48.698s48.698-21.803 48.698-48.698c0-26.892-21.797-48.692-48.687-48.698l-0.001-0zM825.854 535.125c-1.089-0.222-2.341-0.348-3.623-0.348-9.346 0-17.117 6.743-18.714 15.629l-0.017 0.115-13.542 73.5c-3.689 24.457-24.521 43.002-49.7 43.083l-0.009 0h-420.75c-26.229-0.117-47.721-20.241-50.007-45.89l-0.014-0.193-24.089-286.917h221.734c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-224.96l-9.811-116.854c-0.752-8.759-7.289-15.792-15.738-17.295l-0.116-0.017-80.146-13.875c-0.962-0.171-2.071-0.269-3.201-0.269-10.602 0-19.197 8.595-19.197 19.197 0 9.422 6.788 17.259 15.741 18.887l0.117 0.018 65.521 11.354 35.875 427.354c4.061 45.583 41.95 81.083 88.183 81.333l0.025 0h420.874c44.198-0.089 80.804-32.476 87.477-74.81l0.065-0.502 13.417-72.729c0.204-1.051 0.321-2.259 0.321-3.495 0-9.367-6.717-17.165-15.598-18.84l-0.119-0.019zM737.937 140.646c-58.713 0.314-110.583 29.324-142.34 73.708l-0.362 0.532-2.861-8.76c-2.598-7.732-9.779-13.202-18.238-13.202-10.603 0-19.198 8.595-19.198 19.198 0 2.116 0.342 4.153 0.975 6.057l-0.039-0.136 16.708 51.125c0.12 0.37 0.418 0.635 0.56 0.995 0.565 1.286 1.197 2.39 1.93 3.417l-0.039-0.058c1.177 2.163 2.877 3.91 4.935 5.11l0.062 0.033c0.646 0.587 1.349 1.143 2.090 1.648l0.066 0.042c0.308 0.154 0.669 0.096 0.984 0.235 0.396 0.177 0.665 0.51 1.078 0.661 1.359 0.397 2.926 0.646 4.544 0.687l0.024 0c0.527 0.166 1.206 0.332 1.897 0.461l0.119 0.018c0.192 0 0.378-0.085 0.57-0.094 0.674-0.074 1.262-0.172 1.839-0.299l-0.112 0.021c1.371-0.086 2.65-0.303 3.879-0.638l-0.134 0.031 51.062-16.937c7.711-2.612 13.163-9.784 13.163-18.229 0-10.606-8.598-19.204-19.204-19.204-2.161 0-4.239 0.357-6.177 1.015l0.135-0.040-2.79 0.927c25.306-30.124 62.791-49.307 104.773-49.905l0.102-0.001c75.011 0.018 135.813 60.83 135.813 135.844 0 75.024-60.819 135.844-135.844 135.844-55.933 0-103.971-33.805-124.797-82.098l-0.338-0.882c-2.981-6.977-9.785-11.778-17.71-11.778-10.606 0-19.204 8.598-19.204 19.204 0 2.721 0.566 5.311 1.587 7.656l-0.048-0.124c27.151 63.081 88.775 106.446 160.527 106.446 96.244 0 174.265-78.021 174.265-174.265 0-96.239-78.013-174.257-174.25-174.265l-0.001-0zM727 227.042c-10.607 0.003-19.205 8.601-19.208 19.208l-0 0v93.729c0.005 6.967 3.716 13.065 9.269 16.431l0.086 0.048 72.917 43.584c2.814 1.709 6.216 2.721 9.854 2.721 10.604 0 19.201-8.597 19.201-19.201 0-6.966-3.71-13.066-9.262-16.432l-0.085-0.048-63.562-38v-82.832c-0.003-10.607-8.601-19.206-19.208-19.209l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Preorder"],"grid":0},"attrs":[{}],"properties":{"order":2851,"id":152,"name":"Preorder","prevSize":32,"code":60051},"setIdx":0,"setId":2,"iconIdx":176},{"icon":{"paths":["M258.375 278.844h507.25c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-507.25c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h-0zM361.146 203.198h301.708c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-301.708c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h-0zM904.458 443.072c0.261-2.627 0.409-5.679 0.409-8.765 0-51.952-42.116-94.068-94.068-94.068-2.951 0-5.871 0.136-8.753 0.402l0.37-0.028q-105.125-0.094-210.229-0.043h-158.75q-106.5 0-213.167 0.043c-63.083 0.104-100.75 38.104-100.75 101.604-0.083 146.645-0.083 166.708-0.042 313.354 0.063 65.709 36.875 103.438 101.001 103.5q145.562 0.157 291.146 0.146 145.469 0 290.958-0.104c63.729-0.063 101.812-38.438 101.875-102.688 0.103-146.645 0.103-166.707-0.001-313.354zM633.083 630.093l-153.688 96.771c-5.392 3.444-11.966 5.489-19.018 5.489-19.711 0-35.691-15.979-35.691-35.691 0-0.002 0-0.004 0-0.006l-0 0v-193.541c-0-0.002-0-0.004-0-0.006 0-19.711 15.979-35.691 35.691-35.691 7.052 0 13.626 2.045 19.162 5.575l-0.144-0.086 153.687 96.771c10.078 6.427 16.666 17.548 16.666 30.208s-6.588 23.781-16.522 30.122l-0.144 0.086z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Subscriptions_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2850,"id":153,"name":"Subscriptions_Fill","prevSize":32,"code":60048},"setIdx":0,"setId":2,"iconIdx":177},{"icon":{"paths":["M634.208 567.865l-153.667-96.771c-5.716-3.652-12.687-5.821-20.164-5.821-20.896 0-37.836 16.94-37.836 37.836 0 0.002 0 0.005 0 0.007l-0-0v193.542c0.006 20.897 16.948 37.835 37.845 37.835 7.473 0 14.44-2.166 20.308-5.904l-0.153 0.091 153.667-96.771c10.684-6.813 17.667-18.601 17.667-32.021s-6.984-25.209-17.515-31.93l-0.153-0.091zM460.938 695.635l-0.853-192.042 153.667 95.812zM904.458 443.073c0.261-2.627 0.409-5.679 0.409-8.765 0-51.952-42.116-94.068-94.068-94.068-2.951 0-5.871 0.136-8.753 0.402l0.37-0.028q-105.125-0.094-210.229-0.043h-158.749q-106.5 0-213.167 0.043c-63.083 0.104-100.75 38.104-100.75 101.604-0.083 146.645-0.083 166.708-0.042 313.354 0.063 65.708 36.875 103.437 101.001 103.499q145.562 0.157 291.146 0.146 145.469 0 290.958-0.104c63.729-0.063 101.812-38.438 101.875-102.688 0.103-146.645 0.103-166.707-0.001-313.354zM866.042 756.385c-0.021 43.25-20.792 64.292-63.5 64.312q-290.906 0.188-582.021-0.043c-42.708-0.021-62.604-20.729-62.625-65.104-0.043-146.624-0.043-166.687 0.042-313.312 0-42.479 20.396-63.147 62.375-63.208q66.624-0.094 133.25-0.063h238.625q105.031 0 210.188 0.063c42.812 0.021 63.646 20.979 63.667 64.083 0.104 146.605 0.104 166.668 0 313.272zM258.375 278.844h507.25c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-507.25c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h-0zM361.146 203.198h301.708c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-301.708c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Subscriptions"],"grid":0},"attrs":[{}],"properties":{"order":2849,"id":154,"name":"Subscriptions","prevSize":32,"code":60049},"setIdx":0,"setId":2,"iconIdx":178},{"icon":{"paths":["M537.344 853.333c-188.513 0-341.333-152.82-341.333-341.333s152.82-341.333 341.333-341.333v0c0.003-0 0.007-0 0.010-0 19.042 0 34.479 15.437 34.479 34.479 0 7.102-2.147 13.702-5.828 19.187l0.078-0.124c-28.16 42.188-44.938 94.060-44.938 149.85 0 150.396 121.92 272.316 272.316 272.316 0.017 0 0.034-0 0.051-0l-0.003 0c19.042 0.001 34.478 15.438 34.478 34.48 0 7.049-2.115 13.603-5.745 19.064l0.079-0.127c-61.719 93.038-166.010 153.542-284.433 153.542-0.192 0-0.384-0-0.576-0l0.030 0zM522.302 213.708c-158.363 8.214-283.658 138.62-283.658 298.291 0 164.95 133.718 298.668 298.668 298.668 98.484 0 185.835-47.667 240.24-121.189l0.573-0.811c-167.241-8.438-299.646-146.092-299.646-314.671 0-59.124 16.287-114.444 44.618-161.719l-0.795 1.431z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Moon"],"grid":0},"attrs":[{}],"properties":{"order":2844,"id":155,"name":"Moon","prevSize":32,"code":60043},"setIdx":0,"setId":2,"iconIdx":179},{"icon":{"paths":["M149.333 330.667c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.004l0 0v-64.625c0.053-43.218 35.074-78.239 78.287-78.292l71.474-0c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-71.469c-64.42 0.080-116.619 52.287-116.687 116.702l-0 0.007v64.625c-0 0.001-0 0.002-0 0.003 0 10.604 8.594 19.201 19.197 19.205l0 0zM777.177 126.708h-64.646c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208v0h64.646c43.218 0.053 78.239 35.074 78.292 78.287l0 0.005v71.458c0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198l-0-0v-71.458c-0.068-64.422-52.268-116.628-116.68-116.708l-0.008-0zM874.667 689.917c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.004l-0-0v64.625c-0.053 43.218-35.074 78.239-78.287 78.292l-71.474 0c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h71.469c64.42-0.080 116.619-52.287 116.687-116.702l0-0.007v-64.625c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-0-0zM311.469 855.458h-64.646c-43.218-0.053-78.239-35.074-78.292-78.287l-0-0.005v-71.458c0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198l-0 0v71.458c0.068 64.422 52.268 116.628 116.68 116.708l64.654 0c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h0zM874.667 487.917h-109.698v-124.104c-0.069-60.532-49.115-109.585-109.638-109.667l-0.008-0h-286.646c-60.53 0.081-109.576 49.134-109.646 109.66l-0 0.007v124.104h-109.698c-10.581 0.036-19.145 8.622-19.145 19.208s8.563 19.172 19.141 19.208l0.003 0h109.698v124.125c0.071 60.527 49.119 109.575 109.639 109.646l286.653 0c60.527-0.071 109.575-49.119 109.646-109.639l0-0.007v-124.125h109.698c10.581-0.036 19.145-8.622 19.145-19.208s-8.563-19.172-19.141-19.208l-0.003-0zM726.573 650.458c-0.056 39.324-31.925 71.185-71.246 71.229l-286.65 0c-39.325-0.044-71.194-31.906-71.25-71.224l-0-0.005v-124.125h429.146zM726.573 487.917h-429.146v-124.104c0.047-39.332 31.919-71.203 71.246-71.25l286.65-0c39.332 0.046 71.204 31.918 71.25 71.245l0 0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Qr Code"],"grid":0},"attrs":[{}],"properties":{"order":2845,"id":156,"name":"Qr-Code","prevSize":32,"code":60044},"setIdx":0,"setId":2,"iconIdx":180},{"icon":{"paths":["M512 270.354c-133.457 0-241.646 108.189-241.646 241.646s108.189 241.646 241.646 241.646c133.457 0 241.646-108.189 241.646-241.646v0c-0.167-133.391-108.256-241.48-241.63-241.646l-0.016-0zM512 715.229c-112.24 0-203.229-90.989-203.229-203.229s90.989-203.229 203.229-203.229c112.24 0 203.229 90.989 203.229 203.229v0c-0.13 112.188-91.041 203.099-203.217 203.229l-0.013 0zM512 191.771c10.607-0.003 19.205-8.601 19.208-19.208l0-0v-44.563c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208l0-0v44.563c0.003 10.607 8.601 19.205 19.208 19.208l0 0zM512 832.229c-10.607 0.003-19.205 8.601-19.208 19.208l-0 0v44.563c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-44.563c-0.003-10.607-8.601-19.205-19.208-19.208l-0-0zM896 492.792h-44.563c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h44.563c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h0zM172.563 492.792h-44.563c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h44.563c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-0zM258.396 285.562c3.473 3.459 8.265 5.598 13.555 5.598 10.609 0 19.21-8.601 19.21-19.21 0-5.291-2.139-10.082-5.599-13.556l0.001 0.001-31.5-31.5c-3.479-3.493-8.293-5.655-13.612-5.655-10.609 0-19.21 8.601-19.21 19.21 0 5.319 2.162 10.132 5.654 13.611l0.001 0.001zM765.604 738.438c-3.479-3.493-8.293-5.655-13.612-5.655-10.609 0-19.21 8.601-19.21 19.21 0 5.319 2.162 10.132 5.654 13.611l0.001 0.001 31.5 31.5c3.479 3.493 8.293 5.655 13.612 5.655 10.609 0 19.21-8.601 19.21-19.21 0-5.319-2.162-10.132-5.654-13.611l-0.001-0.001zM769.937 226.896l-31.5 31.5c-3.459 3.473-5.598 8.265-5.598 13.555 0 10.609 8.601 19.21 19.21 19.21 5.291 0 10.082-2.139 13.556-5.599l-0.001 0.001 31.5-31.5c3.493-3.479 5.655-8.293 5.655-13.612 0-10.609-8.601-19.21-19.21-19.21-5.319 0-10.132 2.162-13.611 5.654l-0.001 0.001zM258.396 738.438l-31.5 31.5c-3.459 3.473-5.598 8.265-5.598 13.555 0 10.609 8.601 19.21 19.21 19.21 5.291 0 10.082-2.139 13.556-5.599l-0.001 0.001 31.5-31.5c3.493-3.479 5.655-8.293 5.655-13.612 0-10.609-8.601-19.21-19.21-19.21-5.319 0-10.132 2.162-13.611 5.654l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Sun"],"grid":0},"attrs":[{}],"properties":{"order":2846,"id":157,"name":"Sun","prevSize":32,"code":60045},"setIdx":0,"setId":2,"iconIdx":181},{"icon":{"paths":["M890.323 407.562c-47.273-167.221-198.471-287.722-377.831-287.833l-0.586-0c-216.803 0.417-392.4 176.248-392.438 393.101l-0 0.004c1.299 72.103 20.764 139.387 53.992 197.825l-1.075-2.054c1.636 2.923 2.6 6.414 2.6 10.129 0 3.035-0.643 5.92-1.8 8.525l0.053-0.134-24.78 82.979c-1.418 4.057-2.238 8.735-2.238 13.603 0 18.608 11.968 34.421 28.627 40.161l0.298 0.089c4.018 1.441 8.653 2.275 13.483 2.275 5.049 0 9.885-0.91 14.353-2.576l-0.284 0.093 74.271-22.083c3.002-0.721 6.448-1.135 9.991-1.135 10.993 0 21.055 3.983 28.823 10.584l-0.064-0.053c0.876 0.744 1.85 1.433 2.883 2.032l0.096 0.051c55.633 32.114 122.364 51.061 193.52 51.061 216.634 0 392.251-175.617 392.251-392.251 0-37.152-5.165-73.098-14.816-107.158l0.67 2.764zM670.176 709.026c-9.853 7.158-22.191 11.45-35.531 11.45-0.341 0-0.681-0.003-1.020-0.008l0.051 0.001c-17.162-0.6-33.172-4.97-47.406-12.302l0.628 0.294c-92.659-38.815-234.118-178.148-271.641-270.451-15.531-34.396-15.613-62.727-0.271-84.032 6.15-9.984 41.086-51.74 72.376-50.427 9.727 1.329 18.176 5.996 24.317 12.789l0.031 0.034c18.87 19.496 35.040 41.771 47.8 66.115l0.749 1.57c0.256 1.876 0.403 4.045 0.403 6.247 0 10.869-3.562 20.906-9.583 29.008l0.092-0.13c-5.796 10.175-21.221 29.393-17.198 40.565 26.349 58.16 72.648 103.425 129.971 127.797l1.628 0.615c10.902 3.958 30.039-11.529 40.087-17.385 7.861-5.985 17.818-9.588 28.616-9.588 2.214 0 4.393 0.151 6.526 0.445l-0.247-0.028c25.726 13.912 47.838 30.448 67.218 49.728l-0.012-0.012c6.722 6.208 11.324 14.625 12.65 24.091l0.025 0.213c1.147 32.146-42.317 68.833-50.259 73.401z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Whatsapp_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2847,"id":158,"name":"Whatsapp_Fill","prevSize":32,"code":60046},"setIdx":0,"setId":2,"iconIdx":182},{"icon":{"paths":["M890.323 407.562c-47.273-167.221-198.471-287.722-377.831-287.833l-0.586-0c-216.803 0.417-392.4 176.248-392.438 393.101l-0 0.004c1.299 72.103 20.764 139.387 53.992 197.825l-1.075-2.054c1.636 2.923 2.6 6.414 2.6 10.129 0 3.035-0.643 5.92-1.8 8.525l0.053-0.134-24.78 82.979c-1.418 4.057-2.238 8.735-2.238 13.603 0 18.608 11.968 34.421 28.627 40.161l0.298 0.089c4.018 1.441 8.653 2.275 13.483 2.275 5.049 0 9.885-0.91 14.353-2.576l-0.284 0.093 74.271-22.083c3-0.72 6.444-1.133 9.985-1.133 10.994 0 21.059 3.982 28.829 10.582l-0.064-0.053c0.876 0.744 1.85 1.433 2.883 2.032l0.096 0.051c55.633 32.114 122.364 51.061 193.52 51.061 216.634 0 392.251-175.617 392.251-392.251 0-37.152-5.165-73.098-14.816-107.158l0.67 2.764zM820 686.542c-62.117 107.755-176.686 179.124-307.924 179.124-63.537 0-123.166-16.728-174.725-46.019l1.753 0.916c-14.124-11.452-32.317-18.387-52.13-18.387-7.051 0-13.896 0.878-20.433 2.531l0.574-0.123-76.958 22.916c-0.433 0.179-0.936 0.283-1.463 0.283-0.465 0-0.911-0.081-1.324-0.229l0.027 0.009c-1.567-0.795-2.622-2.395-2.622-4.241 0-0.563 0.098-1.104 0.279-1.605l-0.010 0.033 24.521-82.25c2.475-6.216 3.91-13.42 3.91-20.959 0-10.633-2.855-20.599-7.84-29.173l0.149 0.278c-29.186-51.262-46.821-112.435-47.913-177.635l-0.004-0.323c0.515-195.228 158.784-353.317 354.030-353.542l0.543-0c195.329 0.1 353.636 158.468 353.636 353.811 0 64.195-17.096 124.396-46.984 176.3l0.911-1.715zM649.604 544.667c-1.887-1.026-4.087-1.765-6.418-2.092l-0.103-0.012c-2.669-0.38-5.753-0.597-8.886-0.597-14.732 0-28.344 4.797-39.359 12.913l0.183-0.129c-2.115 1.292-4.542 2.875-7.167 4.604-5.054 3.628-10.803 6.961-16.869 9.718l-0.641 0.261c-52.329-22.769-93.529-62.97-117.016-113.122l-0.588-1.399c2.954-6.805 6.268-12.645 10.114-18.081l-0.208 0.31c1.749-2.688 3.354-5.188 4.636-7.375 7.873-10.909 12.593-24.548 12.593-39.29 0-3.093-0.208-6.138-0.61-9.12l0.038 0.348c-0.311-2.36-1.008-4.498-2.029-6.438l0.050 0.105c-14.29-27.468-31.395-51.081-51.438-71.838l0.084 0.088c-9.572-10.458-22.74-17.487-37.534-19.122l-0.269-0.024c-0.771-0.021-1.531-0.043-2.302-0.043-46.51 0-86.479 58.438-86.458 58.438-13.521 18.771-24.771 51.896-1.937 102.458 38.76 95.354 183.719 239.771 280.76 280.354 16.047 8.267 34.922 13.394 54.925 14.077l0.222 0.006c0.406 0.021 0.823 0.021 1.24 0.021 0.117 0.001 0.256 0.001 0.395 0.001 16.741 0 32.256-5.248 44.99-14.189l-0.25 0.167c7.708-4.437 61.448-46.5 59.708-92.625-1.935-14.037-8.522-26.265-18.128-35.327l-0.029-0.027c-20.664-20.545-44.254-38.18-70.082-52.217l-1.615-0.803zM658.958 693.437c-6.846 4.9-15.386 7.84-24.611 7.854l-0.003 0c-14.714-0.612-28.402-4.44-40.561-10.794l0.53 0.252c-89.374-37.438-226.115-173.5-261.552-260.646-12.51-27.708-13.25-49.542-1.427-66.063 6.667-10.812 35.573-41.458 52.99-41.458l0.542 0.021c5.249 0.752 9.785 3.348 13.019 7.098l0.023 0.027c16.754 17.307 31.232 36.97 42.855 58.407l0.697 1.405c0.007 0.234 0.010 0.509 0.010 0.785 0 6.577-2.163 12.648-5.816 17.542l0.055-0.077c-0.401 0.54-0.807 1.159-1.179 1.801l-0.051 0.095c-1.062 1.854-2.5 4.063-4.073 6.479-9.379 10.537-15.11 24.502-15.11 39.805 0 4.101 0.411 8.105 1.195 11.975l-0.065-0.385c28.46 62.946 78.672 111.877 140.833 137.989l1.761 0.656c17.656 6.417 36.333-5.813 49.948-14.792 2.375-1.563 4.531-3 6.354-4.063 0.725-0.418 1.341-0.831 1.927-1.281l-0.041 0.030c4.632-3.569 10.517-5.72 16.904-5.72 0.283 0 0.565 0.004 0.845 0.013l-0.041-0.001c22.836 12.8 42.498 27.745 59.829 45.027l-0.006-0.006c3.128 2.837 5.415 6.547 6.478 10.746l0.032 0.15c0.688 19.23-30.656 49.896-42.291 57.125z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Whatsapp"],"grid":0},"attrs":[{}],"properties":{"order":2848,"id":159,"name":"Whatsapp","prevSize":32,"code":60047},"setIdx":0,"setId":2,"iconIdx":183},{"icon":{"paths":["M346.448 670.479c-1.977-7.256-7.929-12.723-15.315-13.964l-0.112-0.016c-65.833-10.979-131.771 21.958-146.771 73.125-4.729 16.125-13.5 71.667 72.354 108.688 2.24 1 4.854 1.583 7.604 1.583l0 0c10.605-0.005 19.201-8.603 19.201-19.209 0-1.342-0.138-2.651-0.399-3.916l0.022 0.124c-1.416-7.391-2.225-15.891-2.225-24.581 0-16.068 2.769-31.489 7.855-45.813l-0.296 0.957c14.193-22.268 31.356-41.171 51.216-56.801l0.482-0.366c4.31-3.546 7.037-8.881 7.037-14.853 0-1.764-0.238-3.472-0.683-5.094l0.032 0.135zM384.948 578.895c10.605-0.007 19.2-8.606 19.2-19.212 0-3.168-0.767-6.157-2.125-8.792l0.050 0.108c-16.047-30.614-26.989-66.38-30.647-104.277l-0.092-1.181c0.985-38.38 11.917-74.009 30.3-104.659l-0.54 0.972c1.946-2.953 3.105-6.575 3.105-10.468 0-10.603-8.596-19.199-19.199-19.199-0.015 0-0.029 0-0.044 0l0.002-0c-0.113-0-0.248-0.001-0.382-0.001-73.65 0-133.355 59.705-133.355 133.355s59.705 133.355 133.355 133.355c0.131 0 0.261-0 0.392-0.001l-0.020 0zM593.698 677.853c-61.583 0-249 0-249 113.667 0 101.291 142.104 113.021 249 113.021 61.583 0 249 0 249-113.667 0-101.291-142.104-113.020-249-113.020zM593.625 276.228c-91.943 0.009-166.474 74.545-166.474 166.49 0 91.95 74.54 166.49 166.49 166.49 0.006 0 0.011-0 0.017-0l1.145 0c91.463-0.641 165.361-74.934 165.361-166.488 0-91.951-74.541-166.492-166.492-166.492-0.002 0-0.003 0-0.005 0l0-0zM357.437 233.519l75.917 10.833c0.807 0.133 1.736 0.208 2.684 0.208 0.016 0 0.032-0 0.048-0l-0.002 0c10.595-0.012 19.18-8.603 19.18-19.2 0-9.648-7.117-17.635-16.387-18.995l-0.104-0.013-31.094-4.448c25.687-15.92 56.844-25.356 90.204-25.356 42.386 0 81.215 15.232 111.311 40.521l-0.265-0.217c3.284 2.707 7.534 4.348 12.168 4.348 10.604 0 19.2-8.596 19.2-19.2 0-5.881-2.644-11.144-6.808-14.666l-0.028-0.023c-36.413-30.608-83.813-49.204-135.555-49.204-41.428 0-80.071 11.921-112.688 32.519l0.87-0.513 4.216-28.656c0.126-0.825 0.197-1.777 0.197-2.745 0-10.606-8.598-19.204-19.204-19.204-9.605 0-17.562 7.051-18.98 16.259l-0.014 0.107-11.157 75.855c-0.129 0.836-0.202 1.8-0.202 2.781 0 9.65 7.118 17.637 16.39 18.998l0.104 0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Switch User_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2182,"id":160,"name":"Switch-User_Fill","prevSize":32,"code":60041},"setIdx":0,"setId":2,"iconIdx":184},{"icon":{"paths":["M593.698 677.854c-61.583 0-249 0-249 113.667 0 101.291 142.104 113.021 249 113.021 61.583 0 249 0 249-113.667 0-101.292-142.104-113.021-249-113.021zM593.698 866.125c-139.75 0-210.604-25.104-210.604-74.604 0-49.937 70.854-75.25 210.604-75.25s210.604 25.104 210.604 74.604c-0 49.937-70.854 75.25-210.604 75.25zM593.625 276.229c-91.943 0.009-166.474 74.545-166.474 166.49 0 91.95 74.54 166.49 166.49 166.49 0.006 0 0.011-0 0.017-0l1.145 0c91.463-0.641 165.361-74.934 165.361-166.488 0-91.951-74.541-166.492-166.492-166.492-0.002 0-0.003 0-0.005 0l0-0zM721.749 442.771c0 0.103 0 0.224 0 0.346 0 70.283-56.79 127.303-126.986 127.675l-0.036 0h-1.073c-0.005 0-0.010 0-0.015 0-70.733 0-128.073-57.34-128.073-128.073 0-70.728 57.332-128.065 128.057-128.073l0.043-0c0.004-0 0.009-0 0.014-0 70.73 0 128.068 57.338 128.068 128.068 0 0.020-0 0.040-0 0.060l0-0.003zM331.021 656.5c-65.875-10.979-131.771 21.958-146.771 73.125-4.729 16.125-13.5 71.667 72.354 108.688 2.229 1.001 4.831 1.583 7.57 1.583 0.009 0 0.018-0 0.026-0l-0.001 0c0.003 0 0.007 0 0.011 0 10.605 0 19.201-8.597 19.201-19.201 0-7.856-4.718-14.61-11.475-17.584l-0.123-0.048c-38.969-16.812-57.458-39.646-50.719-62.646 8.354-28.459 52.958-54.417 103.698-46.042 0.936 0.162 2.015 0.254 3.115 0.254 10.599 0 19.192-8.593 19.192-19.192 0-9.499-6.902-17.387-15.964-18.922l-0.113-0.016zM384.948 578.896c10.393-0.036 18.804-8.47 18.804-18.868 0-0.105-0.001-0.21-0.003-0.315l0 0.016c-0.172-10.66-8.848-19.238-19.53-19.25l-0.001-0c-52.12-0.411-94.213-42.758-94.213-94.936 0-52.433 42.506-94.939 94.939-94.939 0.005 0 0.010 0 0.015 0l0.042-0c0.002 0 0.003 0 0.005 0 10.608 0 19.208-8.6 19.208-19.208 0-10.607-8.597-19.205-19.203-19.208l-0.052-0c-0.113-0-0.248-0.001-0.382-0.001-73.65 0-133.355 59.705-133.355 133.355s59.705 133.355 133.355 133.355c0.131 0 0.261-0 0.392-0.001l-0.020 0zM357.437 233.521l75.917 10.833c0.807 0.133 1.736 0.208 2.684 0.208 0.016 0 0.032-0 0.048-0l-0.002 0c10.595-0.012 19.18-8.603 19.18-19.2 0-9.648-7.117-17.635-16.387-18.995l-0.104-0.013-31.096-4.448c25.688-15.921 56.845-25.356 90.206-25.356 42.387 0 81.216 15.232 111.313 40.521l-0.266-0.217c3.284 2.707 7.534 4.348 12.168 4.348 10.604 0 19.2-8.596 19.2-19.2 0-5.881-2.644-11.144-6.808-14.666l-0.028-0.023c-36.413-30.608-83.813-49.204-135.555-49.204-41.428 0-80.071 11.921-112.688 32.519l0.87-0.513 4.216-28.656c0.126-0.825 0.197-1.777 0.197-2.745 0-10.606-8.598-19.204-19.204-19.204-9.605 0-17.562 7.051-18.98 16.259l-0.014 0.107-11.157 75.854c-0.129 0.836-0.202 1.8-0.202 2.781 0 9.65 7.118 17.637 16.39 18.998l0.104 0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Switch User"],"grid":0},"attrs":[{}],"properties":{"order":2181,"id":161,"name":"Switch-User","prevSize":32,"code":60042},"setIdx":0,"setId":2,"iconIdx":185},{"icon":{"paths":["M591.573 523.948h-0.213c-14.494 15.128-34.652 24.728-57.054 25.383l-0.119 0.003h-183.467c-42.91-0.109-77.653-34.92-77.653-77.845 0-0.008 0-0.015 0-0.023l-0 0.001v-113.92c-0.002-0.196-0.003-0.427-0.003-0.658 0-16.895 5.44-32.519 14.663-45.217l-0.154 0.222c7.8-14.283 20.196-25.229 35.165-30.992l0.461-0.156v-69.758h-44.373c-0.007-0-0.015-0-0.023-0-42.925 0-77.735 34.743-77.844 77.643l-0 0.010v546.771c0.108 42.911 34.919 77.656 77.845 77.656 0.008 0 0.015-0 0.023-0l327.679 0c0.006 0 0.013 0 0.020 0 42.927 0 77.738-34.745 77.847-77.646l0-0.011v-340.478h-84.693c0.213 20.905-5.12 26.025-8.107 29.015zM309.76 836.907c-0.051 0-0.111 0.001-0.172 0.001-14.897 0-26.99-12.004-27.135-26.867l-0-0.014c-0-0.046-0-0.101-0-0.156 0-14.739 11.932-26.691 26.664-26.724l0.003-0h0.64c14.845 0 26.88 12.035 26.88 26.88s-12.035 26.88-26.88 26.88l0 0zM309.76 741.76c-0.051 0-0.111 0.001-0.172 0.001-14.897 0-26.99-12.004-27.135-26.867l-0-0.014c-0.001-0.086-0.002-0.188-0.002-0.29 0-14.685 11.905-26.59 26.59-26.59 0.028 0 0.055 0 0.083 0l-0.004-0h0.64c14.845 0 26.88 12.035 26.88 26.88s-12.035 26.88-26.88 26.88h0zM309.76 646.613c-0.011 0-0.023 0-0.035 0-14.924 0-27.049-11.987-27.271-26.859l-0-0.021c-0.001-0.087-0.002-0.189-0.002-0.292 0-14.684 11.904-26.588 26.588-26.588 0.028 0 0.056 0 0.085 0l-0.004-0h0.64c14.845-0 26.88 12.035 26.88 26.88s-12.035 26.88-26.88 26.88h-0zM442.88 836.907c-0.052 0-0.113 0.001-0.174 0.001-14.897 0-26.989-12.004-27.132-26.867l-0-0.014c-0-0.047-0-0.102-0-0.157 0-14.739 11.932-26.691 26.664-26.723l0.003-0h0.64c14.845 0 26.88 12.035 26.88 26.88s-12.035 26.88-26.88 26.88l0 0zM442.88 741.76c-0.052 0-0.113 0.001-0.174 0.001-14.897 0-26.989-12.004-27.132-26.867l-0-0.014c-0.001-0.087-0.002-0.189-0.002-0.291 0-14.685 11.904-26.589 26.589-26.589 0.028 0 0.056 0 0.084 0l-0.004-0h0.64c14.845 0 26.88 12.035 26.88 26.88s-12.035 26.88-26.88 26.88h0zM442.88 646.613c-0.011 0-0.024 0-0.037 0-14.924 0-27.049-11.988-27.27-26.859l-0-0.021c-0.001-0.087-0.002-0.19-0.002-0.293 0-14.684 11.903-26.587 26.587-26.587 0.029 0 0.057 0 0.086 0l-0.004-0h0.64c14.845-0 26.88 12.035 26.88 26.88s-12.035 26.88-26.88 26.88h-0zM576 836.907c-0.052 0-0.113 0.001-0.174 0.001-14.897 0-26.989-12.004-27.132-26.867l-0-0.014c-0-0.047-0-0.102-0-0.157 0-14.739 11.932-26.691 26.664-26.723l0.003-0h0.64c14.845 0 26.88 12.035 26.88 26.88s-12.035 26.88-26.88 26.88l-0 0zM576 741.76c-0.052 0-0.113 0.001-0.174 0.001-14.897 0-26.989-12.004-27.132-26.867l-0-0.014c-0.001-0.087-0.002-0.189-0.002-0.291 0-14.685 11.904-26.589 26.589-26.589 0.028 0 0.056 0 0.084 0l-0.004-0h0.64c14.845 0 26.88 12.035 26.88 26.88s-12.035 26.88-26.88 26.88h0zM576 646.613c-0.011 0-0.024 0-0.037 0-14.924 0-27.049-11.988-27.27-26.859l-0-0.021c-0.001-0.087-0.002-0.19-0.002-0.293 0-14.684 11.903-26.587 26.587-26.587 0.029 0 0.057 0 0.086 0l-0.004-0h0.64c14.845-0 26.88 12.035 26.88 26.88s-12.035 26.88-26.88 26.88h-0zM735.36 128h-311.68c-0.015-0-0.032-0-0.050-0-35.744 0-65.275 26.597-69.884 61.079l-0.039 0.361h451.627c-4.648-34.843-34.18-61.44-69.923-61.44-0.018 0-0.035 0-0.053 0l0.003-0zM353.067 219.307v58.453h452.907v-58.453zM353.067 394.453c0.048 38.98 31.634 70.566 70.609 70.615l311.685 0c38.98-0.048 70.566-31.635 70.613-70.61l0-0.005v-86.828h-452.907zM657.493 357.973c0.021-7.061 5.739-12.78 12.798-12.802l0.002-0h84.48c7.061 0.022 12.779 5.741 12.8 12.8l0 0.002v58.027c-0.022 7.061-5.739 12.778-12.798 12.8l-0.002 0h-84.48c-7.061-0.022-12.778-5.739-12.8-12.798l-0-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Payment Process_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2843,"id":162,"name":"Payment-Process_Fill","prevSize":32,"code":60040},"setIdx":0,"setId":2,"iconIdx":186},{"icon":{"paths":["M779.52 548.267c0.112-0 0.244-0 0.376-0 21.668 0 42.291 4.473 60.997 12.546l-1-0.384v-163.841c0.009-0.506 0.014-1.104 0.014-1.703 0-56.67-45.457-102.722-101.897-103.684l-0.090-0.001h-85.12c-6.121-0.522-10.891-5.619-10.891-11.83 0-0.19 0.004-0.378 0.013-0.566l-0.001 0.027c0.008-0.461 0.013-1.004 0.013-1.549 0-50.103-40.090-90.843-89.942-91.892l-0.098-0.002h-154.881c-50.069 1.059-90.253 41.898-90.253 92.122 0 0.539 0.005 1.076 0.014 1.612l-0.001-0.081c0.007 0.156 0.012 0.339 0.012 0.523 0 6.169-4.791 11.22-10.856 11.633l-0.036 0.002h-85.12c-56.53 0.963-101.987 47.015-101.987 103.684 0 0.599 0.005 1.197 0.015 1.794l-0.001-0.090v260.909c-0.011 0.564-0.017 1.229-0.017 1.896 0 56.718 45.431 102.825 101.889 103.916l0.102 0.002h426.24c-7.688-17.757-12.161-38.436-12.161-60.159 0-85.464 69.221-154.76 154.656-154.883l0.012-0zM474.375 668.958c-0.006 0-0.013 0-0.020 0-83.648 0-151.458-67.81-151.458-151.458s67.81-151.458 151.458-151.458c83.648 0 151.458 67.81 151.458 151.458v-0c-0.099 83.601-67.839 151.348-151.428 151.458l-0.011 0zM839.893 603.52c-17.19-10.584-38.018-16.854-60.309-16.854-64.225 0-116.295 52.047-116.331 116.264l-0 0.003c-0 0.122-0.001 0.267-0.001 0.411 0 22.204 6.355 42.923 17.346 60.439l-0.278-0.475c20.443 33.833 57.023 56.105 98.805 56.105 0.139 0 0.278-0 0.417-0.001l-0.021 0c0.039 0 0.086 0 0.132 0 64.259 0 116.351-52.092 116.351-116.351 0-41.995-22.249-78.794-55.603-99.252l-0.507-0.289zM835.406 722.208h-36.615v36.604c0 0.019 0 0.041 0 0.064 0 10.603-8.595 19.198-19.198 19.198s-19.198-8.595-19.198-19.198c0-0.023 0-0.045 0-0.067l-0 0.003v-36.603h-36.614c-10.581-0.036-19.145-8.622-19.145-19.208s8.563-19.172 19.141-19.208l0.003-0h36.614v-36.604c-0-0.019-0-0.041-0-0.064 0-10.603 8.595-19.198 19.198-19.198s19.198 8.595 19.198 19.198c0 0.023-0 0.045-0 0.067l0-0.003v36.604h36.615c10.581 0.036 19.145 8.622 19.145 19.208s-8.563 19.172-19.141 19.208l-0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Add Image_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2832,"id":163,"name":"Add-Image_Fill","prevSize":32,"code":60027},"setIdx":0,"setId":2,"iconIdx":187},{"icon":{"paths":["M592.021 724.958h-381.282c-35.35-1.159-63.567-30.095-63.567-65.62 0-0.639 0.009-1.276 0.027-1.911l-0.002 0.093v-260.958c-0.013-0.483-0.020-1.051-0.020-1.62 0-35.478 28.239-64.361 63.466-65.398l0.096-0.002h85.208c27.244-0.39 49.18-22.566 49.18-49.867 0-0.193-0.001-0.386-0.003-0.579l0 0.029c-0.016-0.487-0.025-1.060-0.025-1.635 0-29.020 23.006-52.666 51.775-53.696l0.094-0.003h155.010c28.757 1.062 51.666 24.631 51.666 53.55 0 0.627-0.011 1.252-0.032 1.874l0.002-0.090c-0.002 0.164-0.003 0.357-0.003 0.55 0 27.3 21.936 49.477 49.144 49.866l0.037 0h85.208c35.323 1.039 63.562 29.922 63.562 65.4 0 0.57-0.007 1.138-0.022 1.704l0.002-0.084v118.667c0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198l-0-0v-118.667c0.008-0.475 0.012-1.036 0.012-1.597 0-56.688-45.417-102.769-101.85-103.839l-0.1-0.002h-85.208c-6.057-0.463-10.796-5.491-10.796-11.626 0-0.205 0.005-0.408 0.016-0.61l-0.001 0.028c0.009-0.483 0.014-1.054 0.014-1.625 0-50.11-40.091-90.857-89.947-91.916l-0.099-0.002h-155.010c-50.071 1.064-90.254 41.906-90.254 92.133 0 0.569 0.005 1.136 0.015 1.702l-0.001-0.085c0.005 0.129 0.008 0.279 0.008 0.431 0 6.121-4.742 11.134-10.752 11.567l-0.037 0.002h-85.208c-56.533 1.072-101.95 47.152-101.95 103.841 0 0.562 0.004 1.122 0.013 1.681l-0.001-0.084v260.958c-0.010 0.535-0.016 1.166-0.016 1.798 0 56.734 45.394 102.865 101.842 104.055l0.111 0.002h381.282c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h0zM474.375 366.042c-0.006-0-0.013-0-0.020-0-83.648 0-151.458 67.81-151.458 151.458s67.81 151.458 151.458 151.458c83.648 0 151.458-67.81 151.458-151.458v0c-0.099-83.601-67.839-151.348-151.428-151.458l-0.011-0zM474.375 630.542c-62.431 0-113.042-50.61-113.042-113.042s50.61-113.042 113.042-113.042c62.431 0 113.042 50.61 113.042 113.042l-0-0c-0.076 62.4-50.641 112.965-113.034 113.042l-0.007 0zM779.594 567.395c-0.003-0-0.007-0-0.011-0-74.898 0-135.615 60.717-135.615 135.615s60.717 135.615 135.615 135.615c74.898 0 135.615-60.717 135.615-135.615 0-0.004-0-0.007-0-0.011l0 0.001c-0.089-74.856-60.748-135.515-135.596-135.603l-0.008-0zM779.594 800.208c-53.677-0.006-97.188-43.521-97.188-97.198 0-53.681 43.517-97.198 97.198-97.198 53.677 0 97.192 43.511 97.198 97.187l0 0.001c-0.060 53.663-43.545 97.149-97.202 97.209l-0.006 0zM835.406 683.792h-36.615v-36.604c0-0.019 0-0.041 0-0.064 0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198c0 0.023 0 0.045 0 0.067l-0-0.003v36.604h-36.614c-10.581 0.036-19.145 8.622-19.145 19.208s8.563 19.172 19.141 19.208l0.003 0h36.614v36.604c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-36.604h36.615c10.581-0.036 19.145-8.622 19.145-19.208s-8.563-19.172-19.141-19.208l-0.003-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Add Image"],"grid":0},"attrs":[{}],"properties":{"order":2833,"id":164,"name":"Add-Image","prevSize":32,"code":60028},"setIdx":0,"setId":2,"iconIdx":188},{"icon":{"paths":["M512 108.792c-222.686-0-403.208 180.523-403.208 403.208s180.523 403.208 403.208 403.208c222.686 0 403.208-180.523 403.208-403.208v0c-0.257-222.582-180.626-402.951-403.183-403.208l-0.025-0zM679.104 531.208h-148.042v147.604c0 10.608-8.6 19.208-19.208 19.208s-19.208-8.6-19.208-19.208v0-147.604h-147.75c-10.608 0-19.208-8.6-19.208-19.208s8.6-19.208 19.208-19.208l147.75 0v-147.604c-0-10.608 8.6-19.208 19.208-19.208s19.208 8.6 19.208 19.208v-0 147.604h148.041c10.608 0 19.208 8.6 19.208 19.208s-8.6 19.208-19.208 19.208h0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Add_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2834,"id":165,"name":"Add_Fill","prevSize":32,"code":60029},"setIdx":0,"setId":2,"iconIdx":189},{"icon":{"paths":["M512 108.792c-222.686-0-403.208 180.523-403.208 403.208s180.523 403.208 403.208 403.208c222.686 0 403.208-180.523 403.208-403.208v0c-0.257-222.582-180.626-402.951-403.183-403.208l-0.025-0zM512 876.792c-201.469 0-364.792-163.323-364.792-364.792s163.323-364.792 364.792-364.792c201.469 0 364.792 163.323 364.792 364.792v0c-0.235 201.374-163.418 364.557-364.769 364.792l-0.022 0z","M679.104 492.792h-148.042v-147.604c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v-0 147.604h-147.75c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h147.75v147.604c-0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-147.604h148.041c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208l0 0z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{},{}],"11017716412552552551911741171":[{},{}]},"tags":["Add"],"grid":0},"attrs":[{},{}],"properties":{"order":2835,"id":166,"name":"Add","prevSize":32,"code":60030},"setIdx":0,"setId":2,"iconIdx":190},{"icon":{"paths":["M885.333 203.354h-521.749c-0.002-0-0.004-0-0.006-0-11.779 0-21.328 9.549-21.328 21.328 0 0.002 0 0.004 0 0.006l-0-0v59.167c0 11.782 9.551 21.333 21.333 21.333s21.333-9.551 21.333-21.333v0-37.833h218.208v531.958h-96.187c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h235.062c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0h-96.208v-531.958h218.208v37.833c0 11.782 9.551 21.333 21.333 21.333s21.333-9.551 21.333-21.333v0-59.167c0-0.002 0-0.004 0-0.006 0-11.779-9.549-21.328-21.328-21.328-0.002 0-0.004 0-0.006 0l0-0zM460.625 423.396h-321.958c-0.002-0-0.004-0-0.006-0-11.779 0-21.328 9.549-21.328 21.328 0 0.002 0 0.004 0 0.006l-0-0v36.5c0 11.782 9.551 21.333 21.333 21.333s21.333-9.551 21.333-21.333v0-15.167h118.313v311.917h-51.188c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h145.052c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0h-51.198v-311.917h118.313v15.167c0 11.782 9.551 21.333 21.333 21.333s21.333-9.551 21.333-21.333v0-36.5c0-0.002 0-0.004 0-0.006 0-11.779-9.549-21.328-21.328-21.328-0.002 0-0.004 0-0.006 0l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Font Size"],"grid":0},"attrs":[{}],"properties":{"order":2836,"id":167,"name":"Font-Size","prevSize":32,"code":60031},"setIdx":0,"setId":2,"iconIdx":191},{"icon":{"paths":["M659.584 168.354h-0.292v-29.687c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208l0 0v29.687h-89.667v-29.687c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208l0-0v29.687h-89.667v-29.687c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v29.687h-0.292c-88.23 0.108-159.725 71.604-159.833 159.823l-0 0.010v416.521c0.108 88.23 71.604 159.725 159.823 159.833l295.178 0c88.23-0.108 159.725-71.604 159.833-159.823l0-0.010v-416.521c-0.108-88.23-71.604-159.725-159.823-159.833l-0.010-0zM350.792 385.312c0.031-0 0.068-0 0.104-0 11.892 0 21.569 9.487 21.874 21.305l0.001 0.028c0.005 0.165 0.007 0.36 0.007 0.555 0 11.446-9.255 20.731-20.69 20.778l-0.005 0h-1.292c-11.782 0-21.333-9.551-21.333-21.333s9.551-21.333 21.333-21.333v0zM350.792 530.771c0.031-0 0.068-0 0.104-0 11.892 0 21.569 9.487 21.874 21.305l0.001 0.028c0.005 0.165 0.007 0.36 0.007 0.555 0 11.446-9.255 20.731-20.69 20.778l-0.005 0h-1.292c-11.782 0-21.333-9.551-21.333-21.333s9.551-21.333 21.333-21.333v0zM352.083 718.875h-1.25c-11.782 0-21.333-9.551-21.333-21.333s9.551-21.333 21.333-21.333v0c0.030-0 0.066-0 0.102-0 11.888 0 21.561 9.489 21.856 21.306l0.001 0.027c0.004 0.16 0.007 0.348 0.007 0.536 0 11.457-9.265 20.75-20.711 20.797l-0.004 0zM673.208 716.75h-247.521c-10.608 0-19.208-8.6-19.208-19.208s8.6-19.208 19.208-19.208l247.521 0c10.608-0 19.208 8.6 19.208 19.208s-8.6 19.208-19.208 19.208h-0zM673.208 571.312h-247.562c-10.608 0-19.208-8.6-19.208-19.208s8.6-19.208 19.208-19.208h247.562c10.608 0 19.208 8.6 19.208 19.208s-8.6 19.208-19.208 19.208l0-0zM673.208 425.854h-247.562c-10.608 0-19.208-8.6-19.208-19.208s8.6-19.208 19.208-19.208l247.562 0c10.608-0 19.208 8.6 19.208 19.208s-8.6 19.208-19.208 19.208h-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Memo_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2837,"id":168,"name":"Memo_Fill","prevSize":32,"code":60034},"setIdx":0,"setId":2,"iconIdx":192},{"icon":{"paths":["M659.584 168.354h-0.292v-29.687c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208l0 0v29.687h-89.667v-29.687c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208l0-0v29.687h-89.667v-29.687c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v29.687h-0.292c-88.23 0.108-159.725 71.604-159.833 159.823l-0 0.010v416.521c0.108 88.23 71.604 159.725 159.823 159.833l295.178 0c88.23-0.108 159.725-71.604 159.833-159.823l0-0.010v-416.521c-0.108-88.23-71.604-159.725-159.823-159.833l-0.010-0zM781.001 744.708c-0.072 67.028-54.389 121.345-121.41 121.417l-295.175 0c-67.028-0.072-121.345-54.389-121.417-121.41l-0-0.007v-416.521c0.072-67.028 54.389-121.345 121.41-121.417l0.299-0v29.688c-0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v-29.688h89.667v29.688c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208l-0-0v-29.688h89.667v29.688c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208l-0-0v-29.688h0.293c67.028 0.072 121.345 54.389 121.417 121.41l0 0.007zM673.209 678.333h-247.521c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h247.521c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208l-0 0zM673.209 387.437h-247.563c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208l247.562-0c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-0zM673.209 532.896h-247.563c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h247.562c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h0zM350.833 673c-13.554 0-24.542 10.988-24.542 24.542s10.988 24.542 24.542 24.542v0h1.25c13.225-0.062 23.922-10.797 23.922-24.031 0-0.18-0.002-0.359-0.006-0.537l0 0.027c-0.312-13.62-11.427-24.542-25.093-24.542-0.026 0-0.052 0-0.078 0l0.004-0zM350.791 431.187h1.292c13.214-0.063 23.902-10.79 23.902-24.014 0-0.185-0.002-0.37-0.006-0.555l0 0.027c-0.322-13.622-11.441-24.542-25.111-24.542-0.027 0-0.054 0-0.081 0l0.004-0c-13.554 0-24.542 10.988-24.542 24.542s10.988 24.542 24.542 24.542l-0-0zM350.791 576.645h1.292c13.214-0.063 23.902-10.79 23.902-24.014 0-0.185-0.002-0.37-0.006-0.555l0 0.027c-0.322-13.622-11.441-24.542-25.111-24.542-0.027 0-0.054 0-0.081 0l0.004-0c-13.554 0-24.542 10.988-24.542 24.542s10.988 24.542 24.542 24.542l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Memo"],"grid":0},"attrs":[{}],"properties":{"order":2838,"id":169,"name":"Memo","prevSize":32,"code":60035},"setIdx":0,"setId":2,"iconIdx":193},{"icon":{"paths":["M786.347 398.292h-98.133v270.722c-0.058 70.669-57.331 127.942-127.994 128l-267.952 0c4.418 56.497 51.34 100.672 108.585 100.693l385.495 0c60.193-0.033 108.98-48.82 109.013-109.010l0-0.003v-281.387c-0.033-60.193-48.82-108.981-109.010-109.015l-0.003-0zM649.813 669.013v-281.388c0-0.053 0-0.116 0-0.179 0-49.492-40.111-89.615-89.598-89.635l-327.895-0c-49.602 0.002-89.811 40.212-89.813 89.813l-0 0v281.388c0.098 49.507 40.253 89.602 89.773 89.602 0.014 0 0.028-0 0.042-0l327.891 0c0.003 0 0.006 0 0.009 0 49.48 0 89.591-40.111 89.591-89.591 0-0.004-0-0.007-0-0.011l0 0.001zM378.938 234.958l77.344 11.042c0.812 0.133 1.748 0.208 2.701 0.208 0.013 0 0.027-0 0.040-0l-0.002 0c10.595-0.012 19.18-8.603 19.18-19.2 0-9.648-7.117-17.635-16.387-18.995l-0.104-0.013-32.717-4.683c26.421-16.589 58.539-26.43 92.955-26.43 43.28 0 82.925 15.562 113.645 41.396l-0.269-0.221c3.308 2.777 7.612 4.465 12.31 4.465 10.606 0 19.203-8.597 19.203-19.203 0-5.943-2.7-11.256-6.94-14.778l-0.031-0.025c-37.038-31.133-85.251-50.048-137.881-50.048-42.402 0-81.936 12.277-115.242 33.47l0.872-0.518 4.408-29.966c0.126-0.825 0.197-1.777 0.197-2.745 0-10.606-8.598-19.204-19.204-19.204-9.605 0-17.562 7.051-18.98 16.259l-0.014 0.107-11.365 77.292c-0.129 0.835-0.202 1.799-0.202 2.78 0 9.647 7.112 17.632 16.379 18.999l0.105 0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Switch Old_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2839,"id":170,"name":"Switch-Old_Fill","prevSize":32,"code":60036},"setIdx":0,"setId":2,"iconIdx":194},{"icon":{"paths":["M767.302 405.333h-29.792c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208l29.792-0c0.013-0 0.028-0 0.044-0 38.904 0 70.455 31.485 70.561 70.365l0 0.010v281.395c-0.042 38.977-31.627 70.563-70.6 70.604l-385.494 0c-0.102 0.001-0.222 0.001-0.343 0.001-29.485 0-54.723-18.182-65.114-43.946l-0.168-0.471c-2.917-7.121-9.794-12.045-17.821-12.045-10.607 0-19.206 8.599-19.206 19.206 0 2.537 0.492 4.959 1.385 7.176l-0.046-0.129c16.31 40.534 55.301 68.626 100.854 68.626 0.161 0 0.322-0 0.483-0.001l-0.025 0h385.49c60.179-0.078 108.943-48.842 109.021-109.014l0-0.007v-281.395c-0.142-60.107-48.896-108.78-109.020-108.792l-0.001-0zM693.448 675.812v-281.312c-0.069-60.171-48.829-108.931-108.993-109l-327.788-0c-60.167 0.074-108.921 48.832-108.99 108.994l-0 0.007v281.312c0.068 60.168 48.822 108.926 108.983 109l327.788 0c60.171-0.069 108.931-48.829 109-108.993l0-0.007zM186.073 675.812v-281.312c0.049-38.966 31.627-70.54 70.59-70.583l327.785-0c38.963 0.048 70.535 31.621 70.583 70.579l0 0.005v281.312c-0.048 38.963-31.62 70.535-70.579 70.583l-327.786 0c-38.967-0.043-70.545-31.617-70.594-70.579l-0-0.005zM378.938 234.959l77.344 11.042c0.812 0.133 1.748 0.208 2.701 0.208 0.013 0 0.027-0 0.040-0l-0.002 0c10.595-0.012 19.18-8.603 19.18-19.2 0-9.648-7.117-17.635-16.387-18.995l-0.104-0.013-32.717-4.684c26.421-16.589 58.539-26.43 92.955-26.43 43.28 0 82.925 15.562 113.645 41.396l-0.269-0.221c3.308 2.777 7.612 4.465 12.31 4.465 10.606 0 19.203-8.597 19.203-19.203 0-5.943-2.7-11.256-6.94-14.778l-0.031-0.025c-37.038-31.133-85.251-50.048-137.881-50.048-42.402 0-81.936 12.277-115.242 33.47l0.872-0.518 4.408-29.966c0.126-0.825 0.197-1.777 0.197-2.745 0-10.606-8.598-19.204-19.204-19.204-9.605 0-17.562 7.051-18.98 16.259l-0.014 0.107-11.365 77.292c-0.129 0.835-0.202 1.799-0.202 2.78 0 9.647 7.112 17.632 16.379 18.999l0.105 0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Switch Old"],"grid":0},"attrs":[{}],"properties":{"order":2840,"id":171,"name":"Switch-Old","prevSize":32,"code":60037},"setIdx":0,"setId":2,"iconIdx":195},{"icon":{"paths":["M659.584 168.354h-0.292v-29.687c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208l0 0v29.687h-89.667v-29.687c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208l0-0v29.687h-89.667v-29.687c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v29.687h-0.292c-88.23 0.108-159.725 71.604-159.833 159.823l-0 0.010v416.521c0.108 88.23 71.604 159.725 159.823 159.833l295.178 0c88.23-0.108 159.725-71.604 159.833-159.823l0-0.010v-416.521c-0.108-88.23-71.604-159.725-159.823-159.833l-0.010-0zM665.396 456.833l-186.396 186.396c-3.477 3.475-8.279 5.625-13.583 5.625s-10.107-2.15-13.583-5.625l-93.229-93.208c-3.428-3.468-5.546-8.238-5.546-13.502 0-10.609 8.601-19.21 19.21-19.21 5.264 0 10.034 2.117 13.504 5.547l-0.002-0.002 79.646 79.646 172.813-172.833c3.473-3.459 8.265-5.598 13.555-5.598 10.609 0 19.21 8.601 19.21 19.21 0 5.291-2.139 10.082-5.599 13.556l0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Task_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2841,"id":172,"name":"Task_Fill","prevSize":32,"code":60038},"setIdx":0,"setId":2,"iconIdx":196},{"icon":{"paths":["M659.584 168.354h-0.292v-29.687c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208l0 0v29.687h-89.667v-29.687c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208l0-0v29.687h-89.667v-29.687c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v29.687h-0.292c-88.23 0.108-159.725 71.604-159.833 159.823l-0 0.010v416.521c0.108 88.23 71.604 159.725 159.823 159.833l295.178 0c88.23-0.108 159.725-71.604 159.833-159.823l0-0.010v-416.521c-0.108-88.23-71.604-159.725-159.823-159.833l-0.010-0zM781.001 744.708c-0.072 67.028-54.389 121.345-121.41 121.417l-295.175 0c-67.028-0.072-121.345-54.389-121.417-121.41l-0-0.007v-416.521c0.072-67.028 54.389-121.345 121.41-121.417l0.299-0v29.688c-0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v-29.688h89.667v29.688c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208l-0-0v-29.688h89.667v29.688c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208l-0-0v-29.688h0.293c67.028 0.072 121.345 54.389 121.417 121.41l0 0.007zM638.229 429.667l-172.812 172.833-79.646-79.646c-3.473-3.459-8.265-5.598-13.555-5.598-10.609 0-19.21 8.601-19.21 19.21 0 5.291 2.139 10.082 5.599 13.556l-0.001-0.001 93.229 93.208c3.477 3.475 8.279 5.625 13.583 5.625s10.107-2.15 13.583-5.625l186.396-186.396c3.459-3.473 5.598-8.265 5.598-13.555 0-10.609-8.601-19.21-19.21-19.21-5.291 0-10.082 2.139-13.556 5.599l0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Task"],"grid":0},"attrs":[{}],"properties":{"order":2842,"id":173,"name":"Task","prevSize":32,"code":60039},"setIdx":0,"setId":2,"iconIdx":197},{"icon":{"paths":["M257.493 607.787h95.36v-103.893c0.064-21.182 17.218-38.335 38.394-38.398l0.006-0h231.467c21.182 0.063 38.336 17.217 38.4 38.392l0 0.006v103.893h95.787c33.014-0.126 59.73-26.916 59.733-59.948l0-0v-116.265c-0.144-74.23-53.445-135.97-123.857-149.186l-0.943-0.147 7.035-99.781c0.029-0.397 0.046-0.859 0.046-1.326 0-10.612-8.593-19.217-19.201-19.236l-0.002-0h-345.301c-10.609 0.019-19.202 8.624-19.202 19.236 0 0.467 0.017 0.929 0.049 1.388l-0.004-0.062 7.034 99.755c-71.433 13.296-124.817 75.072-124.961 149.344l-0 0.016v116.266c0.133 33.129 27.014 59.935 60.159 59.948l0.001 0zM662.125 344.313c19.773 0 35.802 16.029 35.802 35.802s-16.029 35.802-35.802 35.802h-0.083c-19.733-0.022-35.724-16.016-35.74-35.748l-0-0.002c0.035-19.747 16.001-35.754 35.73-35.854l0.010-0zM659.114 200.313l-5.594 79.333h-292.907l-5.593-79.334zM885.333 831.604h-328.717c-5.043-11.429-13.986-20.369-25.106-25.283l-0.313-0.123v-77.026h91.522v-225.279h-231.467v225.279h101.549v77.047c-11.403 5.052-20.323 13.979-25.244 25.074l-0.124 0.312h-328.768c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h328.717c7.649 17.415 24.733 29.364 44.612 29.395l0.004 0h0.063c19.871-0.003 36.946-11.967 44.419-29.084l0.121-0.312h328.73c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Network Printer_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2459,"id":174,"name":"Network-Printer_Fill","prevSize":32,"code":60025},"setIdx":0,"setId":2,"iconIdx":198},{"icon":{"paths":["M257.583 607.75h82.719c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-82.719c-0.054 0-0.117 0.001-0.18 0.001-11.908 0-21.577-9.59-21.705-21.468l-0-0.012v-116.187c0.074-62.712 50.892-113.53 113.597-113.604l315.424-0c62.712 0.074 113.53 50.892 113.604 113.597l0 0.007v116.187c-0.009 11.856-9.614 21.465-21.467 21.479l-83.314 0c-10.608-0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h83.312c33.053-0.049 59.833-26.84 59.865-59.893l0-0.003v-116.187c-0.126-74.29-53.466-136.085-123.933-149.311l-0.944-0.147 7.033-99.75c0.029-0.397 0.046-0.859 0.046-1.326 0-10.612-8.593-19.217-19.201-19.236l-0.002-0h-345.301c-10.609 0.019-19.202 8.624-19.202 19.236 0 0.467 0.017 0.929 0.049 1.388l-0.004-0.062 7.031 99.733c-71.465 13.323-124.864 75.144-124.989 149.46l-0 0.014v116.187c0.149 33.112 27.026 59.897 60.159 59.897 0.043 0 0.086-0 0.129-0l-0.007 0zM659.115 200.313l-5.594 79.333h-292.907l-5.593-79.333zM662.125 415.917c19.773 0 35.802-16.029 35.802-35.802s-16.029-35.802-35.802-35.802h-0.083c-19.747 0.041-35.739 16.059-35.739 35.812 0 9.905 4.021 18.871 10.52 25.354l0.001 0.001c6.437 6.448 15.335 10.437 25.166 10.437 0.019 0 0.037-0 0.056-0l-0.003 0zM885.333 831.604h-328.717c-5.043-11.429-13.986-20.369-25.106-25.283l-0.313-0.123v-57.823h91.479c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.004l0 0v-225.25c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-231.334-0c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.004l-0-0v225.25c-0 0.001-0 0.002-0 0.003 0 10.604 8.594 19.201 19.197 19.205l101.459 0v57.844c-11.403 5.052-20.323 13.979-25.244 25.074l-0.124 0.312h-328.768c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h328.717c7.649 17.415 24.733 29.364 44.612 29.395l0.004 0h0.063c19.871-0.003 36.946-11.967 44.419-29.084l0.121-0.312h328.73c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h0zM410.542 709.958v-186.833h192.938v186.833z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Network Printer"],"grid":0},"attrs":[{}],"properties":{"order":2460,"id":175,"name":"Network-Printer","prevSize":32,"code":60026},"setIdx":0,"setId":2,"iconIdx":199},{"icon":{"paths":["M512 372.729c-102.817 0.559-197.844 33.449-275.555 89.007l1.451-0.986c-5.108 3.502-8.416 9.306-8.416 15.884 0 10.602 8.595 19.197 19.197 19.197 4.088 0 7.878-1.278 10.991-3.456l-0.062 0.041c70.204-50.318 157.697-80.676 252.25-81.269l0.145-0.001c94.698 0.595 182.19 30.952 253.724 82.176l-1.329-0.905c3.045 2.124 6.823 3.393 10.898 3.393 10.602 0 19.197-8.595 19.197-19.197 0-6.565-3.295-12.36-8.322-15.821l-0.065-0.042c-76.26-54.572-171.286-87.462-273.966-88.020l-0.137-0.001zM896.271 325.604c-106.982-76.116-240.304-121.688-384.271-121.688s-277.29 45.572-386.33 123.078l2.059-1.39c-4.997 3.517-8.221 9.26-8.221 15.756 0 10.609 8.6 19.21 19.21 19.21 4.069 0 7.843-1.265 10.95-3.424l-0.063 0.042c100.874-71.839 226.611-114.854 362.396-114.854s261.522 43.015 364.33 116.161l-1.934-1.307c3.043 2.117 6.817 3.383 10.887 3.383 10.609 0 19.21-8.6 19.21-19.21 0-6.496-3.224-12.239-8.16-15.716l-0.061-0.041zM671.104 597.625c-46.236-24.243-101.009-38.469-159.104-38.469s-112.868 14.225-161.026 39.383l1.922-0.914c-6.318 3.229-10.568 9.691-10.568 17.146 0 10.6 8.593 19.193 19.193 19.193 3.145 0 6.114-0.757 8.733-2.098l-0.108 0.050c41.213-21.662 90.049-34.375 141.854-34.375s100.642 12.712 143.559 35.188l-1.705-0.813c2.511 1.291 5.48 2.047 8.625 2.047 10.6 0 19.193-8.593 19.193-19.193 0-7.455-4.25-13.917-10.46-17.095l-0.108-0.050zM512 705.396c-31.666 0.006-57.334 25.677-57.334 57.344 0 31.67 25.674 57.344 57.344 57.344s57.344-25.674 57.344-57.344c0-0.004-0-0.007-0-0.011l0 0.001c-0.046-31.653-25.7-57.299-57.351-57.333l-0.003-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Wifi"],"grid":0},"attrs":[{}],"properties":{"order":2461,"id":176,"name":"Wifi","prevSize":32,"code":60024},"setIdx":0,"setId":2,"iconIdx":200},{"icon":{"paths":["M894.293 554.24c-1.215-1.103-2.537-2.155-3.926-3.117l-0.127-0.083c-1.118-0.744-2.093-1.516-3-2.36l0.014 0.013-1.707-1.495c-32.631-19.391-70.602-34.135-111.011-42.081l-2.269-0.372-50.988-150.399c-0.187-0.977-0.294-2.1-0.294-3.248 0-2.853 0.659-5.552 1.834-7.952l-0.047 0.107c1.133-0.68 2.5-1.082 3.961-1.082 0.183 0 0.364 0.006 0.543 0.019l-0.024-0.001c27.947 0 45.227-22.187 45.227-58.027 0.002-0.187 0.004-0.407 0.004-0.628 0-13.965-5.263-26.701-13.915-36.331l0.044 0.050c-3.909-4.318-9.53-7.024-15.784-7.040l-0.003-0h-104.747c-16.392 0.067-29.653 13.37-29.653 29.771 0 0.033 0 0.066 0 0.098l-0-0.005v60.803l41.387 163.411 0.64 1.708c0.019 0.197 0.031 0.427 0.031 0.658 0 1.896-0.743 3.618-1.953 4.891l0.003-0.003c-36.267 27.948-48.853 75.093-61.227 120.531l-2.348 8.96c-5.026 17.897-21.148 30.82-40.306 30.936l-0.013 0h-35.2c-1.083 0.123-2.339 0.193-3.61 0.193-13.030 0-24.341-7.357-30.007-18.143l-0.089-0.186c-17.067-40.745-10.027-97.706 15.36-121.813l2.773-2.773c7.308-7.376 11.954-17.4 12.371-28.506l0.002-0.078h0.213v-30.933h-282.88v27.093c-59.631 32.186-100.73 92.020-106.196 161.863l-0.044 0.695v5.547c0.261 19.452 15.961 35.152 35.389 35.413l0.025 0 477.867 0.64c2.904 9.329 9.55 16.741 18.137 20.609l0.21 0.084c4.323 2.007 9.382 3.185 14.715 3.2l0.005 0c0.062 0 0.135 0.001 0.208 0.001 5.194 0 10.112-1.18 14.5-3.288l-0.201 0.087 6.613-3.2 201.6-94.718c12.151-5.909 20.378-18.161 20.378-32.334 0-10.85-4.821-20.574-12.438-27.147l-0.046-0.039zM860.373 648.531l-167.467 78.509c18.799 34.060 54.487 56.747 95.473 56.747 60.026 0 108.687-48.661 108.687-108.687 0-0.115-0-0.23-0.001-0.345l0 0.018c0.001-0.139 0.001-0.304 0.001-0.469 0-14.156-2.903-27.634-8.146-39.872l0.252 0.66zM506.453 436.907c-0.080-73.85-56.739-134.442-128.96-140.762l-0.534-0.038c5.574-3.903 9.174-10.296 9.174-17.529 0-0.062-0-0.125-0.001-0.187l0 0.010c0-11.723-9.504-21.227-21.227-21.227s-21.227 9.504-21.227 21.227l0-0c0.023 7.328 3.705 13.79 9.314 17.66l0.072 0.047c-72.789 6.281-129.493 66.917-129.493 140.797 0 0.001 0 0.002 0 0.003l-0-0v3.625h282.88zM304.213 783.787c46.936-0.016 86.82-30.195 101.321-72.205l0.226-0.753h-202.88c15.113 42.406 54.649 72.333 101.258 72.958l0.075 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Delivery_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2462,"id":177,"name":"Delivery_Fill","prevSize":32,"code":60022},"setIdx":0,"setId":2,"iconIdx":201},{"icon":{"paths":["M512.021 436.646c-10.644 0.006-19.271 8.636-19.271 19.281 0 10.649 8.633 19.281 19.281 19.281 10.645 0 19.275-8.627 19.281-19.27l0-0.001c-0.010-10.65-8.641-19.282-19.291-19.292l-0.001-0zM455.232 464.82c-31.020-7.75-57.936-22.287-80.156-41.998l0.195 0.17c-2.575 10.043-4.053 21.573-4.053 33.448 0 70.835 52.59 129.386 120.856 138.739l0.728 0.082v-85.176c-19.687-7.138-34.163-24.173-37.526-44.934l-0.044-0.331zM512.021 398.229c21.149 0.073 39.601 11.555 49.53 28.609l0.147 0.274c28.44-7.344 52.677-22.437 71.086-42.882l0.114-0.129c-24.893-41.564-69.686-68.956-120.878-68.956-51.202 0-96.003 27.403-120.539 68.344l-0.355 0.638c18.555 20.532 42.8 35.598 70.245 42.721l0.994 0.219c10.082-17.304 28.521-28.766 49.643-28.839l0.010-0zM568.806 464.856c-3.423 21.090-17.911 38.118-37.208 45.115l-0.4 0.127v85.168c69.014-9.415 121.627-67.976 121.627-138.826 0-11.881-1.479-23.416-4.264-34.431l0.207 0.967c-22.015 19.574-48.934 34.131-78.665 41.603l-1.297 0.276zM513.073 108.792h-1.114c-188.44 0.034-341.26 152.495-341.875 340.795l-0 0.059c0 0.25 0 1.583 0.010 1.833 3.158 93.955 36.012 179.667 89.412 248.675l-0.735-0.988c60.115 79.82 131.697 147.109 213.056 200.777l3.184 1.973c10.010 8.211 22.948 13.188 37.047 13.188 14.076 0 26.993-4.96 37.099-13.228l-0.104 0.083c57.569-37.605 107.608-79.109 152.493-125.619l0.246-0.256c85.744-81.88 142.099-193.893 152.015-318.979l0.11-1.73v-3.584c0-0.201 0.001-0.44 0.001-0.679 0-188.54-152.421-341.48-340.764-342.32l-0.080-0zM512.021 635.146c-0.122 0-0.265 0-0.409 0-98.743 0-178.789-80.047-178.789-178.789 0-28.045 6.457-54.581 17.965-78.204l-0.466 1.060c0.377-0.949 0.769-1.744 1.214-2.505l-0.047 0.087c29.783-59.745 90.449-100.066 160.532-100.066 70.166 0 130.893 40.417 160.168 99.24l0.468 1.039c0.326 0.563 0.659 1.241 0.95 1.941l0.044 0.12c11.085 22.601 17.568 49.187 17.568 77.288 0 98.743-80.047 178.79-178.79 178.79-0.144 0-0.287-0-0.431-0.001l0.022 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Driver_Takings 1_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2463,"id":178,"name":"Driver_Takings-1_Fill","prevSize":32,"code":60023},"setIdx":0,"setId":2,"iconIdx":202},{"icon":{"paths":["M555.687 432.563l-55.875-35.167c-3.449-2.211-7.658-3.524-12.173-3.524-12.58 0-22.779 10.195-22.785 22.774l-0 0.001v70.417c0.007 12.578 10.204 22.771 22.783 22.771 4.499 0 8.693-1.304 12.226-3.555l-0.092 0.055 55.917-35.209c6.437-4.1 10.645-11.199 10.645-19.281s-4.208-15.182-10.553-19.226l-0.092-0.055zM806.208 172.042h-588.416c-60.171 0.069-108.931 48.829-109 108.993l-0 0.007v341.625c0.069 60.171 48.829 108.931 108.993 109l280.131 0v81.875h-156.354c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h351.104c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-156.333v-81.875h269.875c60.171-0.069 108.931-48.829 109-108.993l0-0.007v-341.625c-0.069-60.171-48.829-108.931-108.993-109l-0.007-0zM508.595 577.833c-69.578 0-125.982-56.404-125.982-125.982s56.404-125.982 125.982-125.982c69.578 0 125.982 56.404 125.982 125.982v0c0 0 0 0.001 0 0.001 0 69.577-56.404 125.981-125.981 125.981-0 0-0.001-0-0.001-0l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Video Tutorial_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2464,"id":179,"name":"Video-Tutorial_Fill","prevSize":32,"code":60019},"setIdx":0,"setId":2,"iconIdx":203},{"icon":{"paths":["M806.208 172.042h-588.416c-60.171 0.069-108.931 48.829-109 108.993l-0 0.007v341.625c0.069 60.171 48.829 108.931 108.993 109l280.131 0v81.875h-156.354c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h351.104c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-156.333v-81.875h269.875c60.171-0.069 108.931-48.829 109-108.993l0-0.007v-341.625c-0.069-60.171-48.829-108.931-108.993-109l-0.007-0zM876.792 622.667c-0.048 38.963-31.621 70.536-70.579 70.583l-588.421 0c-38.963-0.048-70.536-31.62-70.584-70.579l-0-0.005v-341.625c0.048-38.963 31.621-70.536 70.579-70.583l588.421-0c38.963 0.048 70.535 31.621 70.583 70.579l0 0.005zM508.604 309.875c-0-0-0-0-0-0-78.413 0-141.979 63.566-141.979 141.979s63.566 141.979 141.979 141.979c78.413 0 141.979-63.566 141.979-141.979 0-0-0-0-0-0l0 0c-0.099-78.373-63.606-141.881-141.97-141.979l-0.009-0zM508.604 561.833c-0 0-0 0-0 0-60.74 0-109.979-49.239-109.979-109.979s49.239-109.979 109.979-109.979c60.74 0 109.979 49.239 109.979 109.979v-0c-0.079 60.708-49.271 109.901-109.972 109.979l-0.008 0zM555.687 432.563l-55.875-35.167c-3.449-2.211-7.658-3.524-12.173-3.524-12.58 0-22.779 10.195-22.785 22.774l-0 0.001v70.417c0.007 12.578 10.204 22.771 22.783 22.771 4.499 0 8.693-1.304 12.226-3.555l-0.092 0.055 55.917-35.209c6.437-4.1 10.645-11.199 10.645-19.281s-4.208-15.182-10.553-19.226l-0.092-0.055zM496.853 470.354v-37l29.396 18.5z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Video Tutorial"],"grid":0},"attrs":[{}],"properties":{"order":2465,"id":180,"name":"Video-Tutorial","prevSize":32,"code":60020},"setIdx":0,"setId":2,"iconIdx":204},{"icon":{"paths":["M581.973 283.734c-23.681-79.573-59.307-127.573-93.014-127.573-33.707 0-69.333 48-93.013 127.36 28.165 4.649 60.621 7.306 93.699 7.306 32.59 0 64.578-2.579 95.77-7.544l-3.441 0.451zM386.347 320.854c-9.801 43.399-15.82 93.512-16.632 144.89l-0.008 0.603h238.507c-0.881-52.014-6.819-102.131-17.346-150.536l0.919 5.042c-30.85 5.562-66.36 8.743-102.612 8.745l-0.001 0c-0.088 0-0.194 0-0.299 0-36.223 0-71.702-3.181-106.175-9.279l3.647 0.535zM620.373 275.839c42.83-9.061 80.797-24.116 115.252-44.481l-1.759 0.962c0.427-0.288 0.927-0.509 1.463-0.634l0.030-0.006c-51.808-50.669-119.329-85.466-194.583-96.413l-1.897-0.227c33.92 24.747 62.293 74.455 81.493 140.799zM646.613 466.347h190.933c0.071-0.001 0.155-0.002 0.239-0.002 1.751 0 3.429 0.313 4.981 0.886l-0.1-0.032c-4.201-80.099-34.625-152.372-82.767-209.147l0.421 0.509c-1.589 2.719-3.746 4.944-6.322 6.566l-0.078 0.046c-35.819 21.447-77.428 38.054-121.685 47.518l-2.689 0.482c10.148 45.737 16.326 98.523 17.061 152.624l0.006 0.551zM509.653 732.587c-3.12-5.431-4.96-11.94-4.96-18.879s1.84-13.448 5.059-19.067l-0.099 0.188c43.621-79.228 126.419-132.104 221.601-132.482l0.053-0c0.263-0.001 0.575-0.002 0.887-0.002 35.173 0 68.604 7.46 98.797 20.885l-1.55-0.615c6.99-23.2 11.721-50.097 13.19-77.859l0.036-0.863c-1.452 0.541-3.13 0.853-4.881 0.853-0.084 0-0.168-0.001-0.252-0.002l0.013 0h-191.147c-0.427 14.083-0.64 28.375-1.493 42.242-0.713 10.043-9.035 17.92-19.197 17.92-10.627 0-19.243-8.615-19.243-19.243 0-0.435 0.014-0.867 0.043-1.296l-0.003 0.058c1.067-13.016 1.067-26.453 1.493-39.682h-238.293c0.869 52.159 6.808 102.426 17.347 150.978l-0.92-5.056c28.069-5.074 60.578-8.163 93.74-8.53l0.34-0.003h0.427c0.010-0 0.023-0 0.035-0 10.448 0 18.943 8.358 19.165 18.753l0 0.021c0.001 0.056 0.001 0.123 0.001 0.189 0 10.578-8.447 19.182-18.964 19.435l-0.024 0c-30.453 0.517-59.846 3.368-88.494 8.385l3.374-0.489c23.68 80.427 59.52 129.067 93.44 129.067 10.591 0.031 19.168 8.607 19.2 19.195l0 0.003c0.006 0.116 0.009 0.253 0.009 0.39 0 0.694-0.081 1.369-0.234 2.016l0.012-0.059c31.228-1.576 60.59-7.079 88.401-16.036l-2.428 0.676c-34.99-23.471-63.434-54.028-83.795-89.785l-0.685-1.307zM331.307 504.745h-190.933c-0.109 0.003-0.236 0.005-0.364 0.005-1.708 0-3.343-0.314-4.849-0.888l0.094 0.031c4.108 80.32 34.718 152.784 83.178 209.55l-0.404-0.485c1.594-2.648 3.752-4.805 6.317-6.352l0.083-0.046c35.935-21.612 77.696-38.299 122.136-47.739l2.664-0.474c-10.306-45.693-16.775-98.565-17.906-152.749l-0.014-0.853zM357.547 275.838c19.2-66.344 47.573-116.052 81.493-140.8-77.041 11.193-144.473 45.903-196.339 96.497l0.073-0.071c0.651 0.215 1.216 0.504 1.726 0.867l-0.020-0.013c32.569 19.41 70.391 34.464 110.603 43.078l2.464 0.442zM358.613 695.467c-43.061 8.948-81.262 24.091-115.846 44.676l1.713-0.944c-0.427 0.287-0.927 0.508-1.463 0.634l-0.031 0.006c50.996 49.698 117.148 84.068 190.878 95.534l1.975 0.253c-33.28-26.667-59.52-77.652-77.227-140.158zM331.307 466.347c0.74-54.727 6.919-107.587 18.020-158.611l-0.953 5.223c-46.779-9.843-88.253-26.382-125.801-48.813l1.855 1.027c-2.773-1.682-5.011-3.989-6.566-6.734l-0.048-0.092c-47.872 56.282-78.384 128.646-82.524 207.991l-0.036 0.861c1.413-0.542 3.047-0.856 4.755-0.856 0.128 0 0.256 0.002 0.384 0.005l-0.019-0zM862.933 646.828c-13.255-10.724-28.354-20.010-44.579-27.224l-1.288-0.511c-25.177-11.59-54.628-18.349-85.658-18.349-0.036 0-0.072 0-0.108 0l0.006-0c-80.865 0.595-151.092 45.564-187.597 111.74l-0.563 1.113c22.449 39.818 55.502 71.363 95.35 91.363l1.29 0.586c16.745 8.408 36.173 14.806 56.62 18.184l1.193 0.163c9.928 1.765 21.356 2.775 33.021 2.775 0.241 0 0.482-0 0.723-0.001l-0.037 0h0.213c80.908-0.629 151.15-45.684 187.597-111.949l0.563-1.117c-14.952-26.24-33.904-48.387-56.303-66.426l-0.444-0.346zM791.893 720.855c-3.792 30.411-29.461 53.717-60.582 53.76l-0.004 0c-4.099-0.041-8.079-0.427-11.948-1.131l0.428 0.065c-8.241-1.739-15.532-4.848-21.998-9.108l0.238 0.148c-16.463-11.169-27.216-29.684-27.519-50.727l-0.001-0.046c-0.001-0.097-0.001-0.211-0.001-0.325 0-33.517 27.171-60.688 60.688-60.688 12.976 0 25.001 4.072 34.866 11.009l-0.193-0.129c5.504 3.703 10.165 8.16 13.973 13.289l0.107 0.151c7.721 10.035 12.373 22.778 12.373 36.609 0 0.030-0 0.059-0 0.089l0-0.005c0 2.346-0.213 4.69-0.427 7.038z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["View Website_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2466,"id":181,"name":"View-Website_Fill","prevSize":32,"code":60021,"codes":[60021,60022,60023,60024,60025,60026,60027,60028,60029,60030,60031]},"setIdx":0,"setId":2,"iconIdx":205},{"icon":{"paths":["M731.396 633.667c-0.002-0-0.004-0-0.006-0-44.203 0-80.036 35.833-80.036 80.036 0 27.852 14.227 52.381 35.809 66.717l0.295 0.184c8.178 5.487 17.796 9.564 28.142 11.625l0.504 0.084c4.597 0.926 9.882 1.457 15.291 1.458l0.001 0c40.902-0.006 74.637-30.682 79.462-70.281l0.038-0.385c0.345-2.814 0.541-6.071 0.542-9.375l0-0c0-0 0-0.001 0-0.001 0-44.21-35.834-80.051-80.042-80.061l-0.001-0zM772.75 718.667c-2.607 20.776-20.163 36.688-41.435 36.688-2.787 0-5.509-0.273-8.143-0.794l0.265 0.044c-5.635-1.096-10.633-3.216-15.019-6.175l0.144 0.091c-11.399-7.551-18.813-20.321-18.813-34.823 0-22.995 18.641-41.636 41.636-41.636s41.636 18.641 41.636 41.636c0 0.011-0 0.022-0 0.033l0-0.002c-0.005 1.745-0.103 3.461-0.29 5.151l0.019-0.213z","M936.417 704.229c-16.143-28.473-36.684-52.489-60.995-72l-0.484-0.376c-38.836-31.381-88.813-50.375-143.225-50.375-0.126 0-0.252 0-0.378 0l0.020-0c-88.108 0.441-164.675 49.425-204.368 121.558l-0.612 1.213c-1.563 2.717-2.484 5.975-2.484 9.448s0.922 6.731 2.534 9.542l-0.050-0.094c34.772 62.397 95.196 106.928 166.632 119.541l1.43 0.209c11.081 1.88 23.856 2.963 36.88 2.979l0.14 0c88.085-0.466 164.629-49.422 204.346-121.517l0.612-1.212c1.563-2.721 2.484-5.982 2.484-9.458s-0.922-6.738-2.534-9.552l0.050 0.094zM731.396 807.458c-0.028 0-0.062 0-0.095 0-10.832 0-21.454-0.902-31.794-2.634l1.119 0.155c-57.439-10.13-105.498-43.788-134.681-90.459l-0.486-0.833c34.732-56.325 95.941-93.399 165.839-93.791l0.057-0c0.074-0 0.161-0 0.248-0 45.388 0 87.074 15.853 119.821 42.324l-0.361-0.283c18.157 14.551 33.512 31.649 45.771 50.911l0.499 0.839c-34.749 56.323-95.972 93.39-165.881 93.771l-0.056 0z","M529.917 798.479c-12.249 1.684-26.404 2.645-40.783 2.645-0.062 0-0.124-0-0.185-0l0.010 0c-31.798 0-65.634-45.187-88.159-120.12 23.87-4.289 51.622-6.985 79.915-7.458l0.452-0.006c10.503-0.152 18.96-8.702 18.96-19.227 0-0.081-0.001-0.162-0.002-0.244l0 0.012c0-0.016 0-0.035 0-0.054 0-10.445-8.467-18.912-18.912-18.912-0.192 0-0.384 0.003-0.574 0.009l0.028-0.001c-31.977 0.377-62.988 3.317-93.183 8.625l3.436-0.5c-9.185-41.275-14.868-88.978-15.711-137.862l-0.009-0.638h227.233c-0.288 12.508-0.427 25.122-1.264 37.229-0.030 0.403-0.047 0.873-0.047 1.347 0 10.128 7.851 18.423 17.799 19.13l0.061 0.003c0.465 0.040 1.005 0.064 1.551 0.064 10.090 0 18.34-7.882 18.926-17.825l0.002-0.052c0.914-12.979 1.077-26.49 1.377-39.896h162.848c-0.723 13.446-2.149 25.885-4.269 38.087l0.273-1.899c-0.188 1.008-0.295 2.169-0.295 3.354 0 10.599 8.592 19.191 19.191 19.191 9.414 0 17.244-6.778 18.878-15.72l0.018-0.118c3.482-18.643 5.474-40.092 5.474-62.006 0-195.455-158.447-353.902-353.902-353.902s-353.902 158.447-353.902 353.902c0 195.455 158.447 353.902 353.902 353.902 16.157 0 32.061-1.083 47.644-3.18l-1.82 0.2c9.485-1.27 16.723-9.311 16.723-19.042 0-10.605-8.597-19.202-19.202-19.202-0.874 0-1.735 0.058-2.578 0.172l0.099-0.011zM409.625 790.625c-51.913-13.816-96.773-38.995-133.56-72.819l0.225 0.204c24.71-12.29 53.459-22.521 83.535-29.233l2.564-0.481c10.544 38.952 26.743 73.047 47.94 103.392l-0.704-1.064zM353.056 651.084c-39.511 8.776-74.418 21.989-106.715 39.42l2.171-1.071c-42.505-49.78-69.813-113.679-74.099-183.8l-0.043-0.883h162.417c0.806 52.266 6.691 102.688 17.183 151.397l-0.914-5.063zM248.237 281.969c30.181 16.414 65.151 29.668 102.001 37.95l2.732 0.516c-9.522 43.513-15.376 93.786-16.176 145.286l-0.007 0.612h-162.417c4.32-70.859 31.522-134.639 74.235-184.808l-0.368 0.443zM803.547 466.333h-162.438c-0.808-52.084-6.655-102.33-17.077-150.878l0.91 5.060c39.622-8.789 74.629-22.032 107.017-39.506l-2.177 1.074c42.288 49.706 69.451 113.444 73.721 183.368l0.043 0.882zM390.828 328.213c29.407 5.246 63.26 8.245 97.814 8.245 0.17 0 0.34-0 0.51-0l-0.027 0c0.154 0 0.337 0 0.519 0 34.42 0 68.147-2.972 100.937-8.672l-3.495 0.503c9.118 41.137 14.761 88.686 15.602 137.405l0.009 0.639h-227.497c0.85-49.385 6.499-96.96 16.503-142.909l-0.874 4.789zM615.659 283.273c-10.549-39.13-26.802-73.386-48.088-103.866l0.706 1.067c52.108 13.861 97.126 39.181 133.994 73.201l-0.215-0.196c-24.798 12.333-53.647 22.593-83.83 29.314l-2.566 0.48zM577.368 290.997c-26.507 4.3-57.062 6.757-88.19 6.757-31.284 0-61.989-2.482-91.928-7.259l3.3 0.434c22.523-75.43 56.491-120.951 88.409-120.951 31.913 0 65.887 45.547 88.408 121.018zM362.259 283.211c-32.696-7.214-61.498-17.494-88.5-30.859l2.24 1.003c36.621-33.755 81.584-59.027 131.424-72.373l2.2-0.501c-20.57 29.394-36.817 63.626-46.832 100.426l-0.534 2.304z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{},{},{}],"11017716412552552551911741171":[{},{},{}]},"tags":["View Website"],"grid":0},"attrs":[{},{},{}],"properties":{"order":2467,"id":182,"name":"View-Website","prevSize":32,"code":60032},"setIdx":0,"setId":2,"iconIdx":206},{"icon":{"paths":["M666.645 399.042c0.051 0.52 0.080 1.123 0.080 1.733 0 2.552-0.51 4.985-1.433 7.203l0.046-0.124h137.672c10.156-0.019 19.135-5.035 24.614-12.72l0.063-0.093c3.446-4.804 5.511-10.801 5.511-17.281 0-3.535-0.614-6.926-1.742-10.073l0.065 0.208c-12.311-34.331-28.881-64.047-49.489-90.459l0.536 0.714c-0.538 0.556-1.108 1.072-1.709 1.551l-0.036 0.028c-36.574 21.013-79.023 37.292-124.040 46.525l-2.77 0.475c4.924 19.71 9.361 44.285 12.341 69.307l0.291 3.005zM606.67 296.844c-23.459-75.784-59.641-123.677-94.691-123.677s-71.232 47.891-94.674 123.609c28.524 4.517 61.415 7.098 94.908 7.098 33.333 0 66.070-2.556 98.024-7.483l-3.566 0.452zM644.619 289.51c42.255-8.528 79.801-22.559 114.22-41.559l-2.041 1.033c-51.039-51.603-118.361-87.007-193.622-97.866l-1.834-0.217c34.118 23.187 63.057 70.812 83.278 138.609zM628.48 403.292c-3.117-26.747-7.379-50.24-12.972-73.211l0.839 4.078c-31.127 5.374-66.976 8.446-103.543 8.446-0.224 0-0.448-0-0.672-0l0.035 0c-0.171 0-0.373 0-0.576 0-36.716 0-72.709-3.094-107.733-9.037l3.77 0.529c-4.76 18.911-9.028 42.425-11.875 66.373l-0.273 2.822c-0.317 1.717-0.819 3.246-1.498 4.676l0.048-0.113h235.844c-0.614-1.318-1.099-2.849-1.379-4.451l-0.016-0.112zM220.991 407.854h137.629c-0.878-2.094-1.388-4.527-1.388-7.079 0-0.61 0.029-1.214 0.086-1.809l-0.006 0.076c3.275-28.051 7.718-52.648 13.533-76.709l-0.884 4.331c-47.656-9.717-89.981-25.971-128.55-48.042l2.099 1.107c-0.713-0.56-1.348-1.136-1.941-1.754l-0.006-0.006c-20.135 25.747-36.751 55.524-48.378 87.689l-0.707 2.238c-1.063 2.939-1.677 6.33-1.677 9.865 0 6.48 2.065 12.477 5.572 17.37l-0.061-0.090c5.542 7.777 14.522 12.793 24.674 12.812l0.003 0zM462.603 150.906c-77.020 11.079-144.279 46.435-195.261 97.935l-0.028 0.028c32.335 17.982 69.833 32.028 109.493 40.138l2.548 0.435c20.208-67.741 49.138-115.345 83.249-138.536zM349.865 604.854c-0.064-0.57 0.159-1.083 0.146-1.646h-129.021c-10.156 0.019-19.135 5.035-24.614 12.72l-0.063 0.093c-3.446 4.804-5.511 10.801-5.511 17.281 0 3.535 0.614 6.926 1.742 10.073l-0.065-0.208c11.607 32.208 26.849 60.101 45.673 85.147l-0.593-0.824c36.331-19.809 78.446-35.427 122.906-44.641l2.986-0.517c-5.312-21.153-10.084-47.481-13.277-74.293l-0.309-3.183zM401.122 674.932c33.371-5.523 71.827-8.679 111.020-8.679 39.346 0 77.949 3.181 115.566 9.299l-4.117-0.552c4.935-19.542 9.402-43.93 12.423-68.763l0.3-3.028h-247.898c3.32 27.841 7.781 52.206 13.596 76.040l-0.89-4.316zM803.010 603.208h-128.293c-0.013 0.563 0.211 1.076 0.147 1.646-3.497 30.007-8.275 56.358-14.543 82.125l0.942-4.581c47.217 9.724 89.12 25.271 127.703 46.166l-2.433-1.205c18.188-24.186 33.399-52.035 44.28-81.962l0.709-2.23c1.063-2.939 1.677-6.33 1.677-9.865 0-6.48-2.065-12.477-5.572-17.37l0.061 0.090c-5.542-7.777-14.521-12.793-24.674-12.813l-0.003-0zM410.754 712.219c24.96 81.339 63.846 132.802 101.611 132.802s76.649-51.461 101.594-132.734c-30.604-4.922-65.886-7.734-101.825-7.734-35.781 0-70.91 2.787-105.183 8.157l3.804-0.491zM575.506 857.721c73.703-13.716 137.412-49.497 185.688-100.124l0.129-0.136c-31.563-16.319-68.171-29.398-106.652-37.358l-2.796-0.484c-19.008 64.135-45.345 111.281-76.369 138.101zM372.839 719.555c-41.495 8.453-78.308 21.597-112.478 39.158l2.43-1.135c48.61 50.932 112.636 86.768 184.573 100.008l2.094 0.32c-31.126-26.787-57.554-74.016-76.619-138.352zM203.448 593.521h10.531c6.314-0.012 11.631-4.27 13.248-10.070l0.023-0.097 30.552-114 30.761 114.021c1.643 5.887 6.954 10.136 13.259 10.146l0.001 0h10.542c6.235-0.019 11.494-4.172 13.183-9.861l0.025-0.098 42.313-148.542c0.333-1.127 0.525-2.422 0.525-3.761 0-7.586-6.148-13.736-13.733-13.739l-5.417-0c-6.369 0.002-11.725 4.337-13.28 10.217l-0.022 0.096-30.646 118.812-32.25-118.958c-1.635-5.896-6.949-10.154-13.259-10.167l-0.001-0h-3.802c-6.296 0.013-11.6 4.25-13.227 10.028l-0.023 0.097-32.479 119.042-30.656-118.854c-1.577-5.976-6.933-10.31-13.302-10.313l-5.396-0c-0.005-0-0.010-0-0.015-0-7.577 0-13.72 6.143-13.72 13.72 0 1.354 0.196 2.663 0.562 3.898l-0.025-0.097 42.521 148.521c1.715 5.785 6.974 9.937 13.205 9.958l0.002 0zM603.469 417.521c-6.369 0.002-11.725 4.337-13.281 10.217l-0.022 0.096-30.646 118.812-32.25-118.958c-1.635-5.896-6.949-10.154-13.259-10.167l-0.001-0h-3.802c-6.297 0.013-11.6 4.25-13.227 10.028l-0.023 0.097-32.479 119.043-30.656-118.854c-1.577-5.976-6.933-10.31-13.302-10.313l-5.396-0c-0.005-0-0.010-0-0.015-0-7.577 0-13.72 6.143-13.72 13.72 0 1.354 0.196 2.663 0.562 3.898l-0.025-0.097 42.521 148.521c1.715 5.786 6.974 9.938 13.206 9.958l0.002 0h10.531c6.314-0.012 11.631-4.27 13.248-10.070l0.023-0.097 30.552-114 30.76 114.021c1.643 5.887 6.954 10.136 13.259 10.146l0.001 0h10.542c6.235-0.019 11.494-4.172 13.183-9.861l0.025-0.098 42.312-148.542c0.333-1.127 0.525-2.422 0.525-3.762 0-7.586-6.148-13.735-13.733-13.738l-0-0zM874.042 422.979c-2.504-3.329-6.447-5.459-10.887-5.459-0.025 0-0.050 0-0.075 0l0.004-0h-5.417c-6.369 0.002-11.725 4.337-13.28 10.217l-0.022 0.096-30.635 118.812-32.26-118.958c-1.634-5.893-6.943-10.15-13.248-10.167l-0.002-0h-3.812c-6.296 0.013-11.6 4.25-13.227 10.028l-0.023 0.097-32.48 119.042-30.656-118.854c-1.577-5.976-6.933-10.31-13.302-10.313l-5.396-0c-0.005-0-0.010-0-0.015-0-7.577 0-13.72 6.143-13.72 13.72 0 1.354 0.196 2.663 0.562 3.898l-0.025-0.097 42.52 148.52c1.715 5.786 6.974 9.938 13.206 9.958l0.002 0h10.531c6.314-0.012 11.631-4.27 13.248-10.070l0.023-0.097 30.552-114 30.76 114.021c1.643 5.887 6.954 10.136 13.259 10.146l0.001 0h10.542c6.235-0.019 11.494-4.172 13.183-9.861l0.025-0.098 42.313-148.542c0.341-1.134 0.537-2.437 0.537-3.786 0-3.118-1.048-5.992-2.81-8.288l0.024 0.032z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["www_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2468,"id":183,"name":"www_Fill","prevSize":32,"code":60033},"setIdx":0,"setId":2,"iconIdx":207},{"icon":{"paths":["M852.588 615.149c0.034 0.655 0.053 1.422 0.053 2.193 0 21.22-14.492 39.056-34.119 44.149l-0.317 0.070v-137.074c19.766 4.146 34.396 21.434 34.396 42.139 0 0.374-0.005 0.747-0.014 1.119l0.001-0.055zM776.355 794.749c-7.19 7.383-17.228 11.964-28.335 11.964-0.077 0-0.154-0-0.231-0.001l0.012 0h-471.539c-0.123 0.001-0.268 0.002-0.413 0.002-20.571 0-37.247-16.676-37.247-37.247 0-0.138 0.001-0.275 0.002-0.413l-0 0.021v-311.085h546.854v237.407h0.021v74.529c0.041 0.617 0.065 1.337 0.065 2.063 0 8.845-3.504 16.872-9.199 22.768l0.009-0.009zM183.548 649.095c-7.547-8.026-12.184-18.863-12.184-30.783 0-1.113 0.040-2.217 0.12-3.31l-0.009 0.146v-47.459c-0.008-0.317-0.013-0.69-0.013-1.064 0-20.705 14.63-37.992 34.116-42.089l0.28-0.049v137.117c-8.846-1.952-16.454-6.371-22.295-12.492l-0.016-0.017zM202.585 425.245v-55.689c0.151-9.881 8.128-17.849 17.997-17.988l0.013-0h586.149c9.526 0.693 17.114 8.138 18.026 17.538l0.006 0.080-1.287 56.061h-620.903zM485.835 243.506c0-14.468 11.729-26.197 26.197-26.197s26.197 11.729 26.197 26.197c0 14.468-11.729 26.197-26.197 26.197v0c-14.463-0.014-26.183-11.735-26.197-26.196l-0-0.001zM818.205 491.698v-33.707h37.308l1.987-88.435c-0.724-27.731-23.023-50.023-50.689-50.733l-0.067-0.001h-278.338v-18.971c24.791-7.336 42.571-29.904 42.571-56.624 0-32.554-26.39-58.944-58.944-58.944s-58.944 26.39-58.944 58.944c0 26.72 17.78 49.288 42.154 56.518l0.417 0.106v18.971h-275.064c-28.012 0.030-50.713 22.724-50.756 50.73l-0 0.004v88.435h36.020v33.707c-37.964 4.481-67.132 36.471-67.132 75.273 0 0.253 0.001 0.505 0.004 0.757l-0-0.038 0.021 46.717c-0.073 1.252-0.114 2.716-0.114 4.19 0 20.603 8.084 39.319 21.254 53.147l-0.030-0.032c11.863 12.291 27.806 20.576 45.641 22.67l0.356 0.034v74.66c-0.002 0.22-0.004 0.479-0.004 0.739 0 38.465 31.182 69.647 69.647 69.647 0.267 0 0.534-0.002 0.801-0.005l-0.041 0h471.539c0.046 0 0.1 0 0.155 0 20.477 0 38.967-8.507 52.129-22.179l0.022-0.023c11.244-11.675 18.171-27.577 18.171-45.096 0-1.085-0.027-2.163-0.079-3.235l0.006 0.151v-74.682c38.156-5.482 67.156-37.95 67.156-77.192 0-0.722-0.010-1.442-0.029-2.159l0.002 0.106v-47.459c0.002-0.214 0.003-0.466 0.003-0.719 0-38.802-29.168-70.792-66.775-75.238l-0.357-0.034z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cooking"],"grid":0},"attrs":[{}],"properties":{"order":2469,"id":184,"name":"Cooking","prevSize":32,"code":59988},"setIdx":0,"setId":2,"iconIdx":208},{"icon":{"paths":["M512 108.792c-222.686-0-403.208 180.523-403.208 403.208s180.523 403.208 403.208 403.208c222.686 0 403.208-180.523 403.208-403.208v0c-0.257-222.582-180.626-402.951-403.183-403.208l-0.025-0zM492.667 341.333c0-10.608 8.6-19.208 19.208-19.208s19.208 8.6 19.208 19.208v0 226.563c0 10.608-8.6 19.208-19.208 19.208s-19.208-8.6-19.208-19.208v-0zM537.813 693.333c-1.545 3.485-3.63 6.457-6.181 8.953l-0.005 0.005c-4.991 5.006-11.894 8.104-19.521 8.104s-14.53-3.098-19.52-8.103l-0.001-0.001c-2.557-2.501-4.641-5.473-6.115-8.777l-0.072-0.181c-1.214-3.17-1.918-6.836-1.918-10.666l-0-0c-0.011-0.264-0.017-0.573-0.017-0.884 0-1.574 0.158-3.112 0.459-4.597l-0.025 0.148c0.387-2.011 0.978-3.798 1.767-5.472l-0.059 0.139c0.738-1.819 1.528-3.361 2.433-4.824l-0.078 0.136c1.142-1.584 2.332-2.979 3.625-4.27l0-0c1.221-1.233 2.549-2.356 3.97-3.355l0.093-0.062c1.411-1 3.027-1.864 4.748-2.514l0.148-0.049c1.471-0.637 3.191-1.158 4.98-1.478l0.145-0.021c1.633-0.407 3.508-0.641 5.438-0.641s3.804 0.234 5.598 0.674l-0.16-0.033c1.92 0.308 3.642 0.831 5.256 1.553l-0.132-0.053c1.869 0.698 3.485 1.562 4.963 2.608l-0.067-0.045c1.512 1.068 2.839 2.19 4.062 3.416l0.001 0.001c1.293 1.292 2.483 2.686 3.556 4.171l0.069 0.1c0.853 1.479 1.708 2.979 2.563 4.688 0.545 1.453 1.062 3.239 1.453 5.072l0.047 0.261c0.395 1.601 0.623 3.44 0.625 5.332l0 0.002c-0.078 3.857-0.85 7.512-2.198 10.875l0.074-0.208z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Dispute_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2470,"id":185,"name":"Dispute_Fill","prevSize":32,"code":59989},"setIdx":0,"setId":2,"iconIdx":209},{"icon":{"paths":["M512 108.792c-222.686-0-403.208 180.523-403.208 403.208s180.523 403.208 403.208 403.208c222.686 0 403.208-180.523 403.208-403.208v0c-0.257-222.582-180.626-402.951-403.183-403.208l-0.025-0zM512 876.792c-201.469 0-364.792-163.323-364.792-364.792s163.323-364.792 364.792-364.792c201.469 0 364.792 163.323 364.792 364.792v0c-0.235 201.374-163.418 364.557-364.769 364.792l-0.022 0zM511.875 587.104c10.607-0.003 19.205-8.601 19.208-19.208l0-0v-226.563c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208l0 0v226.563c0.003 10.607 8.601 19.205 19.208 19.208l0 0zM537.604 672c-0.739-1.819-1.528-3.361-2.433-4.824l0.079 0.136c-1.142-1.584-2.332-2.979-3.625-4.27l-0-0c-4.996-4.961-11.879-8.028-19.479-8.028-1.939 0-3.832 0.2-5.659 0.58l0.179-0.031c-1.934 0.342-3.654 0.863-5.28 1.559l0.155-0.059c-1.869 0.698-3.485 1.562-4.963 2.608l0.067-0.045c-1.514 1.061-2.841 2.184-4.060 3.414l-0.002 0.002c-5.12 4.979-8.3 11.929-8.312 19.623l-0 0.002c0.078 3.857 0.851 7.512 2.198 10.875l-0.074-0.208c1.545 3.485 3.63 6.457 6.181 8.953l0.005 0.005c2.469 2.545 5.453 4.573 8.787 5.918l0.171 0.061c3.037 1.345 6.58 2.127 10.305 2.127 0.127 0 0.254-0.001 0.381-0.003l-0.019 0c0.106 0.002 0.23 0.003 0.355 0.003 3.657 0 7.13-0.783 10.263-2.191l-0.158 0.064c3.505-1.406 6.49-3.435 8.952-5.973l0.006-0.006c5.004-4.891 8.107-11.708 8.107-19.251 0-0.132-0.001-0.263-0.003-0.394l0 0.020c0.011-0.264 0.017-0.573 0.017-0.884 0-1.574-0.158-3.112-0.459-4.597l0.025 0.148c-0.387-2.011-0.978-3.798-1.767-5.472l0.059 0.139z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Dispute"],"grid":0},"attrs":[{}],"properties":{"order":2471,"id":186,"name":"Dispute","prevSize":32,"code":59990},"setIdx":0,"setId":2,"iconIdx":210},{"icon":{"paths":["M866.906 315.271c-3.473-3.475-8.272-5.625-13.573-5.625s-10.1 2.15-13.573 5.625l-352.719 352.729-169.646-169.583c-3.474-3.472-8.273-5.619-13.573-5.619-10.605 0-19.202 8.597-19.202 19.202 0 5.305 2.151 10.108 5.629 13.583l183.219 183.147c3.473 3.475 8.272 5.625 13.573 5.625s10.1-2.15 13.573-5.625l366.292-366.293c3.475-3.477 5.625-8.279 5.625-13.583s-2.15-10.107-5.625-13.583l0 0zM467.062 601.187c0.008 0 0.017 0 0.026 0 5.293 0 10.084-2.15 13.547-5.624l0.001-0.001 253.114-253.125c3.478-3.475 5.629-8.278 5.629-13.583 0-10.605-8.597-19.202-19.202-19.202-5.3 0-10.098 2.147-13.573 5.619l-253.115 253.125c-3.477 3.476-5.627 8.279-5.627 13.583 0 10.606 8.595 19.204 19.199 19.208l0 0zM361.229 660.625l-7.354 7.375-169.635-169.583c-3.474-3.472-8.273-5.619-13.573-5.619-10.605 0-19.202 8.597-19.202 19.202 0 5.305 2.151 10.108 5.629 13.583l183.219 183.147c3.475 3.476 8.276 5.626 13.579 5.626s10.104-2.15 13.579-5.626l20.928-20.938c3.476-3.476 5.626-8.279 5.626-13.583 0-10.609-8.6-19.21-19.21-19.21-5.305 0-10.107 2.15-13.583 5.626h0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Double Tick"],"grid":0},"attrs":[{}],"properties":{"order":2732,"id":187,"name":"Double-Tick","prevSize":32,"code":59991},"setIdx":0,"setId":2,"iconIdx":211},{"icon":{"paths":["M621.653 354.133h118.4c-0.388-0.559-0.809-1.047-1.276-1.488l-0.004-0.004-189.44-197.121c-1.23-1.41-2.719-2.558-4.398-3.377l-0.082-0.036v125.013c0.188 42.383 34.435 76.704 76.771 77.013l0.029 0zM857.813 510.933l-37.333-29.651c-8.201-6.773-18.821-10.88-30.4-10.88-14.872 0-28.162 6.777-36.949 17.411l-0.065 0.081-8.96 11.518-17.28 22.187 117.76 92.162 26.453-33.493c0.786-0.992 1.56-2.105 2.265-3.266l0.082-0.146c4.509-7.161 7.185-15.871 7.185-25.205 0-17.133-9.013-32.16-22.556-40.599l-0.202-0.117zM549.333 747.948c-4.818 6.183-7.725 14.062-7.725 22.619 0 2.871 0.327 5.666 0.946 8.349l-0.048-0.249 17.707 76.587 78.72-1.067c11.495-0.004 21.729-5.396 28.314-13.789l0.059-0.078 76.8-98.133 77.013-98.135-117.973-92.371zM505.173 787.411c-1.238-5.088-1.948-10.93-1.948-16.938 0-17.52 6.037-33.63 16.145-46.363l-0.118 0.154 204.16-260.693c5.84-7.108 12.673-13.126 20.344-17.93l0.349-0.204v-52.907h-122.453c-63.579-0.294-115.026-51.816-115.2-115.395l-0-0.017v-127.573h-220.16c-88.045 0.47-159.522 70.751-161.915 158.283l-0.005 0.222v400.215c-0.027 1.104-0.042 2.405-0.042 3.71 0 88.349 70.686 160.188 158.589 162.047l0.173 0.003h243.84c-1.812-2.881-3.213-6.234-4.013-9.814l-0.040-0.213zM272 442.667h306.56c10.663 0 19.307 8.644 19.307 19.307s-8.644 19.307-19.307 19.307h-306.56c-10.663 0-19.307-8.644-19.307-19.307s8.644-19.307 19.307-19.307h-0zM272 666.24c-10.604 0-19.201-8.596-19.201-19.201s8.596-19.201 19.201-19.201v0h223.787c10.604 0 19.201 8.596 19.201 19.201s-8.596 19.201-19.201 19.201v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Edit Document_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2733,"id":188,"name":"Edit-Document_Fill","prevSize":32,"code":59992},"setIdx":0,"setId":2,"iconIdx":212},{"icon":{"paths":["M897.958 536.229c-4.137-17.303-14.59-31.659-28.729-40.8l-0.261-0.158-36.395-28.896c-11.471-9.452-26.316-15.184-42.499-15.184-21.004 0-39.753 9.655-52.050 24.77l-0.097 0.123-203.668 259.979c-7.393 9.344-11.859 21.299-11.859 34.296 0 4.491 0.533 8.858 1.54 13.041l-0.077-0.379 17.719 76.583c2.041 8.583 9.64 14.87 18.709 14.875l0.251 0 78.646-1.021c17.497-0.169 33.033-8.42 43.076-21.193l0.090-0.119 204.083-260.354c1.208-1.625 2.333-3.271 3.333-4.916 6.289-9.978 10.021-22.117 10.021-35.127 0-5.507-0.669-10.858-1.929-15.977l0.095 0.457zM652.115 828.459c-3.139 4.003-7.966 6.558-13.392 6.583l-0.004 0-63.208 0.833-14.24-61.521c-0.289-1.185-0.455-2.545-0.455-3.944 0-4.047 1.387-7.769 3.712-10.718l-0.028 0.037 153.715-196.224 87.707 68.745zM857.062 566.771c-0.437 0.708-0.917 1.396-1.135 1.687l-26.321 33.579-87.718-68.753 26.008-33.2c4.694-5.73 11.501-9.577 19.215-10.345l0.119-0.010c0.839-0.093 1.813-0.146 2.798-0.146 0.031 0 0.061 0 0.092 0l-0.005-0c7.005 0.016 13.416 2.541 18.387 6.723l-0.044-0.036 37.448 29.729c0.535 0.421 1.139 0.847 1.766 1.24l0.088 0.051c8.216 5.134 13.601 14.129 13.601 24.382 0 5.591-1.601 10.807-4.37 15.217l0.070-0.119zM475.072 835.646l-191.301-0.021c-67.228-1.524-121.144-56.384-121.144-123.836 0-1.105 0.014-2.207 0.043-3.305l-0.003 0.162v-400.042c1.998-66.873 56.536-120.361 123.637-120.667l0.030-0h220.146v89.104c0.086 63.648 51.582 115.239 115.185 115.479l0.023 0h83.979v47.75c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-74.292c0-0.003 0-0.005 0-0.008 0-5.159-2.037-9.842-5.35-13.289l0.006 0.006-189.355-197.25c-3.5-3.644-8.412-5.91-13.853-5.917l-249.251-0c-88.083 0.514-159.576 70.829-161.985 158.401l-0.005 0.223v400.083c-0.025 1.060-0.039 2.309-0.039 3.561 0 88.383 70.671 160.261 158.587 162.207l0.181 0.003 192.073 0.063c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h0zM544.875 206.219l141.971 147.885h-65.117c-42.452-0.164-76.809-34.594-76.854-77.058l-0-0.004zM495.781 627.896h-223.771c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208l223.771-0c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h0zM271.969 442.771c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208l306.635-0c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Edit Document"],"grid":0},"attrs":[{}],"properties":{"order":2734,"id":189,"name":"Edit-Document","prevSize":32,"code":59993},"setIdx":0,"setId":2,"iconIdx":213},{"icon":{"paths":["M227.187 539.596v-400.93c0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198v400.93c-44.176 10.489-76.532 49.605-76.532 96.279s32.355 85.79 75.86 96.144l0.672 0.135v153.18c0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198l-0-0v-153.18c44.176-10.489 76.532-49.605 76.532-96.279s-32.355-85.79-75.86-96.144l-0.672-0.135zM536.521 247.805v-109.138c0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198v0 109.138c-44.176 10.484-76.532 49.597-76.532 96.268s32.356 85.785 75.86 96.133l0.672 0.135v444.992c0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198h-0v-444.992c44.176-10.484 76.532-49.597 76.532-96.268s-32.356-85.785-75.86-96.133l-0.672-0.135zM845.854 546.055v-407.388c0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198l0 0v407.388c-44.176 10.484-76.532 49.597-76.532 96.268s32.356 85.785 75.86 96.133l0.672 0.135v146.742c-0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198v-146.742c44.176-10.484 76.532-49.597 76.532-96.268s-32.356-85.785-75.86-96.133l-0.672-0.135z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Filter 1_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2735,"id":190,"name":"Filter-1_Fill","prevSize":32,"code":59994},"setIdx":0,"setId":2,"iconIdx":214},{"icon":{"paths":["M227.208 539.599v-400.932c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v-0 400.932c-44.181 10.482-76.542 49.6-76.542 96.276s32.361 85.794 75.87 96.141l0.672 0.135v153.182c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-153.182c44.171-10.493 76.52-49.607 76.52-96.276s-32.35-85.783-75.849-96.141l-0.672-0.135zM208 695.729c-31.959-1.419-57.332-27.673-57.332-59.854s25.373-58.435 57.205-59.85l0.128-0.005c31.951 1.429 57.313 27.68 57.313 59.854s-25.362 58.425-57.185 59.85l-0.128 0.005zM536.542 247.808v-109.141c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208l0-0v109.141c-44.18 10.477-76.542 49.592-76.542 96.266s32.362 85.789 75.87 96.131l0.672 0.135v444.994c-0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-444.995c44.17-10.487 76.521-49.599 76.521-96.266s-32.351-85.778-75.849-96.131l-0.672-0.135zM517.333 403.917c-0.772 0.036-1.677 0.056-2.587 0.056-33.082 0-59.9-26.818-59.9-59.9s26.818-59.9 59.9-59.9c33.078 0 59.894 26.812 59.9 59.889l0 0.001c0.007 0.349 0.012 0.761 0.012 1.174 0 31.935-25.503 57.913-57.253 58.679l-0.071 0.001zM845.875 546.057v-407.391c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v-0 407.391c-44.18 10.477-76.542 49.592-76.542 96.266s32.362 85.789 75.87 96.131l0.672 0.135v146.745c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-146.745c44.17-10.487 76.521-49.599 76.521-96.266s-32.351-85.778-75.849-96.131l-0.672-0.135zM826.667 702.167c-0.772 0.036-1.677 0.056-2.587 0.056-33.082 0-59.9-26.818-59.9-59.9s26.818-59.9 59.9-59.9c33.078 0 59.894 26.812 59.9 59.889l0 0.001c0.007 0.349 0.012 0.761 0.012 1.174 0 31.935-25.503 57.913-57.253 58.679l-0.071 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Filter 1"],"grid":0},"attrs":[{}],"properties":{"order":2736,"id":191,"name":"Filter-1","prevSize":32,"code":59995},"setIdx":0,"setId":2,"iconIdx":215},{"icon":{"paths":["M346.75 330.042c-43.54 0.006-78.833 35.303-78.833 78.844 0 43.544 35.3 78.844 78.844 78.844s78.844-35.3 78.844-78.844c0-0.004-0-0.008-0-0.011l0-0.021c-0.117-43.495-35.356-78.719-78.845-78.812l-0.009-0zM842.645 243.458c-31.148-30.21-73.684-48.833-120.57-48.833-1.902 0-3.797 0.031-5.684 0.091l0.275-0.007h-408.896c-106.167 0-177.521 74.645-177.521 185.708v263.166c0 111.062 71.354 185.708 177.521 185.708h408.729c106.271 0 177.667-74.645 177.667-185.708v-263.147c0.071-1.944 0.111-4.227 0.111-6.519 0-50.518-19.651-96.447-51.725-130.559l0.092 0.099zM855.75 541.632c-19.915-16.182-42.752-33.581-62.333-47.758-16.122-9.794-35.612-15.591-56.455-15.591-38.206 0-71.864 19.477-91.584 49.043l-0.252 0.402c-6.812 8.729-12.916 17.625-18.937 26.396l-3.5 5.104c-14.374 22.562-31.061 41.965-50.134 58.718l-0.304 0.261c-22.018 16.878-49.953 27.047-80.264 27.047-8.45 0-16.716-0.79-24.727-2.301l0.824 0.129c-19.178-6.273-35.554-16.614-48.775-30.066l-0.017-0.017c-13.116-12.711-28.368-23.318-45.147-31.214l-1.020-0.432c-72.271-30.583-122.896 32.043-142.021 55.687-11.021 13.5-23.25 27.979-35.437 42.375q-9.221 10.91-18.169 21.581c-5.603-16.711-8.837-35.954-8.837-55.952 0-0.513 0.002-1.026 0.006-1.539l-0.001 0.079v-263.168c0-89.479 54.604-147.292 139.104-147.292h408.896c1.502-0.059 3.265-0.093 5.036-0.093 36.39 0 69.439 14.306 93.829 37.601l-0.052-0.050c25.055 26.845 40.437 63 40.437 102.747 0 2.492-0.060 4.971-0.18 7.433l0.013-0.347z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Image_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2472,"id":192,"name":"Image_Fill","prevSize":32,"code":59996},"setIdx":0,"setId":2,"iconIdx":216},{"icon":{"paths":["M346.75 330.042c-43.54 0.006-78.833 35.303-78.833 78.844 0 43.544 35.3 78.844 78.844 78.844s78.844-35.3 78.844-78.844c0-0.004-0-0.008-0-0.011l0-0.021c-0.117-43.495-35.356-78.719-78.845-78.812l-0.009-0zM346.75 449.312c-22.322-0.006-40.416-18.103-40.416-40.427 0-22.327 18.1-40.427 40.427-40.427 22.323 0 40.421 18.094 40.427 40.415l0 0.001c-0.020 22.325-18.112 40.417-40.435 40.437l-0.002 0zM842.645 243.458c-31.148-30.21-73.684-48.833-120.57-48.833-1.902 0-3.797 0.031-5.684 0.091l0.275-0.007h-408.896c-106.167 0-177.521 74.645-177.521 185.708v263.166c0 111.062 71.354 185.708 177.521 185.708h408.729c106.271 0 177.667-74.645 177.667-185.708v-263.147c0.071-1.944 0.111-4.227 0.111-6.519 0-50.518-19.651-96.447-51.725-130.559l0.092 0.099zM855.75 643.584c0 89.479-54.646 147.292-139.25 147.292h-408.729c-1.767 0.085-3.838 0.133-5.92 0.133-42.966 0-81.134-20.539-105.223-52.335l-0.239-0.329c9.070-11 18.781-22.505 28.611-34.135 12.312-14.583 24.708-29.229 36.021-43.125 26.75-33.042 57.104-61.376 97.333-44.271 14.062 6.937 26.113 15.58 36.535 25.868l-0.015-0.014c17.682 17.391 39.6 30.53 64.063 37.727l1.083 0.273 0.021-0.043c11.907 3.627 25.593 5.715 39.767 5.715 37.629 0 71.82-14.719 97.13-38.713l-0.063 0.060c22.429-19.733 41.783-42.186 57.764-67.015l0.756-1.255 2.458-3.563c5.583-8.167 11.25-16.417 18.645-26.063 12.98-20.046 35.234-33.124 60.541-33.124 13.038 0 25.265 3.471 35.807 9.538l-0.349-0.185c26.609 19.38 61.241 46.263 83.25 65.935zM855.75 541.633c-19.915-16.182-42.752-33.581-62.333-47.758-16.122-9.795-35.612-15.593-56.457-15.593-38.206 0-71.863 19.478-91.583 49.045l-0.252 0.402c-6.812 8.729-12.916 17.625-18.937 26.396l-3.229 4.688c-14.462 22.714-31.239 42.252-50.409 59.137l-0.3 0.259c-18.848 18.496-44.7 29.913-73.219 29.913-8.729 0-17.209-1.070-25.314-3.085l0.719 0.151c-0.717-0.362-1.585-0.722-2.481-1.021l-0.144-0.042-3.729-1.042c-19.178-6.273-35.554-16.614-48.775-30.066l-0.017-0.017c-13.116-12.711-28.368-23.318-45.147-31.214l-1.020-0.432c-72.271-30.583-122.896 32.043-142.021 55.687-11.021 13.5-23.25 27.979-35.437 42.375q-9.221 10.91-18.169 21.581c-5.602-16.71-8.835-35.951-8.835-55.946 0-0.516 0.002-1.031 0.006-1.546l-0.001 0.079v-263.168c0-89.479 54.604-147.292 139.104-147.292h408.896c1.502-0.059 3.265-0.093 5.036-0.093 36.39 0 69.439 14.306 93.829 37.601l-0.052-0.050c25.055 26.845 40.437 63 40.437 102.747 0 2.492-0.060 4.971-0.18 7.433l0.013-0.347z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Image"],"grid":0},"attrs":[{}],"properties":{"order":2473,"id":193,"name":"Image","prevSize":32,"code":59997},"setIdx":0,"setId":2,"iconIdx":217},{"icon":{"paths":["M374.375 686.208h-70.042c-96.212 0-174.208-77.996-174.208-174.208s77.996-174.208 174.208-174.208v0h121.625c96.169 0.109 174.099 78.040 174.208 174.198l0 0.010c0 10.609-8.6 19.209-19.209 19.209s-19.209-8.6-19.209-19.209v0c-0.088-74.96-60.831-135.704-135.783-135.792l-121.633-0c-74.996 0-135.792 60.796-135.792 135.792s60.796 135.792 135.792 135.792v0h70.042c10.581 0.036 19.145 8.622 19.145 19.208s-8.563 19.172-19.141 19.208l-0.003 0z","M719.667 686.208h-121.625c-96.169-0.109-174.099-78.040-174.208-174.198l-0-0.010c0-10.609 8.6-19.209 19.209-19.209s19.209 8.6 19.209 19.209v0c0.088 74.96 60.831 135.704 135.783 135.792l121.634 0c74.996 0 135.792-60.796 135.792-135.792s-60.796-135.792-135.792-135.792v0h-70.042c-10.581-0.036-19.145-8.622-19.145-19.208s8.563-19.172 19.141-19.208l0.003-0h70.042c96.212 0 174.208 77.996 174.208 174.208s-77.996 174.208-174.208 174.208v0z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{},{}],"11017716412552552551911741171":[{},{}]},"tags":["Link"],"grid":0},"attrs":[{},{}],"properties":{"order":2474,"id":194,"name":"Link","prevSize":32,"code":59998},"setIdx":0,"setId":2,"iconIdx":218},{"icon":{"paths":["M446.256 647.947l411.098-489.922c2.791-3.311 4.487-7.624 4.487-12.333 0-10.601-8.594-19.195-19.195-19.195-5.892 0-11.164 2.654-14.685 6.833l-0.024 0.029-50.021 59.615c-0.924-0.639-1.978-1.222-3.091-1.695l-0.117-0.044c-17.088-5.316-36.735-8.378-57.097-8.378-0.405 0-0.81 0.001-1.215 0.004l0.062-0h-408.917c-106.167 0-177.5 74.624-177.5 185.708v263.167c0 91.552 50.513 160.068 128.806 179.833l-45.66 54.417c-2.816 3.319-4.529 7.651-4.529 12.383 0 10.601 8.594 19.195 19.195 19.195 5.915 0 11.205-2.675 14.726-6.882l0.025-0.030 75.427-89.891 0.198-0.151 127.875-152.375zM422.333 603.963l-3.271-2.813c-13.116-12.698-28.359-23.303-45.124-31.212l-1.022-0.434c-72.271-30.5-122.875 31.979-142.063 55.688-11.167 13.708-23.583 28.416-35.937 43.021q-9.018 10.664-17.78 21.109c-5.509-16.693-8.686-35.907-8.686-55.864 0-0.606 0.003-1.212 0.009-1.817l-0.001 0.092v-263.167c0-89.479 54.583-147.292 139.084-147.292h408.917c12.252 0.092 24.124 1.506 35.546 4.105l-1.106-0.212-322.303 384.102c-2.112-1.786-4.259-3.583-6.263-5.307zM346.542 318.192c-0.003-0-0.007-0-0.010-0-43.544 0-78.844 35.3-78.844 78.844s35.3 78.844 78.844 78.844c43.544 0 78.844-35.3 78.844-78.844 0-0.004-0-0.007-0-0.011l0-0.021c-0.114-43.488-35.343-78.71-78.824-78.812l-0.010-0zM847.167 236.567c-3.523-3.851-8.571-6.257-14.18-6.257-10.603 0-19.198 8.595-19.198 19.198 0 5.029 1.934 9.607 5.098 13.030l-0.012-0.013c22.874 26.609 36.802 61.484 36.802 99.612 0 2.261-0.049 4.511-0.146 6.749l0.011-0.319v161.2c-20.582-16.721-43.734-34.247-62.354-47.721-16.129-9.818-35.634-15.629-56.496-15.629-38.209 0-71.865 19.495-91.564 49.080l-0.253 0.403c-6.625 8.542-12.625 17.25-18.542 25.833l-3.438 5c-14.506 22.803-31.338 42.417-50.575 59.366l-0.3 0.259c-20.133 18.578-47.141 29.97-76.809 29.97-0.572 0-1.144-0.004-1.714-0.013l0.086 0.001c-0.092-0.002-0.2-0.002-0.309-0.002-6.045 0-11.467 2.67-15.15 6.895l-0.020 0.024-118.667 142.75c-1.132 1.361-2.096 2.919-2.826 4.602l-0.048 0.124-0.087 0.32c-0.755 1.885-1.223 4.068-1.289 6.351l-0.001 0.027c-0.013 0.289-0.167 0.533-0.167 0.825 0 0.333 0.173 0.609 0.19 0.94 0.097 2.057 0.508 3.988 1.186 5.789l-0.043-0.13c0.137 0.37 0.185 0.763 0.344 1.122 0.064 0.143 0.068 0.302 0.135 0.445 0.958 1.96 2.16 3.639 3.595 5.087l-0.001-0.001c0.306 0.32 0.665 0.55 0.993 0.849 1.304 1.19 2.795 2.209 4.416 3.003l0.111 0.049c0.506 0.247 0.979 0.487 1.509 0.685 1.993 0.836 4.307 1.342 6.732 1.39l0.019 0 342.083-0.021c1.48 0.045 3.221 0.071 4.968 0.071 46 0 87.845-17.792 119.027-46.869l-0.104 0.095c0.522-0.635 1.357-0.948 1.795-1.651l0.055-0.089c32.228-33.817 52.057-79.7 52.057-130.215 0-2.479-0.048-4.948-0.142-7.404l0.011 0.354v-263.147c0.076-2.013 0.12-4.378 0.12-6.752 0-48.053-17.772-91.954-47.102-125.49l0.19 0.222z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["No Image_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2475,"id":195,"name":"No-Image_Fill","prevSize":32,"code":59999},"setIdx":0,"setId":2,"iconIdx":219},{"icon":{"paths":["M346.542 318.192c-0.003-0-0.007-0-0.010-0-43.544 0-78.844 35.3-78.844 78.844s35.3 78.844 78.844 78.844c43.544 0 78.844-35.3 78.844-78.844 0-0.004-0-0.007-0-0.011l0-0.021c-0.114-43.488-35.343-78.71-78.824-78.812l-0.010-0zM346.542 437.463c-0.003 0-0.007 0-0.010 0-22.327 0-40.427-18.1-40.427-40.427s18.1-40.427 40.427-40.427c22.323 0 40.42 18.093 40.427 40.415l0 0.001c-0.030 22.314-18.105 40.395-40.413 40.438l-0.004 0zM847.167 236.567c-3.523-3.851-8.571-6.257-14.18-6.257-10.603 0-19.198 8.595-19.198 19.198 0 5.029 1.934 9.607 5.098 13.030l-0.012-0.013c22.874 26.609 36.802 61.484 36.802 99.612 0 2.261-0.049 4.511-0.146 6.749l0.011-0.319v161.2c-20.582-16.721-43.733-34.247-62.354-47.721-16.129-9.82-35.635-15.633-56.499-15.633-38.209 0-71.865 19.496-91.561 49.084l-0.252 0.403c-6.625 8.542-12.625 17.25-18.542 25.833l-3.437 5c-14.507 22.803-31.339 42.417-50.575 59.366l-0.3 0.259c-20.125 18.578-47.125 29.97-76.786 29.97-0.581 0-1.161-0.004-1.739-0.013l0.087 0.001-0.729-0.021c-10.593 0.017-19.174 8.609-19.174 19.205 0 10.354 8.194 18.794 18.451 19.19l0.036 0.001c1.562 0.063 3.208 0.083 4.875 0.083 38.375-0.728 73.196-15.368 99.757-39.070l-0.151 0.133c22.436-19.722 41.79-42.17 57.766-66.997l0.755-1.253 2.813-4.104c5.5-7.979 11.062-16.083 18.292-25.542 12.98-20.047 35.234-33.124 60.542-33.124 13.037 0 25.264 3.471 35.807 9.538l-0.349-0.185c26.663 19.417 61.293 46.293 83.271 65.935v51.627c0 89.479-54.646 147.292-139.25 147.292h-342.063c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h342.062c106.271 0 177.667-74.645 177.667-185.708v-263.147c0.076-2.013 0.12-4.377 0.12-6.752 0-48.052-17.772-91.953-47.102-125.489l0.19 0.222zM854.979 130.983c-3.308-2.804-7.625-4.509-12.34-4.509-5.894 0-11.166 2.664-14.677 6.855l-0.024 0.030-50.021 59.615c-0.924-0.639-1.978-1.221-3.091-1.695l-0.117-0.044c-17.088-5.316-36.735-8.378-57.097-8.378-0.405 0-0.81 0.001-1.215 0.004l0.062-0h-408.917c-106.167 0-177.5 74.624-177.5 185.708v263.167c0 91.552 50.513 160.068 128.806 179.833l-45.66 54.417c-2.816 3.319-4.529 7.651-4.529 12.383 0 10.601 8.594 19.195 19.195 19.195 5.915 0 11.205-2.675 14.726-6.882l0.025-0.030 614.75-732.625c2.791-3.311 4.488-7.624 4.488-12.334 0-5.892-2.655-11.164-6.834-14.684l-0.029-0.024zM287.501 777.421c-37.52-3.312-69.974-22.545-90.926-50.815l-0.242-0.342c8.868-10.724 18.341-21.937 27.917-33.26 12.5-14.792 25.083-29.667 36.583-43.812 26.75-33 56.875-61.312 97.312-44.25 14.146 7.012 26.27 15.722 36.766 26.078l-0.016-0.015c2.945 2.517 5.995 5.075 9.069 7.62zM428.643 609.218c-3.078-2.542-6.187-5.167-9.579-8.068-13.116-12.698-28.359-23.303-45.124-31.212l-1.022-0.434c-72.292-30.5-122.854 31.979-142.063 55.688-11.167 13.708-23.583 28.416-35.937 43.021q-9.017 10.664-17.78 21.109c-5.509-16.693-8.686-35.907-8.686-55.864 0-0.606 0.003-1.212 0.009-1.817l-0.001 0.092v-263.167c0-89.479 54.583-147.292 139.083-147.292h408.916c12.252 0.092 24.124 1.506 35.546 4.105l-1.106-0.212z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["No Image"],"grid":0},"attrs":[{}],"properties":{"order":2476,"id":196,"name":"No-Image","prevSize":32,"code":60000},"setIdx":0,"setId":2,"iconIdx":220},{"icon":{"paths":["M621.653 354.133h118.4c-0.388-0.559-0.809-1.047-1.276-1.488l-0.004-0.004-189.44-197.121c-1.229-1.41-2.719-2.558-4.398-3.377l-0.082-0.036v125.013c0.188 42.383 34.435 76.704 76.771 77.013l0.029 0zM521.813 693.76c0.131-17.574 2.536-34.531 6.935-50.665l-0.322 1.385-13.227-40.318c-1.353-3.843-2.135-8.275-2.135-12.889 0-0.12 0.001-0.239 0.002-0.358l-0 0.018c0.092-18.797 12.259-34.729 29.138-40.442l0.302-0.089c3.889-1.303 8.367-2.054 13.021-2.054 8.653 0 16.699 2.599 23.401 7.058l-0.155-0.097c35.786-36.579 85.64-59.27 140.793-59.307l0.007-0c0.429-0.004 0.935-0.007 1.442-0.007 8.149 0 16.152 0.623 23.964 1.824l-0.873-0.11v-105.177h-122.453c-63.579-0.294-115.026-51.815-115.2-115.395l-0-0.017v-127.573h-220.16c-88.066 0.529-159.558 70.751-162.128 158.267l-0.006 0.238 0.213 400.215c-0.024 1.049-0.038 2.284-0.038 3.523 0 88.385 70.662 160.267 158.575 162.233l0.183 0.003h355.627c-69.435-31.638-116.844-100.408-116.907-180.259l-0-0.008zM272 442.667h285.227c10.663 0 19.307 8.644 19.307 19.307s-8.644 19.307-19.307 19.307h-285.227c-10.663 0-19.307-8.644-19.307-19.307s8.644-19.307 19.307-19.307h-0zM474.453 666.24h-202.453c-10.604 0-19.201-8.596-19.201-19.201s8.596-19.201 19.201-19.201v0h202.453c10.604 0 19.201 8.596 19.201 19.201s-8.596 19.201-19.201 19.201v0zM719.625 519.521c-58.678 0.214-110.578 29.043-142.498 73.252l-0.356 0.519-2.709-8.292c-2.575-7.771-9.776-13.277-18.262-13.277-10.603 0-19.198 8.595-19.198 19.198 0 2.144 0.351 4.206 1 6.131l-0.040-0.135 16.709 51.187 0.021 0.043v0.021l0.021 0.043 0.021 0.125c1.178 3.33 3.128 6.139 5.642 8.313l0.025 0.021 0.063 0.043 0.021 0.021 0.042 0.021v0.021c0.579 0.48 1.225 0.96 1.894 1.405l0.085 0.053 0.085 0.043v0.021l0.042 0.021h0.021c2.812 1.802 6.231 2.896 9.9 2.958l0.016 0c0.392 0.041 0.847 0.065 1.307 0.065 1.9 0 3.706-0.399 5.34-1.119l-0.085 0.033 50.875-16.875c7.711-2.612 13.163-9.784 13.163-18.229 0-10.606-8.598-19.204-19.204-19.204-2.161 0-4.239 0.357-6.177 1.015l0.135-0.040-3.354 1.125c25.424-30.307 63.139-49.586 105.37-50.103l0.088-0.001c75.011 0.018 135.813 60.83 135.813 135.844 0 75.024-60.819 135.844-135.844 135.844-55.933 0-103.971-33.805-124.797-82.098l-0.338-0.881c-3.002-6.928-9.781-11.686-17.671-11.686-10.606 0-19.204 8.598-19.204 19.204 0 2.686 0.552 5.244 1.548 7.566l-0.048-0.125c27.151 63.082 88.775 106.446 160.527 106.446 96.244 0 174.265-78.021 174.265-174.265 0-96.239-78.012-174.256-174.249-174.265l-0.001-0zM708.688 605.917c-10.607 0.003-19.205 8.601-19.208 19.208l-0 0v93.729c0.005 6.967 3.716 13.065 9.268 16.431l0.086 0.048 72.896 43.584c2.814 1.71 6.216 2.722 9.854 2.722 10.604 0 19.201-8.596 19.201-19.201 0-6.966-3.71-13.066-9.261-16.431l-0.085-0.048-63.542-38v-82.835c-0.003-10.607-8.601-19.205-19.208-19.208l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Order History_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2477,"id":197,"name":"Order-History_Fill","prevSize":32,"code":60001},"setIdx":0,"setId":2,"iconIdx":221},{"icon":{"paths":["M540.521 835.646l-256.75-0.021c-67.226-1.514-121.145-56.37-121.145-123.819 0-1.111 0.015-2.219 0.044-3.323l-0.003 0.163-0.021-400.042c2.023-66.87 56.558-120.348 123.657-120.667l0.031-0h220.146v89.104c0.093 63.645 51.585 115.231 115.185 115.479l0.024 0h83.979v47.75c0.036 10.581 8.622 19.145 19.208 19.145s19.172-8.563 19.208-19.141l0-0.003v-74.292c0-0.003 0-0.007 0-0.011 0-5.16-2.041-9.843-5.36-13.285l0.006 0.006-189.355-197.25c-3.5-3.644-8.412-5.91-13.853-5.917l-249.271-0c-88.078 0.532-159.563 70.835-161.995 158.399l-0.005 0.226 0.021 400.083c-0.022 1.004-0.035 2.187-0.035 3.373 0 88.42 70.646 160.34 158.573 162.394l0.191 0.004 257.521 0.063c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h0zM544.896 206.234l141.952 147.87h-65.119c-42.449-0.162-76.802-34.595-76.833-77.059l-0-0.003zM719.625 519.521c-58.711 0.31-110.583 29.311-142.347 73.687l-0.362 0.532-2.854-8.739c-2.575-7.771-9.776-13.277-18.262-13.277-10.603 0-19.198 8.595-19.198 19.198 0 2.144 0.351 4.206 1 6.131l-0.040-0.135 16.688 51.125c0.12 0.37 0.418 0.636 0.56 0.995 0.565 1.286 1.197 2.39 1.93 3.417l-0.039-0.058c0.637 1.072 1.317 2.001 2.076 2.858l-0.017-0.020c0.873 0.838 1.834 1.598 2.864 2.259l0.075 0.045c0.646 0.587 1.349 1.143 2.090 1.648l0.066 0.042c0.309 0.154 0.669 0.096 0.985 0.235 0.396 0.177 0.665 0.511 1.078 0.661 1.386 0.413 2.982 0.669 4.633 0.705l0.020 0c0.502 0.158 1.151 0.317 1.812 0.443l0.117 0.018c0.18 0 0.354-0.081 0.533-0.085 0.705-0.078 1.32-0.182 1.922-0.316l-0.118 0.022c1.357-0.088 2.621-0.301 3.838-0.63l-0.135 0.031 51.063-16.938c7.711-2.612 13.163-9.784 13.163-18.229 0-10.606-8.598-19.204-19.204-19.204-2.161 0-4.239 0.357-6.177 1.015l0.135-0.040-2.792 0.927c25.312-30.127 62.805-49.311 104.795-49.905l0.101-0.001c75.011 0.018 135.813 60.83 135.813 135.844 0 75.024-60.819 135.844-135.844 135.844-55.933 0-103.971-33.805-124.797-82.098l-0.338-0.881c-3.002-6.928-9.781-11.686-17.671-11.686-10.606 0-19.204 8.598-19.204 19.204 0 2.686 0.552 5.244 1.548 7.566l-0.048-0.125c27.151 63.082 88.775 106.446 160.527 106.446 96.244 0 174.265-78.021 174.265-174.265 0-96.239-78.012-174.256-174.249-174.265l-0.001-0zM708.688 605.917c-10.607 0.003-19.205 8.601-19.208 19.208l-0 0v93.729c0.005 6.967 3.716 13.065 9.268 16.431l0.086 0.048 72.896 43.584c2.814 1.71 6.216 2.722 9.854 2.722 10.604 0 19.201-8.596 19.201-19.201 0-6.966-3.71-13.066-9.261-16.431l-0.085-0.048-63.542-38v-82.834c-0.003-10.607-8.601-19.205-19.208-19.208l-0-0zM272 627.896c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208l202.438-0c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-0zM576.479 461.979c-0.003-10.607-8.601-19.205-19.208-19.208l-285.292-0c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208l285.292-0c10.607-0.003 19.205-8.601 19.208-19.208l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Order History"],"grid":0},"attrs":[{}],"properties":{"order":2478,"id":198,"name":"Order-History","prevSize":32,"code":60002},"setIdx":0,"setId":2,"iconIdx":222},{"icon":{"paths":["M512 108.802c-222.68 0-403.198 180.518-403.198 403.198s180.518 403.198 403.198 403.198c222.68 0 403.198-180.518 403.198-403.198v0c-0.261-222.575-180.623-402.937-403.173-403.198l-0.025-0zM512 258.135c0.051-0 0.111-0 0.171-0 75.324 0 136.385 61.062 136.385 136.385s-61.062 136.385-136.385 136.385c-0.060 0-0.12-0-0.18-0l0.009 0h-0.823c-74.921-0.238-135.564-61.028-135.564-135.982 0-0.168 0-0.335 0.001-0.503l-0 0.026c0.117-75.262 61.118-136.237 136.378-136.313l0.007-0zM512 765.865c-49.969 0-202.031 0-202.031-94.365 0-84.094 115.302-93.823 202.031-93.823 49.969 0 202.031 0 202.031 94.365 0 84.094-115.302 93.823-202.031 93.823z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Profile 2_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2479,"id":199,"name":"Profile-2_Fill","prevSize":32,"code":60003},"setIdx":0,"setId":2,"iconIdx":223},{"icon":{"paths":["M512 618.667c-0.007 0-0.016 0-0.024 0-5.883 0-11.208-2.389-15.058-6.25l-0.001-0.001-170.667-170.667c-3.779-3.846-6.112-9.124-6.112-14.946 0-11.781 9.55-21.331 21.331-21.331 5.822 0 11.1 2.333 14.949 6.115l-0.003-0.003 155.584 155.583 155.584-155.584c3.85-3.803 9.145-6.153 14.988-6.153 11.781 0 21.331 9.55 21.331 21.331 0 5.843-2.35 11.138-6.156 14.991l0.002-0.002-170.667 170.667c-3.85 3.862-9.175 6.251-15.059 6.251-0.008 0-0.017-0-0.025-0l0.001 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Small Arrow Down"],"grid":0},"attrs":[{}],"properties":{"order":2480,"id":200,"name":"Small-Arrow-Down","prevSize":32,"code":60004},"setIdx":0,"setId":2,"iconIdx":224},{"icon":{"paths":["M597.333 704c-0.007 0-0.016 0-0.024 0-5.883 0-11.208-2.389-15.058-6.25l-0.001-0.001-170.667-170.667c-3.862-3.86-6.25-9.192-6.25-15.083s2.389-11.224 6.25-15.083l170.667-170.667c3.85-3.803 9.145-6.153 14.988-6.153 11.781 0 21.331 9.55 21.331 21.331 0 5.843-2.35 11.138-6.156 14.991l0.002-0.002-155.583 155.584 155.584 155.584c3.859 3.86 6.246 9.193 6.246 15.083 0 11.781-9.549 21.331-21.33 21.333l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Small Arrow Left"],"grid":0},"attrs":[{}],"properties":{"order":2481,"id":201,"name":"Small-Arrow-Left","prevSize":32,"code":60005},"setIdx":0,"setId":2,"iconIdx":225},{"icon":{"paths":["M426.667 320c0.007-0 0.016-0 0.024-0 5.883 0 11.208 2.389 15.058 6.25l0.001 0.001 170.667 170.667c3.862 3.86 6.25 9.192 6.25 15.083s-2.389 11.224-6.25 15.083l-170.667 170.667c-3.85 3.803-9.145 6.153-14.988 6.153-11.781 0-21.331-9.55-21.331-21.331 0-5.843 2.35-11.138 6.156-14.991l-0.002 0.002 155.583-155.584-155.584-155.584c-3.859-3.86-6.246-9.193-6.246-15.083 0-11.781 9.549-21.331 21.33-21.333l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Small Arrow Right"],"grid":0},"attrs":[{}],"properties":{"order":2482,"id":202,"name":"Small-Arrow-Right","prevSize":32,"code":60006},"setIdx":0,"setId":2,"iconIdx":226},{"icon":{"paths":["M512 405.333c0.007-0 0.016-0 0.024-0 5.883 0 11.208 2.389 15.058 6.25l0.001 0.001 170.667 170.667c3.779 3.846 6.112 9.124 6.112 14.946 0 11.781-9.55 21.331-21.331 21.331-5.822 0-11.1-2.333-14.949-6.115l0.003 0.003-155.584-155.583-155.584 155.584c-3.85 3.803-9.145 6.153-14.988 6.153-11.781 0-21.331-9.55-21.331-21.331 0-5.843 2.35-11.138 6.156-14.991l-0.002 0.002 170.667-170.667c3.85-3.862 9.175-6.251 15.059-6.251 0.008 0 0.017 0 0.025 0l-0.001-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Small Arrow Up"],"grid":0},"attrs":[{}],"properties":{"order":2483,"id":203,"name":"Small-Arrow-Up","prevSize":32,"code":60007},"setIdx":0,"setId":2,"iconIdx":227},{"icon":{"paths":["M621.653 354.133h118.4c-0.388-0.559-0.809-1.047-1.276-1.488l-0.004-0.004-189.44-197.121c-1.229-1.41-2.719-2.558-4.398-3.377l-0.082-0.036v125.013c0.188 42.383 34.435 76.704 76.771 77.013l0.029 0zM526.080 693.76c0.144-106.805 86.688-193.349 193.479-193.493l0.014-0c0.275-0.001 0.6-0.002 0.926-0.002 8.323 0 16.518 0.544 24.553 1.599l-0.945-0.101v-109.23h-122.453c-63.579-0.294-115.026-51.815-115.2-115.395l-0-0.017v-127.573h-220.16c-88.046 0.469-159.523 70.751-161.915 158.283l-0.005 0.222v400.215c-0.027 1.104-0.042 2.405-0.042 3.71 0 88.349 70.686 160.188 158.589 162.047l0.173 0.003h366.080c-72.612-29.042-122.994-98.758-123.093-180.254l-0-0.013zM272 442.667h306.56c10.663 0 19.307 8.644 19.307 19.307s-8.644 19.307-19.307 19.307h-306.56c-10.663 0-19.307-8.644-19.307-19.307s8.644-19.307 19.307-19.307h-0zM495.787 666.24h-223.787c-10.604 0-19.201-8.596-19.201-19.201s8.596-19.201 19.201-19.201v0h223.787c10.604 0 19.201 8.596 19.201 19.201s-8.596 19.201-19.201 19.201v0zM744.107 540.8c-7.136-1.359-15.345-2.136-23.735-2.136-0.281 0-0.562 0.001-0.842 0.003l0.043-0c-85.656-0-155.093 69.438-155.093 155.093s69.438 155.093 155.093 155.093v0c0.24 0.002 0.523 0.002 0.807 0.002 8.387 0 16.593-0.778 24.548-2.266l-0.822 0.128c74.442-12.162 130.563-76.007 130.563-152.96s-56.121-140.798-129.667-152.839l-0.895-0.121zM799.573 663.040l-88.533 88.533c-3.441 3.554-8.256 5.76-13.586 5.76-0.024 0-0.048-0-0.071-0l0.004 0c-0.017 0-0.037 0-0.057 0-5.266 0-10.017-2.209-13.375-5.752l-0.008-0.008-44.373-44.161c-3.462-3.509-5.6-8.331-5.6-13.652s2.138-10.144 5.602-13.655l-0.002 0.002c3.47-3.46 8.259-5.599 13.547-5.599s10.077 2.139 13.547 5.6l-0-0 30.72 30.933 75.093-75.094c3.469-3.462 8.258-5.602 13.547-5.602s10.077 2.14 13.547 5.602l-0-0c3.554 3.426 5.762 8.229 5.762 13.547s-2.207 10.121-5.756 13.541l-0.006 0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Terms of Use_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2484,"id":204,"name":"Terms-of-Use_Fill","prevSize":32,"code":60008},"setIdx":0,"setId":2,"iconIdx":228},{"icon":{"paths":["M540.511 835.646l-256.74-0.021c-67.228-1.524-121.144-56.384-121.144-123.836 0-1.105 0.014-2.207 0.043-3.305l-0.003 0.162v-400.042c1.998-66.873 56.536-120.361 123.637-120.667l0.030-0h220.146v89.104c0.086 63.648 51.582 115.239 115.185 115.479l0.023 0h83.979v47.75c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-74.292c0-0.003 0-0.005 0-0.008 0-5.159-2.037-9.842-5.35-13.289l0.006 0.006-189.355-197.25c-3.5-3.644-8.412-5.91-13.853-5.917l-249.251-0c-88.083 0.514-159.576 70.829-161.985 158.401l-0.005 0.223v400.083c-0.025 1.060-0.039 2.309-0.039 3.561 0 88.383 70.671 160.261 158.587 162.207l0.181 0.003 257.511 0.063c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h0zM544.875 206.219l141.971 147.885h-65.117c-42.452-0.164-76.809-34.594-76.854-77.058l-0-0.004zM272.010 627.896c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208l223.771-0c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h0zM597.803 461.979c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-306.636-0c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208l306.635-0c10.604-0.004 19.199-8.601 19.199-19.205 0-0.001-0-0.002-0-0.004l0 0zM719.626 519.521c-0.006-0-0.014-0-0.021-0-96.241 0-174.26 78.019-174.26 174.26s78.019 174.26 174.26 174.26c96.241 0 174.26-78.019 174.26-174.26 0-0.003-0-0.007-0-0.010l0 0c-0.111-96.188-78.053-174.134-174.229-174.251l-0.011-0zM719.626 829.625c-75.024 0-135.844-60.819-135.844-135.844s60.819-135.844 135.844-135.844c75.021 0 135.838 60.814 135.844 135.833l0 0.001c-0.087 74.992-60.853 135.762-135.836 135.854l-0.009 0zM772.511 635.897l-75.032 75.041-30.74-30.75c-3.467-3.429-8.237-5.547-13.501-5.547-10.605 0-19.202 8.597-19.202 19.202 0 5.27 2.123 10.044 5.56 13.513l-0.001-0.001 44.313 44.313c3.473 3.475 8.272 5.625 13.573 5.625s10.1-2.15 13.573-5.625l88.604-88.604c3.495-3.478 5.657-8.292 5.657-13.611 0-10.605-8.597-19.202-19.202-19.202-5.314 0-10.124 2.158-13.6 5.646l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Terms of Use"],"grid":0},"attrs":[{}],"properties":{"order":2737,"id":205,"name":"Terms-of-Use","prevSize":32,"code":60009},"setIdx":0,"setId":2,"iconIdx":229},{"icon":{"paths":["M196.053 154.88c-36.397 0.023-65.897 29.523-65.92 65.918l-0 0.002v388.695c0.043 36.296 29.477 65.703 65.779 65.703 0.050 0 0.099-0 0.149-0l-0.008 0h104.533c0.093 0 0.202 0.001 0.312 0.001 9.871 0 19.227-2.201 27.605-6.14l-0.397 0.168v-506.24c-0.005-0.095-0.009-0.207-0.009-0.319 0-0.57 0.081-1.122 0.232-1.643l-0.010 0.042c-7.96-3.905-17.324-6.189-27.221-6.189-0.18 0-0.36 0.001-0.54 0.002l0.028-0zM890.88 475.52l-45.653-220.373c-12.463-57.498-62.776-99.986-123.062-100.267l-0.031-0h-267.307c-0.011-0-0.023-0-0.036-0-26.313 0-50.804 7.799-71.288 21.212l0.497-0.305-17.493 11.52v501.333l87.893 130.133c16.608 24.337 44.212 40.106 75.499 40.106 50.314 0 91.102-40.781 91.115-91.092l0-0.001v-122.667h131.627c77.95-0.029 141.13-63.226 141.13-141.181 0-10.061-1.052-19.876-3.053-29.341l0.163 0.922z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Thumb Down_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2738,"id":206,"name":"Thumb-Down_Fill","prevSize":32,"code":60010},"setIdx":0,"setId":2,"iconIdx":230},{"icon":{"paths":["M890.875 480.5l-45.688-220.354c-12.413-57.489-62.738-99.969-123.020-100.167l-0.022-0h-267.313c-0.020-0-0.043-0-0.066-0-26.284 0-50.741 7.82-71.173 21.261l0.489-0.302-18.604 12.042c-2.018 1.31-3.869 2.797-5.744 4.26-10.831-22.164-33.177-37.179-59.037-37.261l-0.011-0h-104.708c-36.353 0.042-65.812 29.501-65.854 65.85l-0 0.004v388.646c0.042 36.353 29.501 65.812 65.85 65.854l104.713 0c17.355-0.038 33.116-6.826 44.805-17.878l-0.031 0.029 108.954 161.391c16.612 24.36 44.234 40.146 75.542 40.146 50.338 0 91.146-40.807 91.146-91.146l0-0v-122.625h131.625c77.921-0.019 141.082-63.192 141.082-141.116 0-10.138-1.069-20.026-3.101-29.558l0.165 0.924zM328.125 614.479c-0.021 15.145-12.292 27.417-27.435 27.437l-0.002 0h-104.708c-15.145-0.021-27.417-12.292-27.437-27.435l-0-0.002v-388.646c0.021-15.145 12.292-27.417 27.435-27.438l0.002-0h104.708c15.145 0.021 27.417 12.293 27.437 27.436l0 0.002zM832.375 573.979c-18.903 23.175-47.459 37.854-79.443 37.854-0.071 0-0.142-0-0.214-0l0.011 0h-150.833c-10.607 0.003-19.205 8.601-19.208 19.208l-0 0v141.833c-0.002 29.121-23.61 52.728-52.732 52.728-18.114 0-34.095-9.133-43.588-23.046l-0.117-0.182-111.292-164.854c-5.231-7.618-8.354-17.039-8.354-27.19 0-0.029 0-0.057 0-0.086l-0 0.004v-348.625c-0-0.025-0-0.054-0-0.083 0-15.17 7.799-28.518 19.606-36.253l0.165-0.101 18.583-12.042c14.066-9.247 31.31-14.75 49.839-14.75 0.013 0 0.025 0 0.038 0l267.31-0c41.871 0.148 76.813 29.632 85.353 68.964l0.105 0.578 45.687 220.354c1.377 6.295 2.166 13.527 2.166 20.942 0 24.646-8.712 47.258-23.224 64.923l0.142-0.178z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Thumb Down"],"grid":0},"attrs":[{}],"properties":{"order":2739,"id":207,"name":"Thumb-Down","prevSize":32,"code":60011},"setIdx":0,"setId":2,"iconIdx":231},{"icon":{"paths":["M196.053 343.68c-0.028-0-0.061-0-0.094-0-36.355 0-65.826 29.471-65.826 65.826 0 0.033 0 0.066 0 0.099l-0-0.005v388.48c-0 0.028-0 0.060-0 0.093 0 36.355 29.472 65.827 65.827 65.827 0.033 0 0.066-0 0.098-0l-0.005 0h104.533c0.104 0.001 0.228 0.001 0.351 0.001 9.879 0 19.226-2.283 27.539-6.351l-0.37 0.164v-507.949c-7.894-3.903-17.186-6.187-27.013-6.187-0.178 0-0.357 0.001-0.535 0.002l0.027-0zM862.080 425.813c-25.959-31.865-65.198-52.054-109.152-52.054-0.101 0-0.203 0-0.304 0l0.016-0h-131.627v-122.667c-0.012-50.312-40.801-91.093-91.115-91.093-31.287 0-58.89 15.769-75.296 39.793l-0.202 0.314-87.893 130.133v501.333l17.493 11.52c19.989 13.108 44.483 20.907 70.798 20.907 0.010 0 0.020-0 0.031-0l267.305 0c60.286-0.183 110.61-42.607 122.941-99.219l0.152-0.833 45.653-220.375c1.896-8.654 2.983-18.594 2.983-28.788 0-33.879-11.997-64.955-31.975-89.213l0.193 0.241z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Thumb Up_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2740,"id":208,"name":"Thumb-Up_Fill","prevSize":32,"code":60012},"setIdx":0,"setId":2,"iconIdx":232},{"icon":{"paths":["M862.146 425.792c-25.968-31.859-65.21-52.042-109.166-52.042-0.088 0-0.176 0-0.264 0l0.014-0h-131.625v-122.624c-0-50.338-40.807-91.146-91.146-91.146-31.308 0-58.929 15.785-75.339 39.831l-0.203 0.314-108.954 161.388c-11.658-11.022-27.42-17.811-44.767-17.849l-0.008-0h-104.708c-36.353 0.042-65.812 29.501-65.854 65.85l-0 0.004v388.647c0.042 36.353 29.501 65.812 65.85 65.855l104.713 0c25.875-0.083 48.223-15.101 58.882-36.881l0.172-0.388c1.88 1.466 3.736 2.956 5.76 4.268l18.583 12.042c19.942 13.138 44.4 20.959 70.684 20.959 0.023 0 0.047-0 0.070-0l267.308 0c60.303-0.198 110.628-42.678 122.891-99.336l0.151-0.831 45.688-220.354c1.898-8.658 2.985-18.604 2.985-28.804 0-33.846-11.97-64.896-31.908-89.147l0.194 0.244zM328.125 798.167c-0.021 15.145-12.292 27.417-27.435 27.438l-0.002 0h-104.708c-15.145-0.021-27.417-12.293-27.437-27.436l-0-0.002v-388.646c0.021-15.145 12.292-27.417 27.435-27.437l0.002-0h104.708c15.145 0.021 27.417 12.292 27.437 27.435l0 0.002zM853.292 535.708l-45.687 220.354c-8.645 39.909-43.588 69.394-85.442 69.542l-0.016 0h-267.313c-0.011 0-0.023 0-0.036 0-18.529 0-35.773-5.503-50.186-14.964l0.347 0.214-18.563-12.042c-11.983-7.828-19.792-21.178-19.792-36.352 0-0.030 0-0.060 0-0.090l-0 0.005v-348.625c-0-0.024-0-0.053-0-0.081 0-10.151 3.123-19.572 8.461-27.355l-0.107 0.165 111.292-164.854c9.611-14.095 25.592-23.229 43.706-23.229 29.122 0 52.73 23.607 52.732 52.729l0 0v141.833c0.003 10.607 8.601 19.205 19.208 19.208l150.834 0c0.004-0 0.008-0 0.012-0 56.714 0 102.69 45.976 102.69 102.69 0 7.383-0.779 14.583-2.259 21.524l0.12-0.673z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Thumb Up"],"grid":0},"attrs":[{}],"properties":{"order":2741,"id":209,"name":"Thumb-Up","prevSize":32,"code":60013},"setIdx":0,"setId":2,"iconIdx":233},{"icon":{"paths":["M498.347 264.32c24.532-10.288 53.043-16.264 82.949-16.264 1.663 0 3.323 0.018 4.977 0.055l-0.246-0.004c33.814 0.235 66.291 5.601 96.806 15.356l-2.3-0.635c0.427 0 0.853 0.211 1.28 0.211 0.334 0.057 0.626 0.209 0.854 0.427l-0.001-0.001c1.28-2.987 2.56-5.76 3.84-8.747 12.017-21.965 20.9-47.517 25.209-74.593l0.177-1.353c0.039-0.727 0.061-1.578 0.061-2.434 0-26.737-21.675-48.412-48.412-48.412-0.927 0-1.849 0.026-2.763 0.078l0.127-0.006c-1.283-0.161-2.769-0.253-4.275-0.253-14.461 0-26.943 8.474-32.751 20.727l-0.094 0.22c-0.213-0.213-0.427-0.64-0.64-0.853-9.634-12.173-24.408-19.912-40.99-19.912-0.965 0-1.924 0.026-2.876 0.078l0.133-0.006c-26.935 3.074-48.91 21.404-57.245 46.023l-0.142 0.482c-0.046-0-0.101-0-0.156-0-15.218 0-29.217 5.222-40.302 13.973l0.138-0.105c-6.827 6.201-11.095 15.113-11.095 25.022 0 0.128 0.001 0.256 0.002 0.384l-0-0.019c3.133 20.138 11.069 38.006 22.599 52.962l-0.199-0.269c1.466-0.739 3.231-1.461 5.055-2.055l0.279-0.078zM581.76 625.067c39.754 1.782 74.577 21.444 96.829 51.083l0.237 0.33c44.417-13.512 95.664-22.052 148.654-23.659l0.893-0.021h0.213c-11.356-43.79-28.33-82.229-50.473-117.062l0.979 1.648c-0.427-103.039-16-182.187-75.733-221.224-4.771-3.282-10.288-6.545-16.024-9.436l-0.829-0.379c-4.402-2.122-10.043-4.43-15.821-6.448l-1.246-0.379c-0.213 0-0.427-0.213-0.64-0.213-9.157-2.934-20.784-5.818-32.65-8.025l-1.91-0.295c-14.465-2.791-31.129-4.42-48.161-4.482l-0.052-0c-0.28-0.001-0.612-0.002-0.944-0.002-17.058 0-33.662 1.944-49.603 5.623l1.48-0.288c-5.973 1.495-10.88 2.99-14.72 4.268-1.707 0.638-2.987 1.065-4.267 1.492-0.635 0.348-1.408 0.707-2.205 1.018l-0.142 0.049-2.56 1.281c-7.238 2.625-13.22 5.284-18.987 8.297l0.854-0.406c-6.281 2.995-11.669 6.264-16.688 10.001l0.262-0.186c-58.027 39.68-73.387 117.971-73.813 219.732-2.56 4.055-6.613 11.093-11.52 20.055 47.443 9.904 89.508 26.901 127.4 50.057l-1.746-0.992c18.281 9.394 39.576 15.966 62.096 18.486l0.837 0.076zM277.76 570.027l-130.133-26.027c-0.802-0.141-1.726-0.222-2.668-0.222-0.187 0-0.373 0.003-0.559 0.009l0.027-0.001c-8.796 0.101-15.899 7.204-16 15.99l-0 0.010v256c0.066 8.81 7.19 15.934 15.994 16l0.006 0h100.267c5.682-0.002 11.108-1.098 16.078-3.090l-0.292 0.103c-6.927-6.972-11.209-16.581-11.209-27.189 0-1.772 0.119-3.515 0.351-5.224l-0.022 0.199 26.88-197.547c1.539-9.973 6.671-18.531 14.007-24.476l0.073-0.057c-3.697-1.994-7.984-3.547-12.511-4.433l-0.289-0.047zM866.56 703.573c-5.096-2.878-11.025-5.481-17.224-7.485l-0.696-0.195c-5.020-1.709-11.257-3.335-17.639-4.55l-0.922-0.146h-0.212c-52.516 1.587-102.434 10.131-149.687 24.742l3.98-1.060c-0.939 4.973-2.569 9.407-4.81 13.456l0.116-0.229c-4.746 8.477-11.051 15.531-18.586 20.991l-0.187 0.129c-0.212 0-0.212 0-0.427 0.213-13.608 9.348-29.662 16.264-46.968 19.706l-0.819 0.136h-0.213c-11.412 2.433-24.527 3.83-37.967 3.839l-0.007 0c-23.98-0.082-47.003-4.057-68.51-11.327l1.523 0.447c-26.74-9.914-58.127-17.824-90.601-22.34l-2.412-0.275c-9.952-0.686-17.766-8.927-17.766-18.994 0-9.991 7.697-18.185 17.485-18.974l0.067-0.004c0.749-0.141 1.61-0.222 2.491-0.222 0.174 0 0.348 0.003 0.521 0.009l-0.025-0.001c15.306 1.551 29.094 4.032 42.5 7.467l-1.967-0.427h0.213c15.573 3.627 36.053 9.173 61.227 17.281 15.971 5.596 34.384 8.828 53.553 8.828 12.391 0 24.467-1.351 36.088-3.913l-1.107 0.205c11.405-2.419 21.488-6.788 30.385-12.782l-0.305 0.194c4.436-2.399 7.696-6.494 8.934-11.395l0.026-0.124c-0.001-0.064-0.001-0.139-0.001-0.215 0-2.309 0.471-4.508 1.322-6.506l-0.041 0.109c-13.867-30.936-69.973-36.909-69.973-36.909-29.755-3.471-56.813-12.151-81.236-25.133l1.236 0.599c-35.039-21.249-75.946-37.088-119.592-45.099l-2.222-0.339h-0.64c-6.613 0.638-13.013 1.279-18.987 2.13-1.714 0.208-3.233 0.507-4.712 0.907l0.232-0.053c-5.678 0.694-10.606 1.593-15.433 2.75l0.927-0.187c-1.628 0.206-3.073 0.504-4.477 0.903l0.21-0.051c-7.040 1.492-13.44 3.2-18.56 4.693l-0.853 6.187-26.027 191.147c0.213 0 0.427 0.213 0.64 0.427 4.053 1.92 10.027 4.695 17.28 8.107 5.12 2.347 10.88 4.907 17.493 7.893 62.933 28.587 180.053 77.867 236.373 77.867 62.080 0 178.987-80.64 274.133-104.32 53.333-13.227 61.867-39.68 61.867-39.68 0.029-0.649 0.046-1.411 0.046-2.176 0-20.251-11.725-37.762-28.757-46.117l-0.302-0.134z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Total Savings_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2485,"id":210,"name":"Total-Savings_Fill","prevSize":32,"code":60014},"setIdx":0,"setId":2,"iconIdx":234},{"icon":{"paths":["M850.733 676.544c-2.224-55.417-37.441-119.771-52.473-144.669-0.794-98.276-15.208-201.547-105.031-243.422 3.323-8.297 7.171-17.292 11.083-26.266 13.126-24.113 22.533-52.228 26.578-82.046l0.141-1.267c0.024-0.674 0.038-1.466 0.038-2.262 0-37.477-30.381-67.859-67.859-67.859-0.788 0-1.573 0.013-2.355 0.040l0.114-0.003c-0.76-0.034-1.651-0.053-2.546-0.053-13.748 0-26.438 4.534-36.655 12.188l0.159-0.114c-11.321-7.554-25.24-12.055-40.21-12.055-0.783 0-1.564 0.012-2.342 0.037l0.114-0.003c-31.053 1.73-57.329 20.549-69.717 47.143l-0.21 0.503c-15.686 1.74-29.627 8.115-40.709 17.705l0.094-0.080c-10.788 9.666-17.545 23.642-17.545 39.196 0 0.202 0.001 0.404 0.003 0.606l-0-0.031c3.354 25.33 13.202 47.888 27.799 66.55l-0.226-0.3c2.269 3.615 4.454 7.239 6.611 10.838-85.34 43.516-99.245 144.69-100.027 240.974-4.484 7.536-13.392 23.331-22.904 43.489-14.598 1.716-27.291 3.959-39.732 6.856l2.399-0.471c-9.707-15.436-25.165-26.496-43.3-30.218l-0.432-0.074-129.969-25.979c-2.202-0.505-4.73-0.795-7.326-0.795-8.332 0-15.967 2.985-21.895 7.943l0.054-0.044c-8.071 6.474-13.206 16.32-13.25 27.368l-0 0.007v255.938c0.022 19.486 15.807 35.279 35.288 35.313l0.003 0h100.146c20.578-0.109 38.919-9.593 50.983-24.396l0.095-0.12c68.191 31.555 200.063 88.495 263.859 88.495 37.719 0 87.104-23.437 144.302-50.583 38.031-20.208 82.607-38.653 129.037-52.849l5.484-1.442c61.781-15.313 74.24-48.729 75.448-52.48 0.595-1.765 0.938-3.797 0.938-5.91 0-0.002-0-0.005-0-0.007l0 0c-0-37.528-21.603-62.796-64.059-75.393zM494.917 202.354c7.459-5.439 16.807-8.703 26.917-8.703 0.414 0 0.826 0.005 1.237 0.016l-0.061-0.001c7.445-0.37 13.741-4.931 16.608-11.358l0.049-0.122c3.594-8.208 17.083-34.979 39.823-34.979 0.693-0.051 1.501-0.080 2.316-0.080 10.584 0 20.030 4.873 26.218 12.497l0.049 0.063c0.604 0.821 1.199 1.541 1.83 2.226l-0.016-0.018c3.546 3.679 8.517 5.963 14.021 5.963 0.963 0 1.909-0.070 2.834-0.205l-0.105 0.013c6.315-0.978 11.541-4.907 14.293-10.308l0.050-0.109c2.24-4.48 5.021-10.042 19.989-10.042 0.706-0.060 1.527-0.095 2.357-0.095 16.24 0 29.404 13.165 29.404 29.404 0 0.83-0.034 1.651-0.102 2.463l0.007-0.106c-4.853 25.651-13.059 48.516-24.279 69.528l0.633-1.299c-4.242 9.749-8.54 19.745-12.218 29.042-15.988-4.145-34.728-7.122-53.951-8.314l-0.867-0.043c-0.855-0.052-1.652-0.060-2.496-0.102-4.203-0.206-8.318-0.352-12.269-0.365-0.552-0.005-1.163-0.052-1.71-0.052-0.956 0-1.758 0.094-2.699 0.104q-7.11 0.097-13.628 0.533c-1.859 0.122-3.747 0.203-5.534 0.359-4.319 0.388-8.415 0.878-12.294 1.435-3.493 0.495-6.671 1.045-9.802 1.635l-0.456 0.089c-7.509 1.432-14.296 3.018-19.608 4.615-3.146-5.458-6.573-10.979-9.948-16.375-9.987-12.917-17.507-28.284-21.541-45.010l-0.168-0.823c-0.004-0.122-0.006-0.265-0.006-0.408 0-4.425 1.979-8.389 5.1-11.053l0.020-0.017zM423.927 537.396c0.438-132.042 28.104-195.604 95.5-219.417 0.444-0.156 0.738-0.51 1.164-0.698 0.337-0.141 0.702-0.078 1.034-0.24 18.001-7.265 38.876-11.48 60.735-11.48 3.327 0 6.631 0.098 9.909 0.29l-0.452-0.021c25.756 0.875 50.178 5.208 73.259 12.55l-1.919-0.527c0.251 0.076 0.501 0.005 0.754 0.073 67.715 23.518 95.549 87.177 95.986 219.469 0.012 3.736 1.089 7.219 2.943 10.163l-0.047-0.080c23.732 35.781 40.885 78.055 48.63 123.535l0.272 1.928c-52.181 2.913-101.094 12.533-147.307 28.036l3.937-1.146c-10.313-37.312-58.573-52.521-88.271-55.604-26.641-2.986-50.907-10.637-72.834-22.142l1.126 0.538c-30.212-18.733-65.248-33.568-102.548-42.605l-2.465-0.504c7.341-14.515 14.064-26.255 17.659-31.974 1.831-2.879 2.923-6.383 2.937-10.142l0-0.004zM244.646 812.813h-97.040v-248.959l126.5 25.292c9.478 1.983 17.121 8.409 20.756 16.952l0.071 0.188-26.023 191.62c-4.784 8.738-13.805 14.628-24.225 14.905l-0.038 0.001zM829.177 773.042c-54.641 16.251-101.63 35.591-146.148 58.998l4.388-2.102c-50.792 24.104-98.771 46.854-127.833 46.854-41.082 0-134.035-32.023-250.201-86.052l22.556-171.151c11.99-2.973 26.54-5.452 41.386-6.919l1.331-0.106c42.541 7.993 80.437 22.733 114.486 43.218l-1.548-0.864c25.545 13.936 55.402 23.666 87.1 27.37l1.15 0.109c11.844 1.292 56.052 10.521 56.052 32.396 0.001 0.053 0.002 0.115 0.002 0.177 0 1.307-0.277 2.549-0.775 3.672l0.023-0.058c-0.349 0.539-0.703 1.174-1.017 1.832l-0.045 0.105c-1.379 1.946-3.032 3.59-4.925 4.916l-0.065 0.043c-16.344 11.917-55.458 16.604-106.063 0.229-29.45-10.913-63.913-19.43-99.601-24.038l-2.409-0.254c-0.393-0.029-0.85-0.045-1.312-0.045-10.601 0-19.194 8.594-19.194 19.194 0 10.102 7.804 18.381 17.712 19.138l0.065 0.004c34.883 4.817 66.244 12.7 96.172 23.568l-3.235-1.027c56.656 18.292 110.448 16.104 140.459-5.729 4.959-3.59 9.206-7.758 12.766-12.475l0.109-0.15c49.601-19.924 107.046-32.096 167.155-33.49l0.574-0.011c38.344 7.957 46.699 22.75 47.927 37.104-11.893 13.397-28.191 22.652-46.606 25.486l-0.437 0.055z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Total Savings"],"grid":0},"attrs":[{}],"properties":{"order":2486,"id":211,"name":"Total-Savings","prevSize":32,"code":60015},"setIdx":0,"setId":2,"iconIdx":235},{"icon":{"paths":["M435.198 667c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-111.677-0c-74.996 0-135.792-60.796-135.792-135.792s60.796-135.792 135.792-135.792v0h111.677c10.581-0.036 19.145-8.622 19.145-19.208s-8.563-19.172-19.141-19.208l-0.003-0h-111.677c-96.212 0-174.208 77.996-174.208 174.208s77.996 174.208 174.208 174.208v0h111.677c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.003l0 0zM719.677 337.792h-111.396c-10.581 0.036-19.145 8.622-19.145 19.208s8.563 19.172 19.141 19.208l0.003 0h111.396c74.996 0 135.792 60.796 135.792 135.792s-60.796 135.792-135.792 135.792v0h-111.396c-10.581 0.036-19.145 8.622-19.145 19.208s8.563 19.172 19.141 19.208l0.003 0h111.396c96.212 0 174.208-77.996 174.208-174.208s-77.996-174.208-174.208-174.208v0zM511.906 271.355c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.004l0 0v-77.167c0-0.019 0-0.041 0-0.064 0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198c0 0.023 0 0.045 0 0.067l-0-0.003v77.167c-0 0.001-0 0.002-0 0.003 0 10.604 8.594 19.201 19.198 19.205l0 0zM582.625 298.917c0.001 0 0.003 0 0.005 0 5.595 0 10.631-2.395 14.138-6.215l0.013-0.014 52.146-56.896c3.13-3.406 5.049-7.968 5.049-12.979 0-10.607-8.599-19.206-19.206-19.206-5.596 0-10.633 2.394-14.144 6.213l-0.013 0.014-52.146 56.896c-3.121 3.406-5.033 7.963-5.033 12.967 0 10.604 8.588 19.203 19.188 19.22l0.002 0zM426.99 292.376c3.524 3.863 8.579 6.278 14.198 6.278 10.601 0 19.194-8.594 19.194-19.194 0-4.982-1.898-9.52-5.010-12.932l0.014 0.015-51.958-57.062c-3.522-3.848-8.568-6.252-14.174-6.252-10.601 0-19.194 8.594-19.194 19.194 0 4.969 1.888 9.498 4.987 12.906l-0.014-0.016zM512.094 752.646c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.004l-0-0v77.167c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-77.167c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.198-19.205l-0-0zM427.219 731.313l-52.146 56.896c-3.13 3.406-5.049 7.968-5.049 12.979 0 10.607 8.599 19.206 19.206 19.206 5.596 0 10.633-2.394 14.144-6.213l0.013-0.014 52.146-56.896c3.114-3.402 5.022-7.953 5.022-12.949 0-10.607-8.599-19.206-19.206-19.206-5.582 0-10.607 2.381-14.116 6.183l-0.012 0.013zM597.011 731.626c-3.524-3.863-8.579-6.278-14.198-6.278-10.601 0-19.194 8.594-19.194 19.194 0 4.982 1.898 9.52 5.010 12.932l-0.014-0.015 51.958 57.062c3.522 3.848 8.568 6.252 14.174 6.252 10.601 0 19.194-8.594 19.194-19.194 0-4.969-1.888-9.498-4.987-12.906l0.014 0.016z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Un Link"],"grid":0},"attrs":[{}],"properties":{"order":2487,"id":212,"name":"Un-Link","prevSize":32,"code":60016},"setIdx":0,"setId":2,"iconIdx":236},{"icon":{"paths":["M624.853 140.8h-375.040c-0.069-0-0.15-0-0.231-0-47.8 0-89.621 25.597-112.505 63.831l-0.331 0.596h600.533c-23.119-38.743-64.774-64.314-112.41-64.427l-0.016-0zM674.133 555.52c0.076 40.5 32.887 73.311 73.379 73.387l0.007 0h158.507v-146.773h-158.507c-40.5 0.076-73.311 32.887-73.387 73.379l-0 0.007zM763.307 534.187c10.531 0.096 19.031 8.655 19.031 19.199s-8.5 19.103-19.022 19.199l-0.009 0h-10.667c-0.050 0-0.11 0.001-0.169 0.001-10.604 0-19.2-8.596-19.2-19.2s8.596-19.2 19.2-19.2c0.060 0 0.119 0 0.178 0.001l-0.009-0zM818.773 243.624h-697.387c-2.171 8.447-3.417 18.145-3.417 28.133 0 0.31 0.001 0.621 0.004 0.93l-0-0.048v482.985c0.041 70.441 57.133 127.533 127.57 127.573l532.91 0c70.44-0.041 127.532-57.133 127.573-127.57l0-0.004v-88.318h-158.507c-61.738 0-111.787-50.049-111.787-111.787s50.049-111.787 111.787-111.787v0h158.507v-79.36c-0.146-55.913-36.224-103.36-86.355-120.482l-0.898-0.267z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Wallet_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2488,"id":213,"name":"Wallet_Fill","prevSize":32,"code":60017},"setIdx":0,"setId":2,"iconIdx":237},{"icon":{"paths":["M733.458 553.417c-0 0.001-0 0.002-0 0.003 0 10.604 8.594 19.201 19.197 19.205l10.73 0c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-10.729c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.004l-0-0zM778.542 236.937h-27.655c-15.942-55.683-66.246-95.81-125.973-96.145l-0.039-0h-375.104c-72.781 0.088-131.757 59.071-131.833 131.847l-0 0.007v13.958l0.042 0.208v468.854c0.082 70.399 57.124 127.447 127.512 127.542l0.009 0h533.042c70.397-0.094 127.438-57.143 127.521-127.533l0-0.008v-391.187c-0.082-70.399-57.123-127.448-127.512-127.542l-0.009-0zM249.771 179.208h375.104c38.45 0.229 71.356 23.728 85.363 57.116l0.228 0.614h-542.737c-1.497 0-2.909 0.312-4.373 0.443 14.295-34.368 47.575-58.106 86.406-58.172l0.008-0zM867.667 443.75h-120.061c-61.669 0.088-111.627 50.1-111.627 111.781s49.958 111.693 111.619 111.781l0.008 0h120.063v88.354c-0.056 49.2-39.925 89.069-89.12 89.125l-533.048 0c-49.2-0.056-89.069-39.925-89.125-89.12l-0-0.005v-468.979c0.013-6.261 5.091-11.332 11.354-11.333l610.813-0c49.2 0.056 89.070 39.925 89.125 89.12l0 0.005zM867.635 482.167v146.729h-120.030c-0.098 0-0.215 0.001-0.331 0.001-40.519 0-73.365-32.847-73.365-73.365s32.847-73.365 73.365-73.365c0.116 0 0.233 0 0.349 0.001l-0.018-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Wallet"],"grid":0},"attrs":[{}],"properties":{"order":2489,"id":214,"name":"Wallet","prevSize":32,"code":60018},"setIdx":0,"setId":2,"iconIdx":238},{"icon":{"paths":["M361.229 790.333h-0.083c-27.602 0.078-49.947 22.471-49.947 50.083 0 27.642 22.393 50.053 50.028 50.083l0.065 0c27.604-0.074 49.954-22.469 49.954-50.083 0-27.637-22.385-50.045-50.013-50.083l-0.004-0zM700.479 790.333h-0.021c-27.661 0.006-50.083 22.432-50.083 50.094 0 27.666 22.428 50.094 50.094 50.094s50.094-22.428 50.094-50.094c0-27.662-22.422-50.088-50.083-50.094l-0.001-0zM889.937 318.291c-11.405-15.234-28.36-25.774-47.814-28.619l-0.394-0.047c-3.156-0.483-6.802-0.763-10.513-0.771l-0.008-0h-579.119l-10.34-123.207c-0.745-8.762-7.285-15.8-15.739-17.296l-0.116-0.017-83.958-14.542c-0.997-0.184-2.144-0.289-3.316-0.289-10.602 0-19.197 8.595-19.197 19.197 0 9.463 6.847 17.327 15.857 18.908l0.115 0.017 69.333 12.021 10.583 125.958 27.021 322.25c4.211 47.286 43.514 84.114 91.474 84.375l0.026 0h440.667c46.087-0.172 84.196-34.104 90.895-78.343l0.064-0.51 38.313-264.687c0.495-3.192 0.778-6.874 0.778-10.622 0-16.51-5.49-31.738-14.744-43.957l0.132 0.182zM738.604 518.374h-137.979c-10.608 0-19.208-8.6-19.208-19.208s8.6-19.208 19.208-19.208l137.979 0c10.608-0 19.208 8.6 19.208 19.208s-8.6 19.208-19.208 19.208h-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Basket_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2490,"id":215,"name":"Basket_Fill","prevSize":32,"code":59986},"setIdx":0,"setId":2,"iconIdx":239},{"icon":{"paths":["M841.729 289.625c-3.156-0.483-6.802-0.763-10.513-0.771l-0.008-0h-579.104l-10.355-123.208c-0.745-8.762-7.285-15.8-15.739-17.296l-0.116-0.017-83.958-14.542c-0.997-0.184-2.144-0.289-3.316-0.289-10.602 0-19.197 8.595-19.197 19.197 0 9.463 6.847 17.327 15.857 18.908l0.115 0.017 69.333 12.021 37.604 448.208c4.211 47.286 43.514 84.114 91.474 84.375l0.026 0h440.667c46.083-0.18 84.189-34.108 90.895-78.342l0.064-0.511 38.313-264.687c0.474-3.133 0.744-6.749 0.744-10.428 0-36.794-27.070-67.266-62.382-72.585l-0.405-0.050zM865.772 367.187l-38.313 264.729c-3.942 26.057-26.141 45.811-52.97 45.896l-0.009 0h-440.584c-27.948-0.138-50.843-21.586-53.276-48.919l-0.015-0.206-25.293-301.417h575.896c0.039-0 0.085-0 0.131-0 1.718 0 3.406 0.129 5.055 0.377l-0.185-0.023c17.016 2.517 29.926 17.021 29.926 34.54 0 1.772-0.132 3.513-0.387 5.214l0.024-0.192zM361.23 790.334h-0.083c-27.602 0.078-49.947 22.471-49.947 50.083 0 27.642 22.393 50.053 50.028 50.083l0.065 0c27.604-0.074 49.954-22.469 49.954-50.083 0-27.637-22.385-50.045-50.013-50.083l-0.004-0zM700.48 790.334h-0.021c-27.661 0.006-50.083 22.432-50.083 50.094 0 27.666 22.428 50.094 50.094 50.094s50.094-22.428 50.094-50.094c0-27.662-22.422-50.088-50.083-50.094l-0.001-0zM738.605 479.959h-137.98c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h137.979c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Basket"],"grid":0},"attrs":[{}],"properties":{"order":2491,"id":216,"name":"Basket","prevSize":32,"code":59987},"setIdx":0,"setId":2,"iconIdx":240},{"icon":{"paths":["M372.146 392.62c-2.169-0.113-4.71-0.177-7.266-0.177-41.629 0-79.269 17.081-106.293 44.618l-0.023 0.023v-177.859h-109.232v505.070h104.399v-42.049c27.043 29.634 65.829 48.154 108.942 48.154 3.333 0 6.64-0.111 9.917-0.329l-0.445 0.024c2.288 0.104 4.972 0.163 7.669 0.163 99.702 0 180.526-80.824 180.526-180.526 0-2.86-0.067-5.704-0.198-8.532l0.015 0.4c0.11-2.364 0.173-5.136 0.173-7.923 0-100.069-81.122-181.191-181.191-181.191-2.459 0-4.908 0.049-7.343 0.146l0.35-0.011zM353.296 683.093c-0.794 0.024-1.728 0.038-2.665 0.038-51.822 0-93.831-42.010-93.831-93.831 0-2.711 0.115-5.395 0.34-8.047l-0.024 0.346c-0.202-2.307-0.317-4.992-0.317-7.704 0-51.823 42.011-93.834 93.834-93.834 0.936 0 1.869 0.014 2.799 0.041l-0.136-0.003c0.793-0.024 1.727-0.038 2.663-0.038 51.823 0 93.834 42.011 93.834 93.834 0 2.711-0.115 5.396-0.34 8.049l0.024-0.346c0.202 2.307 0.317 4.99 0.317 7.701 0 51.822-42.010 93.831-93.831 93.831-0.937 0-1.872-0.014-2.803-0.041l0.137 0.003zM752.385 390.685c0-36.25 17.4-53.164 49.784-53.164 0.178-0.001 0.388-0.002 0.599-0.002 16.157 0 31.176 4.873 43.668 13.229l-0.285-0.18 28.516-76.849c-22.297-12.546-48.947-19.936-77.322-19.936-2.213 0-4.415 0.045-6.606 0.134l0.314-0.010c-94.249 0-145.963 54.13-145.963 136.297v16.432h-58v81.682h57.999v276.459h109.232v-276.459h93.763v-81.682h-95.698z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Bigfoodie"],"grid":0},"attrs":[{}],"properties":{"order":2492,"id":217,"name":"Bigfoodie","prevSize":32,"code":59981},"setIdx":0,"setId":2,"iconIdx":241},{"icon":{"paths":["M710.187 346.667h124.373c-0.461-0.635-0.951-1.193-1.488-1.703l-0.005-0.005-200.107-208.427c-1.482-1.474-3.165-2.749-5.004-3.778l-0.116-0.060v131.627c0.106 45.436 36.91 82.241 82.337 82.347l0.010 0zM710.187 385.067c-66.586-0.248-120.499-54.16-120.747-120.723l-0-0.024v-133.76h-233.813c-92.431 0.698-167.402 74.475-170.021 166.369l-0.005 0.243v422.615c-0.021 1.005-0.033 2.189-0.033 3.376 0 92.786 74.005 168.288 166.21 170.698l0.223 0.005h320.64c92.282-3.49 165.768-79.143 165.768-171.959 0-0.595-0.003-1.189-0.009-1.783l0.001 0.091v-335.147zM674 594.042c0.007 0.572 0.012 1.249 0.012 1.926 0 61.442-34.827 114.75-85.816 141.261l-0.883 0.418-66.063 35.73c-2.641 1.456-5.788 2.313-9.135 2.313s-6.495-0.857-9.235-2.363l0.099 0.050-66.344-35.896c-17.974-9.406-33.263-21.338-46.080-35.544l-0.128-0.144c-25.081-28.66-40.39-66.424-40.427-107.763l-0-0.008v-126.064c0.044-17.097 10.94-31.638 26.162-37.101l0.276-0.086 122.479-43.042c3.903-1.413 8.408-2.229 13.103-2.229 4.673 0 9.157 0.809 13.319 2.294l-0.277-0.086 122.542 43.083c15.462 5.554 26.334 20.062 26.396 37.117l0 0.008zM576.646 540.938l-31.354-4.542-13.937-28.167c-3.173-7.723-10.637-13.063-19.347-13.063-8.608 0-15.998 5.214-19.184 12.656l-0.052 0.136-14.052 28.437-31.719 4.604c-10.485 1.125-18.599 9.852-18.75 20.506l-0 0.015c0.187 6.34 2.898 12.012 7.158 16.075l0.009 0.009 22.729 22.125-5.448 31.75c-0.125 0.853-0.323 3.104-0.323 3.958 0.242 11.551 9.663 20.822 21.249 20.822 3.79 0 7.349-0.992 10.43-2.731l-0.106 0.055 28.052-14.75 27.479 14.438c3.352 2.001 7.387 3.197 11.699 3.229l0.009 0c11.262-0.075 20.362-9.221 20.362-20.494 0-0.2-0.003-0.399-0.009-0.598l0.001 0.029c-0.030-1.619-0.151-3.177-0.356-4.708l0.023 0.208-5.376-31.229 22.833-22.271c4.283-3.988 6.983-9.628 7.082-15.899l0-0.018c-0.255-10.759-8.498-19.515-19.013-20.576l-0.089-0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["GDPR Policy_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2493,"id":218,"name":"GDPR-Policy_Fill","prevSize":32,"code":59982},"setIdx":0,"setId":2,"iconIdx":242},{"icon":{"paths":["M832.99 344.896l-200.043-208.375c-3.5-3.644-8.412-5.91-13.852-5.917l-263.386-0c-92.443 0.545-167.472 74.338-170.005 166.244l-0.005 0.235v422.708c-0.024 1.062-0.037 2.314-0.037 3.569 0 92.713 73.999 168.143 166.157 170.448l0.214 0.004 4.292 0.063 316.313-0.021c92.246-3.479 165.707-79.1 165.707-171.878 0-0.622-0.003-1.242-0.010-1.862l0.001 0.095v-362.021c0-0.002 0-0.005 0-0.008 0-5.159-2.037-9.842-5.35-13.29l0.006 0.006zM627.896 186.719l153.6 159.99h-71.329c-45.444-0.165-82.224-37.019-82.271-82.475l-0-0.004zM799.937 720.333c0.006 0.481 0.010 1.049 0.010 1.617 0 71.853-56.714 130.46-127.819 133.499l-0.275 0.009-318.739-0.021c-71.649-1.769-129.056-60.272-129.056-132.182 0-1.071 0.013-2.14 0.038-3.205l-0.003 0.158v-422.666c2.132-71.218 60.207-128.182 131.665-128.521l0.033-0h233.708v95.208c0.091 66.637 54.009 120.651 120.602 120.896l0.023 0h89.813zM647.583 430.771l-122.521-43.062c-3.886-1.399-8.37-2.208-13.042-2.208-4.695 0-9.2 0.817-13.38 2.316l0.277-0.087-122.479 43.042c-15.498 5.55-26.394 20.090-26.438 37.182l-0 0.005v126.063c0.036 41.347 15.346 79.111 40.59 107.961l-0.163-0.191c12.945 14.35 28.234 26.281 45.318 35.261l0.89 0.426 66.345 35.896c2.639 1.456 5.785 2.313 9.131 2.313s6.492-0.857 9.23-2.363l-0.099 0.050 66.083-35.729c51.868-26.949 86.689-80.267 86.689-141.717 0-0.663-0.004-1.326-0.012-1.988l0.001 0.101v-126.126c-0.060-17.076-10.942-31.594-26.142-37.059l-0.276-0.086zM635.604 594.063c0.010 0.565 0.015 1.231 0.015 1.898 0 46.808-26.636 87.395-65.577 107.431l-0.678 0.317-57.25 30.937-57.552-31.125c-39.578-20.372-66.18-60.941-66.18-107.723 0-0.625 0.005-1.249 0.014-1.871l-0.001 0.094 0.74-127.021 123.219-43.062 122.511 43.062 0.74 0.959zM576.646 540.938l-31.364-4.542-13.927-28.167c-3.173-7.723-10.637-13.063-19.347-13.063-8.608 0-15.998 5.214-19.184 12.656l-0.052 0.136-14.052 28.437-31.719 4.604c-10.485 1.125-18.599 9.852-18.75 20.506l-0 0.015c0.187 6.34 2.898 12.012 7.158 16.075l0.009 0.009 22.729 22.125-5.448 31.75c-0.125 0.853-0.323 3.104-0.323 3.958 0.244 11.55 9.665 20.82 21.251 20.82 3.79 0 7.347-0.992 10.428-2.73l-0.106 0.055 28.052-14.75 27.354 14.354c3.384 2.053 7.467 3.281 11.835 3.313l0.009 0c11.257-0.079 20.352-9.223 20.352-20.491 0-0.201-0.003-0.401-0.009-0.6l0.001 0.029c-0.033-1.624-0.15-3.183-0.346-4.717l0.023 0.217-5.365-31.229 22.823-22.271c4.277-3.991 6.973-9.63 7.073-15.899l0-0.018c-0.252-10.761-8.498-19.519-19.015-20.576l-0.089-0.007zM535.595 581.542c-3.18 3.102-5.153 7.429-5.153 12.217 0 1.020 0.089 2.019 0.261 2.989l-0.015-0.103 2.573 14.813-13.323-7c-2.301-1.234-5.035-1.958-7.937-1.958s-5.636 0.725-8.029 2.003l0.092-0.045-13.291 6.979 2.542-14.792c0.155-0.866 0.244-1.862 0.244-2.879 0-4.801-1.98-9.139-5.167-12.243l-0.004-0.004-10.771-10.479 14.875-2.146c5.671-0.845 10.366-4.376 12.809-9.235l0.045-0.098 6.655-13.479 6.656 13.479c2.488 4.957 7.183 8.488 12.761 9.322l0.094 0.011 14.844 2.146z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["GDPR Policy"],"grid":0},"attrs":[{}],"properties":{"order":2494,"id":219,"name":"GDPR-Policy","prevSize":32,"code":59983},"setIdx":0,"setId":2,"iconIdx":243},{"icon":{"paths":["M414.389 823.049c-0.128-0.003-0.279-0.005-0.431-0.005-10.526 0-19.058 8.533-19.058 19.058s8.533 19.058 19.058 19.058c10.525 0 19.058-8.532 19.058-19.057l0-0c0.014-0.268 0.022-0.581 0.022-0.896 0-10.032-8.133-18.165-18.165-18.165-0.17 0-0.34 0.002-0.51 0.007l0.025-0.001zM506.513 848.656h18.884l-9.442-22.8zM316.221 846.784h-16.077v14.716h16.077c7.147 0 10.975-2.214 10.975-7.317 0-5.019-3.829-7.399-10.975-7.399zM324.22 829.688c0-4.68-3.66-6.974-10.379-6.974h-13.696v14.031h13.696c6.719-0 10.379-2.38 10.379-7.057zM712.624 823.646h-12.59v36.917h12.59c0.321 0.020 0.697 0.031 1.075 0.031 10.212 0 18.49-8.278 18.49-18.49s-8.278-18.49-18.49-18.49c-0.378 0-0.753 0.011-1.126 0.034l0.051-0.002zM614.715 823.563h-11.229v20.755h11.229c8.423 0 12.674-3.917 12.674-10.38 0-6.55-4.251-10.375-12.674-10.375zM767.434 785.803h-508.647c-7.947 0.024-14.383 6.46-14.406 14.404l-0 0.002v81.385c0.025 7.946 6.46 14.381 14.404 14.406l0.002 0h508.647c7.946-0.025 14.381-6.46 14.405-14.404l0-0.002v-81.385c-0.023-7.947-6.458-14.382-14.403-14.406l-0.002-0zM317.242 871.878h-30.793v-59.544h29.094c14.887 0 22.542 6.208 22.542 15.482 0.002 0.088 0.003 0.191 0.003 0.294 0 5.574-3.184 10.404-7.833 12.77l-0.081 0.038c6.326 1.736 10.897 7.435 10.897 14.201 0 0.18-0.003 0.36-0.010 0.538l0.001-0.026c0 10.294-8.168 16.247-23.819 16.247zM414.389 872.898c-16.269-0.946-29.105-14.371-29.105-30.793 0-17.034 13.808-30.842 30.842-30.842s30.841 13.808 30.842 30.841l0 0c0 0.009 0 0.020 0 0.031 0 17.018-13.796 30.814-30.814 30.814-0.621 0-1.238-0.018-1.85-0.055l0.084 0.004zM535.009 871.878l-5.276-12.757h-27.645l-5.273 12.757h-14.12l26.539-59.544h13.612l26.624 59.544zM627.646 871.878l-11.486-16.589h-12.675v16.589h-13.78v-59.544h25.773c15.907 0 25.862 8.25 25.862 21.604 0.010 0.235 0.016 0.51 0.016 0.787 0 8.138-5.022 15.104-12.136 17.967l-0.13 0.046 13.355 19.14zM713.305 871.878h-27.052v-59.544h27.052c0.875-0.091 1.891-0.143 2.919-0.143 16.522 0 29.915 13.393 29.915 29.915s-13.393 29.915-29.915 29.915c-1.028 0-2.044-0.052-3.045-0.153l0.126 0.010zM319.43 640.016c122.806-1.088 245.626-0.375 368.441-0.405 1.284 0.081 2.785 0.128 4.296 0.128 40.003 0 72.432-32.429 72.432-72.432 0-1.403-0.040-2.796-0.119-4.179l0.009 0.191q0.162-109.632-0.009-219.266c0.070-1.196 0.11-2.596 0.11-4.004 0-40.341-32.703-73.043-73.043-73.043-1.535 0-3.058 0.047-4.569 0.141l0.207-0.010q-76.092-0.039-152.183-0.073c-3.085-0.005-6.507 1.255-9.896-1.518 19.925-28.042 39.773-55.904 59.5-83.852 1.824-2.583 4.119-2.641 6.79-3.104 14.632-2.363 25.911-14.144 27.486-28.83l0.013-0.144c0.23-1.095 0.361-2.354 0.361-3.643 0-5.762-2.625-10.91-6.744-14.316l-0.031-0.025c-2.962-2.281-6.725-3.656-10.808-3.656-3.309 0-6.406 0.903-9.061 2.475l0.082-0.045c-10.642 4.969-18.062 15.236-18.89 27.316l-0.006 0.101c-0.096 4.134-1.363 7.954-3.48 11.163l0.049-0.079c-21.988 30.542-43.775 61.229-65.674 91.836-3.671 4.304-9.099 7.016-15.161 7.016-5.662 0-10.772-2.366-14.394-6.164l-0.007-0.008c-15.62-19.093-31.016-38.37-46.59-57.5-2.259-2.465-3.643-5.763-3.643-9.384 0-0.463 0.023-0.921 0.067-1.372l-0.005 0.057c0.009-0.284 0.013-0.617 0.013-0.952 0-13.337-7.772-24.859-19.034-30.284l-0.201-0.087c-2.503-1.512-5.526-2.407-8.758-2.407-8.43 0-15.439 6.087-16.872 14.105l-0.015 0.104c-0.173 1.271-0.272 2.739-0.272 4.231 0 14.226 9.001 26.35 21.619 30.987l0.229 0.074c4.094 0.585 7.674 2.446 10.406 5.16l-0.001-0.001c13.589 17.195 27.497 34.143 42.617 52.813-46.211 0-90.24 0.752-134.233-0.211-0.834-0.033-1.813-0.052-2.796-0.052-41.708 0-75.519 33.811-75.519 75.519 0 0.709 0.010 1.417 0.029 2.122l-0.002-0.104q1.739 109.101 0.005 218.253c-0.009 0.425-0.013 0.925-0.013 1.427 0 41.944 34.002 75.947 75.947 75.947 0.465 0 0.928-0.004 1.391-0.012l-0.070 0.001zM706.974 577.656c-0.029 0-0.063 0-0.097 0-8.271 0-14.984-6.669-15.056-14.923l-0-0.007c0.163-8.317 6.835-15.023 15.123-15.242l0.020-0c8.298 0.158 14.966 6.912 14.987 15.227l0 0.002c0.003 0.112 0.005 0.243 0.005 0.375 0 8.049-6.525 14.574-14.574 14.574-0.144 0-0.287-0.002-0.43-0.006l0.021 0zM707.23 488.62c-12.94-0.053-23.439-10.434-23.681-23.324l-0-0.023c-0.005-0.18-0.008-0.392-0.008-0.605 0-12.974 10.518-23.492 23.492-23.492s23.492 10.518 23.492 23.492c0 0.043-0 0.086-0 0.13l0-0.007c0 0.031 0 0.068 0 0.105 0 12.952-10.378 23.48-23.272 23.723l-0.023 0zM706.963 335.693c18.882 0.282 34.091 15.611 34.181 34.512l0 0.009c-0.403 18.472-15.472 33.292-34.003 33.292-0.013 0-0.025-0-0.038-0l0.002 0c-0.214 0.005-0.466 0.008-0.719 0.008-18.29 0-33.116-14.827-33.116-33.116 0-0.013 0-0.026 0-0.039l-0 0.002c-0.006-0.232-0.009-0.504-0.009-0.778 0-18.651 15.066-33.783 33.692-33.889l0.010-0zM295.458 372.807c-0.004-0.232-0.006-0.505-0.006-0.779 0-29.161 23.639-52.8 52.8-52.8 0.461 0 0.921 0.006 1.379 0.018l-0.068-0.001q122.145-0.203 244.288-0.021c0.309-0.006 0.673-0.010 1.037-0.010 29.143 0 52.768 23.625 52.768 52.768 0 0.377-0.004 0.754-0.012 1.129l0.001-0.056q0.207 80.597-0.001 161.19c0.006 0.302 0.010 0.658 0.010 1.015 0 28.861-23.396 52.257-52.257 52.257-0.287 0-0.573-0.002-0.859-0.007l0.043 0.001c-41.048 0.115-82.097 0.029-123.146 0.031-40.715 0-81.429 0.070-122.144-0.021-0.455 0.014-0.99 0.022-1.527 0.022-28.905 0-52.337-23.432-52.337-52.337 0-0.425 0.005-0.849 0.015-1.272l-0.001 0.063q-0.37-80.593 0.017-161.189zM260.512 679.294v84.318h38.304c1.239 0.129 2.678 0.202 4.133 0.202 23.395 0 42.361-18.966 42.361-42.361s-18.966-42.361-42.361-42.361c-1.456 0-2.894 0.073-4.312 0.217l0.178-0.015zM325.556 721.453c0.015 0.329 0.024 0.715 0.024 1.103 0 13.899-11.267 25.166-25.166 25.166-0.903 0-1.794-0.048-2.672-0.14l0.109 0.009h-17.825v-52.279h17.825c0.768-0.083 1.659-0.131 2.561-0.131 13.9 0 25.168 11.268 25.168 25.168 0 0.388-0.009 0.774-0.026 1.158l0.002-0.055zM381.941 763.612v-84.318h-19.514v84.318zM446.389 694.474c0.158-0.003 0.344-0.005 0.531-0.005 8.441 0 16.025 3.666 21.248 9.493l0.024 0.027 12.529-11.565c-8.25-9.002-20.062-14.625-33.186-14.625-0.742 0-1.48 0.018-2.213 0.053l0.103-0.004c-0.806-0.053-1.747-0.083-2.695-0.083-24.122 0-43.677 19.555-43.677 43.677s19.555 43.677 43.677 43.677c0.821 0 1.637-0.023 2.448-0.067l-0.113 0.005c0.128 0.001 0.28 0.002 0.431 0.002 12.619 0 24.3-4.017 33.833-10.842l-0.176 0.12v-34.205h-17.826v24.69c-4.213 2.282-9.223 3.624-14.547 3.624-0.222 0-0.444-0.002-0.665-0.007l0.033 0.001c-0.113 0.002-0.246 0.003-0.379 0.003-14.904 0-26.987-12.082-26.987-26.987s12.082-26.987 26.987-26.987c0.218 0 0.436 0.003 0.653 0.008l-0.032-0.001zM499.643 763.612h19.514v-84.318h-19.514zM578.544 763.612v-68.414h26.981v-15.904h-73.477v15.904h26.982v68.414zM630.591 745.543h39.147l7.467 18.069h20.477l-37.701-84.318h-19.272l-37.579 84.318h19.995zM650.224 698.446l13.372 32.284h-26.742zM708.898 679.295v84.318h61.793v-15.898h-42.279v-68.42zM334.466 570.324c11.399 4.181 24.561 6.599 38.289 6.599 5.863 0 11.623-0.441 17.249-1.292l-0.632 0.079c27.376 0.704 54.751 0.917 82.124-0.115 27.325 0.958 54.652 0.812 81.98 0.104 12.971-0.008 26.003 0.781 38.901-0.198 24.212-2.084 43.119-22.096 43.442-46.592l0-0.032q0.394-75.449-0.048-150.909c-0.713-25.155-20.58-45.448-45.493-46.833l-0.125-0.006c-11.624-0.512-23.294 0.064-34.945 0.146q-41.836 0.020-83.671 0.036l-82.12-0.023c-10.983-0.122-21.973-0.529-32.949-0.307-27.009 0.092-48.871 21.995-48.896 49.011l-0 0.002q-0.483 73.445 0.027 146.898c-0.010 0.359-0.016 0.781-0.016 1.204 0 18.579 10.872 34.619 26.601 42.105l0.282 0.121zM560.548 466.512c-3.482-1.853-7.522-3.265-11.789-4.021l-0.249-0.036-9.387-2.057c-7.134-1.199-13.526-3.522-19.303-6.802l0.289 0.151c-5.371-3.882-8.825-10.127-8.825-17.18 0-0.557 0.022-1.109 0.064-1.656l-0.005 0.072c-0.004-0.16-0.006-0.349-0.006-0.539 0-7.497 3.311-14.22 8.55-18.787l0.030-0.025c6.15-4.864 14.018-7.802 22.572-7.802 0.921 0 1.835 0.034 2.739 0.101l-0.121-0.007c0.328-0.010 0.713-0.016 1.1-0.016 8.475 0 16.312 2.73 22.68 7.358l-0.111-0.077c6.27 4.764 10.276 12.225 10.276 20.622 0 0.164-0.002 0.328-0.005 0.491l0-0.025h-17.411c-0.021-4.864-2.836-9.066-6.922-11.085l-0.073-0.032c-2.937-1.383-6.379-2.19-10.010-2.19-0.276 0-0.551 0.005-0.825 0.014l0.040-0.001c-0.306-0.016-0.663-0.026-1.023-0.026-3.849 0-7.451 1.060-10.53 2.903l0.093-0.052c-2.587 1.595-4.285 4.413-4.285 7.627 0 0.089 0.001 0.177 0.004 0.266l-0-0.013c-0.002 0.070-0.004 0.151-0.004 0.234 0 2.94 1.705 5.482 4.181 6.69l0.044 0.019c3.307 1.509 7.165 2.75 11.187 3.534l0.333 0.054 15.216 3.586c5.696 1.095 10.741 3.294 15.119 6.375l-0.123-0.082c4.771 3.92 7.791 9.821 7.791 16.427 0 0.45-0.014 0.897-0.042 1.341l0.003-0.061c0.002 0.128 0.004 0.278 0.004 0.429 0 7.771-3.563 14.711-9.145 19.273l-0.045 0.035c-6.442 4.948-14.619 7.929-23.493 7.929-0.865 0-1.724-0.028-2.575-0.084l0.116 0.006c-0.722 0.044-1.567 0.069-2.417 0.069-9.191 0-17.699-2.924-24.645-7.893l0.128 0.087c-6.010-4.725-9.834-11.996-9.834-20.159 0-0.387 0.009-0.773 0.026-1.156l-0.002 0.054h17.294c0.288 3.365 1.484 6.404 3.338 8.929l-0.034-0.049c3.462 3.377 8.2 5.46 13.424 5.46 0.708 0 1.408-0.038 2.096-0.113l-0.085 0.007c0.294 0.009 0.64 0.015 0.987 0.015 3.44 0 6.758-0.521 9.88-1.489l-0.236 0.063c4.479-1.097 7.75-5.076 7.75-9.82 0-0.084-0.001-0.169-0.003-0.253l0 0.012c0.001-0.052 0.002-0.114 0.002-0.176 0-2.767-1.515-5.18-3.761-6.454l-0.037-0.019zM477.465 429.221c-2.214-2.217-5.275-3.589-8.656-3.589-4.334 0-8.142 2.254-10.315 5.654l-0.029 0.049c-1.193 3.011-1.885 6.5-1.885 10.151 0 0.113 0.001 0.225 0.002 0.338l-0-0.017h-16.294c0-6.389 1.455-12.439 4.052-17.835l-0.107 0.247c4.247-7.72 12.327-12.865 21.608-12.865 0.788 0 1.568 0.037 2.338 0.11l-0.098-0.007c0.467-0.026 1.014-0.040 1.565-0.040 7.676 0 14.685 2.858 20.020 7.569l-0.033-0.028c4.952 4.728 8.031 11.382 8.031 18.755 0 0.386-0.008 0.769-0.025 1.151l0.002-0.054c0.001 0.1 0.002 0.219 0.002 0.337 0 6.242-2.13 11.987-5.704 16.547l0.044-0.059c-3.514 4.179-7.53 7.775-11.995 10.751l-0.206 0.129-6.717 4.765q-6.307 4.469-8.63 6.469c-1.529 1.322-2.828 2.856-3.864 4.566l-0.048 0.085h37.236v14.763h-58.413c0.091-6.112 1.535-11.865 4.046-17.003l-0.105 0.237c4.041-7.489 9.787-13.593 16.742-17.944l0.199-0.116c5.607-3.802 10.503-7.708 15.079-11.953l-0.079 0.073c3.17-3.123 5.158-7.44 5.235-12.22l0-0.015c0.006-0.145 0.009-0.315 0.009-0.486 0-3.237-1.135-6.21-3.029-8.541l0.020 0.025zM361.525 410.453h70.236v15.354h-25.94v71.351h-18.236v-71.351h-26.059z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["T2S digital board"],"grid":0},"attrs":[{}],"properties":{"order":2495,"id":220,"name":"T2S-digital-board","prevSize":32,"code":59984},"setIdx":0,"setId":2,"iconIdx":244},{"icon":{"paths":["M200.469 407.062c1.627 0.498 3.498 0.784 5.435 0.784 8.664 0 15.989-5.729 18.394-13.606l0.036-0.136c12.509-41.013 32.757-76.418 59.227-106.163l-0.248 0.283c28.447 14.874 61.44 26.926 96.117 34.464l2.629 0.479c-4.231 17.174-8.086 38.708-10.709 60.62l-0.266 2.734c-0.077 0.647-0.121 1.395-0.121 2.154 0 10.605 8.597 19.201 19.201 19.201 9.866 0 17.995-7.441 19.079-17.018l0.008-0.088c2.727-23.351 6.406-43.803 11.211-63.816l-0.738 3.641c27.657 4.685 59.516 7.362 92.002 7.362 0.155 0 0.311-0 0.466-0l-0.024 0c0.146 0 0.318 0 0.49 0 32.355 0 64.089-2.656 94.997-7.761l-3.363 0.459c4.062 16.357 7.736 36.788 10.213 57.586l0.245 2.528c1.107 9.644 9.215 17.066 19.061 17.083l0.002 0c0.757-0 1.502-0.046 2.235-0.134l-0.089 0.009c9.65-1.101 17.077-9.221 17.077-19.075 0-0.752-0.043-1.493-0.127-2.222l0.008 0.089c-2.887-24.627-6.737-46.141-11.745-67.206l0.784 3.91c37.346-8.004 70.375-20.032 101.084-35.92l-2.232 1.050c26.163 29.433 46.368 64.792 58.332 103.758l0.526 1.992c2.424 8.012 9.74 13.746 18.395 13.75l0 0c1.952-0.009 3.833-0.298 5.61-0.828l-0.141 0.036c8.011-2.436 13.741-9.758 13.741-18.418 0-1.945-0.289-3.823-0.827-5.593l0.036 0.136c-44.451-137.895-171.641-235.907-321.724-235.907-0.969 0-1.937 0.004-2.905 0.012l0.148-0.001c-0.819-0.007-1.787-0.011-2.756-0.011-150.082 0-277.273 98.012-321.057 233.52l-0.667 2.387c-0.502 1.634-0.791 3.512-0.791 5.457 0 8.66 5.729 15.982 13.604 18.382l0.136 0.036zM712.239 259.964c-22.799 10.681-49.431 19.659-77.191 25.596l-2.484 0.445c-9.691-34.175-23.89-64.046-42.216-90.875l0.684 1.061c46.871 12.612 87.525 34.649 121.595 64.1l-0.388-0.328zM512 185.708c30.289 0 61.611 41.74 82.422 107.667-24.7 3.771-53.198 5.925-82.199 5.925-29.153 0-57.799-2.177-85.782-6.376l3.152 0.389c20.796-65.865 52.116-107.604 82.406-107.604zM432.96 196.198c-17.633 25.749-31.825 55.598-40.978 87.576l-0.532 2.173c-30.205-6.392-56.803-15.386-81.902-27.059l2.326 0.971c33.655-29.066 74.268-51.064 118.95-63.168l2.137-0.493zM211.157 591.396h10.271c6.193-0.007 11.407-4.19 12.978-9.884l0.022-0.095 29.729-110.896 29.937 110.917c1.599 5.778 6.806 9.95 12.989 9.958l0.001 0h10.27c6.113-0.024 11.268-4.097 12.923-9.675l0.024-0.096 41.25-144.812c0.325-1.101 0.511-2.367 0.511-3.676 0-7.435-6.025-13.464-13.459-13.47l-5.283-0c-0-0-0-0-0.001-0-6.234 0-11.478 4.238-13.009 9.989l-0.021 0.094-29.823 115.625-31.364-115.792c-1.623-5.754-6.82-9.904-12.988-9.917l-0.001-0h-3.719c-6.164 0.004-11.359 4.147-12.956 9.801l-0.023 0.095-31.603 115.854-29.824-115.667c-1.552-5.846-6.797-10.083-13.031-10.083-0 0-0 0-0.001 0l-5.26-0c-0.008-0-0.018-0-0.029-0-7.419 0-13.433 6.014-13.433 13.433 0 1.323 0.191 2.601 0.547 3.808l-0.024-0.095 41.458 144.833c1.675 5.67 6.83 9.739 12.937 9.75l0.001 0zM601.178 419.667c-0-0-0-0-0.001-0-6.234 0-11.478 4.238-13.009 9.989l-0.021 0.094-29.824 115.625-31.365-115.792c-1.623-5.754-6.82-9.904-12.988-9.917l-0.001-0h-3.718c-6.164 0.004-11.359 4.147-12.956 9.801l-0.023 0.095-31.604 115.854-29.823-115.667c-1.552-5.846-6.797-10.083-13.031-10.083-0 0-0 0-0.001 0l-5.261-0c-0.008-0-0.019-0-0.029-0-7.418 0-13.432 6.014-13.432 13.432 0 1.323 0.191 2.601 0.548 3.809l-0.024-0.095 41.458 144.833c1.675 5.669 6.829 9.738 12.936 9.749l0.001 0h10.271c6.193-0.007 11.407-4.19 12.978-9.884l0.022-0.095 29.729-110.896 29.927 110.917c1.601 5.78 6.812 9.954 13 9.958l10.271 0c6.113-0.024 11.268-4.097 12.923-9.675l0.024-0.096 41.25-144.812c0.325-1.101 0.511-2.367 0.511-3.676 0-7.436-6.025-13.464-13.459-13.47l-0.001-0zM865.043 425.021c-2.462-3.266-6.334-5.355-10.693-5.355-0.016 0-0.033 0-0.049 0l0.003-0h-5.281c-0-0-0-0-0.001-0-6.234 0-11.478 4.238-13.009 9.989l-0.021 0.094-29.812 115.625-31.375-115.792c-1.623-5.754-6.82-9.904-12.988-9.917l-0.001-0h-3.719c-6.164 0.004-11.359 4.147-12.956 9.801l-0.023 0.095-31.605 115.854-29.824-115.667c-1.552-5.846-6.797-10.083-13.031-10.083-0 0-0 0-0.001 0l-5.26-0c-0.002-0-0.004-0-0.006-0-7.432 0-13.457 6.025-13.457 13.457 0 1.314 0.188 2.583 0.539 3.784l-0.024-0.095 41.469 144.833c1.675 5.669 6.83 9.738 12.936 9.749l0.001 0h10.271c6.193-0.007 11.407-4.19 12.978-9.884l0.022-0.095 29.719-110.896 29.939 110.917c1.6 5.78 6.812 9.954 12.999 9.958l10.271 0c6.113-0.024 11.268-4.097 12.923-9.675l0.024-0.096 41.25-144.812c0.334-1.11 0.526-2.386 0.526-3.707 0-3.055-1.028-5.869-2.758-8.116l0.023 0.031zM823.531 604c-1.631-0.501-3.506-0.789-5.449-0.789-8.662 0-15.984 5.733-18.38 13.611l-0.036 0.136c-12.513 41.012-32.764 76.415-59.236 106.158l0.247-0.283c-28.446-14.874-61.436-26.924-96.111-34.459l-2.628-0.479c4.233-17.177 8.088-38.71 10.711-60.623l0.266-2.731c0.073-0.629 0.115-1.357 0.115-2.096 0-10.605-8.597-19.201-19.201-19.201-9.845 0-17.96 7.41-19.072 16.957l-0.008 0.090c-2.734 23.359-6.413 43.808-11.214 63.819l0.74-3.652c-27.625-4.68-59.45-7.354-91.899-7.354-0.191 0-0.382 0-0.572 0l0.030-0c-0.389-0.001-0.85-0.002-1.311-0.002-32.066 0-63.514 2.65-94.135 7.744l3.322-0.456c-4.055-16.337-7.728-36.763-10.212-57.554l-0.248-2.545c-1.12-9.637-9.235-17.047-19.080-17.047-10.605 0-19.201 8.597-19.201 19.201 0 0.738 0.042 1.467 0.123 2.183l-0.008-0.088c2.882 24.617 6.733 46.131 11.745 67.194l-0.783-3.898c-37.343 8.002-70.37 20.028-101.076 35.915l2.232-1.050c-26.167-29.43-46.376-64.788-58.342-103.753l-0.526-1.992c-2.431-8.010-9.749-13.74-18.407-13.74-10.603 0-19.199 8.596-19.199 19.199 0 1.946 0.29 3.825 0.828 5.595l-0.036-0.136c44.459 137.885 171.646 235.886 321.723 235.886 0.969 0 1.938-0.004 2.905-0.012l-0.148 0.001c0.82 0.007 1.788 0.011 2.757 0.011 150.076 0 277.263-98.001 321.056-233.499l0.667-2.387c0.502-1.634 0.791-3.511 0.791-5.457 0-8.66-5.729-15.982-13.604-18.382l-0.136-0.036zM311.773 751.093c22.797-10.68 49.428-19.657 77.186-25.592l2.483-0.445c9.69 34.167 23.887 64.031 42.21 90.853l-0.684-1.061c-46.865-12.61-87.515-34.642-121.584-64.084l0.389 0.329zM512 825.333c-30.288 0-61.613-41.734-82.419-107.651 24.702-3.769 53.202-5.921 82.206-5.921 29.15 0 57.791 2.174 85.772 6.37l-3.153-0.389c-20.789 65.857-52.117 107.591-82.405 107.591zM591.040 814.844c17.63-25.743 31.819-55.587 40.973-87.558l0.532-2.174c30.205 6.393 56.8 15.386 81.899 27.055l-2.328-0.972c-33.653 29.060-74.262 51.054-118.938 63.155l-2.137 0.493z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["www"],"grid":0},"attrs":[{}],"properties":{"order":2496,"id":221,"name":"www","prevSize":32,"code":59985},"setIdx":0,"setId":2,"iconIdx":245},{"icon":{"paths":["M490.639 138.663v694.953l-281.052-282.224c-3.866-3.887-9.218-6.293-15.131-6.293-11.785 0-21.338 9.554-21.338 21.338 0 5.888 2.385 11.218 6.241 15.079l-0-0 317.408 318.719c1.958 2.005 4.304 3.622 6.918 4.73l0.139 0.052c1.152 0.364 2.51 0.649 3.908 0.799l0.095 0.008c1.203 0.393 2.611 0.688 4.064 0.831l0.084 0.007 0.031-0.007 0.031 0.007c5.904-0.005 11.247-2.401 15.115-6.272l0-0 317.501-318.874c3.856-3.861 6.24-9.191 6.24-15.079 0-11.785-9.554-21.338-21.338-21.338-5.914 0-11.266 2.406-15.13 6.292l-0.001 0.001-281.115 282.345v-695.074c0-11.782-9.551-21.333-21.333-21.333s-21.333 9.551-21.333 21.333v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Down"],"grid":0},"attrs":[{}],"properties":{"order":2497,"id":222,"name":"Down","prevSize":32,"code":59979},"setIdx":0,"setId":2,"iconIdx":246},{"icon":{"paths":["M533.361 885.329v-694.953l281.052 282.224c3.864 3.877 9.209 6.276 15.115 6.276 11.785 0 21.339-9.554 21.339-21.339 0-5.88-2.378-11.204-6.224-15.063l-317.407-318.718c-1.958-2.005-4.304-3.622-6.918-4.73l-0.139-0.052c-1.152-0.364-2.51-0.649-3.908-0.799l-0.095-0.008c-1.203-0.392-2.611-0.688-4.064-0.83l-0.084-0.007-0.031 0.006-0.031-0.006c-5.904 0.005-11.247 2.4-15.115 6.271l-0 0-317.501 318.874c-3.846 3.859-6.224 9.183-6.224 15.063 0 11.785 9.554 21.339 21.339 21.339 5.905 0 11.251-2.399 15.114-6.275l281.116-282.345v695.074c0 11.782 9.551 21.333 21.333 21.333s21.333-9.551 21.333-21.333v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Up"],"grid":0},"attrs":[{}],"properties":{"order":2742,"id":223,"name":"Up","prevSize":32,"code":59980},"setIdx":0,"setId":2,"iconIdx":247},{"icon":{"paths":["M410.253 562.81h30.565l-15.492-36.011zM808.698 314.854h-62.838l46.135-101.437h41.224c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.004l0 0v-66.208c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-107.042-0c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.004l-0-0v66.208c-0 0.001-0 0.002-0 0.003 0 10.604 8.594 19.201 19.197 19.205l23.62 0-46.134 101.437h-174.371v-101.437h36.229c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.004l0 0v-66.208c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-107.042-0c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.004l-0-0v66.208c-0 0.001-0 0.002-0 0.003 0 10.604 8.594 19.201 19.197 19.205l32.417 0v101.437h-170.559l-46.134-101.437h23.62c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.004l0 0v-66.208c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-107.042-0c-10.603 0.004-19.197 8.601-19.197 19.205 0 0.001 0 0.002 0 0.004l-0-0v66.208c-0 0.001-0 0.002-0 0.003 0 10.604 8.594 19.201 19.197 19.205l41.224 0 46.135 101.437h-62.839c-34.657 0.045-62.738 28.133-62.771 62.788l-0 0.003v330.979c0.042 34.65 28.121 62.729 62.767 62.771l51.952 0v124.604c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-124.604h412.708v124.604c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-124.604h51.948c34.65-0.042 62.729-28.12 62.771-62.767l0-0.004v-330.979c-0.033-34.658-28.114-62.747-62.767-62.792l-0.004-0zM745.375 175v-27.792h68.646v27.792h-33.163c-0.518-0.032-1.005-0.010-1.521 0zM243.165 175h-33.186v-27.792h68.646v27.792h-34.016c-0.488-0.009-0.952-0.029-1.444 0zM477.677 175v-27.792h68.646v27.792h-35.508c-0.254-0.010-0.465-0.146-0.721-0.146s-0.467 0.135-0.721 0.146zM476.41 645.713l-14.658-34.335h-72.435l-14.654 34.335-44.802-19.262 73.274-171.25c3.872-8.701 12.441-14.657 22.401-14.657s18.529 5.957 22.339 14.502l0.062 0.155 73.275 171.25zM571.874 636.083c-13.426-0.062-24.286-10.96-24.286-24.395 0-0.109 0.001-0.217 0.002-0.326l-0 0.016v-146.549c0.010-13.408 10.876-24.275 24.283-24.285l0.001-0c42.29 0 122.264 20.518 122.264 97.56 0 77.462-79.974 97.978-122.264 97.978zM612.49 497.073c-4.365-1.69-9.689-3.276-15.161-4.468l-0.751-0.137v91.697c21.355-4.189 48.569-15.91 48.569-46.059 0-12.142-3.348-30.146-32.657-41.033z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Ad Banner_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2743,"id":224,"name":"Ad-Banner_Fill","prevSize":32,"code":59648},"setIdx":0,"setId":2,"iconIdx":248},{"icon":{"paths":["M808.698 314.854h-62.838l46.135-101.437h41.224c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.004l0 0v-66.208c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-107.042-0c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.004l-0-0v66.208c-0 0.001-0 0.002-0 0.003 0 10.604 8.594 19.201 19.197 19.205l23.62 0-46.134 101.437h-174.371v-101.437h36.229c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.004l0 0v-66.208c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-107.042-0c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.004l-0-0v66.208c-0 0.001-0 0.002-0 0.003 0 10.604 8.594 19.201 19.197 19.205l32.417 0v101.437h-170.559l-46.134-101.437h23.62c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.004l0 0v-66.208c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-107.042-0c-10.603 0.004-19.197 8.601-19.197 19.205 0 0.001 0 0.002 0 0.004l-0-0v66.208c-0 0.001-0 0.002-0 0.003 0 10.604 8.594 19.201 19.197 19.205l41.224 0 46.135 101.437h-62.839c-34.657 0.045-62.738 28.133-62.771 62.788l-0 0.003v330.979c0.042 34.65 28.121 62.729 62.767 62.771l51.952 0v124.604c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-124.604h412.708v124.604c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-124.604h51.948c34.65-0.042 62.729-28.12 62.771-62.767l0-0.004v-330.979c-0.033-34.658-28.114-62.747-62.767-62.792l-0.004-0zM745.375 175v-27.792h68.646v27.792h-33.165c-0.518-0.032-1.005-0.010-1.521 0zM243.164 175h-33.185v-27.792h68.646v27.792h-34.018c-0.489-0.009-0.952-0.029-1.443 0zM477.677 175v-27.792h68.646v27.792h-35.508c-0.254-0.010-0.465-0.146-0.721-0.146s-0.467 0.135-0.721 0.146zM833.073 708.625c-0.020 13.45-10.924 24.347-24.374 24.354l-593.396 0c-13.452-0.008-24.355-10.904-24.375-24.352l-0-0.002v-330.979c0.017-13.455 10.92-24.358 24.373-24.375l593.397-0c13.455 0.017 24.358 10.92 24.375 24.373l0 0.002zM425.325 440.545c-9.89 0.044-18.379 5.993-22.129 14.5l-0.061 0.156-73.273 171.25 44.802 19.262 14.654-34.335h72.436l14.656 34.335 44.802-19.262-73.275-171.25c-3.869-8.7-12.437-14.657-22.395-14.657-0.076 0-0.152 0-0.228 0.001l0.012-0zM410.254 562.81l15.072-36.011 15.492 36.011zM571.874 440.545c-13.408 0.010-24.274 10.877-24.283 24.284l-0 0.001v146.548c-0.001 0.092-0.002 0.201-0.002 0.31 0 13.434 10.859 24.332 24.279 24.394l0.006 0c42.29 0 122.264-20.516 122.264-97.978 0-77.041-79.974-97.559-122.264-97.559zM596.579 584.164v-91.697c6.222 1.33 11.546 2.916 16.692 4.865l-0.782-0.26c29.31 10.887 32.659 28.891 32.659 41.033 0 30.148-27.215 41.87-48.569 46.059z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Ad Banner"],"grid":0},"attrs":[{}],"properties":{"order":2744,"id":225,"name":"Ad-Banner","prevSize":32,"code":59649},"setIdx":0,"setId":2,"iconIdx":249},{"icon":{"paths":["M427.833 623.969c-129.542 0-301.76 13.948-301.76 134.531 0 135.364 227.125 135.364 301.76 135.364 129.542 0 301.76-13.948 301.76-134.531 0-135.364-227.125-135.364-301.76-135.364zM426.563 530.74h1.271c110.624 0 200.302-89.678 200.302-200.302s-89.678-200.302-200.302-200.302c-110.598 0-200.26 89.637-200.302 200.225l-0 0.004c-0.001 0.217-0.001 0.475-0.001 0.733 0 110.045 89.035 199.295 198.999 199.642l0.033 0zM878.729 444.292h-61.917v-60.292c-0.036-10.575-8.618-19.134-19.198-19.134s-19.162 8.559-19.198 19.131l-0 0.003v60.292h-61.844c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h61.844v60.292c0.036 10.575 8.618 19.134 19.198 19.134s19.162-8.559 19.198-19.131l0-0.003v-60.291h61.917c10.575-0.036 19.134-8.618 19.134-19.198s-8.559-19.162-19.131-19.198l-0.003-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Add Customer_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2745,"id":226,"name":"Add-Customer_Fill","prevSize":32,"code":59650},"setIdx":0,"setId":2,"iconIdx":250},{"icon":{"paths":["M427.833 623.969c-129.542 0-301.76 13.948-301.76 134.531 0 135.364 227.125 135.364 301.76 135.364 129.542 0 301.76-13.948 301.76-134.531 0-135.364-227.125-135.364-301.76-135.364zM427.833 855.469c-174.75 0-263.365-32.625-263.365-96.969 0-64.688 86.146-96.135 263.365-96.135 174.75 0 263.364 32.625 263.364 96.969 0 64.688-86.146 96.135-263.364 96.135zM426.563 530.74h1.271c110.624 0 200.302-89.678 200.302-200.302s-89.678-200.302-200.302-200.302c-110.598 0-200.26 89.637-200.302 200.225l-0 0.004c-0.001 0.217-0.001 0.475-0.001 0.733 0 110.045 89.035 199.295 198.999 199.642l0.033 0zM426.625 492.344c-88.821-0.324-160.699-72.402-160.699-161.269 0-0.224 0-0.448 0.001-0.672l-0 0.035c-0-0-0-0-0-0 0-89.418 72.488-161.906 161.906-161.906s161.906 72.488 161.906 161.906c0 89.418-72.488 161.906-161.906 161.906h0zM878.729 444.292h-61.917v-60.292c-0.036-10.575-8.618-19.134-19.198-19.134s-19.162 8.559-19.198 19.131l-0 0.003v60.292h-61.844c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h61.844v60.292c0.036 10.575 8.618 19.134 19.198 19.134s19.162-8.559 19.198-19.131l0-0.003v-60.291h61.917c10.575-0.036 19.134-8.618 19.134-19.198s-8.559-19.162-19.131-19.198l-0.003-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Add Customer"],"grid":0},"attrs":[{}],"properties":{"order":2746,"id":227,"name":"Add-Customer","prevSize":32,"code":59651},"setIdx":0,"setId":2,"iconIdx":251},{"icon":{"paths":["M172.125 302.844h489.292c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198h-489.292c-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198h0zM172.125 463.313h489.292c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198v0h-489.292c-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198v-0zM487.396 586.344h-315.271c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h315.271c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0zM918.792 586.344h-118.354v-115.605c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v-0 115.604h-118.229c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h118.229v115.615c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-115.615h118.354c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Add Item"],"grid":0},"attrs":[{}],"properties":{"order":2498,"id":228,"name":"Add-Item","prevSize":32,"code":59652},"setIdx":0,"setId":2,"iconIdx":252},{"icon":{"paths":["M437.24 517.937h1.229c106.488-0.349 192.678-86.755 192.678-193.292 0-106.753-86.54-193.293-193.293-193.293s-193.293 86.54-193.293 193.293c0 106.537 86.19 192.943 192.645 193.292l0.033 0zM555.093 833.493l-9.813-17.067c-6.576-11.161-10.461-24.589-10.461-38.924 0-7.329 1.015-14.421 2.913-21.142l-0.132 0.547c3.315-11.786 8.902-22.001 16.302-30.612l-0.088 0.105c-11.709-13.703-18.834-31.629-18.834-51.219 0-14.348 3.822-27.804 10.504-39.404l-0.203 0.383c0.213-0.213 0.427-0.64 0.64-0.853l9.813-16.213c3.318-5.792 7.212-10.773 11.715-15.129l0.018-0.018c-29.959-3.164-64.723-4.969-99.907-4.969-3.952 0-7.898 0.023-11.838 0.068l0.599-0.005c-132.907 0-309.547 14.293-309.547 137.813 0 138.453 232.96 138.453 309.547 138.453 3.433 0.044 7.488 0.069 11.55 0.069 44.293 0 87.893-2.971 130.609-8.725l-4.986 0.549c-16.466-6.733-29.733-18.485-38.201-33.328l-0.199-0.378zM863.36 740.907l-17.493-13.653v-3.2l17.493-13.867c7.357-5.861 12.031-14.819 12.031-24.869 0-5.76-1.536-11.162-4.22-15.818l0.082 0.153-26.453-45.44c-5.434-9.812-15.727-16.345-27.546-16.345-4.218 0-8.242 0.832-11.916 2.341l0.209-0.076-20.693 8.32c-0.793-0.531-1.704-1.031-2.659-1.449l-0.114-0.045-2.987-21.76c-2.080-15.607-15.307-27.52-31.316-27.52-0.015 0-0.031 0-0.046 0l0.002-0h-53.12c-0.032-0-0.070-0-0.108-0-15.857 0-28.983 11.69-31.231 26.922l-0.021 0.172-2.987 22.187c-0.853 0.427-1.707 1.067-2.56 1.493l-21.12-8.533c-3.351-1.313-7.231-2.074-11.289-2.074-11.718 0-21.953 6.347-27.456 15.79l-0.081 0.151-26.453 45.653c-2.746 4.6-4.369 10.145-4.369 16.069 0 10.060 4.682 19.027 11.985 24.841l0.065 0.050 17.493 13.653v3.2l-17.493 13.652c-7.352 5.924-12.017 14.927-12.017 25.019 0 5.78 1.53 11.202 4.206 15.884l-0.083-0.157 26.453 45.44c5.564 9.759 15.901 16.231 27.75 16.231 4.138 0 8.092-0.79 11.719-2.226l-0.215 0.075 20.693-8.32c0.853 0.427 1.92 1.067 2.773 1.493l2.987 21.547c1.995 15.592 15.183 27.521 31.157 27.521 0.072 0 0.143-0 0.214-0.001l-0.011 0h53.12c0.088 0.001 0.191 0.001 0.295 0.001 15.746 0 28.784-11.593 31.044-26.709l0.021-0.172 2.987-22.187c0.853-0.427 1.707-1.067 2.56-1.493l21.12 8.533c3.312 1.265 7.142 1.997 11.143 1.997 11.741 0 22.009-6.306 27.602-15.716l0.081-0.148 26.88-46.507c2.479-4.406 3.939-9.672 3.939-15.28 0-10.040-4.681-18.986-11.98-24.776l-0.065-0.050zM721.28 772.053c-0.032 0-0.069 0-0.107 0-25.626 0-46.4-20.774-46.4-46.4s20.774-46.4 46.4-46.4c25.588 0 46.339 20.713 46.4 46.287l0 0.006c0 0.008 0 0.018 0 0.028 0 25.604-20.704 46.373-46.283 46.479l-0.010 0zM721.28 695.253c-0.032-0-0.069-0-0.106-0-16.789 0-30.4 13.611-30.4 30.4s13.611 30.4 30.4 30.4c16.789 0 30.4-13.611 30.4-30.4 0-0.037-0-0.075-0-0.112l0 0.006c-0.091-16.694-13.6-30.202-30.285-30.293l-0.009-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Admin_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2499,"id":229,"name":"Admin_Fill","prevSize":32,"code":59653},"setIdx":0,"setId":2,"iconIdx":253},{"icon":{"paths":["M537.073 825.385c-27.703 2.759-59.879 4.333-92.422 4.333-2.236 0-4.469-0.007-6.702-0.022l0.342 0.002c-168.010 0-253.198-31.115-253.198-92.49 0-62.24 82.823-92.49 253.198-92.49 1.197-0.008 2.614-0.012 4.031-0.012 23.466 0 46.657 1.177 69.518 3.476l-2.882-0.235c0.49 0.044 1.060 0.070 1.635 0.070 10.607 0 19.205-8.598 19.205-19.205 0-10.031-7.69-18.266-17.497-19.13l-0.073-0.005c-20.968-2.143-45.311-3.365-69.939-3.365-1.406 0-2.811 0.004-4.215 0.012l0.217-0.001c-125.177 0-291.594 13.562-291.594 130.885 0 130.885 219.469 130.885 291.594 130.885 1.937 0.013 4.229 0.021 6.523 0.021 33.842 0 67.301-1.642 100.301-4.85l-4.189 0.329c9.712-1.043 17.209-9.195 17.209-19.097 0-10.604-8.597-19.201-19.201-19.201-0.656 0-1.304 0.033-1.943 0.097l0.081-0.007zM437.24 517.937h1.229c106.488-0.349 192.678-86.755 192.678-193.292 0-106.753-86.54-193.293-193.293-193.293s-193.293 86.54-193.293 193.293c0 106.537 86.19 192.943 192.645 193.292l0.033 0zM437.312 479.542c-85.951-0.329-155.501-70.081-155.501-156.078 0-86.2 69.879-156.079 156.079-156.079s156.079 69.879 156.079 156.079c0 85.997-69.55 155.75-155.47 156.078l-0.032 0zM863.354 741.803l-0.115-0.094-17.521-13.698c0.010-0.521 0.010-1.042 0.010-1.573s0-1.052-0.010-1.573l17.615-13.771c7.296-5.884 11.925-14.823 11.925-24.842 0-5.798-1.55-11.234-4.257-15.916l0.082 0.153-26.292-45.479c-5.495-9.813-15.825-16.336-27.68-16.336-4.192 0-8.194 0.816-11.855 2.298l0.212-0.076-20.792 8.344c-0.865-0.521-1.74-1.021-2.615-1.521l-3.115-21.677c-2.062-15.569-15.253-27.458-31.221-27.458-0.028 0-0.057 0-0.085 0l0.004-0h-53.156c-0.057-0-0.124-0.001-0.191-0.001-15.778 0-28.833 11.66-31.018 26.833l-0.020 0.168-3.177 22.187c-0.853 0.49-1.719 0.989-2.573 1.5l-21.083-8.469c-3.354-1.314-7.238-2.075-11.3-2.075-11.666 0-21.865 6.281-27.4 15.646l-0.081 0.148-26.448 45.772c-2.721 4.584-4.329 10.105-4.329 16.002 0 10.056 4.676 19.019 11.973 24.834l0.064 0.049 17.531 13.708c-0.010 0.521-0.010 1.042-0.010 1.563s0 1.041 0.010 1.573l-17.635 13.792c-7.281 5.879-11.899 14.805-11.899 24.809 0 5.799 1.551 11.235 4.262 15.917l-0.082-0.153 26.302 45.489c5.509 9.801 15.84 16.313 27.693 16.313 4.183 0 8.177-0.811 11.833-2.285l-0.213 0.076 20.792-8.344c0.865 0.511 1.729 1.021 2.604 1.51l3.115 21.667c2.052 15.59 15.256 27.5 31.243 27.5 0.021 0 0.042-0 0.063-0l-0.003 0h53.146c0.057 0 0.124 0.001 0.191 0.001 15.786 0 28.848-11.664 31.039-26.843l0.020-0.168 3.177-22.177c0.853-0.489 1.719-0.989 2.573-1.5l21.073 8.458c3.332 1.284 7.188 2.028 11.217 2.028 11.679 0 21.899-6.252 27.494-15.591l0.081-0.146 26.833-46.49c2.487-4.415 3.953-9.693 3.953-15.313 0-10.003-4.642-18.922-11.89-24.72l-0.063-0.049zM807.333 726.438c-0.021 3.005-0.202 5.942-0.535 8.833l0.035-0.375c-0.068 0.606-0.107 1.308-0.107 2.019 0 6.122 2.869 11.574 7.336 15.085l0.041 0.031 20.771 16.24-20.677 35.833-24.531-9.843c-2.12-0.877-4.582-1.387-7.163-1.387-4.178 0-8.045 1.335-11.196 3.602l0.057-0.039c-4.276 3.127-9.129 6.007-14.252 8.408l-0.539 0.227c-5.891 2.71-10.117 8.151-11.081 14.656l-0.013 0.105-3.74 26.083h-41.313l-3.75-26.083c-0.97-6.626-5.213-12.080-11.006-14.732l-0.12-0.049c-5.62-2.581-10.441-5.431-14.929-8.71l0.242 0.168c-3.112-2.269-7.012-3.63-11.231-3.63-2.574 0-5.030 0.507-7.272 1.426l0.128-0.046-24.5 9.844-20.708-35.812 20.771-16.25c4.507-3.544 7.375-8.997 7.375-15.12 0-0.702-0.038-1.396-0.111-2.079l0.007 0.085c-0.318-2.544-0.5-5.488-0.5-8.474s0.182-5.93 0.535-8.821l-0.035 0.347c0.067-0.6 0.105-1.296 0.105-2 0-6.119-2.864-11.569-7.324-15.083l-0.041-0.031-20.792-16.26 20.698-35.812 24.531 9.844c2.119 0.874 4.579 1.382 7.158 1.382 4.18 0 8.048-1.334 11.202-3.598l-0.058 0.039c4.271-3.131 9.118-6.008 14.237-8.401l0.534-0.224c5.902-2.707 10.137-8.154 11.102-14.666l0.013-0.105 3.729-26.083h41.312l3.75 26.063c0.97 6.626 5.213 12.080 11.005 14.732l0.12 0.049c5.624 2.579 10.449 5.43 14.94 8.71l-0.241-0.168c3.116 2.265 7.018 3.623 11.238 3.623 2.571 0 5.024-0.504 7.266-1.419l-0.129 0.046 24.5-9.844 20.708 35.823-20.781 16.25c-4.506 3.543-7.374 8.994-7.374 15.115 0 0.734 0.041 1.458 0.121 2.17l-0.008-0.087c0.295 2.501 0.472 5.418 0.489 8.372l0 0.024zM721.093 668.782c-31.825 0-57.625 25.8-57.625 57.625s25.8 57.625 57.625 57.625c31.825 0 57.625-25.8 57.625-57.625v0c-0.039-31.809-25.815-57.586-57.621-57.626l-0.004-0zM721.093 745.636c-10.62 0-19.229-8.609-19.229-19.229s8.609-19.229 19.229-19.229c10.62 0 19.229 8.609 19.229 19.229v0c-0.012 10.615-8.614 19.217-19.228 19.229l-0.001 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Admin"],"grid":0},"attrs":[{}],"properties":{"order":2500,"id":230,"name":"Admin","prevSize":32,"code":59654},"setIdx":0,"setId":2,"iconIdx":254},{"icon":{"paths":["M217.833 668.416c-10.607 0.003-19.205 8.601-19.208 19.208l-0 0v143.646c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-143.646c-0.003-10.607-8.601-19.205-19.208-19.208l-0-0zM417.25 549.395c-10.607 0.003-19.205 8.601-19.208 19.208l-0 0v262.667c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208l-0-0v-262.666c-0.003-10.607-8.601-19.205-19.208-19.208l-0-0zM616.646 597.624c-10.607 0.003-19.205 8.601-19.208 19.208l-0 0v214.438c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208l-0-0v-214.438c-0.003-10.607-8.601-19.205-19.208-19.208l-0-0zM816.063 481.666c-10.607 0.003-19.205 8.601-19.208 19.208l-0 0v330.396c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-330.395c-0.003-10.607-8.601-19.205-19.208-19.209l-0-0zM816.063 173.52c-48.849 0.052-88.436 39.632-88.5 88.473l-0 0.006c0.11 15.132 4.051 29.319 10.899 41.671l-0.227-0.447-66.027 66.027c-14.922-12.557-34.353-20.188-55.565-20.188-21.519 0-41.204 7.852-56.346 20.847l0.116-0.097-58.954-41.375c-0.917-0.524-1.984-1.004-3.1-1.379l-0.13-0.038c4.915-10.673 7.781-23.157 7.781-36.312 0-48.945-39.677-88.622-88.622-88.622s-88.622 39.677-88.622 88.622c0 15.011 3.732 29.151 10.319 41.541l-0.232-0.479-72.055 72.057c-15.206-13.371-35.278-21.53-57.256-21.53-47.991 0-86.896 38.904-86.896 86.896s38.904 86.896 86.896 86.896c47.991 0 86.896-38.904 86.896-86.896 0-12.214-2.52-23.84-7.068-34.385l0.216 0.564 73.939-73.94c14.653 11.638 33.419 18.672 53.828 18.672 22.894 0 43.72-8.85 59.245-23.316l-0.052 0.048c0.858 1.13 1.801 2.12 2.843 2.995l0.028 0.023 57.365 40.258c-5.376 10.949-8.547 23.821-8.615 37.428l-0 0.023c0.247 48.685 39.77 88.056 88.49 88.056s88.243-39.371 88.49-88.033l0-0.023c-0.078-13.848-3.362-26.91-9.146-38.507l0.229 0.507 67.005-67.005c14.491 11.126 32.868 17.854 52.812 17.922l0.016 0c48.866 0 88.479-39.613 88.479-88.479s-39.613-88.479-88.479-88.479v-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Analytics_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2501,"id":231,"name":"Analytics_Fill","prevSize":32,"code":59655},"setIdx":0,"setId":2,"iconIdx":255},{"icon":{"paths":["M217.844 668.416c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.003l-0-0v143.646c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-143.646c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-0-0zM417.25 549.395c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.004l-0-0v262.667c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-262.666c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.198-19.205l-0-0zM616.646 597.624c-10.607 0.003-19.205 8.601-19.208 19.208l-0 0v214.438c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208l-0-0v-214.438c-0.003-10.607-8.601-19.205-19.208-19.208l-0-0zM816.063 481.666c-10.607 0.003-19.205 8.601-19.208 19.208l-0 0v330.396c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-330.395c-0.003-10.607-8.601-19.205-19.208-19.209l-0-0zM816.063 173.52c-48.849 0.052-88.436 39.632-88.5 88.473l-0 0.006c0.11 15.132 4.051 29.319 10.899 41.671l-0.227-0.447-66.027 66.027c-14.922-12.557-34.352-20.188-55.564-20.188-21.519 0-41.203 7.852-56.345 20.847l0.116-0.097-58.947-41.375c-0.923-0.528-1.996-1.009-3.119-1.385l-0.129-0.037c4.913-10.671 7.778-23.154 7.778-36.306 0-48.942-39.675-88.617-88.617-88.617s-88.617 39.675-88.617 88.617c0 15.011 3.732 29.15 10.319 41.54l-0.232-0.479-72.058 72.060c-15.211-13.385-35.295-21.553-57.286-21.553-47.998 0-86.908 38.91-86.908 86.908s38.91 86.908 86.908 86.908c47.998 0 86.908-38.91 86.908-86.908 0-12.212-2.519-23.835-7.065-34.379l0.216 0.564 73.945-73.945c14.653 11.643 33.422 18.679 53.835 18.679 22.892 0 43.718-8.85 59.241-23.316l-0.052 0.048c0.857 1.13 1.799 2.119 2.841 2.995l0.028 0.023 57.38 40.263c-5.373 10.948-8.542 23.819-8.609 37.423l-0 0.023c0.078 48.81 39.664 88.347 88.484 88.347s88.406-39.538 88.484-88.34l0-0.007c-0.078-13.848-3.362-26.91-9.146-38.507l0.229 0.507 67.005-67.005c14.491 11.126 32.868 17.854 52.812 17.922l0.016 0c48.866 0 88.479-39.613 88.479-88.479s-39.613-88.479-88.479-88.479v-0zM207.948 519.479c-27.655 0-50.073-22.418-50.073-50.073s22.418-50.073 50.073-50.073c27.655 0 50.073 22.418 50.073 50.073 0 0.004-0 0.007-0 0.011l0-0.001c-0.039 27.637-22.435 50.030-50.070 50.063l-0.003 0zM417.249 341.687c-27.644-0.006-50.052-22.417-50.052-50.063 0-27.649 22.414-50.063 50.063-50.063s50.063 22.414 50.063 50.063v-0c-0.039 27.637-22.435 50.029-50.069 50.063l-0.003 0zM616.645 487.625c-27.65-0.006-50.063-22.422-50.063-50.073 0-27.655 22.418-50.073 50.073-50.073s50.073 22.418 50.073 50.073c0 0.004-0 0.007-0 0.011l0-0.001c-0.032 27.643-22.438 50.042-50.081 50.063l-0.002 0zM816.062 312.062c-27.649-0-50.063-22.414-50.063-50.063s22.414-50.063 50.063-50.063c27.649 0 50.063 22.414 50.063 50.063h0c-0.035 27.635-22.427 50.027-50.059 50.063l-0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Analytics"],"grid":0},"attrs":[{}],"properties":{"order":2502,"id":232,"name":"Analytics","prevSize":32,"code":59656},"setIdx":0,"setId":2,"iconIdx":256},{"icon":{"paths":["M512.021 496.552c-0-0-0-0-0-0-8.514 0-15.417 6.902-15.417 15.417s6.902 15.417 15.417 15.417c8.514 0 15.417-6.902 15.417-15.417v0c-0.010-8.51-6.906-15.406-15.416-15.417l-0.001-0zM597.271 481.583l-16.333-28.24-19.021 7.646c-1.416 0.593-3.061 0.938-4.787 0.938-2.805 0-5.398-0.911-7.498-2.452l0.035 0.025c-3.193-2.341-6.818-4.48-10.65-6.245l-0.391-0.162c-3.941-1.807-6.768-5.445-7.408-9.795l-0.008-0.070-2.896-20.25h-32.584l-2.916 20.271c-0.647 4.4-3.457 8.024-7.296 9.801l-0.079 0.033c-4.251 1.968-7.895 4.125-11.293 6.6l0.189-0.131c-2.061 1.482-4.636 2.37-7.418 2.37-1.718 0-3.358-0.339-4.854-0.953l0.085 0.031-19.063-7.646-16.313 28.26 16.146 12.625c2.996 2.361 4.902 5.989 4.902 10.062 0 0.466-0.025 0.926-0.074 1.379l0.005-0.056c-0.229 2.365-0.375 4.437-0.375 6.375s0.146 4.011 0.375 6.396c0.044 0.395 0.068 0.853 0.068 1.318 0 4.076-1.915 7.705-4.895 10.037l-0.028 0.021-16.125 12.625 16.333 28.26 19.021-7.646c1.414-0.583 3.055-0.921 4.775-0.921 2.805 0 5.4 0.9 7.513 2.426l-0.038-0.026c3.187 2.334 6.804 4.472 10.626 6.242l0.395 0.164c3.941 1.807 6.768 5.445 7.408 9.795l0.008 0.070 2.896 20.26h32.604l2.896-20.26c0.644-4.413 3.464-8.047 7.316-9.821l0.079-0.033c4.25-1.96 7.895-4.114 11.291-6.588l-0.187 0.13c2.058-1.485 4.631-2.376 7.413-2.376 1.721 0 3.362 0.341 4.86 0.959l-0.085-0.031 19.042 7.646 16.333-28.25-16.167-12.635c-2.996-2.357-4.902-5.983-4.902-10.053 0-0.466 0.025-0.925 0.074-1.378l-0.005 0.056c0.187-1.885 0.375-4.073 0.375-6.396-0.009-2.223-0.144-4.404-0.401-6.549l0.026 0.268c-0.048-0.416-0.075-0.898-0.075-1.386 0-4.092 1.917-7.735 4.902-10.082l0.028-0.021zM512.021 552.99c-0.006 0-0.014 0-0.021 0-22.655 0-41.021-18.366-41.021-41.021s18.366-41.021 41.021-41.021c22.655 0 41.021 18.366 41.021 41.021 0 0-0 0-0 0l0-0c-0.023 22.638-18.363 40.985-40.997 41.021l-0.003 0zM675.667 119.469h-327.334c-37.351 0.042-67.619 30.306-67.667 67.652l-0 0.005v649.749c0.048 37.35 30.316 67.615 67.663 67.656l327.337 0c37.351-0.042 67.619-30.306 67.667-67.652l0-0.005v-649.749c-0.048-37.35-30.316-67.615-67.663-67.656l-0.004-0zM607.687 835.177h-191.375c-5.891 0-10.667-4.776-10.667-10.667s4.776-10.667 10.667-10.667v0h191.375c5.891 0 10.667 4.776 10.667 10.667s-4.776 10.667-10.667 10.667v0zM621.229 552.073l-19.708 34.124c-3.919 6.576-10.993 10.913-19.080 10.913-2.817 0-5.51-0.526-7.988-1.485l0.151 0.051-16.021-6.427c-1 0.604-1.979 1.177-2.979 1.729l-2.417 16.917c-1.525 10.641-10.578 18.73-21.521 18.73-0.051 0-0.103-0-0.154-0.001l0.008 0h-39.021c-0.007 0-0.016 0-0.025 0-11.074 0-20.225-8.23-21.671-18.908l-0.013-0.113-2.375-16.615c-1-0.552-1.979-1.125-2.979-1.729l-15.854 6.365c-2.391 0.974-5.164 1.539-8.070 1.539-8.209 0-15.365-4.511-19.123-11.189l-0.057-0.11-19.333-33.438c-1.819-3.14-2.892-6.908-2.892-10.927 0-6.93 3.191-13.115 8.184-17.166l0.041-0.032 13.479-10.531c-0.021-0.604-0.021-1.188-0.021-1.771s0-1.167 0.021-1.76l-13.396-10.469c-5.101-4.062-8.342-10.272-8.342-17.238 0-4.106 1.126-7.949 3.086-11.238l-0.056 0.101 19.396-33.583c3.884-6.6 10.953-10.96 19.040-10.96 2.824 0 5.525 0.532 8.006 1.501l-0.15-0.052 16.063 6.448c0.979-0.604 1.979-1.177 2.958-1.729l2.438-16.927c1.527-10.635 10.577-18.719 21.515-18.719 0.046 0 0.092 0 0.138 0l-0.007-0h39.020c0.008-0 0.017-0 0.026-0 11.070 0 20.219 8.225 21.67 18.897l0.013 0.113 2.375 16.604q1.5 0.844 3 1.749l15.854-6.375c2.392-0.977 5.168-1.544 8.077-1.544 8.214 0 15.371 4.523 19.117 11.215l0.057 0.111 19.333 33.417c1.814 3.137 2.885 6.9 2.885 10.913 0 6.945-3.206 13.141-8.218 17.189l-13.5 10.554c0.021 0.583 0.021 1.177 0.021 1.771s0 1.188-0.021 1.771l13.396 10.469 0.063 0.063c5.072 4.056 8.293 10.243 8.293 17.183 0 3.889-1.012 7.543-2.786 10.711l0.057-0.111z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["App Setting_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2503,"id":233,"name":"App-Setting_Fill","prevSize":32,"code":59657},"setIdx":0,"setId":2,"iconIdx":257},{"icon":{"paths":["M675.667 119.469h-327.334c-37.351 0.042-67.619 30.306-67.667 67.652l-0 0.005v649.749c0.048 37.35 30.316 67.615 67.663 67.656l327.337 0c37.351-0.042 67.619-30.306 67.667-67.652l0-0.005v-649.749c-0.048-37.35-30.316-67.615-67.663-67.656l-0.004-0zM704.917 836.875c-0.017 16.149-13.101 29.237-29.248 29.26l-0.002 0h-327.334c-16.149-0.023-29.233-13.111-29.251-29.259l-0-0.002v-649.75c0.017-16.15 13.102-29.238 29.248-29.26l0.002-0h80.853c0.982 9.618 9.006 17.067 18.785 17.135l0.007 0h128.043c9.785-0.068 17.81-7.518 18.785-17.055l0.007-0.081h80.853c16.149 0.022 29.234 13.11 29.251 29.259l0 0.002zM607.688 813.844h-191.375c-5.891 0-10.667 4.776-10.667 10.667s4.776 10.667 10.667 10.667v0h191.375c5.891 0 10.667-4.776 10.667-10.667s-4.776-10.667-10.667-10.667v0zM615.605 524.229l-13.396-10.469c0.021-0.583 0.021-1.177 0.021-1.771s0-1.187-0.021-1.771l13.458-10.521c5.054-4.081 8.26-10.277 8.26-17.222 0-4.013-1.071-7.777-2.942-11.020l0.057 0.107-19.333-33.417c-3.803-6.802-10.96-11.326-19.174-11.326-2.908 0-5.684 0.567-8.223 1.597l0.147-0.053-15.854 6.375q-1.5-0.906-3-1.749l-2.375-16.604c-1.463-10.786-10.612-19.011-21.683-19.011-0.010 0-0.019 0-0.029 0l0.001-0h-39.021c-0.039-0-0.085-0-0.131-0-10.938 0-19.988 8.084-21.501 18.603l-0.014 0.116-2.438 16.927c-0.979 0.552-1.979 1.125-2.958 1.729l-16.063-6.448c-2.332-0.917-5.032-1.449-7.856-1.449-8.087 0-15.155 4.36-18.983 10.857l-0.056 0.103-19.396 33.583c-1.904 3.188-3.030 7.031-3.030 11.137 0 6.967 3.241 13.177 8.297 17.204l0.045 0.034 13.396 10.469c-0.021 0.594-0.021 1.177-0.021 1.76s0 1.167 0.021 1.771l-13.479 10.531c-5.034 4.083-8.225 10.268-8.225 17.198 0 4.019 1.073 7.787 2.948 11.034l-0.057-0.107 19.334 33.437c3.81 6.79 10.964 11.304 19.172 11.304 2.909 0 5.685-0.567 8.224-1.596l-0.147 0.053 15.854-6.365c1 0.604 1.979 1.177 2.979 1.729l2.375 16.615c1.458 10.79 10.61 19.021 21.684 19.021 0.009 0 0.017-0 0.026-0l39.020 0c0.043 0 0.095 0 0.146 0 10.943 0 19.996-8.089 21.507-18.613l0.014-0.116 2.417-16.917c1-0.552 1.979-1.125 2.979-1.729l16.021 6.427c2.328 0.909 5.023 1.436 7.841 1.436 8.086 0 15.16-4.338 19.020-10.813l0.056-0.101 19.708-34.125c1.717-3.057 2.729-6.71 2.729-10.599 0-6.939-3.22-13.126-8.248-17.148l-0.044-0.034zM576.646 511.99c0 2.323-0.188 4.511-0.375 6.396-0.044 0.396-0.069 0.856-0.069 1.322 0 4.071 1.906 7.696 4.875 10.032l0.027 0.021 16.167 12.635-16.334 28.25-19.042-7.646c-1.414-0.589-3.056-0.93-4.778-0.93-2.781 0-5.353 0.891-7.447 2.404l0.037-0.026c-3.21 2.344-6.854 4.498-10.701 6.29l-0.403 0.168c-3.932 1.807-6.752 5.441-7.388 9.785l-0.008 0.069-2.896 20.26h-32.604l-2.896-20.26c-0.649-4.419-3.476-8.057-7.337-9.832l-0.080-0.033c-4.217-1.935-7.834-4.072-11.202-6.532l0.181 0.126c-2.074-1.501-4.669-2.401-7.474-2.401-1.721 0-3.362 0.339-4.862 0.953l0.086-0.031-19.021 7.646-16.333-28.26 16.125-12.625c3.007-2.352 4.923-5.981 4.923-10.058 0-0.464-0.025-0.922-0.073-1.374l0.005 0.056c-0.229-2.385-0.375-4.459-0.375-6.396s0.146-4.011 0.375-6.375c0.044-0.397 0.069-0.857 0.069-1.323 0-4.073-1.906-7.702-4.875-10.042l-0.027-0.021-16.146-12.625 16.313-28.26 19.063 7.646c1.412 0.583 3.051 0.922 4.769 0.922 2.782 0 5.357-0.888 7.456-2.396l-0.038 0.026c3.209-2.343 6.853-4.501 10.699-6.299l0.405-0.17c3.918-1.809 6.728-5.433 7.367-9.764l0.008-0.070 2.916-20.271h32.583l2.896 20.25c0.649 4.419 3.476 8.057 7.337 9.832l0.080 0.033c4.224 1.927 7.849 4.065 11.219 6.53l-0.178-0.124c2.066 1.517 4.658 2.427 7.464 2.427 1.725 0 3.371-0.344 4.87-0.968l-0.084 0.031 19.021-7.646 16.333 28.24-16.146 12.635c-3.012 2.368-4.929 6.012-4.929 10.103 0 0.488 0.027 0.97 0.081 1.445l-0.005-0.058c0.23 1.877 0.366 4.059 0.375 6.27l0 0.011zM512.021 470.948c-0.006-0-0.014-0-0.021-0-22.655 0-41.021 18.366-41.021 41.021s18.366 41.021 41.021 41.021c22.655 0 41.021-18.366 41.021-41.021l-0 0c-0.023-22.638-18.363-40.986-40.997-41.021l-0.003-0zM512.021 527.385c-0 0-0 0-0 0-8.514 0-15.417-6.902-15.417-15.417s6.902-15.417 15.417-15.417c8.514 0 15.417 6.902 15.417 15.417 0 0-0 0-0 0l0-0c-0.011 8.51-6.906 15.406-15.416 15.417l-0.001 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["App Setting"],"grid":0},"attrs":[{}],"properties":{"order":2504,"id":234,"name":"App-Setting","prevSize":32,"code":59658},"setIdx":0,"setId":2,"iconIdx":258},{"icon":{"paths":["M476.958 360.063v-139.917c0-0.001 0-0.002 0-0.003 0-10.604-8.596-19.2-19.2-19.2-4.737 0-9.074 1.716-12.422 4.559l0.028-0.023-340.425 287.958c-4.172 3.547-6.802 8.8-6.802 14.667s2.63 11.12 6.775 14.644l0.027 0.023 340.426 287.939c3.321 2.821 7.657 4.537 12.395 4.537 10.604 0 19.2-8.596 19.2-19.2 0-0.001-0-0.002-0-0.004l0 0v-182.813c348.416 6.458 408.896 188.333 411.313 196.125 2.441 7.989 9.745 13.701 18.384 13.708l0.001 0c1.405-0.006 2.771-0.158 4.088-0.44l-0.13 0.023c8.773-1.891 15.252-9.584 15.252-18.79 0-0.838-0.054-1.663-0.158-2.473l0.010 0.096c-47.261-379.084-366.99-433.667-448.761-441.417z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Arrow Backward_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2505,"id":235,"name":"Arrow-Backward_Fill","prevSize":32,"code":59659},"setIdx":0,"setId":2,"iconIdx":259},{"icon":{"paths":["M476.958 360.063v-139.917c0-0.001 0-0.002 0-0.003 0-10.604-8.596-19.2-19.2-19.2-4.737 0-9.074 1.716-12.422 4.559l0.028-0.023-340.425 287.958c-4.172 3.547-6.802 8.8-6.802 14.667s2.63 11.12 6.775 14.644l0.027 0.023 340.426 287.939c3.321 2.821 7.657 4.537 12.395 4.537 10.604 0 19.2-8.596 19.2-19.2 0-0.001-0-0.002-0-0.004l0 0v-182.813c348.416 6.458 408.896 188.333 411.313 196.125 2.441 7.989 9.745 13.701 18.384 13.708l0.001 0c1.405-0.006 2.771-0.158 4.088-0.44l-0.13 0.023c8.773-1.891 15.252-9.584 15.252-18.79 0-0.838-0.054-1.663-0.158-2.473l0.010 0.096c-47.261-379.084-366.99-433.667-448.761-441.417zM457.76 574.646c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.004l-0-0v160.791l-291.5-246.541 291.5-246.562v116.459c0.003 10.53 8.477 19.081 18.977 19.208l0.012 0c72.266 4.178 139.194 23.219 199.023 54.092l-2.772-1.3c104.083 52.511 181.571 144.916 213.122 256.599l0.7 2.901c-60.354-62.479-179.906-134.854-409.865-134.854z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Arrow Backward"],"grid":0},"attrs":[{}],"properties":{"order":2506,"id":236,"name":"Arrow-Backward","prevSize":32,"code":59660},"setIdx":0,"setId":2,"iconIdx":260},{"icon":{"paths":["M490.625 327.76c-3.473-3.475-8.272-5.625-13.573-5.625s-10.1 2.15-13.573 5.625l-170.667 170.667c-3.475 3.473-5.625 8.272-5.625 13.573s2.15 10.1 5.625 13.573l170.667 170.667c3.478 3.5 8.295 5.667 13.618 5.667 10.601 0 19.195-8.594 19.195-19.195 0-5.323-2.167-10.14-5.666-13.617l-0.001-0.001-157.083-157.094 157.083-157.094c3.475-3.473 5.625-8.272 5.625-13.573s-2.15-10.1-5.625-13.573l-0-0zM574.104 512l157.083-157.094c3.531-3.483 5.719-8.321 5.719-13.669 0-10.601-8.594-19.195-19.195-19.195-5.348 0-10.186 2.187-13.666 5.716l-0.002 0.002-170.667 170.667c-3.475 3.473-5.625 8.272-5.625 13.573s2.15 10.1 5.625 13.573l170.667 170.667c3.478 3.5 8.295 5.667 13.618 5.667 10.601 0 19.195-8.594 19.195-19.195 0-5.323-2.167-10.14-5.666-13.617l-0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Arrow Double Left"],"grid":0},"attrs":[{}],"properties":{"order":2507,"id":237,"name":"Arrow-Double-Left","prevSize":32,"code":59661},"setIdx":0,"setId":2,"iconIdx":261},{"icon":{"paths":["M731.187 498.427l-170.667-170.667c-3.483-3.531-8.32-5.718-13.669-5.718-10.601 0-19.195 8.594-19.195 19.195 0 5.349 2.188 10.186 5.717 13.667l0.002 0.002 157.082 157.094-157.082 157.094c-3.5 3.478-5.667 8.295-5.667 13.618 0 10.601 8.594 19.195 19.195 19.195 5.323 0 10.14-2.167 13.617-5.666l0.001-0.001 170.667-170.667c3.475-3.473 5.625-8.272 5.625-13.572s-2.15-10.101-5.626-13.573l-0-0zM319.958 327.76c-3.478-3.5-8.295-5.667-13.618-5.667-10.601 0-19.195 8.594-19.195 19.195 0 5.323 2.167 10.14 5.666 13.617l0.001 0.001 157.083 157.094-157.083 157.094c-3.5 3.478-5.667 8.295-5.667 13.618 0 10.601 8.594 19.195 19.195 19.195 5.323 0 10.14-2.167 13.617-5.666l0.001-0.001 170.667-170.667c3.475-3.473 5.625-8.272 5.625-13.573s-2.15-10.1-5.625-13.573l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Arrow Double Right"],"grid":0},"attrs":[{}],"properties":{"order":2508,"id":238,"name":"Arrow-Double-Right","prevSize":32,"code":59662},"setIdx":0,"setId":2,"iconIdx":262},{"icon":{"paths":["M911.083 304.917c-3.86-3.862-9.192-6.25-15.083-6.25s-11.224 2.389-15.083 6.25l-368.916 368.916-368.917-368.916c-3.846-3.779-9.124-6.112-14.946-6.112-11.781 0-21.331 9.55-21.331 21.331 0 5.822 2.333 11.1 6.115 14.949l-0.003-0.003 384 384c3.86 3.861 9.192 6.25 15.083 6.25s11.224-2.389 15.083-6.25l384-384c3.861-3.859 6.249-9.192 6.249-15.082s-2.389-11.224-6.25-15.083l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Arrow Down"],"grid":0},"attrs":[{}],"properties":{"order":2509,"id":239,"name":"Arrow-Down","prevSize":32,"code":59663},"setIdx":0,"setId":2,"iconIdx":263},{"icon":{"paths":["M547.046 360.063v-139.917c-0-0.001-0-0.002-0-0.003 0-10.604 8.596-19.2 19.2-19.2 4.737 0 9.074 1.716 12.422 4.559l-0.028-0.023 340.427 287.957c4.172 3.547 6.802 8.8 6.802 14.667s-2.63 11.12-6.775 14.644l-0.027 0.023-340.428 287.939c-3.321 2.821-7.657 4.537-12.395 4.537-10.604 0-19.2-8.596-19.2-19.2 0-0.001 0-0.002 0-0.004l-0 0v-182.813c-348.416 6.458-408.896 188.333-411.312 196.125-2.441 7.989-9.745 13.701-18.385 13.708l-0.001 0c-1.405-0.006-2.771-0.158-4.088-0.44l0.13 0.023c-8.773-1.891-15.252-9.584-15.252-18.79 0-0.838 0.054-1.663 0.158-2.473l-0.010 0.096c47.261-379.084 366.99-433.667 448.761-441.417z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Arrow Forward_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2510,"id":240,"name":"Arrow-Forward_Fill","prevSize":32,"code":59664},"setIdx":0,"setId":2,"iconIdx":264},{"icon":{"paths":["M98.285 801.479c-0.094 0.714-0.148 1.539-0.148 2.377 0 9.206 6.479 16.898 15.125 18.767l0.126 0.023c1.187 0.259 2.553 0.411 3.954 0.417l0.005 0c8.64-0.008 15.944-5.719 18.35-13.572l0.036-0.136c2.417-7.792 62.896-189.667 411.312-196.125v182.812c-0 0.001-0 0.002-0 0.003 0 10.604 8.596 19.2 19.2 19.2 4.737 0 9.074-1.716 12.422-4.559l-0.028 0.023 340.426-287.937c4.172-3.547 6.802-8.8 6.802-14.667s-2.63-11.12-6.775-14.644l-0.027-0.023-340.427-287.958c-3.321-2.821-7.657-4.537-12.395-4.537-10.604 0-19.2 8.596-19.2 19.2 0 0.001 0 0.002 0 0.004l-0-0v139.917c-81.77 7.75-401.499 62.333-448.76 441.417zM156.379 709.5c32.251-114.584 109.741-206.99 211.47-258.421l2.354-1.079c57.057-29.572 123.985-48.613 194.917-52.73l1.333-0.062c10.513-0.128 18.986-8.678 18.989-19.208l0-0v-116.459l291.499 246.563-291.5 246.541v-160.791c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-0-0c-229.958 0-349.51 72.375-409.865 134.854z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Arrow Forward"],"grid":0},"attrs":[{}],"properties":{"order":2747,"id":241,"name":"Arrow-Forward","prevSize":32,"code":59665},"setIdx":0,"setId":2,"iconIdx":265},{"icon":{"paths":["M350.167 512l368.916-368.917c3.942-3.873 6.385-9.261 6.385-15.219 0-11.781-9.55-21.331-21.331-21.331-5.958 0-11.346 2.443-15.216 6.382l-0.003 0.003-384 384c-3.862 3.86-6.25 9.192-6.25 15.083s2.389 11.224 6.25 15.083l384 384c3.85 3.803 9.145 6.153 14.988 6.153 11.781 0 21.331-9.55 21.331-21.331 0-5.843-2.35-11.138-6.156-14.991l0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Arrow Left"],"grid":0},"attrs":[{}],"properties":{"order":2748,"id":242,"name":"Arrow-Left","prevSize":32,"code":59666},"setIdx":0,"setId":2,"iconIdx":266},{"icon":{"paths":["M719.083 496.917l-384-384c-3.846-3.779-9.124-6.112-14.946-6.112-11.781 0-21.331 9.55-21.331 21.331 0 5.822 2.333 11.1 6.115 14.949l-0.003-0.003 368.916 368.917-368.916 368.917c-3.942 3.873-6.385 9.261-6.385 15.219 0 11.781 9.55 21.331 21.331 21.331 5.958 0 11.346-2.443 15.216-6.382l0.003-0.003 384-384c3.861-3.859 6.249-9.192 6.249-15.083s-2.388-11.223-6.249-15.083l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Arrow Right"],"grid":0},"attrs":[{}],"properties":{"order":2749,"id":243,"name":"Arrow-Right","prevSize":32,"code":59667},"setIdx":0,"setId":2,"iconIdx":267},{"icon":{"paths":["M911.083 688.917l-384-384c-3.86-3.862-9.192-6.25-15.083-6.25s-11.224 2.389-15.083 6.25l-384 384c-3.803 3.85-6.153 9.145-6.153 14.988 0 11.781 9.55 21.331 21.331 21.331 5.843 0 11.138-2.35 14.991-6.156l-0.002 0.002 368.917-368.916 368.917 368.916c3.846 3.779 9.124 6.112 14.946 6.112 11.781 0 21.331-9.55 21.331-21.331 0-5.822-2.333-11.1-6.115-14.949l0.003 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Arrow Up"],"grid":0},"attrs":[{}],"properties":{"order":2750,"id":244,"name":"Arrow-Up","prevSize":32,"code":59668},"setIdx":0,"setId":2,"iconIdx":268},{"icon":{"paths":["M885.333 490.636h-694.953l282.224-281.052c3.877-3.864 6.276-9.209 6.276-15.115 0-11.785-9.554-21.339-21.339-21.339-5.88 0-11.204 2.378-15.063 6.224l-318.718 317.407c-2.005 1.958-3.622 4.304-4.73 6.918l-0.052 0.139c-0.364 1.152-0.649 2.51-0.799 3.908l-0.008 0.095c-0.393 1.203-0.688 2.611-0.831 4.064l-0.007 0.084 0.007 0.031-0.007 0.031c0.005 5.904 2.401 11.248 6.272 15.115l0 0 318.874 317.499c3.859 3.846 9.183 6.224 15.063 6.224 11.785 0 21.339-9.554 21.339-21.339 0-5.905-2.399-11.251-6.275-15.114l-282.346-281.115h695.074c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Back"],"grid":0},"attrs":[{}],"properties":{"order":2751,"id":245,"name":"Back","prevSize":32,"code":59669},"setIdx":0,"setId":2,"iconIdx":269},{"icon":{"paths":["M512 108.802c-222.676 0.006-403.187 180.522-403.187 403.198 0 222.68 180.518 403.198 403.198 403.198s403.198-180.518 403.198-403.198v0c-0.262-222.578-180.629-402.942-403.184-403.198l-0.025-0zM147.208 512c-0-0.189-0.001-0.413-0.001-0.636 0-201.124 163.043-364.166 364.166-364.166 94.077 0 179.823 35.674 244.447 94.231l-0.308-0.275-514.363 514.353c-58.238-64.109-93.905-149.639-93.941-243.499l-0-0.008zM512 876.802c-93.962-0.037-179.569-35.779-243.997-94.394l0.294 0.264 514.38-514.37c58.378 64.342 94.114 150.157 94.114 244.319 0 201.132-163.050 364.181-364.181 364.181-0.215 0-0.429-0-0.644-0.001l0.034 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Ban"],"grid":0},"attrs":[{}],"properties":{"order":2511,"id":246,"name":"Ban","prevSize":32,"code":59670},"setIdx":0,"setId":2,"iconIdx":270},{"icon":{"paths":["M466.813 578.979c0 11.896 9.083 19.656 31.125 26.385v-55.417c-19 2.406-31.125 13.583-31.125 29.031z","M527.708 656.573v61.792c24.396-3.708 33.187-18.448 33.187-31.375 0-16.156-12.604-23.854-33.187-30.417z","M720.958 432.26c-16.14-20.296-33.831-38.153-53.275-53.935l-0.639-0.503c18.317-10.797 30.414-30.425 30.414-52.878 0-33.786-27.389-61.174-61.174-61.174-0.071 0-0.141 0-0.212 0l0.011-0h-19.827l57.37-87.011c1.988-2.976 3.172-6.635 3.172-10.571 0-10.601-8.592-19.196-19.193-19.2l-35.896-0c-0.937 0.017-2.043 0.026-3.151 0.026-32.5 0-63.105-8.117-89.897-22.433l1.026 0.501c-18.112-10.336-39.8-16.429-62.913-16.429-35.822 0-68.225 14.638-91.553 38.26l-0.013 0.013v0.021l-22.375 22.426c-3.471 3.475-5.617 8.273-5.617 13.573 0 3.928 1.179 7.581 3.203 10.623l-0.044-0.071 46.26 70.272h-8.677c-0.060-0-0.131-0-0.203-0-33.785 0-61.173 27.388-61.173 61.173 0 22.463 12.107 42.098 30.152 52.735l0.286 0.156c-82.175 68.96-134.99 170.589-138.299 284.629l-0.013 0.556v94.803c0.101 86.876 70.5 157.275 157.366 157.376l271.841 0c86.876-0.101 157.275-70.5 157.376-157.366l0-0.010v-94.803c-2.294-87.875-33.713-167.992-84.91-231.498l0.575 0.738zM527.708 754.802v16.302c-0.032 8.197-6.684 14.829-14.885 14.829s-14.853-6.632-14.885-14.826l-0-0.003v-15.937c-27.18-1.583-51.61-12.218-70.589-28.904l0.131 0.113c-2.974-2.717-4.833-6.611-4.833-10.94 0-3.359 1.119-6.457 3.005-8.941l-0.027 0.037 5.063-6.854c2.445-3.264 6.119-5.491 10.324-5.993l0.072-0.007c0.512-0.065 1.105-0.103 1.706-0.103 3.543 0 6.782 1.297 9.271 3.441l-0.018-0.016c12.52 10.838 28.139 18.422 45.356 21.27l0.54 0.074v-69.865c-35.146-9.115-71.875-22.917-71.875-67.083 0-35.989 29.437-63.458 71.875-67.469v-16.988c0.032-8.197 6.684-14.829 14.885-14.829s14.853 6.632 14.885 14.826l0 0.003v17.375c22.473 2.206 42.606 10.775 58.972 23.859l-0.223-0.172c3.241 2.727 5.286 6.786 5.286 11.322 0 3.543-1.248 6.795-3.328 9.34l0.021-0.026-5.104 6.406c-2.757 3.384-6.924 5.528-11.592 5.528-3.579 0-6.864-1.261-9.435-3.362l0.027 0.021c-9.706-7.509-21.372-12.985-34.090-15.566l-0.536-0.091v61.833c37.562 10.261 73.625 24.552 73.625 70.5 0 30.999-19.396 65.634-73.625 70.895z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{},{},{}],"11017716412552552551911741171":[{},{},{}]},"tags":["Billing Doller_Fill"],"grid":0},"attrs":[{},{},{}],"properties":{"order":2512,"id":247,"name":"Billing-Doller_Fill","prevSize":32,"code":59671},"setIdx":0,"setId":2,"iconIdx":271},{"icon":{"paths":["M720.958 432.26c-16.14-20.296-33.831-38.153-53.275-53.935l-0.639-0.503c18.317-10.797 30.414-30.425 30.414-52.878 0-33.786-27.389-61.174-61.174-61.174-0.071 0-0.141 0-0.212 0l0.011-0h-19.827l57.37-87.011c1.988-2.976 3.172-6.635 3.172-10.571 0-10.601-8.592-19.196-19.193-19.2l-35.896-0c-0.935 0.016-2.039 0.026-3.144 0.026-32.506 0-63.116-8.116-89.915-22.433l1.027 0.501c-18.107-10.324-39.789-16.411-62.891-16.411-35.819 0-68.22 14.631-91.555 38.242l-0.012 0.013-0.021 0.021-22.364 22.426c-3.464 3.474-5.607 8.268-5.607 13.562 0 3.928 1.179 7.581 3.203 10.623l-0.044-0.071 46.26 70.281h-8.687c-0.060-0-0.13-0-0.201-0-33.786 0-61.175 27.389-61.175 61.175 0 22.46 12.104 42.093 30.145 52.732l0.286 0.156c-82.17 68.962-134.98 170.592-138.282 284.633l-0.013 0.555v94.803c0.097 86.877 70.499 157.279 157.366 157.376l271.832 0c86.876-0.101 157.275-70.5 157.376-157.366l0-0.010v-94.803c-2.295-87.875-33.714-167.992-84.91-231.497l0.575 0.737zM391.052 185.427l11.323-11.354c16.432-16.634 39.24-26.937 64.455-26.937 16.268 0 31.535 4.289 44.731 11.797l-0.447-0.234c31.127 16.822 68.135 26.71 107.452 26.71 1.105 0 2.207-0.008 3.308-0.023l-0.167 0.002h0.229l-51.52 78.167h-127.949zM387.959 302.167h248.125c12.658 0.040 22.904 10.31 22.904 22.974s-10.246 22.934-22.9 22.974l-0.004 0h-248.125c-0.021 0-0.045 0-0.070 0-12.688 0-22.974-10.286-22.974-22.974s10.286-22.974 22.974-22.974c0.025 0 0.049 0 0.074 0l-0.004-0zM766.875 757.824c-0.067 65.676-53.284 118.9-118.951 118.979l-271.831 0c-65.679-0.078-118.901-53.3-118.979-118.972l-0-0.008v-94.803c2.752-114.288 61.575-214.269 149.916-273.795l1.209-0.768c0.775-0.611 1.465-1.249 2.103-1.936l0.011-0.012h203.803c0.637 0.687 1.314 1.315 2.036 1.888l0.037 0.028c29.13 18.513 53.826 40.995 74.163 67.045l0.483 0.642c45.506 56.251 73.803 128.075 75.989 206.427l0.011 0.479zM527.698 613.406v-61.833c13.257 2.669 24.927 8.145 34.828 15.799l-0.192-0.143c2.544 2.081 5.829 3.342 9.408 3.342 4.668 0 8.835-2.144 11.57-5.502l0.021-0.027 5.104-6.407c2.059-2.518 3.307-5.77 3.307-9.313 0-4.536-2.045-8.595-5.264-11.304l-0.022-0.018c-16.146-12.914-36.283-21.484-58.3-23.651l-0.46-0.037v-17.373c0-0.017 0-0.037 0-0.056 0-8.215-6.66-14.875-14.875-14.875s-14.875 6.66-14.875 14.875c0 0.020 0 0.040 0 0.059l-0-0.003v16.989c-42.458 4.011-71.896 31.479-71.896 67.469 0 44.156 36.729 57.969 71.896 67.083v69.865c-17.762-2.917-33.385-10.502-46.023-21.442l0.117 0.099c-2.426-2.134-5.628-3.436-9.135-3.436-0.65 0-1.29 0.045-1.917 0.131l0.073-0.008c-4.265 0.507-7.93 2.731-10.336 5.95l-0.028 0.039-5.073 6.854c-1.865 2.443-2.989 5.54-2.989 8.9 0 4.336 1.872 8.235 4.851 10.933l0.013 0.011c18.843 16.577 43.27 27.213 70.133 28.777l0.315 0.015v15.937c0.032 8.191 6.68 14.819 14.875 14.819s14.843-6.628 14.875-14.816l0-0.003v-16.302c54.24-5.26 73.635-39.896 73.635-70.896 0-45.959-36.083-60.241-73.635-70.501zM497.948 605.364c-22.052-6.719-31.125-14.489-31.125-26.385 0-15.448 12.115-26.624 31.125-29.031zM527.698 718.364v-61.791c20.594 6.552 33.198 14.26 33.198 30.417 0 12.927-8.792 27.667-33.198 31.375z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Billing Doller"],"grid":0},"attrs":[{}],"properties":{"order":2513,"id":248,"name":"Billing-Doller","prevSize":32,"code":59672},"setIdx":0,"setId":2,"iconIdx":272},{"icon":{"paths":["M720.958 432.26c-16.14-20.296-33.831-38.153-53.275-53.935l-0.639-0.503c18.317-10.797 30.414-30.425 30.414-52.878 0-33.786-27.389-61.174-61.174-61.174-0.071 0-0.141 0-0.212 0l0.011-0h-19.827l57.37-87.011c1.988-2.976 3.172-6.635 3.172-10.571 0-10.601-8.592-19.196-19.193-19.2l-35.896-0c-0.937 0.017-2.043 0.026-3.151 0.026-32.5 0-63.105-8.117-89.897-22.433l1.026 0.501c-18.112-10.336-39.8-16.429-62.913-16.429-35.822 0-68.225 14.638-91.553 38.26l-0.013 0.013v0.021l-22.375 22.426c-3.471 3.475-5.617 8.273-5.617 13.573 0 3.928 1.179 7.581 3.203 10.623l-0.044-0.071 46.26 70.272h-8.677c-0.060-0-0.131-0-0.203-0-33.785 0-61.173 27.388-61.173 61.173 0 22.463 12.107 42.098 30.152 52.735l0.286 0.156c-82.175 68.96-134.99 170.589-138.299 284.629l-0.013 0.556v94.803c0.101 86.876 70.5 157.275 157.366 157.376l271.841 0c86.876-0.101 157.275-70.5 157.376-157.366l0-0.010v-94.803c-2.294-87.875-33.713-167.992-84.91-231.498l0.575 0.738zM552.708 590.354c8.027 0.137 14.482 6.677 14.482 14.724s-6.455 14.587-14.469 14.724l-0.013 0h-107.25c-0.555 4.268-0.873 9.206-0.875 14.217l-0 0.002c0.005 4.735 0.315 9.392 0.911 13.959l-0.058-0.543h107.271c8.027 0.137 14.482 6.677 14.482 14.724s-6.455 14.587-14.469 14.724l-0.013 0h-99.646c13.981 33.933 46.795 57.384 85.086 57.384 0.651 0 1.3-0.007 1.947-0.020l-0.097 0.002c25.334-0.176 47.919-11.796 62.867-29.942l0.113-0.141c2.69-3.33 6.774-5.442 11.35-5.442 2.461 0 4.779 0.611 6.812 1.689l-0.079-0.038 12.917 6.833c3.816 2.055 6.577 5.653 7.463 9.937l0.016 0.095c0.182 0.849 0.287 1.825 0.287 2.825 0 3.391-1.201 6.501-3.202 8.929l0.019-0.024c-22.499 28.38-56.972 46.42-95.659 46.42-1.021 0-2.039-0.013-3.054-0.038l0.151 0.003c-1.411 0.052-3.069 0.082-4.733 0.082-61.971 0-114.336-41.13-131.287-97.581l-0.25-0.97h-7.062c-8.027-0.137-14.482-6.677-14.482-14.724s6.455-14.587 14.469-14.724l0.013-0h2c-0.505-4.015-0.799-8.674-0.812-13.4l-0-0.017c0-5.011 0.303-9.951 0.891-14.803l-0.058 0.584h-2.021c-8.027-0.137-14.482-6.677-14.482-14.724s6.455-14.587 14.469-14.724l0.013-0h7.458c17.312-56.991 69.393-97.754 130.994-97.754 1.716 0 3.425 0.032 5.126 0.094l-0.246-0.007c0.964-0.027 2.097-0.043 3.235-0.043 38.628 0 73.040 18.053 95.258 46.183l0.195 0.256c1.948 2.388 3.128 5.469 3.128 8.827 0 1.013-0.107 2.001-0.312 2.953l0.017-0.092c-0.903 4.375-3.663 7.97-7.402 9.983l-0.078 0.038-12.979 6.875c-1.95 1.027-4.26 1.63-6.712 1.63-4.579 0-8.667-2.103-11.35-5.395l-0.021-0.027c-15.060-18.288-37.645-29.908-62.95-30.083l-0.030-0c-0.594-0.014-1.293-0.022-1.994-0.022-37.925 0-70.457 23.092-84.301 55.983l-0.225 0.601z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Billing Euro_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2514,"id":249,"name":"Billing-Euro_Fill","prevSize":32,"code":59673},"setIdx":0,"setId":2,"iconIdx":273},{"icon":{"paths":["M720.958 432.26c-16.14-20.296-33.831-38.153-53.275-53.935l-0.639-0.503c18.317-10.797 30.414-30.425 30.414-52.878 0-33.786-27.389-61.174-61.174-61.174-0.071 0-0.141 0-0.212 0l0.011-0h-19.827l57.37-87.011c1.988-2.976 3.172-6.635 3.172-10.571 0-10.601-8.592-19.196-19.193-19.2l-35.896-0c-0.937 0.017-2.043 0.026-3.151 0.026-32.5 0-63.105-8.117-89.897-22.433l1.026 0.501c-18.112-10.336-39.8-16.429-62.913-16.429-35.822 0-68.225 14.638-91.554 38.26l-0.013 0.013v0.021l-22.375 22.426c-3.471 3.475-5.617 8.273-5.617 13.573 0 3.928 1.179 7.581 3.203 10.623l-0.044-0.071 46.26 70.272h-8.677c-0.060-0-0.131-0-0.203-0-33.785 0-61.173 27.388-61.173 61.173 0 22.463 12.107 42.098 30.152 52.735l0.286 0.156c-82.175 68.96-134.99 170.589-138.299 284.629l-0.013 0.556v94.803c0.101 86.876 70.5 157.275 157.366 157.376l271.841 0c86.876-0.101 157.275-70.5 157.376-157.366l0-0.010v-94.803c-2.294-87.875-33.713-167.992-84.91-231.498l0.575 0.738zM402.375 174.094c16.43-16.648 39.245-26.959 64.469-26.959 16.268 0 31.534 4.289 44.729 11.799l-0.447-0.234c31.117 16.823 68.114 26.71 107.421 26.71 1.112 0 2.222-0.008 3.331-0.024l-0.168 0.002h0.229l-51.52 78.167h-127.939l-51.437-78.116zM387.958 302.167h248.125c12.658 0.040 22.904 10.31 22.904 22.974s-10.246 22.934-22.9 22.974l-0.004 0h-248.125c-12.658-0.040-22.904-10.31-22.904-22.974s10.246-22.934 22.9-22.974l0.004-0zM766.875 757.824c-0.067 65.676-53.284 118.9-118.951 118.979l-271.841 0c-65.674-0.079-118.891-53.303-118.959-118.973l-0-0.006v-94.803c2.743-114.29 61.569-214.275 149.916-273.795l1.209-0.768c0.775-0.611 1.465-1.249 2.103-1.936l0.011-0.012h203.793c0.637 0.687 1.314 1.315 2.036 1.888l0.037 0.028c29.13 18.513 53.826 40.995 74.163 67.045l0.483 0.642c45.506 56.251 73.803 128.075 75.989 206.427l0.011 0.479z","M540 533.792c25.334 0.176 47.919 11.796 62.867 29.942l0.113 0.141c2.705 3.319 6.793 5.421 11.371 5.421 2.452 0 4.762-0.603 6.792-1.668l-0.080 0.038 12.979-6.875c3.816-2.051 6.576-5.646 7.463-9.926l0.016-0.095c0.188-0.86 0.295-1.848 0.295-2.861 0-3.357-1.18-6.438-3.149-8.851l0.020 0.025c-22.413-28.385-56.825-46.439-95.453-46.439-1.137 0-2.271 0.016-3.401 0.047l0.166-0.004c-1.455-0.056-3.164-0.087-4.88-0.087-61.601 0-113.682 40.762-130.741 96.786l-0.253 0.968h-7.458c-8.027 0.137-14.482 6.677-14.482 14.724s6.455 14.587 14.469 14.724l0.013 0h2.021c-0.53 4.268-0.833 9.208-0.833 14.218l-0 0.001c0.013 4.742 0.308 9.402 0.868 13.978l-0.056-0.562h-2c-8.027 0.137-14.482 6.677-14.482 14.724s6.455 14.587 14.469 14.724l0.013 0h7.062c17.201 57.421 69.566 98.551 131.537 98.551 1.665 0 3.322-0.030 4.973-0.089l-0.239 0.007c0.865 0.022 1.883 0.035 2.904 0.035 38.687 0 73.16-18.041 95.466-46.168l0.193-0.252c1.981-2.403 3.183-5.514 3.183-8.904 0-1-0.104-1.975-0.303-2.916l0.016 0.092c-0.903-4.378-3.663-7.976-7.402-9.993l-0.078-0.038-12.917-6.833c-1.954-1.040-4.272-1.651-6.733-1.651-4.577 0-8.66 2.112-11.329 5.415l-0.022 0.028c-15.060 18.288-37.645 29.908-62.949 30.084l-0.030 0c-0.551 0.012-1.2 0.019-1.851 0.019-38.291 0-71.106-23.451-84.864-56.774l-0.223-0.61h99.646c8.027-0.137 14.482-6.677 14.482-14.724s-6.455-14.587-14.469-14.724l-0.013-0h-107.271c-0.539-4.025-0.848-8.682-0.853-13.411l-0-0.006c0.002-5.013 0.319-9.951 0.934-14.796l-0.060 0.577h107.249c8.027-0.137 14.482-6.677 14.482-14.724s-6.455-14.587-14.469-14.724l-0.013-0h-99.229c14.069-33.492 46.601-56.584 84.526-56.584 0.701 0 1.401 0.008 2.098 0.024l-0.104-0.002z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{},{}],"11017716412552552551911741171":[{},{}]},"tags":["Billing Euro"],"grid":0},"attrs":[{},{}],"properties":{"order":2515,"id":250,"name":"Billing-Euro","prevSize":32,"code":59674},"setIdx":0,"setId":2,"iconIdx":274},{"icon":{"paths":["M511.979 532.688c-52.677 0-88.073 39-88.073 97.052 0 57.146 36.219 97.052 88.073 97.052 0.195 0.002 0.425 0.002 0.656 0.002 13.914 0 27.082-3.195 38.811-8.89l-0.529 0.232-34.167-37.625 31.333-26.438 33.813 37.646c11.412-16.749 18.222-37.428 18.222-59.698 0-0.802-0.009-1.603-0.026-2.401l0.002 0.119c0-57.146-36.229-97.052-88.115-97.052zM720.968 432.26c-16.143-20.297-33.838-38.155-53.286-53.937l-0.64-0.503c18.312-10.798 30.405-30.424 30.405-52.874 0-33.787-27.389-61.176-61.176-61.176-0.070 0-0.14 0-0.21 0l0.011-0h-19.805l57.378-87.011c1.988-2.976 3.172-6.635 3.172-10.571 0-10.604-8.596-19.2-19.2-19.2-0.001 0-0.002 0-0.003 0l-35.906-0c-0.935 0.016-2.039 0.026-3.144 0.026-32.506 0-63.116-8.116-89.915-22.433l1.027 0.501c-18.107-10.32-39.786-16.404-62.887-16.404-35.819 0-68.221 14.628-91.559 38.236l-0.012 0.012-0.021 0.021-22.363 22.426c-3.464 3.474-5.607 8.268-5.607 13.562 0 3.928 1.179 7.581 3.203 10.623l-0.044-0.071 46.26 70.281h-8.687c-0.060-0-0.13-0-0.201-0-33.786 0-61.175 27.389-61.175 61.175 0 22.46 12.104 42.093 30.145 52.732l0.286 0.156c-82.17 68.962-134.98 170.592-138.282 284.633l-0.013 0.555v94.803c0.097 86.877 70.499 157.279 157.366 157.376l271.821 0c86.877-0.097 157.279-70.499 157.376-157.366l0-0.010v-94.803c-2.289-87.872-33.701-167.99-84.889-231.499l0.576 0.738zM634.614 749.948l-30.917 26.448-24.052-26.437c-19.011 10.603-41.705 16.845-65.857 16.845-0.636 0-1.271-0.004-1.906-0.013l0.096 0.001c-0.83 0.019-1.808 0.030-2.788 0.030-72.283 0-130.88-58.597-130.88-130.88 0-2.182 0.053-4.351 0.159-6.506l-0.012 0.304c-0.094-1.851-0.147-4.020-0.147-6.201 0-72.283 58.597-130.88 130.88-130.88 0.98 0 1.958 0.011 2.933 0.032l-0.145-0.003c0.837-0.019 1.824-0.030 2.813-0.030 72.292 0 130.896 58.604 130.896 130.896 0 2.176-0.053 4.339-0.158 6.488l0.012-0.303c0.018 0.842 0.028 1.835 0.028 2.83 0 35.182-12.923 67.346-34.282 92.003l0.149-0.176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Billing GTM_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2516,"id":251,"name":"Billing-GTM_Fill","prevSize":32,"code":59675},"setIdx":0,"setId":2,"iconIdx":275},{"icon":{"paths":["M720.969 432.26c-16.143-20.297-33.838-38.155-53.286-53.937l-0.64-0.503c18.312-10.798 30.405-30.424 30.405-52.874 0-33.787-27.389-61.176-61.176-61.176-0.070 0-0.14 0-0.21 0l0.011-0h-19.805l57.378-87.011c1.988-2.976 3.172-6.635 3.172-10.571 0-10.604-8.596-19.2-19.2-19.2-0.001 0-0.002 0-0.003 0l-35.906-0c-0.935 0.016-2.039 0.026-3.144 0.026-32.506 0-63.116-8.116-89.915-22.433l1.027 0.501c-18.107-10.32-39.786-16.404-62.887-16.404-35.819 0-68.221 14.628-91.559 38.236l-0.012 0.012-0.021 0.021-22.364 22.426c-3.464 3.474-5.607 8.268-5.607 13.562 0 3.928 1.179 7.581 3.203 10.623l-0.044-0.071 46.26 70.281h-8.687c-0.060-0-0.13-0-0.201-0-33.786 0-61.175 27.389-61.175 61.175 0 22.46 12.104 42.093 30.145 52.732l0.286 0.156c-82.17 68.962-134.98 170.592-138.282 284.633l-0.013 0.555v94.803c0.097 86.877 70.499 157.279 157.366 157.376l271.821 0c86.877-0.097 157.279-70.499 157.376-157.366l0-0.010v-94.803c-2.289-87.872-33.701-167.99-84.889-231.499l0.576 0.738zM391.052 185.427l11.323-11.354c16.432-16.634 39.241-26.936 64.456-26.936 16.268 0 31.535 4.288 44.731 11.796l-0.447-0.234c31.125 16.822 68.13 26.71 107.445 26.71 1.107 0 2.212-0.008 3.316-0.023l-0.167 0.002h0.25l-51.541 78.167h-127.948zM387.959 302.167h248.114c0.021-0 0.045-0 0.070-0 12.688 0 22.974 10.286 22.974 22.974s-10.286 22.974-22.974 22.974c-0.025 0-0.049-0-0.074-0l0.004 0h-248.115c-0.021 0-0.045 0-0.070 0-12.688 0-22.974-10.286-22.974-22.974s10.286-22.974 22.974-22.974c0.025 0 0.049 0 0.074 0l-0.004-0zM766.885 757.824c-0.077 65.679-53.3 118.901-118.971 118.979l-271.82 0c-65.679-0.078-118.901-53.3-118.979-118.972l-0-0.008v-94.803c2.752-114.288 61.575-214.269 149.916-273.795l1.209-0.768c0.775-0.611 1.465-1.249 2.103-1.936l0.011-0.012h203.796c0.636 0.687 1.312 1.315 2.032 1.888l0.037 0.028c29.14 18.508 53.841 40.994 74.174 67.055l0.483 0.643c45.51 56.246 73.811 128.066 76 206.415l0.011 0.481zM511.979 492.688c-0.83-0.019-1.807-0.030-2.787-0.030-72.283 0-130.88 58.597-130.88 130.88 0 2.181 0.053 4.35 0.159 6.504l-0.012-0.304c-0.094 1.852-0.147 4.021-0.147 6.203 0 72.283 58.597 130.88 130.88 130.88 0.98 0 1.958-0.011 2.933-0.032l-0.145 0.003c0.538 0.008 1.173 0.012 1.809 0.012 24.152 0 46.846-6.243 66.557-17.202l-0.7 0.357 24.052 26.437 30.917-26.448-23.177-25.552c21.209-24.481 34.133-56.644 34.133-91.826 0-0.995-0.010-1.987-0.031-2.978l0.002 0.148c0.093-1.847 0.146-4.010 0.146-6.186 0-72.292-58.604-130.896-130.896-130.896-0.989 0-1.976 0.011-2.96 0.033l0.147-0.003zM581.895 691.719l-33.813-37.646-31.333 26.438 34.167 37.625c-11.2 5.464-24.368 8.659-38.282 8.659-0.231 0-0.461-0.001-0.691-0.003l0.035 0c-51.854 0-88.073-39.906-88.073-97.052 0-58.052 35.396-97.052 88.073-97.052 51.885 0 88.115 39.906 88.115 97.052 0.016 0.68 0.024 1.48 0.024 2.283 0 22.269-6.809 42.948-18.459 60.068l0.239-0.371z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Billing GTM"],"grid":0},"attrs":[{}],"properties":{"order":2517,"id":252,"name":"Billing-GTM","prevSize":32,"code":59676},"setIdx":0,"setId":2,"iconIdx":276},{"icon":{"paths":["M720.969 432.26c-16.143-20.297-33.838-38.155-53.286-53.937l-0.64-0.503c18.312-10.798 30.405-30.424 30.405-52.874 0-33.787-27.389-61.176-61.176-61.176-0.070 0-0.14 0-0.21 0l0.011-0h-19.805l57.378-87.011c1.988-2.976 3.172-6.635 3.172-10.571 0-10.604-8.596-19.2-19.2-19.2-0.001 0-0.002 0-0.003 0l-35.906-0c-0.935 0.016-2.039 0.026-3.144 0.026-32.506 0-63.116-8.116-89.915-22.433l1.027 0.501c-18.107-10.32-39.786-16.404-62.887-16.404-35.819 0-68.221 14.628-91.559 38.236l-0.012 0.012-0.021 0.021-22.364 22.426c-3.464 3.474-5.607 8.268-5.607 13.562 0 3.928 1.179 7.581 3.203 10.623l-0.044-0.071 46.26 70.281h-8.687c-0.060-0-0.13-0-0.201-0-33.786 0-61.175 27.389-61.175 61.175 0 22.46 12.104 42.093 30.145 52.732l0.286 0.156c-82.17 68.962-134.98 170.592-138.282 284.633l-0.013 0.555v94.803c0.097 86.877 70.499 157.279 157.366 157.376l271.821 0c86.877-0.097 157.279-70.499 157.376-157.366l0-0.010v-94.803c-2.289-87.872-33.701-167.99-84.889-231.499l0.576 0.738zM607.969 765.188c-12.998 8.103-28.78 12.908-45.684 12.908-1.265 0-2.524-0.027-3.776-0.080l0.179 0.006c-15.505-0-30.108-3.862-42.899-10.677l0.493 0.24-0.864-0.385c-8.857-4.622-19.315-7.415-30.405-7.614l-0.064-0.001c-13.15 0.908-25.269 4.53-36.062 10.307l0.478-0.234c-1.913 0.915-4.157 1.45-6.527 1.45-6.039 0-11.266-3.471-13.797-8.527l-0.040-0.089-3.209-6.594c-0.981-1.963-1.555-4.277-1.555-6.725 0-5.758 3.177-10.774 7.873-13.392l0.078-0.040c21.36-8.717 36.695-28.154 39.409-51.444l0.028-0.296c0.002-0.172 0.004-0.375 0.004-0.579 0-7.463-1.735-14.521-4.824-20.791l0.123 0.276h-42.197c-8.489 0-15.37-6.881-15.37-15.37s6.881-15.37 15.37-15.37h20.49c-14.623-14.895-23.924-35.059-24.797-57.387l-0.005-0.165c3.598-47.551 43.064-84.769 91.223-84.769 1.992 0 3.969 0.064 5.93 0.189l-0.267-0.014c1.537-0.087 3.336-0.136 5.147-0.136 30.405 0 57.555 13.934 75.414 35.765l0.138 0.174c1.939 2.55 3.106 5.778 3.106 9.279 0 5.579-2.964 10.466-7.402 13.172l-0.068 0.038-10.563 6.344c-2.253 1.372-4.978 2.183-7.892 2.183-5.138 0-9.686-2.523-12.473-6.398l-0.031-0.046c-9.408-12.779-24.375-20.992-41.263-21.041l-0.008-0c-1.157-0.1-2.503-0.157-3.862-0.157-25.803 0-46.807 20.547-47.543 46.172l-0.002 0.068c0.996 18.763 8.878 35.514 21.142 47.924l-0.007-0.007 6.615 8.812h47c8.489 0 15.37 6.881 15.37 15.37s-6.881 15.37-15.37 15.37h-32.458c0.667 3.601 1.075 7.772 1.125 12.028l0 0.045c-0.184 18.554-8.494 35.131-21.534 46.37l-0.081 0.068c3.093-0.459 6.678-0.731 10.323-0.75l0.021-0c11.842 0.267 22.904 3.355 32.62 8.615l-0.38-0.188c7.505 4.113 16.374 6.704 25.807 7.131l0.131 0.005c0.016 0 0.035 0 0.054 0 9.667 0 18.73-2.586 26.534-7.105l-0.255 0.136c2.166-1.294 4.777-2.059 7.566-2.059 1.533 0 3.012 0.231 4.404 0.66l-0.106-0.028c4.123 1.242 7.449 4.036 9.366 7.686l0.041 0.085 5.052 9.854c1.078 2.045 1.711 4.468 1.711 7.040 0 5.254-2.642 9.891-6.669 12.655l-0.052 0.034z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Billing Pounds_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2518,"id":253,"name":"Billing-Pounds_Fill","prevSize":32,"code":59677},"setIdx":0,"setId":2,"iconIdx":277},{"icon":{"paths":["M720.969 432.26c-16.143-20.297-33.838-38.155-53.286-53.937l-0.64-0.503c18.312-10.798 30.405-30.424 30.405-52.874 0-33.787-27.389-61.176-61.176-61.176-0.070 0-0.14 0-0.21 0l0.011-0h-19.805l57.378-87.011c1.988-2.976 3.172-6.635 3.172-10.571 0-10.604-8.596-19.2-19.2-19.2-0.001 0-0.002 0-0.003 0l-35.906-0c-0.935 0.016-2.039 0.026-3.144 0.026-32.506 0-63.116-8.116-89.915-22.433l1.027 0.501c-18.107-10.32-39.786-16.404-62.887-16.404-35.819 0-68.221 14.628-91.559 38.236l-0.012 0.012-0.021 0.021-22.364 22.426c-3.464 3.474-5.607 8.268-5.607 13.562 0 3.928 1.179 7.581 3.203 10.623l-0.044-0.071 46.26 70.281h-8.687c-0.060-0-0.13-0-0.201-0-33.786 0-61.175 27.389-61.175 61.175 0 22.46 12.104 42.093 30.145 52.732l0.286 0.156c-82.17 68.962-134.98 170.592-138.282 284.633l-0.013 0.555v94.803c0.097 86.877 70.499 157.279 157.366 157.376l271.821 0c86.877-0.097 157.279-70.499 157.376-157.366l0-0.010v-94.803c-2.289-87.872-33.701-167.99-84.889-231.499l0.576 0.738zM391.052 185.427l11.323-11.354c16.432-16.634 39.241-26.936 64.456-26.936 16.268 0 31.535 4.288 44.731 11.796l-0.447-0.234c31.125 16.822 68.13 26.71 107.445 26.71 1.107 0 2.212-0.008 3.316-0.023l-0.167 0.002h0.25l-51.541 78.167h-127.948zM387.959 302.167h248.114c0.021-0 0.045-0 0.070-0 12.688 0 22.974 10.286 22.974 22.974s-10.286 22.974-22.974 22.974c-0.025 0-0.049-0-0.074-0l0.004 0h-248.115c-0.021 0-0.045 0-0.070 0-12.688 0-22.974-10.286-22.974-22.974s10.286-22.974 22.974-22.974c0.025 0 0.049 0 0.074 0l-0.004-0zM766.885 757.824c-0.077 65.679-53.3 118.901-118.971 118.979l-271.82 0c-65.679-0.078-118.901-53.3-118.979-118.972l-0-0.008v-94.803c2.752-114.288 61.575-214.269 149.916-273.795l1.209-0.768c0.775-0.611 1.465-1.249 2.103-1.936l0.011-0.012h203.796c0.636 0.687 1.312 1.315 2.032 1.888l0.037 0.028c29.14 18.508 53.841 40.994 74.174 67.055l0.483 0.643c45.51 56.246 73.811 128.066 76 206.415l0.011 0.481zM607.927 735.605c-1.957-3.735-5.284-6.529-9.296-7.742l-0.11-0.029c-1.286-0.401-2.765-0.632-4.298-0.632-2.79 0-5.401 0.765-7.635 2.097l0.068-0.038c-7.55 4.382-16.612 6.969-26.279 6.969-0.019 0-0.038-0-0.057-0l0.003 0c-9.564-0.431-18.433-3.022-26.253-7.293l0.316 0.158c-9.335-5.071-20.398-8.159-32.158-8.425l-0.082-0.001c-3.666 0.019-7.251 0.291-10.759 0.799l0.415-0.049c13.121-11.306 21.43-27.883 21.614-46.406l0-0.032c-0.051-4.301-0.458-8.472-1.194-12.527l0.068 0.454h32.458c8.489 0 15.37-6.881 15.37-15.37s-6.881-15.37-15.37-15.37h-47.001l-6.615-8.812c-12.257-12.403-20.139-29.153-21.128-47.733l-0.008-0.184c0.737-25.693 21.741-46.24 47.544-46.24 1.359 0 2.706 0.057 4.036 0.169l-0.174-0.012c16.896 0.050 31.863 8.263 41.171 20.9l0.099 0.141c2.818 3.921 7.366 6.444 12.504 6.444 2.914 0 5.639-0.812 7.96-2.222l-0.068 0.038 10.563-6.344c4.507-2.745 7.47-7.631 7.47-13.21 0-3.501-1.167-6.729-3.133-9.317l0.028 0.038c-17.996-22.004-45.146-35.938-75.551-35.938-1.81 0-3.609 0.049-5.395 0.147l0.249-0.011c-1.693-0.112-3.67-0.175-5.663-0.175-48.159 0-87.624 37.218-91.204 84.46l-0.019 0.308c0.878 22.493 10.179 42.657 24.815 57.565l-0.013-0.013h-20.49c-8.489 0-15.37 6.881-15.37 15.37s6.881 15.37 15.37 15.37h42.197c2.966 5.994 4.701 13.052 4.701 20.515 0 0.204-0.001 0.407-0.004 0.61l0-0.031c-2.742 23.586-18.078 43.023-39.014 51.586l-0.423 0.153c-4.774 2.657-7.951 7.674-7.951 13.432 0 2.448 0.574 4.761 1.595 6.814l-0.040-0.089 3.209 6.594c2.572 5.145 7.8 8.615 13.839 8.615 2.369 0 4.613-0.534 6.619-1.489l-0.093 0.040c10.315-5.543 22.434-9.165 35.305-10.057l0.279-0.016c11.154 0.2 21.612 2.992 30.855 7.797l-0.386-0.183 0.864 0.385c12.299 6.575 26.902 10.437 42.406 10.438l0 0c1.073 0.047 2.332 0.074 3.597 0.074 16.904 0 32.686-4.804 46.054-13.122l-0.37 0.215c4.080-2.798 6.722-7.435 6.722-12.689 0-2.572-0.633-4.996-1.752-7.125l0.040 0.084z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Billing Pounds"],"grid":0},"attrs":[{}],"properties":{"order":2519,"id":254,"name":"Billing-Pounds","prevSize":32,"code":59678},"setIdx":0,"setId":2,"iconIdx":278},{"icon":{"paths":["M449.896 546.438c-0.75-5.623-3.694-10.443-7.928-13.65l-0.051-0.037c-3.419-2.612-7.754-4.185-12.455-4.185-11.393 0-20.629 9.236-20.629 20.629 0 0.982 0.069 1.948 0.201 2.893l-0.013-0.109c1.611 11.42 2.531 24.611 2.531 38.017 0 82.598-34.914 157.042-90.789 209.378l-0.159 0.147c-4.029 3.776-6.54 9.131-6.54 15.072 0 11.397 9.239 20.637 20.637 20.637 0.002 0 0.005-0 0.007-0l-0 0c0.008 0 0.018 0 0.028 0 5.446 0 10.396-2.126 14.065-5.593l-0.010 0.009c64.082-60.024 104.012-145.163 104.012-239.628 0-15.368-1.057-30.489-3.102-45.295l0.194 1.714zM274.521 560.021l-0.479-1.604c-2.196-10.707-3.74-23.314-4.295-36.178l-0.017-0.51c-0.456-11.028-9.507-19.795-20.605-19.795-11.389 0-20.621 9.233-20.621 20.621 0 0.303 0.007 0.604 0.019 0.904l-0.001-0.043c0.719 16.829 2.808 32.72 6.171 48.135l-0.337-1.844c1.184 6.1 1.862 13.115 1.862 20.288 0 34.002-15.223 64.448-39.226 84.894l-0.157 0.13c-4.47 3.81-7.287 9.446-7.287 15.74 0 11.4 9.242 20.642 20.642 20.642 5.106 0 9.78-1.854 13.384-4.926l-0.029 0.024c33.103-28.169 53.965-69.866 53.965-116.436 0-10.632-1.087-21.011-3.157-31.030l0.17 0.987zM337.25 650.083h-0.021c-2.215-0.885-4.782-1.399-7.469-1.399-8.711 0-16.162 5.397-19.191 13.030l-0.049 0.14c-13.044 32.959-33.429 60.609-59.244 81.915l-0.34 0.273c-4.649 3.811-7.592 9.553-7.592 15.983 0 11.389 9.232 20.621 20.621 20.621 0.012 0 0.023-0 0.035-0l-0.002 0c4.979-0.015 9.544-1.774 13.121-4.696l-0.037 0.030c31.562-26.046 56.166-59.413 71.343-97.554l0.574-1.634c0.878-2.209 1.387-4.769 1.387-7.448 0-8.707-5.379-16.158-12.996-19.211l-0.139-0.049zM228.813 326.042c6.823-0.003 12.872-3.317 16.627-8.422l0.040-0.057c60.721-82.456 157.424-135.362 266.484-135.362 52.839 0 102.777 12.419 147.055 34.497l-1.913-0.864c2.656 1.335 5.789 2.117 9.104 2.117 11.398 0 20.638-9.24 20.638-20.638 0-8.083-4.647-15.080-11.414-18.467l-0.119-0.054c-47.673-23.884-103.871-37.866-163.334-37.866-122.696 0-231.489 59.529-299.072 151.28l-0.719 1.023c-2.491 3.368-3.988 7.604-3.988 12.189 0 11.386 9.227 20.617 20.612 20.623l0.001 0zM191.875 591.458c-1.146-4.667-2.208-9.354-3.146-14.104l-0.333-0.771c-4.159-19.55-6.54-42.011-6.54-65.029 0-54.628 13.413-106.123 37.126-151.371l-0.857 1.796c1.476-2.77 2.343-6.058 2.343-9.549 0-11.393-9.236-20.629-20.629-20.629-8.007 0-14.949 4.562-18.368 11.229l-0.054 0.116c-25.672 48.801-40.738 106.635-40.738 167.988 0 26.786 2.872 52.901 8.324 78.054l-0.439-2.417c1 4.896 2.063 9.729 3.229 14.542 2.276 9.074 10.361 15.688 19.991 15.688 0.018 0 0.036-0 0.054-0l-0.003 0c1.753-0.002 3.455-0.215 5.084-0.614l-0.147 0.030c9.081-2.316 15.689-10.422 15.689-20.072 0-1.734-0.213-3.419-0.615-5.028l0.030 0.142zM455.896 234.104c-114.829 23.238-203.31 113.753-223.236 227.833l-0.244 1.688c-0.194 1.062-0.304 2.284-0.304 3.531 0 11.398 9.24 20.638 20.638 20.638 10.15 0 18.589-7.328 20.315-16.981l0.019-0.125c20.52-114.85 119.641-200.9 238.861-200.9 117.305 0 215.152 83.309 237.604 193.989l0.264 1.557c2.167 10.833 4.021 21.542 5.542 31.875 1.542 10.014 10.076 17.599 20.391 17.646l0.005 0 3-0.25c10.030-1.495 17.636-10.048 17.636-20.378 0-1.057-0.080-2.096-0.233-3.111l0.014 0.114c-1.667-11.375-3.729-23.188-6.438-36.333-27.796-130.118-141.789-226.281-278.242-226.281-19.672 0-38.878 1.999-57.424 5.804l1.833-0.314zM421.729 514.417c1.272 0.279 2.733 0.439 4.232 0.439 9.906 0 18.18-6.988 20.161-16.304l0.024-0.135c6.622-30.75 33.582-53.46 65.846-53.46 31.558 0 58.041 21.727 65.307 51.039l0.097 0.463 0.333 2.438c5.74 27.13 9.087 58.346 9.208 90.323l0 0.093c0.006 11.392 9.243 20.625 20.636 20.625 11.397 0 20.636-9.239 20.636-20.636 0-0.033-0-0.066-0-0.098l0 0.005c-0.066-33.871-3.545-66.89-10.11-98.782l0.547 3.178-0.354-2.896c-10.339-50.003-54.014-87.056-106.343-87.056-52.075 0-95.58 36.693-106.070 85.636l-0.128 0.712c-0.276 1.267-0.435 2.722-0.435 4.214 0 9.902 6.974 18.176 16.278 20.178l0.136 0.024zM532.271 508.063c-1.966-9.519-10.279-16.572-20.24-16.572-11.402 0-20.645 9.243-20.645 20.645 0 1.441 0.148 2.848 0.429 4.207l-0.023-0.134c4.828 22.463 7.594 48.269 7.594 74.721 0 94.696-35.438 181.115-93.777 246.718l0.329-0.377c-3.179 3.612-5.12 8.382-5.12 13.606 0 11.398 9.24 20.638 20.638 20.638 6.167 0 11.701-2.705 15.483-6.992l0.019-0.022c64.396-72.426 103.734-168.376 103.734-273.514 0-29.356-3.067-57.995-8.897-85.615l0.476 2.692zM876.042 438.729l-0.437-1.021c-19.823-95.421-74.2-175.605-149.174-228.578l-1.159-0.777c-3.279-2.372-7.381-3.794-11.815-3.794-1.258 0-2.49 0.114-3.684 0.334l0.124-0.019c-9.801 1.71-17.157 10.155-17.157 20.317 0 6.962 3.452 13.117 8.738 16.848l0.065 0.043c85.482 60.574 140.6 159.112 140.6 270.523 0 2.182-0.021 4.359-0.063 6.532l0.005-0.326c-0.002 0.104-0.003 0.227-0.003 0.35 0 11.404 9.245 20.649 20.649 20.649 11.256 0 20.409-9.007 20.645-20.207l0-0.022c0.036-1.949 0.057-4.249 0.057-6.553 0-26.296-2.691-51.963-7.812-76.742l0.422 2.441zM704.229 473.792l-0.063-0.396c-18.675-90.333-97.575-157.27-192.109-157.27-108.23 0-195.968 87.738-195.968 195.968 0 14.436 1.561 28.508 4.523 42.055l-0.238-1.296c2.264 11.244 3.56 24.169 3.56 37.397 0 7.419-0.408 14.743-1.202 21.95l0.080-0.889c-0.076 0.664-0.119 1.433-0.119 2.212 0 11.392 9.235 20.628 20.628 20.628 10.623 0 19.37-8.030 20.504-18.351l0.008-0.092c0.848-7.523 1.332-16.244 1.332-25.077 0-17.663-1.935-34.874-5.604-51.433l0.293 1.573c-1.642-8.479-2.581-18.23-2.581-28.2 0-74.724 52.764-137.124 123.068-151.975l1.014-0.179c9.207-1.947 19.786-3.061 30.625-3.061 74.658 0 136.966 52.879 151.515 123.226l0.173 1.001c6.97 32.744 10.962 70.364 10.962 108.916 0 31.343-2.638 62.070-7.704 91.971l0.451-3.221c-0.175 1.011-0.276 2.174-0.276 3.362 0 10.238 7.459 18.735 17.239 20.351l0.12 0.016 3.271 0.271c0.016 0 0.035 0 0.054 0 10.208 0 18.678-7.44 20.284-17.193l0.016-0.119c4.964-28.701 7.802-61.755 7.802-95.472 0-41.049-4.206-81.116-12.211-119.794l0.659 3.807zM795.312 533.959c-3.638-3.208-8.445-5.165-13.708-5.165-0.454 0-0.905 0.015-1.353 0.043l0.061-0.003h-0.021c-10.824 0.72-19.331 9.676-19.331 20.619 0 0.449 0.014 0.895 0.043 1.337l-0.003-0.060c0.807 11.965 1.268 25.937 1.268 40.015 0 57.989-7.808 114.155-22.429 167.504l1.036-4.436c-0.431 1.577-0.679 3.387-0.679 5.255 0 9.529 6.45 17.552 15.222 19.94l0.145 0.034c1.577 0.437 3.391 0.694 5.263 0.708l0.008 0c9.505-0.033 17.499-6.464 19.903-15.209l0.034-0.145c14.458-52.074 22.767-111.871 22.767-173.608 0-14.995-0.49-29.876-1.456-44.628l0.105 2.006c-0.325-5.671-2.908-10.681-6.854-14.19l-0.021-0.018zM681.25 717.25c-1.607-0.451-3.453-0.71-5.359-0.71-9.487 0-17.474 6.418-19.857 15.149l-0.034 0.144c-10.278 37.938-22.841 70.687-38.253 101.774l1.44-3.211c-1.314 2.637-2.083 5.745-2.083 9.031 0 11.39 9.234 20.624 20.624 20.624 8.104 0 15.116-4.674 18.488-11.473l0.054-0.12c15.029-29.967 28.544-65.173 38.628-101.801l0.976-4.157c0.444-1.597 0.699-3.43 0.699-5.323 0-9.505-6.431-17.507-15.179-19.894l-0.145-0.034zM606.833 624.354c-0.698-0.084-1.505-0.131-2.324-0.131-10.574 0-19.292 7.951-20.5 18.201l-0.009 0.097c-9.341 78.729-37.116 149.535-78.865 209.943l1.011-1.547c-2.255 3.258-3.603 7.295-3.603 11.646 0 11.39 9.234 20.624 20.624 20.624 7.039 0 13.254-3.526 16.976-8.909l0.045-0.069c44.392-64.118 74.651-141.254 84.581-224.63l0.232-2.391c0.082-0.692 0.129-1.494 0.129-2.307 0-10.578-7.948-19.299-18.198-20.516l-0.098-0.009z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Biometric"],"grid":0},"attrs":[{}],"properties":{"order":2520,"id":255,"name":"Biometric","prevSize":32,"code":59679},"setIdx":0,"setId":2,"iconIdx":279},{"icon":{"paths":["M649.934 510.225c43.171-34.426 70.602-87.010 70.629-146.002l0-0.004v-31.302c-0.121-103.104-83.668-186.655-186.759-186.781l-255.908-0c-13.55 0-24.535 10.982-24.541 24.531l-0 0.001v682.667c0.006 13.549 10.991 24.531 24.542 24.531l319.166 0c95.822-0.113 173.47-77.761 173.583-173.573l0-0.011v-28.761c-0.112-76.931-50.172-142.141-119.483-164.945l-1.229-0.35zM671.479 332.917v31.302c-0.086 76.012-61.677 137.61-137.678 137.708l-0.009 0h-231.354v-306.729h231.354c76.014 0.1 137.606 61.703 137.688 137.711l0 0.008zM721.562 704.281c-0.077 68.733-55.769 124.432-124.491 124.521l-0.009 0h-294.625v-277.812h294.625c68.734 0.090 124.427 55.795 124.5 124.524l0 0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Bold"],"grid":0},"attrs":[{}],"properties":{"order":2521,"id":256,"name":"Bold","prevSize":32,"code":59680},"setIdx":0,"setId":2,"iconIdx":280},{"icon":{"paths":["M291.75 307.968h598.917c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0h-598.917c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0zM147.605 254.635h-3.605c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h3.605c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM890.667 490.667h-598.917c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h598.917c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0zM147.605 480h-3.605c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h3.605c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM890.667 716.032h-598.917c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h598.917c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0zM147.605 705.365h-3.605c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h3.605c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Bullet List"],"grid":0},"attrs":[{}],"properties":{"order":2522,"id":257,"name":"Bullet-List","prevSize":32,"code":59681},"setIdx":0,"setId":2,"iconIdx":281},{"icon":{"paths":["M824.96 223.36c-35.886-33.319-84.129-53.764-137.147-53.764-0.459 0-0.918 0.002-1.377 0.005l0.064-0v-41.6c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v-0 41.387h-271.813v-41.387c-0.036-10.581-8.622-19.145-19.208-19.145s-19.172 8.563-19.208 19.141l-0 0.003v41.606c-119.641 4.504-190.654 77.456-190.654 197.328v26.24h729.6v-26.24c0.168-3.040 0.263-6.597 0.263-10.177 0-51.535-19.807-98.444-52.224-133.529l0.121 0.132zM147.2 714.453c0 125.653 75.733 200.747 202.453 200.747h324.693c126.72 0 202.453-74.027 202.453-197.76v-285.867h-729.6zM701.653 528.427h0.64c16.404 0.12 29.656 13.446 29.656 29.867 0 16.496-13.372 29.868-29.868 29.868s-29.868-13.372-29.868-29.868c0-0 0-0 0-0.001l-0 0c-0.002-0.121-0.003-0.265-0.003-0.408 0-16.264 13.18-29.449 29.442-29.458l0.001-0zM701.653 720.427h0.64c16.404 0.12 29.656 13.446 29.656 29.867 0 16.496-13.372 29.868-29.868 29.868s-29.868-13.372-29.868-29.868c0-0 0-0 0-0.001l-0 0c-0.002-0.121-0.003-0.265-0.003-0.408 0-16.264 13.18-29.449 29.442-29.458l0.001-0zM511.787 528.427h0.64c16.495 0 29.867 13.372 29.867 29.867s-13.372 29.867-29.867 29.867l0 0c-16.525-0.033-29.926-13.359-30.080-29.852l-0-0.015c-0.002-0.121-0.003-0.265-0.003-0.408 0-16.264 13.18-29.449 29.442-29.458l0.001-0zM511.787 720.427h0.64c16.495 0 29.867 13.372 29.867 29.867s-13.372 29.867-29.867 29.867v0c-16.525-0.033-29.926-13.359-30.080-29.852l-0-0.015c-0.002-0.122-0.003-0.265-0.003-0.409 0-16.264 13.18-29.449 29.442-29.458l0.001-0zM321.92 528.427h0.64c16.495 0 29.867 13.372 29.867 29.867s-13.372 29.867-29.867 29.867l0 0c-16.525-0.032-29.927-13.359-30.080-29.852l-0-0.015c-0.002-0.121-0.003-0.265-0.003-0.408 0-16.264 13.18-29.45 29.442-29.459l0.001-0zM321.92 720.427h0.64c16.495 0 29.867 13.372 29.867 29.867s-13.372 29.867-29.867 29.867v0c-16.525-0.032-29.927-13.359-30.080-29.852l-0-0.015c-0.002-0.122-0.003-0.265-0.003-0.409 0-16.264 13.18-29.45 29.442-29.459l0.001-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Calendar_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2523,"id":258,"name":"Calendar_Fill","prevSize":32,"code":59682},"setIdx":0,"setId":2,"iconIdx":282},{"icon":{"paths":["M824.875 223.417c-35.782-33.196-83.871-53.563-136.717-53.563-0.583 0-1.166 0.002-1.747 0.007l0.089-0.001v-41.861c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208l0-0v41.417h-271.812v-41.417c-0.036-10.581-8.622-19.145-19.208-19.145s-19.172 8.563-19.208 19.141l-0 0.003v41.853c-119.572 4.511-190.667 77.318-190.667 197.064v347.52c0 125.708 75.667 200.771 202.417 200.771h324.791c126.75 0 202.417-73.979 202.417-197.854v-350.374c0.163-2.997 0.256-6.504 0.256-10.033 0-51.593-19.843-98.552-52.313-133.66l0.12 0.131zM838.396 717.355c0 102.812-58.229 159.437-164 159.437h-324.791c-104.229 0-164-59.167-164-162.354v-282.917h652.791zM838.396 393.105h-652.791v-26.188c0-98.675 54.009-154.555 152.25-158.681v46.139c0.036 10.581 8.622 19.145 19.208 19.145s19.172-8.563 19.208-19.141l0-0.003v-46.542h271.812v46.542c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-46.119c0.478-0.005 1.043-0.008 1.608-0.008 42.247 0 80.742 16.062 109.712 42.413l-0.132-0.119c25.454 27.89 41.045 65.163 41.045 106.077 0 3.623-0.122 7.218-0.363 10.78l0.026-0.482zM322.645 588.083c16.465-0.045 29.795-13.404 29.795-29.875s-13.33-29.83-29.791-29.875l-0.004-0h-0.667c-16.322 0.028-29.543 13.266-29.543 29.592 0 0.099 0 0.199 0.001 0.298l-0-0.015c0.161 16.534 13.602 29.875 30.16 29.875 0.017 0 0.034-0 0.051-0l-0.003 0zM512.52 588.083c16.465-0.045 29.795-13.404 29.795-29.875s-13.33-29.83-29.791-29.875l-0.004-0h-0.667c-16.322 0.028-29.542 13.266-29.542 29.592 0 0.099 0 0.199 0.001 0.298l-0-0.015c0.161 16.534 13.602 29.875 30.16 29.875 0.017 0 0.034-0 0.051-0l-0.003 0zM702.395 588.083c0.024 0 0.052 0 0.080 0 16.5 0 29.875-13.376 29.875-29.875s-13.376-29.875-29.875-29.875c-0.028 0-0.056 0-0.084 0l0.004-0h-0.667c-16.322 0.028-29.543 13.266-29.543 29.592 0 0.1 0 0.199 0.001 0.299l-0-0.015c0.162 16.534 13.603 29.875 30.159 29.875 0.017 0 0.035-0 0.052-0l-0.003 0zM322.645 780.083c16.465-0.045 29.795-13.404 29.795-29.875s-13.33-29.83-29.791-29.875l-0.004-0h-0.667c-16.322 0.028-29.543 13.266-29.543 29.592 0 0.099 0 0.199 0.001 0.298l-0-0.015c0.161 16.534 13.602 29.875 30.16 29.875 0.017 0 0.034-0 0.051-0l-0.003 0zM512.52 780.083c16.465-0.045 29.795-13.404 29.795-29.875s-13.33-29.83-29.791-29.875l-0.004-0h-0.667c-16.322 0.028-29.542 13.266-29.542 29.592 0 0.099 0 0.199 0.001 0.298l-0-0.015c0.161 16.534 13.602 29.875 30.16 29.875 0.017 0 0.034-0 0.051-0l-0.003 0zM702.395 780.083c0.024 0 0.052 0 0.080 0 16.5 0 29.875-13.376 29.875-29.875s-13.376-29.875-29.875-29.875c-0.028 0-0.056 0-0.084 0l0.004-0h-0.667c-16.322 0.028-29.543 13.266-29.543 29.592 0 0.1 0 0.199 0.001 0.299l-0-0.015c0.162 16.534 13.603 29.875 30.159 29.875 0.017 0 0.035-0 0.052-0l-0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Calendar"],"grid":0},"attrs":[{}],"properties":{"order":2752,"id":259,"name":"Calendar","prevSize":32,"code":59683},"setIdx":0,"setId":2,"iconIdx":283},{"icon":{"paths":["M512 108.802c-222.68 0-403.198 180.518-403.198 403.198s180.518 403.198 403.198 403.198c222.68 0 403.198-180.518 403.198-403.198v0c-0.261-222.575-180.623-402.937-403.173-403.198l-0.025-0zM512 876.802c-201.475 0-364.802-163.327-364.802-364.802s163.327-364.802 364.802-364.802c201.475 0 364.802 163.327 364.802 364.802v0c-0.232 201.381-163.421 364.57-364.78 364.802l-0.022 0zM656.375 547.292c-1.884-1.032-4.080-1.773-6.411-2.093l-0.1-0.011c-2.805-0.406-6.043-0.639-9.336-0.639-15.273 0-29.38 4.993-40.776 13.437l0.185-0.131c-2.219 1.333-4.76 3-7.51 4.813-5.505 3.962-11.768 7.56-18.391 10.495l-0.672 0.266c-55.59-24.087-99.342-66.783-124.191-120.068l-0.621-1.484c3.112-7.395 6.682-13.754 10.867-19.646l-0.211 0.313c1.833-2.844 3.531-5.469 4.875-7.76 8.182-11.325 13.087-25.488 13.087-40.796 0-3.22-0.217-6.388-0.637-9.493l0.040 0.362c-0.317-2.357-1.013-4.49-2.030-6.429l0.051 0.106c-15.003-28.831-32.957-53.617-53.995-75.405l0.089 0.093c-9.901-10.812-23.511-18.085-38.801-19.797l-0.281-0.026c-49.031-1.813-92.594 61.062-92.573 61.052-14.073 19.541-25.781 54.063-1.927 106.896 40.729 100.188 193.042 251.917 295.073 294.594 16.763 8.628 36.479 13.979 57.373 14.692l0.232 0.006 1.292 0.010c0.129 0.001 0.283 0.001 0.436 0.001 17.42 0 33.565-5.463 46.814-14.768l-0.26 0.173c8.043-4.625 64.177-48.51 62.365-96.5-1.984-14.546-8.818-27.217-18.79-36.584l-0.032-0.030c-21.677-21.572-46.43-40.081-73.538-54.805l-1.692-0.841z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Call 2_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2753,"id":260,"name":"Call-2_Fill","prevSize":32,"code":59684},"setIdx":0,"setId":2,"iconIdx":284},{"icon":{"paths":["M512 108.802c-222.68 0-403.198 180.518-403.198 403.198s180.518 403.198 403.198 403.198c222.68 0 403.198-180.518 403.198-403.198v0c-0.261-222.575-180.623-402.937-403.173-403.198l-0.025-0zM512 876.802c-201.475 0-364.802-163.327-364.802-364.802s163.327-364.802 364.802-364.802c201.475 0 364.802 163.327 364.802 364.802v0c-0.232 201.381-163.421 364.57-364.78 364.802l-0.022 0z","M656.375 547.292c-1.884-1.032-4.080-1.773-6.411-2.093l-0.1-0.011c-2.809-0.408-6.052-0.641-9.349-0.641-15.269 0-29.371 4.994-40.763 13.438l0.185-0.131c-2.219 1.333-4.76 3-7.51 4.813-5.505 3.962-11.768 7.56-18.391 10.495l-0.672 0.266c-55.59-24.087-99.342-66.783-124.191-120.068l-0.621-1.484c3.112-7.395 6.682-13.754 10.867-19.646l-0.211 0.313c1.833-2.844 3.531-5.469 4.875-7.76 8.182-11.325 13.087-25.488 13.087-40.796 0-3.22-0.217-6.388-0.637-9.493l0.040 0.362c-0.317-2.357-1.013-4.49-2.030-6.429l0.051 0.106c-15.003-28.831-32.957-53.617-53.995-75.405l0.089 0.093c-9.901-10.812-23.511-18.085-38.801-19.797l-0.281-0.026c-48.761-1.813-92.583 61.062-92.573 61.052-14.073 19.541-25.781 54.063-1.927 106.896 40.729 100.188 193.042 251.917 295.073 294.594 16.763 8.628 36.479 13.979 57.373 14.692l0.232 0.006 1.292 0.010c0.129 0.001 0.283 0.001 0.436 0.001 17.42 0 33.565-5.463 46.814-14.768l-0.26 0.173c8.043-4.625 64.177-48.51 62.365-96.5-1.984-14.546-8.818-27.217-18.79-36.584l-0.032-0.030c-21.677-21.572-46.43-40.081-73.538-54.805l-1.692-0.841zM667.292 703.812c-7.453 5.116-16.624 8.242-26.514 8.437l-0.049 0.001c-15.607-0.633-30.131-4.686-43.030-11.423l0.562 0.267c-94.271-39.489-238.5-183-275.865-274.875-13.323-29.531-14.073-52.854-1.437-70.479 7.104-11.51 37.958-44.135 56.719-44.135l0.594 0.010c5.767 0.835 10.754 3.674 14.33 7.774l0.024 0.028c17.752 18.341 33.084 39.187 45.378 61.917l0.737 1.489c0.013 0.334 0.020 0.726 0.020 1.12 0 7.144-2.346 13.739-6.309 19.059l0.060-0.085c-0.404 0.538-0.807 1.15-1.172 1.787l-0.046 0.088c-1.125 1.979-2.656 4.313-4.323 6.885-9.776 10.969-15.749 25.511-15.749 41.449 0 4.133 0.402 8.173 1.168 12.081l-0.065-0.395c29.843 66.009 82.493 117.321 147.675 144.708l1.846 0.688c18.115 6.604 37.531-6.135 51.687-15.469 2.51-1.646 4.792-3.167 6.729-4.292 0.732-0.431 1.347-0.844 1.938-1.288l-0.052 0.038c5.1-3.884 11.56-6.222 18.566-6.222 0.332 0 0.663 0.005 0.992 0.016l-0.048-0.001c24.209 13.542 45.051 29.375 63.412 47.693l-0.005-0.005c3.478 3.15 6.002 7.295 7.124 11.985l0.032 0.16c0.781 21.823-34.854 54.771-44.927 60.989z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{},{}],"11017716412552552551911741171":[{},{}]},"tags":["Call 2"],"grid":0},"attrs":[{},{}],"properties":{"order":2754,"id":261,"name":"Call-2","prevSize":32,"code":59685},"setIdx":0,"setId":2,"iconIdx":285},{"icon":{"paths":["M864.052 678.073c-38.16-36.299-80.997-68.277-127.359-94.795l-3.235-1.705c-1.595-0.911-3.444-1.628-5.403-2.050l-0.128-0.023c-3.907-0.578-8.416-0.908-13.002-0.908-20.743 0-39.909 6.75-55.423 18.173l0.258-0.182c-18.385 10.573-29.458 16.323-43.385 11.261-92.89-36.905-165.115-108.99-201.359-199.383l-0.849-2.399c-5.125-14.302 0.625-25.406 11.219-43.781 11.266-15.256 18.031-34.434 18.031-55.191 0-4.632-0.337-9.186-0.988-13.638l0.061 0.506c-0.447-2.072-1.159-3.906-2.113-5.586l0.051 0.097c-28.147-49.482-60.021-92.223-96.457-130.588l0.27 0.286c-12.774-13.816-30.117-23.242-49.616-25.87l-0.425-0.047c-58.448-2.677-129.646 78.771-142.187 98.563-29.083 40.094-29.177 92.687-0.552 155.656 66.355 162.364 319.677 415.635 483.312 483.624 25.204 12.911 54.843 20.894 86.242 21.909l0.331 0.008c0.573 0.010 1.249 0.016 1.926 0.016 24.996 0 48.124-7.997 66.966-21.572l-0.339 0.233c15.239-8.625 101.896-81.448 99.74-142.667-0.027-0.794-0.098-1.545-0.211-2.282l0.013 0.106c-2.942-19.038-12.113-35.54-25.329-47.721l-0.057-0.051zM609.489 141.833c-0.638-0.075-1.376-0.118-2.125-0.118-10.605 0-19.201 8.597-19.201 19.201 0 9.856 7.426 17.978 16.988 19.075l0.089 0.008c131.911 14.492 235.679 118.15 250.228 248.746l0.115 1.275c1.135 9.623 9.243 17.017 19.079 17.017 10.606 0 19.204-8.598 19.204-19.204 0-0.742-0.042-1.473-0.124-2.193l0.008 0.088c-16.66-149.733-134.482-267.43-282.825-283.767l-1.436-0.128zM721.396 431.958c1.777 8.906 9.524 15.527 18.821 15.542l0.002 0c1.307-0.004 2.581-0.136 3.812-0.386l-0.124 0.021c8.91-1.777 15.531-9.535 15.531-18.839 0-1.299-0.129-2.568-0.375-3.794l0.021 0.123c-14.746-75.080-72.971-133.301-146.871-147.848l-1.182-0.194c-1.102-0.225-2.37-0.353-3.667-0.353-10.602 0-19.197 8.595-19.197 19.197 0 9.305 6.62 17.064 15.408 18.823l0.123 0.020c59.685 11.724 105.969 58.005 117.544 116.748l0.154 0.94z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Call_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2755,"id":262,"name":"Call_Fill","prevSize":32,"code":59686},"setIdx":0,"setId":2,"iconIdx":286},{"icon":{"paths":["M864.052 678.073c-38.16-36.299-80.997-68.277-127.359-94.795l-3.235-1.705c-1.595-0.911-3.444-1.628-5.403-2.050l-0.128-0.023c-3.906-0.577-8.414-0.907-12.999-0.907-20.744 0-39.911 6.749-55.426 18.172l0.258-0.182c-18.375 10.573-29.479 16.323-43.385 11.261-92.89-36.905-165.115-108.99-201.359-199.383l-0.849-2.399c-5.125-14.302 0.625-25.406 11.219-43.781 11.266-15.256 18.031-34.434 18.031-55.191 0-4.632-0.337-9.186-0.988-13.638l0.061 0.506c-0.447-2.072-1.159-3.906-2.113-5.586l0.051 0.097c-28.147-49.482-60.021-92.223-96.457-130.588l0.27 0.286c-12.774-13.816-30.117-23.242-49.616-25.87l-0.425-0.047c-58.406-2.677-129.656 78.771-142.187 98.563-29.083 40.094-29.177 92.687-0.552 155.656 66.355 162.364 319.677 415.635 483.312 483.624 25.204 12.911 54.843 20.894 86.242 21.909l0.331 0.008c0.573 0.010 1.249 0.016 1.926 0.016 24.996 0 48.124-7.997 66.966-21.572l-0.339 0.233c15.239-8.625 101.896-81.448 99.74-142.667-0.027-0.794-0.098-1.545-0.211-2.282l0.013 0.106c-2.942-19.038-12.113-35.54-25.329-47.721l-0.057-0.051zM769.26 838.365c-29.594 21.198-68.281 20.177-119.031-3.406-157.312-65.385-399.76-307.708-463.52-463.687-23.208-51.093-24.292-89.813-3.302-118.344 0.344-0.479 0.677-0.969 0.979-1.469 12.395-20.583 72.292-81.073 104.989-81.073l1.063 0.021c10.265 1.643 19.139 6.665 25.643 13.868l0.034 0.038c33.427 35.171 62.98 74.566 87.638 117.149l1.601 2.996c-0.012 14.626-4.992 28.086-13.345 38.786l0.105-0.14c-10.938 14.195-17.531 32.23-17.531 51.804 0 8.775 1.325 17.24 3.785 25.207l-0.161-0.604c41.129 103.171 121.398 183.318 221.987 223.344l2.669 0.937c7.298 2.265 15.688 3.57 24.383 3.57 19.52 0 37.504-6.576 51.858-17.634l-0.199 0.147c10.529-8.237 23.958-13.208 38.549-13.208 0.012 0 0.024 0 0.036 0l-0.002-0c45.682 26.319 85.165 55.963 120.664 89.753l-0.257-0.243c6.809 6.24 11.601 14.582 13.344 23.994l0.041 0.267c0.021 36.906-64.521 97.906-82.021 107.927zM609.489 141.833c-0.638-0.075-1.376-0.118-2.125-0.118-10.605 0-19.201 8.597-19.201 19.201 0 9.856 7.426 17.978 16.988 19.075l0.089 0.008c131.911 14.492 235.679 118.15 250.228 248.746l0.115 1.275c1.135 9.623 9.243 17.017 19.079 17.017 10.606 0 19.204-8.598 19.204-19.204 0-0.742-0.042-1.473-0.124-2.193l0.008 0.088c-16.66-149.733-134.482-267.43-282.825-283.767l-1.436-0.128zM721.396 431.958c1.777 8.906 9.524 15.527 18.821 15.542l0.002 0c1.307-0.004 2.581-0.136 3.812-0.386l-0.124 0.021c8.91-1.777 15.531-9.535 15.531-18.839 0-1.299-0.129-2.568-0.375-3.794l0.021 0.123c-14.746-75.080-72.971-133.301-146.871-147.848l-1.182-0.194c-1.102-0.225-2.37-0.353-3.667-0.353-10.602 0-19.197 8.595-19.197 19.197 0 9.305 6.62 17.064 15.408 18.823l0.123 0.020c59.685 11.724 105.969 58.005 117.544 116.748l0.154 0.94z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Call"],"grid":0},"attrs":[{}],"properties":{"order":2756,"id":263,"name":"Call","prevSize":32,"code":59687},"setIdx":0,"setId":2,"iconIdx":287},{"icon":{"paths":["M785.99 322.24h-88.698c-6.608-0.451-11.797-5.922-11.797-12.604 0-0.286 0.009-0.569 0.028-0.85l-0.002 0.038c0.008-0.468 0.013-1.021 0.013-1.574 0-51.637-41.34-93.618-92.729-94.654l-0.097-0.002h-161.208c-51.601 1.037-93.034 43.112-93.034 94.864 0 0.553 0.005 1.105 0.014 1.656l-0.001-0.083c0.011 0.199 0.018 0.431 0.018 0.665 0 6.667-5.191 12.121-11.752 12.542l-0.037 0.002h-88.687c-58.271 1.203-105.047 48.725-105.047 107.171 0 0.647 0.006 1.292 0.017 1.936l-0.001-0.097v271.147c-0.010 0.547-0.016 1.193-0.016 1.84 0 58.446 46.776 105.967 104.935 107.169l0.112 0.002h547.958c58.271-1.203 105.047-48.725 105.047-107.171 0-0.647-0.006-1.292-0.017-1.937l0.001 0.097v-271.147c0.010-0.548 0.016-1.194 0.016-1.841 0-58.442-46.771-105.961-104.924-107.167l-0.113-0.002zM512 715.549c-0 0-0.001 0-0.001 0-75.89 0-137.411-61.521-137.411-137.411s61.521-137.411 137.411-137.411c75.89 0 137.411 61.521 137.411 137.411v-0c0 0 0 0 0 0 0 75.89-61.52 137.41-137.41 137.411l-0 0zM675.729 449.373c-0 0-0.001 0-0.001 0-16.557 0-29.978-13.422-29.978-29.978s13.422-29.978 29.978-29.978c16.556 0 29.978 13.422 29.978 29.978l0 0c-0 16.556-13.422 29.977-29.978 29.978l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Camera_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2524,"id":264,"name":"Camera_Fill","prevSize":32,"code":59688},"setIdx":0,"setId":2,"iconIdx":288},{"icon":{"paths":["M785.99 322.24h-88.708c-6.603-0.456-11.787-5.924-11.787-12.603 0-0.286 0.010-0.571 0.028-0.852l-0.002 0.038c0.008-0.468 0.013-1.021 0.013-1.574 0-51.637-41.34-93.618-92.729-94.654l-0.097-0.002h-161.208c-51.601 1.037-93.034 43.112-93.034 94.864 0 0.553 0.005 1.105 0.014 1.656l-0.001-0.083c0.011 0.199 0.018 0.431 0.018 0.665 0 6.667-5.191 12.121-11.752 12.542l-0.037 0.002h-88.698c-58.266 1.208-105.037 48.726-105.037 107.169 0 0.648 0.006 1.294 0.017 1.938l-0.001-0.097v271.147c-0.010 0.548-0.016 1.195-0.016 1.843 0 58.444 46.77 105.965 104.924 107.176l0.113 0.002h547.968c58.272-1.208 105.047-48.732 105.047-107.18 0-0.647-0.006-1.293-0.017-1.938l0.001 0.097v-271.147c0.010-0.548 0.016-1.194 0.016-1.841 0-58.442-46.77-105.96-104.923-107.167l-0.113-0.002zM852.614 702.396c0.016 0.554 0.025 1.205 0.025 1.858 0 37.245-29.595 67.577-66.552 68.764l-0.109 0.003h-547.968c-37.060-1.191-66.649-31.52-66.649-68.759 0-0.656 0.009-1.31 0.027-1.962l-0.002 0.096v-271.147c-0.016-0.555-0.025-1.209-0.025-1.865 0-37.237 29.591-67.564 66.541-68.747l0.109-0.003h88.698c27.802-0.44 50.171-23.082 50.171-50.947 0-0.231-0.002-0.461-0.005-0.692l0 0.035c-0.014-0.474-0.022-1.031-0.022-1.59 0-30.549 24.253-55.433 54.554-56.449l0.093-0.002h161.209c30.288 1.045 54.444 25.85 54.444 56.296 0 0.614-0.010 1.225-0.029 1.835l0.002-0.089c-0.003 0.196-0.004 0.427-0.004 0.659 0 27.862 22.363 50.5 50.119 50.945l0.042 0.001h88.708c37.059 1.186 66.649 31.512 66.649 68.75 0 0.656-0.009 1.309-0.027 1.96l0.002-0.096zM512 421.531c-0.001-0-0.003-0-0.005-0-86.493 0-156.609 70.116-156.609 156.609s70.116 156.609 156.609 156.609c86.493 0 156.609-70.116 156.609-156.609 0-0.002-0-0.004-0-0.005l0 0c-0.104-86.448-70.156-156.5-156.594-156.604l-0.010-0zM512 696.354c-0.002 0-0.004 0-0.006 0-65.288 0-118.214-52.926-118.214-118.214s52.926-118.214 118.214-118.214c65.286 0 118.211 52.923 118.214 118.208l0 0c-0.075 65.256-52.953 118.138-118.2 118.219l-0.008 0zM675.729 389.415c-0-0-0.001-0-0.001-0-16.557 0-29.978 13.422-29.978 29.978s13.422 29.978 29.978 29.978c16.556 0 29.978-13.421 29.978-29.978l0-0c0-0 0-0 0-0.001 0-16.556-13.421-29.978-29.978-29.978l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Camera"],"grid":0},"attrs":[{}],"properties":{"order":2525,"id":265,"name":"Camera","prevSize":32,"code":59689},"setIdx":0,"setId":2,"iconIdx":289},{"icon":{"paths":["M512 108.802c-222.676 0.006-403.187 180.522-403.187 403.198 0 222.68 180.518 403.198 403.198 403.198s403.198-180.518 403.198-403.198v0c-0.261-222.579-180.629-402.943-403.184-403.198l-0.024-0zM643.729 643.729c-3.477 3.476-8.279 5.625-13.583 5.625s-10.107-2.15-13.583-5.625l-104.665-104.674-104.376 104.372c-3.469 3.447-8.25 5.577-13.528 5.577-10.601 0-19.195-8.594-19.195-19.195 0-5.278 2.13-10.059 5.578-13.529l-0.001 0.001 104.374-104.378-104.478-104.487c-3.447-3.469-5.577-8.25-5.577-13.528 0-10.601 8.594-19.195 19.195-19.195 5.278 0 10.059 2.13 13.529 5.578l-0.001-0.001 104.482 104.482 104.372-104.378c3.473-3.461 8.264-5.602 13.555-5.602 10.605 0 19.202 8.597 19.202 19.202 0 5.286-2.136 10.073-5.592 13.546l0.001-0.001-104.388 104.383 104.68 104.68c3.475 3.473 5.625 8.272 5.625 13.573s-2.15 10.1-5.625 13.573l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cancel_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2526,"id":266,"name":"Cancel_Fill","prevSize":32,"code":59690},"setIdx":0,"setId":2,"iconIdx":290},{"icon":{"paths":["M512 108.802c-222.68 0-403.198 180.518-403.198 403.198s180.518 403.198 403.198 403.198c222.68 0 403.198-180.518 403.198-403.198v0c-0.261-222.575-180.623-402.937-403.173-403.198l-0.025-0zM512 876.802c-201.475 0-364.802-163.327-364.802-364.802s163.327-364.802 364.802-364.802c201.475 0 364.802 163.327 364.802 364.802v0c-0.232 201.381-163.421 364.57-364.78 364.802l-0.022 0zM539.047 511.901l104.38-104.38c3.447-3.469 5.577-8.25 5.577-13.528 0-10.601-8.594-19.195-19.195-19.195-5.278 0-10.059 2.13-13.529 5.578l0.001-0.001-104.38 104.38-104.484-104.484c-3.469-3.447-8.25-5.577-13.528-5.577-10.601 0-19.195 8.594-19.195 19.195 0 5.278 2.13 10.059 5.578 13.529l-0.001-0.001 104.484 104.484-104.38 104.38c-3.5 3.478-5.667 8.295-5.667 13.618 0 10.601 8.594 19.195 19.195 19.195 5.323 0 10.14-2.167 13.617-5.666l0.001-0.001 104.38-104.38 104.683 104.683c3.469 3.447 8.25 5.577 13.528 5.577 10.601 0 19.195-8.594 19.195-19.195 0-5.278-2.13-10.059-5.578-13.529l0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cancel"],"grid":0},"attrs":[{}],"properties":{"order":2527,"id":267,"name":"Cancel","prevSize":32,"code":59691},"setIdx":0,"setId":2,"iconIdx":291},{"icon":{"paths":["M512 108.802c-222.676 0.006-403.187 180.522-403.187 403.198 0 222.68 180.518 403.198 403.198 403.198s403.198-180.518 403.198-403.198v0c-0.262-222.578-180.629-402.942-403.184-403.198l-0.025-0zM147.208 512c-0-0.189-0.001-0.413-0.001-0.636 0-201.124 163.043-364.166 364.166-364.166 94.077 0 179.823 35.674 244.447 94.231l-0.308-0.275-182.551 182.548c-12.080-3.607-26.281-6.34-40.888-7.664l-0.866-0.063v-40.192h40.604c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0h-119.625c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h40.604v40.328c-115.198 10.29-204.844 106.271-205.021 223.227l-0 0.018v8.864h-22.667c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h44.939l-68.893 68.892c-58.238-64.109-93.905-149.639-93.941-243.499l-0-0.007zM512 876.802c-93.962-0.037-179.569-35.779-243.997-94.394l0.294 0.264 514.38-514.37c58.378 64.342 94.114 150.157 94.114 244.319 0 201.132-163.050 364.181-364.181 364.181-0.215 0-0.429-0-0.644-0.001l0.034 0zM754.563 648.219h-22.688v-8.864c0-0.123 0-0.268 0-0.414 0-70.213-32.396-132.86-83.057-173.807l-0.423-0.331c-3.267-2.655-7.477-4.263-12.063-4.263-5.131 0-9.792 2.013-13.236 5.291l0.008-0.007-197.396 187.677c-3.684 3.505-5.975 8.444-5.975 13.918 0 10.602 8.595 19.197 19.197 19.197 0.002 0 0.005-0 0.007-0l315.625 0c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cancelled Orders_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2528,"id":268,"name":"Cancelled-Orders_Fill","prevSize":32,"code":59692},"setIdx":0,"setId":2,"iconIdx":292},{"icon":{"paths":["M512 108.802c-222.676 0.006-403.187 180.522-403.187 403.198 0 222.68 180.518 403.198 403.198 403.198s403.198-180.518 403.198-403.198v0c-0.262-222.578-180.629-402.942-403.184-403.198l-0.025-0zM147.208 512c-0-0.189-0.001-0.413-0.001-0.636 0-201.124 163.043-364.166 364.166-364.166 94.077 0 179.823 35.674 244.447 94.231l-0.308-0.275-182.551 182.548c-12.080-3.607-26.281-6.34-40.888-7.664l-0.866-0.063v-40.192h40.604c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0h-119.625c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h40.604v40.328c-115.198 10.29-204.844 106.271-205.021 223.227l-0 0.018v8.864h-22.667c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h44.939l-68.893 68.892c-58.238-64.109-93.905-149.639-93.941-243.499l-0-0.007zM540.854 455.76l-192.417 192.458h-22.251v-8.864c0.077-102.644 83.305-185.824 185.959-185.824 10.134 0 20.078 0.811 29.772 2.371l-1.065-0.141zM512 876.802c-93.962-0.037-179.569-35.779-243.997-94.394l0.294 0.264 514.38-514.37c58.378 64.342 94.114 150.157 94.114 244.319 0 201.132-163.050 364.181-364.181 364.181-0.215 0-0.429-0-0.644-0.001l0.034 0zM754.563 648.219h-22.688v-8.864c0-0.123 0-0.268 0-0.414 0-70.213-32.396-132.86-83.057-173.807l-0.423-0.331c-3.267-2.655-7.477-4.263-12.063-4.263-5.131 0-9.792 2.013-13.236 5.291l0.008-0.007-197.396 187.677c-3.684 3.505-5.975 8.444-5.975 13.918 0 10.602 8.595 19.197 19.197 19.197 0.002 0 0.005-0 0.007-0l315.625 0c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0zM693.458 648.219h-206.458l149.833-142.458c34.932 33.697 56.625 80.916 56.625 133.202 0 0.138-0 0.275-0 0.413l0-0.022z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cancelled Orders"],"grid":0},"attrs":[{}],"properties":{"order":2529,"id":269,"name":"Cancelled-Orders","prevSize":32,"code":59693},"setIdx":0,"setId":2,"iconIdx":293},{"icon":{"paths":["M892.8 486.615v-103.255h-761.6v103.255zM761.6 222.719h-499.2c-69.477 0.087-126.409 53.678-131.811 121.778l-0.029 0.462h762.88c-5.431-68.562-62.363-122.153-131.831-122.24l-0.009-0zM130.133 525.013v144c0.065 73.023 59.244 132.203 132.26 132.268l499.206 0c73.023-0.065 132.202-59.245 132.267-132.262l0-0.006v-144zM800.798 698.135c0 0.001 0 0.001 0 0.002 0 5.927-4.805 10.732-10.732 10.732-0 0-0-0-0.001-0l-130.172 0c-5.928 0-10.733-4.805-10.733-10.733 0-0 0-0.001 0-0.001l-0 0v-82.609c-0-0-0-0.001-0-0.001 0-5.928 4.805-10.733 10.733-10.733h130.172c0-0 0-0 0.001-0 5.927 0 10.732 4.805 10.732 10.732 0 0.001-0 0.001-0 0.002l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Card_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2530,"id":270,"name":"Card_Fill","prevSize":32,"code":59694},"setIdx":0,"setId":2,"iconIdx":294},{"icon":{"paths":["M649.167 728.083h151.625c10.607-0.003 19.205-8.601 19.208-19.208l0-0v-104.083c-0.003-10.607-8.601-19.205-19.208-19.208l-151.625-0c-10.607 0.003-19.205 8.601-19.208 19.208l-0 0v104.083c0.003 10.607 8.601 19.205 19.208 19.208l0 0zM668.375 624h113.208v65.667h-113.208zM761.542 222.729h-499.084c-73.048 0.093-132.24 59.285-132.333 132.324l-0 0.009v313.875c0.093 73.048 59.285 132.24 132.324 132.333l499.092 0c73.048-0.093 132.24-59.285 132.333-132.324l0-0.009v-313.875c-0.093-73.048-59.285-132.24-132.324-132.333l-0.009-0zM262.458 261.146h499.084c48.168 0.153 87.77 36.625 92.864 83.459l0.037 0.416h-684.885c5.131-47.25 44.733-83.722 92.885-83.875l0.016-0zM855.458 668.938c-0.057 51.846-42.071 93.86-93.911 93.917l-499.089 0c-51.846-0.057-93.86-42.071-93.917-93.911l-0-0.005v-143.957h686.917zM855.458 486.563h-686.917v-103.125h686.917z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Card"],"grid":0},"attrs":[{}],"properties":{"order":2531,"id":271,"name":"Card","prevSize":32,"code":59695},"setIdx":0,"setId":2,"iconIdx":295},{"icon":{"paths":["M529.562 537.26v71.614c28.48-4.177 38.708-21.312 38.708-36.323 0-18.833-14.708-27.718-38.708-35.291zM459.979 449.083c0 13.885 10.583 22.886 36.333 30.667v-64.302c-22.167 2.667-36.333 15.656-36.333 33.635zM881.896 431.823l-29.854-29.833c-13.4-13.412-21.688-31.934-21.688-52.391 0-0.086 0-0.171 0-0.257l-0 0.013v-42.624c-0.083-62.428-50.675-113.012-113.097-113.083l-42.716-0c-0.060 0-0.131 0-0.203 0-20.416 0-38.899-8.276-52.277-21.657l-0-0-30.352-30.293c-20.453-20.305-48.631-32.855-79.739-32.855-31.316 0-59.661 12.717-80.154 33.269l-0.003 0.003-29.792 29.833c-13.437 13.407-31.984 21.698-52.467 21.698-0.048 0-0.096-0-0.144-0l0.007 0h-42.707c-62.406 0.099-112.966 50.674-113.042 113.076l-0 0.007v42.521c0 0.057 0 0.125 0 0.193 0 20.467-8.287 38.999-21.689 52.422l-30.374 30.416c-20.251 20.443-32.764 48.583-32.764 79.645 0 31.322 12.722 59.672 33.282 80.165l0.003 0.003 29.833 29.854c13.412 13.399 21.708 31.916 21.708 52.371 0 0.056-0 0.113-0 0.169l0-0.009v42.792c0.071 62.403 50.639 112.97 113.035 113.042l42.631 0c0.036-0 0.079-0 0.122-0 20.468 0 39 8.291 52.42 21.699l30.396 30.364c20.306 20.281 48.345 32.823 79.313 32.823 0.11 0 0.219-0 0.328-0l-0.017 0h0.417c31.198-0.019 59.414-12.768 79.739-33.333l0.011-0.011 29.875-29.824c13.415-13.419 31.95-21.719 52.423-21.719 0.049 0 0.098 0 0.147 0l-0.008-0h42.792c62.407-0.070 112.981-50.636 113.062-113.034l0-0.008v-42.709c-0-0.069-0-0.151-0-0.232 0-20.407 8.263-38.885 21.626-52.269l-0.001 0.001 30.375-30.354c20.278-20.455 32.809-48.62 32.809-79.712 0-31.32-12.715-59.67-33.265-80.169l-0.002-0.002zM529.562 649.729v18.979c0 0.018 0 0.039 0 0.060 0 9.182-7.443 16.625-16.625 16.625s-16.625-7.443-16.625-16.625c0-0.021 0-0.042 0-0.063l-0 0.003v-18.562c-31.111-1.741-59.091-13.884-80.817-32.974l0.15 0.129c-3.337-3.031-5.424-7.388-5.424-12.231 0-3.757 1.256-7.221 3.37-9.995l-0.029 0.040 5.792-7.833c2.732-3.639 6.832-6.125 11.523-6.691l0.081-0.008c0.555-0.068 1.197-0.106 1.848-0.106 3.977 0 7.617 1.443 10.425 3.834l-0.023-0.019c14.474 12.535 32.559 21.275 52.494 24.481l0.61 0.081v-80.625c-40.146-10.385-82.188-26.063-82.188-76.395 0-41.021 33.667-72.313 82.188-76.771v-19.771c-0-0.018-0-0.039-0-0.060 0-9.182 7.443-16.625 16.625-16.625s16.625 7.443 16.625 16.625c0 0.021-0 0.042-0 0.063l0-0.003v20.198c25.745 2.448 48.824 12.239 67.566 27.227l-0.253-0.196c3.625 3.051 5.912 7.59 5.912 12.664 0 3.954-1.389 7.584-3.707 10.428l0.024-0.030-5.854 7.323c-3.076 3.789-7.733 6.19-12.951 6.19-4.007 0-7.684-1.416-10.557-3.776l0.029 0.023c-11.263-8.711-24.82-15.034-39.601-17.952l-0.607-0.1v71.437c42.896 11.687 84.167 27.896 84.167 80.302 0 35.333-22.167 74.813-84.167 80.698z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cash Doller_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2532,"id":272,"name":"Cash-Doller_Fill","prevSize":32,"code":59696},"setIdx":0,"setId":2,"iconIdx":296},{"icon":{"paths":["M881.896 431.823l-29.854-29.833c-13.4-13.412-21.688-31.934-21.688-52.391 0-0.086 0-0.171 0-0.257l-0 0.013v-42.624c-0.083-62.428-50.675-113.012-113.097-113.083l-42.716-0c-0.060 0-0.131 0-0.203 0-20.416 0-38.899-8.276-52.277-21.657l-0-0-30.352-30.293c-20.453-20.305-48.631-32.855-79.739-32.855-31.316 0-59.661 12.717-80.154 33.269l-0.003 0.003-29.792 29.833c-13.437 13.407-31.984 21.698-52.467 21.698-0.048 0-0.096-0-0.144-0l0.007 0h-42.707c-62.406 0.099-112.966 50.674-113.042 113.076l-0 0.007v42.521c0 0.057 0 0.125 0 0.193 0 20.467-8.287 38.999-21.689 52.422l-30.374 30.416c-20.251 20.443-32.764 48.583-32.764 79.645 0 31.322 12.722 59.672 33.282 80.165l0.003 0.003 29.833 29.854c13.412 13.399 21.708 31.916 21.708 52.371 0 0.056-0 0.113-0 0.169l0-0.009v42.792c0.071 62.403 50.639 112.97 113.035 113.042l42.631 0c0.036-0 0.079-0 0.122-0 20.468 0 39 8.291 52.42 21.699l30.396 30.364c20.306 20.281 48.345 32.823 79.313 32.823 0.11 0 0.219-0 0.328-0l-0.017 0h0.417c31.198-0.019 59.414-12.768 79.739-33.333l0.011-0.011 29.875-29.824c13.415-13.419 31.95-21.719 52.423-21.719 0.049 0 0.098 0 0.147 0l-0.008-0h42.792c62.407-0.070 112.981-50.636 113.062-113.034l0-0.008v-42.709c-0-0.069-0-0.151-0-0.232 0-20.407 8.263-38.885 21.626-52.269l-0.001 0.001 30.375-30.354c20.278-20.455 32.809-48.62 32.809-79.712 0-31.32-12.715-59.67-33.265-80.169l-0.002-0.002zM854.75 565.021l-29.937 29.917c-20.312 20.304-32.875 48.357-32.875 79.345 0 0.098 0 0.197 0 0.295l-0-0.015v42.709c-0.060 41.216-33.468 74.61-74.685 74.645l-42.753 0c-0.071-0-0.156-0-0.24-0-31.023 0-59.107 12.584-79.426 32.926l-0.001 0.001-29.958 29.896c-13.436 13.609-32.086 22.044-52.705 22.063l-0.274 0c-0.054 0-0.119 0-0.183 0-20.459 0-38.983-8.283-52.401-21.679l-0.186-0.186-0.229-0.25-29.896-29.875c-20.335-20.325-48.422-32.896-79.445-32.896-0.071 0-0.141 0-0.212 0l0.011-0h-42.645c-41.198-0.057-74.58-33.445-74.624-74.641l-0-0.004v-42.813c0-0.042 0-0.091 0-0.14 0-31.047-12.588-59.154-32.938-79.495l-29.918-29.927c-13.638-13.526-22.082-32.272-22.082-52.99 0-20.208 8.032-38.539 21.079-51.976l-0.018 0.018c0.375-0.333 0.729-0.688 1.083-1.063v0.010l29.896-29.927c20.326-20.356 32.896-48.461 32.896-79.502 0-0.069-0-0.137-0-0.206l0 0.011v-42.542c0.044-41.209 33.42-74.607 74.616-74.688l0.008-0h42.709c0.066 0 0.144 0 0.222 0 31.036 0 59.136-12.57 79.487-32.897l-0.001 0.001 29.896-29.916c13.554-13.56 32.282-21.948 52.969-21.948 20.708 0 39.452 8.405 53.009 21.989l0.001 0.001 29.937 29.917c20.299 20.299 48.343 32.854 79.318 32.854 0.101 0 0.201-0 0.302-0l-0.016 0h42.709c41.23 0.049 74.64 33.459 74.688 74.683l0 0.005v42.624c-0 0.088-0 0.193-0 0.297 0 31.026 12.571 59.116 32.897 79.454l-0.001-0.001 29.937 29.917c13.567 13.559 21.958 32.294 21.958 52.99 0 20.707-8.401 39.451-21.98 53.011l-0.001 0.001zM529.562 488.729v-71.437c15.388 3.018 28.946 9.341 40.429 18.216l-0.221-0.164c2.844 2.336 6.52 3.752 10.527 3.752 5.218 0 9.875-2.401 12.927-6.159l0.024-0.031 5.854-7.323c2.294-2.814 3.683-6.444 3.683-10.398 0-5.074-2.287-9.613-5.887-12.644l-0.025-0.021c-18.488-14.792-41.567-24.583-66.8-26.992l-0.513-0.040v-20.198c0-0.018 0-0.039 0-0.060 0-9.182-7.443-16.625-16.625-16.625s-16.625 7.443-16.625 16.625c0 0.021 0 0.042 0 0.063l-0-0.003v19.771c-48.521 4.459-82.188 35.75-82.188 76.771 0 50.333 42.042 66.010 82.188 76.395v80.625c-20.545-3.287-38.63-12.028-53.238-24.676l0.134 0.113c-2.782-2.373-6.42-3.816-10.394-3.816-0.654 0-1.299 0.039-1.932 0.115l0.076-0.007c-4.772 0.574-8.872 3.059-11.573 6.655l-0.031 0.044-5.792 7.833c-2.085 2.734-3.341 6.198-3.341 9.955 0 4.844 2.087 9.2 5.411 12.219l0.014 0.012c21.576 18.96 49.556 31.103 80.318 32.828l0.349 0.016v18.562c-0 0.018-0 0.039-0 0.060 0 9.182 7.443 16.625 16.625 16.625s16.625-7.443 16.625-16.625c0-0.021-0-0.042-0-0.063l0 0.003v-18.979c62-5.885 84.167-45.364 84.167-80.698 0-52.405-41.27-68.614-84.167-80.301zM496.313 479.75c-25.749-7.781-36.333-16.781-36.333-30.667 0-17.979 14.167-30.969 36.333-33.635zM529.562 608.875v-71.614c24 7.573 38.708 16.458 38.708 35.292 0 15.011-10.229 32.146-38.708 36.323z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cash Doller"],"grid":0},"attrs":[{}],"properties":{"order":2533,"id":273,"name":"Cash-Doller","prevSize":32,"code":59697},"setIdx":0,"setId":2,"iconIdx":297},{"icon":{"paths":["M881.896 431.823l-29.854-29.833c-13.4-13.412-21.688-31.934-21.688-52.391 0-0.086 0-0.171 0-0.257l-0 0.013v-42.624c-0.083-62.428-50.675-113.012-113.097-113.083l-42.716-0c-0.060 0-0.131 0-0.203 0-20.416 0-38.899-8.276-52.277-21.657l-0-0-30.352-30.293c-20.453-20.305-48.631-32.855-79.739-32.855-31.316 0-59.661 12.717-80.154 33.269l-0.003 0.003-29.792 29.833c-13.437 13.407-31.984 21.698-52.467 21.698-0.048 0-0.096-0-0.144-0l0.007 0h-42.707c-62.406 0.099-112.966 50.674-113.042 113.076l-0 0.007v42.521c0 0.057 0 0.125 0 0.193 0 20.467-8.287 38.999-21.689 52.422l-30.374 30.416c-20.251 20.443-32.764 48.583-32.764 79.645 0 31.322 12.722 59.672 33.282 80.165l0.003 0.003 29.833 29.854c13.412 13.399 21.708 31.916 21.708 52.371 0 0.056-0 0.113-0 0.169l0-0.009v42.792c0.071 62.403 50.639 112.97 113.035 113.042l42.631 0c0.036-0 0.079-0 0.122-0 20.468 0 39 8.291 52.42 21.699l30.396 30.364c20.306 20.281 48.345 32.823 79.313 32.823 0.11 0 0.219-0 0.328-0l-0.017 0h0.417c31.198-0.019 59.414-12.768 79.739-33.333l0.011-0.011 29.875-29.824c13.415-13.419 31.95-21.719 52.423-21.719 0.049 0 0.098 0 0.147 0l-0.008-0h42.792c62.407-0.070 112.981-50.636 113.062-113.034l0-0.008v-42.709c-0-0.069-0-0.151-0-0.232 0-20.407 8.263-38.885 21.626-52.269l-0.001 0.001 30.375-30.354c20.278-20.455 32.809-48.62 32.809-79.712 0-31.32-12.715-59.67-33.265-80.169l-0.002-0.002zM555.833 465.188c8.536 0.142 15.401 7.095 15.401 15.651s-6.865 15.509-15.388 15.651l-0.013 0h-115.687c-0.597 4.642-0.938 10.011-0.938 15.46 0 0.017 0 0.035 0 0.052l-0-0.003c0.010 5.176 0.35 10.263 1.001 15.253l-0.064-0.597h115.687c8.536 0.142 15.401 7.095 15.401 15.651s-6.865 15.509-15.388 15.651l-0.013 0h-107.605c15.013 36.768 50.497 62.207 91.922 62.207 0.701 0 1.401-0.007 2.099-0.022l-0.104 0.002c27.351-0.192 51.734-12.732 67.879-32.318l0.121-0.152c2.872-3.532 7.217-5.77 12.085-5.77 2.602 0 5.054 0.639 7.209 1.77l-0.085-0.041 13.896 7.364c4.067 2.176 7.008 6.006 7.941 10.567l0.017 0.1c0.194 0.903 0.305 1.941 0.305 3.005 0 3.598-1.271 6.9-3.388 9.48l0.021-0.026c-24.215 30.516-61.301 49.913-102.917 49.913-1.083 0-2.164-0.013-3.241-0.039l0.16 0.003c-1.519 0.056-3.304 0.088-5.096 0.088-66.696 0-123.043-44.303-141.22-105.087l-0.268-1.043h-7.771c-8.536-0.142-15.401-7.095-15.401-15.651s6.865-15.509 15.388-15.651l0.013-0h2.395c-0.569-4.399-0.895-9.489-0.896-14.655l-0-0.001c-0-0.058-0-0.126-0-0.194 0-5.397 0.326-10.718 0.958-15.944l-0.062 0.629h-2.396c-8.536-0.142-15.401-7.095-15.401-15.651s6.865-15.509 15.388-15.651l0.013-0h8.208c18.551-61.368 74.591-105.283 140.888-105.283 1.85 0 3.691 0.034 5.524 0.102l-0.265-0.008c1.030-0.029 2.241-0.046 3.457-0.046 41.547 0 78.559 19.415 102.459 49.667l0.209 0.275c2.074 2.541 3.33 5.821 3.33 9.394 0 1.070-0.113 2.114-0.327 3.12l0.017-0.098c-0.949 4.65-3.881 8.471-7.855 10.605l-0.083 0.040-14 7.406c-2.069 1.090-4.522 1.73-7.124 1.73-4.868 0-9.213-2.239-12.062-5.743l-0.023-0.029c-16.266-19.737-40.649-32.277-67.967-32.469l-0.033-0c-0.637-0.015-1.388-0.023-2.141-0.023-41.039 0-76.226 25.056-91.097 60.704l-0.241 0.652z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cash Euro_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2534,"id":274,"name":"Cash-Euro_Fill","prevSize":32,"code":59698},"setIdx":0,"setId":2,"iconIdx":298},{"icon":{"paths":["M881.896 431.823l-29.854-29.833c-13.4-13.412-21.688-31.934-21.688-52.391 0-0.086 0-0.171 0-0.257l-0 0.013v-42.624c-0.083-62.428-50.675-113.012-113.097-113.083l-42.716-0c-0.060 0-0.131 0-0.203 0-20.416 0-38.899-8.276-52.277-21.657l-0-0-30.352-30.293c-20.453-20.305-48.631-32.855-79.739-32.855-31.316 0-59.661 12.717-80.154 33.269l-0.003 0.003-29.792 29.833c-13.437 13.407-31.984 21.698-52.467 21.698-0.048 0-0.096-0-0.144-0l0.007 0h-42.707c-62.406 0.099-112.966 50.674-113.042 113.076l-0 0.007v42.521c0 0.057 0 0.125 0 0.193 0 20.467-8.287 38.999-21.689 52.422l-30.374 30.416c-20.251 20.443-32.764 48.583-32.764 79.645 0 31.322 12.722 59.672 33.282 80.165l0.003 0.003 29.833 29.854c13.412 13.399 21.708 31.916 21.708 52.371 0 0.056-0 0.113-0 0.169l0-0.009v42.792c0.071 62.403 50.639 112.97 113.035 113.042l42.631 0c0.036-0 0.079-0 0.122-0 20.468 0 39 8.291 52.42 21.699l30.396 30.364c20.306 20.281 48.345 32.823 79.313 32.823 0.11 0 0.219-0 0.328-0l-0.017 0h0.417c31.198-0.019 59.414-12.768 79.739-33.333l0.011-0.011 29.875-29.824c13.415-13.419 31.95-21.719 52.423-21.719 0.049 0 0.098 0 0.147 0l-0.008-0h42.792c62.407-0.070 112.981-50.636 113.062-113.034l0-0.008v-42.709c-0-0.069-0-0.151-0-0.232 0-20.407 8.263-38.885 21.626-52.269l-0.001 0.001 30.375-30.354c20.278-20.455 32.809-48.62 32.809-79.712 0-31.32-12.715-59.67-33.265-80.169l-0.002-0.002zM854.75 565.021l-29.937 29.917c-20.312 20.304-32.875 48.357-32.875 79.345 0 0.098 0 0.197 0 0.295l-0-0.015v42.709c-0.060 41.216-33.468 74.61-74.685 74.645l-42.753 0c-0.071-0-0.156-0-0.24-0-31.023 0-59.107 12.584-79.426 32.926l-0.001 0.001-29.958 29.896c-13.436 13.609-32.086 22.044-52.705 22.063l-0.274 0c-0.054 0-0.119 0-0.183 0-20.459 0-38.983-8.283-52.401-21.679l-0.186-0.186-0.229-0.25-29.896-29.875c-20.335-20.325-48.422-32.896-79.445-32.896-0.071 0-0.141 0-0.212 0l0.011-0h-42.645c-41.198-0.057-74.58-33.445-74.624-74.641l-0-0.004v-42.813c0-0.042 0-0.091 0-0.14 0-31.047-12.588-59.154-32.938-79.495l-29.918-29.927c-13.638-13.526-22.082-32.272-22.082-52.99 0-20.208 8.032-38.539 21.079-51.976l-0.018 0.018c0.375-0.333 0.729-0.688 1.083-1.063v0.010l29.896-29.927c20.326-20.356 32.896-48.461 32.896-79.502 0-0.069-0-0.137-0-0.206l0 0.011v-42.542c0.044-41.209 33.42-74.607 74.616-74.688l0.008-0h42.709c0.066 0 0.144 0 0.222 0 31.036 0 59.136-12.57 79.487-32.897l-0.001 0.001 29.896-29.916c13.554-13.56 32.282-21.948 52.969-21.948 20.708 0 39.452 8.405 53.009 21.989l0.001 0.001 29.937 29.917c20.299 20.299 48.343 32.854 79.318 32.854 0.101 0 0.201-0 0.302-0l-0.016 0h42.709c41.23 0.049 74.64 33.459 74.688 74.683l0 0.005v42.624c-0 0.088-0 0.193-0 0.297 0 31.026 12.571 59.116 32.897 79.454l-0.001-0.001 29.937 29.917c13.567 13.559 21.958 32.294 21.958 52.99 0 20.707-8.401 39.451-21.98 53.011l-0.001 0.001zM542.146 403.854c27.351 0.192 51.734 12.732 67.879 32.318l0.121 0.152c2.87 3.533 7.215 5.773 12.082 5.773 2.603 0 5.056-0.64 7.211-1.772l-0.085 0.041 14-7.406c4.056-2.174 6.988-5.995 7.92-10.546l0.017-0.1c0.197-0.909 0.309-1.952 0.309-3.022 0-3.573-1.256-6.852-3.352-9.421l0.021 0.027c-24.109-30.528-61.122-49.943-102.669-49.943-1.215 0-2.426 0.017-3.634 0.050l0.178-0.004c-1.568-0.060-3.409-0.094-5.259-0.094-66.296 0-122.336 43.914-140.616 104.241l-0.271 1.040h-8.208c-8.536 0.142-15.401 7.095-15.401 15.651s6.865 15.509 15.388 15.651l0.013 0h2.395c-0.571 4.597-0.896 9.918-0.896 15.315 0 0.068 0 0.137 0 0.205l-0-0.011c0.001 5.167 0.327 10.257 0.957 15.252l-0.061-0.596h-2.396c-8.536 0.142-15.401 7.095-15.401 15.651s6.865 15.509 15.388 15.651l0.013 0h7.772c18.444 61.826 74.792 106.13 141.488 106.13 1.792 0 3.576-0.032 5.353-0.095l-0.257 0.007c0.918 0.023 1.999 0.036 3.084 0.036 41.616 0 78.701-19.396 102.709-49.641l0.207-0.27c2.097-2.554 3.367-5.856 3.367-9.454 0-1.064-0.111-2.101-0.322-3.102l0.017 0.098c-0.951-4.661-3.891-8.49-7.876-10.626l-0.083-0.041-13.896-7.364c-2.070-1.091-4.523-1.732-7.126-1.732-4.868 0-9.212 2.24-12.060 5.745l-0.023 0.029c-16.266 19.737-40.649 32.277-67.967 32.469l-0.033 0c-0.594 0.013-1.293 0.020-1.995 0.020-41.425 0-76.909-25.438-91.683-61.546l-0.239-0.661h107.605c8.536-0.142 15.401-7.095 15.401-15.651s-6.865-15.509-15.388-15.651l-0.013-0h-115.689c-0.587-4.393-0.928-9.48-0.938-14.644l-0-0.012c-0-0.014-0-0.032-0-0.049 0-5.449 0.341-10.819 1.002-16.088l-0.064 0.628h115.687c8.536-0.142 15.401-7.095 15.401-15.651s-6.865-15.509-15.388-15.651l-0.013-0h-107.167c15.113-36.301 50.3-61.358 91.339-61.358 0.753 0 1.503 0.008 2.252 0.025l-0.111-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cash Euro"],"grid":0},"attrs":[{}],"properties":{"order":2535,"id":275,"name":"Cash-Euro","prevSize":32,"code":59699},"setIdx":0,"setId":2,"iconIdx":299},{"icon":{"paths":["M511.979 403.854c-56.229 0-94.010 41.625-94.010 103.583 0 60.99 38.656 103.583 94.010 103.583 0.208 0.002 0.454 0.003 0.7 0.003 14.933 0 29.061-3.445 41.633-9.584l-0.562 0.248-36.437-40.156 33.104-27.927 36.083 40.146c12.253-17.904 19.568-40.031 19.568-63.865 0-0.86-0.010-1.719-0.028-2.575l0.002 0.127c0.001-60.989-38.687-103.583-94.062-103.583zM881.895 431.822l-29.854-29.833c-13.4-13.412-21.688-31.934-21.688-52.391 0-0.086 0-0.171 0-0.257l-0 0.013v-42.624c-0.083-62.428-50.675-113.012-113.097-113.083l-42.716-0c-0.060 0-0.131 0-0.203 0-20.416 0-38.899-8.276-52.277-21.657l-0-0-30.352-30.292c-20.072-20.319-47.934-32.904-78.735-32.904-0.467 0-0.933 0.003-1.398 0.009l0.071-0.001c-0.002-0-0.005-0-0.008-0-31.224 0-59.472 12.743-79.826 33.313l-0.010 0.010-29.781 29.823c-13.433 13.407-31.977 21.698-52.458 21.698-0.048 0-0.096-0-0.144-0l0.007 0h-42.717c-62.402 0.104-112.957 50.677-113.031 113.076l-0 0.007v42.531c0 0.046 0 0.101 0 0.157 0 20.481-8.291 39.025-21.699 52.459l-29.54 29.603c-0.302 0.271-0.604 0.562-0.896 0.864-20.215 20.434-32.704 48.547-32.704 79.577 0 31.326 12.728 59.679 33.294 80.17l0.003 0.003 29.823 29.854c13.418 13.397 21.719 31.917 21.719 52.375 0 0.055-0 0.11-0 0.165l0-0.009v42.792c0.071 62.402 50.639 112.97 113.035 113.042l42.611 0c0.024-0 0.051-0 0.079-0 20.49 0 39.044 8.286 52.496 21.69l-0.002-0.002 30.354 30.375c20.438 20.261 48.58 32.781 79.645 32.781 31.325 0 59.676-12.73 80.164-33.299l0.004-0.004 29.875-29.824c13.415-13.419 31.95-21.719 52.423-21.719 0.049 0 0.098 0 0.147 0l-0.008-0h42.792c62.407-0.070 112.981-50.636 113.062-113.034l0-0.008v-42.709c-0-0.069-0-0.151-0-0.232 0-20.407 8.263-38.885 21.626-52.269l-0.001 0.001 30.375-30.354c20.278-20.455 32.808-48.62 32.808-79.711 0-31.32-12.715-59.67-33.265-80.169l-0.002-0.002zM642.396 635.5l-32.667 27.958-25.625-28.146c-20.252 11.324-44.436 17.992-70.178 17.992-0.685 0-1.368-0.005-2.050-0.014l0.103 0.001c-0.882 0.020-1.92 0.031-2.962 0.031-76.927 0-139.288-62.362-139.288-139.288 0-2.32 0.057-4.628 0.169-6.92l-0.013 0.323c-0.1-1.97-0.156-4.277-0.156-6.597 0-76.927 62.361-139.288 139.288-139.288 1.041 0 2.080 0.011 3.116 0.034l-0.154-0.003c0.891-0.021 1.942-0.032 2.995-0.032 76.937 0 139.307 62.37 139.307 139.307 0 2.314-0.056 4.615-0.168 6.902l0.013-0.322c0.019 0.899 0.030 1.958 0.030 3.020 0 37.497-13.802 71.771-36.602 98.018l0.156-0.183z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cash GTM-Fill"],"grid":0},"attrs":[{}],"properties":{"order":2536,"id":276,"name":"Cash-GTM-Fill","prevSize":32,"code":59700},"setIdx":0,"setId":2,"iconIdx":300},{"icon":{"paths":["M881.875 431.833l-29.843-29.844c-13.401-13.417-21.688-31.944-21.688-52.406 0-0.080 0-0.161 0-0.241l-0 0.012v-42.624c-0.073-62.425-50.659-113.010-113.076-113.083l-42.716-0c-0.051 0-0.112 0-0.173 0-20.433 0-38.935-8.271-52.339-21.648l-29.509-29.436c-0.302-0.344-0.625-0.667-0.948-0.99-20.318-20.251-48.35-32.771-79.307-32.771-0.108 0-0.216 0-0.324 0l0.017-0h-0.323c-0.002-0-0.005-0-0.008-0-31.224 0-59.472 12.743-79.826 33.313l-0.010 0.010-29.781 29.823c-13.433 13.407-31.977 21.698-52.458 21.698-0.048 0-0.096-0-0.144-0l0.007 0h-42.717c-62.402 0.104-112.957 50.677-113.031 113.076l-0 0.007v42.531c0 0.046 0 0.101 0 0.157 0 20.481-8.291 39.025-21.699 52.459l-29.54 29.603c-0.302 0.271-0.604 0.562-0.896 0.864-20.215 20.434-32.704 48.547-32.704 79.577 0 31.326 12.728 59.679 33.294 80.17l0.003 0.003 29.823 29.854c13.418 13.397 21.719 31.917 21.719 52.375 0 0.055-0 0.11-0 0.165l0-0.009v42.792c0.071 62.402 50.639 112.97 113.035 113.042l42.611 0c0.024-0 0.051-0 0.079-0 20.49 0 39.044 8.286 52.496 21.69l-0.002-0.002 30.354 30.375c20.315 20.281 48.362 32.823 79.339 32.823 0.104 0 0.208-0 0.313-0l-0.016 0h0.427c31.198-0.017 59.415-12.766 79.739-33.333l0.011-0.011 29.865-29.824c13.422-13.419 31.964-21.719 52.443-21.719 0.049 0 0.098 0 0.148 0l-0.008-0h42.792c62.402-0.071 112.97-50.639 113.041-113.035l0-0.007v-42.709c-0-0.063-0-0.137-0-0.212 0-20.417 8.271-38.901 21.646-52.286l30.343-30.354c20.317-20.437 32.875-48.606 32.875-79.708 0-31.33-12.743-59.684-33.329-80.162l-0.005-0.005zM854.729 565.021l-29.927 29.917c-20.299 20.304-32.854 48.351-32.854 79.33 0 0.103 0 0.207 0 0.31l-0-0.016v42.709c-0.064 41.215-33.47 74.606-74.684 74.645l-42.765 0c-0.073-0-0.161-0-0.248-0-31.024 0-59.109 12.584-79.428 32.926l-0.001 0.001-29.948 29.896c-13.433 13.609-32.079 22.044-52.695 22.062l-0.285 0c-0.124 0.001-0.27 0.001-0.416 0.001-20.038 0-38.209-7.997-51.494-20.973l0.014 0.014c-0.354-0.385-0.729-0.771-1.125-1.136l0.010-0.010-29.885-29.896c-20.353-20.32-48.453-32.886-79.488-32.886-0.059 0-0.118 0-0.177 0l0.009-0h-42.624c-41.205-0.051-74.594-33.44-74.645-74.641l-0-0.005v-42.803c0-0.069 0-0.15 0-0.231 0-31.020-12.585-59.1-32.927-79.414l-0.001-0.001-29.897-29.927c-13.571-13.553-21.967-32.286-21.967-52.98 0-20.719 8.416-39.473 22.016-53.029l0.002-0.002 29.875-29.917c20.325-20.337 32.896-48.427 32.896-79.453 0-0.086-0-0.173-0-0.259l0 0.013v-42.542c0.051-41.214 33.435-74.613 74.638-74.688l0.007-0h42.719c0.067 0 0.146 0 0.226 0 31.034 0 59.13-12.575 79.473-32.907l-0 0 29.865-29.906c13.455-13.6 32.119-22.024 52.75-22.031l0.001-0c20.601 0.097 39.252 8.371 52.887 21.741l-0.012-0.012c0.24 0.24 0.491 0.469 0.739 0.698l29.573 29.562c20.305 20.299 48.353 32.854 79.333 32.854 0.095 0 0.191-0 0.286-0l-0.015 0h42.719c41.228 0.052 74.636 33.46 74.688 74.683l0 0.005v42.615c-0 0.099-0 0.216-0 0.333 0 31.014 12.571 59.093 32.897 79.417l29.927 29.927c13.615 13.532 22.042 32.272 22.042 52.979 0 20.728-8.444 39.485-22.080 53.017l-0.005 0.005zM511.979 361.583c-0.882-0.020-1.92-0.031-2.962-0.031-76.927 0-139.288 62.361-139.288 139.288 0 2.32 0.057 4.628 0.169 6.92l-0.013-0.323c-0.1 1.97-0.156 4.277-0.156 6.597 0 76.927 62.362 139.288 139.288 139.288 1.041 0 2.080-0.011 3.116-0.034l-0.154 0.003c0.579 0.008 1.262 0.013 1.947 0.013 25.742 0 49.926-6.668 70.919-18.372l-0.741 0.379 25.615 28.146 32.677-27.958-24.687-27.208c22.639-26.061 36.437-60.329 36.437-97.82 0-1.067-0.011-2.131-0.033-3.192l0.003 0.159c0.099-1.963 0.155-4.263 0.155-6.577 0-76.938-62.371-139.309-139.309-139.309-1.048 0-2.094 0.012-3.137 0.035l0.155-0.003zM586.489 573.75l-36.062-40.146-33.115 27.927 36.437 40.156c-12.005 5.891-26.128 9.336-41.056 9.336-0.251 0-0.502-0.001-0.753-0.003l0.038 0c-55.354 0-94.010-42.594-94.010-103.583 0-61.958 37.781-103.583 94.010-103.583 55.375 0 94.052 42.594 94.052 103.583 0.017 0.728 0.026 1.587 0.026 2.447 0 23.835-7.314 45.961-19.82 64.257l0.253-0.392z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cash GTM"],"grid":0},"attrs":[{}],"properties":{"order":2757,"id":277,"name":"Cash-GTM","prevSize":32,"code":59701},"setIdx":0,"setId":2,"iconIdx":301},{"icon":{"paths":["M883.385 430.323l-29.844-29.844c-13.014-13.025-21.063-31.013-21.063-50.882 0-0.085 0-0.171 0-0.256l-0 0.013v-42.624c-0.074-63.604-51.615-115.145-115.212-115.219l-42.716-0c-0.055 0-0.12 0-0.186 0-19.839 0-37.802-8.033-50.814-21.023l-29.437-29.354c-0.333-0.365-0.677-0.729-1.031-1.073-20.827-20.614-49.485-33.35-81.119-33.35-31.908 0-60.79 12.958-81.67 33.899l-0.003 0.003-29.771 29.823c-13.047 13.021-31.058 21.073-50.949 21.073-0.051 0-0.101-0-0.152-0l0.008 0h-42.718c-63.581 0.106-115.091 51.634-115.166 115.212l-0 0.007v42.531c0 0.049 0 0.106 0 0.163 0 19.889-8.052 37.897-21.074 50.942l-29.458 29.53c-0.333 0.302-0.667 0.625-0.989 0.958-20.594 20.816-33.316 49.456-33.316 81.067 0 31.912 12.966 60.795 33.917 81.67l0.003 0.003 29.823 29.854c13.032 13.021 21.094 31.016 21.094 50.894 0 0.048-0 0.096-0 0.145l0-0.007v42.792c0.074 63.581 51.596 115.103 115.17 115.177l42.6 0c0.035-0 0.078-0 0.12-0 19.891 0 37.902 8.047 50.955 21.064l-0.002-0.002 30.365 30.374c20.694 20.668 49.269 33.449 80.828 33.449 0.108 0 0.216-0 0.324-0l-0.017 0h0.438c31.783-0.024 60.529-13.011 81.239-33.958l0.010-0.011 29.865-29.812c13.026-13.039 31.029-21.104 50.915-21.104 0.056 0 0.111 0 0.167 0l-0.009-0h42.792c63.581-0.074 115.103-51.596 115.177-115.17l0-0.007v-42.709c-0-0.060-0-0.132-0-0.203 0-19.834 8.032-37.792 21.022-50.798l-0.001 0.001 30.354-30.344c20.697-20.824 33.49-49.525 33.49-81.213 0-31.922-12.982-60.812-33.955-81.678l-0.005-0.005zM627.563 669.927c-15.608 9.729-34.557 15.497-54.854 15.497-1.532 0-3.055-0.033-4.571-0.098l0.216 0.007c-0.003 0-0.007 0-0.011 0-18.633 0-36.18-4.645-51.548-12.84l0.591 0.288-1-0.438c-10.779-5.632-23.508-9.032-37.007-9.27l-0.076-0.001c-15.958 1.090-30.669 5.481-43.767 12.492l0.58-0.283c-2.241 1.069-4.87 1.693-7.644 1.693-7.076 0-13.204-4.058-16.183-9.974l-0.047-0.104-3.865-7.969c-1.151-2.3-1.825-5.012-1.825-7.881 0-6.742 3.722-12.615 9.223-15.677l0.091-0.047c30.896-16.906 47.906-39.26 47.906-62.969 0.003-0.211 0.004-0.46 0.004-0.709 0-9.221-2.175-17.934-6.040-25.654l0.15 0.331h-51.292c-9.941 0-18-8.059-18-18s8.059-18 18-18v0h25.927c-17.954-18.076-29.414-42.622-30.576-69.835l-0.007-0.217c0-56.021 52.24-101.604 116.448-101.604 1.855-0.105 4.025-0.165 6.209-0.165 36.535 0 69.161 16.739 90.626 42.967l0.165 0.208c2.274 2.99 3.644 6.776 3.644 10.881 0 6.532-3.466 12.254-8.658 15.428l-0.079 0.045-12.771 7.656c-2.64 1.607-5.832 2.558-9.247 2.558-6.019 0-11.347-2.955-14.613-7.494l-0.037-0.053c-11.464-15.571-29.703-25.577-50.282-25.635l-0.009-0c-1.405-0.121-3.041-0.19-4.693-0.19-31.453 0-57.053 25.056-57.93 56.297l-0.002 0.081c1.189 22.791 10.752 43.142 25.644 58.217l-0.009-0.009 8.146 10.865h57.041c9.941 0 18 8.059 18 18s-8.059 18-18 18v0h-39.854c0.862 4.514 1.389 9.739 1.458 15.075l0.001 0.060c-0.262 22.89-10.785 43.271-27.175 56.794l-0.127 0.102c4.269-0.726 9.201-1.153 14.228-1.177l0.023-0c14.215 0.337 27.492 4.045 39.158 10.352l-0.459-0.227c9.128 5.010 19.919 8.162 31.396 8.671l0.156 0.006c0.009 0 0.020 0 0.031 0 11.786 0 22.836-3.151 32.353-8.657l-0.311 0.166c2.54-1.513 5.601-2.408 8.87-2.408 1.8 0 3.536 0.271 5.171 0.774l-0.124-0.033c4.819 1.453 8.707 4.723 10.942 8.994l0.048 0.1 6.104 11.906c1.267 2.397 2.011 5.239 2.011 8.255 0 6.149-3.092 11.575-7.805 14.81l-0.061 0.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cash Pounds_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2758,"id":278,"name":"Cash-Pounds_Fill","prevSize":32,"code":59702},"setIdx":0,"setId":2,"iconIdx":302},{"icon":{"paths":["M881.875 431.833l-29.843-29.844c-13.401-13.417-21.688-31.944-21.688-52.406 0-0.080 0-0.161 0-0.241l-0 0.012v-42.624c-0.073-62.425-50.659-113.010-113.076-113.083l-42.716-0c-0.051 0-0.112 0-0.173 0-20.433 0-38.935-8.271-52.339-21.648l-29.509-29.436c-0.302-0.344-0.625-0.667-0.948-0.99-20.318-20.251-48.35-32.771-79.307-32.771-0.108 0-0.216 0-0.324 0l0.017-0h-0.323c-0.002-0-0.005-0-0.008-0-31.224 0-59.472 12.743-79.826 33.313l-0.010 0.010-29.781 29.823c-13.433 13.407-31.977 21.698-52.458 21.698-0.048 0-0.096-0-0.144-0l0.007 0h-42.717c-62.402 0.104-112.957 50.677-113.031 113.076l-0 0.007v42.531c0 0.046 0 0.101 0 0.157 0 20.481-8.291 39.025-21.699 52.459l-29.54 29.603c-0.302 0.271-0.604 0.562-0.896 0.864-20.215 20.434-32.704 48.547-32.704 79.577 0 31.326 12.728 59.679 33.294 80.17l0.003 0.003 29.823 29.854c13.418 13.397 21.719 31.917 21.719 52.375 0 0.055-0 0.11-0 0.165l0-0.009v42.792c0.071 62.402 50.639 112.97 113.035 113.042l42.611 0c0.024-0 0.051-0 0.079-0 20.49 0 39.044 8.286 52.496 21.69l-0.002-0.002 30.354 30.375c20.315 20.281 48.362 32.823 79.339 32.823 0.104 0 0.208-0 0.313-0l-0.016 0h0.427c31.198-0.017 59.415-12.766 79.739-33.333l0.011-0.011 29.865-29.824c13.422-13.419 31.964-21.719 52.443-21.719 0.049 0 0.098 0 0.148 0l-0.008-0h42.792c62.402-0.071 112.97-50.639 113.041-113.035l0-0.007v-42.709c-0-0.063-0-0.137-0-0.212 0-20.417 8.271-38.901 21.646-52.286l30.343-30.354c20.317-20.437 32.875-48.606 32.875-79.708 0-31.33-12.743-59.684-33.329-80.162l-0.005-0.005zM854.729 565.021l-29.927 29.917c-20.299 20.304-32.854 48.351-32.854 79.33 0 0.103 0 0.207 0 0.31l-0-0.016v42.709c-0.064 41.215-33.47 74.606-74.684 74.645l-42.765 0c-0.073-0-0.161-0-0.248-0-31.024 0-59.109 12.584-79.428 32.926l-0.001 0.001-29.948 29.896c-13.433 13.609-32.079 22.044-52.695 22.062l-0.285 0c-0.124 0.001-0.27 0.001-0.416 0.001-20.038 0-38.209-7.997-51.494-20.973l0.014 0.014c-0.354-0.385-0.729-0.771-1.125-1.136l0.010-0.010-29.885-29.896c-20.353-20.32-48.453-32.886-79.488-32.886-0.059 0-0.118 0-0.177 0l0.009-0h-42.624c-41.205-0.051-74.594-33.44-74.645-74.641l-0-0.005v-42.803c0-0.069 0-0.15 0-0.231 0-31.020-12.585-59.1-32.927-79.414l-0.001-0.001-29.897-29.927c-13.571-13.553-21.967-32.286-21.967-52.98 0-20.719 8.416-39.473 22.016-53.029l0.002-0.002 29.875-29.917c20.325-20.337 32.896-48.427 32.896-79.453 0-0.086-0-0.173-0-0.259l0 0.013v-42.542c0.051-41.214 33.435-74.613 74.638-74.688l0.007-0h42.719c0.067 0 0.146 0 0.226 0 31.034 0 59.13-12.575 79.473-32.907l-0 0 29.865-29.906c13.455-13.6 32.119-22.024 52.75-22.031l0.001-0c20.612 0.033 39.282 8.323 52.884 21.738l-0.009-0.008c0.24 0.24 0.491 0.469 0.739 0.698l29.573 29.562c20.305 20.299 48.353 32.854 79.333 32.854 0.095 0 0.191-0 0.286-0l-0.015 0h42.719c41.228 0.052 74.636 33.46 74.688 74.683l0 0.005v42.615c-0 0.099-0 0.216-0 0.333 0 31.014 12.571 59.093 32.897 79.417l29.927 29.927c13.615 13.532 22.042 32.272 22.042 52.979 0 20.728-8.444 39.485-22.080 53.017l-0.005 0.005zM627.312 634.917c-2.283-4.371-6.17-7.641-10.861-9.060l-0.128-0.033c-1.511-0.471-3.248-0.743-5.048-0.743-3.269 0-6.33 0.895-8.949 2.454l0.081-0.044c-9.206 5.34-20.256 8.491-32.042 8.491-0.011 0-0.022-0-0.033-0l0.002 0c-11.633-0.515-22.424-3.667-31.934-8.868l0.382 0.191c-11.207-6.080-24.484-9.788-38.595-10.123l-0.103-0.002c-5.050 0.024-9.981 0.451-14.787 1.251l0.536-0.074c16.517-13.625 27.040-34.006 27.302-56.852l0-0.044c-0.069-5.396-0.597-10.622-1.546-15.699l0.088 0.563h39.855c9.941 0 18-8.059 18-18s-8.059-18-18-18v0h-57.041l-8.146-10.865c-14.883-15.067-24.447-35.418-25.626-57.989l-0.009-0.219c0.879-31.322 26.479-56.378 57.932-56.378 1.652 0 3.287 0.069 4.904 0.205l-0.211-0.014c20.588 0.058 38.827 10.064 50.171 25.463l0.121 0.172c3.303 4.592 8.631 7.547 14.65 7.547 3.414 0 6.606-0.951 9.326-2.602l-0.080 0.045 12.771-7.656c5.272-3.219 8.737-8.941 8.737-15.473 0-4.106-1.369-7.891-3.676-10.926l0.032 0.045c-21.63-26.436-54.256-43.176-90.791-43.176-2.184 0-4.354 0.060-6.508 0.178l0.3-0.013c-64.208 0-116.448 45.583-116.448 101.604 1.169 27.43 12.629 51.976 30.589 70.058l-0.006-0.006h-25.927c-9.941 0-18 8.059-18 18s8.059 18 18 18v0h51.292c3.715 7.388 5.89 16.101 5.89 25.322 0 0.249-0.002 0.498-0.005 0.746l0-0.038c0 23.708-17.011 46.063-47.906 62.969-5.593 3.108-9.314 8.981-9.314 15.724 0 2.869 0.674 5.58 1.872 7.985l-0.047-0.104 3.865 7.969c3.029 6.019 9.157 10.076 16.234 10.076 2.774 0 5.401-0.623 7.751-1.737l-0.11 0.047c12.519-6.727 27.229-11.118 42.853-12.19l0.335-0.018c13.576 0.239 26.304 3.639 37.552 9.493l-0.469-0.222 1 0.438c14.777 7.907 32.325 12.552 50.958 12.552 0.004 0 0.008-0 0.012-0l-0.001 0c1.299 0.058 2.823 0.090 4.355 0.090 20.297 0 39.246-5.768 55.298-15.755l-0.445 0.258c4.774-3.274 7.865-8.701 7.865-14.849 0-3.016-0.744-5.858-2.058-8.353l0.047 0.098z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cash Pounds"],"grid":0},"attrs":[{}],"properties":{"order":2759,"id":279,"name":"Cash-Pounds","prevSize":32,"code":59703},"setIdx":0,"setId":2,"iconIdx":303},{"icon":{"paths":["M429.125 497.677c0.151 45.72 37.249 82.724 82.99 82.724s82.838-37.004 82.99-82.709l0-0.015c0.006-13.549 10.991-24.531 24.542-24.531l289.481-0-73.96-217.115c-17.943-48.943-64.131-83.236-118.328-83.236-0.478 0-0.955 0.003-1.432 0.008l0.073-0.001h-399.417c-0.635-0.012-1.384-0.018-2.135-0.018-54.024 0-100.019 34.378-117.301 82.451l-0.273 0.869-73.961 217.042h282.19c13.55 0 24.536 10.982 24.542 24.531l0 0.001zM641.896 522.208c-12.092 61.516-65.587 107.28-129.771 107.28s-117.678-45.764-129.633-106.442l-0.138-0.838h-267.25v186.208c0.098 78.82 63.971 142.69 142.783 142.781l515.738 0c78.821-0.092 142.693-63.961 142.791-142.772l0-0.009v-186.208z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cashdraw_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2760,"id":280,"name":"Cashdraw_Fill","prevSize":32,"code":59704},"setIdx":0,"setId":2,"iconIdx":304},{"icon":{"paths":["M911.798 493.38c-0.028-0.701-0.090-1.357-0.185-2.002l0.012 0.101-80.229-235.448c-17.943-48.943-64.131-83.236-118.328-83.236-0.478 0-0.956 0.003-1.432 0.008l0.073-0.001h-399.417c-0.63-0.011-1.373-0.018-2.117-0.018-54.029 0-100.028 34.377-117.318 82.451l-0.273 0.869-80.208 235.375c-0.083 0.544-0.145 1.2-0.172 1.865l-0.001 0.036c-0.431 1.257-0.739 2.718-0.864 4.23l-0.004 0.066v210.739c0.1 78.827 63.984 142.699 142.805 142.781l515.716 0c78.829-0.082 142.712-63.955 142.813-142.772l0-0.010v-210.739c-0.129-1.579-0.438-3.040-0.907-4.426l0.038 0.13zM228.958 268.375c12.336-33.635 44.079-57.2 81.327-57.2 0.706 0 1.409 0.008 2.111 0.025l-0.104-0.002h399.417c0.408-0.007 0.889-0.011 1.371-0.011 37.456 0 69.403 23.582 81.806 56.709l0.198 0.603 71.542 209.979h-250.729c-0.001-0-0.002-0-0.003-0-10.604 0-19.201 8.594-19.205 19.197l-0 0c-0.135 48.683-39.632 88.096-88.333 88.096s-88.198-39.413-88.333-88.083l-0-0.013c-0.004-10.604-8.601-19.198-19.205-19.198-0.001 0-0.002 0-0.004 0l-243.436-0zM874.25 708.416c-0.073 57.625-46.77 104.318-104.39 104.385l-515.715 0c-57.626-0.067-104.323-46.761-104.396-104.378l-0-0.007v-191.541h233.478c9.703 61.12 62.025 107.286 125.129 107.286s115.426-46.165 125.035-106.565l0.094-0.721h240.763z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cashdraw"],"grid":0},"attrs":[{}],"properties":{"order":2761,"id":281,"name":"Cashdraw","prevSize":32,"code":59705},"setIdx":0,"setId":2,"iconIdx":305},{"icon":{"paths":["M177.937 192h668.125c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0h-668.125c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0zM846.063 604.448h-668.125c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h668.125c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0zM278.073 376.885c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h467.844c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0zM703.958 832h-383.927c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h383.927c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Center Align"],"grid":0},"attrs":[{}],"properties":{"order":2537,"id":282,"name":"Center-Align","prevSize":32,"code":59706},"setIdx":0,"setId":2,"iconIdx":306},{"icon":{"paths":["M684.768 540.954l35.096-347.184c0.25-2.333 0.393-5.040 0.393-7.78 0-42.635-34.561-77.197-77.195-77.2l-262.125-0c-42.634 0.003-77.195 34.565-77.195 77.2 0 2.74 0.143 5.447 0.421 8.113l-0.028-0.333 35.096 347.184c-28.362 15.058-47.377 44.358-47.503 78.111l-0 0.017v276.917c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-175.604h363.75v175.604c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-276.917c-0.126-33.77-19.141-63.071-47.024-77.897l-0.479-0.232zM671.844 159.979c6.219 6.792 10.029 15.878 10.029 25.855 0 1.431-0.078 2.844-0.231 4.234l0.015-0.172-23.494 232.438h-46.598l29.064-275.125h2.433c0.066-0 0.145-0.001 0.223-0.001 11.33 0 21.512 4.918 28.526 12.735l0.032 0.036zM531.489 422.333v-275.125h70.525l-29.064 275.125zM451.604 422.333l-29.581-275.125h71.070v275.125zM352.156 159.979c7.046-7.853 17.228-12.771 28.558-12.771 0.078 0 0.157 0 0.235 0.001l-0.012-0h2.456l29.581 275.125h-47.137l-23.494-232.437c-0.137-1.219-0.216-2.632-0.216-4.063 0-9.976 3.81-19.062 10.055-25.883l-0.026 0.029zM376.75 530.291l-7.029-69.542h284.557l-7.029 69.542h-270.5z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Chair 2_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2538,"id":283,"name":"Chair-2_Fill","prevSize":32,"code":59707},"setIdx":0,"setId":2,"iconIdx":307},{"icon":{"paths":["M684.768 540.954l35.096-347.184c0.25-2.333 0.393-5.040 0.393-7.78 0-42.635-34.561-77.197-77.195-77.2l-262.125-0c-42.634 0.003-77.195 34.565-77.195 77.2 0 2.74 0.143 5.447 0.421 8.113l-0.028-0.333 35.096 347.184c-28.362 15.058-47.377 44.358-47.503 78.111l-0 0.017v276.917c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-175.604h363.75v175.604c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-276.917c-0.126-33.77-19.141-63.071-47.024-77.897l-0.479-0.232zM640.63 147.208h2.433c0.006-0 0.013-0 0.020-0 21.413 0 38.772 17.359 38.772 38.772 0 1.379-0.072 2.742-0.213 4.084l0.014-0.168-23.494 232.437h-46.598zM654.279 460.75l-7.029 69.542h-270.5l-7.029-69.542zM531.489 147.208h70.525l-29.064 275.125h-41.461zM493.094 147.208v275.125h-41.488l-29.582-275.125zM352.156 159.979c7.046-7.853 17.228-12.771 28.558-12.771 0.078 0 0.157 0 0.235 0.001l-0.012-0h2.456l29.581 275.125h-47.137l-23.494-232.437c-0.137-1.219-0.216-2.632-0.216-4.063 0-9.976 3.81-19.062 10.055-25.883l-0.026 0.029zM693.875 681.979h-363.75v-62.896c0.032-27.816 22.578-50.354 50.394-50.375l262.961-0c27.817 0.021 50.363 22.559 50.396 50.372l0 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Chair 2"],"grid":0},"attrs":[{}],"properties":{"order":2539,"id":284,"name":"Chair-2","prevSize":32,"code":59708},"setIdx":0,"setId":2,"iconIdx":308},{"icon":{"paths":["M628.823 462.927h-160.343v-264.021c-0.047-37.962-30.809-68.724-68.767-68.771l-54.109-0c-0.001-0-0.001-0-0.002-0-10.602 0-19.196 8.594-19.196 19.196 0 0.001 0 0.001 0 0.002l-0-0v436.573c-0 0.001-0 0.001-0 0.002 0 10.602 8.594 19.196 19.196 19.196 0.001 0 0.002-0 0.002-0l-0 0c0.017 0 0.038 0 0.058 0 0.688 0 1.366-0.038 2.034-0.112l-0.082 0.007h49.939l-55.626 265.728c-0.272 1.211-0.428 2.602-0.428 4.030 0 10.604 8.596 19.2 19.2 19.2 9.243 0 16.96-6.531 18.789-15.23l0.022-0.125 57.275-273.603h150.379l57.274 273.604c1.923 8.733 9.596 15.17 18.772 15.17 10.604 0 19.2-8.596 19.2-19.2 0-1.361-0.142-2.689-0.411-3.97l0.022 0.125-55.626-265.728h52.001c0.001 0 0.001 0 0.002 0 10.602 0 19.196-8.594 19.196-19.196 0-0.001-0-0.001-0-0.002l0 0v-54.105c-0.047-37.962-30.809-68.724-68.766-68.771l-0.005-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Chair_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2540,"id":285,"name":"Chair_Fill","prevSize":32,"code":59709},"setIdx":0,"setId":2,"iconIdx":309},{"icon":{"paths":["M628.823 462.927h-160.343v-264.021c-0.047-37.962-30.809-68.724-68.767-68.771l-54.109-0c-0.001-0-0.001-0-0.002-0-10.602 0-19.196 8.594-19.196 19.196 0 0.001 0 0.001 0 0.002l-0-0v436.573c-0 0.001-0 0.001-0 0.002 0 10.602 8.594 19.196 19.196 19.196 0.001 0 0.002-0 0.002-0l-0 0c0.017 0 0.038 0 0.058 0 0.688 0 1.366-0.038 2.034-0.112l-0.082 0.007h49.939l-55.626 265.728c-0.272 1.211-0.428 2.602-0.428 4.030 0 10.604 8.596 19.2 19.2 19.2 9.243 0 16.96-6.531 18.789-15.23l0.022-0.125 57.275-273.603h150.379l57.274 273.604c1.923 8.733 9.596 15.17 18.772 15.17 10.604 0 19.2-8.596 19.2-19.2 0-1.361-0.142-2.689-0.411-3.97l0.022 0.125-55.626-265.728h52.001c0.001 0 0.001 0 0.002 0 10.602 0 19.196-8.594 19.196-19.196 0-0.001-0-0.001-0-0.002l0 0v-54.105c-0.047-37.962-30.809-68.724-68.766-68.771l-0.005-0zM659.198 566.604h-294.396v-398.073h34.906c16.768 0.019 30.356 13.607 30.375 30.373l0 0.002v283.219c-0 0.001-0 0.001-0 0.002 0 10.602 8.594 19.196 19.196 19.196 0.001 0 0.001-0 0.002-0l179.541 0c16.768 0.019 30.356 13.607 30.375 30.373l0 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Chair"],"grid":0},"attrs":[{}],"properties":{"order":2541,"id":286,"name":"Chair","prevSize":32,"code":59710},"setIdx":0,"setId":2,"iconIdx":310},{"icon":{"paths":["M813.227 260.907c-15.223 24.796-42.19 41.085-72.963 41.085-47.126 0-85.329-38.203-85.329-85.329 0-23.118 9.194-44.090 24.125-59.457l-0.020 0.020c-48.739-23.695-106.025-37.547-166.546-37.547-0.024 0-0.047 0-0.071 0l-0.424-0c-216.845 0.421-392.477 176.277-392.533 393.168l-0 0.006c1.308 72.125 20.768 139.43 53.983 197.899l-1.077-2.059c1.616 2.901 2.567 6.364 2.567 10.048 0 3-0.631 5.853-1.766 8.433l0.053-0.134-24.747 82.987c-1.457 4.105-2.299 8.839-2.299 13.77 0 18.608 11.991 34.414 28.668 40.115l0.298 0.089c4.012 1.411 8.638 2.226 13.454 2.226 5.044 0 9.879-0.894 14.356-2.532l-0.29 0.093 74.24-22.187c3-0.716 6.444-1.126 9.984-1.126 11.016 0 21.105 3.974 28.909 10.568l-0.066-0.055c0.872 0.801 1.852 1.508 2.909 2.094l0.078 0.040c55.633 32.137 122.371 51.099 193.537 51.099 216.528 0 392.060-175.531 392.060-392.060 0-95.887-34.423-183.735-91.585-251.859l0.495 0.606zM352.913 545.448c-18.453-0.017-33.405-14.979-33.405-33.434 0-18.465 14.969-33.434 33.434-33.434s33.434 14.969 33.434 33.434c0 0.010-0 0.021-0 0.031l0-0.002c-0.016 18.453-14.979 33.405-33.434 33.405-0.011 0-0.021-0-0.032-0l0.002 0zM512 545.448c-0 0-0 0-0.001 0-18.449 0-33.406-14.956-33.406-33.406s14.956-33.406 33.406-33.406c18.449 0 33.406 14.956 33.406 33.406 0 0.020-0 0.041-0 0.061l0-0.003c-0.048 18.418-14.982 33.332-33.404 33.348l-0.001 0zM671.059 545.419c-0 0-0 0-0.001 0-18.465 0-33.434-14.969-33.434-33.434s14.969-33.434 33.434-33.434c18.465 0 33.434 14.969 33.434 33.434 0 0-0 0-0 0.001l0-0c-0.001 18.465-14.969 33.433-33.433 33.434l-0 0zM740.267 268.16c0.008 0 0.018 0 0.028 0 22.252 0 41.194-14.175 48.286-33.989l0.112-0.358c1.89-5.078 2.985-10.944 2.987-17.066l0-0.001c-0.033-28.284-22.969-51.2-51.258-51.2-0.055 0-0.11 0-0.164 0l0.008-0c-28.232 0.11-51.090 22.968-51.2 51.189l-0 0.011c-0 0.046-0 0.1-0 0.154 0 28.289 22.916 51.226 51.197 51.26l0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Chat_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2542,"id":287,"name":"Chat_Fill","prevSize":32,"code":59711},"setIdx":0,"setId":2,"iconIdx":311},{"icon":{"paths":["M637.624 511.986c0 18.465 14.969 33.434 33.434 33.434s33.434-14.969 33.434-33.434c0-18.465-14.969-33.434-33.434-33.434l-0-0c-0-0-0-0-0-0-18.465 0-33.435 14.969-33.435 33.435 0 0 0 0 0 0l0 0zM478.595 511.986c-0 0.017-0 0.036-0 0.056 0 18.449 14.956 33.405 33.405 33.405s33.405-14.956 33.405-33.405c0-18.429-14.923-33.372-33.344-33.405l-0.003-0c-0.009-0-0.019-0-0.030-0-18.435 0-33.385 14.921-33.433 33.344l-0 0.005zM319.508 511.986c-0 0.008-0 0.018-0 0.028 0 18.465 14.969 33.434 33.434 33.434s33.434-14.969 33.434-33.434c0-18.455-14.953-33.418-33.405-33.434l-0.002-0c-0.008-0-0.019-0-0.029-0-18.455 0-33.418 14.953-33.434 33.405l-0 0.002zM829.646 281.5c-3.529-4.877-9.203-8.013-15.609-8.013-10.61 0-19.211 8.601-19.211 19.211 0 4.285 1.403 8.242 3.774 11.437l-0.037-0.052c42.179 57.547 67.493 129.757 67.493 207.879 0 195.442-158.437 353.879-353.879 353.879-63.617 0-123.313-16.787-174.9-46.172l1.744 0.915c-14.086-11.431-32.234-18.352-51.998-18.352-7.050 0-13.894 0.881-20.428 2.538l0.573-0.123-76.564 22.812c-0.46 0.184-0.993 0.291-1.551 0.291-0.598 0-1.168-0.123-1.685-0.344l0.028 0.011c-1.571-0.779-2.631-2.371-2.631-4.211 0-0.536 0.090-1.051 0.256-1.53l-0.010 0.033 24.438-82.102c2.565-6.265 4.053-13.536 4.053-21.155 0-10.588-2.875-20.504-7.887-29.010l0.146 0.268c-29.175-51.312-46.801-112.535-47.891-177.782l-0.004-0.322c0.31-195.311 158.711-353.521 354.064-353.521 0.047 0 0.093 0 0.14 0l0.358-0c0.050-0 0.109-0 0.169-0 44.982 0 87.977 8.51 127.462 24.007l-2.37-0.819c2.034 0.801 4.39 1.265 6.854 1.265 10.605 0 19.202-8.597 19.202-19.202 0-8.141-5.066-15.099-12.218-17.893l-0.131-0.045c-41.192-16.287-88.91-25.729-138.833-25.729-0.040 0-0.081 0-0.121 0l-0.399-0c-216.853 0.325-392.527 176.17-392.574 393.058l-0 0.005c1.292 72.192 20.773 139.563 54.035 198.078l-1.076-2.057c1.597 2.865 2.537 6.285 2.537 9.924 0 3.045-0.658 5.936-1.84 8.539l0.053-0.13-24.781 83.063c-1.387 4.004-2.188 8.619-2.188 13.42 0 6.927 1.667 13.465 4.622 19.235l-0.111-0.238c4.901 9.849 13.3 17.344 23.531 20.952l0.292 0.090c4.286 1.68 9.249 2.654 14.439 2.654 4.959 0 9.71-0.889 14.103-2.516l-0.281 0.091 74.292-22.125c3.028-0.75 6.505-1.18 10.082-1.18 10.924 0 20.91 4.012 28.566 10.643l-0.055-0.046c0.867 0.731 1.831 1.412 2.85 2.010l0.098 0.053c55.45 32.144 121.989 51.14 192.959 51.208l0.020 0c37.387-0.035 73.539-5.258 107.795-14.989l-2.785 0.676c167.319-47.29 287.873-198.621 287.873-378.109 0-86.617-28.075-166.677-75.621-231.576l0.769 1.101zM740.292 271.313c0.003 0 0.007 0 0.010 0 30.117 0 54.531-24.414 54.531-54.531s-24.414-54.531-54.531-54.531c-30.113 0-54.525 24.408-54.531 54.52l-0 0.001c0.034 30.101 24.421 54.496 54.516 54.541l0.004 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Chat"],"grid":0},"attrs":[{}],"properties":{"order":2543,"id":288,"name":"Chat","prevSize":32,"code":59712},"setIdx":0,"setId":2,"iconIdx":312},{"icon":{"paths":["M699.312 130.135h-384.458c-101.97 0.113-184.604 82.74-184.729 184.696l-0 0.012v384.469c0.131 107.399 87.162 194.427 194.55 194.552l384.408 0c102.010-0.118 184.674-82.782 184.792-184.781l0-0.011v-384.386c-0.131-107.399-87.162-194.427-194.55-194.552l-0.012-0zM693 413.979l-223.188 223.188c-3.479 3.475-8.283 5.625-13.589 5.625-5.301 0-10.101-2.145-13.579-5.615l0 0-111.646-111.595c-3.459-3.473-5.598-8.265-5.598-13.555 0-10.609 8.601-19.21 19.21-19.21 5.291 0 10.082 2.139 13.556 5.599l-0.001-0.001 98.063 98.031 209.604-209.615c3.475-3.478 8.278-5.629 13.583-5.629 10.605 0 19.202 8.597 19.202 19.202 0 5.3-2.147 10.098-5.619 13.573l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Check Box Fill 2"],"grid":0},"attrs":[{}],"properties":{"order":2544,"id":289,"name":"Check-Box-Fill-2","prevSize":32,"code":59713},"setIdx":0,"setId":2,"iconIdx":313},{"icon":{"paths":["M699.312 130.135h-384.458c-101.97 0.113-184.604 82.74-184.729 184.696l-0 0.012v384.469c0.131 107.399 87.162 194.427 194.55 194.552l384.408 0c102.010-0.118 184.674-82.782 184.792-184.781l0-0.011v-384.386c-0.131-107.399-87.162-194.427-194.55-194.552l-0.012-0zM855.458 709.073c-0.091 80.808-65.568 146.293-146.365 146.396l-0.010 0h-384.396c-86.199-0.102-156.050-69.956-156.146-156.147l-0-0.009v-384.469c0.090-80.77 65.543-146.222 146.304-146.313l384.467-0c86.199 0.102 156.050 69.956 156.146 156.147l0 0.009zM665.833 386.833l-209.604 209.615-98.063-98.031c-3.473-3.459-8.265-5.598-13.555-5.598-10.609 0-19.21 8.601-19.21 19.21 0 5.291 2.139 10.082 5.599 13.556l-0.001-0.001 111.646 111.595c3.478 3.469 8.277 5.614 13.578 5.614 5.306 0 10.11-2.149 13.589-5.625l-0 0 223.188-223.188c3.472-3.474 5.619-8.273 5.619-13.573 0-10.605-8.597-19.202-19.202-19.202-5.305 0-10.108 2.151-13.583 5.629l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Check Box Fill"],"grid":0},"attrs":[{}],"properties":{"order":2545,"id":290,"name":"Check-Box-Fill","prevSize":32,"code":59714},"setIdx":0,"setId":2,"iconIdx":314},{"icon":{"paths":["M699.125 893.865h-364.48c-112.895-0.128-204.381-91.606-204.52-204.486l-0-0.013v-364.574c0.131-107.457 87.209-194.531 194.655-194.656l364.575-0c112.895 0.127 204.381 91.606 204.521 204.486l0 0.014v364.49c-0.13 107.503-87.246 194.615-194.738 194.74l-0.012 0zM324.792 168.531c-86.257 0.102-156.154 70.003-156.25 156.251l-0 0.009v364.574c0.101 91.696 74.408 166.004 166.094 166.104l364.49 0c86.304-0.102 156.238-70.040 156.333-156.335l0-0.009v-364.491c-0.101-91.696-74.409-166.003-166.095-166.103l-0.010-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Check Box"],"grid":0},"attrs":[{}],"properties":{"order":2546,"id":291,"name":"Check-Box","prevSize":32,"code":59715},"setIdx":0,"setId":2,"iconIdx":315},{"icon":{"paths":["M512 108.802c-222.68 0-403.198 180.518-403.198 403.198s180.518 403.198 403.198 403.198c222.68 0 403.198-180.518 403.198-403.198v0c-0.261-222.575-180.623-402.937-403.173-403.198l-0.025-0zM683.136 420.552l-210.052 210.042c-3.475 3.476-8.275 5.625-13.578 5.625-5.298 0-10.094-2.146-13.568-5.615l-105.074-105.021c-3.478-3.475-5.629-8.278-5.629-13.583 0-10.605 8.597-19.202 19.202-19.202 5.3 0 10.098 2.147 13.573 5.619l91.5 91.458 196.48-196.469c3.474-3.474 8.272-5.622 13.573-5.622 10.601 0 19.195 8.594 19.195 19.195 0 5.301-2.148 10.099-5.622 13.573l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Check_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2547,"id":292,"name":"Check_Fill","prevSize":32,"code":59716},"setIdx":0,"setId":2,"iconIdx":316},{"icon":{"paths":["M512 108.802c-222.68 0-403.198 180.518-403.198 403.198s180.518 403.198 403.198 403.198c222.68 0 403.198-180.518 403.198-403.198v0c-0.261-222.575-180.623-402.937-403.173-403.198l-0.025-0zM512 876.802c-201.475 0-364.802-163.327-364.802-364.802s163.327-364.802 364.802-364.802c201.475 0 364.802 163.327 364.802 364.802v0c-0.232 201.381-163.421 364.57-364.78 364.802l-0.022 0zM675.687 380.271l-222.74 222.739-104.635-104.594c-3.474-3.472-8.273-5.619-13.573-5.619-10.605 0-19.202 8.597-19.202 19.202 0 5.305 2.151 10.108 5.629 13.583l118.208 118.156c3.474 3.469 8.27 5.615 13.568 5.615 5.303 0 10.103-2.15 13.578-5.625l236.313-236.312c3.5-3.478 5.667-8.295 5.667-13.618 0-10.601-8.594-19.195-19.195-19.195-5.323 0-10.14 2.167-13.617 5.666l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Check"],"grid":0},"attrs":[{}],"properties":{"order":2548,"id":293,"name":"Check","prevSize":32,"code":59717},"setIdx":0,"setId":2,"iconIdx":317},{"icon":{"paths":["M528.332 363.687c-0.017 0.070-0.027 0.15-0.027 0.233 0 0.556 0.451 1.007 1.007 1.007 0.338 0 0.637-0.167 0.82-0.422l0.002-0.003c4.347-5.449 7.028-12.396 7.182-19.963l0.001-0.034 0.138 0.135c6.040 3.443 13.222 5.583 20.879 5.862l0.082 0.002c0.007 0 0.015 0.001 0.024 0.001 0.28 0 0.507-0.227 0.507-0.507 0-0.223-0.144-0.412-0.343-0.48l-0.004-0.001c-4.216-1.327-7.831-2.875-11.256-4.73l0.333 0.165c-0.313-0.172-0.522-0.499-0.522-0.875 0-0.54 0.431-0.98 0.968-0.994l0.001-0c10.052-0.266 25.678-1.435 30.107-1.768 0.153-0.014 0.272-0.142 0.272-0.297 0-0.126-0.078-0.234-0.189-0.278l-0.002-0.001c-5.703-1.723-12.362-2.972-19.224-3.5l-0.327-0.020c-0.539-0.057-0.62-0.563-0.471-1.078 0.747-2.479 11.784-1.388 17.096-1.114-0.865-0.726-1.835-1.38-2.871-1.928l-0.090-0.043-0.021-0.023c-2.146-1.489-4.303-2.984-6.483-4.416l-0.010-0.010c-3.443-3.095-7.818-5.216-12.655-5.897l-0.127-0.015c-0.099-0.002-0.216-0.003-0.333-0.003-6.649 0-12.561 3.152-16.325 8.043l-0.036 0.048c-0.133 0.158-0.33 0.257-0.551 0.257-0.397 0-0.719-0.322-0.719-0.719 0-0.039 0.003-0.077 0.009-0.115l-0.001 0.004c3.098-18.197 14.147-21.479 23.245-16.82 6.637 4.017 12.389 8.294 17.7 13.052l-0.11-0.097c0.127 0.116 0.296 0.188 0.482 0.188 0.394 0 0.714-0.319 0.714-0.714 0-0.114-0.027-0.221-0.074-0.317l0.002 0.004c-4.001-8.003-8.751-14.894-14.317-21.030l0.069 0.077c-3.208-2.551-7.317-4.092-11.787-4.092-2.124 0-4.167 0.348-6.075 0.991l0.134-0.039c-15.707 2.477-18.507 28.167-18.748 30.656l0.057 0.378c2.143 5.54 3.385 11.95 3.385 18.651 0 4.469-0.552 8.81-1.593 12.957l0.078-0.366zM758.232 861.687l0.425-0.146c0.146-0.092 0.323-0.189 0.505-0.277l0.034-0.015c-0.373 0.132-0.691 0.279-0.992 0.453l0.029-0.015zM827.785 744.542c-0.855-16.662-5.948-31.975-14.213-45.089l0.227 0.386c-1.609-2.313-3.298-4.341-5.146-6.213l0.005 0.005c-5.7-42.286-18.657-80.514-37.637-114.955l0.854 1.69c-9.146-18.946-20.568-35.194-34.196-49.298l0.051 0.053c-1.206-0.607-2.124-2.719-2.789-4.266-0.386-0.954-0.767-1.74-1.192-2.497l0.056 0.109c-2.525-4.336-8.434-6.367-15.879-8.57-1.182-0.354-2.766-0.826-3.419-1.078-2.308-1.39-5.011-2.734-7.823-3.866l-0.392-0.139 0.080-0.182-0.378 0.057c-2.181-0.93-4.888-2.065-8.284-3.453-12.38-5.393-37.818-16.349-48.19-20.698-19.286-8.458-31.195-12.794-32.905-16.547-3.206-5.299-8.771-8.893-15.202-9.325l-0.059-0.003c-0.129-0.029-0.225-0.141-0.229-0.276l-0-0c-0.048-4.174-1.719-7.949-4.411-10.731l0.004 0.004c-0.207-0.216-0.425-0.425-0.654-0.63-2.939-2.717-6.885-4.383-11.219-4.383-0.033 0-0.066 0-0.098 0l0.005-0c-0.288 0-0.574 0-0.861 0.021 1.204-1.341 2.363-2.719 3.453-4.117 9.769-13.687 16.204-30.376 17.792-48.455l0.027-0.376h0.010c4.835-0.107 9.072-2.575 11.614-6.294l0.032-0.050c6.967-13.156 11.664-28.55 13.127-44.877l0.034-0.467c-0.103-1.057-0.253-2.102-0.425-3.099-0.003-0.017-0.005-0.036-0.005-0.055 0-0.123 0.079-0.228 0.188-0.267l0.002-0.001c3.35-1.25 5.952-3.832 7.2-7.086l0.028-0.084c0.495-1.268 0.782-2.737 0.782-4.272 0-3.467-1.463-6.592-3.805-8.792l-0.006-0.006c-0.055-0.053-0.090-0.127-0.090-0.21 0-0.027 0.004-0.054 0.011-0.078l-0 0.002c0.102-0.309 0.201-0.697 0.277-1.095l0.010-0.062c0.135-0.65 0.212-1.398 0.212-2.164 0-0.281-0.010-0.559-0.031-0.834l0.002 0.037c-0.001-0.009-0.002-0.020-0.002-0.031 0-0.115 0.071-0.214 0.172-0.254l0.002-0.001c14.603-4.089 25.554-16.193 27.899-31.152l0.028-0.217c-0.935-14.183-7.65-26.633-17.787-35.137l-0.077-0.063c-1.698-1.995-3.455-4.063-5.279-6.412-4.566-11.238-9.136-25.27-12.819-39.659l-0.529-2.435c-3.622-10.829-9.381-20.102-16.824-27.722l0.014 0.014c-8.937-7.217-20.435-11.584-32.953-11.584-1.112 0-2.216 0.034-3.31 0.102l0.15-0.007c-2.668 0.005-5.284 0.213-7.837 0.61l0.287-0.037c-1.538 0.261-3.316 0.415-5.128 0.427l-0.011 0c-9.022-1.591-17.036-5.008-23.964-9.868l0.19 0.126c-6.677-3.456-14.984-7.758-26.137-12.346-9.686-4.681-20.993-7.682-32.929-8.31l-0.218-0.009c-19.784 1.561-37.433 9.633-51.057 22.046l0.068-0.061c-5.968 4.601-13.333 7.673-21.364 8.508l-0.183 0.015c-0.72-0.055-1.56-0.087-2.406-0.087-8.274 0-15.843 3.020-21.664 8.018l0.044-0.037c-6.017 5.512-9.776 13.404-9.776 22.175 0 1.205 0.071 2.393 0.209 3.561l-0.014-0.142c0.345 1.987 0.357 2.068-2.202 4.864-9.196 9.322-14.875 22.134-14.875 36.272 0 11.888 4.015 22.839 10.764 31.569l-0.089-0.119c12.944 14.849 30.152 25.68 49.709 30.594l0.672 0.143 0.745 0.172v0.182l-13.733 6.474c-2.715 1.245-4.851 3.365-6.084 5.992l-0.032 0.075c-0.619 1.354-0.979 2.937-0.979 4.603 0 1.17 0.178 2.298 0.507 3.36l-0.021-0.080c0.008 0.024 0.013 0.051 0.013 0.080 0 0.078-0.036 0.148-0.092 0.193l-0 0c-2.335 2.22-3.787 5.348-3.787 8.816 0 5.221 3.292 9.674 7.913 11.396l0.084 0.027c0.111 0.045 0.187 0.152 0.187 0.277 0 0.016-0.001 0.032-0.004 0.048l0-0.002c-0.184 0.997-0.322 2.031-0.436 3.099 1.496 16.793 6.193 32.188 13.479 46.006l-0.318-0.662c2.576 3.771 6.817 6.24 11.64 6.344l0.016 0h0.081c1.614 18.455 8.049 35.143 18.024 49.134l-0.205-0.303c0.964 1.239 1.984 2.466 3.051 3.672 0.046 0.051 0.075 0.119 0.075 0.194 0 0.152-0.118 0.277-0.268 0.288l-0.001 0c-3.862 0.308-7.303 1.896-9.948 4.336l0.011-0.010-0.643 0.619c-2.69 2.779-4.362 6.559-4.405 10.729l-0 0.008c-0.005 0.136-0.101 0.247-0.228 0.276l-0.002 0c-6.49 0.433-12.055 4.027-15.211 9.242l-0.048 0.086c-1.744 3.81-12.633 8.089-30.187 15.296-7.296 3.005-66.798 28.774-67.922 29.531-0.655 0.253-2.238 0.724-3.421 1.078-7.457 2.203-13.355 4.234-15.879 8.57-0.362 0.638-0.746 1.423-1.088 2.23l-0.059 0.158c-0.665 1.547-1.572 3.659-2.776 4.266-40.593 44.888-68.106 102.308-76.11 165.804l-0.155 1.503c-0.029 0.214-0.045 0.461-0.045 0.712 0 0.645 0.109 1.264 0.31 1.841l-0.012-0.039c-21.135 18.898-21.812 64.779-20.928 73.935 1.189 23.656 9.099 45.253 21.842 63.174l-0.248-0.367c1.215 1.445 11.782 14.617 14.582 18.677 9.707 14.125 34.697 14.677 43.255 14.411 17.827 9.649 38.929 15.565 61.355 16.173l0.188 0.004c8.521 0.995 18.392 1.563 28.397 1.563 0.121 0 0.242-0 0.363-0l-0.019 0c70.77-0.969 137.573-16.933 197.703-44.847l-2.996 1.248c40.099 24.458 86.734 50.331 135.255 51.065 1.228 0.013 2.432 0.023 3.627 0.023 1.87 0.116 4.056 0.182 6.257 0.182 22.979 0 44.272-7.218 61.736-19.511l-0.34 0.227c13.029-2.771 23.917-10.397 30.901-20.852l0.112-0.179c3.186-7.199 5.041-15.595 5.041-24.425 0-2.658-0.168-5.277-0.494-7.847l0.032 0.305c0.665-0.235 1.24-0.565 1.741-0.981l-0.009 0.007c14.607-20.86 23.342-46.766 23.342-74.711 0-1.291-0.019-2.578-0.056-3.861l0.004 0.188zM623.247 488.714l0.069-0.057c1.015-0.574 2.228-0.912 3.521-0.912 0.963 0 1.882 0.188 2.723 0.528l-0.049-0.017c44.93 18.932 81.794 37.646 85.156 38.643 3.706-0.825 11.164 0.32 11.233 7.643l-0.207 0.24s-10.223 19.974-7.583 21.729c5.874-4.23 11.045-8.632 15.835-13.414l-0.002 0.002c29.499 38.933 50.405 85.983 58.992 137.208l0.257 1.852c-21.365-13.466-47.355-21.456-75.212-21.456-2.312 0-4.61 0.055-6.895 0.164l0.323-0.012c-0.917-2.636-2.077-4.92-3.496-7.013l0.067 0.104c-1.053-1.453-2.744-2.388-4.654-2.388-0.792 0-1.547 0.161-2.233 0.452l0.038-0.014c-5.34 2.229-9.733 4.416-13.968 6.846l0.602-0.318c0.079-0.333 0.079-0.677 0.137-1.034 7.748-36.517 16.319-67.022 26.571-96.743l-1.707 5.691c-16.301 20.488-28.379 45.091-34.476 71.965l-0.231 1.212c-0.416-0.231-0.898-0.421-1.405-0.544l-0.040-0.008c-0.36-0.080-0.774-0.126-1.198-0.126-1.289 0-2.48 0.423-3.441 1.137l0.015-0.011-44.368 32.896c-0.655 0.486-1.19 1.094-1.58 1.794l-0.015 0.029-22.567 40.537-0.069 0.161-0.035 0.010c-2.569 0.667-6.275 2.005-5.965-0.63 6.816-62.986 19.269-120.323 37.084-175.244l-1.711 6.101c0.306-0.656 0.485-1.424 0.485-2.234 0-2.091-1.192-3.904-2.934-4.796l-0.030-0.014c-14.146-5.359-38.436-13.896-50.495-18.864 4.361-1.766 14.893-6.148 20.629-9.359l0.021-0.013c8.684-6.293 16.189-13.451 22.636-21.495l0.176-0.227zM686.414 670.813c4.28-2.146 9.075-6.438 14.24-9.88 0.725 2.421 1.143 5.203 1.143 8.082 0 3.559-0.638 6.969-1.806 10.122l0.065-0.202-0.115 0.32s-43.427 33.594-43.656 33.836c-4.416-0.862-10.59-2.018-14.021-2.513 11.43-16.542 26.235-29.945 43.494-39.435l0.655-0.33zM630.184 709.076c-3.007 0.229-11.211 2.318-14.435 3.096 6.668-12.512 13.195-23.015 20.321-33.064l-0.632 0.939c7.925-7.367 16.61-14.164 25.845-20.188l0.739-0.452c4.322-3.166 7.993-6.899 10.994-11.142l0.101-0.15c2.387 2.759 3.841 6.382 3.841 10.345 0 3.082-0.879 5.958-2.401 8.391l0.039-0.067c-9.571 6.761-17.976 13.826-25.749 21.528l0.015-0.015c-6.621 6.381-12.737 13.163-18.357 20.352l-0.321 0.427zM703.9 688.273c0.356 1.724 0.559 3.705 0.559 5.733 0 1.113-0.061 2.212-0.181 3.293l0.012-0.133c-3.038 9.935-9.494 18.052-17.969 23.163l-0.183 0.102c-5.978-1.755-13.539-3.453-18.954-4.76zM625.318 325.849l-16.327-5.209c-0.068-0.023-0.146-0.036-0.227-0.036-0.365 0-0.667 0.266-0.724 0.615l-0.001 0.004-0.529 4.636 0.436 0.094c2.789 0.702 5.145 2.253 6.843 4.356l0.019 0.024c2.166 3.046 3.546 6.787 3.772 10.836l0.002 0.055c-1.802 13.927-5.693 26.565-11.377 38.165l0.317-0.717c-0.769 1.067-3.581 4.224-5.944-3.328-0.010-0.028-0.016-0.060-0.016-0.094 0-0.079 0.032-0.151 0.085-0.203l0-0c1.187-1.198 2.229-2.544 3.095-4.006l0.052-0.095c0.802-1.554 1.273-3.391 1.273-5.338 0-2.897-1.042-5.551-2.771-7.608l0.015 0.018-0.307-0.614-0.121-0.263-0.302-0.698-0.069-0.167c-0.102-0.271-0.19-0.539-0.266-0.811l-0.048-0.175c-0.062-0.224-0.118-0.505-0.158-0.791l-0.004-0.038-0.014-0.143c-0.023-0.192-0.035-0.414-0.035-0.639 0-0.088 0.002-0.175 0.006-0.262l-0 0.012c0.027-0.451 0.081-0.869 0.164-1.277l-0.010 0.058c0.073-0.383 0.176-0.781 0.292-1.187l0.030-0.122c0.089-0.297 0.203-0.607 0.311-0.914l0.159-0.469c0.143-0.378 0.308-0.763 0.476-1.152l0.12-0.289c0.18-0.401 0.378-0.807 0.579-1.216l0.124-0.26c0.413-0.823 0.871-1.651 1.345-2.477l0.299-0.523 0.282-0.469 0.615-1.015 0.747-1.172 0.173-0.276 0.924-1.398 0.53-0.776 0.378-0.555 0.28-0.401c1.365-1.958 2.569-3.589 3.251-4.563l0.004-0.005c0.072-0.107 0.115-0.239 0.115-0.38 0-0.379-0.307-0.687-0.687-0.687-0.009 0-0.018 0-0.027 0.001l0.001-0-0.172 0.023-11.427 4.43c-0.052 0.014-0.112 0.022-0.174 0.022-0.389 0-0.704-0.315-0.704-0.704 0-0.031 0.002-0.062 0.006-0.092l-0 0.004 3.052-20.651c0.73-3.858 1.742-7.255 3.057-10.496l-0.131 0.366 15.879 7.469c0.1 0.049 0.168 0.15 0.168 0.267 0 0.159-0.125 0.288-0.282 0.296l-0.001 0-6.999 0.435c-0.376 0.006-0.679 0.313-0.679 0.69 0 0.205 0.089 0.388 0.231 0.515l0.001 0.001 11.737 10.197c0.146 0.129 0.237 0.316 0.237 0.524 0 0.385-0.312 0.698-0.698 0.698-0.090 0-0.176-0.017-0.255-0.048l0.005 0.002zM428.525 336.359l-11.083-3.386c-0.044-0.009-0.095-0.015-0.147-0.015-0.21 0-0.399 0.089-0.533 0.231l-0 0c-0.193 1.84-0.302 3.976-0.302 6.138 0 13.458 4.257 25.922 11.497 36.119l-0.13-0.193-0.003 0.091c-2.375 7.552-5.184 4.396-5.943 3.328-5.37-10.882-9.265-23.52-11.006-36.834l-0.066-0.614c0.253-3.467 1.23-6.656 2.781-9.486l-0.061 0.121c1.734-2.915 4.523-5.048 7.829-5.887l0.524-0.113-0.529-4.636c-0.050-0.352-0.35-0.62-0.712-0.62-0.082 0-0.16 0.014-0.233 0.039l0.005-0.002-16.339 5.208c-0.071 0.027-0.154 0.042-0.239 0.042-0.386 0-0.699-0.313-0.699-0.699 0-0.204 0.087-0.387 0.227-0.515l0.001-0 11.737-10.197c0.143-0.127 0.233-0.311 0.233-0.517 0-0.374-0.297-0.678-0.668-0.689l-0.001-0-7.011-0.435c-0.155-0.010-0.276-0.138-0.276-0.294 0-0.119 0.070-0.221 0.172-0.268l0.002-0.001 15.869-7.469c1.183 2.875 2.195 6.272 2.871 9.788l0.055 0.343 3.063 20.651c0.003 0.025 0.005 0.053 0.005 0.082 0 0.393-0.319 0.711-0.711 0.711-0.063 0-0.124-0.008-0.182-0.024l0.005 0.001zM406.722 246.542c-4.358-1.561-9.845-3.106-15.458-4.314l-0.92-0.166c0.521 3.468 2.276 6.452 4.796 8.55l0.022 0.018c4.352 3.906 9.477 7.058 15.103 9.191l0.332 0.111c7.549 2.745 7.526 21.088 7.469 23.922 0 0 0 0 0 0 0 0.159-0.129 0.287-0.287 0.287-0.029 0-0.056-0.004-0.082-0.012l0.002 0.001c-17.451-4.379-32.328-13.608-43.573-26.158l-0.072-0.082c-4.893-6.848-7.824-15.391-7.824-24.618 0-11.937 4.905-22.728 12.809-30.468l0.007-0.007c12.609-13.839-2.525-15.296 9.994-28.5 11.060-11.672 21.891-2.365 43.255-17.911 12.128-10.471 28.044-16.848 45.45-16.848 10.476 0 20.413 2.31 29.328 6.45l-0.43-0.179c32.275 13.297 39.538 23.865 60.109 20.755 0.87-0.057 1.887-0.090 2.911-0.090 21.176 0 39.096 13.94 45.085 33.143l0.090 0.335c5.012 18.021 11.735 33.752 20.221 48.33l-0.52-0.968c9.682 12.484 17.014 16.82 16.43 32.563-0.586 15.672-22.454 24.589-38.219 19.997-0.125-0.038-0.215-0.151-0.218-0.286l-0-0 0.31-27.581c0.003-0.155 0.129-0.28 0.285-0.28 0.061 0 0.117 0.019 0.163 0.051l-0.001-0.001c4.497 2.808 9.959 4.473 15.809 4.473 2.418 0 4.769-0.284 7.023-0.822l-0.205 0.041c0.137-0.024 0.24-0.142 0.24-0.284 0-0.134-0.091-0.246-0.214-0.278l-0.002-0c-10.236-2.971-20.263-20.995-34.559-28.419-9.809-4.727-21.246-8.688-33.187-11.304l-1.050-0.193c-8.407-2.958-15.644-6.451-22.412-10.63l0.492 0.283c-4.514-2.745-12.117-11.828-16.652-12.984-9.845-2.516-13.971 13.281-23.891 13.935-14.297-0.731-27.279-5.819-37.787-13.951l0.155 0.115c-5.294-3.464-24.462-22.068-18.311-3.495 4.144 9.459 10.73 17.201 18.969 22.641l0.193 0.12c1.148 0.761 4.519 6.789-23.303 0.378-8.902-2.067-16.724-4.955-24.049-8.678l0.596 0.275c-2.859-1.437-11.003-9.349-11.833-3.698-1.575 10.724 5.996 14.854 13.915 20.412 0.691 0.484 9.259 5.57 6.945 6.115-4.066 0.979-8.735 1.54-13.534 1.54-3.5 0-6.931-0.299-10.268-0.872l0.357 0.051zM435.552 387.896c-0.872-25.104 2.237-73.198 2.237-73.198s0.517-6.703 0.735-6.818c4.93-2.814 10.64-5.071 16.679-6.468l0.43-0.084c5.725-5.691 13.616-9.208 22.328-9.208 4.803 0 9.356 1.069 13.435 2.982l-0.194-0.082c5.512-0.565 11.911-0.887 18.385-0.887 1.66 0 3.316 0.021 4.966 0.063l-0.244-0.005v-0.010l0.057 0.010 0.046-0.010v0.010h0.631v-0.010l0.057 0.010 0.047-0.010v0.010c7.457 0.010 14.26 0.266 20.503 0.714 4.161-1.864 9.018-2.95 14.128-2.95 9.152 0 17.49 3.482 23.762 9.195l-0.028-0.025c6.711 1.912 12.491 4.212 17.973 7.013l-0.555-0.258c0.216 0.111 0.363 0.331 0.367 0.585l0 0.001 0.378 6.232s3.098 48.094 2.227 73.198c-0.887 17.166-6.597 32.84-15.789 45.886l0.185-0.276c-2.52 3.205-5.213 6.047-8.145 8.623l-0.071 0.061c-0.051 0.045-0.118 0.072-0.191 0.072-0.16 0-0.29-0.13-0.29-0.29 0-0.051 0.013-0.098 0.036-0.14l-0.001 0.002c3.051-5.746 5.536-12.407 7.114-19.412l0.102-0.541c0.017-0.076 0.027-0.163 0.027-0.253 0-0.65-0.527-1.178-1.178-1.178-0.476 0-0.886 0.283-1.072 0.689l-0.003 0.007c-7.021 18.742-19.587 34.057-35.68 44.338l-0.358 0.214c-6.819 3.528-14.85 5.694-23.363 5.931l-0.077 0.002v0.010h-0.104v-0.010l-0.31-0.010-0.321 0.010v0.010h-0.103v-0.010c-8.591-0.274-16.616-2.435-23.758-6.080l0.318 0.147c-15.923-12.328-28.552-28.151-36.85-46.364l-0.313-0.767c-0.144-0.307-0.45-0.516-0.805-0.516-0.49 0-0.887 0.397-0.887 0.887 0 0.038 0.002 0.076 0.007 0.113l-0-0.004c1.618 8.563 4.325 16.195 8.018 23.228l-0.216-0.452c0.023 0.041 0.037 0.090 0.037 0.143 0 0.163-0.132 0.294-0.294 0.294-0.073 0-0.139-0.026-0.191-0.070l0 0c-2.999-2.641-5.691-5.482-8.111-8.548l-0.104-0.137c-8.998-12.773-14.707-28.445-15.597-45.393l-0.009-0.216zM424.928 474.753c1.273-2.789 15.409-3.581 16.566-5.76 1.16-2.169-1.457-8.742 1.056-11.279l0.266-0.264c0.933-0.828 2.168-1.335 3.521-1.335 1.614 0 3.060 0.72 4.034 1.856l0.006 0.007c8.758 9.892 20.153 17.263 33.085 21.022l0.497 0.124 0.517 1.065c-0.352 1.501-0.554 3.225-0.554 4.995 0 3.703 0.883 7.2 2.45 10.291l-0.060-0.13c0.016 0.035 0.025 0.075 0.025 0.117 0 0.161-0.13 0.291-0.291 0.291-0.019 0-0.038-0.002-0.057-0.006l0.002 0c-2.133-0.471-4.28-0.839-6.436-1.344-6.035-1.428-11.262-3.215-16.251-5.438l0.578 0.23c-0.195-0.081-0.469 0.172-0.264 0.344 7.359 7.104 17.004 11.882 27.727 13.127l0.223 0.021c2.249-0.091-2.181-19.977 9.569-19.518 2.993 0.115 6.229 0.115 9.729 0.219 2.754 0.070 7.262 0.047 10.016-0.021 3.247-0.083 6.276-0.128 9.088-0.198 11.428-0.26 7.859 19.427 10.12 19.518 10.942-1.269 20.582-6.047 27.952-13.162l-0.014 0.014c0.207-0.172-0.057-0.425-0.263-0.344-4.413 1.996-9.64 3.783-15.056 5.083l-0.617 0.125c-2.146 0.505-4.302 0.873-6.425 1.344-0.019 0.004-0.040 0.007-0.063 0.007-0.163 0-0.294-0.132-0.294-0.294 0-0.042 0.009-0.082 0.025-0.118l-0.001 0.002c1.509-2.914 2.394-6.361 2.394-10.015 0-2.053-0.279-4.041-0.802-5.927l0.037 0.156 0.195-0.448c13.425-3.877 24.817-11.244 33.507-21.059l0.064-0.074c0.98-1.143 2.426-1.862 4.039-1.862 1.353 0 2.588 0.506 3.526 1.339l-0.005-0.005 0.275 0.263c2.501 2.537-0.115 9.109 1.045 11.279 1.159 2.18 15.306 2.971 16.579 5.76 0.649 1.064 1.033 2.352 1.033 3.729 0 0.749-0.114 1.471-0.325 2.151l0.014-0.051c-12.743 14.636-30.366 24.735-50.311 27.753l-0.46 0.057c-3.876 1.059-8.368 1.76-12.992 1.949l-0.121 0.004c-0.127 0.007-0.233 0.090-0.275 0.204l-0.001 0.002c-6.195 18.552 21.134 33.307 20.883 32.802-3.764-7.744-15.661-21.227-11.715-20.549 0.045-0 0.098-0.001 0.151-0.001 4.695 0 9.049 1.459 12.634 3.95l-0.073-0.048c14.135 11.463 20.688 26.195 28.971 29.547 8.285 3.338-15.546 7.271-38.137-0.438-18.267-4.553-32.587-18.065-38.196-35.487l-0.105-0.378c-0.009-0.026-0.014-0.055-0.014-0.086 0-0.145 0.112-0.263 0.254-0.273l0.001-0c6.938-0.832 12.771-4.918 15.997-10.664l0.055-0.106c0.103-0.172 0.287-1.562 0.103-1.435-4.999 3.207-11.1 5.112-17.646 5.112-6.385 0-12.346-1.813-17.397-4.951l0.14 0.081c-1.469-0.896-2.628 0.412-1.743 1.87 3.247 5.719 9.064 9.654 15.839 10.239l0.075 0.005c0.153 0.009 0.274 0.135 0.274 0.289 0 0.040-0.008 0.079-0.023 0.114l0.001-0.002c-8.704 19.795-25.060 34.871-45.223 41.677l-0.533 0.156c-31.483 10.624-50.092 4.784-41.809 1.445 8.284-3.352 20.652-26.961 40.582-37.198 4.715-2.419 6.987-2.055 9.557-3.453 3.958-0.677-7.94 12.805-11.715 20.55-0.241 0.505 23.004-14.458 24.335-32.654 0-0.005 0-0.011 0-0.017 0-0.162-0.127-0.294-0.286-0.303l-0.001-0c-4.809-0.337-9.255-1.031-13.568-2.066l0.558 0.113c-20.738-1.899-38.725-12.303-50.66-27.647l-0.122-0.163c-0.197-0.626-0.311-1.347-0.311-2.093 0-1.381 0.389-2.671 1.062-3.767l-0.018 0.031zM266.168 587.271c8.438-15.192 17.345-28.266 27.291-40.459l-0.388 0.49c6.111-7.323 17.143 1.958 18.682 8.69 6.342-3.458-3.172-17.604-5.419-22.037-1.147-2.008-1.296-8.169 9.867-7.057 3.362-0.997 49.417-24.299 83.712-38.044 0.799-0.32 1.726-0.505 2.695-0.505 2.156 0 4.098 0.916 5.458 2.38l0.004 0.005c13.266 12.964 29.184 23.278 46.858 30.043l0.941 0.316c0.116 0.038 0.199 0.145 0.199 0.271 0 0.123-0.078 0.227-0.186 0.267l-0.002 0.001c-12.086 7.031-21.875 16.795-28.735 28.486l-0.201 0.371c-0.943 1.178-1.974 2.217-3.106 3.137l-0.038 0.030c-5.047 2.475-8.46 7.575-8.46 13.473 0 0.374 0.014 0.745 0.041 1.113l-0.003-0.049c2.122 10.932 15.833 10.521 21.26 10.521 12.357-0.176 24.155-2.317 35.177-6.123l-0.791 0.237c17.834-6.263 32.603-17.521 43.051-32.089l0.181-0.265c0.053-0.073 0.138-0.121 0.235-0.121s0.182 0.047 0.234 0.12l0.001 0.001c9.178 12.223 21.841 21.382 36.506 26.050l0.519 0.143c8.72 3.058 18.774 4.855 29.238 4.922l0.031 0c5.932 0 21.685 0 24.015-11.968 0.137-0.691 0.216-1.484 0.216-2.297 0-1.744-0.363-3.404-1.017-4.908l-0.003 0.012c-4.681-5.495-12.907-15.063-19.596-22.201 10.888 4.565 27.122 10.544 38.080 16.349-14.466 45.984-26.046 100.45-32.552 156.464l-0.401 4.247c-1.52 7.622-7.603 13.472-15.227 14.628l-0.101 0.013c-7.018 1.562-15.078 2.457-23.347 2.457-2.653 0-5.284-0.092-7.891-0.273l0.351 0.020c-36.6-2.203-104.822-2.88-105.396-2.87h-0.16c-17.915 0.746-34.559 5.517-49.266 13.424l0.607-0.298c-1.46 0.743-3.184 1.178-5.010 1.178-6.207 0-11.239-5.032-11.239-11.239 0-0.368 0.018-0.732 0.052-1.091l-0.004 0.046c0.382-3.201 0.599-6.908 0.599-10.665 0-9.996-1.541-19.632-4.397-28.683l0.184 0.674c-4.957-12.38-12.242-12.188-14.262-12.495-1.832-22.919-7.27-44.105-15.758-63.661l0.497 1.286c-3.151-16.141-9.976-30.324-19.58-42.161l0.139 0.177c-4.227 6.393 2.741 14.714 4.686 21.089 2.754 9.024 5.305 18.13 7.798 27.229 5.345 15.992 9.149 34.578 10.658 53.809l0.052 0.821c-3.998-0.243-8.671-0.381-13.377-0.381-34.893 0-68.010 7.599-97.788 21.233l1.467-0.602c5.012-38.615 16.326-73.613 32.938-105.405l-0.822 1.728zM232.056 810.397c-5.001 6.003-21.616-4.427-22.957-39.513-0.838-21.823 2.547-51.529 22.66-63.391 26.822-16.429 59.291-26.159 94.033-26.159 8.477 0 16.819 0.579 24.988 1.7l-0.948-0.107c6.345 0.895 11.325 5.786 12.345 12.010l0.011 0.084c1.359 6.21 2.138 13.344 2.138 20.659 0 11.864-2.048 23.249-5.81 33.822l0.219-0.705c-0.243-0.001-0.53-0.002-0.818-0.002-6.81 0-13.528 0.396-20.132 1.166l0.803-0.076c-35.75 4.691-67.123 20.62-91.119 44.066l0.031-0.030c-5.417 5.151-10.464 10.524-15.196 16.171l-0.247 0.303zM524.621 842.88c-35.086 23.234-106.864 35.964-175.878 28.516-24.257-1.649-46.785-7.232-67.561-16.122l1.347 0.513c-0.936-0.679-2.108-1.086-3.375-1.086-0.108 0-0.216 0.003-0.323 0.009l0.015-0.001c-9.547 0.526-27.388 3.968-33.32-4.659-0.547-0.837-1.051-1.799-1.461-2.81l-0.041-0.115c-5.060-12.208 5.152-30.208 14.123-39.906 20.81-23.648 49.462-39.957 81.858-44.849l0.751-0.093c92.649-11.185 184.414 72.344 184.436 72.354 1.246 0.887 2.048 2.325 2.048 3.951 0 1.862-1.052 3.478-2.594 4.286l-0.027 0.013zM787.078 848.901c-6.189 7.394-15.422 12.062-25.745 12.062-0.328 0-0.654-0.005-0.979-0.014l0.048 0.001c-0.392 0.053-0.744 0.137-1.082 0.254l0.039-0.012c0.297-0.104 0.648-0.188 1.009-0.236l0.028-0.003c-0.021 0.008-0.819 0.292-1.74 0.589-0.447 0.184-0.832 0.397-1.188 0.648l0.019-0.013c-15.103 11.692-34.313 18.741-55.171 18.741-2.445 0-4.867-0.097-7.263-0.287l0.316 0.020c-53.363-0.815-104.385-29.376-147.264-57.208-39.698-25.781-101.667-65.995-168.614-73.417 17.134-10.227 37.393-17.122 59.052-19.254l0.599-0.048c2.456-0.031 61.911 0.036 97.468 2.286 49.967 3.167 64.021-11.177 92.419-10.604 35.191 0.597 67.888 10.764 95.749 28.001l-0.807-0.465c29.929 13.673 52.576 38.908 62.501 69.841l0.226 0.815c2.398 9.773 4.968 22.568 0.38 28.302zM794.225 789.653c-11.52-23.497-36.922-42.060-76.253-58.148-6.242-2.547-12.483-4.841-18.621-6.906 8.090-6.331 13.909-15.237 16.234-25.47l0.058-0.301c0.295-1.544 0.464-3.321 0.464-5.136 0-5.347-1.464-10.352-4.014-14.636l0.073 0.132c0.614-2.057 1.007-4.433 1.089-6.887l0.001-0.047c1.567-0.069 3.404-0.108 5.251-0.108 29.125 0 55.978 9.726 77.489 26.107l-0.313-0.229c0.273 0.241 0.592 0.438 0.942 0.576l0.022 0.008c0.161 0.083 16.947 7.599 18.255 46.172 1.435 42.168-17.99 50.335-20.675 44.873zM490.256 377.227c-4.883 3.018-10.803 4.807-17.14 4.807-5.215 0-10.147-1.211-14.53-3.367l0.194 0.086c-0.101-0.054-0.22-0.086-0.347-0.086-0.365 0-0.668 0.263-0.73 0.61l-0.001 0.004c0.682 21.327 9.088 40.568 22.496 55.133l-0.055-0.060c0.62 0.573 1.583-0.172 1.125-0.859-6.73-10.347-11.28-22.702-12.704-35.993l-0.032-0.366c-0.001-0.018-0.002-0.038-0.002-0.059 0-0.405 0.328-0.733 0.733-0.733 0.137 0 0.265 0.038 0.375 0.103l-0.003-0.002c1.359 0.803 2.937 1.426 4.613 1.781l0.103 0.018c0.315 0.045 0.576 0.242 0.708 0.513l0.002 0.005c7.839 11.976 21.19 19.777 36.364 19.777 1.036 0 2.064-0.036 3.081-0.108l-0.137 0.008 0.344-0.013 0.391 0.013c0.882 0.064 1.911 0.101 2.948 0.101 15.169 0 28.516-7.802 36.247-19.612l0.101-0.165c0.135-0.277 0.396-0.474 0.706-0.518l0.005-0.001c1.779-0.372 3.356-0.995 4.788-1.839l-0.073 0.040c0.107-0.064 0.236-0.101 0.374-0.101 0.409 0 0.741 0.332 0.741 0.741 0 0.018-0.001 0.036-0.002 0.053l0-0.002c-1.394 12.776-5.438 24.367-11.572 34.558l0.213-0.381c-0.091 0.148-0.144 0.327-0.144 0.519 0 0.555 0.45 1.005 1.005 1.005 0.289 0 0.55-0.122 0.733-0.318l0.001-0.001c12.226-14.295 19.896-32.809 20.58-53.094l0.004-0.143c-0.057-0.351-0.358-0.616-0.72-0.616-0.127 0-0.246 0.032-0.35 0.089l0.004-0.002c-3.857 2.175-8.468 3.456-13.378 3.456-3.813 0-7.446-0.773-10.75-2.17l0.181 0.068c-2.663-2.551-6.067-4.346-9.858-5.032l-0.117-0.018c-0.933-0.181-2.007-0.285-3.104-0.285-2.834 0-5.508 0.691-7.86 1.913l0.095-0.045c-3.050 2.026-6.709 3.383-10.652 3.778l-0.1 0.008-0.103 0.013-0.31-0.047-0.322 0.034h-0.101c-4.038-0.406-7.693-1.763-10.827-3.842l0.088 0.055c-1.779-1.035-3.915-1.645-6.194-1.645-2.665 0-5.135 0.835-7.163 2.258l0.040-0.027zM451.999 341.372c-0.112 0.042-0.19 0.148-0.19 0.272 0 0.157 0.125 0.286 0.282 0.29l0 0c4.395 0.216 19.31 0.919 29.246 1.148 0.538 0.014 0.97 0.454 0.97 0.994 0 0.377-0.209 0.704-0.518 0.873l-0.005 0.003c-3.088 1.691-6.699 3.239-10.464 4.442l-0.446 0.123c-0.203 0.069-0.347 0.258-0.347 0.481 0 0.28 0.227 0.507 0.507 0.507 0.008 0 0.017-0 0.025-0.001l-0.001 0c7.411-0.274 14.304-2.242 20.382-5.525l-0.246 0.122c0.104-0.064 0.229-0.103 0.364-0.103 0.316 0 0.582 0.21 0.668 0.499l0.001 0.005c1.764 7.434 4.456 13.986 8.005 19.971l-0.18-0.327c0.129 0.209 0.356 0.346 0.615 0.346 0.398 0 0.72-0.323 0.72-0.72 0-0.054-0.006-0.108-0.018-0.159l0.001 0.005c-1.113-4.051-1.753-8.703-1.753-13.504 0-1.887 0.099-3.751 0.292-5.587l-0.019 0.229c0.126-1.331 0.322-2.698 0.574-4.107 0.241-1.331 0.539-2.708 0.917-4.096 0.545-2.088 1.102-3.789 1.745-5.448l-0.116 0.341 0.046-0.378c-0.229-2.49-3.040-28.18-18.747-30.656-1.773-0.603-3.816-0.951-5.94-0.951-4.47 0-8.579 1.541-11.826 4.122l0.039-0.030c-5.49 6.061-10.236 12.951-13.996 20.423l-0.242 0.53c-0.047 0.092-0.075 0.202-0.075 0.317 0 0.391 0.317 0.708 0.708 0.708 0.185 0 0.354-0.071 0.48-0.188l-0 0c5.201-4.658 10.952-8.935 17.073-12.664l0.515-0.292c9.109-4.659 20.147-1.377 23.257 16.82 0.005 0.032 0.008 0.069 0.008 0.107 0 0.401-0.325 0.725-0.725 0.725-0.223 0-0.422-0.1-0.555-0.258l-0.001-0.001c-3.795-4.939-9.704-8.091-16.349-8.091-0.121 0-0.242 0.001-0.363 0.003l0.018-0c-0.241 0.013-0.494 0.057-0.735 0.081-0.116-0.035-0.25-0.055-0.389-0.055-0.186 0-0.364 0.037-0.527 0.103l0.009-0.003-0.46 0.175c-3.375 0.849-6.327 2.299-8.883 4.244l0.060-0.044c-3.179 1.853-5.908 3.744-8.479 5.822l0.126-0.098-0.057 0.034c-1.376 0.654-2.752 1.377-4.119 2.159 3.436-0.455 7.408-0.715 11.442-0.715 0.923 0 1.843 0.014 2.759 0.041l-0.134-0.003c1.623 0.116 3.080 0.742 4.234 1.717l-0.011-0.009c0.088 0.112 0.141 0.256 0.141 0.411 0 0.35-0.268 0.637-0.61 0.667l-0.003 0c-6.97 0.809-13.3 2.268-19.343 4.344l0.642-0.192zM586.87 604.139c5.598 0 10.137-4.538 10.137-10.137s-4.538-10.137-10.137-10.137l0-0c-1.537 0.001-2.993 0.348-4.293 0.969l0.060-0.026c0.222-0.044 0.482-0.074 0.748-0.083l0.008-0c2.935 0.003 5.313 2.383 5.313 5.318 0 2.937-2.381 5.318-5.318 5.318s-5.318-2.381-5.318-5.318c0-0.002 0-0.004 0-0.006l-0 0c0.008-0.506 0.087-0.991 0.227-1.448l-0.010 0.037c-0.971 1.527-1.548 3.387-1.548 5.382 0 5.595 4.535 10.13 10.13 10.131l0 0zM578.070 654.232c0.001 0 0.003 0 0.004 0 5.595 0 10.131-4.536 10.131-10.131s-4.536-10.131-10.131-10.131c-1.695 0-3.292 0.416-4.696 1.151l0.056-0.027c0.228-0.041 0.497-0.069 0.771-0.078l0.009-0c2.935 0.003 5.313 2.383 5.313 5.318 0 2.937-2.381 5.318-5.318 5.318-2.935 0-5.315-2.378-5.318-5.312l-0-0c0.012-0.238 0.036-0.46 0.072-0.677l-0.005 0.034c-0.644 1.281-1.021 2.792-1.021 4.391 0 0.005 0 0.009 0 0.014l-0-0.001c-0 0.002-0 0.004-0 0.006 0 5.593 4.534 10.127 10.127 10.127 0.002 0 0.004-0 0.005-0l-0 0zM569.281 709.305c0.004 0 0.009 0 0.014 0 5.596 0 10.132-4.536 10.132-10.132s-4.536-10.132-10.132-10.132c-2.289 0-4.401 0.759-6.097 2.039l0.026-0.019c0.59-0.252 1.275-0.399 1.995-0.401l0.001-0c0.002-0 0.004-0 0.006-0 2.937 0 5.318 2.381 5.318 5.318s-2.381 5.318-5.318 5.318c-2.935 0-5.315-2.378-5.318-5.312l-0-0c0.003-0.311 0.033-0.612 0.086-0.905l-0.005 0.033c-0.536 1.195-0.849 2.591-0.849 4.060 0 5.596 4.537 10.133 10.133 10.133 0.003 0 0.006-0 0.009-0l-0 0zM416.672 333.26l0.090-0.070 0.035-0.060z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Chef Screen"],"grid":0},"attrs":[{}],"properties":{"order":2549,"id":294,"name":"Chef-Screen","prevSize":32,"code":59718},"setIdx":0,"setId":2,"iconIdx":318},{"icon":{"paths":["M512 108.792c-0.003-0-0.007-0-0.010-0-222.686 0-403.208 180.523-403.208 403.208s180.523 403.208 403.208 403.208c222.686 0 403.208-180.523 403.208-403.208v0c-0.256-222.579-180.619-402.946-403.173-403.208l-0.025-0zM670.917 644.146c-3.405 5.641-9.501 9.354-16.465 9.354-3.64 0-7.044-1.015-9.943-2.777l0.085 0.048-156.51-93.521c-5.641-3.411-9.354-9.511-9.354-16.479 0-0 0-0 0-0l-0 0v-201.208c-0-10.603 8.595-19.198 19.198-19.198s19.198 8.595 19.198 19.198v0 190.313l147.156 87.938c5.641 3.414 9.353 9.516 9.353 16.485 0 3.636-1.010 7.035-2.765 9.934l0.048-0.086z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Clock_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2762,"id":295,"name":"Clock_Fill","prevSize":32,"code":59719},"setIdx":0,"setId":2,"iconIdx":319},{"icon":{"paths":["M512 108.792c-0.003-0-0.007-0-0.010-0-222.686 0-403.208 180.523-403.208 403.208s180.523 403.208 403.208 403.208c222.686 0 403.208-180.523 403.208-403.208v0c-0.256-222.579-180.619-402.946-403.173-403.208l-0.025-0zM512 876.792c-201.464-0.006-364.781-163.326-364.781-364.792 0-201.469 163.323-364.792 364.792-364.792s364.792 163.323 364.792 364.792v-0c-0.237 201.377-163.424 364.561-364.78 364.792l-0.022 0zM664.281 617.813l-147.156-87.937v-190.313c0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198h0v201.208c-0 0-0 0-0 0 0 6.968 3.713 13.068 9.269 16.431l0.086 0.048 156.51 93.521c2.814 1.714 6.217 2.729 9.858 2.729 6.964 0 13.060-3.713 16.417-9.268l0.048-0.086c1.707-2.813 2.717-6.212 2.717-9.848 0-6.969-3.712-13.071-9.267-16.437l-0.086-0.048z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Clock"],"grid":0},"attrs":[{}],"properties":{"order":2763,"id":296,"name":"Clock","prevSize":32,"code":59720},"setIdx":0,"setId":2,"iconIdx":320},{"icon":{"paths":["M724.021 893.865h-260.885c-97.992-0.11-177.4-79.519-177.51-177.5l-0-0.010v-260.948c0.112-93.723 76.059-169.67 169.771-169.781l260.958-0c97.993 0.113 177.402 79.518 177.521 177.499l0 0.012v260.885c-0.115 93.76-76.094 169.735-169.844 169.844l-0.010 0zM455.406 324.021c-72.529 0.083-131.302 58.857-131.385 131.377l-0 0.008v260.948c0.089 76.795 62.32 139.025 139.106 139.115l260.894 0c72.56-0.087 131.357-58.887 131.437-131.44l0-0.008v-260.885c-0.085-76.793-62.312-139.024-139.096-139.115l-0.009-0z","M230.823 734.729c-1.756-0.001-3.457-0.237-5.073-0.677l0.135 0.031c-55.556-15.178-95.723-65.186-95.75-124.58l-0-0.003v-309.458c0.109-93.793 76.113-169.797 169.896-169.906l309.469-0c0.168-0.001 0.367-0.001 0.566-0.001 57.71 0 106.512 38.143 122.57 90.593l0.239 0.908c0.522 1.664 0.823 3.578 0.823 5.562 0 10.603-8.595 19.199-19.199 19.199-8.619 0-15.911-5.679-18.339-13.5l-0.036-0.136c-11.808-37.37-46.077-64.024-86.601-64.229l-0.024-0h-309.458c-72.596 0.088-131.422 58.915-131.51 131.502l-0 0.008v309.458c0.009 41.698 28.207 76.807 66.573 87.31l0.635 0.148c8.286 2.253 14.278 9.709 14.278 18.564 0 10.603-8.592 19.2-19.194 19.207l-0.001 0z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{},{}],"11017716412552552551911741171":[{},{}]},"tags":["Clone"],"grid":0},"attrs":[{},{}],"properties":{"order":2764,"id":297,"name":"Clone","prevSize":32,"code":59721},"setIdx":0,"setId":2,"iconIdx":321},{"icon":{"paths":["M868.416 838.251l-326.537-326.537 325.683-325.683c3.86-3.86 6.248-9.193 6.248-15.083 0-11.781-9.55-21.331-21.331-21.331-5.89 0-11.223 2.388-15.083 6.248l-325.683 325.682-325.964-325.963c-3.846-3.779-9.124-6.112-14.946-6.112-11.781 0-21.331 9.55-21.331 21.331 0 5.822 2.333 11.1 6.115 14.949l-0.003-0.003 325.963 325.964-325.682 325.682c-3.86 3.86-6.248 9.193-6.248 15.083 0 11.781 9.55 21.331 21.331 21.331 5.89 0 11.223-2.388 15.083-6.248l325.682-325.683 326.537 326.536c3.846 3.779 9.124 6.112 14.946 6.112 11.781 0 21.331-9.55 21.331-21.331 0-5.822-2.333-11.1-6.115-14.949l0.003 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Close"],"grid":0},"attrs":[{}],"properties":{"order":2765,"id":298,"name":"Close","prevSize":32,"code":59722},"setIdx":0,"setId":2,"iconIdx":322},{"icon":{"paths":["M883.208 501.355l-0.063-0.31v-133.962c0.003-0.186 0.063-0.355 0.063-0.542 0-0.176-0.061-0.625-0.063-0.839v-1.422c0-0.286-0.154-0.525-0.167-0.809-0.010-0.702-0.062-1.381-0.156-2.048l0.010 0.085c-6.146-61.271-122.104-93.312-234.292-93.312-18.553 0-35.931 0.987-52.437 2.535-34.807-40.843-127.795-62.087-220.115-62.087-116.594 0-234.615 33.749-234.615 98.261 0 0.336 0.107 0.642 0.113 0.977l-0.221 131.448c-0.181 0.633-0.344 1.413-0.454 2.21l-0.011 0.094c0 1.353 0.352 2.611 0.454 3.936l-0.331 197.638c-0.007 0.216-0.124 0.396-0.124 0.613 0 0.213 0.116 0.391 0.122 0.603l-0.122 72.668c0.084 2.14 0.514 4.155 1.235 6.025l-0.043-0.128c7.072 60.609 121.067 92.363 234.048 92.363 102.813 0 206.62-26.293 229.708-76.757 14.525 1.022 28.907 1.715 42.792 1.715 116.604 0 234.667-33.708 234.667-98.125l-0.063-0.31v-139.983c0.003-0.184 0.063-0.353 0.063-0.539zM375.99 405.167c75.81 0 152.016-14.361 196.198-42.081v78.343l-0.043 0.206c0 23.781-78.438 59.729-196.677 59.729-117.99 0-196.271-35.948-196.271-59.729v-2.229l0.397-76.444c44.15 27.801 120.466 42.205 196.396 42.205zM179.198 497.718c44.186 27.693 120.425 42.043 196.271 42.043 76.035 0 152.465-14.37 196.719-42.102v78.622c0 24.406-76.406 59.865-196.146 59.865-119.844 0-196.333-35.458-196.333-59.865-0.125-0.968-0.304-1.824-0.541-2.656l0.031 0.127zM610.604 463.529c12.9 0.804 25.651 1.357 37.937 1.357 75.793 0 151.986-14.362 196.188-42.083v78.869c-0.671 23.781-78.716 59.423-196.188 59.423-12.264 0-25.024-0.597-37.937-1.466zM376.043 776.958c-119.844 0-196.333-35.458-196.333-59.865-0.125-0.968-0.304-1.824-0.541-2.656l0.031 0.127v-69.415c0.033-0.462 0.26-0.855 0.26-1.325 0-0.445-0.229-0.819-0.26-1.257v-10.457c44.117 27.949 120.676 42.432 196.844 42.432 75.791 0 151.973-14.359 196.146-42.074v84.626c-0.001 24.406-76.407 59.865-196.146 59.865zM648.543 701.917c-12.309 0-25.057-0.595-37.937-1.458v-102.34c12.892 0.813 25.641 1.371 37.937 1.371 75.793 0 151.986-14.331 196.188-41.993v84.587l0.043 0.209c-0.217 24.353-76.588 59.624-196.231 59.624z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Coins_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2766,"id":299,"name":"Coins_Fill","prevSize":32,"code":59723},"setIdx":0,"setId":2,"iconIdx":323},{"icon":{"paths":["M883.198 501.355l-0.063-0.31v-133.962c0.003-0.186 0.063-0.355 0.063-0.542 0-0.181-0.061-0.64-0.063-0.862v-1.399c0-0.269-0.144-0.493-0.156-0.76-0.008-0.717-0.061-1.414-0.156-2.097l0.010 0.086c-6.146-61.271-122.115-93.312-234.302-93.312-18.545 0-35.919 0.987-52.436 2.535-34.803-40.844-127.786-62.087-220.106-62.087-116.594 0-234.615 33.749-234.615 98.261 0 0.336 0.107 0.642 0.113 0.977l-0.221 131.448c-0.181 0.633-0.344 1.413-0.454 2.21l-0.011 0.094c0 1.353 0.352 2.611 0.454 3.936l-0.331 197.638c-0.007 0.216-0.124 0.396-0.124 0.613 0 0.213 0.116 0.391 0.122 0.603l-0.122 72.668c0.084 2.14 0.514 4.155 1.235 6.025l-0.043-0.128c7.072 60.609 121.067 92.363 234.048 92.363 102.813 0 206.612-26.294 229.699-76.757 14.525 1.024 28.914 1.716 42.811 1.716 116.604 0 234.645-33.708 234.645-98.125l-0.061-0.311v-139.983c0.002-0.185 0.062-0.354 0.062-0.54zM572.198 441.481l-0.031 0.155c0 23.781-78.448 59.729-196.698 59.729-117.99 0-196.271-35.948-196.271-59.729v-2.229l0.397-76.444c44.15 27.801 120.465 42.205 196.395 42.205 75.82 0 152.031-14.365 196.208-42.093zM179.198 497.718c44.186 27.693 120.425 42.043 196.271 42.043 76.042 0 152.477-14.371 196.729-42.108v78.629c0 24.406-76.416 59.865-196.156 59.865-119.844 0-196.333-35.458-196.333-59.865-0.125-0.968-0.304-1.824-0.541-2.656l0.031 0.127zM610.594 463.529c12.895 0.804 25.643 1.357 37.937 1.357 75.81 0 152.012-14.366 196.208-42.095v78.88c-0.671 23.781-78.716 59.423-196.188 59.423-12.279 0-25.043-0.597-37.958-1.466zM844.646 365.635c0.020 0.281 0.060 0.565 0.094 0.85v0.708c-1.333 24.417-77.447 59.296-196.208 59.296-12.254 0-25.018-0.59-37.937-1.447v-117.031c12.126-0.842 24.66-1.418 37.937-1.418 116.99 0 194.292 34.969 196.115 59.042zM375.99 247.042c107.091 0 179.356 28.331 193.495 51.781 0.436 0.98 0.89 1.807 1.402 2.594l-0.044-0.071c0.784 1.626 1.276 3.527 1.355 5.534l0.001 0.027c0 24.405-76.437 59.865-196.208 59.865-118.838 0-194.912-34.888-196.107-59.272l0.003-0.488-0.069-0.348c0.495-24.397 76.781-59.621 196.173-59.621zM376.043 776.958c-119.844 0-196.333-35.458-196.333-59.865-0.125-0.968-0.304-1.824-0.541-2.656l0.031 0.127v-69.415c0.033-0.462 0.26-0.855 0.26-1.325 0-0.445-0.229-0.819-0.26-1.257v-10.457c44.117 27.949 120.676 42.432 196.844 42.432 75.801 0 151.99-14.363 196.156-42.086v84.638c-0.001 24.406-76.418 59.865-196.156 59.865zM648.553 701.917c-12.318 0-25.074-0.595-37.958-1.458v-102.34c12.892 0.813 25.643 1.371 37.958 1.371 75.802 0 151.995-14.335 196.188-42.004v84.598l0.043 0.208c-0.223 23.781-78.419 59.625-196.231 59.625z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Coins"],"grid":0},"attrs":[{}],"properties":{"order":2550,"id":300,"name":"Coins","prevSize":32,"code":59724},"setIdx":0,"setId":2,"iconIdx":324},{"icon":{"paths":["M788.328 375.468c0-8.256-8.256-16.512-24.744-16.512h-86.426c0-82.467-76.632-230.956-159.121-230.956-90.723 0-161.524 148.489-161.524 230.955h-96.098c-8.253 0-24.744 8.256-24.744 16.512l-49.488 420.651c0 57.744 57.722 98.976 123.723 98.976h404.164c4.964 0.812 10.686 1.277 16.517 1.277 56.815 0 103.333-44.087 107.21-99.916l0.019-0.337zM515.638 172.979c60.623 0 103.945 129.911 112.582 183.911h-225.168c8.663-54.001 51.96-183.911 112.586-183.911zM725.535 847.875h-417.835c-38.952-0.159-71.058-29.267-75.923-66.915l-0.041-0.385 47.484-379.174h73.914v67.855c0 8.34 16.59 16.635 26.082 16.635s26.058-8.295 26.058-16.635v-67.855h218.030v67.855c0 8.34 16.587 16.635 26.079 16.635s26.058-8.295 26.058-16.635v-67.855h69.076l47.509 379.174c9.491 33.247-19.009 67.3-66.493 67.3z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Collection"],"grid":0},"attrs":[{}],"properties":{"order":2551,"id":301,"name":"Collection","prevSize":32,"code":59725},"setIdx":0,"setId":2,"iconIdx":325},{"icon":{"paths":["M705.76 170.802c-55.673-32.122-122.446-51.073-193.646-51.073-216.852 0-392.646 175.793-392.646 392.646 0 0.168 0 0.336 0 0.504l-0-0.026c1.301 72.095 20.766 139.372 53.991 197.803l-1.075-2.053c1.637 2.923 2.6 6.413 2.6 10.129 0 3.035-0.643 5.92-1.8 8.526l0.053-0.134-24.78 82.991c-1.415 4.052-2.232 8.724-2.232 13.586 0 18.594 11.95 34.398 28.59 40.148l0.298 0.090c4.034 1.463 8.691 2.308 13.545 2.308 5.039 0 9.864-0.911 14.322-2.578l-0.282 0.093 74.261-22.094c3.023-0.735 6.493-1.157 10.062-1.157 10.975 0 21.019 3.988 28.76 10.595l-0.062-0.051c0.875 0.758 1.85 1.448 2.89 2.037l0.089 0.047c55.636 32.119 122.37 51.069 193.53 51.069 216.626 0 392.236-175.61 392.236-392.236 0-145.466-79.186-272.437-196.804-340.158l-1.902-1.010zM604.907 611.854h-273.657c-10.603 0-19.198-8.595-19.198-19.198s8.595-19.198 19.198-19.198v0h273.657c10.603 0 19.198 8.595 19.198 19.198s-8.595 19.198-19.198 19.198v-0zM692.751 450.542h-361.501c-10.603 0-19.198-8.595-19.198-19.198s8.595-19.198 19.198-19.198v0h361.5c10.603-0 19.198 8.595 19.198 19.198s-8.595 19.198-19.198 19.198v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Comments_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2552,"id":302,"name":"Comments_Fill","prevSize":32,"code":59726},"setIdx":0,"setId":2,"iconIdx":326},{"icon":{"paths":["M705.76 170.802c-55.572-32.049-122.206-50.989-193.257-51.072l-0.598-0c-216.811 0.416-392.412 176.258-392.438 393.121l-0 0.003c1.301 72.095 20.766 139.372 53.991 197.803l-1.075-2.053c1.637 2.923 2.6 6.413 2.6 10.129 0 3.035-0.643 5.92-1.8 8.526l0.053-0.134-24.78 82.991c-1.415 4.052-2.232 8.724-2.232 13.586 0 18.594 11.95 34.398 28.59 40.148l0.298 0.090c4.034 1.463 8.691 2.308 13.545 2.308 5.039 0 9.864-0.911 14.321-2.578l-0.282 0.093 74.261-22.094c3.024-0.736 6.496-1.158 10.066-1.158 10.974 0 21.016 3.989 28.756 10.596l-0.061-0.051c0.875 0.758 1.85 1.448 2.89 2.037l0.089 0.047c55.636 32.119 122.37 51.069 193.53 51.069 216.626 0 392.236-175.61 392.236-392.236 0-145.466-79.186-272.437-196.804-340.158l-1.902-1.010zM820 686.563c-62.136 107.735-176.704 179.087-307.937 179.087-63.53 0-123.154-16.721-174.712-46.003l1.753 0.917c-14.157-11.448-32.378-18.378-52.218-18.378-7.018 0-13.834 0.867-20.346 2.5l0.575-0.122-76.917 22.927c-0.439 0.181-0.95 0.286-1.484 0.286-0.472 0-0.925-0.082-1.346-0.232l0.028 0.009c-1.568-0.785-2.625-2.379-2.625-4.22 0-0.564 0.099-1.104 0.281-1.605l-0.010 0.033 24.521-82.261c2.475-6.215 3.91-13.417 3.91-20.954 0-10.63-2.855-20.594-7.84-29.166l0.149 0.277c-29.186-51.262-46.821-112.435-47.913-177.636l-0.004-0.323c0.508-195.237 158.778-353.338 354.029-353.573l0.023-0c0.078-0.005 0.169-0.008 0.26-0.008s0.183 0.003 0.273 0.009l-0.012-0.001c195.333 0.118 353.636 158.494 353.636 353.844 0 64.198-17.096 124.403-46.985 176.31l0.911-1.716zM692.75 412.146h-361.5c-10.603-0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198v0h361.5c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198v0zM604.907 573.458h-273.657c-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198v-0h273.657c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Comments"],"grid":0},"attrs":[{}],"properties":{"order":2553,"id":303,"name":"Comments","prevSize":32,"code":59727},"setIdx":0,"setId":2,"iconIdx":327},{"icon":{"paths":["M476.49 194.709h-139.771c-106.167 0-177.489 74.645-177.489 185.708v263.166c-0.026 1.202-0.040 2.619-0.040 4.039 0 37.381 10.069 72.41 27.643 102.522l-0.521-0.967 21.867-26.281c21.604-25.896 45.75-54.854 63.51-76.812 18.479-22.854 61.771-76.416 122.656-50.875 8.615 3.625 17.99 8.292 27.75 13.187 20.072 12.967 44.203 21.384 70.15 23.243l0.485 0.028c0.102-0.002 0.223-0.003 0.343-0.003 0.923 0 1.829 0.069 2.715 0.203l-0.1-0.012v-417.938c0-0.001 0-0.002 0-0.002 0-10.604-8.594-19.201-19.197-19.205l-0-0zM454.552 408.875c-0.006 43.528-35.294 78.812-78.823 78.812-43.533 0-78.823-35.29-78.823-78.823s35.29-78.823 78.823-78.823c43.529 0 78.817 35.284 78.823 78.812l0 0.001zM404.875 642.729c-8.938-4.48-17.511-8.813-25.386-12.104-24.677-10.354-46.531 0.75-77.948 39.604-17.865 22.083-42.146 51.208-63.865 77.271l-24.344 29.229c-1.063 1.056-2.257 1.983-3.554 2.753l-0.084 0.046c31.303 30.816 74.289 49.844 121.719 49.844 1.865 0 3.723-0.029 5.574-0.088l-0.27 0.007h139.771c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.004l0 0v-140.25c-33.751-0.665-65.033-10.673-91.53-27.531l0.718 0.427zM813.25 243.458c-31.147-30.21-73.682-48.833-120.566-48.833-1.9 0-3.792 0.031-5.677 0.091l0.275-0.007h-120.573v-56.043c0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198v0 498.517c0.531-0.044 0.988-0.31 1.531-0.31 10.893-2.232 20.526-5.512 29.569-9.83l-0.767 0.33c20.941-14.369 37.648-33.459 48.824-55.797l0.384-0.848c7.749-13.019 15.112-23.938 23.005-34.434l-0.703 0.976c17.061-25.866 45.989-42.7 78.848-42.7 17.712 0 34.281 4.891 48.431 13.395l-0.426-0.237c40.229 29.656 75.339 58.428 108.944 88.833l-1.184-1.055v-215.070c0.071-1.943 0.111-4.225 0.111-6.516 0-50.519-19.65-96.449-51.725-130.562l0.092 0.099zM736.094 539.875c-7.779-4.329-17.062-6.877-26.94-6.877-19.969 0-37.506 10.414-47.476 26.107l-0.136 0.229c-6.731 8.95-13.667 19.249-20.080 29.898l-0.93 1.665c-14.937 29.032-36.541 52.773-62.879 69.824l-0.704 0.427c-13.678 6.996-29.59 11.985-46.402 14.075l-0.702 0.071c-0.543 0-1-0.266-1.531-0.31v210.351c0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198v0-56.043h120.406c105.044 0 175.893-73.013 177.505-181.973-1.556-0.794-2.896-1.725-4.094-2.811l0.016 0.014c-37.811-36.411-78.4-70.72-121.128-102.301l-3.32-2.344z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Compare_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2554,"id":304,"name":"Compare_Fill","prevSize":32,"code":59728},"setIdx":0,"setId":2,"iconIdx":328},{"icon":{"paths":["M495.708 213.917c-0.003-10.607-8.601-19.205-19.208-19.208l-139.771-0c-106.167 0-177.521 74.645-177.521 185.708v263.167c0 111.062 71.354 185.708 177.521 185.708h139.771c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-139.771c-1.521 0.061-3.307 0.096-5.101 0.096-37.645 0-71.693-15.402-96.187-40.247l-0.016-0.016c22.172-26.745 44.327-53.547 66.137-80.5 31.375-38.771 53.167-49.979 77.917-39.583 10.755 5.006 19.946 10.397 28.567 16.536l-0.546-0.369c17.715 14.994 40.822 24.109 66.058 24.109 1.958 0 3.904-0.055 5.836-0.163l-0.268 0.012c9.423-1.327 16.594-9.336 16.594-19.021 0-10.603-8.595-19.198-19.198-19.198-0.918 0-1.822 0.064-2.706 0.189l0.102-0.012c-14 1.958-26.396-5.583-45.333-18.021-9.867-6.997-21.107-13.498-32.937-18.938l-1.313-0.541c-60.896-25.562-104.167 28.021-122.625 50.854-19.371 23.927-39.069 47.724-58.74 71.518-9.707-20.862-15.37-45.288-15.37-71.036 0-1.041 0.009-2.080 0.028-3.116l-0.002 0.156v-263.168c0-89.479 54.604-147.292 139.104-147.292h139.771c10.607-0.003 19.205-8.601 19.208-19.207l0-0zM296.875 408.875c0 43.544 35.3 78.844 78.844 78.844s78.844-35.3 78.844-78.844v0-0.021c-0.006-43.54-35.303-78.833-78.844-78.833-43.544 0-78.844 35.3-78.844 78.844 0 0.004 0 0.008 0 0.011l-0-0.001zM416.145 408.875c0 0.003 0 0.006 0 0.010 0 22.327-18.1 40.427-40.427 40.427s-40.427-18.1-40.427-40.427c0-22.316 18.081-40.409 40.393-40.427l0.002-0c22.326 0.010 40.424 18.094 40.459 40.414l0 0.003zM813.249 243.458c-31.148-30.21-73.684-48.833-120.569-48.833-1.902 0-3.797 0.031-5.685 0.092l0.275-0.007h-120.563v-56.043c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v0 746.667c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-56.043h120.417c106.271 0 177.667-74.645 177.667-185.708v-263.145c0.070-1.933 0.11-4.205 0.11-6.485 0-50.532-19.658-96.473-51.745-130.592l0.092 0.099zM826.375 643.584c0 89.479-54.646 147.292-139.25 147.292h-120.417v-125.553c3.962-1.23 7.349-2.647 10.569-4.34l-0.339 0.162c27.052-17.49 48.663-41.244 63.131-69.283l0.473-1.008c7.359-12.309 14.291-22.594 21.701-32.5l-0.701 0.979c10.095-15.927 27.628-26.346 47.594-26.346 9.882 0 19.168 2.552 27.235 7.033l-0.287-0.146c33.448 24.423 62.937 49.922 90.199 77.619l0.093 0.094zM826.375 564.23c-20.932-19.252-43.547-37.782-67.19-54.985l-2.186-1.515c-13.722-8.264-30.286-13.152-47.993-13.152-32.856 0-61.78 16.831-78.622 42.342l-0.218 0.352c-7.186 9.51-14.544 20.414-21.333 31.7l-0.958 1.717c-10.78 19.941-24.546 36.826-40.918 50.736l-0.249 0.206v-388.506h120.563c1.502-0.059 3.265-0.093 5.036-0.093 36.39 0 69.439 14.306 93.829 37.601l-0.052-0.050c25.066 26.862 40.455 63.036 40.455 102.806 0 2.472-0.059 4.929-0.177 7.372l0.013-0.345z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Compare"],"grid":0},"attrs":[{}],"properties":{"order":2555,"id":305,"name":"Compare","prevSize":32,"code":59729},"setIdx":0,"setId":2,"iconIdx":329},{"icon":{"paths":["M706.188 127.812h-388.375c-81.257 0.094-147.104 65.94-147.198 147.189l-0 0.009v473.979c0.094 81.257 65.94 147.104 147.189 147.198l388.384 0c81.257-0.094 147.104-65.94 147.198-147.189l0-0.009v-473.979c-0.094-81.257-65.94-147.104-147.189-147.198l-0.009-0zM512 266.479c72.381 0 131.057 58.676 131.057 131.057s-58.676 131.057-131.057 131.057h-0.781c-72.029-0.464-130.24-58.962-130.24-131.056 0-72.369 58.656-131.037 131.019-131.059l0.002-0zM512 752.875c-47.917 0-193.719 0-193.719-90.948 0-90.427 140.74-90.427 193.719-90.427 47.917 0 193.719 0 193.719 90.948 0 81.052-110.561 90.427-193.719 90.427z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Contact_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2556,"id":306,"name":"Contact_Fill","prevSize":32,"code":59730},"setIdx":0,"setId":2,"iconIdx":330},{"icon":{"paths":["M706.188 127.812h-388.375c-81.257 0.094-147.104 65.94-147.198 147.189l-0 0.009v473.979c0.094 81.257 65.94 147.104 147.189 147.198l388.384 0c81.257-0.094 147.104-65.94 147.198-147.189l0-0.009v-473.979c-0.094-81.257-65.94-147.104-147.189-147.198l-0.009-0zM814.99 748.99c-0.073 60.060-48.742 108.729-108.795 108.802l-388.382 0c-60.060-0.073-108.729-48.742-108.802-108.795l-0-0.007v-473.979c0.073-60.060 48.742-108.729 108.795-108.802l388.382-0c60.060 0.073 108.729 48.742 108.802 108.795l0 0.007zM512 571.5c-52.979 0-193.719 0-193.719 90.427 0 90.948 145.802 90.948 193.719 90.948 83.157 0 193.719-9.375 193.719-90.427 0-90.948-145.802-90.948-193.719-90.948zM512 714.479c-70.854 0-155.323-9.115-155.323-52.552 0-34.521 52.26-52.032 155.323-52.032 70.854 0 155.323 9.114 155.323 52.552 0 34.522-52.26 52.032-155.323 52.032zM511.219 528.594h0.781c0.002 0 0.003 0 0.005 0 72.381 0 131.057-58.676 131.057-131.057s-58.676-131.057-131.057-131.057c-72.357 0-131.019 58.638-131.057 130.986l-0 0.004c-0.001 0.142-0.001 0.31-0.001 0.478 0 72.023 58.279 130.433 130.252 130.647l0.020 0zM512 304.875c51.090 0.113 92.463 41.556 92.463 92.661s-41.373 92.548-92.452 92.661l-0.011 0h-0.708c-50.819-0.175-91.949-41.412-91.949-92.256 0-0.141 0-0.282 0.001-0.422l-0 0.022c0.057-51.152 41.505-92.604 92.65-92.666l0.006-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Contact"],"grid":0},"attrs":[{}],"properties":{"order":2557,"id":307,"name":"Contact","prevSize":32,"code":59731},"setIdx":0,"setId":2,"iconIdx":331},{"icon":{"paths":["M906.667 465.958c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.004l0 0v-78.875c-0.487-65.195-53.405-117.868-118.647-117.958l-0.009-0h-128.771v100.27c0 0.019 0 0.041 0 0.064 0 10.603-8.595 19.198-19.198 19.198s-19.198-8.595-19.198-19.198c0-0.023 0-0.045 0-0.067l-0 0.003v-100.271h-423.208c-65.296 0.11-118.239 52.838-118.698 118.041l-0 0.043v81.312c0.002 5.441 2.265 10.353 5.9 13.848l0.006 0.006c3.489 3.31 8.215 5.345 13.416 5.345 0.238 0 0.475-0.004 0.712-0.013l-0.034 0.001c0.593-0.029 1.289-0.045 1.988-0.045 11.526 0 22.014 4.446 29.842 11.716l-0.027-0.025c8.586 7.962 14.022 19.217 14.291 31.743l0.001 0.048c-0.177 25.535-20.918 46.167-46.478 46.167-0.088 0-0.177-0-0.265-0.001l0.014 0c-0.143-0.004-0.312-0.006-0.481-0.006-10.43 0-18.886 8.456-18.886 18.886 0 0.115 0.001 0.231 0.003 0.346l-0-0.017v78.833c0.419 65.2 53.351 117.897 118.6 117.937l423.307 0v-87.208c-0-0.019-0-0.041-0-0.064 0-10.603 8.595-19.198 19.198-19.198s19.198 8.595 19.198 19.198c0 0.023-0 0.045-0 0.067l0-0.003v87.208h128.729c65.295-0.11 118.238-52.838 118.697-118.040l0-0.044v-78.688c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-0-0c-0.029 0-0.064 0-0.099 0-25.445 0-46.073-20.628-46.073-46.073s20.628-46.073 46.073-46.073c0.035 0 0.070 0 0.105 0l-0.005-0zM269.844 446.708c-2.119-4.577-3.355-9.934-3.355-15.579 0-0.089 0-0.178 0.001-0.267l-0 0.014c-0-0.055-0-0.121-0-0.187 0-5.77 1.243-11.25 3.476-16.186l-0.1 0.247c2.109-5.165 5.136-9.559 8.913-13.175l0.014-0.013c7.53-7.156 17.737-11.557 28.971-11.557 11.192 0 21.364 4.368 28.903 11.493l-0.020-0.019c7.598 7.511 12.32 17.918 12.375 29.427l0 0.010c0.011 0.344 0.018 0.747 0.018 1.153 0 5.187-1.064 10.126-2.985 14.61l0.092-0.242c-2.373 5.096-5.337 9.473-8.884 13.304l0.030-0.033c-3.791 3.796-8.287 6.887-13.275 9.059l-0.277 0.108c-4.694 2.106-10.175 3.333-15.942 3.333-0.013 0-0.026-0-0.039-0l0.002 0c-5.792-0.018-11.28-1.298-16.21-3.579l0.241 0.1c-4.957-2.091-9.207-4.885-12.856-8.313l0.023 0.021c-3.666-3.908-6.724-8.444-8.989-13.417l-0.127-0.312zM307.854 611.896c-10.605-0.005-19.2-8.603-19.2-19.208 0-5.305 2.15-10.107 5.627-13.583l161.833-161.833c3.477-3.488 8.287-5.647 13.601-5.647 10.605 0 19.202 8.597 19.202 19.202 0 5.319-2.163 10.133-5.657 13.61l-0.001 0.001-161.833 161.835c-3.463 3.474-8.254 5.624-13.546 5.624-0.009 0-0.019-0-0.028-0l0.001 0zM507.833 607.48c-2.307 5.431-5.423 10.079-9.251 14.033l0.012-0.012c-7.387 7.467-17.631 12.094-28.956 12.104l-0.085 0c-0.002 0-0.004 0-0.006 0-11.269 0-21.466-4.588-28.825-11.998l-0.002-0.002c-3.633-3.811-6.596-8.301-8.674-13.253l-0.107-0.288c-2.015-4.412-3.19-9.57-3.19-15.003 0-0.146 0.001-0.291 0.003-0.436l-0 0.022c-0-0.011-0-0.024-0-0.038 0-5.736 1.219-11.188 3.413-16.11l-0.1 0.252c6.35-14.747 20.757-24.884 37.532-24.884 11.133 0 21.223 4.465 28.577 11.701l-0.005-0.005c3.754 3.622 6.846 7.9 9.096 12.654l0.112 0.263c1.846 4.766 2.963 10.278 3.072 16.037l0.001 0.046c-0.027 5.355-0.983 10.479-2.714 15.23l0.1-0.314zM678.437 582.563c0 0.019 0 0.041 0 0.064 0 10.603-8.595 19.198-19.198 19.198s-19.198-8.595-19.198-19.198c0-0.023 0-0.045 0-0.067l-0 0.003v-146.375c-0-0.019-0-0.041-0-0.064 0-10.603 8.595-19.198 19.198-19.198s19.198 8.595 19.198 19.198c0 0.023-0 0.045-0 0.067l0-0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Coupons_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2558,"id":308,"name":"Coupons_Fill","prevSize":32,"code":59732},"setIdx":0,"setId":2,"iconIdx":332},{"icon":{"paths":["M659.24 416.979c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.003l-0-0v146.375c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-146.375c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-0-0zM906.667 465.958c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.004l0 0v-78.875c-0.487-65.195-53.405-117.868-118.647-117.958l-0.009-0h-590.375c-65.295 0.11-118.239 52.837-118.698 118.040l-0 0.044v81.312c0.002 5.441 2.265 10.353 5.9 13.848l0.006 0.006c3.496 3.31 8.228 5.344 13.436 5.344 0.232 0 0.462-0.004 0.692-0.012l-0.033 0.001c0.586-0.028 1.273-0.044 1.964-0.044 11.533 0 22.029 4.445 29.866 11.715l-0.028-0.026c8.586 7.962 14.022 19.217 14.291 31.743l0.001 0.048c-0.177 25.535-20.918 46.167-46.478 46.167-0.088 0-0.177-0-0.265-0.001l0.014 0c-0.16-0.005-0.348-0.008-0.537-0.008-10.4 0-18.831 8.431-18.831 18.831 0 0.135 0.001 0.27 0.004 0.405l-0-0.020v78.833c0.419 65.2 53.351 117.897 118.6 117.937l590.431 0c65.295-0.11 118.239-52.837 118.698-118.040l0-0.044v-78.688c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-0-0c-0.029 0-0.064 0-0.099 0-25.445 0-46.073-20.628-46.073-46.073s20.628-46.073 46.073-46.073c0.035 0 0.070 0 0.105 0l-0.005-0zM887.469 594.313v61.646c-0.386 44.078-36.178 79.669-80.296 79.729l-0.006 0-0.688-0.021h-128.043v-48.791c0-0.019 0-0.041 0-0.064 0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198c0 0.023 0 0.045 0 0.067l-0-0.003v48.792h-422.718c-0.033 0-0.072 0-0.112 0-22.111 0-42.16-8.832-56.809-23.161l0.015 0.014c-14.654-14.385-23.771-34.366-23.885-56.477l-0-0.022v-61.584c38.080-8.929 66.014-42.566 66.093-82.741l0-0.009c0-0.167-0.063-2.271-0.063-2.417-1.654-38.349-29.184-69.816-65.491-77.467l-0.539-0.095v-63.666c0.403-44.108 36.253-79.708 80.417-79.708 0.003 0 0.007 0 0.010 0l423.084-0v61.852c-0 0.019-0 0.041-0 0.064 0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198c0-0.023-0-0.045-0-0.067l0 0.003v-61.853h128.75c44.106 0.040 79.892 35.61 80.28 79.63l0 0.037-0.010 61.729c-37.685 9.039-65.26 42.444-65.26 82.291 0 39.85 27.581 73.258 64.694 82.176l0.576 0.117zM483.26 417.271c-3.473-3.475-8.272-5.625-13.573-5.625s-10.1 2.15-13.573 5.625l-161.833 161.833c-3.478 3.476-5.63 8.278-5.63 13.584 0 10.605 8.597 19.203 19.203 19.203 5.3 0 10.098-2.147 13.573-5.619l161.833-161.835c3.475-3.477 5.625-8.279 5.625-13.583s-2.149-10.107-5.625-13.583l0 0zM498.167 563.562c-7.349-7.231-17.439-11.696-28.572-11.696-16.775 0-31.182 10.137-37.431 24.619l-0.102 0.264c-2.093 4.67-3.312 10.122-3.312 15.858 0 0.013 0 0.026 0 0.040l-0-0.002c-0.001 0.123-0.002 0.268-0.002 0.414 0 5.432 1.175 10.591 3.284 15.234l-0.094-0.231c2.186 5.241 5.148 9.73 8.798 13.559l-0.017-0.018c7.362 7.412 17.559 12 28.827 12 0.002 0 0.004-0 0.006-0l0.083 0c11.327-0.010 21.572-4.637 28.955-12.101l0.004-0.004c7.322-7.145 11.862-17.111 11.862-28.137 0-0.281-0.003-0.562-0.009-0.842l0.001 0.042c-0.109-5.805-1.227-11.318-3.183-16.414l0.111 0.33c-2.362-5.017-5.455-9.295-9.196-12.904l-0.013-0.012zM307.76 472.208c0.011 0 0.024 0 0.037 0 5.767 0 11.248-1.227 16.195-3.434l-0.253 0.101c5.266-2.28 9.762-5.37 13.552-9.166l0.001-0.001c3.516-3.798 6.48-8.175 8.722-12.959l0.131-0.312c1.829-4.242 2.893-9.181 2.893-14.368 0-0.405-0.006-0.809-0.019-1.212l0.001 0.059c-0.055-11.52-4.777-21.926-12.371-29.434l-0.004-0.004c-7.519-7.106-17.691-11.474-28.883-11.474-11.234 0-21.441 4.401-28.989 11.574l0.018-0.017c-3.791 3.629-6.818 8.022-8.836 12.937l-0.091 0.251c-2.133 4.689-3.375 10.168-3.375 15.938 0 0.066 0 0.131 0 0.197l-0-0.010c-0.001 0.075-0.001 0.165-0.001 0.254 0 5.645 1.236 11.002 3.452 15.814l-0.097-0.235c2.391 5.285 5.449 9.821 9.14 13.756l-0.025-0.027c3.626 3.406 7.876 6.201 12.553 8.186l0.28 0.106c4.69 2.182 10.178 3.462 15.964 3.479l0.006 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Coupons"],"grid":0},"attrs":[{}],"properties":{"order":2559,"id":309,"name":"Coupons","prevSize":32,"code":59733},"setIdx":0,"setId":2,"iconIdx":333},{"icon":{"paths":["M440.375 552.043c-3.086-3.089-7.351-5-12.063-5s-8.976 1.911-12.062 5l-0 0-26.379 26.38c-3.557-0.655-7.65-1.030-11.831-1.030-18.864 0-35.947 7.626-48.334 19.964l0.002-0.002-188.021 188.020c-12.404 12.404-20.077 29.541-20.077 48.469 0 37.857 30.689 68.546 68.546 68.546 18.928 0 36.065-7.672 48.469-20.076l188.020-188.001c12.418-12.343 20.105-29.435 20.105-48.322 0-0.063-0-0.125-0-0.188l0 0.010c-0.052-4.174-0.467-8.215-1.214-12.139l0.068 0.431 26.354-26.354c3.089-3.086 5-7.351 5-12.063s-1.911-8.976-5-12.062l-0-0zM891.792 267.417l-5.355-5.355c-6.645-6.364-15.678-10.281-25.625-10.281s-18.98 3.918-25.638 10.294l0.013-0.013-58.854 58.855c-0.385 0.372-0.911 0.602-1.489 0.602s-1.104-0.229-1.49-0.602l0.001 0.001-5.354-5.355c-0.377-0.383-0.609-0.909-0.609-1.49s0.233-1.106 0.61-1.49l-0 0 58.854-58.854c6.564-6.555 10.625-15.616 10.625-25.625s-4.061-19.070-10.625-25.625l-0-0-5.355-5.355c-6.56-6.546-15.614-10.594-25.615-10.594s-19.055 4.048-25.615 10.594l0.001-0.001-58.854 58.875c-0.385 0.372-0.911 0.602-1.49 0.602s-1.104-0.229-1.49-0.602l0.001 0.001-5.333-5.333c-0.388-0.386-0.628-0.92-0.628-1.511 0-0.58 0.231-1.105 0.607-1.49l-0 0 58.833-58.854c6.577-6.553 10.646-15.619 10.646-25.636 0-10.006-4.061-19.063-10.624-25.614l-0.001-0.001-5.355-5.355c-6.56-6.546-15.614-10.594-25.615-10.594s-19.055 4.048-25.615 10.594l0.001-0.001-117.958 117.937c-24.461 23.814-39.636 57.061-39.636 93.853 0 22.375 5.613 43.44 15.507 61.862l-0.343-0.699-34.152 34.151c-3.089 3.086-5 7.351-5 12.063s1.911 8.976 5 12.062l0 0 31.792 31.792c3.080 3.089 7.339 5 12.045 5 0.006 0 0.012-0 0.018-0l0.020 0c4.721-0.003 8.994-1.922 12.083-5.020l0-0 33.884-34.048c17.355 9.706 38.069 15.445 60.119 15.505l0.018 0c37.231-0.202 70.855-15.478 95.112-40.029l0.013-0.013 117.937-118c6.53-6.559 10.566-15.604 10.566-25.592 0-9.999-4.045-19.053-10.589-25.615l0.001 0.001zM603.792 427.646l-0.006 0.005-7.586-7.531 0.030-0.047 7.57 7.568zM671.312 597.354c-12.371-12.334-29.442-19.96-48.293-19.96-4.153 0-8.22 0.37-12.169 1.079l0.415-0.062-174.132-174.112c23.083-53.43 4.503-126.080-48.051-178.633-28.426-29.325-65.934-49.698-107.981-56.576l-1.123-0.152c-6.398-1.228-13.758-1.93-21.281-1.93-31.738 0-60.557 12.5-81.802 32.845l0.043-0.041c-51.417 51.417-39.854 146.625 25.771 212.25 32.995 34.433 78.763 56.399 129.662 58.261l0.338 0.010c0.245 0.002 0.534 0.003 0.824 0.003 17.402 0 33.958-3.623 48.955-10.156l-0.791 0.307 173.742 173.742c-0.65 3.54-1.021 7.613-1.021 11.774 0 18.85 7.626 35.919 19.96 48.291l-0.002-0.002 188.042 188.021c12.404 12.404 29.541 20.076 48.469 20.076 37.857 0 68.546-30.689 68.546-68.546 0-18.928-7.672-36.065-20.077-48.469l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cuisines_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2560,"id":310,"name":"Cuisines_Fill","prevSize":32,"code":59734},"setIdx":0,"setId":2,"iconIdx":334},{"icon":{"paths":["M447.833 583.625l-17.819 17.818c-1.155-1.344-2.102-2.823-3.369-4.089-1.276-1.279-2.755-2.197-4.104-3.354l17.833-17.833c3.038-3.079 4.914-7.31 4.914-11.979 0-9.421-7.638-17.059-17.059-17.059-4.67 0-8.901 1.876-11.981 4.916l0.002-0.002-26.379 26.38c-3.557-0.655-7.65-1.030-11.831-1.030-18.864 0-35.947 7.626-48.334 19.964l0.002-0.002-188.021 188.020c-12.404 12.404-20.077 29.541-20.077 48.469 0 37.857 30.689 68.546 68.546 68.546 18.928 0 36.065-7.672 48.469-20.076l188.020-188.001c12.418-12.343 20.105-29.435 20.105-48.322 0-0.063-0-0.125-0-0.188l0 0.010c-0.052-4.174-0.467-8.215-1.214-12.139l0.068 0.431 26.354-26.354c3.074-3.085 4.975-7.341 4.975-12.041 0-9.421-7.638-17.059-17.059-17.059-4.7 0-8.956 1.901-12.042 4.976l0-0zM402.521 670.167l-188.021 188.021c-6.23 6.23-14.837 10.084-24.344 10.084-19.014 0-34.427-15.414-34.427-34.427 0-9.507 3.853-18.114 10.084-24.344l188.021-188c6.229-6.232 14.836-10.087 24.344-10.087 19.010 0 34.42 15.41 34.42 34.42 0 9.502-3.85 18.105-10.076 24.333l0-0zM891.792 267.417l-5.355-5.355c-6.645-6.364-15.678-10.281-25.625-10.281s-18.98 3.918-25.638 10.294l0.013-0.013-58.854 58.855c-0.385 0.372-0.911 0.602-1.489 0.602s-1.104-0.229-1.49-0.602l0.001 0.001-5.354-5.355c-0.377-0.383-0.609-0.909-0.609-1.49s0.233-1.106 0.61-1.49l-0 0 58.854-58.854c6.564-6.555 10.625-15.616 10.625-25.625s-4.061-19.070-10.625-25.625l-0-0-5.355-5.355c-6.56-6.546-15.614-10.594-25.615-10.594s-19.055 4.048-25.615 10.594l0.001-0.001-58.854 58.875c-0.385 0.372-0.911 0.602-1.49 0.602s-1.104-0.229-1.49-0.602l0.001 0.001-5.333-5.333c-0.388-0.386-0.628-0.92-0.628-1.511 0-0.58 0.231-1.105 0.607-1.49l-0 0 58.833-58.854c6.577-6.553 10.646-15.619 10.646-25.636 0-10.006-4.061-19.063-10.624-25.614l-0.001-0.001-5.355-5.355c-6.56-6.546-15.614-10.594-25.615-10.594s-19.055 4.048-25.615 10.594l0.001-0.001-117.958 117.937c-24.461 23.814-39.636 57.061-39.636 93.853 0 22.375 5.613 43.44 15.507 61.862l-0.343-0.699-34.152 34.151c-3.087 3.087-4.996 7.352-4.996 12.063 0 9.422 7.638 17.059 17.059 17.059 4.711 0 8.976-1.909 12.063-4.997l43.271-43.271c2.981-3.136 4.814-7.388 4.814-12.067 0-1.971-0.325-3.866-0.925-5.635l0.036 0.124c12.187 30.331 11.533 28.882 10.88 27.432l-12.826-31.833c-10.581-15.142-16.906-33.938-16.906-54.211 0-27.484 11.626-52.253 30.229-69.656l0.054-0.050 117.958-117.938c0.389-0.363 0.913-0.586 1.489-0.586s1.1 0.223 1.491 0.587l-0.001-0.001 5.355 5.355v2.979l-58.854 58.875c-6.541 6.562-10.586 15.616-10.586 25.615s4.045 19.053 10.587 25.615l-0.001-0.001 5.355 5.355c6.562 6.541 15.616 10.586 25.615 10.586s19.053-4.045 25.616-10.587l-0.001 0.001 58.833-58.854c0.388-0.383 0.922-0.62 1.511-0.62 0.578 0 1.103 0.228 1.49 0.599l-0.001-0.001 5.355 5.355c0.331 0.406 0.531 0.93 0.531 1.5s-0.2 1.094-0.535 1.504l0.003-0.004-58.854 58.854c-6.546 6.56-10.594 15.614-10.594 25.615s4.048 19.055 10.594 25.615l-0.001-0.001 5.355 5.355c6.56 6.546 15.614 10.594 25.615 10.594s19.055-4.048 25.615-10.594l-0.001 0.001 58.852-58.856c0.383-0.386 0.914-0.625 1.5-0.625s1.117 0.239 1.5 0.625l0 0 5.355 5.355c0.375 0.38 0.606 0.902 0.606 1.479 0 0.587-0.24 1.118-0.628 1.5l-0 0-117.896 117.979c-17.469 18.634-42.238 30.243-69.718 30.243-20.3 0-39.12-6.335-54.592-17.136l0.31 0.205c-0.387-0.203-0.879-0.426-1.384-0.624l-0.11-0.038c-2.361-1.452-5.22-2.312-8.281-2.312-1.536 0-3.022 0.217-4.428 0.621l0.113-0.028c-1.385 0.348-2.598 0.823-3.73 1.428l0.087-0.042c-0.887 0.494-1.65 1.010-2.364 1.585l0.032-0.025c-0.724 0.417-1.343 0.836-1.929 1.295l0.035-0.027-43.271 43.48c-3.071 3.087-4.97 7.342-4.97 12.042 0 9.43 7.644 17.074 17.074 17.074 4.73 0 9.011-1.924 12.104-5.031l33.885-34.049c17.355 9.706 38.069 15.445 60.119 15.505l0.018 0c37.231-0.202 70.855-15.478 95.112-40.029l0.013-0.013 117.937-118c6.53-6.559 10.567-15.604 10.567-25.593 0-9.999-4.045-19.053-10.589-25.615l0.001 0.001zM671.312 597.355c-12.364-12.334-29.429-19.961-48.275-19.961-4.159 0-8.232 0.371-12.186 1.083l0.415-0.062-174.133-174.115c23.083-53.43 4.503-126.080-48.051-178.633-28.426-29.326-65.935-49.699-107.982-56.577l-1.123-0.152c-6.397-1.227-13.754-1.929-21.275-1.929-31.74 0-60.56 12.499-81.808 32.843l0.043-0.041c-51.417 51.417-39.854 146.625 25.771 212.25 32.995 34.433 78.763 56.399 129.662 58.261l0.338 0.010c0.245 0.002 0.534 0.003 0.824 0.003 17.402 0 33.958-3.623 48.955-10.156l-0.791 0.307 173.742 173.742c-0.65 3.54-1.021 7.613-1.021 11.774 0 18.85 7.626 35.919 19.96 48.291l-0.002-0.002 188.042 188.021c12.404 12.404 29.541 20.076 48.469 20.076 37.857 0 68.546-30.689 68.546-68.546 0-18.928-7.672-36.065-20.077-48.469l-0-0zM574.375 597.355c-1.294 1.294-2.229 2.795-3.398 4.164l-173.81-173.81c-0.307-0.307-0.716-0.412-1.040-0.693-2.366-2.162-5.439-3.586-8.836-3.887l-0.058-0.004c-0.782-0.131-1.683-0.206-2.602-0.206-0.24 0-0.478 0.005-0.715 0.015l0.034-0.001c-1.128 0.116-2.155 0.323-3.144 0.619l0.119-0.031c-1.265 0.297-2.372 0.694-3.417 1.199l0.098-0.043c-0.401 0.195-0.839 0.198-1.231 0.427-40.853 24.333-103.708 8.625-149.542-37.167-24.215-23.339-41.089-54.145-46.911-88.704l-0.131-0.942c-0.97-4.844-1.526-10.412-1.526-16.11 0-22.51 8.668-42.995 22.848-58.3l-0.051 0.056c15.198-14.092 35.62-22.738 58.061-22.738 5.734 0 11.336 0.564 16.754 1.641l-0.544-0.090c35.495 5.948 66.295 22.823 89.577 46.991l0.048 0.050c45.812 45.813 61.437 108.729 37.167 149.583-0.225 0.38-0.227 0.811-0.419 1.198-0.835 1.85-1.451 3.996-1.741 6.245l-0.012 0.114c-0.038 0.405-0.060 0.875-0.060 1.351 0 2.93 0.827 5.667 2.259 7.991l-0.038-0.066c0.572 1.088 1.203 2.026 1.921 2.888l-0.021-0.026c0.288 0.336 0.397 0.758 0.715 1.076l173.82 173.803c-1.374 1.171-2.876 2.108-4.175 3.406zM835.229 858.188c-6.236 6.218-14.841 10.062-24.344 10.062s-18.108-3.845-24.345-10.063l0.001 0.001-188.042-188.021c-6.23-6.23-10.083-14.837-10.083-24.344 0-19.014 15.414-34.427 34.427-34.427 9.507 0 18.114 3.853 24.344 10.083l0-0 188.042 188.021c6.218 6.236 10.062 14.841 10.062 24.344s-3.845 18.108-10.063 24.345l0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Cuisines"],"grid":0},"attrs":[{}],"properties":{"order":2561,"id":311,"name":"Cuisines","prevSize":32,"code":59735},"setIdx":0,"setId":2,"iconIdx":335},{"icon":{"paths":["M415.292 616.26c-70.531 0-285.156 0-285.156 128.521 0 114.531 162.74 127.771 285.156 127.771 70.531 0 285.146 0 285.146-128.521-0-114.531-162.74-127.771-285.146-127.771zM415.249 530.76h1.301c104.103-0.388 188.345-84.869 188.345-189.026 0-0.24-0-0.48-0.001-0.719l0 0.037c-0.144-104.676-84.976-189.489-189.645-189.604l-0.054-0c-104.647 0.128-189.431 84.991-189.431 189.656 0 104.683 84.813 189.557 189.473 189.656l0.010 0zM890.572 670.719c-16.948-57.792-91.573-94.719-166.479-82.49-9.178 1.557-16.080 9.448-16.080 18.952 0 5.974 2.728 11.312 7.005 14.835l0.033 0.026c23.851 18.846 43.994 41.074 60.048 66.17l0.64 1.069c5.724 15.823 9.034 34.085 9.034 53.119 0 10.292-0.968 20.358-2.817 30.111l0.158-1.002c-0.237 1.132-0.373 2.434-0.373 3.767 0 10.599 8.592 19.191 19.191 19.191 2.751 0 5.367-0.579 7.733-1.622l-0.123 0.048c97.073-41.865 87.333-104.104 82.031-122.177zM679.969 341.104c-4.59 45.746-17.341 87.579-36.801 125.395l0.915-1.957c-1.176 2.418-1.863 5.26-1.863 8.263 0 3.904 1.162 7.536 3.158 10.57l-0.045-0.073c3.619 5.52 9.777 9.114 16.775 9.114 0.010 0 0.019-0 0.029-0l-0.001 0h0.073c83.117-0.594 150.267-68.11 150.267-151.311 0-83.563-67.736-151.305-151.297-151.314l-0.053-0c-10.595 0.017-19.177 8.61-19.177 19.208 0 3.88 1.15 7.491 3.129 10.511l-0.045-0.073c20.963 34.817 33.801 76.629 34.932 121.349l0.006 0.318z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Customer_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2562,"id":312,"name":"Customer_Fill","prevSize":32,"code":59736},"setIdx":0,"setId":2,"iconIdx":336},{"icon":{"paths":["M671.198 448.708c-10.575 0.036-19.134 8.618-19.134 19.198s8.559 19.162 19.131 19.198l0.003 0c0.053 0 0.116 0 0.179 0 82.65 0 149.651-67.001 149.651-149.651s-67.001-149.651-149.651-149.651c-0.063 0-0.126 0-0.188 0l0.010-0c-10.575 0.036-19.134 8.618-19.134 19.198s8.559 19.162 19.131 19.198l0.003 0c0.046-0 0.1-0 0.154-0 61.445 0 111.255 49.811 111.255 111.255s-49.811 111.255-111.255 111.255c-0.054 0-0.108-0-0.163-0l0.009 0zM888.125 672.135c-14.656-55.99-87.896-93.281-160.063-81.417-9.181 1.551-16.088 9.443-16.088 18.948 0 10.605 8.597 19.202 19.202 19.202 1.1 0 2.178-0.092 3.228-0.27l-0.113 0.016c58.083-9.49 108.104 20.396 116.688 53.239 7.552 28.833-18.104 56.292-70.385 75.323-7.458 2.749-12.681 9.795-12.681 18.061 0 10.605 8.597 19.202 19.202 19.202 2.378 0 4.656-0.432 6.758-1.223l-0.132 0.044c106.833-38.896 99.26-102.551 94.385-121.125zM416.823 618.563c-71.698 0-289.885 0-289.885 130.469 0 116.083 165.437 129.51 289.885 129.51 71.708 0 289.917 0 289.917-130.302 0-116.24-165.458-129.677-289.917-129.677zM416.823 840.146c-169.229 0-251.489-29.803-251.489-91.115 0-61.094 84.615-92.073 251.489-92.073 166.896 0 251.52 30.708 251.52 91.281 0.001 60.979-84.624 91.906-251.52 91.906zM416.823 530.865h1.333c106.512-0.379 192.71-86.811 192.71-193.375 0-106.799-86.577-193.376-193.376-193.376s-193.376 86.577-193.376 193.376c0 106.564 86.198 192.996 192.673 193.375l0.036 0zM416.823 183.854c85.213 0.013 154.288 69.095 154.288 154.31 0 84.772-68.358 153.578-152.958 154.304l-0.069 0h-1.261c-0.054 0-0.118 0-0.181 0-85.222 0-154.307-69.086-154.307-154.307s69.086-154.307 154.307-154.307c0.064 0 0.127 0 0.191 0l-0.010-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Customer"],"grid":0},"attrs":[{}],"properties":{"order":2767,"id":313,"name":"Customer","prevSize":32,"code":59737},"setIdx":0,"setId":2,"iconIdx":337},{"icon":{"paths":["M403.792 151.469h-178.917c-31.156 0.033-56.405 25.281-56.437 56.434l-0 0.003v122.229c0.037 31.152 25.284 56.395 56.435 56.427l178.92 0c31.158-0.029 56.411-25.271 56.458-56.422l0-0.005v-122.229c-0.042-31.16-25.297-56.407-56.456-56.438l-0.003-0zM401.625 442.667h-174.583c-32.35 0.039-58.565 26.254-58.604 58.6l-0 0.004v312.656c0.039 32.35 26.254 58.565 58.6 58.604l174.587 0c32.355-0.038 58.575-26.251 58.624-58.599l0-0.005v-312.656c-0.049-32.353-26.269-58.566-58.62-58.604l-0.004-0zM796.958 152.438h-174.583c-32.355 0.038-58.575 26.251-58.624 58.599l-0 0.005v312.656c0.049 32.353 26.269 58.566 58.62 58.604l174.587 0c32.35-0.039 58.565-26.254 58.604-58.6l0-0.004v-312.656c-0.039-32.35-26.254-58.565-58.6-58.604l-0.004-0zM799.125 637.437h-178.917c-31.158 0.029-56.411 25.271-56.458 56.422l-0 0.005v122.229c0.042 31.16 25.297 56.407 56.456 56.438l178.92 0c31.157-0.032 56.405-25.281 56.438-56.434l0-0.003v-122.229c-0.037-31.152-25.284-56.396-56.435-56.427l-0.003-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Dashboard_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2768,"id":314,"name":"Dashboard_Fill","prevSize":32,"code":59738},"setIdx":0,"setId":2,"iconIdx":338},{"icon":{"paths":["M403.792 151.469h-178.917c-31.156 0.033-56.405 25.281-56.437 56.434l-0 0.003v122.229c0.037 31.152 25.284 56.395 56.435 56.427l178.92 0c31.158-0.029 56.411-25.271 56.458-56.422l0-0.005v-122.229c-0.042-31.16-25.297-56.407-56.456-56.438l-0.003-0zM421.833 330.135c-0.013 9.957-8.084 18.024-18.041 18.031l-178.918 0c-9.95-0.016-18.011-8.081-18.021-18.030l-0-0.001v-122.229c0.006-9.955 8.068-18.024 18.019-18.042l0.002-0h178.916c9.961 0.008 18.034 8.081 18.042 18.041l0 0.001zM401.625 442.667h-174.583c-32.35 0.039-58.565 26.254-58.604 58.6l-0 0.004v312.656c0.039 32.35 26.254 58.565 58.6 58.604l174.587 0c32.355-0.038 58.575-26.251 58.624-58.599l0-0.005v-312.656c-0.049-32.353-26.269-58.566-58.62-58.604l-0.004-0zM421.833 813.927c-0.011 11.156-9.052 20.198-20.207 20.208l-174.584 0c-11.152-0.013-20.187-9.055-20.188-20.208l-0-0v-312.656c0.001-11.153 9.036-20.196 20.186-20.208l174.584-0c11.156 0.011 20.198 9.052 20.208 20.207l0 0.001zM796.959 152.438h-174.584c-32.355 0.038-58.575 26.251-58.624 58.599l-0 0.005v312.656c0.049 32.353 26.269 58.566 58.62 58.604l174.587 0c32.35-0.039 58.565-26.254 58.604-58.6l0-0.004v-312.656c-0.039-32.35-26.254-58.565-58.6-58.604l-0.004-0zM817.146 523.698c-0.001 11.153-9.036 20.196-20.186 20.208l-174.585 0c-11.156-0.011-20.198-9.052-20.208-20.207l-0-0.001v-312.656c0.011-11.156 9.052-20.198 20.207-20.208l174.584-0c11.152 0.013 20.187 9.055 20.188 20.208l0 0zM799.125 637.437h-178.917c-31.158 0.029-56.411 25.271-56.458 56.422l-0 0.005v122.229c0.042 31.16 25.297 56.407 56.456 56.438l178.92 0c31.157-0.032 56.405-25.281 56.438-56.434l0-0.003v-122.229c-0.037-31.152-25.284-56.396-56.435-56.427l-0.003-0zM817.146 816.094c-0.006 9.955-8.068 18.024-18.019 18.042l-0.002 0h-178.917c-9.961-0.008-18.034-8.081-18.042-18.041l-0-0.001v-122.229c0.013-9.957 8.084-18.024 18.041-18.031l178.918-0c9.95 0.016 18.011 8.081 18.021 18.030l0 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Dashboard"],"grid":0},"attrs":[{}],"properties":{"order":2769,"id":315,"name":"Dashboard","prevSize":32,"code":59739},"setIdx":0,"setId":2,"iconIdx":339},{"icon":{"paths":["M824.487 217.46c-9.865-77.499-165.21-119.335-312.091-119.335-144.409 0-297.131 40.409-311.618 115.415-1.344 2.467-2.158 5.393-2.215 8.505l-0 0.018v576.75c0.010 2.78 0.614 5.417 1.691 7.793l-0.049-0.12c9.804 77.534 165.276 119.389 312.264 119.389 151.719 0 312.969-44.542 312.969-127.062v-576.75c-0.128-1.687-0.466-3.252-0.99-4.73l0.039 0.127zM787.042 798.813c0 37.021-104.458 88.646-274.573 88.646-170.26 0-274.812-51.625-274.812-88.646-0.134-1.288-0.38-2.462-0.733-3.589l0.035 0.129v-131.745c56.535 42.133 168.264 64.454 275.51 64.454 106.688 0 217.844-22.113 274.573-63.883zM787.042 601c0 37.021-104.458 88.646-274.573 88.646-170.26 0-274.812-51.625-274.812-88.646-0.134-1.288-0.38-2.462-0.733-3.589l0.035 0.129v-126.016c56.535 42.133 168.264 64.454 275.51 64.454 106.688 0 217.844-22.113 274.573-63.883zM787.042 408.917c0 37.021-104.458 88.646-274.573 88.646-170.26 0-274.812-51.625-274.812-88.646-0.134-1.288-0.38-2.462-0.733-3.589l0.035 0.129v-117.711c56.484 42.165 168.201 64.504 275.437 64.504 106.723 0 217.906-22.115 274.645-63.888zM322.802 360.521c-6.647-6.199-15.597-10.005-25.436-10.005-10.042 0-19.157 3.964-25.868 10.413l0.012-0.012c-3.131 3.189-5.69 6.953-7.502 11.116l-0.092 0.238c-1.876 4.138-2.969 8.973-2.969 14.063 0 0.043 0 0.087 0 0.13l-0-0.007c-0.001 0.108-0.002 0.236-0.002 0.364 0 4.847 1.048 9.449 2.93 13.593l-0.084-0.207c1.964 4.672 4.605 8.676 7.85 12.101l-0.017-0.018c6.55 6.576 15.613 10.645 25.627 10.645 0.036 0 0.072-0 0.108-0l-0.006 0c10.095-0.037 19.223-4.147 25.833-10.77l0.001-0.001c3.423-3.528 6.213-7.694 8.171-12.298l0.1-0.264c1.425-3.936 2.266-8.479 2.302-13.213l0-0.016c-0.109-5.177-1.112-10.088-2.861-14.629l0.1 0.295c-2.102-4.474-4.855-8.289-8.186-11.509l-0.011-0.010zM322.802 551.396c-6.646-6.203-15.597-10.010-25.438-10.010-10.022 0-19.121 3.95-25.826 10.377l0.013-0.013c-3.162 3.185-5.737 6.959-7.545 11.14l-0.090 0.235c-1.876 4.138-2.969 8.973-2.969 14.063 0 0.043 0 0.087 0 0.13l-0-0.007c-0.001 0.109-0.002 0.239-0.002 0.368 0 4.837 1.044 9.431 2.919 13.568l-0.084-0.207c1.945 4.676 4.584 8.683 7.838 12.099l-0.015-0.016c6.549 6.589 15.617 10.667 25.639 10.667 0.039 0 0.078-0 0.117-0l-0.006 0c10.096-0.032 19.225-4.143 25.832-10.77l0.001-0.001c3.423-3.528 6.213-7.694 8.171-12.299l0.1-0.264c1.425-3.936 2.266-8.479 2.302-13.213l0-0.016c-0.112-5.193-1.118-10.117-2.871-14.672l0.1 0.297c-2.113-4.446-4.86-8.239-8.176-11.447l-0.011-0.010zM322.802 741.021c-6.647-6.199-15.597-10.005-25.436-10.005-10.042 0-19.157 3.964-25.868 10.413l0.012-0.012c-3.138 3.195-5.704 6.966-7.522 11.137l-0.093 0.238c-1.863 4.134-2.948 8.961-2.948 14.042 0 0.044 0 0.087 0 0.131l-0-0.007c-0.001 0.078-0.001 0.169-0.001 0.261 0 4.882 1.047 9.519 2.93 13.7l-0.085-0.211c1.949 4.659 4.584 8.651 7.828 12.058l-0.015-0.016c6.566 6.602 15.655 10.688 25.7 10.688 0.003 0 0.006-0 0.009-0l0.083 0c10.063-0.045 19.16-4.145 25.749-10.749l0.001-0.001c3.45-3.527 6.256-7.702 8.214-12.322l0.098-0.261c1.425-3.936 2.266-8.479 2.302-13.213l0-0.016c-0.115-5.2-1.122-10.132-2.872-14.695l0.101 0.299c-2.113-4.447-4.86-8.24-8.176-11.449l-0.011-0.010z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Database_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2770,"id":316,"name":"Database_Fill","prevSize":32,"code":59740},"setIdx":0,"setId":2,"iconIdx":340},{"icon":{"paths":["M824.487 217.46c-9.865-77.499-165.21-119.335-312.091-119.335-144.409 0-297.131 40.409-311.618 115.415-1.344 2.467-2.158 5.393-2.215 8.505l-0 0.018v576.75c0.010 2.78 0.614 5.417 1.691 7.793l-0.049-0.12c9.804 77.534 165.276 119.389 312.264 119.389 151.719 0 312.969-44.542 312.969-127.062v-576.75c-0.128-1.687-0.466-3.252-0.99-4.73l0.039 0.127zM787.042 798.813c0 37.021-104.458 88.646-274.573 88.646-170.26 0-274.812-51.625-274.812-88.646-0.134-1.288-0.38-2.462-0.733-3.589l0.035 0.129v-131.745c56.535 42.133 168.264 64.454 275.51 64.454 106.688 0 217.844-22.113 274.573-63.883zM787.042 601c0 37.021-104.458 88.646-274.573 88.646-170.26 0-274.812-51.625-274.812-88.646-0.134-1.288-0.38-2.462-0.733-3.589l0.035 0.129v-126.016c56.535 42.133 168.264 64.454 275.51 64.454 106.688 0 217.844-22.113 274.573-63.883zM787.042 408.917c0 37.021-104.458 88.646-274.573 88.646-170.26 0-274.812-51.625-274.812-88.646-0.134-1.288-0.38-2.462-0.733-3.589l0.035 0.129v-117.711c56.484 42.165 168.201 64.504 275.437 64.504 106.723 0 217.906-22.115 274.645-63.888zM512.396 313.834c-170.167 0-274.656-51.625-274.656-88.646s104.489-88.646 274.656-88.646c170.156 0 274.645 51.625 274.645 88.646s-104.489 88.646-274.645 88.646zM322.803 360.521c-6.647-6.199-15.597-10.005-25.436-10.005-10.042 0-19.157 3.964-25.868 10.413l0.012-0.012c-3.131 3.189-5.69 6.953-7.502 11.116l-0.092 0.238c-1.876 4.138-2.969 8.973-2.969 14.063 0 0.043 0 0.087 0 0.13l-0-0.007c-0.001 0.108-0.002 0.236-0.002 0.364 0 4.847 1.048 9.449 2.93 13.593l-0.084-0.207c1.964 4.672 4.605 8.676 7.85 12.101l-0.017-0.018c6.55 6.576 15.613 10.645 25.627 10.645 0.036 0 0.072-0 0.108-0l-0.006 0c10.095-0.037 19.223-4.147 25.833-10.77l0.001-0.001c3.423-3.528 6.213-7.694 8.171-12.298l0.1-0.264c1.425-3.936 2.266-8.479 2.302-13.213l0-0.016c-0.109-5.177-1.112-10.088-2.861-14.629l0.1 0.295c-2.103-4.474-4.855-8.289-8.187-11.51l-0.011-0.010zM322.803 551.396c-6.646-6.203-15.597-10.010-25.438-10.010-10.022 0-19.121 3.95-25.826 10.377l0.013-0.013c-3.162 3.185-5.737 6.959-7.545 11.14l-0.090 0.235c-1.876 4.138-2.969 8.973-2.969 14.063 0 0.043 0 0.087 0 0.13l-0-0.007c-0.001 0.109-0.002 0.239-0.002 0.368 0 4.837 1.044 9.431 2.919 13.568l-0.084-0.207c1.945 4.676 4.584 8.683 7.838 12.099l-0.015-0.016c6.549 6.589 15.617 10.667 25.639 10.667 0.039 0 0.078-0 0.117-0l-0.006 0c10.096-0.032 19.225-4.143 25.832-10.77l0.001-0.001c3.423-3.528 6.213-7.694 8.171-12.299l0.1-0.264c1.425-3.936 2.266-8.479 2.302-13.213l0-0.016c-0.112-5.193-1.118-10.117-2.871-14.672l0.1 0.297c-2.113-4.446-4.86-8.239-8.177-11.448l-0.011-0.010zM322.803 741.021c-6.647-6.199-15.597-10.005-25.436-10.005-10.042 0-19.157 3.964-25.868 10.413l0.012-0.012c-3.138 3.195-5.704 6.966-7.522 11.137l-0.093 0.238c-1.863 4.134-2.948 8.961-2.948 14.042 0 0.044 0 0.087 0 0.131l-0-0.007c-0.001 0.078-0.001 0.169-0.001 0.261 0 4.882 1.047 9.519 2.93 13.7l-0.085-0.211c1.949 4.659 4.584 8.651 7.828 12.058l-0.015-0.016c6.566 6.602 15.655 10.688 25.7 10.688 0.003 0 0.006-0 0.009-0l0.083 0c10.063-0.045 19.16-4.145 25.749-10.749l0.001-0.001c3.45-3.527 6.256-7.702 8.214-12.322l0.098-0.261c1.425-3.936 2.266-8.479 2.302-13.213l0-0.016c-0.115-5.2-1.122-10.132-2.872-14.695l0.101 0.299c-2.113-4.447-4.86-8.24-8.177-11.449l-0.011-0.010z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Database"],"grid":0},"attrs":[{}],"properties":{"order":2771,"id":317,"name":"Database","prevSize":32,"code":59741},"setIdx":0,"setId":2,"iconIdx":341},{"icon":{"paths":["M791.771 382.771c-0.399-0.029-0.864-0.046-1.333-0.046-10.103 0-18.405 7.713-19.338 17.572l-0.006 0.078c-0.219 2.645-21.417 265.042-33.698 376.333-1.252 37.091-31.621 66.683-68.901 66.683-0.522 0-1.043-0.006-1.562-0.017l0.077 0.001-3.219-0.104c-106.396 1.875-209.427 1.875-307.292-0.188-0.697 0.026-1.515 0.040-2.336 0.040-36.503 0-66.247-28.942-67.535-65.131l-0.003-0.118c-0.010-0.5-0.083-1.979-0.135-2.479-12.25-110.667-33.333-372.396-33.552-375.021-0.823-9.918-9.076-17.656-19.136-17.656-10.603 0-19.198 8.595-19.198 19.198 0 0.543 0.023 1.080 0.067 1.611l-0.005-0.070c0.208 2.625 21.344 264.917 33.583 375.667 1.971 56.949 48.611 102.366 105.859 102.366 0.929 0 1.855-0.012 2.778-0.036l-0.136 0.003c50.042 1.062 101.719 1.604 154.469 1.604 49.844 0 100.635-0.479 151.896-1.437l2.854 0.125c0.979 0.042 1.958 0.042 2.937 0.042 0.067 0 0.146 0 0.225 0 57.415 0 104.232-45.379 106.539-102.228l0.007-0.209c12.229-110.271 33.479-373.25 33.687-375.896 0.040-0.462 0.062-1 0.062-1.544 0-10.061-7.736-18.316-17.585-19.139l-0.070-0.005zM844.459 277.729h-128.083c-21.895-0.059-40.152-15.561-44.459-36.184l-0.052-0.296-9.813-48.875c-8.218-29.852-35.106-51.423-67.038-51.458l-165.972-0c-32.328 0.14-59.453 22.249-67.226 52.161l-0.107 0.485-9.531 47.687c-4.358 20.919-22.615 36.421-44.504 36.48l-0.007 0h-128.125c-10.581 0.036-19.145 8.622-19.145 19.208s8.563 19.172 19.141 19.208l0.003 0h664.917c10.581-0.036 19.145-8.622 19.145-19.208s-8.563-19.172-19.141-19.208l-0.003-0zM377.841 277.729c5.524-8.272 9.683-17.973 11.886-28.396l0.096-0.542 9.25-46.5c3.685-13.332 15.707-22.958 29.977-22.958 0.023 0 0.045 0 0.068 0l-0.003-0h165.896c0.065-0 0.142-0.001 0.22-0.001 13.791 0 25.467 9.060 29.398 21.553l0.059 0.218 9.531 47.687c2.298 10.964 6.458 20.665 12.172 29.241l-0.19-0.304zM427.365 761.208c0.563 0 1.136-0.043 1.719-0.083 9.847-0.895 17.502-9.112 17.502-19.116 0-0.597-0.027-1.188-0.081-1.771l0.006 0.075-26.761-301.937c-0.837-9.907-9.084-17.631-19.136-17.631-10.604 0-19.2 8.596-19.2 19.2 0 0.636 0.031 1.264 0.091 1.884l-0.006-0.079 26.761 301.937c0.89 9.849 9.101 17.509 19.103 17.521l0.001 0zM596.636 761.208c10.002-0.016 18.21-7.674 19.099-17.446l0.005-0.075 26.76-301.938c0.054-0.541 0.085-1.17 0.085-1.806 0-10.604-8.596-19.2-19.2-19.2-10.051 0-18.299 7.724-19.131 17.56l-0.005 0.071-26.761 301.937c-0.048 0.508-0.075 1.099-0.075 1.696 0 10.004 7.655 18.221 17.428 19.111l0.075 0.005c0.584 0.042 1.157 0.084 1.719 0.084z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Delete"],"grid":0},"attrs":[{}],"properties":{"order":2563,"id":318,"name":"Delete","prevSize":32,"code":59742},"setIdx":0,"setId":2,"iconIdx":342},{"icon":{"paths":["M311.632 373.81l321.402-187.495-111.325-64.273c-2.757-1.611-6.069-2.562-9.604-2.562s-6.847 0.951-9.696 2.612l0.092-0.049-313.958 181.148c0.887 0.235 1.628 0.491 2.346 0.792l-0.117-0.044zM574.254 498.162l-43.046 24.853v373.378l313.708-181.101c5.781-3.38 9.603-9.556 9.604-16.625l0-0v-362.217zM825.708 308.645c0.126-0.073 0.271-0.064 0.398-0.134l9.292-5.361-164.665-95.070c-0.686 0.719-1.422 1.376-2.208 1.97l-0.046 0.033-318.582 185.849 162.191 93.767 50.574-29.182zM300.393 411.663l-128.831-74.475c-0.767-0.583-1.447-1.186-2.079-1.836l-0.004-0.004v363.34c0.001 7.069 3.823 13.245 9.513 16.576l0.091 0.049 313.708 181.102v-373.525l-189.174-109.361c-1.234-0.565-2.293-1.187-3.279-1.903l0.054 0.038zM335.896 684.104c-3.387 5.723-9.529 9.5-16.553 9.5-3.583 0-6.937-0.983-9.806-2.695l0.088 0.049-58.937-34.563c-5.733-3.392-9.517-9.543-9.517-16.578 0-10.603 8.595-19.198 19.198-19.198 3.59 0 6.949 0.985 9.823 2.7l-0.088-0.049 58.938 34.563c5.716 3.397 9.487 9.54 9.487 16.565 0 3.578-0.978 6.927-2.682 9.795l0.049-0.089z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Delivery Config_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2564,"id":319,"name":"Delivery-Config_Fill","prevSize":32,"code":59743},"setIdx":0,"setId":2,"iconIdx":343},{"icon":{"paths":["M844.917 308.646l-323.208-186.604c-2.757-1.611-6.069-2.562-9.604-2.562s-6.847 0.951-9.696 2.612l0.092-0.049-323.417 186.604c-5.781 3.38-9.603 9.556-9.604 16.625l-0 0.021v373.396c0.001 7.069 3.823 13.245 9.513 16.576l0.091 0.049 323.312 186.645c2.754 1.624 6.067 2.583 9.604 2.583s6.851-0.959 9.694-2.632l-0.090 0.049 0.108-0.083 323.204-186.583c5.781-3.38 9.603-9.556 9.604-16.625l0-0v-373.396c-0.007-7.068-3.827-13.242-9.513-16.576l-0.091-0.049zM512.104 160.833l83.547 48.236-284.189 164.874-84.358-48.672zM492.792 852.083l-284.896-164.48v-329.062l284.896 164.48zM512.085 489.698l-162.273-93.628 284.176-164.867 162.925 94.066zM816.103 687.583l-284.896 164.48v-329.048l284.896-164.484zM250.688 656.396l58.937 34.563c2.78 1.656 6.13 2.636 9.708 2.636 10.603 0 19.198-8.595 19.198-19.198 0-7.024-3.772-13.167-9.401-16.514l-0.088-0.049-58.938-34.563c-2.786-1.666-6.146-2.651-9.735-2.651-10.603 0-19.198 8.595-19.198 19.198 0 7.035 3.784 13.186 9.428 16.529l0.089 0.049z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Delivery Config"],"grid":0},"attrs":[{}],"properties":{"order":2565,"id":320,"name":"Delivery-Config","prevSize":32,"code":59744},"setIdx":0,"setId":2,"iconIdx":344},{"icon":{"paths":["M865.664 675.444c-0.056 42.749-34.696 77.389-77.44 77.445l-0.005 0c-0.063 0-0.138 0-0.213 0-35.265 0-64.966-23.825-73.885-56.257l-0.126-0.538 137.303-64.462c8.862 12.147 14.228 27.339 14.366 43.778l0 0.033zM681.946 671.601l-13.22 6.205c-0.661 0.293-1.432 0.464-2.243 0.464-0.926 0-1.8-0.223-2.571-0.618l0.032 0.015c-1.459-0.591-2.586-1.744-3.129-3.183l-0.013-0.038-1.561-3.913c-2.628-5.573-7.47-15.888-18.398-15.888h-34.583c4.727-6.347 8.483-13.752 10.859-21.751l0.127-0.499 2.47-9.109c10.671-39.622 21.739-80.567 49.72-101.85l1.364-1.205c6.413-6.012 10.408-14.537 10.408-23.995 0-3.615-0.584-7.093-1.662-10.346l0.067 0.232-38.772-149.792v-58.021c0.070-0.717 0.63-1.283 1.337-1.363l0.007-0.001h97.404c2.81 4.143 4.486 9.254 4.486 14.757 0 0.064-0 0.128-0.001 0.192l0-0.010c0 13.023-2.806 28.535-16.284 28.535-0.436-0.022-0.946-0.034-1.459-0.034-9.508 0-18.025 4.243-23.76 10.94l-0.035 0.042c-4.965 7.065-7.935 15.846-7.935 25.32 0 2.969 0.292 5.87 0.848 8.675l-0.047-0.282 50.293 148.547c1.627 8.298 8.263 14.667 16.572 15.875l0.107 0.013c37.858 6.755 71.675 19.45 102.178 37.213l-1.474-0.793c1.612 1.481 3.366 2.877 5.215 4.145l0.161 0.104 1.107 0.85c1.975 1.548 3.232 3.934 3.232 6.613 0 0.253-0.011 0.503-0.033 0.75l0.002-0.032c-0.335 2.461-1.872 4.501-3.989 5.534l-0.043 0.019-12.707 5.257zM159.083 658.597c-3.635-0.283-6.515-3.163-6.796-6.772l-0.002-0.025-0.040-4.446c7.41-86.095 79.124-153.172 166.506-153.172 0.224 0 0.448 0 0.671 0.001l-0.035-0h152.005c-0.389 3.181-1.843 5.965-3.988 8.039l-0.004 0.004-2.49 2.51c-36.341 34.721-39.108 103.253-20.671 147.243 1.194 2.611 2.374 4.782 3.681 6.866l-0.144-0.245zM304.141 754.114c-37.007-0.543-67.682-26.99-74.733-61.99l-0.083-0.495h149.673c-6.707 35.749-37.658 62.445-74.852 62.485l-0.004 0zM256.301 459.679v-24.445c0-60.027 48.661-108.688 108.688-108.688s108.688 48.661 108.688 108.688v24.445h-217.376zM906.349 586.291c0.202-1.436 0.317-3.095 0.317-4.781 0-10.814-4.741-20.52-12.258-27.153l-0.039-0.034c-1.261-1.191-2.632-2.301-4.084-3.301l-0.115-0.075c-1.080-0.712-2.021-1.457-2.894-2.275l0.012 0.011-1.667-1.42c-32.637-19.393-70.608-34.164-111.012-42.171l-2.287-0.378-51.029-150.331c-0.177-0.958-0.279-2.061-0.279-3.187 0-2.867 0.657-5.58 1.829-7.997l-0.048 0.109c0.844-0.988 3.191-1.132 4.508-1.132 27.913 0 45.266-22.231 45.266-58.029 0.002-0.15 0.002-0.328 0.002-0.506 0-14.033-5.332-26.82-14.081-36.447l0.040 0.044c-3.891-4.263-9.464-6.934-15.661-6.958l-0.004-0h-104.736c-16.406 0.017-29.699 13.317-29.704 29.724l-0 0v60.849l41.479 163.464 0.576 1.688c0.013 0.161 0.021 0.349 0.021 0.539 0 1.924-0.788 3.664-2.058 4.916l-0.001 0.001c-36.127 28.098-48.786 75.072-61.035 120.524l-2.469 9.141c-5.031 17.843-21.089 30.73-40.183 30.898l-0.019 0h-35.386c-1.064 0.119-2.297 0.186-3.547 0.186-13.053 0-24.379-7.392-30.021-18.218l-0.089-0.187c-17.085-40.758-10.025-97.572 15.356-121.8l2.841-2.841c7.259-7.34 11.892-17.29 12.368-28.318l0.003-0.089h0.247v-53.767c-0.107-73.903-56.799-134.531-129.066-140.886l-0.537-0.038c5.659-3.872 9.325-10.298 9.325-17.58 0-11.727-9.506-21.233-21.233-21.233s-21.233 9.506-21.233 21.233c0 7.282 3.666 13.708 9.252 17.533l0.073 0.047c-72.808 6.39-129.506 67.017-129.623 140.912l-0 0.012v49.816c-59.592 32.168-100.657 91.976-106.092 161.783l-0.043 0.692v5.661c0.26 19.437 15.948 35.125 35.361 35.385l0.025 0h44.957c7.903 52.598 52.394 92.584 106.381 93.392l0.084 0.001c54.349-0.088 99.245-40.45 106.443-92.833l0.063-0.561h219.496l0.124 0.268 0.247 0.494c3.055 9.25 9.685 16.598 18.212 20.538l0.212 0.088c4.316 2.042 9.376 3.24 14.714 3.252l0.004 0c0.029 0 0.062 0 0.096 0 5.236 0 10.182-1.239 14.562-3.441l-0.187 0.085 6.731-3.149c14.585 44.044 55.391 75.258 103.488 75.258 60.079 0 108.783-48.704 108.783-108.783 0-0.068-0-0.136-0-0.204l0 0.011c-0.107-21.513-6.56-41.497-17.58-58.202l0.248 0.4 6.669-3.129c10.619-5.295 18.167-15.371 19.863-27.33l0.022-0.192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Delivery"],"grid":0},"attrs":[{}],"properties":{"order":2566,"id":321,"name":"Delivery","prevSize":32,"code":59745},"setIdx":0,"setId":2,"iconIdx":345},{"icon":{"paths":["M806.208 172.042h-588.416c-60.171 0.069-108.931 48.829-109 108.993l-0 0.007v341.625c0.069 60.171 48.829 108.931 108.993 109l280.131 0v81.875h-156.354c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h351.104c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-156.333v-81.875h269.875c60.171-0.069 108.931-48.829 109-108.993l0-0.007v-341.625c-0.069-60.171-48.829-108.931-108.993-109l-0.007-0zM582.34 574.216l-3.786-72.966 0.367-0.125c11.444-2.847 20.959-9.698 27.189-18.946l0.104-0.163c7.633-11.419-5.922-112.838-5.922-112.838h-6.717v95.13h-8.732v-95.13h-9.952v95.13h-8.732v-95.13h-9.526v95.13h-8.732v-95.13h-8.792s-13.617 101.419-5.923 112.838c6.358 9.502 15.978 16.396 27.228 19.109l0.31 0.063-4.335 84.75c-13.362 4.685-28.766 7.391-44.803 7.391-12.085 0-23.812-1.537-34.995-4.426l0.968 0.212-4.945-95.13s10.074-3.667 10.258-3.727c18.554-11.352 30.747-31.505 30.747-54.506 0-2.093-0.101-4.163-0.298-6.204l0.020 0.259c0.028-0.685 0.045-1.489 0.045-2.296 0-29.274-21.281-53.578-49.217-58.285l-0.347-0.048h-0.061c-28.283 4.755-49.564 29.059-49.564 58.334 0 0.807 0.016 1.611 0.048 2.41l-0.004-0.115c-0.181 1.799-0.284 3.889-0.284 6.002 0 22.986 12.198 43.122 30.474 54.29l0.279 0.158c1.832 0.917 10.197 3.664 10.197 3.664l-4.459 85.547c-48.026-23.313-80.547-71.712-80.547-127.706 0-78.155 63.357-141.511 141.511-141.511s141.511 63.357 141.511 141.511c0 52.034-28.084 97.508-69.92 122.092l-0.664 0.361z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Digital Board_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2567,"id":322,"name":"Digital-Board_Fill","prevSize":32,"code":59746},"setIdx":0,"setId":2,"iconIdx":346},{"icon":{"paths":["M511.327 310.375c-0.017-0-0.036-0-0.056-0-78.104 0-141.42 63.316-141.42 141.42 0 55.999 32.548 104.396 79.758 127.305l0.841 0.368 4.459-85.547s-8.366-2.748-10.197-3.664c-18.555-11.326-30.753-31.463-30.753-54.448 0-2.114 0.103-4.203 0.305-6.263l-0.021 0.261c-0.028-0.685-0.045-1.488-0.045-2.295 0-29.274 21.281-53.578 49.217-58.286l0.347-0.048h0.061c28.283 4.755 49.564 29.059 49.564 58.333 0 0.808-0.016 1.611-0.048 2.411l0.004-0.115c0.177 1.782 0.278 3.851 0.278 5.945 0 23.001-12.193 43.154-30.469 54.347l-0.278 0.158c-0.183 0.060-10.258 3.727-10.258 3.727l4.945 95.13c10.215 2.677 21.941 4.214 34.026 4.214 16.037 0 31.442-2.706 45.782-7.687l-0.979 0.296 4.335-84.75c-11.56-2.776-21.18-9.669-27.434-19.007l-0.104-0.164c-7.694-11.419 5.923-112.838 5.923-112.838h8.792v95.13h8.732v-95.13h9.526v95.13h8.732v-95.13h9.952v95.13h8.732v-95.13h6.717s13.555 101.419 5.922 112.838c-6.334 9.411-15.85 16.262-26.978 19.043l-0.315 0.067-0.367 0.125 3.786 72.966c42.499-24.927 70.584-70.388 70.584-122.408 0-78.111-63.322-141.433-141.433-141.433-0.058 0-0.116 0-0.174 0l0.009-0zM806.208 172.042h-588.416c-60.171 0.069-108.931 48.829-109 108.993l-0 0.007v341.625c0.069 60.171 48.829 108.931 108.993 109l280.131 0v81.875h-156.354c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h351.104c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-156.333v-81.875h269.875c60.171-0.069 108.931-48.829 109-108.993l0-0.007v-341.625c-0.069-60.171-48.829-108.931-108.993-109l-0.007-0zM876.792 622.667c-0.048 38.963-31.621 70.536-70.579 70.583l-588.421 0c-38.963-0.048-70.536-31.62-70.584-70.579l-0-0.005v-341.625c0.048-38.963 31.621-70.536 70.579-70.583l588.421-0c38.963 0.048 70.535 31.621 70.583 70.579l0 0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Digital Board"],"grid":0},"attrs":[{}],"properties":{"order":2568,"id":323,"name":"Digital-Board","prevSize":32,"code":59747},"setIdx":0,"setId":2,"iconIdx":347},{"icon":{"paths":["M881.875 431.833l-29.843-29.844c-13.401-13.417-21.688-31.944-21.688-52.406 0-0.080 0-0.161 0-0.241l-0 0.012v-42.624c-0.073-62.425-50.659-113.010-113.076-113.083l-42.685-0c-0.318 0.005-0.692 0.008-1.068 0.008-20.163 0-38.39-8.287-51.461-21.642l-0.012-0.013-29.51-29.438c-0.302-0.344-0.625-0.667-0.948-0.99-20.318-20.251-48.35-32.771-79.307-32.771-0.108 0-0.216 0-0.324 0l0.017-0h-0.323c-0.002-0-0.005-0-0.008-0-31.224 0-59.472 12.743-79.826 33.313l-0.010 0.010-29.781 29.823c-13.433 13.407-31.977 21.698-52.458 21.698-0.048 0-0.096-0-0.144-0l0.007 0h-42.717c-62.402 0.104-112.957 50.677-113.031 113.076l-0 0.007v42.531c0 0.046 0 0.101 0 0.157 0 20.481-8.291 39.025-21.699 52.459l-29.54 29.603c-0.302 0.271-0.604 0.562-0.896 0.864-20.215 20.434-32.704 48.547-32.704 79.577 0 31.326 12.728 59.679 33.294 80.17l0.003 0.003 29.823 29.854c13.418 13.397 21.719 31.917 21.719 52.375 0 0.055-0 0.11-0 0.164l0-0.008v42.792c0.071 62.402 50.639 112.97 113.035 113.042l42.611 0c0.024-0 0.051-0 0.079-0 20.49 0 39.044 8.286 52.496 21.69l-0.002-0.002 30.354 30.375c20.315 20.281 48.362 32.823 79.339 32.823 0.104 0 0.208-0 0.313-0l-0.016 0h0.427c31.198-0.017 59.415-12.766 79.739-33.333l0.011-0.011 29.865-29.824c13.422-13.419 31.964-21.719 52.443-21.719 0.049 0 0.098 0 0.148 0l-0.008-0h42.792c62.402-0.071 112.97-50.639 113.041-113.035l0-0.007v-42.709c-0-0.063-0-0.137-0-0.212 0-20.417 8.271-38.901 21.646-52.286l30.343-30.354c20.317-20.437 32.875-48.606 32.875-79.708 0-31.33-12.743-59.684-33.329-80.162l-0.005-0.005zM394.615 447.771c-2.106-4.56-3.334-9.895-3.334-15.517 0-0.078 0-0.157 0.001-0.235l-0 0.012c-0-0.040-0-0.087-0-0.134 0-5.725 1.219-11.165 3.413-16.074l-0.1 0.25c2.089-5.145 5.103-9.52 8.871-13.111l0.015-0.014c7.476-7.096 17.604-11.461 28.753-11.461 11.1 0 21.19 4.327 28.674 11.386l-0.021-0.019c7.587 7.415 12.292 17.752 12.292 29.187 0 0.011-0 0.022-0 0.033l0-0.002c0.011 0.343 0.018 0.746 0.018 1.151 0 5.151-1.060 10.055-2.974 14.504l0.091-0.239c-2.359 5.049-5.295 9.388-8.803 13.191l0.032-0.035c-3.767 3.778-8.24 6.849-13.204 8.998l-0.275 0.106c-4.633 2.067-10.039 3.271-15.727 3.271-0.038 0-0.075-0-0.113-0l0.006 0c-5.756-0.007-11.213-1.276-16.113-3.547l0.238 0.099c-4.893-2.071-9.090-4.826-12.702-8.2l0.025 0.023c-3.642-3.88-6.682-8.381-8.936-13.316l-0.127-0.31zM445.896 605.531c-3.469 3.447-8.25 5.577-13.528 5.577-10.601 0-19.195-8.594-19.195-19.195 0-5.278 2.13-10.059 5.578-13.529l-0.001 0.001 159.948-159.948c3.476-3.488 8.284-5.646 13.597-5.646 10.601 0 19.195 8.594 19.195 19.195 0 5.312-2.158 10.121-5.645 13.596l-0.001 0.001zM630.135 606.604c-2.297 5.393-5.391 10.009-9.19 13.94l0.012-0.013c-7.341 7.411-17.52 12-28.771 12-11.204 0-21.346-4.551-28.676-11.905l-0.001-0.001c-3.614-3.788-6.556-8.255-8.613-13.183l-0.106-0.286c-1.988-4.39-3.147-9.52-3.147-14.92 0-0.113 0.001-0.225 0.002-0.337l-0 0.017c-0-0.038-0-0.083-0-0.128 0-5.672 1.216-11.061 3.401-15.919l-0.099 0.245c2.124-4.911 4.981-9.111 8.485-12.672l-0.005 0.006c7.455-7.151 17.594-11.554 28.761-11.554 10.96 0 20.929 4.241 28.357 11.171l-0.024-0.022c3.731 3.592 6.8 7.84 9.026 12.563l0.11 0.26c1.842 4.731 2.956 10.204 3.062 15.924l0.001 0.045c-0.031 5.303-0.975 10.376-2.682 15.083l0.099-0.313z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Discounts_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2569,"id":324,"name":"Discounts_Fill","prevSize":32,"code":59748},"setIdx":0,"setId":2,"iconIdx":348},{"icon":{"paths":["M881.875 431.833l-29.843-29.844c-13.401-13.417-21.688-31.944-21.688-52.406 0-0.080 0-0.161 0-0.241l-0 0.012v-42.624c-0.073-62.425-50.659-113.010-113.076-113.083l-42.716-0c-0.051 0-0.112 0-0.173 0-20.433 0-38.935-8.271-52.339-21.648l-29.509-29.436c-0.302-0.344-0.625-0.667-0.948-0.99-20.318-20.251-48.35-32.771-79.307-32.771-0.108 0-0.216 0-0.324 0l0.017-0h-0.323c-0.002-0-0.005-0-0.008-0-31.224 0-59.472 12.743-79.826 33.313l-0.010 0.010-29.781 29.823c-13.433 13.407-31.977 21.698-52.458 21.698-0.048 0-0.096-0-0.144-0l0.007 0h-42.717c-62.402 0.104-112.957 50.677-113.031 113.076l-0 0.007v42.531c0 0.046 0 0.101 0 0.157 0 20.481-8.291 39.025-21.699 52.459l-29.54 29.603c-0.302 0.271-0.604 0.562-0.896 0.864-20.215 20.434-32.704 48.547-32.704 79.577 0 31.326 12.728 59.679 33.294 80.17l0.003 0.003 29.823 29.854c13.418 13.397 21.719 31.917 21.719 52.375 0 0.055-0 0.11-0 0.164l0-0.008v42.792c0.071 62.402 50.639 112.97 113.035 113.042l42.611 0c0.024-0 0.051-0 0.079-0 20.49 0 39.044 8.286 52.496 21.69l-0.002-0.002 30.354 30.375c20.315 20.281 48.362 32.823 79.339 32.823 0.104 0 0.208-0 0.313-0l-0.016 0h0.427c31.198-0.017 59.415-12.766 79.739-33.333l0.011-0.011 29.865-29.824c13.422-13.419 31.964-21.719 52.443-21.719 0.049 0 0.098 0 0.148 0l-0.008-0h42.792c62.402-0.071 112.97-50.639 113.041-113.035l0-0.007v-42.709c-0-0.063-0-0.137-0-0.212 0-20.417 8.271-38.901 21.646-52.286l30.343-30.354c20.317-20.437 32.875-48.606 32.875-79.708 0-31.33-12.743-59.684-33.329-80.162l-0.005-0.005zM854.729 565.021l-29.927 29.917c-20.299 20.304-32.854 48.351-32.854 79.33 0 0.103 0 0.207 0 0.31l-0-0.016v42.709c-0.064 41.215-33.47 74.606-74.684 74.645l-42.765 0c-0.073-0-0.161-0-0.248-0-31.024 0-59.109 12.584-79.428 32.926l-0.001 0.001-29.948 29.896c-13.534 13.628-32.28 22.063-52.997 22.063-20.164 0-38.462-7.991-51.899-20.979l0.021 0.020c-0.354-0.385-0.729-0.771-1.125-1.136l0.010-0.010-29.886-29.896c-20.353-20.32-48.453-32.886-79.488-32.886-0.059 0-0.118 0-0.177 0l0.009-0h-42.624c-41.205-0.051-74.594-33.44-74.645-74.641l-0-0.005v-42.803c0-0.069 0-0.15 0-0.231 0-31.020-12.585-59.1-32.927-79.414l-0.001-0.001-29.897-29.927c-13.571-13.553-21.967-32.286-21.967-52.98 0-20.719 8.416-39.473 22.016-53.029l0.002-0.002 29.875-29.917c20.325-20.337 32.896-48.427 32.896-79.453 0-0.086-0-0.173-0-0.259l0 0.013v-42.542c0.051-41.214 33.435-74.613 74.638-74.688l0.007-0h42.719c0.067 0 0.146 0 0.226 0 31.034 0 59.13-12.575 79.473-32.907l-0 0 29.865-29.906c13.455-13.6 32.119-22.024 52.75-22.031l0.001-0c20.598 0.116 39.243 8.386 52.889 21.743l-0.014-0.013c0.24 0.24 0.491 0.469 0.739 0.698l29.573 29.562c20.305 20.299 48.353 32.854 79.333 32.854 0.095 0 0.191-0 0.286-0l-0.015 0h42.719c41.228 0.052 74.636 33.46 74.688 74.683l0 0.005v42.615c-0 0.099-0 0.216-0 0.333 0 31.014 12.571 59.093 32.897 79.417l29.927 29.927c13.615 13.532 22.042 32.272 22.042 52.979 0 20.728-8.444 39.485-22.080 53.017l-0.005 0.005zM615.885 408.438c-3.473-3.475-8.272-5.625-13.573-5.625s-10.1 2.15-13.573 5.625l-179.948 179.938c-3.5 3.478-5.667 8.295-5.667 13.618 0 10.601 8.594 19.195 19.195 19.195 5.323 0 10.14-2.167 13.617-5.666l0.001-0.001 179.948-179.937c3.475-3.473 5.625-8.272 5.625-13.573s-2.15-10.1-5.625-13.573l-0-0zM632.906 570.688c-8.019-7.485-18.819-12.080-30.692-12.080-12.076 0-23.041 4.753-31.128 12.491l0.017-0.016c-3.804 3.866-6.911 8.431-9.107 13.483l-0.111 0.288c-2.245 4.987-3.552 10.81-3.552 16.938 0 0.047 0 0.095 0 0.142l-0-0.007c-0.001 0.086-0.001 0.188-0.001 0.29 0 5.871 1.262 11.448 3.53 16.473l-0.102-0.253c2.347 5.63 5.523 10.454 9.436 14.572l-0.019-0.020c7.934 7.954 18.906 12.875 31.026 12.875 12.157 0 23.157-4.95 31.096-12.945l0.003-0.003c7.886-7.646 12.781-18.339 12.781-30.176 0-0.326-0.004-0.652-0.011-0.977l0.001 0.048c-0.117-6.214-1.306-12.115-3.39-17.575l0.119 0.356c-2.531-5.403-5.854-10.010-9.881-13.893l-0.014-0.013zM422.261 466.417c0.030 0 0.065 0 0.1 0 6.165 0 12.025-1.307 17.318-3.66l-0.272 0.108c5.665-2.439 10.501-5.759 14.572-9.843l0.001-0.001c3.775-4.093 6.968-8.802 9.398-13.942l0.144-0.339c1.952-4.599 3.087-9.948 3.087-15.562 0-0.385-0.005-0.768-0.016-1.15l0.001 0.056c-0.058-12.367-5.126-23.539-13.277-31.6l-0.004-0.004c-8.091-7.626-19.025-12.312-31.054-12.312-12.077 0-23.051 4.724-31.174 12.425l0.020-0.019c-4.060 3.909-7.307 8.63-9.484 13.905l-0.099 0.272c-2.271 5.036-3.594 10.917-3.594 17.107 0 0.065 0 0.13 0 0.195l-0-0.010c-0 0.063-0.001 0.138-0.001 0.212 0 6.082 1.328 11.854 3.71 17.042l-0.105-0.255c2.57 5.676 5.847 10.547 9.8 14.781l-0.029-0.031c3.903 3.653 8.478 6.648 13.511 8.772l0.302 0.113c5.015 2.361 10.892 3.74 17.092 3.74 0.019 0 0.038-0 0.058-0l-0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Discounts"],"grid":0},"attrs":[{}],"properties":{"order":2570,"id":325,"name":"Discounts","prevSize":32,"code":59749},"setIdx":0,"setId":2,"iconIdx":349},{"icon":{"paths":["M710.187 346.667h124.373c-0.461-0.634-0.951-1.192-1.488-1.702l-0.005-0.005-200.107-208.427c-1.482-1.475-3.165-2.751-5.004-3.78l-0.116-0.060v131.627c0.106 45.436 36.91 82.241 82.337 82.347l0.010 0zM710.187 385.067c-66.618-0.169-120.577-54.128-120.747-120.73l-0-0.016v-133.76h-233.6c-92.513 0.605-167.589 74.412-170.234 166.368l-0.006 0.245 0.213 422.613c-0.024 1.073-0.038 2.337-0.038 3.605 0 92.815 74.155 168.31 166.45 170.471l0.201 0.004h320.213c92.282-3.492 165.768-79.146 165.768-171.963 0-0.594-0.003-1.188-0.009-1.781l0.001 0.091v-335.147zM683.333 674.385h-342.625c-0.019 0-0.041 0-0.064 0-10.603 0-19.198-8.595-19.198-19.198s8.595-19.198 19.198-19.198c0.023 0 0.045 0 0.067 0l-0.003-0h342.625c0.019-0 0.041-0 0.064-0 10.603 0 19.198 8.595 19.198 19.198s-8.595 19.198-19.198 19.198c-0.023 0-0.045-0-0.067-0l0.003 0zM683.333 478.801h-342.667c-0.019 0-0.041 0-0.064 0-10.603 0-19.198-8.595-19.198-19.198s8.595-19.198 19.198-19.198c0.023 0 0.045 0 0.067 0l-0.003-0h342.667c0.019-0 0.041-0 0.064-0 10.603 0 19.198 8.595 19.198 19.198s-8.595 19.198-19.198 19.198c-0.023 0-0.045-0-0.067-0l0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Document_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2571,"id":326,"name":"Document_Fill","prevSize":32,"code":59750},"setIdx":0,"setId":2,"iconIdx":350},{"icon":{"paths":["M832.979 344.896l-200.041-208.385c-3.497-3.643-8.406-5.906-13.844-5.906-0.003 0-0.007 0-0.010 0l-263.334-0c-92.454 0.545-167.495 74.332-170.057 166.242l-0.005 0.238 0.021 422.699c-0.023 1.055-0.037 2.298-0.037 3.544 0 92.833 74.169 168.342 166.482 170.504l0.201 0.004 3.979 0.031 316.292-0.010c92.253-3.486 165.717-79.115 165.717-171.902 0-0.617-0.003-1.233-0.010-1.848l0.001 0.094v-362.012c0-0.001 0-0.002 0-0.003 0-5.162-2.041-9.848-5.36-13.293l0.006 0.006zM627.917 186.732l153.582 159.997h-71.332c-45.437-0.189-82.204-37.043-82.25-82.496l-0-0.004zM799.917 720.333c0.006 0.483 0.010 1.053 0.010 1.624 0 71.847-56.702 130.45-127.797 133.502l-0.276 0.009-318.749-0.031c-71.613-1.634-129.042-60.073-129.042-131.927 0-1.165 0.015-2.326 0.045-3.484l-0.004 0.171-0.021-422.656c2.148-71.226 60.229-128.192 131.695-128.542l0.034-0h233.687v95.219c0.086 66.641 54.006 120.66 120.601 120.906l0.024 0h89.792zM683.333 635.989h-342.625c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h342.625c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0zM683.333 440.405h-342.667c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h342.667c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Document"],"grid":0},"attrs":[{}],"properties":{"order":2572,"id":327,"name":"Document","prevSize":32,"code":59751},"setIdx":0,"setId":2,"iconIdx":351},{"icon":{"paths":["M335.187 372.333h471.986c-10.672-37.576-43.716-65.014-83.483-67.157l-0.232-0.010h-157.708c-9.568-0.586-17.768-5.943-22.304-13.702l-0.071-0.131-51.021-78.063c-11.487-18.467-31.496-30.688-54.392-31.146l-0.066-0.001h-236.667c-49.917 0-90.729 47.604-91 106.125l-1.437 446.855c-0.012 0.618-0.019 1.348-0.019 2.079 0 30.656 12.065 58.495 31.705 79.026l-0.040-0.042c6.854 6.808 14.813 12.514 23.582 16.824l0.525 0.233 68.477-374.037c8.279-49.552 50.841-86.853 102.115-86.853 0.018 0 0.036 0 0.054 0l-0.003-0zM859.817 415h-524.629c-30.289 0.076-55.388 22.201-60.099 51.168l-0.047 0.352-68.711 375.313h18.388l0.385 0.043h578.271c0.602 0.012 1.311 0.019 2.022 0.019 59.831 0 108.489-47.839 109.809-107.354l0.002-0.123v-228.064c-0.45-39.365-22.503-73.477-54.841-91.080l-0.551-0.274z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Documents_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2573,"id":328,"name":"Documents_Fill","prevSize":32,"code":59752},"setIdx":0,"setId":2,"iconIdx":352},{"icon":{"paths":["M813.504 400.553c-4.797-53.431-43.108-95.387-90.046-95.387h-157.708c-9.568-0.586-17.768-5.943-22.304-13.702l-0.071-0.131-51.021-78.063c-11.487-18.467-31.496-30.688-54.392-31.146l-0.066-0.001h-236.667c-49.917 0-90.729 47.604-91 106.125l-1.437 446.855c-0.012 0.618-0.019 1.348-0.019 2.079 0 30.656 12.065 58.495 31.705 79.026l-0.040-0.042c15.038 15.601 36.027 25.378 59.301 25.666l0.053 0.001h24.927l0.385 0.043h578.271c0.602 0.012 1.311 0.019 2.022 0.019 59.831 0 108.489-47.839 109.809-107.354l0.002-0.123v-228.063c-1.243-56.513-45.585-102.281-101.393-105.785l-0.312-0.016zM147.208 735.25l1.437-446.854c0.146-37.417 23.75-67.854 52.583-67.854h236.667c9.568 0.586 17.768 5.943 22.304 13.702l0.071 0.131 51.021 78.063c11.487 18.467 31.496 30.689 54.392 31.146l0.066 0.001h157.708c28.53 3.483 50.565 27.040 51.647 55.956l0.003 0.107h-439.921c-0.499-0.009-1.087-0.014-1.676-0.014-48.688 0-89.266 34.722-98.324 80.754l-0.104 0.635-54.396 309.604c-0.326 1.978-0.512 4.258-0.512 6.582 0 0.427 0.006 0.853 0.019 1.277l-0.001-0.062c-4.809-2.605-8.939-5.719-12.543-9.356l-0.004-0.004c-12.677-13.498-20.466-31.717-20.466-51.755 0-0.724 0.010-1.445 0.030-2.164l-0.002 0.106zM876.792 734.417c-1.295 38.419-32.751 69.071-71.366 69.071-0.721 0-1.44-0.011-2.156-0.032l0.105 0.002-578.436-0.043c-0.008 0-0.018 0-0.028 0-2.101 0-3.991-0.906-5.3-2.348l-0.005-0.006c-0.717-0.788-1.155-1.84-1.155-2.995 0-0.282 0.026-0.557 0.076-0.824l-0.004 0.028 54.396-309.603c5.895-28.505 30.793-49.626 60.624-49.626 0.579 0 1.156 0.008 1.731 0.024l-0.085-0.002h468.979c0.604-0.019 1.315-0.029 2.028-0.029 38.197 0 69.312 30.319 70.594 68.203l0.003 0.117z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Documents"],"grid":0},"attrs":[{}],"properties":{"order":2574,"id":329,"name":"Documents","prevSize":32,"code":59753},"setIdx":0,"setId":2,"iconIdx":353},{"icon":{"paths":["M431.393 139.745c-72.693 12.369-136.091 45.613-185.503 93.263l0.106-0.102c32.19 18.815 69.544 33.468 109.192 41.926l2.485 0.444c18.217-63.51 43.68-109.833 73.72-135.531zM582.445 282.979c-23.147-78.414-58.879-128.042-93.393-128.042-34.628 0-70.419 49.596-93.578 127.951 28.188 4.647 60.672 7.302 93.777 7.302 32.897 0 65.182-2.622 96.656-7.669l-3.462 0.458zM330.957 504.813l-191.951-0.021c4.292 78.93 34.175 150.149 81.417 206.275l-0.434-0.529c1.005-1.209 2.131-2.264 3.374-3.166l0.053-0.037c36.057-21.571 77.937-38.293 122.475-47.854l2.72-0.489c-10.317-45.948-16.699-99.045-17.645-153.467l-0.010-0.71zM330.962 466.396c0.97-55.022 7.35-108.002 18.632-159.141l-0.981 5.298c-47.261-10.027-89.146-26.737-127.106-49.35l1.899 1.048c-1.394-0.995-2.599-2.125-3.639-3.394l-0.026-0.033c-46.692 55.581-76.488 126.746-80.703 204.713l-0.038 0.884 0.115-0.023zM357.714 696.25c-42.012 8.89-79.255 23.505-113.156 43.232l1.806-0.97c49.26 47.383 112.552 80.509 183.037 92.546l2.069 0.292c-29.952-25.641-55.42-71.813-73.756-135.1zM646.923 466.396l192.004 0.013c-4.245-78.75-33.967-149.834-80.991-205.92l0.442 0.542c-1.009 1.215-2.139 2.275-3.387 3.182l-0.053 0.037c-36.187 21.625-78.221 38.369-122.924 47.91l-2.717 0.486c10.284 45.812 16.654 98.761 17.615 153.029l0.010 0.721zM386.212 320.25c-9.814 43.537-15.906 93.86-16.848 145.441l-0.010 0.705h239.177c-0.952-52.255-7.036-102.548-17.769-151.094l0.935 5.037c-30.643 5.458-65.92 8.578-101.926 8.578-0.209 0-0.418-0-0.626-0l0.032 0c-0.165 0-0.362 0-0.558 0-36.177 0-71.619-3.153-106.064-9.199l3.657 0.532zM554.027 582.615c8.456-14.874 22.295-25.862 38.804-30.403l0.449-0.105c5.146-1.49 11.057-2.346 17.168-2.346 6.898 0 13.541 1.092 19.765 3.111l-0.453-0.127 186.88 58.029c12.313-31.228 20.419-67.366 22.571-105.098l0.042-0.931h-191.787c0 4.909-0.213 9.815-0.64 14.935-0.317 10.115-8.592 18.194-18.755 18.194-0.532 0-1.059-0.022-1.58-0.066l0.068 0.005c-10.047-0.63-17.957-8.932-17.957-19.082 0-0.416 0.013-0.83 0.040-1.239l-0.003 0.056c0.213-4.48 0.427-8.533 0.427-12.802h-239.787c1.1 52.597 7.183 103.128 17.8 151.968l-0.947-5.194c30.67-5.653 65.962-8.886 102.009-8.886 9.066 0 18.084 0.205 27.050 0.609l-1.273-0.046c10.242 0.469 18.367 8.886 18.367 19.201 0 10.615-8.605 19.22-19.22 19.22-0.3 0-0.599-0.007-0.895-0.020l0.042 0.002c-7.383-0.358-16.036-0.562-24.736-0.562-32.487 0-64.31 2.844-95.233 8.296l3.276-0.478c23.253 77.865 59.093 127.36 93.44 127.36 0.024-0 0.053-0 0.082-0 10.559 0 19.118 8.559 19.118 19.118 0 0.028-0 0.056-0 0.084l0-0.004c33.123-1.761 64.214-7.795 93.593-17.574l-2.5 0.721-51.627-186.667c-1.502-5.137-2.366-11.039-2.366-17.143 0-11.851 3.257-22.942 8.926-32.425l-0.16 0.289zM620.241 275.367c42.191-8.881 79.603-23.518 113.663-43.293l-1.819 0.975c-49.317-47.613-112.75-80.904-183.419-92.997l-2.072-0.293c29.993 25.71 55.43 72.060 73.648 135.609zM862.604 654.208l-240.875-74.854c-3.39-1.118-7.293-1.764-11.346-1.764-20.644 0-37.38 16.736-37.38 37.38 0 3.517 0.486 6.92 1.393 10.146l-0.063-0.263 67.427 243.104c4.589 15.901 19.012 27.333 36.105 27.333 13.261 0 24.915-6.881 31.586-17.268l0.090-0.149 61.896-97.854 98.958-57.978c11.153-6.58 18.518-18.535 18.518-32.21 0-16.673-10.947-30.788-26.046-35.551l-0.264-0.072z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Domain_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2575,"id":330,"name":"Domain_Fill","prevSize":32,"code":59754},"setIdx":0,"setId":2,"iconIdx":354},{"icon":{"paths":["M550.083 795.146c-16.79 3.5-36.149 5.586-55.965 5.749l-0.129 0.001c-0.878 0.023-1.714 0.091-2.537 0.201l0.12-0.013c-0.823 0.083-1.677 0.042-2.521 0.042-32.453 0-66.219-46.661-88.409-120.461 26.096-4.565 56.144-7.175 86.802-7.175 8.34 0 16.634 0.193 24.88 0.575l-1.168-0.043c0.252 0.012 0.547 0.019 0.844 0.019 10.607 0 19.206-8.599 19.206-19.206 0-10.31-8.124-18.723-18.321-19.186l-0.042-0.002c-7.414-0.344-16.106-0.54-24.843-0.54-34.164 0-67.628 2.995-100.145 8.736l3.444-0.504c-9.244-41.245-15.006-88.942-15.939-137.821l-0.011-0.705h227.66c-0.061 3.664-0.156 7.333-0.385 11.312-0.020 0.33-0.032 0.716-0.032 1.104 0 10.603 8.595 19.198 19.198 19.198 10.215 0 18.566-7.977 19.164-18.041l0.003-0.053c0.276-4.755 0.41-9.152 0.477-13.521h161.953c-1.025 20.156-3.788 39.090-8.16 57.399l0.429-2.128c-0.333 1.338-0.524 2.874-0.524 4.455 0 10.604 8.597 19.201 19.201 19.201 8.961 0 16.488-6.138 18.606-14.44l0.029-0.133c6.3-24.931 9.921-53.554 9.934-83.021l0-0.008c0.005-0.188 0.108-0.346 0.108-0.533 0-0.229-0.121-0.417-0.128-0.64-0.313-195.244-158.661-353.398-353.947-353.398-195.48 0-353.948 158.468-353.948 353.948 0 0.001 0 0.002 0 0.003l-0-0-0.018 0.089 0.010 0.052v0.010c0.284 195.395 158.662 353.704 354.056 353.875l0.017 0c2.083 0 4.167-0.043 6.251-0.25 22.191-0.259 43.675-2.605 64.468-6.852l-2.186 0.373c8.872-1.813 15.453-9.555 15.453-18.833 0-10.606-8.598-19.203-19.203-19.203-1.327 0-2.623 0.135-3.874 0.391l0.124-0.021zM375.354 466.396c0.96-49.433 6.71-96.972 16.808-142.881l-0.888 4.808c29.26 5.19 62.945 8.156 97.324 8.156 0.2 0 0.399-0 0.598-0l-0.030 0c0.422 0.001 0.92 0.002 1.419 0.002 33.933 0 67.181-2.933 99.505-8.561l-3.443 0.496c9.194 41.072 14.935 88.58 15.884 137.262l0.011 0.718zM803.546 466.396h-162.612c-0.975-52.139-7.006-102.309-17.623-150.761l0.932 5.068c39.881-8.779 75.134-22.081 107.738-39.663l-2.18 1.075c42.271 49.723 69.426 113.469 73.703 183.397l0.043 0.884zM702.086 253.508c-24.948 12.407-53.969 22.711-84.335 29.439l-2.565 0.477c-10.397-39.132-26.399-73.421-47.375-104.035l0.737 1.139c52.016 13.887 96.949 39.193 133.751 73.174l-0.213-0.195zM489.051 169.979c32.529 0 66.269 46.893 88.318 121.068-26.488 4.289-57.022 6.74-88.129 6.74-31.303 0-62.027-2.482-91.984-7.259l3.303 0.434c22.052-74.118 55.861-120.982 88.494-120.982zM409.374 180.563c-20.24 29.438-36.243 63.687-46.106 100.449l-0.531 2.327c-32.862-7.207-61.823-17.522-88.967-30.955l2.241 1.003c36.558-33.697 81.427-58.946 131.161-72.32l2.203-0.504zM248.267 281.979c30.381 16.537 65.582 29.856 102.686 38.131l2.722 0.51c-9.701 43.409-15.739 93.607-16.703 145.046l-0.011 0.73h-162.61c4.332-70.881 31.552-134.678 74.284-184.859l-0.368 0.443zM174.345 504.813h162.612c0.962 52.273 7.002 102.582 17.649 151.167l-0.933-5.073c-39.741 8.773-74.866 22.059-107.343 39.616l2.163-1.069c-42.513-49.761-69.826-113.649-74.105-183.759l-0.043-0.881zM276.282 718.026c24.836-12.4 53.719-22.687 83.949-29.396l2.542-0.474c10.471 38.959 26.485 73.079 47.432 103.545l-0.733-1.128c-51.852-13.825-96.66-38.977-133.417-72.753l0.227 0.206zM862.604 654.208l-240.875-74.854c-3.39-1.118-7.293-1.764-11.346-1.764-20.644 0-37.38 16.736-37.38 37.38 0 3.517 0.486 6.92 1.393 10.146l-0.063-0.263 67.427 243.104c4.589 15.901 19.012 27.333 36.105 27.333 13.261 0 24.915-6.881 31.586-17.268l0.090-0.149 61.896-97.854 98.958-57.978c11.153-6.58 18.518-18.535 18.518-32.21 0-16.673-10.947-30.788-26.046-35.551l-0.264-0.072zM748 749.25c-2.667 1.58-4.857 3.696-6.475 6.215l-0.046 0.076-62.74 102.083-68.573-241.646 240.865 72.896z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Domain"],"grid":0},"attrs":[{}],"properties":{"order":2772,"id":331,"name":"Domain","prevSize":32,"code":59755},"setIdx":0,"setId":2,"iconIdx":355},{"icon":{"paths":["M512 533.156c-114.938 0-267.729 12.5-267.729 120.625 0.239 39.576 24.378 73.455 58.703 87.951l0.631 0.236c2.54 1.328 5.548 2.107 8.738 2.107 7.986 0 14.831-4.882 17.715-11.824l0.047-0.127c0.563-1.365 57.271-136.833 182.063-137.885l1.604-0.010c130.645 0 168.563 134.511 170.125 140.26 2.282 8.251 9.722 14.208 18.554 14.208 0.010 0 0.021-0 0.031-0l-0.002 0c0.005 0 0.010 0 0.016 0 2.72 0 5.307-0.571 7.648-1.6l-0.122 0.048c57.604-24.781 69.708-64.156 69.708-92.833-0-108.593-152.791-121.156-267.729-121.156zM510.875 455.437h1.125c98.123-0.32 177.543-79.937 177.543-178.104 0-98.365-79.74-178.105-178.105-178.105s-178.105 79.74-178.105 178.105c0 98.167 79.42 177.785 177.512 178.104l0.031 0zM652.893 695.859c-26.661-51.743-79.716-86.516-140.893-86.516s-114.232 34.773-140.479 85.632l-0.415 0.884c-0.113 0.169-0.152 0.367-0.26 0.539-10.791 20.83-17.118 45.473-17.118 71.594 0 87.411 70.861 158.272 158.272 158.272s158.272-70.861 158.272-158.272c0-26.121-6.328-50.764-17.534-72.479l0.415 0.885c-0.108-0.172-0.147-0.37-0.26-0.539zM492.792 885.781c-57.412-9.539-100.646-58.835-100.646-118.228 0-8.492 0.884-16.777 2.564-24.769l-0.137 0.78c18.324 15.442 40.375 27.093 64.579 33.424l1.157 0.257c3.487 18.030 15.779 32.566 32.129 39.14l0.354 0.126zM467.658 739.44c-22.887-6.171-42.424-18.232-57.544-34.464l-0.067-0.073c21.361-34.515 59.012-57.164 101.953-57.164 42.943 0 80.595 22.651 101.661 56.657l0.295 0.511c-15.184 16.307-34.723 28.369-56.767 34.34l-0.845 0.195c-9.424-14.811-25.753-24.495-44.344-24.495-18.59 0-34.918 9.683-44.216 24.28l-0.126 0.212zM531.208 885.781v-69.269c16.703-6.701 28.994-21.236 32.429-38.933l0.054-0.332c25.361-6.585 47.413-18.235 65.988-33.881l-0.251 0.206c1.542 7.21 2.426 15.492 2.426 23.982 0 59.393-43.233 108.688-99.946 118.132l-0.699 0.096z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Driver_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2773,"id":332,"name":"Driver_Fill","prevSize":32,"code":59756},"setIdx":0,"setId":2,"iconIdx":356},{"icon":{"paths":["M512.043 915.083c-0.053 0-0.117 0-0.18 0-14.036 0-26.912-4.97-36.962-13.247l0.1 0.080c-84.534-55.647-156.111-122.935-214.67-200.592l-1.559-2.158c-52.673-68.017-85.526-153.732-88.649-246.981l-0.019-0.707-0.021-1.833c0.605-188.364 153.431-340.831 341.874-340.854l1.106-0c188.383 0.626 340.856 153.484 340.856 341.955 0 0.367-0.001 0.735-0.002 1.102l0-0.057v3.584c-10.031 126.816-66.385 238.827-151.934 320.528l-0.191 0.181c-45.131 46.762-95.166 88.265-149.433 123.846l-3.296 2.029c-9.964 8.172-22.841 13.125-36.874 13.125-0.051 0-0.102-0-0.153-0l0.008 0zM208.5 449.708v1.104c2.983 85.447 32.941 163.361 81.561 226.080l-0.665-0.893c57.664 76.572 126.373 141.097 204.482 192.504l3.061 1.892c0.776 0.492 1.449 1.007 2.075 1.574l-0.012-0.011c3.485 2.991 8.051 4.812 13.042 4.812s9.557-1.821 13.069-4.835l-0.027 0.023c0.632-0.559 1.326-1.087 2.057-1.562l0.068-0.042c55.611-36.256 103.936-76.314 147.26-121.229l0.24-0.25c79.126-75.278 131.253-178.292 140.745-293.395l0.109-1.647-0.063-2.104c0.001-0.311 0.002-0.679 0.002-1.047 0-167.284-135.352-302.956-302.515-303.474l-0.050-0h-0.979c-0.007-0-0.015-0-0.024-0-167.254 0-302.903 135.32-303.435 302.449l-0 0.051z","M708.372 546.674c-0.031 23.734-19.263 42.966-42.994 42.997l-0.003 0c-0.035 0-0.077 0-0.119 0-19.579 0-36.068-13.227-41.020-31.232l-0.070-0.299 76.23-35.789c4.92 6.744 7.899 15.179 7.976 24.305l0 0.018zM599.033 547.985c-0.367 0.163-0.795 0.258-1.245 0.258-0.514 0-0.999-0.124-1.427-0.343l0.018 0.008c-0.81-0.328-1.435-0.968-1.737-1.767l-0.007-0.021-0.867-2.172c-1.459-3.093-4.147-8.821-10.214-8.821h-19.2c2.625-3.524 4.711-7.635 6.030-12.076l0.071-0.277 1.371-5.058c3.277-22.154 13.196-41.557 27.637-56.581l-0.032 0.034 0.757-0.669c3.56-3.338 5.779-8.071 5.779-13.322 0-2.007-0.324-3.938-0.923-5.744l0.037 0.129-21.525-83.164v-32.213c0.039-0.398 0.35-0.713 0.743-0.757l0.004-0h54.078c1.56 2.3 2.491 5.138 2.491 8.193 0 0.036-0 0.071-0 0.107l0-0.005c0 7.23-1.557 15.843-9.040 15.843-0.242-0.012-0.525-0.019-0.81-0.019-5.279 0-10.007 2.356-13.192 6.074l-0.020 0.024c-2.757 3.922-4.405 8.797-4.405 14.057 0 1.648 0.162 3.259 0.471 4.816l-0.026-0.157 27.922 82.472c0.903 4.607 4.588 8.143 9.201 8.814l0.059 0.007c21.019 3.75 39.794 10.799 56.729 20.66l-0.818-0.44c0.895 0.822 1.869 1.597 2.895 2.301l0.089 0.058 0.614 0.472c1.096 0.86 1.794 2.184 1.794 3.672 0 0.14-0.006 0.279-0.018 0.416l0.001-0.018c-0.186 1.366-1.039 2.499-2.214 3.073l-0.024 0.010-6.791 3.193-0.263-0.274-96.691 45.411 0.044 0.351zM454.114 537.32h-138.032c-2.018-0.157-3.617-1.756-3.773-3.76l-0.001-0.014-0.021-2.468c4.113-47.8 43.929-85.041 92.443-85.041 0.124 0 0.248 0 0.372 0.001l-0.019-0h84.392c-0.216 1.766-1.023 3.312-2.214 4.463l-0.002 0.002-1.382 1.393c-11.181 13.583-17.96 31.156-17.96 50.312 0 11.364 2.386 22.17 6.684 31.946l-0.2-0.51c0.663 1.45 1.318 2.655 2.044 3.812l-0.080-0.136zM396.618 590.351c-20.546-0.301-37.577-14.984-41.492-34.417l-0.046-0.275h83.098c-3.724 19.848-20.908 34.669-41.557 34.692l-0.002 0zM370.058 426.882v-13.572c0-33.326 27.016-60.343 60.343-60.343s60.343 27.016 60.343 60.343v-0 13.572h-120.686zM730.961 497.175c0.112-0.797 0.176-1.719 0.176-2.655 0-6.004-2.632-11.393-6.806-15.076l-0.022-0.019c-0.7-0.661-1.461-1.277-2.268-1.833l-0.064-0.042c-0.599-0.395-1.122-0.809-1.606-1.263l0.006 0.006-0.926-0.789c-18.12-10.766-39.201-18.968-61.633-23.413l-1.27-0.21-28.331-83.463c-0.098-0.532-0.155-1.144-0.155-1.769 0-1.592 0.365-3.098 1.016-4.44l-0.027 0.061c0.469-0.549 1.771-0.629 2.503-0.629 15.497 0 25.131-12.343 25.131-32.217 0.001-0.084 0.001-0.182 0.001-0.281 0-7.791-2.96-14.89-7.818-20.235l0.022 0.025c-2.16-2.367-5.254-3.849-8.695-3.863l-0.002-0h-58.149c-9.108 0.010-16.488 7.394-16.491 16.503l-0 0v33.783l23.029 90.754 0.32 0.937c0.008 0.090 0.012 0.195 0.012 0.3 0 1.068-0.437 2.034-1.142 2.729l-0 0c-17.665 17.516-29.858 40.526-33.802 66.252l-0.084 0.662-1.372 5.074c-2.793 9.906-11.708 17.062-22.309 17.154l-0.011 0h-19.647c-0.591 0.066-1.276 0.104-1.969 0.104-7.247 0-13.535-4.104-16.667-10.114l-0.049-0.104c-3.436-7.824-5.436-16.943-5.436-26.53 0-15.536 5.252-29.844 14.077-41.248l-0.115 0.155 1.577-1.577c4.031-4.075 6.603-9.599 6.868-15.722l0.002-0.049h0.137v-29.85c-0.059-41.030-31.534-74.691-71.656-78.219l-0.298-0.021c3.142-2.15 5.177-5.717 5.177-9.76 0-6.511-5.278-11.789-11.789-11.789s-11.789 5.278-11.789 11.789c0 4.043 2.035 7.61 5.137 9.734l0.040 0.026c-40.423 3.548-71.901 37.208-71.966 78.234l-0 0.006v27.657c-33.085 17.859-55.884 51.065-58.902 89.821l-0.024 0.384v3.143c0.144 10.791 8.854 19.501 19.632 19.646l0.014 0h24.96c4.388 29.202 29.089 51.402 59.062 51.851l0.047 0.001c30.174-0.049 55.1-22.457 59.097-51.54l0.035-0.311h121.863l0.069 0.149 0.137 0.274c1.696 5.136 5.377 9.215 10.111 11.403l0.118 0.049c2.396 1.134 5.205 1.799 8.168 1.806l0.002 0c0.016 0 0.034 0 0.053 0 2.907 0 5.653-0.688 8.085-1.91l-0.104 0.047 3.737-1.749c8.096 24.456 30.752 41.788 57.457 41.788 33.355 0 60.395-27.040 60.395-60.395 0-0.040-0-0.080-0-0.119l0 0.006c-0.060-11.944-3.642-23.039-9.761-32.314l0.138 0.222 3.703-1.737c5.895-2.94 10.086-8.534 11.028-15.173l0.012-0.107z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{},{}],"11017716412552552551911741171":[{},{}]},"tags":["Driver_Screen"],"grid":0},"attrs":[{},{}],"properties":{"order":2774,"id":333,"name":"Driver_Screen","prevSize":32,"code":59757},"setIdx":0,"setId":2,"iconIdx":357},{"icon":{"paths":["M513.072 108.86c-1.063-0.012-2.318-0.019-3.576-0.019-93.257 0-177.635 38.014-238.484 99.391l-0.024 0.024c-62.285 61.574-100.869 147.007-100.907 241.452l-0 0.007c0 0.25 0 1.583 0.010 1.833 3.158 93.956 36.012 179.667 89.412 248.676l-0.735-0.988c60.115 79.82 131.697 147.109 213.056 200.777l3.184 1.973c10.010 8.211 22.948 13.188 37.047 13.188 14.076 0 26.993-4.96 37.099-13.228l-0.104 0.083c57.568-37.605 107.607-79.108 152.493-125.618l0.247-0.257c85.744-81.88 142.099-193.893 152.015-318.979l0.11-1.73v-3.584c0-0.201 0.001-0.44 0.001-0.679 0-188.54-152.421-341.48-340.764-342.32l-0.080-0zM674.707 748.943c-43.557 45.181-91.888 85.241-144.333 119.529l-3.177 1.949c-0.804 0.518-1.501 1.046-2.155 1.621l0.020-0.017c-3.478 2.991-8.037 4.812-13.021 4.812s-9.543-1.821-13.047-4.835l0.026 0.022c-0.616-0.542-1.293-1.057-2.005-1.521l-0.068-0.042c-81.179-53.301-149.897-117.826-206.083-192.333l-1.49-2.063c-47.937-61.835-77.89-139.743-80.877-224.512l-0.019-0.675v-1.041c0.528-167.213 136.202-302.562 303.489-302.562 0 0 0.001 0 0.001 0l0.979-0c167.266 0.742 302.574 136.509 302.574 303.878 0 0.226-0 0.452-0.001 0.678l0-0.035 0.063 2.104c-9.619 116.749-61.751 219.76-140.684 294.861l-0.191 0.18zM672.655 377.076c-29.744-59.861-90.47-100.278-160.636-100.278-70.083 0-130.748 40.321-160.064 99.030l-0.468 1.035c-0.398 0.674-0.789 1.469-1.122 2.294l-0.044 0.123c-11.043 22.593-17.5 49.161-17.5 77.237 0 98.969 80.23 179.199 179.199 179.199s179.199-80.23 179.199-179.199c0-28.133-6.483-54.751-18.036-78.443l0.467 1.061c-0.335-0.82-0.669-1.498-1.042-2.15l0.047 0.089zM512.020 315.214c51.175 0.065 95.942 27.434 120.523 68.32l0.355 0.636c-18.524 20.573-42.761 35.667-70.21 42.792l-0.991 0.218c-10.027-17.376-28.509-28.883-49.678-28.883-21.151 0-39.619 11.487-49.506 28.564l-0.147 0.275c-28.44-7.342-52.684-22.408-71.129-42.816l-0.111-0.124c24.933-41.536 69.708-68.916 120.884-68.982l0.009-0zM492.801 595.328c-68.994-9.435-121.584-67.986-121.584-138.82 0-11.874 1.478-23.403 4.26-34.413l-0.207 0.967c22.026 19.541 48.941 34.078 78.663 41.55l1.299 0.277c3.408 21.091 17.883 38.127 37.17 45.137l0.4 0.127zM512.020 475.276c-10.644-0.006-19.271-8.636-19.271-19.281 0-10.649 8.633-19.281 19.281-19.281s19.281 8.633 19.281 19.281c0 0.004-0 0.007-0 0.011l0-0.001c-0.019 10.643-8.647 19.264-19.291 19.271l-0.001 0zM531.197 595.335v-85.169c19.697-7.124 34.185-24.153 37.564-44.911l0.045-0.332c31.027-7.749 57.946-22.305 80.152-42.046l-0.191 0.167c2.578 10.048 4.057 21.583 4.057 33.464 0 70.849-52.612 129.41-120.899 138.745l-0.727 0.081z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Driver_Takings 1"],"grid":0},"attrs":[{}],"properties":{"order":2775,"id":334,"name":"Driver_Takings-1","prevSize":32,"code":59758},"setIdx":0,"setId":2,"iconIdx":358},{"icon":{"paths":["M513.067 108.8h-1.067c-0.003-0-0.005-0-0.008-0-188.49 0-341.363 152.5-341.965 340.849l-0 0.057v1.707c3.196 93.958 36.070 179.662 89.481 248.667l-0.735-0.987c60.157 79.85 131.762 147.178 213.137 200.906l3.183 1.974c9.991 8.232 22.919 13.224 37.013 13.224s27.023-4.992 37.114-13.304l-0.1 0.080c57.564-37.623 107.603-79.121 152.505-125.615l0.242-0.252c85.71-81.875 142.051-193.855 151.996-318.905l0.111-1.735v-3.627c0-0.169 0-0.37 0-0.571 0-188.592-152.439-341.58-340.822-342.469l-0.085-0zM815.573 453.76c-9.603 116.739-61.708 219.747-140.611 294.862l-0.189 0.178c-43.598 45.217-91.965 85.315-144.446 119.649l-3.181 1.953c-0.64 0.427-1.493 1.065-2.133 1.492-3.478 2.983-8.034 4.799-13.013 4.799s-9.535-1.816-13.040-4.821l0.027 0.023c-0.625-0.51-1.322-1.003-2.051-1.446l-0.082-0.046c-81.157-53.317-149.87-117.822-206.085-192.29l-1.489-2.059c-47.873-61.893-77.8-139.817-80.834-224.593l-0.019-0.686v-1.067c0.738-167.101 136.369-302.277 303.572-302.277 167.66 0 303.575 135.915 303.575 303.575 0 0.219-0 0.437-0.001 0.655l0-0.034z","M815.573 451.627v2.133c-9.603 116.739-61.708 219.747-140.611 294.862l-0.189 0.178c-43.598 45.217-91.965 85.315-144.446 119.649l-3.181 1.953c-0.64 0.427-1.493 1.065-2.133 1.492-3.478 2.983-8.034 4.799-13.013 4.799s-9.535-1.816-13.040-4.821l0.027 0.023c-0.625-0.51-1.322-1.003-2.051-1.446l-0.082-0.046c-81.157-53.317-149.87-117.822-206.085-192.29l-1.489-2.059c-47.873-61.893-77.8-139.817-80.834-224.593l-0.019-0.686v-1.067c0.738-167.101 136.369-302.277 303.572-302.277 167.66 0 303.575 135.915 303.575 303.575 0 0.219-0 0.437-0.001 0.655l0-0.034z","M673.651 379.069c-0.335-0.82-0.669-1.498-1.042-2.15l0.047 0.089c-29.743-59.862-90.47-100.279-160.636-100.279-70.083 0-130.749 40.321-160.064 99.031l-0.468 1.035c-0.398 0.674-0.789 1.469-1.122 2.294l-0.044 0.123c-11.043 22.593-17.5 49.161-17.5 77.237 0 98.969 80.23 179.199 179.199 179.199s179.199-80.23 179.199-179.199c0-28.133-6.483-54.751-18.036-78.443l0.467 1.061zM512.021 315.146c51.175 0.065 95.942 27.434 120.523 68.32l0.354 0.636c-18.523 20.573-42.76 35.667-70.209 42.792l-0.991 0.218c-10.027-17.376-28.509-28.883-49.678-28.883-21.151 0-39.619 11.487-49.506 28.564l-0.147 0.275c-28.44-7.342-52.685-22.408-71.129-42.815l-0.111-0.124c24.933-41.536 69.708-68.917 120.884-68.982l0.009-0zM512.021 475.208c-10.644-0.006-19.271-8.636-19.271-19.281 0-10.649 8.633-19.281 19.281-19.281s19.281 8.633 19.281 19.281c0 0.004-0 0.007-0 0.011l0-0.001c-0.019 10.642-8.647 19.263-19.291 19.271l-0.001 0zM371.219 455.937c0.046-11.716 1.521-23.066 4.259-33.914l-0.207 0.969c22.026 19.541 48.941 34.078 78.662 41.551l1.299 0.277c3.408 21.091 17.883 38.127 37.17 45.137l0.4 0.127v85.176c-68.982-9.812-121.461-68.42-121.584-139.31l-0-0.013zM531.198 595.265v-85.168c19.697-7.124 34.185-24.153 37.564-44.911l0.045-0.332c31.028-7.749 57.947-22.305 80.153-42.046l-0.191 0.167c2.577 10.048 4.057 21.582 4.057 33.462 0 70.849-52.612 129.41-120.898 138.744l-0.727 0.081z"],"attrs":[{"fill":"rgb(101, 77, 164)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(101, 77, 164)"}],"isMulticolor":true,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{"f":1},{"f":4},{"f":1}],"11017716412552552551911741171":[{"f":1},{"f":3},{"f":1}]},"tags":["Driver_Takings"],"grid":0},"attrs":[{"fill":"rgb(101, 77, 164)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(101, 77, 164)"}],"properties":{"order":2776,"id":335,"name":"Driver_Takings","prevSize":32,"code":59759,"codes":[59759,59760,59761]},"setIdx":0,"setId":2,"iconIdx":359},{"icon":{"paths":["M512 533.156c-114.938 0-267.729 12.5-267.729 120.625 0.239 39.576 24.378 73.455 58.703 87.951l0.631 0.236c2.545 1.333 5.56 2.115 8.758 2.115 10.6 0 19.194-8.593 19.194-19.194 0-7.426-4.217-13.866-10.386-17.058l-0.107-0.050c-22.272-8.374-37.921-29.303-38.374-53.945l-0.001-0.055c0-55.333 75-82.229 229.312-82.229 152.167 0 229.312 27.844 229.312 82.761 0 16.125-4.812 39.646-46.458 57.562-6.91 3.008-11.654 9.776-11.654 17.653 0 10.602 8.595 19.197 19.197 19.197 2.757 0 5.378-0.581 7.747-1.627l-0.123 0.048c57.604-24.781 69.708-64.156 69.708-92.833 0-108.594-152.791-121.156-267.729-121.156zM510.875 455.437h1.125c98.123-0.32 177.543-79.937 177.543-178.104 0-98.365-79.74-178.105-178.105-178.105s-178.105 79.74-178.105 178.105c0 98.167 79.42 177.785 177.512 178.104l0.031 0zM510.938 417.042c-77.523-0.302-140.251-63.216-140.251-140.781 0-77.752 63.030-140.782 140.782-140.782s140.782 63.030 140.782 140.782c0 77.565-62.728 140.479-140.222 140.781l-0.029 0zM652.893 695.859c-26.661-51.743-79.716-86.516-140.893-86.516s-114.232 34.773-140.479 85.632l-0.415 0.884c-0.113 0.169-0.152 0.367-0.26 0.539-10.791 20.83-17.118 45.473-17.118 71.594 0 87.411 70.861 158.272 158.272 158.272s158.272-70.861 158.272-158.272c0-26.121-6.328-50.764-17.534-72.479l0.415 0.885c-0.108-0.172-0.147-0.37-0.26-0.539zM492.792 885.781c-57.412-9.539-100.646-58.835-100.646-118.228 0-8.492 0.884-16.777 2.564-24.769l-0.137 0.78c18.324 15.442 40.375 27.093 64.579 33.424l1.157 0.257c3.487 18.030 15.779 32.566 32.129 39.14l0.354 0.126zM467.658 739.44c-22.887-6.171-42.424-18.232-57.544-34.464l-0.067-0.073c21.361-34.515 59.012-57.164 101.953-57.164 42.943 0 80.595 22.651 101.661 56.657l0.295 0.511c-15.184 16.307-34.723 28.369-56.767 34.34l-0.845 0.195c-9.424-14.811-25.753-24.495-44.344-24.495-18.59 0-34.918 9.683-44.216 24.28l-0.126 0.212zM531.208 885.781v-69.269c16.703-6.701 28.994-21.236 32.429-38.933l0.054-0.332c25.361-6.585 47.413-18.235 65.988-33.881l-0.251 0.206c1.542 7.21 2.426 15.492 2.426 23.982 0 59.393-43.233 108.688-99.946 118.132l-0.699 0.096z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Driver"],"grid":0},"attrs":[{}],"properties":{"order":2576,"id":336,"name":"Driver","prevSize":32,"code":59762},"setIdx":0,"setId":2,"iconIdx":360},{"icon":{"paths":["M213.12 649.387c-11.026 14.059-17.681 32.004-17.681 51.503 0 6.625 0.768 13.070 2.22 19.251l-0.112-0.568 31.147 134.4c2.074 8.599 9.683 14.894 18.769 14.933l0.004 0h0.213l138.027-1.92c26.141-0.112 49.376-12.457 64.289-31.603l0.137-0.183 278.827-355.413-237.227-186.027zM780.587 229.76l-58.453-45.653c-1.915-1.915-3.932-3.729-6.042-5.433l-0.145-0.113c-17.655-14.521-40.489-23.326-65.38-23.326-32.119 0-60.814 14.661-79.759 37.655l-0.142 0.177c0 0.001 0 0.003 0 0.004 0 0.115-0.094 0.209-0.209 0.209-0.002 0-0.003-0-0.005-0l0 0-55.040 70.187 237.227 186.027 55.253-70.613c1.92-2.56 3.627-5.121 5.333-7.681 9.613-15.406 15.313-34.115 15.313-54.155 0-36.533-18.944-68.641-47.543-87.038l-0.41-0.247z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Edit_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2577,"id":337,"name":"Edit_Fill","prevSize":32,"code":59763},"setIdx":0,"setId":2,"iconIdx":361},{"icon":{"paths":["M780.521 229.812l-58.354-45.76c-2.021-1.937-4.104-3.802-6.229-5.531-17.647-14.542-40.485-23.36-65.381-23.36-32.092 0-60.762 14.651-79.685 37.63l-0.142 0.177-0.271 0.323-357.312 456.145c-11.048 13.968-17.722 31.837-17.722 51.266 0 6.704 0.795 13.223 2.295 19.467l-0.115-0.566 31.104 134.375c2.044 8.582 9.642 14.866 18.708 14.875l0.251 0 137.979-1.771c26.156-0.236 49.383-12.573 64.385-31.675l0.135-0.179 357.791-456.438c1.854-2.458 3.563-5 5.208-7.656 9.617-15.394 15.32-34.091 15.32-54.12 0-36.512-18.952-68.597-47.555-86.956l-0.411-0.247zM419.937 811.541c-8.147 10.387-20.663 17.026-34.734 17.125l-0.016 0-122.562 1.583-27.604-119.312c-0.752-3.069-1.184-6.592-1.184-10.216 0-10.468 3.6-20.095 9.63-27.71l-0.071 0.093 278.625-355.684 176.686 138.505zM780.521 350.938c-1 1.625-2.083 3.208-3 4.448l-55.112 70.305-176.698-138.513 54.852-70.021c11.969-14.452 29.916-23.589 49.997-23.589 15.658 0 30.018 5.555 41.217 14.802l-0.11-0.088c1.521 1.24 3 2.563 4.395 3.937 0.492 0.497 1.016 0.961 1.568 1.39l0.036 0.027 59.958 47.021c0.51 0.402 1.087 0.811 1.686 1.189l0.085 0.050c18.557 11.615 30.716 31.945 30.716 55.115 0 12.554-3.57 24.274-9.749 34.201l0.159-0.275z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Edit"],"grid":0},"attrs":[{}],"properties":{"order":2578,"id":338,"name":"Edit","prevSize":32,"code":59764},"setIdx":0,"setId":2,"iconIdx":362},{"icon":{"paths":["M775.021 201.042h-526.042c-77.382 0.097-140.086 62.804-140.177 140.179l-0 0.009v341.542c0.091 77.383 62.795 140.091 140.168 140.188l526.051 0c77.382-0.097 140.086-62.804 140.177-140.179l0-0.009v-341.542c-0.091-77.383-62.795-140.091-140.168-140.188l-0.009-0zM798.167 711.354c-3.53 4.018-8.679 6.541-14.418 6.541-4.87 0-9.315-1.817-12.696-4.809l0.020 0.018-198.97-175.625-48.019 42.417c-3.367 2.988-7.825 4.812-12.708 4.812s-9.341-1.825-12.728-4.83l0.020 0.017-47.934-42.341-62.441 55.549-136.552 120c-3.357 2.944-7.784 4.741-12.631 4.741-10.603 0-19.198-8.595-19.198-19.198 0-5.713 2.495-10.843 6.455-14.359l0.020-0.017 195.286-172.385-195.224-172.448c-3.991-3.536-6.494-8.673-6.494-14.396 0-10.605 8.597-19.203 19.203-19.203 4.883 0 9.34 1.822 12.728 4.824l-0.020-0.018 259.509 229.23 259.51-229.229c3.362-2.961 7.802-4.768 12.664-4.768 10.605 0 19.203 8.597 19.203 19.203 0 5.702-2.485 10.823-6.431 14.34l-0.019 0.017-195.251 172.471 58.991 52.487 136.385 119.875c4.005 3.534 6.519 8.679 6.519 14.411 0 4.867-1.812 9.31-4.797 12.693l0.018-0.021z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Email_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2579,"id":339,"name":"Email_Fill","prevSize":32,"code":59765},"setIdx":0,"setId":2,"iconIdx":363},{"icon":{"paths":["M775.021 201.042h-526.042c-77.382 0.097-140.086 62.804-140.177 140.179l-0 0.009v341.542c0.091 77.383 62.795 140.091 140.168 140.188l526.051 0c77.382-0.097 140.086-62.804 140.177-140.179l0-0.009v-341.542c-0.091-77.383-62.795-140.091-140.168-140.188l-0.009-0zM876.802 682.77c-0.065 56.184-45.596 101.712-101.776 101.771l-526.047 0c-56.185-0.059-101.717-45.587-101.781-101.765l-0-0.006v-341.54c0.065-56.184 45.596-101.712 101.776-101.771l526.047-0c56.185 0.059 101.717 45.587 101.781 101.765l0 0.006zM660.042 564.396l-58.991-52.487 195.251-172.471c3.965-3.534 6.45-8.655 6.45-14.356 0-10.605-8.597-19.203-19.203-19.203-4.862 0-9.302 1.807-12.685 4.786l0.021-0.018-259.51 229.229-259.51-229.229c-3.368-2.984-7.825-4.807-12.708-4.807-10.605 0-19.203 8.597-19.203 19.203 0 5.722 2.503 10.86 6.474 14.378l0.020 0.018 195.224 172.448-195.285 172.385c-4.034 3.537-6.566 8.701-6.566 14.457 0 10.603 8.595 19.198 19.198 19.198 4.89 0 9.353-1.828 12.742-4.838l-0.020 0.017 136.552-120 62.441-55.549 47.933 42.341c3.367 2.988 7.825 4.812 12.708 4.812s9.341-1.825 12.728-4.83l-0.020 0.017 48.019-42.417 198.969 175.625c3.36 2.956 7.796 4.76 12.653 4.76 10.603 0 19.198-8.595 19.198-19.198 0-5.723-2.504-10.861-6.476-14.378l-0.020-0.018z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Email"],"grid":0},"attrs":[{}],"properties":{"order":2580,"id":340,"name":"Email","prevSize":32,"code":59766},"setIdx":0,"setId":2,"iconIdx":364},{"icon":{"paths":["M269.333 587.729c-1.978-7.254-7.924-12.721-15.304-13.974l-0.113-0.016c-64.812-10.594-129.646 21.625-144.437 72-4.667 15.906-13.312 70.635 71.187 107.083 2.237 0.988 4.846 1.563 7.589 1.563 10.611 0 19.213-8.602 19.213-19.213 0-1.318-0.133-2.606-0.386-3.849l0.021 0.123c-1.406-7.263-2.21-15.615-2.21-24.155 0-15.697 2.718-30.76 7.708-44.743l-0.289 0.93c13.909-21.784 30.722-40.277 50.171-55.568l0.474-0.359c4.306-3.547 7.031-8.88 7.031-14.849 0-1.769-0.239-3.482-0.687-5.108l0.032 0.135zM305.167 498.302c0.25 0.010 0.708 0.010 1.187 0.010 0.458 0 0.917 0 1.167-0.010 10.257-0.44 18.405-8.862 18.405-19.187 0-3.166-0.766-6.152-2.123-8.785l0.050 0.108c-15.706-29.993-26.415-65.032-29.993-102.155l-0.090-1.157c0.957-37.591 11.657-72.491 29.654-102.515l-0.529 0.953c1.936-2.947 3.088-6.559 3.088-10.441 0-10.6-8.592-19.193-19.192-19.194l-0.043-0c-0.073-0-0.16-0-0.247-0-72.455 0-131.191 58.736-131.191 131.191 0 71.985 57.977 130.429 129.783 131.184l0.072 0.001zM508.792 597.469c-60.521 0-244.688 0-244.688 111.875 0 99.708 139.646 111.239 244.688 111.239 60.521 0 244.667 0 244.667-111.875 0-99.708-139.646-111.239-244.667-111.239zM508.75 530.823h1.104c89.928-0.636 162.584-73.684 162.584-163.701 0-90.406-73.283-163.695-163.687-163.705l-0.044-0c-90.402 0.012-163.682 73.3-163.682 163.703 0 90.411 73.292 163.703 163.703 163.703 0.008 0 0.015-0 0.023-0l-0.001 0zM914.521 645.739c-14.792-50.375-79.562-82.594-144.437-72-9.174 1.564-16.071 9.455-16.071 18.956 0 5.971 2.724 11.306 6.996 14.831l0.033 0.026c19.924 15.65 36.736 34.143 50.117 55.045l0.528 0.882c4.701 13.053 7.419 28.116 7.419 43.813 0 8.54-0.804 16.892-2.342 24.985l0.131-0.83c-0.235 1.128-0.37 2.424-0.37 3.752 0 10.602 8.595 19.197 19.197 19.197 2.751 0 5.368-0.579 7.733-1.621l-0.123 0.048c84.5-36.448 75.855-91.177 71.188-107.085zM730.229 367.125c-3.883 38.293-14.568 73.301-30.852 104.957l0.769-1.644c-1.197 2.438-1.896 5.305-1.896 8.336 0 3.873 1.142 7.478 3.108 10.499l-0.045-0.074c3.588 5.517 9.724 9.115 16.699 9.115 0.011 0 0.021-0 0.032-0l-0.002 0h0.063c72.075-0.502 130.31-59.046 130.31-131.191 0-72.446-58.72-131.176-131.161-131.194l-0.044-0c-10.598 0.010-19.186 8.603-19.186 19.202 0 3.878 1.15 7.487 3.126 10.506l-0.045-0.073c17.468 29.072 28.168 63.972 29.12 101.295l0.005 0.268z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Employees_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2581,"id":341,"name":"Employees_Fill","prevSize":32,"code":59767},"setIdx":0,"setId":2,"iconIdx":365},{"icon":{"paths":["M511.833 597.469c-60.521 0-244.688 0-244.688 111.875 0 99.708 139.646 111.239 244.688 111.239 60.521 0 244.667 0 244.667-111.875 0-99.708-139.647-111.239-244.667-111.239zM511.833 782.188c-136.875 0-206.271-24.511-206.271-72.844 0-48.761 69.396-73.479 206.272-73.479 136.853 0 206.251 24.511 206.251 72.844-0.002 48.761-69.398 73.478-206.252 73.478zM511.791 530.823h1.105c89.928-0.636 162.584-73.684 162.584-163.701 0-90.406-73.284-163.695-163.687-163.705l-0.044-0c-90.402 0.012-163.682 73.3-163.682 163.703 0 90.411 73.292 163.703 163.703 163.703 0.008 0 0.015-0 0.023-0l-0.001 0zM511.748 241.812h0.043c0.089-0 0.193-0 0.298-0 69.206 0 125.309 56.103 125.309 125.309 0 68.945-55.68 124.885-124.525 125.306l-0.040 0h-1.042c-0.006 0-0.014 0-0.021 0-69.205 0-125.307-56.102-125.307-125.307 0-69.198 56.090-125.295 125.285-125.307l0.001-0zM913.604 645.729c-14.792-50.365-79.417-82.656-144.417-71.99-9.177 1.555-16.079 9.446-16.079 18.948 0 10.606 8.598 19.204 19.204 19.204 1.104 0 2.186-0.093 3.239-0.272l-0.113 0.016c49.458-8.135 93.167 17.094 101.312 44.907 6.562 22.365-11.5 44.615-49.542 61.031-6.876 3.022-11.591 9.773-11.591 17.625 0 10.601 8.594 19.195 19.195 19.195 2.749 0 5.363-0.578 7.727-1.619l-0.123 0.048c84.5-36.448 75.855-91.188 71.188-107.094zM256.958 573.739c-64.792-10.594-129.646 21.625-144.438 72-4.667 15.906-13.312 70.635 71.188 107.083 2.241 0.993 4.855 1.57 7.604 1.57 10.601 0 19.195-8.594 19.195-19.195 0-7.852-4.715-14.603-11.468-17.577l-0.123-0.048c-38.042-16.417-56.104-38.656-49.542-61.031 8.146-27.792 51.937-53.083 101.333-44.907 0.94 0.163 2.022 0.256 3.125 0.256 10.606 0 19.204-8.598 19.204-19.204 0-9.502-6.901-17.393-15.965-18.932l-0.113-0.016zM720.25 274.322h0.043c0.045-0 0.098-0 0.152-0 51.254 0 92.803 41.549 92.803 92.803 0 51.051-41.221 92.474-92.194 92.801l-0.031 0-0.729 19.188 0.853 19.198c72.075-0.502 130.31-59.046 130.31-131.191 0-72.446-58.72-131.176-131.161-131.194l-0.044-0c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0zM308.208 498.301c0.25 0.010 0.708 0.010 1.187 0.010 0.458 0 0.917 0 1.167-0.010 10.058-0.474 18.033-8.743 18.033-18.875 0-0.238-0.004-0.475-0.013-0.711l0.001 0.034c-0.393-10.48-8.981-18.827-19.519-18.833l-0.001-0c-50.93-0.422-92.054-41.806-92.054-92.795 0-51.246 41.539-92.79 92.782-92.798l0.044-0c10.599-0.004 19.192-8.59 19.208-19.186l0-0.002c-0.219-10.534-8.713-19.013-19.232-19.208l-0.019-0c-0.073-0-0.16-0-0.247-0-72.455 0-131.191 58.736-131.191 131.191 0 71.985 57.977 130.429 129.783 131.184l0.071 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Employees"],"grid":0},"attrs":[{}],"properties":{"order":2582,"id":342,"name":"Employees","prevSize":32,"code":59768},"setIdx":0,"setId":2,"iconIdx":366},{"icon":{"paths":["M831.268 722.891c-1.27-2.428-2.963-4.467-5.001-6.091l-0.038-0.029-84.146-63.937c-13.332-10.080-30.188-16.146-48.461-16.146-0.050 0-0.1 0-0.151 0l0.008-0h-116.384l-8.339-36.48h176.473c55.271-0.065 100.060-44.853 100.125-100.118l0-0.006v-280.499c-0.066-55.269-44.855-100.055-100.12-100.115l-466.464-0c-55.27 0.060-100.060 44.846-100.125 100.109l-0 0.006v280.499c0.065 55.271 44.854 100.060 100.119 100.125l176.479 0-8.339 36.48h-116.384c-0.047-0-0.102-0-0.158-0-18.261 0-35.106 6.066-48.628 16.293l0.203-0.147-84.167 63.937c-2.076 1.653-3.769 3.692-4.99 6.017l-0.049 0.103c-19.8 12.023-32.844 33.441-32.919 57.911l-0 0.011v55.771c0.054 37.511 30.448 67.904 67.953 67.958l0.005 0h568.458c37.511-0.054 67.904-30.448 67.958-67.953l0-0.005v-55.771c-0.076-24.481-13.12-45.899-32.619-57.752l-0.3-0.17zM217.062 500.083v-280.499c0.039-34.067 27.642-61.675 61.704-61.719l0.004-0h466.458c34.066 0.045 61.67 27.652 61.708 61.716l0 0.004v280.499c-0.043 34.063-27.645 61.665-61.704 61.709l-0.004 0h-466.458c-34.063-0.044-61.665-27.645-61.708-61.704l-0-0.004zM494.612 600.208h34.776l8.339 36.48h-51.453zM825.771 836.583c-0.017 16.308-13.233 29.524-29.54 29.542l-568.46 0c-16.308-0.017-29.524-13.233-29.542-29.54l-0-0.002v-55.771c0.017-16.308 13.233-29.524 29.54-29.542l568.46-0c16.308 0.017 29.524 13.233 29.542 29.54l0 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["EPOS_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2583,"id":343,"name":"EPOS_Fill","prevSize":32,"code":59769},"setIdx":0,"setId":2,"iconIdx":367},{"icon":{"paths":["M831.268 722.891c-1.27-2.428-2.963-4.467-5.001-6.091l-0.038-0.029-84.146-63.937c-13.332-10.080-30.188-16.146-48.461-16.146-0.050 0-0.1 0-0.151 0l0.008-0h-116.384l-8.339-36.48h176.473c55.271-0.065 100.060-44.853 100.125-100.118l0-0.006v-280.499c-0.066-55.269-44.855-100.055-100.12-100.115l-466.464-0c-55.27 0.060-100.060 44.846-100.125 100.109l-0 0.006v280.499c0.065 55.271 44.854 100.060 100.119 100.125l176.479 0-8.339 36.48h-116.384c-0.047-0-0.102-0-0.158-0-18.261 0-35.106 6.066-48.628 16.293l0.203-0.147-84.167 63.937c-2.076 1.653-3.769 3.692-4.99 6.017l-0.049 0.103c-19.8 12.023-32.844 33.441-32.919 57.911l-0 0.011v55.771c0.054 37.511 30.448 67.904 67.953 67.958l0.005 0h568.458c37.511-0.054 67.904-30.448 67.958-67.953l0-0.005v-55.771c-0.076-24.481-13.12-45.899-32.619-57.752l-0.3-0.17zM217.062 500.083v-280.499c0.039-34.067 27.642-61.675 61.704-61.719l0.004-0h466.458c34.066 0.045 61.67 27.652 61.708 61.716l0 0.004v280.499c-0.043 34.063-27.645 61.665-61.704 61.709l-0.004 0h-466.458c-34.063-0.044-61.665-27.645-61.708-61.704l-0-0.004zM494.612 600.208h34.776l8.339 36.48h-51.453zM305.167 683.417c6.903-5.191 15.619-8.314 25.064-8.314 0.102 0 0.204 0 0.306 0.001l-0.016-0h362.959c0.082-0.001 0.179-0.001 0.276-0.001 9.457 0 18.184 3.122 25.208 8.392l-0.109-0.078 38.75 29.437h-491.209zM825.771 836.583c-0.017 16.308-13.233 29.524-29.54 29.542l-568.46 0c-16.308-0.017-29.524-13.233-29.542-29.54l-0-0.002v-55.771c0.017-16.308 13.233-29.524 29.54-29.542l568.46-0c16.308 0.017 29.524 13.233 29.542 29.54l0 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["EPOS"],"grid":0},"attrs":[{}],"properties":{"order":2584,"id":344,"name":"EPOS","prevSize":32,"code":59770},"setIdx":0,"setId":2,"iconIdx":368},{"icon":{"paths":["M800.5 206.375l-267.479-93.99c-6.265-2.262-13.495-3.57-21.031-3.57s-14.766 1.308-21.476 3.709l0.445-0.139-267.458 93.99c-24.887 8.941-42.38 32.303-42.458 59.761l-0 0.010v275.198c0.057 84.415 31.259 161.531 82.735 220.49l-0.339-0.396c26.568 29.411 57.955 53.856 93.024 72.231l1.83 0.874 144.834 78.344c2.64 1.456 5.787 2.313 9.135 2.313 3.339 0 6.48-0.853 9.215-2.352l-0.1 0.050 144.604-78.156c105.902-54.966 177.005-163.793 177.005-289.227 0-1.454-0.010-2.907-0.029-4.356l0.002 0.22v-275.272c-0.093-27.452-17.582-50.796-42.015-59.59l-0.443-0.139zM492.667 341.333c0-10.608 8.6-19.208 19.208-19.208s19.208 8.6 19.208 19.208v-0 226.573c0 10.608-8.6 19.208-19.208 19.208s-19.208-8.6-19.208-19.208v0zM531.625 702.292c-4.953 5.005-11.823 8.104-19.416 8.104l-0 0c-0.002 0-0.004 0-0.006 0-7.658 0-14.592-3.096-19.62-8.105l0.001 0.001c-5.005-4.944-8.104-11.806-8.104-19.392 0-0.082 0-0.164 0.001-0.245l-0 0.012c-0.011-0.264-0.017-0.573-0.017-0.884 0-1.574 0.158-3.112 0.459-4.597l-0.025 0.148c0.385-2.011 0.976-3.797 1.767-5.471l-0.059 0.138c0.742-1.826 1.531-3.371 2.434-4.838l-0.080 0.14c1.145-1.579 2.334-2.97 3.625-4.26l0-0c4.963-4.967 11.82-8.039 19.396-8.039 1.969 0 3.89 0.208 5.742 0.602l-0.18-0.032c1.93 0.332 3.65 0.85 5.275 1.547l-0.151-0.058c1.869 0.693 3.485 1.557 4.961 2.606l-0.065-0.044c1.51 1.072 2.837 2.194 4.063 3.417l-0-0c1.291 1.29 2.48 2.681 3.556 4.161l0.069 0.1c0.853 1.489 1.708 2.989 2.563 4.698 0.547 1.456 1.064 3.242 1.454 5.075l0.046 0.258c0.395 1.601 0.623 3.44 0.625 5.332l0 0.002c-0.016 7.695-3.196 14.644-8.306 19.619l-0.006 0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Error_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2585,"id":345,"name":"Error_Fill","prevSize":32,"code":59771},"setIdx":0,"setId":2,"iconIdx":369},{"icon":{"paths":["M800.5 206.375l-267.479-93.99c-6.265-2.262-13.495-3.57-21.031-3.57s-14.766 1.308-21.476 3.709l0.445-0.139-267.458 93.99c-24.887 8.941-42.38 32.303-42.458 59.761l-0 0.010v275.198c0.057 84.415 31.259 161.531 82.735 220.49l-0.339-0.396c26.568 29.411 57.955 53.856 93.024 72.231l1.83 0.874 144.834 78.344c2.64 1.456 5.787 2.313 9.135 2.313 3.339 0 6.48-0.853 9.215-2.352l-0.1 0.050 144.604-78.156c105.902-54.966 177.005-163.793 177.005-289.227 0-1.454-0.010-2.907-0.029-4.356l0.002 0.22v-275.272c-0.093-27.452-17.582-50.796-42.015-59.59l-0.443-0.139zM804.542 541.396c0.019 1.24 0.030 2.704 0.030 4.17 0 110.78-62.91 206.867-154.953 254.485l-1.598 0.752-135.771 73.375-136.043-73.594c-32.679-17.004-60.48-38.605-83.798-64.344l-0.223-0.25c-45.166-51.815-72.71-120.017-72.729-194.652l-0-0.004v-275.146c0.032-10.843 6.942-20.063 16.596-23.529l0.175-0.055 267.458-93.99c2.473-0.891 5.328-1.406 8.302-1.406s5.829 0.515 8.478 1.461l-0.176-0.055 267.501 93.99c9.807 3.521 16.704 12.72 16.75 23.536l0 0.006zM511.875 587.104c0.001 0 0.002 0 0.003 0 10.604 0 19.201-8.594 19.205-19.197l0-0v-226.573c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208l0-0v226.573c0.004 10.604 8.601 19.198 19.205 19.198 0.001 0 0.002-0 0.004-0l-0 0zM537.813 672c-0.853-1.708-1.708-3.208-2.563-4.698-1.145-1.579-2.334-2.97-3.625-4.26l-0-0c-1.225-1.223-2.552-2.345-3.967-3.352l-0.096-0.065c-1.411-1.005-3.027-1.87-4.751-2.515l-0.146-0.048c-3.13-1.27-6.76-2.008-10.562-2.008s-7.433 0.737-10.756 2.077l0.193-0.069c-1.869 0.693-3.485 1.557-4.961 2.606l0.065-0.044c-1.512 1.065-2.84 2.187-4.061 3.415l-0.001 0.001c-1.29 1.29-2.48 2.681-3.556 4.161l-0.069 0.1c-0.823 1.327-1.612 2.872-2.276 4.482l-0.079 0.216c-0.732 1.536-1.324 3.322-1.685 5.191l-0.023 0.142c-0.265 1.603-0.417 3.451-0.417 5.333s0.152 3.73 0.443 5.531l-0.026-0.197c0.387 2.011 0.978 3.798 1.767 5.472l-0.059-0.139c0.742 1.821 1.531 3.363 2.434 4.827l-0.080-0.139c1.146 1.583 2.335 2.978 3.626 4.271l-0.001-0.001c1.224 1.226 2.551 2.348 3.968 3.353l0.095 0.064c1.411 1.002 3.027 1.863 4.75 2.505l0.146 0.048c1.474 0.643 3.194 1.163 4.985 1.479l0.14 0.020c1.665 0.403 3.576 0.635 5.542 0.635l0 0c15.246-0.168 27.561-12.482 27.729-27.713l0-0.016c-0.002-1.893-0.23-3.732-0.658-5.493l0.033 0.159c-0.435-2.091-0.952-3.877-1.587-5.607l0.088 0.273z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Error"],"grid":0},"attrs":[{}],"properties":{"order":2586,"id":346,"name":"Error","prevSize":32,"code":59772},"setIdx":0,"setId":2,"iconIdx":370},{"icon":{"paths":["M368.043 808.24h-0.104c-26.866 0.024-48.635 21.808-48.635 48.677 0 26.884 21.793 48.677 48.677 48.677 0.015 0 0.029-0 0.044-0l0.060 0c26.874-0.012 48.656-21.801 48.656-48.677 0-26.884-21.793-48.677-48.677-48.677-0.007 0-0.015 0-0.022 0l0.001-0zM692.001 808.24h-0.021c-26.891 0.006-48.688 21.807-48.688 48.698 0 26.895 21.803 48.698 48.698 48.698s48.698-21.803 48.698-48.698c0-26.892-21.797-48.692-48.687-48.698l-0.001-0zM800 591.787l-10.027 54.4c-1.749 12.45-7.895 23.215-16.789 30.879l-0.065 0.054c-8.755 7.557-20.244 12.16-32.808 12.16-0.016 0-0.032-0-0.048-0l-420.691 0c-26.286-0.029-47.854-20.188-50.12-45.889l-0.014-0.191-24.107-286.933h210.133c-0.64-6.4-0.853-13.013-0.853-19.627-0.002-0.341-0.004-0.744-0.004-1.148 0-6.207 0.311-12.341 0.919-18.388l-0.062 0.762h-213.333l-9.813-116.693c-0.695-8.803-7.211-15.9-15.668-17.475l-0.119-0.018-80.213-13.867c-0.945-0.164-2.033-0.258-3.143-0.258-10.644 0-19.273 8.629-19.273 19.273 0 9.417 6.754 17.257 15.683 18.939l0.12 0.019 65.707 11.307 35.84 427.307c3.999 45.566 41.873 81.068 88.085 81.28l0.022 0h420.907c44.183-0.078 80.775-32.475 87.402-74.807l0.064-0.5 9.6-51.84c0.135-0.23 0.214-0.507 0.214-0.802 0-0.018-0-0.036-0.001-0.054l0 0.003 3.627-20.053c0.232-0.82 0.385-1.77 0.426-2.749l0.001-0.025 11.52-66.133c-13.073 12.051-27.685 22.789-43.411 31.805l-1.176 0.621zM764.521 336.531c0-0.026 0-0.056 0-0.087 0-18.253-1.242-36.216-3.645-53.809l0.229 2.045c-20.549 2.969-44.277 4.665-68.401 4.665-0.247 0-0.494-0-0.741-0.001l0.038 0c-0.208 0-0.454 0-0.701 0-24.132 0-47.868-1.697-71.094-4.979l2.67 0.309c-2.175 15.583-3.417 33.585-3.417 51.878 0 18.39 1.255 36.487 3.684 54.209l-0.231-2.058c20.735-2.865 44.695-4.501 69.037-4.501 24.37 0 48.357 1.639 71.857 4.814l-2.74-0.303c2.199-15.635 3.455-33.696 3.455-52.050 0-0.047-0-0.094-0-0.141l0 0.007zM753.952 246.88c-13.75-54.736-38.764-90.078-61.952-90.078-23.199 0-48.216 35.336-61.967 90.060 18.628 2.514 40.162 3.948 62.030 3.948 21.818 0 43.303-1.428 64.365-4.196l-2.477 0.266zM872.673 253.716c-21.082 9.886-45.696 18.162-71.361 23.594l-2.261 0.401c2.473 17.67 3.885 38.085 3.885 58.829 0 20.841-1.425 41.35-4.184 61.433l0.262-2.33c27.872 5.814 52.44 14.064 75.618 24.807l-2.137-0.889c11.606-24.364 18.384-52.947 18.384-83.114 0-30.018-6.712-58.469-18.717-83.934l0.509 1.202zM853.346 220.479c-25.939-35.818-62.772-62.341-105.587-74.836l-1.404-0.351c22.23 26.083 38.292 58.093 45.529 93.322l0.233 1.355c23.319-4.915 43.79-11.633 63.213-20.279l-1.984 0.789zM692 516.271c23.145 0 48.105-35.216 61.87-89.777-18.604-2.507-40.109-3.938-61.948-3.938-21.793 0-43.252 1.425-64.291 4.186l2.475-0.265c13.767 54.572 38.735 89.794 61.894 89.794zM637.741 145.185c-44.261 12.9-81.132 39.445-106.738 74.702l-0.398 0.576c17.453 7.874 37.934 14.599 59.222 19.145l2.037 0.364c7.477-36.635 23.582-68.685 46.119-95.077l-0.242 0.29zM746.251 527.892c44.243-12.709 81.097-39.216 106.572-74.486l0.398-0.579c-17.425-7.844-37.877-14.548-59.133-19.082l-2.039-0.364c-7.49 36.53-23.563 68.483-46.040 94.801l0.241-0.29zM530.756 452.826c25.973 35.765 62.804 62.249 105.603 74.738l1.406 0.352c-22.252-26.031-38.337-57.991-45.598-93.177l-0.234-1.355c-23.301 4.905-43.755 11.607-63.166 20.231l1.989-0.789zM511.401 419.601c21.064-9.866 45.659-18.129 71.302-23.555l2.262-0.401c-2.497-17.753-3.923-38.261-3.923-59.102 0-20.744 1.413-41.158 4.147-61.151l-0.26 2.323c-27.939-5.83-52.571-14.117-75.8-24.912l2.13 0.888c-8.906 18.717-15.079 40.464-17.327 63.364l-0.064 0.811c-0.546 5.281-0.857 11.41-0.857 17.612 0 0.408 0.001 0.816 0.004 1.224l-0-0.063c0 6.613 0.427 13.227 1.067 19.627 2.395 23.421 8.534 44.87 17.831 64.533l-0.51-1.199z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Eshop_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2587,"id":347,"name":"Eshop_Fill","prevSize":32,"code":59773},"setIdx":0,"setId":2,"iconIdx":371},{"icon":{"paths":["M368.043 808.24h-0.104c-26.866 0.024-48.635 21.808-48.635 48.677 0 26.884 21.793 48.677 48.677 48.677 0.015 0 0.029-0 0.044-0l0.060 0c26.874-0.012 48.656-21.801 48.656-48.677 0-26.884-21.793-48.677-48.677-48.677-0.007 0-0.015 0-0.022 0l0.001-0zM692.001 808.24h-0.021c-26.891 0.006-48.688 21.807-48.688 48.698 0 26.895 21.803 48.698 48.698 48.698s48.698-21.803 48.698-48.698c0-26.892-21.797-48.692-48.687-48.698l-0.001-0zM825.854 557.355c-1.042-0.2-2.24-0.315-3.465-0.315-9.376 0-17.182 6.717-18.87 15.601l-0.019 0.12-13.542 73.521c-3.689 24.459-24.52 43.006-49.699 43.093l-0.009 0h-420.75c-26.235-0.128-47.727-20.263-50.007-45.922l-0.014-0.193-24.089-286.906h179.068c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198h-182.292l-9.813-116.875c-0.756-8.758-7.29-15.789-15.738-17.295l-0.116-0.017-80.145-13.875c-0.991-0.181-2.132-0.285-3.297-0.285-10.602 0-19.197 8.595-19.197 19.197 0 9.456 6.837 17.316 15.838 18.904l0.116 0.017 65.521 11.344 35.875 427.365c4.061 45.583 41.95 81.083 88.183 81.333l0.025 0h420.874c44.196-0.083 80.804-32.468 87.477-74.8l0.065-0.502 13.417-72.75c0.204-1.051 0.321-2.26 0.321-3.497 0-9.369-6.717-17.17-15.598-18.849l-0.119-0.019zM692 118.406c-0.002-0-0.003-0-0.005-0-120.47 0-218.13 97.66-218.13 218.13s97.66 218.13 218.13 218.13c120.47 0 218.13-97.66 218.13-218.13 0-0.002-0-0.004-0-0.006l0 0c-0.146-120.408-97.717-217.979-218.111-218.125l-0.014-0zM692 156.802c17.779 0 41.33 37.066 52.925 99.31-15.876 2.167-34.224 3.404-52.861 3.404-18.687 0-37.084-1.244-55.112-3.653l2.109 0.231c11.603-62.234 35.163-99.292 52.939-99.292zM527.876 409.449c-9.857-21.436-15.605-46.509-15.605-72.925 0-26.329 5.71-51.323 15.959-73.814l-0.455 1.115c19.659 10.074 42.477 18.302 66.419 23.519l1.881 0.344c-1.619 16.16-2.534 32.563-2.534 48.842 0 16.367 0.924 32.858 2.56 49.102-25.797 5.556-48.59 13.768-69.849 24.564l1.623-0.748zM547.28 442.663c15.564-7.806 33.671-14.338 52.616-18.672l1.644-0.317c5.224 30.174 14.296 57.184 26.838 82.151l-0.766-1.684c-32.829-12.92-60.062-34.086-79.986-60.991l-0.346-0.488zM601.493 249.641c-20.623-4.658-38.762-11.21-55.773-19.688l1.418 0.639c20.286-27.485 47.572-48.718 79.254-61.238l1.222-0.426c-11.81 23.356-20.901 50.451-25.867 78.962l-0.252 1.75zM692 516.271c-17.754 0-41.276-36.967-52.894-99.065 15.86-2.16 34.19-3.393 52.808-3.393 18.671 0 37.053 1.24 55.068 3.643l-2.109-0.23c-11.613 62.086-35.12 99.046-52.872 99.046zM750.135 378.759c-17.477-2.354-37.681-3.697-58.198-3.697-20.481 0-40.649 1.339-60.422 3.934l2.326-0.249c-1.187-13.318-1.884-27.367-1.884-42.215 0-14.912 0.704-29.013 1.901-42.383 17.4 2.608 37.549 4.145 58.039 4.237l0.101 0c0.145 0 0.317 0 0.489 0 20.337 0 40.353-1.379 59.958-4.048l-2.281 0.254c1.171 13.236 1.856 27.197 1.856 41.94-0 14.852-0.698 28.904-1.886 42.227zM836.846 230.589c-15.594 7.838-33.734 14.39-52.715 18.733l-1.642 0.316c-5.215-30.261-14.303-57.356-26.879-82.397l0.767 1.685c32.902 12.944 60.187 34.177 80.122 61.17l0.348 0.493zM756.377 504.144c11.775-23.285 20.845-50.297 25.813-78.72l0.254-1.752c20.589 4.648 38.697 11.181 55.683 19.631l-1.421-0.64c-20.268 27.394-47.499 48.561-79.106 61.055l-1.221 0.426zM787.878 385.63c1.634-16.242 2.559-32.733 2.559-49.099 0-16.281-0.917-32.685-2.534-48.846 25.826-5.563 48.645-13.79 69.925-24.61l-1.621 0.748c9.792 21.376 15.501 46.372 15.501 72.701 0 26.416-5.747 51.489-16.058 74.038l0.456-1.113c-19.636-10.052-42.43-18.264-66.345-23.475l-1.882-0.344z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Eshop"],"grid":0},"attrs":[{}],"properties":{"order":2588,"id":348,"name":"Eshop","prevSize":32,"code":59774},"setIdx":0,"setId":2,"iconIdx":372},{"icon":{"paths":["M912.708 502.552c-30.214-53.249-68.1-98.361-112.781-135.596l-0.781-0.633c-3.291-2.739-7.562-4.402-12.222-4.402-5.265 0-10.034 2.123-13.498 5.56l0.001-0.001-152.437 150.781c-2.813 2.78-4.77 6.42-5.443 10.493l-0.015 0.112c-7.262 43.008-39.789 76.775-81.526 85.781l-0.692 0.125c-4.368 0.925-8.092 3.23-10.789 6.43l-0.024 0.029-87.625 104.271c-2.802 3.315-4.506 7.637-4.506 12.358 0 9.624 7.081 17.593 16.317 18.983l0.106 0.013c19.544 3.004 42.104 4.73 65.063 4.75l0.26 0c172.203-1.016 321.805-96.794 399.396-237.784l1.197-2.372c1.567-2.716 2.492-5.974 2.492-9.448s-0.925-6.732-2.541-9.541l0.049 0.093zM831.573 209.493c-3.392-3.199-7.978-5.165-13.023-5.165-5.571 0-10.581 2.397-14.057 6.217l-0.014 0.015-91.996 99.467c-58.421-29.906-127.425-47.489-200.522-47.63l-0.046-0c-172.23 0.96-321.868 96.756-399.439 237.782l-1.196 2.373c-1.563 2.717-2.484 5.975-2.484 9.448s0.922 6.731 2.534 9.542l-0.050-0.094c50.293 88.774 125.649 158.312 216.42 200.092l2.955 1.219-0.416 0.441-59.307 64.213c-3.148 3.41-5.079 7.985-5.079 13.011 0 5.558 2.361 10.564 6.134 14.071l0.012 0.011c3.402 3.172 7.982 5.12 13.017 5.12 5.564 0 10.572-2.378 14.064-6.173l0.012-0.014 533.547-576.853c3.101-3.426 5-7.992 5-13.001 0-5.546-2.327-10.548-6.057-14.085l-0.009-0.008zM435.413 609.493c-29.033-22.889-47.501-58.060-47.501-97.544 0-68.43 55.474-123.904 123.904-123.904 36.077 0 68.553 15.419 91.198 40.027l0.080 0.088z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Eye Hide_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2777,"id":349,"name":"Eye-Hide_Fill","prevSize":32,"code":59775},"setIdx":0,"setId":2,"iconIdx":373},{"icon":{"paths":["M615.531 528.865c-7.262 43.008-39.789 76.775-81.526 85.781l-0.692 0.125c-8.784 1.887-15.273 9.587-15.273 18.802 0 10.609 8.6 19.21 19.21 19.21 1.357 0 2.682-0.141 3.96-0.409l-0.125 0.022c57.987-12.5 102.434-58.654 112.246-116.59l0.119-0.847c0.155-0.916 0.243-1.971 0.243-3.047 0-10.605-8.597-19.202-19.202-19.202-9.529 0-17.437 6.941-18.943 16.043l-0.015 0.112zM912.708 502.552c-30.214-53.249-68.1-98.361-112.78-135.596l-0.781-0.633c-3.284-2.709-7.535-4.351-12.17-4.351-10.6 0-19.194 8.593-19.194 19.194 0 5.921 2.681 11.216 6.895 14.737l0.030 0.025c39.142 32.599 72.095 70.96 97.97 114.055l1.123 2.018c-73.322 126.411-207.666 210.283-361.673 211.187l-0.129 0.001c-21.048-0.004-41.725-1.579-61.924-4.615l2.278 0.281c-0.884-0.146-1.904-0.229-2.942-0.229-9.599 0-17.537 7.114-18.828 16.358l-0.011 0.1c-0.127 0.831-0.2 1.79-0.2 2.765 0 9.624 7.078 17.596 16.313 18.992l0.106 0.013c19.544 3.004 42.104 4.73 65.063 4.75l0.26 0c172.204-1.016 321.806-96.794 399.397-237.784l1.197-2.372c1.567-2.716 2.492-5.974 2.492-9.448s-0.925-6.732-2.541-9.541l0.049 0.093zM831.521 209.469c-3.41-3.166-7.994-5.108-13.032-5.108-5.566 0-10.578 2.371-14.081 6.158l-0.012 0.013-91.975 99.465c-58.404-29.887-127.385-47.459-200.457-47.6l-0.046-0c-172.231 0.96-321.868 96.757-399.439 237.783l-1.196 2.373c-1.563 2.717-2.484 5.975-2.484 9.448s0.922 6.731 2.534 9.542l-0.050-0.094c50.304 88.793 125.682 158.342 216.479 200.118l2.955 1.219-59.746 64.611c-3.183 3.418-5.137 8.017-5.137 13.072 0 10.605 8.597 19.202 19.202 19.202 5.579 0 10.602-2.379 14.11-6.178l0.012-0.013 533.426-576.886c3.164-3.411 5.105-7.995 5.105-13.032 0-5.565-2.369-10.577-6.154-14.082l-0.013-0.011zM448.566 595.337c-25.267-19.32-41.401-49.479-41.401-83.405 0-57.831 46.882-104.713 104.713-104.713 31.047 0 58.939 13.512 78.114 34.976l0.090 0.102zM616.297 413.947c-25.983-27.799-62.871-45.125-103.805-45.125-0.173 0-0.346 0-0.519 0.001l0.027-0c-0.051-0-0.112-0-0.173-0-79.025 0-143.087 64.062-143.087 143.087 0 45.067 20.835 85.268 53.398 111.495l0.276 0.215-64.093 69.312c-88.338-37.246-159.846-99.988-207.023-178.947l-1.099-1.985c73.286-126.414 207.604-210.294 361.589-211.208l0.13-0.001c62.936 0.109 122.523 14.335 175.798 39.681l-2.489-1.066z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Eye Hide"],"grid":0},"attrs":[{}],"properties":{"order":2778,"id":350,"name":"Eye-Hide","prevSize":32,"code":59776},"setIdx":0,"setId":2,"iconIdx":374},{"icon":{"paths":["M912.708 502.552c-31.61-55.772-71.837-102.811-119.449-141.025l-0.947-0.735c-75.841-61.295-173.442-98.397-279.709-98.397-0.242 0-0.483 0-0.724 0.001l0.038-0c-172.228 0.959-321.863 96.756-399.428 237.783l-1.196 2.374c-1.563 2.717-2.484 5.975-2.484 9.448s0.922 6.731 2.534 9.542l-0.050-0.094c67.903 122.082 186.036 209.223 325.726 233.903l2.795 0.409c21.655 3.705 46.605 5.83 72.049 5.844l0.263 0c172.202-1.010 321.804-96.79 399.386-237.783l1.197-2.373c1.563-2.717 2.484-5.975 2.484-9.448s-0.922-6.731-2.534-9.542l0.050 0.094zM635.2 526.772c-7.558 62.101-59.958 109.739-123.485 109.739-68.674 0-124.346-55.671-124.346-124.346s55.671-124.346 124.346-124.346c68.645 0 124.299 55.624 124.346 124.259l0 0.004c0 0.029 0 0.064 0 0.098 0 5.142-0.313 10.211-0.92 15.189l0.059-0.598z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Eye_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2779,"id":351,"name":"Eye_Fill","prevSize":32,"code":59777},"setIdx":0,"setId":2,"iconIdx":375},{"icon":{"paths":["M512 368.823c-0.002-0-0.005-0-0.008-0-79.122 0-143.263 64.141-143.263 143.263 0 49.871 25.483 93.791 64.137 119.448l0.529 0.33c14.63 9.776 31.831 17.042 50.326 20.714l0.903 0.15c8.196 1.663 17.616 2.615 27.259 2.615 73.188 0 133.57-54.826 142.316-125.647l0.070-0.697c0.63-5.072 0.993-10.948 1-16.909l0-0.009c-0.014-79.118-64.152-143.252-143.27-143.259l-0.001-0zM616.146 524.521c-6.474 52.323-50.658 92.427-104.209 92.427-7.082 0-14.001-0.701-20.69-2.039l0.67 0.112c-48.637-9.736-84.77-52.098-84.77-102.898 0-0.014 0-0.028 0-0.041l-0 0.002c-0-0.005-0-0.011-0-0.017 0-57.906 46.942-104.848 104.848-104.848 34.064 0 64.334 16.245 83.485 41.409l0.188 0.257c13.222 17.233 21.188 39.102 21.188 62.832 0 0.129-0 0.257-0.001 0.386l0-0.020c0 0.054 0 0.117 0 0.181 0 4.319-0.258 8.578-0.759 12.762l0.049-0.505zM912.708 502.552c-31.61-55.772-71.837-102.811-119.449-141.025l-0.947-0.735c-75.841-61.295-173.442-98.397-279.709-98.397-0.242 0-0.483 0-0.724 0.001l0.038-0c-172.228 0.959-321.863 96.756-399.428 237.783l-1.196 2.374c-1.563 2.717-2.484 5.975-2.484 9.448s0.922 6.731 2.534 9.542l-0.050-0.094c67.903 122.082 186.036 209.223 325.726 233.903l2.795 0.409c21.655 3.705 46.605 5.83 72.049 5.844l0.263 0c172.202-1.010 321.804-96.79 399.386-237.783l1.197-2.373c1.563-2.717 2.484-5.975 2.484-9.448s-0.922-6.731-2.534-9.542l0.050 0.094zM512 723.208c-23.312-0.008-46.164-1.951-68.412-5.678l2.412 0.334c-127.083-22.413-232.885-98.664-294.708-203.869l-1.084-1.996c73.283-126.411 207.597-210.291 361.577-211.208l0.131-0.001c0.163-0 0.356-0 0.549-0 97.251 0 186.571 33.96 256.746 90.669l-0.775-0.606c41.942 33.636 77.028 73.752 104.235 119.131l1.12 2.015c-73.314 126.418-207.656 210.297-361.662 211.208l-0.13 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Eye"],"grid":0},"attrs":[{}],"properties":{"order":2780,"id":352,"name":"Eye","prevSize":32,"code":59778},"setIdx":0,"setId":2,"iconIdx":376},{"icon":{"paths":["M889.896 246c-50.604-98.646-179.667-177.937-378.010-81.083-198.24-96.792-327.219-17.583-377.802 80.958-45.854 89.354-40.354 206.208 15.073 320.625 44.427 91.708 141.927 224.043 354.115 333.792 2.562 1.352 5.6 2.146 8.823 2.146s6.261-0.794 8.928-2.196l-0.105 0.050c212.135-109.708 309.583-242.042 353.979-333.708 55.396-114.375 60.854-231.229 15-320.583z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Favourite_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2869,"id":353,"name":"Favourite_Fill","prevSize":32,"code":59779},"setIdx":0,"setId":2,"iconIdx":377},{"icon":{"paths":["M512.094 902.438c-3.223-0.007-6.259-0.8-8.93-2.197l0.107 0.051c-212.188-109.75-309.687-242.083-354.115-333.792-55.427-114.417-60.928-231.271-15.073-320.625 50.583-98.542 179.573-177.749 377.802-80.958 198.333-96.853 327.406-17.562 378.010 81.083 45.854 89.354 40.396 206.208-15 320.583-44.395 91.667-141.844 224-353.979 333.708-2.564 1.346-5.6 2.139-8.821 2.146l-0.002 0zM342.802 160.354c-2.307-0.102-5.013-0.16-7.733-0.16-72.634 0-135.565 41.541-166.331 102.161l-0.489 1.062c-83.052 161.813 23.229 428.521 343.823 598.125 215.094-114.709 459.667-371.958 343.656-598-57.030-111.125-188.583-134.688-335.135-60.063-2.532 1.32-5.53 2.094-8.708 2.094s-6.176-0.774-8.815-2.144l0.106 0.050c-46.361-25.604-101.342-41.368-159.845-43.113l-0.53-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{}]},"tags":["Favourite"],"grid":0},"attrs":[{}],"properties":{"order":2589,"id":354,"name":"Favourite","prevSize":32,"code":59780},"setIdx":0,"setId":2,"iconIdx":378},{"icon":{"paths":["M613.385 256.878l11.081 0.193c150.728 5.271 271.534 117.602 271.534 254.876v0c-0.13 49.768-15.657 95.884-42.064 133.866l0.51-0.774 24.701 92.169-91.536-24.543c-48.084 34.071-107.952 54.463-172.582 54.463-0.578 0-1.155-0.002-1.731-0.005l0.089 0c-8.269 0-16.485-0.421-24.648-1.053-28.16-2.248-54.244-7.955-78.873-16.728l2.137 0.664c-22.478 8.115-48.545 13.822-75.609 15.995l-1.075 0.069c-8.163 0.632-16.38 1.053-24.701 1.053-0.488 0.003-1.065 0.004-1.642 0.004-64.614 0-124.465-20.393-173.468-55.093l0.937 0.63-91.591 24.543 24.701-92.169c-25.883-37.195-41.407-83.289-41.554-133.001l-0-0.037c0-140.675 126.771-255.122 282.615-255.122 0.134-0 0.293-0 0.452-0 36.196 0 70.933 6.251 103.188 17.732l-2.15-0.668c22.461-8.11 48.509-13.816 75.553-15.994l1.078-0.070c8.163-0.632 16.38-1.001 24.648-1.001zM613.385 311.81c-8.796 0-17.433 0.527-25.965 1.369 63.356 44.429 104.581 116.683 105.807 198.631l0.002 0.189c-0.282 57.901-21.216 110.859-55.807 151.938l0.295-0.36c-7.385 0.939-15.93 1.475-24.601 1.475-17.215 0-33.936-2.112-49.919-6.092l1.417 0.299c44.27-34.465 72.724-87.448 73.628-147.112l0.002-0.147c-2.743-81.243-53.622-149.947-124.904-178.698l-1.341-0.478c-29.88-13.215-64.721-20.939-101.357-21.014l-0.028-0c-125.507 0-227.63 89.798-227.63 200.19 0 95.75 76.895 176.015 179.281 195.555 14.484 2.914 31.135 4.582 48.175 4.582 0.061 0 0.122-0 0.183-0l-0.009 0c8.796 0 17.433-0.474 26.018-1.317-19.027-13.834-35.55-29.37-49.936-46.74l-0.362-0.45c-34.519-40.632-55.512-93.693-55.512-151.657s20.993-111.024 55.791-151.993l-0.279 0.337c7.266-0.884 15.7-1.4 24.251-1.422l0.029-0c17.344 0.007 34.196 2.099 50.324 6.040l-1.449-0.299c-44.32 34.482-72.811 87.503-73.732 147.213l-0.002 0.15c0.923 59.845 29.416 112.849 73.308 146.992l0.427 0.32c15.174 12.304 32.46 22.955 51.039 31.227l1.47 0.585c22.019 9.87 47.557 16.842 74.344 19.608l1.076 0.090c8.532 0.843 17.169 1.317 25.965 1.317 0.010 0 0.022 0 0.034 0 17.050 0 33.714-1.649 49.843-4.795l-1.634 0.266c102.439-19.54 179.439-99.805 179.439-195.608 0-95.855-77-176.121-179.439-195.608-14.497-2.899-31.17-4.566-48.23-4.582l-0.014-0zM515.435 573.805c0-0 0-0 0-0 15.62 0 28.283 12.663 28.283 28.283s-12.663 28.283-28.283 28.283c-15.62 0-28.283-12.663-28.283-28.283l-0 0c0.022-15.611 12.671-28.26 28.28-28.283l0.002-0zM515.435 491.433c15.619 0.003 28.28 12.664 28.283 28.282l0 0-0.371 4.58c-2.28 13.528-13.907 23.705-27.911 23.705-15.621 0-28.284-12.663-28.284-28.284s12.662-28.283 28.283-28.284l0-0zM515.435 407.060c15.619 0.003 28.28 12.664 28.283 28.282l0 0-0.371 4.58c-2.28 13.528-13.907 23.705-27.911 23.705-15.621 0-28.284-12.663-28.284-28.284s12.662-28.283 28.283-28.284l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Feedback KIOSK"],"grid":0},"attrs":[{}],"properties":{"order":2590,"id":355,"name":"Feedback-KIOSK","prevSize":32,"code":59781},"setIdx":0,"setId":2,"iconIdx":379},{"icon":{"paths":["M830.052 329.771c-8.301-17.855-26.085-30.011-46.707-30.011-0.11 0-0.22 0-0.33 0.001l0.017-0h-542.063c-0-0-0.001-0-0.001-0-28.63 0-51.84 23.21-51.84 51.84 0 12.784 4.628 24.488 12.299 33.527l-0.062-0.075 271.040 320.802c9.57 11.277 23.754 18.386 39.598 18.386 15.84 0 30.020-7.104 39.528-18.301l0.062-0.074 271.042-320.823c7.661-8.914 12.325-20.596 12.325-33.368 0-7.956-1.81-15.49-5.041-22.211l0.133 0.308z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Fill Arrow Down"],"grid":0},"attrs":[{}],"properties":{"order":2591,"id":356,"name":"Fill-Arrow-Down","prevSize":32,"code":59782},"setIdx":0,"setId":2,"iconIdx":380},{"icon":{"paths":["M694.251 193.958c-6.421-3.101-13.963-4.913-21.928-4.913-12.776 0-24.463 4.662-33.454 12.377l0.069-0.058-320.771 271.040c-11.283 9.568-18.396 23.755-18.396 39.603 0 15.838 7.104 30.017 18.3 39.523l0.074 0.062 320.814 271.052c8.963 7.602 20.662 12.224 33.44 12.224 28.632 0 51.844-23.207 51.851-51.838l0-0.001v-542.062c0.001-0.093 0.001-0.203 0.001-0.313 0-20.617-12.152-38.396-29.684-46.565l-0.316-0.132z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Fill Arrow Left"],"grid":0},"attrs":[{}],"properties":{"order":2592,"id":357,"name":"Fill-Arrow-Left","prevSize":32,"code":59783},"setIdx":0,"setId":2,"iconIdx":381},{"icon":{"paths":["M705.854 472.405l-320.813-271.050c-8.963-7.602-20.662-12.224-33.44-12.224-28.632 0-51.844 23.207-51.851 51.838l-0 0.001v542.062c-0.001 0.093-0.001 0.203-0.001 0.313 0 20.617 12.152 38.396 29.684 46.565l0.316 0.132c6.421 3.103 13.965 4.917 21.931 4.917 12.776 0 24.462-4.663 33.45-12.381l-0.068 0.057 320.771-271.040c11.283-9.568 18.396-23.755 18.396-39.603 0-15.838-7.104-30.017-18.3-39.523l-0.074-0.062z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Fill Arrow Right"],"grid":0},"attrs":[{}],"properties":{"order":2593,"id":358,"name":"Fill-Arrow-Right","prevSize":32,"code":59784},"setIdx":0,"setId":2,"iconIdx":382},{"icon":{"paths":["M822.625 638.958l-271.021-320.823c-9.559-11.27-23.73-18.375-39.561-18.375-0.015 0-0.031 0-0.046 0l-0.008-0c-0.015-0-0.032-0-0.050-0-15.822 0-29.985 7.106-39.471 18.3l-0.062 0.075-271.041 320.823c-7.608 8.963-12.235 20.665-12.235 33.447 0 28.627 23.207 51.835 51.835 51.835 0.002 0 0.003-0 0.005-0l542.072 0c0.002 0 0.004 0 0.006 0 28.622 0 51.824-23.202 51.824-51.824 0-12.788-4.631-24.493-12.309-33.532l0.061 0.074z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Fill Arrow Up"],"grid":0},"attrs":[{}],"properties":{"order":2594,"id":359,"name":"Fill-Arrow-Up","prevSize":32,"code":59785},"setIdx":0,"setId":2,"iconIdx":383},{"icon":{"paths":["M821.355 130.125l-619.021 0.021c-40.024 0.665-72.214 33.266-72.214 73.386 0 0.296 0.002 0.592 0.005 0.888l-0-0.045v61.75c-0 0.071-0 0.154-0 0.238 0 19.407 7.356 37.096 19.432 50.43l-0.057-0.064 245.125 270.271v287.667c0.013 10.603 8.605 19.195 19.207 19.208l0.001 0c0.008 0 0.017 0 0.026 0 2.958 0 5.758-0.676 8.254-1.883l-0.113 0.049 173.271-81.521c6.573-3.143 11.034-9.737 11.042-17.374l0-0.001v-205.687l265.896-269.958c13.391-13.482 21.667-32.058 21.667-52.568 0-0.093-0-0.187-0.001-0.28l0 0.014v-60.208c0.002-0.211 0.003-0.461 0.003-0.711 0-40.276-32.338-72.999-72.465-73.621l-0.058-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Filter_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2595,"id":360,"name":"Filter_Fill","prevSize":32,"code":59786},"setIdx":0,"setId":2,"iconIdx":384},{"icon":{"paths":["M413.833 893.875c-10.603-0.013-19.195-8.605-19.208-19.207l-0-0.001v-287.667l-245.125-270.271c-12.019-13.27-19.375-30.959-19.375-50.366 0-0.084 0-0.167 0-0.251l-0 0.013v-61.75c-0.003-0.251-0.005-0.547-0.005-0.843 0-40.119 32.19-72.721 72.151-73.385l0.062-0.001 619.021-0.021c40.186 0.623 72.524 33.346 72.524 73.622 0 0.25-0.001 0.5-0.004 0.75l0-0.038v60.208c0 0.079 0 0.172 0 0.265 0 20.509-8.276 39.086-21.671 52.572l0.004-0.004-265.896 269.958v205.687c-0.007 7.638-4.469 14.232-10.926 17.325l-0.116 0.050-173.271 81.521c-2.382 1.157-5.182 1.833-8.14 1.833-0.009 0-0.018-0-0.028-0l0.001 0zM821.042 168.52l-618.396 0.021c-18.949 0.472-34.129 15.945-34.129 34.964 0 0.196 0.002 0.391 0.005 0.586l-0-0.029 0.021 62.125c-0 0.061-0.001 0.134-0.001 0.207 0 9.473 3.591 18.107 9.487 24.616l-0.028-0.031 250.063 275.709c3.084 3.396 4.973 7.925 4.979 12.895l0 0.001v264.833l134.854-63.458v-201.374c0.011-5.251 2.116-10.008 5.524-13.482l-0.003 0.003 271.437-275.584c6.553-6.572 10.605-15.64 10.605-25.655 0-0.063-0-0.125-0-0.188l0 0.010v-60.48c0.003-0.174 0.005-0.38 0.005-0.585 0-19.148-15.329-34.716-34.386-35.101l-0.036-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Filter"],"grid":0},"attrs":[{}],"properties":{"order":2596,"id":361,"name":"Filter","prevSize":32,"code":59787},"setIdx":0,"setId":2,"iconIdx":385},{"icon":{"paths":["M791.562 132.75h-559.125c-62.364 0.071-112.902 50.605-112.979 112.961l-0 0.007v532.562c0.077 62.363 50.615 112.897 112.972 112.969l559.132 0c62.364-0.071 112.902-50.605 112.979-112.961l0-0.007v-532.562c-0.077-62.363-50.615-112.897-112.972-112.969l-0.007-0zM335.796 852.854l-177.92-170.021v-70.772l71.937-75.759 8.266 7.87 27.214 25.953 0.138 0.089 189.294 180.229-97.589 102.412zM693.596 171.146l172.529 165.029v81.129l-66.75 70.384-0.573-0.545-34.886-33.267-0.138-0.085-189.279-180.238 97.54-102.406zM857.7 811.986l-178.868-170.371-27.471-25.877-7.841-7.469 107.79-113.307 35.501 33.81 0.131 0.085 0.098 0.134 79.083 72.957v176.335c-0.086 12.337-3.193 23.93-8.616 34.1l0.193-0.397zM168.082 208.733l182.314 173.642 25.981 24.487 9.306 8.864-107.784 113.311-33.44-31.843-86.584-82.575v-168.901c0.083-13.651 3.866-26.402 10.393-37.322l-0.186 0.336zM157.875 556.311v-88.628l44.161 42.116zM827.396 513.958l38.729-40.842v76.574zM549.641 243.984l-2.932 3.078-23.087-21.887-12.199-11.62c-0.115-0.113-0.159-0.279-0.276-0.389l-44.443-42.021h152.293zM498.56 254.389l12.6 11.956 212.194 202.133-107.797 113.152-189.022-180.057c-0.176-0.178-0.247-0.431-0.43-0.604l-35.194-33.453 79.050-83.105zM482.526 776.931l35.322 33.577c0.090 0.089 0.122 0.218 0.215 0.305l44.289 42.042h-152.173zM530.646 769.635l-224.771-214.115 107.777-113.152 189.001 180.038c0.184 0.189 0.259 0.452 0.451 0.634l35.202 33.457-75.018 78.867zM866.125 245.719v37.318l-116.977-111.891h42.414c41.164 0.049 74.52 33.408 74.563 74.569l0 0.004zM410.883 171.146l0.117 0.167 59.676 56.621-33.008 34.703-74.652 78.363-167.808-159.509c10.642-6.428 23.48-10.263 37.207-10.345l0.023-0zM157.875 778.281v-42.314l122.317 116.887h-47.754c-41.164-0.049-74.52-33.408-74.563-74.569l-0-0.004zM618.112 852.854l-59.63-56.712 107.711-113.139 165.924 157.699c-11.424 7.602-25.458 12.137-40.551 12.152l-0.004 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Floor"],"grid":0},"attrs":[{}],"properties":{"order":2597,"id":362,"name":"Floor","prevSize":32,"code":59788},"setIdx":0,"setId":2,"iconIdx":386},{"icon":{"paths":["M813.376 315.021h-181.543c-0.031 0-0.068 0-0.104 0-11.768 0-22.259-5.471-29.067-14.008l-0.058-0.075-58.75-73.771c-13.947-17.468-35.24-28.563-59.125-28.563-0.059 0-0.117 0-0.176 0l0.009-0h-272.25c-56.047 0.118-101.479 45.403-101.833 101.383l-0 0.034-1.687 423.125c-0 0.117-0.001 0.255-0.001 0.393 0 56.246 45.59 101.844 101.833 101.858l602.752 0c56.213-0.070 101.763-45.621 101.832-101.828l0-0.007v-306.709c-0.070-56.212-45.62-101.763-101.826-101.833l-0.007-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Folder_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2598,"id":363,"name":"Folder_Fill","prevSize":32,"code":59789},"setIdx":0,"setId":2,"iconIdx":387},{"icon":{"paths":["M813.376 825.396h-602.752c-56.24-0.020-101.824-45.615-101.824-101.858 0-0.138 0-0.276 0.001-0.414l-0 0.021 1.687-423.125c0.342-56.016 45.775-101.306 101.813-101.417l0.011-0h272.25c0.055-0 0.121-0 0.186-0 23.883 0 45.173 11.104 58.988 28.431l0.117 0.152 58.75 73.749c6.866 8.612 17.356 14.083 29.125 14.083 0.037 0 0.073-0 0.11-0l-0.006 0h181.543c56.213 0.070 101.763 45.621 101.832 101.828l0 0.007v306.709c-0.070 56.213-45.62 101.763-101.826 101.833l-0.007 0zM212.313 237.021c-34.912 0.066-63.213 28.276-63.427 63.146l-0 0.020-1.687 423.125c-0 0.081-0.001 0.176-0.001 0.271 0 35.012 28.383 63.395 63.395 63.395 0.011 0 0.022-0 0.033-0l602.75 0c35.010-0.033 63.383-28.406 63.416-63.413l0-0.003v-306.709c-0.033-35.010-28.405-63.382-63.412-63.416l-181.546-0c-0.055 0-0.12 0-0.185 0-23.877 0-45.161-11.104-58.968-28.431l-0.117-0.153-58.761-73.749c-6.864-8.612-17.353-14.084-29.12-14.084-0.042 0-0.084 0-0.126 0l0.006-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Folder"],"grid":0},"attrs":[{}],"properties":{"order":2599,"id":364,"name":"Folder","prevSize":32,"code":59790},"setIdx":0,"setId":2,"iconIdx":388},{"icon":{"paths":["M117.333 239.411h319.979q3.033 16.683 4.55 31.088c0.935 8.156 1.485 17.643 1.516 27.252l0 0.045c-0.366 21.42-2.557 42.082-6.426 62.146l0.36-2.245h-185.771v92.506h146.341c3.967 17.616 6.433 37.98 6.82 58.853l0.004 0.29c-0.356 21.411-2.824 42.043-7.204 61.958l0.38-2.057h-146.34v213.067c-19.788 3.858-42.794 6.319-66.284 6.817l-0.442 0.007c-24.138-0.421-47.415-2.886-70.023-7.23l2.54 0.406zM504.038 240.927q20.473-3.033 37.154-4.55t29.571-1.516q13.649 0 30.709 1.516t36.775 4.55v200.935h134.209v-200.935q20.473-3.033 36.775-4.55t29.951-1.516 30.709 1.516 36.775 4.55v541.387c-19.788 3.858-42.794 6.319-66.283 6.817l-0.442 0.007c-24.138-0.421-47.415-2.886-70.024-7.23l2.54 0.406v-221.408h-134.209v221.408c-19.788 3.858-42.794 6.319-66.283 6.817l-0.442 0.007c-24.139-0.421-47.416-2.886-70.024-7.23l2.54 0.406z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Foodhub"],"grid":0},"attrs":[{}],"properties":{"order":2600,"id":365,"name":"Foodhub","prevSize":32,"code":59791},"setIdx":0,"setId":2,"iconIdx":389},{"icon":{"paths":["M906.667 511.969c-0.148-1.616-0.46-3.102-0.924-4.52l0.041 0.144c-0.345-4.359-2.416-8.177-5.522-10.812l-0.023-0.019-318.719-317.408c-3.859-3.846-9.183-6.224-15.063-6.224-11.785 0-21.339 9.554-21.339 21.339 0 5.905 2.399 11.251 6.275 15.114l282.225 281.053h-694.953c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h695.074l-282.345 281.114c-3.877 3.864-6.276 9.209-6.276 15.115 0 11.785 9.554 21.339 21.339 21.339 5.88 0 11.204-2.378 15.063-6.224l318.874-317.499c3.871-3.868 6.267-9.211 6.272-15.114l0-0.001-0.008-0.032z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Forward"],"grid":0},"attrs":[{}],"properties":{"order":2601,"id":366,"name":"Forward","prevSize":32,"code":59792},"setIdx":0,"setId":2,"iconIdx":390},{"icon":{"paths":["M874.667 600.313c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.004l-0-0v157.646c-0.053 43.218-35.074 78.239-78.287 78.292l-141.026 0c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h141.021c64.42-0.080 116.619-52.287 116.687-116.702l0-0.007v-157.647c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-0-0zM382.292 855.459h-125.656c-48.637-0.055-88.050-39.468-88.104-88.1l-0-0.005v-147.834c0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198l-0 0v147.833c0.081 69.835 56.666 126.428 126.491 126.521l0.009 0h125.656c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h0zM382.292 130.126h-135.469c-64.42 0.080-116.619 52.287-116.687 116.702l-0 0.007v149.958c0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198l0-0v-149.958c0.053-43.218 35.074-78.239 78.287-78.292l135.474-0c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h0zM767.364 130.126h-131.208c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h131.208c48.637 0.055 88.049 39.468 88.104 88.099l0 0.005v140.146c0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198l-0-0v-140.147c-0.081-69.835-56.666-126.428-126.491-126.521l-0.009-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Full screen"],"grid":0},"attrs":[{}],"properties":{"order":2782,"id":367,"name":"Full-screen","prevSize":32,"code":59793},"setIdx":0,"setId":2,"iconIdx":391},{"icon":{"paths":["M506.669 515.908c0.055-0.001 0.119-0.001 0.184-0.001 11.826 0 21.429 9.519 21.565 21.313l0 0.013v256.747l0.365 3.095c1.582 6.035 6.988 10.415 13.416 10.415 7.529 0 13.655-6.009 13.844-13.493l0-0.018v-67.973l0.351-3.827c2.072-10.050 10.847-17.499 21.363-17.499 11.871 0 21.524 9.493 21.784 21.301l0 0.024v72.88l0.365 3.095c1.582 6.035 6.988 10.415 13.416 10.415 7.529 0 13.655-6.009 13.844-13.493l0-0.018v-72.88l0.351-3.827c2.072-10.049 10.847-17.498 21.363-17.498 11.871 0 21.524 9.492 21.784 21.3l0 0.024v73.789l0.364 3.095c1.582 6.035 6.988 10.415 13.416 10.415 7.529 0 13.655-6.009 13.844-13.493l0-0.018v-46.043l0.351-3.827c2.072-10.049 10.848-17.498 21.363-17.498 11.87 0 21.524 9.492 21.784 21.3l0 0.024 0.057 73.040c-9.543 7.721-20.199 15.26-31.328 22.105l-1.322 0.757c-50.93 29.296-111.988 46.577-177.082 46.577-4.538 0-9.056-0.084-13.554-0.25l0.65 0.019c-1.257 0.011-2.744 0.017-4.232 0.017-35.393 0-69.96-3.538-103.365-10.281l3.329 0.561-39.796-78.99-1.562-4.139c-0.475-1.744-0.749-3.747-0.749-5.813 0-8.565 4.693-16.034 11.647-19.977l0.114-0.059c3.363-1.906 7.387-3.030 11.673-3.030 8.436 0 15.856 4.352 20.136 10.934l0.057 0.093 42.892 68.943 2.276 2.758c2.495 2.315 5.848 3.736 9.533 3.736 1.316 0 2.591-0.181 3.799-0.52l-0.099 0.024c5.809-1.599 10.014-6.815 10.057-13.020l0-0.005v-309.999l0.351-3.827c2.024-10.042 10.775-17.499 21.268-17.499 0.046 0 0.092 0 0.138 0l-0.007-0zM510.848 128q170.569 0 262.927 99.536 92.327 99.506 92.327 278.86c0.209 5.349 0.328 11.628 0.328 17.936 0 70.744-14.97 137.991-41.915 198.747l1.239-3.131c-15.165 31.396-34.014 58.339-56.473 81.798l0.109-0.114-0.038-47.879-0.346-5.271c-3.244-24.458-23.968-43.134-49.054-43.134-0.076 0-0.152 0-0.228 0.001l0.012-0c-0.004-0-0.008-0-0.012-0-8.812 0-17.095 2.267-24.298 6.25l0.258-0.131c-6.847-19.856-25.373-33.865-47.171-33.865-13.877 0-26.428 5.678-35.457 14.837l-0.006 0.006c-2.442-2.482-5.139-4.698-8.054-6.611l-0.185-0.114c32.945-14.632 60.794-35.223 83.325-60.636l0.217-0.25c36.088-40.636 58.153-94.432 58.219-153.381l0-0.014c0-0.151 0.001-0.33 0.001-0.51 0-51.254-16.805-98.582-45.206-136.776l0.435 0.612c5.388-7.932 8.602-17.718 8.602-28.256 0-14.237-5.867-27.104-15.316-36.314l-0.011-0.010c-9.561-9.303-22.634-15.039-37.046-15.039s-27.484 5.737-37.058 15.051l0.012-0.012c-9.451 9.223-15.312 22.086-15.312 36.319s5.861 27.096 15.302 36.309l0.010 0.010c9.524 9.293 22.558 15.025 36.932 15.025 0.051 0 0.102-0 0.154-0l-0.008 0c8.342-0.017 16.236-1.915 23.287-5.29l-0.327 0.141c23.785 32.819 38.046 73.892 38.046 118.295 0 0.157-0 0.314-0.001 0.471l0-0.024c-0.192 98.72-69.335 181.235-161.825 201.963l-1.383 0.26v-72.82l8.491-3.39c47.341-22.74 79.443-70.31 79.443-125.377 0-76.578-62.079-138.657-138.657-138.657-76.334 0-138.26 61.683-138.656 137.923l-0 0.038c-0 0.071-0 0.155-0 0.239 0 31.13 10.529 59.8 28.22 82.644l-0.231-0.31c16.060 20.733 37.322 36.711 61.85 46.079l0.973 0.327v198.83l-17.327-27.868-3.351-4.779c-9.507-11.852-23.988-19.374-40.226-19.374-9.425 0-18.257 2.534-25.854 6.959l0.245-0.132c-15.295 8.698-25.443 24.884-25.443 43.441 0 7.936 1.856 15.438 5.158 22.097l-0.13-0.29 29.297 58.051c-77.241-23.683-139.246-76.971-173.943-146.301l-0.75-1.654c-29.857-58.565-47.351-127.73-47.351-200.98 0-5.572 0.101-11.12 0.302-16.643l-0.023 0.799q0-181.837 93.236-283.161t259.714-101.354zM493.099 237.048c-125.043 6.206-224.235 108.485-225.486 234.21l-0.001 0.122c-0 0.151-0.001 0.331-0.001 0.51 0 51.254 16.805 98.582 45.206 136.776l-0.435-0.613c-5.388 7.932-8.602 17.718-8.602 28.256 0 14.237 5.867 27.104 15.316 36.314l0.011 0.010c9.576 9.294 22.657 15.024 37.076 15.024s27.5-5.73 37.090-15.037l-0.013 0.013c9.451-9.223 15.312-22.086 15.312-36.319s-5.861-27.096-15.302-36.309l-0.010-0.010c-9.484-9.291-22.483-15.025-36.822-15.025-0.090 0-0.18 0-0.269 0.001l0.014-0c-0.002-0-0.004-0-0.006-0-8.339 0-16.234 1.899-23.277 5.289l0.322-0.14c-23.747-32.776-37.986-73.792-37.986-118.134 0-0.192 0-0.385 0.001-0.577l-0 0.030c1.096-111.357 88.856-201.866 199.003-207.353l0.494-0.020c7.243-0.35 12.982-6.307 12.982-13.604 0-0.244-0.006-0.486-0.019-0.727l0.001 0.034c-0.578-7.157-6.529-12.746-13.785-12.746-0.286 0-0.571 0.009-0.853 0.026l0.039-0.002zM356.122 611.991c0.026-0 0.058-0 0.089-0 6.799 0 12.966 2.704 17.486 7.094l-0.006-0.006c4.486 4.365 7.27 10.46 7.27 17.205s-2.783 12.841-7.264 17.2l-0.005 0.005c-4.534 4.412-10.734 7.133-17.569 7.133s-13.035-2.721-17.575-7.139l0.006 0.005c-4.46-4.377-7.224-10.468-7.224-17.205s2.764-12.828 7.221-17.202l0.004-0.004c4.514-4.385 10.681-7.088 17.48-7.088 0.031 0 0.062 0 0.093 0l-0.005-0zM507.093 360.393c0.768-0.019 1.672-0.030 2.579-0.030 61.077 0 110.589 49.512 110.589 110.589 0 44.346-26.102 82.596-63.781 100.224l-0.679 0.285v-34.35l-0.333-5.535c-0.724-5.781-2.357-11.031-4.762-15.828l0.127 0.28c11.917-11.207 19.364-27.050 19.447-44.634l0-0.015c-0.719-34.348-28.734-61.918-63.187-61.918s-62.468 27.569-63.186 61.851l-0.001 0.067c0.082 17.175 7.186 32.674 18.586 43.788l0.013 0.013c-3.397 6.356-5.392 13.902-5.392 21.914 0 0.027 0 0.054 0 0.081l-0-0.004v33.744l-7.497-3.942c-33.498-19.267-55.69-54.855-55.69-95.627 0-0.010 0-0.020 0-0.030l-0 0.002c0.704-61.415 50.654-110.93 112.169-110.93 0.351 0 0.702 0.002 1.052 0.005l-0.054-0zM507.093 436.545c0.095-0.001 0.207-0.001 0.319-0.001 19.343 0 35.046 15.582 35.243 34.878l0 0.019c-0.041 9.63-3.996 18.329-10.355 24.593l-0.004 0.004c-7.327-4.49-16.197-7.149-25.687-7.149-0.042 0-0.085 0-0.127 0l0.007-0c-0.055-0-0.12-0-0.185-0-9.153 0-17.722 2.498-25.063 6.85l0.228-0.125c-6.14-6.165-9.936-14.668-9.936-24.057 0-0.040 0-0.081 0-0.121l-0 0.006c0.219-19.32 15.932-34.898 35.283-34.898 0.098 0 0.195 0 0.292 0.001l-0.015-0zM658.064 282.242c0.026-0 0.058-0 0.089-0 6.799 0 12.966 2.704 17.486 7.094l-0.006-0.006c4.46 4.377 7.224 10.468 7.224 17.205s-2.764 12.828-7.221 17.202l-0.004 0.004c-4.534 4.412-10.734 7.133-17.569 7.133s-13.035-2.721-17.575-7.139l0.006 0.005c-4.486-4.365-7.27-10.46-7.27-17.205s2.783-12.841 7.264-17.2l0.005-0.005c4.514-4.385 10.681-7.088 17.48-7.088 0.031 0 0.062 0 0.093 0l-0.005-0zM555.923 241.894c-3.79 0.007-7.228 1.507-9.758 3.942l0.005-0.004c-2.475 2.443-4.020 5.824-4.059 9.565l-0 0.007c0.009 3.754 1.562 7.143 4.056 9.569l0.003 0.003c2.493 2.436 5.907 3.938 9.672 3.938 0.029 0 0.058-0 0.087-0l-0.004 0c3.789-0.007 7.227-1.507 9.758-3.942l-0.005 0.004c2.484-2.437 4.032-5.821 4.059-9.567l0-0.005c-0.009-3.754-1.562-7.143-4.056-9.569l-0.003-0.003c-2.493-2.436-5.907-3.938-9.672-3.938-0.029 0-0.058 0-0.087 0l0.004-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Fusion lite"],"grid":0},"attrs":[{}],"properties":{"order":2783,"id":368,"name":"Fusion-lite","prevSize":32,"code":59794},"setIdx":0,"setId":2,"iconIdx":392},{"icon":{"paths":["M800.5 206.375l-267.479-93.99c-6.265-2.262-13.495-3.57-21.031-3.57s-14.766 1.308-21.476 3.709l0.445-0.139-267.458 93.99c-24.887 8.941-42.38 32.303-42.458 59.761l-0 0.010v275.198c0.057 84.415 31.259 161.531 82.735 220.49l-0.339-0.396c26.568 29.411 57.955 53.856 93.024 72.231l1.83 0.874 144.834 78.344c2.64 1.456 5.787 2.313 9.135 2.313 3.339 0 6.48-0.853 9.215-2.352l-0.1 0.050 144.604-78.156c105.902-54.966 177.005-163.793 177.005-289.227 0-1.454-0.010-2.907-0.029-4.356l0.002 0.22v-275.272c-0.093-27.452-17.582-50.796-42.015-59.59l-0.443-0.139zM685.583 418.917l-213.312 213.312c-3.479 3.475-8.283 5.625-13.589 5.625-5.301 0-10.101-2.145-13.579-5.615l0 0-106.688-106.656c-3.459-3.473-5.598-8.265-5.598-13.555 0-10.609 8.601-19.21 19.21-19.21 5.291 0 10.082 2.139 13.556 5.599l-0.001-0.001 93.105 93.094 199.729-199.74c3.475-3.478 8.278-5.629 13.583-5.629 10.605 0 19.202 8.597 19.202 19.202 0 5.3-2.147 10.098-5.619 13.573l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Google Authentication_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2784,"id":369,"name":"Google-Authentication_Fill","prevSize":32,"code":59795},"setIdx":0,"setId":2,"iconIdx":393},{"icon":{"paths":["M512.25 915.198c-0.005 0-0.011 0-0.017 0-3.338 0-6.477-0.857-9.207-2.362l0.099 0.050-144.833-78.344c-36.899-19.248-68.286-43.694-94.596-72.814l-0.258-0.29c-51.137-58.563-82.339-135.679-82.396-220.082l-0-0.012v-275.198c0.078-27.468 17.571-50.83 42.015-59.632l0.443-0.139 267.458-93.99c6.265-2.262 13.495-3.57 21.031-3.57s14.766 1.308 21.476 3.709l-0.445-0.139 267.479 93.99c24.877 8.933 42.366 32.277 42.458 59.718l0 0.011v275.272c0.017 1.23 0.026 2.683 0.026 4.137 0 125.434-71.103 234.261-175.203 288.375l-1.802 0.852-144.604 78.155c-2.639 1.448-5.782 2.301-9.125 2.302l-0 0zM512 147.208c-0.002-0-0.003-0-0.005-0-2.976 0-5.832 0.515-8.484 1.461l0.176-0.055-267.458 93.99c-9.828 3.52-16.739 12.741-16.771 23.58l-0 0.004v275.146c0.019 74.639 27.562 142.841 73.032 195.012l-0.303-0.355c23.54 25.989 51.342 47.59 82.395 63.82l1.626 0.774 136.043 73.594 135.77-73.375c93.641-48.369 156.551-144.456 156.551-255.237 0-1.466-0.011-2.93-0.033-4.391l0.003 0.221v-275.25c-0.046-10.822-6.943-20.020-16.575-23.487l-0.175-0.055h-0.021l-267.479-93.99c-2.464-0.891-5.307-1.406-8.271-1.406-0.007 0-0.014 0-0.022 0l0.001-0z","M458.688 637.854c-0.007 0-0.015 0-0.023 0-5.295 0-10.089-2.146-13.56-5.615l-106.688-106.656c-3.459-3.473-5.598-8.265-5.598-13.555 0-10.609 8.601-19.21 19.21-19.21 5.291 0 10.082 2.139 13.556 5.599l-0.001-0.001 93.105 93.094 199.729-199.74c3.475-3.478 8.278-5.629 13.583-5.629 10.605 0 19.202 8.597 19.202 19.202 0 5.3-2.147 10.098-5.619 13.573l-213.312 213.312c-3.467 3.475-8.261 5.625-13.558 5.625-0.009 0-0.018-0-0.028-0l0.001 0z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{},{}],"11017716412552552551911741171":[{},{}]},"tags":["Google Authentication"],"grid":0},"attrs":[{},{}],"properties":{"order":2785,"id":370,"name":"Google-Authentication","prevSize":32,"code":59796},"setIdx":0,"setId":2,"iconIdx":394},{"icon":{"paths":["M885.333 491.729h-65.63c-10.626-154.282-133.15-276.806-286.471-287.379l-0.961-0.053v-65.63c0-11.195-9.076-20.271-20.271-20.271s-20.271 9.076-20.271 20.271l-0-0v65.63c-154.282 10.626-276.806 133.15-287.379 286.471l-0.053 0.961h-65.63c-11.195 0-20.271 9.076-20.271 20.271s9.076 20.271 20.271 20.271l65.63 0c10.626 154.282 133.15 276.806 286.471 287.379l0.961 0.053v65.63c0 11.195 9.076 20.271 20.271 20.271s20.271-9.076 20.271-20.271l0 0v-65.63c154.282-10.626 276.806-133.15 287.379-286.471l0.053-0.961h65.63c11.195 0 20.271-9.076 20.271-20.271s-9.076-20.271-20.271-20.271l-0-0zM512 780.188c-148.116 0-268.188-120.072-268.188-268.188s120.072-268.188 268.188-268.188c148.116 0 268.188 120.072 268.188 268.188v0c-0.176 148.045-120.142 268.012-268.17 268.188l-0.017 0zM512 368.41c-79.302 0-143.588 64.287-143.588 143.589s64.287 143.589 143.589 143.589c79.302 0 143.589-64.287 143.589-143.589l-0 0c0-0 0-0 0-0 0-79.302-64.287-143.589-143.589-143.589-0 0-0 0-0 0l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["GPS"],"grid":0},"attrs":[{}],"properties":{"order":2786,"id":371,"name":"GPS","prevSize":32,"code":59797},"setIdx":0,"setId":2,"iconIdx":395},{"icon":{"paths":["M128 274.031h768c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0h-768c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0zM896 490.667h-768c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h768c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0zM896 749.969h-768c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h768c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Hamburger"],"grid":0},"attrs":[{}],"properties":{"order":2602,"id":372,"name":"Hamburger","prevSize":32,"code":59798},"setIdx":0,"setId":2,"iconIdx":396},{"icon":{"paths":["M512 108.802c-222.676 0.006-403.187 180.522-403.187 403.198 0 222.68 180.518 403.198 403.198 403.198s403.198-180.518 403.198-403.198v0c-0.262-222.578-180.629-402.942-403.184-403.198l-0.025-0zM512 717.917c-17.709-0.006-32.063-14.363-32.063-32.073 0-17.713 14.36-32.073 32.073-32.073s32.073 14.36 32.073 32.073c0 0-0 0-0 0l0-0c0.005 0.21 0.008 0.457 0.008 0.705 0 17.328-14.047 31.376-31.376 31.376-0.252 0-0.503-0.003-0.753-0.009l0.037 0.001zM546.167 536.178c-5.694 1.778-9.755 7.003-9.755 13.176 0 0.301 0.010 0.6 0.029 0.896l-0.002-0.040-0.208 28.208c-2.198 13.849-13.818 24.385-27.991 24.884l-0.051 0.001c-13.483-0.023-24.408-10.944-24.438-24.424l-0-0.003v-26.761c0.101-28.419 17.976-52.638 43.083-62.129l0.459-0.152c27.492-10.554 47.212-35.517 50.018-65.399l0.024-0.31c0-0.036 0-0.078 0-0.12 0-37.141-30.109-67.25-67.25-67.25s-67.25 30.109-67.25 67.25c0 0.042 0 0.084 0 0.126l-0-0.007c-0.028 13.487-10.951 24.414-24.434 24.448l-0.003 0c-13.218-0.679-23.765-11.229-24.435-24.386l-0.003-0.062c0.079-65.161 52.88-117.963 118.033-118.043l0.008-0c64.836 0.879 117.162 53.206 118.041 117.958l0.001 0.084c-2.897 51.778-36.62 94.989-82.997 111.774l-0.878 0.278z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Help_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2603,"id":373,"name":"Help_Fill","prevSize":32,"code":59799},"setIdx":0,"setId":2,"iconIdx":397},{"icon":{"paths":["M512 108.802c-222.676 0.006-403.187 180.522-403.187 403.198 0 222.68 180.518 403.198 403.198 403.198s403.198-180.518 403.198-403.198v0c-0.262-222.578-180.629-402.942-403.184-403.198l-0.025-0zM512 876.802c-0.003 0-0.007 0-0.010 0-201.475 0-364.802-163.327-364.802-364.802s163.327-364.802 364.802-364.802c201.475 0 364.802 163.327 364.802 364.802v-0c-0.231 201.378-163.415 364.565-364.769 364.802l-0.023 0zM512 653.771c-17.709 0.006-32.063 14.363-32.063 32.073 0 17.713 14.36 32.073 32.073 32.073s32.073-14.36 32.073-32.073l-0 0c0.005-0.21 0.008-0.457 0.008-0.706 0-17.328-14.047-31.376-31.376-31.376-0.252 0-0.503 0.003-0.753 0.009l0.037-0.001zM512 306.083c-65.16 0.080-117.962 52.881-118.042 118.034l-0 0.008c0.673 13.219 11.219 23.769 24.375 24.445l0.062 0.003c13.487-0.034 24.41-10.961 24.438-24.445l0-0.003c-0-0.036-0-0.078-0-0.12 0-37.141 30.109-67.25 67.25-67.25s67.25 30.109 67.25 67.25c0 0.042-0 0.084-0 0.126l0-0.007c-2.83 30.191-22.549 55.155-49.509 65.528l-0.532 0.18c-25.566 9.643-43.44 33.862-43.541 62.269l-0 0.013v26.761c0.030 13.482 10.954 24.403 24.435 24.427l0.002 0c14.224-0.501 25.843-11.036 28.020-24.718l0.022-0.167 0.208-28.208c-0.017-0.256-0.027-0.554-0.027-0.855 0-6.174 4.061-11.399 9.657-13.15l0.098-0.026c47.255-17.063 80.978-60.274 83.86-111.723l0.015-0.329c-0.879-64.835-53.205-117.162-117.957-118.040l-0.084-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Help"],"grid":0},"attrs":[{}],"properties":{"order":2604,"id":374,"name":"Help","prevSize":32,"code":59800},"setIdx":0,"setId":2,"iconIdx":398},{"icon":{"paths":["M824.96 223.36c-35.886-33.319-84.129-53.764-137.147-53.764-0.459 0-0.918 0.002-1.377 0.005l0.064-0v-41.6c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v-0 41.387h-271.813v-41.387c-0.036-10.581-8.622-19.145-19.208-19.145s-19.172 8.563-19.208 19.141l-0 0.003v41.606c-119.641 4.504-190.654 77.456-190.654 197.328v26.24h729.6v-26.24c0.168-3.040 0.263-6.597 0.263-10.177 0-51.535-19.807-98.444-52.224-133.529l0.121 0.132zM147.2 714.453c0 125.653 75.733 200.747 202.453 200.747h324.693c126.72 0 202.453-74.027 202.453-197.76v-285.867h-729.6zM321.067 640.64c3.488-3.508 8.317-5.68 13.653-5.68s10.166 2.171 13.652 5.679l0.001 0.001 104.533 104.533 222.72-222.72c3.509-3.462 8.332-5.599 13.653-5.599s10.144 2.138 13.656 5.602l-0.002-0.002c3.46 3.47 5.599 8.258 5.599 13.547s-2.139 10.077-5.6 13.547l0-0-236.373 236.373c-3.542 3.4-8.348 5.506-13.645 5.547l-0.008 0c-5.245-0.001-9.995-2.12-13.441-5.547l0.001 0.001-118.187-118.187c-3.57-3.458-5.786-8.296-5.786-13.652 0-5.25 2.13-10.003 5.573-13.442l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Holiday_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2605,"id":375,"name":"Holiday_Fill","prevSize":32,"code":59801},"setIdx":0,"setId":2,"iconIdx":399},{"icon":{"paths":["M824.875 223.417c-35.782-33.196-83.871-53.563-136.717-53.563-0.583 0-1.166 0.002-1.747 0.007l0.089-0.001v-41.861c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208l0-0v41.417h-271.812v-41.417c-0.036-10.581-8.622-19.145-19.208-19.145s-19.172 8.563-19.208 19.141l-0 0.003v41.853c-119.572 4.511-190.667 77.318-190.667 197.064v347.52c0 125.708 75.667 200.771 202.417 200.771h324.791c126.75 0 202.417-73.979 202.417-197.854v-350.374c0.163-2.997 0.256-6.504 0.256-10.033 0-51.593-19.843-98.552-52.313-133.66l0.12 0.131zM838.396 717.355c0 102.812-58.229 159.437-164 159.437h-324.791c-104.229 0-164-59.167-164-162.354v-282.917h652.791zM838.396 393.105h-652.791v-26.188c0-98.675 54.009-154.555 152.25-158.681v46.139c0.036 10.581 8.622 19.145 19.208 19.145s19.172-8.563 19.208-19.141l0-0.003v-46.542h271.812v46.542c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-46.119c0.478-0.005 1.043-0.008 1.608-0.008 42.247 0 80.742 16.062 109.712 42.413l-0.132-0.119c25.454 27.89 41.045 65.163 41.045 106.077 0 3.623-0.122 7.218-0.363 10.78l0.026-0.482zM439.375 785.896c3.477 3.475 8.279 5.625 13.583 5.625s10.107-2.15 13.583-5.625l236.292-236.312c3.476-3.476 5.626-8.279 5.626-13.583 0-10.609-8.6-19.21-19.21-19.21-5.305 0-10.107 2.15-13.583 5.626l-222.708 222.75-104.646-104.583c-3.47-3.455-8.256-5.59-13.541-5.59-10.601 0-19.195 8.594-19.195 19.195 0 5.295 2.144 10.090 5.611 13.562l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Holiday"],"grid":0},"attrs":[{}],"properties":{"order":2606,"id":376,"name":"Holiday","prevSize":32,"code":59802},"setIdx":0,"setId":2,"iconIdx":400},{"icon":{"paths":["M754.56 209.707c-61.548-62.313-146.986-100.907-241.438-100.907-0.019 0-0.039 0-0.058 0l-1.064-0c-0.002-0-0.004-0-0.006-0-188.491 0-341.363 152.5-341.967 340.849l-0 0.058v1.707c3.196 93.959 36.071 179.662 89.482 248.668l-0.735-0.988c60.157 79.851 131.762 147.179 213.138 200.906l3.182 1.974c9.991 8.232 22.919 13.224 37.013 13.224s27.023-4.992 37.114-13.304l-0.1 0.080c57.563-37.622 107.602-79.121 152.504-125.614l0.243-0.253c85.709-81.875 142.050-193.855 151.996-318.905l0.111-1.735v-3.627c0.003-0.549 0.005-1.2 0.005-1.85 0-93.816-37.989-178.76-99.423-240.288l0.004 0.004zM815.573 453.76c-9.603 116.738-61.707 219.747-140.611 294.861l-0.189 0.179c-43.598 45.217-91.966 85.315-144.446 119.649l-3.18 1.952c-0.64 0.427-1.493 1.065-2.133 1.492-3.478 2.983-8.034 4.799-13.013 4.799s-9.535-1.816-13.040-4.821l0.027 0.023c-0.625-0.511-1.322-1.003-2.052-1.446l-0.082-0.046c-81.156-53.317-149.87-117.822-206.085-192.29l-1.489-2.059c-47.873-61.892-77.8-139.816-80.834-224.592l-0.019-0.687v-1.067c0.546-167.246 136.251-302.615 303.573-302.615 167.66 0 303.575 135.915 303.575 303.575 0 0.338-0.001 0.675-0.002 1.012l0-0.052z","M727.253 236.8c-54.995-55.292-131.128-89.511-215.254-89.511-167.253 0-302.915 135.256-303.572 302.355l-0 0.063v1.067c3.053 85.462 32.98 163.386 81.526 226.184l-0.673-0.906c57.705 76.528 126.418 141.033 204.51 192.455l3.063 1.894c0.812 0.489 1.508 0.982 2.167 1.519l-0.033-0.026c3.478 2.983 8.034 4.799 13.013 4.799s9.535-1.816 13.040-4.821l-0.027 0.023c0.64-0.427 1.493-1.065 2.133-1.492 55.66-36.286 104.028-76.384 147.384-121.348l0.242-0.253c79.093-75.293 131.197-178.302 140.691-293.392l0.109-1.648v-2.133c0.003-0.502 0.005-1.096 0.005-1.69 0-83.243-33.755-158.601-88.323-213.135l-0.002-0.002zM666.453 569.172c0 0.007 0 0.016 0 0.024 0 18.957-15.367 34.324-34.324 34.324-0.008 0-0.016-0-0.024-0l-74.025 0c-0.029 0-0.064 0-0.099 0-15.222 0-27.569-12.307-27.634-27.514l-0-0.006v-63.36c0.002-0.033 0.003-0.072 0.003-0.112 0-1.236-1.002-2.238-2.238-2.238-0.039 0-0.078 0.001-0.117 0.003l0.005-0h-37.973c-0.033-0.002-0.072-0.003-0.112-0.003-1.236 0-2.238 1.002-2.238 2.238 0 0.039 0.001 0.078 0.003 0.117l-0-0.005v63.36c-0.065 15.213-12.412 27.52-27.633 27.52-0.035 0-0.070-0-0.105-0l0.005 0h-68.48c-0.006 0-0.014 0-0.021 0-18.957 0-34.325-15.368-34.325-34.325 0-0.008 0-0.017 0-0.025l-0 0.001v-173.651c-0.001-0.103-0.002-0.224-0.002-0.345 0-10.761 5.065-20.338 12.94-26.479l0.075-0.056 120.32-95.573c5.781-4.684 13.226-7.52 21.333-7.52s15.552 2.836 21.397 7.57l-0.064-0.050 120.32 95.573c7.95 6.196 13.015 15.774 13.015 26.534 0 0.122-0.001 0.243-0.002 0.365l0-0.019z","M666.453 395.52v173.652c0 0.007 0 0.015 0 0.024 0 18.957-15.367 34.324-34.324 34.324-0.008 0-0.016-0-0.024-0l-74.025 0c-0.029 0-0.064 0-0.099 0-15.222 0-27.569-12.307-27.634-27.514l-0-0.006v-63.36c0.002-0.033 0.003-0.072 0.003-0.112 0-1.236-1.002-2.238-2.238-2.238-0.039 0-0.078 0.001-0.117 0.003l0.005-0h-37.973c-0.033-0.002-0.072-0.003-0.112-0.003-1.236 0-2.238 1.002-2.238 2.238 0 0.039 0.001 0.078 0.003 0.117l-0-0.005v63.36c-0.065 15.213-12.412 27.52-27.633 27.52-0.035 0-0.070-0-0.105-0l0.005 0h-68.48c-0.006 0-0.014 0-0.021 0-18.957 0-34.325-15.368-34.325-34.325 0-0.008 0-0.017 0-0.025l-0 0.001v-173.651c-0.001-0.103-0.002-0.224-0.002-0.345 0-10.761 5.065-20.338 12.94-26.479l0.075-0.056 120.32-95.573c5.781-4.684 13.226-7.52 21.333-7.52s15.552 2.836 21.397 7.57l-0.064-0.050 120.32 95.573c7.95 6.196 13.015 15.774 13.015 26.534 0 0.122-0.001 0.243-0.002 0.365l0-0.019z"],"attrs":[{"fill":"rgb(91, 174, 117)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(91, 174, 117)"}],"isMulticolor":true,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{"f":3},{"f":4},{"f":3}],"11017716412552552551911741171":[{"f":2},{"f":3},{"f":2}]},"tags":["Home 1"],"grid":0},"attrs":[{"fill":"rgb(91, 174, 117)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(91, 174, 117)"}],"properties":{"order":2607,"id":377,"name":"Home-1","prevSize":32,"code":59803,"codes":[59803,59804,59805]},"setIdx":0,"setId":2,"iconIdx":401},{"icon":{"paths":["M754.521 209.708c-61.573-62.288-147.005-100.875-241.45-100.917l-1.112-0c-188.444 0.023-341.27 152.49-341.875 340.796l-0 0.058 0.021 1.833c3.141 93.956 35.994 179.671 89.401 248.674l-0.734-0.987c60.118 79.815 131.695 147.103 213.047 200.777l3.182 1.972c10.019 8.199 22.958 13.167 37.058 13.167 14.076 0 26.995-4.952 37.111-13.208l-0.106 0.084c57.563-37.609 107.598-79.112 152.483-125.618l0.246-0.257c85.74-81.882 142.094-193.894 152.014-318.979l0.11-1.731v-3.584c0.004-0.582 0.006-1.271 0.006-1.961 0-93.762-37.984-178.653-99.404-240.124l0.002 0.002zM674.709 748.875c-43.564 45.165-91.889 85.223-144.32 119.527l-3.18 1.952c-0.799 0.517-1.493 1.046-2.144 1.621l0.019-0.016c-3.485 2.991-8.051 4.812-13.042 4.812s-9.557-1.821-13.069-4.835l0.027 0.023c-0.613-0.556-1.287-1.071-2.002-1.527l-0.060-0.036c-81.169-53.299-149.878-117.824-206.052-192.332l-1.49-2.064c-47.955-61.827-77.913-139.74-80.877-224.518l-0.019-0.67v-1.104c0.533-167.18 136.181-302.5 303.436-302.5 0.008 0 0.015 0 0.023 0l0.978-0c167.213 0.518 302.564 136.189 302.564 303.474 0 0.368-0.001 0.736-0.002 1.104l0-0.057 0.063 2.104c-9.601 116.75-61.728 219.764-140.662 294.862l-0.191 0.18zM653.501 368.542l-120.333-95.5c-5.794-4.649-13.235-7.461-21.333-7.461s-15.539 2.812-21.401 7.513l0.067-0.052-120.354 95.5c-7.949 6.314-13 15.979-13 26.824 0 0.033 0 0.065 0 0.098l-0-0.005v173.771c0.018 18.954 15.378 34.315 34.331 34.333l68.564 0c15.235-0.009 27.584-12.351 27.604-27.582l0-0.002v-63.437c-0-0.001-0-0.002-0-0.004 0-1.286 1.043-2.329 2.329-2.329 0.001 0 0.003 0 0.004 0l-0-0h38.104c0.001-0 0.002-0 0.004-0 1.286 0 2.329 1.043 2.329 2.329 0 0.001-0 0.003-0 0.004l0-0v63.437c0.018 15.227 12.357 27.566 27.582 27.584l74.168 0c18.955-0.018 34.316-15.379 34.333-34.332l0-0.002v-173.771c0-0.027 0-0.060 0-0.092 0-10.845-5.052-20.51-12.931-26.77l-0.070-0.054z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Home 2"],"grid":0},"attrs":[{}],"properties":{"order":2608,"id":378,"name":"Home-2","prevSize":32,"code":59806},"setIdx":0,"setId":2,"iconIdx":402},{"icon":{"paths":["M831.844 371.396l-280.667-222.708c-10.631-8.557-24.297-13.734-39.172-13.734s-28.541 5.178-39.293 13.829l0.121-0.095-280.677 222.708c-14.585 11.579-23.854 29.307-23.854 49.201 0 0.058 0 0.116 0 0.174l-0-0.009v405.301c0.040 34.789 28.232 62.98 63.017 63.021l159.921 0c26.114-0.035 47.273-21.198 47.302-47.31l0-0.003v-147.917c0.016-12.412 10.077-22.469 22.489-22.479l88.876-0c12.413 0.010 22.474 10.067 22.489 22.478l0 0.002v147.917c0.029 26.115 21.188 47.278 47.299 47.312l0.003 0h172.979c34.789-0.040 62.98-28.232 63.021-63.017l0-0.004v-405.302c0-0.049 0-0.106 0-0.164 0-19.893-9.27-37.622-23.725-49.101l-0.129-0.099z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Home_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2609,"id":379,"name":"Home_Fill","prevSize":32,"code":59807},"setIdx":0,"setId":2,"iconIdx":403},{"icon":{"paths":["M792.677 889.083h-172.979c-26.114-0.035-47.273-21.198-47.302-47.31l-0-0.003v-147.917c-0.016-12.412-10.076-22.469-22.488-22.479l-88.876-0c-12.413 0.010-22.474 10.067-22.49 22.478l-0 0.001v147.917c-0.029 26.115-21.188 47.277-47.299 47.312l-0.003 0h-159.917c-34.789-0.040-62.98-28.232-63.021-63.017l-0-0.004v-405.302c-0-0.049-0-0.107-0-0.165 0-19.894 9.27-37.622 23.725-49.102l0.129-0.099 280.677-222.707c10.631-8.557 24.297-13.734 39.172-13.734s28.541 5.178 39.293 13.829l-0.121-0.095 280.667 222.708c14.585 11.579 23.854 29.307 23.854 49.201 0 0.058-0 0.116-0 0.174l0-0.009v405.301c-0.040 34.789-28.232 62.98-63.017 63.021l-0.004 0zM461.031 630.833h88.875c34.792 0.040 62.986 28.23 63.031 63.016l0 0.004v147.917c0.002 3.735 3.026 6.762 6.76 6.771l0.001 0h172.979c12.409-0.014 22.465-10.070 22.479-22.478l0-0.001v-405.302c0-0.021 0-0.045 0-0.069 0-7.093-3.303-13.414-8.454-17.51l-0.046-0.035-280.677-222.708c-3.791-3.057-8.666-4.906-13.974-4.906s-10.183 1.85-14.017 4.94l0.043-0.033-280.687 222.708c-5.197 4.131-8.5 10.452-8.5 17.545 0 0.024 0 0.049 0 0.073l-0-0.004v405.302c0.014 12.409 10.070 22.465 22.478 22.479l159.918 0c3.734-0.008 6.758-3.036 6.76-6.771l0-0v-147.917c0.046-34.791 28.24-62.981 63.027-63.021l0.004-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Home"],"grid":0},"attrs":[{}],"properties":{"order":2610,"id":380,"name":"Home","prevSize":32,"code":59808},"setIdx":0,"setId":2,"iconIdx":404},{"icon":{"paths":["M512 915.198c222.68 0 403.198-180.518 403.198-403.198s-180.518-403.198-403.198-403.198c-222.68 0-403.198 180.518-403.198 403.198h-0c0.261 222.575 180.623 402.937 403.173 403.198l0.025 0zM531.323 682.667c0 10.603-8.595 19.198-19.198 19.198s-19.198-8.595-19.198-19.198h0v-226.573c-0-10.603 8.595-19.198 19.198-19.198s19.198 8.595 19.198 19.198v0zM484.698 336c0.433-2.093 0.947-3.88 1.577-5.61l-0.088 0.277c0.853-1.698 1.708-3.198 2.563-4.688 1.141-1.585 2.331-2.979 3.624-4.27l0.001-0.001c1.222-1.22 2.545-2.338 3.957-3.342l0.096-0.065c1.414-1.002 3.034-1.866 4.759-2.514l0.148-0.049c1.474-0.643 3.194-1.164 4.985-1.479l0.14-0.020c1.602-0.403 3.44-0.635 5.333-0.635l0-0c1.966 0 3.877 0.232 5.709 0.669l-0.167-0.034c1.931 0.336 3.651 0.857 5.276 1.558l-0.151-0.058c1.873 0.691 3.493 1.555 4.971 2.606l-0.065-0.044c1.507 1.068 2.83 2.187 4.053 3.407l-0-0c1.292 1.247 2.422 2.649 3.364 4.179l0.053 0.092c0.999 1.351 1.859 2.898 2.505 4.551l0.047 0.137c1.352 3.255 2.137 7.035 2.137 10.999 0 1.767-0.156 3.498-0.455 5.179l0.026-0.178c-0.377 2.008-0.969 3.795-1.765 5.466l0.057-0.133c-0.691 1.794-1.55 3.344-2.591 4.752l0.038-0.054c-0.998 1.621-2.127 3.022-3.411 4.265l-0.006 0.005c-1.223 1.216-2.547 2.334-3.955 3.341l-0.097 0.066c-1.414 1.008-3.034 1.872-4.762 2.515l-0.145 0.047c-3.13 1.27-6.76 2.008-10.562 2.008s-7.433-0.737-10.756-2.077l0.193 0.069c-1.873-0.696-3.493-1.56-4.974-2.607l0.067 0.045c-1.591-1.082-2.982-2.202-4.277-3.422l0.017 0.016c-1.212-1.28-2.336-2.675-3.342-4.155l-0.074-0.115c-0.853-1.489-1.708-2.989-2.563-4.698-0.546-1.459-1.060-3.245-1.445-5.079l-0.045-0.254c-0.41-1.601-0.646-3.44-0.646-5.333s0.235-3.732 0.679-5.488l-0.033 0.154z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Info_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2611,"id":381,"name":"Info_Fill","prevSize":32,"code":59809},"setIdx":0,"setId":2,"iconIdx":405},{"icon":{"paths":["M512 915.198c222.676-0.006 403.187-180.522 403.187-403.198 0-222.68-180.518-403.198-403.198-403.198s-403.198 180.518-403.198 403.198c0 0 0 0 0 0l0-0c0.262 222.578 180.629 402.942 403.184 403.198l0.025 0zM512 147.198c0.003-0 0.007-0 0.010-0 201.475 0 364.802 163.327 364.802 364.802s-163.327 364.802-364.802 364.802c-201.475 0-364.802-163.327-364.802-364.802l0 0c0.231-201.378 163.415-364.565 364.769-364.802l0.023-0zM512.125 436.896c-0.001-0-0.002-0-0.003-0-10.604 0-19.201 8.594-19.205 19.197l-0 0v226.573c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-226.573c-0.004-10.604-8.601-19.198-19.205-19.198-0.001 0-0.002 0-0.004 0l0-0zM531.417 360.958c5.008-5.029 8.104-11.965 8.104-19.625s-3.096-14.596-8.105-19.626l0.001 0.001c-1.224-1.226-2.551-2.348-3.968-3.353l-0.095-0.064c-1.408-0.948-3.019-1.805-4.72-2.489l-0.176-0.063c-1.474-0.643-3.194-1.163-4.985-1.479l-0.14-0.020c-1.665-0.403-3.576-0.635-5.542-0.635l-0-0c-1.893 0.001-3.732 0.232-5.49 0.668l0.156-0.033c-1.931 0.336-3.651 0.857-5.276 1.558l0.151-0.058c-1.869 0.689-3.485 1.55-4.961 2.596l0.065-0.044c-1.509 1.076-2.836 2.198-4.064 3.418l0.002-0.002c-5.129 4.973-8.313 11.927-8.313 19.625s3.183 14.652 8.305 19.618l0.007 0.007c5.079 4.809 11.955 7.765 19.521 7.765s14.442-2.957 19.534-7.778l-0.013 0.012z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Info"],"grid":0},"attrs":[{}],"properties":{"order":2612,"id":382,"name":"Info","prevSize":32,"code":59810},"setIdx":0,"setId":2,"iconIdx":406},{"icon":{"paths":["M764.875 146.365h-342.688c-13.548 0-24.531 10.983-24.531 24.531s10.983 24.531 24.531 24.531h140.259l-151.33 633.146h-151.991c-13.548 0-24.531 10.983-24.531 24.531s10.983 24.531 24.531 24.531l169.285-0c0.676 0.056 1.357 0.24 2.027 0.24 0.488 0 0.93-0.211 1.414-0.24h169.962c13.548 0 24.531-10.983 24.531-24.531s-10.983-24.531-24.531-24.531h-140.26l151.331-633.146h151.991c13.548 0 24.531-10.983 24.531-24.531s-10.983-24.531-24.531-24.531h-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Italic"],"grid":0},"attrs":[{}],"properties":{"order":2613,"id":383,"name":"Italic","prevSize":32,"code":59811},"setIdx":0,"setId":2,"iconIdx":407},{"icon":{"paths":["M855.312 314.104h-686.625c-27.167 0.029-49.183 22.042-49.219 49.205l-0 0.003v297.375c0.035 27.166 22.052 49.179 49.216 49.208l686.628 0c27.167-0.029 49.183-22.042 49.219-49.205l0-0.003v-297.375c-0.035-27.166-22.052-49.179-49.216-49.208l-0.003-0zM653.906 429.573c-0-0.001-0-0.001-0-0.002 0-10.602 8.594-19.196 19.196-19.196 0.001 0 0.001 0 0.002 0l17.406-0c0.001-0 0.001-0 0.002-0 10.602 0 19.196 8.594 19.196 19.196 0 0.001-0 0.001-0 0.002l0-0v13.136c0 0.001 0 0.001 0 0.002 0 10.602-8.594 19.196-19.196 19.196-0.001 0-0.001-0-0.002-0l-17.406 0c-0.001 0-0.001 0-0.002 0-10.602 0-19.196-8.594-19.196-19.196 0-0.001 0-0.001 0-0.002l-0 0zM540.698 429.573c-0-0.001-0-0.001-0-0.002 0-10.602 8.594-19.196 19.196-19.196 0.001 0 0.001 0 0.002 0l17.405-0c0.001-0 0.001-0 0.002-0 10.602 0 19.196 8.594 19.196 19.196 0 0.001-0 0.001-0 0.002l0-0v13.136c0 0.001 0 0.001 0 0.002 0 10.602-8.594 19.196-19.196 19.196-0.001 0-0.001-0-0.002-0l-17.406 0c-0.001 0-0.001 0-0.002 0-10.602 0-19.196-8.595-19.196-19.196 0-0.001 0-0.001 0-0.002l-0 0zM427.5 429.573c-0-0.001-0-0.001-0-0.002 0-10.602 8.594-19.196 19.196-19.196 0.001 0 0.001 0 0.002 0l17.406-0c0.001-0 0.001-0 0.002-0 10.602 0 19.196 8.594 19.196 19.196 0 0.001-0 0.001-0 0.002l0-0v13.136c0 0.001 0 0.001 0 0.002 0 10.602-8.595 19.196-19.196 19.196-0.001 0-0.001-0-0.002-0l-17.405 0c-0.001 0-0.001 0-0.002 0-10.602 0-19.196-8.594-19.196-19.196 0-0.001 0-0.001 0-0.002l-0 0zM314.292 429.573c-0-0.001-0-0.001-0-0.002 0-10.602 8.594-19.196 19.196-19.196 0.001 0 0.001 0 0.002 0l17.406-0c0.001-0 0.001-0 0.002-0 10.602 0 19.196 8.594 19.196 19.196 0 0.001-0 0.001-0 0.002l0-0v13.136c0 0.001 0 0.001 0 0.002 0 10.602-8.594 19.196-19.196 19.196-0.001 0-0.001-0-0.002-0l-17.406 0c-0.001 0-0.001 0-0.002 0-10.602 0-19.196-8.594-19.196-19.196 0-0.001 0-0.001 0-0.002l-0 0zM256.885 594.427c0 0.001 0 0.001 0 0.002 0 10.602-8.594 19.196-19.196 19.196-0.001 0-0.001-0-0.002-0l-17.406 0c-0.001 0-0.001 0-0.002 0-10.602 0-19.196-8.594-19.196-19.196 0-0.001 0-0.001 0-0.002l-0 0v-13.135c-0-0.001-0-0.001-0-0.002 0-10.602 8.594-19.196 19.196-19.196 0.001 0 0.001 0 0.002 0l17.406-0c0.001-0 0.001-0 0.002-0 10.602 0 19.196 8.594 19.196 19.196 0 0.001-0 0.001-0 0.002l0-0zM256.885 442.708c0 0.001 0 0.001 0 0.002 0 10.602-8.594 19.196-19.196 19.196-0.001 0-0.001-0-0.002-0l-17.406 0c-0.001 0-0.001 0-0.002 0-10.602 0-19.196-8.594-19.196-19.196 0-0.001 0-0.001 0-0.002l-0 0v-13.135c-0-0.001-0-0.001-0-0.002 0-10.602 8.594-19.196 19.196-19.196 0.001 0 0.001 0 0.002 0l17.406-0c0.001-0 0.001-0 0.002-0 10.602 0 19.196 8.594 19.196 19.196 0 0.001-0 0.001-0 0.002l0-0zM716.459 594.427c0 0.001 0 0.001 0 0.002 0 10.602-8.594 19.196-19.196 19.196-0.001 0-0.001-0-0.002-0l-370.521 0c-0.001 0-0.001 0-0.002 0-10.602 0-19.196-8.594-19.196-19.196 0-0.001 0-0.001 0-0.002l-0 0v-13.135c-0-0.001-0-0.001-0-0.002 0-10.602 8.594-19.196 19.196-19.196 0.001 0 0.001 0 0.002 0l370.521-0c0.001-0 0.001-0 0.002-0 10.602 0 19.196 8.594 19.196 19.196 0 0.001-0 0.001-0 0.002l0-0zM822.917 594.427c0 0.001 0 0.001 0 0.002 0 10.602-8.594 19.196-19.196 19.196-0.001 0-0.001-0-0.002-0l-17.407 0c-0.001 0-0.001 0-0.002 0-10.602 0-19.196-8.594-19.196-19.196 0-0.001 0-0.001 0-0.002l-0 0v-13.135c-0-0.001-0-0.001-0-0.002 0-10.602 8.594-19.196 19.196-19.196 0.001 0 0.001 0 0.002 0l17.406-0c0.001-0 0.001-0 0.002-0 10.602 0 19.196 8.594 19.196 19.196 0 0.001-0 0.001-0 0.002l0-0zM822.917 442.708c0 0.001 0 0.001 0 0.002 0 10.602-8.594 19.196-19.196 19.196-0.001 0-0.001-0-0.002-0l-17.407 0c-0.001 0-0.001 0-0.002 0-10.602 0-19.196-8.594-19.196-19.196 0-0.001 0-0.001 0-0.002l-0 0v-13.135c-0-0.001-0-0.001-0-0.002 0-10.602 8.594-19.196 19.196-19.196 0.001 0 0.001 0 0.002 0l17.406-0c0.001-0 0.001-0 0.002-0 10.602 0 19.196 8.594 19.196 19.196 0 0.001-0 0.001-0 0.002l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Keyboard_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2614,"id":384,"name":"Keyboard_Fill","prevSize":32,"code":59812},"setIdx":0,"setId":2,"iconIdx":408},{"icon":{"paths":["M855.312 314.104h-686.625c-27.167 0.029-49.183 22.042-49.219 49.205l-0 0.003v297.375c0.035 27.166 22.052 49.179 49.216 49.208l686.628 0c27.167-0.029 49.183-22.042 49.219-49.205l0-0.003v-297.375c-0.035-27.166-22.052-49.179-49.216-49.208l-0.003-0zM866.135 660.688c-0.011 5.971-4.851 10.807-10.823 10.812l-686.625 0c-5.972-0.005-10.812-4.842-10.823-10.811l-0-0.001v-297.375c0.011-5.971 4.851-10.807 10.823-10.812l686.625-0c5.972 0.005 10.812 4.842 10.823 10.811l0 0.001z","M220.281 562.094h17.406c10.603 0 19.198 8.595 19.198 19.198v13.136c0 10.603-8.595 19.198-19.198 19.198h-17.406c-10.603 0-19.198-8.595-19.198-19.198v-13.136c0-10.603 8.595-19.198 19.198-19.198z","M786.313 562.094h17.406c10.603 0 19.198 8.595 19.198 19.198v13.136c0 10.603-8.595 19.198-19.198 19.198h-17.406c-10.603 0-19.198-8.595-19.198-19.198v-13.136c0-10.603 8.595-19.198 19.198-19.198z","M326.74 562.094h370.521c10.603 0 19.198 8.595 19.198 19.198v13.136c0 10.603-8.595 19.198-19.198 19.198h-370.521c-10.603 0-19.198-8.595-19.198-19.198v-13.136c0-10.603 8.595-19.198 19.198-19.198z","M220.281 410.375h17.406c10.603 0 19.198 8.595 19.198 19.198v13.136c0 10.603-8.595 19.198-19.198 19.198h-17.406c-10.603 0-19.198-8.595-19.198-19.198v-13.136c0-10.603 8.595-19.198 19.198-19.198z","M333.489 410.375h17.406c10.603 0 19.198 8.595 19.198 19.198v13.136c0 10.603-8.595 19.198-19.198 19.198h-17.406c-10.603 0-19.198-8.595-19.198-19.198v-13.136c0-10.603 8.595-19.198 19.198-19.198z","M446.698 410.375h17.406c10.603 0 19.198 8.595 19.198 19.198v13.136c0 10.603-8.595 19.198-19.198 19.198h-17.406c-10.603 0-19.198-8.595-19.198-19.198v-13.136c0-10.603 8.595-19.198 19.198-19.198z","M559.896 410.375h17.406c10.603 0 19.198 8.595 19.198 19.198v13.136c0 10.603-8.595 19.198-19.198 19.198h-17.406c-10.603 0-19.198-8.595-19.198-19.198v-13.136c0-10.603 8.595-19.198 19.198-19.198z","M673.104 410.375h17.406c10.603 0 19.198 8.595 19.198 19.198v13.136c0 10.603-8.595 19.198-19.198 19.198h-17.406c-10.603 0-19.198-8.595-19.198-19.198v-13.136c0-10.603 8.595-19.198 19.198-19.198z","M786.313 410.375h17.406c10.603 0 19.198 8.595 19.198 19.198v13.136c0 10.603-8.595 19.198-19.198 19.198h-17.406c-10.603 0-19.198-8.595-19.198-19.198v-13.136c0-10.603 8.595-19.198 19.198-19.198z"],"attrs":[{},{},{},{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{},{},{},{},{},{},{},{},{},{}],"11017716412552552551911741171":[{},{},{},{},{},{},{},{},{},{}]},"tags":["Keyboard"],"grid":0},"attrs":[{},{},{},{},{},{},{},{},{},{}],"properties":{"order":2787,"id":385,"name":"Keyboard","prevSize":32,"code":59813},"setIdx":0,"setId":2,"iconIdx":409},{"icon":{"paths":["M352.311 308.662c-55.474-11.506-104.69-31.002-149.247-57.513l2.206 1.216c-0.28-0.173-0.423-0.462-0.691-0.647-55.327 64.892-90.445 148.509-94.781 240.183l-0.034 0.902h221.615c0.803-65.661 8.387-129.11 22.082-190.25l-1.15 6.109zM390.178 708.083c36.423-6.707 78.334-10.542 121.142-10.542 0.312 0 0.625 0 0.937 0.001l-0.049-0c0.515-0.001 1.125-0.002 1.735-0.002 42.37 0 83.851 3.805 124.121 11.091l-4.221-0.634c12.173-52.821 19.55-113.727 20.36-176.217l0.006-0.583h-284.419c0.816 63.104 8.201 124.039 21.501 182.729l-1.113-5.843zM633.963 316.492c-36.057 6.666-77.546 10.479-119.926 10.479-0.643 0-1.286-0.001-1.929-0.003l0.1 0c-0.234 0-0.511 0-0.789 0-42.885 0-84.872-3.844-125.636-11.207l4.275 0.64c-12.112 52.7-19.454 113.47-20.262 175.816l-0.006 0.584h284.42c-0.815-62.898-8.149-123.637-21.355-182.151l1.108 5.841zM671.609 715.733c55.656 11.492 105.044 31.032 149.744 57.629l-2.207-1.216 0.216 0.202c55.362-64.903 90.502-148.544 94.84-240.248l0.034-0.902h-221.615c-0.801 65.801-8.413 129.384-22.164 190.647l1.153-6.112zM331.379 531.198h-221.615c4.38 92.704 39.594 176.424 95.527 241.915l-0.462-0.554c0.173-0.115 0.263-0.302 0.441-0.413 42.381-25.3 91.632-44.8 144.021-55.759l3.121-0.546c-12.613-55.182-20.234-118.803-21.028-184.066l-0.006-0.577zM399.949 745.359c28.109 95.707 71.418 153.661 112.051 153.661 40.643 0 83.964-57.98 112.072-153.728-33.624-5.688-72.36-8.939-111.855-8.939-39.642 0-78.519 3.275-116.375 9.569l4.107-0.564zM577.819 909.34c84.182-14.233 157.576-52.85 214.6-108.231l-0.098 0.094c-37.577-21.436-81.167-38.148-127.353-47.786l-2.926-0.511c-20.345 70.677-49.581 125.512-84.224 156.434zM624.219 279.2c-28.102-96.047-71.505-154.221-112.219-154.221-40.702 0-84.090 58.143-112.195 154.142 33.805 5.752 72.745 9.040 112.453 9.040 39.533 0 78.305-3.259 116.062-9.522l-4.1 0.562zM692.62 492.802h221.616c-4.362-92.479-39.407-176.016-95.094-241.441l0.471 0.567c-0.183 0.122-0.277 0.32-0.466 0.438-42.467 25.353-91.821 44.88-144.323 55.832l-3.118 0.544c12.535 55.006 20.113 118.427 20.911 183.481l0.006 0.58zM361.99 753.012c-49.070 10.172-92.616 26.894-132.383 49.497l2.226-1.165c56.9 55.209 130.236 93.772 211.975 107.662l2.372 0.333c-34.625-30.905-63.846-85.703-84.191-156.327zM446.18 114.66c-84.272 14.246-157.738 52.929-214.79 108.404l0.094-0.091c37.595 21.532 81.206 38.315 127.43 47.992l2.922 0.512c20.35-70.868 49.635-125.842 84.345-156.818zM662.19 271.556c49.19-10.171 92.848-26.932 132.706-49.604l-2.223 1.164c-56.986-55.463-130.509-94.199-212.481-108.123l-2.372-0.333c34.724 30.987 64.018 85.988 84.37 156.896z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Language_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2788,"id":386,"name":"Language_Fill","prevSize":32,"code":59814},"setIdx":0,"setId":2,"iconIdx":410},{"icon":{"paths":["M512 108.802c-222.676 0.006-403.187 180.522-403.187 403.198 0 222.68 180.518 403.198 403.198 403.198s403.198-180.518 403.198-403.198v0c-0.262-222.578-180.629-402.942-403.184-403.198l-0.025-0zM788.544 749.242c-35.898-19.69-77.498-35.379-121.398-44.893l-3.077-0.559c11.734-51.547 18.866-111.007 19.69-171.991l0.006-0.601h192.053c-4.419 83.899-36.696 159.503-87.667 218.508l0.392-0.464zM148.181 531.198h192.054c0.83 61.622 7.97 121.117 20.802 178.463l-1.085-5.77c-46.942 10.107-88.5 25.809-126.807 46.719l2.444-1.221c-50.656-58.565-82.984-134.224-87.37-217.291l-0.038-0.899zM235.291 274.94c35.923 19.771 77.548 35.527 121.486 45.088l3.078 0.562c-11.682 51.43-18.786 110.761-19.613 171.607l-0.006 0.605h-192.054c4.411-83.815 36.625-159.35 87.504-218.33l-0.395 0.468zM626.43 696.124c-34.339-5.929-73.887-9.319-114.227-9.319-40.478 0-80.16 3.413-118.772 9.966l4.156-0.583c-11.255-49.262-18.113-106.097-18.937-164.391l-0.007-0.601h266.716c-0.83 58.872-7.683 115.685-19.968 170.445l1.040-5.516zM378.643 492.801c0.828-58.719 7.642-115.386 19.859-170.014l-1.036 5.515c34.296 6.262 73.765 9.843 114.070 9.843 0.237 0 0.474-0 0.711-0l-0.038 0c0.231 0 0.503 0 0.776 0 40.126 0 79.422-3.555 117.591-10.366l-4.023 0.595c11.169 49.092 17.977 105.735 18.799 163.825l0.007 0.602zM594.917 157.069c65.012 15.572 121.248 46.786 166.533 89.487l-0.18-0.168c-30.7 15.719-66.332 28.514-103.725 36.569l-2.901 0.524c-12.681-48.244-33.228-90.45-60.45-127.442l0.724 1.030zM616.813 291.102c-31.431 5.272-67.644 8.285-104.561 8.285-37.088 0-73.466-3.041-108.898-8.887l3.855 0.525c26.372-89.6 66.824-143.827 104.79-143.827 37.978 0 78.441 54.257 104.813 143.904zM369.379 283.409c-40.249-8.598-75.835-21.415-108.994-38.312l2.495 1.154c45.075-42.461 101.258-73.625 163.72-88.677l2.483-0.505c-26.485 35.941-47.024 78.124-59.119 123.743l-0.586 2.598zM369.528 741.061c12.68 48.038 33.163 90.058 60.277 126.898l-0.722-1.028c-64.794-15.523-120.855-46.576-166.055-89.052l0.191 0.178c30.606-15.659 66.129-28.42 103.406-36.469l2.904-0.526zM407.348 733.436c31.523-5.299 67.84-8.328 104.865-8.328 36.88 0 73.058 3.005 108.303 8.783l-3.845-0.52c-26.376 89.362-66.762 143.431-104.671 143.431-37.901 0-78.276-54.043-104.651-143.366zM654.502 740.962c40.22 8.545 75.787 21.294 108.942 38.111l-2.511-1.156c-45.039 42.372-101.155 73.474-163.534 88.508l-2.482 0.505c26.411-35.839 46.906-77.893 58.998-123.372l0.587-2.597zM683.765 492.802c-0.834-61.427-7.933-120.732-20.686-177.905l1.080 5.766c47.055-10.097 88.723-25.83 127.121-46.8l-2.44 1.22c50.408 58.49 82.571 133.971 86.94 216.82l0.038 0.899z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Language"],"grid":0},"attrs":[{}],"properties":{"order":2789,"id":387,"name":"Language","prevSize":32,"code":59815},"setIdx":0,"setId":2,"iconIdx":411},{"icon":{"paths":["M177.932 192h668.135c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0h-668.135c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0zM846.068 604.448h-668.135c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h668.135c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0zM177.932 419.552h467.854c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0h-467.854c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0zM561.87 832h-383.937c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h383.937c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Left Align"],"grid":0},"attrs":[{}],"properties":{"order":2790,"id":388,"name":"Left-Align","prevSize":32,"code":59816},"setIdx":0,"setId":2,"iconIdx":412},{"icon":{"paths":["M876.577 240.074c-11.438-11.978-27.533-19.425-45.366-19.425-0.166 0-0.332 0.001-0.497 0.002l0.025-0h-485.582c-21.572 0.096-40.47 11.453-51.129 28.492l-0.148 0.254-158.444 238.016c-4.658 6.911-7.435 15.424-7.435 24.586s2.777 17.675 7.535 24.745l-0.101-0.158 158.444 238.016c6.394 8.391 14.282 15.287 23.316 20.391l0.38 0.197c8.76 5.129 19.289 8.158 30.526 8.158 0.057 0 0.115-0 0.172-0l-0.009 0h482.475c35.8-0.598 64.663-29.461 65.262-65.203l0.001-0.057v-452.175c0.001-0.14 0.002-0.306 0.002-0.472 0-17.834-7.447-33.928-19.401-45.344l-0.024-0.023zM444.992 546.185c-8.649 8.644-20.595 13.991-33.789 13.991-0.276 0-0.551-0.002-0.825-0.007l0.041 0.001c-0.125 0.001-0.273 0.002-0.42 0.002-26.373 0-47.752-21.379-47.752-47.752 0-0.147 0.001-0.295 0.002-0.442l-0 0.023c-0.004-0.233-0.006-0.508-0.006-0.784 0-13.195 5.346-25.14 13.991-33.789l-0 0c8.382-8.864 20.224-14.381 33.354-14.381 0.292 0 0.583 0.003 0.874 0.008l-0.044-0.001c27.003 0.073 48.874 21.943 48.947 48.94l0 0.007c0.005 0.248 0.008 0.541 0.008 0.835 0 13.129-5.517 24.97-14.358 33.33l-0.022 0.020zM606.595 546.185c-8.65 8.644-20.596 13.991-33.791 13.991-0.275 0-0.55-0.002-0.824-0.007l0.041 0.001c-0.125 0.001-0.273 0.002-0.421 0.002-26.373 0-47.752-21.379-47.752-47.752 0-0.147 0.001-0.295 0.002-0.442l-0 0.023c-0.004-0.233-0.006-0.508-0.006-0.784 0-13.195 5.346-25.141 13.991-33.79l-0 0c8.382-8.864 20.224-14.381 33.354-14.381 0.292 0 0.583 0.003 0.874 0.008l-0.044-0.001c27.004 0.072 48.875 21.943 48.947 48.94l0 0.007c0.005 0.248 0.008 0.54 0.008 0.833 0 13.13-5.517 24.971-14.358 33.332l-0.022 0.020zM768.196 546.185c-8.649 8.644-20.596 13.991-33.79 13.991-0.276 0-0.551-0.002-0.825-0.007l0.041 0.001c-0.125 0.001-0.273 0.002-0.421 0.002-26.373 0-47.752-21.379-47.752-47.752 0-0.147 0.001-0.295 0.002-0.442l-0 0.023c-0.004-0.233-0.006-0.508-0.006-0.784 0-13.195 5.346-25.141 13.991-33.79l-0 0c8.382-8.864 20.224-14.381 33.354-14.381 0.292 0 0.583 0.003 0.874 0.008l-0.044-0.001c27.004 0.072 48.875 21.943 48.947 48.94l0 0.007c0.005 0.248 0.008 0.54 0.008 0.833 0 13.129-5.517 24.97-14.358 33.331l-0.022 0.020z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Less_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2791,"id":389,"name":"Less_Fill","prevSize":32,"code":59817},"setIdx":0,"setId":2,"iconIdx":413},{"icon":{"paths":["M876.577 240.074c-11.438-11.978-27.533-19.425-45.366-19.425-0.166 0-0.332 0.001-0.497 0.002l0.025-0h-485.582c-21.572 0.096-40.47 11.453-51.129 28.492l-0.148 0.254-158.444 238.016c-4.658 6.911-7.435 15.424-7.435 24.586s2.777 17.675 7.535 24.745l-0.101-0.158 158.444 238.016c6.394 8.391 14.282 15.287 23.316 20.391l0.38 0.197c8.76 5.129 19.289 8.158 30.525 8.158 0.058 0 0.115-0 0.173-0l-0.009 0h482.475c35.8-0.598 64.663-29.461 65.262-65.203l0.001-0.057v-452.175c0.001-0.14 0.002-0.306 0.002-0.472 0-17.834-7.447-33.928-19.401-45.344l-0.024-0.023zM857.6 738.087c-0.595 14.59-12.272 26.266-26.806 26.86l-0.055 0.002h-482.475c-0.040 0-0.088 0-0.136 0-4.276 0-8.278-1.171-11.703-3.211l0.105 0.058c-4.484-2.487-8.266-5.676-11.339-9.465l-0.056-0.071-157.735-236.953c-0.629-0.929-1.004-2.075-1.004-3.309s0.375-2.378 1.016-3.328l-0.013 0.021 157.897-237.217c8.056-11.463 14.475-12.424 19.859-12.424h485.582c14.59 0.596 26.266 12.272 26.86 26.807l0.002 0.055zM733.621 463.053c-0.247-0.005-0.539-0.008-0.831-0.008-13.131 0-24.972 5.517-33.334 14.36l-0.020 0.022c-8.644 8.649-13.991 20.595-13.991 33.79 0 0.275 0.002 0.55 0.007 0.825l-0.001-0.041c-0.001 0.125-0.002 0.272-0.002 0.419 0 26.373 21.379 47.752 47.752 47.752 0.148 0 0.295-0.001 0.442-0.002l-0.023 0c0.233 0.004 0.508 0.006 0.784 0.006 13.195 0 25.141-5.346 33.791-13.991l-0 0c8.863-8.381 14.38-20.222 14.38-33.352 0-0.293-0.003-0.585-0.008-0.877l0.001 0.044c-0.072-27.004-21.943-48.875-48.94-48.947l-0.007-0zM572.020 463.053c-0.247-0.005-0.539-0.008-0.831-0.008-13.13 0-24.972 5.517-33.333 14.359l-0.020 0.022c-8.644 8.649-13.991 20.595-13.991 33.79 0 0.275 0.002 0.55 0.007 0.825l-0.001-0.041c-0.001 0.125-0.002 0.272-0.002 0.419 0 26.373 21.379 47.752 47.752 47.752 0.148 0 0.295-0.001 0.442-0.002l-0.023 0c0.233 0.004 0.508 0.006 0.783 0.006 13.195 0 25.142-5.346 33.791-13.991l-0 0c8.863-8.382 14.38-20.224 14.38-33.354 0-0.292-0.003-0.584-0.008-0.875l0.001 0.044c-0.072-27.004-21.943-48.875-48.94-48.947l-0.007-0zM410.418 463.053c-0.247-0.005-0.538-0.008-0.83-0.008-13.131 0-24.972 5.517-33.334 14.36l-0.020 0.022c-8.644 8.649-13.991 20.595-13.991 33.789 0 0.276 0.002 0.551 0.007 0.825l-0.001-0.041c-0.001 0.125-0.002 0.272-0.002 0.419 0 26.373 21.379 47.752 47.752 47.752 0.147 0 0.295-0.001 0.442-0.002l-0.022 0c0.233 0.004 0.508 0.006 0.784 0.006 13.195 0 25.14-5.346 33.789-13.991l-0 0c8.864-8.381 14.381-20.222 14.381-33.351 0-0.293-0.003-0.586-0.008-0.877l0.001 0.044c-0.073-27.003-21.943-48.874-48.94-48.947l-0.007-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Less"],"grid":0},"attrs":[{}],"properties":{"order":2615,"id":390,"name":"Less","prevSize":32,"code":59818},"setIdx":0,"setId":2,"iconIdx":414},{"icon":{"paths":["M513.073 108.792h-1.114c-188.44 0.034-341.26 152.495-341.875 340.795l-0 0.059c0 0.25 0 1.583 0.010 1.833 3.158 93.955 36.012 179.667 89.412 248.675l-0.735-0.988c60.115 79.82 131.697 147.109 213.056 200.777l3.184 1.973c10.010 8.211 22.948 13.188 37.047 13.188 14.076 0 26.993-4.96 37.099-13.228l-0.104 0.083c57.569-37.605 107.608-79.109 152.493-125.619l0.246-0.256c85.744-81.88 142.099-193.893 152.015-318.979l0.11-1.73v-3.584c0-0.201 0.001-0.44 0.001-0.679 0-188.54-152.421-341.48-340.764-342.32l-0.080-0zM512.021 559.362c-57.124 0-103.432-46.308-103.432-103.432s46.308-103.432 103.432-103.432c57.124 0 103.432 46.308 103.432 103.432v0c0 0 0 0.001 0 0.001 0 57.123-46.308 103.431-103.431 103.431-0 0-0.001-0-0.001-0l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Location Pointer_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2616,"id":391,"name":"Location-Pointer_Fill","prevSize":32,"code":59819},"setIdx":0,"setId":2,"iconIdx":415},{"icon":{"paths":["M513.073 108.792h-1.114c-188.44 0.034-341.26 152.495-341.875 340.795l-0 0.059c0 0.25 0 1.583 0.010 1.833 3.158 93.955 36.012 179.667 89.412 248.675l-0.735-0.988c60.115 79.82 131.697 147.109 213.056 200.777l3.184 1.973c10.010 8.211 22.948 13.188 37.047 13.188 14.076 0 26.993-4.96 37.099-13.228l-0.104 0.083c57.569-37.605 107.608-79.109 152.493-125.619l0.246-0.256c85.744-81.88 142.099-193.893 152.015-318.979l0.11-1.73v-3.584c0-0.201 0.001-0.44 0.001-0.679 0-188.54-152.421-341.48-340.764-342.32l-0.080-0zM674.709 748.875c-43.557 45.181-91.887 85.241-144.333 119.53l-3.178 1.949c-0.804 0.518-1.501 1.046-2.155 1.622l0.020-0.017c-3.478 2.991-8.037 4.813-13.021 4.813s-9.543-1.821-13.047-4.835l0.026 0.022c-0.616-0.542-1.293-1.057-2.005-1.521l-0.068-0.042c-81.179-53.301-149.897-117.826-206.084-192.333l-1.49-2.063c-47.937-61.835-77.891-139.743-80.877-224.513l-0.019-0.674v-1.042c0.557-167.209 136.234-302.543 303.521-302.543 167.631 0 303.522 135.892 303.522 303.522 0 0.344-0.001 0.688-0.002 1.032l0-0.053 0.063 2.104c-9.619 116.749-61.751 219.76-140.683 294.862l-0.191 0.18zM512.021 333.292c-0.003-0-0.007-0-0.012-0-67.73 0-122.636 54.906-122.636 122.636s54.906 122.636 122.636 122.636c67.726 0 122.63-54.9 122.636-122.625l0-0.001c-0.076-67.697-54.929-122.558-122.616-122.645l-0.008-0zM512.021 540.146c-46.508-0.006-84.209-37.71-84.209-84.219 0-46.513 37.706-84.219 84.219-84.219s84.219 37.706 84.219 84.219c0 0.004-0 0.007-0 0.011l0-0.001c-0.062 46.489-37.738 84.158-84.224 84.208l-0.005 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Location Pointer"],"grid":0},"attrs":[{}],"properties":{"order":2617,"id":392,"name":"Location-Pointer","prevSize":32,"code":59820},"setIdx":0,"setId":2,"iconIdx":416},{"icon":{"paths":["M699.906 401.871v-64.809c-1.317-102.779-84.942-185.591-187.91-185.591-102.792 0-186.307 82.529-187.901 184.941l-0.002 0.15v65.309c-65.857 20.651-112.821 81.085-112.917 152.503l-0 0.011v158.667c0.104 88.040 71.449 159.382 159.481 159.479l282.676 0c88.041-0.098 159.386-71.439 159.489-159.469l0-0.010v-158.667c-0.096-71.429-47.060-131.864-111.785-152.208l-1.132-0.307zM531.219 674.802c-0.036 10.575-8.618 19.134-19.198 19.134s-19.162-8.559-19.198-19.131l-0-0.003v-82.167c-0-0.019-0-0.041-0-0.064 0-10.603 8.595-19.198 19.198-19.198s19.198 8.595 19.198 19.198c0 0.023-0 0.045-0 0.067l0-0.003zM661.51 395.31c-2.727-0.139-5.417-0.414-8.177-0.414h-282.667c-2.76 0-5.45 0.275-8.177 0.414v-58.425c1.414-81.494 67.809-147.014 149.507-147.014 81.845 0 148.332 65.756 149.512 147.32l0.001 0.111z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Lock_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2618,"id":393,"name":"Lock_Fill","prevSize":32,"code":59821},"setIdx":0,"setId":2,"iconIdx":417},{"icon":{"paths":["M699.906 401.871v-64.809c-1.317-102.779-84.942-185.591-187.91-185.591-102.792 0-186.307 82.529-187.901 184.941l-0.002 0.15v65.309c-65.857 20.651-112.821 81.085-112.917 152.503l-0 0.011v158.667c0.104 88.040 71.449 159.382 159.481 159.479l282.676 0c88.041-0.098 159.386-71.439 159.489-159.469l0-0.010v-158.667c-0.096-71.429-47.060-131.864-111.785-152.208l-1.132-0.307zM362.49 336.885c1.414-81.494 67.809-147.014 149.507-147.014 81.845 0 148.332 65.756 149.512 147.32l0.001 0.111v58.008c-2.727-0.139-5.417-0.414-8.177-0.414h-282.667c-2.76 0-5.45 0.275-8.177 0.414zM774.427 713.052c-0.083 66.843-54.25 121.006-121.086 121.083l-282.674 0c-66.844-0.077-121.011-54.241-121.094-121.075l-0-0.008v-158.667c0.078-66.847 54.247-121.015 121.086-121.094l282.674-0c66.847 0.078 121.015 54.247 121.094 121.086l0 0.008zM512.021 573.437c-0.001-0-0.001-0-0.002-0-10.602 0-19.196 8.594-19.196 19.196 0 0.001 0 0.001 0 0.002l-0-0v82.167c0.036 10.575 8.618 19.134 19.198 19.134s19.162-8.559 19.198-19.131l0-0.003v-82.167c0-0.001 0-0.001 0-0.002 0-10.602-8.594-19.196-19.196-19.196-0.001 0-0.001 0-0.002 0l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Lock"],"grid":0},"attrs":[{}],"properties":{"order":2619,"id":394,"name":"Lock","prevSize":32,"code":59822},"setIdx":0,"setId":2,"iconIdx":418},{"icon":{"paths":["M644.74 702.292c-0.001-0-0.001-0-0.002-0-10.602 0-19.196 8.594-19.196 19.196 0 0.001 0 0.001 0 0.002l-0-0v115.417c-0.021 16.135-13.095 29.209-29.227 29.229l-327.252 0c-16.135-0.021-29.209-13.095-29.229-29.227l-0-0.002v-649.813c0.021-16.134 13.095-29.208 29.227-29.229l327.252-0c16.134 0.021 29.208 13.094 29.229 29.227l0 0.002v115.417c-0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198v0-115.417c-0.041-37.331-30.293-67.583-67.621-67.625l-327.254-0c-37.332 0.041-67.583 30.293-67.625 67.621l-0 0.004v649.813c0.041 37.331 30.293 67.583 67.621 67.625l327.254 0c37.332-0.041 67.583-30.293 67.625-67.621l0-0.004v-115.417c0-0.001 0-0.001 0-0.002 0-10.602-8.594-19.196-19.196-19.196-0.001 0-0.001 0-0.002 0l0-0zM803.364 492.792h-270.741l72.524-72.219c3.468-3.474 5.613-8.27 5.613-13.567 0-10.605-8.597-19.203-19.203-19.203-5.272 0-10.047 2.124-13.517 5.564l0.001-0.001-105.454 105.017c-3.197 3.048-5.224 7.299-5.354 12.023l-0.001 0.024c-0.046 0.542-0.315 1.008-0.315 1.561l-0.001 0.020c0.004 2.678 0.555 5.226 1.549 7.54l-0.048-0.125c0.754 1.486 1.624 2.768 2.633 3.925l-0.019-0.023c0.499 0.873 1.005 1.62 1.561 2.326l-0.030-0.040 105.489 105.020c3.468 3.436 8.241 5.558 13.511 5.558 10.603 0 19.199-8.596 19.199-19.199 0-5.298-2.146-10.095-5.616-13.568l0 0-72.561-72.239h270.78c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Login"],"grid":0},"attrs":[{}],"properties":{"order":2620,"id":395,"name":"Login","prevSize":32,"code":59823},"setIdx":0,"setId":2,"iconIdx":419},{"icon":{"paths":["M645.427 702.292c-0.001-0-0.001-0-0.002-0-10.602 0-19.196 8.594-19.196 19.196 0 0.001 0 0.001 0 0.002l-0-0v115.417c-0.020 16.135-13.094 29.209-29.227 29.229l-0.002 0h-327.25c-16.135-0.021-29.209-13.095-29.229-29.227l-0-0.002v-649.813c0.021-16.134 13.095-29.208 29.227-29.229l0.002-0h327.25c16.134 0.021 29.208 13.094 29.229 29.227l0 0.002v115.417c0.036 10.575 8.618 19.134 19.198 19.134s19.162-8.559 19.198-19.131l0-0.003v-115.417c-0.041-37.331-30.293-67.583-67.621-67.625l-327.254-0c-37.332 0.041-67.583 30.293-67.625 67.621l-0 0.004v649.813c0.041 37.332 30.293 67.584 67.621 67.625l327.254 0c37.332-0.041 67.584-30.293 67.625-67.621l0-0.004v-115.417c0-0.001 0-0.001 0-0.002 0-10.602-8.594-19.196-19.196-19.196-0.001 0-0.001 0-0.002 0l0-0zM821.875 511.99c-0.004-2.677-0.555-5.225-1.548-7.538l0.048 0.125c-0.779-1.553-1.688-2.892-2.747-4.096l0.018 0.021c-0.468-0.81-0.936-1.501-1.448-2.157l0.031 0.041-105.489-105.021c-3.468-3.436-8.241-5.558-13.511-5.558-10.603 0-19.199 8.596-19.199 19.199 0 5.298 2.146 10.095 5.616 13.568l-0-0 72.561 72.24h-270.78c-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198v0h270.741l-72.522 72.218c-3.469 3.474-5.614 8.27-5.614 13.568 0 10.605 8.597 19.203 19.203 19.203 5.272 0 10.047-2.124 13.517-5.563l-0.001 0.001 105.454-105.017c3.182-3.024 5.202-7.244 5.338-11.936l0.001-0.025c0.051-0.572 0.332-1.063 0.332-1.647l-0.003-0.010z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Logout"],"grid":0},"attrs":[{}],"properties":{"order":2621,"id":396,"name":"Logout","prevSize":32,"code":59824},"setIdx":0,"setId":2,"iconIdx":420},{"icon":{"paths":["M830.080 800.427l-137.173-213.973c-48.728 41.9-112.598 67.412-182.427 67.412-69.017 0-132.212-24.922-181.079-66.257l0.413 0.34-135.893 212.479c-1.838 2.771-2.932 6.175-2.932 9.834 0 9.916 8.039 17.955 17.955 17.955 0.494 0 0.984-0.020 1.468-0.059l-0.064 0.004 85.333-4.909 30.933 79.362c2.506 6.281 8.222 10.786 15.067 11.511l0.080 0.007h1.707c6.391-0.043 12.010-3.309 15.318-8.253l0.042-0.067 153.387-239.573 152.96 239.573c3.35 5.011 8.969 8.277 15.353 8.32l0.007 0h1.707c6.924-0.732 12.641-5.237 15.103-11.395l0.043-0.123 30.933-79.36 85.333 4.909c0.421 0.035 0.91 0.055 1.405 0.055 9.916 0 17.955-8.039 17.955-17.955 0-3.659-1.095-7.062-2.974-9.9l0.042 0.067zM481.067 398.078l-6.187 32.64 29.013-16c1.92-1.016 4.186-1.64 6.592-1.706l0.021-0c2.427 0.010 4.704 0.641 6.684 1.743l-0.071-0.036 29.227 16-6.187-32.64c-0.157-0.769-0.248-1.653-0.248-2.559 0-3.877 1.653-7.368 4.292-9.806l0.009-0.008 24.107-22.825-33.067-4.267c-4.656-0.633-8.509-3.566-10.418-7.598l-0.035-0.082-14.293-30.080-14.080 30.080c-2.031 4.128-5.948 7.057-10.596 7.675l-0.070 0.008-32.853 4.267 24.107 22.615c2.644 2.536 4.287 6.098 4.287 10.044 0 0.897-0.085 1.775-0.247 2.624l0.014-0.087zM510.507 528c0.032 0 0.069 0 0.107 0 85.715 0 155.2-69.485 155.2-155.2s-69.485-155.2-155.2-155.2c-85.677 0-155.139 69.425-155.2 155.087l-0 0.006c0.010 85.694 69.415 155.175 155.080 155.307l0.013 0zM409.387 348.8c1.621-5.025 5.959-8.72 11.24-9.381l0.067-0.007 54.187-6.825 23.253-49.493c2.254-4.674 6.937-7.851 12.367-7.896l0.006-0c0.054-0.001 0.117-0.001 0.181-0.001 5.4 0 10.052 3.203 12.158 7.814l0.034 0.083 23.467 49.493 54.187 6.825c6.774 0.874 11.954 6.606 11.954 13.547 0 3.905-1.639 7.427-4.268 9.916l-0.006 0.006-39.893 37.547 10.24 53.76c0.144 0.742 0.226 1.596 0.226 2.468 0 4.486-2.172 8.465-5.522 10.943l-0.037 0.026c-2.217 1.726-5.039 2.77-8.105 2.776l-0.001 0c-2.427-0.038-4.699-0.666-6.69-1.746l0.076 0.038-48-26.24-47.787 26.24c-1.885 1.003-4.121 1.591-6.496 1.591-3.089 0-5.945-0.997-8.265-2.686l0.040 0.028c-3.405-2.421-5.6-6.352-5.6-10.796 0-0.935 0.097-1.848 0.282-2.728l-0.015 0.086 10.24-53.76-39.893-37.547c-2.652-2.464-4.305-5.97-4.305-9.863 0-1.509 0.248-2.959 0.707-4.314l-0.028 0.095zM349.867 557.227c32.367 28.473 72.757 48.576 117.354 56.529l1.472 0.218c10.023 1.885 21.718 3.114 33.646 3.406l0.274 0.005c2.56 0.213 5.333 0.213 7.893 0.213 3.84 0 7.68 0 11.52-0.213 12.4-0.644 23.973-2.090 35.269-4.307l-1.562 0.255c114.601-21.963 200.024-121.412 200.024-240.813 0-135.294-109.678-244.972-244.972-244.972s-244.972 109.678-244.972 244.972c0 73.566 32.427 139.558 83.768 184.462l0.285 0.244zM510.507 181.333c0.032-0 0.069-0 0.107-0 105.744 0 191.467 85.723 191.467 191.467s-85.723 191.467-191.467 191.467c-105.744 0-191.467-85.723-191.467-191.467 0-0.037 0-0.075 0-0.112l-0 0.006c0.166-105.619 85.741-191.194 191.344-191.36l0.016-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Loyality Points_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2622,"id":397,"name":"Loyality-Points_Fill","prevSize":32,"code":59825},"setIdx":0,"setId":2,"iconIdx":421},{"icon":{"paths":["M510.563 181.271c0-0-0-0-0-0-105.763 0-191.5 85.738-191.5 191.5s85.738 191.5 191.5 191.5c105.763 0 191.5-85.738 191.5-191.5l-0-0c-0.116-105.716-85.784-191.384-191.489-191.5l-0.011-0zM510.563 528.021c-85.742-0-155.249-69.508-155.249-155.25s69.508-155.25 155.25-155.25c85.742 0 155.25 69.508 155.25 155.25v-0c-0.101 85.702-69.549 155.15-155.241 155.251l-0.010 0zM830.063 800.354l-147.181-229.513c55.572-48.454 90.49-119.375 90.49-198.451 0-145.17-117.683-262.853-262.853-262.853s-262.853 117.683-262.853 262.853c0 79.849 35.604 151.383 91.804 199.59l0.353 0.296-145.885 228.099c-1.794 2.764-2.86 6.145-2.86 9.775 0 10.014 8.118 18.131 18.131 18.131 0.374 0 0.745-0.011 1.113-0.034l-0.051 0.002 85.355-5 30.938 79.333c2.488 6.265 8.197 10.755 15.027 11.452l0.077 0.006c0.512 0.053 1.106 0.084 1.707 0.084 0.030 0 0.060-0 0.090-0l-0.005 0c0.005 0 0.010 0 0.015 0 6.374 0 11.98-3.289 15.213-8.263l0.043-0.070 153.543-239.484 152.998 239.463c3.272 5.056 8.883 8.354 15.265 8.354 0.002 0 0.004-0 0.006-0l-0 0c0.029 0 0.062 0 0.096 0 0.59 0 1.172-0.030 1.746-0.090l-0.072 0.006c6.916-0.696 12.633-5.188 15.082-11.336l0.043-0.122 30.938-79.333 85.355 5c0.316 0.020 0.685 0.031 1.057 0.031 10.019 0 18.142-8.122 18.142-18.142 0-3.634-1.068-7.018-2.908-9.856l0.043 0.071zM347.417 856.229l-22.792-58.438c-2.765-6.821-9.338-11.544-17.013-11.544-0.333 0-0.663 0.009-0.991 0.026l0.046-0.002-63.021 3.687 125.359-196.013c34.22 22.318 75.33 36.973 119.565 40.592l0.933 0.061zM510.563 599.417c-125.173 0-226.645-101.473-226.645-226.645s101.473-226.645 226.645-226.645c125.173 0 226.645 101.473 226.645 226.645v0c-0.157 125.11-101.536 226.488-226.631 226.645l-0.015 0zM717.333 786.271c-0.213-0.009-0.464-0.014-0.716-0.014-7.734 0-14.369 4.706-17.197 11.411l-0.046 0.123-22.771 58.375-141.671-221.734c44.713-4.249 85.235-19.174 119.937-42.176l-0.967 0.603 126.409 197.099zM600.48 339.422l-54.224-6.94-23.31-49.419c-2.245-4.667-6.936-7.831-12.366-7.831s-10.121 3.164-12.33 7.749l-0.036 0.082-23.354 49.419-54.225 6.94c-6.76 0.887-11.925 6.612-11.925 13.543 0 3.927 1.658 7.467 4.312 9.958l0.007 0.007 39.811 37.456-10.23 53.713c-0.152 0.766-0.239 1.647-0.239 2.548 0 4.528 2.197 8.542 5.584 11.035l0.038 0.027c2.241 1.616 5.042 2.584 8.070 2.584 2.404 0 4.666-0.611 6.638-1.685l-0.073 0.036 47.953-26.289 47.908 26.289c1.899 1.062 4.167 1.688 6.581 1.688 7.552 0 13.675-6.122 13.675-13.675 0-0.897-0.086-1.774-0.251-2.622l0.014 0.086-10.187-53.734 39.812-37.479c2.637-2.497 4.277-6.022 4.277-9.93 0-6.935-5.166-12.663-11.859-13.547l-0.069-0.007zM544.121 385.615c-2.64 2.506-4.282 6.040-4.282 9.958 0 0.892 0.085 1.764 0.248 2.608l-0.014-0.086 6.183 32.651-29.092-15.969c-1.902-1.051-4.171-1.669-6.583-1.669s-4.681 0.618-6.655 1.705l0.071-0.036-29.137 15.969 6.228-32.63c0.149-0.759 0.234-1.631 0.234-2.523 0-3.939-1.66-7.49-4.32-9.991l-0.007-0.007-24.155-22.729 32.919-4.231c4.723-0.612 8.64-3.563 10.596-7.634l0.035-0.082 14.19-30.026 14.146 30.026c1.991 4.153 5.909 7.104 10.563 7.709l0.069 0.007 32.96 4.229z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Loyality Points"],"grid":0},"attrs":[{}],"properties":{"order":2623,"id":398,"name":"Loyality-Points","prevSize":32,"code":59826},"setIdx":0,"setId":2,"iconIdx":422},{"icon":{"paths":["M417.707 802.347l44.587-200.96-2.987-3.413c-119.040 4.48-249.173 28.8-249.173 133.547 0 105.6 138.667 128.853 234.88 133.76l-21.973-33.707c-3.874-5.978-6.177-13.287-6.177-21.134 0-2.866 0.307-5.66 0.89-8.351l-0.047 0.259zM562.133 597.547l-3.2 3.627 44.16 201.173c0.621 2.556 0.977 5.49 0.977 8.508 0 7.627-2.275 14.723-6.184 20.646l0.087-0.14-21.76 33.92c115.84-5.547 237.653-31.573 237.653-132.907-0-112.213-155.733-131.413-251.733-134.827zM512 506.885c109.928 0 199.042-89.114 199.042-199.042s-89.114-199.042-199.042-199.042c-109.928 0-199.042 89.114-199.042 199.042 0 0 0 0 0 0l-0-0c0.13 109.875 89.166 198.912 199.029 199.041l0.013 0zM579.208 807.656l-46.833-213.146 34.417-40.781c2.034-2.397 3.271-5.527 3.271-8.946 0-7.658-6.208-13.867-13.867-13.867-0.003 0-0.006 0-0.009 0l-91.416-0c-0.003-0-0.006-0-0.009-0-7.658 0-13.867 6.208-13.867 13.867 0 3.419 1.237 6.548 3.288 8.966l-0.017-0.020 34.729 41.115-47.125 212.792c-0.204 0.893-0.321 1.919-0.321 2.972 0 2.814 0.835 5.433 2.27 7.623l-0.033-0.053 55.375 85.365c2.497 3.828 6.758 6.323 11.603 6.323 0.008 0 0.016-0 0.024-0l0.020 0c4.862-0.010 9.137-2.514 11.613-6.301l0.033-0.053 54.979-85.364c1.38-2.12 2.201-4.714 2.201-7.499 0-1.060-0.119-2.092-0.344-3.083l0.018 0.093z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Manager_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2624,"id":399,"name":"Manager_Fill","prevSize":32,"code":59827},"setIdx":0,"setId":2,"iconIdx":423},{"icon":{"paths":["M512 506.885c109.928 0 199.042-89.114 199.042-199.042s-89.114-199.042-199.042-199.042c-109.928 0-199.042 89.114-199.042 199.042 0 0 0 0 0 0l-0-0c0.13 109.875 89.166 198.912 199.029 199.041l0.013 0zM512 147.198c0.006-0 0.014-0 0.021-0 88.722 0 160.646 71.924 160.646 160.646s-71.924 160.646-160.646 160.646c-88.722 0-160.646-71.924-160.646-160.646l0 0c0.091-88.678 71.948-160.543 160.615-160.646l0.010-0zM535.833 595.364l33.396-39.573c2.504-2.95 4.026-6.802 4.026-11.009 0-9.424-7.64-17.064-17.064-17.064-0.001 0-0.003 0-0.004 0l-91.417-0c-0.001-0-0.002-0-0.003-0-9.424 0-17.064 7.64-17.064 17.064 0 4.207 1.522 8.058 4.046 11.033l-0.020-0.025 33.708 39.917-46.792 211.239c-0.255 1.105-0.401 2.375-0.401 3.678 0 3.458 1.028 6.677 2.795 9.366l-0.040-0.065 55.375 85.365c3.087 4.706 8.338 7.771 14.305 7.771 0.002 0 0.005-0 0.007-0l0.021 0c5.985-0.009 11.248-3.093 14.293-7.757l0.040-0.066 54.979-85.365c1.701-2.609 2.713-5.803 2.713-9.232 0-1.302-0.146-2.57-0.422-3.789l0.022 0.114zM519.437 561.844l-8.958 10.624-8.958-10.624zM510.646 864.563l-37.125-57.219 37.125-167.604 36.833 167.625zM580.375 606.229c-0.334-0.021-0.725-0.033-1.119-0.033-10.603 0-19.199 8.595-19.199 19.199 0 10.22 7.985 18.574 18.057 19.165l0.052 0.002c128.313 7.458 193.375 38.958 193.375 93.625 0 18.802 0 76.021-167 90.927-9.838 0.911-17.48 9.124-17.48 19.123 0 10.592 8.578 19.181 19.166 19.2l0.002 0c0.563 0 1.146-0.021 1.729-0.073 134.042-11.968 202-55.427 202-129.177-0-118.615-172.792-128.656-229.583-131.958zM416.438 828.771c-163.979-15.562-163.979-72.646-163.979-91.405 0-20.083 0-81.187 190.396-92.667 10.099-0.617 18.056-8.958 18.056-19.158 0-0.41-0.013-0.817-0.038-1.22l0.003 0.055c-0.853-10.128-9.284-18.025-19.559-18.025-0.265 0-0.529 0.005-0.791 0.016l0.038-0.001c-56.043 3.375-226.521 13.656-226.521 131 0 73.5 66.875 117.115 198.771 129.635 0.523 0.053 1.131 0.084 1.746 0.084 0.031 0 0.062-0 0.092-0l-0.005 0c10.587-0.022 19.162-8.61 19.162-19.2 0-9.959-7.583-18.148-17.29-19.106l-0.079-0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Manager"],"grid":0},"attrs":[{}],"properties":{"order":2625,"id":400,"name":"Manager","prevSize":32,"code":59828},"setIdx":0,"setId":2,"iconIdx":424},{"icon":{"paths":["M665.781 121.301v200.896c-0.003 10.603-8.599 19.198-19.203 19.198-4.21 0-8.104-1.355-11.27-3.653l0.055 0.038-56.073-40.364-56.073 40.365c-3.109 2.258-7.002 3.613-11.212 3.613-10.604 0-19.2-8.594-19.205-19.196l-0-0v-202.729h-112.563c-81.257 0.094-147.104 65.94-147.198 147.189l-0 0.009v490.667c0.094 81.257 65.94 147.104 147.189 147.198l263.53 0c81.257-0.094 147.104-65.94 147.198-147.189l0-0.009v-490.667c-0.133-73.435-53.984-134.252-124.347-145.258l-0.83-0.107zM340.667 503.667h261.906c10.603 0 19.198 8.595 19.198 19.198s-8.595 19.198-19.198 19.198v-0h-261.906c-10.603 0-19.198-8.595-19.198-19.198s8.595-19.198 19.198-19.198v0zM683.333 737.646h-342.625c-10.575-0.036-19.134-8.618-19.134-19.198s8.559-19.162 19.131-19.198l0.003-0h342.625c10.575 0.036 19.134 8.618 19.134 19.198s-8.559 19.162-19.131 19.198l-0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Menu_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2626,"id":401,"name":"Menu_Fill","prevSize":32,"code":59829},"setIdx":0,"setId":2,"iconIdx":425},{"icon":{"paths":["M647.527 119.659c-0.331-0.017-0.609-0.19-0.944-0.19h-266.354c-81.26 0.092-147.11 65.939-147.208 147.189l-0 0.009v490.667c0.098 81.259 65.948 147.105 147.199 147.198l263.551 0c81.26-0.092 147.11-65.939 147.208-147.189l0-0.009v-490.667c-0.127-79.898-63.854-144.87-143.254-147.004l-0.197-0.004zM531.208 157.865h96.167v129.427l-37.792-23.979c-2.916-1.869-6.474-2.979-10.292-2.979s-7.375 1.11-10.369 3.025l0.077-0.046-37.792 23.979zM752.563 757.333c-0.064 60.060-48.732 108.732-108.785 108.802l-263.549 0c-60.059-0.070-108.727-48.742-108.792-108.796l-0-0.006v-490.667c0.064-60.060 48.732-108.732 108.785-108.802l112.569-0v164.333c0.010 10.606 8.61 19.201 19.218 19.201 3.815 0 7.369-1.111 10.359-3.028l-0.077 0.046 57-36.156 57 36.156c2.913 1.871 6.468 2.982 10.283 2.982 10.608 0 19.208-8.595 19.218-19.2l0-0.001v-162.080c49.85 10.645 86.702 54.284 86.771 106.542l0 0.008zM683.333 699.25h-342.625c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h342.625c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0zM340.667 542.063h261.896c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198v0h-261.896c-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198v-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Menu"],"grid":0},"attrs":[{}],"properties":{"order":2627,"id":402,"name":"Menu","prevSize":32,"code":59830},"setIdx":0,"setId":2,"iconIdx":426},{"icon":{"paths":["M890.323 407.562c-47.273-167.221-198.471-287.722-377.831-287.833l-0.586-0c-216.803 0.417-392.4 176.248-392.438 393.101l-0 0.004c1.299 72.103 20.764 139.387 53.992 197.825l-1.075-2.054c1.636 2.923 2.6 6.414 2.6 10.129 0 3.035-0.643 5.92-1.8 8.525l0.053-0.134-24.78 82.979c-1.418 4.057-2.238 8.735-2.238 13.603 0 18.608 11.968 34.421 28.627 40.161l0.298 0.089c4.017 1.451 8.653 2.29 13.485 2.29 5.049 0 9.884-0.916 14.349-2.592l-0.282 0.093 74.271-22.083c3-0.72 6.444-1.133 9.984-1.133 10.994 0 21.059 3.982 28.83 10.582l-0.064-0.053c0.876 0.744 1.85 1.433 2.883 2.032l0.096 0.051c55.633 32.114 122.364 51.061 193.52 51.061 216.634 0 392.251-175.617 392.251-392.251 0-37.152-5.165-73.098-14.816-107.158l0.67 2.764zM352.913 545.448c-18.453-0.017-33.405-14.979-33.405-33.434 0-18.465 14.969-33.434 33.434-33.434s33.434 14.969 33.434 33.434c0 0.010-0 0.021-0 0.031l0-0.002c-0.016 18.453-14.979 33.405-33.434 33.405-0.011 0-0.021-0-0.032-0l0.002 0zM512 545.448c-0 0-0 0-0.001 0-18.449 0-33.406-14.956-33.406-33.406s14.956-33.406 33.406-33.406c18.449 0 33.406 14.956 33.406 33.406 0 0.020-0 0.041-0 0.061l0-0.003c-0.048 18.418-14.982 33.332-33.404 33.348l-0.001 0zM671.059 545.419c-0 0-0 0-0.001 0-18.465 0-33.434-14.969-33.434-33.434s14.969-33.434 33.434-33.434c18.465 0 33.434 14.969 33.434 33.434 0 0-0 0-0 0.001l0-0c-0.001 18.465-14.969 33.433-33.433 33.434l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Message_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2792,"id":403,"name":"Message_Fill","prevSize":32,"code":59831},"setIdx":0,"setId":2,"iconIdx":427},{"icon":{"paths":["M671.059 478.551c-0-0-0-0-0.001-0-18.465 0-33.434 14.969-33.434 33.434s14.969 33.434 33.434 33.434c18.465 0 33.434-14.969 33.434-33.434l0-0c0-0 0-0 0-0 0-18.465-14.969-33.434-33.433-33.435l-0-0zM512.057 478.636c-0.017-0-0.037-0-0.057-0-18.449 0-33.406 14.956-33.406 33.406s14.956 33.406 33.406 33.406c18.429 0 33.373-14.923 33.406-33.345l0-0.003c0-0.017 0-0.037 0-0.057 0-18.43-14.924-33.373-33.346-33.406l-0.003-0zM352.97 478.579c-0.008-0-0.018-0-0.028-0-18.465 0-33.434 14.969-33.434 33.434s14.969 33.434 33.434 33.434c18.455 0 33.418-14.952 33.434-33.403l0-0.002c0-0.008 0-0.018 0-0.028 0-18.455-14.953-33.418-33.405-33.435l-0.002-0zM890.323 407.562c-47.273-167.221-198.471-287.721-377.831-287.833l-0.586-0c-216.803 0.417-392.4 176.248-392.438 393.101l-0 0.004c1.299 72.103 20.764 139.387 53.992 197.825l-1.075-2.054c1.636 2.923 2.6 6.414 2.6 10.129 0 3.035-0.643 5.92-1.8 8.525l0.053-0.134-24.78 82.979c-1.418 4.057-2.238 8.735-2.238 13.603 0 18.608 11.968 34.421 28.627 40.161l0.298 0.089c4.017 1.451 8.653 2.29 13.485 2.29 5.049 0 9.884-0.916 14.349-2.591l-0.282 0.093 74.271-22.083c3.001-0.721 6.446-1.134 9.988-1.134 10.993 0 21.056 3.982 28.825 10.583l-0.064-0.053c0.876 0.744 1.85 1.433 2.883 2.032l0.096 0.051c55.633 32.114 122.364 51.061 193.52 51.061 216.634 0 392.251-175.617 392.251-392.251 0-37.152-5.165-73.098-14.816-107.158l0.67 2.764zM820 686.542c-62.113 107.757-176.681 179.128-307.919 179.128-63.539 0-123.17-16.729-174.729-46.024l1.752 0.916c-14.122-11.453-32.315-18.388-52.127-18.388-7.052 0-13.899 0.879-20.437 2.532l0.574-0.123-76.958 22.916c-0.432 0.184-0.934 0.291-1.461 0.291-0.466 0-0.913-0.084-1.326-0.237l0.026 0.009c-1.567-0.795-2.622-2.395-2.622-4.241 0-0.563 0.098-1.104 0.279-1.605l-0.010 0.033 24.521-82.25c2.475-6.216 3.91-13.42 3.91-20.959 0-10.633-2.855-20.599-7.84-29.173l0.149 0.278c-29.186-51.262-46.821-112.435-47.913-177.635l-0.004-0.323c0.515-195.228 158.784-353.317 354.030-353.542l0.543-0c195.329 0.1 353.636 158.468 353.636 353.811 0 64.195-17.096 124.396-46.984 176.3l0.911-1.715z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Message"],"grid":0},"attrs":[{}],"properties":{"order":2793,"id":404,"name":"Message","prevSize":32,"code":59832},"setIdx":0,"setId":2,"iconIdx":428},{"icon":{"paths":["M512 639.854c79.79-0.095 144.447-64.752 144.542-144.533l0-0.009v-231.302c0-79.828-64.714-144.542-144.542-144.542s-144.542 64.714-144.542 144.542h0v231.302c0.095 79.79 64.752 144.447 144.533 144.542l0.009 0z","M707.573 453.385c-0.001-0-0.001-0-0.002-0-10.602 0-19.196 8.594-19.196 19.196 0 0.001 0 0.001 0 0.002l-0-0v22.781c0 97.409-78.966 176.375-176.375 176.375s-176.375-78.966-176.375-176.375h0v-20.687c0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198v20.687c0.162 111.769 85.594 203.534 194.719 213.734l0.854 0.064v156.973h-86.917c-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198l212.24-0c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198h-86.927v-156.973c109.979-10.264 195.411-102.029 195.573-213.782l0-0.016v-22.781c0-0.001 0-0.001 0-0.002 0-10.602-8.594-19.196-19.196-19.196-0.001 0-0.001 0-0.002 0l0-0z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{},{}],"11017716412552552551911741171":[{},{}]},"tags":["Mic_Fill"],"grid":0},"attrs":[{},{}],"properties":{"order":2794,"id":405,"name":"Mic_Fill","prevSize":32,"code":59833},"setIdx":0,"setId":2,"iconIdx":429},{"icon":{"paths":["M512 639.854c79.79-0.095 144.447-64.752 144.542-144.533l0-0.009v-231.302c0-79.828-64.714-144.542-144.542-144.542s-144.542 64.714-144.542 144.542h0v231.302c0.095 79.79 64.752 144.447 144.533 144.542l0.009 0zM405.854 264.010c0-58.623 47.523-106.146 106.146-106.146s106.146 47.523 106.146 106.146v0 231.302c0 58.623-47.523 106.146-106.146 106.146s-106.146-47.523-106.146-106.146v0z","M707.573 453.385c-0.001-0-0.001-0-0.002-0-10.602 0-19.196 8.594-19.196 19.196 0 0.001 0 0.001 0 0.002l-0-0v22.781c0 97.409-78.966 176.375-176.375 176.375s-176.375-78.966-176.375-176.375h0v-20.687c0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198v20.687c0.162 111.769 85.594 203.534 194.719 213.734l0.854 0.064v156.973h-86.917c-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198l212.24-0c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198h-86.927v-156.973c109.979-10.264 195.411-102.029 195.573-213.782l0-0.016v-22.781c0-0.001 0-0.001 0-0.002 0-10.602-8.594-19.196-19.196-19.196-0.001 0-0.001 0-0.002 0l0-0z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{},{}],"11017716412552552551911741171":[{},{}]},"tags":["Mic"],"grid":0},"attrs":[{},{}],"properties":{"order":2795,"id":406,"name":"Mic","prevSize":32,"code":59834},"setIdx":0,"setId":2,"iconIdx":430},{"icon":{"paths":["M896 533.333h-768c-11.782 0-21.333-9.551-21.333-21.333s9.551-21.333 21.333-21.333v0h768c11.782 0 21.333 9.551 21.333 21.333s-9.551 21.333-21.333 21.333v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Minus"],"grid":0},"attrs":[{}],"properties":{"order":2796,"id":407,"name":"Minus","prevSize":32,"code":59835},"setIdx":0,"setId":2,"iconIdx":431},{"icon":{"paths":["M204.8 435.198c-0.001-0-0.001-0-0.002-0-42.417 0-76.802 34.385-76.802 76.802s34.385 76.802 76.802 76.802c42.417 0 76.802-34.385 76.802-76.802l0 0c0-0 0-0 0-0 0-42.416-34.384-76.801-76.8-76.802l-0-0zM512 435.198c-0.001-0-0.001-0-0.002-0-42.417 0-76.802 34.385-76.802 76.802s34.385 76.802 76.802 76.802c42.417 0 76.802-34.385 76.802-76.802v0c0-0.001 0-0.001 0-0.002 0-42.415-34.385-76.8-76.8-76.8h-0zM819.2 435.198c-0.001-0-0.001-0-0.002-0-42.417 0-76.802 34.385-76.802 76.802s34.385 76.802 76.802 76.802c42.417 0 76.802-34.385 76.802-76.802v0c0-0 0-0 0-0 0-42.416-34.384-76.801-76.8-76.802l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["More Options 2"],"grid":0},"attrs":[{}],"properties":{"order":2628,"id":408,"name":"More-Options-2","prevSize":32,"code":59836},"setIdx":0,"setId":2,"iconIdx":432},{"icon":{"paths":["M512 281.6c42.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.8v0c0.001 42.415 34.385 76.799 76.8 76.8l-0-0zM512 435.2c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8c42.415 0 76.8-34.385 76.8-76.8v0c0-0.001 0-0.001 0-0.002 0-42.415-34.385-76.8-76.8-76.8h-0zM512 742.403c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8c42.415 0 76.8-34.385 76.8-76.8 0-0.001-0-0.002-0-0.003l0 0c0-0 0-0.001 0-0.001 0-42.414-34.384-76.798-76.798-76.798-0.001 0-0.002 0-0.002 0l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["More Options"],"grid":0},"attrs":[{}],"properties":{"order":2629,"id":409,"name":"More-Options","prevSize":32,"code":59837},"setIdx":0,"setId":2,"iconIdx":433},{"icon":{"paths":["M147.424 783.926c11.438 11.978 27.533 19.425 45.366 19.425 0.166 0 0.332-0.001 0.498-0.002l-0.025 0h485.582c21.572-0.096 40.47-11.453 51.129-28.492l0.148-0.254 158.444-238.016c4.658-6.911 7.435-15.424 7.435-24.586s-2.777-17.675-7.535-24.744l0.1 0.158-158.444-238.016c-6.394-8.391-14.282-15.287-23.316-20.391l-0.38-0.197c-8.76-5.129-19.289-8.158-30.526-8.158-0.057 0-0.115 0-0.172 0l0.009-0h-482.475c-0.14-0.001-0.306-0.002-0.472-0.002-17.834 0-33.928 7.447-45.343 19.401l-0.023 0.024c-11.978 11.438-19.425 27.533-19.425 45.367 0 0.165 0.001 0.33 0.002 0.495l-0-0.025v452.175c-0.001 0.14-0.002 0.306-0.002 0.472 0 17.834 7.447 33.929 19.401 45.344l0.024 0.023zM579.009 477.815c8.649-8.644 20.595-13.991 33.789-13.991 0.276 0 0.551 0.002 0.825 0.007l-0.041-0.001c0.125-0.001 0.272-0.002 0.42-0.002 26.373 0 47.752 21.379 47.752 47.752 0 0.147-0.001 0.295-0.002 0.442l0-0.023c0.004 0.233 0.006 0.508 0.006 0.784 0 13.195-5.346 25.141-13.991 33.79l0-0c-8.382 8.864-20.224 14.381-33.354 14.381-0.292 0-0.583-0.003-0.874-0.008l0.044 0.001c-27.003-0.073-48.874-21.944-48.947-48.94l-0-0.007c-0.005-0.248-0.008-0.54-0.008-0.833 0-13.13 5.517-24.971 14.36-33.331l0.022-0.020zM417.407 477.815c8.65-8.644 20.596-13.991 33.791-13.991 0.275 0 0.55 0.002 0.824 0.007l-0.041-0.001c0.125-0.001 0.272-0.002 0.42-0.002 26.372 0 47.751 21.379 47.751 47.751 0 0.148-0.001 0.295-0.002 0.442l0-0.023c0.004 0.233 0.006 0.508 0.006 0.784 0 13.195-5.346 25.14-13.991 33.789l0-0c-8.382 8.864-20.224 14.381-33.354 14.381-0.292 0-0.583-0.003-0.874-0.008l0.044 0.001c-27.004-0.072-48.875-21.943-48.947-48.94l-0-0.007c-0.005-0.248-0.008-0.54-0.008-0.833 0-13.129 5.517-24.97 14.358-33.331l0.022-0.020zM255.805 477.815c8.649-8.644 20.596-13.991 33.79-13.991 0.276 0 0.551 0.002 0.825 0.007l-0.041-0.001c0.125-0.001 0.272-0.002 0.419-0.002 26.373 0 47.752 21.379 47.752 47.752 0 0.147-0.001 0.295-0.002 0.442l0-0.022c0.004 0.233 0.006 0.508 0.006 0.784 0 13.195-5.346 25.14-13.991 33.789l0-0c-8.382 8.864-20.224 14.381-33.354 14.381-0.292 0-0.583-0.003-0.874-0.008l0.044 0.001c-27.004-0.072-48.875-21.943-48.947-48.94l-0-0.007c-0.005-0.248-0.008-0.54-0.008-0.833 0-13.13 5.517-24.971 14.358-33.332l0.022-0.020z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["More_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2630,"id":410,"name":"More_Fill","prevSize":32,"code":59838},"setIdx":0,"setId":2,"iconIdx":434},{"icon":{"paths":["M147.424 783.926c11.438 11.978 27.533 19.425 45.366 19.425 0.166 0 0.332-0.001 0.498-0.002l-0.025 0h485.582c21.572-0.096 40.47-11.453 51.129-28.492l0.148-0.254 158.444-238.016c4.658-6.911 7.435-15.424 7.435-24.586s-2.777-17.675-7.535-24.744l0.1 0.158-158.444-238.016c-6.394-8.391-14.282-15.287-23.316-20.391l-0.38-0.197c-8.76-5.129-19.289-8.158-30.525-8.158-0.058 0-0.115 0-0.173 0l0.009-0h-482.475c-0.14-0.001-0.306-0.002-0.472-0.002-17.834 0-33.928 7.447-45.343 19.401l-0.023 0.024c-11.978 11.438-19.425 27.533-19.425 45.367 0 0.165 0.001 0.33 0.002 0.495l-0-0.025v452.175c-0.001 0.14-0.002 0.306-0.002 0.472 0 17.834 7.447 33.929 19.401 45.344l0.024 0.023zM166.4 285.913c0.595-14.59 12.272-26.267 26.807-26.86l0.055-0.002h482.475c0.040-0 0.088-0 0.136-0 4.276 0 8.278 1.171 11.703 3.211l-0.105-0.058c4.484 2.487 8.266 5.676 11.339 9.465l0.056 0.071 157.734 236.952c0.629 0.929 1.004 2.075 1.004 3.309s-0.375 2.378-1.016 3.328l0.013-0.021-157.897 237.218c-8.056 11.463-14.475 12.424-19.859 12.424h-485.582c-14.59-0.595-26.267-12.272-26.86-26.807l-0.002-0.055zM290.379 560.947c0.247 0.005 0.538 0.008 0.83 0.008 13.131 0 24.972-5.517 33.334-14.36l0.020-0.022c8.644-8.649 13.991-20.595 13.991-33.789 0-0.276-0.002-0.551-0.007-0.825l0.001 0.041c0.001-0.125 0.002-0.272 0.002-0.419 0-26.373-21.379-47.752-47.752-47.752-0.147 0-0.295 0.001-0.442 0.002l0.022-0c-0.233-0.004-0.508-0.006-0.784-0.006-13.195 0-25.141 5.346-33.791 13.991l0-0c-8.863 8.381-14.38 20.222-14.38 33.352 0 0.293 0.003 0.585 0.008 0.877l-0.001-0.044c0.072 27.004 21.943 48.875 48.94 48.947l0.007 0zM451.981 560.947c0.247 0.005 0.539 0.008 0.831 0.008 13.13 0 24.972-5.517 33.333-14.359l0.020-0.022c8.644-8.649 13.991-20.595 13.991-33.789 0-0.276-0.002-0.551-0.007-0.825l0.001 0.041c0.001-0.125 0.002-0.272 0.002-0.42 0-26.372-21.379-47.751-47.751-47.751-0.148 0-0.295 0.001-0.442 0.002l0.023-0c-0.233-0.004-0.508-0.006-0.783-0.006-13.195 0-25.142 5.346-33.792 13.991l0-0c-8.863 8.382-14.38 20.224-14.38 33.354 0 0.292 0.003 0.584 0.008 0.875l-0.001-0.044c0.072 27.004 21.943 48.875 48.94 48.947l0.007 0zM613.582 560.947c0.247 0.005 0.539 0.008 0.831 0.008 13.131 0 24.972-5.517 33.334-14.36l0.020-0.022c8.644-8.649 13.991-20.595 13.991-33.79 0-0.275-0.002-0.55-0.007-0.825l0.001 0.041c0.001-0.125 0.002-0.272 0.002-0.419 0-26.373-21.379-47.752-47.752-47.752-0.148 0-0.295 0.001-0.442 0.002l0.023-0c-0.233-0.004-0.508-0.006-0.784-0.006-13.195 0-25.14 5.346-33.789 13.991l0-0c-8.864 8.381-14.381 20.222-14.381 33.352 0 0.293 0.003 0.585 0.008 0.877l-0.001-0.044c0.073 27.003 21.944 48.874 48.94 48.947l0.007 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["More"],"grid":0},"attrs":[{}],"properties":{"order":2631,"id":411,"name":"More","prevSize":32,"code":59839},"setIdx":0,"setId":2,"iconIdx":435},{"icon":{"paths":["M852.698 639.896h-24.167v-11.104c0.106-1.672 0.166-3.625 0.166-5.592 0-49.81-38.578-90.609-87.484-94.151l-0.306-0.018h-209.709v-89.854h212.146c47.025-0.058 85.13-38.163 85.187-85.182l0-0.005v-75.104c-0.058-47.024-38.163-85.13-85.182-85.187l-462.693-0c-47.024 0.058-85.13 38.163-85.187 85.182l-0 0.006v75.104c0.058 47.025 38.163 85.13 85.182 85.188l212.152 0v89.854h-209.709c-49.213 3.559-87.79 44.358-87.79 94.168 0 1.967 0.060 3.921 0.179 5.858l-0.013-0.266v11.104h-24.167c-28.617 0.042-51.803 23.235-51.833 51.851l-0 0.003v86.729c0.032 28.614 23.219 51.802 51.83 51.833l86.722 0c28.614-0.032 51.802-23.219 51.833-51.83l0-0.003v-86.729c-0.030-28.619-23.216-51.812-51.829-51.854l-0.004-0h-24.156v-11.104c-0.166-1.622-0.26-3.504-0.26-5.409 0-28.706 21.459-52.401 49.211-55.917l0.279-0.029h209.708v72.458h-24.167c-28.617 0.042-51.803 23.235-51.833 51.851l-0 0.003v86.729c0.032 28.614 23.219 51.802 51.83 51.833l86.732 0c28.614-0.032 51.802-23.219 51.833-51.83l0-0.003v-86.729c-0.030-28.619-23.216-51.812-51.829-51.854l-0.004-0h-24.167v-72.458h209.709c28.030 3.545 49.489 27.239 49.489 55.946 0 1.905-0.094 3.787-0.279 5.643l0.019-0.235v11.104h-24.157c-28.617 0.042-51.803 23.235-51.833 51.851l-0 0.003v86.729c0.032 28.614 23.219 51.802 51.83 51.833l86.722 0c28.614-0.032 51.802-23.219 51.833-51.83l0-0.003v-86.73c-0.030-28.619-23.216-51.812-51.829-51.854l-0.004-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Network_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2632,"id":412,"name":"Network_Fill","prevSize":32,"code":59840},"setIdx":0,"setId":2,"iconIdx":436},{"icon":{"paths":["M852.698 639.896h-24.167v-11.104c0.106-1.672 0.166-3.625 0.166-5.592 0-49.81-38.578-90.609-87.484-94.151l-0.306-0.018h-209.709v-89.854h212.146c47.025-0.058 85.13-38.163 85.187-85.182l0-0.005v-75.104c-0.058-47.024-38.163-85.13-85.182-85.187l-462.693-0c-47.024 0.058-85.13 38.163-85.187 85.182l-0 0.006v75.104c0.058 47.025 38.163 85.13 85.182 85.188l212.152 0v89.854h-209.709c-49.213 3.559-87.79 44.358-87.79 94.168 0 1.967 0.060 3.921 0.179 5.858l-0.013-0.266v11.104h-24.167c-28.617 0.042-51.803 23.235-51.833 51.851l-0 0.003v86.729c0.032 28.614 23.219 51.802 51.83 51.833l86.722 0c28.614-0.032 51.802-23.219 51.833-51.83l0-0.003v-86.729c-0.030-28.619-23.216-51.812-51.829-51.854l-0.004-0h-24.156v-11.104c-0.166-1.622-0.26-3.504-0.26-5.409 0-28.706 21.459-52.401 49.211-55.917l0.279-0.029h209.708v72.458h-24.167c-28.617 0.042-51.803 23.235-51.833 51.851l-0 0.003v86.729c0.032 28.614 23.219 51.802 51.83 51.833l86.732 0c28.614-0.032 51.802-23.219 51.833-51.83l0-0.003v-86.729c-0.030-28.619-23.216-51.812-51.829-51.854l-0.004-0h-24.167v-72.458h209.709c28.030 3.545 49.489 27.239 49.489 55.946 0 1.905-0.094 3.787-0.279 5.643l0.019-0.235v11.104h-24.157c-28.617 0.042-51.803 23.235-51.833 51.851l-0 0.003v86.729c0.032 28.614 23.219 51.802 51.83 51.833l86.722 0c28.614-0.032 51.802-23.219 51.833-51.83l0-0.003v-86.73c-0.030-28.619-23.216-51.812-51.829-51.854l-0.004-0zM233.865 353.99v-75.104c0.029-25.831 20.961-46.762 46.789-46.792l462.69-0c25.831 0.029 46.762 20.961 46.792 46.789l0 0.003v75.104c-0.029 25.831-20.961 46.762-46.789 46.792l-462.69 0c-25.831-0.029-46.762-20.961-46.792-46.789l-0-0.003zM271.458 691.75v86.729c-0.017 7.41-6.025 13.412-13.437 13.417l-86.719 0c-7.375-0.096-13.33-6.043-13.438-13.407l-0-0.010v-86.729c0.007-7.418 6.019-13.43 13.437-13.437l86.719-0c7.418 0.007 13.43 6.019 13.437 13.437l0 0.001zM568.802 691.75v86.729c-0.108 7.373-6.062 13.321-13.429 13.417l-0.009 0h-86.729c-7.375-0.096-13.33-6.043-13.438-13.407l-0-0.010v-86.729c0.007-7.418 6.019-13.43 13.437-13.437l86.73-0c7.418 0.007 13.43 6.019 13.438 13.437l0 0.001zM866.136 778.479c-0.108 7.373-6.062 13.321-13.429 13.417l-0.009 0h-86.719c-7.412-0.005-13.421-6.006-13.437-13.415l-0-0.002v-86.729c0.007-7.418 6.019-13.43 13.437-13.437l86.719-0c7.418 0.007 13.43 6.019 13.438 13.437l0 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Network"],"grid":0},"attrs":[{}],"properties":{"order":2633,"id":413,"name":"Network","prevSize":32,"code":59841},"setIdx":0,"setId":2,"iconIdx":437},{"icon":{"paths":["M830.813 592.292h-217c-37.748 0.046-68.338 30.629-68.395 68.37l-0 0.005v44.729h-56.043c-7.663 0-13.875 6.212-13.875 13.875s6.212 13.875 13.875 13.875v0h56.043v44.729c0.048 37.754 30.64 68.347 68.39 68.396l0.005 0h46.435c-1.918 2.282-3.104 5.237-3.164 8.466l-0 0.013c-0 0.001-0 0.003-0 0.005 0 7.66 6.21 13.87 13.87 13.87 0.002 0 0.003-0 0.005-0l102.708 0c0.001 0 0.003 0 0.005 0 7.66 0 13.871-6.21 13.871-13.871 0-0.002-0-0.003-0-0.005l0 0c-0.060-3.242-1.246-6.197-3.181-8.5l0.017 0.021h46.435c37.755-0.048 68.348-30.641 68.396-68.391l0-0.004v-117.208c-0.057-37.747-30.647-68.33-68.391-68.375l-0.004-0zM478.583 223.76c-0.049-37.752-30.642-68.342-68.39-68.385l-217.005-0c-37.753 0.044-68.346 30.634-68.395 68.381l-0 0.005v117.208c0.050 37.749 30.644 68.337 68.391 68.375l44.555 0c-0.794 1.663-1.264 3.613-1.28 5.672l-0 0.005c0.002 7.658 6.21 13.865 13.868 13.865 0.003 0 0.005-0 0.008-0l37.479 0v49.281c0 7.663 6.212 13.875 13.875 13.875s13.875-6.212 13.875-13.875v0-49.281h37.479c0.002 0 0.005 0 0.007 0 7.658 0 13.866-6.207 13.868-13.864l0-0c-0.016-2.064-0.486-4.014-1.315-5.76l0.035 0.083h44.551c37.751-0.038 68.345-30.626 68.395-68.37l0-0.005zM334.958 576.292c-6.625-11.775-19.041-19.598-33.285-19.598-14.193 0-26.572 7.768-33.117 19.285l-0.098 0.188-96.417 168.979c-1.769 4.233-2.796 9.152-2.796 14.311 0 15.864 9.716 29.459 23.523 35.159l0.253 0.092c3.623 1.503 7.82 2.483 12.214 2.725l0.099 0.004 0.583 0.021 192.104-0.021c20.147-0.968 36.115-17.538 36.115-37.838 0-5.709-1.263-11.124-3.525-15.979l0.098 0.233zM290.896 653.521c0-5.891 4.776-10.667 10.667-10.667s10.667 4.776 10.667 10.667v0 40.813c0 5.891-4.776 10.667-10.667 10.667s-10.667-4.776-10.667-10.667v0zM316.135 732.193c-0.077 7.912-6.508 14.296-14.431 14.296-7.97 0-14.431-6.461-14.431-14.431s6.461-14.431 14.431-14.431c7.923 0 14.354 6.384 14.43 14.289l0 0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["No Connection_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2634,"id":414,"name":"No-Connection_Fill","prevSize":32,"code":59842},"setIdx":0,"setId":2,"iconIdx":438},{"icon":{"paths":["M301.685 717.626c-0.017-0-0.038-0-0.058-0-8.013 0-14.509 6.496-14.509 14.509s6.496 14.509 14.509 14.509c7.993 0 14.476-6.463 14.508-14.448l0-0.003v-0.271c-0.043-7.905-6.462-14.296-14.372-14.296-0.028 0-0.055 0-0.083 0l0.004-0zM334.958 576.292c-6.625-11.775-19.041-19.598-33.285-19.598-14.193 0-26.572 7.768-33.117 19.285l-0.098 0.188-96.417 168.979c-1.769 4.233-2.796 9.152-2.796 14.311 0 15.864 9.716 29.459 23.523 35.159l0.253 0.092c3.623 1.503 7.82 2.483 12.214 2.725l0.099 0.004 0.583 0.021 192.104-0.021c20.147-0.968 36.115-17.538 36.115-37.838 0-5.709-1.263-11.124-3.525-15.979l0.098 0.233zM408.5 770.667c-2.741 3.083-6.605 5.116-10.944 5.455l-0.056 0.004h-191.125c-1.964-0.12-3.795-0.545-5.494-1.229l0.118 0.042c-6.245-2.5-10.577-8.501-10.577-15.514 0-1.78 0.279-3.496 0.796-5.104l-0.033 0.118 95.875-167.833c2.903-5.173 8.353-8.611 14.606-8.611 6.312 0 11.805 3.503 14.642 8.671l0.044 0.087 95.211 166.437c0.792 1.869 1.253 4.042 1.253 6.323 0 4.303-1.639 8.223-4.327 11.17l0.012-0.013zM301.562 705c0.002 0 0.004 0 0.006 0 5.888 0 10.661-4.773 10.661-10.661 0-0.002-0-0.004-0-0.006l0 0v-40.813c0-5.891-4.776-10.667-10.667-10.667s-10.667 4.776-10.667 10.667v0 40.813c-0 0.002-0 0.004-0 0.006 0 5.888 4.773 10.661 10.661 10.661 0.002 0 0.004-0 0.006-0l-0 0zM478.583 223.76c-0.049-37.752-30.642-68.342-68.39-68.385l-217.005-0c-37.753 0.044-68.346 30.634-68.395 68.381l-0 0.005v117.208c0.050 37.749 30.644 68.337 68.391 68.375l44.555 0c-0.794 1.663-1.264 3.613-1.28 5.672l-0 0.005c0.002 7.658 6.21 13.865 13.868 13.865 0.003 0 0.005-0 0.008-0l37.479 0v49.281c0 7.663 6.212 13.875 13.875 13.875s13.875-6.212 13.875-13.875v0-49.281h37.479c0.002 0 0.005 0 0.007 0 7.658 0 13.866-6.207 13.868-13.864l0-0c-0.016-2.064-0.486-4.014-1.315-5.76l0.035 0.083h44.551c37.751-0.038 68.345-30.626 68.395-68.37l0-0.005zM450.833 340.969c-0.027 22.437-18.208 40.619-40.643 40.646l-217.003 0c-22.437-0.027-40.619-18.208-40.646-40.643l-0-0.003v-117.208c0.022-22.441 18.205-40.628 40.643-40.656l217.003-0c22.44 0.028 40.624 18.215 40.646 40.654l0 0.002zM830.813 592.292h-217c-37.748 0.046-68.338 30.629-68.395 68.37l-0 0.005v44.729h-56.043c-7.663 0-13.875 6.212-13.875 13.875s6.212 13.875 13.875 13.875v0h56.043v44.729c0.048 37.754 30.64 68.347 68.39 68.396l0.005 0h46.435c-1.918 2.282-3.104 5.237-3.164 8.466l-0 0.013c-0 0.001-0 0.003-0 0.005 0 7.66 6.21 13.87 13.87 13.87 0.002 0 0.003-0 0.005-0l102.708 0c0.001 0 0.003 0 0.005 0 7.66 0 13.871-6.21 13.871-13.871 0-0.002-0-0.003-0-0.005l0 0c-0.060-3.242-1.246-6.197-3.181-8.5l0.017 0.021h46.435c37.755-0.048 68.348-30.641 68.396-68.391l0-0.004v-117.208c-0.057-37.747-30.647-68.33-68.391-68.375l-0.004-0zM871.458 777.875c-0.023 22.439-18.207 40.623-40.644 40.646l-217.002 0c-22.439-0.023-40.623-18.207-40.646-40.644l-0-0.002v-117.208c0.033-22.431 18.213-40.604 40.644-40.625l217.002-0c22.432 0.021 40.613 18.194 40.646 40.622l0 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["No Connection"],"grid":0},"attrs":[{}],"properties":{"order":2635,"id":415,"name":"No-Connection","prevSize":32,"code":59843},"setIdx":0,"setId":2,"iconIdx":439},{"icon":{"paths":["M478.573 223.75c-0.052-37.745-30.639-68.329-68.381-68.375l-217.015-0c-37.743 0.048-68.327 30.632-68.375 68.37l-0 0.005v117.208c0.038 37.752 30.625 68.346 68.37 68.396l0.005 0h44.56c-0.788 1.661-1.254 3.608-1.268 5.661l-0 0.005c-0 0.002-0 0.005-0 0.007 0 7.658 6.207 13.866 13.865 13.868l37.49 0v49.271c0 7.657 6.207 13.865 13.865 13.865s13.865-6.207 13.865-13.865l-0-0v-49.271h37.49c7.658-0.002 13.865-6.21 13.865-13.868 0-0.002-0-0.005-0-0.007l0 0c-0.014-2.059-0.48-4.005-1.304-5.75l0.035 0.084h44.55c37.752-0.049 68.343-30.643 68.385-68.392l0-0.004zM830.823 592.292h-217.010c-37.746 0.046-68.333 30.63-68.385 68.37l-0 0.005v44.729h-56.043c-7.663 0-13.875 6.212-13.875 13.875s6.212 13.875 13.875 13.875v0h56.043v44.729c0.042 37.754 30.633 68.348 68.381 68.397l0.005 0h46.444c-1.917 2.283-3.102 5.237-3.162 8.466l-0 0.013c-0 0.002-0 0.004-0 0.007 0 7.658 6.207 13.866 13.864 13.868l102.708 0c7.658-0.002 13.865-6.21 13.865-13.868 0-0.002-0-0.005-0-0.007l0 0c-0.060-3.242-1.245-6.196-3.18-8.5l0.017 0.021h46.454c37.75-0.050 68.337-30.644 68.375-68.392l0-0.004v-117.209c-0.048-37.743-30.632-68.327-68.37-68.375l-0.005-0zM301.552 547.667c-70.169 0-127.052 56.883-127.052 127.052s56.883 127.052 127.052 127.052c70.166 0 127.047-56.878 127.052-127.043l0-0c-0.081-70.138-56.915-126.975-127.044-127.061l-0.008-0zM344.906 718.083c-1.93 1.93-4.596 3.125-7.541 3.125s-5.612-1.194-7.541-3.125l-28.307-28.307-28.203 28.203c-1.922 1.885-4.558 3.048-7.465 3.048-5.89 0-10.666-4.775-10.666-10.666 0-2.907 1.163-5.543 3.050-7.467l-0.002 0.002 28.203-28.203-28.236-28.235c-1.885-1.922-3.048-4.558-3.048-7.465 0-5.89 4.775-10.666 10.666-10.666 2.907 0 5.543 1.163 7.467 3.050l-0.002-0.002 28.234 28.234 28.214-28.214c1.922-1.885 4.558-3.048 7.465-3.048 5.89 0 10.666 4.775 10.666 10.666 0 2.907-1.163 5.543-3.050 7.467l0.002-0.002-28.214 28.214 28.307 28.307c1.931 1.93 3.126 4.597 3.126 7.543 0 2.945-1.194 5.611-3.124 7.541l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["No Internet_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2636,"id":416,"name":"No-Internet_Fill","prevSize":32,"code":59844},"setIdx":0,"setId":2,"iconIdx":440},{"icon":{"paths":["M478.573 223.75c-0.052-37.745-30.639-68.329-68.381-68.375l-217.015-0c-37.743 0.048-68.327 30.632-68.375 68.37l-0 0.005v117.208c0.038 37.752 30.625 68.346 68.37 68.396l0.005 0h44.56c-0.788 1.661-1.254 3.608-1.268 5.661l-0 0.005c-0 0.002-0 0.005-0 0.007 0 7.658 6.207 13.866 13.865 13.868l37.49 0v49.271c0 7.657 6.207 13.865 13.865 13.865s13.865-6.207 13.865-13.865l-0-0v-49.271h37.49c7.658-0.002 13.865-6.21 13.865-13.868 0-0.002-0-0.005-0-0.007l0 0c-0.014-2.059-0.48-4.005-1.304-5.75l0.035 0.084h44.55c37.752-0.049 68.343-30.643 68.385-68.392l0-0.004zM450.844 340.958c-0.028 22.441-18.215 40.624-40.654 40.646l-217.012 0c-22.437-0.027-40.619-18.209-40.646-40.643l-0-0.003v-117.208c0.036-22.429 18.215-40.6 40.644-40.625l217.013-0c22.435 0.020 40.619 18.193 40.656 40.621l0 0.004zM830.823 592.292h-217.010c-37.746 0.046-68.333 30.63-68.385 68.37l-0 0.005v44.729h-56.043c-7.663 0-13.875 6.212-13.875 13.875s6.212 13.875 13.875 13.875v0h56.043v44.729c0.042 37.754 30.633 68.348 68.381 68.397l0.005 0h46.444c-1.917 2.283-3.102 5.237-3.162 8.466l-0 0.013c-0 0.002-0 0.004-0 0.007 0 7.658 6.207 13.866 13.864 13.868l102.708 0c7.658-0.002 13.865-6.21 13.865-13.868 0-0.002-0-0.005-0-0.007l0 0c-0.060-3.242-1.245-6.196-3.18-8.5l0.017 0.021h46.454c37.75-0.050 68.337-30.644 68.375-68.392l0-0.004v-117.209c-0.048-37.743-30.632-68.327-68.37-68.375l-0.005-0zM871.469 777.875c-0.027 22.437-18.209 40.619-40.643 40.646l-217.013 0c-22.441-0.022-40.628-18.205-40.656-40.643l-0-0.003v-117.208c0.037-22.432 18.221-40.605 40.654-40.625l217.012-0c22.431 0.024 40.61 18.196 40.646 40.622l0 0.003zM301.552 547.667c-70.169 0-127.052 56.883-127.052 127.052s56.883 127.052 127.052 127.052c70.166 0 127.047-56.878 127.052-127.043l0-0c-0.081-70.138-56.915-126.975-127.044-127.062l-0.008-0zM301.552 780.438c-58.387 0-105.719-47.332-105.719-105.719s47.332-105.719 105.719-105.719c58.387 0 105.719 47.332 105.719 105.719 0 0.004-0 0.007-0 0.011l0-0.001c-0.071 58.356-47.362 105.644-105.713 105.708l-0.006 0zM316.599 674.693l28.214-28.214c1.885-1.922 3.048-4.558 3.048-7.465 0-5.89-4.775-10.666-10.666-10.666-2.907 0-5.543 1.163-7.467 3.050l0.002-0.002-28.214 28.214-28.235-28.235c-1.922-1.885-4.558-3.048-7.465-3.048-5.89 0-10.666 4.775-10.666 10.666 0 2.907 1.163 5.543 3.050 7.467l-0.002-0.002 28.234 28.234-28.203 28.203c-1.976 1.937-3.2 4.634-3.2 7.618 0 5.89 4.775 10.666 10.666 10.666 2.983 0 5.68-1.225 7.616-3.199l0.002-0.002 28.203-28.203 28.307 28.307c1.937 1.976 4.634 3.2 7.618 3.2 5.89 0 10.666-4.775 10.666-10.666 0-2.983-1.225-5.68-3.199-7.616l-0.002-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["No Internet"],"grid":0},"attrs":[{}],"properties":{"order":2637,"id":417,"name":"No-Internet","prevSize":32,"code":59845},"setIdx":0,"setId":2,"iconIdx":441},{"icon":{"paths":["M839.135 643.458c-1.326-28.398-10.547-54.403-25.499-76.163l0.322 0.496c-4.656-6.677-9.469-12.875-14.146-18.896-14.586-14.334-24.126-33.763-25.732-55.4l-0.017-0.287c-0.813-11.093-0.75-22.26-0.708-33.427 0.043-12.875 0.094-26.188-1.094-39.802-9.941-102.547-91.388-174.561-180.864-201.784v-30.55c0-0.038 0-0.084 0-0.13 0-43.541-35.297-78.839-78.839-78.839s-78.839 35.297-78.839 78.839c0 0.046 0 0.091 0 0.137l-0-0.007v30.195c-89.992 26.953-171.951 99.195-181.49 202.325-2.177 24.99-2.177 50.135-2.177 74.448-2.703 21.323-12.256 40.030-26.349 54.224l0.005-0.005c-4.802 6.272-9.573 12.521-13.917 18.979-14.509 21.579-23.643 47.858-24.946 76.18l-0.012 0.33v7.76c-0.014 0.755-0.021 1.646-0.021 2.539 0 37.165 13.491 71.179 35.842 97.412l-0.175-0.211c29.569 30.608 69.565 50.975 114.251 55.367l0.759 0.060c52.871 5.989 114.153 9.406 176.234 9.406 0.027 0 0.055-0 0.082-0l-0.004 0c0.067 0 0.147 0 0.227 0 61.845 0 122.894-3.405 182.97-10.039l-7.406 0.664c46.112-4.251 86.695-25.038 116.351-56.294l0.076-0.081c21.867-25.63 35.172-59.144 35.172-95.766 0-1.141-0.013-2.279-0.039-3.414l0.003 0.169zM597.75 835.667h-174.344c-10.603 0.001-19.199 8.597-19.199 19.2 0 4.389 1.473 8.435 3.951 11.669l-0.034-0.046c23.32 29.766 59.267 48.715 99.64 48.715 0.471 0 0.941-0.003 1.411-0.008l-0.072 0.001h0.885c0.383 0.004 0.835 0.006 1.288 0.006 40.926 0 77.456-18.819 101.409-48.276l0.189-0.24c2.542-3.225 4.077-7.347 4.077-11.827 0-10.6-8.593-19.194-19.194-19.194-0.003 0-0.006 0-0.009 0l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Notification_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2638,"id":418,"name":"Notification_Fill","prevSize":32,"code":59846},"setIdx":0,"setId":2,"iconIdx":442},{"icon":{"paths":["M839.135 643.458c-1.326-28.398-10.547-54.403-25.499-76.163l0.322 0.496c-4.656-6.677-9.469-12.875-14.146-18.896-14.586-14.334-24.126-33.763-25.732-55.4l-0.017-0.287c-0.813-11.093-0.75-22.26-0.708-33.427 0.043-12.875 0.094-26.188-1.094-39.802-9.941-102.547-91.388-174.561-180.864-201.784v-30.55c0-0.038 0-0.084 0-0.13 0-43.541-35.297-78.839-78.839-78.839s-78.839 35.297-78.839 78.839c0 0.046 0 0.091 0 0.137l-0-0.007v30.195c-89.992 26.953-171.951 99.195-181.49 202.325-2.177 24.99-2.177 50.135-2.177 74.448-2.703 21.323-12.256 40.030-26.349 54.224l0.005-0.005c-4.802 6.272-9.573 12.521-13.917 18.979-14.509 21.579-23.643 47.858-24.946 76.18l-0.012 0.33v7.76c-0.014 0.755-0.021 1.646-0.021 2.539 0 37.165 13.491 71.179 35.842 97.412l-0.175-0.211c29.569 30.608 69.565 50.975 114.251 55.367l0.759 0.060c52.871 5.989 114.153 9.406 176.234 9.406 0.027 0 0.055-0 0.082-0l-0.004 0c0.067 0 0.147 0 0.227 0 61.845 0 122.894-3.405 182.97-10.039l-7.406 0.664c46.112-4.251 86.695-25.038 116.351-56.294l0.076-0.081c21.867-25.63 35.172-59.144 35.172-95.766 0-1.141-0.013-2.279-0.039-3.414l0.003 0.169zM472.115 187.646c-0-0.028-0-0.060-0-0.093 0-22.336 18.107-40.443 40.443-40.443s40.443 18.107 40.443 40.443c0 0.033-0 0.065-0 0.098l0-0.005v21.637c-11.856-2.011-25.558-3.198-39.523-3.272l-0.072-0h-2.823c-13.645 0.083-26.96 1.214-39.948 3.319l1.479-0.198zM800.76 652.354c0.025 0.867 0.039 1.888 0.039 2.912 0 26.681-9.555 51.131-25.429 70.114l0.14-0.172c-23.482 24.456-55.423 40.633-91.104 43.814l-0.552 0.040c-51.649 5.848-111.515 9.185-172.161 9.185-60.716 0-120.651-3.344-179.631-9.858l7.271 0.652c-35.588-3.377-66.972-19.124-90.282-42.833l-0.020-0.020c-16.066-19.161-25.825-44.085-25.825-71.287 0-0.793 0.008-1.584 0.025-2.372l-0.002 0.118v-0.385l-0.021-6.979c1.077-21.027 7.834-40.281 18.752-56.501l-0.252 0.397c3.854-5.75 8.167-11.354 12.49-17 19.326-20.395 31.945-47.318 34.224-77.133l0.026-0.428c0-23.5 0-47.792 2.021-71.010 10.25-110.688 122.229-179.198 220.115-179.198h2.823c97.749 0 209.896 68.542 220.615 179.093 1.021 11.698 0.979 23.573 0.927 36.146-0.043 12.146-0.063 24.302 0.771 34.969 1.623 30.379 14.195 57.542 33.806 77.87l-0.035-0.036c4.292 5.521 8.719 11.208 12.833 17.104 10.595 15.4 17.329 34.2 18.426 54.499l0.012 0.272zM597.75 835.667h-174.344c-10.603 0.001-19.199 8.597-19.199 19.2 0 4.389 1.473 8.435 3.951 11.669l-0.034-0.046c23.32 29.766 59.267 48.715 99.64 48.715 0.471 0 0.941-0.003 1.411-0.008l-0.072 0.001h0.885c0.383 0.004 0.835 0.006 1.288 0.006 40.926 0 77.456-18.819 101.409-48.276l0.189-0.24c2.542-3.225 4.077-7.347 4.077-11.827 0-10.6-8.593-19.194-19.194-19.194-0.003 0-0.006 0-0.009 0l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Notification"],"grid":0},"attrs":[{}],"properties":{"order":2639,"id":419,"name":"Notification","prevSize":32,"code":59847},"setIdx":0,"setId":2,"iconIdx":443},{"icon":{"paths":["M351.875 328.906h522.792c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0h-522.792c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0zM874.667 693.667h-522.792c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h522.792c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0zM177.771 243.861v158.788h23.668v-190.147h-20.829l-47.595 49.039 14.253 14.535zM258.015 674.383c-0.933-31.228-26.471-56.187-57.838-56.187-2.124 0-4.222 0.114-6.286 0.338l0.256-0.022c-0.769-0.026-1.673-0.040-2.581-0.040-25.526 0-48.341 11.606-63.457 29.829l-0.11 0.136 14.56 15.111c11.742-14.667 29.646-23.979 49.725-23.979 0.655 0 1.307 0.010 1.956 0.030l-0.095-0.002c1.224-0.149 2.64-0.234 4.077-0.234 19.451 0 35.255 15.615 35.56 34.993l0 0.029c0 32.779-37.077 64.419-105.475 118.294v18.82h130.551v-21.097h-93.218c53.018-41.9 92.374-77.25 92.374-116.017z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Numeric List"],"grid":0},"attrs":[{}],"properties":{"order":2640,"id":420,"name":"Numeric-List","prevSize":32,"code":59848},"setIdx":0,"setId":2,"iconIdx":444},{"icon":{"paths":["M416 459.605v11.417h192v-11.417l-96-33.012zM525.875 597.689h57.625v-98.938h-57.625zM440.499 597.689h57.625v-98.938h-57.624zM675.667 119.469h-327.334c-37.351 0.042-67.619 30.306-67.667 67.652l-0 0.005v649.749c0.048 37.35 30.316 67.615 67.663 67.656l327.337 0c37.351-0.042 67.619-30.306 67.667-67.652l0-0.005v-649.749c-0.048-37.35-30.316-67.615-67.663-67.656l-0.004-0zM607.687 835.177h-191.375c-5.891 0-10.667-4.776-10.667-10.667s4.776-10.667 10.667-10.667v0h191.375c5.891 0 10.667 4.776 10.667 10.667s-4.776 10.667-10.667 10.667v0zM635.75 476.583c-0.127 12.27-10.104 22.167-22.392 22.167-0.053 0-0.105-0-0.158-0.001l0.008 0h-1.958v98.937h5.937c0.016-0 0.035-0 0.054-0 7.657 0 13.865 6.207 13.865 13.865s-6.207 13.865-13.865 13.865c-0.019 0-0.038-0-0.057-0l0.003 0h-210.375c-0.016 0-0.035 0-0.054 0-7.657 0-13.865-6.207-13.865-13.865s6.207-13.865 13.865-13.865c0.019 0 0.038 0 0.057 0l-0.003-0h5.937v-98.937h-1.958c-0.045 0-0.097 0.001-0.15 0.001-12.288 0-22.264-9.897-22.392-22.155l-0-0.012v-21.031c0.059-9.683 6.298-17.893 14.969-20.89l0.156-0.047 101.188-34.792c2.219-0.784 4.778-1.237 7.443-1.237 2.676 0 5.246 0.457 7.635 1.297l-0.161-0.049 101.146 34.781c8.827 3.044 15.066 11.254 15.125 20.93l0 0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Online Banking_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2797,"id":421,"name":"Online-Banking_Fill","prevSize":32,"code":59849},"setIdx":0,"setId":2,"iconIdx":445},{"icon":{"paths":["M675.667 119.469h-327.334c-37.351 0.042-67.619 30.306-67.667 67.652l-0 0.005v649.749c0.048 37.35 30.316 67.615 67.663 67.656l327.337 0c37.351-0.042 67.619-30.306 67.667-67.652l0-0.005v-649.749c-0.048-37.35-30.316-67.615-67.663-67.656l-0.004-0zM704.917 836.875c-0.017 16.149-13.101 29.237-29.248 29.26l-0.002 0h-327.334c-16.149-0.023-29.233-13.111-29.251-29.259l-0-0.002v-649.75c0.017-16.15 13.102-29.238 29.248-29.26l0.002-0h80.853c0.982 9.618 9.006 17.067 18.785 17.135l0.007 0h128.043c9.785-0.068 17.81-7.518 18.785-17.055l0.007-0.081h80.853c16.149 0.022 29.234 13.11 29.251 29.259l0 0.002zM607.688 813.844h-191.375c-5.891 0-10.667 4.776-10.667 10.667s4.776 10.667 10.667 10.667v0h191.375c5.891 0 10.667-4.776 10.667-10.667s-4.776-10.667-10.667-10.667v0zM620.626 434.615l-101.146-34.781c-2.228-0.791-4.797-1.247-7.474-1.247-2.665 0-5.224 0.453-7.604 1.286l0.161-0.049-101.188 34.792c-8.827 3.044-15.066 11.254-15.125 20.93l-0 0.007v21.031c0.127 12.27 10.104 22.167 22.392 22.167 0.053 0 0.105-0 0.158-0.001l-0.008 0h1.958v98.937h-5.937c-0.016-0-0.035-0-0.054-0-7.657 0-13.865 6.207-13.865 13.865s6.207 13.865 13.865 13.865c0.019 0 0.038-0 0.057-0l-0.003 0h210.375c0.016 0 0.035 0 0.054 0 7.657 0 13.865-6.207 13.865-13.865s-6.207-13.865-13.865-13.865c-0.019 0-0.038 0-0.057 0l0.003-0h-5.937v-98.937h1.958c0.045 0 0.097 0.001 0.15 0.001 12.288 0 22.264-9.897 22.392-22.155l0-0.012v-21.031c-0.059-9.683-6.298-17.893-14.968-20.89l-0.156-0.047zM498.126 597.687h-57.626v-98.937h57.625zM583.502 597.687h-57.627v-98.937h57.625zM608 471.021h-192v-11.415l96-33.012 96 33.012z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Online Banking"],"grid":0},"attrs":[{}],"properties":{"order":2798,"id":422,"name":"Online-Banking","prevSize":32,"code":59850},"setIdx":0,"setId":2,"iconIdx":446},{"icon":{"paths":["M178.146 390.885l305.438 159.865c7.914 4.239 17.313 6.729 27.294 6.729 10.428 0 20.222-2.719 28.71-7.486l-0.295 0.152 307.729-169.656c18.279-10.226 30.433-29.465 30.433-51.542 0-23.060-13.261-43.023-32.572-52.679l-0.34-0.154-306.667-150.625c-7.571-3.785-16.494-6.001-25.934-6.001-9.977 0-19.375 2.475-27.615 6.844l0.32-0.155-306.5 160.417c-18.918 10.040-31.583 29.614-31.583 52.146s12.665 42.106 31.265 51.992l0.318 0.154zM195.938 320.615l306.521-160.427c2.737-1.457 5.986-2.313 9.434-2.313 0.008 0 0.017 0 0.025 0l-0.001-0c3.29 0 6.401 0.769 9.162 2.137l-0.121-0.054 306.667 150.615c6.821 3.419 11.422 10.357 11.422 18.369 0 7.673-4.22 14.361-10.466 17.87l-0.103 0.053-307.729 169.656c-2.85 1.603-6.255 2.547-9.881 2.547-3.471 0-6.741-0.865-9.604-2.392l0.11 0.054-305.437-159.866c-6.576-3.489-10.979-10.293-10.979-18.125s4.403-14.636 10.869-18.071l0.111-0.054z","M844.667 449.479l-34.188-16.938c-2.485-1.258-5.417-1.994-8.521-1.994-10.605 0-19.202 8.597-19.202 19.202 0 7.501 4.301 13.998 10.571 17.158l0.11 0.050 34.125 16.906c6.709 3.35 11.258 10.128 11.354 17.977l0 0.013c0.010 0.237 0.015 0.515 0.015 0.794 0 7.651-4.176 14.326-10.373 17.872l-0.101 0.053-307.563 169.344c-2.88 1.667-6.336 2.65-10.022 2.65-3.41 0-6.622-0.842-9.443-2.328l0.111 0.053-305.604-159.917c-6.584-3.447-10.999-10.231-10.999-18.046 0-7.84 4.443-14.642 10.949-18.025l0.113-0.053 33.188-17.365c6.17-3.276 10.3-9.661 10.3-17.010 0-10.602-8.594-19.196-19.196-19.196-3.252 0-6.315 0.809-9 2.236l0.104-0.050-33.125 17.333c-18.995 9.976-31.729 29.566-31.729 52.131 0 22.54 12.706 42.112 31.347 51.944l0.32 0.154 305.229 159.729c7.775 4.27 17.038 6.782 26.887 6.782 0.084 0 0.167-0 0.251-0.001l-0.013 0c10.556-0.004 20.477-2.725 29.1-7.501l-0.309 0.157 307.833-169.49c18.129-10.377 30.147-29.605 30.147-51.64 0-23.040-13.139-43.011-32.332-52.829l-0.335-0.156z","M844.667 623.010l-34.188-16.937c-2.485-1.258-5.417-1.994-8.521-1.994-10.605 0-19.202 8.597-19.202 19.202 0 7.501 4.301 13.998 10.571 17.158l0.11 0.050 34.125 16.906c6.71 3.355 11.258 10.135 11.354 17.987l0 0.013c0.010 0.235 0.015 0.511 0.015 0.788 0 7.65-4.176 14.324-10.373 17.868l-0.101 0.053-307.562 169.353c-2.88 1.667-6.336 2.65-10.022 2.65-3.41 0-6.622-0.842-9.443-2.328l0.111 0.053-305.584-159.917c-6.596-3.443-11.021-10.233-11.021-18.057 0-7.84 4.444-14.642 10.95-18.025l0.113-0.053 33.188-17.354c6.17-3.276 10.3-9.661 10.3-17.010 0-10.602-8.594-19.196-19.196-19.196-3.252 0-6.315 0.809-9 2.236l0.104-0.050-33.146 17.323c-18.984 9.984-31.709 29.571-31.709 52.131 0 22.543 12.705 42.118 31.346 51.955l0.32 0.154 305.229 159.729c7.775 4.27 17.038 6.782 26.887 6.782 0.084 0 0.167-0 0.251-0.001l-0.013 0c10.563-0.007 20.49-2.727 29.122-7.501l-0.31 0.157 307.812-169.5c18.128-10.377 30.146-29.605 30.146-51.64 0-23.040-13.139-43.011-32.332-52.829l-0.335-0.156z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{},{},{}],"11017716412552552551911741171":[{},{},{}]},"tags":["Order 2"],"grid":0},"attrs":[{},{},{}],"properties":{"order":2868,"id":423,"name":"Order-2","prevSize":32,"code":59851},"setIdx":0,"setId":2,"iconIdx":447},{"icon":{"paths":["M719.417 162.511h-414.833c-62.064 0.065-112.361 50.354-112.437 112.409l-0 0.007v567.364c0.008 10.603 8.605 19.196 19.21 19.196 5.557 0 10.564-2.36 14.071-6.132l0.011-0.012 62.583-67.563 50.271 56.156c6.134 6.832 14.994 11.11 24.853 11.115l0.022 0c9.863-0.008 18.723-4.295 24.826-11.104l0.028-0.032 49.896-55.823 49.729 55.781c6.139 6.856 15.015 11.152 24.895 11.157l0.022 0c9.865-0.008 18.726-4.299 24.825-11.114l0.028-0.032 49.813-55.781 49.708 55.729c6.142 6.866 15.026 11.169 24.916 11.177l0.023 0c0.001 0 0.001 0 0.002 0 9.885 0 18.765-4.306 24.865-11.144l0.029-0.033 49.833-55.948 61.896 67.396c3.523 3.823 8.554 6.209 14.143 6.209 10.606 0 19.204-8.594 19.211-19.198l0-0.001v-567.365c-0.077-62.063-50.374-112.352-112.432-112.417l-0.006-0zM297.875 295.615h288.583c0.019-0 0.041-0 0.064-0 10.603 0 19.198 8.595 19.198 19.198s-8.595 19.198-19.198 19.198c-0.023 0-0.045-0-0.067-0l0.003 0h-288.583c-0.019 0-0.041 0-0.064 0-10.603 0-19.198-8.595-19.198-19.198s8.595-19.198 19.198-19.198c0.023 0 0.045 0 0.067 0l-0.003-0zM683.437 579.594h-385.562c-0.019 0-0.041 0-0.064 0-10.603 0-19.198-8.595-19.198-19.198s8.595-19.198 19.198-19.198c0.023 0 0.045 0 0.067 0l-0.003-0h385.562c0.019-0 0.041-0 0.064-0 10.603 0 19.198 8.595 19.198 19.198s-8.595 19.198-19.198 19.198c-0.023 0-0.045-0-0.067-0l0.003 0zM683.437 456.802h-385.562c-0.019 0-0.041 0-0.064 0-10.603 0-19.198-8.595-19.198-19.198s8.595-19.198 19.198-19.198c0.023 0 0.045 0 0.067 0l-0.003-0h385.562c0.019-0 0.041-0 0.064-0 10.603 0 19.198 8.595 19.198 19.198s-8.595 19.198-19.198 19.198c-0.023 0-0.045-0-0.067-0l0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Order_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2800,"id":424,"name":"Order_Fill","prevSize":32,"code":59852},"setIdx":0,"setId":2,"iconIdx":448},{"icon":{"paths":["M719.417 162.511h-414.833c-62.064 0.065-112.361 50.354-112.437 112.409l-0 0.007v567.364c0 0.133 0.073 0.244 0.076 0.376 0.138 1.564 0.442 3.005 0.897 4.377l-0.039-0.135c0.072 2.053 0.901 3.898 2.214 5.28l-0.003-0.003c0.818 1.486 1.753 2.769 2.829 3.918l-0.010-0.011 0.203 0.281c0.673 0.492 1.438 0.967 2.239 1.384l0.1 0.047c2.146 1.897 4.964 3.079 8.055 3.152l0.015 0c0.738 0.218 1.629 0.404 2.543 0.522l0.090 0.010 0.341-0.069c1.694-0.132 3.264-0.464 4.752-0.972l-0.135 0.040c1.046-0.169 1.956-0.389 2.84-0.671l-0.138 0.038c0.932-0.533 1.731-1.078 2.485-1.677l-0.039 0.030c1.4-0.782 2.609-1.662 3.701-2.667l-0.013 0.012 0.29-0.209 62.583-67.563 50.271 56.156c6.134 6.832 14.994 11.11 24.853 11.115l0.022 0c9.863-0.008 18.723-4.295 24.826-11.104l0.028-0.032 49.896-55.823 49.729 55.781c6.139 6.856 15.015 11.152 24.895 11.157l0.022 0c9.865-0.008 18.726-4.299 24.825-11.114l0.028-0.032 49.813-55.781 49.708 55.729c6.142 6.866 15.026 11.169 24.916 11.177l0.023 0c0.001 0 0.001 0 0.002 0 9.885 0 18.765-4.306 24.865-11.144l0.029-0.033 49.833-55.948 61.896 67.396c0.094 0.103 0.229 0.131 0.326 0.232 1.504 1.512 3.257 2.774 5.194 3.718l0.113 0.050c0.353 0.177 0.627 0.512 0.988 0.665 2.197 0.975 4.759 1.543 7.454 1.543 2.605 0 5.086-0.53 7.341-1.489l-0.123 0.046c1.115-0.562 2.071-1.164 2.964-1.845l-0.046 0.033c1.113-0.558 2.067-1.159 2.957-1.841l-0.044 0.032c0.096-0.089 0.128-0.213 0.221-0.303 1.073-1.137 2.014-2.417 2.788-3.804l0.050-0.097c1.345-1.438 2.195-3.355 2.269-5.468l0-0.015c0.385-1.169 0.672-2.534 0.806-3.944l0.006-0.077c0.004-0.151 0.087-0.276 0.087-0.428v-567.364c-0.077-62.062-50.373-112.352-112.431-112.417l-0.006-0zM793.437 792.996l-32.313-35.172c-6.273-6.566-15.061-10.684-24.812-10.802l-0.022-0c-9.8 0.077-18.582 4.367-24.638 11.145l-0.028 0.032-49.771 55.875-49.708-55.729c-6.133-6.854-15-11.152-24.872-11.167l-0.003-0h-0.021c-9.879 0.006-18.754 4.297-24.868 11.114l-0.028 0.031-49.813 55.781-49.708-55.76c-6.13-6.858-14.999-11.157-24.873-11.167l-0.044-0c-9.87 0.007-18.737 4.294-24.847 11.105l-0.028 0.031-49.896 55.812-50.188-56.052c-6.136-6.848-15.008-11.137-24.881-11.137-9.66 0-18.362 4.106-24.454 10.668l-0.019 0.021-33.042 35.672v-518.371c0.050-40.861 33.16-73.971 74.016-74.021l414.84-0c40.861 0.050 73.971 33.16 74.021 74.016l0 0.005zM297.875 334.010h288.583c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0h-288.583c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0zM683.437 418.406h-385.562c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h385.562c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0zM683.437 541.198h-385.562c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h385.562c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Order"],"grid":0},"attrs":[{}],"properties":{"order":2801,"id":425,"name":"Order","prevSize":32,"code":59853},"setIdx":0,"setId":2,"iconIdx":449},{"icon":{"paths":["M710.187 346.667h124.373c-0.461-0.634-0.951-1.192-1.488-1.702l-0.005-0.005-200.107-208.427c-1.388-1.614-3.095-2.911-5.029-3.802l-0.091-0.038v131.627c0.106 45.436 36.911 82.24 82.336 82.347l0.010 0zM710.187 385.067c-66.618-0.17-120.576-54.129-120.747-120.73l-0-0.016v-133.76h-233.813c-92.431 0.698-167.403 74.476-170.021 166.371l-0.005 0.243v422.613c-0.020 0.979-0.032 2.133-0.032 3.29 0 92.951 74.235 168.564 166.652 170.786l0.206 0.004h320.213c92.282-3.491 165.768-79.144 165.768-171.961 0-0.595-0.003-1.19-0.009-1.784l0.001 0.091v-335.147zM715.833 702.521h-407.666c-9.397-0.034-17.002-7.66-17.002-17.063s7.605-17.028 16.999-17.062l0.003-0h11.249c8.649-93.472 82.606-167.225 175.406-175.5l0.741-0.053v-12.999h-16.563c-9.397-0.034-17.002-7.66-17.002-17.063s7.605-17.028 16.999-17.062l0.003-0h67.24c0.018-0 0.039-0 0.060-0 9.423 0 17.063 7.639 17.063 17.063s-7.639 17.063-17.063 17.063c-0.021 0-0.042-0-0.064-0l0.003 0h-16.553v13.062c92.985 8.92 166.296 82.435 174.84 174.726l0.057 0.763h11.249c9.397 0.034 17.002 7.66 17.002 17.063s-7.605 17.028-16.999 17.062l-0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Orders_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2641,"id":426,"name":"Orders_Fill","prevSize":32,"code":59854},"setIdx":0,"setId":2,"iconIdx":450},{"icon":{"paths":["M832.99 344.896l-200.043-208.385c-3.496-3.643-8.406-5.907-13.844-5.907-0.003 0-0.007 0-0.010 0l-263.364-0c-92.446 0.547-167.479 74.337-170.026 166.243l-0.005 0.236v422.699c-0.023 1.046-0.036 2.278-0.036 3.514 0 92.846 74.177 168.367 166.502 170.535l0.201 0.004 3.958 0.031 316.313-0.010c92.249-3.495 165.707-79.122 165.707-171.907 0-0.615-0.003-1.229-0.010-1.843l0.001 0.094v-362.012c-0-5.161-2.037-9.847-5.35-13.297l0.006 0.006zM627.896 186.698l153.622 160.031h-71.352c-45.441-0.191-82.211-37.041-82.271-82.494l-0-0.006zM799.937 720.333c0.006 0.473 0.009 1.032 0.009 1.592 0 71.86-56.709 130.475-127.816 133.534l-0.276 0.009-318.739-0.031c-71.648-1.763-129.057-60.263-129.057-132.172 0-1.079 0.013-2.154 0.039-3.226l-0.003 0.159v-422.656c2.131-71.226 60.21-128.197 131.675-128.542l0.033-0h233.698v95.219c0.083 66.643 54.005 120.664 120.602 120.906l0.023 0h89.813zM529.687 492.907v-13.062h16.553c0.018 0 0.039 0 0.060 0 9.423 0 17.063-7.639 17.063-17.063s-7.639-17.063-17.063-17.063c-0.021 0-0.042 0-0.064 0l0.003-0h-67.24c-9.397 0.034-17.002 7.66-17.002 17.063s7.605 17.028 16.999 17.062l0.003 0h16.563v12.998c-93.541 8.328-167.498 82.082-176.090 174.789l-0.057 0.764h-11.249c-9.397 0.034-17.002 7.66-17.002 17.063s7.605 17.028 16.999 17.062l0.003 0h407.667c9.397-0.034 17.002-7.66 17.002-17.063s-7.605-17.028-16.999-17.062l-0.003-0h-11.249c-8.601-93.055-81.912-166.569-174.112-175.428l-0.785-0.061zM353.594 668.396c8.907-80.341 76.425-142.26 158.406-142.26s149.5 61.919 158.341 141.541l0.065 0.719z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Orders"],"grid":0},"attrs":[{}],"properties":{"order":2642,"id":427,"name":"Orders","prevSize":32,"code":59855},"setIdx":0,"setId":2,"iconIdx":451},{"icon":{"paths":["M699.906 401.871v-64.809c-1.317-102.779-84.942-185.591-187.91-185.591-102.792 0-186.307 82.529-187.901 184.941l-0.002 0.15v65.309c-65.857 20.651-112.821 81.085-112.917 152.503l-0 0.011v158.667c0.104 88.040 71.449 159.382 159.481 159.479l282.676 0c88.041-0.098 159.386-71.439 159.489-159.469l0-0.010v-158.667c-0.096-71.429-47.060-131.864-111.785-152.208l-1.132-0.307zM362.49 336.885c1.414-81.494 67.809-147.014 149.507-147.014 81.845 0 148.332 65.756 149.512 147.32l0.001 0.111v58.008c-2.727-0.139-5.417-0.414-8.177-0.414h-282.667c-2.76 0-5.45 0.275-8.177 0.414zM373.818 666.337c-0 0-0 0-0 0-18.016 0-32.621-14.605-32.621-32.621s14.605-32.621 32.621-32.621c18.016 0 32.621 14.605 32.621 32.621v-0c-0 18.016-14.605 32.621-32.621 32.621l-0 0zM512 666.337c-0 0-0 0-0 0-18.016 0-32.621-14.605-32.621-32.621s14.605-32.621 32.621-32.621c18.016 0 32.621 14.605 32.621 32.621v-0c-0 18.016-14.605 32.621-32.621 32.621l-0 0zM650.182 666.337c-18.016-0.001-32.62-14.605-32.62-32.621s14.605-32.621 32.621-32.621c18.016 0 32.621 14.605 32.621 32.621v-0c-0 18.016-14.605 32.621-32.622 32.621-0 0-0-0-0.001-0l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Password_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2643,"id":428,"name":"Password_Fill","prevSize":32,"code":59856},"setIdx":0,"setId":2,"iconIdx":452},{"icon":{"paths":["M699.906 401.871v-64.809c-1.317-102.779-84.942-185.591-187.91-185.591-102.792 0-186.307 82.529-187.901 184.941l-0.002 0.15v65.309c-65.857 20.651-112.821 81.085-112.917 152.503l-0 0.011v158.667c0.104 88.040 71.449 159.382 159.481 159.479l282.676 0c88.041-0.098 159.386-71.439 159.489-159.469l0-0.010v-158.667c-0.096-71.429-47.060-131.864-111.785-152.208l-1.132-0.307zM362.49 336.885c1.414-81.494 67.809-147.014 149.507-147.014 81.845 0 148.332 65.756 149.512 147.32l0.001 0.111v58.008c-2.727-0.139-5.417-0.414-8.177-0.414h-282.667c-2.76 0-5.45 0.275-8.177 0.414zM774.427 713.052c-0.083 66.843-54.25 121.006-121.086 121.083l-282.674 0c-66.844-0.077-121.011-54.241-121.094-121.075l-0-0.008v-158.667c0.078-66.847 54.247-121.015 121.086-121.094l282.674-0c66.847 0.078 121.015 54.247 121.094 121.086l0 0.008zM373.818 601.095c-0-0-0-0-0-0-18.016 0-32.621 14.605-32.621 32.621s14.605 32.621 32.621 32.621c18.016 0 32.621-14.605 32.621-32.621 0-0-0-0-0-0l-0-0c0-18.016-14.605-32.621-32.621-32.621-0 0-0 0-0 0l0-0zM512 601.095c-0-0-0-0-0-0-18.016 0-32.621 14.605-32.621 32.621s14.605 32.621 32.621 32.621c18.016 0 32.621-14.605 32.621-32.621 0-0-0-0-0-0l-0-0c0-18.016-14.605-32.621-32.621-32.621-0 0-0 0-0 0l0-0zM650.182 601.095c-18.016 0.001-32.62 14.605-32.62 32.621s14.605 32.621 32.621 32.621c18.016 0 32.621-14.605 32.621-32.621 0-0-0-0-0-0l-0-0c0-18.016-14.605-32.621-32.621-32.621-0.001 0-0.001 0-0.002 0l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Password"],"grid":0},"attrs":[{}],"properties":{"order":2644,"id":429,"name":"Password","prevSize":32,"code":59857},"setIdx":0,"setId":2,"iconIdx":453},{"icon":{"paths":["M508.594 108.802c-222.68 0-403.198 180.518-403.198 403.198s180.518 403.198 403.198 403.198c222.68 0 403.198-180.518 403.198-403.198v0c-0.261-222.575-180.623-402.937-403.173-403.198l-0.025-0zM432.594 640c0 10.603-8.595 19.198-19.198 19.198s-19.198-8.595-19.198-19.198h0v-256c-0-10.603 8.595-19.198 19.198-19.198s19.198 8.595 19.198 19.198v0zM622.99 640c-0.036 10.575-8.618 19.134-19.198 19.134s-19.162-8.559-19.198-19.131l-0-0.003v-256c0.036-10.575 8.618-19.134 19.198-19.134s19.162 8.559 19.198 19.131l0 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Pause_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2645,"id":430,"name":"Pause_Fill","prevSize":32,"code":59858},"setIdx":0,"setId":2,"iconIdx":454},{"icon":{"paths":["M508.594 108.802c-222.68 0-403.198 180.518-403.198 403.198s180.518 403.198 403.198 403.198c222.68 0 403.198-180.518 403.198-403.198v0c-0.261-222.575-180.623-402.937-403.173-403.198l-0.025-0zM508.594 876.802c-201.475 0-364.802-163.327-364.802-364.802s163.327-364.802 364.802-364.802c201.475 0 364.802 163.327 364.802 364.802h-0c-0.232 201.381-163.421 364.57-364.78 364.802l-0.022 0zM413.396 364.802c-0.001-0-0.002-0-0.003-0-10.602 0-19.196 8.594-19.196 19.196 0 0.001 0 0.001 0 0.002l-0-0v256c0 10.603 8.595 19.198 19.198 19.198s19.198-8.595 19.198-19.198h-0v-256c0-0.001 0-0.001 0-0.002 0-10.602-8.594-19.196-19.196-19.196-0 0-0.001 0-0.001 0l0-0zM603.792 364.802c-0.001-0-0.001-0-0.002-0-10.602 0-19.196 8.594-19.196 19.196 0 0.001 0 0.001 0 0.002l-0-0v256c0.036 10.575 8.618 19.134 19.198 19.134s19.162-8.559 19.198-19.131l0-0.003v-256c0-0.001 0-0.001 0-0.002 0-10.602-8.594-19.196-19.196-19.196-0.001 0-0.001 0-0.002 0l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Pause"],"grid":0},"attrs":[{}],"properties":{"order":2646,"id":431,"name":"Pause","prevSize":32,"code":59859},"setIdx":0,"setId":2,"iconIdx":455},{"icon":{"paths":["M703.573 152.107h-473.6c-64.428 0.112-117.050 50.501-120.732 114.021l-0.015 0.325h714.88c-3.594-63.815-56.157-114.219-120.521-114.347l-0.013-0zM824.533 304.853h-715.733v93.865h715.733zM728.96 480.213c0.111-0 0.242-0 0.374-0 34.836 0 67.624 8.766 96.28 24.213l-1.080-0.532v-66.773h-715.733v136.958c0.125 66.829 54.328 120.957 121.173 120.962l293.974 0c-0.213-3.2-0.213-6.185-0.213-9.387 0.106-113.344 91.9-205.212 205.205-205.44l0.022-0zM202.027 473.385h170.667c10.604 0 19.2 8.596 19.2 19.2s-8.596 19.2-19.2 19.2l-170.667 0c-10.604-0-19.2-8.596-19.2-19.2s8.596-19.2 19.2-19.2h-0zM458.027 586.667h-256c-10.604 0-19.2-8.596-19.2-19.2s8.596-19.2 19.2-19.2h256c10.604 0 19.2 8.596 19.2 19.2s-8.596 19.2-19.2 19.2h-0zM824.533 548.693c-26.639-18.818-59.784-30.077-95.56-30.077-92.143 0-166.841 74.697-166.841 166.841 0 0.069 0 0.139 0 0.208l-0-0.011c0 3.2 0 6.399 0.213 9.387 5.115 88.078 77.79 157.567 166.695 157.567 92.209 0 166.959-74.75 166.959-166.959 0-56.466-28.031-106.386-70.938-136.601l-0.529-0.353zM814.187 651.52l-95.396 95.396c-3.477 3.475-8.279 5.625-13.583 5.625s-10.107-2.15-13.583-5.625l-47.708-47.708c-3.41-3.465-5.515-8.222-5.515-13.471 0-10.609 8.601-19.21 19.21-19.21 5.25 0 10.007 2.106 13.475 5.519l-0.003-0.002 34.125 34.146 81.813-81.833c3.461-3.39 8.205-5.482 13.438-5.482 10.609 0 19.21 8.601 19.21 19.21 0 5.232-2.092 9.976-5.485 13.441l0.003-0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Payment Complted_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2647,"id":432,"name":"Payment-Complted_Fill","prevSize":32,"code":59860},"setIdx":0,"setId":2,"iconIdx":456},{"icon":{"paths":["M729.042 499.479c-102.807 0.006-186.146 83.349-186.146 186.156 0 102.811 83.345 186.156 186.156 186.156s186.156-83.345 186.156-186.156c0-0.004-0-0.007-0-0.011l0 0.001c-0.116-102.766-83.399-186.041-186.157-186.146l-0.010-0zM729.042 833.375c-81.59-0.006-147.729-66.149-147.729-147.74 0-81.594 66.145-147.74 147.74-147.74 81.591 0 147.734 66.139 147.74 147.729l0 0c-0.086 81.566-66.184 147.664-147.742 147.75l-0.008 0zM787.021 624.354l-81.813 81.833-34.125-34.145c-3.473-3.459-8.265-5.598-13.555-5.598-10.609 0-19.21 8.601-19.21 19.21 0 5.291 2.139 10.082 5.599 13.556l-0.001-0.001 47.708 47.708c3.477 3.475 8.279 5.625 13.583 5.625s10.107-2.15 13.583-5.625l95.396-95.398c3.41-3.465 5.516-8.222 5.516-13.472 0-10.609-8.601-19.21-19.21-19.21-5.249 0-10.007 2.105-13.474 5.518l0.003-0.002zM505.948 656.646h-276.073c-45.637-0.052-82.619-37.031-82.677-82.661l-0-0.006v-136.937h639.011v43.646c0 10.608 8.6 19.208 19.208 19.208s19.208-8.6 19.208-19.208v0-207.396c-0.074-66.843-54.241-121.009-121.076-121.083l-473.674-0c-66.839 0.079-121 54.244-121.073 121.076l-0 0.007v300.687c0.073 66.84 54.234 121.005 121.065 121.083l276.080 0c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208l0 0zM229.875 190.625h473.667c43.094 0.137 78.401 33.295 81.951 75.49l0.020 0.302h-637.62c3.575-42.498 38.885-75.655 81.968-75.792l0.014-0zM147.198 304.833h639.011v93.792h-639.011zM201.958 511.854h170.667c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-170.667c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208l-0-0zM201.958 586.667h256c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-256c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Payment Complted"],"grid":0},"attrs":[{}],"properties":{"order":2648,"id":433,"name":"Payment-Complted","prevSize":32,"code":59861},"setIdx":0,"setId":2,"iconIdx":457},{"icon":{"paths":["M667.229 499.625c-0.001-0-0.003-0-0.005-0-9.421 0-17.058 7.637-17.058 17.058 0 0.002 0 0.003 0 0.005l-0-0v318.677c-0.032 24.052-19.521 43.541-43.57 43.573l-0.003 0h-327.865c-24.052-0.033-43.54-19.522-43.572-43.57l-0-0.003v-546.771c-0.002-0.139-0.003-0.303-0.003-0.467 0-23.814 19.305-43.12 43.12-43.12 0.16 0 0.32 0.001 0.48 0.003l-0.024-0h22.094c0.018 0 0.039 0 0.060 0 9.423 0 17.063-7.639 17.063-17.063s-7.639-17.063-17.063-17.063c-0.021 0-0.042 0-0.064 0l0.003-0h-22.095c-42.895 0.051-77.653 34.813-77.698 77.704l-0 0.004v546.771c0.049 42.892 34.806 77.649 77.693 77.698l327.869 0c42.892-0.049 77.649-34.806 77.698-77.693l0-0.005v-318.677c0-0.001 0-0.003 0-0.004 0-9.421-7.637-17.058-17.058-17.058-0.002 0-0.003 0-0.005 0l0-0zM315.885 331.062c2.148-2.823 3.441-6.398 3.441-10.275 0-9.424-7.639-17.063-17.063-17.063-5.514 0-10.417 2.615-13.536 6.673l-0.030 0.040c-9.81 12.796-15.719 29.031-15.719 46.647 0 0.128 0 0.256 0.001 0.383l-0-0.020v114.083c0.049 42.892 34.806 77.649 77.693 77.699l183.463 0c23.185-0.021 43.99-10.189 58.219-26.302l0.073-0.084c2.646-2.991 4.261-6.948 4.261-11.281 0-9.424-7.64-17.063-17.063-17.063-5.090 0-9.66 2.229-12.786 5.764l-0.016 0.018c-8.018 9.088-19.684 14.798-32.683 14.823l-0.004 0h-183.458c-24.052-0.032-43.541-19.521-43.573-43.57l-0-0.003v-114.083c-0-0.072-0.001-0.156-0.001-0.241 0-9.869 3.301-18.967 8.859-26.25l-0.077 0.105zM309.699 589.802h-0.615c-16.332 0.021-29.564 13.265-29.564 29.6 0 0.093 0 0.186 0.001 0.279l-0-0.014c-0 0.047-0 0.102-0 0.157 0 16.58 13.441 30.021 30.021 30.021s30.021-13.441 30.021-30.021c0-16.526-13.352-29.932-29.857-30.021l-0.008-0zM442.803 589.802h-0.615c-16.332 0.021-29.564 13.265-29.564 29.6 0 0.093 0 0.186 0.001 0.279l-0-0.014c-0 0.047-0 0.102-0 0.157 0 16.58 13.441 30.021 30.021 30.021s30.021-13.441 30.021-30.021c0-16.526-13.352-29.932-29.857-30.021l-0.008-0zM575.897 589.802h-0.615c-16.332 0.021-29.564 13.265-29.564 29.6 0 0.093 0 0.186 0.001 0.279l-0-0.014c-0 0.047-0 0.102-0 0.157 0 16.58 13.441 30.021 30.021 30.021s30.021-13.441 30.021-30.021c0-16.526-13.352-29.932-29.857-30.021l-0.008-0zM309.699 685.021h-0.615c-16.332 0.021-29.564 13.265-29.564 29.6 0 0.093 0 0.186 0.001 0.278l-0-0.014c-0 0.046-0 0.101-0 0.156 0 16.58 13.441 30.021 30.021 30.021s30.021-13.441 30.021-30.021c0-16.525-13.352-29.932-29.856-30.021l-0.008-0zM442.804 685.021h-0.615c-16.332 0.021-29.564 13.265-29.564 29.6 0 0.093 0 0.186 0.001 0.278l-0-0.014c-0 0.046-0 0.101-0 0.156 0 16.58 13.441 30.021 30.021 30.021s30.021-13.441 30.021-30.021c0-16.525-13.352-29.932-29.856-30.021l-0.008-0zM575.897 685.021h-0.615c-16.332 0.021-29.564 13.265-29.564 29.6 0 0.093 0 0.186 0.001 0.278l-0-0.014c-0 0.046-0 0.101-0 0.156 0 16.58 13.441 30.021 30.021 30.021s30.021-13.441 30.021-30.021c0-16.525-13.352-29.932-29.856-30.021l-0.008-0zM309.7 780.24h-0.615c-16.332 0.021-29.564 13.265-29.564 29.6 0 0.093 0 0.186 0.001 0.278l-0-0.014c-0 0.046-0 0.101-0 0.156 0 16.58 13.441 30.021 30.021 30.021s30.021-13.441 30.021-30.021c0-16.525-13.352-29.932-29.856-30.021l-0.008-0zM442.804 780.24h-0.615c-16.332 0.021-29.564 13.265-29.564 29.6 0 0.093 0 0.186 0.001 0.278l-0-0.014c-0 0.046-0 0.101-0 0.156 0 16.58 13.441 30.021 30.021 30.021s30.021-13.441 30.021-30.021c0-16.525-13.352-29.932-29.856-30.021l-0.008-0zM575.898 780.24h-0.615c-16.332 0.021-29.564 13.265-29.564 29.6 0 0.093 0 0.186 0.001 0.278l-0-0.014c-0 0.046-0 0.101-0 0.156 0 16.58 13.441 30.021 30.021 30.021s30.021-13.441 30.021-30.021c0-16.525-13.352-29.932-29.856-30.021l-0.008-0zM670.272 428.74h84.395c0.001 0 0.001 0 0.002 0 7.069 0 12.8-5.731 12.8-12.8 0-0.001-0-0.001-0-0.002l0 0v-57.917c0-0.001 0-0.001 0-0.002 0-7.069-5.731-12.8-12.8-12.8-0.001 0-0.001 0-0.002 0l-84.395-0c-0.001-0-0.002-0-0.003-0-7.069 0-12.799 5.73-12.799 12.799 0 0.001 0 0.002 0 0.004l-0-0v57.917c-0 0.001-0 0.001-0 0.002 0 7.069 5.731 12.8 12.8 12.8 0.001 0 0.001-0 0.002-0l-0 0zM683.074 370.823h58.791v32.313h-58.793zM735.292 113.062h-311.531c-47.225 0.060-85.492 38.327-85.552 85.546l-0 0.006v195.917c0.060 47.225 38.327 85.492 85.546 85.552l311.536 0c47.225-0.060 85.492-38.327 85.552-85.546l0-0.006v-195.917c-0.060-47.225-38.327-85.492-85.546-85.552l-0.006-0zM423.761 142.938h311.531c27.431 0.069 50.191 19.975 54.698 46.127l0.047 0.331h-421.022c4.554-26.483 27.315-46.389 54.737-46.458l0.007-0zM790.969 394.531c-0.038 30.734-24.943 55.639-55.673 55.677l-311.534 0c-30.734-0.038-55.639-24.943-55.677-55.674l-0-0.004v-86.906h422.885zM790.969 277.75h-422.885v-58.479h422.885z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Payment Process"],"grid":0},"attrs":[{}],"properties":{"order":2649,"id":434,"name":"Payment-Process","prevSize":32,"code":59862},"setIdx":0,"setId":2,"iconIdx":458},{"icon":{"paths":["M850.347 293.76c1.628 8.013 2.56 17.223 2.56 26.651 0 0.080-0 0.161-0 0.241l0-0.012v297.173c-0.103 80.312-65.181 145.39-145.483 145.493l-0.010 0h-472.32c-11.278-0.012-22.241-1.333-32.753-3.819l0.966 0.193c20.043 21.6 47.862 35.742 78.979 37.952l0.381 0.022 485.547 31.573c2.56 0.213 5.12 0.213 7.68 0.213 0.036 0 0.079 0 0.122 0 62.997 0 114.579-48.874 118.897-110.774l0.021-0.374 20.053-311.038c0.176-2.415 0.276-5.232 0.276-8.073 0-45.82-26.104-85.544-64.252-105.111l-0.665-0.31zM810.027 348.587h-682.027v95.575h682.027zM807.467 282.453c-15.906-40.524-54.68-68.693-100.033-68.693-0.007 0-0.014 0-0.021 0l-472.319-0c-0.035-0-0.077-0-0.118-0-55.34 0-100.853 42.073-106.298 95.977l-0.037 0.45h685.227c-0.867-10.192-3.14-19.607-6.635-28.404l0.235 0.671zM707.413 724.907c59.13-0.038 107.055-47.963 107.093-107.090l0-0.004v-135.253h-686.507v135.253c-0 0.001-0 0.003-0 0.004 0 59.144 47.946 107.089 107.089 107.089 0.001 0 0.003-0 0.004-0l-0 0zM601.095 557.109h143.527v98.511h-143.527z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Payment_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2650,"id":435,"name":"Payment_Fill","prevSize":32,"code":59863},"setIdx":0,"setId":2,"iconIdx":459},{"icon":{"paths":["M763.833 655.625v-98.521c-0.003-10.607-8.601-19.205-19.208-19.208l-143.521-0c-10.607 0.003-19.205 8.601-19.208 19.208l-0 0v98.521c0.003 10.607 8.601 19.205 19.208 19.208l143.521 0c10.607-0.003 19.205-8.601 19.208-19.208l0-0zM725.417 636.416h-105.104v-60.103h105.104zM828.74 285.874c-15.689-53.159-64.015-91.312-121.269-91.417l-0.012-0h-472.375c-69.713 0.091-126.201 56.579-126.292 126.283l-0 0.009v297.064c0.067 51.814 31.278 96.321 75.916 115.813l0.815 0.317c18.977 35.911 54.886 60.646 96.808 63.619l0.378 0.022 485.438 31.708c2.624 0.167 5.229 0.25 7.833 0.25 63.040-0.061 114.637-48.971 118.979-110.915l0.021-0.377 19.917-310.917c0.178-2.425 0.28-5.254 0.28-8.106 0-53.849-36.209-99.24-85.608-113.154l-0.828-0.199zM235.083 232.875h472.375c44.668 0.141 81.464 33.656 86.767 76.909l0.042 0.424h-645.995c5.345-43.677 42.142-77.192 86.795-77.333l0.015-0zM147.208 348.625h648.125v95.542h-648.125zM147.208 617.812v-135.229h648.125v135.23c-0.054 48.51-39.365 87.821-87.87 87.875l-472.38 0c-48.51-0.054-87.821-39.365-87.875-87.87l-0-0.005zM856.646 715.771c-2.831 42.212-37.765 75.379-80.445 75.379-1.955 0-3.893-0.070-5.813-0.206l0.258 0.015-485.395-31.687c-15.785-1.125-30.093-6.643-41.936-15.324l0.225 0.158h463.919c69.712-0.091 126.2-56.579 126.291-126.282l0-0.009v-289.109c25.752 13.456 43.027 39.974 43.027 70.526 0 1.95-0.070 3.883-0.209 5.798l0.015-0.257z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Payment"],"grid":0},"attrs":[{}],"properties":{"order":2651,"id":436,"name":"Payment","prevSize":32,"code":59864},"setIdx":0,"setId":2,"iconIdx":460},{"icon":{"paths":["M710.187 346.667h124.373c-0.461-0.634-0.951-1.192-1.488-1.702l-0.005-0.005-200.107-208.427c-1.388-1.614-3.095-2.911-5.029-3.802l-0.091-0.038v131.627c0.106 45.436 36.911 82.24 82.336 82.347l0.010 0zM503.646 527.312h-23.542v92.032h23.542c0.662 0.036 1.437 0.057 2.216 0.057 23.938 0 43.344-19.406 43.344-43.344 0-0.929-0.029-1.851-0.087-2.765l0.006 0.125c0.080-0.981 0.125-2.123 0.125-3.276 0-23.7-19.213-42.913-42.913-42.913-0.947 0-1.887 0.031-2.818 0.091l0.127-0.007zM385.062 527.312h-29.812v38.281h29.812c0.361 0.024 0.782 0.038 1.206 0.038 10.592 0 19.179-8.587 19.179-19.179s-8.587-19.179-19.179-19.179c-0.424 0-0.846 0.014-1.263 0.041l0.057-0.003zM710.187 385.067c-66.618-0.17-120.576-54.129-120.747-120.73l-0-0.016v-133.76h-233.813c-92.431 0.698-167.403 74.476-170.021 166.371l-0.005 0.243v422.613c-0.020 0.979-0.032 2.133-0.032 3.289 0 92.952 74.235 168.565 166.652 170.787l0.206 0.004h320.213c92.282-3.492 165.768-79.145 165.768-171.962 0-0.595-0.003-1.188-0.009-1.781l0.001 0.090v-335.147zM387.792 594.656h-32.542v39.979c-0.009 7.602-6.169 13.762-13.77 13.771l-4.043 0c-7.602-0.009-13.762-6.169-13.771-13.77l-0-0.001v-122.614c0.004-7.606 6.166-13.771 13.77-13.781l0.001-0h50.354c0.492-0.018 1.070-0.028 1.651-0.028 26.64 0 48.237 21.596 48.237 48.237s-21.596 48.237-48.237 48.237c-0.581 0-1.159-0.010-1.735-0.031l0.083 0.002zM503.646 648.405h-41.354c-7.606-0.004-13.771-6.166-13.781-13.77l-0-0.001v-122.613c0.005-7.609 6.172-13.776 13.781-13.781l41.355-0c0.764-0.028 1.662-0.044 2.563-0.044 41.492 0 75.127 33.636 75.127 75.127s-33.636 75.127-75.127 75.127c-0.901 0-1.799-0.016-2.693-0.047l0.13 0.004zM700.333 513.541c-0.009 7.602-6.169 13.762-13.77 13.771l-59.011 0v30.115h57.552c7.604 0.014 13.763 6.177 13.771 13.781l0 0.001v1.51c-0.008 7.604-6.167 13.768-13.77 13.781l-0.001 0h-57.552v48.135c-0.009 7.602-6.169 13.762-13.77 13.771l-4.043 0c-7.602-0.009-13.762-6.169-13.771-13.77l-0-0.001v-122.613c0.004-7.606 6.166-13.771 13.77-13.781l0.001-0h76.823c7.605 0.010 13.767 6.175 13.771 13.781l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["PDF Document_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2652,"id":437,"name":"PDF-Document_Fill","prevSize":32,"code":59865},"setIdx":0,"setId":2,"iconIdx":461},{"icon":{"paths":["M832.99 344.896l-200.043-208.385c-3.496-3.643-8.406-5.907-13.844-5.907-0.003 0-0.007 0-0.010 0l-8.072-0c-0.686-0.296-1.484-0.469-2.323-0.469s-1.637 0.172-2.362 0.484l0.039-0.015h-250.646c-92.446 0.547-167.479 74.337-170.026 166.243l-0.005 0.236v422.699c-0.023 1.046-0.036 2.278-0.036 3.514 0 92.846 74.177 168.367 166.502 170.535l0.201 0.004 3.958 0.031 316.313-0.010c92.249-3.495 165.707-79.122 165.707-171.907 0-0.615-0.003-1.229-0.010-1.843l0.001 0.094v-362.012c-0-5.161-2.037-9.847-5.35-13.297l0.006 0.006zM627.896 186.698l153.622 160.031h-71.352c-45.441-0.191-82.211-37.041-82.271-82.494l-0-0.006zM799.937 720.333c0.006 0.473 0.009 1.032 0.009 1.592 0 71.86-56.709 130.475-127.816 133.534l-0.276 0.009-318.739-0.031c-71.648-1.763-129.057-60.263-129.057-132.172 0-1.079 0.013-2.154 0.039-3.226l-0.003 0.159v-422.656c2.131-71.226 60.21-128.197 131.675-128.542l0.033-0h233.698v95.219c0.083 66.643 54.005 120.664 120.602 120.906l0.023 0h89.813zM387.792 498.24h-50.354c-7.605 0.010-13.767 6.175-13.771 13.781l-0 0v122.615c0.009 7.602 6.169 13.762 13.77 13.771l4.043 0c7.602-0.009 13.762-6.169 13.771-13.77l0-0.001v-39.979h32.542c0.492 0.018 1.070 0.028 1.651 0.028 26.64 0 48.237-21.596 48.237-48.237s-21.596-48.237-48.237-48.237c-0.581 0-1.159 0.010-1.735 0.031l0.083-0.002zM385.062 565.594h-29.812v-38.282h29.812c0.361-0.024 0.782-0.038 1.206-0.038 10.592 0 19.179 8.587 19.179 19.179s-8.587 19.179-19.179 19.179c-0.424 0-0.846-0.014-1.263-0.041l0.057 0.003zM503.646 498.24h-41.354c-7.609 0.005-13.776 6.172-13.781 13.781l-0 0v122.615c0.010 7.605 6.175 13.767 13.781 13.771l41.355 0c0.764 0.028 1.662 0.044 2.563 0.044 41.492 0 75.127-33.636 75.127-75.127s-33.636-75.127-75.127-75.127c-0.901 0-1.799 0.016-2.693 0.047l0.13-0.004zM503.646 619.344h-23.542v-92.032h23.542c0.805-0.054 1.744-0.084 2.691-0.084 23.7 0 42.913 19.213 42.913 42.913 0 1.153-0.045 2.295-0.135 3.425l0.009-0.149c0.051 0.789 0.080 1.711 0.080 2.64 0 23.938-19.406 43.344-43.344 43.344-0.779 0-1.554-0.021-2.323-0.061l0.107 0.005zM686.563 498.24h-76.823c-7.605 0.010-13.767 6.175-13.771 13.781l-0 0v122.615c0.009 7.602 6.169 13.762 13.77 13.771l4.043 0c7.602-0.009 13.762-6.169 13.771-13.77l0-0.001v-48.136h57.552c7.604-0.014 13.763-6.177 13.771-13.781l0-0.001v-1.51c-0.008-7.604-6.167-13.768-13.77-13.781l-0.001-0h-57.552v-30.115h59.011c7.602-0.009 13.762-6.169 13.771-13.77l0-0.001v-1.52c-0.004-7.606-6.166-13.771-13.77-13.781l-0.001-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["PDF Document"],"grid":0},"attrs":[{}],"properties":{"order":2653,"id":438,"name":"PDF-Document","prevSize":32,"code":59866},"setIdx":0,"setId":2,"iconIdx":462},{"icon":{"paths":["M893.594 727.083c-2.959-19.125-12.175-35.703-25.453-47.938l-0.057-0.052c-38.376-36.487-81.448-68.64-128.057-95.315l-3.255-1.716c-1.592-0.913-3.438-1.63-5.394-2.050l-0.127-0.023c-3.917-0.577-8.44-0.907-13.039-0.907-20.856 0-40.128 6.78-55.733 18.257l0.261-0.183c-18.511 10.645-29.677 16.427-43.708 11.344-93.447-37.13-166.103-109.651-202.563-200.587l-0.854-2.413c-5.177-14.438 0.615-25.625 11.292-44.146 11.333-15.363 18.139-34.671 18.139-55.567 0-4.606-0.331-9.135-0.969-13.564l0.060 0.506c-0.445-2.083-1.162-3.929-2.123-5.617l0.050 0.096c-28.297-49.754-60.362-92.729-97.025-131.29l0.264 0.28c-12.818-13.881-30.239-23.343-49.826-25.955l-0.423-0.046c-59.5-3.198-128.938 76.833-142.906 99.052-29.208 40.26-29.292 93.115-0.542 156.469 66.729 163.26 321.469 417.958 486.010 486.344 25.331 12.961 55.115 20.978 86.666 22.002l0.334 0.009c0.57 0.010 1.242 0.016 1.915 0.016 25.134 0 48.392-8.035 67.344-21.678l-0.342 0.235c15.312-8.667 102.417-81.833 100.26-143.375-0.027-0.799-0.098-1.554-0.211-2.295l0.013 0.108z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Phone_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2802,"id":439,"name":"Phone_Fill","prevSize":32,"code":59867},"setIdx":0,"setId":2,"iconIdx":463},{"icon":{"paths":["M893.594 727.083c-2.959-19.125-12.175-35.703-25.453-47.938l-0.057-0.052c-38.376-36.487-81.448-68.64-128.057-95.315l-3.255-1.716c-1.592-0.913-3.438-1.63-5.394-2.050l-0.127-0.023c-3.914-0.576-8.433-0.905-13.028-0.905-20.859 0-40.135 6.78-55.743 18.255l0.261-0.183c-18.511 10.645-29.677 16.427-43.708 11.344-93.447-37.13-166.103-109.651-202.563-200.587l-0.854-2.413c-5.177-14.438 0.615-25.625 11.292-44.146 11.333-15.363 18.139-34.671 18.139-55.567 0-4.606-0.331-9.135-0.969-13.564l0.060 0.506c-0.445-2.083-1.162-3.929-2.123-5.617l0.050 0.096c-28.297-49.754-60.362-92.729-97.025-131.29l0.264 0.28c-12.818-13.881-30.239-23.343-49.826-25.955l-0.423-0.046c-59.438-3.198-128.938 76.833-142.906 99.052-29.208 40.26-29.292 93.115-0.542 156.469 66.729 163.26 321.469 417.958 486.010 486.344 25.331 12.961 55.115 20.978 86.666 22.002l0.334 0.009c0.57 0.010 1.242 0.016 1.915 0.016 25.134 0 48.392-8.035 67.344-21.678l-0.342 0.235c15.312-8.667 102.417-81.833 100.26-143.375-0.027-0.799-0.098-1.554-0.211-2.295l0.013 0.108zM772.907 840.323c-29.396 21.041-69.458 19.979-119.833-3.406-158.229-65.771-402.073-309.51-466.208-466.385-23.354-51.489-24.438-90.469-3.313-119.177 0.333-0.458 0.656-0.939 0.959-1.438 12.531-20.708 72.917-81.583 105.74-81.583 0.365 0 0.719 0.010 1.073 0.031 10.341 1.631 19.285 6.683 25.83 13.94l0.034 0.039c33.646 35.372 63.383 74.997 88.185 117.836l1.607 3.007c-0.010 14.754-5.030 28.334-13.45 39.132l0.107-0.142c-10.993 14.265-17.619 32.388-17.619 52.058 0 8.814 1.33 17.317 3.801 25.32l-0.161-0.607c41.353 103.73 122.057 184.312 223.19 224.558l2.684 0.942c7.322 2.273 15.74 3.582 24.464 3.582 19.612 0 37.678-6.617 52.089-17.74l-0.198 0.147c10.642-8.274 24.189-13.272 38.902-13.292l0.005-0c45.959 26.501 85.682 56.33 121.408 90.321l-0.263-0.248c6.876 6.291 11.71 14.711 13.459 24.212l0.041 0.267c0.010 37.167-64.937 98.542-82.531 108.625z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Phone"],"grid":0},"attrs":[{}],"properties":{"order":2803,"id":440,"name":"Phone","prevSize":32,"code":59868},"setIdx":0,"setId":2,"iconIdx":464},{"icon":{"paths":["M727.292 493.927h-42.723c15.583-13.005 29.576-26.683 42.435-41.38l0.371-0.433c54.589-58.108 88.126-136.547 88.126-222.82 0-3.437-0.053-6.861-0.159-10.273l0.012 0.498c-0.799-8.875-8.202-15.777-17.217-15.777-0.342 0-0.681 0.010-1.017 0.029l0.047-0.002c-68.212 7.023-128.803 35.124-176.278 77.586l0.3-0.263c-3.695 3.15-6.023 7.808-6.023 13.011 0 9.424 7.64 17.064 17.064 17.064 4.222 0 8.086-1.533 11.065-4.073l-0.024 0.020c37.735-33.498 84.806-57.292 136.828-67.036l1.776-0.276c-3.782 73.763-33.604 139.909-80.372 190.041l0.163-0.177c-21.66 24.887-46.564 46.18-74.233 63.457l-1.38 0.803h-45.139c18.508-42.641 29.274-92.305 29.274-144.484 0-0.299-0-0.597-0.001-0.896l0 0.046c0.022-0.683 0.034-1.487 0.034-2.294 0-3.267-0.202-6.486-0.593-9.647l0.038 0.378c0.002-0.453 0.004-0.989 0.004-1.525 0-84.803-32.539-162.006-85.812-219.804l0.205 0.225c-3.090-3.080-7.354-4.984-12.063-4.984s-8.972 1.904-12.063 4.985l0-0c-53.505 58.267-86.299 136.297-86.299 221.988 0 3.755 0.063 7.496 0.188 11.22l-0.014-0.541c-0.004 0.607-0.006 1.326-0.006 2.045 0 51.735 10.629 100.988 29.821 145.693l-0.918-2.405h-44.763c-29.066-18.094-53.984-39.403-75.317-63.916l-0.338-0.397c-46.582-49.946-76.389-116.073-80.137-189.086l-0.030-0.727c53.798 10.020 100.869 33.815 138.9 67.57l-0.296-0.258c2.955 2.52 6.82 4.054 11.042 4.054 9.424 0 17.064-7.64 17.064-17.064 0-5.202-2.328-9.861-5.999-12.991l-0.024-0.020c-47.176-42.199-107.767-70.3-174.647-77.211l-1.331-0.111c-0.322-0.022-0.698-0.034-1.077-0.034-8.994 0-16.372 6.917-17.106 15.721l-0.004 0.062c-0.094 2.918-0.147 6.349-0.147 9.792 0 86.243 33.521 164.656 88.245 222.922l-0.16-0.172c13.244 15.149 27.251 28.844 42.258 41.383l0.592 0.481h-42.726c-0.046-0-0.101-0-0.156-0-30.508 0-55.24 24.732-55.24 55.24 0 24.177 15.532 44.727 37.163 52.215l0.388 0.117 41.408 240.835c7.058 40.406 41.873 70.729 83.77 70.729 0.059 0 0.118-0 0.177-0l-0.009 0h215.583c0.050 0 0.108 0 0.167 0 41.897 0 76.712-30.323 83.696-70.22l0.074-0.509 41.408-240.835c22.019-7.604 37.551-28.154 37.551-52.332 0-30.508-24.732-55.24-55.24-55.24-0.055 0-0.11 0-0.164 0l0.008-0zM512 153.219c39.728 50.665 63.71 115.329 63.71 185.594 0 0.359-0.001 0.717-0.002 1.076l0-0.056c0.241 2.099 0.378 4.531 0.378 6.995 0 0.621-0.009 1.24-0.026 1.856l0.002-0.091c0.004 0.64 0.007 1.396 0.007 2.153 0 50.679-11.243 98.733-31.371 141.802l0.864-2.059c-0.527 1.19-1.168 2.259-1.702 3.437h-14.798v-166.542c0-9.423-7.639-17.062-17.062-17.062s-17.062 7.639-17.062 17.062l0-0v166.542h-14.317c-20.625-41.852-32.69-91.108-32.69-143.181 0-0.757 0.003-1.513 0.008-2.268l-0.001 0.116c-0.080-2.602-0.126-5.662-0.126-8.732 0-70.68 24.165-135.717 64.683-187.298l-0.496 0.655zM670.104 836.542c-4.239 24.221-25.112 42.396-50.229 42.396-0.029 0-0.059-0-0.088-0l0.005 0h-215.583c-0.025 0-0.054 0-0.083 0-25.118 0-45.99-18.175-50.185-42.090l-0.044-0.306-39.854-231.833h395.917zM727.292 570.583h-430.583c-0.020 0-0.044 0-0.067 0-11.745 0-21.266-9.521-21.266-21.266s9.521-21.266 21.266-21.266c0.024 0 0.047 0 0.071 0l-0.004-0h430.583c0.020-0 0.044-0 0.067-0 11.745 0 21.266 9.521 21.266 21.266s-9.521 21.266-21.266 21.266c-0.024 0-0.047-0-0.071-0l0.004 0zM648.229 419.24l31.979-36.615c2.617-2.984 4.214-6.92 4.214-11.229 0-9.427-7.642-17.068-17.068-17.068-5.118 0-9.709 2.252-12.837 5.82l-0.017 0.019-31.979 36.615c-2.617 2.984-4.214 6.92-4.214 11.229 0 9.427 7.642 17.068 17.068 17.068 5.118 0 9.709-2.252 12.837-5.82l0.017-0.019zM369.5 360.168c-3.145-3.587-7.737-5.839-12.854-5.839-9.427 0-17.068 7.642-17.068 17.068 0 4.309 1.597 8.245 4.231 11.249l-0.017-0.019 31.979 36.615c3.145 3.587 7.737 5.839 12.854 5.839 9.427 0 17.068-7.642 17.068-17.068 0-4.309-1.597-8.245-4.231-11.249l0.017 0.019z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Plant"],"grid":0},"attrs":[{}],"properties":{"order":2804,"id":441,"name":"Plant","prevSize":32,"code":59869},"setIdx":0,"setId":2,"iconIdx":465},{"icon":{"paths":["M865.067 540.373c3.491 0.029 6.875 0.416 10.139 1.126l-0.326-0.059v-331.307c-0.102-40.552-32.999-73.387-73.565-73.387-0.012 0-0.024 0-0.036 0l-575.785-0c-0.010-0-0.022-0-0.035-0-40.566 0-73.464 32.835-73.565 73.377l-0 0.010v187.307c6.272-2.432 13.53-3.84 21.118-3.84 0.076 0 0.151 0 0.227 0l-0.012-0h12.8v-183.467c0.045-21.689 17.637-39.254 39.332-39.254 0.047 0 0.095 0 0.142 0l-0.007-0h575.787c0.040-0 0.088-0 0.136-0 21.695 0 39.287 17.565 39.33 39.249l0 0.004v289.067h-314.88v138.24h31.573l39.040 103.68h-70.613v34.133h95.36c5.763-0.027 10.835-2.959 13.829-7.407l0.038-0.060c1.964-2.729 3.14-6.138 3.14-9.822 0-2.063-0.369-4.040-1.045-5.869l0.038 0.117-43.093-114.773h78.933v-48.853c-0-0.028-0-0.062-0-0.095 0-26.533 21.476-48.051 47.994-48.118l0.006-0zM463.573 421.333h-290.347c-7.648 0.046-14.69 2.604-20.352 6.889l0.085-0.062c-8.691 6.17-14.294 16.196-14.294 27.532 0 0.071 0 0.142 0.001 0.213l-0-0.011v379.733c-0 0.003-0 0.006-0 0.009 0 19.082 15.469 34.551 34.551 34.551 0.003 0 0.006-0 0.009-0l290.346 0c0.043 0 0.094 0 0.145 0 19.007 0 34.416-15.408 34.416-34.416 0-0.051-0-0.102-0-0.153l0 0.008v-379.733c0-0.003 0-0.006 0-0.009 0-19.082-15.469-34.551-34.551-34.551-0.003 0-0.006 0-0.009 0l0-0zM323.627 829.867h-10.24c-7.069 0-12.8-5.731-12.8-12.8s5.731-12.8 12.8-12.8v0h10.24c7.069 0 12.8 5.731 12.8 12.8s-5.731 12.8-12.8 12.8v0zM874.88 570.88c-2.676-1.741-5.95-2.777-9.466-2.777-0.122 0-0.244 0.001-0.366 0.004l0.018-0h-32.427c0.141 0.697 0.222 1.498 0.222 2.318 0 0.16-0.003 0.32-0.009 0.478l0.001-0.023c0 0.008 0 0.019 0 0.029 0 7.643-6.196 13.838-13.838 13.838-0.010 0-0.020-0-0.030-0l0.002 0h-51.84c-0.008 0-0.018 0-0.028 0-7.643 0-13.838-6.196-13.838-13.838 0-0.010 0-0.020 0-0.030l-0 0.002c-0.006-0.138-0.009-0.299-0.009-0.461 0-0.818 0.081-1.617 0.235-2.39l-0.013 0.077h-32.427c-11.214 0.099-20.267 9.213-20.267 20.441 0 0.014 0 0.028 0 0.041l-0-0.002v261.333c-0 0.003-0 0.006-0 0.009 0 11.188 9.070 20.258 20.258 20.258 0.003 0 0.006-0 0.009-0l144 0c0.003 0 0.006 0 0.010 0 11.188 0 20.257-9.069 20.257-20.257 0-0.003-0-0.007-0-0.010l0 0.001v-261.333c0-0.004 0-0.010 0-0.015 0-7.58-4.175-14.184-10.351-17.639l-0.102-0.053z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Platform_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2805,"id":442,"name":"Platform_Fill","prevSize":32,"code":59870},"setIdx":0,"setId":2,"iconIdx":466},{"icon":{"paths":["M873.833 553.398v-343.19c-0.043-40-32.458-72.416-72.454-72.459l-575.942-0c-39.992 0.053-72.397 32.465-72.437 72.455l-0 0.004v199.419c-17.983 8.006-30.3 25.705-30.333 46.285l-0 0.004v379.75c0.029 27.925 22.659 50.554 50.58 50.584l290.336 0c27.924-0.030 50.554-22.659 50.583-50.58l0-0.003v-61.501h106.979c8.836-0.010 15.995-7.176 15.995-16.013 0-2.016-0.373-3.945-1.052-5.722l0.037 0.11-43.661-116.126h92.37v213.501c0.018 20.059 16.274 36.316 36.332 36.334l143.835 0c20.059-0.018 36.316-16.275 36.333-36.332l0-0.002v-261.396c-0.045-16.884-11.611-31.055-27.248-35.068l-0.252-0.055zM482.167 835.667c-0.010 10.259-8.324 18.574-18.582 18.583l-290.334 0c-10.259-0.010-18.574-8.324-18.583-18.582l-0-0.001v-379.75c0.010-10.259 8.324-18.574 18.582-18.583l86.081-0c1.179 7.605 7.647 13.368 15.475 13.437l0.007 0h87.208c7.835-0.069 14.303-5.832 15.47-13.349l0.011-0.089h86.080c10.259 0.010 18.574 8.324 18.583 18.582l0 0.001zM463.583 405.333h-278.583v-195.125c0.020-22.329 18.11-40.426 40.434-40.459l0.003-0h575.937c22.335 0.023 40.435 18.123 40.458 40.456l0 0.002v290.105h-327.667v-44.396c-0.030-27.924-22.659-50.554-50.58-50.583l-0.003-0zM598.042 742.167h-83.875v-105.751h44.105zM684.833 588.521v15.895h-170.667v-72.103h327.667v19.875h-120.667c-20.059 0.018-36.315 16.274-36.333 36.331l-0 0.002zM869.333 849.917c0 0.001 0 0.002 0 0.003 0 2.392-1.939 4.331-4.331 4.331-0.001 0-0.002-0-0.003-0l-143.833 0c-0.001 0-0.002 0-0.003 0-2.392 0-4.331-1.939-4.331-4.331 0-0.001 0-0.002 0-0.003l-0 0v-229.19l0.063-0.31-0.063-0.31v-31.586c-0-0.001-0-0.002-0-0.003 0-2.392 1.939-4.331 4.331-4.331 0.001 0 0.002 0 0.003 0l30.226-0c0.498 8.349 7.37 14.937 15.79 14.979l0.004 0h51.792c8.424-0.042 15.296-6.63 15.792-14.935l0.002-0.044h30.227c0.001-0 0.002-0 0.003-0 2.392 0 4.331 1.939 4.331 4.331 0 0.001-0 0.002-0 0.003l0-0zM323.708 801.063h-10.354c-8.837 0-16 7.163-16 16s7.163 16 16 16v0h10.354c8.837 0 16-7.163 16-16s-7.163-16-16-16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Platform"],"grid":0},"attrs":[{}],"properties":{"order":2806,"id":443,"name":"Platform","prevSize":32,"code":59871},"setIdx":0,"setId":2,"iconIdx":467},{"icon":{"paths":["M508.604 108.802c-222.676 0.006-403.187 180.522-403.187 403.198 0 222.68 180.518 403.198 403.198 403.198s403.198-180.518 403.198-403.198v0c-0.262-222.578-180.629-402.942-403.184-403.198l-0.024-0zM636.354 545.74l-170.375 107.302c-6.022 3.843-13.365 6.126-21.24 6.126-22.024 0-39.879-17.852-39.885-39.875l-0-0.001v-214.584c0.005-22.024 17.86-39.875 39.885-39.875 7.875 0 15.218 2.283 21.401 6.222l-0.161-0.096 170.375 107.302c11.262 7.175 18.625 19.597 18.625 33.74s-7.363 26.565-18.464 33.644l-0.161 0.096z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Play_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2654,"id":444,"name":"Play_Fill","prevSize":32,"code":59872},"setIdx":0,"setId":2,"iconIdx":468},{"icon":{"paths":["M508.604 108.802c-222.676 0.006-403.187 180.522-403.187 403.198 0 222.68 180.518 403.198 403.198 403.198s403.198-180.518 403.198-403.198v0c-0.262-222.578-180.629-402.942-403.184-403.198l-0.024-0zM508.604 876.802c-0.003 0-0.007 0-0.010 0-201.475 0-364.802-163.327-364.802-364.802s163.327-364.802 364.802-364.802c201.475 0 364.802 163.327 364.802 364.802l-0-0c-0.231 201.378-163.415 364.565-364.769 364.802l-0.023 0zM636.354 478.26l-170.375-107.302c-6.022-3.843-13.365-6.126-21.24-6.126-22.024 0-39.879 17.852-39.885 39.875l-0 0.001v214.584c0.007 22.023 17.862 39.874 39.886 39.874 7.875 0 15.217-2.282 21.4-6.221l-0.161 0.096 170.375-107.302c11.262-7.175 18.625-19.597 18.625-33.74s-7.363-26.565-18.464-33.644l-0.161-0.096zM615.895 513.24l-170.375 107.302-2.25-1.25v-214.583l2.25-1.25 170.375 107.302z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Play"],"grid":0},"attrs":[{}],"properties":{"order":2655,"id":445,"name":"Play","prevSize":32,"code":59873},"setIdx":0,"setId":2,"iconIdx":469},{"icon":{"paths":["M896 490.667h-362.667v-362.667c0-11.782-9.551-21.333-21.333-21.333s-21.333 9.551-21.333 21.333v0 362.667h-362.667c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h362.667v362.667c0 11.782 9.551 21.333 21.333 21.333s21.333-9.551 21.333-21.333v0-362.667h362.667c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Plus"],"grid":0},"attrs":[{}],"properties":{"order":2656,"id":446,"name":"Plus","prevSize":32,"code":59874},"setIdx":0,"setId":2,"iconIdx":470},{"icon":{"paths":["M367.573 857.6h288.853v-281.173h-288.853zM734.933 305.493l9.6-138.027c0.036-0.411 0.057-0.889 0.057-1.372 0-4.428-1.727-8.452-4.544-11.436l0.008 0.008c-3.097-3.287-7.479-5.333-12.338-5.333-0.012 0-0.025 0-0.037 0l0.002-0h-431.147c-9.448 0.033-17.095 7.699-17.095 17.152 0 0.345 0.010 0.688 0.030 1.028l-0.002-0.047 9.813 138.027c-89.128 13.127-156.798 88.975-157.013 180.671l-0 0.023v145.067c0.149 37.499 30.582 67.84 68.102 67.84 0.058 0 0.116-0 0.174-0l-0.009 0h132.907v-122.667c0.057-18.828 15.305-34.077 34.128-34.133l0.005-0h288.853c18.828 0.057 34.077 15.305 34.133 34.128l0 0.005v122.667h133.333c37.459-0.019 67.821-30.381 67.84-67.838l0-0.002v-145.067c-0.189-91.659-67.759-167.479-155.799-180.571l-1.001-0.122zM322.773 296.32l-7.893-112.853h394.453l-7.893 112.853zM705.707 459.733c-0.088 0.001-0.191 0.001-0.295 0.001-10.397 0-19.803-4.243-26.582-11.091l-0.003-0.003c-6.849-6.851-11.086-16.315-11.086-26.769 0-20.911 16.952-37.862 37.862-37.862s37.862 16.952 37.862 37.862c0 20.874-16.893 37.803-37.753 37.862l-0.006 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Printer_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2657,"id":447,"name":"Printer_Fill","prevSize":32,"code":59875},"setIdx":0,"setId":2,"iconIdx":471},{"icon":{"paths":["M737.171 303.668l9.579-135.981c0.030-0.402 0.047-0.87 0.047-1.343 0-10.605-8.59-19.204-19.191-19.22l-0.001-0h-431.062c-10.603 0.015-19.193 8.615-19.193 19.22 0 0.472 0.017 0.941 0.051 1.405l-0.004-0.062 9.579 135.957c-89.246 14.182-156.676 90.504-156.849 182.609l-0 0.018v145.062c0.195 38.69 31.604 69.978 70.321 69.978 0.063 0 0.126-0 0.189-0l-0.010 0h103.25c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208h-103.25c-0.068 0.001-0.148 0.001-0.229 0.001-17.491 0-31.689-14.096-31.854-31.548l-0-0.016v-145.061c0.089-80.92 65.663-146.494 146.575-146.583l393.758-0c80.92 0.089 146.494 65.664 146.583 146.575l0 0.009v145.062c-0.011 17.427-14.135 31.552-31.561 31.562l-104.022 0c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h104.021c38.629-0.048 69.931-31.35 69.979-69.974l0-0.005v-145.062c-0.174-92.071-67.528-168.358-155.646-182.464l-1.057-0.14zM699.354 294.104h-374.563l-7.646-108.562h389.854zM656.396 557.271h-288.791c-10.607 0.003-19.205 8.601-19.209 19.208l-0 0v281.187c0.003 10.607 8.601 19.205 19.208 19.209l288.792 0c10.607-0.003 19.205-8.601 19.209-19.208l0-0v-281.187c-0.003-10.607-8.601-19.205-19.208-19.208l-0-0zM637.187 838.458h-250.375v-242.771h250.375zM705.687 461.854c22.035-0.030 39.885-17.899 39.885-39.937 0-22.057-17.881-39.938-39.938-39.938-0.018 0-0.037 0-0.055 0l0.003-0h-0.063c-22.039 0.024-39.896 17.895-39.896 39.937 0 22.057 17.881 39.938 39.938 39.938 0.015 0 0.029-0 0.044-0l-0.002 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Printer"],"grid":0},"attrs":[{}],"properties":{"order":2658,"id":448,"name":"Printer","prevSize":32,"code":59876},"setIdx":0,"setId":2,"iconIdx":472},{"icon":{"paths":["M832.979 344.896l-200.041-208.385c-3.497-3.643-8.406-5.906-13.844-5.906-0.003 0-0.007 0-0.010 0l-263.334-0c-92.454 0.545-167.495 74.332-170.057 166.242l-0.005 0.238 0.021 422.699c-0.023 1.055-0.037 2.298-0.037 3.544 0 92.833 74.169 168.342 166.482 170.504l0.201 0.004 3.979 0.031 316.292-0.010c92.253-3.486 165.717-79.115 165.717-171.902 0-0.617-0.003-1.233-0.010-1.848l0.001 0.094v-362.012c0-0.001 0-0.002 0-0.003 0-5.162-2.041-9.848-5.36-13.293l0.006 0.006zM627.917 186.732l153.582 159.997h-71.332c-45.437-0.189-82.204-37.043-82.25-82.496l-0-0.004zM799.917 720.333c0.006 0.483 0.010 1.053 0.010 1.624 0 71.847-56.702 130.45-127.797 133.502l-0.276 0.009-318.749-0.031c-71.613-1.634-129.042-60.073-129.042-131.927 0-1.165 0.015-2.326 0.045-3.484l-0.004 0.171-0.021-422.656c2.148-71.226 60.229-128.192 131.695-128.542l0.034-0h233.687v95.219c0.086 66.641 54.006 120.66 120.601 120.906l0.024 0h89.792zM647.604 430.771l-122.542-43.062c-3.894-1.398-8.387-2.206-13.068-2.206-4.693 0-9.196 0.812-13.376 2.303l0.278-0.087-122.479 43.052c-15.482 5.571-26.364 20.106-26.417 37.191l-0 0.006v126.052c0.038 41.355 15.343 79.129 40.581 107.996l-0.164-0.192c12.948 14.331 28.237 26.249 45.316 35.219l0.892 0.427 66.334 35.885c2.644 1.456 5.794 2.313 9.145 2.313 3.343 0 6.487-0.853 9.226-2.353l-0.1 0.050 66.083-35.708c51.873-26.928 86.699-80.237 86.699-141.679 0-0.684-0.004-1.367-0.013-2.050l0.001 0.104v-126.105c-0.070-17.069-10.936-31.582-26.12-37.069l-0.276-0.087zM635.584 594.052c0.010 0.567 0.015 1.236 0.015 1.906 0 46.806-26.631 87.392-65.567 107.433l-0.677 0.317-57.25 30.937-57.542-31.135c-39.564-20.324-66.162-60.854-66.162-107.597 0-0.666 0.005-1.33 0.016-1.993l-0.001 0.1 0.729-127.021 123.208-43.052 122.5 43.052 0.729 0.969z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Privacy Policy_Fill-24"],"grid":0},"attrs":[{}],"properties":{"order":2659,"id":449,"name":"Privacy-Policy_Fill-24","prevSize":32,"code":59877},"setIdx":0,"setId":2,"iconIdx":473},{"icon":{"paths":["M710.167 346.729h124c-0.406-0.712-0.799-1.311-1.223-1.884l0.036 0.051-200.041-208.385c-1.432-1.381-3.089-2.542-4.908-3.421l-0.113-0.049v131.189c0.046 45.457 36.812 82.311 82.231 82.5l0.018 0zM710.124 385.125c-66.619-0.246-120.539-54.265-120.625-120.898l-0-0.008v-133.615h-233.749c-92.453 0.545-167.495 74.332-170.057 166.242l-0.005 0.238 0.021 422.699c-0.023 1.055-0.037 2.298-0.037 3.544 0 92.833 74.169 168.342 166.482 170.504l0.201 0.004 3.979 0.031 316.292-0.010c92.253-3.486 165.717-79.115 165.717-171.902 0-0.617-0.003-1.233-0.010-1.848l0.001 0.094v-335.074zM673.999 594.031c0.008 0.579 0.012 1.262 0.012 1.946 0 61.443-34.827 114.751-85.817 141.261l-0.883 0.418-66.083 35.708c-2.639 1.45-5.783 2.302-9.126 2.302-3.351 0-6.501-0.857-9.245-2.363l0.1 0.050-66.332-35.885c-17.971-9.397-33.26-21.315-46.082-35.504l-0.126-0.142c-25.074-28.674-40.378-66.447-40.417-107.794l-0-0.008v-126.053c0.052-17.091 10.934-31.627 26.141-37.111l0.276-0.087 122.479-43.052c3.903-1.404 8.406-2.216 13.098-2.216 4.682 0 9.174 0.808 13.347 2.292l-0.278-0.086 122.542 43.062c15.46 5.574 26.326 20.087 26.396 37.148l0 0.008z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Privacy Policy_Fill-25"],"grid":0},"attrs":[{}],"properties":{"order":2660,"id":450,"name":"Privacy-Policy_Fill-25","prevSize":32,"code":59878},"setIdx":0,"setId":2,"iconIdx":474},{"icon":{"paths":["M439.187 519.104h1.188c104.463-0.003 189.146-84.688 189.146-189.151 0-104.465-84.686-189.151-189.151-189.151-104.445 0-189.119 84.653-189.151 189.091l-0 0.003c-0.001 0.197-0.001 0.429-0.001 0.662 0 103.928 84.086 188.218 187.938 188.546l0.031 0zM551.893 717.013v-114.347c-0.006-0.127-0.009-0.275-0.009-0.424 0-0.756 0.081-1.494 0.234-2.204l-0.012 0.068c-38.187-3.2-72.533-3.2-94.293-3.2-129.493 0-301.867 14.080-301.867 134.613 0 135.253 227.2 135.253 301.867 135.253 4.622 0.092 10.071 0.144 15.532 0.144 52.65 0 104.164-4.865 154.117-14.171l-5.169 0.8c-10.889-7.672-20.395-16.095-28.885-25.456l-0.129-0.144c-25.712-29.539-41.387-68.406-41.387-110.933l-0-0zM836.48 585.6l-110.933-39.040c-1.774-0.632-3.821-1.019-5.951-1.066l-0.022-0c-2.223 0.027-4.346 0.416-6.326 1.109l0.139-0.042-110.933 39.040c-7.144 2.573-12.159 9.292-12.159 17.183 0 0.034 0 0.068 0 0.102l-0-0.005v114.133c-0 0.073-0 0.16-0 0.247 0 32.798 12.122 62.766 32.131 85.665l-0.131-0.153c10.476 11.558 22.825 21.183 36.609 28.452l0.724 0.348 13.867 7.467 46.080 24.96 60.159-32.427c14.404-7.677 26.674-17.293 37.020-28.688l0.1-0.112c19.846-22.853 31.956-52.888 32-85.751l0-0.009v-114.133c0-0.026 0-0.057 0-0.088 0-7.953-5.121-14.711-12.246-17.154l-0.128-0.038z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Privilege Settings_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2661,"id":451,"name":"Privilege-Settings_Fill","prevSize":32,"code":59879},"setIdx":0,"setId":2,"iconIdx":475},{"icon":{"paths":["M536.25 817.167c-27.968 2.812-59.385 4.188-96.043 4.188-163.104 0-245.803-30.104-245.803-89.458 0-60.188 80.406-89.448 245.803-89.448 1.199-0.008 2.617-0.012 4.036-0.012 22.771 0 45.274 1.143 67.456 3.376l-2.794-0.228c0.49 0.044 1.060 0.070 1.635 0.070 10.607 0 19.205-8.598 19.205-19.205 0-10.031-7.69-18.266-17.497-19.13l-0.073-0.005c-20.378-2.083-44.037-3.272-67.972-3.272-1.405 0-2.809 0.004-4.212 0.012l0.216-0.001c-122 0-284.198 13.25-284.198 127.844 0 127.854 213.906 127.854 284.198 127.854 1.874 0.013 4.091 0.020 6.31 0.020 32.953 0 65.532-1.596 97.666-4.715l-4.081 0.32c9.742-1.012 17.274-9.178 17.274-19.104 0-10.604-8.597-19.201-19.201-19.201-0.679 0-1.349 0.035-2.010 0.104l0.083-0.007zM439.187 519.104h1.188c104.463-0.003 189.146-84.688 189.146-189.151 0-104.465-84.686-189.151-189.151-189.151-104.445 0-189.119 84.653-189.151 189.091l-0 0.003c-0.001 0.197-0.001 0.429-0.001 0.662 0 103.928 84.086 188.218 187.938 188.546l0.031 0zM439.25 480.708c-82.707-0.305-149.637-67.423-149.637-150.173 0-0.203 0-0.406 0.001-0.608l-0 0.031c-0-0.003-0-0.007-0-0.011 0-83.263 67.498-150.761 150.761-150.761s150.761 67.498 150.761 150.761c0 83.263-67.498 150.761-150.761 150.761h0zM842.865 567.396l-110.948-38.99c-3.7-1.328-7.969-2.096-12.417-2.096-4.46 0-8.739 0.772-12.712 2.189l0.264-0.082-110.906 38.969c-14.738 5.299-25.095 19.138-25.136 35.401l-0 0.005v114.137c-0.006 0.492-0.009 1.073-0.009 1.655 0 56.286 31.89 105.123 78.587 129.431l0.808 0.383 60.063 32.491c2.642 1.456 5.791 2.313 9.14 2.313 3.341 0 6.484-0.853 9.221-2.352l-0.1 0.050 59.792-32.323c47.558-24.689 79.488-73.564 79.488-129.896 0-0.616-0.004-1.23-0.011-1.844l0.001 0.093v-114.188c-0.062-16.242-10.408-30.052-24.863-35.261l-0.262-0.083zM829.594 716.937c0.009 0.514 0.014 1.12 0.014 1.728 0 41.697-23.74 77.849-58.441 95.677l-0.604 0.282-50.968 27.552-51.261-27.729c-35.246-18.116-58.94-54.229-58.94-95.875 0-0.582 0.005-1.163 0.014-1.744l-0.001 0.088-0.554-113.292 110.365-38.979 110.375 38.792z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Privilege Settings"],"grid":0},"attrs":[{}],"properties":{"order":2662,"id":452,"name":"Privilege-Settings","prevSize":32,"code":59880},"setIdx":0,"setId":2,"iconIdx":476},{"icon":{"paths":["M714.958 130.125h-14.251v203.917c0 0.003 0 0.007 0 0.010 0 10.603-8.595 19.198-19.198 19.198-4.34 0-8.343-1.44-11.559-3.868l0.048 0.035-55.813-41.729-55.791 41.729c-3.166 2.388-7.166 3.825-11.503 3.825-10.605 0-19.203-8.596-19.206-19.2l-0-0v-203.917h-228.48c-93.337 0.112-168.971 75.746-169.083 169.072l-0 0.011v415.75c0.122 98.764 80.153 178.795 178.905 178.917l415.7 0c93.374-0.106 169.040-75.772 169.146-169.136l0-0.010v-415.687c-0.122-98.764-80.153-178.795-178.905-178.917l-0.011-0zM542.167 707.584c-0.033 24.345-19.759 44.071-44.101 44.104l-0.003 0h-181.458c-24.345-0.033-44.071-19.759-44.104-44.101l-0-0.003v-122.147c0.033-24.345 19.759-44.071 44.101-44.104l0.003-0h181.458c24.345 0.033 44.071 19.759 44.104 44.101l0 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Product_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2663,"id":453,"name":"Product_Fill","prevSize":32,"code":59881},"setIdx":0,"setId":2,"iconIdx":477},{"icon":{"paths":["M714.958 130.125h-415.75c-93.337 0.112-168.971 75.746-169.083 169.072l-0 0.011v415.75c0.122 98.764 80.153 178.795 178.905 178.917l415.699 0c93.374-0.106 169.040-75.772 169.146-169.136l0-0.010v-415.687c-0.122-98.764-80.153-178.795-178.905-178.917l-0.011-0zM566.104 169.729h96.188v129.417l-37.833-23.979c-2.909-1.882-6.465-3-10.281-3s-7.372 1.118-10.356 3.046l0.075-0.045-37.792 23.957zM855.458 724.729c-0.085 72.165-58.563 130.644-130.721 130.729l-415.696 0c-77.562-0.086-140.414-62.939-140.5-140.492l-0-0.008v-415.75c0.075-72.135 58.531-130.592 130.659-130.667l228.487-0v165.5c-0 0.004-0 0.008-0 0.012 0 10.602 8.594 19.196 19.196 19.196 3.824 0 7.387-1.118 10.38-3.046l-0.076 0.046 56.998-36.146 57.043 36.147c2.901 1.89 6.451 3.014 10.264 3.014 3.4 0 6.591-0.894 9.351-2.459l-0.094 0.049c5.979-3.325 9.957-9.604 9.958-16.812l0-0v-165.501h14.251c77.562 0.086 140.414 62.939 140.5 140.492l0 0.008zM498.063 541.333h-181.458c-24.345 0.033-44.071 19.759-44.104 44.101l-0 0.003v122.147c0.033 24.345 19.759 44.071 44.101 44.104l0.003 0h181.458c24.345-0.033 44.071-19.759 44.104-44.101l0-0.003v-122.147c-0.033-24.345-19.759-44.071-44.101-44.104l-0.003-0zM503.75 707.584c0 0.002 0 0.004 0 0.006 0 3.138-2.544 5.681-5.681 5.681-0.002 0-0.004-0-0.006-0l-181.458 0c-0.002 0-0.004 0-0.006 0-3.138 0-5.681-2.544-5.681-5.681 0-0.002 0-0.004 0-0.006l-0 0v-122.147c-0-0.002-0-0.004-0-0.006 0-3.138 2.544-5.681 5.681-5.681 0.002 0 0.004 0 0.006 0l181.458-0c0.002-0 0.004-0 0.006-0 3.138 0 5.681 2.544 5.681 5.681 0 0.002-0 0.004-0 0.006l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Product"],"grid":0},"attrs":[{}],"properties":{"order":2664,"id":454,"name":"Product","prevSize":32,"code":59882},"setIdx":0,"setId":2,"iconIdx":478},{"icon":{"paths":["M754.521 209.708c-61.948-62.332-147.734-100.911-242.531-100.911-188.458 0-341.304 152.474-341.906 340.79l-0 0.058 0.021 1.833c3.141 93.956 35.994 179.671 89.401 248.674l-0.734-0.987c60.118 79.815 131.695 147.103 213.047 200.777l3.182 1.972c10.019 8.199 22.958 13.167 37.058 13.167 14.076 0 26.995-4.952 37.111-13.208l-0.106 0.084c57.563-37.609 107.598-79.112 152.483-125.618l0.246-0.257c85.74-81.882 142.094-193.894 152.014-318.979l0.11-1.731v-3.584c0.004-0.582 0.006-1.271 0.006-1.961 0-93.762-37.984-178.653-99.404-240.124l0.002 0.002zM674.709 748.875c-43.564 45.165-91.889 85.223-144.32 119.527l-3.18 1.952c-0.799 0.517-1.493 1.046-2.144 1.621l0.019-0.016c-3.485 2.991-8.051 4.812-13.042 4.812s-9.557-1.821-13.069-4.835l0.027 0.023c-0.613-0.556-1.287-1.071-2.002-1.527l-0.060-0.036c-81.169-53.299-149.878-117.824-206.052-192.332l-1.49-2.064c-47.955-61.827-77.913-139.74-80.877-224.518l-0.019-0.67v-1.104c0.533-167.18 136.181-302.5 303.436-302.5 0.008 0 0.015 0 0.023 0l0.978-0c167.213 0.518 302.564 136.189 302.564 303.474 0 0.368-0.001 0.736-0.002 1.104l0-0.057 0.063 2.104c-9.601 116.75-61.728 219.764-140.662 294.862l-0.191 0.18zM512 262.275c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c0-0.016 0-0.034 0-0.053 0-106.009-85.938-191.947-191.947-191.947-0.019 0-0.037 0-0.056 0l0.003-0zM446 395.594c0-36.451 29.549-66 66-66s66 29.549 66 66c0 36.451-29.549 66-66 66v0h-0.24c-0.008 0-0.018 0-0.028 0-36.228 0-65.611-29.308-65.733-65.508l-0-0.012zM512 578.953c-54.12 0-99.72-8.64-99.72-42.599s45.961-42.48 99.72-42.48c54.12 0 99.72 8.76 99.72 42.72 0 33.961-45.96 42.359-99.72 42.359z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Profile 1"],"grid":0},"attrs":[{}],"properties":{"order":2665,"id":455,"name":"Profile-1","prevSize":32,"code":59883},"setIdx":0,"setId":2,"iconIdx":479},{"icon":{"paths":["M512 108.802c-222.676 0.006-403.187 180.522-403.187 403.198 0 222.68 180.518 403.198 403.198 403.198s403.198-180.518 403.198-403.198v0c-0.262-222.578-180.629-402.942-403.184-403.198l-0.025-0zM512 876.802c-0.003 0-0.007 0-0.010 0-201.475 0-364.802-163.327-364.802-364.802s163.327-364.802 364.802-364.802c201.475 0 364.802 163.327 364.802 364.802v-0c-0.231 201.378-163.415 364.565-364.769 364.802l-0.023 0zM512 577.677c-86.729 0-202.042 9.729-202.042 93.823 0 94.365 152.063 94.365 202.042 94.365 86.729 0 202.042-9.729 202.042-93.824 0-94.364-152.063-94.364-202.042-94.364zM512 727.469c-108.583 0-163.625-18.833-163.625-55.969 0-36.781 55.042-55.427 163.625-55.427s163.625 18.833 163.625 55.969c0 36.781-55.042 55.427-163.625 55.427zM511.187 530.906h0.813c75.319-0.006 136.375-61.065 136.375-136.385 0-75.324-61.062-136.385-136.385-136.385-75.298 0-136.344 61.020-136.385 136.309l-0 0.004c-0 0.136-0.001 0.298-0.001 0.459 0 74.964 60.652 135.763 135.561 135.999l0.023 0zM512 296.531c54.056 0.082 97.845 43.922 97.845 97.99s-43.789 97.907-97.837 97.99l-0.008 0h-0.75c-53.74-0.195-97.23-43.805-97.23-97.572 0-0.147 0-0.293 0.001-0.44l-0 0.023c0.062-54.090 43.891-97.922 97.973-97.99l0.006-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Profile 2"],"grid":0},"attrs":[{}],"properties":{"order":2666,"id":456,"name":"Profile-2","prevSize":32,"code":59884},"setIdx":0,"setId":2,"iconIdx":480},{"icon":{"paths":["M754.56 209.707c-61.548-62.313-146.986-100.907-241.438-100.907-0.019 0-0.039 0-0.058 0l-1.064-0c-0.002-0-0.004-0-0.006-0-188.491 0-341.363 152.5-341.967 340.849l-0 0.058v1.707c3.196 93.959 36.071 179.662 89.482 248.668l-0.735-0.988c60.157 79.851 131.762 147.179 213.138 200.906l3.182 1.974c10.037 8.107 22.952 13.013 37.013 13.013s26.976-4.907 37.126-13.101l-0.113 0.088c57.563-37.622 107.602-79.121 152.504-125.614l0.243-0.253c85.709-81.875 142.050-193.855 151.996-318.905l0.111-1.735v-3.627c0.003-0.549 0.005-1.2 0.005-1.85 0-93.816-37.989-178.76-99.423-240.288l0.004 0.004zM815.573 453.76c-9.603 116.738-61.707 219.747-140.611 294.861l-0.189 0.179c-43.598 45.217-91.966 85.315-144.446 119.649l-3.18 1.952c-0.64 0.427-1.493 1.065-2.133 1.492-3.478 2.983-8.034 4.799-13.013 4.799s-9.535-1.816-13.040-4.821l0.027 0.023c-0.625-0.511-1.322-1.003-2.052-1.446l-0.082-0.046c-81.124-53.257-149.779-117.771-205.868-192.28l-1.492-2.069c-47.935-61.879-77.931-139.795-81.046-224.575l-0.021-0.704v-1.067c0.694-167.165 136.324-302.42 303.565-302.507l0.862-0c167.311 0.573 302.721 136.336 302.721 303.727 0 0.246-0 0.492-0.001 0.738l0-0.038z","M727.253 236.8c-54.64-55.33-130.494-89.6-214.352-89.6-0.017 0-0.034 0-0.051 0l-0.85-0c-167.249 0.087-302.879 135.342-303.573 302.44l-0 0.066v1.067c3.135 85.484 33.131 163.399 81.737 226.179l-0.67-0.9c57.581 76.578 126.236 141.092 204.307 192.463l3.053 1.886c0.812 0.489 1.508 0.982 2.167 1.519l-0.033-0.026c3.478 2.983 8.034 4.799 13.013 4.799s9.535-1.816 13.040-4.821l-0.027 0.023c0.64-0.427 1.493-1.065 2.133-1.492 55.66-36.286 104.028-76.384 147.384-121.348l0.242-0.253c79.093-75.293 131.197-178.302 140.691-293.392l0.109-1.648v-2.133c0.003-0.502 0.005-1.096 0.005-1.69 0-83.243-33.755-158.601-88.323-213.135l-0.002-0.002zM512 646.187c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c0 0.036 0 0.078 0 0.12 0 105.972-85.908 191.88-191.88 191.88-0.042 0-0.085-0-0.127-0l0.007 0z","M512 262.187c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.009-106.035-85.965-191.991-191.999-192l-0.001-0zM446.080 395.52c0.121-36.315 29.588-65.707 65.92-65.707 36.407 0 65.92 29.513 65.92 65.92s-29.513 65.92-65.92 65.92l-0.213 0c-0.005 0-0.011 0-0.017 0-36.21 0-65.578-29.298-65.69-65.483l-0-0.011zM512 578.987c-54.187 0-99.627-8.747-99.627-42.667s45.867-42.453 99.627-42.453c54.187 0 99.627 8.747 99.627 42.665 0 33.921-45.867 42.455-99.627 42.455z"],"attrs":[{"fill":"rgb(101, 77, 164)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(101, 77, 164)"}],"isMulticolor":true,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{"f":1},{"f":4},{"f":1}],"11017716412552552551911741171":[{"f":1},{"f":3},{"f":1}]},"tags":["Profile"],"grid":0},"attrs":[{"fill":"rgb(101, 77, 164)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(101, 77, 164)"}],"properties":{"order":2807,"id":457,"name":"Profile","prevSize":32,"code":59885,"codes":[59885,59886,59887]},"setIdx":0,"setId":2,"iconIdx":481},{"icon":{"paths":["M692.053 399.808v-153.621c-0.238-9.95-8.361-17.925-18.346-17.925-1.981 0-3.889 0.314-5.677 0.895l0.13-0.036-303.36 99.838 4.267 263.895 299.093 98.345c1.708 0.632 3.682 1.019 5.739 1.066l0.021 0c3.96-0.032 7.596-1.391 10.491-3.654l-0.038 0.029c4.661-3.201 7.679-8.501 7.68-14.507l0-0v-153.628c27.224-7.041 47.009-31.385 47.009-60.349s-19.784-53.308-46.576-60.254l-0.432-0.095zM232.96 337.068c-0.013-0-0.028-0-0.044-0-67.96 0-123.052 55.092-123.052 123.052 0 62.485 46.573 114.092 106.9 122.001l0.622 0.067v151.677c0 34.168 27.699 61.867 61.867 61.867s61.867-27.699 61.867-61.867l-0-0v-150.185h0.213l-4.053-246.612zM896 442.292h-93.708c-10.010 0-18.125 8.115-18.125 18.125s8.115 18.125 18.125 18.125v0h93.708c10.010 0 18.125-8.115 18.125-18.125s-8.115-18.125-18.125-18.125v-0zM773.937 416.583c0.016 0 0.036 0 0.055 0 5.471 0 10.371-2.439 13.675-6.288l0.020-0.024 61.063-71.104c2.72-3.152 4.377-7.289 4.377-11.813 0-10.012-8.116-18.128-18.128-18.128-5.488 0-10.406 2.439-13.73 6.291l-0.020 0.023-61.062 71.104c-2.721 3.152-4.378 7.289-4.378 11.813 0 10.010 8.115 18.125 18.125 18.125 0.001 0 0.003-0 0.004-0l-0 0zM787.208 510.708c-3.347-3.962-8.319-6.461-13.875-6.461-10.012 0-18.128 8.116-18.128 18.128 0 4.456 1.608 8.537 4.275 11.694l-0.022-0.027 60.354 71.708c3.347 3.962 8.319 6.461 13.875 6.461 10.012 0 18.128-8.116 18.128-18.128 0-4.456-1.608-8.537-4.275-11.694l0.022 0.027z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Promotions_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2808,"id":458,"name":"Promotions_Fill","prevSize":32,"code":59888},"setIdx":0,"setId":2,"iconIdx":482},{"icon":{"paths":["M691.979 399.784v-153.512c-0.001-10.015-8.12-18.134-18.136-18.134-2.022 0-3.967 0.331-5.784 0.942l0.128-0.037-328.13 107.936h-106.995c-0.020-0-0.044-0-0.068-0-67.996 0-123.119 55.122-123.119 123.119 0 62.49 46.556 114.106 106.875 122.056l0.624 0.067v151.716c0.065 34.146 27.761 61.802 61.917 61.802s61.851-27.656 61.917-61.796l0-0.006v-150.224l326.979 107.557c1.689 0.568 3.634 0.896 5.656 0.896 0.004 0 0.008-0 0.011-0l-0.001 0c0.002 0 0.005 0 0.007 0 10.006 0 18.118-8.112 18.118-18.118 0-0.002-0-0.005-0-0.007l0 0v-153.513c27.263-7.017 47.084-31.38 47.084-60.372s-19.821-53.356-46.652-60.278l-0.432-0.095zM304.958 733.937c0 0.022 0 0.048 0 0.074 0 14.175-11.491 25.667-25.667 25.667s-25.667-11.491-25.667-25.667c0-0.026 0-0.052 0-0.078l-0 0.004v-150.604h51.333zM324.875 547.083h-91.813c-0.040 0-0.088 0-0.136 0-48.009 0-86.927-38.919-86.927-86.927s38.919-86.927 86.927-86.927c0.048 0 0.096 0 0.144 0l-0.007-0h91.813zM655.729 648.979l-294.604-96.896v-183.854l294.604-96.896zM896 442.292h-93.708c-10.010 0-18.125 8.115-18.125 18.125s8.115 18.125 18.125 18.125v0h93.708c10.010 0 18.125-8.115 18.125-18.125s-8.115-18.125-18.125-18.125v-0zM773.937 416.583c0.016 0 0.036 0 0.055 0 5.471 0 10.371-2.439 13.675-6.288l0.020-0.024 61.063-71.104c2.72-3.152 4.377-7.289 4.377-11.813 0-10.012-8.116-18.128-18.128-18.128-5.488 0-10.406 2.439-13.73 6.291l-0.020 0.023-61.062 71.104c-2.721 3.152-4.378 7.289-4.378 11.813 0 10.010 8.115 18.125 18.125 18.125 0.001 0 0.003-0 0.004-0l-0 0zM787.208 510.708c-3.347-3.962-8.319-6.461-13.875-6.461-10.012 0-18.128 8.116-18.128 18.128 0 4.456 1.608 8.537 4.275 11.694l-0.022-0.027 60.354 71.708c3.347 3.962 8.319 6.461 13.875 6.461 10.012 0 18.128-8.116 18.128-18.128 0-4.456-1.608-8.537-4.275-11.694l0.022 0.027z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Promotions"],"grid":0},"attrs":[{}],"properties":{"order":2809,"id":459,"name":"Promotions","prevSize":32,"code":59889},"setIdx":0,"setId":2,"iconIdx":483},{"icon":{"paths":["M498.96 742.4c-1.936-1.154-3.612-2.423-5.135-3.854l0.015 0.014c-0.962-0.644-2.139-1.039-3.406-1.067l-0.007-0h-0.64l-44.16 13.013c-4.632 1.758-9.987 2.775-15.58 2.775-0.148 0-0.295-0.001-0.442-0.002l0.023 0c-18.936-0.002-35.346-10.815-43.392-26.604l-0.128-0.276c-3.183-6.332-5.046-13.799-5.046-21.701 0-5.278 0.831-10.361 2.37-15.127l-0.097 0.348 14.72-49.067c-20.357-37.014-32.663-80.981-33.49-127.748l-0.004-0.252v-1.067c0.397-146.131 118.813-264.471 264.934-264.747l0.026-0h0.427c5.547 0 10.88 0.213 16.427 0.64v-53.333c0-0.072 0-0.157 0-0.242 0-45.87-37.132-83.066-82.977-83.172l-0.010-0h-316.373c-0.005-0-0.010-0-0.016-0-46.059 0-83.398 37.338-83.398 83.398 0 0.005 0 0.011 0 0.016l-0-0.001v635.307c-0 0.005-0 0.010-0 0.016 0 46.059 37.338 83.398 83.398 83.398 0.005 0 0.011-0 0.016-0l316.372 0c45.855-0.105 82.987-37.302 82.987-83.172 0-0.085-0-0.17-0-0.255l0 0.013v-53.333c-5.547 0.427-11.093 0.64-16.853 0.64-48.018-0.052-93.031-12.87-131.842-35.242l1.282 0.682zM743.44 311.253c-27.962-16.091-61.036-26.611-96.316-29.183l-0.751-0.044c-4.662-0.545-10.062-0.856-15.535-0.856-0.313 0-0.627 0.001-0.94 0.003l0.048-0h-0.427c-127.382 0.063-230.642 103.249-230.827 230.596l-0 0.018v0.64c0.682 42.431 12.151 82.040 31.773 116.39l-0.626-1.19c2.016 3.442 3.207 7.579 3.207 11.994 0 3.21-0.629 6.274-1.772 9.073l0.058-0.161-15.36 51.628c-0.48 1.381-0.757 2.973-0.757 4.629 0 6.302 4.009 11.667 9.615 13.686l0.101 0.032c1.406 0.404 3.022 0.637 4.692 0.64l0.002 0c1.93-0.049 3.756-0.436 5.44-1.104l-0.107 0.037 46.507-13.867c2.55-0.544 5.481-0.856 8.484-0.856 0.167 0 0.335 0.001 0.502 0.003l-0.025-0c0.051-0 0.112-0 0.173-0 9.663 0 18.495 3.555 25.261 9.427l-0.048-0.040c32.694 18.853 71.89 30.005 113.685 30.080l0.022 0c5.76 0 11.307-0.213 16.853-0.64 119.972-9.122 213.86-108.71 213.86-230.226 0-85.552-46.537-160.234-115.677-200.114l-1.116-0.594zM668.569 647.823c-9.318 11.496-23.438 18.783-39.259 18.783-0.15 0-0.301-0.001-0.451-0.002l0.023 0h-0.354c-0.131 0.001-0.285 0.002-0.439 0.002-15.651 0-29.582-7.361-38.521-18.81l-0.081-0.108c-1.626-2.125-2.606-4.82-2.606-7.744 0-7.069 5.726-12.8 12.793-12.808l58.813-0c7.068 0.008 12.794 5.739 12.794 12.808 0 2.984-1.021 5.73-2.732 7.907l0.021-0.028zM746.257 554.938c0.008 0.35 0.012 0.762 0.012 1.176 0 13.895-5.066 26.607-13.452 36.389l0.063-0.075c-11.080 11.793-26.258 19.624-43.25 21.209l-0.27 0.020c-17.913 2.030-38.676 3.187-59.709 3.187-0.044 0-0.087-0-0.131-0l0.007 0c-21.196-0.001-42.118-1.166-62.708-3.436l2.541 0.227c-16.876-1.664-31.726-9.229-42.691-20.574l-0.019-0.019c-8.575-9.953-13.797-23.006-13.797-37.279 0-0.286 0.002-0.572 0.006-0.858l-0 0.043v-2.562c0.46-10.967 3.926-21.040 9.59-29.521l-0.131 0.209c1.563-2.323 3.25-4.531 4.959-6.74 4.708-6.146 7.604-10.125 7.604-14.458 0-8.5 0-17.146 0.75-25.656 4.647-34.383 28.691-62.139 60.59-72.127l0.62-0.167v-5.613c0-18.174 14.733-32.907 32.907-32.907s32.907 14.733 32.907 32.907v5.713c32.204 10.452 56.010 37.946 60.962 71.575l0.058 0.483c0.396 4.739 0.396 9.375 0.396 14.021-0.021 3.615-0.043 7.229 0.229 10.823 0.021 5.729 2.417 9.021 7.396 15.417 1.625 2.104 3.292 4.271 4.917 6.594 5.607 8.107 9.141 18.033 9.641 28.751l0.005 0.124z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Push Notification_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2810,"id":460,"name":"Push-Notification_Fill","prevSize":32,"code":59890},"setIdx":0,"setId":2,"iconIdx":484},{"icon":{"paths":["M621.828 791.469c-0.001-0-0.002-0-0.003-0-10.604 0-19.201 8.594-19.205 19.197l-0 0v18.958c0 0.065 0.001 0.142 0.001 0.219 0 25.817-20.835 46.769-46.607 46.958l-0.018 0h-316.521c-26.041-0.030-47.143-21.135-47.167-47.175l-0-0.002v-635.25c0.024-26.042 21.125-47.147 47.164-47.177l69.818-0c0.659 9.959 8.874 17.794 18.93 17.844l0.005 0h151.312c10.061-0.050 18.276-7.885 18.932-17.786l0.003-0.057h57.523c25.791 0.189 46.625 21.14 46.625 46.958 0 0.077-0 0.154-0.001 0.231l0-0.012v18.51c0.036 10.581 8.622 19.145 19.208 19.145s19.172-8.563 19.208-19.141l0-0.003v-18.51c0-0.051 0-0.112 0-0.172 0-47.039-38.031-85.196-85.022-85.4l-0.019-0h-316.521c-47.242 0.052-85.525 38.332-85.583 85.567l-0 0.006v635.25c0.058 47.241 38.341 85.521 85.578 85.573l316.526 0c47.011-0.204 85.042-38.361 85.042-85.4 0-0.061-0-0.121-0-0.182l0 0.010v-18.958c-0.004-10.604-8.601-19.198-19.205-19.198-0.001 0-0.002 0-0.004 0l0-0zM861.057 446.031c-29.857-105.628-125.364-181.745-238.659-181.812l-0.361-0c-136.967 0.266-247.897 111.361-247.897 248.364 0 0.007 0 0.015 0 0.022l-0-0.001c0.822 45.521 13.114 87.998 34.095 124.89l-0.678-1.296c0.569 1.087 0.903 2.374 0.903 3.739 0 1.316-0.31 2.56-0.862 3.662l0.021-0.047-15.271 51.157c-1.053 3.007-1.662 6.474-1.662 10.083 0 13.771 8.86 25.473 21.191 29.716l0.221 0.066c2.985 1.080 6.429 1.704 10.020 1.704 3.646 0 7.141-0.644 10.379-1.823l-0.211 0.067 45.625-13.594c1.508-0.364 3.24-0.573 5.021-0.573 5.513 0 10.558 2.002 14.448 5.318l-0.031-0.026c0.777 0.665 1.643 1.275 2.563 1.8l0.082 0.043c35.006 20.325 77.024 32.333 121.845 32.365l0.009 0c23.615-0.017 46.452-3.317 68.089-9.468l-1.756 0.427c105.677-29.874 181.817-125.456 181.817-238.821 0-23.474-3.265-46.186-9.365-67.706l0.423 1.746zM808.036 617.396c-37.434 65.094-106.587 108.221-185.812 108.221-38.249 0-74.151-10.052-105.207-27.659l1.060 0.553c-9.61-7.612-21.908-12.21-35.28-12.21-4.834 0-9.527 0.601-14.010 1.732l0.394-0.084-43.208 13.364 13.937-46.781c1.747-4.389 2.76-9.476 2.76-14.799 0-7.506-2.014-14.541-5.532-20.595l0.105 0.196c-17.632-30.973-28.295-67.929-28.976-107.319l-0.003-0.201c0.321-117.873 95.875-213.321 213.758-213.47l0.348-0c117.925 0.075 213.493 95.69 213.493 213.626 0 38.766-10.326 75.12-28.377 106.462l0.55-1.035zM724.224 516.344c-4.979-6.396-7.375-9.687-7.396-15.417-0.271-3.594-0.25-7.208-0.229-10.823 0-4.646 0-9.281-0.396-14.021-5.010-34.111-28.816-61.605-60.393-71.881l-0.628-0.177v-5.713c0-18.174-14.733-32.907-32.907-32.907s-32.907 14.733-32.907 32.907v5.613c-32.518 10.156-56.561 37.911-61.158 71.842l-0.050 0.452c-0.75 8.511-0.75 17.156-0.75 25.656 0 4.333-2.896 8.313-7.604 14.458-1.708 2.208-3.396 4.416-4.958 6.74-5.532 8.272-8.999 18.345-9.454 29.196l-0.004 0.116v2.562c-0.004 0.242-0.006 0.528-0.006 0.814 0 14.273 5.222 27.327 13.86 37.354l-0.063-0.075c10.983 11.364 25.834 18.93 42.426 20.571l0.284 0.023c18.050 2.042 38.972 3.208 60.166 3.208l0.001 0c0.037 0 0.080 0 0.124 0 21.033 0 41.796-1.158 62.229-3.413l-2.519 0.226c17.262-1.606 32.44-9.436 43.487-21.193l0.033-0.036c8.322-9.707 13.388-22.419 13.388-36.314 0-0.413-0.004-0.826-0.013-1.237l0.001 0.061v-3.125c-0.505-10.842-4.039-20.768-9.767-29.061l0.121 0.186c-1.625-2.323-3.292-4.49-4.917-6.594zM614.953 398.313c0-4.044 3.279-7.323 7.323-7.323s7.323 3.279 7.323 7.323v0 0.576c-2.668-0.215-5.265-0.711-7.979-0.711-2.195 0-4.444 0.417-6.667 0.582zM713.203 555.241c0.008 0.258 0.012 0.562 0.012 0.866 0 7.301-2.567 14.003-6.848 19.252l0.044-0.055c-6.915 7.2-16.328 11.954-26.842 12.864l-0.158 0.011c-17.232 1.952-37.206 3.065-57.441 3.065-20.269 0-40.276-1.117-59.965-3.293l2.427 0.218c-10.296-0.954-19.394-5.441-26.21-12.221l0.002 0.002c-4.514-5.389-7.256-12.396-7.256-20.043 0-0.208 0.002-0.416 0.006-0.623l-0 0.031v-2.292c0.301-5.883 2.18-11.272 5.218-15.823l-0.072 0.114c1.229-1.823 2.604-3.604 3.979-5.396 7.391-7.915 12.164-18.36 12.889-29.902l0.007-0.139c0-7.771 0-15.667 0.667-23.375 7.345-31.562 35.232-54.719 68.528-54.719 33.273 0 61.145 23.126 68.42 54.181l0.094 0.476c0.333 3.833 0.313 7.708 0.292 11.584-0.021 4.271-0.021 8.552 0.271 11.854 0.5 11.739 5.255 22.279 12.75 30.199l-0.020-0.022c1.375 1.771 2.812 3.594 4.063 5.396 2.906 4.2 4.777 9.318 5.141 14.848l0.005 0.089zM651.017 627.136h-58.813c-7.067 0.008-12.794 5.74-12.794 12.808 0 2.924 0.98 5.619 2.629 7.775l-0.023-0.031c9.020 11.557 22.952 18.919 38.603 18.919 0.154 0 0.309-0.001 0.463-0.002l-0.024 0h0.354c0.127 0.001 0.277 0.002 0.427 0.002 15.822 0 29.942-7.288 39.187-18.69l0.074-0.094c1.69-2.15 2.711-4.895 2.711-7.879 0-7.069-5.726-12.8-12.793-12.808l-0.001-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Push Notification"],"grid":0},"attrs":[{}],"properties":{"order":2811,"id":461,"name":"Push-Notification","prevSize":32,"code":59891},"setIdx":0,"setId":2,"iconIdx":485},{"icon":{"paths":["M512 108.802c-222.676 0.006-403.187 180.522-403.187 403.198 0 222.68 180.518 403.198 403.198 403.198s403.198-180.518 403.198-403.198v0c-0.262-222.578-180.629-402.942-403.184-403.198l-0.025-0zM512 876.802c-0.003 0-0.007 0-0.010 0-201.475 0-364.802-163.327-364.802-364.802s163.327-364.802 364.802-364.802c201.475 0 364.802 163.327 364.802 364.802v-0c-0.231 201.378-163.415 364.565-364.769 364.802l-0.023 0zM512 270.146c-133.572 0-241.854 108.282-241.854 241.854s108.282 241.854 241.854 241.854c133.572 0 241.854-108.282 241.854-241.854 0-0-0-0-0-0l0 0c-0.155-133.51-108.344-241.698-241.839-241.854l-0.015-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Radio Button_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2667,"id":462,"name":"Radio-Button_Fill","prevSize":32,"code":59892},"setIdx":0,"setId":2,"iconIdx":486},{"icon":{"paths":["M512 915.198c-222.676-0.006-403.187-180.522-403.187-403.198 0-222.68 180.518-403.198 403.198-403.198s403.198 180.518 403.198 403.198v-0c-0.262 222.578-180.629 402.942-403.184 403.198l-0.025 0zM512 147.198c-0.003-0-0.007-0-0.010-0-201.475 0-364.802 163.327-364.802 364.802s163.327 364.802 364.802 364.802c201.475 0 364.802-163.327 364.802-364.802v0c-0.231-201.378-163.415-364.565-364.769-364.802l-0.023-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Radio Button"],"grid":0},"attrs":[{}],"properties":{"order":2668,"id":463,"name":"Radio-Button","prevSize":32,"code":59893},"setIdx":0,"setId":2,"iconIdx":487},{"icon":{"paths":["M819.5 110.479c-2.034-0.801-4.39-1.265-6.854-1.265-5.678 0-10.781 2.464-14.297 6.382l-0.016 0.018-62.208 69.5-50.021-55.906c-6.141-6.819-14.998-11.088-24.852-11.093l-0.022-0c-9.862 0.013-18.721 4.298-24.826 11.105l-0.028 0.031-49.897 55.832-49.708-55.771c-6.138-6.858-15.014-11.157-24.894-11.167l-0.023-0c-9.871 0.003-18.739 4.291-24.847 11.105l-0.028 0.031-49.813 55.792-49.728-55.782c-6.139-6.848-15.013-11.136-24.888-11.136-9.895 0-18.784 4.306-24.897 11.145l-0.028 0.032-49.624 55.74-62.229-69.553c-3.328-3.675-8.029-6.054-13.287-6.321l-0.046-0.002c-0.168-0.005-0.367-0.008-0.565-0.008-5.121 0-9.804 1.876-13.399 4.978l0.026-0.022c-3.908 3.528-6.354 8.612-6.354 14.267 0 0.001 0 0.003 0 0.004l-0-0v767.261c0.006 10.604 8.603 19.198 19.208 19.198 5.558 0 10.565-2.361 14.072-6.134l0.011-0.012 62.584-67.573 50.27 56.166c6.134 6.832 14.994 11.111 24.853 11.115l0.022 0c9.863-0.008 18.723-4.295 24.826-11.104l0.028-0.032 49.896-55.823 49.729 55.792c6.145 6.843 15.019 11.13 24.895 11.136l0.043 0c9.856-0.013 18.708-4.299 24.806-11.104l0.028-0.032 49.813-55.792 49.708 55.74c6.286 6.571 15.124 10.656 24.917 10.656s18.631-4.085 24.904-10.643l0.012-0.013 49.833-55.948 61.896 67.396c3.523 3.823 8.554 6.209 14.143 6.209 10.606 0 19.204-8.594 19.211-19.198l0-0.001v-767.26c-0.003-8.141-5.071-15.099-12.223-17.893l-0.131-0.045zM297.875 370.333h288.583c10.603 0 19.198 8.595 19.198 19.198s-8.595 19.198-19.198 19.198v-0h-288.583c-10.603 0-19.198-8.595-19.198-19.198s8.595-19.198 19.198-19.198v0zM683.437 654.313h-385.562c-0.019 0-0.041 0-0.064 0-10.603 0-19.198-8.595-19.198-19.198s8.595-19.198 19.198-19.198c0.023 0 0.045 0 0.067 0l-0.003-0h385.562c0.019-0 0.041-0 0.064-0 10.603 0 19.198 8.595 19.198 19.198s-8.595 19.198-19.198 19.198c-0.023 0-0.045-0-0.067-0l0.003 0zM683.437 531.521h-385.562c-0.019 0-0.041 0-0.064 0-10.603 0-19.198-8.595-19.198-19.198s8.595-19.198 19.198-19.198c0.023 0 0.045 0 0.067 0l-0.003-0h385.562c0.019-0 0.041-0 0.064-0 10.603 0 19.198 8.595 19.198 19.198s-8.595 19.198-19.198 19.198c-0.023 0-0.045-0-0.067-0l0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Receipt_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2669,"id":464,"name":"Receipt_Fill","prevSize":32,"code":59894},"setIdx":0,"setId":2,"iconIdx":488},{"icon":{"paths":["M831.746 127.88c-0.139-1.497-0.429-2.874-0.857-4.187l0.038 0.135c-0.203-1.232-0.486-2.319-0.857-3.364l0.042 0.135c-0.561-0.989-1.141-1.839-1.783-2.636l0.029 0.037c-0.771-1.312-1.627-2.447-2.595-3.474l0.009 0.010c-0.132-0.125-0.178-0.299-0.314-0.421-0.686-0.483-1.471-0.951-2.291-1.358l-0.105-0.047c-2.062-1.738-4.72-2.829-7.629-2.933l-0.022-0.001c-0.78-0.233-1.717-0.428-2.677-0.548l-0.089-0.009c-0.183 0-0.335 0.099-0.517 0.104-2.967 0.514-5.422 1.077-7.831 1.754l0.548-0.131c-1.034 0.58-1.924 1.187-2.756 1.862l0.036-0.028c-1.275 0.755-2.379 1.588-3.381 2.529l0.010-0.009c-0.125 0.133-0.301 0.18-0.423 0.316l-62.208 69.5-50.020-55.906c-6.141-6.819-14.998-11.088-24.852-11.093l-0.022-0c-9.862 0.013-18.721 4.298-24.826 11.105l-0.028 0.031-49.897 55.832-49.708-55.771c-6.138-6.858-15.014-11.157-24.894-11.167l-0.023-0c-9.871 0.003-18.739 4.291-24.847 11.105l-0.028 0.031-49.813 55.792-49.728-55.782c-6.139-6.848-15.013-11.136-24.888-11.136-9.895 0-18.784 4.306-24.897 11.145l-0.028 0.032-49.624 55.74-62.229-69.553c-0.22-0.246-0.531-0.336-0.761-0.568-0.246-0.249-0.574-0.387-0.833-0.623-1.504-1.438-3.253-2.635-5.176-3.519l-0.118-0.049c-0.159-0.068-0.344-0.065-0.505-0.128-1.987-0.817-4.29-1.311-6.703-1.355l-0.018-0-0.302-0.061c-0.566 0-1.043 0.275-1.598 0.323-1.923 0.108-3.723 0.489-5.41 1.105l0.13-0.042c-1.227 0.568-2.28 1.195-3.26 1.916l0.051-0.036c-1.001 0.483-1.854 0.99-2.658 1.562l0.055-0.037c-0.149 0.134-0.2 0.324-0.345 0.461-1.161 1.182-2.17 2.518-2.994 3.973l-0.049 0.095c-0.41 0.532-0.823 1.137-1.203 1.765l-0.050 0.089c-0.619 1.479-1.071 3.194-1.276 4.985l-0.008 0.088c-0.151 0.547-0.297 1.244-0.404 1.953l-0.013 0.106c-0.016 0.313-0.18 0.576-0.18 0.892v767.262c0 0.134 0.074 0.245 0.077 0.378 0.137 1.573 0.442 3.024 0.901 4.405l-0.039-0.135c0.079 2.059 0.915 3.908 2.235 5.291l-0.003-0.003c0.812 1.471 1.738 2.74 2.803 3.878l-0.010-0.011 0.203 0.281c0.673 0.492 1.438 0.966 2.238 1.382l0.1 0.047c2.157 1.906 4.99 3.092 8.098 3.161l0.014 0c0.725 0.213 1.603 0.397 2.501 0.514l0.091 0.010 0.333-0.068c1.766-0.126 3.409-0.473 4.961-1.015l-0.134 0.041c0.973-0.164 1.81-0.366 2.624-0.62l-0.14 0.038c0.993-0.562 1.845-1.143 2.645-1.785l-0.039 0.030c1.343-0.759 2.503-1.606 3.556-2.569l-0.015 0.013c0.085-0.090 0.207-0.119 0.292-0.211l62.584-67.572 50.271 56.156c6.131 6.838 14.992 11.122 24.853 11.125l0.022 0c9.863-0.008 18.723-4.295 24.826-11.104l0.028-0.032 49.896-55.823 49.729 55.792c6.145 6.843 15.019 11.13 24.895 11.136l0.043 0c9.856-0.013 18.708-4.299 24.806-11.104l0.028-0.032 49.813-55.792 49.708 55.74c6.286 6.571 15.124 10.656 24.917 10.656s18.631-4.085 24.904-10.643l0.012-0.013 49.833-55.948 61.896 67.396c0.094 0.103 0.229 0.131 0.326 0.232 1.504 1.512 3.257 2.774 5.194 3.718l0.113 0.050c0.353 0.177 0.627 0.512 0.988 0.665 2.197 0.975 4.759 1.543 7.454 1.543 2.605 0 5.086-0.53 7.341-1.489l-0.123 0.046c1.115-0.562 2.071-1.164 2.964-1.845l-0.046 0.033c1.113-0.558 2.067-1.159 2.957-1.841l-0.044 0.032c0.096-0.089 0.128-0.213 0.221-0.303 1.073-1.137 2.014-2.417 2.788-3.804l0.050-0.097c1.345-1.438 2.195-3.355 2.269-5.468l0-0.015c0.385-1.169 0.672-2.534 0.806-3.944l0.006-0.077c0.004-0.151 0.087-0.276 0.087-0.428v-767.259c0.001-0.19-0.102-0.348-0.107-0.537zM793.437 846.381l-32.313-35.173c-6.014-6.647-14.671-10.806-24.301-10.806-0.18 0-0.36 0.001-0.539 0.004l0.027-0c-9.804 0.078-18.592 4.362-24.66 11.135l-0.028 0.032-49.771 55.885-49.708-55.729c-6.13-6.857-14.999-11.156-24.873-11.167l-0.002-0c-9.861 0.122-18.704 4.378-24.895 11.111l-0.022 0.025-49.813 55.781-49.687-55.74c-6.131-6.86-14.998-11.164-24.87-11.187l-0.004-0h-0.063c-9.87 0.007-18.737 4.294-24.847 11.105l-0.028 0.031-49.896 55.823-50.188-56.073c-6.074-6.757-14.811-11.016-24.545-11.115l-0.017-0c-9.715 0.24-18.443 4.281-24.789 10.685l-0.003 0.003-33.042 35.672v-668.213l32.585 36.414c6.137 6.829 14.998 11.104 24.857 11.104 9.889 0 18.774-4.301 24.885-11.134l0.028-0.032 49.624-55.74 49.729 55.761c6.139 6.855 15.015 11.151 24.895 11.156l0.022 0c9.865-0.008 18.726-4.299 24.825-11.114l0.028-0.032 49.813-55.781 49.729 55.792c6.143 6.835 15.007 11.119 24.872 11.136l0.003 0h0.021c9.87-0.007 18.737-4.294 24.847-11.105l0.028-0.031 49.896-55.833 50.021 55.885c6.134 6.832 14.994 11.11 24.853 11.115l0.022 0c9.861-0.008 18.72-4.29 24.826-11.094l0.027-0.031 32.437-36.238zM297.875 408.729h288.583c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198v0h-288.583c-10.603-0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198v0zM683.437 493.125h-385.562c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h385.562c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0zM683.437 615.917h-385.562c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h385.562c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Receipt"],"grid":0},"attrs":[{}],"properties":{"order":2670,"id":465,"name":"Receipt","prevSize":32,"code":59895},"setIdx":0,"setId":2,"iconIdx":489},{"icon":{"paths":["M894.417 405.803l-0.003-0.016 0.003-0.016c0-0.026 0-0.056 0-0.086 0-5.082-2.040-9.687-5.346-13.041l0.002 0.002c-0.134-0.142-0.183-0.341-0.323-0.479l-171.395-170.657c-3.474-3.474-8.273-5.623-13.574-5.623-10.601 0-19.195 8.594-19.195 19.195 0 5.332 2.174 10.156 5.684 13.635l0.001 0.001 138.477 137.884-488.395-0.020c-116.378 0.021-210.713 94.369-210.713 210.75 0 116.394 94.356 210.75 210.75 210.75 42.239 0 81.575-12.426 114.553-33.822l-0.82 0.499c5.342-3.469 8.826-9.406 8.826-16.156 0-10.604-8.596-19.201-19.201-19.201-3.854 0-7.442 1.135-10.449 3.090l0.074-0.045c-26.3 17.090-58.471 27.252-93.015 27.252-95.192 0-172.361-77.168-172.361-172.361 0-95.183 77.153-172.345 172.333-172.361l488.361 0.019-138.422 137.845c-3.492 3.477-5.653 8.288-5.653 13.604 0 10.601 8.594 19.195 19.195 19.195 5.285 0 10.071-2.136 13.543-5.592l171.306-170.587c2.947-2.605 4.87-6.311 5.118-10.468l0.002-0.042c0.279-0.901 0.502-1.97 0.628-3.068l0.008-0.083z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Redo"],"grid":0},"attrs":[{}],"properties":{"order":2671,"id":466,"name":"Redo","prevSize":32,"code":59896},"setIdx":0,"setId":2,"iconIdx":490},{"icon":{"paths":["M801.958 370.719c-61.712-97.057-168.687-160.524-290.486-160.524-8.906 0-17.733 0.339-26.468 1.006l1.161-0.071 41.376-49.483c2.759-3.301 4.434-7.591 4.434-12.271 0-10.603-8.595-19.198-19.198-19.198-5.884 0-11.15 2.647-14.671 6.816l-0.023 0.028-71.812 85.875c-2.784 3.307-4.476 7.613-4.476 12.315 0 5.932 2.693 11.235 6.924 14.754l0.031 0.025 86.187 71.458c3.298 2.748 7.579 4.416 12.25 4.416 10.603 0 19.198-8.595 19.198-19.198 0-5.931-2.69-11.235-6.917-14.756l-0.031-0.025-51.165-42.432c6.937-0.562 15.018-0.883 23.174-0.883 108.14 0 203.122 56.339 257.194 141.267l0.734 1.234c28.904 45.626 46.060 101.178 46.060 160.737 0 167.617-135.881 303.498-303.498 303.498s-303.498-135.881-303.498-303.498c0-65.355 20.657-125.885 55.799-175.417l-0.634 0.941c2.196-3.080 3.511-6.92 3.511-11.067 0-10.601-8.594-19.195-19.195-19.195-6.484 0-12.218 3.215-15.693 8.139l-0.040 0.060c-38.904 54.76-62.193 122.979-62.193 196.639 0 188.857 153.099 341.957 341.957 341.957s341.957-153.099 341.957-341.957c0-67.142-19.35-129.764-52.779-182.594l0.829 1.403zM512.229 742.802c80.875 0 167.917-23.094 167.917-73.792v-191.812c-0.109-0.715-0.236-1.32-0.394-1.912l0.028 0.123c-3.857-48.299-88.553-70.419-167.593-70.419-76.66 0-158.746 20.793-167.105 66.133-0.708 1.795-1.151 3.872-1.227 6.042l-0.001 0.032v191.812c0.134 1.401 0.405 2.687 0.802 3.916l-0.036-0.129c4.314 48.009 88.779 70.006 167.609 70.006zM382.272 527.665c35.625 15.826 77.187 25.041 120.9 25.041 3.171 0 6.33-0.048 9.477-0.145l-0.46 0.011c2.657 0.083 5.782 0.13 8.918 0.13 43.598 0 85.063-9.136 122.583-25.599l-1.961 0.767v43.909c0 9.094-44.521 35.396-129.5 35.396-85.042 0-129.604-26.302-129.604-35.396 0-0.621-0.297-1.146-0.354-1.753zM382.272 620.677c35.641 15.819 77.217 25.029 120.944 25.029 3.17 0 6.328-0.048 9.475-0.144l-0.461 0.011c2.656 0.083 5.78 0.13 8.915 0.13 43.585 0 85.037-9.135 122.545-25.594l-1.96 0.767v48.134c0 9.094-44.521 35.396-129.5 35.396-85.042 0-129.604-26.302-129.604-35.396 0-0.621-0.297-1.146-0.354-1.753z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Refund-Fill"],"grid":0},"attrs":[{}],"properties":{"order":2672,"id":467,"name":"Refund-Fill","prevSize":32,"code":59897},"setIdx":0,"setId":2,"iconIdx":491},{"icon":{"paths":["M801.958 370.719c-61.713-97.058-168.688-160.524-290.487-160.524-8.906 0-17.732 0.339-26.467 1.006l1.161-0.071 41.376-49.483c2.759-3.301 4.434-7.591 4.434-12.271 0-10.603-8.595-19.198-19.198-19.198-5.884 0-11.15 2.647-14.671 6.816l-0.023 0.028-71.812 85.875c-2.784 3.307-4.476 7.613-4.476 12.315 0 5.932 2.693 11.235 6.924 14.754l0.031 0.025 86.187 71.458c3.298 2.748 7.579 4.416 12.25 4.416 10.603 0 19.198-8.595 19.198-19.198 0-5.931-2.69-11.235-6.917-14.756l-0.031-0.025-51.167-42.432c6.937-0.562 15.018-0.883 23.174-0.883 108.141 0 203.123 56.34 257.195 141.268l0.735 1.234c28.904 45.626 46.060 101.178 46.060 160.737 0 167.617-135.881 303.498-303.498 303.498s-303.498-135.881-303.498-303.498c0-65.355 20.657-125.885 55.799-175.417l-0.634 0.941c2.196-3.080 3.511-6.92 3.511-11.067 0-10.601-8.594-19.195-19.195-19.195-6.484 0-12.218 3.215-15.693 8.139l-0.040 0.060c-38.904 54.76-62.193 122.979-62.193 196.639 0 188.857 153.099 341.957 341.957 341.957s341.957-153.099 341.957-341.957c0-67.142-19.35-129.764-52.779-182.594l0.829 1.403zM512.229 742.802c80.875 0 167.917-23.094 167.917-73.792v-191.812c-0.109-0.715-0.236-1.32-0.394-1.912l0.028 0.123c-3.857-48.299-88.553-70.419-167.593-70.419-76.66 0-158.746 20.793-167.105 66.133-0.708 1.795-1.151 3.872-1.227 6.042l-0.001 0.032v191.812c0.134 1.401 0.405 2.687 0.802 3.916l-0.036-0.129c4.314 48.009 88.779 70.006 167.609 70.006zM512.188 443.385c85 0 129.542 26.302 129.542 35.396s-44.542 35.395-129.542 35.395-129.521-26.302-129.521-35.396 44.521-35.395 129.521-35.395zM382.272 527.665c35.625 15.826 77.187 25.041 120.9 25.041 3.171 0 6.33-0.048 9.477-0.145l-0.46 0.011c2.657 0.083 5.782 0.13 8.918 0.13 43.598 0 85.063-9.136 122.583-25.599l-1.961 0.767v43.909c0 9.094-44.521 35.396-129.5 35.396-85.042 0-129.604-26.302-129.604-35.396 0-0.621-0.297-1.146-0.354-1.753zM382.272 620.677c35.641 15.819 77.217 25.029 120.944 25.029 3.17 0 6.328-0.048 9.475-0.144l-0.461 0.011c2.656 0.083 5.78 0.13 8.915 0.13 43.585 0 85.037-9.135 122.545-25.594l-1.96 0.767v48.134c0 9.094-44.521 35.396-129.5 35.396-85.042 0-129.604-26.302-129.604-35.396 0-0.621-0.297-1.146-0.354-1.753z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Refund"],"grid":0},"attrs":[{}],"properties":{"order":2673,"id":468,"name":"Refund","prevSize":32,"code":59898},"setIdx":0,"setId":2,"iconIdx":492},{"icon":{"paths":["M128 274.031h768c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0h-768c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0zM896 577.104h-768c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h768c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0zM896 404.229h-768c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h768c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0zM896 749.969h-768c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h768c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Reorder"],"grid":0},"attrs":[{}],"properties":{"order":2674,"id":469,"name":"Reorder","prevSize":32,"code":59899},"setIdx":0,"setId":2,"iconIdx":493},{"icon":{"paths":["M891.292 252.958c-1.787-0.608-3.846-0.959-5.986-0.959-8.469 0-15.654 5.496-18.183 13.116l-0.039 0.135-24.341 74.505c-64.423-125.161-192.717-209.284-340.66-209.284-210.915 0-381.895 170.98-381.895 381.895s170.98 381.895 381.895 381.895c157.313 0 292.41-95.117 350.916-230.978l0.95-2.481c0.973-2.222 1.539-4.811 1.539-7.533 0-10.606-8.598-19.204-19.204-19.204-7.925 0-14.729 4.801-17.662 11.653l-0.048 0.125c-53.523 124.837-175.363 210.695-317.255 210.695-190.098 0-344.202-154.104-344.202-344.202s154.104-344.202 344.202-344.202c133.995 0 250.107 76.567 306.971 188.335l0.903 1.956-76.494-25.353c-1.803-0.618-3.881-0.975-6.042-0.975-10.606 0-19.204 8.598-19.204 19.204 0 8.445 5.452 15.618 13.028 18.189l0.135 0.040 119.561 39.625c1.803 0.613 3.881 0.967 6.041 0.969l0.001 0c0 0 0 0 0 0 8.473 0 15.664-5.489 18.211-13.104l0.039-0.135 39.115-119.719c0.601-1.779 0.948-3.829 0.948-5.959 0-8.473-5.489-15.664-13.105-18.21l-0.136-0.039z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Resend"],"grid":0},"attrs":[{}],"properties":{"order":2675,"id":470,"name":"Resend","prevSize":32,"code":59900},"setIdx":0,"setId":2,"iconIdx":494},{"icon":{"paths":["M522.271 129.74c-148.107 0.426-276.426 84.72-340.005 207.872l-1.007 2.145-24.341-74.507c-2.582-7.759-9.777-13.255-18.255-13.255-10.603 0-19.198 8.595-19.198 19.198 0 2.136 0.349 4.19 0.993 6.11l-0.039-0.135 39.113 119.719c2.587 7.751 9.777 13.239 18.25 13.24l0 0c2.161-0.001 4.238-0.356 6.178-1.009l-0.137 0.040 119.562-39.625c7.711-2.612 13.163-9.784 13.163-18.229 0-10.606-8.598-19.204-19.204-19.204-2.161 0-4.238 0.357-6.177 1.015l0.135-0.040-76.494 25.353c57.706-113.361 173.521-189.663 307.158-189.663 189.738 0 343.551 153.813 343.551 343.551s-153.813 343.551-343.551 343.551c-141.519 0-263.052-85.569-315.684-207.79l-0.855-2.231c-2.981-6.977-9.785-11.778-17.71-11.778-10.606 0-19.204 8.598-19.204 19.204 0 2.721 0.566 5.311 1.587 7.656l-0.048-0.124c59.559 138.401 194.756 233.546 352.175 233.546 211.141 0 382.304-171.163 382.304-382.304 0-211.125-171.138-382.279-382.257-382.304l-0.003-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Reset-Refresh"],"grid":0},"attrs":[{}],"properties":{"order":2676,"id":471,"name":"Reset-Refresh","prevSize":32,"code":59901},"setIdx":0,"setId":2,"iconIdx":495},{"icon":{"paths":["M885.333 696.729h-32.035c-10.199-173.223-147.834-311.235-319.964-321.982l-0.98-0.049v-47.428h42.354c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198h-123.146c-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198l42.375-0v47.311c-174.126 9.647-312.989 148.132-323.192 321.214l-0.044 0.933h-32.035c-10.603-0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198h746.667c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Restaurant_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2677,"id":472,"name":"Restaurant_Fill","prevSize":32,"code":59902},"setIdx":0,"setId":2,"iconIdx":496},{"icon":{"paths":["M885.333 696.729h-32.035c-10.199-173.223-147.834-311.235-319.964-321.982l-0.98-0.049v-47.428h42.354c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198h-123.146c-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198l42.375-0v47.311c-174.126 9.647-312.989 148.132-323.192 321.214l-0.044 0.933h-32.035c-10.603-0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198h746.667c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198l-0 0zM208.729 696.729c10.403-159.353 142.203-284.666 303.271-284.666s292.867 125.312 303.223 283.761l0.047 0.905z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Restaurant"],"grid":0},"attrs":[{}],"properties":{"order":2678,"id":473,"name":"Restaurant","prevSize":32,"code":59903},"setIdx":0,"setId":2,"iconIdx":497},{"icon":{"paths":["M525.555 226.923c3.321-3.252 5.403-7.759 5.476-12.752l0-0.014c0.013-0.289 0.167-0.533 0.167-0.824v-0.010c0-0.043 0.001-0.093 0.001-0.144 0-4.999-1.996-9.532-5.236-12.845l0.003 0.003c-0.172-0.185-0.235-0.44-0.414-0.619l-85.687-85.322c-3.469-3.438-8.244-5.562-13.516-5.562-10.605 0-19.203 8.597-19.203 19.203 0 5.298 2.145 10.094 5.614 13.568l-0-0 56.061 55.818c-155.978 21.914-274.685 154.477-274.685 314.766 0 122.336 69.148 228.521 170.491 281.604l1.748 0.834q7.625 3.922 15.458 7.448c2.309 1.061 5.009 1.68 7.854 1.68 10.604 0 19.201-8.596 19.201-19.201 0-7.759-4.603-14.444-11.227-17.472l-0.12-0.049q-6.875-3.078-13.552-6.531c-90.654-47.421-151.458-140.802-151.458-248.384 0-136.131 97.357-249.523 226.243-274.347l1.754-0.281-47.767 47.573c-3.469 3.474-5.614 8.27-5.614 13.568 0 10.605 8.597 19.203 19.203 19.203 5.272 0 10.047-2.124 13.517-5.563l-0.001 0.001 85.687-85.344zM829.865 512c0-0.193 0.001-0.421 0.001-0.648 0-122.207-69.167-228.259-170.49-281.144l-1.751-0.832q-7.625-3.922-15.458-7.448c-2.309-1.061-5.009-1.68-7.854-1.68-10.604 0-19.201 8.596-19.201 19.201 0 7.759 4.603 14.444 11.227 17.472l0.12 0.049q6.875 3.078 13.552 6.531c90.653 47.421 151.457 140.801 151.457 248.383 0 136.134-97.361 249.527-226.25 274.348l-1.754 0.281 47.776-47.575c3.469-3.474 5.614-8.27 5.614-13.568 0-10.605-8.597-19.203-19.203-19.203-5.272 0-10.047 2.124-13.517 5.563l0.001-0.001-85.71 85.361c-3.546 3.382-5.751 8.143-5.751 13.419 0 4.951 1.942 9.449 5.106 12.774l-0.007-0.008c0.271 0.307 0.383 0.716 0.675 1.007l85.698 85.323c3.47 3.455 8.257 5.591 13.542 5.591 10.601 0 19.195-8.594 19.195-19.195 0-5.316-2.161-10.128-5.653-13.604l-56.061-55.817c155.832-22.071 274.412-154.434 274.695-314.55l0-0.030z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Resync"],"grid":0},"attrs":[{}],"properties":{"order":2679,"id":474,"name":"Resync","prevSize":32,"code":59904},"setIdx":0,"setId":2,"iconIdx":498},{"icon":{"paths":["M177.937 189.865h668.125c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198h-668.125c-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198h0zM846.063 606.583h-668.125c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h668.125c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0zM846.063 379.021h-467.854c-0.019-0-0.041-0-0.064-0-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198c0.023 0 0.045-0 0.067-0l-0.003 0h467.854c0.019 0 0.041 0 0.064 0 10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198c-0.023 0-0.045 0-0.067 0l0.003-0zM846.063 834.135h-383.917c-10.603-0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198h383.917c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Right Align"],"grid":0},"attrs":[{}],"properties":{"order":2812,"id":475,"name":"Right-Align","prevSize":32,"code":59905},"setIdx":0,"setId":2,"iconIdx":499},{"icon":{"paths":["M548.708 202.709c-0.177-0-0.388-0.001-0.598-0.001-41.999 0-82.26 7.437-119.539 21.067l2.418-0.773 29.073-77.595c0.774-2.002 1.222-4.318 1.222-6.74 0-10.604-8.597-19.201-19.201-19.201-8.183 0-15.171 5.119-17.935 12.33l-0.044 0.132-44.958 120.010c-0.773 2.001-1.221 4.317-1.221 6.738 0 8.215 5.158 15.225 12.411 17.968l0.132 0.044 120.187 44.447c1.978 0.754 4.266 1.191 6.656 1.191 10.604 0 19.201-8.597 19.201-19.201 0-8.215-5.158-15.224-12.413-17.967l-0.132-0.044-74.462-27.538c29.636-10.279 63.793-16.215 99.336-16.215 172.526 0 312.387 139.86 312.387 312.387s-139.86 312.387-312.387 312.387c-0.047 0-0.094-0-0.14-0l0.007 0c-53.278-0.007-103.447-13.313-147.371-36.779l1.683 0.821c-2.596-1.397-5.681-2.218-8.958-2.218-10.602 0-19.198 8.595-19.198 19.198 0 7.326 4.103 13.693 10.137 16.929l0.103 0.050c47.415 25.483 103.75 40.456 163.581 40.456 193.819 0 350.941-157.122 350.941-350.941 0-193.811-157.108-350.928-350.917-350.941l-0.002-0zM549.146 545.449l-196-196c-3.473-3.475-8.272-5.625-13.573-5.625s-10.1 2.15-13.573 5.625l-196 196c-3.475 3.473-5.625 8.272-5.625 13.573s2.15 10.1 5.625 13.573l196 196c3.473 3.475 8.272 5.625 13.573 5.625s10.1-2.15 13.573-5.625l196-196c3.476-3.473 5.625-8.272 5.625-13.573s-2.15-10.101-5.625-13.573l-0-0zM339.573 727.866l-168.844-168.845 168.844-168.844 168.843 168.844z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Rotate"],"grid":0},"attrs":[{}],"properties":{"order":2813,"id":476,"name":"Rotate","prevSize":32,"code":59906},"setIdx":0,"setId":2,"iconIdx":500},{"icon":{"paths":["M697.333 625.375c-1.431-36.547-9.661-70.811-23.454-102.069l0.704 1.788-50.562-117.344c-7.515-16.989-13.116-36.705-15.838-57.329l-0.12-1.108c13.816-2.82 24.067-14.867 24.082-29.311l0-0.002v-76.802c-0.017-16.483-13.372-29.842-29.852-29.865l-0.002-0h-25.521l-9.5-76.271c-1.961-14.792-14.479-26.092-29.642-26.125l-0.003-0h-51.198c-15.178 0.025-27.703 11.347-29.619 26.005l-0.016 0.151-9.531 76.24h-24.178c-16.486 0.018-29.846 13.378-29.865 29.863l-0 0.002v76.802c0.016 14 9.644 25.746 22.637 28.998l0.206 0.044c-2.817 21.817-8.42 41.622-16.505 60.092l0.548-1.404-50.604 117.344c-13.078 29.375-21.302 63.532-22.713 99.439l-0.017 0.529-10.344 200.292c-0.052 1.106-0.082 2.402-0.082 3.705 0 17.222 5.192 33.231 14.096 46.547l-0.191-0.304c15.002 22.88 40.528 37.781 69.535 37.781 0.057 0 0.115-0 0.172-0l-0.009 0h224.177c0.034 0 0.074 0 0.113 0 28.969 0 54.465-14.866 69.277-37.385l0.193-0.313c8.737-13.037 13.943-29.080 13.943-46.338 0-1.361-0.032-2.715-0.096-4.060l0.007 0.19v-0.125zM614.444 832l-205.458-0.016c-6.789-0.35-12.16-5.94-12.16-12.784 0-0.225 0.006-0.449 0.017-0.672l-0.001 0.031 8.32-166.516c2.5-55.409 46.791-99.699 101.969-102.191l0.231-0.008q2.395-0.107 4.762-0.104c57.404 0.047 104.224 45.296 106.791 102.072l0.008 0.231 8.307 166.516 0.016 0.656c-0.010 7.062-5.737 12.783-12.801 12.784l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Sauce_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2814,"id":477,"name":"Sauce_Fill","prevSize":32,"code":59907},"setIdx":0,"setId":2,"iconIdx":501},{"icon":{"paths":["M707.552 825.031l-10.229-199.656c-1.418-36.545-9.646-70.811-23.443-102.067l0.703 1.786-50.573-117.333c-7.508-16.991-13.105-36.711-15.828-57.338l-0.12-1.11c13.815-2.823 24.065-14.868 24.084-29.31l0-0.002v-76.802c-0.018-16.486-13.378-29.846-29.863-29.865l-25.502-0-9.521-76.219c-1.907-14.826-14.445-26.168-29.634-26.177l-51.199-0c-15.178 0.025-27.703 11.347-29.619 26.005l-0.016 0.151-9.531 76.24h-24.178c-16.486 0.018-29.846 13.378-29.865 29.863l-0 0.002v76.802c0.016 14 9.644 25.746 22.637 28.998l0.206 0.044c-2.817 21.817-8.42 41.622-16.505 60.092l0.548-1.404-50.604 117.344c-13.078 29.375-21.302 63.532-22.713 99.439l-0.017 0.529-10.344 200.292c-0.052 1.106-0.082 2.402-0.082 3.705 0 17.222 5.192 33.231 14.096 46.547l-0.191-0.304c15.002 22.88 40.528 37.781 69.535 37.781 0.057 0 0.115-0 0.172-0l-0.009 0h224.177c0.028 0 0.061 0 0.094 0 28.983 0 54.493-14.869 69.317-37.396l0.193-0.312c8.723-13.045 13.921-29.091 13.921-46.351 0-1.353-0.032-2.699-0.095-4.036l0.007 0.189zM665.167 856.656c-8.865 13.495-23.931 22.281-41.050 22.281-0.004 0-0.009-0-0.013-0l-224.156 0c-0.020 0-0.044 0-0.068 0-17.146 0-32.232-8.824-40.963-22.178l-0.115-0.187c-5.215-7.761-8.323-17.316-8.323-27.597 0-0.721 0.015-1.438 0.046-2.151l-0.003 0.102 10.344-200.354c1.242-32.059 8.467-62.118 20.584-89.531l-0.616 1.563 50.624-117.396c11.345-25.727 18.619-55.607 20.164-86.994l0.023-0.589c0.013-0.247 0.020-0.536 0.020-0.828 0-9.421-7.637-17.058-17.058-17.058-0.001 0-0.003 0-0.004 0l-7.26-0v-68.281h34.979c8.679-0.001 15.845-6.478 16.928-14.862l0.009-0.086 10.939-87.448h43.656l10.927 87.448c1.093 8.47 8.259 14.947 16.939 14.948l36.302 0v68.281h-8.542c-0.001-0-0.003-0-0.004-0-9.421 0-17.058 7.637-17.058 17.058 0 0.295 0.007 0.587 0.022 0.878l-0.002-0.041c1.589 31.984 8.869 61.866 20.844 89.224l-0.636-1.629 50.594 117.385c11.524 25.949 18.758 56.12 19.975 87.834l0.014 0.458 10.229 199.792c0.033 0.68 0.052 1.477 0.052 2.279 0 10.311-3.116 19.894-8.458 27.859l0.114-0.181zM644.271 817.708l-8.303-166.417c-2.985-66.133-57.325-118.619-123.924-118.619-66.563 0-120.88 52.428-123.91 118.242l-0.010 0.272-8.323 166.521c-0.027 0.476-0.043 1.033-0.043 1.593 0 7.696 2.937 14.706 7.751 19.971l-0.020-0.023c4.95 5.553 11.948 9.189 19.797 9.714l0.088 0.005c0.531 0.052 1.729 0.094 2.271 0.094h204.802c16.479-0.020 29.833-13.367 29.865-29.841l0-0.003-0.031-1.469zM414.115 814.938l8.104-162.156c2.174-47.928 41.558-85.961 89.826-85.961 48.308 0 87.718 38.097 89.824 85.886l0.007 0.19 8.083 162.042z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Sauce"],"grid":0},"attrs":[{}],"properties":{"order":2815,"id":478,"name":"Sauce","prevSize":32,"code":59908},"setIdx":0,"setId":2,"iconIdx":502},{"icon":{"paths":["M690.75 121.604h-357.5c-46.337 0.052-83.886 37.601-83.937 83.932l-0 0.005v612.916c0.052 46.337 37.601 83.886 83.932 83.937l357.505 0c46.337-0.052 83.886-37.601 83.937-83.932l0-0.005v-612.916c-0.052-46.337-37.601-83.886-83.932-83.937l-0.005-0zM366.563 819.198c-0.017 0-0.038 0-0.058 0-16.551 0-29.988-13.336-30.15-29.849l-0-0.015c-0.001-0.084-0.001-0.183-0.001-0.282 0-16.324 13.222-29.56 29.541-29.583l0.002-0h0.667c16.494 0 29.865 13.371 29.865 29.865s-13.371 29.865-29.865 29.865l-0-0zM366.563 712.771c-0.017 0-0.037 0-0.057 0-16.551 0-29.988-13.336-30.15-29.849l-0-0.015c-0.001-0.084-0.001-0.183-0.001-0.282 0-16.324 13.222-29.56 29.541-29.583l0.002-0h0.667c16.494-0 29.865 13.371 29.865 29.865s-13.371 29.865-29.865 29.865v0zM366.563 606.344c-0.017 0-0.037 0-0.057 0-16.551 0-29.988-13.336-30.15-29.849l-0-0.015c-0.001-0.084-0.001-0.183-0.001-0.282 0-16.324 13.222-29.56 29.541-29.583l0.002-0h0.667c16.494-0 29.865 13.371 29.865 29.865s-13.371 29.865-29.865 29.865v0zM512.146 819.198c-0.017 0-0.038 0-0.058 0-16.551 0-29.988-13.336-30.15-29.849l-0-0.015c-0.001-0.084-0.001-0.183-0.001-0.282 0-16.324 13.222-29.56 29.541-29.583l0.002-0h0.667c16.494 0 29.865 13.371 29.865 29.865s-13.371 29.865-29.865 29.865l-0-0zM512.146 712.771c-0.017 0-0.037 0-0.057 0-16.551 0-29.988-13.336-30.15-29.849l-0-0.015c-0.001-0.084-0.001-0.183-0.001-0.282 0-16.324 13.222-29.56 29.541-29.583l0.002-0h0.667c16.494-0 29.865 13.371 29.865 29.865s-13.371 29.865-29.865 29.865v0zM512.146 606.344c-0.017 0-0.037 0-0.057 0-16.551 0-29.988-13.336-30.15-29.849l-0-0.015c-0.001-0.084-0.001-0.183-0.001-0.282 0-16.324 13.222-29.56 29.541-29.583l0.002-0h0.667c16.494-0 29.865 13.371 29.865 29.865s-13.371 29.865-29.865 29.865v0zM657.729 819.198c-0.017 0-0.038 0-0.059 0-16.551 0-29.988-13.336-30.15-29.849l-0-0.015c-0.001-0.084-0.001-0.183-0.001-0.282 0-16.324 13.222-29.56 29.541-29.583l0.002-0h0.667c16.494 0 29.865 13.371 29.865 29.865s-13.371 29.865-29.865 29.865l-0-0zM657.729 712.771c-0.017 0-0.037 0-0.058 0-16.551 0-29.988-13.336-30.15-29.849l-0-0.015c-0.001-0.084-0.001-0.183-0.001-0.282 0-16.324 13.222-29.56 29.541-29.583l0.002-0h0.667c16.494-0 29.865 13.371 29.865 29.865s-13.371 29.865-29.865 29.865v0zM657.729 606.344c-0.017 0-0.037 0-0.058 0-16.551 0-29.988-13.336-30.15-29.849l-0-0.015c-0.001-0.084-0.001-0.183-0.001-0.282 0-16.324 13.222-29.56 29.541-29.583l0.002-0h0.667c16.494-0 29.865 13.371 29.865 29.865s-13.371 29.865-29.865 29.865v0zM698.792 437.687c-0.030 27.545-22.351 49.866-49.893 49.896l-273.795 0c-27.545-0.030-49.866-22.351-49.896-49.893l-0-0.003v-194.802c0.030-27.545 22.351-49.866 49.893-49.896l273.795-0c27.545 0.030 49.866 22.351 49.896 49.893l0 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Saving Calculator_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2816,"id":479,"name":"Saving-Calculator_Fill","prevSize":32,"code":59909},"setIdx":0,"setId":2,"iconIdx":503},{"icon":{"paths":["M366.563 546.615h-0.667c-16.321 0.023-29.543 13.259-29.543 29.583 0 0.099 0 0.198 0.001 0.297l-0-0.015c-0 0.053-0.001 0.115-0.001 0.177 0 16.592 13.45 30.042 30.042 30.042s30.042-13.45 30.042-30.042c0-16.533-13.356-29.947-29.867-30.042l-0.009-0zM512.146 546.615h-0.667c-16.321 0.023-29.543 13.259-29.543 29.583 0 0.099 0 0.198 0.001 0.297l-0-0.015c-0 0.053-0.001 0.115-0.001 0.177 0 16.592 13.45 30.042 30.042 30.042s30.042-13.45 30.042-30.042c0-16.533-13.356-29.947-29.867-30.042l-0.009-0zM657.729 546.615h-0.667c-16.321 0.023-29.543 13.259-29.543 29.583 0 0.099 0 0.198 0.001 0.297l-0-0.015c-0 0.053-0.001 0.115-0.001 0.177 0 16.592 13.45 30.042 30.042 30.042s30.042-13.45 30.042-30.042c0-16.533-13.356-29.947-29.867-30.042l-0.009-0zM366.563 653.042h-0.667c-16.321 0.023-29.543 13.259-29.543 29.583 0 0.099 0 0.198 0.001 0.297l-0-0.015c-0 0.053-0.001 0.115-0.001 0.177 0 16.592 13.45 30.042 30.042 30.042s30.042-13.45 30.042-30.042c0-16.533-13.356-29.947-29.867-30.042l-0.009-0zM512.146 653.042h-0.667c-16.321 0.023-29.543 13.259-29.543 29.583 0 0.099 0 0.198 0.001 0.297l-0-0.015c-0 0.053-0.001 0.115-0.001 0.177 0 16.592 13.45 30.042 30.042 30.042s30.042-13.45 30.042-30.042c0-16.533-13.356-29.947-29.867-30.042l-0.009-0zM657.729 653.042h-0.667c-16.321 0.023-29.543 13.259-29.543 29.583 0 0.099 0 0.198 0.001 0.297l-0-0.015c-0 0.053-0.001 0.115-0.001 0.177 0 16.592 13.45 30.042 30.042 30.042s30.042-13.45 30.042-30.042c0-16.533-13.356-29.947-29.867-30.042l-0.009-0zM366.563 759.469h-0.667c-16.321 0.023-29.543 13.259-29.543 29.583 0 0.099 0 0.198 0.001 0.297l-0-0.015c-0 0.053-0.001 0.115-0.001 0.177 0 16.592 13.45 30.042 30.042 30.042s30.042-13.45 30.042-30.042c0-16.533-13.356-29.947-29.867-30.042l-0.009-0zM512.146 759.469h-0.667c-16.321 0.023-29.543 13.259-29.543 29.583 0 0.099 0 0.198 0.001 0.297l-0-0.015c-0 0.053-0.001 0.115-0.001 0.177 0 16.592 13.45 30.042 30.042 30.042s30.042-13.45 30.042-30.042c0-16.533-13.356-29.947-29.867-30.042l-0.009-0zM657.729 759.469h-0.667c-16.321 0.022-29.544 13.258-29.544 29.583 0 0.099 0 0.198 0.001 0.297l-0-0.015c-0 0.053-0.001 0.115-0.001 0.177 0 16.592 13.45 30.042 30.042 30.042s30.042-13.45 30.042-30.042c0-16.533-13.356-29.947-29.867-30.042l-0.009-0zM690.75 121.604h-357.5c-46.337 0.052-83.886 37.601-83.937 83.932l-0 0.005v612.916c0.052 46.337 37.601 83.886 83.932 83.937l357.505 0c46.337-0.052 83.886-37.601 83.937-83.932l0-0.005v-612.916c-0.052-46.337-37.601-83.886-83.932-83.937l-0.005-0zM740.563 818.458c-0.034 27.497-22.316 49.779-49.81 49.813l-357.503 0c-27.497-0.034-49.779-22.316-49.813-49.81l-0-0.003v-612.916c0.034-27.497 22.316-49.779 49.81-49.813l357.503-0c27.497 0.034 49.779 22.316 49.813 49.81l0 0.003zM648.896 192.99h-273.792c-27.545 0.030-49.866 22.351-49.896 49.893l-0 0.003v194.802c0.030 27.545 22.351 49.866 49.893 49.896l273.795 0c27.545-0.030 49.866-22.351 49.896-49.893l0-0.003v-194.802c-0.030-27.545-22.351-49.866-49.893-49.896l-0.003-0zM664.667 437.687c-0.013 8.705-7.066 15.758-15.77 15.771l-0.001 0h-273.792c-8.705-0.013-15.758-7.066-15.771-15.77l-0-0.001v-194.802c0.013-8.705 7.066-15.758 15.77-15.771l0.001-0h273.792c8.705 0.012 15.758 7.066 15.771 15.769l0 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Saving Calculator"],"grid":0},"attrs":[{}],"properties":{"order":2680,"id":480,"name":"Saving-Calculator","prevSize":32,"code":59910},"setIdx":0,"setId":2,"iconIdx":504},{"icon":{"paths":["M869.792 848.896l-185.309-184.837c52.603-55.512 84.95-130.679 84.95-213.4 0-171.492-139.021-310.513-310.513-310.513s-310.513 139.021-310.513 310.513c0 171.492 139.021 310.513 310.513 310.513 73.744 0 141.485-25.707 194.748-68.649l-0.595 0.464 186.594 186.117c3.853 3.82 9.159 6.181 15.016 6.181 11.781 0 21.331-9.55 21.331-21.331 0-5.878-2.377-11.2-6.223-15.058l0.001 0.001zM190.604 449.917c-0-148.335 120.249-268.583 268.583-268.583s268.583 120.249 268.583 268.583c0 148.335-120.249 268.583-268.583 268.583l-0-0c-148.264-0.176-268.408-120.32-268.583-268.567l-0-0.017z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Search"],"grid":0},"attrs":[{}],"properties":{"order":2681,"id":481,"name":"Search","prevSize":32,"code":59911},"setIdx":0,"setId":2,"iconIdx":505},{"icon":{"paths":["M528.25 139.104c-3.662-5.095-9.573-8.375-16.25-8.375s-12.588 3.28-16.209 8.316l-0.041 0.059-88.292 140.208c-1.853 2.901-2.954 6.438-2.954 10.232 0 10.601 8.594 19.196 19.196 19.196 0.003 0 0.006-0 0.009-0l39.947 0v72.677c-0 0.001-0 0.001-0 0.002 0 10.602 8.594 19.196 19.196 19.196 0.001 0 0.001-0 0.002-0l58.229 0c0.001 0 0.001 0 0.002 0 10.602 0 19.196-8.594 19.196-19.196 0-0.001-0-0.001-0-0.002l0 0v-72.677h40.010c0.003 0 0.006 0 0.009 0 10.601 0 19.196-8.594 19.196-19.196 0-3.794-1.101-7.331-3-10.309l0.046 0.077zM600.293 715.25h-39.949v-72.667c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-58.23-0c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.004l-0-0v72.667h-40.010c-10.605 0.006-19.199 8.605-19.199 19.21 0 3.792 1.099 7.327 2.995 10.305l-0.046-0.078 88.292 140.208c3.452 5.429 9.437 8.979 16.25 8.979s12.798-3.55 16.204-8.901l0.046-0.078 88.292-140.208c1.85-2.9 2.949-6.435 2.949-10.227 0-10.606-8.594-19.204-19.198-19.21l-0.001-0zM884.896 495.75l-140.208-88.292c-2.901-1.853-6.438-2.954-10.232-2.954-10.601 0-19.196 8.594-19.196 19.196 0 0.003 0 0.006 0 0.009l-0-0v39.948h-72.677c-0.001-0-0.001-0-0.002-0-10.602 0-19.196 8.594-19.196 19.196 0 0.001 0 0.001 0 0.002l-0-0v58.229c-0 0.001-0 0.002-0 0.003 0 10.604 8.594 19.201 19.197 19.205l72.678 0v40c-0 0.005-0 0.012-0 0.018 0 10.599 8.592 19.19 19.19 19.19 3.796 0 7.335-1.102 10.314-3.004l-0.077 0.046 140.208-88.292c5.423-3.456 8.969-9.439 8.969-16.25s-3.545-12.794-8.891-16.204l-0.078-0.046zM381.417 463.719h-72.677v-40.010c0-0.003 0-0.006 0-0.009 0-10.601-8.594-19.196-19.196-19.196-3.794 0-7.331 1.101-10.309 3l0.077-0.046-140.208 88.292c-5.423 3.456-8.969 9.439-8.969 16.25s3.545 12.794 8.891 16.204l0.078 0.046 140.208 88.292c2.901 1.853 6.438 2.954 10.232 2.954 10.601 0 19.196-8.594 19.196-19.196 0-0.003-0-0.006-0-0.009l0 0v-39.937h72.677c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.004l0 0v-58.229c0-0.001 0-0.001 0-0.002 0-10.602-8.594-19.196-19.196-19.196-0.001 0-0.001 0-0.002 0l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Selection"],"grid":0},"attrs":[{}],"properties":{"order":2682,"id":482,"name":"Selection","prevSize":32,"code":59912},"setIdx":0,"setId":2,"iconIdx":506},{"icon":{"paths":["M903.417 297.937c-18.055-20.985-44.645-34.192-74.319-34.192-0.789 0-1.576 0.009-2.36 0.028l0.117-0.002h-412.948c-64.611 2.375-117.728 48.78-130.356 109.982l-0.154 0.893-46.906 268.083c-1.259 5.959-1.979 12.806-1.979 19.822 0 24.184 8.564 46.368 22.825 63.684l-0.138-0.172c18.055 20.985 44.645 34.192 74.319 34.192 0.789 0 1.575-0.009 2.36-0.028l-0.116 0.002h412.949c64.611-2.368 117.728-48.777 130.346-109.982l0.154-0.893 46.917-268.083c1.259-5.959 1.979-12.806 1.979-19.821 0-24.184-8.565-46.369-22.826-63.685l0.138 0.172zM830.854 380.48l-174.644 133.625 125.614 131.124c3.363 3.454 5.437 8.178 5.437 13.387 0 10.603-8.595 19.199-19.199 19.199-5.468 0-10.401-2.286-13.898-5.953l-0.007-0.008-128.623-134.278-41.398 31.674c-3.195 2.47-7.258 3.958-11.668 3.958-5.453 0-10.375-2.276-13.866-5.93l-0.007-0.007-28.4-29.671-178.151 136.213c-3.184 2.436-7.222 3.903-11.603 3.903-10.603 0-19.199-8.595-19.199-19.199 0-6.194 2.933-11.702 7.486-15.213l0.045-0.033 174.716-133.579-125.561-131.193c-3.337-3.45-5.394-8.156-5.394-13.343 0-10.604 8.596-19.2 19.2-19.2 5.487 0 10.437 2.302 13.936 5.992l0.008 0.009 168.781 176.354 233.063-178.333c3.196-2.465 7.258-3.951 11.667-3.951 10.605 0 19.201 8.597 19.201 19.201 0 6.196-2.935 11.706-7.49 15.217l-0.045 0.033zM254.511 390.772c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.198-19.205l-117.98-0c-10.608-0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h117.979c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.003-0-0.004l0 0zM211.584 508.313h-51.001c-10.608-0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h51.001c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Send Email_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2683,"id":483,"name":"Send-Email_Fill","prevSize":32,"code":59913},"setIdx":0,"setId":2,"iconIdx":507},{"icon":{"paths":["M903.417 297.937c-18.055-20.985-44.645-34.192-74.319-34.192-0.789 0-1.576 0.009-2.36 0.028l0.117-0.002h-412.948c-64.611 2.375-117.728 48.78-130.356 109.982l-0.154 0.893-46.906 268.083c-1.259 5.959-1.979 12.806-1.979 19.822 0 24.184 8.564 46.368 22.825 63.684l-0.138-0.172c18.055 20.985 44.645 34.192 74.319 34.192 0.789 0 1.575-0.009 2.36-0.028l-0.116 0.002h412.949c64.611-2.368 117.728-48.777 130.346-109.982l0.154-0.893 46.917-268.083c1.259-5.959 1.979-12.806 1.979-19.821 0-24.184-8.565-46.369-22.826-63.685l0.138 0.172zM886.292 374.646l-46.917 268.083c-8.986 44.211-46.715 77.298-92.48 79.078l-0.185 0.006h-412.949c-0.59 0.021-1.283 0.033-1.979 0.033-17.983 0-34.121-7.902-45.13-20.424l-0.058-0.067c-8.502-10.58-13.645-24.174-13.645-38.969 0-4.615 0.501-9.114 1.45-13.444l-0.076 0.413 46.906-268.083c8.994-44.21 46.725-77.295 92.491-79.077l0.186-0.006h412.948c0.59-0.021 1.283-0.033 1.979-0.033 17.983 0 34.121 7.902 45.13 20.424l0.058 0.067c8.501 10.58 13.645 24.174 13.645 38.969 0 4.615-0.5 9.113-1.45 13.443l0.076-0.414zM807.521 349.979l-233.063 178.333-168.781-176.354c-3.507-3.699-8.457-6.001-13.944-6.001-10.604 0-19.2 8.596-19.2 19.2 0 5.187 2.057 9.893 5.399 13.348l-0.005-0.005 125.561 131.193-174.717 133.578c-4.617 3.543-7.563 9.063-7.563 15.271 0 10.603 8.596 19.199 19.199 19.199 4.395 0 8.445-1.477 11.682-3.962l-0.046 0.034 178.151-136.213 28.4 29.672c3.499 3.661 8.42 5.937 13.873 5.937 4.41 0 8.473-1.489 11.713-3.991l-0.044 0.033 41.398-31.674 128.622 134.279c3.504 3.676 8.438 5.961 13.905 5.961 10.603 0 19.199-8.595 19.199-19.199 0-5.208-2.074-9.932-5.441-13.391l0.004 0.004-125.613-131.125 174.644-133.626c4.6-3.544 7.534-9.054 7.534-15.25 0-10.604-8.597-19.201-19.201-19.201-4.409 0-8.47 1.486-11.712 3.984l0.045-0.033zM254.511 390.771c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.198-19.205l-117.98-0c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208l117.979-0c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.003l0 0zM211.584 508.313h-51.001c-10.608-0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h51.001c10.608 0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Send Email"],"grid":0},"attrs":[{}],"properties":{"order":2684,"id":484,"name":"Send-Email","prevSize":32,"code":59914},"setIdx":0,"setId":2,"iconIdx":508},{"icon":{"paths":["M212.75 598.021l-55.667 55.667c-3.428 3.468-5.545 8.238-5.545 13.502 0 10.609 8.601 19.21 19.21 19.21 5.264 0 10.034-2.118 13.504-5.547l-0.002 0.002 55.667-55.667c3.476-3.476 5.626-8.279 5.626-13.583 0-10.609-8.6-19.21-19.21-19.21-5.305 0-10.107 2.15-13.583 5.626l0-0zM388.354 635.125c-3.477-3.475-8.279-5.625-13.583-5.625s-10.107 2.15-13.583 5.625l-55.667 55.667c-3.459 3.473-5.598 8.265-5.598 13.555 0 10.609 8.601 19.21 19.21 19.21 5.291 0 10.082-2.139 13.556-5.599l-0.001 0.001 55.667-55.667c3.475-3.477 5.625-8.279 5.625-13.583s-2.15-10.107-5.625-13.583l0 0zM398.313 783.584l-55.667 55.667c-3.476 3.476-5.626 8.279-5.626 13.583 0 10.609 8.601 19.21 19.21 19.21 5.305 0 10.107-2.15 13.584-5.627l55.667-55.667c3.493-3.479 5.655-8.293 5.655-13.612 0-10.609-8.601-19.21-19.21-19.21-5.319 0-10.132 2.162-13.611 5.654l-0.001 0.001zM870.187 197.76c-7.742-26.616-31.91-45.737-60.545-45.737-6.17 0-12.132 0.888-17.767 2.542l0.445-0.112-580.907 168.96c-26.368 7.91-45.252 31.961-45.252 60.422 0 22.62 11.928 42.454 29.836 53.556l0.269 0.155 228.267 140.373 226.56-228.053c2.905-2.868 6.899-4.64 11.307-4.64s8.401 1.772 11.308 4.641l-0.002-0.002c2.979 2.894 4.827 6.937 4.827 11.412 0 4.37-1.762 8.328-4.615 11.202l0.001-0.001-227.2 228.267 136.96 227.2c8.188 13.298 20.837 23.175 35.822 27.62l0.445 0.113c5.284 1.625 11.358 2.56 17.651 2.56 10.977 0 21.289-2.847 30.238-7.842l-0.315 0.162c14.344-8.057 25.037-21.18 29.752-36.888l0.115-0.445 172.587-580.267c1.642-5.381 2.588-11.566 2.588-17.971 0-6.134-0.867-12.066-2.485-17.679l0.111 0.45z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Send_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2685,"id":485,"name":"Send_Fill","prevSize":32,"code":59915},"setIdx":0,"setId":2,"iconIdx":509},{"icon":{"paths":["M212.76 598.021l-55.667 55.667c-3.521 3.482-5.701 8.314-5.701 13.654 0 10.605 8.597 19.202 19.202 19.202 5.336 0 10.163-2.176 13.643-5.689l0.001-0.002 55.667-55.667c3.478-3.475 5.629-8.278 5.629-13.583 0-10.605-8.597-19.202-19.202-19.202-5.3 0-10.099 2.147-13.573 5.619l0-0zM388.355 635.125c-3.473-3.475-8.272-5.625-13.573-5.625s-10.1 2.15-13.573 5.625l-55.667 55.667c-3.478 3.475-5.629 8.278-5.629 13.583 0 10.605 8.597 19.202 19.202 19.202 5.3 0 10.098-2.147 13.573-5.619l55.666-55.667c3.475-3.477 5.625-8.279 5.625-13.583s-2.15-10.107-5.625-13.584l0 0zM398.324 783.584l-55.668 55.666c-3.478 3.475-5.629 8.278-5.629 13.583 0 10.605 8.597 19.202 19.202 19.202 5.3 0 10.098-2.147 13.573-5.619l55.667-55.666c3.478-3.475 5.629-8.278 5.629-13.583 0-10.605-8.597-19.202-19.202-19.202-5.3 0-10.098 2.147-13.573 5.619l0-0zM870.146 197.667c-7.783-26.573-31.936-45.65-60.546-45.65-6.119 0-12.035 0.873-17.629 2.501l0.445-0.111-580.948 168.979c-26.404 7.924-45.312 32.009-45.312 60.511 0 22.605 11.894 42.431 29.764 53.563l0.267 0.155 241.885 148.864 145.698 241.417c11.126 18.322 30.971 30.374 53.632 30.374 28.273 0 52.163-18.762 59.9-44.515l0.114-0.443 172.459-580.375c1.688-5.416 2.66-11.644 2.66-18.098 0-6.115-0.873-12.027-2.501-17.617l0.111 0.444zM833.083 221.958l-172.5 580.521c-3.025 10.129-12.258 17.386-23.185 17.386-8.764 0-16.438-4.668-20.671-11.653l-0.061-0.108-140.258-232.433 199.716-200.993c3.447-3.47 5.578-8.252 5.578-13.531 0-10.605-8.597-19.203-19.203-19.203-5.326 0-10.146 2.168-13.624 5.67l-0.001 0.001-199.469 200.74-233.104-143.447c-7.096-4.413-11.749-12.167-11.749-21.008 0-11.129 7.373-20.536 17.501-23.603l0.175-0.045 580.792-168.938c1.993-0.585 4.284-0.922 6.652-0.922 13.511 0 24.464 10.953 24.464 24.464 0 2.534-0.385 4.978-1.1 7.277l0.046-0.173z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Send"],"grid":0},"attrs":[{}],"properties":{"order":2686,"id":486,"name":"Send","prevSize":32,"code":59916},"setIdx":0,"setId":2,"iconIdx":510},{"icon":{"paths":["M884.917 581.115l-0.104-0.083-62.354-48.76c0.542-7.156 0.813-13.875 0.813-20.302 0-6.552-0.271-13.355-0.792-20.313l62.5-48.853c12.305-9.985 20.105-25.107 20.105-42.051 0-9.823-2.621-19.033-7.203-26.97l0.139 0.261-73.168-126.595c-9.302-16.594-26.778-27.625-46.831-27.625-7.066 0-13.811 1.369-19.986 3.857l0.36-0.128-73.708 29.583c-9.86-6.753-21.29-13.501-33.164-19.499l-1.753-0.803-11.167-77.76c-3.551-26.25-25.815-46.271-52.756-46.271-0.078 0-0.157 0-0.235 0.001l0.012-0h-147.187c-0.129-0.001-0.282-0.002-0.436-0.002-26.665 0-48.724 19.722-52.385 45.376l-0.033 0.282-11.25 78.459c-13.592 6.827-24.98 13.57-35.872 20.986l1.080-0.694-74.188-29.771c-5.678-2.225-12.253-3.515-19.129-3.515-19.781 0-37.070 10.673-46.421 26.575l-0.137 0.252-73.395 126.978c-4.625 7.771-7.358 17.134-7.358 27.136 0 17.012 7.908 32.178 20.25 42.020l0.108 0.084 62.353 48.76c-0.542 7.302-0.812 13.906-0.812 20.271s0.271 12.979 0.812 20.292l-62.5 48.886c-12.297 9.992-20.090 25.114-20.090 42.057 0 9.816 2.616 19.020 7.188 26.955l-0.139-0.262 73.208 126.625c9.339 16.563 26.817 27.564 46.865 27.564 7.044 0 13.771-1.358 19.934-3.827l-0.361 0.128 73.688-29.583c9.848 6.729 21.278 13.47 33.146 19.47l1.771 0.812 11.146 77.739c3.517 26.284 25.797 46.344 52.763 46.344 0.076 0 0.152-0 0.228-0l-0.012 0h147.208c0.134 0.001 0.293 0.002 0.452 0.002 26.666 0 48.727-19.722 52.39-45.376l0.033-0.282 11.25-78.448c13.595-6.836 24.982-13.582 35.876-20.999l-1.084 0.697 74.188 29.771c5.66 2.2 12.21 3.475 19.059 3.475 19.784 0 37.084-10.638 46.491-26.506l0.137-0.25 73.958-128.073c4.24-7.513 6.738-16.495 6.738-26.061 0-16.966-7.858-32.096-20.133-41.95l-0.105-0.082zM512.082 618.293c-0 0-0 0-0 0-58.77 0-106.413-47.643-106.413-106.413s47.643-106.413 106.413-106.413c58.77 0 106.413 47.643 106.413 106.413v-0c0 0 0 0.001 0 0.001 0 58.77-47.642 106.412-106.412 106.412-0 0-0.001-0-0.001-0l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Settings 1_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2687,"id":487,"name":"Settings-1_Fill","prevSize":32,"code":59917},"setIdx":0,"setId":2,"iconIdx":511},{"icon":{"paths":["M885.583 580.281l-0.125-0.094-61.896-48.405c0.521-6.969 0.771-13.521 0.771-19.812 0-6.396-0.25-13.031-0.75-19.823l62.063-48.511c12.543-10.186 20.492-25.607 20.492-42.885 0-10.018-2.673-19.411-7.343-27.507l0.142 0.266-73.166-126.615c-9.519-16.894-27.342-28.117-47.787-28.117-7.193 0-14.062 1.389-20.352 3.914l0.368-0.13-73.187 29.376c-9.594-6.548-20.743-13.129-32.315-18.998l-1.748-0.804-11.104-77.199c-3.606-26.779-26.314-47.209-53.793-47.209-0.080 0-0.16 0-0.24 0.001l0.012-0h-147.187c-0.121-0.001-0.264-0.002-0.408-0.002-27.217 0-49.736 20.118-53.496 46.296l-0.034 0.289-11.145 77.906c-13.282 6.693-24.389 13.269-35.024 20.488l1.087-0.696-73.668-29.573c-5.792-2.27-12.5-3.586-19.514-3.586-20.174 0-37.806 10.883-47.345 27.099l-0.14 0.257-73.417 127c-4.705 7.919-7.485 17.458-7.485 27.646 0 17.359 8.072 32.832 20.666 42.872l0.111 0.085 61.896 48.405c-0.521 7.011-0.771 13.552-0.771 19.781s0.25 12.688 0.771 19.812l-62.063 48.531c-12.549 10.179-20.504 25.598-20.504 42.875 0 10.022 2.677 19.42 7.355 27.516l-0.142-0.266 73.187 126.604c9.519 16.894 27.342 28.118 47.786 28.118 7.193 0 14.062-1.389 20.353-3.915l-0.368 0.13 73.167-29.376c9.585 6.532 20.734 13.109 32.301 18.981l1.761 0.811 11.083 77.167c3.586 26.816 26.317 47.282 53.827 47.282 0.068 0 0.136-0 0.204-0l-0.010 0h147.208c0.131 0.001 0.286 0.002 0.44 0.002 27.21 0 49.721-20.122 53.463-46.297l0.034-0.289 11.167-77.885c13.297-6.724 24.403-13.305 35.045-20.519l-1.108 0.708 73.667 29.573c5.773 2.244 12.454 3.544 19.439 3.544 20.18 0 37.826-10.852 47.421-27.038l0.14-0.255 73.979-128.094c4.321-7.66 6.867-16.818 6.867-26.571 0-17.303-8.013-32.733-20.531-42.784l-0.107-0.083zM864.021 629.865l-73.98 128.125c-2.61 4.013-7.072 6.629-12.146 6.629-1.671 0-3.275-0.284-4.768-0.806l0.101 0.031-83.52-33.531c-2.229-0.912-4.815-1.441-7.525-1.441-4.411 0-8.494 1.402-11.829 3.785l0.062-0.042c-13.448 9.827-28.714 18.865-44.831 26.385l-1.69 0.708c-6.221 2.863-10.683 8.613-11.695 15.484l-0.013 0.11-12.75 89.021c-1.143 6.518-6.761 11.408-13.521 11.408-0.088 0-0.176-0.001-0.263-0.002l0.013 0h-147.209c-0.052 0.001-0.114 0.001-0.175 0.001-7.020 0-12.815-5.249-13.672-12.037l-0.007-0.068-12.667-88.323c-1.028-6.987-5.498-12.738-11.603-15.543l-0.126-0.052c-17.785-8.153-33.042-17.16-47.246-27.523l0.767 0.533c-3.284-2.396-7.4-3.833-11.852-3.833-2.718 0-5.311 0.536-7.678 1.507l0.135-0.049-82.728 33.219c-1.643 0.74-3.562 1.171-5.582 1.171-5.355 0-10.001-3.030-12.319-7.47l-0.036-0.077-73.167-126.573c-1.311-2.122-2.087-4.694-2.087-7.448 0-4.392 1.976-8.323 5.087-10.951l0.021-0.017 70.646-55.24c4.762-3.741 7.793-9.5 7.793-15.967 0-0.727-0.038-1.445-0.113-2.153l0.008 0.088c-0.93-8.006-1.497-17.359-1.563-26.831l-0.001-0.097c0.052-9.523 0.618-18.851 1.672-28.031l-0.11 1.177c0.068-0.622 0.106-1.344 0.106-2.075 0-6.476-3.030-12.245-7.75-15.965l-0.043-0.033-70.479-55.114c-3.272-2.615-5.35-6.605-5.35-11.081 0-2.66 0.734-5.149 2.011-7.275l-0.036 0.064 73.771-127.625c2.581-4.038 7.040-6.677 12.116-6.677 1.682 0 3.297 0.29 4.797 0.822l-0.1-0.031 83.52 33.531c2.233 0.924 4.827 1.461 7.546 1.461 4.407 0 8.484-1.41 11.806-3.804l-0.060 0.041c13.435-9.815 28.689-18.84 44.792-26.346l1.687-0.706c6.24-2.855 10.719-8.611 11.737-15.494l0.013-0.111 12.729-89.031c1.145-6.53 6.773-11.429 13.545-11.429 0.080 0 0.159 0.001 0.238 0.002l-0.012-0h147.187c0.059-0.001 0.128-0.001 0.198-0.001 6.999 0 12.777 5.224 13.649 11.985l0.007 0.069 12.687 88.354c1.031 6.993 5.51 12.749 11.624 15.552l0.126 0.052c17.773 8.119 33.025 17.117 47.212 27.484l-0.754-0.525c3.291 2.394 7.414 3.83 11.872 3.83 2.71 0 5.296-0.531 7.66-1.493l-0.136 0.049 82.771-33.229c1.635-0.729 3.543-1.154 5.55-1.154 5.353 0 10.001 3.022 12.33 7.453l0.037 0.076 73.147 126.573c1.307 2.124 2.081 4.697 2.081 7.451 0 4.396-1.973 8.332-5.082 10.969l-0.021 0.017-70.667 55.229c-4.76 3.74-7.789 9.496-7.789 15.96 0 0.785 0.045 1.559 0.132 2.321l-0.009-0.093c0.951 8.002 1.51 17.303 1.541 26.728l0 0.043c-0.049 9.523-0.607 18.856-1.65 28.043l0.109-1.178c-0.072 0.642-0.113 1.386-0.113 2.139 0 6.46 3.025 12.214 7.737 15.921l0.043 0.033 70.5 55.147c3.235 2.634 5.284 6.617 5.284 11.078 0 2.457-0.622 4.77-1.717 6.788l0.037-0.075zM512.083 385.198c-69.963 0.003-126.678 56.719-126.678 126.682 0 69.965 56.718 126.682 126.682 126.682s126.682-56.718 126.682-126.682c0-0.002-0-0.004-0-0.005l0 0c-0.087-69.93-56.756-126.596-126.68-126.677l-0.008-0zM512.083 598.021c-47.572-0.003-86.136-38.568-86.136-86.141 0-47.574 38.567-86.141 86.141-86.141 47.572 0 86.138 38.564 86.141 86.135l0 0c-0.056 47.554-38.591 86.090-86.14 86.146l-0.005 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Settings 1"],"grid":0},"attrs":[{}],"properties":{"order":2688,"id":488,"name":"Settings-1","prevSize":32,"code":59918},"setIdx":0,"setId":2,"iconIdx":512},{"icon":{"paths":["M540.792 453.615l-0.104-0.083-29.376-22.969c0.104-2.146 0.167-4.354 0.167-6.604 0-2.261-0.063-4.469-0.167-6.615l29.5-23.052c8.619-6.976 14.084-17.554 14.084-29.409 0-6.864-1.832-13.3-5.034-18.846l0.097 0.182-38.771-67.041c-6.517-11.606-18.747-19.32-32.779-19.32-4.947 0-9.67 0.959-13.994 2.701l0.252-0.090-34.792 13.958c-3.708-2.344-7.479-4.542-11.292-6.563l-5.207-36.51c-2.471-18.41-18.080-32.458-36.97-32.458-0.040 0-0.081 0-0.121 0l0.006-0h-78.146c-0.080-0.001-0.174-0.001-0.268-0.001-18.669 0-34.115 13.803-36.688 31.76l-0.023 0.198-5.312 37.073q-5.625 3-11.208 6.542l-35.146-14.104c-3.974-1.558-8.576-2.461-13.389-2.461-13.824 0-25.907 7.451-32.453 18.556l-0.096 0.176-38.917 67.344c-3.227 5.434-5.134 11.979-5.134 18.97 0 11.905 5.531 22.518 14.163 29.41l0.075 0.058 29.396 22.979c-0.104 2.271-0.167 4.448-0.167 6.573 0 2.135 0.063 4.323 0.167 6.594l-29.5 23.062c-8.615 6.973-14.078 17.547-14.078 29.396 0 6.874 1.838 13.318 5.050 18.869l-0.097-0.182 38.75 67.062c6.528 11.592 18.756 19.293 32.782 19.293 4.954 0 9.683-0.961 14.012-2.706l-0.252 0.090 34.771-13.948c3.688 2.333 7.458 4.521 11.271 6.542l5.229 36.5c2.446 18.435 18.066 32.511 36.973 32.511 0.039 0 0.077-0 0.116-0l-0.006 0h78.146c0.070 0 0.152 0.001 0.234 0.001 18.688 0 34.151-13.809 36.742-31.78l0.024-0.199 5.312-37.042c3.75-2.010 7.479-4.187 11.208-6.562l35.104 14.094c3.957 1.533 8.537 2.421 13.323 2.421 13.831 0 25.931-7.416 32.539-18.488l0.096-0.173 39.356-68.167c2.958-5.242 4.701-11.509 4.701-18.183 0-11.855-5.499-22.426-14.085-29.302l-0.074-0.058zM337.245 480.405c-31.203 0-56.499-25.295-56.499-56.499s25.295-56.499 56.499-56.499c31.203 0 56.499 25.295 56.499 56.499 0 0-0 0-0 0l-0 0c0 0 0 0 0 0.001 0 31.203-25.295 56.498-56.498 56.498-0 0-0.001-0-0.001-0l0 0zM862.063 659.072l24.792-13.156c10.619-5.904 17.685-17.056 17.685-29.859 0-4.099-0.724-8.029-2.052-11.669l0.075 0.237-21.146-58.229c-4.681-13.415-17.223-22.867-31.974-22.867-2.406 0-4.754 0.252-7.018 0.73l0.221-0.039-27.458 5.74c-1.708-1.521-3.458-2.99-5.229-4.416l0.917-27.52c0.024-0.479 0.038-1.040 0.038-1.604 0-16.542-11.937-30.295-27.668-33.116l-0.204-0.030-61.625-10.938c-1.787-0.336-3.842-0.529-5.943-0.529-14.829 0-27.418 9.59-31.905 22.906l-0.069 0.237-8.771 26.645c-2.125 0.719-4.229 1.5-6.354 2.344l-24.104-15.021c-4.99-3.042-11.025-4.842-17.481-4.842-10.375 0-19.664 4.651-25.896 11.981l-0.040 0.048-40.063 47.604c-5.046 5.884-8.118 13.591-8.118 22.014 0 8.658 3.245 16.558 8.585 22.551l-0.030-0.034 18.645 20.781c-0.25 1.135-0.458 2.24-0.646 3.323q-0.313 1.719-0.563 3.5l-24.792 13.146c-10.622 5.902-17.692 17.056-17.692 29.862 0 4.106 0.727 8.042 2.059 11.687l-0.076-0.237 21.167 58.188c4.677 13.428 17.228 22.891 31.989 22.891 2.393 0 4.728-0.249 6.981-0.722l-0.22 0.039 27.479-5.75q2.563 2.281 5.188 4.406l-0.896 27.52c-0.025 0.482-0.039 1.047-0.039 1.615 0 16.537 11.926 30.289 27.646 33.125l0.205 0.031 61.625 10.937c1.797 0.336 3.865 0.529 5.977 0.531l0.002 0c0.060 0 0.131 0.001 0.202 0.001 14.771 0 27.3-9.6 31.688-22.9l0.067-0.236 8.771-26.645c2.125-0.719 4.229-1.5 6.354-2.344l24.043 14.979c3.367 2.1 7.307 3.659 11.521 4.437l0.208 0.032c1.818 0.353 3.908 0.554 6.046 0.554 10.331 0 19.561-4.712 25.659-12.103l0.045-0.057 40.646-48.313c4.692-5.77 7.534-13.208 7.534-21.31 0-8.602-3.204-16.457-8.483-22.434l0.032 0.037-0.104-0.125-18.667-20.781c0.25-1.125 0.479-2.281 0.688-3.448 0.189-1.145 0.376-2.27 0.543-3.385zM764.928 645.32c-3.879 21.398-22.367 37.414-44.596 37.414-25.010 0-45.285-20.275-45.285-45.285s20.275-45.285 45.285-45.285c2.812 0 5.564 0.256 8.234 0.747l-0.278-0.042c21.357 3.901 37.333 22.364 37.333 44.558 0 2.79-0.252 5.521-0.736 8.171l0.042-0.277z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Settings_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2689,"id":489,"name":"Settings_Fill","prevSize":32,"code":59919},"setIdx":0,"setId":2,"iconIdx":513},{"icon":{"paths":["M540.792 453.615l-0.104-0.083-29.376-22.969c0.104-2.146 0.167-4.354 0.167-6.604 0-2.261-0.063-4.469-0.167-6.615l29.5-23.052c8.619-6.976 14.084-17.554 14.084-29.409 0-6.864-1.832-13.3-5.034-18.846l0.097 0.182-38.771-67.041c-6.517-11.606-18.747-19.32-32.779-19.32-4.947 0-9.67 0.959-13.994 2.701l0.252-0.090-34.792 13.958c-3.708-2.344-7.479-4.542-11.292-6.563l-5.207-36.51c-2.471-18.41-18.080-32.458-36.97-32.458-0.040 0-0.081 0-0.121 0l0.006-0h-78.146c-0.080-0.001-0.174-0.001-0.268-0.001-18.669 0-34.115 13.803-36.688 31.76l-0.023 0.198-5.312 37.073q-5.625 3-11.208 6.542l-35.146-14.104c-3.975-1.559-8.578-2.463-13.392-2.463-13.823 0-25.906 7.452-32.45 18.558l-0.096 0.176-38.917 67.344c-3.227 5.434-5.134 11.979-5.134 18.97 0 11.905 5.531 22.518 14.163 29.41l0.075 0.058 29.396 22.979c-0.104 2.271-0.167 4.448-0.167 6.573 0 2.135 0.063 4.323 0.167 6.594l-29.5 23.062c-8.615 6.973-14.078 17.547-14.078 29.396 0 6.874 1.838 13.318 5.050 18.869l-0.097-0.182 38.75 67.062c6.528 11.592 18.755 19.293 32.782 19.293 4.954 0 9.683-0.961 14.012-2.706l-0.252 0.090 34.771-13.948c3.688 2.333 7.458 4.521 11.271 6.542l5.229 36.5c2.446 18.435 18.066 32.511 36.973 32.511 0.039 0 0.077-0 0.116-0l-0.006 0h78.146c0.070 0 0.152 0.001 0.234 0.001 18.688 0 34.151-13.809 36.742-31.78l0.024-0.199 5.312-37.042c3.75-2.010 7.479-4.187 11.208-6.562l35.104 14.094c3.957 1.533 8.537 2.421 13.323 2.421 13.831 0 25.931-7.416 32.539-18.488l0.096-0.173 39.356-68.167c2.958-5.242 4.701-11.509 4.701-18.183 0-11.855-5.499-22.426-14.085-29.302l-0.074-0.058zM479.042 549.844l-44.354-17.802c-2.117-0.874-4.574-1.381-7.15-1.381-4.188 0-8.063 1.341-11.219 3.617l0.057-0.039c-6.717 4.926-14.341 9.447-22.393 13.202l-0.836 0.35c-5.902 2.709-10.135 8.16-11.092 14.677l-0.013 0.104-5.729 46.083-77.167 0.802-6.73-46.895c-0.977-6.615-5.208-12.060-10.985-14.722l-0.119-0.049c-8.881-4.077-16.498-8.578-23.591-13.756l0.383 0.266c-3.116-2.257-7.014-3.611-11.228-3.615l-0.001-0c-0.002-0-0.005-0-0.008-0-2.572 0-5.026 0.509-7.265 1.432l0.127-0.046-43 17.854-39.332-66.115 37.5-29.323c4.503-3.55 7.368-9.005 7.368-15.13 0-0.681-0.035-1.353-0.104-2.016l0.007 0.083c-0.491-4.035-0.771-8.706-0.771-13.443s0.28-9.408 0.824-13.998l-0.054 0.556c0.062-0.582 0.098-1.256 0.098-1.939 0-6.126-2.865-11.582-7.328-15.103l-0.041-0.031-37.104-28.104 37.625-67.271 44.354 17.802c2.115 0.873 4.57 1.379 7.143 1.379 4.174 0 8.036-1.333 11.185-3.596l-0.057 0.039c6.728-4.923 14.365-9.444 22.43-13.201l0.84-0.351c5.902-2.704 10.135-8.153 11.092-14.667l0.013-0.104 5.729-46.104 77.167-0.853 6.708 46.917c0.968 6.638 5.22 12.102 11.026 14.753l0.12 0.049c8.87 4.047 16.482 8.54 23.56 13.719l-0.373-0.26c3.109 2.272 7.007 3.636 11.224 3.636 2.577 0 5.035-0.509 7.278-1.432l-0.127 0.046 43-17.865 39.354 66.115-37.521 29.323c-4.514 3.545-7.387 9.002-7.387 15.131 0 0.743 0.042 1.476 0.124 2.197l-0.008-0.088c0.479 3.973 0.759 8.588 0.771 13.265l0 0.017c-0.024 4.737-0.303 9.38-0.825 13.949l0.054-0.585c-0.069 0.611-0.109 1.32-0.109 2.038 0 6.116 2.861 11.563 7.318 15.077l0.041 0.031 36.75 28.74zM337.25 348.208c-41.802 0.006-75.687 33.895-75.687 75.698 0 41.807 33.891 75.698 75.698 75.698s75.698-33.891 75.698-75.698l-0 0c-0.050-41.79-33.917-75.654-75.704-75.698l-0.004-0zM337.25 461.208c-0.003 0-0.007 0-0.010 0-20.601 0-37.302-16.701-37.302-37.302s16.701-37.302 37.302-37.302c20.601 0 37.302 16.701 37.302 37.302 0 0-0 0-0 0l-0 0c-0.023 20.588-16.704 37.273-37.289 37.302l-0.003 0zM862.063 659.072l24.792-13.156c10.619-5.904 17.685-17.056 17.685-29.859 0-4.099-0.724-8.029-2.052-11.669l0.075 0.237-21.146-58.229c-4.676-13.415-17.217-22.869-31.966-22.869-2.409 0-4.76 0.252-7.026 0.732l0.221-0.039-27.458 5.74c-1.708-1.521-3.458-2.99-5.229-4.416l0.917-27.52c0.024-0.479 0.038-1.040 0.038-1.604 0-16.542-11.937-30.295-27.668-33.116l-0.204-0.030-61.625-10.938c-1.789-0.337-3.848-0.53-5.951-0.53-14.827 0-27.415 9.591-31.896 22.908l-0.069 0.237-8.771 26.645c-2.125 0.719-4.229 1.5-6.354 2.344l-24.104-15.021c-4.989-3.040-11.024-4.84-17.479-4.84-10.375 0-19.665 4.65-25.898 11.979l-0.040 0.048-40.063 47.604c-5.046 5.884-8.118 13.591-8.118 22.014 0 8.658 3.245 16.558 8.585 22.551l-0.030-0.034 18.645 20.781c-0.25 1.135-0.458 2.24-0.646 3.323q-0.313 1.719-0.563 3.5l-24.792 13.146c-10.622 5.902-17.692 17.056-17.692 29.862 0 4.106 0.727 8.042 2.059 11.687l-0.076-0.237 21.167 58.188c4.682 13.427 17.234 22.889 31.997 22.889 2.39 0 4.723-0.248 6.973-0.72l-0.22 0.039 27.479-5.75q2.563 2.281 5.188 4.406l-0.896 27.52c-0.025 0.482-0.039 1.047-0.039 1.615 0 16.537 11.926 30.289 27.646 33.125l0.205 0.031 61.625 10.937c1.797 0.336 3.865 0.529 5.977 0.531l0.002 0c0.060 0 0.131 0.001 0.202 0.001 14.771 0 27.3-9.6 31.688-22.9l0.067-0.236 8.771-26.645c2.125-0.719 4.229-1.5 6.354-2.344l24.043 14.979c3.367 2.1 7.307 3.659 11.521 4.437l0.208 0.032c1.814 0.351 3.9 0.551 6.032 0.551 10.334 0 19.568-4.71 25.673-12.1l0.045-0.056 40.646-48.313c4.692-5.77 7.534-13.208 7.534-21.31 0-8.602-3.204-16.457-8.483-22.434l0.032 0.037-0.104-0.125-18.667-20.781c0.25-1.125 0.479-2.281 0.688-3.448 0.189-1.145 0.376-2.27 0.543-3.385zM825.458 683.978l22.729 25.323-35.146 41.792-28.938-18.021c-2.882-1.823-6.389-2.905-10.15-2.905-2.989 0-5.818 0.684-8.34 1.903l0.114-0.050c-5.544 2.752-12.056 5.211-18.831 7.026l-0.753 0.172c-6.388 1.669-11.396 6.388-13.44 12.469l-0.039 0.135-10.624 32.25-53.708-9.531 1.125-33.948c0.007-0.188 0.010-0.41 0.010-0.632 0-6.558-3.286-12.349-8.3-15.817l-0.064-0.042c-5.924-4.108-11.11-8.517-15.829-13.38l-0.025-0.026c-3.485-3.584-8.352-5.807-13.739-5.807-1.398 0-2.761 0.15-4.074 0.434l0.126-0.023-33.292 6.969-18.667-51.344 30.062-15.937c5.711-3.078 9.643-8.816 10.142-15.51l0.004-0.064c0.258-3.898 0.695-7.443 1.317-10.925l-0.088 0.592c0.732-4.026 1.556-7.395 2.551-10.689l-0.176 0.679c0.471-1.585 0.742-3.406 0.742-5.291 0-4.94-1.863-9.446-4.924-12.852l0.016 0.018-22.729-25.323 35.167-41.792 28.938 18.021c2.882 1.823 6.389 2.905 10.15 2.905 2.989 0 5.818-0.684 8.34-1.903l-0.114 0.050c5.539-2.755 12.038-5.204 18.803-7l0.738-0.167c6.408-1.658 11.434-6.385 13.481-12.479l0.039-0.135 10.624-32.271 53.687 9.531-1.125 33.917c-0.007 0.199-0.012 0.432-0.012 0.667 0 6.559 3.296 12.348 8.322 15.801l0.065 0.042c5.922 4.088 11.102 8.49 15.805 13.356l0.028 0.029c3.5 3.592 8.385 5.819 13.791 5.819 1.387 0 2.74-0.147 4.044-0.426l-0.126 0.023 33.292-6.969 18.667 51.333-30.063 15.948c-5.736 3.084-9.677 8.857-10.142 15.586l-0.003 0.060c-0.264 3.858-0.693 7.349-1.296 10.781l0.088-0.605c-0.667 3.719-1.583 7.177-2.417 10.135-0.471 1.583-0.742 3.402-0.742 5.284 0 4.934 1.864 9.433 4.926 12.831l-0.015-0.017zM731.646 573.958c-3.383-0.629-7.274-0.99-11.25-0.99-35.594 0-64.448 28.854-64.448 64.448s28.854 64.448 64.448 64.448c31.618 0 57.917-22.768 63.399-52.803l0.060-0.394c0.62-3.359 0.974-7.223 0.974-11.171 0-31.632-22.753-57.949-52.785-63.478l-0.397-0.061zM715.833 663.052c-12.286-2.247-21.476-12.87-21.476-25.638 0-14.382 11.659-26.042 26.042-26.042s26.042 11.659 26.042 26.042c0 1.606-0.145 3.178-0.424 4.704l0.024-0.159c-2.263 12.296-12.899 21.489-25.682 21.489-1.6 0-3.165-0.144-4.685-0.42l0.159 0.024z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Settings"],"grid":0},"attrs":[{}],"properties":{"order":2690,"id":490,"name":"Settings","prevSize":32,"code":59920},"setIdx":0,"setId":2,"iconIdx":514},{"icon":{"paths":["M729.958 677.396c-35.17 0.040-66.119 18.071-84.146 45.382l-0.234 0.378-261.66-164.237c7.014-13.087 11.134-28.632 11.134-45.138s-4.12-32.051-11.389-45.66l0.254 0.522 263.731-165.534c19.33 22.972 48.095 37.469 80.247 37.469 57.805 0 104.666-46.861 104.666-104.666s-46.861-104.666-104.666-104.666c-57.805 0-104.666 46.861-104.666 104.666 0 12.061 2.040 23.645 5.794 34.427l-0.223-0.735-268.513 168.536c-17.733-15.751-41.217-25.373-66.949-25.373-55.788 0-101.013 45.225-101.013 101.013s45.225 101.013 101.013 101.013c25.732 0 49.216-9.621 67.053-25.463l-0.103 0.090 270.596 169.845c-1.157 5.737-1.82 12.332-1.82 19.082 0 55.755 45.198 100.953 100.953 100.953s100.953-45.198 100.953-100.953c0-55.755-45.198-100.953-100.953-100.953-0.020 0-0.041 0-0.061 0l0.003-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Share_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2691,"id":491,"name":"Share_Fill","prevSize":32,"code":59921},"setIdx":0,"setId":2,"iconIdx":515},{"icon":{"paths":["M729.958 677.396c-35.17 0.040-66.119 18.071-84.146 45.382l-0.234 0.378-261.66-164.237c7.014-13.087 11.134-28.632 11.134-45.138s-4.12-32.051-11.389-45.66l0.254 0.522 263.731-165.534c19.33 22.972 48.095 37.469 80.247 37.469 57.805 0 104.666-46.861 104.666-104.666s-46.861-104.666-104.666-104.666c-57.805 0-104.666 46.861-104.666 104.666 0 12.061 2.040 23.645 5.794 34.427l-0.223-0.735-268.513 168.536c-17.733-15.751-41.217-25.373-66.949-25.373-55.788 0-101.013 45.225-101.013 101.013s45.225 101.013 101.013 101.013c25.732 0 49.216-9.621 67.053-25.463l-0.103 0.090 270.596 169.845c-1.157 5.737-1.82 12.332-1.82 19.082 0 55.755 45.198 100.953 100.953 100.953s100.953-45.198 100.953-100.953c0-55.755-45.198-100.953-100.953-100.953-0.020 0-0.041 0-0.061 0l0.003-0zM724.26 175.427c34.581 0 62.615 28.034 62.615 62.615s-28.034 62.615-62.615 62.615c-34.581 0-62.615-28.034-62.615-62.615h0c0.044-34.563 28.051-62.571 62.61-62.615l0.004-0zM294.042 576.396c-34.581 0-62.615-28.034-62.615-62.615s28.034-62.615 62.615-62.615c34.581 0 62.615 28.034 62.615 62.615 0 0-0 0-0 0l0-0c-0.044 34.563-28.051 62.57-62.61 62.614l-0.004 0zM729.958 841.031c-0.002 0-0.003 0-0.005 0-34.584 0-62.62-28.036-62.62-62.62s28.036-62.62 62.62-62.62c34.582 0 62.617 28.033 62.62 62.615l0 0c-0.039 34.567-28.048 62.58-62.61 62.625l-0.004 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Share"],"grid":0},"attrs":[{}],"properties":{"order":2692,"id":492,"name":"Share","prevSize":32,"code":59922},"setIdx":0,"setId":2,"iconIdx":516},{"icon":{"paths":["M705.542 260.896c-3.12-2.060-6.948-3.286-11.063-3.286-11.192 0-20.265 9.073-20.265 20.265 0 7.078 3.628 13.308 9.126 16.932l0.076 0.047c87.33 57.136 144.225 154.482 144.225 265.117 0 174.403-141.381 315.784-315.784 315.784s-315.784-141.381-315.784-315.784c0-110.959 57.229-208.552 143.78-264.873l1.22-0.745c5.59-3.67 9.231-9.911 9.231-17.001 0-11.196-9.076-20.272-20.272-20.272-4.080 0-7.878 1.205-11.058 3.279l0.078-0.048c-99.168 64.438-163.832 174.677-163.832 300.020 0 196.958 159.666 356.624 356.624 356.624s356.624-159.666 356.624-356.624c0-124.964-64.274-234.916-161.567-298.601l-1.361-0.836zM512.167 397.25c11.195-0.002 20.269-9.076 20.271-20.271l0-0v-248.979c0-0.020 0-0.043 0-0.066 0-11.195-9.076-20.271-20.271-20.271s-20.271 9.076-20.271 20.271c0 0.023 0 0.046 0 0.069l-0-0.004v248.979c0.002 11.194 9.076 20.269 20.271 20.271l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Shutdown"],"grid":0},"attrs":[{}],"properties":{"order":2817,"id":493,"name":"Shutdown","prevSize":32,"code":59923},"setIdx":0,"setId":2,"iconIdx":517},{"icon":{"paths":["M664.198 339.698c-43.652-25.175-95.993-40.052-151.804-40.115l-0.445-0c-170.319 0.323-308.266 138.46-308.282 308.82l-0 0.002c1.021 56.622 16.306 109.46 42.396 155.353l-0.844-1.613c1.103 1.992 1.752 4.368 1.752 6.896 0 2.139-0.465 4.17-1.299 5.996l0.037-0.090-19.313 64.677c-1.165 3.353-1.838 7.217-1.838 11.238 0 15.435 9.91 28.554 23.715 33.343l0.248 0.075c3.34 1.201 7.193 1.896 11.209 1.896 4.147 0 8.122-0.741 11.798-2.097l-0.236 0.076 57.823-17.219c2.206-0.533 4.738-0.839 7.342-0.839 8.055 0 15.426 2.926 21.11 7.772l-0.045-0.038c0.778 0.662 1.643 1.272 2.562 1.799l0.084 0.044c43.532 25.275 95.783 40.208 151.519 40.25l0.012 0c29.367-0.020 57.767-4.126 84.672-11.781l-2.183 0.531c131.414-37.153 226.095-156.014 226.095-296.99 0-114.264-62.201-214.001-154.59-267.196l-1.494-0.793zM423.167 660.917c-3.27 5.635-7.775 10.22-13.166 13.489l-0.167 0.094c-5.332 3.198-11.547 5.601-18.169 6.851l-0.352 0.055c-6.217 1.245-13.364 1.958-20.678 1.958-0.029 0-0.058-0-0.087-0l0.005 0c-0.849 0.022-1.85 0.034-2.853 0.034-9.189 0-18.136-1.033-26.733-2.99l0.804 0.154c-5.955-1.195-11.248-3.25-16.045-6.059l0.243 0.132c-1.301-1.449-2.097-3.375-2.097-5.486 0-0.588 0.062-1.161 0.179-1.714l-0.010 0.054c0.217-3.016 0.646-5.796 1.28-8.498l-0.072 0.363c0.641-2.903 1.505-5.446 2.609-7.855l-0.099 0.241c0.573-1.239 2.396-4.958 5.687-4.313 4.781 1.625 9.625 3.125 14.729 4.542 5.284 1.342 11.349 2.113 17.594 2.113 0.589 0 1.177-0.007 1.764-0.021l-0.087 0.002c0.428 0.013 0.931 0.020 1.436 0.020 6.674 0 13.055-1.257 18.918-3.548l-0.354 0.122c4.116-1.408 7.023-5.243 7.023-9.757 0-0.24-0.008-0.477-0.024-0.713l0.002 0.032c0.006-0.157 0.010-0.341 0.010-0.526 0-4.186-1.849-7.941-4.775-10.491l-0.017-0.014c-5.602-4.224-12.088-7.686-19.078-10.055l-0.485-0.143c-6.215-2.413-11.281-4.762-16.183-7.378l0.798 0.389c-4.984-2.616-9.279-5.665-13.114-9.204l0.041 0.038c-3.812-3.548-6.895-7.821-9.037-12.608l-0.098-0.246c-2.114-4.913-3.344-10.632-3.344-16.638 0-0.336 0.004-0.671 0.011-1.005l-0.001 0.050c-0-0.022-0-0.049-0-0.076 0-5.661 1.168-11.049 3.277-15.935l-0.1 0.261c2.279-5.224 5.66-9.593 9.871-12.97l0.066-0.051c4.75-3.713 10.339-6.617 16.413-8.383l0.348-0.087c6.7-1.972 14.397-3.107 22.359-3.107 0.533 0 1.065 0.005 1.596 0.015l-0.080-0.001c5.76 0 10.719 0.135 14.739 0.396 3.682 0.21 7.062 0.592 10.383 1.149l-0.55-0.076c2.49 0.402 4.66 0.928 6.764 1.6l-0.326-0.090c1.5 0.5 2.885 0.906 4.198 1.24 2.32 1.087 3.899 3.403 3.899 6.087 0 0.355-0.028 0.704-0.081 1.044l0.005-0.038c-0.038 3.075-0.438 6.040-1.16 8.875l0.056-0.26c-0.723 3.091-1.787 5.815-3.177 8.333l0.084-0.166c-2.365 4.198-4.969 4.48-6.677 3.968-2.917-0.853-6.875-1.781-11.792-2.771-4.293-0.939-9.229-1.484-14.291-1.5l-0.011-0c-1.038-0.118-2.241-0.186-3.46-0.186-5.558 0-10.789 1.403-15.357 3.874l0.171-0.085c-2.726 1.913-4.486 5.042-4.486 8.582 0 0.129 0.002 0.257 0.007 0.384l-0.001-0.018c-0.002 0.085-0.004 0.184-0.004 0.284 0 3.965 2.010 7.461 5.067 9.523l0.041 0.026c5.368 3.532 11.546 6.519 18.111 8.649l0.545 0.153 0.083 0.031c12.406 4.386 23.025 11.083 31.821 19.644l-0.019-0.019c6.613 7.222 10.665 16.884 10.665 27.493 0 0.446-0.007 0.889-0.021 1.332l0.002-0.065c0.015 0.428 0.024 0.931 0.024 1.436 0 7.334-1.856 14.235-5.124 20.258l0.111-0.224zM577.25 671.927c0.016 0.251 0.025 0.545 0.025 0.84 0 2.243-0.516 4.366-1.437 6.255l0.037-0.085c-1.635 2.823-5.489 3.146-8.25 3.146h-11.115c-0.439 0.058-0.946 0.091-1.461 0.091-2.896 0-5.548-1.047-7.598-2.782l0.017 0.014c-1.53-2.041-2.45-4.617-2.45-7.407 0-0.481 0.027-0.955 0.080-1.421l-0.005 0.057v-80.844l-19.052 31.292c-1.771 2.896-2.844 4.636-3.208 5.156v0.74l-0.396 0.167c-1.625 2.698-2.761 4.448-3.385 5.271-1.337 1.378-3.206 2.233-5.275 2.233-0.211 0-0.42-0.009-0.626-0.026l0.027 0.002h-4.125c-0.268 0.031-0.578 0.048-0.892 0.048-2.104 0-4.024-0.789-5.481-2.087l0.008 0.007c-1.285-1.617-2.44-3.442-3.391-5.386l-0.078-0.177-21.291-36.313v81.49c0.009 0.176 0.014 0.382 0.014 0.589 0 2.234-0.58 4.332-1.599 6.153l0.033-0.064c-1.292 2.156-4.021 3.219-8.333 3.219h-10.823c-0.117 0.003-0.256 0.004-0.395 0.004-2.522 0-4.925-0.511-7.111-1.435l0.12 0.045c-4.323-1.854-4.323-8.031-4.323-10.063v-123.813c-0.047-0.386-0.074-0.833-0.074-1.286 0-2.919 1.112-5.578 2.936-7.576l-0.008 0.009c1.821-1.458 4.157-2.339 6.7-2.339 0.208 0 0.415 0.006 0.62 0.018l-0.028-0.001h12.896c0.119-0.003 0.259-0.005 0.399-0.005 1.93 0 3.776 0.357 5.476 1.009l-0.105-0.035c2.212 1.079 3.995 2.745 5.188 4.797l0.031 0.057 32.094 51.157 32.043-50.583c1.081-2.106 2.72-3.794 4.722-4.907l0.059-0.030c1.578-0.899 3.464-1.437 5.473-1.458l0.006-0h14.187c1.656 0 6.699 0 8.167 3.74 0.625 1.977 0.985 4.25 0.985 6.607 0 0.384-0.010 0.765-0.028 1.144l0.002-0.053zM695.031 660.917c-3.27 5.635-7.775 10.22-13.166 13.489l-0.167 0.094c-5.332 3.198-11.546 5.601-18.169 6.851l-0.352 0.055c-6.227 1.245-13.385 1.958-20.709 1.958-0.018 0-0.036-0-0.054-0l0.003 0c-0.848 0.022-1.846 0.034-2.847 0.034-9.187 0-18.133-1.033-26.728-2.99l0.804 0.154c-5.959-1.187-11.256-3.246-16.052-6.068l0.239 0.13c-1.303-1.44-2.1-3.36-2.1-5.465 0-0.592 0.063-1.168 0.183-1.724l-0.010 0.054c0.204-3.005 0.637-5.789 1.288-8.488l-0.070 0.342c0.629-2.898 1.49-5.442 2.597-7.849l-0.097 0.235c1.521-3.333 3.458-4.812 5.687-4.302 4.781 1.625 9.625 3.125 14.729 4.542 5.254 1.344 11.286 2.115 17.498 2.115 0.623 0 1.245-0.008 1.864-0.023l-0.092 0.002c0.426 0.013 0.927 0.020 1.429 0.020 6.673 0 13.052-1.257 18.914-3.548l-0.354 0.122c4.127-1.409 7.042-5.253 7.042-9.778 0-0.232-0.008-0.462-0.023-0.69l0.002 0.031c0.006-0.154 0.010-0.334 0.010-0.515 0-4.192-1.853-7.95-4.784-10.502l-0.017-0.014c-5.606-4.221-12.095-7.682-19.086-10.054l-0.487-0.143c-6.21-2.412-11.273-4.761-16.171-7.378l0.796 0.388c-4.991-2.618-9.293-5.667-13.136-9.206l0.043 0.039c-3.797-3.552-6.874-7.82-9.025-12.595l-0.1-0.248c-2.114-4.923-3.343-10.652-3.343-16.668 0-0.329 0.004-0.657 0.011-0.984l-0.001 0.049c-0-0.023-0-0.049-0-0.076 0-5.661 1.169-11.048 3.278-15.935l-0.1 0.261c2.279-5.224 5.66-9.593 9.871-12.97l0.066-0.051c4.748-3.718 10.338-6.622 16.414-8.383l0.347-0.086c6.699-1.972 14.394-3.107 22.355-3.107 0.531 0 1.060 0.005 1.588 0.015l-0.079-0.001c5.771 0 10.74 0.135 14.75 0.396 3.686 0.212 7.066 0.594 10.388 1.149l-0.555-0.077c2.484 0.397 4.654 0.923 6.756 1.599l-0.318-0.088c1.49 0.5 2.886 0.906 4.208 1.24 1.969 0.802 3.823 2.552 3.823 7.094-0.031 3.081-0.439 6.052-1.181 8.889l0.056-0.254c-0.725 3.081-1.781 5.793-3.157 8.305l0.085-0.17c-2.365 4.188-4.979 4.49-6.687 3.979-2.886-0.844-6.844-1.771-11.781-2.771-4.293-0.938-9.229-1.483-14.29-1.5l-0.012-0c-1.039-0.118-2.243-0.186-3.462-0.186-5.556 0-10.786 1.399-15.355 3.864l0.172-0.085c-2.732 1.923-4.495 5.064-4.495 8.616 0 0.12 0.002 0.24 0.006 0.36l-0-0.017c-0.002 0.085-0.004 0.184-0.004 0.284 0 3.965 2.010 7.46 5.067 9.523l0.041 0.026c5.371 3.529 11.552 6.515 18.119 8.648l0.548 0.154c12.433 4.394 23.075 11.102 31.895 19.675l-0.020-0.020c6.62 7.218 10.676 16.881 10.676 27.491 0 0.447-0.007 0.891-0.021 1.334l0.002-0.065c0.015 0.427 0.024 0.928 0.024 1.431 0 7.335-1.857 14.237-5.126 20.261l0.111-0.224zM498.979 243.312c3.151 3.7 7.814 6.031 13.021 6.031s9.87-2.331 13.001-6.007l0.020-0.024 85.958-101.5c2.513-2.953 4.042-6.812 4.042-11.028 0-9.424-7.639-17.064-17.063-17.065l-171.917-0c-9.424 0.001-17.063 7.641-17.063 17.065 0 4.216 1.529 8.075 4.062 11.052l-0.020-0.024z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["SMS Received_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2818,"id":494,"name":"SMS-Received_Fill","prevSize":32,"code":59924},"setIdx":0,"setId":2,"iconIdx":518},{"icon":{"paths":["M665.25 337.844c-43.951-25.352-96.651-40.334-152.846-40.396l-0.456-0c-171.507 0.329-310.414 139.437-310.417 310.989l-0 0c1.028 57.003 16.42 110.196 42.693 156.393l-0.849-1.622c0.916 1.697 1.455 3.714 1.455 5.856 0 1.912-0.429 3.724-1.196 5.345l0.032-0.076-19.292 64.614c-1.237 3.557-1.952 7.658-1.952 11.925 0 16.368 10.515 30.28 25.158 35.35l0.263 0.079c3.539 1.282 7.623 2.023 11.88 2.023 4.366 0 8.551-0.78 12.421-2.208l-0.249 0.080 57.698-17.177c2.073-0.506 4.453-0.797 6.901-0.797 7.514 0 14.389 2.737 19.682 7.269l-0.041-0.034c0.873 0.744 1.844 1.429 2.875 2.023l0.094 0.050c43.837 25.452 96.455 40.49 152.582 40.531l0.012 0c29.568-0.023 58.161-4.156 85.252-11.857l-2.199 0.535c132.325-37.411 227.662-157.097 227.662-299.050 0-115.055-62.63-215.482-155.658-269.047l-1.504-0.799zM748.625 741.824c-47.637 82.826-135.631 137.7-236.442 137.7-48.739 0-94.483-12.827-134.039-35.289l1.346 0.703c-11.746-9.36-26.804-15.019-43.183-15.019-5.878 0-11.585 0.729-17.037 2.101l0.48-0.102-58.792 18.667 19.031-63.885c2.106-5.291 3.327-11.423 3.327-17.84 0-9.051-2.43-17.535-6.673-24.834l0.127 0.236c-22.429-39.399-35.987-86.412-36.84-136.519l-0.003-0.252c0.391-150 121.991-271.468 272.004-271.646l0.017-0c0.135 0 0.26-0.010 0.396 0 150.063 0.101 271.674 121.774 271.674 271.851 0 49.318-13.133 95.57-36.093 135.447l0.7-1.318zM385.615 591.031c-7.106-2.28-13.281-5.267-18.936-8.981l0.291 0.179c-3.098-2.089-5.108-5.584-5.108-9.549 0-0.1 0.001-0.2 0.004-0.299l-0 0.015c-0.004-0.109-0.006-0.237-0.006-0.366 0-3.54 1.76-6.669 4.453-8.56l0.033-0.022c4.397-2.387 9.628-3.79 15.186-3.79 1.219 0 2.422 0.067 3.605 0.199l-0.146-0.013c5.073 0.015 10.009 0.561 14.768 1.584l-0.466-0.084c4.917 0.99 8.875 1.917 11.792 2.771 1.698 0.511 4.323 0.229 6.677-3.968 1.304-2.349 2.368-5.069 3.049-7.937l0.044-0.22c0.671-2.58 1.072-5.548 1.104-8.605l0-0.020c0.048-0.302 0.076-0.651 0.076-1.006 0-2.684-1.578-5-3.858-6.070l-0.041-0.017c-1.313-0.333-2.709-0.74-4.188-1.229-1.79-0.594-3.963-1.123-6.192-1.486l-0.256-0.034c-2.771-0.481-6.152-0.863-9.582-1.061l-0.252-0.012c-4.021-0.26-8.979-0.396-14.739-0.396-0.451-0.009-0.983-0.014-1.516-0.014-7.962 0-15.659 1.135-22.938 3.252l0.579-0.144c-6.422 1.852-12.011 4.756-16.869 8.551l0.109-0.082c-4.28 3.426-7.661 7.796-9.853 12.805l-0.084 0.216c-2.009 4.626-3.177 10.014-3.177 15.674 0 0.027 0 0.053 0 0.080l-0-0.004c-0.007 0.284-0.011 0.619-0.011 0.955 0 6.006 1.23 11.725 3.451 16.919l-0.107-0.281c2.238 5.030 5.321 9.3 9.111 12.82l0.024 0.022c3.791 3.514 8.086 6.567 12.747 9.021l0.326 0.156c4.104 2.228 9.17 4.577 14.381 6.639l1.004 0.35c7.475 2.511 13.96 5.973 19.738 10.324l-0.176-0.127c2.942 2.565 4.791 6.319 4.791 10.505 0 0.185-0.004 0.369-0.011 0.552l0.001-0.026c0.014 0.204 0.023 0.441 0.023 0.681 0 4.514-2.907 8.349-6.95 9.735l-0.072 0.022c-5.509 2.169-11.89 3.426-18.564 3.426-0.505 0-1.008-0.007-1.51-0.022l0.074 0.002c-0.499 0.012-1.087 0.019-1.676 0.019-6.245 0-12.311-0.77-18.107-2.221l0.512 0.109c-5.042-1.396-9.896-2.896-14.729-4.542-2.281-0.51-4.177 0.969-5.687 4.313-1.009 2.171-1.874 4.714-2.463 7.361l-0.048 0.254c-0.563 2.343-0.992 5.127-1.198 7.972l-0.010 0.174c-0.107 0.499-0.169 1.071-0.169 1.659 0 2.107 0.791 4.029 2.093 5.485l-0.007-0.008c4.557 2.683 9.854 4.739 15.484 5.872l0.328 0.055c7.792 1.803 16.739 2.836 25.928 2.836 1.003 0 2.004-0.012 3.001-0.037l-0.148 0.003c0.024 0 0.053 0 0.082 0 7.314 0 14.461-0.713 21.376-2.073l-0.698 0.114c6.974-1.305 13.189-3.709 18.779-7.049l-0.258 0.143c5.559-3.364 10.064-7.949 13.237-13.404l0.096-0.18c3.157-5.799 5.014-12.7 5.014-20.035 0-0.504-0.009-1.006-0.026-1.506l0.002 0.073c0.012-0.372 0.019-0.809 0.019-1.247 0-10.615-4.051-20.284-10.692-27.544l0.028 0.031c-8.803-8.561-19.454-15.27-31.293-19.469l-0.604-0.187zM657.479 591.031c-7.11-2.283-13.289-5.27-18.949-8.982l0.293 0.18c-3.097-2.089-5.108-5.584-5.108-9.549 0-0.1 0.001-0.2 0.004-0.299l-0 0.015c-0.004-0.104-0.006-0.226-0.006-0.348 0-3.547 1.764-6.683 4.462-8.577l0.033-0.022c4.397-2.387 9.628-3.79 15.186-3.79 1.219 0 2.422 0.067 3.605 0.199l-0.146-0.013c5.073 0.017 10.010 0.562 14.769 1.584l-0.467-0.084c4.937 1 8.896 1.927 11.781 2.771 1.698 0.511 4.323 0.208 6.687-3.979 1.291-2.342 2.347-5.055 3.027-7.913l0.045-0.222c0.686-2.583 1.094-5.555 1.125-8.616l0-0.019c0.048-0.302 0.076-0.651 0.076-1.006 0-2.684-1.578-5-3.858-6.070l-0.041-0.017c-1.323-0.333-2.729-0.74-4.198-1.229-1.786-0.591-3.959-1.12-6.187-1.486l-0.261-0.035c-2.767-0.478-6.148-0.861-9.577-1.061l-0.257-0.012c-4-0.26-8.969-0.396-14.75-0.396-0.449-0.009-0.979-0.014-1.509-0.014-7.961 0-15.657 1.135-22.934 3.252l0.579-0.144c-6.422 1.847-12.012 4.752-16.868 8.551l0.108-0.081c-4.274 3.437-7.656 7.808-9.863 12.814l-0.085 0.217c-2.002 4.618-3.167 9.995-3.167 15.645 0 0.033 0 0.066 0 0.1l-0-0.005c-0.007 0.28-0.010 0.611-0.010 0.942 0 6.011 1.229 11.734 3.451 16.933l-0.107-0.282c2.243 5.030 5.321 9.303 9.102 12.833l0.023 0.021c3.799 3.505 8.101 6.553 12.764 9.009l0.329 0.158c4.11 2.235 9.173 4.584 14.383 6.644l0.993 0.346c7.478 2.516 13.967 5.977 19.75 10.325l-0.177-0.128c2.948 2.566 4.801 6.325 4.801 10.516 0 0.181-0.003 0.361-0.010 0.541l0.001-0.026c0.013 0.197 0.021 0.427 0.021 0.659 0 4.525-2.915 8.369-6.969 9.757l-0.073 0.022c-5.509 2.169-11.89 3.426-18.564 3.426-0.505 0-1.008-0.007-1.51-0.021l0.074 0.002c-0.528 0.014-1.149 0.021-1.772 0.021-6.209 0-12.237-0.771-17.995-2.223l0.506 0.108c-5.104-1.417-9.948-2.917-14.729-4.542-2.229-0.51-4.167 0.969-5.687 4.313-1.010 2.17-1.871 4.71-2.454 7.355l-0.046 0.25c-0.579 2.356-1.015 5.146-1.219 8.001l-0.010 0.166c-0.103 0.488-0.162 1.049-0.162 1.624 0 2.114 0.797 4.041 2.106 5.499l-0.007-0.008c4.556 2.691 9.853 4.751 15.486 5.883l0.326 0.055c7.791 1.803 16.737 2.836 25.924 2.836 1.001 0 1.999-0.012 2.994-0.037l-0.148 0.003c0.015 0 0.033 0 0.051 0 7.325 0 14.483-0.713 21.409-2.073l-0.7 0.115c6.974-1.305 13.189-3.709 18.779-7.049l-0.258 0.143c5.559-3.364 10.064-7.949 13.237-13.404l0.096-0.18c3.157-5.799 5.014-12.701 5.014-20.036 0-0.504-0.009-1.006-0.026-1.506l0.002 0.072c0.012-0.366 0.018-0.796 0.018-1.227 0-10.621-4.051-20.296-10.692-27.565l0.028 0.032c-8.806-8.553-19.455-15.262-31.29-19.468l-0.605-0.188zM568.125 535.667h-14.187c-2.016 0.021-3.901 0.559-5.536 1.488l0.057-0.030c-2.061 1.143-3.7 2.832-4.751 4.873l-0.030 0.065-32.043 50.583-32.094-51.157c-1.224-2.109-3.007-3.775-5.148-4.823l-0.071-0.031c-1.595-0.617-3.442-0.974-5.371-0.974-0.14 0-0.28 0.002-0.42 0.006l0.021-0h-12.896c-0.177-0.010-0.383-0.016-0.592-0.016-2.543 0-4.88 0.882-6.722 2.356l0.021-0.017c-1.816 1.99-2.928 4.649-2.928 7.567 0 0.453 0.027 0.9 0.079 1.339l-0.005-0.053v123.814c0 2.031 0 8.208 4.323 10.063 2.066 0.879 4.469 1.39 6.991 1.39 0.139 0 0.277-0.002 0.415-0.005l-0.021 0h10.823c4.313 0 7.042-1.062 8.333-3.219 0.985-1.756 1.566-3.855 1.566-6.089 0-0.207-0.005-0.413-0.015-0.617l0.001 0.029v-81.489l21.291 36.313c1.057 2.114 2.207 3.931 3.515 5.618l-0.057-0.076c1.425 1.307 3.332 2.108 5.427 2.108 0.334 0 0.663-0.020 0.987-0.060l-0.039 0.004h4.125c0.18 0.016 0.389 0.024 0.6 0.024 2.069 0 3.938-0.855 5.274-2.231l0.002-0.002c0.625-0.823 1.781-2.583 3.385-5.281l0.396-0.167v-0.729c0.344-0.5 1.323-2.073 3.208-5.156l19.052-31.292v80.843c-0.048 0.409-0.075 0.883-0.075 1.364 0 2.79 0.92 5.366 2.473 7.439l-0.023-0.032c2.033 1.722 4.685 2.768 7.581 2.768 0.515 0 1.022-0.033 1.52-0.097l-0.059 0.006h11.115c2.771 0 6.635-0.323 8.25-3.146 0.883-1.805 1.4-3.927 1.4-6.171 0-0.296-0.009-0.589-0.027-0.88l0.002 0.040v-124.822c0.017-0.325 0.026-0.707 0.026-1.090 0-2.35-0.356-4.616-1.017-6.749l0.043 0.161c-1.457-3.76-6.509-3.76-8.176-3.76zM497.344 244.688c3.546 4.166 8.794 6.791 14.656 6.791s11.11-2.625 14.633-6.764l0.023-0.027 85.958-101.5c2.824-3.322 4.542-7.661 4.542-12.402 0-10.604-8.595-19.2-19.198-19.202l-171.917-0c-10.603 0.003-19.198 8.599-19.198 19.202 0 4.74 1.718 9.080 4.565 12.429l-0.023-0.027z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["SMS Received"],"grid":0},"attrs":[{}],"properties":{"order":2819,"id":495,"name":"SMS-Received","prevSize":32,"code":59925},"setIdx":0,"setId":2,"iconIdx":519},{"icon":{"paths":["M730.027 539.093c23.556 0.004 46.143 4.147 67.076 11.741l-1.369-0.434c7.963-27.83 12.542-59.795 12.542-92.829 0-129.221-70.068-242.077-174.284-302.647l-1.671-0.897c-49.115-28.443-108.055-45.227-170.915-45.227-0.138 0-0.275 0-0.413 0l-0.405-0c-192.33 0.258-348.145 156.224-348.16 348.585l-0 0.001c1.161 63.956 18.423 123.636 47.887 175.476l-0.954-1.823c1.294 2.272 2.057 4.992 2.057 7.89 0 2.397-0.522 4.672-1.458 6.718l0.041-0.101-21.973 73.173c-1.283 3.723-2.023 8.013-2.023 12.476 0 17.332 11.171 32.055 26.706 37.362l0.278 0.082c3.902 1.436 8.407 2.267 13.107 2.267 4.471 0 8.767-0.752 12.767-2.136l-0.274 0.083 65.493-19.627c2.468-0.596 5.302-0.938 8.216-0.938 9.111 0 17.441 3.344 23.83 8.871l-0.046-0.039c0.863 0.691 1.837 1.393 2.845 2.047l0.142 0.086c49.394 28.405 108.599 45.178 171.719 45.227l0.014 0c0.125 0 0.274 0 0.422 0 29.784 0 58.677-3.813 86.218-10.978l-2.374 0.524c-6.087-18.025-9.6-38.783-9.6-60.363 0-107.455 87.106-194.565 194.56-194.571l0.001-0zM557.021 514.991c0.698-3.242 1.667-6.093 2.918-8.785l-0.106 0.254c0.604-1.312 2.375-5.323 6-4.687 5.271 1.802 10.75 3.5 16.646 5.135 5.962 1.524 12.806 2.399 19.854 2.399 0.703 0 1.405-0.009 2.104-0.026l-0.104 0.002c0.519 0.017 1.13 0.026 1.743 0.026 7.546 0 14.759-1.428 21.384-4.028l-0.398 0.137c4.778-1.645 8.149-6.102 8.149-11.346 0-0.267-0.009-0.531-0.026-0.794l0.002 0.036c0.007-0.179 0.011-0.39 0.011-0.601 0-4.834-2.144-9.167-5.533-12.101l-0.020-0.017c-6.359-4.803-13.722-8.736-21.66-11.423l-0.548-0.161c-6.997-2.718-12.698-5.361-18.214-8.304l0.902 0.439c-5.607-2.944-10.439-6.37-14.756-10.346l0.048 0.044c-4.258-3.984-7.708-8.771-10.118-14.128l-0.112-0.278c-2.365-5.511-3.741-11.926-3.741-18.662 0-0.375 0.004-0.75 0.013-1.123l-0.001 0.056c-0-0.036-0-0.079-0-0.122 0-6.324 1.302-12.344 3.654-17.806l-0.112 0.293c2.562-5.848 6.344-10.743 11.052-14.537l0.073-0.057c5.34-4.159 11.62-7.415 18.44-9.402l0.393-0.098c7.527-2.212 16.173-3.485 25.118-3.485 0.603 0 1.205 0.006 1.806 0.017l-0.090-0.001c6.646 0 12.25 0.146 16.646 0.448 4.14 0.233 7.943 0.66 11.681 1.283l-0.618-0.085c2.786 0.451 5.215 1.041 7.57 1.798l-0.361-0.1c1.687 0.563 3.292 1.031 4.792 1.396 2.462 1.206 4.128 3.694 4.128 6.571 0 0.394-0.031 0.781-0.091 1.158l0.005-0.042c-0.036 3.445-0.49 6.768-1.313 9.942l0.063-0.286c-0.802 3.445-1.984 6.482-3.531 9.289l0.094-0.185c-2.583 4.563-5.333 4.885-7.147 4.344-3.25-0.948-7.729-2.010-13.333-3.146-4.87-1.060-10.472-1.678-16.214-1.698l-0.015-0c-1.173-0.132-2.533-0.208-3.91-0.208-6.356 0-12.336 1.608-17.555 4.44l0.194-0.096c-3.157 2.229-5.194 5.863-5.194 9.972 0 0.142 0.002 0.283 0.007 0.423l-0.001-0.020c-0.003 0.098-0.004 0.213-0.004 0.328 0 4.588 2.321 8.634 5.853 11.028l0.047 0.030c6.090 4.016 13.101 7.407 20.552 9.818l0.615 0.172c13.988 4.952 25.964 12.494 35.9 22.128l-0.025-0.024c7.403 8.111 11.938 18.95 11.938 30.849 0 0.493-0.008 0.984-0.023 1.472l0.002-0.071c0.018 0.486 0.028 1.056 0.028 1.629 0 8.216-2.078 15.947-5.736 22.695l0.125-0.252c-3.66 6.306-8.699 11.439-14.73 15.103l-0.187 0.106c-5.997 3.598-12.989 6.3-20.44 7.699l-0.394 0.061c-7.021 1.404-15.094 2.207-23.354 2.208l-0.001 0c-0.898 0.021-1.956 0.033-3.017 0.033-10.417 0-20.564-1.158-30.318-3.353l0.919 0.174c-6.689-1.345-12.633-3.649-18.026-6.795l0.277 0.149c-1.37-1.583-2.205-3.662-2.205-5.937 0-0.646 0.067-1.276 0.195-1.883l-0.010 0.059c0.242-3.389 0.722-6.515 1.434-9.552l-0.080 0.406zM359.959 516.511c-3.669 6.312-8.723 11.446-14.77 15.103l-0.188 0.106c-5.984 3.6-12.962 6.301-20.4 7.699l-0.392 0.061c-7.018 1.404-15.086 2.208-23.341 2.208-0.012 0-0.024-0-0.036-0l0.002 0c-0.898 0.021-1.956 0.033-3.017 0.033-10.41 0-20.549-1.158-30.296-3.353l0.918 0.174c-6.689-1.345-12.633-3.649-18.026-6.795l0.277 0.149c-1.386-1.572-2.232-3.648-2.232-5.923 0-0.651 0.069-1.285 0.201-1.897l-0.011 0.059c0.253-3.396 0.74-6.52 1.457-9.557l-0.082 0.411c0.713-3.246 1.681-6.091 2.922-8.785l-0.109 0.265c0.604-1.323 2.417-5.333 6-4.698 5.312 1.823 10.792 3.52 16.625 5.135 5.993 1.523 12.874 2.397 19.958 2.397 0.674 0 1.346-0.008 2.016-0.024l-0.1 0.002c0.475 0.014 1.035 0.021 1.596 0.021 7.597 0 14.861-1.426 21.538-4.025l-0.405 0.139c4.767-1.645 8.129-6.094 8.129-11.327 0-0.273-0.009-0.545-0.027-0.813l0.002 0.036c0.007-0.176 0.011-0.383 0.011-0.591 0-4.833-2.135-9.167-5.513-12.112l-0.019-0.016c-6.353-4.8-13.709-8.732-21.638-11.422l-0.549-0.162c-7.005-2.717-12.713-5.36-18.236-8.304l0.903 0.439c-5.599-2.944-10.424-6.37-14.734-10.345l0.047 0.043c-4.266-3.982-7.723-8.77-10.138-14.129l-0.112-0.277c-2.366-5.505-3.742-11.913-3.742-18.642 0-0.382 0.004-0.763 0.013-1.143l-0.001 0.056c-0-0.027-0-0.058-0-0.090 0-6.341 1.31-12.375 3.675-17.848l-0.112 0.292c2.557-5.843 6.333-10.734 11.032-14.527l0.072-0.056c5.335-4.155 11.607-7.411 18.419-9.401l0.394-0.099c7.539-2.212 16.2-3.485 25.159-3.485 0.604 0 1.206 0.006 1.806 0.017l-0.090-0.001c6.625 0 12.229 0.146 16.646 0.448 4.144 0.24 7.94 0.666 11.672 1.284l-0.63-0.086c2.787 0.444 5.223 1.035 7.583 1.797l-0.354-0.099c1.708 0.573 3.271 1.031 4.75 1.406 2.833 1.135 4.063 3.677 4.063 7.677-0.036 3.445-0.49 6.768-1.313 9.942l0.063-0.286c-0.799 3.453-1.982 6.497-3.531 9.31l0.094-0.185c-2.583 4.531-5.355 4.864-7.147 4.323-3.354-0.979-7.833-2.031-13.333-3.146-4.87-1.060-10.472-1.678-16.214-1.698l-0.015-0c-1.083-0.109-2.34-0.17-3.612-0.17-6.452 0-12.532 1.593-17.868 4.407l0.209-0.101c-3.157 2.229-5.194 5.862-5.194 9.972 0 0.142 0.002 0.283 0.007 0.424l-0.001-0.020c-0.003 0.097-0.004 0.212-0.004 0.327 0 4.588 2.321 8.634 5.853 11.028l0.047 0.030c6.090 4.016 13.101 7.407 20.552 9.818l0.614 0.172 0.083 0.031c13.956 4.95 25.903 12.48 35.816 22.097l-0.025-0.024c7.403 8.111 11.938 18.95 11.938 30.849 0 0.493-0.008 0.984-0.023 1.473l0.002-0.071c0.018 0.485 0.028 1.055 0.028 1.627 0 8.217-2.078 15.948-5.737 22.697l0.125-0.252zM533.917 529.116c0.016 0.267 0.025 0.58 0.025 0.895 0 2.482-0.562 4.832-1.567 6.931l0.042-0.097c-1.771 3.052-6 3.396-9.042 3.396h-12.542c-0.491 0.066-1.059 0.103-1.636 0.103-3.175 0-6.084-1.137-8.343-3.026l0.020 0.017c-1.666-2.257-2.666-5.094-2.666-8.164 0-0.533 0.030-1.059 0.089-1.576l-0.006 0.063v-92.543l-7.125 11.615q-3.375 5.5-5.854 9.625l-9.749 16.104c-1.667 2.688-2.667 4.313-3.021 4.854v0.729l-0.479 0.313c-1.351 2.344-2.618 4.289-3.975 6.164l0.142-0.206c-1.441 1.459-3.44 2.363-5.651 2.363-0.24 0-0.478-0.011-0.712-0.031l0.030 0.002h-4.646c-0.316 0.040-0.683 0.064-1.054 0.064-2.277 0-4.351-0.867-5.911-2.288l0.007 0.006c-1.424-1.796-2.707-3.823-3.766-5.979l-0.088-0.198-24.688-42.115v93.291c0.008 0.183 0.013 0.398 0.013 0.614 0 2.473-0.63 4.798-1.738 6.825l0.037-0.074c-1.417 2.333-4.416 3.469-9.146 3.469h-12.208c-0.116 0.002-0.253 0.004-0.39 0.004-2.812 0-5.492-0.564-7.933-1.585l0.136 0.050c-4.687-1.979-4.687-8.802-4.687-11.042v-139.823c-0.054-0.435-0.085-0.939-0.085-1.45 0-3.197 1.211-6.112 3.199-8.31l-0.010 0.011c2.009-1.588 4.578-2.548 7.371-2.548 0.221 0 0.441 0.006 0.659 0.018l-0.030-0.001h14.562c0.139-0.004 0.302-0.006 0.466-0.006 2.131 0 4.169 0.396 6.045 1.118l-0.115-0.039c2.426 1.199 4.382 3.035 5.695 5.291l0.034 0.064 36.542 58.229 36.459-57.594c1.205-2.317 3.008-4.179 5.206-5.424l0.065-0.034c1.735-0.985 3.806-1.577 6.013-1.604l0.008-0h16.043c1.813 0 7.333 0 8.896 4.021 0.692 2.197 1.091 4.724 1.091 7.344 0 0.425-0.010 0.847-0.031 1.267l0.002-0.059zM785.493 581.12c-16.238-6.349-35.039-10.029-54.699-10.029-0.27 0-0.54 0.001-0.809 0.002l0.042-0c-0.257-0.001-0.56-0.002-0.864-0.002-90.141 0-163.214 73.073-163.214 163.214s73.073 163.214 163.214 163.214c90.141 0 163.214-73.073 163.214-163.214 0-69.919-43.965-129.57-105.759-152.814l-1.125-0.371zM806.666 795.146c-3.416 5.636-9.516 9.344-16.482 9.344-3.637 0-7.038-1.011-9.937-2.767l0.086 0.048-66.208-39.573c-5.638-3.414-9.349-9.513-9.354-16.478l-0-0.001v-85.125c0-10.608 8.6-19.208 19.208-19.208s19.208 8.6 19.208 19.208v-0 74.229l56.853 33.99c5.637 3.413 9.347 9.513 9.347 16.479 0 3.638-1.012 7.040-2.77 9.939l0.048-0.085z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Sms Scheduler_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2820,"id":496,"name":"Sms-Scheduler_Fill","prevSize":32,"code":59926},"setIdx":0,"setId":2,"iconIdx":520},{"icon":{"paths":["M317.739 438.083c-8.063-2.588-15.069-5.975-21.488-10.184l0.332 0.204c-3.579-2.425-5.9-6.472-5.9-11.061 0-0.118 0.002-0.235 0.005-0.352l-0 0.017c-0.004-0.12-0.007-0.26-0.007-0.402 0-4.107 2.032-7.74 5.146-9.948l0.038-0.025c5.133-2.712 11.22-4.305 17.678-4.305 1.269 0 2.523 0.061 3.76 0.181l-0.157-0.012c5.754 0.021 11.352 0.638 16.75 1.793l-0.532-0.095c5.563 1.125 10.052 2.176 13.344 3.146 1.833 0.542 4.573 0.208 7.147-4.333 1.446-2.621 2.631-5.656 3.397-8.854l0.051-0.25c0.762-2.892 1.216-6.219 1.25-9.646l0-0.021c0-3.979-1.24-6.521-4.063-7.677-1.489-0.375-3.072-0.833-4.761-1.406-1.999-0.66-4.432-1.25-6.926-1.658l-0.292-0.039c-3.125-0.54-6.932-0.967-10.795-1.185l-0.277-0.013c-4.406-0.302-10-0.448-16.625-0.448-0.513-0.010-1.117-0.016-1.723-0.016-8.949 0-17.601 1.273-25.784 3.647l0.653-0.162c-7.207 2.079-13.48 5.336-18.936 9.592l0.123-0.092c-4.79 3.838-8.575 8.732-11.031 14.341l-0.094 0.242c-2.252 5.169-3.563 11.191-3.563 17.519 0 0.045 0 0.090 0 0.134l-0-0.007c-0.007 0.311-0.011 0.677-0.011 1.044 0 6.745 1.379 13.167 3.871 19.001l-0.12-0.316c2.513 5.638 5.964 10.427 10.203 14.382l0.026 0.024c4.266 3.935 9.095 7.361 14.328 10.124l0.37 0.178c4.621 2.509 10.325 5.156 16.192 7.48l1.131 0.395c8.485 2.848 15.848 6.773 22.408 11.707l-0.2-0.144c3.397 2.966 5.532 7.305 5.532 12.143 0 0.206-0.004 0.412-0.012 0.616l0.001-0.029c0.016 0.228 0.024 0.495 0.024 0.763 0 5.246-3.377 9.703-8.076 11.316l-0.084 0.025c-6.262 2.46-13.515 3.886-21.1 3.886-0.566 0-1.129-0.008-1.691-0.024l0.083 0.002c-0.576 0.014-1.254 0.022-1.935 0.022-7.075 0-13.945-0.874-20.509-2.52l0.579 0.123c-5.698-1.573-11.188-3.271-16.636-5.135-3.584-0.729-5.396 3.364-6.010 4.698-1.13 2.433-2.095 5.283-2.75 8.249l-0.052 0.282c-0.639 2.631-1.123 5.752-1.354 8.944l-0.011 0.191c-0.121 0.554-0.191 1.189-0.191 1.841 0 2.271 0.842 4.346 2.231 5.929l-0.009-0.010c5.117 2.986 11.059 5.289 17.37 6.581l0.379 0.065c8.844 2.020 19 3.178 29.427 3.178 1.044 0 2.085-0.012 3.123-0.035l-0.154 0.003c0.001 0 0.002 0 0.003 0 8.27 0 16.352-0.804 24.173-2.337l-0.79 0.129c7.833-1.462 14.814-4.163 21.090-7.92l-0.288 0.16c6.224-3.769 11.27-8.902 14.829-15.007l0.108-0.201c3.534-6.497 5.611-14.227 5.611-22.443 0-0.573-0.010-1.144-0.030-1.712l0.002 0.082c0.014-0.419 0.022-0.912 0.022-1.407 0-11.899-4.539-22.737-11.981-30.878l0.032 0.035c-9.902-9.625-21.882-17.17-35.196-21.894l-0.68-0.21zM631.207 539.479c7.844-1.461 14.836-4.162 21.123-7.921l-0.29 0.16c6.218-3.769 11.257-8.902 14.809-15.007l0.108-0.201c3.534-6.497 5.611-14.227 5.611-22.443 0-0.573-0.010-1.144-0.030-1.712l0.002 0.082c0.014-0.417 0.021-0.907 0.021-1.399 0-11.899-4.535-22.739-11.97-30.886l0.032 0.036c-9.908-9.615-21.885-17.158-35.193-21.893l-0.682-0.212c-8.066-2.586-15.077-5.973-21.498-10.183l0.332 0.204c-3.579-2.428-5.9-6.477-5.9-11.068 0-0.115 0.001-0.23 0.004-0.345l-0 0.017c-0.004-0.116-0.006-0.253-0.006-0.39 0-4.113 2.036-7.751 5.156-9.959l0.038-0.026c5.025-2.735 11.005-4.343 17.361-4.343 1.377 0 2.737 0.076 4.075 0.223l-0.165-0.015c5.757 0.020 11.359 0.638 16.761 1.793l-0.532-0.095c5.604 1.135 10.083 2.197 13.333 3.146 1.792 0.542 4.563 0.219 7.147-4.344 1.453-2.622 2.636-5.659 3.389-8.861l0.048-0.243c0.76-2.888 1.214-6.211 1.25-9.634l0-0.022c0.055-0.336 0.086-0.723 0.086-1.117 0-2.877-1.666-5.365-4.085-6.552l-0.043-0.019c-1.5-0.365-3.104-0.833-4.792-1.396-1.993-0.656-4.422-1.247-6.912-1.658l-0.296-0.040c-3.119-0.538-6.923-0.965-10.781-1.185l-0.281-0.013c-4.396-0.302-10-0.448-16.646-0.448-0.51-0.010-1.112-0.016-1.716-0.016-8.944 0-17.591 1.273-25.769 3.647l0.652-0.162c-7.214 2.085-13.493 5.341-18.958 9.594l0.125-0.094c-4.781 3.85-8.563 8.745-11.029 14.35l-0.095 0.243c-2.239 5.169-3.541 11.189-3.541 17.514 0 0.043 0 0.086 0 0.128l-0-0.007c-0.008 0.318-0.012 0.692-0.012 1.068 0 6.736 1.375 13.15 3.861 18.978l-0.12-0.316c2.521 5.635 5.971 10.423 10.205 14.383l0.025 0.023c4.27 3.932 9.102 7.358 14.337 10.123l0.372 0.179c4.617 2.508 10.317 5.155 16.181 7.479l1.132 0.396c8.486 2.846 15.849 6.775 22.406 11.716l-0.198-0.143c3.409 2.951 5.553 7.284 5.553 12.118 0 0.211-0.004 0.422-0.012 0.631l0.001-0.030c0.015 0.227 0.024 0.491 0.024 0.758 0 5.244-3.371 9.701-8.065 11.321l-0.084 0.025c-6.226 2.463-13.44 3.89-20.986 3.89-0.613 0-1.224-0.009-1.832-0.028l0.089 0.002c-0.596 0.015-1.297 0.024-2 0.024-7.048 0-13.892-0.875-20.429-2.522l0.575 0.123c-5.75-1.583-11.229-3.281-16.646-5.135-3.584-0.636-5.396 3.375-6 4.687-1.146 2.439-2.115 5.289-2.763 8.26l-0.050 0.272c-0.631 2.631-1.112 5.757-1.343 8.952l-0.011 0.194c-0.118 0.548-0.185 1.178-0.185 1.824 0 2.274 0.835 4.354 2.215 5.948l-0.010-0.011c5.116 2.997 11.060 5.3 17.375 6.582l0.374 0.063c8.836 2.021 18.982 3.179 29.4 3.179 1.061 0 2.119-0.012 3.174-0.036l-0.157 0.003c8.261-0.001 16.333-0.805 24.144-2.337l-0.789 0.129zM523.958 375.583h-16.031c-4.914 0.075-9.153 2.894-11.258 6.99l-0.034 0.072-36.48 57.594-36.521-58.229c-1.358-2.324-3.32-4.165-5.672-5.341l-0.078-0.035c-1.758-0.67-3.79-1.058-5.914-1.058-0.162 0-0.324 0.002-0.485 0.007l0.024-0.001h-14.563c-0.195-0.011-0.423-0.018-0.652-0.018-2.795 0-5.364 0.964-7.394 2.578l0.024-0.019c-1.972 2.184-3.179 5.093-3.179 8.284 0 0.513 0.031 1.019 0.092 1.515l-0.006-0.060v139.823c0 2.24 0 9.052 4.687 11.042 2.297 0.971 4.968 1.536 7.77 1.536 0.147 0 0.293-0.002 0.439-0.005l-0.022 0h12.219c4.729 0 7.719-1.136 9.135-3.469 1.070-1.96 1.7-4.294 1.7-6.775 0-0.208-0.004-0.414-0.013-0.62l0.001 0.029v-93.291l24.688 42.104c1.16 2.359 2.443 4.388 3.912 6.264l-0.058-0.077c1.551 1.415 3.624 2.282 5.9 2.282 0.37 0 0.734-0.023 1.091-0.067l-0.043 0.004h4.667c0.253 0.030 0.547 0.048 0.844 0.048 2.166 0 4.117-0.918 5.485-2.387l0.004-0.004c1.223-1.675 2.487-3.617 3.65-5.624l0.173-0.324 0.479-0.313v-0.729c0.405-0.594 1.604-2.542 3.573-5.781l22.168-36.395v92.521c-0.053 0.455-0.084 0.982-0.084 1.516 0 3.071 1.005 5.907 2.704 8.198l-0.026-0.037c2.24 1.872 5.151 3.009 8.327 3.009 0.575 0 1.142-0.037 1.697-0.11l-0.066 0.007h12.552c3.031 0 7.271-0.354 9.010-3.385 0.965-1.983 1.53-4.313 1.53-6.775 0-0.339-0.011-0.676-0.032-1.010l0.002 0.046v-140.959c0.020-0.38 0.032-0.825 0.032-1.273 0-2.595-0.389-5.1-1.111-7.458l0.047 0.18c-1.572-4.022-7.093-4.022-8.906-4.022zM791.542 562.883c10.645-31.867 16.787-68.558 16.787-106.684 0-191.819-155.466-347.328-347.27-347.396l-0.455-0c-192.355 0.291-348.177 156.291-348.177 348.686l-0 0c1.158 63.932 18.443 123.584 47.941 175.376l-0.951-1.814c1.225 2.226 1.946 4.879 1.946 7.7 0 2.451-0.544 4.775-1.518 6.858l0.042-0.099-21.917 73.156c-1.27 3.718-2.002 8.001-2.002 12.456 0 17.359 11.129 32.118 26.641 37.532l0.279 0.085c3.852 1.395 8.297 2.202 12.931 2.202 4.588 0 8.992-0.791 13.082-2.244l-0.273 0.085 65.406-19.469c2.567-0.66 5.513-1.039 8.549-1.039 8.977 0 17.179 3.313 23.452 8.783l-0.043-0.036c0.903 0.788 1.908 1.505 2.981 2.119l0.091 0.048c49.196 28.478 108.229 45.282 171.187 45.282 34.679 0 68.167-5.099 99.756-14.587l-2.451 0.632c24.599 73.073 92.491 124.767 172.457 124.767 100.279 0 181.571-81.292 181.571-181.571 0-78.208-49.446-144.868-118.783-170.422l-1.259-0.406zM549.312 752.758c-26.634 8.282-57.257 13.053-88.993 13.053-55.381 0-107.369-14.527-152.361-39.979l1.543 0.803c-12.768-10.372-29.224-16.653-47.147-16.653-6.489 0-12.785 0.823-18.791 2.371l0.521-0.114-66.396 19.729c-0.396 0.115-1.729 0.375-2.115 0.521-0.125-0.043-0.823-2.323-0.948-2.365l21.594-72.26c2.306-5.73 3.644-12.374 3.644-19.33 0-9.803-2.657-18.986-7.289-26.867l0.135 0.249c-25.527-44.834-40.944-98.34-41.882-155.367l-0.004-0.277c0.101-170.86 138.633-309.329 309.507-309.329 170.936 0 309.507 138.571 309.507 309.507 0 34.784-5.738 68.228-16.319 99.437l0.642-2.181c-7.381-1.065-15.905-1.672-24.57-1.672-100.139 0-181.318 81.179-181.318 181.318 0 6.837 0.378 13.585 1.115 20.225l-0.074-0.818zM729.937 876.802c-0.008 0-0.017 0-0.026 0-79.118 0-143.255-64.138-143.255-143.255s64.138-143.255 143.255-143.255c79.118 0 143.255 64.138 143.255 143.255 0 0.002-0 0.004-0 0.006l0-0c-0.087 79.072-64.158 143.15-143.219 143.25l-0.010 0zM800.041 768.813l-56.853-33.99v-74.229c0-10.608-8.6-19.208-19.208-19.208s-19.208 8.6-19.208 19.208v-0 85.125c0.005 6.967 3.716 13.065 9.269 16.431l0.086 0.048 66.208 39.573c2.814 1.71 6.216 2.722 9.854 2.722 10.604 0 19.201-8.596 19.201-19.201 0-6.966-3.71-13.066-9.261-16.431l-0.085-0.048z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Sms Scheduler"],"grid":0},"attrs":[{}],"properties":{"order":2821,"id":497,"name":"Sms-Scheduler","prevSize":32,"code":59927},"setIdx":0,"setId":2,"iconIdx":521},{"icon":{"paths":["M426.042 249.344h171.917c9.424-0.002 17.063-7.641 17.063-17.066 0-4.216-1.529-8.075-4.062-11.052l0.020 0.024-85.958-101.5c-3.238-3.53-7.872-5.734-13.021-5.734s-9.783 2.205-13.009 5.721l-0.012 0.013-85.958 101.5c-2.513 2.953-4.042 6.812-4.042 11.028 0 9.424 7.639 17.064 17.063 17.066l0 0zM664.198 339.698c-43.652-25.175-95.993-40.052-151.804-40.115l-0.445-0c-170.319 0.323-308.266 138.46-308.282 308.82l-0 0.001c1.021 56.622 16.306 109.46 42.396 155.353l-0.844-1.613c1.103 1.992 1.752 4.368 1.752 6.896 0 2.139-0.465 4.17-1.299 5.996l0.037-0.090-19.313 64.677c-1.165 3.353-1.838 7.217-1.838 11.238 0 15.435 9.91 28.554 23.715 33.343l0.248 0.075c3.34 1.201 7.193 1.896 11.209 1.896 4.147 0 8.122-0.741 11.798-2.097l-0.236 0.076 57.823-17.219c2.206-0.534 4.74-0.84 7.344-0.84 8.054 0 15.425 2.926 21.107 7.773l-0.045-0.038c0.778 0.662 1.643 1.272 2.562 1.799l0.084 0.044c43.532 25.275 95.783 40.208 151.519 40.25l0.012 0c29.367-0.020 57.767-4.126 84.672-11.781l-2.183 0.531c131.414-37.153 226.095-156.014 226.095-296.99 0-114.264-62.201-214.001-154.59-267.196l-1.494-0.793zM423.167 660.917c-3.27 5.635-7.775 10.22-13.166 13.489l-0.167 0.094c-5.332 3.198-11.547 5.601-18.169 6.851l-0.352 0.055c-6.217 1.245-13.364 1.958-20.678 1.958-0.029 0-0.058-0-0.087-0l0.005 0c-0.849 0.022-1.85 0.034-2.853 0.034-9.189 0-18.136-1.033-26.733-2.99l0.804 0.154c-5.955-1.195-11.248-3.25-16.045-6.059l0.243 0.132c-1.301-1.449-2.097-3.375-2.097-5.486 0-0.588 0.062-1.161 0.179-1.714l-0.010 0.054c0.217-3.016 0.646-5.796 1.28-8.498l-0.072 0.363c0.641-2.903 1.505-5.446 2.609-7.855l-0.099 0.241c0.573-1.239 2.385-4.958 5.687-4.313 4.781 1.625 9.625 3.125 14.729 4.542 5.284 1.342 11.349 2.113 17.594 2.113 0.589 0 1.177-0.007 1.764-0.021l-0.087 0.002c0.428 0.013 0.931 0.020 1.436 0.020 6.674 0 13.055-1.257 18.918-3.548l-0.354 0.122c4.116-1.408 7.023-5.243 7.023-9.757 0-0.24-0.008-0.477-0.024-0.713l0.002 0.032c0.006-0.157 0.010-0.341 0.010-0.526 0-4.186-1.849-7.941-4.775-10.491l-0.017-0.014c-5.602-4.224-12.088-7.686-19.078-10.055l-0.485-0.143c-6.215-2.413-11.281-4.762-16.183-7.378l0.798 0.389c-4.984-2.616-9.279-5.665-13.114-9.204l0.041 0.038c-3.812-3.548-6.895-7.821-9.037-12.608l-0.098-0.246c-2.114-4.913-3.344-10.632-3.344-16.638 0-0.336 0.004-0.671 0.011-1.005l-0.001 0.050c-0-0.022-0-0.049-0-0.076 0-5.661 1.168-11.049 3.277-15.935l-0.1 0.261c2.279-5.224 5.66-9.593 9.871-12.97l0.066-0.051c4.75-3.713 10.339-6.617 16.413-8.383l0.348-0.087c6.7-1.972 14.397-3.107 22.359-3.107 0.533 0 1.065 0.005 1.596 0.015l-0.080-0.001c5.76 0 10.719 0.135 14.739 0.396 3.682 0.21 7.062 0.592 10.383 1.149l-0.55-0.076c2.49 0.402 4.66 0.928 6.764 1.6l-0.326-0.090c1.5 0.5 2.885 0.906 4.198 1.24 2.32 1.087 3.899 3.403 3.899 6.087 0 0.355-0.028 0.704-0.081 1.044l0.005-0.038c-0.038 3.075-0.438 6.040-1.16 8.875l0.056-0.26c-0.723 3.091-1.787 5.815-3.177 8.333l0.084-0.166c-2.365 4.198-4.958 4.48-6.677 3.968-2.917-0.853-6.875-1.781-11.792-2.771-4.293-0.939-9.229-1.484-14.291-1.5l-0.011-0c-1.038-0.118-2.241-0.186-3.46-0.186-5.558 0-10.789 1.403-15.357 3.874l0.171-0.085c-2.726 1.913-4.486 5.042-4.486 8.582 0 0.129 0.002 0.257 0.007 0.384l-0.001-0.018c-0.002 0.085-0.004 0.184-0.004 0.284 0 3.965 2.010 7.461 5.067 9.523l0.041 0.026c5.368 3.532 11.546 6.519 18.111 8.649l0.545 0.153 0.083 0.031c12.406 4.386 23.025 11.083 31.821 19.644l-0.019-0.019c6.613 7.222 10.665 16.884 10.665 27.493 0 0.446-0.007 0.889-0.021 1.332l0.002-0.065c0.015 0.428 0.024 0.931 0.024 1.436 0 7.334-1.856 14.235-5.124 20.258l0.111-0.224zM577.25 671.927c0.016 0.251 0.025 0.545 0.025 0.84 0 2.243-0.516 4.366-1.437 6.255l0.037-0.085c-1.635 2.823-5.489 3.146-8.25 3.146h-11.115c-0.439 0.058-0.946 0.091-1.461 0.091-2.896 0-5.548-1.047-7.598-2.782l0.017 0.014c-1.53-2.041-2.45-4.617-2.45-7.407 0-0.481 0.027-0.955 0.080-1.421l-0.005 0.057v-80.844l-19.052 31.292c-1.771 2.896-2.844 4.636-3.208 5.156v0.74l-0.396 0.167c-1.625 2.698-2.761 4.448-3.385 5.271-1.337 1.378-3.206 2.233-5.275 2.233-0.211 0-0.42-0.009-0.626-0.026l0.027 0.002h-4.125c-0.268 0.031-0.578 0.048-0.892 0.048-2.104 0-4.024-0.789-5.481-2.087l0.008 0.007c-1.285-1.617-2.44-3.442-3.391-5.386l-0.078-0.177-21.291-36.313v81.49c0.009 0.176 0.014 0.382 0.014 0.589 0 2.234-0.58 4.332-1.599 6.153l0.033-0.064c-1.292 2.156-4.021 3.219-8.333 3.219h-10.823c-0.117 0.003-0.256 0.004-0.395 0.004-2.522 0-4.925-0.511-7.111-1.435l0.12 0.045c-4.323-1.854-4.323-8.031-4.323-10.063v-123.813c-0.047-0.386-0.074-0.833-0.074-1.286 0-2.919 1.112-5.578 2.936-7.576l-0.008 0.009c1.821-1.458 4.157-2.339 6.7-2.339 0.208 0 0.415 0.006 0.62 0.018l-0.028-0.001h12.896c0.119-0.003 0.259-0.005 0.399-0.005 1.93 0 3.776 0.357 5.476 1.009l-0.105-0.035c2.212 1.079 3.995 2.745 5.188 4.797l0.031 0.057 32.094 51.157 32.043-50.583c1.081-2.106 2.72-3.794 4.722-4.907l0.059-0.030c1.578-0.899 3.464-1.437 5.473-1.458l0.006-0h14.187c1.656 0 6.699 0 8.167 3.74 0.625 1.977 0.985 4.25 0.985 6.607 0 0.384-0.010 0.765-0.028 1.144l0.002-0.053zM695.031 660.917c-3.27 5.635-7.775 10.22-13.166 13.489l-0.167 0.094c-5.332 3.198-11.546 5.601-18.169 6.851l-0.352 0.055c-6.227 1.245-13.385 1.958-20.709 1.958-0.018 0-0.036-0-0.054-0l0.003 0c-0.848 0.022-1.846 0.034-2.847 0.034-9.187 0-18.133-1.033-26.728-2.99l0.804 0.154c-5.959-1.187-11.256-3.246-16.052-6.068l0.239 0.13c-1.303-1.44-2.1-3.36-2.1-5.465 0-0.592 0.063-1.168 0.183-1.724l-0.010 0.054c0.204-3.005 0.637-5.789 1.288-8.488l-0.070 0.342c0.629-2.898 1.49-5.442 2.597-7.849l-0.097 0.235c1.521-3.333 3.458-4.812 5.687-4.302 4.781 1.625 9.625 3.125 14.729 4.542 5.254 1.344 11.286 2.115 17.498 2.115 0.623 0 1.245-0.008 1.864-0.023l-0.092 0.002c0.426 0.013 0.927 0.020 1.429 0.020 6.673 0 13.052-1.257 18.914-3.548l-0.354 0.122c4.127-1.409 7.042-5.253 7.042-9.778 0-0.232-0.008-0.462-0.023-0.69l0.002 0.031c0.006-0.154 0.010-0.334 0.010-0.515 0-4.192-1.853-7.95-4.784-10.502l-0.017-0.014c-5.606-4.221-12.095-7.682-19.086-10.054l-0.487-0.143c-6.21-2.412-11.273-4.761-16.171-7.378l0.796 0.388c-4.991-2.618-9.293-5.667-13.136-9.206l0.043 0.039c-3.797-3.552-6.874-7.82-9.025-12.595l-0.1-0.248c-2.114-4.923-3.343-10.652-3.343-16.668 0-0.329 0.004-0.657 0.011-0.984l-0.001 0.049c-0-0.023-0-0.049-0-0.076 0-5.661 1.169-11.048 3.278-15.935l-0.1 0.261c2.279-5.224 5.66-9.593 9.871-12.97l0.066-0.051c4.748-3.718 10.338-6.622 16.414-8.383l0.347-0.086c6.699-1.972 14.394-3.107 22.355-3.107 0.531 0 1.060 0.005 1.588 0.015l-0.079-0.001c5.771 0 10.74 0.135 14.75 0.396 3.686 0.212 7.066 0.594 10.388 1.149l-0.555-0.077c2.484 0.397 4.654 0.923 6.756 1.599l-0.318-0.088c1.49 0.5 2.886 0.906 4.208 1.24 1.969 0.802 3.823 2.552 3.823 7.094-0.031 3.081-0.439 6.052-1.181 8.889l0.056-0.254c-0.725 3.081-1.781 5.793-3.157 8.305l0.085-0.17c-2.354 4.188-4.958 4.49-6.687 3.979-2.886-0.844-6.844-1.771-11.781-2.771-4.293-0.938-9.229-1.483-14.29-1.5l-0.012-0c-1.039-0.118-2.243-0.186-3.462-0.186-5.556 0-10.786 1.399-15.355 3.864l0.172-0.085c-2.732 1.923-4.495 5.064-4.495 8.616 0 0.12 0.002 0.24 0.006 0.36l-0-0.017c-0.002 0.085-0.004 0.184-0.004 0.284 0 3.965 2.010 7.46 5.067 9.523l0.041 0.026c5.371 3.529 11.552 6.515 18.119 8.648l0.548 0.154c12.433 4.394 23.075 11.102 31.895 19.675l-0.020-0.020c6.62 7.218 10.676 16.881 10.676 27.491 0 0.447-0.007 0.891-0.021 1.334l0.002-0.065c0.015 0.427 0.024 0.928 0.024 1.431 0 7.335-1.857 14.237-5.126 20.261l0.111-0.224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["SMS Sent_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2693,"id":498,"name":"SMS-Sent_Fill","prevSize":32,"code":59928},"setIdx":0,"setId":2,"iconIdx":522},{"icon":{"paths":["M665.25 335.062c-44.046-25.433-96.881-40.438-153.221-40.438-171.484 0-310.499 139.015-310.499 310.499 0 0.187 0 0.375 0 0.562l-0-0.029c1.025 57.003 16.417 110.196 42.693 156.392l-0.849-1.622c0.917 1.698 1.455 3.717 1.455 5.862 0 1.914-0.429 3.727-1.196 5.35l0.032-0.076-19.292 64.604c-1.245 3.565-1.963 7.675-1.963 11.952 0 16.35 10.502 30.246 25.128 35.313l0.262 0.079c3.549 1.287 7.645 2.032 11.915 2.032 4.368 0 8.555-0.779 12.428-2.206l-0.249 0.080 57.698-17.167c2.074-0.507 4.455-0.797 6.905-0.797 7.511 0 14.384 2.733 19.679 7.259l-0.042-0.035c0.873 0.743 1.844 1.429 2.875 2.023l0.094 0.050c43.841 25.45 96.46 40.491 152.589 40.542l0.015 0c29.566-0.027 58.155-4.164 85.241-11.868l-2.199 0.535c132.325-37.411 227.662-157.097 227.662-299.050 0-115.055-62.63-215.482-155.658-269.047l-1.504-0.799zM748.625 739.042c-47.63 82.83-135.623 137.709-236.433 137.709-48.744 0-94.491-12.83-134.048-35.297l1.345 0.703c-11.749-9.353-26.806-15.007-43.184-15.007-5.877 0-11.584 0.728-17.036 2.099l0.48-0.102-58.792 18.667 19.031-63.885c2.108-5.293 3.331-11.427 3.331-17.847 0-9.053-2.431-17.537-6.677-24.837l0.127 0.236c-22.431-39.399-35.989-86.412-36.84-136.52l-0.003-0.251c0.217-150.061 121.911-271.626 271.999-271.635l0.001-0c0.135 0 0.198-0.073 0.417 0 150.064 0.087 271.681 121.758 271.681 271.833 0 49.322-13.136 95.575-36.099 135.454l0.7-1.318zM385.615 588.25c-7.106-2.28-13.281-5.267-18.936-8.981l0.291 0.179c-3.098-2.089-5.108-5.584-5.108-9.549 0-0.1 0.001-0.2 0.004-0.299l-0 0.015c-0.004-0.107-0.006-0.233-0.006-0.36 0-3.545 1.76-6.679 4.453-8.576l0.033-0.022c4.402-2.379 9.635-3.778 15.195-3.778 1.216 0 2.415 0.067 3.596 0.197l-0.146-0.013c5.073 0.016 10.009 0.561 14.768 1.584l-0.466-0.084c5.125 1.042 8.979 1.948 11.792 2.781 1.813 0.563 4.333 0.208 6.677-3.979 1.292-2.344 2.354-5.059 3.047-7.919l0.046-0.227c0.671-2.58 1.072-5.548 1.104-8.605l0-0.020c0.048-0.303 0.076-0.651 0.076-1.007 0-2.679-1.569-4.992-3.837-6.070l-0.041-0.017c-1.323-0.333-2.719-0.74-4.208-1.239-1.79-0.592-3.967-1.121-6.198-1.486l-0.26-0.035c-2.759-0.471-6.136-0.85-9.561-1.050l-0.262-0.012c-4.021-0.26-8.979-0.396-14.739-0.396-0.44-0.008-0.96-0.013-1.48-0.013-7.974 0-15.683 1.131-22.977 3.241l0.583-0.144c-6.421 1.855-12.010 4.758-16.87 8.552l0.11-0.082c-4.276 3.433-7.656 7.805-9.853 12.815l-0.085 0.216c-2.009 4.618-3.177 9.997-3.177 15.649 0 0.032 0 0.064 0 0.096l-0-0.005c-0.007 0.284-0.011 0.619-0.011 0.955 0 6.006 1.23 11.725 3.451 16.919l-0.107-0.281c2.25 5.033 5.331 9.308 9.113 12.843l0.022 0.021c3.795 3.499 8.090 6.547 12.743 9.008l0.33 0.159c4.104 2.228 9.17 4.577 14.381 6.639l1.004 0.35c7.476 2.501 13.962 5.964 19.735 10.322l-0.173-0.125c2.942 2.562 4.792 6.315 4.792 10.499 0 0.187-0.004 0.374-0.011 0.559l0.001-0.027c0.013 0.198 0.021 0.428 0.021 0.661 0 4.519-2.905 8.359-6.949 9.755l-0.073 0.022c-5.517 2.162-11.906 3.415-18.587 3.415-0.497 0-0.992-0.007-1.486-0.021l0.073 0.002c-0.51 0.013-1.111 0.020-1.713 0.020-6.236 0-12.293-0.771-18.079-2.222l0.511 0.108c-5.042-1.396-9.896-2.896-14.75-4.552-2.25-0.458-4.146 1.021-5.656 4.333-1.004 2.165-1.868 4.704-2.462 7.346l-0.049 0.259c-0.563 2.343-0.992 5.127-1.198 7.972l-0.010 0.174c-0.108 0.499-0.169 1.073-0.169 1.661 0 2.111 0.796 4.037 2.103 5.494l-0.007-0.008c4.557 2.675 9.853 4.73 15.481 5.871l0.332 0.056c7.844 1.8 16.852 2.831 26.1 2.831 0.939 0 1.876-0.011 2.81-0.032l-0.139 0.002c0.019 0 0.041 0 0.063 0 7.321 0 14.475-0.717 21.395-2.083l-0.697 0.115c6.974-1.299 13.19-3.703 18.777-7.048l-0.256 0.142c5.559-3.36 10.063-7.942 13.237-13.394l0.096-0.179c3.157-5.803 5.013-12.709 5.013-20.048 0-0.5-0.009-0.998-0.026-1.493l0.002 0.072c0.012-0.372 0.019-0.809 0.019-1.248 0-10.618-4.051-20.29-10.693-27.554l0.028 0.031c-8.808-8.551-19.457-15.259-31.291-19.469l-0.606-0.188zM657.479 588.25c-7.11-2.283-13.289-5.27-18.949-8.982l0.293 0.18c-3.097-2.089-5.108-5.584-5.108-9.549 0-0.1 0.001-0.2 0.004-0.299l-0 0.015c-0.004-0.102-0.006-0.222-0.006-0.343 0-3.552 1.763-6.692 4.462-8.594l0.033-0.022c4.401-2.379 9.635-3.778 15.194-3.778 1.216 0 2.416 0.067 3.597 0.197l-0.146-0.013c5.073 0.017 10.010 0.562 14.769 1.584l-0.467-0.084c5.156 1.052 9 1.958 11.781 2.781 1.728 0.521 4.323 0.219 6.687-3.989 1.289-2.339 2.345-5.048 3.027-7.902l0.045-0.223c0.686-2.583 1.094-5.555 1.125-8.616l0-0.019c0.048-0.303 0.076-0.651 0.076-1.007 0-2.682-1.573-4.996-3.848-6.070l-0.041-0.017c-1.323-0.344-2.74-0.75-4.208-1.239-1.779-0.583-3.955-1.112-6.185-1.483l-0.274-0.038c-2.754-0.469-6.131-0.848-9.556-1.050l-0.267-0.013c-4-0.26-8.969-0.396-14.75-0.396-0.44-0.008-0.96-0.013-1.48-0.013-7.97 0-15.676 1.131-22.967 3.241l0.582-0.144c-6.425 1.855-12.017 4.759-16.881 8.552l0.11-0.083c-4.269 3.439-7.648 7.809-9.852 12.814l-0.085 0.217c-2.002 4.615-3.167 9.99-3.167 15.638 0 0.036 0 0.072 0 0.108l-0-0.006c-0.007 0.28-0.010 0.611-0.010 0.942 0 6.011 1.229 11.734 3.451 16.933l-0.107-0.282c2.249 5.031 5.326 9.306 9.103 12.844l0.022 0.020c3.802 3.496 8.103 6.545 12.762 9.007l0.332 0.16c4.111 2.235 9.174 4.584 14.383 6.644l0.992 0.346c7.479 2.505 13.969 5.968 19.747 10.323l-0.174-0.126c2.948 2.561 4.802 6.316 4.802 10.503 0 0.186-0.004 0.371-0.011 0.555l0.001-0.026c0.013 0.195 0.021 0.424 0.021 0.653 0 4.526-2.914 8.372-6.969 9.763l-0.073 0.022c-5.517 2.162-11.906 3.415-18.587 3.415-0.497 0-0.992-0.007-1.486-0.021l0.073 0.002c-0.537 0.014-1.169 0.022-1.802 0.022-6.202 0-12.223-0.772-17.974-2.224l0.505 0.108c-5.094-1.406-9.937-2.906-14.75-4.552-2.302-0.49-4.156 1-5.656 4.333-1.005 2.165-1.865 4.701-2.453 7.34l-0.048 0.254c-0.579 2.356-1.015 5.146-1.219 8.001l-0.010 0.166c-0.102 0.487-0.16 1.047-0.16 1.621 0 2.121 0.796 4.056 2.104 5.523l-0.007-0.008c4.56 2.679 9.86 4.734 15.492 5.871l0.33 0.056c7.843 1.8 16.849 2.831 26.096 2.831 0.937 0 1.871-0.011 2.803-0.032l-0.139 0.002c0.009 0 0.020 0 0.031 0 7.332 0 14.497-0.717 21.428-2.083l-0.699 0.115c6.974-1.299 13.19-3.703 18.777-7.049l-0.256 0.142c5.559-3.36 10.063-7.942 13.237-13.394l0.096-0.179c3.157-5.803 5.013-12.709 5.013-20.048 0-0.5-0.009-0.997-0.026-1.493l0.002 0.072c0.012-0.368 0.019-0.8 0.019-1.234 0-10.622-4.051-20.299-10.692-27.568l0.028 0.032c-8.805-8.556-19.454-15.265-31.29-19.469l-0.605-0.187zM568.125 532.885h-14.187c-2.019 0.022-3.908 0.56-5.547 1.488l0.057-0.030c-2.054 1.15-3.687 2.837-4.74 4.872l-0.031 0.065-32.043 50.594-32.093-51.166c-1.23-2.104-3.012-3.768-5.148-4.822l-0.071-0.032c-1.596-0.617-3.442-0.974-5.372-0.974-0.14 0-0.28 0.002-0.419 0.006l0.021-0h-12.896c-0.175-0.010-0.379-0.016-0.585-0.016-2.541 0-4.877 0.881-6.717 2.355l0.021-0.016c-1.823 1.984-2.94 4.641-2.94 7.559 0 0.456 0.027 0.906 0.080 1.347l-0.005-0.053v123.823c0 2.031 0 8.208 4.333 10.073 2.077 0.866 4.491 1.369 7.022 1.369 0.124 0 0.248-0.001 0.372-0.004l-0.019 0h10.823c4.302 0 7.031-1.052 8.333-3.219 0.985-1.758 1.565-3.859 1.565-6.095 0-0.205-0.005-0.409-0.015-0.611l0.001 0.029v-81.49l21.291 36.302c1.043 2.117 2.194 3.938 3.511 5.622l-0.053-0.070c1.425 1.307 3.332 2.108 5.427 2.108 0.334 0 0.663-0.020 0.987-0.060l-0.039 0.004h4.125c0.18 0.016 0.389 0.024 0.6 0.024 2.069 0 3.938-0.855 5.274-2.231l0.002-0.002c0.625-0.823 1.781-2.573 3.385-5.281l0.396-0.156v-0.729c0.344-0.5 1.323-2.073 3.208-5.156l19.052-31.302v80.844c-0.048 0.411-0.076 0.887-0.076 1.369 0 2.792 0.92 5.369 2.474 7.445l-0.023-0.032c2.031 1.716 4.679 2.759 7.571 2.759 0.518 0 1.029-0.034 1.53-0.099l-0.059 0.006h11.115c2.771 0 6.635-0.323 8.25-3.146 0.883-1.805 1.4-3.927 1.4-6.17 0-0.296-0.009-0.589-0.027-0.88l0.002 0.040v-124.823c0.017-0.325 0.026-0.706 0.026-1.089 0-2.346-0.356-4.609-1.017-6.738l0.043 0.161c-1.457-3.771-6.509-3.771-8.176-3.771zM426.042 248.698h171.917c10.603-0.003 19.198-8.599 19.198-19.202 0-4.74-1.718-9.080-4.565-12.429l0.023 0.027-85.958-101.5c-3.641-3.981-8.858-6.469-14.656-6.469s-11.015 2.487-14.642 6.453l-0.014 0.015-85.958 101.5c-2.824 3.322-4.542 7.661-4.542 12.402 0 10.604 8.595 19.2 19.198 19.202l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["SMS Sent"],"grid":0},"attrs":[{}],"properties":{"order":2694,"id":499,"name":"SMS-Sent","prevSize":32,"code":59929},"setIdx":0,"setId":2,"iconIdx":523},{"icon":{"paths":["M786.977 370.964h-92.202l104.35-130.452c3.768-4.672 4.486-11.090 1.869-16.478-2.586-5.389-8.036-8.814-14.017-8.814h-124.595c-8.598 0-15.575 6.978-15.575 15.574 0 8.598 6.978 15.574 15.575 15.574h92.201l-104.349 130.452c-3.768 4.672-4.486 11.090-1.869 16.478 2.585 5.388 8.036 8.814 14.017 8.814h124.595c8.598 0 15.575-6.978 15.575-15.574 0-8.598-6.978-15.574-15.575-15.574z","M880.423 246.368h-33.204l46.163-69.245c3.177-4.766 3.488-10.902 0.749-15.979-2.68-5.046-7.944-8.223-13.707-8.223h-62.298c-8.595 0-15.573 6.978-15.573 15.574 0 8.598 6.978 15.575 15.574 15.575h33.174l-46.133 69.244c-3.177 4.766-3.488 10.902-0.747 15.979 2.68 5.047 7.943 8.224 13.706 8.224h62.298c8.598 0 15.575-6.978 15.575-15.575 0-8.596-6.979-15.574-15.577-15.574z","M703.937 643.991c-1.108-24.558-8.982-48.291-22.9-68.822-4.235-6.073-8.612-11.71-12.866-17.187-13.567-17.471-23.373-30.091-23.421-50.65-0.739-10.090-0.682-20.247-0.644-30.403 0.038-11.71 0.085-23.819-0.995-36.202-9.042-93.271-83.121-158.771-164.504-183.531v-27.786c0-39.546-32.166-71.712-71.702-71.712-39.546 0-71.712 32.166-71.712 71.712v27.464c-81.852 24.515-156.396 90.222-165.072 184.024-1.98 22.729-1.98 45.6-1.98 67.713 0 18.030-11.104 32.526-23.961 49.314-4.368 5.704-8.707 11.388-12.658 17.262-13.605 20.417-21.45 44.179-22.701 69.59v7.058c-0.616 32.753 10.592 64.634 32.421 90.717 27.788 28.783 65.013 46.69 104.607 50.413 53.227 5.704 106.814 8.555 160.364 8.555 53.473 0 106.919-2.842 159.89-8.527 40.029-3.534 77.387-21.469 105.895-51.276 21.393-25.249 32.734-57.377 31.957-90.054l-0.019-7.674zM370.116 229.41c0-20.285 16.504-36.789 36.789-36.789 20.275 0 36.78 16.504 36.78 36.789v19.68c-12.081-1.888-24.15-2.976-36.012-2.976h-2.567c-11.532 0-23.254 1.059-34.989 2.839v-19.542zM669.034 652.082c0.587 24.529-7.826 48.348-22.966 66.264-21.952 22.909-51.437 37.064-83.365 39.887-103.868 11.151-209.223 11.132-313.356-0.019-31.512-2.966-60.987-17.139-82.134-38.978-15.623-18.731-23.961-42.483-23.468-66.889v-0.351l-0.019-6.348c0.909-18.238 6.746-35.908 16.826-51.029 3.505-5.23 7.428-10.327 11.36-15.462 14.6-19.062 31.152-40.673 31.152-70.546 0-21.374 0-43.469 1.838-64.587 9.323-100.675 111.172-162.988 200.204-162.988h2.567c88.908 0 190.909 62.342 200.658 162.893 0.928 10.64 0.891 21.441 0.843 32.876-0.038 11.047-0.057 22.104 0.701 31.806 0 31.247 15.614 51.351 30.716 70.793 3.903 5.021 7.93 10.194 11.673 15.557 10.157 14.998 15.964 32.497 16.77 49.816v7.305zM484.387 818.812h-158.573c-6.632 0-12.696 3.761-15.642 9.702-2.956 5.95-2.274 13.046 1.743 18.333 21.232 27.911 54.705 44.056 91.845 44.302h0.805c37.026 0 71.968-16.457 93.579-44.122 4.112-5.258 4.87-12.412 1.942-18.409s-9.020-9.806-15.699-9.806z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"11017716412552552551911741171":[{},{},{}]},"tags":["Snooze"],"grid":0},"attrs":[{},{},{}],"properties":{"order":2695,"id":500,"name":"Snooze","prevSize":32,"code":59930},"setIdx":0,"setId":2,"iconIdx":524},{"icon":{"paths":["M896 231.364h-768c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h768c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0zM682.667 490.667h-554.667c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h554.667c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0zM469.333 749.969h-341.333c-11.782 0-21.333 9.551-21.333 21.333s9.551 21.333 21.333 21.333v0h341.333c11.782 0 21.333-9.551 21.333-21.333s-9.551-21.333-21.333-21.333v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Sort"],"grid":0},"attrs":[{}],"properties":{"order":2696,"id":501,"name":"Sort","prevSize":32,"code":59931},"setIdx":0,"setId":2,"iconIdx":525},{"icon":{"paths":["M512 214.938c-222.578 0.262-402.942 180.629-403.198 403.184l-0 0.025c-0 0.192-0.001 0.419-0.001 0.646 0 65.652 16.010 127.564 44.34 182.046l-1.037-2.192c3.258 6.227 9.673 10.403 17.063 10.403 10.601 0 19.194-8.594 19.194-19.194 0-3.211-0.788-6.238-2.182-8.897l0.050 0.106c-24.601-47.185-39.032-103.046-39.032-162.277 0-0.225 0-0.45 0.001-0.675l-0 0.035c0-201.475 163.327-364.802 364.802-364.802s364.802 163.327 364.802 364.802v0c0 0.19 0.001 0.415 0.001 0.639 0 59.231-14.431 115.092-39.968 164.259l0.937-1.982c-1.362 2.569-2.162 5.616-2.162 8.85 0 10.601 8.594 19.194 19.194 19.194 7.413 0 13.844-4.202 17.042-10.354l0.050-0.107c27.292-52.29 43.303-114.202 43.303-179.854 0-0.227-0-0.454-0.001-0.681l0 0.035c-0.256-222.579-180.619-402.946-403.173-403.208l-0.025-0zM512 347.605c0.214-0.001 0.467-0.001 0.72-0.001 24.339 0 47.905 3.308 70.273 9.499l-1.847-0.436c1.515 0.43 3.255 0.677 5.052 0.677 10.603 0 19.198-8.595 19.198-19.198 0-8.805-5.928-16.226-14.010-18.489l-0.135-0.032c-23.579-6.629-50.657-10.439-78.624-10.439-0.22 0-0.44 0-0.66 0.001l0.035-0c-170.553 0.2-308.759 138.406-308.958 308.94l-0 0.019c-0 0.135-0 0.295-0 0.454 0 68.852 22.774 132.384 61.2 183.476l-0.564-0.784c3.538 4.735 9.128 7.767 15.427 7.767 10.606 0 19.204-8.598 19.204-19.204 0-4.308-1.418-8.284-3.813-11.488l0.036 0.050c-33.152-44.031-53.094-99.642-53.094-159.911 0-0.126 0-0.253 0-0.379l-0 0.019c0.177-149.352 121.209-270.377 270.547-270.541l0.016-0zM698.594 398.564l-154.888 162.593c-9.149-5.125-20.062-8.176-31.681-8.26l-0.025-0c-0.003-0-0.007-0-0.010-0-37.377 0-67.677 30.3-67.677 67.677s30.3 67.677 67.677 67.677c37.374 0 67.671-30.294 67.677-67.667l0-0c-0.084-11.926-3.278-23.088-8.81-32.739l0.172 0.326 155.376-163.108c3.282-3.44 5.302-8.109 5.302-13.25 0-10.608-8.6-19.208-19.208-19.208-5.467 0-10.401 2.284-13.899 5.95l-0.007 0.008zM512 649.833c-16.156-0.006-29.25-13.104-29.25-29.261 0-16.16 13.1-29.261 29.261-29.261s29.261 13.1 29.261 29.261c0 0.004-0 0.007-0 0.011l0-0.001c-0.028 16.151-13.119 29.234-29.269 29.25l-0.002 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Speed Test"],"grid":0},"attrs":[{}],"properties":{"order":2697,"id":502,"name":"Speed-Test","prevSize":32,"code":59932},"setIdx":0,"setId":2,"iconIdx":526},{"icon":{"paths":["M689.437 130.125h-364.708c-107.422 0.132-194.468 87.182-194.594 194.592l-0 0.012v364.708c0.129 112.852 91.576 204.302 204.414 204.437l364.68 0c107.447-0.126 194.515-87.198 194.635-194.634l0-0.012v-364.667c-0.129-112.852-91.576-204.303-204.414-204.438l-0.013-0zM363.323 695.583c0 10.603-8.595 19.198-19.198 19.198s-19.198-8.595-19.198-19.198v-248.792c0-10.603 8.595-19.198 19.198-19.198s19.198 8.595 19.198 19.198v0zM532.573 695.583c0 0.019 0 0.041 0 0.064 0 10.603-8.595 19.198-19.198 19.198s-19.198-8.595-19.198-19.198c0-0.023 0-0.045 0-0.067l-0 0.003v-367.854c-0-0.019-0-0.041-0-0.064 0-10.603 8.595-19.198 19.198-19.198s19.198 8.595 19.198 19.198c0 0.023-0 0.045-0 0.067l0-0.003zM699.042 695.583c0 0.019 0 0.041 0 0.064 0 10.603-8.595 19.198-19.198 19.198s-19.198-8.595-19.198-19.198c0-0.023 0-0.045 0-0.067l-0 0.003v-117.333c-0-0.019-0-0.041-0-0.064 0-10.603 8.595-19.198 19.198-19.198s19.198 8.595 19.198 19.198c0 0.023-0 0.045-0 0.067l0-0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Staff Stats_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2698,"id":503,"name":"Staff-Stats_Fill","prevSize":32,"code":59933},"setIdx":0,"setId":2,"iconIdx":527},{"icon":{"paths":["M344.125 425.458c-0.002-0-0.004-0-0.006-0-11.779 0-21.328 9.549-21.328 21.328 0 0.002 0 0.004 0 0.006l-0-0v248.792c0 11.782 9.551 21.333 21.333 21.333s21.333-9.551 21.333-21.333v0-248.792c0-0.002 0-0.004 0-0.006 0-11.779-9.549-21.328-21.328-21.328-0.002 0-0.004 0-0.006 0l0-0zM513.375 306.396c-0.002-0-0.004-0-0.006-0-11.779 0-21.328 9.549-21.328 21.328 0 0.002 0 0.004 0 0.006l-0-0v367.854c0 11.782 9.551 21.333 21.333 21.333s21.333-9.551 21.333-21.333v0-367.854c0-0.002 0-0.004 0-0.006 0-11.779-9.549-21.328-21.328-21.328-0.002 0-0.004 0-0.006 0l0-0zM679.844 556.917c-0.002-0-0.004-0-0.006-0-11.779 0-21.328 9.549-21.328 21.328 0 0.002 0 0.004 0 0.006l-0-0v117.333c0 11.782 9.551 21.333 21.333 21.333s21.333-9.551 21.333-21.333v0-117.333c0-0.002 0-0.004 0-0.006 0-11.779-9.549-21.328-21.328-21.328-0.002 0-0.004 0-0.006 0l0-0zM689.437 128h-364.708c-108.6 0.125-196.604 88.129-196.729 196.717l-0 0.012v364.708c0.135 114.027 92.536 206.427 206.55 206.563l364.679 0c108.622-0.127 196.644-88.148 196.771-196.758l0-0.012v-364.667c-0.135-114.027-92.536-206.427-206.55-206.563l-0.013-0zM853.333 699.229c-0.099 85.070-69.035 154.005-154.095 154.104l-364.676 0c-90.476-0.104-163.792-73.421-163.896-163.886l-0-0.010v-364.708c0.097-85.047 69.015-153.965 154.053-154.062l364.718-0c90.476 0.104 163.792 73.421 163.896 163.886l0 0.010z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Staff Stats"],"grid":0},"attrs":[{}],"properties":{"order":2699,"id":504,"name":"Staff-Stats","prevSize":32,"code":59934},"setIdx":0,"setId":2,"iconIdx":528},{"icon":{"paths":["M913.594 430.417c0-21.479-16.636-37.583-43.854-42.125l-218.354-31.771-97.719-197.604c-6.689-17.271-22.588-29.564-41.513-30.908l-0.154-0.009c-18.97 1.306-34.8 13.474-41.408 30.279l-0.113 0.325-97.865 197.917-218.656 31.812c-32.115 5.146-43.552 25.125-43.552 42.083 1.071 14.784 7.729 27.834 17.848 37.195l0.037 0.034 158.313 153.958-37.635 218.937c-0.574 3.351-0.932 7.246-0.989 11.214l-0.001 0.057c-0.075 0.932-0.118 2.019-0.118 3.115 0 22.532 18.142 40.826 40.616 41.072l0.023 0c10.422-0.285 20.107-3.195 28.492-8.090l-0.283 0.153 195.292-102.646 194.49 102.208c8.279 5.080 18.263 8.168 28.953 8.374l0.057 0.001c22.252-0.111 40.247-18.175 40.247-40.442 0-1.319-0.063-2.623-0.186-3.909l0.013 0.164c0.009-0.443 0.014-0.966 0.014-1.489 0-3.979-0.285-7.892-0.836-11.719l0.052 0.437-37.407-217.458 158.052-154.125c10.466-9.137 17.29-22.217 18.139-36.899l0.007-0.142z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Star_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2700,"id":505,"name":"Star_Fill","prevSize":32,"code":59935},"setIdx":0,"setId":2,"iconIdx":529},{"icon":{"paths":["M735.5 896c-10.747-0.208-20.731-3.295-29.265-8.52l0.255 0.145-194.49-102.208-195.292 102.646c-8.101 4.742-17.786 7.653-28.127 7.936l-0.082 0.002c-22.497-0.246-40.64-18.541-40.64-41.073 0-1.096 0.043-2.182 0.127-3.257l-0.009 0.142c0.058-4.025 0.416-7.92 1.052-11.721l-0.062 0.45 37.636-218.937-158.313-153.958c-10.157-9.395-16.814-22.445-17.875-37.047l-0.011-0.182c0-16.958 11.438-36.937 43.552-42.083l218.656-31.812 97.865-197.917c6.72-17.13 22.551-29.298 41.372-30.596l0.149-0.008c19.079 1.353 34.978 13.645 41.555 30.589l0.112 0.328 97.719 197.604 218.353 31.771c27.219 4.542 43.854 20.646 43.854 42.125-0.856 14.825-7.68 27.905-18.083 36.988l-0.063 0.054-158.052 154.125 37.406 217.458c0.499 3.389 0.784 7.302 0.784 11.281 0 0.524-0.005 1.046-0.015 1.568l0.001-0.078c0.111 1.123 0.174 2.427 0.174 3.745 0 22.267-17.995 40.33-40.235 40.442l-0.011 0zM154.188 432.146c1.483 2.135 3.009 4.005 4.665 5.75l-0.020-0.021 165.573 160.979c3.985 3.878 6.458 9.292 6.458 15.285 0 1.283-0.113 2.54-0.331 3.761l0.019-0.129-39.312 228.521c-0.308 1.614-0.521 3.515-0.592 5.451l-0.002 0.069c0 0.438 0.021 0.813 0.052 1.167 2.292-0.709 4.276-1.586 6.132-2.659l-0.142 0.076 205.385-107.958c2.876-1.555 6.295-2.469 9.927-2.469s7.052 0.914 10.040 2.524l-0.113-0.056 205.22 107.875c1.645 1.010 3.541 1.886 5.541 2.531l0.188 0.052c0.021-0.333 0.031-0.687 0.031-1.083 0.016-0.429 0.025-0.933 0.025-1.439 0-1.651-0.096-3.28-0.283-4.881l0.018 0.195-39.22-227.917c-0.199-1.094-0.313-2.354-0.313-3.64 0-5.98 2.465-11.384 6.434-15.251l0.005-0.004 165.906-161.792c1.517-1.475 2.895-3.075 4.125-4.789l0.073-0.107c-1.877-0.756-4.075-1.365-6.355-1.726l-0.176-0.023-228.99-33.313c-7.081-1.051-12.944-5.458-15.996-11.523l-0.056-0.122-102.833-207.958c-0.965-2.059-2.056-3.83-3.32-5.461l0.049 0.065c-1.169 1.476-2.211 3.145-3.057 4.925l-0.068 0.158-102.979 208.271c-3.108 6.187-8.971 10.594-15.935 11.631l-0.117 0.014-229.439 33.375c-2.339 0.361-4.432 0.935-6.42 1.716l0.203-0.070zM872.177 433.521v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Star"],"grid":0},"attrs":[{}],"properties":{"order":2701,"id":506,"name":"Star","prevSize":32,"code":59936},"setIdx":0,"setId":2,"iconIdx":530},{"icon":{"paths":["M563.552 119.458c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.004l-0-0v321.792c-0 0.001-0 0.002-0 0.003 0 10.604 8.594 19.201 19.197 19.205l321.782 0c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.004l0 0c-0.215-188.236-152.746-340.774-340.958-341l-0.021-0zM782.229 544.333h-302.583v-302.563c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-0-0c-100.799 0.092-191.362 43.839-253.815 113.352l-0.278 0.315c-54.013 59.689-87.069 139.228-87.069 226.487 0 13.961 0.846 27.725 2.49 41.243l-0.161-1.625c18.846 157.545 142.498 281.196 298.415 299.883l1.627 0.159c11.804 1.386 25.487 2.18 39.354 2.188l0.010 0c0.269 0.001 0.588 0.001 0.907 0.001 87.028 0 166.348-33.001 226.128-87.172l-0.285 0.254c69.825-62.737 113.569-153.303 113.656-254.089l0-0.016c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Stats_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2702,"id":507,"name":"Stats_Fill","prevSize":32,"code":59937},"setIdx":0,"setId":2,"iconIdx":531},{"icon":{"paths":["M563.552 119.458c-10.604 0.004-19.198 8.601-19.198 19.205 0 0.001 0 0.002 0 0.004l-0-0v321.792c-0 0.001-0 0.002-0 0.003 0 10.604 8.594 19.201 19.197 19.205l321.782 0c10.604-0.004 19.198-8.601 19.198-19.205 0-0.001-0-0.002-0-0.004l0 0c-0.215-188.236-152.746-340.774-340.958-341l-0.021-0zM582.75 441.25v-282.771c151.918 10.143 272.633 130.854 282.732 281.851l0.049 0.92zM782.229 544.333h-302.583v-302.562c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-0-0c-100.799 0.092-191.362 43.839-253.815 113.352l-0.278 0.315c-54.013 59.689-87.069 139.228-87.069 226.487 0 13.961 0.846 27.725 2.49 41.243l-0.161-1.625c18.846 157.545 142.498 281.196 298.415 299.883l1.627 0.159c11.804 1.386 25.487 2.18 39.354 2.188l0.010 0c0.269 0.001 0.588 0.001 0.907 0.001 87.028 0 166.348-33.001 226.128-87.172l-0.285 0.254c69.825-62.737 113.569-153.303 113.656-254.089l0-0.016c0-0.001 0-0.002 0-0.003 0-10.604-8.594-19.201-19.197-19.205l-0-0zM662.156 789.042c-53.275 47.799-124.065 77.026-201.681 77.026-167.093 0-302.548-135.455-302.548-302.548 0-160.329 124.711-291.529 282.418-301.889l0.904-0.048v301.958c-0 0.001-0 0.002-0 0.003 0 10.604 8.594 19.201 19.198 19.205l301.969 0c-5.469 82.247-42.957 154.801-99.982 206.046l-0.279 0.246z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Stats"],"grid":0},"attrs":[{}],"properties":{"order":2703,"id":508,"name":"Stats","prevSize":32,"code":59938},"setIdx":0,"setId":2,"iconIdx":532},{"icon":{"paths":["M895.787 800h-40.96v-343.467c33.469-19.049 56.039-53.87 57.593-94.081l0.007-0.212c0.368-1.333 0.58-2.864 0.58-4.445 0-3.593-1.094-6.93-2.967-9.696l0.039 0.061-104.959-150.827c-3.032-4.508-8.104-7.441-13.863-7.467l-0.004-0h-558.293c-5.827 0.021-10.965 2.949-14.043 7.409l-0.037 0.057-104.747 150.827c-0.427 0.64-0.64 1.493-1.067 2.133-0.213 0.64-0.64 1.28-0.853 1.92-0.651 1.443-1.041 3.126-1.067 4.897l-0 0.009c0 0.427-0.213 0.64-0.213 1.067 0.199 42.053 23.406 78.64 57.671 97.841l0.569 0.293v343.68h-41.173c-9.426 0-17.067 7.641-17.067 17.067s7.641 17.067 17.067 17.067l767.787 0c9.426-0 17.067-7.641 17.067-17.067s-7.641-17.067-17.067-17.067h0zM224 437.12c-43.572-0.054-78.879-35.361-78.933-78.928l-0-0.005h158.293c-0.183 43.633-35.597 78.933-79.256 78.933-0.037 0-0.073-0-0.11-0l0.006 0zM416.213 437.12c-43.491-0.072-78.72-35.344-78.72-78.846 0-0.031 0-0.062 0-0.093l-0 0.005h157.653c-0.054 43.572-35.361 78.879-78.928 78.933l-0.005 0zM529.28 358.187h157.653c0 43.535-35.292 78.827-78.827 78.827s-78.827-35.292-78.827-78.827v-0zM757.76 800h-194.133v-219.733c-0-0.025-0-0.055-0-0.086 0-9.379 7.603-16.981 16.981-16.981 0.030 0 0.060 0 0.090 0l-0.005-0h160c0.025-0 0.055-0 0.086-0 9.379 0 16.981 7.603 16.981 16.981 0 0.030-0 0.060-0 0.090l0-0.005zM721.067 358.187h157.653c0 43.535-35.292 78.827-78.827 78.827s-78.827-35.292-78.827-78.827v-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Store 1_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2704,"id":509,"name":"Store-1_Fill","prevSize":32,"code":59939},"setIdx":0,"setId":2,"iconIdx":533},{"icon":{"paths":["M895.833 799.979h-41.104v-343.607c33.633-18.946 56.318-53.853 57.777-94.173l0.006-0.199c0.324-1.24 0.51-2.663 0.51-4.13 0-3.605-1.123-6.947-3.037-9.697l0.037 0.056-104.834-151c-3.125-4.455-8.237-7.332-14.020-7.333l-558.167-0c-5.784 0.002-10.896 2.878-13.985 7.279l-0.036 0.055-104.813 151c-0.367 0.596-0.729 1.297-1.041 2.025l-0.041 0.108c-0.307 0.507-0.62 1.113-0.895 1.739l-0.041 0.105c-0.533 1.433-0.885 3.091-0.979 4.817l-0.002 0.044c-0.027 0.394-0.229 0.73-0.229 1.131 0.154 42.064 23.351 78.675 57.619 97.883l0.568 0.293v343.605h-41.104c-0.018-0-0.039-0-0.060-0-9.423 0-17.063 7.639-17.063 17.063s7.639 17.063 17.063 17.063c0.021 0 0.042-0 0.064-0l-0.003 0h767.812c9.397-0.034 17.002-7.66 17.002-17.063s-7.605-17.028-16.999-17.062l-0.003-0zM723.541 799.74h-125.833v-202.5h125.833zM831.229 430.487c-0.241 0.099-0.435 0.249-0.671 0.358-9.037 3.917-19.562 6.196-30.619 6.196-37.565 0-68.987-26.302-76.854-61.496l-0.099-0.525h153.883c-5.661 25.063-22.63 45.266-45.137 55.266l-0.504 0.2zM493.148 375.26c-8.046 35.597-39.404 61.781-76.878 61.781s-68.832-26.184-76.777-61.254l-0.1-0.527zM684.982 375.26c-8.046 35.597-39.404 61.781-76.878 61.781s-68.832-26.184-76.777-61.254l-0.1-0.527zM241.937 224.021h540.292l81.146 116.875h-702.563zM146.965 375.021h154.411c-8.197 35.754-39.739 62.021-77.416 62.021-0.015 0-0.031-0-0.046-0l0.002 0c-0.020 0-0.044 0-0.067 0-11.030 0-21.528-2.277-31.049-6.386l0.509 0.195c-0.245-0.113-0.453-0.266-0.704-0.369-23.010-10.198-39.979-30.4-45.538-54.933l-0.101-0.529zM223.917 471.167c40.59-0.072 76.166-21.476 96.12-53.598l0.279-0.482c20.004 32.636 55.476 54.079 95.957 54.079 40.452 0 75.903-21.413 95.636-53.522l0.278-0.487c20.013 32.596 55.464 54.009 95.917 54.009s75.904-21.413 95.638-53.522l0.278-0.487c19.693 32.573 54.918 54.013 95.151 54.013 7.583 0 14.989-0.762 22.144-2.213l-0.711 0.12v330.662h-62.938v-219.562c-0.001-9.423-7.64-17.061-17.062-17.062l-159.957-0c-9.423 0.001-17.061 7.64-17.062 17.062l-0 0v219.563h-360.335v-330.662c6.184 1.269 13.317 2.026 20.616 2.089l0.051 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Store 1"],"grid":0},"attrs":[{}],"properties":{"order":2705,"id":510,"name":"Store-1","prevSize":32,"code":59940},"setIdx":0,"setId":2,"iconIdx":534},{"icon":{"paths":["M749.544 690.269c-20.736 0-37.547 16.81-37.547 37.547s16.81 37.547 37.547 37.547c20.736 0 37.547-16.81 37.547-37.547v0c-0.031-20.724-16.823-37.515-37.544-37.547l-0.003-0zM885.437 746.589h-0.213l-18.987-14.932c0-1.28 0.213-2.56 0.213-3.84 0-1.281-0.213-2.561-0.213-3.841l19.2-14.933c5.912-4.825 9.656-12.113 9.656-20.274 0-4.787-1.288-9.273-3.536-13.13l0.067 0.124-25.599-44.587c-4.5-8.022-12.951-13.353-22.646-13.353-3.445 0-6.734 0.673-9.74 1.896l0.173-0.062-22.613 8.96c-2.133-1.28-4.48-2.56-6.613-3.84l-3.413-23.68c-1.683-12.703-12.445-22.403-25.474-22.403-0.119 0-0.239 0.001-0.358 0.002l0.018-0h-51.842c-0.062-0.001-0.135-0.001-0.208-0.001-12.94 0-23.639 9.592-25.376 22.053l-0.015 0.135-3.413 23.893c-2.133 1.28-4.48 2.56-6.613 3.84l-22.827-9.173c-2.706-1.027-5.835-1.622-9.104-1.622-9.604 0-18.008 5.135-22.617 12.809l-0.066 0.119-25.813 44.8c-2.246 3.77-3.574 8.314-3.574 13.168 0 8.199 3.789 15.513 9.711 20.287l0.050 0.039 19.2 14.933c-0.135 1.152-0.212 2.487-0.212 3.841s0.077 2.688 0.227 4.001l-0.015-0.161-19.2 15.147c-5.989 4.835-9.787 12.176-9.787 20.405 0 4.733 1.257 9.172 3.455 13.003l-0.067-0.128 25.813 44.587c4.565 7.994 13.038 13.296 22.749 13.296 3.405 0 6.658-0.652 9.641-1.838l-0.176 0.062 22.613-9.173c1.909 1.378 4.078 2.658 6.363 3.734l0.251 0.106 3.413 23.68c1.646 12.808 12.477 22.607 25.599 22.614l52.054 0c0.062 0.001 0.135 0.001 0.208 0.001 12.94 0 23.639-9.592 25.377-22.053l0.015-0.135 3.413-24.107c2.565-1.259 4.731-2.537 6.792-3.956l-0.178 0.116 22.827 9.173c2.746 1.076 5.925 1.699 9.25 1.699 9.58 0 17.951-5.176 22.47-12.883l0.066-0.123 26.027-45.227c2.059-3.663 3.272-8.040 3.272-12.7 0-8.193-3.749-15.511-9.626-20.331l-0.046-0.037zM749.544 781.363c-29.573 0-53.547-23.974-53.547-53.547s23.974-53.547 53.547-53.547c29.573 0 53.547 23.974 53.547 53.547 0 0-0 0.001-0 0.001l0-0c-0.098 29.533-24.013 53.448-53.537 53.545l-0.009 0zM602.579 613.51c10.693-18.59 30.443-30.905 53.070-30.905 0.076 0 0.153 0 0.229 0l-0.012-0c0.014-0 0.030-0 0.046-0 3.609 0 7.144 0.319 10.578 0.93l-0.362-0.053c8.855-23.581 31.214-40.057 57.421-40.057 0.005 0 0.010 0 0.015 0l51.896-0c1.74 0 3.417 0.262 5.123 0.405v-93.294c29.281-17.009 48.974-47.701 50.317-83.092l0.006-0.185c0.086-0.514 0.151-1.135 0.182-1.765l0.002-0.039c0.009-0.54 0.161-1.043 0.161-1.586l-0.034-0.169c0.002-0.106 0.004-0.231 0.004-0.356 0-3.553-1.095-6.849-2.967-9.571l0.037 0.057-88.167-127.023v-38.799c-0.025-22.724-18.442-41.138-41.165-41.156l-437.626-0c-22.717 0.028-41.124 18.439-41.146 41.154l-0 0.002v38.888l-88.125 126.935c-0.487 0.764-0.944 1.647-1.32 2.571l-0.040 0.112c-0.158 0.333-0.357 0.624-0.493 0.97-0.662 1.679-1.066 3.622-1.111 5.653l-0 0.019c-0.010 0.253-0.141 0.46-0.141 0.715 0.153 36.923 20.246 69.119 50.062 86.392l0.481 0.257v295.499h-33.562c-9.397 0.034-17.002 7.66-17.002 17.063s7.605 17.028 16.999 17.062l0.003 0h399.167c0.366 0 0.672-0.186 1.033-0.208h23.948c-0.884-3.896-1.39-8.371-1.39-12.964 0-14.905 5.334-28.564 14.197-39.172l-0.079 0.097c-8.837-10.536-14.205-24.241-14.205-39.2 0-11.296 3.061-21.878 8.399-30.96l-0.156 0.287zM797.117 363.869c0 36.701-29.752 66.453-66.453 66.453s-66.453-29.752-66.453-66.453v0zM163.091 363.869h133.12c0 36.76-29.8 66.56-66.56 66.56s-66.56-29.8-66.56-66.56v0zM425.277 745.949c-0.576-0.576-173.227 0-173.227 0v-189.013c0.029-9.414 7.653-17.038 17.064-17.067l0.003-0h139.093c9.414 0.029 17.038 7.653 17.067 17.064l0 0.003zM396.691 430.216c-36.594-0.119-66.228-29.752-66.347-66.335l-0-0.011h132.907c-0.145 36.659-29.884 66.323-66.558 66.347l-0.002 0zM563.731 430.216c-36.626-0.041-66.306-29.721-66.347-66.343l-0-0.004h132.693c-0.041 36.626-29.721 66.306-66.343 66.347l-0.004 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Store Settings_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2822,"id":511,"name":"Store-Settings_Fill","prevSize":32,"code":59941},"setIdx":0,"setId":2,"iconIdx":535},{"icon":{"paths":["M885.73 742.599l-0.083-0.083-17.771-13.885c0.021-0.781 0.021-1.562 0.021-2.354s0-1.573-0.021-2.344l17.854-13.958c6.732-5.421 11.003-13.663 11.003-22.902 0-5.364-1.439-10.391-3.953-14.717l0.075 0.14-25.646-44.396c-5.068-9.071-14.611-15.104-25.563-15.104-3.871 0-7.565 0.754-10.945 2.122l0.196-0.070-21.062 8.448c-1.312-0.792-2.624-1.562-3.958-2.302l-3.167-21.99c-1.893-14.374-14.068-25.354-28.808-25.354-0.031 0-0.062 0-0.092 0l0.005-0h-51.896c-0.050-0-0.109-0-0.168-0-14.569 0-26.624 10.763-28.647 24.772l-0.018 0.156-3.208 22.469c-1.312 0.729-2.604 1.489-3.917 2.281l-21.333-8.573c-3.095-1.212-6.679-1.914-10.427-1.914-10.769 0-20.183 5.799-25.29 14.445l-0.075 0.137-25.833 44.677c-2.521 4.236-4.011 9.341-4.011 14.793 0 9.282 4.318 17.556 11.055 22.921l0.059 0.046 17.771 13.906c-0.021 0.781-0.021 1.562-0.021 2.323 0 0.771 0 1.552 0.021 2.344l-17.875 13.979c-6.717 5.423-10.978 13.657-10.978 22.886 0 5.362 1.438 10.387 3.949 14.713l-0.075-0.14 25.688 44.459c5.085 9.040 14.616 15.046 25.55 15.046 3.867 0 7.559-0.751 10.938-2.116l-0.196 0.070 21.062-8.458c1.292 0.792 2.604 1.562 3.937 2.292l3.167 21.99c1.888 14.391 14.074 25.385 28.828 25.385 0.024 0 0.047-0 0.071-0l-0.004 0h51.896c0.049 0 0.108 0 0.166 0 14.573 0 26.63-10.769 28.649-24.783l0.018-0.155 3.208-22.458c1.313-0.729 2.604-1.489 3.917-2.281l21.376 8.583c3.071 1.187 6.626 1.874 10.34 1.874 10.774 0 20.198-5.784 25.335-14.416l0.075-0.135 26.188-45.333c2.31-4.083 3.671-8.967 3.671-14.169 0-9.236-4.291-17.47-10.988-22.817l-0.059-0.045zM833.772 726.276c-0.015 2.953-0.196 5.847-0.535 8.693l0.035-0.36c-0.067 0.569-0.106 1.228-0.106 1.895 0 5.439 2.544 10.284 6.507 13.41l0.036 0.028 21.437 16.761-21.646 37.51-25.292-10.156c-1.887-0.79-4.080-1.248-6.38-1.248-3.705 0-7.132 1.19-9.919 3.209l0.049-0.034c-4.263 3.114-9.104 5.981-14.213 8.368l-0.537 0.226c-5.236 2.415-8.99 7.257-9.843 13.042l-0.011 0.093-3.854 26.896h-43.229l-3.875-26.906c-0.87-5.887-4.642-10.732-9.79-13.092l-0.106-0.044c-5.603-2.564-10.41-5.404-14.883-8.676l0.237 0.165c-2.769-2.008-6.234-3.213-9.981-3.213-2.288 0-4.472 0.449-6.467 1.264l0.114-0.041-25.25 10.146-21.687-37.5 21.437-16.75c4.003-3.156 6.549-8.006 6.549-13.45 0-0.619-0.033-1.231-0.097-1.833l0.006 0.075c-0.3-2.521-0.481-5.463-0.5-8.442l-0-0.027c0.019-2.995 0.2-5.925 0.535-8.808l-0.035 0.371c0.058-0.529 0.091-1.142 0.091-1.763 0-5.443-2.547-10.291-6.513-13.417l-0.036-0.028-21.437-16.771 21.667-37.5 25.292 10.156c1.885 0.785 4.074 1.241 6.37 1.241 3.699 0 7.121-1.184 9.909-3.193l-0.050 0.034c4.264-3.119 9.105-5.986 14.216-8.37l0.534-0.224c5.242-2.418 9.003-7.262 9.864-13.052l0.011-0.094 3.854-26.896h43.25l3.854 26.885c0.875 5.894 4.654 10.743 9.81 13.102l0.107 0.044c5.586 2.557 10.38 5.394 14.837 8.663l-0.233-0.163c2.768 2.019 6.238 3.231 9.991 3.231 2.293 0 4.48-0.452 6.477-1.272l-0.114 0.041 25.271-10.146 21.667 37.5-21.437 16.75c-4.011 3.147-6.564 7.994-6.564 13.438 0 0.668 0.038 1.327 0.113 1.974l-0.007-0.079c0.304 2.486 0.485 5.38 0.501 8.313l0 0.021zM747.876 671.672c-30.141 0.003-54.573 24.437-54.573 54.578 0 30.143 24.435 54.578 54.578 54.578s54.578-24.435 54.578-54.578c0-0.002-0-0.004-0-0.006l0 0c-0.032-30.13-24.452-54.546-54.58-54.573l-0.003-0zM747.876 746.703c-11.294-0.003-20.448-9.159-20.448-20.453 0-11.296 9.157-20.453 20.453-20.453 11.294 0 20.45 9.154 20.453 20.447l0 0c-0.006 11.296-9.162 20.452-20.458 20.459l-0.001 0zM227.751 462.714c0.007 0 0.015 0 0.023 0 34.782 0 65.461-17.569 83.646-44.317l0.226-0.352c18.265 27.089 48.836 44.669 83.512 44.669 34.646 0 65.193-17.549 83.238-44.243l0.226-0.355c18.272 27.049 48.821 44.598 83.469 44.598s65.196-17.549 83.243-44.243l0.226-0.355c17.521 27.004 47.521 44.615 81.635 44.615 6.229 0 12.321-0.587 18.224-1.709l-0.605 0.096v62.253c0.034 9.397 7.66 17.002 17.063 17.002s17.028-7.605 17.062-16.999l0-0.003v-74.449c29.212-16.963 48.868-47.564 50.245-82.859l0.006-0.19c0.298-1.191 0.468-2.558 0.468-3.965 0-3.614-1.127-6.965-3.048-9.72l0.037 0.055-88.167-127.023v-38.799c-0.025-22.724-18.442-41.138-41.165-41.156l-437.626-0c-22.717 0.028-41.124 18.439-41.146 41.154l-0 0.002v38.888l-88.125 126.935c8.564-18.339 7.91-17.074 7.258-15.809l-9.218 19.67c-0.574 1.507-0.945 3.249-1.030 5.066l-0.001 0.038c-0.019 0.34-0.196 0.626-0.196 0.971 0.123 36.98 20.261 69.228 50.142 86.492l0.483 0.258v295.501h-33.563c-9.397 0.034-17.002 7.66-17.002 17.063s7.605 17.028 16.999 17.062l0.003 0h399.167c0.018 0 0.039 0 0.060 0 9.423 0 17.063-7.639 17.063-17.063s-7.639-17.063-17.063-17.063c-0.021 0-0.042 0-0.064 0l0.003-0h-119.792v-189.062c-0.001-9.423-7.64-17.062-17.062-17.063l-139.208-0c-9.423 0.001-17.061 7.64-17.062 17.062l-0 0v189.062h-38.354v-283.313c4.673 0.897 10.112 1.472 15.662 1.592l0.109 0.002zM284.459 572.432h105.083v172h-105.083zM395.146 428.589c-30.503-0.105-56.147-20.784-63.787-48.879l-0.108-0.465h127.81c-7.752 28.565-33.405 49.246-63.903 49.344l-0.011 0zM562.084 428.589c-30.503-0.104-56.147-20.783-63.787-48.879l-0.108-0.465h127.81c-7.752 28.565-33.405 49.246-63.903 49.344l-0.011 0zM755.434 423.046c-0.225 0.092-0.41 0.23-0.629 0.331-7.594 3.295-16.439 5.212-25.732 5.212-30.629 0-56.395-20.826-63.907-49.091l-0.104-0.462h127.941c-5.33 19.863-19.109 35.754-37.147 43.84l-0.421 0.169zM252.668 186.422c0.001-3.879 3.142-7.024 7.020-7.031l0.001-0h437.625c3.883 0.005 7.031 3.149 7.042 7.030l0 0.001v27.083h-451.687zM244.605 247.63h467.875l67.52 97.28h-602.937zM201.997 423.381c-0.227-0.104-0.419-0.246-0.651-0.34-18.453-8.258-32.226-24.146-37.448-43.54l-0.107-0.465h128.382c-7.838 28.742-33.699 49.528-64.419 49.552l-0.003 0c-0.017 0-0.038 0-0.058 0-9.28 0-18.112-1.915-26.124-5.372l0.428 0.164z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Store Settings"],"grid":0},"attrs":[{}],"properties":{"order":2823,"id":512,"name":"Store-Settings","prevSize":32,"code":59942},"setIdx":0,"setId":2,"iconIdx":536},{"icon":{"paths":["M874.453 820.053h-37.76v-322.987c31.63-18.121 52.94-51.11 54.394-89.188l0.006-0.199c0.368-1.313 0.579-2.822 0.579-4.379 0-3.544-1.095-6.831-2.964-9.544l0.037 0.057-96-138.24v-42.453c-0.018-23.91-19.396-43.289-43.305-43.307l-474.881-0c-23.808 0.036-43.094 19.345-43.094 43.157 0 0.053 0 0.105 0 0.157l-0-0.008v42.453l-96 138.24c-0.427 0.64-0.64 1.493-1.067 2.133-0.349 0.49-0.639 1.056-0.84 1.661l-0.013 0.045c-0.63 1.511-1.017 3.264-1.066 5.1l-0 0.020c0 0.427-0.213 0.64-0.213 1.067 0.095 39.905 22.042 74.662 54.505 92.949l0.535 0.277v322.987h-37.973c-9.426 0-17.067 7.641-17.067 17.067s7.641 17.067 17.067 17.067l725.12 0c9.426-0 17.067-7.641 17.067-17.067s-7.641-17.067-17.067-17.067h0zM166.4 403.84h147.627c0 40.766-33.047 73.813-73.813 73.813s-73.813-33.047-73.813-73.813h0zM450.987 820.053h-185.173v-206.72c0.028-9.414 7.652-17.038 17.064-17.067l0.003-0h151.040c0.025-0 0.055-0 0.086-0 9.379 0 16.981 7.603 16.981 16.981 0 0.030-0 0.060-0 0.090l0-0.005zM421.547 477.227c-0.001 0-0.002 0-0.003 0-40.528 0-73.383-32.855-73.383-73.383 0-0.001 0-0.002 0-0.004l-0 0h146.987c-0.102 40.552-33 73.387-73.566 73.387-0.012 0-0.024-0-0.036-0l0.002 0zM529.28 403.84h146.987c0 40.589-32.904 73.493-73.493 73.493s-73.493-32.904-73.493-73.493v0zM721.771 680.823c-0.001 9.423-7.64 17.062-17.062 17.063l-122 0c-9.423-0.001-17.061-7.64-17.062-17.062l-0-0v-122c0.001-9.423 7.64-17.061 17.062-17.062l122-0c9.423 0.001 17.062 7.639 17.063 17.062l0 0zM784 477.227c-0.010 0-0.022 0-0.035 0-40.566 0-73.464-32.835-73.565-73.377l-0-0.010h146.987c0 0.001 0 0.002 0 0.003 0 40.528-32.855 73.383-73.383 73.383-0.001 0-0.002-0-0.004-0l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Store_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2824,"id":513,"name":"Store_Fill","prevSize":32,"code":59943},"setIdx":0,"setId":2,"iconIdx":537},{"icon":{"paths":["M874.5 820.063h-37.854v-323.016c31.743-18.102 53.132-51.171 54.554-89.345l0.006-0.194c0.31-1.215 0.488-2.609 0.488-4.045 0-3.609-1.125-6.955-3.042-9.706l0.037 0.055-95.957-138.223v-42.568c-0.026-23.853-19.357-43.183-43.208-43.207l-474.95-0c-23.849 0.030-43.173 19.358-43.198 43.205l-0 0.002v42.659l-95.896 138.133c-0.381 0.617-0.754 1.339-1.075 2.090l-0.041 0.109c-0.282 0.47-0.575 1.036-0.834 1.62l-0.041 0.104c-0.553 1.47-0.914 3.169-1.004 4.94l-0.002 0.041c-0.023 0.368-0.212 0.681-0.212 1.055 0.143 39.885 22.029 74.627 54.416 93.005l0.532 0.278v323.008h-37.875c-0.018-0-0.039-0-0.060-0-9.423 0-17.063 7.639-17.063 17.063s7.639 17.063 17.063 17.063c0.021 0 0.042-0 0.064-0l-0.003 0h725.156c9.397-0.034 17.002-7.66 17.002-17.063s-7.605-17.028-16.999-17.062l-0.003-0zM265.5 213.021c0.003-5.012 4.062-9.074 9.072-9.083l0.001-0h474.948c5.013 0.008 9.075 4.070 9.083 9.082l0 0.001v30.854h-493.104zM257.427 278h509.302l75.312 108.48h-659.917zM674.091 420.833c-7.886 32.612-36.821 56.459-71.326 56.459s-63.439-23.846-71.223-55.958l-0.103-0.501zM492.915 420.833c-7.886 32.612-36.821 56.459-71.326 56.459s-63.439-23.846-71.223-55.958l-0.103-0.501zM210.682 471.155c-21.046-9.373-36.637-27.721-42.054-50.047l-0.103-0.503h143.27c-8.050 32.763-37.17 56.686-71.878 56.688l-0 0c-0.019 0-0.042 0-0.065 0-10.272 0-20.048-2.118-28.917-5.942l0.475 0.182c-0.252-0.118-0.469-0.271-0.727-0.377zM416.948 819.833h-116.937v-189.344h116.937zM802.521 819.833h-351.449v-206.406c0-0.001 0-0.003 0-0.005 0-9.421-7.637-17.058-17.058-17.058-0.002 0-0.003 0-0.005 0l-151.062-0c-0.001-0-0.003-0-0.005-0-9.421 0-17.058 7.637-17.058 17.058 0 0.002 0 0.003 0 0.005l-0-0v206.406h-44.542v-310.296c5.972 1.2 12.837 1.887 19.863 1.887 37.741 0 70.853-19.82 89.496-49.619l0.258-0.443c19.265 30.265 52.637 50.054 90.631 50.054 37.963 0 71.312-19.756 90.327-49.548l0.258-0.432c19.274 30.224 52.624 49.98 90.588 49.98 37.966 0 71.317-19.758 90.333-49.552l0.258-0.432c18.767 30.19 51.754 49.99 89.367 49.99 7.004 0 13.847-0.687 20.466-1.996l-0.666 0.11zM812.474 471.522c-8.415 3.648-18.215 5.77-28.511 5.77-34.596 0-63.597-23.958-71.316-56.188l-0.101-0.5h142.784c-5.522 22.833-21.116 41.184-41.699 50.369l-0.468 0.187c-0.246 0.1-0.448 0.25-0.689 0.362zM704.708 541.76h-122c-9.423 0.001-17.061 7.64-17.062 17.062l-0 0v122c0.001 9.423 7.639 17.062 17.062 17.063l122 0c9.423-0.001 17.062-7.64 17.063-17.062l0-0v-122c-0.001-9.423-7.64-17.062-17.063-17.063l-0-0zM687.646 663.76h-87.875v-87.875h87.875z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Store"],"grid":0},"attrs":[{}],"properties":{"order":2825,"id":514,"name":"Store","prevSize":32,"code":59944},"setIdx":0,"setId":2,"iconIdx":538},{"icon":{"paths":["M632.546 290.311c2.469-0.444 5.312-0.698 8.213-0.698 18.368 0 34.36 10.177 42.643 25.2l0.127 0.251 173.035 218.804c2.742 5.177 4.351 11.318 4.351 17.834 0 4.797-0.872 9.39-2.467 13.629l0.088-0.267c-3.381 8.302-10.122 14.638-18.488 17.401l-0.212 0.061-7.949 2.44c-6.682-4.871-12.505-10.283-17.629-16.308l-0.118-0.143 17.052-5.233c5.195-2.481 8.719-7.693 8.719-13.728 0-3.205-0.994-6.177-2.69-8.626l0.033 0.050-173.016-218.802c-4.357-7.611-12.43-12.657-21.682-12.657-0.48 0-0.957 0.014-1.431 0.040l0.066-0.003-479.917 15.956c-5.196 2.479-8.722 7.69-8.722 13.725 0 3.206 0.995 6.179 2.693 8.628l-0.033-0.050 170.603 350.966c3.165 7.671 10.585 12.971 19.243 12.971 1.345 0 2.66-0.128 3.934-0.372l-0.13 0.021 263.001-80.76c4.861 5.671 9.97 11.552 15.050 17.271v0l-269.406 82.733c-4.469 2.079-9.702 3.291-15.218 3.291-17.221 0-31.682-11.82-35.711-27.79l-0.054-0.254-170.612-350.967s-26.183-45.065 16.718-48.658v0zM566.912 401.243c2.061-0.848 4.454-1.341 6.962-1.341 3.73 0 7.206 1.089 10.126 2.967l-0.074-0.045c2.192 1.83 8.14 5.671 15.67 10.418 4.413 2.793 9.36 5.881 14.507 9.093 15.59 9.277 28.742 18.207 41.346 27.817l-1.048-0.766c11.609 10.38 22.332 28.242 25.478 28.871 0 0 4.956-0.238 2.603-5.9v0l-13.22-16.995c3.064-0.129 6.659-0.202 10.271-0.202 8.6 0 17.102 0.416 25.489 1.229l-1.065-0.084c7.193 1.711 13.195 5.949 17.151 11.703l0.063 0.097c1.391 1.554 3.84 4.518 6.967 8.407 2.517 3.117 5.471 6.825 8.731 10.942 16.070 20.331 39.184 50.173 49.306 63.26 3.165 4.099 5.080 6.586 5.080 6.586 3.542 5.702 7.055 10.591 10.856 15.235l-0.2-0.251c4.995 6.216 10.311 11.748 16.078 16.777l0.154 0.132c5.684 5.053 12.228 9.314 19.353 12.512l0.482 0.194 50.965 21.941s8.502 2.125 6.844 13.449c-0.929 28.881-9.321 55.619-23.297 78.584l0.403-0.712c-2.643 2.923-6.449 4.752-10.682 4.752-2.478 0-4.81-0.627-6.845-1.73l0.076 0.038c-20.396-5.283-46.016-10.16-72.101-13.554l-3.407-0.362s-96.039-16.051-118.695-37.287c-6.043-5.671-13.801-13.916-21.894-22.923-5.033-5.585-10.18-11.466-15.155-17.233-7.959-9.216-15.403-18.072-21.112-24.934-6.491-7.797-10.732-13.011-10.732-13.011-8.337-9.68-19.463-16.747-32.126-19.96l-0.434-0.093c-3.374-0.501-6.407-1.342-9.275-2.507l0.268 0.096c-11.78-4.714-21.316-12.967-27.519-23.428l-0.141-0.257c-1.821-3.014-3.324-6.497-4.328-10.185l-0.067-0.289c-4.489-18.405 18.405-24.305 37.525-20.769 18.91 3.499 26.745 1.973 39.488 15.212v0l0.381 0.363c9.698 8.691 20.519 16.505 32.114 23.116l0.922 0.484c0.334 0.41 1.039 1.191 1.849 2.087 4.327 4.775 13.945 14.784 15.136 14.192l0.867-0.41 0.947-0.495c1.587-0.964 2.927-2.69-0.394-6.177-5.762-6.583-11.962-12.486-18.657-17.792l-0.292-0.223-0.197-1.14c-9.379-35.379-28.681-65.389-54.722-87.781l-0.228-0.192s-0.896-1.325-4.708-2.078c-2.133-0.315-4.596-0.494-7.101-0.494-3.699 0-7.306 0.392-10.783 1.136l0.336-0.060c-19.501 3.145-84.315 8.807-93.76 0.629-9.436-8.178-5.5-18.949 0.639-20.759 2.325-0.686 21.941-6.033 43.616-11.924 28.966-7.863 61.621-16.709 61.621-16.709 0.94-0.412 2.133-0.843 3.354-1.207l0.237-0.061zM530.092 571.902c0.219 1.168 0.583 2.209 1.079 3.172l-0.030-0.065c3.565 6.853 7.816 15.527 8.683 17.938 1.653 9.353 4.895 17.702 9.462 25.151l-0.178-0.312-175.941 51.708c-2.518 0.898-5.423 1.418-8.45 1.418-9.981 0-18.644-5.648-22.965-13.923l-0.068-0.143-6.653-15.308c-7.997-21.303 17.5-22.771 17.5-22.771v0zM548.503 575.356c3.947 1.163 9.007 2.612 14.421 3.984 7.209 2.49 13.213 6.926 17.566 12.68l0.067 0.092c-0.41 2.078-0.991 5.7-2.059 12.295-0.205 2.189-1.192 4.115-2.674 5.525l-0.004 0.004c-0.105 0.095-0.162 0.257-0.267 0.324-1.246 0.78-2.76 1.242-4.382 1.242-0.212 0-0.423-0.008-0.631-0.023l0.028 0.002c-1.991-0.069-3.883-0.295-5.721-0.667l0.222 0.037c-0.963-0.172-1.801-0.305-2.517-0.381-3.289-6.077-5.983-13.119-7.72-20.53l-0.115-0.583c-1.974-5.497-4.068-10.115-6.48-14.537l0.267 0.535zM537.677 490.923c-0.686 2.764-1.306 5.604-1.811 8.578-9.645 1.046-18.059 5.626-24.051 12.399l-0.034 0.040c-3.411 4.419-5.468 10.035-5.468 16.132 0 2.491 0.343 4.902 0.985 7.188l-0.045-0.187c1.008 3.962 2.336 7.419 4.010 10.669l-0.131-0.279-180.401 40.661c-1.537 0.252-3.309 0.397-5.115 0.397-10.716 0-20.246-5.082-26.31-12.967l-0.058-0.078-6.662-15.308c-7.987-21.303 17.509-22.771 17.509-22.771v0zM572.563 466.171l0.797 0.253c4.051 4.181 7.763 8.743 11.060 13.61l0.226 0.353c1.707 2.373 3.384 4.727 5.099 6.929l0.886 1.163c2.678 3.46 5.357 6.92 7.979 10.427 0.381 0.515 0.839 1.058 1.315 1.63l0.314 0.381-0.162 0.019c-5.948 0.159-11.318 2.508-15.36 6.266l0.015-0.013c-9.987-3.395-21.508-5.516-33.473-5.867l-0.173-0.004c0.91-5.258 2.133-9.866 3.713-14.306l-0.186 0.6c1.049-3.084 2.141-5.651 3.394-8.122l-0.163 0.354c1.891-3.981 4.456-7.348 7.581-10.093l0.035-0.030c3.612-2.965 7.063-4.108 7.902-3.298zM445.135 426.399c-2.176 2.619-3.778 5.794-4.566 9.277l-0.028 0.149c-0.295 1.465-0.464 3.148-0.464 4.871 0 8.112 3.742 15.35 9.594 20.082l0.049 0.038c4.27 3.698 11.714 7.11 37.116 7.11 7.825 0 16.489-0.343 25.039-0.867v0l-224.407 35.885c-0.954 0.101-2.061 0.159-3.181 0.159-12.091 0-22.611-6.723-28.027-16.634l-0.083-0.167-6.653-15.307c-7.987-21.303 17.309-21.97 17.309-21.97v0zM674.52 414.551c11.686-0.314 18.224 1.963 22.666 9.664v0l19.721 24.572c-2.131-1.239-4.595-2.298-7.19-3.049l-0.235-0.058c-0.477-0.133-0.944-0.267-1.449-0.448-5.416-1.363-11.633-2.145-18.034-2.145-2.446 0-4.866 0.114-7.253 0.338l0.306-0.023c-7.511 0-14.059 0.153-14.059 0.153-1.113 0.034-2.171 0.209-3.175 0.509l0.087-0.022-3.641-3.46c-8.686-6.965-18.406-13.767-28.557-19.929l-1.219-0.687zM483.167 345.347c0.656-0.048 1.422-0.075 2.193-0.075 10.127 0 19.16 4.68 25.056 11.994l0.048 0.062 9.655 12.314c12.314 19.968-16.318 20.969-16.318 20.969v0l-258.283 23.962c-0.955 0.102-2.063 0.159-3.185 0.159-12.087 0-22.604-6.724-28.014-16.635l-0.083-0.167-6.653-15.307c-7.987-21.303 17.3-21.97 17.3-21.97v0zM619.097 338.163c11.686-0.314 18.234 1.973 22.666 9.674v0l30.958 40.442c4.442 7.701 2.983 13.859-5.099 16.223v0l-49.592 6.367c-0.667-0.419-1.306-0.811-1.983-1.239v0l-8.954-5.609c-7.33-4.614-13.818-8.779-15.609-10.27-4.329-3.501-9.902-5.621-15.97-5.621-0.209 0-0.418 0.003-0.626 0.008l0.031-0.001c-5.384 0.082-10.493 1.167-15.178 3.075l0.28-0.101-21.598-31.787c-4.442-7.701-7.492-15.984 6.596-18.234v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["T2S"],"grid":0},"attrs":[{}],"properties":{"order":2826,"id":515,"name":"T2S","prevSize":32,"code":59945},"setIdx":0,"setId":2,"iconIdx":539},{"icon":{"paths":["M896 238.979h-38.187c-28.73 0.028-52.013 23.311-52.042 52.039l-0 0.003v182.833h-109.668c-28.734 0.030-52.018 23.318-52.042 52.050l-0 0.002v38.187c0.001 9.423 7.639 17.062 17.062 17.063l32.356 0-38.377 183.303c-0.231 1.053-0.363 2.262-0.363 3.502 0 8.188 5.766 15.030 13.459 16.686l0.112 0.020c1.056 0.228 2.272 0.36 3.517 0.365l0.003 0c8.178-0.018 15.006-5.777 16.667-13.46l0.020-0.113 39.843-190.303h100.419l39.843 190.302c1.682 7.796 8.509 13.555 16.685 13.573l0.002 0c1.248-0.004 2.464-0.137 3.636-0.385l-0.116 0.021c7.805-1.676 13.572-8.518 13.572-16.706 0-1.24-0.132-2.45-0.384-3.615l0.020 0.112-38.375-183.302h30.751c0.455 0.047 0.984 0.073 1.519 0.073 0.023 0 0.045-0 0.068-0l-0.003 0c9.423-0.001 17.061-7.64 17.062-17.062l0-0v-308.124c-0-9.423-7.639-17.062-17.062-17.063l-0-0zM327.896 473.854h-109.667v-182.833c-0.028-28.731-23.312-52.014-52.040-52.042l-38.189-0c-9.423 0.001-17.061 7.64-17.062 17.062l-0 0v308.125c0.001 9.423 7.639 17.062 17.062 17.063l0 0c0.019 0 0.042 0 0.064 0 0.535 0 1.064-0.027 1.585-0.078l-0.066 0.005h30.751l-38.376 183.302c-0.231 1.053-0.363 2.262-0.363 3.502 0 8.188 5.766 15.030 13.459 16.686l0.112 0.020c1.056 0.228 2.272 0.36 3.517 0.365l0.003 0c8.178-0.018 15.006-5.777 16.667-13.46l0.020-0.113 39.843-190.303h100.42l39.843 190.302c1.682 7.796 8.509 13.555 16.685 13.573l0.002 0c1.248-0.004 2.464-0.137 3.636-0.385l-0.116 0.021c7.806-1.676 13.572-8.518 13.572-16.706 0-1.24-0.132-2.449-0.383-3.614l0.020 0.112-38.377-183.302h32.356c9.423-0.001 17.061-7.64 17.062-17.062l0-0v-38.187c-0.023-28.735-23.308-52.023-52.039-52.053l-0.003-0zM729.687 384.853v-17.749c-0.001-9.423-7.639-17.062-17.062-17.063l-394.667-0c-9.423 0.001-17.062 7.64-17.063 17.062l-0 0v17.749c0.034 28.255 22.932 51.15 51.185 51.179l103.482 0v331.926c0.001 9.423 7.64 17.061 17.062 17.062l85.333 0c9.423-0.001 17.061-7.64 17.062-17.062l0-0v-331.926h103.479c28.255-0.029 51.154-22.924 51.187-51.175l0-0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Table Booking_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2706,"id":516,"name":"Table-Booking_Fill","prevSize":32,"code":59946},"setIdx":0,"setId":2,"iconIdx":540},{"icon":{"paths":["M896 238.979h-38.187c-28.73 0.028-52.013 23.311-52.042 52.039l-0 0.003v182.833h-109.668c-28.734 0.030-52.018 23.318-52.042 52.050l-0 0.002v38.187c0.001 9.423 7.639 17.062 17.062 17.063l32.356 0-38.377 183.303c-0.231 1.053-0.363 2.262-0.363 3.502 0 8.188 5.766 15.030 13.459 16.686l0.112 0.020c1.056 0.228 2.272 0.36 3.517 0.365l0.003 0c8.178-0.018 15.006-5.777 16.667-13.46l0.020-0.113 39.843-190.303h100.419l39.843 190.302c1.682 7.796 8.509 13.555 16.685 13.573l0.002 0c1.248-0.004 2.464-0.137 3.636-0.385l-0.116 0.021c7.805-1.676 13.572-8.518 13.572-16.706 0-1.24-0.132-2.45-0.384-3.615l0.020 0.112-38.375-183.302h30.751c0.455 0.047 0.984 0.073 1.519 0.073 0.023 0 0.045-0 0.068-0l-0.003 0c9.423-0.001 17.061-7.64 17.062-17.062l0-0v-308.124c-0-9.423-7.639-17.062-17.062-17.063l-0-0zM878.938 547.031h-200.751v-21.125c0.010-9.893 8.024-17.911 17.915-17.927l0.002-0h126.729c9.423-0.001 17.062-7.639 17.063-17.062l0-0v-199.896c0.014-9.889 8.027-17.903 17.915-17.917l0.001-0h21.125zM327.896 473.854h-109.667v-182.833c-0.028-28.731-23.312-52.014-52.040-52.042l-38.189-0c-9.423 0.001-17.061 7.64-17.062 17.062l-0 0v308.125c0.001 9.423 7.639 17.062 17.062 17.063l0 0c0.019 0 0.042 0 0.064 0 0.535 0 1.064-0.027 1.585-0.078l-0.066 0.005h30.751l-38.376 183.302c-0.231 1.053-0.363 2.262-0.363 3.502 0 8.188 5.766 15.030 13.459 16.686l0.112 0.020c1.056 0.228 2.272 0.36 3.517 0.365l0.003 0c8.178-0.018 15.006-5.777 16.667-13.46l0.020-0.113 39.843-190.303h100.42l39.843 190.302c1.682 7.796 8.509 13.555 16.685 13.573l0.002 0c1.248-0.004 2.464-0.137 3.636-0.385l-0.116 0.021c7.806-1.676 13.572-8.518 13.572-16.706 0-1.24-0.132-2.449-0.383-3.614l0.020 0.112-38.377-183.302h32.356c9.423-0.001 17.061-7.64 17.062-17.062l0-0v-38.187c-0.023-28.735-23.308-52.023-52.039-52.053l-0.003-0zM345.813 547.031h-200.751v-273.927h21.124c9.889 0.014 17.903 8.027 17.917 17.915l0 0.001v199.896c0.001 9.423 7.64 17.061 17.062 17.062l126.729 0c9.892 0.016 17.907 8.034 17.917 17.926l0 0.001zM729.687 384.853v-17.749c-0.001-9.423-7.639-17.062-17.062-17.063l-394.667-0c-9.423 0.001-17.062 7.64-17.063 17.062l-0 0v17.749c0.034 28.255 22.932 51.15 51.185 51.179l103.482 0v331.926c0.001 9.423 7.64 17.061 17.062 17.062l85.333 0c9.423-0.001 17.061-7.64 17.062-17.062l0-0v-331.926h103.479c28.255-0.029 51.154-22.924 51.187-51.175l0-0.003zM540.896 750.895h-51.208v-314.863h51.208zM352.083 401.906c-9.414-0.015-17.042-7.64-17.063-17.051l-0-0.002v-0.688h360.542v0.688c-0.020 9.413-7.649 17.038-17.061 17.052l-0.001 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Table Booking"],"grid":0},"attrs":[{}],"properties":{"order":2707,"id":517,"name":"Table-Booking","prevSize":32,"code":59947},"setIdx":0,"setId":2,"iconIdx":541},{"icon":{"paths":["M327.896 473.854h-109.656v-182.833c-0.033-28.732-23.32-52.015-52.051-52.042l-38.189-0c-0.001-0-0.003-0-0.005-0-9.421 0-17.058 7.637-17.058 17.058 0 0.002 0 0.003 0 0.005l-0-0v511.917c0 9.423 7.639 17.062 17.062 17.062s17.062-7.639 17.062-17.062l-0 0v-186.802h200.687v186.802c0.034 9.397 7.66 17.002 17.063 17.002s17.028-7.605 17.062-16.999l0-0.003v-203.555l0.063-0.31v-38.187c-0.027-28.733-23.309-52.019-52.038-52.053l-0.003-0z","M896 238.979h-38.187c-28.733 0.027-52.020 23.309-52.053 52.038l-0 0.003v182.833h-109.656c-28.732 0.033-52.014 23.319-52.042 52.050l-0 0.003v38.187l0.063 0.31v203.555c0.034 9.397 7.66 17.002 17.063 17.002s17.028-7.605 17.062-16.999l0-0.003v-186.801h200.688v186.802c-0 9.423 7.639 17.062 17.062 17.062s17.062-7.639 17.062-17.062v0-511.916c0-0.002 0-0.004 0-0.006 0-9.421-7.637-17.058-17.058-17.058-0.002 0-0.003 0-0.005 0l0-0z","M545.177 697.781h-12.823v-208.99h8.938c23.944-0.028 43.347-19.431 43.375-43.372l0-0.003v-9.385h72.979c33.392-0.039 60.451-27.098 60.49-60.486l0-0.004v-8.439c0-0.001 0-0.003 0-0.005 0-9.421-7.637-17.058-17.058-17.058-0.002 0-0.003 0-0.005 0l-371.562-0c-0.001-0-0.003-0-0.005-0-9.421 0-17.058 7.637-17.058 17.058 0 0.002 0 0.003 0 0.005l-0-0v8.438c0.038 33.392 27.097 60.452 60.486 60.49l72.983 0v9.386c0.030 23.947 19.438 43.352 43.383 43.375l8.929 0v208.989h-12.823c-35.017 0.042-63.391 28.42-63.427 63.434l-0 0.003c0.016 13.139 10.663 23.787 23.801 23.802l139.022 0c13.143-0.010 23.796-10.659 23.812-23.8l0-0.002c-0.041-35.019-28.418-63.397-63.434-63.437l-0.004-0z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{},{},{}],"11017716412552552551911741171":[{},{},{}]},"tags":["Table Reservation_Fill"],"grid":0},"attrs":[{},{},{}],"properties":{"order":2708,"id":518,"name":"Table-Reservation_Fill","prevSize":32,"code":59948},"setIdx":0,"setId":2,"iconIdx":542},{"icon":{"paths":["M327.896 473.854h-109.656v-182.833c-0.033-28.732-23.32-52.015-52.051-52.042l-38.189-0c-0.001-0-0.003-0-0.005-0-9.421 0-17.058 7.637-17.058 17.058 0 0.002 0 0.003 0 0.005l-0-0v511.917c0 9.423 7.639 17.062 17.062 17.062s17.062-7.639 17.062-17.062l-0 0v-186.802h200.687v186.802c0.034 9.397 7.66 17.002 17.063 17.002s17.028-7.605 17.062-16.999l0-0.003v-203.555l0.063-0.31v-38.187c-0.027-28.733-23.309-52.019-52.038-52.053l-0.003-0zM345.813 547.031h-200.751v-273.927h21.124c9.893 0.010 17.911 8.024 17.927 17.915l0 0.002v199.896c-0 0.001-0 0.003-0 0.005 0 9.421 7.637 17.058 17.058 17.058 0.002 0 0.003-0 0.005-0l126.718 0c9.892 0.016 17.907 8.034 17.917 17.926l0 0.001zM896 238.979h-38.187c-28.733 0.027-52.020 23.309-52.053 52.038l-0 0.003v182.833h-109.656c-28.732 0.033-52.014 23.319-52.042 52.050l-0 0.003v38.187l0.063 0.31v203.555c0.034 9.397 7.66 17.002 17.063 17.002s17.028-7.605 17.062-16.999l0-0.003v-186.801h200.688v186.802c-0 9.423 7.639 17.062 17.062 17.062s17.062-7.639 17.062-17.062v0-511.916c0-0.002 0-0.004 0-0.006 0-9.421-7.637-17.058-17.058-17.058-0.002 0-0.003 0-0.005 0l0-0zM878.938 547.031h-200.751v-21.125c0.010-9.893 8.024-17.911 17.915-17.927l0.002-0h126.719c0.001 0 0.003 0 0.005 0 9.421 0 17.058-7.637 17.058-17.058 0-0.002-0-0.003-0-0.005l0 0v-199.896c0.016-9.892 8.034-17.907 17.926-17.917l21.126-0zM545.178 697.781h-12.835l-0.143-208.99h9.092c23.944-0.028 43.347-19.431 43.375-43.372l0-0.003v-9.385h72.979c33.392-0.039 60.451-27.098 60.49-60.486l0-0.004v-8.439c0-0.001 0-0.003 0-0.005 0-9.421-7.637-17.058-17.058-17.058-0.002 0-0.003 0-0.005 0l-371.563-0c-0.001-0-0.003-0-0.005-0-9.421 0-17.058 7.637-17.058 17.058 0 0.002 0 0.003 0 0.005l-0-0v8.438c0.038 33.392 27.097 60.452 60.486 60.49l72.983 0v9.386c0.030 23.947 19.438 43.352 43.383 43.375l8.774 0 0.143 208.99h-12.811c-35.017 0.042-63.391 28.42-63.427 63.434l-0 0.003c0.016 13.139 10.663 23.786 23.801 23.801l139.022 0c13.143-0.010 23.796-10.659 23.812-23.8l0-0.002c-0.041-35.019-28.418-63.397-63.434-63.437l-0.004-0zM372.938 401.906c-11.465-0.015-21.215-7.336-24.849-17.555l-0.057-0.185h334.521c-3.691 10.404-13.442 17.724-24.904 17.74l-0.002 0zM489.301 454.667c-5.108-0.006-9.248-4.143-9.261-9.249l-0-0.001v-9.385h70.5v9.386c-0.011 5.104-4.146 9.239-9.249 9.25l-0.001 0zM457.99 750.896c4.301-11.18 14.947-18.973 27.415-18.989l0.002-0h59.771c12.474 0.013 23.124 7.807 27.359 18.789l0.068 0.201z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Table Reservation"],"grid":0},"attrs":[{}],"properties":{"order":2709,"id":519,"name":"Table-Reservation","prevSize":32,"code":59949},"setIdx":0,"setId":2,"iconIdx":543},{"icon":{"paths":["M877.458 238.813h-730.917c-19.655 0.021-35.584 15.949-35.604 35.602l-0 0.002v33.458c0.020 19.656 15.948 35.585 35.602 35.605l6.898 0v43.312c0.025 24.773 20.102 44.849 44.873 44.874l19.908 0v312.562c0.006 22.616 18.34 40.947 40.957 40.947 21.718 0 39.489-16.905 40.87-38.274l0.006-0.121 19.668-315.115h384.56l19.668 315.125c1.388 21.49 19.158 38.395 40.877 38.395 22.62 0 40.957-18.337 40.957-40.957 0-0-0-0-0-0.001l0 0v-312.562h19.906c24.774-0.025 44.85-20.101 44.875-44.873l0-0.002v-43.312h6.896c19.656-0.021 35.584-15.95 35.604-35.603l0-0.002v-33.457c-0.021-19.655-15.949-35.584-35.602-35.604l-0.002-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Table_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2710,"id":520,"name":"Table_Fill","prevSize":32,"code":59950},"setIdx":0,"setId":2,"iconIdx":544},{"icon":{"paths":["M877.458 238.813h-730.917c-19.655 0.021-35.584 15.949-35.604 35.602l-0 0.002v33.458c0.020 19.656 15.948 35.585 35.602 35.605l6.898 0v43.312c0.025 24.773 20.102 44.849 44.873 44.874l19.908 0v312.562c0.006 22.616 18.34 40.947 40.957 40.947 21.718 0 39.489-16.905 40.87-38.274l0.006-0.121 19.668-315.115h384.56l19.668 315.125c1.388 21.49 19.158 38.395 40.877 38.395 22.62 0 40.957-18.337 40.957-40.957 0-0-0-0-0-0.001l0 0v-312.562h19.906c24.774-0.025 44.85-20.101 44.875-44.873l0-0.002v-43.312h6.896c19.656-0.021 35.584-15.95 35.604-35.603l0-0.002v-33.457c-0.021-19.655-15.949-35.584-35.602-35.604l-0.002-0zM265.99 744.646c-0.228 3.586-3.193 6.408-6.816 6.408-3.77 0-6.827-3.055-6.829-6.824l-0-0v-312.562h33.177zM771.656 744.229c0 0.002 0 0.003 0 0.005 0 3.772-3.058 6.829-6.829 6.829-3.624 0-6.588-2.822-6.815-6.388l-0.001-0.020-19.531-312.989h33.177zM836.437 386.792c-0.007 5.934-4.816 10.743-10.749 10.75l-627.375 0c-5.934-0.007-10.743-4.816-10.75-10.749l-0-0.001v-43.312h648.875zM877.458 309.355l-732.396-1.48 1.479-34.936h730.917l1.479 1.479z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Table"],"grid":0},"attrs":[{}],"properties":{"order":2711,"id":521,"name":"Table","prevSize":32,"code":59951},"setIdx":0,"setId":2,"iconIdx":545},{"icon":{"paths":["M513.073 108.792h-1.114c-188.44 0.034-341.26 152.495-341.875 340.795l-0 0.059c0 0.25 0 1.583 0.010 1.833 3.158 93.955 36.012 179.667 89.412 248.675l-0.735-0.988c60.115 79.82 131.697 147.109 213.056 200.777l3.184 1.973c10.010 8.211 22.948 13.188 37.047 13.188 14.076 0 26.993-4.96 37.099-13.228l-0.104 0.083c57.569-37.605 107.608-79.109 152.493-125.619l0.246-0.256c85.744-81.88 142.099-193.893 152.015-318.979l0.11-1.73v-3.584c0-0.201 0.001-0.44 0.001-0.679 0-188.54-152.421-341.48-340.764-342.32l-0.080-0zM674.709 748.875c-43.557 45.181-91.887 85.241-144.333 119.53l-3.178 1.949c-0.804 0.518-1.501 1.046-2.155 1.622l0.020-0.017c-3.478 2.991-8.037 4.813-13.021 4.813s-9.543-1.821-13.047-4.835l0.026 0.022c-0.616-0.542-1.293-1.057-2.005-1.521l-0.068-0.042c-81.179-53.301-149.897-117.826-206.084-192.333l-1.49-2.063c-47.937-61.835-77.891-139.743-80.877-224.513l-0.019-0.674v-1.042c0.557-167.209 136.234-302.543 303.521-302.543 167.631 0 303.522 135.892 303.522 303.522 0 0.344-0.001 0.688-0.002 1.032l0-0.053 0.063 2.104c-9.619 116.749-61.751 219.76-140.683 294.862l-0.191 0.18zM511.306 259.851c-0.023-0-0.050-0-0.077-0-105.996 0-191.923 85.927-191.923 191.923 0 75.997 44.171 141.677 108.241 172.767l1.142 0.5 6.049-116.096s-11.353-3.729-13.839-4.971c-23.948-10.607-41.35-41.682-41.35-82.038 0-44.001 34.141-81.954 67.204-82.285h0.082c33.064 0.331 67.204 38.284 67.204 82.285 0 40.355-17.484 71.431-41.35 82.038-0.247 0.082-13.921 5.055-13.921 5.055l6.712 129.104c13.863 3.633 29.778 5.719 46.181 5.719 21.762 0 42.667-3.672 62.128-10.43l-1.329 0.402 5.884-115.016c-15.689-3.769-28.745-13.125-37.233-25.799l-0.141-0.223c-10.441-15.496 8.038-153.136 8.038-153.136h11.932v129.104h11.85v-129.104h12.928v129.104h11.849v-129.104h13.508v129.104h11.849v-129.104h9.116s18.396 137.639 8.038 153.136c-8.596 12.773-21.51 22.071-36.612 25.847l-0.428 0.091c-0.191 0.044-0.357 0.101-0.515 0.172l0.017-0.007 5.137 99.025c57.678-33.828 95.793-95.524 95.793-166.123 0-106.006-85.934-191.94-191.94-191.94-0.079 0-0.158 0-0.237 0l0.012-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Takeaway 1"],"grid":0},"attrs":[{}],"properties":{"order":2712,"id":522,"name":"Takeaway-1","prevSize":32,"code":59952},"setIdx":0,"setId":2,"iconIdx":546},{"icon":{"paths":["M513.067 108.8h-1.067c-0.003-0-0.005-0-0.008-0-188.49 0-341.363 152.5-341.965 340.849l-0 0.057v1.707c3.196 93.958 36.070 179.662 89.481 248.667l-0.735-0.987c60.157 79.85 131.762 147.178 213.137 200.906l3.183 1.974c9.991 8.232 22.919 13.224 37.013 13.224s27.023-4.992 37.114-13.304l-0.1 0.080c57.564-37.623 107.603-79.121 152.505-125.615l0.242-0.252c85.71-81.875 142.051-193.855 151.996-318.905l0.111-1.735v-3.627c0-0.169 0-0.37 0-0.571 0-188.592-152.439-341.58-340.822-342.469l-0.085-0zM815.573 453.76c-9.603 116.739-61.708 219.747-140.611 294.862l-0.189 0.178c-43.598 45.217-91.965 85.315-144.446 119.649l-3.181 1.953c-0.64 0.427-1.493 1.065-2.133 1.492-3.478 2.983-8.034 4.799-13.013 4.799s-9.535-1.816-13.040-4.821l0.027 0.023c-0.625-0.51-1.322-1.003-2.051-1.446l-0.082-0.046c-81.157-53.317-149.87-117.822-206.085-192.29l-1.489-2.059c-47.873-61.893-77.8-139.817-80.834-224.593l-0.019-0.686v-1.067c0.695-167.164 136.324-302.419 303.565-302.507l0.862-0c167.338 0.704 302.72 136.52 302.72 303.957 0 0.165-0 0.33-0 0.496l0-0.026z","M512.853 147.2h-0.853c-167.249 0.088-302.878 135.342-303.573 302.44l-0 0.067v1.067c3.053 85.462 32.98 163.386 81.526 226.184l-0.673-0.906c57.704 76.528 126.418 141.033 204.51 192.455l3.063 1.894c0.812 0.49 1.508 0.982 2.167 1.519l-0.034-0.027c3.478 2.983 8.034 4.799 13.013 4.799s9.535-1.816 13.040-4.821l-0.027 0.023c0.64-0.427 1.493-1.065 2.133-1.492 55.66-36.285 104.028-76.384 147.384-121.348l0.243-0.254c79.092-75.293 131.197-178.301 140.691-293.392l0.109-1.648v-2.133c0-0.139 0-0.305 0-0.47 0-167.437-135.382-303.253-302.653-303.957l-0.067-0zM607.573 617.813l-5.12-98.987h0.64c15.491-3.916 28.357-13.24 36.765-25.802l0.142-0.225c10.453-15.573-7.893-153.173-7.893-153.173h-9.173v129.067h-11.947v-129.067h-13.44v129.067h-11.733v-129.067h-13.013v129.067h-11.947v-129.067h-11.947s-18.347 137.6-7.893 153.173c8.589 12.921 21.642 22.289 36.916 25.942l0.417 0.084-5.973 114.987c-18.085 6.355-38.937 10.027-60.647 10.027-16.423 0-32.355-2.101-47.543-6.049l1.309 0.289-6.827-129.067s13.867-4.907 14.080-5.12c23.893-10.453 41.387-41.6 41.387-81.92 0-43.947-34.133-81.92-67.2-82.347h-0.213c-18.793 1.434-35.16 10.746-45.973 24.604l-0.107 0.143c-12.984 15.5-20.933 35.604-21.12 57.56l-0 0.040c0 40.32 17.492 71.467 41.387 81.92 2.56 1.28 13.867 5.12 13.867 5.12l-6.187 116.055c-65.449-31.639-109.793-97.52-109.793-173.758 0-106.254 86.136-192.39 192.39-192.39s192.39 86.136 192.39 192.39c0 70.757-38.198 132.593-95.097 166.012l-0.904 0.491z","M703.573 451.84c0 0.040 0 0.086 0 0.133 0 70.567-38.22 132.208-95.090 165.35l-0.91 0.49-5.12-98.987h0.64c15.491-3.916 28.357-13.24 36.765-25.802l0.142-0.225c10.453-15.573-7.893-153.173-7.893-153.173h-9.173v129.067h-11.947v-129.067h-13.44v129.067h-11.733v-129.067h-13.013v129.067h-11.947v-129.067h-11.947s-18.347 137.6-7.893 153.173c8.589 12.921 21.642 22.289 36.916 25.942l0.417 0.084-5.973 114.987c-18.085 6.355-38.937 10.027-60.647 10.027-16.423 0-32.355-2.101-47.543-6.049l1.309 0.289-6.827-129.067s13.867-4.907 14.080-5.12c23.893-10.453 41.387-41.6 41.387-81.92 0-43.947-34.133-81.92-67.2-82.347h-0.213c-18.793 1.434-35.16 10.746-45.973 24.604l-0.107 0.143c-12.984 15.5-20.933 35.604-21.12 57.56l-0 0.040c0 40.32 17.492 71.467 41.387 81.92 2.56 1.28 13.867 5.12 13.867 5.12l-6.187 116.055c-65.050-31.68-109.082-97.295-109.082-173.194 0-106.058 85.977-192.034 192.034-192.034 106.046 0 192.015 85.957 192.034 191.998l0 0.002z"],"attrs":[{"fill":"rgb(91, 174, 117)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(91, 174, 117)"}],"isMulticolor":true,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{"f":3},{"f":4},{"f":3}],"11017716412552552551911741171":[{"f":2},{"f":3},{"f":2}]},"tags":["Takeaway"],"grid":0},"attrs":[{"fill":"rgb(91, 174, 117)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(91, 174, 117)"}],"properties":{"order":2713,"id":523,"name":"Takeaway","prevSize":32,"code":59953,"codes":[59953,59954,59955]},"setIdx":0,"setId":2,"iconIdx":547},{"icon":{"paths":["M710.187 346.667h124.373c-0.461-0.634-0.951-1.192-1.488-1.702l-0.005-0.005-200.107-208.427c-1.388-1.614-3.095-2.912-5.029-3.802l-0.091-0.038v131.627c0.106 45.436 36.91 82.241 82.337 82.347l0.010 0zM710.187 385.067c-66.618-0.169-120.577-54.128-120.747-120.73l-0-0.016v-133.76h-233.813c-92.431 0.698-167.403 74.476-170.021 166.371l-0.005 0.243v422.613c-0.020 0.979-0.032 2.133-0.032 3.289 0 92.952 74.235 168.565 166.652 170.787l0.206 0.004h320.213c92.282-3.492 165.768-79.146 165.768-171.963 0-0.594-0.003-1.188-0.009-1.781l0.001 0.091v-335.147zM344.427 435.072c0.030-0 0.066-0 0.102-0 13.666 0 24.782 10.916 25.106 24.503l0.001 0.030c0.004 0.168 0.007 0.366 0.007 0.565 0 13.203-10.676 23.912-23.866 23.966l-0.005 0h-1.344c-13.517-0.041-24.459-11.008-24.459-24.531s10.942-24.49 24.455-24.531l0.004-0zM344.427 564.937c0.030-0 0.066-0 0.102-0 13.665 0 24.781 10.914 25.106 24.501l0.001 0.030c0.004 0.168 0.007 0.366 0.007 0.565 0 13.203-10.676 23.912-23.866 23.966l-0.005 0h-1.344c-13.548-0-24.531-10.983-24.531-24.531s10.983-24.531 24.531-24.531h-0zM345.771 743.864h-1.301c-13.548 0-24.531-10.983-24.531-24.531s10.983-24.531 24.531-24.531h0c0.029-0 0.064-0 0.099-0 13.661 0 24.773 10.916 25.088 24.502l0.001 0.029c0.004 0.163 0.006 0.356 0.006 0.549 0 13.214-10.686 23.932-23.888 23.983l-0.005 0zM679.573 738.53h-257.301c-10.603 0-19.198-8.595-19.198-19.198s8.595-19.198 19.198-19.198h257.301c10.603 0 19.198 8.595 19.198 19.198s-8.595 19.198-19.198 19.198l0-0zM679.573 608.666h-257.344c-10.603 0-19.198-8.595-19.198-19.198s8.595-19.198 19.198-19.198v0h257.344c10.603 0 19.198 8.595 19.198 19.198s-8.595 19.198-19.198 19.198v0zM679.573 478.801h-257.344c-10.575-0.036-19.134-8.618-19.134-19.198s8.559-19.162 19.131-19.198l0.003-0h257.344c10.575 0.036 19.134 8.618 19.134 19.198s-8.559 19.162-19.131 19.198l-0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Terms Conditions_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2714,"id":524,"name":"Terms-Conditions_Fill","prevSize":32,"code":59956},"setIdx":0,"setId":2,"iconIdx":548},{"icon":{"paths":["M832.99 344.896l-200.043-208.385c-3.496-3.643-8.406-5.907-13.844-5.907-0.003 0-0.007 0-0.010 0l-263.364-0c-92.446 0.547-167.479 74.337-170.026 166.243l-0.005 0.236v422.699c-0.023 1.046-0.036 2.278-0.036 3.514 0 92.846 74.177 168.367 166.502 170.535l0.201 0.004 3.958 0.031 316.313-0.010c92.249-3.495 165.707-79.122 165.707-171.907 0-0.615-0.003-1.229-0.010-1.843l0.001 0.094v-362.012c-0-5.161-2.037-9.847-5.35-13.297l0.006 0.006zM627.896 186.698l153.622 160.031h-71.352c-45.441-0.191-82.211-37.041-82.271-82.494l-0-0.006zM799.937 720.333c0.006 0.473 0.009 1.032 0.009 1.592 0 71.86-56.709 130.475-127.816 133.534l-0.276 0.009-318.739-0.031c-71.648-1.763-129.057-60.263-129.057-132.172 0-1.079 0.013-2.154 0.039-3.226l-0.003 0.159v-422.656c2.131-71.226 60.21-128.197 131.675-128.542l0.033-0h233.698v95.219c0.083 66.643 54.005 120.664 120.602 120.906l0.023 0h89.813zM679.573 700.135h-257.301c-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198l257.301-0c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198h0zM679.573 440.406h-257.344c-10.575 0.036-19.134 8.618-19.134 19.198s8.559 19.162 19.131 19.198l0.003 0h257.344c10.575-0.036 19.134-8.618 19.134-19.198s-8.559-19.162-19.131-19.198l-0.003-0zM679.573 570.271h-257.344c-10.603 0-19.198 8.595-19.198 19.198s8.595 19.198 19.198 19.198v-0h257.344c10.603 0 19.198-8.595 19.198-19.198s-8.595-19.198-19.198-19.198v0zM344.469 694.802c-13.548 0-24.531 10.983-24.531 24.531s10.983 24.531 24.531 24.531l1.301-0c13.206-0.052 23.892-10.77 23.892-23.983 0-0.193-0.002-0.385-0.007-0.576l0.001 0.028c-0.316-13.615-11.427-24.531-25.089-24.531-0.034 0-0.069 0-0.103 0l0.005-0zM344.427 484.135h1.344c13.195-0.054 23.871-10.763 23.871-23.966 0-0.199-0.002-0.397-0.007-0.594l0.001 0.029c-0.325-13.618-11.441-24.532-25.107-24.532-0.036 0-0.072 0-0.107 0l0.006-0c-13.517 0.041-24.459 11.008-24.459 24.531s10.942 24.49 24.455 24.531l0.004 0zM344.427 614h1.344c13.195-0.054 23.871-10.763 23.871-23.966 0-0.199-0.002-0.397-0.007-0.594l0.001 0.029c-0.325-13.617-11.441-24.531-25.106-24.531-0.036 0-0.072 0-0.107 0l0.006-0c-13.548 0-24.531 10.983-24.531 24.531s10.983 24.531 24.531 24.531l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Terms Conditions"],"grid":0},"attrs":[{}],"properties":{"order":2715,"id":525,"name":"Terms-Conditions","prevSize":32,"code":59957},"setIdx":0,"setId":2,"iconIdx":549},{"icon":{"paths":["M710.167 346.729h124c-0.406-0.712-0.799-1.311-1.223-1.884l0.036 0.051-200.041-208.385c-1.432-1.381-3.089-2.542-4.908-3.421l-0.113-0.049v131.189c0.046 45.457 36.812 82.311 82.231 82.5l0.018 0zM574.666 490.042c-0.22-17.228-7.413-32.734-18.88-43.86l-0.016-0.015c-11.481-11.018-27.098-17.803-44.299-17.803-0.093 0-0.185 0-0.277 0.001l0.014-0c-33.973 0.278-61.456 27.673-61.875 61.585l-0 0.040v19.292h125.333zM578.792 543.406h-133.583c-27.182 0.034-49.21 22.058-49.25 49.236l-0 0.004v74.99c0.041 27.179 22.069 49.199 49.247 49.229l133.586 0c27.181-0.029 49.209-22.050 49.25-49.225l0-0.004v-74.989c-0.040-27.182-22.067-49.205-49.247-49.239l-0.003-0zM529.062 649.552c0 9.423-7.639 17.062-17.062 17.062s-17.062-7.639-17.062-17.062l0-0v-38.833c-0-9.423 7.639-17.062 17.062-17.062s17.062 7.639 17.062 17.062v-0zM710.125 385.125c-66.619-0.246-120.539-54.265-120.625-120.898l-0-0.008v-133.615h-233.749c-92.454 0.545-167.496 74.332-170.058 166.242l-0.005 0.238 0.021 422.699c-0.023 1.055-0.037 2.298-0.037 3.544 0 92.833 74.169 168.342 166.482 170.504l0.201 0.004 3.979 0.031 316.292-0.010c92.253-3.486 165.717-79.115 165.717-171.902 0-0.617-0.003-1.233-0.010-1.848l0.001 0.094v-335.074zM662.168 667.636c-0.055 46.020-37.353 83.311-83.371 83.354l-133.589 0c-46.022-0.043-83.32-37.334-83.375-83.349l-0-0.005v-74.99c0.084-35.169 21.946-65.211 52.811-77.361l0.565-0.196v-25.391c0.521-52.553 43.019-95.008 95.539-95.458l0.043-0c0.667-0.017 1.452-0.027 2.24-0.027 25.99 0 49.523 10.517 66.576 27.527l-0.002-0.002c17.8 17.289 28.926 41.367 29.187 68.045l0 0.049v25.255c31.43 12.346 53.292 42.388 53.376 77.546l0 0.011z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Terms Policy_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2716,"id":526,"name":"Terms-Policy_Fill","prevSize":32,"code":59958},"setIdx":0,"setId":2,"iconIdx":550},{"icon":{"paths":["M832.979 344.896l-200.041-208.385c-3.497-3.643-8.406-5.906-13.844-5.906-0.003 0-0.007 0-0.010 0l-263.355-0c-92.446 0.547-167.479 74.337-170.026 166.243l-0.005 0.236v422.699c-0.023 1.046-0.036 2.278-0.036 3.514 0 92.846 74.177 168.367 166.502 170.535l0.201 0.004 3.958 0.031 316.302-0.010c92.253-3.486 165.717-79.115 165.717-171.902 0-0.617-0.003-1.233-0.010-1.848l0.001 0.094v-362.012c0-0.001 0-0.002 0-0.004 0-5.162-2.041-9.847-5.36-13.293l0.006 0.006zM627.917 186.732l153.582 159.997h-71.332c-45.437-0.189-82.204-37.043-82.25-82.496l-0-0.004zM799.917 720.333c0.006 0.483 0.010 1.053 0.010 1.624 0 71.847-56.702 130.45-127.797 133.502l-0.276 0.009-318.739-0.031c-71.648-1.763-129.057-60.263-129.057-132.172 0-1.079 0.013-2.154 0.039-3.226l-0.003 0.159v-422.656c2.131-71.226 60.21-128.197 131.675-128.542l0.033-0h233.698v95.219c0.086 66.641 54.006 120.66 120.601 120.906l0.024 0h89.792zM608.791 515.089v-25.255c-0.261-26.727-11.386-50.805-29.163-68.072l-0.023-0.023c-17.047-17.008-40.577-27.526-66.564-27.526-0.791 0-1.58 0.010-2.367 0.029l0.116-0.002c-52.57 0.441-95.077 42.9-95.594 95.409l-0 0.049v25.393c-31.42 12.352-53.273 42.391-53.355 77.544l-0 0.010v74.99c0.048 46.016 37.338 83.306 83.349 83.354l133.599 0c46.022-0.043 83.32-37.334 83.375-83.349l0-0.005v-74.99c-0.084-35.169-21.945-65.21-52.808-77.361l-0.565-0.196zM449.323 489.99c0.426-33.957 27.917-61.353 61.87-61.625l0.026-0c17.279 0.018 32.972 6.795 44.58 17.828l-0.028-0.026c11.483 11.141 18.676 26.647 18.895 43.834l0 0.041v19.24h-125.344zM628.041 667.635c-0.041 27.179-22.069 49.199-49.247 49.229l-133.597 0c-27.176-0.031-49.198-22.053-49.23-49.226l-0-0.003v-74.99c0.030-27.178 22.051-49.203 49.226-49.239l0.004-0h133.594c27.182 0.034 49.21 22.058 49.25 49.236l0 0.004zM512.009 593.656c-0.001-0-0.003-0-0.005-0-9.421 0-17.058 7.637-17.058 17.058 0 0.002 0 0.003 0 0.005l-0-0v38.833c-0 0.018-0 0.039-0 0.060 0 9.423 7.639 17.063 17.063 17.063s17.063-7.639 17.063-17.063c0-0.021-0-0.042-0-0.064l0 0.003v-38.833c0-0.001 0-0.003 0-0.005 0-9.421-7.637-17.058-17.058-17.058-0.001 0-0.003 0-0.004 0l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Terms Policy"],"grid":0},"attrs":[{}],"properties":{"order":2717,"id":527,"name":"Terms-Policy","prevSize":32,"code":59959},"setIdx":0,"setId":2,"iconIdx":551},{"icon":{"paths":["M868.416 269.396c-3.86-3.862-9.192-6.25-15.083-6.25s-11.224 2.389-15.083 6.25l-439.968 439.959-212.532-212.437c-3.846-3.779-9.124-6.112-14.946-6.112-11.781 0-21.331 9.55-21.331 21.331 0 5.822 2.333 11.1 6.115 14.949l-0.003-0.003 227.615 227.52c3.86 3.861 9.192 6.25 15.083 6.25s11.224-2.389 15.083-6.25l455.051-455.040c3.862-3.86 6.25-9.193 6.25-15.083s-2.389-11.224-6.25-15.083l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Tick"],"grid":0},"attrs":[{}],"properties":{"order":2718,"id":528,"name":"Tick","prevSize":32,"code":59960},"setIdx":0,"setId":2,"iconIdx":552},{"icon":{"paths":["M779.809 324.452l22.482-22.482 12.512 12.509c3.474 3.472 8.273 5.619 13.573 5.619 10.605 0 19.202-8.597 19.202-19.202 0-5.305-2.151-10.108-5.629-13.583l-52.177-52.167c-3.474-3.472-8.273-5.619-13.573-5.619-10.605 0-19.202 8.597-19.202 19.202 0 5.305 2.151 10.108 5.629 13.583l12.507 12.504-21.719 21.719c-58.043-55.683-135.537-91.488-221.313-96.252l-0.902-0.040v-36.848h59.792c10.608-0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208v0h-157.979c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h59.792v36.848c-184.787 10.466-330.671 162.866-330.671 349.34 0 193.226 156.641 349.867 349.867 349.867s349.867-156.641 349.867-349.867c0-85.989-31.021-164.733-82.483-225.65l0.427 0.519zM669.542 683.417c-3.408 5.641-9.506 9.354-16.472 9.354-3.642 0-7.046-1.015-9.946-2.777l0.085 0.048-154.99-92.625c-5.641-3.411-9.354-9.511-9.354-16.479l-0-0v-199.292c-0-10.603 8.595-19.198 19.198-19.198s19.198 8.595 19.198 19.198v0 188.396l145.646 87.042c5.641 3.414 9.353 9.516 9.353 16.485 0 3.636-1.010 7.036-2.766 9.934l0.048-0.086z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Timer_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2827,"id":529,"name":"Timer_Fill","prevSize":32,"code":59961},"setIdx":0,"setId":2,"iconIdx":553},{"icon":{"paths":["M779.809 324.452l22.482-22.482 12.512 12.509c3.474 3.472 8.273 5.619 13.573 5.619 10.605 0 19.202-8.597 19.202-19.202 0-5.305-2.151-10.108-5.629-13.583l-52.177-52.167c-3.474-3.472-8.273-5.619-13.573-5.619-10.605 0-19.202 8.597-19.202 19.202 0 5.305 2.151 10.108 5.629 13.583l12.507 12.504-21.719 21.719c-58.043-55.683-135.537-91.488-221.313-96.252l-0.902-0.040v-36.848h59.792c10.608-0 19.208-8.6 19.208-19.208s-8.6-19.208-19.208-19.208v0h-157.979c-10.608 0-19.208 8.6-19.208 19.208s8.6 19.208 19.208 19.208h59.792v36.848c-184.787 10.466-330.671 162.866-330.671 349.34 0 193.226 156.641 349.867 349.867 349.867s349.867-156.641 349.867-349.867c0-85.989-31.021-164.733-82.483-225.65l0.427 0.519zM512 860.604c-172.009-0.006-311.448-139.448-311.448-311.458 0-172.014 139.445-311.458 311.458-311.458s311.458 139.445 311.458 311.458v-0c-0.201 171.936-139.532 311.263-311.45 311.458l-0.019 0zM662.906 657.084l-145.646-87.043v-188.396c0-10.603-8.595-19.198-19.198-19.198s-19.198 8.595-19.198 19.198h0v199.292c0 6.968 3.713 13.068 9.268 16.431l0.086 0.048 154.99 92.625c2.822 1.722 6.235 2.742 9.887 2.742 10.603 0 19.198-8.595 19.198-19.198 0-6.982-3.727-13.094-9.301-16.454l-0.086-0.048z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Timer"],"grid":0},"attrs":[{}],"properties":{"order":2828,"id":530,"name":"Timer","prevSize":32,"code":59962},"setIdx":0,"setId":2,"iconIdx":554},{"icon":{"paths":["M853.333 812.75h-682.667c-13.548-0-24.531 10.983-24.531 24.531s10.983 24.531 24.531 24.531h682.667c13.548 0 24.531-10.983 24.531-24.531s-10.983-24.531-24.531-24.531l-0 0zM509.646 717.594c127.549-0.149 230.908-103.504 231.062-231.037l0-0.015v-299.823c0-13.554-10.988-24.542-24.542-24.542s-24.542 10.988-24.542 24.542v0 299.823c0 100.504-81.475 181.979-181.979 181.979s-181.979-81.475-181.979-181.979v0-299.823c-0.041-13.523-11.013-24.47-24.542-24.47s-24.501 10.947-24.542 24.466l-0 0.004v299.823c0.155 127.548 103.514 230.903 231.048 231.052l0.014 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Underline"],"grid":0},"attrs":[{}],"properties":{"order":2829,"id":531,"name":"Underline","prevSize":32,"code":59963},"setIdx":0,"setId":2,"iconIdx":555},{"icon":{"paths":["M683.625 386.583l-488.374 0.019 138.478-137.884c3.492-3.477 5.653-8.288 5.653-13.604 0-10.601-8.594-19.195-19.195-19.195-5.285 0-10.071 2.136-13.543 5.592l-171.395 170.656c-0.139 0.138-0.189 0.337-0.323 0.479-3.304 3.352-5.344 7.957-5.344 13.039 0 0.030 0 0.060 0 0.091l0.003 0.011-0.003 0.016c0.133 1.182 0.357 2.251 0.67 3.281l-0.034-0.129c0.25 4.199 2.173 7.905 5.104 10.496l0.016 0.014 171.307 170.587c3.474 3.474 8.273 5.623 13.574 5.623 10.601 0 19.195-8.594 19.195-19.195 0-5.332-2.174-10.156-5.684-13.635l-0.001-0.001-138.423-137.845 488.339-0.019c95.177 0.016 172.326 77.175 172.326 172.354 0 95.189-77.166 172.354-172.354 172.354-34.535 0-66.698-10.157-93.664-27.647l0.671 0.408c-2.933-1.909-6.521-3.044-10.375-3.044-10.604 0-19.201 8.596-19.201 19.201 0 6.75 3.484 12.687 8.751 16.111l0.074 0.045c32.169 20.914 71.521 33.35 113.778 33.35 116.401 0 210.763-94.362 210.763-210.763s-94.362-210.763-210.763-210.763c-0.010 0-0.020 0-0.031 0l0.002-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Undo"],"grid":0},"attrs":[{}],"properties":{"order":2830,"id":532,"name":"Undo","prevSize":32,"code":59964},"setIdx":0,"setId":2,"iconIdx":556},{"icon":{"paths":["M153.917 513.292c19.017-153.152 143.272-272.020 297.289-282.542l0.994-0.054-61.595 76.565c-2.349 2.899-3.77 6.632-3.77 10.698 0 9.423 7.639 17.062 17.062 17.062 5.358 0 10.138-2.469 13.267-6.332l0.025-0.032 84.896-105.521c2.348-2.901 3.77-6.635 3.77-10.702 0-5.383-2.49-10.184-6.382-13.314l-0.033-0.026-105.854-84.437c-2.884-2.304-6.584-3.697-10.609-3.697-9.428 0-17.070 7.643-17.070 17.070 0 5.37 2.479 10.16 6.356 13.29l0.033 0.025 70.421 56.172c-167.879 15.43-301.273 144.995-322.484 309.699l-0.188 1.785c-0.086 0.644-0.135 1.389-0.135 2.146 0 9.429 7.644 17.073 17.073 17.073 8.673 0 15.835-6.467 16.928-14.841l0.009-0.086zM905.687 686.938c-2.515-6.513-8.726-11.049-15.996-11.049-2.149 0-4.205 0.396-6.1 1.12l0.117-0.039-84.292 31.685c22.423-45.344 35.542-98.727 35.542-155.174 0-114.086-53.589-215.656-136.968-280.911l-0.782-0.59c-2.851-2.216-6.481-3.553-10.424-3.553-9.426 0-17.067 7.641-17.067 17.067 0 5.397 2.505 10.208 6.415 13.336l0.034 0.026c76.217 59.596 124.75 151.553 124.75 254.846 0 53.272-12.909 103.529-35.77 147.814l0.847-1.805-34.16-92.022c-2.449-6.619-8.706-11.252-16.046-11.252-9.426 0-17.067 7.641-17.067 17.067 0 2.178 0.408 4.262 1.152 6.177l-0.040-0.116 47.125 126.969c2.49 6.553 8.717 11.125 16.013 11.125 2.151 0 4.209-0.397 6.104-1.123l-0.117 0.039 126.75-47.646c6.523-2.501 11.069-8.711 11.069-15.984 0-2.158-0.4-4.222-1.131-6.123l0.039 0.117zM600.271 854.084c-36.908 15.931-79.879 25.197-125.015 25.197-111.427 0-209.664-56.47-267.655-142.352l-0.728-1.144 96.981 15.371c0.814 0.138 1.752 0.216 2.708 0.216 9.424 0 17.064-7.64 17.064-17.064 0-8.497-6.211-15.544-14.341-16.848l-0.098-0.013-133.771-21.208c-0.805-0.135-1.733-0.212-2.678-0.212-8.505 0-15.557 6.224-16.85 14.365l-0.013 0.097-20.625 133.833c-0.127 0.781-0.199 1.682-0.199 2.599 0 8.51 6.228 15.565 14.374 16.857l0.097 0.013c0.786 0.128 1.694 0.204 2.619 0.208l0.004 0c8.497-0.022 15.536-6.239 16.84-14.371l0.013-0.098 13.669-88.763c65.187 92.739 171.686 152.618 292.175 152.69l0.011 0c50.017-0.050 97.63-10.287 140.894-28.746l-2.352 0.892c6.194-2.654 10.454-8.698 10.454-15.737 0-9.429-7.643-17.072-17.072-17.072-2.347 0-4.584 0.474-6.619 1.331l0.112-0.042zM653.167 576.24l-21.417-16.729c0.043-1.062 0.063-2.146 0.063-3.229s-0.021-2.156-0.042-3.219l21.458-16.791c7.749-6.229 12.667-15.708 12.667-26.335 0-6.15-1.647-11.915-4.524-16.879l0.087 0.162-30.376-52.553c-5.822-10.394-16.766-17.305-29.324-17.305-4.444 0-8.686 0.865-12.567 2.437l0.225-0.080-25.354 10.176c-1.813-1.115-3.646-2.176-5.479-3.188l-3.812-26.531c-2.203-16.488-16.178-29.073-33.093-29.073-0.026 0-0.051 0-0.077 0l0.004-0h-61.333c-0.078-0.001-0.17-0.001-0.263-0.001-16.713 0-30.537 12.367-32.821 28.45l-0.021 0.176-3.896 27.031c-1.813 1.011-3.604 2.063-5.417 3.167l-25.667-10.313c-3.561-1.4-7.684-2.212-11.997-2.212-12.368 0-23.176 6.674-29.021 16.617l-0.086 0.158-30.521 52.792c-2.897 4.869-4.61 10.736-4.61 17.003 0 10.66 4.955 20.163 12.687 26.33l0.068 0.052 21.417 16.729q-0.062 1.641-0.063 3.219t0.063 3.219l-21.521 16.812c-7.726 6.234-12.627 15.702-12.627 26.314 0 6.154 1.648 11.923 4.526 16.89l-0.087-0.162 30.375 52.511c5.826 10.409 16.782 17.329 29.356 17.329 4.44 0 8.679-0.863 12.557-2.431l-0.225 0.080 25.354-10.176q2.688 1.656 5.437 3.167l3.812 26.469c2.146 16.536 16.142 29.177 33.090 29.177 0.034 0 0.069-0 0.103-0l-0.005 0h61.333c0.062 0 0.135 0.001 0.209 0.001 16.737 0 30.584-12.371 32.895-28.468l0.021-0.178 3.875-27.021c1.813-1.011 3.625-2.063 5.417-3.167l25.646 10.302c3.544 1.374 7.645 2.17 11.931 2.17 12.383 0 23.216-6.641 29.129-16.556l0.086-0.155 30.916-53.573c2.642-4.688 4.199-10.292 4.199-16.26 0-10.595-4.906-20.044-12.571-26.199l-0.066-0.051zM490.952 600.588c-0 0-0 0-0.001 0-24.488 0-44.339-19.851-44.339-44.339s19.851-44.339 44.339-44.339c24.488 0 44.339 19.851 44.339 44.339l0 0c0 0 0 0 0 0 0 24.488-19.851 44.339-44.339 44.339l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Update"],"grid":0},"attrs":[{}],"properties":{"order":2831,"id":533,"name":"Update","prevSize":32,"code":59965},"setIdx":0,"setId":2,"iconIdx":557},{"icon":{"paths":["M512 623.958c-129.542 0-301.76 13.958-301.76 134.542 0 135.375 227.125 135.375 301.76 135.375 129.542 0 301.76-13.958 301.76-134.542 0-135.375-227.124-135.375-301.76-135.375zM510.729 530.75h1.271c110-0.361 199.032-89.617 199.032-199.667 0-110.274-89.394-199.668-199.668-199.668s-199.668 89.394-199.668 199.668c0 110.050 89.032 199.305 198.998 199.667l0.035 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["User_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2719,"id":534,"name":"User_Fill","prevSize":32,"code":59966},"setIdx":0,"setId":2,"iconIdx":558},{"icon":{"paths":["M512 623.958c-129.542 0-301.76 13.958-301.76 134.542 0 135.375 227.125 135.375 301.76 135.375 129.542 0 301.76-13.958 301.76-134.542 0-135.375-227.124-135.375-301.76-135.375zM512 855.458c-174.75 0-263.364-32.625-263.364-96.958 0-64.688 86.146-96.125 263.364-96.125 174.75 0 263.364 32.625 263.364 96.958 0 64.688-86.146 96.125-263.364 96.125zM510.729 530.75h1.271c110-0.361 199.032-89.617 199.032-199.667 0-110.274-89.394-199.668-199.668-199.668s-199.668 89.394-199.668 199.668c0 110.050 89.032 199.305 198.998 199.667l0.035 0zM512 168.542c0.055-0 0.12-0 0.186-0 89.413 0 161.896 72.483 161.896 161.896s-72.483 161.896-161.896 161.896c-0.065 0-0.131-0-0.196-0l-1.188 0c-88.824-0.308-160.71-72.385-160.71-161.251 0-0.227 0-0.453 0.001-0.679l-0 0.035c0.109-89.373 72.533-161.793 161.897-161.896l0.010-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["User"],"grid":0},"attrs":[{}],"properties":{"order":2720,"id":535,"name":"User","prevSize":32,"code":59967},"setIdx":0,"setId":2,"iconIdx":559},{"icon":{"paths":["M728.198 283.093c-3.473-3.475-8.272-5.625-13.573-5.625s-10.1 2.15-13.573 5.625l-418.688 418.688c-3.5 3.478-5.667 8.295-5.667 13.618 0 10.601 8.594 19.195 19.195 19.195 5.323 0 10.14-2.167 13.617-5.666l0.001-0.001 418.688-418.688c3.475-3.473 5.625-8.272 5.625-13.573s-2.15-10.1-5.625-13.573l-0-0zM335.802 403.937c36.618-0 66.302-29.684 66.302-66.302s-29.684-66.302-66.302-66.302c-36.618 0-66.302 29.684-66.302 66.302v0c0.040 36.601 29.701 66.262 66.298 66.302l0.004 0zM688.198 620.063c-36.618-0-66.302 29.684-66.302 66.302s29.684 66.302 66.302 66.302c36.618 0 66.302-29.684 66.302-66.302h0c-0.040-36.601-29.701-66.262-66.298-66.302l-0.004-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["VAT"],"grid":0},"attrs":[{}],"properties":{"order":2721,"id":536,"name":"VAT","prevSize":32,"code":59968},"setIdx":0,"setId":2,"iconIdx":560},{"icon":{"paths":["M900.813 567.312c-6.469-7.084-15.717-11.537-26.005-11.625l-0.016-0h-19.022c-1.268-54.801-44.769-99.040-99.151-101.482l-0.223-0.008h-488.79c-54.605 2.449-98.107 46.688-99.373 101.368l-0.002 0.121h-19.022c-10.304 0.088-19.552 4.541-25.996 11.597l-0.025 0.028c-7.631 8.429-12.302 19.662-12.302 31.987 0 1.262 0.049 2.513 0.145 3.75l-0.010-0.164 5.021 81.563c-0.001 0.096-0.001 0.211-0.001 0.325 0 21.579 16.825 39.228 38.072 40.544l0.116 0.006h14.007c1.281 54.794 44.772 99.024 99.144 101.482l0.225 0.008h143.312c27.731-0.52 51.199-18.215 60.25-42.869l0.146-0.454 6.792-17.521c2.27-6.849 8.421-11.785 15.784-12.227l0.049-0.002h36.125c7.403 0.438 13.548 5.368 15.777 12.084l0.036 0.125 6.813 17.531c9.193 25.113 32.662 42.813 60.333 43.332l0.062 0.001h143.312c54.597-2.465 98.088-46.696 99.366-101.367l0.002-0.122h14.007c21.363-1.323 38.188-18.973 38.188-40.552 0-0.117-0-0.234-0.001-0.351l0 0.018 5.021-81.562c0.086-1.072 0.135-2.321 0.135-3.582 0-12.322-4.67-23.554-12.336-32.022l0.036 0.041zM167.542 691.198h-13.271c-2.537-1.931-4.158-4.953-4.158-8.354 0-0.18 0.005-0.358 0.013-0.536l-0.001 0.025-5.021-81.542c-0.109-0.597-0.171-1.284-0.171-1.986 0-3.619 1.658-6.85 4.255-8.977l0.021-0.016h18.333zM822.333 717.843c0.076 1.229 0.119 2.665 0.119 4.111 0 37.452-29.040 68.122-65.832 70.72l-0.225 0.013h-143.312c-13.297-0.597-24.405-9.338-28.497-21.329l-0.066-0.222-6.833-17.562c-7.303-19.725-25.798-33.599-47.581-33.958l-0.043-0.001h-36.125c-21.836 0.365-40.338 14.246-47.53 33.622l-0.116 0.357-6.812 17.552c-4.161 12.208-15.268 20.945-28.495 21.539l-0.068 0.002h-143.311c-37.017-2.61-66.057-33.28-66.057-70.732 0-1.446 0.043-2.883 0.129-4.308l-0.009 0.196v-154.74c-0.075-1.219-0.118-2.644-0.118-4.080 0-37.445 29.043-68.107 65.831-70.689l0.224-0.013h488.791c37.012 2.594 66.055 33.256 66.055 70.702 0 1.435-0.043 2.86-0.127 4.274l0.009-0.195zM873.875 682.323c0.007 0.146 0.011 0.317 0.011 0.488 0 3.401-1.602 6.428-4.092 8.369l-0.024 0.018h-13.312v-101.385h18.313c2.63 2.131 4.298 5.361 4.298 8.981 0 0.703-0.063 1.39-0.183 2.058l0.010-0.070zM320.043 309.458c49.487-48.33 117.241-78.146 191.958-78.146s142.471 29.816 192.012 78.198l-0.054-0.052c3.072 3.001 7.278 4.852 11.917 4.852 9.422 0 17.060-7.638 17.060-17.060 0-4.784-1.969-9.107-5.14-12.205l-0.003-0.003c-55.63-54.334-131.796-87.854-215.792-87.854s-160.162 33.52-215.852 87.913l0.060-0.059c-3.175 3.101-5.144 7.425-5.144 12.208 0 9.422 7.638 17.060 17.060 17.060 4.638 0 8.845-1.851 11.92-4.855l-0.003 0.003zM665.251 366.156c0.002 0 0.005 0 0.007 0 9.426 0 17.067-7.641 17.067-17.067 0-4.646-1.857-8.859-4.868-11.936l0.003 0.003c-42.063-42.954-100.651-69.583-165.458-69.583s-123.396 26.629-165.419 69.543l-0.039 0.040c-2.996 3.073-4.844 7.278-4.844 11.914 0 9.43 7.645 17.075 17.075 17.075 4.771 0 9.085-1.957 12.183-5.111l0.002-0.003c35.85-36.626 85.794-59.333 141.042-59.333s105.191 22.707 141.008 59.299l0.034 0.035c3.095 3.164 7.408 5.125 12.179 5.125 0.010 0 0.020-0 0.030-0l-0.002 0zM399.397 390.781c-3.179 3.103-5.151 7.431-5.151 12.219 0 9.426 7.641 17.068 17.068 17.068 4.638 0 8.844-1.85 11.92-4.852l-0.003 0.003c22.9-22.318 54.228-36.083 88.771-36.083s65.871 13.765 88.798 36.11l-0.027-0.026c3.073 2.999 7.279 4.849 11.917 4.849 9.426 0 17.068-7.641 17.068-17.068 0-4.788-1.972-9.116-5.148-12.215l-0.003-0.003c-29.048-28.31-68.787-45.771-112.604-45.771s-83.556 17.461-112.639 45.804l0.034-0.033z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Virtual Tour"],"grid":0},"attrs":[{}],"properties":{"order":2722,"id":537,"name":"Virtual-Tour","prevSize":32,"code":59969},"setIdx":0,"setId":2,"iconIdx":561},{"icon":{"paths":["M791.552 132.75h-559.104c-62.366 0.068-112.906 50.604-112.979 112.962l-0 0.007v532.562c0.074 62.365 50.614 112.901 112.973 112.969l559.11 0c62.366-0.068 112.906-50.604 112.979-112.962l0-0.007v-532.562c-0.074-62.365-50.614-112.901-112.973-112.969l-0.006-0zM700.25 852.854h-310.708l0.292-118.219h310.417zM157.865 696.24v-155.76h125.667v155.76zM322.698 171.146h310.552v135.906h-310.552zM866.135 345.448v156.636h-126.75v-156.636zM700.99 502.083h-310.458v-156.636h310.458zM303.5 345.448h48.636v156.636h-194.271v-156.636zM321.927 540.479h310.458v155.76h-310.458zM719.448 696.24h-48.667v-155.76h195.354v155.76zM866.136 245.719v61.333h-194.49v-135.906h119.906c41.169 0.047 74.53 33.405 74.583 74.568l0 0.005zM232.448 171.146h51.854v135.906h-126.438v-61.333c0.053-41.168 33.415-74.526 74.579-74.573l0.005-0zM157.865 778.281v-43.647h193.562l-0.282 118.219h-118.697c-41.168-0.047-74.53-33.405-74.583-74.567l-0-0.005zM791.552 852.854h-52.907v-118.22h127.49v43.646c-0.053 41.168-33.415 74.527-74.579 74.574l-0.005 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Wall"],"grid":0},"attrs":[{}],"properties":{"order":2723,"id":538,"name":"Wall","prevSize":32,"code":59970},"setIdx":0,"setId":2,"iconIdx":562},{"icon":{"paths":["M885.177 740.698l-325.688-517.198c-10.101-15.848-27.586-26.208-47.489-26.208s-37.388 10.36-47.354 25.982l-0.135 0.226-325.688 517.198c-5.413 8.476-8.628 18.811-8.628 29.897 0 30.991 25.123 56.115 56.115 56.115 0.001 0 0.002-0 0.003-0l651.375 0c0.001 0 0.001 0 0.002 0 30.991 0 56.115-25.123 56.115-56.115 0-11.085-3.214-21.42-8.762-30.123l0.135 0.227zM492.698 405.812c0.036-10.575 8.618-19.134 19.198-19.134s19.162 8.559 19.198 19.131l0 0.003v183.448c-0.036 10.575-8.618 19.134-19.198 19.134s-19.162-8.559-19.198-19.131l-0-0.003zM539.302 687.573c-0.429 1.999-0.942 3.71-1.573 5.363l0.083-0.249c-0.853 1.708-1.708 3.417-2.563 4.907-1.141 1.585-2.331 2.979-3.624 4.27l-0.001 0.001c-4.991 5.006-11.894 8.104-19.521 8.104s-14.53-3.098-19.52-8.103l-0.001-0.001c-1.294-1.292-2.483-2.686-3.556-4.171l-0.069-0.1c-0.853-1.49-1.708-3.198-2.563-4.907-0.547-1.404-1.060-3.116-1.445-4.875l-0.044-0.24c-0.282-1.337-0.444-2.874-0.444-4.448 0-0.311 0.006-0.622 0.019-0.93l-0.001 0.044c-0.001-0.073-0.001-0.16-0.001-0.246 0-7.582 3.1-14.44 8.102-19.376l0.003-0.003c5.059-4.855 11.941-7.844 19.521-7.844s14.462 2.989 19.531 7.853l-0.010-0.009c5.123 4.978 8.307 11.928 8.323 19.622l0 0.003c-0.005 1.895-0.24 3.733-0.68 5.49l0.033-0.157z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Warning_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2724,"id":539,"name":"Warning_Fill","prevSize":32,"code":59971},"setIdx":0,"setId":2,"iconIdx":563},{"icon":{"paths":["M885.177 740.698l-325.688-517.198c-10.101-15.848-27.586-26.208-47.489-26.208s-37.388 10.36-47.354 25.982l-0.135 0.226-325.688 517.198c-5.413 8.476-8.628 18.811-8.628 29.897 0 30.991 25.123 56.115 56.115 56.115 0.001 0 0.002-0 0.003-0l651.375 0c0.001 0 0.001 0 0.002 0 30.991 0 56.115-25.123 56.115-56.115 0-11.085-3.214-21.42-8.762-30.123l0.135 0.227zM853.199 779.156c-2.991 5.493-8.721 9.157-15.307 9.157-0.071 0-0.143-0-0.214-0.001l0.011 0h-651.376c-0 0-0.001 0-0.001 0-9.784 0-17.715-7.931-17.715-17.715 0-3.501 1.016-6.766 2.769-9.514l-0.043 0.071 325.687-517.198c3.189-5.002 8.707-8.271 14.99-8.271s11.801 3.269 14.947 8.199l0.043 0.071 325.687 517.199c1.747 2.662 2.786 5.924 2.786 9.429 0 3.152-0.841 6.108-2.31 8.656l0.045-0.084zM511.896 608.458c0.001 0 0.001 0 0.002 0 10.602 0 19.196-8.594 19.196-19.196 0-0.001-0-0.001-0-0.002l0 0v-183.448c-0.036-10.575-8.618-19.134-19.198-19.134s-19.162 8.559-19.198 19.131l-0 0.003v183.448c-0 0.001-0 0.001-0 0.002 0 10.602 8.594 19.196 19.196 19.196 0.001 0 0.001-0 0.002-0l-0 0zM537.813 671.573c-0.853-1.708-1.708-3.208-2.563-4.698-1.073-1.609-2.268-3.006-3.609-4.246l-0.015-0.014c-1.184-1.293-2.514-2.422-3.973-3.369l-0.079-0.048c-1.414-0.998-3.033-1.861-4.757-2.513l-0.15-0.050c-1.467-0.7-3.179-1.289-4.966-1.679l-0.159-0.029c-1.635-0.303-3.516-0.477-5.438-0.477s-3.803 0.173-5.628 0.505l0.191-0.029c-1.945 0.419-3.658 1.008-5.271 1.771l0.147-0.062c-1.873 0.696-3.493 1.56-4.973 2.607l0.067-0.045c-1.598 1.066-2.994 2.19-4.281 3.427l0.010-0.010c-1.194 1.28-2.313 2.67-3.327 4.139l-0.079 0.122c-0.853 1.489-1.708 2.989-2.563 4.698-0.498 1.336-1.010 3.046-1.425 4.793l-0.064 0.322c-0.282 1.392-0.444 2.992-0.444 4.63 0 0.324 0.006 0.647 0.019 0.969l-0.001-0.046c-0.011 0.264-0.017 0.574-0.017 0.886 0 1.574 0.162 3.111 0.469 4.593l-0.025-0.146c0.429 1.999 0.942 3.71 1.573 5.364l-0.083-0.249c0.853 1.708 1.708 3.417 2.563 4.907 1.063 1.5 2.344 2.989 3.406 4.271 1.5 1.281 2.781 2.344 4.271 3.417 1.414 0.999 3.034 1.86 4.759 2.504l0.147 0.048c3.154 1.254 6.805 2.028 10.622 2.134l0.045 0.001c15.247-0.172 27.562-12.483 27.739-27.712l0-0.017c-0.004-1.971-0.239-3.886-0.68-5.72l0.034 0.168c-0.479-2.068-0.99-3.778-1.593-5.444l0.104 0.329z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Warning"],"grid":0},"attrs":[{}],"properties":{"order":2725,"id":540,"name":"Warning","prevSize":32,"code":59972},"setIdx":0,"setId":2,"iconIdx":564},{"icon":{"paths":["M791.68 170.027h-559.36c-62.317 0.024-112.829 50.536-112.853 112.851l-0 0.002v77.013h785.067v-77.013c-0.024-62.317-50.536-112.829-112.851-112.853l-0.002-0zM241.414 310.464c-13.389 0-24.244-10.854-24.244-24.244s10.854-24.244 24.244-24.244c13.389 0 24.244 10.854 24.244 24.244 0 0-0 0-0 0l0-0c-0 13.389-10.854 24.243-24.243 24.243-0 0-0-0-0-0l0 0zM318.609 310.464c-13.389-0.001-24.242-10.855-24.242-24.244s10.854-24.244 24.244-24.244c13.389 0 24.244 10.854 24.244 24.244 0 0-0 0-0 0l0-0c0 13.389-10.854 24.243-24.243 24.243-0.001 0-0.001-0-0.002-0l0 0zM397.271 310.464c-0 0-0 0-0 0-13.389 0-24.244-10.854-24.244-24.244s10.854-24.244 24.244-24.244c13.389 0 24.244 10.854 24.244 24.244 0 0-0 0-0 0l0-0c0 13.389-10.854 24.243-24.243 24.243v0zM119.467 741.12c0.024 62.317 50.536 112.829 112.851 112.853l559.362 0c62.317-0.024 112.829-50.536 112.853-112.851l0-0.002v-342.827h-785.067zM682.219 623.354c-30.656-8.010-67.656-17.688-67.656-58.896 0-33.437 29.594-57.698 70.375-57.698 0.908-0.030 1.976-0.047 3.047-0.047 21.382 0 41.184 6.762 57.385 18.264l-0.307-0.207c3.845 2.834 6.495 7.097 7.167 11.99l0.010 0.093c0.113 0.763 0.177 1.644 0.177 2.539 0 10.108-8.194 18.302-18.302 18.302-4.113 0-7.908-1.356-10.964-3.646l0.048 0.034c-10.946-7.598-24.513-12.138-39.141-12.138-0.467 0-0.933 0.005-1.398 0.014l0.070-0.001c-17.417 0-29.115 8.271-29.115 20.573 0 11.75 14.615 16.302 38.688 22.385 30.813 8.188 69.062 18.365 69.062 61.656 0 29.355-19.646 60.719-74.781 60.719-0.917 0.029-1.996 0.046-3.079 0.046-24.235 0-46.53-8.305-64.194-22.224l0.221 0.168c-4.014-3.359-6.548-8.371-6.548-13.975 0-4.105 1.36-7.893 3.655-10.936l-0.033 0.046 0.323-0.438c2.919-3.887 7.265-6.566 12.247-7.26l0.097-0.011c0.712-0.1 1.535-0.157 2.372-0.157 4.225 0 8.109 1.461 11.175 3.904l-0.036-0.028c12.134 9.767 27.732 15.677 44.711 15.677 0.069 0 0.138-0 0.207-0l-0.011 0c25.729 0 34.896-11.906 34.896-23.052 0-14.209-15.25-19.188-40.364-25.698zM454.323 659.979c2.919-3.887 7.265-6.566 12.247-7.26l0.097-0.011c0.716-0.101 1.543-0.159 2.384-0.159 4.225 0 8.109 1.461 11.173 3.906l-0.036-0.028c12.13 9.767 27.725 15.677 44.699 15.677 0.069 0 0.138-0 0.207-0l-0.011 0c25.74 0 34.906-11.906 34.906-23.052 0-14.208-15.25-19.188-40.365-25.698-30.646-8.010-67.657-17.677-67.657-58.896 0-33.437 29.594-57.698 70.365-57.698 0.908-0.030 1.976-0.047 3.047-0.047 21.382 0 41.184 6.762 57.385 18.264l-0.307-0.207c3.85 2.834 6.502 7.102 7.167 12.002l0.010 0.092c0.112 0.761 0.176 1.639 0.176 2.532 0 10.105-8.191 18.296-18.296 18.296-4.11 0-7.904-1.355-10.959-3.644l0.048 0.034c-10.952-7.598-24.525-12.138-39.158-12.138-0.464 0-0.928 0.005-1.39 0.014l0.069-0.001c-17.417 0-29.115 8.271-29.115 20.573 0 11.75 14.615 16.302 38.688 22.385 30.813 8.188 69.073 18.375 69.073 61.656 0 29.355-19.646 60.719-74.781 60.719-0.92 0.029-2.001 0.046-3.086 0.046-24.236 0-46.532-8.305-64.198-22.224l0.221 0.168c-4.011-3.357-6.544-8.366-6.544-13.966 0-4.114 1.367-7.908 3.67-10.954l-0.033 0.046 4.594 2.75zM362.219 506.49c0.797-0.026 1.734-0.041 2.674-0.041 25.112 0 47.766 10.527 63.789 27.408l0.036 0.039c3.111 3.274 5.024 7.711 5.024 12.596 0 10.107-8.194 18.301-18.301 18.301-5.34 0-10.146-2.287-13.492-5.936l-0.012-0.014c-9.846-10.574-23.846-17.168-39.387-17.168-0.117 0-0.233 0-0.35 0.001l0.018-0c-33.544 0.143-60.682 27.369-60.682 60.933 0 1.508 0.055 3.003 0.162 4.484l-0.012-0.198c-0.096 1.28-0.15 2.773-0.15 4.278 0 33.563 27.138 60.789 60.668 60.93l0.014 0c0.099 0.001 0.215 0.001 0.332 0.001 15.54 0 29.541-6.593 39.357-17.135l0.030-0.032c3.35-3.643 8.138-5.917 13.458-5.917 10.087 0 18.263 8.177 18.263 18.263 0 4.89-1.922 9.331-5.051 12.609l0.007-0.007c-16.071 16.918-38.733 27.443-63.853 27.443-0.894 0-1.785-0.013-2.673-0.040l0.13 0.003c-55.095-0.469-99.577-45.24-99.577-100.401s44.482-99.932 99.532-100.401l0.045-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Website Theme-Fill"],"grid":0},"attrs":[{}],"properties":{"order":2726,"id":541,"name":"Website-Theme-Fill","prevSize":32,"code":59973},"setIdx":0,"setId":2,"iconIdx":565},{"icon":{"paths":["M362.219 707.292c0.758 0.023 1.649 0.037 2.543 0.037 25.12 0 47.783-10.525 63.818-27.405l0.036-0.038c3.146-3.276 5.084-7.733 5.084-12.644 0-10.087-8.177-18.264-18.264-18.264-5.34 0-10.145 2.292-13.485 5.946l-0.013 0.014c-9.846 10.574-23.846 17.168-39.387 17.168-0.117 0-0.234-0-0.35-0.001l0.018 0c-33.544-0.141-60.682-27.367-60.682-60.93 0-1.505 0.055-2.998 0.162-4.476l-0.012 0.198c-0.096-1.282-0.151-2.777-0.151-4.285 0-33.564 27.138-60.79 60.668-60.933l0.014-0c0.099-0.001 0.215-0.001 0.332-0.001 15.541 0 29.541 6.593 39.357 17.135l0.030 0.032c3.358 3.662 8.164 5.949 13.504 5.949 10.107 0 18.301-8.194 18.301-18.301 0-4.884-1.913-9.322-5.031-12.604l0.007 0.008c-16.059-16.92-38.713-27.447-63.826-27.447-0.94 0-1.877 0.015-2.811 0.044l0.136-0.003c-55.095 0.469-99.577 45.24-99.577 100.401s44.482 99.932 99.532 100.401l0.045 0zM456.927 685.281c17.444 13.751 39.741 22.056 63.976 22.056 1.085 0 2.166-0.017 3.243-0.050l-0.158 0.004c55.135 0 74.781-31.365 74.781-60.719 0-43.281-38.26-53.469-69.073-61.656-24.073-6.083-38.688-10.636-38.688-22.385 0-12.302 11.698-20.573 29.115-20.573 0.393-0.008 0.856-0.013 1.321-0.013 14.633 0 28.207 4.54 39.388 12.288l-0.229-0.15c3.007 2.254 6.801 3.61 10.911 3.61 10.105 0 18.296-8.191 18.296-18.296 0-0.893-0.064-1.771-0.188-2.63l0.012 0.098c-0.675-4.992-3.327-9.26-7.128-12.059l-0.049-0.035c-15.894-11.295-35.696-18.057-57.078-18.057-1.072 0-2.139 0.017-3.202 0.051l0.155-0.004c-40.771 0-70.365 24.26-70.365 57.698 0 41.219 37.010 50.886 67.656 58.896 25.115 6.51 40.365 11.489 40.365 25.698 0 11.146-9.167 23.052-34.906 23.052-0.058 0-0.127 0-0.196 0-16.975 0-32.57-5.91-44.838-15.785l0.138 0.108c-3.024-2.418-6.905-3.88-11.127-3.88-0.844 0-1.675 0.058-2.488 0.172l0.094-0.011c-5.078 0.705-9.424 3.384-12.309 7.223l-0.034 0.048 4.292 3.177-4.594-2.75c-2.271 3.001-3.638 6.795-3.638 10.909 0 5.6 2.533 10.609 6.516 13.943l0.028 0.023zM687.687 672.104c-0.058 0-0.127 0-0.196 0-16.978 0-32.576-5.91-44.849-15.785l0.138 0.108c-3.025-2.417-6.906-3.878-11.128-3.878-0.84 0-1.667 0.058-2.476 0.17l0.094-0.011c-5.078 0.705-9.424 3.384-12.309 7.223l-0.034 0.048-0.323 0.438c-2.261 2.997-3.621 6.785-3.621 10.89 0 5.604 2.535 10.615 6.52 13.951l0.029 0.023c17.443 13.751 39.738 22.056 63.973 22.056 1.083 0 2.162-0.017 3.236-0.049l-0.157 0.004c55.136 0 74.781-31.365 74.781-60.719 0-43.292-38.251-53.469-69.062-61.656-24.073-6.083-38.688-10.636-38.688-22.385 0-12.302 11.698-20.573 29.115-20.573 0.395-0.008 0.861-0.013 1.328-0.013 14.628 0 28.195 4.54 39.37 12.288l-0.229-0.15c3.008 2.256 6.804 3.612 10.917 3.612 10.108 0 18.302-8.194 18.302-18.302 0-0.896-0.064-1.776-0.189-2.638l0.012 0.098c-0.682-4.987-3.332-9.25-7.128-12.049l-0.049-0.035c-15.894-11.295-35.696-18.057-57.078-18.057-1.072 0-2.139 0.017-3.202 0.051l0.155-0.004c-40.781 0-70.375 24.26-70.375 57.698 0 41.208 37 50.886 67.656 58.896 25.115 6.51 40.365 11.489 40.365 25.698-0 11.146-9.167 23.052-34.896 23.052zM791.76 170.052h-559.521c-62.254 0.069-112.702 50.517-112.771 112.764l-0 0.007v458.354c0.069 62.254 50.517 112.702 112.764 112.771l559.528 0c62.254-0.069 112.702-50.517 112.771-112.764l0-0.007v-458.354c-0.069-62.254-50.517-112.702-112.764-112.771l-0.007-0zM866.135 741.177c-0.048 41.057-33.318 74.327-74.37 74.375l-559.525 0c-41.057-0.048-74.327-33.318-74.375-74.37l-0-0.005v-342.948h708.271zM866.135 359.833h-708.271v-77.011c0.048-41.057 33.318-74.327 74.37-74.375l559.525-0c41.057 0.048 74.327 33.318 74.375 74.37l0 0.005zM241.414 261.977c-13.389 0-24.244 10.854-24.244 24.244s10.854 24.244 24.244 24.244c13.389 0 24.244-10.854 24.244-24.244v-0c-0-13.389-10.854-24.243-24.243-24.243-0 0-0 0-0 0l0-0zM318.609 261.977c-13.389 0.001-24.242 10.855-24.242 24.244s10.854 24.244 24.244 24.244c13.389 0 24.244-10.854 24.244-24.244v0c-0-13.389-10.854-24.243-24.243-24.243-0.001 0-0.001 0-0.002 0l0-0zM397.271 261.977c-0-0-0-0-0-0-13.389 0-24.244 10.854-24.244 24.244s10.854 24.244 24.244 24.244c13.389 0 24.244-10.854 24.244-24.244v0c-0-13.389-10.854-24.243-24.243-24.243l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Website Theme"],"grid":0},"attrs":[{}],"properties":{"order":2727,"id":542,"name":"Website-Theme","prevSize":32,"code":59974},"setIdx":0,"setId":2,"iconIdx":566},{"icon":{"paths":["M791.68 170.027h-559.36c-62.317 0.024-112.829 50.536-112.853 112.851l-0 0.002v77.013h785.067v-77.013c-0.024-62.317-50.536-112.829-112.851-112.853l-0.002-0zM241.414 310.464c-13.389 0-24.244-10.854-24.244-24.244s10.854-24.244 24.244-24.244c13.389 0 24.244 10.854 24.244 24.244 0 0-0 0-0 0l0-0c-0 13.389-10.854 24.243-24.243 24.243-0 0-0-0-0-0l0 0zM318.609 310.464c-13.389-0.001-24.242-10.855-24.242-24.244s10.854-24.244 24.244-24.244c13.389 0 24.244 10.854 24.244 24.244 0 0-0 0-0 0l0-0c0 13.389-10.854 24.243-24.243 24.243-0.001 0-0.001-0-0.002-0l0 0zM397.271 310.464c-0 0-0 0-0 0-13.389 0-24.244-10.854-24.244-24.244s10.854-24.244 24.244-24.244c13.389 0 24.244 10.854 24.244 24.244 0 0-0 0-0 0l0-0c0 13.389-10.854 24.243-24.243 24.243v0zM119.467 741.12c0.024 62.317 50.536 112.829 112.851 112.853l559.362 0c62.317-0.024 112.829-50.536 112.853-112.851l0-0.002v-342.827h-785.067zM617.895 547.917c0.009-8.925 7.242-16.158 16.166-16.167l4.365-0c7.48 0.012 13.771 5.093 15.62 11.991l0.026 0.113c10.819-9.621 25.138-15.514 40.834-15.562l0.010-0c40.354 0 67.458 31.531 67.458 78.458 0 47.094-27.104 78.739-67.458 78.739-0.107 0.001-0.234 0.001-0.361 0.001-15.381 0-29.408-5.795-40.018-15.321l0.056 0.049v48.823c-0.009 8.925-7.242 16.158-16.166 16.167l-4.365 0c-8.925-0.009-16.158-7.242-16.167-16.166l-0-0.001zM521.874 531.75h6.948v-21.979c0.009-8.925 7.242-16.158 16.166-16.167l4.367-0c8.925 0.009 16.158 7.242 16.167 16.166l0 0.001v21.979h12.146c8.925 0.009 16.158 7.241 16.167 16.166l0 0.001c0.015 0.26 0.023 0.564 0.023 0.87 0 8.999-7.214 16.313-16.175 16.473l-0.015 0h-12.146v74.729c0 4.375 1.073 11.719 8.24 11.719 1.442-0.006 2.837-0.192 4.169-0.536l-0.117 0.026c1.162-0.298 2.495-0.47 3.869-0.47 8.932 0 16.172 7.241 16.172 16.172 0 6.525-3.865 12.148-9.43 14.704l-0.101 0.041c-5.662 2.425-12.252 3.835-19.17 3.835-0.131 0-0.261-0.001-0.391-0.002l0.020 0-0.719 0.010c-0.001 0-0.002 0-0.004 0-10.642 0-20.281-4.293-27.28-11.242l0.002 0.002c-7.382-7.207-11.959-17.257-11.959-28.376 0-0.040 0-0.080 0-0.121l-0 0.006v-80.5h-6.948c-8.921-0.013-16.149-7.245-16.156-16.166l-0-0.001c-0.015-0.261-0.023-0.565-0.023-0.872 0-8.995 7.209-16.306 16.164-16.471l0.016-0zM427.603 531.75h6.948v-21.979c0.009-8.925 7.242-16.158 16.166-16.167l4.355-0c8.925 0.009 16.158 7.241 16.167 16.166l0 0.001v21.979h12.146c8.925 0.009 16.158 7.242 16.167 16.166l0 0.001c0.015 0.26 0.023 0.564 0.023 0.871 0 8.999-7.214 16.313-16.175 16.473l-0.015 0h-12.146v74.729c0 4.375 1.073 11.719 8.25 11.719 1.442-0.006 2.837-0.192 4.169-0.536l-0.117 0.026c1.213-0.332 2.605-0.523 4.042-0.523 7.024 0 12.984 4.559 15.081 10.879l0.032 0.112c0.57 1.579 0.899 3.4 0.899 5.299 0 6.511-3.875 12.118-9.444 14.639l-0.101 0.041c-5.673 2.425-12.274 3.835-19.204 3.835-0.123 0-0.245-0-0.367-0.001l0.019 0-0.719 0.010c-10.638-0-20.274-4.289-27.273-11.232l0.003 0.003c-7.38-7.21-11.957-17.262-11.957-28.384 0-0.041 0-0.082 0-0.123l-0 0.006v-80.5h-6.947c-8.925-0.009-16.158-7.241-16.167-16.166l-0-0.001c-0.015-0.26-0.023-0.564-0.023-0.87 0-8.999 7.214-16.313 16.175-16.473l0.015-0zM261.624 494.75c0.009-8.925 7.242-16.158 16.166-16.167l4.365-0c8.925 0.009 16.158 7.242 16.167 16.166l0 0.001v49.448c11.991-9.639 27.313-15.582 44.012-15.905l0.072-0.001c1.735-0.239 3.741-0.375 5.778-0.375 24.676 0 44.68 20.004 44.68 44.68 0 1.949-0.125 3.868-0.367 5.751l0.023-0.223v87.729c-0.009 8.925-7.241 16.158-16.166 16.167l-4.334 0c-8.925-0.009-16.158-7.242-16.167-16.166l-0-0.001v-79.052c0-17.792-6.854-24.719-24.437-24.719-13.404 0.492-25.227 6.865-33.026 16.6l-0.068 0.088v87.083c-0.009 8.925-7.242 16.158-16.166 16.167l-4.365 0c-8.925-0.009-16.158-7.242-16.167-16.166l-0-0.001zM687.968 651.709c22.219 0 36.583-17.646 36.583-44.958 0-27.136-14.365-44.667-36.583-44.667-13.557 0.265-25.552 6.728-33.303 16.664l-0.072 0.096v56.052c7.853 10.005 19.826 16.467 33.321 16.811l0.056 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["Website_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2728,"id":543,"name":"Website_Fill","prevSize":32,"code":59975},"setIdx":0,"setId":2,"iconIdx":567},{"icon":{"paths":["M791.76 170.052h-559.521c-62.254 0.069-112.702 50.517-112.771 112.764l-0 0.007v458.354c0.069 62.254 50.517 112.702 112.764 112.771l559.528 0c62.254-0.069 112.702-50.517 112.771-112.764l0-0.007v-458.354c-0.069-62.254-50.517-112.702-112.764-112.771l-0.007-0zM232.24 208.448h559.521c41.057 0.048 74.327 33.318 74.375 74.37l0 0.005v77.011h-708.271v-77.011c0.048-41.057 33.318-74.327 74.37-74.375l0.005-0zM791.76 815.552h-559.521c-41.057-0.048-74.327-33.318-74.375-74.37l-0-0.005v-342.948h708.271v342.948c-0.048 41.057-33.318 74.327-74.37 74.375l-0.005 0z","M265.657 286.221c0 13.389-10.854 24.243-24.243 24.243s-24.243-10.854-24.243-24.243c0-13.389 10.854-24.243 24.243-24.243s24.243 10.854 24.243 24.243z","M318.609 310.464c0 0 0 0 0 0 13.389 0 24.244-10.854 24.244-24.244s-10.854-24.244-24.244-24.244c-13.389 0-24.244 10.854-24.244 24.244 0 0 0 0 0 0l-0-0c0.001 13.389 10.854 24.243 24.243 24.243l0 0z","M421.514 286.221c0 13.389-10.854 24.243-24.243 24.243s-24.243-10.854-24.243-24.243c0-13.389 10.854-24.243 24.243-24.243s24.243 10.854 24.243 24.243z","M342.406 528.292c-16.77 0.324-32.092 6.267-44.225 16.017l0.142-0.11v-49.448c-0.009-8.925-7.242-16.158-16.166-16.167l-4.365-0c-8.925 0.009-16.158 7.242-16.167 16.166l-0 0.001v171.104c0.009 8.925 7.242 16.158 16.166 16.167l4.365 0c8.925-0.009 16.158-7.242 16.167-16.166l0-0.001v-87.083c7.867-9.823 19.69-16.196 33.014-16.685l0.079-0.002c17.583 0 24.437 6.927 24.437 24.719v79.052c0.009 8.925 7.242 16.158 16.166 16.167l4.334 0c8.925-0.009 16.158-7.242 16.167-16.166l0-0.001v-87.729c0.219-1.66 0.343-3.58 0.343-5.529 0-24.676-20.004-44.68-44.68-44.68-2.037 0-4.043 0.136-6.007 0.4l0.23-0.025z","M483.541 651.198c-1.215 0.319-2.61 0.505-4.049 0.51l-0.004 0c-7.177 0-8.25-7.344-8.25-11.719v-74.729h12.146c8.975-0.161 16.19-7.475 16.19-16.473 0-0.306-0.008-0.61-0.025-0.913l0.002 0.042c-0.009-8.925-7.242-16.158-16.166-16.167l-12.147-0v-21.979c-0.009-8.925-7.242-16.158-16.166-16.167l-4.355-0c-8.925 0.009-16.158 7.242-16.167 16.166l-0 0.001v21.979h-6.946c-8.976 0.161-16.19 7.475-16.19 16.474 0 0.306 0.008 0.61 0.025 0.912l-0.002-0.042c0.009 8.925 7.242 16.158 16.166 16.167l6.949 0v80.499c-0 0.034-0 0.075-0 0.115 0 11.122 4.577 21.175 11.951 28.378l0.008 0.008c6.997 6.94 16.633 11.229 27.271 11.229l-0-0 0.719-0.010c0.104 0.001 0.226 0.001 0.348 0.001 6.93 0 13.531-1.41 19.531-3.958l-0.327 0.124c5.67-2.562 9.545-8.169 9.545-14.68 0-1.899-0.329-3.721-0.934-5.411l0.035 0.112c-2.134-6.432-8.095-10.99-15.12-10.99-1.435 0-2.826 0.19-4.149 0.547l0.111-0.026z","M577.813 651.198c-1.215 0.319-2.61 0.505-4.048 0.51l-0.004 0c-7.167 0-8.24-7.344-8.24-11.719v-74.729h12.146c8.976-0.161 16.19-7.475 16.19-16.474 0-0.306-0.008-0.61-0.025-0.912l0.002 0.042c-0.009-8.925-7.242-16.158-16.166-16.167l-12.147-0v-21.979c-0.009-8.925-7.242-16.158-16.166-16.167l-4.365-0c-8.925 0.009-16.158 7.241-16.167 16.166l-0 0.001v21.979h-6.948c-8.971 0.166-16.179 7.477-16.179 16.472 0 0.307 0.008 0.612 0.025 0.915l-0.002-0.042c0.007 8.922 7.235 16.153 16.155 16.167l0.001 0h6.948v80.499c-0 0.034-0 0.074-0 0.114 0 11.119 4.577 21.169 11.951 28.367l0.008 0.008c6.997 6.946 16.636 11.239 27.277 11.239 0.001 0 0.003-0 0.004-0l-0 0 0.719-0.010c0.11 0.001 0.241 0.001 0.371 0.001 6.918 0 13.508-1.41 19.496-3.958l-0.326 0.123c5.665-2.598 9.528-8.22 9.528-14.744 0-8.932-7.241-16.172-16.172-16.172-1.373 0-2.705 0.171-3.978 0.493l0.112-0.024z","M694.917 528.292c-15.705 0.048-30.025 5.942-40.907 15.617l0.063-0.055c-1.875-7.011-8.166-12.092-15.645-12.104l-0.001-0h-4.365c-8.925 0.009-16.158 7.242-16.167 16.166l-0 0.001v171.125c0.009 8.925 7.242 16.158 16.166 16.167l4.365 0c8.925-0.009 16.158-7.242 16.167-16.166l0-0.001v-48.823c10.554 9.477 24.581 15.272 39.962 15.272 0.127 0 0.254-0 0.381-0.001l-0.020 0c40.354 0 67.458-31.646 67.458-78.739 0-46.927-27.104-78.458-67.458-78.458zM724.552 606.75c0 27.312-14.365 44.958-36.583 44.958-13.55-0.345-25.523-6.808-33.304-16.718l-0.072-0.095v-56.052c7.823-10.032 19.818-16.495 33.332-16.76l0.043-0.001c22.218 0 36.583 17.531 36.583 44.667z"],"attrs":[{},{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{},{},{},{},{},{},{},{}],"11017716412552552551911741171":[{},{},{},{},{},{},{},{}]},"tags":["Website"],"grid":0},"attrs":[{},{},{},{},{},{},{},{}],"properties":{"order":2729,"id":544,"name":"Website","prevSize":32,"code":59976},"setIdx":0,"setId":2,"iconIdx":568},{"icon":{"paths":["M710.167 346.729h124c-0.406-0.712-0.799-1.311-1.223-1.884l0.036 0.051-200.041-208.385c-1.432-1.381-3.089-2.542-4.908-3.421l-0.113-0.049v131.189c0.046 45.457 36.812 82.311 82.231 82.5l0.018 0zM710.124 385.125c-66.619-0.246-120.539-54.265-120.625-120.898l-0-0.008v-133.615h-233.749c-92.453 0.545-167.495 74.332-170.057 166.242l-0.005 0.238 0.021 422.699c-0.023 1.055-0.037 2.298-0.037 3.544 0 92.833 74.169 168.342 166.482 170.504l0.201 0.004 3.979 0.031 316.292-0.010c92.253-3.486 165.717-79.115 165.717-171.902 0-0.617-0.003-1.233-0.010-1.848l0.001 0.094v-335.074zM492.8 751.573h-120.747c-13.663-0.009-24.737-11.083-24.747-24.746l-0-0.001v-100.693h145.493zM492.8 587.733h-145.493v-100.48c0.010-13.663 11.083-24.737 24.746-24.747l120.748-0zM676.693 726.827c-0.009 13.663-11.083 24.737-24.746 24.747l-120.748 0v-125.44h145.493zM676.693 587.733h-145.493v-125.227h120.747c13.663 0.010 24.737 11.083 24.747 24.746l0 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["XLS Document_Fill"],"grid":0},"attrs":[{}],"properties":{"order":2730,"id":545,"name":"XLS-Document_Fill","prevSize":32,"code":59977},"setIdx":0,"setId":2,"iconIdx":569},{"icon":{"paths":["M651.937 443.219h-279.875c-24.255 0.027-43.911 19.682-43.937 43.935l-0 0.003v239.667c0.027 24.255 19.682 43.911 43.935 43.937l279.878 0c24.255-0.027 43.911-19.682 43.937-43.935l0-0.003v-239.667c-0.027-24.255-19.682-43.911-43.935-43.937l-0.003-0zM492.791 732.365h-120.728c-3.052-0.012-5.521-2.488-5.521-5.542 0-0 0-0 0-0l-0 0v-100.635h126.251zM492.791 587.792h-126.251v-100.635c-0-0-0-0-0-0 0-3.053 2.469-5.53 5.52-5.542l0.001-0h120.729zM657.457 726.823c0 0 0 0 0 0 0 3.053-2.469 5.53-5.52 5.542l-0.001 0h-120.728v-106.177h126.251zM657.457 587.792h-126.251v-106.177h120.729c3.052 0.012 5.521 2.488 5.521 5.542 0 0-0 0-0 0l0-0zM832.979 344.896l-200.041-208.385c-3.497-3.643-8.406-5.906-13.844-5.906-0.003 0-0.007 0-0.010 0l-263.334-0c-92.454 0.545-167.495 74.332-170.057 166.242l-0.005 0.238 0.021 422.699c-0.023 1.055-0.037 2.298-0.037 3.544 0 92.833 74.169 168.342 166.482 170.504l0.201 0.004 3.979 0.031 316.292-0.010c92.253-3.486 165.717-79.115 165.717-171.902 0-0.617-0.003-1.233-0.010-1.848l0.001 0.094v-362.012c0-0.001 0-0.002 0-0.003 0-5.162-2.041-9.848-5.36-13.293l0.006 0.006zM627.917 186.732l153.582 159.997h-71.332c-45.437-0.189-82.204-37.043-82.25-82.496l-0-0.004zM799.917 720.333c0.006 0.483 0.010 1.053 0.010 1.624 0 71.847-56.702 130.45-127.797 133.502l-0.276 0.009-318.749-0.031c-71.613-1.634-129.042-60.073-129.042-131.927 0-1.165 0.015-2.326 0.045-3.484l-0.004 0.171-0.021-422.656c2.148-71.226 60.229-128.192 131.695-128.542l0.034-0h233.687v95.219c0.086 66.641 54.006 120.66 120.601 120.906l0.024 0h89.792z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"colorPermutations":{"10177164125525525517517472190661531911741171":[{}],"11017716412552552551911741171":[{}]},"tags":["XLS Document"],"grid":0},"attrs":[{}],"properties":{"order":2731,"id":546,"name":"XLS-Document","prevSize":32,"code":59978},"setIdx":0,"setId":2,"iconIdx":570}],"height":1024,"metadata":{"name":"icomoon"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"icon-","metadata":{"fontFamily":"icomoon"},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon"},"historySize":50,"showCodes":true,"gridSize":16}}