@designcrowd/fe-shared-lib 1.5.35 → 1.5.36

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 (784) hide show
  1. package/.eslintrc.js +36 -36
  2. package/.github/workflows/auto-merge.yml +52 -52
  3. package/.github/workflows/claude.yml +72 -72
  4. package/.prettierrc.js +7 -7
  5. package/.storybook/main.ts +36 -36
  6. package/.storybook/preview-head-master.html +4 -4
  7. package/.storybook/preview-head-publish-master.html +4 -4
  8. package/.storybook/preview-head-publish.html +9 -9
  9. package/.storybook/preview-head.html +9 -9
  10. package/.storybook/preview.js +53 -53
  11. package/.storybook-static/css/.keepme +0 -0
  12. package/CLAUDE.md +94 -94
  13. package/Dockerfile +43 -43
  14. package/README.md +103 -103
  15. package/buildspec.yml +47 -47
  16. package/dist/css/tailwind-brandCrowd.css +487 -559
  17. package/dist/css/tailwind-brandPage.css +409 -469
  18. package/dist/css/tailwind-crazyDomains.css +487 -559
  19. package/dist/css/tailwind-designCom.css +487 -559
  20. package/dist/css/tailwind-designCrowd.css +487 -559
  21. package/docs/plans/DY-957-plan-phase-2-fe-shared-lib.md +382 -382
  22. package/index.cjs +16 -16
  23. package/index.js +62 -62
  24. package/nodemon.translation.json +6 -6
  25. package/npmrc +0 -0
  26. package/package.json +115 -115
  27. package/postcss.config.js +5 -5
  28. package/public/css/.keepme +0 -0
  29. package/public/css/tailwind-brandCrowd.css +523 -548
  30. package/public/css/tailwind-brandPage.css +420 -461
  31. package/public/css/tailwind-crazyDomains.css +523 -548
  32. package/public/css/tailwind-designCom.css +523 -548
  33. package/public/css/tailwind-designCrowd.css +523 -548
  34. package/src/atoms/components/AiPoweredLoader/AiPoweredLoader.stories.js +364 -364
  35. package/src/atoms/components/AiPoweredLoader/AiPoweredLoader.vue +296 -296
  36. package/src/atoms/components/Button/Button.vue +341 -341
  37. package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
  38. package/src/atoms/components/Button/Buttons.stories.js +828 -828
  39. package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
  40. package/src/atoms/components/Button/variants/ButtonAi.vue +63 -63
  41. package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +52 -52
  42. package/src/atoms/components/Button/variants/ButtonFlat.vue +65 -65
  43. package/src/atoms/components/Button/variants/ButtonGray.vue +64 -64
  44. package/src/atoms/components/Button/variants/ButtonInfo.vue +51 -51
  45. package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +63 -63
  46. package/src/atoms/components/Button/variants/ButtonNoBorder.vue +65 -65
  47. package/src/atoms/components/Button/variants/ButtonOutline.vue +62 -62
  48. package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +62 -62
  49. package/src/atoms/components/Button/variants/ButtonOutlinePrimary.vue +53 -53
  50. package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +54 -54
  51. package/src/atoms/components/Button/variants/ButtonPill.vue +52 -52
  52. package/src/atoms/components/Button/variants/ButtonPrimary.vue +69 -69
  53. package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +68 -68
  54. package/src/atoms/components/Button/variants/ButtonSecondary.vue +51 -51
  55. package/src/atoms/components/Button/variants/ButtonSuccess.vue +55 -55
  56. package/src/atoms/components/Button/variants/ButtonWarning.vue +65 -65
  57. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +58 -58
  58. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +38 -38
  59. package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +575 -575
  60. package/src/atoms/components/ButtonGroup/ButtonGroup.vue +200 -200
  61. package/src/atoms/components/Carousel/Carousel.fixtures.js +53 -53
  62. package/src/atoms/components/Carousel/Carousel.vue +352 -352
  63. package/src/atoms/components/Carousel/carousel.stories.js +530 -530
  64. package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
  65. package/src/atoms/components/Checkbox/Checkbox.stories.js +340 -340
  66. package/src/atoms/components/Checkbox/Checkbox.vue +84 -84
  67. package/src/atoms/components/Checktile/Checktile.stories.js +79 -79
  68. package/src/atoms/components/Checktile/Checktile.vue +73 -73
  69. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +38 -38
  70. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +53 -53
  71. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +33 -33
  72. package/src/atoms/components/ColorPicker/ColorPicker.stories.js +89 -89
  73. package/src/atoms/components/ColorPicker/ColorPicker.vue +95 -95
  74. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +41 -41
  75. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +71 -71
  76. package/src/atoms/components/Dropdown/Dropdown.stories.js +140 -140
  77. package/src/atoms/components/Dropdown/Dropdown.vue +123 -123
  78. package/src/atoms/components/Dropdown/DropdownItem.vue +33 -33
  79. package/src/atoms/components/FormControl/FormControl.mixin.js +136 -136
  80. package/src/atoms/components/HelloBar/HelloBar.stories.js +195 -195
  81. package/src/atoms/components/HelloBar/HelloBar.vue +156 -156
  82. package/src/atoms/components/Icon/Icon.stories.js +408 -408
  83. package/src/atoms/components/Icon/Icon.vue +928 -924
  84. package/src/atoms/components/Icon/icons/about.vue +0 -0
  85. package/src/atoms/components/Icon/icons/add-page.vue +6 -6
  86. package/src/atoms/components/Icon/icons/ai.vue +6 -6
  87. package/src/atoms/components/Icon/icons/annotate-heart.vue +7 -7
  88. package/src/atoms/components/Icon/icons/arrow-down.vue +6 -6
  89. package/src/atoms/components/Icon/icons/arrow-left.vue +7 -7
  90. package/src/atoms/components/Icon/icons/arrow-right.vue +7 -7
  91. package/src/atoms/components/Icon/icons/arrow-top-right.vue +6 -6
  92. package/src/atoms/components/Icon/icons/arrow-up-underline.vue +7 -7
  93. package/src/atoms/components/Icon/icons/arrow-up.vue +7 -7
  94. package/src/atoms/components/Icon/icons/attach.vue +6 -6
  95. package/src/atoms/components/Icon/icons/auth-facebook-white.vue +17 -17
  96. package/src/atoms/components/Icon/icons/auth-facebook.vue +24 -24
  97. package/src/atoms/components/Icon/icons/auth-google.vue +32 -32
  98. package/src/atoms/components/Icon/icons/award.vue +7 -7
  99. package/src/atoms/components/Icon/icons/background.vue +7 -7
  100. package/src/atoms/components/Icon/icons/badge.vue +7 -7
  101. package/src/atoms/components/Icon/icons/ban.vue +0 -0
  102. package/src/atoms/components/Icon/icons/banner-centered.vue +6 -6
  103. package/src/atoms/components/Icon/icons/banner-left.vue +6 -6
  104. package/src/atoms/components/Icon/icons/banner.vue +7 -7
  105. package/src/atoms/components/Icon/icons/bc-mast.vue +7 -7
  106. package/src/atoms/components/Icon/icons/bezier-curve-outline.vue +7 -7
  107. package/src/atoms/components/Icon/icons/bezier-curve.vue +7 -7
  108. package/src/atoms/components/Icon/icons/briefcase.vue +7 -7
  109. package/src/atoms/components/Icon/icons/browser.vue +7 -7
  110. package/src/atoms/components/Icon/icons/brush.vue +6 -6
  111. package/src/atoms/components/Icon/icons/business-card-filled.vue +5 -5
  112. package/src/atoms/components/Icon/icons/business.vue +6 -6
  113. package/src/atoms/components/Icon/icons/button-justified.vue +0 -0
  114. package/src/atoms/components/Icon/icons/button.vue +0 -0
  115. package/src/atoms/components/Icon/icons/buttons/button-arrow-left.vue +0 -0
  116. package/src/atoms/components/Icon/icons/buttons/button-arrow-right.vue +0 -0
  117. package/src/atoms/components/Icon/icons/buttons/button-arrow.vue +0 -0
  118. package/src/atoms/components/Icon/icons/buttons/button-brushstroke-left.vue +0 -0
  119. package/src/atoms/components/Icon/icons/buttons/button-brushstroke-right.vue +0 -0
  120. package/src/atoms/components/Icon/icons/buttons/button-brushstroke.vue +0 -0
  121. package/src/atoms/components/Icon/icons/buttons/button-dashed-oval.vue +0 -0
  122. package/src/atoms/components/Icon/icons/buttons/button-dashed-rectangle.vue +0 -0
  123. package/src/atoms/components/Icon/icons/buttons/button-dashed-rounded.vue +0 -0
  124. package/src/atoms/components/Icon/icons/buttons/button-doubleline-oval.vue +0 -0
  125. package/src/atoms/components/Icon/icons/buttons/button-doubleline-rectangle.vue +0 -0
  126. package/src/atoms/components/Icon/icons/buttons/button-doubleline-rounded.vue +0 -0
  127. package/src/atoms/components/Icon/icons/buttons/button-paper-bottom.vue +0 -0
  128. package/src/atoms/components/Icon/icons/buttons/button-paper-top.vue +0 -0
  129. package/src/atoms/components/Icon/icons/buttons/button-paper.vue +0 -0
  130. package/src/atoms/components/Icon/icons/buttons/button-softshadow-oval.vue +0 -0
  131. package/src/atoms/components/Icon/icons/buttons/button-softshadow-rectangle.vue +0 -0
  132. package/src/atoms/components/Icon/icons/buttons/button-softshadow-rounded.vue +0 -0
  133. package/src/atoms/components/Icon/icons/calculator.vue +3 -3
  134. package/src/atoms/components/Icon/icons/calendar.vue +5 -5
  135. package/src/atoms/components/Icon/icons/callout-error.vue +6 -6
  136. package/src/atoms/components/Icon/icons/callout-info.vue +6 -6
  137. package/src/atoms/components/Icon/icons/callout-success.vue +8 -8
  138. package/src/atoms/components/Icon/icons/callout-warning.vue +6 -6
  139. package/src/atoms/components/Icon/icons/cap.vue +22 -22
  140. package/src/atoms/components/Icon/icons/card-vertical.vue +7 -7
  141. package/src/atoms/components/Icon/icons/card.vue +9 -9
  142. package/src/atoms/components/Icon/icons/cart-empty.vue +9 -9
  143. package/src/atoms/components/Icon/icons/check-thin.vue +7 -7
  144. package/src/atoms/components/Icon/icons/check.vue +3 -3
  145. package/src/atoms/components/Icon/icons/chevron-down.vue +7 -7
  146. package/src/atoms/components/Icon/icons/chevron-left.vue +7 -7
  147. package/src/atoms/components/Icon/icons/chevron-right-wide.vue +3 -3
  148. package/src/atoms/components/Icon/icons/chevron-right.vue +3 -3
  149. package/src/atoms/components/Icon/icons/chevron-up.vue +7 -7
  150. package/src/atoms/components/Icon/icons/clipboard-check.vue +6 -6
  151. package/src/atoms/components/Icon/icons/close.vue +6 -6
  152. package/src/atoms/components/Icon/icons/column-1.vue +0 -0
  153. package/src/atoms/components/Icon/icons/column-2.vue +0 -0
  154. package/src/atoms/components/Icon/icons/column-3.vue +0 -0
  155. package/src/atoms/components/Icon/icons/column-4.vue +0 -0
  156. package/src/atoms/components/Icon/icons/community.vue +5 -5
  157. package/src/atoms/components/Icon/icons/contact-message.vue +10 -10
  158. package/src/atoms/components/Icon/icons/content.vue +7 -7
  159. package/src/atoms/components/Icon/icons/copy.vue +10 -10
  160. package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +6 -6
  161. package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +6 -6
  162. package/src/atoms/components/Icon/icons/crazy-domains/home.vue +6 -6
  163. package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +6 -6
  164. package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +6 -6
  165. package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +6 -6
  166. package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +6 -6
  167. package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +6 -6
  168. package/src/atoms/components/Icon/icons/crop.vue +6 -6
  169. package/src/atoms/components/Icon/icons/crown-alt.vue +5 -5
  170. package/src/atoms/components/Icon/icons/crown.vue +6 -6
  171. package/src/atoms/components/Icon/icons/delete.vue +8 -8
  172. package/src/atoms/components/Icon/icons/designs.vue +6 -6
  173. package/src/atoms/components/Icon/icons/desktop.vue +7 -7
  174. package/src/atoms/components/Icon/icons/digital-business-card-filled.vue +8 -8
  175. package/src/atoms/components/Icon/icons/divider-thick.vue +0 -0
  176. package/src/atoms/components/Icon/icons/divider-thin.vue +0 -0
  177. package/src/atoms/components/Icon/icons/divider.vue +0 -0
  178. package/src/atoms/components/Icon/icons/donate.vue +6 -6
  179. package/src/atoms/components/Icon/icons/download.vue +5 -5
  180. package/src/atoms/components/Icon/icons/duplicate.vue +6 -6
  181. package/src/atoms/components/Icon/icons/edit-line.vue +10 -10
  182. package/src/atoms/components/Icon/icons/edit.vue +6 -6
  183. package/src/atoms/components/Icon/icons/ellipsis.vue +6 -6
  184. package/src/atoms/components/Icon/icons/envelope-email.vue +9 -9
  185. package/src/atoms/components/Icon/icons/error.vue +8 -8
  186. package/src/atoms/components/Icon/icons/eye-crossed.vue +7 -7
  187. package/src/atoms/components/Icon/icons/eye-open.vue +11 -11
  188. package/src/atoms/components/Icon/icons/fees.vue +6 -6
  189. package/src/atoms/components/Icon/icons/file-empty.vue +7 -7
  190. package/src/atoms/components/Icon/icons/file.vue +7 -7
  191. package/src/atoms/components/Icon/icons/filter.vue +7 -7
  192. package/src/atoms/components/Icon/icons/filters.vue +6 -6
  193. package/src/atoms/components/Icon/icons/flag.vue +6 -6
  194. package/src/atoms/components/Icon/icons/flip-horizontal.vue +7 -7
  195. package/src/atoms/components/Icon/icons/flip-vertical.vue +7 -7
  196. package/src/atoms/components/Icon/icons/folder.vue +6 -6
  197. package/src/atoms/components/Icon/icons/font.vue +7 -7
  198. package/src/atoms/components/Icon/icons/footer-centered.vue +7 -7
  199. package/src/atoms/components/Icon/icons/footer-left.vue +7 -7
  200. package/src/atoms/components/Icon/icons/form-message.vue +6 -6
  201. package/src/atoms/components/Icon/icons/form.vue +5 -5
  202. package/src/atoms/components/Icon/icons/fullscreen-exit.vue +5 -5
  203. package/src/atoms/components/Icon/icons/fullscreen.vue +5 -5
  204. package/src/atoms/components/Icon/icons/globe.vue +6 -6
  205. package/src/atoms/components/Icon/icons/godaddy/logo.vue +5 -5
  206. package/src/atoms/components/Icon/icons/group.vue +6 -6
  207. package/src/atoms/components/Icon/icons/hamburger-1.vue +0 -0
  208. package/src/atoms/components/Icon/icons/hamburger-2.vue +0 -0
  209. package/src/atoms/components/Icon/icons/hamburger-3.vue +0 -0
  210. package/src/atoms/components/Icon/icons/hamburger-4.vue +0 -0
  211. package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
  212. package/src/atoms/components/Icon/icons/headphones.vue +7 -7
  213. package/src/atoms/components/Icon/icons/history.vue +12 -0
  214. package/src/atoms/components/Icon/icons/home-outline.vue +6 -6
  215. package/src/atoms/components/Icon/icons/home.vue +7 -7
  216. package/src/atoms/components/Icon/icons/icon-style-circle-bg.vue +22 -22
  217. package/src/atoms/components/Icon/icons/icon-style-no-bg.vue +16 -16
  218. package/src/atoms/components/Icon/icons/icon-style-square-bg.vue +22 -22
  219. package/src/atoms/components/Icon/icons/image-gallery-carousel.vue +7 -7
  220. package/src/atoms/components/Icon/icons/image-gallery-grid.vue +7 -7
  221. package/src/atoms/components/Icon/icons/image-gallery-masonry.vue +6 -6
  222. package/src/atoms/components/Icon/icons/image.vue +7 -7
  223. package/src/atoms/components/Icon/icons/images-gallery.vue +5 -5
  224. package/src/atoms/components/Icon/icons/images.vue +7 -7
  225. package/src/atoms/components/Icon/icons/info.vue +9 -9
  226. package/src/atoms/components/Icon/icons/jobs.vue +8 -8
  227. package/src/atoms/components/Icon/icons/layer-bring-front.vue +6 -6
  228. package/src/atoms/components/Icon/icons/layer-send-back.vue +6 -6
  229. package/src/atoms/components/Icon/icons/layer.vue +6 -6
  230. package/src/atoms/components/Icon/icons/layout/display-style-about-1.vue +20 -20
  231. package/src/atoms/components/Icon/icons/layout/display-style-about-2.vue +20 -20
  232. package/src/atoms/components/Icon/icons/layout/display-style-about-3.vue +20 -20
  233. package/src/atoms/components/Icon/icons/layout/display-style-about-4.vue +32 -32
  234. package/src/atoms/components/Icon/icons/layout/display-style-about-5.vue +27 -27
  235. package/src/atoms/components/Icon/icons/layout/display-style-about-6.vue +27 -27
  236. package/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue +20 -20
  237. package/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue +20 -20
  238. package/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue +20 -20
  239. package/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue +20 -20
  240. package/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue +20 -20
  241. package/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue +27 -27
  242. package/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue +27 -27
  243. package/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue +20 -20
  244. package/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue +20 -20
  245. package/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue +24 -24
  246. package/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue +24 -24
  247. package/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue +24 -24
  248. package/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue +39 -39
  249. package/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue +39 -39
  250. package/src/atoms/components/Icon/icons/layout/display-style-images-1.vue +0 -0
  251. package/src/atoms/components/Icon/icons/layout/display-style-images-2.vue +0 -0
  252. package/src/atoms/components/Icon/icons/layout/display-style-images-3.vue +0 -0
  253. package/src/atoms/components/Icon/icons/layout/display-style-images-4.vue +0 -0
  254. package/src/atoms/components/Icon/icons/layout/display-style-images-5.vue +0 -0
  255. package/src/atoms/components/Icon/icons/layout/display-style-images-6.vue +0 -0
  256. package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +7 -7
  257. package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +16 -16
  258. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +17 -17
  259. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +17 -17
  260. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +17 -17
  261. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +17 -17
  262. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +13 -13
  263. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +13 -13
  264. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +17 -17
  265. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +17 -17
  266. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +16 -16
  267. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +16 -16
  268. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +16 -16
  269. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +17 -17
  270. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +17 -17
  271. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +17 -17
  272. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +21 -21
  273. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +17 -17
  274. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +17 -17
  275. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +16 -16
  276. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +16 -16
  277. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +16 -16
  278. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +7 -7
  279. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +7 -7
  280. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +7 -7
  281. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +11 -11
  282. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +10 -10
  283. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +11 -11
  284. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +7 -7
  285. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +7 -7
  286. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +7 -7
  287. package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +7 -7
  288. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +7 -7
  289. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +7 -7
  290. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +7 -7
  291. package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +7 -7
  292. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +7 -7
  293. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +7 -7
  294. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +7 -7
  295. package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +7 -7
  296. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +16 -16
  297. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +10 -10
  298. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +10 -10
  299. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +23 -23
  300. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +16 -16
  301. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +7 -7
  302. package/src/atoms/components/Icon/icons/letterhead-filled.vue +5 -5
  303. package/src/atoms/components/Icon/icons/lightning.vue +7 -7
  304. package/src/atoms/components/Icon/icons/link-in-bio-filled.vue +8 -8
  305. package/src/atoms/components/Icon/icons/link.vue +6 -6
  306. package/src/atoms/components/Icon/icons/location.vue +6 -6
  307. package/src/atoms/components/Icon/icons/lock.vue +6 -6
  308. package/src/atoms/components/Icon/icons/logo.vue +7 -7
  309. package/src/atoms/components/Icon/icons/mac-command.vue +7 -7
  310. package/src/atoms/components/Icon/icons/maker/align-center.vue +7 -7
  311. package/src/atoms/components/Icon/icons/maker/align-justify.vue +7 -7
  312. package/src/atoms/components/Icon/icons/maker/align-left.vue +7 -7
  313. package/src/atoms/components/Icon/icons/maker/align-right.vue +7 -7
  314. package/src/atoms/components/Icon/icons/maker/animate.vue +7 -7
  315. package/src/atoms/components/Icon/icons/maker/bold.vue +7 -7
  316. package/src/atoms/components/Icon/icons/maker/custom-landscape.vue +5 -5
  317. package/src/atoms/components/Icon/icons/maker/email-symbol.vue +5 -5
  318. package/src/atoms/components/Icon/icons/maker/email.vue +5 -5
  319. package/src/atoms/components/Icon/icons/maker/eraser.vue +5 -5
  320. package/src/atoms/components/Icon/icons/maker/etsy.vue +5 -5
  321. package/src/atoms/components/Icon/icons/maker/facebook.vue +5 -5
  322. package/src/atoms/components/Icon/icons/maker/favicon.vue +7 -7
  323. package/src/atoms/components/Icon/icons/maker/flyer.vue +7 -7
  324. package/src/atoms/components/Icon/icons/maker/gift-certificate.vue +5 -5
  325. package/src/atoms/components/Icon/icons/maker/globe.vue +5 -5
  326. package/src/atoms/components/Icon/icons/maker/image.vue +7 -7
  327. package/src/atoms/components/Icon/icons/maker/instagram.vue +7 -7
  328. package/src/atoms/components/Icon/icons/maker/invitation.vue +5 -5
  329. package/src/atoms/components/Icon/icons/maker/invoice.vue +5 -5
  330. package/src/atoms/components/Icon/icons/maker/italic.vue +7 -7
  331. package/src/atoms/components/Icon/icons/maker/link.vue +7 -7
  332. package/src/atoms/components/Icon/icons/maker/linkedin.vue +7 -7
  333. package/src/atoms/components/Icon/icons/maker/menu.vue +5 -5
  334. package/src/atoms/components/Icon/icons/maker/pause.vue +5 -5
  335. package/src/atoms/components/Icon/icons/maker/phone.vue +5 -5
  336. package/src/atoms/components/Icon/icons/maker/pinterest.vue +5 -5
  337. package/src/atoms/components/Icon/icons/maker/play.vue +5 -5
  338. package/src/atoms/components/Icon/icons/maker/postcard.vue +5 -5
  339. package/src/atoms/components/Icon/icons/maker/poster.vue +7 -7
  340. package/src/atoms/components/Icon/icons/maker/profile.vue +5 -5
  341. package/src/atoms/components/Icon/icons/maker/qrcode.vue +5 -5
  342. package/src/atoms/components/Icon/icons/maker/snapchat.vue +5 -5
  343. package/src/atoms/components/Icon/icons/maker/soundcloud.vue +7 -7
  344. package/src/atoms/components/Icon/icons/maker/spacing.vue +18 -18
  345. package/src/atoms/components/Icon/icons/maker/strikethrough.vue +7 -7
  346. package/src/atoms/components/Icon/icons/maker/t-shirt.vue +32 -32
  347. package/src/atoms/components/Icon/icons/maker/text-background-color.vue +12 -12
  348. package/src/atoms/components/Icon/icons/maker/text-color.vue +14 -14
  349. package/src/atoms/components/Icon/icons/maker/text.vue +7 -7
  350. package/src/atoms/components/Icon/icons/maker/thankyou-card.vue +5 -5
  351. package/src/atoms/components/Icon/icons/maker/tiktok.vue +5 -5
  352. package/src/atoms/components/Icon/icons/maker/tumblr.vue +5 -5
  353. package/src/atoms/components/Icon/icons/maker/twitch.vue +7 -7
  354. package/src/atoms/components/Icon/icons/maker/twitter.vue +5 -5
  355. package/src/atoms/components/Icon/icons/maker/underline.vue +7 -7
  356. package/src/atoms/components/Icon/icons/maker/uppercase.vue +14 -14
  357. package/src/atoms/components/Icon/icons/maker/video.vue +5 -5
  358. package/src/atoms/components/Icon/icons/maker/whatsapp.vue +7 -7
  359. package/src/atoms/components/Icon/icons/maker/youtube.vue +5 -5
  360. package/src/atoms/components/Icon/icons/maker/zoom.vue +5 -5
  361. package/src/atoms/components/Icon/icons/map.vue +6 -6
  362. package/src/atoms/components/Icon/icons/media.vue +3 -3
  363. package/src/atoms/components/Icon/icons/message.vue +6 -6
  364. package/src/atoms/components/Icon/icons/minus-circle-light.vue +7 -7
  365. package/src/atoms/components/Icon/icons/minus.vue +3 -3
  366. package/src/atoms/components/Icon/icons/mobile.vue +5 -5
  367. package/src/atoms/components/Icon/icons/mug.vue +29 -29
  368. package/src/atoms/components/Icon/icons/opacity.vue +6 -6
  369. package/src/atoms/components/Icon/icons/other.vue +7 -7
  370. package/src/atoms/components/Icon/icons/page-blank.vue +6 -6
  371. package/src/atoms/components/Icon/icons/page-buttons.vue +8 -8
  372. package/src/atoms/components/Icon/icons/page-hamburger.vue +9 -9
  373. package/src/atoms/components/Icon/icons/page-tabs.vue +9 -9
  374. package/src/atoms/components/Icon/icons/pages.vue +6 -6
  375. package/src/atoms/components/Icon/icons/palette-outline.vue +7 -7
  376. package/src/atoms/components/Icon/icons/palette.vue +6 -6
  377. package/src/atoms/components/Icon/icons/pause.vue +5 -5
  378. package/src/atoms/components/Icon/icons/payment.vue +8 -8
  379. package/src/atoms/components/Icon/icons/payments-featured.vue +6 -6
  380. package/src/atoms/components/Icon/icons/payments-textonly.vue +8 -8
  381. package/src/atoms/components/Icon/icons/payments-thumbnail.vue +9 -9
  382. package/src/atoms/components/Icon/icons/pen-outline.vue +7 -7
  383. package/src/atoms/components/Icon/icons/pen-sparkle.vue +17 -17
  384. package/src/atoms/components/Icon/icons/pen-tool.vue +7 -7
  385. package/src/atoms/components/Icon/icons/pen.vue +7 -7
  386. package/src/atoms/components/Icon/icons/phone.vue +6 -6
  387. package/src/atoms/components/Icon/icons/plus-circle-light.vue +8 -8
  388. package/src/atoms/components/Icon/icons/plus-circle.vue +7 -7
  389. package/src/atoms/components/Icon/icons/plus.vue +3 -3
  390. package/src/atoms/components/Icon/icons/poll.vue +3 -3
  391. package/src/atoms/components/Icon/icons/portfolio.vue +10 -10
  392. package/src/atoms/components/Icon/icons/premium-content.vue +8 -8
  393. package/src/atoms/components/Icon/icons/preview.vue +6 -6
  394. package/src/atoms/components/Icon/icons/printing.vue +6 -6
  395. package/src/atoms/components/Icon/icons/processing.vue +5 -5
  396. package/src/atoms/components/Icon/icons/question-alt.vue +20 -20
  397. package/src/atoms/components/Icon/icons/question.vue +11 -11
  398. package/src/atoms/components/Icon/icons/quote.vue +0 -0
  399. package/src/atoms/components/Icon/icons/ratio-1-1.vue +3 -3
  400. package/src/atoms/components/Icon/icons/ratio-16-9.vue +1 -1
  401. package/src/atoms/components/Icon/icons/ratio-2-3.vue +3 -3
  402. package/src/atoms/components/Icon/icons/ratio-3-2.vue +3 -3
  403. package/src/atoms/components/Icon/icons/ratio-3-4.vue +3 -3
  404. package/src/atoms/components/Icon/icons/ratio-4-3.vue +3 -3
  405. package/src/atoms/components/Icon/icons/ratio-9-16.vue +3 -3
  406. package/src/atoms/components/Icon/icons/ratio-circle.vue +8 -8
  407. package/src/atoms/components/Icon/icons/ratio-original.vue +11 -11
  408. package/src/atoms/components/Icon/icons/redo.vue +6 -6
  409. package/src/atoms/components/Icon/icons/reload.vue +6 -6
  410. package/src/atoms/components/Icon/icons/reorderable.vue +5 -5
  411. package/src/atoms/components/Icon/icons/request-payment.vue +6 -6
  412. package/src/atoms/components/Icon/icons/reset.vue +6 -6
  413. package/src/atoms/components/Icon/icons/resize.vue +6 -6
  414. package/src/atoms/components/Icon/icons/save.vue +6 -0
  415. package/src/atoms/components/Icon/icons/search.vue +11 -11
  416. package/src/atoms/components/Icon/icons/secure.vue +7 -7
  417. package/src/atoms/components/Icon/icons/send.vue +12 -12
  418. package/src/atoms/components/Icon/icons/services.vue +7 -7
  419. package/src/atoms/components/Icon/icons/settings.vue +7 -7
  420. package/src/atoms/components/Icon/icons/shape.vue +5 -5
  421. package/src/atoms/components/Icon/icons/share.vue +9 -9
  422. package/src/atoms/components/Icon/icons/shield-tick.vue +6 -6
  423. package/src/atoms/components/Icon/icons/shop.vue +5 -5
  424. package/src/atoms/components/Icon/icons/sms.vue +5 -5
  425. package/src/atoms/components/Icon/icons/social-facebook-color.vue +9 -9
  426. package/src/atoms/components/Icon/icons/social-facebook.vue +5 -5
  427. package/src/atoms/components/Icon/icons/social-google.vue +5 -5
  428. package/src/atoms/components/Icon/icons/social-instagram-color.vue +24 -24
  429. package/src/atoms/components/Icon/icons/social-linkedin-color.vue +9 -9
  430. package/src/atoms/components/Icon/icons/social-share.vue +7 -7
  431. package/src/atoms/components/Icon/icons/social-twitter-color.vue +9 -9
  432. package/src/atoms/components/Icon/icons/sparkle-square.vue +22 -22
  433. package/src/atoms/components/Icon/icons/star-filled.vue +6 -6
  434. package/src/atoms/components/Icon/icons/star-hollow.vue +6 -6
  435. package/src/atoms/components/Icon/icons/sticker.vue +28 -28
  436. package/src/atoms/components/Icon/icons/stop.vue +5 -5
  437. package/src/atoms/components/Icon/icons/styles.vue +5 -5
  438. package/src/atoms/components/Icon/icons/submit.vue +5 -5
  439. package/src/atoms/components/Icon/icons/templates.vue +7 -7
  440. package/src/atoms/components/Icon/icons/testimonial-big-image.vue +0 -0
  441. package/src/atoms/components/Icon/icons/testimonial-centered.vue +0 -0
  442. package/src/atoms/components/Icon/icons/testimonial-columns.vue +0 -0
  443. package/src/atoms/components/Icon/icons/text-image-center.vue +6 -6
  444. package/src/atoms/components/Icon/icons/text-image-justified.vue +7 -7
  445. package/src/atoms/components/Icon/icons/text-image-left.vue +9 -9
  446. package/src/atoms/components/Icon/icons/text-image-only.vue +5 -5
  447. package/src/atoms/components/Icon/icons/text-image-right.vue +9 -9
  448. package/src/atoms/components/Icon/icons/text-image.vue +13 -13
  449. package/src/atoms/components/Icon/icons/time.vue +8 -8
  450. package/src/atoms/components/Icon/icons/tooltip-bottom.vue +5 -5
  451. package/src/atoms/components/Icon/icons/tooltip-left.vue +5 -5
  452. package/src/atoms/components/Icon/icons/tooltip-right.vue +5 -5
  453. package/src/atoms/components/Icon/icons/tooltip-top.vue +5 -5
  454. package/src/atoms/components/Icon/icons/undo.vue +6 -6
  455. package/src/atoms/components/Icon/icons/upgrade-alt.vue +7 -7
  456. package/src/atoms/components/Icon/icons/upgrade.vue +9 -9
  457. package/src/atoms/components/Icon/icons/upload-arrow.vue +5 -5
  458. package/src/atoms/components/Icon/icons/upload.vue +5 -5
  459. package/src/atoms/components/Icon/icons/user-accounts.vue +5 -5
  460. package/src/atoms/components/Icon/icons/user-headset.vue +50 -50
  461. package/src/atoms/components/Icon/icons/volume-muted.vue +5 -5
  462. package/src/atoms/components/Icon/icons/volume.vue +5 -5
  463. package/src/atoms/components/Icon/icons/watchlist-filled.vue +14 -14
  464. package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +14 -14
  465. package/src/atoms/components/Icon/icons/watchlist-hollow.vue +6 -6
  466. package/src/atoms/components/Icon/icons/website-filled.vue +5 -5
  467. package/src/atoms/components/Icon/icons/website.vue +6 -6
  468. package/src/atoms/components/Icon/icons/websites/upgrade-to-add-page.vue +50 -50
  469. package/src/atoms/components/Icon/icons/websites/upgrade-to-contact-form.vue +82 -82
  470. package/src/atoms/components/Icon/icons/websites/upgrade-to-google-ad.vue +92 -92
  471. package/src/atoms/components/Icon/icons/websites/upgrade-to-maps.vue +40 -40
  472. package/src/atoms/components/Icon/icons/websites/upgrade-to-publish.vue +107 -107
  473. package/src/atoms/components/Icon/icons/websites/upgrade-to-remove-watermark.vue +74 -74
  474. package/src/atoms/components/Icon/icons/websites/upgrade-to-videos.vue +16 -16
  475. package/src/atoms/components/Icon/icons/wholesale.vue +6 -6
  476. package/src/atoms/components/Icon/icons/zoom-in.vue +5 -5
  477. package/src/atoms/components/Icon/icons/zoom-out.vue +5 -5
  478. package/src/atoms/components/Icon/icons/zoom.vue +11 -11
  479. package/src/atoms/components/Loader/Loader.vue +15 -15
  480. package/src/atoms/components/Masonry/Masonry.stories.js +48 -48
  481. package/src/atoms/components/Masonry/Masonry.vue +48 -48
  482. package/src/atoms/components/Masonry/fixtures.js +589 -589
  483. package/src/atoms/components/Modal/HashRouteModal.stories.js +68 -68
  484. package/src/atoms/components/Modal/HashRouteModal.vue +120 -120
  485. package/src/atoms/components/Modal/Modal.stories.js +293 -293
  486. package/src/atoms/components/Modal/Modal.vue +263 -263
  487. package/src/atoms/components/Notice/Notice.stories.js +174 -174
  488. package/src/atoms/components/Notice/Notice.vue +71 -71
  489. package/src/atoms/components/NumberStepper/NumberStepper.stories.js +55 -55
  490. package/src/atoms/components/NumberStepper/NumberStepper.vue +340 -340
  491. package/src/atoms/components/Picture/Picture.stories.js +90 -90
  492. package/src/atoms/components/Picture/Picture.vue +84 -84
  493. package/src/atoms/components/Picture/picture.fixtures.js +35 -35
  494. package/src/atoms/components/Pill/Pill.stories.js +20 -20
  495. package/src/atoms/components/Pill/Pill.vue +8 -8
  496. package/src/atoms/components/PillBar/PillBar.fixtures.js +941 -941
  497. package/src/atoms/components/PillBar/PillBar.stories.js +39 -39
  498. package/src/atoms/components/PillBar/PillBar.vue +62 -62
  499. package/src/atoms/components/Price/Price.fixtures.js +85 -85
  500. package/src/atoms/components/Price/Price.stories.js +313 -313
  501. package/src/atoms/components/Price/Price.vue +135 -135
  502. package/src/atoms/components/Price/i18n/price.de-DE.json +5 -5
  503. package/src/atoms/components/Price/i18n/price.es-ES.json +5 -5
  504. package/src/atoms/components/Price/i18n/price.fr-CA.json +5 -5
  505. package/src/atoms/components/Price/i18n/price.fr-FR.json +5 -5
  506. package/src/atoms/components/Price/i18n/price.json +5 -5
  507. package/src/atoms/components/Price/i18n/price.pt-BR.json +5 -5
  508. package/src/atoms/components/Price/i18n/price.pt-PT.json +5 -5
  509. package/src/atoms/components/PromoCard/PromoCard.stories.ts +263 -263
  510. package/src/atoms/components/PromoCard/PromoCard.vue +83 -83
  511. package/src/atoms/components/SearchBar/SearchBar.stories.js +21 -21
  512. package/src/atoms/components/SearchBar/SearchBar.vue +51 -51
  513. package/src/atoms/components/Select/Select.stories.js +142 -142
  514. package/src/atoms/components/Select/Select.vue +619 -619
  515. package/src/atoms/components/Select/pointerMixin.js +99 -99
  516. package/src/atoms/components/Select/selectMixin.js +356 -356
  517. package/src/atoms/components/Slider/Slider.stories.js +0 -0
  518. package/src/atoms/components/Slider/Slider.vue +0 -0
  519. package/src/atoms/components/SparkleIcon/SparkleIcon.stories.js +386 -386
  520. package/src/atoms/components/SparkleIcon/SparkleIcon.vue +136 -136
  521. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-01.svg +5 -5
  522. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-02.svg +5 -5
  523. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-03.svg +5 -5
  524. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-04.svg +5 -5
  525. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-05.svg +5 -5
  526. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-06.svg +5 -5
  527. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-07.svg +5 -5
  528. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-08.svg +5 -5
  529. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-01.svg +5 -5
  530. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-02.svg +14 -14
  531. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-03.svg +14 -14
  532. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-04.svg +14 -14
  533. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-05.svg +14 -14
  534. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-06.svg +14 -14
  535. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-07.svg +14 -14
  536. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-08.svg +14 -14
  537. package/src/atoms/components/SparkleIcon/assets/sparkle.svg +3 -3
  538. package/src/atoms/components/SparkleIcon/index.ts +3 -3
  539. package/src/atoms/components/SparkleIcon/sparkle-paths.ts +54 -54
  540. package/src/atoms/components/SparkleIcon/sparkle-with-spinner-paths.ts +61 -61
  541. package/src/atoms/components/StarRating/StarRating.stories.js +50 -50
  542. package/src/atoms/components/StarRating/StarRating.vue +84 -84
  543. package/src/atoms/components/TabMenu/TabMenu.stories.js +54 -54
  544. package/src/atoms/components/TabMenu/TabMenu.vue +44 -44
  545. package/src/atoms/components/TextCopyField/TextCopyField.stories.js +68 -68
  546. package/src/atoms/components/TextCopyField/TextCopyField.vue +75 -75
  547. package/src/atoms/components/TextInput/TextInput.stories.js +232 -232
  548. package/src/atoms/components/TextInput/TextInput.vue +161 -161
  549. package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
  550. package/src/atoms/components/Textarea/Textarea.vue +112 -112
  551. package/src/atoms/components/Toggle/Toggle.stories.js +176 -176
  552. package/src/atoms/components/Toggle/Toggle.vue +69 -69
  553. package/src/atoms/components/Tooltip/Tooltip.stories.js +493 -493
  554. package/src/atoms/components/Tooltip/Tooltip.vue +196 -196
  555. package/src/atoms/components/design-com/Icon/Icon.stories.js +94 -94
  556. package/src/atoms/components/design-com/Icon/Icon.vue +181 -181
  557. package/src/atoms/components/design-com/Icon/icons/ai.vue +5 -5
  558. package/src/atoms/components/design-com/Icon/icons/annotate-heart.vue +0 -0
  559. package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
  560. package/src/atoms/components/design-com/Icon/icons/badge.vue +7 -7
  561. package/src/atoms/components/design-com/Icon/icons/bezier-curve.vue +0 -0
  562. package/src/atoms/components/design-com/Icon/icons/briefcase.vue +6 -6
  563. package/src/atoms/components/design-com/Icon/icons/browser.vue +7 -7
  564. package/src/atoms/components/design-com/Icon/icons/bulb.vue +7 -7
  565. package/src/atoms/components/design-com/Icon/icons/card-vertical.vue +8 -8
  566. package/src/atoms/components/design-com/Icon/icons/card.vue +6 -6
  567. package/src/atoms/components/design-com/Icon/icons/check-circle-light.vue +7 -7
  568. package/src/atoms/components/design-com/Icon/icons/chevron-down.vue +7 -7
  569. package/src/atoms/components/design-com/Icon/icons/chevron-left.vue +7 -7
  570. package/src/atoms/components/design-com/Icon/icons/chevron-right.vue +3 -3
  571. package/src/atoms/components/design-com/Icon/icons/chevron-up.vue +7 -7
  572. package/src/atoms/components/design-com/Icon/icons/diamond.vue +7 -7
  573. package/src/atoms/components/design-com/Icon/icons/download.vue +7 -7
  574. package/src/atoms/components/design-com/Icon/icons/file-empty.vue +7 -7
  575. package/src/atoms/components/design-com/Icon/icons/file.vue +7 -7
  576. package/src/atoms/components/design-com/Icon/icons/filter.vue +7 -7
  577. package/src/atoms/components/design-com/Icon/icons/folder.vue +5 -5
  578. package/src/atoms/components/design-com/Icon/icons/font.vue +7 -7
  579. package/src/atoms/components/design-com/Icon/icons/headphones.vue +7 -7
  580. package/src/atoms/components/design-com/Icon/icons/heart.vue +7 -7
  581. package/src/atoms/components/design-com/Icon/icons/image.vue +7 -7
  582. package/src/atoms/components/design-com/Icon/icons/lightning.vue +7 -7
  583. package/src/atoms/components/design-com/Icon/icons/logo.vue +7 -7
  584. package/src/atoms/components/design-com/Icon/icons/minus-circle-light.vue +7 -7
  585. package/src/atoms/components/design-com/Icon/icons/palette.vue +0 -0
  586. package/src/atoms/components/design-com/Icon/icons/pen-outline.vue +0 -0
  587. package/src/atoms/components/design-com/Icon/icons/pen-sparkle.vue +0 -0
  588. package/src/atoms/components/design-com/Icon/icons/pen.vue +0 -0
  589. package/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue +8 -8
  590. package/src/atoms/components/design-com/Icon/icons/printing.vue +5 -5
  591. package/src/atoms/components/design-com/Icon/icons/question-circle-filled.vue +7 -7
  592. package/src/atoms/components/design-com/Icon/icons/search.vue +7 -7
  593. package/src/atoms/components/design-com/Icon/icons/shield-tick.vue +5 -5
  594. package/src/atoms/components/design-com/Icon/icons/sparkle-square.vue +0 -0
  595. package/src/atoms/components/design-com/Icon/icons/star-filled.vue +6 -6
  596. package/src/atoms/components/design-com/Icon/icons/star-hollow.vue +6 -6
  597. package/src/atoms/components/design-com/Icon/icons/text.vue +0 -0
  598. package/src/atoms/components/design-com/Icon/icons/users.vue +7 -7
  599. package/src/atoms/constants/constants.ts +6 -6
  600. package/src/atoms/mixin/hash-router-mixin.js +68 -68
  601. package/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue +280 -280
  602. package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +50 -50
  603. package/src/bundleTranslation.js +86 -86
  604. package/src/bundles/bundled-translations.de-DE.json +0 -0
  605. package/src/bundles/bundled-translations.es-ES.json +0 -0
  606. package/src/bundles/bundled-translations.fr-CA.json +0 -0
  607. package/src/bundles/bundled-translations.fr-FR.json +0 -0
  608. package/src/bundles/bundled-translations.json +0 -0
  609. package/src/bundles/bundled-translations.pt-BR.json +0 -0
  610. package/src/bundles/bundled-translations.pt-PT.json +0 -0
  611. package/src/css/tailwind.css +3 -3
  612. package/src/experiences/clients/brand-crowd-api.client.js +142 -142
  613. package/src/experiences/clients/brand-page-api.client.js +62 -62
  614. package/src/experiences/components/AuthFlow/Auth.fixtures.js +4 -4
  615. package/src/experiences/components/AuthFlow/Auth.stories.js +345 -345
  616. package/src/experiences/components/AuthFlow/AuthCrazyDomains.stories.js +60 -60
  617. package/src/experiences/components/AuthFlow/AuthLegal.vue +108 -108
  618. package/src/experiences/components/AuthFlow/AuthModal.vue +39 -39
  619. package/src/experiences/components/AuthFlow/ForgotPassword.vue +222 -222
  620. package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
  621. package/src/experiences/components/AuthFlow/ResetPassword.vue +179 -179
  622. package/src/experiences/components/AuthFlow/ResetPasswordModal.vue +64 -64
  623. package/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue +56 -56
  624. package/src/experiences/components/AuthFlow/SignIn.vue +472 -472
  625. package/src/experiences/components/AuthFlow/SignUp.vue +278 -278
  626. package/src/experiences/components/AuthFlow/SignUpModal.vue +90 -90
  627. package/src/experiences/components/AuthFlow/SocialSignIn.vue +177 -177
  628. package/src/experiences/components/AuthFlow/SocialSignInButton.vue +74 -74
  629. package/src/experiences/components/AuthFlow/SubmissionButton.vue +56 -56
  630. package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +118 -118
  631. package/src/experiences/components/PaymentConfigList/PaymentConfigDeleteConfigModal.vue +108 -108
  632. package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +175 -175
  633. package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +234 -234
  634. package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +136 -136
  635. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.de-DE.json +11 -11
  636. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.es-ES.json +11 -11
  637. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-CA.json +11 -11
  638. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-FR.json +11 -11
  639. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.json +11 -11
  640. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-BR.json +11 -11
  641. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-PT.json +11 -11
  642. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +119 -119
  643. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +262 -262
  644. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +0 -0
  645. package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
  646. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +26 -26
  647. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +26 -26
  648. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +26 -26
  649. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +26 -26
  650. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +26 -26
  651. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +26 -26
  652. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +26 -26
  653. package/src/experiences/components/PublishBrandPageModal/views/PublishWhenHasDomainsView.vue +0 -0
  654. package/src/experiences/components/PublishBrandPageModal/views/PublishWhenNoDomainsView.vue +0 -0
  655. package/src/experiences/components/PublishBrandPageModal/views/PublishedView.vue +0 -0
  656. package/src/experiences/components/PublishBrandPageModal/views/SetUrlView.vue +0 -0
  657. package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
  658. package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +157 -157
  659. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.de-DE.json +7 -7
  660. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.es-ES.json +7 -7
  661. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-CA.json +7 -7
  662. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-FR.json +7 -7
  663. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.json +7 -7
  664. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-BR.json +7 -7
  665. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-PT.json +7 -7
  666. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
  667. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +128 -128
  668. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.de-DE.json +5 -5
  669. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.es-ES.json +5 -5
  670. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-CA.json +5 -5
  671. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-FR.json +5 -5
  672. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.json +5 -5
  673. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-BR.json +5 -5
  674. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-PT.json +5 -5
  675. package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +222 -222
  676. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.de-DE.json +5 -5
  677. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.es-ES.json +5 -5
  678. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-CA.json +5 -5
  679. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-FR.json +5 -5
  680. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.json +5 -5
  681. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-BR.json +5 -5
  682. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-PT.json +5 -5
  683. package/src/experiences/components/SellDomainNameSearch/SellDomainNameSearch.vue +0 -0
  684. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.de-DE.json +7 -7
  685. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.es-ES.json +7 -7
  686. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-CA.json +7 -7
  687. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-FR.json +7 -7
  688. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.json +7 -7
  689. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-BR.json +7 -7
  690. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-PT.json +7 -7
  691. package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +167 -167
  692. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.de-DE.json +5 -5
  693. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.es-ES.json +5 -5
  694. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-CA.json +5 -5
  695. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-FR.json +5 -5
  696. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.json +5 -5
  697. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-BR.json +5 -5
  698. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-PT.json +5 -5
  699. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
  700. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +223 -223
  701. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
  702. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +155 -155
  703. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.de-DE.json +7 -7
  704. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.es-ES.json +7 -7
  705. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-CA.json +7 -7
  706. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-FR.json +7 -7
  707. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.json +7 -7
  708. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-BR.json +7 -7
  709. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-PT.json +7 -7
  710. package/src/experiences/components/SideNavigationPanel/MenuCta.vue +62 -62
  711. package/src/experiences/components/SideNavigationPanel/MenuItem.vue +40 -40
  712. package/src/experiences/components/SideNavigationPanel/SideNavigationPanel.stories.js +219 -219
  713. package/src/experiences/components/SideNavigationPanel/SideNavigationPanel.vue +48 -48
  714. package/src/experiences/components/SideNavigationPanel/types.ts +7 -7
  715. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +254 -254
  716. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +163 -163
  717. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +59 -59
  718. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +285 -285
  719. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +37 -37
  720. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +338 -338
  721. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +146 -146
  722. package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +473 -473
  723. package/src/experiences/components/UploadYourLogoOnBoarding/LogoKeywords.stories.js +65 -65
  724. package/src/experiences/components/UploadYourLogoOnBoarding/LogoKeywords.vue +156 -156
  725. package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +103 -103
  726. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +75 -75
  727. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +55 -55
  728. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +38 -38
  729. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +109 -109
  730. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +39 -39
  731. package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +363 -363
  732. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.de-DE.json +37 -37
  733. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.es-ES.json +37 -37
  734. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-CA.json +37 -37
  735. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-FR.json +37 -37
  736. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.json +37 -37
  737. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-BR.json +37 -37
  738. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-PT.json +37 -37
  739. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +82 -82
  740. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +211 -211
  741. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.de-DE.json +8 -8
  742. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.es-ES.json +8 -8
  743. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-CA.json +8 -8
  744. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-FR.json +8 -8
  745. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.json +8 -8
  746. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-BR.json +8 -8
  747. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-PT.json +8 -8
  748. package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.stories.js +181 -181
  749. package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue +203 -203
  750. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.de-DE.json +42 -42
  751. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.es-ES.json +42 -42
  752. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-CA.json +42 -42
  753. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-FR.json +42 -42
  754. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.json +42 -42
  755. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-BR.json +42 -42
  756. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-PT.json +42 -42
  757. package/src/experiences/constants/api.js +9 -9
  758. package/src/experiences/constants/error-constants.js +5 -5
  759. package/src/experiences/constants/event-constants.js +18 -18
  760. package/src/experiences/constants/partner-dictionary-constants.js +27 -27
  761. package/src/experiences/constants/rego-source-constants.js +3 -3
  762. package/src/experiences/constants/sell-domain-name-constants.js +4 -4
  763. package/src/experiences/helpers/email-validator.js +5 -5
  764. package/src/experiences/helpers/hex-diff.js +116 -116
  765. package/src/experiences/helpers/tracking.js +5 -5
  766. package/src/experiences/mixins/mediaQueryMixin.js +31 -31
  767. package/src/experiences/mixins/themeMixin.js +22 -22
  768. package/src/experiences/models/websiteContextualModel.ts +11 -11
  769. package/src/themes/base.js +20 -20
  770. package/src/themes/bc.js +95 -95
  771. package/src/themes/bp.js +21 -21
  772. package/src/themes/cd.js +94 -94
  773. package/src/themes/dc.js +84 -84
  774. package/src/themes/dcom.js +106 -106
  775. package/src/themes/themes.js +16 -16
  776. package/src/useSharedLibTranslate.js +131 -131
  777. package/src/viewports.js +51 -51
  778. package/storybook-static/favicon.ico +0 -0
  779. package/stylelint.config.js +19 -19
  780. package/tailwind.build.js +83 -83
  781. package/tailwind.config.js +36 -36
  782. package/tailwind.themes.js +59 -59
  783. package/vite.config.ts +37 -37
  784. package/.claude/settings.local.json +0 -9
@@ -1,7 +1,7 @@
1
- <template>
2
- <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
- <rect x="36" y="1" width="22" height="4" rx="2" />
4
- <rect x="19" y="10" width="56" height="4" rx="2" />
5
- <rect x="32.5" y="19" width="29" height="4" rx="2" />
6
- </svg>
7
- </template>
1
+ <template>
2
+ <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
+ <rect x="36" y="1" width="22" height="4" rx="2" />
4
+ <rect x="19" y="10" width="56" height="4" rx="2" />
5
+ <rect x="32.5" y="19" width="29" height="4" rx="2" />
6
+ </svg>
7
+ </template>
@@ -1,7 +1,7 @@
1
- <template>
2
- <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
- <rect x="5" y="9" width="20" height="6" rx="3" />
4
- <rect x="37" y="9" width="20" height="6" rx="3" />
5
- <rect x="69" y="9" width="20" height="6" rx="3" />
6
- </svg>
7
- </template>
1
+ <template>
2
+ <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
+ <rect x="5" y="9" width="20" height="6" rx="3" />
4
+ <rect x="37" y="9" width="20" height="6" rx="3" />
5
+ <rect x="69" y="9" width="20" height="6" rx="3" />
6
+ </svg>
7
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <path
3
- d="M 10.34 15.818 L 7.228 8.837 L 0.228 5.731 L 14.514 0.744 C 14.526 0.74 14.537 0.738 14.548 0.733 L 15.783 0.302 L 15.351 1.535 C 15.347 1.545 15.343 1.557 15.34 1.567 L 10.34 15.818 Z M 3.694 5.874 L 7.57 7.595 L 12.31 2.864 L 3.694 5.874 Z M 10.197 12.36 L 13.215 3.766 L 8.473 8.496 L 10.197 12.36 Z"
4
- fill-rule="nonzero"
5
- />
6
- </template>
1
+ <template>
2
+ <path
3
+ d="M 10.34 15.818 L 7.228 8.837 L 0.228 5.731 L 14.514 0.744 C 14.526 0.74 14.537 0.738 14.548 0.733 L 15.783 0.302 L 15.351 1.535 C 15.347 1.545 15.343 1.557 15.34 1.567 L 10.34 15.818 Z M 3.694 5.874 L 7.57 7.595 L 12.31 2.864 L 3.694 5.874 Z M 10.197 12.36 L 13.215 3.766 L 8.473 8.496 L 10.197 12.36 Z"
4
+ fill-rule="nonzero"
5
+ />
6
+ </template>
@@ -1,5 +1,5 @@
1
- <template>
2
- <path
3
- d="M9.125 4.71875C9.125 4.90104 9.1888 5.05599 9.31641 5.18359C9.44401 5.3112 9.59896 5.375 9.78125 5.375H13.5V14.3438C13.5 14.526 13.4362 14.681 13.3086 14.8086C13.181 14.9362 13.026 15 12.8438 15H3.65625C3.47396 15 3.31901 14.9362 3.19141 14.8086C3.0638 14.681 3 14.526 3 14.3438V1.65625C3 1.47396 3.0638 1.31901 3.19141 1.19141C3.31901 1.0638 3.47396 1 3.65625 1H9.125V4.71875ZM10.875 11.1719V10.9531C10.875 10.7344 10.7656 10.625 10.5469 10.625H5.95312C5.73438 10.625 5.625 10.7344 5.625 10.9531V11.1719C5.625 11.3906 5.73438 11.5 5.95312 11.5H10.5469C10.7656 11.5 10.875 11.3906 10.875 11.1719ZM10.875 9.42188V9.20312C10.875 8.98437 10.7656 8.875 10.5469 8.875H5.95312C5.73438 8.875 5.625 8.98437 5.625 9.20312V9.42188C5.625 9.64062 5.73438 9.75 5.95312 9.75H10.5469C10.7656 9.75 10.875 9.64062 10.875 9.42188ZM10.875 7.45312C10.875 7.23438 10.7656 7.125 10.5469 7.125H5.95312C5.73438 7.125 5.625 7.23438 5.625 7.45312V7.67188C5.625 7.89062 5.73438 8 5.95312 8H10.5469C10.7656 8 10.875 7.89062 10.875 7.67188V7.45312ZM13.5 4.33594V4.5H10V1H10.1641C10.3464 1 10.5013 1.0638 10.6289 1.19141L13.3086 3.87109C13.4362 3.9987 13.5 4.15365 13.5 4.33594Z"
4
- />
5
- </template>
1
+ <template>
2
+ <path
3
+ d="M9.125 4.71875C9.125 4.90104 9.1888 5.05599 9.31641 5.18359C9.44401 5.3112 9.59896 5.375 9.78125 5.375H13.5V14.3438C13.5 14.526 13.4362 14.681 13.3086 14.8086C13.181 14.9362 13.026 15 12.8438 15H3.65625C3.47396 15 3.31901 14.9362 3.19141 14.8086C3.0638 14.681 3 14.526 3 14.3438V1.65625C3 1.47396 3.0638 1.31901 3.19141 1.19141C3.31901 1.0638 3.47396 1 3.65625 1H9.125V4.71875ZM10.875 11.1719V10.9531C10.875 10.7344 10.7656 10.625 10.5469 10.625H5.95312C5.73438 10.625 5.625 10.7344 5.625 10.9531V11.1719C5.625 11.3906 5.73438 11.5 5.95312 11.5H10.5469C10.7656 11.5 10.875 11.3906 10.875 11.1719ZM10.875 9.42188V9.20312C10.875 8.98437 10.7656 8.875 10.5469 8.875H5.95312C5.73438 8.875 5.625 8.98437 5.625 9.20312V9.42188C5.625 9.64062 5.73438 9.75 5.95312 9.75H10.5469C10.7656 9.75 10.875 9.64062 10.875 9.42188ZM10.875 7.45312C10.875 7.23438 10.7656 7.125 10.5469 7.125H5.95312C5.73438 7.125 5.625 7.23438 5.625 7.45312V7.67188C5.625 7.89062 5.73438 8 5.95312 8H10.5469C10.7656 8 10.875 7.89062 10.875 7.67188V7.45312ZM13.5 4.33594V4.5H10V1H10.1641C10.3464 1 10.5013 1.0638 10.6289 1.19141L13.3086 3.87109C13.4362 3.9987 13.5 4.15365 13.5 4.33594Z"
4
+ />
5
+ </template>
@@ -1,5 +1,5 @@
1
- <template>
2
- <path
3
- d="M9.745 6.5803a.685.685 0 01-.174-.1265l.0645.0553-.0645-.0552a.6874.6874 0 01-.1124-.1475.6894.6894 0 01-.089-.3437l.0325-4.2537c.003-.3774.3099-.6817.6886-.6817.3823.003.6883.312.6856.6923l-.0188 2.5775 3.0671-3.0685a.6853.6853 0 01.3784-.193l.1074-.0083a.6852.6852 0 01.4857.2012.6868.6868 0 010 .9717l-3.0676 3.069 2.5783-.0207c.311 0 .5734.2032.6602.4842l.0223.0964.0082.1011a.6871.6871 0 01-.682.6924l-4.2588.0325a.687.687 0 01-.3074-.0724zM9.745 9.4748a.685.685 0 00-.174.1265l.0645-.0553-.0645.0552a.6874.6874 0 00-.1124.1475.6894.6894 0 00-.089.3437l.0325 4.2537c.003.3774.3099.6817.6886.6817.3823-.003.6883-.312.6856-.6923l-.0188-2.5775 3.0671 3.0685a.6853.6853 0 00.3784.193l.1074.0083a.6852.6852 0 00.4857-.2012.6868.6868 0 000-.9717l-3.0676-3.0689 2.5783.0206a.6894.6894 0 00.6602-.4842l.0223-.0964.0082-.1011a.6871.6871 0 00-.682-.6924L10.0567 9.4a.687.687 0 00-.3074.0724zM6.2525 6.5803a.685.685 0 00.174-.1265l-.0645.0553.0645-.0552a.6874.6874 0 00.1125-.1475.6894.6894 0 00.0889-.3437L6.5954 1.709c-.003-.3774-.3099-.6817-.6886-.6817-.3823.003-.6883.312-.6855.6923L5.24 4.2971 2.173 1.2286a.6853.6853 0 00-.3785-.193l-.1074-.0083a.6852.6852 0 00-.4857.2012.6868.6868 0 000 .9717l3.0676 3.069-2.5783-.0207a.6894.6894 0 00-.6602.4842l-.0223.0964L1 5.9302a.6871.6871 0 00.682.6924l4.2588.0325a.687.687 0 00.3074-.0724zM6.2525 9.4748a.685.685 0 01.174.1265L6.362 9.546l.0645.0552a.6874.6874 0 01.1125.1475.6894.6894 0 01.0889.3437l-.0325 4.2537c-.003.3774-.3099.6817-.6886.6817-.3823-.003-.6883-.312-.6855-.6923L5.24 11.758l-3.067 3.0685a.6853.6853 0 01-.3785.193l-.1074.0083a.6852.6852 0 01-.4857-.2012.6868.6868 0 010-.9717L4.269 10.786l-2.5783.0206a.6894.6894 0 01-.6602-.4842l-.0223-.0964L1 10.1249a.6871.6871 0 01.682-.6924L5.9408 9.4a.687.687 0 01.3074.0724z"
4
- />
5
- </template>
1
+ <template>
2
+ <path
3
+ d="M9.745 6.5803a.685.685 0 01-.174-.1265l.0645.0553-.0645-.0552a.6874.6874 0 01-.1124-.1475.6894.6894 0 01-.089-.3437l.0325-4.2537c.003-.3774.3099-.6817.6886-.6817.3823.003.6883.312.6856.6923l-.0188 2.5775 3.0671-3.0685a.6853.6853 0 01.3784-.193l.1074-.0083a.6852.6852 0 01.4857.2012.6868.6868 0 010 .9717l-3.0676 3.069 2.5783-.0207c.311 0 .5734.2032.6602.4842l.0223.0964.0082.1011a.6871.6871 0 01-.682.6924l-4.2588.0325a.687.687 0 01-.3074-.0724zM9.745 9.4748a.685.685 0 00-.174.1265l.0645-.0553-.0645.0552a.6874.6874 0 00-.1124.1475.6894.6894 0 00-.089.3437l.0325 4.2537c.003.3774.3099.6817.6886.6817.3823-.003.6883-.312.6856-.6923l-.0188-2.5775 3.0671 3.0685a.6853.6853 0 00.3784.193l.1074.0083a.6852.6852 0 00.4857-.2012.6868.6868 0 000-.9717l-3.0676-3.0689 2.5783.0206a.6894.6894 0 00.6602-.4842l.0223-.0964.0082-.1011a.6871.6871 0 00-.682-.6924L10.0567 9.4a.687.687 0 00-.3074.0724zM6.2525 6.5803a.685.685 0 00.174-.1265l-.0645.0553.0645-.0552a.6874.6874 0 00.1125-.1475.6894.6894 0 00.0889-.3437L6.5954 1.709c-.003-.3774-.3099-.6817-.6886-.6817-.3823.003-.6883.312-.6855.6923L5.24 4.2971 2.173 1.2286a.6853.6853 0 00-.3785-.193l-.1074-.0083a.6852.6852 0 00-.4857.2012.6868.6868 0 000 .9717l3.0676 3.069-2.5783-.0207a.6894.6894 0 00-.6602.4842l-.0223.0964L1 5.9302a.6871.6871 0 00.682.6924l4.2588.0325a.687.687 0 00.3074-.0724zM6.2525 9.4748a.685.685 0 01.174.1265L6.362 9.546l.0645.0552a.6874.6874 0 01.1125.1475.6894.6894 0 01.0889.3437l-.0325 4.2537c-.003.3774-.3099.6817-.6886.6817-.3823-.003-.6883-.312-.6855-.6923L5.24 11.758l-3.067 3.0685a.6853.6853 0 01-.3785.193l-.1074.0083a.6852.6852 0 01-.4857-.2012.6868.6868 0 010-.9717L4.269 10.786l-2.5783.0206a.6894.6894 0 01-.6602-.4842l-.0223-.0964L1 10.1249a.6871.6871 0 01.682-.6924L5.9408 9.4a.687.687 0 01.3074.0724z"
4
+ />
5
+ </template>
@@ -1,5 +1,5 @@
1
- <template>
2
- <path
3
- d="M14.6221 1.102a.685.685 0 01.1741.1266l-.0646-.0553.0645.0552a.6874.6874 0 01.1125.1475.6894.6894 0 01.0889.3436l-.0325 4.2538c-.003.3774-.3099.6817-.6886.6817-.3822-.003-.6883-.312-.6855-.6923l.0187-2.5775-3.067 3.0685a.6853.6853 0 01-.3784.1929l-.1075.0084a.6852.6852 0 01-.4857-.2012.6868.6868 0 010-.9717l3.0676-3.069-2.5783.0207a.6894.6894 0 01-.6602-.4842l-.0222-.0964-.0083-.1012a.6871.6871 0 01.682-.6923l4.2588-.0325a.687.687 0 01.3074.0724zM14.6221 14.953a.685.685 0 00.1741-.1265l-.0646.0553.0645-.0552a.6874.6874 0 00.1125-.1475.6894.6894 0 00.0889-.3436l-.0325-4.2537c-.003-.3775-.3099-.6818-.6886-.6818-.3822.003-.6883.312-.6855.6923l.0187 2.5775-3.067-3.0685a.6853.6853 0 00-.3784-.1929L10.0567 9.4a.6852.6852 0 00-.4857.2012.6868.6868 0 000 .9717l3.0676 3.069-2.5783-.0207a.6894.6894 0 00-.6602.4842l-.0222.0964-.0083.1012a.6871.6871 0 00.682.6923l4.2588.0325a.687.687 0 00.3074-.0724zM1.3754 1.102a.685.685 0 00-.174.1266l.0645-.0553-.0645.0552a.6874.6874 0 00-.1125.1475A.6894.6894 0 001 1.7196l.0325 4.2538c.003.3774.3099.6817.6886.6817.3823-.003.6883-.312.6856-.6923l-.0188-2.5775 3.067 3.0685a.6853.6853 0 00.3785.1929l.1074.0084a.6852.6852 0 00.4857-.2012.6868.6868 0 000-.9717l-3.0676-3.069 2.5783.0207a.6894.6894 0 00.6602-.4842l.0223-.0964.0082-.1012a.6871.6871 0 00-.682-.6923L1.687 1.0273a.687.687 0 00-.3074.0724zM1.3754 14.953a.685.685 0 01-.174-.1265l.0645.0553-.0645-.0552a.6874.6874 0 01-.1125-.1475A.6894.6894 0 011 14.3355l.0325-4.2537c.003-.3775.3099-.6818.6886-.6818.3823.003.6883.312.6856.6923l-.0188 2.5775 3.067-3.0685a.6853.6853 0 01.3785-.1929L5.9408 9.4a.6852.6852 0 01.4857.2012.6868.6868 0 010 .9717l-3.0676 3.069 2.5783-.0207c.311 0 .5734.2032.6602.4842l.0223.0964.0082.1012a.6871.6871 0 01-.682.6923l-4.2588.0325a.687.687 0 01-.3074-.0724z"
4
- />
5
- </template>
1
+ <template>
2
+ <path
3
+ d="M14.6221 1.102a.685.685 0 01.1741.1266l-.0646-.0553.0645.0552a.6874.6874 0 01.1125.1475.6894.6894 0 01.0889.3436l-.0325 4.2538c-.003.3774-.3099.6817-.6886.6817-.3822-.003-.6883-.312-.6855-.6923l.0187-2.5775-3.067 3.0685a.6853.6853 0 01-.3784.1929l-.1075.0084a.6852.6852 0 01-.4857-.2012.6868.6868 0 010-.9717l3.0676-3.069-2.5783.0207a.6894.6894 0 01-.6602-.4842l-.0222-.0964-.0083-.1012a.6871.6871 0 01.682-.6923l4.2588-.0325a.687.687 0 01.3074.0724zM14.6221 14.953a.685.685 0 00.1741-.1265l-.0646.0553.0645-.0552a.6874.6874 0 00.1125-.1475.6894.6894 0 00.0889-.3436l-.0325-4.2537c-.003-.3775-.3099-.6818-.6886-.6818-.3822.003-.6883.312-.6855.6923l.0187 2.5775-3.067-3.0685a.6853.6853 0 00-.3784-.1929L10.0567 9.4a.6852.6852 0 00-.4857.2012.6868.6868 0 000 .9717l3.0676 3.069-2.5783-.0207a.6894.6894 0 00-.6602.4842l-.0222.0964-.0083.1012a.6871.6871 0 00.682.6923l4.2588.0325a.687.687 0 00.3074-.0724zM1.3754 1.102a.685.685 0 00-.174.1266l.0645-.0553-.0645.0552a.6874.6874 0 00-.1125.1475A.6894.6894 0 001 1.7196l.0325 4.2538c.003.3774.3099.6817.6886.6817.3823-.003.6883-.312.6856-.6923l-.0188-2.5775 3.067 3.0685a.6853.6853 0 00.3785.1929l.1074.0084a.6852.6852 0 00.4857-.2012.6868.6868 0 000-.9717l-3.0676-3.069 2.5783.0207a.6894.6894 0 00.6602-.4842l.0223-.0964.0082-.1012a.6871.6871 0 00-.682-.6923L1.687 1.0273a.687.687 0 00-.3074.0724zM1.3754 14.953a.685.685 0 01-.174-.1265l.0645.0553-.0645-.0552a.6874.6874 0 01-.1125-.1475A.6894.6894 0 011 14.3355l.0325-4.2537c.003-.3775.3099-.6818.6886-.6818.3823.003.6883.312.6856.6923l-.0188 2.5775 3.067-3.0685a.6853.6853 0 01.3785-.1929L5.9408 9.4a.6852.6852 0 01.4857.2012.6868.6868 0 010 .9717l-3.0676 3.069 2.5783-.0207c.311 0 .5734.2032.6602.4842l.0223.0964.0082.1012a.6871.6871 0 01-.682.6923l-4.2588.0325a.687.687 0 01-.3074-.0724z"
4
+ />
5
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <path
3
- d="M8 15c1.9382 0 3.5894-.6821 4.9536-2.0464C14.318 11.5894 15 9.9382 15 8c0-1.9382-.6821-3.5894-2.0464-4.9536C11.5894 1.682 9.9382 1 8 1c-1.9382 0-3.594.6868-4.9677 2.0605C1.6774 4.4153 1 6.0618 1 8c0 1.9382.6821 3.5894 2.0464 4.9536C4.4106 14.318 6.0618 15 8 15zm1.7782-9.4839H6.2218c.1881-.9408.461-1.703.8185-2.2863.3575-.5833.6774-.875.9597-.875s.6022.2917.9597.875c.3575.5834.6304 1.3455.8185 2.2863zm3.2742 0h-1.8911c-.1882-1.035-.4798-1.9287-.875-2.6814 1.242.5645 2.164 1.4583 2.7661 2.6814zm-8.2137 0H2.9476c.6021-1.223 1.5242-2.117 2.7661-2.6814-.3952.7527-.6868 1.6465-.875 2.6814zm-.1693 3.613H2.4677A5.744 5.744 0 012.3548 8c0-.3763.0377-.7527.113-1.129h2.2016c-.0377.414-.0565.7903-.0565 1.129s.0188.715.0565 1.129zm5.3064 0H6.0242C5.9866 8.715 5.9677 8.3386 5.9677 8s.0189-.715.0565-1.129h3.9516c.0376.414.0565.7903.0565 1.129 0 .3199-.0189.6962-.0565 1.129zm3.5565 0h-2.2017c.0377-.414.0565-.7904.0565-1.1291s-.0188-.715-.0565-1.129h2.2017A5.744 5.744 0 0113.6452 8a5.744 5.744 0 01-.113 1.129zm-7.8186 4.0362a6.1783 6.1783 0 01-1.623-1.1008c-.4798-.4516-.8609-.9785-1.1431-1.5806h1.8911c.1882 1.035.4798 1.9287.875 2.6814zM8 13.6452c-.2823 0-.6022-.2917-.9597-.875-.3575-.5834-.6304-1.3455-.8185-2.2863h3.5564c-.1881.9408-.461 1.703-.8185 2.2863-.3575.5833-.6774.875-.9597.875zm2.2863-.4799c.3952-.7527.6868-1.6465.875-2.6814h1.8911c-.6021 1.223-1.5242 2.117-2.7661 2.6814z"
4
- fill-rule="nonzero"
5
- />
6
- </template>
1
+ <template>
2
+ <path
3
+ d="M8 15c1.9382 0 3.5894-.6821 4.9536-2.0464C14.318 11.5894 15 9.9382 15 8c0-1.9382-.6821-3.5894-2.0464-4.9536C11.5894 1.682 9.9382 1 8 1c-1.9382 0-3.594.6868-4.9677 2.0605C1.6774 4.4153 1 6.0618 1 8c0 1.9382.6821 3.5894 2.0464 4.9536C4.4106 14.318 6.0618 15 8 15zm1.7782-9.4839H6.2218c.1881-.9408.461-1.703.8185-2.2863.3575-.5833.6774-.875.9597-.875s.6022.2917.9597.875c.3575.5834.6304 1.3455.8185 2.2863zm3.2742 0h-1.8911c-.1882-1.035-.4798-1.9287-.875-2.6814 1.242.5645 2.164 1.4583 2.7661 2.6814zm-8.2137 0H2.9476c.6021-1.223 1.5242-2.117 2.7661-2.6814-.3952.7527-.6868 1.6465-.875 2.6814zm-.1693 3.613H2.4677A5.744 5.744 0 012.3548 8c0-.3763.0377-.7527.113-1.129h2.2016c-.0377.414-.0565.7903-.0565 1.129s.0188.715.0565 1.129zm5.3064 0H6.0242C5.9866 8.715 5.9677 8.3386 5.9677 8s.0189-.715.0565-1.129h3.9516c.0376.414.0565.7903.0565 1.129 0 .3199-.0189.6962-.0565 1.129zm3.5565 0h-2.2017c.0377-.414.0565-.7904.0565-1.1291s-.0188-.715-.0565-1.129h2.2017A5.744 5.744 0 0113.6452 8a5.744 5.744 0 01-.113 1.129zm-7.8186 4.0362a6.1783 6.1783 0 01-1.623-1.1008c-.4798-.4516-.8609-.9785-1.1431-1.5806h1.8911c.1882 1.035.4798 1.9287.875 2.6814zM8 13.6452c-.2823 0-.6022-.2917-.9597-.875-.3575-.5834-.6304-1.3455-.8185-2.2863h3.5564c-.1881.9408-.461 1.703-.8185 2.2863-.3575.5833-.6774.875-.9597.875zm2.2863-.4799c.3952-.7527.6868-1.6465.875-2.6814h1.8911c-.6021 1.223-1.5242 2.117-2.7661 2.6814z"
4
+ fill-rule="nonzero"
5
+ />
6
+ </template>
@@ -1,5 +1,5 @@
1
- <template>
2
- <path
3
- d="M 11.82037,0.61745166 C 10.450155,-0.28175202 8.6089283,-0.06765591 6.9389786,0.96000544 5.3118482,-0.06765591 3.4706216,-0.28175202 2.0575873,0.61745166 -0.12619305,1.9876668 -0.42592761,5.5416622 1.4581181,8.5390082 2.8711525,10.765607 5.0121137,12.093004 6.9389786,12.050184 8.8658436,12.093001 11.049624,10.765607 12.41984,8.5390082 14.303885,5.5416622 14.04697,1.9876668 11.82037,0.61745166 Z M 2.4857795,7.9395389 C 2.1004065,7.2972505 1.800672,6.6549621 1.629395,5.9270353 1.4581181,5.3275662 1.3724797,4.6852778 1.415299,4.0429895 1.5009374,2.9725089 1.9719488,2.0733053 2.6998756,1.6451131 3.4278024,1.1741016 4.4126446,1.1312824 5.4403059,1.5594746 5.6115828,1.6022937 5.7828597,1.6879322 5.9113173,1.7735707 5.3546675,2.2874014 4.8408367,2.8868705 4.4126446,3.571978 3.2993447,5.3703854 2.9139717,7.4257082 3.342164,9.0528377 2.9996102,8.7102846 2.7426948,8.3249118 2.4857795,7.9395389 Z M 12.291382,5.9270353 C 12.077286,6.6549621 11.82037,7.2972505 11.434997,7.9395389 11.178082,8.3249118 10.878348,8.7102846 10.578613,9.0528377 10.921166,7.596985 10.664247,5.7985776 9.807867,4.128628 L 9.6794097,4.0001703 c -0.085643,0 -0.1284582,0 -0.1712779,0.04282 l -2.74043,1.7127685 c -0.04282,0.04282 -0.085638,0.085638 -0.085638,0.1284576 -0.04282,0.04282 0,0.1284577 0,0.1712768 l 0.4281923,0.6422885 c 0,0.04282 0.085638,0.085638 0.1284576,0.085638 0.04282,0.04282 0.1284577,0 0.1712769,0 L 9.1655779,5.67012 c 0.042817,0.1712769 0.1284582,0.3425538 0.1712779,0.5138306 0.171276,0.5994691 0.2140957,1.2417576 0.171276,1.8412266 C 9.4224978,9.1384771 8.9943009,10.037681 8.2235554,10.465872 7.8810015,10.722788 7.4099901,10.851245 6.981798,10.851245 h -0.04282 v 0 c -0.4710115,0 -0.8992037,-0.128457 -1.2845767,-0.385373 C 4.9264752,10.037681 4.4554637,9.1384771 4.3698254,8.0251772 4.3270061,7.4257082 4.4126446,6.7834197 4.5839214,6.1839506 4.9692944,4.7709163 5.7400405,3.4863397 6.8533402,2.5443168 7.3243517,2.1161245 7.8810015,1.7735707 8.4376515,1.5594746 9.465313,1.1312824 10.450155,1.1741016 11.178082,1.6451131 c 0.770746,0.4281922 1.198938,1.2845766 1.284576,2.3978764 0.04282,0.6422883 0,1.2845767 -0.171276,1.8840458 z"
4
- />
5
- </template>
1
+ <template>
2
+ <path
3
+ d="M 11.82037,0.61745166 C 10.450155,-0.28175202 8.6089283,-0.06765591 6.9389786,0.96000544 5.3118482,-0.06765591 3.4706216,-0.28175202 2.0575873,0.61745166 -0.12619305,1.9876668 -0.42592761,5.5416622 1.4581181,8.5390082 2.8711525,10.765607 5.0121137,12.093004 6.9389786,12.050184 8.8658436,12.093001 11.049624,10.765607 12.41984,8.5390082 14.303885,5.5416622 14.04697,1.9876668 11.82037,0.61745166 Z M 2.4857795,7.9395389 C 2.1004065,7.2972505 1.800672,6.6549621 1.629395,5.9270353 1.4581181,5.3275662 1.3724797,4.6852778 1.415299,4.0429895 1.5009374,2.9725089 1.9719488,2.0733053 2.6998756,1.6451131 3.4278024,1.1741016 4.4126446,1.1312824 5.4403059,1.5594746 5.6115828,1.6022937 5.7828597,1.6879322 5.9113173,1.7735707 5.3546675,2.2874014 4.8408367,2.8868705 4.4126446,3.571978 3.2993447,5.3703854 2.9139717,7.4257082 3.342164,9.0528377 2.9996102,8.7102846 2.7426948,8.3249118 2.4857795,7.9395389 Z M 12.291382,5.9270353 C 12.077286,6.6549621 11.82037,7.2972505 11.434997,7.9395389 11.178082,8.3249118 10.878348,8.7102846 10.578613,9.0528377 10.921166,7.596985 10.664247,5.7985776 9.807867,4.128628 L 9.6794097,4.0001703 c -0.085643,0 -0.1284582,0 -0.1712779,0.04282 l -2.74043,1.7127685 c -0.04282,0.04282 -0.085638,0.085638 -0.085638,0.1284576 -0.04282,0.04282 0,0.1284577 0,0.1712768 l 0.4281923,0.6422885 c 0,0.04282 0.085638,0.085638 0.1284576,0.085638 0.04282,0.04282 0.1284577,0 0.1712769,0 L 9.1655779,5.67012 c 0.042817,0.1712769 0.1284582,0.3425538 0.1712779,0.5138306 0.171276,0.5994691 0.2140957,1.2417576 0.171276,1.8412266 C 9.4224978,9.1384771 8.9943009,10.037681 8.2235554,10.465872 7.8810015,10.722788 7.4099901,10.851245 6.981798,10.851245 h -0.04282 v 0 c -0.4710115,0 -0.8992037,-0.128457 -1.2845767,-0.385373 C 4.9264752,10.037681 4.4554637,9.1384771 4.3698254,8.0251772 4.3270061,7.4257082 4.4126446,6.7834197 4.5839214,6.1839506 4.9692944,4.7709163 5.7400405,3.4863397 6.8533402,2.5443168 7.3243517,2.1161245 7.8810015,1.7735707 8.4376515,1.5594746 9.465313,1.1312824 10.450155,1.1741016 11.178082,1.6451131 c 0.770746,0.4281922 1.198938,1.2845766 1.284576,2.3978764 0.04282,0.6422883 0,1.2845767 -0.171276,1.8840458 z"
4
+ />
5
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <path
3
- d="M3.08437 3.86161C2.80729 4.14435 2.47917 4.28571 2.1 4.28571C1.72083 4.28571 1.39271 4.14435 1.11563 3.86161C0.838542 3.57887 0.7 3.24405 0.7 2.85714C0.7 2.47024 0.838542 2.13542 1.11563 1.85268C1.39271 1.56994 1.72083 1.42857 2.1 1.42857C2.47917 1.42857 2.80729 1.56994 3.08437 1.85268C3.36146 2.13542 3.5 2.47024 3.5 2.85714C3.5 3.24405 3.36146 3.57887 3.08437 3.86161ZM12.8844 3.86161C12.6073 4.14435 12.2792 4.28571 11.9 4.28571C11.5208 4.28571 11.1927 4.14435 10.9156 3.86161C10.6385 3.57887 10.5 3.24405 10.5 2.85714C10.5 2.47024 10.6385 2.13542 10.9156 1.85268C11.1927 1.56994 11.5208 1.42857 11.9 1.42857C12.2792 1.42857 12.6073 1.56994 12.8844 1.85268C13.1615 2.13542 13.3 2.47024 13.3 2.85714C13.3 3.24405 13.1615 3.57887 12.8844 3.86161ZM12.6 5C12.9792 5 13.3073 5.14137 13.5844 5.42411C13.8615 5.70685 14 6.04167 14 6.42857V7.14286C14 7.33631 13.9271 7.50744 13.7812 7.65625C13.65 7.79018 13.4896 7.85714 13.3 7.85714H11.8562C11.8125 7.51488 11.7177 7.1875 11.5719 6.875C11.426 6.5625 11.2365 6.2872 11.0031 6.04911C10.7698 5.79613 10.5073 5.5878 10.2156 5.42411C10.4927 5.14137 10.8208 5 11.2 5H12.6ZM8.72812 4.26339C8.24687 4.75446 7.67083 5 7 5C6.32917 5 5.75313 4.75446 5.27187 4.26339C4.79063 3.77232 4.55 3.18452 4.55 2.5C4.55 1.81548 4.79063 1.22768 5.27187 0.736607C5.75313 0.245536 6.32917 0 7 0C7.67083 0 8.24687 0.245536 8.72812 0.736607C9.20938 1.22768 9.45 1.81548 9.45 2.5C9.45 3.18452 9.20938 3.77232 8.72812 4.26339ZM8.68437 5.71429C9.38437 5.71429 9.975 5.96726 10.4563 6.47321C10.9521 6.96429 11.2 7.56696 11.2 8.28125V8.92857C11.2 9.22619 11.0979 9.47917 10.8938 9.6875C10.6896 9.89583 10.4417 10 10.15 10H3.85C3.55833 10 3.31042 9.89583 3.10625 9.6875C2.90208 9.47917 2.8 9.22619 2.8 8.92857V8.28125C2.8 7.56696 3.04063 6.96429 3.52187 6.47321C4.01771 5.96726 4.61562 5.71429 5.31563 5.71429H5.5125C5.99375 5.95238 6.48958 6.07143 7 6.07143C7.51042 6.07143 8.00625 5.95238 8.4875 5.71429H8.68437ZM3.78437 5.42411C3.34687 5.6622 2.98229 5.99702 2.69062 6.42857C2.39896 6.86012 2.21667 7.33631 2.14375 7.85714H0.7C0.510417 7.85714 0.342708 7.79018 0.196875 7.65625C0.065625 7.50744 0 7.33631 0 7.14286V6.42857C0 6.04167 0.138542 5.70685 0.415625 5.42411C0.692708 5.14137 1.02083 5 1.4 5H2.8C3.17917 5 3.50729 5.14137 3.78437 5.42411Z"
4
- fill="#3D3D3D"
5
- />
6
- </template>
1
+ <template>
2
+ <path
3
+ d="M3.08437 3.86161C2.80729 4.14435 2.47917 4.28571 2.1 4.28571C1.72083 4.28571 1.39271 4.14435 1.11563 3.86161C0.838542 3.57887 0.7 3.24405 0.7 2.85714C0.7 2.47024 0.838542 2.13542 1.11563 1.85268C1.39271 1.56994 1.72083 1.42857 2.1 1.42857C2.47917 1.42857 2.80729 1.56994 3.08437 1.85268C3.36146 2.13542 3.5 2.47024 3.5 2.85714C3.5 3.24405 3.36146 3.57887 3.08437 3.86161ZM12.8844 3.86161C12.6073 4.14435 12.2792 4.28571 11.9 4.28571C11.5208 4.28571 11.1927 4.14435 10.9156 3.86161C10.6385 3.57887 10.5 3.24405 10.5 2.85714C10.5 2.47024 10.6385 2.13542 10.9156 1.85268C11.1927 1.56994 11.5208 1.42857 11.9 1.42857C12.2792 1.42857 12.6073 1.56994 12.8844 1.85268C13.1615 2.13542 13.3 2.47024 13.3 2.85714C13.3 3.24405 13.1615 3.57887 12.8844 3.86161ZM12.6 5C12.9792 5 13.3073 5.14137 13.5844 5.42411C13.8615 5.70685 14 6.04167 14 6.42857V7.14286C14 7.33631 13.9271 7.50744 13.7812 7.65625C13.65 7.79018 13.4896 7.85714 13.3 7.85714H11.8562C11.8125 7.51488 11.7177 7.1875 11.5719 6.875C11.426 6.5625 11.2365 6.2872 11.0031 6.04911C10.7698 5.79613 10.5073 5.5878 10.2156 5.42411C10.4927 5.14137 10.8208 5 11.2 5H12.6ZM8.72812 4.26339C8.24687 4.75446 7.67083 5 7 5C6.32917 5 5.75313 4.75446 5.27187 4.26339C4.79063 3.77232 4.55 3.18452 4.55 2.5C4.55 1.81548 4.79063 1.22768 5.27187 0.736607C5.75313 0.245536 6.32917 0 7 0C7.67083 0 8.24687 0.245536 8.72812 0.736607C9.20938 1.22768 9.45 1.81548 9.45 2.5C9.45 3.18452 9.20938 3.77232 8.72812 4.26339ZM8.68437 5.71429C9.38437 5.71429 9.975 5.96726 10.4563 6.47321C10.9521 6.96429 11.2 7.56696 11.2 8.28125V8.92857C11.2 9.22619 11.0979 9.47917 10.8938 9.6875C10.6896 9.89583 10.4417 10 10.15 10H3.85C3.55833 10 3.31042 9.89583 3.10625 9.6875C2.90208 9.47917 2.8 9.22619 2.8 8.92857V8.28125C2.8 7.56696 3.04063 6.96429 3.52187 6.47321C4.01771 5.96726 4.61562 5.71429 5.31563 5.71429H5.5125C5.99375 5.95238 6.48958 6.07143 7 6.07143C7.51042 6.07143 8.00625 5.95238 8.4875 5.71429H8.68437ZM3.78437 5.42411C3.34687 5.6622 2.98229 5.99702 2.69062 6.42857C2.39896 6.86012 2.21667 7.33631 2.14375 7.85714H0.7C0.510417 7.85714 0.342708 7.79018 0.196875 7.65625C0.065625 7.50744 0 7.33631 0 7.14286V6.42857C0 6.04167 0.138542 5.70685 0.415625 5.42411C0.692708 5.14137 1.02083 5 1.4 5H2.8C3.17917 5 3.50729 5.14137 3.78437 5.42411Z"
4
+ fill="#3D3D3D"
5
+ />
6
+ </template>
File without changes
File without changes
File without changes
File without changes
@@ -1,7 +1,7 @@
1
- <template>
2
- <g transform="translate(1 2)" fill-rule="nonzero">
3
- <rect width="14" height="2.4" rx="1.2" />
4
- <rect y="4.8" width="14" height="2.4" rx="1.2" />
5
- <rect y="9.6" width="14" height="2.4" rx="1.2" />
6
- </g>
7
- </template>
1
+ <template>
2
+ <g transform="translate(1 2)" fill-rule="nonzero">
3
+ <rect width="14" height="2.4" rx="1.2" />
4
+ <rect y="4.8" width="14" height="2.4" rx="1.2" />
5
+ <rect y="9.6" width="14" height="2.4" rx="1.2" />
6
+ </g>
7
+ </template>
@@ -1,7 +1,7 @@
1
- <template>
2
- <path
3
- fill-rule="evenodd"
4
- clip-rule="evenodd"
5
- d="M1.25 8C1.25 4.27208 4.27208 1.25 8 1.25C11.7279 1.25 14.75 4.27208 14.75 8V12.3333C14.75 13.668 13.668 14.75 12.3333 14.75C10.9986 14.75 9.91667 13.668 9.91667 12.3333V11C9.91667 9.66531 10.9986 8.58333 12.3333 8.58333C12.6578 8.58333 12.9673 8.64728 13.25 8.76325V8C13.25 5.10051 10.8995 2.75 8 2.75C5.10051 2.75 2.75 5.10051 2.75 8V8.76325C3.03268 8.64728 3.34221 8.58333 3.66667 8.58333C5.00135 8.58333 6.08333 9.66531 6.08333 11V12.3333C6.08333 13.668 5.00135 14.75 3.66667 14.75C2.33198 14.75 1.25 13.668 1.25 12.3333V8ZM2.75 12.3333C2.75 12.8396 3.16041 13.25 3.66667 13.25C4.17293 13.25 4.58333 12.8396 4.58333 12.3333V11C4.58333 10.4937 4.17293 10.0833 3.66667 10.0833C3.16041 10.0833 2.75 10.4937 2.75 11V12.3333ZM13.25 11C13.25 10.4937 12.8396 10.0833 12.3333 10.0833C11.8271 10.0833 11.4167 10.4937 11.4167 11V12.3333C11.4167 12.8396 11.8271 13.25 12.3333 13.25C12.8396 13.25 13.25 12.8396 13.25 12.3333V11Z"
6
- />
7
- </template>
1
+ <template>
2
+ <path
3
+ fill-rule="evenodd"
4
+ clip-rule="evenodd"
5
+ d="M1.25 8C1.25 4.27208 4.27208 1.25 8 1.25C11.7279 1.25 14.75 4.27208 14.75 8V12.3333C14.75 13.668 13.668 14.75 12.3333 14.75C10.9986 14.75 9.91667 13.668 9.91667 12.3333V11C9.91667 9.66531 10.9986 8.58333 12.3333 8.58333C12.6578 8.58333 12.9673 8.64728 13.25 8.76325V8C13.25 5.10051 10.8995 2.75 8 2.75C5.10051 2.75 2.75 5.10051 2.75 8V8.76325C3.03268 8.64728 3.34221 8.58333 3.66667 8.58333C5.00135 8.58333 6.08333 9.66531 6.08333 11V12.3333C6.08333 13.668 5.00135 14.75 3.66667 14.75C2.33198 14.75 1.25 13.668 1.25 12.3333V8ZM2.75 12.3333C2.75 12.8396 3.16041 13.25 3.66667 13.25C4.17293 13.25 4.58333 12.8396 4.58333 12.3333V11C4.58333 10.4937 4.17293 10.0833 3.66667 10.0833C3.16041 10.0833 2.75 10.4937 2.75 11V12.3333ZM13.25 11C13.25 10.4937 12.8396 10.0833 12.3333 10.0833C11.8271 10.0833 11.4167 10.4937 11.4167 11V12.3333C11.4167 12.8396 11.8271 13.25 12.3333 13.25C12.8396 13.25 13.25 12.8396 13.25 12.3333V11Z"
6
+ />
7
+ </template>
@@ -0,0 +1,12 @@
1
+ <template>
2
+ <g fill="none" transform="translate(0.25, 1.5) scale(1.1)">
3
+ <path d="M0.500244 3.85742L1.50022 6.35742" stroke="currentColor" stroke-linecap="round" />
4
+ <path d="M1.50031 6.3574L4.00037 5.35742" stroke="currentColor" stroke-linecap="round" />
5
+ <path
6
+ d="M7.46411 0C10.9158 0 13.7139 2.79836 13.7141 6.25C13.7141 9.70178 10.9159 12.5 7.46411 12.5C5.66342 12.4999 4.04145 11.7379 2.9014 10.5192C2.46116 10.0485 2.84585 9.35742 3.4903 9.35742C3.73353 9.35742 3.96191 9.46606 4.13532 9.63662C4.9923 10.4795 6.16711 10.9999 7.46411 11C10.0875 11 12.2141 8.87335 12.2141 6.25C12.2139 3.62679 10.0874 1.5 7.46411 1.5C4.84108 1.50026 2.71428 3.62695 2.71411 6.25C2.71411 6.30896 2.66854 6.35742 2.60957 6.35742H1.32451C1.26487 6.35742 1.21411 6.30964 1.21411 6.25C1.21428 2.79852 4.01266 0.000262284 7.46411 0Z"
7
+ fill="currentColor"
8
+ />
9
+ <path d="M7.00024 4.35742V6.85742" stroke="currentColor" stroke-linecap="round" />
10
+ <line x1="7.00024" y1="6.85742" x2="9.00024" y2="6.85742" stroke="currentColor" stroke-linecap="round" />
11
+ </g>
12
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <path
3
- d="M9.24448 8.75489C9.17512 8.75232 9.07964 8.75 8.93295 8.75H7.06674C6.91914 8.75 6.8237 8.75227 6.75424 8.75489C6.75165 8.82425 6.75034 8.91943 6.75034 9.06641V13.25H9.25034V9.06641C9.25034 8.9194 9.24707 8.82426 9.24448 8.75489ZM14.0833 11.8662C14.0833 12.2272 14.0841 12.5438 14.0628 12.8037C14.0409 13.0724 13.9913 13.3464 13.8558 13.6123C13.6561 14.0043 13.3376 14.3227 12.9456 14.5225C12.6798 14.6579 12.4057 14.7075 12.1371 14.7295C11.8771 14.7507 11.5605 14.75 11.1996 14.75H4.80014C4.43934 14.75 4.1235 14.7507 3.86362 14.7295C3.5949 14.7075 3.32001 14.658 3.05405 14.5225C2.66219 14.3227 2.34357 14.0042 2.14389 13.6123C2.00844 13.3464 1.95882 13.0723 1.93686 12.8037C1.91562 12.5438 1.91635 12.2272 1.91635 11.8662V6.83301L1.78354 6.9336C1.4522 7.1821 0.982283 7.11449 0.733734 6.78321C0.485245 6.45189 0.551913 5.98196 0.883148 5.7334L6.91049 1.21289C7.0865 1.08086 7.33718 0.876452 7.63901 0.796879C7.81616 0.750246 8.00045 0.738464 8.181 0.761723L8.36069 0.796879L8.47202 0.832035C8.72473 0.926401 8.93617 1.09738 9.09018 1.21289L15.1165 5.7334C15.4478 5.98188 15.5153 6.45185 15.2669 6.78321C15.0185 7.11444 14.5485 7.18176 14.2171 6.9336L14.0833 6.83301V11.8662ZM10.7503 13.25H11.1996C11.5853 13.25 11.8303 13.2495 12.015 13.2344C12.1907 13.22 12.2457 13.1963 12.265 13.1865C12.3747 13.1306 12.464 13.0413 12.5199 12.9316C12.5297 12.9124 12.5533 12.8574 12.5677 12.6816C12.5828 12.4969 12.5833 12.252 12.5833 11.8662V5.70801L8.83041 2.89356C8.31837 2.50953 8.22454 2.45554 8.14877 2.43555C8.05158 2.40997 7.94911 2.41004 7.8519 2.43555C7.77611 2.4555 7.68262 2.50929 7.17026 2.89356L3.41635 5.70801V11.8662C3.41635 12.252 3.41688 12.4969 3.43198 12.6816C3.44634 12.8572 3.47 12.9123 3.47983 12.9316C3.5357 13.0413 3.6251 13.1306 3.73471 13.1865C3.75397 13.1963 3.80973 13.22 3.98569 13.2344C4.17036 13.2494 4.41463 13.25 4.80014 13.25H5.25034V9.06641C5.25034 8.89219 5.2499 8.71611 5.26205 8.56739C5.27495 8.40991 5.30553 8.21794 5.40463 8.02344L5.45932 7.92579C5.59543 7.70397 5.79061 7.5231 6.02377 7.4043L6.1683 7.3418C6.31184 7.29067 6.44953 7.27138 6.56772 7.26172C6.71651 7.24957 6.89243 7.25 7.06674 7.25H8.93295C9.10715 7.25 9.28325 7.24959 9.43198 7.26172C9.55009 7.27137 9.68795 7.29075 9.83139 7.3418L9.9769 7.4043L10.0736 7.45899C10.264 7.57569 10.4246 7.73542 10.5414 7.92579L10.596 8.02344L10.6576 8.16895C10.7085 8.31223 10.729 8.44937 10.7386 8.56739C10.7508 8.71611 10.7503 8.89219 10.7503 9.06641V13.25Z"
4
- fill-rule="nonzero"
5
- />
6
- </template>
1
+ <template>
2
+ <path
3
+ d="M9.24448 8.75489C9.17512 8.75232 9.07964 8.75 8.93295 8.75H7.06674C6.91914 8.75 6.8237 8.75227 6.75424 8.75489C6.75165 8.82425 6.75034 8.91943 6.75034 9.06641V13.25H9.25034V9.06641C9.25034 8.9194 9.24707 8.82426 9.24448 8.75489ZM14.0833 11.8662C14.0833 12.2272 14.0841 12.5438 14.0628 12.8037C14.0409 13.0724 13.9913 13.3464 13.8558 13.6123C13.6561 14.0043 13.3376 14.3227 12.9456 14.5225C12.6798 14.6579 12.4057 14.7075 12.1371 14.7295C11.8771 14.7507 11.5605 14.75 11.1996 14.75H4.80014C4.43934 14.75 4.1235 14.7507 3.86362 14.7295C3.5949 14.7075 3.32001 14.658 3.05405 14.5225C2.66219 14.3227 2.34357 14.0042 2.14389 13.6123C2.00844 13.3464 1.95882 13.0723 1.93686 12.8037C1.91562 12.5438 1.91635 12.2272 1.91635 11.8662V6.83301L1.78354 6.9336C1.4522 7.1821 0.982283 7.11449 0.733734 6.78321C0.485245 6.45189 0.551913 5.98196 0.883148 5.7334L6.91049 1.21289C7.0865 1.08086 7.33718 0.876452 7.63901 0.796879C7.81616 0.750246 8.00045 0.738464 8.181 0.761723L8.36069 0.796879L8.47202 0.832035C8.72473 0.926401 8.93617 1.09738 9.09018 1.21289L15.1165 5.7334C15.4478 5.98188 15.5153 6.45185 15.2669 6.78321C15.0185 7.11444 14.5485 7.18176 14.2171 6.9336L14.0833 6.83301V11.8662ZM10.7503 13.25H11.1996C11.5853 13.25 11.8303 13.2495 12.015 13.2344C12.1907 13.22 12.2457 13.1963 12.265 13.1865C12.3747 13.1306 12.464 13.0413 12.5199 12.9316C12.5297 12.9124 12.5533 12.8574 12.5677 12.6816C12.5828 12.4969 12.5833 12.252 12.5833 11.8662V5.70801L8.83041 2.89356C8.31837 2.50953 8.22454 2.45554 8.14877 2.43555C8.05158 2.40997 7.94911 2.41004 7.8519 2.43555C7.77611 2.4555 7.68262 2.50929 7.17026 2.89356L3.41635 5.70801V11.8662C3.41635 12.252 3.41688 12.4969 3.43198 12.6816C3.44634 12.8572 3.47 12.9123 3.47983 12.9316C3.5357 13.0413 3.6251 13.1306 3.73471 13.1865C3.75397 13.1963 3.80973 13.22 3.98569 13.2344C4.17036 13.2494 4.41463 13.25 4.80014 13.25H5.25034V9.06641C5.25034 8.89219 5.2499 8.71611 5.26205 8.56739C5.27495 8.40991 5.30553 8.21794 5.40463 8.02344L5.45932 7.92579C5.59543 7.70397 5.79061 7.5231 6.02377 7.4043L6.1683 7.3418C6.31184 7.29067 6.44953 7.27138 6.56772 7.26172C6.71651 7.24957 6.89243 7.25 7.06674 7.25H8.93295C9.10715 7.25 9.28325 7.24959 9.43198 7.26172C9.55009 7.27137 9.68795 7.29075 9.83139 7.3418L9.9769 7.4043L10.0736 7.45899C10.264 7.57569 10.4246 7.73542 10.5414 7.92579L10.596 8.02344L10.6576 8.16895C10.7085 8.31223 10.729 8.44937 10.7386 8.56739C10.7508 8.71611 10.7503 8.89219 10.7503 9.06641V13.25Z"
4
+ fill-rule="nonzero"
5
+ />
6
+ </template>
@@ -1,7 +1,7 @@
1
- <template>
2
- <path
3
- fill-rule="evenodd"
4
- clip-rule="evenodd"
5
- d="M13.0035 5.86669L14.9047 7.45989C14.9329 7.48236 14.956 7.5106 14.9724 7.54271C14.9889 7.57482 14.9982 7.61006 14.9999 7.64609C15.0039 7.68266 15.0006 7.71967 14.9903 7.75498C14.98 7.79029 14.9628 7.82322 14.9397 7.85189L14.4007 8.49729C14.3533 8.5499 14.2889 8.5841 14.2187 8.59389H14.1921C14.1259 8.59661 14.0611 8.57466 14.0101 8.53229L8.00134 3.49229L1.99114 8.52949C1.9307 8.57328 1.85707 8.59502 1.78254 8.59109C1.71221 8.5819 1.64757 8.54759 1.60054 8.49449L1.06154 7.84909C1.01577 7.79077 0.994212 7.71708 1.00134 7.64329C1.00361 7.60764 1.01338 7.57287 1.03003 7.54126C1.04668 7.50965 1.06982 7.48192 1.09794 7.45989L7.34194 2.22669C7.53035 2.07978 7.76242 2 8.00134 2C8.24025 2 8.47232 2.07978 8.66074 2.22669L10.7803 4.00749V2.30509C10.7788 2.26811 10.785 2.23122 10.7985 2.19676C10.812 2.1623 10.8325 2.13101 10.8587 2.10489C10.8845 2.07864 10.9156 2.05811 10.9498 2.0446C10.9841 2.0311 11.0208 2.02493 11.0575 2.02649H12.7249C12.7619 2.02499 12.7988 2.03118 12.8333 2.04468C12.8677 2.05817 12.899 2.07867 12.9251 2.10489C12.9511 2.13116 12.9715 2.16247 12.985 2.1969C12.9985 2.23132 13.0048 2.26814 13.0035 2.30509V5.86669ZM3.00894 8.39928L8.00134 4.26089L12.9993 8.39928C13.0059 8.41572 13.0088 8.43341 13.0077 8.45109V14.0399C13.0077 14.1884 12.9487 14.3308 12.8437 14.4359C12.7387 14.5409 12.5963 14.5999 12.4477 14.5999H9.11294V10.8283H6.88974V14.5999H3.56894C3.42042 14.5999 3.27798 14.5409 3.17296 14.4359C3.06794 14.3308 3.00894 14.1884 3.00894 14.0399V8.45109C3.0081 8.44224 3.0081 8.43333 3.00894 8.42449C3.01035 8.41614 3.01035 8.40763 3.00894 8.39928Z"
6
- />
7
- </template>
1
+ <template>
2
+ <path
3
+ fill-rule="evenodd"
4
+ clip-rule="evenodd"
5
+ d="M13.0035 5.86669L14.9047 7.45989C14.9329 7.48236 14.956 7.5106 14.9724 7.54271C14.9889 7.57482 14.9982 7.61006 14.9999 7.64609C15.0039 7.68266 15.0006 7.71967 14.9903 7.75498C14.98 7.79029 14.9628 7.82322 14.9397 7.85189L14.4007 8.49729C14.3533 8.5499 14.2889 8.5841 14.2187 8.59389H14.1921C14.1259 8.59661 14.0611 8.57466 14.0101 8.53229L8.00134 3.49229L1.99114 8.52949C1.9307 8.57328 1.85707 8.59502 1.78254 8.59109C1.71221 8.5819 1.64757 8.54759 1.60054 8.49449L1.06154 7.84909C1.01577 7.79077 0.994212 7.71708 1.00134 7.64329C1.00361 7.60764 1.01338 7.57287 1.03003 7.54126C1.04668 7.50965 1.06982 7.48192 1.09794 7.45989L7.34194 2.22669C7.53035 2.07978 7.76242 2 8.00134 2C8.24025 2 8.47232 2.07978 8.66074 2.22669L10.7803 4.00749V2.30509C10.7788 2.26811 10.785 2.23122 10.7985 2.19676C10.812 2.1623 10.8325 2.13101 10.8587 2.10489C10.8845 2.07864 10.9156 2.05811 10.9498 2.0446C10.9841 2.0311 11.0208 2.02493 11.0575 2.02649H12.7249C12.7619 2.02499 12.7988 2.03118 12.8333 2.04468C12.8677 2.05817 12.899 2.07867 12.9251 2.10489C12.9511 2.13116 12.9715 2.16247 12.985 2.1969C12.9985 2.23132 13.0048 2.26814 13.0035 2.30509V5.86669ZM3.00894 8.39928L8.00134 4.26089L12.9993 8.39928C13.0059 8.41572 13.0088 8.43341 13.0077 8.45109V14.0399C13.0077 14.1884 12.9487 14.3308 12.8437 14.4359C12.7387 14.5409 12.5963 14.5999 12.4477 14.5999H9.11294V10.8283H6.88974V14.5999H3.56894C3.42042 14.5999 3.27798 14.5409 3.17296 14.4359C3.06794 14.3308 3.00894 14.1884 3.00894 14.0399V8.45109C3.0081 8.44224 3.0081 8.43333 3.00894 8.42449C3.01035 8.41614 3.01035 8.40763 3.00894 8.39928Z"
6
+ />
7
+ </template>
@@ -1,22 +1,22 @@
1
- <template>
2
- <g>
3
- <path
4
- fill-rule="evenodd"
5
- clip-rule="evenodd"
6
- d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 5C11.6515 5 11.3988 5.15683 11.242 5.4705L9.54294 8.92084L5.72666 9.49589C5.37814 9.53074 5.15161 9.71372 5.04705 10.0448C4.94249 10.3759 5.0122 10.6634 5.25616 10.9074L8.02689 13.5997L7.37341 17.416C7.32114 17.7471 7.4344 18.0172 7.71322 18.2263C7.99203 18.4354 8.27956 18.4528 8.5758 18.2786L12 16.5011L15.4242 18.2786C15.7204 18.4354 16.008 18.4093 16.2868 18.2001C16.5656 18.0085 16.6789 17.7471 16.6266 17.416L15.9731 13.5997L18.7438 10.9074C18.9878 10.6634 19.0575 10.3759 18.9529 10.0448C18.8484 9.71372 18.6219 9.53074 18.2733 9.49589L14.4571 8.92084L12.758 5.4705C12.6012 5.15683 12.3485 5 12 5Z"
7
- fill="#595959"
8
- />
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M47 24C53.6274 24 59 18.6274 59 12C59 5.37258 53.6274 0 47 0C40.3726 0 35 5.37258 35 12C35 18.6274 40.3726 24 47 24ZM47 5C46.6515 5 46.3988 5.15683 46.242 5.4705L44.5429 8.92084L40.7267 9.49589C40.3781 9.53074 40.1516 9.71372 40.047 10.0448C39.9425 10.3759 40.0122 10.6634 40.2562 10.9074L43.0269 13.5997L42.3734 17.416C42.3211 17.7471 42.4344 18.0172 42.7132 18.2263C42.992 18.4354 43.2796 18.4528 43.5758 18.2786L47 16.5011L50.4242 18.2786C50.7204 18.4354 51.008 18.4093 51.2868 18.2001C51.5656 18.0085 51.6789 17.7471 51.6266 17.416L50.9731 13.5997L53.7438 10.9074C53.9878 10.6634 54.0575 10.3759 53.9529 10.0448C53.8484 9.71372 53.6219 9.53074 53.2733 9.49589L49.4571 8.92084L47.758 5.4705C47.6012 5.15683 47.3485 5 47 5Z"
13
- fill="#595959"
14
- />
15
- <path
16
- fill-rule="evenodd"
17
- clip-rule="evenodd"
18
- d="M82 24C88.6274 24 94 18.6274 94 12C94 5.37258 88.6274 0 82 0C75.3726 0 70 5.37258 70 12C70 18.6274 75.3726 24 82 24ZM82 5C81.6515 5 81.3988 5.15683 81.242 5.4705L79.5429 8.92084L75.7267 9.49589C75.3781 9.53074 75.1516 9.71372 75.047 10.0448C74.9425 10.3759 75.0122 10.6634 75.2562 10.9074L78.0269 13.5997L77.3734 17.416C77.3211 17.7471 77.4344 18.0172 77.7132 18.2263C77.992 18.4354 78.2796 18.4528 78.5758 18.2786L82 16.5011L85.4242 18.2786C85.7204 18.4354 86.008 18.4093 86.2868 18.2001C86.5656 18.0085 86.6789 17.7471 86.6266 17.416L85.9731 13.5997L88.7438 10.9074C88.9878 10.6634 89.0575 10.3759 88.9529 10.0448C88.8484 9.71372 88.6219 9.53074 88.2733 9.49589L84.4571 8.92084L82.758 5.4705C82.6012 5.15683 82.3485 5 82 5Z"
19
- fill="#595959"
20
- />
21
- </g>
22
- </template>
1
+ <template>
2
+ <g>
3
+ <path
4
+ fill-rule="evenodd"
5
+ clip-rule="evenodd"
6
+ d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 5C11.6515 5 11.3988 5.15683 11.242 5.4705L9.54294 8.92084L5.72666 9.49589C5.37814 9.53074 5.15161 9.71372 5.04705 10.0448C4.94249 10.3759 5.0122 10.6634 5.25616 10.9074L8.02689 13.5997L7.37341 17.416C7.32114 17.7471 7.4344 18.0172 7.71322 18.2263C7.99203 18.4354 8.27956 18.4528 8.5758 18.2786L12 16.5011L15.4242 18.2786C15.7204 18.4354 16.008 18.4093 16.2868 18.2001C16.5656 18.0085 16.6789 17.7471 16.6266 17.416L15.9731 13.5997L18.7438 10.9074C18.9878 10.6634 19.0575 10.3759 18.9529 10.0448C18.8484 9.71372 18.6219 9.53074 18.2733 9.49589L14.4571 8.92084L12.758 5.4705C12.6012 5.15683 12.3485 5 12 5Z"
7
+ fill="#595959"
8
+ />
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M47 24C53.6274 24 59 18.6274 59 12C59 5.37258 53.6274 0 47 0C40.3726 0 35 5.37258 35 12C35 18.6274 40.3726 24 47 24ZM47 5C46.6515 5 46.3988 5.15683 46.242 5.4705L44.5429 8.92084L40.7267 9.49589C40.3781 9.53074 40.1516 9.71372 40.047 10.0448C39.9425 10.3759 40.0122 10.6634 40.2562 10.9074L43.0269 13.5997L42.3734 17.416C42.3211 17.7471 42.4344 18.0172 42.7132 18.2263C42.992 18.4354 43.2796 18.4528 43.5758 18.2786L47 16.5011L50.4242 18.2786C50.7204 18.4354 51.008 18.4093 51.2868 18.2001C51.5656 18.0085 51.6789 17.7471 51.6266 17.416L50.9731 13.5997L53.7438 10.9074C53.9878 10.6634 54.0575 10.3759 53.9529 10.0448C53.8484 9.71372 53.6219 9.53074 53.2733 9.49589L49.4571 8.92084L47.758 5.4705C47.6012 5.15683 47.3485 5 47 5Z"
13
+ fill="#595959"
14
+ />
15
+ <path
16
+ fill-rule="evenodd"
17
+ clip-rule="evenodd"
18
+ d="M82 24C88.6274 24 94 18.6274 94 12C94 5.37258 88.6274 0 82 0C75.3726 0 70 5.37258 70 12C70 18.6274 75.3726 24 82 24ZM82 5C81.6515 5 81.3988 5.15683 81.242 5.4705L79.5429 8.92084L75.7267 9.49589C75.3781 9.53074 75.1516 9.71372 75.047 10.0448C74.9425 10.3759 75.0122 10.6634 75.2562 10.9074L78.0269 13.5997L77.3734 17.416C77.3211 17.7471 77.4344 18.0172 77.7132 18.2263C77.992 18.4354 78.2796 18.4528 78.5758 18.2786L82 16.5011L85.4242 18.2786C85.7204 18.4354 86.008 18.4093 86.2868 18.2001C86.5656 18.0085 86.6789 17.7471 86.6266 17.416L85.9731 13.5997L88.7438 10.9074C88.9878 10.6634 89.0575 10.3759 88.9529 10.0448C88.8484 9.71372 88.6219 9.53074 88.2733 9.49589L84.4571 8.92084L82.758 5.4705C82.6012 5.15683 82.3485 5 82 5Z"
19
+ fill="#595959"
20
+ />
21
+ </g>
22
+ </template>
@@ -1,16 +1,16 @@
1
- <template>
2
- <g>
3
- <path
4
- d="M10.863 2.20575C11.0982 1.73525 11.4772 1.5 12 1.5C12.5228 1.5 12.9018 1.73525 13.137 2.20575L15.6856 7.38125L21.41 8.24384C21.9328 8.29612 22.2726 8.57058 22.4294 9.06721C22.5863 9.56385 22.4817 9.99515 22.1158 10.3611L17.9597 14.3996L18.9399 20.124C19.0183 20.6206 18.8484 21.0127 18.4302 21.3002C18.0119 21.6139 17.5807 21.6531 17.1363 21.4178L12 18.7517L6.8637 21.4178C6.41934 21.6792 5.98805 21.6531 5.56983 21.3394C5.15161 21.0258 4.9817 20.6206 5.06012 20.124L6.04033 14.3996L1.88424 10.3611C1.5183 9.99515 1.41374 9.56385 1.57058 9.06721C1.72741 8.57058 2.06721 8.29612 2.58999 8.24384L8.31441 7.38125L10.863 2.20575Z"
5
- fill="#595959"
6
- />
7
- <path
8
- d="M45.863 2.20575C46.0982 1.73525 46.4772 1.5 47 1.5C47.5228 1.5 47.9018 1.73525 48.137 2.20575L50.6856 7.38125L56.41 8.24384C56.9328 8.29612 57.2726 8.57058 57.4294 9.06721C57.5863 9.56385 57.4817 9.99515 57.1158 10.3611L52.9597 14.3996L53.9399 20.124C54.0183 20.6206 53.8484 21.0127 53.4302 21.3002C53.0119 21.6139 52.5807 21.6531 52.1363 21.4178L47 18.7517L41.8637 21.4178C41.4193 21.6792 40.9881 21.6531 40.5698 21.3394C40.1516 21.0258 39.9817 20.6206 40.0601 20.124L41.0403 14.3996L36.8842 10.3611C36.5183 9.99515 36.4137 9.56385 36.5706 9.06721C36.7274 8.57058 37.0672 8.29612 37.59 8.24384L43.3144 7.38125L45.863 2.20575Z"
9
- fill="#595959"
10
- />
11
- <path
12
- d="M80.863 2.20575C81.0982 1.73525 81.4772 1.5 82 1.5C82.5228 1.5 82.9018 1.73525 83.137 2.20575L85.6856 7.38125L91.41 8.24384C91.9328 8.29612 92.2726 8.57058 92.4294 9.06721C92.5863 9.56385 92.4817 9.99515 92.1158 10.3611L87.9597 14.3996L88.9399 20.124C89.0183 20.6206 88.8484 21.0127 88.4302 21.3002C88.0119 21.6139 87.5807 21.6531 87.1363 21.4178L82 18.7517L76.8637 21.4178C76.4193 21.6792 75.9881 21.6531 75.5698 21.3394C75.1516 21.0258 74.9817 20.6206 75.0601 20.124L76.0403 14.3996L71.8842 10.3611C71.5183 9.99515 71.4137 9.56385 71.5706 9.06721C71.7274 8.57058 72.0672 8.29612 72.59 8.24384L78.3144 7.38125L80.863 2.20575Z"
13
- fill="#595959"
14
- />
15
- </g>
16
- </template>
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M10.863 2.20575C11.0982 1.73525 11.4772 1.5 12 1.5C12.5228 1.5 12.9018 1.73525 13.137 2.20575L15.6856 7.38125L21.41 8.24384C21.9328 8.29612 22.2726 8.57058 22.4294 9.06721C22.5863 9.56385 22.4817 9.99515 22.1158 10.3611L17.9597 14.3996L18.9399 20.124C19.0183 20.6206 18.8484 21.0127 18.4302 21.3002C18.0119 21.6139 17.5807 21.6531 17.1363 21.4178L12 18.7517L6.8637 21.4178C6.41934 21.6792 5.98805 21.6531 5.56983 21.3394C5.15161 21.0258 4.9817 20.6206 5.06012 20.124L6.04033 14.3996L1.88424 10.3611C1.5183 9.99515 1.41374 9.56385 1.57058 9.06721C1.72741 8.57058 2.06721 8.29612 2.58999 8.24384L8.31441 7.38125L10.863 2.20575Z"
5
+ fill="#595959"
6
+ />
7
+ <path
8
+ d="M45.863 2.20575C46.0982 1.73525 46.4772 1.5 47 1.5C47.5228 1.5 47.9018 1.73525 48.137 2.20575L50.6856 7.38125L56.41 8.24384C56.9328 8.29612 57.2726 8.57058 57.4294 9.06721C57.5863 9.56385 57.4817 9.99515 57.1158 10.3611L52.9597 14.3996L53.9399 20.124C54.0183 20.6206 53.8484 21.0127 53.4302 21.3002C53.0119 21.6139 52.5807 21.6531 52.1363 21.4178L47 18.7517L41.8637 21.4178C41.4193 21.6792 40.9881 21.6531 40.5698 21.3394C40.1516 21.0258 39.9817 20.6206 40.0601 20.124L41.0403 14.3996L36.8842 10.3611C36.5183 9.99515 36.4137 9.56385 36.5706 9.06721C36.7274 8.57058 37.0672 8.29612 37.59 8.24384L43.3144 7.38125L45.863 2.20575Z"
9
+ fill="#595959"
10
+ />
11
+ <path
12
+ d="M80.863 2.20575C81.0982 1.73525 81.4772 1.5 82 1.5C82.5228 1.5 82.9018 1.73525 83.137 2.20575L85.6856 7.38125L91.41 8.24384C91.9328 8.29612 92.2726 8.57058 92.4294 9.06721C92.5863 9.56385 92.4817 9.99515 92.1158 10.3611L87.9597 14.3996L88.9399 20.124C89.0183 20.6206 88.8484 21.0127 88.4302 21.3002C88.0119 21.6139 87.5807 21.6531 87.1363 21.4178L82 18.7517L76.8637 21.4178C76.4193 21.6792 75.9881 21.6531 75.5698 21.3394C75.1516 21.0258 74.9817 20.6206 75.0601 20.124L76.0403 14.3996L71.8842 10.3611C71.5183 9.99515 71.4137 9.56385 71.5706 9.06721C71.7274 8.57058 72.0672 8.29612 72.59 8.24384L78.3144 7.38125L80.863 2.20575Z"
13
+ fill="#595959"
14
+ />
15
+ </g>
16
+ </template>
@@ -1,22 +1,22 @@
1
- <template>
2
- <g>
3
- <path
4
- fill-rule="evenodd"
5
- clip-rule="evenodd"
6
- d="M4 0C1.79086 0 0 1.79086 0 4V20C0 22.2091 1.79086 24 4 24H20C22.2091 24 24 22.2091 24 20V4C24 1.79086 22.2091 0 20 0H4ZM12 5C11.6515 5 11.3988 5.15683 11.242 5.4705L9.54294 8.92084L5.72666 9.49589C5.37814 9.53074 5.15161 9.71372 5.04705 10.0448C4.94249 10.3759 5.0122 10.6634 5.25616 10.9074L8.02689 13.5997L7.37341 17.416C7.32114 17.7471 7.4344 18.0172 7.71322 18.2263C7.99203 18.4354 8.27956 18.4528 8.5758 18.2786L12 16.5011L15.4242 18.2786C15.7204 18.4354 16.008 18.4093 16.2868 18.2001C16.5656 18.0085 16.6789 17.7471 16.6266 17.416L15.9731 13.5997L18.7438 10.9074C18.9878 10.6634 19.0575 10.3759 18.9529 10.0448C18.8484 9.71372 18.6219 9.53074 18.2733 9.49589L14.4571 8.92084L12.758 5.4705C12.6012 5.15683 12.3485 5 12 5Z"
7
- fill="#595959"
8
- />
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M39 0C36.7909 0 35 1.79086 35 4V20C35 22.2091 36.7909 24 39 24H55C57.2091 24 59 22.2091 59 20V4C59 1.79086 57.2091 0 55 0H39ZM47 5C46.6515 5 46.3988 5.15683 46.242 5.4705L44.5429 8.92084L40.7267 9.49589C40.3781 9.53074 40.1516 9.71372 40.047 10.0448C39.9425 10.3759 40.0122 10.6634 40.2562 10.9074L43.0269 13.5997L42.3734 17.416C42.3211 17.7471 42.4344 18.0172 42.7132 18.2263C42.992 18.4354 43.2796 18.4528 43.5758 18.2786L47 16.5011L50.4242 18.2786C50.7204 18.4354 51.008 18.4093 51.2868 18.2001C51.5656 18.0085 51.6789 17.7471 51.6266 17.416L50.9731 13.5997L53.7438 10.9074C53.9878 10.6634 54.0575 10.3759 53.9529 10.0448C53.8484 9.71372 53.6219 9.53074 53.2733 9.49589L49.4571 8.92084L47.758 5.4705C47.6012 5.15683 47.3485 5 47 5Z"
13
- fill="#595959"
14
- />
15
- <path
16
- fill-rule="evenodd"
17
- clip-rule="evenodd"
18
- d="M74 0C71.7909 0 70 1.79086 70 4V20C70 22.2091 71.7909 24 74 24H90C92.2091 24 94 22.2091 94 20V4C94 1.79086 92.2091 0 90 0H74ZM82 5C81.6515 5 81.3988 5.15683 81.242 5.4705L79.5429 8.92084L75.7267 9.49589C75.3781 9.53074 75.1516 9.71372 75.047 10.0448C74.9425 10.3759 75.0122 10.6634 75.2562 10.9074L78.0269 13.5997L77.3734 17.416C77.3211 17.7471 77.4344 18.0172 77.7132 18.2263C77.992 18.4354 78.2796 18.4528 78.5758 18.2786L82 16.5011L85.4242 18.2786C85.7204 18.4354 86.008 18.4093 86.2868 18.2001C86.5656 18.0085 86.6789 17.7471 86.6266 17.416L85.9731 13.5997L88.7438 10.9074C88.9878 10.6634 89.0575 10.3759 88.9529 10.0448C88.8484 9.71372 88.6219 9.53074 88.2733 9.49589L84.4571 8.92084L82.758 5.4705C82.6012 5.15683 82.3485 5 82 5Z"
19
- fill="#595959"
20
- />
21
- </g>
22
- </template>
1
+ <template>
2
+ <g>
3
+ <path
4
+ fill-rule="evenodd"
5
+ clip-rule="evenodd"
6
+ d="M4 0C1.79086 0 0 1.79086 0 4V20C0 22.2091 1.79086 24 4 24H20C22.2091 24 24 22.2091 24 20V4C24 1.79086 22.2091 0 20 0H4ZM12 5C11.6515 5 11.3988 5.15683 11.242 5.4705L9.54294 8.92084L5.72666 9.49589C5.37814 9.53074 5.15161 9.71372 5.04705 10.0448C4.94249 10.3759 5.0122 10.6634 5.25616 10.9074L8.02689 13.5997L7.37341 17.416C7.32114 17.7471 7.4344 18.0172 7.71322 18.2263C7.99203 18.4354 8.27956 18.4528 8.5758 18.2786L12 16.5011L15.4242 18.2786C15.7204 18.4354 16.008 18.4093 16.2868 18.2001C16.5656 18.0085 16.6789 17.7471 16.6266 17.416L15.9731 13.5997L18.7438 10.9074C18.9878 10.6634 19.0575 10.3759 18.9529 10.0448C18.8484 9.71372 18.6219 9.53074 18.2733 9.49589L14.4571 8.92084L12.758 5.4705C12.6012 5.15683 12.3485 5 12 5Z"
7
+ fill="#595959"
8
+ />
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M39 0C36.7909 0 35 1.79086 35 4V20C35 22.2091 36.7909 24 39 24H55C57.2091 24 59 22.2091 59 20V4C59 1.79086 57.2091 0 55 0H39ZM47 5C46.6515 5 46.3988 5.15683 46.242 5.4705L44.5429 8.92084L40.7267 9.49589C40.3781 9.53074 40.1516 9.71372 40.047 10.0448C39.9425 10.3759 40.0122 10.6634 40.2562 10.9074L43.0269 13.5997L42.3734 17.416C42.3211 17.7471 42.4344 18.0172 42.7132 18.2263C42.992 18.4354 43.2796 18.4528 43.5758 18.2786L47 16.5011L50.4242 18.2786C50.7204 18.4354 51.008 18.4093 51.2868 18.2001C51.5656 18.0085 51.6789 17.7471 51.6266 17.416L50.9731 13.5997L53.7438 10.9074C53.9878 10.6634 54.0575 10.3759 53.9529 10.0448C53.8484 9.71372 53.6219 9.53074 53.2733 9.49589L49.4571 8.92084L47.758 5.4705C47.6012 5.15683 47.3485 5 47 5Z"
13
+ fill="#595959"
14
+ />
15
+ <path
16
+ fill-rule="evenodd"
17
+ clip-rule="evenodd"
18
+ d="M74 0C71.7909 0 70 1.79086 70 4V20C70 22.2091 71.7909 24 74 24H90C92.2091 24 94 22.2091 94 20V4C94 1.79086 92.2091 0 90 0H74ZM82 5C81.6515 5 81.3988 5.15683 81.242 5.4705L79.5429 8.92084L75.7267 9.49589C75.3781 9.53074 75.1516 9.71372 75.047 10.0448C74.9425 10.3759 75.0122 10.6634 75.2562 10.9074L78.0269 13.5997L77.3734 17.416C77.3211 17.7471 77.4344 18.0172 77.7132 18.2263C77.992 18.4354 78.2796 18.4528 78.5758 18.2786L82 16.5011L85.4242 18.2786C85.7204 18.4354 86.008 18.4093 86.2868 18.2001C86.5656 18.0085 86.6789 17.7471 86.6266 17.416L85.9731 13.5997L88.7438 10.9074C88.9878 10.6634 89.0575 10.3759 88.9529 10.0448C88.8484 9.71372 88.6219 9.53074 88.2733 9.49589L84.4571 8.92084L82.758 5.4705C82.6012 5.15683 82.3485 5 82 5Z"
19
+ fill="#595959"
20
+ />
21
+ </g>
22
+ </template>
@@ -1,7 +1,7 @@
1
- <template>
2
- <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
- <path d="M0 0H15C17.2091 0 19 1.79086 19 4V20C19 22.2091 17.2091 24 15 24H0V0Z" />
4
- <rect x="27" width="40" height="24" rx="4" />
5
- <path d="M75 4C75 1.79086 76.7909 0 79 0H94V24H79C76.7909 24 75 22.2091 75 20V4Z" />
6
- </svg>
7
- </template>
1
+ <template>
2
+ <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M0 0H15C17.2091 0 19 1.79086 19 4V20C19 22.2091 17.2091 24 15 24H0V0Z" />
4
+ <rect x="27" width="40" height="24" rx="4" />
5
+ <path d="M75 4C75 1.79086 76.7909 0 79 0H94V24H79C76.7909 24 75 22.2091 75 20V4Z" />
6
+ </svg>
7
+ </template>
@@ -1,7 +1,7 @@
1
- <template>
2
- <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
- <rect x="4" width="24" height="24" rx="4" />
4
- <rect x="35" width="24" height="24" rx="4" />
5
- <rect x="66" width="24" height="24" rx="4" />
6
- </svg>
7
- </template>
1
+ <template>
2
+ <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
+ <rect x="4" width="24" height="24" rx="4" />
4
+ <rect x="35" width="24" height="24" rx="4" />
5
+ <rect x="66" width="24" height="24" rx="4" />
6
+ </svg>
7
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
- <rect x="4" width="24" height="24" rx="4" />
4
- <rect x="32" width="58" height="24" rx="4" />
5
- </svg>
6
- </template>
1
+ <template>
2
+ <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
+ <rect x="4" width="24" height="24" rx="4" />
4
+ <rect x="32" width="58" height="24" rx="4" />
5
+ </svg>
6
+ </template>
@@ -1,7 +1,7 @@
1
- <template>
2
- <path
3
- fill-rule="evenodd"
4
- clip-rule="evenodd"
5
- d="M5.16957 1.25H10.8304C11.3646 1.24999 11.8104 1.24998 12.1747 1.27974C12.5546 1.31078 12.9112 1.37789 13.2485 1.54973C13.7659 1.81338 14.1866 2.23408 14.4503 2.75153C14.6221 3.08879 14.6892 3.44545 14.7203 3.82533C14.75 4.18956 14.75 4.6354 14.75 5.16955V10.8305C14.75 11.3646 14.75 11.8104 14.7203 12.1747C14.6892 12.5546 14.6221 12.9112 14.4503 13.2485C14.1866 13.7659 13.7659 14.1866 13.2485 14.4503C12.9112 14.6221 12.5546 14.6892 12.1747 14.7203C11.8104 14.75 11.3646 14.75 10.8305 14.75H5.16955C5.1522 14.75 5.13496 14.75 5.1178 14.75L4.59424 14.75C4.41573 14.75 4.23512 14.7501 4.08866 14.7371C4.08379 14.7367 4.07869 14.7362 4.07338 14.7357C3.98683 14.7318 3.90417 14.7267 3.82533 14.7203C3.44545 14.6892 3.08879 14.6221 2.75153 14.4503C2.23408 14.1866 1.81338 13.7659 1.54973 13.2485C1.37789 12.9112 1.31078 12.5546 1.27974 12.1747C1.24998 11.8104 1.24999 11.3646 1.25 10.8304V5.16957C1.24999 4.63541 1.24998 4.18956 1.27974 3.82533C1.31078 3.44545 1.37789 3.08879 1.54973 2.75153C1.81338 2.23408 2.23408 1.81338 2.75153 1.54973C3.08879 1.37789 3.44545 1.31078 3.82533 1.27974C4.18956 1.24998 4.63541 1.24999 5.16957 1.25ZM5.144 13.25C5.16246 13.25 5.18113 13.25 5.2 13.25H10.8C11.3724 13.25 11.7566 13.2494 12.0525 13.2252C12.3396 13.2018 12.4769 13.1599 12.5675 13.1138C12.8027 12.9939 12.9939 12.8027 13.1138 12.5675C13.1599 12.4769 13.2018 12.3396 13.2252 12.0525C13.2494 11.7566 13.25 11.3724 13.25 10.8V10.3107L10.8906 7.95124C10.7856 7.84628 10.7177 7.77885 10.6667 7.73154C10.6156 7.77885 10.5477 7.84628 10.4428 7.95124L5.144 13.25ZM13.25 8.18934L11.935 6.87438C11.8172 6.75646 11.6991 6.63835 11.5903 6.54597C11.4698 6.44366 11.3122 6.32966 11.1044 6.26215C10.8199 6.1697 10.5134 6.1697 10.2289 6.26215C10.0211 6.32966 9.86358 6.44367 9.74308 6.54597C9.63425 6.63836 9.51617 6.75647 9.39827 6.8744L3.71346 12.5592C3.70719 12.5655 3.70091 12.5718 3.69462 12.5781C3.56836 12.7043 3.44062 12.832 3.34623 12.9447C3.32868 12.9657 3.3068 12.9922 3.28297 13.0239C3.11609 12.907 2.97954 12.7506 2.88624 12.5675C2.8401 12.4769 2.79822 12.3396 2.77476 12.0525C2.75058 11.7566 2.75 11.3724 2.75 10.8V5.2C2.75 4.62757 2.75058 4.24336 2.77476 3.94748C2.79822 3.66036 2.8401 3.52307 2.88624 3.43251C3.00608 3.19731 3.19731 3.00608 3.43251 2.88624C3.52307 2.8401 3.66036 2.79822 3.94748 2.77476C4.24336 2.75058 4.62757 2.75 5.2 2.75H10.8C11.3724 2.75 11.7566 2.75058 12.0525 2.77476C12.3396 2.79822 12.4769 2.8401 12.5675 2.88624C12.8027 3.00608 12.9939 3.19731 13.1138 3.43251C13.1599 3.52307 13.2018 3.66036 13.2252 3.94748C13.2494 4.24336 13.25 4.62757 13.25 5.2V8.18934ZM5.66667 5.08333C5.3445 5.08333 5.08333 5.3445 5.08333 5.66667C5.08333 5.98883 5.3445 6.25 5.66667 6.25C5.98883 6.25 6.25 5.98883 6.25 5.66667C6.25 5.3445 5.98883 5.08333 5.66667 5.08333ZM3.58333 5.66667C3.58333 4.51607 4.51607 3.58333 5.66667 3.58333C6.81726 3.58333 7.75 4.51607 7.75 5.66667C7.75 6.81726 6.81726 7.75 5.66667 7.75C4.51607 7.75 3.58333 6.81726 3.58333 5.66667Z"
6
- />
7
- </template>
1
+ <template>
2
+ <path
3
+ fill-rule="evenodd"
4
+ clip-rule="evenodd"
5
+ d="M5.16957 1.25H10.8304C11.3646 1.24999 11.8104 1.24998 12.1747 1.27974C12.5546 1.31078 12.9112 1.37789 13.2485 1.54973C13.7659 1.81338 14.1866 2.23408 14.4503 2.75153C14.6221 3.08879 14.6892 3.44545 14.7203 3.82533C14.75 4.18956 14.75 4.6354 14.75 5.16955V10.8305C14.75 11.3646 14.75 11.8104 14.7203 12.1747C14.6892 12.5546 14.6221 12.9112 14.4503 13.2485C14.1866 13.7659 13.7659 14.1866 13.2485 14.4503C12.9112 14.6221 12.5546 14.6892 12.1747 14.7203C11.8104 14.75 11.3646 14.75 10.8305 14.75H5.16955C5.1522 14.75 5.13496 14.75 5.1178 14.75L4.59424 14.75C4.41573 14.75 4.23512 14.7501 4.08866 14.7371C4.08379 14.7367 4.07869 14.7362 4.07338 14.7357C3.98683 14.7318 3.90417 14.7267 3.82533 14.7203C3.44545 14.6892 3.08879 14.6221 2.75153 14.4503C2.23408 14.1866 1.81338 13.7659 1.54973 13.2485C1.37789 12.9112 1.31078 12.5546 1.27974 12.1747C1.24998 11.8104 1.24999 11.3646 1.25 10.8304V5.16957C1.24999 4.63541 1.24998 4.18956 1.27974 3.82533C1.31078 3.44545 1.37789 3.08879 1.54973 2.75153C1.81338 2.23408 2.23408 1.81338 2.75153 1.54973C3.08879 1.37789 3.44545 1.31078 3.82533 1.27974C4.18956 1.24998 4.63541 1.24999 5.16957 1.25ZM5.144 13.25C5.16246 13.25 5.18113 13.25 5.2 13.25H10.8C11.3724 13.25 11.7566 13.2494 12.0525 13.2252C12.3396 13.2018 12.4769 13.1599 12.5675 13.1138C12.8027 12.9939 12.9939 12.8027 13.1138 12.5675C13.1599 12.4769 13.2018 12.3396 13.2252 12.0525C13.2494 11.7566 13.25 11.3724 13.25 10.8V10.3107L10.8906 7.95124C10.7856 7.84628 10.7177 7.77885 10.6667 7.73154C10.6156 7.77885 10.5477 7.84628 10.4428 7.95124L5.144 13.25ZM13.25 8.18934L11.935 6.87438C11.8172 6.75646 11.6991 6.63835 11.5903 6.54597C11.4698 6.44366 11.3122 6.32966 11.1044 6.26215C10.8199 6.1697 10.5134 6.1697 10.2289 6.26215C10.0211 6.32966 9.86358 6.44367 9.74308 6.54597C9.63425 6.63836 9.51617 6.75647 9.39827 6.8744L3.71346 12.5592C3.70719 12.5655 3.70091 12.5718 3.69462 12.5781C3.56836 12.7043 3.44062 12.832 3.34623 12.9447C3.32868 12.9657 3.3068 12.9922 3.28297 13.0239C3.11609 12.907 2.97954 12.7506 2.88624 12.5675C2.8401 12.4769 2.79822 12.3396 2.77476 12.0525C2.75058 11.7566 2.75 11.3724 2.75 10.8V5.2C2.75 4.62757 2.75058 4.24336 2.77476 3.94748C2.79822 3.66036 2.8401 3.52307 2.88624 3.43251C3.00608 3.19731 3.19731 3.00608 3.43251 2.88624C3.52307 2.8401 3.66036 2.79822 3.94748 2.77476C4.24336 2.75058 4.62757 2.75 5.2 2.75H10.8C11.3724 2.75 11.7566 2.75058 12.0525 2.77476C12.3396 2.79822 12.4769 2.8401 12.5675 2.88624C12.8027 3.00608 12.9939 3.19731 13.1138 3.43251C13.1599 3.52307 13.2018 3.66036 13.2252 3.94748C13.2494 4.24336 13.25 4.62757 13.25 5.2V8.18934ZM5.66667 5.08333C5.3445 5.08333 5.08333 5.3445 5.08333 5.66667C5.08333 5.98883 5.3445 6.25 5.66667 6.25C5.98883 6.25 6.25 5.98883 6.25 5.66667C6.25 5.3445 5.98883 5.08333 5.66667 5.08333ZM3.58333 5.66667C3.58333 4.51607 4.51607 3.58333 5.66667 3.58333C6.81726 3.58333 7.75 4.51607 7.75 5.66667C7.75 6.81726 6.81726 7.75 5.66667 7.75C4.51607 7.75 3.58333 6.81726 3.58333 5.66667Z"
6
+ />
7
+ </template>
@@ -1,5 +1,5 @@
1
- <template>
2
- <path
3
- d="M12.6667 11.9286V12.3214C12.6667 12.6488 12.5532 12.9271 12.3264 13.1563C12.0995 13.3854 11.8241 13.5 11.5 13.5H2.16667C1.84259 13.5 1.56713 13.3854 1.34028 13.1563C1.11343 12.9271 1 12.6488 1 12.3214V6.03571C1 5.70833 1.11343 5.43006 1.34028 5.20089C1.56713 4.97173 1.84259 4.85714 2.16667 4.85714H2.55556V9.96429C2.55556 10.5045 2.7419 10.971 3.11458 11.3638C3.50347 11.7403 3.96528 11.9286 4.5 11.9286H12.6667ZM15 9.96429C15 10.2917 14.8866 10.5699 14.6597 10.7991C14.4329 11.0283 14.1574 11.1429 13.8333 11.1429H4.5C4.17593 11.1429 3.90046 11.0283 3.67361 10.7991C3.44676 10.5699 3.33333 10.2917 3.33333 9.96429V3.67857C3.33333 3.35119 3.44676 3.07292 3.67361 2.84375C3.90046 2.61458 4.17593 2.5 4.5 2.5H13.8333C14.1574 2.5 14.4329 2.61458 14.6597 2.84375C14.8866 3.07292 15 3.35119 15 3.67857V9.96429ZM6.88194 5.69196C7.1088 5.4628 7.22222 5.18452 7.22222 4.85714C7.22222 4.52976 7.1088 4.25149 6.88194 4.02232C6.65509 3.79315 6.37963 3.67857 6.05556 3.67857C5.73148 3.67857 5.45602 3.79315 5.22917 4.02232C5.00231 4.25149 4.88889 4.52976 4.88889 4.85714C4.88889 5.18452 5.00231 5.4628 5.22917 5.69196C5.45602 5.92113 5.73148 6.03571 6.05556 6.03571C6.37963 6.03571 6.65509 5.92113 6.88194 5.69196ZM4.88889 8.39286V9.57143H13.4444V6.82143L11.3056 4.66071C11.1759 4.52976 11.0463 4.52976 10.9167 4.66071L7.61111 8L6.63889 7.01786C6.50926 6.8869 6.37963 6.8869 6.25 7.01786L4.88889 8.39286Z"
4
- />
5
- </template>
1
+ <template>
2
+ <path
3
+ d="M12.6667 11.9286V12.3214C12.6667 12.6488 12.5532 12.9271 12.3264 13.1563C12.0995 13.3854 11.8241 13.5 11.5 13.5H2.16667C1.84259 13.5 1.56713 13.3854 1.34028 13.1563C1.11343 12.9271 1 12.6488 1 12.3214V6.03571C1 5.70833 1.11343 5.43006 1.34028 5.20089C1.56713 4.97173 1.84259 4.85714 2.16667 4.85714H2.55556V9.96429C2.55556 10.5045 2.7419 10.971 3.11458 11.3638C3.50347 11.7403 3.96528 11.9286 4.5 11.9286H12.6667ZM15 9.96429C15 10.2917 14.8866 10.5699 14.6597 10.7991C14.4329 11.0283 14.1574 11.1429 13.8333 11.1429H4.5C4.17593 11.1429 3.90046 11.0283 3.67361 10.7991C3.44676 10.5699 3.33333 10.2917 3.33333 9.96429V3.67857C3.33333 3.35119 3.44676 3.07292 3.67361 2.84375C3.90046 2.61458 4.17593 2.5 4.5 2.5H13.8333C14.1574 2.5 14.4329 2.61458 14.6597 2.84375C14.8866 3.07292 15 3.35119 15 3.67857V9.96429ZM6.88194 5.69196C7.1088 5.4628 7.22222 5.18452 7.22222 4.85714C7.22222 4.52976 7.1088 4.25149 6.88194 4.02232C6.65509 3.79315 6.37963 3.67857 6.05556 3.67857C5.73148 3.67857 5.45602 3.79315 5.22917 4.02232C5.00231 4.25149 4.88889 4.52976 4.88889 4.85714C4.88889 5.18452 5.00231 5.4628 5.22917 5.69196C5.45602 5.92113 5.73148 6.03571 6.05556 6.03571C6.37963 6.03571 6.65509 5.92113 6.88194 5.69196ZM4.88889 8.39286V9.57143H13.4444V6.82143L11.3056 4.66071C11.1759 4.52976 11.0463 4.52976 10.9167 4.66071L7.61111 8L6.63889 7.01786C6.50926 6.8869 6.37963 6.8869 6.25 7.01786L4.88889 8.39286Z"
4
+ />
5
+ </template>
@@ -1,7 +1,7 @@
1
- <template>
2
- <path
3
- fill-rule="evenodd"
4
- clip-rule="evenodd"
5
- d="M12.6667 2C13.403 2 14 2.597 14 3.3333v9.3334C14 13.403 13.403 14 12.6667 14H3.3333C2.597 14 2 13.403 2 12.6667V3.3333C2 2.597 2.597 2 3.3333 2h9.3334Zm0 1.3333H3.3333v7.696l1.4957-1.678a.3334.3334 0 0 1 .4381-.0528l.048.0404 1.8302 1.8544 3.2544-3.423a.3334.3334 0 0 1 .433-.0433l.047.04 1.787 1.8283v-6.262ZM6 4.3333c.9205 0 1.6667.7462 1.6667 1.6667 0 .9205-.7462 1.6667-1.6667 1.6667-.9205 0-1.6667-.7462-1.6667-1.6667 0-.9205.7462-1.6667 1.6667-1.6667Z"
6
- />
7
- </template>
1
+ <template>
2
+ <path
3
+ fill-rule="evenodd"
4
+ clip-rule="evenodd"
5
+ d="M12.6667 2C13.403 2 14 2.597 14 3.3333v9.3334C14 13.403 13.403 14 12.6667 14H3.3333C2.597 14 2 13.403 2 12.6667V3.3333C2 2.597 2.597 2 3.3333 2h9.3334Zm0 1.3333H3.3333v7.696l1.4957-1.678a.3334.3334 0 0 1 .4381-.0528l.048.0404 1.8302 1.8544 3.2544-3.423a.3334.3334 0 0 1 .433-.0433l.047.04 1.787 1.8283v-6.262ZM6 4.3333c.9205 0 1.6667.7462 1.6667 1.6667 0 .9205-.7462 1.6667-1.6667 1.6667-.9205 0-1.6667-.7462-1.6667-1.6667 0-.9205.7462-1.6667 1.6667-1.6667Z"
6
+ />
7
+ </template>
@@ -1,9 +1,9 @@
1
- <template>
2
- <g transform="translate(2 2)" fill-rule="nonzero">
3
- <path
4
- d="M11.25 0H.75C.3 0 0 .3 0 .75v10.5c0 .45.3.75.75.75h10.5c.45 0 .75-.3.75-.75V.75c0-.45-.3-.75-.75-.75zm-.75 10.5h-9v-9h9v9z"
5
- />
6
- <path d="M5.25 5.25h1.5V9h-1.5z" />
7
- <circle cx="6" cy="3.75" r="1" />
8
- </g>
9
- </template>
1
+ <template>
2
+ <g transform="translate(2 2)" fill-rule="nonzero">
3
+ <path
4
+ d="M11.25 0H.75C.3 0 0 .3 0 .75v10.5c0 .45.3.75.75.75h10.5c.45 0 .75-.3.75-.75V.75c0-.45-.3-.75-.75-.75zm-.75 10.5h-9v-9h9v9z"
5
+ />
6
+ <path d="M5.25 5.25h1.5V9h-1.5z" />
7
+ <circle cx="6" cy="3.75" r="1" />
8
+ </g>
9
+ </template>
@@ -1,8 +1,8 @@
1
- <template>
2
- <g fill-rule="nonzero">
3
- <path
4
- d="M13.25 5H11V2.75c0-.45-.3-.75-.75-.75h-4.5C5.3 2 5 2.3 5 2.75V5H2.75C2.3 5 2 5.3 2 5.75v7.5c0 .45.3.75.75.75h10.5c.45 0 .75-.3.75-.75v-7.5c0-.45-.3-.75-.75-.75zM6.5 3.5h3V5h-3V3.5zm6 9h-9v-6h9v6z"
5
- />
6
- <path d="M5.75 7.25h4.5V9.5h-4.5z" />
7
- </g>
8
- </template>
1
+ <template>
2
+ <g fill-rule="nonzero">
3
+ <path
4
+ d="M13.25 5H11V2.75c0-.45-.3-.75-.75-.75h-4.5C5.3 2 5 2.3 5 2.75V5H2.75C2.3 5 2 5.3 2 5.75v7.5c0 .45.3.75.75.75h10.5c.45 0 .75-.3.75-.75v-7.5c0-.45-.3-.75-.75-.75zM6.5 3.5h3V5h-3V3.5zm6 9h-9v-6h9v6z"
5
+ />
6
+ <path d="M5.75 7.25h4.5V9.5h-4.5z" />
7
+ </g>
8
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <path
3
- d="M2.132 9.613a.706.706 0 0 1 1.006-.18L8.5 13.341l5.361-3.908a.707.707 0 0 1 1.006.18.762.762 0 0 1-.173 1.04v-.001l-5.777 4.212a.715.715 0 0 1-.834 0l-5.778-4.212a.762.762 0 0 1-.173-1.039zm5.951-7.477a.708.708 0 0 1 .834 0l5.777 4.21c.192.14.306.369.306.61a.753.753 0 0 1-.306.61l-5.777 4.212a.708.708 0 0 1-.834 0L2.306 7.566A.753.753 0 0 1 2 6.956c0-.241.114-.47.306-.61z"
4
- fill-rule="evenodd"
5
- />
6
- </template>
1
+ <template>
2
+ <path
3
+ d="M2.132 9.613a.706.706 0 0 1 1.006-.18L8.5 13.341l5.361-3.908a.707.707 0 0 1 1.006.18.762.762 0 0 1-.173 1.04v-.001l-5.777 4.212a.715.715 0 0 1-.834 0l-5.778-4.212a.762.762 0 0 1-.173-1.039zm5.951-7.477a.708.708 0 0 1 .834 0l5.777 4.21c.192.14.306.369.306.61a.753.753 0 0 1-.306.61l-5.777 4.212a.708.708 0 0 1-.834 0L2.306 7.566A.753.753 0 0 1 2 6.956c0-.241.114-.47.306-.61z"
4
+ fill-rule="evenodd"
5
+ />
6
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <path
3
- d="M7.5 2.66l4.524 3.297-4.524 3.3-4.525-3.3L7.5 2.66zm4.968 4.8l1.226-.894A.75.75 0 0 0 14 5.957a.752.752 0 0 0-.306-.609l-5.778-4.21a.7.7 0 0 0-.833 0l-5.777 4.21a.749.749 0 0 0-.306.61c0 .242.113.47.306.608l1.225.894-1.249.992A.752.752 0 0 0 1 9.058a.751.751 0 0 0 .306.594l5.777 4.211a.708.708 0 0 0 .833 0l5.778-4.21a.759.759 0 0 0 .024-1.2l-1.25-.993z"
4
- fill-rule="evenodd"
5
- />
6
- </template>
1
+ <template>
2
+ <path
3
+ d="M7.5 2.66l4.524 3.297-4.524 3.3-4.525-3.3L7.5 2.66zm4.968 4.8l1.226-.894A.75.75 0 0 0 14 5.957a.752.752 0 0 0-.306-.609l-5.778-4.21a.7.7 0 0 0-.833 0l-5.777 4.21a.749.749 0 0 0-.306.61c0 .242.113.47.306.608l1.225.894-1.249.992A.752.752 0 0 0 1 9.058a.751.751 0 0 0 .306.594l5.777 4.211a.708.708 0 0 0 .833 0l5.778-4.21a.759.759 0 0 0 .024-1.2l-1.25-.993z"
4
+ fill-rule="evenodd"
5
+ />
6
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <path
3
- d="M13.003 8.943a.622.622 0 0 1 .881.155.657.657 0 0 1-.151.902l-5.368 3.881a.619.619 0 0 1-.729 0L2.267 10a.657.657 0 0 1-.152-.901.623.623 0 0 1 .881-.155L8 12.561zM7.635 2.121a.61.61 0 0 1 .729 0l5.368 3.967a.67.67 0 0 1 .267.54.672.672 0 0 1-.267.54l-5.368 3.967a.613.613 0 0 1-.729 0L2.267 7.169A.673.673 0 0 1 2 6.629c0-.215.1-.417.267-.54zM8 3.469 3.727 6.627 8 9.785l4.272-3.158L8 3.47z"
4
- fill-rule="evenodd"
5
- />
6
- </template>
1
+ <template>
2
+ <path
3
+ d="M13.003 8.943a.622.622 0 0 1 .881.155.657.657 0 0 1-.151.902l-5.368 3.881a.619.619 0 0 1-.729 0L2.267 10a.657.657 0 0 1-.152-.901.623.623 0 0 1 .881-.155L8 12.561zM7.635 2.121a.61.61 0 0 1 .729 0l5.368 3.967a.67.67 0 0 1 .267.54.672.672 0 0 1-.267.54l-5.368 3.967a.613.613 0 0 1-.729 0L2.267 7.169A.673.673 0 0 1 2 6.629c0-.215.1-.417.267-.54zM8 3.469 3.727 6.627 8 9.785l4.272-3.158L8 3.47z"
4
+ fill-rule="evenodd"
5
+ />
6
+ </template>