monkey-style-guide 2.0.151 → 2.0.152

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 (477) hide show
  1. package/README.md +1237 -1236
  2. package/assets/data/country-codes.json +1466 -1466
  3. package/assets/icons/arrow-down.svg +3 -3
  4. package/assets/icons/arrow-left.svg +3 -3
  5. package/assets/icons/arrow-line-right.svg +5 -5
  6. package/assets/icons/arrow-right.svg +3 -3
  7. package/assets/icons/arrow-up.svg +3 -3
  8. package/assets/icons/arrows.svg +6 -6
  9. package/assets/icons/auction.svg +7 -7
  10. package/assets/icons/bank-account.svg +12 -12
  11. package/assets/icons/bank.svg +3 -3
  12. package/assets/icons/banknote-search.svg +8 -8
  13. package/assets/icons/bell.svg +4 -4
  14. package/assets/icons/book.svg +4 -4
  15. package/assets/icons/box.svg +6 -6
  16. package/assets/icons/build-person.svg +9 -9
  17. package/assets/icons/calendar.svg +6 -6
  18. package/assets/icons/camera.svg +4 -4
  19. package/assets/icons/card-machine.svg +14 -14
  20. package/assets/icons/card.svg +4 -4
  21. package/assets/icons/chat.svg +4 -4
  22. package/assets/icons/check-circle-out.svg +4 -4
  23. package/assets/icons/check-circle.svg +4 -4
  24. package/assets/icons/check-grey.svg +3 -3
  25. package/assets/icons/check-white.svg +4 -4
  26. package/assets/icons/check.svg +3 -3
  27. package/assets/icons/clipboard.svg +4 -4
  28. package/assets/icons/clock.svg +4 -4
  29. package/assets/icons/close.svg +4 -4
  30. package/assets/icons/cnpj.svg +9 -9
  31. package/assets/icons/codepen.svg +7 -7
  32. package/assets/icons/company-name.svg +12 -12
  33. package/assets/icons/contract-pen.svg +7 -7
  34. package/assets/icons/contract.svg +14 -14
  35. package/assets/icons/delete.svg +5 -5
  36. package/assets/icons/document.svg +7 -7
  37. package/assets/icons/dollar-sign-circle.svg +7 -7
  38. package/assets/icons/dollar-sign.svg +5 -5
  39. package/assets/icons/domain.svg +9 -9
  40. package/assets/icons/dots-menu.svg +5 -0
  41. package/assets/icons/double-arrow-left.svg +4 -4
  42. package/assets/icons/double-arrow-right.svg +4 -4
  43. package/assets/icons/download.svg +5 -5
  44. package/assets/icons/edit-square.svg +4 -4
  45. package/assets/icons/edit.svg +3 -3
  46. package/assets/icons/email.svg +4 -4
  47. package/assets/icons/empty-doc.svg +4 -4
  48. package/assets/icons/error.svg +5 -5
  49. package/assets/icons/eye-closed.svg +11 -11
  50. package/assets/icons/eye-open.svg +4 -4
  51. package/assets/icons/filter.svg +3 -3
  52. package/assets/icons/grid.svg +6 -6
  53. package/assets/icons/help.svg +5 -5
  54. package/assets/icons/hexagon.svg +3 -3
  55. package/assets/icons/home.svg +4 -4
  56. package/assets/icons/image.svg +5 -5
  57. package/assets/icons/info.svg +6 -6
  58. package/assets/icons/invoice.svg +5 -5
  59. package/assets/icons/list.svg +8 -8
  60. package/assets/icons/location-pin.svg +4 -4
  61. package/assets/icons/login.svg +5 -5
  62. package/assets/icons/logout.svg +5 -5
  63. package/assets/icons/medal.svg +12 -12
  64. package/assets/icons/menu.svg +5 -5
  65. package/assets/icons/money-cedule.svg +6 -6
  66. package/assets/icons/money-hand.svg +6 -6
  67. package/assets/icons/money-sign.svg +4 -4
  68. package/assets/icons/money.svg +6 -6
  69. package/assets/icons/more.svg +4 -4
  70. package/assets/icons/new-company.svg +10 -10
  71. package/assets/icons/offered.svg +5 -5
  72. package/assets/icons/password.svg +4 -4
  73. package/assets/icons/people.svg +6 -6
  74. package/assets/icons/percent.svg +5 -5
  75. package/assets/icons/person-document.svg +10 -10
  76. package/assets/icons/person-sad.svg +6 -6
  77. package/assets/icons/phone.svg +3 -3
  78. package/assets/icons/pork.svg +5 -5
  79. package/assets/icons/radio.svg +4 -4
  80. package/assets/icons/refresh.svg +5 -5
  81. package/assets/icons/repeat.svg +4 -4
  82. package/assets/icons/search.svg +4 -4
  83. package/assets/icons/second-warning.svg +5 -5
  84. package/assets/icons/settings.svg +4 -4
  85. package/assets/icons/shield-chekmark.svg +3 -3
  86. package/assets/icons/star.svg +3 -3
  87. package/assets/icons/today.svg +9 -9
  88. package/assets/icons/trash.svg +6 -6
  89. package/assets/icons/trophy.svg +8 -8
  90. package/assets/icons/unfold-more.svg +4 -4
  91. package/assets/icons/upload.svg +5 -5
  92. package/assets/icons/user.svg +4 -4
  93. package/assets/icons/waiting.svg +17 -17
  94. package/assets/icons/wallet.svg +5 -5
  95. package/assets/icons/warning.svg +5 -5
  96. package/assets/scss/partials/_forms.scss +350 -350
  97. package/assets/scss/partials/_index.scss +11 -11
  98. package/assets/scss/partials/_radio-button.scss +35 -35
  99. package/assets/scss/partials/_style-reset.scss +185 -185
  100. package/assets/scss/partials/_typography.scss +149 -149
  101. package/assets/scss/partials/_variables.scss +184 -184
  102. package/assets/scss/partials/components/_buttons.scss +831 -831
  103. package/assets/scss/partials/components/_checkbox.scss +69 -69
  104. package/assets/scss/partials/components/_date-range-picker.scss +265 -265
  105. package/assets/scss/partials/components/_expansion.scss +96 -96
  106. package/assets/scss/partials/components/_image-crop.scss +305 -305
  107. package/assets/scss/partials/components/_index.scss +23 -23
  108. package/assets/scss/partials/components/_input-phone.scss +36 -36
  109. package/assets/scss/partials/components/_input.scss +65 -65
  110. package/assets/scss/partials/components/_progressbar.scss +112 -112
  111. package/assets/scss/partials/components/_radiobutton.scss +66 -66
  112. package/assets/scss/partials/components/_select.scss +356 -356
  113. package/assets/scss/partials/components/_snackbar.scss +204 -204
  114. package/assets/scss/partials/components/_stepper.scss +86 -86
  115. package/assets/scss/partials/components/_table.scss +148 -148
  116. package/assets/scss/partials/components/_wizard.scss +112 -112
  117. package/esm2020/lib/components/badge/badge.component.mjs +43 -43
  118. package/esm2020/lib/components/badge/badge.module.mjs +18 -18
  119. package/esm2020/lib/components/badge/index.mjs +2 -2
  120. package/esm2020/lib/components/button/button-avatar.component.mjs +53 -53
  121. package/esm2020/lib/components/button/button-dropdown.component.mjs +121 -121
  122. package/esm2020/lib/components/button/button.component.mjs +154 -154
  123. package/esm2020/lib/components/button/button.module.mjs +23 -23
  124. package/esm2020/lib/components/button/index.mjs +5 -5
  125. package/esm2020/lib/components/checkbox/checkbox.component.mjs +165 -165
  126. package/esm2020/lib/components/checkbox/checkbox.module.mjs +20 -20
  127. package/esm2020/lib/components/checkbox/index.mjs +3 -3
  128. package/esm2020/lib/components/date-range-picker/date-range-picker.component.mjs +660 -660
  129. package/esm2020/lib/components/date-range-picker/date-range-picker.module.mjs +22 -22
  130. package/esm2020/lib/components/date-range-picker/index.mjs +3 -3
  131. package/esm2020/lib/components/expansion/expansion.component.mjs +115 -115
  132. package/esm2020/lib/components/expansion/expansion.module.mjs +19 -19
  133. package/esm2020/lib/components/expansion/index.mjs +2 -2
  134. package/esm2020/lib/components/file-upload/file-upload.component.mjs +294 -294
  135. package/esm2020/lib/components/file-upload/file-upload.module.mjs +37 -37
  136. package/esm2020/lib/components/file-upload/index.mjs +3 -3
  137. package/esm2020/lib/components/icon/icon-arrow-down.component.mjs +15 -15
  138. package/esm2020/lib/components/icon/icon-arrow-left.component.mjs +15 -15
  139. package/esm2020/lib/components/icon/icon-arrow-line-right.component.mjs +15 -15
  140. package/esm2020/lib/components/icon/icon-arrow-right.component.mjs +15 -15
  141. package/esm2020/lib/components/icon/icon-arrow-up.component.mjs +15 -15
  142. package/esm2020/lib/components/icon/icon-arrows.component.mjs +15 -15
  143. package/esm2020/lib/components/icon/icon-auction.component.mjs +15 -15
  144. package/esm2020/lib/components/icon/icon-bank-account.component.mjs +15 -15
  145. package/esm2020/lib/components/icon/icon-bank.component.mjs +15 -15
  146. package/esm2020/lib/components/icon/icon-banknote-search.component.mjs +15 -15
  147. package/esm2020/lib/components/icon/icon-bell.component.mjs +15 -15
  148. package/esm2020/lib/components/icon/icon-book.component.mjs +15 -15
  149. package/esm2020/lib/components/icon/icon-box.component.mjs +15 -15
  150. package/esm2020/lib/components/icon/icon-build-person.component.mjs +15 -15
  151. package/esm2020/lib/components/icon/icon-calendar.component.mjs +15 -15
  152. package/esm2020/lib/components/icon/icon-camera.component.mjs +15 -15
  153. package/esm2020/lib/components/icon/icon-card-machine.component.mjs +15 -15
  154. package/esm2020/lib/components/icon/icon-card.component.mjs +15 -15
  155. package/esm2020/lib/components/icon/icon-chat.component.mjs +15 -15
  156. package/esm2020/lib/components/icon/icon-check-circle-out.component.mjs +15 -15
  157. package/esm2020/lib/components/icon/icon-check-circle.component.mjs +15 -15
  158. package/esm2020/lib/components/icon/icon-check-grey.component.mjs +15 -15
  159. package/esm2020/lib/components/icon/icon-check-white.component.mjs +15 -15
  160. package/esm2020/lib/components/icon/icon-check.component.mjs +15 -15
  161. package/esm2020/lib/components/icon/icon-clipboard.component.mjs +15 -15
  162. package/esm2020/lib/components/icon/icon-clock.component.mjs +15 -15
  163. package/esm2020/lib/components/icon/icon-close.component.mjs +15 -15
  164. package/esm2020/lib/components/icon/icon-cnpj.component.mjs +15 -15
  165. package/esm2020/lib/components/icon/icon-codepen.component.mjs +15 -15
  166. package/esm2020/lib/components/icon/icon-company-name.component.mjs +15 -15
  167. package/esm2020/lib/components/icon/icon-contract-pen.component.mjs +15 -15
  168. package/esm2020/lib/components/icon/icon-contract.component.mjs +15 -15
  169. package/esm2020/lib/components/icon/icon-delete.component.mjs +15 -15
  170. package/esm2020/lib/components/icon/icon-document.component.mjs +15 -15
  171. package/esm2020/lib/components/icon/icon-dollar-sign-circle.component.mjs +15 -15
  172. package/esm2020/lib/components/icon/icon-dollar-sign.component.mjs +15 -15
  173. package/esm2020/lib/components/icon/icon-domain.component.mjs +15 -15
  174. package/esm2020/lib/components/icon/icon-dots-menu.component.mjs +15 -0
  175. package/esm2020/lib/components/icon/icon-double-arrow-left.component.mjs +15 -15
  176. package/esm2020/lib/components/icon/icon-double-arrow-right.component.mjs +15 -15
  177. package/esm2020/lib/components/icon/icon-download.component.mjs +15 -15
  178. package/esm2020/lib/components/icon/icon-edit-square.component.mjs +15 -15
  179. package/esm2020/lib/components/icon/icon-edit.component.mjs +15 -15
  180. package/esm2020/lib/components/icon/icon-email.component.mjs +15 -15
  181. package/esm2020/lib/components/icon/icon-empty-doc.component.mjs +15 -15
  182. package/esm2020/lib/components/icon/icon-error.component.mjs +15 -15
  183. package/esm2020/lib/components/icon/icon-eye-closed.component.mjs +15 -15
  184. package/esm2020/lib/components/icon/icon-eye-open.component.mjs +15 -15
  185. package/esm2020/lib/components/icon/icon-filter.component.mjs +15 -15
  186. package/esm2020/lib/components/icon/icon-grid.component.mjs +15 -15
  187. package/esm2020/lib/components/icon/icon-help.component.mjs +15 -15
  188. package/esm2020/lib/components/icon/icon-hexagon.component.mjs +15 -15
  189. package/esm2020/lib/components/icon/icon-home.component.mjs +15 -15
  190. package/esm2020/lib/components/icon/icon-image.component.mjs +15 -15
  191. package/esm2020/lib/components/icon/icon-info.component.mjs +15 -15
  192. package/esm2020/lib/components/icon/icon-invoice.component.mjs +15 -15
  193. package/esm2020/lib/components/icon/icon-list.component.mjs +15 -15
  194. package/esm2020/lib/components/icon/icon-location-pin.component.mjs +15 -15
  195. package/esm2020/lib/components/icon/icon-login.component.mjs +15 -15
  196. package/esm2020/lib/components/icon/icon-logout.component.mjs +15 -15
  197. package/esm2020/lib/components/icon/icon-medal.component.mjs +15 -15
  198. package/esm2020/lib/components/icon/icon-menu.component.mjs +15 -15
  199. package/esm2020/lib/components/icon/icon-money-cedule.component.mjs +15 -15
  200. package/esm2020/lib/components/icon/icon-money-hand.component.mjs +15 -15
  201. package/esm2020/lib/components/icon/icon-money-sign.component.mjs +15 -15
  202. package/esm2020/lib/components/icon/icon-money.component.mjs +15 -15
  203. package/esm2020/lib/components/icon/icon-more.component.mjs +15 -15
  204. package/esm2020/lib/components/icon/icon-new-company.component.mjs +15 -15
  205. package/esm2020/lib/components/icon/icon-offered.component.mjs +15 -15
  206. package/esm2020/lib/components/icon/icon-password.component.mjs +15 -15
  207. package/esm2020/lib/components/icon/icon-people.component.mjs +15 -15
  208. package/esm2020/lib/components/icon/icon-percent.component.mjs +15 -15
  209. package/esm2020/lib/components/icon/icon-person-document.component.mjs +15 -15
  210. package/esm2020/lib/components/icon/icon-person-sad.component.mjs +15 -15
  211. package/esm2020/lib/components/icon/icon-phone.component.mjs +15 -15
  212. package/esm2020/lib/components/icon/icon-pork.component.mjs +15 -15
  213. package/esm2020/lib/components/icon/icon-radio.component.mjs +15 -15
  214. package/esm2020/lib/components/icon/icon-refresh.component.mjs +15 -15
  215. package/esm2020/lib/components/icon/icon-repeat.component.mjs +15 -15
  216. package/esm2020/lib/components/icon/icon-search.component.mjs +15 -15
  217. package/esm2020/lib/components/icon/icon-second-warning.component.mjs +15 -15
  218. package/esm2020/lib/components/icon/icon-settings.component.mjs +15 -15
  219. package/esm2020/lib/components/icon/icon-shield-chekmark.component.mjs +15 -15
  220. package/esm2020/lib/components/icon/icon-star.component.mjs +15 -15
  221. package/esm2020/lib/components/icon/icon-today.component.mjs +15 -15
  222. package/esm2020/lib/components/icon/icon-trash.component.mjs +15 -15
  223. package/esm2020/lib/components/icon/icon-trophy.component.mjs +15 -15
  224. package/esm2020/lib/components/icon/icon-unfold-more.component.mjs +15 -15
  225. package/esm2020/lib/components/icon/icon-upload.component.mjs +15 -15
  226. package/esm2020/lib/components/icon/icon-user.component.mjs +15 -15
  227. package/esm2020/lib/components/icon/icon-waiting.component.mjs +15 -15
  228. package/esm2020/lib/components/icon/icon-wallet.component.mjs +15 -15
  229. package/esm2020/lib/components/icon/icon-warning.component.mjs +15 -15
  230. package/esm2020/lib/components/icon/icon.component.mjs +1302 -1289
  231. package/esm2020/lib/components/icon/icon.module.mjs +300 -297
  232. package/esm2020/lib/components/icon/index.mjs +94 -94
  233. package/esm2020/lib/components/image-crop/image-crop.component.mjs +516 -516
  234. package/esm2020/lib/components/image-crop/image-crop.module.mjs +41 -41
  235. package/esm2020/lib/components/image-crop/index.mjs +3 -3
  236. package/esm2020/lib/components/index.mjs +20 -20
  237. package/esm2020/lib/components/input/index.mjs +4 -4
  238. package/esm2020/lib/components/input/input-filter.component.mjs +286 -286
  239. package/esm2020/lib/components/input/input.component.mjs +384 -384
  240. package/esm2020/lib/components/input/input.module.mjs +38 -38
  241. package/esm2020/lib/components/input-phone/index.mjs +3 -3
  242. package/esm2020/lib/components/input-phone/input-phone.component.mjs +304 -304
  243. package/esm2020/lib/components/input-phone/input-phone.module.mjs +45 -45
  244. package/esm2020/lib/components/modal/index.mjs +3 -3
  245. package/esm2020/lib/components/modal/modal.component.mjs +236 -236
  246. package/esm2020/lib/components/modal/modal.module.mjs +21 -21
  247. package/esm2020/lib/components/option/index.mjs +3 -3
  248. package/esm2020/lib/components/option/option.component.mjs +131 -131
  249. package/esm2020/lib/components/option/option.module.mjs +29 -29
  250. package/esm2020/lib/components/radiobutton/index.mjs +3 -3
  251. package/esm2020/lib/components/radiobutton/radiobutton.component.mjs +165 -165
  252. package/esm2020/lib/components/radiobutton/radiobutton.module.mjs +36 -36
  253. package/esm2020/lib/components/select/index.mjs +6 -6
  254. package/esm2020/lib/components/select/select-filter.component.mjs +197 -197
  255. package/esm2020/lib/components/select/select-multiple.component.mjs +304 -304
  256. package/esm2020/lib/components/select/select-search.component.mjs +306 -306
  257. package/esm2020/lib/components/select/select.component.mjs +245 -245
  258. package/esm2020/lib/components/select/select.module.mjs +61 -61
  259. package/esm2020/lib/components/stepper/index.mjs +3 -3
  260. package/esm2020/lib/components/stepper/stepper.component.mjs +57 -57
  261. package/esm2020/lib/components/stepper/stepper.module.mjs +20 -20
  262. package/esm2020/lib/components/tab/index.mjs +2 -2
  263. package/esm2020/lib/components/tab/tab.component.mjs +91 -91
  264. package/esm2020/lib/components/tab/tab.module.mjs +20 -20
  265. package/esm2020/lib/components/table/index.mjs +4 -4
  266. package/esm2020/lib/components/table/table-column.component.mjs +34 -34
  267. package/esm2020/lib/components/table/table.component.mjs +267 -267
  268. package/esm2020/lib/components/table/table.module.mjs +23 -23
  269. package/esm2020/lib/components/toggle/index.mjs +2 -2
  270. package/esm2020/lib/components/toggle/toggle.component.mjs +56 -56
  271. package/esm2020/lib/components/toggle/toggle.module.mjs +18 -18
  272. package/esm2020/lib/components/wizard/index.mjs +3 -3
  273. package/esm2020/lib/components/wizard/wizard.component.mjs +61 -61
  274. package/esm2020/lib/components/wizard/wizard.module.mjs +33 -33
  275. package/esm2020/lib/core/index.mjs +4 -4
  276. package/esm2020/lib/core/interfaces/index.mjs +2 -2
  277. package/esm2020/lib/core/interfaces/monkey-modal-settings.mjs +1 -1
  278. package/esm2020/lib/core/interfaces/monkey-style-settings.mjs +2 -2
  279. package/esm2020/lib/core/services/index.mjs +4 -4
  280. package/esm2020/lib/core/services/modal/index.mjs +2 -2
  281. package/esm2020/lib/core/services/modal/monkey-style-guide-modal-fixed.service.mjs +51 -51
  282. package/esm2020/lib/core/services/modal/monkey-style-guide-modal.service.mjs +54 -54
  283. package/esm2020/lib/core/services/monkey-style-guide.service.mjs +17 -17
  284. package/esm2020/lib/core/services/settings/index.mjs +1 -1
  285. package/esm2020/lib/core/services/settings/monkey-style-guide-settings.service.mjs +41 -41
  286. package/esm2020/lib/core/services/settings/monkey-style-guide-theme-settings.service.mjs +80 -80
  287. package/esm2020/lib/core/services/snackbar/index.mjs +1 -1
  288. package/esm2020/lib/core/services/snackbar/mokey-style-guide-snackbar.service.mjs +226 -226
  289. package/esm2020/lib/core/utils/index.mjs +1 -1
  290. package/esm2020/lib/core/utils/utils.mjs +240 -240
  291. package/esm2020/lib/monkey-style-guide.module.mjs +31 -31
  292. package/esm2020/monkey-style-guide.mjs +4 -4
  293. package/esm2020/public-api.mjs +9 -9
  294. package/fesm2015/monkey-style-guide.mjs +8559 -8532
  295. package/fesm2015/monkey-style-guide.mjs.map +1 -1
  296. package/fesm2020/monkey-style-guide.mjs +8548 -8521
  297. package/fesm2020/monkey-style-guide.mjs.map +1 -1
  298. package/lib/components/badge/badge.component.d.ts +8 -8
  299. package/lib/components/badge/badge.module.d.ts +8 -8
  300. package/lib/components/badge/index.d.ts +2 -2
  301. package/lib/components/button/button-avatar.component.d.ts +19 -19
  302. package/lib/components/button/button-dropdown.component.d.ts +23 -23
  303. package/lib/components/button/button.component.d.ts +22 -22
  304. package/lib/components/button/button.module.d.ts +12 -12
  305. package/lib/components/button/index.d.ts +4 -4
  306. package/lib/components/checkbox/checkbox.component.d.ts +32 -32
  307. package/lib/components/checkbox/checkbox.module.d.ts +9 -9
  308. package/lib/components/checkbox/index.d.ts +2 -2
  309. package/lib/components/date-range-picker/date-range-picker.component.d.ts +69 -69
  310. package/lib/components/date-range-picker/date-range-picker.module.d.ts +11 -11
  311. package/lib/components/date-range-picker/index.d.ts +2 -2
  312. package/lib/components/expansion/expansion.component.d.ts +20 -20
  313. package/lib/components/expansion/expansion.module.d.ts +9 -9
  314. package/lib/components/expansion/index.d.ts +2 -2
  315. package/lib/components/file-upload/file-upload.component.d.ts +51 -51
  316. package/lib/components/file-upload/file-upload.module.d.ts +11 -11
  317. package/lib/components/file-upload/index.d.ts +2 -2
  318. package/lib/components/icon/icon-arrow-down.component.d.ts +7 -7
  319. package/lib/components/icon/icon-arrow-left.component.d.ts +7 -7
  320. package/lib/components/icon/icon-arrow-line-right.component.d.ts +7 -7
  321. package/lib/components/icon/icon-arrow-right.component.d.ts +7 -7
  322. package/lib/components/icon/icon-arrow-up.component.d.ts +7 -7
  323. package/lib/components/icon/icon-arrows.component.d.ts +7 -7
  324. package/lib/components/icon/icon-auction.component.d.ts +7 -7
  325. package/lib/components/icon/icon-bank-account.component.d.ts +7 -7
  326. package/lib/components/icon/icon-bank.component.d.ts +7 -7
  327. package/lib/components/icon/icon-banknote-search.component.d.ts +7 -7
  328. package/lib/components/icon/icon-bell.component.d.ts +7 -7
  329. package/lib/components/icon/icon-book.component.d.ts +7 -7
  330. package/lib/components/icon/icon-box.component.d.ts +7 -7
  331. package/lib/components/icon/icon-build-person.component.d.ts +7 -7
  332. package/lib/components/icon/icon-calendar.component.d.ts +7 -7
  333. package/lib/components/icon/icon-camera.component.d.ts +7 -7
  334. package/lib/components/icon/icon-card-machine.component.d.ts +7 -7
  335. package/lib/components/icon/icon-card.component.d.ts +7 -7
  336. package/lib/components/icon/icon-chat.component.d.ts +7 -7
  337. package/lib/components/icon/icon-check-circle-out.component.d.ts +7 -7
  338. package/lib/components/icon/icon-check-circle.component.d.ts +7 -7
  339. package/lib/components/icon/icon-check-grey.component.d.ts +7 -7
  340. package/lib/components/icon/icon-check-white.component.d.ts +7 -7
  341. package/lib/components/icon/icon-check.component.d.ts +7 -7
  342. package/lib/components/icon/icon-clipboard.component.d.ts +7 -7
  343. package/lib/components/icon/icon-clock.component.d.ts +7 -7
  344. package/lib/components/icon/icon-close.component.d.ts +7 -7
  345. package/lib/components/icon/icon-cnpj.component.d.ts +7 -7
  346. package/lib/components/icon/icon-codepen.component.d.ts +7 -7
  347. package/lib/components/icon/icon-company-name.component.d.ts +7 -7
  348. package/lib/components/icon/icon-contract-pen.component.d.ts +7 -7
  349. package/lib/components/icon/icon-contract.component.d.ts +7 -7
  350. package/lib/components/icon/icon-delete.component.d.ts +7 -7
  351. package/lib/components/icon/icon-document.component.d.ts +7 -7
  352. package/lib/components/icon/icon-dollar-sign-circle.component.d.ts +7 -7
  353. package/lib/components/icon/icon-dollar-sign.component.d.ts +7 -7
  354. package/lib/components/icon/icon-domain.component.d.ts +7 -7
  355. package/lib/components/icon/icon-dots-menu.component.d.ts +7 -0
  356. package/lib/components/icon/icon-double-arrow-left.component.d.ts +7 -7
  357. package/lib/components/icon/icon-double-arrow-right.component.d.ts +7 -7
  358. package/lib/components/icon/icon-download.component.d.ts +7 -7
  359. package/lib/components/icon/icon-edit-square.component.d.ts +7 -7
  360. package/lib/components/icon/icon-edit.component.d.ts +7 -7
  361. package/lib/components/icon/icon-email.component.d.ts +7 -7
  362. package/lib/components/icon/icon-empty-doc.component.d.ts +7 -7
  363. package/lib/components/icon/icon-error.component.d.ts +7 -7
  364. package/lib/components/icon/icon-eye-closed.component.d.ts +7 -7
  365. package/lib/components/icon/icon-eye-open.component.d.ts +7 -7
  366. package/lib/components/icon/icon-filter.component.d.ts +7 -7
  367. package/lib/components/icon/icon-grid.component.d.ts +7 -7
  368. package/lib/components/icon/icon-help.component.d.ts +7 -7
  369. package/lib/components/icon/icon-hexagon.component.d.ts +7 -7
  370. package/lib/components/icon/icon-home.component.d.ts +7 -7
  371. package/lib/components/icon/icon-image.component.d.ts +7 -7
  372. package/lib/components/icon/icon-info.component.d.ts +7 -7
  373. package/lib/components/icon/icon-invoice.component.d.ts +7 -7
  374. package/lib/components/icon/icon-list.component.d.ts +7 -7
  375. package/lib/components/icon/icon-location-pin.component.d.ts +7 -7
  376. package/lib/components/icon/icon-login.component.d.ts +7 -7
  377. package/lib/components/icon/icon-logout.component.d.ts +7 -7
  378. package/lib/components/icon/icon-medal.component.d.ts +7 -7
  379. package/lib/components/icon/icon-menu.component.d.ts +7 -7
  380. package/lib/components/icon/icon-money-cedule.component.d.ts +7 -7
  381. package/lib/components/icon/icon-money-hand.component.d.ts +7 -7
  382. package/lib/components/icon/icon-money-sign.component.d.ts +7 -7
  383. package/lib/components/icon/icon-money.component.d.ts +7 -7
  384. package/lib/components/icon/icon-more.component.d.ts +7 -7
  385. package/lib/components/icon/icon-new-company.component.d.ts +7 -7
  386. package/lib/components/icon/icon-offered.component.d.ts +7 -7
  387. package/lib/components/icon/icon-password.component.d.ts +7 -7
  388. package/lib/components/icon/icon-people.component.d.ts +7 -7
  389. package/lib/components/icon/icon-percent.component.d.ts +7 -7
  390. package/lib/components/icon/icon-person-document.component.d.ts +7 -7
  391. package/lib/components/icon/icon-person-sad.component.d.ts +7 -7
  392. package/lib/components/icon/icon-phone.component.d.ts +7 -7
  393. package/lib/components/icon/icon-pork.component.d.ts +7 -7
  394. package/lib/components/icon/icon-radio.component.d.ts +7 -7
  395. package/lib/components/icon/icon-refresh.component.d.ts +7 -7
  396. package/lib/components/icon/icon-repeat.component.d.ts +7 -7
  397. package/lib/components/icon/icon-search.component.d.ts +7 -7
  398. package/lib/components/icon/icon-second-warning.component.d.ts +7 -7
  399. package/lib/components/icon/icon-settings.component.d.ts +7 -7
  400. package/lib/components/icon/icon-shield-chekmark.component.d.ts +7 -7
  401. package/lib/components/icon/icon-star.component.d.ts +7 -7
  402. package/lib/components/icon/icon-today.component.d.ts +7 -7
  403. package/lib/components/icon/icon-trash.component.d.ts +7 -7
  404. package/lib/components/icon/icon-trophy.component.d.ts +7 -7
  405. package/lib/components/icon/icon-unfold-more.component.d.ts +7 -7
  406. package/lib/components/icon/icon-upload.component.d.ts +7 -7
  407. package/lib/components/icon/icon-user.component.d.ts +7 -7
  408. package/lib/components/icon/icon-waiting.component.d.ts +7 -7
  409. package/lib/components/icon/icon-wallet.component.d.ts +7 -7
  410. package/lib/components/icon/icon-warning.component.d.ts +7 -7
  411. package/lib/components/icon/icon.component.d.ts +27 -27
  412. package/lib/components/icon/icon.module.d.ts +101 -100
  413. package/lib/components/icon/index.d.ts +93 -93
  414. package/lib/components/image-crop/image-crop.component.d.ts +77 -77
  415. package/lib/components/image-crop/image-crop.module.d.ts +12 -12
  416. package/lib/components/image-crop/index.d.ts +2 -2
  417. package/lib/components/index.d.ts +19 -19
  418. package/lib/components/input/index.d.ts +3 -3
  419. package/lib/components/input/input-filter.component.d.ts +55 -55
  420. package/lib/components/input/input.component.d.ts +64 -64
  421. package/lib/components/input/input.module.d.ts +12 -12
  422. package/lib/components/input-phone/index.d.ts +2 -2
  423. package/lib/components/input-phone/input-phone.component.d.ts +62 -62
  424. package/lib/components/input-phone/input-phone.module.d.ts +13 -13
  425. package/lib/components/modal/index.d.ts +2 -2
  426. package/lib/components/modal/modal.component.d.ts +24 -24
  427. package/lib/components/modal/modal.module.d.ts +10 -10
  428. package/lib/components/option/index.d.ts +2 -2
  429. package/lib/components/option/option.component.d.ts +22 -22
  430. package/lib/components/option/option.module.d.ts +8 -8
  431. package/lib/components/radiobutton/index.d.ts +2 -2
  432. package/lib/components/radiobutton/radiobutton.component.d.ts +39 -39
  433. package/lib/components/radiobutton/radiobutton.module.d.ts +9 -9
  434. package/lib/components/select/index.d.ts +5 -5
  435. package/lib/components/select/select-filter.component.d.ts +41 -41
  436. package/lib/components/select/select-multiple.component.d.ts +48 -48
  437. package/lib/components/select/select-search.component.d.ts +56 -56
  438. package/lib/components/select/select.component.d.ts +48 -48
  439. package/lib/components/select/select.module.d.ts +15 -15
  440. package/lib/components/stepper/index.d.ts +2 -2
  441. package/lib/components/stepper/stepper.component.d.ts +18 -18
  442. package/lib/components/stepper/stepper.module.d.ts +9 -9
  443. package/lib/components/tab/index.d.ts +2 -2
  444. package/lib/components/tab/tab.component.d.ts +24 -24
  445. package/lib/components/tab/tab.module.d.ts +10 -10
  446. package/lib/components/table/index.d.ts +3 -3
  447. package/lib/components/table/table-column.component.d.ts +5 -5
  448. package/lib/components/table/table.component.d.ts +59 -59
  449. package/lib/components/table/table.module.d.ts +12 -12
  450. package/lib/components/toggle/index.d.ts +2 -2
  451. package/lib/components/toggle/toggle.component.d.ts +18 -18
  452. package/lib/components/toggle/toggle.module.d.ts +8 -8
  453. package/lib/components/wizard/index.d.ts +2 -2
  454. package/lib/components/wizard/wizard.component.d.ts +18 -18
  455. package/lib/components/wizard/wizard.module.d.ts +9 -9
  456. package/lib/core/index.d.ts +3 -3
  457. package/lib/core/interfaces/index.d.ts +2 -2
  458. package/lib/core/interfaces/monkey-modal-settings.d.ts +58 -58
  459. package/lib/core/interfaces/monkey-style-settings.d.ts +59 -59
  460. package/lib/core/services/index.d.ts +3 -3
  461. package/lib/core/services/modal/index.d.ts +2 -2
  462. package/lib/core/services/modal/monkey-style-guide-modal-fixed.service.d.ts +16 -16
  463. package/lib/core/services/modal/monkey-style-guide-modal.service.d.ts +18 -18
  464. package/lib/core/services/monkey-style-guide.service.d.ts +10 -10
  465. package/lib/core/services/settings/index.d.ts +1 -1
  466. package/lib/core/services/settings/monkey-style-guide-settings.service.d.ts +15 -15
  467. package/lib/core/services/settings/monkey-style-guide-theme-settings.service.d.ts +12 -12
  468. package/lib/core/services/snackbar/index.d.ts +1 -1
  469. package/lib/core/services/snackbar/mokey-style-guide-snackbar.service.d.ts +58 -58
  470. package/lib/core/utils/index.d.ts +1 -1
  471. package/lib/core/utils/utils.d.ts +29 -29
  472. package/lib/monkey-style-guide.module.d.ts +8 -8
  473. package/monkey-style-guide-2.0.152.tgz +0 -0
  474. package/monkey-style-guide.d.ts +5 -5
  475. package/package.json +1 -1
  476. package/public-api.d.ts +8 -8
  477. package/monkey-style-guide-2.0.151.tgz +0 -0
@@ -1,5 +1,5 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M14 2.66663H5.33329L0.666626 7.99996L5.33329 13.3333H14C14.3536 13.3333 14.6927 13.1928 14.9428 12.9428C15.1928 12.6927 15.3333 12.3536 15.3333 12V3.99996C15.3333 3.64634 15.1928 3.3072 14.9428 3.05715C14.6927 2.8071 14.3536 2.66663 14 2.66663V2.66663Z" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M12 6L8 10" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M8 6L12 10" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M14 2.66663H5.33329L0.666626 7.99996L5.33329 13.3333H14C14.3536 13.3333 14.6927 13.1928 14.9428 12.9428C15.1928 12.6927 15.3333 12.3536 15.3333 12V3.99996C15.3333 3.64634 15.1928 3.3072 14.9428 3.05715C14.6927 2.8071 14.3536 2.66663 14 2.66663V2.66663Z" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M12 6L8 10" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M8 6L12 10" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ </svg>
@@ -1,7 +1,7 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M12.9375 2.25H6.375C5.87772 2.25 5.40081 2.45545 5.04917 2.82114C4.69754 3.18684 4.5 3.68283 4.5 4.2V19.8C4.5 20.3172 4.69754 20.8132 5.04917 21.1789C5.40081 21.5446 5.87772 21.75 6.375 21.75H17.625C18.1223 21.75 18.5992 21.5446 18.9508 21.1789C19.3025 20.8132 19.5 20.3172 19.5 19.8V9.075L12.9375 2.25Z" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M12.75 3V9.75H19.5" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M8 13H13.5" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- <path d="M8 15H16" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
- <path d="M8 17H16" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
7
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M12.9375 2.25H6.375C5.87772 2.25 5.40081 2.45545 5.04917 2.82114C4.69754 3.18684 4.5 3.68283 4.5 4.2V19.8C4.5 20.3172 4.69754 20.8132 5.04917 21.1789C5.40081 21.5446 5.87772 21.75 6.375 21.75H17.625C18.1223 21.75 18.5992 21.5446 18.9508 21.1789C19.3025 20.8132 19.5 20.3172 19.5 19.8V9.075L12.9375 2.25Z" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M12.75 3V9.75H19.5" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M8 13H13.5" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ <path d="M8 15H16" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
+ <path d="M8 17H16" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
7
+ </svg>
@@ -1,7 +1,7 @@
1
- <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M13.0012 9.99877V8.99835" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M13.0012 16.0012V17.0016" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M11.2653 15.2867C11.5216 15.7274 11.9914 16.0003 12.5013 16.0047H13.5977C14.3069 16.0041 14.9045 15.4751 14.9912 14.7712C15.0778 14.0673 14.6263 13.4092 13.9384 13.2367L12.0634 12.7656C11.3755 12.5931 10.924 11.935 11.0106 11.2311C11.0973 10.5272 11.6949 9.99819 12.4041 9.99762H13.5005C14.0094 10.0012 14.4787 10.2727 14.7353 10.7122" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- <path d="M13.0003 3.99622C17.973 3.99622 22.0041 8.02733 22.0041 13C22.0041 17.9726 17.973 22.0037 13.0003 22.0037C8.0277 22.0037 3.99658 17.9726 3.99658 13C3.99658 8.02733 8.0277 3.99622 13.0003 3.99622" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
- <path d="M13.0003 3.99622C17.973 3.99622 22.0041 8.02733 22.0041 13C22.0041 17.9726 17.973 22.0037 13.0003 22.0037C8.0277 22.0037 3.99658 17.9726 3.99658 13C3.99658 8.02733 8.0277 3.99622 13.0003 3.99622" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
7
- </svg>
1
+ <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M13.0012 9.99877V8.99835" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M13.0012 16.0012V17.0016" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M11.2653 15.2867C11.5216 15.7274 11.9914 16.0003 12.5013 16.0047H13.5977C14.3069 16.0041 14.9045 15.4751 14.9912 14.7712C15.0778 14.0673 14.6263 13.4092 13.9384 13.2367L12.0634 12.7656C11.3755 12.5931 10.924 11.935 11.0106 11.2311C11.0973 10.5272 11.6949 9.99819 12.4041 9.99762H13.5005C14.0094 10.0012 14.4787 10.2727 14.7353 10.7122" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ <path d="M13.0003 3.99622C17.973 3.99622 22.0041 8.02733 22.0041 13C22.0041 17.9726 17.973 22.0037 13.0003 22.0037C8.0277 22.0037 3.99658 17.9726 3.99658 13C3.99658 8.02733 8.0277 3.99622 13.0003 3.99622" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
+ <path d="M13.0003 3.99622C17.973 3.99622 22.0041 8.02733 22.0041 13C22.0041 17.9726 17.973 22.0037 13.0003 22.0037C8.0277 22.0037 3.99658 17.9726 3.99658 13C3.99658 8.02733 8.0277 3.99622 13.0003 3.99622" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
7
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M4 23V1H5H8.5H12H15.5H19H20V23H19L15.5 19L12 23L8.5 19L5 23H4Z" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M12 5.49988V16.4999" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M14.5 7.50012H10.75C10.2859 7.50012 9.84075 7.6845 9.51256 8.01269C9.18437 8.34087 9 8.78599 9 9.25012C9 9.71425 9.18437 10.1594 9.51256 10.4876C9.84075 10.8157 10.2859 11.0001 10.75 11.0001H13.25C13.7141 11.0001 14.1592 11.1845 14.4874 11.5127C14.8156 11.8409 15 12.286 15 12.7501C15 13.2143 14.8156 13.6594 14.4874 13.9876C14.1592 14.3157 13.7141 14.5001 13.25 14.5001H9" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M4 23V1H5H8.5H12H15.5H19H20V23H19L15.5 19L12 23L8.5 19L5 23H4Z" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M12 5.49988V16.4999" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M14.5 7.50012H10.75C10.2859 7.50012 9.84075 7.6845 9.51256 8.01269C9.18437 8.34087 9 8.78599 9 9.25012C9 9.71425 9.18437 10.1594 9.51256 10.4876C9.84075 10.8157 10.2859 11.0001 10.75 11.0001H13.25C13.7141 11.0001 14.1592 11.1845 14.4874 11.5127C14.8156 11.8409 15 12.286 15 12.7501C15 13.2143 14.8156 13.6594 14.4874 13.9876C14.1592 14.3157 13.7141 14.5001 13.25 14.5001H9" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ </svg>
@@ -1,9 +1,9 @@
1
- <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M16 16H20V24H16V16Z" fill="#0273E8" [attr.fill]="fillColor"/>
3
- <path d="M16 28H20V36H16V28Z" fill="#0273E8" [attr.fill]="fillColor"/>
4
- <path d="M28 16H32V24H28V16Z" fill="#0273E8" [attr.fill]="fillColor"/>
5
- <path d="M28 28H32V36H28V28Z" fill="#0273E8" [attr.fill]="fillColor"/>
6
- <path d="M16 40H20V48H16V40Z" fill="#0273E8" [attr.fill]="fillColor"/>
7
- <path d="M28 40H32V48H28V40Z" fill="#0273E8" [attr.fill]="fillColor"/>
8
- <path d="M60 28C60 26.9391 59.5786 25.9217 58.8284 25.1716C58.0783 24.4214 57.0609 24 56 24H44V8C44 6.93913 43.5786 5.92172 42.8284 5.17157C42.0783 4.42143 41.0609 4 40 4H8C6.93913 4 5.92172 4.42143 5.17157 5.17157C4.42143 5.92172 4 6.93913 4 8V60H60V28ZM8 8H40V56H8V8ZM44 56V28H56V56H44Z" fill="#0273E8" [attr.fill]="fillColor"/>
9
- </svg>
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M16 16H20V24H16V16Z" fill="#0273E8" [attr.fill]="fillColor"/>
3
+ <path d="M16 28H20V36H16V28Z" fill="#0273E8" [attr.fill]="fillColor"/>
4
+ <path d="M28 16H32V24H28V16Z" fill="#0273E8" [attr.fill]="fillColor"/>
5
+ <path d="M28 28H32V36H28V28Z" fill="#0273E8" [attr.fill]="fillColor"/>
6
+ <path d="M16 40H20V48H16V40Z" fill="#0273E8" [attr.fill]="fillColor"/>
7
+ <path d="M28 40H32V48H28V40Z" fill="#0273E8" [attr.fill]="fillColor"/>
8
+ <path d="M60 28C60 26.9391 59.5786 25.9217 58.8284 25.1716C58.0783 24.4214 57.0609 24 56 24H44V8C44 6.93913 43.5786 5.92172 42.8284 5.17157C42.0783 4.42143 41.0609 4 40 4H8C6.93913 4 5.92172 4.42143 5.17157 5.17157C4.42143 5.92172 4 6.93913 4 8V60H60V28ZM8 8H40V56H8V8ZM44 56V28H56V56H44Z" fill="#0273E8" [attr.fill]="fillColor"/>
9
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M18.5043 12.0002C18.5043 12.2765 18.2804 12.5004 18.0041 12.5004C17.7279 12.5004 17.5039 12.2765 17.5039 12.0002C17.5039 11.724 17.7279 11.5 18.0041 11.5C18.2804 11.5 18.5043 11.724 18.5043 12.0002" stroke="#1F2024" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M12.5004 12.0002C12.5004 12.2765 12.2765 12.5004 12.0002 12.5004C11.724 12.5004 11.5 12.2765 11.5 12.0002C11.5 11.724 11.724 11.5 12.0002 11.5C12.2765 11.5 12.5004 11.724 12.5004 12.0002" stroke="#1F2024" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M6.50042 12.0002C6.50042 12.2765 6.27647 12.5004 6.00021 12.5004C5.72395 12.5004 5.5 12.2765 5.5 12.0002C5.5 11.724 5.72395 11.5 6.00021 11.5C6.27647 11.5 6.50042 11.724 6.50042 12.0002" stroke="#1F2024" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M11 17L6 12L11 7" stroke="#EBEBEB" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M18 17L13 12L18 7" stroke="#EBEBEB" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M11 17L6 12L11 7" stroke="#EBEBEB" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M18 17L13 12L18 7" stroke="#EBEBEB" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M13 17L18 12L13 7" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M6 17L11 12L6 7" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M13 17L18 12L13 7" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M6 17L11 12L6 7" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M14 10V12.6667C14 13.0203 13.8595 13.3594 13.6095 13.6095C13.3594 13.8595 13.0203 14 12.6667 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V10" stroke="#0273E8" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M4.6665 6.66667L7.99984 10L11.3332 6.66667" stroke="#0273E8" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M8 10V2" stroke="#0273E8" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M14 10V12.6667C14 13.0203 13.8595 13.3594 13.6095 13.6095C13.3594 13.8595 13.0203 14 12.6667 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V10" stroke="#0273E8" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M4.6665 6.66667L7.99984 10L11.3332 6.66667" stroke="#0273E8" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M8 10V2" stroke="#0273E8" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M7.33325 2.66675H2.66659C2.31296 2.66675 1.97382 2.80722 1.72378 3.05727C1.47373 3.30732 1.33325 3.64646 1.33325 4.00008V13.3334C1.33325 13.687 1.47373 14.0262 1.72378 14.2762C1.97382 14.5263 2.31296 14.6667 2.66659 14.6667H11.9999C12.3535 14.6667 12.6927 14.5263 12.9427 14.2762C13.1928 14.0262 13.3333 13.687 13.3333 13.3334V8.66675" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M12.3333 1.66665C12.5985 1.40144 12.9582 1.25244 13.3333 1.25244C13.7083 1.25244 14.068 1.40144 14.3333 1.66665C14.5985 1.93187 14.7475 2.29158 14.7475 2.66665C14.7475 3.04173 14.5985 3.40144 14.3333 3.66665L7.99992 9.99999L5.33325 10.6667L5.99992 7.99999L12.3333 1.66665Z" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M7.33325 2.66675H2.66659C2.31296 2.66675 1.97382 2.80722 1.72378 3.05727C1.47373 3.30732 1.33325 3.64646 1.33325 4.00008V13.3334C1.33325 13.687 1.47373 14.0262 1.72378 14.2762C1.97382 14.5263 2.31296 14.6667 2.66659 14.6667H11.9999C12.3535 14.6667 12.6927 14.5263 12.9427 14.2762C13.1928 14.0262 13.3333 13.687 13.3333 13.3334V8.66675" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M12.3333 1.66665C12.5985 1.40144 12.9582 1.25244 13.3333 1.25244C13.7083 1.25244 14.068 1.40144 14.3333 1.66665C14.5985 1.93187 14.7475 2.29158 14.7475 2.66665C14.7475 3.04173 14.5985 3.40144 14.3333 3.66665L7.99992 9.99999L5.33325 10.6667L5.99992 7.99999L12.3333 1.66665Z" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M21.1298 6.8356C21.3947 6.57068 21.7092 6.36054 22.0553 6.21716C22.4015 6.07379 22.7725 6 23.1471 6C23.5217 6 23.8927 6.07379 24.2389 6.21716C24.585 6.36054 24.8995 6.57068 25.1644 6.8356C25.4293 7.10051 25.6395 7.41501 25.7828 7.76114C25.9262 8.10727 26 8.47825 26 8.8529C26 9.22755 25.9262 9.59853 25.7828 9.94466C25.6395 10.2908 25.4293 10.6053 25.1644 10.8702L11.5476 24.487L6 26L7.51298 20.4524L21.1298 6.8356Z" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M21.1298 6.8356C21.3947 6.57068 21.7092 6.36054 22.0553 6.21716C22.4015 6.07379 22.7725 6 23.1471 6C23.5217 6 23.8927 6.07379 24.2389 6.21716C24.585 6.36054 24.8995 6.57068 25.1644 6.8356C25.4293 7.10051 25.6395 7.41501 25.7828 7.76114C25.9262 8.10727 26 8.47825 26 8.8529C26 9.22755 25.9262 9.59853 25.7828 9.94466C25.6395 10.2908 25.4293 10.6053 25.1644 10.8702L11.5476 24.487L6 26L7.51298 20.4524L21.1298 6.8356Z" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M5.33366 5.33334H26.667C28.1337 5.33334 29.3337 6.53334 29.3337 8V24C29.3337 25.4667 28.1337 26.6667 26.667 26.6667H5.33366C3.86699 26.6667 2.66699 25.4667 2.66699 24V8C2.66699 6.53334 3.86699 5.33334 5.33366 5.33334Z" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M29.3337 8L16.0003 17.3333L2.66699 8" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M5.33366 5.33334H26.667C28.1337 5.33334 29.3337 6.53334 29.3337 8V24C29.3337 25.4667 28.1337 26.6667 26.667 26.6667H5.33366C3.86699 26.6667 2.66699 25.4667 2.66699 24V8C2.66699 6.53334 3.86699 5.33334 5.33366 5.33334Z" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M29.3337 8L16.0003 17.3333L2.66699 8" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M34.5 6H17C15.6739 6 14.4021 6.54786 13.4645 7.52304C12.5268 8.49823 12 9.82087 12 11.2V52.8C12 54.1791 12.5268 55.5018 13.4645 56.477C14.4021 57.4521 15.6739 58 17 58H47C48.3261 58 49.5979 57.4521 50.5355 56.477C51.4732 55.5018 52 54.1791 52 52.8V24.2L34.5 6Z" stroke="#0273E8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M34 8V26H52" stroke="#0273E8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- </svg>
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M34.5 6H17C15.6739 6 14.4021 6.54786 13.4645 7.52304C12.5268 8.49823 12 9.82087 12 11.2V52.8C12 54.1791 12.5268 55.5018 13.4645 56.477C14.4021 57.4521 15.6739 58 17 58H47C48.3261 58 49.5979 57.4521 50.5355 56.477C51.4732 55.5018 52 54.1791 52 52.8V24.2L34.5 6Z" stroke="#0273E8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M34 8V26H52" stroke="#0273E8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M5.102 1H10.898L15 5.102V10.898L10.898 15H5.102L1 10.898V5.102L5.102 1Z" fill="#FA3838"/>
3
- <path d="M8 5.33333V7.99999" stroke="#F5FAFF" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M8 10.6667H8.00667" stroke="#F5FAFF" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M5.102 1H10.898L15 5.102V10.898L10.898 15H5.102L1 10.898V5.102L5.102 1Z" fill="#FA3838"/>
3
+ <path d="M8 5.33333V7.99999" stroke="#F5FAFF" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M8 10.6667H8.00667" stroke="#F5FAFF" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>
@@ -1,11 +1,11 @@
1
- <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <g clip-path="url(#clip0)">
3
- <path d="M10.108 9.61859C9.9249 9.81509 9.70409 9.9727 9.45876 10.082C9.21343 10.1913 8.9486 10.2501 8.68005 10.2548C8.41151 10.2596 8.14477 10.2102 7.89573 10.1096C7.6467 10.009 7.42048 9.85928 7.23056 9.66936C7.04064 9.47945 6.89092 9.25322 6.79033 9.00419C6.68974 8.75515 6.64035 8.48841 6.64508 8.21987C6.64982 7.95133 6.7086 7.68649 6.81791 7.44116C6.92722 7.19583 7.08483 6.97503 7.28133 6.79193M12.6547 12.1653C11.5151 13.0339 10.1274 13.5152 8.69466 13.5386C4.02799 13.5386 1.36133 8.20526 1.36133 8.20526C2.19059 6.65986 3.34075 5.30967 4.73466 4.24526L12.6547 12.1653ZM7.29466 3.03193C7.75355 2.92451 8.22337 2.87082 8.69466 2.87193C13.3613 2.87193 16.028 8.20526 16.028 8.20526C15.6233 8.96233 15.1407 9.67508 14.588 10.3319L7.29466 3.03193Z" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M1.36133 0.871927L16.028 15.5386" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round"/>
5
- </g>
6
- <defs>
7
- <clipPath id="clip0">
8
- <rect width="16" height="16" fill="white" transform="translate(0.694824 0.205261)"/>
9
- </clipPath>
10
- </defs>
11
- </svg>
1
+ <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <g clip-path="url(#clip0)">
3
+ <path d="M10.108 9.61859C9.9249 9.81509 9.70409 9.9727 9.45876 10.082C9.21343 10.1913 8.9486 10.2501 8.68005 10.2548C8.41151 10.2596 8.14477 10.2102 7.89573 10.1096C7.6467 10.009 7.42048 9.85928 7.23056 9.66936C7.04064 9.47945 6.89092 9.25322 6.79033 9.00419C6.68974 8.75515 6.64035 8.48841 6.64508 8.21987C6.64982 7.95133 6.7086 7.68649 6.81791 7.44116C6.92722 7.19583 7.08483 6.97503 7.28133 6.79193M12.6547 12.1653C11.5151 13.0339 10.1274 13.5152 8.69466 13.5386C4.02799 13.5386 1.36133 8.20526 1.36133 8.20526C2.19059 6.65986 3.34075 5.30967 4.73466 4.24526L12.6547 12.1653ZM7.29466 3.03193C7.75355 2.92451 8.22337 2.87082 8.69466 2.87193C13.3613 2.87193 16.028 8.20526 16.028 8.20526C15.6233 8.96233 15.1407 9.67508 14.588 10.3319L7.29466 3.03193Z" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M1.36133 0.871927L16.028 15.5386" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0">
8
+ <rect width="16" height="16" fill="white" transform="translate(0.694824 0.205261)"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M0.666504 8C0.666504 8 3.33317 2.66667 7.99984 2.66667C12.6665 2.66667 15.3332 8 15.3332 8C15.3332 8 12.6665 13.3333 7.99984 13.3333C3.33317 13.3333 0.666504 8 0.666504 8Z" stroke="#0273E8" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z" stroke="#0273E8" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M0.666504 8C0.666504 8 3.33317 2.66667 7.99984 2.66667C12.6665 2.66667 15.3332 8 15.3332 8C15.3332 8 12.6665 13.3333 7.99984 13.3333C3.33317 13.3333 0.666504 8 0.666504 8Z" stroke="#0273E8" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z" stroke="#0273E8" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M14.6667 2H1.33337L6.66671 8.30667V12.6667L9.33337 14V8.30667L14.6667 2Z" stroke="#0273E8" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M14.6667 2H1.33337L6.66671 8.30667V12.6667L9.33337 14V8.30667L14.6667 2Z" stroke="#0273E8" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M6 2H3C2.44772 2 2 2.44772 2 3V6C2 6.55228 2.44772 7 3 7H6C6.55228 7 7 6.55228 7 6V3C7 2.44772 6.55228 2 6 2Z" fill="#0273E8" [attr.fill]="fillColor"/>
3
- <path d="M13 2H10C9.44772 2 9 2.44772 9 3V6C9 6.55228 9.44772 7 10 7H13C13.5523 7 14 6.55228 14 6V3C14 2.44772 13.5523 2 13 2Z" fill="#0273E8" [attr.fill]="fillColor"/>
4
- <path d="M13 9H10C9.44772 9 9 9.44772 9 10V13C9 13.5523 9.44772 14 10 14H13C13.5523 14 14 13.5523 14 13V10C14 9.44772 13.5523 9 13 9Z" fill="#0273E8" [attr.fill]="fillColor"/>
5
- <path d="M6 9H3C2.44772 9 2 9.44772 2 10V13C2 13.5523 2.44772 14 3 14H6C6.55228 14 7 13.5523 7 13V10C7 9.44772 6.55228 9 6 9Z" fill="#0273E8" [attr.fill]="fillColor"/>
6
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M6 2H3C2.44772 2 2 2.44772 2 3V6C2 6.55228 2.44772 7 3 7H6C6.55228 7 7 6.55228 7 6V3C7 2.44772 6.55228 2 6 2Z" fill="#0273E8" [attr.fill]="fillColor"/>
3
+ <path d="M13 2H10C9.44772 2 9 2.44772 9 3V6C9 6.55228 9.44772 7 10 7H13C13.5523 7 14 6.55228 14 6V3C14 2.44772 13.5523 2 13 2Z" fill="#0273E8" [attr.fill]="fillColor"/>
4
+ <path d="M13 9H10C9.44772 9 9 9.44772 9 10V13C9 13.5523 9.44772 14 10 14H13C13.5523 14 14 13.5523 14 13V10C14 9.44772 13.5523 9 13 9Z" fill="#0273E8" [attr.fill]="fillColor"/>
5
+ <path d="M6 9H3C2.44772 9 2 9.44772 2 10V13C2 13.5523 2.44772 14 3 14H6C6.55228 14 7 13.5523 7 13V10C7 9.44772 6.55228 9 6 9Z" fill="#0273E8" [attr.fill]="fillColor"/>
6
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M16.0003 29.3333C23.3641 29.3333 29.3337 23.3638 29.3337 16C29.3337 8.6362 23.3641 2.66666 16.0003 2.66666C8.63653 2.66666 2.66699 8.6362 2.66699 16C2.66699 23.3638 8.63653 29.3333 16.0003 29.3333Z" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M12.1201 12C12.4336 11.1089 13.0523 10.3575 13.8667 9.87884C14.6811 9.40021 15.6386 9.22525 16.5697 9.38495C17.5007 9.54464 18.3452 10.0287 18.9536 10.7514C19.5619 11.474 19.8949 12.3887 19.8934 13.3333C19.8934 16 15.8934 17.3333 15.8934 17.3333V19" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M16 22.6667H16.0133" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M16.0003 29.3333C23.3641 29.3333 29.3337 23.3638 29.3337 16C29.3337 8.6362 23.3641 2.66666 16.0003 2.66666C8.63653 2.66666 2.66699 8.6362 2.66699 16C2.66699 23.3638 8.63653 29.3333 16.0003 29.3333Z" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M12.1201 12C12.4336 11.1089 13.0523 10.3575 13.8667 9.87884C14.6811 9.40021 15.6386 9.22525 16.5697 9.38495C17.5007 9.54464 18.3452 10.0287 18.9536 10.7514C19.5619 11.474 19.8949 12.3887 19.8934 13.3333C19.8934 16 15.8934 17.3333 15.8934 17.3333V19" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M16 22.6667H16.0133" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M14 10.6667V5.33335C13.9998 5.09953 13.938 4.86989 13.821 4.66746C13.704 4.46503 13.5358 4.29692 13.3333 4.18002L8.66667 1.51335C8.46397 1.39633 8.23405 1.33472 8 1.33472C7.76595 1.33472 7.53603 1.39633 7.33333 1.51335L2.66667 4.18002C2.46418 4.29692 2.29599 4.46503 2.17897 4.66746C2.06196 4.86989 2.00024 5.09953 2 5.33335V10.6667C2.00024 10.9005 2.06196 11.1301 2.17897 11.3326C2.29599 11.535 2.46418 11.7031 2.66667 11.82L7.33333 14.4867C7.53603 14.6037 7.76595 14.6653 8 14.6653C8.23405 14.6653 8.46397 14.6037 8.66667 14.4867L13.3333 11.82C13.5358 11.7031 13.704 11.535 13.821 11.3326C13.938 11.1301 13.9998 10.9005 14 10.6667Z" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M14 10.6667V5.33335C13.9998 5.09953 13.938 4.86989 13.821 4.66746C13.704 4.46503 13.5358 4.29692 13.3333 4.18002L8.66667 1.51335C8.46397 1.39633 8.23405 1.33472 8 1.33472C7.76595 1.33472 7.53603 1.39633 7.33333 1.51335L2.66667 4.18002C2.46418 4.29692 2.29599 4.46503 2.17897 4.66746C2.06196 4.86989 2.00024 5.09953 2 5.33335V10.6667C2.00024 10.9005 2.06196 11.1301 2.17897 11.3326C2.29599 11.535 2.46418 11.7031 2.66667 11.82L7.33333 14.4867C7.53603 14.6037 7.76595 14.6653 8 14.6653C8.23405 14.6653 8.46397 14.6037 8.66667 14.4867L13.3333 11.82C13.5358 11.7031 13.704 11.535 13.821 11.3326C13.938 11.1301 13.9998 10.9005 14 10.6667Z" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M3 9L12 2L21 9V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C4.46957 22 3.96086 21.7893 3.58579 21.4142C3.21071 21.0391 3 20.5304 3 20V9Z" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M9 22V12H15V22" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M3 9L12 2L21 9V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C4.46957 22 3.96086 21.7893 3.58579 21.4142C3.21071 21.0391 3 20.5304 3 20V9Z" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M9 22V12H15V22" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M25.3333 4H6.66667C5.19391 4 4 5.19391 4 6.66667V25.3333C4 26.8061 5.19391 28 6.66667 28H25.3333C26.8061 28 28 26.8061 28 25.3333V6.66667C28 5.19391 26.8061 4 25.3333 4Z" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M11.334 13.3333C12.4386 13.3333 13.334 12.4379 13.334 11.3333C13.334 10.2288 12.4386 9.33334 11.334 9.33334C10.2294 9.33334 9.33398 10.2288 9.33398 11.3333C9.33398 12.4379 10.2294 13.3333 11.334 13.3333Z" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M27.9994 20L21.3327 13.3333L6.66602 28" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M25.3333 4H6.66667C5.19391 4 4 5.19391 4 6.66667V25.3333C4 26.8061 5.19391 28 6.66667 28H25.3333C26.8061 28 28 26.8061 28 25.3333V6.66667C28 5.19391 26.8061 4 25.3333 4Z" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M11.334 13.3333C12.4386 13.3333 13.334 12.4379 13.334 11.3333C13.334 10.2288 12.4386 9.33334 11.334 9.33334C10.2294 9.33334 9.33398 10.2288 9.33398 11.3333C9.33398 12.4379 10.2294 13.3333 11.334 13.3333Z" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M27.9994 20L21.3327 13.3333L6.66602 28" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ </svg>
@@ -1,7 +1,7 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <circle cx="12" cy="11.9998" r="9.00375" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M10.9996 15.5012H13.3099" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M12.1591 15.5018V11.25H11.0086" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- <path d="M12.1 8.24533C12.1 8.38345 11.9881 8.49543 11.8499 8.49543C11.7118 8.49543 11.5998 8.38345 11.5998 8.24533C11.5998 8.1072 11.7118 7.99522 11.8499 7.99522" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
- <path d="M11.8499 7.99527C11.9881 7.99527 12.1 8.10725 12.1 8.24538" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <circle cx="12" cy="11.9998" r="9.00375" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M10.9996 15.5012H13.3099" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M12.1591 15.5018V11.25H11.0086" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ <path d="M12.1 8.24533C12.1 8.38345 11.9881 8.49543 11.8499 8.49543C11.7118 8.49543 11.5998 8.38345 11.5998 8.24533C11.5998 8.1072 11.7118 7.99522 11.8499 7.99522" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
+ <path d="M11.8499 7.99527C11.9881 7.99527 12.1 8.10725 12.1 8.24538" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
7
7
  </svg>
@@ -1,6 +1,6 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.449 20.396L18.459 20.8935C18.1785 21.0345 17.8481 21.0355 17.5667 20.8964L15.9942 20.1188L14.4533 20.8929C14.172 21.0342 13.8406 21.0348 13.5588 20.8945L12 20.1185L10.4412 20.8945C10.1594 21.0348 9.82799 21.0342 9.54668 20.8929L8.00578 20.1188L6.4333 20.8964C6.15191 21.0355 5.82151 21.0345 5.54102 20.8935L4.55102 20.396C4.21321 20.2263 4.00001 19.8805 4 19.5025V4.49752C4 4.11947 4.2132 3.77374 4.551 3.604L5.541 3.10648C5.82149 2.96552 6.15189 2.96446 6.43328 3.10361L8.00576 3.8812L9.54666 3.10713C9.82797 2.96581 10.1594 2.96521 10.4412 3.10551L12 3.88151L13.5588 3.10551C13.8406 2.96521 14.172 2.96581 14.4533 3.10713L15.9942 3.8812L17.5667 3.10361C17.8481 2.96446 18.1785 2.96552 18.459 3.10648L19.449 3.604C19.7868 3.77374 20 4.11947 20 4.49752V19.5025C20 19.8806 19.7868 20.2263 19.449 20.396Z" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M16 9H8" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M16 12H8" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- <path d="M13 15H8" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.449 20.396L18.459 20.8935C18.1785 21.0345 17.8481 21.0355 17.5667 20.8964L15.9942 20.1188L14.4533 20.8929C14.172 21.0342 13.8406 21.0348 13.5588 20.8945L12 20.1185L10.4412 20.8945C10.1594 21.0348 9.82799 21.0342 9.54668 20.8929L8.00578 20.1188L6.4333 20.8964C6.15191 21.0355 5.82151 21.0345 5.54102 20.8935L4.55102 20.396C4.21321 20.2263 4.00001 19.8805 4 19.5025V4.49752C4 4.11947 4.2132 3.77374 4.551 3.604L5.541 3.10648C5.82149 2.96552 6.15189 2.96446 6.43328 3.10361L8.00576 3.8812L9.54666 3.10713C9.82797 2.96581 10.1594 2.96521 10.4412 3.10551L12 3.88151L13.5588 3.10551C13.8406 2.96521 14.172 2.96581 14.4533 3.10713L15.9942 3.8812L17.5667 3.10361C17.8481 2.96446 18.1785 2.96552 18.459 3.10648L19.449 3.604C19.7868 3.77374 20 4.11947 20 4.49752V19.5025C20 19.8806 19.7868 20.2263 19.449 20.396Z" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M16 9H8" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M16 12H8" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ <path d="M13 15H8" stroke="#323232" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
6
  </svg>
@@ -1,8 +1,8 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M5.33325 4H13.9999" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M5.33325 8H13.9999" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M5.33325 12H13.9999" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- <path d="M2 4H2.00667" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
- <path d="M2 8H2.00667" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
7
- <path d="M2 12H2.00667" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
8
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M5.33325 4H13.9999" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M5.33325 8H13.9999" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M5.33325 12H13.9999" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ <path d="M2 4H2.00667" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
+ <path d="M2 8H2.00667" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
7
+ <path d="M2 12H2.00667" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
8
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M56 26.666C56 45.3327 32 61.3327 32 61.3327C32 61.3327 8 45.3327 8 26.666C8 20.3008 10.5286 14.1963 15.0294 9.69545C19.5303 5.19458 25.6348 2.66602 32 2.66602C38.3652 2.66602 44.4697 5.19458 48.9706 9.69545C53.4714 14.1963 56 20.3008 56 26.666Z" stroke="#0273E8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M32 34.666C36.4183 34.666 40 31.0843 40 26.666C40 22.2477 36.4183 18.666 32 18.666C27.5817 18.666 24 22.2477 24 26.666C24 31.0843 27.5817 34.666 32 34.666Z" stroke="#0273E8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- </svg>
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M56 26.666C56 45.3327 32 61.3327 32 61.3327C32 61.3327 8 45.3327 8 26.666C8 20.3008 10.5286 14.1963 15.0294 9.69545C19.5303 5.19458 25.6348 2.66602 32 2.66602C38.3652 2.66602 44.4697 5.19458 48.9706 9.69545C53.4714 14.1963 56 20.3008 56 26.666Z" stroke="#0273E8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M32 34.666C36.4183 34.666 40 31.0843 40 26.666C40 22.2477 36.4183 18.666 32 18.666C27.5817 18.666 24 22.2477 24 26.666C24 31.0843 27.5817 34.666 32 34.666Z" stroke="#0273E8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M15 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H15" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M10 17L15 12L10 7" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M15 12H3" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M15 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H15" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M10 17L15 12L10 7" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M15 12H3" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M6 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V3.33333C2 2.97971 2.14048 2.64057 2.39052 2.39052C2.64057 2.14048 2.97971 2 3.33333 2H6" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M10.6667 11.3333L14 7.99999L10.6667 4.66666" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M14 8H6" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M6 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V3.33333C2 2.97971 2.14048 2.64057 2.39052 2.39052C2.64057 2.14048 2.97971 2 3.33333 2H6" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M10.6667 11.3333L14 7.99999L10.6667 4.66666" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M14 8H6" stroke="#4B4A53" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ </svg>
@@ -1,12 +1,12 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M12 22V21" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M5.69 20.31L6.31 19.69" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M19.5 14H20.5" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- <path d="M3.5 14H4.5" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
- <path d="M17.69 19.69L18.31 20.31" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
7
- <path d="M14.9465 11.0535C16.5738 12.6808 16.5738 15.3192 14.9465 16.9465C13.3192 18.5738 10.6808 18.5738 9.05349 16.9465C7.42618 15.3192 7.42618 12.6808 9.05349 11.0535C10.6808 9.42618 13.3192 9.42618 14.9465 11.0535" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
8
- <path d="M16.4298 6H7.56982" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
9
- <path d="M15.676 12.078L19.492 7.8C19.819 7.434 20 6.96 20 6.469V4C20 2.9 19.1 2 18 2H6C4.895 2 4 2.895 4 4V6.469C4 6.96 4.181 7.434 4.508 7.8L8.324 12.078" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
10
- <path d="M4.56982 2.63L11.0798 9.94" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
11
- <path d="M19.4299 2.63L12.9199 9.94" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
12
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M12 22V21" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M5.69 20.31L6.31 19.69" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M19.5 14H20.5" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ <path d="M3.5 14H4.5" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
+ <path d="M17.69 19.69L18.31 20.31" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
7
+ <path d="M14.9465 11.0535C16.5738 12.6808 16.5738 15.3192 14.9465 16.9465C13.3192 18.5738 10.6808 18.5738 9.05349 16.9465C7.42618 15.3192 7.42618 12.6808 9.05349 11.0535C10.6808 9.42618 13.3192 9.42618 14.9465 11.0535" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
8
+ <path d="M16.4298 6H7.56982" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
9
+ <path d="M15.676 12.078L19.492 7.8C19.819 7.434 20 6.96 20 6.469V4C20 2.9 19.1 2 18 2H6C4.895 2 4 2.895 4 4V6.469C4 6.96 4.181 7.434 4.508 7.8L8.324 12.078" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
10
+ <path d="M4.56982 2.63L11.0798 9.94" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
11
+ <path d="M19.4299 2.63L12.9199 9.94" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
12
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M3 12H21" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M3 6H21" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M3 18H21" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M3 12H21" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M3 6H21" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M3 18H21" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.3335 13.91C13.4381 13.91 14.3335 13.0146 14.3335 11.91C14.3335 10.8055 13.4381 9.91003 12.3335 9.91003C11.2289 9.91003 10.3335 10.8055 10.3335 11.91C10.3335 13.0146 11.2289 13.91 12.3335 13.91Z" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M6.8335 14V11" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M17.8335 13V10" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20.1375 18.213V18.213C17.6325 17.712 15.0485 17.774 12.5705 18.393L12.3335 18.453C9.6995 19.111 6.9525 19.177 4.2905 18.644L4.1375 18.613C3.6695 18.52 3.3335 18.109 3.3335 17.633V6.79402C3.3335 6.16302 3.9105 5.69002 4.5295 5.81302V5.81302C7.0345 6.31402 9.6185 6.25202 12.0965 5.63302L12.5695 5.51502C15.0475 4.89602 17.6325 4.83402 20.1365 5.33502L20.5285 5.41302C20.9975 5.50702 21.3335 5.91702 21.3335 6.39402V17.233C21.3335 17.864 20.7565 18.337 20.1375 18.213V18.213Z" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
- </svg>
1
+ <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.3335 13.91C13.4381 13.91 14.3335 13.0146 14.3335 11.91C14.3335 10.8055 13.4381 9.91003 12.3335 9.91003C11.2289 9.91003 10.3335 10.8055 10.3335 11.91C10.3335 13.0146 11.2289 13.91 12.3335 13.91Z" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M6.8335 14V11" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M17.8335 13V10" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.1375 18.213V18.213C17.6325 17.712 15.0485 17.774 12.5705 18.393L12.3335 18.453C9.6995 19.111 6.9525 19.177 4.2905 18.644L4.1375 18.613C3.6695 18.52 3.3335 18.109 3.3335 17.633V6.79402C3.3335 6.16302 3.9105 5.69002 4.5295 5.81302V5.81302C7.0345 6.31402 9.6185 6.25202 12.0965 5.63302L12.5695 5.51502C15.0475 4.89602 17.6325 4.83402 20.1365 5.33502L20.5285 5.41302C20.9975 5.50702 21.3335 5.91702 21.3335 6.39402V17.233C21.3335 17.864 20.7565 18.337 20.1375 18.213V18.213Z" stroke="#676E79" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M13.982 15.0008H21.5038C22.3326 15.0008 23.0044 14.329 23.0044 13.5002V7.4977C23.0044 6.66892 22.3326 5.99707 21.5038 5.99707H11.4996C10.6709 5.99707 9.99902 6.66892 9.99902 7.4977V14.0004" stroke="#00875A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M15.4404 9.43797C16.0272 8.85672 16.9733 8.85894 17.5573 9.44294C18.1414 10.0269 18.1436 10.9731 17.5623 11.5599" stroke="#00875A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M9.99901 8.99835H7.70625C7.24033 8.99835 6.7808 9.10682 6.36408 9.31519L5.77862 9.60792C5.26812 9.86315 4.84099 10.2587 4.54734 10.7481L2.99609 13.3335" stroke="#00875A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- <path d="M3.99658 22.0038L9.76085 19.9209C10.5654 19.6302 11.2556 19.0893 11.7302 18.3776L14.7243 13.8877C15.1598 13.2347 15.0738 12.3651 14.5188 11.81V11.81C13.8759 11.1672 12.8336 11.1671 12.1906 11.8098L9.99908 14.0004H7.99825" stroke="#00875A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
- </svg>
1
+ <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M13.982 15.0008H21.5038C22.3326 15.0008 23.0044 14.329 23.0044 13.5002V7.4977C23.0044 6.66892 22.3326 5.99707 21.5038 5.99707H11.4996C10.6709 5.99707 9.99902 6.66892 9.99902 7.4977V14.0004" stroke="#00875A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M15.4404 9.43797C16.0272 8.85672 16.9733 8.85894 17.5573 9.44294C18.1414 10.0269 18.1436 10.9731 17.5623 11.5599" stroke="#00875A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M9.99901 8.99835H7.70625C7.24033 8.99835 6.7808 9.10682 6.36408 9.31519L5.77862 9.60792C5.26812 9.86315 4.84099 10.2587 4.54734 10.7481L2.99609 13.3335" stroke="#00875A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ <path d="M3.99658 22.0038L9.76085 19.9209C10.5654 19.6302 11.2556 19.0893 11.7302 18.3776L14.7243 13.8877C15.1598 13.2347 15.0738 12.3651 14.5188 11.81V11.81C13.8759 11.1672 12.8336 11.1671 12.1906 11.8098L9.99908 14.0004H7.99825" stroke="#00875A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M12 1V23" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M17 5H9.5C8.57174 5 7.6815 5.36875 7.02513 6.02513C6.36875 6.6815 6 7.57174 6 8.5C6 9.42826 6.36875 10.3185 7.02513 10.9749C7.6815 11.6313 8.57174 12 9.5 12H14.5C15.4283 12 16.3185 12.3688 16.9749 13.0251C17.6313 13.6815 18 14.5717 18 15.5C18 16.4283 17.6313 17.3185 16.9749 17.9749C16.3185 18.6313 15.4283 19 14.5 19H6" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M12 1V23" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M17 5H9.5C8.57174 5 7.6815 5.36875 7.02513 6.02513C6.36875 6.6815 6 7.57174 6 8.5C6 9.42826 6.36875 10.3185 7.02513 10.9749C7.6815 11.6313 8.57174 12 9.5 12H14.5C15.4283 12 16.3185 12.3688 16.9749 13.0251C17.6313 13.6815 18 14.5717 18 15.5C18 16.4283 17.6313 17.3185 16.9749 17.9749C16.3185 18.6313 15.4283 19 14.5 19H6" stroke="#4B4A53" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20 19H4C2.895 19 2 18.105 2 17V7C2 5.895 2.895 5 4 5H20C21.105 5 22 5.895 22 7V17C22 18.105 21.105 19 20 19Z" stroke="#8D38FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M13.7678 10.2322C14.7441 11.2085 14.7441 12.7914 13.7678 13.7677C12.7915 14.744 11.2085 14.744 10.2322 13.7677C9.25592 12.7914 9.25592 11.2085 10.2322 10.2322C11.2085 9.25586 12.7915 9.25586 13.7678 10.2322" stroke="#8D38FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- <path d="M6 9.5V14.5" stroke="#8D38FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
- <path d="M18 9.5V14.5" stroke="#8D38FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20 19H4C2.895 19 2 18.105 2 17V7C2 5.895 2.895 5 4 5H20C21.105 5 22 5.895 22 7V17C22 18.105 21.105 19 20 19Z" stroke="#8D38FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M13.7678 10.2322C14.7441 11.2085 14.7441 12.7914 13.7678 13.7677C12.7915 14.744 11.2085 14.744 10.2322 13.7677C9.25592 12.7914 9.25592 11.2085 10.2322 10.2322C11.2085 9.25586 12.7915 9.25586 13.7678 10.2322" stroke="#8D38FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ <path d="M6 9.5V14.5" stroke="#8D38FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
5
+ <path d="M18 9.5V14.5" stroke="#8D38FA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
6
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
- <path d="M27.9998 16H4.00018" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
- <path d="M16 4V28" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
- </svg>
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.height]="size" [attr.width]="size">
2
+ <path d="M27.9998 16H4.00018" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
3
+ <path d="M16 4V28" stroke="#0273E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" [attr.stroke]="fillColor"/>
4
+ </svg>