@pedidopago/ui 1.0.6

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 (860) hide show
  1. package/README.md +93 -0
  2. package/dist/@types/index.d.ts +7 -0
  3. package/dist/@types/index.d.ts.map +1 -0
  4. package/dist/@types/index.js +1 -0
  5. package/dist/components/Alert/alert.test.d.ts +2 -0
  6. package/dist/components/Alert/alert.test.d.ts.map +1 -0
  7. package/dist/components/Alert/alert.test.js +84 -0
  8. package/dist/components/Alert/index.d.ts +5 -0
  9. package/dist/components/Alert/index.d.ts.map +1 -0
  10. package/dist/components/Alert/index.js +66 -0
  11. package/dist/components/Alert/styles.d.ts +37 -0
  12. package/dist/components/Alert/styles.d.ts.map +1 -0
  13. package/dist/components/Alert/styles.js +70 -0
  14. package/dist/components/Alert/types.d.ts +49 -0
  15. package/dist/components/Alert/types.d.ts.map +1 -0
  16. package/dist/components/Alert/types.js +1 -0
  17. package/dist/components/Avatar/avatar.test.d.ts +2 -0
  18. package/dist/components/Avatar/avatar.test.d.ts.map +1 -0
  19. package/dist/components/Avatar/avatar.test.js +66 -0
  20. package/dist/components/Avatar/index.d.ts +5 -0
  21. package/dist/components/Avatar/index.d.ts.map +1 -0
  22. package/dist/components/Avatar/index.js +97 -0
  23. package/dist/components/Avatar/styles.d.ts +26 -0
  24. package/dist/components/Avatar/styles.d.ts.map +1 -0
  25. package/dist/components/Avatar/styles.js +67 -0
  26. package/dist/components/Avatar/types.d.ts +16 -0
  27. package/dist/components/Avatar/types.d.ts.map +1 -0
  28. package/dist/components/Avatar/types.js +1 -0
  29. package/dist/components/Badge/badge.test.d.ts +2 -0
  30. package/dist/components/Badge/badge.test.d.ts.map +1 -0
  31. package/dist/components/Badge/badge.test.js +57 -0
  32. package/dist/components/Badge/index.d.ts +5 -0
  33. package/dist/components/Badge/index.d.ts.map +1 -0
  34. package/dist/components/Badge/index.js +39 -0
  35. package/dist/components/Badge/styles.d.ts +21 -0
  36. package/dist/components/Badge/styles.d.ts.map +1 -0
  37. package/dist/components/Badge/styles.js +47 -0
  38. package/dist/components/Badge/types.d.ts +11 -0
  39. package/dist/components/Badge/types.d.ts.map +1 -0
  40. package/dist/components/Badge/types.js +1 -0
  41. package/dist/components/Button/Button.test.d.ts +2 -0
  42. package/dist/components/Button/Button.test.d.ts.map +1 -0
  43. package/dist/components/Button/Button.test.js +53 -0
  44. package/dist/components/Button/index.d.ts +6 -0
  45. package/dist/components/Button/index.d.ts.map +1 -0
  46. package/dist/components/Button/index.js +108 -0
  47. package/dist/components/Button/styles.d.ts +23 -0
  48. package/dist/components/Button/styles.d.ts.map +1 -0
  49. package/dist/components/Button/styles.js +46 -0
  50. package/dist/components/Button/types.d.ts +32 -0
  51. package/dist/components/Button/types.d.ts.map +1 -0
  52. package/dist/components/Button/types.js +1 -0
  53. package/dist/components/Card/ButtonCard/index.d.ts +4 -0
  54. package/dist/components/Card/ButtonCard/index.d.ts.map +1 -0
  55. package/dist/components/Card/ButtonCard/index.js +30 -0
  56. package/dist/components/Card/ButtonCard/styles.d.ts +14 -0
  57. package/dist/components/Card/ButtonCard/styles.d.ts.map +1 -0
  58. package/dist/components/Card/ButtonCard/styles.js +28 -0
  59. package/dist/components/Card/Expansion/index.d.ts +6 -0
  60. package/dist/components/Card/Expansion/index.d.ts.map +1 -0
  61. package/dist/components/Card/Expansion/index.js +57 -0
  62. package/dist/components/Card/Expansion/style.d.ts +15 -0
  63. package/dist/components/Card/Expansion/style.d.ts.map +1 -0
  64. package/dist/components/Card/Expansion/style.js +32 -0
  65. package/dist/components/Card/card.test.d.ts +2 -0
  66. package/dist/components/Card/card.test.d.ts.map +1 -0
  67. package/dist/components/Card/card.test.js +166 -0
  68. package/dist/components/Card/index.d.ts +4 -0
  69. package/dist/components/Card/index.d.ts.map +1 -0
  70. package/dist/components/Card/index.js +59 -0
  71. package/dist/components/Card/styles.d.ts +57 -0
  72. package/dist/components/Card/styles.d.ts.map +1 -0
  73. package/dist/components/Card/styles.js +95 -0
  74. package/dist/components/Card/types.d.ts +42 -0
  75. package/dist/components/Card/types.d.ts.map +1 -0
  76. package/dist/components/Card/types.js +1 -0
  77. package/dist/components/CheckboxInput/checkbox-input.test.d.ts +2 -0
  78. package/dist/components/CheckboxInput/checkbox-input.test.d.ts.map +1 -0
  79. package/dist/components/CheckboxInput/checkbox-input.test.js +186 -0
  80. package/dist/components/CheckboxInput/components/MultipleCheckbox.d.ts +5 -0
  81. package/dist/components/CheckboxInput/components/MultipleCheckbox.d.ts.map +1 -0
  82. package/dist/components/CheckboxInput/components/MultipleCheckbox.js +220 -0
  83. package/dist/components/CheckboxInput/index.d.ts +5 -0
  84. package/dist/components/CheckboxInput/index.d.ts.map +1 -0
  85. package/dist/components/CheckboxInput/index.js +95 -0
  86. package/dist/components/CheckboxInput/styles.d.ts +32 -0
  87. package/dist/components/CheckboxInput/styles.d.ts.map +1 -0
  88. package/dist/components/CheckboxInput/styles.js +80 -0
  89. package/dist/components/CheckboxInput/types.d.ts +27 -0
  90. package/dist/components/CheckboxInput/types.d.ts.map +1 -0
  91. package/dist/components/CheckboxInput/types.js +1 -0
  92. package/dist/components/ColorPicker/colorpicker.test.d.ts +2 -0
  93. package/dist/components/ColorPicker/colorpicker.test.d.ts.map +1 -0
  94. package/dist/components/ColorPicker/colorpicker.test.js +66 -0
  95. package/dist/components/ColorPicker/components/ColorHue.d.ts +5 -0
  96. package/dist/components/ColorPicker/components/ColorHue.d.ts.map +1 -0
  97. package/dist/components/ColorPicker/components/ColorHue.js +48 -0
  98. package/dist/components/ColorPicker/components/ColorInput.d.ts +5 -0
  99. package/dist/components/ColorPicker/components/ColorInput.d.ts.map +1 -0
  100. package/dist/components/ColorPicker/components/ColorInput.js +82 -0
  101. package/dist/components/ColorPicker/components/ColorPickerBox.d.ts +5 -0
  102. package/dist/components/ColorPicker/components/ColorPickerBox.d.ts.map +1 -0
  103. package/dist/components/ColorPicker/components/ColorPickerBox.js +60 -0
  104. package/dist/components/ColorPicker/components/ColorPointer.d.ts +5 -0
  105. package/dist/components/ColorPicker/components/ColorPointer.d.ts.map +1 -0
  106. package/dist/components/ColorPicker/components/ColorPointer.js +28 -0
  107. package/dist/components/ColorPicker/components/ColorSelector.d.ts +5 -0
  108. package/dist/components/ColorPicker/components/ColorSelector.d.ts.map +1 -0
  109. package/dist/components/ColorPicker/components/ColorSelector.js +133 -0
  110. package/dist/components/ColorPicker/hooks/useCachedCallback.d.ts +2 -0
  111. package/dist/components/ColorPicker/hooks/useCachedCallback.d.ts.map +1 -0
  112. package/dist/components/ColorPicker/hooks/useCachedCallback.js +19 -0
  113. package/dist/components/ColorPicker/hooks/useHsva.d.ts +3 -0
  114. package/dist/components/ColorPicker/hooks/useHsva.d.ts.map +1 -0
  115. package/dist/components/ColorPicker/hooks/useHsva.js +66 -0
  116. package/dist/components/ColorPicker/index.d.ts +5 -0
  117. package/dist/components/ColorPicker/index.d.ts.map +1 -0
  118. package/dist/components/ColorPicker/index.js +104 -0
  119. package/dist/components/ColorPicker/styles.d.ts +45 -0
  120. package/dist/components/ColorPicker/styles.d.ts.map +1 -0
  121. package/dist/components/ColorPicker/styles.js +70 -0
  122. package/dist/components/ColorPicker/types.d.ts +74 -0
  123. package/dist/components/ColorPicker/types.d.ts.map +1 -0
  124. package/dist/components/ColorPicker/types.js +1 -0
  125. package/dist/components/ColorPicker/utils/checkers.d.ts +8 -0
  126. package/dist/components/ColorPicker/utils/checkers.d.ts.map +1 -0
  127. package/dist/components/ColorPicker/utils/checkers.js +74 -0
  128. package/dist/components/ColorPicker/utils/conversors.d.ts +61 -0
  129. package/dist/components/ColorPicker/utils/conversors.d.ts.map +1 -0
  130. package/dist/components/ColorPicker/utils/conversors.js +290 -0
  131. package/dist/components/ColorPicker/utils/parsers.d.ts +28 -0
  132. package/dist/components/ColorPicker/utils/parsers.d.ts.map +1 -0
  133. package/dist/components/ColorPicker/utils/parsers.js +151 -0
  134. package/dist/components/DatePicker/components/DatePickerContent.d.ts +4 -0
  135. package/dist/components/DatePicker/components/DatePickerContent.d.ts.map +1 -0
  136. package/dist/components/DatePicker/components/DatePickerContent.js +203 -0
  137. package/dist/components/DatePicker/components/DateYearPicker.d.ts +4 -0
  138. package/dist/components/DatePicker/components/DateYearPicker.d.ts.map +1 -0
  139. package/dist/components/DatePicker/components/DateYearPicker.js +99 -0
  140. package/dist/components/DatePicker/datepicker.test.d.ts +2 -0
  141. package/dist/components/DatePicker/datepicker.test.d.ts.map +1 -0
  142. package/dist/components/DatePicker/datepicker.test.js +132 -0
  143. package/dist/components/DatePicker/index.d.ts +5 -0
  144. package/dist/components/DatePicker/index.d.ts.map +1 -0
  145. package/dist/components/DatePicker/index.js +176 -0
  146. package/dist/components/DatePicker/styles.d.ts +75 -0
  147. package/dist/components/DatePicker/styles.d.ts.map +1 -0
  148. package/dist/components/DatePicker/styles.js +112 -0
  149. package/dist/components/DatePicker/types.d.ts +60 -0
  150. package/dist/components/DatePicker/types.d.ts.map +1 -0
  151. package/dist/components/DatePicker/types.js +1 -0
  152. package/dist/components/DatePicker/utils/getMonthName.d.ts +2 -0
  153. package/dist/components/DatePicker/utils/getMonthName.d.ts.map +1 -0
  154. package/dist/components/DatePicker/utils/getMonthName.js +13 -0
  155. package/dist/components/Dialog/dialog-example.d.ts +4 -0
  156. package/dist/components/Dialog/dialog-example.d.ts.map +1 -0
  157. package/dist/components/Dialog/dialog-example.js +51 -0
  158. package/dist/components/Dialog/dialog.test.d.ts +2 -0
  159. package/dist/components/Dialog/dialog.test.d.ts.map +1 -0
  160. package/dist/components/Dialog/dialog.test.js +77 -0
  161. package/dist/components/Dialog/index.d.ts +4 -0
  162. package/dist/components/Dialog/index.d.ts.map +1 -0
  163. package/dist/components/Dialog/index.js +99 -0
  164. package/dist/components/Dialog/styles.d.ts +26 -0
  165. package/dist/components/Dialog/styles.d.ts.map +1 -0
  166. package/dist/components/Dialog/styles.js +46 -0
  167. package/dist/components/Dialog/types.d.ts +31 -0
  168. package/dist/components/Dialog/types.d.ts.map +1 -0
  169. package/dist/components/Dialog/types.js +1 -0
  170. package/dist/components/Dropzone/dropzone.test.d.ts +2 -0
  171. package/dist/components/Dropzone/dropzone.test.d.ts.map +1 -0
  172. package/dist/components/Dropzone/dropzone.test.js +71 -0
  173. package/dist/components/Dropzone/index.d.ts +5 -0
  174. package/dist/components/Dropzone/index.d.ts.map +1 -0
  175. package/dist/components/Dropzone/index.js +283 -0
  176. package/dist/components/Dropzone/styles.d.ts +47 -0
  177. package/dist/components/Dropzone/styles.d.ts.map +1 -0
  178. package/dist/components/Dropzone/styles.js +94 -0
  179. package/dist/components/Dropzone/types.d.ts +20 -0
  180. package/dist/components/Dropzone/types.d.ts.map +1 -0
  181. package/dist/components/Dropzone/types.js +1 -0
  182. package/dist/components/Dropzone/utils/accepts.d.ts +11 -0
  183. package/dist/components/Dropzone/utils/accepts.d.ts.map +1 -0
  184. package/dist/components/Dropzone/utils/accepts.js +39 -0
  185. package/dist/components/Flex/flex.test.d.ts +2 -0
  186. package/dist/components/Flex/flex.test.d.ts.map +1 -0
  187. package/dist/components/Flex/flex.test.js +241 -0
  188. package/dist/components/Flex/index.d.ts +5 -0
  189. package/dist/components/Flex/index.d.ts.map +1 -0
  190. package/dist/components/Flex/index.js +49 -0
  191. package/dist/components/Flex/styles.d.ts +294 -0
  192. package/dist/components/Flex/styles.d.ts.map +1 -0
  193. package/dist/components/Flex/styles.js +36 -0
  194. package/dist/components/Flex/types.d.ts +176 -0
  195. package/dist/components/Flex/types.d.ts.map +1 -0
  196. package/dist/components/Flex/types.js +1 -0
  197. package/dist/components/Grid/grid.test.d.ts +2 -0
  198. package/dist/components/Grid/grid.test.d.ts.map +1 -0
  199. package/dist/components/Grid/grid.test.js +135 -0
  200. package/dist/components/Grid/index.d.ts +5 -0
  201. package/dist/components/Grid/index.d.ts.map +1 -0
  202. package/dist/components/Grid/index.js +51 -0
  203. package/dist/components/Grid/styles.d.ts +286 -0
  204. package/dist/components/Grid/styles.d.ts.map +1 -0
  205. package/dist/components/Grid/styles.js +56 -0
  206. package/dist/components/Grid/types.d.ts +89 -0
  207. package/dist/components/Grid/types.d.ts.map +1 -0
  208. package/dist/components/Grid/types.js +1 -0
  209. package/dist/components/Icon/data/beauty.d.ts +9 -0
  210. package/dist/components/Icon/data/beauty.d.ts.map +1 -0
  211. package/dist/components/Icon/data/beauty.js +206 -0
  212. package/dist/components/Icon/data/dash.d.ts +9 -0
  213. package/dist/components/Icon/data/dash.d.ts.map +1 -0
  214. package/dist/components/Icon/data/dash.js +3 -0
  215. package/dist/components/Icon/data/ecommerce.d.ts +9 -0
  216. package/dist/components/Icon/data/ecommerce.d.ts.map +1 -0
  217. package/dist/components/Icon/data/ecommerce.js +94 -0
  218. package/dist/components/Icon/data/health.d.ts +9 -0
  219. package/dist/components/Icon/data/health.d.ts.map +1 -0
  220. package/dist/components/Icon/data/health.js +255 -0
  221. package/dist/components/Icon/data/illustrations.d.ts +9 -0
  222. package/dist/components/Icon/data/illustrations.d.ts.map +1 -0
  223. package/dist/components/Icon/data/illustrations.js +150 -0
  224. package/dist/components/Icon/data/men.d.ts +9 -0
  225. package/dist/components/Icon/data/men.d.ts.map +1 -0
  226. package/dist/components/Icon/data/men.js +52 -0
  227. package/dist/components/Icon/data/payment.d.ts +9 -0
  228. package/dist/components/Icon/data/payment.d.ts.map +1 -0
  229. package/dist/components/Icon/data/payment.js +87 -0
  230. package/dist/components/Icon/data/physicalPerfomance.d.ts +9 -0
  231. package/dist/components/Icon/data/physicalPerfomance.d.ts.map +1 -0
  232. package/dist/components/Icon/data/physicalPerfomance.js +283 -0
  233. package/dist/components/Icon/data/social.d.ts +9 -0
  234. package/dist/components/Icon/data/social.d.ts.map +1 -0
  235. package/dist/components/Icon/data/social.js +24 -0
  236. package/dist/components/Icon/data/status.d.ts +9 -0
  237. package/dist/components/Icon/data/status.d.ts.map +1 -0
  238. package/dist/components/Icon/data/status.js +115 -0
  239. package/dist/components/Icon/data/summer.d.ts +9 -0
  240. package/dist/components/Icon/data/summer.d.ts.map +1 -0
  241. package/dist/components/Icon/data/summer.js +52 -0
  242. package/dist/components/Icon/data/woman.d.ts +9 -0
  243. package/dist/components/Icon/data/woman.d.ts.map +1 -0
  244. package/dist/components/Icon/data/woman.js +80 -0
  245. package/dist/components/Icon/icon.test.d.ts +2 -0
  246. package/dist/components/Icon/icon.test.d.ts.map +1 -0
  247. package/dist/components/Icon/icon.test.js +70 -0
  248. package/dist/components/Icon/index.d.ts +5 -0
  249. package/dist/components/Icon/index.d.ts.map +1 -0
  250. package/dist/components/Icon/index.js +61 -0
  251. package/dist/components/Icon/scripts/build.d.ts +8 -0
  252. package/dist/components/Icon/scripts/build.d.ts.map +1 -0
  253. package/dist/components/Icon/scripts/build.js +132 -0
  254. package/dist/components/Icon/scripts/extractor.d.ts +16 -0
  255. package/dist/components/Icon/scripts/extractor.d.ts.map +1 -0
  256. package/dist/components/Icon/scripts/extractor.js +43 -0
  257. package/dist/components/Icon/scripts/run-build.d.ts +2 -0
  258. package/dist/components/Icon/scripts/run-build.d.ts.map +1 -0
  259. package/dist/components/Icon/scripts/run-build.js +9 -0
  260. package/dist/components/Icon/scripts/writers.d.ts +23 -0
  261. package/dist/components/Icon/scripts/writers.d.ts.map +1 -0
  262. package/dist/components/Icon/scripts/writers.js +52 -0
  263. package/dist/components/Icon/styles.d.ts +14 -0
  264. package/dist/components/Icon/styles.d.ts.map +1 -0
  265. package/dist/components/Icon/styles.js +30 -0
  266. package/dist/components/Icon/types.d.ts +9 -0
  267. package/dist/components/Icon/types.d.ts.map +1 -0
  268. package/dist/components/Icon/types.js +1 -0
  269. package/dist/components/Icon/utils/allIcons.d.ts +9 -0
  270. package/dist/components/Icon/utils/allIcons.d.ts.map +1 -0
  271. package/dist/components/Icon/utils/allIcons.js +45 -0
  272. package/dist/components/IconItem/IconItem.test.d.ts +2 -0
  273. package/dist/components/IconItem/IconItem.test.d.ts.map +1 -0
  274. package/dist/components/IconItem/IconItem.test.js +60 -0
  275. package/dist/components/IconItem/index.d.ts +5 -0
  276. package/dist/components/IconItem/index.d.ts.map +1 -0
  277. package/dist/components/IconItem/index.js +44 -0
  278. package/dist/components/IconItem/styles.d.ts +19 -0
  279. package/dist/components/IconItem/styles.d.ts.map +1 -0
  280. package/dist/components/IconItem/styles.js +57 -0
  281. package/dist/components/IconItem/types.d.ts +23 -0
  282. package/dist/components/IconItem/types.d.ts.map +1 -0
  283. package/dist/components/IconItem/types.js +1 -0
  284. package/dist/components/ImageItem/imageFake.d.ts +3 -0
  285. package/dist/components/ImageItem/imageFake.d.ts.map +1 -0
  286. package/dist/components/ImageItem/imageFake.js +23 -0
  287. package/dist/components/ImageItem/index.d.ts +5 -0
  288. package/dist/components/ImageItem/index.d.ts.map +1 -0
  289. package/dist/components/ImageItem/index.js +63 -0
  290. package/dist/components/ImageItem/input.test.d.ts +2 -0
  291. package/dist/components/ImageItem/input.test.d.ts.map +1 -0
  292. package/dist/components/ImageItem/input.test.js +98 -0
  293. package/dist/components/ImageItem/styles.d.ts +27 -0
  294. package/dist/components/ImageItem/styles.d.ts.map +1 -0
  295. package/dist/components/ImageItem/styles.js +82 -0
  296. package/dist/components/ImageItem/types.d.ts +26 -0
  297. package/dist/components/ImageItem/types.d.ts.map +1 -0
  298. package/dist/components/ImageItem/types.js +1 -0
  299. package/dist/components/Input/index.d.ts +5 -0
  300. package/dist/components/Input/index.d.ts.map +1 -0
  301. package/dist/components/Input/index.js +117 -0
  302. package/dist/components/Input/input.test.d.ts +2 -0
  303. package/dist/components/Input/input.test.d.ts.map +1 -0
  304. package/dist/components/Input/input.test.js +144 -0
  305. package/dist/components/Input/styles.d.ts +74 -0
  306. package/dist/components/Input/styles.d.ts.map +1 -0
  307. package/dist/components/Input/styles.js +156 -0
  308. package/dist/components/Input/types.d.ts +27 -0
  309. package/dist/components/Input/types.d.ts.map +1 -0
  310. package/dist/components/Input/types.js +1 -0
  311. package/dist/components/Label/index.d.ts +5 -0
  312. package/dist/components/Label/index.d.ts.map +1 -0
  313. package/dist/components/Label/index.js +51 -0
  314. package/dist/components/Label/input.test.d.ts +2 -0
  315. package/dist/components/Label/input.test.d.ts.map +1 -0
  316. package/dist/components/Label/input.test.js +113 -0
  317. package/dist/components/Label/styles.d.ts +7 -0
  318. package/dist/components/Label/styles.d.ts.map +1 -0
  319. package/dist/components/Label/styles.js +27 -0
  320. package/dist/components/Label/types.d.ts +17 -0
  321. package/dist/components/Label/types.d.ts.map +1 -0
  322. package/dist/components/Label/types.js +1 -0
  323. package/dist/components/List/index.d.ts +5 -0
  324. package/dist/components/List/index.d.ts.map +1 -0
  325. package/dist/components/List/index.js +31 -0
  326. package/dist/components/List/list.test.d.ts +2 -0
  327. package/dist/components/List/list.test.d.ts.map +1 -0
  328. package/dist/components/List/list.test.js +53 -0
  329. package/dist/components/List/styles.d.ts +16 -0
  330. package/dist/components/List/styles.d.ts.map +1 -0
  331. package/dist/components/List/styles.js +34 -0
  332. package/dist/components/List/types.d.ts +7 -0
  333. package/dist/components/List/types.d.ts.map +1 -0
  334. package/dist/components/List/types.js +1 -0
  335. package/dist/components/Menu/components/Submenu.d.ts +5 -0
  336. package/dist/components/Menu/components/Submenu.d.ts.map +1 -0
  337. package/dist/components/Menu/components/Submenu.js +73 -0
  338. package/dist/components/Menu/index.d.ts +5 -0
  339. package/dist/components/Menu/index.d.ts.map +1 -0
  340. package/dist/components/Menu/index.js +34 -0
  341. package/dist/components/Menu/menu.test.d.ts +2 -0
  342. package/dist/components/Menu/menu.test.d.ts.map +1 -0
  343. package/dist/components/Menu/menu.test.js +188 -0
  344. package/dist/components/Menu/styles.d.ts +30 -0
  345. package/dist/components/Menu/styles.d.ts.map +1 -0
  346. package/dist/components/Menu/styles.js +115 -0
  347. package/dist/components/Menu/types.d.ts +25 -0
  348. package/dist/components/Menu/types.d.ts.map +1 -0
  349. package/dist/components/Menu/types.js +1 -0
  350. package/dist/components/Modal/index.d.ts +4 -0
  351. package/dist/components/Modal/index.d.ts.map +1 -0
  352. package/dist/components/Modal/index.js +106 -0
  353. package/dist/components/Modal/modal.test.d.ts +2 -0
  354. package/dist/components/Modal/modal.test.d.ts.map +1 -0
  355. package/dist/components/Modal/modal.test.js +150 -0
  356. package/dist/components/Modal/styles.d.ts +13 -0
  357. package/dist/components/Modal/styles.d.ts.map +1 -0
  358. package/dist/components/Modal/styles.js +30 -0
  359. package/dist/components/Modal/types.d.ts +29 -0
  360. package/dist/components/Modal/types.d.ts.map +1 -0
  361. package/dist/components/Modal/types.js +1 -0
  362. package/dist/components/Pagination/hooks/usePagination.d.ts +4 -0
  363. package/dist/components/Pagination/hooks/usePagination.d.ts.map +1 -0
  364. package/dist/components/Pagination/hooks/usePagination.js +73 -0
  365. package/dist/components/Pagination/index.d.ts +4 -0
  366. package/dist/components/Pagination/index.d.ts.map +1 -0
  367. package/dist/components/Pagination/index.js +188 -0
  368. package/dist/components/Pagination/pagination.test.d.ts +2 -0
  369. package/dist/components/Pagination/pagination.test.d.ts.map +1 -0
  370. package/dist/components/Pagination/pagination.test.js +150 -0
  371. package/dist/components/Pagination/styles.d.ts +35 -0
  372. package/dist/components/Pagination/styles.d.ts.map +1 -0
  373. package/dist/components/Pagination/styles.js +99 -0
  374. package/dist/components/Pagination/types.d.ts +29 -0
  375. package/dist/components/Pagination/types.d.ts.map +1 -0
  376. package/dist/components/Pagination/types.js +1 -0
  377. package/dist/components/Progress/Circle/index.d.ts +4 -0
  378. package/dist/components/Progress/Circle/index.d.ts.map +1 -0
  379. package/dist/components/Progress/Circle/index.js +84 -0
  380. package/dist/components/Progress/Linear/index.d.ts +4 -0
  381. package/dist/components/Progress/Linear/index.d.ts.map +1 -0
  382. package/dist/components/Progress/Linear/index.js +65 -0
  383. package/dist/components/Progress/getSteps.d.ts +2 -0
  384. package/dist/components/Progress/getSteps.d.ts.map +1 -0
  385. package/dist/components/Progress/getSteps.js +20 -0
  386. package/dist/components/Progress/index.d.ts +5 -0
  387. package/dist/components/Progress/index.d.ts.map +1 -0
  388. package/dist/components/Progress/index.js +73 -0
  389. package/dist/components/Progress/progress.test.d.ts +2 -0
  390. package/dist/components/Progress/progress.test.d.ts.map +1 -0
  391. package/dist/components/Progress/progress.test.js +118 -0
  392. package/dist/components/Progress/style.d.ts +39 -0
  393. package/dist/components/Progress/style.d.ts.map +1 -0
  394. package/dist/components/Progress/style.js +137 -0
  395. package/dist/components/Progress/type.d.ts +70 -0
  396. package/dist/components/Progress/type.d.ts.map +1 -0
  397. package/dist/components/Progress/type.js +1 -0
  398. package/dist/components/RadioInput/components/ChoiceList/index.d.ts +6 -0
  399. package/dist/components/RadioInput/components/ChoiceList/index.d.ts.map +1 -0
  400. package/dist/components/RadioInput/components/ChoiceList/index.js +99 -0
  401. package/dist/components/RadioInput/index.d.ts +5 -0
  402. package/dist/components/RadioInput/index.d.ts.map +1 -0
  403. package/dist/components/RadioInput/index.js +106 -0
  404. package/dist/components/RadioInput/radio-input.test.d.ts +2 -0
  405. package/dist/components/RadioInput/radio-input.test.d.ts.map +1 -0
  406. package/dist/components/RadioInput/radio-input.test.js +231 -0
  407. package/dist/components/RadioInput/styles.d.ts +31 -0
  408. package/dist/components/RadioInput/styles.d.ts.map +1 -0
  409. package/dist/components/RadioInput/styles.js +61 -0
  410. package/dist/components/RadioInput/types.d.ts +61 -0
  411. package/dist/components/RadioInput/types.d.ts.map +1 -0
  412. package/dist/components/RadioInput/types.js +1 -0
  413. package/dist/components/RadioInput/utils/get-colors-props.d.ts +12 -0
  414. package/dist/components/RadioInput/utils/get-colors-props.d.ts.map +1 -0
  415. package/dist/components/RadioInput/utils/get-colors-props.js +20 -0
  416. package/dist/components/Rating/components/GradientIcon/data/dash.d.ts +9 -0
  417. package/dist/components/Rating/components/GradientIcon/data/dash.d.ts.map +1 -0
  418. package/dist/components/Rating/components/GradientIcon/data/dash.js +150 -0
  419. package/dist/components/Rating/components/GradientIcon/data/ecommerce.d.ts +9 -0
  420. package/dist/components/Rating/components/GradientIcon/data/ecommerce.d.ts.map +1 -0
  421. package/dist/components/Rating/components/GradientIcon/data/ecommerce.js +24 -0
  422. package/dist/components/Rating/components/GradientIcon/index.d.ts +5 -0
  423. package/dist/components/Rating/components/GradientIcon/index.d.ts.map +1 -0
  424. package/dist/components/Rating/components/GradientIcon/index.js +74 -0
  425. package/dist/components/Rating/components/GradientIcon/scripts/build.d.ts +8 -0
  426. package/dist/components/Rating/components/GradientIcon/scripts/build.d.ts.map +1 -0
  427. package/dist/components/Rating/components/GradientIcon/scripts/build.js +137 -0
  428. package/dist/components/Rating/components/GradientIcon/scripts/extractor.d.ts +16 -0
  429. package/dist/components/Rating/components/GradientIcon/scripts/extractor.d.ts.map +1 -0
  430. package/dist/components/Rating/components/GradientIcon/scripts/extractor.js +62 -0
  431. package/dist/components/Rating/components/GradientIcon/scripts/test.js +7 -0
  432. package/dist/components/Rating/components/GradientIcon/scripts/writers.d.ts +23 -0
  433. package/dist/components/Rating/components/GradientIcon/scripts/writers.d.ts.map +1 -0
  434. package/dist/components/Rating/components/GradientIcon/scripts/writers.js +53 -0
  435. package/dist/components/Rating/components/GradientIcon/styles.d.ts +13 -0
  436. package/dist/components/Rating/components/GradientIcon/styles.d.ts.map +1 -0
  437. package/dist/components/Rating/components/GradientIcon/styles.js +24 -0
  438. package/dist/components/Rating/components/GradientIcon/types.d.ts +16 -0
  439. package/dist/components/Rating/components/GradientIcon/types.d.ts.map +1 -0
  440. package/dist/components/Rating/components/GradientIcon/types.js +1 -0
  441. package/dist/components/Rating/components/GradientIcon/utils/allIcons.d.ts +9 -0
  442. package/dist/components/Rating/components/GradientIcon/utils/allIcons.d.ts.map +1 -0
  443. package/dist/components/Rating/components/GradientIcon/utils/allIcons.js +25 -0
  444. package/dist/components/Rating/components/RatingWithMultipleValues/RatingWithMultipleValues.d.ts +4 -0
  445. package/dist/components/Rating/components/RatingWithMultipleValues/RatingWithMultipleValues.d.ts.map +1 -0
  446. package/dist/components/Rating/components/RatingWithMultipleValues/RatingWithMultipleValues.js +139 -0
  447. package/dist/components/Rating/components/RatingWithMultipleValues/styles.d.ts +7 -0
  448. package/dist/components/Rating/components/RatingWithMultipleValues/styles.d.ts.map +1 -0
  449. package/dist/components/Rating/components/RatingWithMultipleValues/styles.js +23 -0
  450. package/dist/components/Rating/components/RatingWithMultipleValues/types.d.ts +17 -0
  451. package/dist/components/Rating/components/RatingWithMultipleValues/types.d.ts.map +1 -0
  452. package/dist/components/Rating/components/RatingWithMultipleValues/types.js +1 -0
  453. package/dist/components/Rating/components/RatingWithSingleValue/RatingWithSingleValue.d.ts +4 -0
  454. package/dist/components/Rating/components/RatingWithSingleValue/RatingWithSingleValue.d.ts.map +1 -0
  455. package/dist/components/Rating/components/RatingWithSingleValue/RatingWithSingleValue.js +68 -0
  456. package/dist/components/Rating/components/RatingWithSingleValue/icons/0.d.ts +4 -0
  457. package/dist/components/Rating/components/RatingWithSingleValue/icons/0.d.ts.map +1 -0
  458. package/dist/components/Rating/components/RatingWithSingleValue/icons/0.js +27 -0
  459. package/dist/components/Rating/components/RatingWithSingleValue/icons/1.d.ts +4 -0
  460. package/dist/components/Rating/components/RatingWithSingleValue/icons/1.d.ts.map +1 -0
  461. package/dist/components/Rating/components/RatingWithSingleValue/icons/1.js +27 -0
  462. package/dist/components/Rating/components/RatingWithSingleValue/icons/2.d.ts +4 -0
  463. package/dist/components/Rating/components/RatingWithSingleValue/icons/2.d.ts.map +1 -0
  464. package/dist/components/Rating/components/RatingWithSingleValue/icons/2.js +27 -0
  465. package/dist/components/Rating/components/RatingWithSingleValue/icons/3.d.ts +4 -0
  466. package/dist/components/Rating/components/RatingWithSingleValue/icons/3.d.ts.map +1 -0
  467. package/dist/components/Rating/components/RatingWithSingleValue/icons/3.js +27 -0
  468. package/dist/components/Rating/components/RatingWithSingleValue/icons/4.d.ts +4 -0
  469. package/dist/components/Rating/components/RatingWithSingleValue/icons/4.d.ts.map +1 -0
  470. package/dist/components/Rating/components/RatingWithSingleValue/icons/4.js +27 -0
  471. package/dist/components/Rating/components/RatingWithSingleValue/icons/index.d.ts +7 -0
  472. package/dist/components/Rating/components/RatingWithSingleValue/icons/index.d.ts.map +1 -0
  473. package/dist/components/Rating/components/RatingWithSingleValue/icons/index.js +41 -0
  474. package/dist/components/Rating/components/RatingWithSingleValue/styles.d.ts +7 -0
  475. package/dist/components/Rating/components/RatingWithSingleValue/styles.d.ts.map +1 -0
  476. package/dist/components/Rating/components/RatingWithSingleValue/styles.js +35 -0
  477. package/dist/components/Rating/components/RatingWithSingleValue/types.d.ts +11 -0
  478. package/dist/components/Rating/components/RatingWithSingleValue/types.d.ts.map +1 -0
  479. package/dist/components/Rating/components/RatingWithSingleValue/types.js +1 -0
  480. package/dist/components/Rating/index.d.ts +5 -0
  481. package/dist/components/Rating/index.d.ts.map +1 -0
  482. package/dist/components/Rating/index.js +72 -0
  483. package/dist/components/Rating/rating.test.d.ts +2 -0
  484. package/dist/components/Rating/rating.test.d.ts.map +1 -0
  485. package/dist/components/Rating/rating.test.js +100 -0
  486. package/dist/components/Rating/types.d.ts +29 -0
  487. package/dist/components/Rating/types.d.ts.map +1 -0
  488. package/dist/components/Rating/types.js +1 -0
  489. package/dist/components/Rating/utils/IconObjectsController.d.ts +10 -0
  490. package/dist/components/Rating/utils/IconObjectsController.d.ts.map +1 -0
  491. package/dist/components/Rating/utils/IconObjectsController.js +127 -0
  492. package/dist/components/Rating/utils/svgDataTratamentFunction.d.ts +10 -0
  493. package/dist/components/Rating/utils/svgDataTratamentFunction.d.ts.map +1 -0
  494. package/dist/components/Rating/utils/svgDataTratamentFunction.js +39 -0
  495. package/dist/components/SelectInput/components/InputWrapper/index.d.ts +11 -0
  496. package/dist/components/SelectInput/components/InputWrapper/index.d.ts.map +1 -0
  497. package/dist/components/SelectInput/components/InputWrapper/index.js +36 -0
  498. package/dist/components/SelectInput/components/OptionsArea/OptionsArea.d.ts +19 -0
  499. package/dist/components/SelectInput/components/OptionsArea/OptionsArea.d.ts.map +1 -0
  500. package/dist/components/SelectInput/components/OptionsArea/OptionsArea.js +81 -0
  501. package/dist/components/SelectInput/components/OptionsArea/index.d.ts +16 -0
  502. package/dist/components/SelectInput/components/OptionsArea/index.d.ts.map +1 -0
  503. package/dist/components/SelectInput/components/OptionsArea/index.js +142 -0
  504. package/dist/components/SelectInput/components/SelectArea/ButtonsArea.d.ts +11 -0
  505. package/dist/components/SelectInput/components/SelectArea/ButtonsArea.d.ts.map +1 -0
  506. package/dist/components/SelectInput/components/SelectArea/ButtonsArea.js +36 -0
  507. package/dist/components/SelectInput/components/SelectArea/Label.d.ts +7 -0
  508. package/dist/components/SelectInput/components/SelectArea/Label.d.ts.map +1 -0
  509. package/dist/components/SelectInput/components/SelectArea/Label.js +36 -0
  510. package/dist/components/SelectInput/components/SelectArea/SelectAreaWrapper.d.ts +7 -0
  511. package/dist/components/SelectInput/components/SelectArea/SelectAreaWrapper.d.ts.map +1 -0
  512. package/dist/components/SelectInput/components/SelectArea/SelectAreaWrapper.js +44 -0
  513. package/dist/components/SelectInput/components/SelectArea/SelectedOptionsArea.d.ts +15 -0
  514. package/dist/components/SelectInput/components/SelectArea/SelectedOptionsArea.d.ts.map +1 -0
  515. package/dist/components/SelectInput/components/SelectArea/SelectedOptionsArea.js +43 -0
  516. package/dist/components/SelectInput/components/SelectArea/index.d.ts +16 -0
  517. package/dist/components/SelectInput/components/SelectArea/index.d.ts.map +1 -0
  518. package/dist/components/SelectInput/components/SelectArea/index.js +71 -0
  519. package/dist/components/SelectInput/components/index.d.ts +4 -0
  520. package/dist/components/SelectInput/components/index.d.ts.map +1 -0
  521. package/dist/components/SelectInput/components/index.js +44 -0
  522. package/dist/components/SelectInput/index.d.ts +6 -0
  523. package/dist/components/SelectInput/index.d.ts.map +1 -0
  524. package/dist/components/SelectInput/index.js +176 -0
  525. package/dist/components/SelectInput/selectInput.test.d.ts +2 -0
  526. package/dist/components/SelectInput/selectInput.test.d.ts.map +1 -0
  527. package/dist/components/SelectInput/selectInput.test.js +441 -0
  528. package/dist/components/SelectInput/types.d.ts +37 -0
  529. package/dist/components/SelectInput/types.d.ts.map +1 -0
  530. package/dist/components/SelectInput/types.js +1 -0
  531. package/dist/components/Skeleton/index.d.ts +5 -0
  532. package/dist/components/Skeleton/index.d.ts.map +1 -0
  533. package/dist/components/Skeleton/index.js +27 -0
  534. package/dist/components/Skeleton/skeleton.test.d.ts +2 -0
  535. package/dist/components/Skeleton/skeleton.test.d.ts.map +1 -0
  536. package/dist/components/Skeleton/skeleton.test.js +104 -0
  537. package/dist/components/Skeleton/styles.d.ts +8 -0
  538. package/dist/components/Skeleton/styles.d.ts.map +1 -0
  539. package/dist/components/Skeleton/styles.js +40 -0
  540. package/dist/components/Skeleton/types.d.ts +36 -0
  541. package/dist/components/Skeleton/types.d.ts.map +1 -0
  542. package/dist/components/Skeleton/types.js +1 -0
  543. package/dist/components/Slider/components/SliderPointer.d.ts +4 -0
  544. package/dist/components/Slider/components/SliderPointer.d.ts.map +1 -0
  545. package/dist/components/Slider/components/SliderPointer.js +28 -0
  546. package/dist/components/Slider/components/SliderRail.d.ts +4 -0
  547. package/dist/components/Slider/components/SliderRail.d.ts.map +1 -0
  548. package/dist/components/Slider/components/SliderRail.js +142 -0
  549. package/dist/components/Slider/components/SliderSelector.d.ts +4 -0
  550. package/dist/components/Slider/components/SliderSelector.d.ts.map +1 -0
  551. package/dist/components/Slider/components/SliderSelector.js +168 -0
  552. package/dist/components/Slider/hooks/useEventCallback.d.ts +3 -0
  553. package/dist/components/Slider/hooks/useEventCallback.d.ts.map +1 -0
  554. package/dist/components/Slider/hooks/useEventCallback.js +19 -0
  555. package/dist/components/Slider/hooks/useValues.d.ts +2 -0
  556. package/dist/components/Slider/hooks/useValues.d.ts.map +1 -0
  557. package/dist/components/Slider/hooks/useValues.js +55 -0
  558. package/dist/components/Slider/icons/pointer.js +15 -0
  559. package/dist/components/Slider/index.d.ts +5 -0
  560. package/dist/components/Slider/index.d.ts.map +1 -0
  561. package/dist/components/Slider/index.js +101 -0
  562. package/dist/components/Slider/slider.test.d.ts +2 -0
  563. package/dist/components/Slider/slider.test.d.ts.map +1 -0
  564. package/dist/components/Slider/slider.test.js +126 -0
  565. package/dist/components/Slider/styles.d.ts +66 -0
  566. package/dist/components/Slider/styles.d.ts.map +1 -0
  567. package/dist/components/Slider/styles.js +94 -0
  568. package/dist/components/Slider/types.d.ts +39 -0
  569. package/dist/components/Slider/types.d.ts.map +1 -0
  570. package/dist/components/Slider/types.js +1 -0
  571. package/dist/components/Spinner/index.d.ts +5 -0
  572. package/dist/components/Spinner/index.d.ts.map +1 -0
  573. package/dist/components/Spinner/index.js +28 -0
  574. package/dist/components/Spinner/spinner.test.d.ts +2 -0
  575. package/dist/components/Spinner/spinner.test.d.ts.map +1 -0
  576. package/dist/components/Spinner/spinner.test.js +47 -0
  577. package/dist/components/Spinner/styles.d.ts +286 -0
  578. package/dist/components/Spinner/styles.d.ts.map +1 -0
  579. package/dist/components/Spinner/styles.js +28 -0
  580. package/dist/components/Spinner/types.d.ts +12 -0
  581. package/dist/components/Spinner/types.d.ts.map +1 -0
  582. package/dist/components/Spinner/types.js +1 -0
  583. package/dist/components/Steps/index.d.ts +5 -0
  584. package/dist/components/Steps/index.d.ts.map +1 -0
  585. package/dist/components/Steps/index.js +40 -0
  586. package/dist/components/Steps/steps.test.d.ts +2 -0
  587. package/dist/components/Steps/steps.test.d.ts.map +1 -0
  588. package/dist/components/Steps/steps.test.js +61 -0
  589. package/dist/components/Steps/styles.d.ts +35 -0
  590. package/dist/components/Steps/styles.d.ts.map +1 -0
  591. package/dist/components/Steps/styles.js +58 -0
  592. package/dist/components/Steps/types.d.ts +7 -0
  593. package/dist/components/Steps/types.d.ts.map +1 -0
  594. package/dist/components/Steps/types.js +1 -0
  595. package/dist/components/Switch/index.d.ts +5 -0
  596. package/dist/components/Switch/index.d.ts.map +1 -0
  597. package/dist/components/Switch/index.js +125 -0
  598. package/dist/components/Switch/input.test.d.ts +2 -0
  599. package/dist/components/Switch/input.test.d.ts.map +1 -0
  600. package/dist/components/Switch/input.test.js +238 -0
  601. package/dist/components/Switch/styles.d.ts +19 -0
  602. package/dist/components/Switch/styles.d.ts.map +1 -0
  603. package/dist/components/Switch/styles.js +77 -0
  604. package/dist/components/Switch/types.d.ts +16 -0
  605. package/dist/components/Switch/types.d.ts.map +1 -0
  606. package/dist/components/Switch/types.js +1 -0
  607. package/dist/components/Table/components/MenuItem.d.ts +4 -0
  608. package/dist/components/Table/components/MenuItem.d.ts.map +1 -0
  609. package/dist/components/Table/components/MenuItem.js +45 -0
  610. package/dist/components/Table/index.d.ts +4 -0
  611. package/dist/components/Table/index.d.ts.map +1 -0
  612. package/dist/components/Table/index.js +231 -0
  613. package/dist/components/Table/styles.d.ts +35 -0
  614. package/dist/components/Table/styles.d.ts.map +1 -0
  615. package/dist/components/Table/styles.js +68 -0
  616. package/dist/components/Table/table.test.d.ts +2 -0
  617. package/dist/components/Table/table.test.d.ts.map +1 -0
  618. package/dist/components/Table/table.test.js +96 -0
  619. package/dist/components/Table/types.d.ts +38 -0
  620. package/dist/components/Table/types.d.ts.map +1 -0
  621. package/dist/components/Table/types.js +1 -0
  622. package/dist/components/Tabs/TabsExample.d.ts +4 -0
  623. package/dist/components/Tabs/TabsExample.d.ts.map +1 -0
  624. package/dist/components/Tabs/TabsExample.js +62 -0
  625. package/dist/components/Tabs/components/Tab.d.ts +4 -0
  626. package/dist/components/Tabs/components/Tab.d.ts.map +1 -0
  627. package/dist/components/Tabs/components/Tab.js +48 -0
  628. package/dist/components/Tabs/components/TabPanel.d.ts +4 -0
  629. package/dist/components/Tabs/components/TabPanel.d.ts.map +1 -0
  630. package/dist/components/Tabs/components/TabPanel.js +22 -0
  631. package/dist/components/Tabs/components/Tabs.d.ts +5 -0
  632. package/dist/components/Tabs/components/Tabs.d.ts.map +1 -0
  633. package/dist/components/Tabs/components/Tabs.js +119 -0
  634. package/dist/components/Tabs/index.d.ts +4 -0
  635. package/dist/components/Tabs/index.d.ts.map +1 -0
  636. package/dist/components/Tabs/index.js +29 -0
  637. package/dist/components/Tabs/styles.d.ts +38 -0
  638. package/dist/components/Tabs/styles.d.ts.map +1 -0
  639. package/dist/components/Tabs/styles.js +73 -0
  640. package/dist/components/Tabs/tabs.test.d.ts +2 -0
  641. package/dist/components/Tabs/tabs.test.d.ts.map +1 -0
  642. package/dist/components/Tabs/tabs.test.js +139 -0
  643. package/dist/components/Tabs/types.d.ts +49 -0
  644. package/dist/components/Tabs/types.d.ts.map +1 -0
  645. package/dist/components/Tabs/types.js +1 -0
  646. package/dist/components/Tag/index.d.ts +5 -0
  647. package/dist/components/Tag/index.d.ts.map +1 -0
  648. package/dist/components/Tag/index.js +51 -0
  649. package/dist/components/Tag/styles.d.ts +861 -0
  650. package/dist/components/Tag/styles.d.ts.map +1 -0
  651. package/dist/components/Tag/styles.js +44 -0
  652. package/dist/components/Tag/tag.test.d.ts +2 -0
  653. package/dist/components/Tag/tag.test.d.ts.map +1 -0
  654. package/dist/components/Tag/tag.test.js +76 -0
  655. package/dist/components/Tag/types.d.ts +10 -0
  656. package/dist/components/Tag/types.d.ts.map +1 -0
  657. package/dist/components/Tag/types.js +1 -0
  658. package/dist/components/TextAreaInput/index.d.ts +5 -0
  659. package/dist/components/TextAreaInput/index.d.ts.map +1 -0
  660. package/dist/components/TextAreaInput/index.js +65 -0
  661. package/dist/components/TextAreaInput/styles.d.ts +19 -0
  662. package/dist/components/TextAreaInput/styles.d.ts.map +1 -0
  663. package/dist/components/TextAreaInput/styles.js +64 -0
  664. package/dist/components/TextAreaInput/text-area-input.test.d.ts +2 -0
  665. package/dist/components/TextAreaInput/text-area-input.test.d.ts.map +1 -0
  666. package/dist/components/TextAreaInput/text-area-input.test.js +90 -0
  667. package/dist/components/TextAreaInput/types.d.ts +26 -0
  668. package/dist/components/TextAreaInput/types.d.ts.map +1 -0
  669. package/dist/components/TextAreaInput/types.js +1 -0
  670. package/dist/components/Thumbnail/index.d.ts +4 -0
  671. package/dist/components/Thumbnail/index.d.ts.map +1 -0
  672. package/dist/components/Thumbnail/index.js +192 -0
  673. package/dist/components/Thumbnail/styles.d.ts +43 -0
  674. package/dist/components/Thumbnail/styles.d.ts.map +1 -0
  675. package/dist/components/Thumbnail/styles.js +74 -0
  676. package/dist/components/Thumbnail/thumbnail.test.d.ts +2 -0
  677. package/dist/components/Thumbnail/thumbnail.test.d.ts.map +1 -0
  678. package/dist/components/Thumbnail/thumbnail.test.js +74 -0
  679. package/dist/components/Thumbnail/types.d.ts +29 -0
  680. package/dist/components/Thumbnail/types.d.ts.map +1 -0
  681. package/dist/components/Thumbnail/types.js +1 -0
  682. package/dist/components/Thumbnail/utils/index.d.ts +3 -0
  683. package/dist/components/Thumbnail/utils/index.d.ts.map +1 -0
  684. package/dist/components/Thumbnail/utils/index.js +31 -0
  685. package/dist/components/Thumbnail/utils/validate-file-size.d.ts +2 -0
  686. package/dist/components/Thumbnail/utils/validate-file-size.d.ts.map +1 -0
  687. package/dist/components/Thumbnail/utils/validate-file-size.js +11 -0
  688. package/dist/components/Thumbnail/utils/validate-file-type.d.ts +2 -0
  689. package/dist/components/Thumbnail/utils/validate-file-type.d.ts.map +1 -0
  690. package/dist/components/Thumbnail/utils/validate-file-type.js +10 -0
  691. package/dist/components/Timeline/components/Timeline.d.ts +4 -0
  692. package/dist/components/Timeline/components/Timeline.d.ts.map +1 -0
  693. package/dist/components/Timeline/components/Timeline.js +31 -0
  694. package/dist/components/Timeline/components/TimelineContent.d.ts +4 -0
  695. package/dist/components/Timeline/components/TimelineContent.d.ts.map +1 -0
  696. package/dist/components/Timeline/components/TimelineContent.js +56 -0
  697. package/dist/components/Timeline/components/TimelineItem.d.ts +3 -0
  698. package/dist/components/Timeline/components/TimelineItem.d.ts.map +1 -0
  699. package/dist/components/Timeline/components/TimelineItem.js +23 -0
  700. package/dist/components/Timeline/components/TimelineSeparator.d.ts +4 -0
  701. package/dist/components/Timeline/components/TimelineSeparator.d.ts.map +1 -0
  702. package/dist/components/Timeline/components/TimelineSeparator.js +19 -0
  703. package/dist/components/Timeline/index.d.ts +5 -0
  704. package/dist/components/Timeline/index.d.ts.map +1 -0
  705. package/dist/components/Timeline/index.js +37 -0
  706. package/dist/components/Timeline/styles.d.ts +32 -0
  707. package/dist/components/Timeline/styles.d.ts.map +1 -0
  708. package/dist/components/Timeline/styles.js +54 -0
  709. package/dist/components/Timeline/timeline.test.d.ts +2 -0
  710. package/dist/components/Timeline/timeline.test.d.ts.map +1 -0
  711. package/dist/components/Timeline/timeline.test.js +123 -0
  712. package/dist/components/Timeline/types.d.ts +21 -0
  713. package/dist/components/Timeline/types.d.ts.map +1 -0
  714. package/dist/components/Timeline/types.js +1 -0
  715. package/dist/components/Toast/button-example.d.ts +7 -0
  716. package/dist/components/Toast/button-example.d.ts.map +1 -0
  717. package/dist/components/Toast/button-example.js +39 -0
  718. package/dist/components/Toast/components/Toast.d.ts +5 -0
  719. package/dist/components/Toast/components/Toast.d.ts.map +1 -0
  720. package/dist/components/Toast/components/Toast.js +84 -0
  721. package/dist/components/Toast/contexts/ToastProvider.d.ts +6 -0
  722. package/dist/components/Toast/contexts/ToastProvider.d.ts.map +1 -0
  723. package/dist/components/Toast/contexts/ToastProvider.js +86 -0
  724. package/dist/components/Toast/hooks/useToast.d.ts +3 -0
  725. package/dist/components/Toast/hooks/useToast.d.ts.map +1 -0
  726. package/dist/components/Toast/hooks/useToast.js +24 -0
  727. package/dist/components/Toast/index.d.ts +4 -0
  728. package/dist/components/Toast/index.d.ts.map +1 -0
  729. package/dist/components/Toast/index.js +91 -0
  730. package/dist/components/Toast/styles.d.ts +23 -0
  731. package/dist/components/Toast/styles.d.ts.map +1 -0
  732. package/dist/components/Toast/styles.js +48 -0
  733. package/dist/components/Toast/toast.test.d.ts +2 -0
  734. package/dist/components/Toast/toast.test.d.ts.map +1 -0
  735. package/dist/components/Toast/toast.test.js +129 -0
  736. package/dist/components/Toast/types.d.ts +34 -0
  737. package/dist/components/Toast/types.d.ts.map +1 -0
  738. package/dist/components/Toast/types.js +1 -0
  739. package/dist/components/Tooltip/componenteTeste.d.ts +7 -0
  740. package/dist/components/Tooltip/componenteTeste.d.ts.map +1 -0
  741. package/dist/components/Tooltip/componenteTeste.js +39 -0
  742. package/dist/components/Tooltip/index.d.ts +5 -0
  743. package/dist/components/Tooltip/index.d.ts.map +1 -0
  744. package/dist/components/Tooltip/index.js +130 -0
  745. package/dist/components/Tooltip/styles.d.ts +274 -0
  746. package/dist/components/Tooltip/styles.d.ts.map +1 -0
  747. package/dist/components/Tooltip/styles.js +74 -0
  748. package/dist/components/Tooltip/tooltip.test.d.ts +2 -0
  749. package/dist/components/Tooltip/tooltip.test.d.ts.map +1 -0
  750. package/dist/components/Tooltip/tooltip.test.js +161 -0
  751. package/dist/components/Tooltip/types.d.ts +30 -0
  752. package/dist/components/Tooltip/types.d.ts.map +1 -0
  753. package/dist/components/Tooltip/types.js +1 -0
  754. package/dist/components/Tooltip/util.d.ts +28 -0
  755. package/dist/components/Tooltip/util.d.ts.map +1 -0
  756. package/dist/components/Tooltip/util.js +170 -0
  757. package/dist/components/Typography/index.d.ts +5 -0
  758. package/dist/components/Typography/index.d.ts.map +1 -0
  759. package/dist/components/Typography/index.js +42 -0
  760. package/dist/components/Typography/styles.d.ts +21 -0
  761. package/dist/components/Typography/styles.d.ts.map +1 -0
  762. package/dist/components/Typography/styles.js +22 -0
  763. package/dist/components/Typography/types.d.ts +16 -0
  764. package/dist/components/Typography/types.d.ts.map +1 -0
  765. package/dist/components/Typography/types.js +1 -0
  766. package/dist/components/Typography/typography.test.d.ts +2 -0
  767. package/dist/components/Typography/typography.test.d.ts.map +1 -0
  768. package/dist/components/Typography/typography.test.js +323 -0
  769. package/dist/index.d.ts +40 -0
  770. package/dist/index.d.ts.map +1 -0
  771. package/dist/index.js +375 -0
  772. package/dist/react-app-env.d.js +2 -0
  773. package/dist/shared/components/FocusLock/index.d.ts +8 -0
  774. package/dist/shared/components/FocusLock/index.d.ts.map +1 -0
  775. package/dist/shared/components/FocusLock/index.js +92 -0
  776. package/dist/shared/global.js +8 -0
  777. package/dist/shared/hooks/breakpoints.d.ts +9 -0
  778. package/dist/shared/hooks/breakpoints.d.ts.map +1 -0
  779. package/dist/shared/hooks/breakpoints.js +14 -0
  780. package/dist/shared/hooks/useBreakpoint.d.ts +9 -0
  781. package/dist/shared/hooks/useBreakpoint.d.ts.map +1 -0
  782. package/dist/shared/hooks/useBreakpoint.js +61 -0
  783. package/dist/shared/hooks/useKeyPress.d.ts +2 -0
  784. package/dist/shared/hooks/useKeyPress.d.ts.map +1 -0
  785. package/dist/shared/hooks/useKeyPress.js +21 -0
  786. package/dist/shared/hooks/useOnClickOutside.d.ts +3 -0
  787. package/dist/shared/hooks/useOnClickOutside.d.ts.map +1 -0
  788. package/dist/shared/hooks/useOnClickOutside.js +27 -0
  789. package/dist/shared/logos/pp_logo_horizontal.js +51 -0
  790. package/dist/shared/logos/pp_logo_horizontal_dark_mode.js +51 -0
  791. package/dist/shared/logos/pp_logo_vertical.js +51 -0
  792. package/dist/shared/logos/pp_logo_vertical_dark_mode.js +51 -0
  793. package/dist/shared/tests/test-utils.d.ts +5 -0
  794. package/dist/shared/tests/test-utils.d.ts.map +1 -0
  795. package/dist/shared/tests/test-utils.js +36 -0
  796. package/dist/shared/theme/button-example.d.ts +3 -0
  797. package/dist/shared/theme/button-example.d.ts.map +1 -0
  798. package/dist/shared/theme/button-example.js +38 -0
  799. package/dist/shared/theme/contexts/ThemeContext.d.ts +16 -0
  800. package/dist/shared/theme/contexts/ThemeContext.d.ts.map +1 -0
  801. package/dist/shared/theme/contexts/ThemeContext.js +102 -0
  802. package/dist/shared/theme/hooks/useColorMode.d.ts +5 -0
  803. package/dist/shared/theme/hooks/useColorMode.d.ts.map +1 -0
  804. package/dist/shared/theme/hooks/useColorMode.js +23 -0
  805. package/dist/shared/theme/hooks/useColorModeValue.d.ts +2 -0
  806. package/dist/shared/theme/hooks/useColorModeValue.d.ts.map +1 -0
  807. package/dist/shared/theme/hooks/useColorModeValue.js +17 -0
  808. package/dist/shared/theme/hooks/useTheme.d.ts +282 -0
  809. package/dist/shared/theme/hooks/useTheme.d.ts.map +1 -0
  810. package/dist/shared/theme/hooks/useTheme.js +23 -0
  811. package/dist/shared/theme/index.d.ts +8 -0
  812. package/dist/shared/theme/index.d.ts.map +1 -0
  813. package/dist/shared/theme/index.js +75 -0
  814. package/dist/shared/theme/theme.d.ts +280 -0
  815. package/dist/shared/theme/theme.d.ts.map +1 -0
  816. package/dist/shared/theme/theme.js +238 -0
  817. package/dist/shared/theme/theme.test.d.ts +2 -0
  818. package/dist/shared/theme/theme.test.d.ts.map +1 -0
  819. package/dist/shared/theme/theme.test.js +101 -0
  820. package/dist/shared/theme/theme.types.d.ts +15 -0
  821. package/dist/shared/theme/theme.types.d.ts.map +1 -0
  822. package/dist/shared/theme/theme.types.js +1 -0
  823. package/dist/shared/theme/utils/extendTheme.d.ts +3 -0
  824. package/dist/shared/theme/utils/extendTheme.d.ts.map +1 -0
  825. package/dist/shared/theme/utils/extendTheme.js +29 -0
  826. package/dist/shared/theme/utils/localStorageController.d.ts +7 -0
  827. package/dist/shared/theme/utils/localStorageController.d.ts.map +1 -0
  828. package/dist/shared/theme/utils/localStorageController.js +21 -0
  829. package/dist/styled.d.js +3 -0
  830. package/dist/utils/GenerateKey.d.ts +11 -0
  831. package/dist/utils/GenerateKey.d.ts.map +1 -0
  832. package/dist/utils/GenerateKey.js +24 -0
  833. package/dist/utils/brightnessColorChange.d.ts +9 -0
  834. package/dist/utils/brightnessColorChange.d.ts.map +1 -0
  835. package/dist/utils/brightnessColorChange.js +23 -0
  836. package/dist/utils/colorCheck.d.ts +41 -0
  837. package/dist/utils/colorCheck.d.ts.map +1 -0
  838. package/dist/utils/colorCheck.js +103 -0
  839. package/dist/utils/colorFunctions.d.ts +3 -0
  840. package/dist/utils/colorFunctions.d.ts.map +1 -0
  841. package/dist/utils/colorFunctions.js +45 -0
  842. package/dist/utils/colorToGray.d.ts +6 -0
  843. package/dist/utils/colorToGray.d.ts.map +1 -0
  844. package/dist/utils/colorToGray.js +81 -0
  845. package/dist/utils/fuctionsColors.d.ts +3 -0
  846. package/dist/utils/fuctionsColors.d.ts.map +1 -0
  847. package/dist/utils/fuctionsColors.js +45 -0
  848. package/dist/utils/generateUUID.d.ts +2 -0
  849. package/dist/utils/generateUUID.d.ts.map +1 -0
  850. package/dist/utils/generateUUID.js +14 -0
  851. package/dist/utils/getColorValue.d.ts +298 -0
  852. package/dist/utils/getColorValue.d.ts.map +1 -0
  853. package/dist/utils/getColorValue.js +25 -0
  854. package/dist/utils/getSvg.d.ts +11 -0
  855. package/dist/utils/getSvg.d.ts.map +1 -0
  856. package/dist/utils/getSvg.js +20 -0
  857. package/dist/utils/invertColor.d.ts +8 -0
  858. package/dist/utils/invertColor.d.ts.map +1 -0
  859. package/dist/utils/invertColor.js +52 -0
  860. package/package.json +112 -0
@@ -0,0 +1,9 @@
1
+ export declare const illustrationsIcons: {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ }[];
9
+ //# sourceMappingURL=illustrations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"illustrations.d.ts","sourceRoot":"","sources":["../../../../src/components/Icon/data/illustrations.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB;;;;;;;GAiK9B,CAAC"}
@@ -0,0 +1,150 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.illustrationsIcons = void 0;
7
+ // This file is auto-generated.
8
+ // Please do not modify it manually.
9
+ var illustrationsIcons = [{
10
+ name: 'illust-banking-billet',
11
+ width: 167,
12
+ height: 192,
13
+ viewBox: '0 0 167 192',
14
+ html: '<path d="M166.876 108.655C166.876 120.93 164.185 132.591 159.35 143.068C146.25 171.54 117.379 191.31 83.8765 191.31C50.3736 191.31 21.5031 171.54 8.40255 143.068C3.56836 132.591 0.876465 120.93 0.876465 108.655C0.876465 63.0049 38.0358 26 83.8765 26C129.717 26 166.876 63.0049 166.876 108.655Z" fill="#EAEFED"/><mask id="mask0_3288_3250" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="11" width="166" height="180"><path d="M1 11H167V108.5C167 154.063 129.563 191 84 191V191C38.4365 191 1 154.063 1 108.5V11Z" fill="#C4C4C4"/></mask><g mask="url(#mask0_3288_3250)"><g filter="url(#filter0_d_3288_3250)"><path d="M7.25977 63.5434C7.25977 57.7204 11.9802 53 17.8031 53H150.913C156.736 53 161.456 57.7204 161.456 63.5434V156.457C161.456 162.28 156.736 167 150.913 167H17.8031C11.9802 167 7.25977 162.28 7.25977 156.457V63.5434Z" fill="#CAD6D1"/><rect x="25.0498" y="68.9745" width="8.83147" height="81.6911" rx="4.41573" fill="#709085"/><rect x="135.154" y="68.9745" width="8.83147" height="81.6911" rx="4.41573" fill="#709085"/><rect x="46.7798" y="68.9745" width="8.83147" height="67.34" rx="4.41573" fill="#709085"/><rect x="83.2393" y="68.9745" width="8.83147" height="67.34" rx="4.41573" fill="#709085"/><rect x="46.7798" y="141.834" width="8.83147" height="8.83147" rx="4.41573" fill="#709085"/><rect x="83.2393" y="141.834" width="8.83147" height="8.83147" rx="4.41573" fill="#709085"/><rect x="62.2354" y="68.9745" width="8.83147" height="67.34" rx="4.41573" fill="#709085"/><rect x="98.6943" y="68.9745" width="8.83147" height="67.34" rx="4.41573" fill="#709085"/><rect x="119.699" y="68.9745" width="8.83147" height="67.34" rx="4.41573" fill="#709085"/><rect x="62.2354" y="141.834" width="8.83147" height="8.83147" rx="4.41573" fill="#709085"/><rect x="98.6943" y="141.834" width="8.83147" height="8.83147" rx="4.41573" fill="#709085"/><rect x="119.699" y="141.834" width="8.83147" height="8.83147" rx="4.41573" fill="#709085"/></g></g><path d="M55 154C55 158.01 54.1243 161.819 52.5518 165.241C48.2901 174.542 38.8985 181 28 181C17.1015 181 7.70986 174.542 3.44824 165.241C1.87568 161.819 1 158.01 1 154C1 139.088 13.088 127 28 127C42.912 127 55 139.088 55 154Z" fill="#34D399"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39.6095 145.057C40.1302 145.578 40.1302 146.422 39.6095 146.943L24.9428 161.609C24.4221 162.13 23.5779 162.13 23.0572 161.609L16.3905 154.943C15.8698 154.422 15.8698 153.578 16.3905 153.057C16.9112 152.536 17.7554 152.536 18.2761 153.057L24 158.781L37.7239 145.057C38.2446 144.536 39.0888 144.536 39.6095 145.057Z" fill="white"/><defs><filter id="filter0_d_3288_3250" x="1.25977" y="49" width="166.196" height="126" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="3"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3288_3250"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3288_3250" result="shape"/></filter></defs>',
15
+ xmlns: 'http://www.w3.org/2000/svg'
16
+ }, {
17
+ name: 'illust-budget-analysis',
18
+ width: 167,
19
+ height: 192,
20
+ viewBox: '0 0 167 192',
21
+ html: '<path d="M166.876 108.347C166.876 120.623 164.185 132.284 159.35 142.761C146.25 171.232 117.379 191.002 83.8765 191.002C50.3736 191.002 21.5031 171.232 8.40255 142.761C3.56836 132.284 0.876465 120.623 0.876465 108.347C0.876465 62.6972 38.0358 25.6924 83.8765 25.6924C129.717 25.6924 166.876 62.6972 166.876 108.347Z" fill="#EAEFED"/><mask id="mask0_3271_3488" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="0" width="166" height="192"><path d="M167 45.2368C167 57.5122 164.308 132.282 159.474 142.759C146.373 171.23 117.503 191 84 191C50.4972 191 21.6266 171.23 8.52608 142.759C3.69189 132.282 1 57.5122 1 45.2368C1 -0.413274 38.1593 0.000130822 84 0.000130822C129.841 0.000130822 167 -0.413274 167 45.2368Z" fill="#F0F1F2"/></mask><g mask="url(#mask0_3271_3488)"><g filter="url(#filter0_d_3271_3488)"><path d="M21 21.9183C21 20.9164 21.8143 20.1055 22.8204 20.1055H144.801C145.807 20.1055 146.622 20.9164 146.622 21.9183V189.689C146.622 190.691 145.807 191.502 144.801 191.502H22.8204C21.8143 191.502 21 190.691 21 189.689V21.9183Z" fill="#709085"/><path d="M26.5 15L31.2631 21H21.7369L26.5 15Z" fill="#709085"/><path d="M34.5 15L39.2631 21H29.7369L34.5 15Z" fill="#709085"/><path d="M43 15L48.1962 21H37.8038L43 15Z" fill="#709085"/><path d="M51.5 15L56.2631 21H46.7369L51.5 15Z" fill="#709085"/><path d="M59.5 15L64.2631 21H54.7369L59.5 15Z" fill="#709085"/><path d="M67.5 15L72.2631 21H62.7369L67.5 15Z" fill="#709085"/><path d="M75.5 15L80.2631 21H70.7369L75.5 15Z" fill="#709085"/><path d="M84 15L89.1962 21H78.8038L84 15Z" fill="#709085"/><path d="M92.5 15L97.2631 21H87.7369L92.5 15Z" fill="#709085"/><path d="M100.5 15L105.263 21H95.7369L100.5 15Z" fill="#709085"/><path d="M108.5 15L113.263 21H103.737L108.5 15Z" fill="#709085"/><path d="M116.5 15L121.263 21H111.737L116.5 15Z" fill="#709085"/><path d="M125 15L130.196 21H119.804L125 15Z" fill="#709085"/><path d="M133.5 15L138.263 21H128.737L133.5 15Z" fill="#709085"/><path d="M141.5 15L146.263 21H136.737L141.5 15Z" fill="#709085"/><path d="M21 20H146.627V23H21V20Z" fill="#709085"/><path fill-rule="evenodd" clip-rule="evenodd" d="M80.1665 46.3333C69.2129 46.3333 60.3332 55.213 60.3332 66.1666C60.3332 77.1203 69.2129 86 80.1665 86C91.1201 86 99.9998 77.1203 99.9998 66.1666C99.9998 55.213 91.1201 46.3333 80.1665 46.3333ZM54.6665 66.1666C54.6665 52.0834 66.0832 40.6666 80.1665 40.6666C94.2498 40.6666 105.666 52.0834 105.666 66.1666C105.666 80.2499 94.2498 91.6666 80.1665 91.6666C66.0832 91.6666 54.6665 80.2499 54.6665 66.1666Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M94.1717 80.1715C95.2781 79.0651 97.0721 79.0651 98.1786 80.1715L110.504 92.4965C111.61 93.603 111.61 95.397 110.504 96.5035C109.397 97.61 107.603 97.61 106.497 96.5035L94.1717 84.1785C93.0652 83.072 93.0652 81.278 94.1717 80.1715Z" fill="white"/><path d="M21.0684 118.074H146.69V189.689C146.69 190.691 145.876 191.502 144.87 191.502H22.8888C21.8827 191.502 21.0684 190.691 21.0684 189.689V118.074Z" fill="white"/><path d="M87.2436 130.684H35.649C34.4096 130.684 33.4058 131.684 33.4058 132.918C33.4058 134.152 34.4096 135.152 35.649 135.152H87.2436C88.483 135.152 89.4868 134.152 89.4868 132.918C89.4868 131.684 88.4819 130.684 87.2436 130.684Z" fill="#EAEFED"/><path d="M72.6625 147.439H39.0139C35.9171 147.439 33.4058 149.94 33.4058 153.024C33.4058 156.107 35.9171 158.608 39.0139 158.608H72.6625C75.7593 158.608 78.2706 156.107 78.2706 153.024C78.2706 149.94 75.7593 147.439 72.6625 147.439Z" fill="#709085"/></g></g><defs><filter id="filter0_d_3271_3488" x="11" y="7" width="145.69" height="196.502" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="5"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3271_3488"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3271_3488" result="shape"/></filter></defs>',
22
+ xmlns: 'http://www.w3.org/2000/svg'
23
+ }, {
24
+ name: 'illust-budget-available',
25
+ width: 167,
26
+ height: 192,
27
+ viewBox: '0 0 167 192',
28
+ html: '<path d="M166.876 108.347C166.876 120.623 164.185 132.284 159.35 142.761C146.25 171.232 117.379 191.002 83.8765 191.002C50.3736 191.002 21.5031 171.232 8.40255 142.761C3.56836 132.284 0.876465 120.623 0.876465 108.347C0.876465 62.6972 38.0358 25.6924 83.8765 25.6924C129.717 25.6924 166.876 62.6972 166.876 108.347Z" fill="#EAEFED"/><mask id="mask0_3271_3487" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="0" width="166" height="192"><path d="M167 45.2368C167 57.5122 164.308 132.282 159.474 142.759C146.373 171.23 117.503 191 84 191C50.4972 191 21.6266 171.23 8.52608 142.759C3.69189 132.282 1 57.5122 1 45.2368C1 -0.413274 38.1593 0.000130822 84 0.000130822C129.841 0.000130822 167 -0.413274 167 45.2368Z" fill="#F0F1F2"/></mask><g mask="url(#mask0_3271_3487)"><g filter="url(#filter0_d_3271_3487)"><path d="M21 21.9183C21 20.9164 21.8143 20.1055 22.8204 20.1055H144.801C145.807 20.1055 146.622 20.9164 146.622 21.9183V189.689C146.622 190.691 145.807 191.502 144.801 191.502H22.8204C21.8143 191.502 21 190.691 21 189.689V21.9183Z" fill="#1DD195"/><path d="M26.5 15L31.2631 21H21.7369L26.5 15Z" fill="#1DD195"/><path d="M34.5 15L39.2631 21H29.7369L34.5 15Z" fill="#1DD195"/><path d="M43 15L48.1962 21H37.8038L43 15Z" fill="#1DD195"/><path d="M51.5 15L56.2631 21H46.7369L51.5 15Z" fill="#1DD195"/><path d="M59.5 15L64.2631 21H54.7369L59.5 15Z" fill="#1DD195"/><path d="M67.5 15L72.2631 21H62.7369L67.5 15Z" fill="#1DD195"/><path d="M75.5 15L80.2631 21H70.7369L75.5 15Z" fill="#1DD195"/><path d="M84 15L89.1962 21H78.8038L84 15Z" fill="#1DD195"/><path d="M92.5 15L97.2631 21H87.7369L92.5 15Z" fill="#1DD195"/><path d="M100.5 15L105.263 21H95.7369L100.5 15Z" fill="#1DD195"/><path d="M108.5 15L113.263 21H103.737L108.5 15Z" fill="#1DD195"/><path d="M116.5 15L121.263 21H111.737L116.5 15Z" fill="#1DD195"/><path d="M125 15L130.196 21H119.804L125 15Z" fill="#1DD195"/><path d="M133.5 15L138.263 21H128.737L133.5 15Z" fill="#1DD195"/><path d="M141.5 15L146.263 21H136.737L141.5 15Z" fill="#1DD195"/><path d="M21 20H146.627V23H21V20Z" fill="#1DD195"/><path fill-rule="evenodd" clip-rule="evenodd" d="M83.0002 43.5C68.9169 43.5 57.5002 54.9168 57.5002 69C57.5002 83.0833 68.9169 94.5 83.0002 94.5C97.0834 94.5 108.5 83.0833 108.5 69C108.5 54.9168 97.0834 43.5 83.0002 43.5ZM51.8335 69C51.8335 51.7872 65.7873 37.8334 83.0002 37.8334C100.213 37.8334 114.167 51.7872 114.167 69C114.167 86.2129 100.213 100.167 83.0002 100.167C65.7873 100.167 51.8335 86.2129 51.8335 69Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M85.7903 54.8366C87.313 54.7947 88.8193 55.1628 90.1515 55.9027C91.499 56.6511 92.6177 57.7518 93.3877 59.0871C94.1693 60.4427 93.7041 62.1753 92.3485 62.9569C90.993 63.7386 89.2604 63.2734 88.4787 61.9178C88.2221 61.4729 87.8494 61.1061 87.4001 60.8566C86.9509 60.6071 86.4422 60.4844 85.9285 60.5016C85.8967 60.5027 85.8649 60.5032 85.8332 60.5032H80.1665C79.4148 60.5032 78.694 60.8018 78.1628 61.3329C77.6315 61.864 77.3332 62.5842 77.3332 63.335C77.3332 64.0857 77.6315 64.8059 78.1628 65.337C78.694 65.8682 79.4148 66.1667 80.1665 66.1667H85.8332C88.0873 66.1667 90.2492 67.0619 91.8433 68.6555C93.4374 70.2492 94.3332 72.4109 94.3332 74.6651C94.3332 76.9193 93.4374 79.081 91.8433 80.6747C90.2492 82.2683 88.0873 83.1635 85.8332 83.1635H80.2094C78.6867 83.2053 77.1804 82.8373 75.8482 82.0974C74.5007 81.349 73.382 80.2483 72.612 78.913C71.8303 77.5574 72.2956 75.8248 73.6511 75.0431C75.0067 74.2615 76.7393 74.7267 77.521 76.0823C77.7775 76.5272 78.1503 76.894 78.5995 77.1435C79.0488 77.393 79.5575 77.5157 80.0712 77.4984C80.103 77.4974 80.1347 77.4968 80.1665 77.4968H85.8332C86.5849 77.4968 87.3056 77.1983 87.8369 76.6672C88.3682 76.136 88.6665 75.4159 88.6665 74.6651C88.6665 73.9143 88.3682 73.1942 87.8369 72.6631C87.3056 72.1319 86.5849 71.8334 85.8332 71.8334H80.1665C77.9124 71.8334 75.7505 70.9382 74.1564 69.3445C72.5622 67.7508 71.6665 65.5892 71.6665 63.335C71.6665 61.0808 72.5622 58.9191 74.1564 57.3254C75.7505 55.7318 77.9124 54.8366 80.1665 54.8366H85.7903Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M82.9998 46.3334C84.5646 46.3334 85.8332 47.6019 85.8332 49.1667V55.7778C85.8332 57.3426 84.5646 58.6111 82.9998 58.6111C81.435 58.6111 80.1665 57.3426 80.1665 55.7778V49.1667C80.1665 47.6019 81.435 46.3334 82.9998 46.3334ZM82.9998 79.3889C84.5646 79.3889 85.8332 80.6575 85.8332 82.2223V88.8334C85.8332 90.3982 84.5646 91.6667 82.9998 91.6667C81.435 91.6667 80.1665 90.3982 80.1665 88.8334V82.2223C80.1665 80.6575 81.435 79.3889 82.9998 79.3889Z" fill="white"/><path d="M21.0684 118.074H146.69V189.689C146.69 190.691 145.876 191.502 144.87 191.502H22.8888C21.8827 191.502 21.0684 190.691 21.0684 189.689V118.074Z" fill="white"/><path d="M87.2436 130.684H35.649C34.4096 130.684 33.4058 131.684 33.4058 132.918C33.4058 134.152 34.4096 135.152 35.649 135.152H87.2436C88.483 135.152 89.4868 134.152 89.4868 132.918C89.4868 131.684 88.4819 130.684 87.2436 130.684Z" fill="#EAEFED"/><path d="M72.6625 147.439H39.0139C35.9171 147.439 33.4058 149.94 33.4058 153.024C33.4058 156.107 35.9171 158.608 39.0139 158.608H72.6625C75.7593 158.608 78.2706 156.107 78.2706 153.024C78.2706 149.94 75.7593 147.439 72.6625 147.439Z" fill="#1DD195"/></g></g><defs><filter id="filter0_d_3271_3487" x="11" y="7" width="145.69" height="196.502" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="5"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3271_3487"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3271_3487" result="shape"/></filter></defs>',
29
+ xmlns: 'http://www.w3.org/2000/svg'
30
+ }, {
31
+ name: 'illust-budget-error',
32
+ width: 167,
33
+ height: 192,
34
+ viewBox: '0 0 167 192',
35
+ html: '<path d="M166.876 108.347C166.876 120.623 164.185 132.284 159.35 142.761C146.25 171.232 117.379 191.002 83.8765 191.002C50.3736 191.002 21.5031 171.232 8.40255 142.761C3.56836 132.284 0.876465 120.623 0.876465 108.347C0.876465 62.6972 38.0358 25.6924 83.8765 25.6924C129.717 25.6924 166.876 62.6972 166.876 108.347Z" fill="#EAEFED"/><mask id="mask0_3271_3490" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="0" width="166" height="192"><path d="M167 45.2368C167 57.5122 164.308 132.282 159.474 142.759C146.373 171.23 117.503 191 84 191C50.4972 191 21.6266 171.23 8.52608 142.759C3.69189 132.282 1 57.5122 1 45.2368C1 -0.413274 38.1593 0.000130822 84 0.000130822C129.841 0.000130822 167 -0.413274 167 45.2368Z" fill="#F0F1F2"/></mask><g mask="url(#mask0_3271_3490)"><g filter="url(#filter0_d_3271_3490)"><path d="M21 21.9183C21 20.9164 21.8143 20.1055 22.8204 20.1055H144.801C145.807 20.1055 146.622 20.9164 146.622 21.9183V189.689C146.622 190.691 145.807 191.502 144.801 191.502H22.8204C21.8143 191.502 21 190.691 21 189.689V21.9183Z" fill="#F64F77"/><path d="M26.5 15L31.2631 21H21.7369L26.5 15Z" fill="#F64F77"/><path d="M34.5 15L39.2631 21H29.7369L34.5 15Z" fill="#F64F77"/><path d="M43 15L48.1962 21H37.8038L43 15Z" fill="#F64F77"/><path d="M51.5 15L56.2631 21H46.7369L51.5 15Z" fill="#F64F77"/><path d="M59.5 15L64.2631 21H54.7369L59.5 15Z" fill="#F64F77"/><path d="M67.5 15L72.2631 21H62.7369L67.5 15Z" fill="#F64F77"/><path d="M75.5 15L80.2631 21H70.7369L75.5 15Z" fill="#F64F77"/><path d="M84 15L89.1962 21H78.8038L84 15Z" fill="#F64F77"/><path d="M92.5 15L97.2631 21H87.7369L92.5 15Z" fill="#F64F77"/><path d="M100.5 15L105.263 21H95.7369L100.5 15Z" fill="#F64F77"/><path d="M108.5 15L113.263 21H103.737L108.5 15Z" fill="#F64F77"/><path d="M116.5 15L121.263 21H111.737L116.5 15Z" fill="#F64F77"/><path d="M125 15L130.196 21H119.804L125 15Z" fill="#F64F77"/><path d="M133.5 15L138.263 21H128.737L133.5 15Z" fill="#F64F77"/><path d="M141.5 15L146.263 21H136.737L141.5 15Z" fill="#F64F77"/><path d="M21 20H146.627V23H21V20Z" fill="#F64F77"/><path fill-rule="evenodd" clip-rule="evenodd" d="M83.0002 43.5C68.9169 43.5 57.5002 54.9168 57.5002 69C57.5002 83.0833 68.9169 94.5 83.0002 94.5C97.0834 94.5 108.5 83.0833 108.5 69C108.5 54.9168 97.0834 43.5 83.0002 43.5ZM51.8335 69C51.8335 51.7872 65.7873 37.8334 83.0002 37.8334C100.213 37.8334 114.167 51.7872 114.167 69C114.167 86.2129 100.213 100.167 83.0002 100.167C65.7873 100.167 51.8335 86.2129 51.8335 69Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M93.5033 58.4965C94.6098 59.603 94.6098 61.3969 93.5033 62.5034L76.5033 79.5034C75.3968 80.6099 73.6029 80.6099 72.4964 79.5034C71.3899 78.3969 71.3899 76.603 72.4964 75.4965L89.4964 58.4965C90.6029 57.39 92.3968 57.39 93.5033 58.4965Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M72.4964 58.4965C73.6029 57.39 75.3968 57.39 76.5033 58.4965L93.5033 75.4965C94.6098 76.603 94.6098 78.3969 93.5033 79.5034C92.3968 80.6099 90.6029 80.6099 89.4964 79.5034L72.4964 62.5034C71.3899 61.3969 71.3899 59.603 72.4964 58.4965Z" fill="white"/><path d="M21.0684 118.074H146.69V189.689C146.69 190.691 145.876 191.502 144.87 191.502H22.8888C21.8827 191.502 21.0684 190.691 21.0684 189.689V118.074Z" fill="white"/><path d="M87.2436 130.684H35.649C34.4096 130.684 33.4058 131.684 33.4058 132.918C33.4058 134.152 34.4096 135.152 35.649 135.152H87.2436C88.483 135.152 89.4868 134.152 89.4868 132.918C89.4868 131.684 88.4819 130.684 87.2436 130.684Z" fill="#EAEFED"/><path d="M72.6625 147.439H39.0139C35.9171 147.439 33.4058 149.94 33.4058 153.024C33.4058 156.107 35.9171 158.608 39.0139 158.608H72.6625C75.7593 158.608 78.2706 156.107 78.2706 153.024C78.2706 149.94 75.7593 147.439 72.6625 147.439Z" fill="#F64F77"/></g></g><defs><filter id="filter0_d_3271_3490" x="11" y="7" width="145.69" height="196.502" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="5"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3271_3490"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3271_3490" result="shape"/></filter></defs>',
36
+ xmlns: 'http://www.w3.org/2000/svg'
37
+ }, {
38
+ name: 'illust-budget-incomplete',
39
+ width: 167,
40
+ height: 192,
41
+ viewBox: '0 0 167 192',
42
+ html: '<path d="M166.876 108.347C166.876 120.623 164.185 132.284 159.35 142.761C146.25 171.232 117.379 191.002 83.8765 191.002C50.3736 191.002 21.5031 171.232 8.40255 142.761C3.56836 132.284 0.876465 120.623 0.876465 108.347C0.876465 62.6972 38.0358 25.6924 83.8765 25.6924C129.717 25.6924 166.876 62.6972 166.876 108.347Z" fill="#EAEFED"/><mask id="mask0_3271_3489" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="0" width="166" height="192"><path d="M167 45.2368C167 57.5122 164.308 132.282 159.474 142.759C146.373 171.23 117.503 191 84 191C50.4972 191 21.6266 171.23 8.52608 142.759C3.69189 132.282 1 57.5122 1 45.2368C1 -0.413274 38.1593 0.000130822 84 0.000130822C129.841 0.000130822 167 -0.413274 167 45.2368Z" fill="#F0F1F2"/></mask><g mask="url(#mask0_3271_3489)"><g filter="url(#filter0_d_3271_3489)"><path d="M21 21.9183C21 20.9164 21.8143 20.1055 22.8204 20.1055H144.801C145.807 20.1055 146.622 20.9164 146.622 21.9183V189.689C146.622 190.691 145.807 191.502 144.801 191.502H22.8204C21.8143 191.502 21 190.691 21 189.689V21.9183Z" fill="#FB923C"/><path d="M26.5 15L31.2631 21H21.7369L26.5 15Z" fill="#FB923C"/><path d="M34.5 15L39.2631 21H29.7369L34.5 15Z" fill="#FB923C"/><path d="M43 15L48.1962 21H37.8038L43 15Z" fill="#FB923C"/><path d="M51.5 15L56.2631 21H46.7369L51.5 15Z" fill="#FB923C"/><path d="M59.5 15L64.2631 21H54.7369L59.5 15Z" fill="#FB923C"/><path d="M67.5 15L72.2631 21H62.7369L67.5 15Z" fill="#FB923C"/><path d="M75.5 15L80.2631 21H70.7369L75.5 15Z" fill="#FB923C"/><path d="M84 15L89.1962 21H78.8038L84 15Z" fill="#FB923C"/><path d="M92.5 15L97.2631 21H87.7369L92.5 15Z" fill="#FB923C"/><path d="M100.5 15L105.263 21H95.7369L100.5 15Z" fill="#FB923C"/><path d="M108.5 15L113.263 21H103.737L108.5 15Z" fill="#FB923C"/><path d="M116.5 15L121.263 21H111.737L116.5 15Z" fill="#FB923C"/><path d="M125 15L130.196 21H119.804L125 15Z" fill="#FB923C"/><path d="M133.5 15L138.263 21H128.737L133.5 15Z" fill="#FB923C"/><path d="M141.5 15L146.263 21H136.737L141.5 15Z" fill="#FB923C"/><path d="M21 20H146.627V23H21V20Z" fill="#FB923C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M78.8299 41.4688C80.1029 40.7521 81.5391 40.3756 83 40.3756C84.4609 40.3756 85.8971 40.7521 87.1701 41.4688C88.4431 42.1855 89.5099 43.2182 90.2675 44.4673L90.2757 44.4807L114.274 84.5441L114.297 84.5832C115.039 85.8685 115.432 87.3257 115.436 88.8099C115.44 90.2941 115.056 91.7535 114.321 93.0429C113.586 94.3324 112.526 95.4069 111.247 96.1596C109.968 96.9123 108.514 97.3169 107.029 97.3332L106.998 97.3336L58.9705 97.3334C57.4864 97.3171 56.0325 96.9123 54.7533 96.1596C53.4741 95.4069 52.4143 94.3324 51.6794 93.0429C50.9444 91.7535 50.5598 90.2941 50.564 88.8099C50.5682 87.3257 50.9609 85.8685 51.703 84.5832L51.7261 84.5441L75.7244 44.4808L78.155 45.9367L75.7325 44.4673C76.4902 43.2182 77.5569 42.1855 78.8299 41.4688ZM80.5809 47.4005L56.601 87.4332C56.3596 87.8577 56.232 88.3373 56.2306 88.8258C56.2293 89.3205 56.3574 89.807 56.6024 90.2368C56.8474 90.6666 57.2007 91.0248 57.6271 91.2757C58.0497 91.5244 58.5296 91.6591 59.0198 91.6667H106.98C107.47 91.6591 107.95 91.5244 108.373 91.2757C108.799 91.0248 109.153 90.6666 109.398 90.2368C109.643 89.807 109.771 89.3205 109.769 88.8258C109.768 88.3374 109.64 87.8578 109.399 87.4334L85.4225 47.4062C85.4214 47.4043 85.4202 47.4024 85.4191 47.4005C85.1668 46.9867 84.8125 46.6445 84.39 46.4067C83.9657 46.1678 83.487 46.0423 83 46.0423C82.5131 46.0423 82.0343 46.1678 81.61 46.4067C81.1876 46.6445 80.8333 46.9867 80.5809 47.4005Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M82.9998 57.6666C84.5646 57.6666 85.8332 58.9352 85.8332 60.5V71.8333C85.8332 73.3981 84.5646 74.6666 82.9998 74.6666C81.435 74.6666 80.1665 73.3981 80.1665 71.8333V60.5C80.1665 58.9352 81.435 57.6666 82.9998 57.6666Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M80.1665 83.1667C80.1665 81.6019 81.435 80.3334 82.9998 80.3334H83.0282C84.593 80.3334 85.8615 81.6019 85.8615 83.1667C85.8615 84.7315 84.593 86 83.0282 86H82.9998C81.435 86 80.1665 84.7315 80.1665 83.1667Z" fill="white"/><path d="M21.0684 118.074H146.69V189.689C146.69 190.691 145.876 191.502 144.87 191.502H22.8888C21.8827 191.502 21.0684 190.691 21.0684 189.689V118.074Z" fill="white"/><path d="M87.2436 130.684H35.649C34.4096 130.684 33.4058 131.684 33.4058 132.918C33.4058 134.152 34.4096 135.152 35.649 135.152H87.2436C88.483 135.152 89.4868 134.152 89.4868 132.918C89.4868 131.684 88.4819 130.684 87.2436 130.684Z" fill="#EAEFED"/><path d="M72.6625 147.439H39.0139C35.9171 147.439 33.4058 149.94 33.4058 153.024C33.4058 156.107 35.9171 158.608 39.0139 158.608H72.6625C75.7593 158.608 78.2706 156.107 78.2706 153.024C78.2706 149.94 75.7593 147.439 72.6625 147.439Z" fill="#FB923C"/></g></g><defs><filter id="filter0_d_3271_3489" x="11" y="7" width="145.69" height="196.502" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="5"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3271_3489"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3271_3489" result="shape"/></filter></defs>',
43
+ xmlns: 'http://www.w3.org/2000/svg'
44
+ }, {
45
+ name: 'illust-card',
46
+ width: 167,
47
+ height: 192,
48
+ viewBox: '0 0 167 192',
49
+ html: '<path d="M166.876 108.655C166.876 120.93 164.185 132.591 159.35 143.068C146.25 171.54 117.379 191.31 83.8765 191.31C50.3736 191.31 21.5031 171.54 8.40255 143.068C3.56836 132.591 0.876465 120.93 0.876465 108.655C0.876465 63.0049 38.0358 26 83.8765 26C129.717 26 166.876 63.0049 166.876 108.655Z" fill="#EAEFED"/><mask id="mask0_3287_4121" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="0" width="166" height="191"><path d="M167 45.2368C167 57.5122 164.308 132.281 159.474 142.759C146.373 171.23 117.503 191 84 191C50.4972 191 21.6266 171.23 8.52608 142.759C-6.4998 106.5 7 102.5 1 45.2368C1 -0.413273 38.1593 0.000130831 84 0.000130831C129.841 0.000130831 167 -0.413273 167 45.2368Z" fill="#F0F1F2"/></mask><g mask="url(#mask0_3287_4121)"><g filter="url(#filter0_d_3287_4121)"><path d="M8.93018 63.2659C8.93018 57.5962 13.5264 53 19.1961 53H148.803C154.473 53 159.069 57.5962 159.069 63.2659V153.734C159.069 159.404 154.473 164 148.803 164H19.1961C13.5264 164 8.93018 159.404 8.93018 153.734V63.2659Z" fill="url(#paint0_linear_3287_4121)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M134 87.2808C132.607 85.8887 130.351 85.8887 128.958 87.2808C127.566 88.6728 127.566 90.9298 128.958 92.3218C133.21 96.5733 135.599 102.34 135.599 108.352C135.599 114.365 133.21 120.131 128.958 124.383C127.566 125.775 127.566 128.032 128.958 129.424C130.351 130.816 132.607 130.816 134 129.424C139.588 123.835 142.728 116.256 142.728 108.352C142.728 100.449 139.588 92.8693 134 87.2808ZM125.884 95.3967C124.492 94.0047 122.235 94.0047 120.843 95.3967C119.451 96.7888 119.451 99.0457 120.843 100.438C122.942 102.537 124.121 105.384 124.121 108.352C124.121 111.321 122.942 114.168 120.843 116.267C119.451 117.659 119.451 119.916 120.843 121.308C122.235 122.7 124.492 122.7 125.884 121.308C129.32 117.872 131.25 113.211 131.25 108.352C131.25 103.493 129.32 98.8327 125.884 95.3967Z" fill="white"/><path d="M24.9707 99.4927C24.9707 96.4923 27.403 94.0599 30.4035 94.0599H57.5672C60.5677 94.0599 63 96.4923 63 99.4927V117.756C63 120.756 60.5677 123.189 57.5672 123.189H30.4035C27.403 123.189 24.9707 120.756 24.9707 117.756V99.4927Z" fill="#FFD064"/><path fill-rule="evenodd" clip-rule="evenodd" d="M30.4035 94.0599C27.403 94.0599 24.9707 96.4923 24.9707 99.4927V117.828C24.9707 120.829 27.403 123.261 30.4035 123.261H35.3835C35.6135 123.261 35.8401 123.247 36.0626 123.219C33.3827 122.885 31.3089 120.599 31.3089 117.828V99.4927C31.3089 96.7222 33.3827 94.4361 36.0626 94.102C35.8401 94.0742 35.6135 94.0599 35.3835 94.0599H30.4035Z" fill="#FFC250"/></g></g><path d="M55 154C55 158.01 54.1243 161.819 52.5518 165.241C48.2901 174.542 38.8985 181 28 181C17.1015 181 7.70986 174.542 3.44824 165.241C1.87568 161.819 1 158.01 1 154C1 139.088 13.088 127 28 127C42.912 127 55 139.088 55 154Z" fill="#34D399"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39.6095 145.057C40.1302 145.578 40.1302 146.422 39.6095 146.943L24.9428 161.609C24.4221 162.13 23.5779 162.13 23.0572 161.609L16.3905 154.943C15.8698 154.422 15.8698 153.578 16.3905 153.057C16.9112 152.536 17.7554 152.536 18.2761 153.057L24 158.781L37.7239 145.057C38.2446 144.536 39.0888 144.536 39.6095 145.057Z" fill="white"/><defs><filter id="filter0_d_3287_4121" x="2.93018" y="49" width="162.139" height="123" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="3"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3287_4121"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3287_4121" result="shape"/></filter><linearGradient id="paint0_linear_3287_4121" x1="88.6616" y1="45.1683" x2="143.646" y2="100.202" gradientUnits="userSpaceOnUse"><stop stop-color="#3574DB"/><stop offset="1" stop-color="#3B82F6"/></linearGradient></defs>',
50
+ xmlns: 'http://www.w3.org/2000/svg'
51
+ }, {
52
+ name: 'illust-check-prescription',
53
+ width: 166,
54
+ height: 191,
55
+ viewBox: '0 0 166 191',
56
+ html: '<path d="M157 106C157 116.99 154.6 127.43 150.29 136.81C138.61 162.3 112.87 180 83 180C53.13 180 27.39 162.3 15.71 136.81C11.4 127.43 9 116.99 9 106C9 65.13 42.13 32 83 32C123.87 32 157 65.13 157 106Z" fill="#EAEFED"/><g filter="url(#filter0_d_3271_3498)"><path d="M148.012 50H20.359C18.512 50 17 51.8 17 54V158C17 160.2 18.512 162 20.36 162H148.012C149.86 162 151.372 160.2 151.372 158V54C151.372 51.8 149.86 50 148.012 50Z" fill="white"/></g><path d="M54 154C54 158.01 53.1243 161.819 51.5518 165.241C47.2901 174.542 37.8985 181 27 181C16.1015 181 6.70986 174.542 2.44824 165.241C0.875676 161.819 0 158.01 0 154C0 139.088 12.088 127 27 127C41.912 127 54 139.088 54 154Z" fill="#709085"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.6665 143.333C20.5118 143.333 16.3332 147.512 16.3332 152.667C16.3332 157.821 20.5118 162 25.6665 162C30.8212 162 34.9998 157.821 34.9998 152.667C34.9998 147.512 30.8212 143.333 25.6665 143.333ZM13.6665 152.667C13.6665 146.039 19.0391 140.667 25.6665 140.667C32.2939 140.667 37.6665 146.039 37.6665 152.667C37.6665 159.294 32.2939 164.667 25.6665 164.667C19.0391 164.667 13.6665 159.294 13.6665 152.667Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M32.2572 159.257C32.7779 158.737 33.6221 158.737 34.1428 159.257L39.9428 165.057C40.4635 165.578 40.4635 166.422 39.9428 166.943C39.4221 167.464 38.5779 167.464 38.0572 166.943L32.2572 161.143C31.7365 160.622 31.7365 159.778 32.2572 159.257Z" fill="white"/><path d="M36 69C36 67.3431 37.3431 66 39 66H105C106.657 66 108 67.3431 108 69V69C108 70.6569 106.657 72 105 72H39C37.3431 72 36 70.6569 36 69V69Z" fill="#EAEFED"/><path d="M36 88C36 86.3431 37.3431 85 39 85H127C128.657 85 130 86.3431 130 88V88C130 89.6569 128.657 91 127 91H39C37.3431 91 36 89.6569 36 88V88Z" fill="#EAEFED"/><path d="M36 109C36 107.343 37.3431 106 39 106H127C128.657 106 130 107.343 130 109V109C130 110.657 128.657 112 127 112H39C37.3431 112 36 110.657 36 109V109Z" fill="#EAEFED"/><path fill-rule="evenodd" clip-rule="evenodd" d="M89.8572 138.217C89.5843 137.936 89.3692 137.604 89.2228 137.241C89.0755 136.875 89 136.484 89 136.09C89 135.696 89.0755 135.305 89.2228 134.94C89.3701 134.574 89.5869 134.24 89.8621 133.958L89.8692 133.951L89.8764 133.944C95.6402 128.268 98.9162 125.478 100.917 124.161C101.916 123.504 102.681 123.155 103.34 123.042C104.066 122.917 104.559 123.098 104.876 123.215L104.883 123.218L104.891 123.221C105.415 123.424 105.877 123.759 106.236 124.191C106.596 124.622 106.842 125.138 106.955 125.689L106.96 125.713L106.964 125.736C107.072 126.433 107.191 128.46 107.283 130.83C107.347 132.492 107.4 134.364 107.426 136.148L111.732 132.076C112.215 131.608 112.845 131.322 113.518 131.276L126.801 130.064C127.193 130.032 127.587 130.08 127.96 130.204C128.333 130.329 128.677 130.528 128.972 130.788C129.267 131.047 129.507 131.363 129.682 131.715C129.856 132.067 129.96 132.45 129.991 132.842C130.021 133.234 129.977 133.628 129.859 134.003C129.742 134.378 129.554 134.727 129.304 135.031C129.054 135.334 128.747 135.585 128.399 135.769C128.054 135.951 127.676 136.063 127.287 136.096L114.933 137.314L106.616 145.166C106.096 145.646 105.426 145.927 104.721 145.955C104.363 146.022 103.994 146.014 103.637 145.931L103.56 145.913L103.487 145.883C102.945 145.661 102.484 145.28 102.159 144.793C101.836 144.307 101.661 143.737 101.654 143.153C101.618 140.857 101.538 138.404 101.463 136.114C101.409 134.443 101.358 132.858 101.328 131.486C99.201 133.257 96.4615 135.836 94.0256 138.227C93.7586 138.504 93.4397 138.727 93.086 138.881C92.7261 139.037 92.3383 139.118 91.9458 139.118C91.5533 139.118 91.1655 139.037 90.8056 138.881C90.4479 138.726 90.1259 138.499 89.8572 138.217Z" fill="#709085"/><defs><filter id="filter0_d_3271_3498" x="11" y="46" width="146.372" height="124" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="3"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3271_3498"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3271_3498" result="shape"/></filter></defs>',
57
+ xmlns: 'http://www.w3.org/2000/svg'
58
+ }, {
59
+ name: 'illust-date',
60
+ width: 176,
61
+ height: 192,
62
+ viewBox: '0 0 176 192',
63
+ html: '<path d="M176 108.347C176 120.623 173.308 132.284 168.474 142.761C155.373 171.232 126.503 191.002 93 191.002C59.4972 191.002 30.6266 171.232 17.5261 142.761C12.6919 132.284 10 120.623 10 108.347C10 62.6972 47.1593 25.6924 93 25.6924C138.841 25.6924 176 62.6972 176 108.347Z" fill="#EAEFED"/><mask id="mask0_3278_3356" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="10" y="11" width="166" height="180"><path d="M10 11H176V108.5C176 154.063 138.563 191 93 191V191C47.4365 191 10 154.063 10 108.5V11Z" fill="#C4C4C4"/></mask><g mask="url(#mask0_3278_3356)"><g filter="url(#filter0_d_3278_3356)"><path d="M26.4277 54.8691C26.4277 51.1821 29.4166 48.1932 33.1036 48.1932H151.448C155.135 48.1932 158.124 51.1821 158.124 54.8691V113.131H26.4277V54.8691Z" fill="#3B82F6"/><path d="M26.2762 113.131H157.972L169.46 163.521C170.414 167.704 167.23 171.689 162.939 171.68L21.4173 171.409C17.1404 171.401 13.9742 167.429 14.9193 163.258L26.2762 113.131Z" fill="url(#paint0_linear_3278_3356)"/></g><path d="M55.8618 111.213C55.8618 101.638 57.4734 94.1664 60.6966 88.7978C63.9753 83.3739 69.5881 80.662 77.535 80.662C85.4818 80.662 91.0668 83.3739 94.29 88.7978C97.5687 94.1664 99.2081 101.638 99.2081 111.213C99.2081 120.898 97.5687 128.481 94.29 133.96C91.0668 139.384 85.4818 142.096 77.535 142.096C69.5881 142.096 63.9753 139.384 60.6966 133.96C57.4734 128.481 55.8618 120.898 55.8618 111.213ZM89.872 111.213C89.872 106.73 89.5663 102.939 88.955 99.8393C88.3993 96.7399 87.2323 94.2217 85.454 92.2846C83.6757 90.2922 81.036 89.2959 77.535 89.2959C74.0339 89.2959 71.3942 90.2922 69.6159 92.2846C67.8376 94.2217 66.6428 96.7399 66.0315 99.8393C65.4758 102.939 65.1979 106.73 65.1979 111.213C65.1979 115.862 65.4758 119.764 66.0315 122.918C66.5872 126.073 67.7543 128.619 69.5326 130.556C71.3664 132.493 74.0339 133.462 77.535 133.462C81.036 133.462 83.6757 132.493 85.454 130.556C87.2879 128.619 88.4827 126.073 89.0384 122.918C89.5941 119.764 89.872 115.862 89.872 111.213Z" fill="white"/><path d="M108.013 90.3752V81.7412H125.351V142.262H115.765V90.3752H108.013Z" fill="white"/><path d="M66.0273 45.4621C66.0273 42.4454 68.4728 40 71.4894 40V40C74.506 40 76.9515 42.4454 76.9515 45.4621V55.1724C76.9515 58.189 74.506 60.6344 71.4894 60.6344V60.6344C68.4728 60.6344 66.0273 58.189 66.0273 55.1724V45.4621Z" fill="#CAD6D1"/><path d="M107.297 45.4621C107.297 42.4454 109.742 40 112.759 40V40C115.776 40 118.221 42.4454 118.221 45.4621V55.1724C118.221 58.189 115.776 60.6344 112.759 60.6344V60.6344C109.742 60.6344 107.297 58.189 107.297 55.1724V45.4621Z" fill="#CAD6D1"/></g><path d="M54 154C54 158.01 53.1243 161.819 51.5518 165.241C47.2901 174.542 37.8985 181 27 181C16.1015 181 6.70986 174.542 2.44824 165.241C0.875676 161.819 0 158.01 0 154C0 139.088 12.088 127 27 127C41.912 127 54 139.088 54 154Z" fill="#34D399"/><path fill-rule="evenodd" clip-rule="evenodd" d="M38.6095 145.057C39.1302 145.578 39.1302 146.422 38.6095 146.943L23.9428 161.609C23.4221 162.13 22.5779 162.13 22.0572 161.609L15.3905 154.943C14.8698 154.422 14.8698 153.578 15.3905 153.057C15.9112 152.536 16.7554 152.536 17.2761 153.057L23 158.781L36.7239 145.057C37.2446 144.536 38.0888 144.536 38.6095 145.057Z" fill="white"/><defs><filter id="filter0_d_3278_3356" x="10.7515" y="46.1932" width="162.878" height="131.487" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="2"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3278_3356"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3278_3356" result="shape"/></filter><linearGradient id="paint0_linear_3278_3356" x1="97" y1="109" x2="120.5" y2="155" gradientUnits="userSpaceOnUse"><stop stop-color="#3574DB"/><stop offset="1" stop-color="#3B82F6"/></linearGradient></defs>',
64
+ xmlns: 'http://www.w3.org/2000/svg'
65
+ }, {
66
+ name: 'illust-error-prescription',
67
+ width: 166,
68
+ height: 191,
69
+ viewBox: '0 0 166 191',
70
+ html: '<path d="M157 106C157 116.99 154.6 127.43 150.29 136.81C138.61 162.3 112.87 180 83 180C53.13 180 27.39 162.3 15.71 136.81C11.4 127.43 9 116.99 9 106C9 65.13 42.13 32 83 32C123.87 32 157 65.13 157 106Z" fill="#EAEFED"/><g filter="url(#filter0_d_3271_3496)"><path d="M148.012 50H20.359C18.512 50 17 51.8 17 54V158C17 160.2 18.512 162 20.36 162H148.012C149.86 162 151.372 160.2 151.372 158V54C151.372 51.8 149.86 50 148.012 50Z" fill="white"/></g><path d="M54 154C54 158.01 53.1243 161.819 51.5518 165.241C47.2901 174.542 37.8985 181 27 181C16.1015 181 6.70986 174.542 2.44824 165.241C0.875676 161.819 0 158.01 0 154C0 139.088 12.088 127 27 127C41.912 127 54 139.088 54 154Z" fill="#F64F77"/><path fill-rule="evenodd" clip-rule="evenodd" d="M35.9426 145.057C36.4633 145.578 36.4633 146.422 35.9426 146.943L19.9426 162.943C19.4219 163.463 18.5777 163.463 18.057 162.943C17.5363 162.422 17.5363 161.578 18.057 161.057L34.057 145.057C34.5777 144.536 35.4219 144.536 35.9426 145.057Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.057 145.057C18.5777 144.536 19.4219 144.536 19.9426 145.057L35.9426 161.057C36.4633 161.578 36.4633 162.422 35.9426 162.943C35.4219 163.463 34.5777 163.463 34.057 162.943L18.057 146.943C17.5363 146.422 17.5363 145.578 18.057 145.057Z" fill="white"/><path d="M36 69C36 67.3431 37.3431 66 39 66H105C106.657 66 108 67.3431 108 69V69C108 70.6569 106.657 72 105 72H39C37.3431 72 36 70.6569 36 69V69Z" fill="#EAEFED"/><path d="M36 88C36 86.3431 37.3431 85 39 85H127C128.657 85 130 86.3431 130 88V88C130 89.6569 128.657 91 127 91H39C37.3431 91 36 89.6569 36 88V88Z" fill="#EAEFED"/><path d="M36 109C36 107.343 37.3431 106 39 106H127C128.657 106 130 107.343 130 109V109C130 110.657 128.657 112 127 112H39C37.3431 112 36 110.657 36 109V109Z" fill="#EAEFED"/><path fill-rule="evenodd" clip-rule="evenodd" d="M89.8572 138.217C89.5843 137.936 89.3692 137.604 89.2228 137.241C89.0755 136.875 89 136.484 89 136.09C89 135.696 89.0755 135.305 89.2228 134.94C89.3701 134.574 89.5869 134.24 89.8621 133.958L89.8692 133.951L89.8764 133.944C95.6402 128.268 98.9162 125.478 100.917 124.161C101.916 123.504 102.681 123.155 103.34 123.042C104.066 122.917 104.559 123.098 104.876 123.215L104.883 123.218L104.891 123.221C105.415 123.424 105.877 123.759 106.236 124.191C106.596 124.622 106.842 125.138 106.955 125.689L106.96 125.713L106.964 125.736C107.072 126.433 107.191 128.46 107.283 130.83C107.347 132.492 107.4 134.364 107.426 136.148L111.732 132.076C112.215 131.608 112.845 131.322 113.518 131.276L126.801 130.064C127.193 130.032 127.587 130.08 127.96 130.204C128.333 130.329 128.677 130.528 128.972 130.788C129.267 131.047 129.507 131.363 129.682 131.715C129.856 132.067 129.96 132.45 129.991 132.842C130.021 133.234 129.977 133.628 129.859 134.003C129.742 134.378 129.554 134.727 129.304 135.031C129.054 135.334 128.747 135.585 128.399 135.769C128.054 135.951 127.676 136.063 127.287 136.096L114.933 137.314L106.616 145.166C106.096 145.646 105.426 145.927 104.721 145.955C104.363 146.022 103.994 146.014 103.637 145.931L103.56 145.913L103.487 145.883C102.945 145.661 102.484 145.28 102.159 144.793C101.836 144.307 101.661 143.737 101.654 143.153C101.618 140.857 101.538 138.404 101.463 136.114C101.409 134.443 101.358 132.858 101.328 131.486C99.201 133.257 96.4615 135.836 94.0256 138.227C93.7586 138.504 93.4397 138.727 93.086 138.881C92.7261 139.037 92.3383 139.118 91.9458 139.118C91.5533 139.118 91.1655 139.037 90.8056 138.881C90.4479 138.726 90.1259 138.499 89.8572 138.217Z" fill="#709085"/><defs><filter id="filter0_d_3271_3496" x="11" y="46" width="146.372" height="124" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="3"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3271_3496"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3271_3496" result="shape"/></filter></defs>',
71
+ xmlns: 'http://www.w3.org/2000/svg'
72
+ }, {
73
+ name: 'illust-inclusion-order',
74
+ width: 167,
75
+ height: 192,
76
+ viewBox: '0 0 167 192',
77
+ html: '<path d="M166.876 108.655C166.876 120.93 164.185 132.591 159.35 143.068C146.25 171.54 117.379 191.31 83.8765 191.31C50.3736 191.31 21.5031 171.54 8.40255 143.068C3.56836 132.591 0.876465 120.93 0.876465 108.655C0.876465 63.0049 38.0358 26 83.8765 26C129.717 26 166.876 63.0049 166.876 108.655Z" fill="#EAEFED"/><mask id="mask0_3289_3640" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="11" width="166" height="180"><path d="M1 11H167V108.5C167 154.063 129.563 191 84 191V191C38.4365 191 1 154.063 1 108.5V11Z" fill="#C4C4C4"/></mask><g mask="url(#mask0_3289_3640)"><path fill-rule="evenodd" clip-rule="evenodd" d="M67.0215 163.752H50.1168C50.5816 170.133 49.2803 182.895 40.3574 182.895H67.0215H93.6857C84.7628 182.895 83.4615 170.133 83.9262 163.752H67.0215Z" fill="#A3B8B0"/><path d="M33.5195 186.086C33.5195 183.619 35.5194 181.619 37.9863 181.619H96.0549C98.5218 181.619 100.522 183.619 100.522 186.086V186.086C100.522 188.553 98.5218 190.552 96.0549 190.552H37.9863C35.5194 190.552 33.5195 188.553 33.5195 186.086V186.086Z" fill="#709085"/><path d="M-7 51.4433C-7 48.6239 -4.71445 46.3384 -1.89507 46.3384H136.895C139.714 46.3384 142 48.6239 142 51.4433V158.647C142 161.466 139.714 163.752 136.895 163.752H-1.89508C-4.71445 163.752 -7 161.466 -7 158.647V51.4433Z" fill="#709085"/><path d="M-3.81006 53.3577C-3.81006 51.2432 -2.09589 49.5291 0.0186349 49.5291H135.299C137.414 49.5291 139.128 51.2432 139.128 53.3577V145.565C139.128 147.68 137.414 149.394 135.299 149.394H0.0186373C-2.09589 149.394 -3.81006 147.68 -3.81006 145.565V53.3577Z" fill="#EAEFED"/><path d="M18.1069 44.1049C18.1069 41.2856 20.3925 39 23.2119 39H87.8211L115.42 67.0771V149.394H18.1069V44.1049Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M29.4033 57.2312C29.4033 55.8022 30.5617 54.6438 31.9907 54.6438H50.9646C52.3936 54.6438 53.552 55.8022 53.552 57.2312C53.552 58.6601 52.3936 59.8185 50.9646 59.8185H31.9907C30.5617 59.8185 29.4033 58.6601 29.4033 57.2312Z" fill="#1BB380"/><path d="M60.451 68.4431H31.1284V97.7665H60.4518L60.451 68.4431ZM60.451 107.254H31.1284V136.578H60.4518L60.451 107.254Z" fill="#EAEFED"/><path fill-rule="evenodd" clip-rule="evenodd" d="M71.6641 78.7925C71.6641 77.8399 72.4363 77.0676 73.389 77.0676H100.125C101.078 77.0676 101.85 77.8399 101.85 78.7925C101.85 79.7452 101.078 80.5174 100.125 80.5174H73.389C72.4363 80.5174 71.6641 79.7452 71.6641 78.7925Z" fill="#A3B8B0"/><path fill-rule="evenodd" clip-rule="evenodd" d="M71.6641 86.5547C71.6641 85.6021 72.4363 84.8298 73.389 84.8298H87.1882C88.1409 84.8298 88.9131 85.6021 88.9131 86.5547C88.9131 87.5074 88.1409 88.2796 87.1882 88.2796H73.389C72.4363 88.2796 71.6641 87.5074 71.6641 86.5547Z" fill="#CAD6D1"/><path fill-rule="evenodd" clip-rule="evenodd" d="M70.8013 116.74C70.8013 115.788 71.5735 115.016 72.5262 115.016H93.2251C94.1777 115.016 94.95 115.788 94.95 116.74C94.95 117.693 94.1777 118.465 93.2251 118.465H72.5262C71.5735 118.465 70.8013 117.693 70.8013 116.74Z" fill="#A3B8B0"/><path fill-rule="evenodd" clip-rule="evenodd" d="M70.8013 124.503C70.8013 123.55 71.5735 122.778 72.5262 122.778H100.125C101.077 122.778 101.85 123.55 101.85 124.503C101.85 125.455 101.077 126.228 100.125 126.228H72.5262C71.5735 126.228 70.8013 125.455 70.8013 124.503Z" fill="#CAD6D1"/><path d="M38.2614 114.027C38.1651 113.368 37.9435 112.715 38.0607 112.043C38.1655 111.444 38.5279 111.018 39.1144 110.796C39.1544 110.781 39.2041 110.781 39.2188 110.729C39.2197 110.726 39.2117 110.719 39.2068 110.715C39.201 110.71 39.1944 110.707 39.1881 110.703C39.2325 110.703 39.277 110.703 39.3214 110.703C39.3254 110.715 39.3293 110.728 39.3333 110.741C39.344 110.728 39.3551 110.715 39.3658 110.703C39.987 110.703 40.6086 110.703 41.2298 110.703C41.2298 111.147 41.2267 111.592 41.2312 112.036C41.2334 112.264 41.383 112.417 41.5771 112.408C41.764 112.399 41.895 112.25 41.8959 112.036C41.8977 111.592 41.8959 111.147 41.8959 110.703C42.843 110.703 43.7897 110.703 44.7368 110.703C44.7373 111.131 44.7342 111.56 44.7391 111.989C44.7417 112.225 44.9255 112.417 45.1267 112.408C45.3252 112.399 45.4455 112.244 45.4468 111.989C45.4486 111.56 45.4473 111.131 45.4473 110.702C46.3944 110.702 47.3411 110.702 48.2882 110.702C48.2882 111.14 48.29 111.577 48.2873 112.015C48.286 112.204 48.3593 112.344 48.5493 112.398C48.7602 112.458 48.9903 112.257 48.9956 112.002C49.0027 111.645 49.0027 111.288 48.9956 110.93C48.9925 110.765 49.0706 110.721 49.2145 110.756C49.2931 110.774 49.3704 110.802 49.4436 110.835C50.1869 111.167 50.524 111.897 50.4036 112.739C50.3441 113.156 50.2504 113.568 50.2424 113.991C50.2282 114.002 50.214 114.014 50.1998 114.025C50.1554 114.023 50.1115 114.019 50.0671 114.019C46.1311 114.022 42.1965 114.025 38.2614 114.027Z" fill="#1DD195"/><path d="M41.408 133.128C41.4426 133.051 41.3742 133.057 41.336 133.042C40.6802 132.793 40.3072 132.321 40.277 131.631C40.2477 130.957 40.2695 130.28 40.2699 129.604C40.2699 129.583 40.2828 129.563 40.2899 129.542C41.3756 129.543 42.4612 129.542 43.5473 129.543C44.8621 129.545 46.1769 129.548 47.4913 129.549C47.4375 129.599 47.3865 129.652 47.3301 129.698C46.5091 130.365 46.414 131.634 47.1267 132.429C47.1543 132.462 47.1809 132.497 47.2093 132.53C47.4944 132.86 47.89 132.996 48.2879 133.128C45.9949 133.128 43.7014 133.128 41.408 133.128Z" fill="#1DD195"/><path d="M48.2871 133.127C47.8893 132.996 47.4936 132.861 47.2086 132.53C47.1801 132.497 47.1535 132.463 47.126 132.429C48.4314 132.397 49.7387 132.479 51.0433 132.383C51.5943 132.342 52.0987 132.173 52.5219 131.814C53.5836 130.916 53.6165 129.313 52.8554 128.266C52.7817 128.041 52.7461 127.806 52.616 127.587C53.8078 127.713 54.9765 128.809 55.2119 129.998C55.4375 131.139 55.0618 132.143 54.1977 132.702C53.9495 132.862 53.68 132.973 53.3909 133.039C53.3465 133.05 53.3469 133.051 53.303 133.127C53.2288 133.127 53.1551 133.127 53.081 133.127C53.0801 133.117 53.0792 133.106 53.0778 133.096C53.0641 133.106 53.0503 133.117 53.0365 133.127C51.4536 133.127 49.8706 133.127 48.2871 133.127Z" fill="#FBD0A4"/><path d="M50.2417 113.993C50.2497 113.57 50.3434 113.157 50.4029 112.741C50.5233 111.899 50.1862 111.169 49.4429 110.837C49.3692 110.804 49.2919 110.776 49.2138 110.757C49.0695 110.723 48.9913 110.767 48.9949 110.932C49.002 111.289 49.002 111.647 48.9949 112.004C48.99 112.258 48.7595 112.459 48.5486 112.399C48.3581 112.345 48.2853 112.206 48.2866 112.016C48.2893 111.579 48.2875 111.142 48.2875 110.704C49.2049 110.704 50.1223 110.704 51.0397 110.704C50.9948 110.841 51.132 110.801 51.176 110.819C51.9091 111.13 52.2594 111.916 52.1853 112.551C52.128 113.039 52.0365 113.524 51.9602 114.009C51.3869 114.003 50.8141 113.998 50.2417 113.993Z" fill="#1BB380"/><path d="M45.4464 110.703C45.4464 111.132 45.4477 111.561 45.4459 111.99C45.445 112.245 45.3247 112.4 45.1258 112.409C44.9246 112.418 44.7408 112.226 44.7381 111.99C44.7333 111.561 44.7364 111.132 44.7359 110.704C44.9726 110.703 45.2097 110.703 45.4464 110.703Z" fill="#1BB380"/><path d="M41.8956 110.703C41.8956 111.148 41.8974 111.592 41.8956 112.037C41.8947 112.251 41.7637 112.399 41.5768 112.408C41.3828 112.417 41.2336 112.265 41.2309 112.037C41.2265 111.592 41.2296 111.148 41.2296 110.703C41.4516 110.703 41.6736 110.703 41.8956 110.703Z" fill="#1BB380"/><path d="M39.366 110.703C39.3553 110.716 39.3441 110.729 39.3334 110.742C39.3293 110.729 39.3253 110.716 39.3213 110.703C39.3361 110.703 39.3513 110.703 39.366 110.703Z" fill="#020303"/><path d="M53.0366 133.127C53.0505 133.117 53.0644 133.107 53.0782 133.097C53.0791 133.107 53.08 133.117 53.0814 133.127C53.0666 133.127 53.0518 133.127 53.0366 133.127Z" fill="#020303"/><path d="M52.8558 128.266C53.6173 129.313 53.584 130.916 52.5223 131.815C52.0991 132.173 51.5947 132.342 51.0436 132.383C49.7391 132.479 48.4318 132.397 47.1263 132.429C46.4137 131.635 46.5087 130.366 47.3297 129.698C47.3861 129.652 47.4372 129.599 47.4909 129.55C47.7178 129.428 47.9523 129.324 48.1987 129.247C48.7742 129.191 49.3519 129.244 49.9282 129.212C50.6738 129.23 51.422 129.283 52.1546 129.095C52.6373 128.972 52.8114 128.753 52.8558 128.266Z" fill="#FEE5C2"/><path d="M50.2417 113.993C50.8145 113.998 51.3873 114.004 51.9597 114.009C51.8185 114.971 51.6764 115.933 51.537 116.895C51.3984 117.85 51.2657 118.806 51.1254 119.762C50.9988 120.623 50.8638 121.484 50.7373 122.346C50.6267 123.1 50.5233 123.855 50.4149 124.609C50.4056 124.674 50.3838 124.736 50.3678 124.799C49.7919 124.795 49.2156 124.791 48.6396 124.787C48.6849 124.471 48.7293 124.155 48.7755 123.838C48.9016 122.976 49.0291 122.114 49.1552 121.251C49.2804 120.396 49.4056 119.541 49.5308 118.686C49.6578 117.816 49.7866 116.947 49.9118 116.077C50.0099 115.394 50.1036 114.711 50.1996 114.028C50.2129 114.015 50.2271 114.004 50.2417 113.993Z" fill="#DDDAEC"/><path d="M48.6391 124.787C49.215 124.791 49.7914 124.795 50.3673 124.799C50.3216 125.163 50.2798 125.528 50.2288 125.892C50.1466 126.476 50.0587 127.06 49.9712 127.644C49.9606 127.715 49.9388 127.785 49.922 127.856C49.3478 127.858 48.7737 127.86 48.1995 127.863C48.1982 127.853 48.196 127.842 48.1929 127.833C48.3421 126.823 48.4913 125.814 48.6405 124.805L48.6391 124.787Z" fill="#1BB380"/><path d="M48.2001 127.862C48.7742 127.86 49.3483 127.858 49.9225 127.855C49.9243 128.308 49.9265 128.76 49.9283 129.212C49.3523 129.243 48.7742 129.19 48.1987 129.246C48.1992 128.785 48.1996 128.324 48.2001 127.862Z" fill="#DDDAEC"/><path d="M50.1992 114.026C50.1038 114.71 50.0101 115.393 49.9115 116.076C49.7863 116.945 49.658 117.815 49.5305 118.684C49.4053 119.539 49.2805 120.395 49.1549 121.25C49.0283 122.112 48.9013 122.974 48.7752 123.837C48.729 124.153 48.6846 124.469 48.6393 124.786L48.6407 124.804C48.5523 124.801 48.4639 124.797 48.3751 124.797C45.7016 124.796 43.028 124.797 40.3545 124.795C40.1782 124.795 40.0019 124.779 39.8256 124.77C39.5672 123.012 39.3097 121.255 39.0503 119.497C38.8048 117.832 38.5548 116.169 38.3132 114.504C38.2906 114.347 38.2391 114.191 38.2613 114.028C42.1964 114.025 46.131 114.022 50.066 114.02C50.1109 114.02 50.1553 114.024 50.1992 114.026ZM45.3166 115.887C45.2873 115.887 45.2584 115.886 45.2291 115.885C44.9618 115.869 44.6989 115.906 44.4383 115.954C42.8007 116.258 41.5632 117.682 41.5427 119.284C41.5205 121.015 42.6679 122.468 44.3402 122.826C44.7909 122.942 45.246 122.946 45.7016 122.868C47.7619 122.517 49.0727 120.501 48.5461 118.498C48.1718 117.075 46.8219 115.961 45.4085 115.91C45.3779 115.903 45.3472 115.895 45.3166 115.887Z" fill="#FAF7F9"/><path d="M39.8257 124.771C40.002 124.78 40.1782 124.796 40.3545 124.796C43.0281 124.798 45.7016 124.797 48.3752 124.798C48.4635 124.798 48.5523 124.802 48.6407 124.805C48.4915 125.814 48.3423 126.824 48.1931 127.833C48.0901 127.835 47.9866 127.838 47.8832 127.838C45.3517 127.838 42.8203 127.839 40.2888 127.84C40.1658 127.325 40.1267 126.797 40.0384 126.277C39.9545 125.778 39.8958 125.273 39.8257 124.771Z" fill="#1DD195"/><path d="M40.2893 127.84C42.8208 127.839 45.3523 127.839 47.8837 127.838C47.9872 127.838 48.0902 127.835 48.1936 127.833C48.1968 127.843 48.199 127.853 48.2003 127.863C48.1999 128.324 48.1994 128.785 48.199 129.247C47.9525 129.324 47.7181 129.428 47.4912 129.55C46.1764 129.548 44.862 129.545 43.5472 129.544C42.4611 129.542 41.3755 129.543 40.2893 129.542C40.2534 128.975 40.2543 128.408 40.2893 127.84Z" fill="#FAF7F9"/><path d="M44.3407 122.827C42.6685 122.469 41.5207 121.016 41.5433 119.285C41.5637 117.682 42.8013 116.259 44.4389 115.955C44.6995 115.907 44.9624 115.87 45.2297 115.886C45.2443 115.949 45.299 115.949 45.3478 115.966C45.8411 116.139 46.2941 116.384 46.6648 116.75C47.3922 117.468 47.7611 118.329 47.762 119.358C47.7629 120.791 46.7687 122.135 45.4153 122.594C45.0641 122.712 44.7 122.754 44.3407 122.827Z" fill="#B1CDFB"/><path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd" d="M45.0009 119.12V119.837C45.0009 120.144 44.7466 120.394 44.4333 120.394C44.12 120.394 43.8657 120.144 43.8657 119.837V118.562C43.8657 118.254 44.12 118.004 44.4333 118.004H45.7307C46.044 118.004 46.2983 118.254 46.2983 118.562C46.2983 118.87 46.044 119.12 45.7307 119.12H45.0009Z" fill="#FAF7F9"/><path opacity="0.6" fill-rule="evenodd" clip-rule="evenodd" d="M45.4873 119.598V120.315C45.4873 120.622 45.2329 120.872 44.9197 120.872C44.6064 120.872 44.3521 120.622 44.3521 120.315V119.04C44.3521 118.732 44.6064 118.482 44.9197 118.482H46.217C46.5303 118.482 46.7846 118.732 46.7846 119.04C46.7846 119.348 46.5303 119.598 46.217 119.598H45.4873Z" fill="#FAF7F9"/><path d="M44.3403 122.827C44.6996 122.754 45.0641 122.712 45.4149 122.594C46.7683 122.135 47.7625 120.791 47.7616 119.358C47.7607 118.329 47.3918 117.467 46.6644 116.75C46.2936 116.384 45.8407 116.138 45.3474 115.966C45.2986 115.949 45.2439 115.949 45.2293 115.886C45.2586 115.887 45.2875 115.887 45.3168 115.888C45.3474 115.895 45.378 115.903 45.4087 115.911C46.8221 115.962 48.1719 117.076 48.5462 118.499C49.0729 120.502 47.7621 122.518 45.7017 122.869C45.2457 122.946 44.791 122.943 44.3403 122.827Z" fill="#A5C0EB"/><path d="M45.4083 115.91C45.3777 115.903 45.347 115.896 45.3164 115.888C45.347 115.895 45.3777 115.903 45.4083 115.91Z" fill="#7CCDF4"/><path d="M41.5137 71.5347C41.5073 71.3824 41.5662 71.2617 41.6846 71.1662C41.7116 71.1442 41.7756 71.1223 41.7116 71.0702C41.7422 71.0702 41.7724 71.0702 41.803 71.0702C41.8181 71.1333 41.8337 71.0601 41.8487 71.0702C44.0573 71.0702 46.2662 71.0702 48.4748 71.0702C48.7171 71.2288 48.8181 71.4405 48.8012 71.7408C48.7765 72.187 48.7952 72.6355 48.7957 73.0835C46.4299 73.0858 44.0641 73.0867 41.6983 73.0926C41.5493 73.0931 41.5237 73.03 41.5237 72.9015C41.5255 72.4458 41.5178 71.9904 41.5137 71.5347Z" fill="#FAF8F9"/><path d="M40.2498 94.4683C40.2768 94.3508 40.1735 94.3892 40.1264 94.3714C39.7332 94.2242 39.3922 93.9997 39.1755 93.6372C38.8084 93.0228 38.4637 92.3951 38.1099 91.7729C38.2232 91.7107 38.3362 91.6481 38.4495 91.5864C39.0031 91.286 39.5312 90.94 40.1026 90.6716C40.1497 90.7297 40.2059 90.7832 40.2425 90.8472C40.5168 91.3272 40.7769 91.8159 41.0626 92.2895C41.2871 92.6621 41.3913 93.0594 41.3415 93.4831C41.2967 93.8635 41.2341 94.253 40.8446 94.4679C40.6457 94.4683 40.4478 94.4683 40.2498 94.4683Z" fill="#FEFEFE"/><path d="M40.843 94.468C41.2325 94.2536 41.2952 93.8637 41.34 93.4833C41.3898 93.0595 41.286 92.6618 41.0611 92.2897C40.7754 91.8165 40.5153 91.3278 40.241 90.8474C40.2044 90.7829 40.1482 90.7299 40.1011 90.6718C40.1052 90.6576 40.1088 90.643 40.113 90.6288C40.5262 90.3971 40.9395 90.1657 41.3528 89.934C41.5864 90.3248 41.82 90.7162 42.054 91.107C42.0582 91.118 42.0641 91.1276 42.0732 91.1354C42.1601 91.2949 42.2451 91.4558 42.3347 91.614C42.6602 92.1873 42.6973 92.7752 42.4367 93.3832C42.3233 93.6479 42.1217 93.8449 41.9416 94.0589C41.9265 94.0708 41.9114 94.0826 41.8968 94.0945C41.6915 94.1937 41.5068 94.3355 41.2796 94.3903C41.2526 94.3967 41.206 94.4237 41.2549 94.4676C41.2092 94.4676 41.1635 94.4676 41.1178 94.4676C41.1128 94.4539 41.1082 94.4401 41.1032 94.4264C41.0926 94.4401 41.0826 94.4539 41.0721 94.4676C40.9957 94.468 40.9194 94.468 40.843 94.468Z" fill="#DED7E7"/><path d="M48.795 73.0833C48.7946 72.6357 48.7758 72.1868 48.8005 71.7406C48.8174 71.4402 48.7164 71.2286 48.4741 71.0699C49.068 71.0699 49.6623 71.0699 50.2561 71.0699C50.4998 71.2062 50.5857 71.4137 50.577 71.6903C50.5629 72.1525 50.5729 72.6156 50.5729 73.0778C50.5574 73.0823 50.5418 73.0869 50.5258 73.091C49.9494 73.0887 49.3724 73.086 48.795 73.0833Z" fill="#DDDAEC"/><path d="M41.8488 71.0702C41.8336 71.0601 41.8179 71.1337 41.8027 71.0702C41.8184 71.0702 41.8336 71.0702 41.8488 71.0702Z" fill="#020203"/><path d="M41.0723 94.468C41.0829 94.4541 41.093 94.4403 41.1036 94.4265C41.1086 94.4403 41.1133 94.4541 41.1183 94.468C41.1031 94.468 41.0875 94.468 41.0723 94.468Z" fill="#020203"/><path d="M39.4176 80.3501C39.4093 80.3533 39.4016 80.3574 39.3952 80.3633C39.2937 79.3123 40.1161 77.9491 41.3938 77.8403C41.4396 77.8366 41.4857 77.8362 41.5154 77.7932C41.5191 77.2314 41.531 76.6686 41.5218 76.1058C41.5186 75.9175 41.5689 75.8622 41.7614 75.8636C42.9262 75.8727 44.0911 75.8672 45.2559 75.8681C46.4358 75.8695 47.6157 75.8727 48.7956 75.875C48.7956 76.75 48.7998 77.625 48.7924 78.5C48.7911 78.6888 48.8537 78.7651 49.0434 78.7491C49.3511 78.7231 49.6473 78.7843 49.9353 78.8899C50.5342 79.1098 50.9146 79.6205 50.9018 80.1649C50.8986 80.3039 50.8547 80.361 50.7162 80.3473C50.6485 80.3405 50.5795 80.3464 50.5109 80.3464C46.8125 80.3473 43.115 80.3487 39.4176 80.3501Z" fill="#FAF8F9"/><path d="M48.7949 75.8761C47.615 75.8738 46.4351 75.8701 45.2552 75.8692C44.0904 75.8678 42.9255 75.8733 41.7607 75.8646C41.5682 75.8633 41.5184 75.9186 41.5211 76.1069C41.5303 76.6692 41.5184 77.232 41.5147 77.7943C41.5093 77.2169 41.4978 76.64 41.5033 76.0635C41.5047 75.9012 41.4585 75.8523 41.3003 75.866C40.6224 75.9241 40.3431 75.685 40.3837 74.9494C40.4057 74.5553 40.3856 74.159 40.3883 73.7635C40.3911 73.3443 40.6128 73.1226 41.0347 73.1094C41.4992 73.0952 41.4974 73.0952 41.4997 72.6243C41.5015 72.2609 41.5088 71.8974 41.5134 71.5349C41.5175 71.9912 41.5248 72.4469 41.5234 72.9027C41.523 73.0316 41.5486 73.0943 41.6981 73.0938C44.0638 73.0879 46.4296 73.0865 48.7954 73.0847C49.3728 73.0874 49.9497 73.0902 50.5271 73.0929C50.2268 73.1775 49.915 73.0892 49.6032 73.1436C49.8779 73.4161 49.8921 73.4518 49.8921 73.8714C49.8921 74.2824 49.8743 74.6943 49.8976 75.1039C49.9177 75.4564 49.8048 75.7092 49.4843 75.8619C49.2544 75.8665 49.0244 75.871 48.7949 75.8761Z" fill="#1DD195"/><path d="M40.1139 90.6289C40.1103 90.6431 40.1061 90.6577 40.102 90.6719C39.531 90.9402 39.0026 91.2863 38.449 91.5866C38.3356 91.6483 38.2227 91.711 38.1093 91.7731C37.7582 91.1624 37.3797 90.5653 37.0642 89.9368C36.7227 89.256 36.8068 88.5863 37.275 87.9751C37.3586 87.976 37.4418 87.9774 37.5255 87.9778C38.1244 87.9801 38.6231 88.2014 38.9724 88.6924C39.4072 89.3045 39.7258 89.9875 40.1139 90.6289Z" fill="#EA5468"/><path d="M40.1143 90.6284C39.7262 89.987 39.408 89.304 38.9728 88.6919C38.6235 88.2009 38.1252 87.9796 37.5259 87.9773C37.4423 87.9769 37.3591 87.9755 37.2754 87.9746C37.6535 87.4 38.4846 87.1174 39.2265 87.3108C39.2768 87.3241 39.3289 87.3305 39.3801 87.3401C39.9045 87.5627 40.2647 87.9463 40.5249 88.4496C40.785 88.9525 41.1032 89.4247 41.3537 89.934C40.9409 90.1653 40.5276 90.3966 40.1143 90.6284Z" fill="#E4394F"/><path d="M41.9418 94.0595C42.1219 93.8456 42.3235 93.6486 42.4369 93.3839C42.6979 92.7758 42.6604 92.1879 42.335 91.6147C42.2454 91.4565 42.1603 91.2956 42.0735 91.136C44.5549 91.1351 47.0363 91.1347 49.5178 91.1337C49.9137 91.1337 50.3096 91.1392 50.705 91.131C50.8554 91.1278 50.9052 91.1795 50.9002 91.328C50.8911 91.6092 50.8984 91.8912 50.897 92.1729C50.8947 92.6446 50.7014 93.0373 50.4015 93.3893C50.0613 93.7884 49.6225 94.0033 49.1146 94.0929C47.1863 94.0952 45.2575 94.0979 43.3293 94.0989C42.8662 94.0993 42.4031 94.0943 41.9404 94.092C41.9423 94.081 41.9427 94.0705 41.9418 94.0595Z" fill="#FAF8F9"/><path d="M50.8984 91.0839C50.8984 87.5199 50.8979 83.9559 50.8979 80.3915C51.4891 80.3846 52.0802 80.3777 52.6713 80.3713C52.674 80.4244 52.6795 80.4774 52.6795 80.5304C52.6799 83.998 52.6799 87.4655 52.6795 90.9325C52.6795 90.9856 52.6745 91.0386 52.6717 91.0916C52.0806 91.0893 51.4895 91.0866 50.8984 91.0839Z" fill="#A5C0EB"/><path d="M52.6713 80.371C52.0802 80.3779 51.4891 80.3848 50.898 80.3912C50.7993 80.3884 50.7005 80.3829 50.6018 80.3829C46.9701 80.3825 43.3385 80.3829 39.7069 80.3811C39.6104 80.3811 39.5085 80.409 39.4175 80.3491C43.115 80.3477 46.8124 80.3464 50.5099 80.3454C50.5785 80.3454 50.6475 80.34 50.7152 80.3464C50.8537 80.3601 50.8976 80.3029 50.9008 80.164C50.9136 79.619 50.5337 79.1088 49.9343 78.8889C49.6468 78.7833 49.3501 78.7225 49.0424 78.7481C48.8527 78.7641 48.7901 78.6883 48.7915 78.499C48.7988 77.624 48.7947 76.749 48.7947 75.874C49.0246 75.869 49.2541 75.8644 49.484 75.8594C49.8475 75.8644 50.2109 75.869 50.5748 75.874C50.5748 76.4678 50.578 77.0617 50.5716 77.6551C50.5702 77.7858 50.5945 77.8261 50.7403 77.8398C51.5627 77.917 52.3239 78.6279 52.5881 79.5381C52.6672 79.8124 52.702 80.0881 52.6713 80.371Z" fill="#DED8E9"/><path d="M50.8988 91.0845C51.4899 91.0872 52.081 91.09 52.6721 91.0922C52.6721 91.5691 52.7316 92.0491 52.6319 92.5218C52.4472 93.3968 51.5996 94.0921 50.7096 94.1003C50.1779 94.1054 49.6467 94.0953 49.115 94.0921C49.6229 94.002 50.0618 93.7876 50.4019 93.3885C50.7018 93.0365 50.8952 92.6438 50.8974 92.172C50.8988 91.8904 50.8915 91.6084 50.9006 91.3272C50.9057 91.1786 50.8558 91.127 50.7054 91.1302C50.31 91.1384 49.9141 91.1329 49.5182 91.1329C47.0368 91.1338 44.5553 91.1343 42.0739 91.1352C42.0652 91.1274 42.0588 91.1183 42.0547 91.1069C42.1607 91.1028 42.2668 91.0954 42.3729 91.0954C45.1163 91.095 47.8596 91.095 50.603 91.0945C50.7018 91.095 50.8005 91.0881 50.8988 91.0845Z" fill="#DED7E7"/><path d="M50.5742 75.8754C50.2107 75.8703 49.8473 75.8658 49.4834 75.8607C49.8043 75.7076 49.9168 75.4548 49.8967 75.1028C49.8734 74.6932 49.8912 74.2813 49.8912 73.8703C49.8912 73.4502 49.8775 73.415 49.6023 73.1425C49.914 73.0881 50.2258 73.1768 50.5262 73.0917C50.5417 73.0872 50.5573 73.0826 50.5728 73.0785C50.7899 73.1137 51.0117 73.0579 51.2288 73.1196C51.5059 73.1987 51.67 73.3898 51.6718 73.6746C51.6755 74.2136 51.6759 74.7526 51.6718 75.2916C51.6695 75.6189 51.4263 75.8589 51.0972 75.8681C50.923 75.8731 50.7488 75.8731 50.5742 75.8754Z" fill="#1FCB92"/><path d="M41.9421 94.0599C41.9435 94.071 41.943 94.0816 41.9407 94.0922L41.9191 94.1005L41.8965 94.0959C41.9117 94.0839 41.9269 94.0719 41.9421 94.0599Z" fill="#DED7E7"/><path fill-rule="evenodd" clip-rule="evenodd" d="M41.8631 90.7875L41.9505 90.9338L42.0542 91.1073C42.0913 91.106 42.1283 91.1043 42.1653 91.1026L42.1654 91.1026C42.2347 91.0994 42.3039 91.0962 42.3733 91.0959C43.745 91.0956 45.1167 91.0955 46.4884 91.0954C47.8601 91.0953 49.2318 91.0952 50.6035 91.095C50.6705 91.095 50.7378 91.0918 50.805 91.0886H50.805H50.805H50.805H50.8051C50.8363 91.0871 50.8676 91.0856 50.8988 91.0844C50.8988 89.3022 50.8987 87.52 50.8986 85.7379V85.7377V85.7376V85.7374V85.7372C50.8985 83.9555 50.8983 82.1737 50.8983 80.392C50.8654 80.3911 50.8325 80.3899 50.7996 80.3887C50.7338 80.3862 50.6679 80.3838 50.6021 80.3838C49.6952 80.3837 48.7884 80.3836 47.8815 80.3835C45.1567 80.3833 42.4319 80.383 39.7072 80.382C39.684 80.382 39.6605 80.3836 39.6369 80.3852C39.5624 80.3903 39.4869 80.3955 39.4178 80.35C39.4091 80.3532 39.4018 80.3573 39.3949 80.3632C39.3936 80.3936 39.3917 80.4239 39.3899 80.4543L39.3899 80.4543L39.3899 80.4543L39.3899 80.4543L39.3899 80.4543C39.3862 80.5147 39.3826 80.5751 39.3826 80.6357C39.3812 82.3116 39.3806 83.9878 39.38 85.6641V85.6642V85.6644V85.6646C39.3798 86.2232 39.3796 86.7818 39.3794 87.3403C39.9038 87.563 40.2635 87.9465 40.5241 88.4499C40.6442 88.6822 40.7766 88.9079 40.909 89.1336L40.909 89.1336C41.0634 89.3968 41.2178 89.6601 41.3529 89.9342C41.5232 90.2185 41.6932 90.5031 41.8631 90.7875ZM45.9044 81.7685C45.9323 81.7619 45.9597 81.7586 45.9861 81.7585C45.9595 81.7586 45.932 81.7619 45.9039 81.7685C45.6941 81.8184 45.6232 81.9724 45.6241 82.1791C45.6265 82.7372 45.6259 83.2953 45.6252 83.8536L45.6252 83.8601C45.6249 84.044 45.6247 84.2279 45.6246 84.4118L45.6251 84.4118C45.6252 84.226 45.6254 84.0401 45.6256 83.8543V83.8542C45.6263 83.2958 45.627 82.7373 45.6246 82.1791C45.6237 81.9724 45.6945 81.8184 45.9044 81.7685ZM46.3304 83.1749V83.1748C46.7226 82.8628 47.1384 82.6005 47.6521 82.543C47.7406 82.8806 47.6752 83.1812 47.5361 83.4632C47.6748 83.1815 47.7402 82.8812 47.6521 82.5434C47.1384 82.6006 46.7225 82.8628 46.3304 83.1749ZM47.2038 84.6966L47.2041 84.6967C47.3752 84.6351 47.5435 84.5675 47.6964 84.4676C47.5438 84.5672 47.3751 84.6349 47.2038 84.6966ZM48.6575 82.7946C48.657 82.7834 48.6565 82.7723 48.6558 82.7614C48.6514 82.6913 48.6387 82.6285 48.5626 82.5925C48.5556 82.5891 48.548 82.586 48.5399 82.5832L48.6575 82.7946ZM46.0278 89.3509C47.3892 89.3481 48.47 88.1783 48.4689 86.8721C48.4705 88.1786 47.3895 89.349 46.0278 89.3518C45.7384 89.3523 45.4532 89.3441 45.1862 89.2138C44.2857 88.9198 43.6644 88.165 43.5215 87.2504C43.6644 88.1651 44.2858 88.9194 45.1862 89.2133C45.4532 89.3436 45.7384 89.3519 46.0278 89.3509ZM45.6576 84.5345C45.888 84.6606 46.118 84.7865 46.3116 84.97C46.1181 84.7869 45.8885 84.6611 45.6589 84.5353L45.6589 84.5353L45.6588 84.5352C45.6059 84.5063 45.5531 84.4773 45.5006 84.4476C45.5527 84.477 45.6052 84.5058 45.6576 84.5345Z" fill="#B1CDFB"/><path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd" d="M45.3558 85.1018V86.599C45.3558 87.2417 44.8341 87.7635 44.1913 87.7635C43.5486 87.7635 43.0269 87.2417 43.0269 86.599V83.9373C43.0269 83.2946 43.5486 82.7728 44.1913 82.7728H46.853C47.4957 82.7728 48.0175 83.2946 48.0175 83.9373C48.0175 84.58 47.4957 85.1018 46.853 85.1018H45.3558Z" fill="#FAF7F9"/><path opacity="0.6" fill-rule="evenodd" clip-rule="evenodd" d="M46.3539 86.0998V87.597C46.3539 88.2398 45.8321 88.7615 45.1894 88.7615C44.5467 88.7615 44.0249 88.2398 44.0249 87.597V84.9354C44.0249 84.2926 44.5467 83.7709 45.1894 83.7709H47.8511C48.4938 83.7709 49.0155 84.2926 49.0155 84.9354C49.0155 85.5781 48.4938 86.0998 47.8511 86.0998H46.3539Z" fill="#FAF7F9"/><path d="M87.8002 39L101.56 52.7594L115.518 67.117L97.594 67.4904C91.7338 67.6125 86.9743 62.7864 87.1777 56.9285L87.8002 39Z" fill="#A3B8B0"/></g><path d="M55 154C55 158.01 54.1243 161.819 52.5518 165.241C48.2901 174.542 38.8985 181 28 181C17.1015 181 7.70986 174.542 3.44824 165.241C1.87568 161.819 1 158.01 1 154C1 139.088 13.088 127 28 127C42.912 127 55 139.088 55 154Z" fill="#34D399"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.9998 143.333C28.7362 143.333 29.3332 143.93 29.3332 144.667V163.333C29.3332 164.07 28.7362 164.667 27.9998 164.667C27.2635 164.667 26.6665 164.07 26.6665 163.333V144.667C26.6665 143.93 27.2635 143.333 27.9998 143.333Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.724 153.057C18.2447 152.536 19.0889 152.536 19.6096 153.057L28.0002 161.448L36.3907 153.057C36.9114 152.536 37.7556 152.536 38.2763 153.057C38.797 153.578 38.797 154.422 38.2763 154.943L28.943 164.276C28.4223 164.797 27.5781 164.797 27.0574 164.276L17.724 154.943C17.2033 154.422 17.2033 153.578 17.724 153.057Z" fill="white"/>',
78
+ xmlns: 'http://www.w3.org/2000/svg'
79
+ }, {
80
+ name: 'illust-incomplete-prescription',
81
+ width: 166,
82
+ height: 191,
83
+ viewBox: '0 0 166 191',
84
+ html: '<path d="M157 106C157 116.99 154.6 127.43 150.29 136.81C138.61 162.3 112.87 180 83 180C53.13 180 27.39 162.3 15.71 136.81C11.4 127.43 9 116.99 9 106C9 65.13 42.13 32 83 32C123.87 32 157 65.13 157 106Z" fill="#EAEFED"/><g filter="url(#filter0_d_3271_3494)"><path d="M148.012 50H20.359C18.512 50 17 51.8 17 54V158C17 160.2 18.512 162 20.36 162H148.012C149.86 162 151.372 160.2 151.372 158V54C151.372 51.8 149.86 50 148.012 50Z" fill="white"/></g><path d="M54 154C54 158.01 53.1243 161.819 51.5518 165.241C47.2901 174.542 37.8985 181 27 181C16.1015 181 6.70986 174.542 2.44824 165.241C0.875676 161.819 0 158.01 0 154C0 139.088 12.088 127 27 127C41.912 127 54 139.088 54 154Z" fill="#FB923C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.0375 141.044C25.6365 140.707 26.3124 140.53 26.9999 140.53C27.6873 140.53 28.3632 140.707 28.9623 141.044C29.5613 141.381 30.0633 141.867 30.4199 142.455L30.4237 142.461L41.717 161.315L41.7279 161.333C42.0771 161.938 42.2619 162.624 42.2639 163.322C42.2658 164.021 42.0849 164.708 41.739 165.314C41.3931 165.921 40.8944 166.427 40.2924 166.781C39.6905 167.135 39.0063 167.326 38.3078 167.333L38.2932 167.333L15.6919 167.333C14.9935 167.326 14.3093 167.135 13.7073 166.781C13.1053 166.427 12.6066 165.921 12.2607 165.314C11.9149 164.708 11.7339 164.021 11.7359 163.322C11.7378 162.624 11.9226 161.938 12.2719 161.333L12.2827 161.315L23.576 142.461L24.7198 143.147L23.5799 142.455C23.9364 141.867 24.4384 141.381 25.0375 141.044ZM25.8615 143.836L14.5768 162.674C14.4632 162.874 14.4032 163.1 14.4025 163.33C14.4019 163.563 14.4622 163.791 14.5775 163.994C14.6928 164.196 14.859 164.365 15.0597 164.483C15.2586 164.6 15.4844 164.663 15.7151 164.667H38.2847C38.5153 164.663 38.7412 164.6 38.9401 164.483C39.1407 164.365 39.307 164.196 39.4223 163.994C39.5376 163.791 39.5979 163.563 39.5972 163.33C39.5966 163.1 39.5365 162.874 39.423 162.674L28.1399 143.838C28.1393 143.837 28.1388 143.836 28.1383 143.836C28.0195 143.641 27.8528 143.48 27.654 143.368C27.4543 143.255 27.229 143.196 26.9999 143.196C26.7707 143.196 26.5454 143.255 26.3457 143.368C26.147 143.48 25.9802 143.641 25.8615 143.836Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M26.9998 148.667C27.7362 148.667 28.3332 149.264 28.3332 150V155.333C28.3332 156.07 27.7362 156.667 26.9998 156.667C26.2635 156.667 25.6665 156.07 25.6665 155.333V150C25.6665 149.264 26.2635 148.667 26.9998 148.667Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.6665 160.667C25.6665 159.93 26.2635 159.333 26.9998 159.333H27.0132C27.7495 159.333 28.3465 159.93 28.3465 160.667C28.3465 161.403 27.7495 162 27.0132 162H26.9998C26.2635 162 25.6665 161.403 25.6665 160.667Z" fill="white"/><path d="M36 69C36 67.3431 37.3431 66 39 66H105C106.657 66 108 67.3431 108 69V69C108 70.6569 106.657 72 105 72H39C37.3431 72 36 70.6569 36 69V69Z" fill="#EAEFED"/><path d="M36 88C36 86.3431 37.3431 85 39 85H127C128.657 85 130 86.3431 130 88V88C130 89.6569 128.657 91 127 91H39C37.3431 91 36 89.6569 36 88V88Z" fill="#EAEFED"/><path d="M36 109C36 107.343 37.3431 106 39 106H127C128.657 106 130 107.343 130 109V109C130 110.657 128.657 112 127 112H39C37.3431 112 36 110.657 36 109V109Z" fill="#EAEFED"/><path fill-rule="evenodd" clip-rule="evenodd" d="M89.8572 138.217C89.5843 137.936 89.3692 137.604 89.2228 137.241C89.0755 136.875 89 136.484 89 136.09C89 135.696 89.0755 135.305 89.2228 134.94C89.3701 134.574 89.5869 134.24 89.8621 133.958L89.8692 133.951L89.8764 133.944C95.6402 128.268 98.9162 125.478 100.917 124.161C101.916 123.504 102.681 123.155 103.34 123.042C104.066 122.917 104.559 123.098 104.876 123.215L104.883 123.218L104.891 123.221C105.415 123.424 105.877 123.759 106.236 124.191C106.596 124.622 106.842 125.138 106.955 125.689L106.96 125.713L106.964 125.736C107.072 126.433 107.191 128.46 107.283 130.83C107.347 132.492 107.4 134.364 107.426 136.148L111.732 132.076C112.215 131.608 112.845 131.322 113.518 131.276L126.801 130.064C127.193 130.032 127.587 130.08 127.96 130.204C128.333 130.329 128.677 130.528 128.972 130.788C129.267 131.047 129.507 131.363 129.682 131.715C129.856 132.067 129.96 132.45 129.991 132.842C130.021 133.234 129.977 133.628 129.859 134.003C129.742 134.378 129.554 134.727 129.304 135.031C129.054 135.334 128.747 135.585 128.399 135.769C128.054 135.951 127.676 136.063 127.287 136.096L114.933 137.314L106.616 145.166C106.096 145.646 105.426 145.927 104.721 145.955C104.363 146.022 103.994 146.014 103.637 145.931L103.56 145.913L103.487 145.883C102.945 145.661 102.484 145.28 102.159 144.793C101.836 144.307 101.661 143.737 101.654 143.153C101.618 140.857 101.538 138.404 101.463 136.114C101.409 134.443 101.358 132.858 101.328 131.486C99.201 133.257 96.4615 135.836 94.0256 138.227C93.7586 138.504 93.4397 138.727 93.086 138.881C92.7261 139.037 92.3383 139.118 91.9458 139.118C91.5533 139.118 91.1655 139.037 90.8056 138.881C90.4479 138.726 90.1259 138.499 89.8572 138.217Z" fill="#709085"/><defs><filter id="filter0_d_3271_3494" x="11" y="46" width="146.372" height="124" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="3"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3271_3494"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3271_3494" result="shape"/></filter></defs>',
85
+ xmlns: 'http://www.w3.org/2000/svg'
86
+ }, {
87
+ name: 'illust-order-canceled',
88
+ width: 176,
89
+ height: 192,
90
+ viewBox: '0 0 176 192',
91
+ html: '<path d="M175.876 108.347C175.876 120.623 173.185 132.284 168.35 142.761C155.25 171.232 126.379 191.002 92.8765 191.002C59.3736 191.002 30.5031 171.232 17.4025 142.761C12.5684 132.284 9.87646 120.623 9.87646 108.347C9.87646 62.6972 47.0358 25.6924 92.8765 25.6924C138.717 25.6924 175.876 62.6972 175.876 108.347Z" fill="#EAEFED"/><mask id="mask0_3287_4118" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="10" y="11" width="166" height="180"><path d="M10 11H176V108.5C176 154.063 138.563 191 93 191V191C47.4365 191 10 154.063 10 108.5V11Z" fill="#C4C4C4"/></mask><g mask="url(#mask0_3287_4118)"><g filter="url(#filter0_d_3287_4118)"><path d="M22.5713 81.1386C22.5689 80.4619 22.9572 79.8447 23.5682 79.5539L91.6033 47.1697C92.0778 46.9439 92.6287 46.9434 93.1036 47.1685L161.431 79.5565C162.041 79.8458 162.43 80.4608 162.43 81.1363V161.678C162.43 162.353 162.042 162.967 161.433 163.257L93.3959 195.642C92.9206 195.868 92.3685 195.868 91.8932 195.642L23.8518 163.255C23.2448 162.966 22.8573 162.355 22.8549 161.683L22.5713 81.1386Z" fill="#FFE17D"/></g><path d="M92.5 114.413L161.59 80.1561C161.977 79.9641 162.431 80.2459 162.431 80.6782V161.677C162.431 162.352 162.043 162.967 161.433 163.257L92.5 196V114.413Z" fill="#FFD164"/><path d="M92.5 114.366L23.4029 81.3038C23.016 81.1187 22.5686 81.4006 22.5686 81.8295V161.437C22.5686 162.11 22.955 162.724 23.5622 163.014L92.5 196V114.366Z" fill="#FFC350"/><path d="M120.181 101.301L138.829 92.2683V119.071C138.829 119.965 138.318 120.78 137.514 121.169L122.691 128.349C121.53 128.911 120.181 128.066 120.181 126.776V101.301Z" fill="#FB923C"/><path d="M68.6067 58.1766L138.83 92.2682L120.181 101.301L50.104 67.2094L68.6067 58.1766Z" fill="#FBAE6E"/><path d="M99.0316 169.141C98.4619 167.987 98.9359 166.589 100.09 166.019L120.327 156.032C121.481 155.462 122.879 155.936 123.449 157.09V157.09C124.019 158.245 123.545 159.643 122.39 160.212L102.154 170.2C100.999 170.77 99.6014 170.296 99.0316 169.141V169.141Z" fill="#FFF6D8"/><path d="M99.0316 180.354C98.4619 179.2 98.9359 177.802 100.09 177.233L110.628 172.032C111.783 171.462 113.181 171.936 113.75 173.09V173.09C114.32 174.245 113.846 175.643 112.692 176.212L102.154 181.413C100.999 181.983 99.6014 181.509 99.0316 180.354V180.354Z" fill="#FFE17D"/></g><path d="M54 154C54 158.01 53.1243 161.819 51.5518 165.241C47.2901 174.542 37.8985 181 27 181C16.1015 181 6.70986 174.542 2.44824 165.241C0.875676 161.819 0 158.01 0 154C0 139.088 12.088 127 27 127C41.912 127 54 139.088 54 154Z" fill="#F64F77"/><path fill-rule="evenodd" clip-rule="evenodd" d="M35.9426 145.057C36.4633 145.578 36.4633 146.422 35.9426 146.943L19.9426 162.943C19.4219 163.463 18.5777 163.463 18.057 162.943C17.5363 162.422 17.5363 161.578 18.057 161.057L34.057 145.057C34.5777 144.536 35.4219 144.536 35.9426 145.057Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.057 145.057C18.5777 144.536 19.4219 144.536 19.9426 145.057L35.9426 161.057C36.4633 161.578 36.4633 162.422 35.9426 162.943C35.4219 163.463 34.5777 163.463 34.057 162.943L18.057 146.943C17.5363 146.422 17.5363 145.578 18.057 145.057Z" fill="white"/><defs><filter id="filter0_d_3287_4118" x="18.5713" y="45" width="147.859" height="156.812" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="2"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3287_4118"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3287_4118" result="shape"/></filter></defs>',
92
+ xmlns: 'http://www.w3.org/2000/svg'
93
+ }, {
94
+ name: 'illust-order-error',
95
+ width: 167,
96
+ height: 192,
97
+ viewBox: '0 0 167 192',
98
+ html: '<path d="M166.876 108.347C166.876 120.623 164.185 132.284 159.35 142.761C146.25 171.232 117.379 191.002 83.8765 191.002C50.3736 191.002 21.5031 171.232 8.40255 142.761C3.56836 132.284 0.876465 120.623 0.876465 108.347C0.876465 62.6972 38.0358 25.6924 83.8765 25.6924C129.717 25.6924 166.876 62.6972 166.876 108.347Z" fill="#EAEFED"/><mask id="mask0_3271_3486" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="0" width="166" height="192"><path d="M167 45.2368C167 57.5122 164.308 132.282 159.474 142.759C146.373 171.23 117.503 191 84 191C50.4972 191 21.6266 171.23 8.52608 142.759C3.69189 132.282 1 57.5122 1 45.2368C1 -0.413274 38.1593 0.000130822 84 0.000130822C129.841 0.000130822 167 -0.413274 167 45.2368Z" fill="#F0F1F2"/></mask><g mask="url(#mask0_3271_3486)"><g filter="url(#filter0_d_3271_3486)"><path d="M21 21.9182C21 20.9163 21.8143 20.1054 22.8204 20.1054H144.801C145.807 20.1054 146.622 20.9163 146.622 21.9182V189.689C146.622 190.691 145.807 191.502 144.801 191.502H22.8204C21.8143 191.502 21 190.691 21 189.689V21.9182Z" fill="#F64F77"/><path d="M26.5 15L31.2631 21H21.7369L26.5 15Z" fill="#F64F77"/><path d="M34.5 15L39.2631 21H29.7369L34.5 15Z" fill="#F64F77"/><path d="M43 15L48.1962 21H37.8038L43 15Z" fill="#F64F77"/><path d="M51.5 15L56.2631 21H46.7369L51.5 15Z" fill="#F64F77"/><path d="M59.5 15L64.2631 21H54.7369L59.5 15Z" fill="#F64F77"/><path d="M67.5 15L72.2631 21H62.7369L67.5 15Z" fill="#F64F77"/><path d="M75.5 15L80.2631 21H70.7369L75.5 15Z" fill="#F64F77"/><path d="M84 15L89.1962 21H78.8038L84 15Z" fill="#F64F77"/><path d="M92.5 15L97.2631 21H87.7369L92.5 15Z" fill="#F64F77"/><path d="M100.5 15L105.263 21H95.7369L100.5 15Z" fill="#F64F77"/><path d="M108.5 15L113.263 21H103.737L108.5 15Z" fill="#F64F77"/><path d="M116.5 15L121.263 21H111.737L116.5 15Z" fill="#F64F77"/><path d="M125 15L130.196 21H119.804L125 15Z" fill="#F64F77"/><path d="M133.5 15L138.263 21H128.737L133.5 15Z" fill="#F64F77"/><path d="M141.5 15L146.263 21H136.737L141.5 15Z" fill="#F64F77"/><path d="M21 20H146.627V23H21V20Z" fill="#F64F77"/><path fill-rule="evenodd" clip-rule="evenodd" d="M54.6665 52C54.6665 50.4352 55.935 49.1666 57.4998 49.1666H108.5C110.065 49.1666 111.333 50.4352 111.333 52C111.333 53.5648 110.065 54.8333 108.5 54.8333H57.4998C55.935 54.8333 54.6665 53.5648 54.6665 52Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M77.3335 43.5C76.582 43.5 75.8614 43.7985 75.33 44.3298C74.7987 44.8612 74.5002 45.5819 74.5002 46.3333V49.1666H91.5002V46.3333C91.5002 45.5819 91.2016 44.8612 90.6703 44.3298C90.1389 43.7985 89.4183 43.5 88.6668 43.5H77.3335ZM97.1668 49.1666V46.3333C97.1668 44.079 96.2713 41.917 94.6772 40.3229C93.0832 38.7288 90.9212 37.8333 88.6668 37.8333H77.3335C75.0792 37.8333 72.9171 38.7288 71.3231 40.3229C69.729 41.917 68.8335 44.079 68.8335 46.3333V49.1666H63.1668C61.602 49.1666 60.3335 50.4352 60.3335 52V91.6666C60.3335 93.921 61.229 96.083 62.8231 97.6771C64.4171 99.2711 66.5792 100.167 68.8335 100.167H97.1668C99.4212 100.167 101.583 99.2711 103.177 97.6771C104.771 96.083 105.667 93.921 105.667 91.6666V52C105.667 50.4352 104.398 49.1666 102.833 49.1666H97.1668ZM66.0002 54.8333V91.6666C66.0002 92.4181 66.2987 93.1388 66.83 93.6701C67.3614 94.2015 68.082 94.5 68.8335 94.5H97.1668C97.9183 94.5 98.6389 94.2015 99.1703 93.6701C99.7016 93.1388 100 92.4181 100 91.6666V54.8333H66.0002Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M88.6668 63.3334C90.2316 63.3334 91.5002 64.6019 91.5002 66.1667V83.1667C91.5002 84.7315 90.2316 86 88.6668 86C87.102 86 85.8335 84.7315 85.8335 83.1667V66.1667C85.8335 64.6019 87.102 63.3334 88.6668 63.3334Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M77.3333 63.3334C78.8981 63.3334 80.1667 64.6019 80.1667 66.1667V83.1667C80.1667 84.7315 78.8981 86 77.3333 86C75.7685 86 74.5 84.7315 74.5 83.1667V66.1667C74.5 64.6019 75.7685 63.3334 77.3333 63.3334Z" fill="white"/><path d="M21.0684 118.074H146.69V189.689C146.69 190.691 145.876 191.502 144.87 191.502H22.8888C21.8827 191.502 21.0684 190.691 21.0684 189.689V118.074Z" fill="white"/><path d="M87.2436 130.684H35.649C34.4096 130.684 33.4058 131.684 33.4058 132.918C33.4058 134.152 34.4096 135.152 35.649 135.152H87.2436C88.483 135.152 89.4868 134.152 89.4868 132.918C89.4868 131.684 88.4819 130.684 87.2436 130.684Z" fill="#EAEFED"/><path d="M72.6625 147.439H39.0139C35.9171 147.439 33.4058 149.94 33.4058 153.024C33.4058 156.107 35.9171 158.608 39.0139 158.608H72.6625C75.7593 158.608 78.2706 156.107 78.2706 153.024C78.2706 149.94 75.7593 147.439 72.6625 147.439Z" fill="#F64F77"/></g></g><defs><filter id="filter0_d_3271_3486" x="11" y="7" width="145.69" height="196.502" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="5"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3271_3486"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3271_3486" result="shape"/></filter></defs>',
99
+ xmlns: 'http://www.w3.org/2000/svg'
100
+ }, {
101
+ name: 'illust-order-success',
102
+ width: 167,
103
+ height: 192,
104
+ viewBox: '0 0 167 192',
105
+ html: '<path d="M166.876 108.347C166.876 120.623 164.185 132.284 159.35 142.761C146.25 171.232 117.379 191.002 83.8765 191.002C50.3736 191.002 21.5031 171.232 8.40255 142.761C3.56836 132.284 0.876465 120.623 0.876465 108.347C0.876465 62.6972 38.0358 25.6924 83.8765 25.6924C129.717 25.6924 166.876 62.6972 166.876 108.347Z" fill="#EAEFED"/><mask id="mask0_3271_3485" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="0" width="166" height="192"><path d="M167 45.2368C167 57.5122 164.308 132.282 159.474 142.759C146.373 171.23 117.503 191 84 191C50.4972 191 21.6266 171.23 8.52608 142.759C3.69189 132.282 1 57.5122 1 45.2368C1 -0.413274 38.1593 0.000130822 84 0.000130822C129.841 0.000130822 167 -0.413274 167 45.2368Z" fill="#F0F1F2"/></mask><g mask="url(#mask0_3271_3485)"><g filter="url(#filter0_d_3271_3485)"><path d="M21 21.9182C21 20.9163 21.8143 20.1054 22.8204 20.1054H144.801C145.807 20.1054 146.622 20.9163 146.622 21.9182V189.689C146.622 190.691 145.807 191.502 144.801 191.502H22.8204C21.8143 191.502 21 190.691 21 189.689V21.9182Z" fill="#1DD195"/><path d="M26.5 15L31.2631 21H21.7369L26.5 15Z" fill="#1DD195"/><path d="M34.5 15L39.2631 21H29.7369L34.5 15Z" fill="#1DD195"/><path d="M43 15L48.1962 21H37.8038L43 15Z" fill="#1DD195"/><path d="M51.5 15L56.2631 21H46.7369L51.5 15Z" fill="#1DD195"/><path d="M59.5 15L64.2631 21H54.7369L59.5 15Z" fill="#1DD195"/><path d="M67.5 15L72.2631 21H62.7369L67.5 15Z" fill="#1DD195"/><path d="M75.5 15L80.2631 21H70.7369L75.5 15Z" fill="#1DD195"/><path d="M84 15L89.1962 21H78.8038L84 15Z" fill="#1DD195"/><path d="M92.5 15L97.2631 21H87.7369L92.5 15Z" fill="#1DD195"/><path d="M100.5 15L105.263 21H95.7369L100.5 15Z" fill="#1DD195"/><path d="M108.5 15L113.263 21H103.737L108.5 15Z" fill="#1DD195"/><path d="M116.5 15L121.263 21H111.737L116.5 15Z" fill="#1DD195"/><path d="M125 15L130.196 21H119.804L125 15Z" fill="#1DD195"/><path d="M133.5 15L138.263 21H128.737L133.5 15Z" fill="#1DD195"/><path d="M141.5 15L146.263 21H136.737L141.5 15Z" fill="#1DD195"/><path d="M21 20H146.627V23H21V20Z" fill="#1DD195"/><path fill-rule="evenodd" clip-rule="evenodd" d="M93.3787 45.6914C88.3559 43.4534 82.7441 42.8989 77.3804 44.1108C72.0168 45.3226 67.1885 48.2358 63.6158 52.4159C60.043 56.596 57.9173 61.819 57.5554 67.306C57.1936 72.793 58.6152 78.2499 61.6081 82.8629C64.601 87.476 69.005 90.9979 74.1631 92.9036C79.3212 94.8092 84.9571 94.9965 90.2303 93.4373C95.5035 91.8782 100.131 88.6563 103.424 84.2521C106.716 79.8478 108.497 74.4973 108.5 68.9984V66.3934C108.5 64.8286 109.769 63.56 111.334 63.56C112.898 63.56 114.167 64.8286 114.167 66.3934V69C114.163 75.7209 111.987 82.262 107.963 87.645C103.938 93.0279 98.2821 96.9659 91.837 98.8715C85.392 100.777 78.5036 100.548 72.1993 98.2191C65.8949 95.89 60.5123 91.5853 56.8543 85.9472C53.1963 80.309 51.4588 73.6394 51.9011 66.9332C52.3433 60.2269 54.9415 53.8432 59.3081 48.7342C63.6748 43.6252 69.576 40.0646 76.1316 38.5834C82.6872 37.1023 89.546 37.7799 95.685 40.5153C97.1144 41.1522 97.7568 42.8272 97.1199 44.2565C96.483 45.6859 94.808 46.3283 93.3787 45.6914Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M113.336 44.3289C114.443 45.4348 114.444 47.2288 113.338 48.3358L85.0043 76.6975C84.473 77.2293 83.7522 77.5281 83.0005 77.5283C82.2489 77.5285 81.5279 77.23 80.9964 76.6985L72.4964 68.1985C71.3899 67.092 71.3899 65.298 72.4964 64.1915C73.6029 63.085 75.3968 63.085 76.5033 64.1915L82.9988 70.6871L109.329 44.3309C110.435 43.2238 112.229 43.2229 113.336 44.3289Z" fill="white"/><path d="M21.0684 118.074H146.69V189.689C146.69 190.691 145.876 191.502 144.87 191.502H22.8888C21.8827 191.502 21.0684 190.691 21.0684 189.689V118.074Z" fill="white"/><path d="M87.2436 130.684H35.649C34.4096 130.684 33.4058 131.684 33.4058 132.918C33.4058 134.152 34.4096 135.152 35.649 135.152H87.2436C88.483 135.152 89.4868 134.152 89.4868 132.918C89.4868 131.684 88.4819 130.684 87.2436 130.684Z" fill="#EAEFED"/><path d="M72.6625 147.439H39.0139C35.9171 147.439 33.4058 149.94 33.4058 153.024C33.4058 156.107 35.9171 158.608 39.0139 158.608H72.6625C75.7593 158.608 78.2706 156.107 78.2706 153.024C78.2706 149.94 75.7593 147.439 72.6625 147.439Z" fill="#1DD195"/></g></g><defs><filter id="filter0_d_3271_3485" x="11" y="7" width="145.69" height="196.502" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="5"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3271_3485"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3271_3485" result="shape"/></filter></defs>',
106
+ xmlns: 'http://www.w3.org/2000/svg'
107
+ }, {
108
+ name: 'illust-order-withdrawal',
109
+ width: 167,
110
+ height: 192,
111
+ viewBox: '0 0 167 192',
112
+ html: '<path d="M166.876 108.347C166.876 120.623 164.185 132.284 159.35 142.761C146.25 171.232 117.379 191.002 83.8765 191.002C50.3736 191.002 21.5031 171.232 8.40255 142.761C3.56836 132.284 0.876465 120.623 0.876465 108.347C0.876465 62.6972 38.0358 25.6924 83.8765 25.6924C129.717 25.6924 166.876 62.6972 166.876 108.347Z" fill="#EAEFED"/><mask id="mask0_3287_4120" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="11" width="166" height="180"><path d="M1 11H167V108.5C167 154.063 129.563 191 84 191V191C38.4365 191 1 154.063 1 108.5V11Z" fill="#C4C4C4"/></mask><g mask="url(#mask0_3287_4120)"><g filter="url(#filter0_d_3287_4120)"><path d="M41.01 101.835C27.8076 101.835 32.3656 104.507 22.4638 104.979C17.1091 104.979 5.74702 98.6467 -1.26275 94.2377C-3.04421 93.1172 -5.26382 92.9199 -7.18882 93.7705C-9.41825 94.7556 -10.8564 96.9634 -10.8564 99.4008V133.313C-10.8564 135.694 -9.51104 137.871 -7.38116 138.936L44.19 164.722C47.1427 166.198 50.734 165.052 52.2851 162.137L52.5271 161.683C53.7745 159.339 53.1598 156.438 51.0689 154.802L56.7902 157.908C59.7054 159.49 63.3516 158.407 64.9299 155.489C66.285 152.984 65.6925 149.872 63.5118 148.04L63.3282 147.886L69.2551 151.225C72.1386 152.85 75.7935 151.815 77.397 148.919L77.5464 148.65C79.0023 146.021 78.1407 142.713 75.5876 141.128L81.3901 144.07C84.3226 145.557 87.904 144.327 89.3039 141.352C90.6711 138.447 89.4386 134.986 86.5387 133.608C76.5275 128.85 62.2726 122.094 55.4013 118.897C54.0946 118.289 53.9738 116.565 55.3235 116.06C57.8414 115.116 60.8646 114.73 63.6875 114.645C67.4768 114.53 70.8724 111.623 70.8724 107.832C70.8724 104.366 68.0289 101.574 64.563 101.626C57.9007 101.726 48.627 101.835 41.01 101.835Z" fill="#FCAD97"/><path d="M8.94678 48.7113C8.94678 44.5448 12.3244 41.1671 16.491 41.1671H138.456C142.622 41.1671 146 44.5448 146 48.7113V147.415C146 151.581 142.622 154.959 138.456 154.959H16.491C12.3244 154.959 8.94678 151.581 8.94678 147.415V48.7113Z" fill="#FFD164"/><path d="M102.306 130.018C102.306 128.689 103.384 127.611 104.713 127.611H128.011C129.34 127.611 130.418 128.689 130.418 130.018V130.018C130.418 131.347 129.34 132.424 128.011 132.424H104.713C103.384 132.424 102.306 131.347 102.306 130.018V130.018Z" fill="#FFF6D8"/><path d="M102.883 139.86C102.883 138.531 103.961 137.454 105.29 137.454H117.422C118.751 137.454 119.829 138.531 119.829 139.86V139.86C119.829 141.19 118.751 142.267 117.422 142.267H105.29C103.961 142.267 102.883 141.19 102.883 139.86V139.86Z" fill="#FFE17D"/><path d="M59.8701 41.1671H94.4477V72.6013C94.4477 76.7678 91.0701 80.1455 86.9035 80.1455H67.4143C63.2478 80.1455 59.8701 76.7678 59.8701 72.6013V41.1671Z" fill="#FB923C"/><path d="M37.8664 114.409C24.664 114.409 29.222 117.081 19.3202 117.552C13.9655 117.552 2.60346 111.22 -4.40631 106.811C-6.18776 105.691 -8.40738 105.494 -10.3324 106.344C-12.5618 107.329 -14 109.537 -14 111.974V145.887C-14 148.268 -12.6546 150.445 -10.5247 151.51L41.0464 177.295C43.9991 178.772 47.5905 177.625 49.1415 174.711L49.3835 174.257C50.631 171.913 50.0162 169.012 47.9253 167.375L53.6466 170.481C56.5618 172.064 60.208 170.98 61.7863 168.063C63.1414 165.558 62.5489 162.446 60.3682 160.614L60.1847 160.46L66.1115 163.799C68.9951 165.423 72.6499 164.388 74.2535 161.493L74.4028 161.223C75.8587 158.595 74.9971 155.286 72.444 153.701L78.2466 156.644C81.1791 158.13 84.7604 156.9 86.1604 153.925C87.5275 151.02 86.295 147.559 83.3951 146.181C73.384 141.423 59.1291 134.667 52.2578 131.47C50.951 130.862 50.8303 129.139 52.18 128.633C54.6979 127.69 57.721 127.304 60.5439 127.219C64.3333 127.104 67.7289 124.197 67.7289 120.406C67.7289 116.94 64.8853 114.148 61.4194 114.2C54.7572 114.3 45.4834 114.409 37.8664 114.409Z" fill="#FCC1B0"/><path d="M38.1631 127.67C38.8478 126.249 40.5551 125.651 41.9766 126.336L83.5756 146.373C86.4184 147.743 87.613 151.157 86.2436 154V154L39.4972 131.484C38.0757 130.799 37.4785 129.092 38.1631 127.67V127.67Z" fill="#FCAD97"/><path d="M41.3067 141.815C41.9914 140.394 43.6987 139.797 45.1201 140.481L71.936 153.398C74.7789 154.767 75.9734 158.182 74.6041 161.025V161.025L42.6407 145.629C41.2193 144.944 40.622 143.237 41.3067 141.815V141.815Z" fill="#FCAD97"/><path d="M37.1744 152.483C37.859 151.061 39.5664 150.464 40.9878 151.149L59.3617 159.999C62.2045 161.368 63.3991 164.783 62.0297 167.626V167.626L38.5084 156.296C37.0869 155.612 36.4897 153.904 37.1744 152.483V152.483Z" fill="#FCAD97"/><path d="M30.3125 161.835C30.9972 160.414 32.7045 159.816 34.126 160.501L46.7888 166.6C49.6316 167.97 50.8262 171.384 49.4568 174.227V174.227L31.6466 165.648C30.2251 164.964 29.6279 163.256 30.3125 161.835V161.835Z" fill="#FCAD97"/></g></g><defs><filter id="filter0_d_3287_4120" x="-18" y="39.1671" width="168" height="144.772" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3287_4120"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3287_4120" result="shape"/></filter></defs>',
113
+ xmlns: 'http://www.w3.org/2000/svg'
114
+ }, {
115
+ name: 'illust-pix',
116
+ width: 167,
117
+ height: 192,
118
+ viewBox: '0 0 167 192',
119
+ html: '<path d="M166.876 108.655C166.876 120.93 164.185 132.591 159.35 143.068C146.25 171.54 117.379 191.31 83.8765 191.31C50.3736 191.31 21.5031 171.54 8.40255 143.068C3.56836 132.591 0.876465 120.93 0.876465 108.655C0.876465 63.0049 38.0358 26 83.8765 26C129.717 26 166.876 63.0049 166.876 108.655Z" fill="#EAEFED"/><mask id="mask0_3315_5614" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="11" width="166" height="180"><path d="M1 11H167V108.5C167 154.063 129.563 191 84 191V191C38.4365 191 1 154.063 1 108.5V11Z" fill="#C4C4C4"/></mask><g mask="url(#mask0_3315_5614)"><g filter="url(#filter0_d_3315_5614)"><path d="M9 63.2659C9 57.5962 13.5962 53 19.2659 53H148.873C154.543 53 159.139 57.5962 159.139 63.2659V153.734C159.139 159.404 154.543 164 148.873 164H19.2659C13.5962 164 9 159.404 9 153.734V63.2659Z" fill="white"/><path d="M109.35 134.171C105.723 134.171 102.311 132.753 99.7463 130.177L85.8789 116.245C84.9052 115.264 83.2083 115.267 82.235 116.245L68.317 130.228C65.7519 132.803 62.3401 134.222 58.7128 134.222H55.98L73.5436 151.867C79.0286 157.378 87.9219 157.378 93.4073 151.867L111.021 134.171H109.35Z" fill="#32BCAD"/><path d="M58.7121 84.7643C62.3394 84.7643 65.7512 86.1824 68.3164 88.7566L82.2347 102.733C83.237 103.74 84.8737 103.744 85.8786 102.732L99.7462 88.8076C102.311 86.2334 105.723 84.8153 109.35 84.8153H111.021L93.4075 67.1307C87.9216 61.6231 79.0281 61.6231 73.5431 67.1307L55.98 84.7644L58.7121 84.7643Z" fill="#32BCAD"/><path d="M125.862 99.5956L115.156 88.981C114.92 89.0746 114.665 89.133 114.395 89.133H109.527C107.011 89.133 104.547 90.1451 102.769 91.9094L88.8201 105.739C87.5148 107.033 85.7995 107.68 84.0859 107.68C82.3707 107.68 80.6567 107.033 79.3518 105.74L65.3506 91.8588C63.5723 90.0941 61.1086 89.0825 58.592 89.0825H52.6064C52.3511 89.0825 52.1125 89.0228 51.8873 88.9387L41.1382 99.5956C35.6206 105.066 35.6206 113.934 41.1382 119.405L51.8868 130.061C52.1125 129.977 52.3511 129.917 52.6064 129.917H58.592C61.1086 129.917 63.5723 128.906 65.3506 127.141L79.3505 113.262C81.881 110.755 86.2921 110.754 88.8201 113.263L102.769 127.091C104.547 128.855 107.011 129.867 109.527 129.867H114.395C114.665 129.867 114.92 129.926 115.156 130.019L125.862 119.405C131.379 113.934 131.379 105.066 125.862 99.5955" fill="#32BCAD"/></g></g><path d="M55 154C55 158.01 54.1243 161.819 52.5518 165.241C48.2901 174.542 38.8985 181 28 181C17.1015 181 7.70986 174.542 3.44824 165.241C1.87568 161.819 1 158.01 1 154C1 139.088 13.088 127 28 127C42.912 127 55 139.088 55 154Z" fill="#34D399"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39.6095 145.057C40.1302 145.578 40.1302 146.422 39.6095 146.943L24.9428 161.609C24.4221 162.13 23.5779 162.13 23.0572 161.609L16.3905 154.943C15.8698 154.422 15.8698 153.578 16.3905 153.057C16.9112 152.536 17.7554 152.536 18.2761 153.057L24 158.781L37.7239 145.057C38.2446 144.536 39.0888 144.536 39.6095 145.057Z" fill="white"/><defs><filter id="filter0_d_3315_5614" x="3" y="49" width="162.139" height="123" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="3"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3315_5614"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3315_5614" result="shape"/></filter></defs>',
120
+ xmlns: 'http://www.w3.org/2000/svg'
121
+ }, {
122
+ name: 'illust-preparation-order',
123
+ width: 167,
124
+ height: 192,
125
+ viewBox: '0 0 167 192',
126
+ html: '<path d="M166.876 108.347C166.876 120.623 164.185 132.284 159.35 142.761C146.25 171.232 117.379 191.002 83.8765 191.002C50.3736 191.002 21.5031 171.232 8.40255 142.761C3.56836 132.284 0.876465 120.623 0.876465 108.347C0.876465 62.6972 38.0358 25.6924 83.8765 25.6924C129.717 25.6924 166.876 62.6972 166.876 108.347Z" fill="#EAEFED"/><mask id="mask0_3287_4119" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="11" width="166" height="180"><path d="M1 11H167V108.5C167 154.063 129.563 191 84 191V191C38.4365 191 1 154.063 1 108.5V11Z" fill="#C4C4C4"/></mask><g mask="url(#mask0_3287_4119)"><g filter="url(#filter0_d_3287_4119)"><path d="M19.7197 89.5752C19.7175 88.9526 20.0748 88.3846 20.637 88.117L83.2407 58.3181C83.6773 58.1103 84.1843 58.1099 84.6212 58.317L147.494 88.1194C148.055 88.3856 148.413 88.9515 148.413 89.5731V163.685C148.413 164.306 148.056 164.871 147.496 165.138L84.8902 194.938C84.4528 195.146 83.9448 195.146 83.5074 194.938L20.898 165.136C20.3395 164.87 19.9829 164.308 19.9807 163.689L19.7197 89.5752Z" fill="#FFC350"/></g><path d="M84.0659 120.193L147.64 88.6712C147.997 88.4945 148.415 88.7538 148.415 89.1517V163.684C148.415 164.305 148.057 164.871 147.496 165.137L84.0659 195.267V120.193Z" fill="#FFD164"/><path d="M84.0659 120.15L20.485 89.7271C20.1291 89.5568 19.7173 89.8163 19.7173 90.2108V163.463C19.7173 164.083 20.0729 164.647 20.6317 164.914L84.0659 195.267V120.15Z" fill="#FFC350"/><path d="M90.0758 170.552C89.5515 169.49 89.9876 168.204 91.0499 167.679L109.671 158.489C110.733 157.965 112.019 158.401 112.544 159.464V159.464C113.068 160.526 112.632 161.812 111.57 162.336L92.9485 171.526C91.8862 172.051 90.6 171.615 90.0758 170.552V170.552Z" fill="#FFF6D8"/><path d="M90.0758 180.87C89.5515 179.808 89.9876 178.522 91.0499 177.998L100.747 173.212C101.809 172.688 103.095 173.124 103.619 174.186V174.186C104.144 175.248 103.708 176.535 102.645 177.059L92.9485 181.845C91.8862 182.369 90.6 181.933 90.0758 180.87V180.87Z" fill="#FFE17D"/><path d="M19.6538 88.5275L83.6054 58.162L84.0655 120.273L19.6538 89.9077V88.5275Z" fill="#EBB34A"/><path d="M84.0659 120.273L148.018 88.5275L156.123 101.888C161.107 110.103 157.777 120.826 149.017 124.774L113.426 140.814C106.184 144.078 97.643 141.534 93.3673 134.838L84.0659 120.273Z" fill="#FFE17D"/><path d="M148.019 88.5269L83.6058 58.162L93.3888 45.0076C97.8597 38.9959 105.904 36.8915 112.746 39.9436L148.257 55.7846C157.692 59.9932 160.724 71.9065 154.45 80.1139L148.019 88.5269Z" fill="#FFE17D"/><path d="M83.6057 58.1623L19.6542 88.5275L13.4017 80.0857C7.30352 71.8522 10.4077 60.0884 19.7744 55.9358L55.0406 40.3007C61.9515 37.2368 70.0639 39.4279 74.4925 45.5546L83.6057 58.1623Z" fill="#FFE17D"/><path d="M84.0658 120.273L19.6541 88.5275L12.4212 98.9577C6.68441 107.231 9.92201 118.683 19.1411 122.727L55.2417 138.565C62.137 141.591 70.2086 139.399 74.6265 133.301L84.0658 120.273Z" fill="#FFE17D"/></g><defs><filter id="filter0_d_3287_4119" x="15.7197" y="56.162" width="136.694" height="144.932" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="2"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3287_4119"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3287_4119" result="shape"/></filter></defs>',
127
+ xmlns: 'http://www.w3.org/2000/svg'
128
+ }, {
129
+ name: 'illust-retention-prescription',
130
+ width: 166,
131
+ height: 191,
132
+ viewBox: '0 0 166 191',
133
+ html: '<path d="M157 106C157 116.99 154.6 127.43 150.29 136.81C138.61 162.3 112.87 180 83 180C53.13 180 27.39 162.3 15.71 136.81C11.4 127.43 9 116.99 9 106C9 65.13 42.13 32 83 32C123.87 32 157 65.13 157 106Z" fill="#EAEFED"/><g filter="url(#filter0_d_3271_3493)"><path d="M148.012 50H20.359C18.512 50 17 51.8 17 54V158C17 160.2 18.512 162 20.36 162H148.012C149.86 162 151.372 160.2 151.372 158V54C151.372 51.8 149.86 50 148.012 50Z" fill="white"/></g><path d="M54 154C54 158.01 53.1243 161.819 51.5518 165.241C47.2901 174.542 37.8985 181 27 181C16.1015 181 6.70986 174.542 2.44824 165.241C0.875676 161.819 0 158.01 0 154C0 139.088 12.088 127 27 127C41.912 127 54 139.088 54 154Z" fill="#1BB380"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.6665 154C16.9301 154 16.3332 154.597 16.3332 155.333V164.667C16.3332 165.403 16.9301 166 17.6665 166H36.3332C37.0696 166 37.6665 165.403 37.6665 164.667V155.333C37.6665 154.597 37.0696 154 36.3332 154H17.6665ZM13.6665 155.333C13.6665 153.124 15.4574 151.333 17.6665 151.333H36.3332C38.5423 151.333 40.3332 153.124 40.3332 155.333V164.667C40.3332 166.876 38.5423 168.667 36.3332 168.667H17.6665C15.4574 168.667 13.6665 166.876 13.6665 164.667V155.333Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27 142C25.5855 142 24.229 142.562 23.2288 143.562C22.2286 144.562 21.6667 145.919 21.6667 147.333V152.667C21.6667 153.403 21.0697 154 20.3333 154C19.597 154 19 153.403 19 152.667V147.333C19 145.212 19.8429 143.177 21.3431 141.677C22.8434 140.176 24.8783 139.333 27 139.333C29.1217 139.333 31.1566 140.176 32.6569 141.677C34.1571 143.177 35 145.212 35 147.333V152.667C35 153.403 34.403 154 33.6667 154C32.9303 154 32.3333 153.403 32.3333 152.667V147.333C32.3333 145.919 31.7714 144.562 30.7712 143.562C29.771 142.562 28.4145 142 27 142Z" fill="white"/><path d="M36 69C36 67.3431 37.3431 66 39 66H105C106.657 66 108 67.3431 108 69V69C108 70.6569 106.657 72 105 72H39C37.3431 72 36 70.6569 36 69V69Z" fill="#EAEFED"/><path d="M36 88C36 86.3431 37.3431 85 39 85H127C128.657 85 130 86.3431 130 88V88C130 89.6569 128.657 91 127 91H39C37.3431 91 36 89.6569 36 88V88Z" fill="#EAEFED"/><path d="M36 109C36 107.343 37.3431 106 39 106H127C128.657 106 130 107.343 130 109V109C130 110.657 128.657 112 127 112H39C37.3431 112 36 110.657 36 109V109Z" fill="#EAEFED"/><path fill-rule="evenodd" clip-rule="evenodd" d="M89.8572 138.217C89.5843 137.936 89.3692 137.604 89.2228 137.241C89.0755 136.875 89 136.484 89 136.09C89 135.696 89.0755 135.305 89.2228 134.94C89.3701 134.574 89.5869 134.24 89.8621 133.958L89.8692 133.951L89.8764 133.944C95.6402 128.268 98.9162 125.478 100.917 124.161C101.916 123.504 102.681 123.155 103.34 123.042C104.066 122.917 104.559 123.098 104.876 123.215L104.883 123.218L104.891 123.221C105.415 123.424 105.877 123.759 106.236 124.191C106.596 124.622 106.842 125.138 106.955 125.689L106.96 125.713L106.964 125.736C107.072 126.433 107.191 128.46 107.283 130.83C107.347 132.492 107.4 134.364 107.426 136.148L111.732 132.076C112.215 131.608 112.845 131.322 113.518 131.276L126.801 130.064C127.193 130.032 127.587 130.08 127.96 130.204C128.333 130.329 128.677 130.528 128.972 130.788C129.267 131.047 129.507 131.363 129.682 131.715C129.856 132.067 129.96 132.45 129.991 132.842C130.021 133.234 129.977 133.628 129.859 134.003C129.742 134.378 129.554 134.727 129.304 135.031C129.054 135.334 128.747 135.585 128.399 135.769C128.054 135.951 127.676 136.063 127.287 136.096L114.933 137.314L106.616 145.166C106.096 145.646 105.426 145.927 104.721 145.955C104.363 146.022 103.994 146.014 103.637 145.931L103.56 145.913L103.487 145.883C102.945 145.661 102.484 145.28 102.159 144.793C101.836 144.307 101.661 143.737 101.654 143.153C101.618 140.857 101.538 138.404 101.463 136.114C101.409 134.443 101.358 132.858 101.328 131.486C99.201 133.257 96.4615 135.836 94.0256 138.227C93.7586 138.504 93.4397 138.727 93.086 138.881C92.7261 139.037 92.3383 139.118 91.9458 139.118C91.5533 139.118 91.1655 139.037 90.8056 138.881C90.4479 138.726 90.1259 138.499 89.8572 138.217Z" fill="#709085"/><defs><filter id="filter0_d_3271_3493" x="11" y="46" width="146.372" height="124" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="3"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3271_3493"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3271_3493" result="shape"/></filter></defs>',
134
+ xmlns: 'http://www.w3.org/2000/svg'
135
+ }, {
136
+ name: 'illust-sent-order',
137
+ width: 167,
138
+ height: 192,
139
+ viewBox: '0 0 167 192',
140
+ html: '<path d="M166.876 108.655C166.876 120.93 164.185 132.591 159.35 143.068C146.25 171.54 117.379 191.31 83.8765 191.31C50.3736 191.31 21.5031 171.54 8.40255 143.068C3.56836 132.591 0.876465 120.93 0.876465 108.655C0.876465 63.0049 38.0358 26 83.8765 26C129.717 26 166.876 63.0049 166.876 108.655Z" fill="#EAEFED"/><mask id="mask0_3289_3457" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="11" width="166" height="180"><path d="M1 11H167V108.5C167 154.063 129.563 191 84 191V191C38.4365 191 1 154.063 1 108.5V11Z" fill="#C4C4C4"/></mask><g mask="url(#mask0_3289_3457)"><g filter="url(#filter0_d_3289_3457)"><path d="M-1.88232 52.1176C-1.88232 47.6344 1.75207 44 6.23532 44H87.4118C91.895 44 95.5294 47.6344 95.5294 52.1176V151.647H6.23532C1.75207 151.647 -1.88232 148.013 -1.88232 143.529V52.1176Z" fill="#FFAA64"/><path d="M95.5293 89.5294H129.808C131.561 89.5294 133.215 90.3437 134.283 91.7334L152.594 115.536C153.353 116.524 153.765 117.734 153.765 118.98V140.353C153.765 146.591 148.708 151.647 142.47 151.647H95.5293V89.5294Z" fill="#18996E"/><path d="M52.4708 150.235C52.4708 161.151 43.6219 170 32.7061 170C21.7904 170 12.9414 161.151 12.9414 150.235C12.9414 139.32 21.7904 130.471 32.7061 130.471C43.6219 130.471 52.4708 139.32 52.4708 150.235Z" fill="#42434D"/><path d="M143.882 150.235C143.882 161.151 135.033 170 124.118 170C113.202 170 104.353 161.151 104.353 150.235C104.353 139.32 113.202 130.471 124.118 130.471C135.033 130.471 143.882 139.32 143.882 150.235Z" fill="#42434D"/><path opacity="0.2" d="M95.5293 89.5294H101.176V151.647H95.5293V89.5294Z" fill="#42434D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M-1.88232 52.2941V52.1176C-1.88232 47.6344 1.75204 44 6.23532 44C6.26462 44 6.29374 44.0001 6.32304 44.0004C6.35251 44.0001 6.38215 44 6.41179 44H85.4706C90.0513 44 93.7647 47.7134 93.7647 52.2941C93.7647 56.8749 90.0513 60.5882 85.4706 60.5882H60.2353C34.8952 60.5882 14.353 81.1305 14.353 106.471V141.059C14.353 145.542 10.7186 149.176 6.23532 149.176C1.75204 149.176 -1.88232 145.542 -1.88232 141.059V52.2941Z" fill="#FFBD7B"/></g></g><defs><filter id="filter0_d_3289_3457" x="-5.88232" y="42" width="163.647" height="134" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3289_3457"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3289_3457" result="shape"/></filter></defs>',
141
+ xmlns: 'http://www.w3.org/2000/svg'
142
+ }, {
143
+ name: 'illust-success-prescription',
144
+ width: 166,
145
+ height: 191,
146
+ viewBox: '0 0 166 191',
147
+ html: '<path d="M157 106C157 116.99 154.6 127.43 150.29 136.81C138.61 162.3 112.87 180 83 180C53.13 180 27.39 162.3 15.71 136.81C11.4 127.43 9 116.99 9 106C9 65.13 42.13 32 83 32C123.87 32 157 65.13 157 106Z" fill="#EAEFED"/><g filter="url(#filter0_d_3271_3491)"><path d="M148.012 50H20.359C18.512 50 17 51.8 17 54V158C17 160.2 18.512 162 20.36 162H148.012C149.86 162 151.372 160.2 151.372 158V54C151.372 51.8 149.86 50 148.012 50Z" fill="white"/></g><path d="M54 154C54 158.01 53.1243 161.819 51.5518 165.241C47.2901 174.542 37.8985 181 27 181C16.1015 181 6.70986 174.542 2.44824 165.241C0.875676 161.819 0 158.01 0 154C0 139.088 12.088 127 27 127C41.912 127 54 139.088 54 154Z" fill="#34D399"/><path fill-rule="evenodd" clip-rule="evenodd" d="M38.6095 145.057C39.1302 145.578 39.1302 146.422 38.6095 146.943L23.9428 161.609C23.4221 162.13 22.5779 162.13 22.0572 161.609L15.3905 154.943C14.8698 154.422 14.8698 153.578 15.3905 153.057C15.9112 152.536 16.7554 152.536 17.2761 153.057L23 158.781L36.7239 145.057C37.2446 144.536 38.0888 144.536 38.6095 145.057Z" fill="white"/><path d="M36 69C36 67.3431 37.3431 66 39 66H105C106.657 66 108 67.3431 108 69V69C108 70.6569 106.657 72 105 72H39C37.3431 72 36 70.6569 36 69V69Z" fill="#EAEFED"/><path d="M36 88C36 86.3431 37.3431 85 39 85H127C128.657 85 130 86.3431 130 88V88C130 89.6569 128.657 91 127 91H39C37.3431 91 36 89.6569 36 88V88Z" fill="#EAEFED"/><path d="M36 109C36 107.343 37.3431 106 39 106H127C128.657 106 130 107.343 130 109V109C130 110.657 128.657 112 127 112H39C37.3431 112 36 110.657 36 109V109Z" fill="#EAEFED"/><path fill-rule="evenodd" clip-rule="evenodd" d="M89.8572 138.217C89.5843 137.936 89.3692 137.604 89.2228 137.241C89.0755 136.875 89 136.484 89 136.09C89 135.696 89.0755 135.305 89.2228 134.94C89.3701 134.574 89.5869 134.24 89.8621 133.958L89.8692 133.951L89.8764 133.944C95.6402 128.268 98.9162 125.478 100.917 124.161C101.916 123.504 102.681 123.155 103.34 123.042C104.066 122.917 104.559 123.098 104.876 123.215L104.883 123.218L104.891 123.221C105.415 123.424 105.877 123.759 106.236 124.191C106.596 124.622 106.842 125.138 106.955 125.689L106.96 125.713L106.964 125.736C107.072 126.433 107.191 128.46 107.283 130.83C107.347 132.492 107.4 134.364 107.426 136.148L111.732 132.076C112.215 131.608 112.845 131.322 113.518 131.276L126.801 130.064C127.193 130.032 127.587 130.08 127.96 130.204C128.333 130.329 128.677 130.528 128.972 130.788C129.267 131.047 129.507 131.363 129.682 131.715C129.856 132.067 129.96 132.45 129.991 132.842C130.021 133.234 129.977 133.628 129.859 134.003C129.742 134.378 129.554 134.727 129.304 135.031C129.054 135.334 128.747 135.585 128.399 135.769C128.054 135.951 127.676 136.063 127.287 136.096L114.933 137.314L106.616 145.166C106.096 145.646 105.426 145.927 104.721 145.955C104.363 146.022 103.994 146.014 103.637 145.931L103.56 145.913L103.487 145.883C102.945 145.661 102.484 145.28 102.159 144.793C101.836 144.307 101.661 143.737 101.654 143.153C101.618 140.857 101.538 138.404 101.463 136.114C101.409 134.443 101.358 132.858 101.328 131.486C99.201 133.257 96.4615 135.836 94.0256 138.227C93.7586 138.504 93.4397 138.727 93.086 138.881C92.7261 139.037 92.3383 139.118 91.9458 139.118C91.5533 139.118 91.1655 139.037 90.8056 138.881C90.4479 138.726 90.1259 138.499 89.8572 138.217Z" fill="#709085"/><defs><filter id="filter0_d_3271_3491" x="11" y="46" width="146.372" height="124" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="3"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3271_3491"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3271_3491" result="shape"/></filter></defs>',
148
+ xmlns: 'http://www.w3.org/2000/svg'
149
+ }];
150
+ exports.illustrationsIcons = illustrationsIcons;
@@ -0,0 +1,9 @@
1
+ export declare const menIcons: {
2
+ name: string;
3
+ width: number;
4
+ height: number;
5
+ viewBox: string;
6
+ html: string;
7
+ xmlns: string;
8
+ }[];
9
+ //# sourceMappingURL=men.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"men.d.ts","sourceRoot":"","sources":["../../../../src/components/Icon/data/men.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;GAiDpB,CAAC"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.menIcons = void 0;
7
+ // This file is auto-generated.
8
+ // Please do not modify it manually.
9
+ var menIcons = [{
10
+ name: 'men-baldness',
11
+ width: 64,
12
+ height: 64,
13
+ viewBox: '0 0 64 64',
14
+ html: '<path d="M34.2701 22.94C34.3943 22.9476 34.5181 22.9183 34.6256 22.8556C34.7332 22.793 34.8199 22.6999 34.8746 22.5881C34.9293 22.4762 34.9497 22.3507 34.9331 22.2273C34.9165 22.1039 34.8638 21.9882 34.7815 21.8948C34.6992 21.8014 34.5911 21.7344 34.4708 21.7024C34.3505 21.6703 34.2234 21.6747 34.1056 21.7148C33.9877 21.7549 33.8844 21.8291 33.8087 21.9279C33.733 22.0267 33.6882 22.1457 33.6801 22.27C33.6746 22.3527 33.6856 22.4358 33.7124 22.5143C33.7391 22.5928 33.7811 22.6653 33.8359 22.7275C33.8907 22.7898 33.9573 22.8406 34.0318 22.877C34.1063 22.9135 34.1873 22.9349 34.2701 22.94Z" fill="#34423D"/><path d="M32.6402 19.84C32.6478 19.7158 32.6185 19.592 32.5558 19.4845C32.4932 19.3769 32.4001 19.2902 32.2883 19.2355C32.1764 19.1808 32.0509 19.1604 31.9275 19.177C31.8041 19.1936 31.6884 19.2463 31.595 19.3286C31.5016 19.4109 31.4346 19.519 31.4026 19.6393C31.3705 19.7596 31.3749 19.8867 31.415 20.0045C31.4551 20.1224 31.5293 20.2257 31.6281 20.3014C31.7269 20.3771 31.8459 20.4219 31.9702 20.43C32.1367 20.4383 32.2999 20.3813 32.425 20.2712C32.5502 20.161 32.6273 20.0063 32.6402 19.84Z" fill="#34423D"/><path d="M33.0002 25.3399C32.9926 25.4641 33.0219 25.5879 33.0845 25.6955C33.1472 25.8031 33.2403 25.8897 33.3521 25.9444C33.4639 25.9991 33.5895 26.0195 33.7128 26.0029C33.8362 25.9864 33.9519 25.9336 34.0454 25.8513C34.1388 25.7691 34.2058 25.661 34.2378 25.5407C34.2698 25.4204 34.2655 25.2933 34.2254 25.1754C34.1852 25.0576 34.1111 24.9543 34.0123 24.8785C33.9135 24.8028 33.7944 24.758 33.6702 24.7499C33.5874 24.7445 33.5044 24.7554 33.4259 24.7822C33.3474 24.8089 33.2749 24.8509 33.2127 24.9057C33.1504 24.9605 33.0996 25.0271 33.0631 25.1016C33.0267 25.1761 33.0053 25.2571 33.0002 25.3399Z" fill="#34423D"/><path d="M30.6602 24.08C30.6678 23.9558 30.6385 23.832 30.5758 23.7244C30.5132 23.6168 30.4201 23.5302 30.3083 23.4755C30.1965 23.4208 30.0709 23.4004 29.9475 23.417C29.8242 23.4335 29.7084 23.4863 29.615 23.5686C29.5216 23.6508 29.4546 23.759 29.4226 23.8793C29.3905 23.9996 29.3949 24.1267 29.435 24.2445C29.4752 24.3623 29.5493 24.4657 29.6481 24.5414C29.7469 24.6171 29.866 24.6619 29.9902 24.67C30.0729 24.6755 30.156 24.6645 30.2345 24.6377C30.313 24.611 30.3855 24.569 30.4477 24.5142C30.51 24.4594 30.5608 24.3928 30.5972 24.3183C30.6337 24.2438 30.6551 24.1628 30.6602 24.08Z" fill="#34423D"/><path d="M36.9999 19.8099C36.9171 19.8045 36.8341 19.8155 36.7556 19.8422C36.6771 19.869 36.6046 19.911 36.5423 19.9658C36.4801 20.0206 36.4293 20.0872 36.3928 20.1617C36.3564 20.2362 36.335 20.3172 36.3299 20.3999C36.3246 20.4827 36.3357 20.5656 36.3625 20.6441C36.3893 20.7225 36.4313 20.7949 36.4861 20.8571C36.5409 20.9194 36.6074 20.9702 36.6818 21.0067C36.7563 21.0432 36.8371 21.0647 36.9199 21.0699C37.0026 21.0752 37.0856 21.0641 37.164 21.0373C37.2425 21.0105 37.3149 20.9685 37.3771 20.9137C37.4393 20.8589 37.4901 20.7924 37.5266 20.718C37.5631 20.6436 37.5846 20.5627 37.5899 20.4799C37.5953 20.3972 37.5843 20.3141 37.5576 20.2356C37.5308 20.1571 37.4889 20.0847 37.434 20.0224C37.3792 19.9602 37.3127 19.9093 37.2381 19.8729C37.1636 19.8364 37.0827 19.815 36.9999 19.8099Z" fill="#34423D"/><path d="M24.4202 24.8699C24.412 25.0354 24.4693 25.1975 24.5797 25.321C24.6902 25.4445 24.8448 25.5196 25.0102 25.5299C25.1653 25.523 25.3124 25.459 25.4232 25.3503C25.534 25.2415 25.6008 25.0957 25.6107 24.9408C25.6206 24.7859 25.573 24.6327 25.4769 24.5108C25.3809 24.3888 25.2431 24.3066 25.0902 24.2799C25.0074 24.2745 24.9244 24.2855 24.8459 24.3122C24.7674 24.339 24.6949 24.3809 24.6327 24.4358C24.5704 24.4906 24.5196 24.5571 24.4831 24.6316C24.4467 24.7062 24.4253 24.7871 24.4202 24.8699Z" fill="#34423D"/><path d="M29.4901 27.1501C29.3656 27.1404 29.241 27.168 29.1322 27.2293C29.0234 27.2907 28.9353 27.3829 28.8791 27.4944C28.8228 27.6059 28.801 27.7316 28.8163 27.8556C28.8316 27.9795 28.8835 28.0961 28.9652 28.1905C29.0469 28.285 29.1549 28.353 29.2754 28.3859C29.3958 28.4188 29.5234 28.4152 29.6418 28.3755C29.7602 28.3358 29.8641 28.2618 29.9404 28.1629C30.0167 28.064 30.0618 27.9447 30.0701 27.8201C30.0812 27.6545 30.0264 27.4913 29.9178 27.3659C29.8092 27.2404 29.6556 27.1629 29.4901 27.1501Z" fill="#34423D"/><path d="M26.8202 21.6299C26.8148 21.7127 26.8257 21.7957 26.8525 21.8742C26.8792 21.9527 26.9212 22.0252 26.976 22.0875C27.0309 22.1497 27.0974 22.2005 27.1719 22.237C27.2464 22.2734 27.3274 22.2948 27.4102 22.2999C27.5767 22.3082 27.7399 22.2512 27.8651 22.141C27.9902 22.0308 28.0674 21.8762 28.0802 21.7099C28.086 21.544 28.0281 21.3822 27.9184 21.2576C27.8087 21.133 27.6555 21.0551 27.4902 21.0399C27.4074 21.0345 27.3244 21.0455 27.2459 21.0722C27.1674 21.099 27.0949 21.1409 27.0327 21.1958C26.9704 21.2506 26.9196 21.3172 26.8831 21.3917C26.8467 21.4662 26.8253 21.5471 26.8202 21.6299Z" fill="#34423D"/><path d="M37.9998 25.5999C38.1243 25.6096 38.2489 25.582 38.3577 25.5207C38.4665 25.4593 38.5546 25.3671 38.6109 25.2556C38.6671 25.1441 38.689 25.0184 38.6736 24.8944C38.6583 24.7705 38.6065 24.6539 38.5247 24.5595C38.443 24.465 38.335 24.397 38.2145 24.3641C38.0941 24.3312 37.9665 24.3348 37.8481 24.3745C37.7297 24.4142 37.6258 24.4882 37.5495 24.5871C37.4732 24.686 37.4281 24.8053 37.4198 24.9299C37.4113 25.0949 37.467 25.2567 37.5751 25.3815C37.6832 25.5064 37.8353 25.5847 37.9998 25.5999Z" fill="#34423D"/><path d="M41.1798 23C41.188 22.8345 41.1307 22.6724 41.0203 22.5489C40.9098 22.4254 40.7552 22.3503 40.5898 22.34C40.5075 22.3332 40.4248 22.3429 40.3463 22.3685C40.2678 22.3941 40.1953 22.4351 40.1329 22.4891C40.0705 22.5432 40.0195 22.6091 39.9829 22.6831C39.9463 22.7571 39.9248 22.8376 39.9198 22.92C39.9144 23.0028 39.9254 23.0858 39.9521 23.1643C39.9788 23.2428 40.0208 23.3153 40.0757 23.3775C40.1305 23.4398 40.197 23.4906 40.2715 23.5271C40.346 23.5635 40.427 23.5849 40.5098 23.59C40.6763 23.5983 40.8395 23.5413 40.9647 23.4311C41.0898 23.3209 41.167 23.1662 41.1798 23Z" fill="#34423D"/><path d="M43.1702 26.6701C43.1799 26.5455 43.1523 26.421 43.091 26.3122C43.0297 26.2034 42.9374 26.1152 42.8259 26.059C42.7144 26.0027 42.5887 25.9809 42.4647 25.9962C42.3408 26.0116 42.2242 26.0634 42.1298 26.1451C42.0354 26.2269 41.9674 26.3348 41.9344 26.4553C41.9015 26.5758 41.9051 26.7033 41.9448 26.8217C41.9845 26.9401 42.0585 27.0441 42.1574 27.1203C42.2563 27.1966 42.3756 27.2418 42.5002 27.2501C42.6658 27.2611 42.829 27.2064 42.9544 27.0978C43.0799 26.9892 43.1574 26.8355 43.1702 26.6701Z" fill="#34423D"/><path d="M45.5302 31.5301C46.0502 22.2701 40.1102 17.7201 33.9602 17.3301C32.339 17.2256 30.7131 17.4415 29.1754 17.9654C27.6377 18.4893 26.2182 19.311 24.998 20.3835C23.7778 21.456 22.7808 22.7584 22.064 24.2162C21.3472 25.6741 20.9245 27.2589 20.8202 28.8801C20.8202 29.1501 20.8202 30.5001 20.8202 31.8801C20.6102 32.4001 19.5202 35.0401 18.2302 37.7301C18.0926 37.9487 18.0195 38.2017 18.0195 38.4601C18.0195 38.7184 18.0926 38.9714 18.2302 39.1901C18.7602 39.9601 20.2302 40.0401 21.0002 40.01C21.1002 42.3 21.2102 43.9101 21.3402 44.7901C21.7602 47.6801 22.6302 48.7301 25.4102 48.7301C26.324 48.7144 27.2358 48.6409 28.1402 48.51L28.8702 48.4101C33.2702 47.8501 35.1002 47.6201 36.8702 43.35C36.9219 43.2267 36.9225 43.0879 36.8719 42.9641C36.8213 42.8404 36.7235 42.7418 36.6002 42.6901C36.4769 42.6383 36.3381 42.6377 36.2143 42.6884C36.0905 42.739 35.9919 42.8367 35.9402 42.9601C34.3802 46.7001 33.0702 46.8701 28.7302 47.42L27.9902 47.5201C23.0402 48.1601 22.7102 47.4001 22.3102 44.6501C22.1702 43.7301 22.0602 41.9801 21.9602 39.4501C21.9525 39.3192 21.8936 39.1966 21.7964 39.1087C21.6991 39.0208 21.5712 38.9746 21.4402 38.9801H21.3302C20.5002 39.0501 19.2802 38.98 19.0302 38.6C18.9602 38.5201 19.0302 38.3601 19.0802 38.1501C20.5302 35.1501 21.7202 32.1501 21.7302 32.1501C21.7444 32.0875 21.7444 32.0226 21.7302 31.9601C21.7302 30.5701 21.7302 29.2001 21.7302 28.9601C21.8241 27.4613 22.214 25.996 22.8773 24.6488C23.5406 23.3015 24.4642 22.099 25.5948 21.1107C26.7253 20.1224 28.0405 19.3678 29.4643 18.8905C30.8881 18.4133 32.3924 18.2228 33.8902 18.3301C39.3302 18.6801 44.5702 22.5801 44.5602 30.4801L44.3102 30.2501L44.2302 30.1801C42.4702 28.6101 37.0002 25.2401 32.7802 28.3401C28.5602 31.4401 31.5902 36.6901 31.6302 36.7501C31.683 36.834 31.76 36.9 31.851 36.9393C31.9421 36.9786 32.0429 36.9893 32.1402 36.9701C32.2395 36.9516 32.3308 36.9035 32.4022 36.8321C32.4736 36.7607 32.5217 36.6693 32.5402 36.5701C32.7202 35.5701 33.4802 33.0501 34.8302 32.5701C35.2221 32.4551 35.6388 32.4553 36.0307 32.5705C36.4225 32.6858 36.7729 32.9112 37.0402 33.2201C37.4057 33.7062 37.6181 34.2902 37.6501 34.8976C37.6822 35.505 37.5325 36.1081 37.2202 36.6301C36.6683 37.9275 35.8894 39.1161 34.9202 40.1401C34.8461 40.2083 34.7948 40.2977 34.7734 40.3961C34.7519 40.4945 34.7613 40.5972 34.8002 40.6901C34.8373 40.7825 34.9006 40.862 34.9823 40.9189C35.0641 40.9757 35.1607 41.0074 35.2602 41.01C37.2149 41.0508 39.1456 40.5737 40.8563 39.627C42.5669 38.6804 43.9966 37.2979 45.0002 35.6201C46.2202 33.6 46.1902 32.4901 45.5302 31.5301ZM44.1202 35.1C43.3077 36.4649 42.1856 37.6195 40.8445 38.4706C39.5035 39.3218 37.9811 39.8457 36.4002 40.0001C37.0773 39.0934 37.6572 38.118 38.1302 37.0901C38.5295 36.393 38.7096 35.5919 38.6472 34.7911C38.5847 33.9903 38.2826 33.2268 37.7802 32.6C37.4834 32.2634 37.1189 31.9933 36.7105 31.8072C36.3021 31.6211 35.859 31.5232 35.4102 31.5201C35.1078 31.5169 34.807 31.5642 34.5202 31.6601C33.1302 32.1201 32.3302 33.8301 31.9202 35.0601C31.4326 34.0625 31.3107 32.9254 31.5757 31.8472C31.8407 30.7689 32.4758 29.8179 33.3702 29.1601C37.0402 26.4701 42.0802 29.6201 43.5602 30.9301L43.6402 31.0001C45.0002 32.2201 45.5902 32.7301 44.1202 35.1Z" fill="#34423D"/>',
15
+ xmlns: 'http://www.w3.org/2000/svg'
16
+ }, {
17
+ name: 'men-beard',
18
+ width: 64,
19
+ height: 64,
20
+ viewBox: '0 0 64 64',
21
+ html: '<path d="M44.69 20.43C43.656 18.8246 42.2497 17.4925 40.5905 16.5472C38.9313 15.6018 37.0683 15.071 35.16 15C33.5351 14.8902 31.9045 15.1029 30.362 15.6258C28.8196 16.1486 27.3958 16.9715 26.1727 18.0468C24.9495 19.1222 23.9511 20.4289 23.235 21.8917C22.5189 23.3544 22.0992 24.9444 22 26.57C22 26.72 22 26.88 22 27.03C21.9482 27.1143 21.9206 27.2111 21.92 27.31C21.92 27.31 21.92 28.19 21.92 29.53C21.7 30.05 20.62 32.69 19.33 35.38C19.1938 35.601 19.1216 35.8555 19.1216 36.115C19.1216 36.3746 19.1938 36.6291 19.33 36.85C19.5934 37.138 19.9204 37.3604 20.2851 37.4993C20.6497 37.6382 21.0419 37.6898 21.43 37.65C21.3307 38.0404 21.3517 38.4517 21.49 38.83C21.5523 38.9968 21.6525 39.1468 21.7827 39.2683C21.9128 39.3898 22.0694 39.4794 22.24 39.53V40.28C22.1326 40.3053 22.0371 40.3668 21.9697 40.4543C21.9023 40.5417 21.8671 40.6497 21.87 40.76V46.47C21.8931 47.0824 22.0713 47.6789 22.3879 48.2036C22.7045 48.7283 23.1491 49.1641 23.68 49.47C24.728 50.1692 25.9509 50.5607 27.21 50.6C27.5954 50.6099 27.9791 50.5454 28.34 50.41C31.4757 48.7555 34.4258 46.7709 37.14 44.49C40.14 41.98 40.3 39.49 40.3 39.35L40.58 34C40.5809 33.8636 40.531 33.7317 40.44 33.63C40.3446 33.5343 40.2152 33.4804 40.08 33.48H39.08C38.8905 33.509 38.715 33.5972 38.5785 33.7319C38.442 33.8665 38.3515 34.0409 38.32 34.23C37.98 36.23 35.47 38.03 33.24 39.01C31.2331 39.7137 29.512 41.0554 28.34 42.83C28.1767 43.1713 27.9347 43.4689 27.634 43.6984C27.3332 43.9278 26.9823 44.0826 26.61 44.15C26.4036 44.1933 26.1897 44.1849 25.9874 44.1256C25.785 44.0663 25.6004 43.9579 25.45 43.81C25.275 43.6399 25.1429 43.4306 25.0646 43.1993C24.9864 42.9681 24.9643 42.7215 25 42.48C25.0672 42.1853 25.0604 41.8786 24.9801 41.5872C24.8999 41.2958 24.7487 41.0288 24.54 40.81C24.2136 40.5055 23.7947 40.319 23.35 40.28V39.51C24.04 39.34 24.7 39.45 26.14 40.65C26.677 41.1045 27.3566 41.3558 28.06 41.36C28.5283 41.3439 28.9867 41.2207 29.4 41C30.89 40.27 31.73 38.49 31.65 36.23C31.6455 36.1156 31.6026 36.0061 31.5282 35.919C31.4539 35.8319 31.3523 35.7724 31.24 35.75C31.1278 35.728 31.0113 35.7459 30.9108 35.8007C30.8104 35.8555 30.7323 35.9437 30.69 36.05C30.49 36.5 29.8 37.72 28.97 37.93C28.7721 37.9636 28.5689 37.9493 28.3776 37.8884C28.1863 37.8275 28.0122 37.7218 27.87 37.58C25.81 35.9 24.56 35.32 22.57 36.33C22.398 36.4245 22.2398 36.5423 22.1 36.68C21.02 36.68 20.39 36.53 20.25 36.32C20.11 36.11 20.25 35.99 20.32 35.83C21.77 32.83 22.96 29.83 22.97 29.83C22.985 29.7642 22.985 29.6959 22.97 29.63C22.97 28.63 22.97 27.85 22.97 27.51C22.9795 27.4605 22.9795 27.4096 22.97 27.36V27C22.97 26.87 22.97 26.73 22.97 26.6C23.0691 25.1071 23.4616 23.6483 24.1251 22.3072C24.7887 20.9661 25.7101 19.7691 26.8368 18.7845C27.9635 17.7999 29.2732 17.0472 30.6911 16.5694C32.109 16.0916 33.6073 15.8981 35.1 16C36.8531 16.0744 38.563 16.567 40.0869 17.4368C41.6108 18.3066 42.9045 19.5284 43.86 21C45.3779 23.1759 46.093 25.8114 45.8833 28.4561C45.6735 31.1008 44.5519 33.5906 42.71 35.5C42.6589 35.546 42.6178 35.6021 42.5893 35.6647C42.5608 35.7273 42.5455 35.7951 42.5444 35.8639C42.5434 35.9327 42.5565 36.0009 42.583 36.0644C42.6095 36.1279 42.6488 36.1852 42.6984 36.2328C42.7481 36.2804 42.807 36.3172 42.8716 36.341C42.9361 36.3648 43.0049 36.375 43.0736 36.371C43.1422 36.3669 43.2093 36.3488 43.2707 36.3177C43.332 36.2866 43.3863 36.2431 43.43 36.19C45.4318 34.117 46.6518 31.4133 46.8816 28.5408C47.1114 25.6682 46.3368 22.8049 44.69 20.44V20.43ZM24 42.34C23.9392 42.7385 23.9757 43.1458 24.1063 43.5271C24.2369 43.9084 24.4577 44.2525 24.75 44.53C25.0168 44.7898 25.3431 44.9804 25.7004 45.085C26.0578 45.1896 26.4353 45.205 26.8 45.13C27.2991 45.0401 27.7707 44.8363 28.1783 44.5345C28.5858 44.2328 28.9184 43.8411 29.15 43.39C29.82 42.39 30.65 41.22 33.63 39.92C34.82 39.4 38.72 37.49 39.28 34.47H39.56L39.4 39.28C39.4 39.34 39.24 41.5 36.6 43.69C33.964 45.9052 31.1014 47.8359 28.06 49.45C27.4154 49.5693 26.7533 49.5563 26.1138 49.4119C25.4744 49.2675 24.8709 48.9947 24.34 48.61C23.9607 48.3928 23.6403 48.086 23.4067 47.7165C23.1732 47.3469 23.0336 46.9259 23 46.49V41.27H23.06C23.3497 41.2662 23.632 41.3614 23.86 41.54C23.89 41.58 24.08 41.77 24 42.34ZM27.24 38.34C27.5039 38.5866 27.8242 38.7648 28.1728 38.8589C28.5215 38.953 28.8879 38.9603 29.24 38.88C29.7024 38.7503 30.1229 38.5021 30.46 38.16C30.364 38.5655 30.1847 38.9465 29.9333 39.2788C29.6819 39.6111 29.3641 39.8874 29 40.09C28.6492 40.2732 28.252 40.3481 27.8586 40.3054C27.4652 40.2627 27.0933 40.1042 26.79 39.85C26.0148 39.0325 24.9712 38.5213 23.85 38.41C23.479 38.4163 23.1113 38.4804 22.76 38.6C22.69 38.6 22.62 38.6 22.55 38.46C22.459 38.2327 22.4545 37.9799 22.5375 37.7495C22.6204 37.5191 22.785 37.3272 23 37.21C24.33 36.55 25.12 36.62 27.24 38.35V38.34Z" fill="#34423D"/><path d="M20.5701 44.53C20.5701 44.53 20.5701 44.53 20.5701 44.48C20.5701 44.43 20.5701 44.42 20.5701 44.39C20.5757 44.3435 20.5757 44.2965 20.5701 44.25L20.4801 44.14C20.4469 44.1142 20.4097 44.0939 20.3701 44.08H20.3001C20.2202 44.0746 20.14 44.0746 20.0601 44.08C19.9649 44.0757 19.8736 44.0406 19.8001 43.98C19.6906 43.845 19.6369 43.6733 19.6501 43.5C19.6501 43.3674 19.5974 43.2402 19.5036 43.1464C19.4099 43.0527 19.2827 43 19.1501 43C19.0175 43 18.8903 43.0527 18.7965 43.1464C18.7028 43.2402 18.6501 43.3674 18.6501 43.5C18.6671 43.6721 18.6169 43.8441 18.5101 43.98C18.4282 44.0394 18.331 44.0741 18.2301 44.08C18.1568 44.0745 18.0833 44.0745 18.0101 44.08H17.8901H17.8301L17.7501 44.16L17.6901 44.22C17.6863 44.2499 17.6863 44.2801 17.6901 44.31C17.6858 44.3399 17.6858 44.3702 17.6901 44.4C17.6901 44.4 17.6901 44.4 17.6901 44.47C17.6901 44.54 17.6901 44.47 17.6901 44.53C17.6901 44.59 17.6901 44.53 17.6901 44.53C17.6858 44.5598 17.6858 44.5901 17.6901 44.62C17.6847 44.6464 17.6847 44.6736 17.6901 44.7L17.7501 44.77L17.8201 44.84H17.9101H18.0001H18.3001C18.3842 44.8456 18.4645 44.8771 18.5301 44.93C18.5875 44.9969 18.6304 45.075 18.6563 45.1593C18.6821 45.2437 18.6902 45.3324 18.6801 45.42C18.6801 45.5526 18.7328 45.6798 18.8265 45.7736C18.9203 45.8673 19.0475 45.92 19.1801 45.92C19.3127 45.92 19.4399 45.8673 19.5336 45.7736C19.6274 45.6798 19.6801 45.5526 19.6801 45.42C19.6663 45.2436 19.7199 45.0685 19.8301 44.93C19.9033 44.8771 19.9899 44.8459 20.0801 44.84H20.3601H20.4601H20.5301L20.6101 44.77V44.71C20.6359 44.6768 20.6561 44.6397 20.6701 44.6C20.6701 44.6 20.5601 44.55 20.5701 44.53Z" fill="#34423D"/><path d="M17.4599 41.55H17.5699H17.6199C17.6846 41.5146 17.74 41.4644 17.7817 41.4036C17.8234 41.3428 17.8502 41.2731 17.8599 41.2C17.8743 41.0692 17.8376 40.9379 17.7575 40.8335C17.6774 40.7292 17.56 40.6598 17.4299 40.64C17.3573 40.6252 17.2825 40.6252 17.2099 40.64C17.2099 40.64 17.2099 40.64 17.2099 40.48C17.2099 40.3474 17.1572 40.2202 17.0635 40.1264C16.9697 40.0327 16.8425 39.98 16.7099 39.98C16.5773 39.98 16.4501 40.0327 16.3564 40.1264C16.2626 40.2202 16.2099 40.3474 16.2099 40.48C16.2099 40.58 16.2099 40.63 16.0999 40.65H15.8999L15.7699 40.7C15.7077 40.7406 15.6543 40.7935 15.613 40.8554C15.5718 40.9173 15.5435 40.9869 15.5299 41.06C15.5155 41.1908 15.5522 41.3221 15.6324 41.4264C15.7125 41.5308 15.8299 41.6001 15.9599 41.62C16.0291 41.6348 16.1007 41.6348 16.1699 41.62C16.1699 41.62 16.1699 41.67 16.1699 41.79C16.1699 41.9226 16.2226 42.0498 16.3164 42.1435C16.4101 42.2373 16.5373 42.29 16.6699 42.29C16.8025 42.29 16.9297 42.2373 17.0235 42.1435C17.1172 42.0498 17.1699 41.9226 17.1699 41.79C17.1699 41.68 17.1699 41.63 17.2799 41.61H17.4499L17.4599 41.55Z" fill="#34423D"/>',
22
+ xmlns: 'http://www.w3.org/2000/svg'
23
+ }, {
24
+ name: 'men-dough',
25
+ width: 64,
26
+ height: 64,
27
+ viewBox: '0 0 64 64',
28
+ html: '<path d="M45.8102 44.1899C45.7202 44.1899 43.5102 43.6699 39.8102 45.0799C36.4102 46.3799 28.5802 44.5699 28.5002 44.5499H28.3402C26.1702 44.7699 23.5802 44.6899 23.1802 44.2199C22.6746 43.3029 22.4259 42.2665 22.4601 41.2199C22.4609 41.1193 22.4293 41.0212 22.3702 40.9399C21.0496 38.7545 20.563 36.1656 21.0002 33.6499C21.4202 31.5299 21.6402 29.5199 21.8402 27.5799C22.0402 25.6399 22.2702 23.6499 22.6902 21.5799C23.2102 19.0199 23.6902 18.7899 25.0102 18.1099C25.9442 17.6616 26.8319 17.1223 27.6602 16.4999C28.7402 15.6899 29.6002 15.3899 30.2201 15.6099C31.2201 15.9499 31.7102 17.6099 32.0602 19.0699L32.2002 19.6399C32.5202 20.8599 32.7702 21.8299 32.3001 22.4599C31.8301 23.0899 30.0002 23.6499 27.0002 23.7399C26.9222 23.7421 26.8459 23.7633 26.7779 23.8016C26.71 23.84 26.6524 23.8943 26.6102 23.9599C26.5502 24.0399 25.2802 25.9599 27.4502 29.1599C28.6162 30.9702 29.279 33.0585 29.3702 35.2099C29.3686 35.3013 29.3931 35.3913 29.441 35.4693C29.4888 35.5472 29.5579 35.6099 29.6402 35.6499C29.7181 35.6987 29.8082 35.7246 29.9002 35.7246C29.9921 35.7246 30.0822 35.6987 30.1602 35.6499C30.1602 35.6499 33.8701 32.9999 37.2601 32.9999C39.065 33.1155 40.7995 33.7434 42.2601 34.8099C43.2813 35.4928 44.4009 36.0155 45.5802 36.3599C45.6445 36.3747 45.7112 36.3765 45.7762 36.3654C45.8413 36.3542 45.9036 36.3303 45.9593 36.2949C46.0151 36.2596 46.0634 36.2136 46.1013 36.1595C46.1392 36.1054 46.166 36.0444 46.1802 35.9799C46.1964 35.9162 46.1997 35.8498 46.1898 35.7848C46.1799 35.7197 46.157 35.6574 46.1225 35.6014C46.088 35.5454 46.0425 35.4969 45.9888 35.4589C45.9352 35.4208 45.8744 35.394 45.8102 35.3799C44.7435 35.0579 43.732 34.5758 42.8102 33.9499C41.1986 32.7704 39.2832 32.0765 37.2902 31.9499C34.8133 32.124 32.4232 32.9333 30.3502 34.2999C30.1434 32.2623 29.4581 30.3024 28.3502 28.5799C26.9502 26.5199 27.2101 25.1999 27.4001 24.7099C30.6002 24.5899 32.4002 24.0799 33.1402 23.0599C33.8801 22.0399 33.5701 20.7599 33.2101 19.3899L33.0002 18.8499C32.5402 16.9799 31.9302 15.1899 30.5302 14.6899C29.5302 14.3399 28.4202 14.6899 27.0302 15.6899C26.2494 16.2784 25.412 16.7876 24.5302 17.2099C23.0002 17.9999 22.2802 18.4899 21.6902 21.3999C21.2602 23.4999 21.0402 25.5199 20.8302 27.4799C20.6202 29.4399 20.4102 31.3699 20.0002 33.4799C19.5144 36.2076 20.0369 39.0188 21.4701 41.3899C21.4544 42.6261 21.8021 43.8397 22.4701 44.8799C23.3901 45.9599 27.1402 45.6899 28.4102 45.5699C31.0382 46.1612 33.7174 46.4961 36.4102 46.5699C37.6903 46.5986 38.9657 46.4057 40.1802 45.9999C41.8716 45.2382 43.7365 44.9447 45.5802 45.1499C45.7088 45.18 45.844 45.1579 45.9564 45.0886C46.0689 45.0193 46.1493 44.9083 46.1802 44.7799C46.1949 44.7169 46.1971 44.6515 46.1864 44.5876C46.1758 44.5237 46.1526 44.4626 46.1182 44.4077C46.0838 44.3529 46.0389 44.3054 45.986 44.268C45.9331 44.2306 45.8733 44.2041 45.8102 44.1899Z" fill="#34423D"/><path d="M32.3999 29C31.6199 29 31.0999 30 30.6999 32.25C30.6761 32.3826 30.7058 32.5193 30.7827 32.6299C30.8596 32.7406 30.9773 32.8161 31.1099 32.84C31.2425 32.8639 31.3792 32.8341 31.4898 32.7572C31.6005 32.6803 31.6761 32.5626 31.6999 32.43C31.7818 31.6003 32.0264 30.795 32.4199 30.06C32.8799 30.65 33.6599 33.85 33.6599 39.62C33.6599 45.39 32.8799 48.62 32.4199 49.18C32.0275 48.4482 31.7828 47.6463 31.6999 46.82C31.6903 46.7543 31.6675 46.6912 31.6328 46.6345C31.598 46.5779 31.5522 46.5289 31.4979 46.4906C31.4437 46.4522 31.3822 46.4253 31.3172 46.4114C31.2522 46.3976 31.1851 46.3971 31.1199 46.41C30.9902 46.4343 30.8754 46.5089 30.8004 46.6176C30.7255 46.7262 30.6966 46.8601 30.7199 46.99C31.1199 49.24 31.6399 50.25 32.4199 50.25C34.5999 50.25 34.6599 40.71 34.6599 39.62C34.6599 38.53 34.5799 29 32.3999 29Z" fill="#34423D"/><path d="M42.8701 29C42.0901 29 41.5701 30 41.1701 32.25C41.1463 32.3826 41.1761 32.5193 41.253 32.6299C41.3298 32.7406 41.4475 32.8161 41.5802 32.84C41.7128 32.8639 41.8494 32.8341 41.9601 32.7572C42.0707 32.6803 42.1463 32.5626 42.1701 32.43C42.252 31.6003 42.4967 30.795 42.8901 30.06C43.3501 30.65 44.1301 33.85 44.1301 39.62C44.1301 45.39 43.3501 48.62 42.8901 49.18C42.4977 48.4482 42.253 47.6463 42.1701 46.82C42.1476 46.6874 42.0733 46.5692 41.9636 46.4913C41.8539 46.4135 41.7178 46.3825 41.5851 46.405C41.4525 46.4275 41.3343 46.5018 41.2565 46.6115C41.1787 46.7213 41.1476 46.8574 41.1701 46.99C41.5701 49.24 42.0901 50.25 42.8701 50.25C45.0401 50.25 45.1101 40.71 45.1101 39.62C45.1101 38.53 45.0001 29 42.8701 29Z" fill="#34423D"/><path d="M37.2301 25.78C36.6501 25.78 35.8001 26.21 35.1401 29.94C35.1287 30.0051 35.1302 30.0717 35.1446 30.1362C35.1591 30.2006 35.1861 30.2616 35.2242 30.3155C35.2624 30.3694 35.3108 30.4152 35.3667 30.4504C35.4227 30.4855 35.485 30.5091 35.5501 30.52C35.6811 30.5405 35.815 30.5091 35.9232 30.4326C36.0315 30.3561 36.1057 30.2404 36.1301 30.11C36.5801 27.57 37.1301 26.85 37.2001 26.78C37.8501 27.05 39.0201 31.57 39.0201 39.61C39.0201 47.65 37.8501 52.17 37.2501 52.44C37.0901 52.38 36.5801 51.65 36.1301 49.11C36.1058 48.9803 36.0312 48.8654 35.9225 48.7905C35.8139 48.7156 35.68 48.6867 35.5501 48.71C35.4848 48.7184 35.4219 48.74 35.3653 48.7737C35.3087 48.8074 35.2597 48.8524 35.2212 48.9059C35.1827 48.9594 35.1557 49.0202 35.1417 49.0845C35.1278 49.1489 35.1272 49.2154 35.1401 49.28C35.8001 53.01 36.6501 53.44 37.2301 53.44C40.0001 53.44 40.0001 40.18 40.0001 39.61C40.0001 39.04 40.0001 25.78 37.2301 25.78Z" fill="#34423D"/>',
29
+ xmlns: 'http://www.w3.org/2000/svg'
30
+ }, {
31
+ name: 'men-gynecomastia',
32
+ width: 64,
33
+ height: 64,
34
+ viewBox: '0 0 64 64',
35
+ html: '<path d="M48.2799 30.3799C48.2653 30.2473 48.1987 30.1259 48.0946 30.0425C47.9905 29.959 47.8575 29.9203 47.7249 29.9349C47.5923 29.9495 47.4709 30.0162 47.3875 30.1202C47.304 30.2243 47.2653 30.3573 47.2799 30.4899C47.4699 32.2299 47.3699 34.3199 44.9399 34.9599C44.813 34.995 44.7051 35.0788 44.6396 35.193C44.574 35.3072 44.5562 35.4426 44.5899 35.5699C44.6168 35.6765 44.6788 35.7709 44.7659 35.838C44.8529 35.9051 44.96 35.941 45.0699 35.9399H45.1999C48.7699 34.9999 48.3999 31.5199 48.2799 30.3799Z" fill="#34423D"/><path d="M19.3199 35C16.8799 34.36 16.7899 32.27 16.9799 30.53C16.9868 30.4643 16.9806 30.3979 16.9617 30.3346C16.9427 30.2713 16.9114 30.2123 16.8696 30.1612C16.8278 30.11 16.7762 30.0677 16.7179 30.0366C16.6596 30.0055 16.5957 29.9863 16.5299 29.98C16.4647 29.9717 16.3985 29.9766 16.3352 29.9943C16.272 30.0121 16.2129 30.0424 16.1616 30.0834C16.1103 30.1245 16.0678 30.1755 16.0365 30.2333C16.0053 30.2911 15.9861 30.3546 15.9799 30.42C15.8599 31.56 15.4899 35.02 19.0599 35.96H19.1899C19.3225 35.9773 19.4565 35.9411 19.5625 35.8596C19.6684 35.778 19.7376 35.6576 19.7549 35.525C19.7721 35.3924 19.736 35.2584 19.6544 35.1524C19.5728 35.0465 19.4525 34.9773 19.3199 34.96V35Z" fill="#34423D"/><path d="M43.4399 36.4099C43.3746 36.4137 43.3108 36.4305 43.2521 36.4593C43.1934 36.4882 43.141 36.5285 43.0982 36.5779C43.0553 36.6273 43.0227 36.6848 43.0024 36.7469C42.9821 36.8091 42.9745 36.8747 42.9799 36.9399C43.3955 41.4805 43.2881 46.0538 42.6599 50.5699C42.6395 50.7009 42.6708 50.8347 42.7474 50.943C42.8239 51.0513 42.9396 51.1255 43.0699 51.1499H43.1499C43.2678 51.1499 43.382 51.109 43.4732 51.0343C43.5644 50.9595 43.6268 50.8555 43.6499 50.7399C44.3078 46.1461 44.4253 41.491 43.9999 36.8699C43.9965 36.8018 43.9788 36.7351 43.9481 36.6742C43.9174 36.6133 43.8743 36.5595 43.8216 36.5161C43.7689 36.4728 43.7077 36.441 43.642 36.4227C43.5762 36.4044 43.5074 36.4001 43.4399 36.4099Z" fill="#34423D"/><path d="M45 28.6099C44.7594 27.4415 44.425 26.2945 44 25.1799C43.9823 25.111 43.95 25.0468 43.9054 24.9914C43.8608 24.936 43.8049 24.8907 43.7414 24.8587C43.6779 24.8266 43.6083 24.8084 43.5373 24.8054C43.4662 24.8024 43.3953 24.8145 43.3294 24.841C43.2634 24.8676 43.2038 24.9079 43.1547 24.9593C43.1055 25.0107 43.0679 25.0719 43.0443 25.139C43.0207 25.2061 43.0116 25.2775 43.0178 25.3483C43.024 25.4192 43.0452 25.4879 43.08 25.5499C43.4914 26.6145 43.8256 27.7073 44.08 28.8199L44 28.9999C44.21 29.9999 44.56 31.5399 43.6 32.4899C42.83 33.2499 40.87 33.9199 35.87 32.7799C35.8057 32.7651 35.739 32.7633 35.6739 32.7744C35.6089 32.7856 35.5466 32.8095 35.4908 32.8448C35.4351 32.8802 35.3868 32.9262 35.3489 32.9803C35.311 33.0343 35.2842 33.0954 35.27 33.1599C35.2426 33.2883 35.2658 33.4223 35.3347 33.5341C35.4036 33.6459 35.513 33.7267 35.64 33.7599C37.206 34.143 38.8084 34.3576 40.42 34.3999C41.8243 34.5292 43.2227 34.0978 44.31 33.1999C45.65 31.8599 45.21 29.8599 44.98 28.7899L45 28.6099Z" fill="#34423D"/><path d="M28.3698 32.7501C23.3698 33.8901 21.3698 33.2201 20.6398 32.4601C19.6398 31.5101 20.0298 29.9201 20.2398 28.9701V28.8201C20.497 27.7082 20.8311 26.6156 21.2398 25.5501C21.2941 25.4321 21.2994 25.2973 21.2544 25.1754C21.2094 25.0535 21.1178 24.9545 20.9998 24.9001C20.9387 24.8757 20.8735 24.8637 20.8077 24.8645C20.742 24.8654 20.6771 24.8793 20.6167 24.9053C20.5563 24.9313 20.5017 24.969 20.4559 25.0161C20.4101 25.0633 20.374 25.119 20.3498 25.1801C19.9325 26.2973 19.5983 27.4437 19.3498 28.6101V28.7601C19.1198 29.8301 18.6798 31.8301 20.0198 33.1701C21.1071 34.068 22.5055 34.4994 23.9098 34.3701C25.5214 34.3278 27.1238 34.1132 28.6898 33.7301C28.8168 33.6969 28.9262 33.6161 28.9951 33.5043C29.0641 33.3925 29.0872 33.2585 29.0598 33.1301C29.0477 33.0551 29.0186 32.9839 28.9749 32.9219C28.9312 32.8598 28.8739 32.8085 28.8074 32.7719C28.7409 32.7353 28.6669 32.7143 28.5911 32.7105C28.5153 32.7067 28.4396 32.7203 28.3698 32.7501Z" fill="#34423D"/><path d="M26.06 17.5401C26.6338 16.9837 27.0659 16.2979 27.32 15.5401C27.361 15.4141 27.3504 15.277 27.2904 15.1589C27.2304 15.0408 27.1259 14.9513 27 14.9101C26.9377 14.8884 26.8716 14.8795 26.8058 14.8839C26.74 14.8884 26.6757 14.9061 26.6169 14.9359C26.558 14.9658 26.5058 15.0073 26.4634 15.0578C26.421 15.1084 26.3892 15.167 26.37 15.2301C26.1705 15.845 25.8278 16.4037 25.37 16.8601C24.22 17.9701 22.68 18.2101 21.05 18.4601C20.201 18.5723 19.3619 18.7495 18.54 18.9901C15.54 19.9901 13.92 22.7001 13.22 24.2601C12.5312 25.8038 12.1345 27.4618 12.05 29.1501C12.0445 29.2156 12.0525 29.2815 12.0736 29.3438C12.0946 29.406 12.1282 29.4633 12.1722 29.512C12.2163 29.5608 12.2699 29.6 12.3297 29.6272C12.3895 29.6543 12.4543 29.669 12.52 29.6701C12.6475 29.6677 12.7692 29.6166 12.8603 29.5274C12.9514 29.4382 13.0049 29.3175 13.01 29.1901C13.0976 27.6268 13.4668 26.0921 14.1 24.6601C14.73 23.2601 16.18 20.7701 18.81 19.9301C19.5827 19.7053 20.3717 19.5415 21.17 19.4401C22.92 19.1401 24.69 18.8701 26.06 17.5401Z" fill="#34423D"/><path d="M50.7801 24.2201C50.0801 22.6601 48.4601 19.9101 45.4601 18.9501C44.6546 18.7119 43.8323 18.5347 43.0001 18.4201C41.3701 18.1701 39.8301 17.9301 38.6801 16.8201C38.2224 16.3636 37.8796 15.8049 37.6801 15.1901C37.6609 15.1269 37.6291 15.0683 37.5867 15.0178C37.5443 14.9672 37.4921 14.9258 37.4333 14.8959C37.3744 14.866 37.3102 14.8483 37.2443 14.8439C37.1785 14.8394 37.1124 14.8483 37.0501 14.8701C36.9242 14.9113 36.8198 15.0007 36.7598 15.1189C36.6998 15.237 36.6891 15.3741 36.7301 15.5001C36.9842 16.2579 37.4163 16.9437 37.9901 17.5001C39.3601 18.8301 41.1301 19.1001 42.8501 19.3701C43.6484 19.4714 44.4375 19.6353 45.2101 19.8601C47.8401 20.7001 49.2901 23.1901 49.9201 24.5901C50.5546 26.0352 50.9205 27.5838 51.0001 29.1601C51.0052 29.2875 51.0588 29.4081 51.1498 29.4973C51.2409 29.5866 51.3626 29.6376 51.4901 29.6401C51.5554 29.6375 51.6195 29.622 51.6786 29.5943C51.7378 29.5666 51.7908 29.5274 51.8346 29.479C51.8784 29.4306 51.912 29.3738 51.9336 29.3122C51.9552 29.2506 51.9642 29.1852 51.9601 29.1201C51.8737 27.4277 51.4735 25.7662 50.7801 24.2201Z" fill="#34423D"/><path d="M21.2798 36.9401C21.2853 36.8749 21.2776 36.8093 21.2573 36.7472C21.237 36.685 21.2045 36.6275 21.1616 36.5781C21.1187 36.5287 21.0664 36.4884 21.0077 36.4596C20.949 36.4307 20.8851 36.4139 20.8198 36.4101C20.7544 36.4032 20.6882 36.4099 20.6254 36.4296C20.5626 36.4494 20.5046 36.4818 20.4549 36.525C20.4052 36.5681 20.3649 36.621 20.3365 36.6804C20.3081 36.7398 20.2922 36.8043 20.2898 36.8701C19.8545 41.4901 19.9619 46.1451 20.6098 50.7401C20.6329 50.8557 20.6954 50.9597 20.7866 51.0345C20.8777 51.1092 20.9919 51.1501 21.1098 51.1501H21.1898C21.3202 51.1257 21.4359 51.0515 21.5124 50.9432C21.5889 50.8349 21.6203 50.7011 21.5998 50.5701C20.9668 46.0544 20.8594 41.4805 21.2798 36.9401Z" fill="#34423D"/><path d="M32.5001 47.1299C32.4539 47.1394 32.4063 47.1394 32.3601 47.1299C32.2501 47.0799 32.2201 46.9899 32.2401 46.9599C32.2703 46.9015 32.2887 46.8377 32.2942 46.7721C32.2998 46.7066 32.2923 46.6406 32.2724 46.5779C32.2524 46.5152 32.2203 46.4571 32.1779 46.4068C32.1354 46.3565 32.0835 46.3151 32.0251 46.2849C31.9666 46.2547 31.9028 46.2363 31.8373 46.2308C31.7717 46.2252 31.7057 46.2327 31.6431 46.2526C31.5804 46.2726 31.5222 46.3047 31.472 46.3471C31.4217 46.3896 31.3803 46.4415 31.3501 46.4999C31.2288 46.7713 31.2173 47.079 31.318 47.3587C31.4187 47.6383 31.6237 47.8681 31.8901 47.9999C32.0699 48.0909 32.2685 48.1389 32.4701 48.1399H32.6901C32.8206 48.1133 32.9355 48.0367 33.0103 47.9264C33.085 47.8162 33.1137 47.681 33.0901 47.5499C33.0819 47.4823 33.0597 47.4171 33.0248 47.3585C32.99 47.2999 32.9433 47.2492 32.8878 47.2097C32.8323 47.1701 32.7691 47.1426 32.7024 47.1289C32.6356 47.1152 32.5667 47.1155 32.5001 47.1299Z" fill="#34423D"/>',
36
+ xmlns: 'http://www.w3.org/2000/svg'
37
+ }, {
38
+ name: 'men-libido',
39
+ width: 64,
40
+ height: 64,
41
+ viewBox: '0 0 64 64',
42
+ html: '<path d="M36.2301 39.9299C35.5301 40.4699 34.8601 40.9899 34.2301 41.5099C33.0189 42.5428 31.9012 43.6806 30.8901 44.9099C29.8823 43.6808 28.768 42.5431 27.5601 41.5099C26.9001 40.9599 26.1801 40.3999 25.4501 39.8299C21.8801 37.0599 17.8301 33.9199 17.8301 29.2199C17.828 27.7407 18.2791 26.2963 19.1227 25.0812C19.9662 23.866 21.1618 22.9384 22.5484 22.4232C23.935 21.908 25.4462 21.8298 26.8786 22.1993C28.3109 22.5689 29.5957 23.3682 30.5601 24.4899C30.6087 24.542 30.6676 24.5835 30.7329 24.6119C30.7983 24.6403 30.8688 24.655 30.9401 24.655C31.0113 24.655 31.0819 24.6403 31.1472 24.6119C31.2126 24.5835 31.2714 24.542 31.3201 24.4899C32.003 23.7054 32.8467 23.0769 33.794 22.6473C34.7413 22.2176 35.7699 21.9969 36.8101 21.9999C37.1447 21.9985 37.4789 22.0219 37.8101 22.0699C37.8758 22.0798 37.9429 22.0765 38.0073 22.0601C38.0718 22.0437 38.1323 22.0147 38.1854 21.9746C38.2384 21.9346 38.283 21.8844 38.3164 21.8269C38.3499 21.7694 38.3715 21.7059 38.3801 21.6399C38.3945 21.5092 38.3578 21.3779 38.2777 21.2735C38.1975 21.1691 38.0802 21.0998 37.9501 21.0799C37.5727 21.024 37.1916 20.9972 36.8101 20.9999C35.7175 21.0009 34.636 21.2188 33.6283 21.6411C32.6206 22.0634 31.7069 22.6816 30.9401 23.4599C29.7922 22.2948 28.3236 21.4976 26.7212 21.1699C25.1188 20.8421 23.4551 20.9987 21.9419 21.6196C20.4288 22.2405 19.1347 23.2977 18.2243 24.6565C17.314 26.0154 16.8287 27.6144 16.8301 29.2499C16.8301 34.4399 21.0801 37.7399 24.8301 40.6499C25.5501 41.2199 26.2601 41.7599 26.9101 42.3099C28.228 43.4223 29.4369 44.6579 30.5201 45.9999H30.6001H30.6501C30.7131 46.0093 30.7771 46.0093 30.8401 45.9999C30.903 46.0104 30.9672 46.0104 31.0301 45.9999H31.0901H31.1601C32.2349 44.6449 33.4371 43.3958 34.7501 42.2699C35.3601 41.7599 36.0301 41.2699 36.7501 40.7099C36.8066 40.6716 36.8546 40.6222 36.8913 40.5646C36.9279 40.507 36.9524 40.4425 36.9632 40.3751C36.974 40.3077 36.9709 40.2388 36.954 40.1727C36.9372 40.1065 36.9069 40.0446 36.8652 39.9905C36.8235 39.9365 36.7712 39.8916 36.7114 39.8586C36.6517 39.8255 36.5859 39.8051 36.5179 39.7985C36.45 39.7918 36.3814 39.7992 36.3164 39.8201C36.2514 39.841 36.1914 39.875 36.1401 39.9199L36.2301 39.9299Z" fill="#34423D"/><path d="M43.4102 32.63V19.76C43.4294 19.4928 43.3933 19.2246 43.3043 18.972C43.2152 18.7194 43.075 18.4879 42.8926 18.2918C42.7101 18.0958 42.4892 17.9394 42.2436 17.8325C41.998 17.7256 41.7331 17.6704 41.4652 17.6704C41.1974 17.6704 40.9324 17.7256 40.6868 17.8325C40.4413 17.9394 40.2204 18.0958 40.0379 18.2918C39.8554 18.4879 39.7152 18.7194 39.6262 18.972C39.5371 19.2246 39.5011 19.4928 39.5202 19.76V32.63C38.5657 33.073 37.7911 33.8285 37.3244 34.7717C36.8577 35.7148 36.727 36.789 36.9538 37.8165C37.1807 38.844 37.7515 39.7634 38.5718 40.4224C39.3922 41.0814 40.4129 41.4406 41.4652 41.4406C42.5175 41.4406 43.5382 41.0814 44.3586 40.4224C45.179 39.7634 45.7498 38.844 45.9766 37.8165C46.2034 36.789 46.0727 35.7148 45.606 34.7717C45.1393 33.8285 44.3647 33.073 43.4102 32.63ZM41.4602 40.41C40.6095 40.4169 39.7838 40.1232 39.1285 39.5806C38.4733 39.0381 38.0307 38.2816 37.8788 37.4445C37.727 36.6075 37.8756 35.7437 38.2985 35.0056C38.7214 34.2674 39.3913 33.7023 40.1902 33.41L40.2902 33.34C40.2902 33.34 40.3402 33.34 40.3502 33.34C40.3756 33.3178 40.3961 33.2905 40.4102 33.26V33.19C40.4137 33.1634 40.4137 33.1365 40.4102 33.11C40.415 33.0701 40.415 33.0298 40.4102 32.99V19.76C40.3966 19.6277 40.4109 19.494 40.4522 19.3677C40.4935 19.2413 40.5608 19.1249 40.6499 19.0262C40.739 18.9275 40.8478 18.8486 40.9693 18.7946C41.0908 18.7405 41.2223 18.7126 41.3552 18.7126C41.4882 18.7126 41.6197 18.7405 41.7412 18.7946C41.8627 18.8486 41.9715 18.9275 42.0605 19.0262C42.1496 19.1249 42.217 19.2413 42.2583 19.3677C42.2995 19.494 42.3138 19.6277 42.3002 19.76V32.94C42.2954 32.9798 42.2954 33.0201 42.3002 33.06C42.3002 33.06 42.3002 33.06 42.3002 33.14V33.21L42.3602 33.29H42.4202C42.4529 33.319 42.4901 33.3426 42.5302 33.36C43.3291 33.6523 43.9991 34.2174 44.422 34.9556C44.8448 35.6937 44.9935 36.5575 44.8416 37.3945C44.6897 38.2316 44.2471 38.9881 43.5919 39.5306C42.9367 40.0732 42.1109 40.3669 41.2602 40.36L41.4602 40.41Z" fill="#34423D"/><path d="M42 34.6801V20.6101C42 20.4775 41.9474 20.3503 41.8536 20.2566C41.7598 20.1628 41.6327 20.1101 41.5 20.1101C41.3674 20.1101 41.2403 20.1628 41.1465 20.2566C41.0527 20.3503 41 20.4775 41 20.6101V34.6801C40.4716 34.8029 40.0067 35.1157 39.694 35.5591C39.3813 36.0025 39.2426 36.5454 39.3044 37.0844C39.3662 37.6235 39.6241 38.1209 40.029 38.4821C40.4339 38.8432 40.9575 39.0428 41.5 39.0428C42.0426 39.0428 42.5662 38.8432 42.9711 38.4821C43.376 38.1209 43.6339 37.6235 43.6957 37.0844C43.7575 36.5454 43.6188 36.0025 43.3061 35.5591C42.9934 35.1157 42.5285 34.8029 42 34.6801ZM41.46 38.0001C41.2207 38.0001 40.9868 37.9291 40.7878 37.7962C40.5888 37.6632 40.4337 37.4743 40.3422 37.2532C40.2506 37.0321 40.2266 36.7888 40.2733 36.554C40.32 36.3193 40.4352 36.1037 40.6044 35.9345C40.7737 35.7653 40.9893 35.65 41.224 35.6034C41.4587 35.5567 41.702 35.5806 41.9231 35.6722C42.1442 35.7638 42.3332 35.9189 42.4661 36.1179C42.5991 36.3169 42.67 36.5508 42.67 36.7901C42.67 37.111 42.5426 37.4188 42.3156 37.6457C42.0887 37.8726 41.781 38.0001 41.46 38.0001Z" fill="#34423D"/><path d="M46.6699 31.6201H45.1499C45.0173 31.6201 44.8901 31.6728 44.7963 31.7666C44.7026 31.8603 44.6499 31.9875 44.6499 32.1201C44.6499 32.2527 44.7026 32.3799 44.7963 32.4737C44.8901 32.5674 45.0173 32.6201 45.1499 32.6201H46.6699C46.8025 32.6201 46.9297 32.5674 47.0235 32.4737C47.1172 32.3799 47.1699 32.2527 47.1699 32.1201C47.1699 31.9875 47.1172 31.8603 47.0235 31.7666C46.9297 31.6728 46.8025 31.6201 46.6699 31.6201Z" fill="#34423D"/><path d="M46.6699 29.4199H45.1499C45.0173 29.4199 44.8901 29.4726 44.7963 29.5664C44.7026 29.6601 44.6499 29.7873 44.6499 29.9199C44.6499 30.0525 44.7026 30.1797 44.7963 30.2735C44.8901 30.3672 45.0173 30.4199 45.1499 30.4199H46.6699C46.8025 30.4199 46.9297 30.3672 47.0235 30.2735C47.1172 30.1797 47.1699 30.0525 47.1699 29.9199C47.1699 29.7873 47.1172 29.6601 47.0235 29.5664C46.9297 29.4726 46.8025 29.4199 46.6699 29.4199Z" fill="#34423D"/><path d="M46.6699 27.21H45.1499C45.0173 27.21 44.8901 27.2626 44.7963 27.3564C44.7026 27.4502 44.6499 27.5774 44.6499 27.71C44.6499 27.8426 44.7026 27.9697 44.7963 28.0635C44.8901 28.1573 45.0173 28.21 45.1499 28.21H46.6699C46.8025 28.21 46.9297 28.1573 47.0235 28.0635C47.1172 27.9697 47.1699 27.8426 47.1699 27.71C47.1699 27.5774 47.1172 27.4502 47.0235 27.3564C46.9297 27.2626 46.8025 27.21 46.6699 27.21Z" fill="#34423D"/><path d="M46.6699 25H45.1499C45.0173 25 44.8901 25.0527 44.7963 25.1464C44.7026 25.2402 44.6499 25.3674 44.6499 25.5C44.6499 25.6326 44.7026 25.7598 44.7963 25.8536C44.8901 25.9473 45.0173 26 45.1499 26H46.6699C46.8025 26 46.9297 25.9473 47.0235 25.8536C47.1172 25.7598 47.1699 25.6326 47.1699 25.5C47.1699 25.3674 47.1172 25.2402 47.0235 25.1464C46.9297 25.0527 46.8025 25 46.6699 25Z" fill="#34423D"/><path d="M46.6699 22.8H45.1499C45.0173 22.8 44.8901 22.8527 44.7963 22.9465C44.7026 23.0403 44.6499 23.1674 44.6499 23.3C44.6499 23.4327 44.7026 23.5598 44.7963 23.6536C44.8901 23.7474 45.0173 23.8 45.1499 23.8H46.6699C46.8025 23.8 46.9297 23.7474 47.0235 23.6536C47.1172 23.5598 47.1699 23.4327 47.1699 23.3C47.1699 23.1674 47.1172 23.0403 47.0235 22.9465C46.9297 22.8527 46.8025 22.8 46.6699 22.8Z" fill="#34423D"/><path d="M45.1499 21.6001H46.6699C46.8025 21.6001 46.9297 21.5474 47.0235 21.4537C47.1172 21.3599 47.1699 21.2327 47.1699 21.1001C47.1699 20.9675 47.1172 20.8403 47.0235 20.7465C46.9297 20.6528 46.8025 20.6001 46.6699 20.6001H45.1499C45.0173 20.6001 44.8901 20.6528 44.7963 20.7465C44.7026 20.8403 44.6499 20.9675 44.6499 21.1001C44.6499 21.2327 44.7026 21.3599 44.7963 21.4537C44.8901 21.5474 45.0173 21.6001 45.1499 21.6001Z" fill="#34423D"/>',
43
+ xmlns: 'http://www.w3.org/2000/svg'
44
+ }, {
45
+ name: 'men-men',
46
+ width: 64,
47
+ height: 64,
48
+ viewBox: '0 0 64 64',
49
+ html: '<path d="M46.68 17.7401C46.6846 17.7203 46.6846 17.6998 46.68 17.6801C46.6537 17.6061 46.6129 17.5381 46.56 17.4801C46.5067 17.4283 46.4414 17.3905 46.3699 17.3701H46.2999C46.2471 17.36 46.1928 17.36 46.1399 17.3701L42.79 18.1401C42.7255 18.1542 42.6644 18.181 42.6103 18.2189C42.5563 18.2568 42.5102 18.3051 42.4749 18.3609C42.4396 18.4166 42.4157 18.4789 42.4045 18.544C42.3934 18.609 42.3952 18.6757 42.41 18.7401C42.424 18.8043 42.4509 18.8651 42.4889 18.9187C42.527 18.9724 42.5754 19.0179 42.6314 19.0524C42.6874 19.0869 42.7498 19.1098 42.8148 19.1197C42.8799 19.1296 42.9462 19.1263 43.0099 19.1101L44.66 18.7301L38.91 24.4801C38.8177 24.5752 38.7661 24.7025 38.7661 24.8351C38.7661 24.9676 38.8177 25.0949 38.91 25.1901C39.0053 25.2858 39.1348 25.3397 39.27 25.3401C39.4018 25.3382 39.5276 25.2843 39.6199 25.1901L45.3699 19.4401L44.99 21.0901C44.9752 21.1544 44.9734 21.2211 44.9845 21.2861C44.9957 21.3512 45.0196 21.4135 45.0549 21.4692C45.0902 21.525 45.1363 21.5733 45.1903 21.6112C45.2444 21.6491 45.3055 21.6759 45.3699 21.6901H45.4799C45.5926 21.6901 45.7018 21.6514 45.7893 21.5804C45.8767 21.5093 45.937 21.4103 45.9599 21.3001L46.6899 18.0001C46.698 17.9133 46.6946 17.8259 46.68 17.7401Z" fill="#22E0A1"/><path d="M31.9998 42.6801C29.8875 42.6801 27.8227 42.0537 26.0663 40.8802C24.31 39.7066 22.9411 38.0386 22.1328 36.0871C21.3245 34.1356 21.113 31.9882 21.525 29.9165C21.9371 27.8448 22.9543 25.9418 24.4479 24.4482C25.9416 22.9545 27.8445 21.9374 29.9163 21.5253C31.988 21.1132 34.1354 21.3247 36.0869 22.133C38.0384 22.9414 39.7064 24.3103 40.8799 26.0666C42.0535 27.8229 42.6798 29.8878 42.6798 32.0001C42.6772 34.8318 41.5511 37.5467 39.5488 39.549C37.5465 41.5514 34.8315 42.6774 31.9998 42.6801ZM31.9998 22.3201C30.0853 22.3201 28.2138 22.8878 26.6219 23.9514C25.03 25.0151 23.7893 26.5269 23.0567 28.2957C22.324 30.0645 22.1323 32.0108 22.5058 33.8885C22.8793 35.7663 23.8013 37.4911 25.155 38.8449C26.5088 40.1986 28.2336 41.1206 30.1114 41.4941C31.9891 41.8676 33.9354 41.6759 35.7042 40.9432C37.473 40.2106 38.9848 38.9699 40.0485 37.378C41.1121 35.7861 41.6798 33.9146 41.6798 32.0001C41.6772 29.4336 40.6565 26.973 38.8417 25.1582C37.0269 23.3434 34.5663 22.3227 31.9998 22.3201Z" fill="#34423D"/>',
50
+ xmlns: 'http://www.w3.org/2000/svg'
51
+ }];
52
+ exports.menIcons = menIcons;