@true-engineering/true-react-common-ui-kit 3.9.1 → 3.9.2

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 (625) hide show
  1. package/LICENSE +201 -201
  2. package/README.md +7 -1
  3. package/dist/components/AccountInfo/AccountInfo.d.ts +11 -11
  4. package/dist/components/AccountInfo/AccountInfo.stories.d.ts +6 -8
  5. package/dist/components/AccountInfo/AccountInfo.styles.d.ts +6 -6
  6. package/dist/components/AccountInfo/constants.d.ts +1 -1
  7. package/dist/components/AccountInfo/index.d.ts +2 -2
  8. package/dist/components/AddButton/AddButton.d.ts +14 -14
  9. package/dist/components/AddButton/AddButton.stories.d.ts +6 -8
  10. package/dist/components/AddButton/AddButton.styles.d.ts +3 -3
  11. package/dist/components/AddButton/index.d.ts +2 -2
  12. package/dist/components/Button/Button.d.ts +41 -41
  13. package/dist/components/Button/Button.stories.d.ts +6 -6
  14. package/dist/components/Button/Button.styles.d.ts +8 -8
  15. package/dist/components/Button/constants.d.ts +1 -1
  16. package/dist/components/Button/index.d.ts +3 -3
  17. package/dist/components/Button/types.d.ts +3 -3
  18. package/dist/components/Checkbox/Checkbox.d.ts +23 -23
  19. package/dist/components/Checkbox/Checkbox.stories.d.ts +5 -5
  20. package/dist/components/Checkbox/Checkbox.styles.d.ts +3 -3
  21. package/dist/components/Checkbox/index.d.ts +2 -2
  22. package/dist/components/CloseButton/CloseButton.d.ts +9 -9
  23. package/dist/components/CloseButton/CloseButton.styles.d.ts +3 -3
  24. package/dist/components/CloseButton/index.d.ts +2 -2
  25. package/dist/components/Colors/Colors.d.ts +2 -2
  26. package/dist/components/Colors/Colors.stories.d.ts +5 -5
  27. package/dist/components/Colors/Colors.styles.d.ts +1 -1
  28. package/dist/components/Colors/index.d.ts +1 -1
  29. package/dist/components/CssBaseline/CssBaseline.d.ts +5 -5
  30. package/dist/components/CssBaseline/CssBaseline.styles.d.ts +3 -3
  31. package/dist/components/CssBaseline/index.d.ts +2 -2
  32. package/dist/components/DateInput/DateInput.d.ts +17 -17
  33. package/dist/components/DateInput/DateInput.stories.d.ts +7 -8
  34. package/dist/components/DateInput/DateInput.styles.d.ts +6 -6
  35. package/dist/components/DateInput/constants.d.ts +2 -2
  36. package/dist/components/DateInput/index.d.ts +3 -3
  37. package/dist/components/DatePicker/DatePicker.d.ts +26 -26
  38. package/dist/components/DatePicker/DatePicker.stories.d.ts +7 -8
  39. package/dist/components/DatePicker/DatePicker.styles.d.ts +6 -6
  40. package/dist/components/DatePicker/components/DatePickerHeader/DatePickerHeader.d.ts +8 -8
  41. package/dist/components/DatePicker/components/DatePickerHeader/DatePickerHeader.styles.d.ts +7 -7
  42. package/dist/components/DatePicker/components/DatePickerHeader/index.d.ts +2 -2
  43. package/dist/components/DatePicker/components/PopperContainer/PopperContainer.d.ts +4 -4
  44. package/dist/components/DatePicker/components/PopperContainer/index.d.ts +1 -1
  45. package/dist/components/DatePicker/components/index.d.ts +2 -2
  46. package/dist/components/DatePicker/constants.d.ts +3 -3
  47. package/dist/components/DatePicker/helpers.d.ts +3 -3
  48. package/dist/components/DatePicker/index.d.ts +4 -4
  49. package/dist/components/DatePicker/types.d.ts +4 -4
  50. package/dist/components/Description/Description.d.ts +13 -13
  51. package/dist/components/Description/Description.stories.d.ts +16 -18
  52. package/dist/components/Description/Description.styles.d.ts +3 -3
  53. package/dist/components/Description/constants.d.ts +1 -1
  54. package/dist/components/Description/index.d.ts +2 -2
  55. package/dist/components/FiltersPane/FiltersPane.d.ts +22 -22
  56. package/dist/components/FiltersPane/FiltersPane.stories.d.ts +31 -33
  57. package/dist/components/FiltersPane/FiltersPane.styles.d.ts +9 -9
  58. package/dist/components/FiltersPane/components/Filter/Filter.d.ts +12 -12
  59. package/dist/components/FiltersPane/components/Filter/index.d.ts +1 -1
  60. package/dist/components/FiltersPane/components/FilterInterval/FilterInterval.d.ts +24 -24
  61. package/dist/components/FiltersPane/components/FilterInterval/FilterInterval.styles.d.ts +15 -15
  62. package/dist/components/FiltersPane/components/FilterInterval/index.d.ts +2 -2
  63. package/dist/components/FiltersPane/components/FilterMultiSelect/FilterMultiSelect.d.ts +5 -5
  64. package/dist/components/FiltersPane/components/FilterMultiSelect/index.d.ts +1 -1
  65. package/dist/components/FiltersPane/components/FilterSelect/FilterSelect.d.ts +29 -29
  66. package/dist/components/FiltersPane/components/FilterSelect/FilterSelect.styles.d.ts +15 -15
  67. package/dist/components/FiltersPane/components/FilterSelect/index.d.ts +2 -2
  68. package/dist/components/FiltersPane/components/FilterValueView/FilterValueView.d.ts +5 -5
  69. package/dist/components/FiltersPane/components/FilterValueView/FilterValueView.styles.d.ts +3 -3
  70. package/dist/components/FiltersPane/components/FilterValueView/index.d.ts +2 -2
  71. package/dist/components/FiltersPane/components/FilterWithDates/FilterWithDates.d.ts +16 -16
  72. package/dist/components/FiltersPane/components/FilterWithDates/FilterWithDates.styles.d.ts +26 -26
  73. package/dist/components/FiltersPane/components/FilterWithDates/index.d.ts +2 -2
  74. package/dist/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.d.ts +13 -13
  75. package/dist/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.styles.d.ts +7 -7
  76. package/dist/components/FiltersPane/components/FilterWithPeriod/index.d.ts +2 -2
  77. package/dist/components/FiltersPane/components/FilterWrapper/FilterWrapper.d.ts +14 -14
  78. package/dist/components/FiltersPane/components/FilterWrapper/FilterWrapper.styles.d.ts +6 -6
  79. package/dist/components/FiltersPane/components/FilterWrapper/index.d.ts +2 -2
  80. package/dist/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.d.ts +21 -21
  81. package/dist/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.styles.d.ts +10 -10
  82. package/dist/components/FiltersPane/components/FiltersPaneSearch/index.d.ts +2 -2
  83. package/dist/components/FiltersPane/components/index.d.ts +9 -9
  84. package/dist/components/FiltersPane/constants.d.ts +9 -9
  85. package/dist/components/FiltersPane/helpers.d.ts +5 -5
  86. package/dist/components/FiltersPane/index.d.ts +4 -4
  87. package/dist/components/FiltersPane/types.d.ts +107 -107
  88. package/dist/components/Flag/Flag.d.ts +8 -8
  89. package/dist/components/Flag/Flag.stories.d.ts +12 -14
  90. package/dist/components/Flag/Flag.styles.d.ts +3 -3
  91. package/dist/components/Flag/index.d.ts +2 -2
  92. package/dist/components/FlexibleTable/FlexibleTable.d.ts +22 -22
  93. package/dist/components/FlexibleTable/FlexibleTable.stories.d.ts +15 -18
  94. package/dist/components/FlexibleTable/FlexibleTable.styles.d.ts +7 -7
  95. package/dist/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.d.ts +14 -14
  96. package/dist/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.styles.d.ts +3 -3
  97. package/dist/components/FlexibleTable/components/FlexibleTableCell/index.d.ts +2 -2
  98. package/dist/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.d.ts +28 -28
  99. package/dist/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.styles.d.ts +6 -6
  100. package/dist/components/FlexibleTable/components/FlexibleTableRow/index.d.ts +2 -2
  101. package/dist/components/FlexibleTable/components/index.d.ts +2 -2
  102. package/dist/components/FlexibleTable/constants.d.ts +1 -1
  103. package/dist/components/FlexibleTable/helpers.d.ts +3 -3
  104. package/dist/components/FlexibleTable/index.d.ts +4 -4
  105. package/dist/components/FlexibleTable/types.d.ts +44 -44
  106. package/dist/components/Icon/Icon.d.ts +8 -8
  107. package/dist/components/Icon/Icon.stories.d.ts +6 -6
  108. package/dist/components/Icon/Icon.styles.d.ts +3 -3
  109. package/dist/components/Icon/complexIcons/icons.d.ts +3 -3
  110. package/dist/components/Icon/complexIcons/index.d.ts +1 -1
  111. package/dist/components/Icon/components/ComplexIconBoilerplate/ComplexIconBoilerplate.d.ts +6 -6
  112. package/dist/components/Icon/components/ComplexIconBoilerplate/index.d.ts +1 -1
  113. package/dist/components/Icon/components/IconBolerplate/IconBoilerplate.d.ts +6 -6
  114. package/dist/components/Icon/components/IconBolerplate/index.d.ts +1 -1
  115. package/dist/components/Icon/components/index.d.ts +2 -2
  116. package/dist/components/Icon/helpers.d.ts +6 -6
  117. package/dist/components/Icon/icons-list.d.ts +1 -1
  118. package/dist/components/Icon/index.d.ts +5 -5
  119. package/dist/components/Icon/snippet.d.ts +3 -3
  120. package/dist/components/Icon/types.d.ts +13 -13
  121. package/dist/components/IncrementInput/IncrementInput.d.ts +9 -9
  122. package/dist/components/IncrementInput/IncrementInput.stories.d.ts +6 -8
  123. package/dist/components/IncrementInput/IncrementInput.styles.d.ts +9 -9
  124. package/dist/components/IncrementInput/index.d.ts +2 -2
  125. package/dist/components/Input/Input.d.ts +52 -52
  126. package/dist/components/Input/Input.stories.d.ts +34 -35
  127. package/dist/components/Input/Input.styles.d.ts +7 -7
  128. package/dist/components/Input/constants.d.ts +1 -1
  129. package/dist/components/Input/index.d.ts +3 -3
  130. package/dist/components/Input/types.d.ts +4 -4
  131. package/dist/components/List/List.d.ts +9 -9
  132. package/dist/components/List/List.stories.d.ts +5 -6
  133. package/dist/components/List/List.styles.d.ts +3 -3
  134. package/dist/components/List/components/ListItem/ListItem.d.ts +15 -15
  135. package/dist/components/List/components/ListItem/ListItem.styles.d.ts +3 -3
  136. package/dist/components/List/components/ListItem/index.d.ts +2 -2
  137. package/dist/components/List/components/index.d.ts +1 -1
  138. package/dist/components/List/index.d.ts +3 -3
  139. package/dist/components/Modal/Modal.d.ts +32 -32
  140. package/dist/components/Modal/Modal.stories.d.ts +29 -30
  141. package/dist/components/Modal/Modal.styles.d.ts +6 -6
  142. package/dist/components/Modal/index.d.ts +3 -3
  143. package/dist/components/Modal/types.d.ts +3 -3
  144. package/dist/components/MoreMenu/MoreMenu.d.ts +15 -15
  145. package/dist/components/MoreMenu/MoreMenu.stories.d.ts +6 -8
  146. package/dist/components/MoreMenu/MoreMenu.styles.d.ts +6 -6
  147. package/dist/components/MoreMenu/index.d.ts +2 -2
  148. package/dist/components/MultiSelect/MultiSelect.d.ts +23 -23
  149. package/dist/components/MultiSelect/MultiSelect.stories.d.ts +13 -14
  150. package/dist/components/MultiSelect/MultiSelect.styles.d.ts +7 -7
  151. package/dist/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.d.ts +12 -12
  152. package/dist/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.styles.d.ts +3 -3
  153. package/dist/components/MultiSelect/components/MultiSelectInput/index.d.ts +2 -2
  154. package/dist/components/MultiSelect/components/index.d.ts +1 -1
  155. package/dist/components/MultiSelect/index.d.ts +4 -4
  156. package/dist/components/MultiSelect/types.d.ts +1 -1
  157. package/dist/components/MultiSelectList/MultiSelectList.d.ts +25 -25
  158. package/dist/components/MultiSelectList/MultiSelectList.styles.d.ts +13 -13
  159. package/dist/components/MultiSelectList/constants.d.ts +3 -3
  160. package/dist/components/MultiSelectList/helpers.d.ts +3 -3
  161. package/dist/components/MultiSelectList/index.d.ts +3 -3
  162. package/dist/components/MultiSelectList/types.d.ts +12 -12
  163. package/dist/components/NewMoreMenu/NewMoreMenu.d.ts +15 -15
  164. package/dist/components/NewMoreMenu/NewMoreMenu.stories.d.ts +12 -14
  165. package/dist/components/NewMoreMenu/NewMoreMenu.styles.d.ts +8 -8
  166. package/dist/components/NewMoreMenu/index.d.ts +2 -2
  167. package/dist/components/Notification/Notification.d.ts +15 -15
  168. package/dist/components/Notification/Notification.stories.d.ts +8 -8
  169. package/dist/components/Notification/Notification.styles.d.ts +3 -3
  170. package/dist/components/Notification/index.d.ts +3 -3
  171. package/dist/components/Notification/types.d.ts +1 -1
  172. package/dist/components/NumberInput/NumberInput.d.ts +18 -18
  173. package/dist/components/NumberInput/NumberInput.stories.d.ts +7 -8
  174. package/dist/components/NumberInput/helpers.d.ts +4 -4
  175. package/dist/components/NumberInput/index.d.ts +1 -1
  176. package/dist/components/PhoneInput/PhoneInput.d.ts +17 -17
  177. package/dist/components/PhoneInput/PhoneInput.stories.d.ts +28 -30
  178. package/dist/components/PhoneInput/PhoneInput.styles.d.ts +9 -9
  179. package/dist/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.d.ts +13 -13
  180. package/dist/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.stories.d.ts +5 -6
  181. package/dist/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.styles.d.ts +7 -7
  182. package/dist/components/PhoneInput/components/PhoneInputCountryList/index.d.ts +2 -2
  183. package/dist/components/PhoneInput/components/index.d.ts +1 -1
  184. package/dist/components/PhoneInput/constants.d.ts +2 -2
  185. package/dist/components/PhoneInput/index.d.ts +4 -4
  186. package/dist/components/PhoneInput/types.d.ts +15 -15
  187. package/dist/components/RadioButton/RadioButton.d.ts +15 -15
  188. package/dist/components/RadioButton/RadioButton.stories.d.ts +7 -8
  189. package/dist/components/RadioButton/RadioButton.styles.d.ts +3 -3
  190. package/dist/components/RadioButton/index.d.ts +2 -2
  191. package/dist/components/ScrollIntoViewIfNeeded/ScrollIntoViewIfNeeded.d.ts +386 -382
  192. package/dist/components/ScrollIntoViewIfNeeded/constants.d.ts +3 -3
  193. package/dist/components/ScrollIntoViewIfNeeded/index.d.ts +1 -1
  194. package/dist/components/SearchInput/SearchInput.d.ts +6 -6
  195. package/dist/components/SearchInput/SearchInput.stories.d.ts +13 -8
  196. package/dist/components/SearchInput/SearchInput.styles.d.ts +7 -7
  197. package/dist/components/SearchInput/index.d.ts +2 -2
  198. package/dist/components/Select/CustomSelect.stories.d.ts +11 -14
  199. package/dist/components/Select/MultiSelect.stories.d.ts +15 -18
  200. package/dist/components/Select/Select.d.ts +47 -47
  201. package/dist/components/Select/Select.stories.d.ts +15 -18
  202. package/dist/components/Select/Select.styles.d.ts +33 -33
  203. package/dist/components/Select/components/SelectList/SelectList.d.ts +22 -22
  204. package/dist/components/Select/components/SelectList/SelectList.styles.d.ts +6 -6
  205. package/dist/components/Select/components/SelectList/index.d.ts +2 -2
  206. package/dist/components/Select/components/SelectListItem/SelectListItem.d.ts +14 -14
  207. package/dist/components/Select/components/SelectListItem/SelectListItem.styles.d.ts +2 -2
  208. package/dist/components/Select/components/SelectListItem/index.d.ts +1 -1
  209. package/dist/components/Select/components/index.d.ts +2 -2
  210. package/dist/components/Select/constants.d.ts +2 -2
  211. package/dist/components/Select/helpers.d.ts +7 -7
  212. package/dist/components/Select/index.d.ts +4 -4
  213. package/dist/components/Select/types.d.ts +1 -1
  214. package/dist/components/Selector/Selector.d.ts +22 -22
  215. package/dist/components/Selector/Selector.stories.d.ts +7 -8
  216. package/dist/components/Selector/Selector.styles.d.ts +9 -9
  217. package/dist/components/Selector/index.d.ts +2 -2
  218. package/dist/components/Selector/types.d.ts +10 -10
  219. package/dist/components/Skeleton/Skeleton.d.ts +7 -7
  220. package/dist/components/Skeleton/Skeleton.stories.d.ts +6 -8
  221. package/dist/components/Skeleton/Skeleton.styles.d.ts +3 -3
  222. package/dist/components/Skeleton/index.d.ts +2 -2
  223. package/dist/components/SmartInput/SmartInput.d.ts +12 -12
  224. package/dist/components/SmartInput/SmartInput.stories.d.ts +18 -19
  225. package/dist/components/SmartInput/constants.d.ts +18 -18
  226. package/dist/components/SmartInput/helpers.d.ts +4 -4
  227. package/dist/components/SmartInput/index.d.ts +2 -2
  228. package/dist/components/SmartInput/types.d.ts +1 -1
  229. package/dist/components/Status/Status.d.ts +16 -16
  230. package/dist/components/Status/Status.stories.d.ts +6 -8
  231. package/dist/components/Status/Status.styles.d.ts +3 -3
  232. package/dist/components/Status/constants.d.ts +2 -2
  233. package/dist/components/Status/index.d.ts +2 -2
  234. package/dist/components/Status/types.d.ts +3 -3
  235. package/dist/components/Switch/Switch.d.ts +20 -20
  236. package/dist/components/Switch/Switch.stories.d.ts +16 -17
  237. package/dist/components/Switch/Switch.styles.d.ts +3 -3
  238. package/dist/components/Switch/index.d.ts +3 -3
  239. package/dist/components/Switch/types.d.ts +4 -4
  240. package/dist/components/TextArea/TextArea.d.ts +36 -36
  241. package/dist/components/TextArea/TextArea.stories.d.ts +16 -18
  242. package/dist/components/TextArea/TextArea.styles.d.ts +3 -3
  243. package/dist/components/TextArea/index.d.ts +2 -2
  244. package/dist/components/TextButton/TextButton.d.ts +30 -30
  245. package/dist/components/TextButton/TextButton.stories.d.ts +5 -6
  246. package/dist/components/TextButton/TextButton.styles.d.ts +7 -7
  247. package/dist/components/TextButton/index.d.ts +3 -3
  248. package/dist/components/TextWithInfo/TextWithInfo.d.ts +15 -15
  249. package/dist/components/TextWithInfo/TextWithInfo.stories.d.ts +12 -13
  250. package/dist/components/TextWithInfo/TextWithInfo.styles.d.ts +3 -3
  251. package/dist/components/TextWithInfo/index.d.ts +2 -2
  252. package/dist/components/TextWithTooltip/TextWithTooltip.d.ts +26 -26
  253. package/dist/components/TextWithTooltip/TextWithTooltip.stories.d.ts +24 -26
  254. package/dist/components/TextWithTooltip/TextWithTooltip.styles.d.ts +6 -6
  255. package/dist/components/TextWithTooltip/index.d.ts +2 -2
  256. package/dist/components/ThemedPreloader/ThemedPreloader.d.ts +11 -11
  257. package/dist/components/ThemedPreloader/ThemedPreloader.stories.d.ts +17 -18
  258. package/dist/components/ThemedPreloader/ThemedPreloader.styles.d.ts +7 -7
  259. package/dist/components/ThemedPreloader/components/DefaultPreloader/DefaultPreloader.d.ts +2 -2
  260. package/dist/components/ThemedPreloader/components/DefaultPreloader/index.d.ts +1 -1
  261. package/dist/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.d.ts +5 -5
  262. package/dist/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.styles.d.ts +3 -3
  263. package/dist/components/ThemedPreloader/components/DotsPreloader/index.d.ts +2 -2
  264. package/dist/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.d.ts +8 -8
  265. package/dist/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.styles.d.ts +3 -3
  266. package/dist/components/ThemedPreloader/components/SvgPreloader/index.d.ts +2 -2
  267. package/dist/components/ThemedPreloader/components/index.d.ts +3 -3
  268. package/dist/components/ThemedPreloader/constants.d.ts +1 -1
  269. package/dist/components/ThemedPreloader/index.d.ts +4 -4
  270. package/dist/components/ThemedPreloader/types.d.ts +2 -2
  271. package/dist/components/Toaster/Toaster.d.ts +23 -23
  272. package/dist/components/Toaster/Toaster.stories.d.ts +5 -6
  273. package/dist/components/Toaster/Toaster.styles.d.ts +6 -6
  274. package/dist/components/Toaster/constants.d.ts +1 -1
  275. package/dist/components/Toaster/index.d.ts +3 -3
  276. package/dist/components/Toaster/types.d.ts +1 -1
  277. package/dist/components/Tooltip/Tooltip.d.ts +11 -11
  278. package/dist/components/Tooltip/Tooltip.stories.d.ts +5 -6
  279. package/dist/components/Tooltip/Tooltip.styles.d.ts +3 -3
  280. package/dist/components/Tooltip/index.d.ts +3 -3
  281. package/dist/components/Tooltip/types.d.ts +1 -1
  282. package/dist/components/WithPopup/WithPopup.d.ts +30 -30
  283. package/dist/components/WithPopup/WithPopup.stories.d.ts +16 -18
  284. package/dist/components/WithPopup/WithPopup.styles.d.ts +3 -3
  285. package/dist/components/WithPopup/constants.d.ts +2 -2
  286. package/dist/components/WithPopup/index.d.ts +2 -2
  287. package/dist/components/WithPopup/types.d.ts +2 -2
  288. package/dist/components/index.d.ts +42 -42
  289. package/dist/constants/index.d.ts +1 -1
  290. package/dist/constants/phone-info.d.ts +2 -2
  291. package/dist/helpers/index.d.ts +3 -3
  292. package/dist/helpers/misc.d.ts +19 -19
  293. package/dist/helpers/phone.d.ts +14 -14
  294. package/dist/helpers/popper-helpers.d.ts +2 -2
  295. package/dist/hooks/index.d.ts +7 -7
  296. package/dist/hooks/use-did-mount-effect.d.ts +2 -2
  297. package/dist/hooks/use-dropdown.d.ts +11 -11
  298. package/dist/hooks/use-is-mounted.d.ts +1 -1
  299. package/dist/hooks/use-merged-refs.d.ts +2 -2
  300. package/dist/hooks/use-mixed-styles.d.ts +1 -1
  301. package/dist/hooks/use-on-click-outside.d.ts +5 -5
  302. package/dist/hooks/use-tweak-styles.d.ts +21 -21
  303. package/dist/index.d.ts +6 -6
  304. package/dist/theme/Provider.d.ts +11 -11
  305. package/dist/theme/common.d.ts +98 -98
  306. package/dist/theme/helpers.d.ts +10 -10
  307. package/dist/theme/index.d.ts +4 -4
  308. package/dist/theme/types.d.ts +79 -79
  309. package/dist/true-react-common-ui-kit.js +128 -266
  310. package/dist/true-react-common-ui-kit.js.map +1 -1
  311. package/dist/true-react-common-ui-kit.umd.cjs +135 -273
  312. package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
  313. package/dist/types.d.ts +19 -19
  314. package/package.json +97 -96
  315. package/src/components/AccountInfo/AccountInfo.stories.tsx +32 -32
  316. package/src/components/AccountInfo/AccountInfo.styles.ts +51 -51
  317. package/src/components/AccountInfo/AccountInfo.tsx +80 -80
  318. package/src/components/AccountInfo/constants.ts +1 -1
  319. package/src/components/AccountInfo/index.ts +2 -2
  320. package/src/components/AddButton/AddButton.stories.tsx +21 -21
  321. package/src/components/AddButton/AddButton.styles.ts +34 -34
  322. package/src/components/AddButton/AddButton.tsx +52 -52
  323. package/src/components/AddButton/index.ts +2 -2
  324. package/src/components/Button/Button.stories.tsx +56 -56
  325. package/src/components/Button/Button.styles.ts +200 -200
  326. package/src/components/Button/Button.tsx +129 -129
  327. package/src/components/Button/constants.ts +9 -9
  328. package/src/components/Button/index.ts +3 -3
  329. package/src/components/Button/types.ts +5 -5
  330. package/src/components/Checkbox/Checkbox.stories.tsx +28 -28
  331. package/src/components/Checkbox/Checkbox.styles.ts +47 -47
  332. package/src/components/Checkbox/Checkbox.tsx +88 -88
  333. package/src/components/Checkbox/index.ts +2 -2
  334. package/src/components/CloseButton/CloseButton.styles.ts +33 -33
  335. package/src/components/CloseButton/CloseButton.tsx +34 -34
  336. package/src/components/CloseButton/index.ts +2 -2
  337. package/src/components/Colors/Colors.stories.tsx +7 -7
  338. package/src/components/Colors/Colors.styles.ts +36 -36
  339. package/src/components/Colors/Colors.tsx +26 -26
  340. package/src/components/Colors/index.ts +1 -1
  341. package/src/components/CssBaseline/CssBaseline.styles.ts +14 -14
  342. package/src/components/CssBaseline/CssBaseline.tsx +13 -13
  343. package/src/components/CssBaseline/index.ts +2 -2
  344. package/src/components/DateInput/DateInput.stories.tsx +61 -61
  345. package/src/components/DateInput/DateInput.styles.ts +18 -18
  346. package/src/components/DateInput/DateInput.tsx +90 -90
  347. package/src/components/DateInput/constants.ts +2 -2
  348. package/src/components/DateInput/index.ts +3 -3
  349. package/src/components/DatePicker/DatePicker.stories.tsx +88 -88
  350. package/src/components/DatePicker/DatePicker.styles.ts +38 -38
  351. package/src/components/DatePicker/DatePicker.tsx +308 -308
  352. package/src/components/DatePicker/components/DatePickerHeader/DatePickerHeader.styles.ts +88 -88
  353. package/src/components/DatePicker/components/DatePickerHeader/DatePickerHeader.tsx +89 -89
  354. package/src/components/DatePicker/components/DatePickerHeader/index.ts +2 -2
  355. package/src/components/DatePicker/components/PopperContainer/PopperContainer.tsx +6 -6
  356. package/src/components/DatePicker/components/PopperContainer/index.ts +1 -1
  357. package/src/components/DatePicker/components/index.ts +2 -2
  358. package/src/components/DatePicker/constants.ts +6 -6
  359. package/src/components/DatePicker/helpers.ts +23 -23
  360. package/src/components/DatePicker/index.ts +4 -4
  361. package/src/components/DatePicker/types.ts +45 -45
  362. package/src/components/Description/Description.stories.tsx +27 -27
  363. package/src/components/Description/Description.styles.ts +30 -30
  364. package/src/components/Description/Description.tsx +61 -61
  365. package/src/components/Description/constants.ts +1 -1
  366. package/src/components/Description/index.ts +2 -2
  367. package/src/components/FiltersPane/FiltersPane.stories.tsx +287 -287
  368. package/src/components/FiltersPane/FiltersPane.styles.ts +87 -87
  369. package/src/components/FiltersPane/FiltersPane.tsx +158 -158
  370. package/src/components/FiltersPane/components/Filter/Filter.tsx +203 -203
  371. package/src/components/FiltersPane/components/Filter/index.ts +1 -1
  372. package/src/components/FiltersPane/components/FilterInterval/FilterInterval.styles.ts +61 -61
  373. package/src/components/FiltersPane/components/FilterInterval/FilterInterval.tsx +154 -154
  374. package/src/components/FiltersPane/components/FilterInterval/index.ts +2 -2
  375. package/src/components/FiltersPane/components/FilterMultiSelect/FilterMultiSelect.tsx +10 -10
  376. package/src/components/FiltersPane/components/FilterMultiSelect/index.ts +1 -1
  377. package/src/components/FiltersPane/components/FilterSelect/FilterSelect.styles.ts +140 -140
  378. package/src/components/FiltersPane/components/FilterSelect/FilterSelect.tsx +354 -354
  379. package/src/components/FiltersPane/components/FilterSelect/index.ts +2 -2
  380. package/src/components/FiltersPane/components/FilterValueView/FilterValueView.styles.tsx +15 -15
  381. package/src/components/FiltersPane/components/FilterValueView/FilterValueView.tsx +166 -166
  382. package/src/components/FiltersPane/components/FilterValueView/index.tsx +2 -2
  383. package/src/components/FiltersPane/components/FilterWithDates/FilterWithDates.styles.ts +68 -68
  384. package/src/components/FiltersPane/components/FilterWithDates/FilterWithDates.tsx +210 -210
  385. package/src/components/FiltersPane/components/FilterWithDates/index.ts +2 -2
  386. package/src/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.styles.ts +21 -21
  387. package/src/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.tsx +177 -177
  388. package/src/components/FiltersPane/components/FilterWithPeriod/index.ts +2 -2
  389. package/src/components/FiltersPane/components/FilterWrapper/FilterWrapper.styles.ts +115 -115
  390. package/src/components/FiltersPane/components/FilterWrapper/FilterWrapper.tsx +167 -167
  391. package/src/components/FiltersPane/components/FilterWrapper/index.ts +2 -2
  392. package/src/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.styles.ts +117 -117
  393. package/src/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.tsx +165 -165
  394. package/src/components/FiltersPane/components/FiltersPaneSearch/index.ts +2 -2
  395. package/src/components/FiltersPane/components/index.ts +9 -9
  396. package/src/components/FiltersPane/constants.ts +137 -137
  397. package/src/components/FiltersPane/helpers.ts +26 -26
  398. package/src/components/FiltersPane/index.ts +5 -5
  399. package/src/components/FiltersPane/types.ts +156 -156
  400. package/src/components/Flag/Flag.stories.tsx +29 -29
  401. package/src/components/Flag/Flag.styles.ts +17 -17
  402. package/src/components/Flag/Flag.tsx +26 -26
  403. package/src/components/Flag/augment.d.ts +1 -1
  404. package/src/components/Flag/index.ts +2 -2
  405. package/src/components/FlexibleTable/FlexibleTable.stories.tsx +267 -267
  406. package/src/components/FlexibleTable/FlexibleTable.styles.ts +110 -110
  407. package/src/components/FlexibleTable/FlexibleTable.tsx +271 -271
  408. package/src/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.styles.ts +38 -38
  409. package/src/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.tsx +83 -83
  410. package/src/components/FlexibleTable/components/FlexibleTableCell/index.ts +2 -2
  411. package/src/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.styles.ts +25 -25
  412. package/src/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.tsx +196 -196
  413. package/src/components/FlexibleTable/components/FlexibleTableRow/index.ts +2 -2
  414. package/src/components/FlexibleTable/components/index.ts +2 -2
  415. package/src/components/FlexibleTable/constants.ts +1 -1
  416. package/src/components/FlexibleTable/helpers.ts +13 -13
  417. package/src/components/FlexibleTable/index.ts +4 -4
  418. package/src/components/FlexibleTable/types.ts +52 -52
  419. package/src/components/Icon/Icon.stories.tsx +86 -86
  420. package/src/components/Icon/Icon.styles.ts +10 -10
  421. package/src/components/Icon/Icon.tsx +26 -26
  422. package/src/components/Icon/complexIcons/augment.d.ts +1 -1
  423. package/src/components/Icon/complexIcons/avatarGreen.svg +57 -57
  424. package/src/components/Icon/complexIcons/icons.ts +5 -5
  425. package/src/components/Icon/complexIcons/index.ts +1 -1
  426. package/src/components/Icon/components/ComplexIconBoilerplate/ComplexIconBoilerplate.tsx +16 -16
  427. package/src/components/Icon/components/ComplexIconBoilerplate/index.ts +1 -1
  428. package/src/components/Icon/components/IconBolerplate/IconBoilerplate.tsx +43 -43
  429. package/src/components/Icon/components/IconBolerplate/index.ts +1 -1
  430. package/src/components/Icon/components/index.ts +2 -2
  431. package/src/components/Icon/helpers.tsx +9 -9
  432. package/src/components/Icon/icons-list.ts +856 -856
  433. package/src/components/Icon/index.ts +5 -5
  434. package/src/components/Icon/snippet.tsx +6 -6
  435. package/src/components/Icon/types.ts +18 -18
  436. package/src/components/IncrementInput/IncrementInput.stories.tsx +31 -31
  437. package/src/components/IncrementInput/IncrementInput.styles.ts +77 -77
  438. package/src/components/IncrementInput/IncrementInput.tsx +105 -105
  439. package/src/components/IncrementInput/index.ts +2 -2
  440. package/src/components/Input/Input.stories.tsx +86 -86
  441. package/src/components/Input/Input.styles.ts +307 -307
  442. package/src/components/Input/Input.tsx +297 -297
  443. package/src/components/Input/constants.ts +1 -1
  444. package/src/components/Input/index.ts +3 -3
  445. package/src/components/Input/types.ts +32 -32
  446. package/src/components/List/List.stories.tsx +70 -70
  447. package/src/components/List/List.styles.ts +51 -51
  448. package/src/components/List/List.tsx +33 -33
  449. package/src/components/List/components/ListItem/ListItem.styles.ts +47 -47
  450. package/src/components/List/components/ListItem/ListItem.tsx +57 -57
  451. package/src/components/List/components/ListItem/index.ts +2 -2
  452. package/src/components/List/components/index.ts +1 -1
  453. package/src/components/List/index.ts +3 -3
  454. package/src/components/Modal/Modal.stories.tsx +105 -105
  455. package/src/components/Modal/Modal.styles.ts +303 -303
  456. package/src/components/Modal/Modal.tsx +196 -196
  457. package/src/components/Modal/index.ts +3 -3
  458. package/src/components/Modal/types.ts +17 -17
  459. package/src/components/MoreMenu/MoreMenu.stories.tsx +46 -46
  460. package/src/components/MoreMenu/MoreMenu.styles.ts +68 -68
  461. package/src/components/MoreMenu/MoreMenu.tsx +93 -93
  462. package/src/components/MoreMenu/index.ts +2 -2
  463. package/src/components/MultiSelect/MultiSelect.stories.tsx +46 -46
  464. package/src/components/MultiSelect/MultiSelect.styles.ts +59 -59
  465. package/src/components/MultiSelect/MultiSelect.tsx +106 -106
  466. package/src/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.styles.ts +73 -73
  467. package/src/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.tsx +53 -53
  468. package/src/components/MultiSelect/components/MultiSelectInput/index.ts +2 -2
  469. package/src/components/MultiSelect/components/index.ts +1 -1
  470. package/src/components/MultiSelect/index.ts +4 -4
  471. package/src/components/MultiSelect/types.ts +1 -1
  472. package/src/components/MultiSelectList/MultiSelectList.styles.ts +136 -136
  473. package/src/components/MultiSelectList/MultiSelectList.tsx +461 -461
  474. package/src/components/MultiSelectList/constants.ts +21 -21
  475. package/src/components/MultiSelectList/helpers.ts +11 -11
  476. package/src/components/MultiSelectList/index.ts +3 -3
  477. package/src/components/MultiSelectList/types.ts +15 -15
  478. package/src/components/NewMoreMenu/NewMoreMenu.stories.tsx +73 -73
  479. package/src/components/NewMoreMenu/NewMoreMenu.styles.ts +38 -38
  480. package/src/components/NewMoreMenu/NewMoreMenu.tsx +80 -80
  481. package/src/components/NewMoreMenu/index.ts +2 -2
  482. package/src/components/Notification/Notification.stories.tsx +46 -46
  483. package/src/components/Notification/Notification.styles.ts +55 -55
  484. package/src/components/Notification/Notification.tsx +69 -69
  485. package/src/components/Notification/index.ts +3 -3
  486. package/src/components/Notification/types.ts +1 -1
  487. package/src/components/NumberInput/NumberInput.stories.tsx +35 -35
  488. package/src/components/NumberInput/NumberInput.tsx +137 -137
  489. package/src/components/NumberInput/helpers.ts +86 -86
  490. package/src/components/NumberInput/index.ts +1 -1
  491. package/src/components/PhoneInput/PhoneInput.stories.tsx +70 -70
  492. package/src/components/PhoneInput/PhoneInput.styles.ts +89 -89
  493. package/src/components/PhoneInput/PhoneInput.tsx +214 -214
  494. package/src/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.stories.tsx +21 -21
  495. package/src/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.styles.ts +103 -103
  496. package/src/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.tsx +155 -155
  497. package/src/components/PhoneInput/components/PhoneInputCountryList/index.ts +2 -2
  498. package/src/components/PhoneInput/components/index.ts +1 -1
  499. package/src/components/PhoneInput/constants.ts +3 -3
  500. package/src/components/PhoneInput/index.ts +4 -4
  501. package/src/components/PhoneInput/types.ts +16 -16
  502. package/src/components/RadioButton/RadioButton.stories.tsx +46 -46
  503. package/src/components/RadioButton/RadioButton.styles.ts +37 -37
  504. package/src/components/RadioButton/RadioButton.tsx +57 -57
  505. package/src/components/RadioButton/index.ts +2 -2
  506. package/src/components/ScrollIntoViewIfNeeded/ScrollIntoViewIfNeeded.ts +54 -54
  507. package/src/components/ScrollIntoViewIfNeeded/constants.ts +12 -12
  508. package/src/components/ScrollIntoViewIfNeeded/index.ts +1 -1
  509. package/src/components/SearchInput/SearchInput.stories.tsx +23 -23
  510. package/src/components/SearchInput/SearchInput.styles.ts +50 -50
  511. package/src/components/SearchInput/SearchInput.tsx +56 -56
  512. package/src/components/SearchInput/index.ts +2 -2
  513. package/src/components/Select/CustomSelect.stories.tsx +217 -217
  514. package/src/components/Select/MultiSelect.stories.tsx +240 -240
  515. package/src/components/Select/Select.stories.tsx +235 -235
  516. package/src/components/Select/Select.styles.ts +146 -146
  517. package/src/components/Select/Select.tsx +609 -609
  518. package/src/components/Select/components/SelectList/SelectList.styles.ts +71 -71
  519. package/src/components/Select/components/SelectList/SelectList.tsx +156 -156
  520. package/src/components/Select/components/SelectList/index.ts +2 -2
  521. package/src/components/Select/components/SelectListItem/SelectListItem.styles.ts +14 -14
  522. package/src/components/Select/components/SelectListItem/SelectListItem.tsx +72 -72
  523. package/src/components/Select/components/SelectListItem/index.ts +1 -1
  524. package/src/components/Select/components/index.ts +2 -2
  525. package/src/components/Select/constants.ts +2 -2
  526. package/src/components/Select/helpers.ts +27 -27
  527. package/src/components/Select/index.ts +4 -4
  528. package/src/components/Select/types.ts +1 -1
  529. package/src/components/Selector/Selector.stories.tsx +62 -62
  530. package/src/components/Selector/Selector.styles.ts +164 -164
  531. package/src/components/Selector/Selector.tsx +115 -115
  532. package/src/components/Selector/index.ts +2 -2
  533. package/src/components/Selector/types.ts +12 -12
  534. package/src/components/Skeleton/Skeleton.stories.tsx +19 -19
  535. package/src/components/Skeleton/Skeleton.styles.ts +46 -46
  536. package/src/components/Skeleton/Skeleton.tsx +12 -12
  537. package/src/components/Skeleton/index.ts +2 -2
  538. package/src/components/SmartInput/SmartInput.stories.tsx +51 -51
  539. package/src/components/SmartInput/SmartInput.tsx +134 -134
  540. package/src/components/SmartInput/constants.ts +84 -84
  541. package/src/components/SmartInput/helpers.ts +13 -13
  542. package/src/components/SmartInput/index.ts +2 -2
  543. package/src/components/SmartInput/types.ts +11 -11
  544. package/src/components/Status/Status.stories.tsx +73 -73
  545. package/src/components/Status/Status.styles.ts +143 -143
  546. package/src/components/Status/Status.tsx +49 -49
  547. package/src/components/Status/constants.ts +11 -11
  548. package/src/components/Status/index.ts +3 -3
  549. package/src/components/Status/types.ts +5 -5
  550. package/src/components/Switch/Switch.stories.tsx +40 -40
  551. package/src/components/Switch/Switch.styles.ts +75 -75
  552. package/src/components/Switch/Switch.tsx +75 -75
  553. package/src/components/Switch/index.ts +3 -3
  554. package/src/components/Switch/types.ts +4 -4
  555. package/src/components/TextArea/TextArea.stories.tsx +35 -35
  556. package/src/components/TextArea/TextArea.styles.ts +157 -157
  557. package/src/components/TextArea/TextArea.tsx +180 -180
  558. package/src/components/TextArea/index.ts +2 -2
  559. package/src/components/TextButton/TextButton.stories.tsx +46 -46
  560. package/src/components/TextButton/TextButton.styles.ts +129 -129
  561. package/src/components/TextButton/TextButton.tsx +103 -103
  562. package/src/components/TextButton/index.ts +4 -4
  563. package/src/components/TextWithInfo/TextWithInfo.stories.tsx +53 -53
  564. package/src/components/TextWithInfo/TextWithInfo.styles.ts +59 -59
  565. package/src/components/TextWithInfo/TextWithInfo.tsx +62 -62
  566. package/src/components/TextWithInfo/index.ts +2 -2
  567. package/src/components/TextWithTooltip/TextWithTooltip.stories.tsx +58 -58
  568. package/src/components/TextWithTooltip/TextWithTooltip.styles.ts +21 -21
  569. package/src/components/TextWithTooltip/TextWithTooltip.tsx +156 -156
  570. package/src/components/TextWithTooltip/index.ts +2 -2
  571. package/src/components/ThemedPreloader/ThemedPreloader.stories.tsx +41 -41
  572. package/src/components/ThemedPreloader/ThemedPreloader.styles.ts +26 -26
  573. package/src/components/ThemedPreloader/ThemedPreloader.tsx +54 -54
  574. package/src/components/ThemedPreloader/components/DefaultPreloader/DefaultPreloader.tsx +29 -29
  575. package/src/components/ThemedPreloader/components/DefaultPreloader/index.ts +1 -1
  576. package/src/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.styles.ts +54 -54
  577. package/src/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.tsx +15 -15
  578. package/src/components/ThemedPreloader/components/DotsPreloader/index.ts +2 -2
  579. package/src/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.styles.ts +11 -11
  580. package/src/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.tsx +24 -24
  581. package/src/components/ThemedPreloader/components/SvgPreloader/index.ts +2 -2
  582. package/src/components/ThemedPreloader/components/index.ts +3 -3
  583. package/src/components/ThemedPreloader/constants.ts +1 -1
  584. package/src/components/ThemedPreloader/index.ts +4 -4
  585. package/src/components/ThemedPreloader/types.ts +3 -3
  586. package/src/components/Toaster/Toaster.stories.tsx +30 -30
  587. package/src/components/Toaster/Toaster.styles.ts +60 -60
  588. package/src/components/Toaster/Toaster.tsx +108 -108
  589. package/src/components/Toaster/constants.ts +1 -1
  590. package/src/components/Toaster/index.ts +3 -3
  591. package/src/components/Toaster/types.ts +1 -1
  592. package/src/components/Tooltip/Tooltip.stories.tsx +19 -19
  593. package/src/components/Tooltip/Tooltip.styles.ts +49 -49
  594. package/src/components/Tooltip/Tooltip.tsx +35 -35
  595. package/src/components/Tooltip/index.ts +3 -3
  596. package/src/components/Tooltip/types.ts +1 -1
  597. package/src/components/WithPopup/WithPopup.stories.tsx +77 -77
  598. package/src/components/WithPopup/WithPopup.styles.ts +21 -21
  599. package/src/components/WithPopup/WithPopup.tsx +130 -130
  600. package/src/components/WithPopup/constants.ts +3 -3
  601. package/src/components/WithPopup/index.ts +2 -2
  602. package/src/components/WithPopup/types.ts +3 -3
  603. package/src/components/index.ts +42 -42
  604. package/src/constants/index.ts +1 -1
  605. package/src/constants/phone-info.ts +2147 -2147
  606. package/src/helpers/index.ts +3 -3
  607. package/src/helpers/misc.ts +158 -158
  608. package/src/helpers/phone.ts +91 -91
  609. package/src/helpers/popper-helpers.ts +17 -17
  610. package/src/hooks/index.ts +7 -7
  611. package/src/hooks/use-did-mount-effect.ts +18 -18
  612. package/src/hooks/use-dropdown.ts +84 -84
  613. package/src/hooks/use-is-mounted.ts +15 -15
  614. package/src/hooks/use-merged-refs.ts +4 -4
  615. package/src/hooks/use-mixed-styles.ts +14 -14
  616. package/src/hooks/use-on-click-outside.ts +77 -77
  617. package/src/hooks/use-tweak-styles.ts +57 -57
  618. package/src/index.ts +6 -6
  619. package/src/theme/Provider.tsx +21 -21
  620. package/src/theme/common.ts +161 -161
  621. package/src/theme/helpers.ts +76 -76
  622. package/src/theme/index.ts +4 -4
  623. package/src/theme/types.ts +151 -151
  624. package/src/types.ts +26 -26
  625. package/src/vite-env.d.ts +1 -1
@@ -1,856 +1,856 @@
1
- import { checkIcons } from './helpers';
2
-
3
- export const iconsList = checkIcons({
4
- 'vendor-service': {
5
- paths: [
6
- {
7
- d: 'M12.23 11.589l.273.376a.11.11 0 01-.023.155l-.22.159a.11.11 0 00-.024.156l1.547 2.12c.034.05.067.04.068-.022l-.013-2.558c0-.061.05-.1.11-.087l.921.306c.063.02.108.075.116.139l.196 4.036a.455.455 0 00.072.202l1.046 1.435a.625.625 0 01-.608.986.628.628 0 01-.41-.25l-1.046-1.436a.426.426 0 00-.173-.13l-3.788-1.435a.156.156 0 01-.097-.151l-.009-.966c0-.028.015-.053.037-.069a.089.089 0 01.078-.01l2.439.802c.059.018.077-.008.041-.058l-1.546-2.118a.112.112 0 00-.155-.025l-.22.158a.113.113 0 01-.156-.025l-.274-.374a.114.114 0 01.025-.157l1.636-1.183a.114.114 0 01.157.024zm-4.303-.025l1.636 1.185a.11.11 0 01.025.154l-.273.376a.113.113 0 01-.156.024l-.22-.158a.113.113 0 00-.156.026L7.236 15.29c-.036.05-.017.077.042.059l2.439-.804c.06-.017.111.02.115.079l-.006.966a.157.157 0 01-.097.15l-3.794 1.435a.452.452 0 00-.17.132L4.718 18.74a.632.632 0 01-.88.137.625.625 0 01-.136-.873l1.047-1.437a.47.47 0 00.072-.201l.198-4.035v.001a.16.16 0 01.113-.138l.92-.306c.062-.014.113.025.114.085l-.014 2.557c.001.062.032.07.07.02l1.544-2.118a.11.11 0 00-.026-.156l-.217-.157a.113.113 0 01-.025-.157l.274-.374a.112.112 0 01.156-.025zm-1.11-5.195l.575.777c.032.052.012.11-.046.132L4.9 8.054c-.057.021-.057.053 0 .072l2.502.81a.112.112 0 00.141-.072l.083-.257a.114.114 0 01.141-.071l.443.142c.06.02.092.083.073.142l-.625 1.915a.11.11 0 01-.056.065.112.112 0 01-.087.005l-.442-.14a.111.111 0 01-.07-.141l.082-.256a.112.112 0 00-.073-.141l-2.503-.81c-.06-.019-.077.007-.042.057l1.522 2.063c.035.05.016.111-.04.134l-.924.292a.16.16 0 01-.175-.045L2.307 8.669a.428.428 0 00-.178-.122L.435 8a.623.623 0 01-.403-.79.62.62 0 01.31-.363.635.635 0 01.48-.04l1.7.548a.391.391 0 00.212.006l3.914-1.057a.164.164 0 01.17.065zm6.534-.067l3.916 1.061a.423.423 0 00.217-.006l1.692-.548a.638.638 0 01.481.039.626.626 0 01-.092 1.153l-1.695.55a.457.457 0 00-.178.12l-2.54 3.147a.161.161 0 01-.175.045l-.924-.292a.087.087 0 01-.055-.056.086.086 0 01.013-.077l1.52-2.06c.035-.051.017-.077-.042-.057l-2.5.807a.117.117 0 00-.074.143l.085.253a.115.115 0 01-.07.143l-.444.143a.114.114 0 01-.141-.073l-.626-1.916a.111.111 0 01.072-.14l.443-.142a.114.114 0 01.142.07l.082.257a.113.113 0 00.142.072l2.503-.81c.06-.02.06-.05.001-.072l-2.45-.778c-.057-.02-.079-.08-.045-.132l.574-.776a.165.165 0 01.168-.068zM10.001 0c.346 0 .63.28.63.625v1.776c0 .062.026.155.061.207l2.22 3.377a.156.156 0 01-.012.179l-.563.785c-.041.047-.103.046-.142-.003l-1.497-2.075c-.038-.05-.068-.04-.068.02v2.62c0 .062.05.112.114.112h.268c.063 0 .113.05.113.111v.464c0 .062-.05.11-.113.11H8.99a.112.112 0 01-.112-.11v-.464c0-.061.05-.11.112-.111h.27c.062 0 .113-.05.113-.112V4.89c0-.06-.032-.071-.07-.024l-1.499 2.08c-.037.048-.1.05-.138.003L7.1 6.162a.157.157 0 01-.011-.177l2.222-3.381a.45.45 0 00.061-.207V.626c0-.345.28-.626.63-.626z',
8
- },
9
- ],
10
- },
11
- 'aircraft-takeoff': {
12
- paths: [
13
- {
14
- d: 'M17 15.033v.934H3v-.934h14zM7.31 4.668l4.678 4.165 3.59-.92c.54-.143 1.102.168 1.244.687.142.518-.176 1.049-.723 1.204l-3.59.914-2.942.751-3.59.927-1.082.272-.52-.862-1.23-2.047.98-.253 1.332.998 3.36-.861-2.8-4.645 1.292-.33z',
15
- },
16
- ],
17
- },
18
- archive: {
19
- viewBox: '0 0 20 20',
20
- paths: [
21
- {
22
- d: 'M3 8h14v8c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V8zm5 2c-.552 0-1 .448-1 1s.448 1 1 1h4c.552 0 1-.448 1-1s-.448-1-1-1H8zM3 3h14c.552 0 1 .448 1 1v2c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1z',
23
- },
24
- ],
25
- },
26
- arrow: {
27
- viewBox: '0 0 16 16',
28
- paths: [
29
- {
30
- d: 'M8.5 11.071l3.536-3.535L8.5 4M3 7.5l8.5.032',
31
- strokeLinecap: 'round' as const,
32
- strokeLinejoin: 'round' as const,
33
- stroke: 'currentColor',
34
- fill: 'none',
35
- },
36
- ],
37
- },
38
- 'arrow-right': {
39
- paths: [
40
- {
41
- d: 'M17.707 9.293l-5-5c-.391-.391-1.023-.391-1.414 0s-.391 1.023 0 1.414L14.586 9H3c-.553 0-1 .448-1 1s.447 1 1 1h11.586l-3.293 3.293c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293.256 0 .512-.098.707-.293l5-5c.391-.391.391-1.023 0-1.414',
42
- },
43
- ],
44
- },
45
- baggage: {
46
- viewBox: '0 0 24 24',
47
- paths: [
48
- {
49
- d: 'M16.8 3.6h.596c.996 0 1.804.805 1.804 1.795v8.41c0 .992-.807 1.795-1.804 1.795H16.8v-12zm-14.4 0v12h-.596C.808 15.6 0 14.795 0 13.805v-8.41C0 4.403.807 3.6 1.804 3.6H2.4zm13.2 12h-12v-12h12v12zM6 .908C6 .407 6.541 0 7.189 0h4.822c.657 0 1.189.399 1.189.908V3.6H6V.908zm1.2.292v2.4H12V1.2H7.2z',
50
- },
51
- ],
52
- },
53
- balloon: {
54
- viewBox: '0 0 28 28',
55
- paths: [
56
- {
57
- d: 'M14.434 22.095c4.443-.28 7.966-4.8 7.966-10.335C22.4 6.047 18.647 1.4 14 1.4S5.6 6.047 5.6 11.76c0 5.535 3.498 10.03 7.915 10.335.102 0 .153.127.076.203l-1.727 2.14c-.28.28-.076.762.306.762h3.477c.409 0 .587-.482.306-.762l-1.621-2.14c-.051-.076 0-.203.102-.203zM9.787 9.652c0 .458-.357.813-.817.813-.46 0-.817-.355-.817-.813 0-3.402 2.783-6.17 6.204-6.17.46 0 .817.356.817.813 0 .457-.357.812-.817.812-2.502-.025-4.57 2.032-4.57 4.545z',
58
- },
59
- ],
60
- },
61
- bluetooth: {
62
- paths: [
63
- {
64
- d: 'M0.364 4L8.364 12 4.364 16 4.364 0 8.364 4 0.364 12',
65
- strokeLinecap: 'round' as const,
66
- strokeLinejoin: 'round' as const,
67
- strokeWidth: 1.5,
68
- stroke: 'currentColor',
69
- fill: 'none',
70
- transform: 'translate(5 2)',
71
- },
72
- ],
73
- },
74
- bonus: {
75
- viewBox: '0 0 26 26',
76
- paths: [
77
- {
78
- d: 'M17.936 4c.662 0 1.278.327 1.649.867l.087.14 1.579 2.757c.144.252.232.532.257.82l.007.174v10.757c0 .841-.644 1.532-1.466 1.606l-.147.007H6.612c-.84 0-1.531-.644-1.605-1.466L5 19.515V8.758c0-.29.063-.577.185-.84l.08-.154 1.578-2.758c.329-.574.919-.946 1.571-1L8.58 4h9.357zm-1.453 6.645c-.445 0-.806.36-.806.806 0 1.336-1.083 2.42-2.42 2.42-1.335 0-2.419-1.084-2.419-2.42 0-.445-.36-.806-.806-.806-.445 0-.806.36-.806.806 0 2.227 1.805 4.032 4.032 4.032 2.226 0 4.032-1.805 4.032-4.032 0-.445-.361-.806-.807-.806zm3.127-3.283H7.19l-.099.006c-.39.05-.691.389-.691.8 0 .445.354.806.79.806h12.42l.099-.006c.39-.05.691-.389.691-.8 0-.445-.354-.806-.79-.806z',
79
- },
80
- ],
81
- },
82
- book: {
83
- viewBox: '0 0 26 26',
84
- paths: [
85
- {
86
- d: 'M21.366 6c.35 0 .634.284.634.634v11.944c0 .35-.284.633-.634.633h-4.895c-.728 0-1.393.417-1.71 1.073l-.121.249c-.081.167-.283.237-.45.156-.116-.056-.19-.174-.19-.303V9.168C14 7.418 15.418 6 17.168 6h4.198zM8.832 6C10.582 6 12 7.418 12 9.168h0v11.218c0 .129-.074.247-.19.303-.167.081-.369.011-.45-.156h0l-.12-.25c-.318-.655-.983-1.072-1.711-1.072h0-4.895c-.35 0-.634-.283-.634-.633h0V6.634c0-.35.284-.634.634-.634h0z',
87
- stroke: 'currentColor',
88
- strokeWidth: 0.634,
89
- },
90
- ],
91
- },
92
- box: {
93
- viewBox: '0 0 20 20',
94
- paths: [
95
- {
96
- d: 'M17.333 4.75c0-.167-.083-.25-.166-.333L10.417.5c-.084-.083-.25-.083-.417 0L3.167 4.417C3.083 4.5 3 4.583 3 4.75s.083.25.167.333L9.917 9c.083 0 .166.083.166.083s.167 0 .167-.083L17 5.083c.25-.083.333-.25.333-.333zM9 11L2.25 7.083c-.167-.083-.333-.083-.417 0-.083.084-.166.25-.166.334v7.833c0 .167.083.25.166.333l6.75 3.917c.084 0 .167.083.167.083s.167 0 .167-.083c.083-.083.166-.167.166-.333v-7.834c.167-.166.084-.25-.083-.333zm9.5-3.917c-.083-.083-.25-.083-.417 0L11.333 11c-.083.083-.166.167-.166.333v7.834c0 .166.083.25.166.333.084 0 .167.083.167.083s.167 0 .167-.083l6.75-3.917c.083-.083.166-.166.166-.333V7.417c.084-.084 0-.25-.083-.334z',
97
- },
98
- ],
99
- },
100
- business: {
101
- viewBox: '0 0 24 24',
102
- paths: [
103
- {
104
- d: 'M16.545 16.547H13.8l-1.425-3.42c-.156-.376-.524-.622-.932-.622H9.05L6.362 6.053c-.157-.376-.525-.621-.933-.621h-2.02c-.337 0-.652.168-.84.45-.187.281-.221.637-.09.95l4.112 9.871c.386.926 1.192 1.575 2.142 1.786L7.955 21.6h5.053l.758-3.032h2.779c.557 0 1.01-.451 1.01-1.01 0-.559-.453-1.01-1.01-1.01m5.42 2.522l-2.948-5.053c-.18-.311-.513-.501-.873-.501h-3.368L12.51 8.074c-.157-.376-.525-.621-.933-.621H9.558c-.339 0-.654.168-.84.45-.189.281-.223.637-.093.95l1.102 2.642h1.717c.816 0 1.552.49 1.865 1.243l1.166 2.799h3.09l2.654 4.551c.188.322.526.501.874.501.173 0 .348-.044.508-.137.482-.28.645-.9.364-1.382M6.945 4.42c0-1.116.905-2.021 2.02-2.021 1.116 0 2.022.905 2.022 2.021 0 1.116-.906 2.021-2.021 2.021-1.116 0-2.021-.905-2.021-2.02',
105
- },
106
- ],
107
- },
108
- calendar: {
109
- paths: [
110
- {
111
- d: 'M6 12h3V9H6v3zm-2 4V7h12l.002 9H4zM16 4h-1V3c0-.552-.448-1-1-1s-1 .448-1 1v1H7V3c0-.552-.448-1-1-1s-1 .448-1 1v1H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2z',
112
- },
113
- ],
114
- },
115
- cancel: {
116
- viewBox: '0 0 20 20',
117
- paths: [
118
- {
119
- d: 'M10.5 2c2.254 0 4.416.843 6.01 2.343C18.104 5.843 19 7.878 19 10s-.896 4.157-2.49 5.657C14.916 17.157 12.754 18 10.5 18s-4.416-.843-6.01-2.343C2.896 14.157 2 12.122 2 10c0-4.418 3.806-8 8.5-8zm-6.375 8c0 3.307 2.86 6 6.375 6 1.375 0 2.65-.412 3.692-1.112L5.306 6.525A5.733 5.733 0 004.125 10zM10.5 4c-1.375 0-2.65.412-3.692 1.112l8.886 8.363A5.733 5.733 0 0016.875 10c0-3.308-2.86-6-6.375-6z',
120
- },
121
- ],
122
- },
123
- check: {
124
- paths: [
125
- {
126
- d: 'M9.333 11.252l4.96-4.96a1 1 0 011.414 1.415l-5.667 5.667a1 1 0 01-1.414 0L6.293 11.04a1 1 0 111.414-1.414l1.626 1.626z',
127
- },
128
- ],
129
- },
130
- 'check-big': {
131
- paths: [
132
- {
133
- d: 'M7.5 13.086l7.793-7.793c.39-.39 1.024-.39 1.414 0 .39.39.39 1.024 0 1.414l-8.5 8.5c-.39.39-1.024.39-1.414 0l-3.5-3.5c-.39-.39-.39-1.024 0-1.414.39-.39 1.024-.39 1.414 0L7.5 13.086z',
134
- },
135
- ],
136
- },
137
- 'check-all': {
138
- viewBox: '0 0 20 20',
139
- paths: [
140
- {
141
- d: 'M3 10.5L5.92929 13.4293C5.96834 13.4683 6.03166 13.4683 6.07071 13.4293L13.5 6',
142
- strokeWidth: 2,
143
- strokeLinecap: 'round' as const,
144
- stroke: 'currentColor',
145
- fill: 'none',
146
- },
147
- {
148
- d: 'M10.2071 13.2929L9.5 12.5858L8.08579 14L8.79289 14.7071L10.2071 13.2929ZM18.2071 7.70711C18.5976 7.31658 18.5976 6.68342 18.2071 6.29289C17.8166 5.90237 17.1834 5.90237 16.7929 6.29289L18.2071 7.70711ZM9.92929 14.4293L10.6364 13.7222L9.92929 14.4293ZM10.0707 14.4293L9.3636 13.7222L10.0707 14.4293ZM8.79289 14.7071L9.22218 15.1364L10.6364 13.7222L10.2071 13.2929L8.79289 14.7071ZM10.7778 15.1364L18.2071 7.70711L16.7929 6.29289L9.3636 13.7222L10.7778 15.1364ZM9.22218 15.1364C9.65176 15.566 10.3482 15.566 10.7778 15.1364L9.3636 13.7222C9.71508 13.3707 10.2849 13.3707 10.6364 13.7222L9.22218 15.1364Z',
149
- fill: 'currentColor',
150
- stroke: 'none',
151
- fillRule: undefined,
152
- },
153
- ],
154
- },
155
- 'chevron-down': {
156
- paths: [
157
- {
158
- d: 'M10.0029 11.6053L5.71004 7.31242C5.31951 6.9219 4.68635 6.9219 4.29582 7.31242C3.9053 7.70295 3.9053 8.33611 4.29582 8.72664L9.29582 13.7266C9.68635 14.1172 10.3195 14.1172 10.71 13.7266L15.71 8.72664C16.1006 8.33611 16.1006 7.70295 15.71 7.31242C15.3195 6.9219 14.6863 6.9219 14.2958 7.31242L10.0029 11.6053Z',
159
- },
160
- ],
161
- },
162
- 'chevron-left': {
163
- paths: [
164
- {
165
- d: 'M8.41421 10L12.7071 5.70711C13.0976 5.31658 13.0976 4.68342 12.7071 4.29289C12.3166 3.90237 11.6834 3.90237 11.2929 4.29289L6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071L11.2929 15.7071C11.6834 16.0976 12.3166 16.0976 12.7071 15.7071C13.0976 15.3166 13.0976 14.6834 12.7071 14.2929L8.41421 10Z',
166
- },
167
- ],
168
- },
169
- 'chevron-right': {
170
- paths: [
171
- {
172
- d: 'M11.5858 10L7.29289 5.70711C6.90237 5.31658 6.90237 4.68342 7.29289 4.29289C7.68342 3.90237 8.31658 3.90237 8.70711 4.29289L13.7071 9.29289C14.0976 9.68342 14.0976 10.3166 13.7071 10.7071L8.70711 15.7071C8.31658 16.0976 7.68342 16.0976 7.29289 15.7071C6.90237 15.3166 6.90237 14.6834 7.29289 14.2929L11.5858 10Z',
173
- },
174
- ],
175
- },
176
- 'chevron-up': {
177
- paths: [
178
- {
179
- d: 'M10.0117 9.37857L14.3046 13.6715C14.6951 14.062 15.3283 14.062 15.7188 13.6715C16.1093 13.2809 16.1093 12.6478 15.7188 12.2572L10.7188 7.25725C10.3283 6.86672 9.69514 6.86672 9.30461 7.25725L4.30461 12.2572C3.91409 12.6478 3.91409 13.2809 4.30461 13.6715C4.69514 14.062 5.3283 14.062 5.71883 13.6715L10.0117 9.37857Z',
180
- },
181
- ],
182
- },
183
- 'chevron-down-small': {
184
- viewBox: '0 0 16 16',
185
- paths: [
186
- {
187
- d: 'M8.24512 8.84751L11.038 6.05461C11.4285 5.66409 12.0617 5.66409 12.4522 6.05461C12.8427 6.44514 12.8427 7.0783 12.4522 7.46883L8.95222 10.9688C8.5617 11.3593 7.92853 11.3593 7.53801 10.9688L4.03801 7.46883C3.64749 7.0783 3.64749 6.44514 4.03801 6.05461C4.42853 5.66409 5.0617 5.66409 5.45222 6.05461L8.24512 8.84751Z',
188
- },
189
- ],
190
- },
191
- 'chevron-left-small': {
192
- viewBox: '0 0 16 16',
193
- paths: [
194
- {
195
- d: 'M7.90933 7.51172L10.7022 10.3046C11.0927 10.6951 11.0927 11.3283 10.7022 11.7188C10.3117 12.1093 9.67853 12.1093 9.28801 11.7188L5.78801 8.21883C5.39749 7.8283 5.39749 7.19514 5.78801 6.80461L9.28801 3.30461C9.67853 2.91409 10.3117 2.91409 10.7022 3.30461C11.0927 3.69514 11.0927 4.3283 10.7022 4.71883L7.90933 7.51172Z',
196
- },
197
- ],
198
- },
199
- 'chevron-right-small': {
200
- viewBox: '0 0 16 16',
201
- paths: [
202
- {
203
- d: 'M8.5809 7.51172L5.78801 10.3046C5.39749 10.6951 5.39749 11.3283 5.78801 11.7188C6.17853 12.1093 6.8117 12.1093 7.20222 11.7188L10.7022 8.21883C11.0927 7.8283 11.0927 7.19514 10.7022 6.80461L7.20222 3.30461C6.8117 2.91409 6.17853 2.91409 5.78801 3.30461C5.39749 3.69514 5.39749 4.3283 5.78801 4.71883L8.5809 7.51172Z',
204
- },
205
- ],
206
- },
207
- 'chevron-up-small': {
208
- viewBox: '0 0 16 16',
209
- paths: [
210
- {
211
- d: 'M8.24512 8.17593L11.038 10.9688C11.4285 11.3593 12.0617 11.3593 12.4522 10.9688C12.8427 10.5783 12.8427 9.94514 12.4522 9.55461L8.95222 6.05461C8.5617 5.66409 7.92853 5.66409 7.53801 6.05461L4.03801 9.55461C3.64749 9.94514 3.64749 10.5783 4.03801 10.9688C4.42853 11.3593 5.0617 11.3593 5.45222 10.9688L8.24512 8.17593Z',
212
- },
213
- ],
214
- },
215
- 'circle-check': {
216
- paths: [
217
- {
218
- d: 'M8 14c-3.308 0-6-2.693-6-6 0-3.308 2.692-6 6-6 3.307 0 6 2.692 6 6 0 3.307-2.693 6-6 6zM8 0C3.582 0 0 3.58 0 8c0 2.121.843 4.156 2.343 5.657C3.843 15.157 5.878 16 8 16s4.157-.843 5.657-2.343S16 10.12 16 8c0-2.122-.843-4.157-2.343-5.657S10.122 0 8 0zm2.293 5.293L7 8.586 5.707 7.293c-.39-.391-1.023-.391-1.414 0-.39.391-.39 1.023 0 1.414l2 2c.195.195.451.293.707.293.256 0 .512-.098.707-.293l4-4c.391-.391.391-1.023 0-1.414-.39-.391-1.023-.391-1.414 0',
219
- transform: 'translate(-1299 -510) translate(1299 510) translate(2 2)',
220
- fillRule: 'nonzero' as const,
221
- },
222
- ],
223
- },
224
- close: {
225
- paths: [
226
- {
227
- d: 'M11.985 10l2.407-2.293c.41-.39.41-1.023 0-1.414-.41-.39-1.074-.39-1.485 0L10.5 8.586 8.093 6.293c-.411-.39-1.075-.39-1.485 0-.41.391-.41 1.023 0 1.414L9.015 10l-2.407 2.293c-.41.391-.41 1.023 0 1.414.205.195.473.293.742.293s.538-.098.743-.293l2.407-2.293 2.407 2.293c.205.195.474.293.743.293s.537-.098.742-.293c.41-.391.41-1.023 0-1.414L11.985 10z',
228
- },
229
- ],
230
- },
231
- 'close-large': {
232
- paths: [
233
- {
234
- d: 'M6.102 4.709c-.446-.36-1.055-.373-1.415-.012-.39.39-.342 1.072.108 1.523l3.783 3.782-3.783 3.782-.096.108c-.36.446-.373 1.055-.012 1.415.39.391 1.072.342 1.523-.108l3.782-3.783 3.782 3.783.108.097c.446.358 1.055.372 1.415.011.39-.39.342-1.072-.108-1.523l-3.783-3.782L15.19 6.22l.097-.108c.358-.446.372-1.055.011-1.415-.39-.39-1.072-.342-1.523.108L9.992 8.588 6.21 4.805l-.108-.096Z',
235
- },
236
- ],
237
- },
238
- 'close-window': {
239
- paths: [
240
- {
241
- d: 'M4.5 4.5l11 11m0-11l-11 11',
242
- strokeWidth: '2',
243
- strokeLinejoin: 'round' as const,
244
- strokeLinecap: 'round' as const,
245
- stroke: 'currentColor',
246
- },
247
- ],
248
- },
249
- copy: {
250
- viewBox: '0 0 20 20',
251
- rects: [
252
- {
253
- width: 10,
254
- height: 8,
255
- x: 7,
256
- y: 4,
257
- strokeWidth: 2,
258
- rx: 1,
259
- stroke: 'currentColor',
260
- },
261
- {
262
- width: 12,
263
- height: 10,
264
- x: 2,
265
- y: 7,
266
- fill: 'currentColor',
267
- rx: 1,
268
- },
269
- ],
270
- },
271
- 'copy-outline': {
272
- viewBox: '0 0 16 16',
273
- paths: [
274
- {
275
- d: 'M13 0C14.6569 0 16 1.34315 16 3V9C16 10.6569 14.6569 12 13 12H12V13C12 14.5977 10.7511 15.9037 9.17627 15.9949L9 16H3C1.40232 16 0.0963391 14.7511 0.00509262 13.1763L0 13V7C0 5.40232 1.24892 4.09634 2.82373 4.00509L3 4H4V3C4 1.40232 5.24892 0.0963391 6.82373 0.00509262L7 0H13ZM4 6H3C2.48716 6 2.06449 6.38604 2.00673 6.88338L2 7V13C2 13.5128 2.38604 13.9355 2.88338 13.9933L3 14H9C9.51284 14 9.93551 13.614 9.99327 13.1166L10 13V12H7C5.40232 12 4.09634 10.7511 4.00509 9.17627L4 9V6ZM6 9C6 9.55228 6.44772 10 7 10H13C13.5523 10 14 9.55228 14 9V3C14 2.44772 13.5523 2 13 2H7C6.44772 2 6 2.44772 6 3V9Z',
276
- },
277
- ],
278
- },
279
- // строительный кран
280
- crane: {
281
- viewBox: '0 0 20 20',
282
- paths: [
283
- {
284
- d: 'M5 1v3.018c0 .595.48.992 1.2.992h2v2.975c0 .099 0 .297.12.396l2.76 5.256c.24.496.24 1.09-.12 1.586-.72.893-2.52.992-3.36 0-.36-.495-.48-.991-.24-1.487.48-.992.72-2.082.72-3.173 0-.595-.48-.992-1.2-.992s-1.2.397-1.2.992c0 .793-.24 1.686-.6 2.479-.6 1.09-.36 2.38.48 3.371C6.4 17.405 7.72 18 9.16 18s2.88-.595 3.72-1.686c.84-1.09.96-2.28.36-3.47L10.6 7.786V5.01h2.2c.72 0 1.2-.397 1.2-.992V1H5z',
285
- },
286
- ],
287
- },
288
- danger: {
289
- viewBox: '0 0 20 20',
290
- paths: [
291
- {
292
- d: 'M9.576 3.085L6.472 8.98a.3.3 0 00.265.439h1.758a.3.3 0 01.287.389l-2.185 7.086a.3.3 0 00.498.3l7.774-7.778a.3.3 0 00-.213-.512h-1.42a.299.299 0 01-.265-.442l2.749-5.096a.3.3 0 00-.264-.443H9.84a.3.3 0 00-.265.16z',
293
- },
294
- ],
295
- },
296
- direction: {
297
- paths: [
298
- {
299
- d: 'M15.708 7.59c.048-.055.132-.06.187-.013l3.059 2.662.01.01c.05.054.046.138-.007.187l-3.059 2.835c-.025.023-.057.035-.09.035-.073 0-.133-.059-.133-.132v-1.64H11.82c-.366 0-.663.297-.663.663v5.673c0 .624-.506 1.13-1.13 1.13-.623 0-1.13-.506-1.13-1.13v-5.906c0-1.463 1.187-2.65 2.65-2.65h4.13V7.677c0-.032.011-.063.032-.087zm-11.416 0c.021.024.033.055.033.087v1.637h4.859c.036 0 .066.03.066.067 0 .021-.01.041-.027.054-.259.187-.485.453-.678.797-.187.334-.305.673-.354 1.018-.023.163-.162.285-.328.285H4.325v1.639c0 .073-.06.132-.133.132-.033 0-.065-.012-.09-.035l-3.059-2.835c-.053-.05-.056-.133-.007-.187l.01-.01 3.06-2.662c.054-.048.138-.042.186.013zm5.645-6.558c.055-.05.138-.045.188.01l2.713 2.988c.022.025.035.056.035.09 0 .073-.06.132-.133.132h-1.584v3.48c0 .623-.506 1.13-1.13 1.13-.623 0-1.13-.507-1.13-1.13v-3.48H7.314c-.033 0-.065-.012-.09-.035-.053-.049-.057-.133-.008-.187l2.713-2.989.01-.009z',
300
- },
301
- ],
302
- },
303
- document: {
304
- viewBox: '0 0 28 28',
305
- paths: [
306
- {
307
- d: 'M14.44 2.8l7.96 7.135v12.026c0 1.789-1.618 3.239-3.614 3.239H9.214c-1.996 0-3.614-1.45-3.614-3.24V6.04c0-1.789 1.618-3.24 3.614-3.24h5.225zm-1.678 1.08v5.63c0 1.066.863 1.929 1.928 1.929h6.505L12.762 3.88z',
308
- },
309
- ],
310
- },
311
- download: {
312
- paths: [
313
- {
314
- d: 'M4.125 13v2h12.75v-2H19v2c0 1.112-.949 2-2.119 2H4.12C2.95 17 2 16.105 2 15v-2h2.125zM10.5 3c.587 0 1.063.447 1.063 1v5.586l1.373-1.293c.416-.391 1.087-.391 1.503 0 .207.195.311.45.311.707 0 .256-.104.512-.311.707l-3.188 3c-.415.39-1.087.39-1.502 0l-3.188-3c-.415-.391-.415-1.023 0-1.414.416-.391 1.087-.391 1.503 0l1.374 1.293V4c0-.553.476-1 1.062-1z',
315
- },
316
- ],
317
- },
318
- email: {
319
- circles: [
320
- {
321
- cx: 7,
322
- cy: 7,
323
- r: 2.8,
324
- strokeLinecap: 'round' as const,
325
- strokeLinejoin: 'round' as const,
326
- strokeWidth: 1.5,
327
- stroke: 'currentColor',
328
- fill: 'none',
329
- transform: 'translate(3 3)',
330
- },
331
- ],
332
- paths: [
333
- {
334
- d: 'M9.8 4.2v3.5c0 1.16.94 2.1 2.1 2.1 1.16 0 2.1-.94 2.1-2.1V7C14 3.747 11.759.923 8.59.184c-3.167-.74-6.427.8-7.867 3.718-1.44 2.916-.68 6.441 1.832 8.506 2.514 2.066 6.118 2.128 8.701.15',
335
- strokeLinecap: 'round' as const,
336
- strokeLinejoin: 'round' as const,
337
- strokeWidth: 1.5,
338
- stroke: 'currentColor',
339
- fill: 'none',
340
- transform: 'translate(3 3)',
341
- },
342
- ],
343
- },
344
- eye: {
345
- paths: [
346
- {
347
- d: 'M9.99975 4.5C13.6093 4.5 16.9323 6.4095 18.8892 9.6085C19.0362 9.8485 19.0362 10.1515 18.8892 10.3915C16.9323 13.5905 13.6093 15.5 9.99975 15.5C6.39025 15.5 3.06725 13.5905 1.11025 10.3915C0.96325 10.1515 0.96325 9.8485 1.11025 9.6085C3.06725 6.4095 6.39025 4.5 9.99975 4.5ZM9.99975 14C7.06625 14 4.34775 12.513 2.64175 10C3.56625 8.6385 4.78825 7.582 6.17975 6.896C5.90675 7.457 5.74975 8.0845 5.74975 8.75C5.74975 11.097 7.65275 13 9.99975 13C12.3467 13 14.2498 11.097 14.2498 8.75C14.2498 8.0845 14.0928 7.457 13.8198 6.896C15.2113 7.582 16.4332 8.6385 17.3577 10C15.6517 12.513 12.9332 14 9.99975 14ZM8.49975 7.25C9.05175 7.25 9.49975 7.698 9.49975 8.25C9.49975 8.802 9.05175 9.25 8.49975 9.25C7.94775 9.25 7.49975 8.802 7.49975 8.25C7.49975 7.698 7.94775 7.25 8.49975 7.25Z',
348
- },
349
- ],
350
- },
351
- 'eye-closed': {
352
- paths: [
353
- {
354
- d: 'M18.6967 7.28265C18.3005 6.89786 17.6674 6.90711 17.2826 7.30329C15.0856 9.56545 12.5958 11 9.99988 11C7.4039 11 4.91398 9.56533 2.7174 7.30334C2.33265 6.90713 1.69955 6.89784 1.30334 7.2826C0.907132 7.66735 0.897843 8.30045 1.2826 8.69666C1.71899 9.14604 2.16716 9.56817 2.62668 9.95911L1.29289 11.2929C0.902369 11.6834 0.902369 12.3166 1.29289 12.7071C1.65338 13.0676 2.22061 13.0953 2.6129 12.7903L2.70711 12.7071L4.244 11.1702C4.73663 11.4899 5.24043 11.7728 5.75495 12.0148L4.63005 13.9632L4.57756 14.0675C4.37892 14.5271 4.55194 15.0728 4.99607 15.3292C5.47437 15.6054 6.08596 15.4415 6.3621 14.9632L7.66569 12.7053C8.10385 12.8166 8.54871 12.8977 9 12.9463V15L9.00673 15.1166C9.06449 15.614 9.48717 16 10 16C10.5523 16 11 15.5523 11 15V12.9462C11.4662 12.896 11.9255 12.8112 12.3777 12.6941L13.6878 14.9632C13.9639 15.4415 14.5755 15.6054 15.0538 15.3292C15.4979 15.0728 15.6709 14.5271 15.4723 14.0675L15.4198 13.9632L14.2842 11.9962C14.7851 11.7584 15.2758 11.4817 15.7559 11.1701L17.2929 12.7071L17.3871 12.7903C17.7794 13.0953 18.3466 13.0676 18.7071 12.7071C19.0976 12.3166 19.0976 11.6834 18.7071 11.2929L17.3733 9.95905C17.8328 9.56814 18.2809 9.14606 18.7174 8.69671C19.1021 8.30052 19.0929 7.66743 18.6967 7.28265Z',
355
- },
356
- ],
357
- },
358
- female: {
359
- paths: [
360
- {
361
- d: 'M14 15l-1.621-6.485C12.156 7.625 11.356 7 10.438 7h-.876c-.918 0-1.718.625-1.941 1.515L6 15h2.5v3h3v-3H14zM8 4c0-1.104.896-2 2-2s2 .896 2 2-.896 2-2 2-2-.896-2-2z',
362
- },
363
- ],
364
- },
365
- filter: {
366
- viewBox: '0 0 20 20',
367
- paths: [
368
- {
369
- d: 'M12 11c1.306 0 2.417.834 2.829 2H17c.552 0 1 .448 1 1s-.448 1-1 1h-2.17c-.412 1.165-1.524 2-2.83 2s-2.418-.835-2.83-2H3c-.552 0-1-.448-1-1s.448-1 1-1h6.171c.412-1.166 1.523-2 2.829-2zM5 3c1.306 0 2.417.834 2.829 2H17c.552 0 1 .448 1 1s-.448 1-1 1H7.83C7.417 8.165 6.305 9 5 9 3.343 9 2 7.657 2 6s1.343-3 3-3z',
370
- },
371
- ],
372
- },
373
- folder: {
374
- viewBox: '0 0 20 20',
375
- paths: [
376
- {
377
- d: 'M16.9 5H10.009L8.716 3.795C8.25211 3.34264 7.714 3 7.069 3H3.1C1.942 3 1 3.942 1 5.1V15.9C1 17.058 1.942 18 3.1 18H16.9C18.058 18 19 17.058 19 15.9V7.1C19 5.942 18.058 5 16.9 5Z',
378
- },
379
- ],
380
- },
381
- 'folder-add': {
382
- viewBox: '0 0 20 20',
383
- paths: [
384
- {
385
- d: 'M16.9 5H10.009C10.009 5 9.19158 4.23037 8.716 3.795C8.24042 3.35963 7.714 3 7.069 3H3.1C1.942 3 1 3.942 1 5.1V15.9C1 17.058 1.942 18 3.1 18H16.9C18.058 18 19 17.058 19 15.9V7.1C19 5.942 18.058 5 16.9 5Z',
386
- },
387
- {
388
- d: 'M13 13H11V15C11 15.5523 10.5523 16 10 16C9.44772 16 9 15.5523 9 15V13H7C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H9V9C9 8.44772 9.44772 8 10 8C10.5523 8 11 8.44772 11 9V11H13C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13Z',
389
- fill: 'white',
390
- },
391
- ],
392
- },
393
- food: {
394
- viewBox: '0 0 28 28',
395
- paths: [
396
- {
397
- d: 'M17.57 9.6c.378-2.252.914-2.553 1.612-3.7.527-.833 1.064-1.4 1.612-1.7.89 0 1.611.761 1.611 1.7v17.6c0 .939-.721 1.7-1.611 1.7s-1.612-.761-1.612-1.7v-5.4l-1.611-1.7V9.6zM7.424 14.7h3.223v8.8c0 .939-.722 1.7-1.612 1.7-.89 0-1.611-.761-1.611-1.7v-8.8zM5.006 4.2c.445 0 .805.38.805.85v6.25H8.26c.008-4.92.011-6.07.01-6.25-.006-.47.34-.85.765-.85.427 0 .789.38.789.85 0 .185.008 1.335.024 6.25h2.41V5.05c0-.47.361-.85.806-.85.445 0 .806.38.806.85v6.25c0 1.878-1.443 3.4-3.223 3.4H7.423c-1.78 0-3.223-1.522-3.223-3.4V5.05c0-.47.36-.85.806-.85z',
398
- },
399
- ],
400
- },
401
- import: {
402
- paths: [
403
- {
404
- d: 'M13 3h3c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2H6c-1.105 0-2-.895-2-2v-3h2v3h10V5h-3V3zm-5.5 7C4.467 10 2 7.533 2 4.5c0-.232.16-.434.385-.487C2.423 4.004 2.462 4 2.5 4c.186 0 .361.104.447.276l.118.235C3.832 6.046 5.374 7 7.09 7H9V5.5c0-.189.107-.362.276-.447.169-.085.373-.067.524.047l4 3c.126.094.2.243.2.4 0 .157-.074.306-.2.4l-4 3c-.15.114-.354.132-.523.047-.17-.085-.277-.258-.277-.447V10H7.5z',
405
- },
406
- ],
407
- },
408
- information: {
409
- paths: [
410
- {
411
- d: 'M10 8c-.552 0-1-.448-1-1s.448-1 1-1 1 .448 1 1-.448 1-1 1zm0 8c3.307 0 6-2.693 6-6 0-3.308-2.693-6-6-6-3.308 0-6 2.692-6 6 0 3.307 2.692 6 6 6zm0-14c2.122 0 4.157.843 5.657 2.343S18 7.878 18 10s-.843 4.157-2.343 5.657S12.122 18 10 18s-4.157-.843-5.657-2.343S2 12.122 2 10c0-4.418 3.582-8 8-8zm0 12c-.552 0-1-.448-1-1v-3c0-.552.448-1 1-1s1 .448 1 1v3c0 .552-.448 1-1 1z',
412
- },
413
- ],
414
- },
415
- insurance: {
416
- paths: [
417
- {
418
- d: 'M9.883 9.16l.28.002c.31.001.559.252.559.56v4.827c0 .675-.282 1.292-.734 1.733-.452.443-1.083.718-1.773.718s-1.32-.275-1.772-.718c-.452-.441-.734-1.058-.734-1.733l.008-.08c.037-.178.195-.312.384-.312h.62c.216 0 .392.175.392.392 0 .3.122.565.323.762.201.197.473.316.78.317.307-.001.578-.12.78-.317.2-.197.322-.462.322-.762v-4.83c.002-.31.255-.56.565-.559zM10.02 2c.387 0 .701.314.701.702v.406c3.937.32 7.054 2.987 7.279 6.772-.463-.751-1.32-1.257-2.3-1.257-1.09 0-2.027.623-2.442 1.515l-.006-.012c-.556-1.186-1.8-2.013-3.252-2.013-1.454 0-2.7.83-3.256 2.025-.417-.892-1.352-1.516-2.442-1.516-.983 0-1.837.506-2.302 1.257.225-3.797 3.364-6.469 7.318-6.774v-.403c0-.388.314-.702.702-.702z',
419
- },
420
- ],
421
- },
422
- link: {
423
- viewBox: '0 0 10 10',
424
- paths: [
425
- {
426
- d: 'M4.20342 6.50301C4.66953 6.96668 5.28934 7.22208 5.94843 7.22208C6.60772 7.22208 7.22733 6.96668 7.69363 6.50301L9.14549 5.05875C10.1078 4.10152 10.1078 2.54421 9.14549 1.58699C8.18324 0.629954 6.61774 0.629763 5.65548 1.58699L5.03375 2.20508C4.82073 2.41699 4.82073 2.76072 5.03375 2.97263C5.24677 3.18453 5.5923 3.18453 5.80533 2.97263L6.42686 2.35434C6.96366 1.82035 7.83693 1.82035 8.37372 2.35434C8.91051 2.88832 8.91051 3.75703 8.37372 4.29101L6.92186 5.73528C6.66184 5.99413 6.31612 6.13649 5.94843 6.13649C5.58075 6.13649 5.23502 5.99413 4.975 5.73547C4.76198 5.52356 4.41645 5.52356 4.20342 5.73547C3.9904 5.94738 3.9904 6.29111 4.20342 6.50301ZM1.5889 9.15006C2.05503 9.61374 2.67485 9.86914 3.33397 9.86914C3.99328 9.86914 4.61291 9.61374 5.07904 9.15026L5.70059 8.53196C5.91362 8.32005 5.91362 7.97632 5.70059 7.76441C5.48757 7.5525 5.14202 7.5525 4.92899 7.76441L4.30743 8.3827C4.04741 8.64137 3.70167 8.78372 3.33397 8.78372C2.96627 8.78372 2.62054 8.64117 2.36051 8.38251C1.8237 7.84852 1.8237 6.97981 2.36051 6.44582L3.81242 5.00153C4.34923 4.46754 5.22253 4.46754 5.75934 5.00153C5.97237 5.21344 6.31792 5.21344 6.53095 5.00153C6.74397 4.78962 6.74397 4.44589 6.53095 4.23398C5.56866 3.27694 4.0031 3.27694 3.04081 4.23398L1.5889 5.67827C0.626615 6.6355 0.626615 8.19283 1.5889 9.15006Z',
427
- },
428
- ],
429
- },
430
- list: {
431
- paths: [
432
- {
433
- d: 'M4 6a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm1 3a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2H5Z',
434
- },
435
- ],
436
- },
437
- lock: {
438
- paths: [
439
- {
440
- d: 'M10 2C12.21 2 14 3.79 14 6V8H15C16.105 8 17 8.895 17 10V16C17 17.105 16.105 18 15 18H5C3.895 18 3 17.105 3 16V10C3 8.895 3.895 8 5 8H6V6C6 3.79 7.79 2 10 2ZM10 11C8.895 11 8 11.895 8 13C8 14.105 8.895 15 10 15C11.105 15 12 14.105 12 13C12 11.895 11.105 11 10 11ZM8 6C8 4.895 8.895 4 10 4C11.105 4 12 4.895 12 6V8H8V6Z',
441
- },
442
- ],
443
- },
444
- 'lock-open': {
445
- paths: [
446
- {
447
- d: 'M14 5C14 2.79 12.21 1 10 1C7.79 1 6 2.79 6 5V8H5C3.895 8 3 8.895 3 10V16C3 17.105 3.895 18 5 18H15C16.105 18 17 17.105 17 16V10C17 8.895 16.105 8 15 8H14H12H11H8V5C8 3.895 8.895 3 10 3C11.105 3 12 3.895 12 5H14ZM8 13C8 11.895 8.895 11 10 11C11.105 11 12 11.895 12 13C12 14.105 11.105 15 10 15C8.895 15 8 14.105 8 13Z',
448
- },
449
- ],
450
- },
451
- male: {
452
- paths: [
453
- {
454
- d: 'M11.995 4c0 1.105-.895 2-2 2-1.104 0-2-.895-2-2s.896-2 2-2c1.105 0 2 .895 2 2zM8 7h3.992c1.105 0 2 .895 2 2v4h-1.997v5h-4L8 13H6.005L6 9c0-1.105.895-2 2-2z',
455
- },
456
- ],
457
- },
458
- menu: {
459
- viewBox: '1 1 16 16',
460
- paths: [
461
- {
462
- d: 'M5.08154 9.02148C5.08154 8.77083 5.16211 8.55778 5.32324 8.38232C5.48438 8.20687 5.70817 8.11914 5.99463 8.11914C6.28109 8.11914 6.50667 8.20687 6.67139 8.38232C6.8361 8.55778 6.91846 8.77083 6.91846 9.02148C6.91846 9.27214 6.8361 9.47803 6.67139 9.63916C6.50667 9.80029 6.28109 9.88086 5.99463 9.88086C5.70817 9.88086 5.48438 9.80029 5.32324 9.63916C5.16211 9.47803 5.08154 9.27214 5.08154 9.02148ZM8.08154 9.02148C8.08154 8.77083 8.16211 8.55778 8.32324 8.38232C8.48438 8.20687 8.70817 8.11914 8.99463 8.11914C9.28109 8.11914 9.50667 8.20687 9.67139 8.38232C9.8361 8.55778 9.91846 8.77083 9.91846 9.02148C9.91846 9.27214 9.8361 9.47803 9.67139 9.63916C9.50667 9.80029 9.28109 9.88086 8.99463 9.88086C8.70817 9.88086 8.48438 9.80029 8.32324 9.63916C8.16211 9.47803 8.08154 9.27214 8.08154 9.02148ZM11.0815 9.02148C11.0815 8.77083 11.1621 8.55778 11.3232 8.38232C11.4844 8.20687 11.7082 8.11914 11.9946 8.11914C12.2811 8.11914 12.5067 8.20687 12.6714 8.38232C12.8361 8.55778 12.9185 8.77083 12.9185 9.02148C12.9185 9.27214 12.8361 9.47803 12.6714 9.63916C12.5067 9.80029 12.2811 9.88086 11.9946 9.88086C11.7082 9.88086 11.4844 9.80029 11.3232 9.63916C11.1621 9.47803 11.0815 9.27214 11.0815 9.02148Z',
463
- },
464
- ],
465
- },
466
- minus: {
467
- paths: [
468
- {
469
- d: 'M16 11H4c-.552 0-1-.448-1-1s.448-1 1-1h12c.552 0 1 .448 1 1s-.448 1-1 1z',
470
- },
471
- ],
472
- },
473
- 'burger-menu': {
474
- viewBox: '0 0 32 32',
475
- paths: [
476
- {
477
- d: 'M4 6H28V9H4V6ZM4 14H28V17H4V14ZM28 22H4V25H28V22Z',
478
- },
479
- ],
480
- },
481
- pencil: {
482
- paths: [
483
- {
484
- d: 'M16.801105,6.75351213 C17.0662983,6.48786718 17.0662983,6.04512559 16.801105,5.79310345 L15.2099448,4.19923372 C14.958351,3.93358876 14.5163621,3.93358876 14.2511687,4.19923372 L13,5.44572158 L15.5499363,8 L16.801105,6.75351213 Z M5,13.4696356 L5,16 L7.53207292,16 L15,8.53036437 L12.4679271,6 L5,13.4696356 Z',
485
- },
486
- ],
487
- },
488
- pin: {
489
- viewBox: '0 0 20 20',
490
- paths: [
491
- {
492
- d: 'M10 2a5.995 5.995 0 0 1 5.98 5.596c.012.122.02.255.02.404 0 3.534-3.7 7.684-5.289 9.303a.995.995 0 0 1-1.422 0C7.7 15.684 4 11.534 4 8c0-.15.008-.282.02-.404A5.995 5.995 0 0 1 10 2ZM7 8a3 3 0 1 0 6 0 3 3 0 0 0-6 0Z',
493
- },
494
- ],
495
- },
496
- plane: {
497
- paths: [
498
- {
499
- d: 'M19 10c0-.59-.53-1.105-1.137-1.105h-4.168L8.22 3H6.705l3.58 5.895h-4.17L4.138 7.42H3L4.6 10 3 12.579h1.137l1.979-1.474h4.168L6.705 17h1.516l5.474-5.895h4.168C18.47 11.105 19 10.59 19 10z',
500
- },
501
- ],
502
- },
503
- 'plane-circle': {
504
- viewBox: '0 0 30 30',
505
- paths: [
506
- {
507
- d: 'M15 0c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15C0 6.716 6.716 0 15 0zm-3.125 5h-2.75l5.5 8.143H9.812l-2.75-2.714H5l2.578 4.068L5 18.571h2.063l2.75-2.714h4.812L9.125 24h2.75l8.25-8.143h5.5c.845 0 1.375-.548 1.375-1.356 0-.81-.53-1.358-1.375-1.358h-5.5L11.875 5z',
508
- },
509
- ],
510
- },
511
- plus: {
512
- paths: [
513
- {
514
- d: 'M16 11h-5v5a1 1 0 1 1-2 0v-5H4a1 1 0 1 1 0-2h5V4a1 1 0 0 1 2 0v5h5a1 1 0 1 1 0 2Z',
515
- },
516
- ],
517
- },
518
- presentation: {
519
- viewBox: '0 0 20 20',
520
- paths: [
521
- { d: 'M8 10H12V11H8V10Z' },
522
- { d: 'M14 8H6V9H14V8Z' },
523
- {
524
- d: 'M4 2C2.89543 2 2 2.89543 2 4V13C2 14.1046 2.89543 15 4 15H7.6906L5.76795 18.3301L7.5 19.3301L10 15L12.5004 19.3301L14.2324 18.3301L12.3098 15H16C17.1046 15 18 14.1046 18 13V4C18 2.89543 17.1046 2 16 2H4ZM16 6H4V13H16V6Z',
525
- },
526
- ],
527
- },
528
- print: {
529
- paths: [
530
- {
531
- strokeLinecap: 'round' as const,
532
- strokeLinejoin: 'round' as const,
533
- strokeWidth: 2,
534
- stroke: 'currentColor',
535
- fill: 'none',
536
- transform: 'translate(2 2)',
537
- d: 'M3.2 5.6L3.2 0 12.8 0 12.8 5.6M3.2 12.8H1.6c-.884 0-1.6-.716-1.6-1.6v-4c0-.884.716-1.6 1.6-1.6h12.8c.884 0 1.6.716 1.6 1.6v4c0 .884-.716 1.6-1.6 1.6h-1.6',
538
- },
539
- {
540
- strokeLinecap: 'round' as const,
541
- strokeLinejoin: 'round' as const,
542
- strokeWidth: 2,
543
- stroke: 'currentColor',
544
- fill: 'none',
545
- transform: 'translate(2 2)',
546
- d: 'M3.2 9.6H12.8V16H3.2z',
547
- },
548
- ],
549
- },
550
- question: {
551
- paths: [
552
- {
553
- d: 'M10 2c4.419 0 8 3.581 8 8 0 4.419-3.581 8-8 8-4.418 0-8-3.581-8-8 0-4.419 3.582-8 8-8zm0 12c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm0-9.6c-1.767 0-3.2 1.433-3.2 3.2h1.6c0-.884.716-1.6 1.6-1.6.884 0 1.6.716 1.6 1.6 0 .442-.18.842-.469 1.131l-.994 1.007C9.558 10.317 9.2 11.117 9.2 12v.4h1.6c0-1.2.358-1.684.937-2.263l.716-.734c.462-.461.747-1.099.747-1.803 0-1.767-1.433-3.2-3.2-3.2z',
554
- fillRule: 'nonzero' as const,
555
- },
556
- ],
557
- },
558
- refresh: {
559
- viewBox: '0 0 20 20',
560
- paths: [
561
- {
562
- d: 'M17.071 10.001a1 1 0 0 0-1.13.85C15.522 13.786 12.968 16 10 16c-1.42 0-2.773-.51-3.839-1.398l1.68-1.678A.542.542 0 0 0 7.457 12H2.541a.54.54 0 0 0-.54.541v4.917a.54.54 0 0 0 .923.382l1.815-1.815A8.007 8.007 0 0 0 10 18c3.96 0 7.364-2.953 7.921-6.868a1.001 1.001 0 0 0-.85-1.131Zm.93-7.459v4.917a.542.542 0 0 1-.542.541h-4.917a.541.541 0 0 1-.383-.924l1.68-1.678A6.012 6.012 0 0 0 10 4C7.03 4 4.476 6.214 4.06 9.149a1.003 1.003 0 0 1-1.132.85 1 1 0 0 1-.848-1.131C2.635 4.953 6.041 2 10 2c1.954 0 3.818.717 5.26 1.975l1.816-1.816a.542.542 0 0 1 .924.383',
563
- },
564
- ],
565
- },
566
- repeat: {
567
- viewBox: '0 0 20 20',
568
- paths: [
569
- {
570
- d: 'm17.146 2.854-1.5 1.5A7.991 7.991 0 0 0 10 1.998C5.589 2 2 5.59 2 10c0 4.413 3.588 8 8 8 3.543 0 6.704-2.373 7.687-5.774a.999.999 0 0 0-.684-1.237 1.002 1.002 0 0 0-1.239.683A6.023 6.023 0 0 1 10.002 16c-3.31 0-6-2.691-6-6s2.69-6 6-6c1.601 0 3.119.65 4.234 1.765l-1.631 1.631a.5.5 0 0 0 .354.854H17.5a.5.5 0 0 0 .5-.5V3.208a.501.501 0 0 0-.855-.354',
571
- },
572
- ],
573
- },
574
- rocket: {
575
- paths: [
576
- {
577
- d: 'M7.55 16.096c.273.273.273.716 0 .99-.064.063-.14.114-.222.149-1.35.572-2.218.664-2.607.275-.388-.388-.297-1.257.276-2.607.15-.355.561-.521.917-.37.083.035.158.085.221.149l1.414 1.414zM16.742 5.49c2.828 2.828-2.121 7.778-2.121 7.778.435.436-.136 2.282-1.715 5.538-.12.249-.42.352-.668.232-.087-.043-.16-.11-.21-.193l-1.65-2.749c-.471.472-.943.472-1.414 0l-2.829-2.828c-.471-.472-.471-.943 0-1.414l-2.749-1.65c-.237-.142-.313-.45-.171-.686.05-.083.123-.15.21-.193 3.257-1.578 5.103-2.15 5.539-1.714l.022-.022c.363-.354 5.038-4.817 7.756-2.1z',
578
- },
579
- {
580
- d: 'M14.62 7.61c-.78-.78-2.047-.78-2.828 0-.78.782-.78 2.048 0 2.83.781.78 2.048.78 2.829 0 .78-.782.78-2.048 0-2.83z',
581
- },
582
- ],
583
- },
584
- 'round-trip': {
585
- paths: [
586
- {
587
- d: 'M5.234 10.3c.387-.395 1.02-.4 1.414-.013.394.387.4 1.02.013 1.414L5.383 13H17c.552 0 1 .448 1 1s-.448 1-1 1H5.415l1.292 1.293c.36.36.388.928.083 1.32l-.083.094c-.39.39-1.024.39-1.414 0l-3-3c-.388-.388-.391-1.016-.006-1.408l2.947-3zm9.532-8l2.947 3c.385.39.382 1.019-.006 1.407l-3 3c-.39.39-1.024.39-1.414 0-.39-.39-.39-1.024 0-1.414L14.584 7H3c-.552 0-1-.448-1-1s.448-1 1-1h11.616l-1.277-1.3c-.387-.393-.381-1.026.013-1.413.393-.387 1.027-.382 1.414.012z',
588
- },
589
- ],
590
- },
591
-
592
- 'vendor-logo': {
593
- viewBox: '0 0 30 30',
594
- paths: [],
595
- },
596
- scan: {
597
- paths: [
598
- {
599
- strokeLinecap: 'round' as const,
600
- strokeLinejoin: 'round' as const,
601
- d: 'M6.5 4.5L6.5 15M16.5 4.5L16.5 15',
602
- strokeWidth: 2.5,
603
- stroke: 'currentColor',
604
- },
605
- {
606
- strokeLinecap: 'round' as const,
607
- strokeLinejoin: 'round' as const,
608
- strokeWidth: 1.5,
609
- d: 'M3 4L3 15.483M10 4L10 15.483M13 4L13 15.483',
610
- stroke: 'currentColor',
611
- },
612
- ],
613
- },
614
- search: {
615
- paths: [
616
- {
617
- d: 'M9 2c3.866 0 7 3.134 7 7 0 1.7-.606 3.259-1.614 4.472l2.589 2.59c.39.39.39 1.023 0 1.414-.39.39-1.024.39-1.414 0l-2.662-2.661C11.785 15.563 10.443 16 9 16c-3.866 0-7-3.134-7-7s3.134-7 7-7zm0 2C6.239 4 4 6.239 4 9s2.239 5 5 5 5-2.239 5-5-2.239-5-5-5z',
618
- },
619
- ],
620
- },
621
- 'send-email': {
622
- paths: [
623
- {
624
- d: 'M16.4 4c.884 0 1.6.672 1.6 1.5V10h-2V8l-5.102 2.55c-.504.253-1.3.249-1.796 0L4 8v6h6v2H3.6c-.884 0-1.6-.672-1.6-1.5v-9C2 4.672 2.716 4 3.6 4h12.8Zm0 12c.884 0 1.6-.672 1.6-1.5v.05c0 .8-.65 1.45-1.45 1.45h-.15ZM4 6h12l-5.102 2.55c-.496.249-1.292.253-1.796 0L4 6Z',
625
- fillRule: 'evenodd' as const,
626
- clipRule: 'evenodd' as const,
627
- },
628
- {
629
- d: 'm19.707 14.293-3-3a.999.999 0 1 0-1.414 1.414L16.586 14H12a1 1 0 1 0 0 2h4.586l-1.293 1.293a.999.999 0 1 0 1.414 1.414l3-3a.999.999 0 0 0 0-1.414Z',
630
- },
631
- ],
632
- },
633
- settings: {
634
- paths: [
635
- {
636
- d: 'M13.227 9.987a3.234 3.234 0 10-3.231 3.235 3.249 3.249 0 003.23-3.235M10.192 18.8h-.394l-.201-.06a1.764 1.764 0 01-1.174-1.008 3.812 3.812 0 00-.45-.758 1.41 1.41 0 00-.994-.624 2.644 2.644 0 00-1.32.206 1.69 1.69 0 01-2.248-2.194c.156-.35.239-.725.243-1.107a1.335 1.335 0 00-.23-.825 2.564 2.564 0 00-1.148-.87 1.652 1.652 0 01-.68-.505 1.675 1.675 0 01.648-2.633c.313-.12.6-.3.844-.53a1.43 1.43 0 00.529-.855 2.585 2.585 0 00-.203-1.41 1.689 1.689 0 01-.037-1.235c.353-1.057 1.533-1.323 2.275-.981.344.158.72.237 1.098.23.283.013.563-.066.798-.225.398-.29.703-.69.88-1.15a1.697 1.697 0 013.144-.017c.12.312.3.599.528.844.228.29.56.48.927.53.455.045.914-.03 1.332-.214a1.679 1.679 0 011.25-.037c1.04.353 1.314 1.53.976 2.267a2.533 2.533 0 00-.245 1.093c-.013.282.064.562.22.798.302.41.718.724 1.196.9.319.122.585.35.752.648.113.228.21.463.293.705v.395c-.016.049-.033.096-.048.146a1.735 1.735 0 01-1.081 1.249 2.544 2.544 0 00-.881.59 1.34 1.34 0 00-.434.83c-.044.45.028.906.208 1.32.128.288.172.605.127.916-.176 1.316-1.506 1.715-2.347 1.334a2.6 2.6 0 00-1.095-.23 1.323 1.323 0 00-.847.253 2.7 2.7 0 00-.852 1.165c-.095.23-.243.436-.432.598a2.164 2.164 0 01-.927.45',
637
- },
638
- ],
639
- },
640
- 'sign-out': {
641
- paths: [
642
- {
643
- d: 'M3.66747 12.9846C3.16821 13.2199 2.94915 13.8197 3.24483 14.2858C4.03341 15.5287 5.15368 16.5359 6.48783 17.1878C8.12272 17.9867 9.98108 18.2043 11.7563 17.8048C13.5315 17.4054 15.1175 16.4126 16.2526 14.9905C17.3877 13.5683 18.0041 11.8017 18 9.98205C17.9959 8.16244 17.3716 6.39858 16.2302 4.98152C15.0887 3.56446 13.4983 2.57887 11.7213 2.18736C9.94426 1.79586 8.08689 2.02184 6.45561 2.82802C5.12439 3.48591 4.00866 4.49809 3.22566 5.74458C2.93208 6.21196 3.15383 6.81077 3.65414 7.04383C4.15445 7.2769 4.74257 7.05391 5.05534 6.59915C5.63276 5.75963 6.41786 5.07616 7.34114 4.61988C8.56486 4.01511 9.95819 3.84559 11.2912 4.13928C12.6242 4.43297 13.8173 5.17232 14.6736 6.23534C15.5299 7.29836 15.9982 8.62153 16.0013 9.98653C16.0043 11.3515 15.542 12.6768 14.6905 13.7436C13.839 14.8105 12.6492 15.5552 11.3175 15.8549C9.98581 16.1545 8.59174 15.9913 7.36532 15.392C6.44 14.9399 5.65184 14.2599 5.07066 13.423C4.75584 12.9697 4.16673 12.7493 3.66747 12.9846Z',
644
- },
645
- {
646
- d: 'M10.1505 9.04233L3 9.00006C2.44771 9.00006 2 9.44778 2 10.0001C2 10.5523 2.44771 11.0001 3 11.0001L10.1507 11.0423L8.3375 12.8555C7.94415 13.2489 7.94415 13.8866 8.3375 14.28C8.73085 14.6733 9.36859 14.6733 9.76194 14.28L13.2872 10.7547C13.6806 10.3613 13.6806 9.72357 13.2872 9.33022L9.76194 5.80491C9.36859 5.41156 8.73085 5.41156 8.3375 5.80491C7.94415 6.19826 7.94415 6.836 8.3375 7.22935L10.1505 9.04233Z',
647
- },
648
- ],
649
- },
650
- size: {
651
- paths: [
652
- {
653
- strokeLinecap: 'round' as const,
654
- strokeLinejoin: 'round' as const,
655
- strokeWidth: 2,
656
- fill: 'none',
657
- stroke: 'currentColor',
658
- d: 'M6.889 3H4.556C3.696 3 3 3.696 3 4.556v2.333m14 0V4.556C17 3.696 16.304 3 15.444 3h-2.333m0 14h2.333c.86 0 1.556-.696 1.556-1.556v-2.333m-14 0v2.333C3 16.304 3.696 17 4.556 17h2.333',
659
- },
660
- ],
661
- },
662
- sort: {
663
- paths: [
664
- {
665
- d: 'M10 9h6v2h-6V9zm0 4h4v2h-4v-2zm0-8h8v2h-8V5zm-4 8h2l-3 3-3-3h2V7H2l3-3 3 3H6v6z',
666
- },
667
- ],
668
- },
669
- 'sort-asc': {
670
- viewBox: '0 0 16 16',
671
- paths: [
672
- {
673
- d: 'M7.478 3c.414 0 .749.335.749.748l-.001 6.937 2.61-2.609c.266-.266.683-.29.977-.073l.084.073.073.084c.218.294.194.711-.073.978L8.185 12.85c-.39.39-1.023.39-1.414 0l-3.71-3.71c-.294-.294-.294-.77 0-1.063.293-.294.77-.294 1.063 0l2.605 2.605V3.748c0-.378.282-.692.648-.741z',
674
- },
675
- ],
676
- },
677
- 'sort-desc': {
678
- viewBox: '0 0 16 16',
679
- paths: [
680
- {
681
- transform: 'rotate(180, 8, 8)',
682
- d: 'M7.478 3c.414 0 .749.335.749.748l-.001 6.937 2.61-2.609c.266-.266.683-.29.977-.073l.084.073.073.084c.218.294.194.711-.073.978L8.185 12.85c-.39.39-1.023.39-1.414 0l-3.71-3.71c-.294-.294-.294-.77 0-1.063.293-.294.77-.294 1.063 0l2.605 2.605V3.748c0-.378.282-.692.648-.741z',
683
- },
684
- ],
685
- },
686
- 'sort-list-asc': {
687
- paths: [
688
- {
689
- d: 'M10 11h6V9h-6v2zm0-4h4V5h-4v2zm0 8h8v-2h-8v2zm-4-2h2l-3 3-3-3h2V4h2v9z',
690
- },
691
- ],
692
- },
693
- 'sort-list-desc': {
694
- paths: [
695
- {
696
- d: 'M10 9h6v2h-6V9zm0 4h4v2h-4v-2zm0-8h8v2h-8V5zM6 7h2L5 4 2 7h2v9h2V7z',
697
- },
698
- ],
699
- },
700
- star: {
701
- viewBox: '0 0 26 26',
702
- paths: [
703
- {
704
- d: 'M13 5L15.472 10.047 21 10.861 17 14.787 17.944 20.333 13 17.713 8.056 20.333 9 14.787 5 10.861 10.528 10.047z',
705
- stroke: 'currentColor',
706
- strokeLinecap: 'round' as const,
707
- strokeLinejoin: 'round' as const,
708
- strokeWidth: 1.536,
709
- },
710
- ],
711
- },
712
- 'status-error': {
713
- paths: [
714
- {
715
- d: 'M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z',
716
- },
717
- {
718
- d: 'M14 11H6c-.552 0-1-.448-1-1s.448-1 1-1h8c.552 0 1 .448 1 1s-.448 1-1 1z',
719
- fill: '#FFF',
720
- },
721
- ],
722
- },
723
- 'status-info': {
724
- paths: [
725
- {
726
- d: 'M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z',
727
- fill: '#577EDC',
728
- },
729
- {
730
- d: 'M10 15c-.552 0-1-.448-1-1v-4c0-.552.448-1 1-1s1 .448 1 1v4c0 .552-.448 1-1 1zM10 7c-.552 0-1-.448-1-1s.448-1 1-1 1 .448 1 1-.448 1-1 1z',
731
- fill: '#FFF',
732
- },
733
- ],
734
- },
735
- 'status-not-ok': {
736
- paths: [
737
- {
738
- d: 'M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z',
739
- },
740
- {
741
- d: 'M11.414 10l2.293-2.293c.391-.391.391-1.023 0-1.414-.39-.391-1.023-.391-1.414 0L10 8.586 7.707 6.293c-.39-.391-1.023-.391-1.414 0-.39.391-.39 1.023 0 1.414L8.586 10l-2.293 2.293c-.39.391-.39 1.023 0 1.414.195.195.451.293.707.293.256 0 .512-.098.707-.293L10 11.414l2.293 2.293c.195.195.451.293.707.293.256 0 .512-.098.707-.293.391-.391.391-1.023 0-1.414L11.414 10z',
742
- fill: '#FFF',
743
- },
744
- ],
745
- },
746
- 'status-ok': {
747
- paths: [
748
- {
749
- d: 'M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z',
750
- },
751
- {
752
- d: 'M8.333 11.252l4.96-4.96c.39-.39 1.024-.39 1.414 0 .39.391.39 1.025 0 1.415L9.04 13.374c-.39.39-1.023.39-1.414 0L5.293 11.04c-.39-.39-.39-1.023 0-1.414.39-.39 1.024-.39 1.414 0l1.626 1.626z',
753
- fill: '#FFF',
754
- },
755
- ],
756
- },
757
- 'status-warning': {
758
- paths: [
759
- {
760
- d: 'M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z',
761
- },
762
- {
763
- d: 'M10 5c-.552 0-1 .448-1 1v4c0 .552.448 1 1 1s1-.448 1-1V6c0-.552-.448-1-1-1zM10 13c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z',
764
- fill: '#FFF',
765
- },
766
- ],
767
- },
768
- 'three-circles': {
769
- viewBox: '0 0 14 13',
770
- paths: [
771
- {
772
- d: 'M7 6C8.65685 6 10 4.65685 10 3C10 1.34315 8.65685 0 7 0C5.34315 0 4 1.34315 4 3C4 4.65685 5.34315 6 7 6ZM6 9.5C6 11.1569 4.65685 12.5 3 12.5C1.34315 12.5 0 11.1569 0 9.5C0 7.84315 1.34315 6.5 3 6.5C4.65685 6.5 6 7.84315 6 9.5ZM14 9.5C14 11.1569 12.6569 12.5 11 12.5C9.34315 12.5 8 11.1569 8 9.5C8 7.84315 9.34315 6.5 11 6.5C12.6569 6.5 14 7.84315 14 9.5Z',
773
- },
774
- ],
775
- },
776
- 'ticket-revert': {
777
- paths: [
778
- {
779
- d: 'M18.498 4c.552 0 1 .448 1 1v2.626l-.63.424c-.535.36-.856.963-.856 1.608 0 .645.321 1.248.857 1.608l.63.424v2.803c0 .552-.449 1-1 1H3c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h15.498zm-4.123 5.8c-.345 0-.625.269-.625.6v.6c0 .33-.28.6-.625.6H7.134l.495-.476c.244-.234.244-.614 0-.848-.244-.235-.64-.235-.883 0l-1.563 1.5c-.244.234-.244.614 0 .848l1.563 1.5c.122.117.281.176.441.176.16 0 .32-.059.442-.176.244-.234.244-.614 0-.848l-.495-.476h5.991C14.159 12.8 15 11.993 15 11v-.6c0-.331-.28-.6-.625-.6zm-1.12-4.324c-.245-.235-.64-.235-.884 0-.244.234-.244.614 0 .848l.495.476H6.875C5.841 6.8 5 7.607 5 8.6v.6c0 .331.28.6.625.6s.625-.269.625-.6v-.6c0-.331.28-.6.625-.6h5.991l-.495.476c-.244.234-.244.614 0 .848.122.117.281.176.441.176.16 0 .32-.059.442-.176l1.563-1.5c.244-.234.244-.614 0-.848z',
780
- },
781
- ],
782
- },
783
- ticket: {
784
- paths: [
785
- {
786
- d: 'M14 4v2h1V4h3.498c.552 0 1 .448 1 1v2.626l-.63.424c-.535.36-.856.963-.856 1.608 0 .645.321 1.248.857 1.608l.63.424v2.803c0 .552-.449 1-1 1H3c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h11zm1 9h-1v2h1v-2zm-3.318-7.182c-.24-.24-.557-.25-.802-.006l-1.59 1.59-4.812-.037-.795.795 4.015.834-1.392 1.392-1.604-.013-.596.597 1.957.466.467 1.958.597-.596-.013-1.604 1.392-1.392.834 4.015.795-.795-.038-4.811 1.591-1.591c.245-.245.235-.561-.006-.802zM15 10h-1v2h1v-2zm0-3h-1v2h1V7z',
787
- },
788
- ],
789
- },
790
- time: {
791
- viewBox: '0 0 20 20',
792
- paths: [
793
- {
794
- d: 'M0 10C0 4.477 4.477 0 10 0A10 10 0 1 1 0 10Zm10.714-5H8.571v6.288l4.763 3.175 1.189-1.783-3.809-2.54V5Z',
795
- },
796
- ],
797
- },
798
- 'trash-can': {
799
- paths: [
800
- {
801
- d: 'M16 6v10c0 1.105-.895 2-2 2H6c-1.105 0-2-.895-2-2V6h12zM8 8c-.552 0-1 .448-1 1v6c0 .552.448 1 1 1s1-.448 1-1V9c0-.552-.448-1-1-1zm4 0c-.552 0-1 .448-1 1v6c0 .552.448 1 1 1s1-.448 1-1V9c0-.552-.448-1-1-1zm0-6l1 1h3c.552 0 1 .448 1 1s-.448 1-1 1H4c-.552 0-1-.448-1-1s.448-1 1-1h3l1-1h4z',
802
- },
803
- ],
804
- },
805
- upgrade: {
806
- viewBox: '0 0 24 24',
807
- paths: [
808
- {
809
- d: 'M14.4 19.2v2.4H9.6v-2.4h4.8zm0-7.2v4.8H9.6V12h4.8zM12 2.37l8 9.6H4l8-9.6z',
810
- },
811
- ],
812
- },
813
- user: {
814
- paths: [
815
- {
816
- d: 'M3 15.834c0-2.334 4.667-3.617 7-3.617 2.334 0 7 1.283 7 3.617V17H3v-1.166zM13.5 6.5c0 1.937-1.563 3.5-3.5 3.5-1.936 0-3.5-1.563-3.5-3.5S8.064 3 10 3c1.937 0 3.5 1.563 3.5 3.5z',
817
- },
818
- ],
819
- },
820
- 'user-group': {
821
- viewBox: '0 0 20 20',
822
- paths: [
823
- {
824
- d: 'M14 11.9003C16.0001 11.9003 19 13 19 15.0001V16H13V15.0001L12.9943 14.7788C12.9428 13.79 12.5472 12.9334 11.9235 12.2261C12.6305 12.0109 13.3655 11.9003 14 11.9003ZM6 11.9003C8.00014 11.9003 11 13 11 15.0001V16H1V15.0001C1 13 3.99986 11.9003 6 11.9003ZM14 4C15.6599 4 17 5.34014 17 7C17 8.66029 15.6599 10 14 10C12.3401 10 11 8.66029 11 7C11 5.34014 12.3401 4 14 4ZM6 4C7.65986 4 9 5.34014 9 7C9 8.66029 7.65986 10 6 10C4.34014 10 3 8.66029 3 7C3 5.34014 4.34014 4 6 4Z',
825
- },
826
- ],
827
- },
828
- voucher: {
829
- viewBox: '0 0 24 24',
830
- paths: [
831
- {
832
- d: 'M18.882 4.8c1.516 0 2.744 1.229 2.744 2.744v1.052C20.214 9.082 19.2 10.423 19.2 12s1.014 2.918 2.426 3.404v1.057c0 1.516-1.228 2.744-2.744 2.744H5.144c-1.46 0-2.653-1.139-2.739-2.576L2.4 16.46V7.544c0-1.46 1.14-2.653 2.577-2.739l.167-.005h13.738z',
833
- },
834
- ],
835
- circles: [
836
- {
837
- cx: 13.2,
838
- cy: 8.4,
839
- r: 1.2,
840
- fill: '#FFF',
841
- },
842
- {
843
- cx: 13.2,
844
- cy: 12,
845
- r: 1.2,
846
- fill: '#FFF',
847
- },
848
- {
849
- cx: 13.2,
850
- cy: 15.6,
851
- r: 1.2,
852
- fill: '#FFF',
853
- },
854
- ],
855
- },
856
- });
1
+ import { checkIcons } from './helpers';
2
+
3
+ export const iconsList = checkIcons({
4
+ 'vendor-service': {
5
+ paths: [
6
+ {
7
+ d: 'M12.23 11.589l.273.376a.11.11 0 01-.023.155l-.22.159a.11.11 0 00-.024.156l1.547 2.12c.034.05.067.04.068-.022l-.013-2.558c0-.061.05-.1.11-.087l.921.306c.063.02.108.075.116.139l.196 4.036a.455.455 0 00.072.202l1.046 1.435a.625.625 0 01-.608.986.628.628 0 01-.41-.25l-1.046-1.436a.426.426 0 00-.173-.13l-3.788-1.435a.156.156 0 01-.097-.151l-.009-.966c0-.028.015-.053.037-.069a.089.089 0 01.078-.01l2.439.802c.059.018.077-.008.041-.058l-1.546-2.118a.112.112 0 00-.155-.025l-.22.158a.113.113 0 01-.156-.025l-.274-.374a.114.114 0 01.025-.157l1.636-1.183a.114.114 0 01.157.024zm-4.303-.025l1.636 1.185a.11.11 0 01.025.154l-.273.376a.113.113 0 01-.156.024l-.22-.158a.113.113 0 00-.156.026L7.236 15.29c-.036.05-.017.077.042.059l2.439-.804c.06-.017.111.02.115.079l-.006.966a.157.157 0 01-.097.15l-3.794 1.435a.452.452 0 00-.17.132L4.718 18.74a.632.632 0 01-.88.137.625.625 0 01-.136-.873l1.047-1.437a.47.47 0 00.072-.201l.198-4.035v.001a.16.16 0 01.113-.138l.92-.306c.062-.014.113.025.114.085l-.014 2.557c.001.062.032.07.07.02l1.544-2.118a.11.11 0 00-.026-.156l-.217-.157a.113.113 0 01-.025-.157l.274-.374a.112.112 0 01.156-.025zm-1.11-5.195l.575.777c.032.052.012.11-.046.132L4.9 8.054c-.057.021-.057.053 0 .072l2.502.81a.112.112 0 00.141-.072l.083-.257a.114.114 0 01.141-.071l.443.142c.06.02.092.083.073.142l-.625 1.915a.11.11 0 01-.056.065.112.112 0 01-.087.005l-.442-.14a.111.111 0 01-.07-.141l.082-.256a.112.112 0 00-.073-.141l-2.503-.81c-.06-.019-.077.007-.042.057l1.522 2.063c.035.05.016.111-.04.134l-.924.292a.16.16 0 01-.175-.045L2.307 8.669a.428.428 0 00-.178-.122L.435 8a.623.623 0 01-.403-.79.62.62 0 01.31-.363.635.635 0 01.48-.04l1.7.548a.391.391 0 00.212.006l3.914-1.057a.164.164 0 01.17.065zm6.534-.067l3.916 1.061a.423.423 0 00.217-.006l1.692-.548a.638.638 0 01.481.039.626.626 0 01-.092 1.153l-1.695.55a.457.457 0 00-.178.12l-2.54 3.147a.161.161 0 01-.175.045l-.924-.292a.087.087 0 01-.055-.056.086.086 0 01.013-.077l1.52-2.06c.035-.051.017-.077-.042-.057l-2.5.807a.117.117 0 00-.074.143l.085.253a.115.115 0 01-.07.143l-.444.143a.114.114 0 01-.141-.073l-.626-1.916a.111.111 0 01.072-.14l.443-.142a.114.114 0 01.142.07l.082.257a.113.113 0 00.142.072l2.503-.81c.06-.02.06-.05.001-.072l-2.45-.778c-.057-.02-.079-.08-.045-.132l.574-.776a.165.165 0 01.168-.068zM10.001 0c.346 0 .63.28.63.625v1.776c0 .062.026.155.061.207l2.22 3.377a.156.156 0 01-.012.179l-.563.785c-.041.047-.103.046-.142-.003l-1.497-2.075c-.038-.05-.068-.04-.068.02v2.62c0 .062.05.112.114.112h.268c.063 0 .113.05.113.111v.464c0 .062-.05.11-.113.11H8.99a.112.112 0 01-.112-.11v-.464c0-.061.05-.11.112-.111h.27c.062 0 .113-.05.113-.112V4.89c0-.06-.032-.071-.07-.024l-1.499 2.08c-.037.048-.1.05-.138.003L7.1 6.162a.157.157 0 01-.011-.177l2.222-3.381a.45.45 0 00.061-.207V.626c0-.345.28-.626.63-.626z',
8
+ },
9
+ ],
10
+ },
11
+ 'aircraft-takeoff': {
12
+ paths: [
13
+ {
14
+ d: 'M17 15.033v.934H3v-.934h14zM7.31 4.668l4.678 4.165 3.59-.92c.54-.143 1.102.168 1.244.687.142.518-.176 1.049-.723 1.204l-3.59.914-2.942.751-3.59.927-1.082.272-.52-.862-1.23-2.047.98-.253 1.332.998 3.36-.861-2.8-4.645 1.292-.33z',
15
+ },
16
+ ],
17
+ },
18
+ archive: {
19
+ viewBox: '0 0 20 20',
20
+ paths: [
21
+ {
22
+ d: 'M3 8h14v8c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V8zm5 2c-.552 0-1 .448-1 1s.448 1 1 1h4c.552 0 1-.448 1-1s-.448-1-1-1H8zM3 3h14c.552 0 1 .448 1 1v2c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1z',
23
+ },
24
+ ],
25
+ },
26
+ arrow: {
27
+ viewBox: '0 0 16 16',
28
+ paths: [
29
+ {
30
+ d: 'M8.5 11.071l3.536-3.535L8.5 4M3 7.5l8.5.032',
31
+ strokeLinecap: 'round' as const,
32
+ strokeLinejoin: 'round' as const,
33
+ stroke: 'currentColor',
34
+ fill: 'none',
35
+ },
36
+ ],
37
+ },
38
+ 'arrow-right': {
39
+ paths: [
40
+ {
41
+ d: 'M17.707 9.293l-5-5c-.391-.391-1.023-.391-1.414 0s-.391 1.023 0 1.414L14.586 9H3c-.553 0-1 .448-1 1s.447 1 1 1h11.586l-3.293 3.293c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293.256 0 .512-.098.707-.293l5-5c.391-.391.391-1.023 0-1.414',
42
+ },
43
+ ],
44
+ },
45
+ baggage: {
46
+ viewBox: '0 0 24 24',
47
+ paths: [
48
+ {
49
+ d: 'M16.8 3.6h.596c.996 0 1.804.805 1.804 1.795v8.41c0 .992-.807 1.795-1.804 1.795H16.8v-12zm-14.4 0v12h-.596C.808 15.6 0 14.795 0 13.805v-8.41C0 4.403.807 3.6 1.804 3.6H2.4zm13.2 12h-12v-12h12v12zM6 .908C6 .407 6.541 0 7.189 0h4.822c.657 0 1.189.399 1.189.908V3.6H6V.908zm1.2.292v2.4H12V1.2H7.2z',
50
+ },
51
+ ],
52
+ },
53
+ balloon: {
54
+ viewBox: '0 0 28 28',
55
+ paths: [
56
+ {
57
+ d: 'M14.434 22.095c4.443-.28 7.966-4.8 7.966-10.335C22.4 6.047 18.647 1.4 14 1.4S5.6 6.047 5.6 11.76c0 5.535 3.498 10.03 7.915 10.335.102 0 .153.127.076.203l-1.727 2.14c-.28.28-.076.762.306.762h3.477c.409 0 .587-.482.306-.762l-1.621-2.14c-.051-.076 0-.203.102-.203zM9.787 9.652c0 .458-.357.813-.817.813-.46 0-.817-.355-.817-.813 0-3.402 2.783-6.17 6.204-6.17.46 0 .817.356.817.813 0 .457-.357.812-.817.812-2.502-.025-4.57 2.032-4.57 4.545z',
58
+ },
59
+ ],
60
+ },
61
+ bluetooth: {
62
+ paths: [
63
+ {
64
+ d: 'M0.364 4L8.364 12 4.364 16 4.364 0 8.364 4 0.364 12',
65
+ strokeLinecap: 'round' as const,
66
+ strokeLinejoin: 'round' as const,
67
+ strokeWidth: 1.5,
68
+ stroke: 'currentColor',
69
+ fill: 'none',
70
+ transform: 'translate(5 2)',
71
+ },
72
+ ],
73
+ },
74
+ bonus: {
75
+ viewBox: '0 0 26 26',
76
+ paths: [
77
+ {
78
+ d: 'M17.936 4c.662 0 1.278.327 1.649.867l.087.14 1.579 2.757c.144.252.232.532.257.82l.007.174v10.757c0 .841-.644 1.532-1.466 1.606l-.147.007H6.612c-.84 0-1.531-.644-1.605-1.466L5 19.515V8.758c0-.29.063-.577.185-.84l.08-.154 1.578-2.758c.329-.574.919-.946 1.571-1L8.58 4h9.357zm-1.453 6.645c-.445 0-.806.36-.806.806 0 1.336-1.083 2.42-2.42 2.42-1.335 0-2.419-1.084-2.419-2.42 0-.445-.36-.806-.806-.806-.445 0-.806.36-.806.806 0 2.227 1.805 4.032 4.032 4.032 2.226 0 4.032-1.805 4.032-4.032 0-.445-.361-.806-.807-.806zm3.127-3.283H7.19l-.099.006c-.39.05-.691.389-.691.8 0 .445.354.806.79.806h12.42l.099-.006c.39-.05.691-.389.691-.8 0-.445-.354-.806-.79-.806z',
79
+ },
80
+ ],
81
+ },
82
+ book: {
83
+ viewBox: '0 0 26 26',
84
+ paths: [
85
+ {
86
+ d: 'M21.366 6c.35 0 .634.284.634.634v11.944c0 .35-.284.633-.634.633h-4.895c-.728 0-1.393.417-1.71 1.073l-.121.249c-.081.167-.283.237-.45.156-.116-.056-.19-.174-.19-.303V9.168C14 7.418 15.418 6 17.168 6h4.198zM8.832 6C10.582 6 12 7.418 12 9.168h0v11.218c0 .129-.074.247-.19.303-.167.081-.369.011-.45-.156h0l-.12-.25c-.318-.655-.983-1.072-1.711-1.072h0-4.895c-.35 0-.634-.283-.634-.633h0V6.634c0-.35.284-.634.634-.634h0z',
87
+ stroke: 'currentColor',
88
+ strokeWidth: 0.634,
89
+ },
90
+ ],
91
+ },
92
+ box: {
93
+ viewBox: '0 0 20 20',
94
+ paths: [
95
+ {
96
+ d: 'M17.333 4.75c0-.167-.083-.25-.166-.333L10.417.5c-.084-.083-.25-.083-.417 0L3.167 4.417C3.083 4.5 3 4.583 3 4.75s.083.25.167.333L9.917 9c.083 0 .166.083.166.083s.167 0 .167-.083L17 5.083c.25-.083.333-.25.333-.333zM9 11L2.25 7.083c-.167-.083-.333-.083-.417 0-.083.084-.166.25-.166.334v7.833c0 .167.083.25.166.333l6.75 3.917c.084 0 .167.083.167.083s.167 0 .167-.083c.083-.083.166-.167.166-.333v-7.834c.167-.166.084-.25-.083-.333zm9.5-3.917c-.083-.083-.25-.083-.417 0L11.333 11c-.083.083-.166.167-.166.333v7.834c0 .166.083.25.166.333.084 0 .167.083.167.083s.167 0 .167-.083l6.75-3.917c.083-.083.166-.166.166-.333V7.417c.084-.084 0-.25-.083-.334z',
97
+ },
98
+ ],
99
+ },
100
+ business: {
101
+ viewBox: '0 0 24 24',
102
+ paths: [
103
+ {
104
+ d: 'M16.545 16.547H13.8l-1.425-3.42c-.156-.376-.524-.622-.932-.622H9.05L6.362 6.053c-.157-.376-.525-.621-.933-.621h-2.02c-.337 0-.652.168-.84.45-.187.281-.221.637-.09.95l4.112 9.871c.386.926 1.192 1.575 2.142 1.786L7.955 21.6h5.053l.758-3.032h2.779c.557 0 1.01-.451 1.01-1.01 0-.559-.453-1.01-1.01-1.01m5.42 2.522l-2.948-5.053c-.18-.311-.513-.501-.873-.501h-3.368L12.51 8.074c-.157-.376-.525-.621-.933-.621H9.558c-.339 0-.654.168-.84.45-.189.281-.223.637-.093.95l1.102 2.642h1.717c.816 0 1.552.49 1.865 1.243l1.166 2.799h3.09l2.654 4.551c.188.322.526.501.874.501.173 0 .348-.044.508-.137.482-.28.645-.9.364-1.382M6.945 4.42c0-1.116.905-2.021 2.02-2.021 1.116 0 2.022.905 2.022 2.021 0 1.116-.906 2.021-2.021 2.021-1.116 0-2.021-.905-2.021-2.02',
105
+ },
106
+ ],
107
+ },
108
+ calendar: {
109
+ paths: [
110
+ {
111
+ d: 'M6 12h3V9H6v3zm-2 4V7h12l.002 9H4zM16 4h-1V3c0-.552-.448-1-1-1s-1 .448-1 1v1H7V3c0-.552-.448-1-1-1s-1 .448-1 1v1H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2z',
112
+ },
113
+ ],
114
+ },
115
+ cancel: {
116
+ viewBox: '0 0 20 20',
117
+ paths: [
118
+ {
119
+ d: 'M10.5 2c2.254 0 4.416.843 6.01 2.343C18.104 5.843 19 7.878 19 10s-.896 4.157-2.49 5.657C14.916 17.157 12.754 18 10.5 18s-4.416-.843-6.01-2.343C2.896 14.157 2 12.122 2 10c0-4.418 3.806-8 8.5-8zm-6.375 8c0 3.307 2.86 6 6.375 6 1.375 0 2.65-.412 3.692-1.112L5.306 6.525A5.733 5.733 0 004.125 10zM10.5 4c-1.375 0-2.65.412-3.692 1.112l8.886 8.363A5.733 5.733 0 0016.875 10c0-3.308-2.86-6-6.375-6z',
120
+ },
121
+ ],
122
+ },
123
+ check: {
124
+ paths: [
125
+ {
126
+ d: 'M9.333 11.252l4.96-4.96a1 1 0 011.414 1.415l-5.667 5.667a1 1 0 01-1.414 0L6.293 11.04a1 1 0 111.414-1.414l1.626 1.626z',
127
+ },
128
+ ],
129
+ },
130
+ 'check-big': {
131
+ paths: [
132
+ {
133
+ d: 'M7.5 13.086l7.793-7.793c.39-.39 1.024-.39 1.414 0 .39.39.39 1.024 0 1.414l-8.5 8.5c-.39.39-1.024.39-1.414 0l-3.5-3.5c-.39-.39-.39-1.024 0-1.414.39-.39 1.024-.39 1.414 0L7.5 13.086z',
134
+ },
135
+ ],
136
+ },
137
+ 'check-all': {
138
+ viewBox: '0 0 20 20',
139
+ paths: [
140
+ {
141
+ d: 'M3 10.5L5.92929 13.4293C5.96834 13.4683 6.03166 13.4683 6.07071 13.4293L13.5 6',
142
+ strokeWidth: 2,
143
+ strokeLinecap: 'round' as const,
144
+ stroke: 'currentColor',
145
+ fill: 'none',
146
+ },
147
+ {
148
+ d: 'M10.2071 13.2929L9.5 12.5858L8.08579 14L8.79289 14.7071L10.2071 13.2929ZM18.2071 7.70711C18.5976 7.31658 18.5976 6.68342 18.2071 6.29289C17.8166 5.90237 17.1834 5.90237 16.7929 6.29289L18.2071 7.70711ZM9.92929 14.4293L10.6364 13.7222L9.92929 14.4293ZM10.0707 14.4293L9.3636 13.7222L10.0707 14.4293ZM8.79289 14.7071L9.22218 15.1364L10.6364 13.7222L10.2071 13.2929L8.79289 14.7071ZM10.7778 15.1364L18.2071 7.70711L16.7929 6.29289L9.3636 13.7222L10.7778 15.1364ZM9.22218 15.1364C9.65176 15.566 10.3482 15.566 10.7778 15.1364L9.3636 13.7222C9.71508 13.3707 10.2849 13.3707 10.6364 13.7222L9.22218 15.1364Z',
149
+ fill: 'currentColor',
150
+ stroke: 'none',
151
+ fillRule: undefined,
152
+ },
153
+ ],
154
+ },
155
+ 'chevron-down': {
156
+ paths: [
157
+ {
158
+ d: 'M10.0029 11.6053L5.71004 7.31242C5.31951 6.9219 4.68635 6.9219 4.29582 7.31242C3.9053 7.70295 3.9053 8.33611 4.29582 8.72664L9.29582 13.7266C9.68635 14.1172 10.3195 14.1172 10.71 13.7266L15.71 8.72664C16.1006 8.33611 16.1006 7.70295 15.71 7.31242C15.3195 6.9219 14.6863 6.9219 14.2958 7.31242L10.0029 11.6053Z',
159
+ },
160
+ ],
161
+ },
162
+ 'chevron-left': {
163
+ paths: [
164
+ {
165
+ d: 'M8.41421 10L12.7071 5.70711C13.0976 5.31658 13.0976 4.68342 12.7071 4.29289C12.3166 3.90237 11.6834 3.90237 11.2929 4.29289L6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071L11.2929 15.7071C11.6834 16.0976 12.3166 16.0976 12.7071 15.7071C13.0976 15.3166 13.0976 14.6834 12.7071 14.2929L8.41421 10Z',
166
+ },
167
+ ],
168
+ },
169
+ 'chevron-right': {
170
+ paths: [
171
+ {
172
+ d: 'M11.5858 10L7.29289 5.70711C6.90237 5.31658 6.90237 4.68342 7.29289 4.29289C7.68342 3.90237 8.31658 3.90237 8.70711 4.29289L13.7071 9.29289C14.0976 9.68342 14.0976 10.3166 13.7071 10.7071L8.70711 15.7071C8.31658 16.0976 7.68342 16.0976 7.29289 15.7071C6.90237 15.3166 6.90237 14.6834 7.29289 14.2929L11.5858 10Z',
173
+ },
174
+ ],
175
+ },
176
+ 'chevron-up': {
177
+ paths: [
178
+ {
179
+ d: 'M10.0117 9.37857L14.3046 13.6715C14.6951 14.062 15.3283 14.062 15.7188 13.6715C16.1093 13.2809 16.1093 12.6478 15.7188 12.2572L10.7188 7.25725C10.3283 6.86672 9.69514 6.86672 9.30461 7.25725L4.30461 12.2572C3.91409 12.6478 3.91409 13.2809 4.30461 13.6715C4.69514 14.062 5.3283 14.062 5.71883 13.6715L10.0117 9.37857Z',
180
+ },
181
+ ],
182
+ },
183
+ 'chevron-down-small': {
184
+ viewBox: '0 0 16 16',
185
+ paths: [
186
+ {
187
+ d: 'M8.24512 8.84751L11.038 6.05461C11.4285 5.66409 12.0617 5.66409 12.4522 6.05461C12.8427 6.44514 12.8427 7.0783 12.4522 7.46883L8.95222 10.9688C8.5617 11.3593 7.92853 11.3593 7.53801 10.9688L4.03801 7.46883C3.64749 7.0783 3.64749 6.44514 4.03801 6.05461C4.42853 5.66409 5.0617 5.66409 5.45222 6.05461L8.24512 8.84751Z',
188
+ },
189
+ ],
190
+ },
191
+ 'chevron-left-small': {
192
+ viewBox: '0 0 16 16',
193
+ paths: [
194
+ {
195
+ d: 'M7.90933 7.51172L10.7022 10.3046C11.0927 10.6951 11.0927 11.3283 10.7022 11.7188C10.3117 12.1093 9.67853 12.1093 9.28801 11.7188L5.78801 8.21883C5.39749 7.8283 5.39749 7.19514 5.78801 6.80461L9.28801 3.30461C9.67853 2.91409 10.3117 2.91409 10.7022 3.30461C11.0927 3.69514 11.0927 4.3283 10.7022 4.71883L7.90933 7.51172Z',
196
+ },
197
+ ],
198
+ },
199
+ 'chevron-right-small': {
200
+ viewBox: '0 0 16 16',
201
+ paths: [
202
+ {
203
+ d: 'M8.5809 7.51172L5.78801 10.3046C5.39749 10.6951 5.39749 11.3283 5.78801 11.7188C6.17853 12.1093 6.8117 12.1093 7.20222 11.7188L10.7022 8.21883C11.0927 7.8283 11.0927 7.19514 10.7022 6.80461L7.20222 3.30461C6.8117 2.91409 6.17853 2.91409 5.78801 3.30461C5.39749 3.69514 5.39749 4.3283 5.78801 4.71883L8.5809 7.51172Z',
204
+ },
205
+ ],
206
+ },
207
+ 'chevron-up-small': {
208
+ viewBox: '0 0 16 16',
209
+ paths: [
210
+ {
211
+ d: 'M8.24512 8.17593L11.038 10.9688C11.4285 11.3593 12.0617 11.3593 12.4522 10.9688C12.8427 10.5783 12.8427 9.94514 12.4522 9.55461L8.95222 6.05461C8.5617 5.66409 7.92853 5.66409 7.53801 6.05461L4.03801 9.55461C3.64749 9.94514 3.64749 10.5783 4.03801 10.9688C4.42853 11.3593 5.0617 11.3593 5.45222 10.9688L8.24512 8.17593Z',
212
+ },
213
+ ],
214
+ },
215
+ 'circle-check': {
216
+ paths: [
217
+ {
218
+ d: 'M8 14c-3.308 0-6-2.693-6-6 0-3.308 2.692-6 6-6 3.307 0 6 2.692 6 6 0 3.307-2.693 6-6 6zM8 0C3.582 0 0 3.58 0 8c0 2.121.843 4.156 2.343 5.657C3.843 15.157 5.878 16 8 16s4.157-.843 5.657-2.343S16 10.12 16 8c0-2.122-.843-4.157-2.343-5.657S10.122 0 8 0zm2.293 5.293L7 8.586 5.707 7.293c-.39-.391-1.023-.391-1.414 0-.39.391-.39 1.023 0 1.414l2 2c.195.195.451.293.707.293.256 0 .512-.098.707-.293l4-4c.391-.391.391-1.023 0-1.414-.39-.391-1.023-.391-1.414 0',
219
+ transform: 'translate(-1299 -510) translate(1299 510) translate(2 2)',
220
+ fillRule: 'nonzero' as const,
221
+ },
222
+ ],
223
+ },
224
+ close: {
225
+ paths: [
226
+ {
227
+ d: 'M11.985 10l2.407-2.293c.41-.39.41-1.023 0-1.414-.41-.39-1.074-.39-1.485 0L10.5 8.586 8.093 6.293c-.411-.39-1.075-.39-1.485 0-.41.391-.41 1.023 0 1.414L9.015 10l-2.407 2.293c-.41.391-.41 1.023 0 1.414.205.195.473.293.742.293s.538-.098.743-.293l2.407-2.293 2.407 2.293c.205.195.474.293.743.293s.537-.098.742-.293c.41-.391.41-1.023 0-1.414L11.985 10z',
228
+ },
229
+ ],
230
+ },
231
+ 'close-large': {
232
+ paths: [
233
+ {
234
+ d: 'M6.102 4.709c-.446-.36-1.055-.373-1.415-.012-.39.39-.342 1.072.108 1.523l3.783 3.782-3.783 3.782-.096.108c-.36.446-.373 1.055-.012 1.415.39.391 1.072.342 1.523-.108l3.782-3.783 3.782 3.783.108.097c.446.358 1.055.372 1.415.011.39-.39.342-1.072-.108-1.523l-3.783-3.782L15.19 6.22l.097-.108c.358-.446.372-1.055.011-1.415-.39-.39-1.072-.342-1.523.108L9.992 8.588 6.21 4.805l-.108-.096Z',
235
+ },
236
+ ],
237
+ },
238
+ 'close-window': {
239
+ paths: [
240
+ {
241
+ d: 'M4.5 4.5l11 11m0-11l-11 11',
242
+ strokeWidth: '2',
243
+ strokeLinejoin: 'round' as const,
244
+ strokeLinecap: 'round' as const,
245
+ stroke: 'currentColor',
246
+ },
247
+ ],
248
+ },
249
+ copy: {
250
+ viewBox: '0 0 20 20',
251
+ rects: [
252
+ {
253
+ width: 10,
254
+ height: 8,
255
+ x: 7,
256
+ y: 4,
257
+ strokeWidth: 2,
258
+ rx: 1,
259
+ stroke: 'currentColor',
260
+ },
261
+ {
262
+ width: 12,
263
+ height: 10,
264
+ x: 2,
265
+ y: 7,
266
+ fill: 'currentColor',
267
+ rx: 1,
268
+ },
269
+ ],
270
+ },
271
+ 'copy-outline': {
272
+ viewBox: '0 0 16 16',
273
+ paths: [
274
+ {
275
+ d: 'M13 0C14.6569 0 16 1.34315 16 3V9C16 10.6569 14.6569 12 13 12H12V13C12 14.5977 10.7511 15.9037 9.17627 15.9949L9 16H3C1.40232 16 0.0963391 14.7511 0.00509262 13.1763L0 13V7C0 5.40232 1.24892 4.09634 2.82373 4.00509L3 4H4V3C4 1.40232 5.24892 0.0963391 6.82373 0.00509262L7 0H13ZM4 6H3C2.48716 6 2.06449 6.38604 2.00673 6.88338L2 7V13C2 13.5128 2.38604 13.9355 2.88338 13.9933L3 14H9C9.51284 14 9.93551 13.614 9.99327 13.1166L10 13V12H7C5.40232 12 4.09634 10.7511 4.00509 9.17627L4 9V6ZM6 9C6 9.55228 6.44772 10 7 10H13C13.5523 10 14 9.55228 14 9V3C14 2.44772 13.5523 2 13 2H7C6.44772 2 6 2.44772 6 3V9Z',
276
+ },
277
+ ],
278
+ },
279
+ // строительный кран
280
+ crane: {
281
+ viewBox: '0 0 20 20',
282
+ paths: [
283
+ {
284
+ d: 'M5 1v3.018c0 .595.48.992 1.2.992h2v2.975c0 .099 0 .297.12.396l2.76 5.256c.24.496.24 1.09-.12 1.586-.72.893-2.52.992-3.36 0-.36-.495-.48-.991-.24-1.487.48-.992.72-2.082.72-3.173 0-.595-.48-.992-1.2-.992s-1.2.397-1.2.992c0 .793-.24 1.686-.6 2.479-.6 1.09-.36 2.38.48 3.371C6.4 17.405 7.72 18 9.16 18s2.88-.595 3.72-1.686c.84-1.09.96-2.28.36-3.47L10.6 7.786V5.01h2.2c.72 0 1.2-.397 1.2-.992V1H5z',
285
+ },
286
+ ],
287
+ },
288
+ danger: {
289
+ viewBox: '0 0 20 20',
290
+ paths: [
291
+ {
292
+ d: 'M9.576 3.085L6.472 8.98a.3.3 0 00.265.439h1.758a.3.3 0 01.287.389l-2.185 7.086a.3.3 0 00.498.3l7.774-7.778a.3.3 0 00-.213-.512h-1.42a.299.299 0 01-.265-.442l2.749-5.096a.3.3 0 00-.264-.443H9.84a.3.3 0 00-.265.16z',
293
+ },
294
+ ],
295
+ },
296
+ direction: {
297
+ paths: [
298
+ {
299
+ d: 'M15.708 7.59c.048-.055.132-.06.187-.013l3.059 2.662.01.01c.05.054.046.138-.007.187l-3.059 2.835c-.025.023-.057.035-.09.035-.073 0-.133-.059-.133-.132v-1.64H11.82c-.366 0-.663.297-.663.663v5.673c0 .624-.506 1.13-1.13 1.13-.623 0-1.13-.506-1.13-1.13v-5.906c0-1.463 1.187-2.65 2.65-2.65h4.13V7.677c0-.032.011-.063.032-.087zm-11.416 0c.021.024.033.055.033.087v1.637h4.859c.036 0 .066.03.066.067 0 .021-.01.041-.027.054-.259.187-.485.453-.678.797-.187.334-.305.673-.354 1.018-.023.163-.162.285-.328.285H4.325v1.639c0 .073-.06.132-.133.132-.033 0-.065-.012-.09-.035l-3.059-2.835c-.053-.05-.056-.133-.007-.187l.01-.01 3.06-2.662c.054-.048.138-.042.186.013zm5.645-6.558c.055-.05.138-.045.188.01l2.713 2.988c.022.025.035.056.035.09 0 .073-.06.132-.133.132h-1.584v3.48c0 .623-.506 1.13-1.13 1.13-.623 0-1.13-.507-1.13-1.13v-3.48H7.314c-.033 0-.065-.012-.09-.035-.053-.049-.057-.133-.008-.187l2.713-2.989.01-.009z',
300
+ },
301
+ ],
302
+ },
303
+ document: {
304
+ viewBox: '0 0 28 28',
305
+ paths: [
306
+ {
307
+ d: 'M14.44 2.8l7.96 7.135v12.026c0 1.789-1.618 3.239-3.614 3.239H9.214c-1.996 0-3.614-1.45-3.614-3.24V6.04c0-1.789 1.618-3.24 3.614-3.24h5.225zm-1.678 1.08v5.63c0 1.066.863 1.929 1.928 1.929h6.505L12.762 3.88z',
308
+ },
309
+ ],
310
+ },
311
+ download: {
312
+ paths: [
313
+ {
314
+ d: 'M4.125 13v2h12.75v-2H19v2c0 1.112-.949 2-2.119 2H4.12C2.95 17 2 16.105 2 15v-2h2.125zM10.5 3c.587 0 1.063.447 1.063 1v5.586l1.373-1.293c.416-.391 1.087-.391 1.503 0 .207.195.311.45.311.707 0 .256-.104.512-.311.707l-3.188 3c-.415.39-1.087.39-1.502 0l-3.188-3c-.415-.391-.415-1.023 0-1.414.416-.391 1.087-.391 1.503 0l1.374 1.293V4c0-.553.476-1 1.062-1z',
315
+ },
316
+ ],
317
+ },
318
+ email: {
319
+ circles: [
320
+ {
321
+ cx: 7,
322
+ cy: 7,
323
+ r: 2.8,
324
+ strokeLinecap: 'round' as const,
325
+ strokeLinejoin: 'round' as const,
326
+ strokeWidth: 1.5,
327
+ stroke: 'currentColor',
328
+ fill: 'none',
329
+ transform: 'translate(3 3)',
330
+ },
331
+ ],
332
+ paths: [
333
+ {
334
+ d: 'M9.8 4.2v3.5c0 1.16.94 2.1 2.1 2.1 1.16 0 2.1-.94 2.1-2.1V7C14 3.747 11.759.923 8.59.184c-3.167-.74-6.427.8-7.867 3.718-1.44 2.916-.68 6.441 1.832 8.506 2.514 2.066 6.118 2.128 8.701.15',
335
+ strokeLinecap: 'round' as const,
336
+ strokeLinejoin: 'round' as const,
337
+ strokeWidth: 1.5,
338
+ stroke: 'currentColor',
339
+ fill: 'none',
340
+ transform: 'translate(3 3)',
341
+ },
342
+ ],
343
+ },
344
+ eye: {
345
+ paths: [
346
+ {
347
+ d: 'M9.99975 4.5C13.6093 4.5 16.9323 6.4095 18.8892 9.6085C19.0362 9.8485 19.0362 10.1515 18.8892 10.3915C16.9323 13.5905 13.6093 15.5 9.99975 15.5C6.39025 15.5 3.06725 13.5905 1.11025 10.3915C0.96325 10.1515 0.96325 9.8485 1.11025 9.6085C3.06725 6.4095 6.39025 4.5 9.99975 4.5ZM9.99975 14C7.06625 14 4.34775 12.513 2.64175 10C3.56625 8.6385 4.78825 7.582 6.17975 6.896C5.90675 7.457 5.74975 8.0845 5.74975 8.75C5.74975 11.097 7.65275 13 9.99975 13C12.3467 13 14.2498 11.097 14.2498 8.75C14.2498 8.0845 14.0928 7.457 13.8198 6.896C15.2113 7.582 16.4332 8.6385 17.3577 10C15.6517 12.513 12.9332 14 9.99975 14ZM8.49975 7.25C9.05175 7.25 9.49975 7.698 9.49975 8.25C9.49975 8.802 9.05175 9.25 8.49975 9.25C7.94775 9.25 7.49975 8.802 7.49975 8.25C7.49975 7.698 7.94775 7.25 8.49975 7.25Z',
348
+ },
349
+ ],
350
+ },
351
+ 'eye-closed': {
352
+ paths: [
353
+ {
354
+ d: 'M18.6967 7.28265C18.3005 6.89786 17.6674 6.90711 17.2826 7.30329C15.0856 9.56545 12.5958 11 9.99988 11C7.4039 11 4.91398 9.56533 2.7174 7.30334C2.33265 6.90713 1.69955 6.89784 1.30334 7.2826C0.907132 7.66735 0.897843 8.30045 1.2826 8.69666C1.71899 9.14604 2.16716 9.56817 2.62668 9.95911L1.29289 11.2929C0.902369 11.6834 0.902369 12.3166 1.29289 12.7071C1.65338 13.0676 2.22061 13.0953 2.6129 12.7903L2.70711 12.7071L4.244 11.1702C4.73663 11.4899 5.24043 11.7728 5.75495 12.0148L4.63005 13.9632L4.57756 14.0675C4.37892 14.5271 4.55194 15.0728 4.99607 15.3292C5.47437 15.6054 6.08596 15.4415 6.3621 14.9632L7.66569 12.7053C8.10385 12.8166 8.54871 12.8977 9 12.9463V15L9.00673 15.1166C9.06449 15.614 9.48717 16 10 16C10.5523 16 11 15.5523 11 15V12.9462C11.4662 12.896 11.9255 12.8112 12.3777 12.6941L13.6878 14.9632C13.9639 15.4415 14.5755 15.6054 15.0538 15.3292C15.4979 15.0728 15.6709 14.5271 15.4723 14.0675L15.4198 13.9632L14.2842 11.9962C14.7851 11.7584 15.2758 11.4817 15.7559 11.1701L17.2929 12.7071L17.3871 12.7903C17.7794 13.0953 18.3466 13.0676 18.7071 12.7071C19.0976 12.3166 19.0976 11.6834 18.7071 11.2929L17.3733 9.95905C17.8328 9.56814 18.2809 9.14606 18.7174 8.69671C19.1021 8.30052 19.0929 7.66743 18.6967 7.28265Z',
355
+ },
356
+ ],
357
+ },
358
+ female: {
359
+ paths: [
360
+ {
361
+ d: 'M14 15l-1.621-6.485C12.156 7.625 11.356 7 10.438 7h-.876c-.918 0-1.718.625-1.941 1.515L6 15h2.5v3h3v-3H14zM8 4c0-1.104.896-2 2-2s2 .896 2 2-.896 2-2 2-2-.896-2-2z',
362
+ },
363
+ ],
364
+ },
365
+ filter: {
366
+ viewBox: '0 0 20 20',
367
+ paths: [
368
+ {
369
+ d: 'M12 11c1.306 0 2.417.834 2.829 2H17c.552 0 1 .448 1 1s-.448 1-1 1h-2.17c-.412 1.165-1.524 2-2.83 2s-2.418-.835-2.83-2H3c-.552 0-1-.448-1-1s.448-1 1-1h6.171c.412-1.166 1.523-2 2.829-2zM5 3c1.306 0 2.417.834 2.829 2H17c.552 0 1 .448 1 1s-.448 1-1 1H7.83C7.417 8.165 6.305 9 5 9 3.343 9 2 7.657 2 6s1.343-3 3-3z',
370
+ },
371
+ ],
372
+ },
373
+ folder: {
374
+ viewBox: '0 0 20 20',
375
+ paths: [
376
+ {
377
+ d: 'M16.9 5H10.009L8.716 3.795C8.25211 3.34264 7.714 3 7.069 3H3.1C1.942 3 1 3.942 1 5.1V15.9C1 17.058 1.942 18 3.1 18H16.9C18.058 18 19 17.058 19 15.9V7.1C19 5.942 18.058 5 16.9 5Z',
378
+ },
379
+ ],
380
+ },
381
+ 'folder-add': {
382
+ viewBox: '0 0 20 20',
383
+ paths: [
384
+ {
385
+ d: 'M16.9 5H10.009C10.009 5 9.19158 4.23037 8.716 3.795C8.24042 3.35963 7.714 3 7.069 3H3.1C1.942 3 1 3.942 1 5.1V15.9C1 17.058 1.942 18 3.1 18H16.9C18.058 18 19 17.058 19 15.9V7.1C19 5.942 18.058 5 16.9 5Z',
386
+ },
387
+ {
388
+ d: 'M13 13H11V15C11 15.5523 10.5523 16 10 16C9.44772 16 9 15.5523 9 15V13H7C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H9V9C9 8.44772 9.44772 8 10 8C10.5523 8 11 8.44772 11 9V11H13C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13Z',
389
+ fill: 'white',
390
+ },
391
+ ],
392
+ },
393
+ food: {
394
+ viewBox: '0 0 28 28',
395
+ paths: [
396
+ {
397
+ d: 'M17.57 9.6c.378-2.252.914-2.553 1.612-3.7.527-.833 1.064-1.4 1.612-1.7.89 0 1.611.761 1.611 1.7v17.6c0 .939-.721 1.7-1.611 1.7s-1.612-.761-1.612-1.7v-5.4l-1.611-1.7V9.6zM7.424 14.7h3.223v8.8c0 .939-.722 1.7-1.612 1.7-.89 0-1.611-.761-1.611-1.7v-8.8zM5.006 4.2c.445 0 .805.38.805.85v6.25H8.26c.008-4.92.011-6.07.01-6.25-.006-.47.34-.85.765-.85.427 0 .789.38.789.85 0 .185.008 1.335.024 6.25h2.41V5.05c0-.47.361-.85.806-.85.445 0 .806.38.806.85v6.25c0 1.878-1.443 3.4-3.223 3.4H7.423c-1.78 0-3.223-1.522-3.223-3.4V5.05c0-.47.36-.85.806-.85z',
398
+ },
399
+ ],
400
+ },
401
+ import: {
402
+ paths: [
403
+ {
404
+ d: 'M13 3h3c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2H6c-1.105 0-2-.895-2-2v-3h2v3h10V5h-3V3zm-5.5 7C4.467 10 2 7.533 2 4.5c0-.232.16-.434.385-.487C2.423 4.004 2.462 4 2.5 4c.186 0 .361.104.447.276l.118.235C3.832 6.046 5.374 7 7.09 7H9V5.5c0-.189.107-.362.276-.447.169-.085.373-.067.524.047l4 3c.126.094.2.243.2.4 0 .157-.074.306-.2.4l-4 3c-.15.114-.354.132-.523.047-.17-.085-.277-.258-.277-.447V10H7.5z',
405
+ },
406
+ ],
407
+ },
408
+ information: {
409
+ paths: [
410
+ {
411
+ d: 'M10 8c-.552 0-1-.448-1-1s.448-1 1-1 1 .448 1 1-.448 1-1 1zm0 8c3.307 0 6-2.693 6-6 0-3.308-2.693-6-6-6-3.308 0-6 2.692-6 6 0 3.307 2.692 6 6 6zm0-14c2.122 0 4.157.843 5.657 2.343S18 7.878 18 10s-.843 4.157-2.343 5.657S12.122 18 10 18s-4.157-.843-5.657-2.343S2 12.122 2 10c0-4.418 3.582-8 8-8zm0 12c-.552 0-1-.448-1-1v-3c0-.552.448-1 1-1s1 .448 1 1v3c0 .552-.448 1-1 1z',
412
+ },
413
+ ],
414
+ },
415
+ insurance: {
416
+ paths: [
417
+ {
418
+ d: 'M9.883 9.16l.28.002c.31.001.559.252.559.56v4.827c0 .675-.282 1.292-.734 1.733-.452.443-1.083.718-1.773.718s-1.32-.275-1.772-.718c-.452-.441-.734-1.058-.734-1.733l.008-.08c.037-.178.195-.312.384-.312h.62c.216 0 .392.175.392.392 0 .3.122.565.323.762.201.197.473.316.78.317.307-.001.578-.12.78-.317.2-.197.322-.462.322-.762v-4.83c.002-.31.255-.56.565-.559zM10.02 2c.387 0 .701.314.701.702v.406c3.937.32 7.054 2.987 7.279 6.772-.463-.751-1.32-1.257-2.3-1.257-1.09 0-2.027.623-2.442 1.515l-.006-.012c-.556-1.186-1.8-2.013-3.252-2.013-1.454 0-2.7.83-3.256 2.025-.417-.892-1.352-1.516-2.442-1.516-.983 0-1.837.506-2.302 1.257.225-3.797 3.364-6.469 7.318-6.774v-.403c0-.388.314-.702.702-.702z',
419
+ },
420
+ ],
421
+ },
422
+ link: {
423
+ viewBox: '0 0 10 10',
424
+ paths: [
425
+ {
426
+ d: 'M4.20342 6.50301C4.66953 6.96668 5.28934 7.22208 5.94843 7.22208C6.60772 7.22208 7.22733 6.96668 7.69363 6.50301L9.14549 5.05875C10.1078 4.10152 10.1078 2.54421 9.14549 1.58699C8.18324 0.629954 6.61774 0.629763 5.65548 1.58699L5.03375 2.20508C4.82073 2.41699 4.82073 2.76072 5.03375 2.97263C5.24677 3.18453 5.5923 3.18453 5.80533 2.97263L6.42686 2.35434C6.96366 1.82035 7.83693 1.82035 8.37372 2.35434C8.91051 2.88832 8.91051 3.75703 8.37372 4.29101L6.92186 5.73528C6.66184 5.99413 6.31612 6.13649 5.94843 6.13649C5.58075 6.13649 5.23502 5.99413 4.975 5.73547C4.76198 5.52356 4.41645 5.52356 4.20342 5.73547C3.9904 5.94738 3.9904 6.29111 4.20342 6.50301ZM1.5889 9.15006C2.05503 9.61374 2.67485 9.86914 3.33397 9.86914C3.99328 9.86914 4.61291 9.61374 5.07904 9.15026L5.70059 8.53196C5.91362 8.32005 5.91362 7.97632 5.70059 7.76441C5.48757 7.5525 5.14202 7.5525 4.92899 7.76441L4.30743 8.3827C4.04741 8.64137 3.70167 8.78372 3.33397 8.78372C2.96627 8.78372 2.62054 8.64117 2.36051 8.38251C1.8237 7.84852 1.8237 6.97981 2.36051 6.44582L3.81242 5.00153C4.34923 4.46754 5.22253 4.46754 5.75934 5.00153C5.97237 5.21344 6.31792 5.21344 6.53095 5.00153C6.74397 4.78962 6.74397 4.44589 6.53095 4.23398C5.56866 3.27694 4.0031 3.27694 3.04081 4.23398L1.5889 5.67827C0.626615 6.6355 0.626615 8.19283 1.5889 9.15006Z',
427
+ },
428
+ ],
429
+ },
430
+ list: {
431
+ paths: [
432
+ {
433
+ d: 'M4 6a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm1 3a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2H5Z',
434
+ },
435
+ ],
436
+ },
437
+ lock: {
438
+ paths: [
439
+ {
440
+ d: 'M10 2C12.21 2 14 3.79 14 6V8H15C16.105 8 17 8.895 17 10V16C17 17.105 16.105 18 15 18H5C3.895 18 3 17.105 3 16V10C3 8.895 3.895 8 5 8H6V6C6 3.79 7.79 2 10 2ZM10 11C8.895 11 8 11.895 8 13C8 14.105 8.895 15 10 15C11.105 15 12 14.105 12 13C12 11.895 11.105 11 10 11ZM8 6C8 4.895 8.895 4 10 4C11.105 4 12 4.895 12 6V8H8V6Z',
441
+ },
442
+ ],
443
+ },
444
+ 'lock-open': {
445
+ paths: [
446
+ {
447
+ d: 'M14 5C14 2.79 12.21 1 10 1C7.79 1 6 2.79 6 5V8H5C3.895 8 3 8.895 3 10V16C3 17.105 3.895 18 5 18H15C16.105 18 17 17.105 17 16V10C17 8.895 16.105 8 15 8H14H12H11H8V5C8 3.895 8.895 3 10 3C11.105 3 12 3.895 12 5H14ZM8 13C8 11.895 8.895 11 10 11C11.105 11 12 11.895 12 13C12 14.105 11.105 15 10 15C8.895 15 8 14.105 8 13Z',
448
+ },
449
+ ],
450
+ },
451
+ male: {
452
+ paths: [
453
+ {
454
+ d: 'M11.995 4c0 1.105-.895 2-2 2-1.104 0-2-.895-2-2s.896-2 2-2c1.105 0 2 .895 2 2zM8 7h3.992c1.105 0 2 .895 2 2v4h-1.997v5h-4L8 13H6.005L6 9c0-1.105.895-2 2-2z',
455
+ },
456
+ ],
457
+ },
458
+ menu: {
459
+ viewBox: '1 1 16 16',
460
+ paths: [
461
+ {
462
+ d: 'M5.08154 9.02148C5.08154 8.77083 5.16211 8.55778 5.32324 8.38232C5.48438 8.20687 5.70817 8.11914 5.99463 8.11914C6.28109 8.11914 6.50667 8.20687 6.67139 8.38232C6.8361 8.55778 6.91846 8.77083 6.91846 9.02148C6.91846 9.27214 6.8361 9.47803 6.67139 9.63916C6.50667 9.80029 6.28109 9.88086 5.99463 9.88086C5.70817 9.88086 5.48438 9.80029 5.32324 9.63916C5.16211 9.47803 5.08154 9.27214 5.08154 9.02148ZM8.08154 9.02148C8.08154 8.77083 8.16211 8.55778 8.32324 8.38232C8.48438 8.20687 8.70817 8.11914 8.99463 8.11914C9.28109 8.11914 9.50667 8.20687 9.67139 8.38232C9.8361 8.55778 9.91846 8.77083 9.91846 9.02148C9.91846 9.27214 9.8361 9.47803 9.67139 9.63916C9.50667 9.80029 9.28109 9.88086 8.99463 9.88086C8.70817 9.88086 8.48438 9.80029 8.32324 9.63916C8.16211 9.47803 8.08154 9.27214 8.08154 9.02148ZM11.0815 9.02148C11.0815 8.77083 11.1621 8.55778 11.3232 8.38232C11.4844 8.20687 11.7082 8.11914 11.9946 8.11914C12.2811 8.11914 12.5067 8.20687 12.6714 8.38232C12.8361 8.55778 12.9185 8.77083 12.9185 9.02148C12.9185 9.27214 12.8361 9.47803 12.6714 9.63916C12.5067 9.80029 12.2811 9.88086 11.9946 9.88086C11.7082 9.88086 11.4844 9.80029 11.3232 9.63916C11.1621 9.47803 11.0815 9.27214 11.0815 9.02148Z',
463
+ },
464
+ ],
465
+ },
466
+ minus: {
467
+ paths: [
468
+ {
469
+ d: 'M16 11H4c-.552 0-1-.448-1-1s.448-1 1-1h12c.552 0 1 .448 1 1s-.448 1-1 1z',
470
+ },
471
+ ],
472
+ },
473
+ 'burger-menu': {
474
+ viewBox: '0 0 32 32',
475
+ paths: [
476
+ {
477
+ d: 'M4 6H28V9H4V6ZM4 14H28V17H4V14ZM28 22H4V25H28V22Z',
478
+ },
479
+ ],
480
+ },
481
+ pencil: {
482
+ paths: [
483
+ {
484
+ d: 'M16.801105,6.75351213 C17.0662983,6.48786718 17.0662983,6.04512559 16.801105,5.79310345 L15.2099448,4.19923372 C14.958351,3.93358876 14.5163621,3.93358876 14.2511687,4.19923372 L13,5.44572158 L15.5499363,8 L16.801105,6.75351213 Z M5,13.4696356 L5,16 L7.53207292,16 L15,8.53036437 L12.4679271,6 L5,13.4696356 Z',
485
+ },
486
+ ],
487
+ },
488
+ pin: {
489
+ viewBox: '0 0 20 20',
490
+ paths: [
491
+ {
492
+ d: 'M10 2a5.995 5.995 0 0 1 5.98 5.596c.012.122.02.255.02.404 0 3.534-3.7 7.684-5.289 9.303a.995.995 0 0 1-1.422 0C7.7 15.684 4 11.534 4 8c0-.15.008-.282.02-.404A5.995 5.995 0 0 1 10 2ZM7 8a3 3 0 1 0 6 0 3 3 0 0 0-6 0Z',
493
+ },
494
+ ],
495
+ },
496
+ plane: {
497
+ paths: [
498
+ {
499
+ d: 'M19 10c0-.59-.53-1.105-1.137-1.105h-4.168L8.22 3H6.705l3.58 5.895h-4.17L4.138 7.42H3L4.6 10 3 12.579h1.137l1.979-1.474h4.168L6.705 17h1.516l5.474-5.895h4.168C18.47 11.105 19 10.59 19 10z',
500
+ },
501
+ ],
502
+ },
503
+ 'plane-circle': {
504
+ viewBox: '0 0 30 30',
505
+ paths: [
506
+ {
507
+ d: 'M15 0c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15C0 6.716 6.716 0 15 0zm-3.125 5h-2.75l5.5 8.143H9.812l-2.75-2.714H5l2.578 4.068L5 18.571h2.063l2.75-2.714h4.812L9.125 24h2.75l8.25-8.143h5.5c.845 0 1.375-.548 1.375-1.356 0-.81-.53-1.358-1.375-1.358h-5.5L11.875 5z',
508
+ },
509
+ ],
510
+ },
511
+ plus: {
512
+ paths: [
513
+ {
514
+ d: 'M16 11h-5v5a1 1 0 1 1-2 0v-5H4a1 1 0 1 1 0-2h5V4a1 1 0 0 1 2 0v5h5a1 1 0 1 1 0 2Z',
515
+ },
516
+ ],
517
+ },
518
+ presentation: {
519
+ viewBox: '0 0 20 20',
520
+ paths: [
521
+ { d: 'M8 10H12V11H8V10Z' },
522
+ { d: 'M14 8H6V9H14V8Z' },
523
+ {
524
+ d: 'M4 2C2.89543 2 2 2.89543 2 4V13C2 14.1046 2.89543 15 4 15H7.6906L5.76795 18.3301L7.5 19.3301L10 15L12.5004 19.3301L14.2324 18.3301L12.3098 15H16C17.1046 15 18 14.1046 18 13V4C18 2.89543 17.1046 2 16 2H4ZM16 6H4V13H16V6Z',
525
+ },
526
+ ],
527
+ },
528
+ print: {
529
+ paths: [
530
+ {
531
+ strokeLinecap: 'round' as const,
532
+ strokeLinejoin: 'round' as const,
533
+ strokeWidth: 2,
534
+ stroke: 'currentColor',
535
+ fill: 'none',
536
+ transform: 'translate(2 2)',
537
+ d: 'M3.2 5.6L3.2 0 12.8 0 12.8 5.6M3.2 12.8H1.6c-.884 0-1.6-.716-1.6-1.6v-4c0-.884.716-1.6 1.6-1.6h12.8c.884 0 1.6.716 1.6 1.6v4c0 .884-.716 1.6-1.6 1.6h-1.6',
538
+ },
539
+ {
540
+ strokeLinecap: 'round' as const,
541
+ strokeLinejoin: 'round' as const,
542
+ strokeWidth: 2,
543
+ stroke: 'currentColor',
544
+ fill: 'none',
545
+ transform: 'translate(2 2)',
546
+ d: 'M3.2 9.6H12.8V16H3.2z',
547
+ },
548
+ ],
549
+ },
550
+ question: {
551
+ paths: [
552
+ {
553
+ d: 'M10 2c4.419 0 8 3.581 8 8 0 4.419-3.581 8-8 8-4.418 0-8-3.581-8-8 0-4.419 3.582-8 8-8zm0 12c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm0-9.6c-1.767 0-3.2 1.433-3.2 3.2h1.6c0-.884.716-1.6 1.6-1.6.884 0 1.6.716 1.6 1.6 0 .442-.18.842-.469 1.131l-.994 1.007C9.558 10.317 9.2 11.117 9.2 12v.4h1.6c0-1.2.358-1.684.937-2.263l.716-.734c.462-.461.747-1.099.747-1.803 0-1.767-1.433-3.2-3.2-3.2z',
554
+ fillRule: 'nonzero' as const,
555
+ },
556
+ ],
557
+ },
558
+ refresh: {
559
+ viewBox: '0 0 20 20',
560
+ paths: [
561
+ {
562
+ d: 'M17.071 10.001a1 1 0 0 0-1.13.85C15.522 13.786 12.968 16 10 16c-1.42 0-2.773-.51-3.839-1.398l1.68-1.678A.542.542 0 0 0 7.457 12H2.541a.54.54 0 0 0-.54.541v4.917a.54.54 0 0 0 .923.382l1.815-1.815A8.007 8.007 0 0 0 10 18c3.96 0 7.364-2.953 7.921-6.868a1.001 1.001 0 0 0-.85-1.131Zm.93-7.459v4.917a.542.542 0 0 1-.542.541h-4.917a.541.541 0 0 1-.383-.924l1.68-1.678A6.012 6.012 0 0 0 10 4C7.03 4 4.476 6.214 4.06 9.149a1.003 1.003 0 0 1-1.132.85 1 1 0 0 1-.848-1.131C2.635 4.953 6.041 2 10 2c1.954 0 3.818.717 5.26 1.975l1.816-1.816a.542.542 0 0 1 .924.383',
563
+ },
564
+ ],
565
+ },
566
+ repeat: {
567
+ viewBox: '0 0 20 20',
568
+ paths: [
569
+ {
570
+ d: 'm17.146 2.854-1.5 1.5A7.991 7.991 0 0 0 10 1.998C5.589 2 2 5.59 2 10c0 4.413 3.588 8 8 8 3.543 0 6.704-2.373 7.687-5.774a.999.999 0 0 0-.684-1.237 1.002 1.002 0 0 0-1.239.683A6.023 6.023 0 0 1 10.002 16c-3.31 0-6-2.691-6-6s2.69-6 6-6c1.601 0 3.119.65 4.234 1.765l-1.631 1.631a.5.5 0 0 0 .354.854H17.5a.5.5 0 0 0 .5-.5V3.208a.501.501 0 0 0-.855-.354',
571
+ },
572
+ ],
573
+ },
574
+ rocket: {
575
+ paths: [
576
+ {
577
+ d: 'M7.55 16.096c.273.273.273.716 0 .99-.064.063-.14.114-.222.149-1.35.572-2.218.664-2.607.275-.388-.388-.297-1.257.276-2.607.15-.355.561-.521.917-.37.083.035.158.085.221.149l1.414 1.414zM16.742 5.49c2.828 2.828-2.121 7.778-2.121 7.778.435.436-.136 2.282-1.715 5.538-.12.249-.42.352-.668.232-.087-.043-.16-.11-.21-.193l-1.65-2.749c-.471.472-.943.472-1.414 0l-2.829-2.828c-.471-.472-.471-.943 0-1.414l-2.749-1.65c-.237-.142-.313-.45-.171-.686.05-.083.123-.15.21-.193 3.257-1.578 5.103-2.15 5.539-1.714l.022-.022c.363-.354 5.038-4.817 7.756-2.1z',
578
+ },
579
+ {
580
+ d: 'M14.62 7.61c-.78-.78-2.047-.78-2.828 0-.78.782-.78 2.048 0 2.83.781.78 2.048.78 2.829 0 .78-.782.78-2.048 0-2.83z',
581
+ },
582
+ ],
583
+ },
584
+ 'round-trip': {
585
+ paths: [
586
+ {
587
+ d: 'M5.234 10.3c.387-.395 1.02-.4 1.414-.013.394.387.4 1.02.013 1.414L5.383 13H17c.552 0 1 .448 1 1s-.448 1-1 1H5.415l1.292 1.293c.36.36.388.928.083 1.32l-.083.094c-.39.39-1.024.39-1.414 0l-3-3c-.388-.388-.391-1.016-.006-1.408l2.947-3zm9.532-8l2.947 3c.385.39.382 1.019-.006 1.407l-3 3c-.39.39-1.024.39-1.414 0-.39-.39-.39-1.024 0-1.414L14.584 7H3c-.552 0-1-.448-1-1s.448-1 1-1h11.616l-1.277-1.3c-.387-.393-.381-1.026.013-1.413.393-.387 1.027-.382 1.414.012z',
588
+ },
589
+ ],
590
+ },
591
+
592
+ 'vendor-logo': {
593
+ viewBox: '0 0 30 30',
594
+ paths: [],
595
+ },
596
+ scan: {
597
+ paths: [
598
+ {
599
+ strokeLinecap: 'round' as const,
600
+ strokeLinejoin: 'round' as const,
601
+ d: 'M6.5 4.5L6.5 15M16.5 4.5L16.5 15',
602
+ strokeWidth: 2.5,
603
+ stroke: 'currentColor',
604
+ },
605
+ {
606
+ strokeLinecap: 'round' as const,
607
+ strokeLinejoin: 'round' as const,
608
+ strokeWidth: 1.5,
609
+ d: 'M3 4L3 15.483M10 4L10 15.483M13 4L13 15.483',
610
+ stroke: 'currentColor',
611
+ },
612
+ ],
613
+ },
614
+ search: {
615
+ paths: [
616
+ {
617
+ d: 'M9 2c3.866 0 7 3.134 7 7 0 1.7-.606 3.259-1.614 4.472l2.589 2.59c.39.39.39 1.023 0 1.414-.39.39-1.024.39-1.414 0l-2.662-2.661C11.785 15.563 10.443 16 9 16c-3.866 0-7-3.134-7-7s3.134-7 7-7zm0 2C6.239 4 4 6.239 4 9s2.239 5 5 5 5-2.239 5-5-2.239-5-5-5z',
618
+ },
619
+ ],
620
+ },
621
+ 'send-email': {
622
+ paths: [
623
+ {
624
+ d: 'M16.4 4c.884 0 1.6.672 1.6 1.5V10h-2V8l-5.102 2.55c-.504.253-1.3.249-1.796 0L4 8v6h6v2H3.6c-.884 0-1.6-.672-1.6-1.5v-9C2 4.672 2.716 4 3.6 4h12.8Zm0 12c.884 0 1.6-.672 1.6-1.5v.05c0 .8-.65 1.45-1.45 1.45h-.15ZM4 6h12l-5.102 2.55c-.496.249-1.292.253-1.796 0L4 6Z',
625
+ fillRule: 'evenodd' as const,
626
+ clipRule: 'evenodd' as const,
627
+ },
628
+ {
629
+ d: 'm19.707 14.293-3-3a.999.999 0 1 0-1.414 1.414L16.586 14H12a1 1 0 1 0 0 2h4.586l-1.293 1.293a.999.999 0 1 0 1.414 1.414l3-3a.999.999 0 0 0 0-1.414Z',
630
+ },
631
+ ],
632
+ },
633
+ settings: {
634
+ paths: [
635
+ {
636
+ d: 'M13.227 9.987a3.234 3.234 0 10-3.231 3.235 3.249 3.249 0 003.23-3.235M10.192 18.8h-.394l-.201-.06a1.764 1.764 0 01-1.174-1.008 3.812 3.812 0 00-.45-.758 1.41 1.41 0 00-.994-.624 2.644 2.644 0 00-1.32.206 1.69 1.69 0 01-2.248-2.194c.156-.35.239-.725.243-1.107a1.335 1.335 0 00-.23-.825 2.564 2.564 0 00-1.148-.87 1.652 1.652 0 01-.68-.505 1.675 1.675 0 01.648-2.633c.313-.12.6-.3.844-.53a1.43 1.43 0 00.529-.855 2.585 2.585 0 00-.203-1.41 1.689 1.689 0 01-.037-1.235c.353-1.057 1.533-1.323 2.275-.981.344.158.72.237 1.098.23.283.013.563-.066.798-.225.398-.29.703-.69.88-1.15a1.697 1.697 0 013.144-.017c.12.312.3.599.528.844.228.29.56.48.927.53.455.045.914-.03 1.332-.214a1.679 1.679 0 011.25-.037c1.04.353 1.314 1.53.976 2.267a2.533 2.533 0 00-.245 1.093c-.013.282.064.562.22.798.302.41.718.724 1.196.9.319.122.585.35.752.648.113.228.21.463.293.705v.395c-.016.049-.033.096-.048.146a1.735 1.735 0 01-1.081 1.249 2.544 2.544 0 00-.881.59 1.34 1.34 0 00-.434.83c-.044.45.028.906.208 1.32.128.288.172.605.127.916-.176 1.316-1.506 1.715-2.347 1.334a2.6 2.6 0 00-1.095-.23 1.323 1.323 0 00-.847.253 2.7 2.7 0 00-.852 1.165c-.095.23-.243.436-.432.598a2.164 2.164 0 01-.927.45',
637
+ },
638
+ ],
639
+ },
640
+ 'sign-out': {
641
+ paths: [
642
+ {
643
+ d: 'M3.66747 12.9846C3.16821 13.2199 2.94915 13.8197 3.24483 14.2858C4.03341 15.5287 5.15368 16.5359 6.48783 17.1878C8.12272 17.9867 9.98108 18.2043 11.7563 17.8048C13.5315 17.4054 15.1175 16.4126 16.2526 14.9905C17.3877 13.5683 18.0041 11.8017 18 9.98205C17.9959 8.16244 17.3716 6.39858 16.2302 4.98152C15.0887 3.56446 13.4983 2.57887 11.7213 2.18736C9.94426 1.79586 8.08689 2.02184 6.45561 2.82802C5.12439 3.48591 4.00866 4.49809 3.22566 5.74458C2.93208 6.21196 3.15383 6.81077 3.65414 7.04383C4.15445 7.2769 4.74257 7.05391 5.05534 6.59915C5.63276 5.75963 6.41786 5.07616 7.34114 4.61988C8.56486 4.01511 9.95819 3.84559 11.2912 4.13928C12.6242 4.43297 13.8173 5.17232 14.6736 6.23534C15.5299 7.29836 15.9982 8.62153 16.0013 9.98653C16.0043 11.3515 15.542 12.6768 14.6905 13.7436C13.839 14.8105 12.6492 15.5552 11.3175 15.8549C9.98581 16.1545 8.59174 15.9913 7.36532 15.392C6.44 14.9399 5.65184 14.2599 5.07066 13.423C4.75584 12.9697 4.16673 12.7493 3.66747 12.9846Z',
644
+ },
645
+ {
646
+ d: 'M10.1505 9.04233L3 9.00006C2.44771 9.00006 2 9.44778 2 10.0001C2 10.5523 2.44771 11.0001 3 11.0001L10.1507 11.0423L8.3375 12.8555C7.94415 13.2489 7.94415 13.8866 8.3375 14.28C8.73085 14.6733 9.36859 14.6733 9.76194 14.28L13.2872 10.7547C13.6806 10.3613 13.6806 9.72357 13.2872 9.33022L9.76194 5.80491C9.36859 5.41156 8.73085 5.41156 8.3375 5.80491C7.94415 6.19826 7.94415 6.836 8.3375 7.22935L10.1505 9.04233Z',
647
+ },
648
+ ],
649
+ },
650
+ size: {
651
+ paths: [
652
+ {
653
+ strokeLinecap: 'round' as const,
654
+ strokeLinejoin: 'round' as const,
655
+ strokeWidth: 2,
656
+ fill: 'none',
657
+ stroke: 'currentColor',
658
+ d: 'M6.889 3H4.556C3.696 3 3 3.696 3 4.556v2.333m14 0V4.556C17 3.696 16.304 3 15.444 3h-2.333m0 14h2.333c.86 0 1.556-.696 1.556-1.556v-2.333m-14 0v2.333C3 16.304 3.696 17 4.556 17h2.333',
659
+ },
660
+ ],
661
+ },
662
+ sort: {
663
+ paths: [
664
+ {
665
+ d: 'M10 9h6v2h-6V9zm0 4h4v2h-4v-2zm0-8h8v2h-8V5zm-4 8h2l-3 3-3-3h2V7H2l3-3 3 3H6v6z',
666
+ },
667
+ ],
668
+ },
669
+ 'sort-asc': {
670
+ viewBox: '0 0 16 16',
671
+ paths: [
672
+ {
673
+ d: 'M7.478 3c.414 0 .749.335.749.748l-.001 6.937 2.61-2.609c.266-.266.683-.29.977-.073l.084.073.073.084c.218.294.194.711-.073.978L8.185 12.85c-.39.39-1.023.39-1.414 0l-3.71-3.71c-.294-.294-.294-.77 0-1.063.293-.294.77-.294 1.063 0l2.605 2.605V3.748c0-.378.282-.692.648-.741z',
674
+ },
675
+ ],
676
+ },
677
+ 'sort-desc': {
678
+ viewBox: '0 0 16 16',
679
+ paths: [
680
+ {
681
+ transform: 'rotate(180, 8, 8)',
682
+ d: 'M7.478 3c.414 0 .749.335.749.748l-.001 6.937 2.61-2.609c.266-.266.683-.29.977-.073l.084.073.073.084c.218.294.194.711-.073.978L8.185 12.85c-.39.39-1.023.39-1.414 0l-3.71-3.71c-.294-.294-.294-.77 0-1.063.293-.294.77-.294 1.063 0l2.605 2.605V3.748c0-.378.282-.692.648-.741z',
683
+ },
684
+ ],
685
+ },
686
+ 'sort-list-asc': {
687
+ paths: [
688
+ {
689
+ d: 'M10 11h6V9h-6v2zm0-4h4V5h-4v2zm0 8h8v-2h-8v2zm-4-2h2l-3 3-3-3h2V4h2v9z',
690
+ },
691
+ ],
692
+ },
693
+ 'sort-list-desc': {
694
+ paths: [
695
+ {
696
+ d: 'M10 9h6v2h-6V9zm0 4h4v2h-4v-2zm0-8h8v2h-8V5zM6 7h2L5 4 2 7h2v9h2V7z',
697
+ },
698
+ ],
699
+ },
700
+ star: {
701
+ viewBox: '0 0 26 26',
702
+ paths: [
703
+ {
704
+ d: 'M13 5L15.472 10.047 21 10.861 17 14.787 17.944 20.333 13 17.713 8.056 20.333 9 14.787 5 10.861 10.528 10.047z',
705
+ stroke: 'currentColor',
706
+ strokeLinecap: 'round' as const,
707
+ strokeLinejoin: 'round' as const,
708
+ strokeWidth: 1.536,
709
+ },
710
+ ],
711
+ },
712
+ 'status-error': {
713
+ paths: [
714
+ {
715
+ d: 'M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z',
716
+ },
717
+ {
718
+ d: 'M14 11H6c-.552 0-1-.448-1-1s.448-1 1-1h8c.552 0 1 .448 1 1s-.448 1-1 1z',
719
+ fill: '#FFF',
720
+ },
721
+ ],
722
+ },
723
+ 'status-info': {
724
+ paths: [
725
+ {
726
+ d: 'M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z',
727
+ fill: '#577EDC',
728
+ },
729
+ {
730
+ d: 'M10 15c-.552 0-1-.448-1-1v-4c0-.552.448-1 1-1s1 .448 1 1v4c0 .552-.448 1-1 1zM10 7c-.552 0-1-.448-1-1s.448-1 1-1 1 .448 1 1-.448 1-1 1z',
731
+ fill: '#FFF',
732
+ },
733
+ ],
734
+ },
735
+ 'status-not-ok': {
736
+ paths: [
737
+ {
738
+ d: 'M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z',
739
+ },
740
+ {
741
+ d: 'M11.414 10l2.293-2.293c.391-.391.391-1.023 0-1.414-.39-.391-1.023-.391-1.414 0L10 8.586 7.707 6.293c-.39-.391-1.023-.391-1.414 0-.39.391-.39 1.023 0 1.414L8.586 10l-2.293 2.293c-.39.391-.39 1.023 0 1.414.195.195.451.293.707.293.256 0 .512-.098.707-.293L10 11.414l2.293 2.293c.195.195.451.293.707.293.256 0 .512-.098.707-.293.391-.391.391-1.023 0-1.414L11.414 10z',
742
+ fill: '#FFF',
743
+ },
744
+ ],
745
+ },
746
+ 'status-ok': {
747
+ paths: [
748
+ {
749
+ d: 'M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z',
750
+ },
751
+ {
752
+ d: 'M8.333 11.252l4.96-4.96c.39-.39 1.024-.39 1.414 0 .39.391.39 1.025 0 1.415L9.04 13.374c-.39.39-1.023.39-1.414 0L5.293 11.04c-.39-.39-.39-1.023 0-1.414.39-.39 1.024-.39 1.414 0l1.626 1.626z',
753
+ fill: '#FFF',
754
+ },
755
+ ],
756
+ },
757
+ 'status-warning': {
758
+ paths: [
759
+ {
760
+ d: 'M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z',
761
+ },
762
+ {
763
+ d: 'M10 5c-.552 0-1 .448-1 1v4c0 .552.448 1 1 1s1-.448 1-1V6c0-.552-.448-1-1-1zM10 13c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z',
764
+ fill: '#FFF',
765
+ },
766
+ ],
767
+ },
768
+ 'three-circles': {
769
+ viewBox: '0 0 14 13',
770
+ paths: [
771
+ {
772
+ d: 'M7 6C8.65685 6 10 4.65685 10 3C10 1.34315 8.65685 0 7 0C5.34315 0 4 1.34315 4 3C4 4.65685 5.34315 6 7 6ZM6 9.5C6 11.1569 4.65685 12.5 3 12.5C1.34315 12.5 0 11.1569 0 9.5C0 7.84315 1.34315 6.5 3 6.5C4.65685 6.5 6 7.84315 6 9.5ZM14 9.5C14 11.1569 12.6569 12.5 11 12.5C9.34315 12.5 8 11.1569 8 9.5C8 7.84315 9.34315 6.5 11 6.5C12.6569 6.5 14 7.84315 14 9.5Z',
773
+ },
774
+ ],
775
+ },
776
+ 'ticket-revert': {
777
+ paths: [
778
+ {
779
+ d: 'M18.498 4c.552 0 1 .448 1 1v2.626l-.63.424c-.535.36-.856.963-.856 1.608 0 .645.321 1.248.857 1.608l.63.424v2.803c0 .552-.449 1-1 1H3c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h15.498zm-4.123 5.8c-.345 0-.625.269-.625.6v.6c0 .33-.28.6-.625.6H7.134l.495-.476c.244-.234.244-.614 0-.848-.244-.235-.64-.235-.883 0l-1.563 1.5c-.244.234-.244.614 0 .848l1.563 1.5c.122.117.281.176.441.176.16 0 .32-.059.442-.176.244-.234.244-.614 0-.848l-.495-.476h5.991C14.159 12.8 15 11.993 15 11v-.6c0-.331-.28-.6-.625-.6zm-1.12-4.324c-.245-.235-.64-.235-.884 0-.244.234-.244.614 0 .848l.495.476H6.875C5.841 6.8 5 7.607 5 8.6v.6c0 .331.28.6.625.6s.625-.269.625-.6v-.6c0-.331.28-.6.625-.6h5.991l-.495.476c-.244.234-.244.614 0 .848.122.117.281.176.441.176.16 0 .32-.059.442-.176l1.563-1.5c.244-.234.244-.614 0-.848z',
780
+ },
781
+ ],
782
+ },
783
+ ticket: {
784
+ paths: [
785
+ {
786
+ d: 'M14 4v2h1V4h3.498c.552 0 1 .448 1 1v2.626l-.63.424c-.535.36-.856.963-.856 1.608 0 .645.321 1.248.857 1.608l.63.424v2.803c0 .552-.449 1-1 1H3c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h11zm1 9h-1v2h1v-2zm-3.318-7.182c-.24-.24-.557-.25-.802-.006l-1.59 1.59-4.812-.037-.795.795 4.015.834-1.392 1.392-1.604-.013-.596.597 1.957.466.467 1.958.597-.596-.013-1.604 1.392-1.392.834 4.015.795-.795-.038-4.811 1.591-1.591c.245-.245.235-.561-.006-.802zM15 10h-1v2h1v-2zm0-3h-1v2h1V7z',
787
+ },
788
+ ],
789
+ },
790
+ time: {
791
+ viewBox: '0 0 20 20',
792
+ paths: [
793
+ {
794
+ d: 'M0 10C0 4.477 4.477 0 10 0A10 10 0 1 1 0 10Zm10.714-5H8.571v6.288l4.763 3.175 1.189-1.783-3.809-2.54V5Z',
795
+ },
796
+ ],
797
+ },
798
+ 'trash-can': {
799
+ paths: [
800
+ {
801
+ d: 'M16 6v10c0 1.105-.895 2-2 2H6c-1.105 0-2-.895-2-2V6h12zM8 8c-.552 0-1 .448-1 1v6c0 .552.448 1 1 1s1-.448 1-1V9c0-.552-.448-1-1-1zm4 0c-.552 0-1 .448-1 1v6c0 .552.448 1 1 1s1-.448 1-1V9c0-.552-.448-1-1-1zm0-6l1 1h3c.552 0 1 .448 1 1s-.448 1-1 1H4c-.552 0-1-.448-1-1s.448-1 1-1h3l1-1h4z',
802
+ },
803
+ ],
804
+ },
805
+ upgrade: {
806
+ viewBox: '0 0 24 24',
807
+ paths: [
808
+ {
809
+ d: 'M14.4 19.2v2.4H9.6v-2.4h4.8zm0-7.2v4.8H9.6V12h4.8zM12 2.37l8 9.6H4l8-9.6z',
810
+ },
811
+ ],
812
+ },
813
+ user: {
814
+ paths: [
815
+ {
816
+ d: 'M3 15.834c0-2.334 4.667-3.617 7-3.617 2.334 0 7 1.283 7 3.617V17H3v-1.166zM13.5 6.5c0 1.937-1.563 3.5-3.5 3.5-1.936 0-3.5-1.563-3.5-3.5S8.064 3 10 3c1.937 0 3.5 1.563 3.5 3.5z',
817
+ },
818
+ ],
819
+ },
820
+ 'user-group': {
821
+ viewBox: '0 0 20 20',
822
+ paths: [
823
+ {
824
+ d: 'M14 11.9003C16.0001 11.9003 19 13 19 15.0001V16H13V15.0001L12.9943 14.7788C12.9428 13.79 12.5472 12.9334 11.9235 12.2261C12.6305 12.0109 13.3655 11.9003 14 11.9003ZM6 11.9003C8.00014 11.9003 11 13 11 15.0001V16H1V15.0001C1 13 3.99986 11.9003 6 11.9003ZM14 4C15.6599 4 17 5.34014 17 7C17 8.66029 15.6599 10 14 10C12.3401 10 11 8.66029 11 7C11 5.34014 12.3401 4 14 4ZM6 4C7.65986 4 9 5.34014 9 7C9 8.66029 7.65986 10 6 10C4.34014 10 3 8.66029 3 7C3 5.34014 4.34014 4 6 4Z',
825
+ },
826
+ ],
827
+ },
828
+ voucher: {
829
+ viewBox: '0 0 24 24',
830
+ paths: [
831
+ {
832
+ d: 'M18.882 4.8c1.516 0 2.744 1.229 2.744 2.744v1.052C20.214 9.082 19.2 10.423 19.2 12s1.014 2.918 2.426 3.404v1.057c0 1.516-1.228 2.744-2.744 2.744H5.144c-1.46 0-2.653-1.139-2.739-2.576L2.4 16.46V7.544c0-1.46 1.14-2.653 2.577-2.739l.167-.005h13.738z',
833
+ },
834
+ ],
835
+ circles: [
836
+ {
837
+ cx: 13.2,
838
+ cy: 8.4,
839
+ r: 1.2,
840
+ fill: '#FFF',
841
+ },
842
+ {
843
+ cx: 13.2,
844
+ cy: 12,
845
+ r: 1.2,
846
+ fill: '#FFF',
847
+ },
848
+ {
849
+ cx: 13.2,
850
+ cy: 15.6,
851
+ r: 1.2,
852
+ fill: '#FFF',
853
+ },
854
+ ],
855
+ },
856
+ });