@talismn/icons 0.0.0-pr1002.045a7406

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 (606) hide show
  1. package/.eslintrc.cjs +5 -0
  2. package/.svgrrc.js +16 -0
  3. package/.turbo/turbo-build.log +0 -0
  4. package/README.md +1 -0
  5. package/package.json +30 -0
  6. package/src/components/Activity.tsx +33 -0
  7. package/src/components/Airplay.tsx +34 -0
  8. package/src/components/AlertCircle.tsx +36 -0
  9. package/src/components/AlertOctagon.tsx +36 -0
  10. package/src/components/AlertTriangle.tsx +36 -0
  11. package/src/components/AlignCenter.tsx +30 -0
  12. package/src/components/AlignJustify.tsx +30 -0
  13. package/src/components/AlignLeft.tsx +30 -0
  14. package/src/components/AlignRight.tsx +30 -0
  15. package/src/components/Anchor.tsx +41 -0
  16. package/src/components/Aperture.tsx +45 -0
  17. package/src/components/Archive.tsx +29 -0
  18. package/src/components/ArrowDown.tsx +28 -0
  19. package/src/components/ArrowDownCircle.tsx +35 -0
  20. package/src/components/ArrowDownLeft.tsx +28 -0
  21. package/src/components/ArrowDownRight.tsx +28 -0
  22. package/src/components/ArrowLeft.tsx +28 -0
  23. package/src/components/ArrowLeftCircle.tsx +35 -0
  24. package/src/components/ArrowRight.tsx +28 -0
  25. package/src/components/ArrowRightCircle.tsx +35 -0
  26. package/src/components/ArrowUp.tsx +28 -0
  27. package/src/components/ArrowUpCircle.tsx +35 -0
  28. package/src/components/ArrowUpLeft.tsx +28 -0
  29. package/src/components/ArrowUpRight.tsx +28 -0
  30. package/src/components/AtSign.tsx +40 -0
  31. package/src/components/Award.tsx +40 -0
  32. package/src/components/BarChart.tsx +29 -0
  33. package/src/components/BarChart2.tsx +29 -0
  34. package/src/components/Battery.tsx +34 -0
  35. package/src/components/BatteryCharging.tsx +35 -0
  36. package/src/components/Bell.tsx +33 -0
  37. package/src/components/BellOff.tsx +35 -0
  38. package/src/components/Bluetooth.tsx +33 -0
  39. package/src/components/Bold.tsx +40 -0
  40. package/src/components/Book.tsx +40 -0
  41. package/src/components/BookOpen.tsx +40 -0
  42. package/src/components/Bookmark.tsx +33 -0
  43. package/src/components/Box.tsx +41 -0
  44. package/src/components/Box1.tsx +41 -0
  45. package/src/components/Briefcase.tsx +40 -0
  46. package/src/components/Calculate.tsx +33 -0
  47. package/src/components/Calendar.tsx +36 -0
  48. package/src/components/Camera.tsx +40 -0
  49. package/src/components/CameraOff.tsx +35 -0
  50. package/src/components/Cast.tsx +40 -0
  51. package/src/components/Check.tsx +27 -0
  52. package/src/components/CheckCircle.tsx +40 -0
  53. package/src/components/CheckSquare.tsx +34 -0
  54. package/src/components/ChevronDown.tsx +27 -0
  55. package/src/components/ChevronLeft.tsx +27 -0
  56. package/src/components/ChevronRight.tsx +27 -0
  57. package/src/components/ChevronUp.tsx +27 -0
  58. package/src/components/ChevronsDown.tsx +28 -0
  59. package/src/components/ChevronsLeft.tsx +28 -0
  60. package/src/components/ChevronsRight.tsx +28 -0
  61. package/src/components/ChevronsUp.tsx +28 -0
  62. package/src/components/Chrome.tsx +49 -0
  63. package/src/components/Circle.tsx +33 -0
  64. package/src/components/Clipboard.tsx +40 -0
  65. package/src/components/Clock.tsx +34 -0
  66. package/src/components/Cloud.tsx +40 -0
  67. package/src/components/CloudDrizzle.tsx +40 -0
  68. package/src/components/CloudLightning.tsx +35 -0
  69. package/src/components/CloudOff.tsx +35 -0
  70. package/src/components/CloudRain.tsx +37 -0
  71. package/src/components/CloudSnow.tsx +40 -0
  72. package/src/components/Code.tsx +28 -0
  73. package/src/components/Codepen.tsx +37 -0
  74. package/src/components/Codesandbox.tsx +62 -0
  75. package/src/components/Coffee.tsx +43 -0
  76. package/src/components/Columns.tsx +33 -0
  77. package/src/components/Command.tsx +33 -0
  78. package/src/components/Compass.tsx +40 -0
  79. package/src/components/Copy.tsx +40 -0
  80. package/src/components/CornerDownLeft.tsx +34 -0
  81. package/src/components/CornerDownRight.tsx +34 -0
  82. package/src/components/CornerLeftDown.tsx +34 -0
  83. package/src/components/CornerLeftUp.tsx +34 -0
  84. package/src/components/CornerRightDown.tsx +34 -0
  85. package/src/components/CornerRightUp.tsx +34 -0
  86. package/src/components/CornerUpLeft.tsx +34 -0
  87. package/src/components/CornerUpRight.tsx +34 -0
  88. package/src/components/Cpu.tsx +43 -0
  89. package/src/components/CreditCard.tsx +34 -0
  90. package/src/components/Crop.tsx +35 -0
  91. package/src/components/Crosshair.tsx +37 -0
  92. package/src/components/Database.tsx +47 -0
  93. package/src/components/Delete.tsx +35 -0
  94. package/src/components/Disc.tsx +40 -0
  95. package/src/components/DollarSign.tsx +34 -0
  96. package/src/components/Download.tsx +35 -0
  97. package/src/components/DownloadCloud.tsx +36 -0
  98. package/src/components/Drag.tsx +28 -0
  99. package/src/components/DragAlt.tsx +68 -0
  100. package/src/components/Droplet.tsx +33 -0
  101. package/src/components/Earn.tsx +33 -0
  102. package/src/components/Edit.tsx +40 -0
  103. package/src/components/Edit2.tsx +33 -0
  104. package/src/components/Edit3.tsx +34 -0
  105. package/src/components/Ethereum.tsx +30 -0
  106. package/src/components/ExternalLink.tsx +35 -0
  107. package/src/components/Eye.tsx +40 -0
  108. package/src/components/EyeOff.tsx +35 -0
  109. package/src/components/EyePlus.tsx +45 -0
  110. package/src/components/Facebook.tsx +33 -0
  111. package/src/components/FastForward.tsx +28 -0
  112. package/src/components/Feather.tsx +35 -0
  113. package/src/components/Figma.tsx +61 -0
  114. package/src/components/File.tsx +34 -0
  115. package/src/components/FileCheck.tsx +41 -0
  116. package/src/components/FileMinus.tsx +35 -0
  117. package/src/components/FilePlus.tsx +36 -0
  118. package/src/components/FileText.tsx +37 -0
  119. package/src/components/FileX.tsx +48 -0
  120. package/src/components/Film.tsx +40 -0
  121. package/src/components/Filter.tsx +33 -0
  122. package/src/components/Flag.tsx +34 -0
  123. package/src/components/Folder.tsx +33 -0
  124. package/src/components/FolderMinus.tsx +34 -0
  125. package/src/components/FolderPlus.tsx +35 -0
  126. package/src/components/Framer.tsx +33 -0
  127. package/src/components/Frown.tsx +42 -0
  128. package/src/components/Gift.tsx +43 -0
  129. package/src/components/GitBranch.tsx +48 -0
  130. package/src/components/GitCommit.tsx +35 -0
  131. package/src/components/GitMerge.tsx +47 -0
  132. package/src/components/GitPullRequest.tsx +48 -0
  133. package/src/components/Github.tsx +40 -0
  134. package/src/components/Gitlab.tsx +40 -0
  135. package/src/components/Globe.tsx +41 -0
  136. package/src/components/Grid.tsx +30 -0
  137. package/src/components/HardDrive.tsx +35 -0
  138. package/src/components/Hash.tsx +30 -0
  139. package/src/components/Headphones.tsx +40 -0
  140. package/src/components/Heart.tsx +33 -0
  141. package/src/components/HelpCircle.tsx +36 -0
  142. package/src/components/Hexagon.tsx +33 -0
  143. package/src/components/Home.tsx +34 -0
  144. package/src/components/Image.tsx +41 -0
  145. package/src/components/Inbox.tsx +40 -0
  146. package/src/components/Info.tsx +36 -0
  147. package/src/components/Instagram.tsx +35 -0
  148. package/src/components/Italic.tsx +29 -0
  149. package/src/components/Key.tsx +33 -0
  150. package/src/components/Layers.tsx +35 -0
  151. package/src/components/Layout.tsx +35 -0
  152. package/src/components/LifeBuoy.tsx +75 -0
  153. package/src/components/Link.tsx +40 -0
  154. package/src/components/Link2.tsx +35 -0
  155. package/src/components/Linkedin.tsx +41 -0
  156. package/src/components/List.tsx +39 -0
  157. package/src/components/Loader.tsx +58 -0
  158. package/src/components/Lock.tsx +40 -0
  159. package/src/components/LogIn.tsx +35 -0
  160. package/src/components/LogOut.tsx +35 -0
  161. package/src/components/Mail.tsx +34 -0
  162. package/src/components/Map.tsx +35 -0
  163. package/src/components/MapPin.tsx +40 -0
  164. package/src/components/Maximize.tsx +33 -0
  165. package/src/components/Maximize2.tsx +30 -0
  166. package/src/components/Meh.tsx +36 -0
  167. package/src/components/Menu.tsx +29 -0
  168. package/src/components/MessageCircle.tsx +33 -0
  169. package/src/components/MessageSquare.tsx +33 -0
  170. package/src/components/Mic.tsx +42 -0
  171. package/src/components/MicOff.tsx +38 -0
  172. package/src/components/Minimize.tsx +33 -0
  173. package/src/components/Minimize2.tsx +30 -0
  174. package/src/components/Minus.tsx +27 -0
  175. package/src/components/MinusCircle.tsx +34 -0
  176. package/src/components/MinusSquare.tsx +34 -0
  177. package/src/components/Monitor.tsx +35 -0
  178. package/src/components/Moon.tsx +33 -0
  179. package/src/components/MoreHorizontal.tsx +50 -0
  180. package/src/components/MoreVertical.tsx +47 -0
  181. package/src/components/MousePointer.tsx +34 -0
  182. package/src/components/Move.tsx +32 -0
  183. package/src/components/Music.tsx +34 -0
  184. package/src/components/Navigation.tsx +33 -0
  185. package/src/components/Navigation2.tsx +33 -0
  186. package/src/components/Octagon.tsx +33 -0
  187. package/src/components/Package.tsx +42 -0
  188. package/src/components/Paperclip.tsx +33 -0
  189. package/src/components/Pause.tsx +28 -0
  190. package/src/components/PauseCircle.tsx +35 -0
  191. package/src/components/PenTool.tsx +42 -0
  192. package/src/components/Percent.tsx +41 -0
  193. package/src/components/Phone.tsx +33 -0
  194. package/src/components/PhoneCall.tsx +33 -0
  195. package/src/components/PhoneForwarded.tsx +35 -0
  196. package/src/components/PhoneIncoming.tsx +35 -0
  197. package/src/components/PhoneMissed.tsx +35 -0
  198. package/src/components/PhoneOff.tsx +35 -0
  199. package/src/components/PhoneOutgoing.tsx +35 -0
  200. package/src/components/PieChart.tsx +40 -0
  201. package/src/components/Play.tsx +27 -0
  202. package/src/components/PlayCircle.tsx +34 -0
  203. package/src/components/Plus.tsx +28 -0
  204. package/src/components/PlusCircle.tsx +35 -0
  205. package/src/components/PlusSquare.tsx +35 -0
  206. package/src/components/Pocket.tsx +34 -0
  207. package/src/components/Polkadot.tsx +46 -0
  208. package/src/components/Power.tsx +34 -0
  209. package/src/components/Printer.tsx +35 -0
  210. package/src/components/Radio.tsx +40 -0
  211. package/src/components/RefreshCcw.tsx +35 -0
  212. package/src/components/RefreshCw.tsx +35 -0
  213. package/src/components/Repeat.tsx +42 -0
  214. package/src/components/Rewind.tsx +28 -0
  215. package/src/components/Rocket.tsx +32 -0
  216. package/src/components/RotateCcw.tsx +34 -0
  217. package/src/components/RotateCw.tsx +34 -0
  218. package/src/components/Rss.tsx +47 -0
  219. package/src/components/Save.tsx +35 -0
  220. package/src/components/Scissors.tsx +43 -0
  221. package/src/components/Search.tsx +34 -0
  222. package/src/components/Send.tsx +34 -0
  223. package/src/components/Server.tsx +35 -0
  224. package/src/components/Settings.tsx +35 -0
  225. package/src/components/Share.tsx +35 -0
  226. package/src/components/Share2.tsx +61 -0
  227. package/src/components/Shield.tsx +33 -0
  228. package/src/components/ShieldOff.tsx +36 -0
  229. package/src/components/ShoppingBag.tsx +41 -0
  230. package/src/components/ShoppingCart.tsx +47 -0
  231. package/src/components/Shuffle.tsx +31 -0
  232. package/src/components/Sidebar.tsx +34 -0
  233. package/src/components/SkipBack.tsx +34 -0
  234. package/src/components/SkipForward.tsx +28 -0
  235. package/src/components/Slack.tsx +90 -0
  236. package/src/components/Slash.tsx +40 -0
  237. package/src/components/Sliders.tsx +35 -0
  238. package/src/components/Smartphone.tsx +34 -0
  239. package/src/components/Smile.tsx +42 -0
  240. package/src/components/Speaker.tsx +35 -0
  241. package/src/components/Square.tsx +33 -0
  242. package/src/components/Star.tsx +33 -0
  243. package/src/components/StopCircle.tsx +34 -0
  244. package/src/components/Sun.tsx +42 -0
  245. package/src/components/Sunrise.tsx +52 -0
  246. package/src/components/Sunset.tsx +52 -0
  247. package/src/components/Tablet.tsx +33 -0
  248. package/src/components/Tag.tsx +40 -0
  249. package/src/components/TalismanHand.tsx +36 -0
  250. package/src/components/Target.tsx +47 -0
  251. package/src/components/Terminal.tsx +28 -0
  252. package/src/components/Thermometer.tsx +40 -0
  253. package/src/components/ThumbsDown.tsx +33 -0
  254. package/src/components/ThumbsUp.tsx +33 -0
  255. package/src/components/ToggleLeft.tsx +40 -0
  256. package/src/components/ToggleRight.tsx +40 -0
  257. package/src/components/Tool.tsx +33 -0
  258. package/src/components/Trash.tsx +34 -0
  259. package/src/components/Trash2.tsx +36 -0
  260. package/src/components/Trello.tsx +35 -0
  261. package/src/components/TrendingDown.tsx +34 -0
  262. package/src/components/TrendingUp.tsx +34 -0
  263. package/src/components/Triangle.tsx +33 -0
  264. package/src/components/Truck.tsx +48 -0
  265. package/src/components/Tv.tsx +34 -0
  266. package/src/components/Twitter.tsx +33 -0
  267. package/src/components/Type.tsx +29 -0
  268. package/src/components/Umbrella.tsx +33 -0
  269. package/src/components/Underline.tsx +34 -0
  270. package/src/components/Union.tsx +36 -0
  271. package/src/components/Unknown.tsx +30 -0
  272. package/src/components/Unlock.tsx +40 -0
  273. package/src/components/Upload.tsx +35 -0
  274. package/src/components/UploadCloud.tsx +37 -0
  275. package/src/components/User.tsx +40 -0
  276. package/src/components/UserCheck.tsx +41 -0
  277. package/src/components/UserMinus.tsx +41 -0
  278. package/src/components/UserPlus.tsx +42 -0
  279. package/src/components/UserX.tsx +42 -0
  280. package/src/components/Users.tsx +54 -0
  281. package/src/components/Video.tsx +34 -0
  282. package/src/components/VideoOff.tsx +35 -0
  283. package/src/components/Voicemail.tsx +41 -0
  284. package/src/components/Volume.tsx +33 -0
  285. package/src/components/Volume1.tsx +40 -0
  286. package/src/components/Volume2.tsx +40 -0
  287. package/src/components/VolumeX.tsx +35 -0
  288. package/src/components/Wallet.tsx +33 -0
  289. package/src/components/Watch.tsx +41 -0
  290. package/src/components/Wifi.tsx +37 -0
  291. package/src/components/WifiOff.tsx +40 -0
  292. package/src/components/Wind.tsx +33 -0
  293. package/src/components/X.tsx +28 -0
  294. package/src/components/XCircle.tsx +35 -0
  295. package/src/components/XOctagon.tsx +35 -0
  296. package/src/components/XSquare.tsx +35 -0
  297. package/src/components/Youtube.tsx +40 -0
  298. package/src/components/Zap.tsx +33 -0
  299. package/src/components/ZapOff.tsx +37 -0
  300. package/src/components/ZapPlus.tsx +30 -0
  301. package/src/components/ZoomIn.tsx +36 -0
  302. package/src/components/ZoomOut.tsx +35 -0
  303. package/src/components/index.ts +297 -0
  304. package/src/context.ts +3 -0
  305. package/src/index.ts +1 -0
  306. package/src/svgs/activity.svg +3 -0
  307. package/src/svgs/airplay.svg +10 -0
  308. package/src/svgs/alert-circle.svg +18 -0
  309. package/src/svgs/alert-octagon.svg +18 -0
  310. package/src/svgs/alert-triangle.svg +18 -0
  311. package/src/svgs/align-center.svg +6 -0
  312. package/src/svgs/align-justify.svg +6 -0
  313. package/src/svgs/align-left.svg +6 -0
  314. package/src/svgs/align-right.svg +6 -0
  315. package/src/svgs/anchor.svg +17 -0
  316. package/src/svgs/aperture.svg +15 -0
  317. package/src/svgs/archive.svg +5 -0
  318. package/src/svgs/arrow-down-circle.svg +11 -0
  319. package/src/svgs/arrow-down-left.svg +4 -0
  320. package/src/svgs/arrow-down-right.svg +4 -0
  321. package/src/svgs/arrow-down.svg +4 -0
  322. package/src/svgs/arrow-left-circle.svg +11 -0
  323. package/src/svgs/arrow-left.svg +4 -0
  324. package/src/svgs/arrow-right-circle.svg +11 -0
  325. package/src/svgs/arrow-right.svg +4 -0
  326. package/src/svgs/arrow-up-circle.svg +11 -0
  327. package/src/svgs/arrow-up-left.svg +4 -0
  328. package/src/svgs/arrow-up-right.svg +4 -0
  329. package/src/svgs/arrow-up.svg +4 -0
  330. package/src/svgs/at-sign.svg +16 -0
  331. package/src/svgs/award.svg +16 -0
  332. package/src/svgs/bar-chart-2.svg +5 -0
  333. package/src/svgs/bar-chart.svg +5 -0
  334. package/src/svgs/battery-charging.svg +11 -0
  335. package/src/svgs/battery.svg +10 -0
  336. package/src/svgs/bell-off.svg +17 -0
  337. package/src/svgs/bell.svg +9 -0
  338. package/src/svgs/bluetooth.svg +9 -0
  339. package/src/svgs/bold.svg +16 -0
  340. package/src/svgs/book-open.svg +16 -0
  341. package/src/svgs/book.svg +16 -0
  342. package/src/svgs/bookmark.svg +9 -0
  343. package/src/svgs/box-1.svg +17 -0
  344. package/src/svgs/box.svg +17 -0
  345. package/src/svgs/briefcase.svg +16 -0
  346. package/src/svgs/calculate.svg +3 -0
  347. package/src/svgs/calendar.svg +12 -0
  348. package/src/svgs/camera-off.svg +17 -0
  349. package/src/svgs/camera.svg +16 -0
  350. package/src/svgs/cast.svg +16 -0
  351. package/src/svgs/check-circle.svg +10 -0
  352. package/src/svgs/check-square.svg +10 -0
  353. package/src/svgs/check.svg +3 -0
  354. package/src/svgs/chevron-down.svg +3 -0
  355. package/src/svgs/chevron-left.svg +3 -0
  356. package/src/svgs/chevron-right.svg +3 -0
  357. package/src/svgs/chevron-up.svg +3 -0
  358. package/src/svgs/chevrons-down.svg +4 -0
  359. package/src/svgs/chevrons-left.svg +4 -0
  360. package/src/svgs/chevrons-right.svg +4 -0
  361. package/src/svgs/chevrons-up.svg +4 -0
  362. package/src/svgs/chrome.svg +19 -0
  363. package/src/svgs/circle.svg +9 -0
  364. package/src/svgs/clipboard.svg +16 -0
  365. package/src/svgs/clock.svg +10 -0
  366. package/src/svgs/cloud-drizzle.svg +22 -0
  367. package/src/svgs/cloud-lightning.svg +17 -0
  368. package/src/svgs/cloud-off.svg +17 -0
  369. package/src/svgs/cloud-rain.svg +19 -0
  370. package/src/svgs/cloud-snow.svg +16 -0
  371. package/src/svgs/cloud.svg +16 -0
  372. package/src/svgs/code.svg +4 -0
  373. package/src/svgs/codepen.svg +13 -0
  374. package/src/svgs/codesandbox.svg +26 -0
  375. package/src/svgs/coffee.svg +19 -0
  376. package/src/svgs/columns.svg +9 -0
  377. package/src/svgs/command.svg +9 -0
  378. package/src/svgs/compass.svg +16 -0
  379. package/src/svgs/copy.svg +16 -0
  380. package/src/svgs/corner-down-left.svg +10 -0
  381. package/src/svgs/corner-down-right.svg +10 -0
  382. package/src/svgs/corner-left-down.svg +10 -0
  383. package/src/svgs/corner-left-up.svg +10 -0
  384. package/src/svgs/corner-right-down.svg +10 -0
  385. package/src/svgs/corner-right-up.svg +10 -0
  386. package/src/svgs/corner-up-left.svg +10 -0
  387. package/src/svgs/corner-up-right.svg +10 -0
  388. package/src/svgs/cpu.svg +25 -0
  389. package/src/svgs/credit-card.svg +10 -0
  390. package/src/svgs/crop.svg +23 -0
  391. package/src/svgs/crosshair.svg +13 -0
  392. package/src/svgs/database.svg +23 -0
  393. package/src/svgs/delete.svg +11 -0
  394. package/src/svgs/disc.svg +16 -0
  395. package/src/svgs/dollar-sign.svg +10 -0
  396. package/src/svgs/download-cloud.svg +18 -0
  397. package/src/svgs/download.svg +11 -0
  398. package/src/svgs/drag-alt.svg +44 -0
  399. package/src/svgs/drag.svg +4 -0
  400. package/src/svgs/droplet.svg +9 -0
  401. package/src/svgs/earn.svg +3 -0
  402. package/src/svgs/edit-2.svg +3 -0
  403. package/src/svgs/edit-3.svg +4 -0
  404. package/src/svgs/edit.svg +16 -0
  405. package/src/svgs/ethereum.svg +11 -0
  406. package/src/svgs/external-link.svg +11 -0
  407. package/src/svgs/eye-off.svg +17 -0
  408. package/src/svgs/eye-plus.svg +21 -0
  409. package/src/svgs/eye.svg +16 -0
  410. package/src/svgs/facebook.svg +9 -0
  411. package/src/svgs/fast-forward.svg +4 -0
  412. package/src/svgs/feather.svg +11 -0
  413. package/src/svgs/figma.svg +37 -0
  414. package/src/svgs/file-check.svg +5 -0
  415. package/src/svgs/file-minus.svg +11 -0
  416. package/src/svgs/file-plus.svg +12 -0
  417. package/src/svgs/file-text.svg +13 -0
  418. package/src/svgs/file-x.svg +6 -0
  419. package/src/svgs/file.svg +10 -0
  420. package/src/svgs/film.svg +16 -0
  421. package/src/svgs/filter.svg +9 -0
  422. package/src/svgs/flag.svg +10 -0
  423. package/src/svgs/folder-minus.svg +10 -0
  424. package/src/svgs/folder-plus.svg +11 -0
  425. package/src/svgs/folder.svg +9 -0
  426. package/src/svgs/framer.svg +9 -0
  427. package/src/svgs/frown.svg +18 -0
  428. package/src/svgs/gift.svg +19 -0
  429. package/src/svgs/git-branch.svg +24 -0
  430. package/src/svgs/git-commit.svg +11 -0
  431. package/src/svgs/git-merge.svg +23 -0
  432. package/src/svgs/git-pull-request.svg +24 -0
  433. package/src/svgs/github.svg +16 -0
  434. package/src/svgs/gitlab.svg +16 -0
  435. package/src/svgs/globe.svg +17 -0
  436. package/src/svgs/grid.svg +6 -0
  437. package/src/svgs/hard-drive.svg +17 -0
  438. package/src/svgs/hash.svg +6 -0
  439. package/src/svgs/headphones.svg +16 -0
  440. package/src/svgs/heart.svg +9 -0
  441. package/src/svgs/help-circle.svg +24 -0
  442. package/src/svgs/hexagon.svg +9 -0
  443. package/src/svgs/home.svg +10 -0
  444. package/src/svgs/image.svg +17 -0
  445. package/src/svgs/inbox.svg +10 -0
  446. package/src/svgs/info.svg +18 -0
  447. package/src/svgs/instagram.svg +23 -0
  448. package/src/svgs/italic.svg +5 -0
  449. package/src/svgs/key.svg +9 -0
  450. package/src/svgs/layers.svg +5 -0
  451. package/src/svgs/layout.svg +11 -0
  452. package/src/svgs/life-buoy.svg +27 -0
  453. package/src/svgs/link-2.svg +17 -0
  454. package/src/svgs/link.svg +16 -0
  455. package/src/svgs/linkedin.svg +17 -0
  456. package/src/svgs/list.svg +15 -0
  457. package/src/svgs/loader.svg +16 -0
  458. package/src/svgs/lock.svg +16 -0
  459. package/src/svgs/log-in.svg +11 -0
  460. package/src/svgs/log-out.svg +11 -0
  461. package/src/svgs/mail.svg +10 -0
  462. package/src/svgs/map-pin.svg +16 -0
  463. package/src/svgs/map.svg +11 -0
  464. package/src/svgs/maximize-2.svg +6 -0
  465. package/src/svgs/maximize.svg +9 -0
  466. package/src/svgs/meh.svg +12 -0
  467. package/src/svgs/menu.svg +5 -0
  468. package/src/svgs/message-circle.svg +9 -0
  469. package/src/svgs/message-square.svg +9 -0
  470. package/src/svgs/mic-off.svg +26 -0
  471. package/src/svgs/mic.svg +18 -0
  472. package/src/svgs/minimize-2.svg +6 -0
  473. package/src/svgs/minimize.svg +9 -0
  474. package/src/svgs/minus-circle.svg +10 -0
  475. package/src/svgs/minus-square.svg +10 -0
  476. package/src/svgs/minus.svg +3 -0
  477. package/src/svgs/monitor.svg +11 -0
  478. package/src/svgs/moon.svg +9 -0
  479. package/src/svgs/more-horizontal.svg +26 -0
  480. package/src/svgs/more-vertical.svg +23 -0
  481. package/src/svgs/mouse-pointer.svg +10 -0
  482. package/src/svgs/move.svg +8 -0
  483. package/src/svgs/music.svg +10 -0
  484. package/src/svgs/navigation-2.svg +9 -0
  485. package/src/svgs/navigation.svg +9 -0
  486. package/src/svgs/octagon.svg +9 -0
  487. package/src/svgs/package.svg +18 -0
  488. package/src/svgs/paperclip.svg +9 -0
  489. package/src/svgs/pause-circle.svg +11 -0
  490. package/src/svgs/pause.svg +4 -0
  491. package/src/svgs/pen-tool.svg +18 -0
  492. package/src/svgs/percent.svg +17 -0
  493. package/src/svgs/phone-call.svg +9 -0
  494. package/src/svgs/phone-forwarded.svg +11 -0
  495. package/src/svgs/phone-incoming.svg +11 -0
  496. package/src/svgs/phone-missed.svg +11 -0
  497. package/src/svgs/phone-off.svg +17 -0
  498. package/src/svgs/phone-outgoing.svg +11 -0
  499. package/src/svgs/phone.svg +9 -0
  500. package/src/svgs/pie-chart.svg +16 -0
  501. package/src/svgs/play-circle.svg +10 -0
  502. package/src/svgs/play.svg +3 -0
  503. package/src/svgs/plus-circle.svg +11 -0
  504. package/src/svgs/plus-square.svg +11 -0
  505. package/src/svgs/plus.svg +4 -0
  506. package/src/svgs/pocket.svg +10 -0
  507. package/src/svgs/polkadot.svg +15 -0
  508. package/src/svgs/power.svg +10 -0
  509. package/src/svgs/printer.svg +11 -0
  510. package/src/svgs/radio.svg +16 -0
  511. package/src/svgs/refresh-ccw.svg +11 -0
  512. package/src/svgs/refresh-cw.svg +11 -0
  513. package/src/svgs/repeat.svg +18 -0
  514. package/src/svgs/rewind.svg +4 -0
  515. package/src/svgs/rocket.svg +8 -0
  516. package/src/svgs/rotate-ccw.svg +10 -0
  517. package/src/svgs/rotate-cw.svg +10 -0
  518. package/src/svgs/rss.svg +23 -0
  519. package/src/svgs/save.svg +11 -0
  520. package/src/svgs/scissors.svg +19 -0
  521. package/src/svgs/search.svg +10 -0
  522. package/src/svgs/send.svg +10 -0
  523. package/src/svgs/server.svg +23 -0
  524. package/src/svgs/settings.svg +23 -0
  525. package/src/svgs/share-2.svg +31 -0
  526. package/src/svgs/share.svg +11 -0
  527. package/src/svgs/shield-off.svg +24 -0
  528. package/src/svgs/shield.svg +9 -0
  529. package/src/svgs/shopping-bag.svg +17 -0
  530. package/src/svgs/shopping-cart.svg +23 -0
  531. package/src/svgs/shuffle.svg +7 -0
  532. package/src/svgs/sidebar.svg +10 -0
  533. package/src/svgs/skip-back.svg +4 -0
  534. package/src/svgs/skip-forward.svg +4 -0
  535. package/src/svgs/slack.svg +66 -0
  536. package/src/svgs/slash.svg +16 -0
  537. package/src/svgs/sliders.svg +11 -0
  538. package/src/svgs/smartphone.svg +10 -0
  539. package/src/svgs/smile.svg +18 -0
  540. package/src/svgs/speaker.svg +23 -0
  541. package/src/svgs/square.svg +9 -0
  542. package/src/svgs/star.svg +9 -0
  543. package/src/svgs/stop-circle.svg +10 -0
  544. package/src/svgs/sun.svg +36 -0
  545. package/src/svgs/sunrise.svg +22 -0
  546. package/src/svgs/sunset.svg +22 -0
  547. package/src/svgs/tablet.svg +9 -0
  548. package/src/svgs/tag.svg +16 -0
  549. package/src/svgs/talisman-hand.svg +12 -0
  550. package/src/svgs/target.svg +23 -0
  551. package/src/svgs/terminal.svg +4 -0
  552. package/src/svgs/thermometer.svg +16 -0
  553. package/src/svgs/thumbs-down.svg +9 -0
  554. package/src/svgs/thumbs-up.svg +9 -0
  555. package/src/svgs/toggle-left.svg +16 -0
  556. package/src/svgs/toggle-right.svg +16 -0
  557. package/src/svgs/tool.svg +9 -0
  558. package/src/svgs/trash-2.svg +12 -0
  559. package/src/svgs/trash.svg +10 -0
  560. package/src/svgs/trello.svg +11 -0
  561. package/src/svgs/trending-down.svg +10 -0
  562. package/src/svgs/trending-up.svg +10 -0
  563. package/src/svgs/triangle.svg +9 -0
  564. package/src/svgs/truck.svg +18 -0
  565. package/src/svgs/tv.svg +10 -0
  566. package/src/svgs/twitter.svg +9 -0
  567. package/src/svgs/type.svg +5 -0
  568. package/src/svgs/umbrella.svg +9 -0
  569. package/src/svgs/underline.svg +10 -0
  570. package/src/svgs/union.svg +12 -0
  571. package/src/svgs/unknown.svg +6 -0
  572. package/src/svgs/unlock.svg +16 -0
  573. package/src/svgs/upload-cloud.svg +19 -0
  574. package/src/svgs/upload.svg +11 -0
  575. package/src/svgs/user-check.svg +17 -0
  576. package/src/svgs/user-minus.svg +17 -0
  577. package/src/svgs/user-plus.svg +18 -0
  578. package/src/svgs/user-x.svg +18 -0
  579. package/src/svgs/user.svg +16 -0
  580. package/src/svgs/users.svg +30 -0
  581. package/src/svgs/video-off.svg +17 -0
  582. package/src/svgs/video.svg +10 -0
  583. package/src/svgs/voicemail.svg +17 -0
  584. package/src/svgs/volume-1.svg +10 -0
  585. package/src/svgs/volume-2.svg +10 -0
  586. package/src/svgs/volume-x.svg +5 -0
  587. package/src/svgs/volume.svg +3 -0
  588. package/src/svgs/wallet.svg +5 -0
  589. package/src/svgs/watch.svg +17 -0
  590. package/src/svgs/wifi-off.svg +46 -0
  591. package/src/svgs/wifi.svg +31 -0
  592. package/src/svgs/wind.svg +9 -0
  593. package/src/svgs/x-circle.svg +11 -0
  594. package/src/svgs/x-octagon.svg +11 -0
  595. package/src/svgs/x-square.svg +11 -0
  596. package/src/svgs/x.svg +4 -0
  597. package/src/svgs/youtube.svg +16 -0
  598. package/src/svgs/zap-off.svg +19 -0
  599. package/src/svgs/zap-plus.svg +5 -0
  600. package/src/svgs/zap.svg +9 -0
  601. package/src/svgs/zoom-in.svg +12 -0
  602. package/src/svgs/zoom-out.svg +11 -0
  603. package/src/utils.ts +1 -0
  604. package/svgo.config.js +15 -0
  605. package/template.js +17 -0
  606. package/tsconfig.json +10 -0
package/.eslintrc.cjs ADDED
@@ -0,0 +1,5 @@
1
+ module.exports = {
2
+ root: true,
3
+ extends: '@talismn/eslint-config/react',
4
+ ignorePatterns: ['src/components'],
5
+ }
package/.svgrrc.js ADDED
@@ -0,0 +1,16 @@
1
+ module.exports = {
2
+ outDir: 'src/components',
3
+ typescript: true,
4
+ prettier: true,
5
+ ref: true,
6
+ replaceAttrValues: {
7
+ '#000': 'currentcolor',
8
+ '#121212': 'currentcolor',
9
+ black: 'currentcolor',
10
+ },
11
+ template: require('./template'),
12
+ svgProps: {
13
+ width: '{props.size ?? iconContext.size ?? 24}',
14
+ height: '{props.size ?? iconContext.size ?? 24}',
15
+ },
16
+ }
File without changes
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # icons
package/package.json ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "name": "@talismn/icons",
3
+ "version": "0.0.0-pr1002.045a7406",
4
+ "main": "build/commonjs/index.js",
5
+ "exports": {
6
+ ".": "./build/index.js",
7
+ "./utils": "./build/utils.js"
8
+ },
9
+ "scripts": {
10
+ "dev": "tsc --build --watch tsconfig.json",
11
+ "build": "rm -rf build && tsc --build tsconfig.json",
12
+ "codegen": "npx @svgr/cli -- src/svgs",
13
+ "lint": "eslint src",
14
+ "check-types": "tsc --noEmit"
15
+ },
16
+ "devDependencies": {
17
+ "@svgr/cli": "^8.0.1",
18
+ "@talismn/eslint-config": "^0.0.0",
19
+ "@talismn/tsconfig": "^0.0.0",
20
+ "@types/react": "^18.0.28",
21
+ "eslint": "^8.37.0",
22
+ "react": "^18.2.0",
23
+ "react-dom": "^18.2.0",
24
+ "typescript": "^5.0.2"
25
+ },
26
+ "peerDependencies": {
27
+ "react": "18.x"
28
+ },
29
+ "stableVersion": "0.0.0"
30
+ }
@@ -0,0 +1,33 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgActivity = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <path
23
+ stroke="currentcolor"
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ strokeWidth={2}
27
+ d="M22 12h-4l-3 9L9 3l-3 9H2"
28
+ />
29
+ </svg>
30
+ )
31
+ }
32
+ const ForwardRef = forwardRef(SvgActivity)
33
+ export default ForwardRef
@@ -0,0 +1,34 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgAirplay = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <path
23
+ stroke="currentcolor"
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ strokeWidth={2}
27
+ d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"
28
+ />
29
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m12 15 5 6H7l5-6Z" />
30
+ </svg>
31
+ )
32
+ }
33
+ const ForwardRef = forwardRef(SvgAirplay)
34
+ export default ForwardRef
@@ -0,0 +1,36 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgAlertCircle = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <g stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} clipPath="url(#a)">
23
+ <path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z" />
24
+ <path d="M12 8v4" />
25
+ <path d="M12 16h.01" />
26
+ </g>
27
+ <defs>
28
+ <clipPath id="a">
29
+ <path fill="#fff" d="M0 0h24v24H0z" />
30
+ </clipPath>
31
+ </defs>
32
+ </svg>
33
+ )
34
+ }
35
+ const ForwardRef = forwardRef(SvgAlertCircle)
36
+ export default ForwardRef
@@ -0,0 +1,36 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgAlertOctagon = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <g stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} clipPath="url(#a)">
23
+ <path d="M7.86 2h8.28L22 7.86v8.28L16.14 22H7.86L2 16.14V7.86L7.86 2Z" />
24
+ <path d="M12 16h.01" />
25
+ <path d="M12 8v4" />
26
+ </g>
27
+ <defs>
28
+ <clipPath id="a">
29
+ <path fill="#fff" d="M0 0h24v24H0z" />
30
+ </clipPath>
31
+ </defs>
32
+ </svg>
33
+ )
34
+ }
35
+ const ForwardRef = forwardRef(SvgAlertOctagon)
36
+ export default ForwardRef
@@ -0,0 +1,36 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgAlertTriangle = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <g stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} clipPath="url(#a)">
23
+ <path d="M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0v0Z" />
24
+ <path d="M12 17h.01" />
25
+ <path d="M12 9v4" />
26
+ </g>
27
+ <defs>
28
+ <clipPath id="a">
29
+ <path fill="#fff" d="M0 0h24v24H0z" />
30
+ </clipPath>
31
+ </defs>
32
+ </svg>
33
+ )
34
+ }
35
+ const ForwardRef = forwardRef(SvgAlertTriangle)
36
+ export default ForwardRef
@@ -0,0 +1,30 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgAlignCenter = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M18 10H6" />
23
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 6H3" />
24
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 14H3" />
25
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M18 18H6" />
26
+ </svg>
27
+ )
28
+ }
29
+ const ForwardRef = forwardRef(SvgAlignCenter)
30
+ export default ForwardRef
@@ -0,0 +1,30 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgAlignJustify = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 10H3" />
23
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 6H3" />
24
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 14H3" />
25
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 18H3" />
26
+ </svg>
27
+ )
28
+ }
29
+ const ForwardRef = forwardRef(SvgAlignJustify)
30
+ export default ForwardRef
@@ -0,0 +1,30 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgAlignLeft = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 10H3" />
23
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 6H3" />
24
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 14H3" />
25
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 18H3" />
26
+ </svg>
27
+ )
28
+ }
29
+ const ForwardRef = forwardRef(SvgAlignLeft)
30
+ export default ForwardRef
@@ -0,0 +1,30 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgAlignRight = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 10H7" />
23
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 6H3" />
24
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 14H3" />
25
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 18H7" />
26
+ </svg>
27
+ )
28
+ }
29
+ const ForwardRef = forwardRef(SvgAlignRight)
30
+ export default ForwardRef
@@ -0,0 +1,41 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgAnchor = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <path
23
+ stroke="currentcolor"
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ strokeWidth={2}
27
+ d="M12 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"
28
+ />
29
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M12 22V8" />
30
+ <path
31
+ stroke="currentcolor"
32
+ strokeLinecap="round"
33
+ strokeLinejoin="round"
34
+ strokeWidth={2}
35
+ d="M5 12H2a10 10 0 0 0 20 0h-3"
36
+ />
37
+ </svg>
38
+ )
39
+ }
40
+ const ForwardRef = forwardRef(SvgAnchor)
41
+ export default ForwardRef
@@ -0,0 +1,45 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgAperture = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <path
23
+ stroke="currentcolor"
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ strokeWidth={2}
27
+ d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z"
28
+ />
29
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m14.31 8 5.74 9.94" />
30
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9.69 8h11.48" />
31
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m7.38 12 5.74-9.94" />
32
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9.69 16 3.95 6.06" />
33
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M14.31 16H2.83" />
34
+ <path
35
+ stroke="currentcolor"
36
+ strokeLinecap="round"
37
+ strokeLinejoin="round"
38
+ strokeWidth={2}
39
+ d="m16.62 12-5.74 9.94"
40
+ />
41
+ </svg>
42
+ )
43
+ }
44
+ const ForwardRef = forwardRef(SvgAperture)
45
+ export default ForwardRef
@@ -0,0 +1,29 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgArchive = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 8v13H3V8" />
23
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M23 3H1v5h22V3Z" />
24
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M10 12h4" />
25
+ </svg>
26
+ )
27
+ }
28
+ const ForwardRef = forwardRef(SvgArchive)
29
+ export default ForwardRef
@@ -0,0 +1,28 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgArrowDown = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M12 5v14" />
23
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m19 12-7 7-7-7" />
24
+ </svg>
25
+ )
26
+ }
27
+ const ForwardRef = forwardRef(SvgArrowDown)
28
+ export default ForwardRef
@@ -0,0 +1,35 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgArrowDownCircle = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <path
23
+ stroke="currentcolor"
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ strokeWidth={2}
27
+ d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z"
28
+ />
29
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m8 12 4 4 4-4" />
30
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M12 8v8" />
31
+ </svg>
32
+ )
33
+ }
34
+ const ForwardRef = forwardRef(SvgArrowDownCircle)
35
+ export default ForwardRef
@@ -0,0 +1,28 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgArrowDownLeft = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 7 7 17" />
23
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 17H7V7" />
24
+ </svg>
25
+ )
26
+ }
27
+ const ForwardRef = forwardRef(SvgArrowDownLeft)
28
+ export default ForwardRef
@@ -0,0 +1,28 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgArrowDownRight = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m7 7 10 10" />
23
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 7v10H7" />
24
+ </svg>
25
+ )
26
+ }
27
+ const ForwardRef = forwardRef(SvgArrowDownRight)
28
+ export default ForwardRef
@@ -0,0 +1,28 @@
1
+ import * as React from 'react'
2
+ import type { SVGProps } from 'react'
3
+ import { Ref, forwardRef } from 'react'
4
+ import { IconContext } from '../context'
5
+ const SvgArrowLeft = (
6
+ props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
7
+ size?: number | string
8
+ },
9
+ ref: Ref<SVGSVGElement>
10
+ ) => {
11
+ const iconContext = React.useContext(IconContext)
12
+ return (
13
+ <svg
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ width={props.size ?? iconContext.size ?? 24}
16
+ height={props.size ?? iconContext.size ?? 24}
17
+ fill="none"
18
+ viewBox="0 0 24 24"
19
+ ref={ref}
20
+ {...props}
21
+ >
22
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M19 12H5" />
23
+ <path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m12 19-7-7 7-7" />
24
+ </svg>
25
+ )
26
+ }
27
+ const ForwardRef = forwardRef(SvgArrowLeft)
28
+ export default ForwardRef