@indxsearch/pixl 1.0.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 (870) hide show
  1. package/README.md +45 -0
  2. package/components/main-icons/AlignCenterIcon.tsx +14 -0
  3. package/components/main-icons/AlignJustifyIcon.tsx +14 -0
  4. package/components/main-icons/AlignLeftIcon.tsx +14 -0
  5. package/components/main-icons/AlignRightIcon.tsx +14 -0
  6. package/components/main-icons/AnalyticsIcon.tsx +12 -0
  7. package/components/main-icons/AnchorIcon.tsx +12 -0
  8. package/components/main-icons/BarCodeIcon.tsx +29 -0
  9. package/components/main-icons/BatteryIcon.tsx +17 -0
  10. package/components/main-icons/BellIcon.tsx +24 -0
  11. package/components/main-icons/BookIcon.tsx +29 -0
  12. package/components/main-icons/BoostIcon.tsx +23 -0
  13. package/components/main-icons/CardIcon.tsx +41 -0
  14. package/components/main-icons/CheckIcon.tsx +12 -0
  15. package/components/main-icons/CircleIcon.tsx +23 -0
  16. package/components/main-icons/ClockIcon.tsx +12 -0
  17. package/components/main-icons/CloudIcon.tsx +12 -0
  18. package/components/main-icons/CodeIcon.tsx +21 -0
  19. package/components/main-icons/CoffeeIcon.tsx +19 -0
  20. package/components/main-icons/CoinsIcon.tsx +23 -0
  21. package/components/main-icons/CommentIcon.tsx +12 -0
  22. package/components/main-icons/ComponentIcon.tsx +20 -0
  23. package/components/main-icons/ComposeIcon.tsx +12 -0
  24. package/components/main-icons/CopyIcon.tsx +12 -0
  25. package/components/main-icons/CoreIcon.tsx +26 -0
  26. package/components/main-icons/CoverageIcon.tsx +31 -0
  27. package/components/main-icons/CoverageIndexIcon.tsx +20 -0
  28. package/components/main-icons/CpuIcon.tsx +12 -0
  29. package/components/main-icons/CropIcon.tsx +12 -0
  30. package/components/main-icons/CrystalBallIcon.tsx +31 -0
  31. package/components/main-icons/CsharpIcon.tsx +27 -0
  32. package/components/main-icons/DeleteIcon.tsx +19 -0
  33. package/components/main-icons/DiscoveryIcon.tsx +12 -0
  34. package/components/main-icons/DivingMaskIcon.tsx +28 -0
  35. package/components/main-icons/DocumentFieldsIcon.tsx +31 -0
  36. package/components/main-icons/DocumentOrFileIcon.tsx +12 -0
  37. package/components/main-icons/DownloadIcon.tsx +19 -0
  38. package/components/main-icons/DropEmptyIcon.tsx +28 -0
  39. package/components/main-icons/DropFullIcon.tsx +35 -0
  40. package/components/main-icons/DropHalfIcon.tsx +31 -0
  41. package/components/main-icons/DuplicateIcon.tsx +12 -0
  42. package/components/main-icons/DynamicJsonFieldIcon.tsx +25 -0
  43. package/components/main-icons/ECommerceIcon.tsx +12 -0
  44. package/components/main-icons/EmptyIcon.tsx +12 -0
  45. package/components/main-icons/EqualIcon.tsx +17 -0
  46. package/components/main-icons/EyeIcon.tsx +19 -0
  47. package/components/main-icons/FastBackwardIcon.tsx +29 -0
  48. package/components/main-icons/FastForwardIcon.tsx +29 -0
  49. package/components/main-icons/FieldIcon.tsx +18 -0
  50. package/components/main-icons/FieldsIcon.tsx +12 -0
  51. package/components/main-icons/FilterAltIcon.tsx +25 -0
  52. package/components/main-icons/FilterIcon.tsx +12 -0
  53. package/components/main-icons/FlagIcon.tsx +27 -0
  54. package/components/main-icons/FlowerIcon.tsx +12 -0
  55. package/components/main-icons/FolderIcon.tsx +12 -0
  56. package/components/main-icons/FourLeafCloverIcon.tsx +24 -0
  57. package/components/main-icons/FrostIcon.tsx +25 -0
  58. package/components/main-icons/GPSMyLocationIcon.tsx +23 -0
  59. package/components/main-icons/GPSPinIcon.tsx +21 -0
  60. package/components/main-icons/GitBranchIcon.tsx +19 -0
  61. package/components/main-icons/GitCommitIcon.tsx +12 -0
  62. package/components/main-icons/GitMergeIcon.tsx +19 -0
  63. package/components/main-icons/GitPullRequestIcon.tsx +19 -0
  64. package/components/main-icons/GlassIcon.tsx +23 -0
  65. package/components/main-icons/GlassesIcon.tsx +12 -0
  66. package/components/main-icons/GraphIcon.tsx +18 -0
  67. package/components/main-icons/GreaterIcon.tsx +16 -0
  68. package/components/main-icons/GreaterOrEqualIcon.tsx +22 -0
  69. package/components/main-icons/HeadphonesIcon.tsx +12 -0
  70. package/components/main-icons/HeartIcon.tsx +12 -0
  71. package/components/main-icons/HomeIcon.tsx +12 -0
  72. package/components/main-icons/HourGlassIcon.tsx +12 -0
  73. package/components/main-icons/IndxIcon.tsx +12 -0
  74. package/components/main-icons/InstanceIcon.tsx +19 -0
  75. package/components/main-icons/InternetBrowserIcon.tsx +19 -0
  76. package/components/main-icons/JsonIcon.tsx +33 -0
  77. package/components/main-icons/JsonQueryIcon.tsx +27 -0
  78. package/components/main-icons/JsonResultIcon.tsx +27 -0
  79. package/components/main-icons/KeyIcon.tsx +12 -0
  80. package/components/main-icons/LabExperimentIcon.tsx +28 -0
  81. package/components/main-icons/LayoutAlignBottomIcon.tsx +20 -0
  82. package/components/main-icons/LayoutAlignLeftIcon.tsx +20 -0
  83. package/components/main-icons/LayoutAlignRightIcon.tsx +20 -0
  84. package/components/main-icons/LayoutAlignTopIcon.tsx +20 -0
  85. package/components/main-icons/LightBulbIcon.tsx +12 -0
  86. package/components/main-icons/LinearIcon.tsx +26 -0
  87. package/components/main-icons/LinkIcon.tsx +12 -0
  88. package/components/main-icons/ListIcon.tsx +29 -0
  89. package/components/main-icons/LockIcon.tsx +12 -0
  90. package/components/main-icons/LoginIcon.tsx +19 -0
  91. package/components/main-icons/LogoutIcon.tsx +19 -0
  92. package/components/main-icons/LoopIcon.tsx +19 -0
  93. package/components/main-icons/MailIcon.tsx +43 -0
  94. package/components/main-icons/MaximizeIcon.tsx +12 -0
  95. package/components/main-icons/MenuIcon.tsx +13 -0
  96. package/components/main-icons/MicrophoneIcon.tsx +19 -0
  97. package/components/main-icons/MinimizeIcon.tsx +12 -0
  98. package/components/main-icons/MinusIcon.tsx +16 -0
  99. package/components/main-icons/MoneyIcon.tsx +34 -0
  100. package/components/main-icons/NestedObjectIcon.tsx +26 -0
  101. package/components/main-icons/NextIcon.tsx +25 -0
  102. package/components/main-icons/NodesIcon.tsx +28 -0
  103. package/components/main-icons/NugetIcon.tsx +29 -0
  104. package/components/main-icons/OptionsMenuIcon.tsx +14 -0
  105. package/components/main-icons/PanelAddIcon.tsx +29 -0
  106. package/components/main-icons/PanelDeleteIcon.tsx +19 -0
  107. package/components/main-icons/PatternRecognitionIcon.tsx +21 -0
  108. package/components/main-icons/PauseIcon.tsx +21 -0
  109. package/components/main-icons/PcIcon.tsx +25 -0
  110. package/components/main-icons/PercentIcon.tsx +24 -0
  111. package/components/main-icons/PersonaliseIcon.tsx +12 -0
  112. package/components/main-icons/PlayIcon.tsx +20 -0
  113. package/components/main-icons/PlusIcon.tsx +27 -0
  114. package/components/main-icons/PointLeftIcon.tsx +19 -0
  115. package/components/main-icons/PointRightIcon.tsx +19 -0
  116. package/components/main-icons/PointUpIcon.tsx +12 -0
  117. package/components/main-icons/PowerIcon.tsx +28 -0
  118. package/components/main-icons/PrevIcon.tsx +25 -0
  119. package/components/main-icons/PuzzlePieceIcon.tsx +18 -0
  120. package/components/main-icons/RSSFeedIcon.tsx +23 -0
  121. package/components/main-icons/RamIcon.tsx +30 -0
  122. package/components/main-icons/RecorderIcon.tsx +19 -0
  123. package/components/main-icons/RefreshIcon.tsx +26 -0
  124. package/components/main-icons/SaveIcon.tsx +31 -0
  125. package/components/main-icons/SearchIcon.tsx +12 -0
  126. package/components/main-icons/SearchQueryIcon.tsx +24 -0
  127. package/components/main-icons/ShieldIcon.tsx +23 -0
  128. package/components/main-icons/SlidersHorizontalIcon.tsx +19 -0
  129. package/components/main-icons/SlidersVerticalIcon.tsx +19 -0
  130. package/components/main-icons/SmallerIcon.tsx +16 -0
  131. package/components/main-icons/SmallerOrEqualIcon.tsx +22 -0
  132. package/components/main-icons/SortAscendingIcon.tsx +24 -0
  133. package/components/main-icons/SortDescendingIcon.tsx +24 -0
  134. package/components/main-icons/SparkIcon.tsx +28 -0
  135. package/components/main-icons/SpecialCharactersIcon.tsx +27 -0
  136. package/components/main-icons/SpectrumFlatIcon.tsx +12 -0
  137. package/components/main-icons/SpectrumIcon.tsx +12 -0
  138. package/components/main-icons/SpeedometerIcon.tsx +31 -0
  139. package/components/main-icons/StatusIcon.tsx +32 -0
  140. package/components/main-icons/SupportIcon.tsx +34 -0
  141. package/components/main-icons/TagIcon.tsx +26 -0
  142. package/components/main-icons/TerminalIcon.tsx +19 -0
  143. package/components/main-icons/ThumbsUpIcon.tsx +26 -0
  144. package/components/main-icons/ToolBoxIcon.tsx +41 -0
  145. package/components/main-icons/TypingIcon.tsx +12 -0
  146. package/components/main-icons/TypoOrBugIcon.tsx +12 -0
  147. package/components/main-icons/UpdateIcon.tsx +29 -0
  148. package/components/main-icons/UserAliasIcon.tsx +23 -0
  149. package/components/main-icons/UserBookmarkIcon.tsx +34 -0
  150. package/components/main-icons/UserCheckIcon.tsx +19 -0
  151. package/components/main-icons/UserGroupIcon.tsx +20 -0
  152. package/components/main-icons/UserIcon.tsx +19 -0
  153. package/components/main-icons/UserIdIcon.tsx +31 -0
  154. package/components/main-icons/UserMinusIcon.tsx +19 -0
  155. package/components/main-icons/UserPlusIcon.tsx +19 -0
  156. package/components/main-icons/UserPrivacyIcon.tsx +31 -0
  157. package/components/main-icons/UserTextIcon.tsx +33 -0
  158. package/components/main-icons/UserXIcon.tsx +19 -0
  159. package/components/main-icons/UsersIcon.tsx +12 -0
  160. package/components/main-icons/VirtualRealityVrHeadsetIcon.tsx +27 -0
  161. package/components/main-icons/VolumeHighIcon.tsx +35 -0
  162. package/components/main-icons/VolumeLowIcon.tsx +21 -0
  163. package/components/main-icons/VolumeMediumIcon.tsx +31 -0
  164. package/components/main-icons/VolumeMuteIcon.tsx +32 -0
  165. package/components/main-icons/WarningIcon.tsx +31 -0
  166. package/components/main-icons/WeightHighIcon.tsx +20 -0
  167. package/components/main-icons/WeightIcon.tsx +35 -0
  168. package/components/main-icons/WeightLowIcon.tsx +16 -0
  169. package/components/main-icons/WeightMediumIcon.tsx +18 -0
  170. package/components/main-icons/WiFiIcon.tsx +19 -0
  171. package/components/main-icons/XOrErrorIcon.tsx +12 -0
  172. package/components/main-icons/ZapIcon.tsx +22 -0
  173. package/components/main-icons/index.ts +6 -0
  174. package/components/main-icons/types.ts +5 -0
  175. package/dist/components/icons/AlignCenterIcon.js +27 -0
  176. package/dist/components/icons/AlignCenterIcon.js.map +1 -0
  177. package/dist/components/icons/AlignJustifyIcon.js +27 -0
  178. package/dist/components/icons/AlignJustifyIcon.js.map +1 -0
  179. package/dist/components/icons/AlignLeftIcon.js +27 -0
  180. package/dist/components/icons/AlignLeftIcon.js.map +1 -0
  181. package/dist/components/icons/AlignRightIcon.js +27 -0
  182. package/dist/components/icons/AlignRightIcon.js.map +1 -0
  183. package/dist/components/icons/AnalyticsIcon.js +25 -0
  184. package/dist/components/icons/AnalyticsIcon.js.map +1 -0
  185. package/dist/components/icons/AnchorIcon.js +25 -0
  186. package/dist/components/icons/AnchorIcon.js.map +1 -0
  187. package/dist/components/icons/BarCodeIcon.js +42 -0
  188. package/dist/components/icons/BarCodeIcon.js.map +1 -0
  189. package/dist/components/icons/BatteryIcon.js +30 -0
  190. package/dist/components/icons/BatteryIcon.js.map +1 -0
  191. package/dist/components/icons/BellIcon.js +37 -0
  192. package/dist/components/icons/BellIcon.js.map +1 -0
  193. package/dist/components/icons/BookIcon.js +42 -0
  194. package/dist/components/icons/BookIcon.js.map +1 -0
  195. package/dist/components/icons/BoostIcon.js +36 -0
  196. package/dist/components/icons/BoostIcon.js.map +1 -0
  197. package/dist/components/icons/C#Icon.js +41 -0
  198. package/dist/components/icons/C#Icon.js.map +1 -0
  199. package/dist/components/icons/CardIcon.js +54 -0
  200. package/dist/components/icons/CardIcon.js.map +1 -0
  201. package/dist/components/icons/CheckIcon.js +25 -0
  202. package/dist/components/icons/CheckIcon.js.map +1 -0
  203. package/dist/components/icons/CircleIcon.js +36 -0
  204. package/dist/components/icons/CircleIcon.js.map +1 -0
  205. package/dist/components/icons/ClockIcon.js +25 -0
  206. package/dist/components/icons/ClockIcon.js.map +1 -0
  207. package/dist/components/icons/CloudIcon.js +25 -0
  208. package/dist/components/icons/CloudIcon.js.map +1 -0
  209. package/dist/components/icons/CodeIcon.js +34 -0
  210. package/dist/components/icons/CodeIcon.js.map +1 -0
  211. package/dist/components/icons/CoffeeIcon.js +32 -0
  212. package/dist/components/icons/CoffeeIcon.js.map +1 -0
  213. package/dist/components/icons/CoinsIcon.js +36 -0
  214. package/dist/components/icons/CoinsIcon.js.map +1 -0
  215. package/dist/components/icons/CommentIcon.js +25 -0
  216. package/dist/components/icons/CommentIcon.js.map +1 -0
  217. package/dist/components/icons/ComponentIcon.js +33 -0
  218. package/dist/components/icons/ComponentIcon.js.map +1 -0
  219. package/dist/components/icons/ComposeIcon.js +25 -0
  220. package/dist/components/icons/ComposeIcon.js.map +1 -0
  221. package/dist/components/icons/CopyIcon.js +25 -0
  222. package/dist/components/icons/CopyIcon.js.map +1 -0
  223. package/dist/components/icons/CoreIcon.js +39 -0
  224. package/dist/components/icons/CoreIcon.js.map +1 -0
  225. package/dist/components/icons/CoverageIcon.js +44 -0
  226. package/dist/components/icons/CoverageIcon.js.map +1 -0
  227. package/dist/components/icons/CoverageIndexIcon.js +33 -0
  228. package/dist/components/icons/CoverageIndexIcon.js.map +1 -0
  229. package/dist/components/icons/CpuIcon.js +25 -0
  230. package/dist/components/icons/CpuIcon.js.map +1 -0
  231. package/dist/components/icons/CropIcon.js +25 -0
  232. package/dist/components/icons/CropIcon.js.map +1 -0
  233. package/dist/components/icons/CrystalBallIcon.js +44 -0
  234. package/dist/components/icons/CrystalBallIcon.js.map +1 -0
  235. package/dist/components/icons/DeleteIcon.js +32 -0
  236. package/dist/components/icons/DeleteIcon.js.map +1 -0
  237. package/dist/components/icons/DiscoveryIcon.js +25 -0
  238. package/dist/components/icons/DiscoveryIcon.js.map +1 -0
  239. package/dist/components/icons/DivingMaskIcon.js +41 -0
  240. package/dist/components/icons/DivingMaskIcon.js.map +1 -0
  241. package/dist/components/icons/DocumentFieldsIcon.js +44 -0
  242. package/dist/components/icons/DocumentFieldsIcon.js.map +1 -0
  243. package/dist/components/icons/DocumentOrFileIcon.js +25 -0
  244. package/dist/components/icons/DocumentOrFileIcon.js.map +1 -0
  245. package/dist/components/icons/DownloadIcon.js +32 -0
  246. package/dist/components/icons/DownloadIcon.js.map +1 -0
  247. package/dist/components/icons/DropEmptyIcon.js +41 -0
  248. package/dist/components/icons/DropEmptyIcon.js.map +1 -0
  249. package/dist/components/icons/DropFullIcon.js +48 -0
  250. package/dist/components/icons/DropFullIcon.js.map +1 -0
  251. package/dist/components/icons/DropHalfIcon.js +44 -0
  252. package/dist/components/icons/DropHalfIcon.js.map +1 -0
  253. package/dist/components/icons/DuplicateIcon.js +25 -0
  254. package/dist/components/icons/DuplicateIcon.js.map +1 -0
  255. package/dist/components/icons/DynamicJsonFieldIcon.js +38 -0
  256. package/dist/components/icons/DynamicJsonFieldIcon.js.map +1 -0
  257. package/dist/components/icons/ECommerceIcon.js +25 -0
  258. package/dist/components/icons/ECommerceIcon.js.map +1 -0
  259. package/dist/components/icons/EmptyIcon.js +25 -0
  260. package/dist/components/icons/EmptyIcon.js.map +1 -0
  261. package/dist/components/icons/EqualIcon.js +30 -0
  262. package/dist/components/icons/EqualIcon.js.map +1 -0
  263. package/dist/components/icons/EyeIcon.js +32 -0
  264. package/dist/components/icons/EyeIcon.js.map +1 -0
  265. package/dist/components/icons/FastBackwardIcon.js +42 -0
  266. package/dist/components/icons/FastBackwardIcon.js.map +1 -0
  267. package/dist/components/icons/FastForwardIcon.js +42 -0
  268. package/dist/components/icons/FastForwardIcon.js.map +1 -0
  269. package/dist/components/icons/FieldIcon.js +31 -0
  270. package/dist/components/icons/FieldIcon.js.map +1 -0
  271. package/dist/components/icons/FieldsIcon.js +25 -0
  272. package/dist/components/icons/FieldsIcon.js.map +1 -0
  273. package/dist/components/icons/FilterAltIcon.js +38 -0
  274. package/dist/components/icons/FilterAltIcon.js.map +1 -0
  275. package/dist/components/icons/FilterIcon.js +25 -0
  276. package/dist/components/icons/FilterIcon.js.map +1 -0
  277. package/dist/components/icons/FlagIcon.js +40 -0
  278. package/dist/components/icons/FlagIcon.js.map +1 -0
  279. package/dist/components/icons/FlowerIcon.js +25 -0
  280. package/dist/components/icons/FlowerIcon.js.map +1 -0
  281. package/dist/components/icons/FolderIcon.js +25 -0
  282. package/dist/components/icons/FolderIcon.js.map +1 -0
  283. package/dist/components/icons/FourLeafCloverIcon.js +37 -0
  284. package/dist/components/icons/FourLeafCloverIcon.js.map +1 -0
  285. package/dist/components/icons/FrostIcon.js +38 -0
  286. package/dist/components/icons/FrostIcon.js.map +1 -0
  287. package/dist/components/icons/GPSMyLocationIcon.js +36 -0
  288. package/dist/components/icons/GPSMyLocationIcon.js.map +1 -0
  289. package/dist/components/icons/GPSPinIcon.js +34 -0
  290. package/dist/components/icons/GPSPinIcon.js.map +1 -0
  291. package/dist/components/icons/GitBranchIcon.js +32 -0
  292. package/dist/components/icons/GitBranchIcon.js.map +1 -0
  293. package/dist/components/icons/GitCommitIcon.js +25 -0
  294. package/dist/components/icons/GitCommitIcon.js.map +1 -0
  295. package/dist/components/icons/GitMergeIcon.js +32 -0
  296. package/dist/components/icons/GitMergeIcon.js.map +1 -0
  297. package/dist/components/icons/GitPullRequestIcon.js +32 -0
  298. package/dist/components/icons/GitPullRequestIcon.js.map +1 -0
  299. package/dist/components/icons/GlassIcon.js +36 -0
  300. package/dist/components/icons/GlassIcon.js.map +1 -0
  301. package/dist/components/icons/GlassesIcon.js +25 -0
  302. package/dist/components/icons/GlassesIcon.js.map +1 -0
  303. package/dist/components/icons/GraphIcon.js +31 -0
  304. package/dist/components/icons/GraphIcon.js.map +1 -0
  305. package/dist/components/icons/GreaterIcon.js +29 -0
  306. package/dist/components/icons/GreaterIcon.js.map +1 -0
  307. package/dist/components/icons/GreaterOrEqualIcon.js +35 -0
  308. package/dist/components/icons/GreaterOrEqualIcon.js.map +1 -0
  309. package/dist/components/icons/HeadphonesIcon.js +25 -0
  310. package/dist/components/icons/HeadphonesIcon.js.map +1 -0
  311. package/dist/components/icons/HeartIcon.js +25 -0
  312. package/dist/components/icons/HeartIcon.js.map +1 -0
  313. package/dist/components/icons/HomeIcon.js +25 -0
  314. package/dist/components/icons/HomeIcon.js.map +1 -0
  315. package/dist/components/icons/HourGlassIcon.js +25 -0
  316. package/dist/components/icons/HourGlassIcon.js.map +1 -0
  317. package/dist/components/icons/IndxIcon.js +25 -0
  318. package/dist/components/icons/IndxIcon.js.map +1 -0
  319. package/dist/components/icons/InstanceIcon.js +32 -0
  320. package/dist/components/icons/InstanceIcon.js.map +1 -0
  321. package/dist/components/icons/InternetBrowserIcon.js +32 -0
  322. package/dist/components/icons/InternetBrowserIcon.js.map +1 -0
  323. package/dist/components/icons/JSONIcon.js +46 -0
  324. package/dist/components/icons/JSONIcon.js.map +1 -0
  325. package/dist/components/icons/JsonQueryIcon.js +40 -0
  326. package/dist/components/icons/JsonQueryIcon.js.map +1 -0
  327. package/dist/components/icons/JsonResultIcon.js +40 -0
  328. package/dist/components/icons/JsonResultIcon.js.map +1 -0
  329. package/dist/components/icons/KeyIcon.js +25 -0
  330. package/dist/components/icons/KeyIcon.js.map +1 -0
  331. package/dist/components/icons/LabExperimentIcon.js +41 -0
  332. package/dist/components/icons/LabExperimentIcon.js.map +1 -0
  333. package/dist/components/icons/LayoutAlignBottomIcon.js +33 -0
  334. package/dist/components/icons/LayoutAlignBottomIcon.js.map +1 -0
  335. package/dist/components/icons/LayoutAlignLeftIcon.js +33 -0
  336. package/dist/components/icons/LayoutAlignLeftIcon.js.map +1 -0
  337. package/dist/components/icons/LayoutAlignRightIcon.js +33 -0
  338. package/dist/components/icons/LayoutAlignRightIcon.js.map +1 -0
  339. package/dist/components/icons/LayoutAlignTopIcon.js +33 -0
  340. package/dist/components/icons/LayoutAlignTopIcon.js.map +1 -0
  341. package/dist/components/icons/LightBulbIcon.js +25 -0
  342. package/dist/components/icons/LightBulbIcon.js.map +1 -0
  343. package/dist/components/icons/LinearIcon.js +39 -0
  344. package/dist/components/icons/LinearIcon.js.map +1 -0
  345. package/dist/components/icons/LinkIcon.js +25 -0
  346. package/dist/components/icons/LinkIcon.js.map +1 -0
  347. package/dist/components/icons/ListIcon.js +42 -0
  348. package/dist/components/icons/ListIcon.js.map +1 -0
  349. package/dist/components/icons/LockIcon.js +25 -0
  350. package/dist/components/icons/LockIcon.js.map +1 -0
  351. package/dist/components/icons/LoginIcon.js +32 -0
  352. package/dist/components/icons/LoginIcon.js.map +1 -0
  353. package/dist/components/icons/LogoutIcon.js +32 -0
  354. package/dist/components/icons/LogoutIcon.js.map +1 -0
  355. package/dist/components/icons/LoopIcon.js +32 -0
  356. package/dist/components/icons/LoopIcon.js.map +1 -0
  357. package/dist/components/icons/MailIcon.js +56 -0
  358. package/dist/components/icons/MailIcon.js.map +1 -0
  359. package/dist/components/icons/MaximizeIcon.js +25 -0
  360. package/dist/components/icons/MaximizeIcon.js.map +1 -0
  361. package/dist/components/icons/MenuIcon.js +26 -0
  362. package/dist/components/icons/MenuIcon.js.map +1 -0
  363. package/dist/components/icons/MicrophoneIcon.js +32 -0
  364. package/dist/components/icons/MicrophoneIcon.js.map +1 -0
  365. package/dist/components/icons/MinimizeIcon.js +25 -0
  366. package/dist/components/icons/MinimizeIcon.js.map +1 -0
  367. package/dist/components/icons/MinusIcon.js +29 -0
  368. package/dist/components/icons/MinusIcon.js.map +1 -0
  369. package/dist/components/icons/MoneyIcon.js +47 -0
  370. package/dist/components/icons/MoneyIcon.js.map +1 -0
  371. package/dist/components/icons/NestedObjectIcon.js +39 -0
  372. package/dist/components/icons/NestedObjectIcon.js.map +1 -0
  373. package/dist/components/icons/NextIcon.js +38 -0
  374. package/dist/components/icons/NextIcon.js.map +1 -0
  375. package/dist/components/icons/NodesIcon.js +41 -0
  376. package/dist/components/icons/NodesIcon.js.map +1 -0
  377. package/dist/components/icons/NugetIcon.js +42 -0
  378. package/dist/components/icons/NugetIcon.js.map +1 -0
  379. package/dist/components/icons/OptionsMenuIcon.js +27 -0
  380. package/dist/components/icons/OptionsMenuIcon.js.map +1 -0
  381. package/dist/components/icons/PanelAddIcon.js +42 -0
  382. package/dist/components/icons/PanelAddIcon.js.map +1 -0
  383. package/dist/components/icons/PanelDeleteIcon.js +32 -0
  384. package/dist/components/icons/PanelDeleteIcon.js.map +1 -0
  385. package/dist/components/icons/PatternRecognitionIcon.js +34 -0
  386. package/dist/components/icons/PatternRecognitionIcon.js.map +1 -0
  387. package/dist/components/icons/PauseIcon.js +34 -0
  388. package/dist/components/icons/PauseIcon.js.map +1 -0
  389. package/dist/components/icons/PcIcon.js +38 -0
  390. package/dist/components/icons/PcIcon.js.map +1 -0
  391. package/dist/components/icons/PercentIcon.js +37 -0
  392. package/dist/components/icons/PercentIcon.js.map +1 -0
  393. package/dist/components/icons/PersonaliseIcon.js +25 -0
  394. package/dist/components/icons/PersonaliseIcon.js.map +1 -0
  395. package/dist/components/icons/PlayIcon.js +33 -0
  396. package/dist/components/icons/PlayIcon.js.map +1 -0
  397. package/dist/components/icons/PlusIcon.js +40 -0
  398. package/dist/components/icons/PlusIcon.js.map +1 -0
  399. package/dist/components/icons/PointLeftIcon.js +32 -0
  400. package/dist/components/icons/PointLeftIcon.js.map +1 -0
  401. package/dist/components/icons/PointRightIcon.js +32 -0
  402. package/dist/components/icons/PointRightIcon.js.map +1 -0
  403. package/dist/components/icons/PointUpIcon.js +25 -0
  404. package/dist/components/icons/PointUpIcon.js.map +1 -0
  405. package/dist/components/icons/PowerIcon.js +41 -0
  406. package/dist/components/icons/PowerIcon.js.map +1 -0
  407. package/dist/components/icons/PrevIcon.js +38 -0
  408. package/dist/components/icons/PrevIcon.js.map +1 -0
  409. package/dist/components/icons/PuzzlePieceIcon.js +31 -0
  410. package/dist/components/icons/PuzzlePieceIcon.js.map +1 -0
  411. package/dist/components/icons/RAMIcon.js +43 -0
  412. package/dist/components/icons/RAMIcon.js.map +1 -0
  413. package/dist/components/icons/RSSFeedIcon.js +36 -0
  414. package/dist/components/icons/RSSFeedIcon.js.map +1 -0
  415. package/dist/components/icons/RecorderIcon.js +32 -0
  416. package/dist/components/icons/RecorderIcon.js.map +1 -0
  417. package/dist/components/icons/RefreshIcon.js +39 -0
  418. package/dist/components/icons/RefreshIcon.js.map +1 -0
  419. package/dist/components/icons/SaveIcon.js +44 -0
  420. package/dist/components/icons/SaveIcon.js.map +1 -0
  421. package/dist/components/icons/SearchIcon.js +25 -0
  422. package/dist/components/icons/SearchIcon.js.map +1 -0
  423. package/dist/components/icons/SearchQueryIcon.js +37 -0
  424. package/dist/components/icons/SearchQueryIcon.js.map +1 -0
  425. package/dist/components/icons/ShieldIcon.js +36 -0
  426. package/dist/components/icons/ShieldIcon.js.map +1 -0
  427. package/dist/components/icons/SlidersHorizontalIcon.js +32 -0
  428. package/dist/components/icons/SlidersHorizontalIcon.js.map +1 -0
  429. package/dist/components/icons/SlidersVerticalIcon.js +32 -0
  430. package/dist/components/icons/SlidersVerticalIcon.js.map +1 -0
  431. package/dist/components/icons/SmallerIcon.js +29 -0
  432. package/dist/components/icons/SmallerIcon.js.map +1 -0
  433. package/dist/components/icons/SmallerOrEqualIcon.js +35 -0
  434. package/dist/components/icons/SmallerOrEqualIcon.js.map +1 -0
  435. package/dist/components/icons/SortAscendingIcon.js +37 -0
  436. package/dist/components/icons/SortAscendingIcon.js.map +1 -0
  437. package/dist/components/icons/SortDescendingIcon.js +37 -0
  438. package/dist/components/icons/SortDescendingIcon.js.map +1 -0
  439. package/dist/components/icons/SparkIcon.js +41 -0
  440. package/dist/components/icons/SparkIcon.js.map +1 -0
  441. package/dist/components/icons/SpecialCharactersIcon.js +40 -0
  442. package/dist/components/icons/SpecialCharactersIcon.js.map +1 -0
  443. package/dist/components/icons/SpectrumFlatIcon.js +25 -0
  444. package/dist/components/icons/SpectrumFlatIcon.js.map +1 -0
  445. package/dist/components/icons/SpectrumIcon.js +25 -0
  446. package/dist/components/icons/SpectrumIcon.js.map +1 -0
  447. package/dist/components/icons/SpeedometerIcon.js +44 -0
  448. package/dist/components/icons/SpeedometerIcon.js.map +1 -0
  449. package/dist/components/icons/StatusIcon.js +45 -0
  450. package/dist/components/icons/StatusIcon.js.map +1 -0
  451. package/dist/components/icons/SupportIcon.js +47 -0
  452. package/dist/components/icons/SupportIcon.js.map +1 -0
  453. package/dist/components/icons/TagIcon.js +39 -0
  454. package/dist/components/icons/TagIcon.js.map +1 -0
  455. package/dist/components/icons/TerminalIcon.js +32 -0
  456. package/dist/components/icons/TerminalIcon.js.map +1 -0
  457. package/dist/components/icons/ThumbsUpIcon.js +39 -0
  458. package/dist/components/icons/ThumbsUpIcon.js.map +1 -0
  459. package/dist/components/icons/ToolBoxIcon.js +54 -0
  460. package/dist/components/icons/ToolBoxIcon.js.map +1 -0
  461. package/dist/components/icons/TypingIcon.js +25 -0
  462. package/dist/components/icons/TypingIcon.js.map +1 -0
  463. package/dist/components/icons/TypoOrBugIcon.js +25 -0
  464. package/dist/components/icons/TypoOrBugIcon.js.map +1 -0
  465. package/dist/components/icons/UpdateIcon.js +42 -0
  466. package/dist/components/icons/UpdateIcon.js.map +1 -0
  467. package/dist/components/icons/UserAliasIcon.js +36 -0
  468. package/dist/components/icons/UserAliasIcon.js.map +1 -0
  469. package/dist/components/icons/UserBookmarkIcon.js +47 -0
  470. package/dist/components/icons/UserBookmarkIcon.js.map +1 -0
  471. package/dist/components/icons/UserCheckIcon.js +32 -0
  472. package/dist/components/icons/UserCheckIcon.js.map +1 -0
  473. package/dist/components/icons/UserGroupIcon.js +33 -0
  474. package/dist/components/icons/UserGroupIcon.js.map +1 -0
  475. package/dist/components/icons/UserIcon.js +32 -0
  476. package/dist/components/icons/UserIcon.js.map +1 -0
  477. package/dist/components/icons/UserIdIcon.js +44 -0
  478. package/dist/components/icons/UserIdIcon.js.map +1 -0
  479. package/dist/components/icons/UserMinusIcon.js +32 -0
  480. package/dist/components/icons/UserMinusIcon.js.map +1 -0
  481. package/dist/components/icons/UserPlusIcon.js +32 -0
  482. package/dist/components/icons/UserPlusIcon.js.map +1 -0
  483. package/dist/components/icons/UserPrivacyIcon.js +44 -0
  484. package/dist/components/icons/UserPrivacyIcon.js.map +1 -0
  485. package/dist/components/icons/UserTextIcon.js +46 -0
  486. package/dist/components/icons/UserTextIcon.js.map +1 -0
  487. package/dist/components/icons/UserXIcon.js +32 -0
  488. package/dist/components/icons/UserXIcon.js.map +1 -0
  489. package/dist/components/icons/UsersIcon.js +25 -0
  490. package/dist/components/icons/UsersIcon.js.map +1 -0
  491. package/dist/components/icons/VirtualRealityVRHeadsetIcon.js +40 -0
  492. package/dist/components/icons/VirtualRealityVRHeadsetIcon.js.map +1 -0
  493. package/dist/components/icons/VolumeHighIcon.js +48 -0
  494. package/dist/components/icons/VolumeHighIcon.js.map +1 -0
  495. package/dist/components/icons/VolumeLowIcon.js +34 -0
  496. package/dist/components/icons/VolumeLowIcon.js.map +1 -0
  497. package/dist/components/icons/VolumeMediumIcon.js +44 -0
  498. package/dist/components/icons/VolumeMediumIcon.js.map +1 -0
  499. package/dist/components/icons/VolumeMuteIcon.js +45 -0
  500. package/dist/components/icons/VolumeMuteIcon.js.map +1 -0
  501. package/dist/components/icons/WarningIcon.js +44 -0
  502. package/dist/components/icons/WarningIcon.js.map +1 -0
  503. package/dist/components/icons/WeightHighIcon.js +33 -0
  504. package/dist/components/icons/WeightHighIcon.js.map +1 -0
  505. package/dist/components/icons/WeightIcon.js +48 -0
  506. package/dist/components/icons/WeightIcon.js.map +1 -0
  507. package/dist/components/icons/WeightLowIcon.js +29 -0
  508. package/dist/components/icons/WeightLowIcon.js.map +1 -0
  509. package/dist/components/icons/WeightMediumIcon.js +31 -0
  510. package/dist/components/icons/WeightMediumIcon.js.map +1 -0
  511. package/dist/components/icons/WiFiIcon.js +32 -0
  512. package/dist/components/icons/WiFiIcon.js.map +1 -0
  513. package/dist/components/icons/XOrErrorIcon.js +25 -0
  514. package/dist/components/icons/XOrErrorIcon.js.map +1 -0
  515. package/dist/components/icons/ZapIcon.js +35 -0
  516. package/dist/components/icons/ZapIcon.js.map +1 -0
  517. package/dist/components/icons/index.js +353 -0
  518. package/dist/components/icons/index.js.map +1 -0
  519. package/dist/components/icons/types.js +3 -0
  520. package/dist/components/icons/types.js.map +1 -0
  521. package/dist/components/main-icons/AlignCenterIcon.d.ts +4 -0
  522. package/dist/components/main-icons/AlignCenterIcon.js +5 -0
  523. package/dist/components/main-icons/AlignJustifyIcon.d.ts +4 -0
  524. package/dist/components/main-icons/AlignJustifyIcon.js +5 -0
  525. package/dist/components/main-icons/AlignLeftIcon.d.ts +4 -0
  526. package/dist/components/main-icons/AlignLeftIcon.js +5 -0
  527. package/dist/components/main-icons/AlignRightIcon.d.ts +4 -0
  528. package/dist/components/main-icons/AlignRightIcon.js +5 -0
  529. package/dist/components/main-icons/AnalyticsIcon.d.ts +4 -0
  530. package/dist/components/main-icons/AnalyticsIcon.js +5 -0
  531. package/dist/components/main-icons/AnchorIcon.d.ts +4 -0
  532. package/dist/components/main-icons/AnchorIcon.js +5 -0
  533. package/dist/components/main-icons/BarCodeIcon.d.ts +4 -0
  534. package/dist/components/main-icons/BarCodeIcon.js +5 -0
  535. package/dist/components/main-icons/BatteryIcon.d.ts +4 -0
  536. package/dist/components/main-icons/BatteryIcon.js +5 -0
  537. package/dist/components/main-icons/BellIcon.d.ts +4 -0
  538. package/dist/components/main-icons/BellIcon.js +5 -0
  539. package/dist/components/main-icons/BookIcon.d.ts +4 -0
  540. package/dist/components/main-icons/BookIcon.js +5 -0
  541. package/dist/components/main-icons/BoostIcon.d.ts +4 -0
  542. package/dist/components/main-icons/BoostIcon.js +5 -0
  543. package/dist/components/main-icons/CardIcon.d.ts +4 -0
  544. package/dist/components/main-icons/CardIcon.js +5 -0
  545. package/dist/components/main-icons/CheckIcon.d.ts +4 -0
  546. package/dist/components/main-icons/CheckIcon.js +5 -0
  547. package/dist/components/main-icons/CircleIcon.d.ts +4 -0
  548. package/dist/components/main-icons/CircleIcon.js +5 -0
  549. package/dist/components/main-icons/ClockIcon.d.ts +4 -0
  550. package/dist/components/main-icons/ClockIcon.js +5 -0
  551. package/dist/components/main-icons/CloudIcon.d.ts +4 -0
  552. package/dist/components/main-icons/CloudIcon.js +5 -0
  553. package/dist/components/main-icons/CodeIcon.d.ts +4 -0
  554. package/dist/components/main-icons/CodeIcon.js +5 -0
  555. package/dist/components/main-icons/CoffeeIcon.d.ts +4 -0
  556. package/dist/components/main-icons/CoffeeIcon.js +5 -0
  557. package/dist/components/main-icons/CoinsIcon.d.ts +4 -0
  558. package/dist/components/main-icons/CoinsIcon.js +5 -0
  559. package/dist/components/main-icons/CommentIcon.d.ts +4 -0
  560. package/dist/components/main-icons/CommentIcon.js +5 -0
  561. package/dist/components/main-icons/ComponentIcon.d.ts +4 -0
  562. package/dist/components/main-icons/ComponentIcon.js +5 -0
  563. package/dist/components/main-icons/ComposeIcon.d.ts +4 -0
  564. package/dist/components/main-icons/ComposeIcon.js +5 -0
  565. package/dist/components/main-icons/CopyIcon.d.ts +4 -0
  566. package/dist/components/main-icons/CopyIcon.js +5 -0
  567. package/dist/components/main-icons/CoreIcon.d.ts +4 -0
  568. package/dist/components/main-icons/CoreIcon.js +5 -0
  569. package/dist/components/main-icons/CoverageIcon.d.ts +4 -0
  570. package/dist/components/main-icons/CoverageIcon.js +5 -0
  571. package/dist/components/main-icons/CoverageIndexIcon.d.ts +4 -0
  572. package/dist/components/main-icons/CoverageIndexIcon.js +5 -0
  573. package/dist/components/main-icons/CpuIcon.d.ts +4 -0
  574. package/dist/components/main-icons/CpuIcon.js +5 -0
  575. package/dist/components/main-icons/CropIcon.d.ts +4 -0
  576. package/dist/components/main-icons/CropIcon.js +5 -0
  577. package/dist/components/main-icons/CrystalBallIcon.d.ts +4 -0
  578. package/dist/components/main-icons/CrystalBallIcon.js +5 -0
  579. package/dist/components/main-icons/CsharpIcon.d.ts +4 -0
  580. package/dist/components/main-icons/CsharpIcon.js +5 -0
  581. package/dist/components/main-icons/DeleteIcon.d.ts +4 -0
  582. package/dist/components/main-icons/DeleteIcon.js +5 -0
  583. package/dist/components/main-icons/DiscoveryIcon.d.ts +4 -0
  584. package/dist/components/main-icons/DiscoveryIcon.js +5 -0
  585. package/dist/components/main-icons/DivingMaskIcon.d.ts +4 -0
  586. package/dist/components/main-icons/DivingMaskIcon.js +5 -0
  587. package/dist/components/main-icons/DocumentFieldsIcon.d.ts +4 -0
  588. package/dist/components/main-icons/DocumentFieldsIcon.js +5 -0
  589. package/dist/components/main-icons/DocumentOrFileIcon.d.ts +4 -0
  590. package/dist/components/main-icons/DocumentOrFileIcon.js +5 -0
  591. package/dist/components/main-icons/DownloadIcon.d.ts +4 -0
  592. package/dist/components/main-icons/DownloadIcon.js +5 -0
  593. package/dist/components/main-icons/DropEmptyIcon.d.ts +4 -0
  594. package/dist/components/main-icons/DropEmptyIcon.js +5 -0
  595. package/dist/components/main-icons/DropFullIcon.d.ts +4 -0
  596. package/dist/components/main-icons/DropFullIcon.js +5 -0
  597. package/dist/components/main-icons/DropHalfIcon.d.ts +4 -0
  598. package/dist/components/main-icons/DropHalfIcon.js +5 -0
  599. package/dist/components/main-icons/DuplicateIcon.d.ts +4 -0
  600. package/dist/components/main-icons/DuplicateIcon.js +5 -0
  601. package/dist/components/main-icons/DynamicJsonFieldIcon.d.ts +4 -0
  602. package/dist/components/main-icons/DynamicJsonFieldIcon.js +5 -0
  603. package/dist/components/main-icons/ECommerceIcon.d.ts +4 -0
  604. package/dist/components/main-icons/ECommerceIcon.js +5 -0
  605. package/dist/components/main-icons/EmptyIcon.d.ts +4 -0
  606. package/dist/components/main-icons/EmptyIcon.js +5 -0
  607. package/dist/components/main-icons/EqualIcon.d.ts +4 -0
  608. package/dist/components/main-icons/EqualIcon.js +5 -0
  609. package/dist/components/main-icons/EyeIcon.d.ts +4 -0
  610. package/dist/components/main-icons/EyeIcon.js +5 -0
  611. package/dist/components/main-icons/FastBackwardIcon.d.ts +4 -0
  612. package/dist/components/main-icons/FastBackwardIcon.js +5 -0
  613. package/dist/components/main-icons/FastForwardIcon.d.ts +4 -0
  614. package/dist/components/main-icons/FastForwardIcon.js +5 -0
  615. package/dist/components/main-icons/FieldIcon.d.ts +4 -0
  616. package/dist/components/main-icons/FieldIcon.js +5 -0
  617. package/dist/components/main-icons/FieldsIcon.d.ts +4 -0
  618. package/dist/components/main-icons/FieldsIcon.js +5 -0
  619. package/dist/components/main-icons/FilterAltIcon.d.ts +4 -0
  620. package/dist/components/main-icons/FilterAltIcon.js +5 -0
  621. package/dist/components/main-icons/FilterIcon.d.ts +4 -0
  622. package/dist/components/main-icons/FilterIcon.js +5 -0
  623. package/dist/components/main-icons/FlagIcon.d.ts +4 -0
  624. package/dist/components/main-icons/FlagIcon.js +5 -0
  625. package/dist/components/main-icons/FlowerIcon.d.ts +4 -0
  626. package/dist/components/main-icons/FlowerIcon.js +5 -0
  627. package/dist/components/main-icons/FolderIcon.d.ts +4 -0
  628. package/dist/components/main-icons/FolderIcon.js +5 -0
  629. package/dist/components/main-icons/FourLeafCloverIcon.d.ts +4 -0
  630. package/dist/components/main-icons/FourLeafCloverIcon.js +5 -0
  631. package/dist/components/main-icons/FrostIcon.d.ts +4 -0
  632. package/dist/components/main-icons/FrostIcon.js +5 -0
  633. package/dist/components/main-icons/GPSMyLocationIcon.d.ts +4 -0
  634. package/dist/components/main-icons/GPSMyLocationIcon.js +5 -0
  635. package/dist/components/main-icons/GPSPinIcon.d.ts +4 -0
  636. package/dist/components/main-icons/GPSPinIcon.js +5 -0
  637. package/dist/components/main-icons/GitBranchIcon.d.ts +4 -0
  638. package/dist/components/main-icons/GitBranchIcon.js +5 -0
  639. package/dist/components/main-icons/GitCommitIcon.d.ts +4 -0
  640. package/dist/components/main-icons/GitCommitIcon.js +5 -0
  641. package/dist/components/main-icons/GitMergeIcon.d.ts +4 -0
  642. package/dist/components/main-icons/GitMergeIcon.js +5 -0
  643. package/dist/components/main-icons/GitPullRequestIcon.d.ts +4 -0
  644. package/dist/components/main-icons/GitPullRequestIcon.js +5 -0
  645. package/dist/components/main-icons/GlassIcon.d.ts +4 -0
  646. package/dist/components/main-icons/GlassIcon.js +5 -0
  647. package/dist/components/main-icons/GlassesIcon.d.ts +4 -0
  648. package/dist/components/main-icons/GlassesIcon.js +5 -0
  649. package/dist/components/main-icons/GraphIcon.d.ts +4 -0
  650. package/dist/components/main-icons/GraphIcon.js +5 -0
  651. package/dist/components/main-icons/GreaterIcon.d.ts +4 -0
  652. package/dist/components/main-icons/GreaterIcon.js +5 -0
  653. package/dist/components/main-icons/GreaterOrEqualIcon.d.ts +4 -0
  654. package/dist/components/main-icons/GreaterOrEqualIcon.js +5 -0
  655. package/dist/components/main-icons/HeadphonesIcon.d.ts +4 -0
  656. package/dist/components/main-icons/HeadphonesIcon.js +5 -0
  657. package/dist/components/main-icons/HeartIcon.d.ts +4 -0
  658. package/dist/components/main-icons/HeartIcon.js +5 -0
  659. package/dist/components/main-icons/HomeIcon.d.ts +4 -0
  660. package/dist/components/main-icons/HomeIcon.js +5 -0
  661. package/dist/components/main-icons/HourGlassIcon.d.ts +4 -0
  662. package/dist/components/main-icons/HourGlassIcon.js +5 -0
  663. package/dist/components/main-icons/IndxIcon.d.ts +4 -0
  664. package/dist/components/main-icons/IndxIcon.js +5 -0
  665. package/dist/components/main-icons/InstanceIcon.d.ts +4 -0
  666. package/dist/components/main-icons/InstanceIcon.js +5 -0
  667. package/dist/components/main-icons/InternetBrowserIcon.d.ts +4 -0
  668. package/dist/components/main-icons/InternetBrowserIcon.js +5 -0
  669. package/dist/components/main-icons/JsonIcon.d.ts +4 -0
  670. package/dist/components/main-icons/JsonIcon.js +5 -0
  671. package/dist/components/main-icons/JsonQueryIcon.d.ts +4 -0
  672. package/dist/components/main-icons/JsonQueryIcon.js +5 -0
  673. package/dist/components/main-icons/JsonResultIcon.d.ts +4 -0
  674. package/dist/components/main-icons/JsonResultIcon.js +5 -0
  675. package/dist/components/main-icons/KeyIcon.d.ts +4 -0
  676. package/dist/components/main-icons/KeyIcon.js +5 -0
  677. package/dist/components/main-icons/LabExperimentIcon.d.ts +4 -0
  678. package/dist/components/main-icons/LabExperimentIcon.js +5 -0
  679. package/dist/components/main-icons/LayoutAlignBottomIcon.d.ts +4 -0
  680. package/dist/components/main-icons/LayoutAlignBottomIcon.js +5 -0
  681. package/dist/components/main-icons/LayoutAlignLeftIcon.d.ts +4 -0
  682. package/dist/components/main-icons/LayoutAlignLeftIcon.js +5 -0
  683. package/dist/components/main-icons/LayoutAlignRightIcon.d.ts +4 -0
  684. package/dist/components/main-icons/LayoutAlignRightIcon.js +5 -0
  685. package/dist/components/main-icons/LayoutAlignTopIcon.d.ts +4 -0
  686. package/dist/components/main-icons/LayoutAlignTopIcon.js +5 -0
  687. package/dist/components/main-icons/LightBulbIcon.d.ts +4 -0
  688. package/dist/components/main-icons/LightBulbIcon.js +5 -0
  689. package/dist/components/main-icons/LinearIcon.d.ts +4 -0
  690. package/dist/components/main-icons/LinearIcon.js +5 -0
  691. package/dist/components/main-icons/LinkIcon.d.ts +4 -0
  692. package/dist/components/main-icons/LinkIcon.js +5 -0
  693. package/dist/components/main-icons/ListIcon.d.ts +4 -0
  694. package/dist/components/main-icons/ListIcon.js +5 -0
  695. package/dist/components/main-icons/LockIcon.d.ts +4 -0
  696. package/dist/components/main-icons/LockIcon.js +5 -0
  697. package/dist/components/main-icons/LoginIcon.d.ts +4 -0
  698. package/dist/components/main-icons/LoginIcon.js +5 -0
  699. package/dist/components/main-icons/LogoutIcon.d.ts +4 -0
  700. package/dist/components/main-icons/LogoutIcon.js +5 -0
  701. package/dist/components/main-icons/LoopIcon.d.ts +4 -0
  702. package/dist/components/main-icons/LoopIcon.js +5 -0
  703. package/dist/components/main-icons/MailIcon.d.ts +4 -0
  704. package/dist/components/main-icons/MailIcon.js +5 -0
  705. package/dist/components/main-icons/MaximizeIcon.d.ts +4 -0
  706. package/dist/components/main-icons/MaximizeIcon.js +5 -0
  707. package/dist/components/main-icons/MenuIcon.d.ts +4 -0
  708. package/dist/components/main-icons/MenuIcon.js +5 -0
  709. package/dist/components/main-icons/MicrophoneIcon.d.ts +4 -0
  710. package/dist/components/main-icons/MicrophoneIcon.js +5 -0
  711. package/dist/components/main-icons/MinimizeIcon.d.ts +4 -0
  712. package/dist/components/main-icons/MinimizeIcon.js +5 -0
  713. package/dist/components/main-icons/MinusIcon.d.ts +4 -0
  714. package/dist/components/main-icons/MinusIcon.js +5 -0
  715. package/dist/components/main-icons/MoneyIcon.d.ts +4 -0
  716. package/dist/components/main-icons/MoneyIcon.js +5 -0
  717. package/dist/components/main-icons/NestedObjectIcon.d.ts +4 -0
  718. package/dist/components/main-icons/NestedObjectIcon.js +5 -0
  719. package/dist/components/main-icons/NextIcon.d.ts +4 -0
  720. package/dist/components/main-icons/NextIcon.js +5 -0
  721. package/dist/components/main-icons/NodesIcon.d.ts +4 -0
  722. package/dist/components/main-icons/NodesIcon.js +5 -0
  723. package/dist/components/main-icons/NugetIcon.d.ts +4 -0
  724. package/dist/components/main-icons/NugetIcon.js +5 -0
  725. package/dist/components/main-icons/OptionsMenuIcon.d.ts +4 -0
  726. package/dist/components/main-icons/OptionsMenuIcon.js +5 -0
  727. package/dist/components/main-icons/PanelAddIcon.d.ts +4 -0
  728. package/dist/components/main-icons/PanelAddIcon.js +5 -0
  729. package/dist/components/main-icons/PanelDeleteIcon.d.ts +4 -0
  730. package/dist/components/main-icons/PanelDeleteIcon.js +5 -0
  731. package/dist/components/main-icons/PatternRecognitionIcon.d.ts +4 -0
  732. package/dist/components/main-icons/PatternRecognitionIcon.js +5 -0
  733. package/dist/components/main-icons/PauseIcon.d.ts +4 -0
  734. package/dist/components/main-icons/PauseIcon.js +5 -0
  735. package/dist/components/main-icons/PcIcon.d.ts +4 -0
  736. package/dist/components/main-icons/PcIcon.js +5 -0
  737. package/dist/components/main-icons/PercentIcon.d.ts +4 -0
  738. package/dist/components/main-icons/PercentIcon.js +5 -0
  739. package/dist/components/main-icons/PersonaliseIcon.d.ts +4 -0
  740. package/dist/components/main-icons/PersonaliseIcon.js +5 -0
  741. package/dist/components/main-icons/PlayIcon.d.ts +4 -0
  742. package/dist/components/main-icons/PlayIcon.js +5 -0
  743. package/dist/components/main-icons/PlusIcon.d.ts +4 -0
  744. package/dist/components/main-icons/PlusIcon.js +5 -0
  745. package/dist/components/main-icons/PointLeftIcon.d.ts +4 -0
  746. package/dist/components/main-icons/PointLeftIcon.js +5 -0
  747. package/dist/components/main-icons/PointRightIcon.d.ts +4 -0
  748. package/dist/components/main-icons/PointRightIcon.js +5 -0
  749. package/dist/components/main-icons/PointUpIcon.d.ts +4 -0
  750. package/dist/components/main-icons/PointUpIcon.js +5 -0
  751. package/dist/components/main-icons/PowerIcon.d.ts +4 -0
  752. package/dist/components/main-icons/PowerIcon.js +5 -0
  753. package/dist/components/main-icons/PrevIcon.d.ts +4 -0
  754. package/dist/components/main-icons/PrevIcon.js +5 -0
  755. package/dist/components/main-icons/PuzzlePieceIcon.d.ts +4 -0
  756. package/dist/components/main-icons/PuzzlePieceIcon.js +5 -0
  757. package/dist/components/main-icons/RSSFeedIcon.d.ts +4 -0
  758. package/dist/components/main-icons/RSSFeedIcon.js +5 -0
  759. package/dist/components/main-icons/RamIcon.d.ts +4 -0
  760. package/dist/components/main-icons/RamIcon.js +5 -0
  761. package/dist/components/main-icons/RecorderIcon.d.ts +4 -0
  762. package/dist/components/main-icons/RecorderIcon.js +5 -0
  763. package/dist/components/main-icons/RefreshIcon.d.ts +4 -0
  764. package/dist/components/main-icons/RefreshIcon.js +5 -0
  765. package/dist/components/main-icons/SaveIcon.d.ts +4 -0
  766. package/dist/components/main-icons/SaveIcon.js +5 -0
  767. package/dist/components/main-icons/SearchIcon.d.ts +4 -0
  768. package/dist/components/main-icons/SearchIcon.js +5 -0
  769. package/dist/components/main-icons/SearchQueryIcon.d.ts +4 -0
  770. package/dist/components/main-icons/SearchQueryIcon.js +5 -0
  771. package/dist/components/main-icons/ShieldIcon.d.ts +4 -0
  772. package/dist/components/main-icons/ShieldIcon.js +5 -0
  773. package/dist/components/main-icons/SlidersHorizontalIcon.d.ts +4 -0
  774. package/dist/components/main-icons/SlidersHorizontalIcon.js +5 -0
  775. package/dist/components/main-icons/SlidersVerticalIcon.d.ts +4 -0
  776. package/dist/components/main-icons/SlidersVerticalIcon.js +5 -0
  777. package/dist/components/main-icons/SmallerIcon.d.ts +4 -0
  778. package/dist/components/main-icons/SmallerIcon.js +5 -0
  779. package/dist/components/main-icons/SmallerOrEqualIcon.d.ts +4 -0
  780. package/dist/components/main-icons/SmallerOrEqualIcon.js +5 -0
  781. package/dist/components/main-icons/SortAscendingIcon.d.ts +4 -0
  782. package/dist/components/main-icons/SortAscendingIcon.js +5 -0
  783. package/dist/components/main-icons/SortDescendingIcon.d.ts +4 -0
  784. package/dist/components/main-icons/SortDescendingIcon.js +5 -0
  785. package/dist/components/main-icons/SparkIcon.d.ts +4 -0
  786. package/dist/components/main-icons/SparkIcon.js +5 -0
  787. package/dist/components/main-icons/SpecialCharactersIcon.d.ts +4 -0
  788. package/dist/components/main-icons/SpecialCharactersIcon.js +5 -0
  789. package/dist/components/main-icons/SpectrumFlatIcon.d.ts +4 -0
  790. package/dist/components/main-icons/SpectrumFlatIcon.js +5 -0
  791. package/dist/components/main-icons/SpectrumIcon.d.ts +4 -0
  792. package/dist/components/main-icons/SpectrumIcon.js +5 -0
  793. package/dist/components/main-icons/SpeedometerIcon.d.ts +4 -0
  794. package/dist/components/main-icons/SpeedometerIcon.js +5 -0
  795. package/dist/components/main-icons/StatusIcon.d.ts +4 -0
  796. package/dist/components/main-icons/StatusIcon.js +5 -0
  797. package/dist/components/main-icons/SupportIcon.d.ts +4 -0
  798. package/dist/components/main-icons/SupportIcon.js +5 -0
  799. package/dist/components/main-icons/TagIcon.d.ts +4 -0
  800. package/dist/components/main-icons/TagIcon.js +5 -0
  801. package/dist/components/main-icons/TerminalIcon.d.ts +4 -0
  802. package/dist/components/main-icons/TerminalIcon.js +5 -0
  803. package/dist/components/main-icons/ThumbsUpIcon.d.ts +4 -0
  804. package/dist/components/main-icons/ThumbsUpIcon.js +5 -0
  805. package/dist/components/main-icons/ToolBoxIcon.d.ts +4 -0
  806. package/dist/components/main-icons/ToolBoxIcon.js +5 -0
  807. package/dist/components/main-icons/TypingIcon.d.ts +4 -0
  808. package/dist/components/main-icons/TypingIcon.js +5 -0
  809. package/dist/components/main-icons/TypoOrBugIcon.d.ts +4 -0
  810. package/dist/components/main-icons/TypoOrBugIcon.js +5 -0
  811. package/dist/components/main-icons/UpdateIcon.d.ts +4 -0
  812. package/dist/components/main-icons/UpdateIcon.js +5 -0
  813. package/dist/components/main-icons/UserAliasIcon.d.ts +4 -0
  814. package/dist/components/main-icons/UserAliasIcon.js +5 -0
  815. package/dist/components/main-icons/UserBookmarkIcon.d.ts +4 -0
  816. package/dist/components/main-icons/UserBookmarkIcon.js +5 -0
  817. package/dist/components/main-icons/UserCheckIcon.d.ts +4 -0
  818. package/dist/components/main-icons/UserCheckIcon.js +5 -0
  819. package/dist/components/main-icons/UserGroupIcon.d.ts +4 -0
  820. package/dist/components/main-icons/UserGroupIcon.js +5 -0
  821. package/dist/components/main-icons/UserIcon.d.ts +4 -0
  822. package/dist/components/main-icons/UserIcon.js +5 -0
  823. package/dist/components/main-icons/UserIdIcon.d.ts +4 -0
  824. package/dist/components/main-icons/UserIdIcon.js +5 -0
  825. package/dist/components/main-icons/UserMinusIcon.d.ts +4 -0
  826. package/dist/components/main-icons/UserMinusIcon.js +5 -0
  827. package/dist/components/main-icons/UserPlusIcon.d.ts +4 -0
  828. package/dist/components/main-icons/UserPlusIcon.js +5 -0
  829. package/dist/components/main-icons/UserPrivacyIcon.d.ts +4 -0
  830. package/dist/components/main-icons/UserPrivacyIcon.js +5 -0
  831. package/dist/components/main-icons/UserTextIcon.d.ts +4 -0
  832. package/dist/components/main-icons/UserTextIcon.js +5 -0
  833. package/dist/components/main-icons/UserXIcon.d.ts +4 -0
  834. package/dist/components/main-icons/UserXIcon.js +5 -0
  835. package/dist/components/main-icons/UsersIcon.d.ts +4 -0
  836. package/dist/components/main-icons/UsersIcon.js +5 -0
  837. package/dist/components/main-icons/VirtualRealityVrHeadsetIcon.d.ts +4 -0
  838. package/dist/components/main-icons/VirtualRealityVrHeadsetIcon.js +5 -0
  839. package/dist/components/main-icons/VolumeHighIcon.d.ts +4 -0
  840. package/dist/components/main-icons/VolumeHighIcon.js +5 -0
  841. package/dist/components/main-icons/VolumeLowIcon.d.ts +4 -0
  842. package/dist/components/main-icons/VolumeLowIcon.js +5 -0
  843. package/dist/components/main-icons/VolumeMediumIcon.d.ts +4 -0
  844. package/dist/components/main-icons/VolumeMediumIcon.js +5 -0
  845. package/dist/components/main-icons/VolumeMuteIcon.d.ts +4 -0
  846. package/dist/components/main-icons/VolumeMuteIcon.js +5 -0
  847. package/dist/components/main-icons/WarningIcon.d.ts +4 -0
  848. package/dist/components/main-icons/WarningIcon.js +5 -0
  849. package/dist/components/main-icons/WeightHighIcon.d.ts +4 -0
  850. package/dist/components/main-icons/WeightHighIcon.js +5 -0
  851. package/dist/components/main-icons/WeightIcon.d.ts +4 -0
  852. package/dist/components/main-icons/WeightIcon.js +5 -0
  853. package/dist/components/main-icons/WeightLowIcon.d.ts +4 -0
  854. package/dist/components/main-icons/WeightLowIcon.js +5 -0
  855. package/dist/components/main-icons/WeightMediumIcon.d.ts +4 -0
  856. package/dist/components/main-icons/WeightMediumIcon.js +5 -0
  857. package/dist/components/main-icons/WiFiIcon.d.ts +4 -0
  858. package/dist/components/main-icons/WiFiIcon.js +5 -0
  859. package/dist/components/main-icons/XOrErrorIcon.d.ts +4 -0
  860. package/dist/components/main-icons/XOrErrorIcon.js +5 -0
  861. package/dist/components/main-icons/ZapIcon.d.ts +4 -0
  862. package/dist/components/main-icons/ZapIcon.js +5 -0
  863. package/dist/components/main-icons/index.d.ts +6 -0
  864. package/dist/components/main-icons/index.js +6 -0
  865. package/dist/components/main-icons/types.d.ts +4 -0
  866. package/dist/components/main-icons/types.js +1 -0
  867. package/dist/convert-icons.d.ts +1 -0
  868. package/dist/convert-icons.js +75 -0
  869. package/dist/convert-icons.js.map +1 -0
  870. package/package.json +32 -0
@@ -0,0 +1,353 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.FieldsIcon = exports.FieldIcon = exports.FastForwardIcon = exports.FastBackwardIcon = exports.EyeIcon = exports.EqualIcon = exports.EmptyIcon = exports.ECommerceIcon = exports.DynamicJsonFieldIcon = exports.DuplicateIcon = exports.DropHalfIcon = exports.DropFullIcon = exports.DropEmptyIcon = exports.DownloadIcon = exports.DocumentOrFileIcon = exports.DocumentFieldsIcon = exports.DivingMaskIcon = exports.DiscoveryIcon = exports.DeleteIcon = exports.CrystalBallIcon = exports.CropIcon = exports.CpuIcon = exports.CoverageIndexIcon = exports.CoverageIcon = exports.CoreIcon = exports.CopyIcon = exports.ComposeIcon = exports.ComponentIcon = exports.CommentIcon = exports.CoinsIcon = exports.CoffeeIcon = exports.CodeIcon = exports.CloudIcon = exports.ClockIcon = exports.CircleIcon = exports.CheckIcon = exports.CardIcon = exports.#Icon = exports.C = exports.BoostIcon = exports.BookIcon = exports.BellIcon = exports.BatteryIcon = exports.BarCodeIcon = exports.AnchorIcon = exports.AnalyticsIcon = exports.AlignRightIcon = exports.AlignLeftIcon = exports.AlignJustifyIcon = exports.AlignCenterIcon = void 0;
7
+ exports.NestedObjectIcon = exports.MoneyIcon = exports.MinusIcon = exports.MinimizeIcon = exports.MicrophoneIcon = exports.MenuIcon = exports.MaximizeIcon = exports.MailIcon = exports.LoopIcon = exports.LogoutIcon = exports.LoginIcon = exports.LockIcon = exports.ListIcon = exports.LinkIcon = exports.LinearIcon = exports.LightBulbIcon = exports.LayoutAlignTopIcon = exports.LayoutAlignRightIcon = exports.LayoutAlignLeftIcon = exports.LayoutAlignBottomIcon = exports.LabExperimentIcon = exports.KeyIcon = exports.JsonResultIcon = exports.JsonQueryIcon = exports.JSONIcon = exports.InternetBrowserIcon = exports.InstanceIcon = exports.IndxIcon = exports.HourGlassIcon = exports.HomeIcon = exports.HeartIcon = exports.HeadphonesIcon = exports.GreaterOrEqualIcon = exports.GreaterIcon = exports.GraphIcon = exports.GlassesIcon = exports.GlassIcon = exports.GitPullRequestIcon = exports.GitMergeIcon = exports.GitCommitIcon = exports.GitBranchIcon = exports.GPSPinIcon = exports.GPSMyLocationIcon = exports.FrostIcon = exports.FourLeafCloverIcon = exports.FolderIcon = exports.FlowerIcon = exports.FlagIcon = exports.FilterIcon = exports.FilterAltIcon = void 0;
8
+ exports.UserCheckIcon = exports.UserBookmarkIcon = exports.UserAliasIcon = exports.UpdateIcon = exports.TypoOrBugIcon = exports.TypingIcon = exports.ToolBoxIcon = exports.ThumbsUpIcon = exports.TerminalIcon = exports.TagIcon = exports.SupportIcon = exports.StatusIcon = exports.SpeedometerIcon = exports.SpectrumIcon = exports.SpectrumFlatIcon = exports.SpecialCharactersIcon = exports.SparkIcon = exports.SortDescendingIcon = exports.SortAscendingIcon = exports.SmallerOrEqualIcon = exports.SmallerIcon = exports.SlidersVerticalIcon = exports.SlidersHorizontalIcon = exports.ShieldIcon = exports.SearchQueryIcon = exports.SearchIcon = exports.SaveIcon = exports.RefreshIcon = exports.RecorderIcon = exports.RSSFeedIcon = exports.RAMIcon = exports.PuzzlePieceIcon = exports.PrevIcon = exports.PowerIcon = exports.PointUpIcon = exports.PointRightIcon = exports.PointLeftIcon = exports.PlusIcon = exports.PlayIcon = exports.PersonaliseIcon = exports.PercentIcon = exports.PcIcon = exports.PauseIcon = exports.PatternRecognitionIcon = exports.PanelDeleteIcon = exports.PanelAddIcon = exports.OptionsMenuIcon = exports.NugetIcon = exports.NodesIcon = exports.NextIcon = void 0;
9
+ exports.ZapIcon = exports.XOrErrorIcon = exports.WiFiIcon = exports.WeightMediumIcon = exports.WeightLowIcon = exports.WeightIcon = exports.WeightHighIcon = exports.WarningIcon = exports.VolumeMuteIcon = exports.VolumeMediumIcon = exports.VolumeLowIcon = exports.VolumeHighIcon = exports.VirtualRealityVRHeadsetIcon = exports.UsersIcon = exports.UserXIcon = exports.UserTextIcon = exports.UserPrivacyIcon = exports.UserPlusIcon = exports.UserMinusIcon = exports.UserIdIcon = exports.UserIcon = exports.UserGroupIcon = void 0;
10
+ var AlignCenterIcon_1 = require("./AlignCenterIcon");
11
+ Object.defineProperty(exports, "AlignCenterIcon", { enumerable: true, get: function () { return __importDefault(AlignCenterIcon_1).default; } });
12
+ var AlignJustifyIcon_1 = require("./AlignJustifyIcon");
13
+ Object.defineProperty(exports, "AlignJustifyIcon", { enumerable: true, get: function () { return __importDefault(AlignJustifyIcon_1).default; } });
14
+ var AlignLeftIcon_1 = require("./AlignLeftIcon");
15
+ Object.defineProperty(exports, "AlignLeftIcon", { enumerable: true, get: function () { return __importDefault(AlignLeftIcon_1).default; } });
16
+ var AlignRightIcon_1 = require("./AlignRightIcon");
17
+ Object.defineProperty(exports, "AlignRightIcon", { enumerable: true, get: function () { return __importDefault(AlignRightIcon_1).default; } });
18
+ var AnalyticsIcon_1 = require("./AnalyticsIcon");
19
+ Object.defineProperty(exports, "AnalyticsIcon", { enumerable: true, get: function () { return __importDefault(AnalyticsIcon_1).default; } });
20
+ var AnchorIcon_1 = require("./AnchorIcon");
21
+ Object.defineProperty(exports, "AnchorIcon", { enumerable: true, get: function () { return __importDefault(AnchorIcon_1).default; } });
22
+ var BarCodeIcon_1 = require("./BarCodeIcon");
23
+ Object.defineProperty(exports, "BarCodeIcon", { enumerable: true, get: function () { return __importDefault(BarCodeIcon_1).default; } });
24
+ var BatteryIcon_1 = require("./BatteryIcon");
25
+ Object.defineProperty(exports, "BatteryIcon", { enumerable: true, get: function () { return __importDefault(BatteryIcon_1).default; } });
26
+ var BellIcon_1 = require("./BellIcon");
27
+ Object.defineProperty(exports, "BellIcon", { enumerable: true, get: function () { return __importDefault(BellIcon_1).default; } });
28
+ var BookIcon_1 = require("./BookIcon");
29
+ Object.defineProperty(exports, "BookIcon", { enumerable: true, get: function () { return __importDefault(BookIcon_1).default; } });
30
+ var BoostIcon_1 = require("./BoostIcon");
31
+ Object.defineProperty(exports, "BoostIcon", { enumerable: true, get: function () { return __importDefault(BoostIcon_1).default; } });
32
+ var C_Icon_1 = require("./C#Icon");
33
+ Object.defineProperty(exports, "C", { enumerable: true, get: function () { return __importDefault(C_Icon_1).default; } });
34
+ Object.defineProperty(exports, "#Icon", { enumerable: true, get: function () { return C_Icon_1.#Icon; } });
35
+ var CardIcon_1 = require("./CardIcon");
36
+ Object.defineProperty(exports, "CardIcon", { enumerable: true, get: function () { return __importDefault(CardIcon_1).default; } });
37
+ var CheckIcon_1 = require("./CheckIcon");
38
+ Object.defineProperty(exports, "CheckIcon", { enumerable: true, get: function () { return __importDefault(CheckIcon_1).default; } });
39
+ var CircleIcon_1 = require("./CircleIcon");
40
+ Object.defineProperty(exports, "CircleIcon", { enumerable: true, get: function () { return __importDefault(CircleIcon_1).default; } });
41
+ var ClockIcon_1 = require("./ClockIcon");
42
+ Object.defineProperty(exports, "ClockIcon", { enumerable: true, get: function () { return __importDefault(ClockIcon_1).default; } });
43
+ var CloudIcon_1 = require("./CloudIcon");
44
+ Object.defineProperty(exports, "CloudIcon", { enumerable: true, get: function () { return __importDefault(CloudIcon_1).default; } });
45
+ var CodeIcon_1 = require("./CodeIcon");
46
+ Object.defineProperty(exports, "CodeIcon", { enumerable: true, get: function () { return __importDefault(CodeIcon_1).default; } });
47
+ var CoffeeIcon_1 = require("./CoffeeIcon");
48
+ Object.defineProperty(exports, "CoffeeIcon", { enumerable: true, get: function () { return __importDefault(CoffeeIcon_1).default; } });
49
+ var CoinsIcon_1 = require("./CoinsIcon");
50
+ Object.defineProperty(exports, "CoinsIcon", { enumerable: true, get: function () { return __importDefault(CoinsIcon_1).default; } });
51
+ var CommentIcon_1 = require("./CommentIcon");
52
+ Object.defineProperty(exports, "CommentIcon", { enumerable: true, get: function () { return __importDefault(CommentIcon_1).default; } });
53
+ var ComponentIcon_1 = require("./ComponentIcon");
54
+ Object.defineProperty(exports, "ComponentIcon", { enumerable: true, get: function () { return __importDefault(ComponentIcon_1).default; } });
55
+ var ComposeIcon_1 = require("./ComposeIcon");
56
+ Object.defineProperty(exports, "ComposeIcon", { enumerable: true, get: function () { return __importDefault(ComposeIcon_1).default; } });
57
+ var CopyIcon_1 = require("./CopyIcon");
58
+ Object.defineProperty(exports, "CopyIcon", { enumerable: true, get: function () { return __importDefault(CopyIcon_1).default; } });
59
+ var CoreIcon_1 = require("./CoreIcon");
60
+ Object.defineProperty(exports, "CoreIcon", { enumerable: true, get: function () { return __importDefault(CoreIcon_1).default; } });
61
+ var CoverageIcon_1 = require("./CoverageIcon");
62
+ Object.defineProperty(exports, "CoverageIcon", { enumerable: true, get: function () { return __importDefault(CoverageIcon_1).default; } });
63
+ var CoverageIndexIcon_1 = require("./CoverageIndexIcon");
64
+ Object.defineProperty(exports, "CoverageIndexIcon", { enumerable: true, get: function () { return __importDefault(CoverageIndexIcon_1).default; } });
65
+ var CpuIcon_1 = require("./CpuIcon");
66
+ Object.defineProperty(exports, "CpuIcon", { enumerable: true, get: function () { return __importDefault(CpuIcon_1).default; } });
67
+ var CropIcon_1 = require("./CropIcon");
68
+ Object.defineProperty(exports, "CropIcon", { enumerable: true, get: function () { return __importDefault(CropIcon_1).default; } });
69
+ var CrystalBallIcon_1 = require("./CrystalBallIcon");
70
+ Object.defineProperty(exports, "CrystalBallIcon", { enumerable: true, get: function () { return __importDefault(CrystalBallIcon_1).default; } });
71
+ var DeleteIcon_1 = require("./DeleteIcon");
72
+ Object.defineProperty(exports, "DeleteIcon", { enumerable: true, get: function () { return __importDefault(DeleteIcon_1).default; } });
73
+ var DiscoveryIcon_1 = require("./DiscoveryIcon");
74
+ Object.defineProperty(exports, "DiscoveryIcon", { enumerable: true, get: function () { return __importDefault(DiscoveryIcon_1).default; } });
75
+ var DivingMaskIcon_1 = require("./DivingMaskIcon");
76
+ Object.defineProperty(exports, "DivingMaskIcon", { enumerable: true, get: function () { return __importDefault(DivingMaskIcon_1).default; } });
77
+ var DocumentFieldsIcon_1 = require("./DocumentFieldsIcon");
78
+ Object.defineProperty(exports, "DocumentFieldsIcon", { enumerable: true, get: function () { return __importDefault(DocumentFieldsIcon_1).default; } });
79
+ var DocumentOrFileIcon_1 = require("./DocumentOrFileIcon");
80
+ Object.defineProperty(exports, "DocumentOrFileIcon", { enumerable: true, get: function () { return __importDefault(DocumentOrFileIcon_1).default; } });
81
+ var DownloadIcon_1 = require("./DownloadIcon");
82
+ Object.defineProperty(exports, "DownloadIcon", { enumerable: true, get: function () { return __importDefault(DownloadIcon_1).default; } });
83
+ var DropEmptyIcon_1 = require("./DropEmptyIcon");
84
+ Object.defineProperty(exports, "DropEmptyIcon", { enumerable: true, get: function () { return __importDefault(DropEmptyIcon_1).default; } });
85
+ var DropFullIcon_1 = require("./DropFullIcon");
86
+ Object.defineProperty(exports, "DropFullIcon", { enumerable: true, get: function () { return __importDefault(DropFullIcon_1).default; } });
87
+ var DropHalfIcon_1 = require("./DropHalfIcon");
88
+ Object.defineProperty(exports, "DropHalfIcon", { enumerable: true, get: function () { return __importDefault(DropHalfIcon_1).default; } });
89
+ var DuplicateIcon_1 = require("./DuplicateIcon");
90
+ Object.defineProperty(exports, "DuplicateIcon", { enumerable: true, get: function () { return __importDefault(DuplicateIcon_1).default; } });
91
+ var DynamicJsonFieldIcon_1 = require("./DynamicJsonFieldIcon");
92
+ Object.defineProperty(exports, "DynamicJsonFieldIcon", { enumerable: true, get: function () { return __importDefault(DynamicJsonFieldIcon_1).default; } });
93
+ var ECommerceIcon_1 = require("./ECommerceIcon");
94
+ Object.defineProperty(exports, "ECommerceIcon", { enumerable: true, get: function () { return __importDefault(ECommerceIcon_1).default; } });
95
+ var EmptyIcon_1 = require("./EmptyIcon");
96
+ Object.defineProperty(exports, "EmptyIcon", { enumerable: true, get: function () { return __importDefault(EmptyIcon_1).default; } });
97
+ var EqualIcon_1 = require("./EqualIcon");
98
+ Object.defineProperty(exports, "EqualIcon", { enumerable: true, get: function () { return __importDefault(EqualIcon_1).default; } });
99
+ var EyeIcon_1 = require("./EyeIcon");
100
+ Object.defineProperty(exports, "EyeIcon", { enumerable: true, get: function () { return __importDefault(EyeIcon_1).default; } });
101
+ var FastBackwardIcon_1 = require("./FastBackwardIcon");
102
+ Object.defineProperty(exports, "FastBackwardIcon", { enumerable: true, get: function () { return __importDefault(FastBackwardIcon_1).default; } });
103
+ var FastForwardIcon_1 = require("./FastForwardIcon");
104
+ Object.defineProperty(exports, "FastForwardIcon", { enumerable: true, get: function () { return __importDefault(FastForwardIcon_1).default; } });
105
+ var FieldIcon_1 = require("./FieldIcon");
106
+ Object.defineProperty(exports, "FieldIcon", { enumerable: true, get: function () { return __importDefault(FieldIcon_1).default; } });
107
+ var FieldsIcon_1 = require("./FieldsIcon");
108
+ Object.defineProperty(exports, "FieldsIcon", { enumerable: true, get: function () { return __importDefault(FieldsIcon_1).default; } });
109
+ var FilterAltIcon_1 = require("./FilterAltIcon");
110
+ Object.defineProperty(exports, "FilterAltIcon", { enumerable: true, get: function () { return __importDefault(FilterAltIcon_1).default; } });
111
+ var FilterIcon_1 = require("./FilterIcon");
112
+ Object.defineProperty(exports, "FilterIcon", { enumerable: true, get: function () { return __importDefault(FilterIcon_1).default; } });
113
+ var FlagIcon_1 = require("./FlagIcon");
114
+ Object.defineProperty(exports, "FlagIcon", { enumerable: true, get: function () { return __importDefault(FlagIcon_1).default; } });
115
+ var FlowerIcon_1 = require("./FlowerIcon");
116
+ Object.defineProperty(exports, "FlowerIcon", { enumerable: true, get: function () { return __importDefault(FlowerIcon_1).default; } });
117
+ var FolderIcon_1 = require("./FolderIcon");
118
+ Object.defineProperty(exports, "FolderIcon", { enumerable: true, get: function () { return __importDefault(FolderIcon_1).default; } });
119
+ var FourLeafCloverIcon_1 = require("./FourLeafCloverIcon");
120
+ Object.defineProperty(exports, "FourLeafCloverIcon", { enumerable: true, get: function () { return __importDefault(FourLeafCloverIcon_1).default; } });
121
+ var FrostIcon_1 = require("./FrostIcon");
122
+ Object.defineProperty(exports, "FrostIcon", { enumerable: true, get: function () { return __importDefault(FrostIcon_1).default; } });
123
+ var GPSMyLocationIcon_1 = require("./GPSMyLocationIcon");
124
+ Object.defineProperty(exports, "GPSMyLocationIcon", { enumerable: true, get: function () { return __importDefault(GPSMyLocationIcon_1).default; } });
125
+ var GPSPinIcon_1 = require("./GPSPinIcon");
126
+ Object.defineProperty(exports, "GPSPinIcon", { enumerable: true, get: function () { return __importDefault(GPSPinIcon_1).default; } });
127
+ var GitBranchIcon_1 = require("./GitBranchIcon");
128
+ Object.defineProperty(exports, "GitBranchIcon", { enumerable: true, get: function () { return __importDefault(GitBranchIcon_1).default; } });
129
+ var GitCommitIcon_1 = require("./GitCommitIcon");
130
+ Object.defineProperty(exports, "GitCommitIcon", { enumerable: true, get: function () { return __importDefault(GitCommitIcon_1).default; } });
131
+ var GitMergeIcon_1 = require("./GitMergeIcon");
132
+ Object.defineProperty(exports, "GitMergeIcon", { enumerable: true, get: function () { return __importDefault(GitMergeIcon_1).default; } });
133
+ var GitPullRequestIcon_1 = require("./GitPullRequestIcon");
134
+ Object.defineProperty(exports, "GitPullRequestIcon", { enumerable: true, get: function () { return __importDefault(GitPullRequestIcon_1).default; } });
135
+ var GlassIcon_1 = require("./GlassIcon");
136
+ Object.defineProperty(exports, "GlassIcon", { enumerable: true, get: function () { return __importDefault(GlassIcon_1).default; } });
137
+ var GlassesIcon_1 = require("./GlassesIcon");
138
+ Object.defineProperty(exports, "GlassesIcon", { enumerable: true, get: function () { return __importDefault(GlassesIcon_1).default; } });
139
+ var GraphIcon_1 = require("./GraphIcon");
140
+ Object.defineProperty(exports, "GraphIcon", { enumerable: true, get: function () { return __importDefault(GraphIcon_1).default; } });
141
+ var GreaterIcon_1 = require("./GreaterIcon");
142
+ Object.defineProperty(exports, "GreaterIcon", { enumerable: true, get: function () { return __importDefault(GreaterIcon_1).default; } });
143
+ var GreaterOrEqualIcon_1 = require("./GreaterOrEqualIcon");
144
+ Object.defineProperty(exports, "GreaterOrEqualIcon", { enumerable: true, get: function () { return __importDefault(GreaterOrEqualIcon_1).default; } });
145
+ var HeadphonesIcon_1 = require("./HeadphonesIcon");
146
+ Object.defineProperty(exports, "HeadphonesIcon", { enumerable: true, get: function () { return __importDefault(HeadphonesIcon_1).default; } });
147
+ var HeartIcon_1 = require("./HeartIcon");
148
+ Object.defineProperty(exports, "HeartIcon", { enumerable: true, get: function () { return __importDefault(HeartIcon_1).default; } });
149
+ var HomeIcon_1 = require("./HomeIcon");
150
+ Object.defineProperty(exports, "HomeIcon", { enumerable: true, get: function () { return __importDefault(HomeIcon_1).default; } });
151
+ var HourGlassIcon_1 = require("./HourGlassIcon");
152
+ Object.defineProperty(exports, "HourGlassIcon", { enumerable: true, get: function () { return __importDefault(HourGlassIcon_1).default; } });
153
+ var IndxIcon_1 = require("./IndxIcon");
154
+ Object.defineProperty(exports, "IndxIcon", { enumerable: true, get: function () { return __importDefault(IndxIcon_1).default; } });
155
+ var InstanceIcon_1 = require("./InstanceIcon");
156
+ Object.defineProperty(exports, "InstanceIcon", { enumerable: true, get: function () { return __importDefault(InstanceIcon_1).default; } });
157
+ var InternetBrowserIcon_1 = require("./InternetBrowserIcon");
158
+ Object.defineProperty(exports, "InternetBrowserIcon", { enumerable: true, get: function () { return __importDefault(InternetBrowserIcon_1).default; } });
159
+ var JSONIcon_1 = require("./JSONIcon");
160
+ Object.defineProperty(exports, "JSONIcon", { enumerable: true, get: function () { return __importDefault(JSONIcon_1).default; } });
161
+ var JsonQueryIcon_1 = require("./JsonQueryIcon");
162
+ Object.defineProperty(exports, "JsonQueryIcon", { enumerable: true, get: function () { return __importDefault(JsonQueryIcon_1).default; } });
163
+ var JsonResultIcon_1 = require("./JsonResultIcon");
164
+ Object.defineProperty(exports, "JsonResultIcon", { enumerable: true, get: function () { return __importDefault(JsonResultIcon_1).default; } });
165
+ var KeyIcon_1 = require("./KeyIcon");
166
+ Object.defineProperty(exports, "KeyIcon", { enumerable: true, get: function () { return __importDefault(KeyIcon_1).default; } });
167
+ var LabExperimentIcon_1 = require("./LabExperimentIcon");
168
+ Object.defineProperty(exports, "LabExperimentIcon", { enumerable: true, get: function () { return __importDefault(LabExperimentIcon_1).default; } });
169
+ var LayoutAlignBottomIcon_1 = require("./LayoutAlignBottomIcon");
170
+ Object.defineProperty(exports, "LayoutAlignBottomIcon", { enumerable: true, get: function () { return __importDefault(LayoutAlignBottomIcon_1).default; } });
171
+ var LayoutAlignLeftIcon_1 = require("./LayoutAlignLeftIcon");
172
+ Object.defineProperty(exports, "LayoutAlignLeftIcon", { enumerable: true, get: function () { return __importDefault(LayoutAlignLeftIcon_1).default; } });
173
+ var LayoutAlignRightIcon_1 = require("./LayoutAlignRightIcon");
174
+ Object.defineProperty(exports, "LayoutAlignRightIcon", { enumerable: true, get: function () { return __importDefault(LayoutAlignRightIcon_1).default; } });
175
+ var LayoutAlignTopIcon_1 = require("./LayoutAlignTopIcon");
176
+ Object.defineProperty(exports, "LayoutAlignTopIcon", { enumerable: true, get: function () { return __importDefault(LayoutAlignTopIcon_1).default; } });
177
+ var LightBulbIcon_1 = require("./LightBulbIcon");
178
+ Object.defineProperty(exports, "LightBulbIcon", { enumerable: true, get: function () { return __importDefault(LightBulbIcon_1).default; } });
179
+ var LinearIcon_1 = require("./LinearIcon");
180
+ Object.defineProperty(exports, "LinearIcon", { enumerable: true, get: function () { return __importDefault(LinearIcon_1).default; } });
181
+ var LinkIcon_1 = require("./LinkIcon");
182
+ Object.defineProperty(exports, "LinkIcon", { enumerable: true, get: function () { return __importDefault(LinkIcon_1).default; } });
183
+ var ListIcon_1 = require("./ListIcon");
184
+ Object.defineProperty(exports, "ListIcon", { enumerable: true, get: function () { return __importDefault(ListIcon_1).default; } });
185
+ var LockIcon_1 = require("./LockIcon");
186
+ Object.defineProperty(exports, "LockIcon", { enumerable: true, get: function () { return __importDefault(LockIcon_1).default; } });
187
+ var LoginIcon_1 = require("./LoginIcon");
188
+ Object.defineProperty(exports, "LoginIcon", { enumerable: true, get: function () { return __importDefault(LoginIcon_1).default; } });
189
+ var LogoutIcon_1 = require("./LogoutIcon");
190
+ Object.defineProperty(exports, "LogoutIcon", { enumerable: true, get: function () { return __importDefault(LogoutIcon_1).default; } });
191
+ var LoopIcon_1 = require("./LoopIcon");
192
+ Object.defineProperty(exports, "LoopIcon", { enumerable: true, get: function () { return __importDefault(LoopIcon_1).default; } });
193
+ var MailIcon_1 = require("./MailIcon");
194
+ Object.defineProperty(exports, "MailIcon", { enumerable: true, get: function () { return __importDefault(MailIcon_1).default; } });
195
+ var MaximizeIcon_1 = require("./MaximizeIcon");
196
+ Object.defineProperty(exports, "MaximizeIcon", { enumerable: true, get: function () { return __importDefault(MaximizeIcon_1).default; } });
197
+ var MenuIcon_1 = require("./MenuIcon");
198
+ Object.defineProperty(exports, "MenuIcon", { enumerable: true, get: function () { return __importDefault(MenuIcon_1).default; } });
199
+ var MicrophoneIcon_1 = require("./MicrophoneIcon");
200
+ Object.defineProperty(exports, "MicrophoneIcon", { enumerable: true, get: function () { return __importDefault(MicrophoneIcon_1).default; } });
201
+ var MinimizeIcon_1 = require("./MinimizeIcon");
202
+ Object.defineProperty(exports, "MinimizeIcon", { enumerable: true, get: function () { return __importDefault(MinimizeIcon_1).default; } });
203
+ var MinusIcon_1 = require("./MinusIcon");
204
+ Object.defineProperty(exports, "MinusIcon", { enumerable: true, get: function () { return __importDefault(MinusIcon_1).default; } });
205
+ var MoneyIcon_1 = require("./MoneyIcon");
206
+ Object.defineProperty(exports, "MoneyIcon", { enumerable: true, get: function () { return __importDefault(MoneyIcon_1).default; } });
207
+ var NestedObjectIcon_1 = require("./NestedObjectIcon");
208
+ Object.defineProperty(exports, "NestedObjectIcon", { enumerable: true, get: function () { return __importDefault(NestedObjectIcon_1).default; } });
209
+ var NextIcon_1 = require("./NextIcon");
210
+ Object.defineProperty(exports, "NextIcon", { enumerable: true, get: function () { return __importDefault(NextIcon_1).default; } });
211
+ var NodesIcon_1 = require("./NodesIcon");
212
+ Object.defineProperty(exports, "NodesIcon", { enumerable: true, get: function () { return __importDefault(NodesIcon_1).default; } });
213
+ var NugetIcon_1 = require("./NugetIcon");
214
+ Object.defineProperty(exports, "NugetIcon", { enumerable: true, get: function () { return __importDefault(NugetIcon_1).default; } });
215
+ var OptionsMenuIcon_1 = require("./OptionsMenuIcon");
216
+ Object.defineProperty(exports, "OptionsMenuIcon", { enumerable: true, get: function () { return __importDefault(OptionsMenuIcon_1).default; } });
217
+ var PanelAddIcon_1 = require("./PanelAddIcon");
218
+ Object.defineProperty(exports, "PanelAddIcon", { enumerable: true, get: function () { return __importDefault(PanelAddIcon_1).default; } });
219
+ var PanelDeleteIcon_1 = require("./PanelDeleteIcon");
220
+ Object.defineProperty(exports, "PanelDeleteIcon", { enumerable: true, get: function () { return __importDefault(PanelDeleteIcon_1).default; } });
221
+ var PatternRecognitionIcon_1 = require("./PatternRecognitionIcon");
222
+ Object.defineProperty(exports, "PatternRecognitionIcon", { enumerable: true, get: function () { return __importDefault(PatternRecognitionIcon_1).default; } });
223
+ var PauseIcon_1 = require("./PauseIcon");
224
+ Object.defineProperty(exports, "PauseIcon", { enumerable: true, get: function () { return __importDefault(PauseIcon_1).default; } });
225
+ var PcIcon_1 = require("./PcIcon");
226
+ Object.defineProperty(exports, "PcIcon", { enumerable: true, get: function () { return __importDefault(PcIcon_1).default; } });
227
+ var PercentIcon_1 = require("./PercentIcon");
228
+ Object.defineProperty(exports, "PercentIcon", { enumerable: true, get: function () { return __importDefault(PercentIcon_1).default; } });
229
+ var PersonaliseIcon_1 = require("./PersonaliseIcon");
230
+ Object.defineProperty(exports, "PersonaliseIcon", { enumerable: true, get: function () { return __importDefault(PersonaliseIcon_1).default; } });
231
+ var PlayIcon_1 = require("./PlayIcon");
232
+ Object.defineProperty(exports, "PlayIcon", { enumerable: true, get: function () { return __importDefault(PlayIcon_1).default; } });
233
+ var PlusIcon_1 = require("./PlusIcon");
234
+ Object.defineProperty(exports, "PlusIcon", { enumerable: true, get: function () { return __importDefault(PlusIcon_1).default; } });
235
+ var PointLeftIcon_1 = require("./PointLeftIcon");
236
+ Object.defineProperty(exports, "PointLeftIcon", { enumerable: true, get: function () { return __importDefault(PointLeftIcon_1).default; } });
237
+ var PointRightIcon_1 = require("./PointRightIcon");
238
+ Object.defineProperty(exports, "PointRightIcon", { enumerable: true, get: function () { return __importDefault(PointRightIcon_1).default; } });
239
+ var PointUpIcon_1 = require("./PointUpIcon");
240
+ Object.defineProperty(exports, "PointUpIcon", { enumerable: true, get: function () { return __importDefault(PointUpIcon_1).default; } });
241
+ var PowerIcon_1 = require("./PowerIcon");
242
+ Object.defineProperty(exports, "PowerIcon", { enumerable: true, get: function () { return __importDefault(PowerIcon_1).default; } });
243
+ var PrevIcon_1 = require("./PrevIcon");
244
+ Object.defineProperty(exports, "PrevIcon", { enumerable: true, get: function () { return __importDefault(PrevIcon_1).default; } });
245
+ var PuzzlePieceIcon_1 = require("./PuzzlePieceIcon");
246
+ Object.defineProperty(exports, "PuzzlePieceIcon", { enumerable: true, get: function () { return __importDefault(PuzzlePieceIcon_1).default; } });
247
+ var RAMIcon_1 = require("./RAMIcon");
248
+ Object.defineProperty(exports, "RAMIcon", { enumerable: true, get: function () { return __importDefault(RAMIcon_1).default; } });
249
+ var RSSFeedIcon_1 = require("./RSSFeedIcon");
250
+ Object.defineProperty(exports, "RSSFeedIcon", { enumerable: true, get: function () { return __importDefault(RSSFeedIcon_1).default; } });
251
+ var RecorderIcon_1 = require("./RecorderIcon");
252
+ Object.defineProperty(exports, "RecorderIcon", { enumerable: true, get: function () { return __importDefault(RecorderIcon_1).default; } });
253
+ var RefreshIcon_1 = require("./RefreshIcon");
254
+ Object.defineProperty(exports, "RefreshIcon", { enumerable: true, get: function () { return __importDefault(RefreshIcon_1).default; } });
255
+ var SaveIcon_1 = require("./SaveIcon");
256
+ Object.defineProperty(exports, "SaveIcon", { enumerable: true, get: function () { return __importDefault(SaveIcon_1).default; } });
257
+ var SearchIcon_1 = require("./SearchIcon");
258
+ Object.defineProperty(exports, "SearchIcon", { enumerable: true, get: function () { return __importDefault(SearchIcon_1).default; } });
259
+ var SearchQueryIcon_1 = require("./SearchQueryIcon");
260
+ Object.defineProperty(exports, "SearchQueryIcon", { enumerable: true, get: function () { return __importDefault(SearchQueryIcon_1).default; } });
261
+ var ShieldIcon_1 = require("./ShieldIcon");
262
+ Object.defineProperty(exports, "ShieldIcon", { enumerable: true, get: function () { return __importDefault(ShieldIcon_1).default; } });
263
+ var SlidersHorizontalIcon_1 = require("./SlidersHorizontalIcon");
264
+ Object.defineProperty(exports, "SlidersHorizontalIcon", { enumerable: true, get: function () { return __importDefault(SlidersHorizontalIcon_1).default; } });
265
+ var SlidersVerticalIcon_1 = require("./SlidersVerticalIcon");
266
+ Object.defineProperty(exports, "SlidersVerticalIcon", { enumerable: true, get: function () { return __importDefault(SlidersVerticalIcon_1).default; } });
267
+ var SmallerIcon_1 = require("./SmallerIcon");
268
+ Object.defineProperty(exports, "SmallerIcon", { enumerable: true, get: function () { return __importDefault(SmallerIcon_1).default; } });
269
+ var SmallerOrEqualIcon_1 = require("./SmallerOrEqualIcon");
270
+ Object.defineProperty(exports, "SmallerOrEqualIcon", { enumerable: true, get: function () { return __importDefault(SmallerOrEqualIcon_1).default; } });
271
+ var SortAscendingIcon_1 = require("./SortAscendingIcon");
272
+ Object.defineProperty(exports, "SortAscendingIcon", { enumerable: true, get: function () { return __importDefault(SortAscendingIcon_1).default; } });
273
+ var SortDescendingIcon_1 = require("./SortDescendingIcon");
274
+ Object.defineProperty(exports, "SortDescendingIcon", { enumerable: true, get: function () { return __importDefault(SortDescendingIcon_1).default; } });
275
+ var SparkIcon_1 = require("./SparkIcon");
276
+ Object.defineProperty(exports, "SparkIcon", { enumerable: true, get: function () { return __importDefault(SparkIcon_1).default; } });
277
+ var SpecialCharactersIcon_1 = require("./SpecialCharactersIcon");
278
+ Object.defineProperty(exports, "SpecialCharactersIcon", { enumerable: true, get: function () { return __importDefault(SpecialCharactersIcon_1).default; } });
279
+ var SpectrumFlatIcon_1 = require("./SpectrumFlatIcon");
280
+ Object.defineProperty(exports, "SpectrumFlatIcon", { enumerable: true, get: function () { return __importDefault(SpectrumFlatIcon_1).default; } });
281
+ var SpectrumIcon_1 = require("./SpectrumIcon");
282
+ Object.defineProperty(exports, "SpectrumIcon", { enumerable: true, get: function () { return __importDefault(SpectrumIcon_1).default; } });
283
+ var SpeedometerIcon_1 = require("./SpeedometerIcon");
284
+ Object.defineProperty(exports, "SpeedometerIcon", { enumerable: true, get: function () { return __importDefault(SpeedometerIcon_1).default; } });
285
+ var StatusIcon_1 = require("./StatusIcon");
286
+ Object.defineProperty(exports, "StatusIcon", { enumerable: true, get: function () { return __importDefault(StatusIcon_1).default; } });
287
+ var SupportIcon_1 = require("./SupportIcon");
288
+ Object.defineProperty(exports, "SupportIcon", { enumerable: true, get: function () { return __importDefault(SupportIcon_1).default; } });
289
+ var TagIcon_1 = require("./TagIcon");
290
+ Object.defineProperty(exports, "TagIcon", { enumerable: true, get: function () { return __importDefault(TagIcon_1).default; } });
291
+ var TerminalIcon_1 = require("./TerminalIcon");
292
+ Object.defineProperty(exports, "TerminalIcon", { enumerable: true, get: function () { return __importDefault(TerminalIcon_1).default; } });
293
+ var ThumbsUpIcon_1 = require("./ThumbsUpIcon");
294
+ Object.defineProperty(exports, "ThumbsUpIcon", { enumerable: true, get: function () { return __importDefault(ThumbsUpIcon_1).default; } });
295
+ var ToolBoxIcon_1 = require("./ToolBoxIcon");
296
+ Object.defineProperty(exports, "ToolBoxIcon", { enumerable: true, get: function () { return __importDefault(ToolBoxIcon_1).default; } });
297
+ var TypingIcon_1 = require("./TypingIcon");
298
+ Object.defineProperty(exports, "TypingIcon", { enumerable: true, get: function () { return __importDefault(TypingIcon_1).default; } });
299
+ var TypoOrBugIcon_1 = require("./TypoOrBugIcon");
300
+ Object.defineProperty(exports, "TypoOrBugIcon", { enumerable: true, get: function () { return __importDefault(TypoOrBugIcon_1).default; } });
301
+ var UpdateIcon_1 = require("./UpdateIcon");
302
+ Object.defineProperty(exports, "UpdateIcon", { enumerable: true, get: function () { return __importDefault(UpdateIcon_1).default; } });
303
+ var UserAliasIcon_1 = require("./UserAliasIcon");
304
+ Object.defineProperty(exports, "UserAliasIcon", { enumerable: true, get: function () { return __importDefault(UserAliasIcon_1).default; } });
305
+ var UserBookmarkIcon_1 = require("./UserBookmarkIcon");
306
+ Object.defineProperty(exports, "UserBookmarkIcon", { enumerable: true, get: function () { return __importDefault(UserBookmarkIcon_1).default; } });
307
+ var UserCheckIcon_1 = require("./UserCheckIcon");
308
+ Object.defineProperty(exports, "UserCheckIcon", { enumerable: true, get: function () { return __importDefault(UserCheckIcon_1).default; } });
309
+ var UserGroupIcon_1 = require("./UserGroupIcon");
310
+ Object.defineProperty(exports, "UserGroupIcon", { enumerable: true, get: function () { return __importDefault(UserGroupIcon_1).default; } });
311
+ var UserIcon_1 = require("./UserIcon");
312
+ Object.defineProperty(exports, "UserIcon", { enumerable: true, get: function () { return __importDefault(UserIcon_1).default; } });
313
+ var UserIdIcon_1 = require("./UserIdIcon");
314
+ Object.defineProperty(exports, "UserIdIcon", { enumerable: true, get: function () { return __importDefault(UserIdIcon_1).default; } });
315
+ var UserMinusIcon_1 = require("./UserMinusIcon");
316
+ Object.defineProperty(exports, "UserMinusIcon", { enumerable: true, get: function () { return __importDefault(UserMinusIcon_1).default; } });
317
+ var UserPlusIcon_1 = require("./UserPlusIcon");
318
+ Object.defineProperty(exports, "UserPlusIcon", { enumerable: true, get: function () { return __importDefault(UserPlusIcon_1).default; } });
319
+ var UserPrivacyIcon_1 = require("./UserPrivacyIcon");
320
+ Object.defineProperty(exports, "UserPrivacyIcon", { enumerable: true, get: function () { return __importDefault(UserPrivacyIcon_1).default; } });
321
+ var UserTextIcon_1 = require("./UserTextIcon");
322
+ Object.defineProperty(exports, "UserTextIcon", { enumerable: true, get: function () { return __importDefault(UserTextIcon_1).default; } });
323
+ var UserXIcon_1 = require("./UserXIcon");
324
+ Object.defineProperty(exports, "UserXIcon", { enumerable: true, get: function () { return __importDefault(UserXIcon_1).default; } });
325
+ var UsersIcon_1 = require("./UsersIcon");
326
+ Object.defineProperty(exports, "UsersIcon", { enumerable: true, get: function () { return __importDefault(UsersIcon_1).default; } });
327
+ var VirtualRealityVRHeadsetIcon_1 = require("./VirtualRealityVRHeadsetIcon");
328
+ Object.defineProperty(exports, "VirtualRealityVRHeadsetIcon", { enumerable: true, get: function () { return __importDefault(VirtualRealityVRHeadsetIcon_1).default; } });
329
+ var VolumeHighIcon_1 = require("./VolumeHighIcon");
330
+ Object.defineProperty(exports, "VolumeHighIcon", { enumerable: true, get: function () { return __importDefault(VolumeHighIcon_1).default; } });
331
+ var VolumeLowIcon_1 = require("./VolumeLowIcon");
332
+ Object.defineProperty(exports, "VolumeLowIcon", { enumerable: true, get: function () { return __importDefault(VolumeLowIcon_1).default; } });
333
+ var VolumeMediumIcon_1 = require("./VolumeMediumIcon");
334
+ Object.defineProperty(exports, "VolumeMediumIcon", { enumerable: true, get: function () { return __importDefault(VolumeMediumIcon_1).default; } });
335
+ var VolumeMuteIcon_1 = require("./VolumeMuteIcon");
336
+ Object.defineProperty(exports, "VolumeMuteIcon", { enumerable: true, get: function () { return __importDefault(VolumeMuteIcon_1).default; } });
337
+ var WarningIcon_1 = require("./WarningIcon");
338
+ Object.defineProperty(exports, "WarningIcon", { enumerable: true, get: function () { return __importDefault(WarningIcon_1).default; } });
339
+ var WeightHighIcon_1 = require("./WeightHighIcon");
340
+ Object.defineProperty(exports, "WeightHighIcon", { enumerable: true, get: function () { return __importDefault(WeightHighIcon_1).default; } });
341
+ var WeightIcon_1 = require("./WeightIcon");
342
+ Object.defineProperty(exports, "WeightIcon", { enumerable: true, get: function () { return __importDefault(WeightIcon_1).default; } });
343
+ var WeightLowIcon_1 = require("./WeightLowIcon");
344
+ Object.defineProperty(exports, "WeightLowIcon", { enumerable: true, get: function () { return __importDefault(WeightLowIcon_1).default; } });
345
+ var WeightMediumIcon_1 = require("./WeightMediumIcon");
346
+ Object.defineProperty(exports, "WeightMediumIcon", { enumerable: true, get: function () { return __importDefault(WeightMediumIcon_1).default; } });
347
+ var WiFiIcon_1 = require("./WiFiIcon");
348
+ Object.defineProperty(exports, "WiFiIcon", { enumerable: true, get: function () { return __importDefault(WiFiIcon_1).default; } });
349
+ var XOrErrorIcon_1 = require("./XOrErrorIcon");
350
+ Object.defineProperty(exports, "XOrErrorIcon", { enumerable: true, get: function () { return __importDefault(XOrErrorIcon_1).default; } });
351
+ var ZapIcon_1 = require("./ZapIcon");
352
+ Object.defineProperty(exports, "ZapIcon", { enumerable: true, get: function () { return __importDefault(ZapIcon_1).default; } });
353
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../components/icons/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../components/icons/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const AlignCenterIcon: React.FC<IconProps>;
4
+ export default AlignCenterIcon;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const AlignCenterIcon = ({ color = 'currentColor', ...props }) => {
3
+ return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { x: "2", width: "3", height: "1" }), _jsx("rect", { x: "2", y: "4", width: "3", height: "1" }), _jsx("rect", { x: "1", y: "2", width: "5", height: "1" })] }));
4
+ };
5
+ export default AlignCenterIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const AlignJustifyIcon: React.FC<IconProps>;
4
+ export default AlignJustifyIcon;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const AlignJustifyIcon = ({ color = 'currentColor', ...props }) => {
3
+ return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { x: "1", width: "5", height: "1" }), _jsx("rect", { x: "1", y: "4", width: "5", height: "1" }), _jsx("rect", { x: "1", y: "2", width: "5", height: "1" })] }));
4
+ };
5
+ export default AlignJustifyIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const AlignLeftIcon: React.FC<IconProps>;
4
+ export default AlignLeftIcon;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const AlignLeftIcon = ({ color = 'currentColor', ...props }) => {
3
+ return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { x: "1", width: "3", height: "1" }), _jsx("rect", { x: "1", y: "4", width: "3", height: "1" }), _jsx("rect", { x: "1", y: "2", width: "5", height: "1" })] }));
4
+ };
5
+ export default AlignLeftIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const AlignRightIcon: React.FC<IconProps>;
4
+ export default AlignRightIcon;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const AlignRightIcon = ({ color = 'currentColor', ...props }) => {
3
+ return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { x: "3", width: "3", height: "1" }), _jsx("rect", { x: "3", y: "4", width: "3", height: "1" }), _jsx("rect", { x: "1", y: "2", width: "5", height: "1" })] }));
4
+ };
5
+ export default AlignRightIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const AnalyticsIcon: React.FC<IconProps>;
4
+ export default AnalyticsIcon;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const AnalyticsIcon = ({ color = 'currentColor', ...props }) => {
3
+ return (_jsx("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3 0H2V5H3V0ZM1 2H0V5H1V2ZM4 3H5V5H4V3ZM7 1H6V5H7V1Z" }) }));
4
+ };
5
+ export default AnalyticsIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const AnchorIcon: React.FC<IconProps>;
4
+ export default AnchorIcon;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const AnchorIcon = ({ color = 'currentColor', ...props }) => {
3
+ return (_jsx("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4 0H3V1H2V2H3V3V4H2V3H1V4H2V5H3H5V4H6V3H5V4H4V3V2H5V1H4V0ZM4 1V2H3V1H4Z" }) }));
4
+ };
5
+ export default AnchorIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const BarCodeIcon: React.FC<IconProps>;
4
+ export default BarCodeIcon;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const BarCodeIcon = ({ color = 'currentColor', ...props }) => {
3
+ return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 1)" })] }));
4
+ };
5
+ export default BarCodeIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const BatteryIcon: React.FC<IconProps>;
4
+ export default BatteryIcon;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const BatteryIcon = ({ color = 'currentColor', ...props }) => {
3
+ return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { width: "6", height: "1", transform: "matrix(1 0 0 -1 0 1)" }), _jsx("rect", { width: "6", height: "1", transform: "matrix(1 0 0 -1 0 5)" }), _jsx("rect", { width: "3", height: "3", transform: "matrix(1 0 0 -1 0 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 3)" }), _jsx("rect", { width: "2", height: "1", transform: "matrix(1 0 0 -1 5 2)" }), _jsx("rect", { width: "2", height: "1", transform: "matrix(1 0 0 -1 5 4)" })] }));
4
+ };
5
+ export default BatteryIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const BellIcon: React.FC<IconProps>;
4
+ export default BellIcon;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const BellIcon = ({ color = 'currentColor', ...props }) => {
3
+ return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { x: "2", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "3", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "1", width: "1", height: "1" })] }));
4
+ };
5
+ export default BellIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const BookIcon: React.FC<IconProps>;
4
+ export default BookIcon;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const BookIcon = ({ color = 'currentColor', ...props }) => {
3
+ return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 1 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 5 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 5 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 1 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 4)" })] }));
4
+ };
5
+ export default BookIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const BoostIcon: React.FC<IconProps>;
4
+ export default BoostIcon;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const BoostIcon = ({ color = 'currentColor', ...props }) => {
3
+ return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { x: "1", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "4", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "4", width: "1", height: "1" }), _jsx("rect", { x: "5", y: "1", width: "1", height: "1" }), _jsx("rect", { x: "5", width: "1", height: "1" }), _jsx("rect", { x: "1", y: "2", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "4", width: "1", height: "1" }), _jsx("rect", { x: "3", y: "3", width: "1", height: "1" }), _jsx("rect", { x: "2", y: "2", width: "1", height: "1" })] }));
4
+ };
5
+ export default BoostIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const CardIcon: React.FC<IconProps>;
4
+ export default CardIcon;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const CardIcon = ({ color = 'currentColor', ...props }) => {
3
+ return (_jsxs("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 5 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 5 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 1 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 5 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 4)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 3)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 1 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 3 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 4 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 5 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 6 1)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 1 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 2 5)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 2)" }), _jsx("rect", { width: "1", height: "1", transform: "matrix(1 0 0 -1 0 3)" })] }));
4
+ };
5
+ export default CardIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const CheckIcon: React.FC<IconProps>;
4
+ export default CheckIcon;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const CheckIcon = ({ color = 'currentColor', ...props }) => {
3
+ return (_jsx("svg", { ...props, fill: color, width: "7", height: "5", viewBox: "0 0 7 5", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7 0H6V1H5V2H4V3H3V4H2V3H1V2H0V3H1V4H2V5H3V4H4V3H5V2H6V1H7V0Z" }) }));
4
+ };
5
+ export default CheckIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const CircleIcon: React.FC<IconProps>;
4
+ export default CircleIcon;