@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,38 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const FrostIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 1 3)"/>
22
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 0 2)"/>
23
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 0 4)"/>
24
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 6 2)"/>
25
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 6 4)"/>
26
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 4 5)"/>
27
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 2 5)"/>
28
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 3 4)"/>
29
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 2 3)"/>
30
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 4 3)"/>
31
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 3 2)"/>
32
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 4 1)"/>
33
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 5 3)"/>
34
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 2 1)"/>
35
+ </svg>);
36
+ };
37
+ exports.default = FrostIcon;
38
+ //# sourceMappingURL=FrostIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FrostIcon.js","sourceRoot":"","sources":["../../../components/icons/FrostIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,SAAS,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IACnD,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,SAAS,CAAC"}
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const GPSMyLocationIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <rect x="3" width="1" height="1"/>
22
+ <rect x="3" y="4" width="1" height="1"/>
23
+ <rect x="1" y="2" width="1" height="1"/>
24
+ <rect x="5" y="2" width="1" height="1"/>
25
+ <rect x="4" y="1" width="1" height="1"/>
26
+ <rect x="4" y="3" width="1" height="1"/>
27
+ <rect x="2" y="3" width="1" height="1"/>
28
+ <rect x="2" y="1" width="1" height="1"/>
29
+ <rect x="3" y="1" width="1" height="1"/>
30
+ <rect x="3" y="3" width="1" height="1"/>
31
+ <rect x="4" y="2" width="1" height="1"/>
32
+ <rect x="2" y="2" width="1" height="1"/>
33
+ </svg>);
34
+ };
35
+ exports.default = GPSMyLocationIcon;
36
+ //# sourceMappingURL=GPSMyLocationIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GPSMyLocationIcon.js","sourceRoot":"","sources":["../../../components/icons/GPSMyLocationIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,iBAAiB,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IAC3D,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EAChC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,iBAAiB,CAAC"}
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const GPSPinIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <rect x="3" y="4" width="1" height="1"/>
22
+ <rect x="3" y="2" width="1" height="1"/>
23
+ <rect x="4" y="1" width="1" height="1"/>
24
+ <rect x="3" width="1" height="1"/>
25
+ <rect x="2" y="1" width="1" height="1"/>
26
+ <rect x="2" y="2" width="1" height="1"/>
27
+ <rect x="4" y="2" width="1" height="1"/>
28
+ <rect x="2" width="1" height="1"/>
29
+ <rect x="4" width="1" height="1"/>
30
+ <rect x="3" y="3" width="1" height="1"/>
31
+ </svg>);
32
+ };
33
+ exports.default = GPSPinIcon;
34
+ //# sourceMappingURL=GPSPinIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GPSPinIcon.js","sourceRoot":"","sources":["../../../components/icons/GPSPinIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,UAAU,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IACpD,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EAChC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EAChC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EAChC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,UAAU,CAAC"}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const GitBranchIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <g clip-path="url(#clip0_3546_7246)">
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 5H1V4H0V3H1V2V1V0H2V1V2V3H3H4H5V2H4V1H5V0H6V1H7V2H6V3H5V4H4H3H2V5ZM6 2H5V1H6V2ZM2 4V3H1V4H2Z"/>
23
+ </g>
24
+ <defs>
25
+ <clipPath id="clip0_3546_7246">
26
+ <rect width="7" height="5" transform="matrix(1 0 0 -1 0 5)"/>
27
+ </clipPath>
28
+ </defs>
29
+ </svg>);
30
+ };
31
+ exports.default = GitBranchIcon;
32
+ //# sourceMappingURL=GitBranchIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GitBranchIcon.js","sourceRoot":"","sources":["../../../components/icons/GitBranchIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,aAAa,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IACvD,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,CAAC,CAAC,SAAS,CAAC,uBAAuB,CACpC;MAAA,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,iGAAiG,EACjJ;MAAA,EAAE,CAAC,CACH;MAAA,CAAC,IAAI,CACL;MAAA,CAAC,QAAQ,CAAC,EAAE,CAAC,iBAAiB,CAC9B;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAE,SAAS,CAAC,sBAAsB,EAC5D;MAAA,EAAE,QAAQ,CACV;MAAA,EAAE,IAAI,CACN;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,aAAa,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const GitCommitIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3 1H4V2H3V1ZM3 3H2H1H0V2H1H2H3V3ZM4 3V4H3V3H4ZM6 3H5H4V2H5H6H7V3H6Z"/>
22
+ </svg>);
23
+ };
24
+ exports.default = GitCommitIcon;
25
+ //# sourceMappingURL=GitCommitIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GitCommitIcon.js","sourceRoot":"","sources":["../../../components/icons/GitCommitIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,aAAa,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IACvD,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,sEAAsE,EACtH;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,aAAa,CAAC"}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const GitMergeIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <g clip-path="url(#clip0_3546_7244)">
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 0H1V1H0V2H1V3V4V5H2V4H3H4H5V5H6V4H7V3H6V2H5V3H4H3H2V2H3V1H2V0ZM2 1V2H1V1H2ZM5 3V4H6V3H5Z"/>
23
+ </g>
24
+ <defs>
25
+ <clipPath id="clip0_3546_7244">
26
+ <rect width="7" height="5"/>
27
+ </clipPath>
28
+ </defs>
29
+ </svg>);
30
+ };
31
+ exports.default = GitMergeIcon;
32
+ //# sourceMappingURL=GitMergeIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GitMergeIcon.js","sourceRoot":"","sources":["../../../components/icons/GitMergeIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,YAAY,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IACtD,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,CAAC,CAAC,SAAS,CAAC,uBAAuB,CACpC;MAAA,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,6FAA6F,EAC7I;MAAA,EAAE,CAAC,CACH;MAAA,CAAC,IAAI,CACL;MAAA,CAAC,QAAQ,CAAC,EAAE,CAAC,iBAAiB,CAC9B;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EAC1B;MAAA,EAAE,QAAQ,CACV;MAAA,EAAE,IAAI,CACN;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,YAAY,CAAC"}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const GitPullRequestIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <g clip-path="url(#clip0_3546_7242)">
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1 0H2V1H1V0ZM1 2H0V1H1V2ZM2 2H1V3V4V5H2V4V3V2ZM2 2H3V1H2V2ZM5 1H4V2H5V3H4V4H5V5H6V4H7V3H6V2V1H5ZM6 3V4H5V3H6Z"/>
23
+ </g>
24
+ <defs>
25
+ <clipPath id="clip0_3546_7242">
26
+ <rect width="7" height="5"/>
27
+ </clipPath>
28
+ </defs>
29
+ </svg>);
30
+ };
31
+ exports.default = GitPullRequestIcon;
32
+ //# sourceMappingURL=GitPullRequestIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GitPullRequestIcon.js","sourceRoot":"","sources":["../../../components/icons/GitPullRequestIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,kBAAkB,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IAC5D,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,CAAC,CAAC,SAAS,CAAC,uBAAuB,CACpC;MAAA,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,gHAAgH,EAChK;MAAA,EAAE,CAAC,CACH;MAAA,CAAC,IAAI,CACL;MAAA,CAAC,QAAQ,CAAC,EAAE,CAAC,iBAAiB,CAC9B;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EAC1B;MAAA,EAAE,QAAQ,CACV;MAAA,EAAE,IAAI,CACN;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,kBAAkB,CAAC"}
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const GlassIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <rect x="3" y="2" width="1" height="1"/>
22
+ <rect x="3" y="3" width="1" height="1"/>
23
+ <rect x="2" y="4" width="1" height="1"/>
24
+ <rect x="3" y="4" width="1" height="1"/>
25
+ <rect x="4" y="4" width="1" height="1"/>
26
+ <rect x="2" y="2" width="1" height="1"/>
27
+ <rect x="4" y="2" width="1" height="1"/>
28
+ <rect x="5" y="1" width="1" height="1"/>
29
+ <rect x="5" width="1" height="1"/>
30
+ <rect x="1" y="1" width="1" height="1"/>
31
+ <rect x="1" width="1" height="1"/>
32
+ <rect x="2" width="3" height="1"/>
33
+ </svg>);
34
+ };
35
+ exports.default = GlassIcon;
36
+ //# sourceMappingURL=GlassIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GlassIcon.js","sourceRoot":"","sources":["../../../components/icons/GlassIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,SAAS,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IACnD,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EAChC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EAChC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EAChC;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,SAAS,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const GlassesIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3 2V1H2V2L1 2L0 2V3H1H2V4H3V3H4V4H5V3H6H7V2L6 2H5V1H4V2H3ZM4 2L5 2V3H4V2ZM3 2V3H2V2L3 2Z"/>
22
+ </svg>);
23
+ };
24
+ exports.default = GlassesIcon;
25
+ //# sourceMappingURL=GlassesIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GlassesIcon.js","sourceRoot":"","sources":["../../../components/icons/GlassesIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,WAAW,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IACrD,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,2FAA2F,EAC3I;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,WAAW,CAAC"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const GraphIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <rect y="3" width="1" height="1"/>
22
+ <rect x="1" y="2" width="1" height="1"/>
23
+ <rect x="2" y="3" width="1" height="1"/>
24
+ <rect x="3" y="4" width="1" height="1"/>
25
+ <rect x="4" y="3" width="1" height="1"/>
26
+ <rect x="5" y="2" width="1" height="1"/>
27
+ <rect x="6" y="1" width="1" height="1"/>
28
+ </svg>);
29
+ };
30
+ exports.default = GraphIcon;
31
+ //# sourceMappingURL=GraphIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GraphIcon.js","sourceRoot":"","sources":["../../../components/icons/GraphIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,SAAS,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IACnD,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EAChC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,EACtC;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,SAAS,CAAC"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const GreaterIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 4 3)"/>
22
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 2 5)"/>
23
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 2 1)"/>
24
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 3 2)"/>
25
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 3 4)"/>
26
+ </svg>);
27
+ };
28
+ exports.default = GreaterIcon;
29
+ //# sourceMappingURL=GreaterIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GreaterIcon.js","sourceRoot":"","sources":["../../../components/icons/GreaterIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,WAAW,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IACrD,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,WAAW,CAAC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const GreaterOrEqualIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 2 3)"/>
22
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 0 5)"/>
23
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 0 1)"/>
24
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 5 2)"/>
25
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 5 4)"/>
26
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 1 2)"/>
27
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 4 2)"/>
28
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 6 2)"/>
29
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 1 4)"/>
30
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 4 4)"/>
31
+ <rect width="1" height="1" transform="matrix(1 0 0 -1 6 4)"/>
32
+ </svg>);
33
+ };
34
+ exports.default = GreaterOrEqualIcon;
35
+ //# sourceMappingURL=GreaterOrEqualIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GreaterOrEqualIcon.js","sourceRoot":"","sources":["../../../components/icons/GreaterOrEqualIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,kBAAkB,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IAC5D,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,sBAAsB,EAC3D;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,kBAAkB,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const HeadphonesIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5 0H4H3H2V1H1V2V3V4V5H2H3V4V3H2V2V1H3H4H5V2V3H4V4V5H5H6V4V3V2V1H5V0Z"/>
22
+ </svg>);
23
+ };
24
+ exports.default = HeadphonesIcon;
25
+ //# sourceMappingURL=HeadphonesIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeadphonesIcon.js","sourceRoot":"","sources":["../../../components/icons/HeadphonesIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,cAAc,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IACxD,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,uEAAuE,EACvH;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,cAAc,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const HeartIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5 0H4V1H3V0H2V1H1V2V3H2V4H3V5H4V4H5V3H6V2V1H5V0ZM5 1V2V3H4V4H3V3H2V2V1H3V2H4V1H5Z"/>
22
+ </svg>);
23
+ };
24
+ exports.default = HeartIcon;
25
+ //# sourceMappingURL=HeartIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeartIcon.js","sourceRoot":"","sources":["../../../components/icons/HeartIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,SAAS,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IACnD,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,oFAAoF,EACpI;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,SAAS,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const HomeIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4 0H3V1H2V2H1V3V4V5H2H5H6V4V3V2H5V1H4V0ZM2 3V2H3V1H4V2H5V3V4H4V3H3V4H2V3Z"/>
22
+ </svg>);
23
+ };
24
+ exports.default = HomeIcon;
25
+ //# sourceMappingURL=HomeIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HomeIcon.js","sourceRoot":"","sources":["../../../components/icons/HomeIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,QAAQ,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IAClD,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,4EAA4E,EAC5H;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const HourGlassIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 0H1V1H2V2H3V3H2V4H1V5H2H3H4H5H6V4H5V3H4V2H5V1H6V0H5H4H3H2ZM4 2H3V1H4V2Z"/>
22
+ </svg>);
23
+ };
24
+ exports.default = HourGlassIcon;
25
+ //# sourceMappingURL=HourGlassIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HourGlassIcon.js","sourceRoot":"","sources":["../../../components/icons/HourGlassIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,aAAa,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IACvD,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,4EAA4E,EAC5H;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,aAAa,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const IndxIcon = (_a) => {
19
+ var { color = 'currentColor' } = _a, props = __rest(_a, ["color"]);
20
+ return (<svg {...props} fill={color} width="7" height="5" viewBox="0 0 7 5" xmlns="http://www.w3.org/2000/svg">
21
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5 0H6V1H5V0ZM6 1H7V2H6V1ZM0 1H1V2H0V1ZM1 1V0H2V1H1ZM6 3H7V4H6V3ZM6 4V5H5V4H6ZM1 4H2V5H1V4ZM1 4H0V3H1V4ZM2 2H5V3H2V2Z"/>
22
+ </svg>);
23
+ };
24
+ exports.default = IndxIcon;
25
+ //# sourceMappingURL=IndxIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IndxIcon.js","sourceRoot":"","sources":["../../../components/icons/IndxIcon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA0B;AAG1B,MAAM,QAAQ,GAAG,CAAC,EAA+C,EAAe,EAAE;QAAhE,EAAE,KAAK,GAAG,cAAc,OAAuB,EAAlB,KAAK,cAAlC,SAAoC,CAAF;IAClD,OAAO,CACL,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAE,KAAK,CAAC,4BAA4B,CACrG;MAAA,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,uHAAuH,EACvK;MAAA,EAAE,GAAG,CAAC,CACT,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,QAAQ,CAAC"}