q2-tecton-elements 1.18.0 → 1.19.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 (255) hide show
  1. package/dist/cjs/click-elsewhere.cjs.entry.js +1 -1
  2. package/dist/cjs/{icons-e2bc9ee9.js → icons-afbdf88a.js} +1 -1
  3. package/dist/cjs/{index-eccd5617.js → index-3518c78c.js} +1 -1
  4. package/dist/cjs/{index-0128397d.js → index-734296a7.js} +476 -271
  5. package/dist/cjs/loader.cjs.js +3 -3
  6. package/dist/cjs/q2-avatar.cjs.entry.js +9 -6
  7. package/dist/cjs/q2-badge_2.cjs.entry.js +46 -7
  8. package/dist/cjs/q2-btn_2.cjs.entry.js +30 -5
  9. package/dist/cjs/q2-calendar.cjs.entry.js +89 -62
  10. package/dist/cjs/q2-card.cjs.entry.js +17 -6
  11. package/dist/cjs/q2-carousel-pane.cjs.entry.js +7 -3
  12. package/dist/cjs/q2-carousel.cjs.entry.js +196 -285
  13. package/dist/cjs/q2-chart-donut.cjs.entry.js +583 -504
  14. package/dist/cjs/q2-checkbox-group.cjs.entry.js +9 -7
  15. package/dist/cjs/q2-checkbox.cjs.entry.js +17 -4
  16. package/dist/cjs/q2-dropdown-item.cjs.entry.js +9 -3
  17. package/dist/cjs/q2-dropdown.cjs.entry.js +16 -5
  18. package/dist/cjs/q2-editable-field.cjs.entry.js +16 -6
  19. package/dist/cjs/q2-icon.cjs.entry.js +6 -4
  20. package/dist/cjs/q2-loading-element.cjs.entry.js +6 -2
  21. package/dist/cjs/q2-loc.cjs.entry.js +5 -3
  22. package/dist/cjs/q2-message.cjs.entry.js +4 -3
  23. package/dist/cjs/q2-month-picker.cjs.entry.js +9 -7
  24. package/dist/cjs/q2-optgroup.cjs.entry.js +6 -5
  25. package/dist/cjs/q2-option-list_2.cjs.entry.js +21 -7
  26. package/dist/cjs/q2-option.cjs.entry.js +12 -2
  27. package/dist/cjs/q2-pagination.cjs.entry.js +11 -3
  28. package/dist/cjs/q2-pill.cjs.entry.js +25 -7
  29. package/dist/cjs/q2-radio-group.cjs.entry.js +13 -6
  30. package/dist/cjs/q2-radio.cjs.entry.js +13 -8
  31. package/dist/cjs/q2-section.cjs.entry.js +9 -4
  32. package/dist/cjs/q2-select.cjs.entry.js +26 -17
  33. package/dist/cjs/q2-stepper-pane.cjs.entry.js +8 -3
  34. package/dist/cjs/q2-stepper-vertical.cjs.entry.js +5 -4
  35. package/dist/cjs/q2-stepper.cjs.entry.js +9 -7
  36. package/dist/cjs/q2-tab-container.cjs.entry.js +14 -9
  37. package/dist/cjs/q2-tab-pane.cjs.entry.js +10 -2
  38. package/dist/cjs/q2-tag.cjs.entry.js +20 -7
  39. package/dist/cjs/q2-tecton-elements.cjs.js +3 -3
  40. package/dist/cjs/q2-textarea.cjs.entry.js +20 -4
  41. package/dist/cjs/q2-tooltip.cjs.entry.js +9 -3
  42. package/dist/cjs/{shapes-c1a60d46.js → shapes-aad2b98f.js} +1 -1
  43. package/dist/cjs/tecton-tab-pane.cjs.entry.js +17 -2
  44. package/dist/collection/collection-manifest.json +2 -2
  45. package/dist/collection/components/click-elsewhere/index.js +18 -17
  46. package/dist/collection/components/q2-avatar/index.js +100 -92
  47. package/dist/collection/components/q2-avatar/styles.css +1 -1
  48. package/dist/collection/components/q2-badge/index.js +119 -111
  49. package/dist/collection/components/q2-badge/styles.css +1 -1
  50. package/dist/collection/components/q2-btn/index.js +349 -322
  51. package/dist/collection/components/q2-btn/styles.css +7 -7
  52. package/dist/collection/components/q2-calendar/index.js +565 -551
  53. package/dist/collection/components/q2-calendar/q2-month-picker.css +1 -1
  54. package/dist/collection/components/q2-calendar/q2-month-picker.js +112 -116
  55. package/dist/collection/components/q2-calendar/styles.css +1 -1
  56. package/dist/collection/components/q2-card/index.js +262 -244
  57. package/dist/collection/components/q2-card/styles.css +9 -2
  58. package/dist/collection/components/q2-carousel/index.js +249 -253
  59. package/dist/collection/components/q2-carousel/styles.css +1 -1
  60. package/dist/collection/components/q2-carousel-pane/index.js +108 -96
  61. package/dist/collection/components/q2-carousel-pane/styles.css +5 -4
  62. package/dist/collection/components/q2-chart-donut/index.js +350 -334
  63. package/dist/collection/components/q2-chart-donut/styles.css +3 -3
  64. package/dist/collection/components/q2-checkbox/index.js +296 -287
  65. package/dist/collection/components/q2-checkbox/styles.css +2 -2
  66. package/dist/collection/components/q2-checkbox-group/index.js +156 -152
  67. package/dist/collection/components/q2-checkbox-group/styles.css +1 -1
  68. package/dist/collection/components/q2-dropdown/index.js +255 -240
  69. package/dist/collection/components/q2-dropdown/styles.css +1 -1
  70. package/dist/collection/components/q2-dropdown-item/index.js +134 -123
  71. package/dist/collection/components/q2-dropdown-item/styles.css +12 -10
  72. package/dist/collection/components/q2-editable-field/index.js +300 -293
  73. package/dist/collection/components/q2-editable-field/styles.css +1 -1
  74. package/dist/collection/components/q2-icon/icons.js +358 -2158
  75. package/dist/collection/components/q2-icon/index.js +59 -49
  76. package/dist/collection/components/q2-icon/styles.css +1 -1
  77. package/dist/collection/components/q2-input/index.js +729 -705
  78. package/dist/collection/components/q2-input/styles.css +2 -2
  79. package/dist/collection/components/q2-loading/index.js +143 -132
  80. package/dist/collection/components/q2-loading/skeleton/q2-loading-element/index.js +85 -74
  81. package/dist/collection/components/q2-loading/skeleton/shapes.js +23 -36
  82. package/dist/collection/components/q2-loading/styles.css +1 -1
  83. package/dist/collection/components/q2-loc/index.js +49 -39
  84. package/dist/collection/components/q2-loc/styles.css +1 -1
  85. package/dist/collection/components/q2-message/index.js +101 -92
  86. package/dist/collection/components/q2-message/styles.css +1 -1
  87. package/dist/collection/components/q2-optgroup/index.js +64 -56
  88. package/dist/collection/components/q2-optgroup/styles.css +1 -1
  89. package/dist/collection/components/q2-option/index.js +244 -229
  90. package/dist/collection/components/q2-option/styles.css +5 -1
  91. package/dist/collection/components/q2-option-list/index.js +291 -270
  92. package/dist/collection/components/q2-option-list/styles.css +1 -1
  93. package/dist/collection/components/q2-pagination/index.js +183 -179
  94. package/dist/collection/components/q2-pagination/styles.css +1 -1
  95. package/dist/collection/components/q2-pill/index.js +260 -208
  96. package/dist/collection/components/q2-pill/styles.css +1 -1
  97. package/dist/collection/components/q2-popover/index.js +169 -151
  98. package/dist/collection/components/q2-popover/styles.css +2 -2
  99. package/dist/collection/components/q2-radio/index.js +233 -224
  100. package/dist/collection/components/q2-radio/styles.css +3 -3
  101. package/dist/collection/components/q2-radio-group/index.js +252 -244
  102. package/dist/collection/components/q2-radio-group/styles.css +1 -1
  103. package/dist/collection/components/q2-section/index.js +134 -125
  104. package/dist/collection/components/q2-section/styles.css +12 -1
  105. package/dist/collection/components/q2-select/index.js +393 -381
  106. package/dist/collection/components/q2-select/styles.css +1 -1
  107. package/dist/collection/components/q2-stepper/index.js +124 -126
  108. package/dist/collection/components/q2-stepper/styles.css +2 -1
  109. package/dist/collection/components/q2-stepper-pane/index.js +165 -149
  110. package/dist/collection/components/q2-stepper-pane/styles.css +1 -1
  111. package/dist/collection/components/q2-stepper-vertical/index.js +86 -85
  112. package/dist/collection/components/q2-stepper-vertical/styles.css +1 -1
  113. package/dist/collection/components/q2-tab-container/index.js +189 -184
  114. package/dist/collection/components/q2-tab-container/styles.css +1 -1
  115. package/dist/collection/components/q2-tab-pane/index.js +185 -166
  116. package/dist/collection/components/q2-tab-pane/styles.css +1 -1
  117. package/dist/collection/components/q2-tag/index.js +168 -116
  118. package/dist/collection/components/q2-tag/styles.css +1 -1
  119. package/dist/collection/components/q2-textarea/index.js +344 -327
  120. package/dist/collection/components/q2-textarea/styles.css +2 -2
  121. package/dist/collection/components/q2-tooltip/index.js +147 -133
  122. package/dist/collection/components/q2-tooltip/styles.css +1 -1
  123. package/dist/collection/components/tecton-tab-pane/index.js +287 -266
  124. package/dist/collection/components/tecton-tab-pane/styles.css +1 -1
  125. package/dist/collection/utils/index.js +2 -6
  126. package/dist/esm/click-elsewhere.entry.js +1 -1
  127. package/dist/esm/{icons-ed54e307.js → icons-78da5dd2.js} +1 -1
  128. package/dist/esm/{index-eac6b89e.js → index-9c591682.js} +1 -1
  129. package/dist/esm/{index-6d5ed7cc.js → index-bb1c8c7f.js} +476 -271
  130. package/dist/esm/loader.js +3 -3
  131. package/dist/esm/polyfills/css-shim.js +1 -1
  132. package/dist/esm/q2-avatar.entry.js +9 -6
  133. package/dist/esm/q2-badge_2.entry.js +46 -7
  134. package/dist/esm/q2-btn_2.entry.js +30 -5
  135. package/dist/esm/q2-calendar.entry.js +89 -62
  136. package/dist/esm/q2-card.entry.js +17 -6
  137. package/dist/esm/q2-carousel-pane.entry.js +7 -3
  138. package/dist/esm/q2-carousel.entry.js +196 -285
  139. package/dist/esm/q2-chart-donut.entry.js +583 -504
  140. package/dist/esm/q2-checkbox-group.entry.js +9 -7
  141. package/dist/esm/q2-checkbox.entry.js +17 -4
  142. package/dist/esm/q2-dropdown-item.entry.js +9 -3
  143. package/dist/esm/q2-dropdown.entry.js +16 -5
  144. package/dist/esm/q2-editable-field.entry.js +16 -6
  145. package/dist/esm/q2-icon.entry.js +6 -4
  146. package/dist/esm/q2-loading-element.entry.js +6 -2
  147. package/dist/esm/q2-loc.entry.js +5 -3
  148. package/dist/esm/q2-message.entry.js +4 -3
  149. package/dist/esm/q2-month-picker.entry.js +9 -7
  150. package/dist/esm/q2-optgroup.entry.js +6 -5
  151. package/dist/esm/q2-option-list_2.entry.js +21 -7
  152. package/dist/esm/q2-option.entry.js +12 -2
  153. package/dist/esm/q2-pagination.entry.js +11 -3
  154. package/dist/esm/q2-pill.entry.js +25 -7
  155. package/dist/esm/q2-radio-group.entry.js +13 -6
  156. package/dist/esm/q2-radio.entry.js +13 -8
  157. package/dist/esm/q2-section.entry.js +9 -4
  158. package/dist/esm/q2-select.entry.js +26 -17
  159. package/dist/esm/q2-stepper-pane.entry.js +8 -3
  160. package/dist/esm/q2-stepper-vertical.entry.js +5 -4
  161. package/dist/esm/q2-stepper.entry.js +9 -7
  162. package/dist/esm/q2-tab-container.entry.js +14 -9
  163. package/dist/esm/q2-tab-pane.entry.js +10 -2
  164. package/dist/esm/q2-tag.entry.js +20 -7
  165. package/dist/esm/q2-tecton-elements.js +3 -3
  166. package/dist/esm/q2-textarea.entry.js +20 -4
  167. package/dist/esm/q2-tooltip.entry.js +9 -3
  168. package/dist/esm/{shapes-c32e3ba2.js → shapes-62b8a431.js} +1 -1
  169. package/dist/esm/tecton-tab-pane.entry.js +17 -2
  170. package/dist/loader/package.json +1 -0
  171. package/dist/q2-tecton-elements/p-0ba564b1.entry.js +1 -0
  172. package/dist/q2-tecton-elements/p-0fad9c5a.entry.js +1 -0
  173. package/dist/q2-tecton-elements/{p-73154834.js → p-13a639cf.js} +1 -1
  174. package/dist/q2-tecton-elements/p-16c11d74.entry.js +1 -0
  175. package/dist/q2-tecton-elements/p-17e0cbf1.entry.js +1 -0
  176. package/dist/q2-tecton-elements/p-18e095af.entry.js +1 -0
  177. package/dist/q2-tecton-elements/p-2c9b1308.entry.js +1 -0
  178. package/dist/q2-tecton-elements/p-2e832e42.entry.js +1 -0
  179. package/dist/q2-tecton-elements/p-315fdb74.entry.js +1 -0
  180. package/dist/q2-tecton-elements/{p-c608e3c9.entry.js → p-444415b5.entry.js} +1 -1
  181. package/dist/q2-tecton-elements/p-4d700630.entry.js +1 -0
  182. package/dist/q2-tecton-elements/p-4f0f45e7.entry.js +1 -0
  183. package/dist/q2-tecton-elements/p-54e792bd.entry.js +1 -0
  184. package/dist/q2-tecton-elements/{p-80014da0.js → p-5e374fbd.js} +1 -1
  185. package/dist/q2-tecton-elements/p-5f064e1e.entry.js +39 -0
  186. package/dist/q2-tecton-elements/p-692f2d09.entry.js +1 -0
  187. package/dist/q2-tecton-elements/p-6e6b5b80.entry.js +1 -0
  188. package/dist/q2-tecton-elements/p-7e8f43d1.entry.js +1 -0
  189. package/dist/q2-tecton-elements/p-8e380edf.entry.js +1 -0
  190. package/dist/q2-tecton-elements/p-926a3e80.js +2 -0
  191. package/dist/q2-tecton-elements/{p-93c00587.js → p-92e1faf8.js} +1 -1
  192. package/dist/q2-tecton-elements/p-9772b15f.entry.js +1 -0
  193. package/dist/q2-tecton-elements/p-97aa8423.entry.js +1 -0
  194. package/dist/q2-tecton-elements/{p-17cffd7d.entry.js → p-a987402e.entry.js} +1 -1
  195. package/dist/q2-tecton-elements/p-aaf42539.entry.js +1 -0
  196. package/dist/q2-tecton-elements/p-ac674c20.entry.js +1 -0
  197. package/dist/q2-tecton-elements/p-b8b00394.entry.js +1 -0
  198. package/dist/q2-tecton-elements/p-c444a60b.entry.js +1 -0
  199. package/dist/q2-tecton-elements/p-c6c489fe.entry.js +1 -0
  200. package/dist/q2-tecton-elements/p-ce015552.entry.js +1 -0
  201. package/dist/q2-tecton-elements/p-d464fccc.entry.js +1 -0
  202. package/dist/q2-tecton-elements/p-de164483.entry.js +1 -0
  203. package/dist/q2-tecton-elements/p-df91e954.entry.js +1 -0
  204. package/dist/q2-tecton-elements/p-e6d26f39.entry.js +1 -0
  205. package/dist/q2-tecton-elements/p-e8e113c2.entry.js +1 -0
  206. package/dist/q2-tecton-elements/p-f1d06917.entry.js +1 -0
  207. package/dist/q2-tecton-elements/p-f800fd1e.entry.js +1 -0
  208. package/dist/q2-tecton-elements/p-fb37e67e.entry.js +1 -0
  209. package/dist/q2-tecton-elements/p-fc134a5d.entry.js +1 -0
  210. package/dist/q2-tecton-elements/p-fe88e979.entry.js +1 -0
  211. package/dist/q2-tecton-elements/p-ffb48ccc.entry.js +1 -0
  212. package/dist/q2-tecton-elements/q2-tecton-elements.esm.js +1 -1
  213. package/dist/test/helpers.js +6 -0
  214. package/dist/types/components/q2-pill/index.d.ts +3 -0
  215. package/dist/types/components/q2-tag/index.d.ts +3 -0
  216. package/dist/types/components.d.ts +154 -38
  217. package/dist/types/stencil-public-runtime.d.ts +20 -4
  218. package/dist/types/workspace/workspace/Tecton_tecton-production_master/packages/q2-tecton-elements/.stencil/test/helpers.d.ts +2 -0
  219. package/package.json +6 -6
  220. package/dist/q2-tecton-elements/p-02c1b7fd.entry.js +0 -1
  221. package/dist/q2-tecton-elements/p-04c743f2.entry.js +0 -1
  222. package/dist/q2-tecton-elements/p-07dc509c.entry.js +0 -1
  223. package/dist/q2-tecton-elements/p-12caa479.entry.js +0 -1
  224. package/dist/q2-tecton-elements/p-160dd1c2.entry.js +0 -1
  225. package/dist/q2-tecton-elements/p-1a3de749.entry.js +0 -1
  226. package/dist/q2-tecton-elements/p-2061c3fd.entry.js +0 -1
  227. package/dist/q2-tecton-elements/p-2a217895.entry.js +0 -1
  228. package/dist/q2-tecton-elements/p-2b94ae62.entry.js +0 -1
  229. package/dist/q2-tecton-elements/p-2e54f9a0.entry.js +0 -1
  230. package/dist/q2-tecton-elements/p-375569ff.entry.js +0 -1
  231. package/dist/q2-tecton-elements/p-3766cc6c.entry.js +0 -1
  232. package/dist/q2-tecton-elements/p-3eda2714.entry.js +0 -1
  233. package/dist/q2-tecton-elements/p-421af42d.entry.js +0 -1
  234. package/dist/q2-tecton-elements/p-4c53713d.entry.js +0 -1
  235. package/dist/q2-tecton-elements/p-4fd405f5.entry.js +0 -1
  236. package/dist/q2-tecton-elements/p-509c8924.entry.js +0 -1
  237. package/dist/q2-tecton-elements/p-55dc3dc1.entry.js +0 -1
  238. package/dist/q2-tecton-elements/p-5fffb28a.entry.js +0 -1
  239. package/dist/q2-tecton-elements/p-612e9974.entry.js +0 -1
  240. package/dist/q2-tecton-elements/p-64ca8c59.entry.js +0 -1
  241. package/dist/q2-tecton-elements/p-796c2bb5.entry.js +0 -1
  242. package/dist/q2-tecton-elements/p-86887866.entry.js +0 -1
  243. package/dist/q2-tecton-elements/p-9204c34d.entry.js +0 -1
  244. package/dist/q2-tecton-elements/p-9725d55f.entry.js +0 -1
  245. package/dist/q2-tecton-elements/p-a0fa416d.entry.js +0 -39
  246. package/dist/q2-tecton-elements/p-bd83e8e2.entry.js +0 -1
  247. package/dist/q2-tecton-elements/p-be0f2539.entry.js +0 -1
  248. package/dist/q2-tecton-elements/p-c05b0b55.entry.js +0 -1
  249. package/dist/q2-tecton-elements/p-c5691700.js +0 -1
  250. package/dist/q2-tecton-elements/p-d826d7ad.entry.js +0 -1
  251. package/dist/q2-tecton-elements/p-d9e9340c.entry.js +0 -1
  252. package/dist/q2-tecton-elements/p-e5757895.entry.js +0 -1
  253. package/dist/q2-tecton-elements/p-e68c9ef0.entry.js +0 -1
  254. package/dist/q2-tecton-elements/p-eb33bda4.entry.js +0 -1
  255. package/dist/q2-tecton-elements/p-f319549d.entry.js +0 -1
@@ -1,52 +1,25 @@
1
1
  import { h } from '@stencil/core';
2
2
  const icons = {
3
3
  a11y: {
4
- markup: () => (h("g", null,
5
- h("circle", { cx: "13.267", cy: "4.2", r: "2.2", class: "stroke-secondary filled" }),
6
- h("path", { d: "M22.377 8.6H4.157c-.583 0-1.106.428-1.153 1.009-.05.615.407 1.128.997 1.181l5.966.743v11.31c0 .583.427 1.106 1.008 1.153A1.096 1.096 0 0 0 12.156 23l.699-5.603a.415.415 0 0 1 .412-.364c.209 0 .386.156.412.364L14.377 23c.054.59.567 1.046 1.182.996.58-.047 1.008-.57 1.008-1.152v-11.31l5.965-.744a1.096 1.096 0 0 0 .998-1.181c-.047-.581-.57-1.009-1.153-1.009z", class: "stroke-primary" }))),
4
+ markup: () => (h("g", null, h("circle", { cx: "13.267", cy: "4.2", r: "2.2", class: "stroke-secondary filled" }), h("path", { d: "M22.377 8.6H4.157c-.583 0-1.106.428-1.153 1.009-.05.615.407 1.128.997 1.181l5.966.743v11.31c0 .583.427 1.106 1.008 1.153A1.096 1.096 0 0 0 12.156 23l.699-5.603a.415.415 0 0 1 .412-.364c.209 0 .386.156.412.364L14.377 23c.054.59.567 1.046 1.182.996.58-.047 1.008-.57 1.008-1.152v-11.31l5.965-.744a1.096 1.096 0 0 0 .998-1.181c-.047-.581-.57-1.009-1.153-1.009z", class: "stroke-primary" }))),
7
5
  },
8
6
  add: {
9
- markup: () => (h("g", null,
10
- h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }),
11
- h("path", { class: "stroke-secondary", d: "M8 13h10m-5-5v10" }))),
7
+ markup: () => (h("g", null, h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }), h("path", { class: "stroke-secondary", d: "M8 13h10m-5-5v10" }))),
12
8
  },
13
9
  airplane: {
14
10
  markup: () => (h("path", { d: "M5.189 19.213L2.436 16.46c-1.584-1.584 1.316-.943 5.95-.444l2.011-3.61 2.097-2.097C8.694 7.816 5.258 5.17 4.115 4.3c.95-.95 2.344-1.397 3.727-1.257.922.094 4.105 2.17 7.616 4.3l3.318-3.317C20.374 2.43 21.44 1.363 23.57 2.43c1.066 2.131 0 3.197-1.598 4.795l-3.318 3.318c2.13 3.511 4.207 6.694 4.3 7.616.141 1.383-.306 2.777-1.256 3.727-.87-1.143-3.515-4.58-6.008-8.38l-2.097 2.098-3.61 2.011c.5 4.634 1.14 7.534-.444 5.95L6.787 20.81c-.833.372-2.096 1.102-2.398.8-.302-.302.428-1.565.8-2.398z", class: "stroke-primary" })),
15
11
  },
16
12
  'alarm-clock': {
17
- markup: () => (h("g", null,
18
- h("g", null,
19
- h("g", { class: "stroke-primary", transform: "translate(4.826 3.826)" },
20
- h("path", { d: "M8.217 3.652v4.565h4.566M0 18.261l2.86-3.813" }),
21
- h("circle", { cx: "8.217", cy: "8.217", r: "8.217" }),
22
- h("path", { d: "M13.575 14.448l2.86 3.813" })),
23
- h("g", { class: "stroke-secondary" },
24
- h("path", { d: "M3 6.565L7.565 2m15.522 4.565L18.522 2" }))))),
13
+ markup: () => (h("g", null, h("g", null, h("g", { class: "stroke-primary", transform: "translate(4.826 3.826)" }, h("path", { d: "M8.217 3.652v4.565h4.566M0 18.261l2.86-3.813" }), h("circle", { cx: "8.217", cy: "8.217", r: "8.217" }), h("path", { d: "M13.575 14.448l2.86 3.813" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M3 6.565L7.565 2m15.522 4.565L18.522 2" }))))),
25
14
  },
26
15
  ambulance: {
27
- markup: () => (h("g", null,
28
- h("g", { class: "stroke-primary" },
29
- h("path", { d: "M5.371 20.951H3.339V8.08h14.903l5.42 5.419v7.452h-2.033m-10.838 0h5.419" }),
30
- h("path", { d: "M16.887 10.79v3.387h4.065" })),
31
- h("g", { class: "stroke-secondary" },
32
- h("g", { class: "filled", transform: "translate(5.37 18.242)" },
33
- h("circle", { cx: "2.71", cy: "2.71", r: "2.71" }),
34
- h("circle", { cx: "13.548", cy: "2.71", r: "2.71" })),
35
- h("path", { d: "M10.112 10.791v4.064M8.08 12.823h4.065m-2.033-6.774V5.033a1.693 1.693 0 1 1 3.387 0v1.016" })))),
16
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M5.371 20.951H3.339V8.08h14.903l5.42 5.419v7.452h-2.033m-10.838 0h5.419" }), h("path", { d: "M16.887 10.79v3.387h4.065" })), h("g", { class: "stroke-secondary" }, h("g", { class: "filled", transform: "translate(5.37 18.242)" }, h("circle", { cx: "2.71", cy: "2.71", r: "2.71" }), h("circle", { cx: "13.548", cy: "2.71", r: "2.71" })), h("path", { d: "M10.112 10.791v4.064M8.08 12.823h4.065m-2.033-6.774V5.033a1.693 1.693 0 1 1 3.387 0v1.016" })))),
36
17
  },
37
18
  android: {
38
- markup: () => (h("g", null,
39
- h("path", { class: "stroke-secondary", d: "M9.229 2.18l1.395 2.093m6.539-2.093l-1.394 2.093" }),
40
- h("path", { class: "stroke-primary", d: "M5.262 16.606a1.082 1.082 0 0 1-1.082-1.082v-5.049a1.081 1.081 0 1 1 2.164 0v5.05c0 .597-.484 1.081-1.082 1.081zm15.868 0a1.082 1.082 0 0 1-1.081-1.082v-5.049a1.082 1.082 0 0 1 2.164 0v5.05c0 .597-.485 1.081-1.082 1.081zM7.787 9.033h10.82m-.001 0a5.41 5.41 0 0 0-10.82 0v10.098H9.59v3.606a1.082 1.082 0 1 0 2.164 0v-3.606h2.885v3.606a1.082 1.082 0 1 0 2.164 0v-3.606h1.803V9.032z" }),
41
- h("g", { class: "stroke-secondary filled", transform: "translate(10.311 5.787)" },
42
- h("circle", { cx: ".721", cy: ".721", r: "1" }),
43
- h("circle", { cx: "5.049", cy: ".721", r: "1" })))),
19
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary", d: "M9.229 2.18l1.395 2.093m6.539-2.093l-1.394 2.093" }), h("path", { class: "stroke-primary", d: "M5.262 16.606a1.082 1.082 0 0 1-1.082-1.082v-5.049a1.081 1.081 0 1 1 2.164 0v5.05c0 .597-.484 1.081-1.082 1.081zm15.868 0a1.082 1.082 0 0 1-1.081-1.082v-5.049a1.082 1.082 0 0 1 2.164 0v5.05c0 .597-.485 1.081-1.082 1.081zM7.787 9.033h10.82m-.001 0a5.41 5.41 0 0 0-10.82 0v10.098H9.59v3.606a1.082 1.082 0 1 0 2.164 0v-3.606h2.885v3.606a1.082 1.082 0 1 0 2.164 0v-3.606h1.803V9.032z" }), h("g", { class: "stroke-secondary filled", transform: "translate(10.311 5.787)" }, h("circle", { cx: ".721", cy: ".721", r: "1" }), h("circle", { cx: "5.049", cy: ".721", r: "1" })))),
44
20
  },
45
21
  apple: {
46
- markup: () => (h("g", null,
47
- h("path", { d: "M20.93 8.823c-2.433-1.906-5.168-.534-7.487-.534-2.318 0-5.055-1.372-7.487.534-2.232 1.749-2.973 7.056.038 11.746 2.888 4.5 5.801 2.974 7.45 2.974 1.648 0 4.56 1.526 7.45-2.974 3.01-4.69 2.269-9.997.037-11.746z", class: "stroke-primary" }),
48
- h("g", { class: "stroke-secondary" },
49
- h("path", { d: "M17.801 2v1.09c0 1.604-1.3 2.905-2.905 2.905v-1.09c0-1.603 1.3-2.905 2.905-2.905zm-4.363 6.29c0-2.035-1.508-4.565-3.627-5.2" })))),
22
+ markup: () => (h("g", null, h("path", { d: "M20.93 8.823c-2.433-1.906-5.168-.534-7.487-.534-2.318 0-5.055-1.372-7.487.534-2.232 1.749-2.973 7.056.038 11.746 2.888 4.5 5.801 2.974 7.45 2.974 1.648 0 4.56 1.526 7.45-2.974 3.01-4.69 2.269-9.997.037-11.746z", class: "stroke-primary" }), h("g", { class: "stroke-secondary" }, h("path", { d: "M17.801 2v1.09c0 1.604-1.3 2.905-2.905 2.905v-1.09c0-1.603 1.3-2.905 2.905-2.905zm-4.363 6.29c0-2.035-1.508-4.565-3.627-5.2" })))),
50
23
  },
51
24
  'arrow-down': {
52
25
  markup: () => (h("path", { class: "stroke-primary", d: "M13.5 3.5v20m7-7l-7 7-7-7" })),
@@ -61,1219 +34,373 @@ const icons = {
61
34
  markup: () => (h("path", { class: "stroke-primary", d: "M13.5 23.5v-20m-7 7l7-7 7 7" })),
62
35
  },
63
36
  atv: {
64
- markup: () => (h("g", null,
65
- h("g", { class: "stroke-secondary filled", transform: "translate(3.503 12.797)" },
66
- h("circle", { cx: "3.194", cy: "3.194", r: "3.194" }),
67
- h("circle", { cx: "16.484", cy: "3.548", r: "2.839" })),
68
- h("g", { class: "stroke-primary" },
69
- h("path", { d: "M18.838 10.226l2.556.215c-.236-.245-.787-.883-1.653-1.913-1.483-.134-2.476-.136-2.979-.005-.754.196-1.412 2.602-2.58 2.602-1.166 0-3.419-.803-4.15-1.368-.732-.565-3.335-.718-3.76-.718-.282 0-.426.467-.43 1.402" }),
70
- h("path", { d: "M23.606 13.614c-.585-.808-.983-1.25-1.195-1.33-.622-.232-4.3-.644-4.817-.358-.599.332-1.542 2.035-2.83 5.111l-2.143-.187c-1.255-2.993-2.166-4.711-2.731-5.156-.849-.668-3.88-1.447-4.807-1.209-.618.16-1.312.876-2.084 2.15M15 6c.497.13.971.245 1.423.348.451.102.894.762 1.328 1.979m-6.175 6.1l2.827.238" })))),
37
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary filled", transform: "translate(3.503 12.797)" }, h("circle", { cx: "3.194", cy: "3.194", r: "3.194" }), h("circle", { cx: "16.484", cy: "3.548", r: "2.839" })), h("g", { class: "stroke-primary" }, h("path", { d: "M18.838 10.226l2.556.215c-.236-.245-.787-.883-1.653-1.913-1.483-.134-2.476-.136-2.979-.005-.754.196-1.412 2.602-2.58 2.602-1.166 0-3.419-.803-4.15-1.368-.732-.565-3.335-.718-3.76-.718-.282 0-.426.467-.43 1.402" }), h("path", { d: "M23.606 13.614c-.585-.808-.983-1.25-1.195-1.33-.622-.232-4.3-.644-4.817-.358-.599.332-1.542 2.035-2.83 5.111l-2.143-.187c-1.255-2.993-2.166-4.711-2.731-5.156-.849-.668-3.88-1.447-4.807-1.209-.618.16-1.312.876-2.084 2.15M15 6c.497.13.971.245 1.423.348.451.102.894.762 1.328 1.979m-6.175 6.1l2.827.238" })))),
71
38
  },
72
39
  backpack: {
73
- markup: () => (h("g", null,
74
- h("g", { class: "stroke-primary" },
75
- h("path", { d: "M20.807 23.645H5.194V10.161a4.258 4.258 0 0 1 4.258-4.258h7.097a4.258 4.258 0 0 1 4.258 4.258v13.484z" }),
76
- h("path", { d: "M5.194 16.548a2.839 2.839 0 0 0-2.839 2.839v4.258h2.839m15.613-7.097a2.839 2.839 0 0 1 2.838 2.839v4.258h-2.838M5.194 13.709h15.613" })),
77
- h("g", { class: "stroke-secondary" },
78
- h("path", { d: "M9.452 7.323v-1.42a3.549 3.549 0 0 1 3.547-3.548 3.549 3.549 0 0 1 3.548 3.548v1.42m-8.515 9.935h2.839m4.258 0h2.838m-8.516-5.677v7.097m7.097-7.097v7.097" })))),
40
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M20.807 23.645H5.194V10.161a4.258 4.258 0 0 1 4.258-4.258h7.097a4.258 4.258 0 0 1 4.258 4.258v13.484z" }), h("path", { d: "M5.194 16.548a2.839 2.839 0 0 0-2.839 2.839v4.258h2.839m15.613-7.097a2.839 2.839 0 0 1 2.838 2.839v4.258h-2.838M5.194 13.709h15.613" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M9.452 7.323v-1.42a3.549 3.549 0 0 1 3.547-3.548 3.549 3.549 0 0 1 3.548 3.548v1.42m-8.515 9.935h2.839m4.258 0h2.838m-8.516-5.677v7.097m7.097-7.097v7.097" })))),
79
41
  },
80
42
  bank: {
81
- markup: () => (h("g", null,
82
- h("path", { class: "stroke-secondary", d: "M4.344 20.574V12.64m11.541 7.934V12.64m-5.771 7.934V12.64m11.541 0v7.934" }),
83
- h("circle", { cx: "13", cy: "7", r: "2", class: "stroke-primary filled" }),
84
- h("path", { class: "stroke-primary", d: "M2 20.574h22v2.885H2zM13 2L2 7.913V10.5h22V7.913z" }))),
43
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary", d: "M4.344 20.574V12.64m11.541 7.934V12.64m-5.771 7.934V12.64m11.541 0v7.934" }), h("circle", { cx: "13", cy: "7", r: "2", class: "stroke-primary filled" }), h("path", { class: "stroke-primary", d: "M2 20.574h22v2.885H2zM13 2L2 7.913V10.5h22V7.913z" }))),
85
44
  },
86
45
  barchart: {
87
- markup: () => (h("g", null,
88
- h("path", { d: "M10.433 3h5.133v19.067h-5.133z", class: "stroke-secondary filled" }),
89
- h("path", { class: "stroke-primary", d: "M2 16.2h5.133v5.867H2zm16.867-5.867H24v11.733h-5.133z" }))),
46
+ markup: () => (h("g", null, h("path", { d: "M10.433 3h5.133v19.067h-5.133z", class: "stroke-secondary filled" }), h("path", { class: "stroke-primary", d: "M2 16.2h5.133v5.867H2zm16.867-5.867H24v11.733h-5.133z" }))),
90
47
  },
91
48
  'barchart-trend': {
92
- markup: () => (h("g", null,
93
- h("path", { class: "stroke-primary filled", d: "M2 18.867h5v4.4H2zm8.433-4.4h5v8.8h-5zm8.434-4.4h5v13.2h-5z" }),
94
- h("g", { class: "stroke-secondary" },
95
- h("path", { d: "M4.933 10.8l4.4-4.4L13 10.067 21.066 2" }),
96
- h("path", { d: "M15.933 2h5.133v5.133" })))),
49
+ markup: () => (h("g", null, h("path", { class: "stroke-primary filled", d: "M2 18.867h5v4.4H2zm8.433-4.4h5v8.8h-5zm8.434-4.4h5v13.2h-5z" }), h("g", { class: "stroke-secondary" }, h("path", { d: "M4.933 10.8l4.4-4.4L13 10.067 21.066 2" }), h("path", { d: "M15.933 2h5.133v5.133" })))),
97
50
  },
98
51
  bell: {
99
- markup: () => (h("g", null,
100
- h("path", { d: "M10.297 20.883v.11A3.02 3.02 0 0 0 13.303 24a3.02 3.02 0 0 0 3.007-3.007v-.11", class: "stroke-secondary filled" }),
101
- h("path", { d: "M20.6 12.267V9.26C20.6 5.373 17.19 2 13.267 2 9.343 2 5.933 5.41 5.933 9.333v2.934c0 3.336-2.676 3.85-2.676 5.72 0 1.686 3.85 3.006 10.01 3.006s10.01-1.32 10.01-3.006c0-1.87-2.677-2.384-2.677-5.72z", class: "stroke-primary" }))),
52
+ markup: () => (h("g", null, h("path", { d: "M10.297 20.883v.11A3.02 3.02 0 0 0 13.303 24a3.02 3.02 0 0 0 3.007-3.007v-.11", class: "stroke-secondary filled" }), h("path", { d: "M20.6 12.267V9.26C20.6 5.373 17.19 2 13.267 2 9.343 2 5.933 5.41 5.933 9.333v2.934c0 3.336-2.676 3.85-2.676 5.72 0 1.686 3.85 3.006 10.01 3.006s10.01-1.32 10.01-3.006c0-1.87-2.677-2.384-2.677-5.72z", class: "stroke-primary" }))),
102
53
  },
103
54
  bicycle: {
104
- markup: () => (h("g", null,
105
- h("g", { class: "stroke-primary", transform: "translate(2 12.861)" },
106
- h("ellipse", { cx: "4.4", cy: "4.431", rx: "4.4", ry: "4.431" }),
107
- h("ellipse", { cx: "17.6", cy: "4.431", rx: "4.4", ry: "4.431" })),
108
- h("path", { class: "stroke-secondary", d: "M12.267 4h2.552a1.47 1.47 0 0 1 1.413 1.081l3.368 12.21M5.667 7.692H8.6l2.567 3.692m6.422-1.383L6.4 17.291" }))),
55
+ markup: () => (h("g", null, h("g", { class: "stroke-primary", transform: "translate(2 12.861)" }, h("ellipse", { cx: "4.4", cy: "4.431", rx: "4.4", ry: "4.431" }), h("ellipse", { cx: "17.6", cy: "4.431", rx: "4.4", ry: "4.431" })), h("path", { class: "stroke-secondary", d: "M12.267 4h2.552a1.47 1.47 0 0 1 1.413 1.081l3.368 12.21M5.667 7.692H8.6l2.567 3.692m6.422-1.383L6.4 17.291" }))),
109
56
  },
110
57
  'brand-autobooks-color': {
111
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
112
- h("path", { fill: "#FF6C0E", "fill-rule": "nonzero", d: "M19.538 8.008a5.633 5.633 0 0 0-3.55 1.152.455.455 0 0 1-.59-.037L14.257 8h-2.992l.477.469 2.339 2.293c.836.829 2.179.89 3.09.14a3.492 3.492 0 0 1 2.169-.802 3.49 3.49 0 0 1 3.082 1.658c.647 1.06.66 2.38.037 3.453a3.487 3.487 0 0 1-3.047 1.72 3.492 3.492 0 0 1-2.343-.908 3.301 3.301 0 0 1-.215-.21l-2.997-2.94L10.61 9.68c-2.094-2.129-5.528-2.243-7.764-.259a5.43 5.43 0 0 0-.53 7.62c1.94 2.265 5.358 2.611 7.728.782a.453.453 0 0 1 .596.033l1.164 1.142h2.993l-1.751-1.714-1.089-1.068a2.33 2.33 0 0 0-3.118-.111 3.518 3.518 0 0 1-4.78-.257 3.374 3.374 0 0 1 .017-4.706 3.518 3.518 0 0 1 4.781-.225c.126.109.244.226.353.35l2.938 2.87 3.305 3.25a5.663 5.663 0 0 0 6.714.898c2.188-1.219 3.279-3.725 2.664-6.123-.614-2.398-2.782-4.097-5.297-4.152l.005-.002z" }))),
58
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("path", { fill: "#FF6C0E", "fill-rule": "nonzero", d: "M19.538 8.008a5.633 5.633 0 0 0-3.55 1.152.455.455 0 0 1-.59-.037L14.257 8h-2.992l.477.469 2.339 2.293c.836.829 2.179.89 3.09.14a3.492 3.492 0 0 1 2.169-.802 3.49 3.49 0 0 1 3.082 1.658c.647 1.06.66 2.38.037 3.453a3.487 3.487 0 0 1-3.047 1.72 3.492 3.492 0 0 1-2.343-.908 3.301 3.301 0 0 1-.215-.21l-2.997-2.94L10.61 9.68c-2.094-2.129-5.528-2.243-7.764-.259a5.43 5.43 0 0 0-.53 7.62c1.94 2.265 5.358 2.611 7.728.782a.453.453 0 0 1 .596.033l1.164 1.142h2.993l-1.751-1.714-1.089-1.068a2.33 2.33 0 0 0-3.118-.111 3.518 3.518 0 0 1-4.78-.257 3.374 3.374 0 0 1 .017-4.706 3.518 3.518 0 0 1 4.781-.225c.126.109.244.226.353.35l2.938 2.87 3.305 3.25a5.663 5.663 0 0 0 6.714.898c2.188-1.219 3.279-3.725 2.664-6.123-.614-2.398-2.782-4.097-5.297-4.152l.005-.002z" }))),
113
59
  },
114
60
  'brand-autobooks-filled': {
115
- markup: () => (h("g", null,
116
- h("path", { d: "M19.538 8.008a5.633 5.633 0 0 0-3.55 1.152.455.455 0 0 1-.59-.037L14.257 8h-2.992l.477.469 2.339 2.293c.836.829 2.179.89 3.09.14a3.492 3.492 0 0 1 2.169-.802 3.49 3.49 0 0 1 3.082 1.658c.647 1.06.66 2.38.037 3.453a3.487 3.487 0 0 1-3.047 1.72 3.492 3.492 0 0 1-2.343-.908 3.301 3.301 0 0 1-.215-.21l-2.997-2.94L10.61 9.68c-2.094-2.129-5.528-2.243-7.764-.259a5.43 5.43 0 0 0-.53 7.62c1.94 2.265 5.358 2.611 7.728.782a.453.453 0 0 1 .596.033l1.164 1.142h2.993l-1.751-1.714-1.089-1.068a2.33 2.33 0 0 0-3.118-.111 3.518 3.518 0 0 1-4.78-.257 3.374 3.374 0 0 1 .017-4.706 3.518 3.518 0 0 1 4.781-.225c.126.109.244.226.353.35l2.938 2.87 3.305 3.25a5.663 5.663 0 0 0 6.714.898c2.188-1.219 3.279-3.725 2.664-6.123-.614-2.398-2.782-4.097-5.297-4.152l.005-.002z", class: "filled" }))),
61
+ markup: () => (h("g", null, h("path", { d: "M19.538 8.008a5.633 5.633 0 0 0-3.55 1.152.455.455 0 0 1-.59-.037L14.257 8h-2.992l.477.469 2.339 2.293c.836.829 2.179.89 3.09.14a3.492 3.492 0 0 1 2.169-.802 3.49 3.49 0 0 1 3.082 1.658c.647 1.06.66 2.38.037 3.453a3.487 3.487 0 0 1-3.047 1.72 3.492 3.492 0 0 1-2.343-.908 3.301 3.301 0 0 1-.215-.21l-2.997-2.94L10.61 9.68c-2.094-2.129-5.528-2.243-7.764-.259a5.43 5.43 0 0 0-.53 7.62c1.94 2.265 5.358 2.611 7.728.782a.453.453 0 0 1 .596.033l1.164 1.142h2.993l-1.751-1.714-1.089-1.068a2.33 2.33 0 0 0-3.118-.111 3.518 3.518 0 0 1-4.78-.257 3.374 3.374 0 0 1 .017-4.706 3.518 3.518 0 0 1 4.781-.225c.126.109.244.226.353.35l2.938 2.87 3.305 3.25a5.663 5.663 0 0 0 6.714.898c2.188-1.219 3.279-3.725 2.664-6.123-.614-2.398-2.782-4.097-5.297-4.152l.005-.002z", class: "filled" }))),
117
62
  },
118
63
  'brand-facebook-color': {
119
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
120
- h("g", { "fill-rule": "nonzero" },
121
- h("path", { fill: "#39579A", d: "M23.083 24c.507 0 .917-.41.917-.917V2.917A.917.917 0 0 0 23.083 2H2.917A.917.917 0 0 0 2 2.917v20.166c0 .507.41.917.917.917h20.166z" }),
122
- h("path", { fill: "#FFF", d: "M13.696 24v-8.708h-2.988v-3.209h2.988V9.712c0-2.842 1.736-4.39 4.27-4.39 1.215 0 2.258.091 2.563.132v2.97H18.77c-1.38 0-1.646.655-1.646 1.616v2.043h3.208l-.458 3.209h-2.75V24h-3.429z" })))),
64
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { "fill-rule": "nonzero" }, h("path", { fill: "#39579A", d: "M23.083 24c.507 0 .917-.41.917-.917V2.917A.917.917 0 0 0 23.083 2H2.917A.917.917 0 0 0 2 2.917v20.166c0 .507.41.917.917.917h20.166z" }), h("path", { fill: "#FFF", d: "M13.696 24v-8.708h-2.988v-3.209h2.988V9.712c0-2.842 1.736-4.39 4.27-4.39 1.215 0 2.258.091 2.563.132v2.97H18.77c-1.38 0-1.646.655-1.646 1.616v2.043h3.208l-.458 3.209h-2.75V24h-3.429z" })))),
123
65
  },
124
66
  'brand-facebook-filled': {
125
- markup: () => (h("g", null,
126
- h("path", { d: "M17.125 24v-8.708h2.75l.458-3.209h-3.208V10.04c0-.96.267-1.616 1.646-1.616h1.758v-2.97a23.637 23.637 0 0 0-2.562-.131c-2.535 0-4.27 1.547-4.27 4.389v2.371h-2.989v3.209h2.988V24H2.916A.917.917 0 0 1 2 23.083V2.917C2 2.41 2.41 2 2.917 2h20.166c.507 0 .917.41.917.917v20.166c0 .507-.41.917-.917.917h-5.958z", class: "filled" }))),
67
+ markup: () => (h("g", null, h("path", { d: "M17.125 24v-8.708h2.75l.458-3.209h-3.208V10.04c0-.96.267-1.616 1.646-1.616h1.758v-2.97a23.637 23.637 0 0 0-2.562-.131c-2.535 0-4.27 1.547-4.27 4.389v2.371h-2.989v3.209h2.988V24H2.916A.917.917 0 0 1 2 23.083V2.917C2 2.41 2.41 2 2.917 2h20.166c.507 0 .917.41.917.917v20.166c0 .507-.41.917-.917.917h-5.958z", class: "filled" }))),
127
68
  },
128
69
  'brand-instagram-color': {
129
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
130
- h("radialGradient", { id: "instagram-color-a", cx: "21.723%", cy: "103.06%", r: "175.965%", fx: "21.723%", fy: "103.06%", gradientTransform: "matrix(.89155 -.45292 .25164 .49534 -.236 .619)" },
131
- h("stop", { offset: "0%", "stop-color": "#FFDF87" }),
132
- h("stop", { offset: "29.115%", "stop-color": "#F97E39" }),
133
- h("stop", { offset: "55.435%", "stop-color": "#DA2D7C" }),
134
- h("stop", { offset: "63.607%", "stop-color": "#BD398E" }),
135
- h("stop", { offset: "100%", "stop-color": "#3E6CDE" })),
136
- h("rect", { width: "22", height: "22", x: "2", y: "2", fill: "url(#instagram-color-a)", rx: "5" }),
137
- h("path", { fill: "#FFF", "fill-rule": "nonzero", d: "M13 6.441c2.136 0 2.389.008 3.233.047.91.041 1.755.224 2.405.874.65.65.832 1.495.874 2.405.038.844.046 1.097.046 3.233s-.008 2.389-.046 3.233c-.041.91-.224 1.755-.874 2.405-.65.65-1.495.832-2.405.874-.844.038-1.097.046-3.233.046s-2.389-.008-3.232-.046c-.911-.041-1.756-.224-2.406-.874-.65-.65-.833-1.495-.874-2.405-.039-.844-.047-1.097-.047-3.233s.008-2.389.047-3.232c.041-.911.224-1.756.874-2.406.65-.65 1.495-.833 2.405-.874.844-.039 1.097-.047 3.233-.047zM13 5c-2.172 0-2.445.009-3.299.048-1.3.06-2.442.378-3.359 1.295C5.426 7.259 5.109 8.4 5.049 9.7 5.009 10.555 5 10.829 5 13c0 2.172.009 2.445.048 3.299.06 1.3.378 2.442 1.295 3.358.916.917 2.058 1.235 3.358 1.295.854.039 1.127.048 3.299.048 2.172 0 2.445-.009 3.299-.048 1.3-.06 2.442-.378 3.358-1.295.917-.916 1.235-2.058 1.295-3.358.039-.854.048-1.127.048-3.299 0-2.172-.009-2.445-.048-3.299-.06-1.3-.378-2.442-1.295-3.359-.916-.916-2.058-1.234-3.358-1.294C15.445 5.009 15.171 5 13 5z" }),
138
- h("path", { fill: "#FFF", "fill-rule": "nonzero", d: "M13 9a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0 6.596a2.596 2.596 0 1 1 0-5.192 2.596 2.596 0 0 1 0 5.192z" }),
139
- h("circle", { cx: "17.25", cy: "8.75", r: "1", fill: "#FFF", "fill-rule": "nonzero" }))),
70
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("radialGradient", { id: "instagram-color-a", cx: "21.723%", cy: "103.06%", r: "175.965%", fx: "21.723%", fy: "103.06%", gradientTransform: "matrix(.89155 -.45292 .25164 .49534 -.236 .619)" }, h("stop", { offset: "0%", "stop-color": "#FFDF87" }), h("stop", { offset: "29.115%", "stop-color": "#F97E39" }), h("stop", { offset: "55.435%", "stop-color": "#DA2D7C" }), h("stop", { offset: "63.607%", "stop-color": "#BD398E" }), h("stop", { offset: "100%", "stop-color": "#3E6CDE" })), h("rect", { width: "22", height: "22", x: "2", y: "2", fill: "url(#instagram-color-a)", rx: "5" }), h("path", { fill: "#FFF", "fill-rule": "nonzero", d: "M13 6.441c2.136 0 2.389.008 3.233.047.91.041 1.755.224 2.405.874.65.65.832 1.495.874 2.405.038.844.046 1.097.046 3.233s-.008 2.389-.046 3.233c-.041.91-.224 1.755-.874 2.405-.65.65-1.495.832-2.405.874-.844.038-1.097.046-3.233.046s-2.389-.008-3.232-.046c-.911-.041-1.756-.224-2.406-.874-.65-.65-.833-1.495-.874-2.405-.039-.844-.047-1.097-.047-3.233s.008-2.389.047-3.232c.041-.911.224-1.756.874-2.406.65-.65 1.495-.833 2.405-.874.844-.039 1.097-.047 3.233-.047zM13 5c-2.172 0-2.445.009-3.299.048-1.3.06-2.442.378-3.359 1.295C5.426 7.259 5.109 8.4 5.049 9.7 5.009 10.555 5 10.829 5 13c0 2.172.009 2.445.048 3.299.06 1.3.378 2.442 1.295 3.358.916.917 2.058 1.235 3.358 1.295.854.039 1.127.048 3.299.048 2.172 0 2.445-.009 3.299-.048 1.3-.06 2.442-.378 3.358-1.295.917-.916 1.235-2.058 1.295-3.358.039-.854.048-1.127.048-3.299 0-2.172-.009-2.445-.048-3.299-.06-1.3-.378-2.442-1.295-3.359-.916-.916-2.058-1.234-3.358-1.294C15.445 5.009 15.171 5 13 5z" }), h("path", { fill: "#FFF", "fill-rule": "nonzero", d: "M13 9a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0 6.596a2.596 2.596 0 1 1 0-5.192 2.596 2.596 0 0 1 0 5.192z" }), h("circle", { cx: "17.25", cy: "8.75", r: "1", fill: "#FFF", "fill-rule": "nonzero" }))),
140
71
  },
141
72
  'brand-instagram-filled': {
142
- markup: () => (h("g", null,
143
- h("g", { class: "filled", transform: "translate(2 2)" },
144
- h("path", { d: "M11 1.982c2.937 0 3.285.01 4.445.064 1.252.057 2.413.308 3.307 1.202.894.893 1.145 2.055 1.202 3.307.053 1.16.064 1.508.064 4.445 0 2.937-.01 3.285-.064 4.445-.057 1.252-.308 2.413-1.202 3.307-.893.894-2.055 1.145-3.307 1.202-1.16.053-1.508.064-4.445.064-2.937 0-3.285-.01-4.445-.064-1.252-.057-2.413-.308-3.307-1.202-.894-.893-1.145-2.055-1.202-3.307-.053-1.16-.064-1.508-.064-4.445 0-2.937.01-3.285.064-4.445.057-1.252.308-2.413 1.202-3.307.893-.894 2.055-1.145 3.307-1.202 1.16-.053 1.508-.064 4.445-.064zM11 0C8.013 0 7.638.013 6.464.066c-1.787.082-3.357.52-4.618 1.78C.586 3.106.148 4.676.066 6.464.013 7.638 0 8.013 0 11c0 2.987.013 3.362.066 4.536.082 1.787.52 3.357 1.78 4.618 1.26 1.26 2.83 1.698 4.618 1.78C7.638 21.987 8.013 22 11 22c2.987 0 3.362-.013 4.536-.066 1.787-.082 3.357-.52 4.618-1.78 1.26-1.26 1.698-2.83 1.78-4.618.053-1.174.066-1.549.066-4.536 0-2.987-.013-3.362-.066-4.536-.082-1.787-.52-3.357-1.78-4.618-1.26-1.26-2.83-1.698-4.618-1.78C14.362.013 13.987 0 11 0z" }),
145
- h("path", { d: "M11 5.351a5.649 5.649 0 1 0 0 11.298A5.649 5.649 0 0 0 11 5.35zm0 9.316a3.667 3.667 0 1 1 0-7.334 3.667 3.667 0 0 1 0 7.334z" }),
146
- h("circle", { cx: "16.872", cy: "5.128", r: "1.32" })))),
73
+ markup: () => (h("g", null, h("g", { class: "filled", transform: "translate(2 2)" }, h("path", { d: "M11 1.982c2.937 0 3.285.01 4.445.064 1.252.057 2.413.308 3.307 1.202.894.893 1.145 2.055 1.202 3.307.053 1.16.064 1.508.064 4.445 0 2.937-.01 3.285-.064 4.445-.057 1.252-.308 2.413-1.202 3.307-.893.894-2.055 1.145-3.307 1.202-1.16.053-1.508.064-4.445.064-2.937 0-3.285-.01-4.445-.064-1.252-.057-2.413-.308-3.307-1.202-.894-.893-1.145-2.055-1.202-3.307-.053-1.16-.064-1.508-.064-4.445 0-2.937.01-3.285.064-4.445.057-1.252.308-2.413 1.202-3.307.893-.894 2.055-1.145 3.307-1.202 1.16-.053 1.508-.064 4.445-.064zM11 0C8.013 0 7.638.013 6.464.066c-1.787.082-3.357.52-4.618 1.78C.586 3.106.148 4.676.066 6.464.013 7.638 0 8.013 0 11c0 2.987.013 3.362.066 4.536.082 1.787.52 3.357 1.78 4.618 1.26 1.26 2.83 1.698 4.618 1.78C7.638 21.987 8.013 22 11 22c2.987 0 3.362-.013 4.536-.066 1.787-.082 3.357-.52 4.618-1.78 1.26-1.26 1.698-2.83 1.78-4.618.053-1.174.066-1.549.066-4.536 0-2.987-.013-3.362-.066-4.536-.082-1.787-.52-3.357-1.78-4.618-1.26-1.26-2.83-1.698-4.618-1.78C14.362.013 13.987 0 11 0z" }), h("path", { d: "M11 5.351a5.649 5.649 0 1 0 0 11.298A5.649 5.649 0 0 0 11 5.35zm0 9.316a3.667 3.667 0 1 1 0-7.334 3.667 3.667 0 0 1 0 7.334z" }), h("circle", { cx: "16.872", cy: "5.128", r: "1.32" })))),
147
74
  },
148
75
  'brand-linkedin-color': {
149
- markup: () => (h("g", { fill: "none" },
150
- h("path", { fill: "#007BB5", d: "M23.083 2H2.917C2.367 2 2 2.367 2 2.917v20.166c0 .55.367.917.917.917h20.166c.55 0 .917-.367.917-.917V2.917c0-.55-.367-.917-.917-.917z" }),
151
- h("path", { fill: "#FFF", d: "M8.508 20.792H5.3V10.25h3.3v10.542zM6.858 8.783c-1.008 0-1.925-.825-1.925-1.925 0-1.008.825-1.925 1.925-1.925 1.009 0 1.925.825 1.925 1.925s-.825 1.925-1.925 1.925zm13.934 12.009h-3.3v-5.134c0-1.191 0-2.75-1.65-2.75-1.742 0-1.925 1.284-1.925 2.659v5.225h-3.3V10.25h3.116v1.467c.459-.825 1.467-1.65 3.117-1.65 3.3 0 3.942 2.2 3.942 5.041v5.684z" }))),
76
+ markup: () => (h("g", { fill: "none" }, h("path", { fill: "#007BB5", d: "M23.083 2H2.917C2.367 2 2 2.367 2 2.917v20.166c0 .55.367.917.917.917h20.166c.55 0 .917-.367.917-.917V2.917c0-.55-.367-.917-.917-.917z" }), h("path", { fill: "#FFF", d: "M8.508 20.792H5.3V10.25h3.3v10.542zM6.858 8.783c-1.008 0-1.925-.825-1.925-1.925 0-1.008.825-1.925 1.925-1.925 1.009 0 1.925.825 1.925 1.925s-.825 1.925-1.925 1.925zm13.934 12.009h-3.3v-5.134c0-1.191 0-2.75-1.65-2.75-1.742 0-1.925 1.284-1.925 2.659v5.225h-3.3V10.25h3.116v1.467c.459-.825 1.467-1.65 3.117-1.65 3.3 0 3.942 2.2 3.942 5.041v5.684z" }))),
152
77
  },
153
78
  'brand-linkedin-filled': {
154
- markup: () => (h("g", null,
155
- h("path", { d: "M23.083 2H2.917C2.367 2 2 2.367 2 2.917v20.166c0 .55.367.917.917.917h20.166c.55 0 .917-.367.917-.917V2.917c0-.55-.367-.917-.917-.917zM8.508 20.792H5.3V10.25h3.3v10.542h-.092zM6.858 8.783c-1.008 0-1.925-.825-1.925-1.925 0-1.008.825-1.925 1.925-1.925 1.009 0 1.925.825 1.925 1.925s-.825 1.925-1.925 1.925zm13.934 12.009h-3.3v-5.134c0-1.191 0-2.75-1.65-2.75-1.742 0-1.925 1.284-1.925 2.659v5.225h-3.3V10.25h3.116v1.467c.459-.825 1.467-1.65 3.117-1.65 3.3 0 3.942 2.2 3.942 5.041v5.684z", class: "filled" }))),
79
+ markup: () => (h("g", null, h("path", { d: "M23.083 2H2.917C2.367 2 2 2.367 2 2.917v20.166c0 .55.367.917.917.917h20.166c.55 0 .917-.367.917-.917V2.917c0-.55-.367-.917-.917-.917zM8.508 20.792H5.3V10.25h3.3v10.542h-.092zM6.858 8.783c-1.008 0-1.925-.825-1.925-1.925 0-1.008.825-1.925 1.925-1.925 1.009 0 1.925.825 1.925 1.925s-.825 1.925-1.925 1.925zm13.934 12.009h-3.3v-5.134c0-1.191 0-2.75-1.65-2.75-1.742 0-1.925 1.284-1.925 2.659v5.225h-3.3V10.25h3.116v1.467c.459-.825 1.467-1.65 3.117-1.65 3.3 0 3.942 2.2 3.942 5.041v5.684z", class: "filled" }))),
156
80
  },
157
81
  'brand-messenger-color': {
158
- markup: () => (h("g", { fill: "none" },
159
- h("path", { fill: "#0086FF", d: "M13 2C6.986 2 2.11 6.559 2.11 12.182c0 3.2 1.579 6.054 4.046 7.92V24l3.716-2.062c.991.278 2.04.427 3.128.427 6.014 0 10.89-4.559 10.89-10.183C23.89 6.56 19.013 2 13 2z" }),
160
- h("path", { fill: "#FFF", d: "M14.147 15.655l-2.816-2.926-5.424 2.999 5.946-6.31 2.816 2.926 5.424-3z" }))),
82
+ markup: () => (h("g", { fill: "none" }, h("path", { fill: "#0086FF", d: "M13 2C6.986 2 2.11 6.559 2.11 12.182c0 3.2 1.579 6.054 4.046 7.92V24l3.716-2.062c.991.278 2.04.427 3.128.427 6.014 0 10.89-4.559 10.89-10.183C23.89 6.56 19.013 2 13 2z" }), h("path", { fill: "#FFF", d: "M14.147 15.655l-2.816-2.926-5.424 2.999 5.946-6.31 2.816 2.926 5.424-3z" }))),
161
83
  },
162
84
  'brand-messenger-filled': {
163
- markup: () => (h("g", null,
164
- h("path", { d: "M13 2C6.986 2 2.11 6.559 2.11 12.182c0 3.2 1.579 6.054 4.046 7.92V24l3.716-2.062c.991.278 2.04.427 3.128.427 6.014 0 10.89-4.559 10.89-10.183C23.89 6.56 19.013 2 13 2zm1.147 13.655l-2.816-2.926-5.424 2.999 5.946-6.31 2.816 2.926 5.424-3-5.946 6.31z", class: "filled" }))),
85
+ markup: () => (h("g", null, h("path", { d: "M13 2C6.986 2 2.11 6.559 2.11 12.182c0 3.2 1.579 6.054 4.046 7.92V24l3.716-2.062c.991.278 2.04.427 3.128.427 6.014 0 10.89-4.559 10.89-10.183C23.89 6.56 19.013 2 13 2zm1.147 13.655l-2.816-2.926-5.424 2.999 5.946-6.31 2.816 2.926 5.424-3-5.946 6.31z", class: "filled" }))),
165
86
  },
166
87
  'brand-payrecs-color': {
167
- markup: () => (h("g", { "fill-rule": "evenodd" },
168
- h("path", { fill: "#194879", d: "M9.27-347v-6.29h3.17c1.99 0 3.27.01 3.43.02.97.06 1.8.25 2.55.59 1.21.55 2.08 1.53 2.43 2.74.27.96.25 2.09-.06 2.99-.03.1-.12.3-.19.43-.38.78-1 1.42-1.81 1.86-.07.04-.12.07-.12.08 0 0 .59.88 1.31 1.93.72 1.06 1.31 1.93 1.31 1.94s-1.02.01-2.25.01h-2.25l-1.07-1.58-1.07-1.58H13.5v3.16H9.27v-6.3zm6.01-.08c.36-.03.64-.1.86-.23.06-.03.17-.12.25-.21.13-.13.16-.17.23-.31.09-.19.12-.3.15-.53.04-.38-.04-.77-.22-1.05-.17-.26-.39-.42-.72-.52-.29-.09-.32-.09-1.36-.1l-.96-.01v2.96h.79c.43.02.87.01.98 0z", transform: "translate(4 360)" }),
169
- h("path", { fill: "#508dca", d: "M-3.3-383v-6.29h3.14c1.86 0 3.25.01 3.41.02 2.48.14 4.21 1.18 4.92 2.97.37.93.42 2.14.13 3.15-.27.92-.86 1.75-1.64 2.29-.67.47-1.49.79-2.44.94-.59.1-.96.12-2.25.12H.92v3.1H-3.3v-6.3zm6.26-.1c.48-.09.81-.28 1.02-.6.17-.25.23-.5.21-.91-.01-.3-.03-.44-.13-.63-.22-.47-.63-.71-1.31-.77-.1-.01-.55-.02-1.01-.02H.92v2.96l.95-.01c.8.01.96 0 1.09-.02z", transform: "translate(4 396)" }))),
88
+ markup: () => (h("g", { "fill-rule": "evenodd" }, h("path", { fill: "#194879", d: "M9.27-347v-6.29h3.17c1.99 0 3.27.01 3.43.02.97.06 1.8.25 2.55.59 1.21.55 2.08 1.53 2.43 2.74.27.96.25 2.09-.06 2.99-.03.1-.12.3-.19.43-.38.78-1 1.42-1.81 1.86-.07.04-.12.07-.12.08 0 0 .59.88 1.31 1.93.72 1.06 1.31 1.93 1.31 1.94s-1.02.01-2.25.01h-2.25l-1.07-1.58-1.07-1.58H13.5v3.16H9.27v-6.3zm6.01-.08c.36-.03.64-.1.86-.23.06-.03.17-.12.25-.21.13-.13.16-.17.23-.31.09-.19.12-.3.15-.53.04-.38-.04-.77-.22-1.05-.17-.26-.39-.42-.72-.52-.29-.09-.32-.09-1.36-.1l-.96-.01v2.96h.79c.43.02.87.01.98 0z", transform: "translate(4 360)" }), h("path", { fill: "#508dca", d: "M-3.3-383v-6.29h3.14c1.86 0 3.25.01 3.41.02 2.48.14 4.21 1.18 4.92 2.97.37.93.42 2.14.13 3.15-.27.92-.86 1.75-1.64 2.29-.67.47-1.49.79-2.44.94-.59.1-.96.12-2.25.12H.92v3.1H-3.3v-6.3zm6.26-.1c.48-.09.81-.28 1.02-.6.17-.25.23-.5.21-.91-.01-.3-.03-.44-.13-.63-.22-.47-.63-.71-1.31-.77-.1-.01-.55-.02-1.01-.02H.92v2.96l.95-.01c.8.01.96 0 1.09-.02z", transform: "translate(4 396)" }))),
170
89
  },
171
90
  'brand-payrecs-filled': {
172
- markup: () => (h("g", { class: "filled" },
173
- h("path", { d: "M9.27-347v-6.29h3.17c1.99 0 3.27.01 3.43.02.97.06 1.8.25 2.55.59 1.21.55 2.08 1.53 2.43 2.74.27.96.25 2.09-.06 2.99-.03.1-.12.3-.19.43-.38.78-1 1.42-1.81 1.86-.07.04-.12.07-.12.08 0 0 .59.88 1.31 1.93.72 1.06 1.31 1.93 1.31 1.94s-1.02.01-2.25.01h-2.25l-1.07-1.58-1.07-1.58H13.5v3.16H9.27v-6.3zm6.01-.08c.36-.03.64-.1.86-.23.06-.03.17-.12.25-.21.13-.13.16-.17.23-.31.09-.19.12-.3.15-.53.04-.38-.04-.77-.22-1.05-.17-.26-.39-.42-.72-.52-.29-.09-.32-.09-1.36-.1l-.96-.01v2.96h.79c.43.02.87.01.98 0z", transform: "translate(4 360)" }),
174
- h("path", { d: "M-3.3-383v-6.29h3.14c1.86 0 3.25.01 3.41.02 2.48.14 4.21 1.18 4.92 2.97.37.93.42 2.14.13 3.15-.27.92-.86 1.75-1.64 2.29-.67.47-1.49.79-2.44.94-.59.1-.96.12-2.25.12H.92v3.1H-3.3v-6.3zm6.26-.1c.48-.09.81-.28 1.02-.6.17-.25.23-.5.21-.91-.01-.3-.03-.44-.13-.63-.22-.47-.63-.71-1.31-.77-.1-.01-.55-.02-1.01-.02H.92v2.96l.95-.01c.8.01.96 0 1.09-.02z", transform: "translate(4 396)" }))),
91
+ markup: () => (h("g", { class: "filled" }, h("path", { d: "M9.27-347v-6.29h3.17c1.99 0 3.27.01 3.43.02.97.06 1.8.25 2.55.59 1.21.55 2.08 1.53 2.43 2.74.27.96.25 2.09-.06 2.99-.03.1-.12.3-.19.43-.38.78-1 1.42-1.81 1.86-.07.04-.12.07-.12.08 0 0 .59.88 1.31 1.93.72 1.06 1.31 1.93 1.31 1.94s-1.02.01-2.25.01h-2.25l-1.07-1.58-1.07-1.58H13.5v3.16H9.27v-6.3zm6.01-.08c.36-.03.64-.1.86-.23.06-.03.17-.12.25-.21.13-.13.16-.17.23-.31.09-.19.12-.3.15-.53.04-.38-.04-.77-.22-1.05-.17-.26-.39-.42-.72-.52-.29-.09-.32-.09-1.36-.1l-.96-.01v2.96h.79c.43.02.87.01.98 0z", transform: "translate(4 360)" }), h("path", { d: "M-3.3-383v-6.29h3.14c1.86 0 3.25.01 3.41.02 2.48.14 4.21 1.18 4.92 2.97.37.93.42 2.14.13 3.15-.27.92-.86 1.75-1.64 2.29-.67.47-1.49.79-2.44.94-.59.1-.96.12-2.25.12H.92v3.1H-3.3v-6.3zm6.26-.1c.48-.09.81-.28 1.02-.6.17-.25.23-.5.21-.91-.01-.3-.03-.44-.13-.63-.22-.47-.63-.71-1.31-.77-.1-.01-.55-.02-1.01-.02H.92v2.96l.95-.01c.8.01.96 0 1.09-.02z", transform: "translate(4 396)" }))),
175
92
  },
176
93
  'brand-snapchat-color': {
177
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
178
- h("g", null,
179
- h("path", { fill: "#FFFC00", "fill-rule": "nonzero", d: "M5.505 2h14.99A3.505 3.505 0 0 1 24 5.506v14.988A3.505 3.505 0 0 1 20.494 24H5.506A3.506 3.506 0 0 1 2 20.494V5.505A3.506 3.506 0 0 1 5.506 2z" }),
180
- h("path", { fill: "#FFF", "fill-rule": "nonzero", d: "M13.081 20.564c-.042 0-.082 0-.123-.003-.027 0-.053.003-.081.003a3.526 3.526 0 0 1-2.16-.85 3.159 3.159 0 0 0-1.25-.638 4.063 4.063 0 0 0-1.566.044 1.985 1.985 0 0 1-.339.05.214.214 0 0 1-.237-.17 5.308 5.308 0 0 1-.09-.373c-.069-.31-.117-.5-.247-.521-1.514-.234-1.947-.553-2.044-.779a.29.29 0 0 1-.023-.097.17.17 0 0 1 .142-.178c2.328-.383 3.373-2.763 3.416-2.864l.003-.008a.886.886 0 0 0 .083-.745c-.159-.376-.68-.542-1.025-.65-.085-.026-.165-.05-.228-.076-.688-.273-.745-.55-.718-.694a.65.65 0 0 1 .632-.412.45.45 0 0 1 .189.038c.257.132.54.206.829.218a.685.685 0 0 0 .496-.158 46.673 46.673 0 0 0-.03-.492c-.069-1.1-.155-2.468.193-3.25a4.21 4.21 0 0 1 3.91-2.521l.286-.003h.039a4.219 4.219 0 0 1 3.917 2.523c.35.781.262 2.15.193 3.25v.05c-.01.153-.02.3-.027.445a.665.665 0 0 0 .45.157c.272-.02.537-.094.781-.218a.587.587 0 0 1 .243-.047.74.74 0 0 1 .279.053h.005a.514.514 0 0 1 .39.418c.004.161-.12.403-.723.642-.063.025-.143.05-.228.077-.345.11-.866.275-1.025.65a.885.885 0 0 0 .083.744l.004.009c.043.1 1.086 2.48 3.415 2.863a.17.17 0 0 1 .142.178.284.284 0 0 1-.023.097c-.096.225-.53.544-2.044.778-.124.019-.172.18-.246.518a5.562 5.562 0 0 1-.091.371.2.2 0 0 1-.217.162h-.019a1.887 1.887 0 0 1-.339-.043 4.539 4.539 0 0 0-.91-.096c-.22.001-.44.02-.657.055a3.15 3.15 0 0 0-1.25.637 3.527 3.527 0 0 1-2.16.855z" }),
181
- h("path", { stroke: "#030303", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": ".75", d: "M13.138 5.265H13.1l-.285.003A4.379 4.379 0 0 0 8.75 7.891c-.365.819-.278 2.21-.208 3.327.009.132.018.268.025.4-.1.05-.21.074-.32.07a1.836 1.836 0 0 1-.757-.203.615.615 0 0 0-.261-.053.817.817 0 0 0-.8.55c-.045.237.061.583.824.884.068.027.15.053.238.081.315.1.791.25.92.555a.73.73 0 0 1-.079.603l-.008.016c-.041.1-1.05 2.394-3.285 2.763a.341.341 0 0 0-.286.355.465.465 0 0 0 .037.154c.168.393.876.68 2.165.88.055.124.093.255.115.39.027.123.055.25.095.386a.382.382 0 0 0 .4.29c.125-.005.249-.022.371-.05a3.797 3.797 0 0 1 1.506-.047c.433.112.834.32 1.176.608.633.54 1.428.85 2.259.884.028 0 .055 0 .083-.003.028-.003.075.003.121.003a3.71 3.71 0 0 0 2.258-.884 2.987 2.987 0 0 1 1.18-.609c.208-.034.418-.052.629-.052.295 0 .589.032.877.093.122.026.247.042.372.046h.018c.18.01.34-.11.381-.285a5.31 5.31 0 0 0 .094-.383c.022-.133.06-.264.115-.387 1.29-.2 1.998-.488 2.165-.878a.457.457 0 0 0 .037-.155.342.342 0 0 0-.285-.355c-2.238-.369-3.244-2.665-3.286-2.762l-.008-.017a.73.73 0 0 1-.079-.603c.13-.304.605-.455.92-.555a4.1 4.1 0 0 0 .239-.081c.558-.22.838-.491.832-.804a.667.667 0 0 0-.5-.574h0a.915.915 0 0 0-.344-.066.765.765 0 0 0-.315.064 1.91 1.91 0 0 1-.709.2.625.625 0 0 1-.276-.069l.021-.35.003-.047c.07-1.119.158-2.51-.207-3.33a4.387 4.387 0 0 0-4.073-2.624l-.002-.001z" })))),
94
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", null, h("path", { fill: "#FFFC00", "fill-rule": "nonzero", d: "M5.505 2h14.99A3.505 3.505 0 0 1 24 5.506v14.988A3.505 3.505 0 0 1 20.494 24H5.506A3.506 3.506 0 0 1 2 20.494V5.505A3.506 3.506 0 0 1 5.506 2z" }), h("path", { fill: "#FFF", "fill-rule": "nonzero", d: "M13.081 20.564c-.042 0-.082 0-.123-.003-.027 0-.053.003-.081.003a3.526 3.526 0 0 1-2.16-.85 3.159 3.159 0 0 0-1.25-.638 4.063 4.063 0 0 0-1.566.044 1.985 1.985 0 0 1-.339.05.214.214 0 0 1-.237-.17 5.308 5.308 0 0 1-.09-.373c-.069-.31-.117-.5-.247-.521-1.514-.234-1.947-.553-2.044-.779a.29.29 0 0 1-.023-.097.17.17 0 0 1 .142-.178c2.328-.383 3.373-2.763 3.416-2.864l.003-.008a.886.886 0 0 0 .083-.745c-.159-.376-.68-.542-1.025-.65-.085-.026-.165-.05-.228-.076-.688-.273-.745-.55-.718-.694a.65.65 0 0 1 .632-.412.45.45 0 0 1 .189.038c.257.132.54.206.829.218a.685.685 0 0 0 .496-.158 46.673 46.673 0 0 0-.03-.492c-.069-1.1-.155-2.468.193-3.25a4.21 4.21 0 0 1 3.91-2.521l.286-.003h.039a4.219 4.219 0 0 1 3.917 2.523c.35.781.262 2.15.193 3.25v.05c-.01.153-.02.3-.027.445a.665.665 0 0 0 .45.157c.272-.02.537-.094.781-.218a.587.587 0 0 1 .243-.047.74.74 0 0 1 .279.053h.005a.514.514 0 0 1 .39.418c.004.161-.12.403-.723.642-.063.025-.143.05-.228.077-.345.11-.866.275-1.025.65a.885.885 0 0 0 .083.744l.004.009c.043.1 1.086 2.48 3.415 2.863a.17.17 0 0 1 .142.178.284.284 0 0 1-.023.097c-.096.225-.53.544-2.044.778-.124.019-.172.18-.246.518a5.562 5.562 0 0 1-.091.371.2.2 0 0 1-.217.162h-.019a1.887 1.887 0 0 1-.339-.043 4.539 4.539 0 0 0-.91-.096c-.22.001-.44.02-.657.055a3.15 3.15 0 0 0-1.25.637 3.527 3.527 0 0 1-2.16.855z" }), h("path", { stroke: "#030303", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": ".75", d: "M13.138 5.265H13.1l-.285.003A4.379 4.379 0 0 0 8.75 7.891c-.365.819-.278 2.21-.208 3.327.009.132.018.268.025.4-.1.05-.21.074-.32.07a1.836 1.836 0 0 1-.757-.203.615.615 0 0 0-.261-.053.817.817 0 0 0-.8.55c-.045.237.061.583.824.884.068.027.15.053.238.081.315.1.791.25.92.555a.73.73 0 0 1-.079.603l-.008.016c-.041.1-1.05 2.394-3.285 2.763a.341.341 0 0 0-.286.355.465.465 0 0 0 .037.154c.168.393.876.68 2.165.88.055.124.093.255.115.39.027.123.055.25.095.386a.382.382 0 0 0 .4.29c.125-.005.249-.022.371-.05a3.797 3.797 0 0 1 1.506-.047c.433.112.834.32 1.176.608.633.54 1.428.85 2.259.884.028 0 .055 0 .083-.003.028-.003.075.003.121.003a3.71 3.71 0 0 0 2.258-.884 2.987 2.987 0 0 1 1.18-.609c.208-.034.418-.052.629-.052.295 0 .589.032.877.093.122.026.247.042.372.046h.018c.18.01.34-.11.381-.285a5.31 5.31 0 0 0 .094-.383c.022-.133.06-.264.115-.387 1.29-.2 1.998-.488 2.165-.878a.457.457 0 0 0 .037-.155.342.342 0 0 0-.285-.355c-2.238-.369-3.244-2.665-3.286-2.762l-.008-.017a.73.73 0 0 1-.079-.603c.13-.304.605-.455.92-.555a4.1 4.1 0 0 0 .239-.081c.558-.22.838-.491.832-.804a.667.667 0 0 0-.5-.574h0a.915.915 0 0 0-.344-.066.765.765 0 0 0-.315.064 1.91 1.91 0 0 1-.709.2.625.625 0 0 1-.276-.069l.021-.35.003-.047c.07-1.119.158-2.51-.207-3.33a4.387 4.387 0 0 0-4.073-2.624l-.002-.001z" })))),
182
95
  },
183
96
  'brand-snapchat-filled': {
184
- markup: () => (h("g", null,
185
- h("path", { d: "M13.125 23.02c-.052 0-.1 0-.142-.004-.041-.003-.072.003-.108.003a5 5 0 0 1-3.032-1.166 3.286 3.286 0 0 0-1.256-.669 4.236 4.236 0 0 0-.696-.059c-.33.004-.66.042-.984.113a2.868 2.868 0 0 1-.545.073.922.922 0 0 1-.93-.687 7.221 7.221 0 0 1-.121-.497l-.04-.174c-1.618-.277-2.464-.682-2.73-1.305a1.042 1.042 0 0 1-.083-.34.877.877 0 0 1 .734-.916c2.498-.413 3.63-3.002 3.678-3.113l.02-.043c.124-.251.092-.346.086-.357-.076-.179-.634-.355-.844-.422-.117-.038-.229-.073-.32-.11-1.291-.51-1.363-1.218-1.291-1.593.163-.857 1.289-1.245 1.945-.938.201.102.418.17.641.2l-.005-.078c-.091-1.429-.2-3.193.293-4.298a5.818 5.818 0 0 1 5.401-3.489l.4-.003a5.826 5.826 0 0 1 5.408 3.488c.494 1.106.382 2.874.292 4.294l-.004.07c.183-.042.362-.104.531-.186a1.38 1.38 0 0 1 .58-.122c.205 0 .407.039.596.116.504.148.863.594.897 1.119.011.595-.43 1.072-1.309 1.42a5.475 5.475 0 0 1-.324.11c-.21.067-.766.244-.843.423a.543.543 0 0 0 .087.357l.02.043c.045.11 1.179 2.7 3.679 3.112.443.071.76.465.736.913a1.026 1.026 0 0 1-.082.345c-.266.619-1.112 1.025-2.73 1.303l-.037.164a7.79 7.79 0 0 1-.123.5.917.917 0 0 1-.907.679 2.907 2.907 0 0 1-.566-.065 4.89 4.89 0 0 0-.987-.106c-.233 0-.466.02-.695.06a3.29 3.29 0 0 0-1.252.665 5 5 0 0 1-3.038 1.17z", class: "filled" }))),
97
+ markup: () => (h("g", null, h("path", { d: "M13.125 23.02c-.052 0-.1 0-.142-.004-.041-.003-.072.003-.108.003a5 5 0 0 1-3.032-1.166 3.286 3.286 0 0 0-1.256-.669 4.236 4.236 0 0 0-.696-.059c-.33.004-.66.042-.984.113a2.868 2.868 0 0 1-.545.073.922.922 0 0 1-.93-.687 7.221 7.221 0 0 1-.121-.497l-.04-.174c-1.618-.277-2.464-.682-2.73-1.305a1.042 1.042 0 0 1-.083-.34.877.877 0 0 1 .734-.916c2.498-.413 3.63-3.002 3.678-3.113l.02-.043c.124-.251.092-.346.086-.357-.076-.179-.634-.355-.844-.422-.117-.038-.229-.073-.32-.11-1.291-.51-1.363-1.218-1.291-1.593.163-.857 1.289-1.245 1.945-.938.201.102.418.17.641.2l-.005-.078c-.091-1.429-.2-3.193.293-4.298a5.818 5.818 0 0 1 5.401-3.489l.4-.003a5.826 5.826 0 0 1 5.408 3.488c.494 1.106.382 2.874.292 4.294l-.004.07c.183-.042.362-.104.531-.186a1.38 1.38 0 0 1 .58-.122c.205 0 .407.039.596.116.504.148.863.594.897 1.119.011.595-.43 1.072-1.309 1.42a5.475 5.475 0 0 1-.324.11c-.21.067-.766.244-.843.423a.543.543 0 0 0 .087.357l.02.043c.045.11 1.179 2.7 3.679 3.112.443.071.76.465.736.913a1.026 1.026 0 0 1-.082.345c-.266.619-1.112 1.025-2.73 1.303l-.037.164a7.79 7.79 0 0 1-.123.5.917.917 0 0 1-.907.679 2.907 2.907 0 0 1-.566-.065 4.89 4.89 0 0 0-.987-.106c-.233 0-.466.02-.695.06a3.29 3.29 0 0 0-1.252.665 5 5 0 0 1-3.038 1.17z", class: "filled" }))),
186
98
  },
187
99
  'brand-twitter-color': {
188
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
189
- h("path", { fill: "#69ACE0", "fill-rule": "nonzero", d: "M24 6.108c-.825.367-1.65.642-2.567.734.917-.55 1.65-1.467 2.017-2.475-.917.55-1.833.916-2.842 1.1A4.438 4.438 0 0 0 17.308 4a4.499 4.499 0 0 0-4.491 4.492c0 .366 0 .733.091 1.008a12.657 12.657 0 0 1-9.35-4.767c-.458.734-.641 1.467-.641 2.292 0 1.558.825 2.933 2.016 3.758-.733 0-1.466-.183-2.016-.55v.092c0 2.2 1.558 4.033 3.575 4.4-.367.092-.734.183-1.192.183-.275 0-.55 0-.825-.091.55 1.833 2.2 3.116 4.217 3.116-1.559 1.192-3.484 1.925-5.592 1.925-.367 0-.733 0-1.1-.091a12.832 12.832 0 0 0 6.875 2.016c8.342 0 12.833-6.875 12.833-12.833V8.4c.917-.642 1.65-1.467 2.292-2.292z" }))),
100
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("path", { fill: "#69ACE0", "fill-rule": "nonzero", d: "M24 6.108c-.825.367-1.65.642-2.567.734.917-.55 1.65-1.467 2.017-2.475-.917.55-1.833.916-2.842 1.1A4.438 4.438 0 0 0 17.308 4a4.499 4.499 0 0 0-4.491 4.492c0 .366 0 .733.091 1.008a12.657 12.657 0 0 1-9.35-4.767c-.458.734-.641 1.467-.641 2.292 0 1.558.825 2.933 2.016 3.758-.733 0-1.466-.183-2.016-.55v.092c0 2.2 1.558 4.033 3.575 4.4-.367.092-.734.183-1.192.183-.275 0-.55 0-.825-.091.55 1.833 2.2 3.116 4.217 3.116-1.559 1.192-3.484 1.925-5.592 1.925-.367 0-.733 0-1.1-.091a12.832 12.832 0 0 0 6.875 2.016c8.342 0 12.833-6.875 12.833-12.833V8.4c.917-.642 1.65-1.467 2.292-2.292z" }))),
190
101
  },
191
102
  'brand-twitter-filled': {
192
- markup: () => (h("g", null,
193
- h("path", { d: "M24 6.108c-.825.367-1.65.642-2.567.734.917-.55 1.65-1.467 2.017-2.475-.917.55-1.833.916-2.842 1.1A4.438 4.438 0 0 0 17.308 4a4.499 4.499 0 0 0-4.491 4.492c0 .366 0 .733.091 1.008a12.657 12.657 0 0 1-9.35-4.767c-.458.734-.641 1.467-.641 2.292 0 1.558.825 2.933 2.016 3.758-.733 0-1.466-.183-2.016-.55v.092c0 2.2 1.558 4.033 3.575 4.4-.367.092-.734.183-1.192.183-.275 0-.55 0-.825-.091.55 1.833 2.2 3.116 4.217 3.116-1.559 1.192-3.484 1.925-5.592 1.925-.367 0-.733 0-1.1-.091a12.832 12.832 0 0 0 6.875 2.016c8.342 0 12.833-6.875 12.833-12.833V8.4c.917-.642 1.65-1.467 2.292-2.292z", class: "filled" }))),
103
+ markup: () => (h("g", null, h("path", { d: "M24 6.108c-.825.367-1.65.642-2.567.734.917-.55 1.65-1.467 2.017-2.475-.917.55-1.833.916-2.842 1.1A4.438 4.438 0 0 0 17.308 4a4.499 4.499 0 0 0-4.491 4.492c0 .366 0 .733.091 1.008a12.657 12.657 0 0 1-9.35-4.767c-.458.734-.641 1.467-.641 2.292 0 1.558.825 2.933 2.016 3.758-.733 0-1.466-.183-2.016-.55v.092c0 2.2 1.558 4.033 3.575 4.4-.367.092-.734.183-1.192.183-.275 0-.55 0-.825-.091.55 1.833 2.2 3.116 4.217 3.116-1.559 1.192-3.484 1.925-5.592 1.925-.367 0-.733 0-1.1-.091a12.832 12.832 0 0 0 6.875 2.016c8.342 0 12.833-6.875 12.833-12.833V8.4c.917-.642 1.65-1.467 2.292-2.292z", class: "filled" }))),
194
104
  },
195
105
  'brand-vimeo-color': {
196
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
197
- h("path", { fill: "#00B6EC", "fill-rule": "nonzero", d: "M23.994 7.402c-.091 2.108-1.558 5.04-4.49 8.798-3.024 3.85-5.499 5.865-7.607 5.865-1.283 0-2.382-1.191-3.299-3.574-.55-2.2-1.191-4.307-1.74-6.506-.643-2.383-1.377-3.575-2.11-3.575-.183 0-.733.366-1.74 1.008L2 8.136c1.1-.917 2.2-1.925 3.207-2.841 1.467-1.283 2.566-1.925 3.3-2.016 1.74-.184 2.749 1.008 3.115 3.482.459 2.658.734 4.399.917 5.04.458 2.2 1.008 3.391 1.65 3.391.458 0 1.19-.733 2.107-2.2.917-1.466 1.375-2.565 1.467-3.298.091-1.283-.367-1.925-1.467-1.925-.55 0-1.1.092-1.65.367 1.1-3.574 3.117-5.224 6.232-5.132 2.2.091 3.208 1.558 3.116 4.398z" }))),
106
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("path", { fill: "#00B6EC", "fill-rule": "nonzero", d: "M23.994 7.402c-.091 2.108-1.558 5.04-4.49 8.798-3.024 3.85-5.499 5.865-7.607 5.865-1.283 0-2.382-1.191-3.299-3.574-.55-2.2-1.191-4.307-1.74-6.506-.643-2.383-1.377-3.575-2.11-3.575-.183 0-.733.366-1.74 1.008L2 8.136c1.1-.917 2.2-1.925 3.207-2.841 1.467-1.283 2.566-1.925 3.3-2.016 1.74-.184 2.749 1.008 3.115 3.482.459 2.658.734 4.399.917 5.04.458 2.2 1.008 3.391 1.65 3.391.458 0 1.19-.733 2.107-2.2.917-1.466 1.375-2.565 1.467-3.298.091-1.283-.367-1.925-1.467-1.925-.55 0-1.1.092-1.65.367 1.1-3.574 3.117-5.224 6.232-5.132 2.2.091 3.208 1.558 3.116 4.398z" }))),
198
107
  },
199
108
  'brand-vimeo-filled': {
200
- markup: () => (h("g", null,
201
- h("path", { d: "M23.994 7.402c-.091 2.108-1.558 5.04-4.49 8.798-3.024 3.85-5.499 5.865-7.607 5.865-1.283 0-2.382-1.191-3.299-3.574-.55-2.2-1.191-4.307-1.74-6.506-.643-2.383-1.377-3.575-2.11-3.575-.183 0-.733.366-1.74 1.008L2 8.136c1.1-.917 2.2-1.925 3.207-2.841 1.467-1.283 2.566-1.925 3.3-2.016 1.74-.184 2.749 1.008 3.115 3.482.459 2.658.734 4.399.917 5.04.458 2.2 1.008 3.391 1.65 3.391.458 0 1.19-.733 2.107-2.2.917-1.466 1.375-2.565 1.467-3.298.091-1.283-.367-1.925-1.467-1.925-.55 0-1.1.092-1.65.367 1.1-3.574 3.117-5.224 6.232-5.132 2.2.091 3.208 1.558 3.116 4.398z", class: "filled" }))),
109
+ markup: () => (h("g", null, h("path", { d: "M23.994 7.402c-.091 2.108-1.558 5.04-4.49 8.798-3.024 3.85-5.499 5.865-7.607 5.865-1.283 0-2.382-1.191-3.299-3.574-.55-2.2-1.191-4.307-1.74-6.506-.643-2.383-1.377-3.575-2.11-3.575-.183 0-.733.366-1.74 1.008L2 8.136c1.1-.917 2.2-1.925 3.207-2.841 1.467-1.283 2.566-1.925 3.3-2.016 1.74-.184 2.749 1.008 3.115 3.482.459 2.658.734 4.399.917 5.04.458 2.2 1.008 3.391 1.65 3.391.458 0 1.19-.733 2.107-2.2.917-1.466 1.375-2.565 1.467-3.298.091-1.283-.367-1.925-1.467-1.925-.55 0-1.1.092-1.65.367 1.1-3.574 3.117-5.224 6.232-5.132 2.2.091 3.208 1.558 3.116 4.398z", class: "filled" }))),
202
110
  },
203
111
  'brand-youtube-color': {
204
- markup: () => (h("g", { fill: "none" },
205
- h("path", { fill: "#DC2217", d: "M23.817 8.3s-.184-1.558-.917-2.2c-.825-.917-1.742-.917-2.2-.917C17.583 5 13 5 13 5s-4.583 0-7.7.183c-.458.092-1.375.092-2.2.917-.642.642-.917 2.2-.917 2.2S2 10.042 2 11.875v1.65c0 1.742.183 3.575.183 3.575s.184 1.558.917 2.2c.825.917 1.925.825 2.383.917C7.225 20.4 13 20.4 13 20.4s4.583 0 7.7-.275c.458-.092 1.375-.092 2.2-.917.642-.641.917-2.2.917-2.2S24 15.267 24 13.433v-1.65c0-1.741-.183-3.483-.183-3.483z" }),
206
- h("path", { fill: "#FFF", d: "M10.708 15.542V9.4l5.959 3.117z" }))),
112
+ markup: () => (h("g", { fill: "none" }, h("path", { fill: "#DC2217", d: "M23.817 8.3s-.184-1.558-.917-2.2c-.825-.917-1.742-.917-2.2-.917C17.583 5 13 5 13 5s-4.583 0-7.7.183c-.458.092-1.375.092-2.2.917-.642.642-.917 2.2-.917 2.2S2 10.042 2 11.875v1.65c0 1.742.183 3.575.183 3.575s.184 1.558.917 2.2c.825.917 1.925.825 2.383.917C7.225 20.4 13 20.4 13 20.4s4.583 0 7.7-.275c.458-.092 1.375-.092 2.2-.917.642-.641.917-2.2.917-2.2S24 15.267 24 13.433v-1.65c0-1.741-.183-3.483-.183-3.483z" }), h("path", { fill: "#FFF", d: "M10.708 15.542V9.4l5.959 3.117z" }))),
207
113
  },
208
114
  'brand-youtube-filled': {
209
- markup: () => (h("g", null,
210
- h("path", { d: "M23.817 8.3s-.184-1.558-.917-2.2c-.825-.917-1.742-.917-2.2-.917C17.583 5 13 5 13 5s-4.583 0-7.7.183c-.458.092-1.375.092-2.2.917-.642.642-.917 2.2-.917 2.2S2 10.042 2 11.875v1.65c0 1.742.183 3.575.183 3.575s.184 1.558.917 2.2c.825.917 1.925.825 2.383.917C7.225 20.4 13 20.4 13 20.4s4.583 0 7.7-.275c.458-.092 1.375-.092 2.2-.917.642-.641.917-2.2.917-2.2S24 15.267 24 13.433v-1.65c0-1.741-.183-3.483-.183-3.483zm-13.109 7.242V9.4l5.959 3.117-5.959 3.025z", class: "filled" }))),
115
+ markup: () => (h("g", null, h("path", { d: "M23.817 8.3s-.184-1.558-.917-2.2c-.825-.917-1.742-.917-2.2-.917C17.583 5 13 5 13 5s-4.583 0-7.7.183c-.458.092-1.375.092-2.2.917-.642.642-.917 2.2-.917 2.2S2 10.042 2 11.875v1.65c0 1.742.183 3.575.183 3.575s.184 1.558.917 2.2c.825.917 1.925.825 2.383.917C7.225 20.4 13 20.4 13 20.4s4.583 0 7.7-.275c.458-.092 1.375-.092 2.2-.917.642-.641.917-2.2.917-2.2S24 15.267 24 13.433v-1.65c0-1.741-.183-3.483-.183-3.483zm-13.109 7.242V9.4l5.959 3.117-5.959 3.025z", class: "filled" }))),
211
116
  },
212
117
  'brand-zelle-color': {
213
- markup: () => (h("g", { fill: "#6D1ED4" },
214
- h("path", { d: "M7.823 5.05h4.097V2.5a.5.5 0 0 1 .5-.5h2.044a.5.5 0 0 1 .5.5v2.55h3.43c.68 0 1.232.552 1.232 1.233v.89a1 1 0 0 1-.21.613L11.564 17.9h7.311a.5.5 0 0 1 .5.5v2.05a.5.5 0 0 1-.5.5h-3.911v2.55a.5.5 0 0 1-.5.5H12.42a.5.5 0 0 1-.5-.5v-2.55H8.286c-.71 0-1.286-.576-1.286-1.286v-.942a1 1 0 0 1 .213-.616L15.047 8.1H7.823a.5.5 0 0 1-.5-.5V5.55a.5.5 0 0 1 .5-.5zM23.484 2c-.412 0-.764.144-1.052.432-.288.288-.432.64-.432 1.052 0 .408.144.76.432 1.052.288.288.64.432 1.052.432.408 0 .76-.144 1.052-.432.288-.292.432-.644.432-1.052 0-.412-.144-.764-.432-1.052A1.447 1.447 0 0 0 23.484 2zm0 .232c.344 0 .636.12.884.368.244.244.368.54.368.884s-.124.636-.368.884c-.248.244-.54.368-.884.368s-.64-.124-.884-.368a1.2 1.2 0 0 1-.368-.884c0-.344.12-.64.368-.884.244-.248.54-.368.884-.368zm-.716.368v1.768h.368v-.692h.328c.12 0 .204.028.252.088.036.048.06.132.076.26.016.16.044.272.088.344h.416a.522.522 0 0 1-.134-.303l-.01-.105a.718.718 0 0 0-.056-.26.316.316 0 0 0-.196-.176c.18-.068.272-.2.272-.4a.472.472 0 0 0-.18-.4c-.112-.084-.26-.124-.452-.124h-.772zm.368.308h.364c.204 0 .308.076.308.228a.218.218 0 0 1-.076.172.423.423 0 0 1-.232.056h-.364v-.456z" }))),
118
+ markup: () => (h("g", { fill: "#6D1ED4" }, h("path", { d: "M7.823 5.05h4.097V2.5a.5.5 0 0 1 .5-.5h2.044a.5.5 0 0 1 .5.5v2.55h3.43c.68 0 1.232.552 1.232 1.233v.89a1 1 0 0 1-.21.613L11.564 17.9h7.311a.5.5 0 0 1 .5.5v2.05a.5.5 0 0 1-.5.5h-3.911v2.55a.5.5 0 0 1-.5.5H12.42a.5.5 0 0 1-.5-.5v-2.55H8.286c-.71 0-1.286-.576-1.286-1.286v-.942a1 1 0 0 1 .213-.616L15.047 8.1H7.823a.5.5 0 0 1-.5-.5V5.55a.5.5 0 0 1 .5-.5zM23.484 2c-.412 0-.764.144-1.052.432-.288.288-.432.64-.432 1.052 0 .408.144.76.432 1.052.288.288.64.432 1.052.432.408 0 .76-.144 1.052-.432.288-.292.432-.644.432-1.052 0-.412-.144-.764-.432-1.052A1.447 1.447 0 0 0 23.484 2zm0 .232c.344 0 .636.12.884.368.244.244.368.54.368.884s-.124.636-.368.884c-.248.244-.54.368-.884.368s-.64-.124-.884-.368a1.2 1.2 0 0 1-.368-.884c0-.344.12-.64.368-.884.244-.248.54-.368.884-.368zm-.716.368v1.768h.368v-.692h.328c.12 0 .204.028.252.088.036.048.06.132.076.26.016.16.044.272.088.344h.416a.522.522 0 0 1-.134-.303l-.01-.105a.718.718 0 0 0-.056-.26.316.316 0 0 0-.196-.176c.18-.068.272-.2.272-.4a.472.472 0 0 0-.18-.4c-.112-.084-.26-.124-.452-.124h-.772zm.368.308h.364c.204 0 .308.076.308.228a.218.218 0 0 1-.076.172.423.423 0 0 1-.232.056h-.364v-.456z" }))),
215
119
  },
216
120
  'brand-zelle-filled': {
217
- markup: () => (h("g", null,
218
- h("path", { d: "M7.823 5.05h4.097V2.5a.5.5 0 0 1 .5-.5h2.044a.5.5 0 0 1 .5.5v2.55h3.43c.68 0 1.232.552 1.232 1.233v.89a1 1 0 0 1-.21.613L11.564 17.9h7.311a.5.5 0 0 1 .5.5v2.05a.5.5 0 0 1-.5.5h-3.911v2.55a.5.5 0 0 1-.5.5H12.42a.5.5 0 0 1-.5-.5v-2.55H8.286c-.71 0-1.286-.576-1.286-1.286v-.942a1 1 0 0 1 .213-.616L15.047 8.1H7.823a.5.5 0 0 1-.5-.5V5.55a.5.5 0 0 1 .5-.5z", class: "filled" }),
219
- h("path", { d: "M23.484 2c-.412 0-.764.144-1.052.432-.288.288-.432.64-.432 1.052 0 .408.144.76.432 1.052.288.288.64.432 1.052.432.408 0 .76-.144 1.052-.432.288-.292.432-.644.432-1.052 0-.412-.144-.764-.432-1.052A1.447 1.447 0 0 0 23.484 2zm0 .232c.344 0 .636.12.884.368.244.244.368.54.368.884s-.124.636-.368.884c-.248.244-.54.368-.884.368s-.64-.124-.884-.368a1.2 1.2 0 0 1-.368-.884c0-.344.12-.64.368-.884.244-.248.54-.368.884-.368zm-.716.368v1.768h.368v-.692h.328c.12 0 .204.028.252.088.036.048.06.132.076.26.016.16.044.272.088.344h.416a.522.522 0 0 1-.134-.303l-.01-.105a.718.718 0 0 0-.056-.26.316.316 0 0 0-.196-.176c.18-.068.272-.2.272-.4a.472.472 0 0 0-.18-.4c-.112-.084-.26-.124-.452-.124h-.772zm.368.308h.364c.204 0 .308.076.308.228a.218.218 0 0 1-.076.172.423.423 0 0 1-.232.056h-.364v-.456z" }))),
121
+ markup: () => (h("g", null, h("path", { d: "M7.823 5.05h4.097V2.5a.5.5 0 0 1 .5-.5h2.044a.5.5 0 0 1 .5.5v2.55h3.43c.68 0 1.232.552 1.232 1.233v.89a1 1 0 0 1-.21.613L11.564 17.9h7.311a.5.5 0 0 1 .5.5v2.05a.5.5 0 0 1-.5.5h-3.911v2.55a.5.5 0 0 1-.5.5H12.42a.5.5 0 0 1-.5-.5v-2.55H8.286c-.71 0-1.286-.576-1.286-1.286v-.942a1 1 0 0 1 .213-.616L15.047 8.1H7.823a.5.5 0 0 1-.5-.5V5.55a.5.5 0 0 1 .5-.5z", class: "filled" }), h("path", { d: "M23.484 2c-.412 0-.764.144-1.052.432-.288.288-.432.64-.432 1.052 0 .408.144.76.432 1.052.288.288.64.432 1.052.432.408 0 .76-.144 1.052-.432.288-.292.432-.644.432-1.052 0-.412-.144-.764-.432-1.052A1.447 1.447 0 0 0 23.484 2zm0 .232c.344 0 .636.12.884.368.244.244.368.54.368.884s-.124.636-.368.884c-.248.244-.54.368-.884.368s-.64-.124-.884-.368a1.2 1.2 0 0 1-.368-.884c0-.344.12-.64.368-.884.244-.248.54-.368.884-.368zm-.716.368v1.768h.368v-.692h.328c.12 0 .204.028.252.088.036.048.06.132.076.26.016.16.044.272.088.344h.416a.522.522 0 0 1-.134-.303l-.01-.105a.718.718 0 0 0-.056-.26.316.316 0 0 0-.196-.176c.18-.068.272-.2.272-.4a.472.472 0 0 0-.18-.4c-.112-.084-.26-.124-.452-.124h-.772zm.368.308h.364c.204 0 .308.076.308.228a.218.218 0 0 1-.076.172.423.423 0 0 1-.232.056h-.364v-.456z" }))),
220
122
  },
221
123
  boat: {
222
- markup: () => (h("g", null,
223
- h("path", { d: "M2.478 19.791a3.837 3.837 0 0 0 3.826 3.826c1.435 0 2.679-.86 3.348-2.008.67 1.148 1.913 2.008 3.348 2.008 1.435 0 2.678-.86 3.348-2.008.67 1.148 1.913 2.008 3.348 2.008a3.837 3.837 0 0 0 3.826-3.826", class: "stroke-secondary" }),
224
- h("g", { class: "stroke-primary" },
225
- h("path", { d: "M11.087 7.261V2.478h3.826v4.783", class: "filled" }),
226
- h("path", { d: "M6.304 14.817V7.261h13.391v7.556" }),
227
- h("path", { d: "M6.304 19.695l-1.913-3.826L13 11.087l8.608 4.782-1.913 3.826" })))),
124
+ markup: () => (h("g", null, h("path", { d: "M2.478 19.791a3.837 3.837 0 0 0 3.826 3.826c1.435 0 2.679-.86 3.348-2.008.67 1.148 1.913 2.008 3.348 2.008 1.435 0 2.678-.86 3.348-2.008.67 1.148 1.913 2.008 3.348 2.008a3.837 3.837 0 0 0 3.826-3.826", class: "stroke-secondary" }), h("g", { class: "stroke-primary" }, h("path", { d: "M11.087 7.261V2.478h3.826v4.783", class: "filled" }), h("path", { d: "M6.304 14.817V7.261h13.391v7.556" }), h("path", { d: "M6.304 19.695l-1.913-3.826L13 11.087l8.608 4.782-1.913 3.826" })))),
228
125
  },
229
126
  briefcase: {
230
- markup: () => (h("g", null,
231
- h("path", { class: "stroke-primary", d: "M9.393 6.066V3.181h7.213v2.885M5.787 17.607H2.18V7.509c0-.797.646-1.443 1.443-1.443h18.754c.796 0 1.442.646 1.442 1.443v10.097h-3.606m2.164 1.804v2.525c0 .797-.646 1.442-1.443 1.442H5.065a1.443 1.443 0 0 1-1.442-1.442V19.41m5.77-1.803h7.213" }),
232
- h("path", { class: "stroke-secondary", d: "M7.59 6.066v9.738m0 3.606v3.967M18.41 6.066v9.738m0 3.606v3.967" }),
233
- h("path", { class: "stroke-secondary filled", d: "M5.787 15.803h3.607v3.607H5.787zm10.82 0h3.607v3.607h-3.607z" }))),
127
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M9.393 6.066V3.181h7.213v2.885M5.787 17.607H2.18V7.509c0-.797.646-1.443 1.443-1.443h18.754c.796 0 1.442.646 1.442 1.443v10.097h-3.606m2.164 1.804v2.525c0 .797-.646 1.442-1.443 1.442H5.065a1.443 1.443 0 0 1-1.442-1.442V19.41m5.77-1.803h7.213" }), h("path", { class: "stroke-secondary", d: "M7.59 6.066v9.738m0 3.606v3.967M18.41 6.066v9.738m0 3.606v3.967" }), h("path", { class: "stroke-secondary filled", d: "M5.787 15.803h3.607v3.607H5.787zm10.82 0h3.607v3.607h-3.607z" }))),
234
128
  },
235
129
  'browser-chrome': {
236
- markup: () => (h("g", null,
237
- h("g", { class: "stroke-secondary", transform: "translate(4.147 6.466)" },
238
- h("path", { d: "M8.853 2.134h10.085m-13.896 6.6L0 0m12.663 8.734l-5.042 8.733" }),
239
- h("circle", { cx: "8.853", cy: "6.534", r: "4.4" })),
240
- h("circle", { class: "stroke-primary", transform: "translate(2 2)", cx: "11", cy: "11", r: "11" }))),
130
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary", transform: "translate(4.147 6.466)" }, h("path", { d: "M8.853 2.134h10.085m-13.896 6.6L0 0m12.663 8.734l-5.042 8.733" }), h("circle", { cx: "8.853", cy: "6.534", r: "4.4" })), h("circle", { class: "stroke-primary", transform: "translate(2 2)", cx: "11", cy: "11", r: "11" }))),
241
131
  },
242
132
  'browser-chrome-color': {
243
- markup: () => (h("g", { fill: "none" },
244
- h("path", { fill: "#FFF", d: "M2 13c0 6.065 4.935 11 11 11s11-4.935 11-11S19.065 2 13 2 2 6.935 2 13z" }),
245
- h("circle", { cx: "13", cy: "13", r: "3.826", fill: "#4C8BF4" }),
246
- h("path", { fill: "#DD5144", d: "M8.254 12.432A4.788 4.788 0 0 1 13 8.217h9.904C21.122 4.541 17.353 2 13 2a10.982 10.982 0 0 0-8.467 3.986l3.721 6.446z" }),
247
- h("path", { fill: "#18A05E", d: "M14.88 17.397a4.756 4.756 0 0 1-1.88.386 4.781 4.781 0 0 1-4.137-2.395l-.005.003-4.95-8.574A10.938 10.938 0 0 0 2 13c0 5.438 3.967 9.964 9.158 10.843l3.722-6.446z" }),
248
- h("path", { fill: "#FFCE44", d: "M15.857 9.174A4.773 4.773 0 0 1 17.783 13c0 .87-.238 1.685-.646 2.388l.005.003-4.951 8.576c.267.02.536.033.809.033 6.066 0 11-4.934 11-11 0-1.345-.243-2.634-.687-3.826h-7.456z" }),
249
- h("path", { fill: "#000", "fill-opacity": ".1", d: "M8.254 12.432a4.755 4.755 0 0 1 .647-1.889L4.533 5.986l3.721 6.446zm6.626 4.965a4.756 4.756 0 0 1-1.88.386l-1.842 6.06 3.722-6.446zm.977-8.223c.577.432 1.055.99 1.39 1.633l6.066-1.633h-7.456z" }))),
133
+ markup: () => (h("g", { fill: "none" }, h("path", { fill: "#FFF", d: "M2 13c0 6.065 4.935 11 11 11s11-4.935 11-11S19.065 2 13 2 2 6.935 2 13z" }), h("circle", { cx: "13", cy: "13", r: "3.826", fill: "#4C8BF4" }), h("path", { fill: "#DD5144", d: "M8.254 12.432A4.788 4.788 0 0 1 13 8.217h9.904C21.122 4.541 17.353 2 13 2a10.982 10.982 0 0 0-8.467 3.986l3.721 6.446z" }), h("path", { fill: "#18A05E", d: "M14.88 17.397a4.756 4.756 0 0 1-1.88.386 4.781 4.781 0 0 1-4.137-2.395l-.005.003-4.95-8.574A10.938 10.938 0 0 0 2 13c0 5.438 3.967 9.964 9.158 10.843l3.722-6.446z" }), h("path", { fill: "#FFCE44", d: "M15.857 9.174A4.773 4.773 0 0 1 17.783 13c0 .87-.238 1.685-.646 2.388l.005.003-4.951 8.576c.267.02.536.033.809.033 6.066 0 11-4.934 11-11 0-1.345-.243-2.634-.687-3.826h-7.456z" }), h("path", { fill: "#000", "fill-opacity": ".1", d: "M8.254 12.432a4.755 4.755 0 0 1 .647-1.889L4.533 5.986l3.721 6.446zm6.626 4.965a4.756 4.756 0 0 1-1.88.386l-1.842 6.06 3.722-6.446zm.977-8.223c.577.432 1.055.99 1.39 1.633l6.066-1.633h-7.456z" }))),
250
134
  },
251
135
  'browser-chrome-filled': {
252
- markup: () => (h("g", null,
253
- h("path", { d: "M23.282 9.097C23.745 10.31 24 11.626 24 13c0 6.066-4.934 11-11 11-.336 0-.668-.018-.997-.047l4.992-8.647c.004-.007.004-.016.008-.023a4.58 4.58 0 0 0 .61-2.283 4.61 4.61 0 0 0-2.166-3.903zM4.016 6.665l4.989 8.641c.008.015.02.026.03.04A4.61 4.61 0 0 0 13 17.612a4.58 4.58 0 0 0 2.154-.537l-3.915 6.781C6.008 23.011 2 18.466 2 13c0-2.358.748-4.543 2.016-6.335zM13 9.097A3.908 3.908 0 0 1 16.903 13 3.908 3.908 0 0 1 13 16.903 3.908 3.908 0 0 1 9.097 13 3.908 3.908 0 0 1 13 9.097zM13 2c4.419 0 8.235 2.62 9.982 6.387H13a4.615 4.615 0 0 0-4.604 4.444L4.48 6.051A10.983 10.983 0 0 1 13 2z", class: "filled" }))),
136
+ markup: () => (h("g", null, h("path", { d: "M23.282 9.097C23.745 10.31 24 11.626 24 13c0 6.066-4.934 11-11 11-.336 0-.668-.018-.997-.047l4.992-8.647c.004-.007.004-.016.008-.023a4.58 4.58 0 0 0 .61-2.283 4.61 4.61 0 0 0-2.166-3.903zM4.016 6.665l4.989 8.641c.008.015.02.026.03.04A4.61 4.61 0 0 0 13 17.612a4.58 4.58 0 0 0 2.154-.537l-3.915 6.781C6.008 23.011 2 18.466 2 13c0-2.358.748-4.543 2.016-6.335zM13 9.097A3.908 3.908 0 0 1 16.903 13 3.908 3.908 0 0 1 13 16.903 3.908 3.908 0 0 1 9.097 13 3.908 3.908 0 0 1 13 9.097zM13 2c4.419 0 8.235 2.62 9.982 6.387H13a4.615 4.615 0 0 0-4.604 4.444L4.48 6.051A10.983 10.983 0 0 1 13 2z", class: "filled" }))),
254
137
  },
255
138
  'browser-edge': {
256
139
  markup: () => (h("path", { d: "M6.154 7.732c-2.574 1.602-4.045 3.88-4.045 3.88C2.53 6.325 6.67 2 12.284 2c1.006 0 3.118.175 5.02 1.347 2.434 1.502 3.83 3.511 4.385 5.78.473 1.94.394 3.818.394 5.432H8.493s-.332 4.566 5.918 4.566c2.14 0 4.179-.48 5.85-1.623l.002 4.562s-2.558 1.576-6.422 1.576c-4.85 0-7.969-2.688-8.942-6.138-.278-.986-.275-1.943-.275-2.47 0-1.973.674-3.857 1.843-5.218 1.516-1.764 3.43-2.54 3.43-2.54-.813.947-1.356 2.233-1.496 3.448h7.674s.449-4.586-4.342-4.586c-1.805 0-4.022.626-5.579 1.596z", class: "stroke-primary" })),
257
140
  },
258
141
  'browser-edge-color': {
259
- markup: () => (h("g", { fill: "none" },
260
- h("linearGradient", { id: "edge-color-a", x1: "0%", x2: "100%", y1: "50%", y2: "50%" },
261
- h("stop", { offset: "0%", "stop-color": "#0C59A4" }),
262
- h("stop", { offset: "100%", "stop-color": "#114A8B" })),
263
- h("radialGradient", { id: "edge-color-b", cx: "55.246%", cy: "50.925%", r: "61.977%", fx: "55.246%", fy: "50.925%", gradientTransform: "matrix(.86318 0 0 1 .076 0)" },
264
- h("stop", { offset: "72%", "stop-opacity": "0" }),
265
- h("stop", { offset: "95%", "stop-opacity": ".53" }),
266
- h("stop", { offset: "100%" })),
267
- h("linearGradient", { id: "edge-color-c", x1: "76.686%", x2: "33.244%", y1: "24.806%", y2: "83.174%" },
268
- h("stop", { offset: "0%", "stop-color": "#1B9DE2" }),
269
- h("stop", { offset: "16%", "stop-color": "#1595DF" }),
270
- h("stop", { offset: "67%", "stop-color": "#0680D7" }),
271
- h("stop", { offset: "100%", "stop-color": "#0078D4" })),
272
- h("radialGradient", { id: "edge-color-d", cx: "41.826%", cy: "72.559%", r: "85.105%", fx: "41.826%", fy: "72.559%", gradientTransform: "scale(1 .81072) rotate(-81.384 .517 .81)" },
273
- h("stop", { offset: "76%", "stop-opacity": "0" }),
274
- h("stop", { offset: "95%", "stop-opacity": ".5" }),
275
- h("stop", { offset: "100%" })),
276
- h("radialGradient", { id: "edge-color-e", cx: "10.104%", cy: "27.783%", r: "118.842%", fx: "10.104%", fy: "27.783%", gradientTransform: "scale(-.66586 -1) rotate(-87.709 -.315 .132)" },
277
- h("stop", { offset: "0%", "stop-color": "#35C1F1" }),
278
- h("stop", { offset: "11%", "stop-color": "#34C1ED" }),
279
- h("stop", { offset: "23%", "stop-color": "#2FC2DF" }),
280
- h("stop", { offset: "31%", "stop-color": "#2BC3D2" }),
281
- h("stop", { offset: "67%", "stop-color": "#36C752" })),
282
- h("radialGradient", { id: "edge-color-f", cx: "93.772%", cy: "45.395%", r: "57.101%", fx: "93.772%", fy: "45.395%", gradientTransform: "matrix(.18644 .96 -.63922 .28 1.053 -.573)" },
283
- h("stop", { offset: "0%", "stop-color": "#66EB6E" }),
284
- h("stop", { offset: "100%", "stop-color": "#66EB6E", "stop-opacity": "0" })),
285
- h("path", { fill: "url(#edge-color-a)", d: "M21.856 18.372a8.035 8.035 0 0 1-.905.405 8.745 8.745 0 0 1-3.085.555c-4.065 0-7.609-2.797-7.609-6.387.01-.98.551-1.878 1.412-2.346-3.678.154-4.623 3.987-4.623 6.232 0 6.349 5.851 6.993 7.112 6.993a9.166 9.166 0 0 0 2.32-.392l.112-.038a11.032 11.032 0 0 0 5.724-4.537.344.344 0 0 0-.458-.485z" }),
286
- h("path", { fill: "url(#edge-color-b)", d: "M21.856 18.372a8.035 8.035 0 0 1-.905.405 8.745 8.745 0 0 1-3.085.555c-4.065 0-7.609-2.797-7.609-6.387.01-.98.551-1.878 1.412-2.346-3.678.154-4.623 3.987-4.623 6.232 0 6.349 5.851 6.993 7.112 6.993a9.166 9.166 0 0 0 2.32-.392l.112-.038a11.032 11.032 0 0 0 5.724-4.537.344.344 0 0 0-.458-.485z", opacity: ".35" }),
287
- h("path", { fill: "url(#edge-color-c)", d: "M11.087 22.744a6.81 6.81 0 0 1-1.954-1.834A6.938 6.938 0 0 1 11.67 10.6c.411-.222.87-.34 1.336-.344a2.78 2.78 0 0 1 2.206 1.119 2.74 2.74 0 0 1 .547 1.604c0-.019 2.102-6.84-6.875-6.84-3.772-.003-6.874 3.577-6.874 6.719a11.183 11.183 0 0 0 1.042 4.811 11 11 0 0 0 13.44 5.767 6.493 6.493 0 0 1-5.395-.687l-.01-.004z" }),
288
- h("path", { fill: "url(#edge-color-d)", d: "M11.087 22.744a6.81 6.81 0 0 1-1.954-1.834A6.938 6.938 0 0 1 11.67 10.6c.411-.222.87-.34 1.336-.344a2.78 2.78 0 0 1 2.206 1.119 2.74 2.74 0 0 1 .547 1.604c0-.019 2.102-6.84-6.875-6.84-3.772-.003-6.874 3.577-6.874 6.719a11.183 11.183 0 0 0 1.042 4.811 11 11 0 0 0 13.44 5.767 6.493 6.493 0 0 1-5.395-.687l-.01-.004z", opacity: ".41" }),
289
- h("path", { fill: "url(#edge-color-e)", d: "M15.09 14.79c-.07.09-.284.215-.284.487a.802.802 0 0 0 .406.621c1.236.861 3.565.746 3.572.746a5.117 5.117 0 0 0 2.6-.718A5.275 5.275 0 0 0 24 11.383a7.6 7.6 0 0 0-.975-3.774C21.205 4.047 17.274 2 13 2 6.986 2 2.086 6.83 2 12.843c.041-3.14 3.162-5.678 6.875-5.678a8.313 8.313 0 0 1 3.609.866 6.24 6.24 0 0 1 2.651 2.51 5.53 5.53 0 0 1 .626 2.535 3.104 3.104 0 0 1-.671 1.714z" }),
290
- h("path", { fill: "url(#edge-color-f)", d: "M15.09 14.79c-.07.09-.284.215-.284.487a.802.802 0 0 0 .406.621c1.236.861 3.565.746 3.572.746a5.117 5.117 0 0 0 2.6-.718A5.275 5.275 0 0 0 24 11.383a7.6 7.6 0 0 0-.975-3.774C21.205 4.047 17.274 2 13 2 6.986 2 2.086 6.83 2 12.843c.041-3.14 3.162-5.678 6.875-5.678a8.313 8.313 0 0 1 3.609.866 6.24 6.24 0 0 1 2.651 2.51 5.53 5.53 0 0 1 .626 2.535 3.104 3.104 0 0 1-.671 1.714z" }))),
142
+ markup: () => (h("g", { fill: "none" }, h("linearGradient", { id: "edge-color-a", x1: "0%", x2: "100%", y1: "50%", y2: "50%" }, h("stop", { offset: "0%", "stop-color": "#0C59A4" }), h("stop", { offset: "100%", "stop-color": "#114A8B" })), h("radialGradient", { id: "edge-color-b", cx: "55.246%", cy: "50.925%", r: "61.977%", fx: "55.246%", fy: "50.925%", gradientTransform: "matrix(.86318 0 0 1 .076 0)" }, h("stop", { offset: "72%", "stop-opacity": "0" }), h("stop", { offset: "95%", "stop-opacity": ".53" }), h("stop", { offset: "100%" })), h("linearGradient", { id: "edge-color-c", x1: "76.686%", x2: "33.244%", y1: "24.806%", y2: "83.174%" }, h("stop", { offset: "0%", "stop-color": "#1B9DE2" }), h("stop", { offset: "16%", "stop-color": "#1595DF" }), h("stop", { offset: "67%", "stop-color": "#0680D7" }), h("stop", { offset: "100%", "stop-color": "#0078D4" })), h("radialGradient", { id: "edge-color-d", cx: "41.826%", cy: "72.559%", r: "85.105%", fx: "41.826%", fy: "72.559%", gradientTransform: "scale(1 .81072) rotate(-81.384 .517 .81)" }, h("stop", { offset: "76%", "stop-opacity": "0" }), h("stop", { offset: "95%", "stop-opacity": ".5" }), h("stop", { offset: "100%" })), h("radialGradient", { id: "edge-color-e", cx: "10.104%", cy: "27.783%", r: "118.842%", fx: "10.104%", fy: "27.783%", gradientTransform: "scale(-.66586 -1) rotate(-87.709 -.315 .132)" }, h("stop", { offset: "0%", "stop-color": "#35C1F1" }), h("stop", { offset: "11%", "stop-color": "#34C1ED" }), h("stop", { offset: "23%", "stop-color": "#2FC2DF" }), h("stop", { offset: "31%", "stop-color": "#2BC3D2" }), h("stop", { offset: "67%", "stop-color": "#36C752" })), h("radialGradient", { id: "edge-color-f", cx: "93.772%", cy: "45.395%", r: "57.101%", fx: "93.772%", fy: "45.395%", gradientTransform: "matrix(.18644 .96 -.63922 .28 1.053 -.573)" }, h("stop", { offset: "0%", "stop-color": "#66EB6E" }), h("stop", { offset: "100%", "stop-color": "#66EB6E", "stop-opacity": "0" })), h("path", { fill: "url(#edge-color-a)", d: "M21.856 18.372a8.035 8.035 0 0 1-.905.405 8.745 8.745 0 0 1-3.085.555c-4.065 0-7.609-2.797-7.609-6.387.01-.98.551-1.878 1.412-2.346-3.678.154-4.623 3.987-4.623 6.232 0 6.349 5.851 6.993 7.112 6.993a9.166 9.166 0 0 0 2.32-.392l.112-.038a11.032 11.032 0 0 0 5.724-4.537.344.344 0 0 0-.458-.485z" }), h("path", { fill: "url(#edge-color-b)", d: "M21.856 18.372a8.035 8.035 0 0 1-.905.405 8.745 8.745 0 0 1-3.085.555c-4.065 0-7.609-2.797-7.609-6.387.01-.98.551-1.878 1.412-2.346-3.678.154-4.623 3.987-4.623 6.232 0 6.349 5.851 6.993 7.112 6.993a9.166 9.166 0 0 0 2.32-.392l.112-.038a11.032 11.032 0 0 0 5.724-4.537.344.344 0 0 0-.458-.485z", opacity: ".35" }), h("path", { fill: "url(#edge-color-c)", d: "M11.087 22.744a6.81 6.81 0 0 1-1.954-1.834A6.938 6.938 0 0 1 11.67 10.6c.411-.222.87-.34 1.336-.344a2.78 2.78 0 0 1 2.206 1.119 2.74 2.74 0 0 1 .547 1.604c0-.019 2.102-6.84-6.875-6.84-3.772-.003-6.874 3.577-6.874 6.719a11.183 11.183 0 0 0 1.042 4.811 11 11 0 0 0 13.44 5.767 6.493 6.493 0 0 1-5.395-.687l-.01-.004z" }), h("path", { fill: "url(#edge-color-d)", d: "M11.087 22.744a6.81 6.81 0 0 1-1.954-1.834A6.938 6.938 0 0 1 11.67 10.6c.411-.222.87-.34 1.336-.344a2.78 2.78 0 0 1 2.206 1.119 2.74 2.74 0 0 1 .547 1.604c0-.019 2.102-6.84-6.875-6.84-3.772-.003-6.874 3.577-6.874 6.719a11.183 11.183 0 0 0 1.042 4.811 11 11 0 0 0 13.44 5.767 6.493 6.493 0 0 1-5.395-.687l-.01-.004z", opacity: ".41" }), h("path", { fill: "url(#edge-color-e)", d: "M15.09 14.79c-.07.09-.284.215-.284.487a.802.802 0 0 0 .406.621c1.236.861 3.565.746 3.572.746a5.117 5.117 0 0 0 2.6-.718A5.275 5.275 0 0 0 24 11.383a7.6 7.6 0 0 0-.975-3.774C21.205 4.047 17.274 2 13 2 6.986 2 2.086 6.83 2 12.843c.041-3.14 3.162-5.678 6.875-5.678a8.313 8.313 0 0 1 3.609.866 6.24 6.24 0 0 1 2.651 2.51 5.53 5.53 0 0 1 .626 2.535 3.104 3.104 0 0 1-.671 1.714z" }), h("path", { fill: "url(#edge-color-f)", d: "M15.09 14.79c-.07.09-.284.215-.284.487a.802.802 0 0 0 .406.621c1.236.861 3.565.746 3.572.746a5.117 5.117 0 0 0 2.6-.718A5.275 5.275 0 0 0 24 11.383a7.6 7.6 0 0 0-.975-3.774C21.205 4.047 17.274 2 13 2 6.986 2 2.086 6.83 2 12.843c.041-3.14 3.162-5.678 6.875-5.678a8.313 8.313 0 0 1 3.609.866 6.24 6.24 0 0 1 2.651 2.51 5.53 5.53 0 0 1 .626 2.535 3.104 3.104 0 0 1-.671 1.714z" }))),
291
143
  },
292
144
  'browser-edge-filled': {
293
- markup: () => (h("g", null,
294
- h("path", { d: "M8.267 7.679a7.7 7.7 0 0 1 3.317.794 5.65 5.65 0 0 1 2.414 2.285c.051.087.096.177.138.268a2.3 2.3 0 0 0-1.139-.314c-.975-.003-1.867.718-2.173.941a7.069 7.069 0 0 0-1.544 9.874 6.898 6.898 0 0 0 1.993 1.87l.023.014c.364.224.748.413 1.148.564a10.98 10.98 0 0 1-9.395-6.311 11.322 11.322 0 0 1-1.04-4.806c0-.097.005-.193.007-.29.175-2.714 2.921-4.89 6.25-4.89zm2.466 4.994a2.2 2.2 0 0 0-.021.275c0 3.197 3.135 5.8 6.985 5.8h.017a8.06 8.06 0 0 0 2.835-.513c.285-.107.564-.23.834-.372a.7.7 0 0 1 .922.99 11.227 11.227 0 0 1-5.826 4.57 5.888 5.888 0 0 1-4.81-.645l-.026-.015a6.174 6.174 0 0 1-1.768-1.666 6.332 6.332 0 0 1 .858-8.424zM12.994 2l.338.004c4.263.107 7.95 2.239 9.678 5.617l.045.09a7.605 7.605 0 0 1 .935 3.727 5.48 5.48 0 0 1-2.708 4.705 5.308 5.308 0 0 1-2.698.744c-.23.008-2.42.073-3.66-.789a1.127 1.127 0 0 1-.55-.901.898.898 0 0 1 .324-.67l.03-.029c.38-.454.579-1.033.556-1.624a5.696 5.696 0 0 0-.651-2.484 6.372 6.372 0 0 0-2.709-2.567 8.332 8.332 0 0 0-3.657-.878 7.467 7.467 0 0 0-5.688 2.48 10.85 10.85 0 0 1 2.67-4.24A10.974 10.974 0 0 1 12.995 2z", class: "filled" }))),
145
+ markup: () => (h("g", null, h("path", { d: "M8.267 7.679a7.7 7.7 0 0 1 3.317.794 5.65 5.65 0 0 1 2.414 2.285c.051.087.096.177.138.268a2.3 2.3 0 0 0-1.139-.314c-.975-.003-1.867.718-2.173.941a7.069 7.069 0 0 0-1.544 9.874 6.898 6.898 0 0 0 1.993 1.87l.023.014c.364.224.748.413 1.148.564a10.98 10.98 0 0 1-9.395-6.311 11.322 11.322 0 0 1-1.04-4.806c0-.097.005-.193.007-.29.175-2.714 2.921-4.89 6.25-4.89zm2.466 4.994a2.2 2.2 0 0 0-.021.275c0 3.197 3.135 5.8 6.985 5.8h.017a8.06 8.06 0 0 0 2.835-.513c.285-.107.564-.23.834-.372a.7.7 0 0 1 .922.99 11.227 11.227 0 0 1-5.826 4.57 5.888 5.888 0 0 1-4.81-.645l-.026-.015a6.174 6.174 0 0 1-1.768-1.666 6.332 6.332 0 0 1 .858-8.424zM12.994 2l.338.004c4.263.107 7.95 2.239 9.678 5.617l.045.09a7.605 7.605 0 0 1 .935 3.727 5.48 5.48 0 0 1-2.708 4.705 5.308 5.308 0 0 1-2.698.744c-.23.008-2.42.073-3.66-.789a1.127 1.127 0 0 1-.55-.901.898.898 0 0 1 .324-.67l.03-.029c.38-.454.579-1.033.556-1.624a5.696 5.696 0 0 0-.651-2.484 6.372 6.372 0 0 0-2.709-2.567 8.332 8.332 0 0 0-3.657-.878 7.467 7.467 0 0 0-5.688 2.48 10.85 10.85 0 0 1 2.67-4.24A10.974 10.974 0 0 1 12.995 2z", class: "filled" }))),
295
146
  },
296
147
  'browser-firefox': {
297
- markup: () => (h("g", null,
298
- h("path", { d: "M5.028 5.579A10.9 10.9 0 0 1 13.148 2c1.808 0 3.512.439 5.017 1.212", class: "stroke-primary" }),
299
- h("path", { d: "M10.39 10.58c.467-.587 2.11-1.107 2.448-1.933.08-.195.17-.654-.091-.75-.435-.105-1.47-.108-1.851-.105a1.145 1.145 0 0 1-1.13-.788c-.077-.26-.227-.877 1.497-2.299-1.916-.279-2.897 1.05-3.024 1.252-1.032-.257-1.908-.195-2.64.04l-.003-.002c-1.212-.582-1.288-2.183-1.288-2.183S2.773 5.047 3.15 7.862c-2.001 4.123-.526 8.989.33 10.454C4.26 19.655 7.13 24 13.89 24c6.758 0 10.216-6.266 9.658-7.771.828-1.646 1.192-3.59 1.023-5.371-.391-4.155-4.268-6.93-4.268-6.93s.048.266.12.833c-1.024-1.105-1.868-1.67-3.292-1.67 1.955 1.409 3.825 5.278 3.673 8.529-.44-1.123-1.043-1.59-1.043-1.59.513 4.684-1.97 8.051-3.91 8.434-1.453.286-4.16.167-5.903-1.875 1.083.265 2.552.153 3.427-.453.529-.366 1.117-.87 1.68-.843.44.02.702-.33.374-.705-.327-.376-1.194-1.087-2.2-.61-2.76 1.307-4.603-.626-4.283-1.76.206-.731.89-.612 1.39-.153 0 0 .258-.792.055-1.485z", class: "stroke-secondary filled" }))),
148
+ markup: () => (h("g", null, h("path", { d: "M5.028 5.579A10.9 10.9 0 0 1 13.148 2c1.808 0 3.512.439 5.017 1.212", class: "stroke-primary" }), h("path", { d: "M10.39 10.58c.467-.587 2.11-1.107 2.448-1.933.08-.195.17-.654-.091-.75-.435-.105-1.47-.108-1.851-.105a1.145 1.145 0 0 1-1.13-.788c-.077-.26-.227-.877 1.497-2.299-1.916-.279-2.897 1.05-3.024 1.252-1.032-.257-1.908-.195-2.64.04l-.003-.002c-1.212-.582-1.288-2.183-1.288-2.183S2.773 5.047 3.15 7.862c-2.001 4.123-.526 8.989.33 10.454C4.26 19.655 7.13 24 13.89 24c6.758 0 10.216-6.266 9.658-7.771.828-1.646 1.192-3.59 1.023-5.371-.391-4.155-4.268-6.93-4.268-6.93s.048.266.12.833c-1.024-1.105-1.868-1.67-3.292-1.67 1.955 1.409 3.825 5.278 3.673 8.529-.44-1.123-1.043-1.59-1.043-1.59.513 4.684-1.97 8.051-3.91 8.434-1.453.286-4.16.167-5.903-1.875 1.083.265 2.552.153 3.427-.453.529-.366 1.117-.87 1.68-.843.44.02.702-.33.374-.705-.327-.376-1.194-1.087-2.2-.61-2.76 1.307-4.603-.626-4.283-1.76.206-.731.89-.612 1.39-.153 0 0 .258-.792.055-1.485z", class: "stroke-secondary filled" }))),
300
149
  },
301
150
  'browser-firefox-color': {
302
- markup: () => (h("g", { fill: "none" },
303
- h("linearGradient", { id: "firefox-color-a", x1: "87.259%", x2: "9.369%", y1: "15.492%", y2: "93.116%" },
304
- h("stop", { offset: "4.8%", "stop-color": "#FFF44F" }),
305
- h("stop", { offset: "11.1%", "stop-color": "#FFE847" }),
306
- h("stop", { offset: "22.5%", "stop-color": "#FFC830" }),
307
- h("stop", { offset: "36.8%", "stop-color": "#FF980E" }),
308
- h("stop", { offset: "40.1%", "stop-color": "#FF8B16" }),
309
- h("stop", { offset: "46.2%", "stop-color": "#FF672A" }),
310
- h("stop", { offset: "53.4%", "stop-color": "#FF3647" }),
311
- h("stop", { offset: "70.5%", "stop-color": "#E31587" })),
312
- h("radialGradient", { id: "firefox-color-b", cx: "85.913%", cy: "-12.934%", r: "128.347%", fx: "85.913%", fy: "-12.934%", gradientTransform: "matrix(.81314 0 0 1 .16 0)" },
313
- h("stop", { offset: "12.9%", "stop-color": "#FFBD4F" }),
314
- h("stop", { offset: "18.6%", "stop-color": "#FFAC31" }),
315
- h("stop", { offset: "24.7%", "stop-color": "#FF9D17" }),
316
- h("stop", { offset: "28.3%", "stop-color": "#FF980E" }),
317
- h("stop", { offset: "40.3%", "stop-color": "#FF563B" }),
318
- h("stop", { offset: "46.7%", "stop-color": "#FF3750" }),
319
- h("stop", { offset: "71%", "stop-color": "#F5156C" }),
320
- h("stop", { offset: "78.2%", "stop-color": "#EB0878" }),
321
- h("stop", { offset: "86%", "stop-color": "#E50080" })),
322
- h("radialGradient", { id: "firefox-color-c", cx: "47.778%", cy: "39.538%", r: "128.347%", fx: "47.778%", fy: "39.538%", gradientTransform: "matrix(.81314 0 0 1 .09 0)" },
323
- h("stop", { offset: "30%", "stop-color": "#960E18" }),
324
- h("stop", { offset: "35.1%", "stop-color": "#B11927", "stop-opacity": ".74" }),
325
- h("stop", { offset: "43.5%", "stop-color": "#DB293D", "stop-opacity": ".343" }),
326
- h("stop", { offset: "49.7%", "stop-color": "#F5334B", "stop-opacity": ".094" }),
327
- h("stop", { offset: "53%", "stop-color": "#FF3750", "stop-opacity": "0" })),
328
- h("radialGradient", { id: "firefox-color-d", cx: "49.996%", cy: "-29.998%", r: "314.953%", fx: "49.996%", fy: "-29.998%", gradientTransform: "matrix(1 0 0 .58897 0 -.123)" },
329
- h("stop", { offset: "13.2%", "stop-color": "#FFF44F" }),
330
- h("stop", { offset: "25.2%", "stop-color": "#FFDC3E" }),
331
- h("stop", { offset: "50.6%", "stop-color": "#FF9D12" }),
332
- h("stop", { offset: "52.6%", "stop-color": "#FF980E" })),
333
- h("radialGradient", { id: "firefox-color-e", cx: "19.455%", cy: "110.087%", r: "111.743%", fx: "19.455%", fy: "110.087%", gradientTransform: "matrix(1 0 0 .91227 0 .097)" },
334
- h("stop", { offset: "35.3%", "stop-color": "#3A8EE6" }),
335
- h("stop", { offset: "47.2%", "stop-color": "#5C79F0" }),
336
- h("stop", { offset: "66.9%", "stop-color": "#9059FF" }),
337
- h("stop", { offset: "100%", "stop-color": "#C139E6" })),
338
- h("radialGradient", { id: "firefox-color-f", cx: "58.238%", cy: "36.619%", r: "59.246%", fx: "58.238%", fy: "36.619%", gradientTransform: "scale(1 .91227) rotate(-13.592 .73 .384)" },
339
- h("stop", { offset: "20.6%", "stop-color": "#9059FF", "stop-opacity": "0" }),
340
- h("stop", { offset: "27.8%", "stop-color": "#8C4FF3", "stop-opacity": ".064" }),
341
- h("stop", { offset: "74.7%", "stop-color": "#7716A8", "stop-opacity": ".45" }),
342
- h("stop", { offset: "97.5%", "stop-color": "#6E008B", "stop-opacity": ".6" })),
343
- h("radialGradient", { id: "firefox-color-g", cx: "208.116%", cy: "-103.936%", r: "293.24%", fx: "208.116%", fy: "-103.936%", gradientTransform: "matrix(1 0 0 .9963 0 -.004)" },
344
- h("stop", { offset: "0%", "stop-color": "#FFE226" }),
345
- h("stop", { offset: "12.1%", "stop-color": "#FFDB27" }),
346
- h("stop", { offset: "29.5%", "stop-color": "#FFC82A" }),
347
- h("stop", { offset: "50.2%", "stop-color": "#FFA930" }),
348
- h("stop", { offset: "73.2%", "stop-color": "#FF7E37" }),
349
- h("stop", { offset: "79.2%", "stop-color": "#FF7139" })),
350
- h("radialGradient", { id: "firefox-color-h", cx: "79.305%", cy: "-40.886%", r: "193.792%", fx: "79.305%", fy: "-40.886%", gradientTransform: "matrix(.83955 0 0 1 .127 0)" },
351
- h("stop", { offset: "11.3%", "stop-color": "#FFF44F" }),
352
- h("stop", { offset: "45.6%", "stop-color": "#FF980E" }),
353
- h("stop", { offset: "62.2%", "stop-color": "#FF5634" }),
354
- h("stop", { offset: "71.6%", "stop-color": "#FF3647" }),
355
- h("stop", { offset: "90.4%", "stop-color": "#E31587" })),
356
- h("radialGradient", { id: "firefox-color-i", cx: "6.322%", cy: "-10.342%", r: "348.744%", fx: "6.322%", fy: "-10.342%", gradientTransform: "scale(1 .47353) rotate(83.976 .127 -.16)" },
357
- h("stop", { offset: "0%", "stop-color": "#FFF44F" }),
358
- h("stop", { offset: "6%", "stop-color": "#FFE847" }),
359
- h("stop", { offset: "16.8%", "stop-color": "#FFC830" }),
360
- h("stop", { offset: "30.4%", "stop-color": "#FF980E" }),
361
- h("stop", { offset: "35.6%", "stop-color": "#FF8B16" }),
362
- h("stop", { offset: "45.5%", "stop-color": "#FF672A" }),
363
- h("stop", { offset: "57%", "stop-color": "#FF3647" }),
364
- h("stop", { offset: "73.7%", "stop-color": "#E31587" })),
365
- h("radialGradient", { id: "firefox-color-j", cx: "15.372%", cy: "-42.681%", r: "238.693%", fx: "15.372%", fy: "-42.681%", gradientTransform: "matrix(.9813 0 0 1 .003 0)" },
366
- h("stop", { offset: "13.7%", "stop-color": "#FFF44F" }),
367
- h("stop", { offset: "48%", "stop-color": "#FF980E" }),
368
- h("stop", { offset: "59.2%", "stop-color": "#FF5634" }),
369
- h("stop", { offset: "65.5%", "stop-color": "#FF3647" }),
370
- h("stop", { offset: "90.4%", "stop-color": "#E31587" })),
371
- h("radialGradient", { id: "firefox-color-k", cx: "155.387%", cy: "-44.592%", r: "312.831%", fx: "155.387%", fy: "-44.592%", gradientTransform: "matrix(.89553 0 0 1 .162 0)" },
372
- h("stop", { offset: "9.4%", "stop-color": "#FFF44F" }),
373
- h("stop", { offset: "23.1%", "stop-color": "#FFE141" }),
374
- h("stop", { offset: "50.9%", "stop-color": "#FFAF1E" }),
375
- h("stop", { offset: "62.6%", "stop-color": "#FF980E" })),
376
- h("linearGradient", { id: "firefox-color-l", x1: "86.323%", x2: "20.047%", y1: "15.077%", y2: "83.535%" },
377
- h("stop", { offset: "16.7%", "stop-color": "#FFF44F", "stop-opacity": ".8" }),
378
- h("stop", { offset: "26.6%", "stop-color": "#FFF44F", "stop-opacity": ".634" }),
379
- h("stop", { offset: "48.9%", "stop-color": "#FFF44F", "stop-opacity": ".217" }),
380
- h("stop", { offset: "60%", "stop-color": "#FFF44F", "stop-opacity": "0" })),
381
- h("path", { fill: "url(#firefox-color-a)", d: "M23.046 9.567C22.57 8.424 21.607 7.19 20.853 6.8a11.357 11.357 0 0 1 1.107 3.318l.002.018c-1.236-3.081-3.332-4.324-5.044-7.03a13.284 13.284 0 0 1-.258-.418 3.452 3.452 0 0 1-.12-.225 1.99 1.99 0 0 1-.163-.433.028.028 0 0 0-.025-.029.039.039 0 0 0-.02 0l-.006.003-.008.005.005-.008c-2.746 1.608-3.678 4.584-3.764 6.073a5.468 5.468 0 0 0-3.008 1.16 3.268 3.268 0 0 0-.282-.214 5.068 5.068 0 0 1-.03-2.672A8.096 8.096 0 0 0 6.606 8.38h-.005c-.433-.549-.403-2.36-.378-2.738-.128.052-.25.117-.365.194a7.96 7.96 0 0 0-1.068.915c-.375.38-.716.79-1.022 1.226v.002-.002a9.232 9.232 0 0 0-1.467 3.312l-.015.072c-.02.097-.094.578-.107.683l-.003.024A10.418 10.418 0 0 0 2 13.576v.056a10.932 10.932 0 0 0 21.705 1.849c.018-.141.033-.28.05-.423a11.242 11.242 0 0 0-.71-5.491zm-12.6 8.556c.051.025.1.051.152.075l.007.005a5.687 5.687 0 0 1-.159-.08z" }),
382
- h("path", { fill: "url(#firefox-color-b)", d: "M23.046 9.567C22.57 8.424 21.607 7.19 20.853 6.8a11.357 11.357 0 0 1 1.107 3.318v.01l.002.012a9.9 9.9 0 0 1-.34 7.378c-1.253 2.688-4.286 5.443-9.033 5.31-5.13-.146-9.646-3.952-10.49-8.937-.154-.786 0-1.185.077-1.823A8.145 8.145 0 0 0 2 13.576v.056a10.932 10.932 0 0 0 21.705 1.849c.018-.141.033-.28.05-.423a11.242 11.242 0 0 0-.71-5.491z" }),
383
- h("path", { fill: "url(#firefox-color-c)", d: "M23.046 9.567C22.57 8.424 21.607 7.19 20.853 6.8a11.357 11.357 0 0 1 1.107 3.318v.01l.002.012a9.9 9.9 0 0 1-.34 7.378c-1.253 2.688-4.286 5.443-9.033 5.31-5.13-.146-9.646-3.952-10.49-8.937-.154-.786 0-1.185.077-1.823A8.145 8.145 0 0 0 2 13.576v.056a10.932 10.932 0 0 0 21.705 1.849c.018-.141.033-.28.05-.423a11.242 11.242 0 0 0-.71-5.491z" }),
384
- h("path", { fill: "url(#firefox-color-d)", d: "M17.733 10.852c.024.016.046.033.068.05a5.951 5.951 0 0 0-1.015-1.325c-3.398-3.398-.89-7.368-.468-7.57l.005-.006c-2.746 1.608-3.678 4.584-3.764 6.073.128-.009.254-.02.385-.02a5.517 5.517 0 0 1 4.79 2.798z" }),
385
- h("path", { fill: "url(#firefox-color-e)", d: "M12.95 11.53c-.017.272-.978 1.21-1.314 1.21-3.108 0-3.613 1.88-3.613 1.88.138 1.584 1.24 2.888 2.575 3.578a6.065 6.065 0 0 0 .505.22c.458.161.937.254 1.423.274 5.448.255 6.503-6.516 2.572-8.48a3.774 3.774 0 0 1 2.635.64 5.517 5.517 0 0 0-4.79-2.798c-.13 0-.256.011-.384.02a5.468 5.468 0 0 0-3.008 1.16c.167.14.355.329.751.72.742.73 2.644 1.487 2.649 1.576z" }),
386
- h("path", { fill: "url(#firefox-color-f)", d: "M12.95 11.53c-.017.272-.978 1.21-1.314 1.21-3.108 0-3.613 1.88-3.613 1.88.138 1.584 1.24 2.888 2.575 3.578a6.065 6.065 0 0 0 .505.22c.458.161.937.254 1.423.274 5.448.255 6.503-6.516 2.572-8.48a3.774 3.774 0 0 1 2.635.64 5.517 5.517 0 0 0-4.79-2.798c-.13 0-.256.011-.384.02a5.468 5.468 0 0 0-3.008 1.16c.167.14.355.329.751.72.742.73 2.644 1.487 2.649 1.576z" }),
387
- h("path", { fill: "url(#firefox-color-g)", d: "M9.041 8.87c.089.056.162.105.226.15a5.068 5.068 0 0 1-.03-2.672A8.096 8.096 0 0 0 6.604 8.38c.053-.001 1.64-.03 2.436.489z" }),
388
- h("path", { fill: "url(#firefox-color-h)", d: "M2.1 13.891c.843 4.985 5.361 8.791 10.49 8.936 4.747.134 7.78-2.621 9.033-5.31a9.9 9.9 0 0 0 .34-7.377v-.01c0-.009-.002-.014 0-.011l.002.018c.388 2.532-.9 4.985-2.913 6.644l-.007.014c-3.922 3.195-7.676 1.928-8.436 1.41a5.687 5.687 0 0 1-.16-.079c-2.286-1.093-3.231-3.177-3.029-4.964a2.807 2.807 0 0 1-2.59-1.629 4.123 4.123 0 0 1 4.02-.161 5.444 5.444 0 0 0 4.104.161c-.004-.089-1.907-.846-2.648-1.577-.397-.39-.585-.578-.752-.72a3.268 3.268 0 0 0-.282-.214 15.3 15.3 0 0 0-.225-.15c-.798-.518-2.383-.49-2.436-.488h-.005c-.433-.549-.403-2.36-.378-2.738-.128.052-.25.117-.365.194a7.96 7.96 0 0 0-1.068.915 9.546 9.546 0 0 0-1.026 1.223v.002-.002a9.232 9.232 0 0 0-1.467 3.312c-.005.022-.394 1.72-.202 2.601z" }),
389
- h("path", { fill: "url(#firefox-color-i)", d: "M16.787 9.577c.399.392.74.839 1.015 1.326.06.045.116.09.164.134 2.478 2.285 1.18 5.514 1.083 5.744 2.013-1.659 3.3-4.112 2.913-6.644-1.236-3.082-3.332-4.325-5.044-7.03a13.284 13.284 0 0 1-.258-.419 3.452 3.452 0 0 1-.12-.225 1.99 1.99 0 0 1-.163-.433.028.028 0 0 0-.025-.029.039.039 0 0 0-.02 0l-.006.003-.008.005c-.422.2-2.93 4.17.469 7.568z" }),
390
- h("path", { fill: "url(#firefox-color-j)", d: "M17.964 11.036a2.28 2.28 0 0 0-.164-.134c-.022-.017-.044-.034-.068-.05a3.774 3.774 0 0 0-2.636-.64c3.932 1.966 2.877 8.735-2.572 8.48a4.861 4.861 0 0 1-1.422-.275 5.762 5.762 0 0 1-.505-.22l.007.006c.76.518 4.513 1.786 8.437-1.41l.006-.015c.098-.228 1.397-3.458-1.083-5.742z" }),
391
- h("path", { fill: "url(#firefox-color-k)", d: "M8.023 14.62s.505-1.88 3.613-1.88c.336 0 1.297-.938 1.315-1.21a5.444 5.444 0 0 1-4.105-.161 4.123 4.123 0 0 0-4.019.161 2.807 2.807 0 0 0 2.59 1.63c-.203 1.786.742 3.87 3.03 4.963.05.025.098.051.15.075-1.334-.69-2.436-1.994-2.574-3.578z" }),
392
- h("path", { fill: "url(#firefox-color-l)", d: "M23.046 9.567C22.57 8.424 21.607 7.19 20.853 6.8a11.357 11.357 0 0 1 1.107 3.318l.002.018c-1.236-3.081-3.332-4.324-5.044-7.03a13.284 13.284 0 0 1-.258-.418 3.452 3.452 0 0 1-.12-.225 1.99 1.99 0 0 1-.163-.433.028.028 0 0 0-.025-.029.039.039 0 0 0-.02 0l-.006.003-.008.005.005-.008c-2.746 1.608-3.678 4.584-3.764 6.073.128-.009.254-.02.385-.02a5.517 5.517 0 0 1 4.79 2.798 3.774 3.774 0 0 0-2.636-.64c3.931 1.966 2.877 8.735-2.572 8.48a4.861 4.861 0 0 1-1.423-.275 5.762 5.762 0 0 1-.505-.22l.007.006a5.687 5.687 0 0 1-.159-.08c.051.025.1.051.152.075-1.335-.69-2.437-1.994-2.575-3.578 0 0 .505-1.88 3.613-1.88.336 0 1.297-.938 1.315-1.21-.005-.089-1.907-.846-2.649-1.576-.396-.391-.584-.58-.75-.72a3.268 3.268 0 0 0-.283-.214 5.068 5.068 0 0 1-.03-2.672A8.096 8.096 0 0 0 6.606 8.38h-.005c-.433-.549-.403-2.36-.378-2.738-.128.052-.25.117-.365.194a7.96 7.96 0 0 0-1.068.915c-.375.38-.716.79-1.022 1.226v.002-.002a9.232 9.232 0 0 0-1.467 3.312l-.015.072c-.02.097-.112.585-.126.69 0 .008 0-.008 0 0A12.719 12.719 0 0 0 2 13.576v.056a10.932 10.932 0 0 0 21.705 1.849c.018-.141.033-.28.05-.423a11.242 11.242 0 0 0-.71-5.491z" }))),
151
+ markup: () => (h("g", { fill: "none" }, h("linearGradient", { id: "firefox-color-a", x1: "87.259%", x2: "9.369%", y1: "15.492%", y2: "93.116%" }, h("stop", { offset: "4.8%", "stop-color": "#FFF44F" }), h("stop", { offset: "11.1%", "stop-color": "#FFE847" }), h("stop", { offset: "22.5%", "stop-color": "#FFC830" }), h("stop", { offset: "36.8%", "stop-color": "#FF980E" }), h("stop", { offset: "40.1%", "stop-color": "#FF8B16" }), h("stop", { offset: "46.2%", "stop-color": "#FF672A" }), h("stop", { offset: "53.4%", "stop-color": "#FF3647" }), h("stop", { offset: "70.5%", "stop-color": "#E31587" })), h("radialGradient", { id: "firefox-color-b", cx: "85.913%", cy: "-12.934%", r: "128.347%", fx: "85.913%", fy: "-12.934%", gradientTransform: "matrix(.81314 0 0 1 .16 0)" }, h("stop", { offset: "12.9%", "stop-color": "#FFBD4F" }), h("stop", { offset: "18.6%", "stop-color": "#FFAC31" }), h("stop", { offset: "24.7%", "stop-color": "#FF9D17" }), h("stop", { offset: "28.3%", "stop-color": "#FF980E" }), h("stop", { offset: "40.3%", "stop-color": "#FF563B" }), h("stop", { offset: "46.7%", "stop-color": "#FF3750" }), h("stop", { offset: "71%", "stop-color": "#F5156C" }), h("stop", { offset: "78.2%", "stop-color": "#EB0878" }), h("stop", { offset: "86%", "stop-color": "#E50080" })), h("radialGradient", { id: "firefox-color-c", cx: "47.778%", cy: "39.538%", r: "128.347%", fx: "47.778%", fy: "39.538%", gradientTransform: "matrix(.81314 0 0 1 .09 0)" }, h("stop", { offset: "30%", "stop-color": "#960E18" }), h("stop", { offset: "35.1%", "stop-color": "#B11927", "stop-opacity": ".74" }), h("stop", { offset: "43.5%", "stop-color": "#DB293D", "stop-opacity": ".343" }), h("stop", { offset: "49.7%", "stop-color": "#F5334B", "stop-opacity": ".094" }), h("stop", { offset: "53%", "stop-color": "#FF3750", "stop-opacity": "0" })), h("radialGradient", { id: "firefox-color-d", cx: "49.996%", cy: "-29.998%", r: "314.953%", fx: "49.996%", fy: "-29.998%", gradientTransform: "matrix(1 0 0 .58897 0 -.123)" }, h("stop", { offset: "13.2%", "stop-color": "#FFF44F" }), h("stop", { offset: "25.2%", "stop-color": "#FFDC3E" }), h("stop", { offset: "50.6%", "stop-color": "#FF9D12" }), h("stop", { offset: "52.6%", "stop-color": "#FF980E" })), h("radialGradient", { id: "firefox-color-e", cx: "19.455%", cy: "110.087%", r: "111.743%", fx: "19.455%", fy: "110.087%", gradientTransform: "matrix(1 0 0 .91227 0 .097)" }, h("stop", { offset: "35.3%", "stop-color": "#3A8EE6" }), h("stop", { offset: "47.2%", "stop-color": "#5C79F0" }), h("stop", { offset: "66.9%", "stop-color": "#9059FF" }), h("stop", { offset: "100%", "stop-color": "#C139E6" })), h("radialGradient", { id: "firefox-color-f", cx: "58.238%", cy: "36.619%", r: "59.246%", fx: "58.238%", fy: "36.619%", gradientTransform: "scale(1 .91227) rotate(-13.592 .73 .384)" }, h("stop", { offset: "20.6%", "stop-color": "#9059FF", "stop-opacity": "0" }), h("stop", { offset: "27.8%", "stop-color": "#8C4FF3", "stop-opacity": ".064" }), h("stop", { offset: "74.7%", "stop-color": "#7716A8", "stop-opacity": ".45" }), h("stop", { offset: "97.5%", "stop-color": "#6E008B", "stop-opacity": ".6" })), h("radialGradient", { id: "firefox-color-g", cx: "208.116%", cy: "-103.936%", r: "293.24%", fx: "208.116%", fy: "-103.936%", gradientTransform: "matrix(1 0 0 .9963 0 -.004)" }, h("stop", { offset: "0%", "stop-color": "#FFE226" }), h("stop", { offset: "12.1%", "stop-color": "#FFDB27" }), h("stop", { offset: "29.5%", "stop-color": "#FFC82A" }), h("stop", { offset: "50.2%", "stop-color": "#FFA930" }), h("stop", { offset: "73.2%", "stop-color": "#FF7E37" }), h("stop", { offset: "79.2%", "stop-color": "#FF7139" })), h("radialGradient", { id: "firefox-color-h", cx: "79.305%", cy: "-40.886%", r: "193.792%", fx: "79.305%", fy: "-40.886%", gradientTransform: "matrix(.83955 0 0 1 .127 0)" }, h("stop", { offset: "11.3%", "stop-color": "#FFF44F" }), h("stop", { offset: "45.6%", "stop-color": "#FF980E" }), h("stop", { offset: "62.2%", "stop-color": "#FF5634" }), h("stop", { offset: "71.6%", "stop-color": "#FF3647" }), h("stop", { offset: "90.4%", "stop-color": "#E31587" })), h("radialGradient", { id: "firefox-color-i", cx: "6.322%", cy: "-10.342%", r: "348.744%", fx: "6.322%", fy: "-10.342%", gradientTransform: "scale(1 .47353) rotate(83.976 .127 -.16)" }, h("stop", { offset: "0%", "stop-color": "#FFF44F" }), h("stop", { offset: "6%", "stop-color": "#FFE847" }), h("stop", { offset: "16.8%", "stop-color": "#FFC830" }), h("stop", { offset: "30.4%", "stop-color": "#FF980E" }), h("stop", { offset: "35.6%", "stop-color": "#FF8B16" }), h("stop", { offset: "45.5%", "stop-color": "#FF672A" }), h("stop", { offset: "57%", "stop-color": "#FF3647" }), h("stop", { offset: "73.7%", "stop-color": "#E31587" })), h("radialGradient", { id: "firefox-color-j", cx: "15.372%", cy: "-42.681%", r: "238.693%", fx: "15.372%", fy: "-42.681%", gradientTransform: "matrix(.9813 0 0 1 .003 0)" }, h("stop", { offset: "13.7%", "stop-color": "#FFF44F" }), h("stop", { offset: "48%", "stop-color": "#FF980E" }), h("stop", { offset: "59.2%", "stop-color": "#FF5634" }), h("stop", { offset: "65.5%", "stop-color": "#FF3647" }), h("stop", { offset: "90.4%", "stop-color": "#E31587" })), h("radialGradient", { id: "firefox-color-k", cx: "155.387%", cy: "-44.592%", r: "312.831%", fx: "155.387%", fy: "-44.592%", gradientTransform: "matrix(.89553 0 0 1 .162 0)" }, h("stop", { offset: "9.4%", "stop-color": "#FFF44F" }), h("stop", { offset: "23.1%", "stop-color": "#FFE141" }), h("stop", { offset: "50.9%", "stop-color": "#FFAF1E" }), h("stop", { offset: "62.6%", "stop-color": "#FF980E" })), h("linearGradient", { id: "firefox-color-l", x1: "86.323%", x2: "20.047%", y1: "15.077%", y2: "83.535%" }, h("stop", { offset: "16.7%", "stop-color": "#FFF44F", "stop-opacity": ".8" }), h("stop", { offset: "26.6%", "stop-color": "#FFF44F", "stop-opacity": ".634" }), h("stop", { offset: "48.9%", "stop-color": "#FFF44F", "stop-opacity": ".217" }), h("stop", { offset: "60%", "stop-color": "#FFF44F", "stop-opacity": "0" })), h("path", { fill: "url(#firefox-color-a)", d: "M23.046 9.567C22.57 8.424 21.607 7.19 20.853 6.8a11.357 11.357 0 0 1 1.107 3.318l.002.018c-1.236-3.081-3.332-4.324-5.044-7.03a13.284 13.284 0 0 1-.258-.418 3.452 3.452 0 0 1-.12-.225 1.99 1.99 0 0 1-.163-.433.028.028 0 0 0-.025-.029.039.039 0 0 0-.02 0l-.006.003-.008.005.005-.008c-2.746 1.608-3.678 4.584-3.764 6.073a5.468 5.468 0 0 0-3.008 1.16 3.268 3.268 0 0 0-.282-.214 5.068 5.068 0 0 1-.03-2.672A8.096 8.096 0 0 0 6.606 8.38h-.005c-.433-.549-.403-2.36-.378-2.738-.128.052-.25.117-.365.194a7.96 7.96 0 0 0-1.068.915c-.375.38-.716.79-1.022 1.226v.002-.002a9.232 9.232 0 0 0-1.467 3.312l-.015.072c-.02.097-.094.578-.107.683l-.003.024A10.418 10.418 0 0 0 2 13.576v.056a10.932 10.932 0 0 0 21.705 1.849c.018-.141.033-.28.05-.423a11.242 11.242 0 0 0-.71-5.491zm-12.6 8.556c.051.025.1.051.152.075l.007.005a5.687 5.687 0 0 1-.159-.08z" }), h("path", { fill: "url(#firefox-color-b)", d: "M23.046 9.567C22.57 8.424 21.607 7.19 20.853 6.8a11.357 11.357 0 0 1 1.107 3.318v.01l.002.012a9.9 9.9 0 0 1-.34 7.378c-1.253 2.688-4.286 5.443-9.033 5.31-5.13-.146-9.646-3.952-10.49-8.937-.154-.786 0-1.185.077-1.823A8.145 8.145 0 0 0 2 13.576v.056a10.932 10.932 0 0 0 21.705 1.849c.018-.141.033-.28.05-.423a11.242 11.242 0 0 0-.71-5.491z" }), h("path", { fill: "url(#firefox-color-c)", d: "M23.046 9.567C22.57 8.424 21.607 7.19 20.853 6.8a11.357 11.357 0 0 1 1.107 3.318v.01l.002.012a9.9 9.9 0 0 1-.34 7.378c-1.253 2.688-4.286 5.443-9.033 5.31-5.13-.146-9.646-3.952-10.49-8.937-.154-.786 0-1.185.077-1.823A8.145 8.145 0 0 0 2 13.576v.056a10.932 10.932 0 0 0 21.705 1.849c.018-.141.033-.28.05-.423a11.242 11.242 0 0 0-.71-5.491z" }), h("path", { fill: "url(#firefox-color-d)", d: "M17.733 10.852c.024.016.046.033.068.05a5.951 5.951 0 0 0-1.015-1.325c-3.398-3.398-.89-7.368-.468-7.57l.005-.006c-2.746 1.608-3.678 4.584-3.764 6.073.128-.009.254-.02.385-.02a5.517 5.517 0 0 1 4.79 2.798z" }), h("path", { fill: "url(#firefox-color-e)", d: "M12.95 11.53c-.017.272-.978 1.21-1.314 1.21-3.108 0-3.613 1.88-3.613 1.88.138 1.584 1.24 2.888 2.575 3.578a6.065 6.065 0 0 0 .505.22c.458.161.937.254 1.423.274 5.448.255 6.503-6.516 2.572-8.48a3.774 3.774 0 0 1 2.635.64 5.517 5.517 0 0 0-4.79-2.798c-.13 0-.256.011-.384.02a5.468 5.468 0 0 0-3.008 1.16c.167.14.355.329.751.72.742.73 2.644 1.487 2.649 1.576z" }), h("path", { fill: "url(#firefox-color-f)", d: "M12.95 11.53c-.017.272-.978 1.21-1.314 1.21-3.108 0-3.613 1.88-3.613 1.88.138 1.584 1.24 2.888 2.575 3.578a6.065 6.065 0 0 0 .505.22c.458.161.937.254 1.423.274 5.448.255 6.503-6.516 2.572-8.48a3.774 3.774 0 0 1 2.635.64 5.517 5.517 0 0 0-4.79-2.798c-.13 0-.256.011-.384.02a5.468 5.468 0 0 0-3.008 1.16c.167.14.355.329.751.72.742.73 2.644 1.487 2.649 1.576z" }), h("path", { fill: "url(#firefox-color-g)", d: "M9.041 8.87c.089.056.162.105.226.15a5.068 5.068 0 0 1-.03-2.672A8.096 8.096 0 0 0 6.604 8.38c.053-.001 1.64-.03 2.436.489z" }), h("path", { fill: "url(#firefox-color-h)", d: "M2.1 13.891c.843 4.985 5.361 8.791 10.49 8.936 4.747.134 7.78-2.621 9.033-5.31a9.9 9.9 0 0 0 .34-7.377v-.01c0-.009-.002-.014 0-.011l.002.018c.388 2.532-.9 4.985-2.913 6.644l-.007.014c-3.922 3.195-7.676 1.928-8.436 1.41a5.687 5.687 0 0 1-.16-.079c-2.286-1.093-3.231-3.177-3.029-4.964a2.807 2.807 0 0 1-2.59-1.629 4.123 4.123 0 0 1 4.02-.161 5.444 5.444 0 0 0 4.104.161c-.004-.089-1.907-.846-2.648-1.577-.397-.39-.585-.578-.752-.72a3.268 3.268 0 0 0-.282-.214 15.3 15.3 0 0 0-.225-.15c-.798-.518-2.383-.49-2.436-.488h-.005c-.433-.549-.403-2.36-.378-2.738-.128.052-.25.117-.365.194a7.96 7.96 0 0 0-1.068.915 9.546 9.546 0 0 0-1.026 1.223v.002-.002a9.232 9.232 0 0 0-1.467 3.312c-.005.022-.394 1.72-.202 2.601z" }), h("path", { fill: "url(#firefox-color-i)", d: "M16.787 9.577c.399.392.74.839 1.015 1.326.06.045.116.09.164.134 2.478 2.285 1.18 5.514 1.083 5.744 2.013-1.659 3.3-4.112 2.913-6.644-1.236-3.082-3.332-4.325-5.044-7.03a13.284 13.284 0 0 1-.258-.419 3.452 3.452 0 0 1-.12-.225 1.99 1.99 0 0 1-.163-.433.028.028 0 0 0-.025-.029.039.039 0 0 0-.02 0l-.006.003-.008.005c-.422.2-2.93 4.17.469 7.568z" }), h("path", { fill: "url(#firefox-color-j)", d: "M17.964 11.036a2.28 2.28 0 0 0-.164-.134c-.022-.017-.044-.034-.068-.05a3.774 3.774 0 0 0-2.636-.64c3.932 1.966 2.877 8.735-2.572 8.48a4.861 4.861 0 0 1-1.422-.275 5.762 5.762 0 0 1-.505-.22l.007.006c.76.518 4.513 1.786 8.437-1.41l.006-.015c.098-.228 1.397-3.458-1.083-5.742z" }), h("path", { fill: "url(#firefox-color-k)", d: "M8.023 14.62s.505-1.88 3.613-1.88c.336 0 1.297-.938 1.315-1.21a5.444 5.444 0 0 1-4.105-.161 4.123 4.123 0 0 0-4.019.161 2.807 2.807 0 0 0 2.59 1.63c-.203 1.786.742 3.87 3.03 4.963.05.025.098.051.15.075-1.334-.69-2.436-1.994-2.574-3.578z" }), h("path", { fill: "url(#firefox-color-l)", d: "M23.046 9.567C22.57 8.424 21.607 7.19 20.853 6.8a11.357 11.357 0 0 1 1.107 3.318l.002.018c-1.236-3.081-3.332-4.324-5.044-7.03a13.284 13.284 0 0 1-.258-.418 3.452 3.452 0 0 1-.12-.225 1.99 1.99 0 0 1-.163-.433.028.028 0 0 0-.025-.029.039.039 0 0 0-.02 0l-.006.003-.008.005.005-.008c-2.746 1.608-3.678 4.584-3.764 6.073.128-.009.254-.02.385-.02a5.517 5.517 0 0 1 4.79 2.798 3.774 3.774 0 0 0-2.636-.64c3.931 1.966 2.877 8.735-2.572 8.48a4.861 4.861 0 0 1-1.423-.275 5.762 5.762 0 0 1-.505-.22l.007.006a5.687 5.687 0 0 1-.159-.08c.051.025.1.051.152.075-1.335-.69-2.437-1.994-2.575-3.578 0 0 .505-1.88 3.613-1.88.336 0 1.297-.938 1.315-1.21-.005-.089-1.907-.846-2.649-1.576-.396-.391-.584-.58-.75-.72a3.268 3.268 0 0 0-.283-.214 5.068 5.068 0 0 1-.03-2.672A8.096 8.096 0 0 0 6.606 8.38h-.005c-.433-.549-.403-2.36-.378-2.738-.128.052-.25.117-.365.194a7.96 7.96 0 0 0-1.068.915c-.375.38-.716.79-1.022 1.226v.002-.002a9.232 9.232 0 0 0-1.467 3.312l-.015.072c-.02.097-.112.585-.126.69 0 .008 0-.008 0 0A12.719 12.719 0 0 0 2 13.576v.056a10.932 10.932 0 0 0 21.705 1.849c.018-.141.033-.28.05-.423a11.242 11.242 0 0 0-.71-5.491z" }))),
393
152
  },
394
153
  'browser-firefox-filled': {
395
- markup: () => (h("g", null,
396
- h("path", { d: "M16.342 2l.01.001c.01.002.018.007.022.015l.003.014c.037.15.092.295.163.433.034.068.072.143.12.225.085.145.171.282.258.419 1.626 2.57 3.599 3.82 4.852 6.581l.19.44v-.01a11.357 11.357 0 0 0-.913-2.924l-.194-.394.143.082c.73.462 1.604 1.613 2.05 2.685.69 1.742.934 3.63.709 5.49l-.05.424a10.933 10.933 0 0 1-10.54 9.072l-.288.002a10.932 10.932 0 0 1-10.872-10.63L2 13.575c.006-.248.023-.497.051-.744l.088-.65c.072-.496.16-.88.163-.89a9.232 9.232 0 0 1 1.24-2.976l.227-.337.237-.321c.244-.317.507-.618.789-.902a7.96 7.96 0 0 1 1.068-.915c.115-.077.237-.142.365-.194l-.008.204c-.016.564.004 1.851.31 2.417l.076.117c.024-.002.024-.003 0-.003a8.096 8.096 0 0 1 2.63-2.033 5.068 5.068 0 0 0-.043 2.38l.074.292.149.105.138.111c.164.138.352.327.748.718.742.73 2.644 1.487 2.649 1.576-.018.272-.98 1.21-1.315 1.21-3.108 0-3.613 1.88-3.613 1.88.138 1.584 1.24 2.888 2.575 3.578a6.065 6.065 0 0 0 .505.22c.458.161.937.254 1.423.274 5.448.255 6.503-6.516 2.572-8.48a3.774 3.774 0 0 1 2.635.64 5.517 5.517 0 0 0-4.79-2.798c-.13 0-.256.011-.384.02l.012-.154c.134-1.479 1.032-4.17 3.483-5.753l.26-.161-.032.023a.634.634 0 0 0-.049.043l-.068.072a.853.853 0 0 1 .111-.108L16.332 2l.01-.001z", class: "filled" }))),
154
+ markup: () => (h("g", null, h("path", { d: "M16.342 2l.01.001c.01.002.018.007.022.015l.003.014c.037.15.092.295.163.433.034.068.072.143.12.225.085.145.171.282.258.419 1.626 2.57 3.599 3.82 4.852 6.581l.19.44v-.01a11.357 11.357 0 0 0-.913-2.924l-.194-.394.143.082c.73.462 1.604 1.613 2.05 2.685.69 1.742.934 3.63.709 5.49l-.05.424a10.933 10.933 0 0 1-10.54 9.072l-.288.002a10.932 10.932 0 0 1-10.872-10.63L2 13.575c.006-.248.023-.497.051-.744l.088-.65c.072-.496.16-.88.163-.89a9.232 9.232 0 0 1 1.24-2.976l.227-.337.237-.321c.244-.317.507-.618.789-.902a7.96 7.96 0 0 1 1.068-.915c.115-.077.237-.142.365-.194l-.008.204c-.016.564.004 1.851.31 2.417l.076.117c.024-.002.024-.003 0-.003a8.096 8.096 0 0 1 2.63-2.033 5.068 5.068 0 0 0-.043 2.38l.074.292.149.105.138.111c.164.138.352.327.748.718.742.73 2.644 1.487 2.649 1.576-.018.272-.98 1.21-1.315 1.21-3.108 0-3.613 1.88-3.613 1.88.138 1.584 1.24 2.888 2.575 3.578a6.065 6.065 0 0 0 .505.22c.458.161.937.254 1.423.274 5.448.255 6.503-6.516 2.572-8.48a3.774 3.774 0 0 1 2.635.64 5.517 5.517 0 0 0-4.79-2.798c-.13 0-.256.011-.384.02l.012-.154c.134-1.479 1.032-4.17 3.483-5.753l.26-.161-.032.023a.634.634 0 0 0-.049.043l-.068.072a.853.853 0 0 1 .111-.108L16.332 2l.01-.001z", class: "filled" }))),
397
155
  },
398
156
  'browser-ie': {
399
- markup: () => (h("g", null,
400
- h("g", { class: "stroke-primary" },
401
- h("path", { d: "M13.366 8.6c2.963 0 2.934 2.933 2.934 2.933h-5.867S10.3 8.6 13.367 8.6z" }),
402
- h("path", { d: "M5.299 18.53c.863 1.105 3.177 3.27 8.039 3.27 6.186 0 8.11-4.153 8.641-5.867h-6.511c-.18.64-.685 1.467-2.101 1.467-3.171 0-2.934-3.667-2.934-3.667h11.764c.086-4.862-2.468-7.258-4.433-8.38m-3.302-1.118c-1.037-.187-4.113-.515-7.194 1.349-3.212 2.046-3.776 5.289-3.92 6.413-.21 1.618.385 3.518.385 3.518" })),
403
- h("path", { d: "M22.458 6.918c2.036-5.282-1.918-4.912-1.918-4.912-2.536 0-8.227 2.927-11.909 6.594-4.798 4.583-5.906 9.644-6.255 10.845C1.968 20.85 2.24 24 5.139 24c.805 0 1.613-.18 2.36-.44", class: "stroke-secondary" }))),
157
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M13.366 8.6c2.963 0 2.934 2.933 2.934 2.933h-5.867S10.3 8.6 13.367 8.6z" }), h("path", { d: "M5.299 18.53c.863 1.105 3.177 3.27 8.039 3.27 6.186 0 8.11-4.153 8.641-5.867h-6.511c-.18.64-.685 1.467-2.101 1.467-3.171 0-2.934-3.667-2.934-3.667h11.764c.086-4.862-2.468-7.258-4.433-8.38m-3.302-1.118c-1.037-.187-4.113-.515-7.194 1.349-3.212 2.046-3.776 5.289-3.92 6.413-.21 1.618.385 3.518.385 3.518" })), h("path", { d: "M22.458 6.918c2.036-5.282-1.918-4.912-1.918-4.912-2.536 0-8.227 2.927-11.909 6.594-4.798 4.583-5.906 9.644-6.255 10.845C1.968 20.85 2.24 24 5.139 24c.805 0 1.613-.18 2.36-.44", class: "stroke-secondary" }))),
404
158
  },
405
159
  'browser-ie-color': {
406
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
407
- h("path", { fill: "#00579A", "fill-rule": "nonzero", d: "M23.232 6.918c2.036-5.282-1.918-4.912-1.918-4.912-2.537 0-5.707 2.31-5.707 2.31s-3.783-1.02-7.565 1.268C3.92 8.21 4.056 12.877 4.056 12.877c3.352-4.802 8.017-6.75 8.017-6.75v.318c-6.885 4.708-8.515 11.596-8.923 13C2.742 20.849 3.014 24 5.913 24c2.9 0 5.844-2.336 5.844-2.336s.634.136 2.355.136c7.248 0 8.969-6.409 8.969-6.409h-6.432s-.453 2.106-2.763 2.106c-3.171 0-2.99-3.306-2.99-3.306h12.276c.588-8.516-6.84-9.74-6.84-9.74s2.625-1.857 4.892-1.857c3.592 0 1.894 4.209 1.894 4.209l.114.115zM11.397 21.57s-4.424 2.685-6.41.825c-1.064-1.86.665-4.495.665-4.495s1.463 2.713 5.745 3.67zm5.321-10.278H10.88s-.074-2.845 2.993-2.845c2.962 0 2.845 2.845 2.845 2.845z" }))),
160
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("path", { fill: "#00579A", "fill-rule": "nonzero", d: "M23.232 6.918c2.036-5.282-1.918-4.912-1.918-4.912-2.537 0-5.707 2.31-5.707 2.31s-3.783-1.02-7.565 1.268C3.92 8.21 4.056 12.877 4.056 12.877c3.352-4.802 8.017-6.75 8.017-6.75v.318c-6.885 4.708-8.515 11.596-8.923 13C2.742 20.849 3.014 24 5.913 24c2.9 0 5.844-2.336 5.844-2.336s.634.136 2.355.136c7.248 0 8.969-6.409 8.969-6.409h-6.432s-.453 2.106-2.763 2.106c-3.171 0-2.99-3.306-2.99-3.306h12.276c.588-8.516-6.84-9.74-6.84-9.74s2.625-1.857 4.892-1.857c3.592 0 1.894 4.209 1.894 4.209l.114.115zM11.397 21.57s-4.424 2.685-6.41.825c-1.064-1.86.665-4.495.665-4.495s1.463 2.713 5.745 3.67zm5.321-10.278H10.88s-.074-2.845 2.993-2.845c2.962 0 2.845 2.845 2.845 2.845z" }))),
408
161
  },
409
162
  'browser-ie-filled': {
410
- markup: () => (h("g", null,
411
- h("path", { d: "M23.228 6.918c2.035-5.282-1.918-4.912-1.918-4.912-2.536 0-5.706 2.31-5.706 2.31s-3.782-1.02-7.563 1.268C3.92 8.21 4.056 12.877 4.056 12.877c3.351-4.802 8.015-6.75 8.015-6.75v.318c-6.883 4.708-8.514 11.596-8.921 13C2.742 20.849 3.014 24 5.912 24s5.842-2.335 5.842-2.335.634.136 2.355.136c7.246 0 8.967-6.41 8.967-6.41h-6.43s-.454 2.106-2.763 2.106c-3.17 0-2.989-3.307-2.989-3.307h12.273c.588-8.515-6.839-9.739-6.839-9.739s2.625-1.857 4.892-1.857c3.591 0 1.893 4.209 1.893 4.209l.115.115zM11.395 21.57s-4.423 2.685-6.409.825c-1.063-1.86.665-4.495.665-4.495s1.463 2.713 5.744 3.67zm5.32-10.278h-5.837s-.073-2.845 2.993-2.845c2.96 0 2.844 2.845 2.844 2.845z", class: "filled" }))),
163
+ markup: () => (h("g", null, h("path", { d: "M23.228 6.918c2.035-5.282-1.918-4.912-1.918-4.912-2.536 0-5.706 2.31-5.706 2.31s-3.782-1.02-7.563 1.268C3.92 8.21 4.056 12.877 4.056 12.877c3.351-4.802 8.015-6.75 8.015-6.75v.318c-6.883 4.708-8.514 11.596-8.921 13C2.742 20.849 3.014 24 5.912 24s5.842-2.335 5.842-2.335.634.136 2.355.136c7.246 0 8.967-6.41 8.967-6.41h-6.43s-.454 2.106-2.763 2.106c-3.17 0-2.989-3.307-2.989-3.307h12.273c.588-8.515-6.839-9.739-6.839-9.739s2.625-1.857 4.892-1.857c3.591 0 1.893 4.209 1.893 4.209l.115.115zM11.395 21.57s-4.423 2.685-6.409.825c-1.063-1.86.665-4.495.665-4.495s1.463 2.713 5.744 3.67zm5.32-10.278h-5.837s-.073-2.845 2.993-2.845c2.96 0 2.844 2.845 2.844 2.845z", class: "filled" }))),
412
164
  },
413
165
  'browser-opera': {
414
- markup: () => (h("g", { class: "stroke-primary" },
415
- h("path", { d: "M9.38 19.2c-1.217-1.436-2.005-3.559-2.058-5.94v-.519c.053-2.382.84-4.504 2.057-5.94 1.578-2.049 3.924-3.348 6.544-3.348 1.611 0 3.119.492 4.408 1.347a10.96 10.96 0 0 0-7.29-2.8H13C6.925 2 2 6.925 2 13c0 5.9 4.644 10.714 10.476 10.987a10.959 10.959 0 0 0 7.855-2.787 7.936 7.936 0 0 1-4.408 1.348c-2.62 0-4.966-1.3-6.544-3.349z" }),
416
- h("path", { d: "M9.38 6.801c1.009-1.192 2.312-1.91 3.737-1.91 3.202 0 5.798 3.63 5.798 8.109 0 4.478-2.596 8.109-5.798 8.109-1.425 0-2.728-.719-3.738-1.91 1.578 2.05 3.924 3.348 6.544 3.348A7.937 7.937 0 0 0 20.33 21.2 10.97 10.97 0 0 0 24 13c0-3.259-1.417-6.186-3.669-8.2a7.937 7.937 0 0 0-4.408-1.347c-2.62 0-4.966 1.299-6.544 3.348z", class: "filled" }))),
166
+ markup: () => (h("g", { class: "stroke-primary" }, h("path", { d: "M9.38 19.2c-1.217-1.436-2.005-3.559-2.058-5.94v-.519c.053-2.382.84-4.504 2.057-5.94 1.578-2.049 3.924-3.348 6.544-3.348 1.611 0 3.119.492 4.408 1.347a10.96 10.96 0 0 0-7.29-2.8H13C6.925 2 2 6.925 2 13c0 5.9 4.644 10.714 10.476 10.987a10.959 10.959 0 0 0 7.855-2.787 7.936 7.936 0 0 1-4.408 1.348c-2.62 0-4.966-1.3-6.544-3.349z" }), h("path", { d: "M9.38 6.801c1.009-1.192 2.312-1.91 3.737-1.91 3.202 0 5.798 3.63 5.798 8.109 0 4.478-2.596 8.109-5.798 8.109-1.425 0-2.728-.719-3.738-1.91 1.578 2.05 3.924 3.348 6.544 3.348A7.937 7.937 0 0 0 20.33 21.2 10.97 10.97 0 0 0 24 13c0-3.259-1.417-6.186-3.669-8.2a7.937 7.937 0 0 0-4.408-1.347c-2.62 0-4.966 1.299-6.544 3.348z", class: "filled" }))),
417
167
  },
418
168
  'browser-opera-color': {
419
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
420
- h("path", { id: "opera-color-a", d: "M.193 0h18.276v21.674H.193z" }),
421
- h("path", { id: "opera-color-c", d: "M11.03 0C5.045 0 .193 4.852.193 10.838c0 5.812 4.575 10.554 10.32 10.824a10.796 10.796 0 0 0 7.739-2.745 7.817 7.817 0 0 1-4.343 1.327c-2.58 0-4.892-1.28-6.446-3.3-1.198-1.414-1.975-3.505-2.028-5.852v-.51c.053-2.347.83-4.438 2.028-5.852 1.554-2.018 3.866-3.299 6.446-3.299 1.587 0 3.073.485 4.343 1.327a10.795 10.795 0 0 0-7.18-2.757L11.03 0z" }),
422
- h("linearGradient", { id: "opera-color-d", x1: "49.999%", x2: "49.999%", y1: "0%", y2: "100%" },
423
- h("stop", { offset: "0%", "stop-color": "#FF1B2D" }),
424
- h("stop", { offset: "25%", "stop-color": "#FF1B2D" }),
425
- h("stop", { offset: "31.25%", "stop-color": "#FF1B2D" }),
426
- h("stop", { offset: "34.375%", "stop-color": "#FF1B2D" }),
427
- h("stop", { offset: "37.5%", "stop-color": "#FE1B2D" }),
428
- h("stop", { offset: "39.063%", "stop-color": "#FD1A2D" }),
429
- h("stop", { offset: "40.625%", "stop-color": "#FD1A2C" }),
430
- h("stop", { offset: "42.188%", "stop-color": "#FC1A2C" }),
431
- h("stop", { offset: "43.75%", "stop-color": "#FB1A2C" }),
432
- h("stop", { offset: "44.531%", "stop-color": "#FA1A2C" }),
433
- h("stop", { offset: "45.313%", "stop-color": "#FA192C" }),
434
- h("stop", { offset: "46.094%", "stop-color": "#F9192B" }),
435
- h("stop", { offset: "46.875%", "stop-color": "#F9192B" }),
436
- h("stop", { offset: "47.656%", "stop-color": "#F8192B" }),
437
- h("stop", { offset: "48.438%", "stop-color": "#F8192B" }),
438
- h("stop", { offset: "49.219%", "stop-color": "#F7192B" }),
439
- h("stop", { offset: "50%", "stop-color": "#F6182B" }),
440
- h("stop", { offset: "50.781%", "stop-color": "#F6182A" }),
441
- h("stop", { offset: "51.563%", "stop-color": "#F5182A" }),
442
- h("stop", { offset: "52.344%", "stop-color": "#F4182A" }),
443
- h("stop", { offset: "53.125%", "stop-color": "#F4172A" }),
444
- h("stop", { offset: "53.906%", "stop-color": "#F3172A" }),
445
- h("stop", { offset: "54.688%", "stop-color": "#F21729" }),
446
- h("stop", { offset: "55.469%", "stop-color": "#F11729" }),
447
- h("stop", { offset: "56.25%", "stop-color": "#F01729" }),
448
- h("stop", { offset: "57.031%", "stop-color": "#F01629" }),
449
- h("stop", { offset: "57.813%", "stop-color": "#EF1628" }),
450
- h("stop", { offset: "58.594%", "stop-color": "#EE1628" }),
451
- h("stop", { offset: "59.375%", "stop-color": "#ED1528" }),
452
- h("stop", { offset: "60.156%", "stop-color": "#EC1528" }),
453
- h("stop", { offset: "60.938%", "stop-color": "#EB1527" }),
454
- h("stop", { offset: "61.719%", "stop-color": "#EA1527" }),
455
- h("stop", { offset: "62.5%", "stop-color": "#E91427" }),
456
- h("stop", { offset: "62.891%", "stop-color": "#E81427" }),
457
- h("stop", { offset: "63.281%", "stop-color": "#E81426" }),
458
- h("stop", { offset: "63.672%", "stop-color": "#E71426" }),
459
- h("stop", { offset: "64.063%", "stop-color": "#E71426" }),
460
- h("stop", { offset: "64.453%", "stop-color": "#E61326" }),
461
- h("stop", { offset: "64.844%", "stop-color": "#E61326" }),
462
- h("stop", { offset: "65.234%", "stop-color": "#E51326" }),
463
- h("stop", { offset: "65.625%", "stop-color": "#E51326" }),
464
- h("stop", { offset: "66.016%", "stop-color": "#E41325" }),
465
- h("stop", { offset: "66.406%", "stop-color": "#E41325" }),
466
- h("stop", { offset: "66.797%", "stop-color": "#E31225" }),
467
- h("stop", { offset: "67.188%", "stop-color": "#E21225" }),
468
- h("stop", { offset: "67.578%", "stop-color": "#E21225" }),
469
- h("stop", { offset: "67.969%", "stop-color": "#E11225" }),
470
- h("stop", { offset: "68.359%", "stop-color": "#E11224" }),
471
- h("stop", { offset: "68.75%", "stop-color": "#E01224" }),
472
- h("stop", { offset: "69.141%", "stop-color": "#E01124" }),
473
- h("stop", { offset: "69.531%", "stop-color": "#DF1124" }),
474
- h("stop", { offset: "69.922%", "stop-color": "#DE1124" }),
475
- h("stop", { offset: "70.313%", "stop-color": "#DE1124" }),
476
- h("stop", { offset: "70.703%", "stop-color": "#DD1123" }),
477
- h("stop", { offset: "71.094%", "stop-color": "#DD1023" }),
478
- h("stop", { offset: "71.484%", "stop-color": "#DC1023" }),
479
- h("stop", { offset: "71.875%", "stop-color": "#DB1023" }),
480
- h("stop", { offset: "72.266%", "stop-color": "#DB1023" }),
481
- h("stop", { offset: "72.656%", "stop-color": "#DA1023" }),
482
- h("stop", { offset: "73.047%", "stop-color": "#DA1022" }),
483
- h("stop", { offset: "73.438%", "stop-color": "#D90F22" }),
484
- h("stop", { offset: "73.828%", "stop-color": "#D80F22" }),
485
- h("stop", { offset: "74.219%", "stop-color": "#D80F22" }),
486
- h("stop", { offset: "74.609%", "stop-color": "#D70F22" }),
487
- h("stop", { offset: "75%", "stop-color": "#D60F21" }),
488
- h("stop", { offset: "75.391%", "stop-color": "#D60E21" }),
489
- h("stop", { offset: "75.781%", "stop-color": "#D50E21" }),
490
- h("stop", { offset: "76.172%", "stop-color": "#D40E21" }),
491
- h("stop", { offset: "76.563%", "stop-color": "#D40E21" }),
492
- h("stop", { offset: "76.953%", "stop-color": "#D30E21" }),
493
- h("stop", { offset: "77.344%", "stop-color": "#D20D20" }),
494
- h("stop", { offset: "77.734%", "stop-color": "#D20D20" }),
495
- h("stop", { offset: "78.125%", "stop-color": "#D10D20" }),
496
- h("stop", { offset: "78.516%", "stop-color": "#D00D20" }),
497
- h("stop", { offset: "78.906%", "stop-color": "#D00C20" }),
498
- h("stop", { offset: "79.297%", "stop-color": "#CF0C1F" }),
499
- h("stop", { offset: "79.688%", "stop-color": "#CE0C1F" }),
500
- h("stop", { offset: "80.078%", "stop-color": "#CE0C1F" }),
501
- h("stop", { offset: "80.469%", "stop-color": "#CD0C1F" }),
502
- h("stop", { offset: "80.859%", "stop-color": "#CC0B1F" }),
503
- h("stop", { offset: "81.25%", "stop-color": "#CB0B1E" }),
504
- h("stop", { offset: "81.641%", "stop-color": "#CB0B1E" }),
505
- h("stop", { offset: "82.031%", "stop-color": "#CA0B1E" }),
506
- h("stop", { offset: "82.422%", "stop-color": "#C90A1E" }),
507
- h("stop", { offset: "82.813%", "stop-color": "#C80A1E" }),
508
- h("stop", { offset: "83.203%", "stop-color": "#C80A1D" }),
509
- h("stop", { offset: "83.594%", "stop-color": "#C70A1D" }),
510
- h("stop", { offset: "83.984%", "stop-color": "#C60A1D" }),
511
- h("stop", { offset: "84.375%", "stop-color": "#C5091D" }),
512
- h("stop", { offset: "84.766%", "stop-color": "#C5091C" }),
513
- h("stop", { offset: "85.156%", "stop-color": "#C4091C" }),
514
- h("stop", { offset: "85.547%", "stop-color": "#C3091C" }),
515
- h("stop", { offset: "85.938%", "stop-color": "#C2081C" }),
516
- h("stop", { offset: "86.328%", "stop-color": "#C2081C" }),
517
- h("stop", { offset: "86.719%", "stop-color": "#C1081B" }),
518
- h("stop", { offset: "87.109%", "stop-color": "#C0081B" }),
519
- h("stop", { offset: "87.5%", "stop-color": "#BF071B" }),
520
- h("stop", { offset: "87.891%", "stop-color": "#BE071B" }),
521
- h("stop", { offset: "88.281%", "stop-color": "#BE071A" }),
522
- h("stop", { offset: "88.672%", "stop-color": "#BD071A" }),
523
- h("stop", { offset: "89.063%", "stop-color": "#BC061A" }),
524
- h("stop", { offset: "89.453%", "stop-color": "#BB061A" }),
525
- h("stop", { offset: "89.844%", "stop-color": "#BA061A" }),
526
- h("stop", { offset: "90.234%", "stop-color": "#BA0619" }),
527
- h("stop", { offset: "90.625%", "stop-color": "#B90519" }),
528
- h("stop", { offset: "91.016%", "stop-color": "#B80519" }),
529
- h("stop", { offset: "91.406%", "stop-color": "#B70519" }),
530
- h("stop", { offset: "91.797%", "stop-color": "#B60518" }),
531
- h("stop", { offset: "92.188%", "stop-color": "#B50418" }),
532
- h("stop", { offset: "92.578%", "stop-color": "#B50418" }),
533
- h("stop", { offset: "92.969%", "stop-color": "#B40418" }),
534
- h("stop", { offset: "93.359%", "stop-color": "#B30417" }),
535
- h("stop", { offset: "93.75%", "stop-color": "#B20317" }),
536
- h("stop", { offset: "94.141%", "stop-color": "#B10317" }),
537
- h("stop", { offset: "94.531%", "stop-color": "#B00317" }),
538
- h("stop", { offset: "94.922%", "stop-color": "#AF0316" }),
539
- h("stop", { offset: "95.313%", "stop-color": "#AE0216" }),
540
- h("stop", { offset: "95.703%", "stop-color": "#AE0216" }),
541
- h("stop", { offset: "96.094%", "stop-color": "#AD0216" }),
542
- h("stop", { offset: "96.484%", "stop-color": "#AC0115" }),
543
- h("stop", { offset: "96.875%", "stop-color": "#AB0115" }),
544
- h("stop", { offset: "97.266%", "stop-color": "#AA0115" }),
545
- h("stop", { offset: "97.656%", "stop-color": "#A90115" }),
546
- h("stop", { offset: "98.047%", "stop-color": "#A80014" }),
547
- h("stop", { offset: "98.438%", "stop-color": "#A70014" }),
548
- h("stop", { offset: "100%", "stop-color": "#A70014" })),
549
- h("path", { id: "opera-color-f", d: "M0 0h14.667v19.012H0z" }),
550
- h("path", { id: "opera-color-h", d: "M.13 3.372C1.124 2.198 2.408 1.49 3.81 1.49c3.156 0 5.713 3.576 5.713 7.989 0 4.411-2.557 7.987-5.712 7.987-1.403 0-2.687-.707-3.681-1.88 1.554 2.018 3.865 3.299 6.446 3.299a7.817 7.817 0 0 0 4.342-1.327 10.81 10.81 0 0 0 3.616-8.08c0-3.21-1.398-6.095-3.615-8.079A7.821 7.821 0 0 0 6.576.073c-2.58 0-4.892 1.28-6.446 3.299" }),
551
- h("linearGradient", { id: "opera-color-i", x1: "49.998%", x2: "49.998%", y1: "-.001%", y2: "99.997%" },
552
- h("stop", { offset: "0%", "stop-color": "#9C0000" }),
553
- h("stop", { offset: ".781%", "stop-color": "#9C0000" }),
554
- h("stop", { offset: "1.172%", "stop-color": "#9D0000" }),
555
- h("stop", { offset: "1.563%", "stop-color": "#9D0101" }),
556
- h("stop", { offset: "1.953%", "stop-color": "#9E0101" }),
557
- h("stop", { offset: "2.344%", "stop-color": "#9E0202" }),
558
- h("stop", { offset: "2.734%", "stop-color": "#9F0202" }),
559
- h("stop", { offset: "3.125%", "stop-color": "#9F0202" }),
560
- h("stop", { offset: "3.516%", "stop-color": "#A00303" }),
561
- h("stop", { offset: "3.906%", "stop-color": "#A00303" }),
562
- h("stop", { offset: "4.297%", "stop-color": "#A10404" }),
563
- h("stop", { offset: "4.688%", "stop-color": "#A10404" }),
564
- h("stop", { offset: "5.078%", "stop-color": "#A20505" }),
565
- h("stop", { offset: "5.469%", "stop-color": "#A30505" }),
566
- h("stop", { offset: "5.859%", "stop-color": "#A30505" }),
567
- h("stop", { offset: "6.25%", "stop-color": "#A40606" }),
568
- h("stop", { offset: "6.641%", "stop-color": "#A40606" }),
569
- h("stop", { offset: "7.031%", "stop-color": "#A50707" }),
570
- h("stop", { offset: "7.422%", "stop-color": "#A50707" }),
571
- h("stop", { offset: "7.813%", "stop-color": "#A60808" }),
572
- h("stop", { offset: "8.203%", "stop-color": "#A70808" }),
573
- h("stop", { offset: "8.594%", "stop-color": "#A70808" }),
574
- h("stop", { offset: "8.984%", "stop-color": "#A80909" }),
575
- h("stop", { offset: "9.375%", "stop-color": "#A80909" }),
576
- h("stop", { offset: "9.766%", "stop-color": "#A90A0A" }),
577
- h("stop", { offset: "10.156%", "stop-color": "#A90A0A" }),
578
- h("stop", { offset: "10.547%", "stop-color": "#AA0B0B" }),
579
- h("stop", { offset: "10.938%", "stop-color": "#AA0B0B" }),
580
- h("stop", { offset: "11.328%", "stop-color": "#AB0B0B" }),
581
- h("stop", { offset: "11.719%", "stop-color": "#AC0C0C" }),
582
- h("stop", { offset: "12.109%", "stop-color": "#AC0C0C" }),
583
- h("stop", { offset: "12.5%", "stop-color": "#AD0D0D" }),
584
- h("stop", { offset: "12.891%", "stop-color": "#AD0D0D" }),
585
- h("stop", { offset: "13.281%", "stop-color": "#AE0D0D" }),
586
- h("stop", { offset: "13.672%", "stop-color": "#AE0E0E" }),
587
- h("stop", { offset: "14.063%", "stop-color": "#AF0E0E" }),
588
- h("stop", { offset: "14.453%", "stop-color": "#AF0F0F" }),
589
- h("stop", { offset: "14.844%", "stop-color": "#B00F0F" }),
590
- h("stop", { offset: "15.234%", "stop-color": "#B11010" }),
591
- h("stop", { offset: "15.625%", "stop-color": "#B11010" }),
592
- h("stop", { offset: "16.016%", "stop-color": "#B21010" }),
593
- h("stop", { offset: "16.406%", "stop-color": "#B21111" }),
594
- h("stop", { offset: "16.797%", "stop-color": "#B31111" }),
595
- h("stop", { offset: "17.188%", "stop-color": "#B31212" }),
596
- h("stop", { offset: "17.578%", "stop-color": "#B41212" }),
597
- h("stop", { offset: "17.969%", "stop-color": "#B51313" }),
598
- h("stop", { offset: "18.359%", "stop-color": "#B51313" }),
599
- h("stop", { offset: "18.75%", "stop-color": "#B61313" }),
600
- h("stop", { offset: "19.141%", "stop-color": "#B61414" }),
601
- h("stop", { offset: "19.531%", "stop-color": "#B71414" }),
602
- h("stop", { offset: "19.922%", "stop-color": "#B71515" }),
603
- h("stop", { offset: "20.313%", "stop-color": "#B81515" }),
604
- h("stop", { offset: "20.703%", "stop-color": "#B81616" }),
605
- h("stop", { offset: "21.094%", "stop-color": "#B91616" }),
606
- h("stop", { offset: "21.484%", "stop-color": "#BA1616" }),
607
- h("stop", { offset: "21.875%", "stop-color": "#BA1717" }),
608
- h("stop", { offset: "22.266%", "stop-color": "#BB1717" }),
609
- h("stop", { offset: "22.656%", "stop-color": "#BB1818" }),
610
- h("stop", { offset: "23.047%", "stop-color": "#BC1818" }),
611
- h("stop", { offset: "23.438%", "stop-color": "#BC1919" }),
612
- h("stop", { offset: "23.828%", "stop-color": "#BD1919" }),
613
- h("stop", { offset: "24.219%", "stop-color": "#BD1919" }),
614
- h("stop", { offset: "24.609%", "stop-color": "#BE1A1A" }),
615
- h("stop", { offset: "25%", "stop-color": "#BF1A1A" }),
616
- h("stop", { offset: "25.391%", "stop-color": "#BF1B1B" }),
617
- h("stop", { offset: "25.781%", "stop-color": "#C01B1B" }),
618
- h("stop", { offset: "26.172%", "stop-color": "#C01B1B" }),
619
- h("stop", { offset: "26.563%", "stop-color": "#C11C1C" }),
620
- h("stop", { offset: "26.953%", "stop-color": "#C11C1C" }),
621
- h("stop", { offset: "27.344%", "stop-color": "#C21D1D" }),
622
- h("stop", { offset: "27.734%", "stop-color": "#C21D1D" }),
623
- h("stop", { offset: "28.125%", "stop-color": "#C31E1E" }),
624
- h("stop", { offset: "28.516%", "stop-color": "#C41E1E" }),
625
- h("stop", { offset: "28.906%", "stop-color": "#C41E1E" }),
626
- h("stop", { offset: "29.297%", "stop-color": "#C51F1F" }),
627
- h("stop", { offset: "29.688%", "stop-color": "#C51F1F" }),
628
- h("stop", { offset: "30.078%", "stop-color": "#C62020" }),
629
- h("stop", { offset: "30.469%", "stop-color": "#C62020" }),
630
- h("stop", { offset: "30.859%", "stop-color": "#C72121" }),
631
- h("stop", { offset: "31.25%", "stop-color": "#C82121" }),
632
- h("stop", { offset: "31.641%", "stop-color": "#C82121" }),
633
- h("stop", { offset: "32.031%", "stop-color": "#C92222" }),
634
- h("stop", { offset: "32.422%", "stop-color": "#C92222" }),
635
- h("stop", { offset: "32.813%", "stop-color": "#CA2323" }),
636
- h("stop", { offset: "33.203%", "stop-color": "#CA2323" }),
637
- h("stop", { offset: "33.594%", "stop-color": "#CB2424" }),
638
- h("stop", { offset: "33.984%", "stop-color": "#CB2424" }),
639
- h("stop", { offset: "34.375%", "stop-color": "#CC2424" }),
640
- h("stop", { offset: "34.766%", "stop-color": "#CD2525" }),
641
- h("stop", { offset: "35.156%", "stop-color": "#CD2525" }),
642
- h("stop", { offset: "35.547%", "stop-color": "#CE2626" }),
643
- h("stop", { offset: "35.938%", "stop-color": "#CE2626" }),
644
- h("stop", { offset: "36.328%", "stop-color": "#CF2626" }),
645
- h("stop", { offset: "36.719%", "stop-color": "#CF2727" }),
646
- h("stop", { offset: "37.109%", "stop-color": "#D02727" }),
647
- h("stop", { offset: "37.5%", "stop-color": "#D02828" }),
648
- h("stop", { offset: "37.891%", "stop-color": "#D12828" }),
649
- h("stop", { offset: "38.281%", "stop-color": "#D22929" }),
650
- h("stop", { offset: "38.672%", "stop-color": "#D22929" }),
651
- h("stop", { offset: "39.063%", "stop-color": "#D32929" }),
652
- h("stop", { offset: "39.453%", "stop-color": "#D32A2A" }),
653
- h("stop", { offset: "39.844%", "stop-color": "#D42A2A" }),
654
- h("stop", { offset: "40.234%", "stop-color": "#D42B2B" }),
655
- h("stop", { offset: "40.625%", "stop-color": "#D52B2B" }),
656
- h("stop", { offset: "41.016%", "stop-color": "#D62C2C" }),
657
- h("stop", { offset: "41.406%", "stop-color": "#D62C2C" }),
658
- h("stop", { offset: "41.797%", "stop-color": "#D72C2C" }),
659
- h("stop", { offset: "42.188%", "stop-color": "#D72D2D" }),
660
- h("stop", { offset: "42.578%", "stop-color": "#D82D2D" }),
661
- h("stop", { offset: "42.969%", "stop-color": "#D82E2E" }),
662
- h("stop", { offset: "43.359%", "stop-color": "#D92E2E" }),
663
- h("stop", { offset: "43.75%", "stop-color": "#D92F2F" }),
664
- h("stop", { offset: "44.141%", "stop-color": "#DA2F2F" }),
665
- h("stop", { offset: "44.531%", "stop-color": "#DB2F2F" }),
666
- h("stop", { offset: "44.922%", "stop-color": "#DB3030" }),
667
- h("stop", { offset: "45.313%", "stop-color": "#DC3030" }),
668
- h("stop", { offset: "45.703%", "stop-color": "#DC3131" }),
669
- h("stop", { offset: "46.094%", "stop-color": "#DD3131" }),
670
- h("stop", { offset: "46.484%", "stop-color": "#DD3232" }),
671
- h("stop", { offset: "46.875%", "stop-color": "#DE3232" }),
672
- h("stop", { offset: "47.266%", "stop-color": "#DE3232" }),
673
- h("stop", { offset: "47.656%", "stop-color": "#DF3333" }),
674
- h("stop", { offset: "48.047%", "stop-color": "#E03333" }),
675
- h("stop", { offset: "48.438%", "stop-color": "#E03434" }),
676
- h("stop", { offset: "48.828%", "stop-color": "#E13434" }),
677
- h("stop", { offset: "49.219%", "stop-color": "#E13434" }),
678
- h("stop", { offset: "49.609%", "stop-color": "#E23535" }),
679
- h("stop", { offset: "50%", "stop-color": "#E23535" }),
680
- h("stop", { offset: "50.391%", "stop-color": "#E33636" }),
681
- h("stop", { offset: "50.781%", "stop-color": "#E43636" }),
682
- h("stop", { offset: "51.172%", "stop-color": "#E43737" }),
683
- h("stop", { offset: "51.563%", "stop-color": "#E53737" }),
684
- h("stop", { offset: "51.953%", "stop-color": "#E53737" }),
685
- h("stop", { offset: "52.344%", "stop-color": "#E63838" }),
686
- h("stop", { offset: "52.734%", "stop-color": "#E63838" }),
687
- h("stop", { offset: "53.125%", "stop-color": "#E73939" }),
688
- h("stop", { offset: "53.516%", "stop-color": "#E73939" }),
689
- h("stop", { offset: "53.906%", "stop-color": "#E83A3A" }),
690
- h("stop", { offset: "54.297%", "stop-color": "#E93A3A" }),
691
- h("stop", { offset: "54.688%", "stop-color": "#E93A3A" }),
692
- h("stop", { offset: "55.078%", "stop-color": "#EA3B3B" }),
693
- h("stop", { offset: "55.469%", "stop-color": "#EA3B3B" }),
694
- h("stop", { offset: "55.859%", "stop-color": "#EB3C3C" }),
695
- h("stop", { offset: "56.25%", "stop-color": "#EB3C3C" }),
696
- h("stop", { offset: "56.641%", "stop-color": "#EC3D3D" }),
697
- h("stop", { offset: "57.031%", "stop-color": "#EC3D3D" }),
698
- h("stop", { offset: "57.422%", "stop-color": "#ED3D3D" }),
699
- h("stop", { offset: "57.813%", "stop-color": "#EE3E3E" }),
700
- h("stop", { offset: "58.203%", "stop-color": "#EE3E3E" }),
701
- h("stop", { offset: "58.594%", "stop-color": "#EF3F3F" }),
702
- h("stop", { offset: "58.984%", "stop-color": "#EF3F3F" }),
703
- h("stop", { offset: "59.375%", "stop-color": "#F03F3F" }),
704
- h("stop", { offset: "59.766%", "stop-color": "#F04040" }),
705
- h("stop", { offset: "60.156%", "stop-color": "#F14040" }),
706
- h("stop", { offset: "60.547%", "stop-color": "#F14141" }),
707
- h("stop", { offset: "60.938%", "stop-color": "#F24141" }),
708
- h("stop", { offset: "61.328%", "stop-color": "#F34242" }),
709
- h("stop", { offset: "61.719%", "stop-color": "#F34242" }),
710
- h("stop", { offset: "62.109%", "stop-color": "#F44242" }),
711
- h("stop", { offset: "62.5%", "stop-color": "#F44343" }),
712
- h("stop", { offset: "62.891%", "stop-color": "#F54343" }),
713
- h("stop", { offset: "63.281%", "stop-color": "#F54444" }),
714
- h("stop", { offset: "63.672%", "stop-color": "#F64444" }),
715
- h("stop", { offset: "64.063%", "stop-color": "#F74545" }),
716
- h("stop", { offset: "64.453%", "stop-color": "#F74545" }),
717
- h("stop", { offset: "64.844%", "stop-color": "#F84545" }),
718
- h("stop", { offset: "65.234%", "stop-color": "#F84646" }),
719
- h("stop", { offset: "65.625%", "stop-color": "#F94646" }),
720
- h("stop", { offset: "66.016%", "stop-color": "#F94747" }),
721
- h("stop", { offset: "66.406%", "stop-color": "#FA4747" }),
722
- h("stop", { offset: "66.797%", "stop-color": "#FA4848" }),
723
- h("stop", { offset: "67.188%", "stop-color": "#FB4848" }),
724
- h("stop", { offset: "67.578%", "stop-color": "#FC4848" }),
725
- h("stop", { offset: "67.969%", "stop-color": "#FC4949" }),
726
- h("stop", { offset: "68.359%", "stop-color": "#FD4949" }),
727
- h("stop", { offset: "68.75%", "stop-color": "#FD4A4A" }),
728
- h("stop", { offset: "69.141%", "stop-color": "#FE4A4A" }),
729
- h("stop", { offset: "69.531%", "stop-color": "#FE4B4B" }),
730
- h("stop", { offset: "70.313%", "stop-color": "#FF4B4B" }),
731
- h("stop", { offset: "71.875%", "stop-color": "#FF4B4B" }),
732
- h("stop", { offset: "75%", "stop-color": "#FF4B4B" }),
733
- h("stop", { offset: "100%", "stop-color": "#FF4B4B" })),
734
- h("g", { transform: "translate(2 2)" },
735
- h("mask", { id: "opera-color-b", fill: "#fff" },
736
- h("use", { xlinkHref: "#opera-color-a" })),
737
- h("g", { mask: "url(#opera-color-b)" },
738
- h("mask", { id: "opera-color-e", fill: "#fff" },
739
- h("use", { xlinkHref: "#opera-color-c" })),
740
- h("path", { fill: "url(#opera-color-d)", "fill-rule": "nonzero", d: "M18.253 0H.193v21.674h18.06z", mask: "url(#opera-color-e)" }))),
741
- h("g", { transform: "translate(9.333 3.358)" },
742
- h("mask", { id: "opera-color-g", fill: "#fff" },
743
- h("use", { xlinkHref: "#opera-color-f" })),
744
- h("g", { mask: "url(#opera-color-g)" },
745
- h("mask", { id: "opera-color-j", fill: "#fff" },
746
- h("use", { xlinkHref: "#opera-color-h" })),
747
- h("path", { fill: "url(#opera-color-i)", "fill-rule": "nonzero", d: "M14.534.073H.13v18.813h14.404z", mask: "url(#opera-color-j)" }))))),
169
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("path", { id: "opera-color-a", d: "M.193 0h18.276v21.674H.193z" }), h("path", { id: "opera-color-c", d: "M11.03 0C5.045 0 .193 4.852.193 10.838c0 5.812 4.575 10.554 10.32 10.824a10.796 10.796 0 0 0 7.739-2.745 7.817 7.817 0 0 1-4.343 1.327c-2.58 0-4.892-1.28-6.446-3.3-1.198-1.414-1.975-3.505-2.028-5.852v-.51c.053-2.347.83-4.438 2.028-5.852 1.554-2.018 3.866-3.299 6.446-3.299 1.587 0 3.073.485 4.343 1.327a10.795 10.795 0 0 0-7.18-2.757L11.03 0z" }), h("linearGradient", { id: "opera-color-d", x1: "49.999%", x2: "49.999%", y1: "0%", y2: "100%" }, h("stop", { offset: "0%", "stop-color": "#FF1B2D" }), h("stop", { offset: "25%", "stop-color": "#FF1B2D" }), h("stop", { offset: "31.25%", "stop-color": "#FF1B2D" }), h("stop", { offset: "34.375%", "stop-color": "#FF1B2D" }), h("stop", { offset: "37.5%", "stop-color": "#FE1B2D" }), h("stop", { offset: "39.063%", "stop-color": "#FD1A2D" }), h("stop", { offset: "40.625%", "stop-color": "#FD1A2C" }), h("stop", { offset: "42.188%", "stop-color": "#FC1A2C" }), h("stop", { offset: "43.75%", "stop-color": "#FB1A2C" }), h("stop", { offset: "44.531%", "stop-color": "#FA1A2C" }), h("stop", { offset: "45.313%", "stop-color": "#FA192C" }), h("stop", { offset: "46.094%", "stop-color": "#F9192B" }), h("stop", { offset: "46.875%", "stop-color": "#F9192B" }), h("stop", { offset: "47.656%", "stop-color": "#F8192B" }), h("stop", { offset: "48.438%", "stop-color": "#F8192B" }), h("stop", { offset: "49.219%", "stop-color": "#F7192B" }), h("stop", { offset: "50%", "stop-color": "#F6182B" }), h("stop", { offset: "50.781%", "stop-color": "#F6182A" }), h("stop", { offset: "51.563%", "stop-color": "#F5182A" }), h("stop", { offset: "52.344%", "stop-color": "#F4182A" }), h("stop", { offset: "53.125%", "stop-color": "#F4172A" }), h("stop", { offset: "53.906%", "stop-color": "#F3172A" }), h("stop", { offset: "54.688%", "stop-color": "#F21729" }), h("stop", { offset: "55.469%", "stop-color": "#F11729" }), h("stop", { offset: "56.25%", "stop-color": "#F01729" }), h("stop", { offset: "57.031%", "stop-color": "#F01629" }), h("stop", { offset: "57.813%", "stop-color": "#EF1628" }), h("stop", { offset: "58.594%", "stop-color": "#EE1628" }), h("stop", { offset: "59.375%", "stop-color": "#ED1528" }), h("stop", { offset: "60.156%", "stop-color": "#EC1528" }), h("stop", { offset: "60.938%", "stop-color": "#EB1527" }), h("stop", { offset: "61.719%", "stop-color": "#EA1527" }), h("stop", { offset: "62.5%", "stop-color": "#E91427" }), h("stop", { offset: "62.891%", "stop-color": "#E81427" }), h("stop", { offset: "63.281%", "stop-color": "#E81426" }), h("stop", { offset: "63.672%", "stop-color": "#E71426" }), h("stop", { offset: "64.063%", "stop-color": "#E71426" }), h("stop", { offset: "64.453%", "stop-color": "#E61326" }), h("stop", { offset: "64.844%", "stop-color": "#E61326" }), h("stop", { offset: "65.234%", "stop-color": "#E51326" }), h("stop", { offset: "65.625%", "stop-color": "#E51326" }), h("stop", { offset: "66.016%", "stop-color": "#E41325" }), h("stop", { offset: "66.406%", "stop-color": "#E41325" }), h("stop", { offset: "66.797%", "stop-color": "#E31225" }), h("stop", { offset: "67.188%", "stop-color": "#E21225" }), h("stop", { offset: "67.578%", "stop-color": "#E21225" }), h("stop", { offset: "67.969%", "stop-color": "#E11225" }), h("stop", { offset: "68.359%", "stop-color": "#E11224" }), h("stop", { offset: "68.75%", "stop-color": "#E01224" }), h("stop", { offset: "69.141%", "stop-color": "#E01124" }), h("stop", { offset: "69.531%", "stop-color": "#DF1124" }), h("stop", { offset: "69.922%", "stop-color": "#DE1124" }), h("stop", { offset: "70.313%", "stop-color": "#DE1124" }), h("stop", { offset: "70.703%", "stop-color": "#DD1123" }), h("stop", { offset: "71.094%", "stop-color": "#DD1023" }), h("stop", { offset: "71.484%", "stop-color": "#DC1023" }), h("stop", { offset: "71.875%", "stop-color": "#DB1023" }), h("stop", { offset: "72.266%", "stop-color": "#DB1023" }), h("stop", { offset: "72.656%", "stop-color": "#DA1023" }), h("stop", { offset: "73.047%", "stop-color": "#DA1022" }), h("stop", { offset: "73.438%", "stop-color": "#D90F22" }), h("stop", { offset: "73.828%", "stop-color": "#D80F22" }), h("stop", { offset: "74.219%", "stop-color": "#D80F22" }), h("stop", { offset: "74.609%", "stop-color": "#D70F22" }), h("stop", { offset: "75%", "stop-color": "#D60F21" }), h("stop", { offset: "75.391%", "stop-color": "#D60E21" }), h("stop", { offset: "75.781%", "stop-color": "#D50E21" }), h("stop", { offset: "76.172%", "stop-color": "#D40E21" }), h("stop", { offset: "76.563%", "stop-color": "#D40E21" }), h("stop", { offset: "76.953%", "stop-color": "#D30E21" }), h("stop", { offset: "77.344%", "stop-color": "#D20D20" }), h("stop", { offset: "77.734%", "stop-color": "#D20D20" }), h("stop", { offset: "78.125%", "stop-color": "#D10D20" }), h("stop", { offset: "78.516%", "stop-color": "#D00D20" }), h("stop", { offset: "78.906%", "stop-color": "#D00C20" }), h("stop", { offset: "79.297%", "stop-color": "#CF0C1F" }), h("stop", { offset: "79.688%", "stop-color": "#CE0C1F" }), h("stop", { offset: "80.078%", "stop-color": "#CE0C1F" }), h("stop", { offset: "80.469%", "stop-color": "#CD0C1F" }), h("stop", { offset: "80.859%", "stop-color": "#CC0B1F" }), h("stop", { offset: "81.25%", "stop-color": "#CB0B1E" }), h("stop", { offset: "81.641%", "stop-color": "#CB0B1E" }), h("stop", { offset: "82.031%", "stop-color": "#CA0B1E" }), h("stop", { offset: "82.422%", "stop-color": "#C90A1E" }), h("stop", { offset: "82.813%", "stop-color": "#C80A1E" }), h("stop", { offset: "83.203%", "stop-color": "#C80A1D" }), h("stop", { offset: "83.594%", "stop-color": "#C70A1D" }), h("stop", { offset: "83.984%", "stop-color": "#C60A1D" }), h("stop", { offset: "84.375%", "stop-color": "#C5091D" }), h("stop", { offset: "84.766%", "stop-color": "#C5091C" }), h("stop", { offset: "85.156%", "stop-color": "#C4091C" }), h("stop", { offset: "85.547%", "stop-color": "#C3091C" }), h("stop", { offset: "85.938%", "stop-color": "#C2081C" }), h("stop", { offset: "86.328%", "stop-color": "#C2081C" }), h("stop", { offset: "86.719%", "stop-color": "#C1081B" }), h("stop", { offset: "87.109%", "stop-color": "#C0081B" }), h("stop", { offset: "87.5%", "stop-color": "#BF071B" }), h("stop", { offset: "87.891%", "stop-color": "#BE071B" }), h("stop", { offset: "88.281%", "stop-color": "#BE071A" }), h("stop", { offset: "88.672%", "stop-color": "#BD071A" }), h("stop", { offset: "89.063%", "stop-color": "#BC061A" }), h("stop", { offset: "89.453%", "stop-color": "#BB061A" }), h("stop", { offset: "89.844%", "stop-color": "#BA061A" }), h("stop", { offset: "90.234%", "stop-color": "#BA0619" }), h("stop", { offset: "90.625%", "stop-color": "#B90519" }), h("stop", { offset: "91.016%", "stop-color": "#B80519" }), h("stop", { offset: "91.406%", "stop-color": "#B70519" }), h("stop", { offset: "91.797%", "stop-color": "#B60518" }), h("stop", { offset: "92.188%", "stop-color": "#B50418" }), h("stop", { offset: "92.578%", "stop-color": "#B50418" }), h("stop", { offset: "92.969%", "stop-color": "#B40418" }), h("stop", { offset: "93.359%", "stop-color": "#B30417" }), h("stop", { offset: "93.75%", "stop-color": "#B20317" }), h("stop", { offset: "94.141%", "stop-color": "#B10317" }), h("stop", { offset: "94.531%", "stop-color": "#B00317" }), h("stop", { offset: "94.922%", "stop-color": "#AF0316" }), h("stop", { offset: "95.313%", "stop-color": "#AE0216" }), h("stop", { offset: "95.703%", "stop-color": "#AE0216" }), h("stop", { offset: "96.094%", "stop-color": "#AD0216" }), h("stop", { offset: "96.484%", "stop-color": "#AC0115" }), h("stop", { offset: "96.875%", "stop-color": "#AB0115" }), h("stop", { offset: "97.266%", "stop-color": "#AA0115" }), h("stop", { offset: "97.656%", "stop-color": "#A90115" }), h("stop", { offset: "98.047%", "stop-color": "#A80014" }), h("stop", { offset: "98.438%", "stop-color": "#A70014" }), h("stop", { offset: "100%", "stop-color": "#A70014" })), h("path", { id: "opera-color-f", d: "M0 0h14.667v19.012H0z" }), h("path", { id: "opera-color-h", d: "M.13 3.372C1.124 2.198 2.408 1.49 3.81 1.49c3.156 0 5.713 3.576 5.713 7.989 0 4.411-2.557 7.987-5.712 7.987-1.403 0-2.687-.707-3.681-1.88 1.554 2.018 3.865 3.299 6.446 3.299a7.817 7.817 0 0 0 4.342-1.327 10.81 10.81 0 0 0 3.616-8.08c0-3.21-1.398-6.095-3.615-8.079A7.821 7.821 0 0 0 6.576.073c-2.58 0-4.892 1.28-6.446 3.299" }), h("linearGradient", { id: "opera-color-i", x1: "49.998%", x2: "49.998%", y1: "-.001%", y2: "99.997%" }, h("stop", { offset: "0%", "stop-color": "#9C0000" }), h("stop", { offset: ".781%", "stop-color": "#9C0000" }), h("stop", { offset: "1.172%", "stop-color": "#9D0000" }), h("stop", { offset: "1.563%", "stop-color": "#9D0101" }), h("stop", { offset: "1.953%", "stop-color": "#9E0101" }), h("stop", { offset: "2.344%", "stop-color": "#9E0202" }), h("stop", { offset: "2.734%", "stop-color": "#9F0202" }), h("stop", { offset: "3.125%", "stop-color": "#9F0202" }), h("stop", { offset: "3.516%", "stop-color": "#A00303" }), h("stop", { offset: "3.906%", "stop-color": "#A00303" }), h("stop", { offset: "4.297%", "stop-color": "#A10404" }), h("stop", { offset: "4.688%", "stop-color": "#A10404" }), h("stop", { offset: "5.078%", "stop-color": "#A20505" }), h("stop", { offset: "5.469%", "stop-color": "#A30505" }), h("stop", { offset: "5.859%", "stop-color": "#A30505" }), h("stop", { offset: "6.25%", "stop-color": "#A40606" }), h("stop", { offset: "6.641%", "stop-color": "#A40606" }), h("stop", { offset: "7.031%", "stop-color": "#A50707" }), h("stop", { offset: "7.422%", "stop-color": "#A50707" }), h("stop", { offset: "7.813%", "stop-color": "#A60808" }), h("stop", { offset: "8.203%", "stop-color": "#A70808" }), h("stop", { offset: "8.594%", "stop-color": "#A70808" }), h("stop", { offset: "8.984%", "stop-color": "#A80909" }), h("stop", { offset: "9.375%", "stop-color": "#A80909" }), h("stop", { offset: "9.766%", "stop-color": "#A90A0A" }), h("stop", { offset: "10.156%", "stop-color": "#A90A0A" }), h("stop", { offset: "10.547%", "stop-color": "#AA0B0B" }), h("stop", { offset: "10.938%", "stop-color": "#AA0B0B" }), h("stop", { offset: "11.328%", "stop-color": "#AB0B0B" }), h("stop", { offset: "11.719%", "stop-color": "#AC0C0C" }), h("stop", { offset: "12.109%", "stop-color": "#AC0C0C" }), h("stop", { offset: "12.5%", "stop-color": "#AD0D0D" }), h("stop", { offset: "12.891%", "stop-color": "#AD0D0D" }), h("stop", { offset: "13.281%", "stop-color": "#AE0D0D" }), h("stop", { offset: "13.672%", "stop-color": "#AE0E0E" }), h("stop", { offset: "14.063%", "stop-color": "#AF0E0E" }), h("stop", { offset: "14.453%", "stop-color": "#AF0F0F" }), h("stop", { offset: "14.844%", "stop-color": "#B00F0F" }), h("stop", { offset: "15.234%", "stop-color": "#B11010" }), h("stop", { offset: "15.625%", "stop-color": "#B11010" }), h("stop", { offset: "16.016%", "stop-color": "#B21010" }), h("stop", { offset: "16.406%", "stop-color": "#B21111" }), h("stop", { offset: "16.797%", "stop-color": "#B31111" }), h("stop", { offset: "17.188%", "stop-color": "#B31212" }), h("stop", { offset: "17.578%", "stop-color": "#B41212" }), h("stop", { offset: "17.969%", "stop-color": "#B51313" }), h("stop", { offset: "18.359%", "stop-color": "#B51313" }), h("stop", { offset: "18.75%", "stop-color": "#B61313" }), h("stop", { offset: "19.141%", "stop-color": "#B61414" }), h("stop", { offset: "19.531%", "stop-color": "#B71414" }), h("stop", { offset: "19.922%", "stop-color": "#B71515" }), h("stop", { offset: "20.313%", "stop-color": "#B81515" }), h("stop", { offset: "20.703%", "stop-color": "#B81616" }), h("stop", { offset: "21.094%", "stop-color": "#B91616" }), h("stop", { offset: "21.484%", "stop-color": "#BA1616" }), h("stop", { offset: "21.875%", "stop-color": "#BA1717" }), h("stop", { offset: "22.266%", "stop-color": "#BB1717" }), h("stop", { offset: "22.656%", "stop-color": "#BB1818" }), h("stop", { offset: "23.047%", "stop-color": "#BC1818" }), h("stop", { offset: "23.438%", "stop-color": "#BC1919" }), h("stop", { offset: "23.828%", "stop-color": "#BD1919" }), h("stop", { offset: "24.219%", "stop-color": "#BD1919" }), h("stop", { offset: "24.609%", "stop-color": "#BE1A1A" }), h("stop", { offset: "25%", "stop-color": "#BF1A1A" }), h("stop", { offset: "25.391%", "stop-color": "#BF1B1B" }), h("stop", { offset: "25.781%", "stop-color": "#C01B1B" }), h("stop", { offset: "26.172%", "stop-color": "#C01B1B" }), h("stop", { offset: "26.563%", "stop-color": "#C11C1C" }), h("stop", { offset: "26.953%", "stop-color": "#C11C1C" }), h("stop", { offset: "27.344%", "stop-color": "#C21D1D" }), h("stop", { offset: "27.734%", "stop-color": "#C21D1D" }), h("stop", { offset: "28.125%", "stop-color": "#C31E1E" }), h("stop", { offset: "28.516%", "stop-color": "#C41E1E" }), h("stop", { offset: "28.906%", "stop-color": "#C41E1E" }), h("stop", { offset: "29.297%", "stop-color": "#C51F1F" }), h("stop", { offset: "29.688%", "stop-color": "#C51F1F" }), h("stop", { offset: "30.078%", "stop-color": "#C62020" }), h("stop", { offset: "30.469%", "stop-color": "#C62020" }), h("stop", { offset: "30.859%", "stop-color": "#C72121" }), h("stop", { offset: "31.25%", "stop-color": "#C82121" }), h("stop", { offset: "31.641%", "stop-color": "#C82121" }), h("stop", { offset: "32.031%", "stop-color": "#C92222" }), h("stop", { offset: "32.422%", "stop-color": "#C92222" }), h("stop", { offset: "32.813%", "stop-color": "#CA2323" }), h("stop", { offset: "33.203%", "stop-color": "#CA2323" }), h("stop", { offset: "33.594%", "stop-color": "#CB2424" }), h("stop", { offset: "33.984%", "stop-color": "#CB2424" }), h("stop", { offset: "34.375%", "stop-color": "#CC2424" }), h("stop", { offset: "34.766%", "stop-color": "#CD2525" }), h("stop", { offset: "35.156%", "stop-color": "#CD2525" }), h("stop", { offset: "35.547%", "stop-color": "#CE2626" }), h("stop", { offset: "35.938%", "stop-color": "#CE2626" }), h("stop", { offset: "36.328%", "stop-color": "#CF2626" }), h("stop", { offset: "36.719%", "stop-color": "#CF2727" }), h("stop", { offset: "37.109%", "stop-color": "#D02727" }), h("stop", { offset: "37.5%", "stop-color": "#D02828" }), h("stop", { offset: "37.891%", "stop-color": "#D12828" }), h("stop", { offset: "38.281%", "stop-color": "#D22929" }), h("stop", { offset: "38.672%", "stop-color": "#D22929" }), h("stop", { offset: "39.063%", "stop-color": "#D32929" }), h("stop", { offset: "39.453%", "stop-color": "#D32A2A" }), h("stop", { offset: "39.844%", "stop-color": "#D42A2A" }), h("stop", { offset: "40.234%", "stop-color": "#D42B2B" }), h("stop", { offset: "40.625%", "stop-color": "#D52B2B" }), h("stop", { offset: "41.016%", "stop-color": "#D62C2C" }), h("stop", { offset: "41.406%", "stop-color": "#D62C2C" }), h("stop", { offset: "41.797%", "stop-color": "#D72C2C" }), h("stop", { offset: "42.188%", "stop-color": "#D72D2D" }), h("stop", { offset: "42.578%", "stop-color": "#D82D2D" }), h("stop", { offset: "42.969%", "stop-color": "#D82E2E" }), h("stop", { offset: "43.359%", "stop-color": "#D92E2E" }), h("stop", { offset: "43.75%", "stop-color": "#D92F2F" }), h("stop", { offset: "44.141%", "stop-color": "#DA2F2F" }), h("stop", { offset: "44.531%", "stop-color": "#DB2F2F" }), h("stop", { offset: "44.922%", "stop-color": "#DB3030" }), h("stop", { offset: "45.313%", "stop-color": "#DC3030" }), h("stop", { offset: "45.703%", "stop-color": "#DC3131" }), h("stop", { offset: "46.094%", "stop-color": "#DD3131" }), h("stop", { offset: "46.484%", "stop-color": "#DD3232" }), h("stop", { offset: "46.875%", "stop-color": "#DE3232" }), h("stop", { offset: "47.266%", "stop-color": "#DE3232" }), h("stop", { offset: "47.656%", "stop-color": "#DF3333" }), h("stop", { offset: "48.047%", "stop-color": "#E03333" }), h("stop", { offset: "48.438%", "stop-color": "#E03434" }), h("stop", { offset: "48.828%", "stop-color": "#E13434" }), h("stop", { offset: "49.219%", "stop-color": "#E13434" }), h("stop", { offset: "49.609%", "stop-color": "#E23535" }), h("stop", { offset: "50%", "stop-color": "#E23535" }), h("stop", { offset: "50.391%", "stop-color": "#E33636" }), h("stop", { offset: "50.781%", "stop-color": "#E43636" }), h("stop", { offset: "51.172%", "stop-color": "#E43737" }), h("stop", { offset: "51.563%", "stop-color": "#E53737" }), h("stop", { offset: "51.953%", "stop-color": "#E53737" }), h("stop", { offset: "52.344%", "stop-color": "#E63838" }), h("stop", { offset: "52.734%", "stop-color": "#E63838" }), h("stop", { offset: "53.125%", "stop-color": "#E73939" }), h("stop", { offset: "53.516%", "stop-color": "#E73939" }), h("stop", { offset: "53.906%", "stop-color": "#E83A3A" }), h("stop", { offset: "54.297%", "stop-color": "#E93A3A" }), h("stop", { offset: "54.688%", "stop-color": "#E93A3A" }), h("stop", { offset: "55.078%", "stop-color": "#EA3B3B" }), h("stop", { offset: "55.469%", "stop-color": "#EA3B3B" }), h("stop", { offset: "55.859%", "stop-color": "#EB3C3C" }), h("stop", { offset: "56.25%", "stop-color": "#EB3C3C" }), h("stop", { offset: "56.641%", "stop-color": "#EC3D3D" }), h("stop", { offset: "57.031%", "stop-color": "#EC3D3D" }), h("stop", { offset: "57.422%", "stop-color": "#ED3D3D" }), h("stop", { offset: "57.813%", "stop-color": "#EE3E3E" }), h("stop", { offset: "58.203%", "stop-color": "#EE3E3E" }), h("stop", { offset: "58.594%", "stop-color": "#EF3F3F" }), h("stop", { offset: "58.984%", "stop-color": "#EF3F3F" }), h("stop", { offset: "59.375%", "stop-color": "#F03F3F" }), h("stop", { offset: "59.766%", "stop-color": "#F04040" }), h("stop", { offset: "60.156%", "stop-color": "#F14040" }), h("stop", { offset: "60.547%", "stop-color": "#F14141" }), h("stop", { offset: "60.938%", "stop-color": "#F24141" }), h("stop", { offset: "61.328%", "stop-color": "#F34242" }), h("stop", { offset: "61.719%", "stop-color": "#F34242" }), h("stop", { offset: "62.109%", "stop-color": "#F44242" }), h("stop", { offset: "62.5%", "stop-color": "#F44343" }), h("stop", { offset: "62.891%", "stop-color": "#F54343" }), h("stop", { offset: "63.281%", "stop-color": "#F54444" }), h("stop", { offset: "63.672%", "stop-color": "#F64444" }), h("stop", { offset: "64.063%", "stop-color": "#F74545" }), h("stop", { offset: "64.453%", "stop-color": "#F74545" }), h("stop", { offset: "64.844%", "stop-color": "#F84545" }), h("stop", { offset: "65.234%", "stop-color": "#F84646" }), h("stop", { offset: "65.625%", "stop-color": "#F94646" }), h("stop", { offset: "66.016%", "stop-color": "#F94747" }), h("stop", { offset: "66.406%", "stop-color": "#FA4747" }), h("stop", { offset: "66.797%", "stop-color": "#FA4848" }), h("stop", { offset: "67.188%", "stop-color": "#FB4848" }), h("stop", { offset: "67.578%", "stop-color": "#FC4848" }), h("stop", { offset: "67.969%", "stop-color": "#FC4949" }), h("stop", { offset: "68.359%", "stop-color": "#FD4949" }), h("stop", { offset: "68.75%", "stop-color": "#FD4A4A" }), h("stop", { offset: "69.141%", "stop-color": "#FE4A4A" }), h("stop", { offset: "69.531%", "stop-color": "#FE4B4B" }), h("stop", { offset: "70.313%", "stop-color": "#FF4B4B" }), h("stop", { offset: "71.875%", "stop-color": "#FF4B4B" }), h("stop", { offset: "75%", "stop-color": "#FF4B4B" }), h("stop", { offset: "100%", "stop-color": "#FF4B4B" })), h("g", { transform: "translate(2 2)" }, h("mask", { id: "opera-color-b", fill: "#fff" }, h("use", { xlinkHref: "#opera-color-a" })), h("g", { mask: "url(#opera-color-b)" }, h("mask", { id: "opera-color-e", fill: "#fff" }, h("use", { xlinkHref: "#opera-color-c" })), h("path", { fill: "url(#opera-color-d)", "fill-rule": "nonzero", d: "M18.253 0H.193v21.674h18.06z", mask: "url(#opera-color-e)" }))), h("g", { transform: "translate(9.333 3.358)" }, h("mask", { id: "opera-color-g", fill: "#fff" }, h("use", { xlinkHref: "#opera-color-f" })), h("g", { mask: "url(#opera-color-g)" }, h("mask", { id: "opera-color-j", fill: "#fff" }, h("use", { xlinkHref: "#opera-color-h" })), h("path", { fill: "url(#opera-color-i)", "fill-rule": "nonzero", d: "M14.534.073H.13v18.813h14.404z", mask: "url(#opera-color-j)" }))))),
748
170
  },
749
171
  'browser-opera-filled': {
750
- markup: () => (h("g", null,
751
- h("path", { d: "M13.042 2c2.8.01 5.353 1.067 7.29 2.8a7.936 7.936 0 0 0-4.41-1.348c-2.619 0-4.964 1.3-6.543 3.35-1.216 1.435-2.004 3.557-2.057 5.939v.518c.053 2.382.841 4.504 2.057 5.94 1.578 2.05 3.924 3.349 6.543 3.349A7.935 7.935 0 0 0 20.33 21.2a10.957 10.957 0 0 1-7.854 2.786C6.644 23.714 2 18.9 2 13 2 6.925 6.925 2 13 2h.042zm7.29 2.8a10.971 10.971 0 0 1 3.663 7.852L24 13c0 3.258-1.417 6.186-3.668 8.2-2.822 1.375-5.451.412-6.322-.188 2.772-.608 4.865-3.959 4.865-8.012 0-4.053-2.093-7.404-4.865-8.012.87-.6 3.5-1.563 6.321-.188z", class: "filled" }))),
172
+ markup: () => (h("g", null, h("path", { d: "M13.042 2c2.8.01 5.353 1.067 7.29 2.8a7.936 7.936 0 0 0-4.41-1.348c-2.619 0-4.964 1.3-6.543 3.35-1.216 1.435-2.004 3.557-2.057 5.939v.518c.053 2.382.841 4.504 2.057 5.94 1.578 2.05 3.924 3.349 6.543 3.349A7.935 7.935 0 0 0 20.33 21.2a10.957 10.957 0 0 1-7.854 2.786C6.644 23.714 2 18.9 2 13 2 6.925 6.925 2 13 2h.042zm7.29 2.8a10.971 10.971 0 0 1 3.663 7.852L24 13c0 3.258-1.417 6.186-3.668 8.2-2.822 1.375-5.451.412-6.322-.188 2.772-.608 4.865-3.959 4.865-8.012 0-4.053-2.093-7.404-4.865-8.012.87-.6 3.5-1.563 6.321-.188z", class: "filled" }))),
752
173
  },
753
174
  'browser-safari': {
754
- markup: () => (h("g", null,
755
- h("g", { class: "stroke-secondary" },
756
- h("path", { d: "M18.134 7.867L11.9 11.9l-4.033 6.234L14.1 14.1z", class: "filled" }),
757
- h("path", { d: "M11.9 11.9l2.2 2.2M13 4v1.06M22 13h-1.058m-1.578 6.364l-.748-.748M13 22v-1.058M4 13h1.06m1.577-6.363l.748.748" })),
758
- h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }))),
175
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M18.134 7.867L11.9 11.9l-4.033 6.234L14.1 14.1z", class: "filled" }), h("path", { d: "M11.9 11.9l2.2 2.2M13 4v1.06M22 13h-1.058m-1.578 6.364l-.748-.748M13 22v-1.058M4 13h1.06m1.577-6.363l.748.748" })), h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }))),
759
176
  },
760
177
  'browser-safari-color': {
761
- markup: () => (h("g", { fill: "none" },
762
- h("linearGradient", { id: "safari-color-a", x1: "50%", x2: "50%", y1: "100%", y2: "0%" },
763
- h("stop", { offset: "0%", "stop-color": "#BDBDBD" }),
764
- h("stop", { offset: "100%", "stop-color": "#FFF" })),
765
- h("radialGradient", { id: "safari-color-b", cx: "50.228%", cy: "42.71%", r: "54.251%", fx: "50.228%", fy: "42.71%" },
766
- h("stop", { offset: "0%", "stop-color": "#06C2E7" }),
767
- h("stop", { offset: "25%", "stop-color": "#0DB8EC" }),
768
- h("stop", { offset: "50%", "stop-color": "#12AEF1" }),
769
- h("stop", { offset: "75%", "stop-color": "#1F86F9" }),
770
- h("stop", { offset: "100%", "stop-color": "#107DDD" })),
771
- h("path", { fill: "#000", d: "M23.402 13.67c0 2.648-1.093 5.189-3.039 7.062-1.945 1.873-4.583 2.926-7.334 2.926-2.752 0-5.39-1.053-7.335-2.926-1.946-1.873-3.039-4.414-3.039-7.063 0-5.516 4.645-9.988 10.374-9.988 2.75 0 5.389 1.052 7.334 2.925 1.946 1.873 3.039 4.414 3.039 7.063z", opacity: ".53" }),
772
- h("path", { fill: "url(#safari-color-a)", stroke: "#CDCDCD", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": ".5", d: "M23.797 12.787a10.768 10.768 0 0 1-10.768 10.768c-5.948 0-10.769-4.82-10.769-10.768C2.26 6.84 7.081 2.02 13.03 2.02a10.768 10.768 0 0 1 10.768 10.768h0z" }),
773
- h("path", { fill: "url(#safari-color-b)", d: "M22.953 12.787c0 5.481-4.443 9.925-9.924 9.925-5.482 0-9.925-4.444-9.925-9.925 0-5.48 4.443-9.924 9.925-9.924 5.48 0 9.924 4.443 9.924 9.924z" }),
774
- h("path", { fill: "#F4F2F3", d: "M13.029 3.38a.144.144 0 0 0-.145.145v1.67a.144.144 0 1 0 .29 0v-1.67a.144.144 0 0 0-.145-.144zm-.947.06a.144.144 0 0 0-.158.159l.073.699a.144.144 0 1 0 .287-.03l-.073-.698a.144.144 0 0 0-.13-.13zm1.9.001a.144.144 0 0 0-.13.13l-.073.697a.144.144 0 1 0 .287.03l.074-.698a.144.144 0 0 0-.158-.159zm-2.872.14c-.01 0-.02.002-.03.004a.144.144 0 0 0-.111.171l.345 1.633a.144.144 0 1 0 .284-.06l-.346-1.633a.144.144 0 0 0-.142-.115zm3.844.002a.144.144 0 0 0-.142.115l-.347 1.632a.144.144 0 1 0 .283.06l.347-1.632a.144.144 0 0 0-.141-.175zm-4.772.26a.144.144 0 0 0-.15.189l.216.668a.144.144 0 1 0 .276-.09l-.217-.667a.144.144 0 0 0-.125-.1zm5.695 0a.144.144 0 0 0-.125.1l-.217.668a.144.144 0 1 0 .275.09l.217-.668a.144.144 0 0 0-.15-.19zm-6.613.336a.144.144 0 0 0-.13.204l.678 1.525a.144.144 0 1 0 .265-.118l-.678-1.525a.144.144 0 0 0-.135-.086zm7.54.005a.145.145 0 0 0-.134.086l-.68 1.524a.144.144 0 1 0 .264.118l.68-1.524a.144.144 0 0 0-.13-.204zm-8.392.446a.144.144 0 0 0-.135.217l.35.608a.144.144 0 1 0 .251-.145l-.35-.608a.144.144 0 0 0-.116-.072zm9.233 0a.144.144 0 0 0-.115.072l-.351.608a.144.144 0 1 0 .25.145l.351-.608a.144.144 0 0 0-.135-.217zm-10.06.516a.145.145 0 0 0-.112.23l.98 1.35a.144.144 0 1 0 .234-.17l-.98-1.35a.144.144 0 0 0-.122-.06zm10.897.007a.144.144 0 0 0-.122.06l-.982 1.35a.144.144 0 1 0 .234.17l.982-1.35a.144.144 0 0 0-.112-.23zm-11.636.613a.144.144 0 0 0-.115.241l.47.522c.053.06.144.064.204.01a.144.144 0 0 0 .01-.204l-.47-.522a.144.144 0 0 0-.1-.047zm12.366 0a.145.145 0 0 0-.1.048l-.47.522a.144.144 0 1 0 .216.194l.47-.522a.144.144 0 0 0-.116-.241zm-13.075.68a.145.145 0 0 0-.09.252l1.241 1.117a.144.144 0 1 0 .194-.215l-1.24-1.117a.144.144 0 0 0-.105-.037zm13.787.005a.144.144 0 0 0-.104.037l-1.241 1.116a.144.144 0 1 0 .193.215l1.241-1.116a.144.144 0 0 0-.089-.252zm-14.376.753a.144.144 0 0 0-.09.262l.568.412a.144.144 0 1 0 .17-.234l-.568-.412a.145.145 0 0 0-.08-.028zm14.965.005a.145.145 0 0 0-.08.028l-.568.412a.144.144 0 1 0 .17.234l.568-.412a.144.144 0 0 0-.09-.262zm-15.516.803a.144.144 0 0 0-.062.27l1.445.834a.144.144 0 1 0 .145-.25L5.08 8.03a.145.145 0 0 0-.083-.019zm16.063 0a.143.143 0 0 0-.083.02l-1.445.834a.144.144 0 1 0 .145.25l1.445-.834a.144.144 0 0 0-.062-.27zm-16.48.862a.144.144 0 0 0-.062.277l.642.286a.144.144 0 1 0 .118-.265l-.641-.286a.144.144 0 0 0-.056-.012zm16.899.006a.145.145 0 0 0-.056.012l-.642.286a.144.144 0 1 0 .118.264l.641-.285a.144.144 0 0 0-.061-.277zm-17.27.894a.144.144 0 0 0-.032.282l1.587.517a.144.144 0 1 0 .09-.275L4.267 9.78a.145.145 0 0 0-.057-.007zm17.64.006a.14.14 0 0 0-.057.007l-1.587.516a.144.144 0 1 0 .09.275l1.587-.516a.144.144 0 0 0-.033-.282zm-17.87.94a.144.144 0 0 0-.031.286l.686.145a.144.144 0 1 0 .06-.283l-.686-.146a.142.142 0 0 0-.03-.003zm18.1 0c-.01 0-.02.002-.03.004l-.686.145a.144.144 0 1 0 .06.283l.687-.145a.144.144 0 0 0-.031-.287zm-18.275.95a.144.144 0 0 0-.001.288l1.66.175a.144.144 0 1 0 .03-.288l-1.66-.175a.148.148 0 0 0-.03 0zm18.45.012a.133.133 0 0 0-.029 0l-1.66.174a.144.144 0 1 0 .03.287l1.66-.173a.144.144 0 0 0 0-.288zm-18.478.961a.144.144 0 1 0 0 .29h.702a.144.144 0 1 0 0-.29h-.702zm17.803 0a.144.144 0 1 0 0 .29h.702a.144.144 0 1 0 0-.29h-.702zm-16.088.789a.132.132 0 0 0-.03 0l-1.66.173a.144.144 0 1 0 .03.288l1.66-.173a.144.144 0 0 0 0-.288zm15.074.01a.144.144 0 0 0-.001.288l1.66.175a.144.144 0 1 0 .03-.287l-1.66-.176a.15.15 0 0 0-.029 0zm-15.902.978c-.01 0-.019 0-.029.003l-.687.145a.144.144 0 1 0 .06.284l.687-.146a.144.144 0 0 0-.03-.287zm16.73 0a.144.144 0 0 0-.031.286l.687.147a.144.144 0 1 0 .06-.283l-.686-.146a.142.142 0 0 0-.03-.003zm-15.573.57a.14.14 0 0 0-.057.007l-1.588.516a.144.144 0 1 0 .09.276l1.587-.516a.144.144 0 0 0-.032-.282zm14.416.006a.144.144 0 0 0-.032.282l1.586.517a.144.144 0 1 0 .09-.275l-1.587-.517a.145.145 0 0 0-.057-.007zM5.214 16.12a.144.144 0 0 0-.056.012l-.641.286a.144.144 0 1 0 .117.264l.642-.285a.144.144 0 0 0-.062-.277zm15.627.005a.144.144 0 0 0-.062.277l.641.286a.144.144 0 1 0 .118-.264l-.641-.286a.144.144 0 0 0-.056-.013zm-14.378.314a.143.143 0 0 0-.083.02l-1.445.834a.144.144 0 1 0 .145.25l1.445-.834a.144.144 0 0 0-.062-.27zm13.131 0a.144.144 0 0 0-.062.27l1.445.834a.144.144 0 1 0 .145-.25l-1.445-.835a.144.144 0 0 0-.083-.02zM6.102 17.664a.145.145 0 0 0-.08.028l-.568.412a.144.144 0 1 0 .17.235l.568-.413a.144.144 0 0 0-.09-.262zm13.85.005a.144.144 0 0 0-.09.262l.567.413a.144.144 0 1 0 .17-.234l-.568-.413a.145.145 0 0 0-.08-.028zm-12.563.05a.144.144 0 0 0-.104.037l-1.241 1.116a.144.144 0 1 0 .193.215l1.241-1.115a.144.144 0 0 0-.089-.253zm11.275.004a.145.145 0 0 0-.089.252l1.24 1.117a.144.144 0 1 0 .194-.215l-1.24-1.117a.144.144 0 0 0-.105-.037zm-10.097 1.06a.144.144 0 0 0-.122.06l-.982 1.35a.144.144 0 1 0 .234.17l.982-1.35a.144.144 0 0 0-.112-.23zm8.915.006a.145.145 0 0 0-.112.23l.98 1.35a.144.144 0 1 0 .234-.169l-.98-1.35a.144.144 0 0 0-.122-.06zM7.3 18.998a.145.145 0 0 0-.1.048l-.47.521a.144.144 0 1 0 .216.194l.47-.522a.144.144 0 0 0-.116-.241zm11.458 0a.144.144 0 0 0-.115.241l.47.523c.053.06.144.064.204.01a.144.144 0 0 0 .01-.204l-.47-.522a.144.144 0 0 0-.1-.048zm-8.82.58a.144.144 0 0 0-.134.085l-.68 1.524a.144.144 0 1 0 .264.118l.68-1.524a.144.144 0 0 0-.13-.204zm6.173.003a.145.145 0 0 0-.13.204l.678 1.525a.144.144 0 1 0 .265-.118l-.678-1.525a.144.144 0 0 0-.135-.086zm-7.367.467a.144.144 0 0 0-.115.073l-.351.608a.144.144 0 1 0 .25.144l.351-.608a.144.144 0 0 0-.135-.217zm8.571 0a.144.144 0 0 0-.135.217l.35.608a.144.144 0 1 0 .251-.144l-.35-.608a.144.144 0 0 0-.116-.073zm-5.862.022a.144.144 0 0 0-.143.115l-.347 1.632a.144.144 0 1 0 .283.06l.347-1.632a.144.144 0 0 0-.14-.175zm3.148.001a.144.144 0 0 0-.14.175l.345 1.633a.144.144 0 1 0 .283-.06l-.345-1.633a.144.144 0 0 0-.143-.115zm-1.571.165a.144.144 0 0 0-.145.145v1.669a.144.144 0 1 0 .29 0v-1.67a.144.144 0 0 0-.145-.144zm-2.657.54a.144.144 0 0 0-.125.099l-.217.667a.144.144 0 1 0 .275.09l.217-.668a.144.144 0 0 0-.15-.189zm5.311 0a.144.144 0 0 0-.15.189l.217.667a.144.144 0 1 0 .276-.09l-.217-.667a.144.144 0 0 0-.126-.1zm-3.563.371a.144.144 0 0 0-.13.13l-.073.698c-.008.08.05.15.129.159.08.008.15-.05.159-.13l.073-.697a.144.144 0 0 0-.158-.16zm1.81.001a.144.144 0 0 0-.158.159l.074.698a.144.144 0 0 0 .288-.03l-.074-.698a.144.144 0 0 0-.13-.129z" }),
775
- h("path", { fill: "#000", d: "M19.81 7l-7.916 4.599-5.005 7.88 7.322-5.423z", opacity: ".409" }),
776
- h("path", { fill: "#FF5150", d: "M14.163 13.976l-2.27-2.377 8.05-5.414z" }),
777
- h("path", { fill: "#F1F1F1", d: "M14.163 13.976l-2.27-2.377-5.779 7.791z" }),
778
- h("path", { fill: "#000", d: "M6.114 19.39l8.049-5.414 5.78-7.791z", opacity: ".243" }))),
178
+ markup: () => (h("g", { fill: "none" }, h("linearGradient", { id: "safari-color-a", x1: "50%", x2: "50%", y1: "100%", y2: "0%" }, h("stop", { offset: "0%", "stop-color": "#BDBDBD" }), h("stop", { offset: "100%", "stop-color": "#FFF" })), h("radialGradient", { id: "safari-color-b", cx: "50.228%", cy: "42.71%", r: "54.251%", fx: "50.228%", fy: "42.71%" }, h("stop", { offset: "0%", "stop-color": "#06C2E7" }), h("stop", { offset: "25%", "stop-color": "#0DB8EC" }), h("stop", { offset: "50%", "stop-color": "#12AEF1" }), h("stop", { offset: "75%", "stop-color": "#1F86F9" }), h("stop", { offset: "100%", "stop-color": "#107DDD" })), h("path", { fill: "#000", d: "M23.402 13.67c0 2.648-1.093 5.189-3.039 7.062-1.945 1.873-4.583 2.926-7.334 2.926-2.752 0-5.39-1.053-7.335-2.926-1.946-1.873-3.039-4.414-3.039-7.063 0-5.516 4.645-9.988 10.374-9.988 2.75 0 5.389 1.052 7.334 2.925 1.946 1.873 3.039 4.414 3.039 7.063z", opacity: ".53" }), h("path", { fill: "url(#safari-color-a)", stroke: "#CDCDCD", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": ".5", d: "M23.797 12.787a10.768 10.768 0 0 1-10.768 10.768c-5.948 0-10.769-4.82-10.769-10.768C2.26 6.84 7.081 2.02 13.03 2.02a10.768 10.768 0 0 1 10.768 10.768h0z" }), h("path", { fill: "url(#safari-color-b)", d: "M22.953 12.787c0 5.481-4.443 9.925-9.924 9.925-5.482 0-9.925-4.444-9.925-9.925 0-5.48 4.443-9.924 9.925-9.924 5.48 0 9.924 4.443 9.924 9.924z" }), h("path", { fill: "#F4F2F3", d: "M13.029 3.38a.144.144 0 0 0-.145.145v1.67a.144.144 0 1 0 .29 0v-1.67a.144.144 0 0 0-.145-.144zm-.947.06a.144.144 0 0 0-.158.159l.073.699a.144.144 0 1 0 .287-.03l-.073-.698a.144.144 0 0 0-.13-.13zm1.9.001a.144.144 0 0 0-.13.13l-.073.697a.144.144 0 1 0 .287.03l.074-.698a.144.144 0 0 0-.158-.159zm-2.872.14c-.01 0-.02.002-.03.004a.144.144 0 0 0-.111.171l.345 1.633a.144.144 0 1 0 .284-.06l-.346-1.633a.144.144 0 0 0-.142-.115zm3.844.002a.144.144 0 0 0-.142.115l-.347 1.632a.144.144 0 1 0 .283.06l.347-1.632a.144.144 0 0 0-.141-.175zm-4.772.26a.144.144 0 0 0-.15.189l.216.668a.144.144 0 1 0 .276-.09l-.217-.667a.144.144 0 0 0-.125-.1zm5.695 0a.144.144 0 0 0-.125.1l-.217.668a.144.144 0 1 0 .275.09l.217-.668a.144.144 0 0 0-.15-.19zm-6.613.336a.144.144 0 0 0-.13.204l.678 1.525a.144.144 0 1 0 .265-.118l-.678-1.525a.144.144 0 0 0-.135-.086zm7.54.005a.145.145 0 0 0-.134.086l-.68 1.524a.144.144 0 1 0 .264.118l.68-1.524a.144.144 0 0 0-.13-.204zm-8.392.446a.144.144 0 0 0-.135.217l.35.608a.144.144 0 1 0 .251-.145l-.35-.608a.144.144 0 0 0-.116-.072zm9.233 0a.144.144 0 0 0-.115.072l-.351.608a.144.144 0 1 0 .25.145l.351-.608a.144.144 0 0 0-.135-.217zm-10.06.516a.145.145 0 0 0-.112.23l.98 1.35a.144.144 0 1 0 .234-.17l-.98-1.35a.144.144 0 0 0-.122-.06zm10.897.007a.144.144 0 0 0-.122.06l-.982 1.35a.144.144 0 1 0 .234.17l.982-1.35a.144.144 0 0 0-.112-.23zm-11.636.613a.144.144 0 0 0-.115.241l.47.522c.053.06.144.064.204.01a.144.144 0 0 0 .01-.204l-.47-.522a.144.144 0 0 0-.1-.047zm12.366 0a.145.145 0 0 0-.1.048l-.47.522a.144.144 0 1 0 .216.194l.47-.522a.144.144 0 0 0-.116-.241zm-13.075.68a.145.145 0 0 0-.09.252l1.241 1.117a.144.144 0 1 0 .194-.215l-1.24-1.117a.144.144 0 0 0-.105-.037zm13.787.005a.144.144 0 0 0-.104.037l-1.241 1.116a.144.144 0 1 0 .193.215l1.241-1.116a.144.144 0 0 0-.089-.252zm-14.376.753a.144.144 0 0 0-.09.262l.568.412a.144.144 0 1 0 .17-.234l-.568-.412a.145.145 0 0 0-.08-.028zm14.965.005a.145.145 0 0 0-.08.028l-.568.412a.144.144 0 1 0 .17.234l.568-.412a.144.144 0 0 0-.09-.262zm-15.516.803a.144.144 0 0 0-.062.27l1.445.834a.144.144 0 1 0 .145-.25L5.08 8.03a.145.145 0 0 0-.083-.019zm16.063 0a.143.143 0 0 0-.083.02l-1.445.834a.144.144 0 1 0 .145.25l1.445-.834a.144.144 0 0 0-.062-.27zm-16.48.862a.144.144 0 0 0-.062.277l.642.286a.144.144 0 1 0 .118-.265l-.641-.286a.144.144 0 0 0-.056-.012zm16.899.006a.145.145 0 0 0-.056.012l-.642.286a.144.144 0 1 0 .118.264l.641-.285a.144.144 0 0 0-.061-.277zm-17.27.894a.144.144 0 0 0-.032.282l1.587.517a.144.144 0 1 0 .09-.275L4.267 9.78a.145.145 0 0 0-.057-.007zm17.64.006a.14.14 0 0 0-.057.007l-1.587.516a.144.144 0 1 0 .09.275l1.587-.516a.144.144 0 0 0-.033-.282zm-17.87.94a.144.144 0 0 0-.031.286l.686.145a.144.144 0 1 0 .06-.283l-.686-.146a.142.142 0 0 0-.03-.003zm18.1 0c-.01 0-.02.002-.03.004l-.686.145a.144.144 0 1 0 .06.283l.687-.145a.144.144 0 0 0-.031-.287zm-18.275.95a.144.144 0 0 0-.001.288l1.66.175a.144.144 0 1 0 .03-.288l-1.66-.175a.148.148 0 0 0-.03 0zm18.45.012a.133.133 0 0 0-.029 0l-1.66.174a.144.144 0 1 0 .03.287l1.66-.173a.144.144 0 0 0 0-.288zm-18.478.961a.144.144 0 1 0 0 .29h.702a.144.144 0 1 0 0-.29h-.702zm17.803 0a.144.144 0 1 0 0 .29h.702a.144.144 0 1 0 0-.29h-.702zm-16.088.789a.132.132 0 0 0-.03 0l-1.66.173a.144.144 0 1 0 .03.288l1.66-.173a.144.144 0 0 0 0-.288zm15.074.01a.144.144 0 0 0-.001.288l1.66.175a.144.144 0 1 0 .03-.287l-1.66-.176a.15.15 0 0 0-.029 0zm-15.902.978c-.01 0-.019 0-.029.003l-.687.145a.144.144 0 1 0 .06.284l.687-.146a.144.144 0 0 0-.03-.287zm16.73 0a.144.144 0 0 0-.031.286l.687.147a.144.144 0 1 0 .06-.283l-.686-.146a.142.142 0 0 0-.03-.003zm-15.573.57a.14.14 0 0 0-.057.007l-1.588.516a.144.144 0 1 0 .09.276l1.587-.516a.144.144 0 0 0-.032-.282zm14.416.006a.144.144 0 0 0-.032.282l1.586.517a.144.144 0 1 0 .09-.275l-1.587-.517a.145.145 0 0 0-.057-.007zM5.214 16.12a.144.144 0 0 0-.056.012l-.641.286a.144.144 0 1 0 .117.264l.642-.285a.144.144 0 0 0-.062-.277zm15.627.005a.144.144 0 0 0-.062.277l.641.286a.144.144 0 1 0 .118-.264l-.641-.286a.144.144 0 0 0-.056-.013zm-14.378.314a.143.143 0 0 0-.083.02l-1.445.834a.144.144 0 1 0 .145.25l1.445-.834a.144.144 0 0 0-.062-.27zm13.131 0a.144.144 0 0 0-.062.27l1.445.834a.144.144 0 1 0 .145-.25l-1.445-.835a.144.144 0 0 0-.083-.02zM6.102 17.664a.145.145 0 0 0-.08.028l-.568.412a.144.144 0 1 0 .17.235l.568-.413a.144.144 0 0 0-.09-.262zm13.85.005a.144.144 0 0 0-.09.262l.567.413a.144.144 0 1 0 .17-.234l-.568-.413a.145.145 0 0 0-.08-.028zm-12.563.05a.144.144 0 0 0-.104.037l-1.241 1.116a.144.144 0 1 0 .193.215l1.241-1.115a.144.144 0 0 0-.089-.253zm11.275.004a.145.145 0 0 0-.089.252l1.24 1.117a.144.144 0 1 0 .194-.215l-1.24-1.117a.144.144 0 0 0-.105-.037zm-10.097 1.06a.144.144 0 0 0-.122.06l-.982 1.35a.144.144 0 1 0 .234.17l.982-1.35a.144.144 0 0 0-.112-.23zm8.915.006a.145.145 0 0 0-.112.23l.98 1.35a.144.144 0 1 0 .234-.169l-.98-1.35a.144.144 0 0 0-.122-.06zM7.3 18.998a.145.145 0 0 0-.1.048l-.47.521a.144.144 0 1 0 .216.194l.47-.522a.144.144 0 0 0-.116-.241zm11.458 0a.144.144 0 0 0-.115.241l.47.523c.053.06.144.064.204.01a.144.144 0 0 0 .01-.204l-.47-.522a.144.144 0 0 0-.1-.048zm-8.82.58a.144.144 0 0 0-.134.085l-.68 1.524a.144.144 0 1 0 .264.118l.68-1.524a.144.144 0 0 0-.13-.204zm6.173.003a.145.145 0 0 0-.13.204l.678 1.525a.144.144 0 1 0 .265-.118l-.678-1.525a.144.144 0 0 0-.135-.086zm-7.367.467a.144.144 0 0 0-.115.073l-.351.608a.144.144 0 1 0 .25.144l.351-.608a.144.144 0 0 0-.135-.217zm8.571 0a.144.144 0 0 0-.135.217l.35.608a.144.144 0 1 0 .251-.144l-.35-.608a.144.144 0 0 0-.116-.073zm-5.862.022a.144.144 0 0 0-.143.115l-.347 1.632a.144.144 0 1 0 .283.06l.347-1.632a.144.144 0 0 0-.14-.175zm3.148.001a.144.144 0 0 0-.14.175l.345 1.633a.144.144 0 1 0 .283-.06l-.345-1.633a.144.144 0 0 0-.143-.115zm-1.571.165a.144.144 0 0 0-.145.145v1.669a.144.144 0 1 0 .29 0v-1.67a.144.144 0 0 0-.145-.144zm-2.657.54a.144.144 0 0 0-.125.099l-.217.667a.144.144 0 1 0 .275.09l.217-.668a.144.144 0 0 0-.15-.189zm5.311 0a.144.144 0 0 0-.15.189l.217.667a.144.144 0 1 0 .276-.09l-.217-.667a.144.144 0 0 0-.126-.1zm-3.563.371a.144.144 0 0 0-.13.13l-.073.698c-.008.08.05.15.129.159.08.008.15-.05.159-.13l.073-.697a.144.144 0 0 0-.158-.16zm1.81.001a.144.144 0 0 0-.158.159l.074.698a.144.144 0 0 0 .288-.03l-.074-.698a.144.144 0 0 0-.13-.129z" }), h("path", { fill: "#000", d: "M19.81 7l-7.916 4.599-5.005 7.88 7.322-5.423z", opacity: ".409" }), h("path", { fill: "#FF5150", d: "M14.163 13.976l-2.27-2.377 8.05-5.414z" }), h("path", { fill: "#F1F1F1", d: "M14.163 13.976l-2.27-2.377-5.779 7.791z" }), h("path", { fill: "#000", d: "M6.114 19.39l8.049-5.414 5.78-7.791z", opacity: ".243" }))),
779
179
  },
780
180
  'browser-safari-filled': {
781
- markup: () => (h("g", null,
782
- h("path", { d: "M13 2c6.066 0 11 4.934 11 11s-4.934 11-11 11S2 19.066 2 13 6.934 2 13 2zm0 .71C7.326 2.71 2.71 7.326 2.71 13c0 5.674 4.616 10.29 10.29 10.29 5.674 0 10.29-4.616 10.29-10.29 0-5.674-4.616-10.29-10.29-10.29zm-.017 17.852c.076 0 .135.059.135.126v1.766c0 .067-.06.127-.135.127-.076 0-.135-.06-.135-.127v-1.766c0-.067.068-.126.135-.126zm-.845.946a.138.138 0 0 1 .127.135l-.06.786a.132.132 0 0 1-.143.118.137.137 0 0 1-.127-.135l.06-.786c.008-.076.067-.127.143-.118zm1.715 0c.076-.009.144.042.152.11l.102.777a.131.131 0 0 1-.118.143c-.077.009-.144-.042-.153-.11l-.101-.777a.132.132 0 0 1 .118-.143zm.643-1.099a.136.136 0 0 1 .16.102l.355 1.732c.017.068-.034.144-.102.152a.132.132 0 0 1-.1-.018.108.108 0 0 1-.06-.083l-.355-1.732c-.017-.068.026-.136.102-.153zm-2.991 0a.138.138 0 0 1 .11.153l-.347 1.732a.136.136 0 0 1-.16.101.138.138 0 0 1-.11-.152l.346-1.732c.017-.068.085-.11.16-.102zm-1.058.757l.044.004c.067.016.118.093.093.16l-.211.76a.117.117 0 0 1-.02.042.138.138 0 0 1-.14.052c-.068-.017-.119-.093-.094-.16l.212-.761c.016-.068.084-.11.16-.093zm5.037.012a.131.131 0 0 1 .17.076l.244.744a.127.127 0 0 1-.037.139.146.146 0 0 1-.047.03.131.131 0 0 1-.17-.076l-.244-.744a.144.144 0 0 1 .084-.169zm.422-1.2a.14.14 0 0 1 .178.068l.684 1.63a.131.131 0 0 1-.076.17.14.14 0 0 1-.177-.068l-.685-1.63c-.025-.06.009-.136.076-.17zm-5.87-.012l.04.013a.131.131 0 0 1 .077.169l-.676 1.63c-.025.067-.102.093-.178.067a.131.131 0 0 1-.076-.168l.676-1.631c.034-.067.11-.101.178-.067zm-1.14.54l.04.013a.13.13 0 0 1 .06.177l-.355.702a.13.13 0 0 1-.178.059.13.13 0 0 1-.059-.178l.355-.7a.13.13 0 0 1 .177-.06zm8.134.03c.067-.034.144-.017.177.042l.389.685a.128.128 0 0 1-.05.177.16.16 0 0 1-.056.016.12.12 0 0 1-.122-.058l-.389-.685c-.034-.059-.017-.135.05-.177zm.177-1.25a.135.135 0 0 1 .186.034l.98 1.461a.13.13 0 0 1-.042.186.135.135 0 0 1-.186-.034l-.98-1.461a.129.129 0 0 1 .042-.186zm-8.625.017a.135.135 0 0 1 .185-.034.143.143 0 0 1 .058.11.143.143 0 0 1-.015.076l-.98 1.461a.134.134 0 0 1-.186.034.146.146 0 0 1-.043-.186zm9.834.312a.133.133 0 0 1 .185.009l.516.591c.05.051.042.135-.017.186a.133.133 0 0 1-.186-.008l-.515-.592c-.043-.06-.043-.144.017-.186zM7.356 19.6c.043-.06.127-.068.186-.017.06.042.068.126.026.185l-.49.617c-.043.06-.127.068-.187.017-.058-.042-.067-.126-.025-.186zM19.938 6.014l-5.73 8.185-8.146 5.787 5.73-8.186 8.146-5.786zm-1.59 12.334a.132.132 0 0 1 .186 0l1.25 1.242c.05.05.05.135 0 .186a.133.133 0 0 1-.186 0l-1.25-1.242a.12.12 0 0 1 0-.186zm1.25.084c.042-.059.127-.067.186-.025l.617.482c.059.042.067.126.025.185-.042.06-.127.068-.186.026l-.617-.482c-.058-.042-.067-.127-.025-.186zm-13.424-.067c.05-.05.135-.042.186.017.05.059.042.143-.009.186l-.6.507c-.05.05-.135.042-.186-.017-.05-.06-.042-.144.009-.186zm13.25-1.216l.048.016 1.47.98c.059.042.076.118.033.186a.14.14 0 0 1-.06.045l-.014.006a.147.147 0 0 1-.03.006h-.007a.135.135 0 0 1-.075-.015l-1.47-.98c-.067-.042-.076-.126-.033-.186a.146.146 0 0 1 .186-.042zM6.51 17.131a.13.13 0 0 1 .186.043.135.135 0 0 1-.033.186l-1.47.98a.13.13 0 0 1-.186-.043.135.135 0 0 1 .033-.186zm14.153-.157l.041.014.701.355a.13.13 0 0 1 .06.177.13.13 0 0 1-.178.06l-.701-.356c-.068-.025-.093-.11-.06-.177a.13.13 0 0 1 .178-.06zM5.26 16.937a.136.136 0 0 1 .177.05c.034.068.017.144-.041.178l-.685.389a.117.117 0 0 1-.055.014.13.13 0 0 1-.138-.116.122.122 0 0 1 .058-.127zm14.845-1.115l.042.008 1.63.676c.053.02.08.071.076.13a.131.131 0 0 1-.177.124l-1.631-.676a.14.14 0 0 1-.067-.178.131.131 0 0 1 .169-.076zm-14.27-.034a.131.131 0 0 1 .169.076.14.14 0 0 1-.068.177l-1.63.676a.131.131 0 0 1-.17-.076.146.146 0 0 1-.009-.05c0-.052.026-.102.077-.127zm15.453-.378l.041.006.76.212a.117.117 0 0 1 .042.02.14.14 0 0 1 .052.14c-.017.068-.093.118-.16.093l-.761-.211a.13.13 0 0 1-.093-.16c.016-.068.093-.119.16-.094zm-16.644-.053a.144.144 0 0 1 .169.085.13.13 0 0 1-.085.169l-.743.245a.1.1 0 0 1-.048.006.142.142 0 0 1-.121-.091.129.129 0 0 1 .084-.169zm15.916-.971l1.732.346a.136.136 0 0 1 .102.16.138.138 0 0 1-.153.11l-1.731-.346c-.068-.017-.11-.084-.102-.16a.138.138 0 0 1 .152-.11zm-15.13-.051c.068-.017.135.034.152.11a.135.135 0 0 1-.101.16l-1.732.338c-.068.016-.136-.034-.153-.11a.122.122 0 0 1-.003-.03.115.115 0 0 1 .06-.11.14.14 0 0 1 .045-.02zm16.205-.583l.785.06c.068.008.127.067.118.143a.137.137 0 0 1-.135.127l-.785-.06c-.068-.008-.119-.076-.119-.143a.137.137 0 0 1 .136-.127zm-17.286-.076a.131.131 0 0 1 .143.118c.009.076-.042.144-.11.152l-.777.093a.131.131 0 0 1-.143-.118c-.009-.076.042-.144.11-.152zm18.105-.786c.067 0 .127.06.127.135 0 .076-.06.135-.127.135h-1.766c-.067 0-.126-.059-.126-.135 0-.076.059-.135.126-.135zm-17.142-.05c.067 0 .126.059.126.135 0 .076-.059.135-.126.135H3.546c-.067 0-.127-.06-.127-.135 0-.076.06-.135.127-.135zm17.083-.88a.131.131 0 0 1 .143.119c.009.076-.042.144-.11.152l-.777.093a.131.131 0 0 1-.143-.118c-.009-.076.042-.144.11-.152zm-18.798-.042l.785.06c.068.008.119.076.119.143a.137.137 0 0 1-.136.127l-.785-.06c-.068-.008-.127-.067-.118-.143a.137.137 0 0 1 .135-.127zm18.654-.86c.068-.017.136.033.153.11l.003.03a.115.115 0 0 1-.06.11.133.133 0 0 1-.045.02l-1.732.337c-.068.017-.135-.034-.152-.11a.135.135 0 0 1 .101-.16zm-18.493-.06l1.731.346c.068.017.11.084.102.16a.138.138 0 0 1-.152.11l-1.732-.346a.136.136 0 0 1-.102-.16.138.138 0 0 1 .153-.11zm18.304-.86a.14.14 0 0 1 .121.091.129.129 0 0 1-.084.169l-.744.245a.144.144 0 0 1-.169-.085.13.13 0 0 1 .085-.169l.743-.245a.1.1 0 0 1 .048-.006zm-18.126-.025l.04.006.761.211a.13.13 0 0 1 .093.16c-.016.068-.093.119-.16.094l-.76-.212a.117.117 0 0 1-.042-.02.138.138 0 0 1-.052-.14c.017-.068.093-.118.16-.093zm17.757-.83a.131.131 0 0 1 .17.076.182.182 0 0 1 .009.05.137.137 0 0 1-.077.127l-1.63.676a.131.131 0 0 1-.17-.076.14.14 0 0 1 .068-.177zm-17.41-.05l.04.007 1.631.676a.14.14 0 0 1 .067.178.131.131 0 0 1-.169.076l-1.63-.676c-.053-.02-.08-.071-.076-.13a.131.131 0 0 1 .177-.124zm17.06-.801a.13.13 0 0 1 .138.116.122.122 0 0 1-.057.127l-.685.388a.136.136 0 0 1-.177-.05c-.034-.068-.017-.144.042-.178l.684-.389a.117.117 0 0 1 .055-.014zM4.671 8.408l.041.013.701.355c.068.025.093.11.06.177a.13.13 0 0 1-.178.06l-.701-.356a.13.13 0 0 1-.06-.177.13.13 0 0 1 .178-.06zm16.135-.748a.13.13 0 0 1 .186.043.135.135 0 0 1-.033.186l-1.47.98a.13.13 0 0 1-.186-.043.135.135 0 0 1 .033-.186zM5.171 7.61l.048.017 1.462.98c.067.042.076.126.033.186a.146.146 0 0 1-.186.042l-1.461-.98c-.06-.042-.076-.118-.034-.186a.146.146 0 0 1 .186-.042zm1.045-1.386c.05-.05.135-.05.186 0l1.25 1.242a.12.12 0 0 1 0 .186.133.133 0 0 1-.186 0L6.216 6.41a.133.133 0 0 1 0-.186zm14.033.701c.05-.05.135-.042.186.017.05.06.042.144-.009.186l-.6.507c-.05.05-.135.042-.186-.017-.05-.059-.042-.143.009-.186zm-14.675 0c.042-.058.127-.067.186-.025l.617.482c.058.042.067.127.025.186s-.127.067-.186.025l-.617-.482c-.059-.042-.067-.126-.025-.185zm12.596-1.84a.134.134 0 0 1 .186-.034c.06.042.076.127.043.186l-.98 1.461a.135.135 0 0 1-.186.034.143.143 0 0 1-.058-.11c0-.029.003-.054.016-.076zm-10.5-.051a.135.135 0 0 1 .186.033l.98 1.461a.129.129 0 0 1-.042.186.135.135 0 0 1-.186-.034l-.98-1.46a.13.13 0 0 1 .042-.187zm11.253.582c.043-.06.127-.068.187-.017.058.042.067.126.025.186l-.49.616c-.043.06-.127.068-.186.017-.06-.042-.068-.126-.026-.185zM6.9 5.599a.133.133 0 0 1 .186.008l.515.592c.043.06.043.144-.017.186a.133.133 0 0 1-.185-.009l-.516-.59c-.05-.052-.042-.136.017-.187zm9.755-1.454l.046.01a.132.132 0 0 1 .076.168l-.676 1.63c-.034.068-.11.102-.178.068a.131.131 0 0 1-.076-.169l.676-1.63c.025-.068.102-.093.178-.068zm-7.347.01a.14.14 0 0 1 .177.067l.685 1.63c.025.06-.009.136-.076.17a.14.14 0 0 1-.178-.068l-.684-1.63a.131.131 0 0 1 .076-.17zm1.783-.55a.132.132 0 0 1 .101.018.108.108 0 0 1 .06.083l.354 1.732c.017.068-.025.136-.101.153a.135.135 0 0 1-.16-.102l-.356-1.732c-.016-.068.035-.144.102-.152zm3.757-.003l.044.003a.138.138 0 0 1 .11.152l-.346 1.732c-.017.068-.085.11-.16.102a.138.138 0 0 1-.11-.153l.346-1.732a.136.136 0 0 1 .16-.101zm2.648.928l.04.013a.13.13 0 0 1 .06.178l-.355.7a.13.13 0 0 1-.177.06.13.13 0 0 1-.06-.177l.355-.702a.13.13 0 0 1 .178-.059zm-8.987.014a.12.12 0 0 1 .123.058l.388.685c.034.06.017.135-.05.177-.068.034-.144.017-.178-.042l-.388-.684c-.034-.06-.017-.144.05-.178a.16.16 0 0 1 .055-.016zm4.508-1.125c.076 0 .135.06.135.127v1.766c0 .067-.068.126-.135.126-.076 0-.135-.059-.135-.126V3.546c0-.067.06-.127.135-.127zm2.732.394l.039.003c.067.017.118.093.093.16l-.212.761c-.016.068-.084.11-.16.093-.067-.016-.118-.093-.093-.16l.211-.76a.117.117 0 0 1 .02-.042.138.138 0 0 1 .14-.052zm-5.562.02a.131.131 0 0 1 .169.076l.245.744a.144.144 0 0 1-.085.169.131.131 0 0 1-.17-.076l-.244-.744a.118.118 0 0 1-.007-.046c0-.035.018-.07.044-.092a.146.146 0 0 1 .048-.03zm3.75-.38a.137.137 0 0 1 .128.135l-.06.786c-.008.076-.067.127-.143.118a.138.138 0 0 1-.127-.135l.06-.786a.132.132 0 0 1 .143-.118zm-1.926.009c.077-.009.144.042.153.11l.101.777a.132.132 0 0 1-.118.143c-.076.009-.144-.042-.152-.11l-.102-.777a.131.131 0 0 1 .118-.143z", class: "filled" }))),
181
+ markup: () => (h("g", null, h("path", { d: "M13 2c6.066 0 11 4.934 11 11s-4.934 11-11 11S2 19.066 2 13 6.934 2 13 2zm0 .71C7.326 2.71 2.71 7.326 2.71 13c0 5.674 4.616 10.29 10.29 10.29 5.674 0 10.29-4.616 10.29-10.29 0-5.674-4.616-10.29-10.29-10.29zm-.017 17.852c.076 0 .135.059.135.126v1.766c0 .067-.06.127-.135.127-.076 0-.135-.06-.135-.127v-1.766c0-.067.068-.126.135-.126zm-.845.946a.138.138 0 0 1 .127.135l-.06.786a.132.132 0 0 1-.143.118.137.137 0 0 1-.127-.135l.06-.786c.008-.076.067-.127.143-.118zm1.715 0c.076-.009.144.042.152.11l.102.777a.131.131 0 0 1-.118.143c-.077.009-.144-.042-.153-.11l-.101-.777a.132.132 0 0 1 .118-.143zm.643-1.099a.136.136 0 0 1 .16.102l.355 1.732c.017.068-.034.144-.102.152a.132.132 0 0 1-.1-.018.108.108 0 0 1-.06-.083l-.355-1.732c-.017-.068.026-.136.102-.153zm-2.991 0a.138.138 0 0 1 .11.153l-.347 1.732a.136.136 0 0 1-.16.101.138.138 0 0 1-.11-.152l.346-1.732c.017-.068.085-.11.16-.102zm-1.058.757l.044.004c.067.016.118.093.093.16l-.211.76a.117.117 0 0 1-.02.042.138.138 0 0 1-.14.052c-.068-.017-.119-.093-.094-.16l.212-.761c.016-.068.084-.11.16-.093zm5.037.012a.131.131 0 0 1 .17.076l.244.744a.127.127 0 0 1-.037.139.146.146 0 0 1-.047.03.131.131 0 0 1-.17-.076l-.244-.744a.144.144 0 0 1 .084-.169zm.422-1.2a.14.14 0 0 1 .178.068l.684 1.63a.131.131 0 0 1-.076.17.14.14 0 0 1-.177-.068l-.685-1.63c-.025-.06.009-.136.076-.17zm-5.87-.012l.04.013a.131.131 0 0 1 .077.169l-.676 1.63c-.025.067-.102.093-.178.067a.131.131 0 0 1-.076-.168l.676-1.631c.034-.067.11-.101.178-.067zm-1.14.54l.04.013a.13.13 0 0 1 .06.177l-.355.702a.13.13 0 0 1-.178.059.13.13 0 0 1-.059-.178l.355-.7a.13.13 0 0 1 .177-.06zm8.134.03c.067-.034.144-.017.177.042l.389.685a.128.128 0 0 1-.05.177.16.16 0 0 1-.056.016.12.12 0 0 1-.122-.058l-.389-.685c-.034-.059-.017-.135.05-.177zm.177-1.25a.135.135 0 0 1 .186.034l.98 1.461a.13.13 0 0 1-.042.186.135.135 0 0 1-.186-.034l-.98-1.461a.129.129 0 0 1 .042-.186zm-8.625.017a.135.135 0 0 1 .185-.034.143.143 0 0 1 .058.11.143.143 0 0 1-.015.076l-.98 1.461a.134.134 0 0 1-.186.034.146.146 0 0 1-.043-.186zm9.834.312a.133.133 0 0 1 .185.009l.516.591c.05.051.042.135-.017.186a.133.133 0 0 1-.186-.008l-.515-.592c-.043-.06-.043-.144.017-.186zM7.356 19.6c.043-.06.127-.068.186-.017.06.042.068.126.026.185l-.49.617c-.043.06-.127.068-.187.017-.058-.042-.067-.126-.025-.186zM19.938 6.014l-5.73 8.185-8.146 5.787 5.73-8.186 8.146-5.786zm-1.59 12.334a.132.132 0 0 1 .186 0l1.25 1.242c.05.05.05.135 0 .186a.133.133 0 0 1-.186 0l-1.25-1.242a.12.12 0 0 1 0-.186zm1.25.084c.042-.059.127-.067.186-.025l.617.482c.059.042.067.126.025.185-.042.06-.127.068-.186.026l-.617-.482c-.058-.042-.067-.127-.025-.186zm-13.424-.067c.05-.05.135-.042.186.017.05.059.042.143-.009.186l-.6.507c-.05.05-.135.042-.186-.017-.05-.06-.042-.144.009-.186zm13.25-1.216l.048.016 1.47.98c.059.042.076.118.033.186a.14.14 0 0 1-.06.045l-.014.006a.147.147 0 0 1-.03.006h-.007a.135.135 0 0 1-.075-.015l-1.47-.98c-.067-.042-.076-.126-.033-.186a.146.146 0 0 1 .186-.042zM6.51 17.131a.13.13 0 0 1 .186.043.135.135 0 0 1-.033.186l-1.47.98a.13.13 0 0 1-.186-.043.135.135 0 0 1 .033-.186zm14.153-.157l.041.014.701.355a.13.13 0 0 1 .06.177.13.13 0 0 1-.178.06l-.701-.356c-.068-.025-.093-.11-.06-.177a.13.13 0 0 1 .178-.06zM5.26 16.937a.136.136 0 0 1 .177.05c.034.068.017.144-.041.178l-.685.389a.117.117 0 0 1-.055.014.13.13 0 0 1-.138-.116.122.122 0 0 1 .058-.127zm14.845-1.115l.042.008 1.63.676c.053.02.08.071.076.13a.131.131 0 0 1-.177.124l-1.631-.676a.14.14 0 0 1-.067-.178.131.131 0 0 1 .169-.076zm-14.27-.034a.131.131 0 0 1 .169.076.14.14 0 0 1-.068.177l-1.63.676a.131.131 0 0 1-.17-.076.146.146 0 0 1-.009-.05c0-.052.026-.102.077-.127zm15.453-.378l.041.006.76.212a.117.117 0 0 1 .042.02.14.14 0 0 1 .052.14c-.017.068-.093.118-.16.093l-.761-.211a.13.13 0 0 1-.093-.16c.016-.068.093-.119.16-.094zm-16.644-.053a.144.144 0 0 1 .169.085.13.13 0 0 1-.085.169l-.743.245a.1.1 0 0 1-.048.006.142.142 0 0 1-.121-.091.129.129 0 0 1 .084-.169zm15.916-.971l1.732.346a.136.136 0 0 1 .102.16.138.138 0 0 1-.153.11l-1.731-.346c-.068-.017-.11-.084-.102-.16a.138.138 0 0 1 .152-.11zm-15.13-.051c.068-.017.135.034.152.11a.135.135 0 0 1-.101.16l-1.732.338c-.068.016-.136-.034-.153-.11a.122.122 0 0 1-.003-.03.115.115 0 0 1 .06-.11.14.14 0 0 1 .045-.02zm16.205-.583l.785.06c.068.008.127.067.118.143a.137.137 0 0 1-.135.127l-.785-.06c-.068-.008-.119-.076-.119-.143a.137.137 0 0 1 .136-.127zm-17.286-.076a.131.131 0 0 1 .143.118c.009.076-.042.144-.11.152l-.777.093a.131.131 0 0 1-.143-.118c-.009-.076.042-.144.11-.152zm18.105-.786c.067 0 .127.06.127.135 0 .076-.06.135-.127.135h-1.766c-.067 0-.126-.059-.126-.135 0-.076.059-.135.126-.135zm-17.142-.05c.067 0 .126.059.126.135 0 .076-.059.135-.126.135H3.546c-.067 0-.127-.06-.127-.135 0-.076.06-.135.127-.135zm17.083-.88a.131.131 0 0 1 .143.119c.009.076-.042.144-.11.152l-.777.093a.131.131 0 0 1-.143-.118c-.009-.076.042-.144.11-.152zm-18.798-.042l.785.06c.068.008.119.076.119.143a.137.137 0 0 1-.136.127l-.785-.06c-.068-.008-.127-.067-.118-.143a.137.137 0 0 1 .135-.127zm18.654-.86c.068-.017.136.033.153.11l.003.03a.115.115 0 0 1-.06.11.133.133 0 0 1-.045.02l-1.732.337c-.068.017-.135-.034-.152-.11a.135.135 0 0 1 .101-.16zm-18.493-.06l1.731.346c.068.017.11.084.102.16a.138.138 0 0 1-.152.11l-1.732-.346a.136.136 0 0 1-.102-.16.138.138 0 0 1 .153-.11zm18.304-.86a.14.14 0 0 1 .121.091.129.129 0 0 1-.084.169l-.744.245a.144.144 0 0 1-.169-.085.13.13 0 0 1 .085-.169l.743-.245a.1.1 0 0 1 .048-.006zm-18.126-.025l.04.006.761.211a.13.13 0 0 1 .093.16c-.016.068-.093.119-.16.094l-.76-.212a.117.117 0 0 1-.042-.02.138.138 0 0 1-.052-.14c.017-.068.093-.118.16-.093zm17.757-.83a.131.131 0 0 1 .17.076.182.182 0 0 1 .009.05.137.137 0 0 1-.077.127l-1.63.676a.131.131 0 0 1-.17-.076.14.14 0 0 1 .068-.177zm-17.41-.05l.04.007 1.631.676a.14.14 0 0 1 .067.178.131.131 0 0 1-.169.076l-1.63-.676c-.053-.02-.08-.071-.076-.13a.131.131 0 0 1 .177-.124zm17.06-.801a.13.13 0 0 1 .138.116.122.122 0 0 1-.057.127l-.685.388a.136.136 0 0 1-.177-.05c-.034-.068-.017-.144.042-.178l.684-.389a.117.117 0 0 1 .055-.014zM4.671 8.408l.041.013.701.355c.068.025.093.11.06.177a.13.13 0 0 1-.178.06l-.701-.356a.13.13 0 0 1-.06-.177.13.13 0 0 1 .178-.06zm16.135-.748a.13.13 0 0 1 .186.043.135.135 0 0 1-.033.186l-1.47.98a.13.13 0 0 1-.186-.043.135.135 0 0 1 .033-.186zM5.171 7.61l.048.017 1.462.98c.067.042.076.126.033.186a.146.146 0 0 1-.186.042l-1.461-.98c-.06-.042-.076-.118-.034-.186a.146.146 0 0 1 .186-.042zm1.045-1.386c.05-.05.135-.05.186 0l1.25 1.242a.12.12 0 0 1 0 .186.133.133 0 0 1-.186 0L6.216 6.41a.133.133 0 0 1 0-.186zm14.033.701c.05-.05.135-.042.186.017.05.06.042.144-.009.186l-.6.507c-.05.05-.135.042-.186-.017-.05-.059-.042-.143.009-.186zm-14.675 0c.042-.058.127-.067.186-.025l.617.482c.058.042.067.127.025.186s-.127.067-.186.025l-.617-.482c-.059-.042-.067-.126-.025-.185zm12.596-1.84a.134.134 0 0 1 .186-.034c.06.042.076.127.043.186l-.98 1.461a.135.135 0 0 1-.186.034.143.143 0 0 1-.058-.11c0-.029.003-.054.016-.076zm-10.5-.051a.135.135 0 0 1 .186.033l.98 1.461a.129.129 0 0 1-.042.186.135.135 0 0 1-.186-.034l-.98-1.46a.13.13 0 0 1 .042-.187zm11.253.582c.043-.06.127-.068.187-.017.058.042.067.126.025.186l-.49.616c-.043.06-.127.068-.186.017-.06-.042-.068-.126-.026-.185zM6.9 5.599a.133.133 0 0 1 .186.008l.515.592c.043.06.043.144-.017.186a.133.133 0 0 1-.185-.009l-.516-.59c-.05-.052-.042-.136.017-.187zm9.755-1.454l.046.01a.132.132 0 0 1 .076.168l-.676 1.63c-.034.068-.11.102-.178.068a.131.131 0 0 1-.076-.169l.676-1.63c.025-.068.102-.093.178-.068zm-7.347.01a.14.14 0 0 1 .177.067l.685 1.63c.025.06-.009.136-.076.17a.14.14 0 0 1-.178-.068l-.684-1.63a.131.131 0 0 1 .076-.17zm1.783-.55a.132.132 0 0 1 .101.018.108.108 0 0 1 .06.083l.354 1.732c.017.068-.025.136-.101.153a.135.135 0 0 1-.16-.102l-.356-1.732c-.016-.068.035-.144.102-.152zm3.757-.003l.044.003a.138.138 0 0 1 .11.152l-.346 1.732c-.017.068-.085.11-.16.102a.138.138 0 0 1-.11-.153l.346-1.732a.136.136 0 0 1 .16-.101zm2.648.928l.04.013a.13.13 0 0 1 .06.178l-.355.7a.13.13 0 0 1-.177.06.13.13 0 0 1-.06-.177l.355-.702a.13.13 0 0 1 .178-.059zm-8.987.014a.12.12 0 0 1 .123.058l.388.685c.034.06.017.135-.05.177-.068.034-.144.017-.178-.042l-.388-.684c-.034-.06-.017-.144.05-.178a.16.16 0 0 1 .055-.016zm4.508-1.125c.076 0 .135.06.135.127v1.766c0 .067-.068.126-.135.126-.076 0-.135-.059-.135-.126V3.546c0-.067.06-.127.135-.127zm2.732.394l.039.003c.067.017.118.093.093.16l-.212.761c-.016.068-.084.11-.16.093-.067-.016-.118-.093-.093-.16l.211-.76a.117.117 0 0 1 .02-.042.138.138 0 0 1 .14-.052zm-5.562.02a.131.131 0 0 1 .169.076l.245.744a.144.144 0 0 1-.085.169.131.131 0 0 1-.17-.076l-.244-.744a.118.118 0 0 1-.007-.046c0-.035.018-.07.044-.092a.146.146 0 0 1 .048-.03zm3.75-.38a.137.137 0 0 1 .128.135l-.06.786c-.008.076-.067.127-.143.118a.138.138 0 0 1-.127-.135l.06-.786a.132.132 0 0 1 .143-.118zm-1.926.009c.077-.009.144.042.153.11l.101.777a.132.132 0 0 1-.118.143c-.076.009-.144-.042-.152-.11l-.102-.777a.131.131 0 0 1 .118-.143z", class: "filled" }))),
783
182
  },
784
183
  'bubble-graph': {
785
- markup: () => (h("g", null,
786
- h("g", { class: "stroke-primary", transform: "translate(3 2)" },
787
- h("ellipse", { cx: "7.778", cy: "14.3", rx: "7.778", ry: "7.7" }),
788
- h("ellipse", { cx: "16.111", cy: "3.85", rx: "3.889", ry: "3.85" }),
789
- h("ellipse", { cx: "18.333", cy: "11", rx: "1.667", ry: "1.65" })),
790
- h("path", { class: "stroke-secondary", d: "M19.112 7.5c.92 0 1.666-.739 1.666-1.65 0-.911-.746-1.65-1.666-1.65M5.982 19.017a5.49 5.49 0 0 0 4.8 2.838c3.037 0 5.5-2.487 5.5-5.555 0-3.069-2.464-5.556-5.5-5.556" }))),
184
+ markup: () => (h("g", null, h("g", { class: "stroke-primary", transform: "translate(3 2)" }, h("ellipse", { cx: "7.778", cy: "14.3", rx: "7.778", ry: "7.7" }), h("ellipse", { cx: "16.111", cy: "3.85", rx: "3.889", ry: "3.85" }), h("ellipse", { cx: "18.333", cy: "11", rx: "1.667", ry: "1.65" })), h("path", { class: "stroke-secondary", d: "M19.112 7.5c.92 0 1.666-.739 1.666-1.65 0-.911-.746-1.65-1.666-1.65M5.982 19.017a5.49 5.49 0 0 0 4.8 2.838c3.037 0 5.5-2.487 5.5-5.555 0-3.069-2.464-5.556-5.5-5.556" }))),
791
185
  },
792
186
  bug: {
793
- markup: () => (h("g", null,
794
- h("path", { class: "stroke-primary", d: "M2 13.733h2.933m0-8.8l2.42 2.42m13.714-2.42l-2.42 2.42M4.2 23.266l2.677-2.676M21.8 23.266l-2.677-2.676m1.944-6.857H24m-7.333-8.067c2.603 1.614 4.4 4.877 4.4 8.654 0 5.353-3.594 9.68-8.067 9.68-4.473 0-8.067-4.327-8.067-9.68 0-3.777 1.797-7.04 4.4-8.617M13 7.133V24" }),
795
- h("g", { class: "stroke-secondary filled", transform: "translate(6.6 2)" },
796
- h("circle", { cx: "2.733", cy: "8.8", r: "1.467" }),
797
- h("circle", { cx: "10.067", cy: "8.8", r: "1.467" }),
798
- h("circle", { cx: "2.367", cy: "14.3", r: "1.833" }),
799
- h("circle", { cx: "10.433", cy: "14.3", r: "1.833" }),
800
- h("path", { d: "M3.76 1.76L2 0m7.04 1.76L10.8 0M6.4.733c-1.907 0-3.447 1.357-3.703 3.08 0 0 1.87 1.357 3.703 1.357 1.833 0 3.703-1.32 3.703-1.357C9.847 2.09 8.307.733 6.4.733z" })))),
187
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M2 13.733h2.933m0-8.8l2.42 2.42m13.714-2.42l-2.42 2.42M4.2 23.266l2.677-2.676M21.8 23.266l-2.677-2.676m1.944-6.857H24m-7.333-8.067c2.603 1.614 4.4 4.877 4.4 8.654 0 5.353-3.594 9.68-8.067 9.68-4.473 0-8.067-4.327-8.067-9.68 0-3.777 1.797-7.04 4.4-8.617M13 7.133V24" }), h("g", { class: "stroke-secondary filled", transform: "translate(6.6 2)" }, h("circle", { cx: "2.733", cy: "8.8", r: "1.467" }), h("circle", { cx: "10.067", cy: "8.8", r: "1.467" }), h("circle", { cx: "2.367", cy: "14.3", r: "1.833" }), h("circle", { cx: "10.433", cy: "14.3", r: "1.833" }), h("path", { d: "M3.76 1.76L2 0m7.04 1.76L10.8 0M6.4.733c-1.907 0-3.447 1.357-3.703 3.08 0 0 1.87 1.357 3.703 1.357 1.833 0 3.703-1.32 3.703-1.357C9.847 2.09 8.307.733 6.4.733z" })))),
801
188
  },
802
189
  buildings: {
803
- markup: () => (h("g", null,
804
- h("path", { class: "stroke-primary", d: "M17.787 11.377V4.164H6.967v9.377M3 15.705h7.934v7.934H3zm10.82-2.164h7.934v10.098H13.82zM10.934 23.64h2.886" }),
805
- h("path", { class: "stroke-secondary", d: "M9.852 6.689h5.05m-5.05 2.163h5.05m-5.05 2.164h5.05M5.885 18.59H8.05m8.655-2.164h2.164m-2.164 2.164h2.164m-2.164 2.164h2.164m-12.984 0H8.05M12.377 2v2.164" }))),
190
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M17.787 11.377V4.164H6.967v9.377M3 15.705h7.934v7.934H3zm10.82-2.164h7.934v10.098H13.82zM10.934 23.64h2.886" }), h("path", { class: "stroke-secondary", d: "M9.852 6.689h5.05m-5.05 2.163h5.05m-5.05 2.164h5.05M5.885 18.59H8.05m8.655-2.164h2.164m-2.164 2.164h2.164m-2.164 2.164h2.164m-12.984 0H8.05M12.377 2v2.164" }))),
806
191
  },
807
192
  calculator: {
808
- markup: () => (h("g", null,
809
- h("path", { d: "M21.487 24H5.457A1.462 1.462 0 0 1 4 22.533V3.467C4 2.657 4.652 2 5.457 2h16.03c.805 0 1.457.657 1.457 1.467v19.066c0 .81-.652 1.467-1.457 1.467z", class: "stroke-primary" }),
810
- h("path", { class: "stroke-secondary", d: "M6.915 4.933H20.03v2.933H6.915zm0 5.134H9.83v2.2H6.915zm5.1 0h2.915v2.2h-2.915zm5.1 0h2.915v2.2h-2.915zm-10.2 4.4H9.83v2.2H6.915zm5.1 0h2.915v2.2h-2.915zm-5.1 4.4H9.83v2.2H6.915zm5.1 0h2.915v2.2h-2.915zm5.1-4.4h2.915v6.6h-2.915z" }))),
193
+ markup: () => (h("g", null, h("path", { d: "M21.487 24H5.457A1.462 1.462 0 0 1 4 22.533V3.467C4 2.657 4.652 2 5.457 2h16.03c.805 0 1.457.657 1.457 1.467v19.066c0 .81-.652 1.467-1.457 1.467z", class: "stroke-primary" }), h("path", { class: "stroke-secondary", d: "M6.915 4.933H20.03v2.933H6.915zm0 5.134H9.83v2.2H6.915zm5.1 0h2.915v2.2h-2.915zm5.1 0h2.915v2.2h-2.915zm-10.2 4.4H9.83v2.2H6.915zm5.1 0h2.915v2.2h-2.915zm-5.1 4.4H9.83v2.2H6.915zm5.1 0h2.915v2.2h-2.915zm5.1-4.4h2.915v6.6h-2.915z" }))),
811
194
  },
812
195
  calendar: {
813
- markup: () => (h("g", null,
814
- h("path", { class: "stroke-primary", d: "M19.6 4.2H24V24H2V4.2h4.4M24 9.333H2M8.6 4.2h8.8" }),
815
- h("path", { class: "stroke-secondary filled", d: "M6.4 2h2.2v4.4H6.4zm11 0h2.2v4.4h-2.2zm-11 11v7.333h8.8v-3.666h4.4V13z" }),
816
- h("path", { class: "stroke-secondary", d: "M15.2 13v3.667M10.8 13v7.333m4.4-3.666H6.4" }))),
196
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M19.6 4.2H24V24H2V4.2h4.4M24 9.333H2M8.6 4.2h8.8" }), h("path", { class: "stroke-secondary filled", d: "M6.4 2h2.2v4.4H6.4zm11 0h2.2v4.4h-2.2zm-11 11v7.333h8.8v-3.666h4.4V13z" }), h("path", { class: "stroke-secondary", d: "M15.2 13v3.667M10.8 13v7.333m4.4-3.666H6.4" }))),
817
197
  },
818
198
  'calendar-confirm': {
819
- markup: () => (h("g", null,
820
- h("path", { class: "stroke-primary", d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" }),
821
- h("g", { class: "stroke-secondary", transform: "translate(13.759 14.897)" },
822
- h("circle", { cx: "4.552", cy: "4.552", r: "4.552", class: "filled" }),
823
- h("path", { d: "M2.655 4.931l1.138 1.138 2.655-2.655" })))),
199
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" }), h("g", { class: "stroke-secondary", transform: "translate(13.759 14.897)" }, h("circle", { cx: "4.552", cy: "4.552", r: "4.552", class: "filled" }), h("path", { d: "M2.655 4.931l1.138 1.138 2.655-2.655" })))),
824
200
  },
825
201
  'calendar-create': {
826
- markup: () => (h("g", null,
827
- h("path", { class: "stroke-primary", d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" }),
828
- h("g", { class: "stroke-secondary", transform: "translate(13.759 14.897)" },
829
- h("circle", { cx: "4.552", cy: "4.552", r: "4.552", class: "filled" }),
830
- h("path", { d: "M4.552 3.034V6.07M3.034 4.552H6.07" })))),
202
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" }), h("g", { class: "stroke-secondary", transform: "translate(13.759 14.897)" }, h("circle", { cx: "4.552", cy: "4.552", r: "4.552", class: "filled" }), h("path", { d: "M4.552 3.034V6.07M3.034 4.552H6.07" })))),
831
203
  },
832
204
  'calendar-remove': {
833
- markup: () => (h("g", null,
834
- h("path", { class: "stroke-primary", d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" }),
835
- h("g", { class: "stroke-secondary", transform: "translate(13.759 14.897)" },
836
- h("circle", { cx: "4.552", cy: "4.552", r: "4.552", class: "filled" }),
837
- h("path", { d: "M3.034 4.552H6.07" })))),
205
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" }), h("g", { class: "stroke-secondary", transform: "translate(13.759 14.897)" }, h("circle", { cx: "4.552", cy: "4.552", r: "4.552", class: "filled" }), h("path", { d: "M3.034 4.552H6.07" })))),
838
206
  },
839
207
  'calendar-skip': {
840
- markup: () => (h("g", null,
841
- h("path", { class: "stroke-primary", d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" }),
842
- h("path", { class: "stroke-secondary", d: "M17 23v-6l4 3zm5.15-6v6" }))),
208
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" }), h("path", { class: "stroke-secondary", d: "M17 23v-6l4 3zm5.15-6v6" }))),
843
209
  },
844
210
  'calendar-time': {
845
- markup: () => (h("g", null,
846
- h("path", { class: "stroke-primary", d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" }),
847
- h("g", { class: "stroke-secondary", transform: "translate(13.759 14.897)" },
848
- h("circle", { cx: "4.552", cy: "4.552", r: "4.552", class: "filled" }),
849
- h("path", { d: "M4.552 2.655v1.897h1.896" })))),
211
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" }), h("g", { class: "stroke-secondary", transform: "translate(13.759 14.897)" }, h("circle", { cx: "4.552", cy: "4.552", r: "4.552", class: "filled" }), h("path", { d: "M4.552 2.655v1.897h1.896" })))),
850
212
  },
851
213
  'call-color': {
852
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
853
- h("path", { fill: "#6FC955", "fill-rule": "nonzero", d: "M16.362 15.286l-1.754 2.191a18.493 18.493 0 0 1-6.574-6.573l2.192-1.754a1.488 1.488 0 0 0 .43-1.766L8.658 2.886a1.49 1.49 0 0 0-1.736-.837l-3.802.985A1.497 1.497 0 0 0 2.014 4.69a22.098 22.098 0 0 0 18.808 18.808 1.498 1.498 0 0 0 1.655-1.105l.985-3.803a1.49 1.49 0 0 0-.837-1.736l-4.497-1.995a1.49 1.49 0 0 0-1.766.428z" }))),
214
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("path", { fill: "#6FC955", "fill-rule": "nonzero", d: "M16.362 15.286l-1.754 2.191a18.493 18.493 0 0 1-6.574-6.573l2.192-1.754a1.488 1.488 0 0 0 .43-1.766L8.658 2.886a1.49 1.49 0 0 0-1.736-.837l-3.802.985A1.497 1.497 0 0 0 2.014 4.69a22.098 22.098 0 0 0 18.808 18.808 1.498 1.498 0 0 0 1.655-1.105l.985-3.803a1.49 1.49 0 0 0-.837-1.736l-4.497-1.995a1.49 1.49 0 0 0-1.766.428z" }))),
854
215
  },
855
216
  'call-filled': {
856
- markup: () => (h("g", null,
857
- h("path", { d: "M16.362 15.286l-1.754 2.191a18.493 18.493 0 0 1-6.574-6.573l2.192-1.754a1.488 1.488 0 0 0 .43-1.766L8.658 2.886a1.49 1.49 0 0 0-1.736-.837l-3.802.985A1.497 1.497 0 0 0 2.014 4.69a22.098 22.098 0 0 0 18.808 18.808 1.498 1.498 0 0 0 1.655-1.105l.985-3.803a1.49 1.49 0 0 0-.837-1.736l-4.497-1.995a1.49 1.49 0 0 0-1.766.428z", class: "filled" }))),
217
+ markup: () => (h("g", null, h("path", { d: "M16.362 15.286l-1.754 2.191a18.493 18.493 0 0 1-6.574-6.573l2.192-1.754a1.488 1.488 0 0 0 .43-1.766L8.658 2.886a1.49 1.49 0 0 0-1.736-.837l-3.802.985A1.497 1.497 0 0 0 2.014 4.69a22.098 22.098 0 0 0 18.808 18.808 1.498 1.498 0 0 0 1.655-1.105l.985-3.803a1.49 1.49 0 0 0-.837-1.736l-4.497-1.995a1.49 1.49 0 0 0-1.766.428z", class: "filled" }))),
858
218
  },
859
219
  camera: {
860
- markup: () => (h("g", null,
861
- h("path", { class: "stroke-primary", d: "M3.983 3.901H6.87M3.623 21.934h18.754c.796 0 1.442-.646 1.442-1.443V7.508c0-.797-.646-1.443-1.442-1.443H19.13L16.606 3.18h-5.049L9.032 6.065h-5.41c-.795 0-1.442.646-1.442 1.443V20.49c0 .797.646 1.443 1.443 1.443z" }),
862
- h("g", { class: "stroke-secondary filled", transform: "translate(5.787 8.95)" },
863
- h("circle", { cx: "8.295", cy: "5.049", r: "5.049" }),
864
- h("circle", { cx: ".361", cy: ".721", r: "1" })))),
220
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M3.983 3.901H6.87M3.623 21.934h18.754c.796 0 1.442-.646 1.442-1.443V7.508c0-.797-.646-1.443-1.442-1.443H19.13L16.606 3.18h-5.049L9.032 6.065h-5.41c-.795 0-1.442.646-1.442 1.443V20.49c0 .797.646 1.443 1.443 1.443z" }), h("g", { class: "stroke-secondary filled", transform: "translate(5.787 8.95)" }, h("circle", { cx: "8.295", cy: "5.049", r: "5.049" }), h("circle", { cx: ".361", cy: ".721", r: "1" })))),
865
221
  },
866
222
  car: {
867
- markup: () => (h("g", null,
868
- h("path", { class: "stroke-primary", d: "M11.557 6.18v5.05m-6.852 0H18.41M21.655 17h2.164v-4.328c0-.797-.646-1.443-1.442-1.443H18.41l-2.47-4.322a1.443 1.443 0 0 0-1.253-.727H7.82c-.577 0-1.1.344-1.326.874l-1.79 4.176h-1.08c-.798 0-1.444.645-1.444 1.442V17h2.164m4.328 0h8.656" }),
869
- h("g", { class: "stroke-secondary filled", transform: "translate(4.344 14.836)" },
870
- h("circle", { cx: "2.164", cy: "2.164", r: "2.164" }),
871
- h("circle", { cx: "15.148", cy: "2.164", r: "2.164" })))),
223
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M11.557 6.18v5.05m-6.852 0H18.41M21.655 17h2.164v-4.328c0-.797-.646-1.443-1.442-1.443H18.41l-2.47-4.322a1.443 1.443 0 0 0-1.253-.727H7.82c-.577 0-1.1.344-1.326.874l-1.79 4.176h-1.08c-.798 0-1.444.645-1.444 1.442V17h2.164m4.328 0h8.656" }), h("g", { class: "stroke-secondary filled", transform: "translate(4.344 14.836)" }, h("circle", { cx: "2.164", cy: "2.164", r: "2.164" }), h("circle", { cx: "15.148", cy: "2.164", r: "2.164" })))),
872
224
  },
873
225
  'car-front': {
874
- markup: () => (h("g", null,
875
- h("path", { class: "stroke-primary", d: "M13 11.116l3.246-3.246m5.77 3.246l-1.611-7.093a1.082 1.082 0 0 0-1.056-.842H6.651c-.506 0-.943.35-1.055.842l-1.613 7.093M23.82 19.05H2.18v-5.248c0-.338.119-.665.335-.924l1.468-1.762h18.032l1.47 1.762c.215.26.334.586.334.924v5.248zm-15.869 0v2.525H3.623V19.05m18.754 0v2.525h-4.328V19.05" }),
876
- h("g", { class: "stroke-secondary filled", transform: "translate(4.344 13.64)" },
877
- h("circle", { cx: "1.443", cy: "1.443", r: "1.443" }),
878
- h("circle", { cx: "15.869", cy: "1.443", r: "1.443" }),
879
- h("path", { d: "M6.492 1.443h4.328" })))),
226
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M13 11.116l3.246-3.246m5.77 3.246l-1.611-7.093a1.082 1.082 0 0 0-1.056-.842H6.651c-.506 0-.943.35-1.055.842l-1.613 7.093M23.82 19.05H2.18v-5.248c0-.338.119-.665.335-.924l1.468-1.762h18.032l1.47 1.762c.215.26.334.586.334.924v5.248zm-15.869 0v2.525H3.623V19.05m18.754 0v2.525h-4.328V19.05" }), h("g", { class: "stroke-secondary filled", transform: "translate(4.344 13.64)" }, h("circle", { cx: "1.443", cy: "1.443", r: "1.443" }), h("circle", { cx: "15.869", cy: "1.443", r: "1.443" }), h("path", { d: "M6.492 1.443h4.328" })))),
880
227
  },
881
228
  card: {
882
229
  markup: () => (h("path", { class: "stroke-primary", d: "M2 18.667v-13.2C2 4.657 2.656 4 3.466 4h19.067C23.343 4 24 4.657 24 5.467v13.2c0 .81-.657 1.467-1.467 1.467H3.466c-.81 0-1.466-.657-1.466-1.467zM2 8.4h22M2 12.067h22m-19.067 4.4h5.133m8.8 0h2.2" })),
883
230
  },
884
231
  'card-amazon': {
885
- markup: () => (h("g", null,
886
- h("path", { class: "stroke-primary", d: "M2 19.67V6.47C2 5.66 2.66 5 3.47 5h19.06c.81 0 1.47.66 1.47 1.47v13.2c0 .8-.66 1.46-1.47 1.46H3.47c-.81 0-1.47-.65-1.47-1.46Z" }),
887
- h("g", { class: "fill-primary" },
888
- h("path", { d: "M14.77 14.47a5.7 5.7 0 0 1-7-.5c-.09-.08-.01-.18.08-.12a7.75 7.75 0 0 0 6.8.42c.14-.06.26.1.12.2Z" }),
889
- h("path", { d: "M15.12 14.06c-.1-.14-.72-.06-1-.03-.08.01-.1-.06-.01-.11.48-.35 1.28-.25 1.38-.13.09.11-.03.91-.49 1.3-.07.05-.13.02-.1-.05.1-.26.33-.84.22-.98Zm-.98-2.56v-.34c0-.05.04-.08.09-.08h1.5c.04 0 .08.03.08.08v.29c0 .05-.04.1-.12.2l-.77 1.11c.29 0 .6.04.85.18.06.04.08.09.08.13v.36c0 .05-.05.1-.1.08a1.72 1.72 0 0 0-1.58 0c-.06.03-.11-.03-.11-.08v-.34c0-.05 0-.14.05-.23l.9-1.28h-.78a.08.08 0 0 1-.09-.08ZM8.7 13.58h-.45a.09.09 0 0 1-.08-.08v-2.33c0-.05.04-.09.09-.09h.42c.04 0 .08.04.08.08v.3c.12-.29.33-.43.6-.43.29 0 .47.14.6.44.09-.27.34-.44.62-.44.2 0 .4.08.53.26.14.2.11.48.11.73v1.47c0 .05-.04.08-.09.08h-.45a.09.09 0 0 1-.08-.08v-1.23l-.01-.44c-.04-.16-.14-.2-.27-.2a.3.3 0 0 0-.27.19c-.05.12-.04.31-.04.45v1.23c0 .05-.04.09-.1.09h-.45a.08.08 0 0 1-.08-.09v-1.23c0-.26.05-.65-.28-.65-.32 0-.31.38-.31.65v1.23a.09.09 0 0 1-.09.08Zm8.4-2.54c.67 0 1.03.57 1.03 1.3 0 .72-.4 1.28-1.04 1.28-.66 0-1.02-.57-1.02-1.3 0-.72.37-1.29 1.02-1.29Zm0 .47c-.34 0-.36.46-.36.74 0 .29 0 .9.35.9s.37-.5.37-.8c0-.2 0-.43-.07-.61-.05-.17-.15-.23-.3-.23Zm-4.4-.5c.23 0 .52.06.7.23.18.18.2.41.2.67v.82c0 .2.08.3.16.42.03.04.04.09 0 .12l-.35.3a.1.1 0 0 1-.1 0c-.15-.12-.18-.17-.27-.3-.24.26-.42.34-.74.34-.39 0-.68-.24-.68-.71 0-.37.2-.62.48-.74.25-.11.6-.13.86-.16v-.06c0-.1 0-.23-.06-.33-.06-.08-.16-.12-.26-.12-.17 0-.32.1-.36.28 0 .04-.04.08-.08.08l-.44-.05c-.04 0-.08-.04-.07-.1.1-.53.59-.69 1.02-.69Zm-5.94 0c.22 0 .5.06.68.23.2.18.2.41.2.67v.82c0 .2.09.3.17.42.03.04.04.09 0 .12l-.35.3a.1.1 0 0 1-.1 0c-.16-.12-.18-.17-.27-.3-.25.26-.42.34-.74.34-.39 0-.68-.24-.68-.71 0-.37.2-.62.48-.74.25-.11.59-.13.85-.16v-.06c0-.1.01-.23-.05-.33-.06-.08-.16-.12-.26-.12-.17 0-.32.1-.36.28 0 .04-.04.08-.08.08l-.44-.05c-.04 0-.08-.04-.07-.1.1-.53.59-.69 1.02-.69Zm12.93.03c.2 0 .4.07.52.27.1.15.12.4.12.6v1.59c0 .04-.04.07-.08.07h-.46a.09.09 0 0 1-.08-.07v-1.26c0-.26.03-.63-.28-.63-.11 0-.21.07-.27.19-.04.1-.06.21-.07.32v1.37c0 .05-.04.08-.09.08h-.45a.09.09 0 0 1-.08-.08v-2.33c0-.04.04-.08.09-.08h.42c.04 0 .07.03.08.07v.36c.13-.32.31-.47.63-.47Zm-6.74 1.32c-.32 0-.67.07-.67.46 0 .2.1.33.28.33.12 0 .24-.08.31-.2.09-.16.09-.31.09-.49Zm-5.95 0c-.32 0-.67.07-.67.46 0 .2.1.33.28.33.12 0 .24-.08.3-.2.1-.16.1-.31.1-.49Z" })))),
232
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M2 19.67V6.47C2 5.66 2.66 5 3.47 5h19.06c.81 0 1.47.66 1.47 1.47v13.2c0 .8-.66 1.46-1.47 1.46H3.47c-.81 0-1.47-.65-1.47-1.46Z" }), h("g", { class: "fill-primary" }, h("path", { d: "M14.77 14.47a5.7 5.7 0 0 1-7-.5c-.09-.08-.01-.18.08-.12a7.75 7.75 0 0 0 6.8.42c.14-.06.26.1.12.2Z" }), h("path", { d: "M15.12 14.06c-.1-.14-.72-.06-1-.03-.08.01-.1-.06-.01-.11.48-.35 1.28-.25 1.38-.13.09.11-.03.91-.49 1.3-.07.05-.13.02-.1-.05.1-.26.33-.84.22-.98Zm-.98-2.56v-.34c0-.05.04-.08.09-.08h1.5c.04 0 .08.03.08.08v.29c0 .05-.04.1-.12.2l-.77 1.11c.29 0 .6.04.85.18.06.04.08.09.08.13v.36c0 .05-.05.1-.1.08a1.72 1.72 0 0 0-1.58 0c-.06.03-.11-.03-.11-.08v-.34c0-.05 0-.14.05-.23l.9-1.28h-.78a.08.08 0 0 1-.09-.08ZM8.7 13.58h-.45a.09.09 0 0 1-.08-.08v-2.33c0-.05.04-.09.09-.09h.42c.04 0 .08.04.08.08v.3c.12-.29.33-.43.6-.43.29 0 .47.14.6.44.09-.27.34-.44.62-.44.2 0 .4.08.53.26.14.2.11.48.11.73v1.47c0 .05-.04.08-.09.08h-.45a.09.09 0 0 1-.08-.08v-1.23l-.01-.44c-.04-.16-.14-.2-.27-.2a.3.3 0 0 0-.27.19c-.05.12-.04.31-.04.45v1.23c0 .05-.04.09-.1.09h-.45a.08.08 0 0 1-.08-.09v-1.23c0-.26.05-.65-.28-.65-.32 0-.31.38-.31.65v1.23a.09.09 0 0 1-.09.08Zm8.4-2.54c.67 0 1.03.57 1.03 1.3 0 .72-.4 1.28-1.04 1.28-.66 0-1.02-.57-1.02-1.3 0-.72.37-1.29 1.02-1.29Zm0 .47c-.34 0-.36.46-.36.74 0 .29 0 .9.35.9s.37-.5.37-.8c0-.2 0-.43-.07-.61-.05-.17-.15-.23-.3-.23Zm-4.4-.5c.23 0 .52.06.7.23.18.18.2.41.2.67v.82c0 .2.08.3.16.42.03.04.04.09 0 .12l-.35.3a.1.1 0 0 1-.1 0c-.15-.12-.18-.17-.27-.3-.24.26-.42.34-.74.34-.39 0-.68-.24-.68-.71 0-.37.2-.62.48-.74.25-.11.6-.13.86-.16v-.06c0-.1 0-.23-.06-.33-.06-.08-.16-.12-.26-.12-.17 0-.32.1-.36.28 0 .04-.04.08-.08.08l-.44-.05c-.04 0-.08-.04-.07-.1.1-.53.59-.69 1.02-.69Zm-5.94 0c.22 0 .5.06.68.23.2.18.2.41.2.67v.82c0 .2.09.3.17.42.03.04.04.09 0 .12l-.35.3a.1.1 0 0 1-.1 0c-.16-.12-.18-.17-.27-.3-.25.26-.42.34-.74.34-.39 0-.68-.24-.68-.71 0-.37.2-.62.48-.74.25-.11.59-.13.85-.16v-.06c0-.1.01-.23-.05-.33-.06-.08-.16-.12-.26-.12-.17 0-.32.1-.36.28 0 .04-.04.08-.08.08l-.44-.05c-.04 0-.08-.04-.07-.1.1-.53.59-.69 1.02-.69Zm12.93.03c.2 0 .4.07.52.27.1.15.12.4.12.6v1.59c0 .04-.04.07-.08.07h-.46a.09.09 0 0 1-.08-.07v-1.26c0-.26.03-.63-.28-.63-.11 0-.21.07-.27.19-.04.1-.06.21-.07.32v1.37c0 .05-.04.08-.09.08h-.45a.09.09 0 0 1-.08-.08v-2.33c0-.04.04-.08.09-.08h.42c.04 0 .07.03.08.07v.36c.13-.32.31-.47.63-.47Zm-6.74 1.32c-.32 0-.67.07-.67.46 0 .2.1.33.28.33.12 0 .24-.08.31-.2.09-.16.09-.31.09-.49Zm-5.95 0c-.32 0-.67.07-.67.46 0 .2.1.33.28.33.12 0 .24-.08.3-.2.1-.16.1-.31.1-.49Z" })))),
890
233
  },
891
234
  'card-amazon-color': {
892
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
893
- h("g", { "fill-rule": "nonzero" },
894
- h("path", { fill: "#002E64", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }),
895
- h("path", { fill: "#FE9B00", d: "M15.073 13.64c-1 .726-2.45 1.112-3.7 1.112a6.756 6.756 0 0 1-4.519-1.696c-.093-.083-.01-.197.103-.132 1.287.737 2.878 1.18 4.522 1.18a9.121 9.121 0 0 0 3.449-.694c.169-.07.31.11.145.23z" }),
896
- h("path", { fill: "#FE9B00", d: "M15.489 13.172c-.128-.161-.846-.076-1.169-.038-.097.01-.112-.073-.024-.134.572-.395 1.51-.28 1.62-.149.11.134-.03 1.06-.566 1.501-.083.068-.161.032-.124-.057.12-.297.391-.962.263-1.123z" }),
897
- h("path", { fill: "#FFF", d: "M14.343 10.205V9.82c0-.058.045-.097.1-.097h1.75c.057 0 .102.04.102.097v.33c0 .055-.048.127-.132.242l-.908 1.274c.337-.008.693.042 1 .212.069.037.088.094.093.15v.41c0 .056-.063.122-.13.088a2.048 2.048 0 0 0-1.85.003c-.06.032-.125-.033-.125-.089v-.39c0-.063.001-.17.065-.265l1.051-1.483h-.915c-.055 0-.1-.04-.1-.097zm-6.389 2.402h-.532a.1.1 0 0 1-.096-.089V9.827c0-.054.047-.097.104-.097h.496a.1.1 0 0 1 .097.09v.352h.01c.13-.34.373-.499.701-.499.334 0 .543.159.692.499a.756.756 0 0 1 .736-.499.76.76 0 0 1 .617.295c.17.226.134.555.134.844v1.698c0 .054-.046.097-.103.097h-.532a.1.1 0 0 1-.096-.096v-1.427c0-.114.01-.396-.015-.504-.04-.181-.159-.232-.313-.232a.354.354 0 0 0-.319.22c-.054.136-.05.363-.05.516v1.426a.099.099 0 0 1-.102.097H8.85a.1.1 0 0 1-.096-.096v-1.427c0-.3.05-.742-.329-.742-.383 0-.368.43-.368.742v1.426a.102.102 0 0 1-.104.097zm9.849-2.934c-.77 0-1.199.651-1.199 1.49 0 .832.423 1.5 1.2 1.5.745 0 1.218-.651 1.218-1.472 0-.85-.428-1.518-1.219-1.518zm0 2.435c-.418 0-.413-.702-.413-1.03 0-.329.025-.855.418-.855.17 0 .289.073.349.26.07.215.079.487.079.714 0 .345-.02.911-.433.911zm2.244.499h-.53a.1.1 0 0 1-.096-.097l-.001-2.692c.004-.05.048-.088.102-.088h.495a.101.101 0 0 1 .094.075v.412h.01c.15-.368.359-.544.726-.544.239 0 .473.086.622.318.14.214.14.577.14.837v1.693a.1.1 0 0 1-.103.085h-.534a.1.1 0 0 1-.095-.085v-1.46c0-.295.035-.725-.333-.725a.349.349 0 0 0-.308.215c-.075.164-.085.328-.085.51v1.448a.101.101 0 0 1-.104.098zm-6.151-.494c-.097-.132-.201-.24-.201-.486v-.817c0-.346.025-.664-.234-.902-.205-.193-.544-.26-.803-.26-.507 0-1.073.185-1.192.802-.012.065.036.1.08.11l.516.055c.048-.003.083-.05.093-.097.044-.212.225-.315.428-.315.11 0 .235.04.3.136.074.108.064.256.064.38v.069c-.309.034-.713.057-1.002.181a.891.891 0 0 0-.568.857c0 .545.349.818.798.818.378 0 .585-.088.878-.381.097.137.129.204.306.349.04.02.09.019.125-.012h.002c.107-.092.3-.257.408-.347.044-.035.036-.092.002-.14zm-.949-.792c0 .205.005.375-.1.557-.084.147-.219.238-.368.238-.204 0-.324-.153-.324-.38 0-.447.407-.528.793-.528v.113zm-6.037.792c-.097-.132-.201-.24-.201-.486v-.817c0-.346.025-.664-.234-.902-.205-.193-.543-.26-.802-.26-.507 0-1.074.185-1.192.802-.013.065.036.1.08.11l.516.055c.048-.003.083-.05.092-.097.045-.212.226-.315.429-.315.11 0 .234.04.299.136.074.108.064.256.064.38v.069c-.309.034-.712.057-1.002.181a.891.891 0 0 0-.568.857c0 .545.35.818.798.818.379 0 .586-.088.879-.381.096.137.128.204.305.349.04.02.09.019.126-.012H6.5c.107-.092.3-.257.409-.347.043-.035.035-.092.001-.14zm-.949-.792c0 .205.005.375-.099.557-.085.147-.22.238-.369.238-.204 0-.324-.153-.324-.38 0-.447.407-.528.793-.528v.113z" })))),
235
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { "fill-rule": "nonzero" }, h("path", { fill: "#002E64", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }), h("path", { fill: "#FE9B00", d: "M15.073 13.64c-1 .726-2.45 1.112-3.7 1.112a6.756 6.756 0 0 1-4.519-1.696c-.093-.083-.01-.197.103-.132 1.287.737 2.878 1.18 4.522 1.18a9.121 9.121 0 0 0 3.449-.694c.169-.07.31.11.145.23z" }), h("path", { fill: "#FE9B00", d: "M15.489 13.172c-.128-.161-.846-.076-1.169-.038-.097.01-.112-.073-.024-.134.572-.395 1.51-.28 1.62-.149.11.134-.03 1.06-.566 1.501-.083.068-.161.032-.124-.057.12-.297.391-.962.263-1.123z" }), h("path", { fill: "#FFF", d: "M14.343 10.205V9.82c0-.058.045-.097.1-.097h1.75c.057 0 .102.04.102.097v.33c0 .055-.048.127-.132.242l-.908 1.274c.337-.008.693.042 1 .212.069.037.088.094.093.15v.41c0 .056-.063.122-.13.088a2.048 2.048 0 0 0-1.85.003c-.06.032-.125-.033-.125-.089v-.39c0-.063.001-.17.065-.265l1.051-1.483h-.915c-.055 0-.1-.04-.1-.097zm-6.389 2.402h-.532a.1.1 0 0 1-.096-.089V9.827c0-.054.047-.097.104-.097h.496a.1.1 0 0 1 .097.09v.352h.01c.13-.34.373-.499.701-.499.334 0 .543.159.692.499a.756.756 0 0 1 .736-.499.76.76 0 0 1 .617.295c.17.226.134.555.134.844v1.698c0 .054-.046.097-.103.097h-.532a.1.1 0 0 1-.096-.096v-1.427c0-.114.01-.396-.015-.504-.04-.181-.159-.232-.313-.232a.354.354 0 0 0-.319.22c-.054.136-.05.363-.05.516v1.426a.099.099 0 0 1-.102.097H8.85a.1.1 0 0 1-.096-.096v-1.427c0-.3.05-.742-.329-.742-.383 0-.368.43-.368.742v1.426a.102.102 0 0 1-.104.097zm9.849-2.934c-.77 0-1.199.651-1.199 1.49 0 .832.423 1.5 1.2 1.5.745 0 1.218-.651 1.218-1.472 0-.85-.428-1.518-1.219-1.518zm0 2.435c-.418 0-.413-.702-.413-1.03 0-.329.025-.855.418-.855.17 0 .289.073.349.26.07.215.079.487.079.714 0 .345-.02.911-.433.911zm2.244.499h-.53a.1.1 0 0 1-.096-.097l-.001-2.692c.004-.05.048-.088.102-.088h.495a.101.101 0 0 1 .094.075v.412h.01c.15-.368.359-.544.726-.544.239 0 .473.086.622.318.14.214.14.577.14.837v1.693a.1.1 0 0 1-.103.085h-.534a.1.1 0 0 1-.095-.085v-1.46c0-.295.035-.725-.333-.725a.349.349 0 0 0-.308.215c-.075.164-.085.328-.085.51v1.448a.101.101 0 0 1-.104.098zm-6.151-.494c-.097-.132-.201-.24-.201-.486v-.817c0-.346.025-.664-.234-.902-.205-.193-.544-.26-.803-.26-.507 0-1.073.185-1.192.802-.012.065.036.1.08.11l.516.055c.048-.003.083-.05.093-.097.044-.212.225-.315.428-.315.11 0 .235.04.3.136.074.108.064.256.064.38v.069c-.309.034-.713.057-1.002.181a.891.891 0 0 0-.568.857c0 .545.349.818.798.818.378 0 .585-.088.878-.381.097.137.129.204.306.349.04.02.09.019.125-.012h.002c.107-.092.3-.257.408-.347.044-.035.036-.092.002-.14zm-.949-.792c0 .205.005.375-.1.557-.084.147-.219.238-.368.238-.204 0-.324-.153-.324-.38 0-.447.407-.528.793-.528v.113zm-6.037.792c-.097-.132-.201-.24-.201-.486v-.817c0-.346.025-.664-.234-.902-.205-.193-.543-.26-.802-.26-.507 0-1.074.185-1.192.802-.013.065.036.1.08.11l.516.055c.048-.003.083-.05.092-.097.045-.212.226-.315.429-.315.11 0 .234.04.299.136.074.108.064.256.064.38v.069c-.309.034-.712.057-1.002.181a.891.891 0 0 0-.568.857c0 .545.35.818.798.818.379 0 .586-.088.879-.381.096.137.128.204.305.349.04.02.09.019.126-.012H6.5c.107-.092.3-.257.409-.347.043-.035.035-.092.001-.14zm-.949-.792c0 .205.005.375-.099.557-.085.147-.22.238-.369.238-.204 0-.324-.153-.324-.38 0-.447.407-.528.793-.528v.113z" })))),
898
236
  },
899
237
  'card-add': {
900
- markup: () => (h("g", null,
901
- h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }),
902
- h("g", { class: "stroke-secondary", transform: "translate(14 15)" },
903
- h("circle", { cx: "4.727", cy: "4.636", r: "4.364" }),
904
- h("path", { d: "M4.727 3.182V6.09M3.273 4.636h2.909" })))),
238
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }), h("g", { class: "stroke-secondary", transform: "translate(14 15)" }, h("circle", { cx: "4.727", cy: "4.636", r: "4.364" }), h("path", { d: "M4.727 3.182V6.09M3.273 4.636h2.909" })))),
905
239
  },
906
240
  'card-edit': {
907
- markup: () => (h("g", null,
908
- h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }),
909
- h("path", { d: "M16.667 23.067l-2.2.366.366-2.2 5.867-5.866 1.833 1.833z", class: "stroke-secondary" }))),
241
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }), h("path", { d: "M16.667 23.067l-2.2.366.366-2.2 5.867-5.866 1.833 1.833z", class: "stroke-secondary" }))),
910
242
  },
911
243
  'card-gift': {
912
- markup: () => (h("g", null,
913
- h("path", { class: "stroke-primary", d: "M2 18.667v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v13.2c0 .81-.657 1.466-1.467 1.466H3.467c-.81 0-1.467-.656-1.467-1.466zM15.2 8.4H24m-21.633 0H4.2m11 3.667H24m-21.633 0H4.2" }),
914
- h("g", { class: "stroke-secondary filled", transform: "translate(4 6)" },
915
- h("path", { d: "M6.142 5.7L2.98 11.2l-.831-1.337-1.582-.146 2.539-3.826M5.45 6.918L8.157 11.2l.796-1.281 1.514-.14L7.892 5.7m-3.566-.366l-3.13 1.403A.704.704 0 0 1 .2 6.104V1.63c0-.505.53-.842.996-.633l3.13 1.526" }),
916
- h("path", { d: "M7.074 5.334l3.13 1.403a.704.704 0 0 0 .996-.633V1.63a.704.704 0 0 0-.996-.633l-3.13 1.526" }),
917
- h("circle", { cx: "5.7", cy: "3.867", r: "1.833" })))),
244
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M2 18.667v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v13.2c0 .81-.657 1.466-1.467 1.466H3.467c-.81 0-1.467-.656-1.467-1.466zM15.2 8.4H24m-21.633 0H4.2m11 3.667H24m-21.633 0H4.2" }), h("g", { class: "stroke-secondary filled", transform: "translate(4 6)" }, h("path", { d: "M6.142 5.7L2.98 11.2l-.831-1.337-1.582-.146 2.539-3.826M5.45 6.918L8.157 11.2l.796-1.281 1.514-.14L7.892 5.7m-3.566-.366l-3.13 1.403A.704.704 0 0 1 .2 6.104V1.63c0-.505.53-.842.996-.633l3.13 1.526" }), h("path", { d: "M7.074 5.334l3.13 1.403a.704.704 0 0 0 .996-.633V1.63a.704.704 0 0 0-.996-.633l-3.13 1.526" }), h("circle", { cx: "5.7", cy: "3.867", r: "1.833" })))),
918
245
  },
919
246
  'card-heart': {
920
- markup: () => (h("g", null,
921
- h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }),
922
- h("path", { d: "M22.197 16.46c-1.07-1.107-2.857-.926-3.697.384-.841-1.312-2.628-1.49-3.697-.384a2.546 2.546 0 0 0 0 3.513L18.5 23.8l3.697-3.827a2.546 2.546 0 0 0 0-3.512z", class: "stroke-secondary" }))),
247
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }), h("path", { d: "M22.197 16.46c-1.07-1.107-2.857-.926-3.697.384-.841-1.312-2.628-1.49-3.697-.384a2.546 2.546 0 0 0 0 3.513L18.5 23.8l3.697-3.827a2.546 2.546 0 0 0 0-3.512z", class: "stroke-secondary" }))),
923
248
  },
924
249
  'card-insert': {
925
- markup: () => (h("g", null,
926
- h("path", { d: "M20.652 6.304V21.61a1.913 1.913 0 0 1-1.913 1.913H7.261a1.913 1.913 0 0 1-1.913-1.913V6.304h15.304z", class: "stroke-primary filled" }),
927
- h("path", { d: "M2.478 7.261V2.478h21.044v4.783", class: "stroke-primary" }),
928
- h("path", { class: "stroke-secondary", d: "M9.174 23.521V6.304M13 23.521V6.304m3.826 13.391v-4.781" }))),
250
+ markup: () => (h("g", null, h("path", { d: "M20.652 6.304V21.61a1.913 1.913 0 0 1-1.913 1.913H7.261a1.913 1.913 0 0 1-1.913-1.913V6.304h15.304z", class: "stroke-primary filled" }), h("path", { d: "M2.478 7.261V2.478h21.044v4.783", class: "stroke-primary" }), h("path", { class: "stroke-secondary", d: "M9.174 23.521V6.304M13 23.521V6.304m3.826 13.391v-4.781" }))),
929
251
  },
930
252
  'card-join': {
931
- markup: () => (h("g", null,
932
- h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8M2 8.4h22M2 12.067h22" }),
933
- h("path", { class: "stroke-secondary", d: "M9 16.5h3.04c.743 0 1.455.356 1.98.991L16 19.884l-1.98 2.392c-.525.635-1.237.991-1.98.991H9m6.459-3.383h8M20.252 16.5l3.384 3.384-3.384 3.383" }))),
253
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8M2 8.4h22M2 12.067h22" }), h("path", { class: "stroke-secondary", d: "M9 16.5h3.04c.743 0 1.455.356 1.98.991L16 19.884l-1.98 2.392c-.525.635-1.237.991-1.98.991H9m6.459-3.383h8M20.252 16.5l3.384 3.384-3.384 3.383" }))),
934
254
  },
935
255
  'card-in-hand': {
936
- markup: () => (h("g", null,
937
- h("path", { class: "stroke-secondary", d: "M16.667 12.248v3.485H2V4h14.667v2.2M4.933 13.167H8.6M2 7.667h8.459M2 10.6h13.512" }),
938
- h("path", { class: "stroke-primary", d: "M19.6 13.533c-2.2 0-4.4-2.2-4.4-4.4H13A2.933 2.933 0 0 1 10.067 6.2h6.6A7.333 7.333 0 0 1 24 13.533a7.333 7.333 0 0 1-7.333 7.334H8.6a2.2 2.2 0 0 1-2.2-2.2v-.734H13m-6.6 0a2.2 2.2 0 0 1-2.2-2.2" }))),
256
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary", d: "M16.667 12.248v3.485H2V4h14.667v2.2M4.933 13.167H8.6M2 7.667h8.459M2 10.6h13.512" }), h("path", { class: "stroke-primary", d: "M19.6 13.533c-2.2 0-4.4-2.2-4.4-4.4H13A2.933 2.933 0 0 1 10.067 6.2h6.6A7.333 7.333 0 0 1 24 13.533a7.333 7.333 0 0 1-7.333 7.334H8.6a2.2 2.2 0 0 1-2.2-2.2v-.734H13m-6.6 0a2.2 2.2 0 0 1-2.2-2.2" }))),
939
257
  },
940
258
  'card-locked': {
941
- markup: () => (h("g", null,
942
- h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }),
943
- h("path", { class: "stroke-secondary", d: "M15.1 17.667h7.333v6H15.1zm3.667 2.566v1.1m-2.2-3.666v-1.834c0-1.246.953-2.2 2.2-2.2 1.246 0 2.2.954 2.2 2.2v1.834" }))),
259
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }), h("path", { class: "stroke-secondary", d: "M15.1 17.667h7.333v6H15.1zm3.667 2.566v1.1m-2.2-3.666v-1.834c0-1.246.953-2.2 2.2-2.2 1.246 0 2.2.954 2.2 2.2v1.834" }))),
944
260
  },
945
261
  'card-more': {
946
- markup: () => (h("g", null,
947
- h("path", { d: "M2 18.667v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v13.2c0 .81-.657 1.466-1.467 1.466H3.467c-.81 0-1.467-.656-1.467-1.466z", class: "stroke-primary" }),
948
- h("g", { class: "stroke-secondary filled", transform: "translate(4 10)" },
949
- h("circle", { cx: "1.85", cy: "1.517", r: "1.283" }),
950
- h("circle", { cx: "11.383", cy: "1.517", r: "1.283" }),
951
- h("circle", { cx: "6.617", cy: "1.517", r: "1.283" }),
952
- h("circle", { cx: "16.15", cy: "1.517", r: "1.283" })))),
262
+ markup: () => (h("g", null, h("path", { d: "M2 18.667v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v13.2c0 .81-.657 1.466-1.467 1.466H3.467c-.81 0-1.467-.656-1.467-1.466z", class: "stroke-primary" }), h("g", { class: "stroke-secondary filled", transform: "translate(4 10)" }, h("circle", { cx: "1.85", cy: "1.517", r: "1.283" }), h("circle", { cx: "11.383", cy: "1.517", r: "1.283" }), h("circle", { cx: "6.617", cy: "1.517", r: "1.283" }), h("circle", { cx: "16.15", cy: "1.517", r: "1.283" })))),
953
263
  },
954
264
  'card-prohibited': {
955
- markup: () => (h("g", null,
956
- h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }),
957
- h("path", { class: "stroke-secondary", d: "M18.882 16A3.877 3.877 0 0 0 15 19.882a3.877 3.877 0 0 0 3.882 3.883 3.877 3.877 0 0 0 3.883-3.883A3.877 3.877 0 0 0 18.882 16zM16.5 22.5l5-5" }))),
265
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }), h("path", { class: "stroke-secondary", d: "M18.882 16A3.877 3.877 0 0 0 15 19.882a3.877 3.877 0 0 0 3.882 3.883 3.877 3.877 0 0 0 3.883-3.883A3.877 3.877 0 0 0 18.882 16zM16.5 22.5l5-5" }))),
958
266
  },
959
267
  'card-remove': {
960
- markup: () => (h("g", null,
961
- h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }),
962
- h("g", { class: "stroke-secondary", transform: "translate(14 15)" },
963
- h("circle", { cx: "4.867", cy: "4.767", r: "4.4" }),
964
- h("path", { d: "M3.4 4.767h2.933" })))),
268
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }), h("g", { class: "stroke-secondary", transform: "translate(14 15)" }, h("circle", { cx: "4.867", cy: "4.767", r: "4.4" }), h("path", { d: "M3.4 4.767h2.933" })))),
965
269
  },
966
270
  'card-scissors': {
967
- markup: () => (h("g", null,
968
- h("path", { class: "stroke-secondary", d: "M7.238 5.463H24M7.238 8.4h8.139m3.047 0h5.488M9.333 11.429h3.185m7.291 0h2.096" }),
969
- h("g", { class: "stroke-primary", transform: "translate(2 1.19)" },
970
- h("path", { d: "M8.702 12.333H6.356c-.597 0-1.118-.469-1.118-1.047V1.857c0-.578.5-1.047 1.118-1.047h14.527C21.5.81 22 1.279 22 1.857v9.429c0 .578-.5 1.047-1.117 1.047H13.33" }),
971
- h("path", { d: "M5.242 9.188L1.197 5c-1.115 1.774-.822 4.045.71 5.508l4.448 4.244-2.33 2.596m8.785-.001l-2.33-2.595 2.332-2.227c.47-.448 1.175-1.12 2.114-2.018 1.533-1.462 1.826-3.733.71-5.507L8.29 13.108l-.471-.46m-2.09 6.505l2.652-2.532 2.652 2.532" }),
972
- h("ellipse", { cx: "13.757", cy: "19.942", rx: "2.846", ry: "2.717" }),
973
- h("ellipse", { cx: "3.004", cy: "19.942", rx: "2.846", ry: "2.717" })))),
271
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary", d: "M7.238 5.463H24M7.238 8.4h8.139m3.047 0h5.488M9.333 11.429h3.185m7.291 0h2.096" }), h("g", { class: "stroke-primary", transform: "translate(2 1.19)" }, h("path", { d: "M8.702 12.333H6.356c-.597 0-1.118-.469-1.118-1.047V1.857c0-.578.5-1.047 1.118-1.047h14.527C21.5.81 22 1.279 22 1.857v9.429c0 .578-.5 1.047-1.117 1.047H13.33" }), h("path", { d: "M5.242 9.188L1.197 5c-1.115 1.774-.822 4.045.71 5.508l4.448 4.244-2.33 2.596m8.785-.001l-2.33-2.595 2.332-2.227c.47-.448 1.175-1.12 2.114-2.018 1.533-1.462 1.826-3.733.71-5.507L8.29 13.108l-.471-.46m-2.09 6.505l2.652-2.532 2.652 2.532" }), h("ellipse", { cx: "13.757", cy: "19.942", rx: "2.846", ry: "2.717" }), h("ellipse", { cx: "3.004", cy: "19.942", rx: "2.846", ry: "2.717" })))),
974
272
  },
975
273
  'card-star': {
976
- markup: () => (h("g", null,
977
- h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }),
978
- h("path", { d: "M18.5 14.672l1.366 2.767 3.054.444-2.21 2.154.522 3.041-2.732-1.436-2.732 1.436.522-3.041-2.21-2.154 3.054-.444z", class: "stroke-secondary" }))),
274
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }), h("path", { d: "M18.5 14.672l1.366 2.767 3.054.444-2.21 2.154.522 3.041-2.732-1.436-2.732 1.436.522-3.041-2.21-2.154 3.054-.444z", class: "stroke-secondary" }))),
979
275
  },
980
276
  'card-success': {
981
- markup: () => (h("g", null,
982
- h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }),
983
- h("g", { class: "stroke-secondary", transform: "translate(14.364 15.273)" },
984
- h("circle", { cx: "4.364", cy: "4.364", r: "4.364" }),
985
- h("path", { d: "M2.615 4.711l1.048 1.048 2.444-2.444" })))),
277
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }), h("g", { class: "stroke-secondary", transform: "translate(14.364 15.273)" }, h("circle", { cx: "4.364", cy: "4.364", r: "4.364" }), h("path", { d: "M2.615 4.711l1.048 1.048 2.444-2.444" })))),
986
278
  },
987
279
  'card-unknown': {
988
- markup: () => (h("g", null,
989
- h("rect", { width: "22", height: "16", x: "2", y: "4", class: "stroke-primary", rx: "2" }),
990
- h("path", { class: "stroke-secondary", d: "M11 9.154c.958-1.569 3.29-1.509 3.902 0 .611 1.51-1.899 1.84-1.902 2.907V13m0 1.823v1" }))),
280
+ markup: () => (h("g", null, h("rect", { width: "22", height: "16", x: "2", y: "4", class: "stroke-primary", rx: "2" }), h("path", { class: "stroke-secondary", d: "M11 9.154c.958-1.569 3.29-1.509 3.902 0 .611 1.51-1.899 1.84-1.902 2.907V13m0 1.823v1" }))),
991
281
  },
992
282
  'card-update': {
993
- markup: () => (h("g", null,
994
- h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }),
995
- h("path", { class: "stroke-secondary", d: "M14.906 19.033A3.668 3.668 0 0 1 18.5 16.1c1.503 0 2.734.905 3.3 2.2m.293 2.2a3.668 3.668 0 0 1-3.593 2.933c-1.503 0-2.734-.906-3.3-2.2" }),
996
- h("path", { d: "M21.8 15.733V18.3h-2.567M15.2 23.8v-2.567h2.566" }))),
283
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M11.533 20.133H3.467c-.81 0-1.467-.656-1.467-1.466v-13.2C2 4.657 2.657 4 3.467 4h19.066C23.343 4 24 4.657 24 5.467v8.8m-19.067 2.2h5.134M2 8.4h22M2 12.067h22" }), h("path", { class: "stroke-secondary", d: "M14.906 19.033A3.668 3.668 0 0 1 18.5 16.1c1.503 0 2.734.905 3.3 2.2m.293 2.2a3.668 3.668 0 0 1-3.593 2.933c-1.503 0-2.734-.906-3.3-2.2" }), h("path", { d: "M21.8 15.733V18.3h-2.567M15.2 23.8v-2.567h2.566" }))),
997
284
  },
998
285
  'card-amex': {
999
- markup: () => (h("g", null,
1000
- h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }),
1001
- h("path", { d: "M7.074 12.255H8.1l-.512-1.257-.513 1.257zM21.36 9.867h-2.626l-.641.691-.577-.691h-5.573l-.513 1.131-.512-1.131H8.676v.502l-.256-.502H6.498l-1.858 4.4h2.242l.256-.692h.641l.256.692h2.499v-.503l.192.503h1.281l.192-.566v.566h5.125l.64-.692.577.692h2.627l-1.666-2.2 1.858-2.2zm-7.751 3.771h-.705v-2.451l-1.09 2.451h-.64l-1.089-2.451v2.451H8.612l-.257-.691H6.818l-.256.691h-.833l1.345-3.143h1.09L9.38 13.45v-2.954h1.217l.961 2.137.897-2.137h1.217v3.142h-.064zm6.342 0h-.962l-.832-1.068-.961 1.068h-2.883v-3.143h2.947l.897 1.006.96-1.005h.898l-1.41 1.57 1.346 1.572zm-4.933-2.514v.566h1.601v.628h-1.601v.629h1.793l.833-.943-.769-.88h-1.857z", class: "fill-primary" }))),
286
+ markup: () => (h("g", null, h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }), h("path", { d: "M7.074 12.255H8.1l-.512-1.257-.513 1.257zM21.36 9.867h-2.626l-.641.691-.577-.691h-5.573l-.513 1.131-.512-1.131H8.676v.502l-.256-.502H6.498l-1.858 4.4h2.242l.256-.692h.641l.256.692h2.499v-.503l.192.503h1.281l.192-.566v.566h5.125l.64-.692.577.692h2.627l-1.666-2.2 1.858-2.2zm-7.751 3.771h-.705v-2.451l-1.09 2.451h-.64l-1.089-2.451v2.451H8.612l-.257-.691H6.818l-.256.691h-.833l1.345-3.143h1.09L9.38 13.45v-2.954h1.217l.961 2.137.897-2.137h1.217v3.142h-.064zm6.342 0h-.962l-.832-1.068-.961 1.068h-2.883v-3.143h2.947l.897 1.006.96-1.005h.898l-1.41 1.57 1.346 1.572zm-4.933-2.514v.566h1.601v.628h-1.601v.629h1.793l.833-.943-.769-.88h-1.857z", class: "fill-primary" }))),
1002
287
  },
1003
288
  'card-amex-color': {
1004
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
1005
- h("g", { "fill-rule": "nonzero" },
1006
- h("path", { fill: "#007AC6", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }),
1007
- h("path", { fill: "#FFF", d: "M6.56 12.202h1.114l-.558-1.345-.557 1.345zm15.527-2.555h-2.855l-.696.74-.627-.74H11.85l-.557 1.21-.557-1.21H8.3v.538l-.279-.538H5.932l-2.019 4.706H6.35l.279-.74h.696l.278.74h2.716v-.538l.209.538h1.393l.209-.605v.605h5.57l.697-.74.626.74h2.855L20.068 12l2.019-2.353zm-8.426 4.033h-.766v-2.62l-1.183 2.621h-.697L9.832 11.06v2.621H8.23l-.279-.739h-1.67l-.279.74h-.905l1.462-3.362h1.183l1.323 3.16v-3.16h1.323l1.045 2.286.974-2.286h1.323v3.361h-.069zm6.894 0h-1.044l-.906-1.143-1.044 1.143h-3.134v-3.36h3.203l.975 1.075 1.044-1.076h.975L19.093 12l1.462 1.68zm-5.362-2.688v.605h1.741v.672h-1.74v.672h1.95l.905-1.008-.836-.941h-2.02z" })))),
289
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { "fill-rule": "nonzero" }, h("path", { fill: "#007AC6", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }), h("path", { fill: "#FFF", d: "M6.56 12.202h1.114l-.558-1.345-.557 1.345zm15.527-2.555h-2.855l-.696.74-.627-.74H11.85l-.557 1.21-.557-1.21H8.3v.538l-.279-.538H5.932l-2.019 4.706H6.35l.279-.74h.696l.278.74h2.716v-.538l.209.538h1.393l.209-.605v.605h5.57l.697-.74.626.74h2.855L20.068 12l2.019-2.353zm-8.426 4.033h-.766v-2.62l-1.183 2.621h-.697L9.832 11.06v2.621H8.23l-.279-.739h-1.67l-.279.74h-.905l1.462-3.362h1.183l1.323 3.16v-3.16h1.323l1.045 2.286.974-2.286h1.323v3.361h-.069zm6.894 0h-1.044l-.906-1.143-1.044 1.143h-3.134v-3.36h3.203l.975 1.075 1.044-1.076h.975L19.093 12l1.462 1.68zm-5.362-2.688v.605h1.741v.672h-1.74v.672h1.95l.905-1.008-.836-.941h-2.02z" })))),
1008
290
  },
1009
291
  'card-applepay': {
1010
- markup: () => (h("g", null,
1011
- h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }),
1012
- h("g", { class: "fill-primary" },
1013
- h("path", { d: "M15.837 13.609c-.156.343-.23.497-.43.8-.278.424-.67.952-1.157.957-.432.004-.543-.282-1.13-.278-.587.003-.71.283-1.142.279-.486-.005-.858-.481-1.137-.906-.778-1.185-.86-2.576-.38-3.316.342-.526.88-.833 1.387-.833.515 0 .84.283 1.266.283.414 0 .666-.283 1.262-.283.45 0 .928.245 1.268.669-1.115.61-.934 2.202.193 2.628z" }),
1014
- h("path", { d: "M13.924 9.838c.216-.278.38-.67.32-1.071-.353.024-.767.249-1.008.542-.22.267-.4.661-.33 1.045.386.012.786-.218 1.018-.516z" })))),
292
+ markup: () => (h("g", null, h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }), h("g", { class: "fill-primary" }, h("path", { d: "M15.837 13.609c-.156.343-.23.497-.43.8-.278.424-.67.952-1.157.957-.432.004-.543-.282-1.13-.278-.587.003-.71.283-1.142.279-.486-.005-.858-.481-1.137-.906-.778-1.185-.86-2.576-.38-3.316.342-.526.88-.833 1.387-.833.515 0 .84.283 1.266.283.414 0 .666-.283 1.262-.283.45 0 .928.245 1.268.669-1.115.61-.934 2.202.193 2.628z" }), h("path", { d: "M13.924 9.838c.216-.278.38-.67.32-1.071-.353.024-.767.249-1.008.542-.22.267-.4.661-.33 1.045.386.012.786-.218 1.018-.516z" })))),
1015
293
  },
1016
294
  'card-applepay-color': {
1017
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
1018
- h("g", null,
1019
- h("path", { fill: "#E6E6E6", "fill-rule": "nonzero", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }),
1020
- h("path", { fill: "#444", d: "M16.7 13.98c-.202.44-.3.637-.56 1.027-.363.544-.875 1.221-1.51 1.227-.563.005-.708-.361-1.474-.357-.765.004-.925.363-1.488.358-.635-.005-1.12-.617-1.484-1.162-1.015-1.521-1.122-3.306-.495-4.256.445-.674 1.148-1.069 1.808-1.069.673 0 1.096.363 1.652.363.54 0 .868-.363 1.645-.363.588 0 1.21.315 1.655.859-1.454.784-1.218 2.826.25 3.372z" }),
1021
- h("path", { fill: "#444", d: "M14.205 9.14c.282-.357.497-.86.419-1.375-.462.03-1.001.32-1.316.696-.286.342-.523.849-.43 1.341.503.016 1.024-.28 1.327-.662z" })))),
295
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", null, h("path", { fill: "#E6E6E6", "fill-rule": "nonzero", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }), h("path", { fill: "#444", d: "M16.7 13.98c-.202.44-.3.637-.56 1.027-.363.544-.875 1.221-1.51 1.227-.563.005-.708-.361-1.474-.357-.765.004-.925.363-1.488.358-.635-.005-1.12-.617-1.484-1.162-1.015-1.521-1.122-3.306-.495-4.256.445-.674 1.148-1.069 1.808-1.069.673 0 1.096.363 1.652.363.54 0 .868-.363 1.645-.363.588 0 1.21.315 1.655.859-1.454.784-1.218 2.826.25 3.372z" }), h("path", { fill: "#444", d: "M14.205 9.14c.282-.357.497-.86.419-1.375-.462.03-1.001.32-1.316.696-.286.342-.523.849-.43 1.341.503.016 1.024-.28 1.327-.662z" })))),
1022
296
  },
1023
297
  'card-bitcoin': {
1024
- markup: () => (h("g", null,
1025
- h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }),
1026
- h("g", { class: "fill-primary" },
1027
- h("path", { d: "M12.977 10.667l-.24.964c.272.068 1.113.345 1.249-.2.142-.569-.736-.696-1.009-.764zm-.362 1.451l-.265 1.063c.328.081 1.337.405 1.486-.194.156-.626-.893-.787-1.22-.869z" }),
1028
- h("path", { d: "M14.241 7.086a5.133 5.133 0 1 0-2.482 9.962 5.133 5.133 0 0 0 2.482-9.962zm1.022 4.25c-.074.5-.352.741-.72.826.506.264.763.667.518 1.367-.304.868-1.026.942-1.987.76l-.233.934-.563-.14.23-.922a21.157 21.157 0 0 1-.45-.117l-.23.927-.563-.14.234-.937c-.132-.034-.266-.07-.402-.104l-.733-.182.28-.645s.415.11.41.102c.159.04.23-.064.257-.133l.633-2.536c.007-.119-.035-.27-.263-.327a7.442 7.442 0 0 0-.41-.102l.15-.601.778.194v.003c.116.029.236.056.359.084l.23-.925.564.14-.227.907c.151.035.304.07.452.107l.225-.901.563.14-.23.926c.71.244 1.23.611 1.128 1.294z" })))),
298
+ markup: () => (h("g", null, h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }), h("g", { class: "fill-primary" }, h("path", { d: "M12.977 10.667l-.24.964c.272.068 1.113.345 1.249-.2.142-.569-.736-.696-1.009-.764zm-.362 1.451l-.265 1.063c.328.081 1.337.405 1.486-.194.156-.626-.893-.787-1.22-.869z" }), h("path", { d: "M14.241 7.086a5.133 5.133 0 1 0-2.482 9.962 5.133 5.133 0 0 0 2.482-9.962zm1.022 4.25c-.074.5-.352.741-.72.826.506.264.763.667.518 1.367-.304.868-1.026.942-1.987.76l-.233.934-.563-.14.23-.922a21.157 21.157 0 0 1-.45-.117l-.23.927-.563-.14.234-.937c-.132-.034-.266-.07-.402-.104l-.733-.182.28-.645s.415.11.41.102c.159.04.23-.064.257-.133l.633-2.536c.007-.119-.035-.27-.263-.327a7.442 7.442 0 0 0-.41-.102l.15-.601.778.194v.003c.116.029.236.056.359.084l.23-.925.564.14-.227.907c.151.035.304.07.452.107l.225-.901.563.14-.23.926c.71.244 1.23.611 1.128 1.294z" })))),
1029
299
  },
1030
300
  'card-bitcoin-color': {
1031
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
1032
- h("g", { "fill-rule": "nonzero", transform: "translate(2 4)" },
1033
- h("path", { fill: "#E6E6E6", d: "M20.565 0H1.435C.642 0 0 .632 0 1.412v13.176C0 15.368.642 16 1.435 16h19.13c.793 0 1.435-.632 1.435-1.412V1.412C22 .632 21.358 0 20.565 0z" }),
1034
- h("ellipse", { cx: "11", cy: "8", fill: "#F99400", rx: "5.739", ry: "5.647" }),
1035
- h("path", { fill: "#FFF", d: "M13.53 7.195c.114-.751-.468-1.155-1.263-1.425l.258-1.018-.63-.154-.251.991c-.166-.04-.336-.079-.505-.117l.253-.997-.63-.155-.257 1.018c-.137-.03-.272-.061-.403-.093V5.24l-.868-.213-.167.662s.467.105.457.112c.255.062.301.229.294.36l-.707 2.79c-.031.075-.11.19-.289.146.007.01-.457-.112-.457-.112l-.313.71.82.2.449.114-.26 1.03.628.154.258-1.019c.172.046.339.089.502.128l-.257 1.014.63.155.26-1.028c1.074.2 1.882.12 2.222-.836.274-.77-.014-1.214-.579-1.503.412-.093.722-.36.805-.91zm-1.44 1.986c-.194.77-1.51.353-1.937.25l.345-1.365c.427.105 1.796.312 1.593 1.115zm.196-1.997c-.178.7-1.274.345-1.63.257l.314-1.237c.356.087 1.5.25 1.316.98z" })))),
301
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { "fill-rule": "nonzero", transform: "translate(2 4)" }, h("path", { fill: "#E6E6E6", d: "M20.565 0H1.435C.642 0 0 .632 0 1.412v13.176C0 15.368.642 16 1.435 16h19.13c.793 0 1.435-.632 1.435-1.412V1.412C22 .632 21.358 0 20.565 0z" }), h("ellipse", { cx: "11", cy: "8", fill: "#F99400", rx: "5.739", ry: "5.647" }), h("path", { fill: "#FFF", d: "M13.53 7.195c.114-.751-.468-1.155-1.263-1.425l.258-1.018-.63-.154-.251.991c-.166-.04-.336-.079-.505-.117l.253-.997-.63-.155-.257 1.018c-.137-.03-.272-.061-.403-.093V5.24l-.868-.213-.167.662s.467.105.457.112c.255.062.301.229.294.36l-.707 2.79c-.031.075-.11.19-.289.146.007.01-.457-.112-.457-.112l-.313.71.82.2.449.114-.26 1.03.628.154.258-1.019c.172.046.339.089.502.128l-.257 1.014.63.155.26-1.028c1.074.2 1.882.12 2.222-.836.274-.77-.014-1.214-.579-1.503.412-.093.722-.36.805-.91zm-1.44 1.986c-.194.77-1.51.353-1.937.25l.345-1.365c.427.105 1.796.312 1.593 1.115zm.196-1.997c-.178.7-1.274.345-1.63.257l.314-1.237c.356.087 1.5.25 1.316.98z" })))),
1036
302
  },
1037
303
  'card-dinersclub': {
1038
- markup: () => (h("g", null,
1039
- h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }),
1040
- h("g", { class: "fill-primary" },
1041
- h("path", { d: "M10.8 10.388v3.357a1.832 1.832 0 0 0 0-3.357zm-2.567 1.679c0 .751.454 1.395 1.1 1.678v-3.357c-.646.283-1.1.927-1.1 1.679z" }),
1042
- h("path", { d: "M15.933 8.4h-5.866a3.667 3.667 0 1 0 0 7.333h5.866a3.667 3.667 0 1 0 0-7.333zM10.067 15a2.934 2.934 0 1 1 0-5.867 2.934 2.934 0 0 1 0 5.867z" })))),
304
+ markup: () => (h("g", null, h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }), h("g", { class: "fill-primary" }, h("path", { d: "M10.8 10.388v3.357a1.832 1.832 0 0 0 0-3.357zm-2.567 1.679c0 .751.454 1.395 1.1 1.678v-3.357c-.646.283-1.1.927-1.1 1.679z" }), h("path", { d: "M15.933 8.4h-5.866a3.667 3.667 0 1 0 0 7.333h5.866a3.667 3.667 0 1 0 0-7.333zM10.067 15a2.934 2.934 0 1 1 0-5.867 2.934 2.934 0 0 1 0 5.867z" })))),
1043
305
  },
1044
306
  'card-dinersclub-color': {
1045
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
1046
- h("g", { "fill-rule": "nonzero" },
1047
- h("path", { fill: "#0068AC", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }),
1048
- h("path", { fill: "#FFF", d: "M11.565 10.184v3.632C12.388 13.606 13 12.874 13 12c0-.874-.612-1.605-1.435-1.816z" }),
1049
- h("path", { fill: "#FFF", d: "M14.913 8.235h-3.826c-2.113 0-3.826 1.686-3.826 3.765 0 2.08 1.713 3.765 3.826 3.765h3.826c2.113 0 3.826-1.686 3.826-3.765 0-2.08-1.713-3.765-3.826-3.765zm-3.826 6.589c-1.583 0-2.87-1.267-2.87-2.824s1.287-2.824 2.87-2.824c1.583 0 2.87 1.267 2.87 2.824s-1.287 2.824-2.87 2.824z" }),
1050
- h("path", { fill: "#FFF", d: "M10.609 10.184c-.823.21-1.435.942-1.435 1.816 0 .874.612 1.605 1.435 1.816v-3.632z" })))),
307
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { "fill-rule": "nonzero" }, h("path", { fill: "#0068AC", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }), h("path", { fill: "#FFF", d: "M11.565 10.184v3.632C12.388 13.606 13 12.874 13 12c0-.874-.612-1.605-1.435-1.816z" }), h("path", { fill: "#FFF", d: "M14.913 8.235h-3.826c-2.113 0-3.826 1.686-3.826 3.765 0 2.08 1.713 3.765 3.826 3.765h3.826c2.113 0 3.826-1.686 3.826-3.765 0-2.08-1.713-3.765-3.826-3.765zm-3.826 6.589c-1.583 0-2.87-1.267-2.87-2.824s1.287-2.824 2.87-2.824c1.583 0 2.87 1.267 2.87 2.824s-1.287 2.824-2.87 2.824z" }), h("path", { fill: "#FFF", d: "M10.609 10.184c-.823.21-1.435.942-1.435 1.816 0 .874.612 1.605 1.435 1.816v-3.632z" })))),
1051
308
  },
1052
309
  'card-discover': {
1053
- markup: () => (h("g", null,
1054
- h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }),
1055
- h("g", { class: "fill-primary" },
1056
- h("path", { d: "M13.502 10.61c-.824 0-1.493.644-1.493 1.439 0 .845.64 1.476 1.493 1.476.832 0 1.488-.64 1.488-1.46 0-.815-.65-1.454-1.488-1.454zm-8.473.053h-.803v2.8h.798c.424 0 .73-.101 1-.324.318-.264.507-.662.507-1.075 0-.827-.617-1.4-1.502-1.4zm.638 2.103c-.173.155-.394.222-.748.222h-.146v-1.85h.146c.354 0 .566.063.748.226a.943.943 0 0 1 .301.696.96.96 0 0 1-.3.706zm1.116-2.103h.544v2.8h-.544zm1.88 1.073c-.328-.12-.424-.2-.424-.352 0-.176.171-.31.407-.31.164 0 .298.066.442.226l.284-.372a1.22 1.22 0 0 0-.822-.311c-.495 0-.873.344-.873.8 0 .387.176.583.688.77.214.074.323.125.378.16a.33.33 0 0 1 .164.288c0 .228-.18.395-.425.395-.26 0-.47-.13-.595-.374l-.352.341c.251.369.553.534.969.534.566 0 .966-.38.966-.92 0-.446-.186-.648-.807-.875zm.978.328c0 .823.646 1.46 1.478 1.46.235 0 .436-.045.683-.162v-.644c-.219.22-.41.307-.66.307-.549 0-.938-.398-.938-.965 0-.537.402-.961.915-.961.259 0 .457.091.683.315v-.644a1.403 1.403 0 0 0-.672-.17 1.47 1.47 0 0 0-1.489 1.464zm6.585.479l-.747-1.88h-.595l1.186 2.87h.293l1.21-2.87h-.591zm1.595.92h1.548v-.475h-1.002v-.755h.964v-.475h-.964v-.621h1.002v-.474h-1.548zm3.709-1.973c0-.525-.36-.827-.99-.827h-.81v2.8h.547v-1.126h.071l.754 1.126h.672l-.88-1.18c.41-.084.636-.366.636-.794zm-1.095.46h-.159v-.846h.168c.341 0 .524.143.524.416 0 .28-.183.43-.533.43z" })))),
310
+ markup: () => (h("g", null, h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }), h("g", { class: "fill-primary" }, h("path", { d: "M13.502 10.61c-.824 0-1.493.644-1.493 1.439 0 .845.64 1.476 1.493 1.476.832 0 1.488-.64 1.488-1.46 0-.815-.65-1.454-1.488-1.454zm-8.473.053h-.803v2.8h.798c.424 0 .73-.101 1-.324.318-.264.507-.662.507-1.075 0-.827-.617-1.4-1.502-1.4zm.638 2.103c-.173.155-.394.222-.748.222h-.146v-1.85h.146c.354 0 .566.063.748.226a.943.943 0 0 1 .301.696.96.96 0 0 1-.3.706zm1.116-2.103h.544v2.8h-.544zm1.88 1.073c-.328-.12-.424-.2-.424-.352 0-.176.171-.31.407-.31.164 0 .298.066.442.226l.284-.372a1.22 1.22 0 0 0-.822-.311c-.495 0-.873.344-.873.8 0 .387.176.583.688.77.214.074.323.125.378.16a.33.33 0 0 1 .164.288c0 .228-.18.395-.425.395-.26 0-.47-.13-.595-.374l-.352.341c.251.369.553.534.969.534.566 0 .966-.38.966-.92 0-.446-.186-.648-.807-.875zm.978.328c0 .823.646 1.46 1.478 1.46.235 0 .436-.045.683-.162v-.644c-.219.22-.41.307-.66.307-.549 0-.938-.398-.938-.965 0-.537.402-.961.915-.961.259 0 .457.091.683.315v-.644a1.403 1.403 0 0 0-.672-.17 1.47 1.47 0 0 0-1.489 1.464zm6.585.479l-.747-1.88h-.595l1.186 2.87h.293l1.21-2.87h-.591zm1.595.92h1.548v-.475h-1.002v-.755h.964v-.475h-.964v-.621h1.002v-.474h-1.548zm3.709-1.973c0-.525-.36-.827-.99-.827h-.81v2.8h.547v-1.126h.071l.754 1.126h.672l-.88-1.18c.41-.084.636-.366.636-.794zm-1.095.46h-.159v-.846h.168c.341 0 .524.143.524.416 0 .28-.183.43-.533.43z" })))),
1057
311
  },
1058
312
  'card-discover-color': {
1059
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
1060
- h("g", { "fill-rule": "nonzero" },
1061
- h("path", { fill: "#E6E6E6", d: "M24 11.91V5.411C24 4.632 23.358 4 22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h5.064c7.48-1.03 13.59-5.132 15.501-8.09z" }),
1062
- h("path", { fill: "#E6E6E6", d: "M24 18.588V11.91c-1.912 2.958-8.02 7.06-15.5 8.09h14.065c.793 0 1.435-.632 1.435-1.412z" }),
1063
- h("path", { fill: "#FA7000", d: "M24 18.588V11.91c-1.912 2.958-8.02 7.06-15.5 8.09h14.065c.793 0 1.435-.632 1.435-1.412zm-10.508-7.994c-.808 0-1.464.622-1.464 1.39 0 .815.627 1.424 1.464 1.424.817 0 1.46-.618 1.46-1.41.001-.786-.638-1.404-1.46-1.404z" }),
1064
- h("path", { fill: "#444", d: "M5.179 10.645H4.39v2.703h.783c.416 0 .717-.098.98-.313.313-.254.499-.64.499-1.038 0-.798-.606-1.352-1.474-1.352zm.626 2.03c-.17.15-.387.215-.734.215h-.144v-1.787h.144c.347 0 .556.06.735.218a.905.905 0 0 1 .295.672c0 .26-.111.52-.296.682zm1.095-2.03h1v2.703h-1z" }),
1065
- h("path", { fill: "#444", d: "M8.744 11.68c-.322-.115-.416-.193-.416-.339 0-.17.168-.299.4-.299.16 0 .292.063.433.218l.279-.36c-.23-.2-.506-.3-.807-.3-.485 0-.856.333-.856.773 0 .373.172.563.675.743.21.072.316.12.37.154a.32.32 0 0 1 .161.279c0 .22-.177.381-.416.381a.634.634 0 0 1-.585-.361l-.345.33c.247.355.543.514.95.514.557 0 .948-.366.948-.888.001-.43-.18-.625-.79-.844zm.96.317c0 .795.634 1.411 1.45 1.411.23 0 .427-.045.67-.158v-.62c-.214.211-.403.295-.647.295-.54 0-.921-.384-.921-.932 0-.517.394-.928.897-.928.254 0 .449.089.671.304v-.62a1.389 1.389 0 0 0-.66-.165c-.81 0-1.46.628-1.46 1.413zm6.461.463l-.733-1.815h-.584l1.165 2.771h.287l1.187-2.771h-.58zm1.565.888h1.519v-.458h-.983v-.73h.946v-.457h-.946v-.6h.983v-.458H17.73zm3.64-1.906c0-.506-.353-.797-.972-.797h-.796v2.702h.537v-1.086h.07l.74 1.086h.66l-.865-1.139c.404-.08.626-.352.626-.766zm-1.075.446h-.155v-.817h.164c.335 0 .514.138.514.401 0 .27-.18.416-.523.416z" })))),
313
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { "fill-rule": "nonzero" }, h("path", { fill: "#E6E6E6", d: "M24 11.91V5.411C24 4.632 23.358 4 22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h5.064c7.48-1.03 13.59-5.132 15.501-8.09z" }), h("path", { fill: "#E6E6E6", d: "M24 18.588V11.91c-1.912 2.958-8.02 7.06-15.5 8.09h14.065c.793 0 1.435-.632 1.435-1.412z" }), h("path", { fill: "#FA7000", d: "M24 18.588V11.91c-1.912 2.958-8.02 7.06-15.5 8.09h14.065c.793 0 1.435-.632 1.435-1.412zm-10.508-7.994c-.808 0-1.464.622-1.464 1.39 0 .815.627 1.424 1.464 1.424.817 0 1.46-.618 1.46-1.41.001-.786-.638-1.404-1.46-1.404z" }), h("path", { fill: "#444", d: "M5.179 10.645H4.39v2.703h.783c.416 0 .717-.098.98-.313.313-.254.499-.64.499-1.038 0-.798-.606-1.352-1.474-1.352zm.626 2.03c-.17.15-.387.215-.734.215h-.144v-1.787h.144c.347 0 .556.06.735.218a.905.905 0 0 1 .295.672c0 .26-.111.52-.296.682zm1.095-2.03h1v2.703h-1z" }), h("path", { fill: "#444", d: "M8.744 11.68c-.322-.115-.416-.193-.416-.339 0-.17.168-.299.4-.299.16 0 .292.063.433.218l.279-.36c-.23-.2-.506-.3-.807-.3-.485 0-.856.333-.856.773 0 .373.172.563.675.743.21.072.316.12.37.154a.32.32 0 0 1 .161.279c0 .22-.177.381-.416.381a.634.634 0 0 1-.585-.361l-.345.33c.247.355.543.514.95.514.557 0 .948-.366.948-.888.001-.43-.18-.625-.79-.844zm.96.317c0 .795.634 1.411 1.45 1.411.23 0 .427-.045.67-.158v-.62c-.214.211-.403.295-.647.295-.54 0-.921-.384-.921-.932 0-.517.394-.928.897-.928.254 0 .449.089.671.304v-.62a1.389 1.389 0 0 0-.66-.165c-.81 0-1.46.628-1.46 1.413zm6.461.463l-.733-1.815h-.584l1.165 2.771h.287l1.187-2.771h-.58zm1.565.888h1.519v-.458h-.983v-.73h.946v-.457h-.946v-.6h.983v-.458H17.73zm3.64-1.906c0-.506-.353-.797-.972-.797h-.796v2.702h.537v-1.086h.07l.74 1.086h.66l-.865-1.139c.404-.08.626-.352.626-.766zm-1.075.446h-.155v-.817h.164c.335 0 .514.138.514.401 0 .27-.18.416-.523.416z" })))),
1066
314
  },
1067
315
  'card-googlepay': {
1068
- markup: () => (h("g", null,
1069
- h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }),
1070
- h("g", { class: "fill-primary" },
1071
- h("path", { d: "M9.883 13.533a.55.55 0 0 1-.55-.55V11.15a.55.55 0 0 1 1.1 0v1.833a.55.55 0 0 1-.55.55zm6.234 0a.55.55 0 0 1-.55-.55V11.15a.55.55 0 0 1 1.1 0v1.833a.55.55 0 0 1-.55.55zM10.8 10.6v4.033c0 .203.164.367.367.367h.366v.917a.55.55 0 0 0 1.1 0V15h.734v.917a.55.55 0 0 0 1.1 0V15h.366a.367.367 0 0 0 .367-.367V10.6h-4.4zm0-.367h4.4c0-.614-.252-1.168-.658-1.568l.585-.779a.367.367 0 1 0-.587-.44l-.6.8a2.187 2.187 0 0 0-1.88 0l-.6-.8a.367.367 0 0 0-.587.44l.585.78a2.193 2.193 0 0 0-.658 1.566z" })))),
316
+ markup: () => (h("g", null, h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }), h("g", { class: "fill-primary" }, h("path", { d: "M9.883 13.533a.55.55 0 0 1-.55-.55V11.15a.55.55 0 0 1 1.1 0v1.833a.55.55 0 0 1-.55.55zm6.234 0a.55.55 0 0 1-.55-.55V11.15a.55.55 0 0 1 1.1 0v1.833a.55.55 0 0 1-.55.55zM10.8 10.6v4.033c0 .203.164.367.367.367h.366v.917a.55.55 0 0 0 1.1 0V15h.734v.917a.55.55 0 0 0 1.1 0V15h.366a.367.367 0 0 0 .367-.367V10.6h-4.4zm0-.367h4.4c0-.614-.252-1.168-.658-1.568l.585-.779a.367.367 0 1 0-.587-.44l-.6.8a2.187 2.187 0 0 0-1.88 0l-.6-.8a.367.367 0 0 0-.587.44l.585.78a2.193 2.193 0 0 0-.658 1.566z" })))),
1072
317
  },
1073
318
  'card-googlepay-color': {
1074
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
1075
- h("g", null,
1076
- h("path", { fill: "#E6E6E6", "fill-rule": "nonzero", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }),
1077
- h("path", { fill: "#76C450", d: "M9.652 13.412a.475.475 0 0 1-.478-.47v-1.883c0-.26.214-.47.478-.47s.478.21.478.47v1.882c0 .26-.214.47-.478.47zm6.696 0a.475.475 0 0 1-.478-.47v-1.883c0-.26.214-.47.478-.47s.478.21.478.47v1.882c0 .26-.214.47-.478.47zm-5.739-2.824v3.765c0 .26.214.47.478.47h.478v.942c0 .26.214.47.478.47s.479-.21.479-.47v-.941h.956v.94c0 .26.215.471.479.471s.478-.21.478-.47v-.941h.478a.475.475 0 0 0 .478-.471v-3.765H10.61z" }),
1078
- h("path", { fill: "#76C450", "fill-rule": "nonzero", d: "M10.609 10.118h4.782c0-.732-.346-1.377-.878-1.809l.599-.885a.233.233 0 0 0-.066-.326.24.24 0 0 0-.332.066l-.6.884A2.392 2.392 0 0 0 13 7.765c-.405 0-.78.108-1.115.283l-.6-.884a.241.241 0 0 0-.33-.066.233.233 0 0 0-.067.326l.6.885a2.323 2.323 0 0 0-.88 1.809z" })))),
319
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", null, h("path", { fill: "#E6E6E6", "fill-rule": "nonzero", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }), h("path", { fill: "#76C450", d: "M9.652 13.412a.475.475 0 0 1-.478-.47v-1.883c0-.26.214-.47.478-.47s.478.21.478.47v1.882c0 .26-.214.47-.478.47zm6.696 0a.475.475 0 0 1-.478-.47v-1.883c0-.26.214-.47.478-.47s.478.21.478.47v1.882c0 .26-.214.47-.478.47zm-5.739-2.824v3.765c0 .26.214.47.478.47h.478v.942c0 .26.214.47.478.47s.479-.21.479-.47v-.941h.956v.94c0 .26.215.471.479.471s.478-.21.478-.47v-.941h.478a.475.475 0 0 0 .478-.471v-3.765H10.61z" }), h("path", { fill: "#76C450", "fill-rule": "nonzero", d: "M10.609 10.118h4.782c0-.732-.346-1.377-.878-1.809l.599-.885a.233.233 0 0 0-.066-.326.24.24 0 0 0-.332.066l-.6.884A2.392 2.392 0 0 0 13 7.765c-.405 0-.78.108-1.115.283l-.6-.884a.241.241 0 0 0-.33-.066.233.233 0 0 0-.067.326l.6.885a2.323 2.323 0 0 0-.88 1.809z" })))),
1079
320
  },
1080
321
  'card-jcb': {
1081
- markup: () => (h("g", null,
1082
- h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }),
1083
- h("g", { class: "fill-primary" },
1084
- h("path", { d: "M16.637 12.26h.897c.256 0 .403.137.445.321a.442.442 0 0 1 0 .196c-.043.187-.198.321-.43.321h-.912v-.838zm1.235-.949a.413.413 0 0 1 0 .179c-.048.217-.221.297-.445.297h-.79v-.773h.805c.253 0 .391.122.43.297zM19.673 7.3v8.103c0 .79-.64 1.43-1.43 1.43H15.86v-3.239h2.471c.537-.004 1.004-.277 1.004-.794a.678.678 0 0 0-.007-.099c-.054-.388-.42-.63-.904-.667v-.019c.483-.074.724-.382.724-.729a.661.661 0 0 0-.341-.592c-.267-.159-.57-.155-.843-.155H15.86V8.73c0-.79.64-1.43 1.43-1.43h2.383zM6.327 12.813V8.73c0-.79.64-1.43 1.43-1.43h2.383v8.103c0 .79-.638 1.43-1.428 1.43H6.327v-3.348c.58.16 1.98.338 2.804.024.518-.195.788-.565.788-1.126v-1.844H8.552v1.844c0 .372-.205.659-.57.753-.47.122-1.161-.084-1.655-.323zm4.766-1.843V8.73c0-.79.64-1.43 1.43-1.43h2.384v8.103c0 .79-.64 1.43-1.43 1.43h-2.384v-3.668c.38.326.916.45 1.41.496a6.292 6.292 0 0 0 2.067-.176v-.672c-.431.215-.968.408-1.576.347-.669-.078-1.002-.496-1.002-1.093 0-.628.37-1.03 1.017-1.095.52-.052 1.074.104 1.562.349v-.673a6.414 6.414 0 0 0-1.837-.19c-.57.027-1.209.14-1.64.511z" })))),
322
+ markup: () => (h("g", null, h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }), h("g", { class: "fill-primary" }, h("path", { d: "M16.637 12.26h.897c.256 0 .403.137.445.321a.442.442 0 0 1 0 .196c-.043.187-.198.321-.43.321h-.912v-.838zm1.235-.949a.413.413 0 0 1 0 .179c-.048.217-.221.297-.445.297h-.79v-.773h.805c.253 0 .391.122.43.297zM19.673 7.3v8.103c0 .79-.64 1.43-1.43 1.43H15.86v-3.239h2.471c.537-.004 1.004-.277 1.004-.794a.678.678 0 0 0-.007-.099c-.054-.388-.42-.63-.904-.667v-.019c.483-.074.724-.382.724-.729a.661.661 0 0 0-.341-.592c-.267-.159-.57-.155-.843-.155H15.86V8.73c0-.79.64-1.43 1.43-1.43h2.383zM6.327 12.813V8.73c0-.79.64-1.43 1.43-1.43h2.383v8.103c0 .79-.638 1.43-1.428 1.43H6.327v-3.348c.58.16 1.98.338 2.804.024.518-.195.788-.565.788-1.126v-1.844H8.552v1.844c0 .372-.205.659-.57.753-.47.122-1.161-.084-1.655-.323zm4.766-1.843V8.73c0-.79.64-1.43 1.43-1.43h2.384v8.103c0 .79-.64 1.43-1.43 1.43h-2.384v-3.668c.38.326.916.45 1.41.496a6.292 6.292 0 0 0 2.067-.176v-.672c-.431.215-.968.408-1.576.347-.669-.078-1.002-.496-1.002-1.093 0-.628.37-1.03 1.017-1.095.52-.052 1.074.104 1.562.349v-.673a6.414 6.414 0 0 0-1.837-.19c-.57.027-1.209.14-1.64.511z" })))),
1085
323
  },
1086
324
  'card-jcb-color': {
1087
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
1088
- h("g", { "fill-rule": "nonzero" },
1089
- h("path", { fill: "#E6E6E6", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }),
1090
- h("path", { fill: "#FFF", d: "M6.304 10.118h3.826v4.235H6.304zm4.783 0h3.826v4.235h-3.826zm4.783 0h3.826v4.235H15.87z" }),
1091
- h("path", { fill: "#269732", d: "M16.65 12.19h.9c.256 0 .403.136.445.318a.42.42 0 0 1 0 .193c-.042.185-.198.317-.43.317h-.916v-.827zm1.238-.936a.404.404 0 0 1 0 .176c-.048.214-.222.294-.446.294h-.793v-.764h.808c.253 0 .392.12.43.294zm1.808-3.96v8c0 .78-.643 1.412-1.435 1.412H15.87v-3.198h2.48c.538-.004 1.006-.274 1.006-.784a.733.733 0 0 0-.007-.098c-.054-.383-.421-.622-.906-.659v-.018c.484-.074.726-.378.726-.72a.652.652 0 0 0-.343-.585c-.268-.156-.57-.152-.846-.152h-2.11V8.706c0-.78.642-1.412 1.434-1.412h2.392z" }),
1092
- h("path", { fill: "#034D9B", d: "M6.304 12.737V8.706c0-.78.643-1.412 1.435-1.412h2.391v8c0 .78-.64 1.412-1.432 1.412H6.304V13.4c.582.158 1.988.333 2.813.024.52-.193.792-.558.792-1.112v-1.82H8.537v1.82c0 .368-.205.65-.572.744-.472.12-1.165-.083-1.66-.32z" }),
1093
- h("path", { fill: "#AD1031", d: "M11.087 10.917V8.706c0-.78.642-1.412 1.435-1.412h2.391v8c0 .78-.642 1.412-1.434 1.412h-2.392v-3.622c.381.322.919.444 1.415.49a6.37 6.37 0 0 0 2.074-.174v-.663c-.433.212-.971.402-1.582.342-.67-.077-1.005-.49-1.005-1.079 0-.62.37-1.016 1.02-1.08.52-.051 1.077.102 1.567.344V10.6a6.527 6.527 0 0 0-1.843-.189c-.572.028-1.213.14-1.646.506z" })))),
325
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { "fill-rule": "nonzero" }, h("path", { fill: "#E6E6E6", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }), h("path", { fill: "#FFF", d: "M6.304 10.118h3.826v4.235H6.304zm4.783 0h3.826v4.235h-3.826zm4.783 0h3.826v4.235H15.87z" }), h("path", { fill: "#269732", d: "M16.65 12.19h.9c.256 0 .403.136.445.318a.42.42 0 0 1 0 .193c-.042.185-.198.317-.43.317h-.916v-.827zm1.238-.936a.404.404 0 0 1 0 .176c-.048.214-.222.294-.446.294h-.793v-.764h.808c.253 0 .392.12.43.294zm1.808-3.96v8c0 .78-.643 1.412-1.435 1.412H15.87v-3.198h2.48c.538-.004 1.006-.274 1.006-.784a.733.733 0 0 0-.007-.098c-.054-.383-.421-.622-.906-.659v-.018c.484-.074.726-.378.726-.72a.652.652 0 0 0-.343-.585c-.268-.156-.57-.152-.846-.152h-2.11V8.706c0-.78.642-1.412 1.434-1.412h2.392z" }), h("path", { fill: "#034D9B", d: "M6.304 12.737V8.706c0-.78.643-1.412 1.435-1.412h2.391v8c0 .78-.64 1.412-1.432 1.412H6.304V13.4c.582.158 1.988.333 2.813.024.52-.193.792-.558.792-1.112v-1.82H8.537v1.82c0 .368-.205.65-.572.744-.472.12-1.165-.083-1.66-.32z" }), h("path", { fill: "#AD1031", d: "M11.087 10.917V8.706c0-.78.642-1.412 1.435-1.412h2.391v8c0 .78-.642 1.412-1.434 1.412h-2.392v-3.622c.381.322.919.444 1.415.49a6.37 6.37 0 0 0 2.074-.174v-.663c-.433.212-.971.402-1.582.342-.67-.077-1.005-.49-1.005-1.079 0-.62.37-1.016 1.02-1.08.52-.051 1.077.102 1.567.344V10.6a6.527 6.527 0 0 0-1.843-.189c-.572.028-1.213.14-1.646.506z" })))),
1094
326
  },
1095
327
  'card-maestro': {
1096
- markup: () => (h("g", null,
1097
- h("path", { d: "M22.533 20.133H3.467A1.47 1.47 0 0 1 2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466z", class: "stroke-primary" }),
1098
- h("path", { d: "M6.4 12.067c0 2.227 1.818 4.033 4.062 4.033a4.06 4.06 0 0 0 2.541-.89c.695.555 1.574.89 2.535.89 2.244 0 4.062-1.806 4.062-4.033 0-2.228-1.818-4.034-4.062-4.034-.961 0-1.843.333-2.538.888a4.06 4.06 0 0 0-2.538-.888C8.218 8.033 6.4 9.84 6.4 12.067zm1.015 0c0-1.668 1.367-3.025 3.047-3.025.899 0 1.706.39 2.264 1.008h-.701c-.095.162-.179.33-.25.504h1.32c.094.16.172.328.235.504h-1.72a3.939 3.939 0 0 0-.098.505h1.95c.028.164.046.332.046.504h-2.03c0 .17.014.338.034.504h1.95a2.85 2.85 0 0 1-.132.504h-1.72c.045.173.099.341.165.504h1.321c-.106.181-.23.35-.37.504h-.701c.08.138.17.27.266.396a3.04 3.04 0 0 1-1.83.613c-1.68 0-3.046-1.357-3.046-3.025z", class: "fill-primary" }))),
328
+ markup: () => (h("g", null, h("path", { d: "M22.533 20.133H3.467A1.47 1.47 0 0 1 2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466z", class: "stroke-primary" }), h("path", { d: "M6.4 12.067c0 2.227 1.818 4.033 4.062 4.033a4.06 4.06 0 0 0 2.541-.89c.695.555 1.574.89 2.535.89 2.244 0 4.062-1.806 4.062-4.033 0-2.228-1.818-4.034-4.062-4.034-.961 0-1.843.333-2.538.888a4.06 4.06 0 0 0-2.538-.888C8.218 8.033 6.4 9.84 6.4 12.067zm1.015 0c0-1.668 1.367-3.025 3.047-3.025.899 0 1.706.39 2.264 1.008h-.701c-.095.162-.179.33-.25.504h1.32c.094.16.172.328.235.504h-1.72a3.939 3.939 0 0 0-.098.505h1.95c.028.164.046.332.046.504h-2.03c0 .17.014.338.034.504h1.95a2.85 2.85 0 0 1-.132.504h-1.72c.045.173.099.341.165.504h1.321c-.106.181-.23.35-.37.504h-.701c.08.138.17.27.266.396a3.04 3.04 0 0 1-1.83.613c-1.68 0-3.046-1.357-3.046-3.025z", class: "fill-primary" }))),
1099
329
  },
1100
330
  'card-maestro-color': {
1101
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
1102
- h("g", { "fill-rule": "nonzero" },
1103
- h("path", { fill: "#EEE", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }),
1104
- h("g", null,
1105
- h("path", { fill: "#7375CF", d: "M11.299 9.062h3.348v6.083h-3.348z" }),
1106
- h("path", { fill: "#EB001B", d: "M11.512 12.104a3.877 3.877 0 0 1 1.46-3.041 3.796 3.796 0 0 0-5.174.417 3.9 3.9 0 0 0 0 5.248 3.796 3.796 0 0 0 5.175.417 3.877 3.877 0 0 1-1.461-3.04z" }),
1107
- h("path", { fill: "#01A2E5", d: "M19.164 12.104a3.872 3.872 0 0 1-2.154 3.48 3.792 3.792 0 0 1-4.037-.439 3.884 3.884 0 0 0 1.462-3.041 3.884 3.884 0 0 0-1.462-3.041 3.792 3.792 0 0 1 4.037-.439 3.872 3.872 0 0 1 2.154 3.48z" }))))),
331
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { "fill-rule": "nonzero" }, h("path", { fill: "#EEE", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }), h("g", null, h("path", { fill: "#7375CF", d: "M11.299 9.062h3.348v6.083h-3.348z" }), h("path", { fill: "#EB001B", d: "M11.512 12.104a3.877 3.877 0 0 1 1.46-3.041 3.796 3.796 0 0 0-5.174.417 3.9 3.9 0 0 0 0 5.248 3.796 3.796 0 0 0 5.175.417 3.877 3.877 0 0 1-1.461-3.04z" }), h("path", { fill: "#01A2E5", d: "M19.164 12.104a3.872 3.872 0 0 1-2.154 3.48 3.792 3.792 0 0 1-4.037-.439 3.884 3.884 0 0 0 1.462-3.041 3.884 3.884 0 0 0-1.462-3.041 3.792 3.792 0 0 1 4.037-.439 3.872 3.872 0 0 1 2.154 3.48z" }))))),
1108
332
  },
1109
333
  'card-mastercard': {
1110
- markup: () => (h("g", null,
1111
- h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }),
1112
- h("g", { class: "fill-primary" },
1113
- h("path", { d: "M15.538 8.033A4.06 4.06 0 0 0 13 8.921a4.056 4.056 0 0 0-2.538-.888C8.218 8.033 6.4 9.84 6.4 12.067S8.218 16.1 10.462 16.1c.96 0 1.84-.335 2.535-.89.696.556 1.579.89 2.541.89 2.244 0 4.062-1.806 4.062-4.033 0-2.228-1.818-4.034-4.062-4.034zm0 7.059a3.04 3.04 0 0 1-1.83-.613 3.92 3.92 0 0 0 .267-.396h-.7a3.011 3.011 0 0 1-.37-.504h1.32c.067-.163.12-.331.165-.504h-1.72a3.014 3.014 0 0 1-.132-.504h1.95c.02-.166.035-.333.035-.504h-2.03c0-.172.018-.34.045-.505h1.95a4.003 4.003 0 0 0-.098-.504h-1.72c.063-.176.141-.344.234-.504h1.321a3.978 3.978 0 0 0-.25-.504h-.7a3.046 3.046 0 0 1 2.264-1.008c1.68 0 3.046 1.357 3.046 3.025s-1.367 3.025-3.047 3.025z" })))),
334
+ markup: () => (h("g", null, h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }), h("g", { class: "fill-primary" }, h("path", { d: "M15.538 8.033A4.06 4.06 0 0 0 13 8.921a4.056 4.056 0 0 0-2.538-.888C8.218 8.033 6.4 9.84 6.4 12.067S8.218 16.1 10.462 16.1c.96 0 1.84-.335 2.535-.89.696.556 1.579.89 2.541.89 2.244 0 4.062-1.806 4.062-4.033 0-2.228-1.818-4.034-4.062-4.034zm0 7.059a3.04 3.04 0 0 1-1.83-.613 3.92 3.92 0 0 0 .267-.396h-.7a3.011 3.011 0 0 1-.37-.504h1.32c.067-.163.12-.331.165-.504h-1.72a3.014 3.014 0 0 1-.132-.504h1.95c.02-.166.035-.333.035-.504h-2.03c0-.172.018-.34.045-.505h1.95a4.003 4.003 0 0 0-.098-.504h-1.72c.063-.176.141-.344.234-.504h1.321a3.978 3.978 0 0 0-.25-.504h-.7a3.046 3.046 0 0 1 2.264-1.008c1.68 0 3.046 1.357 3.046 3.025s-1.367 3.025-3.047 3.025z" })))),
1114
335
  },
1115
336
  'card-mastercard-color': {
1116
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
1117
- h("g", { "fill-rule": "nonzero" },
1118
- h("path", { fill: "#EEE", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }),
1119
- h("g", null,
1120
- h("path", { fill: "#FF5F00", d: "M11.299 9.062h3.348v6.083h-3.348z" }),
1121
- h("path", { fill: "#EB001B", d: "M11.512 12.104a3.877 3.877 0 0 1 1.46-3.041 3.796 3.796 0 0 0-5.174.417 3.9 3.9 0 0 0 0 5.248 3.796 3.796 0 0 0 5.175.417 3.877 3.877 0 0 1-1.461-3.04z" }),
1122
- h("path", { fill: "#F79E1B", d: "M19.164 12.104a3.872 3.872 0 0 1-2.154 3.48 3.792 3.792 0 0 1-4.037-.439 3.884 3.884 0 0 0 1.462-3.041 3.884 3.884 0 0 0-1.462-3.041 3.792 3.792 0 0 1 4.037-.439 3.872 3.872 0 0 1 2.154 3.48z" }))))),
337
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { "fill-rule": "nonzero" }, h("path", { fill: "#EEE", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }), h("g", null, h("path", { fill: "#FF5F00", d: "M11.299 9.062h3.348v6.083h-3.348z" }), h("path", { fill: "#EB001B", d: "M11.512 12.104a3.877 3.877 0 0 1 1.46-3.041 3.796 3.796 0 0 0-5.174.417 3.9 3.9 0 0 0 0 5.248 3.796 3.796 0 0 0 5.175.417 3.877 3.877 0 0 1-1.461-3.04z" }), h("path", { fill: "#F79E1B", d: "M19.164 12.104a3.872 3.872 0 0 1-2.154 3.48 3.792 3.792 0 0 1-4.037-.439 3.884 3.884 0 0 0 1.462-3.041 3.884 3.884 0 0 0-1.462-3.041 3.792 3.792 0 0 1 4.037-.439 3.872 3.872 0 0 1 2.154 3.48z" }))))),
1123
338
  },
1124
339
  'card-paypal': {
1125
- markup: () => (h("g", null,
1126
- h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }),
1127
- h("g", { class: "fill-primary" },
1128
- h("path", { d: "M15.886 9.867h-1.284a.179.179 0 0 0-.177.15l-.519 3.294c-.01.065.04.123.106.123h.659a.125.125 0 0 0 .123-.105l.147-.934a.178.178 0 0 1 .177-.15h.406c.846 0 1.334-.41 1.462-1.222.058-.354.002-.633-.164-.829-.182-.214-.506-.327-.936-.327zm.148 1.202c-.07.461-.422.461-.763.461h-.193l.136-.86a.107.107 0 0 1 .105-.09c.282 0 .53-.013.653.131.067.08.088.197.062.358zM6.725 9.867H5.441a.179.179 0 0 0-.177.15l-.519 3.294c-.01.065.04.123.106.123h.613a.179.179 0 0 0 .177-.15l.14-.889a.178.178 0 0 1 .176-.15h.406c.846 0 1.335-.41 1.462-1.222.058-.354.002-.633-.164-.829-.181-.214-.506-.327-.936-.327zm.149 1.202c-.07.461-.423.461-.763.461h-.194l.136-.86a.107.107 0 0 1 .106-.09h.088c.232 0 .451 0 .564.131.068.08.088.197.063.358zm3.69-.014H9.95a.107.107 0 0 0-.105.09l-.027.172c-.06-.086-.179-.32-.77-.32-.68 0-1.26.515-1.372 1.237-.06.36.024.705.228.945.188.22.456.313.775.313.548 0 .851-.352.851-.352l-.027.17c-.01.066.04.125.106.125h.554a.179.179 0 0 0 .176-.151l.333-2.105a.108.108 0 0 0-.107-.124zm-.857 1.197a.686.686 0 0 1-.694.587c-.179 0-.321-.057-.413-.166a.522.522 0 0 1-.096-.432.688.688 0 0 1 .689-.592c.174 0 .316.058.41.168a.53.53 0 0 1 .104.435zm10.018-1.197h-.615a.107.107 0 0 0-.105.09l-.028.172c-.06-.086-.178-.32-.769-.32-.68 0-1.26.515-1.373 1.237-.058.36.025.705.23.945.187.22.455.313.774.313.548 0 .851-.352.851-.352l-.027.17c-.01.066.04.125.105.125h.554a.179.179 0 0 0 .177-.151l.332-2.105a.108.108 0 0 0-.106-.124zm-.857 1.197a.686.686 0 0 1-.694.587c-.179 0-.322-.057-.413-.166a.522.522 0 0 1-.097-.432.688.688 0 0 1 .69-.592c.174 0 .316.058.41.168.094.11.13.265.104.435zm-5.028-1.197h-.618a.18.18 0 0 0-.148.078l-.853 1.256-.361-1.207a.178.178 0 0 0-.171-.127h-.609a.107.107 0 0 0-.101.141l.68 1.998-.64.904c-.05.07 0 .169.088.169h.617a.178.178 0 0 0 .147-.077l2.056-2.967a.107.107 0 0 0-.088-.168zm6.61-1.098l-.527 3.354c-.01.065.04.123.105.123h.53a.179.179 0 0 0 .177-.15l.52-3.294a.107.107 0 0 0-.106-.123h-.593a.107.107 0 0 0-.106.09z" })))),
340
+ markup: () => (h("g", null, h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }), h("g", { class: "fill-primary" }, h("path", { d: "M15.886 9.867h-1.284a.179.179 0 0 0-.177.15l-.519 3.294c-.01.065.04.123.106.123h.659a.125.125 0 0 0 .123-.105l.147-.934a.178.178 0 0 1 .177-.15h.406c.846 0 1.334-.41 1.462-1.222.058-.354.002-.633-.164-.829-.182-.214-.506-.327-.936-.327zm.148 1.202c-.07.461-.422.461-.763.461h-.193l.136-.86a.107.107 0 0 1 .105-.09c.282 0 .53-.013.653.131.067.08.088.197.062.358zM6.725 9.867H5.441a.179.179 0 0 0-.177.15l-.519 3.294c-.01.065.04.123.106.123h.613a.179.179 0 0 0 .177-.15l.14-.889a.178.178 0 0 1 .176-.15h.406c.846 0 1.335-.41 1.462-1.222.058-.354.002-.633-.164-.829-.181-.214-.506-.327-.936-.327zm.149 1.202c-.07.461-.423.461-.763.461h-.194l.136-.86a.107.107 0 0 1 .106-.09h.088c.232 0 .451 0 .564.131.068.08.088.197.063.358zm3.69-.014H9.95a.107.107 0 0 0-.105.09l-.027.172c-.06-.086-.179-.32-.77-.32-.68 0-1.26.515-1.372 1.237-.06.36.024.705.228.945.188.22.456.313.775.313.548 0 .851-.352.851-.352l-.027.17c-.01.066.04.125.106.125h.554a.179.179 0 0 0 .176-.151l.333-2.105a.108.108 0 0 0-.107-.124zm-.857 1.197a.686.686 0 0 1-.694.587c-.179 0-.321-.057-.413-.166a.522.522 0 0 1-.096-.432.688.688 0 0 1 .689-.592c.174 0 .316.058.41.168a.53.53 0 0 1 .104.435zm10.018-1.197h-.615a.107.107 0 0 0-.105.09l-.028.172c-.06-.086-.178-.32-.769-.32-.68 0-1.26.515-1.373 1.237-.058.36.025.705.23.945.187.22.455.313.774.313.548 0 .851-.352.851-.352l-.027.17c-.01.066.04.125.105.125h.554a.179.179 0 0 0 .177-.151l.332-2.105a.108.108 0 0 0-.106-.124zm-.857 1.197a.686.686 0 0 1-.694.587c-.179 0-.322-.057-.413-.166a.522.522 0 0 1-.097-.432.688.688 0 0 1 .69-.592c.174 0 .316.058.41.168.094.11.13.265.104.435zm-5.028-1.197h-.618a.18.18 0 0 0-.148.078l-.853 1.256-.361-1.207a.178.178 0 0 0-.171-.127h-.609a.107.107 0 0 0-.101.141l.68 1.998-.64.904c-.05.07 0 .169.088.169h.617a.178.178 0 0 0 .147-.077l2.056-2.967a.107.107 0 0 0-.088-.168zm6.61-1.098l-.527 3.354c-.01.065.04.123.105.123h.53a.179.179 0 0 0 .177-.15l.52-3.294a.107.107 0 0 0-.106-.123h-.593a.107.107 0 0 0-.106.09z" })))),
1129
341
  },
1130
342
  'card-paypal-color': {
1131
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
1132
- h("g", { "fill-rule": "nonzero" },
1133
- h("path", { fill: "#E6E6E6", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }),
1134
- h("path", { fill: "#009EE3", d: "M16.01 9.743h-1.34a.185.185 0 0 0-.184.154l-.541 3.379a.11.11 0 0 0 .11.127h.688a.13.13 0 0 0 .128-.108l.154-.959a.185.185 0 0 1 .184-.154h.423c.882 0 1.392-.42 1.525-1.253.06-.364.002-.65-.171-.85-.191-.22-.529-.336-.977-.336zm.154 1.234c-.073.473-.44.473-.796.473h-.201l.141-.883a.111.111 0 0 1 .11-.093c.295 0 .553-.012.681.135.07.082.091.202.065.368z" }),
1135
- h("path", { fill: "#113984", d: "M6.457 9.743H5.118a.185.185 0 0 0-.183.154l-.542 3.379a.11.11 0 0 0 .11.127h.64c.091 0 .17-.066.184-.155l.146-.911a.185.185 0 0 1 .184-.154h.424c.881 0 1.39-.42 1.524-1.253.06-.364.002-.65-.171-.85-.191-.22-.528-.337-.977-.337zm.155 1.234c-.073.473-.44.473-.795.473h-.203l.142-.883a.111.111 0 0 1 .11-.093h.093c.242 0 .47 0 .588.135.07.082.092.202.065.368zm3.848-.015h-.64a.111.111 0 0 0-.111.093l-.029.176c-.062-.089-.186-.328-.802-.328-.708 0-1.314.528-1.432 1.269-.06.37.026.723.24.97.195.226.474.32.807.32.57 0 .888-.36.888-.36l-.03.175a.11.11 0 0 0 .111.127h.578c.091 0 .17-.066.184-.155l.346-2.16a.11.11 0 0 0-.11-.127zm-.893 1.228a.711.711 0 0 1-.724.602c-.186 0-.335-.058-.43-.17a.53.53 0 0 1-.1-.443.714.714 0 0 1 .718-.607c.182 0 .33.06.427.172a.54.54 0 0 1 .109.446z" }),
1136
- h("path", { fill: "#009EE3", d: "M20.012 10.962h-.641a.111.111 0 0 0-.11.093l-.029.176c-.062-.089-.186-.328-.802-.328-.709 0-1.314.528-1.432 1.269-.061.37.026.723.239.97.196.226.475.32.808.32.57 0 .887-.36.887-.36l-.028.175a.11.11 0 0 0 .11.127h.578c.091 0 .17-.066.184-.155l.346-2.16a.11.11 0 0 0-.11-.127zm-.894 1.228a.712.712 0 0 1-.723.602c-.186 0-.335-.058-.43-.17a.53.53 0 0 1-.101-.443.714.714 0 0 1 .719-.607c.182 0 .33.06.427.172a.54.54 0 0 1 .108.446z" }),
1137
- h("path", { fill: "#113984", d: "M13.876 10.962h-.645c-.062 0-.12.03-.154.08l-.89 1.289-.376-1.238a.186.186 0 0 0-.178-.131h-.634a.11.11 0 0 0-.106.145l.71 2.05-.668.927a.11.11 0 0 0 .091.173h.644a.19.19 0 0 0 .153-.078l2.144-3.044a.11.11 0 0 0-.091-.173z" }),
1138
- h("path", { fill: "#009EE3", d: "M20.768 9.836l-.55 3.44a.11.11 0 0 0 .11.128h.554a.185.185 0 0 0 .183-.155l.542-3.378a.11.11 0 0 0-.11-.127h-.62a.11.11 0 0 0-.11.092z" })))),
343
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { "fill-rule": "nonzero" }, h("path", { fill: "#E6E6E6", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }), h("path", { fill: "#009EE3", d: "M16.01 9.743h-1.34a.185.185 0 0 0-.184.154l-.541 3.379a.11.11 0 0 0 .11.127h.688a.13.13 0 0 0 .128-.108l.154-.959a.185.185 0 0 1 .184-.154h.423c.882 0 1.392-.42 1.525-1.253.06-.364.002-.65-.171-.85-.191-.22-.529-.336-.977-.336zm.154 1.234c-.073.473-.44.473-.796.473h-.201l.141-.883a.111.111 0 0 1 .11-.093c.295 0 .553-.012.681.135.07.082.091.202.065.368z" }), h("path", { fill: "#113984", d: "M6.457 9.743H5.118a.185.185 0 0 0-.183.154l-.542 3.379a.11.11 0 0 0 .11.127h.64c.091 0 .17-.066.184-.155l.146-.911a.185.185 0 0 1 .184-.154h.424c.881 0 1.39-.42 1.524-1.253.06-.364.002-.65-.171-.85-.191-.22-.528-.337-.977-.337zm.155 1.234c-.073.473-.44.473-.795.473h-.203l.142-.883a.111.111 0 0 1 .11-.093h.093c.242 0 .47 0 .588.135.07.082.092.202.065.368zm3.848-.015h-.64a.111.111 0 0 0-.111.093l-.029.176c-.062-.089-.186-.328-.802-.328-.708 0-1.314.528-1.432 1.269-.06.37.026.723.24.97.195.226.474.32.807.32.57 0 .888-.36.888-.36l-.03.175a.11.11 0 0 0 .111.127h.578c.091 0 .17-.066.184-.155l.346-2.16a.11.11 0 0 0-.11-.127zm-.893 1.228a.711.711 0 0 1-.724.602c-.186 0-.335-.058-.43-.17a.53.53 0 0 1-.1-.443.714.714 0 0 1 .718-.607c.182 0 .33.06.427.172a.54.54 0 0 1 .109.446z" }), h("path", { fill: "#009EE3", d: "M20.012 10.962h-.641a.111.111 0 0 0-.11.093l-.029.176c-.062-.089-.186-.328-.802-.328-.709 0-1.314.528-1.432 1.269-.061.37.026.723.239.97.196.226.475.32.808.32.57 0 .887-.36.887-.36l-.028.175a.11.11 0 0 0 .11.127h.578c.091 0 .17-.066.184-.155l.346-2.16a.11.11 0 0 0-.11-.127zm-.894 1.228a.712.712 0 0 1-.723.602c-.186 0-.335-.058-.43-.17a.53.53 0 0 1-.101-.443.714.714 0 0 1 .719-.607c.182 0 .33.06.427.172a.54.54 0 0 1 .108.446z" }), h("path", { fill: "#113984", d: "M13.876 10.962h-.645c-.062 0-.12.03-.154.08l-.89 1.289-.376-1.238a.186.186 0 0 0-.178-.131h-.634a.11.11 0 0 0-.106.145l.71 2.05-.668.927a.11.11 0 0 0 .091.173h.644a.19.19 0 0 0 .153-.078l2.144-3.044a.11.11 0 0 0-.091-.173z" }), h("path", { fill: "#009EE3", d: "M20.768 9.836l-.55 3.44a.11.11 0 0 0 .11.128h.554a.185.185 0 0 0 .183-.155l.542-3.378a.11.11 0 0 0-.11-.127h-.62a.11.11 0 0 0-.11.092z" })))),
1139
344
  },
1140
345
  'card-stripe': {
1141
- markup: () => (h("g", null,
1142
- h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }),
1143
- h("path", { d: "M18.256 11.871c.029-.456.152-.67.386-.67.23 0 .35.218.366.67h-.752zm1.71.272c0-.51-.11-.913-.328-1.197-.222-.288-.555-.436-.98-.436-.867 0-1.406.642-1.406 1.67 0 .576.144 1.008.428 1.283.255.247.621.37 1.094.37.436 0 .84-.102 1.094-.27l-.11-.7c-.252.136-.544.21-.873.21-.197 0-.333-.041-.432-.128-.107-.09-.168-.239-.189-.448h1.69a7.1 7.1 0 0 0 .013-.354zm-4.08.69c-.082.157-.21.24-.357.24a.606.606 0 0 1-.276-.062v-1.522c.172-.181.329-.202.386-.202.26 0 .387.28.387.827 0 .313-.045.555-.14.72zm.848-1.973c-.181-.235-.432-.35-.753-.35-.296 0-.555.124-.798.383l-.053-.321h-.897v4.384l1.02-.169V13.76c.156.05.317.074.46.074.256 0 .626-.065.914-.378.275-.3.415-.765.415-1.378 0-.543-.103-.954-.308-1.217zm-3.927-.288h1.025v3.2h-1.025v-3.2zm.515-.317a.537.537 0 0 0 .534-.539.535.535 0 1 0-1.073 0c0 .296.238.539.539.539zm-.954.272c-.288 0-.519.151-.61.423l-.06-.378h-.893v3.2h1.02v-2.078c.127-.156.308-.212.555-.212.053 0 .111 0 .181.012v-.942a.815.815 0 0 0-.194-.025zm-1.957.801l.124-.757h-.652v-.918l-.876.144-.126.774-.308.05-.115.707h.422v1.484c0 .387.098.655.3.819.169.136.411.202.753.202.263 0 .423-.046.534-.075v-.801a1.403 1.403 0 0 1-.296.045c-.201 0-.288-.103-.288-.338v-1.337h.528v.001zm-2.922.449c-.3-.111-.465-.198-.465-.334 0-.115.095-.18.264-.18.308 0 .625.118.843.225l.124-.76a2.373 2.373 0 0 0-1.016-.219c-.346 0-.634.091-.84.26-.213.176-.324.432-.324.74 0 .56.341.798.896 1 .358.127.477.218.477.357 0 .136-.115.214-.325.214-.259 0-.686-.127-.966-.292l-.124.77c.239.135.683.275 1.144.275.366 0 .67-.086.876-.25.23-.182.349-.449.349-.794 0-.572-.35-.81-.913-1.012z", class: "fill-primary" }))),
346
+ markup: () => (h("g", null, h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }), h("path", { d: "M18.256 11.871c.029-.456.152-.67.386-.67.23 0 .35.218.366.67h-.752zm1.71.272c0-.51-.11-.913-.328-1.197-.222-.288-.555-.436-.98-.436-.867 0-1.406.642-1.406 1.67 0 .576.144 1.008.428 1.283.255.247.621.37 1.094.37.436 0 .84-.102 1.094-.27l-.11-.7c-.252.136-.544.21-.873.21-.197 0-.333-.041-.432-.128-.107-.09-.168-.239-.189-.448h1.69a7.1 7.1 0 0 0 .013-.354zm-4.08.69c-.082.157-.21.24-.357.24a.606.606 0 0 1-.276-.062v-1.522c.172-.181.329-.202.386-.202.26 0 .387.28.387.827 0 .313-.045.555-.14.72zm.848-1.973c-.181-.235-.432-.35-.753-.35-.296 0-.555.124-.798.383l-.053-.321h-.897v4.384l1.02-.169V13.76c.156.05.317.074.46.074.256 0 .626-.065.914-.378.275-.3.415-.765.415-1.378 0-.543-.103-.954-.308-1.217zm-3.927-.288h1.025v3.2h-1.025v-3.2zm.515-.317a.537.537 0 0 0 .534-.539.535.535 0 1 0-1.073 0c0 .296.238.539.539.539zm-.954.272c-.288 0-.519.151-.61.423l-.06-.378h-.893v3.2h1.02v-2.078c.127-.156.308-.212.555-.212.053 0 .111 0 .181.012v-.942a.815.815 0 0 0-.194-.025zm-1.957.801l.124-.757h-.652v-.918l-.876.144-.126.774-.308.05-.115.707h.422v1.484c0 .387.098.655.3.819.169.136.411.202.753.202.263 0 .423-.046.534-.075v-.801a1.403 1.403 0 0 1-.296.045c-.201 0-.288-.103-.288-.338v-1.337h.528v.001zm-2.922.449c-.3-.111-.465-.198-.465-.334 0-.115.095-.18.264-.18.308 0 .625.118.843.225l.124-.76a2.373 2.373 0 0 0-1.016-.219c-.346 0-.634.091-.84.26-.213.176-.324.432-.324.74 0 .56.341.798.896 1 .358.127.477.218.477.357 0 .136-.115.214-.325.214-.259 0-.686-.127-.966-.292l-.124.77c.239.135.683.275 1.144.275.366 0 .67-.086.876-.25.23-.182.349-.449.349-.794 0-.572-.35-.81-.913-1.012z", class: "fill-primary" }))),
1144
347
  },
1145
348
  'card-stripe-color': {
1146
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
1147
- h("g", { "fill-rule": "nonzero" },
1148
- h("path", { fill: "#009BF1", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }),
1149
- h("path", { fill: "#FFF", d: "M18.773 11.789c.031-.494.167-.725.424-.725.253 0 .384.236.403.725h-.827zm1.88.293c0-.55-.123-.986-.362-1.293-.244-.311-.61-.471-1.076-.471-.953 0-1.545.693-1.545 1.804 0 .622.159 1.09.47 1.387.28.267.682.4 1.202.4.478 0 .921-.11 1.202-.293l-.122-.756a2.013 2.013 0 0 1-.958.227c-.217 0-.366-.044-.475-.138-.117-.098-.185-.258-.208-.485h1.857c.005-.053.014-.302.014-.382zm-4.483.747c-.09.17-.23.258-.393.258a.67.67 0 0 1-.302-.067v-1.644c.19-.196.361-.218.424-.218.285 0 .425.302.425.893 0 .338-.05.6-.154.778zm.931-2.133c-.199-.254-.474-.378-.827-.378-.325 0-.61.133-.876.413l-.06-.347h-.984v4.739l1.12-.182v-1.112c.172.053.348.08.507.08.28 0 .686-.07 1.002-.409.303-.324.457-.827.457-1.489 0-.587-.113-1.031-.339-1.315zm-4.312-.312h1.124v3.458H12.79v-3.458zm.564-.342a.582.582 0 1 0 0-1.164.583.583 0 0 0-.591.582c0 .32.261.582.591.582zm-1.048.294c-.316 0-.569.164-.669.457l-.067-.409h-.98v3.459h1.12v-2.245c.14-.169.338-.23.61-.23.058 0 .121 0 .198.013v-1.018a.921.921 0 0 0-.212-.027zm-2.149.866l.136-.818h-.716v-.993l-.962.156-.138.837-.338.054-.127.764h.463v1.605c0 .417.109.706.33.884.185.147.452.218.827.218.29 0 .465-.049.587-.08v-.867a1.562 1.562 0 0 1-.325.05c-.221 0-.316-.112-.316-.365v-1.445h.58zm-3.209.485c-.33-.12-.51-.214-.51-.36 0-.125.104-.196.29-.196.338 0 .686.129.925.245l.135-.823a2.639 2.639 0 0 0-1.115-.236c-.38 0-.696.098-.922.28-.235.191-.357.467-.357.8 0 .605.375.863.985 1.08.393.138.524.236.524.387 0 .147-.126.231-.357.231-.284 0-.754-.138-1.061-.316l-.136.832c.262.147.75.298 1.256.298.402 0 .736-.093.962-.27.253-.197.384-.486.384-.859 0-.618-.384-.876-1.003-1.093z" })))),
349
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { "fill-rule": "nonzero" }, h("path", { fill: "#009BF1", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v13.176C2 19.368 2.642 20 3.435 20h19.13c.793 0 1.435-.632 1.435-1.412V5.412C24 4.632 23.358 4 22.565 4z" }), h("path", { fill: "#FFF", d: "M18.773 11.789c.031-.494.167-.725.424-.725.253 0 .384.236.403.725h-.827zm1.88.293c0-.55-.123-.986-.362-1.293-.244-.311-.61-.471-1.076-.471-.953 0-1.545.693-1.545 1.804 0 .622.159 1.09.47 1.387.28.267.682.4 1.202.4.478 0 .921-.11 1.202-.293l-.122-.756a2.013 2.013 0 0 1-.958.227c-.217 0-.366-.044-.475-.138-.117-.098-.185-.258-.208-.485h1.857c.005-.053.014-.302.014-.382zm-4.483.747c-.09.17-.23.258-.393.258a.67.67 0 0 1-.302-.067v-1.644c.19-.196.361-.218.424-.218.285 0 .425.302.425.893 0 .338-.05.6-.154.778zm.931-2.133c-.199-.254-.474-.378-.827-.378-.325 0-.61.133-.876.413l-.06-.347h-.984v4.739l1.12-.182v-1.112c.172.053.348.08.507.08.28 0 .686-.07 1.002-.409.303-.324.457-.827.457-1.489 0-.587-.113-1.031-.339-1.315zm-4.312-.312h1.124v3.458H12.79v-3.458zm.564-.342a.582.582 0 1 0 0-1.164.583.583 0 0 0-.591.582c0 .32.261.582.591.582zm-1.048.294c-.316 0-.569.164-.669.457l-.067-.409h-.98v3.459h1.12v-2.245c.14-.169.338-.23.61-.23.058 0 .121 0 .198.013v-1.018a.921.921 0 0 0-.212-.027zm-2.149.866l.136-.818h-.716v-.993l-.962.156-.138.837-.338.054-.127.764h.463v1.605c0 .417.109.706.33.884.185.147.452.218.827.218.29 0 .465-.049.587-.08v-.867a1.562 1.562 0 0 1-.325.05c-.221 0-.316-.112-.316-.365v-1.445h.58zm-3.209.485c-.33-.12-.51-.214-.51-.36 0-.125.104-.196.29-.196.338 0 .686.129.925.245l.135-.823a2.639 2.639 0 0 0-1.115-.236c-.38 0-.696.098-.922.28-.235.191-.357.467-.357.8 0 .605.375.863.985 1.08.393.138.524.236.524.387 0 .147-.126.231-.357.231-.284 0-.754-.138-1.061-.316l-.136.832c.262.147.75.298 1.256.298.402 0 .736-.093.962-.27.253-.197.384-.486.384-.859 0-.618-.384-.876-1.003-1.093z" })))),
1150
350
  },
1151
351
  'card-visa': {
1152
- markup: () => (h("g", null,
1153
- h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }),
1154
- h("g", { class: "fill-primary" },
1155
- h("path", { d: "M10.88 14.204h1.162l.727-4.263h-1.162zm4.231-2.552c-.406-.197-.655-.329-.652-.528 0-.177.21-.367.665-.367.373-.006.673.07.974.213l.158-.924a3.001 3.001 0 0 0-1.042-.18c-1.148 0-1.957.579-1.963 1.408-.007.612.577.954 1.018 1.158.452.208.604.342.602.528-.003.286-.361.416-.695.416-.516 0-.776-.08-1.243-.291l-.164.954c.272.12.774.223 1.295.228 1.221 0 2.014-.572 2.023-1.457.004-.484-.305-.854-.976-1.158zm4.124-1.707h-.898c-.278 0-.486.076-.608.353l-1.726 3.907h1.22s.2-.526.245-.64l1.488.001c.035.15.141.639.141.639h1.078l-.94-4.26zm-1.433 2.747c.048-.123.523-1.34.617-1.598.157.735.004.022.348 1.598h-.965zM9.906 9.944l-1.138 2.907-.121-.59L8.24 10.3c-.07-.27-.275-.35-.527-.36H5.839l-.014.09c.455.11.863.27 1.22.467L8.078 14.2l1.23-.001 1.828-4.255h-1.23z" })))),
352
+ markup: () => (h("g", null, h("path", { d: "M2 18.667v-13.2C2 4.66 2.66 4 3.467 4h19.066C23.34 4 24 4.66 24 5.467v13.2a1.47 1.47 0 0 1-1.467 1.466H3.467A1.47 1.47 0 0 1 2 18.667z", class: "stroke-primary" }), h("g", { class: "fill-primary" }, h("path", { d: "M10.88 14.204h1.162l.727-4.263h-1.162zm4.231-2.552c-.406-.197-.655-.329-.652-.528 0-.177.21-.367.665-.367.373-.006.673.07.974.213l.158-.924a3.001 3.001 0 0 0-1.042-.18c-1.148 0-1.957.579-1.963 1.408-.007.612.577.954 1.018 1.158.452.208.604.342.602.528-.003.286-.361.416-.695.416-.516 0-.776-.08-1.243-.291l-.164.954c.272.12.774.223 1.295.228 1.221 0 2.014-.572 2.023-1.457.004-.484-.305-.854-.976-1.158zm4.124-1.707h-.898c-.278 0-.486.076-.608.353l-1.726 3.907h1.22s.2-.526.245-.64l1.488.001c.035.15.141.639.141.639h1.078l-.94-4.26zm-1.433 2.747c.048-.123.523-1.34.617-1.598.157.735.004.022.348 1.598h-.965zM9.906 9.944l-1.138 2.907-.121-.59L8.24 10.3c-.07-.27-.275-.35-.527-.36H5.839l-.014.09c.455.11.863.27 1.22.467L8.078 14.2l1.23-.001 1.828-4.255h-1.23z" })))),
1156
353
  },
1157
354
  'card-visa-color': {
1158
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
1159
- h("g", { "fill-rule": "nonzero" },
1160
- h("path", { fill: "#E6E6E6", d: "M2 7.294h22v8.941H2z" }),
1161
- h("path", { fill: "#E79800", d: "M3.435 20h19.13c.793 0 1.435-.632 1.435-1.412v-2.353H2v2.353C2 19.368 2.642 20 3.435 20z" }),
1162
- h("path", { fill: "#1A1876", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v2.353h22V5.412C24 4.632 23.358 4 22.565 4zM10.723 14.259h1.247l.781-4.507h-1.248zm4.545-2.697c-.436-.209-.703-.348-.7-.559 0-.187.226-.387.715-.387.4-.007.722.073 1.046.224l.17-.977a3.27 3.27 0 0 0-1.12-.19c-1.233 0-2.102.612-2.109 1.488-.007.647.62 1.009 1.094 1.224.486.221.65.362.647.56-.003.302-.388.44-.747.44-.554 0-.833-.085-1.336-.309l-.175 1.01c.292.125.831.234 1.391.24 1.312 0 2.164-.605 2.174-1.54.003-.513-.33-.903-1.05-1.224zm4.431-1.805h-.965c-.299 0-.522.08-.653.373l-1.854 4.13h1.31s.215-.555.264-.677l1.599.002c.037.158.152.675.152.675h1.158l-1.011-4.503zm-1.539 2.905c.052-.13.561-1.417.663-1.69.169.777.004.023.373 1.69H18.16zM9.676 9.756l-1.223 3.073-.13-.625-.438-2.07c-.075-.286-.294-.371-.565-.381H5.306l-.016.094c.49.116.928.285 1.312.494l1.11 3.914 1.32-.002 1.966-4.498H9.676z" })))),
355
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { "fill-rule": "nonzero" }, h("path", { fill: "#E6E6E6", d: "M2 7.294h22v8.941H2z" }), h("path", { fill: "#E79800", d: "M3.435 20h19.13c.793 0 1.435-.632 1.435-1.412v-2.353H2v2.353C2 19.368 2.642 20 3.435 20z" }), h("path", { fill: "#1A1876", d: "M22.565 4H3.435C2.642 4 2 4.632 2 5.412v2.353h22V5.412C24 4.632 23.358 4 22.565 4zM10.723 14.259h1.247l.781-4.507h-1.248zm4.545-2.697c-.436-.209-.703-.348-.7-.559 0-.187.226-.387.715-.387.4-.007.722.073 1.046.224l.17-.977a3.27 3.27 0 0 0-1.12-.19c-1.233 0-2.102.612-2.109 1.488-.007.647.62 1.009 1.094 1.224.486.221.65.362.647.56-.003.302-.388.44-.747.44-.554 0-.833-.085-1.336-.309l-.175 1.01c.292.125.831.234 1.391.24 1.312 0 2.164-.605 2.174-1.54.003-.513-.33-.903-1.05-1.224zm4.431-1.805h-.965c-.299 0-.522.08-.653.373l-1.854 4.13h1.31s.215-.555.264-.677l1.599.002c.037.158.152.675.152.675h1.158l-1.011-4.503zm-1.539 2.905c.052-.13.561-1.417.663-1.69.169.777.004.023.373 1.69H18.16zM9.676 9.756l-1.223 3.073-.13-.625-.438-2.07c-.075-.286-.294-.371-.565-.381H5.306l-.016.094c.49.116.928.285 1.312.494l1.11 3.914 1.32-.002 1.966-4.498H9.676z" })))),
1163
356
  },
1164
357
  cart: {
1165
- markup: () => (h("g", null,
1166
- h("path", { d: "M4.933 4.933H21.8l-2.2 8.8H4.933", class: "stroke-secondary" }),
1167
- h("g", { class: "stroke-primary", transform: "translate(2 2)" },
1168
- h("path", { d: "M0 0h2.933v14.667h18.334" }),
1169
- h("circle", { cx: "4.4", cy: "19.8", r: "2.2" }),
1170
- h("circle", { cx: "19.8", cy: "19.8", r: "2.2" })))),
358
+ markup: () => (h("g", null, h("path", { d: "M4.933 4.933H21.8l-2.2 8.8H4.933", class: "stroke-secondary" }), h("g", { class: "stroke-primary", transform: "translate(2 2)" }, h("path", { d: "M0 0h2.933v14.667h18.334" }), h("circle", { cx: "4.4", cy: "19.8", r: "2.2" }), h("circle", { cx: "19.8", cy: "19.8", r: "2.2" })))),
1171
359
  },
1172
360
  'cart-moving': {
1173
- markup: () => (h("g", null,
1174
- h("g", { class: "stroke-secondary filled", transform: "translate(4.344 19.492)" },
1175
- h("circle", { cx: "2.164", cy: "2.164", r: "2.164" }),
1176
- h("circle", { cx: "17.311", cy: "2.164", r: "2.164" })),
1177
- h("g", { class: "stroke-primary" },
1178
- h("path", { d: "M5.065 5.065h18.033l-2.164 11.541H2.18m1.443-2.885H7.95m-2.885-2.885h4.328" }),
1179
- h("path", { d: "M2.18 2.18h2.885v5.77" })))),
361
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary filled", transform: "translate(4.344 19.492)" }, h("circle", { cx: "2.164", cy: "2.164", r: "2.164" }), h("circle", { cx: "17.311", cy: "2.164", r: "2.164" })), h("g", { class: "stroke-primary" }, h("path", { d: "M5.065 5.065h18.033l-2.164 11.541H2.18m1.443-2.885H7.95m-2.885-2.885h4.328" }), h("path", { d: "M2.18 2.18h2.885v5.77" })))),
1180
362
  },
1181
363
  cash: {
1182
- markup: () => (h("g", null,
1183
- h("g", { class: "stroke-primary" },
1184
- h("path", { d: "M2 5h22v16.133H2z" }),
1185
- h("path", { d: "M18.133 7.933H7.867c0 1.657-1.277 2.934-2.934 2.934v4.4c1.657 0 2.934 1.276 2.934 2.933h10.266c0-1.657 1.277-2.933 2.934-2.933v-4.4c-1.657 0-2.934-1.277-2.934-2.934z" })),
1186
- h("circle", { cx: "13", cy: "13.067", r: "2.2", class: "stroke-secondary filled" }))),
364
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M2 5h22v16.133H2z" }), h("path", { d: "M18.133 7.933H7.867c0 1.657-1.277 2.934-2.934 2.934v4.4c1.657 0 2.934 1.276 2.934 2.933h10.266c0-1.657 1.277-2.933 2.934-2.933v-4.4c-1.657 0-2.934-1.277-2.934-2.934z" })), h("circle", { cx: "13", cy: "13.067", r: "2.2", class: "stroke-secondary filled" }))),
1187
365
  },
1188
366
  'cash-bills': {
1189
- markup: () => (h("g", null,
1190
- h("g", { class: "stroke-primary", transform: "translate(2 7.4)" },
1191
- h("path", { d: "M0 0h22v16.133H0z" }),
1192
- h("circle", { cx: "11", cy: "8.067", r: "2.2" }),
1193
- h("path", { d: "M16.133 2.933H5.867c0 1.657-1.277 2.934-2.934 2.934v4.4c1.657 0 2.934 1.276 2.934 2.933h10.266c0-1.657 1.277-2.933 2.934-2.933v-4.4c-1.657 0-2.934-1.277-2.934-2.934z" })),
1194
- h("path", { class: "stroke-secondary", d: "M5.667 5.2h14.667m-11-2.2h7.333" }))),
367
+ markup: () => (h("g", null, h("g", { class: "stroke-primary", transform: "translate(2 7.4)" }, h("path", { d: "M0 0h22v16.133H0z" }), h("circle", { cx: "11", cy: "8.067", r: "2.2" }), h("path", { d: "M16.133 2.933H5.867c0 1.657-1.277 2.934-2.934 2.934v4.4c1.657 0 2.934 1.276 2.934 2.933h10.266c0-1.657 1.277-2.933 2.934-2.933v-4.4c-1.657 0-2.934-1.277-2.934-2.934z" })), h("path", { class: "stroke-secondary", d: "M5.667 5.2h14.667m-11-2.2h7.333" }))),
1195
368
  },
1196
369
  'cash-coins': {
1197
- markup: () => (h("g", null,
1198
- h("g", { class: "stroke-primary", transform: "translate(2 2)" },
1199
- h("path", { d: "M11 16.133H0V0h22v10.267" }),
1200
- h("path", { d: "M19.067 9.533V5.867c-1.657 0-2.934-1.277-2.934-2.934H5.867c0 1.657-1.277 2.934-2.934 2.934v4.4c1.657 0 2.934 1.276 2.934 2.933H11" }),
1201
- h("circle", { cx: "11", cy: "8.067", r: "2.2" })),
1202
- h("g", { class: "stroke-secondary", transform: "translate(15 13)" },
1203
- h("path", { d: "M.2 5.867V8.8c0 1.215 1.97 2.2 4.4 2.2C7.03 11 9 10.015 9 8.8V5.867" }),
1204
- h("path", { d: "M.2 2.933v2.934c0 1.215 1.97 2.2 4.4 2.2 2.43 0 4.4-.985 4.4-2.2V2.933" }),
1205
- h("ellipse", { cx: "4.6", cy: "2.933", rx: "4.4", ry: "2.2" })))),
370
+ markup: () => (h("g", null, h("g", { class: "stroke-primary", transform: "translate(2 2)" }, h("path", { d: "M11 16.133H0V0h22v10.267" }), h("path", { d: "M19.067 9.533V5.867c-1.657 0-2.934-1.277-2.934-2.934H5.867c0 1.657-1.277 2.934-2.934 2.934v4.4c1.657 0 2.934 1.276 2.934 2.933H11" }), h("circle", { cx: "11", cy: "8.067", r: "2.2" })), h("g", { class: "stroke-secondary", transform: "translate(15 13)" }, h("path", { d: "M.2 5.867V8.8c0 1.215 1.97 2.2 4.4 2.2C7.03 11 9 10.015 9 8.8V5.867" }), h("path", { d: "M.2 2.933v2.934c0 1.215 1.97 2.2 4.4 2.2 2.43 0 4.4-.985 4.4-2.2V2.933" }), h("ellipse", { cx: "4.6", cy: "2.933", rx: "4.4", ry: "2.2" })))),
1206
371
  },
1207
372
  'cash-in-hand': {
1208
- markup: () => (h("g", null,
1209
- h("g", { class: "stroke-primary" },
1210
- h("path", { d: "M7.508 7.23V5.064a1.443 1.443 0 0 1 2.885 0V7.23m0 0V4.343a1.442 1.442 0 1 1 2.885 0v2.885m0 .002V3.622a1.443 1.443 0 1 1 2.886.001v3.606m0 .001V4.343a1.443 1.443 0 0 1 2.885 0v2.885" })),
1211
- h("g", { class: "stroke-secondary", transform: "translate(3.18 7.23)" },
1212
- h("path", { d: "M11.713 9.377H0V0h20.197v9.377h-2.164" }),
1213
- h("circle", { cx: "10.098", cy: "4.689", r: "1.803", class: "filled" }),
1214
- h("path", { d: "M5.77 2.885H2.885" })),
1215
- h("path", { class: "stroke-primary", d: "M7.508 16.607v.36a6.853 6.853 0 0 0 6.853 6.853 6.853 6.853 0 0 0 6.852-6.853v-6.852c-1.63 0-2.885 1.255-2.885 2.885v2.164c-2.224 0-4.328 1.563-4.328 3.606" }))),
373
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M7.508 7.23V5.064a1.443 1.443 0 0 1 2.885 0V7.23m0 0V4.343a1.442 1.442 0 1 1 2.885 0v2.885m0 .002V3.622a1.443 1.443 0 1 1 2.886.001v3.606m0 .001V4.343a1.443 1.443 0 0 1 2.885 0v2.885" })), h("g", { class: "stroke-secondary", transform: "translate(3.18 7.23)" }, h("path", { d: "M11.713 9.377H0V0h20.197v9.377h-2.164" }), h("circle", { cx: "10.098", cy: "4.689", r: "1.803", class: "filled" }), h("path", { d: "M5.77 2.885H2.885" })), h("path", { class: "stroke-primary", d: "M7.508 16.607v.36a6.853 6.853 0 0 0 6.853 6.853 6.853 6.853 0 0 0 6.852-6.853v-6.852c-1.63 0-2.885 1.255-2.885 2.885v2.164c-2.224 0-4.328 1.563-4.328 3.606" }))),
1216
374
  },
1217
375
  'cash-register': {
1218
- markup: () => (h("g", null,
1219
- h("path", { class: "stroke-primary", d: "M4.344 19.13v-3.967l2.885-4.328V7.95H18.77v2.885l2.885 4.328v3.967m2.164 4.689H2.18V19.13h21.639zM15.885 5.065V7.95" }),
1220
- h("path", { class: "stroke-secondary filled", d: "M13 2.18h5.77v2.885H13zm-2.885 8.656h5.77v3.246h-5.77z" }))),
376
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4.344 19.13v-3.967l2.885-4.328V7.95H18.77v2.885l2.885 4.328v3.967m2.164 4.689H2.18V19.13h21.639zM15.885 5.065V7.95" }), h("path", { class: "stroke-secondary filled", d: "M13 2.18h5.77v2.885H13zm-2.885 8.656h5.77v3.246h-5.77z" }))),
1221
377
  },
1222
378
  certificate: {
1223
- markup: () => (h("g", null,
1224
- h("path", { d: "M4.186 2.186v21.628h17.899V2.186z", class: "stroke-primary" }),
1225
- h("g", { class: "stroke-secondary", transform: "translate(7.915 5.864)" },
1226
- h("path", { d: "M0 11.983h5.966m2.984 0h1.49M0 9h5.966M8.95 9h1.49" }),
1227
- h("circle", { cx: "5.22", cy: "3.034", r: "2.983", class: "filled" })))),
379
+ markup: () => (h("g", null, h("path", { d: "M4.186 2.186v21.628h17.899V2.186z", class: "stroke-primary" }), h("g", { class: "stroke-secondary", transform: "translate(7.915 5.864)" }, h("path", { d: "M0 11.983h5.966m2.984 0h1.49M0 9h5.966M8.95 9h1.49" }), h("circle", { cx: "5.22", cy: "3.034", r: "2.983", class: "filled" })))),
1228
380
  },
1229
381
  chat: {
1230
- markup: () => (h("g", null,
1231
- h("path", { d: "M19.6 8.133H24v11h-2.933V22.8l-5.134-3.667h-4.4", class: "stroke-secondary" }),
1232
- h("path", { d: "M19.6 3H2v12.467h3.667V20.6l5.866-5.133H19.6z", class: "stroke-primary filled" }))),
382
+ markup: () => (h("g", null, h("path", { d: "M19.6 8.133H24v11h-2.933V22.8l-5.134-3.667h-4.4", class: "stroke-secondary" }), h("path", { d: "M19.6 3H2v12.467h3.667V20.6l5.866-5.133H19.6z", class: "stroke-primary filled" }))),
1233
383
  },
1234
384
  'chat-question': {
1235
- markup: () => (h("g", null,
1236
- h("path", { d: "M21.295 17.534c1.587-1.55 2.525-3.534 2.525-5.698 0-4.905-4.833-8.656-10.82-8.656S2.18 6.931 2.18 11.836c0 4.905 4.833 8.836 10.82 8.836 1.046 0 2.056-.144 3.03-.36l5.626 2.344-.36-5.122z", class: "stroke-primary filled" }),
1237
- h("g", { class: "stroke-secondary", transform: "translate(10.5 7.5)" },
1238
- h("circle", { cx: "2.375", cy: "8.875", r: "1" }),
1239
- h("path", { d: "M0 1.5C.39.625 1.328 0 2.396 0 3.828 0 5 1.125 5 2.5S3.828 5 2.396 5v1.5" })))),
385
+ markup: () => (h("g", null, h("path", { d: "M21.295 17.534c1.587-1.55 2.525-3.534 2.525-5.698 0-4.905-4.833-8.656-10.82-8.656S2.18 6.931 2.18 11.836c0 4.905 4.833 8.836 10.82 8.836 1.046 0 2.056-.144 3.03-.36l5.626 2.344-.36-5.122z", class: "stroke-primary filled" }), h("g", { class: "stroke-secondary", transform: "translate(10.5 7.5)" }, h("circle", { cx: "2.375", cy: "8.875", r: "1" }), h("path", { d: "M0 1.5C.39.625 1.328 0 2.396 0 3.828 0 5 1.125 5 2.5S3.828 5 2.396 5v1.5" })))),
1240
386
  },
1241
387
  'chat-bubbles': {
1242
- markup: () => (h("g", null,
1243
- h("path", { d: "M11.197 19.46c1.338.916 3.107 1.474 5.049 1.474a9.7 9.7 0 0 0 2.471-.32l2.939 1.763v-3.178c1.337-1.04 2.164-2.464 2.164-4.035 0-.766-.197-1.496-.553-2.164", class: "stroke-secondary" }),
1244
- h("path", { d: "M11.918 2.18C6.54 2.18 2.18 5.571 2.18 9.754c0 1.802.813 3.455 2.164 4.756v4.982l4.915-2.457c.846.186 1.736.293 2.659.293 5.378 0 9.738-3.391 9.738-7.574s-4.36-7.574-9.738-7.574z", class: "stroke-primary filled" }))),
388
+ markup: () => (h("g", null, h("path", { d: "M11.197 19.46c1.338.916 3.107 1.474 5.049 1.474a9.7 9.7 0 0 0 2.471-.32l2.939 1.763v-3.178c1.337-1.04 2.164-2.464 2.164-4.035 0-.766-.197-1.496-.553-2.164", class: "stroke-secondary" }), h("path", { d: "M11.918 2.18C6.54 2.18 2.18 5.571 2.18 9.754c0 1.802.813 3.455 2.164 4.756v4.982l4.915-2.457c.846.186 1.736.293 2.659.293 5.378 0 9.738-3.391 9.738-7.574s-4.36-7.574-9.738-7.574z", class: "stroke-primary filled" }))),
1245
389
  },
1246
390
  'chat-round': {
1247
- markup: () => (h("g", null,
1248
- h("path", { d: "M21.295 17.534c1.587-1.55 2.525-3.534 2.525-5.698 0-4.905-4.833-8.656-10.82-8.656S2.18 6.931 2.18 11.836c0 4.905 4.833 8.836 10.82 8.836 1.046 0 2.056-.144 3.03-.36l5.626 2.344-.36-5.122z", class: "stroke-primary filled" }),
1249
- h("path", { class: "stroke-secondary", d: "M7.95 9.672h10.098M7.95 14h5.77" }))),
391
+ markup: () => (h("g", null, h("path", { d: "M21.295 17.534c1.587-1.55 2.525-3.534 2.525-5.698 0-4.905-4.833-8.656-10.82-8.656S2.18 6.931 2.18 11.836c0 4.905 4.833 8.836 10.82 8.836 1.046 0 2.056-.144 3.03-.36l5.626 2.344-.36-5.122z", class: "stroke-primary filled" }), h("path", { class: "stroke-secondary", d: "M7.95 9.672h10.098M7.95 14h5.77" }))),
1250
392
  },
1251
393
  check: {
1252
- markup: () => (h("g", null,
1253
- h("path", { d: "M24 8v11H2V8z", class: "stroke-primary" }),
1254
- h("path", { class: "stroke-secondary", d: "M6.508 12.689h12.984M6.508 15.574h5.77m4.328 0h2.886" }))),
394
+ markup: () => (h("g", null, h("path", { d: "M24 8v11H2V8z", class: "stroke-primary" }), h("path", { class: "stroke-secondary", d: "M6.508 12.689h12.984M6.508 15.574h5.77m4.328 0h2.886" }))),
1255
395
  },
1256
396
  'check-add': {
1257
- markup: () => (h("g", null,
1258
- h("path", { d: "M12.494 17H2V6h22v5.5", class: "stroke-primary" }),
1259
- h("g", { class: "stroke-secondary", transform: "translate(6.508 10.689)" },
1260
- h("path", { d: "M0 0h12.984M0 2.885h5.77" }),
1261
- h("circle", { cx: "12.984", cy: "6.361", r: "4.328", class: "filled" }),
1262
- h("path", { d: "M12.984 4.918v2.885m-1.443-1.442h2.885" })))),
397
+ markup: () => (h("g", null, h("path", { d: "M12.494 17H2V6h22v5.5", class: "stroke-primary" }), h("g", { class: "stroke-secondary", transform: "translate(6.508 10.689)" }, h("path", { d: "M0 0h12.984M0 2.885h5.77" }), h("circle", { cx: "12.984", cy: "6.361", r: "4.328", class: "filled" }), h("path", { d: "M12.984 4.918v2.885m-1.443-1.442h2.885" })))),
1263
398
  },
1264
399
  'check-edit': {
1265
- markup: () => (h("g", null,
1266
- h("path", { d: "M10.475 14.082l-3.606 1.082 1.082-3.607 9.377-9.377 2.524 2.525z", class: "stroke-secondary" }),
1267
- h("g", { class: "stroke-primary" },
1268
- h("path", { d: "M6.508 17.689h12.984M6.508 20.574h5.77m4.328 0h2.886M15.566 13H24v11H2V13h2.933" })))),
400
+ markup: () => (h("g", null, h("path", { d: "M10.475 14.082l-3.606 1.082 1.082-3.607 9.377-9.377 2.524 2.525z", class: "stroke-secondary" }), h("g", { class: "stroke-primary" }, h("path", { d: "M6.508 17.689h12.984M6.508 20.574h5.77m4.328 0h2.886M15.566 13H24v11H2V13h2.933" })))),
1269
401
  },
1270
402
  'check-remove': {
1271
- markup: () => (h("g", null,
1272
- h("path", { d: "M12.494 17H2V6h22v5.5", class: "stroke-primary" }),
1273
- h("g", { class: "stroke-secondary", transform: "translate(6.508 10.689)" },
1274
- h("path", { d: "M0 0h12.984M0 2.885h5.77" }),
1275
- h("circle", { cx: "12.984", cy: "6.361", r: "4.328", class: "filled" }),
1276
- h("path", { d: "M11.541 6.361h2.885" })))),
403
+ markup: () => (h("g", null, h("path", { d: "M12.494 17H2V6h22v5.5", class: "stroke-primary" }), h("g", { class: "stroke-secondary", transform: "translate(6.508 10.689)" }, h("path", { d: "M0 0h12.984M0 2.885h5.77" }), h("circle", { cx: "12.984", cy: "6.361", r: "4.328", class: "filled" }), h("path", { d: "M11.541 6.361h2.885" })))),
1277
404
  },
1278
405
  checkmark: {
1279
406
  markup: () => (h("path", { class: "stroke-primary", d: "M5 15.222L11.032 21 21 5" })),
@@ -1282,16 +409,10 @@ const icons = {
1282
409
  markup: () => (h("path", { d: "M9.912 21.175l-7.719-7.719 3.088-3.088L9.912 15 20.719 4.193l3.088 3.088z", class: "stroke-primary filled" })),
1283
410
  },
1284
411
  'chevron-double-right': {
1285
- markup: () => (h("g", { class: "chevron-double-right" },
1286
- h("g", { class: "stroke-primary" },
1287
- h("path", { d: "M12 2l11 11-11 11" }),
1288
- h("path", { d: "M3 2l11 11L3 24" })))),
412
+ markup: () => (h("g", { class: "chevron-double-right" }, h("g", { class: "stroke-primary" }, h("path", { d: "M12 2l11 11-11 11" }), h("path", { d: "M3 2l11 11L3 24" })))),
1289
413
  },
1290
414
  'chevron-double-left': {
1291
- markup: () => (h("g", { class: "chevron-double-left" },
1292
- h("g", { class: "stroke-primary" },
1293
- h("path", { d: "M14 24L3 13 14 2" }),
1294
- h("path", { d: "M23 24L12 13 23 2" })))),
415
+ markup: () => (h("g", { class: "chevron-double-left" }, h("g", { class: "stroke-primary" }, h("path", { d: "M14 24L3 13 14 2" }), h("path", { d: "M23 24L12 13 23 2" })))),
1295
416
  },
1296
417
  'chevron-down': {
1297
418
  markup: () => (h("path", { d: "M24 8L13 19 2 8", class: "stroke-primary" })),
@@ -1306,453 +427,187 @@ const icons = {
1306
427
  markup: () => (h("path", { d: "M2 19L13 8l11 11", class: "stroke-primary" })),
1307
428
  },
1308
429
  clipboard: {
1309
- markup: () => (h("g", null,
1310
- h("g", { class: "stroke-primary" },
1311
- h("path", { d: "M19.258 5.194h2.129v18.451H4.355V5.194h2.129" }),
1312
- h("path", { d: "M15 4.484a2.129 2.129 0 1 0-4.258 0H8.613v2.839h8.516V4.484H15z", class: "filled" })),
1313
- h("g", { class: "stroke-secondary" },
1314
- h("path", { d: "M8 10.5h10m-10 4h10m-10 4h4" })))),
430
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M19.258 5.194h2.129v18.451H4.355V5.194h2.129" }), h("path", { d: "M15 4.484a2.129 2.129 0 1 0-4.258 0H8.613v2.839h8.516V4.484H15z", class: "filled" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M8 10.5h10m-10 4h10m-10 4h4" })))),
1315
431
  },
1316
432
  close: {
1317
433
  markup: () => (h("path", { class: "stroke-primary", d: "M20 6L6 20M20 20L6 6" })),
1318
434
  },
1319
435
  coins: {
1320
- markup: () => (h("g", null,
1321
- h("g", { class: "stroke-primary", transform: "translate(2 3)" },
1322
- h("path", { d: "M0 2.226v2.968c0 1.23 1.97 2.227 4.4 2.227 2.43 0 4.4-.997 4.4-2.227V2.226" }),
1323
- h("path", { d: "M0 5.194v2.969c0 1.23 1.97 2.226 4.4 2.226 2.43 0 4.4-.997 4.4-2.226V5.194" }),
1324
- h("path", { d: "M0 8.163v2.968c0 1.23 1.97 2.226 4.4 2.226" }),
1325
- h("path", { d: "M0 11.131v2.968c0 1.23 1.97 2.226 4.4 2.226" }),
1326
- h("ellipse", { cx: "4.4", cy: "2.226", rx: "4.4", ry: "2.226" }),
1327
- h("path", { d: "M13.2 5.194v2.969c0 1.23 1.97 2.226 4.4 2.226 2.43 0 4.4-.997 4.4-2.226V5.194" }),
1328
- h("path", { d: "M17.6 13.357c2.43 0 4.4-.996 4.4-2.226V8.163" }),
1329
- h("path", { d: "M17.6 16.325c2.43 0 4.4-.996 4.4-2.226v-2.968" }),
1330
- h("ellipse", { cx: "17.6", cy: "5.194", rx: "4.4", ry: "2.226" })),
1331
- h("g", { class: "stroke-secondary", transform: "translate(8.6 13.389)" },
1332
- h("path", { d: "M0 2.226v2.968c0 1.23 1.97 2.227 4.4 2.227 2.43 0 4.4-.997 4.4-2.227V2.226" }),
1333
- h("path", { d: "M0 5v2.968c0 1.23 1.97 2.226 4.4 2.226 2.43 0 4.4-.996 4.4-2.226V5" }),
1334
- h("ellipse", { cx: "4.4", cy: "2.139", rx: "4.4", ry: "2.139" })))),
436
+ markup: () => (h("g", null, h("g", { class: "stroke-primary", transform: "translate(2 3)" }, h("path", { d: "M0 2.226v2.968c0 1.23 1.97 2.227 4.4 2.227 2.43 0 4.4-.997 4.4-2.227V2.226" }), h("path", { d: "M0 5.194v2.969c0 1.23 1.97 2.226 4.4 2.226 2.43 0 4.4-.997 4.4-2.226V5.194" }), h("path", { d: "M0 8.163v2.968c0 1.23 1.97 2.226 4.4 2.226" }), h("path", { d: "M0 11.131v2.968c0 1.23 1.97 2.226 4.4 2.226" }), h("ellipse", { cx: "4.4", cy: "2.226", rx: "4.4", ry: "2.226" }), h("path", { d: "M13.2 5.194v2.969c0 1.23 1.97 2.226 4.4 2.226 2.43 0 4.4-.997 4.4-2.226V5.194" }), h("path", { d: "M17.6 13.357c2.43 0 4.4-.996 4.4-2.226V8.163" }), h("path", { d: "M17.6 16.325c2.43 0 4.4-.996 4.4-2.226v-2.968" }), h("ellipse", { cx: "17.6", cy: "5.194", rx: "4.4", ry: "2.226" })), h("g", { class: "stroke-secondary", transform: "translate(8.6 13.389)" }, h("path", { d: "M0 2.226v2.968c0 1.23 1.97 2.227 4.4 2.227 2.43 0 4.4-.997 4.4-2.227V2.226" }), h("path", { d: "M0 5v2.968c0 1.23 1.97 2.226 4.4 2.226 2.43 0 4.4-.996 4.4-2.226V5" }), h("ellipse", { cx: "4.4", cy: "2.139", rx: "4.4", ry: "2.139" })))),
1335
437
  },
1336
438
  compass: {
1337
- markup: () => (h("g", null,
1338
- h("g", { class: "stroke-primary", transform: "translate(5.667 5.667)" },
1339
- h("path", { d: "M14.667 0L9.9 9.9 0 14.667l4.767-9.9z" }),
1340
- h("circle", { cx: "7.333", cy: "7.333", r: "1.1", class: "filled" })),
1341
- h("path", { class: "stroke-secondary", d: "M13 2v2.2M24 13h-2.2M13 24v-2.2M2 13h2.2" }))),
439
+ markup: () => (h("g", null, h("g", { class: "stroke-primary", transform: "translate(5.667 5.667)" }, h("path", { d: "M14.667 0L9.9 9.9 0 14.667l4.767-9.9z" }), h("circle", { cx: "7.333", cy: "7.333", r: "1.1", class: "filled" })), h("path", { class: "stroke-secondary", d: "M13 2v2.2M24 13h-2.2M13 24v-2.2M2 13h2.2" }))),
1342
440
  },
1343
441
  conversation: {
1344
- markup: () => (h("g", null,
1345
- h("path", { d: "M24 2H11.533v10.267L15.2 9.333H24z", class: "stroke-secondary filled" }),
1346
- h("g", { class: "stroke-primary", transform: "translate(2 12.267)" },
1347
- h("circle", { cx: "17.6", cy: "2.2", r: "2.2" }),
1348
- h("circle", { cx: "4.4", cy: "2.2", r: "2.2" }),
1349
- h("path", { d: "M8.8 11V8.813c0-.52-.273-1-.721-1.265C7.366 7.126 6.129 6.6 4.4 6.6c-1.752 0-2.98.523-3.686.944A1.465 1.465 0 0 0 0 8.804V11h8.8zM22 11V8.813c0-.52-.273-1-.721-1.265-.713-.422-1.95-.948-3.679-.948-1.752 0-2.98.523-3.686.944a1.465 1.465 0 0 0-.714 1.26V11H22z" })))),
442
+ markup: () => (h("g", null, h("path", { d: "M24 2H11.533v10.267L15.2 9.333H24z", class: "stroke-secondary filled" }), h("g", { class: "stroke-primary", transform: "translate(2 12.267)" }, h("circle", { cx: "17.6", cy: "2.2", r: "2.2" }), h("circle", { cx: "4.4", cy: "2.2", r: "2.2" }), h("path", { d: "M8.8 11V8.813c0-.52-.273-1-.721-1.265C7.366 7.126 6.129 6.6 4.4 6.6c-1.752 0-2.98.523-3.686.944A1.465 1.465 0 0 0 0 8.804V11h8.8zM22 11V8.813c0-.52-.273-1-.721-1.265-.713-.422-1.95-.948-3.679-.948-1.752 0-2.98.523-3.686.944a1.465 1.465 0 0 0-.714 1.26V11H22z" })))),
1350
443
  },
1351
444
  copy: {
1352
- markup: () => (h("g", null,
1353
- h("path", { d: "M17.968 8.032h5.677v15.613H8.032v-5.677", class: "stroke-secondary" }),
1354
- h("path", { d: "M2.355 2.355h15.613v15.613H2.355z", class: "stroke-primary" }))),
445
+ markup: () => (h("g", null, h("path", { d: "M17.968 8.032h5.677v15.613H8.032v-5.677", class: "stroke-secondary" }), h("path", { d: "M2.355 2.355h15.613v15.613H2.355z", class: "stroke-primary" }))),
1355
446
  },
1356
447
  coupon: {
1357
- markup: () => (h("g", null,
1358
- h("path", { class: "stroke-secondary", d: "M17.869 9.213h-2.165m2.165 13.705h-2.165m-3.606 0H9.934m13.705-5.771v-2.164m0-3.606V9.213h-2.164m2.164 11.541v2.164h-2.164M4.164 20.754v2.164h2.164" }),
1359
- h("g", { class: "stroke-primary", transform: "translate(2 2)" },
1360
- h("path", { d: "M3.424 3.923l11.002 9.06M3.462 10.531l10.964-9.088" }),
1361
- h("circle", { cx: "2.164", cy: "12.262", r: "2.164" }),
1362
- h("circle", { cx: "2.164", cy: "2.164", r: "2.164" })))),
448
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary", d: "M17.869 9.213h-2.165m2.165 13.705h-2.165m-3.606 0H9.934m13.705-5.771v-2.164m0-3.606V9.213h-2.164m2.164 11.541v2.164h-2.164M4.164 20.754v2.164h2.164" }), h("g", { class: "stroke-primary", transform: "translate(2 2)" }, h("path", { d: "M3.424 3.923l11.002 9.06M3.462 10.531l10.964-9.088" }), h("circle", { cx: "2.164", cy: "12.262", r: "2.164" }), h("circle", { cx: "2.164", cy: "2.164", r: "2.164" })))),
1363
449
  },
1364
450
  'currency-dollar': {
1365
- markup: () => (h("g", null,
1366
- h("path", { d: "M18.999 5.916C16.189 4.655 8.733 4.086 8.733 8.6 8.733 14.23 19 12.039 19 17.007s-6.5 4.595-11 2.98", class: "stroke-primary" }),
1367
- h("path", { d: "M13.867 2v22", class: "stroke-secondary" }))),
451
+ markup: () => (h("g", null, h("path", { d: "M18.999 5.916C16.189 4.655 8.733 4.086 8.733 8.6 8.733 14.23 19 12.039 19 17.007s-6.5 4.595-11 2.98", class: "stroke-primary" }), h("path", { d: "M13.867 2v22", class: "stroke-secondary" }))),
1368
452
  },
1369
453
  'currency-dollar-circle': {
1370
- markup: () => (h("g", null,
1371
- h("circle", { cx: "13", cy: "13", r: "10.522", class: "stroke-primary" }),
1372
- h("path", { class: "stroke-secondary", d: "M13 6.304v13.391m3.228-11.268c-1.55-.853-6.434-1.489-6.434 1.447 0 3.514 6.202 2.273 6.202 5.374 0 3.101-4.03 2.868-6.822 1.86" }))),
454
+ markup: () => (h("g", null, h("circle", { cx: "13", cy: "13", r: "10.522", class: "stroke-primary" }), h("path", { class: "stroke-secondary", d: "M13 6.304v13.391m3.228-11.268c-1.55-.853-6.434-1.489-6.434 1.447 0 3.514 6.202 2.273 6.202 5.374 0 3.101-4.03 2.868-6.822 1.86" }))),
1373
455
  },
1374
456
  'currency-euro': {
1375
- markup: () => (h("g", null,
1376
- h("path", { d: "M21.642 22.962c-1.417.742-2.948.83-4.4.83-5.96 0-9.714-4.832-9.714-10.792s3.753-10.792 9.714-10.792c1.45 0 3.12.12 4.4.83", class: "stroke-primary" }),
1377
- h("path", { class: "stroke-secondary", d: "M4.208 10.51h12.453M4.208 15.491h12.453" }))),
457
+ markup: () => (h("g", null, h("path", { d: "M21.642 22.962c-1.417.742-2.948.83-4.4.83-5.96 0-9.714-4.832-9.714-10.792s3.753-10.792 9.714-10.792c1.45 0 3.12.12 4.4.83", class: "stroke-primary" }), h("path", { class: "stroke-secondary", d: "M4.208 10.51h12.453M4.208 15.491h12.453" }))),
1378
458
  },
1379
459
  'currency-pound': {
1380
- markup: () => (h("g", null,
1381
- h("path", { class: "stroke-primary", d: "M20.233 5.735c-1.545-2.317-2.832-3.531-5.885-3.531-3.25 0-5.885 2.454-5.885 5.704v15.481m-3.259 0h15.481" }),
1382
- h("path", { d: "M5.204 13.611h9.777", class: "stroke-secondary" }))),
460
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M20.233 5.735c-1.545-2.317-2.832-3.531-5.885-3.531-3.25 0-5.885 2.454-5.885 5.704v15.481m-3.259 0h15.481" }), h("path", { d: "M5.204 13.611h9.777", class: "stroke-secondary" }))),
1383
461
  },
1384
462
  'currency-yen': {
1385
- markup: () => (h("g", null,
1386
- h("path", { class: "stroke-primary", d: "M6.2 2.2l7.2 9.6 7.2-9.6m-7.2 9.6v12" }),
1387
- h("path", { class: "stroke-secondary", d: "M7 12.2h12.8M7 17h12.8" }))),
463
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M6.2 2.2l7.2 9.6 7.2-9.6m-7.2 9.6v12" }), h("path", { class: "stroke-secondary", d: "M7 12.2h12.8M7 17h12.8" }))),
1388
464
  },
1389
465
  dashboard: {
1390
- markup: () => (h("g", { class: "dashboard" },
1391
- h("path", { d: "M0 0h26v26H0z" }),
1392
- h("g", { class: "stroke-primary filled" },
1393
- h("path", { d: "M3 3h9v12H3z" }),
1394
- h("path", { d: "M3 18h9v5H3z" }),
1395
- h("path", { d: "M14.5 3h9v7h-9z" }),
1396
- h("path", { d: "M14.5 13h9v10h-9z" })))),
466
+ markup: () => (h("g", { class: "dashboard" }, h("path", { d: "M0 0h26v26H0z" }), h("g", { class: "stroke-primary filled" }, h("path", { d: "M3 3h9v12H3z" }), h("path", { d: "M3 18h9v5H3z" }), h("path", { d: "M14.5 3h9v7h-9z" }), h("path", { d: "M14.5 13h9v10h-9z" })))),
1397
467
  },
1398
468
  desktop: {
1399
- markup: () => (h("g", null,
1400
- h("path", { class: "stroke-primary", d: "M22.377 19.77H3.623a1.443 1.443 0 0 1-1.443-1.442V4.623c0-.797.646-1.443 1.443-1.443h18.754c.796 0 1.442.646 1.442 1.443v13.705c0 .796-.646 1.442-1.442 1.442zM2.18 15.442h21.64" }),
1401
- h("path", { class: "stroke-secondary", d: "M15.163 21.574v1.803m-4.328 0v-1.803M7.95 23.377h10.098m-5.77-17.311h1.442" }))),
469
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M22.377 19.77H3.623a1.443 1.443 0 0 1-1.443-1.442V4.623c0-.797.646-1.443 1.443-1.443h18.754c.796 0 1.442.646 1.442 1.443v13.705c0 .796-.646 1.442-1.442 1.442zM2.18 15.442h21.64" }), h("path", { class: "stroke-secondary", d: "M15.163 21.574v1.803m-4.328 0v-1.803M7.95 23.377h10.098m-5.77-17.311h1.442" }))),
1402
470
  },
1403
471
  diploma: {
1404
- markup: () => (h("g", null,
1405
- h("g", { class: "stroke-primary" },
1406
- h("path", { d: "M17.258 6.903l-5.677-3.548-5.678 3.548m8.517 14.194H2.355V6.903h19.161v5.264m-14.903-.296h7.097m-7.097 4.258h4.258" })),
1407
- h("g", { class: "stroke-secondary", transform: "translate(16.548 11.871)" },
1408
- h("path", { d: "M6.387 5.677v6.417l-2.839-1.449-2.838 1.42V5.677" }),
1409
- h("circle", { cx: "3.548", cy: "3.548", r: "3.548" })))),
472
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M17.258 6.903l-5.677-3.548-5.678 3.548m8.517 14.194H2.355V6.903h19.161v5.264m-14.903-.296h7.097m-7.097 4.258h4.258" })), h("g", { class: "stroke-secondary", transform: "translate(16.548 11.871)" }, h("path", { d: "M6.387 5.677v6.417l-2.839-1.449-2.838 1.42V5.677" }), h("circle", { cx: "3.548", cy: "3.548", r: "3.548" })))),
1410
473
  },
1411
474
  divider: {
1412
- markup: () => (h("g", { class: "divider" },
1413
- h("g", { class: "stroke-primary" },
1414
- h("path", { d: "M3 5h20v5H3z" }),
1415
- h("path", { d: "M3 17h20v5H3z" })),
1416
- h("path", { d: "M2 13.5h22", class: "stroke-secondary" }))),
475
+ markup: () => (h("g", { class: "divider" }, h("g", { class: "stroke-primary" }, h("path", { d: "M3 5h20v5H3z" }), h("path", { d: "M3 17h20v5H3z" })), h("path", { d: "M2 13.5h22", class: "stroke-secondary" }))),
1417
476
  },
1418
477
  document: {
1419
- markup: () => (h("g", null,
1420
- h("path", { d: "M15.733 2H4v22h17.6V7.867z", class: "stroke-primary" }),
1421
- h("path", { d: "M15.733 2v5.867H21.6z", class: "stroke-primary filled" }),
1422
- h("path", { class: "stroke-secondary", d: "M8.4 18.867h8.8M8.4 15.2h8.8m-8.8-3.666h8.8M8.4 7.867h2.933" }))),
478
+ markup: () => (h("g", null, h("path", { d: "M15.733 2H4v22h17.6V7.867z", class: "stroke-primary" }), h("path", { d: "M15.733 2v5.867H21.6z", class: "stroke-primary filled" }), h("path", { class: "stroke-secondary", d: "M8.4 18.867h8.8M8.4 15.2h8.8m-8.8-3.666h8.8M8.4 7.867h2.933" }))),
1423
479
  },
1424
480
  'document-add': {
1425
- markup: () => (h("g", null,
1426
- h("g", { class: "stroke-primary" },
1427
- h("path", { d: "M21.594 13.381V7.899L15.733 2H4v22h10.651" }),
1428
- h("path", { d: "M15.733 2v5.867H21.6" })),
1429
- h("g", { class: "stroke-secondary", transform: "translate(8.4 7.867)" },
1430
- h("path", { d: "M0 11h4.1M0 7.333h6.1M0 3.667h8.8M0 0h2.933" }),
1431
- h("circle", { cx: "11.367", cy: "11.733", r: "4.4", class: "filled" }),
1432
- h("path", { d: "M11.367 10.267V13.2M9.9 11.733h2.933" })))),
481
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M21.594 13.381V7.899L15.733 2H4v22h10.651" }), h("path", { d: "M15.733 2v5.867H21.6" })), h("g", { class: "stroke-secondary", transform: "translate(8.4 7.867)" }, h("path", { d: "M0 11h4.1M0 7.333h6.1M0 3.667h8.8M0 0h2.933" }), h("circle", { cx: "11.367", cy: "11.733", r: "4.4", class: "filled" }), h("path", { d: "M11.367 10.267V13.2M9.9 11.733h2.933" })))),
1433
482
  },
1434
483
  'document-checklist': {
1435
- markup: () => (h("g", null,
1436
- h("path", { class: "stroke-primary", d: "M22.207 2H4v22l3.034-1.897L10.069 24l3.034-1.897L16.138 24l3.034-1.897L22.207 24zm-9.104 6.069h5.31m-5.31 5.31h5.31m-5.31 5.31h5.31m-10.62 0H9.31" }),
1437
- h("path", { class: "stroke-secondary", d: "M7.793 8.069l.759.759 2.275-2.276M7.793 13.38l.759.758 2.275-2.276" }))),
484
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M22.207 2H4v22l3.034-1.897L10.069 24l3.034-1.897L16.138 24l3.034-1.897L22.207 24zm-9.104 6.069h5.31m-5.31 5.31h5.31m-5.31 5.31h5.31m-10.62 0H9.31" }), h("path", { class: "stroke-secondary", d: "M7.793 8.069l.759.759 2.275-2.276M7.793 13.38l.759.758 2.275-2.276" }))),
1438
485
  },
1439
486
  'document-remove': {
1440
- markup: () => (h("g", null,
1441
- h("g", { class: "stroke-primary" },
1442
- h("path", { d: "M21.594 13.381V7.899L15.733 2H4v22h10.651" }),
1443
- h("path", { d: "M15.733 2v5.867H21.6" })),
1444
- h("g", { class: "stroke-secondary", transform: "translate(8.4 7.867)" },
1445
- h("path", { d: "M0 11h4.1M0 7.333h6.1M0 3.667h8.8M0 0h2.933" }),
1446
- h("circle", { cx: "11.367", cy: "11.733", r: "4.4", class: "filled" }),
1447
- h("path", { d: "M9.9 11.733h2.933" })))),
487
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M21.594 13.381V7.899L15.733 2H4v22h10.651" }), h("path", { d: "M15.733 2v5.867H21.6" })), h("g", { class: "stroke-secondary", transform: "translate(8.4 7.867)" }, h("path", { d: "M0 11h4.1M0 7.333h6.1M0 3.667h8.8M0 0h2.933" }), h("circle", { cx: "11.367", cy: "11.733", r: "4.4", class: "filled" }), h("path", { d: "M9.9 11.733h2.933" })))),
1448
488
  },
1449
489
  download: {
1450
- markup: () => (h("g", null,
1451
- h("path", { class: "stroke-secondary", d: "M13 2v16.133m5.866-5.866L13 18.133l-5.867-5.866" }),
1452
- h("path", { d: "M2 19.233v4.4h22v-4.4", class: "stroke-primary" }))),
490
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary", d: "M13 2v16.133m5.866-5.866L13 18.133l-5.867-5.866" }), h("path", { d: "M2 19.233v4.4h22v-4.4", class: "stroke-primary" }))),
1453
491
  },
1454
492
  'drag-handle': {
1455
- markup: () => (h("g", null,
1456
- h("g", { class: "filled" },
1457
- h("path", { d: "M9 3h3v3H9zm6 0h3v3h-3zm-6 8h3v3H9zm6 0h3v3h-3zm-6 8h3v3H9zm6 0h3v3h-3z" })))),
493
+ markup: () => (h("g", null, h("g", { class: "filled" }, h("path", { d: "M9 3h3v3H9zm6 0h3v3h-3zm-6 8h3v3H9zm6 0h3v3h-3zm-6 8h3v3H9zm6 0h3v3h-3z" })))),
1458
494
  },
1459
495
  edit: {
1460
- markup: () => (h("g", null,
1461
- h("path", { d: "M7.6 23.2L2 24l.8-5.6L19.2 2 24 6.8z", class: "stroke-primary" }),
1462
- h("path", { class: "stroke-secondary", d: "M2.8 18.4l4.8 4.8m8.4-18l4.8 4.8" }))),
496
+ markup: () => (h("g", null, h("path", { d: "M7.6 23.2L2 24l.8-5.6L19.2 2 24 6.8z", class: "stroke-primary" }), h("path", { class: "stroke-secondary", d: "M2.8 18.4l4.8 4.8m8.4-18l4.8 4.8" }))),
1463
497
  },
1464
498
  ellipsis: {
1465
- markup: () => (h("g", { class: "stroke-primary uniform" },
1466
- h("circle", { cx: "22", cy: "13", r: "1.45" }),
1467
- h("circle", { cx: "13", cy: "13", r: "1.45" }),
1468
- h("circle", { cx: "4", cy: "13", r: "1.45" }))),
499
+ markup: () => (h("g", { class: "stroke-primary uniform" }, h("circle", { cx: "22", cy: "13", r: "1.45" }), h("circle", { cx: "13", cy: "13", r: "1.45" }), h("circle", { cx: "4", cy: "13", r: "1.45" }))),
1469
500
  },
1470
501
  error: {
1471
- markup: () => (h("g", null,
1472
- h("path", { d: "M2 23.429L13 3l11 20.429z", class: "stroke-primary" }),
1473
- h("g", { class: "stroke-secondary", transform: "translate(11.607 9.857)" },
1474
- h("path", { d: "M1.393.643v5" }),
1475
- h("circle", { cx: "1.393", cy: "9.393", r: "1" })))),
502
+ markup: () => (h("g", null, h("path", { d: "M2 23.429L13 3l11 20.429z", class: "stroke-primary" }), h("g", { class: "stroke-secondary", transform: "translate(11.607 9.857)" }, h("path", { d: "M1.393.643v5" }), h("circle", { cx: "1.393", cy: "9.393", r: "1" })))),
1476
503
  },
1477
504
  'external-link': {
1478
- markup: () => (h("g", null,
1479
- h("path", { d: "M9.333 6.4H2V24h17.6v-7.333", class: "stroke-primary" }),
1480
- h("path", { class: "stroke-secondary", d: "M11.533 14.467L24 2m-8.8 0H24v8.8" }))),
505
+ markup: () => (h("g", null, h("path", { d: "M9.333 6.4H2V24h17.6v-7.333", class: "stroke-primary" }), h("path", { class: "stroke-secondary", d: "M11.533 14.467L24 2m-8.8 0H24v8.8" }))),
1481
506
  },
1482
507
  'eye-hide': {
1483
- markup: () => (h("g", null,
1484
- h("path", { d: "M2 13.071S6.95 6 13 6c6.01 0 11 7.071 11 7.071s-5.029 7.072-11 7.072c-6.01 0-11-7.072-11-7.072z", class: "stroke-primary" }),
1485
- h("circle", { cx: "13", cy: "13.071", r: "3.929", class: "stroke-secondary" }),
1486
- h("path", { d: "M3 22.857L21.857 4", class: "stroke-primary" }))),
508
+ markup: () => (h("g", null, h("path", { d: "M2 13.071S6.95 6 13 6c6.01 0 11 7.071 11 7.071s-5.029 7.072-11 7.072c-6.01 0-11-7.072-11-7.072z", class: "stroke-primary" }), h("circle", { cx: "13", cy: "13.071", r: "3.929", class: "stroke-secondary" }), h("path", { d: "M3 22.857L21.857 4", class: "stroke-primary" }))),
1487
509
  },
1488
510
  'eye-show': {
1489
- markup: () => (h("g", null,
1490
- h("path", { d: "M2 13.071S6.95 6 13 6c6.01 0 11 7.071 11 7.071s-5.029 7.072-11 7.072c-6.01 0-11-7.072-11-7.072z", class: "stroke-primary" }),
1491
- h("circle", { cx: "13", cy: "13.071", r: "3.929", class: "stroke-secondary" }))),
511
+ markup: () => (h("g", null, h("path", { d: "M2 13.071S6.95 6 13 6c6.01 0 11 7.071 11 7.071s-5.029 7.072-11 7.072c-6.01 0-11-7.072-11-7.072z", class: "stroke-primary" }), h("circle", { cx: "13", cy: "13.071", r: "3.929", class: "stroke-secondary" }))),
1492
512
  },
1493
513
  'face-id': {
1494
- markup: () => (h("g", null,
1495
- h("path", { class: "stroke-secondary", d: "M7.5 2H3.9C2.596 2 2 2.669 2 3.627V7.5M2 18v3.6c0 1.304.669 1.9 1.627 1.9H7.5m16-16V3.9c0-1.304-.669-1.9-1.627-1.9H18m0 21.5h3.6c1.304 0 1.9-.669 1.9-1.627V18" }),
1496
- h("path", { class: "stroke-primary", d: "M8.5 9.5v2m9-2v2m-4.25-2v4.633c0 .773-.566 1.095-1.398 1.095M9.534 17.84c1.097.923 2.23 1.374 3.401 1.354 1.17-.02 2.305-.51 3.402-1.47" }))),
514
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary", d: "M7.5 2H3.9C2.596 2 2 2.669 2 3.627V7.5M2 18v3.6c0 1.304.669 1.9 1.627 1.9H7.5m16-16V3.9c0-1.304-.669-1.9-1.627-1.9H18m0 21.5h3.6c1.304 0 1.9-.669 1.9-1.627V18" }), h("path", { class: "stroke-primary", d: "M8.5 9.5v2m9-2v2m-4.25-2v4.633c0 .773-.566 1.095-1.398 1.095M9.534 17.84c1.097.923 2.23 1.374 3.401 1.354 1.17-.02 2.305-.51 3.402-1.47" }))),
1497
515
  },
1498
516
  filebox: {
1499
- markup: () => (h("g", null,
1500
- h("path", { d: "M2.18 3.18h21.639v4.328H2.18z", class: "stroke-secondary" }),
1501
- h("path", { d: "M21.656 9.672v12.262H4.344V9.672", class: "stroke-primary" }),
1502
- h("path", { d: "M10.115 11.115h5.77v3.607h-5.77z", class: "stroke-secondary filled" }))),
517
+ markup: () => (h("g", null, h("path", { d: "M2.18 3.18h21.639v4.328H2.18z", class: "stroke-secondary" }), h("path", { d: "M21.656 9.672v12.262H4.344V9.672", class: "stroke-primary" }), h("path", { d: "M10.115 11.115h5.77v3.607h-5.77z", class: "stroke-secondary filled" }))),
1503
518
  },
1504
519
  'filetype-csv': {
1505
- markup: () => (h("g", null,
1506
- h("g", { class: "stroke-secondary" },
1507
- h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })),
1508
- h("g", { class: "stroke-primary" },
1509
- h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }),
1510
- h("path", { d: "M15.566 2v5.867h5.867" })),
1511
- h("g", { class: "filled" },
1512
- h("path", { d: "M9.82 15.57a.783.783 0 0 0-.623.293c-.147.184-.22.477-.22.844 0 .77.293 1.136.843 1.136.257 0 .513-.073.88-.183v.623c-.293.11-.587.184-.953.184-.514 0-.88-.147-1.137-.44-.257-.294-.403-.734-.403-1.284 0-.366.073-.66.183-.916.11-.257.33-.477.55-.624.257-.146.513-.22.843-.22a2 2 0 0 1 .99.257l-.183.55c-.11-.073-.257-.11-.367-.147a1.56 1.56 0 0 0-.403-.073zm3.703 1.907c0 .293-.11.55-.33.733-.22.183-.513.257-.916.257-.367 0-.697-.074-.954-.22v-.66c.22.11.44.183.587.22.147.036.293.073.44.073a.92.92 0 0 0 .367-.073.333.333 0 0 0 .11-.257c0-.073-.037-.11-.074-.183-.036-.074-.11-.11-.146-.147l-.44-.22c-.22-.11-.367-.183-.477-.293a1.142 1.142 0 0 1-.257-.33.871.871 0 0 1-.11-.44c0-.294.11-.55.294-.697.22-.183.476-.257.843-.257.183 0 .33.037.513.074.147.036.33.11.514.183l-.22.55c-.184-.073-.33-.11-.44-.147-.11-.036-.22-.036-.367-.036s-.257.036-.33.11c-.073.073-.073.11-.073.22 0 .073 0 .11.036.183.037.073.074.11.147.147.073.036.22.11.44.256.33.147.55.294.66.44.11.147.183.294.183.514zm2.64-2.457h.734l-1.137 3.41h-.77l-1.137-3.41h.734l.623 2.017c.037.11.073.256.11.403.037.147.073.257.073.33 0-.147.074-.403.184-.733l.586-2.017z" })),
1513
- h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }))),
520
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })), h("g", { class: "stroke-primary" }, h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }), h("path", { d: "M15.566 2v5.867h5.867" })), h("g", { class: "filled" }, h("path", { d: "M9.82 15.57a.783.783 0 0 0-.623.293c-.147.184-.22.477-.22.844 0 .77.293 1.136.843 1.136.257 0 .513-.073.88-.183v.623c-.293.11-.587.184-.953.184-.514 0-.88-.147-1.137-.44-.257-.294-.403-.734-.403-1.284 0-.366.073-.66.183-.916.11-.257.33-.477.55-.624.257-.146.513-.22.843-.22a2 2 0 0 1 .99.257l-.183.55c-.11-.073-.257-.11-.367-.147a1.56 1.56 0 0 0-.403-.073zm3.703 1.907c0 .293-.11.55-.33.733-.22.183-.513.257-.916.257-.367 0-.697-.074-.954-.22v-.66c.22.11.44.183.587.22.147.036.293.073.44.073a.92.92 0 0 0 .367-.073.333.333 0 0 0 .11-.257c0-.073-.037-.11-.074-.183-.036-.074-.11-.11-.146-.147l-.44-.22c-.22-.11-.367-.183-.477-.293a1.142 1.142 0 0 1-.257-.33.871.871 0 0 1-.11-.44c0-.294.11-.55.294-.697.22-.183.476-.257.843-.257.183 0 .33.037.513.074.147.036.33.11.514.183l-.22.55c-.184-.073-.33-.11-.44-.147-.11-.036-.22-.036-.367-.036s-.257.036-.33.11c-.073.073-.073.11-.073.22 0 .073 0 .11.036.183.037.073.074.11.147.147.073.036.22.11.44.256.33.147.55.294.66.44.11.147.183.294.183.514zm2.64-2.457h.734l-1.137 3.41h-.77l-1.137-3.41h.734l.623 2.017c.037.11.073.256.11.403.037.147.073.257.073.33 0-.147.074-.403.184-.733l.586-2.017z" })), h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }))),
1514
521
  },
1515
522
  'filetype-doc': {
1516
- markup: () => (h("g", null,
1517
- h("g", { class: "stroke-secondary" },
1518
- h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })),
1519
- h("g", { class: "stroke-primary" },
1520
- h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }),
1521
- h("path", { d: "M15.566 2v5.867h5.867" })),
1522
- h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }),
1523
- h("g", { class: "filled" },
1524
- h("path", { d: "M10.616 16.777c0 .55-.146.99-.476 1.283-.33.294-.77.44-1.394.44h-.953v-3.41h1.063c.55 0 .99.147 1.284.44.33.294.476.697.476 1.247zm-.77 0c0-.733-.33-1.1-.953-1.1h-.367v2.2h.294c.696.037 1.026-.33 1.026-1.1zm4.657 0c0 .55-.147.99-.403 1.283-.294.294-.697.44-1.21.44-.514 0-.917-.146-1.21-.44-.294-.293-.404-.733-.404-1.32 0-.55.147-.99.404-1.283.293-.293.696-.44 1.21-.44.513 0 .916.147 1.21.44.256.33.403.77.403 1.32zm-2.493 0c0 .367.073.66.22.843.146.184.366.294.66.294.586 0 .88-.367.88-1.137s-.294-1.137-.844-1.137c-.293 0-.513.11-.66.294-.183.183-.256.476-.256.843zm4.73-1.137a.783.783 0 0 0-.624.294c-.146.183-.22.476-.22.843 0 .77.294 1.137.844 1.137.256 0 .513-.074.88-.184v.624c-.294.146-.587.183-.954.183-.513 0-.88-.147-1.136-.44-.257-.293-.404-.733-.404-1.283 0-.367.074-.66.184-.917.146-.257.33-.477.55-.623.256-.147.513-.22.843-.22.33 0 .66.073.99.256l-.22.587c-.11-.073-.257-.11-.367-.147a.62.62 0 0 0-.366-.11z" })))),
523
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })), h("g", { class: "stroke-primary" }, h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }), h("path", { d: "M15.566 2v5.867h5.867" })), h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }), h("g", { class: "filled" }, h("path", { d: "M10.616 16.777c0 .55-.146.99-.476 1.283-.33.294-.77.44-1.394.44h-.953v-3.41h1.063c.55 0 .99.147 1.284.44.33.294.476.697.476 1.247zm-.77 0c0-.733-.33-1.1-.953-1.1h-.367v2.2h.294c.696.037 1.026-.33 1.026-1.1zm4.657 0c0 .55-.147.99-.403 1.283-.294.294-.697.44-1.21.44-.514 0-.917-.146-1.21-.44-.294-.293-.404-.733-.404-1.32 0-.55.147-.99.404-1.283.293-.293.696-.44 1.21-.44.513 0 .916.147 1.21.44.256.33.403.77.403 1.32zm-2.493 0c0 .367.073.66.22.843.146.184.366.294.66.294.586 0 .88-.367.88-1.137s-.294-1.137-.844-1.137c-.293 0-.513.11-.66.294-.183.183-.256.476-.256.843zm4.73-1.137a.783.783 0 0 0-.624.294c-.146.183-.22.476-.22.843 0 .77.294 1.137.844 1.137.256 0 .513-.074.88-.184v.624c-.294.146-.587.183-.954.183-.513 0-.88-.147-1.136-.44-.257-.293-.404-.733-.404-1.283 0-.367.074-.66.184-.917.146-.257.33-.477.55-.623.256-.147.513-.22.843-.22.33 0 .66.073.99.256l-.22.587c-.11-.073-.257-.11-.367-.147a.62.62 0 0 0-.366-.11z" })))),
1525
524
  },
1526
525
  'filetype-docx': {
1527
- markup: () => (h("g", null,
1528
- h("g", { class: "stroke-secondary" },
1529
- h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })),
1530
- h("g", { class: "stroke-primary" },
1531
- h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }),
1532
- h("path", { d: "M15.566 2v5.867h5.867" })),
1533
- h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }),
1534
- h("g", { class: "filled" },
1535
- h("path", { d: "M8.967 16.777c0 .55-.147.99-.477 1.283-.33.293-.77.44-1.393.44h-.954v-3.41h1.064c.55 0 .99.147 1.283.44.33.293.477.697.477 1.247zm-.734 0c0-.734-.33-1.1-.953-1.1h-.367v2.2h.294c.66.036 1.026-.33 1.026-1.1zm4.62 0c0 .55-.146.99-.403 1.283-.293.293-.697.44-1.21.44s-.917-.147-1.21-.44c-.293-.293-.403-.733-.403-1.32 0-.55.146-.99.403-1.283.257-.294.697-.44 1.21-.44s.917.146 1.21.44c.257.33.403.77.403 1.32zm-2.493 0c0 .366.073.66.22.843.147.183.367.293.66.293.587 0 .88-.366.88-1.136 0-.77-.293-1.137-.843-1.137-.294 0-.514.11-.66.293-.184.184-.257.477-.257.844zm4.73-1.137a.783.783 0 0 0-.623.293c-.147.184-.22.477-.22.844 0 .77.293 1.136.843 1.136.257 0 .513-.073.88-.183v.623c-.293.11-.587.184-.953.184-.514 0-.88-.147-1.137-.44-.257-.294-.403-.734-.403-1.284 0-.366.073-.66.183-.916.11-.257.33-.477.55-.624.257-.146.513-.22.843-.22a2 2 0 0 1 .99.257l-.22.587c-.11-.074-.256-.11-.366-.147-.11-.037-.22-.11-.367-.11zm4.473 2.86h-.806l-.807-1.283-.807 1.283h-.77l1.137-1.76-1.063-1.65h.806l.734 1.21.733-1.21h.77l-1.063 1.687z" })))),
526
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })), h("g", { class: "stroke-primary" }, h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }), h("path", { d: "M15.566 2v5.867h5.867" })), h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }), h("g", { class: "filled" }, h("path", { d: "M8.967 16.777c0 .55-.147.99-.477 1.283-.33.293-.77.44-1.393.44h-.954v-3.41h1.064c.55 0 .99.147 1.283.44.33.293.477.697.477 1.247zm-.734 0c0-.734-.33-1.1-.953-1.1h-.367v2.2h.294c.66.036 1.026-.33 1.026-1.1zm4.62 0c0 .55-.146.99-.403 1.283-.293.293-.697.44-1.21.44s-.917-.147-1.21-.44c-.293-.293-.403-.733-.403-1.32 0-.55.146-.99.403-1.283.257-.294.697-.44 1.21-.44s.917.146 1.21.44c.257.33.403.77.403 1.32zm-2.493 0c0 .366.073.66.22.843.147.183.367.293.66.293.587 0 .88-.366.88-1.136 0-.77-.293-1.137-.843-1.137-.294 0-.514.11-.66.293-.184.184-.257.477-.257.844zm4.73-1.137a.783.783 0 0 0-.623.293c-.147.184-.22.477-.22.844 0 .77.293 1.136.843 1.136.257 0 .513-.073.88-.183v.623c-.293.11-.587.184-.953.184-.514 0-.88-.147-1.137-.44-.257-.294-.403-.734-.403-1.284 0-.366.073-.66.183-.916.11-.257.33-.477.55-.624.257-.146.513-.22.843-.22a2 2 0 0 1 .99.257l-.22.587c-.11-.074-.256-.11-.366-.147-.11-.037-.22-.11-.367-.11zm4.473 2.86h-.806l-.807-1.283-.807 1.283h-.77l1.137-1.76-1.063-1.65h.806l.734 1.21.733-1.21h.77l-1.063 1.687z" })))),
1536
527
  },
1537
528
  'filetype-gif': {
1538
- markup: () => (h("g", null,
1539
- h("g", { class: "stroke-secondary" },
1540
- h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })),
1541
- h("g", { class: "stroke-primary" },
1542
- h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }),
1543
- h("path", { d: "M15.566 2v5.867h5.867" })),
1544
- h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }),
1545
- h("g", { class: "filled" },
1546
- h("path", { d: "M10.433 16.593h1.357v1.76c-.22.074-.44.11-.623.147-.184.037-.404.037-.587.037-.513 0-.917-.147-1.173-.44-.257-.294-.404-.734-.404-1.284s.147-.99.477-1.283c.33-.293.733-.477 1.32-.477.367 0 .697.074 1.027.22l-.294.55a1.97 1.97 0 0 0-.77-.183c-.33 0-.55.11-.733.33a1.24 1.24 0 0 0-.293.843c0 .367.073.66.22.844.146.183.366.293.66.293.146 0 .293 0 .476-.037v-.696h-.66v-.624zm2.274 1.907v-3.41h.733v3.41zm2.383 0h-.697v-3.41H16.3v.587h-1.247v.88h1.137v.586h-1.137V18.5z" })))),
529
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })), h("g", { class: "stroke-primary" }, h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }), h("path", { d: "M15.566 2v5.867h5.867" })), h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }), h("g", { class: "filled" }, h("path", { d: "M10.433 16.593h1.357v1.76c-.22.074-.44.11-.623.147-.184.037-.404.037-.587.037-.513 0-.917-.147-1.173-.44-.257-.294-.404-.734-.404-1.284s.147-.99.477-1.283c.33-.293.733-.477 1.32-.477.367 0 .697.074 1.027.22l-.294.55a1.97 1.97 0 0 0-.77-.183c-.33 0-.55.11-.733.33a1.24 1.24 0 0 0-.293.843c0 .367.073.66.22.844.146.183.366.293.66.293.146 0 .293 0 .476-.037v-.696h-.66v-.624zm2.274 1.907v-3.41h.733v3.41zm2.383 0h-.697v-3.41H16.3v.587h-1.247v.88h1.137v.586h-1.137V18.5z" })))),
1547
530
  },
1548
531
  'filetype-iso': {
1549
- markup: () => (h("g", null,
1550
- h("g", { class: "stroke-secondary" },
1551
- h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })),
1552
- h("g", { class: "stroke-primary" },
1553
- h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }),
1554
- h("path", { d: "M15.566 2v5.867h5.867" })),
1555
- h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }),
1556
- h("g", { class: "filled" },
1557
- h("path", { d: "M8.967 18.5v-3.41H9.7v3.41zm3.666-.953c0 .293-.11.55-.33.733-.22.183-.513.257-.916.257-.367 0-.697-.074-.954-.22v-.66c.22.11.44.183.587.22.147.036.293.073.44.073a.92.92 0 0 0 .367-.073.333.333 0 0 0 .11-.257c0-.073-.037-.11-.074-.183-.036-.074-.11-.11-.146-.147l-.44-.22c-.22-.11-.367-.183-.477-.293a1.142 1.142 0 0 1-.257-.33.74.74 0 0 1-.11-.404c0-.293.11-.55.294-.696.22-.184.476-.257.843-.257.183 0 .33.037.513.073.147.037.33.11.514.184l-.22.55c-.184-.074-.33-.11-.44-.147-.11-.037-.22-.037-.367-.037s-.257.037-.33.11c-.073.074-.073.074-.073.184 0 .073 0 .11.036.183.037.073.074.11.147.147.073.036.22.11.44.256.33.147.55.294.66.44.11.147.183.294.183.514zm3.814-.77c0 .55-.147.99-.404 1.283-.293.293-.696.44-1.21.44-.513 0-.916-.147-1.21-.44-.293-.293-.403-.733-.403-1.32 0-.55.147-.99.403-1.283.294-.294.697-.44 1.21-.44.514 0 .917.146 1.21.44.257.33.404.77.404 1.32zm-2.494 0c0 .366.074.66.22.843.147.183.367.293.66.293.587 0 .88-.366.88-1.136 0-.77-.293-1.137-.843-1.137-.293 0-.513.11-.66.293-.183.184-.257.477-.257.844z" })))),
532
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })), h("g", { class: "stroke-primary" }, h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }), h("path", { d: "M15.566 2v5.867h5.867" })), h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }), h("g", { class: "filled" }, h("path", { d: "M8.967 18.5v-3.41H9.7v3.41zm3.666-.953c0 .293-.11.55-.33.733-.22.183-.513.257-.916.257-.367 0-.697-.074-.954-.22v-.66c.22.11.44.183.587.22.147.036.293.073.44.073a.92.92 0 0 0 .367-.073.333.333 0 0 0 .11-.257c0-.073-.037-.11-.074-.183-.036-.074-.11-.11-.146-.147l-.44-.22c-.22-.11-.367-.183-.477-.293a1.142 1.142 0 0 1-.257-.33.74.74 0 0 1-.11-.404c0-.293.11-.55.294-.696.22-.184.476-.257.843-.257.183 0 .33.037.513.073.147.037.33.11.514.184l-.22.55c-.184-.074-.33-.11-.44-.147-.11-.037-.22-.037-.367-.037s-.257.037-.33.11c-.073.074-.073.074-.073.184 0 .073 0 .11.036.183.037.073.074.11.147.147.073.036.22.11.44.256.33.147.55.294.66.44.11.147.183.294.183.514zm3.814-.77c0 .55-.147.99-.404 1.283-.293.293-.696.44-1.21.44-.513 0-.916-.147-1.21-.44-.293-.293-.403-.733-.403-1.32 0-.55.147-.99.403-1.283.294-.294.697-.44 1.21-.44.514 0 .917.146 1.21.44.257.33.404.77.404 1.32zm-2.494 0c0 .366.074.66.22.843.147.183.367.293.66.293.587 0 .88-.366.88-1.136 0-.77-.293-1.137-.843-1.137-.293 0-.513.11-.66.293-.183.184-.257.477-.257.844z" })))),
1558
533
  },
1559
534
  'filetype-jpg': {
1560
- markup: () => (h("g", null,
1561
- h("g", { class: "stroke-secondary" },
1562
- h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })),
1563
- h("g", { class: "stroke-primary" },
1564
- h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }),
1565
- h("path", { d: "M15.566 2v5.867h5.867" })),
1566
- h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }),
1567
- h("g", { class: "filled" },
1568
- h("path", { d: "M8.6 19.49c-.147 0-.293 0-.44-.037v-.586c.11.036.22.036.33.036.147 0 .257-.036.33-.146a.816.816 0 0 0 .147-.477v-3.19H9.7v3.19c0 .403-.073.697-.257.917-.183.22-.476.293-.843.293zm4.363-3.337c0 .367-.11.66-.33.844-.22.183-.55.293-.99.293h-.293v1.21h-.733v-3.41h1.1c.403 0 .733.073.953.257.183.183.293.476.293.806zm-1.613.55h.22c.22 0 .403-.036.513-.146.11-.11.184-.22.184-.367 0-.183-.037-.293-.147-.367-.11-.073-.22-.11-.44-.11h-.33v.99zm3.667-.11h1.356v1.76c-.22.074-.44.11-.623.147-.183.037-.403.037-.587.037-.513 0-.916-.147-1.173-.44-.257-.294-.403-.734-.403-1.284s.146-.99.476-1.283c.33-.293.734-.477 1.32-.477.367 0 .697.074 1.027.22l-.257.587a1.97 1.97 0 0 0-.77-.183c-.33 0-.55.11-.733.33-.183.22-.293.476-.293.843s.073.66.22.843c.146.184.366.294.66.294.146 0 .293 0 .476-.037v-.697h-.66v-.66h-.036z" })))),
535
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })), h("g", { class: "stroke-primary" }, h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }), h("path", { d: "M15.566 2v5.867h5.867" })), h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }), h("g", { class: "filled" }, h("path", { d: "M8.6 19.49c-.147 0-.293 0-.44-.037v-.586c.11.036.22.036.33.036.147 0 .257-.036.33-.146a.816.816 0 0 0 .147-.477v-3.19H9.7v3.19c0 .403-.073.697-.257.917-.183.22-.476.293-.843.293zm4.363-3.337c0 .367-.11.66-.33.844-.22.183-.55.293-.99.293h-.293v1.21h-.733v-3.41h1.1c.403 0 .733.073.953.257.183.183.293.476.293.806zm-1.613.55h.22c.22 0 .403-.036.513-.146.11-.11.184-.22.184-.367 0-.183-.037-.293-.147-.367-.11-.073-.22-.11-.44-.11h-.33v.99zm3.667-.11h1.356v1.76c-.22.074-.44.11-.623.147-.183.037-.403.037-.587.037-.513 0-.916-.147-1.173-.44-.257-.294-.403-.734-.403-1.284s.146-.99.476-1.283c.33-.293.734-.477 1.32-.477.367 0 .697.074 1.027.22l-.257.587a1.97 1.97 0 0 0-.77-.183c-.33 0-.55.11-.733.33-.183.22-.293.476-.293.843s.073.66.22.843c.146.184.366.294.66.294.146 0 .293 0 .476-.037v-.697h-.66v-.66h-.036z" })))),
1569
536
  },
1570
537
  'filetype-otf': {
1571
- markup: () => (h("g", null,
1572
- h("g", { class: "stroke-secondary" },
1573
- h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })),
1574
- h("g", { class: "stroke-primary" },
1575
- h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }),
1576
- h("path", { d: "M15.566 2v5.867h5.867" })),
1577
- h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }),
1578
- h("g", { class: "filled" },
1579
- h("path", { d: "M11.46 16.777c0 .55-.147.99-.403 1.283-.294.293-.697.44-1.21.44-.514 0-.917-.147-1.21-.44-.294-.293-.404-.733-.404-1.32 0-.55.147-.99.404-1.283.293-.294.696-.44 1.21-.44.513 0 .916.146 1.21.44.256.33.403.77.403 1.32zm-2.457 0c0 .366.074.66.22.843.147.183.367.293.66.293.587 0 .88-.366.88-1.136 0-.77-.293-1.137-.843-1.137-.293 0-.513.11-.66.293-.183.184-.257.477-.257.844zm4.584 1.723h-.734v-2.787h-.916v-.586h2.566v.586h-.916zm2.236 0h-.696v-3.41h1.943v.587h-1.247v.88h1.137v.586h-1.137z" })))),
538
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })), h("g", { class: "stroke-primary" }, h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }), h("path", { d: "M15.566 2v5.867h5.867" })), h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }), h("g", { class: "filled" }, h("path", { d: "M11.46 16.777c0 .55-.147.99-.403 1.283-.294.293-.697.44-1.21.44-.514 0-.917-.147-1.21-.44-.294-.293-.404-.733-.404-1.32 0-.55.147-.99.404-1.283.293-.294.696-.44 1.21-.44.513 0 .916.146 1.21.44.256.33.403.77.403 1.32zm-2.457 0c0 .366.074.66.22.843.147.183.367.293.66.293.587 0 .88-.366.88-1.136 0-.77-.293-1.137-.843-1.137-.293 0-.513.11-.66.293-.183.184-.257.477-.257.844zm4.584 1.723h-.734v-2.787h-.916v-.586h2.566v.586h-.916zm2.236 0h-.696v-3.41h1.943v.587h-1.247v.88h1.137v.586h-1.137z" })))),
1580
539
  },
1581
540
  'filetype-pdf': {
1582
- markup: () => (h("g", null,
1583
- h("g", { class: "stroke-secondary" },
1584
- h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })),
1585
- h("g", { class: "stroke-primary" },
1586
- h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }),
1587
- h("path", { d: "M15.566 2v5.867h5.867" })),
1588
- h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }),
1589
- h("g", { class: "filled" },
1590
- h("path", { d: "M10.553 16.047c0 .366-.11.66-.33.843-.22.183-.55.293-.99.293H8.94v1.21h-.733v-3.41h1.1c.403 0 .733.074.953.257.183.183.293.477.293.807zm-1.65.55h.22c.22 0 .404-.037.514-.147.11-.11.183-.22.183-.367 0-.183-.037-.293-.147-.366-.11-.074-.22-.11-.44-.11h-.33v.99zm5.207.073c0 .55-.147.99-.477 1.283-.33.294-.77.44-1.393.44h-.953v-3.41h1.063c.55 0 .99.147 1.283.44.33.294.477.697.477 1.247zm-.77 0c0-.733-.33-1.1-.953-1.1h-.367v2.2h.293c.697.037 1.027-.33 1.027-1.1zm2.273 1.723h-.696v-3.41h1.943v.587h-1.247v.88h1.137v.587h-1.137z" })))),
541
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })), h("g", { class: "stroke-primary" }, h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }), h("path", { d: "M15.566 2v5.867h5.867" })), h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }), h("g", { class: "filled" }, h("path", { d: "M10.553 16.047c0 .366-.11.66-.33.843-.22.183-.55.293-.99.293H8.94v1.21h-.733v-3.41h1.1c.403 0 .733.074.953.257.183.183.293.477.293.807zm-1.65.55h.22c.22 0 .404-.037.514-.147.11-.11.183-.22.183-.367 0-.183-.037-.293-.147-.366-.11-.074-.22-.11-.44-.11h-.33v.99zm5.207.073c0 .55-.147.99-.477 1.283-.33.294-.77.44-1.393.44h-.953v-3.41h1.063c.55 0 .99.147 1.283.44.33.294.477.697.477 1.247zm-.77 0c0-.733-.33-1.1-.953-1.1h-.367v2.2h.293c.697.037 1.027-.33 1.027-1.1zm2.273 1.723h-.696v-3.41h1.943v.587h-1.247v.88h1.137v.587h-1.137z" })))),
1591
542
  },
1592
543
  'filetype-png': {
1593
- markup: () => (h("g", null,
1594
- h("g", { class: "stroke-secondary" },
1595
- h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })),
1596
- h("g", { class: "stroke-primary" },
1597
- h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }),
1598
- h("path", { d: "M15.566 2v5.867h5.867" })),
1599
- h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }),
1600
- h("g", { class: "filled" },
1601
- h("path", { d: "M10.347 16.1c0 .367-.11.66-.33.843-.22.184-.55.294-.99.294h-.294v1.21H8v-3.41h1.1c.403 0 .733.073.953.256.22.184.294.477.294.807zm-1.614.55h.22c.22 0 .404-.037.514-.147a.451.451 0 0 0 .183-.366c0-.184-.037-.294-.147-.367-.11-.073-.22-.11-.44-.11h-.33v.99zm5.39 1.797h-.916L11.74 15.88h-.037c.037.44.037.77.037.99v1.577h-.66v-3.41h.917l1.466 2.566c-.036-.44-.036-.77-.036-.953v-1.613h.66v3.41h.036zm2.237-1.907h1.357v1.76c-.22.073-.44.11-.624.147a3.154 3.154 0 0 1-.586.036c-.514 0-.917-.146-1.174-.44-.256-.293-.403-.733-.403-1.283 0-.55.147-.99.477-1.283.33-.294.733-.477 1.32-.477.366 0 .696.073 1.026.22l-.256.587a1.97 1.97 0 0 0-.77-.184c-.33 0-.55.11-.734.33a1.24 1.24 0 0 0-.293.844c0 .366.073.66.22.843.147.183.367.293.66.293.147 0 .293 0 .477-.036V17.2h-.66v-.66h-.037z" })))),
544
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })), h("g", { class: "stroke-primary" }, h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }), h("path", { d: "M15.566 2v5.867h5.867" })), h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }), h("g", { class: "filled" }, h("path", { d: "M10.347 16.1c0 .367-.11.66-.33.843-.22.184-.55.294-.99.294h-.294v1.21H8v-3.41h1.1c.403 0 .733.073.953.256.22.184.294.477.294.807zm-1.614.55h.22c.22 0 .404-.037.514-.147a.451.451 0 0 0 .183-.366c0-.184-.037-.294-.147-.367-.11-.073-.22-.11-.44-.11h-.33v.99zm5.39 1.797h-.916L11.74 15.88h-.037c.037.44.037.77.037.99v1.577h-.66v-3.41h.917l1.466 2.566c-.036-.44-.036-.77-.036-.953v-1.613h.66v3.41h.036zm2.237-1.907h1.357v1.76c-.22.073-.44.11-.624.147a3.154 3.154 0 0 1-.586.036c-.514 0-.917-.146-1.174-.44-.256-.293-.403-.733-.403-1.283 0-.55.147-.99.477-1.283.33-.294.733-.477 1.32-.477.366 0 .696.073 1.026.22l-.256.587a1.97 1.97 0 0 0-.77-.184c-.33 0-.55.11-.734.33a1.24 1.24 0 0 0-.293.844c0 .366.073.66.22.843.147.183.367.293.66.293.147 0 .293 0 .477-.036V17.2h-.66v-.66h-.037z" })))),
1602
545
  },
1603
546
  'filetype-svg': {
1604
- markup: () => (h("g", null,
1605
- h("g", { class: "stroke-secondary" },
1606
- h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })),
1607
- h("g", { class: "stroke-primary" },
1608
- h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }),
1609
- h("path", { d: "M15.566 2v5.867h5.867" })),
1610
- h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }),
1611
- h("g", { class: "filled" },
1612
- h("path", { d: "M10.397 17.547c0 .293-.11.55-.33.733-.22.183-.514.257-.917.257-.367 0-.697-.074-.953-.22v-.66c.22.11.44.183.586.22.147.036.294.073.44.073a.92.92 0 0 0 .367-.073.333.333 0 0 0 .11-.257c0-.073-.037-.11-.073-.183a.286.286 0 0 0-.147-.147l-.44-.22c-.22-.11-.367-.183-.477-.293-.11-.074-.183-.184-.256-.33a.74.74 0 0 1-.11-.404c0-.293.11-.55.293-.696.22-.184.477-.257.843-.257.184 0 .33.037.514.073.146.037.33.11.513.184l-.22.55c-.183-.074-.33-.11-.44-.147-.11-.037-.22-.037-.367-.037-.146 0-.256.037-.33.11a.333.333 0 0 0-.11.257c0 .073 0 .11.037.183.037.074.073.11.147.147.073.037.22.11.44.257.33.146.55.293.66.44.11.146.22.22.22.44zm2.64-2.457h.733l-1.173 3.41h-.77l-1.137-3.41h.733l.624 2.017a6.6 6.6 0 0 1 .11.403c.036.147.073.257.073.33 0-.147.073-.403.183-.733l.624-2.017zm2.53 1.503h1.356v1.76c-.22.074-.44.11-.623.147-.183.037-.403.037-.587.037-.513 0-.916-.147-1.173-.44-.257-.294-.403-.734-.403-1.284s.146-.99.476-1.283c.33-.293.734-.477 1.32-.477.367 0 .697.074 1.027.22l-.257.587a1.97 1.97 0 0 0-.77-.183c-.33 0-.55.11-.733.33-.183.22-.293.476-.293.843s.073.66.22.843c.146.184.366.294.66.294.146 0 .293 0 .44-.037v-.697h-.66v-.66z" })))),
547
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })), h("g", { class: "stroke-primary" }, h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }), h("path", { d: "M15.566 2v5.867h5.867" })), h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }), h("g", { class: "filled" }, h("path", { d: "M10.397 17.547c0 .293-.11.55-.33.733-.22.183-.514.257-.917.257-.367 0-.697-.074-.953-.22v-.66c.22.11.44.183.586.22.147.036.294.073.44.073a.92.92 0 0 0 .367-.073.333.333 0 0 0 .11-.257c0-.073-.037-.11-.073-.183a.286.286 0 0 0-.147-.147l-.44-.22c-.22-.11-.367-.183-.477-.293-.11-.074-.183-.184-.256-.33a.74.74 0 0 1-.11-.404c0-.293.11-.55.293-.696.22-.184.477-.257.843-.257.184 0 .33.037.514.073.146.037.33.11.513.184l-.22.55c-.183-.074-.33-.11-.44-.147-.11-.037-.22-.037-.367-.037-.146 0-.256.037-.33.11a.333.333 0 0 0-.11.257c0 .073 0 .11.037.183.037.074.073.11.147.147.073.037.22.11.44.257.33.146.55.293.66.44.11.146.22.22.22.44zm2.64-2.457h.733l-1.173 3.41h-.77l-1.137-3.41h.733l.624 2.017a6.6 6.6 0 0 1 .11.403c.036.147.073.257.073.33 0-.147.073-.403.183-.733l.624-2.017zm2.53 1.503h1.356v1.76c-.22.074-.44.11-.623.147-.183.037-.403.037-.587.037-.513 0-.916-.147-1.173-.44-.257-.294-.403-.734-.403-1.284s.146-.99.476-1.283c.33-.293.734-.477 1.32-.477.367 0 .697.074 1.027.22l-.257.587a1.97 1.97 0 0 0-.77-.183c-.33 0-.55.11-.733.33-.183.22-.293.476-.293.843s.073.66.22.843c.146.184.366.294.66.294.146 0 .293 0 .44-.037v-.697h-.66v-.66z" })))),
1613
548
  },
1614
549
  'filetype-txt': {
1615
- markup: () => (h("g", null,
1616
- h("g", { class: "stroke-secondary" },
1617
- h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })),
1618
- h("g", { class: "stroke-primary" },
1619
- h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }),
1620
- h("path", { d: "M15.566 2v5.867h5.867" })),
1621
- h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }),
1622
- h("g", { class: "filled" },
1623
- h("path", { d: "M9.92 18.5h-.733v-2.787H8.27v-.586h2.567v.586H9.92zm4.29 0h-.807l-.806-1.283-.77 1.283h-.77l1.136-1.76-1.063-1.65h.77l.733 1.21.734-1.21h.77l-1.064 1.687zm1.833 0h-.733v-2.787h-.917v-.586h2.567v.586h-.917z" })))),
550
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })), h("g", { class: "stroke-primary" }, h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }), h("path", { d: "M15.566 2v5.867h5.867" })), h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }), h("g", { class: "filled" }, h("path", { d: "M9.92 18.5h-.733v-2.787H8.27v-.586h2.567v.586H9.92zm4.29 0h-.807l-.806-1.283-.77 1.283h-.77l1.136-1.76-1.063-1.65h.77l.733 1.21.734-1.21h.77l-1.064 1.687zm1.833 0h-.733v-2.787h-.917v-.586h2.567v.586h-.917z" })))),
1624
551
  },
1625
552
  'filetype-xlsx': {
1626
- markup: () => (h("g", null,
1627
- h("g", { class: "stroke-secondary" },
1628
- h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })),
1629
- h("g", { class: "stroke-primary" },
1630
- h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }),
1631
- h("path", { d: "M15.566 2v5.867h5.867" })),
1632
- h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }),
1633
- h("g", { class: "filled" },
1634
- h("path", { d: "M9.847 18.5H9.04l-.807-1.283-.806 1.283h-.77l1.136-1.76-1.063-1.65h.807l.733 1.21.733-1.21h.77L8.71 16.777zm.513 0v-3.41h.733v2.823h1.394v.587zm4.803-.953c0 .293-.11.55-.33.733-.22.183-.513.257-.916.257-.367 0-.697-.074-.954-.22v-.66c.22.11.44.183.587.22.147.036.293.073.44.073a.92.92 0 0 0 .367-.073.333.333 0 0 0 .11-.257c0-.073-.037-.11-.074-.183-.036-.074-.11-.11-.146-.147l-.44-.22c-.22-.11-.367-.183-.477-.293a1.142 1.142 0 0 1-.257-.33.74.74 0 0 1-.11-.404c0-.293.11-.55.294-.696.22-.184.476-.257.843-.257.183 0 .33.037.513.073.147.037.33.11.514.184l-.22.55c-.184-.074-.33-.11-.44-.147-.11-.037-.22-.037-.367-.037s-.257.037-.33.11a.333.333 0 0 0-.11.257c0 .073 0 .11.037.183.036.074.073.11.146.147.074.037.22.11.44.257.33.146.55.293.66.44.11.146.22.22.22.44zm3.447.953h-.807l-.806-1.283-.807 1.283h-.77l1.137-1.76-1.064-1.65h.807l.733 1.21.734-1.21h.77l-1.064 1.687z" })))),
553
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })), h("g", { class: "stroke-primary" }, h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }), h("path", { d: "M15.566 2v5.867h5.867" })), h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }), h("g", { class: "filled" }, h("path", { d: "M9.847 18.5H9.04l-.807-1.283-.806 1.283h-.77l1.136-1.76-1.063-1.65h.807l.733 1.21.733-1.21h.77L8.71 16.777zm.513 0v-3.41h.733v2.823h1.394v.587zm4.803-.953c0 .293-.11.55-.33.733-.22.183-.513.257-.916.257-.367 0-.697-.074-.954-.22v-.66c.22.11.44.183.587.22.147.036.293.073.44.073a.92.92 0 0 0 .367-.073.333.333 0 0 0 .11-.257c0-.073-.037-.11-.074-.183-.036-.074-.11-.11-.146-.147l-.44-.22c-.22-.11-.367-.183-.477-.293a1.142 1.142 0 0 1-.257-.33.74.74 0 0 1-.11-.404c0-.293.11-.55.294-.696.22-.184.476-.257.843-.257.183 0 .33.037.513.073.147.037.33.11.514.184l-.22.55c-.184-.074-.33-.11-.44-.147-.11-.037-.22-.037-.367-.037s-.257.037-.33.11a.333.333 0 0 0-.11.257c0 .073 0 .11.037.183.036.074.073.11.146.147.074.037.22.11.44.257.33.146.55.293.66.44.11.146.22.22.22.44zm3.447.953h-.807l-.806-1.283-.807 1.283h-.77l1.137-1.76-1.064-1.65h.807l.733 1.21.734-1.21h.77l-1.064 1.687z" })))),
1635
554
  },
1636
555
  'filetype-xml': {
1637
- markup: () => (h("g", null,
1638
- h("g", { class: "stroke-secondary" },
1639
- h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })),
1640
- h("g", { class: "stroke-primary" },
1641
- h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }),
1642
- h("path", { d: "M15.566 2v5.867h5.867" })),
1643
- h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }),
1644
- h("g", { class: "filled" },
1645
- h("path", { d: "M10.543 18.5H9.7l-.807-1.283-.77 1.283h-.77l1.137-1.76-1.063-1.65h.806l.734 1.21.733-1.21h.77l-1.063 1.687zm1.944 0l-.807-2.677h-.037c.037.55.037.917.037 1.1V18.5h-.66v-3.41h.99l.807 2.603.843-2.603h.99v3.41h-.66v-1.87c0-.11 0-.367.037-.807h-.037l-.843 2.677h-.66zm3.153 0v-3.41h.733v2.823h1.394v.587z" })))),
556
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M23.267 13l-1.834-1.833m-17.6 0L2 13" })), h("g", { class: "stroke-primary" }, h("path", { d: "M3.833 20.7V24h17.6v-3.3m0-7.7V7.867L15.566 2H3.833v11" }), h("path", { d: "M15.566 2v5.867h5.867" })), h("path", { d: "M23.267 13H2v7.7h21.267z", class: "stroke-secondary" }), h("g", { class: "filled" }, h("path", { d: "M10.543 18.5H9.7l-.807-1.283-.77 1.283h-.77l1.137-1.76-1.063-1.65h.806l.734 1.21.733-1.21h.77l-1.063 1.687zm1.944 0l-.807-2.677h-.037c.037.55.037.917.037 1.1V18.5h-.66v-3.41h.99l.807 2.603.843-2.603h.99v3.41h-.66v-1.87c0-.11 0-.367.037-.807h-.037l-.843 2.677h-.66zm3.153 0v-3.41h.733v2.823h1.394v.587z" })))),
1646
557
  },
1647
558
  filter: {
1648
559
  markup: () => (h("path", { d: "M2 2h22l-8.643 11.786V24h-4.714V13.786z", class: "stroke-primary" })),
1649
560
  },
1650
561
  fingerprint: {
1651
- markup: () => (h("g", null,
1652
- h("path", { class: "stroke-primary", d: "M4.761 5.666a11.107 11.107 0 0 0-2.546 9.51M18.951 3.948a10.64 10.64 0 0 0-8.271-1.723 10.69 10.69 0 0 0-4.345 1.974m17.083 6.631a11.003 11.003 0 0 0-2.882-5.53m3.184 7.924a8.205 8.205 0 0 0-.296-2.395M2.221 15.176c.044.168.092.334.144.5m10.797 8.317a15.28 15.28 0 0 0 2.594-7.969M11.016 4.96c-4.28.989-7.024 5.275-6.152 9.674l.004-.001a4.17 4.17 0 0 1-1.36 3.972m16.986 2.143a20.87 20.87 0 0 0 .277-9.375h-.001c-.752-3.793-3.952-6.45-7.59-6.612" }),
1653
- h("g", { class: "stroke-secondary" },
1654
- h("path", { d: "M10.025 23.627a12.505 12.505 0 0 0 2.795-10.624m2.852.764c-.048-.434-.115-.87-.202-1.307l.003-.002c-.295-1.491-1.725-2.457-3.192-2.156-1.467.301-2.416 1.754-2.12 3.246.078.666.93 5.381-2.812 8.94m.252-10.955a5.567 5.567 0 0 0-.089 2.558l.007-.002a6.942 6.942 0 0 1-2.351 6.688" }),
1655
- h("path", { d: "M16.697 23.267a18.064 18.064 0 0 0 1.424-11.35c-.192-.95-1.76-5.253-6.374-4.307a5.373 5.373 0 0 0-3.082 1.865" })))),
562
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4.761 5.666a11.107 11.107 0 0 0-2.546 9.51M18.951 3.948a10.64 10.64 0 0 0-8.271-1.723 10.69 10.69 0 0 0-4.345 1.974m17.083 6.631a11.003 11.003 0 0 0-2.882-5.53m3.184 7.924a8.205 8.205 0 0 0-.296-2.395M2.221 15.176c.044.168.092.334.144.5m10.797 8.317a15.28 15.28 0 0 0 2.594-7.969M11.016 4.96c-4.28.989-7.024 5.275-6.152 9.674l.004-.001a4.17 4.17 0 0 1-1.36 3.972m16.986 2.143a20.87 20.87 0 0 0 .277-9.375h-.001c-.752-3.793-3.952-6.45-7.59-6.612" }), h("g", { class: "stroke-secondary" }, h("path", { d: "M10.025 23.627a12.505 12.505 0 0 0 2.795-10.624m2.852.764c-.048-.434-.115-.87-.202-1.307l.003-.002c-.295-1.491-1.725-2.457-3.192-2.156-1.467.301-2.416 1.754-2.12 3.246.078.666.93 5.381-2.812 8.94m.252-10.955a5.567 5.567 0 0 0-.089 2.558l.007-.002a6.942 6.942 0 0 1-2.351 6.688" }), h("path", { d: "M16.697 23.267a18.064 18.064 0 0 0 1.424-11.35c-.192-.95-1.76-5.253-6.374-4.307a5.373 5.373 0 0 0-3.082 1.865" })))),
1656
563
  },
1657
564
  flag: {
1658
- markup: () => (h("g", null,
1659
- h("path", { d: "M2 5.474l10.421 18.14", class: "stroke-primary" }),
1660
- h("path", { d: "M23.062 10.801c-4.255 3.812-9.42-.857-12.58 4.713l-4.97-8.607c3.16-5.57 8.36-.842 12.58-4.713l4.97 8.607z", class: "stroke-secondary filled" }))),
565
+ markup: () => (h("g", null, h("path", { d: "M2 5.474l10.421 18.14", class: "stroke-primary" }), h("path", { d: "M23.062 10.801c-4.255 3.812-9.42-.857-12.58 4.713l-4.97-8.607c3.16-5.57 8.36-.842 12.58-4.713l4.97 8.607z", class: "stroke-secondary filled" }))),
1661
566
  },
1662
567
  gear: {
1663
- markup: () => (h("g", null,
1664
- h("path", { d: "M24 14.467v-2.934l-3.151-.393a8.002 8.002 0 0 0-.984-2.374l1.95-2.507-2.074-2.074-2.507 1.95a8.03 8.03 0 0 0-2.374-.983L14.467 2h-2.934l-.393 3.152c-.852.2-1.651.535-2.374.983l-2.507-1.95-2.074 2.074 1.95 2.507a8.03 8.03 0 0 0-.983 2.374L2 11.533v2.934l3.152.393c.2.852.535 1.651.983 2.374l-1.95 2.507 2.074 2.074 2.507-1.95a8.03 8.03 0 0 0 2.374.984L11.533 24h2.934l.393-3.151a7.983 7.983 0 0 0 2.374-.984l2.507 1.95 2.074-2.074-1.95-2.507a8.03 8.03 0 0 0 .984-2.374L24 14.467z", class: "stroke-primary" }),
1665
- h("circle", { cx: "13", cy: "13", r: "2.933", class: "stroke-secondary filled" }))),
568
+ markup: () => (h("g", null, h("path", { d: "M24 14.467v-2.934l-3.151-.393a8.002 8.002 0 0 0-.984-2.374l1.95-2.507-2.074-2.074-2.507 1.95a8.03 8.03 0 0 0-2.374-.983L14.467 2h-2.934l-.393 3.152c-.852.2-1.651.535-2.374.983l-2.507-1.95-2.074 2.074 1.95 2.507a8.03 8.03 0 0 0-.983 2.374L2 11.533v2.934l3.152.393c.2.852.535 1.651.983 2.374l-1.95 2.507 2.074 2.074 2.507-1.95a8.03 8.03 0 0 0 2.374.984L11.533 24h2.934l.393-3.151a7.983 7.983 0 0 0 2.374-.984l2.507 1.95 2.074-2.074-1.95-2.507a8.03 8.03 0 0 0 .984-2.374L24 14.467z", class: "stroke-primary" }), h("circle", { cx: "13", cy: "13", r: "2.933", class: "stroke-secondary filled" }))),
1666
569
  },
1667
570
  'gesture-hand': {
1668
- markup: () => (h("g", { class: "stroke-primary" },
1669
- h("path", { d: "M13.44 12.44v-1.303a1.678 1.678 0 1 1 3.357 0v1.305m0-.561a1.679 1.679 0 0 1 3.356 0v.933" }),
1670
- h("path", { d: "M20.153 12.814s.046-1.492 1.491-1.492c.862 0 1.492.513 1.492 1.492 0 5.872-2.238 11.186-2.238 11.186H7.848l-4.723-9.444a1.003 1.003 0 0 1 .545-1.388 2.61 2.61 0 0 1 3.088.996l1.276 1.914c.614.921 2.05.487 2.05-.62V3.678a1.678 1.678 0 1 1 3.357 0v8.39" }))),
571
+ markup: () => (h("g", { class: "stroke-primary" }, h("path", { d: "M13.44 12.44v-1.303a1.678 1.678 0 1 1 3.357 0v1.305m0-.561a1.679 1.679 0 0 1 3.356 0v.933" }), h("path", { d: "M20.153 12.814s.046-1.492 1.491-1.492c.862 0 1.492.513 1.492 1.492 0 5.872-2.238 11.186-2.238 11.186H7.848l-4.723-9.444a1.003 1.003 0 0 1 .545-1.388 2.61 2.61 0 0 1 3.088.996l1.276 1.914c.614.921 2.05.487 2.05-.62V3.678a1.678 1.678 0 1 1 3.357 0v8.39" }))),
1671
572
  },
1672
573
  'gesture-scroll-horizontal': {
1673
- markup: () => (h("g", null,
1674
- h("g", { class: "stroke-primary" },
1675
- h("path", { d: "M10.724 12.862v2.276m2.656-3.035v-.948a1.327 1.327 0 1 1 2.654 0v.948m0 .38v-.57a1.329 1.329 0 0 1 2.656.001v.948" }),
1676
- h("path", { d: "M18.69 12.672c0-.733.594-1.327 1.327-1.327.7 0 1.24.62 1.14 1.314l-1.33 9.307h-9.102c0-1.454-2.655-3.54-2.655-5.31V14c0-.629.51-1.138 1.138-1.138h1.517V4.328a1.327 1.327 0 0 1 2.654 0v7.396" })),
1677
- h("path", { class: "stroke-secondary", d: "M15.655 6.034H24M20.966 3L24 6.034l-3.034 3.035M8.448 6.034H2M5.034 3L2 6.034l3.034 3.035" }))),
574
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M10.724 12.862v2.276m2.656-3.035v-.948a1.327 1.327 0 1 1 2.654 0v.948m0 .38v-.57a1.329 1.329 0 0 1 2.656.001v.948" }), h("path", { d: "M18.69 12.672c0-.733.594-1.327 1.327-1.327.7 0 1.24.62 1.14 1.314l-1.33 9.307h-9.102c0-1.454-2.655-3.54-2.655-5.31V14c0-.629.51-1.138 1.138-1.138h1.517V4.328a1.327 1.327 0 0 1 2.654 0v7.396" })), h("path", { class: "stroke-secondary", d: "M15.655 6.034H24M20.966 3L24 6.034l-3.034 3.035M8.448 6.034H2M5.034 3L2 6.034l3.034 3.035" }))),
1678
575
  },
1679
576
  'gesture-scroll-vertical': {
1680
- markup: () => (h("g", null,
1681
- h("g", { class: "stroke-primary" },
1682
- h("path", { d: "M13.56 12.695v2.237m2.61-2.982v-.933a1.305 1.305 0 0 1 2.61 0v.932m0 .373v-.56a1.305 1.305 0 0 1 2.61.001v.932" }),
1683
- h("path", { d: "M21.39 12.508c0-.72.584-1.305 1.305-1.305.689 0 1.218.61 1.12 1.292l-1.307 9.15H13.56c0-1.43-2.61-3.481-2.61-5.221v-2.61c0-.618.5-1.12 1.119-1.12h1.491V5.052a1.305 1.305 0 1 1 2.61 0v6.525" })),
1684
- h("path", { class: "stroke-secondary", d: "M4.983 13.44v7.458m2.983-2.983l-2.983 2.983L2 17.915m2.983-7.457V3m2.983 2.983L4.983 3 2 5.983" }))),
577
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M13.56 12.695v2.237m2.61-2.982v-.933a1.305 1.305 0 0 1 2.61 0v.932m0 .373v-.56a1.305 1.305 0 0 1 2.61.001v.932" }), h("path", { d: "M21.39 12.508c0-.72.584-1.305 1.305-1.305.689 0 1.218.61 1.12 1.292l-1.307 9.15H13.56c0-1.43-2.61-3.481-2.61-5.221v-2.61c0-.618.5-1.12 1.119-1.12h1.491V5.052a1.305 1.305 0 1 1 2.61 0v6.525" })), h("path", { class: "stroke-secondary", d: "M4.983 13.44v7.458m2.983-2.983l-2.983 2.983L2 17.915m2.983-7.457V3m2.983 2.983L4.983 3 2 5.983" }))),
1685
578
  },
1686
579
  'gesture-stretch': {
1687
- markup: () => (h("g", null,
1688
- h("g", { class: "stroke-primary" },
1689
- h("path", { d: "M21.647 14.367c2.181.35 2.644 2.22 2.2 3.908L22.34 24h-8.296l-4.713-6.123a1.613 1.613 0 1 1 2.348-2.213l.877.946c.541.584 1.53.254 1.594-.54.177-2.192-.22-4.897-.97-6.078a1.384 1.384 0 0 1 .632-2.017c.63-.27 1.37-.002 1.732.58.653 1.05 1.228 2.694 1.521 4.458.08.472.186 1.463.221 1.83m-.248-1.987c2.266-.209 2.974 1.305 2.974 2.978m-.698-2.266c1.973-.248 2.846.812 2.752 2.848" })),
1690
- h("path", { class: "stroke-secondary", d: "M12.267 2L2 12.267M8.6 2h3.667v3.667M2 8.6v3.667h3.667" }))),
580
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M21.647 14.367c2.181.35 2.644 2.22 2.2 3.908L22.34 24h-8.296l-4.713-6.123a1.613 1.613 0 1 1 2.348-2.213l.877.946c.541.584 1.53.254 1.594-.54.177-2.192-.22-4.897-.97-6.078a1.384 1.384 0 0 1 .632-2.017c.63-.27 1.37-.002 1.732.58.653 1.05 1.228 2.694 1.521 4.458.08.472.186 1.463.221 1.83m-.248-1.987c2.266-.209 2.974 1.305 2.974 2.978m-.698-2.266c1.973-.248 2.846.812 2.752 2.848" })), h("path", { class: "stroke-secondary", d: "M12.267 2L2 12.267M8.6 2h3.667v3.667M2 8.6v3.667h3.667" }))),
1691
581
  },
1692
582
  'gesture-swipe-down': {
1693
- markup: () => (h("g", null,
1694
- h("g", { class: "stroke-primary" },
1695
- h("path", { d: "M13.193 13.807v2.316m2.702-3.088v-.965a1.35 1.35 0 1 1 2.701 0v.965m0 .386v-.579a1.35 1.35 0 1 1 2.702 0v.965" }),
1696
- h("path", { d: "M21.298 13.614c0-.746.605-1.35 1.351-1.35.713 0 1.26.63 1.16 1.337l-1.353 9.47h-9.263c0-1.48-2.702-3.603-2.702-5.404v-2.702c0-.64.519-1.158 1.158-1.158h1.544V5.123a1.351 1.351 0 0 1 2.702-.001v7.528" })),
1697
- h("path", { class: "stroke-secondary", d: "M5.474 14.193V3M2 10.719l3.474 3.474 3.473-3.474" }))),
583
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M13.193 13.807v2.316m2.702-3.088v-.965a1.35 1.35 0 1 1 2.701 0v.965m0 .386v-.579a1.35 1.35 0 1 1 2.702 0v.965" }), h("path", { d: "M21.298 13.614c0-.746.605-1.35 1.351-1.35.713 0 1.26.63 1.16 1.337l-1.353 9.47h-9.263c0-1.48-2.702-3.603-2.702-5.404v-2.702c0-.64.519-1.158 1.158-1.158h1.544V5.123a1.351 1.351 0 0 1 2.702-.001v7.528" })), h("path", { class: "stroke-secondary", d: "M5.474 14.193V3M2 10.719l3.474 3.474 3.473-3.474" }))),
1698
584
  },
1699
585
  'gesture-swipe-left': {
1700
- markup: () => (h("g", null,
1701
- h("g", { class: "stroke-primary" },
1702
- h("path", { d: "M11.241 14.241v2.276m2.656-3.034v-.949a1.328 1.328 0 0 1 2.655 0v.949m0 .379v-.569a1.327 1.327 0 1 1 2.655 0v.948" }),
1703
- h("path", { d: "M19.207 14.052c0-.733.594-1.328 1.327-1.328.701 0 1.24.62 1.14 1.314l-1.33 9.307h-9.102c0-1.454-2.655-3.54-2.655-5.31v-2.656c0-.628.51-1.138 1.138-1.138h1.517V5.707a1.329 1.329 0 0 1 2.656 0v7.396" })),
1704
- h("path", { class: "stroke-secondary", d: "M23 7.414h-6.828M1 7.414h7.966M4.414 4L1 7.414l3.414 3.414" }))),
586
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M11.241 14.241v2.276m2.656-3.034v-.949a1.328 1.328 0 0 1 2.655 0v.949m0 .379v-.569a1.327 1.327 0 1 1 2.655 0v.948" }), h("path", { d: "M19.207 14.052c0-.733.594-1.328 1.327-1.328.701 0 1.24.62 1.14 1.314l-1.33 9.307h-9.102c0-1.454-2.655-3.54-2.655-5.31v-2.656c0-.628.51-1.138 1.138-1.138h1.517V5.707a1.329 1.329 0 0 1 2.656 0v7.396" })), h("path", { class: "stroke-secondary", d: "M23 7.414h-6.828M1 7.414h7.966M4.414 4L1 7.414l3.414 3.414" }))),
1705
587
  },
1706
588
  'gesture-swipe-right': {
1707
- markup: () => (h("g", null,
1708
- h("g", { class: "stroke-primary" },
1709
- h("path", { d: "M9.207 14.241v2.276m2.655-3.034v-.949a1.327 1.327 0 1 1 2.655 0v.949m0 .379v-.569a1.327 1.327 0 1 1 2.655 0v.948" }),
1710
- h("path", { d: "M17.172 14.052c0-.733.595-1.328 1.328-1.328.7 0 1.239.62 1.14 1.314l-1.33 9.307H9.207c0-1.454-2.655-3.54-2.655-5.31v-2.656c0-.628.51-1.138 1.138-1.138h1.517V5.707a1.328 1.328 0 0 1 2.655 0v7.396" })),
1711
- h("path", { class: "stroke-secondary", d: "M6.931 7.414H2m22 0h-9.862M20.586 4L24 7.414l-3.414 3.414" }))),
589
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M9.207 14.241v2.276m2.655-3.034v-.949a1.327 1.327 0 1 1 2.655 0v.949m0 .379v-.569a1.327 1.327 0 1 1 2.655 0v.948" }), h("path", { d: "M17.172 14.052c0-.733.595-1.328 1.328-1.328.7 0 1.239.62 1.14 1.314l-1.33 9.307H9.207c0-1.454-2.655-3.54-2.655-5.31v-2.656c0-.628.51-1.138 1.138-1.138h1.517V5.707a1.328 1.328 0 0 1 2.655 0v7.396" })), h("path", { class: "stroke-secondary", d: "M6.931 7.414H2m22 0h-9.862M20.586 4L24 7.414l-3.414 3.414" }))),
1712
590
  },
1713
591
  'gesture-swipe-up': {
1714
- markup: () => (h("g", null,
1715
- h("g", { class: "stroke-primary" },
1716
- h("path", { d: "M13.193 13.421v2.316m2.702-3.087v-.966a1.35 1.35 0 1 1 2.701 0v.965m0 .386v-.579a1.35 1.35 0 1 1 2.702 0v.965" }),
1717
- h("path", { d: "M21.298 13.228c0-.746.605-1.35 1.351-1.35.713 0 1.26.63 1.16 1.337l-1.353 9.47h-9.263c0-1.48-2.702-3.603-2.702-5.404v-2.702c0-.64.519-1.158 1.158-1.158h1.544V4.737a1.351 1.351 0 0 1 2.702-.001v7.527" })),
1718
- h("path", { class: "stroke-secondary", d: "M5.474 3v11.579M2 6.474L5.474 3l3.473 3.474" }))),
592
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M13.193 13.421v2.316m2.702-3.087v-.966a1.35 1.35 0 1 1 2.701 0v.965m0 .386v-.579a1.35 1.35 0 1 1 2.702 0v.965" }), h("path", { d: "M21.298 13.228c0-.746.605-1.35 1.351-1.35.713 0 1.26.63 1.16 1.337l-1.353 9.47h-9.263c0-1.48-2.702-3.603-2.702-5.404v-2.702c0-.64.519-1.158 1.158-1.158h1.544V4.737a1.351 1.351 0 0 1 2.702-.001v7.527" })), h("path", { class: "stroke-secondary", d: "M5.474 3v11.579M2 6.474L5.474 3l3.473 3.474" }))),
1719
593
  },
1720
594
  'gesture-tap': {
1721
- markup: () => (h("g", null,
1722
- h("path", { class: "stroke-secondary", d: "M9.057 10.067a3.667 3.667 0 1 1 6.11.367m-6.6 2.841a6.233 6.233 0 1 1 9.168-2.108" }),
1723
- h("g", { class: "stroke-primary" },
1724
- h("path", { d: "M10.767 15.2v2.2m2.566-2.934v-.916a1.284 1.284 0 0 1 2.567 0v.916m0 .367v-.55a1.283 1.283 0 1 1 2.567 0v.917" }),
1725
- h("path", { d: "M18.467 15.016c0-.708.574-1.283 1.283-1.283.677 0 1.198.6 1.102 1.27L19.567 24h-8.8c0-1.407-2.567-3.422-2.567-5.134V16.3a1.1 1.1 0 0 1 1.1-1.1h1.467V8.416a1.283 1.283 0 0 1 2.566 0V14.1" })))),
595
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary", d: "M9.057 10.067a3.667 3.667 0 1 1 6.11.367m-6.6 2.841a6.233 6.233 0 1 1 9.168-2.108" }), h("g", { class: "stroke-primary" }, h("path", { d: "M10.767 15.2v2.2m2.566-2.934v-.916a1.284 1.284 0 0 1 2.567 0v.916m0 .367v-.55a1.283 1.283 0 1 1 2.567 0v.917" }), h("path", { d: "M18.467 15.016c0-.708.574-1.283 1.283-1.283.677 0 1.198.6 1.102 1.27L19.567 24h-8.8c0-1.407-2.567-3.422-2.567-5.134V16.3a1.1 1.1 0 0 1 1.1-1.1h1.467V8.416a1.283 1.283 0 0 1 2.566 0V14.1" })))),
1726
596
  },
1727
597
  gift: {
1728
- markup: () => (h("g", null,
1729
- h("path", { class: "stroke-primary", d: "M21.8 10.113v13.276H4.2V10.113M2 6.425h22v3.688H2z" }),
1730
- h("path", { class: "stroke-secondary", d: "M6.4 4.213C6.4 2.99 7.385 2 8.6 2 11.854 2 13 6.425 13 6.425H8.6c-1.215 0-2.2-.99-2.2-2.212zm13.2 0A2.206 2.206 0 0 0 17.4 2C14.146 2 13 6.425 13 6.425h4.4c1.215 0 2.2-.99 2.2-2.212zm-4.4 2.212v16.964h-4.4V6.425" }))),
598
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M21.8 10.113v13.276H4.2V10.113M2 6.425h22v3.688H2z" }), h("path", { class: "stroke-secondary", d: "M6.4 4.213C6.4 2.99 7.385 2 8.6 2 11.854 2 13 6.425 13 6.425H8.6c-1.215 0-2.2-.99-2.2-2.212zm13.2 0A2.206 2.206 0 0 0 17.4 2C14.146 2 13 6.425 13 6.425h4.4c1.215 0 2.2-.99 2.2-2.212zm-4.4 2.212v16.964h-4.4V6.425" }))),
1731
599
  },
1732
600
  'gold-bars': {
1733
- markup: () => (h("g", null,
1734
- h("path", { class: "stroke-primary", d: "M10.8 17.1H5.666l-2.933 6.679H13zm9.533 0H15.2L13 23.779h10.266zM2 14.132h2.2m1.026-7.866l1.54 1.558M13 3v2.227m7.773 1.039l-1.54 1.558M24 14.132h-2.2" }),
1735
- h("path", { d: "M15.567 10.421h-5.134L7.5 17.099h11z", class: "stroke-secondary" }))),
601
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M10.8 17.1H5.666l-2.933 6.679H13zm9.533 0H15.2L13 23.779h10.266zM2 14.132h2.2m1.026-7.866l1.54 1.558M13 3v2.227m7.773 1.039l-1.54 1.558M24 14.132h-2.2" }), h("path", { d: "M15.567 10.421h-5.134L7.5 17.099h11z", class: "stroke-secondary" }))),
1736
602
  },
1737
603
  government: {
1738
- markup: () => (h("g", null,
1739
- h("g", { class: "stroke-primary" },
1740
- h("path", { d: "M11.311 23.82v-6.662M8 23.662V17m6.689 6.82v-6.662M18 23.662V17m6 7v-7h-5l-6-3-6 3H2v7z" }),
1741
- h("path", { d: "M7 11.757C7.828 8.586 9.828 7 13 7s5.172 1.586 6 4.757V15h2v2H5v-2h2v-3.243z" })),
1742
- h("g", { class: "stroke-secondary" },
1743
- h("path", { d: "M13 6.5V2.18" }),
1744
- h("path", { d: "M13 2.901h2.885v1.443H13z", class: "filled" }),
1745
- h("path", { d: "M5 22.661V19m4-6.339v-1m4 1v-1m4 1v-1m4 11V19" })))),
604
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M11.311 23.82v-6.662M8 23.662V17m6.689 6.82v-6.662M18 23.662V17m6 7v-7h-5l-6-3-6 3H2v7z" }), h("path", { d: "M7 11.757C7.828 8.586 9.828 7 13 7s5.172 1.586 6 4.757V15h2v2H5v-2h2v-3.243z" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M13 6.5V2.18" }), h("path", { d: "M13 2.901h2.885v1.443H13z", class: "filled" }), h("path", { d: "M5 22.661V19m4-6.339v-1m4 1v-1m4 1v-1m4 11V19" })))),
1746
605
  },
1747
606
  gps: {
1748
607
  markup: () => (h("path", { d: "M24 9.057L2 2l7.057 22 3.735-11.208z", class: "stroke-primary" })),
1749
608
  },
1750
609
  'graduation-cap': {
1751
- markup: () => (h("g", null,
1752
- h("g", { class: "stroke-primary" },
1753
- h("path", { d: "M5.667 10.111v4.122c0 1.812 3.322 3.28 7.42 3.28 4.099 0 7.42-1.468 7.42-3.28v-4.122" }),
1754
- h("path", { d: "M13 12.984L2 8.492 13 4l11 4.492z" })),
1755
- h("path", { d: "M17.3 18.315l1.855 2.552h-3.711l1.856-2.552v-6.982", class: "stroke-secondary" }))),
610
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M5.667 10.111v4.122c0 1.812 3.322 3.28 7.42 3.28 4.099 0 7.42-1.468 7.42-3.28v-4.122" }), h("path", { d: "M13 12.984L2 8.492 13 4l11 4.492z" })), h("path", { d: "M17.3 18.315l1.855 2.552h-3.711l1.856-2.552v-6.982", class: "stroke-secondary" }))),
1756
611
  },
1757
612
  'grid-x2': {
1758
613
  markup: () => (h("path", { class: "stroke-primary", d: "M2.193 2.193h8.491v8.491H2.193zm13.123 0h8.491v8.491h-8.491zM2.193 15.316h8.491v8.491H2.193zm13.123 0h8.491v8.491h-8.491z" })),
@@ -1764,217 +619,106 @@ const icons = {
1764
619
  markup: () => (h("path", { class: "stroke-primary", d: "M4 5h18M4 13.5h18M4 22h18" })),
1765
620
  },
1766
621
  'hand-with-coins': {
1767
- markup: () => (h("g", null,
1768
- h("g", { class: "stroke-primary" },
1769
- h("path", { d: "M5.17 13.627h.746c1.69 0 3.6.93 4.474 2.237h2.983c1.497 0 2.983 1.487 2.983 2.983H9.645" }),
1770
- h("path", { d: "M15.88 17.356h4.951c2.703 0 2.983 1.491 2.983 1.491l-10.68 4.338c-.85.34-1.804.3-2.622-.11L5.17 20.362m-2.983-8.227H5.17v9.695H2.187z" })),
1771
- h("g", { class: "stroke-secondary" },
1772
- h("g", { class: "filled", transform: "translate(7.407 3.186)" },
1773
- h("circle", { cx: "11.932", cy: "7.458", r: "2.983" }),
1774
- h("circle", { cx: "2.983", cy: "2.983", r: "2.983" })),
1775
- h("path", { d: "M9.644 6.169h1.493m7.456 4.475h1.492" })))),
622
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M5.17 13.627h.746c1.69 0 3.6.93 4.474 2.237h2.983c1.497 0 2.983 1.487 2.983 2.983H9.645" }), h("path", { d: "M15.88 17.356h4.951c2.703 0 2.983 1.491 2.983 1.491l-10.68 4.338c-.85.34-1.804.3-2.622-.11L5.17 20.362m-2.983-8.227H5.17v9.695H2.187z" })), h("g", { class: "stroke-secondary" }, h("g", { class: "filled", transform: "translate(7.407 3.186)" }, h("circle", { cx: "11.932", cy: "7.458", r: "2.983" }), h("circle", { cx: "2.983", cy: "2.983", r: "2.983" })), h("path", { d: "M9.644 6.169h1.493m7.456 4.475h1.492" })))),
1776
623
  },
1777
624
  hand: {
1778
- markup: () => (h("g", { class: "stroke-primary" },
1779
- h("path", { d: "M6.4 7.133v-2.2a1.467 1.467 0 1 1 2.933 0v2.2" }),
1780
- h("path", { d: "M9.333 11.199V4.2a1.467 1.467 0 0 1 2.934 0v6.675M12.267 7.133V3.467a1.467 1.467 0 0 1 2.933 0v3.666M15.2 11.286V4.2a1.467 1.467 0 0 1 2.933 0v6.415" }),
1781
- h("path", { d: "M6.4 7.229v9.804a6.967 6.967 0 0 0 13.933 0V10.067c-1.657 0-2.933 1.276-2.933 2.933v2.2c-2.261 0-4.4 1.589-4.4 3.667" }))),
625
+ markup: () => (h("g", { class: "stroke-primary" }, h("path", { d: "M6.4 7.133v-2.2a1.467 1.467 0 1 1 2.933 0v2.2" }), h("path", { d: "M9.333 11.199V4.2a1.467 1.467 0 0 1 2.934 0v6.675M12.267 7.133V3.467a1.467 1.467 0 0 1 2.933 0v3.666M15.2 11.286V4.2a1.467 1.467 0 0 1 2.933 0v6.415" }), h("path", { d: "M6.4 7.229v9.804a6.967 6.967 0 0 0 13.933 0V10.067c-1.657 0-2.933 1.276-2.933 2.933v2.2c-2.261 0-4.4 1.589-4.4 3.667" }))),
1782
626
  },
1783
627
  handshake: {
1784
- markup: () => (h("g", null,
1785
- h("g", { class: "stroke-primary" },
1786
- h("path", { d: "M18.982 15.555l1.42 1.42a1.465 1.465 0 0 1 0 2.07 1.462 1.462 0 0 1-2.071 0l-1.42-1.418m-2.057 2.057l.667.666a1.454 1.454 0 0 1 0 2.057 1.45 1.45 0 0 1-1.03.426M3.678 12.135V9.898L2.186 8.406l5.22-5.22 1.119 1.119h1.864" }),
1787
- h("path", { d: "M18.047 18.763a1.454 1.454 0 0 1 0 2.057 1.454 1.454 0 0 1-2.056 0l-.482-.481m4.492-3.767a1.417 1.417 0 0 0 2.05-.05 1.417 1.417 0 0 0-.034-1.937l-4.738-4.87" })),
1788
- h("g", { class: "stroke-secondary" },
1789
- h("path", { d: "M5.399 16.758l.384-.384a1.464 1.464 0 1 1 2.072 2.072l-.384.384a1.464 1.464 0 0 1-2.071 0 1.464 1.464 0 0 1 0-2.071zm4.549 3.709l.196-.197a1.454 1.454 0 1 1 2.057 2.057l-.197.198a1.454 1.454 0 0 1-2.057-.001 1.454 1.454 0 0 1 0-2.056z" }),
1790
- h("path", { d: "M5.778 16.38l-.216.216a1.415 1.415 0 0 1-2.051-.05 1.417 1.417 0 0 1 .034-1.939l.216-.221a1.417 1.417 0 0 1 1.993-.034 1.417 1.417 0 0 1 .024 2.027zm1.977 2.167l.109-.109a1.454 1.454 0 1 1 2.057 2.057l-.11.11a1.454 1.454 0 0 1-2.056-.002 1.453 1.453 0 0 1 0-2.056zm14.567-6.411V9.897l1.493-1.491-5.221-5.22-1.12 1.119h-2.443a4.5 4.5 0 0 0-3.182 1.318L8.416 9.192a1.268 1.268 0 0 0 1.622 1.933l3.654-2.356a3.322 3.322 0 0 0 5.028-.052" })))),
628
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M18.982 15.555l1.42 1.42a1.465 1.465 0 0 1 0 2.07 1.462 1.462 0 0 1-2.071 0l-1.42-1.418m-2.057 2.057l.667.666a1.454 1.454 0 0 1 0 2.057 1.45 1.45 0 0 1-1.03.426M3.678 12.135V9.898L2.186 8.406l5.22-5.22 1.119 1.119h1.864" }), h("path", { d: "M18.047 18.763a1.454 1.454 0 0 1 0 2.057 1.454 1.454 0 0 1-2.056 0l-.482-.481m4.492-3.767a1.417 1.417 0 0 0 2.05-.05 1.417 1.417 0 0 0-.034-1.937l-4.738-4.87" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M5.399 16.758l.384-.384a1.464 1.464 0 1 1 2.072 2.072l-.384.384a1.464 1.464 0 0 1-2.071 0 1.464 1.464 0 0 1 0-2.071zm4.549 3.709l.196-.197a1.454 1.454 0 1 1 2.057 2.057l-.197.198a1.454 1.454 0 0 1-2.057-.001 1.454 1.454 0 0 1 0-2.056z" }), h("path", { d: "M5.778 16.38l-.216.216a1.415 1.415 0 0 1-2.051-.05 1.417 1.417 0 0 1 .034-1.939l.216-.221a1.417 1.417 0 0 1 1.993-.034 1.417 1.417 0 0 1 .024 2.027zm1.977 2.167l.109-.109a1.454 1.454 0 1 1 2.057 2.057l-.11.11a1.454 1.454 0 0 1-2.056-.002 1.453 1.453 0 0 1 0-2.056zm14.567-6.411V9.897l1.493-1.491-5.221-5.22-1.12 1.119h-2.443a4.5 4.5 0 0 0-3.182 1.318L8.416 9.192a1.268 1.268 0 0 0 1.622 1.933l3.654-2.356a3.322 3.322 0 0 0 5.028-.052" })))),
1791
629
  },
1792
630
  headset: {
1793
- markup: () => (h("g", null,
1794
- h("path", { class: "stroke-primary", d: "M17.344 23.64h.36a5.05 5.05 0 0 0 5.05-5.05v-7.213A9.377 9.377 0 0 0 13.377 2 9.377 9.377 0 0 0 4 11.377v3.607m11.18 8.656h-2.164" }),
1795
- h("path", { class: "stroke-secondary filled", d: "M9.41 12.459H5.803v5.41c0 1.195.969 2.164 2.164 2.164H9.41v-7.574zm11.541 0h-3.608v7.574h1.443a2.164 2.164 0 0 0 2.164-2.164v-5.41z" }))),
631
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M17.344 23.64h.36a5.05 5.05 0 0 0 5.05-5.05v-7.213A9.377 9.377 0 0 0 13.377 2 9.377 9.377 0 0 0 4 11.377v3.607m11.18 8.656h-2.164" }), h("path", { class: "stroke-secondary filled", d: "M9.41 12.459H5.803v5.41c0 1.195.969 2.164 2.164 2.164H9.41v-7.574zm11.541 0h-3.608v7.574h1.443a2.164 2.164 0 0 0 2.164-2.164v-5.41z" }))),
1796
632
  },
1797
633
  health: {
1798
- markup: () => (h("g", null,
1799
- h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }),
1800
- h("path", { d: "M18.867 10.8H15.2V7.133h-4.4V10.8H7.133v4.4H10.8v3.667h4.4V15.2h3.667z", class: "stroke-secondary" }))),
634
+ markup: () => (h("g", null, h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }), h("path", { d: "M18.867 10.8H15.2V7.133h-4.4V10.8H7.133v4.4H10.8v3.667h4.4V15.2h3.667z", class: "stroke-secondary" }))),
1801
635
  },
1802
636
  heart: {
1803
637
  markup: () => (h("path", { d: "M17.905 2.18A5.803 5.803 0 0 0 13 4.85a5.803 5.803 0 0 0-4.905-2.67c-3.282 0-5.915 2.67-5.915 5.987C2.18 14.118 13 23.098 13 23.098s10.82-8.98 10.82-14.93c0-3.319-2.633-5.988-5.915-5.988z", class: "stroke-primary" })),
1804
638
  },
1805
639
  'heart-add': {
1806
- markup: () => (h("g", null,
1807
- h("path", { d: "M22.55 12.279c.776-1.433 1.27-2.847 1.27-4.122 0-3.301-2.642-5.977-5.902-5.977-2.054 0-3.86 1.064-4.918 2.676-1.057-1.612-2.864-2.676-4.918-2.676-3.26 0-5.902 2.676-5.902 5.977C2.18 14.134 13 23.098 13 23.098s.48-.397 1.238-1.082", class: "stroke-primary" }),
1808
- h("g", { class: "stroke-secondary", transform: "translate(15.164 13.721)" },
1809
- h("circle", { cx: "4.328", cy: "4.328", r: "4.328", class: "filled" }),
1810
- h("path", { d: "M4.328 2.885V5.77M2.885 4.328H5.77" })))),
640
+ markup: () => (h("g", null, h("path", { d: "M22.55 12.279c.776-1.433 1.27-2.847 1.27-4.122 0-3.301-2.642-5.977-5.902-5.977-2.054 0-3.86 1.064-4.918 2.676-1.057-1.612-2.864-2.676-4.918-2.676-3.26 0-5.902 2.676-5.902 5.977C2.18 14.134 13 23.098 13 23.098s.48-.397 1.238-1.082", class: "stroke-primary" }), h("g", { class: "stroke-secondary", transform: "translate(15.164 13.721)" }, h("circle", { cx: "4.328", cy: "4.328", r: "4.328", class: "filled" }), h("path", { d: "M4.328 2.885V5.77M2.885 4.328H5.77" })))),
1811
641
  },
1812
642
  'heart-remove': {
1813
- markup: () => (h("g", null,
1814
- h("path", { d: "M22.55 12.279c.776-1.433 1.27-2.847 1.27-4.122 0-3.301-2.642-5.977-5.902-5.977-2.054 0-3.86 1.064-4.918 2.676-1.057-1.612-2.864-2.676-4.918-2.676-3.26 0-5.902 2.676-5.902 5.977C2.18 14.134 13 23.098 13 23.098s.48-.397 1.238-1.082", class: "stroke-primary" }),
1815
- h("g", { class: "stroke-secondary", transform: "translate(15.164 13.721)" },
1816
- h("circle", { cx: "4.328", cy: "4.328", r: "4.328", class: "filled" }),
1817
- h("path", { d: "M2.885 4.328H5.77" })))),
643
+ markup: () => (h("g", null, h("path", { d: "M22.55 12.279c.776-1.433 1.27-2.847 1.27-4.122 0-3.301-2.642-5.977-5.902-5.977-2.054 0-3.86 1.064-4.918 2.676-1.057-1.612-2.864-2.676-4.918-2.676-3.26 0-5.902 2.676-5.902 5.977C2.18 14.134 13 23.098 13 23.098s.48-.397 1.238-1.082", class: "stroke-primary" }), h("g", { class: "stroke-secondary", transform: "translate(15.164 13.721)" }, h("circle", { cx: "4.328", cy: "4.328", r: "4.328", class: "filled" }), h("path", { d: "M2.885 4.328H5.77" })))),
1818
644
  },
1819
645
  home: {
1820
- markup: () => (h("g", null,
1821
- h("g", { class: "stroke-primary" },
1822
- h("path", { d: "M4.655 9.194v13.668h6.07v-5.69h4.551v5.69h6.069V9.194" }),
1823
- h("path", { d: "M24 11.483L13 2 2 11.483" })),
1824
- h("path", { d: "M10.725 9.966h4.552v3.793h-4.552z", class: "stroke-secondary filled" }))),
646
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M4.655 9.194v13.668h6.07v-5.69h4.551v5.69h6.069V9.194" }), h("path", { d: "M24 11.483L13 2 2 11.483" })), h("path", { d: "M10.725 9.966h4.552v3.793h-4.552z", class: "stroke-secondary filled" }))),
1825
647
  },
1826
648
  'home-chimney': {
1827
- markup: () => (h("g", null,
1828
- h("path", { class: "stroke-secondary filled", d: "M5.542 9.174v-5.31h2.237v3.382m2.984 3.33h4.475v3.729h-4.475z" }),
1829
- h("g", { class: "stroke-primary" },
1830
- h("path", { d: "M4.796 9.818v13.436h5.967v-5.593h4.474v5.593h5.966V9.818" }),
1831
- h("path", { d: "M23.813 12.068L13 2.746 2.186 12.068" })))),
649
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary filled", d: "M5.542 9.174v-5.31h2.237v3.382m2.984 3.33h4.475v3.729h-4.475z" }), h("g", { class: "stroke-primary" }, h("path", { d: "M4.796 9.818v13.436h5.967v-5.593h4.474v5.593h5.966V9.818" }), h("path", { d: "M23.813 12.068L13 2.746 2.186 12.068" })))),
1832
650
  },
1833
651
  'id-badge': {
1834
- markup: () => (h("g", null,
1835
- h("g", { class: "stroke-primary", transform: "translate(2 2)" },
1836
- h("path", { d: "M13.2 5.133H22V22H0V5.133h8.8" }),
1837
- h("path", { d: "M13.2 7.333H8.8V2.2A2.2 2.2 0 0 1 11 0a2.2 2.2 0 0 1 2.2 2.2v5.133z" }),
1838
- h("circle", { cx: "11", cy: "2.567", r: "1" })),
1839
- h("path", { class: "stroke-secondary", d: "M15.2 14.833h5.133M15.2 18.5h5.133" }),
1840
- h("g", { class: "stroke-secondary filled", transform: "translate(4.933 12.633)" },
1841
- h("circle", { cx: "3.667", cy: "1.467", r: "1.467" }),
1842
- h("path", { d: "M7.333 7.7H0a2.933 2.933 0 0 1 2.933-2.933H4.4A2.933 2.933 0 0 1 7.333 7.7z" })))),
652
+ markup: () => (h("g", null, h("g", { class: "stroke-primary", transform: "translate(2 2)" }, h("path", { d: "M13.2 5.133H22V22H0V5.133h8.8" }), h("path", { d: "M13.2 7.333H8.8V2.2A2.2 2.2 0 0 1 11 0a2.2 2.2 0 0 1 2.2 2.2v5.133z" }), h("circle", { cx: "11", cy: "2.567", r: "1" })), h("path", { class: "stroke-secondary", d: "M15.2 14.833h5.133M15.2 18.5h5.133" }), h("g", { class: "stroke-secondary filled", transform: "translate(4.933 12.633)" }, h("circle", { cx: "3.667", cy: "1.467", r: "1.467" }), h("path", { d: "M7.333 7.7H0a2.933 2.933 0 0 1 2.933-2.933H4.4A2.933 2.933 0 0 1 7.333 7.7z" })))),
1843
653
  },
1844
654
  inbox: {
1845
- markup: () => (h("g", { class: "stroke-primary" },
1846
- h("path", { d: "M2.18 15.082h7.213v2.524h7.213v-2.524h7.213" }),
1847
- h("path", { d: "M23.819 22.655H2.18v-7.573L6.508 3.18h12.983l4.328 11.902z" }))),
655
+ markup: () => (h("g", { class: "stroke-primary" }, h("path", { d: "M2.18 15.082h7.213v2.524h7.213v-2.524h7.213" }), h("path", { d: "M23.819 22.655H2.18v-7.573L6.508 3.18h12.983l4.328 11.902z" }))),
1848
656
  },
1849
657
  'inbox-checked': {
1850
- markup: () => (h("g", null,
1851
- h("g", { class: "stroke-primary" },
1852
- h("path", { d: "M2.18 15.082h7.213v2.524h7.213v-2.524h7.213" }),
1853
- h("path", { d: "M23.819 22.655H2.18v-7.573L6.508 3.18h12.983l4.328 11.902z" })),
1854
- h("path", { d: "M9.393 9.672l2.164 2.164 5.05-5.049", class: "stroke-secondary" }))),
658
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M2.18 15.082h7.213v2.524h7.213v-2.524h7.213" }), h("path", { d: "M23.819 22.655H2.18v-7.573L6.508 3.18h12.983l4.328 11.902z" })), h("path", { d: "M9.393 9.672l2.164 2.164 5.05-5.049", class: "stroke-secondary" }))),
1855
659
  },
1856
660
  'inbox-full': {
1857
- markup: () => (h("g", null,
1858
- h("g", { class: "stroke-primary" },
1859
- h("path", { d: "M2.18 15.082h7.213v2.524h7.213v-2.524h7.213" }),
1860
- h("path", { d: "M23.819 22.655H2.18v-7.573L6.508 3.18h12.983l4.328 11.902z" })),
1861
- h("path", { class: "stroke-secondary", d: "M9.394 6.066h7.213M8.312 8.951h9.377M7.23 11.836h11.541" }))),
661
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M2.18 15.082h7.213v2.524h7.213v-2.524h7.213" }), h("path", { d: "M23.819 22.655H2.18v-7.573L6.508 3.18h12.983l4.328 11.902z" })), h("path", { class: "stroke-secondary", d: "M9.394 6.066h7.213M8.312 8.951h9.377M7.23 11.836h11.541" }))),
1862
662
  },
1863
663
  info: {
1864
- markup: () => (h("g", null,
1865
- h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }),
1866
- h("g", { class: "stroke-secondary", transform: "translate(10.067 5.3)" },
1867
- h("path", { d: "M0 15.033h5.867M0 5.5h2.933v9.533" }),
1868
- h("circle", { cx: "2.933", cy: "1.1", r: "1.1" })))),
664
+ markup: () => (h("g", null, h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }), h("g", { class: "stroke-secondary", transform: "translate(10.067 5.3)" }, h("path", { d: "M0 15.033h5.867M0 5.5h2.933v9.533" }), h("circle", { cx: "2.933", cy: "1.1", r: "1.1" })))),
1869
665
  },
1870
666
  ios: {
1871
- markup: () => (h("g", null,
1872
- h("path", { d: "M21.492 18.552c-.473 1.03-.7 1.49-1.31 2.399-.849 1.27-2.047 2.852-3.532 2.865-1.319.013-1.658-.842-3.448-.832-1.79.01-2.164.848-3.483.836-1.485-.014-2.62-1.442-3.47-2.713-2.376-3.552-2.624-7.721-1.159-9.937 1.042-1.576 2.686-2.497 4.23-2.497 1.574 0 2.563.847 3.864.847 1.262 0 2.031-.848 3.85-.848 1.375 0 2.832.735 3.87 2.005-3.401 1.83-2.848 6.6.588 7.875z", class: "stroke-primary" }),
1873
- h("path", { d: "M16.125 5.587c.69-.884 1.211-2.131 1.022-3.407-1.125.077-2.44.793-3.208 1.726-.698.846-1.274 2.102-1.05 3.322 1.228.039 2.498-.695 3.236-1.641z", class: "stroke-secondary" }))),
667
+ markup: () => (h("g", null, h("path", { d: "M21.492 18.552c-.473 1.03-.7 1.49-1.31 2.399-.849 1.27-2.047 2.852-3.532 2.865-1.319.013-1.658-.842-3.448-.832-1.79.01-2.164.848-3.483.836-1.485-.014-2.62-1.442-3.47-2.713-2.376-3.552-2.624-7.721-1.159-9.937 1.042-1.576 2.686-2.497 4.23-2.497 1.574 0 2.563.847 3.864.847 1.262 0 2.031-.848 3.85-.848 1.375 0 2.832.735 3.87 2.005-3.401 1.83-2.848 6.6.588 7.875z", class: "stroke-primary" }), h("path", { d: "M16.125 5.587c.69-.884 1.211-2.131 1.022-3.407-1.125.077-2.44.793-3.208 1.726-.698.846-1.274 2.102-1.05 3.322 1.228.039 2.498-.695 3.236-1.641z", class: "stroke-secondary" }))),
1874
668
  },
1875
669
  key: {
1876
- markup: () => (h("g", null,
1877
- h("path", { d: "M18.455 3l-7.486 7.485a6.32 6.32 0 0 0-1.605-.212 6.364 6.364 0 1 0 6.363 6.363c0-.81-.157-1.581-.432-2.294l2.25-2.251V9.364h2.728L23 6.636V3h-4.545z", class: "stroke-primary filled" }),
1878
- h("circle", { cx: "9.364", cy: "16.636", r: "1.818", class: "stroke-secondary" }))),
670
+ markup: () => (h("g", null, h("path", { d: "M18.455 3l-7.486 7.485a6.32 6.32 0 0 0-1.605-.212 6.364 6.364 0 1 0 6.363 6.363c0-.81-.157-1.581-.432-2.294l2.25-2.251V9.364h2.728L23 6.636V3h-4.545z", class: "stroke-primary filled" }), h("circle", { cx: "9.364", cy: "16.636", r: "1.818", class: "stroke-secondary" }))),
1879
671
  },
1880
672
  laptop: {
1881
- markup: () => (h("g", null,
1882
- h("path", { class: "stroke-primary", d: "M4.344 15.721V5.623c0-.797.646-1.443 1.443-1.443h14.426c.797 0 1.442.646 1.442 1.443V15.72m-9.377-9.376h1.443" }),
1883
- h("path", { d: "M15.885 17.885v1.082h-5.77v-1.082H2.18a2.885 2.885 0 0 0 2.886 2.885h15.868a2.885 2.885 0 0 0 2.886-2.885h-7.935z", class: "stroke-secondary" }))),
673
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4.344 15.721V5.623c0-.797.646-1.443 1.443-1.443h14.426c.797 0 1.442.646 1.442 1.443V15.72m-9.377-9.376h1.443" }), h("path", { d: "M15.885 17.885v1.082h-5.77v-1.082H2.18a2.885 2.885 0 0 0 2.886 2.885h15.868a2.885 2.885 0 0 0 2.886-2.885h-7.935z", class: "stroke-secondary" }))),
1884
674
  },
1885
675
  leaf: {
1886
- markup: () => (h("g", null,
1887
- h("path", { d: "M8.5 9.5c4.2-4.2 15-6 15-6s-1.4 10.4-6 15c-4.9 4.9-10.7 1.7-10.7 1.7S3.5 14.5 8.5 9.5z", class: "stroke-primary" }),
1888
- h("path", { d: "M14.5 12.5l-11 9.726", class: "stroke-secondary" }))),
676
+ markup: () => (h("g", null, h("path", { d: "M8.5 9.5c4.2-4.2 15-6 15-6s-1.4 10.4-6 15c-4.9 4.9-10.7 1.7-10.7 1.7S3.5 14.5 8.5 9.5z", class: "stroke-primary" }), h("path", { d: "M14.5 12.5l-11 9.726", class: "stroke-secondary" }))),
1889
677
  },
1890
678
  lightbulb: {
1891
- markup: () => (h("g", null,
1892
- h("path", { class: "stroke-primary", d: "M20.889 10.067C20.889 5.612 17.332 2 12.944 2 8.557 2 5 5.612 5 10.067a8.074 8.074 0 0 0 4.333 7.179v4.187h7.223v-4.187a8.074 8.074 0 0 0 4.333-7.18zM9.333 23.633h7.223" }),
1893
- h("path", { class: "stroke-secondary", d: "M8.611 12.267c0-.81.647-1.467 1.444-1.467.798 0 1.446.657 1.446 1.467v1.466h-1.446a1.456 1.456 0 0 1-1.444-1.466zm2.889 1.466v5.5m5.778-6.966c0-.81-.647-1.467-1.445-1.467-.797 0-1.444.657-1.444 1.467v1.466h1.444c.798 0 1.445-.656 1.445-1.466zm-2.889 1.466v5.5m-2.889-5.5h2.889" }))),
679
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M20.889 10.067C20.889 5.612 17.332 2 12.944 2 8.557 2 5 5.612 5 10.067a8.074 8.074 0 0 0 4.333 7.179v4.187h7.223v-4.187a8.074 8.074 0 0 0 4.333-7.18zM9.333 23.633h7.223" }), h("path", { class: "stroke-secondary", d: "M8.611 12.267c0-.81.647-1.467 1.444-1.467.798 0 1.446.657 1.446 1.467v1.466h-1.446a1.456 1.456 0 0 1-1.444-1.466zm2.889 1.466v5.5m5.778-6.966c0-.81-.647-1.467-1.445-1.467-.797 0-1.444.657-1.444 1.467v1.466h1.444c.798 0 1.445-.656 1.445-1.466zm-2.889 1.466v5.5m-2.889-5.5h2.889" }))),
1894
680
  },
1895
681
  linechart: {
1896
- markup: () => (h("g", null,
1897
- h("path", { class: "stroke-secondary", d: "M18.549 12.473l1.784 1.427L24 9.133m-22 6.6l2.567-2.566L6.4 15l2.933-4.033 3.3 3.666 2.039-2.371m1.995 3.471v7.334m0-19.067v5.133" }),
1898
- h("circle", { cx: "16.667", cy: "11.333", r: "2.2", class: "stroke-secondary filled" }),
1899
- h("path", { d: "M2 4h22v19.067H2z", class: "stroke-primary" }))),
682
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary", d: "M18.549 12.473l1.784 1.427L24 9.133m-22 6.6l2.567-2.566L6.4 15l2.933-4.033 3.3 3.666 2.039-2.371m1.995 3.471v7.334m0-19.067v5.133" }), h("circle", { cx: "16.667", cy: "11.333", r: "2.2", class: "stroke-secondary filled" }), h("path", { d: "M2 4h22v19.067H2z", class: "stroke-primary" }))),
1900
683
  },
1901
684
  'linechart-trend': {
1902
- markup: () => (h("g", null,
1903
- h("path", { d: "M2 13h5.133l2.934-5.867 5.866 11.734L18.867 13H24", class: "stroke-secondary" }),
1904
- h("path", { d: "M2 2h22v22H2z", class: "stroke-primary" }))),
685
+ markup: () => (h("g", null, h("path", { d: "M2 13h5.133l2.934-5.867 5.866 11.734L18.867 13H24", class: "stroke-secondary" }), h("path", { d: "M2 2h22v22H2z", class: "stroke-primary" }))),
1905
686
  },
1906
687
  link: {
1907
- markup: () => (h("g", { class: "stroke-primary" },
1908
- h("path", { d: "M14.245 11.756a5.28 5.28 0 0 1 0 7.467l-3.111 3.112a5.28 5.28 0 0 1-7.468 0 5.28 5.28 0 0 1 0-7.468l2.49-2.489" }),
1909
- h("path", { d: "M19.845 13.623l2.49-2.49a5.28 5.28 0 0 0 0-7.467 5.28 5.28 0 0 0-7.468 0l-3.111 3.112a5.28 5.28 0 0 0 0 7.467" }))),
688
+ markup: () => (h("g", { class: "stroke-primary" }, h("path", { d: "M14.245 11.756a5.28 5.28 0 0 1 0 7.467l-3.111 3.112a5.28 5.28 0 0 1-7.468 0 5.28 5.28 0 0 1 0-7.468l2.49-2.489" }), h("path", { d: "M19.845 13.623l2.49-2.49a5.28 5.28 0 0 0 0-7.467 5.28 5.28 0 0 0-7.468 0l-3.111 3.112a5.28 5.28 0 0 0 0 7.467" }))),
1910
689
  },
1911
690
  list: {
1912
- markup: () => (h("g", null,
1913
- h("path", { class: "stroke-secondary filled", d: "M3 2h4.714v4.714H3zm0 8.643h4.714v4.714H3zm0 8.643h4.714V24H3z" }),
1914
- h("path", { class: "stroke-primary", d: "M10.643 4.357H24M10.643 13H24m-13.357 8.643H24" }))),
691
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary filled", d: "M3 2h4.714v4.714H3zm0 8.643h4.714v4.714H3zm0 8.643h4.714V24H3z" }), h("path", { class: "stroke-primary", d: "M10.643 4.357H24M10.643 13H24m-13.357 8.643H24" }))),
1915
692
  },
1916
693
  location: {
1917
- markup: () => (h("g", null,
1918
- h("path", { d: "M21.407 10.239c0 5.558-8.204 13.761-8.204 13.761S5 15.797 5 10.239C5 5.025 9.24 2 13.203 2c3.964 0 8.204 3.025 8.204 8.239z", class: "stroke-primary" }),
1919
- h("circle", { cx: "13.203", cy: "10.203", r: "2.983", class: "stroke-secondary filled" }))),
694
+ markup: () => (h("g", null, h("path", { d: "M21.407 10.239c0 5.558-8.204 13.761-8.204 13.761S5 15.797 5 10.239C5 5.025 9.24 2 13.203 2c3.964 0 8.204 3.025 8.204 8.239z", class: "stroke-primary" }), h("circle", { cx: "13.203", cy: "10.203", r: "2.983", class: "stroke-secondary filled" }))),
1920
695
  },
1921
696
  'location-base': {
1922
- markup: () => (h("g", null,
1923
- h("path", { d: "M6.607 17.869L3 23.639h20.197l-3.607-5.77", class: "stroke-primary" }),
1924
- h("g", { class: "stroke-secondary", transform: "translate(5.885 2.026)" },
1925
- h("path", { d: "M14.426 6.885c0 4.25-7.213 11.843-7.213 11.843S0 11.135 0 6.885C0 2.528 3.727 0 7.213 0s7.213 2.528 7.213 6.885z" }),
1926
- h("circle", { cx: "7.213", cy: "7.213", r: "2.164", class: "filled" })))),
697
+ markup: () => (h("g", null, h("path", { d: "M6.607 17.869L3 23.639h20.197l-3.607-5.77", class: "stroke-primary" }), h("g", { class: "stroke-secondary", transform: "translate(5.885 2.026)" }, h("path", { d: "M14.426 6.885c0 4.25-7.213 11.843-7.213 11.843S0 11.135 0 6.885C0 2.528 3.727 0 7.213 0s7.213 2.528 7.213 6.885z" }), h("circle", { cx: "7.213", cy: "7.213", r: "2.164", class: "filled" })))),
1927
698
  },
1928
699
  'location-prohibited': {
1929
- markup: () => (h("g", null,
1930
- h("g", { class: "stroke-primary", transform: "translate(2.588 2.023)" },
1931
- h("path", { d: "M3.647 14.212L.412 19.388h9.594m5.935-13.212c0 3.813-6.47 10.624-6.47 10.624S3 9.99 3 6.177C3 2.267 6.344 0 9.47 0c3.127 0 6.471 2.268 6.471 6.176z" }),
1932
- h("circle", { cx: "9.471", cy: "6.471", r: "1.941", class: "filled" })),
1933
- h("path", { class: "stroke-secondary", d: "M18.882 16A3.877 3.877 0 0 0 15 19.882a3.877 3.877 0 0 0 3.882 3.883 3.877 3.877 0 0 0 3.883-3.883A3.877 3.877 0 0 0 18.882 16zM16.5 22.5l5-5" }))),
700
+ markup: () => (h("g", null, h("g", { class: "stroke-primary", transform: "translate(2.588 2.023)" }, h("path", { d: "M3.647 14.212L.412 19.388h9.594m5.935-13.212c0 3.813-6.47 10.624-6.47 10.624S3 9.99 3 6.177C3 2.267 6.344 0 9.47 0c3.127 0 6.471 2.268 6.471 6.176z" }), h("circle", { cx: "9.471", cy: "6.471", r: "1.941", class: "filled" })), h("path", { class: "stroke-secondary", d: "M18.882 16A3.877 3.877 0 0 0 15 19.882a3.877 3.877 0 0 0 3.882 3.883 3.877 3.877 0 0 0 3.883-3.883A3.877 3.877 0 0 0 18.882 16zM16.5 22.5l5-5" }))),
1934
701
  },
1935
702
  lock: {
1936
- markup: () => (h("g", null,
1937
- h("path", { class: "stroke-primary", d: "M17.467 8.967V6.4a4.4 4.4 0 0 0-4.4-4.4 4.4 4.4 0 0 0-4.4 4.4v2.567m11 15.033h-13.2C5.657 24 5 23.343 5 22.533V12.267c0-.81.657-1.467 1.467-1.467h13.2c.81 0 1.466.657 1.466 1.467v10.266c0 .81-.656 1.467-1.466 1.467z" }),
1938
- h("g", { class: "stroke-secondary filled", transform: "translate(10.867 14.1)" },
1939
- h("path", { d: "M2.2 4.4v2.2" }),
1940
- h("circle", { cx: "2.2", cy: "2.2", r: "2.2" })))),
703
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M17.467 8.967V6.4a4.4 4.4 0 0 0-4.4-4.4 4.4 4.4 0 0 0-4.4 4.4v2.567m11 15.033h-13.2C5.657 24 5 23.343 5 22.533V12.267c0-.81.657-1.467 1.467-1.467h13.2c.81 0 1.466.657 1.466 1.467v10.266c0 .81-.656 1.467-1.466 1.467z" }), h("g", { class: "stroke-secondary filled", transform: "translate(10.867 14.1)" }, h("path", { d: "M2.2 4.4v2.2" }), h("circle", { cx: "2.2", cy: "2.2", r: "2.2" })))),
1941
704
  },
1942
705
  logout: {
1943
- markup: () => (h("g", null,
1944
- h("path", { class: "stroke-primary", d: "M15.797 13.932v5.593h-5.594M2 2.373V2h13.797v7.458" }),
1945
- h("path", { d: "M2 2l8.203 5.22V24L2 19.525V2", class: "stroke-primary filled" }),
1946
- h("path", { class: "stroke-secondary", d: "M19.898 7.593L24 11.695l-4.102 4.101m-6.712-4.101H24" }))),
706
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M15.797 13.932v5.593h-5.594M2 2.373V2h13.797v7.458" }), h("path", { d: "M2 2l8.203 5.22V24L2 19.525V2", class: "stroke-primary filled" }), h("path", { class: "stroke-secondary", d: "M19.898 7.593L24 11.695l-4.102 4.101m-6.712-4.101H24" }))),
1947
707
  },
1948
708
  loop: {
1949
- markup: () => (h("g", { class: "stroke-primary" },
1950
- h("path", { d: "M15 15.094c1.579 1.128 3.5 2.44 5.072 2.44 2.208 0 3.928-1.764 3.928-3.973 0-2.209-1.72-4.094-3.928-4.094-3.405 0-11.105 8.067-14.144 8.067C3.72 17.534 2 15.77 2 13.561c0-2.209 1.72-4.094 3.928-4.094 1.436 0 3.188 1.214 4.678 2.28" }),
1951
- h("path", { d: "M9.466 8.254l1.14 3.494-3.484 1.137" }))),
709
+ markup: () => (h("g", { class: "stroke-primary" }, h("path", { d: "M15 15.094c1.579 1.128 3.5 2.44 5.072 2.44 2.208 0 3.928-1.764 3.928-3.973 0-2.209-1.72-4.094-3.928-4.094-3.405 0-11.105 8.067-14.144 8.067C3.72 17.534 2 15.77 2 13.561c0-2.209 1.72-4.094 3.928-4.094 1.436 0 3.188 1.214 4.678 2.28" }), h("path", { d: "M9.466 8.254l1.14 3.494-3.484 1.137" }))),
1952
710
  },
1953
711
  mail: {
1954
- markup: () => (h("g", null,
1955
- h("g", { class: "stroke-primary" },
1956
- h("path", { d: "M2 6.467v13.2c0 .81.656 1.466 1.466 1.466h19.067c.81 0 1.467-.656 1.467-1.466v-13.2C24 5.657 23.343 5 22.533 5H3.466C2.656 5 2 5.657 2 6.467z", class: "filled" }),
1957
- h("path", { d: "M4.933 17.467L7.866 13.8m13.2 3.667L18.133 13.8" })),
1958
- h("path", { d: "M4.933 7.933l8.067 6.6 8.067-6.6", class: "stroke-secondary" }))),
712
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M2 6.467v13.2c0 .81.656 1.466 1.466 1.466h19.067c.81 0 1.467-.656 1.467-1.466v-13.2C24 5.657 23.343 5 22.533 5H3.466C2.656 5 2 5.657 2 6.467z", class: "filled" }), h("path", { d: "M4.933 17.467L7.866 13.8m13.2 3.667L18.133 13.8" })), h("path", { d: "M4.933 7.933l8.067 6.6 8.067-6.6", class: "stroke-secondary" }))),
1959
713
  },
1960
714
  math: {
1961
- markup: () => (h("g", null,
1962
- h("path", { class: "stroke-primary", d: "M2 2h22v22H2zm11 0v22M2 13h22" }),
1963
- h("path", { class: "stroke-secondary", d: "M7.5 5.143v4.716M9.857 7.5H5.143m4.125 9.233l-3.536 3.535m3.536.001l-3.536-3.537M20.857 7.5h-4.714m4.714 9.429h-4.714m4.714 3.143h-4.714" }))),
715
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M2 2h22v22H2zm11 0v22M2 13h22" }), h("path", { class: "stroke-secondary", d: "M7.5 5.143v4.716M9.857 7.5H5.143m4.125 9.233l-3.536 3.535m3.536.001l-3.536-3.537M20.857 7.5h-4.714m4.714 9.429h-4.714m4.714 3.143h-4.714" }))),
1964
716
  },
1965
717
  medal: {
1966
- markup: () => (h("g", null,
1967
- h("g", { class: "stroke-primary" },
1968
- h("path", { d: "M8.931 12.63L4.233 3.233h5.6l3.733 7.467m4.636 1.929L22.9 3.233h-5.6L13.566 10.7" })),
1969
- h("circle", { cx: "13.567", cy: "17.233", r: "6.533", class: "stroke-secondary" }),
1970
- h("path", { d: "M13.567 13.857l1.097 2.223 2.453.356-1.775 1.731.419 2.443-2.194-1.153-2.195 1.153.419-2.443-1.775-1.731 2.453-.356z", class: "stroke-secondary filled" }))),
718
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M8.931 12.63L4.233 3.233h5.6l3.733 7.467m4.636 1.929L22.9 3.233h-5.6L13.566 10.7" })), h("circle", { cx: "13.567", cy: "17.233", r: "6.533", class: "stroke-secondary" }), h("path", { d: "M13.567 13.857l1.097 2.223 2.453.356-1.775 1.731.419 2.443-2.194-1.153-2.195 1.153.419-2.443-1.775-1.731 2.453-.356z", class: "stroke-secondary filled" }))),
1971
719
  },
1972
720
  megaphone: {
1973
- markup: () => (h("g", null,
1974
- h("path", { class: "stroke-primary", d: "M9.468 16.957l1.925 4.314c.362.81-.002 1.76-.812 2.122a1.607 1.607 0 0 1-2.123-.812l-3.51-7.866M6.4 8.133v6.6" }),
1975
- h("g", { class: "stroke-secondary" },
1976
- h("path", { d: "M16.667 19.867l-7.333-5.134H5.3a3.3 3.3 0 0 1-3.3-3.3 3.3 3.3 0 0 1 3.3-3.3h4.034L16.667 3v16.867z", class: "filled" }),
1977
- h("path", { d: "M21.067 11.433H24m-4.21-4.766L22.33 5.2m-2.54 11l2.54 1.467" })))),
721
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M9.468 16.957l1.925 4.314c.362.81-.002 1.76-.812 2.122a1.607 1.607 0 0 1-2.123-.812l-3.51-7.866M6.4 8.133v6.6" }), h("g", { class: "stroke-secondary" }, h("path", { d: "M16.667 19.867l-7.333-5.134H5.3a3.3 3.3 0 0 1-3.3-3.3 3.3 3.3 0 0 1 3.3-3.3h4.034L16.667 3v16.867z", class: "filled" }), h("path", { d: "M21.067 11.433H24m-4.21-4.766L22.33 5.2m-2.54 11l2.54 1.467" })))),
1978
722
  },
1979
723
  'message-forward': {
1980
724
  markup: () => (h("path", { d: "M24 12.345L14.517 4v4.931C8.443 8.931 2 10.751 2 21.448c2.781-3.793 5.043-4.93 12.517-4.93v4.93L24 12.345z", class: "stroke-primary" })),
@@ -1986,968 +730,424 @@ const icons = {
1986
730
  markup: () => (h("path", { d: "M24 12.345L14.517 4v4.931C7.043 8.931 4.661 7.598 2 4c0 11.14 7.006 12.517 12.517 12.517v4.931L24 12.345z", class: "stroke-primary filled" })),
1987
731
  },
1988
732
  'mobile-button': {
1989
- markup: () => (h("g", null,
1990
- h("path", { class: "stroke-primary", d: "M4 5.667h15.4M4 17.4h15.4M17.933 24H5.467C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467v19.066c0 .81-.657 1.467-1.467 1.467z" }),
1991
- h("circle", { cx: "11.7", cy: "20.7", r: "1.1", class: "stroke-secondary" }))),
733
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4 5.667h15.4M4 17.4h15.4M17.933 24H5.467C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467v19.066c0 .81-.657 1.467-1.467 1.467z" }), h("circle", { cx: "11.7", cy: "20.7", r: "1.1", class: "stroke-secondary" }))),
1992
734
  },
1993
735
  'mobile-edit': {
1994
- markup: () => (h("g", null,
1995
- h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h11.367M13.167 24h-7.7C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467V14.1" }),
1996
- h("g", { class: "stroke-secondary" },
1997
- h("path", { d: "M10.967 4.2h1.467" }),
1998
- h("path", { d: "M17.934 23.267l-2.2.366.366-2.2 6.234-6.233 1.833 1.833z", class: "filled" })))),
736
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h11.367M13.167 24h-7.7C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467V14.1" }), h("g", { class: "stroke-secondary" }, h("path", { d: "M10.967 4.2h1.467" }), h("path", { d: "M17.934 23.267l-2.2.366.366-2.2 6.234-6.233 1.833 1.833z", class: "filled" })))),
1999
737
  },
2000
738
  'mobile-heart': {
2001
- markup: () => (h("g", null,
2002
- h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h8.433M16.467 24h-11C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467v9.166" }),
2003
- h("g", { class: "stroke-secondary" },
2004
- h("path", { d: "M10.967 4.2h1.467" }),
2005
- h("path", { d: "M23.097 15.927c-1.07-1.108-2.856-.926-3.697.384a2.351 2.351 0 0 0-3.697-.384 2.546 2.546 0 0 0 0 3.513l3.697 3.827 3.697-3.827a2.546 2.546 0 0 0 0-3.513z", class: "filled" })))),
739
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h8.433M16.467 24h-11C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467v9.166" }), h("g", { class: "stroke-secondary" }, h("path", { d: "M10.967 4.2h1.467" }), h("path", { d: "M23.097 15.927c-1.07-1.108-2.856-.926-3.697.384a2.351 2.351 0 0 0-3.697-.384 2.546 2.546 0 0 0 0 3.513l3.697 3.827 3.697-3.827a2.546 2.546 0 0 0 0-3.513z", class: "filled" })))),
2006
740
  },
2007
741
  'mobile-location': {
2008
- markup: () => (h("g", null,
2009
- h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h9.167m3.3 5.867h-11C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467V14.1" }),
2010
- h("g", { class: "stroke-secondary", transform: "translate(10.733 4.1)" },
2011
- h("path", { d: "M5 13.667a3.667 3.667 0 1 1 7.333 0c0 2.245-3.666 5.866-3.666 5.866S5 15.913 5 13.667z", class: "filled" }),
2012
- h("circle", { cx: "8.667", cy: "13.667", r: "1" }),
2013
- h("path", { d: "M.233.1H1.7" })))),
742
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h9.167m3.3 5.867h-11C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467V14.1" }), h("g", { class: "stroke-secondary", transform: "translate(10.733 4.1)" }, h("path", { d: "M5 13.667a3.667 3.667 0 1 1 7.333 0c0 2.245-3.666 5.866-3.666 5.866S5 15.913 5 13.667z", class: "filled" }), h("circle", { cx: "8.667", cy: "13.667", r: "1" }), h("path", { d: "M.233.1H1.7" })))),
2014
743
  },
2015
744
  'mobile-lock': {
2016
- markup: () => (h("g", null,
2017
- h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h11M15 24H5.467C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467v8.066" }),
2018
- h("g", { class: "stroke-secondary", transform: "translate(10.2 3.733)" },
2019
- h("path", { d: "M.767.467h1.466" }),
2020
- h("path", { d: "M7 15.133h7.333v5.133H7z", class: "filled" }),
2021
- h("path", { d: "M8.467 15.133V12.2a2.2 2.2 0 0 1 2.2-2.2 2.2 2.2 0 0 1 2.2 2.2v2.933" }),
2022
- h("circle", { cx: "10.667", cy: "17.7", r: "1" })))),
745
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h11M15 24H5.467C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467v8.066" }), h("g", { class: "stroke-secondary", transform: "translate(10.2 3.733)" }, h("path", { d: "M.767.467h1.466" }), h("path", { d: "M7 15.133h7.333v5.133H7z", class: "filled" }), h("path", { d: "M8.467 15.133V12.2a2.2 2.2 0 0 1 2.2-2.2 2.2 2.2 0 0 1 2.2 2.2v2.933" }), h("circle", { cx: "10.667", cy: "17.7", r: "1" })))),
2023
746
  },
2024
747
  'mobile-remove': {
2025
- markup: () => (h("g", null,
2026
- h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h8.8M14.267 24h-8.8C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467V15.2" }),
2027
- h("g", { class: "stroke-secondary", transform: "translate(10 4.2)" },
2028
- h("circle", { cx: "9.4", cy: "15.4", r: "4.4", class: "filled" }),
2029
- h("path", { d: "M7.933 15.4h2.934M.967 0h1.466" })))),
748
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h8.8M14.267 24h-8.8C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467V15.2" }), h("g", { class: "stroke-secondary", transform: "translate(10 4.2)" }, h("circle", { cx: "9.4", cy: "15.4", r: "4.4", class: "filled" }), h("path", { d: "M7.933 15.4h2.934M.967 0h1.466" })))),
2030
749
  },
2031
750
  'mobile-rotate': {
2032
- markup: () => (h("g", null,
2033
- h("path", { class: "stroke-primary", d: "M3.75 13.084l9.334-9.334M11.45 20.784l9.334-9.334m2.786 4.86l-7.26 7.26a1.467 1.467 0 0 1-2.074 0L2.43 11.763a1.467 1.467 0 0 1 0-2.074l7.26-7.26a1.467 1.467 0 0 1 2.074 0L23.57 14.238a1.466 1.466 0 0 1 0 2.074z" }),
2034
- h("path", { class: "stroke-secondary", d: "M7.867 24A5.866 5.866 0 0 1 2 18.133M24 7.867A5.866 5.866 0 0 0 18.133 2" }))),
751
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M3.75 13.084l9.334-9.334M11.45 20.784l9.334-9.334m2.786 4.86l-7.26 7.26a1.467 1.467 0 0 1-2.074 0L2.43 11.763a1.467 1.467 0 0 1 0-2.074l7.26-7.26a1.467 1.467 0 0 1 2.074 0L23.57 14.238a1.466 1.466 0 0 1 0 2.074z" }), h("path", { class: "stroke-secondary", d: "M7.867 24A5.866 5.866 0 0 1 2 18.133M24 7.867A5.866 5.866 0 0 0 18.133 2" }))),
2035
752
  },
2036
753
  'mobile-search': {
2037
- markup: () => (h("g", null,
2038
- h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h9.167M17.2 24H5.467C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467v11" }),
2039
- h("g", { class: "stroke-secondary", transform: "translate(10.733 3.467)" },
2040
- h("path", { d: "M.233.733H1.7m12.833 19.8L11.26 17.26" }),
2041
- h("circle", { cx: "8.667", cy: "14.667", r: "3.667", class: "filled" })))),
754
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h9.167M17.2 24H5.467C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467v11" }), h("g", { class: "stroke-secondary", transform: "translate(10.733 3.467)" }, h("path", { d: "M.233.733H1.7m12.833 19.8L11.26 17.26" }), h("circle", { cx: "8.667", cy: "14.667", r: "3.667", class: "filled" })))),
2042
755
  },
2043
756
  'mobile-settings': {
2044
- markup: () => (h("g", null,
2045
- h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h8.433M13.9 24H5.467C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467V11.9" }),
2046
- h("g", { class: "stroke-secondary", transform: "translate(10.905 3.467)" },
2047
- h("path", { d: "M.062.733h1.466" }),
2048
- h("path", { d: "M11.795 15.767c0-.162-.015-.32-.038-.474l1.233-1.275-.733-1.27-1.719.43a3.29 3.29 0 0 0-.823-.476L9.228 11H7.762l-.487 1.702a3.29 3.29 0 0 0-.823.476l-1.718-.43L4 14.018l1.233 1.275a3.26 3.26 0 0 0-.038.474c0 .161.015.319.038.474L4 17.515l.733 1.27 1.719-.43c.248.196.525.357.823.476l.487 1.702h1.466l.486-1.702a3.29 3.29 0 0 0 .824-.476l1.718.43.734-1.27-1.233-1.274a3.26 3.26 0 0 0 .038-.474z", class: "filled" }),
2049
- h("circle", { cx: "8.495", cy: "15.767", r: "1.1" })))),
757
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h8.433M13.9 24H5.467C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467V11.9" }), h("g", { class: "stroke-secondary", transform: "translate(10.905 3.467)" }, h("path", { d: "M.062.733h1.466" }), h("path", { d: "M11.795 15.767c0-.162-.015-.32-.038-.474l1.233-1.275-.733-1.27-1.719.43a3.29 3.29 0 0 0-.823-.476L9.228 11H7.762l-.487 1.702a3.29 3.29 0 0 0-.823.476l-1.718-.43L4 14.018l1.233 1.275a3.26 3.26 0 0 0-.038.474c0 .161.015.319.038.474L4 17.515l.733 1.27 1.719-.43c.248.196.525.357.823.476l.487 1.702h1.466l.486-1.702a3.29 3.29 0 0 0 .824-.476l1.718.43.734-1.27-1.233-1.274a3.26 3.26 0 0 0 .038-.474z", class: "filled" }), h("circle", { cx: "8.495", cy: "15.767", r: "1.1" })))),
2050
758
  },
2051
759
  'mobile-time': {
2052
- markup: () => (h("g", null,
2053
- h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h8.8M14.267 24h-8.8C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467V15.2" }),
2054
- h("g", { class: "stroke-secondary", transform: "translate(10 4.2)" },
2055
- h("path", { d: "M.967 0h1.466" }),
2056
- h("circle", { cx: "9.4", cy: "15.4", r: "4.4", class: "filled" }),
2057
- h("path", { d: "M9.4 13.567V15.4h1.833" })))),
760
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4 6.4h15.4M4 18.133h8.8M14.267 24h-8.8C4.657 24 4 23.343 4 22.533V3.467C4 2.657 4.657 2 5.467 2h12.466c.81 0 1.467.657 1.467 1.467V15.2" }), h("g", { class: "stroke-secondary", transform: "translate(10 4.2)" }, h("path", { d: "M.967 0h1.466" }), h("circle", { cx: "9.4", cy: "15.4", r: "4.4", class: "filled" }), h("path", { d: "M9.4 13.567V15.4h1.833" })))),
2058
761
  },
2059
762
  'money-time': {
2060
- markup: () => (h("g", null,
2061
- h("g", { class: "stroke-secondary", transform: "translate(15.2 13.733)" },
2062
- h("path", { d: "M0 2.2v2.933c0 1.215 1.97 2.2 4.4 2.2 2.43 0 4.4-.985 4.4-2.2V2.2" }),
2063
- h("path", { d: "M0 5.133v2.934c0 1.215 1.97 2.2 4.4 2.2 2.43 0 4.4-.985 4.4-2.2V5.133" }),
2064
- h("ellipse", { cx: "4.4", cy: "2.2", rx: "4.4", ry: "2.2" })),
2065
- h("path", { class: "stroke-primary", d: "M11.533 6.4v5.133h-5.5M13 20.954a9.534 9.534 0 1 1 8.066-9.421" }))),
763
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary", transform: "translate(15.2 13.733)" }, h("path", { d: "M0 2.2v2.933c0 1.215 1.97 2.2 4.4 2.2 2.43 0 4.4-.985 4.4-2.2V2.2" }), h("path", { d: "M0 5.133v2.934c0 1.215 1.97 2.2 4.4 2.2 2.43 0 4.4-.985 4.4-2.2V5.133" }), h("ellipse", { cx: "4.4", cy: "2.2", rx: "4.4", ry: "2.2" })), h("path", { class: "stroke-primary", d: "M11.533 6.4v5.133h-5.5M13 20.954a9.534 9.534 0 1 1 8.066-9.421" }))),
2066
764
  },
2067
765
  motorcycle: {
2068
- markup: () => (h("g", null,
2069
- h("g", { class: "stroke-primary" },
2070
- h("path", { d: "M17.968 17.42c-3.118.593-5.186.801-6.205.623-.92-.162-3.02-1.052-3.02-1.052m14.192-1.416s.299-2.542-2.492-3.26c.567-.64 1.954-1.491 1.954-2.91 0-3.603-5.224-3.12-5.224-3.12.83.554 1.38 1.13 1.646 1.731.4.901-.283 1.772-.851 1.914-.436-.728-1.463-1.119-3.08-1.174-2.428-.083-3.892 2.275-3.892 2.275l-3.063-.459-2.03-.96-3.548-.709v1.42l3.548 3.548m12.373-4.078l-2.985 1.949" })),
2071
- h("g", { class: "stroke-secondary filled", transform: "translate(2.355 13.871)" },
2072
- h("circle", { cx: "3.194", cy: "3.194", r: "3.194" }),
2073
- h("circle", { cx: "18.452", cy: "3.548", r: "2.839" })))),
766
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M17.968 17.42c-3.118.593-5.186.801-6.205.623-.92-.162-3.02-1.052-3.02-1.052m14.192-1.416s.299-2.542-2.492-3.26c.567-.64 1.954-1.491 1.954-2.91 0-3.603-5.224-3.12-5.224-3.12.83.554 1.38 1.13 1.646 1.731.4.901-.283 1.772-.851 1.914-.436-.728-1.463-1.119-3.08-1.174-2.428-.083-3.892 2.275-3.892 2.275l-3.063-.459-2.03-.96-3.548-.709v1.42l3.548 3.548m12.373-4.078l-2.985 1.949" })), h("g", { class: "stroke-secondary filled", transform: "translate(2.355 13.871)" }, h("circle", { cx: "3.194", cy: "3.194", r: "3.194" }), h("circle", { cx: "18.452", cy: "3.548", r: "2.839" })))),
2074
767
  },
2075
768
  motorhome: {
2076
- markup: () => (h("g", null,
2077
- h("g", { class: "stroke-primary" },
2078
- h("path", { d: "M16.31 10.033h.764c.664-.02 1.122.138 1.375.474 1.539 2.05 2.347 3.15 3.144 4.1h1.324c.586 0 .902.475.902 1.087v4.438h-2.822m-4.391 0H9.032" }),
2079
- h("path", { d: "M4.705 20.132H3.27c-.803 0-1.09-.717-1.09-1.4V7.424c0-1.162.783-1.822 1.638-1.822h13.65c1.302.423 3.517 1.23 3.885 2.236.225.615-.307 1.347-1.596 2.195h-4.906c-.771 0-1.064.537-1.064 1.324v5.05H2.18M5 3.8h3.506L10 5.602H5z" })),
2080
- h("g", { class: "stroke-secondary" },
2081
- h("g", { class: "filled", transform: "translate(3.721 17.174)" },
2082
- h("circle", { cx: "3.148", cy: "2.957", r: "2.164" }),
2083
- h("circle", { cx: "15.049", cy: "2.957", r: "2.164" })),
2084
- h("path", { d: "M5 9h5v4H5zm17.495 7.504h1.324V18h-1.324zm-7-4.504h2.023l1.92 2.547h-3.943zm2.497-3.983h-4" })))),
769
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M16.31 10.033h.764c.664-.02 1.122.138 1.375.474 1.539 2.05 2.347 3.15 3.144 4.1h1.324c.586 0 .902.475.902 1.087v4.438h-2.822m-4.391 0H9.032" }), h("path", { d: "M4.705 20.132H3.27c-.803 0-1.09-.717-1.09-1.4V7.424c0-1.162.783-1.822 1.638-1.822h13.65c1.302.423 3.517 1.23 3.885 2.236.225.615-.307 1.347-1.596 2.195h-4.906c-.771 0-1.064.537-1.064 1.324v5.05H2.18M5 3.8h3.506L10 5.602H5z" })), h("g", { class: "stroke-secondary" }, h("g", { class: "filled", transform: "translate(3.721 17.174)" }, h("circle", { cx: "3.148", cy: "2.957", r: "2.164" }), h("circle", { cx: "15.049", cy: "2.957", r: "2.164" })), h("path", { d: "M5 9h5v4H5zm17.495 7.504h1.324V18h-1.324zm-7-4.504h2.023l1.92 2.547h-3.943zm2.497-3.983h-4" })))),
2085
770
  },
2086
771
  movie: {
2087
- markup: () => (h("g", null,
2088
- h("path", { d: "M4 11h19v13H4z", class: "stroke-primary" }),
2089
- h("path", { d: "M11.339 13.887l5.677 3.548-5.677 3.549z", class: "stroke-secondary filled" }),
2090
- h("path", { class: "stroke-secondary", d: "M20.934 6.107L18.31 2.885m-1.59 3.829l-2.622-3.217m-1.593 3.825L9.887 4.108M8.29 7.929L5.659 4.723M3.886 8.565l19.225-2.772-.554-3.524L3.38 5.052z" }))),
772
+ markup: () => (h("g", null, h("path", { d: "M4 11h19v13H4z", class: "stroke-primary" }), h("path", { d: "M11.339 13.887l5.677 3.548-5.677 3.549z", class: "stroke-secondary filled" }), h("path", { class: "stroke-secondary", d: "M20.934 6.107L18.31 2.885m-1.59 3.829l-2.622-3.217m-1.593 3.825L9.887 4.108M8.29 7.929L5.659 4.723M3.886 8.565l19.225-2.772-.554-3.524L3.38 5.052z" }))),
2091
773
  },
2092
774
  music: {
2093
- markup: () => (h("g", null,
2094
- h("path", { class: "stroke-secondary", d: "M9.135 7.107h14.57m.001 11.393V2H9.135v18.857" }),
2095
- h("g", { class: "stroke-primary", transform: "translate(3 15.357)" },
2096
- h("ellipse", { cx: "3.068", cy: "5.5", rx: "3.068", ry: "3.143" }),
2097
- h("ellipse", { cx: "17.638", cy: "3.143", rx: "3.068", ry: "3.143" })))),
775
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary", d: "M9.135 7.107h14.57m.001 11.393V2H9.135v18.857" }), h("g", { class: "stroke-primary", transform: "translate(3 15.357)" }, h("ellipse", { cx: "3.068", cy: "5.5", rx: "3.068", ry: "3.143" }), h("ellipse", { cx: "17.638", cy: "3.143", rx: "3.068", ry: "3.143" })))),
2098
776
  },
2099
777
  'nest-egg': {
2100
- markup: () => (h("g", null,
2101
- h("g", { class: "stroke-primary" },
2102
- h("path", { d: "M5.84 12.589c-2.441.259-3.662 1.144-3.662 2.657 0 4.19 3.97 8.903 10.862 8.903 6.893 0 10.08-4.34 10.08-8.903 0-1.173-.728-2.549-2.88-2.657" }),
2103
- h("path", { d: "M4.795 17.235c1.07.728 2.606 1.482 5.04 1.85.961.145 2.06.23 3.327.23m2.661-.174c5.009-.683 7.157-3.196 7.98-4.035M2.398 18.209c.117.078 2.081 1.095 2.325 1.228.88.48 2.017.95 2.793 1.123m12.104-.6c-1.965.692-4.334 1.151-6.337.948m3.983 1.281c-.952.232-2.008.33-2.688.33m.12 2.264c-1.303-.509-3.019-2.305-3.14-3.455m-.501 2.572c-1.229-.692-1.705-2.057-1.826-3.207" })),
2104
- h("g", { class: "stroke-secondary" },
2105
- h("path", { d: "M5.84 12.59C5.84 7.047 9.04 2 13.04 2c3.967 0 7.2 5.048 7.2 10.59 0 1.89-.717 3.247-.954 3.884-1.4.512-3.364 1.351-6.246 1.351-2.882 0-5.291-.744-6.056-1.281-.232-.63-1.144-2.064-1.144-3.955z", class: "filled" }),
2106
- h("path", { d: "M15.44 7.23c-1.226-.603-4.8-.875-4.8 1.285 0 2.694 4.8 1.645 4.8 4.022 0 2.377-2.836 2.2-4.8 1.426m2.4-8.123v9.6" })),
2107
- h("path", { class: "stroke-primary", d: "M4.795 15.263c1.07.728 3.263 2.562 8.367 2.562 2.503 0 5.164-.753 7.985-2.26" }))),
778
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M5.84 12.589c-2.441.259-3.662 1.144-3.662 2.657 0 4.19 3.97 8.903 10.862 8.903 6.893 0 10.08-4.34 10.08-8.903 0-1.173-.728-2.549-2.88-2.657" }), h("path", { d: "M4.795 17.235c1.07.728 2.606 1.482 5.04 1.85.961.145 2.06.23 3.327.23m2.661-.174c5.009-.683 7.157-3.196 7.98-4.035M2.398 18.209c.117.078 2.081 1.095 2.325 1.228.88.48 2.017.95 2.793 1.123m12.104-.6c-1.965.692-4.334 1.151-6.337.948m3.983 1.281c-.952.232-2.008.33-2.688.33m.12 2.264c-1.303-.509-3.019-2.305-3.14-3.455m-.501 2.572c-1.229-.692-1.705-2.057-1.826-3.207" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M5.84 12.59C5.84 7.047 9.04 2 13.04 2c3.967 0 7.2 5.048 7.2 10.59 0 1.89-.717 3.247-.954 3.884-1.4.512-3.364 1.351-6.246 1.351-2.882 0-5.291-.744-6.056-1.281-.232-.63-1.144-2.064-1.144-3.955z", class: "filled" }), h("path", { d: "M15.44 7.23c-1.226-.603-4.8-.875-4.8 1.285 0 2.694 4.8 1.645 4.8 4.022 0 2.377-2.836 2.2-4.8 1.426m2.4-8.123v9.6" })), h("path", { class: "stroke-primary", d: "M4.795 15.263c1.07.728 3.263 2.562 8.367 2.562 2.503 0 5.164-.753 7.985-2.26" }))),
2108
779
  },
2109
780
  newspaper: {
2110
- markup: () => (h("g", null,
2111
- h("g", { class: "stroke-primary" },
2112
- h("path", { d: "M6.4 14.467H2V21.8c0 1.21.99 2.2 2.2 2.2" }),
2113
- h("path", { d: "M6.4 2v19.8c0 1.21-.99 2.2-2.2 2.2h17.6c1.21 0 2.2-.99 2.2-2.2V2H6.4z" })),
2114
- h("path", { class: "stroke-secondary", d: "M17.4 5.667h2.934M17.4 9.334h2.934M10.067 13h10.267M13 20.334h-2.933M13 16.667h-2.933" }),
2115
- h("path", { class: "stroke-secondary filled", d: "M10.067 5.667h4.4v3.667h-4.4zm5.867 11h4.4v3.667h-4.4z" }))),
781
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M6.4 14.467H2V21.8c0 1.21.99 2.2 2.2 2.2" }), h("path", { d: "M6.4 2v19.8c0 1.21-.99 2.2-2.2 2.2h17.6c1.21 0 2.2-.99 2.2-2.2V2H6.4z" })), h("path", { class: "stroke-secondary", d: "M17.4 5.667h2.934M17.4 9.334h2.934M10.067 13h10.267M13 20.334h-2.933M13 16.667h-2.933" }), h("path", { class: "stroke-secondary filled", d: "M10.067 5.667h4.4v3.667h-4.4zm5.867 11h4.4v3.667h-4.4z" }))),
2116
782
  },
2117
783
  options: {
2118
- markup: () => (h("g", { class: "stroke-primary uniform" },
2119
- h("circle", { cx: "13", cy: "22", r: "1.45" }),
2120
- h("circle", { cx: "13", cy: "13", r: "1.45" }),
2121
- h("circle", { cx: "13", cy: "4", r: "1.45" }))),
784
+ markup: () => (h("g", { class: "stroke-primary uniform" }, h("circle", { cx: "13", cy: "22", r: "1.45" }), h("circle", { cx: "13", cy: "13", r: "1.45" }), h("circle", { cx: "13", cy: "4", r: "1.45" }))),
2122
785
  },
2123
786
  'os-android': {
2124
- markup: () => (h("g", null,
2125
- h("path", { class: "stroke-secondary", d: "M9.229 2.18l1.395 2.093m6.539-2.093l-1.394 2.093" }),
2126
- h("path", { class: "stroke-primary", d: "M5.262 16.606a1.082 1.082 0 0 1-1.082-1.082v-5.049a1.081 1.081 0 1 1 2.164 0v5.05c0 .597-.484 1.081-1.082 1.081zm15.868 0a1.082 1.082 0 0 1-1.081-1.082v-5.049a1.082 1.082 0 0 1 2.164 0v5.05c0 .597-.485 1.081-1.082 1.081zM7.787 9.033h10.82m-.001 0a5.41 5.41 0 0 0-10.82 0v10.098H9.59v3.606a1.082 1.082 0 1 0 2.164 0v-3.606h2.885v3.606a1.082 1.082 0 1 0 2.164 0v-3.606h1.803V9.032z" }),
2127
- h("g", { class: "stroke-secondary filled", transform: "translate(10.311 5.787)" },
2128
- h("circle", { cx: ".721", cy: ".721", r: "1" }),
2129
- h("circle", { cx: "5.049", cy: ".721", r: "1" })))),
787
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary", d: "M9.229 2.18l1.395 2.093m6.539-2.093l-1.394 2.093" }), h("path", { class: "stroke-primary", d: "M5.262 16.606a1.082 1.082 0 0 1-1.082-1.082v-5.049a1.081 1.081 0 1 1 2.164 0v5.05c0 .597-.484 1.081-1.082 1.081zm15.868 0a1.082 1.082 0 0 1-1.081-1.082v-5.049a1.082 1.082 0 0 1 2.164 0v5.05c0 .597-.485 1.081-1.082 1.081zM7.787 9.033h10.82m-.001 0a5.41 5.41 0 0 0-10.82 0v10.098H9.59v3.606a1.082 1.082 0 1 0 2.164 0v-3.606h2.885v3.606a1.082 1.082 0 1 0 2.164 0v-3.606h1.803V9.032z" }), h("g", { class: "stroke-secondary filled", transform: "translate(10.311 5.787)" }, h("circle", { cx: ".721", cy: ".721", r: "1" }), h("circle", { cx: "5.049", cy: ".721", r: "1" })))),
2130
788
  },
2131
789
  'os-android-color': {
2132
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
2133
- h("g", { "fill-rule": "nonzero", transform: "translate(4 2)" },
2134
- h("path", { fill: "#72C472", d: "M1.196 14.348c-.66 0-1.196-.535-1.196-1.196v-5.26a1.195 1.195 0 1 1 2.391 0v5.26c0 .66-.535 1.196-1.195 1.196zm14.826 0c-.66 0-1.196-.535-1.196-1.196v-5.26a1.195 1.195 0 1 1 2.391 0v5.26c0 .66-.535 1.196-1.195 1.196zM2.87 6.696v10.043c0 .529.428.957.956.957h.957v3.108a1.195 1.195 0 1 0 2.39 0v-3.108h2.87v3.108a1.195 1.195 0 1 0 2.392 0v-3.108h.956a.956.956 0 0 0 .957-.957V6.696H2.87zm8.543-5.001L12.39.423a.24.24 0 0 0-.379-.291l-1.03 1.342A5.706 5.706 0 0 0 8.608.957c-.847 0-1.648.188-2.371.518L5.208.132a.24.24 0 0 0-.38.291l.976 1.272a5.737 5.737 0 0 0-2.91 4.522h11.43a5.738 5.738 0 0 0-2.91-4.522z" }),
2135
- h("circle", { cx: "5.978", cy: "3.587", r: "1", fill: "#FFF" }),
2136
- h("circle", { cx: "11.239", cy: "3.587", r: "1", fill: "#FFF" })))),
790
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { "fill-rule": "nonzero", transform: "translate(4 2)" }, h("path", { fill: "#72C472", d: "M1.196 14.348c-.66 0-1.196-.535-1.196-1.196v-5.26a1.195 1.195 0 1 1 2.391 0v5.26c0 .66-.535 1.196-1.195 1.196zm14.826 0c-.66 0-1.196-.535-1.196-1.196v-5.26a1.195 1.195 0 1 1 2.391 0v5.26c0 .66-.535 1.196-1.195 1.196zM2.87 6.696v10.043c0 .529.428.957.956.957h.957v3.108a1.195 1.195 0 1 0 2.39 0v-3.108h2.87v3.108a1.195 1.195 0 1 0 2.392 0v-3.108h.956a.956.956 0 0 0 .957-.957V6.696H2.87zm8.543-5.001L12.39.423a.24.24 0 0 0-.379-.291l-1.03 1.342A5.706 5.706 0 0 0 8.608.957c-.847 0-1.648.188-2.371.518L5.208.132a.24.24 0 0 0-.38.291l.976 1.272a5.737 5.737 0 0 0-2.91 4.522h11.43a5.738 5.738 0 0 0-2.91-4.522z" }), h("circle", { cx: "5.978", cy: "3.587", r: "1", fill: "#FFF" }), h("circle", { cx: "11.239", cy: "3.587", r: "1", fill: "#FFF" })))),
2137
791
  },
2138
792
  'os-android-filled': {
2139
- markup: () => (h("g", null,
2140
- h("path", { d: "M18.348 8.696v10.043a.956.956 0 0 1-.957.957h-.956v3.108a1.195 1.195 0 1 1-2.392 0v-3.108h-2.87v3.108a1.195 1.195 0 1 1-2.39 0v-3.108h-.957a.956.956 0 0 1-.956-.957V8.696h11.478zm-13.152 0c.66 0 1.195.535 1.195 1.195v5.261c0 .62-.47 1.128-1.073 1.19l-.122.006c-.66 0-1.196-.535-1.196-1.196v-5.26c0-.62.47-1.129 1.073-1.19l.123-.006zm14.826 0c.66 0 1.195.535 1.195 1.195v5.261c0 .62-.47 1.128-1.073 1.19l-.122.006c-.66 0-1.196-.535-1.196-1.196v-5.26c0-.62.47-1.129 1.073-1.19l.123-.006zM16.01 2.132a.239.239 0 1 1 .38.291l-.977 1.272a5.738 5.738 0 0 1 2.91 4.522H6.894a5.737 5.737 0 0 1 2.911-4.522l-.976-1.271a.24.24 0 0 1 .38-.292l1.03 1.343a5.699 5.699 0 0 1 2.37-.518c.848 0 1.648.188 2.371.517zM9.978 4.87a.718.718 0 1 0 0 1.435.718.718 0 0 0 0-1.435zm5.261 0a.718.718 0 1 0 0 1.435.718.718 0 0 0 0-1.435z", class: "filled" }))),
793
+ markup: () => (h("g", null, h("path", { d: "M18.348 8.696v10.043a.956.956 0 0 1-.957.957h-.956v3.108a1.195 1.195 0 1 1-2.392 0v-3.108h-2.87v3.108a1.195 1.195 0 1 1-2.39 0v-3.108h-.957a.956.956 0 0 1-.956-.957V8.696h11.478zm-13.152 0c.66 0 1.195.535 1.195 1.195v5.261c0 .62-.47 1.128-1.073 1.19l-.122.006c-.66 0-1.196-.535-1.196-1.196v-5.26c0-.62.47-1.129 1.073-1.19l.123-.006zm14.826 0c.66 0 1.195.535 1.195 1.195v5.261c0 .62-.47 1.128-1.073 1.19l-.122.006c-.66 0-1.196-.535-1.196-1.196v-5.26c0-.62.47-1.129 1.073-1.19l.123-.006zM16.01 2.132a.239.239 0 1 1 .38.291l-.977 1.272a5.738 5.738 0 0 1 2.91 4.522H6.894a5.737 5.737 0 0 1 2.911-4.522l-.976-1.271a.24.24 0 0 1 .38-.292l1.03 1.343a5.699 5.699 0 0 1 2.37-.518c.848 0 1.648.188 2.371.517zM9.978 4.87a.718.718 0 1 0 0 1.435.718.718 0 0 0 0-1.435zm5.261 0a.718.718 0 1 0 0 1.435.718.718 0 0 0 0-1.435z", class: "filled" }))),
2141
794
  },
2142
795
  'os-apple': {
2143
- markup: () => (h("g", null,
2144
- h("path", { d: "M21.492 18.552c-.473 1.03-.7 1.49-1.31 2.399-.849 1.27-2.047 2.852-3.532 2.865-1.319.013-1.658-.842-3.448-.832-1.79.01-2.164.848-3.483.836-1.485-.014-2.62-1.442-3.47-2.713-2.376-3.552-2.624-7.721-1.159-9.937 1.042-1.576 2.686-2.497 4.23-2.497 1.574 0 2.563.847 3.864.847 1.262 0 2.031-.848 3.85-.848 1.375 0 2.832.735 3.87 2.005-3.401 1.83-2.848 6.6.588 7.875z", class: "stroke-primary" }),
2145
- h("path", { d: "M16.125 5.587c.69-.884 1.211-2.131 1.022-3.407-1.125.077-2.44.793-3.208 1.726-.698.846-1.274 2.102-1.05 3.322 1.228.039 2.498-.695 3.236-1.641z", class: "stroke-secondary" }))),
796
+ markup: () => (h("g", null, h("path", { d: "M21.492 18.552c-.473 1.03-.7 1.49-1.31 2.399-.849 1.27-2.047 2.852-3.532 2.865-1.319.013-1.658-.842-3.448-.832-1.79.01-2.164.848-3.483.836-1.485-.014-2.62-1.442-3.47-2.713-2.376-3.552-2.624-7.721-1.159-9.937 1.042-1.576 2.686-2.497 4.23-2.497 1.574 0 2.563.847 3.864.847 1.262 0 2.031-.848 3.85-.848 1.375 0 2.832.735 3.87 2.005-3.401 1.83-2.848 6.6.588 7.875z", class: "stroke-primary" }), h("path", { d: "M16.125 5.587c.69-.884 1.211-2.131 1.022-3.407-1.125.077-2.44.793-3.208 1.726-.698.846-1.274 2.102-1.05 3.322 1.228.039 2.498-.695 3.236-1.641z", class: "stroke-secondary" }))),
2146
797
  },
2147
798
  'os-apple-color': {
2148
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
2149
- h("path", { fill: "#B3B3B3", "fill-rule": "nonzero", d: "M17.494 7.808c1.444 0 2.973.786 4.063 2.144-3.571 1.956-2.99 7.054.616 8.417-.497 1.1-.734 1.592-1.374 2.564-.892 1.358-2.15 3.05-3.708 3.064-1.385.013-1.74-.901-3.62-.89-1.88.01-2.271.906-3.656.893-1.558-.014-2.75-1.541-3.642-2.9-2.494-3.797-2.755-8.253-1.216-10.622C6.05 8.794 7.775 7.81 9.397 7.81c1.652 0 2.69.906 4.056.906 1.325 0 2.131-.907 4.041-.907zM17.276 2c.19 1.285-.335 2.541-1.03 3.432-.743.954-2.023 1.693-3.26 1.654-.225-1.23.355-2.495 1.057-3.348.774-.94 2.1-1.66 3.233-1.738z" }))),
799
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("path", { fill: "#B3B3B3", "fill-rule": "nonzero", d: "M17.494 7.808c1.444 0 2.973.786 4.063 2.144-3.571 1.956-2.99 7.054.616 8.417-.497 1.1-.734 1.592-1.374 2.564-.892 1.358-2.15 3.05-3.708 3.064-1.385.013-1.74-.901-3.62-.89-1.88.01-2.271.906-3.656.893-1.558-.014-2.75-1.541-3.642-2.9-2.494-3.797-2.755-8.253-1.216-10.622C6.05 8.794 7.775 7.81 9.397 7.81c1.652 0 2.69.906 4.056.906 1.325 0 2.131-.907 4.041-.907zM17.276 2c.19 1.285-.335 2.541-1.03 3.432-.743.954-2.023 1.693-3.26 1.654-.225-1.23.355-2.495 1.057-3.348.774-.94 2.1-1.66 3.233-1.738z" }))),
2150
800
  },
2151
801
  'os-apple-filled': {
2152
- markup: () => (h("g", null,
2153
- h("path", { d: "M17.494 7.808c1.444 0 2.973.786 4.063 2.144-3.571 1.956-2.99 7.054.616 8.417-.497 1.1-.734 1.592-1.374 2.564-.892 1.358-2.15 3.05-3.708 3.064-1.385.013-1.74-.901-3.62-.89-1.88.01-2.271.906-3.656.893-1.558-.014-2.75-1.541-3.642-2.9-2.494-3.797-2.755-8.253-1.216-10.622C6.05 8.794 7.775 7.81 9.397 7.81c1.652 0 2.69.906 4.056.906 1.325 0 2.131-.907 4.041-.907zM17.276 2c.19 1.285-.335 2.541-1.03 3.432-.743.954-2.023 1.693-3.26 1.654-.225-1.23.355-2.495 1.057-3.348.774-.94 2.1-1.66 3.233-1.738z", class: "filled" }))),
802
+ markup: () => (h("g", null, h("path", { d: "M17.494 7.808c1.444 0 2.973.786 4.063 2.144-3.571 1.956-2.99 7.054.616 8.417-.497 1.1-.734 1.592-1.374 2.564-.892 1.358-2.15 3.05-3.708 3.064-1.385.013-1.74-.901-3.62-.89-1.88.01-2.271.906-3.656.893-1.558-.014-2.75-1.541-3.642-2.9-2.494-3.797-2.755-8.253-1.216-10.622C6.05 8.794 7.775 7.81 9.397 7.81c1.652 0 2.69.906 4.056.906 1.325 0 2.131-.907 4.041-.907zM17.276 2c.19 1.285-.335 2.541-1.03 3.432-.743.954-2.023 1.693-3.26 1.654-.225-1.23.355-2.495 1.057-3.348.774-.94 2.1-1.66 3.233-1.738z", class: "filled" }))),
2154
803
  },
2155
804
  'os-windows': {
2156
- markup: () => (h("g", null,
2157
- h("g", { class: "stroke-primary filled" },
2158
- h("path", { d: "M2.256 2.256h9.209v9.209H2.256zm21.489 9.208h-9.209V2.255h9.209zM2.256 14.535h9.209v9.209H2.256zm21.489 9.21h-9.209v-9.209h9.209z" })))),
805
+ markup: () => (h("g", null, h("g", { class: "stroke-primary filled" }, h("path", { d: "M2.256 2.256h9.209v9.209H2.256zm21.489 9.208h-9.209V2.255h9.209zM2.256 14.535h9.209v9.209H2.256zm21.489 9.21h-9.209v-9.209h9.209z" })))),
2159
806
  },
2160
807
  'os-windows-color': {
2161
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
2162
- h("g", { "fill-rule": "nonzero" },
2163
- h("path", { fill: "#E86C60", d: "M2 2h10.476v10.476H2z" }),
2164
- h("path", { fill: "#72C472", d: "M13.524 2H24v10.476H13.524z" }),
2165
- h("path", { fill: "#43A6DD", d: "M2 13.524h10.476V24H2z" }),
2166
- h("path", { fill: "#EFD358", d: "M13.524 13.524H24V24H13.524z" })))),
808
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { "fill-rule": "nonzero" }, h("path", { fill: "#E86C60", d: "M2 2h10.476v10.476H2z" }), h("path", { fill: "#72C472", d: "M13.524 2H24v10.476H13.524z" }), h("path", { fill: "#43A6DD", d: "M2 13.524h10.476V24H2z" }), h("path", { fill: "#EFD358", d: "M13.524 13.524H24V24H13.524z" })))),
2167
809
  },
2168
810
  'os-windows-filled': {
2169
- markup: () => (h("g", null,
2170
- h("path", { d: "M12.476 13.524V24H2V13.524h10.476zm11.524 0V24H13.524V13.524H24zM12.476 2v10.476H2V2h10.476zM24 2v10.476H13.524V2H24z", class: "filled" }))),
811
+ markup: () => (h("g", null, h("path", { d: "M12.476 13.524V24H2V13.524h10.476zm11.524 0V24H13.524V13.524H24zM12.476 2v10.476H2V2h10.476zM24 2v10.476H13.524V2H24z", class: "filled" }))),
2171
812
  },
2172
813
  palette: {
2173
- markup: () => (h("g", null,
2174
- h("g", { transform: "translate(1 1.287)", class: "stroke-primary" },
2175
- h("path", { d: "M0 9.65C0 5.91 1.87 2.61 4.693.593c1.027-.696 2.677-.88 3.337 0 .953 1.247-.77 3.007 0 4.034 1.98 2.42 6.16-2.347 11.073 0 3.52 1.76 3.007 6.38 2.604 8.03a11.032 11.032 0 01-10.634 8.03C4.95 20.687 0 15.737 0 9.65z" }),
2176
- h("circle", { cx: "16.133", cy: "8.88", r: "2.2" })),
2177
- h("g", { transform: "translate(3.933 8.7)", class: "stroke-secondary filled" },
2178
- h("circle", { cx: "1.467", cy: "1.467", r: "1.467" }),
2179
- h("circle", { cx: "2.933", cy: "6.6", r: "1.467" }),
2180
- h("circle", { cx: "8.067", cy: "8.8", r: "1.467" })))),
814
+ markup: () => (h("g", null, h("g", { transform: "translate(1 1.287)", class: "stroke-primary" }, h("path", { d: "M0 9.65C0 5.91 1.87 2.61 4.693.593c1.027-.696 2.677-.88 3.337 0 .953 1.247-.77 3.007 0 4.034 1.98 2.42 6.16-2.347 11.073 0 3.52 1.76 3.007 6.38 2.604 8.03a11.032 11.032 0 01-10.634 8.03C4.95 20.687 0 15.737 0 9.65z" }), h("circle", { cx: "16.133", cy: "8.88", r: "2.2" })), h("g", { transform: "translate(3.933 8.7)", class: "stroke-secondary filled" }, h("circle", { cx: "1.467", cy: "1.467", r: "1.467" }), h("circle", { cx: "2.933", cy: "6.6", r: "1.467" }), h("circle", { cx: "8.067", cy: "8.8", r: "1.467" })))),
2181
815
  },
2182
816
  paperclip: {
2183
817
  markup: () => (h("path", { d: "M23.138 13.423L14.762 21.8c-2.624 2.623-6.939 2.623-9.562 0-2.623-2.623-2.623-6.938 0-9.562l8.63-8.673a4.673 4.673 0 0 1 6.6 0 4.673 4.673 0 0 1 0 6.6l-8.08 8.039c-.973.973-2.58.973-3.596 0-.973-.973-.973-2.58 0-3.596l7.784-7.743", class: "stroke-primary" })),
2184
818
  },
2185
819
  'paper-plane': {
2186
- markup: () => (h("g", null,
2187
- h("path", { d: "M8.212 14.785l-.03 6.858 3.727-4.169z", class: "stroke-primary filled" }),
2188
- h("g", { class: "stroke-primary" },
2189
- h("path", { d: "M2.879 10.8L22 4 8.224 14.775z" }),
2190
- h("path", { d: "M8.207 14.783L22 4l-3.393 18.321z" })))),
820
+ markup: () => (h("g", null, h("path", { d: "M8.212 14.785l-.03 6.858 3.727-4.169z", class: "stroke-primary filled" }), h("g", { class: "stroke-primary" }, h("path", { d: "M2.879 10.8L22 4 8.224 14.775z" }), h("path", { d: "M8.207 14.783L22 4l-3.393 18.321z" })))),
2191
821
  },
2192
822
  pause: {
2193
- markup: () => (h("g", null,
2194
- h("g", { class: "stroke-primary filled" },
2195
- h("path", { d: "M5 3h5.517v19.31H5zm11 0h5.517v19.31H16z" })))),
823
+ markup: () => (h("g", null, h("g", { class: "stroke-primary filled" }, h("path", { d: "M5 3h5.517v19.31H5zm11 0h5.517v19.31H16z" })))),
2196
824
  },
2197
825
  paw: {
2198
- markup: () => (h("g", null,
2199
- h("g", { class: "stroke-secondary", transform: "translate(1.658 2.1)" },
2200
- h("ellipse", { cx: "7.996", cy: "4", rx: "2", ry: "3", transform: "rotate(-3.001 7.996 4)" }),
2201
- h("ellipse", { cx: "2.75", cy: "9.356", rx: "1.75", ry: "2.5", transform: "rotate(-17.103 2.75 9.356)" }),
2202
- h("ellipse", { cx: "19.75", cy: "9.356", rx: "1.75", ry: "2.5", transform: "rotate(-162.897 19.75 9.356)" }),
2203
- h("ellipse", { cx: "15.002", cy: "4.003", rx: "2", ry: "3", transform: "rotate(3.105 15.002 4.003)" })),
2204
- h("path", { d: "M9.074 13.617l-1.815 3.34c-1.513 2.786 1.078 6.068 3.876 4.91l.157-.066a4.443 4.443 0 0 1 3.416 0l.157.065c2.798 1.159 5.389-2.123 3.876-4.908l-1.815-3.34c-1.89-2.973-5.963-2.973-7.852 0z", class: "stroke-primary" }))),
826
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary", transform: "translate(1.658 2.1)" }, h("ellipse", { cx: "7.996", cy: "4", rx: "2", ry: "3", transform: "rotate(-3.001 7.996 4)" }), h("ellipse", { cx: "2.75", cy: "9.356", rx: "1.75", ry: "2.5", transform: "rotate(-17.103 2.75 9.356)" }), h("ellipse", { cx: "19.75", cy: "9.356", rx: "1.75", ry: "2.5", transform: "rotate(-162.897 19.75 9.356)" }), h("ellipse", { cx: "15.002", cy: "4.003", rx: "2", ry: "3", transform: "rotate(3.105 15.002 4.003)" })), h("path", { d: "M9.074 13.617l-1.815 3.34c-1.513 2.786 1.078 6.068 3.876 4.91l.157-.066a4.443 4.443 0 0 1 3.416 0l.157.065c2.798 1.159 5.389-2.123 3.876-4.908l-1.815-3.34c-1.89-2.973-5.963-2.973-7.852 0z", class: "stroke-primary" }))),
2205
827
  },
2206
828
  people: {
2207
- markup: () => (h("g", null,
2208
- h("g", { class: "stroke-primary" },
2209
- h("path", { d: "M11.167 15.611H7.5a5.5 5.5 0 0 0-5.5 5.5s2.75 1.222 7.333 1.222c4.584 0 7.334-1.222 7.334-1.222a5.5 5.5 0 0 0-5.5-5.5zm3.531-.487c.681-.557 1.582-.835 2.702-.835h2.933a4.4 4.4 0 0 1 4.4 4.4s-2.2.978-5.866.978c-.358 0-.7-.01-1.03-.026" })),
2210
- h("g", { class: "stroke-secondary filled" },
2211
- h("path", { d: "M5.056 8.278a4.278 4.278 0 1 1 8.556 0c0 2.362-1.916 4.889-4.278 4.889-2.363 0-4.278-2.527-4.278-4.89zm10.389.144a3.422 3.422 0 1 1 6.844 0c0 1.89-1.532 3.911-3.422 3.911-1.89 0-3.422-2.02-3.422-3.91z" })))),
829
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M11.167 15.611H7.5a5.5 5.5 0 0 0-5.5 5.5s2.75 1.222 7.333 1.222c4.584 0 7.334-1.222 7.334-1.222a5.5 5.5 0 0 0-5.5-5.5zm3.531-.487c.681-.557 1.582-.835 2.702-.835h2.933a4.4 4.4 0 0 1 4.4 4.4s-2.2.978-5.866.978c-.358 0-.7-.01-1.03-.026" })), h("g", { class: "stroke-secondary filled" }, h("path", { d: "M5.056 8.278a4.278 4.278 0 1 1 8.556 0c0 2.362-1.916 4.889-4.278 4.889-2.363 0-4.278-2.527-4.278-4.89zm10.389.144a3.422 3.422 0 1 1 6.844 0c0 1.89-1.532 3.911-3.422 3.911-1.89 0-3.422-2.02-3.422-3.91z" })))),
2212
830
  },
2213
831
  'people-group': {
2214
- markup: () => (h("g", null,
2215
- h("g", { class: "stroke-primary" },
2216
- h("path", { d: "M14.538 15.038h-2.539a3.808 3.808 0 0 0-3.807 3.808s1.903.846 5.076.846c3.174 0 5.077-.846 5.077-.846a3.808 3.808 0 0 0-3.807-3.808zm2.445-.337c.472-.385 1.096-.578 1.87-.578h2.032a3.046 3.046 0 0 1 3.046 3.046s-1.523.677-4.062.677a14 14 0 0 1-.712-.018m-9.679-3.127c-.472-.385-1.096-.578-1.871-.578h-2.03a3.046 3.046 0 0 0-3.047 3.046s1.523.677 4.062.677a14 14 0 0 0 .712-.018" })),
2217
- h("g", { class: "stroke-secondary filled" },
2218
- h("path", { d: "M10.308 9.962a2.962 2.962 0 1 1 5.923 0c0 1.635-1.326 3.384-2.962 3.384-1.635 0-2.961-1.749-2.961-3.384zm7.192.1a2.37 2.37 0 1 1 4.738 0c0 1.308-1.06 2.707-2.369 2.707-1.308 0-2.37-1.399-2.37-2.707zm-8.538 0a2.37 2.37 0 1 0-4.738 0c0 1.308 1.06 2.707 2.369 2.707 1.308.001 2.369-1.399 2.369-2.707z" })))),
832
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M14.538 15.038h-2.539a3.808 3.808 0 0 0-3.807 3.808s1.903.846 5.076.846c3.174 0 5.077-.846 5.077-.846a3.808 3.808 0 0 0-3.807-3.808zm2.445-.337c.472-.385 1.096-.578 1.87-.578h2.032a3.046 3.046 0 0 1 3.046 3.046s-1.523.677-4.062.677a14 14 0 0 1-.712-.018m-9.679-3.127c-.472-.385-1.096-.578-1.871-.578h-2.03a3.046 3.046 0 0 0-3.047 3.046s1.523.677 4.062.677a14 14 0 0 0 .712-.018" })), h("g", { class: "stroke-secondary filled" }, h("path", { d: "M10.308 9.962a2.962 2.962 0 1 1 5.923 0c0 1.635-1.326 3.384-2.962 3.384-1.635 0-2.961-1.749-2.961-3.384zm7.192.1a2.37 2.37 0 1 1 4.738 0c0 1.308-1.06 2.707-2.369 2.707-1.308 0-2.37-1.399-2.37-2.707zm-8.538 0a2.37 2.37 0 1 0-4.738 0c0 1.308 1.06 2.707 2.369 2.707 1.308.001 2.369-1.399 2.369-2.707z" })))),
2219
833
  },
2220
834
  percent: {
2221
- markup: () => (h("g", null,
2222
- h("g", { class: "stroke-secondary" },
2223
- h("ellipse", { cx: "5.793", cy: "7.69", rx: "3.793", ry: "5.69" }),
2224
- h("ellipse", { cx: "18.69", cy: "18.31", rx: "3.793", ry: "5.69" })),
2225
- h("path", { d: "M6.172 23.62L18.31 2.38", class: "stroke-primary" }))),
835
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("ellipse", { cx: "5.793", cy: "7.69", rx: "3.793", ry: "5.69" }), h("ellipse", { cx: "18.69", cy: "18.31", rx: "3.793", ry: "5.69" })), h("path", { d: "M6.172 23.62L18.31 2.38", class: "stroke-primary" }))),
2226
836
  },
2227
837
  person: {
2228
- markup: () => (h("g", { transform: "translate(3, 1)" },
2229
- h("path", { class: "stroke-primary", d: "M12 14.933H7.6a6.6 6.6 0 00-6.6 6.6h0S4.3 23 9.8 23c5.5 0 8.8-1.467 8.8-1.467h0a6.6 6.6 0 00-6.6-6.6z" }),
2230
- h("path", { class: "stroke-secondary filled", d: "M4.667 6.133a5.133 5.133 0 1110.266 0C14.933 8.968 12.635 12 9.8 12S4.667 8.968 4.667 6.133z" }))),
838
+ markup: () => (h("g", { transform: "translate(3, 1)" }, h("path", { class: "stroke-primary", d: "M12 14.933H7.6a6.6 6.6 0 00-6.6 6.6h0S4.3 23 9.8 23c5.5 0 8.8-1.467 8.8-1.467h0a6.6 6.6 0 00-6.6-6.6z" }), h("path", { class: "stroke-secondary filled", d: "M4.667 6.133a5.133 5.133 0 1110.266 0C14.933 8.968 12.635 12 9.8 12S4.667 8.968 4.667 6.133z" }))),
2231
839
  },
2232
840
  'person-add': {
2233
- markup: () => (h("g", null,
2234
- h("g", null,
2235
- h("path", { d: "M13.207 15.933H10.6a6.6 6.6 0 0 0-6.6 6.6S7.3 24 12.8 24c1.078 0 2.072-.056 2.972-.147", class: "stroke-primary" }),
2236
- h("path", { d: "M7.667 7.133a5.133 5.133 0 1 1 10.266 0C17.933 9.968 15.635 13 12.8 13S7.667 9.968 7.667 7.133z", class: "stroke-secondary filled" })),
2237
- h("g", { class: "stroke-secondary", transform: "translate(15.164 13.721)" },
2238
- h("circle", { cx: "4.328", cy: "4.328", r: "4.328", class: "filled" }),
2239
- h("path", { d: "M4.328 2.885V5.77M2.885 4.328H5.77" })))),
841
+ markup: () => (h("g", null, h("g", null, h("path", { d: "M13.207 15.933H10.6a6.6 6.6 0 0 0-6.6 6.6S7.3 24 12.8 24c1.078 0 2.072-.056 2.972-.147", class: "stroke-primary" }), h("path", { d: "M7.667 7.133a5.133 5.133 0 1 1 10.266 0C17.933 9.968 15.635 13 12.8 13S7.667 9.968 7.667 7.133z", class: "stroke-secondary filled" })), h("g", { class: "stroke-secondary", transform: "translate(15.164 13.721)" }, h("circle", { cx: "4.328", cy: "4.328", r: "4.328", class: "filled" }), h("path", { d: "M4.328 2.885V5.77M2.885 4.328H5.77" })))),
2240
842
  },
2241
843
  'person-lock': {
2242
- markup: () => (h("g", null,
2243
- h("g", null,
2244
- h("path", { d: "M13.207 15.933H10.6a6.6 6.6 0 0 0-6.6 6.6S7.3 24 12.8 24c1.078 0 2.072-.056 2.972-.147", class: "stroke-primary" }),
2245
- h("path", { d: "M7.667 7.133a5.133 5.133 0 1 1 10.266 0C17.933 9.968 15.635 13 12.8 13S7.667 9.968 7.667 7.133z", class: "stroke-secondary filled" })),
2246
- h("g", { class: "stroke-secondary", transform: "translate(16.2 11.733)" },
2247
- h("path", { d: "M0 5.133h7.333v5.133H0z", class: "filled" }),
2248
- h("path", { d: "M1.467 5.133V2.2a2.2 2.2 0 0 1 2.2-2.2 2.2 2.2 0 0 1 2.2 2.2v2.933" }),
2249
- h("circle", { cx: "3.667", cy: "7.7", r: "1" })))),
844
+ markup: () => (h("g", null, h("g", null, h("path", { d: "M13.207 15.933H10.6a6.6 6.6 0 0 0-6.6 6.6S7.3 24 12.8 24c1.078 0 2.072-.056 2.972-.147", class: "stroke-primary" }), h("path", { d: "M7.667 7.133a5.133 5.133 0 1 1 10.266 0C17.933 9.968 15.635 13 12.8 13S7.667 9.968 7.667 7.133z", class: "stroke-secondary filled" })), h("g", { class: "stroke-secondary", transform: "translate(16.2 11.733)" }, h("path", { d: "M0 5.133h7.333v5.133H0z", class: "filled" }), h("path", { d: "M1.467 5.133V2.2a2.2 2.2 0 0 1 2.2-2.2 2.2 2.2 0 0 1 2.2 2.2v2.933" }), h("circle", { cx: "3.667", cy: "7.7", r: "1" })))),
2250
845
  },
2251
846
  'person-remove': {
2252
- markup: () => (h("g", null,
2253
- h("g", { class: "stroke-secondary", transform: "translate(15.164 13.721)" },
2254
- h("circle", { cx: "4.328", cy: "4.328", r: "4.328", class: "filled" }),
2255
- h("path", { d: "M2.885 4.328H5.77" })),
2256
- h("g", null,
2257
- h("path", { d: "M13.207 15.933H10.6a6.6 6.6 0 0 0-6.6 6.6S7.3 24 12.8 24c1.078 0 2.072-.056 2.972-.147", class: "stroke-primary" }),
2258
- h("path", { d: "M7.667 7.133a5.133 5.133 0 1 1 10.266 0C17.933 9.968 15.635 13 12.8 13S7.667 9.968 7.667 7.133z", class: "stroke-secondary filled" })))),
847
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary", transform: "translate(15.164 13.721)" }, h("circle", { cx: "4.328", cy: "4.328", r: "4.328", class: "filled" }), h("path", { d: "M2.885 4.328H5.77" })), h("g", null, h("path", { d: "M13.207 15.933H10.6a6.6 6.6 0 0 0-6.6 6.6S7.3 24 12.8 24c1.078 0 2.072-.056 2.972-.147", class: "stroke-primary" }), h("path", { d: "M7.667 7.133a5.133 5.133 0 1 1 10.266 0C17.933 9.968 15.635 13 12.8 13S7.667 9.968 7.667 7.133z", class: "stroke-secondary filled" })))),
2259
848
  },
2260
849
  'person-settings': {
2261
- markup: () => (h("g", null,
2262
- h("g", null,
2263
- h("path", { d: "M13.207 15.933H10.6a6.6 6.6 0 0 0-6.6 6.6S7.3 24 12.8 24c1.078 0 2.072-.056 2.972-.147", class: "stroke-primary" }),
2264
- h("path", { d: "M7.667 7.133a5.133 5.133 0 1 1 10.266 0C17.933 9.968 15.635 13 12.8 13S7.667 9.968 7.667 7.133z", class: "stroke-secondary filled" })),
2265
- h("g", { class: "stroke-secondary", transform: "translate(14.905 13.467)" },
2266
- h("path", { d: "M7.795 4.767c0-.162-.015-.32-.038-.474L8.99 3.018l-.733-1.27-1.719.43a3.29 3.29 0 0 0-.823-.476L5.228 0H3.762l-.487 1.702a3.29 3.29 0 0 0-.823.476l-1.718-.43L0 3.018l1.233 1.275a3.26 3.26 0 0 0-.038.474c0 .161.015.319.038.474L0 6.515l.733 1.27 1.719-.43c.248.196.525.357.823.476l.487 1.702h1.466l.487-1.702a3.29 3.29 0 0 0 .823-.476l1.718.43.734-1.27L7.757 5.24a3.26 3.26 0 0 0 .038-.474z", class: "filled" }),
2267
- h("circle", { cx: "4.495", cy: "4.767", r: "1.1" })))),
850
+ markup: () => (h("g", null, h("g", null, h("path", { d: "M13.207 15.933H10.6a6.6 6.6 0 0 0-6.6 6.6S7.3 24 12.8 24c1.078 0 2.072-.056 2.972-.147", class: "stroke-primary" }), h("path", { d: "M7.667 7.133a5.133 5.133 0 1 1 10.266 0C17.933 9.968 15.635 13 12.8 13S7.667 9.968 7.667 7.133z", class: "stroke-secondary filled" })), h("g", { class: "stroke-secondary", transform: "translate(14.905 13.467)" }, h("path", { d: "M7.795 4.767c0-.162-.015-.32-.038-.474L8.99 3.018l-.733-1.27-1.719.43a3.29 3.29 0 0 0-.823-.476L5.228 0H3.762l-.487 1.702a3.29 3.29 0 0 0-.823.476l-1.718-.43L0 3.018l1.233 1.275a3.26 3.26 0 0 0-.038.474c0 .161.015.319.038.474L0 6.515l.733 1.27 1.719-.43c.248.196.525.357.823.476l.487 1.702h1.466l.487-1.702a3.29 3.29 0 0 0 .823-.476l1.718.43.734-1.27L7.757 5.24a3.26 3.26 0 0 0 .038-.474z", class: "filled" }), h("circle", { cx: "4.495", cy: "4.767", r: "1.1" })))),
2268
851
  },
2269
852
  'person-to-person': {
2270
- markup: () => (h("g", null,
2271
- h("g", { transform: "translate(2 2)", class: "stroke-secondary filled" },
2272
- h("path", { d: "M8.8 9.533v-.72c0-.52-.273-1-.721-1.265C7.366 7.126 6.129 6.6 4.4 6.6c-1.752 0-2.98.523-3.686.944A1.465 1.465 0 0 0 0 8.804v.73h8.8z" }),
2273
- h("circle", { cx: "4.4", cy: "2.2", r: "2.2" }),
2274
- h("path", { d: "M22 22v-.72c0-.521-.273-1-.721-1.265-.713-.422-1.95-.948-3.679-.948-1.752 0-2.98.523-3.686.944a1.465 1.465 0 0 0-.714 1.26V22H22z" }),
2275
- h("circle", { cx: "17.6", cy: "14.667", r: "2.2" })),
2276
- h("g", { class: "stroke-primary" },
2277
- h("path", { d: "M13.733 5.667h4.4A2.933 2.933 0 0 1 21.067 8.6v2.2" }),
2278
- h("path", { d: "M16.667 2.733l-2.934 2.934L16.667 8.6M12.267 20.333h-4.4A2.933 2.933 0 0 1 4.933 17.4v-2.2" }),
2279
- h("path", { d: "M9.333 23.267l2.934-2.934L9.333 17.4" })))),
853
+ markup: () => (h("g", null, h("g", { transform: "translate(2 2)", class: "stroke-secondary filled" }, h("path", { d: "M8.8 9.533v-.72c0-.52-.273-1-.721-1.265C7.366 7.126 6.129 6.6 4.4 6.6c-1.752 0-2.98.523-3.686.944A1.465 1.465 0 0 0 0 8.804v.73h8.8z" }), h("circle", { cx: "4.4", cy: "2.2", r: "2.2" }), h("path", { d: "M22 22v-.72c0-.521-.273-1-.721-1.265-.713-.422-1.95-.948-3.679-.948-1.752 0-2.98.523-3.686.944a1.465 1.465 0 0 0-.714 1.26V22H22z" }), h("circle", { cx: "17.6", cy: "14.667", r: "2.2" })), h("g", { class: "stroke-primary" }, h("path", { d: "M13.733 5.667h4.4A2.933 2.933 0 0 1 21.067 8.6v2.2" }), h("path", { d: "M16.667 2.733l-2.934 2.934L16.667 8.6M12.267 20.333h-4.4A2.933 2.933 0 0 1 4.933 17.4v-2.2" }), h("path", { d: "M9.333 23.267l2.934-2.934L9.333 17.4" })))),
2280
854
  },
2281
855
  'personal-care': {
2282
- markup: () => (h("g", null,
2283
- h("path", { class: "stroke-primary", d: "M6.397 5.972H8.52M6.397 7.194H8.52M6.397 3.528H8.52M6.397 4.75H8.52m4.424 1.528h4.889l1.834 17.72h-8.556zm-.305 7.639l5.5-1.223m-5.5 3.056l5.5-1.222M10 24h11" }),
2284
- h("path", { class: "stroke-secondary", d: "M5 2h1.222v22H5zm9.167 0h2.444v3.667h-2.444z" }))),
856
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M6.397 5.972H8.52M6.397 7.194H8.52M6.397 3.528H8.52M6.397 4.75H8.52m4.424 1.528h4.889l1.834 17.72h-8.556zm-.305 7.639l5.5-1.223m-5.5 3.056l5.5-1.222M10 24h11" }), h("path", { class: "stroke-secondary", d: "M5 2h1.222v22H5zm9.167 0h2.444v3.667h-2.444z" }))),
2285
857
  },
2286
858
  phone: {
2287
- markup: () => (h("g", null,
2288
- h("path", { class: "stroke-primary", d: "M5.18 6.508h15.148M5.18 18.049h15.148m-1.443 5.77H6.623a1.443 1.443 0 0 1-1.443-1.442V3.623c0-.797.646-1.443 1.443-1.443h12.262c.797 0 1.443.646 1.443 1.443v18.754c0 .796-.646 1.442-1.443 1.442z" }),
2289
- h("path", { d: "M12.033 4.344h1.442", class: "stroke-secondary" }))),
859
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M5.18 6.508h15.148M5.18 18.049h15.148m-1.443 5.77H6.623a1.443 1.443 0 0 1-1.443-1.442V3.623c0-.797.646-1.443 1.443-1.443h12.262c.797 0 1.443.646 1.443 1.443v18.754c0 .796-.646 1.442-1.443 1.442z" }), h("path", { d: "M12.033 4.344h1.442", class: "stroke-secondary" }))),
2290
860
  },
2291
861
  piechart: {
2292
- markup: () => (h("g", null,
2293
- h("path", { d: "M11.533 4.933a9.534 9.534 0 1 0 9.534 9.534h-9.534V4.933z", class: "stroke-primary" }),
2294
- h("path", { d: "M14.467 2v9.533H24A9.534 9.534 0 0 0 14.467 2z", class: "stroke-secondary filled" }))),
862
+ markup: () => (h("g", null, h("path", { d: "M11.533 4.933a9.534 9.534 0 1 0 9.534 9.534h-9.534V4.933z", class: "stroke-primary" }), h("path", { d: "M14.467 2v9.533H24A9.534 9.534 0 0 0 14.467 2z", class: "stroke-secondary filled" }))),
2295
863
  },
2296
864
  'piechart-expanded': {
2297
- markup: () => (h("g", null,
2298
- h("path", { d: "M18.06 20.187A8.778 8.778 0 0 1 10.8 24 8.779 8.779 0 0 1 2 15.2c0-4.877 3.923-8.8 8.8-8.8", class: "stroke-primary" }),
2299
- h("path", { d: "M21.69 22.68A13.094 13.094 0 0 0 24 15.2C24 7.903 18.097 2 10.8 2v13.2l10.89 7.48z", class: "stroke-secondary filled" }))),
865
+ markup: () => (h("g", null, h("path", { d: "M18.06 20.187A8.778 8.778 0 0 1 10.8 24 8.779 8.779 0 0 1 2 15.2c0-4.877 3.923-8.8 8.8-8.8", class: "stroke-primary" }), h("path", { d: "M21.69 22.68A13.094 13.094 0 0 0 24 15.2C24 7.903 18.097 2 10.8 2v13.2l10.89 7.48z", class: "stroke-secondary filled" }))),
2300
866
  },
2301
867
  'piggy-bank': {
2302
- markup: () => (h("g", null,
2303
- h("g", { class: "stroke-primary", transform: "translate(2 7)" },
2304
- h("path", { d: "M15.767 2.333H8.43C6.676-.677 3.667.133 3.667.133l1.126 3.38a6.239 6.239 0 0 0-2.318 3.22H0v5.134h3.152a6.243 6.243 0 0 0 3.815 2.756V17h3.666v-2.2H14.3V17h3.667v-2.607A6.23 6.23 0 0 0 22 8.567a6.233 6.233 0 0 0-6.233-6.234z" }),
2305
- h("circle", { cx: "6.233", cy: "7.1", r: "1.1" }),
2306
- h("path", { d: "M10.633 4.533h4.4" })),
2307
- h("circle", { cx: "14.833", cy: "4.2", r: "2.2", class: "stroke-secondary filled" }))),
868
+ markup: () => (h("g", null, h("g", { class: "stroke-primary", transform: "translate(2 7)" }, h("path", { d: "M15.767 2.333H8.43C6.676-.677 3.667.133 3.667.133l1.126 3.38a6.239 6.239 0 0 0-2.318 3.22H0v5.134h3.152a6.243 6.243 0 0 0 3.815 2.756V17h3.666v-2.2H14.3V17h3.667v-2.607A6.23 6.23 0 0 0 22 8.567a6.233 6.233 0 0 0-6.233-6.234z" }), h("circle", { cx: "6.233", cy: "7.1", r: "1.1" }), h("path", { d: "M10.633 4.533h4.4" })), h("circle", { cx: "14.833", cy: "4.2", r: "2.2", class: "stroke-secondary filled" }))),
2308
869
  },
2309
870
  play: {
2310
- markup: () => (h("g", null,
2311
- h("path", { d: "M6.407 23.593V2.407L21.074 13z", class: "stroke-primary filled" }))),
871
+ markup: () => (h("g", null, h("path", { d: "M6.407 23.593V2.407L21.074 13z", class: "stroke-primary filled" }))),
2312
872
  },
2313
873
  pricetag: {
2314
- markup: () => (h("g", null,
2315
- h("path", { d: "M14.737 24L24 14.737 11.263 2H2v9.263z", class: "stroke-primary" }),
2316
- h("circle", { cx: "7.018", cy: "7.018", r: "1.544", class: "stroke-secondary filled" }),
2317
- h("path", { class: "stroke-secondary", d: "M13.193 10.105l4.631 4.632m-7.719-1.544l4.632 4.631" }))),
874
+ markup: () => (h("g", null, h("path", { d: "M14.737 24L24 14.737 11.263 2H2v9.263z", class: "stroke-primary" }), h("circle", { cx: "7.018", cy: "7.018", r: "1.544", class: "stroke-secondary filled" }), h("path", { class: "stroke-secondary", d: "M13.193 10.105l4.631 4.632m-7.719-1.544l4.632 4.631" }))),
2318
875
  },
2319
876
  'pricetag-blank': {
2320
- markup: () => (h("g", null,
2321
- h("path", { d: "M14.737 24L24 14.737 11.263 2H2v9.263z", class: "stroke-primary" }),
2322
- h("circle", { cx: "7.018", cy: "7.018", r: "1.544", class: "stroke-secondary filled" }))),
877
+ markup: () => (h("g", null, h("path", { d: "M14.737 24L24 14.737 11.263 2H2v9.263z", class: "stroke-primary" }), h("circle", { cx: "7.018", cy: "7.018", r: "1.544", class: "stroke-secondary filled" }))),
2323
878
  },
2324
879
  'pricetag-time': {
2325
- markup: () => (h("g", null,
2326
- h("path", { d: "M18.212 9.263L10.949 2H2v8.949l12.305 12.305 5.228-5.228", class: "stroke-primary" }),
2327
- h("circle", { cx: "6.847", cy: "6.847", r: "1.492", class: "stroke-secondary filled" }),
2328
- h("g", { class: "stroke-secondary", transform: "translate(15.05 9.085)" },
2329
- h("circle", { cx: "4.475", cy: "4.475", r: "4.475" }),
2330
- h("path", { d: "M4.475 2.61v1.865h1.864" })))),
880
+ markup: () => (h("g", null, h("path", { d: "M18.212 9.263L10.949 2H2v8.949l12.305 12.305 5.228-5.228", class: "stroke-primary" }), h("circle", { cx: "6.847", cy: "6.847", r: "1.492", class: "stroke-secondary filled" }), h("g", { class: "stroke-secondary", transform: "translate(15.05 9.085)" }, h("circle", { cx: "4.475", cy: "4.475", r: "4.475" }), h("path", { d: "M4.475 2.61v1.865h1.864" })))),
2331
881
  },
2332
882
  print: {
2333
- markup: () => (h("g", null,
2334
- h("g", { class: "stroke-primary", transform: "translate(2 2)" },
2335
- h("path", { d: "M5.133 16.867H0v-6.6a5.133 5.133 0 0 1 5.133-5.134h11.734A5.133 5.133 0 0 1 22 10.267v6.6h-5.133" }),
2336
- h("circle", { cx: "16.683", cy: "8.983", r: "1" }),
2337
- h("path", { d: "M5.133 2.933V0h11.734v2.933" })),
2338
- h("g", { class: "stroke-secondary" },
2339
- h("path", { d: "M7.133 14.467v4.4L12.266 24h6.6v-9.533z" }),
2340
- h("path", { d: "M12.266 24v-5.133H7.133" })))),
883
+ markup: () => (h("g", null, h("g", { class: "stroke-primary", transform: "translate(2 2)" }, h("path", { d: "M5.133 16.867H0v-6.6a5.133 5.133 0 0 1 5.133-5.134h11.734A5.133 5.133 0 0 1 22 10.267v6.6h-5.133" }), h("circle", { cx: "16.683", cy: "8.983", r: "1" }), h("path", { d: "M5.133 2.933V0h11.734v2.933" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M7.133 14.467v4.4L12.266 24h6.6v-9.533z" }), h("path", { d: "M12.266 24v-5.133H7.133" })))),
2341
884
  },
2342
885
  prohibited: {
2343
- markup: () => (h("g", null,
2344
- h("path", { d: "M20.773 5.227L5.227 20.773", class: "stroke-secondary" }),
2345
- h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }))),
886
+ markup: () => (h("g", null, h("path", { d: "M20.773 5.227L5.227 20.773", class: "stroke-secondary" }), h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }))),
2346
887
  },
2347
888
  question: {
2348
- markup: () => (h("g", null,
2349
- h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }),
2350
- h("g", { class: "stroke-secondary", transform: "translate(9.627 5.667)" },
2351
- h("circle", { cx: "3.373", cy: "13.933", r: "1.1" }),
2352
- h("path", { d: "M0 2.2A3.665 3.665 0 0 1 3.354 0C5.36 0 7 1.65 7 3.667c0 2.016-1.64 3.666-3.646 3.666v2.2" })))),
889
+ markup: () => (h("g", null, h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }), h("g", { class: "stroke-secondary", transform: "translate(9.627 5.667)" }, h("circle", { cx: "3.373", cy: "13.933", r: "1.1" }), h("path", { d: "M0 2.2A3.665 3.665 0 0 1 3.354 0C5.36 0 7 1.65 7 3.667c0 2.016-1.64 3.666-3.646 3.666v2.2" })))),
2353
890
  },
2354
891
  receipt: {
2355
- markup: () => (h("g", null,
2356
- h("path", { d: "M22.085 23.814H4.186V2.186l2.983 1.865 2.984-1.865 2.983 1.865 2.983-1.865 2.983 1.865 2.983-1.865z", class: "stroke-primary" }),
2357
- h("path", { class: "stroke-secondary", d: "M10.898 15.983c0 1.044.82 1.864 1.864 1.864h.746c1.044 0 1.865-.82 1.865-1.864 0-2.61-4.475-1.119-4.475-3.73 0-1.043.82-1.863 1.864-1.863h.746c1.044 0 1.865.82 1.865 1.864m-2.238 5.594v1.49m0-10.44v1.492" }))),
892
+ markup: () => (h("g", null, h("path", { d: "M22.085 23.814H4.186V2.186l2.983 1.865 2.984-1.865 2.983 1.865 2.983-1.865 2.983 1.865 2.983-1.865z", class: "stroke-primary" }), h("path", { class: "stroke-secondary", d: "M10.898 15.983c0 1.044.82 1.864 1.864 1.864h.746c1.044 0 1.865-.82 1.865-1.864 0-2.61-4.475-1.119-4.475-3.73 0-1.043.82-1.863 1.864-1.863h.746c1.044 0 1.865.82 1.865 1.864m-2.238 5.594v1.49m0-10.44v1.492" }))),
2358
893
  },
2359
894
  'receipt-list': {
2360
- markup: () => (h("g", null,
2361
- h("path", { d: "M22.085 23.814H4.186V2.186l2.983 1.865 2.984-1.865 2.983 1.865 2.983-1.865 2.983 1.865 2.983-1.865z", class: "stroke-primary" }),
2362
- h("path", { class: "stroke-secondary", d: "M7.915 9.644h5.966m-5.966 4.475h5.966m-5.966 4.475h5.966m2.984 0h1.49m-1.49-4.475h1.49m-1.49-4.475h1.49" }))),
895
+ markup: () => (h("g", null, h("path", { d: "M22.085 23.814H4.186V2.186l2.983 1.865 2.984-1.865 2.983 1.865 2.983-1.865 2.983 1.865 2.983-1.865z", class: "stroke-primary" }), h("path", { class: "stroke-secondary", d: "M7.915 9.644h5.966m-5.966 4.475h5.966m-5.966 4.475h5.966m2.984 0h1.49m-1.49-4.475h1.49m-1.49-4.475h1.49" }))),
2363
896
  },
2364
897
  'receipt-list-top': {
2365
- markup: () => (h("g", null,
2366
- h("path", { d: "M22.085 2.186H4.186v21.628l2.983-1.865 2.984 1.865 2.983-1.865 2.983 1.865 2.983-1.865 2.983 1.865z", class: "stroke-primary" }),
2367
- h("path", { class: "stroke-secondary", d: "M7.915 7.78h5.966m-5.966 4.475h5.966M7.915 16.73h5.966m2.984 0h1.49m-1.49-4.475h1.49m-1.49-4.475h1.49" }))),
898
+ markup: () => (h("g", null, h("path", { d: "M22.085 2.186H4.186v21.628l2.983-1.865 2.984 1.865 2.983-1.865 2.983 1.865 2.983-1.865 2.983 1.865z", class: "stroke-primary" }), h("path", { class: "stroke-secondary", d: "M7.915 7.78h5.966m-5.966 4.475h5.966M7.915 16.73h5.966m2.984 0h1.49m-1.49-4.475h1.49m-1.49-4.475h1.49" }))),
2368
899
  },
2369
900
  'receipt-top': {
2370
- markup: () => (h("g", null,
2371
- h("path", { d: "M22.085 2.186H4.186v21.628l2.983-1.865 2.984 1.865 2.983-1.865 2.983 1.865 2.983-1.865 2.983 1.865z", class: "stroke-primary filled" }),
2372
- h("path", { class: "stroke-secondary", d: "M15 16.73h4m-4-4.475h4M15 7.78h4M7.898 13.983c0 1.044.82 1.865 1.865 1.865h.745c1.045 0 1.865-.82 1.865-1.865 0-2.61-4.475-1.118-4.475-3.728 0-1.044.82-1.865 1.865-1.865h.745c1.045 0 1.865.82 1.865 1.865m-2.237 5.593v1.491m0-10.44V8.39" }))),
901
+ markup: () => (h("g", null, h("path", { d: "M22.085 2.186H4.186v21.628l2.983-1.865 2.984 1.865 2.983-1.865 2.983 1.865 2.983-1.865 2.983 1.865z", class: "stroke-primary filled" }), h("path", { class: "stroke-secondary", d: "M15 16.73h4m-4-4.475h4M15 7.78h4M7.898 13.983c0 1.044.82 1.865 1.865 1.865h.745c1.045 0 1.865-.82 1.865-1.865 0-2.61-4.475-1.118-4.475-3.728 0-1.044.82-1.865 1.865-1.865h.745c1.045 0 1.865.82 1.865 1.865m-2.237 5.593v1.491m0-10.44V8.39" }))),
2373
902
  },
2374
903
  refresh: {
2375
- markup: () => (h("g", null,
2376
- h("path", { d: "M17.321 8.286l5.893-5.893L24 9.071z", class: "stroke-secondary filled" }),
2377
- h("path", { d: "M23.888 14.571C23.126 19.902 18.542 24 13 24 6.925 24 2 19.075 2 13S6.925 2 13 2a10.96 10.96 0 0 1 7.579 3.028", class: "stroke-primary" }))),
904
+ markup: () => (h("g", null, h("path", { d: "M17.321 8.286l5.893-5.893L24 9.071z", class: "stroke-secondary filled" }), h("path", { d: "M23.888 14.571C23.126 19.902 18.542 24 13 24 6.925 24 2 19.075 2 13S6.925 2 13 2a10.96 10.96 0 0 1 7.579 3.028", class: "stroke-primary" }))),
2378
905
  },
2379
906
  remove: {
2380
- markup: () => (h("g", null,
2381
- h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }),
2382
- h("path", { d: "M8 13h10", class: "stroke-secondary" }))),
907
+ markup: () => (h("g", null, h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }), h("path", { d: "M8 13h10", class: "stroke-secondary" }))),
2383
908
  },
2384
909
  repeat: {
2385
- markup: () => (h("g", null,
2386
- h("path", { class: "stroke-secondary filled", d: "M17.321 8.286l5.893-5.893L24 9.072zm-8.642 9.428l-5.893 5.893L2 16.929z" }),
2387
- h("path", { class: "stroke-primary", d: "M2 13C2 6.925 6.925 2 13 2a10.96 10.96 0 0 1 7.579 3.028M24 13c0 6.075-4.925 11-11 11a10.962 10.962 0 0 1-7.579-3.028" }))),
910
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary filled", d: "M17.321 8.286l5.893-5.893L24 9.072zm-8.642 9.428l-5.893 5.893L2 16.929z" }), h("path", { class: "stroke-primary", d: "M2 13C2 6.925 6.925 2 13 2a10.96 10.96 0 0 1 7.579 3.028M24 13c0 6.075-4.925 11-11 11a10.962 10.962 0 0 1-7.579-3.028" }))),
2388
911
  },
2389
912
  'repeat-time': {
2390
- markup: () => (h("g", null,
2391
- h("path", { d: "M13 6.714V13H7.107", class: "stroke-secondary" }),
2392
- h("g", { class: "stroke-primary" },
2393
- h("path", { d: "M24 13c0 6.075-4.925 11-11 11S2 19.075 2 13 6.925 2 13 2c4.433 0 8.3 2.739 10.042 6.518" }),
2394
- h("path", { d: "M23.702 3.589l-.66 4.929-4.634-.621" })))),
913
+ markup: () => (h("g", null, h("path", { d: "M13 6.714V13H7.107", class: "stroke-secondary" }), h("g", { class: "stroke-primary" }, h("path", { d: "M24 13c0 6.075-4.925 11-11 11S2 19.075 2 13 6.925 2 13 2c4.433 0 8.3 2.739 10.042 6.518" }), h("path", { d: "M23.702 3.589l-.66 4.929-4.634-.621" })))),
2395
914
  },
2396
915
  ribbon: {
2397
- markup: () => (h("g", null,
2398
- h("g", { class: "stroke-primary" },
2399
- h("g", { transform: "translate(5.183 2.183)" },
2400
- h("path", { d: "M11.733 14.26v7.373L7.7 19.8l-4.033 1.833V14.26" }),
2401
- h("circle", { cx: "7.7", cy: "7.7", r: "7.7" })),
2402
- h("circle", { class: "stroke-secondary filled", cx: "12.883", cy: "9.883", r: "2.933" })))),
916
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("g", { transform: "translate(5.183 2.183)" }, h("path", { d: "M11.733 14.26v7.373L7.7 19.8l-4.033 1.833V14.26" }), h("circle", { cx: "7.7", cy: "7.7", r: "7.7" })), h("circle", { class: "stroke-secondary filled", cx: "12.883", cy: "9.883", r: "2.933" })))),
2403
917
  },
2404
918
  ring: {
2405
- markup: () => (h("g", null,
2406
- h("path", { d: "M13.167 7.9l-2.8-3.267.933-1.4h3.733l.934 1.4-2.8 3.267", class: "stroke-secondary filled" }),
2407
- h("g", { class: "stroke-primary", transform: "translate(5.233 7.9)" },
2408
- h("circle", { cx: "7.933", cy: "7.933", r: "7.933" }),
2409
- h("circle", { cx: "7.933", cy: "7.933", r: "5.6" })))),
919
+ markup: () => (h("g", null, h("path", { d: "M13.167 7.9l-2.8-3.267.933-1.4h3.733l.934 1.4-2.8 3.267", class: "stroke-secondary filled" }), h("g", { class: "stroke-primary", transform: "translate(5.233 7.9)" }, h("circle", { cx: "7.933", cy: "7.933", r: "7.933" }), h("circle", { cx: "7.933", cy: "7.933", r: "5.6" })))),
2410
920
  },
2411
921
  'rss-color': {
2412
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
2413
- h("g", { fill: "#F60", "fill-rule": "nonzero", transform: "translate(2 2)" },
2414
- h("circle", { cx: "3.143", cy: "18.857", r: "3.143" }),
2415
- h("path", { d: "M22 22h-4.19C17.81 12.18 9.82 4.19 0 4.19V0c12.13 0 22 9.869 22 22z" }),
2416
- h("path", { d: "M14.667 22h-4.19c0-5.777-4.7-10.476-10.477-10.476v-4.19c8.087 0 14.667 6.579 14.667 14.666z" })))),
922
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { fill: "#F60", "fill-rule": "nonzero", transform: "translate(2 2)" }, h("circle", { cx: "3.143", cy: "18.857", r: "3.143" }), h("path", { d: "M22 22h-4.19C17.81 12.18 9.82 4.19 0 4.19V0c12.13 0 22 9.869 22 22z" }), h("path", { d: "M14.667 22h-4.19c0-5.777-4.7-10.476-10.477-10.476v-4.19c8.087 0 14.667 6.579 14.667 14.666z" })))),
2417
923
  },
2418
924
  'rss-filled': {
2419
- markup: () => (h("g", null,
2420
- h("g", { class: "filled", transform: "translate(2 2)" },
2421
- h("circle", { cx: "3.143", cy: "18.857", r: "3.143" }),
2422
- h("path", { d: "M22 22h-4.19C17.81 12.18 9.82 4.19 0 4.19V0c12.13 0 22 9.869 22 22z" }),
2423
- h("path", { d: "M14.667 22h-4.19c0-5.777-4.7-10.476-10.477-10.476v-4.19c8.087 0 14.667 6.579 14.667 14.666z" })))),
925
+ markup: () => (h("g", null, h("g", { class: "filled", transform: "translate(2 2)" }, h("circle", { cx: "3.143", cy: "18.857", r: "3.143" }), h("path", { d: "M22 22h-4.19C17.81 12.18 9.82 4.19 0 4.19V0c12.13 0 22 9.869 22 22z" }), h("path", { d: "M14.667 22h-4.19c0-5.777-4.7-10.476-10.477-10.476v-4.19c8.087 0 14.667 6.579 14.667 14.666z" })))),
2424
926
  },
2425
927
  save: {
2426
- markup: () => (h("g", null,
2427
- h("path", { class: "stroke-secondary", d: "M15.934 2v6.6H5.667V2M13 4.2v2.2" }),
2428
- h("g", { class: "stroke-primary" },
2429
- h("path", { d: "M5.667 21.8v-6.6h14.666v6.6" }),
2430
- h("path", { d: "M22.533 24H3.467C2.657 24 2 23.343 2 22.533V2h16.867L24 9.333v13.2c0 .81-.657 1.467-1.467 1.467z" })))),
928
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary", d: "M15.934 2v6.6H5.667V2M13 4.2v2.2" }), h("g", { class: "stroke-primary" }, h("path", { d: "M5.667 21.8v-6.6h14.666v6.6" }), h("path", { d: "M22.533 24H3.467C2.657 24 2 23.343 2 22.533V2h16.867L24 9.333v13.2c0 .81-.657 1.467-1.467 1.467z" })))),
2431
929
  },
2432
930
  school: {
2433
- markup: () => (h("g", null,
2434
- h("g", { class: "stroke-secondary" },
2435
- h("path", { d: "M13 6.508V2.18" }),
2436
- h("path", { d: "M13 2.901h2.885v1.443H13z", class: "filled" }),
2437
- h("path", { d: "M14.443 23.819v-3.606h-2.886v3.606" })),
2438
- h("g", { class: "stroke-primary" },
2439
- h("path", { d: "M5.787 23.82H2.181v-5.049h2.885m15.148 5.049h3.606v-5.049h-2.885M5.066 12.279h15.869M5.066 15.164h15.869M8.312 23.82v-8.656m9.377 8.656v-8.656m-6.131 2.525h2.885" }),
2440
- h("path", { d: "M20.935 12.279V23.82H5.066V12.279L13 6.509z" })))),
931
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M13 6.508V2.18" }), h("path", { d: "M13 2.901h2.885v1.443H13z", class: "filled" }), h("path", { d: "M14.443 23.819v-3.606h-2.886v3.606" })), h("g", { class: "stroke-primary" }, h("path", { d: "M5.787 23.82H2.181v-5.049h2.885m15.148 5.049h3.606v-5.049h-2.885M5.066 12.279h15.869M5.066 15.164h15.869M8.312 23.82v-8.656m9.377 8.656v-8.656m-6.131 2.525h2.885" }), h("path", { d: "M20.935 12.279V23.82H5.066V12.279L13 6.509z" })))),
2441
932
  },
2442
933
  search: {
2443
- markup: () => (h("g", { class: "stroke-primary", transform: "translate(2 2)" },
2444
- h("path", { d: "M22 22l-6.448-6.448" }),
2445
- h("circle", { cx: "9.103", cy: "9.103", r: "9.103" }))),
934
+ markup: () => (h("g", { class: "stroke-primary", transform: "translate(2 2)" }, h("path", { d: "M22 22l-6.448-6.448" }), h("circle", { cx: "9.103", cy: "9.103", r: "9.103" }))),
2446
935
  },
2447
936
  service: {
2448
- markup: () => (h("g", null,
2449
- h("path", { d: "M14.412 16.826h5.284c2.694 0 2.87 1.913 2.87 1.913l-11.254 4.328a2.87 2.87 0 0 1-2.314-.112l-6.52-3.26V13h.957c1.057 0 3.736.419 4.782 1.913h2.87a3.826 3.826 0 0 1 3.826 3.826H8.217", class: "stroke-primary" }),
2450
- h("g", { class: "stroke-secondary" },
2451
- h("path", { d: "M5.18 10.351a8.609 8.609 0 0 1 16.428 3.605m-5.739 0h7.652M13 2.478v2.87" })))),
937
+ markup: () => (h("g", null, h("path", { d: "M14.412 16.826h5.284c2.694 0 2.87 1.913 2.87 1.913l-11.254 4.328a2.87 2.87 0 0 1-2.314-.112l-6.52-3.26V13h.957c1.057 0 3.736.419 4.782 1.913h2.87a3.826 3.826 0 0 1 3.826 3.826H8.217", class: "stroke-primary" }), h("g", { class: "stroke-secondary" }, h("path", { d: "M5.18 10.351a8.609 8.609 0 0 1 16.428 3.605m-5.739 0h7.652M13 2.478v2.87" })))),
2452
938
  },
2453
939
  shield: {
2454
- markup: () => (h("g", null,
2455
- h("path", { d: "M13 2C9.857 4.357 5.143 5.929 2 5.929 2 13.262 5.667 20.857 13 24c7.333-3.143 11-10.738 11-18.071-3.143 0-7.857-1.572-11-3.929z", class: "stroke-primary filled" }),
2456
- h("path", { class: "stroke-secondary", d: "M13 24V2M3.17 13h19.66" }))),
940
+ markup: () => (h("g", null, h("path", { d: "M13 2C9.857 4.357 5.143 5.929 2 5.929 2 13.262 5.667 20.857 13 24c7.333-3.143 11-10.738 11-18.071-3.143 0-7.857-1.572-11-3.929z", class: "stroke-primary filled" }), h("path", { class: "stroke-secondary", d: "M13 24V2M3.17 13h19.66" }))),
2457
941
  },
2458
942
  sign: {
2459
- markup: () => (h("g", null,
2460
- h("g", { class: "stroke-primary" },
2461
- h("path", { d: "M3 23.083h20.087M5.582 17.761L3.913 19.43M21.261 9.387l.913.913-4.565 4.565" })),
2462
- h("path", { d: "M5.582 17.762a2.582 2.582 0 0 1 0-3.652L15.935 3.757a2.582 2.582 0 0 1 3.652 0 2.582 2.582 0 0 1 0 3.652L9.234 17.762a2.583 2.583 0 0 1-3.652 0z", class: "stroke-secondary filled" }))),
943
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M3 23.083h20.087M5.582 17.761L3.913 19.43M21.261 9.387l.913.913-4.565 4.565" })), h("path", { d: "M5.582 17.762a2.582 2.582 0 0 1 0-3.652L15.935 3.757a2.582 2.582 0 0 1 3.652 0 2.582 2.582 0 0 1 0 3.652L9.234 17.762a2.583 2.583 0 0 1-3.652 0z", class: "stroke-secondary filled" }))),
2463
944
  },
2464
945
  silverware: {
2465
- markup: () => (h("g", null,
2466
- h("path", { class: "stroke-secondary", d: "M9.05 11.433l2.226 2.2m-.742-3.666l2.226 2.2m2.968 5.866l5.195 5.134 1.484-1.467-5.195-5.133m-7.626-.21c-.907.896-2.621 2.591-5.142 5.086l1.485 1.466 4.823-4.766" }),
2467
- h("path", { class: "stroke-primary", d: "M5.71 3l5.15 5.089a1.09 1.09 0 0 1 0 1.555l-2.137 2.112a1.12 1.12 0 0 1-1.573 0L2 6.666m1.855-1.833l4.082 4.034m2.619 6.477l2.968 2.934 8.905-8.8a4.114 4.114 0 0 0 0-5.867L10.556 15.344z" }))),
946
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary", d: "M9.05 11.433l2.226 2.2m-.742-3.666l2.226 2.2m2.968 5.866l5.195 5.134 1.484-1.467-5.195-5.133m-7.626-.21c-.907.896-2.621 2.591-5.142 5.086l1.485 1.466 4.823-4.766" }), h("path", { class: "stroke-primary", d: "M5.71 3l5.15 5.089a1.09 1.09 0 0 1 0 1.555l-2.137 2.112a1.12 1.12 0 0 1-1.573 0L2 6.666m1.855-1.833l4.082 4.034m2.619 6.477l2.968 2.934 8.905-8.8a4.114 4.114 0 0 0 0-5.867L10.556 15.344z" }))),
2468
947
  },
2469
948
  skip: {
2470
- markup: () => (h("g", null,
2471
- h("path", { d: "M5 23V4l13 9.5z", class: "stroke-secondary" }),
2472
- h("path", { d: "M21.5 3v20", class: "stroke-primary" }))),
949
+ markup: () => (h("g", null, h("path", { d: "M5 23V4l13 9.5z", class: "stroke-secondary" }), h("path", { d: "M21.5 3v20", class: "stroke-primary" }))),
2473
950
  },
2474
951
  'sms-color': {
2475
- markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" },
2476
- h("g", { "fill-rule": "nonzero" },
2477
- h("path", { fill: "#BADEFC", d: "M23.043 5.87H8.217a.956.956 0 0 0-.956.956v11.478c0 .529.428.957.956.957h5.595l5.618 3.746a.48.48 0 0 0 .744-.398V19.26h2.87a.956.956 0 0 0 .956-.957V6.826a.956.956 0 0 0-.957-.956z" }),
2478
- h("path", { fill: "#43A6DD", d: "M19.217 3H2.957A.956.956 0 0 0 2 3.957v11.478c0 .528.428.956.957.956h2.87v4.305a.479.479 0 0 0 .755.388l6.571-4.693h6.064a.956.956 0 0 0 .957-.956V3.957A.956.956 0 0 0 19.217 3z" })))),
952
+ markup: () => (h("g", { fill: "none", "fill-rule": "evenodd" }, h("g", { "fill-rule": "nonzero" }, h("path", { fill: "#BADEFC", d: "M23.043 5.87H8.217a.956.956 0 0 0-.956.956v11.478c0 .529.428.957.956.957h5.595l5.618 3.746a.48.48 0 0 0 .744-.398V19.26h2.87a.956.956 0 0 0 .956-.957V6.826a.956.956 0 0 0-.957-.956z" }), h("path", { fill: "#43A6DD", d: "M19.217 3H2.957A.956.956 0 0 0 2 3.957v11.478c0 .528.428.956.957.956h2.87v4.305a.479.479 0 0 0 .755.388l6.571-4.693h6.064a.956.956 0 0 0 .957-.956V3.957A.956.956 0 0 0 19.217 3z" })))),
2479
953
  },
2480
954
  'sms-filled': {
2481
- markup: () => (h("g", null,
2482
- h("g", { class: "filled" },
2483
- h("path", { d: "M23.043 5.87H21.13v9.087a1.913 1.913 0 0 1-1.913 1.913H13.46l-3.348 2.39h3.701l5.619 3.747a.478.478 0 0 0 .742-.398V19.26h2.87a.957.957 0 0 0 .956-.957V6.826a.957.957 0 0 0-.957-.956z" }),
2484
- h("path", { d: "M19.217 3H2.957A.957.957 0 0 0 2 3.957v11c0 .528.428.956.957.956h2.87v4.304a.478.478 0 0 0 .755.39l6.571-4.694h6.064a.957.957 0 0 0 .957-.956v-11A.957.957 0 0 0 19.217 3z" })))),
955
+ markup: () => (h("g", null, h("g", { class: "filled" }, h("path", { d: "M23.043 5.87H21.13v9.087a1.913 1.913 0 0 1-1.913 1.913H13.46l-3.348 2.39h3.701l5.619 3.747a.478.478 0 0 0 .742-.398V19.26h2.87a.957.957 0 0 0 .956-.957V6.826a.957.957 0 0 0-.957-.956z" }), h("path", { d: "M19.217 3H2.957A.957.957 0 0 0 2 3.957v11c0 .528.428.956.957.956h2.87v4.304a.478.478 0 0 0 .755.39l6.571-4.694h6.064a.957.957 0 0 0 .957-.956v-11A.957.957 0 0 0 19.217 3z" })))),
2485
956
  },
2486
957
  sort: {
2487
- markup: () => (h("g", { class: "stroke-primary" },
2488
- h("path", { d: "M7.551 14.896V2M2.999 6.551L7.551 2l4.552 4.551m6.069 4.552V24m-4.552-4.552L18.172 24l4.551-4.552" }))),
958
+ markup: () => (h("g", { class: "stroke-primary" }, h("path", { d: "M7.551 14.896V2M2.999 6.551L7.551 2l4.552 4.551m6.069 4.552V24m-4.552-4.552L18.172 24l4.551-4.552" }))),
2489
959
  },
2490
960
  speedometer: {
2491
- markup: () => (h("g", null,
2492
- h("path", { class: "stroke-secondary", d: "M13 6.344v1.443m6.12 1.092l-1.02 1.02M21.655 15h-1.441M6.879 8.879l1.02 1.02M4.344 15h1.443" }),
2493
- h("path", { class: "stroke-secondary filled", d: "M12.235 13.368l-2.048-4.372" }),
2494
- h("circle", { cx: "13", cy: "15", r: "1.803", class: "stroke-primary filled", transform: "rotate(-70.105 13 15)" }),
2495
- h("path", { d: "M22.15 20.77A10.766 10.766 0 0 0 23.82 15c0-5.976-4.844-10.82-10.82-10.82S2.18 9.024 2.18 15c0 2.122.614 4.1 1.67 5.77h18.3z", class: "stroke-primary" }))),
961
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary", d: "M13 6.344v1.443m6.12 1.092l-1.02 1.02M21.655 15h-1.441M6.879 8.879l1.02 1.02M4.344 15h1.443" }), h("path", { class: "stroke-secondary filled", d: "M12.235 13.368l-2.048-4.372" }), h("circle", { cx: "13", cy: "15", r: "1.803", class: "stroke-primary filled", transform: "rotate(-70.105 13 15)" }), h("path", { d: "M22.15 20.77A10.766 10.766 0 0 0 23.82 15c0-5.976-4.844-10.82-10.82-10.82S2.18 9.024 2.18 15c0 2.122.614 4.1 1.67 5.77h18.3z", class: "stroke-primary" }))),
2496
962
  },
2497
963
  split: {
2498
- markup: () => (h("g", { class: "stroke-primary" },
2499
- h("path", { d: "M5.5 16.5h18m-5-7h-4.7c-1.5 0-2.8.6-3.8 1.7l-4.5 5.3h-3m18-3l3 3-3 3" }),
2500
- h("path", { d: "M15.5 6.5l3 3-3 3" }))),
964
+ markup: () => (h("g", { class: "stroke-primary" }, h("path", { d: "M5.5 16.5h18m-5-7h-4.7c-1.5 0-2.8.6-3.8 1.7l-4.5 5.3h-3m18-3l3 3-3 3" }), h("path", { d: "M15.5 6.5l3 3-3 3" }))),
2501
965
  },
2502
966
  star: {
2503
967
  markup: () => (h("path", { d: "M13 2.332l3.338 6.765 7.466 1.085-5.402 5.265 1.275 7.435L13 19.372l-6.677 3.51 1.275-7.435-5.402-5.265 7.466-1.085z", class: "stroke-primary" })),
2504
968
  },
2505
969
  'star-add': {
2506
- markup: () => (h("g", null,
2507
- h("path", { d: "M12.241 19.091l-6.184 3.251 1.253-7.309L2 9.857 9.339 8.79l3.282-6.65 3.281 6.65 7.339 1.067-2.275 2.218", class: "stroke-primary" }),
2508
- h("g", { class: "stroke-secondary", transform: "translate(14.897 14.517)" },
2509
- h("circle", { cx: "4.552", cy: "4.552", r: "4.552", class: "filled" }),
2510
- h("path", { d: "M4.552 3.034V6.07M3.034 4.552H6.07" })))),
970
+ markup: () => (h("g", null, h("path", { d: "M12.241 19.091l-6.184 3.251 1.253-7.309L2 9.857 9.339 8.79l3.282-6.65 3.281 6.65 7.339 1.067-2.275 2.218", class: "stroke-primary" }), h("g", { class: "stroke-secondary", transform: "translate(14.897 14.517)" }, h("circle", { cx: "4.552", cy: "4.552", r: "4.552", class: "filled" }), h("path", { d: "M4.552 3.034V6.07M3.034 4.552H6.07" })))),
2511
971
  },
2512
972
  'star-remove': {
2513
- markup: () => (h("g", null,
2514
- h("path", { d: "M12.241 19.091l-6.184 3.251 1.253-7.309L2 9.857 9.339 8.79l3.282-6.65 3.281 6.65 7.339 1.067-2.275 2.218", class: "stroke-primary" }),
2515
- h("g", { class: "stroke-secondary", transform: "translate(14.897 14.517)" },
2516
- h("circle", { cx: "4.552", cy: "4.552", r: "4.552", class: "filled" }),
2517
- h("path", { d: "M3.034 4.552H6.07" })))),
973
+ markup: () => (h("g", null, h("path", { d: "M12.241 19.091l-6.184 3.251 1.253-7.309L2 9.857 9.339 8.79l3.282-6.65 3.281 6.65 7.339 1.067-2.275 2.218", class: "stroke-primary" }), h("g", { class: "stroke-secondary", transform: "translate(14.897 14.517)" }, h("circle", { cx: "4.552", cy: "4.552", r: "4.552", class: "filled" }), h("path", { d: "M3.034 4.552H6.07" })))),
2518
974
  },
2519
975
  'stop-payment': {
2520
- markup: () => (h("g", null,
2521
- h("path", { d: "M8.882 3h8.236L23 8.882v8.236L17.118 23H8.882L3 17.118V8.882z", class: "stroke-primary" }),
2522
- h("g", { class: "stroke-secondary" },
2523
- h("path", { d: "M13 6.304v13.391m3.228-11.268c-1.55-.853-6.434-1.489-6.434 1.447 0 3.514 6.202 2.273 6.202 5.374 0 3.101-4.03 2.868-6.822 1.86" })))),
976
+ markup: () => (h("g", null, h("path", { d: "M8.882 3h8.236L23 8.882v8.236L17.118 23H8.882L3 17.118V8.882z", class: "stroke-primary" }), h("g", { class: "stroke-secondary" }, h("path", { d: "M13 6.304v13.391m3.228-11.268c-1.55-.853-6.434-1.489-6.434 1.447 0 3.514 6.202 2.273 6.202 5.374 0 3.101-4.03 2.868-6.822 1.86" })))),
2524
977
  },
2525
978
  'steering-wheel': {
2526
- markup: () => (h("g", null,
2527
- h("g", { class: "stroke-primary", transform: "translate(1.355 1.436)" },
2528
- h("path", { d: "M3 11.138c3.559 1.63 6.183 4.947 6.916 8.909m10.374-8.909c-3.558 1.63-6.182 4.947-6.915 8.909M3.544 8.51S7.604 8 11.646 8c4.04 0 8.1.51 8.1.51" }),
2529
- h("circle", { cx: "11.645", cy: "11.564", r: "10.82" }),
2530
- h("circle", { cx: "11.645", cy: "11.564", r: "8.656" })),
2531
- h("circle", { cx: "13", cy: "14.082", r: "2.164", class: "stroke-secondary filled" }))),
979
+ markup: () => (h("g", null, h("g", { class: "stroke-primary", transform: "translate(1.355 1.436)" }, h("path", { d: "M3 11.138c3.559 1.63 6.183 4.947 6.916 8.909m10.374-8.909c-3.558 1.63-6.182 4.947-6.915 8.909M3.544 8.51S7.604 8 11.646 8c4.04 0 8.1.51 8.1.51" }), h("circle", { cx: "11.645", cy: "11.564", r: "10.82" }), h("circle", { cx: "11.645", cy: "11.564", r: "8.656" })), h("circle", { cx: "13", cy: "14.082", r: "2.164", class: "stroke-secondary filled" }))),
2532
980
  },
2533
981
  storefront: {
2534
- markup: () => (h("g", null,
2535
- h("path", { class: "stroke-primary", d: "M4.2 14.1v9.167h10.267v-6.6h4.4v6.6H21.8V14.1m-.733-8.433H4.933m16.134 0V2H4.933v3.667L2 9.333a2.567 2.567 0 0 0 4.583 1.585 2.56 2.56 0 0 0 4.217-.268 2.562 2.562 0 0 0 4.4 0 2.562 2.562 0 0 0 4.217.268A2.567 2.567 0 0 0 24 9.334l-2.933-3.667z" }),
2536
- h("path", { d: "M7.5 14.833h3.667V18.5H7.5z", class: "stroke-secondary filled" }))),
982
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4.2 14.1v9.167h10.267v-6.6h4.4v6.6H21.8V14.1m-.733-8.433H4.933m16.134 0V2H4.933v3.667L2 9.333a2.567 2.567 0 0 0 4.583 1.585 2.56 2.56 0 0 0 4.217-.268 2.562 2.562 0 0 0 4.4 0 2.562 2.562 0 0 0 4.217.268A2.567 2.567 0 0 0 24 9.334l-2.933-3.667z" }), h("path", { d: "M7.5 14.833h3.667V18.5H7.5z", class: "stroke-secondary filled" }))),
2537
983
  },
2538
984
  'storefront-add': {
2539
- markup: () => (h("g", null,
2540
- h("path", { class: "stroke-primary", d: "M4.063 14.344v8.594h9.625m6.187-16.5V3H4.75v3.438L2 9.874a2.406 2.406 0 0 0 4.297 1.486 2.4 2.4 0 0 0 3.953-.25 2.402 2.402 0 0 0 4.125 0 2.402 2.402 0 0 0 3.953.25 2.406 2.406 0 0 0 4.297-1.485l-2.75-3.438zm0 0H4.75" }),
2541
- h("g", { class: "stroke-secondary", transform: "translate(14 15)" },
2542
- h("path", { d: "M4.767 3.133v2.934M3.3 4.6h2.933" }),
2543
- h("circle", { cx: "4.767", cy: "4.6", r: "4.4" })),
2544
- h("path", { d: "M7.156 15.031h3.438v3.438H7.156z", class: "stroke-secondary filled" }))),
985
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4.063 14.344v8.594h9.625m6.187-16.5V3H4.75v3.438L2 9.874a2.406 2.406 0 0 0 4.297 1.486 2.4 2.4 0 0 0 3.953-.25 2.402 2.402 0 0 0 4.125 0 2.402 2.402 0 0 0 3.953.25 2.406 2.406 0 0 0 4.297-1.485l-2.75-3.438zm0 0H4.75" }), h("g", { class: "stroke-secondary", transform: "translate(14 15)" }, h("path", { d: "M4.767 3.133v2.934M3.3 4.6h2.933" }), h("circle", { cx: "4.767", cy: "4.6", r: "4.4" })), h("path", { d: "M7.156 15.031h3.438v3.438H7.156z", class: "stroke-secondary filled" }))),
2545
986
  },
2546
987
  'storefront-prohibited': {
2547
- markup: () => (h("g", null,
2548
- h("path", { class: "stroke-primary", d: "M4.063 14.344v8.594h9.625m6.187-16.5V3H4.75v3.438L2 9.874a2.406 2.406 0 0 0 4.297 1.486 2.4 2.4 0 0 0 3.953-.25 2.402 2.402 0 0 0 4.125 0 2.402 2.402 0 0 0 3.953.25 2.406 2.406 0 0 0 4.297-1.485l-2.75-3.438zm0 0H4.75" }),
2549
- h("g", { class: "stroke-secondary", transform: "translate(14.367 15.2)" },
2550
- h("path", { d: "M1.133 7.3L7.74 1.638" }),
2551
- h("circle", { cx: "4.4", cy: "4.4", r: "4.4" })),
2552
- h("path", { d: "M7.156 15.031h3.438v3.438H7.156z", class: "stroke-secondary filled" }))),
988
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4.063 14.344v8.594h9.625m6.187-16.5V3H4.75v3.438L2 9.874a2.406 2.406 0 0 0 4.297 1.486 2.4 2.4 0 0 0 3.953-.25 2.402 2.402 0 0 0 4.125 0 2.402 2.402 0 0 0 3.953.25 2.406 2.406 0 0 0 4.297-1.485l-2.75-3.438zm0 0H4.75" }), h("g", { class: "stroke-secondary", transform: "translate(14.367 15.2)" }, h("path", { d: "M1.133 7.3L7.74 1.638" }), h("circle", { cx: "4.4", cy: "4.4", r: "4.4" })), h("path", { d: "M7.156 15.031h3.438v3.438H7.156z", class: "stroke-secondary filled" }))),
2553
989
  },
2554
990
  'storefront-remove': {
2555
- markup: () => (h("g", null,
2556
- h("path", { class: "stroke-primary", d: "M4.063 14.344v8.594h9.625m6.187-16.5V3H4.75v3.438L2 9.874a2.406 2.406 0 0 0 4.297 1.486 2.4 2.4 0 0 0 3.953-.25 2.402 2.402 0 0 0 4.125 0 2.402 2.402 0 0 0 3.953.25 2.406 2.406 0 0 0 4.297-1.485l-2.75-3.438zm0 0H4.75" }),
2557
- h("g", { class: "stroke-secondary", transform: "translate(14.367 15.2)" },
2558
- h("path", { d: "M2.933 4.4h2.934" }),
2559
- h("circle", { cx: "4.4", cy: "4.4", r: "4.4" })),
2560
- h("path", { d: "M7.156 15.031h3.438v3.438H7.156z", class: "stroke-secondary filled" }))),
991
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M4.063 14.344v8.594h9.625m6.187-16.5V3H4.75v3.438L2 9.874a2.406 2.406 0 0 0 4.297 1.486 2.4 2.4 0 0 0 3.953-.25 2.402 2.402 0 0 0 4.125 0 2.402 2.402 0 0 0 3.953.25 2.406 2.406 0 0 0 4.297-1.485l-2.75-3.438zm0 0H4.75" }), h("g", { class: "stroke-secondary", transform: "translate(14.367 15.2)" }, h("path", { d: "M2.933 4.4h2.934" }), h("circle", { cx: "4.4", cy: "4.4", r: "4.4" })), h("path", { d: "M7.156 15.031h3.438v3.438H7.156z", class: "stroke-secondary filled" }))),
2561
992
  },
2562
993
  'storefront-settings': {
2563
- markup: () => (h("g", null,
2564
- h("g", { class: "stroke-primary" },
2565
- h("path", { d: "M4.063 14.344v8.594h9.625m6.187-16.5V3H4.75v3.438L2 9.874a2.406 2.406 0 0 0 4.297 1.486 2.4 2.4 0 0 0 3.953-.25 2.402 2.402 0 0 0 4.125 0 2.402 2.402 0 0 0 3.953.25 2.406 2.406 0 0 0 4.297-1.485l-2.75-3.438zm0 0H4.75" })),
2566
- h("path", { d: "M7.156 15.031h3.438v3.438H7.156z", class: "stroke-secondary filled" }),
2567
- h("g", { class: "stroke-secondary", transform: "translate(14.905 14.467)" },
2568
- h("path", { d: "M7.795 4.767c0-.162-.015-.32-.038-.474L8.99 3.018l-.733-1.27-1.719.43a3.29 3.29 0 0 0-.823-.476L5.228 0H3.762l-.487 1.702a3.29 3.29 0 0 0-.823.476l-1.718-.43L0 3.018l1.233 1.275a3.26 3.26 0 0 0-.038.474c0 .161.015.319.038.474L0 6.515l.733 1.27 1.719-.43c.248.196.525.357.823.476l.487 1.702h1.466l.487-1.702a3.29 3.29 0 0 0 .823-.476l1.718.43.734-1.27L7.757 5.24a3.26 3.26 0 0 0 .038-.474z", class: "filled" }),
2569
- h("circle", { cx: "4.495", cy: "4.767", r: "1.1" })))),
994
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M4.063 14.344v8.594h9.625m6.187-16.5V3H4.75v3.438L2 9.874a2.406 2.406 0 0 0 4.297 1.486 2.4 2.4 0 0 0 3.953-.25 2.402 2.402 0 0 0 4.125 0 2.402 2.402 0 0 0 3.953.25 2.406 2.406 0 0 0 4.297-1.485l-2.75-3.438zm0 0H4.75" })), h("path", { d: "M7.156 15.031h3.438v3.438H7.156z", class: "stroke-secondary filled" }), h("g", { class: "stroke-secondary", transform: "translate(14.905 14.467)" }, h("path", { d: "M7.795 4.767c0-.162-.015-.32-.038-.474L8.99 3.018l-.733-1.27-1.719.43a3.29 3.29 0 0 0-.823-.476L5.228 0H3.762l-.487 1.702a3.29 3.29 0 0 0-.823.476l-1.718-.43L0 3.018l1.233 1.275a3.26 3.26 0 0 0-.038.474c0 .161.015.319.038.474L0 6.515l.733 1.27 1.719-.43c.248.196.525.357.823.476l.487 1.702h1.466l.487-1.702a3.29 3.29 0 0 0 .823-.476l1.718.43.734-1.27L7.757 5.24a3.26 3.26 0 0 0 .038-.474z", class: "filled" }), h("circle", { cx: "4.495", cy: "4.767", r: "1.1" })))),
2570
995
  },
2571
996
  success: {
2572
- markup: () => (h("g", null,
2573
- h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }),
2574
- h("path", { d: "M7.867 13.733l2.933 2.934 7.333-7.334", class: "stroke-secondary" }))),
997
+ markup: () => (h("g", null, h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }), h("path", { d: "M7.867 13.733l2.933 2.934 7.333-7.334", class: "stroke-secondary" }))),
2575
998
  },
2576
999
  tablet: {
2577
- markup: () => (h("g", null,
2578
- h("path", { class: "stroke-primary", d: "M5.5 5.5v14m16.999.533H3.367a1.438 1.438 0 0 1-1.434-1.443V6.55c0-.796.642-1.442 1.434-1.442h19.132c.792 0 1.434.646 1.434 1.442v12.04c0 .797-.642 1.443-1.434 1.443z" }),
2579
- h("path", { d: "M3.5 11.5v2", class: "stroke-secondary" }))),
1000
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M5.5 5.5v14m16.999.533H3.367a1.438 1.438 0 0 1-1.434-1.443V6.55c0-.796.642-1.442 1.434-1.442h19.132c.792 0 1.434.646 1.434 1.442v12.04c0 .797-.642 1.443-1.434 1.443z" }), h("path", { d: "M3.5 11.5v2", class: "stroke-secondary" }))),
2580
1001
  },
2581
1002
  target: {
2582
- markup: () => (h("g", null,
2583
- h("g", { class: "stroke-primary", transform: "translate(3.477 6.34)" },
2584
- h("path", { d: "M17.13 7.636a8.59 8.59 0 0 1-8.538 9.545A8.59 8.59 0 0 1 0 8.591 8.59 8.59 0 0 1 9.545.053" }),
2585
- h("circle", { cx: "8.591", cy: "8.591", r: "4.773" })),
2586
- h("g", { class: "stroke-secondary" },
2587
- h("path", { d: "M20.659 6.341l2.864-2.864M12.068 14.932l5.727-5.728" }),
2588
- h("path", { d: "M20.659 6.341l-.955-2.864-2.863 2.864.954 2.863 2.864.955 2.864-2.864z", class: "filled" })))),
1003
+ markup: () => (h("g", null, h("g", { class: "stroke-primary", transform: "translate(3.477 6.34)" }, h("path", { d: "M17.13 7.636a8.59 8.59 0 0 1-8.538 9.545A8.59 8.59 0 0 1 0 8.591 8.59 8.59 0 0 1 9.545.053" }), h("circle", { cx: "8.591", cy: "8.591", r: "4.773" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M20.659 6.341l2.864-2.864M12.068 14.932l5.727-5.728" }), h("path", { d: "M20.659 6.341l-.955-2.864-2.863 2.864.954 2.863 2.864.955 2.864-2.864z", class: "filled" })))),
2589
1004
  },
2590
1005
  time: {
2591
- markup: () => (h("g", null,
2592
- h("path", { d: "M13 6.714V13H7.107", class: "stroke-secondary" }),
2593
- h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }))),
1006
+ markup: () => (h("g", null, h("path", { d: "M13 6.714V13H7.107", class: "stroke-secondary" }), h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }))),
2594
1007
  },
2595
1008
  todo: {
2596
- markup: () => (h("g", null,
2597
- h("g", { class: "stroke-primary" },
2598
- h("path", { d: "M19.258 5.194h2.129v18.451H4.355V5.194h2.129" }),
2599
- h("path", { d: "M15 4.484a2.129 2.129 0 1 0-4.258 0H8.613v2.839h8.516V4.484H15z", class: "filled" })),
2600
- h("path", { d: "M10 15l2 2 4-4", class: "stroke-secondary" }))),
1009
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M19.258 5.194h2.129v18.451H4.355V5.194h2.129" }), h("path", { d: "M15 4.484a2.129 2.129 0 1 0-4.258 0H8.613v2.839h8.516V4.484H15z", class: "filled" })), h("path", { d: "M10 15l2 2 4-4", class: "stroke-secondary" }))),
2601
1010
  },
2602
1011
  tools: {
2603
- markup: () => (h("g", null,
2604
- h("path", { class: "stroke-secondary filled", d: "M16.65 12.856l5.55 5.55a3.218 3.218 0 0 1 0 4.552 3.218 3.218 0 0 1-4.552 0l-5.311-5.311m-.789-6.858L8.545 7.786l-.008-1.71-3.219-3.218L2.1 6.076l3.218 3.219 1.71.008 2.936 2.936m6.45 4.933l3.035 3.035" }),
2605
- h("path", { d: "M20.966 7.31L18.69 5.034l2.629-2.629A4.532 4.532 0 0 0 19.449 2a4.552 4.552 0 0 0-4.552 4.552c0 .372.05.731.133 1.078L2 19.448 6.552 24 18.37 10.97a4.55 4.55 0 0 0 1.078.133A4.552 4.552 0 0 0 24 6.552c0-.668-.147-1.3-.405-1.871l-2.63 2.63z", class: "stroke-primary" }))),
1012
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary filled", d: "M16.65 12.856l5.55 5.55a3.218 3.218 0 0 1 0 4.552 3.218 3.218 0 0 1-4.552 0l-5.311-5.311m-.789-6.858L8.545 7.786l-.008-1.71-3.219-3.218L2.1 6.076l3.218 3.219 1.71.008 2.936 2.936m6.45 4.933l3.035 3.035" }), h("path", { d: "M20.966 7.31L18.69 5.034l2.629-2.629A4.532 4.532 0 0 0 19.449 2a4.552 4.552 0 0 0-4.552 4.552c0 .372.05.731.133 1.078L2 19.448 6.552 24 18.37 10.97a4.55 4.55 0 0 0 1.078.133A4.552 4.552 0 0 0 24 6.552c0-.668-.147-1.3-.405-1.871l-2.63 2.63z", class: "stroke-primary" }))),
2606
1013
  },
2607
1014
  tractor: {
2608
- markup: () => (h("g", null,
2609
- h("g", { class: "stroke-primary" },
2610
- h("path", { d: "M6.509 10.672V4.18H13l2.886 8.656M6.509 4.18H4.344m13.706 8.656V9.95c0-.796.646-1.442 1.442-1.442h.722m-8.867 4.328h8.145c.797 0 1.443.646 1.443 1.442v1.443" }),
2611
- h("path", { d: "M3.984 11.181A6.492 6.492 0 0 1 13 17.164c0 .489-.054.977-.156 1.442h5.206" })),
2612
- h("g", { class: "stroke-secondary filled", transform: "translate(2.18 12.836)" },
2613
- h("circle", { cx: "4.328", cy: "4.328", r: "4.328" }),
2614
- h("circle", { cx: "18.754", cy: "5.77", r: "2.885" })))),
1015
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M6.509 10.672V4.18H13l2.886 8.656M6.509 4.18H4.344m13.706 8.656V9.95c0-.796.646-1.442 1.442-1.442h.722m-8.867 4.328h8.145c.797 0 1.443.646 1.443 1.442v1.443" }), h("path", { d: "M3.984 11.181A6.492 6.492 0 0 1 13 17.164c0 .489-.054.977-.156 1.442h5.206" })), h("g", { class: "stroke-secondary filled", transform: "translate(2.18 12.836)" }, h("circle", { cx: "4.328", cy: "4.328", r: "4.328" }), h("circle", { cx: "18.754", cy: "5.77", r: "2.885" })))),
2615
1016
  },
2616
1017
  transfer: {
2617
- markup: () => (h("g", null,
2618
- h("path", { class: "stroke-primary", d: "M16.756 20.866l-3.065-3.335 3.065-3.334m5.55 3.334h-8.718m4.849-6.623l3.503-3.335-3.503-3.334m-5.332 3.333h8.718" }),
2619
- h("path", { class: "stroke-secondary", d: "M3.233 15.573c0 1.67 1.287 2.983 2.925 2.983h1.17c1.637 0 2.924-1.313 2.924-2.983 0-4.177-7.019-1.79-7.019-5.967 0-1.669 1.287-2.983 2.925-2.983h1.17c1.637 0 2.924 1.313 2.924 2.983m-3.509 8.95v2.386m0-16.705v2.386" }))),
1018
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M16.756 20.866l-3.065-3.335 3.065-3.334m5.55 3.334h-8.718m4.849-6.623l3.503-3.335-3.503-3.334m-5.332 3.333h8.718" }), h("path", { class: "stroke-secondary", d: "M3.233 15.573c0 1.67 1.287 2.983 2.925 2.983h1.17c1.637 0 2.924-1.313 2.924-2.983 0-4.177-7.019-1.79-7.019-5.967 0-1.669 1.287-2.983 2.925-2.983h1.17c1.637 0 2.924 1.313 2.924 2.983m-3.509 8.95v2.386m0-16.705v2.386" }))),
2620
1019
  },
2621
1020
  trash: {
2622
- markup: () => (h("g", null,
2623
- h("path", { class: "stroke-primary", d: "M21.333 7.867v14.666c0 .81-.656 1.467-1.466 1.467h-13.2c-.81 0-1.467-.657-1.467-1.467V7.867m8.067 3.3v8.066M9.6 11.167v8.066m7.333-8.066v8.066" }),
2624
- h("path", { class: "stroke-secondary", d: "M9.6 5.667V2h7.333v3.667m6.6 0H3" }))),
1021
+ markup: () => (h("g", null, h("path", { class: "stroke-primary", d: "M21.333 7.867v14.666c0 .81-.656 1.467-1.466 1.467h-13.2c-.81 0-1.467-.657-1.467-1.467V7.867m8.067 3.3v8.066M9.6 11.167v8.066m7.333-8.066v8.066" }), h("path", { class: "stroke-secondary", d: "M9.6 5.667V2h7.333v3.667m6.6 0H3" }))),
2625
1022
  },
2626
1023
  tree: {
2627
- markup: () => (h("g", null,
2628
- h("path", { d: "M19.915 10.806c.29-.452.464-.987.464-1.565 0-1.6-1.296-2.896-2.896-2.896h-.797a3.62 3.62 0 1 0-7.095 0h-.798A2.897 2.897 0 0 0 5.897 9.24c0 .578.173 1.113.464 1.565a4.343 4.343 0 0 0 .984 8.573H18.93a4.343 4.343 0 1 0 .984-8.574z", class: "stroke-primary" }),
2629
- h("g", { class: "stroke-secondary" },
2630
- h("path", { d: "M13.138 9.241v14.483m-4.345 0h8.69M9.517 12.862l3.621 3.62 3.621-3.62" })))),
1024
+ markup: () => (h("g", null, h("path", { d: "M19.915 10.806c.29-.452.464-.987.464-1.565 0-1.6-1.296-2.896-2.896-2.896h-.797a3.62 3.62 0 1 0-7.095 0h-.798A2.897 2.897 0 0 0 5.897 9.24c0 .578.173 1.113.464 1.565a4.343 4.343 0 0 0 .984 8.573H18.93a4.343 4.343 0 1 0 .984-8.574z", class: "stroke-primary" }), h("g", { class: "stroke-secondary" }, h("path", { d: "M13.138 9.241v14.483m-4.345 0h8.69M9.517 12.862l3.621 3.62 3.621-3.62" })))),
2631
1025
  },
2632
1026
  'truck-with-lock': {
2633
- markup: () => (h("g", { class: "stroke-primary" },
2634
- h("path", { d: "M14.885 8.033h5.77l2.164 5.77v4.329H19.9M15.606 18.132H8.032" }),
2635
- h("path", { d: "M9.836 5.148h5.05v8.295M3.705 18.132H1.18v-7.574" }),
2636
- h("g", { transform: "translate(1.721 1)", class: "stroke-secondary" },
2637
- h("g", { transform: "translate(0 3.174)", class: "filled" },
2638
- h("circle", { cx: "4.148", cy: "13.957", r: "2.164" }),
2639
- h("circle", { cx: "16.049", cy: "13.957", r: "2.164" }),
2640
- h("path", { d: "M5.29 4.76H.529A.529.529 0 010 4.233V.529C0 .237.237 0 .529 0h4.76c.293 0 .53.237.53.529v3.703a.529.529 0 01-.53.529z" })),
2641
- h("path", { d: "M4.496 2.513v-.926C4.496.71 3.786 0 2.91 0h0c-.876 0-1.587.71-1.587 1.587v.926M2.909 5.951v.793" }),
2642
- h("circle", { cx: "2.909", cy: "5.157", r: "1" })))),
1027
+ markup: () => (h("g", { class: "stroke-primary" }, h("path", { d: "M14.885 8.033h5.77l2.164 5.77v4.329H19.9M15.606 18.132H8.032" }), h("path", { d: "M9.836 5.148h5.05v8.295M3.705 18.132H1.18v-7.574" }), h("g", { transform: "translate(1.721 1)", class: "stroke-secondary" }, h("g", { transform: "translate(0 3.174)", class: "filled" }, h("circle", { cx: "4.148", cy: "13.957", r: "2.164" }), h("circle", { cx: "16.049", cy: "13.957", r: "2.164" }), h("path", { d: "M5.29 4.76H.529A.529.529 0 010 4.233V.529C0 .237.237 0 .529 0h4.76c.293 0 .53.237.53.529v3.703a.529.529 0 01-.53.529z" })), h("path", { d: "M4.496 2.513v-.926C4.496.71 3.786 0 2.91 0h0c-.876 0-1.587.71-1.587 1.587v.926M2.909 5.951v.793" }), h("circle", { cx: "2.909", cy: "5.157", r: "1" })))),
2643
1028
  },
2644
1029
  umbrella: {
2645
- markup: () => (h("g", null,
2646
- h("path", { class: "stroke-secondary", d: "M24 13c-.765-4.973-5.46-8.8-11-8.8S2.764 8.027 2 13h22zM7.5 13c0-3.735 2.305-7.004 5.5-8.8m5.5 8.8c0-3.735-2.305-7.004-5.5-8.8m0 8.8V4.2" }),
2647
- h("path", { class: "stroke-primary", d: "M13 4.2V2m4.714 19.8c0 1.215-1.055 2.2-2.357 2.2C14.055 24 13 23.015 13 21.8v-6.6" }))),
1030
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary", d: "M24 13c-.765-4.973-5.46-8.8-11-8.8S2.764 8.027 2 13h22zM7.5 13c0-3.735 2.305-7.004 5.5-8.8m5.5 8.8c0-3.735-2.305-7.004-5.5-8.8m0 8.8V4.2" }), h("path", { class: "stroke-primary", d: "M13 4.2V2m4.714 19.8c0 1.215-1.055 2.2-2.357 2.2C14.055 24 13 23.015 13 21.8v-6.6" }))),
2648
1031
  },
2649
1032
  unlink: {
2650
- markup: () => (h("g", null,
2651
- h("g", { class: "stroke-primary" },
2652
- h("path", { d: "M14.245 11.756a5.28 5.28 0 0 1 0 7.467l-3.111 3.112a5.28 5.28 0 0 1-7.468 0 5.28 5.28 0 0 1 0-7.468l2.49-2.489" }),
2653
- h("path", { d: "M19.845 13.623l2.49-2.49a5.28 5.28 0 0 0 0-7.467 5.28 5.28 0 0 0-7.468 0l-3.111 3.112a5.28 5.28 0 0 0 0 7.467" })),
2654
- h("path", { class: "stroke-secondary", d: "M19.286 16.143l3.928.786m-7.071 2.357l.786 3.928m-7.072-16.5l-.786-3.928M6.714 9.857l-3.928-.786" }))),
1033
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M14.245 11.756a5.28 5.28 0 0 1 0 7.467l-3.111 3.112a5.28 5.28 0 0 1-7.468 0 5.28 5.28 0 0 1 0-7.468l2.49-2.489" }), h("path", { d: "M19.845 13.623l2.49-2.49a5.28 5.28 0 0 0 0-7.467 5.28 5.28 0 0 0-7.468 0l-3.111 3.112a5.28 5.28 0 0 0 0 7.467" })), h("path", { class: "stroke-secondary", d: "M19.286 16.143l3.928.786m-7.071 2.357l.786 3.928m-7.072-16.5l-.786-3.928M6.714 9.857l-3.928-.786" }))),
2655
1034
  },
2656
1035
  wallet: {
2657
- markup: () => (h("g", null,
2658
- h("g", { class: "stroke-primary" },
2659
- h("path", { d: "M22.533 13.733V7.867h-18.7A1.834 1.834 0 0 1 2 6.033v15.034A2.933 2.933 0 0 0 4.933 24h17.6v-5.867" }),
2660
- h("path", { d: "M3.833 7.867A1.834 1.834 0 0 1 2 6.033C2 5.021 2.821 4.2 3.833 4.2H5.3" })),
2661
- h("g", { class: "stroke-secondary", transform: "translate(4.667 1.733)" },
2662
- h("path", { d: "M19.333 16.4H14.2a2.2 2.2 0 0 1-2.2-2.2 2.2 2.2 0 0 1 2.2-2.2h5.133v4.4z" }),
2663
- h("circle", { cx: "14.2", cy: "14.2", r: "1" }),
2664
- h("path", { d: "M.633 4.3V.267H15.3V4.3H.633" })))),
1036
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M22.533 13.733V7.867h-18.7A1.834 1.834 0 0 1 2 6.033v15.034A2.933 2.933 0 0 0 4.933 24h17.6v-5.867" }), h("path", { d: "M3.833 7.867A1.834 1.834 0 0 1 2 6.033C2 5.021 2.821 4.2 3.833 4.2H5.3" })), h("g", { class: "stroke-secondary", transform: "translate(4.667 1.733)" }, h("path", { d: "M19.333 16.4H14.2a2.2 2.2 0 0 1-2.2-2.2 2.2 2.2 0 0 1 2.2-2.2h5.133v4.4z" }), h("circle", { cx: "14.2", cy: "14.2", r: "1" }), h("path", { d: "M.633 4.3V.267H15.3V4.3H.633" })))),
2665
1037
  },
2666
1038
  watch: {
2667
- markup: () => (h("g", null,
2668
- h("path", { class: "stroke-secondary filled", d: "M7.344 5.787l.721-3.607h8.656l.721 3.607m0 14.426l-.721 3.606H8.065l-.721-3.606" }),
2669
- h("path", { class: "stroke-primary", d: "M17.442 20.213H7.344a2.164 2.164 0 0 1-2.164-2.164V7.951c0-1.195.969-2.164 2.164-2.164h10.098c1.196 0 2.164.969 2.164 2.164v10.098a2.164 2.164 0 0 1-2.164 2.164z" }),
2670
- h("path", { d: "M12.393 9.394V13H16m3.606-1.803h1.443v3.606h-1.443" }))),
1039
+ markup: () => (h("g", null, h("path", { class: "stroke-secondary filled", d: "M7.344 5.787l.721-3.607h8.656l.721 3.607m0 14.426l-.721 3.606H8.065l-.721-3.606" }), h("path", { class: "stroke-primary", d: "M17.442 20.213H7.344a2.164 2.164 0 0 1-2.164-2.164V7.951c0-1.195.969-2.164 2.164-2.164h10.098c1.196 0 2.164.969 2.164 2.164v10.098a2.164 2.164 0 0 1-2.164 2.164z" }), h("path", { d: "M12.393 9.394V13H16m3.606-1.803h1.443v3.606h-1.443" }))),
2671
1040
  },
2672
1041
  world: {
2673
- markup: () => (h("g", null,
2674
- h("g", { transform: "translate(2 3)" },
2675
- h("g", { class: "stroke-secondary" },
2676
- h("path", { d: "M6.676 1.128c-.176.325 0 .79-.251 1.05-.49.505-1.44.752-1.624 1.298-.181.533.424 1.46.424 1.46s.898-1.09 1.62-.693c.722.398.684 1.043.684 1.043s-.93 1.622-1.104 2.174c-.174.553-.97.527-1.114 1.016-.697 1.136-.869 1.588-1.153 1.524-.446-.966-.976-.975-1.02-.968-.593.095-1.26.387-1.26 1.12 0 .323.017 1.753.611 1.842.604.09.804 1.219.804 1.219s1.74-.19 1.856.102c.117.292.791.764.791.764s.66 1.292.223 2.08c-.14.25-.76.743-.76.743l-.496 1.363m16.471-6.183c-.568 0-1.352-1.38-1.352-1.582 0-.201-2.346-.286-2.226 0 .234.555 0 1.582.75 2.162.697.539-1.673 2.688-1.878 3.009-.19.299-1.7 2.454-1.751 2.465-.928.198-.966.69-2.199.564-.855-.088 0-2.892 0-4.31 0-.797-1.491-1.037-2.152-1.277-.92-.244-.423-3.008-.424-3.417 0-.641 1.661-.967 1.661-.967s.293.284.643.372c.296.074 2.421.638 3.01.431.25-.273.416-.417.496-.431.813-.146 1.185-.02 1.198 0 .349.532.564.091.646-1.324l-.646-1.079c-.549-.272-.895-.16-1.038.335-.214.744-.425.777-.803.221-.377-.556-.81-.748-1.332-.748-.521 0-.344.306-1.259.527-.915.221-1.222.969-1.472.221s-.416-1.284.196-1.284 1.889-.568 1.68-.95c-.208-.38.236-1.473.855-1.473.62 0 .802-.338.62-.805-.183-.466-.864-.843-1.281-.56-.418.285-1.262-.19-1.262-.622 0-.288.13-.797.392-1.528" })),
2677
- h("circle", { cx: "11.25", cy: "10.25", r: "10.25", class: "stroke-primary" })))),
1042
+ markup: () => (h("g", null, h("g", { transform: "translate(2 3)" }, h("g", { class: "stroke-secondary" }, h("path", { d: "M6.676 1.128c-.176.325 0 .79-.251 1.05-.49.505-1.44.752-1.624 1.298-.181.533.424 1.46.424 1.46s.898-1.09 1.62-.693c.722.398.684 1.043.684 1.043s-.93 1.622-1.104 2.174c-.174.553-.97.527-1.114 1.016-.697 1.136-.869 1.588-1.153 1.524-.446-.966-.976-.975-1.02-.968-.593.095-1.26.387-1.26 1.12 0 .323.017 1.753.611 1.842.604.09.804 1.219.804 1.219s1.74-.19 1.856.102c.117.292.791.764.791.764s.66 1.292.223 2.08c-.14.25-.76.743-.76.743l-.496 1.363m16.471-6.183c-.568 0-1.352-1.38-1.352-1.582 0-.201-2.346-.286-2.226 0 .234.555 0 1.582.75 2.162.697.539-1.673 2.688-1.878 3.009-.19.299-1.7 2.454-1.751 2.465-.928.198-.966.69-2.199.564-.855-.088 0-2.892 0-4.31 0-.797-1.491-1.037-2.152-1.277-.92-.244-.423-3.008-.424-3.417 0-.641 1.661-.967 1.661-.967s.293.284.643.372c.296.074 2.421.638 3.01.431.25-.273.416-.417.496-.431.813-.146 1.185-.02 1.198 0 .349.532.564.091.646-1.324l-.646-1.079c-.549-.272-.895-.16-1.038.335-.214.744-.425.777-.803.221-.377-.556-.81-.748-1.332-.748-.521 0-.344.306-1.259.527-.915.221-1.222.969-1.472.221s-.416-1.284.196-1.284 1.889-.568 1.68-.95c-.208-.38.236-1.473.855-1.473.62 0 .802-.338.62-.805-.183-.466-.864-.843-1.281-.56-.418.285-1.262-.19-1.262-.622 0-.288.13-.797.392-1.528" })), h("circle", { cx: "11.25", cy: "10.25", r: "10.25", class: "stroke-primary" })))),
2678
1043
  },
2679
1044
  warning: {
2680
- markup: () => (h("g", null,
2681
- h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }),
2682
- h("g", { class: "stroke-secondary", transform: "translate(11.9 5.667)" },
2683
- h("circle", { cx: "1.1", cy: "13.2", r: "1.1" }),
2684
- h("path", { d: "M1.1 0v8.8" })))),
1045
+ markup: () => (h("g", null, h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }), h("g", { class: "stroke-secondary", transform: "translate(11.9 5.667)" }, h("circle", { cx: "1.1", cy: "13.2", r: "1.1" }), h("path", { d: "M1.1 0v8.8" })))),
2685
1046
  },
2686
1047
  arts: {
2687
- markup: () => (h("g", null,
2688
- h("g", { class: "stroke-primary" },
2689
- h("path", { d: "M18.92 13.5h1.354m-1.95 6.692a2.032 2.032 0 0 0-2.873 0" }),
2690
- h("path", { d: "M12.453 22.002a6.77 6.77 0 0 0 11.209-5.115V8.564a20.27 20.27 0 0 0-4.065-.979" })),
2691
- h("g", { class: "stroke-secondary" },
2692
- h("path", { d: "M3.339 12.823a6.774 6.774 0 0 0 13.548 0V4.499A20.342 20.342 0 0 0 3.339 4.5v8.323zm3.387-3.387h1.355m4.064 0H13.5" }),
2693
- h("path", { d: "M10.113 16.887c1.123 0 2.032-.91 2.032-2.032H8.081c0 1.122.91 2.032 2.032 2.032z" })))),
1048
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M18.92 13.5h1.354m-1.95 6.692a2.032 2.032 0 0 0-2.873 0" }), h("path", { d: "M12.453 22.002a6.77 6.77 0 0 0 11.209-5.115V8.564a20.27 20.27 0 0 0-4.065-.979" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M3.339 12.823a6.774 6.774 0 0 0 13.548 0V4.499A20.342 20.342 0 0 0 3.339 4.5v8.323zm3.387-3.387h1.355m4.064 0H13.5" }), h("path", { d: "M10.113 16.887c1.123 0 2.032-.91 2.032-2.032H8.081c0 1.122.91 2.032 2.032 2.032z" })))),
2694
1049
  },
2695
1050
  bed: {
2696
- markup: () => (h("g", null,
2697
- h("g", { class: "stroke-primary" },
2698
- h("path", { d: "M3.339 20.242V5.339m0 12.194h20.322M3.339 14.145h20.322v6.097" })),
2699
- h("g", { class: "stroke-secondary", transform: "translate(6.048 7.371)" },
2700
- h("circle", { cx: "2.032", cy: "2.032", r: "2.032" }),
2701
- h("path", { d: "M17.613 4.065H6.774V.677h8.807c1.122 0 2.032.91 2.032 2.033v1.355z" })))),
1051
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M3.339 20.242V5.339m0 12.194h20.322M3.339 14.145h20.322v6.097" })), h("g", { class: "stroke-secondary", transform: "translate(6.048 7.371)" }, h("circle", { cx: "2.032", cy: "2.032", r: "2.032" }), h("path", { d: "M17.613 4.065H6.774V.677h8.807c1.122 0 2.032.91 2.032 2.033v1.355z" })))),
2702
1052
  },
2703
1053
  box: {
2704
- markup: () => (h("g", null,
2705
- h("g", { class: "stroke-primary" },
2706
- h("path", { d: "M3 7.065h20.323m0 0L18.581 3H7.742L3 7.065v16.258h20.323z" })),
2707
- h("path", { d: "M15.871 13.839h-5.419V7.065L12.484 3h1.355l2.032 4.065z", class: "stroke-secondary" }))),
1054
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M3 7.065h20.323m0 0L18.581 3H7.742L3 7.065v16.258h20.323z" })), h("path", { d: "M15.871 13.839h-5.419V7.065L12.484 3h1.355l2.032 4.065z", class: "stroke-secondary" }))),
2708
1055
  },
2709
1056
  'buildings-2': {
2710
- markup: () => (h("g", null,
2711
- h("g", { class: "stroke-primary" },
2712
- h("path", { d: "M12.302 7.186V3l10.233 2.791v16.744H3v-9.302h1.395" }),
2713
- h("path", { d: "M6.721 22.535V9.512h7.442v13.023z", class: "filled" })),
2714
- h("g", { class: "stroke-secondary" },
2715
- h("path", { d: "M9.512 16.023h1.86m-1.86 2.791h1.86m-1.86-5.582h1.86m5.582 5.582V8.581m2.791 10.233V9.511" })))),
1057
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M12.302 7.186V3l10.233 2.791v16.744H3v-9.302h1.395" }), h("path", { d: "M6.721 22.535V9.512h7.442v13.023z", class: "filled" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M9.512 16.023h1.86m-1.86 2.791h1.86m-1.86-5.582h1.86m5.582 5.582V8.581m2.791 10.233V9.511" })))),
2716
1058
  },
2717
1059
  'calendar-pay': {
2718
- markup: () => (h("g", null,
2719
- h("g", { class: "stroke-primary" },
2720
- h("path", { d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" })),
2721
- h("g", { class: "stroke-secondary" },
2722
- h("path", { d: "M15.898 20.983c0 1.044.82 1.865 1.865 1.865h.745c1.045 0 1.865-.82 1.865-1.865 0-2.61-4.475-1.118-4.475-3.728 0-1.044.82-1.865 1.865-1.865h.745c1.045 0 1.865.82 1.865 1.865m-2.237 5.593v1.491m0-10.44v1.491" })))),
1060
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M15.898 20.983c0 1.044.82 1.865 1.865 1.865h.745c1.045 0 1.865-.82 1.865-1.865 0-2.61-4.475-1.118-4.475-3.728 0-1.044.82-1.865 1.865-1.865h.745c1.045 0 1.865.82 1.865 1.865m-2.237 5.593v1.491m0-10.44v1.491" })))),
2723
1061
  },
2724
1062
  'calendar-repeat': {
2725
- markup: () => (h("g", null,
2726
- h("g", { class: "stroke-primary" },
2727
- h("path", { d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" })),
2728
- h("g", { class: "stroke-secondary" },
2729
- h("path", { d: "M23 20a4 4 0 1 1-4-4c1.612 0 3.018.996 3.652 2.37" }),
2730
- h("path", { d: "M22.892 16.578l-.24 1.792-1.686-.226" })))),
1063
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M23 20a4 4 0 1 1-4-4c1.612 0 3.018.996 3.652 2.37" }), h("path", { d: "M22.892 16.578l-.24 1.792-1.686-.226" })))),
2731
1064
  },
2732
1065
  'check-dollar': {
2733
- markup: () => (h("g", null,
2734
- h("path", { d: "M16.001 19H2V8h22v3.987", class: "stroke-primary" }),
2735
- h("g", { class: "stroke-secondary" },
2736
- h("path", { d: "M6.508 12.689h10.654M6.508 15.574h5.77" })),
2737
- h("g", null,
2738
- h("path", { d: "M18.898 19.983c0 1.044.82 1.864 1.865 1.864h.745c1.045 0 1.865-.82 1.865-1.864 0-2.61-4.475-1.119-4.475-3.729 0-1.044.82-1.864 1.865-1.864h.745c1.045 0 1.865.82 1.865 1.864m-2.237 5.594v1.49m0-10.439v1.49" })))),
1066
+ markup: () => (h("g", null, h("path", { d: "M16.001 19H2V8h22v3.987", class: "stroke-primary" }), h("g", { class: "stroke-secondary" }, h("path", { d: "M6.508 12.689h10.654M6.508 15.574h5.77" })), h("g", null, h("path", { d: "M18.898 19.983c0 1.044.82 1.864 1.865 1.864h.745c1.045 0 1.865-.82 1.865-1.864 0-2.61-4.475-1.119-4.475-3.729 0-1.044.82-1.864 1.865-1.864h.745c1.045 0 1.865.82 1.865 1.864m-2.237 5.594v1.49m0-10.439v1.49" })))),
2739
1067
  },
2740
1068
  'check-shield': {
2741
- markup: () => (h("g", null,
2742
- h("path", { d: "M15.023 19H2V8h22v5", class: "stroke-primary" }),
2743
- h("g", { class: "stroke-secondary" },
2744
- h("path", { d: "M6.508 12.689h10.919M6.508 15.574h5.77" })),
2745
- h("path", { d: "M21 15c-1.143.857-2.857 1.429-4 1.429 0 2.666 1.333 5.428 4 6.571 2.667-1.143 4-3.905 4-6.571-1.143 0-2.857-.572-4-1.429z", class: "stroke-primary filled" }))),
1069
+ markup: () => (h("g", null, h("path", { d: "M15.023 19H2V8h22v5", class: "stroke-primary" }), h("g", { class: "stroke-secondary" }, h("path", { d: "M6.508 12.689h10.919M6.508 15.574h5.77" })), h("path", { d: "M21 15c-1.143.857-2.857 1.429-4 1.429 0 2.666 1.333 5.428 4 6.571 2.667-1.143 4-3.905 4-6.571-1.143 0-2.857-.572-4-1.429z", class: "stroke-primary filled" }))),
2746
1070
  },
2747
1071
  'credit-score': {
2748
- markup: () => (h("g", null,
2749
- h("g", { class: "stroke-primary filled" },
2750
- h("path", { d: "M23.996 16.712L24 17h-5l-.003-.187a5.98 5.98 0 0 0-1.745-4.047l3.54-3.53a10.964 10.964 0 0 1 3.204 7.476z" }),
2751
- h("path", { d: "M13 6c3.045 0 5.8 1.237 7.793 3.236l-3.542 3.53A5.981 5.981 0 0 0 13 11V6zm0 0v5a5.981 5.981 0 0 0-4.242 1.756L5.224 9.22C7.214 7.23 9.964 6 13 6zM5.223 9.22l3.535 3.536a5.98 5.98 0 0 0-1.754 4.02L7 17H2a10.97 10.97 0 0 1 3.223-7.78z" })),
2752
- h("g", { class: "stroke-secondary", transform: "translate(11 9.5)" },
2753
- h("path", { d: "M2.845 5.689L5.5 0" }),
2754
- h("circle", { cx: "2", cy: "7.5", r: "2" })))),
1072
+ markup: () => (h("g", null, h("g", { class: "stroke-primary filled" }, h("path", { d: "M23.996 16.712L24 17h-5l-.003-.187a5.98 5.98 0 0 0-1.745-4.047l3.54-3.53a10.964 10.964 0 0 1 3.204 7.476z" }), h("path", { d: "M13 6c3.045 0 5.8 1.237 7.793 3.236l-3.542 3.53A5.981 5.981 0 0 0 13 11V6zm0 0v5a5.981 5.981 0 0 0-4.242 1.756L5.224 9.22C7.214 7.23 9.964 6 13 6zM5.223 9.22l3.535 3.536a5.98 5.98 0 0 0-1.754 4.02L7 17H2a10.97 10.97 0 0 1 3.223-7.78z" })), h("g", { class: "stroke-secondary", transform: "translate(11 9.5)" }, h("path", { d: "M2.845 5.689L5.5 0" }), h("circle", { cx: "2", cy: "7.5", r: "2" })))),
2755
1073
  },
2756
1074
  'delivery-truck': {
2757
- markup: () => (h("g", null,
2758
- h("g", { class: "stroke-primary" },
2759
- h("path", { d: "M15.885 9.033h5.77l2.164 5.771v4.328h-2.921m-4.292 0H9.032m-4.327 0H2.18V6.148h13.705v8.295" })),
2760
- h("g", { class: "stroke-secondary" },
2761
- h("g", { class: "filled", transform: "translate(3.721 16.174)" },
2762
- h("circle", { cx: "3.148", cy: "2.957", r: "2.164" }),
2763
- h("circle", { cx: "15.049", cy: "2.957", r: "2.164" }))))),
1075
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M15.885 9.033h5.77l2.164 5.771v4.328h-2.921m-4.292 0H9.032m-4.327 0H2.18V6.148h13.705v8.295" })), h("g", { class: "stroke-secondary" }, h("g", { class: "filled", transform: "translate(3.721 16.174)" }, h("circle", { cx: "3.148", cy: "2.957", r: "2.164" }), h("circle", { cx: "15.049", cy: "2.957", r: "2.164" }))))),
2764
1076
  },
2765
1077
  factory: {
2766
- markup: () => (h("g", null,
2767
- h("g", { class: "stroke-primary" },
2768
- h("path", { d: "M16.548 15.193V9.774l-7.451 5.419-2.032-5.419H3v13.548h20.323V9.774zm3.387 4.065h-1.354m-3.387 0h-1.355" })),
2769
- h("path", { d: "M12.484 3.677c-.862 0-1.64.332-2.238.863A4.064 4.064 0 0 0 3 7.065h12.871a3.387 3.387 0 0 0-3.387-3.388z", class: "stroke-secondary filled" }))),
1078
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M16.548 15.193V9.774l-7.451 5.419-2.032-5.419H3v13.548h20.323V9.774zm3.387 4.065h-1.354m-3.387 0h-1.355" })), h("path", { d: "M12.484 3.677c-.862 0-1.64.332-2.238.863A4.064 4.064 0 0 0 3 7.065h12.871a3.387 3.387 0 0 0-3.387-3.388z", class: "stroke-secondary filled" }))),
2770
1079
  },
2771
1080
  failed: {
2772
- markup: () => (h("g", null,
2773
- h("g", { class: "stroke-secondary" },
2774
- h("path", { d: "M17.4 8.6l-8.8 8.8m8.8 0L8.6 8.6" })),
2775
- h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }))),
1081
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M17.4 8.6l-8.8 8.8m8.8 0L8.6 8.6" })), h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" }))),
2776
1082
  },
2777
1083
  'hand-with-key': {
2778
- markup: () => (h("g", null,
2779
- h("g", { class: "stroke-primary" },
2780
- h("path", { d: "M5.8 12.8h.7a5.27 5.27 0 0 1 4.2 2.1h2.8a3.01 3.01 0 0 1 2.8 2.8H10" }),
2781
- h("path", { d: "M15.88 16.3h4.62c2.52 0 2.8 1.4 2.8 1.4l-10.01 4.06c-.79.327-1.68.302-2.45-.07L5.8 19.1M3 11.4h2.8v9.1H3z" })),
2782
- h("g", { class: "stroke-secondary filled", transform: "translate(7.197 3)" },
2783
- h("circle", { cx: "2.803", cy: "3.5", r: "1" }),
2784
- h("path", { d: "M6.708 2.1a3.5 3.5 0 1 0 0 2.8h2.395l1.05.7 1.05-.7h2.1l.7-2.8H6.708z" })))),
1084
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M5.8 12.8h.7a5.27 5.27 0 0 1 4.2 2.1h2.8a3.01 3.01 0 0 1 2.8 2.8H10" }), h("path", { d: "M15.88 16.3h4.62c2.52 0 2.8 1.4 2.8 1.4l-10.01 4.06c-.79.327-1.68.302-2.45-.07L5.8 19.1M3 11.4h2.8v9.1H3z" })), h("g", { class: "stroke-secondary filled", transform: "translate(7.197 3)" }, h("circle", { cx: "2.803", cy: "3.5", r: "1" }), h("path", { d: "M6.708 2.1a3.5 3.5 0 1 0 0 2.8h2.395l1.05.7 1.05-.7h2.1l.7-2.8H6.708z" })))),
2785
1085
  },
2786
1086
  'home-gear': {
2787
- markup: () => (h("g", null,
2788
- h("g", { class: "stroke-primary" },
2789
- h("path", { d: "M4.796 9.818v13.436h5.967v-5.593h1.779" }),
2790
- h("path", { d: "M23.813 12.068L13 2.746 2.186 12.068" })),
2791
- h("g", { class: "stroke-secondary", transform: "translate(9.905 10.467)" },
2792
- h("path", { d: "M12.795 8.767c0-.162-.015-.32-.038-.474l1.233-1.275-.733-1.27-1.719.43a3.29 3.29 0 0 0-.823-.476L10.228 4H8.762l-.487 1.702a3.29 3.29 0 0 0-.823.476l-1.718-.43L5 7.018l1.233 1.275a3.26 3.26 0 0 0-.038.474c0 .161.015.319.038.474L5 10.515l.733 1.27 1.719-.43c.248.196.525.357.823.476l.487 1.702h1.466l.486-1.702a3.29 3.29 0 0 0 .824-.476l1.718.43.734-1.27-1.233-1.274a3.26 3.26 0 0 0 .038-.474z", class: "filled" }),
2793
- h("circle", { cx: "9.495", cy: "8.767", r: "1.1" }),
2794
- h("path", { d: "M.858.11h4.475v3.729H.858z" })))),
1087
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M4.796 9.818v13.436h5.967v-5.593h1.779" }), h("path", { d: "M23.813 12.068L13 2.746 2.186 12.068" })), h("g", { class: "stroke-secondary", transform: "translate(9.905 10.467)" }, h("path", { d: "M12.795 8.767c0-.162-.015-.32-.038-.474l1.233-1.275-.733-1.27-1.719.43a3.29 3.29 0 0 0-.823-.476L10.228 4H8.762l-.487 1.702a3.29 3.29 0 0 0-.823.476l-1.718-.43L5 7.018l1.233 1.275a3.26 3.26 0 0 0-.038.474c0 .161.015.319.038.474L5 10.515l.733 1.27 1.719-.43c.248.196.525.357.823.476l.487 1.702h1.466l.486-1.702a3.29 3.29 0 0 0 .824-.476l1.718.43.734-1.27-1.233-1.274a3.26 3.26 0 0 0 .038-.474z", class: "filled" }), h("circle", { cx: "9.495", cy: "8.767", r: "1.1" }), h("path", { d: "M.858.11h4.475v3.729H.858z" })))),
2795
1088
  },
2796
1089
  law: {
2797
- markup: () => (h("g", null,
2798
- h("g", { class: "stroke-secondary" },
2799
- h("path", { d: "M11.218 10.872l7.304-7.304 2.74 2.739-7.305 7.304zm6.39-.914l5.479 5.478" })),
2800
- h("g", { class: "stroke-primary" },
2801
- h("path", { d: "M4.826 22.741v-3.652h10.957v3.652M5.739 15.437H3m4.343-3.874L5.407 9.626M3 22.741h14.609" })))),
1090
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M11.218 10.872l7.304-7.304 2.74 2.739-7.305 7.304zm6.39-.914l5.479 5.478" })), h("g", { class: "stroke-primary" }, h("path", { d: "M4.826 22.741v-3.652h10.957v3.652M5.739 15.437H3m4.343-3.874L5.407 9.626M3 22.741h14.609" })))),
2802
1091
  },
2803
1092
  microscope: {
2804
- markup: () => (h("g", null,
2805
- h("g", { class: "stroke-secondary" },
2806
- h("path", { d: "M14.952 12.859l-1.016-1.76M8.45 5.662l3.52-2.032 3.726 6.453-1.76 1.016-1.761 1.016z" })),
2807
- h("g", { class: "stroke-primary" },
2808
- h("path", { d: "M7.163 18.765l-.875-1.316a6.097 6.097 0 0 1 2.054-8.526l5.028-2.87m.77 11.969l5.779-3.337" }),
2809
- h("path", { d: "M21.597 23.661H5.339v-1.693a3.726 3.726 0 1 1 7.452 0l-.037 1.693" })))),
1093
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M14.952 12.859l-1.016-1.76M8.45 5.662l3.52-2.032 3.726 6.453-1.76 1.016-1.761 1.016z" })), h("g", { class: "stroke-primary" }, h("path", { d: "M7.163 18.765l-.875-1.316a6.097 6.097 0 0 1 2.054-8.526l5.028-2.87m.77 11.969l5.779-3.337" }), h("path", { d: "M21.597 23.661H5.339v-1.693a3.726 3.726 0 1 1 7.452 0l-.037 1.693" })))),
2810
1094
  },
2811
1095
  'mobile-fast-dollar': {
2812
- markup: () => (h("g", null,
2813
- h("g", { "stroke-width": "1.37", class: "stroke-primary" },
2814
- h("path", { d: "M9.898 5.715h13.771M7.377 20.252h13.801m-1.665 3.269H8.317c-.727 0-1.317-.59-1.317-1.317L10 5.08c0-.728.59-1.318 1.317-1.318h11.196c.728 0 1.317.59 1.317 1.318l-3 17.123c0 .727-.59 1.317-1.317 1.317z" })),
2815
- h("g", { "stroke-width": "1.5", class: "stroke-secondary" },
2816
- h("path", { d: "M12.898 14.983c0 1.044.82 1.864 1.865 1.864h.745c1.045 0 1.865-.82 1.865-1.864 0-2.61-4.475-1.119-4.475-3.729 0-1.044.82-1.864 1.865-1.864h.745c1.045 0 1.865.82 1.865 1.864m-2.237 5.594v1.49m0-10.439v1.49M3.5 15.5h2m-3-5h4m-5-5h6" })))),
1096
+ markup: () => (h("g", null, h("g", { "stroke-width": "1.37", class: "stroke-primary" }, h("path", { d: "M9.898 5.715h13.771M7.377 20.252h13.801m-1.665 3.269H8.317c-.727 0-1.317-.59-1.317-1.317L10 5.08c0-.728.59-1.318 1.317-1.318h11.196c.728 0 1.317.59 1.317 1.318l-3 17.123c0 .727-.59 1.317-1.317 1.317z" })), h("g", { "stroke-width": "1.5", class: "stroke-secondary" }, h("path", { d: "M12.898 14.983c0 1.044.82 1.864 1.865 1.864h.745c1.045 0 1.865-.82 1.865-1.864 0-2.61-4.475-1.119-4.475-3.729 0-1.044.82-1.864 1.865-1.864h.745c1.045 0 1.865.82 1.865 1.864m-2.237 5.594v1.49m0-10.439v1.49M3.5 15.5h2m-3-5h4m-5-5h6" })))),
2817
1097
  },
2818
1098
  mortgage: {
2819
- markup: () => (h("g", null,
2820
- h("g", { class: "stroke-secondary" },
2821
- h("path", { d: "M17.767 2.367l-4.4 3.667v5.133h8.8V6.034zm0 6.6v2.2" })),
2822
- h("g", { class: "stroke-primary" },
2823
- h("path", { d: "M5.17 13.627h.746c1.69 0 3.6.93 4.474 2.237h2.983c1.497 0 2.983 1.487 2.983 2.983H9.645" }),
2824
- h("path", { d: "M15.88 17.356h4.951c2.703 0 2.983 1.491 2.983 1.491l-10.68 4.338c-.85.34-1.804.3-2.622-.11L5.17 20.362m-2.983-8.227H5.17v9.695H2.187z" })))),
1099
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M17.767 2.367l-4.4 3.667v5.133h8.8V6.034zm0 6.6v2.2" })), h("g", { class: "stroke-primary" }, h("path", { d: "M5.17 13.627h.746c1.69 0 3.6.93 4.474 2.237h2.983c1.497 0 2.983 1.487 2.983 2.983H9.645" }), h("path", { d: "M15.88 17.356h4.951c2.703 0 2.983 1.491 2.983 1.491l-10.68 4.338c-.85.34-1.804.3-2.622-.11L5.17 20.362m-2.983-8.227H5.17v9.695H2.187z" })))),
2825
1100
  },
2826
1101
  mountains: {
2827
- markup: () => (h("g", null,
2828
- h("g", { class: "stroke-primary filled" },
2829
- h("path", { d: "M10.49 9.406L8.634 6.537 3 15.244h3.841m9.156-5.838l1.857-2.869 5.634 8.707h-3.842" })),
2830
- h("g", { class: "stroke-secondary" },
2831
- h("path", { d: "M9.402 11.146h7.683M13.244 5l10.244 16.39H3z" })))),
1102
+ markup: () => (h("g", null, h("g", { class: "stroke-primary filled" }, h("path", { d: "M10.49 9.406L8.634 6.537 3 15.244h3.841m9.156-5.838l1.857-2.869 5.634 8.707h-3.842" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M9.402 11.146h7.683M13.244 5l10.244 16.39H3z" })))),
2832
1103
  },
2833
1104
  roadblock: {
2834
- markup: () => (h("g", null,
2835
- h("g", { class: "stroke-primary" },
2836
- h("path", { d: "M8.419 16.548v6.097m-2.71 0v-6.097m14.903 0v6.097m-2.709 0v-6.097M3.677 22.645h6.774m5.42 0h6.774M8.419 5.71V3h-2.71v2.71m14.903 0V3h-2.709v2.71" })),
2837
- h("g", { class: "stroke-secondary" },
2838
- h("path", { d: "M5.71 5.71l8.129 8.129M3 7.065l6.774 6.774m6.774-8.129l6.775 6.774M12.484 5.71l8.129 8.129" }),
2839
- h("path", { d: "M3 5.71h20.323v8.129H3z", class: "filled" })))),
1105
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M8.419 16.548v6.097m-2.71 0v-6.097m14.903 0v6.097m-2.709 0v-6.097M3.677 22.645h6.774m5.42 0h6.774M8.419 5.71V3h-2.71v2.71m14.903 0V3h-2.709v2.71" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M5.71 5.71l8.129 8.129M3 7.065l6.774 6.774m6.774-8.129l6.775 6.774M12.484 5.71l8.129 8.129" }), h("path", { d: "M3 5.71h20.323v8.129H3z", class: "filled" })))),
2840
1106
  },
2841
1107
  section: {
2842
- markup: () => (h("g", { class: "Icons/actions/section" },
2843
- h("g", { class: "stroke-primary" },
2844
- h("path", { d: "M2 2h22v22H2z", class: "filled" }),
2845
- h("path", { d: "M5 6h13v2H5zm0 6h7v3H5z" }),
2846
- h("path", { d: "M5 18h7v3H5z" }),
2847
- h("path", { d: "M14 12h7v3h-7z" }),
2848
- h("path", { d: "M14 18h7v3h-7z" })))),
1108
+ markup: () => (h("g", { class: "Icons/actions/section" }, h("g", { class: "stroke-primary" }, h("path", { d: "M2 2h22v22H2z", class: "filled" }), h("path", { d: "M5 6h13v2H5zm0 6h7v3H5z" }), h("path", { d: "M5 18h7v3H5z" }), h("path", { d: "M14 12h7v3h-7z" }), h("path", { d: "M14 18h7v3h-7z" })))),
2849
1109
  },
2850
1110
  'sign-closed': {
2851
- markup: () => (h("g", null,
2852
- h("g", { "stroke-width": "1.5", class: "stroke-primary", transform: "translate(7.773 3.318)" },
2853
- h("path", { d: "M0 5.091l4.658-3.127m6.797 3.127L6.796 1.964" }),
2854
- h("circle", { cx: "5.727", cy: "1.273", r: "1.273" })),
2855
- h("g", { "stroke-width": "1.5", class: "stroke-secondary" },
2856
- h("path", { d: "M23.046 19.227v3.182H3.955v-3.182m0-8.273V8.41h19.09v2.545" })),
2857
- h("g", { class: "filled" },
2858
- h("path", { d: "M4.728 14.569c-.14.203-.208.483-.208.839 0 .741.281 1.112.845 1.112.342 0 .66-.112.977-.243v.88a2.663 2.663 0 0 1-1.09.214c-1.115 0-1.802-.64-1.802-1.968 0-.717.254-1.392.873-1.748.282-.162.614-.243.994-.243.416 0 .814.09 1.193.27l-.319.82a3.704 3.704 0 0 0-.426-.169c-.398-.126-.802-.107-1.037.236zm2.311 2.749v-3.852h1.04v3.012h1.483v.84zm6.689-1.931c0 .648-.159 1.141-.477 1.478-.317.337-.782.506-1.395.506-.605 0-1.068-.17-1.39-.509-.323-.338-.484-.832-.484-1.48 0-.642.16-1.13.48-1.469.322-.337.788-.507 1.398-.507.613 0 1.078.168 1.393.503.317.336.475.828.475 1.478zm-2.65 0c0 .745.26 1.117.778 1.117.618 0 .777-.496.777-1.117 0-.612-.163-1.127-.772-1.127-.521 0-.783.375-.783 1.127zm5.81.762c0 .458-.23.854-.706 1.068-.425.192-1.046.184-1.448.1a2.42 2.42 0 0 1-.543-.189v-.927c.198.102.405.181.62.239.376.1 1.037.187 1.037-.202 0-.122-.078-.191-.183-.258a5.931 5.931 0 0 0-.512-.247c-.588-.268-.936-.544-.936-1.194 0-.794.66-1.127 1.451-1.127.4 0 .806.093 1.22.277l-.319.804c-.36-.166-.67-.248-.932-.248-.297 0-.388.127-.388.248 0 .235.529.426.755.53.55.246.884.522.884 1.126zm2.828 1.169H17.43v-3.852h2.286v.835H18.47v.606h1.154v.835H18.47v.727h1.246zm3.89-2.007c0 .643-.177 1.137-.531 1.486-.355.348-.852.521-1.492.521h-1.246v-3.852h1.333c.618 0 1.095.159 1.43.475.337.316.506.773.506 1.37zm-1.08.037c0-.623-.214-1.042-.846-1.042h-.303v2.158h.232c.69 0 .917-.435.917-1.116z" })))),
1111
+ markup: () => (h("g", null, h("g", { "stroke-width": "1.5", class: "stroke-primary", transform: "translate(7.773 3.318)" }, h("path", { d: "M0 5.091l4.658-3.127m6.797 3.127L6.796 1.964" }), h("circle", { cx: "5.727", cy: "1.273", r: "1.273" })), h("g", { "stroke-width": "1.5", class: "stroke-secondary" }, h("path", { d: "M23.046 19.227v3.182H3.955v-3.182m0-8.273V8.41h19.09v2.545" })), h("g", { class: "filled" }, h("path", { d: "M4.728 14.569c-.14.203-.208.483-.208.839 0 .741.281 1.112.845 1.112.342 0 .66-.112.977-.243v.88a2.663 2.663 0 0 1-1.09.214c-1.115 0-1.802-.64-1.802-1.968 0-.717.254-1.392.873-1.748.282-.162.614-.243.994-.243.416 0 .814.09 1.193.27l-.319.82a3.704 3.704 0 0 0-.426-.169c-.398-.126-.802-.107-1.037.236zm2.311 2.749v-3.852h1.04v3.012h1.483v.84zm6.689-1.931c0 .648-.159 1.141-.477 1.478-.317.337-.782.506-1.395.506-.605 0-1.068-.17-1.39-.509-.323-.338-.484-.832-.484-1.48 0-.642.16-1.13.48-1.469.322-.337.788-.507 1.398-.507.613 0 1.078.168 1.393.503.317.336.475.828.475 1.478zm-2.65 0c0 .745.26 1.117.778 1.117.618 0 .777-.496.777-1.117 0-.612-.163-1.127-.772-1.127-.521 0-.783.375-.783 1.127zm5.81.762c0 .458-.23.854-.706 1.068-.425.192-1.046.184-1.448.1a2.42 2.42 0 0 1-.543-.189v-.927c.198.102.405.181.62.239.376.1 1.037.187 1.037-.202 0-.122-.078-.191-.183-.258a5.931 5.931 0 0 0-.512-.247c-.588-.268-.936-.544-.936-1.194 0-.794.66-1.127 1.451-1.127.4 0 .806.093 1.22.277l-.319.804c-.36-.166-.67-.248-.932-.248-.297 0-.388.127-.388.248 0 .235.529.426.755.53.55.246.884.522.884 1.126zm2.828 1.169H17.43v-3.852h2.286v.835H18.47v.606h1.154v.835H18.47v.727h1.246zm3.89-2.007c0 .643-.177 1.137-.531 1.486-.355.348-.852.521-1.492.521h-1.246v-3.852h1.333c.618 0 1.095.159 1.43.475.337.316.506.773.506 1.37zm-1.08.037c0-.623-.214-1.042-.846-1.042h-.303v2.158h.232c.69 0 .917-.435.917-1.116z" })))),
2859
1112
  },
2860
1113
  'sign-open': {
2861
- markup: () => (h("g", null,
2862
- h("g", { "stroke-width": "1.5", class: "stroke-primary", transform: "translate(7.403 2.339)" },
2863
- h("path", { d: "M0 5.419l4.959-3.328m7.235 3.328L7.235 2.091" }),
2864
- h("circle", { cx: "6.097", cy: "1.355", r: "1.355" })),
2865
- h("path", { d: "M3.339 7.758h20.323v14.903H3.339z", class: "stroke-secondary" }),
2866
- h("g", { class: "filled" },
2867
- h("path", { d: "M9.781 15.234c0 .69-.168 1.214-.507 1.573-.339.359-.833.538-1.486.538-.644 0-1.136-.18-1.48-.54-.342-.362-.514-.888-.514-1.578 0-.681.17-1.202.51-1.562.343-.36.839-.54 1.49-.54s1.146.179 1.482.536c.337.357.505.881.505 1.573zm-2.821 0c0 .792.276 1.189.828 1.189.661 0 .827-.533.827-1.19 0-.648-.17-1.198-.821-1.198-.556 0-.834.4-.834 1.2zm6.537-.741c0 .458-.135.812-.405 1.062-.271.25-.655.374-1.151.374h-.312v1.36h-1.108v-4.1h1.42c.517 0 .906.113 1.166.34.26.226.39.548.39.964zm-1.868.533h.202c.329 0 .544-.192.544-.527 0-.277-.154-.415-.46-.415h-.286v.941zm4.955 2.263h-2.433v-4.1h2.433v.889h-1.326v.645h1.228v.889h-1.228v.774h1.326zm4.621 0h-1.453l-1.498-2.888s.028.801.028 1.04v1.848h-.98v-4.1h1.446l1.509 2.85a17.398 17.398 0 0 1-.039-.996V13.19h.987v4.1z" })))),
1114
+ markup: () => (h("g", null, h("g", { "stroke-width": "1.5", class: "stroke-primary", transform: "translate(7.403 2.339)" }, h("path", { d: "M0 5.419l4.959-3.328m7.235 3.328L7.235 2.091" }), h("circle", { cx: "6.097", cy: "1.355", r: "1.355" })), h("path", { d: "M3.339 7.758h20.323v14.903H3.339z", class: "stroke-secondary" }), h("g", { class: "filled" }, h("path", { d: "M9.781 15.234c0 .69-.168 1.214-.507 1.573-.339.359-.833.538-1.486.538-.644 0-1.136-.18-1.48-.54-.342-.362-.514-.888-.514-1.578 0-.681.17-1.202.51-1.562.343-.36.839-.54 1.49-.54s1.146.179 1.482.536c.337.357.505.881.505 1.573zm-2.821 0c0 .792.276 1.189.828 1.189.661 0 .827-.533.827-1.19 0-.648-.17-1.198-.821-1.198-.556 0-.834.4-.834 1.2zm6.537-.741c0 .458-.135.812-.405 1.062-.271.25-.655.374-1.151.374h-.312v1.36h-1.108v-4.1h1.42c.517 0 .906.113 1.166.34.26.226.39.548.39.964zm-1.868.533h.202c.329 0 .544-.192.544-.527 0-.277-.154-.415-.46-.415h-.286v.941zm4.955 2.263h-2.433v-4.1h2.433v.889h-1.326v.645h1.228v.889h-1.228v.774h1.326zm4.621 0h-1.453l-1.498-2.888s.028.801.028 1.04v1.848h-.98v-4.1h1.446l1.509 2.85a17.398 17.398 0 0 1-.039-.996V13.19h.987v4.1z" })))),
2868
1115
  },
2869
1116
  'sign-sale': {
2870
- markup: () => (h("g", null,
2871
- h("g", { "stroke-width": "1.5", class: "stroke-primary" },
2872
- h("path", { d: "M14.42 17.258v6.387h-2.84v-6.387m2.84-12.064v-2.84h-2.84v2.84" })),
2873
- h("path", { d: "M2.355 5.194h21.29v9.935H2.355z", class: "stroke-secondary" }),
2874
- h("g", { class: "filled" },
2875
- h("path", { d: "M8.714 11.058c.005.267-.07.529-.213.753a1.413 1.413 0 0 1-.621.512c-.3.127-.625.19-.951.182a3.907 3.907 0 0 1-.765-.064 2.845 2.845 0 0 1-.644-.222v-1.097c.234.12.48.215.733.284.227.064.462.098.698.102a.675.675 0 0 0 .403-.096.292.292 0 0 0 .128-.245.264.264 0 0 0-.052-.163.586.586 0 0 0-.165-.142 7.11 7.11 0 0 0-.607-.293c-.24-.1-.464-.233-.669-.393a1.218 1.218 0 0 1-.33-.437 1.461 1.461 0 0 1-.108-.583 1.168 1.168 0 0 1 .459-.986 2.02 2.02 0 0 1 1.26-.355c.498.006.99.118 1.444.328l-.378.954a2.74 2.74 0 0 0-1.104-.295.578.578 0 0 0-.35.084.256.256 0 0 0-.108.21.302.302 0 0 0 .138.24c.24.148.493.278.753.386.315.12.596.315.82.568.159.223.24.493.229.767zm3.506 1.384l-.226-.85H10.51l-.23.85H8.925l1.491-4.576h1.644l1.506 4.576H12.22zm-.482-1.864l-.196-.749a17.235 17.235 0 0 1-.167-.645 14.6 14.6 0 0 1-.13-.568 10.57 10.57 0 0 1-.11.525c-.055.242-.177.721-.366 1.438l.97-.001zm2.317 1.865v-4.56h1.232v3.564h1.758v.994zm6.425 0h-2.707v-4.56h2.707v.99h-1.475v.716h1.366v.989h-1.366v.861h1.475z" })))),
1117
+ markup: () => (h("g", null, h("g", { "stroke-width": "1.5", class: "stroke-primary" }, h("path", { d: "M14.42 17.258v6.387h-2.84v-6.387m2.84-12.064v-2.84h-2.84v2.84" })), h("path", { d: "M2.355 5.194h21.29v9.935H2.355z", class: "stroke-secondary" }), h("g", { class: "filled" }, h("path", { d: "M8.714 11.058c.005.267-.07.529-.213.753a1.413 1.413 0 0 1-.621.512c-.3.127-.625.19-.951.182a3.907 3.907 0 0 1-.765-.064 2.845 2.845 0 0 1-.644-.222v-1.097c.234.12.48.215.733.284.227.064.462.098.698.102a.675.675 0 0 0 .403-.096.292.292 0 0 0 .128-.245.264.264 0 0 0-.052-.163.586.586 0 0 0-.165-.142 7.11 7.11 0 0 0-.607-.293c-.24-.1-.464-.233-.669-.393a1.218 1.218 0 0 1-.33-.437 1.461 1.461 0 0 1-.108-.583 1.168 1.168 0 0 1 .459-.986 2.02 2.02 0 0 1 1.26-.355c.498.006.99.118 1.444.328l-.378.954a2.74 2.74 0 0 0-1.104-.295.578.578 0 0 0-.35.084.256.256 0 0 0-.108.21.302.302 0 0 0 .138.24c.24.148.493.278.753.386.315.12.596.315.82.568.159.223.24.493.229.767zm3.506 1.384l-.226-.85H10.51l-.23.85H8.925l1.491-4.576h1.644l1.506 4.576H12.22zm-.482-1.864l-.196-.749a17.235 17.235 0 0 1-.167-.645 14.6 14.6 0 0 1-.13-.568 10.57 10.57 0 0 1-.11.525c-.055.242-.177.721-.366 1.438l.97-.001zm2.317 1.865v-4.56h1.232v3.564h1.758v.994zm6.425 0h-2.707v-4.56h2.707v.99h-1.475v.716h1.366v.989h-1.366v.861h1.475z" })))),
2876
1118
  },
2877
1119
  'sign-sold': {
2878
- markup: () => (h("g", null,
2879
- h("g", { "stroke-width": "1.5", class: "stroke-primary" },
2880
- h("path", { d: "M14.42 17.258v6.387h-2.84v-6.387m2.84-12.064v-2.84h-2.84v2.84" })),
2881
- h("path", { d: "M2.355 5.194h21.29v9.935H2.355z", class: "stroke-secondary" }),
2882
- h("g", { class: "filled" },
2883
- h("path", { d: "M8.177 11.052a1.34 1.34 0 0 1-.214.751 1.404 1.404 0 0 1-.619.51c-.3.127-.622.19-.948.182a3.82 3.82 0 0 1-.76-.062A2.814 2.814 0 0 1 5 12.21v-1.091c.232.12.476.214.728.281.227.064.46.098.696.101.14.013.28-.02.402-.09a.293.293 0 0 0 .076-.408.594.594 0 0 0-.166-.141 6.108 6.108 0 0 0-.604-.293 2.876 2.876 0 0 1-.666-.391 1.209 1.209 0 0 1-.33-.436 1.438 1.438 0 0 1-.108-.581 1.167 1.167 0 0 1 .455-.981c.368-.253.81-.376 1.256-.351.498.006.988.118 1.44.327l-.378.94A2.714 2.714 0 0 0 6.7 8.804a.569.569 0 0 0-.348.085.252.252 0 0 0-.11.208.302.302 0 0 0 .139.24c.24.147.491.276.751.385.315.12.596.315.819.568.157.222.237.49.225.762zm4.956-.898a2.456 2.456 0 0 1-.562 1.744c-.44.423-1.04.64-1.649.597-.605.04-1.2-.178-1.637-.6a2.442 2.442 0 0 1-.57-1.747c-.044-.63.16-1.252.567-1.734a2.173 2.173 0 0 1 1.65-.599 2.154 2.154 0 0 1 1.644.595c.404.488.603 1.114.557 1.745zm-3.127 0c0 .879.305 1.318.916 1.318.27.02.532-.101.692-.32a1.75 1.75 0 0 0 .225-1 1.77 1.77 0 0 0-.228-1.007.78.78 0 0 0-.682-.324c-.617.001-.926.446-.926 1.333h.003zm3.948 2.279V7.885h1.228v3.556h1.75v.992zm7.565-2.365a2.348 2.348 0 0 1-.627 1.753 2.407 2.407 0 0 1-1.761.612H17.66V7.885h1.573c.614-.04 1.22.16 1.69.559.42.432.638 1.022.596 1.624zm-1.274.042a1.438 1.438 0 0 0-.247-.926.91.91 0 0 0-.75-.302h-.358v2.548h.273a.99.99 0 0 0 .818-.325c.197-.294.29-.645.262-.997l.002.003z" })))),
1120
+ markup: () => (h("g", null, h("g", { "stroke-width": "1.5", class: "stroke-primary" }, h("path", { d: "M14.42 17.258v6.387h-2.84v-6.387m2.84-12.064v-2.84h-2.84v2.84" })), h("path", { d: "M2.355 5.194h21.29v9.935H2.355z", class: "stroke-secondary" }), h("g", { class: "filled" }, h("path", { d: "M8.177 11.052a1.34 1.34 0 0 1-.214.751 1.404 1.404 0 0 1-.619.51c-.3.127-.622.19-.948.182a3.82 3.82 0 0 1-.76-.062A2.814 2.814 0 0 1 5 12.21v-1.091c.232.12.476.214.728.281.227.064.46.098.696.101.14.013.28-.02.402-.09a.293.293 0 0 0 .076-.408.594.594 0 0 0-.166-.141 6.108 6.108 0 0 0-.604-.293 2.876 2.876 0 0 1-.666-.391 1.209 1.209 0 0 1-.33-.436 1.438 1.438 0 0 1-.108-.581 1.167 1.167 0 0 1 .455-.981c.368-.253.81-.376 1.256-.351.498.006.988.118 1.44.327l-.378.94A2.714 2.714 0 0 0 6.7 8.804a.569.569 0 0 0-.348.085.252.252 0 0 0-.11.208.302.302 0 0 0 .139.24c.24.147.491.276.751.385.315.12.596.315.819.568.157.222.237.49.225.762zm4.956-.898a2.456 2.456 0 0 1-.562 1.744c-.44.423-1.04.64-1.649.597-.605.04-1.2-.178-1.637-.6a2.442 2.442 0 0 1-.57-1.747c-.044-.63.16-1.252.567-1.734a2.173 2.173 0 0 1 1.65-.599 2.154 2.154 0 0 1 1.644.595c.404.488.603 1.114.557 1.745zm-3.127 0c0 .879.305 1.318.916 1.318.27.02.532-.101.692-.32a1.75 1.75 0 0 0 .225-1 1.77 1.77 0 0 0-.228-1.007.78.78 0 0 0-.682-.324c-.617.001-.926.446-.926 1.333h.003zm3.948 2.279V7.885h1.228v3.556h1.75v.992zm7.565-2.365a2.348 2.348 0 0 1-.627 1.753 2.407 2.407 0 0 1-1.761.612H17.66V7.885h1.573c.614-.04 1.22.16 1.69.559.42.432.638 1.022.596 1.624zm-1.274.042a1.438 1.438 0 0 0-.247-.926.91.91 0 0 0-.75-.302h-.358v2.548h.273a.99.99 0 0 0 .818-.325c.197-.294.29-.645.262-.997l.002.003z" })))),
2884
1121
  },
2885
1122
  statements: {
2886
- markup: () => (h("g", null,
2887
- h("path", { d: "M3 2h16v19H3z", class: "stroke-primary filled" }),
2888
- h("path", { d: "M22 5v19H6", class: "stroke-primary" }),
2889
- h("g", { class: "stroke-secondary" },
2890
- h("path", { d: "M13 15.729h3m-3-4.474h3M13 6.78h3M5.898 12.983c0 1.044.82 1.865 1.865 1.865h.745c1.045 0 1.865-.82 1.865-1.865 0-2.61-4.475-1.118-4.475-3.728 0-1.044.82-1.865 1.865-1.865h.745c1.045 0 1.865.82 1.865 1.865m-2.237 5.593v1.491m0-10.44V7.39" })))),
1123
+ markup: () => (h("g", null, h("path", { d: "M3 2h16v19H3z", class: "stroke-primary filled" }), h("path", { d: "M22 5v19H6", class: "stroke-primary" }), h("g", { class: "stroke-secondary" }, h("path", { d: "M13 15.729h3m-3-4.474h3M13 6.78h3M5.898 12.983c0 1.044.82 1.865 1.865 1.865h.745c1.045 0 1.865-.82 1.865-1.865 0-2.61-4.475-1.118-4.475-3.728 0-1.044.82-1.865 1.865-1.865h.745c1.045 0 1.865.82 1.865 1.865m-2.237 5.593v1.491m0-10.44V7.39" })))),
2891
1124
  },
2892
1125
  taxi: {
2893
- markup: () => (h("g", null,
2894
- h("g", { class: "stroke-primary" },
2895
- h("path", { d: "M21 13l-1.778-6H6.778L5 13m3 7v3.5H4V20m18 0v3.5h-4V20m5 0H3v-5.25L4.818 13h16.364L23 14.75zM6.5 16h2m9 0h2" })),
2896
- h("path", { d: "M10 3h6v2h-6z", class: "stroke-secondary" }))),
1126
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M21 13l-1.778-6H6.778L5 13m3 7v3.5H4V20m18 0v3.5h-4V20m5 0H3v-5.25L4.818 13h16.364L23 14.75zM6.5 16h2m9 0h2" })), h("path", { d: "M10 3h6v2h-6z", class: "stroke-secondary" }))),
2897
1127
  },
2898
1128
  'transfer-receive': {
2899
- markup: () => (h("g", null,
2900
- h("g", { class: "stroke-primary" },
2901
- h("path", { d: "M17.651 16.045l-3.065-3.335 3.065-3.334m5.55 3.334h-8.616" })),
2902
- h("g", { class: "stroke-secondary" },
2903
- h("path", { d: "M4 16.336c0 1.67 1.287 2.983 2.925 2.983h1.17c1.637 0 2.924-1.313 2.924-2.983 0-4.177-7.019-1.79-7.019-5.967C4 8.7 5.287 7.386 6.925 7.386h1.17c1.637 0 2.924 1.313 2.924 2.983m-3.51 8.95v2.386M7.509 5v2.386" })))),
1129
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M17.651 16.045l-3.065-3.335 3.065-3.334m5.55 3.334h-8.616" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M4 16.336c0 1.67 1.287 2.983 2.925 2.983h1.17c1.637 0 2.924-1.313 2.924-2.983 0-4.177-7.019-1.79-7.019-5.967C4 8.7 5.287 7.386 6.925 7.386h1.17c1.637 0 2.924 1.313 2.924 2.983m-3.51 8.95v2.386M7.509 5v2.386" })))),
2904
1130
  },
2905
1131
  'transfer-send': {
2906
- markup: () => (h("g", null,
2907
- h("g", { class: "stroke-primary" },
2908
- h("path", { d: "M19.333 16.086l3.503-3.335-3.503-3.334M14 12.751h8.718" })),
2909
- h("g", { class: "stroke-secondary" },
2910
- h("path", { d: "M4 16.336c0 1.67 1.287 2.983 2.925 2.983h1.17c1.637 0 2.924-1.313 2.924-2.983 0-4.177-7.019-1.79-7.019-5.967C4 8.7 5.287 7.386 6.925 7.386h1.17c1.637 0 2.924 1.313 2.924 2.983m-3.51 8.95v2.386M7.509 5v2.386" })))),
1132
+ markup: () => (h("g", null, h("g", { class: "stroke-primary" }, h("path", { d: "M19.333 16.086l3.503-3.335-3.503-3.334M14 12.751h8.718" })), h("g", { class: "stroke-secondary" }, h("path", { d: "M4 16.336c0 1.67 1.287 2.983 2.925 2.983h1.17c1.637 0 2.924-1.313 2.924-2.983 0-4.177-7.019-1.79-7.019-5.967C4 8.7 5.287 7.386 6.925 7.386h1.17c1.637 0 2.924 1.313 2.924 2.983m-3.51 8.95v2.386M7.509 5v2.386" })))),
2911
1133
  },
2912
1134
  upload: {
2913
- markup: () => (h("g", null,
2914
- h("g", { class: "stroke-secondary" },
2915
- h("path", { d: "M13 19V2.867m5.866 5.866L13 2.867 7.133 8.733" })),
2916
- h("path", { d: "M2 19.233v4.4h22v-4.4", class: "stroke-primary" }))),
1135
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M13 19V2.867m5.866 5.866L13 2.867 7.133 8.733" })), h("path", { d: "M2 19.233v4.4h22v-4.4", class: "stroke-primary" }))),
2917
1136
  },
2918
1137
  'venmo-colored': {
2919
- markup: () => (h("g", { class: "venmo-colored" },
2920
- h("path", { d: "M20.9876187,3 C21.6854112,4.15247726 22,5.33953062 22,6.83902303 C22,11.6216335 17.9173318,17.8345841 14.6037582,22.197265 L7.03535243,22.197265 L4,4.04713657 L10.6269682,3.41795887 L12.2318013,16.3329419 C13.7312937,13.8900412 15.5817425,10.0510182 15.5817425,7.43362462 C15.5817425,6.00095547 15.3363059,5.02512093 14.952744,4.22162948 L20.9876187,3 Z", id: "Path", fill: "#3D95CE", "fill-rule": "nonzero" }))),
1138
+ markup: () => (h("g", { class: "venmo-colored" }, h("path", { d: "M20.9876187,3 C21.6854112,4.15247726 22,5.33953062 22,6.83902303 C22,11.6216335 17.9173318,17.8345841 14.6037582,22.197265 L7.03535243,22.197265 L4,4.04713657 L10.6269682,3.41795887 L12.2318013,16.3329419 C13.7312937,13.8900412 15.5817425,10.0510182 15.5817425,7.43362462 C15.5817425,6.00095547 15.3363059,5.02512093 14.952744,4.22162948 L20.9876187,3 Z", id: "Path", fill: "#3D95CE", "fill-rule": "nonzero" }))),
2921
1139
  },
2922
1140
  'venmo-filled': {
2923
- markup: () => (h("g", { class: "venmo-filled" },
2924
- h("path", { d: "M20.988 3C21.685 4.152 22 5.34 22 6.839c0 4.783-4.083 10.996-7.396 15.358H7.035L4 4.047l6.627-.629 1.605 12.915c1.5-2.443 3.35-6.282 3.35-8.9 0-1.432-.246-2.408-.63-3.211L20.989 3z", class: "filled" }))),
1141
+ markup: () => (h("g", { class: "venmo-filled" }, h("path", { d: "M20.988 3C21.685 4.152 22 5.34 22 6.839c0 4.783-4.083 10.996-7.396 15.358H7.035L4 4.047l6.627-.629 1.605 12.915c1.5-2.443 3.35-6.282 3.35-8.9 0-1.432-.246-2.408-.63-3.211L20.989 3z", class: "filled" }))),
2925
1142
  },
2926
1143
  virus: {
2927
- markup: () => (h("g", null,
2928
- h("g", { class: "stroke-secondary", transform: "translate(8.742 8.742)" },
2929
- h("circle", { cx: "1.419", cy: "6.387", r: "1.419" }),
2930
- h("circle", { cx: "6.742", cy: "4.613", r: "1.774" }),
2931
- h("circle", { cx: "1.774", cy: "1.065", r: "1.065" })),
2932
- h("g", { class: "stroke-primary", transform: "translate(2.622 2.622)" },
2933
- h("path", { d: "M6.305.544l1.086 2.622M4.993 1.087L7.616 0M.544 6.305l2.622 1.086M0 7.616l1.087-2.623m-.543 9.459l2.622-1.086m-2.079 2.397L0 13.14m6.305 7.073l1.086-2.622m.225 3.166L4.993 19.67m9.459.543l-1.086-2.622m2.397 2.079l-2.623 1.087m7.073-6.305l-2.622-1.086m3.166-.226l-1.087 2.623m.543-9.458l-2.622 1.086m2.079-2.398l1.087 2.623M14.452.544l-1.086 2.622M13.14 0l2.623 1.087" }),
2934
- h("circle", { cx: "10.378", cy: "10.378", r: "7.806", class: "filled" })))),
1144
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary", transform: "translate(8.742 8.742)" }, h("circle", { cx: "1.419", cy: "6.387", r: "1.419" }), h("circle", { cx: "6.742", cy: "4.613", r: "1.774" }), h("circle", { cx: "1.774", cy: "1.065", r: "1.065" })), h("g", { class: "stroke-primary", transform: "translate(2.622 2.622)" }, h("path", { d: "M6.305.544l1.086 2.622M4.993 1.087L7.616 0M.544 6.305l2.622 1.086M0 7.616l1.087-2.623m-.543 9.459l2.622-1.086m-2.079 2.397L0 13.14m6.305 7.073l1.086-2.622m.225 3.166L4.993 19.67m9.459.543l-1.086-2.622m2.397 2.079l-2.623 1.087m7.073-6.305l-2.622-1.086m3.166-.226l-1.087 2.623m.543-9.458l-2.622 1.086m2.079-2.398l1.087 2.623M14.452.544l-1.086 2.622M13.14 0l2.623 1.087" }), h("circle", { cx: "10.378", cy: "10.378", r: "7.806", class: "filled" })))),
2935
1145
  },
2936
1146
  'zoom-in': {
2937
- markup: () => (h("g", null,
2938
- h("g", { class: "stroke-secondary" },
2939
- h("path", { d: "M11.036 7.893v6.286m3.143-3.143H7.893" })),
2940
- h("g", { class: "stroke-primary", transform: "translate(2.393 2.393)" },
2941
- h("path", { d: "M21.214 21.214l-3.928-3.928" }),
2942
- h("circle", { cx: "8.643", cy: "8.643", r: "8.643" })))),
1147
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M11.036 7.893v6.286m3.143-3.143H7.893" })), h("g", { class: "stroke-primary", transform: "translate(2.393 2.393)" }, h("path", { d: "M21.214 21.214l-3.928-3.928" }), h("circle", { cx: "8.643", cy: "8.643", r: "8.643" })))),
2943
1148
  },
2944
1149
  'zoom-out': {
2945
- markup: () => (h("g", null,
2946
- h("g", { class: "stroke-secondary" },
2947
- h("path", { d: "M14.179 11.036H7.893" })),
2948
- h("g", { class: "stroke-primary", transform: "translate(2.393 2.393)" },
2949
- h("path", { d: "M21.214 21.214l-3.928-3.928" }),
2950
- h("circle", { cx: "8.643", cy: "8.643", r: "8.643" })))),
1150
+ markup: () => (h("g", null, h("g", { class: "stroke-secondary" }, h("path", { d: "M14.179 11.036H7.893" })), h("g", { class: "stroke-primary", transform: "translate(2.393 2.393)" }, h("path", { d: "M21.214 21.214l-3.928-3.928" }), h("circle", { cx: "8.643", cy: "8.643", r: "8.643" })))),
2951
1151
  },
2952
1152
  };
2953
1153
  export default icons;