@designcrowd/fe-shared-lib 1.0.9 → 1.0.10

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 (515) hide show
  1. package/.eslintrc.js +35 -35
  2. package/.prettierrc.js +7 -7
  3. package/.storybook/main.ts +39 -39
  4. package/.storybook/preview-head-master.html +4 -4
  5. package/.storybook/preview-head-publish-master.html +4 -4
  6. package/.storybook/preview-head-publish.html +9 -9
  7. package/.storybook/preview-head.html +9 -9
  8. package/.storybook/preview.js +14 -14
  9. package/Dockerfile +41 -41
  10. package/README.md +103 -103
  11. package/buildspec.yml +46 -46
  12. package/index.cjs +16 -16
  13. package/index.js +54 -53
  14. package/package.json +109 -109
  15. package/postcss.config.js +5 -5
  16. package/public/css/tailwind-brandCrowd.css +2368 -0
  17. package/public/css/tailwind-brandPage.css +2056 -0
  18. package/public/css/tailwind-crazyDomains.css +2368 -0
  19. package/public/css/tailwind-designCom.css +2368 -0
  20. package/public/css/tailwind-designCrowd.css +2368 -0
  21. package/src/atoms/components/Button/Button.vue +323 -323
  22. package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
  23. package/src/atoms/components/Button/Buttons.stories.js +778 -778
  24. package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
  25. package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +52 -52
  26. package/src/atoms/components/Button/variants/ButtonFlat.vue +65 -65
  27. package/src/atoms/components/Button/variants/ButtonGray.vue +64 -64
  28. package/src/atoms/components/Button/variants/ButtonInfo.vue +51 -51
  29. package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +63 -63
  30. package/src/atoms/components/Button/variants/ButtonNoBorder.vue +65 -65
  31. package/src/atoms/components/Button/variants/ButtonOutline.vue +62 -62
  32. package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +62 -62
  33. package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +54 -54
  34. package/src/atoms/components/Button/variants/ButtonPill.vue +52 -52
  35. package/src/atoms/components/Button/variants/ButtonPrimary.vue +69 -69
  36. package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +68 -68
  37. package/src/atoms/components/Button/variants/ButtonSecondary.vue +51 -51
  38. package/src/atoms/components/Button/variants/ButtonSuccess.vue +55 -55
  39. package/src/atoms/components/Button/variants/ButtonWarning.vue +65 -65
  40. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +58 -58
  41. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +38 -38
  42. package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +562 -562
  43. package/src/atoms/components/ButtonGroup/ButtonGroup.vue +188 -188
  44. package/src/atoms/components/Carousel/Carousel.fixtures.js +35 -35
  45. package/src/atoms/components/Carousel/Carousel.vue +352 -352
  46. package/src/atoms/components/Carousel/carousel.stories.js +261 -261
  47. package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
  48. package/src/atoms/components/Checkbox/Checkbox.stories.js +206 -206
  49. package/src/atoms/components/Checkbox/Checkbox.vue +89 -89
  50. package/src/atoms/components/Checktile/Checktile.stories.js +79 -79
  51. package/src/atoms/components/Checktile/Checktile.vue +73 -73
  52. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +34 -34
  53. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +40 -40
  54. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +30 -30
  55. package/src/atoms/components/ColorPicker/ColorPicker.stories.js +89 -89
  56. package/src/atoms/components/ColorPicker/ColorPicker.vue +95 -95
  57. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +41 -41
  58. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +71 -71
  59. package/src/atoms/components/Dropdown/Dropdown.stories.js +140 -140
  60. package/src/atoms/components/Dropdown/Dropdown.vue +108 -108
  61. package/src/atoms/components/Dropdown/DropdownItem.vue +21 -21
  62. package/src/atoms/components/FormControl/FormControl.mixin.js +127 -127
  63. package/src/atoms/components/HelloBar/HelloBar.stories.js +195 -195
  64. package/src/atoms/components/HelloBar/HelloBar.vue +156 -156
  65. package/src/atoms/components/Icon/Icon.stories.js +385 -385
  66. package/src/atoms/components/Icon/Icon.vue +802 -802
  67. package/src/atoms/components/Icon/icons/add-page.vue +6 -6
  68. package/src/atoms/components/Icon/icons/ai.vue +6 -6
  69. package/src/atoms/components/Icon/icons/arrow-down.vue +6 -6
  70. package/src/atoms/components/Icon/icons/arrow-left.vue +7 -7
  71. package/src/atoms/components/Icon/icons/arrow-right.vue +7 -7
  72. package/src/atoms/components/Icon/icons/arrow-top-right.vue +6 -6
  73. package/src/atoms/components/Icon/icons/arrow-up-underline.vue +7 -7
  74. package/src/atoms/components/Icon/icons/arrow-up.vue +7 -7
  75. package/src/atoms/components/Icon/icons/attach.vue +6 -6
  76. package/src/atoms/components/Icon/icons/auth-facebook-white.vue +17 -17
  77. package/src/atoms/components/Icon/icons/auth-facebook.vue +24 -24
  78. package/src/atoms/components/Icon/icons/auth-google.vue +32 -32
  79. package/src/atoms/components/Icon/icons/background.vue +7 -7
  80. package/src/atoms/components/Icon/icons/banner-centered.vue +6 -6
  81. package/src/atoms/components/Icon/icons/banner-left.vue +6 -6
  82. package/src/atoms/components/Icon/icons/banner.vue +7 -7
  83. package/src/atoms/components/Icon/icons/bc-mast.vue +7 -7
  84. package/src/atoms/components/Icon/icons/brush.vue +6 -6
  85. package/src/atoms/components/Icon/icons/business-card-filled.vue +5 -5
  86. package/src/atoms/components/Icon/icons/business.vue +6 -6
  87. package/src/atoms/components/Icon/icons/calendar.vue +5 -5
  88. package/src/atoms/components/Icon/icons/callout-error.vue +6 -6
  89. package/src/atoms/components/Icon/icons/callout-info.vue +6 -6
  90. package/src/atoms/components/Icon/icons/callout-success.vue +8 -8
  91. package/src/atoms/components/Icon/icons/callout-warning.vue +6 -6
  92. package/src/atoms/components/Icon/icons/card.vue +9 -9
  93. package/src/atoms/components/Icon/icons/cart-empty.vue +9 -9
  94. package/src/atoms/components/Icon/icons/check-thin.vue +7 -7
  95. package/src/atoms/components/Icon/icons/check.vue +3 -3
  96. package/src/atoms/components/Icon/icons/chevron-down.vue +7 -7
  97. package/src/atoms/components/Icon/icons/chevron-left.vue +7 -7
  98. package/src/atoms/components/Icon/icons/chevron-right-wide.vue +3 -3
  99. package/src/atoms/components/Icon/icons/chevron-right.vue +3 -3
  100. package/src/atoms/components/Icon/icons/chevron-up.vue +7 -7
  101. package/src/atoms/components/Icon/icons/close.vue +6 -6
  102. package/src/atoms/components/Icon/icons/community.vue +5 -5
  103. package/src/atoms/components/Icon/icons/contact-message.vue +10 -10
  104. package/src/atoms/components/Icon/icons/content.vue +7 -7
  105. package/src/atoms/components/Icon/icons/copy.vue +10 -10
  106. package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +6 -6
  107. package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +6 -6
  108. package/src/atoms/components/Icon/icons/crazy-domains/home.vue +6 -6
  109. package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +6 -6
  110. package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +6 -6
  111. package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +6 -6
  112. package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +6 -6
  113. package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +6 -6
  114. package/src/atoms/components/Icon/icons/crop.vue +6 -6
  115. package/src/atoms/components/Icon/icons/delete.vue +8 -8
  116. package/src/atoms/components/Icon/icons/designs.vue +6 -6
  117. package/src/atoms/components/Icon/icons/desktop.vue +7 -7
  118. package/src/atoms/components/Icon/icons/donate.vue +6 -6
  119. package/src/atoms/components/Icon/icons/download.vue +5 -5
  120. package/src/atoms/components/Icon/icons/duplicate.vue +6 -6
  121. package/src/atoms/components/Icon/icons/edit-line.vue +10 -10
  122. package/src/atoms/components/Icon/icons/edit.vue +6 -6
  123. package/src/atoms/components/Icon/icons/ellipsis.vue +6 -6
  124. package/src/atoms/components/Icon/icons/envelope-email.vue +9 -9
  125. package/src/atoms/components/Icon/icons/error.vue +8 -8
  126. package/src/atoms/components/Icon/icons/eye-crossed.vue +7 -7
  127. package/src/atoms/components/Icon/icons/fees.vue +6 -6
  128. package/src/atoms/components/Icon/icons/filter.vue +7 -7
  129. package/src/atoms/components/Icon/icons/filters.vue +6 -6
  130. package/src/atoms/components/Icon/icons/flag.vue +6 -6
  131. package/src/atoms/components/Icon/icons/flip-horizontal.vue +7 -7
  132. package/src/atoms/components/Icon/icons/flip-vertical.vue +7 -7
  133. package/src/atoms/components/Icon/icons/folder.vue +6 -6
  134. package/src/atoms/components/Icon/icons/footer-centered.vue +7 -7
  135. package/src/atoms/components/Icon/icons/footer-left.vue +7 -7
  136. package/src/atoms/components/Icon/icons/form-message.vue +6 -6
  137. package/src/atoms/components/Icon/icons/form.vue +5 -5
  138. package/src/atoms/components/Icon/icons/fullscreen-exit.vue +5 -5
  139. package/src/atoms/components/Icon/icons/fullscreen.vue +5 -5
  140. package/src/atoms/components/Icon/icons/globe.vue +6 -6
  141. package/src/atoms/components/Icon/icons/godaddy/logo.vue +5 -5
  142. package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
  143. package/src/atoms/components/Icon/icons/home.vue +7 -7
  144. package/src/atoms/components/Icon/icons/icon-style-circle-bg.vue +22 -22
  145. package/src/atoms/components/Icon/icons/icon-style-no-bg.vue +16 -16
  146. package/src/atoms/components/Icon/icons/icon-style-square-bg.vue +22 -22
  147. package/src/atoms/components/Icon/icons/image-gallery-carousel.vue +7 -7
  148. package/src/atoms/components/Icon/icons/image-gallery-grid.vue +7 -7
  149. package/src/atoms/components/Icon/icons/image-gallery-masonry.vue +6 -6
  150. package/src/atoms/components/Icon/icons/images-gallery.vue +5 -5
  151. package/src/atoms/components/Icon/icons/images.vue +7 -7
  152. package/src/atoms/components/Icon/icons/info.vue +9 -9
  153. package/src/atoms/components/Icon/icons/jobs.vue +8 -8
  154. package/src/atoms/components/Icon/icons/layer-bring-front.vue +6 -6
  155. package/src/atoms/components/Icon/icons/layer-send-back.vue +6 -6
  156. package/src/atoms/components/Icon/icons/layer.vue +6 -6
  157. package/src/atoms/components/Icon/icons/layout/display-style-about-1.vue +20 -20
  158. package/src/atoms/components/Icon/icons/layout/display-style-about-2.vue +20 -20
  159. package/src/atoms/components/Icon/icons/layout/display-style-about-3.vue +20 -20
  160. package/src/atoms/components/Icon/icons/layout/display-style-about-4.vue +32 -32
  161. package/src/atoms/components/Icon/icons/layout/display-style-about-5.vue +27 -27
  162. package/src/atoms/components/Icon/icons/layout/display-style-about-6.vue +27 -27
  163. package/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue +20 -20
  164. package/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue +20 -20
  165. package/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue +20 -20
  166. package/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue +20 -20
  167. package/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue +20 -20
  168. package/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue +27 -27
  169. package/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue +27 -27
  170. package/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue +20 -20
  171. package/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue +20 -20
  172. package/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue +24 -24
  173. package/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue +24 -24
  174. package/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue +24 -24
  175. package/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue +39 -39
  176. package/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue +39 -39
  177. package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +7 -7
  178. package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +16 -16
  179. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +17 -17
  180. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +17 -17
  181. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +17 -17
  182. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +17 -17
  183. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +13 -13
  184. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +13 -13
  185. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +17 -17
  186. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +17 -17
  187. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +16 -16
  188. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +16 -16
  189. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +16 -16
  190. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +17 -17
  191. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +17 -17
  192. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +17 -17
  193. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +21 -21
  194. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +17 -17
  195. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +17 -17
  196. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +16 -16
  197. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +16 -16
  198. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +16 -16
  199. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +7 -7
  200. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +7 -7
  201. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +7 -7
  202. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +11 -11
  203. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +10 -10
  204. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +11 -11
  205. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +7 -7
  206. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +7 -7
  207. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +7 -7
  208. package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +7 -7
  209. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +7 -7
  210. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +7 -7
  211. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +7 -7
  212. package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +7 -7
  213. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +7 -7
  214. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +7 -7
  215. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +7 -7
  216. package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +7 -7
  217. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +16 -16
  218. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +10 -10
  219. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +10 -10
  220. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +23 -23
  221. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +16 -16
  222. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +7 -7
  223. package/src/atoms/components/Icon/icons/letterhead-filled.vue +5 -5
  224. package/src/atoms/components/Icon/icons/link.vue +6 -6
  225. package/src/atoms/components/Icon/icons/location.vue +6 -6
  226. package/src/atoms/components/Icon/icons/lock.vue +6 -6
  227. package/src/atoms/components/Icon/icons/mac-command.vue +7 -7
  228. package/src/atoms/components/Icon/icons/maker/align-center.vue +7 -7
  229. package/src/atoms/components/Icon/icons/maker/align-justify.vue +7 -7
  230. package/src/atoms/components/Icon/icons/maker/align-left.vue +7 -7
  231. package/src/atoms/components/Icon/icons/maker/align-right.vue +7 -7
  232. package/src/atoms/components/Icon/icons/maker/animate.vue +7 -7
  233. package/src/atoms/components/Icon/icons/maker/bold.vue +7 -7
  234. package/src/atoms/components/Icon/icons/maker/custom-landscape.vue +5 -5
  235. package/src/atoms/components/Icon/icons/maker/email-symbol.vue +5 -5
  236. package/src/atoms/components/Icon/icons/maker/email.vue +5 -5
  237. package/src/atoms/components/Icon/icons/maker/eraser.vue +5 -5
  238. package/src/atoms/components/Icon/icons/maker/etsy.vue +5 -5
  239. package/src/atoms/components/Icon/icons/maker/facebook.vue +5 -5
  240. package/src/atoms/components/Icon/icons/maker/favicon.vue +7 -7
  241. package/src/atoms/components/Icon/icons/maker/flyer.vue +7 -7
  242. package/src/atoms/components/Icon/icons/maker/gift-certificate.vue +5 -5
  243. package/src/atoms/components/Icon/icons/maker/globe.vue +5 -5
  244. package/src/atoms/components/Icon/icons/maker/image.vue +7 -7
  245. package/src/atoms/components/Icon/icons/maker/instagram.vue +7 -7
  246. package/src/atoms/components/Icon/icons/maker/invitation.vue +5 -5
  247. package/src/atoms/components/Icon/icons/maker/invoice.vue +5 -5
  248. package/src/atoms/components/Icon/icons/maker/italic.vue +7 -7
  249. package/src/atoms/components/Icon/icons/maker/link.vue +7 -7
  250. package/src/atoms/components/Icon/icons/maker/linkedin.vue +7 -7
  251. package/src/atoms/components/Icon/icons/maker/menu.vue +5 -5
  252. package/src/atoms/components/Icon/icons/maker/pause.vue +5 -5
  253. package/src/atoms/components/Icon/icons/maker/phone.vue +5 -5
  254. package/src/atoms/components/Icon/icons/maker/pinterest.vue +5 -5
  255. package/src/atoms/components/Icon/icons/maker/play.vue +5 -5
  256. package/src/atoms/components/Icon/icons/maker/postcard.vue +5 -5
  257. package/src/atoms/components/Icon/icons/maker/poster.vue +7 -7
  258. package/src/atoms/components/Icon/icons/maker/profile.vue +5 -5
  259. package/src/atoms/components/Icon/icons/maker/qrcode.vue +5 -5
  260. package/src/atoms/components/Icon/icons/maker/snapchat.vue +5 -5
  261. package/src/atoms/components/Icon/icons/maker/soundcloud.vue +7 -7
  262. package/src/atoms/components/Icon/icons/maker/strikethrough.vue +7 -7
  263. package/src/atoms/components/Icon/icons/maker/text.vue +7 -7
  264. package/src/atoms/components/Icon/icons/maker/thankyou-card.vue +5 -5
  265. package/src/atoms/components/Icon/icons/maker/tiktok.vue +5 -5
  266. package/src/atoms/components/Icon/icons/maker/tumblr.vue +5 -5
  267. package/src/atoms/components/Icon/icons/maker/twitch.vue +7 -7
  268. package/src/atoms/components/Icon/icons/maker/twitter.vue +5 -5
  269. package/src/atoms/components/Icon/icons/maker/underline.vue +7 -7
  270. package/src/atoms/components/Icon/icons/maker/uppercase.vue +14 -14
  271. package/src/atoms/components/Icon/icons/maker/video.vue +5 -5
  272. package/src/atoms/components/Icon/icons/maker/whatsapp.vue +7 -7
  273. package/src/atoms/components/Icon/icons/maker/youtube.vue +5 -5
  274. package/src/atoms/components/Icon/icons/maker/zoom.vue +5 -5
  275. package/src/atoms/components/Icon/icons/map.vue +6 -6
  276. package/src/atoms/components/Icon/icons/message.vue +6 -6
  277. package/src/atoms/components/Icon/icons/minus-circle-light.vue +7 -7
  278. package/src/atoms/components/Icon/icons/minus.vue +3 -3
  279. package/src/atoms/components/Icon/icons/mobile.vue +5 -5
  280. package/src/atoms/components/Icon/icons/opacity.vue +6 -6
  281. package/src/atoms/components/Icon/icons/other.vue +7 -7
  282. package/src/atoms/components/Icon/icons/page-buttons.vue +8 -8
  283. package/src/atoms/components/Icon/icons/page-hamburger.vue +9 -9
  284. package/src/atoms/components/Icon/icons/page-tabs.vue +9 -9
  285. package/src/atoms/components/Icon/icons/pages.vue +6 -6
  286. package/src/atoms/components/Icon/icons/palette.vue +6 -6
  287. package/src/atoms/components/Icon/icons/pause.vue +5 -5
  288. package/src/atoms/components/Icon/icons/payment.vue +8 -8
  289. package/src/atoms/components/Icon/icons/payments-featured.vue +6 -6
  290. package/src/atoms/components/Icon/icons/payments-textonly.vue +8 -8
  291. package/src/atoms/components/Icon/icons/payments-thumbnail.vue +9 -9
  292. package/src/atoms/components/Icon/icons/phone.vue +6 -6
  293. package/src/atoms/components/Icon/icons/plus-circle-light.vue +8 -8
  294. package/src/atoms/components/Icon/icons/plus-circle.vue +7 -7
  295. package/src/atoms/components/Icon/icons/plus.vue +3 -3
  296. package/src/atoms/components/Icon/icons/poll.vue +3 -3
  297. package/src/atoms/components/Icon/icons/portfolio.vue +10 -10
  298. package/src/atoms/components/Icon/icons/preview.vue +6 -6
  299. package/src/atoms/components/Icon/icons/printing.vue +6 -6
  300. package/src/atoms/components/Icon/icons/processing.vue +5 -5
  301. package/src/atoms/components/Icon/icons/question.vue +11 -11
  302. package/src/atoms/components/Icon/icons/ratio-1-1.vue +3 -3
  303. package/src/atoms/components/Icon/icons/ratio-16-9.vue +1 -1
  304. package/src/atoms/components/Icon/icons/ratio-2-3.vue +3 -3
  305. package/src/atoms/components/Icon/icons/ratio-3-2.vue +3 -3
  306. package/src/atoms/components/Icon/icons/ratio-3-4.vue +3 -3
  307. package/src/atoms/components/Icon/icons/ratio-4-3.vue +3 -3
  308. package/src/atoms/components/Icon/icons/ratio-9-16.vue +3 -3
  309. package/src/atoms/components/Icon/icons/ratio-circle.vue +8 -8
  310. package/src/atoms/components/Icon/icons/ratio-original.vue +11 -11
  311. package/src/atoms/components/Icon/icons/redo.vue +6 -6
  312. package/src/atoms/components/Icon/icons/reload.vue +6 -6
  313. package/src/atoms/components/Icon/icons/reorderable.vue +5 -5
  314. package/src/atoms/components/Icon/icons/request-payment.vue +6 -6
  315. package/src/atoms/components/Icon/icons/reset.vue +6 -6
  316. package/src/atoms/components/Icon/icons/search.vue +11 -11
  317. package/src/atoms/components/Icon/icons/secure.vue +7 -7
  318. package/src/atoms/components/Icon/icons/services.vue +7 -7
  319. package/src/atoms/components/Icon/icons/settings.vue +7 -7
  320. package/src/atoms/components/Icon/icons/shape.vue +5 -5
  321. package/src/atoms/components/Icon/icons/share.vue +8 -8
  322. package/src/atoms/components/Icon/icons/shop.vue +5 -5
  323. package/src/atoms/components/Icon/icons/sms.vue +5 -5
  324. package/src/atoms/components/Icon/icons/social-facebook-color.vue +9 -9
  325. package/src/atoms/components/Icon/icons/social-facebook.vue +5 -5
  326. package/src/atoms/components/Icon/icons/social-google.vue +5 -5
  327. package/src/atoms/components/Icon/icons/social-instagram-color.vue +24 -24
  328. package/src/atoms/components/Icon/icons/social-linkedin-color.vue +9 -9
  329. package/src/atoms/components/Icon/icons/social-share.vue +7 -7
  330. package/src/atoms/components/Icon/icons/social-twitter-color.vue +9 -9
  331. package/src/atoms/components/Icon/icons/star-filled.vue +6 -6
  332. package/src/atoms/components/Icon/icons/star-hollow.vue +6 -6
  333. package/src/atoms/components/Icon/icons/styles.vue +5 -5
  334. package/src/atoms/components/Icon/icons/submit.vue +5 -5
  335. package/src/atoms/components/Icon/icons/templates.vue +7 -7
  336. package/src/atoms/components/Icon/icons/text-image-center.vue +6 -6
  337. package/src/atoms/components/Icon/icons/text-image-justified.vue +7 -7
  338. package/src/atoms/components/Icon/icons/text-image-left.vue +9 -9
  339. package/src/atoms/components/Icon/icons/text-image-only.vue +5 -5
  340. package/src/atoms/components/Icon/icons/text-image-right.vue +9 -9
  341. package/src/atoms/components/Icon/icons/text-image.vue +13 -13
  342. package/src/atoms/components/Icon/icons/time.vue +8 -8
  343. package/src/atoms/components/Icon/icons/tooltip-bottom.vue +5 -5
  344. package/src/atoms/components/Icon/icons/tooltip-left.vue +5 -5
  345. package/src/atoms/components/Icon/icons/tooltip-right.vue +5 -5
  346. package/src/atoms/components/Icon/icons/tooltip-top.vue +5 -5
  347. package/src/atoms/components/Icon/icons/undo.vue +6 -6
  348. package/src/atoms/components/Icon/icons/upgrade-alt.vue +7 -7
  349. package/src/atoms/components/Icon/icons/upgrade.vue +9 -9
  350. package/src/atoms/components/Icon/icons/upload-arrow.vue +5 -5
  351. package/src/atoms/components/Icon/icons/upload.vue +5 -5
  352. package/src/atoms/components/Icon/icons/user-accounts.vue +5 -5
  353. package/src/atoms/components/Icon/icons/volume-muted.vue +5 -5
  354. package/src/atoms/components/Icon/icons/volume.vue +5 -5
  355. package/src/atoms/components/Icon/icons/watchlist-filled.vue +14 -14
  356. package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +14 -14
  357. package/src/atoms/components/Icon/icons/watchlist-hollow.vue +6 -6
  358. package/src/atoms/components/Icon/icons/website-filled.vue +5 -5
  359. package/src/atoms/components/Icon/icons/website.vue +6 -6
  360. package/src/atoms/components/Icon/icons/wholesale.vue +6 -6
  361. package/src/atoms/components/Icon/icons/zoom-in.vue +5 -5
  362. package/src/atoms/components/Icon/icons/zoom-out.vue +5 -5
  363. package/src/atoms/components/Icon/icons/zoom.vue +11 -11
  364. package/src/atoms/components/Loader/Loader.vue +15 -15
  365. package/src/atoms/components/Masonry/Masonry.stories.js +48 -48
  366. package/src/atoms/components/Masonry/Masonry.vue +48 -48
  367. package/src/atoms/components/Masonry/fixtures.js +589 -589
  368. package/src/atoms/components/Modal/HashRouteModal.stories.js +68 -68
  369. package/src/atoms/components/Modal/HashRouteModal.vue +120 -120
  370. package/src/atoms/components/Modal/Modal.stories.js +303 -303
  371. package/src/atoms/components/Modal/Modal.vue +246 -246
  372. package/src/atoms/components/Notice/Notice.stories.js +174 -174
  373. package/src/atoms/components/Notice/Notice.vue +71 -71
  374. package/src/atoms/components/NumberStepper/NumberStepper.stories.js +51 -51
  375. package/src/atoms/components/NumberStepper/NumberStepper.vue +298 -298
  376. package/src/atoms/components/Picture/Picture.stories.js +90 -90
  377. package/src/atoms/components/Picture/Picture.vue +84 -84
  378. package/src/atoms/components/Picture/picture.fixtures.js +35 -35
  379. package/src/atoms/components/Pill/Pill.stories.js +20 -20
  380. package/src/atoms/components/Pill/Pill.vue +8 -8
  381. package/src/atoms/components/PillBar/PillBar.fixtures.js +941 -941
  382. package/src/atoms/components/PillBar/PillBar.stories.js +39 -39
  383. package/src/atoms/components/PillBar/PillBar.vue +62 -62
  384. package/src/atoms/components/Price/Price.fixtures.js +25 -25
  385. package/src/atoms/components/Price/Price.stories.js +173 -173
  386. package/src/atoms/components/Price/Price.vue +106 -106
  387. package/src/atoms/components/SearchBar/SearchBar.stories.js +21 -21
  388. package/src/atoms/components/SearchBar/SearchBar.vue +51 -51
  389. package/src/atoms/components/Select/Select.stories.js +142 -142
  390. package/src/atoms/components/Select/Select.vue +594 -594
  391. package/src/atoms/components/Select/pointerMixin.js +99 -99
  392. package/src/atoms/components/Select/selectMixin.js +340 -340
  393. package/src/atoms/components/StarRating/StarRating.stories.js +50 -50
  394. package/src/atoms/components/StarRating/StarRating.vue +84 -84
  395. package/src/atoms/components/TabMenu/TabMenu.stories.js +54 -54
  396. package/src/atoms/components/TabMenu/TabMenu.vue +44 -44
  397. package/src/atoms/components/TextCopyField/TextCopyField.stories.js +68 -68
  398. package/src/atoms/components/TextCopyField/TextCopyField.vue +75 -75
  399. package/src/atoms/components/TextInput/TextInput.stories.js +232 -232
  400. package/src/atoms/components/TextInput/TextInput.vue +156 -156
  401. package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
  402. package/src/atoms/components/Textarea/Textarea.vue +109 -109
  403. package/src/atoms/components/Toggle/Toggle.stories.js +176 -176
  404. package/src/atoms/components/Toggle/Toggle.vue +69 -69
  405. package/src/atoms/components/Tooltip/Tooltip.stories.js +493 -493
  406. package/src/atoms/components/Tooltip/Tooltip.vue +196 -196
  407. package/src/atoms/components/design-com/Icon/Icon.stories.js +82 -82
  408. package/src/atoms/components/design-com/Icon/Icon.vue +150 -150
  409. package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
  410. package/src/atoms/components/design-com/Icon/icons/bulb.vue +7 -7
  411. package/src/atoms/components/design-com/Icon/icons/card.vue +7 -7
  412. package/src/atoms/components/design-com/Icon/icons/check-circle-light.vue +7 -7
  413. package/src/atoms/components/design-com/Icon/icons/chevron-down.vue +7 -7
  414. package/src/atoms/components/design-com/Icon/icons/chevron-left.vue +7 -7
  415. package/src/atoms/components/design-com/Icon/icons/chevron-right.vue +3 -3
  416. package/src/atoms/components/design-com/Icon/icons/chevron-up.vue +7 -7
  417. package/src/atoms/components/design-com/Icon/icons/diamond.vue +7 -7
  418. package/src/atoms/components/design-com/Icon/icons/download.vue +7 -7
  419. package/src/atoms/components/design-com/Icon/icons/file-empty.vue +7 -7
  420. package/src/atoms/components/design-com/Icon/icons/file.vue +7 -7
  421. package/src/atoms/components/design-com/Icon/icons/filter.vue +7 -7
  422. package/src/atoms/components/design-com/Icon/icons/font.vue +7 -7
  423. package/src/atoms/components/design-com/Icon/icons/headphones.vue +7 -7
  424. package/src/atoms/components/design-com/Icon/icons/heart.vue +7 -7
  425. package/src/atoms/components/design-com/Icon/icons/image.vue +7 -7
  426. package/src/atoms/components/design-com/Icon/icons/logo.vue +7 -7
  427. package/src/atoms/components/design-com/Icon/icons/minus-circle-light.vue +7 -7
  428. package/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue +8 -8
  429. package/src/atoms/components/design-com/Icon/icons/question-circle-filled.vue +7 -7
  430. package/src/atoms/components/design-com/Icon/icons/search.vue +7 -7
  431. package/src/atoms/components/design-com/Icon/icons/star-filled.vue +6 -6
  432. package/src/atoms/components/design-com/Icon/icons/star-hollow.vue +6 -6
  433. package/src/atoms/components/design-com/Icon/icons/users.vue +7 -7
  434. package/src/atoms/constants/constants.ts +6 -6
  435. package/src/atoms/mixin/hash-router-mixin.js +68 -68
  436. package/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue +280 -280
  437. package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +50 -50
  438. package/src/css/tailwind.css +3 -3
  439. package/src/experiences/clients/brand-crowd-api.client.js +104 -104
  440. package/src/experiences/clients/brand-page-api.client.js +30 -30
  441. package/src/experiences/components/AuthFlow/Auth.fixtures.js +4 -4
  442. package/src/experiences/components/AuthFlow/Auth.stories.js +345 -345
  443. package/src/experiences/components/AuthFlow/AuthCrazyDomains.stories.js +60 -60
  444. package/src/experiences/components/AuthFlow/AuthLegal.vue +108 -108
  445. package/src/experiences/components/AuthFlow/AuthModal.vue +39 -39
  446. package/src/experiences/components/AuthFlow/ForgotPassword.vue +210 -210
  447. package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
  448. package/src/experiences/components/AuthFlow/ResetPassword.vue +150 -150
  449. package/src/experiences/components/AuthFlow/ResetPasswordModal.vue +64 -64
  450. package/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue +56 -56
  451. package/src/experiences/components/AuthFlow/SignIn.vue +442 -442
  452. package/src/experiences/components/AuthFlow/SignUp.vue +272 -272
  453. package/src/experiences/components/AuthFlow/SignUpModal.vue +90 -90
  454. package/src/experiences/components/AuthFlow/SocialSignIn.vue +177 -177
  455. package/src/experiences/components/AuthFlow/SocialSignInButton.vue +74 -74
  456. package/src/experiences/components/AuthFlow/SubmissionButton.vue +56 -56
  457. package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +91 -91
  458. package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +121 -121
  459. package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +189 -189
  460. package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +45 -45
  461. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +115 -0
  462. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +203 -240
  463. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +86 -16
  464. package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
  465. package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
  466. package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +145 -145
  467. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
  468. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +124 -124
  469. package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +163 -163
  470. package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +153 -153
  471. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
  472. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +184 -184
  473. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
  474. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +152 -152
  475. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +205 -205
  476. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +127 -127
  477. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +40 -40
  478. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +266 -266
  479. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +37 -37
  480. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +328 -328
  481. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +140 -140
  482. package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +467 -467
  483. package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +97 -97
  484. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +69 -69
  485. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +49 -49
  486. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +38 -38
  487. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +91 -91
  488. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +22 -22
  489. package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +290 -290
  490. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +82 -82
  491. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +201 -201
  492. package/src/experiences/constants/api.js +8 -8
  493. package/src/experiences/constants/error-constants.js +5 -5
  494. package/src/experiences/constants/event-constants.js +18 -18
  495. package/src/experiences/constants/partner-dictionary-constants.js +27 -27
  496. package/src/experiences/constants/rego-source-constants.js +3 -3
  497. package/src/experiences/constants/sell-domain-name-constants.js +4 -4
  498. package/src/experiences/helpers/email-validator.js +5 -5
  499. package/src/experiences/helpers/hex-diff.js +116 -116
  500. package/src/experiences/helpers/tracking.js +5 -5
  501. package/src/experiences/mixins/mediaQueryMixin.js +31 -31
  502. package/src/experiences/mixins/themeMixin.js +22 -22
  503. package/src/themes/base.js +20 -20
  504. package/src/themes/bc.js +95 -95
  505. package/src/themes/bp.js +21 -21
  506. package/src/themes/cd.js +94 -94
  507. package/src/themes/dc.js +84 -84
  508. package/src/themes/dcom.js +106 -106
  509. package/src/themes/themes.js +16 -16
  510. package/src/viewports.js +51 -51
  511. package/stylelint.config.js +19 -19
  512. package/tailwind.build.js +83 -83
  513. package/tailwind.config.js +37 -37
  514. package/tailwind.themes.js +59 -59
  515. package/vite.config.ts +37 -37
@@ -1,6 +1,6 @@
1
- <template>
2
- <path
3
- d="M5.375 5.5h7.012l-1.783-1.729a.633.633 0 0 1 0-.915.683.683 0 0 1 .945 0l2.923 2.833a.637.637 0 0 1 0 .915l-2.923 2.832a.675.675 0 0 1-.473.19.673.673 0 0 1-.472-.19.631.631 0 0 1 0-.915l1.783-1.729H5.375c-1.492 0-2.707 1.177-2.707 2.623 0 1.447 1.215 2.623 2.707 2.623h4.314c.369 0 .668.29.668.647s-.299.647-.668.647H5.375c-2.229.001-4.042-1.756-4.042-3.916 0-2.159 1.813-3.916 4.042-3.916"
4
- fill-rule="evenodd"
5
- />
6
- </template>
1
+ <template>
2
+ <path
3
+ d="M5.375 5.5h7.012l-1.783-1.729a.633.633 0 0 1 0-.915.683.683 0 0 1 .945 0l2.923 2.833a.637.637 0 0 1 0 .915l-2.923 2.832a.675.675 0 0 1-.473.19.673.673 0 0 1-.472-.19.631.631 0 0 1 0-.915l1.783-1.729H5.375c-1.492 0-2.707 1.177-2.707 2.623 0 1.447 1.215 2.623 2.707 2.623h4.314c.369 0 .668.29.668.647s-.299.647-.668.647H5.375c-2.229.001-4.042-1.756-4.042-3.916 0-2.159 1.813-3.916 4.042-3.916"
4
+ fill-rule="evenodd"
5
+ />
6
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <path
3
- d="M14.7423 1.8887a.2962.2962 0 00-.0916-.069c-.1056-.0507-.2282-.0282-.3169.0507l-1.3465 1.207C11.238 1.3142 8.6043.538 6.0521 1.2832 2.3423 2.3662.2127 6.2521 1.2958 9.9606c1.083 3.7098 4.969 5.838 8.6774 4.7549 2.4057-.7014 4.1465-2.5803 4.7775-4.8268.0225-.0788.0197-.1648.0197-.2507 0-.5014-.407-.9084-.9084-.9084-.4043 0-.7521.262-.8705.6281-.4507 1.662-1.7295 3.0564-3.5042 3.5747-2.7112.7915-5.5493-.7648-6.3422-3.476-.7916-2.7113.7648-5.5494 3.4746-6.341 1.8183-.5309 3.693-.0055 4.9704 1.2142l-1.383 1.2394c-.0888.0789-.124.1986-.0846.3099a.2916.2916 0 00.2592.1943l4.1225.4676a.2926.2926 0 00.307-.276L14.817 2.1a.2933.2933 0 00-.0746-.2113z"
4
- fill-rule="nonzero"
5
- />
6
- </template>
1
+ <template>
2
+ <path
3
+ d="M14.7423 1.8887a.2962.2962 0 00-.0916-.069c-.1056-.0507-.2282-.0282-.3169.0507l-1.3465 1.207C11.238 1.3142 8.6043.538 6.0521 1.2832 2.3423 2.3662.2127 6.2521 1.2958 9.9606c1.083 3.7098 4.969 5.838 8.6774 4.7549 2.4057-.7014 4.1465-2.5803 4.7775-4.8268.0225-.0788.0197-.1648.0197-.2507 0-.5014-.407-.9084-.9084-.9084-.4043 0-.7521.262-.8705.6281-.4507 1.662-1.7295 3.0564-3.5042 3.5747-2.7112.7915-5.5493-.7648-6.3422-3.476-.7916-2.7113.7648-5.5494 3.4746-6.341 1.8183-.5309 3.693-.0055 4.9704 1.2142l-1.383 1.2394c-.0888.0789-.124.1986-.0846.3099a.2916.2916 0 00.2592.1943l4.1225.4676a.2926.2926 0 00.307-.276L14.817 2.1a.2933.2933 0 00-.0746-.2113z"
4
+ fill-rule="nonzero"
5
+ />
6
+ </template>
@@ -1,5 +1,5 @@
1
- <template>
2
- <path
3
- d="M6.25 2c.2302 0 .425.0893.5843.2679.1771.1607.2656.3571.2656.5892v1.7143c0 .2322-.0885.4375-.2656.6161-.1593.1607-.3541.241-.5843.241h-1.7c-.2303 0-.4339-.0803-.611-.241-.1594-.1786-.239-.384-.239-.616V2.857c0-.2321.0796-.4285.239-.5892C4.1161 2.0893 4.3197 2 4.55 2h1.7Zm0 4.2857c.2302 0 .425.0893.5843.2679.1771.1607.2656.3571.2656.5893V8.857c0 .2322-.0885.4375-.2656.6161-.1593.1607-.3541.241-.5843.241h-1.7c-.2303 0-.4339-.0803-.611-.241-.1594-.1786-.239-.384-.239-.616V7.1428c0-.2322.0796-.4286.239-.5893.1771-.1786.3807-.2679.611-.2679h1.7Zm0 4.2857c.2302 0 .425.0893.5843.2679.1771.1607.2656.3571.2656.5893v1.7143c0 .2321-.0885.4285-.2656.5892C6.675 13.9107 6.4802 14 6.25 14h-1.7c-.2303 0-.4339-.0893-.611-.2679-.1594-.1607-.239-.3571-.239-.5892v-1.7143c0-.2322.0796-.4286.239-.5893.1771-.1786.3807-.2679.611-.2679h1.7ZM11.35 2c.2302 0 .425.0893.5843.2679.1771.1607.2657.3571.2657.5892v1.7143c0 .2322-.0886.4375-.2657.6161-.1593.1607-.3541.241-.5843.241h-1.7c-.2303 0-.4339-.0803-.611-.241-.1594-.1786-.239-.384-.239-.616V2.857c0-.2321.0796-.4285.239-.5892C9.2161 2.0893 9.4197 2 9.65 2h1.7Zm0 4.2857c.2302 0 .425.0893.5843.2679.1771.1607.2657.3571.2657.5893V8.857c0 .2322-.0886.4375-.2657.6161-.1593.1607-.3541.241-.5843.241h-1.7c-.2303 0-.4339-.0803-.611-.241-.1594-.1786-.239-.384-.239-.616V7.1428c0-.2322.0796-.4286.239-.5893.1771-.1786.3807-.2679.611-.2679h1.7Zm0 4.2857c.2302 0 .425.0893.5843.2679.1771.1607.2657.3571.2657.5893v1.7143c0 .2321-.0886.4285-.2657.5892-.1593.1786-.3541.2679-.5843.2679h-1.7c-.2303 0-.4339-.0893-.611-.2679-.1594-.1607-.239-.3571-.239-.5892v-1.7143c0-.2322.0796-.4286.239-.5893.1771-.1786.3807-.2679.611-.2679h1.7Z"
4
- />
5
- </template>
1
+ <template>
2
+ <path
3
+ d="M6.25 2c.2302 0 .425.0893.5843.2679.1771.1607.2656.3571.2656.5892v1.7143c0 .2322-.0885.4375-.2656.6161-.1593.1607-.3541.241-.5843.241h-1.7c-.2303 0-.4339-.0803-.611-.241-.1594-.1786-.239-.384-.239-.616V2.857c0-.2321.0796-.4285.239-.5892C4.1161 2.0893 4.3197 2 4.55 2h1.7Zm0 4.2857c.2302 0 .425.0893.5843.2679.1771.1607.2656.3571.2656.5893V8.857c0 .2322-.0885.4375-.2656.6161-.1593.1607-.3541.241-.5843.241h-1.7c-.2303 0-.4339-.0803-.611-.241-.1594-.1786-.239-.384-.239-.616V7.1428c0-.2322.0796-.4286.239-.5893.1771-.1786.3807-.2679.611-.2679h1.7Zm0 4.2857c.2302 0 .425.0893.5843.2679.1771.1607.2656.3571.2656.5893v1.7143c0 .2321-.0885.4285-.2656.5892C6.675 13.9107 6.4802 14 6.25 14h-1.7c-.2303 0-.4339-.0893-.611-.2679-.1594-.1607-.239-.3571-.239-.5892v-1.7143c0-.2322.0796-.4286.239-.5893.1771-.1786.3807-.2679.611-.2679h1.7ZM11.35 2c.2302 0 .425.0893.5843.2679.1771.1607.2657.3571.2657.5892v1.7143c0 .2322-.0886.4375-.2657.6161-.1593.1607-.3541.241-.5843.241h-1.7c-.2303 0-.4339-.0803-.611-.241-.1594-.1786-.239-.384-.239-.616V2.857c0-.2321.0796-.4285.239-.5892C9.2161 2.0893 9.4197 2 9.65 2h1.7Zm0 4.2857c.2302 0 .425.0893.5843.2679.1771.1607.2657.3571.2657.5893V8.857c0 .2322-.0886.4375-.2657.6161-.1593.1607-.3541.241-.5843.241h-1.7c-.2303 0-.4339-.0803-.611-.241-.1594-.1786-.239-.384-.239-.616V7.1428c0-.2322.0796-.4286.239-.5893.1771-.1786.3807-.2679.611-.2679h1.7Zm0 4.2857c.2302 0 .425.0893.5843.2679.1771.1607.2657.3571.2657.5893v1.7143c0 .2321-.0886.4285-.2657.5892-.1593.1786-.3541.2679-.5843.2679h-1.7c-.2303 0-.4339-.0893-.611-.2679-.1594-.1607-.239-.3571-.239-.5892v-1.7143c0-.2322.0796-.4286.239-.5893.1771-.1786.3807-.2679.611-.2679h1.7Z"
4
+ />
5
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <path
3
- d="M6.89844 11.4219C7.22656 11.6562 7.59375 11.7734 8 11.7734C8.40625 11.7734 8.77344 11.6562 9.10156 11.4219L14 7.88281V12.875C14 13.1875 13.8906 13.4531 13.6719 13.6719C13.4531 13.8906 13.1875 14 12.875 14H3.125C2.8125 14 2.54688 13.8906 2.32812 13.6719C2.10938 13.4531 2 13.1875 2 12.875V7.88281L6.89844 11.4219ZM13.5781 5.82031C13.8594 6.03906 14 6.33594 14 6.71094V6.94531L11.75 8.58594V4.25H4.25V8.58594L2 6.94531V6.71094C2 6.33594 2.14062 6.03906 2.42188 5.82031C2.67188 5.61719 2.90625 5.4375 3.125 5.28125V4.25C3.125 3.9375 3.23438 3.67188 3.45312 3.45312C3.67188 3.23438 3.9375 3.125 4.25 3.125H6.07812C6.09375 3.10938 6.125 3.08594 6.17188 3.05469C6.23438 3.00781 6.26562 2.98438 6.26562 2.98438C6.28125 2.96875 6.39844 2.88281 6.61719 2.72656C6.83594 2.55469 7 2.4375 7.10938 2.375C7.21875 2.29688 7.35938 2.21875 7.53125 2.14062C7.71875 2.04688 7.875 2 8 2C8.09375 2 8.1875 2.01562 8.28125 2.04688C8.39062 2.07812 8.49219 2.125 8.58594 2.1875C8.69531 2.23438 8.80469 2.29688 8.91406 2.375C9.03906 2.45312 9.14062 2.52344 9.21875 2.58594C9.29688 2.64844 9.39062 2.71875 9.5 2.79688C9.60938 2.875 9.67969 2.92969 9.71094 2.96094C9.72656 2.97656 9.75781 3.00781 9.80469 3.05469C9.86719 3.08594 9.90625 3.10938 9.92188 3.125H11.75C12.0625 3.125 12.3281 3.23438 12.5469 3.45312C12.7656 3.67188 12.875 3.9375 12.875 4.25V5.28125C13.0938 5.45312 13.3281 5.63281 13.5781 5.82031ZM8.1875 5.1875C8.3125 5.1875 8.375 5.25 8.375 5.375V5.75C8.64062 5.76562 8.88281 5.85938 9.10156 6.03125C9.22656 6.10938 9.23438 6.20312 9.125 6.3125L8.84375 6.57031C8.78125 6.63281 8.70312 6.64062 8.60938 6.59375C8.51562 6.53125 8.41406 6.5 8.30469 6.5H7.64844C7.57031 6.5 7.5 6.53125 7.4375 6.59375C7.39062 6.65625 7.36719 6.72656 7.36719 6.80469C7.36719 6.96094 7.4375 7.0625 7.57812 7.10938L8.63281 7.41406C8.85156 7.49219 9.03125 7.625 9.17188 7.8125C9.3125 8 9.38281 8.21094 9.38281 8.44531C9.38281 8.72656 9.28125 8.96875 9.07812 9.17188C8.89062 9.375 8.65625 9.48438 8.375 9.5V9.875C8.375 10 8.3125 10.0625 8.1875 10.0625H7.8125C7.6875 10.0625 7.625 10 7.625 9.875V9.5C7.35938 9.48438 7.11719 9.39062 6.89844 9.21875C6.77344 9.14062 6.76562 9.04688 6.875 8.9375L7.15625 8.67969C7.21875 8.61719 7.29688 8.60938 7.39062 8.65625C7.48438 8.71875 7.58594 8.75 7.69531 8.75H8.35156C8.42969 8.75 8.49219 8.71875 8.53906 8.65625C8.60156 8.59375 8.63281 8.52344 8.63281 8.44531C8.63281 8.28906 8.5625 8.1875 8.42188 8.14062L7.36719 7.83594C7.14844 7.75781 6.96875 7.625 6.82812 7.4375C6.6875 7.25 6.61719 7.03906 6.61719 6.80469C6.61719 6.61719 6.66406 6.44531 6.75781 6.28906C6.85156 6.13281 6.96875 6.00781 7.10938 5.91406C7.26562 5.80469 7.4375 5.75 7.625 5.75V5.375C7.625 5.25 7.6875 5.1875 7.8125 5.1875H8.1875Z"
4
- fill-rule="nonzero"
5
- />
6
- </template>
1
+ <template>
2
+ <path
3
+ d="M6.89844 11.4219C7.22656 11.6562 7.59375 11.7734 8 11.7734C8.40625 11.7734 8.77344 11.6562 9.10156 11.4219L14 7.88281V12.875C14 13.1875 13.8906 13.4531 13.6719 13.6719C13.4531 13.8906 13.1875 14 12.875 14H3.125C2.8125 14 2.54688 13.8906 2.32812 13.6719C2.10938 13.4531 2 13.1875 2 12.875V7.88281L6.89844 11.4219ZM13.5781 5.82031C13.8594 6.03906 14 6.33594 14 6.71094V6.94531L11.75 8.58594V4.25H4.25V8.58594L2 6.94531V6.71094C2 6.33594 2.14062 6.03906 2.42188 5.82031C2.67188 5.61719 2.90625 5.4375 3.125 5.28125V4.25C3.125 3.9375 3.23438 3.67188 3.45312 3.45312C3.67188 3.23438 3.9375 3.125 4.25 3.125H6.07812C6.09375 3.10938 6.125 3.08594 6.17188 3.05469C6.23438 3.00781 6.26562 2.98438 6.26562 2.98438C6.28125 2.96875 6.39844 2.88281 6.61719 2.72656C6.83594 2.55469 7 2.4375 7.10938 2.375C7.21875 2.29688 7.35938 2.21875 7.53125 2.14062C7.71875 2.04688 7.875 2 8 2C8.09375 2 8.1875 2.01562 8.28125 2.04688C8.39062 2.07812 8.49219 2.125 8.58594 2.1875C8.69531 2.23438 8.80469 2.29688 8.91406 2.375C9.03906 2.45312 9.14062 2.52344 9.21875 2.58594C9.29688 2.64844 9.39062 2.71875 9.5 2.79688C9.60938 2.875 9.67969 2.92969 9.71094 2.96094C9.72656 2.97656 9.75781 3.00781 9.80469 3.05469C9.86719 3.08594 9.90625 3.10938 9.92188 3.125H11.75C12.0625 3.125 12.3281 3.23438 12.5469 3.45312C12.7656 3.67188 12.875 3.9375 12.875 4.25V5.28125C13.0938 5.45312 13.3281 5.63281 13.5781 5.82031ZM8.1875 5.1875C8.3125 5.1875 8.375 5.25 8.375 5.375V5.75C8.64062 5.76562 8.88281 5.85938 9.10156 6.03125C9.22656 6.10938 9.23438 6.20312 9.125 6.3125L8.84375 6.57031C8.78125 6.63281 8.70312 6.64062 8.60938 6.59375C8.51562 6.53125 8.41406 6.5 8.30469 6.5H7.64844C7.57031 6.5 7.5 6.53125 7.4375 6.59375C7.39062 6.65625 7.36719 6.72656 7.36719 6.80469C7.36719 6.96094 7.4375 7.0625 7.57812 7.10938L8.63281 7.41406C8.85156 7.49219 9.03125 7.625 9.17188 7.8125C9.3125 8 9.38281 8.21094 9.38281 8.44531C9.38281 8.72656 9.28125 8.96875 9.07812 9.17188C8.89062 9.375 8.65625 9.48438 8.375 9.5V9.875C8.375 10 8.3125 10.0625 8.1875 10.0625H7.8125C7.6875 10.0625 7.625 10 7.625 9.875V9.5C7.35938 9.48438 7.11719 9.39062 6.89844 9.21875C6.77344 9.14062 6.76562 9.04688 6.875 8.9375L7.15625 8.67969C7.21875 8.61719 7.29688 8.60938 7.39062 8.65625C7.48438 8.71875 7.58594 8.75 7.69531 8.75H8.35156C8.42969 8.75 8.49219 8.71875 8.53906 8.65625C8.60156 8.59375 8.63281 8.52344 8.63281 8.44531C8.63281 8.28906 8.5625 8.1875 8.42188 8.14062L7.36719 7.83594C7.14844 7.75781 6.96875 7.625 6.82812 7.4375C6.6875 7.25 6.61719 7.03906 6.61719 6.80469C6.61719 6.61719 6.66406 6.44531 6.75781 6.28906C6.85156 6.13281 6.96875 6.00781 7.10938 5.91406C7.26562 5.80469 7.4375 5.75 7.625 5.75V5.375C7.625 5.25 7.6875 5.1875 7.8125 5.1875H8.1875Z"
4
+ fill-rule="nonzero"
5
+ />
6
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <path
3
- d="M8 2a6.004 6.004 0 0 0-4.071 1.605V2.6a.6.6 0 1 0-1.2 0v2.317a.6.6 0 0 0 .6.6h2.36a.6.6 0 1 0 0-1.2h-.758A4.806 4.806 0 0 1 8 3.2c2.647 0 4.8 2.153 4.8 4.8s-2.153 4.8-4.8 4.8S3.2 10.647 3.2 8A.6.6 0 1 0 2 8c0 3.309 2.691 6 6 6s6-2.691 6-6-2.691-6-6-6"
4
- fill-rule="evenodd"
5
- />
6
- </template>
1
+ <template>
2
+ <path
3
+ d="M8 2a6.004 6.004 0 0 0-4.071 1.605V2.6a.6.6 0 1 0-1.2 0v2.317a.6.6 0 0 0 .6.6h2.36a.6.6 0 1 0 0-1.2h-.758A4.806 4.806 0 0 1 8 3.2c2.647 0 4.8 2.153 4.8 4.8s-2.153 4.8-4.8 4.8S3.2 10.647 3.2 8A.6.6 0 1 0 2 8c0 3.309 2.691 6 6 6s6-2.691 6-6-2.691-6-6-6"
4
+ fill-rule="evenodd"
5
+ />
6
+ </template>
@@ -1,11 +1,11 @@
1
- <template>
2
- <g fill-rule="evenodd">
3
- <path
4
- d="M7.125 1c3.3827 0 6.125 2.7423 6.125 6.125s-2.7423 6.125-6.125 6.125S1 10.5077 1 7.125 3.7423 1 7.125 1zm0 1.75c-2.4162 0-4.375 1.9588-4.375 4.375S4.7088 11.5 7.125 11.5 11.5 9.5412 11.5 7.125 9.5412 2.75 7.125 2.75z"
5
- />
6
- <path
7
- d="M10.419 11.5367l2.7943 2.7943a.7903.7903 0 101.1177-1.1177l-2.7943-2.7943a.7903.7903 0 10-1.1177 1.1177z"
8
- fill-rule="nonzero"
9
- />
10
- </g>
11
- </template>
1
+ <template>
2
+ <g fill-rule="evenodd">
3
+ <path
4
+ d="M7.125 1c3.3827 0 6.125 2.7423 6.125 6.125s-2.7423 6.125-6.125 6.125S1 10.5077 1 7.125 3.7423 1 7.125 1zm0 1.75c-2.4162 0-4.375 1.9588-4.375 4.375S4.7088 11.5 7.125 11.5 11.5 9.5412 11.5 7.125 9.5412 2.75 7.125 2.75z"
5
+ />
6
+ <path
7
+ d="M10.419 11.5367l2.7943 2.7943a.7903.7903 0 101.1177-1.1177l-2.7943-2.7943a.7903.7903 0 10-1.1177 1.1177z"
8
+ fill-rule="nonzero"
9
+ />
10
+ </g>
11
+ </template>
@@ -1,7 +1,7 @@
1
- <template>
2
- <path
3
- fill-rule="evenodd"
4
- clip-rule="evenodd"
5
- d="M4.63333 4.16533V5.66667H3V15H12.8V5.66667H11.1667V4.16533C11.1667 2.40027 9.69036 1 7.9 1C6.10964 1 4.63333 2.40027 4.63333 4.16533ZM10.0778 4.16533V5.66667H5.72222V4.16533C5.72222 3.0784 6.68347 2.16667 7.9 2.16667C9.11653 2.16667 10.0778 3.0784 10.0778 4.16533ZM4.08889 13.8333V6.83333H11.7111V13.8333H4.08889ZM6.49999 10.1437C6.49999 10.7723 6.88957 11.3071 7.43333 11.5053V12.55H8.36666V11.5053C8.91042 11.3071 9.29999 10.7723 9.29999 10.1437C9.29999 9.34637 8.67319 8.69998 7.89999 8.69998C7.1268 8.69998 6.49999 9.34637 6.49999 10.1437ZM8.36666 10.1437C8.36666 10.4095 8.15773 10.625 7.89999 10.625C7.64226 10.625 7.43333 10.4095 7.43333 10.1437C7.43333 9.87794 7.64226 9.66248 7.89999 9.66248C8.15773 9.66248 8.36666 9.87794 8.36666 10.1437Z"
6
- />
7
- </template>
1
+ <template>
2
+ <path
3
+ fill-rule="evenodd"
4
+ clip-rule="evenodd"
5
+ d="M4.63333 4.16533V5.66667H3V15H12.8V5.66667H11.1667V4.16533C11.1667 2.40027 9.69036 1 7.9 1C6.10964 1 4.63333 2.40027 4.63333 4.16533ZM10.0778 4.16533V5.66667H5.72222V4.16533C5.72222 3.0784 6.68347 2.16667 7.9 2.16667C9.11653 2.16667 10.0778 3.0784 10.0778 4.16533ZM4.08889 13.8333V6.83333H11.7111V13.8333H4.08889ZM6.49999 10.1437C6.49999 10.7723 6.88957 11.3071 7.43333 11.5053V12.55H8.36666V11.5053C8.91042 11.3071 9.29999 10.7723 9.29999 10.1437C9.29999 9.34637 8.67319 8.69998 7.89999 8.69998C7.1268 8.69998 6.49999 9.34637 6.49999 10.1437ZM8.36666 10.1437C8.36666 10.4095 8.15773 10.625 7.89999 10.625C7.64226 10.625 7.43333 10.4095 7.43333 10.1437C7.43333 9.87794 7.64226 9.66248 7.89999 9.66248C8.15773 9.66248 8.36666 9.87794 8.36666 10.1437Z"
6
+ />
7
+ </template>
@@ -1,7 +1,7 @@
1
- <template>
2
- <g fill-rule="nonzero">
3
- <path
4
- d="M5.75 8.7143H14v1.4286H5.75zM2 8.7143h2.25v1.4286H2zM5.75 11.5714h4.5V13h-4.5zM2 11.5714h2.25V13H2zM5.75 5.8571H11v1.4286H5.75zM2 5.8571h2.25v1.4286H2zM5.75 3H14v1.4286H5.75zM2 3h2.25v1.4286H2z"
5
- />
6
- </g>
7
- </template>
1
+ <template>
2
+ <g fill-rule="nonzero">
3
+ <path
4
+ d="M5.75 8.7143H14v1.4286H5.75zM2 8.7143h2.25v1.4286H2zM5.75 11.5714h4.5V13h-4.5zM2 11.5714h2.25V13H2zM5.75 5.8571H11v1.4286H5.75zM2 5.8571h2.25v1.4286H2zM5.75 3H14v1.4286H5.75zM2 3h2.25v1.4286H2z"
5
+ />
6
+ </g>
7
+ </template>
@@ -1,7 +1,7 @@
1
- <template>
2
- <g stroke-width="1.5" fill-rule="evenodd">
3
- <path
4
- d="M7.45927 1.00577L7.60903 1H8.39102C9.29814 1 10.0586 1.63081 10.2573 2.47752L10.267 2.526L10.3489 2.47454C11.0396 2.06914 11.9272 2.13522 12.552 2.66232L12.6733 2.77389L13.2257 3.32629C13.8543 3.95411 13.9577 4.91484 13.5257 5.65104L13.473 5.732L13.5224 5.7427C14.3221 5.9304 14.9292 6.61909 14.9942 7.45924L15 7.609V8.39102C15 9.29818 14.3691 10.0586 13.5224 10.2573L13.473 10.267L13.5257 10.349C13.9311 11.04 13.8645 11.9274 13.3377 12.552L13.2262 12.6733L12.6739 13.2255C12.0458 13.8545 11.0849 13.9575 10.3489 13.5256L10.267 13.473L10.2573 13.5225C10.0696 14.3221 9.38088 14.9292 8.54076 14.9942L8.391 15H7.609C6.70188 15 5.94143 14.3692 5.74268 13.5225L5.732 13.473L5.65113 13.5255C4.9604 13.9309 4.07284 13.8648 3.44803 13.3377L3.32671 13.2261L2.77431 12.6737C2.14573 12.0459 2.04228 11.0852 2.47428 10.349L2.526 10.267L2.47756 10.2573C1.6779 10.0696 1.07076 9.38091 1.00577 8.54076L1 8.391V7.60898C1 6.70185 1.6308 5.94149 2.47754 5.74269L2.527 5.732L2.47433 5.6509C2.06892 4.95994 2.13552 4.07252 2.66236 3.44798L2.77386 3.32671L3.32605 2.77455C3.95411 2.14545 4.91506 2.04243 5.65115 2.47441L5.732 2.526L5.7427 2.47752C5.93042 1.67785 6.61914 1.07076 7.45927 1.00577ZM8.80127 2.8421C8.7659 2.64779 8.59538 2.5 8.39102 2.5H7.60903L7.53418 2.50673C7.33986 2.5421 7.19205 2.71259 7.19205 2.91695V3.45595L7.18534 3.52577C7.15888 3.66186 7.05639 3.77376 6.91822 3.80941C6.52679 3.91043 6.15153 4.06621 5.80286 4.27241C5.65938 4.35722 5.47673 4.33415 5.3589 4.21631L4.97711 3.8345L4.9111 3.78058C4.74803 3.6731 4.52807 3.69362 4.38759 3.83433L3.8345 4.3874L3.78172 4.45189C3.67565 4.61192 3.68964 4.8324 3.83436 4.97694L4.21631 5.3589L4.26727 5.42274C4.33884 5.53653 4.34308 5.68331 4.27241 5.80284C4.06621 6.15148 3.91045 6.52675 3.80944 6.91819C3.76782 7.0794 3.62244 7.192 3.45598 7.192H2.91698L2.84213 7.19874C2.64781 7.23412 2.5 7.40462 2.5 7.60898V8.391L2.50673 8.46585C2.5421 8.66016 2.71262 8.80795 2.91698 8.80795H3.45595L3.52577 8.81466C3.66185 8.84112 3.77374 8.9436 3.80941 9.08176C3.91043 9.47321 4.06621 9.84847 4.27238 10.1971C4.35719 10.3405 4.33412 10.5232 4.21629 10.6411L3.83448 11.0229L3.7805 11.0889C3.67295 11.2522 3.69381 11.4721 3.83433 11.6124L4.38737 12.1655L4.45197 12.2183C4.61222 12.3245 4.83267 12.31 4.97692 12.1656L5.35885 11.7836L5.40152 11.7477C5.49721 11.6794 5.65155 11.6381 5.80284 11.7276C6.15151 11.9338 6.52677 12.0895 6.91819 12.1906C7.0794 12.2322 7.19203 12.3775 7.19203 12.544V13.083L7.19876 13.1579C7.23413 13.3522 7.40464 13.5 7.609 13.5H8.391L8.46585 13.4932C8.66016 13.4579 8.80797 13.2874 8.80797 13.083V12.544L8.81468 12.4742C8.84115 12.3381 8.94363 12.2262 9.08181 12.1906C9.47323 12.0895 9.84849 11.9338 10.1972 11.7276C10.3406 11.6427 10.5233 11.6658 10.6411 11.7837L11.0229 12.1655L11.0889 12.2194C11.252 12.3269 11.4719 12.3064 11.6124 12.1656L12.1655 11.6126L12.2183 11.5481C12.3244 11.388 12.3104 11.1676 12.1657 11.023L11.7837 10.6411L11.7328 10.5772C11.6612 10.4634 11.6569 10.3167 11.7276 10.1971C11.9338 9.8485 12.0896 9.47323 12.1906 9.08178C12.2322 8.92058 12.3776 8.80797 12.544 8.80797H13.083L13.1579 8.80125C13.3522 8.76588 13.5 8.59538 13.5 8.39102V7.609L13.4933 7.53415C13.4579 7.33984 13.2874 7.19205 13.083 7.19205H12.544L12.4742 7.18534C12.3382 7.15888 12.2263 7.0564 12.1906 6.91824C12.0896 6.52679 11.9338 6.15153 11.7276 5.80289C11.6428 5.65945 11.6659 5.47678 11.7837 5.35895L12.1655 4.97714L12.2195 4.91105C12.3271 4.74783 12.3062 4.52794 12.1657 4.38759L11.6126 3.83455L11.548 3.78169C11.3878 3.67551 11.1673 3.68997 11.0231 3.8344L10.6412 4.21636L10.5773 4.26733C10.4635 4.33891 10.3167 4.34315 10.1972 4.27246C9.84852 4.06626 9.47326 3.91048 9.08183 3.80946C8.92063 3.76787 8.808 3.62248 8.808 3.456V2.91695L8.80127 2.8421ZM5.34219 8C5.34219 6.53381 6.53381 5.34219 8.00001 5.34219L8.16791 5.34742C9.5561 5.43426 10.6578 6.5902 10.6578 8C10.6578 9.46618 9.46619 10.6578 8.00001 10.6578C6.53382 10.6578 5.34219 9.46618 5.34219 8ZM9.15782 8C9.15782 7.36223 8.63778 6.84219 8.00001 6.84219L7.87414 6.849C7.29521 6.91205 6.84219 7.40475 6.84219 8C6.84219 8.63775 7.36225 9.15781 8.00001 9.15781C8.63776 9.15781 9.15782 8.63775 9.15782 8Z"
5
- />
6
- </g>
7
- </template>
1
+ <template>
2
+ <g stroke-width="1.5" fill-rule="evenodd">
3
+ <path
4
+ d="M7.45927 1.00577L7.60903 1H8.39102C9.29814 1 10.0586 1.63081 10.2573 2.47752L10.267 2.526L10.3489 2.47454C11.0396 2.06914 11.9272 2.13522 12.552 2.66232L12.6733 2.77389L13.2257 3.32629C13.8543 3.95411 13.9577 4.91484 13.5257 5.65104L13.473 5.732L13.5224 5.7427C14.3221 5.9304 14.9292 6.61909 14.9942 7.45924L15 7.609V8.39102C15 9.29818 14.3691 10.0586 13.5224 10.2573L13.473 10.267L13.5257 10.349C13.9311 11.04 13.8645 11.9274 13.3377 12.552L13.2262 12.6733L12.6739 13.2255C12.0458 13.8545 11.0849 13.9575 10.3489 13.5256L10.267 13.473L10.2573 13.5225C10.0696 14.3221 9.38088 14.9292 8.54076 14.9942L8.391 15H7.609C6.70188 15 5.94143 14.3692 5.74268 13.5225L5.732 13.473L5.65113 13.5255C4.9604 13.9309 4.07284 13.8648 3.44803 13.3377L3.32671 13.2261L2.77431 12.6737C2.14573 12.0459 2.04228 11.0852 2.47428 10.349L2.526 10.267L2.47756 10.2573C1.6779 10.0696 1.07076 9.38091 1.00577 8.54076L1 8.391V7.60898C1 6.70185 1.6308 5.94149 2.47754 5.74269L2.527 5.732L2.47433 5.6509C2.06892 4.95994 2.13552 4.07252 2.66236 3.44798L2.77386 3.32671L3.32605 2.77455C3.95411 2.14545 4.91506 2.04243 5.65115 2.47441L5.732 2.526L5.7427 2.47752C5.93042 1.67785 6.61914 1.07076 7.45927 1.00577ZM8.80127 2.8421C8.7659 2.64779 8.59538 2.5 8.39102 2.5H7.60903L7.53418 2.50673C7.33986 2.5421 7.19205 2.71259 7.19205 2.91695V3.45595L7.18534 3.52577C7.15888 3.66186 7.05639 3.77376 6.91822 3.80941C6.52679 3.91043 6.15153 4.06621 5.80286 4.27241C5.65938 4.35722 5.47673 4.33415 5.3589 4.21631L4.97711 3.8345L4.9111 3.78058C4.74803 3.6731 4.52807 3.69362 4.38759 3.83433L3.8345 4.3874L3.78172 4.45189C3.67565 4.61192 3.68964 4.8324 3.83436 4.97694L4.21631 5.3589L4.26727 5.42274C4.33884 5.53653 4.34308 5.68331 4.27241 5.80284C4.06621 6.15148 3.91045 6.52675 3.80944 6.91819C3.76782 7.0794 3.62244 7.192 3.45598 7.192H2.91698L2.84213 7.19874C2.64781 7.23412 2.5 7.40462 2.5 7.60898V8.391L2.50673 8.46585C2.5421 8.66016 2.71262 8.80795 2.91698 8.80795H3.45595L3.52577 8.81466C3.66185 8.84112 3.77374 8.9436 3.80941 9.08176C3.91043 9.47321 4.06621 9.84847 4.27238 10.1971C4.35719 10.3405 4.33412 10.5232 4.21629 10.6411L3.83448 11.0229L3.7805 11.0889C3.67295 11.2522 3.69381 11.4721 3.83433 11.6124L4.38737 12.1655L4.45197 12.2183C4.61222 12.3245 4.83267 12.31 4.97692 12.1656L5.35885 11.7836L5.40152 11.7477C5.49721 11.6794 5.65155 11.6381 5.80284 11.7276C6.15151 11.9338 6.52677 12.0895 6.91819 12.1906C7.0794 12.2322 7.19203 12.3775 7.19203 12.544V13.083L7.19876 13.1579C7.23413 13.3522 7.40464 13.5 7.609 13.5H8.391L8.46585 13.4932C8.66016 13.4579 8.80797 13.2874 8.80797 13.083V12.544L8.81468 12.4742C8.84115 12.3381 8.94363 12.2262 9.08181 12.1906C9.47323 12.0895 9.84849 11.9338 10.1972 11.7276C10.3406 11.6427 10.5233 11.6658 10.6411 11.7837L11.0229 12.1655L11.0889 12.2194C11.252 12.3269 11.4719 12.3064 11.6124 12.1656L12.1655 11.6126L12.2183 11.5481C12.3244 11.388 12.3104 11.1676 12.1657 11.023L11.7837 10.6411L11.7328 10.5772C11.6612 10.4634 11.6569 10.3167 11.7276 10.1971C11.9338 9.8485 12.0896 9.47323 12.1906 9.08178C12.2322 8.92058 12.3776 8.80797 12.544 8.80797H13.083L13.1579 8.80125C13.3522 8.76588 13.5 8.59538 13.5 8.39102V7.609L13.4933 7.53415C13.4579 7.33984 13.2874 7.19205 13.083 7.19205H12.544L12.4742 7.18534C12.3382 7.15888 12.2263 7.0564 12.1906 6.91824C12.0896 6.52679 11.9338 6.15153 11.7276 5.80289C11.6428 5.65945 11.6659 5.47678 11.7837 5.35895L12.1655 4.97714L12.2195 4.91105C12.3271 4.74783 12.3062 4.52794 12.1657 4.38759L11.6126 3.83455L11.548 3.78169C11.3878 3.67551 11.1673 3.68997 11.0231 3.8344L10.6412 4.21636L10.5773 4.26733C10.4635 4.33891 10.3167 4.34315 10.1972 4.27246C9.84852 4.06626 9.47326 3.91048 9.08183 3.80946C8.92063 3.76787 8.808 3.62248 8.808 3.456V2.91695L8.80127 2.8421ZM5.34219 8C5.34219 6.53381 6.53381 5.34219 8.00001 5.34219L8.16791 5.34742C9.5561 5.43426 10.6578 6.5902 10.6578 8C10.6578 9.46618 9.46619 10.6578 8.00001 10.6578C6.53382 10.6578 5.34219 9.46618 5.34219 8ZM9.15782 8C9.15782 7.36223 8.63778 6.84219 8.00001 6.84219L7.87414 6.849C7.29521 6.91205 6.84219 7.40475 6.84219 8C6.84219 8.63775 7.36225 9.15781 8.00001 9.15781C8.63776 9.15781 9.15782 8.63775 9.15782 8Z"
5
+ />
6
+ </g>
7
+ </template>
@@ -1,5 +1,5 @@
1
- <template>
2
- <path
3
- d="M2.86634 8.8839C3.45951 8.29073 4.16976 7.99415 4.99707 7.99415C5.82439 7.99415 6.52683 8.29073 7.10439 8.8839C7.69756 9.46146 7.99415 10.1639 7.99415 10.9912C7.99415 11.8185 7.69756 12.521 7.10439 13.0985C6.52683 13.6917 5.82439 13.9883 4.99707 13.9883C4.16976 13.9883 3.45951 13.6917 2.86634 13.0985C2.28878 12.521 2 11.8185 2 10.9912C2 10.1639 2.28878 9.46146 2.86634 8.8839ZM13.8712 6.70634C14.0429 6.98732 14.0429 7.2761 13.8712 7.57268C13.6995 7.85366 13.4498 7.99415 13.122 7.99415H8.11122C7.95512 7.99415 7.80683 7.95512 7.66634 7.87707C7.52585 7.79903 7.42439 7.69756 7.36195 7.57268C7.29951 7.44781 7.26049 7.30732 7.24488 7.15122C7.22927 6.99512 7.26829 6.84683 7.36195 6.70634L9.86732 2.42146C9.92976 2.3122 10.0312 2.21854 10.1717 2.14049C10.3278 2.04683 10.4761 2 10.6166 2C10.7571 2 10.8976 2.04683 11.038 2.14049C11.1941 2.21854 11.3034 2.3122 11.3659 2.42146L13.8712 6.70634ZM13.239 8.74342C13.442 8.74342 13.6137 8.82146 13.7541 8.97756C13.9102 9.11805 13.9883 9.28976 13.9883 9.49268V13.239C13.9883 13.442 13.9102 13.6137 13.7541 13.7541C13.6137 13.9102 13.442 13.9883 13.239 13.9883H9.49268C9.28976 13.9883 9.11024 13.9102 8.95415 13.7541C8.81366 13.6137 8.74341 13.442 8.74341 13.239V9.49268C8.74341 9.28976 8.81366 9.11805 8.95415 8.97756C9.11024 8.82146 9.28976 8.74342 9.49268 8.74342H13.239Z"
4
- />
5
- </template>
1
+ <template>
2
+ <path
3
+ d="M2.86634 8.8839C3.45951 8.29073 4.16976 7.99415 4.99707 7.99415C5.82439 7.99415 6.52683 8.29073 7.10439 8.8839C7.69756 9.46146 7.99415 10.1639 7.99415 10.9912C7.99415 11.8185 7.69756 12.521 7.10439 13.0985C6.52683 13.6917 5.82439 13.9883 4.99707 13.9883C4.16976 13.9883 3.45951 13.6917 2.86634 13.0985C2.28878 12.521 2 11.8185 2 10.9912C2 10.1639 2.28878 9.46146 2.86634 8.8839ZM13.8712 6.70634C14.0429 6.98732 14.0429 7.2761 13.8712 7.57268C13.6995 7.85366 13.4498 7.99415 13.122 7.99415H8.11122C7.95512 7.99415 7.80683 7.95512 7.66634 7.87707C7.52585 7.79903 7.42439 7.69756 7.36195 7.57268C7.29951 7.44781 7.26049 7.30732 7.24488 7.15122C7.22927 6.99512 7.26829 6.84683 7.36195 6.70634L9.86732 2.42146C9.92976 2.3122 10.0312 2.21854 10.1717 2.14049C10.3278 2.04683 10.4761 2 10.6166 2C10.7571 2 10.8976 2.04683 11.038 2.14049C11.1941 2.21854 11.3034 2.3122 11.3659 2.42146L13.8712 6.70634ZM13.239 8.74342C13.442 8.74342 13.6137 8.82146 13.7541 8.97756C13.9102 9.11805 13.9883 9.28976 13.9883 9.49268V13.239C13.9883 13.442 13.9102 13.6137 13.7541 13.7541C13.6137 13.9102 13.442 13.9883 13.239 13.9883H9.49268C9.28976 13.9883 9.11024 13.9102 8.95415 13.7541C8.81366 13.6137 8.74341 13.442 8.74341 13.239V9.49268C8.74341 9.28976 8.81366 9.11805 8.95415 8.97756C9.11024 8.82146 9.28976 8.74342 9.49268 8.74342H13.239Z"
4
+ />
5
+ </template>
@@ -1,8 +1,8 @@
1
- <template>
2
- <g fill-rule="evenodd">
3
- <path
4
- d="M12.375 14h-10.5C1.392 14 1 13.6416 1 13.2v-8c0-.4416.392-.8.875-.8h3.5V6H2.75v6.4h8.75V10h1.75v3.2c0 .4416-.392.8-.875.8z"
5
- />
6
- <path d="M15 5.2L11.5 2v2.4c-2.8954 0-5.25 2.1528-5.25 4.8H8C8 7.4352 9.5698 6 11.5 6v2.4L15 5.2z" />
7
- </g>
8
- </template>
1
+ <template>
2
+ <g fill-rule="evenodd">
3
+ <path
4
+ d="M12.375 14h-10.5C1.392 14 1 13.6416 1 13.2v-8c0-.4416.392-.8.875-.8h3.5V6H2.75v6.4h8.75V10h1.75v3.2c0 .4416-.392.8-.875.8z"
5
+ />
6
+ <path d="M15 5.2L11.5 2v2.4c-2.8954 0-5.25 2.1528-5.25 4.8H8C8 7.4352 9.5698 6 11.5 6v2.4L15 5.2z" />
7
+ </g>
8
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <path
3
- d="M14.6597 4.6956C15.0524 5.29965 15.1052 5.94146 14.8183 6.62103C14.5314 7.30059 14.033 7.68568 13.3232 7.77628C13.2175 7.79139 13.1118 7.79894 13.0061 7.79894C12.3417 7.79894 11.7905 7.54976 11.3525 7.05142C10.8995 7.54976 10.3407 7.79894 9.67626 7.79894C9.01179 7.79894 8.45304 7.54976 8 7.05142C7.54696 7.54976 6.98821 7.79894 6.32375 7.79894C5.65928 7.79894 5.10053 7.54976 4.64749 7.05142C4.20955 7.54976 3.6508 7.79894 2.97124 7.79894C2.88063 7.79894 2.78247 7.79139 2.67676 7.77628C1.96699 7.68568 1.46865 7.30059 1.18172 6.62103C0.894794 5.94146 0.947649 5.29965 1.34028 4.6956L2.81267 2.33978C2.94858 2.11326 3.15245 2 3.42428 2H12.5757C12.8475 2 13.0514 2.11326 13.1873 2.33978L14.6597 4.6956ZM13.0288 8.5238C13.1647 8.5238 13.3006 8.51625 13.4365 8.50115C13.5422 8.48605 13.663 8.45585 13.7989 8.41054V12.873C13.7989 13.0693 13.7234 13.2354 13.5724 13.3714C13.4365 13.5224 13.2704 13.5979 13.0741 13.5979H2.92593C2.79002 13.5979 2.66921 13.5601 2.5635 13.4846C2.45779 13.4242 2.36718 13.3411 2.29167 13.2354C2.23127 13.1297 2.20106 13.0089 2.20106 12.873V8.41054C2.33698 8.45585 2.45779 8.48605 2.5635 8.50115C2.69941 8.51625 2.83532 8.5238 2.97124 8.5238C3.16755 8.5238 3.39407 8.4936 3.6508 8.43319V10.6984H12.3492V8.43319C12.5908 8.4936 12.8173 8.5238 13.0288 8.5238Z"
4
- fill-rule="nonzero"
5
- />
1
+ <template>
2
+ <path
3
+ d="M14.6597 4.6956C15.0524 5.29965 15.1052 5.94146 14.8183 6.62103C14.5314 7.30059 14.033 7.68568 13.3232 7.77628C13.2175 7.79139 13.1118 7.79894 13.0061 7.79894C12.3417 7.79894 11.7905 7.54976 11.3525 7.05142C10.8995 7.54976 10.3407 7.79894 9.67626 7.79894C9.01179 7.79894 8.45304 7.54976 8 7.05142C7.54696 7.54976 6.98821 7.79894 6.32375 7.79894C5.65928 7.79894 5.10053 7.54976 4.64749 7.05142C4.20955 7.54976 3.6508 7.79894 2.97124 7.79894C2.88063 7.79894 2.78247 7.79139 2.67676 7.77628C1.96699 7.68568 1.46865 7.30059 1.18172 6.62103C0.894794 5.94146 0.947649 5.29965 1.34028 4.6956L2.81267 2.33978C2.94858 2.11326 3.15245 2 3.42428 2H12.5757C12.8475 2 13.0514 2.11326 13.1873 2.33978L14.6597 4.6956ZM13.0288 8.5238C13.1647 8.5238 13.3006 8.51625 13.4365 8.50115C13.5422 8.48605 13.663 8.45585 13.7989 8.41054V12.873C13.7989 13.0693 13.7234 13.2354 13.5724 13.3714C13.4365 13.5224 13.2704 13.5979 13.0741 13.5979H2.92593C2.79002 13.5979 2.66921 13.5601 2.5635 13.4846C2.45779 13.4242 2.36718 13.3411 2.29167 13.2354C2.23127 13.1297 2.20106 13.0089 2.20106 12.873V8.41054C2.33698 8.45585 2.45779 8.48605 2.5635 8.50115C2.69941 8.51625 2.83532 8.5238 2.97124 8.5238C3.16755 8.5238 3.39407 8.4936 3.6508 8.43319V10.6984H12.3492V8.43319C12.5908 8.4936 12.8173 8.5238 13.0288 8.5238Z"
4
+ fill-rule="nonzero"
5
+ />
6
6
  </template>
@@ -1,5 +1,5 @@
1
- <template>
2
- <path
3
- d="M3.05078 3.66797C4.41797 2.55599 6.06771 2 8 2C9.93229 2 11.582 2.55599 12.9492 3.66797C14.3164 4.77995 15 6.11979 15 7.6875C15 9.25521 14.3164 10.5951 12.9492 11.707C11.582 12.819 9.93229 13.375 8 13.375C6.97917 13.375 6.00391 13.2018 5.07422 12.8555C3.88932 13.7852 2.60417 14.25 1.21875 14.25C1.18229 14.25 1.14583 14.2318 1.10938 14.1953C1.07292 14.1771 1.04557 14.1497 1.02734 14.1133C0.990885 14.0221 1 13.9401 1.05469 13.8672C1.1276 13.8125 1.23698 13.6849 1.38281 13.4844C1.54688 13.3021 1.75651 12.9922 2.01172 12.5547C2.26693 12.099 2.44922 11.6706 2.55859 11.2695C1.51953 10.2305 1 9.03646 1 7.6875C1 6.11979 1.68359 4.77995 3.05078 3.66797ZM4.5 9.4375C4.82812 9.4375 5.10156 9.33724 5.32031 9.13672C5.55729 8.91797 5.67578 8.66276 5.67578 8.37109C5.67578 8.07943 5.54818 7.82422 5.29297 7.60547L4.69141 7.08594C4.65495 7.06771 4.63672 7.04036 4.63672 7.00391C4.63672 6.8763 4.73698 6.8125 4.9375 6.8125H5.26562C5.41146 6.8125 5.48438 6.73958 5.48438 6.59375V6.15625C5.48438 6.01042 5.41146 5.9375 5.26562 5.9375H4.9375C4.60938 5.9375 4.32682 6.04688 4.08984 6.26562C3.87109 6.46615 3.76172 6.71224 3.76172 7.00391C3.76172 7.3138 3.88932 7.56901 4.14453 7.76953L4.74609 8.28906C4.78255 8.30729 4.80078 8.33464 4.80078 8.37109C4.80078 8.4987 4.70052 8.5625 4.5 8.5625H4.17188C4.02604 8.5625 3.95312 8.63542 3.95312 8.78125V9.21875C3.95312 9.36458 4.02604 9.4375 4.17188 9.4375H4.5ZM9.75 9.21875V6.375C9.75 6.2474 9.70443 6.14714 9.61328 6.07422C9.54036 5.98307 9.4401 5.9375 9.3125 5.9375H8.875C8.69271 5.9375 8.5651 6.01953 8.49219 6.18359L8 7.14062L7.50781 6.18359C7.4349 6.01953 7.30729 5.9375 7.125 5.9375H6.6875C6.5599 5.9375 6.45052 5.98307 6.35938 6.07422C6.28646 6.14714 6.25 6.2474 6.25 6.375V9.21875C6.25 9.36458 6.32292 9.4375 6.46875 9.4375H6.90625C7.05208 9.4375 7.125 9.36458 7.125 9.21875V7.35938L7.80859 8.89062C7.84505 8.96354 7.90885 9 8 9C8.09115 9 8.15495 8.96354 8.19141 8.89062L8.875 7.35938V9.21875C8.875 9.36458 8.94792 9.4375 9.09375 9.4375H9.53125C9.67708 9.4375 9.75 9.36458 9.75 9.21875ZM11.0625 9.4375C11.3906 9.4375 11.6641 9.33724 11.8828 9.13672C12.1198 8.91797 12.2383 8.66276 12.2383 8.37109C12.2383 8.07943 12.1107 7.82422 11.8555 7.60547L11.2539 7.08594C11.2174 7.06771 11.1992 7.04036 11.1992 7.00391C11.1992 6.8763 11.2995 6.8125 11.5 6.8125H11.8281C11.974 6.8125 12.0469 6.73958 12.0469 6.59375V6.15625C12.0469 6.01042 11.974 5.9375 11.8281 5.9375H11.5C11.1719 5.9375 10.8893 6.04688 10.6523 6.26562C10.4336 6.46615 10.3242 6.71224 10.3242 7.00391C10.3242 7.3138 10.4518 7.56901 10.707 7.76953L11.3086 8.28906C11.3451 8.30729 11.3633 8.33464 11.3633 8.37109C11.3633 8.4987 11.263 8.5625 11.0625 8.5625H10.7344C10.5885 8.5625 10.5156 8.63542 10.5156 8.78125V9.21875C10.5156 9.36458 10.5885 9.4375 10.7344 9.4375H11.0625Z"
4
- />
5
- </template>
1
+ <template>
2
+ <path
3
+ d="M3.05078 3.66797C4.41797 2.55599 6.06771 2 8 2C9.93229 2 11.582 2.55599 12.9492 3.66797C14.3164 4.77995 15 6.11979 15 7.6875C15 9.25521 14.3164 10.5951 12.9492 11.707C11.582 12.819 9.93229 13.375 8 13.375C6.97917 13.375 6.00391 13.2018 5.07422 12.8555C3.88932 13.7852 2.60417 14.25 1.21875 14.25C1.18229 14.25 1.14583 14.2318 1.10938 14.1953C1.07292 14.1771 1.04557 14.1497 1.02734 14.1133C0.990885 14.0221 1 13.9401 1.05469 13.8672C1.1276 13.8125 1.23698 13.6849 1.38281 13.4844C1.54688 13.3021 1.75651 12.9922 2.01172 12.5547C2.26693 12.099 2.44922 11.6706 2.55859 11.2695C1.51953 10.2305 1 9.03646 1 7.6875C1 6.11979 1.68359 4.77995 3.05078 3.66797ZM4.5 9.4375C4.82812 9.4375 5.10156 9.33724 5.32031 9.13672C5.55729 8.91797 5.67578 8.66276 5.67578 8.37109C5.67578 8.07943 5.54818 7.82422 5.29297 7.60547L4.69141 7.08594C4.65495 7.06771 4.63672 7.04036 4.63672 7.00391C4.63672 6.8763 4.73698 6.8125 4.9375 6.8125H5.26562C5.41146 6.8125 5.48438 6.73958 5.48438 6.59375V6.15625C5.48438 6.01042 5.41146 5.9375 5.26562 5.9375H4.9375C4.60938 5.9375 4.32682 6.04688 4.08984 6.26562C3.87109 6.46615 3.76172 6.71224 3.76172 7.00391C3.76172 7.3138 3.88932 7.56901 4.14453 7.76953L4.74609 8.28906C4.78255 8.30729 4.80078 8.33464 4.80078 8.37109C4.80078 8.4987 4.70052 8.5625 4.5 8.5625H4.17188C4.02604 8.5625 3.95312 8.63542 3.95312 8.78125V9.21875C3.95312 9.36458 4.02604 9.4375 4.17188 9.4375H4.5ZM9.75 9.21875V6.375C9.75 6.2474 9.70443 6.14714 9.61328 6.07422C9.54036 5.98307 9.4401 5.9375 9.3125 5.9375H8.875C8.69271 5.9375 8.5651 6.01953 8.49219 6.18359L8 7.14062L7.50781 6.18359C7.4349 6.01953 7.30729 5.9375 7.125 5.9375H6.6875C6.5599 5.9375 6.45052 5.98307 6.35938 6.07422C6.28646 6.14714 6.25 6.2474 6.25 6.375V9.21875C6.25 9.36458 6.32292 9.4375 6.46875 9.4375H6.90625C7.05208 9.4375 7.125 9.36458 7.125 9.21875V7.35938L7.80859 8.89062C7.84505 8.96354 7.90885 9 8 9C8.09115 9 8.15495 8.96354 8.19141 8.89062L8.875 7.35938V9.21875C8.875 9.36458 8.94792 9.4375 9.09375 9.4375H9.53125C9.67708 9.4375 9.75 9.36458 9.75 9.21875ZM11.0625 9.4375C11.3906 9.4375 11.6641 9.33724 11.8828 9.13672C12.1198 8.91797 12.2383 8.66276 12.2383 8.37109C12.2383 8.07943 12.1107 7.82422 11.8555 7.60547L11.2539 7.08594C11.2174 7.06771 11.1992 7.04036 11.1992 7.00391C11.1992 6.8763 11.2995 6.8125 11.5 6.8125H11.8281C11.974 6.8125 12.0469 6.73958 12.0469 6.59375V6.15625C12.0469 6.01042 11.974 5.9375 11.8281 5.9375H11.5C11.1719 5.9375 10.8893 6.04688 10.6523 6.26562C10.4336 6.46615 10.3242 6.71224 10.3242 7.00391C10.3242 7.3138 10.4518 7.56901 10.707 7.76953L11.3086 8.28906C11.3451 8.30729 11.3633 8.33464 11.3633 8.37109C11.3633 8.4987 11.263 8.5625 11.0625 8.5625H10.7344C10.5885 8.5625 10.5156 8.63542 10.5156 8.78125V9.21875C10.5156 9.36458 10.5885 9.4375 10.7344 9.4375H11.0625Z"
4
+ />
5
+ </template>
@@ -1,9 +1,9 @@
1
- <template>
2
- <g transform="translate(1 1)" fill="none" fill-rule="evenodd">
3
- <circle fill="#3B5998" cx="7" cy="7" r="7" />
4
- <path
5
- d="M8.8411 7.3073H7.5882v4.564H5.69v-4.564h-.9028v-1.604H5.69v-1.038c0-.7422.3546-1.9045 1.9151-1.9045l1.4061.0058v1.557H7.991c-.1673 0-.4027.0831-.4027.4372v.944H9.007l-.1658 1.6025z"
6
- fill="#FFF"
7
- />
8
- </g>
9
- </template>
1
+ <template>
2
+ <g transform="translate(1 1)" fill="none" fill-rule="evenodd">
3
+ <circle fill="#3B5998" cx="7" cy="7" r="7" />
4
+ <path
5
+ d="M8.8411 7.3073H7.5882v4.564H5.69v-4.564h-.9028v-1.604H5.69v-1.038c0-.7422.3546-1.9045 1.9151-1.9045l1.4061.0058v1.557H7.991c-.1673 0-.4027.0831-.4027.4372v.944H9.007l-.1658 1.6025z"
6
+ fill="#FFF"
7
+ />
8
+ </g>
9
+ </template>
@@ -1,5 +1,5 @@
1
- <template>
2
- <path
3
- d="M8.979 7.988V14H6.282V7.988H5V5.876h1.282V4.509C6.282 3.53 6.786 2 9.002 2L11 2.008v2.05H9.55c-.237 0-.571.11-.571.576v1.244h2.015l-.236 2.11h-1.78z"
4
- />
5
- </template>
1
+ <template>
2
+ <path
3
+ d="M8.979 7.988V14H6.282V7.988H5V5.876h1.282V4.509C6.282 3.53 6.786 2 9.002 2L11 2.008v2.05H9.55c-.237 0-.571.11-.571.576v1.244h2.015l-.236 2.11h-1.78z"
4
+ />
5
+ </template>
@@ -1,5 +1,5 @@
1
- <template>
2
- <path
3
- d="M8 2c1.527 0 2.89.573 3.955 1.5l-1.746 1.745c-.6-.49-1.364-.79-2.209-.79A3.538 3.538 0 004.455 8 3.538 3.538 0 008 11.545c1.664 0 2.918-.845 3.218-2.318H8V6.91h5.59c.083.355.137.736.137 1.091 0 3.818-2.727 6-5.727 6-3.327 0-6-2.673-6-6s2.673-6 6-6z"
4
- />
5
- </template>
1
+ <template>
2
+ <path
3
+ d="M8 2c1.527 0 2.89.573 3.955 1.5l-1.746 1.745c-.6-.49-1.364-.79-2.209-.79A3.538 3.538 0 004.455 8 3.538 3.538 0 008 11.545c1.664 0 2.918-.845 3.218-2.318H8V6.91h5.59c.083.355.137.736.137 1.091 0 3.818-2.727 6-5.727 6-3.327 0-6-2.673-6-6s2.673-6 6-6z"
4
+ />
5
+ </template>
@@ -1,24 +1,24 @@
1
- <template>
2
- <g>
3
- <defs>
4
- <linearGradient id="instagram-icon-b" x1="9.1541%" y1="90.8466%" x2="90.8459%" y2="9.1534%">
5
- <stop stop-color="#FFC107" offset="0%" />
6
- <stop stop-color="#F44336" offset="50.7%" />
7
- <stop stop-color="#9C27B0" offset="99%" />
8
- </linearGradient>
9
- <circle id="instagram-icon-a" cx="7.04" cy="7.04" r="7.04" />
10
- </defs>
11
- <g transform="translate(.96 .96)" fill="none" fill-rule="evenodd">
12
- <mask id="instagram-icon-c" fill="#fff">
13
- <use xlink:href="#instagram-icon-a" />
14
- </mask>
15
- <use fill="url(#instagram-icon-b)" fill-rule="nonzero" xlink:href="#instagram-icon-a" />
16
- <path
17
- d="M8.6 2.88c1.4357 0 2.6 1.1643 2.6 2.6V8.6c0 1.4357-1.1643 2.6-2.6 2.6H5.48c-1.4357 0-2.6-1.1643-2.6-2.6V5.48c0-1.4357 1.1643-2.6 2.6-2.6zm0 .78H5.48c-1.0036 0-1.82.8164-1.82 1.82V8.6c0 1.0036.8164 1.82 1.82 1.82H8.6c1.0036 0 1.82-.8164 1.82-1.82V5.48c0-1.0036-.8164-1.82-1.82-1.82zm-1.56 1.3c1.1487 0 2.08.9313 2.08 2.08s-.9313 2.08-2.08 2.08-2.08-.9313-2.08-2.08.9313-2.08 2.08-2.08zm0 .78c-.7166 0-1.3.583-1.3 1.3 0 .7166.5834 1.3 1.3 1.3s1.3-.5834 1.3-1.3c0-.717-.5834-1.3-1.3-1.3zm2.236-1.2132a.2772.2772 0 110 .5544.2772.2772 0 010-.5544z"
18
- fill="#FFF"
19
- fill-rule="nonzero"
20
- mask="url(#instagram-icon-c)"
21
- />
22
- </g>
23
- </g>
24
- </template>
1
+ <template>
2
+ <g>
3
+ <defs>
4
+ <linearGradient id="instagram-icon-b" x1="9.1541%" y1="90.8466%" x2="90.8459%" y2="9.1534%">
5
+ <stop stop-color="#FFC107" offset="0%" />
6
+ <stop stop-color="#F44336" offset="50.7%" />
7
+ <stop stop-color="#9C27B0" offset="99%" />
8
+ </linearGradient>
9
+ <circle id="instagram-icon-a" cx="7.04" cy="7.04" r="7.04" />
10
+ </defs>
11
+ <g transform="translate(.96 .96)" fill="none" fill-rule="evenodd">
12
+ <mask id="instagram-icon-c" fill="#fff">
13
+ <use xlink:href="#instagram-icon-a" />
14
+ </mask>
15
+ <use fill="url(#instagram-icon-b)" fill-rule="nonzero" xlink:href="#instagram-icon-a" />
16
+ <path
17
+ d="M8.6 2.88c1.4357 0 2.6 1.1643 2.6 2.6V8.6c0 1.4357-1.1643 2.6-2.6 2.6H5.48c-1.4357 0-2.6-1.1643-2.6-2.6V5.48c0-1.4357 1.1643-2.6 2.6-2.6zm0 .78H5.48c-1.0036 0-1.82.8164-1.82 1.82V8.6c0 1.0036.8164 1.82 1.82 1.82H8.6c1.0036 0 1.82-.8164 1.82-1.82V5.48c0-1.0036-.8164-1.82-1.82-1.82zm-1.56 1.3c1.1487 0 2.08.9313 2.08 2.08s-.9313 2.08-2.08 2.08-2.08-.9313-2.08-2.08.9313-2.08 2.08-2.08zm0 .78c-.7166 0-1.3.583-1.3 1.3 0 .7166.5834 1.3 1.3 1.3s1.3-.5834 1.3-1.3c0-.717-.5834-1.3-1.3-1.3zm2.236-1.2132a.2772.2772 0 110 .5544.2772.2772 0 010-.5544z"
18
+ fill="#FFF"
19
+ fill-rule="nonzero"
20
+ mask="url(#instagram-icon-c)"
21
+ />
22
+ </g>
23
+ </g>
24
+ </template>
@@ -1,9 +1,9 @@
1
- <template>
2
- <g transform="translate(1 1)">
3
- <circle fill="#007AB9" cx="7" cy="7" r="7" />
4
- <path
5
- d="M11.1663122,7.60949895 L11.1663122,10.4660098 L9.49552708,10.4660098 L9.49552708,7.80093754 C9.49552708,7.13176702 9.25429805,6.67478456 8.64935646,6.67478456 C8.1877069,6.67478456 7.91345841,6.98244491 7.79234549,7.28034807 C7.74836106,7.38681263 7.7370223,7.53465263 7.7370223,7.68397474 L7.7370223,10.4658863 L6.06611257,10.4658863 C6.06611257,10.4658863 6.08854088,5.95213474 6.06611257,5.48490105 L7.7371469,5.48490105 L7.7371469,6.19075368 C7.73378265,6.19631158 7.72904779,6.20174596 7.72605735,6.20705684 L7.7371469,6.20705684 L7.7371469,6.19075368 C7.95918726,5.85209263 8.35517168,5.36793825 9.24295929,5.36793825 C10.3421961,5.36793825 11.1663122,6.07984281 11.1663122,7.60949895 L11.1663122,7.60949895 Z M4.31819894,3.08389053 C3.74665062,3.08389053 3.37272071,3.45577544 3.37272071,3.94437614 C3.37272071,4.42260211 3.73581027,4.80523228 4.29626903,4.80523228 L4.30710938,4.80523228 C4.88987186,4.80523228 5.25221381,4.42260211 5.25221381,3.94437614 C5.24112425,3.45577544 4.88987186,3.08389053 4.31819894,3.08389053 L4.31819894,3.08389053 Z M3.47202832,10.4660098 L5.14231504,10.4660098 L5.14231504,5.48490105 L3.47202832,5.48490105 L3.47202832,10.4660098 Z"
6
- fill="#F1F2F2"
7
- />
8
- </g>
9
- </template>
1
+ <template>
2
+ <g transform="translate(1 1)">
3
+ <circle fill="#007AB9" cx="7" cy="7" r="7" />
4
+ <path
5
+ d="M11.1663122,7.60949895 L11.1663122,10.4660098 L9.49552708,10.4660098 L9.49552708,7.80093754 C9.49552708,7.13176702 9.25429805,6.67478456 8.64935646,6.67478456 C8.1877069,6.67478456 7.91345841,6.98244491 7.79234549,7.28034807 C7.74836106,7.38681263 7.7370223,7.53465263 7.7370223,7.68397474 L7.7370223,10.4658863 L6.06611257,10.4658863 C6.06611257,10.4658863 6.08854088,5.95213474 6.06611257,5.48490105 L7.7371469,5.48490105 L7.7371469,6.19075368 C7.73378265,6.19631158 7.72904779,6.20174596 7.72605735,6.20705684 L7.7371469,6.20705684 L7.7371469,6.19075368 C7.95918726,5.85209263 8.35517168,5.36793825 9.24295929,5.36793825 C10.3421961,5.36793825 11.1663122,6.07984281 11.1663122,7.60949895 L11.1663122,7.60949895 Z M4.31819894,3.08389053 C3.74665062,3.08389053 3.37272071,3.45577544 3.37272071,3.94437614 C3.37272071,4.42260211 3.73581027,4.80523228 4.29626903,4.80523228 L4.30710938,4.80523228 C4.88987186,4.80523228 5.25221381,4.42260211 5.25221381,3.94437614 C5.24112425,3.45577544 4.88987186,3.08389053 4.31819894,3.08389053 L4.31819894,3.08389053 Z M3.47202832,10.4660098 L5.14231504,10.4660098 L5.14231504,5.48490105 L3.47202832,5.48490105 L3.47202832,10.4660098 Z"
6
+ fill="#F1F2F2"
7
+ />
8
+ </g>
9
+ </template>
@@ -1,7 +1,7 @@
1
- <template>
2
- <g>
3
- <path
4
- d="M10.85 9.5C11.475 9.5 12.0063 9.71875 12.4438 10.1562C12.8813 10.5938 13.1 11.125 13.1 11.75C13.1 12.375 12.8813 12.9062 12.4438 13.3438C12.0063 13.7812 11.475 14 10.85 14C10.225 14 9.69376 13.7812 9.25626 13.3438C8.81876 12.9062 8.60001 12.375 8.60001 11.75C8.60001 11.5781 8.61563 11.4141 8.64688 11.2578L6.25626 9.75781C5.85001 10.0859 5.38126 10.25 4.85001 10.25C4.22501 10.25 3.69376 10.0312 3.25626 9.59375C2.81876 9.15625 2.60001 8.625 2.60001 8C2.60001 7.375 2.81876 6.84375 3.25626 6.40625C3.69376 5.96875 4.22501 5.75 4.85001 5.75C5.38126 5.75 5.85001 5.91406 6.25626 6.24219L8.64688 4.74219C8.61563 4.58594 8.60001 4.42188 8.60001 4.25C8.60001 3.625 8.81876 3.09375 9.25626 2.65625C9.69376 2.21875 10.225 2 10.85 2C11.475 2 12.0063 2.21875 12.4438 2.65625C12.8813 3.09375 13.1 3.625 13.1 4.25C13.1 4.875 12.8813 5.40625 12.4438 5.84375C12.0063 6.28125 11.475 6.5 10.85 6.5C10.3188 6.5 9.85001 6.33594 9.44376 6.00781L7.05313 7.50781C7.08438 7.66406 7.10001 7.82812 7.10001 8C7.10001 8.17188 7.08438 8.33594 7.05313 8.49219L9.44376 9.99219C9.85001 9.66406 10.3188 9.5 10.85 9.5Z"
5
- />
6
- </g>
7
- </template>
1
+ <template>
2
+ <g>
3
+ <path
4
+ d="M10.85 9.5C11.475 9.5 12.0063 9.71875 12.4438 10.1562C12.8813 10.5938 13.1 11.125 13.1 11.75C13.1 12.375 12.8813 12.9062 12.4438 13.3438C12.0063 13.7812 11.475 14 10.85 14C10.225 14 9.69376 13.7812 9.25626 13.3438C8.81876 12.9062 8.60001 12.375 8.60001 11.75C8.60001 11.5781 8.61563 11.4141 8.64688 11.2578L6.25626 9.75781C5.85001 10.0859 5.38126 10.25 4.85001 10.25C4.22501 10.25 3.69376 10.0312 3.25626 9.59375C2.81876 9.15625 2.60001 8.625 2.60001 8C2.60001 7.375 2.81876 6.84375 3.25626 6.40625C3.69376 5.96875 4.22501 5.75 4.85001 5.75C5.38126 5.75 5.85001 5.91406 6.25626 6.24219L8.64688 4.74219C8.61563 4.58594 8.60001 4.42188 8.60001 4.25C8.60001 3.625 8.81876 3.09375 9.25626 2.65625C9.69376 2.21875 10.225 2 10.85 2C11.475 2 12.0063 2.21875 12.4438 2.65625C12.8813 3.09375 13.1 3.625 13.1 4.25C13.1 4.875 12.8813 5.40625 12.4438 5.84375C12.0063 6.28125 11.475 6.5 10.85 6.5C10.3188 6.5 9.85001 6.33594 9.44376 6.00781L7.05313 7.50781C7.08438 7.66406 7.10001 7.82812 7.10001 8C7.10001 8.17188 7.08438 8.33594 7.05313 8.49219L9.44376 9.99219C9.85001 9.66406 10.3188 9.5 10.85 9.5Z"
5
+ />
6
+ </g>
7
+ </template>
@@ -1,9 +1,9 @@
1
- <template>
2
- <g transform="translate(1 1)" fill="none" fill-rule="evenodd">
3
- <circle fill="#55ACEE" cx="7" cy="7" r="7" />
4
- <path
5
- d="M11 4.7103a3.4907 3.4907 0 01-.9427.2382c.3389-.1874.599-.4839.7218-.8378a3.4567 3.4567 0 01-1.0423.3675C9.4374 4.1839 9.0108 4 8.5385 4c-.9063 0-1.6413.6783-1.6413 1.5147 0 .1187.0145.2343.0427.3452-1.364-.0631-2.5735-.6661-3.383-1.5828a1.4204 1.4204 0 00-.2224.7616c0 .5254.29.9892.7302 1.2608a1.7346 1.7346 0 01-.7434-.1897l-.0001.0192c0 .734.566 1.346 1.3167 1.4851a1.7641 1.7641 0 01-.4324.0532c-.106 0-.2087-.0094-.3088-.027.2088.6017.8149 1.0396 1.5332 1.052-.5618.4063-1.2694.6483-2.0386.6483A3.578 3.578 0 013 9.3194c.726.43 1.589.6806 2.5157.6806 3.019 0 4.67-2.308 4.67-4.3099 0-.0656-.0016-.131-.0048-.1958A3.1987 3.1987 0 0011 4.7103z"
6
- fill="#F1F2F2"
7
- />
8
- </g>
9
- </template>
1
+ <template>
2
+ <g transform="translate(1 1)" fill="none" fill-rule="evenodd">
3
+ <circle fill="#55ACEE" cx="7" cy="7" r="7" />
4
+ <path
5
+ d="M11 4.7103a3.4907 3.4907 0 01-.9427.2382c.3389-.1874.599-.4839.7218-.8378a3.4567 3.4567 0 01-1.0423.3675C9.4374 4.1839 9.0108 4 8.5385 4c-.9063 0-1.6413.6783-1.6413 1.5147 0 .1187.0145.2343.0427.3452-1.364-.0631-2.5735-.6661-3.383-1.5828a1.4204 1.4204 0 00-.2224.7616c0 .5254.29.9892.7302 1.2608a1.7346 1.7346 0 01-.7434-.1897l-.0001.0192c0 .734.566 1.346 1.3167 1.4851a1.7641 1.7641 0 01-.4324.0532c-.106 0-.2087-.0094-.3088-.027.2088.6017.8149 1.0396 1.5332 1.052-.5618.4063-1.2694.6483-2.0386.6483A3.578 3.578 0 013 9.3194c.726.43 1.589.6806 2.5157.6806 3.019 0 4.67-2.308 4.67-4.3099 0-.0656-.0016-.131-.0048-.1958A3.1987 3.1987 0 0011 4.7103z"
6
+ fill="#F1F2F2"
7
+ />
8
+ </g>
9
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <path
3
- d="M14.2503 5.63l-3.7761-.5749-1.6895-3.5855c-.2957-.6261-1.2739-.6261-1.5696 0L5.5265 5.0551l-3.777.5749c-.7149.109-1.0045 1.0332-.4848 1.565L3.998 9.9855l-.6448 3.9412c-.1216.7463.6273 1.3193 1.2695.9663l3.3772-1.8601 3.378 1.861c.637.3493 1.392-.2145 1.2696-.9663l-.6449-3.9412 2.7333-2.7907c.5188-.5326.2292-1.4567-.4856-1.5658z"
4
- fill-rule="nonzero"
5
- />
6
- </template>
1
+ <template>
2
+ <path
3
+ d="M14.2503 5.63l-3.7761-.5749-1.6895-3.5855c-.2957-.6261-1.2739-.6261-1.5696 0L5.5265 5.0551l-3.777.5749c-.7149.109-1.0045 1.0332-.4848 1.565L3.998 9.9855l-.6448 3.9412c-.1216.7463.6273 1.3193 1.2695.9663l3.3772-1.8601 3.378 1.861c.637.3493 1.392-.2145 1.2696-.9663l-.6449-3.9412 2.7333-2.7907c.5188-.5326.2292-1.4567-.4856-1.5658z"
4
+ fill-rule="nonzero"
5
+ />
6
+ </template>
@@ -1,6 +1,6 @@
1
- <template>
2
- <path
3
- d="M11.377 14.892l-3.3772-1.86-3.3772 1.86c-.636.3547-1.3929-.2155-1.2695-.9662l.6448-3.941-2.7332-2.7904c-.5197-.5317-.2301-1.4548.4856-1.5639l3.776-.5748 1.6895-3.5861c.294-.6261 1.2748-.6261 1.5688 0l1.6894 3.5852 3.7761.5748c.7157.109 1.0044 1.0322.4856 1.5639l-2.7332 2.7914.6448 3.9409c.1233.7544-.6352 1.3164-1.2704.9662zm-2.9695-3.7072l2.2152 1.2202-.4225-2.5852c-.049-.297.0455-.6004.251-.8112L12.244 7.177l-2.4768-.3768c-.2861-.043-.532-.231-.6588-.5014L7.9998 3.9465 6.8912 6.2988c-.1277.2704-.3735.4583-.6588.5014l-2.4768.3768 1.7927 1.8316c.2056.2099.3.5142.251.8112l-.4225 2.5852 2.2152-1.2202a.838.838 0 01.8155 0z"
4
- fill-rule="nonzero"
5
- />
6
- </template>
1
+ <template>
2
+ <path
3
+ d="M11.377 14.892l-3.3772-1.86-3.3772 1.86c-.636.3547-1.3929-.2155-1.2695-.9662l.6448-3.941-2.7332-2.7904c-.5197-.5317-.2301-1.4548.4856-1.5639l3.776-.5748 1.6895-3.5861c.294-.6261 1.2748-.6261 1.5688 0l1.6894 3.5852 3.7761.5748c.7157.109 1.0044 1.0322.4856 1.5639l-2.7332 2.7914.6448 3.9409c.1233.7544-.6352 1.3164-1.2704.9662zm-2.9695-3.7072l2.2152 1.2202-.4225-2.5852c-.049-.297.0455-.6004.251-.8112L12.244 7.177l-2.4768-.3768c-.2861-.043-.532-.231-.6588-.5014L7.9998 3.9465 6.8912 6.2988c-.1277.2704-.3735.4583-.6588.5014l-2.4768.3768 1.7927 1.8316c.2056.2099.3.5142.251.8112l-.4225 2.5852 2.2152-1.2202a.838.838 0 01.8155 0z"
4
+ fill-rule="nonzero"
5
+ />
6
+ </template>
@@ -1,5 +1,5 @@
1
- <template>
2
- <path
3
- d="M11.75 5.5c0 .2031-.0781.3828-.2344.539-.1406.1407-.3125.211-.5156.211H2.75c-.2031 0-.3828-.0703-.539-.211C2.0702 5.8829 2 5.7032 2 5.5V3.25c0-.2031.0703-.375.211-.5156.1562-.1563.3359-.2344.539-.2344H11c.2031 0 .375.0781.5156.2344.1563.1406.2344.3125.2344.5156V5.5ZM12.5 4c.4219 0 .7734.1484 1.0547.4453.2969.2813.4453.6328.4453 1.0547V7c0 .625-.2188 1.1563-.6562 1.5938-.4376.4375-.9688.6562-1.5938.6562H8V10c.2031 0 .375.0781.5156.2344.1563.1406.2344.3125.2344.5156v3c0 .2031-.0781.375-.2344.5156-.1406.1563-.3125.2344-.5156.2344H6.5c-.2031 0-.3828-.0781-.539-.2344-.1407-.1406-.211-.3125-.211-.5156v-3c0-.2031.0703-.375.211-.5156.1562-.1563.3359-.2344.539-.2344v-.75c0-.4219.1406-.7734.4219-1.0547C7.2188 7.8984 7.578 7.75 8 7.75h3.75c.2031 0 .375-.0703.5156-.211.1563-.1562.2344-.3359.2344-.539V4Z"
4
- />
5
- </template>
1
+ <template>
2
+ <path
3
+ d="M11.75 5.5c0 .2031-.0781.3828-.2344.539-.1406.1407-.3125.211-.5156.211H2.75c-.2031 0-.3828-.0703-.539-.211C2.0702 5.8829 2 5.7032 2 5.5V3.25c0-.2031.0703-.375.211-.5156.1562-.1563.3359-.2344.539-.2344H11c.2031 0 .375.0781.5156.2344.1563.1406.2344.3125.2344.5156V5.5ZM12.5 4c.4219 0 .7734.1484 1.0547.4453.2969.2813.4453.6328.4453 1.0547V7c0 .625-.2188 1.1563-.6562 1.5938-.4376.4375-.9688.6562-1.5938.6562H8V10c.2031 0 .375.0781.5156.2344.1563.1406.2344.3125.2344.5156v3c0 .2031-.0781.375-.2344.5156-.1406.1563-.3125.2344-.5156.2344H6.5c-.2031 0-.3828-.0781-.539-.2344-.1407-.1406-.211-.3125-.211-.5156v-3c0-.2031.0703-.375.211-.5156.1562-.1563.3359-.2344.539-.2344v-.75c0-.4219.1406-.7734.4219-1.0547C7.2188 7.8984 7.578 7.75 8 7.75h3.75c.2031 0 .375-.0703.5156-.211.1563-.1562.2344-.3359.2344-.539V4Z"
4
+ />
5
+ </template>
@@ -1,5 +1,5 @@
1
- <template>
2
- <path
3
- d="M14.125 15h-5.25C8.392 15 8 14.608 8 14.125v-.875c0-.483.392-.875.875-.875h5.25c.483 0 .875.392.875.875v.875c0 .483-.392.875-.875.875zM14.125 1H1.875C1.392 1 1 1.392 1 1.875V9.75c0 .483.392.875.875.875h12.25c.483 0 .875-.392.875-.875V1.875c0-.483-.392-.875-.875-.875zm-.875 7.875H2.75V4.5h10.5v4.375z"
4
- />
5
- </template>
1
+ <template>
2
+ <path
3
+ d="M14.125 15h-5.25C8.392 15 8 14.608 8 14.125v-.875c0-.483.392-.875.875-.875h5.25c.483 0 .875.392.875.875v.875c0 .483-.392.875-.875.875zM14.125 1H1.875C1.392 1 1 1.392 1 1.875V9.75c0 .483.392.875.875.875h12.25c.483 0 .875-.392.875-.875V1.875c0-.483-.392-.875-.875-.875zm-.875 7.875H2.75V4.5h10.5v4.375z"
4
+ />
5
+ </template>
@@ -1,7 +1,7 @@
1
- <template>
2
- <path
3
- fill-rule="evenodd"
4
- clip-rule="evenodd"
5
- d="M13.9259 12.1481c0 .9819-.7959 1.7778-1.7777 1.7778H3.8519c-.9819 0-1.7778-.7959-1.7778-1.7778V3.8519c0-.9819.796-1.7778 1.7778-1.7778h8.2963c.9818 0 1.7777.796 1.7777 1.7778v8.2962ZM5.6296 8H3.2593v4.1481c0 .3273.2653.5926.5926.5926h1.7777V8Zm7.1111 0H6.8148v4.7407h5.3334a.5926.5926 0 0 0 .5925-.5926V8Zm-.5925-4.7407H3.8519a.5926.5926 0 0 0-.5926.5926v2.963h9.4814v-2.963a.5926.5926 0 0 0-.5925-.5926Z"
6
- />
7
- </template>
1
+ <template>
2
+ <path
3
+ fill-rule="evenodd"
4
+ clip-rule="evenodd"
5
+ d="M13.9259 12.1481c0 .9819-.7959 1.7778-1.7777 1.7778H3.8519c-.9819 0-1.7778-.7959-1.7778-1.7778V3.8519c0-.9819.796-1.7778 1.7778-1.7778h8.2963c.9818 0 1.7777.796 1.7777 1.7778v8.2962ZM5.6296 8H3.2593v4.1481c0 .3273.2653.5926.5926.5926h1.7777V8Zm7.1111 0H6.8148v4.7407h5.3334a.5926.5926 0 0 0 .5925-.5926V8Zm-.5925-4.7407H3.8519a.5926.5926 0 0 0-.5926.5926v2.963h9.4814v-2.963a.5926.5926 0 0 0-.5925-.5926Z"
6
+ />
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="7" y="2" width="80" height="12" rx="2" />
4
- <rect x="19" y="18" width="56" height="4" rx="2" />
5
- </svg>
6
- </template>
1
+ <template>
2
+ <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
+ <rect x="7" y="2" width="80" height="12" rx="2" />
4
+ <rect x="19" y="18" width="56" height="4" rx="2" />
5
+ </svg>
6
+ </template>
@@ -1,7 +1,7 @@
1
- <template>
2
- <g>
3
- <rect x="5" y="9" width="20" height="6" rx="3" fill="#595959" />
4
- <rect x="37" y="9" width="20" height="6" rx="3" fill="#595959" />
5
- <rect x="69" y="9" width="20" height="6" rx="3" fill="#595959" />
6
- </g>
7
- </template>
1
+ <template>
2
+ <g>
3
+ <rect x="5" y="9" width="20" height="6" rx="3" fill="#595959" />
4
+ <rect x="37" y="9" width="20" height="6" rx="3" fill="#595959" />
5
+ <rect x="69" y="9" width="20" height="6" rx="3" fill="#595959" />
6
+ </g>
7
+ </template>
@@ -1,9 +1,9 @@
1
- <template>
2
- <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
- <path
4
- d="M5 4C5 1.79086 6.79086 0 9 0H25C27.2091 0 29 1.79086 29 4V20C29 22.2091 27.2091 24 25 24H9C6.79086 24 5 22.2091 5 20V4Z"
5
- />
6
- <rect x="35" y="3" width="50" height="6" rx="3" />
7
- <rect x="35" y="15" width="32" height="6" rx="3" />
8
- </svg>
9
- </template>
1
+ <template>
2
+ <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M5 4C5 1.79086 6.79086 0 9 0H25C27.2091 0 29 1.79086 29 4V20C29 22.2091 27.2091 24 25 24H9C6.79086 24 5 22.2091 5 20V4Z"
5
+ />
6
+ <rect x="35" y="3" width="50" height="6" rx="3" />
7
+ <rect x="35" y="15" width="32" height="6" rx="3" />
8
+ </svg>
9
+ </template>
@@ -1,5 +1,5 @@
1
- <template>
2
- <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
- <rect x="15" y="3" width="64" height="18" rx="4" />
4
- </svg>
5
- </template>
1
+ <template>
2
+ <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
+ <rect x="15" y="3" width="64" height="18" rx="4" />
4
+ </svg>
5
+ </template>
@@ -1,9 +1,9 @@
1
- <template>
2
- <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
- <path
4
- d="M61 4C61 1.79086 62.7909 0 65 0H81C83.2091 0 85 1.79086 85 4V20C85 22.2091 83.2091 24 81 24H65C62.7909 24 61 22.2091 61 20V4Z"
5
- />
6
- <rect x="5" y="3" width="50" height="6" rx="3" />
7
- <rect x="5" y="15" width="32" height="6" rx="3" />
8
- </svg>
9
- </template>
1
+ <template>
2
+ <svg viewBox="0 0 94 24" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M61 4C61 1.79086 62.7909 0 65 0H81C83.2091 0 85 1.79086 85 4V20C85 22.2091 83.2091 24 81 24H65C62.7909 24 61 22.2091 61 20V4Z"
5
+ />
6
+ <rect x="5" y="3" width="50" height="6" rx="3" />
7
+ <rect x="5" y="15" width="32" height="6" rx="3" />
8
+ </svg>
9
+ </template>
@@ -1,13 +1,13 @@
1
- <template>
2
- <g>
3
- <rect x="12" y="9" width="3" height="1.5" rx="0.75" />
4
- <rect x="12" y="2" width="3" height="1.5" rx="0.75" />
5
- <rect x="12" y="5.5" width="3" height="1.5" rx="0.75" />
6
- <rect x="1" y="12.5" width="14" height="1.5" rx="0.75" />
7
- <path
8
- fill-rule="evenodd"
9
- clip-rule="evenodd"
10
- d="M2 1C1.44772 1 1 1.44772 1 2V10C1 10.5523 1.44772 11 2 11H10C10.5523 11 11 10.5523 11 10V2C11 1.44772 10.5523 1 10 1H2ZM2.26829 3.99268C2.46341 3.79756 2.69919 3.7 2.97561 3.7C3.25203 3.7 3.47967 3.79756 3.65854 3.99268C3.85366 4.17154 3.95122 4.39918 3.95122 4.67561C3.95122 4.95203 3.85366 5.1878 3.65854 5.38292C3.47967 5.56179 3.25203 5.65122 2.97561 5.65122C2.69919 5.65122 2.46341 5.56179 2.26829 5.38292C2.08943 5.1878 2 4.95203 2 4.67561C2 4.39918 2.08943 4.17154 2.26829 3.99268ZM2.19512 8.57805V7.40731L3.17073 6.4317C3.30081 6.30162 3.43089 6.30162 3.56098 6.4317L4.53659 7.40731L7.46341 4.48048C7.5935 4.3504 7.72358 4.3504 7.85366 4.48048L10 6.62683V8.57805H2.19512Z"
11
- />
12
- </g>
13
- </template>
1
+ <template>
2
+ <g>
3
+ <rect x="12" y="9" width="3" height="1.5" rx="0.75" />
4
+ <rect x="12" y="2" width="3" height="1.5" rx="0.75" />
5
+ <rect x="12" y="5.5" width="3" height="1.5" rx="0.75" />
6
+ <rect x="1" y="12.5" width="14" height="1.5" rx="0.75" />
7
+ <path
8
+ fill-rule="evenodd"
9
+ clip-rule="evenodd"
10
+ d="M2 1C1.44772 1 1 1.44772 1 2V10C1 10.5523 1.44772 11 2 11H10C10.5523 11 11 10.5523 11 10V2C11 1.44772 10.5523 1 10 1H2ZM2.26829 3.99268C2.46341 3.79756 2.69919 3.7 2.97561 3.7C3.25203 3.7 3.47967 3.79756 3.65854 3.99268C3.85366 4.17154 3.95122 4.39918 3.95122 4.67561C3.95122 4.95203 3.85366 5.1878 3.65854 5.38292C3.47967 5.56179 3.25203 5.65122 2.97561 5.65122C2.69919 5.65122 2.46341 5.56179 2.26829 5.38292C2.08943 5.1878 2 4.95203 2 4.67561C2 4.39918 2.08943 4.17154 2.26829 3.99268ZM2.19512 8.57805V7.40731L3.17073 6.4317C3.30081 6.30162 3.43089 6.30162 3.56098 6.4317L4.53659 7.40731L7.46341 4.48048C7.5935 4.3504 7.72358 4.3504 7.85366 4.48048L10 6.62683V8.57805H2.19512Z"
11
+ />
12
+ </g>
13
+ </template>