@affectively/aeon-icons 0.1.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 (2101) hide show
  1. package/README.md +36 -0
  2. package/assets/README.md +5 -0
  3. package/assets/aeon-icons-catalog.svg +1 -0
  4. package/assets/aeon-icons-spotlight.svg +1 -0
  5. package/dist/create-aeon-icon.d.ts +2 -0
  6. package/dist/create-aeon-icon.js +42 -0
  7. package/dist/create-aeon-native-icon.d.ts +2 -0
  8. package/dist/create-aeon-native-icon.js +55 -0
  9. package/dist/icon-sheets/catalog.svg +1 -0
  10. package/dist/icon-sheets/index.html +36 -0
  11. package/dist/icon-sheets/spotlight.svg +1 -0
  12. package/dist/icons/Activity.d.ts +1 -0
  13. package/dist/icons/Activity.js +11 -0
  14. package/dist/icons/AlertCircle.d.ts +1 -0
  15. package/dist/icons/AlertCircle.js +33 -0
  16. package/dist/icons/AlertTriangle.d.ts +1 -0
  17. package/dist/icons/AlertTriangle.js +25 -0
  18. package/dist/icons/Apple.d.ts +1 -0
  19. package/dist/icons/Apple.js +18 -0
  20. package/dist/icons/Archive.d.ts +1 -0
  21. package/dist/icons/Archive.js +29 -0
  22. package/dist/icons/ArrowDown.d.ts +1 -0
  23. package/dist/icons/ArrowDown.js +18 -0
  24. package/dist/icons/ArrowDownLeft.d.ts +1 -0
  25. package/dist/icons/ArrowDownLeft.js +18 -0
  26. package/dist/icons/ArrowLeft.d.ts +1 -0
  27. package/dist/icons/ArrowLeft.js +18 -0
  28. package/dist/icons/ArrowRight.d.ts +1 -0
  29. package/dist/icons/ArrowRight.js +18 -0
  30. package/dist/icons/ArrowRightLeft.d.ts +1 -0
  31. package/dist/icons/ArrowRightLeft.js +32 -0
  32. package/dist/icons/ArrowUp.d.ts +1 -0
  33. package/dist/icons/ArrowUp.js +18 -0
  34. package/dist/icons/ArrowUpDown.d.ts +1 -0
  35. package/dist/icons/ArrowUpDown.js +32 -0
  36. package/dist/icons/ArrowUpRight.d.ts +1 -0
  37. package/dist/icons/ArrowUpRight.js +18 -0
  38. package/dist/icons/Atom.d.ts +1 -0
  39. package/dist/icons/Atom.js +27 -0
  40. package/dist/icons/Award.d.ts +1 -0
  41. package/dist/icons/Award.js +20 -0
  42. package/dist/icons/Ban.d.ts +1 -0
  43. package/dist/icons/Ban.js +20 -0
  44. package/dist/icons/BarChart.d.ts +1 -0
  45. package/dist/icons/BarChart.js +25 -0
  46. package/dist/icons/BarChart2.d.ts +1 -0
  47. package/dist/icons/BarChart2.js +25 -0
  48. package/dist/icons/BarChart3.d.ts +1 -0
  49. package/dist/icons/BarChart3.js +32 -0
  50. package/dist/icons/Battery.d.ts +1 -0
  51. package/dist/icons/Battery.js +22 -0
  52. package/dist/icons/BatteryCharging.d.ts +1 -0
  53. package/dist/icons/BatteryCharging.js +32 -0
  54. package/dist/icons/BatteryLow.d.ts +1 -0
  55. package/dist/icons/BatteryLow.js +29 -0
  56. package/dist/icons/BatteryWarning.d.ts +1 -0
  57. package/dist/icons/BatteryWarning.js +39 -0
  58. package/dist/icons/Bell.d.ts +1 -0
  59. package/dist/icons/Bell.js +18 -0
  60. package/dist/icons/BellDot.d.ts +1 -0
  61. package/dist/icons/BellDot.js +27 -0
  62. package/dist/icons/BellOff.d.ts +1 -0
  63. package/dist/icons/BellOff.js +32 -0
  64. package/dist/icons/Binary.d.ts +1 -0
  65. package/dist/icons/Binary.js +54 -0
  66. package/dist/icons/Biohazard.d.ts +1 -0
  67. package/dist/icons/Biohazard.js +76 -0
  68. package/dist/icons/Bird.d.ts +1 -0
  69. package/dist/icons/Bird.js +46 -0
  70. package/dist/icons/Bluetooth.d.ts +1 -0
  71. package/dist/icons/Bluetooth.js +11 -0
  72. package/dist/icons/Bolt.d.ts +1 -0
  73. package/dist/icons/Bolt.js +20 -0
  74. package/dist/icons/Book.d.ts +1 -0
  75. package/dist/icons/Book.js +11 -0
  76. package/dist/icons/BookOpen.d.ts +1 -0
  77. package/dist/icons/BookOpen.js +18 -0
  78. package/dist/icons/Bookmark.d.ts +1 -0
  79. package/dist/icons/Bookmark.js +11 -0
  80. package/dist/icons/Bot.d.ts +1 -0
  81. package/dist/icons/Bot.js +50 -0
  82. package/dist/icons/Box.d.ts +1 -0
  83. package/dist/icons/Box.js +25 -0
  84. package/dist/icons/Brain.d.ts +1 -0
  85. package/dist/icons/Brain.js +60 -0
  86. package/dist/icons/BrainCog.d.ts +1 -0
  87. package/dist/icons/BrainCog.js +111 -0
  88. package/dist/icons/Briefcase.d.ts +1 -0
  89. package/dist/icons/Briefcase.js +22 -0
  90. package/dist/icons/Bug.d.ts +1 -0
  91. package/dist/icons/Bug.js +81 -0
  92. package/dist/icons/Building.d.ts +1 -0
  93. package/dist/icons/Building.js +85 -0
  94. package/dist/icons/Building2.d.ts +1 -0
  95. package/dist/icons/Building2.js +39 -0
  96. package/dist/icons/Cable.d.ts +1 -0
  97. package/dist/icons/Cable.js +53 -0
  98. package/dist/icons/Calculator.d.ts +1 -0
  99. package/dist/icons/Calculator.js +84 -0
  100. package/dist/icons/Calendar.d.ts +1 -0
  101. package/dist/icons/Calendar.js +36 -0
  102. package/dist/icons/CalendarDays.d.ts +1 -0
  103. package/dist/icons/CalendarDays.js +78 -0
  104. package/dist/icons/Camera.d.ts +1 -0
  105. package/dist/icons/Camera.js +20 -0
  106. package/dist/icons/CameraOff.d.ts +1 -0
  107. package/dist/icons/CameraOff.js +32 -0
  108. package/dist/icons/Check.d.ts +1 -0
  109. package/dist/icons/Check.js +11 -0
  110. package/dist/icons/CheckCheck.d.ts +1 -0
  111. package/dist/icons/CheckCheck.js +18 -0
  112. package/dist/icons/CheckCircle.d.ts +1 -0
  113. package/dist/icons/CheckCircle.js +18 -0
  114. package/dist/icons/CheckCircle2.d.ts +1 -0
  115. package/dist/icons/CheckCircle2.js +20 -0
  116. package/dist/icons/ChevronDown.d.ts +1 -0
  117. package/dist/icons/ChevronDown.js +11 -0
  118. package/dist/icons/ChevronLeft.d.ts +1 -0
  119. package/dist/icons/ChevronLeft.js +11 -0
  120. package/dist/icons/ChevronRight.d.ts +1 -0
  121. package/dist/icons/ChevronRight.js +11 -0
  122. package/dist/icons/ChevronUp.d.ts +1 -0
  123. package/dist/icons/ChevronUp.js +11 -0
  124. package/dist/icons/ChevronsDown.d.ts +1 -0
  125. package/dist/icons/ChevronsDown.js +18 -0
  126. package/dist/icons/ChevronsUp.d.ts +1 -0
  127. package/dist/icons/ChevronsUp.js +18 -0
  128. package/dist/icons/Chrome.d.ts +1 -0
  129. package/dist/icons/Chrome.js +43 -0
  130. package/dist/icons/Circle.d.ts +1 -0
  131. package/dist/icons/Circle.js +13 -0
  132. package/dist/icons/CircleDollarSign.d.ts +1 -0
  133. package/dist/icons/CircleDollarSign.js +27 -0
  134. package/dist/icons/CircleDot.d.ts +1 -0
  135. package/dist/icons/CircleDot.js +22 -0
  136. package/dist/icons/Clipboard.d.ts +1 -0
  137. package/dist/icons/Clipboard.js +23 -0
  138. package/dist/icons/ClipboardList.d.ts +1 -0
  139. package/dist/icons/ClipboardList.js +51 -0
  140. package/dist/icons/Clock.d.ts +1 -0
  141. package/dist/icons/Clock.js +20 -0
  142. package/dist/icons/Cloud.d.ts +1 -0
  143. package/dist/icons/Cloud.js +11 -0
  144. package/dist/icons/CloudOff.d.ts +1 -0
  145. package/dist/icons/CloudOff.js +25 -0
  146. package/dist/icons/CloudRain.d.ts +1 -0
  147. package/dist/icons/CloudRain.js +32 -0
  148. package/dist/icons/CloudSun.d.ts +1 -0
  149. package/dist/icons/CloudSun.js +46 -0
  150. package/dist/icons/Code.d.ts +1 -0
  151. package/dist/icons/Code.js +18 -0
  152. package/dist/icons/Code2.d.ts +1 -0
  153. package/dist/icons/Code2.js +25 -0
  154. package/dist/icons/Cog.d.ts +1 -0
  155. package/dist/icons/Cog.js +106 -0
  156. package/dist/icons/Coins.d.ts +1 -0
  157. package/dist/icons/Coins.js +34 -0
  158. package/dist/icons/Columns.d.ts +1 -0
  159. package/dist/icons/Columns.js +22 -0
  160. package/dist/icons/Command.d.ts +1 -0
  161. package/dist/icons/Command.js +11 -0
  162. package/dist/icons/Compass.d.ts +1 -0
  163. package/dist/icons/Compass.js +20 -0
  164. package/dist/icons/Cookie.d.ts +1 -0
  165. package/dist/icons/Cookie.js +46 -0
  166. package/dist/icons/Copy.d.ts +1 -0
  167. package/dist/icons/Copy.js +23 -0
  168. package/dist/icons/CopyPlus.d.ts +1 -0
  169. package/dist/icons/CopyPlus.js +43 -0
  170. package/dist/icons/Copyright.d.ts +1 -0
  171. package/dist/icons/Copyright.js +20 -0
  172. package/dist/icons/Cpu.d.ts +1 -0
  173. package/dist/icons/Cpu.js +110 -0
  174. package/dist/icons/CreditCard.d.ts +1 -0
  175. package/dist/icons/CreditCard.js +25 -0
  176. package/dist/icons/Crosshair.d.ts +1 -0
  177. package/dist/icons/Crosshair.js +53 -0
  178. package/dist/icons/Crown.d.ts +1 -0
  179. package/dist/icons/Crown.js +18 -0
  180. package/dist/icons/Database.d.ts +1 -0
  181. package/dist/icons/Database.js +28 -0
  182. package/dist/icons/Dices.d.ts +1 -0
  183. package/dist/icons/Dices.js +51 -0
  184. package/dist/icons/Dna.d.ts +1 -0
  185. package/dist/icons/Dna.js +81 -0
  186. package/dist/icons/DollarSign.d.ts +1 -0
  187. package/dist/icons/DollarSign.js +21 -0
  188. package/dist/icons/DoorOpen.d.ts +1 -0
  189. package/dist/icons/DoorOpen.js +39 -0
  190. package/dist/icons/Download.d.ts +1 -0
  191. package/dist/icons/Download.js +25 -0
  192. package/dist/icons/Drama.d.ts +1 -0
  193. package/dist/icons/Drama.js +60 -0
  194. package/dist/icons/Droplet.d.ts +1 -0
  195. package/dist/icons/Droplet.js +11 -0
  196. package/dist/icons/Droplets.d.ts +1 -0
  197. package/dist/icons/Droplets.js +18 -0
  198. package/dist/icons/Dumbbell.d.ts +1 -0
  199. package/dist/icons/Dumbbell.js +39 -0
  200. package/dist/icons/Edit.d.ts +1 -0
  201. package/dist/icons/Edit.js +18 -0
  202. package/dist/icons/Edit2.d.ts +1 -0
  203. package/dist/icons/Edit2.js +11 -0
  204. package/dist/icons/Edit3.d.ts +1 -0
  205. package/dist/icons/Edit3.js +18 -0
  206. package/dist/icons/ExternalLink.d.ts +1 -0
  207. package/dist/icons/ExternalLink.js +25 -0
  208. package/dist/icons/Eye.d.ts +1 -0
  209. package/dist/icons/Eye.js +20 -0
  210. package/dist/icons/EyeOff.d.ts +1 -0
  211. package/dist/icons/EyeOff.js +32 -0
  212. package/dist/icons/Facebook.d.ts +1 -0
  213. package/dist/icons/Facebook.js +11 -0
  214. package/dist/icons/Feather.d.ts +1 -0
  215. package/dist/icons/Feather.js +25 -0
  216. package/dist/icons/File.d.ts +1 -0
  217. package/dist/icons/File.js +18 -0
  218. package/dist/icons/FileAudio.d.ts +1 -0
  219. package/dist/icons/FileAudio.js +25 -0
  220. package/dist/icons/FileCheck.d.ts +1 -0
  221. package/dist/icons/FileCheck.js +25 -0
  222. package/dist/icons/FileCode.d.ts +1 -0
  223. package/dist/icons/FileCode.js +32 -0
  224. package/dist/icons/FileImage.d.ts +1 -0
  225. package/dist/icons/FileImage.js +34 -0
  226. package/dist/icons/FileJson.d.ts +1 -0
  227. package/dist/icons/FileJson.js +32 -0
  228. package/dist/icons/FileKey.d.ts +1 -0
  229. package/dist/icons/FileKey.js +41 -0
  230. package/dist/icons/FileQuestion.d.ts +1 -0
  231. package/dist/icons/FileQuestion.js +25 -0
  232. package/dist/icons/FileSearch.d.ts +1 -0
  233. package/dist/icons/FileSearch.js +34 -0
  234. package/dist/icons/FileText.d.ts +1 -0
  235. package/dist/icons/FileText.js +39 -0
  236. package/dist/icons/FileWarning.d.ts +1 -0
  237. package/dist/icons/FileWarning.js +25 -0
  238. package/dist/icons/Filter.d.ts +1 -0
  239. package/dist/icons/Filter.js +11 -0
  240. package/dist/icons/Fingerprint.d.ts +1 -0
  241. package/dist/icons/Fingerprint.js +67 -0
  242. package/dist/icons/Flag.d.ts +1 -0
  243. package/dist/icons/Flag.js +11 -0
  244. package/dist/icons/Flame.d.ts +1 -0
  245. package/dist/icons/Flame.js +11 -0
  246. package/dist/icons/FlaskConical.d.ts +1 -0
  247. package/dist/icons/FlaskConical.js +25 -0
  248. package/dist/icons/Flower.d.ts +1 -0
  249. package/dist/icons/Flower.js +76 -0
  250. package/dist/icons/Flower2.d.ts +1 -0
  251. package/dist/icons/Flower2.js +41 -0
  252. package/dist/icons/Folder.d.ts +1 -0
  253. package/dist/icons/Folder.js +11 -0
  254. package/dist/icons/FolderOpen.d.ts +1 -0
  255. package/dist/icons/FolderOpen.js +11 -0
  256. package/dist/icons/Footprints.d.ts +1 -0
  257. package/dist/icons/Footprints.js +32 -0
  258. package/dist/icons/Forward.d.ts +1 -0
  259. package/dist/icons/Forward.js +18 -0
  260. package/dist/icons/Frown.d.ts +1 -0
  261. package/dist/icons/Frown.js +40 -0
  262. package/dist/icons/Gauge.d.ts +1 -0
  263. package/dist/icons/Gauge.js +18 -0
  264. package/dist/icons/Gem.d.ts +1 -0
  265. package/dist/icons/Gem.js +25 -0
  266. package/dist/icons/Gift.d.ts +1 -0
  267. package/dist/icons/Gift.js +36 -0
  268. package/dist/icons/GitBranch.d.ts +1 -0
  269. package/dist/icons/GitBranch.js +29 -0
  270. package/dist/icons/GitCommit.d.ts +1 -0
  271. package/dist/icons/GitCommit.js +33 -0
  272. package/dist/icons/GitCompare.d.ts +1 -0
  273. package/dist/icons/GitCompare.js +36 -0
  274. package/dist/icons/GitFork.d.ts +1 -0
  275. package/dist/icons/GitFork.js +45 -0
  276. package/dist/icons/GitPullRequest.d.ts +1 -0
  277. package/dist/icons/GitPullRequest.js +39 -0
  278. package/dist/icons/Github.d.ts +1 -0
  279. package/dist/icons/Github.js +18 -0
  280. package/dist/icons/Globe.d.ts +1 -0
  281. package/dist/icons/Globe.js +27 -0
  282. package/dist/icons/GraduationCap.d.ts +1 -0
  283. package/dist/icons/GraduationCap.js +25 -0
  284. package/dist/icons/Grid.d.ts +1 -0
  285. package/dist/icons/Grid.js +43 -0
  286. package/dist/icons/Grid3X3.d.ts +1 -0
  287. package/dist/icons/Grid3X3.js +43 -0
  288. package/dist/icons/GripVertical.d.ts +1 -0
  289. package/dist/icons/GripVertical.js +58 -0
  290. package/dist/icons/Hammer.d.ts +1 -0
  291. package/dist/icons/Hammer.js +25 -0
  292. package/dist/icons/Hand.d.ts +1 -0
  293. package/dist/icons/Hand.js +32 -0
  294. package/dist/icons/Handshake.d.ts +1 -0
  295. package/dist/icons/Handshake.js +39 -0
  296. package/dist/icons/HardDrive.d.ts +1 -0
  297. package/dist/icons/HardDrive.js +32 -0
  298. package/dist/icons/Hash.d.ts +1 -0
  299. package/dist/icons/Hash.js +44 -0
  300. package/dist/icons/Headphones.d.ts +1 -0
  301. package/dist/icons/Headphones.js +11 -0
  302. package/dist/icons/HeadphonesIcon.d.ts +1 -0
  303. package/dist/icons/HeadphonesIcon.js +11 -0
  304. package/dist/icons/Heart.d.ts +1 -0
  305. package/dist/icons/Heart.js +11 -0
  306. package/dist/icons/HeartCrack.d.ts +1 -0
  307. package/dist/icons/HeartCrack.js +18 -0
  308. package/dist/icons/HeartHandshake.d.ts +1 -0
  309. package/dist/icons/HeartHandshake.js +11 -0
  310. package/dist/icons/HeartOff.d.ts +1 -0
  311. package/dist/icons/HeartOff.js +28 -0
  312. package/dist/icons/HeartPulse.d.ts +1 -0
  313. package/dist/icons/HeartPulse.js +18 -0
  314. package/dist/icons/HelpCircle.d.ts +1 -0
  315. package/dist/icons/HelpCircle.js +27 -0
  316. package/dist/icons/Hexagon.d.ts +1 -0
  317. package/dist/icons/Hexagon.js +11 -0
  318. package/dist/icons/History.d.ts +1 -0
  319. package/dist/icons/History.js +25 -0
  320. package/dist/icons/Home.d.ts +1 -0
  321. package/dist/icons/Home.js +18 -0
  322. package/dist/icons/Image.d.ts +1 -0
  323. package/dist/icons/Image.js +32 -0
  324. package/dist/icons/Inbox.d.ts +1 -0
  325. package/dist/icons/Inbox.js +18 -0
  326. package/dist/icons/Info.d.ts +1 -0
  327. package/dist/icons/Info.js +27 -0
  328. package/dist/icons/Instagram.d.ts +1 -0
  329. package/dist/icons/Instagram.js +33 -0
  330. package/dist/icons/Key.d.ts +1 -0
  331. package/dist/icons/Key.js +27 -0
  332. package/dist/icons/KeyRound.d.ts +1 -0
  333. package/dist/icons/KeyRound.js +21 -0
  334. package/dist/icons/Keyboard.d.ts +1 -0
  335. package/dist/icons/Keyboard.js +71 -0
  336. package/dist/icons/Landmark.d.ts +1 -0
  337. package/dist/icons/Landmark.js +46 -0
  338. package/dist/icons/Languages.d.ts +1 -0
  339. package/dist/icons/Languages.js +46 -0
  340. package/dist/icons/Layers.d.ts +1 -0
  341. package/dist/icons/Layers.js +25 -0
  342. package/dist/icons/LayoutDashboard.d.ts +1 -0
  343. package/dist/icons/LayoutDashboard.js +48 -0
  344. package/dist/icons/LayoutGrid.d.ts +1 -0
  345. package/dist/icons/LayoutGrid.js +48 -0
  346. package/dist/icons/LayoutList.d.ts +1 -0
  347. package/dist/icons/LayoutList.js +54 -0
  348. package/dist/icons/Leaf.d.ts +1 -0
  349. package/dist/icons/Leaf.js +18 -0
  350. package/dist/icons/Lightbulb.d.ts +1 -0
  351. package/dist/icons/Lightbulb.js +25 -0
  352. package/dist/icons/LineChart.d.ts +1 -0
  353. package/dist/icons/LineChart.js +18 -0
  354. package/dist/icons/Link.d.ts +1 -0
  355. package/dist/icons/Link.js +18 -0
  356. package/dist/icons/Link2.d.ts +1 -0
  357. package/dist/icons/Link2.js +28 -0
  358. package/dist/icons/Linkedin.d.ts +1 -0
  359. package/dist/icons/Linkedin.js +30 -0
  360. package/dist/icons/List.d.ts +1 -0
  361. package/dist/icons/List.js +46 -0
  362. package/dist/icons/ListOrdered.d.ts +1 -0
  363. package/dist/icons/ListOrdered.js +46 -0
  364. package/dist/icons/ListPlus.d.ts +1 -0
  365. package/dist/icons/ListPlus.js +39 -0
  366. package/dist/icons/ListTodo.d.ts +1 -0
  367. package/dist/icons/ListTodo.js +43 -0
  368. package/dist/icons/Loader.d.ts +1 -0
  369. package/dist/icons/Loader.js +60 -0
  370. package/dist/icons/Loader2.d.ts +1 -0
  371. package/dist/icons/Loader2.js +11 -0
  372. package/dist/icons/Lock.d.ts +1 -0
  373. package/dist/icons/Lock.js +23 -0
  374. package/dist/icons/LogIn.d.ts +1 -0
  375. package/dist/icons/LogIn.js +25 -0
  376. package/dist/icons/LogOut.d.ts +1 -0
  377. package/dist/icons/LogOut.js +25 -0
  378. package/dist/icons/Mail.d.ts +1 -0
  379. package/dist/icons/Mail.js +22 -0
  380. package/dist/icons/Map.d.ts +1 -0
  381. package/dist/icons/Map.js +25 -0
  382. package/dist/icons/MapPin.d.ts +1 -0
  383. package/dist/icons/MapPin.js +20 -0
  384. package/dist/icons/Maximize.d.ts +1 -0
  385. package/dist/icons/Maximize.js +32 -0
  386. package/dist/icons/Maximize2.d.ts +1 -0
  387. package/dist/icons/Maximize2.js +32 -0
  388. package/dist/icons/Megaphone.d.ts +1 -0
  389. package/dist/icons/Megaphone.js +25 -0
  390. package/dist/icons/Meh.d.ts +1 -0
  391. package/dist/icons/Meh.js +43 -0
  392. package/dist/icons/Menu.d.ts +1 -0
  393. package/dist/icons/Menu.js +25 -0
  394. package/dist/icons/MessageCircle.d.ts +1 -0
  395. package/dist/icons/MessageCircle.js +11 -0
  396. package/dist/icons/MessageCircleQuestion.d.ts +1 -0
  397. package/dist/icons/MessageCircleQuestion.js +25 -0
  398. package/dist/icons/MessageSquare.d.ts +1 -0
  399. package/dist/icons/MessageSquare.js +11 -0
  400. package/dist/icons/MessageSquareMore.d.ts +1 -0
  401. package/dist/icons/MessageSquareMore.js +32 -0
  402. package/dist/icons/MessageSquarePlus.d.ts +1 -0
  403. package/dist/icons/MessageSquarePlus.js +25 -0
  404. package/dist/icons/Mic.d.ts +1 -0
  405. package/dist/icons/Mic.js +29 -0
  406. package/dist/icons/MicOff.d.ts +1 -0
  407. package/dist/icons/MicOff.js +46 -0
  408. package/dist/icons/Microscope.d.ts +1 -0
  409. package/dist/icons/Microscope.js +46 -0
  410. package/dist/icons/Minimize.d.ts +1 -0
  411. package/dist/icons/Minimize.js +32 -0
  412. package/dist/icons/Minimize2.d.ts +1 -0
  413. package/dist/icons/Minimize2.js +32 -0
  414. package/dist/icons/Minus.d.ts +1 -0
  415. package/dist/icons/Minus.js +11 -0
  416. package/dist/icons/Mirror.d.ts +1 -0
  417. package/dist/icons/Mirror.js +53 -0
  418. package/dist/icons/Monitor.d.ts +1 -0
  419. package/dist/icons/Monitor.js +35 -0
  420. package/dist/icons/Moon.d.ts +1 -0
  421. package/dist/icons/Moon.js +11 -0
  422. package/dist/icons/MoreHorizontal.d.ts +1 -0
  423. package/dist/icons/MoreHorizontal.js +31 -0
  424. package/dist/icons/MoreVertical.d.ts +1 -0
  425. package/dist/icons/MoreVertical.js +31 -0
  426. package/dist/icons/Mountain.d.ts +1 -0
  427. package/dist/icons/Mountain.js +11 -0
  428. package/dist/icons/MousePointer.d.ts +1 -0
  429. package/dist/icons/MousePointer.js +18 -0
  430. package/dist/icons/MousePointerClick.d.ts +1 -0
  431. package/dist/icons/MousePointerClick.js +39 -0
  432. package/dist/icons/Move.d.ts +1 -0
  433. package/dist/icons/Move.js +46 -0
  434. package/dist/icons/Music.d.ts +1 -0
  435. package/dist/icons/Music.js +29 -0
  436. package/dist/icons/Navigation.d.ts +1 -0
  437. package/dist/icons/Navigation.js +11 -0
  438. package/dist/icons/Network.d.ts +1 -0
  439. package/dist/icons/Network.js +51 -0
  440. package/dist/icons/Octagon.d.ts +1 -0
  441. package/dist/icons/Octagon.js +11 -0
  442. package/dist/icons/Orbit.d.ts +1 -0
  443. package/dist/icons/Orbit.js +45 -0
  444. package/dist/icons/PackageOpen.d.ts +1 -0
  445. package/dist/icons/PackageOpen.js +32 -0
  446. package/dist/icons/Paintbrush.d.ts +1 -0
  447. package/dist/icons/Paintbrush.js +25 -0
  448. package/dist/icons/Palette.d.ts +1 -0
  449. package/dist/icons/Palette.js +51 -0
  450. package/dist/icons/PanelLeft.d.ts +1 -0
  451. package/dist/icons/PanelLeft.js +22 -0
  452. package/dist/icons/PanelLeftClose.d.ts +1 -0
  453. package/dist/icons/PanelLeftClose.js +29 -0
  454. package/dist/icons/PanelRightClose.d.ts +1 -0
  455. package/dist/icons/PanelRightClose.js +29 -0
  456. package/dist/icons/PanelRightOpen.d.ts +1 -0
  457. package/dist/icons/PanelRightOpen.js +29 -0
  458. package/dist/icons/Paperclip.d.ts +1 -0
  459. package/dist/icons/Paperclip.js +11 -0
  460. package/dist/icons/PartyPopper.d.ts +1 -0
  461. package/dist/icons/PartyPopper.js +67 -0
  462. package/dist/icons/Pause.d.ts +1 -0
  463. package/dist/icons/Pause.js +26 -0
  464. package/dist/icons/PauseCircle.d.ts +1 -0
  465. package/dist/icons/PauseCircle.js +33 -0
  466. package/dist/icons/PenTool.d.ts +1 -0
  467. package/dist/icons/PenTool.js +34 -0
  468. package/dist/icons/Pencil.d.ts +1 -0
  469. package/dist/icons/Pencil.js +18 -0
  470. package/dist/icons/Percent.d.ts +1 -0
  471. package/dist/icons/Percent.js +32 -0
  472. package/dist/icons/Phone.d.ts +1 -0
  473. package/dist/icons/Phone.js +11 -0
  474. package/dist/icons/PhoneOff.d.ts +1 -0
  475. package/dist/icons/PhoneOff.js +25 -0
  476. package/dist/icons/PieChart.d.ts +1 -0
  477. package/dist/icons/PieChart.js +18 -0
  478. package/dist/icons/Pin.d.ts +1 -0
  479. package/dist/icons/Pin.js +18 -0
  480. package/dist/icons/Play.d.ts +1 -0
  481. package/dist/icons/Play.js +11 -0
  482. package/dist/icons/PlayCircle.d.ts +1 -0
  483. package/dist/icons/PlayCircle.js +20 -0
  484. package/dist/icons/Plug.d.ts +1 -0
  485. package/dist/icons/Plug.js +32 -0
  486. package/dist/icons/Plus.d.ts +1 -0
  487. package/dist/icons/Plus.js +18 -0
  488. package/dist/icons/Power.d.ts +1 -0
  489. package/dist/icons/Power.js +18 -0
  490. package/dist/icons/Presentation.d.ts +1 -0
  491. package/dist/icons/Presentation.js +25 -0
  492. package/dist/icons/Puzzle.d.ts +1 -0
  493. package/dist/icons/Puzzle.js +11 -0
  494. package/dist/icons/Quote.d.ts +1 -0
  495. package/dist/icons/Quote.js +18 -0
  496. package/dist/icons/Radio.d.ts +1 -0
  497. package/dist/icons/Radio.js +41 -0
  498. package/dist/icons/RefreshCcw.d.ts +1 -0
  499. package/dist/icons/RefreshCcw.js +32 -0
  500. package/dist/icons/RefreshCw.d.ts +1 -0
  501. package/dist/icons/RefreshCw.js +32 -0
  502. package/dist/icons/Reply.d.ts +1 -0
  503. package/dist/icons/Reply.js +18 -0
  504. package/dist/icons/Rocket.d.ts +1 -0
  505. package/dist/icons/Rocket.js +32 -0
  506. package/dist/icons/RotateCcw.d.ts +1 -0
  507. package/dist/icons/RotateCcw.js +18 -0
  508. package/dist/icons/RotateCw.d.ts +1 -0
  509. package/dist/icons/RotateCw.js +18 -0
  510. package/dist/icons/Route.d.ts +1 -0
  511. package/dist/icons/Route.js +29 -0
  512. package/dist/icons/Rows.d.ts +1 -0
  513. package/dist/icons/Rows.js +22 -0
  514. package/dist/icons/Save.d.ts +1 -0
  515. package/dist/icons/Save.js +25 -0
  516. package/dist/icons/Scale.d.ts +1 -0
  517. package/dist/icons/Scale.js +39 -0
  518. package/dist/icons/ScanFace.d.ts +1 -0
  519. package/dist/icons/ScanFace.js +53 -0
  520. package/dist/icons/Scissors.d.ts +1 -0
  521. package/dist/icons/Scissors.js +43 -0
  522. package/dist/icons/Scroll.d.ts +1 -0
  523. package/dist/icons/Scroll.js +18 -0
  524. package/dist/icons/ScrollText.d.ts +1 -0
  525. package/dist/icons/ScrollText.js +32 -0
  526. package/dist/icons/Search.d.ts +1 -0
  527. package/dist/icons/Search.js +20 -0
  528. package/dist/icons/Send.d.ts +1 -0
  529. package/dist/icons/Send.js +18 -0
  530. package/dist/icons/Server.d.ts +1 -0
  531. package/dist/icons/Server.js +48 -0
  532. package/dist/icons/ServerOff.d.ts +1 -0
  533. package/dist/icons/ServerOff.js +46 -0
  534. package/dist/icons/Settings.d.ts +1 -0
  535. package/dist/icons/Settings.js +20 -0
  536. package/dist/icons/Settings2.d.ts +1 -0
  537. package/dist/icons/Settings2.js +36 -0
  538. package/dist/icons/Share2.d.ts +1 -0
  539. package/dist/icons/Share2.js +51 -0
  540. package/dist/icons/Shield.d.ts +1 -0
  541. package/dist/icons/Shield.js +11 -0
  542. package/dist/icons/ShieldAlert.d.ts +1 -0
  543. package/dist/icons/ShieldAlert.js +25 -0
  544. package/dist/icons/ShieldCheck.d.ts +1 -0
  545. package/dist/icons/ShieldCheck.js +18 -0
  546. package/dist/icons/ShieldX.d.ts +1 -0
  547. package/dist/icons/ShieldX.js +25 -0
  548. package/dist/icons/Shirt.d.ts +1 -0
  549. package/dist/icons/Shirt.js +11 -0
  550. package/dist/icons/ShoppingBag.d.ts +1 -0
  551. package/dist/icons/ShoppingBag.js +25 -0
  552. package/dist/icons/ShoppingCart.d.ts +1 -0
  553. package/dist/icons/ShoppingCart.js +29 -0
  554. package/dist/icons/Shuffle.d.ts +1 -0
  555. package/dist/icons/Shuffle.js +39 -0
  556. package/dist/icons/Signal.d.ts +1 -0
  557. package/dist/icons/Signal.js +39 -0
  558. package/dist/icons/SkipBack.d.ts +1 -0
  559. package/dist/icons/SkipBack.js +18 -0
  560. package/dist/icons/SkipForward.d.ts +1 -0
  561. package/dist/icons/SkipForward.js +18 -0
  562. package/dist/icons/Skull.d.ts +1 -0
  563. package/dist/icons/Skull.js +36 -0
  564. package/dist/icons/Sliders.d.ts +1 -0
  565. package/dist/icons/Sliders.js +67 -0
  566. package/dist/icons/Smartphone.d.ts +1 -0
  567. package/dist/icons/Smartphone.js +23 -0
  568. package/dist/icons/Smile.d.ts +1 -0
  569. package/dist/icons/Smile.js +40 -0
  570. package/dist/icons/Snowflake.d.ts +1 -0
  571. package/dist/icons/Snowflake.js +88 -0
  572. package/dist/icons/Sparkles.d.ts +1 -0
  573. package/dist/icons/Sparkles.js +34 -0
  574. package/dist/icons/Speaker.d.ts +1 -0
  575. package/dist/icons/Speaker.js +38 -0
  576. package/dist/icons/Split.d.ts +1 -0
  577. package/dist/icons/Split.js +32 -0
  578. package/dist/icons/SplitSquareHorizontal.d.ts +1 -0
  579. package/dist/icons/SplitSquareHorizontal.js +28 -0
  580. package/dist/icons/Sprout.d.ts +1 -0
  581. package/dist/icons/Sprout.js +25 -0
  582. package/dist/icons/Square.d.ts +1 -0
  583. package/dist/icons/Square.js +15 -0
  584. package/dist/icons/Star.d.ts +1 -0
  585. package/dist/icons/Star.js +11 -0
  586. package/dist/icons/Stethoscope.d.ts +1 -0
  587. package/dist/icons/Stethoscope.js +41 -0
  588. package/dist/icons/Sun.d.ts +1 -0
  589. package/dist/icons/Sun.js +69 -0
  590. package/dist/icons/Sword.d.ts +1 -0
  591. package/dist/icons/Sword.js +32 -0
  592. package/dist/icons/Swords.d.ts +1 -0
  593. package/dist/icons/Swords.js +78 -0
  594. package/dist/icons/Syringe.d.ts +1 -0
  595. package/dist/icons/Syringe.js +46 -0
  596. package/dist/icons/Table.d.ts +1 -0
  597. package/dist/icons/Table.js +36 -0
  598. package/dist/icons/Table2.d.ts +1 -0
  599. package/dist/icons/Table2.js +11 -0
  600. package/dist/icons/Tag.d.ts +1 -0
  601. package/dist/icons/Tag.js +21 -0
  602. package/dist/icons/Target.d.ts +1 -0
  603. package/dist/icons/Target.js +31 -0
  604. package/dist/icons/Terminal.d.ts +1 -0
  605. package/dist/icons/Terminal.js +18 -0
  606. package/dist/icons/TerminalSquare.d.ts +1 -0
  607. package/dist/icons/TerminalSquare.js +30 -0
  608. package/dist/icons/Theater.d.ts +1 -0
  609. package/dist/icons/Theater.js +67 -0
  610. package/dist/icons/Thermometer.d.ts +1 -0
  611. package/dist/icons/Thermometer.js +11 -0
  612. package/dist/icons/ThermometerSun.d.ts +1 -0
  613. package/dist/icons/ThermometerSun.js +46 -0
  614. package/dist/icons/ThumbsDown.d.ts +1 -0
  615. package/dist/icons/ThumbsDown.js +18 -0
  616. package/dist/icons/ThumbsUp.d.ts +1 -0
  617. package/dist/icons/ThumbsUp.js +18 -0
  618. package/dist/icons/Ticket.d.ts +1 -0
  619. package/dist/icons/Ticket.js +32 -0
  620. package/dist/icons/Timer.d.ts +1 -0
  621. package/dist/icons/Timer.js +33 -0
  622. package/dist/icons/Trash2.d.ts +1 -0
  623. package/dist/icons/Trash2.js +39 -0
  624. package/dist/icons/TrendingDown.d.ts +1 -0
  625. package/dist/icons/TrendingDown.js +18 -0
  626. package/dist/icons/TrendingUp.d.ts +1 -0
  627. package/dist/icons/TrendingUp.js +18 -0
  628. package/dist/icons/Triangle.d.ts +1 -0
  629. package/dist/icons/Triangle.js +11 -0
  630. package/dist/icons/Trophy.d.ts +1 -0
  631. package/dist/icons/Trophy.js +46 -0
  632. package/dist/icons/Twitter.d.ts +1 -0
  633. package/dist/icons/Twitter.js +11 -0
  634. package/dist/icons/Type.d.ts +1 -0
  635. package/dist/icons/Type.js +25 -0
  636. package/dist/icons/Unlink.d.ts +1 -0
  637. package/dist/icons/Unlink.js +58 -0
  638. package/dist/icons/Unlock.d.ts +1 -0
  639. package/dist/icons/Unlock.js +23 -0
  640. package/dist/icons/Unplug.d.ts +1 -0
  641. package/dist/icons/Unplug.js +46 -0
  642. package/dist/icons/Upload.d.ts +1 -0
  643. package/dist/icons/Upload.js +25 -0
  644. package/dist/icons/User.d.ts +1 -0
  645. package/dist/icons/User.js +20 -0
  646. package/dist/icons/UserCheck.d.ts +1 -0
  647. package/dist/icons/UserCheck.js +27 -0
  648. package/dist/icons/UserCircle.d.ts +1 -0
  649. package/dist/icons/UserCircle.js +29 -0
  650. package/dist/icons/UserMinus.d.ts +1 -0
  651. package/dist/icons/UserMinus.js +30 -0
  652. package/dist/icons/UserPlus.d.ts +1 -0
  653. package/dist/icons/UserPlus.js +40 -0
  654. package/dist/icons/UserRound.d.ts +1 -0
  655. package/dist/icons/UserRound.js +20 -0
  656. package/dist/icons/UserX.d.ts +1 -0
  657. package/dist/icons/UserX.js +40 -0
  658. package/dist/icons/Users.d.ts +1 -0
  659. package/dist/icons/Users.js +34 -0
  660. package/dist/icons/UsersRound.d.ts +1 -0
  661. package/dist/icons/UsersRound.js +27 -0
  662. package/dist/icons/Vibrate.d.ts +1 -0
  663. package/dist/icons/Vibrate.js +29 -0
  664. package/dist/icons/Video.d.ts +1 -0
  665. package/dist/icons/Video.js +22 -0
  666. package/dist/icons/Volume2.d.ts +1 -0
  667. package/dist/icons/Volume2.js +25 -0
  668. package/dist/icons/VolumeX.d.ts +1 -0
  669. package/dist/icons/VolumeX.js +31 -0
  670. package/dist/icons/Wallet.d.ts +1 -0
  671. package/dist/icons/Wallet.js +18 -0
  672. package/dist/icons/Wand2.d.ts +1 -0
  673. package/dist/icons/Wand2.js +60 -0
  674. package/dist/icons/Watch.d.ts +1 -0
  675. package/dist/icons/Watch.js +34 -0
  676. package/dist/icons/Waves.d.ts +1 -0
  677. package/dist/icons/Waves.js +25 -0
  678. package/dist/icons/Webhook.d.ts +1 -0
  679. package/dist/icons/Webhook.js +25 -0
  680. package/dist/icons/Wifi.d.ts +1 -0
  681. package/dist/icons/Wifi.js +32 -0
  682. package/dist/icons/WifiOff.d.ts +1 -0
  683. package/dist/icons/WifiOff.js +53 -0
  684. package/dist/icons/Wind.d.ts +1 -0
  685. package/dist/icons/Wind.js +25 -0
  686. package/dist/icons/Workflow.d.ts +1 -0
  687. package/dist/icons/Workflow.js +33 -0
  688. package/dist/icons/Wrench.d.ts +1 -0
  689. package/dist/icons/Wrench.js +11 -0
  690. package/dist/icons/X.d.ts +1 -0
  691. package/dist/icons/X.js +18 -0
  692. package/dist/icons/XCircle.d.ts +1 -0
  693. package/dist/icons/XCircle.js +27 -0
  694. package/dist/icons/Youtube.d.ts +1 -0
  695. package/dist/icons/Youtube.js +18 -0
  696. package/dist/icons/Zap.d.ts +1 -0
  697. package/dist/icons/Zap.js +11 -0
  698. package/dist/icons/ZapOff.d.ts +1 -0
  699. package/dist/icons/ZapOff.js +32 -0
  700. package/dist/icons/ZoomIn.d.ts +1 -0
  701. package/dist/icons/ZoomIn.js +43 -0
  702. package/dist/index.d.ts +353 -0
  703. package/dist/index.js +352 -0
  704. package/dist/native-icons/Activity.d.ts +1 -0
  705. package/dist/native-icons/Activity.js +11 -0
  706. package/dist/native-icons/AlertCircle.d.ts +1 -0
  707. package/dist/native-icons/AlertCircle.js +33 -0
  708. package/dist/native-icons/AlertTriangle.d.ts +1 -0
  709. package/dist/native-icons/AlertTriangle.js +25 -0
  710. package/dist/native-icons/Apple.d.ts +1 -0
  711. package/dist/native-icons/Apple.js +18 -0
  712. package/dist/native-icons/Archive.d.ts +1 -0
  713. package/dist/native-icons/Archive.js +29 -0
  714. package/dist/native-icons/ArrowDown.d.ts +1 -0
  715. package/dist/native-icons/ArrowDown.js +18 -0
  716. package/dist/native-icons/ArrowDownLeft.d.ts +1 -0
  717. package/dist/native-icons/ArrowDownLeft.js +18 -0
  718. package/dist/native-icons/ArrowLeft.d.ts +1 -0
  719. package/dist/native-icons/ArrowLeft.js +18 -0
  720. package/dist/native-icons/ArrowRight.d.ts +1 -0
  721. package/dist/native-icons/ArrowRight.js +18 -0
  722. package/dist/native-icons/ArrowRightLeft.d.ts +1 -0
  723. package/dist/native-icons/ArrowRightLeft.js +32 -0
  724. package/dist/native-icons/ArrowUp.d.ts +1 -0
  725. package/dist/native-icons/ArrowUp.js +18 -0
  726. package/dist/native-icons/ArrowUpDown.d.ts +1 -0
  727. package/dist/native-icons/ArrowUpDown.js +32 -0
  728. package/dist/native-icons/ArrowUpRight.d.ts +1 -0
  729. package/dist/native-icons/ArrowUpRight.js +18 -0
  730. package/dist/native-icons/Atom.d.ts +1 -0
  731. package/dist/native-icons/Atom.js +27 -0
  732. package/dist/native-icons/Award.d.ts +1 -0
  733. package/dist/native-icons/Award.js +20 -0
  734. package/dist/native-icons/Ban.d.ts +1 -0
  735. package/dist/native-icons/Ban.js +20 -0
  736. package/dist/native-icons/BarChart.d.ts +1 -0
  737. package/dist/native-icons/BarChart.js +25 -0
  738. package/dist/native-icons/BarChart2.d.ts +1 -0
  739. package/dist/native-icons/BarChart2.js +25 -0
  740. package/dist/native-icons/BarChart3.d.ts +1 -0
  741. package/dist/native-icons/BarChart3.js +32 -0
  742. package/dist/native-icons/Battery.d.ts +1 -0
  743. package/dist/native-icons/Battery.js +22 -0
  744. package/dist/native-icons/BatteryCharging.d.ts +1 -0
  745. package/dist/native-icons/BatteryCharging.js +32 -0
  746. package/dist/native-icons/BatteryLow.d.ts +1 -0
  747. package/dist/native-icons/BatteryLow.js +29 -0
  748. package/dist/native-icons/BatteryWarning.d.ts +1 -0
  749. package/dist/native-icons/BatteryWarning.js +39 -0
  750. package/dist/native-icons/Bell.d.ts +1 -0
  751. package/dist/native-icons/Bell.js +18 -0
  752. package/dist/native-icons/BellDot.d.ts +1 -0
  753. package/dist/native-icons/BellDot.js +27 -0
  754. package/dist/native-icons/BellOff.d.ts +1 -0
  755. package/dist/native-icons/BellOff.js +32 -0
  756. package/dist/native-icons/Binary.d.ts +1 -0
  757. package/dist/native-icons/Binary.js +54 -0
  758. package/dist/native-icons/Biohazard.d.ts +1 -0
  759. package/dist/native-icons/Biohazard.js +76 -0
  760. package/dist/native-icons/Bird.d.ts +1 -0
  761. package/dist/native-icons/Bird.js +46 -0
  762. package/dist/native-icons/Bluetooth.d.ts +1 -0
  763. package/dist/native-icons/Bluetooth.js +11 -0
  764. package/dist/native-icons/Bolt.d.ts +1 -0
  765. package/dist/native-icons/Bolt.js +20 -0
  766. package/dist/native-icons/Book.d.ts +1 -0
  767. package/dist/native-icons/Book.js +11 -0
  768. package/dist/native-icons/BookOpen.d.ts +1 -0
  769. package/dist/native-icons/BookOpen.js +18 -0
  770. package/dist/native-icons/Bookmark.d.ts +1 -0
  771. package/dist/native-icons/Bookmark.js +11 -0
  772. package/dist/native-icons/Bot.d.ts +1 -0
  773. package/dist/native-icons/Bot.js +50 -0
  774. package/dist/native-icons/Box.d.ts +1 -0
  775. package/dist/native-icons/Box.js +25 -0
  776. package/dist/native-icons/Brain.d.ts +1 -0
  777. package/dist/native-icons/Brain.js +60 -0
  778. package/dist/native-icons/BrainCog.d.ts +1 -0
  779. package/dist/native-icons/BrainCog.js +111 -0
  780. package/dist/native-icons/Briefcase.d.ts +1 -0
  781. package/dist/native-icons/Briefcase.js +22 -0
  782. package/dist/native-icons/Bug.d.ts +1 -0
  783. package/dist/native-icons/Bug.js +81 -0
  784. package/dist/native-icons/Building.d.ts +1 -0
  785. package/dist/native-icons/Building.js +85 -0
  786. package/dist/native-icons/Building2.d.ts +1 -0
  787. package/dist/native-icons/Building2.js +39 -0
  788. package/dist/native-icons/Cable.d.ts +1 -0
  789. package/dist/native-icons/Cable.js +53 -0
  790. package/dist/native-icons/Calculator.d.ts +1 -0
  791. package/dist/native-icons/Calculator.js +84 -0
  792. package/dist/native-icons/Calendar.d.ts +1 -0
  793. package/dist/native-icons/Calendar.js +36 -0
  794. package/dist/native-icons/CalendarDays.d.ts +1 -0
  795. package/dist/native-icons/CalendarDays.js +78 -0
  796. package/dist/native-icons/Camera.d.ts +1 -0
  797. package/dist/native-icons/Camera.js +20 -0
  798. package/dist/native-icons/CameraOff.d.ts +1 -0
  799. package/dist/native-icons/CameraOff.js +32 -0
  800. package/dist/native-icons/Check.d.ts +1 -0
  801. package/dist/native-icons/Check.js +11 -0
  802. package/dist/native-icons/CheckCheck.d.ts +1 -0
  803. package/dist/native-icons/CheckCheck.js +18 -0
  804. package/dist/native-icons/CheckCircle.d.ts +1 -0
  805. package/dist/native-icons/CheckCircle.js +18 -0
  806. package/dist/native-icons/CheckCircle2.d.ts +1 -0
  807. package/dist/native-icons/CheckCircle2.js +20 -0
  808. package/dist/native-icons/ChevronDown.d.ts +1 -0
  809. package/dist/native-icons/ChevronDown.js +11 -0
  810. package/dist/native-icons/ChevronLeft.d.ts +1 -0
  811. package/dist/native-icons/ChevronLeft.js +11 -0
  812. package/dist/native-icons/ChevronRight.d.ts +1 -0
  813. package/dist/native-icons/ChevronRight.js +11 -0
  814. package/dist/native-icons/ChevronUp.d.ts +1 -0
  815. package/dist/native-icons/ChevronUp.js +11 -0
  816. package/dist/native-icons/ChevronsDown.d.ts +1 -0
  817. package/dist/native-icons/ChevronsDown.js +18 -0
  818. package/dist/native-icons/ChevronsUp.d.ts +1 -0
  819. package/dist/native-icons/ChevronsUp.js +18 -0
  820. package/dist/native-icons/Chrome.d.ts +1 -0
  821. package/dist/native-icons/Chrome.js +43 -0
  822. package/dist/native-icons/Circle.d.ts +1 -0
  823. package/dist/native-icons/Circle.js +13 -0
  824. package/dist/native-icons/CircleDollarSign.d.ts +1 -0
  825. package/dist/native-icons/CircleDollarSign.js +27 -0
  826. package/dist/native-icons/CircleDot.d.ts +1 -0
  827. package/dist/native-icons/CircleDot.js +22 -0
  828. package/dist/native-icons/Clipboard.d.ts +1 -0
  829. package/dist/native-icons/Clipboard.js +23 -0
  830. package/dist/native-icons/ClipboardList.d.ts +1 -0
  831. package/dist/native-icons/ClipboardList.js +51 -0
  832. package/dist/native-icons/Clock.d.ts +1 -0
  833. package/dist/native-icons/Clock.js +20 -0
  834. package/dist/native-icons/Cloud.d.ts +1 -0
  835. package/dist/native-icons/Cloud.js +11 -0
  836. package/dist/native-icons/CloudOff.d.ts +1 -0
  837. package/dist/native-icons/CloudOff.js +25 -0
  838. package/dist/native-icons/CloudRain.d.ts +1 -0
  839. package/dist/native-icons/CloudRain.js +32 -0
  840. package/dist/native-icons/CloudSun.d.ts +1 -0
  841. package/dist/native-icons/CloudSun.js +46 -0
  842. package/dist/native-icons/Code.d.ts +1 -0
  843. package/dist/native-icons/Code.js +18 -0
  844. package/dist/native-icons/Code2.d.ts +1 -0
  845. package/dist/native-icons/Code2.js +25 -0
  846. package/dist/native-icons/Cog.d.ts +1 -0
  847. package/dist/native-icons/Cog.js +106 -0
  848. package/dist/native-icons/Coins.d.ts +1 -0
  849. package/dist/native-icons/Coins.js +34 -0
  850. package/dist/native-icons/Columns.d.ts +1 -0
  851. package/dist/native-icons/Columns.js +22 -0
  852. package/dist/native-icons/Command.d.ts +1 -0
  853. package/dist/native-icons/Command.js +11 -0
  854. package/dist/native-icons/Compass.d.ts +1 -0
  855. package/dist/native-icons/Compass.js +20 -0
  856. package/dist/native-icons/Cookie.d.ts +1 -0
  857. package/dist/native-icons/Cookie.js +46 -0
  858. package/dist/native-icons/Copy.d.ts +1 -0
  859. package/dist/native-icons/Copy.js +23 -0
  860. package/dist/native-icons/CopyPlus.d.ts +1 -0
  861. package/dist/native-icons/CopyPlus.js +43 -0
  862. package/dist/native-icons/Copyright.d.ts +1 -0
  863. package/dist/native-icons/Copyright.js +20 -0
  864. package/dist/native-icons/Cpu.d.ts +1 -0
  865. package/dist/native-icons/Cpu.js +110 -0
  866. package/dist/native-icons/CreditCard.d.ts +1 -0
  867. package/dist/native-icons/CreditCard.js +25 -0
  868. package/dist/native-icons/Crosshair.d.ts +1 -0
  869. package/dist/native-icons/Crosshair.js +53 -0
  870. package/dist/native-icons/Crown.d.ts +1 -0
  871. package/dist/native-icons/Crown.js +18 -0
  872. package/dist/native-icons/Database.d.ts +1 -0
  873. package/dist/native-icons/Database.js +28 -0
  874. package/dist/native-icons/Dices.d.ts +1 -0
  875. package/dist/native-icons/Dices.js +51 -0
  876. package/dist/native-icons/Dna.d.ts +1 -0
  877. package/dist/native-icons/Dna.js +81 -0
  878. package/dist/native-icons/DollarSign.d.ts +1 -0
  879. package/dist/native-icons/DollarSign.js +21 -0
  880. package/dist/native-icons/DoorOpen.d.ts +1 -0
  881. package/dist/native-icons/DoorOpen.js +39 -0
  882. package/dist/native-icons/Download.d.ts +1 -0
  883. package/dist/native-icons/Download.js +25 -0
  884. package/dist/native-icons/Drama.d.ts +1 -0
  885. package/dist/native-icons/Drama.js +60 -0
  886. package/dist/native-icons/Droplet.d.ts +1 -0
  887. package/dist/native-icons/Droplet.js +11 -0
  888. package/dist/native-icons/Droplets.d.ts +1 -0
  889. package/dist/native-icons/Droplets.js +18 -0
  890. package/dist/native-icons/Dumbbell.d.ts +1 -0
  891. package/dist/native-icons/Dumbbell.js +39 -0
  892. package/dist/native-icons/Edit.d.ts +1 -0
  893. package/dist/native-icons/Edit.js +18 -0
  894. package/dist/native-icons/Edit2.d.ts +1 -0
  895. package/dist/native-icons/Edit2.js +11 -0
  896. package/dist/native-icons/Edit3.d.ts +1 -0
  897. package/dist/native-icons/Edit3.js +18 -0
  898. package/dist/native-icons/ExternalLink.d.ts +1 -0
  899. package/dist/native-icons/ExternalLink.js +25 -0
  900. package/dist/native-icons/Eye.d.ts +1 -0
  901. package/dist/native-icons/Eye.js +20 -0
  902. package/dist/native-icons/EyeOff.d.ts +1 -0
  903. package/dist/native-icons/EyeOff.js +32 -0
  904. package/dist/native-icons/Facebook.d.ts +1 -0
  905. package/dist/native-icons/Facebook.js +11 -0
  906. package/dist/native-icons/Feather.d.ts +1 -0
  907. package/dist/native-icons/Feather.js +25 -0
  908. package/dist/native-icons/File.d.ts +1 -0
  909. package/dist/native-icons/File.js +18 -0
  910. package/dist/native-icons/FileAudio.d.ts +1 -0
  911. package/dist/native-icons/FileAudio.js +25 -0
  912. package/dist/native-icons/FileCheck.d.ts +1 -0
  913. package/dist/native-icons/FileCheck.js +25 -0
  914. package/dist/native-icons/FileCode.d.ts +1 -0
  915. package/dist/native-icons/FileCode.js +32 -0
  916. package/dist/native-icons/FileImage.d.ts +1 -0
  917. package/dist/native-icons/FileImage.js +34 -0
  918. package/dist/native-icons/FileJson.d.ts +1 -0
  919. package/dist/native-icons/FileJson.js +32 -0
  920. package/dist/native-icons/FileKey.d.ts +1 -0
  921. package/dist/native-icons/FileKey.js +41 -0
  922. package/dist/native-icons/FileQuestion.d.ts +1 -0
  923. package/dist/native-icons/FileQuestion.js +25 -0
  924. package/dist/native-icons/FileSearch.d.ts +1 -0
  925. package/dist/native-icons/FileSearch.js +34 -0
  926. package/dist/native-icons/FileText.d.ts +1 -0
  927. package/dist/native-icons/FileText.js +39 -0
  928. package/dist/native-icons/FileWarning.d.ts +1 -0
  929. package/dist/native-icons/FileWarning.js +25 -0
  930. package/dist/native-icons/Filter.d.ts +1 -0
  931. package/dist/native-icons/Filter.js +11 -0
  932. package/dist/native-icons/Fingerprint.d.ts +1 -0
  933. package/dist/native-icons/Fingerprint.js +67 -0
  934. package/dist/native-icons/Flag.d.ts +1 -0
  935. package/dist/native-icons/Flag.js +11 -0
  936. package/dist/native-icons/Flame.d.ts +1 -0
  937. package/dist/native-icons/Flame.js +11 -0
  938. package/dist/native-icons/FlaskConical.d.ts +1 -0
  939. package/dist/native-icons/FlaskConical.js +25 -0
  940. package/dist/native-icons/Flower.d.ts +1 -0
  941. package/dist/native-icons/Flower.js +76 -0
  942. package/dist/native-icons/Flower2.d.ts +1 -0
  943. package/dist/native-icons/Flower2.js +41 -0
  944. package/dist/native-icons/Folder.d.ts +1 -0
  945. package/dist/native-icons/Folder.js +11 -0
  946. package/dist/native-icons/FolderOpen.d.ts +1 -0
  947. package/dist/native-icons/FolderOpen.js +11 -0
  948. package/dist/native-icons/Footprints.d.ts +1 -0
  949. package/dist/native-icons/Footprints.js +32 -0
  950. package/dist/native-icons/Forward.d.ts +1 -0
  951. package/dist/native-icons/Forward.js +18 -0
  952. package/dist/native-icons/Frown.d.ts +1 -0
  953. package/dist/native-icons/Frown.js +40 -0
  954. package/dist/native-icons/Gauge.d.ts +1 -0
  955. package/dist/native-icons/Gauge.js +18 -0
  956. package/dist/native-icons/Gem.d.ts +1 -0
  957. package/dist/native-icons/Gem.js +25 -0
  958. package/dist/native-icons/Gift.d.ts +1 -0
  959. package/dist/native-icons/Gift.js +36 -0
  960. package/dist/native-icons/GitBranch.d.ts +1 -0
  961. package/dist/native-icons/GitBranch.js +29 -0
  962. package/dist/native-icons/GitCommit.d.ts +1 -0
  963. package/dist/native-icons/GitCommit.js +33 -0
  964. package/dist/native-icons/GitCompare.d.ts +1 -0
  965. package/dist/native-icons/GitCompare.js +36 -0
  966. package/dist/native-icons/GitFork.d.ts +1 -0
  967. package/dist/native-icons/GitFork.js +45 -0
  968. package/dist/native-icons/GitPullRequest.d.ts +1 -0
  969. package/dist/native-icons/GitPullRequest.js +39 -0
  970. package/dist/native-icons/Github.d.ts +1 -0
  971. package/dist/native-icons/Github.js +18 -0
  972. package/dist/native-icons/Globe.d.ts +1 -0
  973. package/dist/native-icons/Globe.js +27 -0
  974. package/dist/native-icons/GraduationCap.d.ts +1 -0
  975. package/dist/native-icons/GraduationCap.js +25 -0
  976. package/dist/native-icons/Grid.d.ts +1 -0
  977. package/dist/native-icons/Grid.js +43 -0
  978. package/dist/native-icons/Grid3X3.d.ts +1 -0
  979. package/dist/native-icons/Grid3X3.js +43 -0
  980. package/dist/native-icons/GripVertical.d.ts +1 -0
  981. package/dist/native-icons/GripVertical.js +58 -0
  982. package/dist/native-icons/Hammer.d.ts +1 -0
  983. package/dist/native-icons/Hammer.js +25 -0
  984. package/dist/native-icons/Hand.d.ts +1 -0
  985. package/dist/native-icons/Hand.js +32 -0
  986. package/dist/native-icons/Handshake.d.ts +1 -0
  987. package/dist/native-icons/Handshake.js +39 -0
  988. package/dist/native-icons/HardDrive.d.ts +1 -0
  989. package/dist/native-icons/HardDrive.js +32 -0
  990. package/dist/native-icons/Hash.d.ts +1 -0
  991. package/dist/native-icons/Hash.js +44 -0
  992. package/dist/native-icons/Headphones.d.ts +1 -0
  993. package/dist/native-icons/Headphones.js +11 -0
  994. package/dist/native-icons/HeadphonesIcon.d.ts +1 -0
  995. package/dist/native-icons/HeadphonesIcon.js +11 -0
  996. package/dist/native-icons/Heart.d.ts +1 -0
  997. package/dist/native-icons/Heart.js +11 -0
  998. package/dist/native-icons/HeartCrack.d.ts +1 -0
  999. package/dist/native-icons/HeartCrack.js +18 -0
  1000. package/dist/native-icons/HeartHandshake.d.ts +1 -0
  1001. package/dist/native-icons/HeartHandshake.js +11 -0
  1002. package/dist/native-icons/HeartOff.d.ts +1 -0
  1003. package/dist/native-icons/HeartOff.js +25 -0
  1004. package/dist/native-icons/HeartPulse.d.ts +1 -0
  1005. package/dist/native-icons/HeartPulse.js +18 -0
  1006. package/dist/native-icons/HelpCircle.d.ts +1 -0
  1007. package/dist/native-icons/HelpCircle.js +27 -0
  1008. package/dist/native-icons/Hexagon.d.ts +1 -0
  1009. package/dist/native-icons/Hexagon.js +11 -0
  1010. package/dist/native-icons/History.d.ts +1 -0
  1011. package/dist/native-icons/History.js +25 -0
  1012. package/dist/native-icons/Home.d.ts +1 -0
  1013. package/dist/native-icons/Home.js +18 -0
  1014. package/dist/native-icons/Image.d.ts +1 -0
  1015. package/dist/native-icons/Image.js +32 -0
  1016. package/dist/native-icons/Inbox.d.ts +1 -0
  1017. package/dist/native-icons/Inbox.js +18 -0
  1018. package/dist/native-icons/Info.d.ts +1 -0
  1019. package/dist/native-icons/Info.js +27 -0
  1020. package/dist/native-icons/Instagram.d.ts +1 -0
  1021. package/dist/native-icons/Instagram.js +33 -0
  1022. package/dist/native-icons/Key.d.ts +1 -0
  1023. package/dist/native-icons/Key.js +27 -0
  1024. package/dist/native-icons/KeyRound.d.ts +1 -0
  1025. package/dist/native-icons/KeyRound.js +21 -0
  1026. package/dist/native-icons/Keyboard.d.ts +1 -0
  1027. package/dist/native-icons/Keyboard.js +71 -0
  1028. package/dist/native-icons/Landmark.d.ts +1 -0
  1029. package/dist/native-icons/Landmark.js +46 -0
  1030. package/dist/native-icons/Languages.d.ts +1 -0
  1031. package/dist/native-icons/Languages.js +46 -0
  1032. package/dist/native-icons/Layers.d.ts +1 -0
  1033. package/dist/native-icons/Layers.js +25 -0
  1034. package/dist/native-icons/LayoutDashboard.d.ts +1 -0
  1035. package/dist/native-icons/LayoutDashboard.js +48 -0
  1036. package/dist/native-icons/LayoutGrid.d.ts +1 -0
  1037. package/dist/native-icons/LayoutGrid.js +48 -0
  1038. package/dist/native-icons/LayoutList.d.ts +1 -0
  1039. package/dist/native-icons/LayoutList.js +54 -0
  1040. package/dist/native-icons/Leaf.d.ts +1 -0
  1041. package/dist/native-icons/Leaf.js +18 -0
  1042. package/dist/native-icons/Lightbulb.d.ts +1 -0
  1043. package/dist/native-icons/Lightbulb.js +25 -0
  1044. package/dist/native-icons/LineChart.d.ts +1 -0
  1045. package/dist/native-icons/LineChart.js +18 -0
  1046. package/dist/native-icons/Link.d.ts +1 -0
  1047. package/dist/native-icons/Link.js +18 -0
  1048. package/dist/native-icons/Link2.d.ts +1 -0
  1049. package/dist/native-icons/Link2.js +28 -0
  1050. package/dist/native-icons/Linkedin.d.ts +1 -0
  1051. package/dist/native-icons/Linkedin.js +30 -0
  1052. package/dist/native-icons/List.d.ts +1 -0
  1053. package/dist/native-icons/List.js +46 -0
  1054. package/dist/native-icons/ListOrdered.d.ts +1 -0
  1055. package/dist/native-icons/ListOrdered.js +46 -0
  1056. package/dist/native-icons/ListPlus.d.ts +1 -0
  1057. package/dist/native-icons/ListPlus.js +39 -0
  1058. package/dist/native-icons/ListTodo.d.ts +1 -0
  1059. package/dist/native-icons/ListTodo.js +43 -0
  1060. package/dist/native-icons/Loader.d.ts +1 -0
  1061. package/dist/native-icons/Loader.js +60 -0
  1062. package/dist/native-icons/Loader2.d.ts +1 -0
  1063. package/dist/native-icons/Loader2.js +11 -0
  1064. package/dist/native-icons/Lock.d.ts +1 -0
  1065. package/dist/native-icons/Lock.js +23 -0
  1066. package/dist/native-icons/LogIn.d.ts +1 -0
  1067. package/dist/native-icons/LogIn.js +25 -0
  1068. package/dist/native-icons/LogOut.d.ts +1 -0
  1069. package/dist/native-icons/LogOut.js +25 -0
  1070. package/dist/native-icons/Mail.d.ts +1 -0
  1071. package/dist/native-icons/Mail.js +22 -0
  1072. package/dist/native-icons/Map.d.ts +1 -0
  1073. package/dist/native-icons/Map.js +25 -0
  1074. package/dist/native-icons/MapPin.d.ts +1 -0
  1075. package/dist/native-icons/MapPin.js +20 -0
  1076. package/dist/native-icons/Maximize.d.ts +1 -0
  1077. package/dist/native-icons/Maximize.js +32 -0
  1078. package/dist/native-icons/Maximize2.d.ts +1 -0
  1079. package/dist/native-icons/Maximize2.js +32 -0
  1080. package/dist/native-icons/Megaphone.d.ts +1 -0
  1081. package/dist/native-icons/Megaphone.js +25 -0
  1082. package/dist/native-icons/Meh.d.ts +1 -0
  1083. package/dist/native-icons/Meh.js +43 -0
  1084. package/dist/native-icons/Menu.d.ts +1 -0
  1085. package/dist/native-icons/Menu.js +25 -0
  1086. package/dist/native-icons/MessageCircle.d.ts +1 -0
  1087. package/dist/native-icons/MessageCircle.js +11 -0
  1088. package/dist/native-icons/MessageCircleQuestion.d.ts +1 -0
  1089. package/dist/native-icons/MessageCircleQuestion.js +25 -0
  1090. package/dist/native-icons/MessageSquare.d.ts +1 -0
  1091. package/dist/native-icons/MessageSquare.js +11 -0
  1092. package/dist/native-icons/MessageSquareMore.d.ts +1 -0
  1093. package/dist/native-icons/MessageSquareMore.js +32 -0
  1094. package/dist/native-icons/MessageSquarePlus.d.ts +1 -0
  1095. package/dist/native-icons/MessageSquarePlus.js +25 -0
  1096. package/dist/native-icons/Mic.d.ts +1 -0
  1097. package/dist/native-icons/Mic.js +29 -0
  1098. package/dist/native-icons/MicOff.d.ts +1 -0
  1099. package/dist/native-icons/MicOff.js +46 -0
  1100. package/dist/native-icons/Microscope.d.ts +1 -0
  1101. package/dist/native-icons/Microscope.js +46 -0
  1102. package/dist/native-icons/Minimize.d.ts +1 -0
  1103. package/dist/native-icons/Minimize.js +32 -0
  1104. package/dist/native-icons/Minimize2.d.ts +1 -0
  1105. package/dist/native-icons/Minimize2.js +32 -0
  1106. package/dist/native-icons/Minus.d.ts +1 -0
  1107. package/dist/native-icons/Minus.js +11 -0
  1108. package/dist/native-icons/Mirror.d.ts +1 -0
  1109. package/dist/native-icons/Mirror.js +53 -0
  1110. package/dist/native-icons/Monitor.d.ts +1 -0
  1111. package/dist/native-icons/Monitor.js +35 -0
  1112. package/dist/native-icons/Moon.d.ts +1 -0
  1113. package/dist/native-icons/Moon.js +11 -0
  1114. package/dist/native-icons/MoreHorizontal.d.ts +1 -0
  1115. package/dist/native-icons/MoreHorizontal.js +31 -0
  1116. package/dist/native-icons/MoreVertical.d.ts +1 -0
  1117. package/dist/native-icons/MoreVertical.js +31 -0
  1118. package/dist/native-icons/Mountain.d.ts +1 -0
  1119. package/dist/native-icons/Mountain.js +11 -0
  1120. package/dist/native-icons/MousePointer.d.ts +1 -0
  1121. package/dist/native-icons/MousePointer.js +18 -0
  1122. package/dist/native-icons/MousePointerClick.d.ts +1 -0
  1123. package/dist/native-icons/MousePointerClick.js +39 -0
  1124. package/dist/native-icons/Move.d.ts +1 -0
  1125. package/dist/native-icons/Move.js +46 -0
  1126. package/dist/native-icons/Music.d.ts +1 -0
  1127. package/dist/native-icons/Music.js +29 -0
  1128. package/dist/native-icons/Navigation.d.ts +1 -0
  1129. package/dist/native-icons/Navigation.js +11 -0
  1130. package/dist/native-icons/Network.d.ts +1 -0
  1131. package/dist/native-icons/Network.js +51 -0
  1132. package/dist/native-icons/Octagon.d.ts +1 -0
  1133. package/dist/native-icons/Octagon.js +11 -0
  1134. package/dist/native-icons/Orbit.d.ts +1 -0
  1135. package/dist/native-icons/Orbit.js +45 -0
  1136. package/dist/native-icons/PackageOpen.d.ts +1 -0
  1137. package/dist/native-icons/PackageOpen.js +32 -0
  1138. package/dist/native-icons/Paintbrush.d.ts +1 -0
  1139. package/dist/native-icons/Paintbrush.js +25 -0
  1140. package/dist/native-icons/Palette.d.ts +1 -0
  1141. package/dist/native-icons/Palette.js +51 -0
  1142. package/dist/native-icons/PanelLeft.d.ts +1 -0
  1143. package/dist/native-icons/PanelLeft.js +22 -0
  1144. package/dist/native-icons/PanelLeftClose.d.ts +1 -0
  1145. package/dist/native-icons/PanelLeftClose.js +29 -0
  1146. package/dist/native-icons/PanelRightClose.d.ts +1 -0
  1147. package/dist/native-icons/PanelRightClose.js +29 -0
  1148. package/dist/native-icons/PanelRightOpen.d.ts +1 -0
  1149. package/dist/native-icons/PanelRightOpen.js +29 -0
  1150. package/dist/native-icons/Paperclip.d.ts +1 -0
  1151. package/dist/native-icons/Paperclip.js +11 -0
  1152. package/dist/native-icons/PartyPopper.d.ts +1 -0
  1153. package/dist/native-icons/PartyPopper.js +67 -0
  1154. package/dist/native-icons/Pause.d.ts +1 -0
  1155. package/dist/native-icons/Pause.js +26 -0
  1156. package/dist/native-icons/PauseCircle.d.ts +1 -0
  1157. package/dist/native-icons/PauseCircle.js +33 -0
  1158. package/dist/native-icons/PenTool.d.ts +1 -0
  1159. package/dist/native-icons/PenTool.js +34 -0
  1160. package/dist/native-icons/Pencil.d.ts +1 -0
  1161. package/dist/native-icons/Pencil.js +18 -0
  1162. package/dist/native-icons/Percent.d.ts +1 -0
  1163. package/dist/native-icons/Percent.js +32 -0
  1164. package/dist/native-icons/Phone.d.ts +1 -0
  1165. package/dist/native-icons/Phone.js +11 -0
  1166. package/dist/native-icons/PhoneOff.d.ts +1 -0
  1167. package/dist/native-icons/PhoneOff.js +25 -0
  1168. package/dist/native-icons/PieChart.d.ts +1 -0
  1169. package/dist/native-icons/PieChart.js +18 -0
  1170. package/dist/native-icons/Pin.d.ts +1 -0
  1171. package/dist/native-icons/Pin.js +18 -0
  1172. package/dist/native-icons/Play.d.ts +1 -0
  1173. package/dist/native-icons/Play.js +11 -0
  1174. package/dist/native-icons/PlayCircle.d.ts +1 -0
  1175. package/dist/native-icons/PlayCircle.js +20 -0
  1176. package/dist/native-icons/Plug.d.ts +1 -0
  1177. package/dist/native-icons/Plug.js +32 -0
  1178. package/dist/native-icons/Plus.d.ts +1 -0
  1179. package/dist/native-icons/Plus.js +18 -0
  1180. package/dist/native-icons/Power.d.ts +1 -0
  1181. package/dist/native-icons/Power.js +18 -0
  1182. package/dist/native-icons/Presentation.d.ts +1 -0
  1183. package/dist/native-icons/Presentation.js +25 -0
  1184. package/dist/native-icons/Puzzle.d.ts +1 -0
  1185. package/dist/native-icons/Puzzle.js +11 -0
  1186. package/dist/native-icons/Quote.d.ts +1 -0
  1187. package/dist/native-icons/Quote.js +18 -0
  1188. package/dist/native-icons/Radio.d.ts +1 -0
  1189. package/dist/native-icons/Radio.js +41 -0
  1190. package/dist/native-icons/RefreshCcw.d.ts +1 -0
  1191. package/dist/native-icons/RefreshCcw.js +32 -0
  1192. package/dist/native-icons/RefreshCw.d.ts +1 -0
  1193. package/dist/native-icons/RefreshCw.js +32 -0
  1194. package/dist/native-icons/Reply.d.ts +1 -0
  1195. package/dist/native-icons/Reply.js +18 -0
  1196. package/dist/native-icons/Rocket.d.ts +1 -0
  1197. package/dist/native-icons/Rocket.js +32 -0
  1198. package/dist/native-icons/RotateCcw.d.ts +1 -0
  1199. package/dist/native-icons/RotateCcw.js +18 -0
  1200. package/dist/native-icons/RotateCw.d.ts +1 -0
  1201. package/dist/native-icons/RotateCw.js +18 -0
  1202. package/dist/native-icons/Route.d.ts +1 -0
  1203. package/dist/native-icons/Route.js +29 -0
  1204. package/dist/native-icons/Rows.d.ts +1 -0
  1205. package/dist/native-icons/Rows.js +22 -0
  1206. package/dist/native-icons/Save.d.ts +1 -0
  1207. package/dist/native-icons/Save.js +25 -0
  1208. package/dist/native-icons/Scale.d.ts +1 -0
  1209. package/dist/native-icons/Scale.js +39 -0
  1210. package/dist/native-icons/ScanFace.d.ts +1 -0
  1211. package/dist/native-icons/ScanFace.js +53 -0
  1212. package/dist/native-icons/Scissors.d.ts +1 -0
  1213. package/dist/native-icons/Scissors.js +43 -0
  1214. package/dist/native-icons/Scroll.d.ts +1 -0
  1215. package/dist/native-icons/Scroll.js +18 -0
  1216. package/dist/native-icons/ScrollText.d.ts +1 -0
  1217. package/dist/native-icons/ScrollText.js +32 -0
  1218. package/dist/native-icons/Search.d.ts +1 -0
  1219. package/dist/native-icons/Search.js +20 -0
  1220. package/dist/native-icons/Send.d.ts +1 -0
  1221. package/dist/native-icons/Send.js +18 -0
  1222. package/dist/native-icons/Server.d.ts +1 -0
  1223. package/dist/native-icons/Server.js +48 -0
  1224. package/dist/native-icons/ServerOff.d.ts +1 -0
  1225. package/dist/native-icons/ServerOff.js +46 -0
  1226. package/dist/native-icons/Settings.d.ts +1 -0
  1227. package/dist/native-icons/Settings.js +20 -0
  1228. package/dist/native-icons/Settings2.d.ts +1 -0
  1229. package/dist/native-icons/Settings2.js +36 -0
  1230. package/dist/native-icons/Share2.d.ts +1 -0
  1231. package/dist/native-icons/Share2.js +51 -0
  1232. package/dist/native-icons/Shield.d.ts +1 -0
  1233. package/dist/native-icons/Shield.js +11 -0
  1234. package/dist/native-icons/ShieldAlert.d.ts +1 -0
  1235. package/dist/native-icons/ShieldAlert.js +25 -0
  1236. package/dist/native-icons/ShieldCheck.d.ts +1 -0
  1237. package/dist/native-icons/ShieldCheck.js +18 -0
  1238. package/dist/native-icons/ShieldX.d.ts +1 -0
  1239. package/dist/native-icons/ShieldX.js +25 -0
  1240. package/dist/native-icons/Shirt.d.ts +1 -0
  1241. package/dist/native-icons/Shirt.js +11 -0
  1242. package/dist/native-icons/ShoppingBag.d.ts +1 -0
  1243. package/dist/native-icons/ShoppingBag.js +25 -0
  1244. package/dist/native-icons/ShoppingCart.d.ts +1 -0
  1245. package/dist/native-icons/ShoppingCart.js +29 -0
  1246. package/dist/native-icons/Shuffle.d.ts +1 -0
  1247. package/dist/native-icons/Shuffle.js +39 -0
  1248. package/dist/native-icons/Signal.d.ts +1 -0
  1249. package/dist/native-icons/Signal.js +39 -0
  1250. package/dist/native-icons/SkipBack.d.ts +1 -0
  1251. package/dist/native-icons/SkipBack.js +18 -0
  1252. package/dist/native-icons/SkipForward.d.ts +1 -0
  1253. package/dist/native-icons/SkipForward.js +18 -0
  1254. package/dist/native-icons/Skull.d.ts +1 -0
  1255. package/dist/native-icons/Skull.js +36 -0
  1256. package/dist/native-icons/Sliders.d.ts +1 -0
  1257. package/dist/native-icons/Sliders.js +67 -0
  1258. package/dist/native-icons/Smartphone.d.ts +1 -0
  1259. package/dist/native-icons/Smartphone.js +23 -0
  1260. package/dist/native-icons/Smile.d.ts +1 -0
  1261. package/dist/native-icons/Smile.js +40 -0
  1262. package/dist/native-icons/Snowflake.d.ts +1 -0
  1263. package/dist/native-icons/Snowflake.js +88 -0
  1264. package/dist/native-icons/Sparkles.d.ts +1 -0
  1265. package/dist/native-icons/Sparkles.js +34 -0
  1266. package/dist/native-icons/Speaker.d.ts +1 -0
  1267. package/dist/native-icons/Speaker.js +38 -0
  1268. package/dist/native-icons/Split.d.ts +1 -0
  1269. package/dist/native-icons/Split.js +32 -0
  1270. package/dist/native-icons/SplitSquareHorizontal.d.ts +1 -0
  1271. package/dist/native-icons/SplitSquareHorizontal.js +28 -0
  1272. package/dist/native-icons/Sprout.d.ts +1 -0
  1273. package/dist/native-icons/Sprout.js +25 -0
  1274. package/dist/native-icons/Square.d.ts +1 -0
  1275. package/dist/native-icons/Square.js +15 -0
  1276. package/dist/native-icons/Star.d.ts +1 -0
  1277. package/dist/native-icons/Star.js +11 -0
  1278. package/dist/native-icons/Stethoscope.d.ts +1 -0
  1279. package/dist/native-icons/Stethoscope.js +41 -0
  1280. package/dist/native-icons/Sun.d.ts +1 -0
  1281. package/dist/native-icons/Sun.js +69 -0
  1282. package/dist/native-icons/Sword.d.ts +1 -0
  1283. package/dist/native-icons/Sword.js +32 -0
  1284. package/dist/native-icons/Swords.d.ts +1 -0
  1285. package/dist/native-icons/Swords.js +78 -0
  1286. package/dist/native-icons/Syringe.d.ts +1 -0
  1287. package/dist/native-icons/Syringe.js +46 -0
  1288. package/dist/native-icons/Table.d.ts +1 -0
  1289. package/dist/native-icons/Table.js +36 -0
  1290. package/dist/native-icons/Table2.d.ts +1 -0
  1291. package/dist/native-icons/Table2.js +11 -0
  1292. package/dist/native-icons/Tag.d.ts +1 -0
  1293. package/dist/native-icons/Tag.js +21 -0
  1294. package/dist/native-icons/Target.d.ts +1 -0
  1295. package/dist/native-icons/Target.js +31 -0
  1296. package/dist/native-icons/Terminal.d.ts +1 -0
  1297. package/dist/native-icons/Terminal.js +18 -0
  1298. package/dist/native-icons/TerminalSquare.d.ts +1 -0
  1299. package/dist/native-icons/TerminalSquare.js +30 -0
  1300. package/dist/native-icons/Theater.d.ts +1 -0
  1301. package/dist/native-icons/Theater.js +67 -0
  1302. package/dist/native-icons/Thermometer.d.ts +1 -0
  1303. package/dist/native-icons/Thermometer.js +11 -0
  1304. package/dist/native-icons/ThermometerSun.d.ts +1 -0
  1305. package/dist/native-icons/ThermometerSun.js +46 -0
  1306. package/dist/native-icons/ThumbsDown.d.ts +1 -0
  1307. package/dist/native-icons/ThumbsDown.js +18 -0
  1308. package/dist/native-icons/ThumbsUp.d.ts +1 -0
  1309. package/dist/native-icons/ThumbsUp.js +18 -0
  1310. package/dist/native-icons/Ticket.d.ts +1 -0
  1311. package/dist/native-icons/Ticket.js +32 -0
  1312. package/dist/native-icons/Timer.d.ts +1 -0
  1313. package/dist/native-icons/Timer.js +33 -0
  1314. package/dist/native-icons/Trash2.d.ts +1 -0
  1315. package/dist/native-icons/Trash2.js +39 -0
  1316. package/dist/native-icons/TrendingDown.d.ts +1 -0
  1317. package/dist/native-icons/TrendingDown.js +18 -0
  1318. package/dist/native-icons/TrendingUp.d.ts +1 -0
  1319. package/dist/native-icons/TrendingUp.js +18 -0
  1320. package/dist/native-icons/Triangle.d.ts +1 -0
  1321. package/dist/native-icons/Triangle.js +11 -0
  1322. package/dist/native-icons/Trophy.d.ts +1 -0
  1323. package/dist/native-icons/Trophy.js +46 -0
  1324. package/dist/native-icons/Twitter.d.ts +1 -0
  1325. package/dist/native-icons/Twitter.js +11 -0
  1326. package/dist/native-icons/Type.d.ts +1 -0
  1327. package/dist/native-icons/Type.js +25 -0
  1328. package/dist/native-icons/Unlink.d.ts +1 -0
  1329. package/dist/native-icons/Unlink.js +58 -0
  1330. package/dist/native-icons/Unlock.d.ts +1 -0
  1331. package/dist/native-icons/Unlock.js +23 -0
  1332. package/dist/native-icons/Unplug.d.ts +1 -0
  1333. package/dist/native-icons/Unplug.js +46 -0
  1334. package/dist/native-icons/Upload.d.ts +1 -0
  1335. package/dist/native-icons/Upload.js +25 -0
  1336. package/dist/native-icons/User.d.ts +1 -0
  1337. package/dist/native-icons/User.js +20 -0
  1338. package/dist/native-icons/UserCheck.d.ts +1 -0
  1339. package/dist/native-icons/UserCheck.js +27 -0
  1340. package/dist/native-icons/UserCircle.d.ts +1 -0
  1341. package/dist/native-icons/UserCircle.js +29 -0
  1342. package/dist/native-icons/UserMinus.d.ts +1 -0
  1343. package/dist/native-icons/UserMinus.js +30 -0
  1344. package/dist/native-icons/UserPlus.d.ts +1 -0
  1345. package/dist/native-icons/UserPlus.js +40 -0
  1346. package/dist/native-icons/UserRound.d.ts +1 -0
  1347. package/dist/native-icons/UserRound.js +20 -0
  1348. package/dist/native-icons/UserX.d.ts +1 -0
  1349. package/dist/native-icons/UserX.js +40 -0
  1350. package/dist/native-icons/Users.d.ts +1 -0
  1351. package/dist/native-icons/Users.js +34 -0
  1352. package/dist/native-icons/UsersRound.d.ts +1 -0
  1353. package/dist/native-icons/UsersRound.js +27 -0
  1354. package/dist/native-icons/Vibrate.d.ts +1 -0
  1355. package/dist/native-icons/Vibrate.js +29 -0
  1356. package/dist/native-icons/Video.d.ts +1 -0
  1357. package/dist/native-icons/Video.js +22 -0
  1358. package/dist/native-icons/Volume2.d.ts +1 -0
  1359. package/dist/native-icons/Volume2.js +25 -0
  1360. package/dist/native-icons/VolumeX.d.ts +1 -0
  1361. package/dist/native-icons/VolumeX.js +31 -0
  1362. package/dist/native-icons/Wallet.d.ts +1 -0
  1363. package/dist/native-icons/Wallet.js +18 -0
  1364. package/dist/native-icons/Wand2.d.ts +1 -0
  1365. package/dist/native-icons/Wand2.js +60 -0
  1366. package/dist/native-icons/Watch.d.ts +1 -0
  1367. package/dist/native-icons/Watch.js +34 -0
  1368. package/dist/native-icons/Waves.d.ts +1 -0
  1369. package/dist/native-icons/Waves.js +25 -0
  1370. package/dist/native-icons/Webhook.d.ts +1 -0
  1371. package/dist/native-icons/Webhook.js +25 -0
  1372. package/dist/native-icons/Wifi.d.ts +1 -0
  1373. package/dist/native-icons/Wifi.js +32 -0
  1374. package/dist/native-icons/WifiOff.d.ts +1 -0
  1375. package/dist/native-icons/WifiOff.js +53 -0
  1376. package/dist/native-icons/Wind.d.ts +1 -0
  1377. package/dist/native-icons/Wind.js +25 -0
  1378. package/dist/native-icons/Workflow.d.ts +1 -0
  1379. package/dist/native-icons/Workflow.js +33 -0
  1380. package/dist/native-icons/Wrench.d.ts +1 -0
  1381. package/dist/native-icons/Wrench.js +11 -0
  1382. package/dist/native-icons/X.d.ts +1 -0
  1383. package/dist/native-icons/X.js +18 -0
  1384. package/dist/native-icons/XCircle.d.ts +1 -0
  1385. package/dist/native-icons/XCircle.js +27 -0
  1386. package/dist/native-icons/Youtube.d.ts +1 -0
  1387. package/dist/native-icons/Youtube.js +18 -0
  1388. package/dist/native-icons/Zap.d.ts +1 -0
  1389. package/dist/native-icons/Zap.js +11 -0
  1390. package/dist/native-icons/ZapOff.d.ts +1 -0
  1391. package/dist/native-icons/ZapOff.js +32 -0
  1392. package/dist/native-icons/ZoomIn.d.ts +1 -0
  1393. package/dist/native-icons/ZoomIn.js +43 -0
  1394. package/dist/native-types.d.ts +17 -0
  1395. package/dist/native-types.js +1 -0
  1396. package/dist/native.d.ts +353 -0
  1397. package/dist/native.js +352 -0
  1398. package/dist/types.d.ts +16 -0
  1399. package/dist/types.js +1 -0
  1400. package/native.d.ts +1 -0
  1401. package/native.js +1 -0
  1402. package/package.json +64 -0
  1403. package/src/README.md +7 -0
  1404. package/src/create-aeon-icon.ts +55 -0
  1405. package/src/create-aeon-native-icon.ts +67 -0
  1406. package/src/icons/Activity.ts +13 -0
  1407. package/src/icons/AlertCircle.ts +35 -0
  1408. package/src/icons/AlertTriangle.ts +27 -0
  1409. package/src/icons/Apple.ts +20 -0
  1410. package/src/icons/Archive.ts +31 -0
  1411. package/src/icons/ArrowDown.ts +20 -0
  1412. package/src/icons/ArrowDownLeft.ts +20 -0
  1413. package/src/icons/ArrowLeft.ts +20 -0
  1414. package/src/icons/ArrowRight.ts +20 -0
  1415. package/src/icons/ArrowRightLeft.ts +34 -0
  1416. package/src/icons/ArrowUp.ts +20 -0
  1417. package/src/icons/ArrowUpDown.ts +34 -0
  1418. package/src/icons/ArrowUpRight.ts +20 -0
  1419. package/src/icons/Atom.ts +29 -0
  1420. package/src/icons/Award.ts +22 -0
  1421. package/src/icons/Ban.ts +22 -0
  1422. package/src/icons/BarChart.ts +27 -0
  1423. package/src/icons/BarChart2.ts +27 -0
  1424. package/src/icons/BarChart3.ts +34 -0
  1425. package/src/icons/Battery.ts +24 -0
  1426. package/src/icons/BatteryCharging.ts +34 -0
  1427. package/src/icons/BatteryLow.ts +31 -0
  1428. package/src/icons/BatteryWarning.ts +41 -0
  1429. package/src/icons/Bell.ts +20 -0
  1430. package/src/icons/BellDot.ts +29 -0
  1431. package/src/icons/BellOff.ts +34 -0
  1432. package/src/icons/Binary.ts +56 -0
  1433. package/src/icons/Biohazard.ts +78 -0
  1434. package/src/icons/Bird.ts +48 -0
  1435. package/src/icons/Bluetooth.ts +13 -0
  1436. package/src/icons/Bolt.ts +22 -0
  1437. package/src/icons/Book.ts +13 -0
  1438. package/src/icons/BookOpen.ts +20 -0
  1439. package/src/icons/Bookmark.ts +13 -0
  1440. package/src/icons/Bot.ts +52 -0
  1441. package/src/icons/Box.ts +27 -0
  1442. package/src/icons/Brain.ts +62 -0
  1443. package/src/icons/BrainCog.ts +113 -0
  1444. package/src/icons/Briefcase.ts +24 -0
  1445. package/src/icons/Bug.ts +83 -0
  1446. package/src/icons/Building.ts +87 -0
  1447. package/src/icons/Building2.ts +41 -0
  1448. package/src/icons/Cable.ts +55 -0
  1449. package/src/icons/Calculator.ts +86 -0
  1450. package/src/icons/Calendar.ts +38 -0
  1451. package/src/icons/CalendarDays.ts +80 -0
  1452. package/src/icons/Camera.ts +22 -0
  1453. package/src/icons/CameraOff.ts +34 -0
  1454. package/src/icons/Check.ts +13 -0
  1455. package/src/icons/CheckCheck.ts +20 -0
  1456. package/src/icons/CheckCircle.ts +20 -0
  1457. package/src/icons/CheckCircle2.ts +22 -0
  1458. package/src/icons/ChevronDown.ts +13 -0
  1459. package/src/icons/ChevronLeft.ts +13 -0
  1460. package/src/icons/ChevronRight.ts +13 -0
  1461. package/src/icons/ChevronUp.ts +13 -0
  1462. package/src/icons/ChevronsDown.ts +20 -0
  1463. package/src/icons/ChevronsUp.ts +20 -0
  1464. package/src/icons/Chrome.ts +45 -0
  1465. package/src/icons/Circle.ts +15 -0
  1466. package/src/icons/CircleDollarSign.ts +29 -0
  1467. package/src/icons/CircleDot.ts +24 -0
  1468. package/src/icons/Clipboard.ts +25 -0
  1469. package/src/icons/ClipboardList.ts +53 -0
  1470. package/src/icons/Clock.ts +22 -0
  1471. package/src/icons/Cloud.ts +13 -0
  1472. package/src/icons/CloudOff.ts +27 -0
  1473. package/src/icons/CloudRain.ts +34 -0
  1474. package/src/icons/CloudSun.ts +48 -0
  1475. package/src/icons/Code.ts +20 -0
  1476. package/src/icons/Code2.ts +27 -0
  1477. package/src/icons/Cog.ts +108 -0
  1478. package/src/icons/Coins.ts +36 -0
  1479. package/src/icons/Columns.ts +24 -0
  1480. package/src/icons/Command.ts +13 -0
  1481. package/src/icons/Compass.ts +22 -0
  1482. package/src/icons/Cookie.ts +48 -0
  1483. package/src/icons/Copy.ts +25 -0
  1484. package/src/icons/CopyPlus.ts +45 -0
  1485. package/src/icons/Copyright.ts +22 -0
  1486. package/src/icons/Cpu.ts +112 -0
  1487. package/src/icons/CreditCard.ts +27 -0
  1488. package/src/icons/Crosshair.ts +55 -0
  1489. package/src/icons/Crown.ts +20 -0
  1490. package/src/icons/Database.ts +30 -0
  1491. package/src/icons/Dices.ts +53 -0
  1492. package/src/icons/Dna.ts +83 -0
  1493. package/src/icons/DollarSign.ts +23 -0
  1494. package/src/icons/DoorOpen.ts +41 -0
  1495. package/src/icons/Download.ts +27 -0
  1496. package/src/icons/Drama.ts +62 -0
  1497. package/src/icons/Droplet.ts +13 -0
  1498. package/src/icons/Droplets.ts +20 -0
  1499. package/src/icons/Dumbbell.ts +41 -0
  1500. package/src/icons/Edit.ts +20 -0
  1501. package/src/icons/Edit2.ts +13 -0
  1502. package/src/icons/Edit3.ts +20 -0
  1503. package/src/icons/ExternalLink.ts +27 -0
  1504. package/src/icons/Eye.ts +22 -0
  1505. package/src/icons/EyeOff.ts +34 -0
  1506. package/src/icons/Facebook.ts +13 -0
  1507. package/src/icons/Feather.ts +27 -0
  1508. package/src/icons/File.ts +20 -0
  1509. package/src/icons/FileAudio.ts +27 -0
  1510. package/src/icons/FileCheck.ts +27 -0
  1511. package/src/icons/FileCode.ts +34 -0
  1512. package/src/icons/FileImage.ts +36 -0
  1513. package/src/icons/FileJson.ts +34 -0
  1514. package/src/icons/FileKey.ts +43 -0
  1515. package/src/icons/FileQuestion.ts +27 -0
  1516. package/src/icons/FileSearch.ts +36 -0
  1517. package/src/icons/FileText.ts +41 -0
  1518. package/src/icons/FileWarning.ts +27 -0
  1519. package/src/icons/Filter.ts +13 -0
  1520. package/src/icons/Fingerprint.ts +69 -0
  1521. package/src/icons/Flag.ts +13 -0
  1522. package/src/icons/Flame.ts +13 -0
  1523. package/src/icons/FlaskConical.ts +27 -0
  1524. package/src/icons/Flower.ts +78 -0
  1525. package/src/icons/Flower2.ts +43 -0
  1526. package/src/icons/Folder.ts +13 -0
  1527. package/src/icons/FolderOpen.ts +13 -0
  1528. package/src/icons/Footprints.ts +34 -0
  1529. package/src/icons/Forward.ts +20 -0
  1530. package/src/icons/Frown.ts +42 -0
  1531. package/src/icons/Gauge.ts +20 -0
  1532. package/src/icons/Gem.ts +27 -0
  1533. package/src/icons/Gift.ts +38 -0
  1534. package/src/icons/GitBranch.ts +31 -0
  1535. package/src/icons/GitCommit.ts +35 -0
  1536. package/src/icons/GitCompare.ts +38 -0
  1537. package/src/icons/GitFork.ts +47 -0
  1538. package/src/icons/GitPullRequest.ts +41 -0
  1539. package/src/icons/Github.ts +20 -0
  1540. package/src/icons/Globe.ts +29 -0
  1541. package/src/icons/GraduationCap.ts +27 -0
  1542. package/src/icons/Grid.ts +45 -0
  1543. package/src/icons/Grid3X3.ts +45 -0
  1544. package/src/icons/GripVertical.ts +60 -0
  1545. package/src/icons/Hammer.ts +27 -0
  1546. package/src/icons/Hand.ts +34 -0
  1547. package/src/icons/Handshake.ts +41 -0
  1548. package/src/icons/HardDrive.ts +34 -0
  1549. package/src/icons/Hash.ts +46 -0
  1550. package/src/icons/Headphones.ts +13 -0
  1551. package/src/icons/HeadphonesIcon.ts +13 -0
  1552. package/src/icons/Heart.ts +13 -0
  1553. package/src/icons/HeartCrack.ts +20 -0
  1554. package/src/icons/HeartHandshake.ts +13 -0
  1555. package/src/icons/HeartOff.ts +30 -0
  1556. package/src/icons/HeartPulse.ts +20 -0
  1557. package/src/icons/HelpCircle.ts +29 -0
  1558. package/src/icons/Hexagon.ts +13 -0
  1559. package/src/icons/History.ts +27 -0
  1560. package/src/icons/Home.ts +20 -0
  1561. package/src/icons/Image.ts +34 -0
  1562. package/src/icons/Inbox.ts +20 -0
  1563. package/src/icons/Info.ts +29 -0
  1564. package/src/icons/Instagram.ts +35 -0
  1565. package/src/icons/Key.ts +29 -0
  1566. package/src/icons/KeyRound.ts +23 -0
  1567. package/src/icons/Keyboard.ts +73 -0
  1568. package/src/icons/Landmark.ts +48 -0
  1569. package/src/icons/Languages.ts +48 -0
  1570. package/src/icons/Layers.ts +27 -0
  1571. package/src/icons/LayoutDashboard.ts +50 -0
  1572. package/src/icons/LayoutGrid.ts +50 -0
  1573. package/src/icons/LayoutList.ts +56 -0
  1574. package/src/icons/Leaf.ts +20 -0
  1575. package/src/icons/Lightbulb.ts +27 -0
  1576. package/src/icons/LineChart.ts +20 -0
  1577. package/src/icons/Link.ts +20 -0
  1578. package/src/icons/Link2.ts +30 -0
  1579. package/src/icons/Linkedin.ts +32 -0
  1580. package/src/icons/List.ts +48 -0
  1581. package/src/icons/ListOrdered.ts +48 -0
  1582. package/src/icons/ListPlus.ts +41 -0
  1583. package/src/icons/ListTodo.ts +45 -0
  1584. package/src/icons/Loader.ts +62 -0
  1585. package/src/icons/Loader2.ts +13 -0
  1586. package/src/icons/Lock.ts +25 -0
  1587. package/src/icons/LogIn.ts +27 -0
  1588. package/src/icons/LogOut.ts +27 -0
  1589. package/src/icons/Mail.ts +24 -0
  1590. package/src/icons/Map.ts +27 -0
  1591. package/src/icons/MapPin.ts +22 -0
  1592. package/src/icons/Maximize.ts +34 -0
  1593. package/src/icons/Maximize2.ts +34 -0
  1594. package/src/icons/Megaphone.ts +27 -0
  1595. package/src/icons/Meh.ts +45 -0
  1596. package/src/icons/Menu.ts +27 -0
  1597. package/src/icons/MessageCircle.ts +13 -0
  1598. package/src/icons/MessageCircleQuestion.ts +27 -0
  1599. package/src/icons/MessageSquare.ts +13 -0
  1600. package/src/icons/MessageSquareMore.ts +34 -0
  1601. package/src/icons/MessageSquarePlus.ts +27 -0
  1602. package/src/icons/Mic.ts +31 -0
  1603. package/src/icons/MicOff.ts +48 -0
  1604. package/src/icons/Microscope.ts +48 -0
  1605. package/src/icons/Minimize.ts +34 -0
  1606. package/src/icons/Minimize2.ts +34 -0
  1607. package/src/icons/Minus.ts +13 -0
  1608. package/src/icons/Mirror.ts +55 -0
  1609. package/src/icons/Monitor.ts +37 -0
  1610. package/src/icons/Moon.ts +13 -0
  1611. package/src/icons/MoreHorizontal.ts +33 -0
  1612. package/src/icons/MoreVertical.ts +33 -0
  1613. package/src/icons/Mountain.ts +13 -0
  1614. package/src/icons/MousePointer.ts +20 -0
  1615. package/src/icons/MousePointerClick.ts +41 -0
  1616. package/src/icons/Move.ts +48 -0
  1617. package/src/icons/Music.ts +31 -0
  1618. package/src/icons/Navigation.ts +13 -0
  1619. package/src/icons/Network.ts +53 -0
  1620. package/src/icons/Octagon.ts +13 -0
  1621. package/src/icons/Orbit.ts +47 -0
  1622. package/src/icons/PackageOpen.ts +34 -0
  1623. package/src/icons/Paintbrush.ts +27 -0
  1624. package/src/icons/Palette.ts +53 -0
  1625. package/src/icons/PanelLeft.ts +24 -0
  1626. package/src/icons/PanelLeftClose.ts +31 -0
  1627. package/src/icons/PanelRightClose.ts +31 -0
  1628. package/src/icons/PanelRightOpen.ts +31 -0
  1629. package/src/icons/Paperclip.ts +13 -0
  1630. package/src/icons/PartyPopper.ts +69 -0
  1631. package/src/icons/Pause.ts +28 -0
  1632. package/src/icons/PauseCircle.ts +35 -0
  1633. package/src/icons/PenTool.ts +36 -0
  1634. package/src/icons/Pencil.ts +20 -0
  1635. package/src/icons/Percent.ts +34 -0
  1636. package/src/icons/Phone.ts +13 -0
  1637. package/src/icons/PhoneOff.ts +27 -0
  1638. package/src/icons/PieChart.ts +20 -0
  1639. package/src/icons/Pin.ts +20 -0
  1640. package/src/icons/Play.ts +13 -0
  1641. package/src/icons/PlayCircle.ts +22 -0
  1642. package/src/icons/Plug.ts +34 -0
  1643. package/src/icons/Plus.ts +20 -0
  1644. package/src/icons/Power.ts +20 -0
  1645. package/src/icons/Presentation.ts +27 -0
  1646. package/src/icons/Puzzle.ts +13 -0
  1647. package/src/icons/Quote.ts +20 -0
  1648. package/src/icons/README.md +5 -0
  1649. package/src/icons/Radio.ts +43 -0
  1650. package/src/icons/RefreshCcw.ts +34 -0
  1651. package/src/icons/RefreshCw.ts +34 -0
  1652. package/src/icons/Reply.ts +20 -0
  1653. package/src/icons/Rocket.ts +34 -0
  1654. package/src/icons/RotateCcw.ts +20 -0
  1655. package/src/icons/RotateCw.ts +20 -0
  1656. package/src/icons/Route.ts +31 -0
  1657. package/src/icons/Rows.ts +24 -0
  1658. package/src/icons/Save.ts +27 -0
  1659. package/src/icons/Scale.ts +41 -0
  1660. package/src/icons/ScanFace.ts +55 -0
  1661. package/src/icons/Scissors.ts +45 -0
  1662. package/src/icons/Scroll.ts +20 -0
  1663. package/src/icons/ScrollText.ts +34 -0
  1664. package/src/icons/Search.ts +22 -0
  1665. package/src/icons/Send.ts +20 -0
  1666. package/src/icons/Server.ts +50 -0
  1667. package/src/icons/ServerOff.ts +48 -0
  1668. package/src/icons/Settings.ts +22 -0
  1669. package/src/icons/Settings2.ts +38 -0
  1670. package/src/icons/Share2.ts +53 -0
  1671. package/src/icons/Shield.ts +13 -0
  1672. package/src/icons/ShieldAlert.ts +27 -0
  1673. package/src/icons/ShieldCheck.ts +20 -0
  1674. package/src/icons/ShieldX.ts +27 -0
  1675. package/src/icons/Shirt.ts +13 -0
  1676. package/src/icons/ShoppingBag.ts +27 -0
  1677. package/src/icons/ShoppingCart.ts +31 -0
  1678. package/src/icons/Shuffle.ts +41 -0
  1679. package/src/icons/Signal.ts +41 -0
  1680. package/src/icons/SkipBack.ts +20 -0
  1681. package/src/icons/SkipForward.ts +20 -0
  1682. package/src/icons/Skull.ts +38 -0
  1683. package/src/icons/Sliders.ts +69 -0
  1684. package/src/icons/Smartphone.ts +25 -0
  1685. package/src/icons/Smile.ts +42 -0
  1686. package/src/icons/Snowflake.ts +90 -0
  1687. package/src/icons/Sparkles.ts +36 -0
  1688. package/src/icons/Speaker.ts +40 -0
  1689. package/src/icons/Split.ts +34 -0
  1690. package/src/icons/SplitSquareHorizontal.ts +30 -0
  1691. package/src/icons/Sprout.ts +27 -0
  1692. package/src/icons/Square.ts +17 -0
  1693. package/src/icons/Star.ts +13 -0
  1694. package/src/icons/Stethoscope.ts +43 -0
  1695. package/src/icons/Sun.ts +71 -0
  1696. package/src/icons/Sword.ts +34 -0
  1697. package/src/icons/Swords.ts +80 -0
  1698. package/src/icons/Syringe.ts +48 -0
  1699. package/src/icons/Table.ts +38 -0
  1700. package/src/icons/Table2.ts +13 -0
  1701. package/src/icons/Tag.ts +23 -0
  1702. package/src/icons/Target.ts +33 -0
  1703. package/src/icons/Terminal.ts +20 -0
  1704. package/src/icons/TerminalSquare.ts +32 -0
  1705. package/src/icons/Theater.ts +69 -0
  1706. package/src/icons/Thermometer.ts +13 -0
  1707. package/src/icons/ThermometerSun.ts +48 -0
  1708. package/src/icons/ThumbsDown.ts +20 -0
  1709. package/src/icons/ThumbsUp.ts +20 -0
  1710. package/src/icons/Ticket.ts +34 -0
  1711. package/src/icons/Timer.ts +35 -0
  1712. package/src/icons/Trash2.ts +41 -0
  1713. package/src/icons/TrendingDown.ts +20 -0
  1714. package/src/icons/TrendingUp.ts +20 -0
  1715. package/src/icons/Triangle.ts +13 -0
  1716. package/src/icons/Trophy.ts +48 -0
  1717. package/src/icons/Twitter.ts +13 -0
  1718. package/src/icons/Type.ts +27 -0
  1719. package/src/icons/Unlink.ts +60 -0
  1720. package/src/icons/Unlock.ts +25 -0
  1721. package/src/icons/Unplug.ts +48 -0
  1722. package/src/icons/Upload.ts +27 -0
  1723. package/src/icons/User.ts +22 -0
  1724. package/src/icons/UserCheck.ts +29 -0
  1725. package/src/icons/UserCircle.ts +31 -0
  1726. package/src/icons/UserMinus.ts +32 -0
  1727. package/src/icons/UserPlus.ts +42 -0
  1728. package/src/icons/UserRound.ts +22 -0
  1729. package/src/icons/UserX.ts +42 -0
  1730. package/src/icons/Users.ts +36 -0
  1731. package/src/icons/UsersRound.ts +29 -0
  1732. package/src/icons/Vibrate.ts +31 -0
  1733. package/src/icons/Video.ts +24 -0
  1734. package/src/icons/Volume2.ts +27 -0
  1735. package/src/icons/VolumeX.ts +33 -0
  1736. package/src/icons/Wallet.ts +20 -0
  1737. package/src/icons/Wand2.ts +62 -0
  1738. package/src/icons/Watch.ts +36 -0
  1739. package/src/icons/Waves.ts +27 -0
  1740. package/src/icons/Webhook.ts +27 -0
  1741. package/src/icons/Wifi.ts +34 -0
  1742. package/src/icons/WifiOff.ts +55 -0
  1743. package/src/icons/Wind.ts +27 -0
  1744. package/src/icons/Workflow.ts +35 -0
  1745. package/src/icons/Wrench.ts +13 -0
  1746. package/src/icons/X.ts +20 -0
  1747. package/src/icons/XCircle.ts +29 -0
  1748. package/src/icons/Youtube.ts +20 -0
  1749. package/src/icons/Zap.ts +13 -0
  1750. package/src/icons/ZapOff.ts +34 -0
  1751. package/src/icons/ZoomIn.ts +45 -0
  1752. package/src/index.ts +371 -0
  1753. package/src/native-icons/Activity.ts +13 -0
  1754. package/src/native-icons/AlertCircle.ts +35 -0
  1755. package/src/native-icons/AlertTriangle.ts +27 -0
  1756. package/src/native-icons/Apple.ts +20 -0
  1757. package/src/native-icons/Archive.ts +31 -0
  1758. package/src/native-icons/ArrowDown.ts +20 -0
  1759. package/src/native-icons/ArrowDownLeft.ts +20 -0
  1760. package/src/native-icons/ArrowLeft.ts +20 -0
  1761. package/src/native-icons/ArrowRight.ts +20 -0
  1762. package/src/native-icons/ArrowRightLeft.ts +34 -0
  1763. package/src/native-icons/ArrowUp.ts +20 -0
  1764. package/src/native-icons/ArrowUpDown.ts +34 -0
  1765. package/src/native-icons/ArrowUpRight.ts +20 -0
  1766. package/src/native-icons/Atom.ts +29 -0
  1767. package/src/native-icons/Award.ts +22 -0
  1768. package/src/native-icons/Ban.ts +22 -0
  1769. package/src/native-icons/BarChart.ts +27 -0
  1770. package/src/native-icons/BarChart2.ts +27 -0
  1771. package/src/native-icons/BarChart3.ts +34 -0
  1772. package/src/native-icons/Battery.ts +24 -0
  1773. package/src/native-icons/BatteryCharging.ts +34 -0
  1774. package/src/native-icons/BatteryLow.ts +31 -0
  1775. package/src/native-icons/BatteryWarning.ts +41 -0
  1776. package/src/native-icons/Bell.ts +20 -0
  1777. package/src/native-icons/BellDot.ts +29 -0
  1778. package/src/native-icons/BellOff.ts +34 -0
  1779. package/src/native-icons/Binary.ts +56 -0
  1780. package/src/native-icons/Biohazard.ts +78 -0
  1781. package/src/native-icons/Bird.ts +48 -0
  1782. package/src/native-icons/Bluetooth.ts +13 -0
  1783. package/src/native-icons/Bolt.ts +22 -0
  1784. package/src/native-icons/Book.ts +13 -0
  1785. package/src/native-icons/BookOpen.ts +20 -0
  1786. package/src/native-icons/Bookmark.ts +13 -0
  1787. package/src/native-icons/Bot.ts +52 -0
  1788. package/src/native-icons/Box.ts +27 -0
  1789. package/src/native-icons/Brain.ts +62 -0
  1790. package/src/native-icons/BrainCog.ts +113 -0
  1791. package/src/native-icons/Briefcase.ts +24 -0
  1792. package/src/native-icons/Bug.ts +83 -0
  1793. package/src/native-icons/Building.ts +87 -0
  1794. package/src/native-icons/Building2.ts +41 -0
  1795. package/src/native-icons/Cable.ts +55 -0
  1796. package/src/native-icons/Calculator.ts +86 -0
  1797. package/src/native-icons/Calendar.ts +38 -0
  1798. package/src/native-icons/CalendarDays.ts +80 -0
  1799. package/src/native-icons/Camera.ts +22 -0
  1800. package/src/native-icons/CameraOff.ts +34 -0
  1801. package/src/native-icons/Check.ts +13 -0
  1802. package/src/native-icons/CheckCheck.ts +20 -0
  1803. package/src/native-icons/CheckCircle.ts +20 -0
  1804. package/src/native-icons/CheckCircle2.ts +22 -0
  1805. package/src/native-icons/ChevronDown.ts +13 -0
  1806. package/src/native-icons/ChevronLeft.ts +13 -0
  1807. package/src/native-icons/ChevronRight.ts +13 -0
  1808. package/src/native-icons/ChevronUp.ts +13 -0
  1809. package/src/native-icons/ChevronsDown.ts +20 -0
  1810. package/src/native-icons/ChevronsUp.ts +20 -0
  1811. package/src/native-icons/Chrome.ts +45 -0
  1812. package/src/native-icons/Circle.ts +15 -0
  1813. package/src/native-icons/CircleDollarSign.ts +29 -0
  1814. package/src/native-icons/CircleDot.ts +24 -0
  1815. package/src/native-icons/Clipboard.ts +25 -0
  1816. package/src/native-icons/ClipboardList.ts +53 -0
  1817. package/src/native-icons/Clock.ts +22 -0
  1818. package/src/native-icons/Cloud.ts +13 -0
  1819. package/src/native-icons/CloudOff.ts +27 -0
  1820. package/src/native-icons/CloudRain.ts +34 -0
  1821. package/src/native-icons/CloudSun.ts +48 -0
  1822. package/src/native-icons/Code.ts +20 -0
  1823. package/src/native-icons/Code2.ts +27 -0
  1824. package/src/native-icons/Cog.ts +108 -0
  1825. package/src/native-icons/Coins.ts +36 -0
  1826. package/src/native-icons/Columns.ts +24 -0
  1827. package/src/native-icons/Command.ts +13 -0
  1828. package/src/native-icons/Compass.ts +22 -0
  1829. package/src/native-icons/Cookie.ts +48 -0
  1830. package/src/native-icons/Copy.ts +25 -0
  1831. package/src/native-icons/CopyPlus.ts +45 -0
  1832. package/src/native-icons/Copyright.ts +22 -0
  1833. package/src/native-icons/Cpu.ts +112 -0
  1834. package/src/native-icons/CreditCard.ts +27 -0
  1835. package/src/native-icons/Crosshair.ts +55 -0
  1836. package/src/native-icons/Crown.ts +20 -0
  1837. package/src/native-icons/Database.ts +30 -0
  1838. package/src/native-icons/Dices.ts +53 -0
  1839. package/src/native-icons/Dna.ts +83 -0
  1840. package/src/native-icons/DollarSign.ts +23 -0
  1841. package/src/native-icons/DoorOpen.ts +41 -0
  1842. package/src/native-icons/Download.ts +27 -0
  1843. package/src/native-icons/Drama.ts +62 -0
  1844. package/src/native-icons/Droplet.ts +13 -0
  1845. package/src/native-icons/Droplets.ts +20 -0
  1846. package/src/native-icons/Dumbbell.ts +41 -0
  1847. package/src/native-icons/Edit.ts +20 -0
  1848. package/src/native-icons/Edit2.ts +13 -0
  1849. package/src/native-icons/Edit3.ts +20 -0
  1850. package/src/native-icons/ExternalLink.ts +27 -0
  1851. package/src/native-icons/Eye.ts +22 -0
  1852. package/src/native-icons/EyeOff.ts +34 -0
  1853. package/src/native-icons/Facebook.ts +13 -0
  1854. package/src/native-icons/Feather.ts +27 -0
  1855. package/src/native-icons/File.ts +20 -0
  1856. package/src/native-icons/FileAudio.ts +27 -0
  1857. package/src/native-icons/FileCheck.ts +27 -0
  1858. package/src/native-icons/FileCode.ts +34 -0
  1859. package/src/native-icons/FileImage.ts +36 -0
  1860. package/src/native-icons/FileJson.ts +34 -0
  1861. package/src/native-icons/FileKey.ts +43 -0
  1862. package/src/native-icons/FileQuestion.ts +27 -0
  1863. package/src/native-icons/FileSearch.ts +36 -0
  1864. package/src/native-icons/FileText.ts +41 -0
  1865. package/src/native-icons/FileWarning.ts +27 -0
  1866. package/src/native-icons/Filter.ts +13 -0
  1867. package/src/native-icons/Fingerprint.ts +69 -0
  1868. package/src/native-icons/Flag.ts +13 -0
  1869. package/src/native-icons/Flame.ts +13 -0
  1870. package/src/native-icons/FlaskConical.ts +27 -0
  1871. package/src/native-icons/Flower.ts +78 -0
  1872. package/src/native-icons/Flower2.ts +43 -0
  1873. package/src/native-icons/Folder.ts +13 -0
  1874. package/src/native-icons/FolderOpen.ts +13 -0
  1875. package/src/native-icons/Footprints.ts +34 -0
  1876. package/src/native-icons/Forward.ts +20 -0
  1877. package/src/native-icons/Frown.ts +42 -0
  1878. package/src/native-icons/Gauge.ts +20 -0
  1879. package/src/native-icons/Gem.ts +27 -0
  1880. package/src/native-icons/Gift.ts +38 -0
  1881. package/src/native-icons/GitBranch.ts +31 -0
  1882. package/src/native-icons/GitCommit.ts +35 -0
  1883. package/src/native-icons/GitCompare.ts +38 -0
  1884. package/src/native-icons/GitFork.ts +47 -0
  1885. package/src/native-icons/GitPullRequest.ts +41 -0
  1886. package/src/native-icons/Github.ts +20 -0
  1887. package/src/native-icons/Globe.ts +29 -0
  1888. package/src/native-icons/GraduationCap.ts +27 -0
  1889. package/src/native-icons/Grid.ts +45 -0
  1890. package/src/native-icons/Grid3X3.ts +45 -0
  1891. package/src/native-icons/GripVertical.ts +60 -0
  1892. package/src/native-icons/Hammer.ts +27 -0
  1893. package/src/native-icons/Hand.ts +34 -0
  1894. package/src/native-icons/Handshake.ts +41 -0
  1895. package/src/native-icons/HardDrive.ts +34 -0
  1896. package/src/native-icons/Hash.ts +46 -0
  1897. package/src/native-icons/Headphones.ts +13 -0
  1898. package/src/native-icons/HeadphonesIcon.ts +13 -0
  1899. package/src/native-icons/Heart.ts +13 -0
  1900. package/src/native-icons/HeartCrack.ts +20 -0
  1901. package/src/native-icons/HeartHandshake.ts +13 -0
  1902. package/src/native-icons/HeartOff.ts +27 -0
  1903. package/src/native-icons/HeartPulse.ts +20 -0
  1904. package/src/native-icons/HelpCircle.ts +29 -0
  1905. package/src/native-icons/Hexagon.ts +13 -0
  1906. package/src/native-icons/History.ts +27 -0
  1907. package/src/native-icons/Home.ts +20 -0
  1908. package/src/native-icons/Image.ts +34 -0
  1909. package/src/native-icons/Inbox.ts +20 -0
  1910. package/src/native-icons/Info.ts +29 -0
  1911. package/src/native-icons/Instagram.ts +35 -0
  1912. package/src/native-icons/Key.ts +29 -0
  1913. package/src/native-icons/KeyRound.ts +23 -0
  1914. package/src/native-icons/Keyboard.ts +73 -0
  1915. package/src/native-icons/Landmark.ts +48 -0
  1916. package/src/native-icons/Languages.ts +48 -0
  1917. package/src/native-icons/Layers.ts +27 -0
  1918. package/src/native-icons/LayoutDashboard.ts +50 -0
  1919. package/src/native-icons/LayoutGrid.ts +50 -0
  1920. package/src/native-icons/LayoutList.ts +56 -0
  1921. package/src/native-icons/Leaf.ts +20 -0
  1922. package/src/native-icons/Lightbulb.ts +27 -0
  1923. package/src/native-icons/LineChart.ts +20 -0
  1924. package/src/native-icons/Link.ts +20 -0
  1925. package/src/native-icons/Link2.ts +30 -0
  1926. package/src/native-icons/Linkedin.ts +32 -0
  1927. package/src/native-icons/List.ts +48 -0
  1928. package/src/native-icons/ListOrdered.ts +48 -0
  1929. package/src/native-icons/ListPlus.ts +41 -0
  1930. package/src/native-icons/ListTodo.ts +45 -0
  1931. package/src/native-icons/Loader.ts +62 -0
  1932. package/src/native-icons/Loader2.ts +13 -0
  1933. package/src/native-icons/Lock.ts +25 -0
  1934. package/src/native-icons/LogIn.ts +27 -0
  1935. package/src/native-icons/LogOut.ts +27 -0
  1936. package/src/native-icons/Mail.ts +24 -0
  1937. package/src/native-icons/Map.ts +27 -0
  1938. package/src/native-icons/MapPin.ts +22 -0
  1939. package/src/native-icons/Maximize.ts +34 -0
  1940. package/src/native-icons/Maximize2.ts +34 -0
  1941. package/src/native-icons/Megaphone.ts +27 -0
  1942. package/src/native-icons/Meh.ts +45 -0
  1943. package/src/native-icons/Menu.ts +27 -0
  1944. package/src/native-icons/MessageCircle.ts +13 -0
  1945. package/src/native-icons/MessageCircleQuestion.ts +27 -0
  1946. package/src/native-icons/MessageSquare.ts +13 -0
  1947. package/src/native-icons/MessageSquareMore.ts +34 -0
  1948. package/src/native-icons/MessageSquarePlus.ts +27 -0
  1949. package/src/native-icons/Mic.ts +31 -0
  1950. package/src/native-icons/MicOff.ts +48 -0
  1951. package/src/native-icons/Microscope.ts +48 -0
  1952. package/src/native-icons/Minimize.ts +34 -0
  1953. package/src/native-icons/Minimize2.ts +34 -0
  1954. package/src/native-icons/Minus.ts +13 -0
  1955. package/src/native-icons/Mirror.ts +55 -0
  1956. package/src/native-icons/Monitor.ts +37 -0
  1957. package/src/native-icons/Moon.ts +13 -0
  1958. package/src/native-icons/MoreHorizontal.ts +33 -0
  1959. package/src/native-icons/MoreVertical.ts +33 -0
  1960. package/src/native-icons/Mountain.ts +13 -0
  1961. package/src/native-icons/MousePointer.ts +20 -0
  1962. package/src/native-icons/MousePointerClick.ts +41 -0
  1963. package/src/native-icons/Move.ts +48 -0
  1964. package/src/native-icons/Music.ts +31 -0
  1965. package/src/native-icons/Navigation.ts +13 -0
  1966. package/src/native-icons/Network.ts +53 -0
  1967. package/src/native-icons/Octagon.ts +13 -0
  1968. package/src/native-icons/Orbit.ts +47 -0
  1969. package/src/native-icons/PackageOpen.ts +34 -0
  1970. package/src/native-icons/Paintbrush.ts +27 -0
  1971. package/src/native-icons/Palette.ts +53 -0
  1972. package/src/native-icons/PanelLeft.ts +24 -0
  1973. package/src/native-icons/PanelLeftClose.ts +31 -0
  1974. package/src/native-icons/PanelRightClose.ts +31 -0
  1975. package/src/native-icons/PanelRightOpen.ts +31 -0
  1976. package/src/native-icons/Paperclip.ts +13 -0
  1977. package/src/native-icons/PartyPopper.ts +69 -0
  1978. package/src/native-icons/Pause.ts +28 -0
  1979. package/src/native-icons/PauseCircle.ts +35 -0
  1980. package/src/native-icons/PenTool.ts +36 -0
  1981. package/src/native-icons/Pencil.ts +20 -0
  1982. package/src/native-icons/Percent.ts +34 -0
  1983. package/src/native-icons/Phone.ts +13 -0
  1984. package/src/native-icons/PhoneOff.ts +27 -0
  1985. package/src/native-icons/PieChart.ts +20 -0
  1986. package/src/native-icons/Pin.ts +20 -0
  1987. package/src/native-icons/Play.ts +13 -0
  1988. package/src/native-icons/PlayCircle.ts +22 -0
  1989. package/src/native-icons/Plug.ts +34 -0
  1990. package/src/native-icons/Plus.ts +20 -0
  1991. package/src/native-icons/Power.ts +20 -0
  1992. package/src/native-icons/Presentation.ts +27 -0
  1993. package/src/native-icons/Puzzle.ts +13 -0
  1994. package/src/native-icons/Quote.ts +20 -0
  1995. package/src/native-icons/README.md +5 -0
  1996. package/src/native-icons/Radio.ts +43 -0
  1997. package/src/native-icons/RefreshCcw.ts +34 -0
  1998. package/src/native-icons/RefreshCw.ts +34 -0
  1999. package/src/native-icons/Reply.ts +20 -0
  2000. package/src/native-icons/Rocket.ts +34 -0
  2001. package/src/native-icons/RotateCcw.ts +20 -0
  2002. package/src/native-icons/RotateCw.ts +20 -0
  2003. package/src/native-icons/Route.ts +31 -0
  2004. package/src/native-icons/Rows.ts +24 -0
  2005. package/src/native-icons/Save.ts +27 -0
  2006. package/src/native-icons/Scale.ts +41 -0
  2007. package/src/native-icons/ScanFace.ts +55 -0
  2008. package/src/native-icons/Scissors.ts +45 -0
  2009. package/src/native-icons/Scroll.ts +20 -0
  2010. package/src/native-icons/ScrollText.ts +34 -0
  2011. package/src/native-icons/Search.ts +22 -0
  2012. package/src/native-icons/Send.ts +20 -0
  2013. package/src/native-icons/Server.ts +50 -0
  2014. package/src/native-icons/ServerOff.ts +48 -0
  2015. package/src/native-icons/Settings.ts +22 -0
  2016. package/src/native-icons/Settings2.ts +38 -0
  2017. package/src/native-icons/Share2.ts +53 -0
  2018. package/src/native-icons/Shield.ts +13 -0
  2019. package/src/native-icons/ShieldAlert.ts +27 -0
  2020. package/src/native-icons/ShieldCheck.ts +20 -0
  2021. package/src/native-icons/ShieldX.ts +27 -0
  2022. package/src/native-icons/Shirt.ts +13 -0
  2023. package/src/native-icons/ShoppingBag.ts +27 -0
  2024. package/src/native-icons/ShoppingCart.ts +31 -0
  2025. package/src/native-icons/Shuffle.ts +41 -0
  2026. package/src/native-icons/Signal.ts +41 -0
  2027. package/src/native-icons/SkipBack.ts +20 -0
  2028. package/src/native-icons/SkipForward.ts +20 -0
  2029. package/src/native-icons/Skull.ts +38 -0
  2030. package/src/native-icons/Sliders.ts +69 -0
  2031. package/src/native-icons/Smartphone.ts +25 -0
  2032. package/src/native-icons/Smile.ts +42 -0
  2033. package/src/native-icons/Snowflake.ts +90 -0
  2034. package/src/native-icons/Sparkles.ts +36 -0
  2035. package/src/native-icons/Speaker.ts +40 -0
  2036. package/src/native-icons/Split.ts +34 -0
  2037. package/src/native-icons/SplitSquareHorizontal.ts +30 -0
  2038. package/src/native-icons/Sprout.ts +27 -0
  2039. package/src/native-icons/Square.ts +17 -0
  2040. package/src/native-icons/Star.ts +13 -0
  2041. package/src/native-icons/Stethoscope.ts +43 -0
  2042. package/src/native-icons/Sun.ts +71 -0
  2043. package/src/native-icons/Sword.ts +34 -0
  2044. package/src/native-icons/Swords.ts +80 -0
  2045. package/src/native-icons/Syringe.ts +48 -0
  2046. package/src/native-icons/Table.ts +38 -0
  2047. package/src/native-icons/Table2.ts +13 -0
  2048. package/src/native-icons/Tag.ts +23 -0
  2049. package/src/native-icons/Target.ts +33 -0
  2050. package/src/native-icons/Terminal.ts +20 -0
  2051. package/src/native-icons/TerminalSquare.ts +32 -0
  2052. package/src/native-icons/Theater.ts +69 -0
  2053. package/src/native-icons/Thermometer.ts +13 -0
  2054. package/src/native-icons/ThermometerSun.ts +48 -0
  2055. package/src/native-icons/ThumbsDown.ts +20 -0
  2056. package/src/native-icons/ThumbsUp.ts +20 -0
  2057. package/src/native-icons/Ticket.ts +34 -0
  2058. package/src/native-icons/Timer.ts +35 -0
  2059. package/src/native-icons/Trash2.ts +41 -0
  2060. package/src/native-icons/TrendingDown.ts +20 -0
  2061. package/src/native-icons/TrendingUp.ts +20 -0
  2062. package/src/native-icons/Triangle.ts +13 -0
  2063. package/src/native-icons/Trophy.ts +48 -0
  2064. package/src/native-icons/Twitter.ts +13 -0
  2065. package/src/native-icons/Type.ts +27 -0
  2066. package/src/native-icons/Unlink.ts +60 -0
  2067. package/src/native-icons/Unlock.ts +25 -0
  2068. package/src/native-icons/Unplug.ts +48 -0
  2069. package/src/native-icons/Upload.ts +27 -0
  2070. package/src/native-icons/User.ts +22 -0
  2071. package/src/native-icons/UserCheck.ts +29 -0
  2072. package/src/native-icons/UserCircle.ts +31 -0
  2073. package/src/native-icons/UserMinus.ts +32 -0
  2074. package/src/native-icons/UserPlus.ts +42 -0
  2075. package/src/native-icons/UserRound.ts +22 -0
  2076. package/src/native-icons/UserX.ts +42 -0
  2077. package/src/native-icons/Users.ts +36 -0
  2078. package/src/native-icons/UsersRound.ts +29 -0
  2079. package/src/native-icons/Vibrate.ts +31 -0
  2080. package/src/native-icons/Video.ts +24 -0
  2081. package/src/native-icons/Volume2.ts +27 -0
  2082. package/src/native-icons/VolumeX.ts +33 -0
  2083. package/src/native-icons/Wallet.ts +20 -0
  2084. package/src/native-icons/Wand2.ts +62 -0
  2085. package/src/native-icons/Watch.ts +36 -0
  2086. package/src/native-icons/Waves.ts +27 -0
  2087. package/src/native-icons/Webhook.ts +27 -0
  2088. package/src/native-icons/Wifi.ts +34 -0
  2089. package/src/native-icons/WifiOff.ts +55 -0
  2090. package/src/native-icons/Wind.ts +27 -0
  2091. package/src/native-icons/Workflow.ts +35 -0
  2092. package/src/native-icons/Wrench.ts +13 -0
  2093. package/src/native-icons/X.ts +20 -0
  2094. package/src/native-icons/XCircle.ts +29 -0
  2095. package/src/native-icons/Youtube.ts +20 -0
  2096. package/src/native-icons/Zap.ts +13 -0
  2097. package/src/native-icons/ZapOff.ts +34 -0
  2098. package/src/native-icons/ZoomIn.ts +45 -0
  2099. package/src/native-types.ts +21 -0
  2100. package/src/native.ts +371 -0
  2101. package/src/types.ts +19 -0
@@ -0,0 +1 @@
1
+ <!-- Generated by scripts/generate-icon-sheets.ts --><svg xmlns="http://www.w3.org/2000/svg" width="1144" height="4224" viewBox="0 0 1144 4224" role="img" aria-labelledby="aeon-catalog-title aeon-catalog-desc"><title id="aeon-catalog-title">Aeon Icons Catalog</title><desc id="aeon-catalog-desc">Complete Aeon icon catalog showing all generated web icons in line and duotone variants.</desc><defs><linearGradient id="aeonCatalogBg" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="#ecf4ff" /><stop offset="46%" stop-color="#f8fbff" /><stop offset="100%" stop-color="#edf8f1" /></linearGradient></defs><rect width="1144" height="4224" fill="url(#aeonCatalogBg)" rx="24" /><g fill="#0f172a" font-family="'IBM Plex Sans','Segoe UI',sans-serif"><text x="24" y="38" font-size="28" font-weight="700">Aeon Icons Catalog</text><text x="24" y="62" font-size="14" fill="#334155">345 web icons rendered. Each card shows line and duotone variants.</text></g><g color="#0f172a" font-family="'IBM Plex Sans','Segoe UI',sans-serif"><g transform="translate(24 110)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Activity</text></g><g transform="translate(182 110)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><line x1="12" x2="12" y1="8" y2="12" /><line x1="12" x2="12.01" y1="16" y2="16" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><line x1="12" x2="12" y1="8" y2="12" opacity="0.55" /><line x1="12" x2="12.01" y1="16" y2="16" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">AlertCircle</text></g><g transform="translate(340 110)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3" /><path d="M12 9v4" /><path d="M12 17h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3" /><path d="M12 9v4" opacity="0.55" /><path d="M12 17h.01" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">AlertTriangle</text></g><g transform="translate(498 110)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 6.528V3a1 1 0 0 1 1-1h0" /><path d="M18.237 21A15 15 0 0 0 22 11a6 6 0 0 0-10-4.472A6 6 0 0 0 2 11a15.1 15.1 0 0 0 3.763 10 3 3 0 0 0 3.648.648 5.5 5.5 0 0 1 5.178 0A3 3 0 0 0 18.237 21" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 6.528V3a1 1 0 0 1 1-1h0" /><path d="M18.237 21A15 15 0 0 0 22 11a6 6 0 0 0-10-4.472A6 6 0 0 0 2 11a15.1 15.1 0 0 0 3.763 10 3 3 0 0 0 3.648.648 5.5 5.5 0 0 1 5.178 0A3 3 0 0 0 18.237 21" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Apple</text></g><g transform="translate(656 110)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="5" x="2" y="3" rx="1" /><path d="M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" /><path d="M10 12h4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="5" x="2" y="3" rx="1" /><path d="M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" opacity="0.55" /><path d="M10 12h4" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Archive</text></g><g transform="translate(814 110)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5v14" /><path d="m19 12-7 7-7-7" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5v14" /><path d="m19 12-7 7-7-7" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ArrowDown</text></g><g transform="translate(972 110)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M17 7 7 17" /><path d="M17 17H7V7" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M17 7 7 17" /><path d="M17 17H7V7" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ArrowDownLeft</text></g><g transform="translate(24 192)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m12 19-7-7 7-7" /><path d="M19 12H5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m12 19-7-7 7-7" /><path d="M19 12H5" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ArrowLeft</text></g><g transform="translate(182 192)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14" /><path d="m12 5 7 7-7 7" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14" /><path d="m12 5 7 7-7 7" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ArrowRight</text></g><g transform="translate(340 192)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m16 3 4 4-4 4" /><path d="M20 7H4" /><path d="m8 21-4-4 4-4" /><path d="M4 17h16" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m16 3 4 4-4 4" /><path d="M20 7H4" opacity="0.55" /><path d="m8 21-4-4 4-4" /><path d="M4 17h16" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ArrowRightLeft</text></g><g transform="translate(498 192)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m5 12 7-7 7 7" /><path d="M12 19V5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m5 12 7-7 7 7" /><path d="M12 19V5" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ArrowUp</text></g><g transform="translate(656 192)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m21 16-4 4-4-4" /><path d="M17 20V4" /><path d="m3 8 4-4 4 4" /><path d="M7 4v16" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m21 16-4 4-4-4" /><path d="M17 20V4" opacity="0.55" /><path d="m3 8 4-4 4 4" /><path d="M7 4v16" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ArrowUpDown</text></g><g transform="translate(814 192)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M7 7h10v10" /><path d="M7 17 17 7" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M7 7h10v10" /><path d="M7 17 17 7" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ArrowUpRight</text></g><g transform="translate(972 192)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="1" /><path d="M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z" /><path d="M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="1" /><path d="M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z" opacity="0.55" /><path d="M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Atom</text></g><g transform="translate(24 274)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526" /><circle cx="12" cy="8" r="6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526" /><circle cx="12" cy="8" r="6" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Award</text></g><g transform="translate(182 274)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M4.929 4.929 19.07 19.071" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M4.929 4.929 19.07 19.071" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Ban</text></g><g transform="translate(340 274)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M5 21v-6" /><path d="M12 21V9" /><path d="M19 21V3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M5 21v-6" /><path d="M12 21V9" opacity="0.55" /><path d="M19 21V3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">BarChart</text></g><g transform="translate(498 274)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M5 21v-6" /><path d="M12 21V3" /><path d="M19 21V9" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M5 21v-6" /><path d="M12 21V3" opacity="0.55" /><path d="M19 21V9" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">BarChart2</text></g><g transform="translate(656 274)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 3v16a2 2 0 0 0 2 2h16" /><path d="M18 17V9" /><path d="M13 17V5" /><path d="M8 17v-3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 3v16a2 2 0 0 0 2 2h16" /><path d="M18 17V9" opacity="0.55" /><path d="M13 17V5" /><path d="M8 17v-3" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">BarChart3</text></g><g transform="translate(814 274)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M 22 14 L 22 10" /><rect x="2" y="6" width="16" height="12" rx="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M 22 14 L 22 10" /><rect x="2" y="6" width="16" height="12" rx="2" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Battery</text></g><g transform="translate(972 274)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m11 7-3 5h4l-3 5" /><path d="M14.856 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.935" /><path d="M22 14v-4" /><path d="M5.14 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.936" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m11 7-3 5h4l-3 5" /><path d="M14.856 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.935" opacity="0.55" /><path d="M22 14v-4" /><path d="M5.14 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.936" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">BatteryCharging</text></g><g transform="translate(24 356)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M22 14v-4" /><path d="M6 14v-4" /><rect x="2" y="6" width="16" height="12" rx="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M22 14v-4" /><path d="M6 14v-4" opacity="0.55" /><rect x="2" y="6" width="16" height="12" rx="2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">BatteryLow</text></g><g transform="translate(182 356)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 17h.01" /><path d="M10 7v6" /><path d="M14 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2" /><path d="M22 14v-4" /><path d="M6 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 17h.01" /><path d="M10 7v6" opacity="0.55" /><path d="M14 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2" /><path d="M22 14v-4" opacity="0.55" /><path d="M6 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">BatteryWarning</text></g><g transform="translate(340 356)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.268 21a2 2 0 0 0 3.464 0" /><path d="M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.268 21a2 2 0 0 0 3.464 0" /><path d="M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Bell</text></g><g transform="translate(498 356)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.268 21a2 2 0 0 0 3.464 0" /><path d="M11.68 2.009A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673c-.824-.85-1.678-1.731-2.21-3.348" /><circle cx="18" cy="5" r="3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.268 21a2 2 0 0 0 3.464 0" /><path d="M11.68 2.009A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673c-.824-.85-1.678-1.731-2.21-3.348" opacity="0.55" /><circle cx="18" cy="5" r="3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">BellDot</text></g><g transform="translate(656 356)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.268 21a2 2 0 0 0 3.464 0" /><path d="M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742" /><path d="m2 2 20 20" /><path d="M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.268 21a2 2 0 0 0 3.464 0" /><path d="M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742" opacity="0.55" /><path d="m2 2 20 20" /><path d="M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">BellOff</text></g><g transform="translate(814 356)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect x="14" y="14" width="4" height="6" rx="2" /><rect x="6" y="4" width="4" height="6" rx="2" /><path d="M6 20h4" /><path d="M14 10h4" /><path d="M6 14h2v6" /><path d="M14 4h2v6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect x="14" y="14" width="4" height="6" rx="2" /><rect x="6" y="4" width="4" height="6" rx="2" opacity="0.55" /><path d="M6 20h4" /><path d="M14 10h4" opacity="0.55" /><path d="M6 14h2v6" /><path d="M14 4h2v6" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Binary</text></g><g transform="translate(972 356)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="11.9" r="2" /><path d="M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6" /><path d="m8.9 10.1 1.4.8" /><path d="M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5" /><path d="m15.1 10.1-1.4.8" /><path d="M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2" /><path d="M12 13.9v1.6" /><path d="M13.5 5.4c-1-.2-2-.2-3 0" /><path d="M17 16.4c.7-.7 1.2-1.6 1.5-2.5" /><path d="M5.5 13.9c.3.9.8 1.8 1.5 2.5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="11.9" r="2" /><path d="M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6" opacity="0.55" /><path d="m8.9 10.1 1.4.8" /><path d="M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5" opacity="0.55" /><path d="m15.1 10.1-1.4.8" /><path d="M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2" opacity="0.55" /><path d="M12 13.9v1.6" /><path d="M13.5 5.4c-1-.2-2-.2-3 0" opacity="0.55" /><path d="M17 16.4c.7-.7 1.2-1.6 1.5-2.5" /><path d="M5.5 13.9c.3.9.8 1.8 1.5 2.5" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Biohazard</text></g><g transform="translate(24 438)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 7h.01" /><path d="M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20" /><path d="m20 7 2 .5-2 .5" /><path d="M10 18v3" /><path d="M14 17.75V21" /><path d="M7 18a6 6 0 0 0 3.84-10.61" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 7h.01" /><path d="M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20" opacity="0.55" /><path d="m20 7 2 .5-2 .5" /><path d="M10 18v3" opacity="0.55" /><path d="M14 17.75V21" /><path d="M7 18a6 6 0 0 0 3.84-10.61" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Bird</text></g><g transform="translate(182 438)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m7 7 10 10-5 5V2l5 5L7 17" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m7 7 10 10-5 5V2l5 5L7 17" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Bluetooth</text></g><g transform="translate(340 438)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" /><circle cx="12" cy="12" r="4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" /><circle cx="12" cy="12" r="4" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Bolt</text></g><g transform="translate(498 438)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Book</text></g><g transform="translate(656 438)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Bookmark</text></g><g transform="translate(814 438)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 7v14" /><path d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 7v14" /><path d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">BookOpen</text></g><g transform="translate(972 438)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 8V4H8" /><rect width="16" height="12" x="4" y="8" rx="2" /><path d="M2 14h2" /><path d="M20 14h2" /><path d="M15 13v2" /><path d="M9 13v2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 8V4H8" /><rect width="16" height="12" x="4" y="8" rx="2" opacity="0.55" /><path d="M2 14h2" /><path d="M20 14h2" opacity="0.55" /><path d="M15 13v2" /><path d="M9 13v2" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Bot</text></g><g transform="translate(24 520)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z" /><path d="m3.3 7 8.7 5 8.7-5" /><path d="M12 22V12" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z" /><path d="m3.3 7 8.7 5 8.7-5" opacity="0.55" /><path d="M12 22V12" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Box</text></g><g transform="translate(182 520)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 18V5" /><path d="M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4" /><path d="M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5" /><path d="M17.997 5.125a4 4 0 0 1 2.526 5.77" /><path d="M18 18a4 4 0 0 0 2-7.464" /><path d="M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517" /><path d="M6 18a4 4 0 0 1-2-7.464" /><path d="M6.003 5.125a4 4 0 0 0-2.526 5.77" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 18V5" /><path d="M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4" opacity="0.55" /><path d="M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5" /><path d="M17.997 5.125a4 4 0 0 1 2.526 5.77" opacity="0.55" /><path d="M18 18a4 4 0 0 0 2-7.464" /><path d="M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517" opacity="0.55" /><path d="M6 18a4 4 0 0 1-2-7.464" /><path d="M6.003 5.125a4 4 0 0 0-2.526 5.77" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Brain</text></g><g transform="translate(340 520)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m10.852 14.772-.383.923" /><path d="m10.852 9.228-.383-.923" /><path d="m13.148 14.772.382.924" /><path d="m13.531 8.305-.383.923" /><path d="m14.772 10.852.923-.383" /><path d="m14.772 13.148.923.383" /><path d="M17.598 6.5A3 3 0 1 0 12 5a3 3 0 0 0-5.63-1.446 3 3 0 0 0-.368 1.571 4 4 0 0 0-2.525 5.771" /><path d="M17.998 5.125a4 4 0 0 1 2.525 5.771" /><path d="M19.505 10.294a4 4 0 0 1-1.5 7.706" /><path d="M4.032 17.483A4 4 0 0 0 11.464 20c.18-.311.892-.311 1.072 0a4 4 0 0 0 7.432-2.516" /><path d="M4.5 10.291A4 4 0 0 0 6 18" /><path d="M6.002 5.125a3 3 0 0 0 .4 1.375" /><path d="m9.228 10.852-.923-.383" /><path d="m9.228 13.148-.923.383" /><circle cx="12" cy="12" r="3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m10.852 14.772-.383.923" /><path d="m10.852 9.228-.383-.923" opacity="0.55" /><path d="m13.148 14.772.382.924" /><path d="m13.531 8.305-.383.923" opacity="0.55" /><path d="m14.772 10.852.923-.383" /><path d="m14.772 13.148.923.383" opacity="0.55" /><path d="M17.598 6.5A3 3 0 1 0 12 5a3 3 0 0 0-5.63-1.446 3 3 0 0 0-.368 1.571 4 4 0 0 0-2.525 5.771" /><path d="M17.998 5.125a4 4 0 0 1 2.525 5.771" opacity="0.55" /><path d="M19.505 10.294a4 4 0 0 1-1.5 7.706" /><path d="M4.032 17.483A4 4 0 0 0 11.464 20c.18-.311.892-.311 1.072 0a4 4 0 0 0 7.432-2.516" opacity="0.55" /><path d="M4.5 10.291A4 4 0 0 0 6 18" /><path d="M6.002 5.125a3 3 0 0 0 .4 1.375" opacity="0.55" /><path d="m9.228 10.852-.923-.383" /><path d="m9.228 13.148-.923.383" opacity="0.55" /><circle cx="12" cy="12" r="3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">BrainCog</text></g><g transform="translate(498 520)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16" /><rect width="20" height="14" x="2" y="6" rx="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16" /><rect width="20" height="14" x="2" y="6" rx="2" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Briefcase</text></g><g transform="translate(656 520)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 20v-9" /><path d="M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z" /><path d="M14.12 3.88 16 2" /><path d="M21 21a4 4 0 0 0-3.81-4" /><path d="M21 5a4 4 0 0 1-3.55 3.97" /><path d="M22 13h-4" /><path d="M3 21a4 4 0 0 1 3.81-4" /><path d="M3 5a4 4 0 0 0 3.55 3.97" /><path d="M6 13H2" /><path d="m8 2 1.88 1.88" /><path d="M9 7.13V6a3 3 0 1 1 6 0v1.13" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 20v-9" /><path d="M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z" opacity="0.55" /><path d="M14.12 3.88 16 2" /><path d="M21 21a4 4 0 0 0-3.81-4" opacity="0.55" /><path d="M21 5a4 4 0 0 1-3.55 3.97" /><path d="M22 13h-4" opacity="0.55" /><path d="M3 21a4 4 0 0 1 3.81-4" /><path d="M3 5a4 4 0 0 0 3.55 3.97" opacity="0.55" /><path d="M6 13H2" /><path d="m8 2 1.88 1.88" opacity="0.55" /><path d="M9 7.13V6a3 3 0 1 1 6 0v1.13" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Bug</text></g><g transform="translate(814 520)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 10h.01" /><path d="M12 14h.01" /><path d="M12 6h.01" /><path d="M16 10h.01" /><path d="M16 14h.01" /><path d="M16 6h.01" /><path d="M8 10h.01" /><path d="M8 14h.01" /><path d="M8 6h.01" /><path d="M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3" /><rect x="4" y="2" width="16" height="20" rx="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 10h.01" /><path d="M12 14h.01" opacity="0.55" /><path d="M12 6h.01" /><path d="M16 10h.01" opacity="0.55" /><path d="M16 14h.01" /><path d="M16 6h.01" opacity="0.55" /><path d="M8 10h.01" /><path d="M8 14h.01" opacity="0.55" /><path d="M8 6h.01" /><path d="M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3" opacity="0.55" /><rect x="4" y="2" width="16" height="20" rx="2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Building</text></g><g transform="translate(972 520)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 12h4" /><path d="M10 8h4" /><path d="M14 21v-3a2 2 0 0 0-4 0v3" /><path d="M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2" /><path d="M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 12h4" /><path d="M10 8h4" opacity="0.55" /><path d="M14 21v-3a2 2 0 0 0-4 0v3" /><path d="M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2" opacity="0.55" /><path d="M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Building2</text></g><g transform="translate(24 602)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M17 19a1 1 0 0 1-1-1v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1z" /><path d="M17 21v-2" /><path d="M19 14V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V10" /><path d="M21 21v-2" /><path d="M3 5V3" /><path d="M4 10a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2z" /><path d="M7 5V3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M17 19a1 1 0 0 1-1-1v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1z" /><path d="M17 21v-2" opacity="0.55" /><path d="M19 14V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V10" /><path d="M21 21v-2" opacity="0.55" /><path d="M3 5V3" /><path d="M4 10a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2z" opacity="0.55" /><path d="M7 5V3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Cable</text></g><g transform="translate(182 602)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="16" height="20" x="4" y="2" rx="2" /><line x1="8" x2="16" y1="6" y2="6" /><line x1="16" x2="16" y1="14" y2="18" /><path d="M16 10h.01" /><path d="M12 10h.01" /><path d="M8 10h.01" /><path d="M12 14h.01" /><path d="M8 14h.01" /><path d="M12 18h.01" /><path d="M8 18h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="16" height="20" x="4" y="2" rx="2" /><line x1="8" x2="16" y1="6" y2="6" opacity="0.55" /><line x1="16" x2="16" y1="14" y2="18" /><path d="M16 10h.01" opacity="0.55" /><path d="M12 10h.01" /><path d="M8 10h.01" opacity="0.55" /><path d="M12 14h.01" /><path d="M8 14h.01" opacity="0.55" /><path d="M12 18h.01" /><path d="M8 18h.01" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Calculator</text></g><g transform="translate(340 602)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M8 2v4" /><path d="M16 2v4" /><rect width="18" height="18" x="3" y="4" rx="2" /><path d="M3 10h18" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M8 2v4" /><path d="M16 2v4" opacity="0.55" /><rect width="18" height="18" x="3" y="4" rx="2" /><path d="M3 10h18" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Calendar</text></g><g transform="translate(498 602)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M8 2v4" /><path d="M16 2v4" /><rect width="18" height="18" x="3" y="4" rx="2" /><path d="M3 10h18" /><path d="M8 14h.01" /><path d="M12 14h.01" /><path d="M16 14h.01" /><path d="M8 18h.01" /><path d="M12 18h.01" /><path d="M16 18h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M8 2v4" /><path d="M16 2v4" opacity="0.55" /><rect width="18" height="18" x="3" y="4" rx="2" /><path d="M3 10h18" opacity="0.55" /><path d="M8 14h.01" /><path d="M12 14h.01" opacity="0.55" /><path d="M16 14h.01" /><path d="M8 18h.01" opacity="0.55" /><path d="M12 18h.01" /><path d="M16 18h.01" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">CalendarDays</text></g><g transform="translate(656 602)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z" /><circle cx="12" cy="13" r="3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z" /><circle cx="12" cy="13" r="3" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Camera</text></g><g transform="translate(814 602)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14.564 14.558a3 3 0 1 1-4.122-4.121" /><path d="m2 2 20 20" /><path d="M20 20H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 .819-.175" /><path d="M9.695 4.024A2 2 0 0 1 10.004 4h3.993a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v7.344" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14.564 14.558a3 3 0 1 1-4.122-4.121" /><path d="m2 2 20 20" opacity="0.55" /><path d="M20 20H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 .819-.175" /><path d="M9.695 4.024A2 2 0 0 1 10.004 4h3.993a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v7.344" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">CameraOff</text></g><g transform="translate(972 602)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Check</text></g><g transform="translate(24 684)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 7 17l-5-5" /><path d="m22 10-7.5 7.5L13 16" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 7 17l-5-5" /><path d="m22 10-7.5 7.5L13 16" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">CheckCheck</text></g><g transform="translate(182 684)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21.801 10A10 10 0 1 1 17 3.335" /><path d="m9 11 3 3L22 4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21.801 10A10 10 0 1 1 17 3.335" /><path d="m9 11 3 3L22 4" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">CheckCircle</text></g><g transform="translate(340 684)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="m9 12 2 2 4-4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="m9 12 2 2 4-4" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">CheckCircle2</text></g><g transform="translate(498 684)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ChevronDown</text></g><g transform="translate(656 684)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m15 18-6-6 6-6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m15 18-6-6 6-6" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ChevronLeft</text></g><g transform="translate(814 684)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m9 18 6-6-6-6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m9 18 6-6-6-6" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ChevronRight</text></g><g transform="translate(972 684)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m7 6 5 5 5-5" /><path d="m7 13 5 5 5-5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m7 6 5 5 5-5" /><path d="m7 13 5 5 5-5" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ChevronsDown</text></g><g transform="translate(24 766)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m17 11-5-5-5 5" /><path d="m17 18-5-5-5 5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m17 11-5-5-5 5" /><path d="m17 18-5-5-5 5" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ChevronsUp</text></g><g transform="translate(182 766)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ChevronUp</text></g><g transform="translate(340 766)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.88 21.94 15.46 14" /><path d="M21.17 8H12" /><path d="M3.95 6.06 8.54 14" /><circle cx="12" cy="12" r="10" /><circle cx="12" cy="12" r="4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.88 21.94 15.46 14" /><path d="M21.17 8H12" opacity="0.55" /><path d="M3.95 6.06 8.54 14" /><circle cx="12" cy="12" r="10" opacity="0.55" /><circle cx="12" cy="12" r="4" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Chrome</text></g><g transform="translate(498 766)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Circle</text></g><g transform="translate(656 766)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8" /><path d="M12 18V6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8" opacity="0.55" /><path d="M12 18V6" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">CircleDollarSign</text></g><g transform="translate(814 766)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><circle cx="12" cy="12" r="1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><circle cx="12" cy="12" r="1" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">CircleDot</text></g><g transform="translate(972 766)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="8" height="4" x="8" y="2" rx="1" ry="1" /><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="8" height="4" x="8" y="2" rx="1" ry="1" /><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Clipboard</text></g><g transform="translate(24 848)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="8" height="4" x="8" y="2" rx="1" ry="1" /><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" /><path d="M12 11h4" /><path d="M12 16h4" /><path d="M8 11h.01" /><path d="M8 16h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="8" height="4" x="8" y="2" rx="1" ry="1" /><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" opacity="0.55" /><path d="M12 11h4" /><path d="M12 16h4" opacity="0.55" /><path d="M8 11h.01" /><path d="M8 16h.01" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ClipboardList</text></g><g transform="translate(182 848)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M12 6v6l4 2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M12 6v6l4 2" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Clock</text></g><g transform="translate(340 848)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Cloud</text></g><g transform="translate(498 848)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.94 5.274A7 7 0 0 1 15.71 10h1.79a4.5 4.5 0 0 1 4.222 6.057" /><path d="M18.796 18.81A4.5 4.5 0 0 1 17.5 19H9A7 7 0 0 1 5.79 5.78" /><path d="m2 2 20 20" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.94 5.274A7 7 0 0 1 15.71 10h1.79a4.5 4.5 0 0 1 4.222 6.057" /><path d="M18.796 18.81A4.5 4.5 0 0 1 17.5 19H9A7 7 0 0 1 5.79 5.78" opacity="0.55" /><path d="m2 2 20 20" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">CloudOff</text></g><g transform="translate(656 848)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" /><path d="M16 14v6" /><path d="M8 14v6" /><path d="M12 16v6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" /><path d="M16 14v6" opacity="0.55" /><path d="M8 14v6" /><path d="M12 16v6" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">CloudRain</text></g><g transform="translate(814 848)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v2" /><path d="m4.93 4.93 1.41 1.41" /><path d="M20 12h2" /><path d="m19.07 4.93-1.41 1.41" /><path d="M15.947 12.65a4 4 0 0 0-5.925-4.128" /><path d="M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v2" /><path d="m4.93 4.93 1.41 1.41" opacity="0.55" /><path d="M20 12h2" /><path d="m19.07 4.93-1.41 1.41" opacity="0.55" /><path d="M15.947 12.65a4 4 0 0 0-5.925-4.128" /><path d="M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">CloudSun</text></g><g transform="translate(972 848)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m16 18 6-6-6-6" /><path d="m8 6-6 6 6 6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m16 18 6-6-6-6" /><path d="m8 6-6 6 6 6" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Code</text></g><g transform="translate(24 930)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m18 16 4-4-4-4" /><path d="m6 8-4 4 4 4" /><path d="m14.5 4-5 16" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m18 16 4-4-4-4" /><path d="m6 8-4 4 4 4" opacity="0.55" /><path d="m14.5 4-5 16" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Code2</text></g><g transform="translate(182 930)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 10.27 7 3.34" /><path d="m11 13.73-4 6.93" /><path d="M12 22v-2" /><path d="M12 2v2" /><path d="M14 12h8" /><path d="m17 20.66-1-1.73" /><path d="m17 3.34-1 1.73" /><path d="M2 12h2" /><path d="m20.66 17-1.73-1" /><path d="m20.66 7-1.73 1" /><path d="m3.34 17 1.73-1" /><path d="m3.34 7 1.73 1" /><circle cx="12" cy="12" r="2" /><circle cx="12" cy="12" r="8" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 10.27 7 3.34" /><path d="m11 13.73-4 6.93" opacity="0.55" /><path d="M12 22v-2" /><path d="M12 2v2" opacity="0.55" /><path d="M14 12h8" /><path d="m17 20.66-1-1.73" opacity="0.55" /><path d="m17 3.34-1 1.73" /><path d="M2 12h2" opacity="0.55" /><path d="m20.66 17-1.73-1" /><path d="m20.66 7-1.73 1" opacity="0.55" /><path d="m3.34 17 1.73-1" /><path d="m3.34 7 1.73 1" opacity="0.55" /><circle cx="12" cy="12" r="2" /><circle cx="12" cy="12" r="8" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Cog</text></g><g transform="translate(340 930)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M13.744 17.736a6 6 0 1 1-7.48-7.48" /><path d="M15 6h1v4" /><path d="m6.134 14.768.866-.5 2 3.464" /><circle cx="16" cy="8" r="6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M13.744 17.736a6 6 0 1 1-7.48-7.48" /><path d="M15 6h1v4" opacity="0.55" /><path d="m6.134 14.768.866-.5 2 3.464" /><circle cx="16" cy="8" r="6" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Coins</text></g><g transform="translate(498 930)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M12 3v18" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M12 3v18" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Columns</text></g><g transform="translate(656 930)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Command</text></g><g transform="translate(814 930)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Compass</text></g><g transform="translate(972 930)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5" /><path d="M8.5 8.5v.01" /><path d="M16 15.5v.01" /><path d="M12 12v.01" /><path d="M11 17v.01" /><path d="M7 14v.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5" /><path d="M8.5 8.5v.01" opacity="0.55" /><path d="M16 15.5v.01" /><path d="M12 12v.01" opacity="0.55" /><path d="M11 17v.01" /><path d="M7 14v.01" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Cookie</text></g><g transform="translate(24 1012)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="14" height="14" x="8" y="8" rx="2" ry="2" /><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="14" height="14" x="8" y="8" rx="2" ry="2" /><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Copy</text></g><g transform="translate(182 1012)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><line x1="15" x2="15" y1="12" y2="18" /><line x1="12" x2="18" y1="15" y2="15" /><rect width="14" height="14" x="8" y="8" rx="2" ry="2" /><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><line x1="15" x2="15" y1="12" y2="18" /><line x1="12" x2="18" y1="15" y2="15" opacity="0.55" /><rect width="14" height="14" x="8" y="8" rx="2" ry="2" /><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">CopyPlus</text></g><g transform="translate(340 1012)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M14.83 14.83a4 4 0 1 1 0-5.66" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M14.83 14.83a4 4 0 1 1 0-5.66" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Copyright</text></g><g transform="translate(498 1012)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 20v2" /><path d="M12 2v2" /><path d="M17 20v2" /><path d="M17 2v2" /><path d="M2 12h2" /><path d="M2 17h2" /><path d="M2 7h2" /><path d="M20 12h2" /><path d="M20 17h2" /><path d="M20 7h2" /><path d="M7 20v2" /><path d="M7 2v2" /><rect x="4" y="4" width="16" height="16" rx="2" /><rect x="8" y="8" width="8" height="8" rx="1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 20v2" /><path d="M12 2v2" opacity="0.55" /><path d="M17 20v2" /><path d="M17 2v2" opacity="0.55" /><path d="M2 12h2" /><path d="M2 17h2" opacity="0.55" /><path d="M2 7h2" /><path d="M20 12h2" opacity="0.55" /><path d="M20 17h2" /><path d="M20 7h2" opacity="0.55" /><path d="M7 20v2" /><path d="M7 2v2" opacity="0.55" /><rect x="4" y="4" width="16" height="16" rx="2" /><rect x="8" y="8" width="8" height="8" rx="1" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Cpu</text></g><g transform="translate(656 1012)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="14" x="2" y="5" rx="2" /><line x1="2" x2="22" y1="10" y2="10" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="14" x="2" y="5" rx="2" /><line x1="2" x2="22" y1="10" y2="10" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">CreditCard</text></g><g transform="translate(814 1012)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><line x1="22" x2="18" y1="12" y2="12" /><line x1="6" x2="2" y1="12" y2="12" /><line x1="12" x2="12" y1="6" y2="2" /><line x1="12" x2="12" y1="22" y2="18" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><line x1="22" x2="18" y1="12" y2="12" opacity="0.55" /><line x1="6" x2="2" y1="12" y2="12" /><line x1="12" x2="12" y1="6" y2="2" opacity="0.55" /><line x1="12" x2="12" y1="22" y2="18" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Crosshair</text></g><g transform="translate(972 1012)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z" /><path d="M5 21h14" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z" /><path d="M5 21h14" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Crown</text></g><g transform="translate(24 1094)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><ellipse cx="12" cy="5" rx="9" ry="3" /><path d="M3 5V19A9 3 0 0 0 21 19V5" /><path d="M3 12A9 3 0 0 0 21 12" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><ellipse cx="12" cy="5" rx="9" ry="3" /><path d="M3 5V19A9 3 0 0 0 21 19V5" opacity="0.55" /><path d="M3 12A9 3 0 0 0 21 12" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Database</text></g><g transform="translate(182 1094)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="12" height="12" x="2" y="10" rx="2" ry="2" /><path d="m17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6" /><path d="M6 18h.01" /><path d="M10 14h.01" /><path d="M15 6h.01" /><path d="M18 9h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="12" height="12" x="2" y="10" rx="2" ry="2" /><path d="m17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6" opacity="0.55" /><path d="M6 18h.01" /><path d="M10 14h.01" opacity="0.55" /><path d="M15 6h.01" /><path d="M18 9h.01" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Dices</text></g><g transform="translate(340 1094)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m10 16 1.5 1.5" /><path d="m14 8-1.5-1.5" /><path d="M15 2c-1.798 1.998-2.518 3.995-2.807 5.993" /><path d="m16.5 10.5 1 1" /><path d="m17 6-2.891-2.891" /><path d="M2 15c6.667-6 13.333 0 20-6" /><path d="m20 9 .891.891" /><path d="M3.109 14.109 4 15" /><path d="m6.5 12.5 1 1" /><path d="m7 18 2.891 2.891" /><path d="M9 22c1.798-1.998 2.518-3.995 2.807-5.993" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m10 16 1.5 1.5" /><path d="m14 8-1.5-1.5" opacity="0.55" /><path d="M15 2c-1.798 1.998-2.518 3.995-2.807 5.993" /><path d="m16.5 10.5 1 1" opacity="0.55" /><path d="m17 6-2.891-2.891" /><path d="M2 15c6.667-6 13.333 0 20-6" opacity="0.55" /><path d="m20 9 .891.891" /><path d="M3.109 14.109 4 15" opacity="0.55" /><path d="m6.5 12.5 1 1" /><path d="m7 18 2.891 2.891" opacity="0.55" /><path d="M9 22c1.798-1.998 2.518-3.995 2.807-5.993" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Dna</text></g><g transform="translate(498 1094)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><line x1="12" x2="12" y1="2" y2="22" /><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><line x1="12" x2="12" y1="2" y2="22" /><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">DollarSign</text></g><g transform="translate(656 1094)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 20H2" /><path d="M11 4.562v16.157a1 1 0 0 0 1.242.97L19 20V5.562a2 2 0 0 0-1.515-1.94l-4-1A2 2 0 0 0 11 4.561z" /><path d="M11 4H8a2 2 0 0 0-2 2v14" /><path d="M14 12h.01" /><path d="M22 20h-3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 20H2" /><path d="M11 4.562v16.157a1 1 0 0 0 1.242.97L19 20V5.562a2 2 0 0 0-1.515-1.94l-4-1A2 2 0 0 0 11 4.561z" opacity="0.55" /><path d="M11 4H8a2 2 0 0 0-2 2v14" /><path d="M14 12h.01" opacity="0.55" /><path d="M22 20h-3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">DoorOpen</text></g><g transform="translate(814 1094)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 15V3" /><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" /><path d="m7 10 5 5 5-5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 15V3" /><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" opacity="0.55" /><path d="m7 10 5 5 5-5" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Download</text></g><g transform="translate(972 1094)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 11h.01" /><path d="M14 6h.01" /><path d="M18 6h.01" /><path d="M6.5 13.1h.01" /><path d="M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3" /><path d="M17.4 9.9c-.8.8-2 .8-2.8 0" /><path d="M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7" /><path d="M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 11h.01" /><path d="M14 6h.01" opacity="0.55" /><path d="M18 6h.01" /><path d="M6.5 13.1h.01" opacity="0.55" /><path d="M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3" /><path d="M17.4 9.9c-.8.8-2 .8-2.8 0" opacity="0.55" /><path d="M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7" /><path d="M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Drama</text></g><g transform="translate(24 1176)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Droplet</text></g><g transform="translate(182 1176)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z" /><path d="M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z" /><path d="M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Droplets</text></g><g transform="translate(340 1176)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829z" /><path d="m2.5 21.5 1.4-1.4" /><path d="m20.1 3.9 1.4-1.4" /><path d="M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829z" /><path d="m9.6 14.4 4.8-4.8" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829z" /><path d="m2.5 21.5 1.4-1.4" opacity="0.55" /><path d="m20.1 3.9 1.4-1.4" /><path d="M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829z" opacity="0.55" /><path d="m9.6 14.4 4.8-4.8" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Dumbbell</text></g><g transform="translate(498 1176)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" /><path d="M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" /><path d="M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Edit</text></g><g transform="translate(656 1176)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Edit2</text></g><g transform="translate(814 1176)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M13 21h8" /><path d="M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M13 21h8" /><path d="M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Edit3</text></g><g transform="translate(972 1176)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 3h6v6" /><path d="M10 14 21 3" /><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 3h6v6" /><path d="M10 14 21 3" opacity="0.55" /><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ExternalLink</text></g><g transform="translate(24 1258)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" /><circle cx="12" cy="12" r="3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" /><circle cx="12" cy="12" r="3" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Eye</text></g><g transform="translate(182 1258)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" /><path d="M14.084 14.158a3 3 0 0 1-4.242-4.242" /><path d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" /><path d="m2 2 20 20" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" /><path d="M14.084 14.158a3 3 0 0 1-4.242-4.242" opacity="0.55" /><path d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" /><path d="m2 2 20 20" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">EyeOff</text></g><g transform="translate(340 1258)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Facebook</text></g><g transform="translate(498 1258)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z" /><path d="M16 8 2 22" /><path d="M17.5 15H9" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z" /><path d="M16 8 2 22" opacity="0.55" /><path d="M17.5 15H9" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Feather</text></g><g transform="translate(656 1258)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M14 2v5a1 1 0 0 0 1 1h5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M14 2v5a1 1 0 0 0 1 1h5" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">File</text></g><g transform="translate(814 1258)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M4 6.835V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-.343" /><path d="M14 2v5a1 1 0 0 0 1 1h5" /><path d="M2 19a2 2 0 0 1 4 0v1a2 2 0 0 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 0 1-4 0v-1a2 2 0 0 1 4 0" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M4 6.835V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-.343" /><path d="M14 2v5a1 1 0 0 0 1 1h5" opacity="0.55" /><path d="M2 19a2 2 0 0 1 4 0v1a2 2 0 0 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 0 1-4 0v-1a2 2 0 0 1 4 0" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">FileAudio</text></g><g transform="translate(972 1258)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M14 2v5a1 1 0 0 0 1 1h5" /><path d="m9 15 2 2 4-4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M14 2v5a1 1 0 0 0 1 1h5" opacity="0.55" /><path d="m9 15 2 2 4-4" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">FileCheck</text></g><g transform="translate(24 1340)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M14 2v5a1 1 0 0 0 1 1h5" /><path d="M10 12.5 8 15l2 2.5" /><path d="m14 12.5 2 2.5-2 2.5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M14 2v5a1 1 0 0 0 1 1h5" opacity="0.55" /><path d="M10 12.5 8 15l2 2.5" /><path d="m14 12.5 2 2.5-2 2.5" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">FileCode</text></g><g transform="translate(182 1340)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M14 2v5a1 1 0 0 0 1 1h5" /><circle cx="10" cy="12" r="2" /><path d="m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M14 2v5a1 1 0 0 0 1 1h5" opacity="0.55" /><circle cx="10" cy="12" r="2" /><path d="m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">FileImage</text></g><g transform="translate(340 1340)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M14 2v5a1 1 0 0 0 1 1h5" /><path d="M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1" /><path d="M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M14 2v5a1 1 0 0 0 1 1h5" opacity="0.55" /><path d="M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1" /><path d="M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">FileJson</text></g><g transform="translate(498 1340)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2v5a1 1 0 0 0 1 1h5" /><path d="M4 12v6" /><path d="M4 14h2" /><path d="M9.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v4" /><circle cx="4" cy="20" r="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2v5a1 1 0 0 0 1 1h5" /><path d="M4 12v6" opacity="0.55" /><path d="M4 14h2" /><path d="M9.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v4" opacity="0.55" /><circle cx="4" cy="20" r="2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">FileKey</text></g><g transform="translate(656 1340)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M12 17h.01" /><path d="M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M12 17h.01" opacity="0.55" /><path d="M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">FileQuestion</text></g><g transform="translate(814 1340)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M14 2v5a1 1 0 0 0 1 1h5" /><circle cx="11.5" cy="14.5" r="2.5" /><path d="M13.3 16.3 15 18" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M14 2v5a1 1 0 0 0 1 1h5" opacity="0.55" /><circle cx="11.5" cy="14.5" r="2.5" /><path d="M13.3 16.3 15 18" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">FileSearch</text></g><g transform="translate(972 1340)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M14 2v5a1 1 0 0 0 1 1h5" /><path d="M10 9H8" /><path d="M16 13H8" /><path d="M16 17H8" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M14 2v5a1 1 0 0 0 1 1h5" opacity="0.55" /><path d="M10 9H8" /><path d="M16 13H8" opacity="0.55" /><path d="M16 17H8" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">FileText</text></g><g transform="translate(24 1422)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M12 9v4" /><path d="M12 17h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" /><path d="M12 9v4" opacity="0.55" /><path d="M12 17h.01" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">FileWarning</text></g><g transform="translate(182 1422)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Filter</text></g><g transform="translate(340 1422)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4" /><path d="M14 13.12c0 2.38 0 6.38-1 8.88" /><path d="M17.29 21.02c.12-.6.43-2.3.5-3.02" /><path d="M2 12a10 10 0 0 1 18-6" /><path d="M2 16h.01" /><path d="M21.8 16c.2-2 .131-5.354 0-6" /><path d="M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2" /><path d="M8.65 22c.21-.66.45-1.32.57-2" /><path d="M9 6.8a6 6 0 0 1 9 5.2v2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4" /><path d="M14 13.12c0 2.38 0 6.38-1 8.88" opacity="0.55" /><path d="M17.29 21.02c.12-.6.43-2.3.5-3.02" /><path d="M2 12a10 10 0 0 1 18-6" opacity="0.55" /><path d="M2 16h.01" /><path d="M21.8 16c.2-2 .131-5.354 0-6" opacity="0.55" /><path d="M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2" /><path d="M8.65 22c.21-.66.45-1.32.57-2" opacity="0.55" /><path d="M9 6.8a6 6 0 0 1 9 5.2v2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Fingerprint</text></g><g transform="translate(498 1422)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Flag</text></g><g transform="translate(656 1422)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Flame</text></g><g transform="translate(814 1422)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2" /><path d="M6.453 15h11.094" /><path d="M8.5 2h7" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2" /><path d="M6.453 15h11.094" opacity="0.55" /><path d="M8.5 2h7" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">FlaskConical</text></g><g transform="translate(972 1422)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3" /><path d="M12 16.5A4.5 4.5 0 1 1 7.5 12 4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 1 1 4.5 4.5 4.5 4.5 0 1 1-4.5 4.5" /><path d="M12 7.5V9" /><path d="M7.5 12H9" /><path d="M16.5 12H15" /><path d="M12 16.5V15" /><path d="m8 8 1.88 1.88" /><path d="M14.12 9.88 16 8" /><path d="m8 16 1.88-1.88" /><path d="M14.12 14.12 16 16" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3" /><path d="M12 16.5A4.5 4.5 0 1 1 7.5 12 4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 1 1 4.5 4.5 4.5 4.5 0 1 1-4.5 4.5" opacity="0.55" /><path d="M12 7.5V9" /><path d="M7.5 12H9" opacity="0.55" /><path d="M16.5 12H15" /><path d="M12 16.5V15" opacity="0.55" /><path d="m8 8 1.88 1.88" /><path d="M14.12 9.88 16 8" opacity="0.55" /><path d="m8 16 1.88-1.88" /><path d="M14.12 14.12 16 16" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Flower</text></g><g transform="translate(24 1504)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1" /><circle cx="12" cy="8" r="2" /><path d="M12 10v12" /><path d="M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z" /><path d="M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1" /><circle cx="12" cy="8" r="2" opacity="0.55" /><path d="M12 10v12" /><path d="M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z" opacity="0.55" /><path d="M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Flower2</text></g><g transform="translate(182 1504)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Folder</text></g><g transform="translate(340 1504)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">FolderOpen</text></g><g transform="translate(498 1504)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z" /><path d="M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z" /><path d="M16 17h4" /><path d="M4 13h4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z" /><path d="M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z" opacity="0.55" /><path d="M16 17h4" /><path d="M4 13h4" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Footprints</text></g><g transform="translate(656 1504)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m15 17 5-5-5-5" /><path d="M4 18v-2a4 4 0 0 1 4-4h12" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m15 17 5-5-5-5" /><path d="M4 18v-2a4 4 0 0 1 4-4h12" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Forward</text></g><g transform="translate(814 1504)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M16 16s-1.5-2-4-2-4 2-4 2" /><line x1="9" x2="9.01" y1="9" y2="9" /><line x1="15" x2="15.01" y1="9" y2="9" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M16 16s-1.5-2-4-2-4 2-4 2" opacity="0.55" /><line x1="9" x2="9.01" y1="9" y2="9" /><line x1="15" x2="15.01" y1="9" y2="9" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Frown</text></g><g transform="translate(972 1504)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m12 14 4-4" /><path d="M3.34 19a10 10 0 1 1 17.32 0" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m12 14 4-4" /><path d="M3.34 19a10 10 0 1 1 17.32 0" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Gauge</text></g><g transform="translate(24 1586)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.5 3 8 9l4 13 4-13-2.5-6" /><path d="M17 3a2 2 0 0 1 1.6.8l3 4a2 2 0 0 1 .013 2.382l-7.99 10.986a2 2 0 0 1-3.247 0l-7.99-10.986A2 2 0 0 1 2.4 7.8l2.998-3.997A2 2 0 0 1 7 3z" /><path d="M2 9h20" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.5 3 8 9l4 13 4-13-2.5-6" /><path d="M17 3a2 2 0 0 1 1.6.8l3 4a2 2 0 0 1 .013 2.382l-7.99 10.986a2 2 0 0 1-3.247 0l-7.99-10.986A2 2 0 0 1 2.4 7.8l2.998-3.997A2 2 0 0 1 7 3z" opacity="0.55" /><path d="M2 9h20" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Gem</text></g><g transform="translate(182 1586)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 7v14" /><path d="M20 11v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8" /><path d="M7.5 7a1 1 0 0 1 0-5A4.8 8 0 0 1 12 7a4.8 8 0 0 1 4.5-5 1 1 0 0 1 0 5" /><rect x="3" y="7" width="18" height="4" rx="1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 7v14" /><path d="M20 11v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8" opacity="0.55" /><path d="M7.5 7a1 1 0 0 1 0-5A4.8 8 0 0 1 12 7a4.8 8 0 0 1 4.5-5 1 1 0 0 1 0 5" /><rect x="3" y="7" width="18" height="4" rx="1" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Gift</text></g><g transform="translate(340 1586)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 6a9 9 0 0 0-9 9V3" /><circle cx="18" cy="6" r="3" /><circle cx="6" cy="18" r="3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 6a9 9 0 0 0-9 9V3" /><circle cx="18" cy="6" r="3" opacity="0.55" /><circle cx="6" cy="18" r="3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">GitBranch</text></g><g transform="translate(498 1586)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3" /><line x1="3" x2="9" y1="12" y2="12" /><line x1="15" x2="21" y1="12" y2="12" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3" /><line x1="3" x2="9" y1="12" y2="12" opacity="0.55" /><line x1="15" x2="21" y1="12" y2="12" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">GitCommit</text></g><g transform="translate(656 1586)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="18" cy="18" r="3" /><circle cx="6" cy="6" r="3" /><path d="M13 6h3a2 2 0 0 1 2 2v7" /><path d="M11 18H8a2 2 0 0 1-2-2V9" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="18" cy="18" r="3" /><circle cx="6" cy="6" r="3" opacity="0.55" /><path d="M13 6h3a2 2 0 0 1 2 2v7" /><path d="M11 18H8a2 2 0 0 1-2-2V9" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">GitCompare</text></g><g transform="translate(814 1586)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="18" r="3" /><circle cx="6" cy="6" r="3" /><circle cx="18" cy="6" r="3" /><path d="M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9" /><path d="M12 12v3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="18" r="3" /><circle cx="6" cy="6" r="3" opacity="0.55" /><circle cx="18" cy="6" r="3" /><path d="M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9" opacity="0.55" /><path d="M12 12v3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">GitFork</text></g><g transform="translate(972 1586)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" /><path d="M9 18c-4.51 2-5-2-7-2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" /><path d="M9 18c-4.51 2-5-2-7-2" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Github</text></g><g transform="translate(24 1668)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="18" cy="18" r="3" /><circle cx="6" cy="6" r="3" /><path d="M13 6h3a2 2 0 0 1 2 2v7" /><line x1="6" x2="6" y1="9" y2="21" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="18" cy="18" r="3" /><circle cx="6" cy="6" r="3" opacity="0.55" /><path d="M13 6h3a2 2 0 0 1 2 2v7" /><line x1="6" x2="6" y1="9" y2="21" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">GitPullRequest</text></g><g transform="translate(182 1668)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" /><path d="M2 12h20" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" opacity="0.55" /><path d="M2 12h20" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Globe</text></g><g transform="translate(340 1668)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z" /><path d="M22 10v6" /><path d="M6 12.5V16a6 3 0 0 0 12 0v-3.5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z" /><path d="M22 10v6" opacity="0.55" /><path d="M6 12.5V16a6 3 0 0 0 12 0v-3.5" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">GraduationCap</text></g><g transform="translate(498 1668)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M3 9h18" /><path d="M3 15h18" /><path d="M9 3v18" /><path d="M15 3v18" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M3 9h18" opacity="0.55" /><path d="M3 15h18" /><path d="M9 3v18" opacity="0.55" /><path d="M15 3v18" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Grid</text></g><g transform="translate(656 1668)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M3 9h18" /><path d="M3 15h18" /><path d="M9 3v18" /><path d="M15 3v18" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M3 9h18" opacity="0.55" /><path d="M3 15h18" /><path d="M9 3v18" opacity="0.55" /><path d="M15 3v18" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Grid3X3</text></g><g transform="translate(814 1668)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="12" r="1" /><circle cx="9" cy="5" r="1" /><circle cx="9" cy="19" r="1" /><circle cx="15" cy="12" r="1" /><circle cx="15" cy="5" r="1" /><circle cx="15" cy="19" r="1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="12" r="1" /><circle cx="9" cy="5" r="1" opacity="0.55" /><circle cx="9" cy="19" r="1" /><circle cx="15" cy="12" r="1" opacity="0.55" /><circle cx="15" cy="5" r="1" /><circle cx="15" cy="19" r="1" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">GripVertical</text></g><g transform="translate(972 1668)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m15 12-9.373 9.373a1 1 0 0 1-3.001-3L12 9" /><path d="m18 15 4-4" /><path d="m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172v-.344a2 2 0 0 0-.586-1.414l-1.657-1.657A6 6 0 0 0 12.516 3H9l1.243 1.243A6 6 0 0 1 12 8.485V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m15 12-9.373 9.373a1 1 0 0 1-3.001-3L12 9" /><path d="m18 15 4-4" opacity="0.55" /><path d="m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172v-.344a2 2 0 0 0-.586-1.414l-1.657-1.657A6 6 0 0 0 12.516 3H9l1.243 1.243A6 6 0 0 1 12 8.485V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Hammer</text></g><g transform="translate(24 1750)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2" /><path d="M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2" /><path d="M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8" /><path d="M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2" /><path d="M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2" opacity="0.55" /><path d="M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8" /><path d="M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Hand</text></g><g transform="translate(182 1750)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m11 17 2 2a1 1 0 1 0 3-3" /><path d="m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4" /><path d="m21 3 1 11h-2" /><path d="M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3" /><path d="M3 4h8" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m11 17 2 2a1 1 0 1 0 3-3" /><path d="m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4" opacity="0.55" /><path d="m21 3 1 11h-2" /><path d="M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3" opacity="0.55" /><path d="M3 4h8" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Handshake</text></g><g transform="translate(340 1750)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 16h.01" /><path d="M2.212 11.577a2 2 0 0 0-.212.896V18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5.527a2 2 0 0 0-.212-.896L18.55 5.11A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" /><path d="M21.946 12.013H2.054" /><path d="M6 16h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 16h.01" /><path d="M2.212 11.577a2 2 0 0 0-.212.896V18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5.527a2 2 0 0 0-.212-.896L18.55 5.11A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" opacity="0.55" /><path d="M21.946 12.013H2.054" /><path d="M6 16h.01" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">HardDrive</text></g><g transform="translate(498 1750)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><line x1="4" x2="20" y1="9" y2="9" /><line x1="4" x2="20" y1="15" y2="15" /><line x1="10" x2="8" y1="3" y2="21" /><line x1="16" x2="14" y1="3" y2="21" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><line x1="4" x2="20" y1="9" y2="9" /><line x1="4" x2="20" y1="15" y2="15" opacity="0.55" /><line x1="10" x2="8" y1="3" y2="21" /><line x1="16" x2="14" y1="3" y2="21" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Hash</text></g><g transform="translate(656 1750)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Headphones</text></g><g transform="translate(814 1750)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">HeadphonesIcon</text></g><g transform="translate(972 1750)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Heart</text></g><g transform="translate(24 1832)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12.409 5.824c-.702.792-1.15 1.496-1.415 2.166l2.153 2.156a.5.5 0 0 1 0 .707l-2.293 2.293a.5.5 0 0 0 0 .707L12 15" /><path d="M13.508 20.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.677.6.6 0 0 0 .818.001A5.5 5.5 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12.409 5.824c-.702.792-1.15 1.496-1.415 2.166l2.153 2.156a.5.5 0 0 1 0 .707l-2.293 2.293a.5.5 0 0 0 0 .707L12 15" /><path d="M13.508 20.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.677.6.6 0 0 0 .818.001A5.5 5.5 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5z" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">HeartCrack</text></g><g transform="translate(182 1832)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M19.414 14.414C21 12.828 22 11.5 22 9.5a5.5 5.5 0 0 0-9.591-3.676.6.6 0 0 1-.818.001A5.5 5.5 0 0 0 2 9.5c0 2.3 1.5 4 3 5.5l5.535 5.362a2 2 0 0 0 2.879.052 2.12 2.12 0 0 0-.004-3 2.124 2.124 0 1 0 3-3 2.124 2.124 0 0 0 3.004 0 2 2 0 0 0 0-2.828l-1.881-1.882a2.41 2.41 0 0 0-3.409 0l-1.71 1.71a2 2 0 0 1-2.828 0 2 2 0 0 1 0-2.828l2.823-2.762" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M19.414 14.414C21 12.828 22 11.5 22 9.5a5.5 5.5 0 0 0-9.591-3.676.6.6 0 0 1-.818.001A5.5 5.5 0 0 0 2 9.5c0 2.3 1.5 4 3 5.5l5.535 5.362a2 2 0 0 0 2.879.052 2.12 2.12 0 0 0-.004-3 2.124 2.124 0 1 0 3-3 2.124 2.124 0 0 0 3.004 0 2 2 0 0 0 0-2.828l-1.881-1.882a2.41 2.41 0 0 0-3.409 0l-1.71 1.71a2 2 0 0 1-2.828 0 2 2 0 0 1 0-2.828l2.823-2.762" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">HeartHandshake</text></g><g transform="translate(340 1832)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><line x1="2" y1="2" x2="22" y2="22" /><path d="M16.5 16.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5a5.5 5.5 0 0 1 2.14-4.35" /><path d="M8.76 3.1c1.15.22 2.13.78 3.24 1.9 1.5-1.5 2.74-2 4.5-2A5.5 5.5 0 0 1 22 8.5c0 2.12-1.3 3.78-2.67 5.17" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><line x1="2" y1="2" x2="22" y2="22" /><path d="M16.5 16.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5a5.5 5.5 0 0 1 2.14-4.35" opacity="0.55" /><path d="M8.76 3.1c1.15.22 2.13.78 3.24 1.9 1.5-1.5 2.74-2 4.5-2A5.5 5.5 0 0 1 22 8.5c0 2.12-1.3 3.78-2.67 5.17" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">HeartOff</text></g><g transform="translate(498 1832)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5" /><path d="M3.22 13H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5" /><path d="M3.22 13H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">HeartPulse</text></g><g transform="translate(656 1832)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" /><path d="M12 17h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" opacity="0.55" /><path d="M12 17h.01" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">HelpCircle</text></g><g transform="translate(814 1832)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Hexagon</text></g><g transform="translate(972 1832)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" /><path d="M3 3v5h5" /><path d="M12 7v5l4 2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" /><path d="M3 3v5h5" opacity="0.55" /><path d="M12 7v5l4 2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">History</text></g><g transform="translate(24 1914)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" /><path d="M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" /><path d="M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Home</text></g><g transform="translate(182 1914)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" ry="2" /><circle cx="9" cy="9" r="2" /><path d="m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" ry="2" /><circle cx="9" cy="9" r="2" opacity="0.55" /><path d="m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Image</text></g><g transform="translate(340 1914)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><polyline points="22 12 16 12 14 15 10 15 8 12 2 12" /><path d="M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><polyline points="22 12 16 12 14 15 10 15 8 12 2 12" /><path d="M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Inbox</text></g><g transform="translate(498 1914)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M12 16v-4" /><path d="M12 8h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M12 16v-4" opacity="0.55" /><path d="M12 8h.01" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Info</text></g><g transform="translate(656 1914)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="20" x="2" y="2" rx="5" ry="5" /><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" /><line x1="17.5" x2="17.51" y1="6.5" y2="6.5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="20" x="2" y="2" rx="5" ry="5" /><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" opacity="0.55" /><line x1="17.5" x2="17.51" y1="6.5" y2="6.5" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Instagram</text></g><g transform="translate(814 1914)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4" /><path d="m21 2-9.6 9.6" /><circle cx="7.5" cy="15.5" r="5.5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4" /><path d="m21 2-9.6 9.6" opacity="0.55" /><circle cx="7.5" cy="15.5" r="5.5" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Key</text></g><g transform="translate(972 1914)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 8h.01" /><path d="M12 12h.01" /><path d="M14 8h.01" /><path d="M16 12h.01" /><path d="M18 8h.01" /><path d="M6 8h.01" /><path d="M7 16h10" /><path d="M8 12h.01" /><rect width="20" height="16" x="2" y="4" rx="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 8h.01" /><path d="M12 12h.01" opacity="0.55" /><path d="M14 8h.01" /><path d="M16 12h.01" opacity="0.55" /><path d="M18 8h.01" /><path d="M6 8h.01" opacity="0.55" /><path d="M7 16h10" /><path d="M8 12h.01" opacity="0.55" /><rect width="20" height="16" x="2" y="4" rx="2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Keyboard</text></g><g transform="translate(24 1996)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z" /><circle cx="16.5" cy="7.5" r=".5" fill="currentColor" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z" /><circle cx="16.5" cy="7.5" r=".5" fill="currentColor" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">KeyRound</text></g><g transform="translate(182 1996)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 18v-7" /><path d="M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949z" /><path d="M14 18v-7" /><path d="M18 18v-7" /><path d="M3 22h18" /><path d="M6 18v-7" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 18v-7" /><path d="M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949z" opacity="0.55" /><path d="M14 18v-7" /><path d="M18 18v-7" opacity="0.55" /><path d="M3 22h18" /><path d="M6 18v-7" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Landmark</text></g><g transform="translate(340 1996)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m5 8 6 6" /><path d="m4 14 6-6 2-3" /><path d="M2 5h12" /><path d="M7 2h1" /><path d="m22 22-5-10-5 10" /><path d="M14 18h6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m5 8 6 6" /><path d="m4 14 6-6 2-3" opacity="0.55" /><path d="M2 5h12" /><path d="M7 2h1" opacity="0.55" /><path d="m22 22-5-10-5 10" /><path d="M14 18h6" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Languages</text></g><g transform="translate(498 1996)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z" /><path d="M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12" /><path d="M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z" /><path d="M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12" opacity="0.55" /><path d="M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Layers</text></g><g transform="translate(656 1996)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="7" height="9" x="3" y="3" rx="1" /><rect width="7" height="5" x="14" y="3" rx="1" /><rect width="7" height="9" x="14" y="12" rx="1" /><rect width="7" height="5" x="3" y="16" rx="1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="7" height="9" x="3" y="3" rx="1" /><rect width="7" height="5" x="14" y="3" rx="1" opacity="0.55" /><rect width="7" height="9" x="14" y="12" rx="1" /><rect width="7" height="5" x="3" y="16" rx="1" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">LayoutDashboard</text></g><g transform="translate(814 1996)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="7" height="7" x="3" y="3" rx="1" /><rect width="7" height="7" x="14" y="3" rx="1" /><rect width="7" height="7" x="14" y="14" rx="1" /><rect width="7" height="7" x="3" y="14" rx="1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="7" height="7" x="3" y="3" rx="1" /><rect width="7" height="7" x="14" y="3" rx="1" opacity="0.55" /><rect width="7" height="7" x="14" y="14" rx="1" /><rect width="7" height="7" x="3" y="14" rx="1" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">LayoutGrid</text></g><g transform="translate(972 1996)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="7" height="7" x="3" y="3" rx="1" /><rect width="7" height="7" x="3" y="14" rx="1" /><path d="M14 4h7" /><path d="M14 9h7" /><path d="M14 15h7" /><path d="M14 20h7" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="7" height="7" x="3" y="3" rx="1" /><rect width="7" height="7" x="3" y="14" rx="1" opacity="0.55" /><path d="M14 4h7" /><path d="M14 9h7" opacity="0.55" /><path d="M14 15h7" /><path d="M14 20h7" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">LayoutList</text></g><g transform="translate(24 2078)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z" /><path d="M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z" /><path d="M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Leaf</text></g><g transform="translate(182 2078)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5" /><path d="M9 18h6" /><path d="M10 22h4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5" /><path d="M9 18h6" opacity="0.55" /><path d="M10 22h4" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Lightbulb</text></g><g transform="translate(340 2078)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 3v16a2 2 0 0 0 2 2h16" /><path d="m19 9-5 5-4-4-3 3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 3v16a2 2 0 0 0 2 2h16" /><path d="m19 9-5 5-4-4-3 3" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">LineChart</text></g><g transform="translate(498 2078)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Link</text></g><g transform="translate(656 2078)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M9 17H7A5 5 0 0 1 7 7h2" /><path d="M15 7h2a5 5 0 1 1 0 10h-2" /><line x1="8" x2="16" y1="12" y2="12" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M9 17H7A5 5 0 0 1 7 7h2" /><path d="M15 7h2a5 5 0 1 1 0 10h-2" opacity="0.55" /><line x1="8" x2="16" y1="12" y2="12" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Link2</text></g><g transform="translate(814 2078)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" /><rect width="4" height="12" x="2" y="9" /><circle cx="4" cy="4" r="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" /><rect width="4" height="12" x="2" y="9" opacity="0.55" /><circle cx="4" cy="4" r="2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Linkedin</text></g><g transform="translate(972 2078)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 12h.01" /><path d="M3 18h.01" /><path d="M3 6h.01" /><path d="M8 12h13" /><path d="M8 18h13" /><path d="M8 6h13" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 12h.01" /><path d="M3 18h.01" opacity="0.55" /><path d="M3 6h.01" /><path d="M8 12h13" opacity="0.55" /><path d="M8 18h13" /><path d="M8 6h13" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">List</text></g><g transform="translate(24 2160)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 5h10" /><path d="M11 12h10" /><path d="M11 19h10" /><path d="M4 4h1v5" /><path d="M4 9h2" /><path d="M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 5h10" /><path d="M11 12h10" opacity="0.55" /><path d="M11 19h10" /><path d="M4 4h1v5" opacity="0.55" /><path d="M4 9h2" /><path d="M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ListOrdered</text></g><g transform="translate(182 2160)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 5H3" /><path d="M11 12H3" /><path d="M16 19H3" /><path d="M18 9v6" /><path d="M21 12h-6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 5H3" /><path d="M11 12H3" opacity="0.55" /><path d="M16 19H3" /><path d="M18 9v6" opacity="0.55" /><path d="M21 12h-6" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ListPlus</text></g><g transform="translate(340 2160)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M13 5h8" /><path d="M13 12h8" /><path d="M13 19h8" /><path d="m3 17 2 2 4-4" /><rect x="3" y="4" width="6" height="6" rx="1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M13 5h8" /><path d="M13 12h8" opacity="0.55" /><path d="M13 19h8" /><path d="m3 17 2 2 4-4" opacity="0.55" /><rect x="3" y="4" width="6" height="6" rx="1" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ListTodo</text></g><g transform="translate(498 2160)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v4" /><path d="m16.2 7.8 2.9-2.9" /><path d="M18 12h4" /><path d="m16.2 16.2 2.9 2.9" /><path d="M12 18v4" /><path d="m4.9 19.1 2.9-2.9" /><path d="M2 12h4" /><path d="m4.9 4.9 2.9 2.9" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v4" /><path d="m16.2 7.8 2.9-2.9" opacity="0.55" /><path d="M18 12h4" /><path d="m16.2 16.2 2.9 2.9" opacity="0.55" /><path d="M12 18v4" /><path d="m4.9 19.1 2.9-2.9" opacity="0.55" /><path d="M2 12h4" /><path d="m4.9 4.9 2.9 2.9" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Loader</text></g><g transform="translate(656 2160)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12a9 9 0 1 1-6.219-8.56" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12a9 9 0 1 1-6.219-8.56" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Loader2</text></g><g transform="translate(814 2160)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="11" x="3" y="11" rx="2" ry="2" /><path d="M7 11V7a5 5 0 0 1 10 0v4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="11" x="3" y="11" rx="2" ry="2" /><path d="M7 11V7a5 5 0 0 1 10 0v4" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Lock</text></g><g transform="translate(972 2160)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m10 17 5-5-5-5" /><path d="M15 12H3" /><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m10 17 5-5-5-5" /><path d="M15 12H3" opacity="0.55" /><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">LogIn</text></g><g transform="translate(24 2242)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m16 17 5-5-5-5" /><path d="M21 12H9" /><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m16 17 5-5-5-5" /><path d="M21 12H9" opacity="0.55" /><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">LogOut</text></g><g transform="translate(182 2242)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7" /><rect x="2" y="4" width="20" height="16" rx="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7" /><rect x="2" y="4" width="20" height="16" rx="2" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Mail</text></g><g transform="translate(340 2242)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z" /><path d="M15 5.764v15" /><path d="M9 3.236v15" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z" /><path d="M15 5.764v15" opacity="0.55" /><path d="M9 3.236v15" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Map</text></g><g transform="translate(498 2242)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" /><circle cx="12" cy="10" r="3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" /><circle cx="12" cy="10" r="3" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">MapPin</text></g><g transform="translate(656 2242)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M8 3H5a2 2 0 0 0-2 2v3" /><path d="M21 8V5a2 2 0 0 0-2-2h-3" /><path d="M3 16v3a2 2 0 0 0 2 2h3" /><path d="M16 21h3a2 2 0 0 0 2-2v-3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M8 3H5a2 2 0 0 0-2 2v3" /><path d="M21 8V5a2 2 0 0 0-2-2h-3" opacity="0.55" /><path d="M3 16v3a2 2 0 0 0 2 2h3" /><path d="M16 21h3a2 2 0 0 0 2-2v-3" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Maximize</text></g><g transform="translate(814 2242)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 3h6v6" /><path d="m21 3-7 7" /><path d="m3 21 7-7" /><path d="M9 21H3v-6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 3h6v6" /><path d="m21 3-7 7" opacity="0.55" /><path d="m3 21 7-7" /><path d="M9 21H3v-6" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Maximize2</text></g><g transform="translate(972 2242)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z" /><path d="M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14" /><path d="M8 6v8" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z" /><path d="M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14" opacity="0.55" /><path d="M8 6v8" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Megaphone</text></g><g transform="translate(24 2324)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><line x1="8" x2="16" y1="15" y2="15" /><line x1="9" x2="9.01" y1="9" y2="9" /><line x1="15" x2="15.01" y1="9" y2="9" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><line x1="8" x2="16" y1="15" y2="15" opacity="0.55" /><line x1="9" x2="9.01" y1="9" y2="9" /><line x1="15" x2="15.01" y1="9" y2="9" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Meh</text></g><g transform="translate(182 2324)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M4 5h16" /><path d="M4 12h16" /><path d="M4 19h16" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M4 5h16" /><path d="M4 12h16" opacity="0.55" /><path d="M4 19h16" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Menu</text></g><g transform="translate(340 2324)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">MessageCircle</text></g><g transform="translate(498 2324)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" /><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" /><path d="M12 17h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" /><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" opacity="0.55" /><path d="M12 17h.01" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">MessageCircleQuestion</text></g><g transform="translate(656 2324)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">MessageSquare</text></g><g transform="translate(814 2324)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" /><path d="M12 11h.01" /><path d="M16 11h.01" /><path d="M8 11h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" /><path d="M12 11h.01" opacity="0.55" /><path d="M16 11h.01" /><path d="M8 11h.01" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">MessageSquareMore</text></g><g transform="translate(972 2324)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" /><path d="M12 8v6" /><path d="M9 11h6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" /><path d="M12 8v6" opacity="0.55" /><path d="M9 11h6" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">MessageSquarePlus</text></g><g transform="translate(24 2406)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 19v3" /><path d="M19 10v2a7 7 0 0 1-14 0v-2" /><rect x="9" y="2" width="6" height="13" rx="3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 19v3" /><path d="M19 10v2a7 7 0 0 1-14 0v-2" opacity="0.55" /><rect x="9" y="2" width="6" height="13" rx="3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Mic</text></g><g transform="translate(182 2406)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 19v3" /><path d="M15 9.34V5a3 3 0 0 0-5.68-1.33" /><path d="M16.95 16.95A7 7 0 0 1 5 12v-2" /><path d="M18.89 13.23A7 7 0 0 0 19 12v-2" /><path d="m2 2 20 20" /><path d="M9 9v3a3 3 0 0 0 5.12 2.12" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 19v3" /><path d="M15 9.34V5a3 3 0 0 0-5.68-1.33" opacity="0.55" /><path d="M16.95 16.95A7 7 0 0 1 5 12v-2" /><path d="M18.89 13.23A7 7 0 0 0 19 12v-2" opacity="0.55" /><path d="m2 2 20 20" /><path d="M9 9v3a3 3 0 0 0 5.12 2.12" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">MicOff</text></g><g transform="translate(340 2406)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 18h8" /><path d="M3 22h18" /><path d="M14 22a7 7 0 1 0 0-14h-1" /><path d="M9 14h2" /><path d="M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z" /><path d="M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 18h8" /><path d="M3 22h18" opacity="0.55" /><path d="M14 22a7 7 0 1 0 0-14h-1" /><path d="M9 14h2" opacity="0.55" /><path d="M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z" /><path d="M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Microscope</text></g><g transform="translate(498 2406)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M8 3v3a2 2 0 0 1-2 2H3" /><path d="M21 8h-3a2 2 0 0 1-2-2V3" /><path d="M3 16h3a2 2 0 0 1 2 2v3" /><path d="M16 21v-3a2 2 0 0 1 2-2h3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M8 3v3a2 2 0 0 1-2 2H3" /><path d="M21 8h-3a2 2 0 0 1-2-2V3" opacity="0.55" /><path d="M3 16h3a2 2 0 0 1 2 2v3" /><path d="M16 21v-3a2 2 0 0 1 2-2h3" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Minimize</text></g><g transform="translate(656 2406)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m14 10 7-7" /><path d="M20 10h-6V4" /><path d="m3 21 7-7" /><path d="M4 14h6v6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m14 10 7-7" /><path d="M20 10h-6V4" opacity="0.55" /><path d="m3 21 7-7" /><path d="M4 14h6v6" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Minimize2</text></g><g transform="translate(814 2406)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Minus</text></g><g transform="translate(972 2406)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 7V5a2 2 0 0 1 2-2h2" /><path d="M17 3h2a2 2 0 0 1 2 2v2" /><path d="M21 17v2a2 2 0 0 1-2 2h-2" /><path d="M7 21H5a2 2 0 0 1-2-2v-2" /><path d="M8 14s1.5 2 4 2 4-2 4-2" /><path d="M9 9h.01" /><path d="M15 9h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 7V5a2 2 0 0 1 2-2h2" /><path d="M17 3h2a2 2 0 0 1 2 2v2" opacity="0.55" /><path d="M21 17v2a2 2 0 0 1-2 2h-2" /><path d="M7 21H5a2 2 0 0 1-2-2v-2" opacity="0.55" /><path d="M8 14s1.5 2 4 2 4-2 4-2" /><path d="M9 9h.01" opacity="0.55" /><path d="M15 9h.01" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Mirror</text></g><g transform="translate(24 2488)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="14" x="2" y="3" rx="2" /><line x1="8" x2="16" y1="21" y2="21" /><line x1="12" x2="12" y1="17" y2="21" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="14" x="2" y="3" rx="2" /><line x1="8" x2="16" y1="21" y2="21" opacity="0.55" /><line x1="12" x2="12" y1="17" y2="21" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Monitor</text></g><g transform="translate(182 2488)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Moon</text></g><g transform="translate(340 2488)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="1" /><circle cx="19" cy="12" r="1" /><circle cx="5" cy="12" r="1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="1" /><circle cx="19" cy="12" r="1" opacity="0.55" /><circle cx="5" cy="12" r="1" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">MoreHorizontal</text></g><g transform="translate(498 2488)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="1" /><circle cx="12" cy="5" r="1" /><circle cx="12" cy="19" r="1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="1" /><circle cx="12" cy="5" r="1" opacity="0.55" /><circle cx="12" cy="19" r="1" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">MoreVertical</text></g><g transform="translate(656 2488)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m8 3 4 8 5-5 5 15H2L8 3z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m8 3 4 8 5-5 5 15H2L8 3z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Mountain</text></g><g transform="translate(814 2488)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12.586 12.586 19 19" /><path d="M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12.586 12.586 19 19" /><path d="M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">MousePointer</text></g><g transform="translate(972 2488)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14 4.1 12 6" /><path d="m5.1 8-2.9-.8" /><path d="m6 12-1.9 2" /><path d="M7.2 2.2 8 5.1" /><path d="M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14 4.1 12 6" /><path d="m5.1 8-2.9-.8" opacity="0.55" /><path d="m6 12-1.9 2" /><path d="M7.2 2.2 8 5.1" opacity="0.55" /><path d="M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">MousePointerClick</text></g><g transform="translate(24 2570)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v20" /><path d="m15 19-3 3-3-3" /><path d="m19 9 3 3-3 3" /><path d="M2 12h20" /><path d="m5 9-3 3 3 3" /><path d="m9 5 3-3 3 3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v20" /><path d="m15 19-3 3-3-3" opacity="0.55" /><path d="m19 9 3 3-3 3" /><path d="M2 12h20" opacity="0.55" /><path d="m5 9-3 3 3 3" /><path d="m9 5 3-3 3 3" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Move</text></g><g transform="translate(182 2570)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18V5l12-2v13" /><circle cx="6" cy="18" r="3" /><circle cx="18" cy="16" r="3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18V5l12-2v13" /><circle cx="6" cy="18" r="3" opacity="0.55" /><circle cx="18" cy="16" r="3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Music</text></g><g transform="translate(340 2570)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 11 22 2 13 21 11 13 3 11" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 11 22 2 13 21 11 13 3 11" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Navigation</text></g><g transform="translate(498 2570)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect x="16" y="16" width="6" height="6" rx="1" /><rect x="2" y="16" width="6" height="6" rx="1" /><rect x="9" y="2" width="6" height="6" rx="1" /><path d="M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3" /><path d="M12 12V8" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect x="16" y="16" width="6" height="6" rx="1" /><rect x="2" y="16" width="6" height="6" rx="1" opacity="0.55" /><rect x="9" y="2" width="6" height="6" rx="1" /><path d="M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3" opacity="0.55" /><path d="M12 12V8" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Network</text></g><g transform="translate(656 2570)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Octagon</text></g><g transform="translate(814 2570)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20.341 6.484A10 10 0 0 1 10.266 21.85" /><path d="M3.659 17.516A10 10 0 0 1 13.74 2.152" /><circle cx="12" cy="12" r="3" /><circle cx="19" cy="5" r="2" /><circle cx="5" cy="19" r="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20.341 6.484A10 10 0 0 1 10.266 21.85" /><path d="M3.659 17.516A10 10 0 0 1 13.74 2.152" opacity="0.55" /><circle cx="12" cy="12" r="3" /><circle cx="19" cy="5" r="2" opacity="0.55" /><circle cx="5" cy="19" r="2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Orbit</text></g><g transform="translate(972 2570)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22v-9" /><path d="M15.17 2.21a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.655 1.655 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z" /><path d="M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13" /><path d="M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.636 1.636 0 0 0 1.63 0z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22v-9" /><path d="M15.17 2.21a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.655 1.655 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z" opacity="0.55" /><path d="M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13" /><path d="M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.636 1.636 0 0 0 1.63 0z" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">PackageOpen</text></g><g transform="translate(24 2652)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m14.622 17.897-10.68-2.913" /><path d="M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0z" /><path d="M9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m14.622 17.897-10.68-2.913" /><path d="M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0z" opacity="0.55" /><path d="M9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Paintbrush</text></g><g transform="translate(182 2652)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z" /><circle cx="13.5" cy="6.5" r=".5" fill="currentColor" /><circle cx="17.5" cy="10.5" r=".5" fill="currentColor" /><circle cx="6.5" cy="12.5" r=".5" fill="currentColor" /><circle cx="8.5" cy="7.5" r=".5" fill="currentColor" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z" /><circle cx="13.5" cy="6.5" r=".5" fill="currentColor" opacity="0.55" /><circle cx="17.5" cy="10.5" r=".5" fill="currentColor" /><circle cx="6.5" cy="12.5" r=".5" fill="currentColor" opacity="0.55" /><circle cx="8.5" cy="7.5" r=".5" fill="currentColor" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Palette</text></g><g transform="translate(340 2652)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M9 3v18" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M9 3v18" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">PanelLeft</text></g><g transform="translate(498 2652)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M9 3v18" /><path d="m16 15-3-3 3-3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M9 3v18" opacity="0.55" /><path d="m16 15-3-3 3-3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">PanelLeftClose</text></g><g transform="translate(656 2652)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M15 3v18" /><path d="m8 9 3 3-3 3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M15 3v18" opacity="0.55" /><path d="m8 9 3 3-3 3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">PanelRightClose</text></g><g transform="translate(814 2652)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M15 3v18" /><path d="m10 15-3-3 3-3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M15 3v18" opacity="0.55" /><path d="m10 15-3-3 3-3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">PanelRightOpen</text></g><g transform="translate(972 2652)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Paperclip</text></g><g transform="translate(24 2734)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M5.8 11.3 2 22l10.7-3.79" /><path d="M4 3h.01" /><path d="M22 8h.01" /><path d="M15 2h.01" /><path d="M22 20h.01" /><path d="m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10" /><path d="m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17" /><path d="m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7" /><path d="M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M5.8 11.3 2 22l10.7-3.79" /><path d="M4 3h.01" opacity="0.55" /><path d="M22 8h.01" /><path d="M15 2h.01" opacity="0.55" /><path d="M22 20h.01" /><path d="m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10" opacity="0.55" /><path d="m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17" /><path d="m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7" opacity="0.55" /><path d="M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">PartyPopper</text></g><g transform="translate(182 2734)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect x="14" y="3" width="5" height="18" rx="1" /><rect x="5" y="3" width="5" height="18" rx="1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect x="14" y="3" width="5" height="18" rx="1" /><rect x="5" y="3" width="5" height="18" rx="1" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Pause</text></g><g transform="translate(340 2734)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><line x1="10" x2="10" y1="15" y2="9" /><line x1="14" x2="14" y1="15" y2="9" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><line x1="10" x2="10" y1="15" y2="9" opacity="0.55" /><line x1="14" x2="14" y1="15" y2="9" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">PauseCircle</text></g><g transform="translate(498 2734)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" /><path d="m15 5 4 4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" /><path d="m15 5 4 4" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Pencil</text></g><g transform="translate(656 2734)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z" /><path d="m18 13-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18" /><path d="m2.3 2.3 7.286 7.286" /><circle cx="11" cy="11" r="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z" /><path d="m18 13-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18" opacity="0.55" /><path d="m2.3 2.3 7.286 7.286" /><circle cx="11" cy="11" r="2" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">PenTool</text></g><g transform="translate(814 2734)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><line x1="19" x2="5" y1="5" y2="19" /><circle cx="6.5" cy="6.5" r="2.5" /><circle cx="17.5" cy="17.5" r="2.5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><line x1="19" x2="5" y1="5" y2="19" /><circle cx="6.5" cy="6.5" r="2.5" opacity="0.55" /><circle cx="17.5" cy="17.5" r="2.5" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Percent</text></g><g transform="translate(972 2734)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Phone</text></g><g transform="translate(24 2816)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.1 13.9a14 14 0 0 0 3.732 2.668 1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2 18 18 0 0 1-12.728-5.272" /><path d="M22 2 2 22" /><path d="M4.76 13.582A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 .244.473" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.1 13.9a14 14 0 0 0 3.732 2.668 1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2 18 18 0 0 1-12.728-5.272" /><path d="M22 2 2 22" opacity="0.55" /><path d="M4.76 13.582A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 .244.473" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">PhoneOff</text></g><g transform="translate(182 2816)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z" /><path d="M21.21 15.89A10 10 0 1 1 8 2.83" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z" /><path d="M21.21 15.89A10 10 0 1 1 8 2.83" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">PieChart</text></g><g transform="translate(340 2816)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 17v5" /><path d="M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 17v5" /><path d="M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Pin</text></g><g transform="translate(498 2816)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Play</text></g><g transform="translate(656 2816)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z" /><circle cx="12" cy="12" r="10" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z" /><circle cx="12" cy="12" r="10" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">PlayCircle</text></g><g transform="translate(814 2816)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22v-5" /><path d="M15 8V2" /><path d="M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z" /><path d="M9 8V2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22v-5" /><path d="M15 8V2" opacity="0.55" /><path d="M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z" /><path d="M9 8V2" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Plug</text></g><g transform="translate(972 2816)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14" /><path d="M12 5v14" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14" /><path d="M12 5v14" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Plus</text></g><g transform="translate(24 2898)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v10" /><path d="M18.4 6.6a9 9 0 1 1-12.77.04" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v10" /><path d="M18.4 6.6a9 9 0 1 1-12.77.04" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Power</text></g><g transform="translate(182 2898)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2 3h20" /><path d="M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3" /><path d="m7 21 5-5 5 5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2 3h20" /><path d="M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3" opacity="0.55" /><path d="m7 21 5-5 5 5" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Presentation</text></g><g transform="translate(340 2898)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Puzzle</text></g><g transform="translate(498 2898)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z" /><path d="M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z" /><path d="M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Quote</text></g><g transform="translate(656 2898)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16.247 7.761a6 6 0 0 1 0 8.478" /><path d="M19.075 4.933a10 10 0 0 1 0 14.134" /><path d="M4.925 19.067a10 10 0 0 1 0-14.134" /><path d="M7.753 16.239a6 6 0 0 1 0-8.478" /><circle cx="12" cy="12" r="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16.247 7.761a6 6 0 0 1 0 8.478" /><path d="M19.075 4.933a10 10 0 0 1 0 14.134" opacity="0.55" /><path d="M4.925 19.067a10 10 0 0 1 0-14.134" /><path d="M7.753 16.239a6 6 0 0 1 0-8.478" opacity="0.55" /><circle cx="12" cy="12" r="2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Radio</text></g><g transform="translate(814 2898)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" /><path d="M3 3v5h5" /><path d="M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16" /><path d="M16 16h5v5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" /><path d="M3 3v5h5" opacity="0.55" /><path d="M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16" /><path d="M16 16h5v5" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">RefreshCcw</text></g><g transform="translate(972 2898)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" /><path d="M21 3v5h-5" /><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" /><path d="M8 16H3v5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" /><path d="M21 3v5h-5" opacity="0.55" /><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" /><path d="M8 16H3v5" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">RefreshCw</text></g><g transform="translate(24 2980)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 18v-2a4 4 0 0 0-4-4H4" /><path d="m9 17-5-5 5-5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 18v-2a4 4 0 0 0-4-4H4" /><path d="m9 17-5-5 5-5" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Reply</text></g><g transform="translate(182 2980)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5" /><path d="M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09" /><path d="M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z" /><path d="M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5" /><path d="M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09" opacity="0.55" /><path d="M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z" /><path d="M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Rocket</text></g><g transform="translate(340 2980)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" /><path d="M3 3v5h5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" /><path d="M3 3v5h5" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">RotateCcw</text></g><g transform="translate(498 2980)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8" /><path d="M21 3v5h-5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8" /><path d="M21 3v5h-5" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">RotateCw</text></g><g transform="translate(656 2980)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="6" cy="19" r="3" /><path d="M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15" /><circle cx="18" cy="5" r="3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="6" cy="19" r="3" /><path d="M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15" opacity="0.55" /><circle cx="18" cy="5" r="3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Route</text></g><g transform="translate(814 2980)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M3 12h18" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M3 12h18" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Rows</text></g><g transform="translate(972 2980)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" /><path d="M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" /><path d="M7 3v4a1 1 0 0 0 1 1h7" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" /><path d="M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" opacity="0.55" /><path d="M7 3v4a1 1 0 0 0 1 1h7" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Save</text></g><g transform="translate(24 3062)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3v18" /><path d="m19 8 3 8a5 5 0 0 1-6 0zV7" /><path d="M3 7h1a17 17 0 0 0 8-2 17 17 0 0 0 8 2h1" /><path d="m5 8 3 8a5 5 0 0 1-6 0zV7" /><path d="M7 21h10" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3v18" /><path d="m19 8 3 8a5 5 0 0 1-6 0zV7" opacity="0.55" /><path d="M3 7h1a17 17 0 0 0 8-2 17 17 0 0 0 8 2h1" /><path d="m5 8 3 8a5 5 0 0 1-6 0zV7" opacity="0.55" /><path d="M7 21h10" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Scale</text></g><g transform="translate(182 3062)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 7V5a2 2 0 0 1 2-2h2" /><path d="M17 3h2a2 2 0 0 1 2 2v2" /><path d="M21 17v2a2 2 0 0 1-2 2h-2" /><path d="M7 21H5a2 2 0 0 1-2-2v-2" /><path d="M8 14s1.5 2 4 2 4-2 4-2" /><path d="M9 9h.01" /><path d="M15 9h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M3 7V5a2 2 0 0 1 2-2h2" /><path d="M17 3h2a2 2 0 0 1 2 2v2" opacity="0.55" /><path d="M21 17v2a2 2 0 0 1-2 2h-2" /><path d="M7 21H5a2 2 0 0 1-2-2v-2" opacity="0.55" /><path d="M8 14s1.5 2 4 2 4-2 4-2" /><path d="M9 9h.01" opacity="0.55" /><path d="M15 9h.01" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ScanFace</text></g><g transform="translate(340 3062)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="6" cy="6" r="3" /><path d="M8.12 8.12 12 12" /><path d="M20 4 8.12 15.88" /><circle cx="6" cy="18" r="3" /><path d="M14.8 14.8 20 20" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="6" cy="6" r="3" /><path d="M8.12 8.12 12 12" opacity="0.55" /><path d="M20 4 8.12 15.88" /><circle cx="6" cy="18" r="3" opacity="0.55" /><path d="M14.8 14.8 20 20" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Scissors</text></g><g transform="translate(498 3062)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M19 17V5a2 2 0 0 0-2-2H4" /><path d="M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M19 17V5a2 2 0 0 0-2-2H4" /><path d="M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Scroll</text></g><g transform="translate(656 3062)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 12h-5" /><path d="M15 8h-5" /><path d="M19 17V5a2 2 0 0 0-2-2H4" /><path d="M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 12h-5" /><path d="M15 8h-5" opacity="0.55" /><path d="M19 17V5a2 2 0 0 0-2-2H4" /><path d="M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ScrollText</text></g><g transform="translate(814 3062)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m21 21-4.34-4.34" /><circle cx="11" cy="11" r="8" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m21 21-4.34-4.34" /><circle cx="11" cy="11" r="8" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Search</text></g><g transform="translate(972 3062)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z" /><path d="m21.854 2.147-10.94 10.939" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z" /><path d="m21.854 2.147-10.94 10.939" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Send</text></g><g transform="translate(24 3144)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="8" x="2" y="2" rx="2" ry="2" /><rect width="20" height="8" x="2" y="14" rx="2" ry="2" /><line x1="6" x2="6.01" y1="6" y2="6" /><line x1="6" x2="6.01" y1="18" y2="18" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="20" height="8" x="2" y="2" rx="2" ry="2" /><rect width="20" height="8" x="2" y="14" rx="2" ry="2" opacity="0.55" /><line x1="6" x2="6.01" y1="6" y2="6" /><line x1="6" x2="6.01" y1="18" y2="18" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Server</text></g><g transform="translate(182 3144)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5" /><path d="M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z" /><path d="M22 17v-1a2 2 0 0 0-2-2h-1" /><path d="M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z" /><path d="M6 18h.01" /><path d="m2 2 20 20" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5" /><path d="M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z" opacity="0.55" /><path d="M22 17v-1a2 2 0 0 0-2-2h-1" /><path d="M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z" opacity="0.55" /><path d="M6 18h.01" /><path d="m2 2 20 20" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ServerOff</text></g><g transform="translate(340 3144)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915" /><circle cx="12" cy="12" r="3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915" /><circle cx="12" cy="12" r="3" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Settings</text></g><g transform="translate(498 3144)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14 17H5" /><path d="M19 7h-9" /><circle cx="17" cy="17" r="3" /><circle cx="7" cy="7" r="3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14 17H5" /><path d="M19 7h-9" opacity="0.55" /><circle cx="17" cy="17" r="3" /><circle cx="7" cy="7" r="3" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Settings2</text></g><g transform="translate(656 3144)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="18" cy="5" r="3" /><circle cx="6" cy="12" r="3" /><circle cx="18" cy="19" r="3" /><line x1="8.59" x2="15.42" y1="13.51" y2="17.49" /><line x1="15.41" x2="8.59" y1="6.51" y2="10.49" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="18" cy="5" r="3" /><circle cx="6" cy="12" r="3" opacity="0.55" /><circle cx="18" cy="19" r="3" /><line x1="8.59" x2="15.42" y1="13.51" y2="17.49" opacity="0.55" /><line x1="15.41" x2="8.59" y1="6.51" y2="10.49" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Share2</text></g><g transform="translate(814 3144)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Shield</text></g><g transform="translate(972 3144)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" /><path d="M12 8v4" /><path d="M12 16h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" /><path d="M12 8v4" opacity="0.55" /><path d="M12 16h.01" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ShieldAlert</text></g><g transform="translate(24 3226)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" /><path d="m9 12 2 2 4-4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" /><path d="m9 12 2 2 4-4" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ShieldCheck</text></g><g transform="translate(182 3226)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" /><path d="m14.5 9.5-5 5" /><path d="m9.5 9.5 5 5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" /><path d="m14.5 9.5-5 5" opacity="0.55" /><path d="m9.5 9.5 5 5" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ShieldX</text></g><g transform="translate(340 3226)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Shirt</text></g><g transform="translate(498 3226)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z" /><path d="M3 6h18" /><path d="M16 10a4 4 0 0 1-8 0" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z" /><path d="M3 6h18" opacity="0.55" /><path d="M16 10a4 4 0 0 1-8 0" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ShoppingBag</text></g><g transform="translate(656 3226)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="8" cy="21" r="1" /><circle cx="19" cy="21" r="1" /><path d="M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="8" cy="21" r="1" /><circle cx="19" cy="21" r="1" opacity="0.55" /><path d="M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ShoppingCart</text></g><g transform="translate(814 3226)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m18 14 4 4-4 4" /><path d="m18 2 4 4-4 4" /><path d="M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22" /><path d="M2 6h1.972a4 4 0 0 1 3.6 2.2" /><path d="M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m18 14 4 4-4 4" /><path d="m18 2 4 4-4 4" opacity="0.55" /><path d="M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22" /><path d="M2 6h1.972a4 4 0 0 1 3.6 2.2" opacity="0.55" /><path d="M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Shuffle</text></g><g transform="translate(972 3226)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2 20h.01" /><path d="M7 20v-4" /><path d="M12 20v-8" /><path d="M17 20V8" /><path d="M22 4v16" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2 20h.01" /><path d="M7 20v-4" opacity="0.55" /><path d="M12 20v-8" /><path d="M17 20V8" opacity="0.55" /><path d="M22 4v16" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Signal</text></g><g transform="translate(24 3308)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z" /><path d="M3 20V4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z" /><path d="M3 20V4" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">SkipBack</text></g><g transform="translate(182 3308)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 4v16" /><path d="M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M21 4v16" /><path d="M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">SkipForward</text></g><g transform="translate(340 3308)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m12.5 17-.5-1-.5 1h1z" /><path d="M15 22a1 1 0 0 0 1-1v-1a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20v1a1 1 0 0 0 1 1z" /><circle cx="15" cy="12" r="1" /><circle cx="9" cy="12" r="1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m12.5 17-.5-1-.5 1h1z" /><path d="M15 22a1 1 0 0 0 1-1v-1a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20v1a1 1 0 0 0 1 1z" opacity="0.55" /><circle cx="15" cy="12" r="1" /><circle cx="9" cy="12" r="1" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Skull</text></g><g transform="translate(498 3308)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 8h4" /><path d="M12 21v-9" /><path d="M12 8V3" /><path d="M17 16h4" /><path d="M19 12V3" /><path d="M19 21v-5" /><path d="M3 14h4" /><path d="M5 10V3" /><path d="M5 21v-7" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 8h4" /><path d="M12 21v-9" opacity="0.55" /><path d="M12 8V3" /><path d="M17 16h4" opacity="0.55" /><path d="M19 12V3" /><path d="M19 21v-5" opacity="0.55" /><path d="M3 14h4" /><path d="M5 10V3" opacity="0.55" /><path d="M5 21v-7" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Sliders</text></g><g transform="translate(656 3308)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="14" height="20" x="5" y="2" rx="2" ry="2" /><path d="M12 18h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="14" height="20" x="5" y="2" rx="2" ry="2" /><path d="M12 18h.01" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Smartphone</text></g><g transform="translate(814 3308)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M8 14s1.5 2 4 2 4-2 4-2" /><line x1="9" x2="9.01" y1="9" y2="9" /><line x1="15" x2="15.01" y1="9" y2="9" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="M8 14s1.5 2 4 2 4-2 4-2" opacity="0.55" /><line x1="9" x2="9.01" y1="9" y2="9" /><line x1="15" x2="15.01" y1="9" y2="9" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Smile</text></g><g transform="translate(972 3308)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m10 20-1.25-2.5L6 18" /><path d="M10 4 8.75 6.5 6 6" /><path d="m14 20 1.25-2.5L18 18" /><path d="m14 4 1.25 2.5L18 6" /><path d="m17 21-3-6h-4" /><path d="m17 3-3 6 1.5 3" /><path d="M2 12h6.5L10 9" /><path d="m20 10-1.5 2 1.5 2" /><path d="M22 12h-6.5L14 15" /><path d="m4 10 1.5 2L4 14" /><path d="m7 21 3-6-1.5-3" /><path d="m7 3 3 6h4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m10 20-1.25-2.5L6 18" /><path d="M10 4 8.75 6.5 6 6" opacity="0.55" /><path d="m14 20 1.25-2.5L18 18" /><path d="m14 4 1.25 2.5L18 6" opacity="0.55" /><path d="m17 21-3-6h-4" /><path d="m17 3-3 6 1.5 3" opacity="0.55" /><path d="M2 12h6.5L10 9" /><path d="m20 10-1.5 2 1.5 2" opacity="0.55" /><path d="M22 12h-6.5L14 15" /><path d="m4 10 1.5 2L4 14" opacity="0.55" /><path d="m7 21 3-6-1.5-3" /><path d="m7 3 3 6h4" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Snowflake</text></g><g transform="translate(24 3390)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" /><path d="M20 2v4" /><path d="M22 4h-4" /><circle cx="4" cy="20" r="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" /><path d="M20 2v4" opacity="0.55" /><path d="M22 4h-4" /><circle cx="4" cy="20" r="2" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Sparkles</text></g><g transform="translate(182 3390)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="16" height="20" x="4" y="2" rx="2" /><path d="M12 6h.01" /><circle cx="12" cy="14" r="4" /><path d="M12 14h.01" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="16" height="20" x="4" y="2" rx="2" /><path d="M12 6h.01" opacity="0.55" /><circle cx="12" cy="14" r="4" /><path d="M12 14h.01" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Speaker</text></g><g transform="translate(340 3390)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 3h5v5" /><path d="M8 3H3v5" /><path d="M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3" /><path d="m15 9 6-6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 3h5v5" /><path d="M8 3H3v5" opacity="0.55" /><path d="M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3" /><path d="m15 9 6-6" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Split</text></g><g transform="translate(498 3390)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3" /><path d="M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3" /><line x1="12" x2="12" y1="4" y2="20" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3" /><path d="M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3" opacity="0.55" /><line x1="12" x2="12" y1="4" y2="20" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">SplitSquareHorizontal</text></g><g transform="translate(656 3390)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4 4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3" /><path d="M4 9a5 5 0 0 1 8 4 5 5 0 0 1-8-4" /><path d="M5 21h14" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4 4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3" /><path d="M4 9a5 5 0 0 1 8 4 5 5 0 0 1-8-4" opacity="0.55" /><path d="M5 21h14" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Sprout</text></g><g transform="translate(814 3390)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Square</text></g><g transform="translate(972 3390)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Star</text></g><g transform="translate(24 3472)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 2v2" /><path d="M5 2v2" /><path d="M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1" /><path d="M8 15a6 6 0 0 0 12 0v-3" /><circle cx="20" cy="10" r="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 2v2" /><path d="M5 2v2" opacity="0.55" /><path d="M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1" /><path d="M8 15a6 6 0 0 0 12 0v-3" opacity="0.55" /><circle cx="20" cy="10" r="2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Stethoscope</text></g><g transform="translate(182 3472)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="4" /><path d="M12 2v2" /><path d="M12 20v2" /><path d="m4.93 4.93 1.41 1.41" /><path d="m17.66 17.66 1.41 1.41" /><path d="M2 12h2" /><path d="M20 12h2" /><path d="m6.34 17.66-1.41 1.41" /><path d="m19.07 4.93-1.41 1.41" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="4" /><path d="M12 2v2" opacity="0.55" /><path d="M12 20v2" /><path d="m4.93 4.93 1.41 1.41" opacity="0.55" /><path d="m17.66 17.66 1.41 1.41" /><path d="M2 12h2" opacity="0.55" /><path d="M20 12h2" /><path d="m6.34 17.66-1.41 1.41" opacity="0.55" /><path d="m19.07 4.93-1.41 1.41" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Sun</text></g><g transform="translate(340 3472)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m11 19-6-6" /><path d="m5 21-2-2" /><path d="m8 16-4 4" /><path d="M9.5 17.5 21 6V3h-3L6.5 14.5" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m11 19-6-6" /><path d="m5 21-2-2" opacity="0.55" /><path d="m8 16-4 4" /><path d="M9.5 17.5 21 6V3h-3L6.5 14.5" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Sword</text></g><g transform="translate(498 3472)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><polyline points="14.5 17.5 3 6 3 3 6 3 17.5 14.5" /><line x1="13" x2="19" y1="19" y2="13" /><line x1="16" x2="20" y1="16" y2="20" /><line x1="19" x2="21" y1="21" y2="19" /><polyline points="14.5 6.5 18 3 21 3 21 6 17.5 9.5" /><line x1="5" x2="9" y1="14" y2="18" /><line x1="7" x2="4" y1="17" y2="20" /><line x1="3" x2="5" y1="19" y2="21" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><polyline points="14.5 17.5 3 6 3 3 6 3 17.5 14.5" /><line x1="13" x2="19" y1="19" y2="13" opacity="0.55" /><line x1="16" x2="20" y1="16" y2="20" /><line x1="19" x2="21" y1="21" y2="19" opacity="0.55" /><polyline points="14.5 6.5 18 3 21 3 21 6 17.5 9.5" /><line x1="5" x2="9" y1="14" y2="18" opacity="0.55" /><line x1="7" x2="4" y1="17" y2="20" /><line x1="3" x2="5" y1="19" y2="21" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Swords</text></g><g transform="translate(656 3472)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m18 2 4 4" /><path d="m17 7 3-3" /><path d="M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5" /><path d="m9 11 4 4" /><path d="m5 19-3 3" /><path d="m14 4 6 6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m18 2 4 4" /><path d="m17 7 3-3" opacity="0.55" /><path d="M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5" /><path d="m9 11 4 4" opacity="0.55" /><path d="m5 19-3 3" /><path d="m14 4 6 6" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Syringe</text></g><g transform="translate(814 3472)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3v18" /><rect width="18" height="18" x="3" y="3" rx="2" /><path d="M3 9h18" /><path d="M3 15h18" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3v18" /><rect width="18" height="18" x="3" y="3" rx="2" opacity="0.55" /><path d="M3 9h18" /><path d="M3 15h18" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Table</text></g><g transform="translate(972 3472)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Table2</text></g><g transform="translate(24 3554)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z" /><circle cx="7.5" cy="7.5" r=".5" fill="currentColor" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z" /><circle cx="7.5" cy="7.5" r=".5" fill="currentColor" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Tag</text></g><g transform="translate(182 3554)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><circle cx="12" cy="12" r="6" /><circle cx="12" cy="12" r="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><circle cx="12" cy="12" r="6" opacity="0.55" /><circle cx="12" cy="12" r="2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Target</text></g><g transform="translate(340 3554)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 19h8" /><path d="m4 17 6-6-6-6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 19h8" /><path d="m4 17 6-6-6-6" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Terminal</text></g><g transform="translate(498 3554)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m7 11 2-2-2-2" /><path d="M11 13h4" /><rect width="18" height="18" x="3" y="3" rx="2" ry="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m7 11 2-2-2-2" /><path d="M11 13h4" opacity="0.55" /><rect width="18" height="18" x="3" y="3" rx="2" ry="2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">TerminalSquare</text></g><g transform="translate(656 3554)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2 10s3-3 3-8" /><path d="M22 10s-3-3-3-8" /><path d="M10 2c0 4.4-3.6 8-8 8" /><path d="M14 2c0 4.4 3.6 8 8 8" /><path d="M2 10s2 2 2 5" /><path d="M22 10s-2 2-2 5" /><path d="M8 15h8" /><path d="M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1" /><path d="M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2 10s3-3 3-8" /><path d="M22 10s-3-3-3-8" opacity="0.55" /><path d="M10 2c0 4.4-3.6 8-8 8" /><path d="M14 2c0 4.4 3.6 8 8 8" opacity="0.55" /><path d="M2 10s2 2 2 5" /><path d="M22 10s-2 2-2 5" opacity="0.55" /><path d="M8 15h8" /><path d="M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1" opacity="0.55" /><path d="M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Theater</text></g><g transform="translate(814 3554)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Thermometer</text></g><g transform="translate(972 3554)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v2" /><path d="M12 8a4 4 0 0 0-1.645 7.647" /><path d="M2 12h2" /><path d="M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z" /><path d="m4.93 4.93 1.41 1.41" /><path d="m6.34 17.66-1.41 1.41" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v2" /><path d="M12 8a4 4 0 0 0-1.645 7.647" opacity="0.55" /><path d="M2 12h2" /><path d="M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z" opacity="0.55" /><path d="m4.93 4.93 1.41 1.41" /><path d="m6.34 17.66-1.41 1.41" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ThermometerSun</text></g><g transform="translate(24 3636)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z" /><path d="M17 14V2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z" /><path d="M17 14V2" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ThumbsDown</text></g><g transform="translate(182 3636)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z" /><path d="M7 10v12" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z" /><path d="M7 10v12" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ThumbsUp</text></g><g transform="translate(340 3636)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" /><path d="M13 5v2" /><path d="M13 17v2" /><path d="M13 11v2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" /><path d="M13 5v2" opacity="0.55" /><path d="M13 17v2" /><path d="M13 11v2" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Ticket</text></g><g transform="translate(498 3636)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><line x1="10" x2="14" y1="2" y2="2" /><line x1="12" x2="15" y1="14" y2="11" /><circle cx="12" cy="14" r="8" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><line x1="10" x2="14" y1="2" y2="2" /><line x1="12" x2="15" y1="14" y2="11" opacity="0.55" /><circle cx="12" cy="14" r="8" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Timer</text></g><g transform="translate(656 3636)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 11v6" /><path d="M14 11v6" /><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" /><path d="M3 6h18" /><path d="M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 11v6" /><path d="M14 11v6" opacity="0.55" /><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" /><path d="M3 6h18" opacity="0.55" /><path d="M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Trash2</text></g><g transform="translate(814 3636)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 17h6v-6" /><path d="m22 17-8.5-8.5-5 5L2 7" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 17h6v-6" /><path d="m22 17-8.5-8.5-5 5L2 7" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">TrendingDown</text></g><g transform="translate(972 3636)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 7h6v6" /><path d="m22 7-8.5 8.5-5-5L2 17" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 7h6v6" /><path d="m22 7-8.5 8.5-5-5L2 17" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">TrendingUp</text></g><g transform="translate(24 3718)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Triangle</text></g><g transform="translate(182 3718)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978" /><path d="M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978" /><path d="M18 9h1.5a1 1 0 0 0 0-5H18" /><path d="M4 22h16" /><path d="M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z" /><path d="M6 9H4.5a1 1 0 0 1 0-5H6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978" /><path d="M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978" opacity="0.55" /><path d="M18 9h1.5a1 1 0 0 0 0-5H18" /><path d="M4 22h16" opacity="0.55" /><path d="M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z" /><path d="M6 9H4.5a1 1 0 0 1 0-5H6" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Trophy</text></g><g transform="translate(340 3718)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Twitter</text></g><g transform="translate(498 3718)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 4v16" /><path d="M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2" /><path d="M9 20h6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 4v16" /><path d="M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2" opacity="0.55" /><path d="M9 20h6" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Type</text></g><g transform="translate(656 3718)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71" /><path d="m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71" /><line x1="8" x2="8" y1="2" y2="5" /><line x1="2" x2="5" y1="8" y2="8" /><line x1="16" x2="16" y1="19" y2="22" /><line x1="19" x2="22" y1="16" y2="16" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71" /><path d="m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71" opacity="0.55" /><line x1="8" x2="8" y1="2" y2="5" /><line x1="2" x2="5" y1="8" y2="8" opacity="0.55" /><line x1="16" x2="16" y1="19" y2="22" /><line x1="19" x2="22" y1="16" y2="16" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Unlink</text></g><g transform="translate(814 3718)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="11" x="3" y="11" rx="2" ry="2" /><path d="M7 11V7a5 5 0 0 1 9.9-1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="11" x="3" y="11" rx="2" ry="2" /><path d="M7 11V7a5 5 0 0 1 9.9-1" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Unlock</text></g><g transform="translate(972 3718)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m19 5 3-3" /><path d="m2 22 3-3" /><path d="M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z" /><path d="M7.5 13.5 10 11" /><path d="M10.5 16.5 13 14" /><path d="m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m19 5 3-3" /><path d="m2 22 3-3" opacity="0.55" /><path d="M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z" /><path d="M7.5 13.5 10 11" opacity="0.55" /><path d="M10.5 16.5 13 14" /><path d="m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Unplug</text></g><g transform="translate(24 3800)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3v12" /><path d="m17 8-5-5-5 5" /><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3v12" /><path d="m17 8-5-5-5 5" opacity="0.55" /><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Upload</text></g><g transform="translate(182 3800)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" /><circle cx="12" cy="7" r="4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" /><circle cx="12" cy="7" r="4" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">User</text></g><g transform="translate(340 3800)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m16 11 2 2 4-4" /><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" /><circle cx="9" cy="7" r="4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m16 11 2 2 4-4" /><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" opacity="0.55" /><circle cx="9" cy="7" r="4" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">UserCheck</text></g><g transform="translate(498 3800)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><circle cx="12" cy="10" r="3" /><path d="M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><circle cx="12" cy="10" r="3" opacity="0.55" /><path d="M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">UserCircle</text></g><g transform="translate(656 3800)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" /><circle cx="9" cy="7" r="4" /><line x1="22" x2="16" y1="11" y2="11" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" /><circle cx="9" cy="7" r="4" opacity="0.55" /><line x1="22" x2="16" y1="11" y2="11" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">UserMinus</text></g><g transform="translate(814 3800)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" /><circle cx="9" cy="7" r="4" /><line x1="19" x2="19" y1="8" y2="14" /><line x1="22" x2="16" y1="11" y2="11" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" /><circle cx="9" cy="7" r="4" opacity="0.55" /><line x1="19" x2="19" y1="8" y2="14" /><line x1="22" x2="16" y1="11" y2="11" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">UserPlus</text></g><g transform="translate(972 3800)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="8" r="5" /><path d="M20 21a8 8 0 0 0-16 0" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="8" r="5" /><path d="M20 21a8 8 0 0 0-16 0" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">UserRound</text></g><g transform="translate(24 3882)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" /><path d="M16 3.128a4 4 0 0 1 0 7.744" /><path d="M22 21v-2a4 4 0 0 0-3-3.87" /><circle cx="9" cy="7" r="4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" /><path d="M16 3.128a4 4 0 0 1 0 7.744" opacity="0.55" /><path d="M22 21v-2a4 4 0 0 0-3-3.87" /><circle cx="9" cy="7" r="4" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Users</text></g><g transform="translate(182 3882)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M18 21a8 8 0 0 0-16 0" /><circle cx="10" cy="8" r="5" /><path d="M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M18 21a8 8 0 0 0-16 0" /><circle cx="10" cy="8" r="5" opacity="0.55" /><path d="M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">UsersRound</text></g><g transform="translate(340 3882)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" /><circle cx="9" cy="7" r="4" /><line x1="17" x2="22" y1="8" y2="13" /><line x1="22" x2="17" y1="8" y2="13" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" /><circle cx="9" cy="7" r="4" opacity="0.55" /><line x1="17" x2="22" y1="8" y2="13" /><line x1="22" x2="17" y1="8" y2="13" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">UserX</text></g><g transform="translate(498 3882)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m2 8 2 2-2 2 2 2-2 2" /><path d="m22 8-2 2 2 2-2 2 2 2" /><rect width="8" height="14" x="8" y="5" rx="1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m2 8 2 2-2 2 2 2-2 2" /><path d="m22 8-2 2 2 2-2 2 2 2" opacity="0.55" /><rect width="8" height="14" x="8" y="5" rx="1" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Vibrate</text></g><g transform="translate(656 3882)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5" /><rect x="2" y="6" width="14" height="12" rx="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5" /><rect x="2" y="6" width="14" height="12" rx="2" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Video</text></g><g transform="translate(814 3882)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z" /><path d="M16 9a5 5 0 0 1 0 6" /><path d="M19.364 18.364a9 9 0 0 0 0-12.728" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z" /><path d="M16 9a5 5 0 0 1 0 6" opacity="0.55" /><path d="M19.364 18.364a9 9 0 0 0 0-12.728" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Volume2</text></g><g transform="translate(972 3882)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z" /><line x1="22" x2="16" y1="9" y2="15" /><line x1="16" x2="22" y1="9" y2="15" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z" /><line x1="22" x2="16" y1="9" y2="15" opacity="0.55" /><line x1="16" x2="22" y1="9" y2="15" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">VolumeX</text></g><g transform="translate(24 3964)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1" /><path d="M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1" /><path d="M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Wallet</text></g><g transform="translate(182 3964)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72" /><path d="m14 7 3 3" /><path d="M5 6v4" /><path d="M19 14v4" /><path d="M10 2v2" /><path d="M7 8H3" /><path d="M21 16h-4" /><path d="M11 3H9" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72" /><path d="m14 7 3 3" opacity="0.55" /><path d="M5 6v4" /><path d="M19 14v4" opacity="0.55" /><path d="M10 2v2" /><path d="M7 8H3" opacity="0.55" /><path d="M21 16h-4" /><path d="M11 3H9" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Wand2</text></g><g transform="translate(340 3964)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 10v2.2l1.6 1" /><path d="m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05" /><path d="m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05" /><circle cx="12" cy="12" r="6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 10v2.2l1.6 1" /><path d="m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05" opacity="0.55" /><path d="m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05" /><circle cx="12" cy="12" r="6" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Watch</text></g><g transform="translate(498 3964)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" /><path d="M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" /><path d="M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" /><path d="M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" opacity="0.55" /><path d="M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Waves</text></g><g transform="translate(656 3964)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2" /><path d="m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06" /><path d="m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2" /><path d="m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06" opacity="0.55" /><path d="m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Webhook</text></g><g transform="translate(814 3964)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 20h.01" /><path d="M2 8.82a15 15 0 0 1 20 0" /><path d="M5 12.859a10 10 0 0 1 14 0" /><path d="M8.5 16.429a5 5 0 0 1 7 0" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 20h.01" /><path d="M2 8.82a15 15 0 0 1 20 0" opacity="0.55" /><path d="M5 12.859a10 10 0 0 1 14 0" /><path d="M8.5 16.429a5 5 0 0 1 7 0" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Wifi</text></g><g transform="translate(972 3964)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 20h.01" /><path d="M8.5 16.429a5 5 0 0 1 7 0" /><path d="M5 12.859a10 10 0 0 1 5.17-2.69" /><path d="M19 12.859a10 10 0 0 0-2.007-1.523" /><path d="M2 8.82a15 15 0 0 1 4.177-2.643" /><path d="M22 8.82a15 15 0 0 0-11.288-3.764" /><path d="m2 2 20 20" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12 20h.01" /><path d="M8.5 16.429a5 5 0 0 1 7 0" opacity="0.55" /><path d="M5 12.859a10 10 0 0 1 5.17-2.69" /><path d="M19 12.859a10 10 0 0 0-2.007-1.523" opacity="0.55" /><path d="M2 8.82a15 15 0 0 1 4.177-2.643" /><path d="M22 8.82a15 15 0 0 0-11.288-3.764" opacity="0.55" /><path d="m2 2 20 20" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">WifiOff</text></g><g transform="translate(24 4046)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12.8 19.6A2 2 0 1 0 14 16H2" /><path d="M17.5 8a2.5 2.5 0 1 1 2 4H2" /><path d="M9.8 4.4A2 2 0 1 1 11 8H2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M12.8 19.6A2 2 0 1 0 14 16H2" /><path d="M17.5 8a2.5 2.5 0 1 1 2 4H2" opacity="0.55" /><path d="M9.8 4.4A2 2 0 1 1 11 8H2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Wind</text></g><g transform="translate(182 4046)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="8" height="8" x="3" y="3" rx="2" /><path d="M7 11v4a2 2 0 0 0 2 2h4" /><rect width="8" height="8" x="13" y="13" rx="2" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><rect width="8" height="8" x="3" y="3" rx="2" /><path d="M7 11v4a2 2 0 0 0 2 2h4" opacity="0.55" /><rect width="8" height="8" x="13" y="13" rx="2" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Workflow</text></g><g transform="translate(340 4046)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Wrench</text></g><g transform="translate(498 4046)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18" /><path d="m6 6 12 12" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18" /><path d="m6 6 12 12" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">X</text></g><g transform="translate(656 4046)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="m15 9-6 6" /><path d="m9 9 6 6" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10" /><path d="m15 9-6 6" opacity="0.55" /><path d="m9 9 6 6" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">XCircle</text></g><g transform="translate(814 4046)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17" /><path d="m10 15 5-3-5-3z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17" /><path d="m10 15 5-3-5-3z" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Youtube</text></g><g transform="translate(972 4046)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">Zap</text></g><g transform="translate(24 4128)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317" /><path d="M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773" /><path d="M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643" /><path d="m2 2 20 20" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><path d="M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317" /><path d="M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773" opacity="0.55" /><path d="M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643" /><path d="m2 2 20 20" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ZapOff</text></g><g transform="translate(182 4128)"><rect width="148" height="72" rx="12" fill="#ffffffea" stroke="#d4deea" /><g transform="translate(12 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8" /><line x1="21" x2="16.65" y1="21" y2="16.65" /><line x1="11" x2="11" y1="8" y2="14" /><line x1="8" x2="14" y1="11" y2="11" /></g><g transform="translate(42 12) scale(0.9166666666666666)" fill="none" stroke="currentColor" stroke-width="1.85" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8" /><line x1="21" x2="16.65" y1="21" y2="16.65" opacity="0.55" /><line x1="11" x2="11" y1="8" y2="14" /><line x1="8" x2="14" y1="11" y2="11" opacity="0.55" /></g><text x="12" y="56" fill="#334155" font-size="11" font-weight="600">ZoomIn</text></g></g></svg>