@team-monolith/cds 1.1.0 → 1.2.0

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 (2568) hide show
  1. package/dist/CodleDesignSystemProvider.js +7 -19
  2. package/dist/components/AlertDialog/AlertDialog.js +61 -27
  3. package/dist/components/AlertDialog/AlertDialogActions.js +10 -19
  4. package/dist/components/AlertDialog/AlertDialogContent.js +11 -20
  5. package/dist/components/AlertDialog/AlertDialogTitle.js +35 -21
  6. package/dist/components/Banner.js +79 -42
  7. package/dist/components/Button.js +209 -57
  8. package/dist/components/CheckboxInput.js +131 -50
  9. package/dist/components/Input.js +74 -51
  10. package/dist/components/InputBase.js +93 -42
  11. package/dist/components/Pagination.js +58 -21
  12. package/dist/components/PinInput.js +110 -78
  13. package/dist/components/RadioInput.js +102 -47
  14. package/dist/components/SquareButton.js +165 -58
  15. package/dist/components/Switch.js +53 -26
  16. package/dist/components/Tag.js +81 -36
  17. package/dist/components/Tooltip.js +27 -27
  18. package/dist/foundation/breakpoints.js +19 -8
  19. package/dist/foundation/shadows.js +1 -1
  20. package/dist/icons/Arrows/ArrowDownCircleFill.js +2 -13
  21. package/dist/icons/Arrows/ArrowDownCircleLine.js +2 -13
  22. package/dist/icons/Arrows/ArrowDownDoubleFill.js +2 -13
  23. package/dist/icons/Arrows/ArrowDownDoubleLine.js +2 -13
  24. package/dist/icons/Arrows/ArrowDownFill.js +2 -13
  25. package/dist/icons/Arrows/ArrowDownLine.js +2 -13
  26. package/dist/icons/Arrows/ArrowDownSFill.js +2 -13
  27. package/dist/icons/Arrows/ArrowDownSLine.js +2 -13
  28. package/dist/icons/Arrows/ArrowDropDownFill.js +2 -13
  29. package/dist/icons/Arrows/ArrowDropDownLine.js +2 -13
  30. package/dist/icons/Arrows/ArrowDropLeftFill.js +2 -13
  31. package/dist/icons/Arrows/ArrowDropLeftLine.js +2 -13
  32. package/dist/icons/Arrows/ArrowDropRightFill.js +2 -13
  33. package/dist/icons/Arrows/ArrowDropRightLine.js +2 -13
  34. package/dist/icons/Arrows/ArrowDropUpFill.js +2 -13
  35. package/dist/icons/Arrows/ArrowDropUpLine.js +2 -13
  36. package/dist/icons/Arrows/ArrowGoBackFill.js +2 -13
  37. package/dist/icons/Arrows/ArrowGoBackLine.js +2 -13
  38. package/dist/icons/Arrows/ArrowGoForwardFill.js +2 -13
  39. package/dist/icons/Arrows/ArrowGoForwardLine.js +2 -13
  40. package/dist/icons/Arrows/ArrowLeftCircleFill.js +2 -13
  41. package/dist/icons/Arrows/ArrowLeftCircleLine.js +2 -13
  42. package/dist/icons/Arrows/ArrowLeftDoubleFill.js +2 -13
  43. package/dist/icons/Arrows/ArrowLeftDoubleLine.js +2 -13
  44. package/dist/icons/Arrows/ArrowLeftDownFill.js +2 -13
  45. package/dist/icons/Arrows/ArrowLeftDownLine.js +2 -13
  46. package/dist/icons/Arrows/ArrowLeftFill.js +2 -13
  47. package/dist/icons/Arrows/ArrowLeftLine.js +2 -13
  48. package/dist/icons/Arrows/ArrowLeftRightFill.js +2 -13
  49. package/dist/icons/Arrows/ArrowLeftRightLine.js +2 -13
  50. package/dist/icons/Arrows/ArrowLeftSFill.js +2 -13
  51. package/dist/icons/Arrows/ArrowLeftSLine.js +2 -13
  52. package/dist/icons/Arrows/ArrowLeftUpFill.js +2 -13
  53. package/dist/icons/Arrows/ArrowLeftUpLine.js +2 -13
  54. package/dist/icons/Arrows/ArrowRightCircleFill.js +2 -13
  55. package/dist/icons/Arrows/ArrowRightCircleLine.js +2 -13
  56. package/dist/icons/Arrows/ArrowRightDoubleFill.js +2 -13
  57. package/dist/icons/Arrows/ArrowRightDoubleLine.js +2 -13
  58. package/dist/icons/Arrows/ArrowRightDownFill.js +2 -13
  59. package/dist/icons/Arrows/ArrowRightDownLine.js +2 -13
  60. package/dist/icons/Arrows/ArrowRightFill.js +2 -13
  61. package/dist/icons/Arrows/ArrowRightLine.js +2 -13
  62. package/dist/icons/Arrows/ArrowRightSFill.js +2 -13
  63. package/dist/icons/Arrows/ArrowRightSLine.js +2 -13
  64. package/dist/icons/Arrows/ArrowRightUpFill.js +2 -13
  65. package/dist/icons/Arrows/ArrowRightUpLine.js +2 -13
  66. package/dist/icons/Arrows/ArrowTurnBackFill.js +2 -13
  67. package/dist/icons/Arrows/ArrowTurnBackLine.js +2 -13
  68. package/dist/icons/Arrows/ArrowTurnForwardFill.js +2 -13
  69. package/dist/icons/Arrows/ArrowTurnForwardLine.js +2 -13
  70. package/dist/icons/Arrows/ArrowUpCircleFill.js +2 -13
  71. package/dist/icons/Arrows/ArrowUpCircleLine.js +2 -13
  72. package/dist/icons/Arrows/ArrowUpDoubleFill.js +2 -13
  73. package/dist/icons/Arrows/ArrowUpDoubleLine.js +2 -13
  74. package/dist/icons/Arrows/ArrowUpDownFill.js +2 -13
  75. package/dist/icons/Arrows/ArrowUpDownLine.js +2 -13
  76. package/dist/icons/Arrows/ArrowUpFill.js +2 -13
  77. package/dist/icons/Arrows/ArrowUpLine.js +2 -13
  78. package/dist/icons/Arrows/ArrowUpSFill.js +2 -13
  79. package/dist/icons/Arrows/ArrowUpSLine.js +2 -13
  80. package/dist/icons/Arrows/ContractLeftFill.js +2 -13
  81. package/dist/icons/Arrows/ContractLeftLine.js +2 -13
  82. package/dist/icons/Arrows/ContractLeftRightFill.js +2 -13
  83. package/dist/icons/Arrows/ContractLeftRightLine.js +2 -13
  84. package/dist/icons/Arrows/ContractRightFill.js +2 -13
  85. package/dist/icons/Arrows/ContractRightLine.js +2 -13
  86. package/dist/icons/Arrows/ContractUpDownFill.js +2 -13
  87. package/dist/icons/Arrows/ContractUpDownLine.js +2 -13
  88. package/dist/icons/Arrows/CornerDownLeftFill.js +2 -13
  89. package/dist/icons/Arrows/CornerDownLeftLine.js +2 -13
  90. package/dist/icons/Arrows/CornerDownRightFill.js +2 -13
  91. package/dist/icons/Arrows/CornerDownRightLine.js +2 -13
  92. package/dist/icons/Arrows/CornerLeftDownFill.js +2 -13
  93. package/dist/icons/Arrows/CornerLeftDownLine.js +2 -13
  94. package/dist/icons/Arrows/CornerLeftUpFill.js +2 -13
  95. package/dist/icons/Arrows/CornerLeftUpLine.js +2 -13
  96. package/dist/icons/Arrows/CornerRightDownFill.js +2 -13
  97. package/dist/icons/Arrows/CornerRightDownLine.js +2 -13
  98. package/dist/icons/Arrows/CornerRightUpFill.js +2 -13
  99. package/dist/icons/Arrows/CornerRightUpLine.js +2 -13
  100. package/dist/icons/Arrows/CornerUpLeftDoubleFill.js +2 -13
  101. package/dist/icons/Arrows/CornerUpLeftDoubleLine.js +2 -13
  102. package/dist/icons/Arrows/CornerUpLeftFill.js +2 -13
  103. package/dist/icons/Arrows/CornerUpLeftLine.js +2 -13
  104. package/dist/icons/Arrows/CornerUpRightDoubleFill.js +2 -13
  105. package/dist/icons/Arrows/CornerUpRightDoubleLine.js +2 -13
  106. package/dist/icons/Arrows/CornerUpRightFill.js +2 -13
  107. package/dist/icons/Arrows/CornerUpRightLine.js +2 -13
  108. package/dist/icons/Arrows/DragMove2Fill.js +2 -13
  109. package/dist/icons/Arrows/DragMove2Line.js +2 -13
  110. package/dist/icons/Arrows/DragMoveFill.js +2 -13
  111. package/dist/icons/Arrows/DragMoveLine.js +2 -13
  112. package/dist/icons/Arrows/ExpandLeftFill.js +2 -13
  113. package/dist/icons/Arrows/ExpandLeftLine.js +2 -13
  114. package/dist/icons/Arrows/ExpandLeftRightFill.js +2 -13
  115. package/dist/icons/Arrows/ExpandLeftRightLine.js +2 -13
  116. package/dist/icons/Arrows/ExpandRightFill.js +2 -13
  117. package/dist/icons/Arrows/ExpandRightLine.js +2 -13
  118. package/dist/icons/Arrows/ExpandUpDownFill.js +2 -13
  119. package/dist/icons/Arrows/ExpandUpDownLine.js +2 -13
  120. package/dist/icons/Arrows/SkipDownFill.js +2 -13
  121. package/dist/icons/Arrows/SkipDownLine.js +2 -13
  122. package/dist/icons/Arrows/SkipLeftFill.js +2 -13
  123. package/dist/icons/Arrows/SkipLeftLine.js +2 -13
  124. package/dist/icons/Arrows/SkipRightFill.js +2 -13
  125. package/dist/icons/Arrows/SkipRightLine.js +2 -13
  126. package/dist/icons/Arrows/SkipUpFill.js +2 -13
  127. package/dist/icons/Arrows/SkipUpLine.js +2 -13
  128. package/dist/icons/Buildings/AncientGateFill.js +2 -13
  129. package/dist/icons/Buildings/AncientGateLine.js +2 -13
  130. package/dist/icons/Buildings/AncientPavilionFill.js +2 -13
  131. package/dist/icons/Buildings/AncientPavilionLine.js +2 -13
  132. package/dist/icons/Buildings/BankFill.js +2 -13
  133. package/dist/icons/Buildings/BankLine.js +2 -13
  134. package/dist/icons/Buildings/Building2Fill.js +2 -13
  135. package/dist/icons/Buildings/Building2Line.js +2 -13
  136. package/dist/icons/Buildings/Building3Fill.js +2 -13
  137. package/dist/icons/Buildings/Building3Line.js +2 -13
  138. package/dist/icons/Buildings/Building4Fill.js +2 -13
  139. package/dist/icons/Buildings/Building4Line.js +2 -13
  140. package/dist/icons/Buildings/BuildingFill.js +2 -13
  141. package/dist/icons/Buildings/BuildingLine.js +2 -13
  142. package/dist/icons/Buildings/CommunityFill.js +2 -13
  143. package/dist/icons/Buildings/CommunityLine.js +2 -13
  144. package/dist/icons/Buildings/GovernmentFill.js +2 -13
  145. package/dist/icons/Buildings/GovernmentLine.js +2 -13
  146. package/dist/icons/Buildings/Home2Fill.js +2 -13
  147. package/dist/icons/Buildings/Home2Line.js +2 -13
  148. package/dist/icons/Buildings/Home3Fill.js +2 -13
  149. package/dist/icons/Buildings/Home3Line.js +2 -13
  150. package/dist/icons/Buildings/Home4Fill.js +2 -13
  151. package/dist/icons/Buildings/Home4Line.js +2 -13
  152. package/dist/icons/Buildings/Home5Fill.js +2 -13
  153. package/dist/icons/Buildings/Home5Line.js +2 -13
  154. package/dist/icons/Buildings/Home6Fill.js +2 -13
  155. package/dist/icons/Buildings/Home6Line.js +2 -13
  156. package/dist/icons/Buildings/Home7Fill.js +2 -13
  157. package/dist/icons/Buildings/Home7Line.js +2 -13
  158. package/dist/icons/Buildings/Home8Fill.js +2 -13
  159. package/dist/icons/Buildings/Home8Line.js +2 -13
  160. package/dist/icons/Buildings/HomeFill.js +2 -13
  161. package/dist/icons/Buildings/HomeGearFill.js +2 -13
  162. package/dist/icons/Buildings/HomeGearLine.js +2 -13
  163. package/dist/icons/Buildings/HomeHeartFill.js +2 -13
  164. package/dist/icons/Buildings/HomeHeartLine.js +2 -13
  165. package/dist/icons/Buildings/HomeLine.js +2 -13
  166. package/dist/icons/Buildings/HomeOfficeFill.js +2 -13
  167. package/dist/icons/Buildings/HomeOfficeLine.js +2 -13
  168. package/dist/icons/Buildings/HomeSmile2Fill.js +2 -13
  169. package/dist/icons/Buildings/HomeSmile2Line.js +2 -13
  170. package/dist/icons/Buildings/HomeSmileFill.js +2 -13
  171. package/dist/icons/Buildings/HomeSmileLine.js +2 -13
  172. package/dist/icons/Buildings/HomeWifiFill.js +2 -13
  173. package/dist/icons/Buildings/HomeWifiLine.js +2 -13
  174. package/dist/icons/Buildings/HospitalFill.js +2 -13
  175. package/dist/icons/Buildings/HospitalLine.js +2 -13
  176. package/dist/icons/Buildings/HotelFill.js +2 -13
  177. package/dist/icons/Buildings/HotelLine.js +2 -13
  178. package/dist/icons/Buildings/SchoolFill.js +2 -13
  179. package/dist/icons/Buildings/SchoolLine.js +2 -13
  180. package/dist/icons/Buildings/Store2Fill.js +2 -13
  181. package/dist/icons/Buildings/Store2Line.js +2 -13
  182. package/dist/icons/Buildings/Store3Fill.js +2 -13
  183. package/dist/icons/Buildings/Store3Line.js +2 -13
  184. package/dist/icons/Buildings/StoreFill.js +2 -13
  185. package/dist/icons/Buildings/StoreLine.js +2 -13
  186. package/dist/icons/Business/AdvertisementFill.js +2 -13
  187. package/dist/icons/Business/AdvertisementLine.js +2 -13
  188. package/dist/icons/Business/Archive2Fill.js +2 -13
  189. package/dist/icons/Business/Archive2Line.js +2 -13
  190. package/dist/icons/Business/ArchiveDrawerFill.js +2 -13
  191. package/dist/icons/Business/ArchiveDrawerLine.js +2 -13
  192. package/dist/icons/Business/ArchiveFill.js +2 -13
  193. package/dist/icons/Business/ArchiveLine.js +2 -13
  194. package/dist/icons/Business/AtFill.js +2 -13
  195. package/dist/icons/Business/AtLine.js +2 -13
  196. package/dist/icons/Business/AttachmentFill.js +2 -13
  197. package/dist/icons/Business/AttachmentLine.js +2 -13
  198. package/dist/icons/Business/AwardFill.js +2 -13
  199. package/dist/icons/Business/AwardLine.js +2 -13
  200. package/dist/icons/Business/BarChart2Fill.js +2 -13
  201. package/dist/icons/Business/BarChart2Line.js +2 -13
  202. package/dist/icons/Business/BarChartBoxFill.js +2 -13
  203. package/dist/icons/Business/BarChartBoxLine.js +2 -13
  204. package/dist/icons/Business/BarChartFill.js +2 -13
  205. package/dist/icons/Business/BarChartGroupedFill.js +2 -13
  206. package/dist/icons/Business/BarChartGroupedLine.js +2 -13
  207. package/dist/icons/Business/BarChartHorizontalFill.js +2 -13
  208. package/dist/icons/Business/BarChartHorizontalLine.js +2 -13
  209. package/dist/icons/Business/BarChartLine.js +2 -13
  210. package/dist/icons/Business/Bookmark2Fill.js +2 -13
  211. package/dist/icons/Business/Bookmark2Line.js +2 -13
  212. package/dist/icons/Business/Bookmark3Fill.js +2 -13
  213. package/dist/icons/Business/Bookmark3Line.js +2 -13
  214. package/dist/icons/Business/BookmarkFill.js +2 -13
  215. package/dist/icons/Business/BookmarkLine.js +2 -13
  216. package/dist/icons/Business/Briefcase2Fill.js +2 -13
  217. package/dist/icons/Business/Briefcase2Line.js +2 -13
  218. package/dist/icons/Business/Briefcase3Fill.js +2 -13
  219. package/dist/icons/Business/Briefcase3Line.js +2 -13
  220. package/dist/icons/Business/Briefcase4Fill.js +2 -13
  221. package/dist/icons/Business/Briefcase4Line.js +2 -13
  222. package/dist/icons/Business/Briefcase5Fill.js +2 -13
  223. package/dist/icons/Business/Briefcase5Line.js +2 -13
  224. package/dist/icons/Business/BriefcaseFill.js +2 -13
  225. package/dist/icons/Business/BriefcaseLine.js +2 -13
  226. package/dist/icons/Business/BubbleChartFill.js +2 -13
  227. package/dist/icons/Business/BubbleChartLine.js +2 -13
  228. package/dist/icons/Business/CalculatorFill.js +2 -13
  229. package/dist/icons/Business/CalculatorLine.js +2 -13
  230. package/dist/icons/Business/Calendar2Fill.js +2 -13
  231. package/dist/icons/Business/Calendar2Line.js +2 -13
  232. package/dist/icons/Business/CalendarCheckFill.js +2 -13
  233. package/dist/icons/Business/CalendarCheckLine.js +2 -13
  234. package/dist/icons/Business/CalendarCloseFill.js +2 -13
  235. package/dist/icons/Business/CalendarCloseLine.js +2 -13
  236. package/dist/icons/Business/CalendarEventFill.js +2 -13
  237. package/dist/icons/Business/CalendarEventLine.js +2 -13
  238. package/dist/icons/Business/CalendarFill.js +2 -13
  239. package/dist/icons/Business/CalendarLine.js +2 -13
  240. package/dist/icons/Business/CalendarTodoFill.js +2 -13
  241. package/dist/icons/Business/CalendarTodoLine.js +2 -13
  242. package/dist/icons/Business/CloudFill.js +2 -13
  243. package/dist/icons/Business/CloudLine.js +2 -13
  244. package/dist/icons/Business/CloudOffFill.js +2 -13
  245. package/dist/icons/Business/CloudOffLine.js +2 -13
  246. package/dist/icons/Business/CopyleftFill.js +2 -13
  247. package/dist/icons/Business/CopyleftLine.js +2 -13
  248. package/dist/icons/Business/CopyrightFill.js +2 -13
  249. package/dist/icons/Business/CopyrightLine.js +2 -13
  250. package/dist/icons/Business/CreativeCommonsByFill.js +2 -13
  251. package/dist/icons/Business/CreativeCommonsByLine.js +2 -13
  252. package/dist/icons/Business/CreativeCommonsFill.js +2 -13
  253. package/dist/icons/Business/CreativeCommonsLine.js +2 -13
  254. package/dist/icons/Business/CreativeCommonsNcFill.js +2 -13
  255. package/dist/icons/Business/CreativeCommonsNcLine.js +2 -13
  256. package/dist/icons/Business/CreativeCommonsNdFill.js +2 -13
  257. package/dist/icons/Business/CreativeCommonsNdLine.js +2 -13
  258. package/dist/icons/Business/CreativeCommonsSaFill.js +2 -13
  259. package/dist/icons/Business/CreativeCommonsSaLine.js +2 -13
  260. package/dist/icons/Business/CreativeCommonsZeroFill.js +2 -13
  261. package/dist/icons/Business/CreativeCommonsZeroLine.js +2 -13
  262. package/dist/icons/Business/CustomerService2Fill.js +2 -13
  263. package/dist/icons/Business/CustomerService2Line.js +2 -13
  264. package/dist/icons/Business/CustomerServiceFill.js +2 -13
  265. package/dist/icons/Business/CustomerServiceLine.js +2 -13
  266. package/dist/icons/Business/DonutChartFill.js +2 -13
  267. package/dist/icons/Business/DonutChartLine.js +2 -13
  268. package/dist/icons/Business/Flag2Fill.js +2 -13
  269. package/dist/icons/Business/Flag2Line.js +2 -13
  270. package/dist/icons/Business/FlagFill.js +2 -13
  271. package/dist/icons/Business/FlagLine.js +2 -13
  272. package/dist/icons/Business/GlobalFill.js +2 -13
  273. package/dist/icons/Business/GlobalLine.js +2 -13
  274. package/dist/icons/Business/HonourFill.js +2 -13
  275. package/dist/icons/Business/HonourLine.js +2 -13
  276. package/dist/icons/Business/Inbox2Fill.js +2 -13
  277. package/dist/icons/Business/Inbox2Line.js +2 -13
  278. package/dist/icons/Business/InboxArchiveFill.js +2 -13
  279. package/dist/icons/Business/InboxArchiveLine.js +2 -13
  280. package/dist/icons/Business/InboxFill.js +2 -13
  281. package/dist/icons/Business/InboxLine.js +2 -13
  282. package/dist/icons/Business/InboxUnarchiveFill.js +2 -13
  283. package/dist/icons/Business/InboxUnarchiveLine.js +2 -13
  284. package/dist/icons/Business/LineChartFill.js +2 -13
  285. package/dist/icons/Business/LineChartLine.js +2 -13
  286. package/dist/icons/Business/LinksFill.js +2 -13
  287. package/dist/icons/Business/LinksLine.js +2 -13
  288. package/dist/icons/Business/MailAddFill.js +2 -13
  289. package/dist/icons/Business/MailAddLine.js +2 -13
  290. package/dist/icons/Business/MailCheckFill.js +2 -13
  291. package/dist/icons/Business/MailCheckLine.js +2 -13
  292. package/dist/icons/Business/MailCloseFill.js +2 -13
  293. package/dist/icons/Business/MailCloseLine.js +2 -13
  294. package/dist/icons/Business/MailDownloadFill.js +2 -13
  295. package/dist/icons/Business/MailDownloadLine.js +2 -13
  296. package/dist/icons/Business/MailFill.js +2 -13
  297. package/dist/icons/Business/MailForbidFill.js +2 -13
  298. package/dist/icons/Business/MailForbidLine.js +2 -13
  299. package/dist/icons/Business/MailLine.js +2 -13
  300. package/dist/icons/Business/MailLockFill.js +2 -13
  301. package/dist/icons/Business/MailLockLine.js +2 -13
  302. package/dist/icons/Business/MailOpenFill.js +2 -13
  303. package/dist/icons/Business/MailOpenLine.js +2 -13
  304. package/dist/icons/Business/MailSendFill.js +2 -13
  305. package/dist/icons/Business/MailSendLine.js +2 -13
  306. package/dist/icons/Business/MailSettingsFill.js +2 -13
  307. package/dist/icons/Business/MailSettingsLine.js +2 -13
  308. package/dist/icons/Business/MailStarFill.js +2 -13
  309. package/dist/icons/Business/MailStarLine.js +2 -13
  310. package/dist/icons/Business/MailUnreadFill.js +2 -13
  311. package/dist/icons/Business/MailUnreadLine.js +2 -13
  312. package/dist/icons/Business/MailVolumeFill.js +2 -13
  313. package/dist/icons/Business/MailVolumeLine.js +2 -13
  314. package/dist/icons/Business/Medal2Fill.js +2 -13
  315. package/dist/icons/Business/Medal2Line.js +2 -13
  316. package/dist/icons/Business/MedalFill.js +2 -13
  317. package/dist/icons/Business/MedalLine.js +2 -13
  318. package/dist/icons/Business/MegaphoneFill.js +2 -13
  319. package/dist/icons/Business/MegaphoneLine.js +2 -13
  320. package/dist/icons/Business/PassExpiredFill.js +2 -13
  321. package/dist/icons/Business/PassExpiredLine.js +2 -13
  322. package/dist/icons/Business/PassPendingFill.js +2 -13
  323. package/dist/icons/Business/PassPendingLine.js +2 -13
  324. package/dist/icons/Business/PassValidFill.js +2 -13
  325. package/dist/icons/Business/PassValidLine.js +2 -13
  326. package/dist/icons/Business/PieChart2Fill.js +2 -13
  327. package/dist/icons/Business/PieChart2Line.js +2 -13
  328. package/dist/icons/Business/PieChartBoxFill.js +2 -13
  329. package/dist/icons/Business/PieChartBoxLine.js +2 -13
  330. package/dist/icons/Business/PieChartFill.js +2 -13
  331. package/dist/icons/Business/PieChartLine.js +2 -13
  332. package/dist/icons/Business/PresentationFill.js +2 -13
  333. package/dist/icons/Business/PresentationLine.js +2 -13
  334. package/dist/icons/Business/PrinterCloudFill.js +2 -13
  335. package/dist/icons/Business/PrinterCloudLine.js +2 -13
  336. package/dist/icons/Business/PrinterFill.js +2 -13
  337. package/dist/icons/Business/PrinterLine.js +2 -13
  338. package/dist/icons/Business/ProfileFill.js +2 -13
  339. package/dist/icons/Business/ProfileLine.js +2 -13
  340. package/dist/icons/Business/Projector2Fill.js +2 -13
  341. package/dist/icons/Business/Projector2Line.js +2 -13
  342. package/dist/icons/Business/ProjectorFill.js +2 -13
  343. package/dist/icons/Business/ProjectorLine.js +2 -13
  344. package/dist/icons/Business/RecordMailFill.js +2 -13
  345. package/dist/icons/Business/RecordMailLine.js +2 -13
  346. package/dist/icons/Business/RegisteredFill.js +2 -13
  347. package/dist/icons/Business/RegisteredLine.js +2 -13
  348. package/dist/icons/Business/ReplyAllFill.js +2 -13
  349. package/dist/icons/Business/ReplyAllLine.js +2 -13
  350. package/dist/icons/Business/ReplyFill.js +2 -13
  351. package/dist/icons/Business/ReplyLine.js +2 -13
  352. package/dist/icons/Business/SendPlane2Fill.js +2 -13
  353. package/dist/icons/Business/SendPlane2Line.js +2 -13
  354. package/dist/icons/Business/SendPlaneFill.js +2 -13
  355. package/dist/icons/Business/SendPlaneLine.js +2 -13
  356. package/dist/icons/Business/SeoFill.js +2 -13
  357. package/dist/icons/Business/SeoLine.js +2 -13
  358. package/dist/icons/Business/ServiceFill.js +2 -13
  359. package/dist/icons/Business/ServiceLine.js +2 -13
  360. package/dist/icons/Business/ShakeHandsFill.js +2 -13
  361. package/dist/icons/Business/ShakeHandsLine.js +2 -13
  362. package/dist/icons/Business/Slideshow2Fill.js +2 -13
  363. package/dist/icons/Business/Slideshow2Line.js +2 -13
  364. package/dist/icons/Business/Slideshow3Fill.js +2 -13
  365. package/dist/icons/Business/Slideshow3Line.js +2 -13
  366. package/dist/icons/Business/Slideshow4Fill.js +2 -13
  367. package/dist/icons/Business/Slideshow4Line.js +2 -13
  368. package/dist/icons/Business/SlideshowFill.js +2 -13
  369. package/dist/icons/Business/SlideshowLine.js +2 -13
  370. package/dist/icons/Business/StackFill.js +2 -13
  371. package/dist/icons/Business/StackLine.js +2 -13
  372. package/dist/icons/Business/TrademarkFill.js +2 -13
  373. package/dist/icons/Business/TrademarkLine.js +2 -13
  374. package/dist/icons/Business/Window2Fill.js +2 -13
  375. package/dist/icons/Business/Window2Line.js +2 -13
  376. package/dist/icons/Business/WindowFill.js +2 -13
  377. package/dist/icons/Business/WindowLine.js +2 -13
  378. package/dist/icons/Communication/Chat1Fill.js +2 -13
  379. package/dist/icons/Communication/Chat1Line.js +2 -13
  380. package/dist/icons/Communication/Chat2Fill.js +2 -13
  381. package/dist/icons/Communication/Chat2Line.js +2 -13
  382. package/dist/icons/Communication/Chat3Fill.js +2 -13
  383. package/dist/icons/Communication/Chat3Line.js +2 -13
  384. package/dist/icons/Communication/Chat4Fill.js +2 -13
  385. package/dist/icons/Communication/Chat4Line.js +2 -13
  386. package/dist/icons/Communication/ChatCheckFill.js +2 -13
  387. package/dist/icons/Communication/ChatCheckLine.js +2 -13
  388. package/dist/icons/Communication/ChatDeleteFill.js +2 -13
  389. package/dist/icons/Communication/ChatDeleteLine.js +2 -13
  390. package/dist/icons/Communication/ChatDownloadFill.js +2 -13
  391. package/dist/icons/Communication/ChatDownloadLine.js +2 -13
  392. package/dist/icons/Communication/ChatFollowUpFill.js +2 -13
  393. package/dist/icons/Communication/ChatFollowUpLine.js +2 -13
  394. package/dist/icons/Communication/ChatForwardFill.js +2 -13
  395. package/dist/icons/Communication/ChatForwardLine.js +2 -13
  396. package/dist/icons/Communication/ChatHeartFill.js +2 -13
  397. package/dist/icons/Communication/ChatHeartLine.js +2 -13
  398. package/dist/icons/Communication/ChatHistoryFill.js +2 -13
  399. package/dist/icons/Communication/ChatHistoryLine.js +2 -13
  400. package/dist/icons/Communication/ChatNewFill.js +2 -13
  401. package/dist/icons/Communication/ChatNewLine.js +2 -13
  402. package/dist/icons/Communication/ChatOffFill.js +2 -13
  403. package/dist/icons/Communication/ChatOffLine.js +2 -13
  404. package/dist/icons/Communication/ChatPollFill.js +2 -13
  405. package/dist/icons/Communication/ChatPollLine.js +2 -13
  406. package/dist/icons/Communication/ChatPrivateFill.js +2 -13
  407. package/dist/icons/Communication/ChatPrivateLine.js +2 -13
  408. package/dist/icons/Communication/ChatQuoteFill.js +2 -13
  409. package/dist/icons/Communication/ChatQuoteLine.js +2 -13
  410. package/dist/icons/Communication/ChatSettingsFill.js +2 -13
  411. package/dist/icons/Communication/ChatSettingsLine.js +2 -13
  412. package/dist/icons/Communication/ChatSmile2Fill.js +2 -13
  413. package/dist/icons/Communication/ChatSmile2Line.js +2 -13
  414. package/dist/icons/Communication/ChatSmile3Fill.js +2 -13
  415. package/dist/icons/Communication/ChatSmile3Line.js +2 -13
  416. package/dist/icons/Communication/ChatSmileFill.js +2 -13
  417. package/dist/icons/Communication/ChatSmileLine.js +2 -13
  418. package/dist/icons/Communication/ChatUploadFill.js +2 -13
  419. package/dist/icons/Communication/ChatUploadLine.js +2 -13
  420. package/dist/icons/Communication/ChatVoiceFill.js +2 -13
  421. package/dist/icons/Communication/ChatVoiceLine.js +2 -13
  422. package/dist/icons/Communication/DiscussFill.js +2 -13
  423. package/dist/icons/Communication/DiscussLine.js +2 -13
  424. package/dist/icons/Communication/EmojiStickerFill.js +2 -13
  425. package/dist/icons/Communication/EmojiStickerLine.js +2 -13
  426. package/dist/icons/Communication/FeedbackFill.js +2 -13
  427. package/dist/icons/Communication/FeedbackLine.js +2 -13
  428. package/dist/icons/Communication/Message2Fill.js +2 -13
  429. package/dist/icons/Communication/Message2Line.js +2 -13
  430. package/dist/icons/Communication/Message3Fill.js +2 -13
  431. package/dist/icons/Communication/Message3Line.js +2 -13
  432. package/dist/icons/Communication/MessageFill.js +2 -13
  433. package/dist/icons/Communication/MessageLine.js +2 -13
  434. package/dist/icons/Communication/QuestionAnswerFill.js +2 -13
  435. package/dist/icons/Communication/QuestionAnswerLine.js +2 -13
  436. package/dist/icons/Communication/QuestionnaireFill.js +2 -13
  437. package/dist/icons/Communication/QuestionnaireLine.js +2 -13
  438. package/dist/icons/Communication/SpeakFill.js +2 -13
  439. package/dist/icons/Communication/SpeakLine.js +2 -13
  440. package/dist/icons/Communication/VideoChatFill.js +2 -13
  441. package/dist/icons/Communication/VideoChatLine.js +2 -13
  442. package/dist/icons/Custom.js +50 -61
  443. package/dist/icons/Design/Anticlockwise2Fill.js +2 -13
  444. package/dist/icons/Design/Anticlockwise2Line.js +2 -13
  445. package/dist/icons/Design/AnticlockwiseFill.js +2 -13
  446. package/dist/icons/Design/AnticlockwiseLine.js +2 -13
  447. package/dist/icons/Design/Artboard2Fill.js +2 -13
  448. package/dist/icons/Design/Artboard2Line.js +2 -13
  449. package/dist/icons/Design/ArtboardFill.js +2 -13
  450. package/dist/icons/Design/ArtboardLine.js +2 -13
  451. package/dist/icons/Design/BallPenFill.js +2 -13
  452. package/dist/icons/Design/BallPenLine.js +2 -13
  453. package/dist/icons/Design/BlurOffFill.js +2 -13
  454. package/dist/icons/Design/BlurOffLine.js +2 -13
  455. package/dist/icons/Design/Brush2Fill.js +2 -13
  456. package/dist/icons/Design/Brush2Line.js +2 -13
  457. package/dist/icons/Design/Brush3Fill.js +2 -13
  458. package/dist/icons/Design/Brush3Line.js +2 -13
  459. package/dist/icons/Design/Brush4Fill.js +2 -13
  460. package/dist/icons/Design/Brush4Line.js +2 -13
  461. package/dist/icons/Design/BrushFill.js +2 -13
  462. package/dist/icons/Design/BrushLine.js +2 -13
  463. package/dist/icons/Design/Clockwise2Fill.js +2 -13
  464. package/dist/icons/Design/Clockwise2Line.js +2 -13
  465. package/dist/icons/Design/ClockwiseFill.js +2 -13
  466. package/dist/icons/Design/ClockwiseLine.js +2 -13
  467. package/dist/icons/Design/CollageFill.js +2 -13
  468. package/dist/icons/Design/CollageLine.js +2 -13
  469. package/dist/icons/Design/Compasses2Fill.js +2 -13
  470. package/dist/icons/Design/Compasses2Line.js +2 -13
  471. package/dist/icons/Design/CompassesFill.js +2 -13
  472. package/dist/icons/Design/CompassesLine.js +2 -13
  473. package/dist/icons/Design/Contrast2Fill.js +2 -13
  474. package/dist/icons/Design/Contrast2Line.js +2 -13
  475. package/dist/icons/Design/ContrastDrop2Fill.js +2 -13
  476. package/dist/icons/Design/ContrastDrop2Line.js +2 -13
  477. package/dist/icons/Design/ContrastDropFill.js +2 -13
  478. package/dist/icons/Design/ContrastDropLine.js +2 -13
  479. package/dist/icons/Design/ContrastFill.js +2 -13
  480. package/dist/icons/Design/ContrastLine.js +2 -13
  481. package/dist/icons/Design/Crop2Fill.js +2 -13
  482. package/dist/icons/Design/Crop2Line.js +2 -13
  483. package/dist/icons/Design/CropFill.js +2 -13
  484. package/dist/icons/Design/CropLine.js +2 -13
  485. package/dist/icons/Design/Crosshair2Fill.js +2 -13
  486. package/dist/icons/Design/Crosshair2Line.js +2 -13
  487. package/dist/icons/Design/CrosshairFill.js +2 -13
  488. package/dist/icons/Design/CrosshairLine.js +2 -13
  489. package/dist/icons/Design/DragDropFill.js +2 -13
  490. package/dist/icons/Design/DragDropLine.js +2 -13
  491. package/dist/icons/Design/DropFill.js +2 -13
  492. package/dist/icons/Design/DropLine.js +2 -13
  493. package/dist/icons/Design/Edit2Fill.js +2 -13
  494. package/dist/icons/Design/Edit2Line.js +2 -13
  495. package/dist/icons/Design/EditBoxFill.js +2 -13
  496. package/dist/icons/Design/EditBoxLine.js +2 -13
  497. package/dist/icons/Design/EditCircleFill.js +2 -13
  498. package/dist/icons/Design/EditCircleLine.js +2 -13
  499. package/dist/icons/Design/EditFill.js +2 -13
  500. package/dist/icons/Design/EditLine.js +2 -13
  501. package/dist/icons/Design/EraserFill.js +2 -13
  502. package/dist/icons/Design/EraserLine.js +2 -13
  503. package/dist/icons/Design/Focus2Fill.js +2 -13
  504. package/dist/icons/Design/Focus2Line.js +2 -13
  505. package/dist/icons/Design/Focus3Fill.js +2 -13
  506. package/dist/icons/Design/Focus3Line.js +2 -13
  507. package/dist/icons/Design/FocusFill.js +2 -13
  508. package/dist/icons/Design/FocusLine.js +2 -13
  509. package/dist/icons/Design/GridFill.js +2 -13
  510. package/dist/icons/Design/GridLine.js +2 -13
  511. package/dist/icons/Design/HammerFill.js +2 -13
  512. package/dist/icons/Design/HammerLine.js +2 -13
  513. package/dist/icons/Design/InkBottleFill.js +2 -13
  514. package/dist/icons/Design/InkBottleLine.js +2 -13
  515. package/dist/icons/Design/InputMethodFill.js +2 -13
  516. package/dist/icons/Design/InputMethodLine.js +2 -13
  517. package/dist/icons/Design/Layout2Fill.js +2 -13
  518. package/dist/icons/Design/Layout2Line.js +2 -13
  519. package/dist/icons/Design/Layout3Fill.js +2 -13
  520. package/dist/icons/Design/Layout3Line.js +2 -13
  521. package/dist/icons/Design/Layout4Fill.js +2 -13
  522. package/dist/icons/Design/Layout4Line.js +2 -13
  523. package/dist/icons/Design/Layout5Fill.js +2 -13
  524. package/dist/icons/Design/Layout5Line.js +2 -13
  525. package/dist/icons/Design/Layout6Fill.js +2 -13
  526. package/dist/icons/Design/Layout6Line.js +2 -13
  527. package/dist/icons/Design/LayoutBottom2Fill.js +2 -13
  528. package/dist/icons/Design/LayoutBottom2Line.js +2 -13
  529. package/dist/icons/Design/LayoutBottomFill.js +2 -13
  530. package/dist/icons/Design/LayoutBottomLine.js +2 -13
  531. package/dist/icons/Design/LayoutColumnFill.js +2 -13
  532. package/dist/icons/Design/LayoutColumnLine.js +2 -13
  533. package/dist/icons/Design/LayoutFill.js +2 -13
  534. package/dist/icons/Design/LayoutGridFill.js +2 -13
  535. package/dist/icons/Design/LayoutGridLine.js +2 -13
  536. package/dist/icons/Design/LayoutLeft2Fill.js +2 -13
  537. package/dist/icons/Design/LayoutLeft2Line.js +2 -13
  538. package/dist/icons/Design/LayoutLeftFill.js +2 -13
  539. package/dist/icons/Design/LayoutLeftLine.js +2 -13
  540. package/dist/icons/Design/LayoutLine.js +2 -13
  541. package/dist/icons/Design/LayoutMasonryFill.js +2 -13
  542. package/dist/icons/Design/LayoutMasonryLine.js +2 -13
  543. package/dist/icons/Design/LayoutRight2Fill.js +2 -13
  544. package/dist/icons/Design/LayoutRight2Line.js +2 -13
  545. package/dist/icons/Design/LayoutRightFill.js +2 -13
  546. package/dist/icons/Design/LayoutRightLine.js +2 -13
  547. package/dist/icons/Design/LayoutRowFill.js +2 -13
  548. package/dist/icons/Design/LayoutRowLine.js +2 -13
  549. package/dist/icons/Design/LayoutTop2Fill.js +2 -13
  550. package/dist/icons/Design/LayoutTop2Line.js +2 -13
  551. package/dist/icons/Design/LayoutTopFill.js +2 -13
  552. package/dist/icons/Design/LayoutTopLine.js +2 -13
  553. package/dist/icons/Design/MagicFill.js +2 -13
  554. package/dist/icons/Design/MagicLine.js +2 -13
  555. package/dist/icons/Design/MarkPenFill.js +2 -13
  556. package/dist/icons/Design/MarkPenLine.js +2 -13
  557. package/dist/icons/Design/MarkupFill.js +2 -13
  558. package/dist/icons/Design/MarkupLine.js +2 -13
  559. package/dist/icons/Design/PaintBrushFill.js +2 -13
  560. package/dist/icons/Design/PaintBrushLine.js +2 -13
  561. package/dist/icons/Design/PaintFill.js +2 -13
  562. package/dist/icons/Design/PaintLine.js +2 -13
  563. package/dist/icons/Design/PaletteFill.js +2 -13
  564. package/dist/icons/Design/PaletteLine.js +2 -13
  565. package/dist/icons/Design/PantoneFill.js +2 -13
  566. package/dist/icons/Design/PantoneLine.js +2 -13
  567. package/dist/icons/Design/PenNibFill.js +2 -13
  568. package/dist/icons/Design/PenNibLine.js +2 -13
  569. package/dist/icons/Design/PencilFill.js +2 -13
  570. package/dist/icons/Design/PencilLine.js +2 -13
  571. package/dist/icons/Design/PencilRuler2Fill.js +2 -13
  572. package/dist/icons/Design/PencilRuler2Line.js +2 -13
  573. package/dist/icons/Design/PencilRulerFill.js +2 -13
  574. package/dist/icons/Design/PencilRulerLine.js +2 -13
  575. package/dist/icons/Design/QuillPenFill.js +2 -13
  576. package/dist/icons/Design/QuillPenLine.js +2 -13
  577. package/dist/icons/Design/Ruler2Fill.js +2 -13
  578. package/dist/icons/Design/Ruler2Line.js +2 -13
  579. package/dist/icons/Design/RulerFill.js +2 -13
  580. package/dist/icons/Design/RulerLine.js +2 -13
  581. package/dist/icons/Design/Scissors2Fill.js +2 -13
  582. package/dist/icons/Design/Scissors2Line.js +2 -13
  583. package/dist/icons/Design/ScissorsCutFill.js +2 -13
  584. package/dist/icons/Design/ScissorsCutLine.js +2 -13
  585. package/dist/icons/Design/ScissorsFill.js +2 -13
  586. package/dist/icons/Design/ScissorsLine.js +2 -13
  587. package/dist/icons/Design/Screenshot2Fill.js +2 -13
  588. package/dist/icons/Design/Screenshot2Line.js +2 -13
  589. package/dist/icons/Design/ScreenshotFill.js +2 -13
  590. package/dist/icons/Design/ScreenshotLine.js +2 -13
  591. package/dist/icons/Design/Shape2Fill.js +2 -13
  592. package/dist/icons/Design/Shape2Line.js +2 -13
  593. package/dist/icons/Design/ShapeFill.js +2 -13
  594. package/dist/icons/Design/ShapeLine.js +2 -13
  595. package/dist/icons/Design/SipFill.js +2 -13
  596. package/dist/icons/Design/SipLine.js +2 -13
  597. package/dist/icons/Design/SliceFill.js +2 -13
  598. package/dist/icons/Design/SliceLine.js +2 -13
  599. package/dist/icons/Design/TBoxFill.js +2 -13
  600. package/dist/icons/Design/TBoxLine.js +2 -13
  601. package/dist/icons/Design/TableAltFill.js +2 -13
  602. package/dist/icons/Design/TableAltLine.js +2 -13
  603. package/dist/icons/Design/TableFill.js +2 -13
  604. package/dist/icons/Design/TableLine.js +2 -13
  605. package/dist/icons/Design/ToolsFill.js +2 -13
  606. package/dist/icons/Design/ToolsLine.js +2 -13
  607. package/dist/icons/Development/BracesFill.js +2 -13
  608. package/dist/icons/Development/BracesLine.js +2 -13
  609. package/dist/icons/Development/BracketsFill.js +2 -13
  610. package/dist/icons/Development/BracketsLine.js +2 -13
  611. package/dist/icons/Development/Bug2Fill.js +2 -13
  612. package/dist/icons/Development/Bug2Line.js +2 -13
  613. package/dist/icons/Development/BugFill.js +2 -13
  614. package/dist/icons/Development/BugLine.js +2 -13
  615. package/dist/icons/Development/CodeBoxFill.js +2 -13
  616. package/dist/icons/Development/CodeBoxLine.js +2 -13
  617. package/dist/icons/Development/CodeFill.js +2 -13
  618. package/dist/icons/Development/CodeLine.js +2 -13
  619. package/dist/icons/Development/CodeSFill.js +2 -13
  620. package/dist/icons/Development/CodeSLine.js +2 -13
  621. package/dist/icons/Development/CodeSSlashFill.js +2 -13
  622. package/dist/icons/Development/CodeSSlashLine.js +2 -13
  623. package/dist/icons/Development/CommandFill.js +2 -13
  624. package/dist/icons/Development/CommandLine.js +2 -13
  625. package/dist/icons/Development/Css3Fill.js +2 -13
  626. package/dist/icons/Development/Css3Line.js +2 -13
  627. package/dist/icons/Development/CursorFill.js +2 -13
  628. package/dist/icons/Development/CursorLine.js +2 -13
  629. package/dist/icons/Development/GitBranchFill.js +2 -13
  630. package/dist/icons/Development/GitBranchLine.js +2 -13
  631. package/dist/icons/Development/GitClosePullRequestFill.js +2 -13
  632. package/dist/icons/Development/GitClosePullRequestLine.js +2 -13
  633. package/dist/icons/Development/GitCommitFill.js +2 -13
  634. package/dist/icons/Development/GitCommitLine.js +2 -13
  635. package/dist/icons/Development/GitMergeFill.js +2 -13
  636. package/dist/icons/Development/GitMergeLine.js +2 -13
  637. package/dist/icons/Development/GitPullRequestFill.js +2 -13
  638. package/dist/icons/Development/GitPullRequestLine.js +2 -13
  639. package/dist/icons/Development/GitRepositoryCommitsFill.js +2 -13
  640. package/dist/icons/Development/GitRepositoryCommitsLine.js +2 -13
  641. package/dist/icons/Development/GitRepositoryFill.js +2 -13
  642. package/dist/icons/Development/GitRepositoryLine.js +2 -13
  643. package/dist/icons/Development/GitRepositoryPrivateFill.js +2 -13
  644. package/dist/icons/Development/GitRepositoryPrivateLine.js +2 -13
  645. package/dist/icons/Development/Html5Fill.js +2 -13
  646. package/dist/icons/Development/Html5Line.js +2 -13
  647. package/dist/icons/Development/JavascriptFill.js +2 -13
  648. package/dist/icons/Development/JavascriptLine.js +2 -13
  649. package/dist/icons/Development/ParenthesesFill.js +2 -13
  650. package/dist/icons/Development/ParenthesesLine.js +2 -13
  651. package/dist/icons/Development/TerminalBoxFill.js +2 -13
  652. package/dist/icons/Development/TerminalBoxLine.js +2 -13
  653. package/dist/icons/Development/TerminalFill.js +2 -13
  654. package/dist/icons/Development/TerminalLine.js +2 -13
  655. package/dist/icons/Development/TerminalWindowFill.js +2 -13
  656. package/dist/icons/Development/TerminalWindowLine.js +2 -13
  657. package/dist/icons/Device/AirplayFill.js +2 -13
  658. package/dist/icons/Device/AirplayLine.js +2 -13
  659. package/dist/icons/Device/BarcodeBoxFill.js +2 -13
  660. package/dist/icons/Device/BarcodeBoxLine.js +2 -13
  661. package/dist/icons/Device/BarcodeFill.js +2 -13
  662. package/dist/icons/Device/BarcodeLine.js +2 -13
  663. package/dist/icons/Device/BaseStationFill.js +2 -13
  664. package/dist/icons/Device/BaseStationLine.js +2 -13
  665. package/dist/icons/Device/Battery2ChargeFill.js +2 -13
  666. package/dist/icons/Device/Battery2ChargeLine.js +2 -13
  667. package/dist/icons/Device/Battery2Fill.js +2 -13
  668. package/dist/icons/Device/Battery2Line.js +2 -13
  669. package/dist/icons/Device/BatteryChargeFill.js +2 -13
  670. package/dist/icons/Device/BatteryChargeLine.js +2 -13
  671. package/dist/icons/Device/BatteryFill.js +2 -13
  672. package/dist/icons/Device/BatteryLine.js +2 -13
  673. package/dist/icons/Device/BatteryLowFill.js +2 -13
  674. package/dist/icons/Device/BatteryLowLine.js +2 -13
  675. package/dist/icons/Device/BatterySaverFill.js +2 -13
  676. package/dist/icons/Device/BatterySaverLine.js +2 -13
  677. package/dist/icons/Device/BatteryShareFill.js +2 -13
  678. package/dist/icons/Device/BatteryShareLine.js +2 -13
  679. package/dist/icons/Device/BluetoothConnectFill.js +2 -13
  680. package/dist/icons/Device/BluetoothConnectLine.js +2 -13
  681. package/dist/icons/Device/BluetoothFill.js +2 -13
  682. package/dist/icons/Device/BluetoothLine.js +2 -13
  683. package/dist/icons/Device/CastFill.js +2 -13
  684. package/dist/icons/Device/CastLine.js +2 -13
  685. package/dist/icons/Device/CellphoneFill.js +2 -13
  686. package/dist/icons/Device/CellphoneLine.js +2 -13
  687. package/dist/icons/Device/ComputerFill.js +2 -13
  688. package/dist/icons/Device/ComputerLine.js +2 -13
  689. package/dist/icons/Device/CpuFill.js +2 -13
  690. package/dist/icons/Device/CpuLine.js +2 -13
  691. package/dist/icons/Device/Dashboard2Fill.js +2 -13
  692. package/dist/icons/Device/Dashboard2Line.js +2 -13
  693. package/dist/icons/Device/Dashboard3Fill.js +2 -13
  694. package/dist/icons/Device/Dashboard3Line.js +2 -13
  695. package/dist/icons/Device/Database2Fill.js +2 -13
  696. package/dist/icons/Device/Database2Line.js +2 -13
  697. package/dist/icons/Device/DatabaseFill.js +2 -13
  698. package/dist/icons/Device/DatabaseLine.js +2 -13
  699. package/dist/icons/Device/DeviceFill.js +2 -13
  700. package/dist/icons/Device/DeviceLine.js +2 -13
  701. package/dist/icons/Device/DeviceRecoverFill.js +2 -13
  702. package/dist/icons/Device/DeviceRecoverLine.js +2 -13
  703. package/dist/icons/Device/DualSim1Fill.js +2 -13
  704. package/dist/icons/Device/DualSim1Line.js +2 -13
  705. package/dist/icons/Device/DualSim2Fill.js +2 -13
  706. package/dist/icons/Device/DualSim2Line.js +2 -13
  707. package/dist/icons/Device/Fingerprint2Fill.js +2 -13
  708. package/dist/icons/Device/Fingerprint2Line.js +2 -13
  709. package/dist/icons/Device/FingerprintFill.js +2 -13
  710. package/dist/icons/Device/FingerprintLine.js +2 -13
  711. package/dist/icons/Device/GamepadFill.js +2 -13
  712. package/dist/icons/Device/GamepadLine.js +2 -13
  713. package/dist/icons/Device/GpsFill.js +2 -13
  714. package/dist/icons/Device/GpsLine.js +2 -13
  715. package/dist/icons/Device/GradienterFill.js +2 -13
  716. package/dist/icons/Device/GradienterLine.js +2 -13
  717. package/dist/icons/Device/HardDrive2Fill.js +2 -13
  718. package/dist/icons/Device/HardDrive2Line.js +2 -13
  719. package/dist/icons/Device/HardDrive3Fill.js +2 -13
  720. package/dist/icons/Device/HardDrive3Line.js +2 -13
  721. package/dist/icons/Device/HardDriveFill.js +2 -13
  722. package/dist/icons/Device/HardDriveLine.js +2 -13
  723. package/dist/icons/Device/HotspotFill.js +2 -13
  724. package/dist/icons/Device/HotspotLine.js +2 -13
  725. package/dist/icons/Device/InstallFill.js +2 -13
  726. package/dist/icons/Device/InstallLine.js +2 -13
  727. package/dist/icons/Device/InstanceFill.js +2 -13
  728. package/dist/icons/Device/InstanceLine.js +2 -13
  729. package/dist/icons/Device/KeyboardBoxFill.js +2 -13
  730. package/dist/icons/Device/KeyboardBoxLine.js +2 -13
  731. package/dist/icons/Device/KeyboardFill.js +2 -13
  732. package/dist/icons/Device/KeyboardLine.js +2 -13
  733. package/dist/icons/Device/MacFill.js +2 -13
  734. package/dist/icons/Device/MacLine.js +2 -13
  735. package/dist/icons/Device/MacbookFill.js +2 -13
  736. package/dist/icons/Device/MacbookLine.js +2 -13
  737. package/dist/icons/Device/MouseFill.js +2 -13
  738. package/dist/icons/Device/MouseLine.js +2 -13
  739. package/dist/icons/Device/PhoneFill.js +2 -13
  740. package/dist/icons/Device/PhoneFindFill.js +2 -13
  741. package/dist/icons/Device/PhoneFindLine.js +2 -13
  742. package/dist/icons/Device/PhoneLine.js +2 -13
  743. package/dist/icons/Device/PhoneLockFill.js +2 -13
  744. package/dist/icons/Device/PhoneLockLine.js +2 -13
  745. package/dist/icons/Device/QrCodeFill.js +2 -13
  746. package/dist/icons/Device/QrCodeLine.js +2 -13
  747. package/dist/icons/Device/QrScan2Fill.js +2 -13
  748. package/dist/icons/Device/QrScan2Line.js +2 -13
  749. package/dist/icons/Device/QrScanFill.js +2 -13
  750. package/dist/icons/Device/QrScanLine.js +2 -13
  751. package/dist/icons/Device/RadarFill.js +2 -13
  752. package/dist/icons/Device/RadarLine.js +2 -13
  753. package/dist/icons/Device/RemoteControl2Fill.js +2 -13
  754. package/dist/icons/Device/RemoteControl2Line.js +2 -13
  755. package/dist/icons/Device/RemoteControlFill.js +2 -13
  756. package/dist/icons/Device/RemoteControlLine.js +2 -13
  757. package/dist/icons/Device/RestartFill.js +2 -13
  758. package/dist/icons/Device/RestartLine.js +2 -13
  759. package/dist/icons/Device/RfidFill.js +2 -13
  760. package/dist/icons/Device/RfidLine.js +2 -13
  761. package/dist/icons/Device/RotateLockFill.js +2 -13
  762. package/dist/icons/Device/RotateLockLine.js +2 -13
  763. package/dist/icons/Device/RouterFill.js +2 -13
  764. package/dist/icons/Device/RouterLine.js +2 -13
  765. package/dist/icons/Device/RssFill.js +2 -13
  766. package/dist/icons/Device/RssLine.js +2 -13
  767. package/dist/icons/Device/Save2Fill.js +2 -13
  768. package/dist/icons/Device/Save2Line.js +2 -13
  769. package/dist/icons/Device/Save3Fill.js +2 -13
  770. package/dist/icons/Device/Save3Line.js +2 -13
  771. package/dist/icons/Device/SaveFill.js +2 -13
  772. package/dist/icons/Device/SaveLine.js +2 -13
  773. package/dist/icons/Device/Scan2Fill.js +2 -13
  774. package/dist/icons/Device/Scan2Line.js +2 -13
  775. package/dist/icons/Device/ScanFill.js +2 -13
  776. package/dist/icons/Device/ScanLine.js +2 -13
  777. package/dist/icons/Device/SdCardFill.js +2 -13
  778. package/dist/icons/Device/SdCardLine.js +2 -13
  779. package/dist/icons/Device/SdCardMiniFill.js +2 -13
  780. package/dist/icons/Device/SdCardMiniLine.js +2 -13
  781. package/dist/icons/Device/SensorFill.js +2 -13
  782. package/dist/icons/Device/SensorLine.js +2 -13
  783. package/dist/icons/Device/ServerFill.js +2 -13
  784. package/dist/icons/Device/ServerLine.js +2 -13
  785. package/dist/icons/Device/ShutDownFill.js +2 -13
  786. package/dist/icons/Device/ShutDownLine.js +2 -13
  787. package/dist/icons/Device/SignalWifi1Fill.js +2 -13
  788. package/dist/icons/Device/SignalWifi1Line.js +2 -13
  789. package/dist/icons/Device/SignalWifi2Fill.js +2 -13
  790. package/dist/icons/Device/SignalWifi2Line.js +2 -13
  791. package/dist/icons/Device/SignalWifi3Fill.js +2 -13
  792. package/dist/icons/Device/SignalWifi3Line.js +2 -13
  793. package/dist/icons/Device/SignalWifiErrorFill.js +2 -13
  794. package/dist/icons/Device/SignalWifiErrorLine.js +2 -13
  795. package/dist/icons/Device/SignalWifiFill.js +2 -13
  796. package/dist/icons/Device/SignalWifiLine.js +2 -13
  797. package/dist/icons/Device/SignalWifiOffFill.js +2 -13
  798. package/dist/icons/Device/SignalWifiOffLine.js +2 -13
  799. package/dist/icons/Device/SimCard2Fill.js +2 -13
  800. package/dist/icons/Device/SimCard2Line.js +2 -13
  801. package/dist/icons/Device/SimCardFill.js +2 -13
  802. package/dist/icons/Device/SimCardLine.js +2 -13
  803. package/dist/icons/Device/SmartphoneFill.js +2 -13
  804. package/dist/icons/Device/SmartphoneLine.js +2 -13
  805. package/dist/icons/Device/TabletFill.js +2 -13
  806. package/dist/icons/Device/TabletLine.js +2 -13
  807. package/dist/icons/Device/Tv2Fill.js +2 -13
  808. package/dist/icons/Device/Tv2Line.js +2 -13
  809. package/dist/icons/Device/TvFill.js +2 -13
  810. package/dist/icons/Device/TvLine.js +2 -13
  811. package/dist/icons/Device/UDiskFill.js +2 -13
  812. package/dist/icons/Device/UDiskLine.js +2 -13
  813. package/dist/icons/Device/UninstallFill.js +2 -13
  814. package/dist/icons/Device/UninstallLine.js +2 -13
  815. package/dist/icons/Device/UsbFill.js +2 -13
  816. package/dist/icons/Device/UsbLine.js +2 -13
  817. package/dist/icons/Device/WifiFill.js +2 -13
  818. package/dist/icons/Device/WifiLine.js +2 -13
  819. package/dist/icons/Device/WifiOffFill.js +2 -13
  820. package/dist/icons/Device/WifiOffLine.js +2 -13
  821. package/dist/icons/Device/WirelessChargingFill.js +2 -13
  822. package/dist/icons/Device/WirelessChargingLine.js +2 -13
  823. package/dist/icons/Document/ArticleFill.js +2 -13
  824. package/dist/icons/Document/ArticleLine.js +2 -13
  825. package/dist/icons/Document/BillFill.js +2 -13
  826. package/dist/icons/Document/BillLine.js +2 -13
  827. package/dist/icons/Document/Book2Fill.js +2 -13
  828. package/dist/icons/Document/Book2Line.js +2 -13
  829. package/dist/icons/Document/Book3Fill.js +2 -13
  830. package/dist/icons/Document/Book3Line.js +2 -13
  831. package/dist/icons/Document/BookFill.js +2 -13
  832. package/dist/icons/Document/BookLine.js +2 -13
  833. package/dist/icons/Document/BookMarkFill.js +2 -13
  834. package/dist/icons/Document/BookMarkLine.js +2 -13
  835. package/dist/icons/Document/BookOpenFill.js +2 -13
  836. package/dist/icons/Document/BookOpenLine.js +2 -13
  837. package/dist/icons/Document/BookReadFill.js +2 -13
  838. package/dist/icons/Document/BookReadLine.js +2 -13
  839. package/dist/icons/Document/BookletFill.js +2 -13
  840. package/dist/icons/Document/BookletLine.js +2 -13
  841. package/dist/icons/Document/ClipboardFill.js +2 -13
  842. package/dist/icons/Document/ClipboardLine.js +2 -13
  843. package/dist/icons/Document/ContactsBook2Fill.js +2 -13
  844. package/dist/icons/Document/ContactsBook2Line.js +2 -13
  845. package/dist/icons/Document/ContactsBookFill.js +2 -13
  846. package/dist/icons/Document/ContactsBookLine.js +2 -13
  847. package/dist/icons/Document/ContactsBookUploadFill.js +2 -13
  848. package/dist/icons/Document/ContactsBookUploadLine.js +2 -13
  849. package/dist/icons/Document/DraftFill.js +2 -13
  850. package/dist/icons/Document/DraftLine.js +2 -13
  851. package/dist/icons/Document/File2Fill.js +2 -13
  852. package/dist/icons/Document/File2Line.js +2 -13
  853. package/dist/icons/Document/File3Fill.js +2 -13
  854. package/dist/icons/Document/File3Line.js +2 -13
  855. package/dist/icons/Document/File4Fill.js +2 -13
  856. package/dist/icons/Document/File4Line.js +2 -13
  857. package/dist/icons/Document/FileAddFill.js +2 -13
  858. package/dist/icons/Document/FileAddLine.js +2 -13
  859. package/dist/icons/Document/FileChart2Fill.js +2 -13
  860. package/dist/icons/Document/FileChart2Line.js +2 -13
  861. package/dist/icons/Document/FileChartFill.js +2 -13
  862. package/dist/icons/Document/FileChartLine.js +2 -13
  863. package/dist/icons/Document/FileCloseFill.js +2 -13
  864. package/dist/icons/Document/FileCloseLine.js +2 -13
  865. package/dist/icons/Document/FileCloudFill.js +2 -13
  866. package/dist/icons/Document/FileCloudLine.js +2 -13
  867. package/dist/icons/Document/FileCodeFill.js +2 -13
  868. package/dist/icons/Document/FileCodeLine.js +2 -13
  869. package/dist/icons/Document/FileCopy2Fill.js +2 -13
  870. package/dist/icons/Document/FileCopy2Line.js +2 -13
  871. package/dist/icons/Document/FileCopyFill.js +2 -13
  872. package/dist/icons/Document/FileCopyLine.js +2 -13
  873. package/dist/icons/Document/FileDamageFill.js +2 -13
  874. package/dist/icons/Document/FileDamageLine.js +2 -13
  875. package/dist/icons/Document/FileDownloadFill.js +2 -13
  876. package/dist/icons/Document/FileDownloadLine.js +2 -13
  877. package/dist/icons/Document/FileEditFill.js +2 -13
  878. package/dist/icons/Document/FileEditLine.js +2 -13
  879. package/dist/icons/Document/FileExcel2Fill.js +2 -13
  880. package/dist/icons/Document/FileExcel2Line.js +2 -13
  881. package/dist/icons/Document/FileExcelFill.js +2 -13
  882. package/dist/icons/Document/FileExcelLine.js +2 -13
  883. package/dist/icons/Document/FileFill.js +2 -13
  884. package/dist/icons/Document/FileForbidFill.js +2 -13
  885. package/dist/icons/Document/FileForbidLine.js +2 -13
  886. package/dist/icons/Document/FileGifFill.js +2 -13
  887. package/dist/icons/Document/FileGifLine.js +2 -13
  888. package/dist/icons/Document/FileHistoryFill.js +2 -13
  889. package/dist/icons/Document/FileHistoryLine.js +2 -13
  890. package/dist/icons/Document/FileHwpFill.js +2 -13
  891. package/dist/icons/Document/FileHwpLine.js +2 -13
  892. package/dist/icons/Document/FileInfoFill.js +2 -13
  893. package/dist/icons/Document/FileInfoLine.js +2 -13
  894. package/dist/icons/Document/FileLine.js +2 -13
  895. package/dist/icons/Document/FileList2Fill.js +2 -13
  896. package/dist/icons/Document/FileList2Line.js +2 -13
  897. package/dist/icons/Document/FileList3Fill.js +2 -13
  898. package/dist/icons/Document/FileList3Line.js +2 -13
  899. package/dist/icons/Document/FileListFill.js +2 -13
  900. package/dist/icons/Document/FileListLine.js +2 -13
  901. package/dist/icons/Document/FileLockFill.js +2 -13
  902. package/dist/icons/Document/FileLockLine.js +2 -13
  903. package/dist/icons/Document/FileMarkFill.js +2 -13
  904. package/dist/icons/Document/FileMarkLine.js +2 -13
  905. package/dist/icons/Document/FileMusicFill.js +2 -13
  906. package/dist/icons/Document/FileMusicLine.js +2 -13
  907. package/dist/icons/Document/FilePaper2Fill.js +2 -13
  908. package/dist/icons/Document/FilePaper2Line.js +2 -13
  909. package/dist/icons/Document/FilePaperFill.js +2 -13
  910. package/dist/icons/Document/FilePaperLine.js +2 -13
  911. package/dist/icons/Document/FilePdfFill.js +2 -13
  912. package/dist/icons/Document/FilePdfLine.js +2 -13
  913. package/dist/icons/Document/FilePpt2Fill.js +2 -13
  914. package/dist/icons/Document/FilePpt2Line.js +2 -13
  915. package/dist/icons/Document/FilePptFill.js +2 -13
  916. package/dist/icons/Document/FilePptLine.js +2 -13
  917. package/dist/icons/Document/FileReduceFill.js +2 -13
  918. package/dist/icons/Document/FileReduceLine.js +2 -13
  919. package/dist/icons/Document/FileSearchFill.js +2 -13
  920. package/dist/icons/Document/FileSearchLine.js +2 -13
  921. package/dist/icons/Document/FileSettingsFill.js +2 -13
  922. package/dist/icons/Document/FileSettingsLine.js +2 -13
  923. package/dist/icons/Document/FileShield2Fill.js +2 -13
  924. package/dist/icons/Document/FileShield2Line.js +2 -13
  925. package/dist/icons/Document/FileShieldFill.js +2 -13
  926. package/dist/icons/Document/FileShieldLine.js +2 -13
  927. package/dist/icons/Document/FileShredFill.js +2 -13
  928. package/dist/icons/Document/FileShredLine.js +2 -13
  929. package/dist/icons/Document/FileTextFill.js +2 -13
  930. package/dist/icons/Document/FileTextLine.js +2 -13
  931. package/dist/icons/Document/FileTransferFill.js +2 -13
  932. package/dist/icons/Document/FileTransferLine.js +2 -13
  933. package/dist/icons/Document/FileUnknowFill.js +2 -13
  934. package/dist/icons/Document/FileUnknowLine.js +2 -13
  935. package/dist/icons/Document/FileUploadFill.js +2 -13
  936. package/dist/icons/Document/FileUploadLine.js +2 -13
  937. package/dist/icons/Document/FileUserFill.js +2 -13
  938. package/dist/icons/Document/FileUserLine.js +2 -13
  939. package/dist/icons/Document/FileWarningFill.js +2 -13
  940. package/dist/icons/Document/FileWarningLine.js +2 -13
  941. package/dist/icons/Document/FileWord2Fill.js +2 -13
  942. package/dist/icons/Document/FileWord2Line.js +2 -13
  943. package/dist/icons/Document/FileWordFill.js +2 -13
  944. package/dist/icons/Document/FileWordLine.js +2 -13
  945. package/dist/icons/Document/FileZipFill.js +2 -13
  946. package/dist/icons/Document/FileZipLine.js +2 -13
  947. package/dist/icons/Document/Folder2Fill.js +2 -13
  948. package/dist/icons/Document/Folder2Line.js +2 -13
  949. package/dist/icons/Document/Folder3Fill.js +2 -13
  950. package/dist/icons/Document/Folder3Line.js +2 -13
  951. package/dist/icons/Document/Folder4Fill.js +2 -13
  952. package/dist/icons/Document/Folder4Line.js +2 -13
  953. package/dist/icons/Document/Folder5Fill.js +2 -13
  954. package/dist/icons/Document/Folder5Line.js +2 -13
  955. package/dist/icons/Document/FolderAddFill.js +2 -13
  956. package/dist/icons/Document/FolderAddLine.js +2 -13
  957. package/dist/icons/Document/FolderChart2Fill.js +2 -13
  958. package/dist/icons/Document/FolderChart2Line.js +2 -13
  959. package/dist/icons/Document/FolderChartFill.js +2 -13
  960. package/dist/icons/Document/FolderChartLine.js +2 -13
  961. package/dist/icons/Document/FolderDownloadFill.js +2 -13
  962. package/dist/icons/Document/FolderDownloadLine.js +2 -13
  963. package/dist/icons/Document/FolderFill.js +2 -13
  964. package/dist/icons/Document/FolderForbidFill.js +2 -13
  965. package/dist/icons/Document/FolderForbidLine.js +2 -13
  966. package/dist/icons/Document/FolderHistoryFill.js +2 -13
  967. package/dist/icons/Document/FolderHistoryLine.js +2 -13
  968. package/dist/icons/Document/FolderInfoFill.js +2 -13
  969. package/dist/icons/Document/FolderInfoLine.js +2 -13
  970. package/dist/icons/Document/FolderKeyholeFill.js +2 -13
  971. package/dist/icons/Document/FolderKeyholeLine.js +2 -13
  972. package/dist/icons/Document/FolderLine.js +2 -13
  973. package/dist/icons/Document/FolderLockFill.js +2 -13
  974. package/dist/icons/Document/FolderLockLine.js +2 -13
  975. package/dist/icons/Document/FolderMusicFill.js +2 -13
  976. package/dist/icons/Document/FolderMusicLine.js +2 -13
  977. package/dist/icons/Document/FolderOpenFill.js +2 -13
  978. package/dist/icons/Document/FolderOpenLine.js +2 -13
  979. package/dist/icons/Document/FolderReceivedFill.js +2 -13
  980. package/dist/icons/Document/FolderReceivedLine.js +2 -13
  981. package/dist/icons/Document/FolderReduceFill.js +2 -13
  982. package/dist/icons/Document/FolderReduceLine.js +2 -13
  983. package/dist/icons/Document/FolderSettingsFill.js +2 -13
  984. package/dist/icons/Document/FolderSettingsLine.js +2 -13
  985. package/dist/icons/Document/FolderSharedFill.js +2 -13
  986. package/dist/icons/Document/FolderSharedLine.js +2 -13
  987. package/dist/icons/Document/FolderShield2Fill.js +2 -13
  988. package/dist/icons/Document/FolderShield2Line.js +2 -13
  989. package/dist/icons/Document/FolderShieldFill.js +2 -13
  990. package/dist/icons/Document/FolderShieldLine.js +2 -13
  991. package/dist/icons/Document/FolderTransferFill.js +2 -13
  992. package/dist/icons/Document/FolderTransferLine.js +2 -13
  993. package/dist/icons/Document/FolderUnknowFill.js +2 -13
  994. package/dist/icons/Document/FolderUnknowLine.js +2 -13
  995. package/dist/icons/Document/FolderUploadFill.js +2 -13
  996. package/dist/icons/Document/FolderUploadLine.js +2 -13
  997. package/dist/icons/Document/FolderUserFill.js +2 -13
  998. package/dist/icons/Document/FolderUserLine.js +2 -13
  999. package/dist/icons/Document/FolderWarningFill.js +2 -13
  1000. package/dist/icons/Document/FolderWarningLine.js +2 -13
  1001. package/dist/icons/Document/FolderZipFill.js +2 -13
  1002. package/dist/icons/Document/FolderZipLine.js +2 -13
  1003. package/dist/icons/Document/FoldersFill.js +2 -13
  1004. package/dist/icons/Document/FoldersLine.js +2 -13
  1005. package/dist/icons/Document/KeynoteFill.js +2 -13
  1006. package/dist/icons/Document/KeynoteLine.js +2 -13
  1007. package/dist/icons/Document/MarkdownFill.js +2 -13
  1008. package/dist/icons/Document/MarkdownLine.js +2 -13
  1009. package/dist/icons/Document/NewspaperFill.js +2 -13
  1010. package/dist/icons/Document/NewspaperLine.js +2 -13
  1011. package/dist/icons/Document/NumbersFill.js +2 -13
  1012. package/dist/icons/Document/NumbersLine.js +2 -13
  1013. package/dist/icons/Document/PagesFill.js +2 -13
  1014. package/dist/icons/Document/PagesLine.js +2 -13
  1015. package/dist/icons/Document/StickyNote2Fill.js +2 -13
  1016. package/dist/icons/Document/StickyNote2Line.js +2 -13
  1017. package/dist/icons/Document/StickyNoteFill.js +2 -13
  1018. package/dist/icons/Document/StickyNoteLine.js +2 -13
  1019. package/dist/icons/Document/SurveyFill.js +2 -13
  1020. package/dist/icons/Document/SurveyLine.js +2 -13
  1021. package/dist/icons/Document/TaskFill.js +2 -13
  1022. package/dist/icons/Document/TaskLine.js +2 -13
  1023. package/dist/icons/Document/TodoFill.js +2 -13
  1024. package/dist/icons/Document/TodoLine.js +2 -13
  1025. package/dist/icons/Editor/AB.js +2 -13
  1026. package/dist/icons/Editor/AiGenerate.js +2 -13
  1027. package/dist/icons/Editor/AlignBottom.js +2 -13
  1028. package/dist/icons/Editor/AlignCenter.js +2 -13
  1029. package/dist/icons/Editor/AlignJustify.js +2 -13
  1030. package/dist/icons/Editor/AlignLeft.js +2 -13
  1031. package/dist/icons/Editor/AlignRight.js +2 -13
  1032. package/dist/icons/Editor/AlignTop.js +2 -13
  1033. package/dist/icons/Editor/AlignVertically.js +2 -13
  1034. package/dist/icons/Editor/Asterisk.js +2 -13
  1035. package/dist/icons/Editor/Attachment2.js +2 -13
  1036. package/dist/icons/Editor/Bold.js +2 -13
  1037. package/dist/icons/Editor/BringForward.js +2 -13
  1038. package/dist/icons/Editor/BringToFront.js +2 -13
  1039. package/dist/icons/Editor/CodeView.js +2 -13
  1040. package/dist/icons/Editor/DeleteColumn.js +2 -13
  1041. package/dist/icons/Editor/DeleteRow.js +2 -13
  1042. package/dist/icons/Editor/DoubleQuotesL.js +2 -13
  1043. package/dist/icons/Editor/DoubleQuotesR.js +2 -13
  1044. package/dist/icons/Editor/Draggable.js +2 -13
  1045. package/dist/icons/Editor/Emphasis.js +2 -13
  1046. package/dist/icons/Editor/EmphasisCn.js +2 -13
  1047. package/dist/icons/Editor/EnglishInput.js +2 -13
  1048. package/dist/icons/Editor/FlowChart.js +2 -13
  1049. package/dist/icons/Editor/FontColor.js +2 -13
  1050. package/dist/icons/Editor/FontFamily.js +2 -13
  1051. package/dist/icons/Editor/FontMono.js +2 -13
  1052. package/dist/icons/Editor/FontSans.js +2 -13
  1053. package/dist/icons/Editor/FontSansSerif.js +2 -13
  1054. package/dist/icons/Editor/FontSize.js +2 -13
  1055. package/dist/icons/Editor/FontSize2.js +2 -13
  1056. package/dist/icons/Editor/FormatClear.js +2 -13
  1057. package/dist/icons/Editor/Functions.js +2 -13
  1058. package/dist/icons/Editor/H1.js +2 -13
  1059. package/dist/icons/Editor/H2.js +2 -13
  1060. package/dist/icons/Editor/H3.js +2 -13
  1061. package/dist/icons/Editor/H4.js +2 -13
  1062. package/dist/icons/Editor/H5.js +2 -13
  1063. package/dist/icons/Editor/H6.js +2 -13
  1064. package/dist/icons/Editor/Hashtag.js +2 -13
  1065. package/dist/icons/Editor/Heading.js +2 -13
  1066. package/dist/icons/Editor/IndentDecrease.js +2 -13
  1067. package/dist/icons/Editor/IndentIncrease.js +2 -13
  1068. package/dist/icons/Editor/InputCursorMove.js +2 -13
  1069. package/dist/icons/Editor/InsertColumnLeft.js +2 -13
  1070. package/dist/icons/Editor/InsertColumnRight.js +2 -13
  1071. package/dist/icons/Editor/InsertRowBottom.js +2 -13
  1072. package/dist/icons/Editor/InsertRowTop.js +2 -13
  1073. package/dist/icons/Editor/Italic.js +2 -13
  1074. package/dist/icons/Editor/LineHeight.js +2 -13
  1075. package/dist/icons/Editor/Link.js +2 -13
  1076. package/dist/icons/Editor/LinkM.js +2 -13
  1077. package/dist/icons/Editor/LinkUnlink.js +2 -13
  1078. package/dist/icons/Editor/LinkUnlinkM.js +2 -13
  1079. package/dist/icons/Editor/ListCheck.js +2 -13
  1080. package/dist/icons/Editor/ListCheck2.js +2 -13
  1081. package/dist/icons/Editor/ListCheck3.js +2 -13
  1082. package/dist/icons/Editor/ListIndefinite.js +2 -13
  1083. package/dist/icons/Editor/ListOrdered.js +2 -13
  1084. package/dist/icons/Editor/ListOrdered2.js +2 -13
  1085. package/dist/icons/Editor/ListRadio.js +2 -13
  1086. package/dist/icons/Editor/ListUnordered.js +2 -13
  1087. package/dist/icons/Editor/MergeCellsHorizontal.js +2 -13
  1088. package/dist/icons/Editor/MergeCellsVertical.js +2 -13
  1089. package/dist/icons/Editor/MindMap.js +2 -13
  1090. package/dist/icons/Editor/NodeTree.js +2 -13
  1091. package/dist/icons/Editor/Number0.js +2 -13
  1092. package/dist/icons/Editor/Number1.js +2 -13
  1093. package/dist/icons/Editor/Number2.js +2 -13
  1094. package/dist/icons/Editor/Number3.js +2 -13
  1095. package/dist/icons/Editor/Number4.js +2 -13
  1096. package/dist/icons/Editor/Number5.js +2 -13
  1097. package/dist/icons/Editor/Number6.js +2 -13
  1098. package/dist/icons/Editor/Number7.js +2 -13
  1099. package/dist/icons/Editor/Number8.js +2 -13
  1100. package/dist/icons/Editor/Number9.js +2 -13
  1101. package/dist/icons/Editor/Omega.js +2 -13
  1102. package/dist/icons/Editor/OrganizationChart.js +2 -13
  1103. package/dist/icons/Editor/Overline.js +2 -13
  1104. package/dist/icons/Editor/PageSeparator.js +2 -13
  1105. package/dist/icons/Editor/Paragraph.js +2 -13
  1106. package/dist/icons/Editor/PinyinInput.js +2 -13
  1107. package/dist/icons/Editor/QuestionMark.js +2 -13
  1108. package/dist/icons/Editor/QuoteText.js +2 -13
  1109. package/dist/icons/Editor/RoundedCorner.js +2 -13
  1110. package/dist/icons/Editor/SendBackward.js +2 -13
  1111. package/dist/icons/Editor/SendToBack.js +2 -13
  1112. package/dist/icons/Editor/Separator.js +2 -13
  1113. package/dist/icons/Editor/SingleQuotesL.js +2 -13
  1114. package/dist/icons/Editor/SingleQuotesR.js +2 -13
  1115. package/dist/icons/Editor/Sketching.js +2 -13
  1116. package/dist/icons/Editor/SlashCommands.js +2 -13
  1117. package/dist/icons/Editor/SlashCommands2.js +2 -13
  1118. package/dist/icons/Editor/SortAsc.js +2 -13
  1119. package/dist/icons/Editor/SortDesc.js +2 -13
  1120. package/dist/icons/Editor/Space.js +2 -13
  1121. package/dist/icons/Editor/SplitCellsHorizontal.js +2 -13
  1122. package/dist/icons/Editor/SplitCellsVertical.js +2 -13
  1123. package/dist/icons/Editor/Strikethrough.js +2 -13
  1124. package/dist/icons/Editor/Strikethrough2.js +2 -13
  1125. package/dist/icons/Editor/Subscript.js +2 -13
  1126. package/dist/icons/Editor/Subscript2.js +2 -13
  1127. package/dist/icons/Editor/Superscript.js +2 -13
  1128. package/dist/icons/Editor/Superscript2.js +2 -13
  1129. package/dist/icons/Editor/Table2.js +2 -13
  1130. package/dist/icons/Editor/Text.js +2 -13
  1131. package/dist/icons/Editor/TextDirectionL.js +2 -13
  1132. package/dist/icons/Editor/TextDirectionR.js +2 -13
  1133. package/dist/icons/Editor/TextSpacing.js +2 -13
  1134. package/dist/icons/Editor/TextWrap.js +2 -13
  1135. package/dist/icons/Editor/Translate.js +2 -13
  1136. package/dist/icons/Editor/Translate2.js +2 -13
  1137. package/dist/icons/Editor/Underline.js +2 -13
  1138. package/dist/icons/Editor/WubiInput.js +2 -13
  1139. package/dist/icons/Finance/AuctionFill.js +2 -13
  1140. package/dist/icons/Finance/AuctionLine.js +2 -13
  1141. package/dist/icons/Finance/BankCard2Fill.js +2 -13
  1142. package/dist/icons/Finance/BankCard2Line.js +2 -13
  1143. package/dist/icons/Finance/BankCardFill.js +2 -13
  1144. package/dist/icons/Finance/BankCardLine.js +2 -13
  1145. package/dist/icons/Finance/BitCoinFill.js +2 -13
  1146. package/dist/icons/Finance/BitCoinLine.js +2 -13
  1147. package/dist/icons/Finance/CashFill.js +2 -13
  1148. package/dist/icons/Finance/CashLine.js +2 -13
  1149. package/dist/icons/Finance/CoinFill.js +2 -13
  1150. package/dist/icons/Finance/CoinLine.js +2 -13
  1151. package/dist/icons/Finance/CoinsFill.js +2 -13
  1152. package/dist/icons/Finance/CoinsLine.js +2 -13
  1153. package/dist/icons/Finance/CopperCoinFill.js +2 -13
  1154. package/dist/icons/Finance/CopperCoinLine.js +2 -13
  1155. package/dist/icons/Finance/CopperDiamondFill.js +2 -13
  1156. package/dist/icons/Finance/CopperDiamondLine.js +2 -13
  1157. package/dist/icons/Finance/Coupon2Fill.js +2 -13
  1158. package/dist/icons/Finance/Coupon2Line.js +2 -13
  1159. package/dist/icons/Finance/Coupon3Fill.js +2 -13
  1160. package/dist/icons/Finance/Coupon3Line.js +2 -13
  1161. package/dist/icons/Finance/Coupon4Fill.js +2 -13
  1162. package/dist/icons/Finance/Coupon4Line.js +2 -13
  1163. package/dist/icons/Finance/Coupon5Fill.js +2 -13
  1164. package/dist/icons/Finance/Coupon5Line.js +2 -13
  1165. package/dist/icons/Finance/CouponFill.js +2 -13
  1166. package/dist/icons/Finance/CouponLine.js +2 -13
  1167. package/dist/icons/Finance/CurrencyFill.js +2 -13
  1168. package/dist/icons/Finance/CurrencyLine.js +2 -13
  1169. package/dist/icons/Finance/ExchangeBoxFill.js +2 -13
  1170. package/dist/icons/Finance/ExchangeBoxLine.js +2 -13
  1171. package/dist/icons/Finance/ExchangeCnyFill.js +2 -13
  1172. package/dist/icons/Finance/ExchangeCnyLine.js +2 -13
  1173. package/dist/icons/Finance/ExchangeDollarFill.js +2 -13
  1174. package/dist/icons/Finance/ExchangeDollarLine.js +2 -13
  1175. package/dist/icons/Finance/ExchangeFill.js +2 -13
  1176. package/dist/icons/Finance/ExchangeFundsFill.js +2 -13
  1177. package/dist/icons/Finance/ExchangeFundsLine.js +2 -13
  1178. package/dist/icons/Finance/ExchangeLine.js +2 -13
  1179. package/dist/icons/Finance/FundsBoxFill.js +2 -13
  1180. package/dist/icons/Finance/FundsBoxLine.js +2 -13
  1181. package/dist/icons/Finance/FundsFill.js +2 -13
  1182. package/dist/icons/Finance/FundsLine.js +2 -13
  1183. package/dist/icons/Finance/Gift2Fill.js +2 -13
  1184. package/dist/icons/Finance/Gift2Line.js +2 -13
  1185. package/dist/icons/Finance/GiftFill.js +2 -13
  1186. package/dist/icons/Finance/GiftLine.js +2 -13
  1187. package/dist/icons/Finance/HandCoinFill.js +2 -13
  1188. package/dist/icons/Finance/HandCoinLine.js +2 -13
  1189. package/dist/icons/Finance/HandHeartFill.js +2 -13
  1190. package/dist/icons/Finance/HandHeartLine.js +2 -13
  1191. package/dist/icons/Finance/I24HoursFill.js +2 -13
  1192. package/dist/icons/Finance/I24HoursLine.js +2 -13
  1193. package/dist/icons/Finance/IncreaseDecreaseFill.js +2 -13
  1194. package/dist/icons/Finance/IncreaseDecreaseLine.js +2 -13
  1195. package/dist/icons/Finance/MoneyCnyBoxFill.js +2 -13
  1196. package/dist/icons/Finance/MoneyCnyBoxLine.js +2 -13
  1197. package/dist/icons/Finance/MoneyCnyCircleFill.js +2 -13
  1198. package/dist/icons/Finance/MoneyCnyCircleLine.js +2 -13
  1199. package/dist/icons/Finance/MoneyDollarBoxFill.js +2 -13
  1200. package/dist/icons/Finance/MoneyDollarBoxLine.js +2 -13
  1201. package/dist/icons/Finance/MoneyDollarCircleFill.js +2 -13
  1202. package/dist/icons/Finance/MoneyDollarCircleLine.js +2 -13
  1203. package/dist/icons/Finance/MoneyEuroBoxFill.js +2 -13
  1204. package/dist/icons/Finance/MoneyEuroBoxLine.js +2 -13
  1205. package/dist/icons/Finance/MoneyEuroCircleFill.js +2 -13
  1206. package/dist/icons/Finance/MoneyEuroCircleLine.js +2 -13
  1207. package/dist/icons/Finance/MoneyPoundBoxFill.js +2 -13
  1208. package/dist/icons/Finance/MoneyPoundBoxLine.js +2 -13
  1209. package/dist/icons/Finance/MoneyPoundCircleFill.js +2 -13
  1210. package/dist/icons/Finance/MoneyPoundCircleLine.js +2 -13
  1211. package/dist/icons/Finance/NftFill.js +2 -13
  1212. package/dist/icons/Finance/NftLine.js +2 -13
  1213. package/dist/icons/Finance/P2PFill.js +2 -13
  1214. package/dist/icons/Finance/P2PLine.js +2 -13
  1215. package/dist/icons/Finance/PercentFill.js +2 -13
  1216. package/dist/icons/Finance/PercentLine.js +2 -13
  1217. package/dist/icons/Finance/PriceTag2Fill.js +2 -13
  1218. package/dist/icons/Finance/PriceTag2Line.js +2 -13
  1219. package/dist/icons/Finance/PriceTag3Fill.js +2 -13
  1220. package/dist/icons/Finance/PriceTag3Line.js +2 -13
  1221. package/dist/icons/Finance/PriceTagFill.js +2 -13
  1222. package/dist/icons/Finance/PriceTagLine.js +2 -13
  1223. package/dist/icons/Finance/RedPacketFill.js +2 -13
  1224. package/dist/icons/Finance/RedPacketLine.js +2 -13
  1225. package/dist/icons/Finance/Refund2Fill.js +2 -13
  1226. package/dist/icons/Finance/Refund2Line.js +2 -13
  1227. package/dist/icons/Finance/RefundFill.js +2 -13
  1228. package/dist/icons/Finance/RefundLine.js +2 -13
  1229. package/dist/icons/Finance/Safe2Fill.js +2 -13
  1230. package/dist/icons/Finance/Safe2Line.js +2 -13
  1231. package/dist/icons/Finance/SafeFill.js +2 -13
  1232. package/dist/icons/Finance/SafeLine.js +2 -13
  1233. package/dist/icons/Finance/SecurePaymentFill.js +2 -13
  1234. package/dist/icons/Finance/SecurePaymentLine.js +2 -13
  1235. package/dist/icons/Finance/ShoppingBag2Fill.js +2 -13
  1236. package/dist/icons/Finance/ShoppingBag2Line.js +2 -13
  1237. package/dist/icons/Finance/ShoppingBag3Fill.js +2 -13
  1238. package/dist/icons/Finance/ShoppingBag3Line.js +2 -13
  1239. package/dist/icons/Finance/ShoppingBagFill.js +2 -13
  1240. package/dist/icons/Finance/ShoppingBagLine.js +2 -13
  1241. package/dist/icons/Finance/ShoppingBasket2Fill.js +2 -13
  1242. package/dist/icons/Finance/ShoppingBasket2Line.js +2 -13
  1243. package/dist/icons/Finance/ShoppingBasketFill.js +2 -13
  1244. package/dist/icons/Finance/ShoppingBasketLine.js +2 -13
  1245. package/dist/icons/Finance/ShoppingCart2Fill.js +2 -13
  1246. package/dist/icons/Finance/ShoppingCart2Line.js +2 -13
  1247. package/dist/icons/Finance/ShoppingCartFill.js +2 -13
  1248. package/dist/icons/Finance/ShoppingCartLine.js +2 -13
  1249. package/dist/icons/Finance/StockFill.js +2 -13
  1250. package/dist/icons/Finance/StockLine.js +2 -13
  1251. package/dist/icons/Finance/SwapBoxFill.js +2 -13
  1252. package/dist/icons/Finance/SwapBoxLine.js +2 -13
  1253. package/dist/icons/Finance/SwapFill.js +2 -13
  1254. package/dist/icons/Finance/SwapLine.js +2 -13
  1255. package/dist/icons/Finance/Ticket2Fill.js +2 -13
  1256. package/dist/icons/Finance/Ticket2Line.js +2 -13
  1257. package/dist/icons/Finance/TicketFill.js +2 -13
  1258. package/dist/icons/Finance/TicketLine.js +2 -13
  1259. package/dist/icons/Finance/TokenSwapFill.js +2 -13
  1260. package/dist/icons/Finance/TokenSwapLine.js +2 -13
  1261. package/dist/icons/Finance/TrophyFill.js +2 -13
  1262. package/dist/icons/Finance/TrophyLine.js +2 -13
  1263. package/dist/icons/Finance/VipCrown2Fill.js +2 -13
  1264. package/dist/icons/Finance/VipCrown2Line.js +2 -13
  1265. package/dist/icons/Finance/VipCrownFill.js +2 -13
  1266. package/dist/icons/Finance/VipCrownLine.js +2 -13
  1267. package/dist/icons/Finance/VipDiamondFill.js +2 -13
  1268. package/dist/icons/Finance/VipDiamondLine.js +2 -13
  1269. package/dist/icons/Finance/VipFill.js +2 -13
  1270. package/dist/icons/Finance/VipLine.js +2 -13
  1271. package/dist/icons/Finance/Wallet2Fill.js +2 -13
  1272. package/dist/icons/Finance/Wallet2Line.js +2 -13
  1273. package/dist/icons/Finance/Wallet3Fill.js +2 -13
  1274. package/dist/icons/Finance/Wallet3Line.js +2 -13
  1275. package/dist/icons/Finance/WalletFill.js +2 -13
  1276. package/dist/icons/Finance/WalletLine.js +2 -13
  1277. package/dist/icons/Finance/WaterFlashFill.js +2 -13
  1278. package/dist/icons/Finance/WaterFlashLine.js +2 -13
  1279. package/dist/icons/Health & Medical/BrainFill.js +2 -13
  1280. package/dist/icons/Health & Medical/BrainLine.js +2 -13
  1281. package/dist/icons/Health & Medical/CapsuleFill.js +2 -13
  1282. package/dist/icons/Health & Medical/CapsuleLine.js +2 -13
  1283. package/dist/icons/Health & Medical/DislikeFill.js +2 -13
  1284. package/dist/icons/Health & Medical/DislikeLine.js +2 -13
  1285. package/dist/icons/Health & Medical/DossierFill.js +2 -13
  1286. package/dist/icons/Health & Medical/DossierLine.js +2 -13
  1287. package/dist/icons/Health & Medical/EmpathizeFill.js +2 -13
  1288. package/dist/icons/Health & Medical/EmpathizeLine.js +2 -13
  1289. package/dist/icons/Health & Medical/FirstAidKitFill.js +2 -13
  1290. package/dist/icons/Health & Medical/FirstAidKitLine.js +2 -13
  1291. package/dist/icons/Health & Medical/FlaskFill.js +2 -13
  1292. package/dist/icons/Health & Medical/FlaskLine.js +2 -13
  1293. package/dist/icons/Health & Medical/HandSanitizerFill.js +2 -13
  1294. package/dist/icons/Health & Medical/HandSanitizerLine.js +2 -13
  1295. package/dist/icons/Health & Medical/HealthBookFill.js +2 -13
  1296. package/dist/icons/Health & Medical/HealthBookLine.js +2 -13
  1297. package/dist/icons/Health & Medical/Heart2Fill.js +2 -13
  1298. package/dist/icons/Health & Medical/Heart2Line.js +2 -13
  1299. package/dist/icons/Health & Medical/Heart3Fill.js +2 -13
  1300. package/dist/icons/Health & Medical/Heart3Line.js +2 -13
  1301. package/dist/icons/Health & Medical/HeartAddFill.js +2 -13
  1302. package/dist/icons/Health & Medical/HeartAddLine.js +2 -13
  1303. package/dist/icons/Health & Medical/HeartFill.js +2 -13
  1304. package/dist/icons/Health & Medical/HeartLine.js +2 -13
  1305. package/dist/icons/Health & Medical/HeartPulseFill.js +2 -13
  1306. package/dist/icons/Health & Medical/HeartPulseLine.js +2 -13
  1307. package/dist/icons/Health & Medical/HeartsFill.js +2 -13
  1308. package/dist/icons/Health & Medical/HeartsLine.js +2 -13
  1309. package/dist/icons/Health & Medical/InfraredThermometerFill.js +2 -13
  1310. package/dist/icons/Health & Medical/InfraredThermometerLine.js +2 -13
  1311. package/dist/icons/Health & Medical/LungsFill.js +2 -13
  1312. package/dist/icons/Health & Medical/LungsLine.js +2 -13
  1313. package/dist/icons/Health & Medical/MedicineBottleFill.js +2 -13
  1314. package/dist/icons/Health & Medical/MedicineBottleLine.js +2 -13
  1315. package/dist/icons/Health & Medical/MentalHealthFill.js +2 -13
  1316. package/dist/icons/Health & Medical/MentalHealthLine.js +2 -13
  1317. package/dist/icons/Health & Medical/MicroscopeFill.js +2 -13
  1318. package/dist/icons/Health & Medical/MicroscopeLine.js +2 -13
  1319. package/dist/icons/Health & Medical/NurseFill.js +2 -13
  1320. package/dist/icons/Health & Medical/NurseLine.js +2 -13
  1321. package/dist/icons/Health & Medical/PsychotherapyFill.js +2 -13
  1322. package/dist/icons/Health & Medical/PsychotherapyLine.js +2 -13
  1323. package/dist/icons/Health & Medical/PulseFill.js +2 -13
  1324. package/dist/icons/Health & Medical/PulseLine.js +2 -13
  1325. package/dist/icons/Health & Medical/RestTimeFill.js +2 -13
  1326. package/dist/icons/Health & Medical/RestTimeLine.js +2 -13
  1327. package/dist/icons/Health & Medical/StethoscopeFill.js +2 -13
  1328. package/dist/icons/Health & Medical/StethoscopeLine.js +2 -13
  1329. package/dist/icons/Health & Medical/SurgicalMaskFill.js +2 -13
  1330. package/dist/icons/Health & Medical/SurgicalMaskLine.js +2 -13
  1331. package/dist/icons/Health & Medical/SyringeFill.js +2 -13
  1332. package/dist/icons/Health & Medical/SyringeLine.js +2 -13
  1333. package/dist/icons/Health & Medical/TestTubeFill.js +2 -13
  1334. package/dist/icons/Health & Medical/TestTubeLine.js +2 -13
  1335. package/dist/icons/Health & Medical/ThermometerFill.js +2 -13
  1336. package/dist/icons/Health & Medical/ThermometerLine.js +2 -13
  1337. package/dist/icons/Health & Medical/VirusFill.js +2 -13
  1338. package/dist/icons/Health & Medical/VirusLine.js +2 -13
  1339. package/dist/icons/Health & Medical/ZzzFill.js +2 -13
  1340. package/dist/icons/Health & Medical/ZzzLine.js +2 -13
  1341. package/dist/icons/Logos/AlipayFill.js +2 -13
  1342. package/dist/icons/Logos/AlipayLine.js +2 -13
  1343. package/dist/icons/Logos/AmazonFill.js +2 -13
  1344. package/dist/icons/Logos/AmazonLine.js +2 -13
  1345. package/dist/icons/Logos/AndroidFill.js +2 -13
  1346. package/dist/icons/Logos/AndroidLine.js +2 -13
  1347. package/dist/icons/Logos/AngularjsFill.js +2 -13
  1348. package/dist/icons/Logos/AngularjsLine.js +2 -13
  1349. package/dist/icons/Logos/AppStoreFill.js +2 -13
  1350. package/dist/icons/Logos/AppStoreLine.js +2 -13
  1351. package/dist/icons/Logos/AppleFill.js +2 -13
  1352. package/dist/icons/Logos/AppleLine.js +2 -13
  1353. package/dist/icons/Logos/BaiduFill.js +2 -13
  1354. package/dist/icons/Logos/BaiduLine.js +2 -13
  1355. package/dist/icons/Logos/BardFill.js +2 -13
  1356. package/dist/icons/Logos/BardLine.js +2 -13
  1357. package/dist/icons/Logos/BehanceFill.js +2 -13
  1358. package/dist/icons/Logos/BehanceLine.js +2 -13
  1359. package/dist/icons/Logos/BilibiliFill.js +2 -13
  1360. package/dist/icons/Logos/BilibiliLine.js +2 -13
  1361. package/dist/icons/Logos/BlenderFill.js +2 -13
  1362. package/dist/icons/Logos/BlenderLine.js +2 -13
  1363. package/dist/icons/Logos/BootstrapFill.js +2 -13
  1364. package/dist/icons/Logos/BootstrapLine.js +2 -13
  1365. package/dist/icons/Logos/CentosFill.js +2 -13
  1366. package/dist/icons/Logos/CentosLine.js +2 -13
  1367. package/dist/icons/Logos/ChromeFill.js +2 -13
  1368. package/dist/icons/Logos/ChromeLine.js +2 -13
  1369. package/dist/icons/Logos/CodepenFill.js +2 -13
  1370. package/dist/icons/Logos/CodepenLine.js +2 -13
  1371. package/dist/icons/Logos/CopilotFill.js +2 -13
  1372. package/dist/icons/Logos/CopilotLine.js +2 -13
  1373. package/dist/icons/Logos/CoreosFill.js +2 -13
  1374. package/dist/icons/Logos/CoreosLine.js +2 -13
  1375. package/dist/icons/Logos/DingdingFill.js +2 -13
  1376. package/dist/icons/Logos/DingdingLine.js +2 -13
  1377. package/dist/icons/Logos/DiscordFill.js +2 -13
  1378. package/dist/icons/Logos/DiscordLine.js +2 -13
  1379. package/dist/icons/Logos/DisqusFill.js +2 -13
  1380. package/dist/icons/Logos/DisqusLine.js +2 -13
  1381. package/dist/icons/Logos/DoubanFill.js +2 -13
  1382. package/dist/icons/Logos/DoubanLine.js +2 -13
  1383. package/dist/icons/Logos/DribbbleFill.js +2 -13
  1384. package/dist/icons/Logos/DribbbleLine.js +2 -13
  1385. package/dist/icons/Logos/DriveFill.js +2 -13
  1386. package/dist/icons/Logos/DriveLine.js +2 -13
  1387. package/dist/icons/Logos/DropboxFill.js +2 -13
  1388. package/dist/icons/Logos/DropboxLine.js +2 -13
  1389. package/dist/icons/Logos/EdgeFill.js +2 -13
  1390. package/dist/icons/Logos/EdgeLine.js +2 -13
  1391. package/dist/icons/Logos/EdgeNewFill.js +2 -13
  1392. package/dist/icons/Logos/EdgeNewLine.js +2 -13
  1393. package/dist/icons/Logos/EvernoteFill.js +2 -13
  1394. package/dist/icons/Logos/EvernoteLine.js +2 -13
  1395. package/dist/icons/Logos/FacebookBoxFill.js +2 -13
  1396. package/dist/icons/Logos/FacebookBoxLine.js +2 -13
  1397. package/dist/icons/Logos/FacebookCircleFill.js +2 -13
  1398. package/dist/icons/Logos/FacebookCircleLine.js +2 -13
  1399. package/dist/icons/Logos/FacebookFill.js +2 -13
  1400. package/dist/icons/Logos/FacebookLine.js +2 -13
  1401. package/dist/icons/Logos/FinderFill.js +2 -13
  1402. package/dist/icons/Logos/FinderLine.js +2 -13
  1403. package/dist/icons/Logos/FirefoxFill.js +2 -13
  1404. package/dist/icons/Logos/FirefoxLine.js +2 -13
  1405. package/dist/icons/Logos/FlickrFill.js +2 -13
  1406. package/dist/icons/Logos/FlickrLine.js +2 -13
  1407. package/dist/icons/Logos/FlutterFill.js +2 -13
  1408. package/dist/icons/Logos/FlutterLine.js +2 -13
  1409. package/dist/icons/Logos/GatsbyFill.js +2 -13
  1410. package/dist/icons/Logos/GatsbyLine.js +2 -13
  1411. package/dist/icons/Logos/GithubFill.js +2 -13
  1412. package/dist/icons/Logos/GithubLine.js +2 -13
  1413. package/dist/icons/Logos/GitlabFill.js +2 -13
  1414. package/dist/icons/Logos/GitlabLine.js +2 -13
  1415. package/dist/icons/Logos/GoogleFill.js +2 -13
  1416. package/dist/icons/Logos/GoogleLine.js +2 -13
  1417. package/dist/icons/Logos/GooglePlayFill.js +2 -13
  1418. package/dist/icons/Logos/GooglePlayLine.js +2 -13
  1419. package/dist/icons/Logos/HonorOfKingsFill.js +2 -13
  1420. package/dist/icons/Logos/HonorOfKingsLine.js +2 -13
  1421. package/dist/icons/Logos/IeFill.js +2 -13
  1422. package/dist/icons/Logos/IeLine.js +2 -13
  1423. package/dist/icons/Logos/InstagramFill.js +2 -13
  1424. package/dist/icons/Logos/InstagramLine.js +2 -13
  1425. package/dist/icons/Logos/InvisionFill.js +2 -13
  1426. package/dist/icons/Logos/InvisionLine.js +2 -13
  1427. package/dist/icons/Logos/KakaoTalkFill.js +2 -13
  1428. package/dist/icons/Logos/KakaoTalkLine.js +2 -13
  1429. package/dist/icons/Logos/KickFill.js +2 -13
  1430. package/dist/icons/Logos/KickLine.js +2 -13
  1431. package/dist/icons/Logos/LineFill.js +2 -13
  1432. package/dist/icons/Logos/LineLine.js +2 -13
  1433. package/dist/icons/Logos/LinkedinBoxFill.js +2 -13
  1434. package/dist/icons/Logos/LinkedinBoxLine.js +2 -13
  1435. package/dist/icons/Logos/LinkedinFill.js +2 -13
  1436. package/dist/icons/Logos/LinkedinLine.js +2 -13
  1437. package/dist/icons/Logos/MastercardFill.js +2 -13
  1438. package/dist/icons/Logos/MastercardLine.js +2 -13
  1439. package/dist/icons/Logos/MastodonFill.js +2 -13
  1440. package/dist/icons/Logos/MastodonLine.js +2 -13
  1441. package/dist/icons/Logos/MediumFill.js +2 -13
  1442. package/dist/icons/Logos/MediumLine.js +2 -13
  1443. package/dist/icons/Logos/MessengerFill.js +2 -13
  1444. package/dist/icons/Logos/MessengerLine.js +2 -13
  1445. package/dist/icons/Logos/MetaFill.js +2 -13
  1446. package/dist/icons/Logos/MetaLine.js +2 -13
  1447. package/dist/icons/Logos/MicrosoftFill.js +2 -13
  1448. package/dist/icons/Logos/MicrosoftLine.js +2 -13
  1449. package/dist/icons/Logos/MicrosoftLoopFill.js +2 -13
  1450. package/dist/icons/Logos/MicrosoftLoopLine.js +2 -13
  1451. package/dist/icons/Logos/MiniProgramFill.js +2 -13
  1452. package/dist/icons/Logos/MiniProgramLine.js +2 -13
  1453. package/dist/icons/Logos/NeteaseCloudMusicFill.js +2 -13
  1454. package/dist/icons/Logos/NeteaseCloudMusicLine.js +2 -13
  1455. package/dist/icons/Logos/NetflixFill.js +2 -13
  1456. package/dist/icons/Logos/NetflixLine.js +2 -13
  1457. package/dist/icons/Logos/NotionFill.js +2 -13
  1458. package/dist/icons/Logos/NotionLine.js +2 -13
  1459. package/dist/icons/Logos/NpmjsFill.js +2 -13
  1460. package/dist/icons/Logos/NpmjsLine.js +2 -13
  1461. package/dist/icons/Logos/OpenSourceFill.js +2 -13
  1462. package/dist/icons/Logos/OpenSourceLine.js +2 -13
  1463. package/dist/icons/Logos/OpenaiFill.js +2 -13
  1464. package/dist/icons/Logos/OpenaiLine.js +2 -13
  1465. package/dist/icons/Logos/OpenbaseFill.js +2 -13
  1466. package/dist/icons/Logos/OpenbaseLine.js +2 -13
  1467. package/dist/icons/Logos/OperaFill.js +2 -13
  1468. package/dist/icons/Logos/OperaLine.js +2 -13
  1469. package/dist/icons/Logos/PatreonFill.js +2 -13
  1470. package/dist/icons/Logos/PatreonLine.js +2 -13
  1471. package/dist/icons/Logos/PaypalFill.js +2 -13
  1472. package/dist/icons/Logos/PaypalLine.js +2 -13
  1473. package/dist/icons/Logos/PinterestFill.js +2 -13
  1474. package/dist/icons/Logos/PinterestLine.js +2 -13
  1475. package/dist/icons/Logos/PixelfedFill.js +2 -13
  1476. package/dist/icons/Logos/PixelfedLine.js +2 -13
  1477. package/dist/icons/Logos/PlaystationFill.js +2 -13
  1478. package/dist/icons/Logos/PlaystationLine.js +2 -13
  1479. package/dist/icons/Logos/ProductHuntFill.js +2 -13
  1480. package/dist/icons/Logos/ProductHuntLine.js +2 -13
  1481. package/dist/icons/Logos/QqFill.js +2 -13
  1482. package/dist/icons/Logos/QqLine.js +2 -13
  1483. package/dist/icons/Logos/ReactjsFill.js +2 -13
  1484. package/dist/icons/Logos/ReactjsLine.js +2 -13
  1485. package/dist/icons/Logos/RedditFill.js +2 -13
  1486. package/dist/icons/Logos/RedditLine.js +2 -13
  1487. package/dist/icons/Logos/RemixiconFill.js +2 -13
  1488. package/dist/icons/Logos/RemixiconLine.js +2 -13
  1489. package/dist/icons/Logos/SafariFill.js +2 -13
  1490. package/dist/icons/Logos/SafariLine.js +2 -13
  1491. package/dist/icons/Logos/SkypeFill.js +2 -13
  1492. package/dist/icons/Logos/SkypeLine.js +2 -13
  1493. package/dist/icons/Logos/SlackFill.js +2 -13
  1494. package/dist/icons/Logos/SlackLine.js +2 -13
  1495. package/dist/icons/Logos/SnapchatFill.js +2 -13
  1496. package/dist/icons/Logos/SnapchatLine.js +2 -13
  1497. package/dist/icons/Logos/SoundcloudFill.js +2 -13
  1498. package/dist/icons/Logos/SoundcloudLine.js +2 -13
  1499. package/dist/icons/Logos/SpectrumFill.js +2 -13
  1500. package/dist/icons/Logos/SpectrumLine.js +2 -13
  1501. package/dist/icons/Logos/SpotifyFill.js +2 -13
  1502. package/dist/icons/Logos/SpotifyLine.js +2 -13
  1503. package/dist/icons/Logos/StackOverflowFill.js +2 -13
  1504. package/dist/icons/Logos/StackOverflowLine.js +2 -13
  1505. package/dist/icons/Logos/StackshareFill.js +2 -13
  1506. package/dist/icons/Logos/StackshareLine.js +2 -13
  1507. package/dist/icons/Logos/SteamFill.js +2 -13
  1508. package/dist/icons/Logos/SteamLine.js +2 -13
  1509. package/dist/icons/Logos/SupabaseFill.js +2 -13
  1510. package/dist/icons/Logos/SupabaseLine.js +2 -13
  1511. package/dist/icons/Logos/SwitchFill.js +2 -13
  1512. package/dist/icons/Logos/SwitchLine.js +2 -13
  1513. package/dist/icons/Logos/TaobaoFill.js +2 -13
  1514. package/dist/icons/Logos/TaobaoLine.js +2 -13
  1515. package/dist/icons/Logos/TelegramFill.js +2 -13
  1516. package/dist/icons/Logos/TelegramLine.js +2 -13
  1517. package/dist/icons/Logos/TiktokFill.js +2 -13
  1518. package/dist/icons/Logos/TiktokLine.js +2 -13
  1519. package/dist/icons/Logos/TrelloFill.js +2 -13
  1520. package/dist/icons/Logos/TrelloLine.js +2 -13
  1521. package/dist/icons/Logos/TumblrFill.js +2 -13
  1522. package/dist/icons/Logos/TumblrLine.js +2 -13
  1523. package/dist/icons/Logos/TwitchFill.js +2 -13
  1524. package/dist/icons/Logos/TwitchLine.js +2 -13
  1525. package/dist/icons/Logos/TwitterFill.js +2 -13
  1526. package/dist/icons/Logos/TwitterLine.js +2 -13
  1527. package/dist/icons/Logos/UbuntuFill.js +2 -13
  1528. package/dist/icons/Logos/UbuntuLine.js +2 -13
  1529. package/dist/icons/Logos/UnsplashFill.js +2 -13
  1530. package/dist/icons/Logos/UnsplashLine.js +2 -13
  1531. package/dist/icons/Logos/VimeoFill.js +2 -13
  1532. package/dist/icons/Logos/VimeoLine.js +2 -13
  1533. package/dist/icons/Logos/VisaFill.js +2 -13
  1534. package/dist/icons/Logos/VisaLine.js +2 -13
  1535. package/dist/icons/Logos/VuejsFill.js +2 -13
  1536. package/dist/icons/Logos/VuejsLine.js +2 -13
  1537. package/dist/icons/Logos/Wechat2Fill.js +2 -13
  1538. package/dist/icons/Logos/Wechat2Line.js +2 -13
  1539. package/dist/icons/Logos/WechatChannelsFill.js +2 -13
  1540. package/dist/icons/Logos/WechatChannelsLine.js +2 -13
  1541. package/dist/icons/Logos/WechatFill.js +2 -13
  1542. package/dist/icons/Logos/WechatLine.js +2 -13
  1543. package/dist/icons/Logos/WechatPayFill.js +2 -13
  1544. package/dist/icons/Logos/WechatPayLine.js +2 -13
  1545. package/dist/icons/Logos/WeiboFill.js +2 -13
  1546. package/dist/icons/Logos/WeiboLine.js +2 -13
  1547. package/dist/icons/Logos/WhatsappFill.js +2 -13
  1548. package/dist/icons/Logos/WhatsappLine.js +2 -13
  1549. package/dist/icons/Logos/WindowsFill.js +2 -13
  1550. package/dist/icons/Logos/WindowsLine.js +2 -13
  1551. package/dist/icons/Logos/WordpressFill.js +2 -13
  1552. package/dist/icons/Logos/WordpressLine.js +2 -13
  1553. package/dist/icons/Logos/XboxFill.js +2 -13
  1554. package/dist/icons/Logos/XboxLine.js +2 -13
  1555. package/dist/icons/Logos/XingFill.js +2 -13
  1556. package/dist/icons/Logos/XingLine.js +2 -13
  1557. package/dist/icons/Logos/YoutubeFill.js +2 -13
  1558. package/dist/icons/Logos/YoutubeLine.js +2 -13
  1559. package/dist/icons/Logos/YuqueFill.js +2 -13
  1560. package/dist/icons/Logos/YuqueLine.js +2 -13
  1561. package/dist/icons/Logos/ZcoolFill.js +2 -13
  1562. package/dist/icons/Logos/ZcoolLine.js +2 -13
  1563. package/dist/icons/Logos/ZhihuFill.js +2 -13
  1564. package/dist/icons/Logos/ZhihuLine.js +2 -13
  1565. package/dist/icons/Map/AnchorFill.js +2 -13
  1566. package/dist/icons/Map/AnchorLine.js +2 -13
  1567. package/dist/icons/Map/BarricadeFill.js +2 -13
  1568. package/dist/icons/Map/BarricadeLine.js +2 -13
  1569. package/dist/icons/Map/BikeFill.js +2 -13
  1570. package/dist/icons/Map/BikeLine.js +2 -13
  1571. package/dist/icons/Map/Bus2Fill.js +2 -13
  1572. package/dist/icons/Map/Bus2Line.js +2 -13
  1573. package/dist/icons/Map/BusFill.js +2 -13
  1574. package/dist/icons/Map/BusLine.js +2 -13
  1575. package/dist/icons/Map/BusWifiFill.js +2 -13
  1576. package/dist/icons/Map/BusWifiLine.js +2 -13
  1577. package/dist/icons/Map/CarFill.js +2 -13
  1578. package/dist/icons/Map/CarLine.js +2 -13
  1579. package/dist/icons/Map/CarWashingFill.js +2 -13
  1580. package/dist/icons/Map/CarWashingLine.js +2 -13
  1581. package/dist/icons/Map/CaravanFill.js +2 -13
  1582. package/dist/icons/Map/CaravanLine.js +2 -13
  1583. package/dist/icons/Map/ChargingPile2Fill.js +2 -13
  1584. package/dist/icons/Map/ChargingPile2Line.js +2 -13
  1585. package/dist/icons/Map/ChargingPileFill.js +2 -13
  1586. package/dist/icons/Map/ChargingPileLine.js +2 -13
  1587. package/dist/icons/Map/ChinaRailwayFill.js +2 -13
  1588. package/dist/icons/Map/ChinaRailwayLine.js +2 -13
  1589. package/dist/icons/Map/Compass2Fill.js +2 -13
  1590. package/dist/icons/Map/Compass2Line.js +2 -13
  1591. package/dist/icons/Map/Compass3Fill.js +2 -13
  1592. package/dist/icons/Map/Compass3Line.js +2 -13
  1593. package/dist/icons/Map/Compass4Fill.js +2 -13
  1594. package/dist/icons/Map/Compass4Line.js +2 -13
  1595. package/dist/icons/Map/CompassDiscoverFill.js +2 -13
  1596. package/dist/icons/Map/CompassDiscoverLine.js +2 -13
  1597. package/dist/icons/Map/CompassFill.js +2 -13
  1598. package/dist/icons/Map/CompassLine.js +2 -13
  1599. package/dist/icons/Map/CupFill.js +2 -13
  1600. package/dist/icons/Map/CupLine.js +2 -13
  1601. package/dist/icons/Map/DirectionFill.js +2 -13
  1602. package/dist/icons/Map/DirectionLine.js +2 -13
  1603. package/dist/icons/Map/EBike2Fill.js +2 -13
  1604. package/dist/icons/Map/EBike2Line.js +2 -13
  1605. package/dist/icons/Map/EBikeFill.js +2 -13
  1606. package/dist/icons/Map/EBikeLine.js +2 -13
  1607. package/dist/icons/Map/EarthFill.js +2 -13
  1608. package/dist/icons/Map/EarthLine.js +2 -13
  1609. package/dist/icons/Map/FlightLandFill.js +2 -13
  1610. package/dist/icons/Map/FlightLandLine.js +2 -13
  1611. package/dist/icons/Map/FlightTakeoffFill.js +2 -13
  1612. package/dist/icons/Map/FlightTakeoffLine.js +2 -13
  1613. package/dist/icons/Map/FootprintFill.js +2 -13
  1614. package/dist/icons/Map/FootprintLine.js +2 -13
  1615. package/dist/icons/Map/GasStationFill.js +2 -13
  1616. package/dist/icons/Map/GasStationLine.js +2 -13
  1617. package/dist/icons/Map/GlobeFill.js +2 -13
  1618. package/dist/icons/Map/GlobeLine.js +2 -13
  1619. package/dist/icons/Map/GobletFill.js +2 -13
  1620. package/dist/icons/Map/GobletLine.js +2 -13
  1621. package/dist/icons/Map/GuideFill.js +2 -13
  1622. package/dist/icons/Map/GuideLine.js +2 -13
  1623. package/dist/icons/Map/HotelBedFill.js +2 -13
  1624. package/dist/icons/Map/HotelBedLine.js +2 -13
  1625. package/dist/icons/Map/LifebuoyFill.js +2 -13
  1626. package/dist/icons/Map/LifebuoyLine.js +2 -13
  1627. package/dist/icons/Map/LuggageCartFill.js +2 -13
  1628. package/dist/icons/Map/LuggageCartLine.js +2 -13
  1629. package/dist/icons/Map/LuggageDepositFill.js +2 -13
  1630. package/dist/icons/Map/LuggageDepositLine.js +2 -13
  1631. package/dist/icons/Map/Map2Fill.js +2 -13
  1632. package/dist/icons/Map/Map2Line.js +2 -13
  1633. package/dist/icons/Map/MapFill.js +2 -13
  1634. package/dist/icons/Map/MapLine.js +2 -13
  1635. package/dist/icons/Map/MapPin2Fill.js +2 -13
  1636. package/dist/icons/Map/MapPin2Line.js +2 -13
  1637. package/dist/icons/Map/MapPin3Fill.js +2 -13
  1638. package/dist/icons/Map/MapPin3Line.js +2 -13
  1639. package/dist/icons/Map/MapPin4Fill.js +2 -13
  1640. package/dist/icons/Map/MapPin4Line.js +2 -13
  1641. package/dist/icons/Map/MapPin5Fill.js +2 -13
  1642. package/dist/icons/Map/MapPin5Line.js +2 -13
  1643. package/dist/icons/Map/MapPinAddFill.js +2 -13
  1644. package/dist/icons/Map/MapPinAddLine.js +2 -13
  1645. package/dist/icons/Map/MapPinFill.js +2 -13
  1646. package/dist/icons/Map/MapPinLine.js +2 -13
  1647. package/dist/icons/Map/MapPinRangeFill.js +2 -13
  1648. package/dist/icons/Map/MapPinRangeLine.js +2 -13
  1649. package/dist/icons/Map/MapPinTimeFill.js +2 -13
  1650. package/dist/icons/Map/MapPinTimeLine.js +2 -13
  1651. package/dist/icons/Map/MapPinUserFill.js +2 -13
  1652. package/dist/icons/Map/MapPinUserLine.js +2 -13
  1653. package/dist/icons/Map/MotorbikeFill.js +2 -13
  1654. package/dist/icons/Map/MotorbikeLine.js +2 -13
  1655. package/dist/icons/Map/NavigationFill.js +2 -13
  1656. package/dist/icons/Map/NavigationLine.js +2 -13
  1657. package/dist/icons/Map/OilFill.js +2 -13
  1658. package/dist/icons/Map/OilLine.js +2 -13
  1659. package/dist/icons/Map/ParkingBoxFill.js +2 -13
  1660. package/dist/icons/Map/ParkingBoxLine.js +2 -13
  1661. package/dist/icons/Map/ParkingFill.js +2 -13
  1662. package/dist/icons/Map/ParkingLine.js +2 -13
  1663. package/dist/icons/Map/PassportFill.js +2 -13
  1664. package/dist/icons/Map/PassportLine.js +2 -13
  1665. package/dist/icons/Map/PinDistanceFill.js +2 -13
  1666. package/dist/icons/Map/PinDistanceLine.js +2 -13
  1667. package/dist/icons/Map/PlaneFill.js +2 -13
  1668. package/dist/icons/Map/PlaneLine.js +2 -13
  1669. package/dist/icons/Map/PlanetFill.js +2 -13
  1670. package/dist/icons/Map/PlanetLine.js +2 -13
  1671. package/dist/icons/Map/PoliceCarFill.js +2 -13
  1672. package/dist/icons/Map/PoliceCarLine.js +2 -13
  1673. package/dist/icons/Map/Pushpin2Fill.js +2 -13
  1674. package/dist/icons/Map/Pushpin2Line.js +2 -13
  1675. package/dist/icons/Map/PushpinFill.js +2 -13
  1676. package/dist/icons/Map/PushpinLine.js +2 -13
  1677. package/dist/icons/Map/Restaurant2Fill.js +2 -13
  1678. package/dist/icons/Map/Restaurant2Line.js +2 -13
  1679. package/dist/icons/Map/RestaurantFill.js +2 -13
  1680. package/dist/icons/Map/RestaurantLine.js +2 -13
  1681. package/dist/icons/Map/RidingFill.js +2 -13
  1682. package/dist/icons/Map/RidingLine.js +2 -13
  1683. package/dist/icons/Map/RoadMapFill.js +2 -13
  1684. package/dist/icons/Map/RoadMapLine.js +2 -13
  1685. package/dist/icons/Map/RoadsterFill.js +2 -13
  1686. package/dist/icons/Map/RoadsterLine.js +2 -13
  1687. package/dist/icons/Map/Rocket2Fill.js +2 -13
  1688. package/dist/icons/Map/Rocket2Line.js +2 -13
  1689. package/dist/icons/Map/RocketFill.js +2 -13
  1690. package/dist/icons/Map/RocketLine.js +2 -13
  1691. package/dist/icons/Map/RouteFill.js +2 -13
  1692. package/dist/icons/Map/RouteLine.js +2 -13
  1693. package/dist/icons/Map/RunFill.js +2 -13
  1694. package/dist/icons/Map/RunLine.js +2 -13
  1695. package/dist/icons/Map/SailboatFill.js +2 -13
  1696. package/dist/icons/Map/SailboatLine.js +2 -13
  1697. package/dist/icons/Map/Ship2Fill.js +2 -13
  1698. package/dist/icons/Map/Ship2Line.js +2 -13
  1699. package/dist/icons/Map/ShipFill.js +2 -13
  1700. package/dist/icons/Map/ShipLine.js +2 -13
  1701. package/dist/icons/Map/SignalTowerFill.js +2 -13
  1702. package/dist/icons/Map/SignalTowerLine.js +2 -13
  1703. package/dist/icons/Map/SpaceShipFill.js +2 -13
  1704. package/dist/icons/Map/SpaceShipLine.js +2 -13
  1705. package/dist/icons/Map/Steering2Fill.js +2 -13
  1706. package/dist/icons/Map/Steering2Line.js +2 -13
  1707. package/dist/icons/Map/SteeringFill.js +2 -13
  1708. package/dist/icons/Map/SteeringLine.js +2 -13
  1709. package/dist/icons/Map/SubwayFill.js +2 -13
  1710. package/dist/icons/Map/SubwayLine.js +2 -13
  1711. package/dist/icons/Map/SubwayWifiFill.js +2 -13
  1712. package/dist/icons/Map/SubwayWifiLine.js +2 -13
  1713. package/dist/icons/Map/Suitcase2Fill.js +2 -13
  1714. package/dist/icons/Map/Suitcase2Line.js +2 -13
  1715. package/dist/icons/Map/Suitcase3Fill.js +2 -13
  1716. package/dist/icons/Map/Suitcase3Line.js +2 -13
  1717. package/dist/icons/Map/SuitcaseFill.js +2 -13
  1718. package/dist/icons/Map/SuitcaseLine.js +2 -13
  1719. package/dist/icons/Map/TakeawayFill.js +2 -13
  1720. package/dist/icons/Map/TakeawayLine.js +2 -13
  1721. package/dist/icons/Map/TaxiFill.js +2 -13
  1722. package/dist/icons/Map/TaxiLine.js +2 -13
  1723. package/dist/icons/Map/TaxiWifiFill.js +2 -13
  1724. package/dist/icons/Map/TaxiWifiLine.js +2 -13
  1725. package/dist/icons/Map/TrafficLightFill.js +2 -13
  1726. package/dist/icons/Map/TrafficLightLine.js +2 -13
  1727. package/dist/icons/Map/TrainFill.js +2 -13
  1728. package/dist/icons/Map/TrainLine.js +2 -13
  1729. package/dist/icons/Map/TrainWifiFill.js +2 -13
  1730. package/dist/icons/Map/TrainWifiLine.js +2 -13
  1731. package/dist/icons/Map/TreasureMapFill.js +2 -13
  1732. package/dist/icons/Map/TreasureMapLine.js +2 -13
  1733. package/dist/icons/Map/TruckFill.js +2 -13
  1734. package/dist/icons/Map/TruckLine.js +2 -13
  1735. package/dist/icons/Map/UnpinFill.js +2 -13
  1736. package/dist/icons/Map/UnpinLine.js +2 -13
  1737. package/dist/icons/Map/WalkFill.js +2 -13
  1738. package/dist/icons/Map/WalkLine.js +2 -13
  1739. package/dist/icons/Media/AlbumFill.js +2 -13
  1740. package/dist/icons/Media/AlbumLine.js +2 -13
  1741. package/dist/icons/Media/AspectRatioFill.js +2 -13
  1742. package/dist/icons/Media/AspectRatioLine.js +2 -13
  1743. package/dist/icons/Media/BroadcastFill.js +2 -13
  1744. package/dist/icons/Media/BroadcastLine.js +2 -13
  1745. package/dist/icons/Media/Camera2Fill.js +2 -13
  1746. package/dist/icons/Media/Camera2Line.js +2 -13
  1747. package/dist/icons/Media/Camera3Fill.js +2 -13
  1748. package/dist/icons/Media/Camera3Line.js +2 -13
  1749. package/dist/icons/Media/CameraFill.js +2 -13
  1750. package/dist/icons/Media/CameraLensFill.js +2 -13
  1751. package/dist/icons/Media/CameraLensLine.js +2 -13
  1752. package/dist/icons/Media/CameraLine.js +2 -13
  1753. package/dist/icons/Media/CameraOffFill.js +2 -13
  1754. package/dist/icons/Media/CameraOffLine.js +2 -13
  1755. package/dist/icons/Media/CameraSwitchFill.js +2 -13
  1756. package/dist/icons/Media/CameraSwitchLine.js +2 -13
  1757. package/dist/icons/Media/ClapperboardFill.js +2 -13
  1758. package/dist/icons/Media/ClapperboardLine.js +2 -13
  1759. package/dist/icons/Media/ClosedCaptioningFill.js +2 -13
  1760. package/dist/icons/Media/ClosedCaptioningLine.js +2 -13
  1761. package/dist/icons/Media/DiscFill.js +2 -13
  1762. package/dist/icons/Media/DiscLine.js +2 -13
  1763. package/dist/icons/Media/DvFill.js +2 -13
  1764. package/dist/icons/Media/DvLine.js +2 -13
  1765. package/dist/icons/Media/DvdFill.js +2 -13
  1766. package/dist/icons/Media/DvdLine.js +2 -13
  1767. package/dist/icons/Media/EjectFill.js +2 -13
  1768. package/dist/icons/Media/EjectLine.js +2 -13
  1769. package/dist/icons/Media/EqualizerFill.js +2 -13
  1770. package/dist/icons/Media/EqualizerLine.js +2 -13
  1771. package/dist/icons/Media/FilmFill.js +2 -13
  1772. package/dist/icons/Media/FilmLine.js +2 -13
  1773. package/dist/icons/Media/Forward10Fill.js +2 -13
  1774. package/dist/icons/Media/Forward10Line.js +2 -13
  1775. package/dist/icons/Media/Forward15Fill.js +2 -13
  1776. package/dist/icons/Media/Forward15Line.js +2 -13
  1777. package/dist/icons/Media/Forward30Fill.js +2 -13
  1778. package/dist/icons/Media/Forward30Line.js +2 -13
  1779. package/dist/icons/Media/Forward5Fill.js +2 -13
  1780. package/dist/icons/Media/Forward5Line.js +2 -13
  1781. package/dist/icons/Media/FullscreenExitFill.js +2 -13
  1782. package/dist/icons/Media/FullscreenExitLine.js +2 -13
  1783. package/dist/icons/Media/FullscreenFill.js +2 -13
  1784. package/dist/icons/Media/FullscreenLine.js +2 -13
  1785. package/dist/icons/Media/GalleryFill.js +2 -13
  1786. package/dist/icons/Media/GalleryLine.js +2 -13
  1787. package/dist/icons/Media/GalleryUploadFill.js +2 -13
  1788. package/dist/icons/Media/GalleryUploadLine.js +2 -13
  1789. package/dist/icons/Media/HdFill.js +2 -13
  1790. package/dist/icons/Media/HdLine.js +2 -13
  1791. package/dist/icons/Media/HeadphoneFill.js +2 -13
  1792. package/dist/icons/Media/HeadphoneLine.js +2 -13
  1793. package/dist/icons/Media/HqFill.js +2 -13
  1794. package/dist/icons/Media/HqLine.js +2 -13
  1795. package/dist/icons/Media/I4KFill.js +2 -13
  1796. package/dist/icons/Media/I4KLine.js +2 -13
  1797. package/dist/icons/Media/Image2Fill.js +2 -13
  1798. package/dist/icons/Media/Image2Line.js +2 -13
  1799. package/dist/icons/Media/ImageAddFill.js +2 -13
  1800. package/dist/icons/Media/ImageAddLine.js +2 -13
  1801. package/dist/icons/Media/ImageEditFill.js +2 -13
  1802. package/dist/icons/Media/ImageEditLine.js +2 -13
  1803. package/dist/icons/Media/ImageFill.js +2 -13
  1804. package/dist/icons/Media/ImageLine.js +2 -13
  1805. package/dist/icons/Media/LandscapeFill.js +2 -13
  1806. package/dist/icons/Media/LandscapeLine.js +2 -13
  1807. package/dist/icons/Media/LiveFill.js +2 -13
  1808. package/dist/icons/Media/LiveLine.js +2 -13
  1809. package/dist/icons/Media/MemoriesFill.js +2 -13
  1810. package/dist/icons/Media/MemoriesLine.js +2 -13
  1811. package/dist/icons/Media/Mic2Fill.js +2 -13
  1812. package/dist/icons/Media/Mic2Line.js +2 -13
  1813. package/dist/icons/Media/MicFill.js +2 -13
  1814. package/dist/icons/Media/MicLine.js +2 -13
  1815. package/dist/icons/Media/MicOffFill.js +2 -13
  1816. package/dist/icons/Media/MicOffLine.js +2 -13
  1817. package/dist/icons/Media/Movie2Fill.js +2 -13
  1818. package/dist/icons/Media/Movie2Line.js +2 -13
  1819. package/dist/icons/Media/MovieFill.js +2 -13
  1820. package/dist/icons/Media/MovieLine.js +2 -13
  1821. package/dist/icons/Media/Music2Fill.js +2 -13
  1822. package/dist/icons/Media/Music2Line.js +2 -13
  1823. package/dist/icons/Media/MusicFill.js +2 -13
  1824. package/dist/icons/Media/MusicLine.js +2 -13
  1825. package/dist/icons/Media/MvFill.js +2 -13
  1826. package/dist/icons/Media/MvLine.js +2 -13
  1827. package/dist/icons/Media/Notification2Fill.js +2 -13
  1828. package/dist/icons/Media/Notification2Line.js +2 -13
  1829. package/dist/icons/Media/Notification3Fill.js +2 -13
  1830. package/dist/icons/Media/Notification3Line.js +2 -13
  1831. package/dist/icons/Media/Notification4Fill.js +2 -13
  1832. package/dist/icons/Media/Notification4Line.js +2 -13
  1833. package/dist/icons/Media/NotificationFill.js +2 -13
  1834. package/dist/icons/Media/NotificationLine.js +2 -13
  1835. package/dist/icons/Media/NotificationOffFill.js +2 -13
  1836. package/dist/icons/Media/NotificationOffLine.js +2 -13
  1837. package/dist/icons/Media/OrderPlayFill.js +2 -13
  1838. package/dist/icons/Media/OrderPlayLine.js +2 -13
  1839. package/dist/icons/Media/PauseCircleFill.js +2 -13
  1840. package/dist/icons/Media/PauseCircleLine.js +2 -13
  1841. package/dist/icons/Media/PauseFill.js +2 -13
  1842. package/dist/icons/Media/PauseLine.js +2 -13
  1843. package/dist/icons/Media/PauseMiniFill.js +2 -13
  1844. package/dist/icons/Media/PauseMiniLine.js +2 -13
  1845. package/dist/icons/Media/PhoneCameraFill.js +2 -13
  1846. package/dist/icons/Media/PhoneCameraLine.js +2 -13
  1847. package/dist/icons/Media/PictureInPicture2Fill.js +2 -13
  1848. package/dist/icons/Media/PictureInPicture2Line.js +2 -13
  1849. package/dist/icons/Media/PictureInPictureExitFill.js +2 -13
  1850. package/dist/icons/Media/PictureInPictureExitLine.js +2 -13
  1851. package/dist/icons/Media/PictureInPictureFill.js +2 -13
  1852. package/dist/icons/Media/PictureInPictureLine.js +2 -13
  1853. package/dist/icons/Media/PlayCircleFill.js +2 -13
  1854. package/dist/icons/Media/PlayCircleLine.js +2 -13
  1855. package/dist/icons/Media/PlayFill.js +2 -13
  1856. package/dist/icons/Media/PlayLine.js +2 -13
  1857. package/dist/icons/Media/PlayList2Fill.js +2 -13
  1858. package/dist/icons/Media/PlayList2Line.js +2 -13
  1859. package/dist/icons/Media/PlayListAddFill.js +2 -13
  1860. package/dist/icons/Media/PlayListAddLine.js +2 -13
  1861. package/dist/icons/Media/PlayListFill.js +2 -13
  1862. package/dist/icons/Media/PlayListLine.js +2 -13
  1863. package/dist/icons/Media/PlayMiniFill.js +2 -13
  1864. package/dist/icons/Media/PlayMiniLine.js +2 -13
  1865. package/dist/icons/Media/Polaroid2Fill.js +2 -13
  1866. package/dist/icons/Media/Polaroid2Line.js +2 -13
  1867. package/dist/icons/Media/PolaroidFill.js +2 -13
  1868. package/dist/icons/Media/PolaroidLine.js +2 -13
  1869. package/dist/icons/Media/Radio2Fill.js +2 -13
  1870. package/dist/icons/Media/Radio2Line.js +2 -13
  1871. package/dist/icons/Media/RadioFill.js +2 -13
  1872. package/dist/icons/Media/RadioLine.js +2 -13
  1873. package/dist/icons/Media/RecordCircleFill.js +2 -13
  1874. package/dist/icons/Media/RecordCircleLine.js +2 -13
  1875. package/dist/icons/Media/Repeat2Fill.js +2 -13
  1876. package/dist/icons/Media/Repeat2Line.js +2 -13
  1877. package/dist/icons/Media/RepeatFill.js +2 -13
  1878. package/dist/icons/Media/RepeatLine.js +2 -13
  1879. package/dist/icons/Media/RepeatOneFill.js +2 -13
  1880. package/dist/icons/Media/RepeatOneLine.js +2 -13
  1881. package/dist/icons/Media/Replay10Fill.js +2 -13
  1882. package/dist/icons/Media/Replay10Line.js +2 -13
  1883. package/dist/icons/Media/Replay15Fill.js +2 -13
  1884. package/dist/icons/Media/Replay15Line.js +2 -13
  1885. package/dist/icons/Media/Replay30Fill.js +2 -13
  1886. package/dist/icons/Media/Replay30Line.js +2 -13
  1887. package/dist/icons/Media/Replay5Fill.js +2 -13
  1888. package/dist/icons/Media/Replay5Line.js +2 -13
  1889. package/dist/icons/Media/RewindFill.js +2 -13
  1890. package/dist/icons/Media/RewindLine.js +2 -13
  1891. package/dist/icons/Media/RewindMiniFill.js +2 -13
  1892. package/dist/icons/Media/RewindMiniLine.js +2 -13
  1893. package/dist/icons/Media/RhythmFill.js +2 -13
  1894. package/dist/icons/Media/RhythmLine.js +2 -13
  1895. package/dist/icons/Media/ShuffleFill.js +2 -13
  1896. package/dist/icons/Media/ShuffleLine.js +2 -13
  1897. package/dist/icons/Media/SkipBackFill.js +2 -13
  1898. package/dist/icons/Media/SkipBackLine.js +2 -13
  1899. package/dist/icons/Media/SkipBackMiniFill.js +2 -13
  1900. package/dist/icons/Media/SkipBackMiniLine.js +2 -13
  1901. package/dist/icons/Media/SkipForwardFill.js +2 -13
  1902. package/dist/icons/Media/SkipForwardLine.js +2 -13
  1903. package/dist/icons/Media/SkipForwardMiniFill.js +2 -13
  1904. package/dist/icons/Media/SkipForwardMiniLine.js +2 -13
  1905. package/dist/icons/Media/SlowDownFill.js +2 -13
  1906. package/dist/icons/Media/SlowDownLine.js +2 -13
  1907. package/dist/icons/Media/SoundModuleFill.js +2 -13
  1908. package/dist/icons/Media/SoundModuleLine.js +2 -13
  1909. package/dist/icons/Media/Speaker2Fill.js +2 -13
  1910. package/dist/icons/Media/Speaker2Line.js +2 -13
  1911. package/dist/icons/Media/Speaker3Fill.js +2 -13
  1912. package/dist/icons/Media/Speaker3Line.js +2 -13
  1913. package/dist/icons/Media/SpeakerFill.js +2 -13
  1914. package/dist/icons/Media/SpeakerLine.js +2 -13
  1915. package/dist/icons/Media/SpeedFill.js +2 -13
  1916. package/dist/icons/Media/SpeedLine.js +2 -13
  1917. package/dist/icons/Media/SpeedMiniFill.js +2 -13
  1918. package/dist/icons/Media/SpeedMiniLine.js +2 -13
  1919. package/dist/icons/Media/SpeedUpFill.js +2 -13
  1920. package/dist/icons/Media/SpeedUpLine.js +2 -13
  1921. package/dist/icons/Media/StopCircleFill.js +2 -13
  1922. package/dist/icons/Media/StopCircleLine.js +2 -13
  1923. package/dist/icons/Media/StopFill.js +2 -13
  1924. package/dist/icons/Media/StopLine.js +2 -13
  1925. package/dist/icons/Media/StopMiniFill.js +2 -13
  1926. package/dist/icons/Media/StopMiniLine.js +2 -13
  1927. package/dist/icons/Media/SurroundSoundFill.js +2 -13
  1928. package/dist/icons/Media/SurroundSoundLine.js +2 -13
  1929. package/dist/icons/Media/TapeFill.js +2 -13
  1930. package/dist/icons/Media/TapeLine.js +2 -13
  1931. package/dist/icons/Media/VideoAddFill.js +2 -13
  1932. package/dist/icons/Media/VideoAddLine.js +2 -13
  1933. package/dist/icons/Media/VideoDownloadFill.js +2 -13
  1934. package/dist/icons/Media/VideoDownloadLine.js +2 -13
  1935. package/dist/icons/Media/VideoFill.js +2 -13
  1936. package/dist/icons/Media/VideoLine.js +2 -13
  1937. package/dist/icons/Media/VideoUploadFill.js +2 -13
  1938. package/dist/icons/Media/VideoUploadLine.js +2 -13
  1939. package/dist/icons/Media/Vidicon2Fill.js +2 -13
  1940. package/dist/icons/Media/Vidicon2Line.js +2 -13
  1941. package/dist/icons/Media/VidiconFill.js +2 -13
  1942. package/dist/icons/Media/VidiconLine.js +2 -13
  1943. package/dist/icons/Media/VoiceprintFill.js +2 -13
  1944. package/dist/icons/Media/VoiceprintLine.js +2 -13
  1945. package/dist/icons/Media/VolumeDownFill.js +2 -13
  1946. package/dist/icons/Media/VolumeDownLine.js +2 -13
  1947. package/dist/icons/Media/VolumeMuteFill.js +2 -13
  1948. package/dist/icons/Media/VolumeMuteLine.js +2 -13
  1949. package/dist/icons/Media/VolumeOffVibrateFill.js +2 -13
  1950. package/dist/icons/Media/VolumeOffVibrateLine.js +2 -13
  1951. package/dist/icons/Media/VolumeUpFill.js +2 -13
  1952. package/dist/icons/Media/VolumeUpLine.js +2 -13
  1953. package/dist/icons/Media/VolumeVibrateFill.js +2 -13
  1954. package/dist/icons/Media/VolumeVibrateLine.js +2 -13
  1955. package/dist/icons/Media/WebcamFill.js +2 -13
  1956. package/dist/icons/Media/WebcamLine.js +2 -13
  1957. package/dist/icons/Others/BasketballFill.js +2 -13
  1958. package/dist/icons/Others/BasketballLine.js +2 -13
  1959. package/dist/icons/Others/BellFill.js +2 -13
  1960. package/dist/icons/Others/BellLine.js +2 -13
  1961. package/dist/icons/Others/BilliardsFill.js +2 -13
  1962. package/dist/icons/Others/BilliardsLine.js +2 -13
  1963. package/dist/icons/Others/Box1Fill.js +2 -13
  1964. package/dist/icons/Others/Box1Line.js +2 -13
  1965. package/dist/icons/Others/Box2Fill.js +2 -13
  1966. package/dist/icons/Others/Box2Line.js +2 -13
  1967. package/dist/icons/Others/Box3Fill.js +2 -13
  1968. package/dist/icons/Others/Box3Line.js +2 -13
  1969. package/dist/icons/Others/BoxingFill.js +2 -13
  1970. package/dist/icons/Others/BoxingLine.js +2 -13
  1971. package/dist/icons/Others/CactusFill.js +2 -13
  1972. package/dist/icons/Others/CactusLine.js +2 -13
  1973. package/dist/icons/Others/Cake2Fill.js +2 -13
  1974. package/dist/icons/Others/Cake2Line.js +2 -13
  1975. package/dist/icons/Others/Cake3Fill.js +2 -13
  1976. package/dist/icons/Others/Cake3Line.js +2 -13
  1977. package/dist/icons/Others/CakeFill.js +2 -13
  1978. package/dist/icons/Others/CakeLine.js +2 -13
  1979. package/dist/icons/Others/CandleFill.js +2 -13
  1980. package/dist/icons/Others/CandleLine.js +2 -13
  1981. package/dist/icons/Others/CharacterRecognitionFill.js +2 -13
  1982. package/dist/icons/Others/CharacterRecognitionLine.js +2 -13
  1983. package/dist/icons/Others/CrossFill.js +2 -13
  1984. package/dist/icons/Others/CrossLine.js +2 -13
  1985. package/dist/icons/Others/DoorClosedFill.js +2 -13
  1986. package/dist/icons/Others/DoorClosedLine.js +2 -13
  1987. package/dist/icons/Others/DoorFill.js +2 -13
  1988. package/dist/icons/Others/DoorLine.js +2 -13
  1989. package/dist/icons/Others/DoorLockBoxFill.js +2 -13
  1990. package/dist/icons/Others/DoorLockBoxLine.js +2 -13
  1991. package/dist/icons/Others/DoorLockFill.js +2 -13
  1992. package/dist/icons/Others/DoorLockLine.js +2 -13
  1993. package/dist/icons/Others/DoorOpenFill.js +2 -13
  1994. package/dist/icons/Others/DoorOpenLine.js +2 -13
  1995. package/dist/icons/Others/FootballFill.js +2 -13
  1996. package/dist/icons/Others/FootballLine.js +2 -13
  1997. package/dist/icons/Others/FridgeFill.js +2 -13
  1998. package/dist/icons/Others/FridgeLine.js +2 -13
  1999. package/dist/icons/Others/GameFill.js +2 -13
  2000. package/dist/icons/Others/GameLine.js +2 -13
  2001. package/dist/icons/Others/GraduationCapFill.js +2 -13
  2002. package/dist/icons/Others/GraduationCapLine.js +2 -13
  2003. package/dist/icons/Others/HandbagFill.js +2 -13
  2004. package/dist/icons/Others/HandbagLine.js +2 -13
  2005. package/dist/icons/Others/InfinityFill.js +2 -13
  2006. package/dist/icons/Others/InfinityLine.js +2 -13
  2007. package/dist/icons/Others/Key2Fill.js +2 -13
  2008. package/dist/icons/Others/Key2Line.js +2 -13
  2009. package/dist/icons/Others/KeyFill.js +2 -13
  2010. package/dist/icons/Others/KeyLine.js +2 -13
  2011. package/dist/icons/Others/KnifeBloodFill.js +2 -13
  2012. package/dist/icons/Others/KnifeBloodLine.js +2 -13
  2013. package/dist/icons/Others/KnifeFill.js +2 -13
  2014. package/dist/icons/Others/KnifeLine.js +2 -13
  2015. package/dist/icons/Others/LeafFill.js +2 -13
  2016. package/dist/icons/Others/LeafLine.js +2 -13
  2017. package/dist/icons/Others/LightbulbFill.js +2 -13
  2018. package/dist/icons/Others/LightbulbFlashFill.js +2 -13
  2019. package/dist/icons/Others/LightbulbFlashLine.js +2 -13
  2020. package/dist/icons/Others/LightbulbLine.js +2 -13
  2021. package/dist/icons/Others/Outlet2Fill.js +2 -13
  2022. package/dist/icons/Others/Outlet2Line.js +2 -13
  2023. package/dist/icons/Others/OutletFill.js +2 -13
  2024. package/dist/icons/Others/OutletLine.js +2 -13
  2025. package/dist/icons/Others/PingPongFill.js +2 -13
  2026. package/dist/icons/Others/PingPongLine.js +2 -13
  2027. package/dist/icons/Others/PlantFill.js +2 -13
  2028. package/dist/icons/Others/PlantLine.js +2 -13
  2029. package/dist/icons/Others/Plug2Fill.js +2 -13
  2030. package/dist/icons/Others/Plug2Line.js +2 -13
  2031. package/dist/icons/Others/PlugFill.js +2 -13
  2032. package/dist/icons/Others/PlugLine.js +2 -13
  2033. package/dist/icons/Others/RecycleFill.js +2 -13
  2034. package/dist/icons/Others/RecycleLine.js +2 -13
  2035. package/dist/icons/Others/ReservedFill.js +2 -13
  2036. package/dist/icons/Others/ReservedLine.js +2 -13
  2037. package/dist/icons/Others/Scales2Fill.js +2 -13
  2038. package/dist/icons/Others/Scales2Line.js +2 -13
  2039. package/dist/icons/Others/Scales3Fill.js +2 -13
  2040. package/dist/icons/Others/Scales3Line.js +2 -13
  2041. package/dist/icons/Others/ScalesFill.js +2 -13
  2042. package/dist/icons/Others/ScalesLine.js +2 -13
  2043. package/dist/icons/Others/SeedlingFill.js +2 -13
  2044. package/dist/icons/Others/SeedlingLine.js +2 -13
  2045. package/dist/icons/Others/ShirtFill.js +2 -13
  2046. package/dist/icons/Others/ShirtLine.js +2 -13
  2047. package/dist/icons/Others/SwordFill.js +2 -13
  2048. package/dist/icons/Others/SwordLine.js +2 -13
  2049. package/dist/icons/Others/TShirt2Fill.js +2 -13
  2050. package/dist/icons/Others/TShirt2Line.js +2 -13
  2051. package/dist/icons/Others/TShirtAirFill.js +2 -13
  2052. package/dist/icons/Others/TShirtAirLine.js +2 -13
  2053. package/dist/icons/Others/TShirtFill.js +2 -13
  2054. package/dist/icons/Others/TShirtLine.js +2 -13
  2055. package/dist/icons/Others/UmbrellaFill.js +2 -13
  2056. package/dist/icons/Others/UmbrellaLine.js +2 -13
  2057. package/dist/icons/Others/VoiceRecognitionFill.js +2 -13
  2058. package/dist/icons/Others/VoiceRecognitionLine.js +2 -13
  2059. package/dist/icons/Others/WheelchairFill.js +2 -13
  2060. package/dist/icons/Others/WheelchairLine.js +2 -13
  2061. package/dist/icons/System/AddBoxFill.js +2 -13
  2062. package/dist/icons/System/AddBoxLine.js +2 -13
  2063. package/dist/icons/System/AddCircleFill.js +2 -13
  2064. package/dist/icons/System/AddCircleLine.js +2 -13
  2065. package/dist/icons/System/AddFill.js +2 -13
  2066. package/dist/icons/System/AddLine.js +2 -13
  2067. package/dist/icons/System/AlarmFill.js +2 -13
  2068. package/dist/icons/System/AlarmLine.js +2 -13
  2069. package/dist/icons/System/AlarmWarningFill.js +2 -13
  2070. package/dist/icons/System/AlarmWarningLine.js +2 -13
  2071. package/dist/icons/System/AlertFill.js +2 -13
  2072. package/dist/icons/System/AlertLine.js +2 -13
  2073. package/dist/icons/System/Apps2Fill.js +2 -13
  2074. package/dist/icons/System/Apps2Line.js +2 -13
  2075. package/dist/icons/System/AppsFill.js +2 -13
  2076. package/dist/icons/System/AppsLine.js +2 -13
  2077. package/dist/icons/System/CheckDoubleFill.js +2 -13
  2078. package/dist/icons/System/CheckDoubleLine.js +2 -13
  2079. package/dist/icons/System/CheckFill.js +2 -13
  2080. package/dist/icons/System/CheckLine.js +2 -13
  2081. package/dist/icons/System/CheckboxBlankCircleFill.js +2 -13
  2082. package/dist/icons/System/CheckboxBlankCircleLine.js +2 -13
  2083. package/dist/icons/System/CheckboxBlankFill.js +2 -13
  2084. package/dist/icons/System/CheckboxBlankLine.js +2 -13
  2085. package/dist/icons/System/CheckboxCircleFill.js +2 -13
  2086. package/dist/icons/System/CheckboxCircleLine.js +2 -13
  2087. package/dist/icons/System/CheckboxFill.js +2 -13
  2088. package/dist/icons/System/CheckboxIndeterminateFill.js +2 -13
  2089. package/dist/icons/System/CheckboxIndeterminateLine.js +2 -13
  2090. package/dist/icons/System/CheckboxLine.js +2 -13
  2091. package/dist/icons/System/CheckboxMultipleBlankFill.js +2 -13
  2092. package/dist/icons/System/CheckboxMultipleBlankLine.js +2 -13
  2093. package/dist/icons/System/CheckboxMultipleFill.js +2 -13
  2094. package/dist/icons/System/CheckboxMultipleLine.js +2 -13
  2095. package/dist/icons/System/CloseCircleFill.js +2 -13
  2096. package/dist/icons/System/CloseCircleLine.js +2 -13
  2097. package/dist/icons/System/CloseFill.js +2 -13
  2098. package/dist/icons/System/CloseLine.js +2 -13
  2099. package/dist/icons/System/DashboardFill.js +2 -13
  2100. package/dist/icons/System/DashboardLine.js +2 -13
  2101. package/dist/icons/System/DeleteBack2Fill.js +2 -13
  2102. package/dist/icons/System/DeleteBack2Line.js +2 -13
  2103. package/dist/icons/System/DeleteBackFill.js +2 -13
  2104. package/dist/icons/System/DeleteBackLine.js +2 -13
  2105. package/dist/icons/System/DeleteBin2Fill.js +2 -13
  2106. package/dist/icons/System/DeleteBin2Line.js +2 -13
  2107. package/dist/icons/System/DeleteBin3Fill.js +2 -13
  2108. package/dist/icons/System/DeleteBin3Line.js +2 -13
  2109. package/dist/icons/System/DeleteBin4Fill.js +2 -13
  2110. package/dist/icons/System/DeleteBin4Line.js +2 -13
  2111. package/dist/icons/System/DeleteBin5Fill.js +2 -13
  2112. package/dist/icons/System/DeleteBin5Line.js +2 -13
  2113. package/dist/icons/System/DeleteBin6Fill.js +2 -13
  2114. package/dist/icons/System/DeleteBin6Line.js +2 -13
  2115. package/dist/icons/System/DeleteBin7Fill.js +2 -13
  2116. package/dist/icons/System/DeleteBin7Line.js +2 -13
  2117. package/dist/icons/System/DeleteBinFill.js +2 -13
  2118. package/dist/icons/System/DeleteBinLine.js +2 -13
  2119. package/dist/icons/System/DivideFill.js +2 -13
  2120. package/dist/icons/System/DivideLine.js +2 -13
  2121. package/dist/icons/System/Download2Fill.js +2 -13
  2122. package/dist/icons/System/Download2Line.js +2 -13
  2123. package/dist/icons/System/DownloadCloud2Fill.js +2 -13
  2124. package/dist/icons/System/DownloadCloud2Line.js +2 -13
  2125. package/dist/icons/System/DownloadCloudFill.js +2 -13
  2126. package/dist/icons/System/DownloadCloudLine.js +2 -13
  2127. package/dist/icons/System/DownloadFill.js +2 -13
  2128. package/dist/icons/System/DownloadLine.js +2 -13
  2129. package/dist/icons/System/EqualFill.js +2 -13
  2130. package/dist/icons/System/EqualLine.js +2 -13
  2131. package/dist/icons/System/ErrorWarningFill.js +2 -13
  2132. package/dist/icons/System/ErrorWarningLine.js +2 -13
  2133. package/dist/icons/System/ExternalLinkFill.js +2 -13
  2134. package/dist/icons/System/ExternalLinkLine.js +2 -13
  2135. package/dist/icons/System/Eye2Fill.js +2 -13
  2136. package/dist/icons/System/Eye2Line.js +2 -13
  2137. package/dist/icons/System/EyeCloseFill.js +2 -13
  2138. package/dist/icons/System/EyeCloseLine.js +2 -13
  2139. package/dist/icons/System/EyeFill.js +2 -13
  2140. package/dist/icons/System/EyeLine.js +2 -13
  2141. package/dist/icons/System/EyeOffFill.js +2 -13
  2142. package/dist/icons/System/EyeOffLine.js +2 -13
  2143. package/dist/icons/System/Filter2Fill.js +2 -13
  2144. package/dist/icons/System/Filter2Line.js +2 -13
  2145. package/dist/icons/System/Filter3Fill.js +2 -13
  2146. package/dist/icons/System/Filter3Line.js +2 -13
  2147. package/dist/icons/System/FilterFill.js +2 -13
  2148. package/dist/icons/System/FilterLine.js +2 -13
  2149. package/dist/icons/System/FilterOffFill.js +2 -13
  2150. package/dist/icons/System/FilterOffLine.js +2 -13
  2151. package/dist/icons/System/FindReplaceFill.js +2 -13
  2152. package/dist/icons/System/FindReplaceLine.js +2 -13
  2153. package/dist/icons/System/Forbid2Fill.js +2 -13
  2154. package/dist/icons/System/Forbid2Line.js +2 -13
  2155. package/dist/icons/System/ForbidFill.js +2 -13
  2156. package/dist/icons/System/ForbidLine.js +2 -13
  2157. package/dist/icons/System/FunctionFill.js +2 -13
  2158. package/dist/icons/System/FunctionLine.js +2 -13
  2159. package/dist/icons/System/HistoryFill.js +2 -13
  2160. package/dist/icons/System/HistoryLine.js +2 -13
  2161. package/dist/icons/System/Hourglass2Fill.js +2 -13
  2162. package/dist/icons/System/Hourglass2Line.js +2 -13
  2163. package/dist/icons/System/HourglassFill.js +2 -13
  2164. package/dist/icons/System/HourglassLine.js +2 -13
  2165. package/dist/icons/System/IndeterminateCircleFill.js +2 -13
  2166. package/dist/icons/System/IndeterminateCircleLine.js +2 -13
  2167. package/dist/icons/System/InformationFill.js +2 -13
  2168. package/dist/icons/System/InformationLine.js +2 -13
  2169. package/dist/icons/System/ListSettingsFill.js +2 -13
  2170. package/dist/icons/System/ListSettingsLine.js +2 -13
  2171. package/dist/icons/System/Loader2Fill.js +2 -13
  2172. package/dist/icons/System/Loader2Line.js +2 -13
  2173. package/dist/icons/System/Loader3Fill.js +2 -13
  2174. package/dist/icons/System/Loader3Line.js +2 -13
  2175. package/dist/icons/System/Loader4Fill.js +2 -13
  2176. package/dist/icons/System/Loader4Line.js +2 -13
  2177. package/dist/icons/System/Loader5Fill.js +2 -13
  2178. package/dist/icons/System/Loader5Line.js +2 -13
  2179. package/dist/icons/System/LoaderFill.js +2 -13
  2180. package/dist/icons/System/LoaderLine.js +2 -13
  2181. package/dist/icons/System/Lock2Fill.js +2 -13
  2182. package/dist/icons/System/Lock2Line.js +2 -13
  2183. package/dist/icons/System/LockFill.js +2 -13
  2184. package/dist/icons/System/LockLine.js +2 -13
  2185. package/dist/icons/System/LockPasswordFill.js +2 -13
  2186. package/dist/icons/System/LockPasswordLine.js +2 -13
  2187. package/dist/icons/System/LockUnlockFill.js +2 -13
  2188. package/dist/icons/System/LockUnlockLine.js +2 -13
  2189. package/dist/icons/System/LoginBoxFill.js +2 -13
  2190. package/dist/icons/System/LoginBoxLine.js +2 -13
  2191. package/dist/icons/System/LoginCircleFill.js +2 -13
  2192. package/dist/icons/System/LoginCircleLine.js +2 -13
  2193. package/dist/icons/System/LogoutBoxFill.js +2 -13
  2194. package/dist/icons/System/LogoutBoxLine.js +2 -13
  2195. package/dist/icons/System/LogoutBoxRFill.js +2 -13
  2196. package/dist/icons/System/LogoutBoxRLine.js +2 -13
  2197. package/dist/icons/System/LogoutCircleFill.js +2 -13
  2198. package/dist/icons/System/LogoutCircleLine.js +2 -13
  2199. package/dist/icons/System/LogoutCircleRFill.js +2 -13
  2200. package/dist/icons/System/LogoutCircleRLine.js +2 -13
  2201. package/dist/icons/System/LoopLeftFill.js +2 -13
  2202. package/dist/icons/System/LoopLeftLine.js +2 -13
  2203. package/dist/icons/System/LoopRightFill.js +2 -13
  2204. package/dist/icons/System/LoopRightLine.js +2 -13
  2205. package/dist/icons/System/Menu2Fill.js +2 -13
  2206. package/dist/icons/System/Menu2Line.js +2 -13
  2207. package/dist/icons/System/Menu3Fill.js +2 -13
  2208. package/dist/icons/System/Menu3Line.js +2 -13
  2209. package/dist/icons/System/Menu4Fill.js +2 -13
  2210. package/dist/icons/System/Menu4Line.js +2 -13
  2211. package/dist/icons/System/Menu5Fill.js +2 -13
  2212. package/dist/icons/System/Menu5Line.js +2 -13
  2213. package/dist/icons/System/MenuAddFill.js +2 -13
  2214. package/dist/icons/System/MenuAddLine.js +2 -13
  2215. package/dist/icons/System/MenuFill.js +2 -13
  2216. package/dist/icons/System/MenuFoldFill.js +2 -13
  2217. package/dist/icons/System/MenuFoldLine.js +2 -13
  2218. package/dist/icons/System/MenuLine.js +2 -13
  2219. package/dist/icons/System/MenuUnfoldFill.js +2 -13
  2220. package/dist/icons/System/MenuUnfoldLine.js +2 -13
  2221. package/dist/icons/System/More2Fill.js +2 -13
  2222. package/dist/icons/System/More2Line.js +2 -13
  2223. package/dist/icons/System/MoreFill.js +2 -13
  2224. package/dist/icons/System/MoreLine.js +2 -13
  2225. package/dist/icons/System/NotificationBadgeFill.js +2 -13
  2226. package/dist/icons/System/NotificationBadgeLine.js +2 -13
  2227. package/dist/icons/System/ProhibitedFill.js +2 -13
  2228. package/dist/icons/System/ProhibitedLine.js +2 -13
  2229. package/dist/icons/System/QuestionFill.js +2 -13
  2230. package/dist/icons/System/QuestionLine.js +2 -13
  2231. package/dist/icons/System/RadioButtonFill.js +2 -13
  2232. package/dist/icons/System/RadioButtonLine.js +2 -13
  2233. package/dist/icons/System/RefreshFill.js +2 -13
  2234. package/dist/icons/System/RefreshLine.js +2 -13
  2235. package/dist/icons/System/Search2Fill.js +2 -13
  2236. package/dist/icons/System/Search2Line.js +2 -13
  2237. package/dist/icons/System/SearchEyeFill.js +2 -13
  2238. package/dist/icons/System/SearchEyeLine.js +2 -13
  2239. package/dist/icons/System/SearchFill.js +2 -13
  2240. package/dist/icons/System/SearchLine.js +2 -13
  2241. package/dist/icons/System/Settings2Fill.js +2 -13
  2242. package/dist/icons/System/Settings2Line.js +2 -13
  2243. package/dist/icons/System/Settings3Fill.js +2 -13
  2244. package/dist/icons/System/Settings3Line.js +2 -13
  2245. package/dist/icons/System/Settings4Fill.js +2 -13
  2246. package/dist/icons/System/Settings4Line.js +2 -13
  2247. package/dist/icons/System/Settings5Fill.js +2 -13
  2248. package/dist/icons/System/Settings5Line.js +2 -13
  2249. package/dist/icons/System/Settings6Fill.js +2 -13
  2250. package/dist/icons/System/Settings6Line.js +2 -13
  2251. package/dist/icons/System/SettingsFill.js +2 -13
  2252. package/dist/icons/System/SettingsLine.js +2 -13
  2253. package/dist/icons/System/ShareBoxFill.js +2 -13
  2254. package/dist/icons/System/ShareBoxLine.js +2 -13
  2255. package/dist/icons/System/ShareCircleFill.js +2 -13
  2256. package/dist/icons/System/ShareCircleLine.js +2 -13
  2257. package/dist/icons/System/ShareFill.js +2 -13
  2258. package/dist/icons/System/ShareForward2Fill.js +2 -13
  2259. package/dist/icons/System/ShareForward2Line.js +2 -13
  2260. package/dist/icons/System/ShareForwardBoxFill.js +2 -13
  2261. package/dist/icons/System/ShareForwardBoxLine.js +2 -13
  2262. package/dist/icons/System/ShareForwardFill.js +2 -13
  2263. package/dist/icons/System/ShareForwardLine.js +2 -13
  2264. package/dist/icons/System/ShareLine.js +2 -13
  2265. package/dist/icons/System/ShieldCheckFill.js +2 -13
  2266. package/dist/icons/System/ShieldCheckLine.js +2 -13
  2267. package/dist/icons/System/ShieldCrossFill.js +2 -13
  2268. package/dist/icons/System/ShieldCrossLine.js +2 -13
  2269. package/dist/icons/System/ShieldFill.js +2 -13
  2270. package/dist/icons/System/ShieldFlashFill.js +2 -13
  2271. package/dist/icons/System/ShieldFlashLine.js +2 -13
  2272. package/dist/icons/System/ShieldKeyholeFill.js +2 -13
  2273. package/dist/icons/System/ShieldKeyholeLine.js +2 -13
  2274. package/dist/icons/System/ShieldLine.js +2 -13
  2275. package/dist/icons/System/ShieldStarFill.js +2 -13
  2276. package/dist/icons/System/ShieldStarLine.js +2 -13
  2277. package/dist/icons/System/ShieldUserFill.js +2 -13
  2278. package/dist/icons/System/ShieldUserLine.js +2 -13
  2279. package/dist/icons/System/SideBarFill.js +2 -13
  2280. package/dist/icons/System/SideBarLine.js +2 -13
  2281. package/dist/icons/System/Spam2Fill.js +2 -13
  2282. package/dist/icons/System/Spam2Line.js +2 -13
  2283. package/dist/icons/System/Spam3Fill.js +2 -13
  2284. package/dist/icons/System/Spam3Line.js +2 -13
  2285. package/dist/icons/System/SpamFill.js +2 -13
  2286. package/dist/icons/System/SpamLine.js +2 -13
  2287. package/dist/icons/System/StarFill.js +2 -13
  2288. package/dist/icons/System/StarHalfFill.js +2 -13
  2289. package/dist/icons/System/StarHalfLine.js +2 -13
  2290. package/dist/icons/System/StarHalfSFill.js +2 -13
  2291. package/dist/icons/System/StarHalfSLine.js +2 -13
  2292. package/dist/icons/System/StarLine.js +2 -13
  2293. package/dist/icons/System/StarSFill.js +2 -13
  2294. package/dist/icons/System/StarSLine.js +2 -13
  2295. package/dist/icons/System/SubtractFill.js +2 -13
  2296. package/dist/icons/System/SubtractLine.js +2 -13
  2297. package/dist/icons/System/ThumbDownFill.js +2 -13
  2298. package/dist/icons/System/ThumbDownLine.js +2 -13
  2299. package/dist/icons/System/ThumbUpFill.js +2 -13
  2300. package/dist/icons/System/ThumbUpLine.js +2 -13
  2301. package/dist/icons/System/TimeFill.js +2 -13
  2302. package/dist/icons/System/TimeLine.js +2 -13
  2303. package/dist/icons/System/Timer2Fill.js +2 -13
  2304. package/dist/icons/System/Timer2Line.js +2 -13
  2305. package/dist/icons/System/TimerFill.js +2 -13
  2306. package/dist/icons/System/TimerFlashFill.js +2 -13
  2307. package/dist/icons/System/TimerFlashLine.js +2 -13
  2308. package/dist/icons/System/TimerLine.js +2 -13
  2309. package/dist/icons/System/ToggleFill.js +2 -13
  2310. package/dist/icons/System/ToggleLine.js +2 -13
  2311. package/dist/icons/System/Upload2Fill.js +2 -13
  2312. package/dist/icons/System/Upload2Line.js +2 -13
  2313. package/dist/icons/System/UploadCloud2Fill.js +2 -13
  2314. package/dist/icons/System/UploadCloud2Line.js +2 -13
  2315. package/dist/icons/System/UploadCloudFill.js +2 -13
  2316. package/dist/icons/System/UploadCloudLine.js +2 -13
  2317. package/dist/icons/System/UploadFill.js +2 -13
  2318. package/dist/icons/System/UploadLine.js +2 -13
  2319. package/dist/icons/System/ZoomInFill.js +2 -13
  2320. package/dist/icons/System/ZoomInLine.js +2 -13
  2321. package/dist/icons/System/ZoomOutFill.js +2 -13
  2322. package/dist/icons/System/ZoomOutLine.js +2 -13
  2323. package/dist/icons/User & Faces/AccountBoxFill.js +2 -13
  2324. package/dist/icons/User & Faces/AccountBoxLine.js +2 -13
  2325. package/dist/icons/User & Faces/AccountCircleFill.js +2 -13
  2326. package/dist/icons/User & Faces/AccountCircleLine.js +2 -13
  2327. package/dist/icons/User & Faces/AccountPinBoxFill.js +2 -13
  2328. package/dist/icons/User & Faces/AccountPinBoxLine.js +2 -13
  2329. package/dist/icons/User & Faces/AccountPinCircleFill.js +2 -13
  2330. package/dist/icons/User & Faces/AccountPinCircleLine.js +2 -13
  2331. package/dist/icons/User & Faces/AdminFill.js +2 -13
  2332. package/dist/icons/User & Faces/AdminLine.js +2 -13
  2333. package/dist/icons/User & Faces/AliensFill.js +2 -13
  2334. package/dist/icons/User & Faces/AliensLine.js +2 -13
  2335. package/dist/icons/User & Faces/BearSmileFill.js +2 -13
  2336. package/dist/icons/User & Faces/BearSmileLine.js +2 -13
  2337. package/dist/icons/User & Faces/BodyScanFill.js +2 -13
  2338. package/dist/icons/User & Faces/BodyScanLine.js +2 -13
  2339. package/dist/icons/User & Faces/ContactsFill.js +2 -13
  2340. package/dist/icons/User & Faces/ContactsLine.js +2 -13
  2341. package/dist/icons/User & Faces/CriminalFill.js +2 -13
  2342. package/dist/icons/User & Faces/CriminalLine.js +2 -13
  2343. package/dist/icons/User & Faces/Emotion2Fill.js +2 -13
  2344. package/dist/icons/User & Faces/Emotion2Line.js +2 -13
  2345. package/dist/icons/User & Faces/EmotionFill.js +2 -13
  2346. package/dist/icons/User & Faces/EmotionHappyFill.js +2 -13
  2347. package/dist/icons/User & Faces/EmotionHappyLine.js +2 -13
  2348. package/dist/icons/User & Faces/EmotionLaughFill.js +2 -13
  2349. package/dist/icons/User & Faces/EmotionLaughLine.js +2 -13
  2350. package/dist/icons/User & Faces/EmotionLine.js +2 -13
  2351. package/dist/icons/User & Faces/EmotionNormalFill.js +2 -13
  2352. package/dist/icons/User & Faces/EmotionNormalLine.js +2 -13
  2353. package/dist/icons/User & Faces/EmotionSadFill.js +2 -13
  2354. package/dist/icons/User & Faces/EmotionSadLine.js +2 -13
  2355. package/dist/icons/User & Faces/EmotionUnhappyFill.js +2 -13
  2356. package/dist/icons/User & Faces/EmotionUnhappyLine.js +2 -13
  2357. package/dist/icons/User & Faces/GenderlessFill.js +2 -13
  2358. package/dist/icons/User & Faces/GenderlessLine.js +2 -13
  2359. package/dist/icons/User & Faces/Ghost2Fill.js +2 -13
  2360. package/dist/icons/User & Faces/Ghost2Line.js +2 -13
  2361. package/dist/icons/User & Faces/GhostFill.js +2 -13
  2362. package/dist/icons/User & Faces/GhostLine.js +2 -13
  2363. package/dist/icons/User & Faces/GhostSmileFill.js +2 -13
  2364. package/dist/icons/User & Faces/GhostSmileLine.js +2 -13
  2365. package/dist/icons/User & Faces/Group2Fill.js +2 -13
  2366. package/dist/icons/User & Faces/Group2Line.js +2 -13
  2367. package/dist/icons/User & Faces/GroupFill.js +2 -13
  2368. package/dist/icons/User & Faces/GroupLine.js +2 -13
  2369. package/dist/icons/User & Faces/MenFill.js +2 -13
  2370. package/dist/icons/User & Faces/MenLine.js +2 -13
  2371. package/dist/icons/User & Faces/MickeyFill.js +2 -13
  2372. package/dist/icons/User & Faces/MickeyLine.js +2 -13
  2373. package/dist/icons/User & Faces/OpenArmFill.js +2 -13
  2374. package/dist/icons/User & Faces/OpenArmLine.js +2 -13
  2375. package/dist/icons/User & Faces/ParentFill.js +2 -13
  2376. package/dist/icons/User & Faces/ParentLine.js +2 -13
  2377. package/dist/icons/User & Faces/RobotFill.js +2 -13
  2378. package/dist/icons/User & Faces/RobotLine.js +2 -13
  2379. package/dist/icons/User & Faces/Skull2Fill.js +2 -13
  2380. package/dist/icons/User & Faces/Skull2Line.js +2 -13
  2381. package/dist/icons/User & Faces/SkullFill.js +2 -13
  2382. package/dist/icons/User & Faces/SkullLine.js +2 -13
  2383. package/dist/icons/User & Faces/SpyFill.js +2 -13
  2384. package/dist/icons/User & Faces/SpyLine.js +2 -13
  2385. package/dist/icons/User & Faces/StarSmileFill.js +2 -13
  2386. package/dist/icons/User & Faces/StarSmileLine.js +2 -13
  2387. package/dist/icons/User & Faces/TeamFill.js +2 -13
  2388. package/dist/icons/User & Faces/TeamLine.js +2 -13
  2389. package/dist/icons/User & Faces/TravestiFill.js +2 -13
  2390. package/dist/icons/User & Faces/TravestiLine.js +2 -13
  2391. package/dist/icons/User & Faces/User2Fill.js +2 -13
  2392. package/dist/icons/User & Faces/User2Line.js +2 -13
  2393. package/dist/icons/User & Faces/User3Fill.js +2 -13
  2394. package/dist/icons/User & Faces/User3Line.js +2 -13
  2395. package/dist/icons/User & Faces/User4Fill.js +2 -13
  2396. package/dist/icons/User & Faces/User4Line.js +2 -13
  2397. package/dist/icons/User & Faces/User5Fill.js +2 -13
  2398. package/dist/icons/User & Faces/User5Line.js +2 -13
  2399. package/dist/icons/User & Faces/User6Fill.js +2 -13
  2400. package/dist/icons/User & Faces/User6Line.js +2 -13
  2401. package/dist/icons/User & Faces/UserAddFill.js +2 -13
  2402. package/dist/icons/User & Faces/UserAddLine.js +2 -13
  2403. package/dist/icons/User & Faces/UserFill.js +2 -13
  2404. package/dist/icons/User & Faces/UserFollowFill.js +2 -13
  2405. package/dist/icons/User & Faces/UserFollowLine.js +2 -13
  2406. package/dist/icons/User & Faces/UserForbidFill.js +2 -13
  2407. package/dist/icons/User & Faces/UserForbidLine.js +2 -13
  2408. package/dist/icons/User & Faces/UserHeartFill.js +2 -13
  2409. package/dist/icons/User & Faces/UserHeartLine.js +2 -13
  2410. package/dist/icons/User & Faces/UserLine.js +2 -13
  2411. package/dist/icons/User & Faces/UserLocationFill.js +2 -13
  2412. package/dist/icons/User & Faces/UserLocationLine.js +2 -13
  2413. package/dist/icons/User & Faces/UserReceived2Fill.js +2 -13
  2414. package/dist/icons/User & Faces/UserReceived2Line.js +2 -13
  2415. package/dist/icons/User & Faces/UserReceivedFill.js +2 -13
  2416. package/dist/icons/User & Faces/UserReceivedLine.js +2 -13
  2417. package/dist/icons/User & Faces/UserSearchFill.js +2 -13
  2418. package/dist/icons/User & Faces/UserSearchLine.js +2 -13
  2419. package/dist/icons/User & Faces/UserSettingsFill.js +2 -13
  2420. package/dist/icons/User & Faces/UserSettingsLine.js +2 -13
  2421. package/dist/icons/User & Faces/UserShared2Fill.js +2 -13
  2422. package/dist/icons/User & Faces/UserShared2Line.js +2 -13
  2423. package/dist/icons/User & Faces/UserSharedFill.js +2 -13
  2424. package/dist/icons/User & Faces/UserSharedLine.js +2 -13
  2425. package/dist/icons/User & Faces/UserSmileFill.js +2 -13
  2426. package/dist/icons/User & Faces/UserSmileLine.js +2 -13
  2427. package/dist/icons/User & Faces/UserStarFill.js +2 -13
  2428. package/dist/icons/User & Faces/UserStarLine.js +2 -13
  2429. package/dist/icons/User & Faces/UserUnfollowFill.js +2 -13
  2430. package/dist/icons/User & Faces/UserUnfollowLine.js +2 -13
  2431. package/dist/icons/User & Faces/UserVoiceFill.js +2 -13
  2432. package/dist/icons/User & Faces/UserVoiceLine.js +2 -13
  2433. package/dist/icons/User & Faces/WomenFill.js +2 -13
  2434. package/dist/icons/User & Faces/WomenLine.js +2 -13
  2435. package/dist/icons/Weather/BlazeFill.js +2 -13
  2436. package/dist/icons/Weather/BlazeLine.js +2 -13
  2437. package/dist/icons/Weather/CelsiusFill.js +2 -13
  2438. package/dist/icons/Weather/CelsiusLine.js +2 -13
  2439. package/dist/icons/Weather/CloudWindyFill.js +2 -13
  2440. package/dist/icons/Weather/CloudWindyLine.js +2 -13
  2441. package/dist/icons/Weather/Cloudy2Fill.js +2 -13
  2442. package/dist/icons/Weather/Cloudy2Line.js +2 -13
  2443. package/dist/icons/Weather/CloudyFill.js +2 -13
  2444. package/dist/icons/Weather/CloudyLine.js +2 -13
  2445. package/dist/icons/Weather/DrizzleFill.js +2 -13
  2446. package/dist/icons/Weather/DrizzleLine.js +2 -13
  2447. package/dist/icons/Weather/EarthquakeFill.js +2 -13
  2448. package/dist/icons/Weather/EarthquakeLine.js +2 -13
  2449. package/dist/icons/Weather/FahrenheitFill.js +2 -13
  2450. package/dist/icons/Weather/FahrenheitLine.js +2 -13
  2451. package/dist/icons/Weather/FireFill.js +2 -13
  2452. package/dist/icons/Weather/FireLine.js +2 -13
  2453. package/dist/icons/Weather/FlashlightFill.js +2 -13
  2454. package/dist/icons/Weather/FlashlightLine.js +2 -13
  2455. package/dist/icons/Weather/FloodFill.js +2 -13
  2456. package/dist/icons/Weather/FloodLine.js +2 -13
  2457. package/dist/icons/Weather/FoggyFill.js +2 -13
  2458. package/dist/icons/Weather/FoggyLine.js +2 -13
  2459. package/dist/icons/Weather/HailFill.js +2 -13
  2460. package/dist/icons/Weather/HailLine.js +2 -13
  2461. package/dist/icons/Weather/Haze2Fill.js +2 -13
  2462. package/dist/icons/Weather/Haze2Line.js +2 -13
  2463. package/dist/icons/Weather/HazeFill.js +2 -13
  2464. package/dist/icons/Weather/HazeLine.js +2 -13
  2465. package/dist/icons/Weather/HeavyShowersFill.js +2 -13
  2466. package/dist/icons/Weather/HeavyShowersLine.js +2 -13
  2467. package/dist/icons/Weather/MeteorFill.js +2 -13
  2468. package/dist/icons/Weather/MeteorLine.js +2 -13
  2469. package/dist/icons/Weather/MistFill.js +2 -13
  2470. package/dist/icons/Weather/MistLine.js +2 -13
  2471. package/dist/icons/Weather/MoonClearFill.js +2 -13
  2472. package/dist/icons/Weather/MoonClearLine.js +2 -13
  2473. package/dist/icons/Weather/MoonCloudyFill.js +2 -13
  2474. package/dist/icons/Weather/MoonCloudyLine.js +2 -13
  2475. package/dist/icons/Weather/MoonFill.js +2 -13
  2476. package/dist/icons/Weather/MoonFoggyFill.js +2 -13
  2477. package/dist/icons/Weather/MoonFoggyLine.js +2 -13
  2478. package/dist/icons/Weather/MoonLine.js +2 -13
  2479. package/dist/icons/Weather/RainbowFill.js +2 -13
  2480. package/dist/icons/Weather/RainbowLine.js +2 -13
  2481. package/dist/icons/Weather/RainyFill.js +2 -13
  2482. package/dist/icons/Weather/RainyLine.js +2 -13
  2483. package/dist/icons/Weather/Shining2Fill.js +2 -13
  2484. package/dist/icons/Weather/Shining2Line.js +2 -13
  2485. package/dist/icons/Weather/ShiningFill.js +2 -13
  2486. package/dist/icons/Weather/ShiningLine.js +2 -13
  2487. package/dist/icons/Weather/ShowersFill.js +2 -13
  2488. package/dist/icons/Weather/ShowersLine.js +2 -13
  2489. package/dist/icons/Weather/SnowyFill.js +2 -13
  2490. package/dist/icons/Weather/SnowyLine.js +2 -13
  2491. package/dist/icons/Weather/Sparkling2Fill.js +2 -13
  2492. package/dist/icons/Weather/Sparkling2Line.js +2 -13
  2493. package/dist/icons/Weather/SparklingFill.js +2 -13
  2494. package/dist/icons/Weather/SparklingLine.js +2 -13
  2495. package/dist/icons/Weather/SunCloudyFill.js +2 -13
  2496. package/dist/icons/Weather/SunCloudyLine.js +2 -13
  2497. package/dist/icons/Weather/SunFill.js +2 -13
  2498. package/dist/icons/Weather/SunFoggyFill.js +2 -13
  2499. package/dist/icons/Weather/SunFoggyLine.js +2 -13
  2500. package/dist/icons/Weather/SunLine.js +2 -13
  2501. package/dist/icons/Weather/TempColdFill.js +2 -13
  2502. package/dist/icons/Weather/TempColdLine.js +2 -13
  2503. package/dist/icons/Weather/TempHotFill.js +2 -13
  2504. package/dist/icons/Weather/TempHotLine.js +2 -13
  2505. package/dist/icons/Weather/ThunderstormsFill.js +2 -13
  2506. package/dist/icons/Weather/ThunderstormsLine.js +2 -13
  2507. package/dist/icons/Weather/TornadoFill.js +2 -13
  2508. package/dist/icons/Weather/TornadoLine.js +2 -13
  2509. package/dist/icons/Weather/TyphoonFill.js +2 -13
  2510. package/dist/icons/Weather/TyphoonLine.js +2 -13
  2511. package/dist/icons/Weather/WaterPercentFill.js +2 -13
  2512. package/dist/icons/Weather/WaterPercentLine.js +2 -13
  2513. package/dist/icons/Weather/WindyFill.js +2 -13
  2514. package/dist/icons/Weather/WindyLine.js +2 -13
  2515. package/dist/index.d.ts +1 -0
  2516. package/dist/index.js +1 -0
  2517. package/dist/patterns/ReactEditorJS/Layout.d.ts +8 -0
  2518. package/dist/patterns/ReactEditorJS/Layout.js +91 -0
  2519. package/dist/patterns/ReactEditorJS/ReactEditorJS.d.ts +15 -0
  2520. package/dist/patterns/ReactEditorJS/ReactEditorJS.js +81 -0
  2521. package/dist/patterns/ReactEditorJS/customTools/block/Callout.d.ts +38 -0
  2522. package/dist/patterns/ReactEditorJS/customTools/block/Callout.js +162 -0
  2523. package/dist/patterns/ReactEditorJS/customTools/block/Delimiter.d.ts +10 -0
  2524. package/dist/patterns/ReactEditorJS/customTools/block/Delimiter.js +26 -0
  2525. package/dist/patterns/ReactEditorJS/customTools/block/Header.d.ts +60 -0
  2526. package/dist/patterns/ReactEditorJS/customTools/block/Header.js +122 -0
  2527. package/dist/patterns/ReactEditorJS/customTools/block/Image.d.ts +21 -0
  2528. package/dist/patterns/ReactEditorJS/customTools/block/Image.js +54 -0
  2529. package/dist/patterns/ReactEditorJS/customTools/block/NestedList.d.ts +28 -0
  2530. package/dist/patterns/ReactEditorJS/customTools/block/NestedList.js +74 -0
  2531. package/dist/patterns/ReactEditorJS/customTools/block/Quote.d.ts +42 -0
  2532. package/dist/patterns/ReactEditorJS/customTools/block/Quote.js +171 -0
  2533. package/dist/patterns/ReactEditorJS/customTools/block/Raw.d.ts +30 -0
  2534. package/dist/patterns/ReactEditorJS/customTools/block/Raw.js +107 -0
  2535. package/dist/patterns/ReactEditorJS/customTools/block/Table.d.ts +9 -0
  2536. package/dist/patterns/ReactEditorJS/customTools/block/Table.js +28 -0
  2537. package/dist/patterns/ReactEditorJS/customTools/index.d.ts +16 -0
  2538. package/dist/patterns/ReactEditorJS/customTools/index.js +16 -0
  2539. package/dist/patterns/ReactEditorJS/customTools/inline/Bold.d.ts +52 -0
  2540. package/dist/patterns/ReactEditorJS/customTools/inline/Bold.js +83 -0
  2541. package/dist/patterns/ReactEditorJS/customTools/inline/InlineCode.d.ts +4 -0
  2542. package/dist/patterns/ReactEditorJS/customTools/inline/InlineCode.js +7 -0
  2543. package/dist/patterns/ReactEditorJS/customTools/inline/Italic.d.ts +48 -0
  2544. package/dist/patterns/ReactEditorJS/customTools/inline/Italic.js +79 -0
  2545. package/dist/patterns/ReactEditorJS/customTools/inline/StrikeThrough.d.ts +4 -0
  2546. package/dist/patterns/ReactEditorJS/customTools/inline/StrikeThrough.js +7 -0
  2547. package/dist/patterns/ReactEditorJS/customTools/inline/Underline.d.ts +4 -0
  2548. package/dist/patterns/ReactEditorJS/customTools/inline/Underline.js +7 -0
  2549. package/dist/patterns/ReactEditorJS/customTools/tunes/Delete.d.ts +30 -0
  2550. package/dist/patterns/ReactEditorJS/customTools/tunes/Delete.js +36 -0
  2551. package/dist/patterns/ReactEditorJS/customTools/tunes/MoveDown.d.ts +34 -0
  2552. package/dist/patterns/ReactEditorJS/customTools/tunes/MoveDown.js +58 -0
  2553. package/dist/patterns/ReactEditorJS/customTools/tunes/MoveUp.d.ts +34 -0
  2554. package/dist/patterns/ReactEditorJS/customTools/tunes/MoveUp.js +68 -0
  2555. package/dist/patterns/ReactEditorJS/i18n.d.ts +127 -0
  2556. package/dist/patterns/ReactEditorJS/i18n.js +127 -0
  2557. package/dist/patterns/ReactEditorJS/index.d.ts +3 -0
  2558. package/dist/patterns/ReactEditorJS/index.js +3 -0
  2559. package/dist/patterns/ReactEditorJS/tools.d.ts +78 -0
  2560. package/dist/patterns/ReactEditorJS/tools.js +104 -0
  2561. package/dist/patterns/SegmentedControl/SegmentedControlButton.js +11 -22
  2562. package/dist/patterns/SegmentedControl/SegmentedControlGroup.js +14 -31
  2563. package/dist/patterns/SegmentedControl/SegmentedControlGroupPropsContext.js +1 -1
  2564. package/dist/patterns/SegmentedControl/SegmentedControlSquareButton.js +14 -26
  2565. package/dist/utils/hover.js +14 -7
  2566. package/dist/utils/reset.js +16 -7
  2567. package/dist/utils/zIndex.js +1 -1
  2568. package/package.json +15 -1
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import testTubeFillSvgImport from "remixicon/icons/Health & Medical/test-tube-fill.svg";
15
- export var testTubeFillSvg = testTubeFillSvgImport;
16
- export var TestTubeFillIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 2V4H16V18C16 20.2091 14.2091 22 12 22C9.79086 22 8 20.2091 8 18V4H7V2H17ZM13 15C12.4477 15 12 15.4477 12 16C12 16.5523 12.4477 17 13 17C13.5523 17 14 16.5523 14 16C14 15.4477 13.5523 15 13 15ZM11 12C10.4477 12 10 12.4477 10 13C10 13.5523 10.4477 14 11 14C11.5523 14 12 13.5523 12 13C12 12.4477 11.5523 12 11 12ZM14 4H10V8H14V4Z" }) }))); });
4
+ export const testTubeFillSvg = testTubeFillSvgImport;
5
+ export const TestTubeFillIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 2V4H16V18C16 20.2091 14.2091 22 12 22C9.79086 22 8 20.2091 8 18V4H7V2H17ZM13 15C12.4477 15 12 15.4477 12 16C12 16.5523 12.4477 17 13 17C13.5523 17 14 16.5523 14 16C14 15.4477 13.5523 15 13 15ZM11 12C10.4477 12 10 12.4477 10 13C10 13.5523 10.4477 14 11 14C11.5523 14 12 13.5523 12 13C12 12.4477 11.5523 12 11 12ZM14 4H10V8H14V4Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import testTubeLineSvgImport from "remixicon/icons/Health & Medical/test-tube-line.svg";
15
- export var testTubeLineSvg = testTubeLineSvgImport;
16
- export var TestTubeLineIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 2V4H16V18C16 20.2091 14.2091 22 12 22C9.79086 22 8 20.2091 8 18V4H7V2H17ZM14 10H10V18C10 19.1046 10.8954 20 12 20C13.1046 20 14 19.1046 14 18V10ZM13 15C13.5523 15 14 15.4477 14 16C14 16.5523 13.5523 17 13 17C12.4477 17 12 16.5523 12 16C12 15.4477 12.4477 15 13 15ZM11 12C11.5523 12 12 12.4477 12 13C12 13.5523 11.5523 14 11 14C10.4477 14 10 13.5523 10 13C10 12.4477 10.4477 12 11 12ZM14 4H10V8H14V4Z" }) }))); });
4
+ export const testTubeLineSvg = testTubeLineSvgImport;
5
+ export const TestTubeLineIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17 2V4H16V18C16 20.2091 14.2091 22 12 22C9.79086 22 8 20.2091 8 18V4H7V2H17ZM14 10H10V18C10 19.1046 10.8954 20 12 20C13.1046 20 14 19.1046 14 18V10ZM13 15C13.5523 15 14 15.4477 14 16C14 16.5523 13.5523 17 13 17C12.4477 17 12 16.5523 12 16C12 15.4477 12.4477 15 13 15ZM11 12C11.5523 12 12 12.4477 12 13C12 13.5523 11.5523 14 11 14C10.4477 14 10 13.5523 10 13C10 12.4477 10.4477 12 11 12ZM14 4H10V8H14V4Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import thermometerFillSvgImport from "remixicon/icons/Health & Medical/thermometer-fill.svg";
15
- export var thermometerFillSvg = thermometerFillSvgImport;
16
- export var ThermometerFillIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20.5565 3.44355C22.1186 5.00564 22.1186 7.5383 20.5565 9.1004L12.3563 17.3006C11.714 17.9429 10.8723 18.3474 9.96957 18.4477L6.59094 18.822L4.29304 21.1212C3.90252 21.5117 3.26936 21.5117 2.87883 21.1212C2.48831 20.7307 2.48831 20.0975 2.87883 19.707L5.17694 17.408L5.55231 14.0305C5.65261 13.1277 6.05716 12.286 6.69942 11.6438L14.8996 3.44355C16.4617 1.88145 18.9944 1.88145 20.5565 3.44355ZM11.3641 12.6359L9.9499 14.0501L12.0712 16.1715L13.4854 14.7573L11.3641 12.6359ZM14.1925 9.80751L12.7783 11.2217L14.8996 13.343L16.3139 11.9288L14.1925 9.80751ZM17.021 6.97908L15.6068 8.39329L17.7281 10.5146L19.1423 9.1004L17.021 6.97908Z" }) }))); });
4
+ export const thermometerFillSvg = thermometerFillSvgImport;
5
+ export const ThermometerFillIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20.5565 3.44355C22.1186 5.00564 22.1186 7.5383 20.5565 9.1004L12.3563 17.3006C11.714 17.9429 10.8723 18.3474 9.96957 18.4477L6.59094 18.822L4.29304 21.1212C3.90252 21.5117 3.26936 21.5117 2.87883 21.1212C2.48831 20.7307 2.48831 20.0975 2.87883 19.707L5.17694 17.408L5.55231 14.0305C5.65261 13.1277 6.05716 12.286 6.69942 11.6438L14.8996 3.44355C16.4617 1.88145 18.9944 1.88145 20.5565 3.44355ZM11.3641 12.6359L9.9499 14.0501L12.0712 16.1715L13.4854 14.7573L11.3641 12.6359ZM14.1925 9.80751L12.7783 11.2217L14.8996 13.343L16.3139 11.9288L14.1925 9.80751ZM17.021 6.97908L15.6068 8.39329L17.7281 10.5146L19.1423 9.1004L17.021 6.97908Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import thermometerLineSvgImport from "remixicon/icons/Health & Medical/thermometer-line.svg";
15
- export var thermometerLineSvg = thermometerLineSvgImport;
16
- export var ThermometerLineIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20.5565 3.44355C22.1186 5.00564 22.1186 7.5383 20.5565 9.1004L12.3563 17.3006C11.714 17.9429 10.8723 18.3474 9.96957 18.4477L6.59094 18.822L4.29304 21.1212C3.90252 21.5117 3.26936 21.5117 2.87883 21.1212C2.48831 20.7307 2.48831 20.0975 2.87883 19.707L5.17694 17.408L5.55231 14.0305C5.65261 13.1277 6.05716 12.286 6.69942 11.6438L14.8996 3.44355C16.4617 1.88145 18.9944 1.88145 20.5565 3.44355ZM16.3139 4.85776L8.11363 13.058C7.7925 13.3791 7.59023 13.8 7.54008 14.2513L7.264 16.736L9.74871 16.46C10.2001 16.4098 10.6209 16.2075 10.9421 15.8864L11.3639 15.464L9.9499 14.0501L11.3641 12.6359L12.7779 14.05L14.1919 12.636L12.7783 11.2217L14.1925 9.80751L15.6069 11.222L17.0209 9.80697L15.6068 8.39329L17.021 6.97908L18.4349 8.39297L19.1423 7.68619C19.9233 6.90514 19.9233 5.63881 19.1423 4.85776C18.3612 4.07671 17.0949 4.07671 16.3139 4.85776Z" }) }))); });
4
+ export const thermometerLineSvg = thermometerLineSvgImport;
5
+ export const ThermometerLineIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M20.5565 3.44355C22.1186 5.00564 22.1186 7.5383 20.5565 9.1004L12.3563 17.3006C11.714 17.9429 10.8723 18.3474 9.96957 18.4477L6.59094 18.822L4.29304 21.1212C3.90252 21.5117 3.26936 21.5117 2.87883 21.1212C2.48831 20.7307 2.48831 20.0975 2.87883 19.707L5.17694 17.408L5.55231 14.0305C5.65261 13.1277 6.05716 12.286 6.69942 11.6438L14.8996 3.44355C16.4617 1.88145 18.9944 1.88145 20.5565 3.44355ZM16.3139 4.85776L8.11363 13.058C7.7925 13.3791 7.59023 13.8 7.54008 14.2513L7.264 16.736L9.74871 16.46C10.2001 16.4098 10.6209 16.2075 10.9421 15.8864L11.3639 15.464L9.9499 14.0501L11.3641 12.6359L12.7779 14.05L14.1919 12.636L12.7783 11.2217L14.1925 9.80751L15.6069 11.222L17.0209 9.80697L15.6068 8.39329L17.021 6.97908L18.4349 8.39297L19.1423 7.68619C19.9233 6.90514 19.9233 5.63881 19.1423 4.85776C18.3612 4.07671 17.0949 4.07671 16.3139 4.85776Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import virusFillSvgImport from "remixicon/icons/Health & Medical/virus-fill.svg";
15
- export var virusFillSvg = virusFillSvgImport;
16
- export var VirusFillIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13.7163 1.94727L17.4506 3.38074L16.7339 5.2479L15.8003 4.88928L15.0539 6.83418C15.8328 7.29566 16.4983 7.92829 16.9986 8.68026L18.9014 7.83237L18.4947 6.91882L20.3218 6.10535L21.9487 9.75953L20.1216 10.573L19.7149 9.65946L17.8126 10.5069C17.9348 10.9842 17.9998 11.4844 17.9998 11.9998C17.9998 12.4061 17.9594 12.8029 17.8825 13.1865L19.8265 13.9325L20.1852 12.9996L22.0523 13.7163L20.6189 17.4506L18.7517 16.7339L19.1094 15.8007L17.1654 15.0539C16.7039 15.8328 16.0713 16.4983 15.3194 16.9986L16.1672 18.9014L17.0808 18.4947L17.8943 20.3218L14.2401 21.9487L13.4266 20.1216L14.3402 19.7149L13.4927 17.8126C13.0154 17.9348 12.5152 17.9998 11.9998 17.9998C11.5932 17.9998 11.196 17.9594 10.8121 17.8823L10.0662 19.827L11 20.1852L10.2833 22.0523L6.54897 20.6189L7.2657 18.7517L8.19803 19.1098L8.9457 17.1654C8.16683 16.7039 7.50133 16.0713 7.00097 15.3194L5.09818 16.1672L5.50492 17.0808L3.67782 17.8943L2.05088 14.2401L3.87797 13.4266L4.28379 14.3406L6.18702 13.4927C6.06479 13.0154 5.99981 12.5152 5.99981 11.9998C5.99981 11.5935 6.04018 11.1967 6.11714 10.8131L4.17174 10.0666L3.81443 11L1.94727 10.2833L3.38074 6.54897L5.2479 7.2657L4.88888 8.19844L6.83418 8.9457C7.29566 8.16683 7.92829 7.50133 8.68026 7.00097L7.83237 5.09818L6.91882 5.50492L6.10535 3.67782L9.75953 2.05088L10.573 3.87797L9.65946 4.28471L10.5069 6.18702C10.9842 6.06479 11.4844 5.99981 11.9998 5.99981C12.4061 5.99981 12.8029 6.04018 13.1865 6.11714L13.9321 4.17215L12.9996 3.81443L13.7163 1.94727ZM10.1338 13.2319C9.85764 13.7101 10.0215 14.3217 10.4998 14.5979C10.9781 14.874 11.5897 14.7101 11.8658 14.2319C12.142 13.7536 11.9781 13.142 11.4998 12.8658C11.0215 12.5897 10.4099 12.7536 10.1338 13.2319ZM13.9998 10.9998C13.4475 10.9998 12.9998 11.4475 12.9998 11.9998C12.9998 12.5521 13.4475 12.9998 13.9998 12.9998C14.5521 12.9998 14.9998 12.5521 14.9998 11.9998C14.9998 11.4475 14.5521 10.9998 13.9998 10.9998ZM10.4998 9.40173C10.0215 9.67787 9.85764 10.2895 10.1338 10.7678C10.4099 11.246 11.0215 11.4099 11.4998 11.1338C11.9781 10.8576 12.142 10.246 11.8658 9.76776C11.5897 9.28946 10.9781 9.12559 10.4998 9.40173Z" }) }))); });
4
+ export const virusFillSvg = virusFillSvgImport;
5
+ export const VirusFillIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13.7163 1.94727L17.4506 3.38074L16.7339 5.2479L15.8003 4.88928L15.0539 6.83418C15.8328 7.29566 16.4983 7.92829 16.9986 8.68026L18.9014 7.83237L18.4947 6.91882L20.3218 6.10535L21.9487 9.75953L20.1216 10.573L19.7149 9.65946L17.8126 10.5069C17.9348 10.9842 17.9998 11.4844 17.9998 11.9998C17.9998 12.4061 17.9594 12.8029 17.8825 13.1865L19.8265 13.9325L20.1852 12.9996L22.0523 13.7163L20.6189 17.4506L18.7517 16.7339L19.1094 15.8007L17.1654 15.0539C16.7039 15.8328 16.0713 16.4983 15.3194 16.9986L16.1672 18.9014L17.0808 18.4947L17.8943 20.3218L14.2401 21.9487L13.4266 20.1216L14.3402 19.7149L13.4927 17.8126C13.0154 17.9348 12.5152 17.9998 11.9998 17.9998C11.5932 17.9998 11.196 17.9594 10.8121 17.8823L10.0662 19.827L11 20.1852L10.2833 22.0523L6.54897 20.6189L7.2657 18.7517L8.19803 19.1098L8.9457 17.1654C8.16683 16.7039 7.50133 16.0713 7.00097 15.3194L5.09818 16.1672L5.50492 17.0808L3.67782 17.8943L2.05088 14.2401L3.87797 13.4266L4.28379 14.3406L6.18702 13.4927C6.06479 13.0154 5.99981 12.5152 5.99981 11.9998C5.99981 11.5935 6.04018 11.1967 6.11714 10.8131L4.17174 10.0666L3.81443 11L1.94727 10.2833L3.38074 6.54897L5.2479 7.2657L4.88888 8.19844L6.83418 8.9457C7.29566 8.16683 7.92829 7.50133 8.68026 7.00097L7.83237 5.09818L6.91882 5.50492L6.10535 3.67782L9.75953 2.05088L10.573 3.87797L9.65946 4.28471L10.5069 6.18702C10.9842 6.06479 11.4844 5.99981 11.9998 5.99981C12.4061 5.99981 12.8029 6.04018 13.1865 6.11714L13.9321 4.17215L12.9996 3.81443L13.7163 1.94727ZM10.1338 13.2319C9.85764 13.7101 10.0215 14.3217 10.4998 14.5979C10.9781 14.874 11.5897 14.7101 11.8658 14.2319C12.142 13.7536 11.9781 13.142 11.4998 12.8658C11.0215 12.5897 10.4099 12.7536 10.1338 13.2319ZM13.9998 10.9998C13.4475 10.9998 12.9998 11.4475 12.9998 11.9998C12.9998 12.5521 13.4475 12.9998 13.9998 12.9998C14.5521 12.9998 14.9998 12.5521 14.9998 11.9998C14.9998 11.4475 14.5521 10.9998 13.9998 10.9998ZM10.4998 9.40173C10.0215 9.67787 9.85764 10.2895 10.1338 10.7678C10.4099 11.246 11.0215 11.4099 11.4998 11.1338C11.9781 10.8576 12.142 10.246 11.8658 9.76776C11.5897 9.28946 10.9781 9.12559 10.4998 9.40173Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import virusLineSvgImport from "remixicon/icons/Health & Medical/virus-line.svg";
15
- export var virusLineSvg = virusLineSvgImport;
16
- export var VirusLineIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13.7163 1.94727L17.4506 3.38074L16.7339 5.2479L15.8003 4.88928L15.0539 6.83418C15.8328 7.29566 16.4983 7.92829 16.9986 8.68026L18.9014 7.83237L18.4947 6.91882L20.3218 6.10535L21.9487 9.75953L20.1216 10.573L19.7149 9.65946L17.8126 10.5069C17.9348 10.9842 17.9998 11.4844 17.9998 11.9998C17.9998 12.4061 17.9594 12.8029 17.8825 13.1865L19.8265 13.9325L20.1852 12.9996L22.0523 13.7163L20.6189 17.4506L18.7517 16.7339L19.1094 15.8007L17.1654 15.0539C16.7039 15.8328 16.0713 16.4983 15.3194 16.9986L16.1672 18.9014L17.0808 18.4947L17.8943 20.3218L14.2401 21.9487L13.4266 20.1216L14.3402 19.7149L13.4927 17.8126C13.0154 17.9348 12.5152 17.9998 11.9998 17.9998C11.5932 17.9998 11.196 17.9594 10.8121 17.8823L10.0662 19.827L11 20.1852L10.2833 22.0523L6.54897 20.6189L7.2657 18.7517L8.19803 19.1098L8.9457 17.1654C8.16683 16.7039 7.50133 16.0713 7.00097 15.3194L5.09818 16.1672L5.50492 17.0808L3.67782 17.8943L2.05088 14.2401L3.87797 13.4266L4.28379 14.3406L6.18702 13.4927C6.06479 13.0154 5.99981 12.5152 5.99981 11.9998C5.99981 11.5935 6.04018 11.1967 6.11714 10.8131L4.17174 10.0666L3.81443 11L1.94727 10.2833L3.38074 6.54897L5.2479 7.2657L4.88888 8.19844L6.83418 8.9457C7.29566 8.16683 7.92829 7.50133 8.68026 7.00097L7.83237 5.09818L6.91882 5.50492L6.10535 3.67782L9.75953 2.05088L10.573 3.87797L9.65946 4.28471L10.5069 6.18702C10.9842 6.06479 11.4844 5.99981 11.9998 5.99981C12.4061 5.99981 12.8029 6.04018 13.1865 6.11714L13.9321 4.17215L12.9996 3.81443L13.7163 1.94727ZM11.9998 7.99981C9.79067 7.99981 7.99981 9.79067 7.99981 11.9998C7.99981 14.2089 9.79067 15.9998 11.9998 15.9998C14.2089 15.9998 15.9998 14.2089 15.9998 11.9998C15.9998 9.79067 14.2089 7.99981 11.9998 7.99981ZM11.4998 12.8658C11.9781 13.142 12.142 13.7536 11.8658 14.2319C11.5897 14.7101 10.9781 14.874 10.4998 14.5979C10.0215 14.3217 9.85764 13.7101 10.1338 13.2319C10.4099 12.7536 11.0215 12.5897 11.4998 12.8658ZM13.9998 10.9998C14.5521 10.9998 14.9998 11.4475 14.9998 11.9998C14.9998 12.5521 14.5521 12.9998 13.9998 12.9998C13.4475 12.9998 12.9998 12.5521 12.9998 11.9998C12.9998 11.4475 13.4475 10.9998 13.9998 10.9998ZM11.8658 9.76776C12.142 10.246 11.9781 10.8576 11.4998 11.1338C11.0215 11.4099 10.4099 11.246 10.1338 10.7678C9.85764 10.2895 10.0215 9.67787 10.4998 9.40173C10.9781 9.12559 11.5897 9.28946 11.8658 9.76776Z" }) }))); });
4
+ export const virusLineSvg = virusLineSvgImport;
5
+ export const VirusLineIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M13.7163 1.94727L17.4506 3.38074L16.7339 5.2479L15.8003 4.88928L15.0539 6.83418C15.8328 7.29566 16.4983 7.92829 16.9986 8.68026L18.9014 7.83237L18.4947 6.91882L20.3218 6.10535L21.9487 9.75953L20.1216 10.573L19.7149 9.65946L17.8126 10.5069C17.9348 10.9842 17.9998 11.4844 17.9998 11.9998C17.9998 12.4061 17.9594 12.8029 17.8825 13.1865L19.8265 13.9325L20.1852 12.9996L22.0523 13.7163L20.6189 17.4506L18.7517 16.7339L19.1094 15.8007L17.1654 15.0539C16.7039 15.8328 16.0713 16.4983 15.3194 16.9986L16.1672 18.9014L17.0808 18.4947L17.8943 20.3218L14.2401 21.9487L13.4266 20.1216L14.3402 19.7149L13.4927 17.8126C13.0154 17.9348 12.5152 17.9998 11.9998 17.9998C11.5932 17.9998 11.196 17.9594 10.8121 17.8823L10.0662 19.827L11 20.1852L10.2833 22.0523L6.54897 20.6189L7.2657 18.7517L8.19803 19.1098L8.9457 17.1654C8.16683 16.7039 7.50133 16.0713 7.00097 15.3194L5.09818 16.1672L5.50492 17.0808L3.67782 17.8943L2.05088 14.2401L3.87797 13.4266L4.28379 14.3406L6.18702 13.4927C6.06479 13.0154 5.99981 12.5152 5.99981 11.9998C5.99981 11.5935 6.04018 11.1967 6.11714 10.8131L4.17174 10.0666L3.81443 11L1.94727 10.2833L3.38074 6.54897L5.2479 7.2657L4.88888 8.19844L6.83418 8.9457C7.29566 8.16683 7.92829 7.50133 8.68026 7.00097L7.83237 5.09818L6.91882 5.50492L6.10535 3.67782L9.75953 2.05088L10.573 3.87797L9.65946 4.28471L10.5069 6.18702C10.9842 6.06479 11.4844 5.99981 11.9998 5.99981C12.4061 5.99981 12.8029 6.04018 13.1865 6.11714L13.9321 4.17215L12.9996 3.81443L13.7163 1.94727ZM11.9998 7.99981C9.79067 7.99981 7.99981 9.79067 7.99981 11.9998C7.99981 14.2089 9.79067 15.9998 11.9998 15.9998C14.2089 15.9998 15.9998 14.2089 15.9998 11.9998C15.9998 9.79067 14.2089 7.99981 11.9998 7.99981ZM11.4998 12.8658C11.9781 13.142 12.142 13.7536 11.8658 14.2319C11.5897 14.7101 10.9781 14.874 10.4998 14.5979C10.0215 14.3217 9.85764 13.7101 10.1338 13.2319C10.4099 12.7536 11.0215 12.5897 11.4998 12.8658ZM13.9998 10.9998C14.5521 10.9998 14.9998 11.4475 14.9998 11.9998C14.9998 12.5521 14.5521 12.9998 13.9998 12.9998C13.4475 12.9998 12.9998 12.5521 12.9998 11.9998C12.9998 11.4475 13.4475 10.9998 13.9998 10.9998ZM11.8658 9.76776C12.142 10.246 11.9781 10.8576 11.4998 11.1338C11.0215 11.4099 10.4099 11.246 10.1338 10.7678C9.85764 10.2895 10.0215 9.67787 10.4998 9.40173C10.9781 9.12559 11.5897 9.28946 11.8658 9.76776Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import zzzFillSvgImport from "remixicon/icons/Health & Medical/zzz-fill.svg";
15
- export var zzzFillSvg = zzzFillSvgImport;
16
- export var ZzzFillIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M11 11V13L5.67257 19H11V21H3V19L8.32557 13H3V11H11ZM21 3V5L15.6726 11H21V13H13V11L18.3256 5H13V3H21Z" }) }))); });
4
+ export const zzzFillSvg = zzzFillSvgImport;
5
+ export const ZzzFillIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M11 11V13L5.67257 19H11V21H3V19L8.32557 13H3V11H11ZM21 3V5L15.6726 11H21V13H13V11L18.3256 5H13V3H21Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import zzzLineSvgImport from "remixicon/icons/Health & Medical/zzz-line.svg";
15
- export var zzzLineSvg = zzzLineSvgImport;
16
- export var ZzzLineIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M11 11V13L5.67257 19H11V21H3V19L8.32557 13H3V11H11ZM21 3V5L15.6726 11H21V13H13V11L18.3256 5H13V3H21Z" }) }))); });
4
+ export const zzzLineSvg = zzzLineSvgImport;
5
+ export const ZzzLineIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M11 11V13L5.67257 19H11V21H3V19L8.32557 13H3V11H11ZM21 3V5L15.6726 11H21V13H13V11L18.3256 5H13V3H21Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import alipayFillSvgImport from "remixicon/icons/Logos/alipay-fill.svg";
15
- export var alipayFillSvg = alipayFillSvgImport;
16
- export var AlipayFillIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21.4224 15.3576C17.5929 14.2048 15.3667 13.5176 14.744 13.296C15.312 12.32 15.768 11.2 16.064 9.976H12.8V8.872H16.8V8.192H12.8V6.344H11.264C10.984 6.344 10.952 6.592 10.952 6.592V8.184H7.2V8.864H10.952V9.968H7.88V10.584H14.104C13.88 11.36 13.576 12.096 13.216 12.76C11.808 12.296 11.024 11.976 9.304 11.816C6.048 11.504 5.296 13.296 5.176 14.392C5 16.064 6.48 17.424 8.688 17.424C10.896 17.424 12.368 16.4 13.768 14.704C14.9346 15.2619 17.1059 16.2293 20.2819 17.6062C18.4835 20.2577 15.4452 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.1778 21.7964 14.3081 21.4224 15.3576ZM8.432 16.368C6.096 16.368 5.728 14.888 5.848 14.272C5.968 13.656 6.648 12.856 7.952 12.856C9.448 12.856 10.784 13.24 12.392 14.016C11.256 15.496 9.872 16.368 8.432 16.368Z" }) }))); });
4
+ export const alipayFillSvg = alipayFillSvgImport;
5
+ export const AlipayFillIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21.4224 15.3576C17.5929 14.2048 15.3667 13.5176 14.744 13.296C15.312 12.32 15.768 11.2 16.064 9.976H12.8V8.872H16.8V8.192H12.8V6.344H11.264C10.984 6.344 10.952 6.592 10.952 6.592V8.184H7.2V8.864H10.952V9.968H7.88V10.584H14.104C13.88 11.36 13.576 12.096 13.216 12.76C11.808 12.296 11.024 11.976 9.304 11.816C6.048 11.504 5.296 13.296 5.176 14.392C5 16.064 6.48 17.424 8.688 17.424C10.896 17.424 12.368 16.4 13.768 14.704C14.9346 15.2619 17.1059 16.2293 20.2819 17.6062C18.4835 20.2577 15.4452 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.1778 21.7964 14.3081 21.4224 15.3576ZM8.432 16.368C6.096 16.368 5.728 14.888 5.848 14.272C5.968 13.656 6.648 12.856 7.952 12.856C9.448 12.856 10.784 13.24 12.392 14.016C11.256 15.496 9.872 16.368 8.432 16.368Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import alipayLineSvgImport from "remixicon/icons/Logos/alipay-line.svg";
15
- export var alipayLineSvg = alipayLineSvgImport;
16
- export var AlipayLineIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M18.4079 16.7903C16.2353 15.8398 14.6887 15.1443 13.768 14.704C12.368 16.4 10.896 17.424 8.688 17.424C6.48 17.424 5 16.064 5.176 14.392C5.296 13.296 6.048 11.504 9.304 11.816C11.024 11.976 11.808 12.296 13.216 12.76C13.576 12.096 13.88 11.36 14.104 10.584H7.88V9.968H10.952V8.864H7.2V8.184H10.952V6.592C10.952 6.592 10.984 6.344 11.264 6.344H12.8V8.192H16.8V8.872H12.8V9.976H16.064C15.768 11.2 15.312 12.32 14.744 13.296C15.2543 13.4776 16.841 13.9718 19.5043 14.7785C19.8249 13.913 20 12.977 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C14.6217 20 16.9488 18.7389 18.4079 16.7903ZM12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM8.432 16.368C9.872 16.368 11.256 15.496 12.392 14.016C10.784 13.24 9.448 12.856 7.952 12.856C6.648 12.856 5.968 13.656 5.848 14.272C5.728 14.888 6.096 16.368 8.432 16.368Z" }) }))); });
4
+ export const alipayLineSvg = alipayLineSvgImport;
5
+ export const AlipayLineIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M18.4079 16.7903C16.2353 15.8398 14.6887 15.1443 13.768 14.704C12.368 16.4 10.896 17.424 8.688 17.424C6.48 17.424 5 16.064 5.176 14.392C5.296 13.296 6.048 11.504 9.304 11.816C11.024 11.976 11.808 12.296 13.216 12.76C13.576 12.096 13.88 11.36 14.104 10.584H7.88V9.968H10.952V8.864H7.2V8.184H10.952V6.592C10.952 6.592 10.984 6.344 11.264 6.344H12.8V8.192H16.8V8.872H12.8V9.976H16.064C15.768 11.2 15.312 12.32 14.744 13.296C15.2543 13.4776 16.841 13.9718 19.5043 14.7785C19.8249 13.913 20 12.977 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C14.6217 20 16.9488 18.7389 18.4079 16.7903ZM12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM8.432 16.368C9.872 16.368 11.256 15.496 12.392 14.016C10.784 13.24 9.448 12.856 7.952 12.856C6.648 12.856 5.968 13.656 5.848 14.272C5.728 14.888 6.096 16.368 8.432 16.368Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import amazonFillSvgImport from "remixicon/icons/Logos/amazon-fill.svg";
15
- export var amazonFillSvg = amazonFillSvgImport;
16
- export var AmazonFillIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21.997 18.2294C21.997 18.9572 21.5919 20.3571 20.6823 21.1263C20.5002 21.2667 20.3181 21.187 20.3979 20.983C20.6625 20.3352 21.2694 18.8356 20.985 18.4912C20.7839 18.2294 19.954 18.2485 19.2462 18.3092C18.923 18.3501 18.6393 18.3699 18.4191 18.4136C18.2152 18.4305 18.1736 18.2513 18.3775 18.1109C18.6393 17.926 18.923 17.7855 19.2483 17.6832C20.3979 17.3388 21.7269 17.5461 21.9172 17.7658C21.954 17.8083 21.997 17.926 21.997 18.2294ZM20.0754 19.5244C19.8136 19.7262 19.5299 19.9104 19.2462 20.0734C17.1235 21.3493 14.3748 22.0168 11.9875 22.0168C8.14505 22.0168 4.70765 20.5998 2.10014 18.2294C1.87644 18.0474 2.06133 17.7827 2.32314 17.926C5.13247 19.566 8.6108 20.5582 12.2112 20.5582C14.4772 20.5582 16.9195 20.1341 19.2462 19.2216C19.4085 19.1609 19.5906 19.0784 19.7501 19.0205C20.117 18.8547 20.4395 19.2625 20.0754 19.5244ZM13.9051 8.49485C13.9059 7.45265 13.9472 6.8397 13.6019 6.31359C13.2955 5.88081 12.7691 5.62128 12.0335 5.66194C11.2353 5.70607 10.3784 6.22935 10.1595 7.18824C10.1174 7.40711 9.98855 7.6235 9.72343 7.6714L7.28779 7.36168C7.11352 7.32039 6.84922 7.18824 6.93595 6.8397C7.45875 4.08774 9.81097 3.12884 12.0335 3H12.5563C13.7762 3 15.3438 3.34854 16.3473 4.26448C17.5639 5.40012 17.4342 6.92642 17.4342 8.58487V12.5113C17.4342 13.6891 17.9116 14.211 18.3923 14.8247C18.522 15.0436 18.5666 15.3021 18.3477 15.4797C17.867 15.9149 16.9535 16.6987 16.4307 17.134C16.2565 17.2669 15.9424 17.2811 15.8212 17.1794C15.0514 16.5336 14.8631 16.1759 14.3857 15.5209C13.5565 16.3923 12.8594 16.873 12.0302 17.134C11.5074 17.2669 10.9433 17.3504 10.2462 17.3504C8.15583 17.3504 6.50069 16.0471 6.50069 13.4694C6.50069 11.4211 7.5909 10.0276 9.20062 9.36867C10.8103 8.7097 13.1505 8.49857 13.9051 8.49485ZM13.4277 13.6858C13.9472 12.8144 13.9051 12.0996 13.9051 10.501C13.2534 10.501 12.5985 10.5464 12.0335 10.6786C10.9887 10.9817 10.1595 11.6399 10.1595 13.0341C10.1595 14.1243 10.7269 14.866 11.685 14.866C11.8171 14.866 11.9328 14.8495 12.0335 14.8214C12.7028 14.6346 13.1213 14.2986 13.4277 13.6858Z" }) }))); });
4
+ export const amazonFillSvg = amazonFillSvgImport;
5
+ export const AmazonFillIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M21.997 18.2294C21.997 18.9572 21.5919 20.3571 20.6823 21.1263C20.5002 21.2667 20.3181 21.187 20.3979 20.983C20.6625 20.3352 21.2694 18.8356 20.985 18.4912C20.7839 18.2294 19.954 18.2485 19.2462 18.3092C18.923 18.3501 18.6393 18.3699 18.4191 18.4136C18.2152 18.4305 18.1736 18.2513 18.3775 18.1109C18.6393 17.926 18.923 17.7855 19.2483 17.6832C20.3979 17.3388 21.7269 17.5461 21.9172 17.7658C21.954 17.8083 21.997 17.926 21.997 18.2294ZM20.0754 19.5244C19.8136 19.7262 19.5299 19.9104 19.2462 20.0734C17.1235 21.3493 14.3748 22.0168 11.9875 22.0168C8.14505 22.0168 4.70765 20.5998 2.10014 18.2294C1.87644 18.0474 2.06133 17.7827 2.32314 17.926C5.13247 19.566 8.6108 20.5582 12.2112 20.5582C14.4772 20.5582 16.9195 20.1341 19.2462 19.2216C19.4085 19.1609 19.5906 19.0784 19.7501 19.0205C20.117 18.8547 20.4395 19.2625 20.0754 19.5244ZM13.9051 8.49485C13.9059 7.45265 13.9472 6.8397 13.6019 6.31359C13.2955 5.88081 12.7691 5.62128 12.0335 5.66194C11.2353 5.70607 10.3784 6.22935 10.1595 7.18824C10.1174 7.40711 9.98855 7.6235 9.72343 7.6714L7.28779 7.36168C7.11352 7.32039 6.84922 7.18824 6.93595 6.8397C7.45875 4.08774 9.81097 3.12884 12.0335 3H12.5563C13.7762 3 15.3438 3.34854 16.3473 4.26448C17.5639 5.40012 17.4342 6.92642 17.4342 8.58487V12.5113C17.4342 13.6891 17.9116 14.211 18.3923 14.8247C18.522 15.0436 18.5666 15.3021 18.3477 15.4797C17.867 15.9149 16.9535 16.6987 16.4307 17.134C16.2565 17.2669 15.9424 17.2811 15.8212 17.1794C15.0514 16.5336 14.8631 16.1759 14.3857 15.5209C13.5565 16.3923 12.8594 16.873 12.0302 17.134C11.5074 17.2669 10.9433 17.3504 10.2462 17.3504C8.15583 17.3504 6.50069 16.0471 6.50069 13.4694C6.50069 11.4211 7.5909 10.0276 9.20062 9.36867C10.8103 8.7097 13.1505 8.49857 13.9051 8.49485ZM13.4277 13.6858C13.9472 12.8144 13.9051 12.0996 13.9051 10.501C13.2534 10.501 12.5985 10.5464 12.0335 10.6786C10.9887 10.9817 10.1595 11.6399 10.1595 13.0341C10.1595 14.1243 10.7269 14.866 11.685 14.866C11.8171 14.866 11.9328 14.8495 12.0335 14.8214C12.7028 14.6346 13.1213 14.2986 13.4277 13.6858Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import amazonLineSvgImport from "remixicon/icons/Logos/amazon-line.svg";
15
- export var amazonLineSvg = amazonLineSvgImport;
16
- export var AmazonLineIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15.6262 14.6198C14.5191 16.2384 12.8976 17.0039 11.0007 17.0039C8.69659 17.0039 6.7243 15.2312 7.00788 12.8801C7.32248 10.2717 9.34731 9.14937 12.716 8.73701C13.3171 8.66343 13.566 8.64274 14.8629 8.54667C14.9116 8.54306 14.9575 8.53964 15.001 8.53635C15.0008 8.4652 15.0007 8.39361 15.0007 8.3216C15.0007 6.52571 13.9328 5.2998 12.5007 5.2998C11.0638 5.2998 10.0603 6.04715 9.44592 7.82621L7.55546 7.1734C8.44288 4.60353 10.1935 3.2998 12.5007 3.2998C15.1034 3.2998 17.0007 5.47779 17.0007 8.3216C17.0007 10.9704 17.164 13.0773 17.484 13.8792C17.84 14.7712 17.9698 14.9957 18.3677 15.4918L16.8075 16.7431C16.2843 16.0908 16.0549 15.6942 15.6264 14.6205L15.6262 14.6198ZM21.2572 20.545C20.9864 20.745 20.5157 20.6261 20.7288 20.1045C20.9934 19.4567 21.2755 18.6969 20.9911 18.3525C20.7807 18.0977 20.5235 17.9709 19.9637 17.9709C19.5041 17.9709 19.2733 18.0303 18.9688 18.0506C18.7646 18.0642 18.6753 17.7535 18.8775 17.6107C19.1393 17.4258 19.4216 17.2809 19.7483 17.183C20.8979 16.8387 22.253 17.0274 22.4172 17.2656C22.7826 17.7957 22.2189 19.8348 21.2572 20.545ZM20.0754 19.4606C19.8136 19.7162 19.5299 19.9494 19.2462 20.1558C17.1235 21.7713 14.3748 22.6166 11.9875 22.6166C8.14505 22.6166 4.70765 20.8224 2.10014 17.8209C1.87644 17.5904 2.06133 17.2553 2.32314 17.4367C5.13247 19.5133 8.6108 20.7697 12.2112 20.7697C14.4772 20.7697 16.9195 20.2326 19.2462 19.0773C19.4085 19.0004 19.5906 18.8959 19.7501 18.8226C20.117 18.6126 20.4395 19.1291 20.0754 19.4606ZM15.0107 10.5412C13.7522 10.6344 13.5147 10.6542 12.959 10.7222C10.4062 11.0347 9.16175 11.7245 8.99349 13.1195C8.86763 14.163 9.80321 15.0039 11.0007 15.0039C13.0397 15.0039 14.5179 13.7762 15.0227 10.5403C15.0187 10.5406 15.0147 10.5409 15.0107 10.5412Z" }) }))); });
4
+ export const amazonLineSvg = amazonLineSvgImport;
5
+ export const AmazonLineIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15.6262 14.6198C14.5191 16.2384 12.8976 17.0039 11.0007 17.0039C8.69659 17.0039 6.7243 15.2312 7.00788 12.8801C7.32248 10.2717 9.34731 9.14937 12.716 8.73701C13.3171 8.66343 13.566 8.64274 14.8629 8.54667C14.9116 8.54306 14.9575 8.53964 15.001 8.53635C15.0008 8.4652 15.0007 8.39361 15.0007 8.3216C15.0007 6.52571 13.9328 5.2998 12.5007 5.2998C11.0638 5.2998 10.0603 6.04715 9.44592 7.82621L7.55546 7.1734C8.44288 4.60353 10.1935 3.2998 12.5007 3.2998C15.1034 3.2998 17.0007 5.47779 17.0007 8.3216C17.0007 10.9704 17.164 13.0773 17.484 13.8792C17.84 14.7712 17.9698 14.9957 18.3677 15.4918L16.8075 16.7431C16.2843 16.0908 16.0549 15.6942 15.6264 14.6205L15.6262 14.6198ZM21.2572 20.545C20.9864 20.745 20.5157 20.6261 20.7288 20.1045C20.9934 19.4567 21.2755 18.6969 20.9911 18.3525C20.7807 18.0977 20.5235 17.9709 19.9637 17.9709C19.5041 17.9709 19.2733 18.0303 18.9688 18.0506C18.7646 18.0642 18.6753 17.7535 18.8775 17.6107C19.1393 17.4258 19.4216 17.2809 19.7483 17.183C20.8979 16.8387 22.253 17.0274 22.4172 17.2656C22.7826 17.7957 22.2189 19.8348 21.2572 20.545ZM20.0754 19.4606C19.8136 19.7162 19.5299 19.9494 19.2462 20.1558C17.1235 21.7713 14.3748 22.6166 11.9875 22.6166C8.14505 22.6166 4.70765 20.8224 2.10014 17.8209C1.87644 17.5904 2.06133 17.2553 2.32314 17.4367C5.13247 19.5133 8.6108 20.7697 12.2112 20.7697C14.4772 20.7697 16.9195 20.2326 19.2462 19.0773C19.4085 19.0004 19.5906 18.8959 19.7501 18.8226C20.117 18.6126 20.4395 19.1291 20.0754 19.4606ZM15.0107 10.5412C13.7522 10.6344 13.5147 10.6542 12.959 10.7222C10.4062 11.0347 9.16175 11.7245 8.99349 13.1195C8.86763 14.163 9.80321 15.0039 11.0007 15.0039C13.0397 15.0039 14.5179 13.7762 15.0227 10.5403C15.0187 10.5406 15.0147 10.5409 15.0107 10.5412Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import androidFillSvgImport from "remixicon/icons/Logos/android-fill.svg";
15
- export var androidFillSvg = androidFillSvgImport;
16
- export var AndroidFillIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6.38231 3.9681C7.92199 2.73647 9.87499 2 12 2C14.125 2 16.078 2.73647 17.6177 3.9681L19.0711 2.51472L20.4853 3.92893L19.0319 5.38231C20.2635 6.92199 21 8.87499 21 11V12H3V11C3 8.87499 3.73647 6.92199 4.9681 5.38231L3.51472 3.92893L4.92893 2.51472L6.38231 3.9681ZM3 14H21V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V14ZM9 9C9.55228 9 10 8.55228 10 8C10 7.44772 9.55228 7 9 7C8.44772 7 8 7.44772 8 8C8 8.55228 8.44772 9 9 9ZM15 9C15.5523 9 16 8.55228 16 8C16 7.44772 15.5523 7 15 7C14.4477 7 14 7.44772 14 8C14 8.55228 14.4477 9 15 9Z" }) }))); });
4
+ export const androidFillSvg = androidFillSvgImport;
5
+ export const AndroidFillIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M6.38231 3.9681C7.92199 2.73647 9.87499 2 12 2C14.125 2 16.078 2.73647 17.6177 3.9681L19.0711 2.51472L20.4853 3.92893L19.0319 5.38231C20.2635 6.92199 21 8.87499 21 11V12H3V11C3 8.87499 3.73647 6.92199 4.9681 5.38231L3.51472 3.92893L4.92893 2.51472L6.38231 3.9681ZM3 14H21V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V14ZM9 9C9.55228 9 10 8.55228 10 8C10 7.44772 9.55228 7 9 7C8.44772 7 8 7.44772 8 8C8 8.55228 8.44772 9 9 9ZM15 9C15.5523 9 16 8.55228 16 8C16 7.44772 15.5523 7 15 7C14.4477 7 14 7.44772 14 8C14 8.55228 14.4477 9 15 9Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import androidLineSvgImport from "remixicon/icons/Logos/android-line.svg";
15
- export var androidLineSvg = androidLineSvgImport;
16
- export var AndroidLineIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M19 13H5V20H19V13ZM19 11C19 7.13401 15.866 4 12 4C8.13401 4 5 7.13401 5 11H19ZM6.38231 3.9681C7.92199 2.73647 9.87499 2 12 2C14.125 2 16.078 2.73647 17.6177 3.9681L19.0711 2.51472L20.4853 3.92893L19.0319 5.38231C20.2635 6.92199 21 8.87499 21 11V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V11C3 8.87499 3.73647 6.92199 4.9681 5.38231L3.51472 3.92893L4.92893 2.51472L6.38231 3.9681ZM9 9C8.44772 9 8 8.55228 8 8C8 7.44772 8.44772 7 9 7C9.55228 7 10 7.44772 10 8C10 8.55228 9.55228 9 9 9ZM15 9C14.4477 9 14 8.55228 14 8C14 7.44772 14.4477 7 15 7C15.5523 7 16 7.44772 16 8C16 8.55228 15.5523 9 15 9Z" }) }))); });
4
+ export const androidLineSvg = androidLineSvgImport;
5
+ export const AndroidLineIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M19 13H5V20H19V13ZM19 11C19 7.13401 15.866 4 12 4C8.13401 4 5 7.13401 5 11H19ZM6.38231 3.9681C7.92199 2.73647 9.87499 2 12 2C14.125 2 16.078 2.73647 17.6177 3.9681L19.0711 2.51472L20.4853 3.92893L19.0319 5.38231C20.2635 6.92199 21 8.87499 21 11V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V11C3 8.87499 3.73647 6.92199 4.9681 5.38231L3.51472 3.92893L4.92893 2.51472L6.38231 3.9681ZM9 9C8.44772 9 8 8.55228 8 8C8 7.44772 8.44772 7 9 7C9.55228 7 10 7.44772 10 8C10 8.55228 9.55228 9 9 9ZM15 9C14.4477 9 14 8.55228 14 8C14 7.44772 14.4477 7 15 7C15.5523 7 16 7.44772 16 8C16 8.55228 15.5523 9 15 9Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import angularjsFillSvgImport from "remixicon/icons/Logos/angularjs-fill.svg";
15
- export var angularjsFillSvg = angularjsFillSvgImport;
16
- export var AngularjsFillIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.0002 2L21.3002 5.32L19.8817 17.63L12.0002 22L4.11867 17.63L2.7002 5.32L12.0002 2ZM12.0002 4.21L6.18645 17.26H8.35412L9.52286 14.34H14.4576L15.6263 17.26H17.794L12.0002 4.21ZM13.6984 12.54H10.302L12.0002 8.45L13.6984 12.54Z" }) }))); });
4
+ export const angularjsFillSvg = angularjsFillSvgImport;
5
+ export const AngularjsFillIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12.0002 2L21.3002 5.32L19.8817 17.63L12.0002 22L4.11867 17.63L2.7002 5.32L12.0002 2ZM12.0002 4.21L6.18645 17.26H8.35412L9.52286 14.34H14.4576L15.6263 17.26H17.794L12.0002 4.21ZM13.6984 12.54H10.302L12.0002 8.45L13.6984 12.54Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import angularjsLineSvgImport from "remixicon/icons/Logos/angularjs-line.svg";
15
- export var angularjsLineSvg = angularjsLineSvgImport;
16
- export var AngularjsLineIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17.5235 16.6507L18.0126 16.3795L19.1315 6.66941L12.0002 4.12362L4.86892 6.66941L5.98781 16.3795L6.46166 16.6422L12.0002 4.21L17.5235 16.6507ZM16.4246 17.26H15.6263L14.4576 14.34H9.52286L8.35412 17.26H7.57582L12.0002 19.7131L16.4246 17.26ZM12.0002 2L21.3002 5.32L19.8817 17.63L12.0002 22L4.11867 17.63L2.7002 5.32L12.0002 2ZM13.6984 12.54L12.0002 8.45L10.302 12.54H13.6984Z" }) }))); });
4
+ export const angularjsLineSvg = angularjsLineSvgImport;
5
+ export const AngularjsLineIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M17.5235 16.6507L18.0126 16.3795L19.1315 6.66941L12.0002 4.12362L4.86892 6.66941L5.98781 16.3795L6.46166 16.6422L12.0002 4.21L17.5235 16.6507ZM16.4246 17.26H15.6263L14.4576 14.34H9.52286L8.35412 17.26H7.57582L12.0002 19.7131L16.4246 17.26ZM12.0002 2L21.3002 5.32L19.8817 17.63L12.0002 22L4.11867 17.63L2.7002 5.32L12.0002 2ZM13.6984 12.54L12.0002 8.45L10.302 12.54H13.6984Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import appStoreFillSvgImport from "remixicon/icons/Logos/app-store-fill.svg";
15
- export var appStoreFillSvg = appStoreFillSvgImport;
16
- export var AppStoreFillIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8.82258 15.3427C8.42804 14.8663 7.9373 14.6957 7.34401 14.834L7.19355 14.875L6.60484 15.8911C6.37903 16.2863 6.5121 16.7903 6.90726 17.0161C7.26949 17.2231 7.7232 17.1286 7.97023 16.807L8.03226 16.7137L8.82258 15.3427ZM13.2097 8.66129C12.7218 9.06452 12.2298 10.2581 12.9194 11.4476L15.9597 16.7137C16.1895 17.1089 16.6895 17.2419 17.0847 17.0161C17.4469 16.8054 17.5889 16.3677 17.4361 15.9919L17.3871 15.8911L16.5847 14.5H17.7742C18.2298 14.5 18.5968 14.1331 18.5968 13.6774C18.5968 13.2568 18.2841 12.9118 17.8776 12.8612L17.7742 12.8548H15.6331L13.44 9.05741L13.2097 8.66129ZM13.4879 5.61694C13.1257 5.40995 12.672 5.50451 12.4249 5.82608L12.3629 5.91935L11.996 6.55242L11.6371 5.91935C11.4073 5.52419 10.9073 5.39113 10.5121 5.61694C10.1499 5.82762 10.0079 6.26532 10.1606 6.64118L10.2097 6.74194L11.0484 8.19758L8.3629 12.8508H6.26613C5.81048 12.8508 5.44355 13.2177 5.44355 13.6734C5.44355 14.094 5.7562 14.439 6.16268 14.4896L6.26613 14.496H13.746C14.0869 13.8562 13.6854 12.9472 12.9357 12.8579L12.8145 12.8508H10.2621L13.7903 6.74194C14.0161 6.34677 13.8831 5.84274 13.4879 5.61694Z" }) }))); });
4
+ export const appStoreFillSvg = appStoreFillSvgImport;
5
+ export const AppStoreFillIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8.82258 15.3427C8.42804 14.8663 7.9373 14.6957 7.34401 14.834L7.19355 14.875L6.60484 15.8911C6.37903 16.2863 6.5121 16.7903 6.90726 17.0161C7.26949 17.2231 7.7232 17.1286 7.97023 16.807L8.03226 16.7137L8.82258 15.3427ZM13.2097 8.66129C12.7218 9.06452 12.2298 10.2581 12.9194 11.4476L15.9597 16.7137C16.1895 17.1089 16.6895 17.2419 17.0847 17.0161C17.4469 16.8054 17.5889 16.3677 17.4361 15.9919L17.3871 15.8911L16.5847 14.5H17.7742C18.2298 14.5 18.5968 14.1331 18.5968 13.6774C18.5968 13.2568 18.2841 12.9118 17.8776 12.8612L17.7742 12.8548H15.6331L13.44 9.05741L13.2097 8.66129ZM13.4879 5.61694C13.1257 5.40995 12.672 5.50451 12.4249 5.82608L12.3629 5.91935L11.996 6.55242L11.6371 5.91935C11.4073 5.52419 10.9073 5.39113 10.5121 5.61694C10.1499 5.82762 10.0079 6.26532 10.1606 6.64118L10.2097 6.74194L11.0484 8.19758L8.3629 12.8508H6.26613C5.81048 12.8508 5.44355 13.2177 5.44355 13.6734C5.44355 14.094 5.7562 14.439 6.16268 14.4896L6.26613 14.496H13.746C14.0869 13.8562 13.6854 12.9472 12.9357 12.8579L12.8145 12.8508H10.2621L13.7903 6.74194C14.0161 6.34677 13.8831 5.84274 13.4879 5.61694Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import appStoreLineSvgImport from "remixicon/icons/Logos/app-store-line.svg";
15
- export var appStoreLineSvg = appStoreLineSvgImport;
16
- export var AppStoreLineIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM8.82258 15.3427L8.03226 16.7137C7.80645 17.1089 7.30242 17.2419 6.90726 17.0161C6.5121 16.7903 6.37903 16.2863 6.60484 15.8911L7.19355 14.875C7.85484 14.6694 8.39516 14.8266 8.82258 15.3427ZM13.2097 8.66129L15.6331 12.8548H17.7742C18.2298 12.8548 18.5968 13.2218 18.5968 13.6774C18.5968 14.1331 18.2298 14.5 17.7742 14.5H16.5847L17.3871 15.8911C17.6129 16.2863 17.4798 16.7863 17.0847 17.0161C16.6895 17.2419 16.1895 17.1089 15.9597 16.7137L12.9194 11.4476C12.2298 10.2581 12.7218 9.06452 13.2097 8.66129ZM13.4879 5.61694C13.8831 5.84274 14.0161 6.34677 13.7903 6.74194L10.2621 12.8508H12.8145C13.6411 12.8508 14.1048 13.8226 13.746 14.496H6.26613C5.81048 14.496 5.44355 14.129 5.44355 13.6734C5.44355 13.2177 5.81048 12.8508 6.26613 12.8508H8.3629L11.0484 8.19758L10.2097 6.74194C9.98387 6.34677 10.1169 5.84677 10.5121 5.61694C10.9073 5.39113 11.4073 5.52419 11.6371 5.91935L11.996 6.55242L12.3629 5.91935C12.5887 5.52419 13.0927 5.39113 13.4879 5.61694Z" }) }))); });
4
+ export const appStoreLineSvg = appStoreLineSvgImport;
5
+ export const AppStoreLineIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM8.82258 15.3427L8.03226 16.7137C7.80645 17.1089 7.30242 17.2419 6.90726 17.0161C6.5121 16.7903 6.37903 16.2863 6.60484 15.8911L7.19355 14.875C7.85484 14.6694 8.39516 14.8266 8.82258 15.3427ZM13.2097 8.66129L15.6331 12.8548H17.7742C18.2298 12.8548 18.5968 13.2218 18.5968 13.6774C18.5968 14.1331 18.2298 14.5 17.7742 14.5H16.5847L17.3871 15.8911C17.6129 16.2863 17.4798 16.7863 17.0847 17.0161C16.6895 17.2419 16.1895 17.1089 15.9597 16.7137L12.9194 11.4476C12.2298 10.2581 12.7218 9.06452 13.2097 8.66129ZM13.4879 5.61694C13.8831 5.84274 14.0161 6.34677 13.7903 6.74194L10.2621 12.8508H12.8145C13.6411 12.8508 14.1048 13.8226 13.746 14.496H6.26613C5.81048 14.496 5.44355 14.129 5.44355 13.6734C5.44355 13.2177 5.81048 12.8508 6.26613 12.8508H8.3629L11.0484 8.19758L10.2097 6.74194C9.98387 6.34677 10.1169 5.84677 10.5121 5.61694C10.9073 5.39113 11.4073 5.52419 11.6371 5.91935L11.996 6.55242L12.3629 5.91935C12.5887 5.52419 13.0927 5.39113 13.4879 5.61694Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import appleFillSvgImport from "remixicon/icons/Logos/apple-fill.svg";
15
- export var appleFillSvg = appleFillSvgImport;
16
- export var AppleFillIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M11.6734 7.2221C10.7974 7.2221 9.44138 6.2261 8.01338 6.2621C6.12938 6.2861 4.40138 7.3541 3.42938 9.0461C1.47338 12.4421 2.92538 17.4581 4.83338 20.2181C5.76938 21.5621 6.87338 23.0741 8.33738 23.0261C9.74138 22.9661 10.2694 22.1141 11.9734 22.1141C13.6654 22.1141 14.1454 23.0261 15.6334 22.9901C17.1454 22.9661 18.1054 21.6221 19.0294 20.2661C20.0974 18.7061 20.5414 17.1941 20.5654 17.1101C20.5294 17.0981 17.6254 15.9821 17.5894 12.6221C17.5654 9.8141 19.8814 8.4701 19.9894 8.4101C18.6694 6.4781 16.6414 6.2621 15.9334 6.2141C14.0854 6.0701 12.5374 7.2221 11.6734 7.2221ZM14.7934 4.3901C15.5734 3.4541 16.0894 2.1461 15.9454 0.850098C14.8294 0.898098 13.4854 1.5941 12.6814 2.5301C11.9614 3.3581 11.3374 4.6901 11.5054 5.9621C12.7414 6.0581 14.0134 5.3261 14.7934 4.3901Z" }) }))); });
4
+ export const appleFillSvg = appleFillSvgImport;
5
+ export const AppleFillIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M11.6734 7.2221C10.7974 7.2221 9.44138 6.2261 8.01338 6.2621C6.12938 6.2861 4.40138 7.3541 3.42938 9.0461C1.47338 12.4421 2.92538 17.4581 4.83338 20.2181C5.76938 21.5621 6.87338 23.0741 8.33738 23.0261C9.74138 22.9661 10.2694 22.1141 11.9734 22.1141C13.6654 22.1141 14.1454 23.0261 15.6334 22.9901C17.1454 22.9661 18.1054 21.6221 19.0294 20.2661C20.0974 18.7061 20.5414 17.1941 20.5654 17.1101C20.5294 17.0981 17.6254 15.9821 17.5894 12.6221C17.5654 9.8141 19.8814 8.4701 19.9894 8.4101C18.6694 6.4781 16.6414 6.2621 15.9334 6.2141C14.0854 6.0701 12.5374 7.2221 11.6734 7.2221ZM14.7934 4.3901C15.5734 3.4541 16.0894 2.1461 15.9454 0.850098C14.8294 0.898098 13.4854 1.5941 12.6814 2.5301C11.9614 3.3581 11.3374 4.6901 11.5054 5.9621C12.7414 6.0581 14.0134 5.3261 14.7934 4.3901Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import appleLineSvgImport from "remixicon/icons/Logos/apple-line.svg";
15
- export var appleLineSvg = appleLineSvgImport;
16
- export var AppleLineIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15.778 8.20805C15.3053 8.17122 14.7974 8.28446 14.0197 8.58079C14.085 8.55589 13.2775 8.87185 13.0511 8.95089C12.5494 9.12605 12.1364 9.2221 11.6734 9.2221C11.2151 9.2221 10.7925 9.13054 10.3078 8.96695C10.1524 8.91453 9.99616 8.85652 9.80283 8.78102C9.71993 8.74864 9.41997 8.62959 9.3544 8.60391C8.70626 8.35008 8.34154 8.25446 8.03885 8.26194C6.88626 8.27662 5.79557 8.94222 5.16246 10.0443C3.87037 12.2876 4.58583 16.3429 6.47459 19.0751C7.4802 20.5191 8.03062 21.0351 8.25199 21.028C8.4743 21.0184 8.63777 20.9714 9.03567 20.8027C9.11485 20.769 9.11485 20.769 9.202 20.7318C10.2077 20.3033 10.9118 20.1141 11.9734 20.1141C12.9944 20.1141 13.6763 20.2999 14.6416 20.716C14.7302 20.7543 14.7302 20.7543 14.8097 20.7885C15.2074 20.9589 15.3509 20.9963 15.6016 20.9903C15.9591 20.9847 16.4003 20.5727 17.3791 19.1363C17.6471 18.7448 17.884 18.3334 18.0895 17.9169C17.9573 17.8078 17.826 17.6918 17.6975 17.5694C16.4086 16.3409 15.6114 14.6846 15.5895 12.6392C15.5756 11.0188 16.1057 9.61499 16.999 8.4581C16.6293 8.31432 16.2216 8.23817 15.778 8.20805ZM15.9334 6.2141C16.6414 6.2621 18.6694 6.4781 19.9894 8.4101C19.8814 8.4701 17.5654 9.8141 17.5894 12.6221C17.6254 15.9821 20.5294 17.0981 20.5654 17.1101C20.5414 17.1941 20.0974 18.7061 19.0294 20.2661C18.1054 21.6221 17.1454 22.9661 15.6334 22.9901C14.1454 23.0261 13.6654 22.1141 11.9734 22.1141C10.2694 22.1141 9.74138 22.9661 8.33738 23.0261C6.87338 23.0741 5.76938 21.5621 4.83338 20.2181C2.92538 17.4581 1.47338 12.4421 3.42938 9.0461C4.40138 7.3541 6.12938 6.2861 8.01338 6.2621C9.44138 6.2261 10.7974 7.2221 11.6734 7.2221C12.5374 7.2221 14.0854 6.0701 15.9334 6.2141ZM14.7934 4.3901C14.0134 5.3261 12.7414 6.0581 11.5054 5.9621C11.3374 4.6901 11.9614 3.3581 12.6814 2.5301C13.4854 1.5941 14.8294 0.898098 15.9454 0.850098C16.0894 2.1461 15.5734 3.4541 14.7934 4.3901Z" }) }))); });
4
+ export const appleLineSvg = appleLineSvgImport;
5
+ export const AppleLineIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M15.778 8.20805C15.3053 8.17122 14.7974 8.28446 14.0197 8.58079C14.085 8.55589 13.2775 8.87185 13.0511 8.95089C12.5494 9.12605 12.1364 9.2221 11.6734 9.2221C11.2151 9.2221 10.7925 9.13054 10.3078 8.96695C10.1524 8.91453 9.99616 8.85652 9.80283 8.78102C9.71993 8.74864 9.41997 8.62959 9.3544 8.60391C8.70626 8.35008 8.34154 8.25446 8.03885 8.26194C6.88626 8.27662 5.79557 8.94222 5.16246 10.0443C3.87037 12.2876 4.58583 16.3429 6.47459 19.0751C7.4802 20.5191 8.03062 21.0351 8.25199 21.028C8.4743 21.0184 8.63777 20.9714 9.03567 20.8027C9.11485 20.769 9.11485 20.769 9.202 20.7318C10.2077 20.3033 10.9118 20.1141 11.9734 20.1141C12.9944 20.1141 13.6763 20.2999 14.6416 20.716C14.7302 20.7543 14.7302 20.7543 14.8097 20.7885C15.2074 20.9589 15.3509 20.9963 15.6016 20.9903C15.9591 20.9847 16.4003 20.5727 17.3791 19.1363C17.6471 18.7448 17.884 18.3334 18.0895 17.9169C17.9573 17.8078 17.826 17.6918 17.6975 17.5694C16.4086 16.3409 15.6114 14.6846 15.5895 12.6392C15.5756 11.0188 16.1057 9.61499 16.999 8.4581C16.6293 8.31432 16.2216 8.23817 15.778 8.20805ZM15.9334 6.2141C16.6414 6.2621 18.6694 6.4781 19.9894 8.4101C19.8814 8.4701 17.5654 9.8141 17.5894 12.6221C17.6254 15.9821 20.5294 17.0981 20.5654 17.1101C20.5414 17.1941 20.0974 18.7061 19.0294 20.2661C18.1054 21.6221 17.1454 22.9661 15.6334 22.9901C14.1454 23.0261 13.6654 22.1141 11.9734 22.1141C10.2694 22.1141 9.74138 22.9661 8.33738 23.0261C6.87338 23.0741 5.76938 21.5621 4.83338 20.2181C2.92538 17.4581 1.47338 12.4421 3.42938 9.0461C4.40138 7.3541 6.12938 6.2861 8.01338 6.2621C9.44138 6.2261 10.7974 7.2221 11.6734 7.2221C12.5374 7.2221 14.0854 6.0701 15.9334 6.2141ZM14.7934 4.3901C14.0134 5.3261 12.7414 6.0581 11.5054 5.9621C11.3374 4.6901 11.9614 3.3581 12.6814 2.5301C13.4854 1.5941 14.8294 0.898098 15.9454 0.850098C16.0894 2.1461 15.5734 3.4541 14.7934 4.3901Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import baiduFillSvgImport from "remixicon/icons/Logos/baidu-fill.svg";
15
- export var baiduFillSvg = baiduFillSvgImport;
16
- export var BaiduFillIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M5.92636 12.4965C7.98921 12.0535 7.70815 9.5883 7.64641 9.04949C7.54538 8.21882 6.56836 6.76688 5.24162 6.88173C3.57208 7.03154 3.32815 9.44324 3.32815 9.44324C3.10235 10.558 3.86869 12.9399 5.92636 12.4965ZM8.11701 16.7845C8.05656 16.9577 7.92186 17.4011 8.03843 17.787C8.26855 18.6531 9.02021 18.692 9.02021 18.692H10.1004V16.0514H8.94379C8.42397 16.2064 8.17313 16.611 8.11701 16.7845ZM9.75503 8.36259C10.8944 8.36259 11.8153 7.0514 11.8153 5.43022C11.8153 3.81076 10.8944 2.5 9.75503 2.5C8.61739 2.5 7.69433 3.81076 7.69433 5.43022C7.69433 7.0514 8.61783 8.36259 9.75503 8.36259ZM14.6622 8.55644C16.1849 8.75418 17.1641 7.12911 17.3588 5.89736C17.5574 4.66733 16.5748 3.23871 15.4967 2.99305C14.4165 2.74523 13.0678 4.47564 12.9447 5.60378C12.7979 6.98275 13.142 8.36087 14.6622 8.55644ZM14.6617 12.0039C12.7975 9.09914 10.1492 10.2812 9.26328 11.7587C8.38123 13.2356 7.00657 14.1699 6.81143 14.4173C6.61326 14.6608 3.9654 16.0903 4.55343 18.701C5.14103 21.31 7.20561 21.2604 7.20561 21.2604C7.20561 21.2604 8.72706 21.4102 10.492 21.0152C12.2578 20.6236 13.778 21.1127 13.778 21.1127C13.778 21.1127 17.9024 22.4939 19.031 19.8352C20.1582 17.1757 18.3933 15.7967 18.3933 15.7967C18.3933 15.7967 16.0373 13.9739 14.6617 12.0039ZM8.65496 19.7536C7.49703 19.5226 7.03593 18.7325 6.97765 18.5978C6.92066 18.461 6.59167 17.8259 6.76566 16.7453C7.26605 15.1262 8.69295 15.0101 8.69295 15.0101H10.1203V13.2555L11.3361 13.2741V19.7536H8.65496ZM13.2448 19.735C12.0489 19.4268 11.9932 18.5771 11.9932 18.5771V15.1651L13.2448 15.1448V18.2114C13.3212 18.5387 13.7275 18.5978 13.7275 18.5978H14.9989V15.1651H16.3304V19.735H13.2448ZM20.6983 10.6249C20.6983 10.0356 20.2087 8.26113 18.3933 8.26113C16.5748 8.26113 16.3317 9.93585 16.3317 11.1197C16.3317 12.2495 16.4271 13.8267 18.686 13.7766C20.9457 13.7265 20.6983 11.2173 20.6983 10.6249Z" }) }))); });
4
+ export const baiduFillSvg = baiduFillSvgImport;
5
+ export const BaiduFillIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M5.92636 12.4965C7.98921 12.0535 7.70815 9.5883 7.64641 9.04949C7.54538 8.21882 6.56836 6.76688 5.24162 6.88173C3.57208 7.03154 3.32815 9.44324 3.32815 9.44324C3.10235 10.558 3.86869 12.9399 5.92636 12.4965ZM8.11701 16.7845C8.05656 16.9577 7.92186 17.4011 8.03843 17.787C8.26855 18.6531 9.02021 18.692 9.02021 18.692H10.1004V16.0514H8.94379C8.42397 16.2064 8.17313 16.611 8.11701 16.7845ZM9.75503 8.36259C10.8944 8.36259 11.8153 7.0514 11.8153 5.43022C11.8153 3.81076 10.8944 2.5 9.75503 2.5C8.61739 2.5 7.69433 3.81076 7.69433 5.43022C7.69433 7.0514 8.61783 8.36259 9.75503 8.36259ZM14.6622 8.55644C16.1849 8.75418 17.1641 7.12911 17.3588 5.89736C17.5574 4.66733 16.5748 3.23871 15.4967 2.99305C14.4165 2.74523 13.0678 4.47564 12.9447 5.60378C12.7979 6.98275 13.142 8.36087 14.6622 8.55644ZM14.6617 12.0039C12.7975 9.09914 10.1492 10.2812 9.26328 11.7587C8.38123 13.2356 7.00657 14.1699 6.81143 14.4173C6.61326 14.6608 3.9654 16.0903 4.55343 18.701C5.14103 21.31 7.20561 21.2604 7.20561 21.2604C7.20561 21.2604 8.72706 21.4102 10.492 21.0152C12.2578 20.6236 13.778 21.1127 13.778 21.1127C13.778 21.1127 17.9024 22.4939 19.031 19.8352C20.1582 17.1757 18.3933 15.7967 18.3933 15.7967C18.3933 15.7967 16.0373 13.9739 14.6617 12.0039ZM8.65496 19.7536C7.49703 19.5226 7.03593 18.7325 6.97765 18.5978C6.92066 18.461 6.59167 17.8259 6.76566 16.7453C7.26605 15.1262 8.69295 15.0101 8.69295 15.0101H10.1203V13.2555L11.3361 13.2741V19.7536H8.65496ZM13.2448 19.735C12.0489 19.4268 11.9932 18.5771 11.9932 18.5771V15.1651L13.2448 15.1448V18.2114C13.3212 18.5387 13.7275 18.5978 13.7275 18.5978H14.9989V15.1651H16.3304V19.735H13.2448ZM20.6983 10.6249C20.6983 10.0356 20.2087 8.26113 18.3933 8.26113C16.5748 8.26113 16.3317 9.93585 16.3317 11.1197C16.3317 12.2495 16.4271 13.8267 18.686 13.7766C20.9457 13.7265 20.6983 11.2173 20.6983 10.6249Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import baiduLineSvgImport from "remixicon/icons/Logos/baidu-line.svg";
15
- export var baiduLineSvg = baiduLineSvgImport;
16
- export var BaiduLineIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M7.56331 19.2798C7.73337 19.2876 7.92984 19.2906 8.14727 19.2863C8.77279 19.2739 9.4239 19.2047 10.059 19.0626C11.0716 18.838 12.0771 18.8143 13.0395 18.9318C13.5864 18.9986 14.0247 19.0969 14.3275 19.1891C15.4052 19.4638 16.9386 19.4119 17.3331 18.7782C17.6238 18.3113 17.5856 17.9916 17.3071 17.5803C17.2466 17.4909 17.1809 17.4105 17.1185 17.3445C17.1097 17.3351 17.1016 17.3269 17.0945 17.3197C17.0282 17.267 16.9917 17.2377 16.9302 17.1878C16.7544 17.0449 16.5599 16.8823 16.3513 16.702C15.7559 16.1875 15.1602 15.6296 14.5987 15.0426C13.9929 14.4095 13.461 13.7777 13.0219 13.1489L12.9861 13.0958C12.2441 11.9571 11.428 12.029 10.9837 12.7785C10.7019 13.254 10.3821 13.696 10.029 14.1105C9.61853 14.5924 9.19882 15.0001 8.72348 15.4067C8.60056 15.5119 8.22086 15.8269 8.31171 15.751C8.30802 15.7541 8.29484 15.7661 8.36265 15.6797C8.26441 15.8004 7.41258 16.5574 7.16177 16.8417C6.64726 17.4248 6.44014 17.9224 6.51725 18.3224C6.58965 18.6978 6.73623 18.9089 6.96754 19.0667C7.08515 19.1469 7.22108 19.2086 7.35634 19.2494C7.39091 19.2598 7.42153 19.2677 7.44674 19.2732C7.48007 19.2755 7.51904 19.2777 7.56331 19.2798ZM14.6617 12.0039C16.0373 13.9739 18.3933 15.7967 18.3933 15.7967C18.3933 15.7967 20.4569 17.5447 19.031 19.8352C17.605 22.1257 13.778 21.1127 13.778 21.1127C13.778 21.1127 12.2578 20.6236 10.492 21.0152C8.72706 21.4102 7.20561 21.2604 7.20561 21.2604C7.20561 21.2604 4.99964 21.0152 4.55343 18.701C4.10721 16.3869 6.61326 14.6608 6.81143 14.4173C7.00657 14.1699 8.32336 13.3442 9.26328 11.7587C10.2032 10.1731 12.8471 9.21909 14.6617 12.0039ZM20.2002 10.5846C20.2002 11.0415 20.391 12.9772 18.6478 13.0158C16.9053 13.0544 16.8317 11.8378 16.8317 10.9662C16.8317 10.053 17.0192 8.76113 18.422 8.76113C19.8225 8.76113 20.2002 10.13 20.2002 10.5846ZM14.7711 7.80669C13.591 7.65486 13.3238 6.58499 13.4378 5.51446C13.5333 4.63866 14.5804 3.2953 15.419 3.48769C16.2559 3.6784 17.0188 4.78748 16.8646 5.74238C16.7134 6.69862 15.9533 7.9602 14.7711 7.80669ZM9.75498 7.43996C8.89373 7.43996 8.19433 6.44695 8.19433 5.21916C8.19433 3.99269 8.8934 3 9.75498 3C10.6179 3 11.3153 3.99269 11.3153 5.21916C11.3153 6.44695 10.6179 7.43996 9.75498 7.43996ZM5.96186 12.0061C4.26673 12.3714 3.63542 10.4091 3.82144 9.49078C3.82144 9.49078 4.02239 7.50401 5.39776 7.38059C6.49074 7.28599 7.29562 8.4821 7.37884 9.16641C7.42971 9.61029 7.66125 11.6412 5.96186 12.0061Z" }) }))); });
4
+ export const baiduLineSvg = baiduLineSvgImport;
5
+ export const BaiduLineIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M7.56331 19.2798C7.73337 19.2876 7.92984 19.2906 8.14727 19.2863C8.77279 19.2739 9.4239 19.2047 10.059 19.0626C11.0716 18.838 12.0771 18.8143 13.0395 18.9318C13.5864 18.9986 14.0247 19.0969 14.3275 19.1891C15.4052 19.4638 16.9386 19.4119 17.3331 18.7782C17.6238 18.3113 17.5856 17.9916 17.3071 17.5803C17.2466 17.4909 17.1809 17.4105 17.1185 17.3445C17.1097 17.3351 17.1016 17.3269 17.0945 17.3197C17.0282 17.267 16.9917 17.2377 16.9302 17.1878C16.7544 17.0449 16.5599 16.8823 16.3513 16.702C15.7559 16.1875 15.1602 15.6296 14.5987 15.0426C13.9929 14.4095 13.461 13.7777 13.0219 13.1489L12.9861 13.0958C12.2441 11.9571 11.428 12.029 10.9837 12.7785C10.7019 13.254 10.3821 13.696 10.029 14.1105C9.61853 14.5924 9.19882 15.0001 8.72348 15.4067C8.60056 15.5119 8.22086 15.8269 8.31171 15.751C8.30802 15.7541 8.29484 15.7661 8.36265 15.6797C8.26441 15.8004 7.41258 16.5574 7.16177 16.8417C6.64726 17.4248 6.44014 17.9224 6.51725 18.3224C6.58965 18.6978 6.73623 18.9089 6.96754 19.0667C7.08515 19.1469 7.22108 19.2086 7.35634 19.2494C7.39091 19.2598 7.42153 19.2677 7.44674 19.2732C7.48007 19.2755 7.51904 19.2777 7.56331 19.2798ZM14.6617 12.0039C16.0373 13.9739 18.3933 15.7967 18.3933 15.7967C18.3933 15.7967 20.4569 17.5447 19.031 19.8352C17.605 22.1257 13.778 21.1127 13.778 21.1127C13.778 21.1127 12.2578 20.6236 10.492 21.0152C8.72706 21.4102 7.20561 21.2604 7.20561 21.2604C7.20561 21.2604 4.99964 21.0152 4.55343 18.701C4.10721 16.3869 6.61326 14.6608 6.81143 14.4173C7.00657 14.1699 8.32336 13.3442 9.26328 11.7587C10.2032 10.1731 12.8471 9.21909 14.6617 12.0039ZM20.2002 10.5846C20.2002 11.0415 20.391 12.9772 18.6478 13.0158C16.9053 13.0544 16.8317 11.8378 16.8317 10.9662C16.8317 10.053 17.0192 8.76113 18.422 8.76113C19.8225 8.76113 20.2002 10.13 20.2002 10.5846ZM14.7711 7.80669C13.591 7.65486 13.3238 6.58499 13.4378 5.51446C13.5333 4.63866 14.5804 3.2953 15.419 3.48769C16.2559 3.6784 17.0188 4.78748 16.8646 5.74238C16.7134 6.69862 15.9533 7.9602 14.7711 7.80669ZM9.75498 7.43996C8.89373 7.43996 8.19433 6.44695 8.19433 5.21916C8.19433 3.99269 8.8934 3 9.75498 3C10.6179 3 11.3153 3.99269 11.3153 5.21916C11.3153 6.44695 10.6179 7.43996 9.75498 7.43996ZM5.96186 12.0061C4.26673 12.3714 3.63542 10.4091 3.82144 9.49078C3.82144 9.49078 4.02239 7.50401 5.39776 7.38059C6.49074 7.28599 7.29562 8.4821 7.37884 9.16641C7.42971 9.61029 7.66125 11.6412 5.96186 12.0061Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import bardFillSvgImport from "remixicon/icons/Logos/bard-fill.svg";
15
- export var bardFillSvg = bardFillSvgImport;
16
- export var BardFillIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.6144 17.7956 11.492 15.7854C12.2731 13.9966 13.6789 12.5726 15.4325 11.7942L17.8482 10.7219C18.6162 10.381 18.6162 9.26368 17.8482 8.92277L15.5079 7.88394C13.7092 7.08552 12.2782 5.60881 11.5105 3.75894L10.6215 1.61673C10.2916.821765 9.19319.821767 8.8633 1.61673L7.97427 3.75892C7.20657 5.60881 5.77553 7.08552 3.97685 7.88394L1.63658 8.92277C.868537 9.26368.868536 10.381 1.63658 10.7219L4.0523 11.7942C5.80589 12.5726 7.21171 13.9966 7.99275 15.7854L8.8704 17.7956C9.20776 18.5682 10.277 18.5682 10.6144 17.7956ZM19.4014 22.6899 19.6482 22.1242C20.0882 21.1156 20.8807 20.3125 21.8695 19.8732L22.6299 19.5353C23.0412 19.3526 23.0412 18.7549 22.6299 18.5722L21.9121 18.2532C20.8978 17.8026 20.0911 16.9698 19.6586 15.9269L19.4052 15.3156C19.2285 14.8896 18.6395 14.8896 18.4628 15.3156L18.2094 15.9269C17.777 16.9698 16.9703 17.8026 15.956 18.2532L15.2381 18.5722C14.8269 18.7549 14.8269 19.3526 15.2381 19.5353L15.9985 19.8732C16.9874 20.3125 17.7798 21.1156 18.2198 22.1242L18.4667 22.6899C18.6473 23.104 19.2207 23.104 19.4014 22.6899Z" }) }))); });
4
+ export const bardFillSvg = bardFillSvgImport;
5
+ export const BardFillIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.6144 17.7956 11.492 15.7854C12.2731 13.9966 13.6789 12.5726 15.4325 11.7942L17.8482 10.7219C18.6162 10.381 18.6162 9.26368 17.8482 8.92277L15.5079 7.88394C13.7092 7.08552 12.2782 5.60881 11.5105 3.75894L10.6215 1.61673C10.2916.821765 9.19319.821767 8.8633 1.61673L7.97427 3.75892C7.20657 5.60881 5.77553 7.08552 3.97685 7.88394L1.63658 8.92277C.868537 9.26368.868536 10.381 1.63658 10.7219L4.0523 11.7942C5.80589 12.5726 7.21171 13.9966 7.99275 15.7854L8.8704 17.7956C9.20776 18.5682 10.277 18.5682 10.6144 17.7956ZM19.4014 22.6899 19.6482 22.1242C20.0882 21.1156 20.8807 20.3125 21.8695 19.8732L22.6299 19.5353C23.0412 19.3526 23.0412 18.7549 22.6299 18.5722L21.9121 18.2532C20.8978 17.8026 20.0911 16.9698 19.6586 15.9269L19.4052 15.3156C19.2285 14.8896 18.6395 14.8896 18.4628 15.3156L18.2094 15.9269C17.777 16.9698 16.9703 17.8026 15.956 18.2532L15.2381 18.5722C14.8269 18.7549 14.8269 19.3526 15.2381 19.5353L15.9985 19.8732C16.9874 20.3125 17.7798 21.1156 18.2198 22.1242L18.4667 22.6899C18.6473 23.104 19.2207 23.104 19.4014 22.6899Z" }) }))));
@@ -1,16 +1,5 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "react/jsx-runtime";
13
2
  import { forwardRef } from "react";
14
3
  import bardLineSvgImport from "remixicon/icons/Logos/bard-line.svg";
15
- export var bardLineSvg = bardLineSvgImport;
16
- export var BardLineIcon = forwardRef(function (props, ref) { return (_jsx("svg", __assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.6144 17.7956C10.277 18.5682 9.20776 18.5682 8.8704 17.7956L7.99275 15.7854C7.21171 13.9966 5.80589 12.5726 4.0523 11.7942L1.63658 10.7219C.868536 10.381.868537 9.26368 1.63658 8.92276L3.97685 7.88394C5.77553 7.08552 7.20657 5.60881 7.97427 3.75892L8.8633 1.61673C9.19319.821767 10.2916.821765 10.6215 1.61673L11.5105 3.75894C12.2782 5.60881 13.7092 7.08552 15.5079 7.88394L17.8482 8.92276C18.6162 9.26368 18.6162 10.381 17.8482 10.7219L15.4325 11.7942C13.6789 12.5726 12.2731 13.9966 11.492 15.7854L10.6144 17.7956ZM4.53956 9.82234C6.8254 10.837 8.68402 12.5048 9.74238 14.7996 10.8008 12.5048 12.6594 10.837 14.9452 9.82234 12.6321 8.79557 10.7676 7.04647 9.74239 4.71088 8.71719 7.04648 6.85267 8.79557 4.53956 9.82234ZM19.4014 22.6899 19.6482 22.1242C20.0882 21.1156 20.8807 20.3125 21.8695 19.8732L22.6299 19.5353C23.0412 19.3526 23.0412 18.7549 22.6299 18.5722L21.9121 18.2532C20.8978 17.8026 20.0911 16.9698 19.6586 15.9269L19.4052 15.3156C19.2285 14.8896 18.6395 14.8896 18.4628 15.3156L18.2094 15.9269C17.777 16.9698 16.9703 17.8026 15.956 18.2532L15.2381 18.5722C14.8269 18.7549 14.8269 19.3526 15.2381 19.5353L15.9985 19.8732C16.9874 20.3125 17.7798 21.1156 18.2198 22.1242L18.4667 22.6899C18.6473 23.104 19.2207 23.104 19.4014 22.6899ZM18.3745 19.0469 18.937 18.4883 19.4878 19.0469 18.937 19.5898 18.3745 19.0469Z" }) }))); });
4
+ export const bardLineSvg = bardLineSvgImport;
5
+ export const BardLineIcon = forwardRef((props, ref) => (_jsx("svg", Object.assign({ width: "24", height: "24" }, props, { ref: ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { fill: 'currentColor', d: "M10.6144 17.7956C10.277 18.5682 9.20776 18.5682 8.8704 17.7956L7.99275 15.7854C7.21171 13.9966 5.80589 12.5726 4.0523 11.7942L1.63658 10.7219C.868536 10.381.868537 9.26368 1.63658 8.92276L3.97685 7.88394C5.77553 7.08552 7.20657 5.60881 7.97427 3.75892L8.8633 1.61673C9.19319.821767 10.2916.821765 10.6215 1.61673L11.5105 3.75894C12.2782 5.60881 13.7092 7.08552 15.5079 7.88394L17.8482 8.92276C18.6162 9.26368 18.6162 10.381 17.8482 10.7219L15.4325 11.7942C13.6789 12.5726 12.2731 13.9966 11.492 15.7854L10.6144 17.7956ZM4.53956 9.82234C6.8254 10.837 8.68402 12.5048 9.74238 14.7996 10.8008 12.5048 12.6594 10.837 14.9452 9.82234 12.6321 8.79557 10.7676 7.04647 9.74239 4.71088 8.71719 7.04648 6.85267 8.79557 4.53956 9.82234ZM19.4014 22.6899 19.6482 22.1242C20.0882 21.1156 20.8807 20.3125 21.8695 19.8732L22.6299 19.5353C23.0412 19.3526 23.0412 18.7549 22.6299 18.5722L21.9121 18.2532C20.8978 17.8026 20.0911 16.9698 19.6586 15.9269L19.4052 15.3156C19.2285 14.8896 18.6395 14.8896 18.4628 15.3156L18.2094 15.9269C17.777 16.9698 16.9703 17.8026 15.956 18.2532L15.2381 18.5722C14.8269 18.7549 14.8269 19.3526 15.2381 19.5353L15.9985 19.8732C16.9874 20.3125 17.7798 21.1156 18.2198 22.1242L18.4667 22.6899C18.6473 23.104 19.2207 23.104 19.4014 22.6899ZM18.3745 19.0469 18.937 18.4883 19.4878 19.0469 18.937 19.5898 18.3745 19.0469Z" }) }))));