proicons 4.13.0 → 4.13.1

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 (1632) hide show
  1. package/dist/cjs/proicons.cjs +1400 -89
  2. package/dist/esm/_virtual/_@oxc-project_runtime@0.108.0/helpers/assertClassBrand.js +14 -0
  3. package/dist/esm/_virtual/_@oxc-project_runtime@0.108.0/helpers/checkPrivateRedeclaration.js +13 -0
  4. package/dist/esm/_virtual/_@oxc-project_runtime@0.108.0/helpers/classPrivateFieldGet2.js +15 -0
  5. package/dist/esm/_virtual/_@oxc-project_runtime@0.108.0/helpers/classPrivateFieldInitSpec.js +15 -0
  6. package/dist/esm/_virtual/_@oxc-project_runtime@0.108.0/helpers/classPrivateFieldSet2.js +15 -0
  7. package/dist/esm/_virtual/rolldown_runtime.js +24 -0
  8. package/dist/esm/categories.js +7 -6
  9. package/dist/esm/functions/getIconInfo.js +10 -9
  10. package/dist/esm/functions/replace.js +11 -10
  11. package/dist/esm/functions/search.js +9 -8
  12. package/dist/esm/iconList.js +25 -6
  13. package/dist/esm/icons/AccessibilityIcon.js +43 -0
  14. package/dist/esm/icons/AddCircleIcon.js +45 -0
  15. package/dist/esm/icons/AddIcon.js +38 -0
  16. package/dist/esm/icons/AddRhombusIcon.js +38 -0
  17. package/dist/esm/icons/AddSquareIcon.js +47 -0
  18. package/dist/esm/icons/AddSquareMultipleIcon.js +62 -0
  19. package/dist/esm/icons/AirplaneIcon.js +45 -0
  20. package/dist/esm/icons/AirplaneLandingIcon.js +47 -0
  21. package/dist/esm/icons/AirplaneTakeoffIcon.js +47 -0
  22. package/dist/esm/icons/AlarmClockIcon.js +66 -0
  23. package/dist/esm/icons/AlbumIcon.js +46 -0
  24. package/dist/esm/icons/AlertCircleIcon.js +56 -0
  25. package/dist/esm/icons/AlertRhombusIcon.js +56 -0
  26. package/dist/esm/icons/AlertTriangleIcon.js +54 -0
  27. package/dist/esm/icons/AlignBottomIcon.js +63 -0
  28. package/dist/esm/icons/AlignHorizontalCentersIcon.js +63 -0
  29. package/dist/esm/icons/AlignLeftIcon.js +63 -0
  30. package/dist/esm/icons/AlignRightIcon.js +67 -0
  31. package/dist/esm/icons/AlignTopIcon.js +67 -0
  32. package/dist/esm/icons/AlignVerticalCentersIcon.js +67 -0
  33. package/dist/esm/icons/AmazonIcon.js +59 -0
  34. package/dist/esm/icons/AmericanFootballIcon.js +40 -0
  35. package/dist/esm/icons/AnchorIcon.js +57 -0
  36. package/dist/esm/icons/AndroidIcon.js +55 -0
  37. package/dist/esm/icons/AngleIcon.js +43 -0
  38. package/dist/esm/icons/AppRemoveIcon.js +77 -0
  39. package/dist/esm/icons/AppStoreIcon.js +46 -0
  40. package/dist/esm/icons/AppleIcon.js +54 -0
  41. package/dist/esm/icons/AppsAddIcon.js +80 -0
  42. package/dist/esm/icons/AppsIcon.js +85 -0
  43. package/dist/esm/icons/ArcIcon.js +33 -0
  44. package/dist/esm/icons/ArchiveAdd2Icon.js +43 -0
  45. package/dist/esm/icons/ArchiveIcon.js +34 -0
  46. package/dist/esm/icons/ArrowClockwiseIcon.js +33 -0
  47. package/dist/esm/icons/ArrowCounterclockwiseIcon.js +33 -0
  48. package/dist/esm/icons/ArrowDownIcon.js +33 -0
  49. package/dist/esm/icons/ArrowDownloadIcon.js +33 -0
  50. package/dist/esm/icons/ArrowEnterIcon.js +33 -0
  51. package/dist/esm/icons/ArrowExportIcon.js +33 -0
  52. package/dist/esm/icons/ArrowForwardIcon.js +33 -0
  53. package/dist/esm/icons/ArrowImportIcon.js +33 -0
  54. package/dist/esm/icons/ArrowLeftIcon.js +33 -0
  55. package/dist/esm/icons/ArrowLeftRightIcon.js +40 -0
  56. package/dist/esm/icons/ArrowMaximizeIcon.js +33 -0
  57. package/dist/esm/icons/ArrowMinimizeIcon.js +33 -0
  58. package/dist/esm/icons/ArrowMoveIcon.js +33 -0
  59. package/dist/esm/icons/ArrowRedo2Icon.js +33 -0
  60. package/dist/esm/icons/ArrowRedoIcon.js +33 -0
  61. package/dist/esm/icons/ArrowReplyIcon.js +33 -0
  62. package/dist/esm/icons/ArrowRightIcon.js +33 -0
  63. package/dist/esm/icons/ArrowRotateClockwiseIcon.js +41 -0
  64. package/dist/esm/icons/ArrowRotateCounterclockwiseIcon.js +41 -0
  65. package/dist/esm/icons/ArrowSortIcon.js +33 -0
  66. package/dist/esm/icons/ArrowSwapIcon.js +33 -0
  67. package/dist/esm/icons/ArrowSync2Icon.js +33 -0
  68. package/dist/esm/icons/ArrowSyncIcon.js +33 -0
  69. package/dist/esm/icons/ArrowTrendingIcon.js +33 -0
  70. package/dist/esm/icons/ArrowUndo2Icon.js +33 -0
  71. package/dist/esm/icons/ArrowUndoIcon.js +33 -0
  72. package/dist/esm/icons/ArrowUpDownIcon.js +39 -0
  73. package/dist/esm/icons/ArrowUpIcon.js +33 -0
  74. package/dist/esm/icons/ArrowUploadIcon.js +33 -0
  75. package/dist/esm/icons/AsteriskIcon.js +33 -0
  76. package/dist/esm/icons/AttachIcon.js +37 -0
  77. package/dist/esm/icons/BackgroundColorAccentIcon.js +32 -0
  78. package/dist/esm/icons/BackgroundColorIcon.js +43 -0
  79. package/dist/esm/icons/BackspaceIcon.js +33 -0
  80. package/dist/esm/icons/BadgeIcon.js +45 -0
  81. package/dist/esm/icons/BankIcon.js +55 -0
  82. package/dist/esm/icons/BarChartIcon.js +40 -0
  83. package/dist/esm/icons/BarChartSparkleIcon.js +49 -0
  84. package/dist/esm/icons/BasketballIcon.js +59 -0
  85. package/dist/esm/icons/BatteryFullIcon.js +62 -0
  86. package/dist/esm/icons/BatteryIcon.js +62 -0
  87. package/dist/esm/icons/BeachIcon.js +33 -0
  88. package/dist/esm/icons/BeakerIcon.js +38 -0
  89. package/dist/esm/icons/BellDotIcon.js +59 -0
  90. package/dist/esm/icons/BellIcon.js +42 -0
  91. package/dist/esm/icons/BellOffIcon.js +60 -0
  92. package/dist/esm/icons/BlueskyIcon.js +38 -0
  93. package/dist/esm/icons/BluetoothIcon.js +33 -0
  94. package/dist/esm/icons/BoardIcon.js +40 -0
  95. package/dist/esm/icons/BoltIcon.js +37 -0
  96. package/dist/esm/icons/Book2Icon.js +49 -0
  97. package/dist/esm/icons/BookAdd2Icon.js +44 -0
  98. package/dist/esm/icons/BookAddIcon.js +43 -0
  99. package/dist/esm/icons/BookIcon.js +44 -0
  100. package/dist/esm/icons/BookInfo2Icon.js +72 -0
  101. package/dist/esm/icons/BookInfoIcon.js +67 -0
  102. package/dist/esm/icons/BookLetterIcon.js +43 -0
  103. package/dist/esm/icons/BookMarkedIcon.js +56 -0
  104. package/dist/esm/icons/BookOpenIcon.js +33 -0
  105. package/dist/esm/icons/BookmarkAddIcon.js +43 -0
  106. package/dist/esm/icons/BookmarkIcon.js +33 -0
  107. package/dist/esm/icons/BookmarkMultipleIcon.js +43 -0
  108. package/dist/esm/icons/BorderAllIcon.js +33 -0
  109. package/dist/esm/icons/BoxAddIcon.js +46 -0
  110. package/dist/esm/icons/BoxIcon.js +37 -0
  111. package/dist/esm/icons/BracesIcon.js +34 -0
  112. package/dist/esm/icons/BracesVariableIcon.js +33 -0
  113. package/dist/esm/icons/BracketsIcon.js +33 -0
  114. package/dist/esm/icons/BrainIcon.js +69 -0
  115. package/dist/esm/icons/BranchCompareIcon.js +44 -0
  116. package/dist/esm/icons/BranchFork2Icon.js +33 -0
  117. package/dist/esm/icons/BranchForkIcon.js +33 -0
  118. package/dist/esm/icons/BranchIcon.js +40 -0
  119. package/dist/esm/icons/BranchPullRequestIcon.js +43 -0
  120. package/dist/esm/icons/Briefcase2Icon.js +33 -0
  121. package/dist/esm/icons/BriefcaseIcon.js +43 -0
  122. package/dist/esm/icons/BrightnessIcon.js +42 -0
  123. package/dist/esm/icons/BroomIcon.js +33 -0
  124. package/dist/esm/icons/BugAddIcon.js +54 -0
  125. package/dist/esm/icons/BugIcon.js +37 -0
  126. package/dist/esm/icons/BugPlayIcon.js +42 -0
  127. package/dist/esm/icons/BuildingMultipleIcon.js +95 -0
  128. package/dist/esm/icons/BulletListIcon.js +88 -0
  129. package/dist/esm/icons/BulletListSquareAddIcon.js +95 -0
  130. package/dist/esm/icons/BulletListSquareIcon.js +98 -0
  131. package/dist/esm/icons/BulletListTreeIcon.js +88 -0
  132. package/dist/esm/icons/ButtonIcon.js +47 -0
  133. package/dist/esm/icons/CSS2Icon.js +50 -0
  134. package/dist/esm/icons/CSSIcon.js +50 -0
  135. package/dist/esm/icons/CakeIcon.js +43 -0
  136. package/dist/esm/icons/CalculatorIcon.js +114 -0
  137. package/dist/esm/icons/CalendarIcon.js +33 -0
  138. package/dist/esm/icons/CallEndIcon.js +37 -0
  139. package/dist/esm/icons/CallIcon.js +33 -0
  140. package/dist/esm/icons/CalligraphyPenIcon.js +42 -0
  141. package/dist/esm/icons/CameraIcon.js +49 -0
  142. package/dist/esm/icons/CancelCircleIcon.js +42 -0
  143. package/dist/esm/icons/CancelIcon.js +39 -0
  144. package/dist/esm/icons/CancelOctagonIcon.js +42 -0
  145. package/dist/esm/icons/CancelSquareIcon.js +40 -0
  146. package/dist/esm/icons/CandyIcon.js +43 -0
  147. package/dist/esm/icons/CartIcon.js +66 -0
  148. package/dist/esm/icons/CentIcon.js +39 -0
  149. package/dist/esm/icons/CenterHorizontalIcon.js +52 -0
  150. package/dist/esm/icons/CenterVerticalIcon.js +52 -0
  151. package/dist/esm/icons/ChatIcon.js +33 -0
  152. package/dist/esm/icons/ChatQuestionIcon.js +56 -0
  153. package/dist/esm/icons/CheckboxCheckedIcon.js +47 -0
  154. package/dist/esm/icons/CheckboxIndeterminate2Icon.js +45 -0
  155. package/dist/esm/icons/CheckboxIndeterminateIcon.js +47 -0
  156. package/dist/esm/icons/CheckboxListIcon.js +103 -0
  157. package/dist/esm/icons/CheckboxUncheckedIcon.js +37 -0
  158. package/dist/esm/icons/CheckmarkCircleIcon.js +44 -0
  159. package/dist/esm/icons/CheckmarkIcon.js +37 -0
  160. package/dist/esm/icons/CheckmarkStarburstIcon.js +51 -0
  161. package/dist/esm/icons/CheeseIcon.js +42 -0
  162. package/dist/esm/icons/ChevronDownIcon.js +33 -0
  163. package/dist/esm/icons/ChevronLeftIcon.js +33 -0
  164. package/dist/esm/icons/ChevronRightIcon.js +33 -0
  165. package/dist/esm/icons/ChevronUpIcon.js +33 -0
  166. package/dist/esm/icons/ChromeRestoreIcon.js +44 -0
  167. package/dist/esm/icons/CircleIcon.js +35 -0
  168. package/dist/esm/icons/CircleSmallIcon.js +35 -0
  169. package/dist/esm/icons/ClipboardIcon.js +44 -0
  170. package/dist/esm/icons/ClipboardPasteIcon.js +55 -0
  171. package/dist/esm/icons/ClipboardSearchIcon.js +55 -0
  172. package/dist/esm/icons/ClockIcon.js +43 -0
  173. package/dist/esm/icons/ClosedCaptionsIcon.js +47 -0
  174. package/dist/esm/icons/CloudAddIcon.js +48 -0
  175. package/dist/esm/icons/CloudArrowDownIcon.js +49 -0
  176. package/dist/esm/icons/CloudArrowUpIcon.js +50 -0
  177. package/dist/esm/icons/CloudIcon.js +39 -0
  178. package/dist/esm/icons/CloudOffIcon.js +43 -0
  179. package/dist/esm/icons/CodeIcon.js +33 -0
  180. package/dist/esm/icons/CodeSquareIcon.js +47 -0
  181. package/dist/esm/icons/CoffeeHotIcon.js +43 -0
  182. package/dist/esm/icons/ColorPaletteIcon.js +94 -0
  183. package/dist/esm/icons/CommentAdd2Icon.js +33 -0
  184. package/dist/esm/icons/CommentAddIcon.js +42 -0
  185. package/dist/esm/icons/CommentExclamationIcon.js +56 -0
  186. package/dist/esm/icons/CommentIcon.js +34 -0
  187. package/dist/esm/icons/CommentMultipleIcon.js +44 -0
  188. package/dist/esm/icons/CompareSizeIcon.js +33 -0
  189. package/dist/esm/icons/CompassIcon.js +49 -0
  190. package/dist/esm/icons/ComponentIcon.js +95 -0
  191. package/dist/esm/icons/ComposeIcon.js +43 -0
  192. package/dist/esm/icons/ComputerIcon.js +52 -0
  193. package/dist/esm/icons/ComputerMacIcon.js +40 -0
  194. package/dist/esm/icons/ConeIcon.js +33 -0
  195. package/dist/esm/icons/ContainerIcon.js +37 -0
  196. package/dist/esm/icons/ContractDownIcon.js +33 -0
  197. package/dist/esm/icons/CookiesIcon.js +75 -0
  198. package/dist/esm/icons/CopyIcon.js +44 -0
  199. package/dist/esm/icons/CopyleftIcon.js +49 -0
  200. package/dist/esm/icons/CopyrightIcon.js +51 -0
  201. package/dist/esm/icons/CornerRadiusIcon.js +33 -0
  202. package/dist/esm/icons/CreditCardIcon.js +58 -0
  203. package/dist/esm/icons/CropIcon.js +38 -0
  204. package/dist/esm/icons/CubeIcon.js +32 -0
  205. package/dist/esm/icons/CursorClickIcon.js +42 -0
  206. package/dist/esm/icons/CursorDragIcon.js +38 -0
  207. package/dist/esm/icons/CursorIcon.js +36 -0
  208. package/dist/esm/icons/CutIcon.js +33 -0
  209. package/dist/esm/icons/CylinderIcon.js +33 -0
  210. package/dist/esm/icons/DarkThemeIcon.js +40 -0
  211. package/dist/esm/icons/DatabaseAddIcon.js +42 -0
  212. package/dist/esm/icons/DatabaseIcon.js +33 -0
  213. package/dist/esm/icons/DeleteIcon.js +33 -0
  214. package/dist/esm/icons/DiamondIcon.js +33 -0
  215. package/dist/esm/icons/DiffIcon.js +38 -0
  216. package/dist/esm/icons/DirectionsIcon.js +43 -0
  217. package/dist/esm/icons/DoNotDisturbIcon.js +42 -0
  218. package/dist/esm/icons/DocumentIcon.js +47 -0
  219. package/dist/esm/icons/DollarCircleIcon.js +50 -0
  220. package/dist/esm/icons/DollarIcon.js +38 -0
  221. package/dist/esm/icons/DoorIcon.js +42 -0
  222. package/dist/esm/icons/DoorOpenIcon.js +48 -0
  223. package/dist/esm/icons/DotCircleIcon.js +44 -0
  224. package/dist/esm/icons/DotSquareIcon.js +46 -0
  225. package/dist/esm/icons/DrawTextIcon.js +54 -0
  226. package/dist/esm/icons/DropIcon.js +37 -0
  227. package/dist/esm/icons/EggFriedIcon.js +42 -0
  228. package/dist/esm/icons/EmojiFrownIcon.js +72 -0
  229. package/dist/esm/icons/EmojiGrinIcon.js +68 -0
  230. package/dist/esm/icons/EmojiIcon.js +74 -0
  231. package/dist/esm/icons/EmojiLaughterIcon.js +45 -0
  232. package/dist/esm/icons/EraserIcon.js +33 -0
  233. package/dist/esm/icons/EraserSparkleIcon.js +40 -0
  234. package/dist/esm/icons/ExclamationMarkIcon.js +41 -0
  235. package/dist/esm/icons/ExpandIcon.js +33 -0
  236. package/dist/esm/icons/ExtensionIcon.js +34 -0
  237. package/dist/esm/icons/EyeIcon.js +41 -0
  238. package/dist/esm/icons/EyeOffIcon.js +56 -0
  239. package/dist/esm/icons/EyedropperColorAccentIcon.js +30 -0
  240. package/dist/esm/icons/EyedropperColorIcon.js +38 -0
  241. package/dist/esm/icons/EyedropperIcon.js +33 -0
  242. package/dist/esm/icons/FacebookIcon.js +36 -0
  243. package/dist/esm/icons/FastForwardIcon.js +41 -0
  244. package/dist/esm/icons/FigmaIcon.js +78 -0
  245. package/dist/esm/icons/FileAddIcon.js +42 -0
  246. package/dist/esm/icons/FileIcon.js +33 -0
  247. package/dist/esm/icons/FileMultipleIcon.js +43 -0
  248. package/dist/esm/icons/FileSyncIcon.js +42 -0
  249. package/dist/esm/icons/FileTextIcon.js +42 -0
  250. package/dist/esm/icons/Filter2Icon.js +33 -0
  251. package/dist/esm/icons/FilterCancel2Icon.js +42 -0
  252. package/dist/esm/icons/FilterCancelIcon.js +42 -0
  253. package/dist/esm/icons/FilterIcon.js +33 -0
  254. package/dist/esm/icons/Flag2Icon.js +41 -0
  255. package/dist/esm/icons/FlagIcon.js +39 -0
  256. package/dist/esm/icons/FlashlightIcon.js +43 -0
  257. package/dist/esm/icons/FoldableHorizontalHalfIcon.js +48 -0
  258. package/dist/esm/icons/FoldableHorizontalIcon.js +37 -0
  259. package/dist/esm/icons/FoldableVerticalHalfIcon.js +48 -0
  260. package/dist/esm/icons/FoldableVerticalIcon.js +37 -0
  261. package/dist/esm/icons/FolderAddIcon.js +43 -0
  262. package/dist/esm/icons/FolderIcon.js +32 -0
  263. package/dist/esm/icons/FolderMultipleIcon.js +42 -0
  264. package/dist/esm/icons/FolderOpenIcon.js +32 -0
  265. package/dist/esm/icons/FoodIcon.js +37 -0
  266. package/dist/esm/icons/FullScreenMaximizeIcon.js +33 -0
  267. package/dist/esm/icons/FullScreenMinimizeIcon.js +33 -0
  268. package/dist/esm/icons/GameIcon.js +62 -0
  269. package/dist/esm/icons/GiftIcon.js +33 -0
  270. package/dist/esm/icons/GitCommitIcon.js +33 -0
  271. package/dist/esm/icons/GitHubIcon.js +48 -0
  272. package/dist/esm/icons/GitLabIcon.js +33 -0
  273. package/dist/esm/icons/GlassesIcon.js +40 -0
  274. package/dist/esm/icons/GlobeIcon.js +33 -0
  275. package/dist/esm/icons/Google2Icon.js +38 -0
  276. package/dist/esm/icons/GoogleChromeIcon.js +38 -0
  277. package/dist/esm/icons/GoogleIcon.js +37 -0
  278. package/dist/esm/icons/GooglePlayIcon.js +37 -0
  279. package/dist/esm/icons/GraphIcon.js +44 -0
  280. package/dist/esm/icons/GridDotsIcon.js +114 -0
  281. package/dist/esm/icons/GridIcon.js +84 -0
  282. package/dist/esm/icons/HTMLIcon.js +49 -0
  283. package/dist/esm/icons/HamburgerIcon.js +61 -0
  284. package/dist/esm/icons/HandIcon.js +43 -0
  285. package/dist/esm/icons/HardDriveIcon.js +47 -0
  286. package/dist/esm/icons/HashIcon.js +40 -0
  287. package/dist/esm/icons/HatGraduationIcon.js +38 -0
  288. package/dist/esm/icons/HeadphonesIcon.js +43 -0
  289. package/dist/esm/icons/HeadphonesOffIcon.js +54 -0
  290. package/dist/esm/icons/HeartIcon.js +36 -0
  291. package/dist/esm/icons/HeartStylisticIcon.js +32 -0
  292. package/dist/esm/icons/HexagonIcon.js +33 -0
  293. package/dist/esm/icons/HighlighterAccentIcon.js +30 -0
  294. package/dist/esm/icons/HighlighterIcon.js +33 -0
  295. package/dist/esm/icons/HistoryIcon.js +44 -0
  296. package/dist/esm/icons/Home2Icon.js +33 -0
  297. package/dist/esm/icons/HomeIcon.js +32 -0
  298. package/dist/esm/icons/HourglassIcon.js +42 -0
  299. package/dist/esm/icons/InfinityIcon.js +32 -0
  300. package/dist/esm/icons/InfoIcon.js +55 -0
  301. package/dist/esm/icons/InfoSquareIcon.js +53 -0
  302. package/dist/esm/icons/InstagramIcon.js +66 -0
  303. package/dist/esm/icons/JavaScriptIcon.js +53 -0
  304. package/dist/esm/icons/KeyIcon.js +48 -0
  305. package/dist/esm/icons/KeyboardCommandIcon.js +41 -0
  306. package/dist/esm/icons/KeyboardIcon.js +130 -0
  307. package/dist/esm/icons/KeyboardShiftIcon.js +33 -0
  308. package/dist/esm/icons/KotlinIcon.js +37 -0
  309. package/dist/esm/icons/LaptopIcon.js +33 -0
  310. package/dist/esm/icons/LayersIcon.js +56 -0
  311. package/dist/esm/icons/LayoutIcon.js +33 -0
  312. package/dist/esm/icons/LeafIcon.js +33 -0
  313. package/dist/esm/icons/LeafThreeIcon.js +33 -0
  314. package/dist/esm/icons/LeafTwoIcon.js +33 -0
  315. package/dist/esm/icons/LibraryIcon.js +65 -0
  316. package/dist/esm/icons/LightbulbIcon.js +33 -0
  317. package/dist/esm/icons/LineDiagonalIcon.js +32 -0
  318. package/dist/esm/icons/LinkIcon.js +34 -0
  319. package/dist/esm/icons/LinuxIcon.js +76 -0
  320. package/dist/esm/icons/LocationIcon.js +44 -0
  321. package/dist/esm/icons/LockIcon.js +65 -0
  322. package/dist/esm/icons/LockOpenIcon.js +60 -0
  323. package/dist/esm/icons/MagnetIcon.js +33 -0
  324. package/dist/esm/icons/MailIcon.js +54 -0
  325. package/dist/esm/icons/MailOpenIcon.js +40 -0
  326. package/dist/esm/icons/MapIcon.js +32 -0
  327. package/dist/esm/icons/MaskIcon.js +42 -0
  328. package/dist/esm/icons/MathIcon.js +39 -0
  329. package/dist/esm/icons/MegaphoneIcon.js +31 -0
  330. package/dist/esm/icons/MegaphoneLoudIcon.js +41 -0
  331. package/dist/esm/icons/MentionIcon.js +38 -0
  332. package/dist/esm/icons/MenuIcon.js +33 -0
  333. package/dist/esm/icons/MicrophoneIcon.js +34 -0
  334. package/dist/esm/icons/MicrophoneOffIcon.js +51 -0
  335. package/dist/esm/icons/MicrosoftEdgeIcon.js +38 -0
  336. package/dist/esm/icons/MicrosoftIcon.js +37 -0
  337. package/dist/esm/icons/MoonIcon.js +37 -0
  338. package/dist/esm/icons/MoreIcon.js +54 -0
  339. package/dist/esm/icons/MoreVerticalIcon.js +57 -0
  340. package/dist/esm/icons/MotherboardIcon.js +73 -0
  341. package/dist/esm/icons/MovieIcon.js +33 -0
  342. package/dist/esm/icons/MusicNote2Icon.js +33 -0
  343. package/dist/esm/icons/MusicNoteIcon.js +43 -0
  344. package/dist/esm/icons/NPMIcon.js +49 -0
  345. package/dist/esm/icons/NarratorIcon.js +34 -0
  346. package/dist/esm/icons/NodeJSIcon.js +48 -0
  347. package/dist/esm/icons/NoteAddIcon.js +42 -0
  348. package/dist/esm/icons/NoteIcon.js +43 -0
  349. package/dist/esm/icons/OctagonIcon.js +34 -0
  350. package/dist/esm/icons/OpenAIIcon.js +36 -0
  351. package/dist/esm/icons/OpenIcon.js +34 -0
  352. package/dist/esm/icons/OpenSourceIcon.js +38 -0
  353. package/dist/esm/icons/PDF2Icon.js +58 -0
  354. package/dist/esm/icons/PDFIcon.js +43 -0
  355. package/dist/esm/icons/PageMarginsIcon.js +47 -0
  356. package/dist/esm/icons/PaintBucketAccentIcon.js +30 -0
  357. package/dist/esm/icons/PaintBucketIcon.js +42 -0
  358. package/dist/esm/icons/Paintbrush2Icon.js +40 -0
  359. package/dist/esm/icons/Paintbrush2SparkleIcon.js +45 -0
  360. package/dist/esm/icons/PaintbrushIcon.js +42 -0
  361. package/dist/esm/icons/PanelBottomIcon.js +33 -0
  362. package/dist/esm/icons/PanelBottomOpenIcon.js +40 -0
  363. package/dist/esm/icons/PanelLeftContractIcon.js +34 -0
  364. package/dist/esm/icons/PanelLeftExpandIcon.js +34 -0
  365. package/dist/esm/icons/PanelLeftIcon.js +34 -0
  366. package/dist/esm/icons/PanelLeftOpenIcon.js +40 -0
  367. package/dist/esm/icons/PanelRightContractIcon.js +34 -0
  368. package/dist/esm/icons/PanelRightExpandIcon.js +34 -0
  369. package/dist/esm/icons/PanelRightIcon.js +34 -0
  370. package/dist/esm/icons/PanelRightOpenIcon.js +40 -0
  371. package/dist/esm/icons/ParenthesesIcon.js +33 -0
  372. package/dist/esm/icons/PauseIcon.js +49 -0
  373. package/dist/esm/icons/PencilIcon.js +37 -0
  374. package/dist/esm/icons/PencilSparkleIcon.js +46 -0
  375. package/dist/esm/icons/PentagonIcon.js +33 -0
  376. package/dist/esm/icons/Person2Icon.js +45 -0
  377. package/dist/esm/icons/PersonAdd2Icon.js +33 -0
  378. package/dist/esm/icons/PersonAddIcon.js +42 -0
  379. package/dist/esm/icons/PersonCircleIcon.js +33 -0
  380. package/dist/esm/icons/PersonIcon.js +33 -0
  381. package/dist/esm/icons/PersonMultipleIcon.js +34 -0
  382. package/dist/esm/icons/PhoneIcon.js +54 -0
  383. package/dist/esm/icons/PhotoAddIcon.js +55 -0
  384. package/dist/esm/icons/PhotoFilter2Icon.js +47 -0
  385. package/dist/esm/icons/PhotoFilterIcon.js +57 -0
  386. package/dist/esm/icons/PhotoIcon.js +42 -0
  387. package/dist/esm/icons/PhotoMultipleIcon.js +60 -0
  388. package/dist/esm/icons/PhotoSparkleIcon.js +59 -0
  389. package/dist/esm/icons/PictureInPicture2Icon.js +44 -0
  390. package/dist/esm/icons/PictureInPictureEnterIcon.js +58 -0
  391. package/dist/esm/icons/PictureInPictureExitIcon.js +59 -0
  392. package/dist/esm/icons/PictureInPictureIcon.js +44 -0
  393. package/dist/esm/icons/PieChartIcon.js +59 -0
  394. package/dist/esm/icons/PinIcon.js +33 -0
  395. package/dist/esm/icons/PinOffIcon.js +43 -0
  396. package/dist/esm/icons/PizzaIcon.js +46 -0
  397. package/dist/esm/icons/PlayCircleIcon.js +43 -0
  398. package/dist/esm/icons/PlayIcon.js +32 -0
  399. package/dist/esm/icons/PowerIcon.js +38 -0
  400. package/dist/esm/icons/PrinterIcon.js +33 -0
  401. package/dist/esm/icons/ProhibitedIcon.js +33 -0
  402. package/dist/esm/icons/PulseIcon.js +38 -0
  403. package/dist/esm/icons/PythonIcon.js +41 -0
  404. package/dist/esm/icons/QRCodeIcon.js +166 -0
  405. package/dist/esm/icons/QuestionCircleIcon.js +58 -0
  406. package/dist/esm/icons/QuestionIcon.js +42 -0
  407. package/dist/esm/icons/QuoteIcon.js +33 -0
  408. package/dist/esm/icons/ReactJSIcon.js +72 -0
  409. package/dist/esm/icons/RecordIcon.js +44 -0
  410. package/dist/esm/icons/RecordStopIcon.js +46 -0
  411. package/dist/esm/icons/RectangleWideIcon.js +37 -0
  412. package/dist/esm/icons/RegularExpressionIcon.js +49 -0
  413. package/dist/esm/icons/ReverseIcon.js +41 -0
  414. package/dist/esm/icons/RhombusIcon.js +33 -0
  415. package/dist/esm/icons/RibbonIcon.js +43 -0
  416. package/dist/esm/icons/RibbonStarIcon.js +54 -0
  417. package/dist/esm/icons/RoadBarrierIcon.js +63 -0
  418. package/dist/esm/icons/RoadConeIcon.js +50 -0
  419. package/dist/esm/icons/RobloxIcon.js +58 -0
  420. package/dist/esm/icons/RocketIcon.js +70 -0
  421. package/dist/esm/icons/RoseIcon.js +38 -0
  422. package/dist/esm/icons/RulerDiagonalIcon.js +55 -0
  423. package/dist/esm/icons/RulerIcon.js +54 -0
  424. package/dist/esm/icons/SaplingIcon.js +33 -0
  425. package/dist/esm/icons/SaveIcon.js +33 -0
  426. package/dist/esm/icons/SaveMultipleIcon.js +43 -0
  427. package/dist/esm/icons/SavePencilIcon.js +41 -0
  428. package/dist/esm/icons/ScreenSizeIcon.js +47 -0
  429. package/dist/esm/icons/Script2Icon.js +33 -0
  430. package/dist/esm/icons/ScriptIcon.js +33 -0
  431. package/dist/esm/icons/SearchCancelIcon.js +34 -0
  432. package/dist/esm/icons/SearchIcon.js +33 -0
  433. package/dist/esm/icons/SectionBreakIcon.js +33 -0
  434. package/dist/esm/icons/SendIcon.js +33 -0
  435. package/dist/esm/icons/ServerIcon.js +94 -0
  436. package/dist/esm/icons/SettingsIcon.js +34 -0
  437. package/dist/esm/icons/ShapeDifferenceIcon.js +37 -0
  438. package/dist/esm/icons/ShapeIntersectIcon.js +40 -0
  439. package/dist/esm/icons/ShapeSubtractIcon.js +40 -0
  440. package/dist/esm/icons/ShapeUnionIcon.js +62 -0
  441. package/dist/esm/icons/ShieldCancelIcon.js +33 -0
  442. package/dist/esm/icons/ShieldCheckmarkIcon.js +43 -0
  443. package/dist/esm/icons/ShieldIcon.js +33 -0
  444. package/dist/esm/icons/ShieldKeyholeIcon.js +56 -0
  445. package/dist/esm/icons/SkullIcon.js +52 -0
  446. package/dist/esm/icons/SlashSquareIcon.js +47 -0
  447. package/dist/esm/icons/SoccerIcon.js +40 -0
  448. package/dist/esm/icons/SoundwaveIcon.js +38 -0
  449. package/dist/esm/icons/SpacebarIcon.js +33 -0
  450. package/dist/esm/icons/Sparkle2Icon.js +48 -0
  451. package/dist/esm/icons/SparkleIcon.js +61 -0
  452. package/dist/esm/icons/SpinnerIcon.js +33 -0
  453. package/dist/esm/icons/SplitHorizontalIcon.js +33 -0
  454. package/dist/esm/icons/SplitVerticalIcon.js +33 -0
  455. package/dist/esm/icons/SquareDragIcon.js +50 -0
  456. package/dist/esm/icons/SquareIcon.js +37 -0
  457. package/dist/esm/icons/SquareMarginsIcon.js +48 -0
  458. package/dist/esm/icons/StarIcon.js +33 -0
  459. package/dist/esm/icons/StrokeThicknessIcon.js +49 -0
  460. package/dist/esm/icons/SubtractIcon.js +38 -0
  461. package/dist/esm/icons/SubtractSquareIcon.js +47 -0
  462. package/dist/esm/icons/SubtractSquareMultipleIcon.js +61 -0
  463. package/dist/esm/icons/SvelteIcon.js +50 -0
  464. package/dist/esm/icons/SymbolsIcon.js +42 -0
  465. package/dist/esm/icons/TVIcon.js +47 -0
  466. package/dist/esm/icons/TableIcon.js +47 -0
  467. package/dist/esm/icons/TableSimpleIcon.js +47 -0
  468. package/dist/esm/icons/TabletIcon.js +47 -0
  469. package/dist/esm/icons/TagAccentIcon.js +30 -0
  470. package/dist/esm/icons/TagAddIcon.js +56 -0
  471. package/dist/esm/icons/TagIcon.js +43 -0
  472. package/dist/esm/icons/TagMultipleIcon.js +55 -0
  473. package/dist/esm/icons/TagRemoveIcon.js +56 -0
  474. package/dist/esm/icons/TargetIcon.js +57 -0
  475. package/dist/esm/icons/TaskListIcon.js +33 -0
  476. package/dist/esm/icons/TerminalIcon.js +53 -0
  477. package/dist/esm/icons/TextAddIcon.js +43 -0
  478. package/dist/esm/icons/TextAlignCenterIcon.js +32 -0
  479. package/dist/esm/icons/TextAlignJustifyIcon.js +32 -0
  480. package/dist/esm/icons/TextAlignLeftIcon.js +32 -0
  481. package/dist/esm/icons/TextAlignRightIcon.js +32 -0
  482. package/dist/esm/icons/TextBoldIcon.js +37 -0
  483. package/dist/esm/icons/TextCaseLowercaseIcon.js +33 -0
  484. package/dist/esm/icons/TextCaseTitleIcon.js +33 -0
  485. package/dist/esm/icons/TextCaseUppercaseIcon.js +33 -0
  486. package/dist/esm/icons/TextClearFormattingIcon.js +33 -0
  487. package/dist/esm/icons/TextCollapseIcon.js +42 -0
  488. package/dist/esm/icons/TextColorAccentIcon.js +30 -0
  489. package/dist/esm/icons/TextColorIcon.js +47 -0
  490. package/dist/esm/icons/TextDescriptionIcon.js +32 -0
  491. package/dist/esm/icons/TextEditStyleIcon.js +33 -0
  492. package/dist/esm/icons/TextEffectsIcon.js +44 -0
  493. package/dist/esm/icons/TextExpandIcon.js +42 -0
  494. package/dist/esm/icons/TextFontIcon.js +33 -0
  495. package/dist/esm/icons/TextFontSizeIcon.js +33 -0
  496. package/dist/esm/icons/TextFootnoteIcon.js +33 -0
  497. package/dist/esm/icons/TextHighlightColorAccentIcon.js +32 -0
  498. package/dist/esm/icons/TextHighlightColorIcon.js +47 -0
  499. package/dist/esm/icons/TextIcon.js +33 -0
  500. package/dist/esm/icons/TextIndentDecreaseIcon.js +43 -0
  501. package/dist/esm/icons/TextIndentIncreaseIcon.js +43 -0
  502. package/dist/esm/icons/TextItalicIcon.js +32 -0
  503. package/dist/esm/icons/TextLargeIcon.js +33 -0
  504. package/dist/esm/icons/TextLetterSpacingIcon.js +42 -0
  505. package/dist/esm/icons/TextLineHeightIcon.js +56 -0
  506. package/dist/esm/icons/TextLineSpacingIcon.js +42 -0
  507. package/dist/esm/icons/TextNumberListIcon.js +34 -0
  508. package/dist/esm/icons/TextPositionBottomIcon.js +33 -0
  509. package/dist/esm/icons/TextPositionMiddleIcon.js +33 -0
  510. package/dist/esm/icons/TextPositionTopIcon.js +33 -0
  511. package/dist/esm/icons/TextSmallIcon.js +33 -0
  512. package/dist/esm/icons/TextStrikethroughIcon.js +32 -0
  513. package/dist/esm/icons/TextSubscriptIcon.js +34 -0
  514. package/dist/esm/icons/TextSuperscriptIcon.js +34 -0
  515. package/dist/esm/icons/TextTypographyIcon.js +33 -0
  516. package/dist/esm/icons/TextUnderlineIcon.js +33 -0
  517. package/dist/esm/icons/ThumbsDownIcon.js +49 -0
  518. package/dist/esm/icons/ThumbsUpIcon.js +48 -0
  519. package/dist/esm/icons/TikTokIcon.js +38 -0
  520. package/dist/esm/icons/TimerIcon.js +56 -0
  521. package/dist/esm/icons/TimerOffIcon.js +32 -0
  522. package/dist/esm/icons/ToastIcon.js +49 -0
  523. package/dist/esm/icons/ToolboxIcon.js +33 -0
  524. package/dist/esm/icons/ToyBrickIcon.js +51 -0
  525. package/dist/esm/icons/TreasureChestIcon.js +47 -0
  526. package/dist/esm/icons/TriangleIcon.js +31 -0
  527. package/dist/esm/icons/TrophyIcon.js +40 -0
  528. package/dist/esm/icons/TuneIcon.js +40 -0
  529. package/dist/esm/icons/TypeScriptIcon.js +52 -0
  530. package/dist/esm/icons/UbuntuIcon.js +60 -0
  531. package/dist/esm/icons/VehicleCarIcon.js +66 -0
  532. package/dist/esm/icons/VideoClipIcon.js +46 -0
  533. package/dist/esm/icons/VideoIcon.js +48 -0
  534. package/dist/esm/icons/VisualStudioCodeIcon.js +38 -0
  535. package/dist/esm/icons/VolumeIcon.js +42 -0
  536. package/dist/esm/icons/VolumeLowIcon.js +42 -0
  537. package/dist/esm/icons/VolumeMuteIcon.js +42 -0
  538. package/dist/esm/icons/VueJSIcon.js +36 -0
  539. package/dist/esm/icons/WatchIcon.js +41 -0
  540. package/dist/esm/icons/WeatherCloudyIcon.js +33 -0
  541. package/dist/esm/icons/WebpackIcon.js +33 -0
  542. package/dist/esm/icons/WiFiIcon.js +56 -0
  543. package/dist/esm/icons/WindowAddIcon.js +59 -0
  544. package/dist/esm/icons/WindowIcon.js +33 -0
  545. package/dist/esm/icons/WindowMultipleIcon.js +44 -0
  546. package/dist/esm/icons/WrenchIcon.js +38 -0
  547. package/dist/esm/icons/XTwitterIcon.js +41 -0
  548. package/dist/esm/icons/YouTubeIcon.js +47 -0
  549. package/dist/esm/icons/YouTubeShortsIcon.js +45 -0
  550. package/dist/esm/icons/ZoomInIcon.js +43 -0
  551. package/dist/esm/icons/ZoomOutIcon.js +43 -0
  552. package/dist/esm/icons.js +588 -531
  553. package/dist/esm/proicons.js +546 -527
  554. package/dist/esm/types.js +18 -13
  555. package/dist/esm/utils/createIcon.js +8 -6
  556. package/dist/esm/utils/rename.js +7 -6
  557. package/dist/esm/utils/renderNodes.js +10 -10
  558. package/dist/types/categories.d.ts +2 -0
  559. package/dist/types/createIcon.d.ts +10 -0
  560. package/dist/types/getIconInfo.d.ts +14 -0
  561. package/dist/types/iconList.d.ts +2 -0
  562. package/dist/types/icons/AccessibilityIcon.d.ts +6 -0
  563. package/dist/types/icons/AddCircleIcon.d.ts +6 -0
  564. package/dist/types/icons/AddIcon.d.ts +6 -0
  565. package/dist/types/icons/AddRhombusIcon.d.ts +6 -0
  566. package/dist/types/icons/AddSquareIcon.d.ts +6 -0
  567. package/dist/types/icons/AddSquareMultipleIcon.d.ts +7 -0
  568. package/dist/types/icons/AirplaneIcon.d.ts +6 -0
  569. package/dist/types/icons/AirplaneLandingIcon.d.ts +6 -0
  570. package/dist/types/icons/AirplaneTakeoffIcon.d.ts +6 -0
  571. package/dist/types/icons/AlarmClockIcon.d.ts +6 -0
  572. package/dist/types/icons/AlbumIcon.d.ts +6 -0
  573. package/dist/types/icons/AlertCircleIcon.d.ts +6 -0
  574. package/dist/types/icons/AlertRhombusIcon.d.ts +6 -0
  575. package/dist/types/icons/AlertTriangleIcon.d.ts +6 -0
  576. package/dist/types/icons/AlignBottomIcon.d.ts +6 -0
  577. package/dist/types/icons/AlignHorizontalCentersIcon.d.ts +6 -0
  578. package/dist/types/icons/AlignLeftIcon.d.ts +6 -0
  579. package/dist/types/icons/AlignRightIcon.d.ts +6 -0
  580. package/dist/types/icons/AlignTopIcon.d.ts +6 -0
  581. package/dist/types/icons/AlignVerticalCentersIcon.d.ts +6 -0
  582. package/dist/types/icons/AmazonIcon.d.ts +6 -0
  583. package/dist/types/icons/AmericanFootballIcon.d.ts +6 -0
  584. package/dist/types/icons/AnchorIcon.d.ts +7 -0
  585. package/dist/types/icons/AndroidIcon.d.ts +6 -0
  586. package/dist/types/icons/AngleIcon.d.ts +6 -0
  587. package/dist/types/icons/AppRemoveIcon.d.ts +6 -0
  588. package/dist/types/icons/AppStoreIcon.d.ts +6 -0
  589. package/dist/types/icons/AppleIcon.d.ts +6 -0
  590. package/dist/types/icons/AppsAddIcon.d.ts +6 -0
  591. package/dist/types/icons/AppsIcon.d.ts +6 -0
  592. package/dist/types/icons/ArcIcon.d.ts +6 -0
  593. package/dist/types/icons/ArchiveAdd2Icon.d.ts +7 -0
  594. package/dist/types/icons/ArchiveIcon.d.ts +7 -0
  595. package/dist/types/icons/ArrowClockwiseIcon.d.ts +6 -0
  596. package/dist/types/icons/ArrowCounterclockwiseIcon.d.ts +6 -0
  597. package/dist/types/icons/ArrowDownIcon.d.ts +6 -0
  598. package/dist/types/icons/ArrowDownloadIcon.d.ts +6 -0
  599. package/dist/types/icons/ArrowEnterIcon.d.ts +6 -0
  600. package/dist/types/icons/ArrowExportIcon.d.ts +6 -0
  601. package/dist/types/icons/ArrowForwardIcon.d.ts +6 -0
  602. package/dist/types/icons/ArrowImportIcon.d.ts +6 -0
  603. package/dist/types/icons/ArrowLeftIcon.d.ts +6 -0
  604. package/dist/types/icons/ArrowLeftRightIcon.d.ts +6 -0
  605. package/dist/types/icons/ArrowMaximizeIcon.d.ts +6 -0
  606. package/dist/types/icons/ArrowMinimizeIcon.d.ts +6 -0
  607. package/dist/types/icons/ArrowMoveIcon.d.ts +6 -0
  608. package/dist/types/icons/ArrowRedo2Icon.d.ts +6 -0
  609. package/dist/types/icons/ArrowRedoIcon.d.ts +6 -0
  610. package/dist/types/icons/ArrowReplyIcon.d.ts +6 -0
  611. package/dist/types/icons/ArrowRightIcon.d.ts +6 -0
  612. package/dist/types/icons/ArrowRotateClockwiseIcon.d.ts +6 -0
  613. package/dist/types/icons/ArrowRotateCounterclockwiseIcon.d.ts +6 -0
  614. package/dist/types/icons/ArrowSortIcon.d.ts +6 -0
  615. package/dist/types/icons/ArrowSwapIcon.d.ts +6 -0
  616. package/dist/types/icons/ArrowSync2Icon.d.ts +6 -0
  617. package/dist/types/icons/ArrowSyncIcon.d.ts +6 -0
  618. package/dist/types/icons/ArrowTrendingIcon.d.ts +6 -0
  619. package/dist/types/icons/ArrowUndo2Icon.d.ts +6 -0
  620. package/dist/types/icons/ArrowUndoIcon.d.ts +6 -0
  621. package/dist/types/icons/ArrowUpDownIcon.d.ts +6 -0
  622. package/dist/types/icons/ArrowUpIcon.d.ts +6 -0
  623. package/dist/types/icons/ArrowUploadIcon.d.ts +6 -0
  624. package/dist/types/icons/AsteriskIcon.d.ts +6 -0
  625. package/dist/types/icons/AttachIcon.d.ts +6 -0
  626. package/dist/types/icons/BackgroundColorAccentIcon.d.ts +6 -0
  627. package/dist/types/icons/BackgroundColorIcon.d.ts +6 -0
  628. package/dist/types/icons/BackspaceIcon.d.ts +6 -0
  629. package/dist/types/icons/BadgeIcon.d.ts +6 -0
  630. package/dist/types/icons/BankIcon.d.ts +7 -0
  631. package/dist/types/icons/BarChartIcon.d.ts +7 -0
  632. package/dist/types/icons/BarChartSparkleIcon.d.ts +6 -0
  633. package/dist/types/icons/BasketballIcon.d.ts +6 -0
  634. package/dist/types/icons/BatteryFullIcon.d.ts +6 -0
  635. package/dist/types/icons/BatteryIcon.d.ts +6 -0
  636. package/dist/types/icons/BeachIcon.d.ts +6 -0
  637. package/dist/types/icons/BeakerIcon.d.ts +6 -0
  638. package/dist/types/icons/BellDotIcon.d.ts +6 -0
  639. package/dist/types/icons/BellIcon.d.ts +6 -0
  640. package/dist/types/icons/BellOffIcon.d.ts +6 -0
  641. package/dist/types/icons/BlueskyIcon.d.ts +7 -0
  642. package/dist/types/icons/BluetoothIcon.d.ts +6 -0
  643. package/dist/types/icons/BoardIcon.d.ts +6 -0
  644. package/dist/types/icons/BoltIcon.d.ts +6 -0
  645. package/dist/types/icons/Book2Icon.d.ts +7 -0
  646. package/dist/types/icons/BookAdd2Icon.d.ts +7 -0
  647. package/dist/types/icons/BookAddIcon.d.ts +7 -0
  648. package/dist/types/icons/BookIcon.d.ts +7 -0
  649. package/dist/types/icons/BookInfo2Icon.d.ts +7 -0
  650. package/dist/types/icons/BookInfoIcon.d.ts +7 -0
  651. package/dist/types/icons/BookLetterIcon.d.ts +6 -0
  652. package/dist/types/icons/BookMarkedIcon.d.ts +6 -0
  653. package/dist/types/icons/BookOpenIcon.d.ts +6 -0
  654. package/dist/types/icons/BookmarkAddIcon.d.ts +7 -0
  655. package/dist/types/icons/BookmarkIcon.d.ts +7 -0
  656. package/dist/types/icons/BookmarkMultipleIcon.d.ts +7 -0
  657. package/dist/types/icons/BorderAllIcon.d.ts +6 -0
  658. package/dist/types/icons/BoxAddIcon.d.ts +6 -0
  659. package/dist/types/icons/BoxIcon.d.ts +7 -0
  660. package/dist/types/icons/BracesIcon.d.ts +7 -0
  661. package/dist/types/icons/BracesVariableIcon.d.ts +6 -0
  662. package/dist/types/icons/BracketsIcon.d.ts +6 -0
  663. package/dist/types/icons/BrainIcon.d.ts +6 -0
  664. package/dist/types/icons/BranchCompareIcon.d.ts +7 -0
  665. package/dist/types/icons/BranchFork2Icon.d.ts +6 -0
  666. package/dist/types/icons/BranchForkIcon.d.ts +6 -0
  667. package/dist/types/icons/BranchIcon.d.ts +7 -0
  668. package/dist/types/icons/BranchPullRequestIcon.d.ts +6 -0
  669. package/dist/types/icons/Briefcase2Icon.d.ts +6 -0
  670. package/dist/types/icons/BriefcaseIcon.d.ts +6 -0
  671. package/dist/types/icons/BrightnessIcon.d.ts +6 -0
  672. package/dist/types/icons/BroomIcon.d.ts +6 -0
  673. package/dist/types/icons/BugAddIcon.d.ts +6 -0
  674. package/dist/types/icons/BugIcon.d.ts +6 -0
  675. package/dist/types/icons/BugPlayIcon.d.ts +6 -0
  676. package/dist/types/icons/BuildingMultipleIcon.d.ts +6 -0
  677. package/dist/types/icons/BulletListIcon.d.ts +7 -0
  678. package/dist/types/icons/BulletListSquareAddIcon.d.ts +7 -0
  679. package/dist/types/icons/BulletListSquareIcon.d.ts +7 -0
  680. package/dist/types/icons/BulletListTreeIcon.d.ts +7 -0
  681. package/dist/types/icons/ButtonIcon.d.ts +6 -0
  682. package/dist/types/icons/CSS2Icon.d.ts +6 -0
  683. package/dist/types/icons/CSSIcon.d.ts +7 -0
  684. package/dist/types/icons/CakeIcon.d.ts +6 -0
  685. package/dist/types/icons/CalculatorIcon.d.ts +6 -0
  686. package/dist/types/icons/CalendarIcon.d.ts +6 -0
  687. package/dist/types/icons/CallEndIcon.d.ts +7 -0
  688. package/dist/types/icons/CallIcon.d.ts +7 -0
  689. package/dist/types/icons/CalligraphyPenIcon.d.ts +6 -0
  690. package/dist/types/icons/CameraIcon.d.ts +6 -0
  691. package/dist/types/icons/CancelCircleIcon.d.ts +6 -0
  692. package/dist/types/icons/CancelIcon.d.ts +6 -0
  693. package/dist/types/icons/CancelOctagonIcon.d.ts +6 -0
  694. package/dist/types/icons/CancelSquareIcon.d.ts +6 -0
  695. package/dist/types/icons/CandyIcon.d.ts +6 -0
  696. package/dist/types/icons/CartIcon.d.ts +6 -0
  697. package/dist/types/icons/CentIcon.d.ts +6 -0
  698. package/dist/types/icons/CenterHorizontalIcon.d.ts +6 -0
  699. package/dist/types/icons/CenterVerticalIcon.d.ts +6 -0
  700. package/dist/types/icons/ChatIcon.d.ts +6 -0
  701. package/dist/types/icons/ChatQuestionIcon.d.ts +6 -0
  702. package/dist/types/icons/CheckboxCheckedIcon.d.ts +6 -0
  703. package/dist/types/icons/CheckboxIndeterminate2Icon.d.ts +7 -0
  704. package/dist/types/icons/CheckboxIndeterminateIcon.d.ts +6 -0
  705. package/dist/types/icons/CheckboxListIcon.d.ts +7 -0
  706. package/dist/types/icons/CheckboxUncheckedIcon.d.ts +6 -0
  707. package/dist/types/icons/CheckmarkCircleIcon.d.ts +6 -0
  708. package/dist/types/icons/CheckmarkIcon.d.ts +6 -0
  709. package/dist/types/icons/CheckmarkStarburstIcon.d.ts +6 -0
  710. package/dist/types/icons/CheeseIcon.d.ts +6 -0
  711. package/dist/types/icons/ChevronDownIcon.d.ts +6 -0
  712. package/dist/types/icons/ChevronLeftIcon.d.ts +6 -0
  713. package/dist/types/icons/ChevronRightIcon.d.ts +6 -0
  714. package/dist/types/icons/ChevronUpIcon.d.ts +6 -0
  715. package/dist/types/icons/ChromeRestoreIcon.d.ts +7 -0
  716. package/dist/types/icons/CircleIcon.d.ts +6 -0
  717. package/dist/types/icons/CircleSmallIcon.d.ts +6 -0
  718. package/dist/types/icons/ClipboardIcon.d.ts +7 -0
  719. package/dist/types/icons/ClipboardPasteIcon.d.ts +7 -0
  720. package/dist/types/icons/ClipboardSearchIcon.d.ts +7 -0
  721. package/dist/types/icons/ClockIcon.d.ts +6 -0
  722. package/dist/types/icons/ClosedCaptionsIcon.d.ts +6 -0
  723. package/dist/types/icons/CloudAddIcon.d.ts +6 -0
  724. package/dist/types/icons/CloudArrowDownIcon.d.ts +6 -0
  725. package/dist/types/icons/CloudArrowUpIcon.d.ts +6 -0
  726. package/dist/types/icons/CloudIcon.d.ts +7 -0
  727. package/dist/types/icons/CloudOffIcon.d.ts +7 -0
  728. package/dist/types/icons/CodeIcon.d.ts +6 -0
  729. package/dist/types/icons/CodeSquareIcon.d.ts +6 -0
  730. package/dist/types/icons/CoffeeHotIcon.d.ts +6 -0
  731. package/dist/types/icons/ColorPaletteIcon.d.ts +6 -0
  732. package/dist/types/icons/CommentAdd2Icon.d.ts +6 -0
  733. package/dist/types/icons/CommentAddIcon.d.ts +6 -0
  734. package/dist/types/icons/CommentExclamationIcon.d.ts +7 -0
  735. package/dist/types/icons/CommentIcon.d.ts +7 -0
  736. package/dist/types/icons/CommentMultipleIcon.d.ts +7 -0
  737. package/dist/types/icons/CompareSizeIcon.d.ts +6 -0
  738. package/dist/types/icons/CompassIcon.d.ts +6 -0
  739. package/dist/types/icons/ComponentIcon.d.ts +7 -0
  740. package/dist/types/icons/ComposeIcon.d.ts +6 -0
  741. package/dist/types/icons/ComputerIcon.d.ts +6 -0
  742. package/dist/types/icons/ComputerMacIcon.d.ts +6 -0
  743. package/dist/types/icons/ConeIcon.d.ts +6 -0
  744. package/dist/types/icons/ContainerIcon.d.ts +6 -0
  745. package/dist/types/icons/ContractDownIcon.d.ts +6 -0
  746. package/dist/types/icons/CookiesIcon.d.ts +6 -0
  747. package/dist/types/icons/CopyIcon.d.ts +7 -0
  748. package/dist/types/icons/CopyleftIcon.d.ts +6 -0
  749. package/dist/types/icons/CopyrightIcon.d.ts +6 -0
  750. package/dist/types/icons/CornerRadiusIcon.d.ts +6 -0
  751. package/dist/types/icons/CreditCardIcon.d.ts +6 -0
  752. package/dist/types/icons/CropIcon.d.ts +6 -0
  753. package/dist/types/icons/CubeIcon.d.ts +6 -0
  754. package/dist/types/icons/CursorClickIcon.d.ts +6 -0
  755. package/dist/types/icons/CursorDragIcon.d.ts +6 -0
  756. package/dist/types/icons/CursorIcon.d.ts +6 -0
  757. package/dist/types/icons/CutIcon.d.ts +6 -0
  758. package/dist/types/icons/CylinderIcon.d.ts +6 -0
  759. package/dist/types/icons/DarkThemeIcon.d.ts +6 -0
  760. package/dist/types/icons/DatabaseAddIcon.d.ts +6 -0
  761. package/dist/types/icons/DatabaseIcon.d.ts +6 -0
  762. package/dist/types/icons/DeleteIcon.d.ts +6 -0
  763. package/dist/types/icons/DiamondIcon.d.ts +6 -0
  764. package/dist/types/icons/DiffIcon.d.ts +6 -0
  765. package/dist/types/icons/DirectionsIcon.d.ts +6 -0
  766. package/dist/types/icons/DoNotDisturbIcon.d.ts +6 -0
  767. package/dist/types/icons/DocumentIcon.d.ts +6 -0
  768. package/dist/types/icons/DollarCircleIcon.d.ts +6 -0
  769. package/dist/types/icons/DollarIcon.d.ts +6 -0
  770. package/dist/types/icons/DoorIcon.d.ts +6 -0
  771. package/dist/types/icons/DoorOpenIcon.d.ts +6 -0
  772. package/dist/types/icons/DotCircleIcon.d.ts +6 -0
  773. package/dist/types/icons/DotSquareIcon.d.ts +6 -0
  774. package/dist/types/icons/DrawTextIcon.d.ts +7 -0
  775. package/dist/types/icons/DropIcon.d.ts +6 -0
  776. package/dist/types/icons/EggFriedIcon.d.ts +6 -0
  777. package/dist/types/icons/EmojiFrownIcon.d.ts +6 -0
  778. package/dist/types/icons/EmojiGrinIcon.d.ts +6 -0
  779. package/dist/types/icons/EmojiIcon.d.ts +6 -0
  780. package/dist/types/icons/EmojiLaughterIcon.d.ts +6 -0
  781. package/dist/types/icons/EraserIcon.d.ts +6 -0
  782. package/dist/types/icons/EraserSparkleIcon.d.ts +6 -0
  783. package/dist/types/icons/ExclamationMarkIcon.d.ts +6 -0
  784. package/dist/types/icons/ExpandIcon.d.ts +6 -0
  785. package/dist/types/icons/ExtensionIcon.d.ts +7 -0
  786. package/dist/types/icons/EyeIcon.d.ts +6 -0
  787. package/dist/types/icons/EyeOffIcon.d.ts +7 -0
  788. package/dist/types/icons/EyedropperColorAccentIcon.d.ts +6 -0
  789. package/dist/types/icons/EyedropperColorIcon.d.ts +6 -0
  790. package/dist/types/icons/EyedropperIcon.d.ts +6 -0
  791. package/dist/types/icons/FacebookIcon.d.ts +6 -0
  792. package/dist/types/icons/FastForwardIcon.d.ts +6 -0
  793. package/dist/types/icons/FigmaIcon.d.ts +6 -0
  794. package/dist/types/icons/FileAddIcon.d.ts +6 -0
  795. package/dist/types/icons/FileIcon.d.ts +6 -0
  796. package/dist/types/icons/FileMultipleIcon.d.ts +6 -0
  797. package/dist/types/icons/FileSyncIcon.d.ts +6 -0
  798. package/dist/types/icons/FileTextIcon.d.ts +6 -0
  799. package/dist/types/icons/Filter2Icon.d.ts +6 -0
  800. package/dist/types/icons/FilterCancel2Icon.d.ts +6 -0
  801. package/dist/types/icons/FilterCancelIcon.d.ts +6 -0
  802. package/dist/types/icons/FilterIcon.d.ts +6 -0
  803. package/dist/types/icons/Flag2Icon.d.ts +6 -0
  804. package/dist/types/icons/FlagIcon.d.ts +7 -0
  805. package/dist/types/icons/FlashlightIcon.d.ts +6 -0
  806. package/dist/types/icons/FoldableHorizontalHalfIcon.d.ts +6 -0
  807. package/dist/types/icons/FoldableHorizontalIcon.d.ts +6 -0
  808. package/dist/types/icons/FoldableVerticalHalfIcon.d.ts +6 -0
  809. package/dist/types/icons/FoldableVerticalIcon.d.ts +6 -0
  810. package/dist/types/icons/FolderAddIcon.d.ts +7 -0
  811. package/dist/types/icons/FolderIcon.d.ts +6 -0
  812. package/dist/types/icons/FolderMultipleIcon.d.ts +6 -0
  813. package/dist/types/icons/FolderOpenIcon.d.ts +6 -0
  814. package/dist/types/icons/FoodIcon.d.ts +6 -0
  815. package/dist/types/icons/FullScreenMaximizeIcon.d.ts +6 -0
  816. package/dist/types/icons/FullScreenMinimizeIcon.d.ts +6 -0
  817. package/dist/types/icons/GameIcon.d.ts +6 -0
  818. package/dist/types/icons/GiftIcon.d.ts +6 -0
  819. package/dist/types/icons/GitCommitIcon.d.ts +6 -0
  820. package/dist/types/icons/GitHubIcon.d.ts +6 -0
  821. package/dist/types/icons/GitLabIcon.d.ts +6 -0
  822. package/dist/types/icons/GlassesIcon.d.ts +6 -0
  823. package/dist/types/icons/GlobeIcon.d.ts +6 -0
  824. package/dist/types/icons/Google2Icon.d.ts +6 -0
  825. package/dist/types/icons/GoogleChromeIcon.d.ts +6 -0
  826. package/dist/types/icons/GoogleIcon.d.ts +6 -0
  827. package/dist/types/icons/GooglePlayIcon.d.ts +6 -0
  828. package/dist/types/icons/GraphIcon.d.ts +7 -0
  829. package/dist/types/icons/GridDotsIcon.d.ts +6 -0
  830. package/dist/types/icons/GridIcon.d.ts +6 -0
  831. package/dist/types/icons/HTMLIcon.d.ts +7 -0
  832. package/dist/types/icons/HamburgerIcon.d.ts +6 -0
  833. package/dist/types/icons/HandIcon.d.ts +6 -0
  834. package/dist/types/icons/HardDriveIcon.d.ts +6 -0
  835. package/dist/types/icons/HashIcon.d.ts +6 -0
  836. package/dist/types/icons/HatGraduationIcon.d.ts +6 -0
  837. package/dist/types/icons/HeadphonesIcon.d.ts +6 -0
  838. package/dist/types/icons/HeadphonesOffIcon.d.ts +7 -0
  839. package/dist/types/icons/HeartIcon.d.ts +6 -0
  840. package/dist/types/icons/HeartStylisticIcon.d.ts +6 -0
  841. package/dist/types/icons/HexagonIcon.d.ts +6 -0
  842. package/dist/types/icons/HighlighterAccentIcon.d.ts +6 -0
  843. package/dist/types/icons/HighlighterIcon.d.ts +6 -0
  844. package/dist/types/icons/HistoryIcon.d.ts +7 -0
  845. package/dist/types/icons/Home2Icon.d.ts +6 -0
  846. package/dist/types/icons/HomeIcon.d.ts +6 -0
  847. package/dist/types/icons/HourglassIcon.d.ts +6 -0
  848. package/dist/types/icons/InfinityIcon.d.ts +6 -0
  849. package/dist/types/icons/InfoIcon.d.ts +6 -0
  850. package/dist/types/icons/InfoSquareIcon.d.ts +6 -0
  851. package/dist/types/icons/InstagramIcon.d.ts +6 -0
  852. package/dist/types/icons/JavaScriptIcon.d.ts +7 -0
  853. package/dist/types/icons/KeyIcon.d.ts +6 -0
  854. package/dist/types/icons/KeyboardCommandIcon.d.ts +6 -0
  855. package/dist/types/icons/KeyboardIcon.d.ts +6 -0
  856. package/dist/types/icons/KeyboardShiftIcon.d.ts +6 -0
  857. package/dist/types/icons/KotlinIcon.d.ts +6 -0
  858. package/dist/types/icons/LaptopIcon.d.ts +6 -0
  859. package/dist/types/icons/LayersIcon.d.ts +6 -0
  860. package/dist/types/icons/LayoutIcon.d.ts +6 -0
  861. package/dist/types/icons/LeafIcon.d.ts +6 -0
  862. package/dist/types/icons/LeafThreeIcon.d.ts +6 -0
  863. package/dist/types/icons/LeafTwoIcon.d.ts +6 -0
  864. package/dist/types/icons/LibraryIcon.d.ts +6 -0
  865. package/dist/types/icons/LightbulbIcon.d.ts +6 -0
  866. package/dist/types/icons/LineDiagonalIcon.d.ts +6 -0
  867. package/dist/types/icons/LinkIcon.d.ts +7 -0
  868. package/dist/types/icons/LinuxIcon.d.ts +6 -0
  869. package/dist/types/icons/LocationIcon.d.ts +6 -0
  870. package/dist/types/icons/LockIcon.d.ts +6 -0
  871. package/dist/types/icons/LockOpenIcon.d.ts +6 -0
  872. package/dist/types/icons/MagnetIcon.d.ts +6 -0
  873. package/dist/types/icons/MailIcon.d.ts +6 -0
  874. package/dist/types/icons/MailOpenIcon.d.ts +6 -0
  875. package/dist/types/icons/MapIcon.d.ts +6 -0
  876. package/dist/types/icons/MaskIcon.d.ts +6 -0
  877. package/dist/types/icons/MathIcon.d.ts +6 -0
  878. package/dist/types/icons/MegaphoneIcon.d.ts +6 -0
  879. package/dist/types/icons/MegaphoneLoudIcon.d.ts +6 -0
  880. package/dist/types/icons/MentionIcon.d.ts +6 -0
  881. package/dist/types/icons/MenuIcon.d.ts +6 -0
  882. package/dist/types/icons/MicrophoneIcon.d.ts +7 -0
  883. package/dist/types/icons/MicrophoneOffIcon.d.ts +7 -0
  884. package/dist/types/icons/MicrosoftEdgeIcon.d.ts +6 -0
  885. package/dist/types/icons/MicrosoftIcon.d.ts +6 -0
  886. package/dist/types/icons/MoonIcon.d.ts +6 -0
  887. package/dist/types/icons/MoreIcon.d.ts +6 -0
  888. package/dist/types/icons/MoreVerticalIcon.d.ts +6 -0
  889. package/dist/types/icons/MotherboardIcon.d.ts +6 -0
  890. package/dist/types/icons/MovieIcon.d.ts +6 -0
  891. package/dist/types/icons/MusicNote2Icon.d.ts +6 -0
  892. package/dist/types/icons/MusicNoteIcon.d.ts +6 -0
  893. package/dist/types/icons/NPMIcon.d.ts +6 -0
  894. package/dist/types/icons/NarratorIcon.d.ts +7 -0
  895. package/dist/types/icons/NodeJSIcon.d.ts +6 -0
  896. package/dist/types/icons/NoteAddIcon.d.ts +6 -0
  897. package/dist/types/icons/NoteIcon.d.ts +6 -0
  898. package/dist/types/icons/OctagonIcon.d.ts +7 -0
  899. package/dist/types/icons/OpenAIIcon.d.ts +6 -0
  900. package/dist/types/icons/OpenIcon.d.ts +7 -0
  901. package/dist/types/icons/OpenSourceIcon.d.ts +6 -0
  902. package/dist/types/icons/PDF2Icon.d.ts +7 -0
  903. package/dist/types/icons/PDFIcon.d.ts +7 -0
  904. package/dist/types/icons/PageMarginsIcon.d.ts +6 -0
  905. package/dist/types/icons/PaintBucketAccentIcon.d.ts +6 -0
  906. package/dist/types/icons/PaintBucketIcon.d.ts +6 -0
  907. package/dist/types/icons/Paintbrush2Icon.d.ts +6 -0
  908. package/dist/types/icons/Paintbrush2SparkleIcon.d.ts +6 -0
  909. package/dist/types/icons/PaintbrushIcon.d.ts +7 -0
  910. package/dist/types/icons/PanelBottomIcon.d.ts +6 -0
  911. package/dist/types/icons/PanelBottomOpenIcon.d.ts +6 -0
  912. package/dist/types/icons/PanelLeftContractIcon.d.ts +7 -0
  913. package/dist/types/icons/PanelLeftExpandIcon.d.ts +7 -0
  914. package/dist/types/icons/PanelLeftIcon.d.ts +7 -0
  915. package/dist/types/icons/PanelLeftOpenIcon.d.ts +6 -0
  916. package/dist/types/icons/PanelRightContractIcon.d.ts +7 -0
  917. package/dist/types/icons/PanelRightExpandIcon.d.ts +7 -0
  918. package/dist/types/icons/PanelRightIcon.d.ts +7 -0
  919. package/dist/types/icons/PanelRightOpenIcon.d.ts +6 -0
  920. package/dist/types/icons/ParenthesesIcon.d.ts +6 -0
  921. package/dist/types/icons/PauseIcon.d.ts +6 -0
  922. package/dist/types/icons/PencilIcon.d.ts +6 -0
  923. package/dist/types/icons/PencilSparkleIcon.d.ts +6 -0
  924. package/dist/types/icons/PentagonIcon.d.ts +6 -0
  925. package/dist/types/icons/Person2Icon.d.ts +6 -0
  926. package/dist/types/icons/PersonAdd2Icon.d.ts +6 -0
  927. package/dist/types/icons/PersonAddIcon.d.ts +6 -0
  928. package/dist/types/icons/PersonCircleIcon.d.ts +6 -0
  929. package/dist/types/icons/PersonIcon.d.ts +6 -0
  930. package/dist/types/icons/PersonMultipleIcon.d.ts +7 -0
  931. package/dist/types/icons/PhoneIcon.d.ts +6 -0
  932. package/dist/types/icons/PhotoAddIcon.d.ts +6 -0
  933. package/dist/types/icons/PhotoFilter2Icon.d.ts +6 -0
  934. package/dist/types/icons/PhotoFilterIcon.d.ts +6 -0
  935. package/dist/types/icons/PhotoIcon.d.ts +6 -0
  936. package/dist/types/icons/PhotoMultipleIcon.d.ts +6 -0
  937. package/dist/types/icons/PhotoSparkleIcon.d.ts +6 -0
  938. package/dist/types/icons/PictureInPicture2Icon.d.ts +6 -0
  939. package/dist/types/icons/PictureInPictureEnterIcon.d.ts +6 -0
  940. package/dist/types/icons/PictureInPictureExitIcon.d.ts +6 -0
  941. package/dist/types/icons/PictureInPictureIcon.d.ts +6 -0
  942. package/dist/types/icons/PieChartIcon.d.ts +6 -0
  943. package/dist/types/icons/PinIcon.d.ts +6 -0
  944. package/dist/types/icons/PinOffIcon.d.ts +7 -0
  945. package/dist/types/icons/PizzaIcon.d.ts +6 -0
  946. package/dist/types/icons/PlayCircleIcon.d.ts +6 -0
  947. package/dist/types/icons/PlayIcon.d.ts +6 -0
  948. package/dist/types/icons/PowerIcon.d.ts +6 -0
  949. package/dist/types/icons/PrinterIcon.d.ts +6 -0
  950. package/dist/types/icons/ProhibitedIcon.d.ts +6 -0
  951. package/dist/types/icons/PulseIcon.d.ts +6 -0
  952. package/dist/types/icons/PythonIcon.d.ts +7 -0
  953. package/dist/types/icons/QRCodeIcon.d.ts +7 -0
  954. package/dist/types/icons/QuestionCircleIcon.d.ts +6 -0
  955. package/dist/types/icons/QuestionIcon.d.ts +6 -0
  956. package/dist/types/icons/QuoteIcon.d.ts +6 -0
  957. package/dist/types/icons/ReactJSIcon.d.ts +6 -0
  958. package/dist/types/icons/RecordIcon.d.ts +6 -0
  959. package/dist/types/icons/RecordStopIcon.d.ts +6 -0
  960. package/dist/types/icons/RectangleWideIcon.d.ts +6 -0
  961. package/dist/types/icons/RegularExpressionIcon.d.ts +6 -0
  962. package/dist/types/icons/ReverseIcon.d.ts +6 -0
  963. package/dist/types/icons/RhombusIcon.d.ts +6 -0
  964. package/dist/types/icons/RibbonIcon.d.ts +6 -0
  965. package/dist/types/icons/RibbonStarIcon.d.ts +6 -0
  966. package/dist/types/icons/RoadBarrierIcon.d.ts +6 -0
  967. package/dist/types/icons/RoadConeIcon.d.ts +6 -0
  968. package/dist/types/icons/RobloxIcon.d.ts +6 -0
  969. package/dist/types/icons/RocketIcon.d.ts +6 -0
  970. package/dist/types/icons/RoseIcon.d.ts +6 -0
  971. package/dist/types/icons/RulerDiagonalIcon.d.ts +6 -0
  972. package/dist/types/icons/RulerIcon.d.ts +6 -0
  973. package/dist/types/icons/SaplingIcon.d.ts +6 -0
  974. package/dist/types/icons/SaveIcon.d.ts +6 -0
  975. package/dist/types/icons/SaveMultipleIcon.d.ts +6 -0
  976. package/dist/types/icons/SavePencilIcon.d.ts +7 -0
  977. package/dist/types/icons/ScreenSizeIcon.d.ts +6 -0
  978. package/dist/types/icons/Script2Icon.d.ts +6 -0
  979. package/dist/types/icons/ScriptIcon.d.ts +6 -0
  980. package/dist/types/icons/SearchCancelIcon.d.ts +7 -0
  981. package/dist/types/icons/SearchIcon.d.ts +6 -0
  982. package/dist/types/icons/SectionBreakIcon.d.ts +6 -0
  983. package/dist/types/icons/SendIcon.d.ts +6 -0
  984. package/dist/types/icons/ServerIcon.d.ts +6 -0
  985. package/dist/types/icons/SettingsIcon.d.ts +6 -0
  986. package/dist/types/icons/ShapeDifferenceIcon.d.ts +6 -0
  987. package/dist/types/icons/ShapeIntersectIcon.d.ts +6 -0
  988. package/dist/types/icons/ShapeSubtractIcon.d.ts +6 -0
  989. package/dist/types/icons/ShapeUnionIcon.d.ts +6 -0
  990. package/dist/types/icons/ShieldCancelIcon.d.ts +6 -0
  991. package/dist/types/icons/ShieldCheckmarkIcon.d.ts +6 -0
  992. package/dist/types/icons/ShieldIcon.d.ts +6 -0
  993. package/dist/types/icons/ShieldKeyholeIcon.d.ts +6 -0
  994. package/dist/types/icons/SkullIcon.d.ts +6 -0
  995. package/dist/types/icons/SlashSquareIcon.d.ts +6 -0
  996. package/dist/types/icons/SoccerIcon.d.ts +6 -0
  997. package/dist/types/icons/SoundwaveIcon.d.ts +6 -0
  998. package/dist/types/icons/SpacebarIcon.d.ts +6 -0
  999. package/dist/types/icons/Sparkle2Icon.d.ts +6 -0
  1000. package/dist/types/icons/SparkleIcon.d.ts +6 -0
  1001. package/dist/types/icons/SpinnerIcon.d.ts +6 -0
  1002. package/dist/types/icons/SplitHorizontalIcon.d.ts +6 -0
  1003. package/dist/types/icons/SplitVerticalIcon.d.ts +6 -0
  1004. package/dist/types/icons/SquareDragIcon.d.ts +7 -0
  1005. package/dist/types/icons/SquareIcon.d.ts +6 -0
  1006. package/dist/types/icons/SquareMarginsIcon.d.ts +7 -0
  1007. package/dist/types/icons/StarIcon.d.ts +6 -0
  1008. package/dist/types/icons/StrokeThicknessIcon.d.ts +6 -0
  1009. package/dist/types/icons/SubtractIcon.d.ts +6 -0
  1010. package/dist/types/icons/SubtractSquareIcon.d.ts +6 -0
  1011. package/dist/types/icons/SubtractSquareMultipleIcon.d.ts +6 -0
  1012. package/dist/types/icons/SvelteIcon.d.ts +7 -0
  1013. package/dist/types/icons/SymbolsIcon.d.ts +6 -0
  1014. package/dist/types/icons/TVIcon.d.ts +6 -0
  1015. package/dist/types/icons/TableIcon.d.ts +6 -0
  1016. package/dist/types/icons/TableSimpleIcon.d.ts +6 -0
  1017. package/dist/types/icons/TabletIcon.d.ts +6 -0
  1018. package/dist/types/icons/TagAccentIcon.d.ts +6 -0
  1019. package/dist/types/icons/TagAddIcon.d.ts +6 -0
  1020. package/dist/types/icons/TagIcon.d.ts +6 -0
  1021. package/dist/types/icons/TagMultipleIcon.d.ts +7 -0
  1022. package/dist/types/icons/TagRemoveIcon.d.ts +6 -0
  1023. package/dist/types/icons/TargetIcon.d.ts +7 -0
  1024. package/dist/types/icons/TaskListIcon.d.ts +6 -0
  1025. package/dist/types/icons/TerminalIcon.d.ts +6 -0
  1026. package/dist/types/icons/TextAddIcon.d.ts +7 -0
  1027. package/dist/types/icons/TextAlignCenterIcon.d.ts +6 -0
  1028. package/dist/types/icons/TextAlignJustifyIcon.d.ts +6 -0
  1029. package/dist/types/icons/TextAlignLeftIcon.d.ts +6 -0
  1030. package/dist/types/icons/TextAlignRightIcon.d.ts +6 -0
  1031. package/dist/types/icons/TextBoldIcon.d.ts +7 -0
  1032. package/dist/types/icons/TextCaseLowercaseIcon.d.ts +6 -0
  1033. package/dist/types/icons/TextCaseTitleIcon.d.ts +6 -0
  1034. package/dist/types/icons/TextCaseUppercaseIcon.d.ts +6 -0
  1035. package/dist/types/icons/TextClearFormattingIcon.d.ts +6 -0
  1036. package/dist/types/icons/TextCollapseIcon.d.ts +6 -0
  1037. package/dist/types/icons/TextColorAccentIcon.d.ts +6 -0
  1038. package/dist/types/icons/TextColorIcon.d.ts +6 -0
  1039. package/dist/types/icons/TextDescriptionIcon.d.ts +6 -0
  1040. package/dist/types/icons/TextEditStyleIcon.d.ts +6 -0
  1041. package/dist/types/icons/TextEffectsIcon.d.ts +7 -0
  1042. package/dist/types/icons/TextExpandIcon.d.ts +6 -0
  1043. package/dist/types/icons/TextFontIcon.d.ts +6 -0
  1044. package/dist/types/icons/TextFontSizeIcon.d.ts +6 -0
  1045. package/dist/types/icons/TextFootnoteIcon.d.ts +6 -0
  1046. package/dist/types/icons/TextHighlightColorAccentIcon.d.ts +6 -0
  1047. package/dist/types/icons/TextHighlightColorIcon.d.ts +6 -0
  1048. package/dist/types/icons/TextIcon.d.ts +6 -0
  1049. package/dist/types/icons/TextIndentDecreaseIcon.d.ts +7 -0
  1050. package/dist/types/icons/TextIndentIncreaseIcon.d.ts +7 -0
  1051. package/dist/types/icons/TextItalicIcon.d.ts +6 -0
  1052. package/dist/types/icons/TextLargeIcon.d.ts +6 -0
  1053. package/dist/types/icons/TextLetterSpacingIcon.d.ts +6 -0
  1054. package/dist/types/icons/TextLineHeightIcon.d.ts +6 -0
  1055. package/dist/types/icons/TextLineSpacingIcon.d.ts +6 -0
  1056. package/dist/types/icons/TextNumberListIcon.d.ts +7 -0
  1057. package/dist/types/icons/TextPositionBottomIcon.d.ts +6 -0
  1058. package/dist/types/icons/TextPositionMiddleIcon.d.ts +6 -0
  1059. package/dist/types/icons/TextPositionTopIcon.d.ts +6 -0
  1060. package/dist/types/icons/TextSmallIcon.d.ts +6 -0
  1061. package/dist/types/icons/TextStrikethroughIcon.d.ts +6 -0
  1062. package/dist/types/icons/TextSubscriptIcon.d.ts +7 -0
  1063. package/dist/types/icons/TextSuperscriptIcon.d.ts +7 -0
  1064. package/dist/types/icons/TextTypographyIcon.d.ts +6 -0
  1065. package/dist/types/icons/TextUnderlineIcon.d.ts +6 -0
  1066. package/dist/types/icons/ThumbsDownIcon.d.ts +7 -0
  1067. package/dist/types/icons/ThumbsUpIcon.d.ts +7 -0
  1068. package/dist/types/icons/TikTokIcon.d.ts +6 -0
  1069. package/dist/types/icons/TimerIcon.d.ts +7 -0
  1070. package/dist/types/icons/TimerOffIcon.d.ts +6 -0
  1071. package/dist/types/icons/ToastIcon.d.ts +6 -0
  1072. package/dist/types/icons/ToolboxIcon.d.ts +6 -0
  1073. package/dist/types/icons/ToyBrickIcon.d.ts +6 -0
  1074. package/dist/types/icons/TreasureChestIcon.d.ts +6 -0
  1075. package/dist/types/icons/TriangleIcon.d.ts +6 -0
  1076. package/dist/types/icons/TrophyIcon.d.ts +6 -0
  1077. package/dist/types/icons/TuneIcon.d.ts +6 -0
  1078. package/dist/types/icons/TypeScriptIcon.d.ts +6 -0
  1079. package/dist/types/icons/UbuntuIcon.d.ts +6 -0
  1080. package/dist/types/icons/VehicleCarIcon.d.ts +6 -0
  1081. package/dist/types/icons/VideoClipIcon.d.ts +7 -0
  1082. package/dist/types/icons/VideoIcon.d.ts +7 -0
  1083. package/dist/types/icons/VisualStudioCodeIcon.d.ts +6 -0
  1084. package/dist/types/icons/VolumeIcon.d.ts +6 -0
  1085. package/dist/types/icons/VolumeLowIcon.d.ts +6 -0
  1086. package/dist/types/icons/VolumeMuteIcon.d.ts +6 -0
  1087. package/dist/types/icons/VueJSIcon.d.ts +6 -0
  1088. package/dist/types/icons/WatchIcon.d.ts +6 -0
  1089. package/dist/types/icons/WeatherCloudyIcon.d.ts +6 -0
  1090. package/dist/types/icons/WebpackIcon.d.ts +6 -0
  1091. package/dist/types/icons/WiFiIcon.d.ts +6 -0
  1092. package/dist/types/icons/WindowAddIcon.d.ts +6 -0
  1093. package/dist/types/icons/WindowIcon.d.ts +6 -0
  1094. package/dist/types/icons/WindowMultipleIcon.d.ts +7 -0
  1095. package/dist/types/icons/WrenchIcon.d.ts +6 -0
  1096. package/dist/types/icons/XTwitterIcon.d.ts +6 -0
  1097. package/dist/types/icons/YouTubeIcon.d.ts +6 -0
  1098. package/dist/types/icons/YouTubeShortsIcon.d.ts +6 -0
  1099. package/dist/types/icons/ZoomInIcon.d.ts +6 -0
  1100. package/dist/types/icons/ZoomOutIcon.d.ts +6 -0
  1101. package/dist/types/icons.d.ts +539 -0
  1102. package/dist/types/proicons.d.ts +22 -0
  1103. package/dist/types/rename.d.ts +5 -0
  1104. package/dist/types/renderNodes.d.ts +6 -0
  1105. package/dist/types/replace.d.ts +11 -0
  1106. package/dist/types/search.d.ts +13 -0
  1107. package/dist/types/types.d.ts +72 -0
  1108. package/dist/umd/proicons.cjs +1 -7
  1109. package/package.json +10 -46
  1110. package/README.md +0 -168
  1111. package/dist/esm/AccessibilityIcon.js +0 -41
  1112. package/dist/esm/AddCircleIcon.js +0 -43
  1113. package/dist/esm/AddIcon.js +0 -36
  1114. package/dist/esm/AddRhombusIcon.js +0 -36
  1115. package/dist/esm/AddSquareIcon.js +0 -45
  1116. package/dist/esm/AddSquareMultipleIcon.js +0 -60
  1117. package/dist/esm/AirplaneIcon.js +0 -43
  1118. package/dist/esm/AirplaneLandingIcon.js +0 -45
  1119. package/dist/esm/AirplaneTakeoffIcon.js +0 -45
  1120. package/dist/esm/AlarmClockIcon.js +0 -64
  1121. package/dist/esm/AlbumIcon.js +0 -44
  1122. package/dist/esm/AlertCircleIcon.js +0 -54
  1123. package/dist/esm/AlertRhombusIcon.js +0 -54
  1124. package/dist/esm/AlertTriangleIcon.js +0 -52
  1125. package/dist/esm/AlignBottomIcon.js +0 -61
  1126. package/dist/esm/AlignHorizontalCentersIcon.js +0 -61
  1127. package/dist/esm/AlignLeftIcon.js +0 -61
  1128. package/dist/esm/AlignRightIcon.js +0 -65
  1129. package/dist/esm/AlignTopIcon.js +0 -65
  1130. package/dist/esm/AlignVerticalCentersIcon.js +0 -65
  1131. package/dist/esm/AmazonIcon.js +0 -57
  1132. package/dist/esm/AnchorIcon.js +0 -55
  1133. package/dist/esm/AndroidIcon.js +0 -53
  1134. package/dist/esm/AngleIcon.js +0 -41
  1135. package/dist/esm/AppRemoveIcon.js +0 -75
  1136. package/dist/esm/AppStoreIcon.js +0 -44
  1137. package/dist/esm/AppleIcon.js +0 -54
  1138. package/dist/esm/AppsAddIcon.js +0 -78
  1139. package/dist/esm/AppsIcon.js +0 -83
  1140. package/dist/esm/ArcIcon.js +0 -31
  1141. package/dist/esm/ArchiveAdd2Icon.js +0 -41
  1142. package/dist/esm/ArchiveIcon.js +0 -32
  1143. package/dist/esm/ArrowClockwiseIcon.js +0 -31
  1144. package/dist/esm/ArrowCounterclockwiseIcon.js +0 -31
  1145. package/dist/esm/ArrowDownIcon.js +0 -31
  1146. package/dist/esm/ArrowDownloadIcon.js +0 -31
  1147. package/dist/esm/ArrowEnterIcon.js +0 -31
  1148. package/dist/esm/ArrowExportIcon.js +0 -31
  1149. package/dist/esm/ArrowForwardIcon.js +0 -31
  1150. package/dist/esm/ArrowImportIcon.js +0 -31
  1151. package/dist/esm/ArrowLeftIcon.js +0 -31
  1152. package/dist/esm/ArrowLeftRightIcon.js +0 -38
  1153. package/dist/esm/ArrowMaximizeIcon.js +0 -31
  1154. package/dist/esm/ArrowMinimizeIcon.js +0 -31
  1155. package/dist/esm/ArrowMoveIcon.js +0 -31
  1156. package/dist/esm/ArrowRedo2Icon.js +0 -31
  1157. package/dist/esm/ArrowRedoIcon.js +0 -31
  1158. package/dist/esm/ArrowReplyIcon.js +0 -31
  1159. package/dist/esm/ArrowRightIcon.js +0 -31
  1160. package/dist/esm/ArrowRotateClockwiseIcon.js +0 -39
  1161. package/dist/esm/ArrowRotateCounterclockwiseIcon.js +0 -39
  1162. package/dist/esm/ArrowSortIcon.js +0 -31
  1163. package/dist/esm/ArrowSwapIcon.js +0 -31
  1164. package/dist/esm/ArrowSync2Icon.js +0 -31
  1165. package/dist/esm/ArrowSyncIcon.js +0 -31
  1166. package/dist/esm/ArrowTrendingIcon.js +0 -31
  1167. package/dist/esm/ArrowUndo2Icon.js +0 -31
  1168. package/dist/esm/ArrowUndoIcon.js +0 -31
  1169. package/dist/esm/ArrowUpDownIcon.js +0 -37
  1170. package/dist/esm/ArrowUpIcon.js +0 -31
  1171. package/dist/esm/ArrowUploadIcon.js +0 -31
  1172. package/dist/esm/AsteriskIcon.js +0 -31
  1173. package/dist/esm/AttachIcon.js +0 -35
  1174. package/dist/esm/BackgroundColorAccentIcon.js +0 -30
  1175. package/dist/esm/BackgroundColorIcon.js +0 -41
  1176. package/dist/esm/BackspaceIcon.js +0 -31
  1177. package/dist/esm/BadgeIcon.js +0 -43
  1178. package/dist/esm/BankIcon.js +0 -53
  1179. package/dist/esm/BarChartIcon.js +0 -38
  1180. package/dist/esm/BasketballIcon.js +0 -57
  1181. package/dist/esm/BatteryFullIcon.js +0 -60
  1182. package/dist/esm/BatteryIcon.js +0 -60
  1183. package/dist/esm/BeachIcon.js +0 -31
  1184. package/dist/esm/BeakerIcon.js +0 -36
  1185. package/dist/esm/BellDotIcon.js +0 -57
  1186. package/dist/esm/BellIcon.js +0 -40
  1187. package/dist/esm/BellOffIcon.js +0 -58
  1188. package/dist/esm/BlueskyIcon.js +0 -36
  1189. package/dist/esm/BluetoothIcon.js +0 -31
  1190. package/dist/esm/BoardIcon.js +0 -38
  1191. package/dist/esm/BoltIcon.js +0 -35
  1192. package/dist/esm/Book2Icon.js +0 -47
  1193. package/dist/esm/BookAdd2Icon.js +0 -42
  1194. package/dist/esm/BookAddIcon.js +0 -41
  1195. package/dist/esm/BookIcon.js +0 -42
  1196. package/dist/esm/BookInfo2Icon.js +0 -70
  1197. package/dist/esm/BookInfoIcon.js +0 -65
  1198. package/dist/esm/BookLetterIcon.js +0 -41
  1199. package/dist/esm/BookMarkedIcon.js +0 -54
  1200. package/dist/esm/BookOpenIcon.js +0 -31
  1201. package/dist/esm/BookmarkAddIcon.js +0 -41
  1202. package/dist/esm/BookmarkIcon.js +0 -31
  1203. package/dist/esm/BookmarkMultipleIcon.js +0 -41
  1204. package/dist/esm/BorderAllIcon.js +0 -31
  1205. package/dist/esm/BoxAddIcon.js +0 -44
  1206. package/dist/esm/BoxIcon.js +0 -35
  1207. package/dist/esm/BracesIcon.js +0 -32
  1208. package/dist/esm/BracesVariableIcon.js +0 -31
  1209. package/dist/esm/BracketsIcon.js +0 -31
  1210. package/dist/esm/BranchCompareIcon.js +0 -42
  1211. package/dist/esm/BranchFork2Icon.js +0 -31
  1212. package/dist/esm/BranchForkIcon.js +0 -31
  1213. package/dist/esm/BranchIcon.js +0 -32
  1214. package/dist/esm/BranchPullRequestIcon.js +0 -41
  1215. package/dist/esm/Briefcase2Icon.js +0 -31
  1216. package/dist/esm/BriefcaseIcon.js +0 -41
  1217. package/dist/esm/BrightnessIcon.js +0 -40
  1218. package/dist/esm/BroomIcon.js +0 -31
  1219. package/dist/esm/BugAddIcon.js +0 -52
  1220. package/dist/esm/BugIcon.js +0 -35
  1221. package/dist/esm/BugPlayIcon.js +0 -40
  1222. package/dist/esm/BuildingMultipleIcon.js +0 -93
  1223. package/dist/esm/BulletListIcon.js +0 -86
  1224. package/dist/esm/BulletListSquareAddIcon.js +0 -93
  1225. package/dist/esm/BulletListSquareIcon.js +0 -96
  1226. package/dist/esm/BulletListTreeIcon.js +0 -86
  1227. package/dist/esm/ButtonIcon.js +0 -45
  1228. package/dist/esm/CSS2Icon.js +0 -48
  1229. package/dist/esm/CSSIcon.js +0 -48
  1230. package/dist/esm/CakeIcon.js +0 -41
  1231. package/dist/esm/CalculatorIcon.js +0 -112
  1232. package/dist/esm/CalendarIcon.js +0 -31
  1233. package/dist/esm/CallEndIcon.js +0 -35
  1234. package/dist/esm/CallIcon.js +0 -31
  1235. package/dist/esm/CalligraphyPenIcon.js +0 -40
  1236. package/dist/esm/CameraIcon.js +0 -47
  1237. package/dist/esm/CancelCircleIcon.js +0 -40
  1238. package/dist/esm/CancelIcon.js +0 -37
  1239. package/dist/esm/CancelOctagonIcon.js +0 -40
  1240. package/dist/esm/CancelSquareIcon.js +0 -38
  1241. package/dist/esm/CandyIcon.js +0 -41
  1242. package/dist/esm/CartIcon.js +0 -64
  1243. package/dist/esm/CentIcon.js +0 -37
  1244. package/dist/esm/CenterHorizontalIcon.js +0 -50
  1245. package/dist/esm/CenterVerticalIcon.js +0 -50
  1246. package/dist/esm/ChatIcon.js +0 -31
  1247. package/dist/esm/ChatQuestionIcon.js +0 -54
  1248. package/dist/esm/CheckboxCheckedIcon.js +0 -45
  1249. package/dist/esm/CheckboxIndeterminate2Icon.js +0 -43
  1250. package/dist/esm/CheckboxIndeterminateIcon.js +0 -45
  1251. package/dist/esm/CheckboxListIcon.js +0 -101
  1252. package/dist/esm/CheckboxUncheckedIcon.js +0 -35
  1253. package/dist/esm/CheckmarkCircleIcon.js +0 -42
  1254. package/dist/esm/CheckmarkIcon.js +0 -35
  1255. package/dist/esm/CheckmarkStarburstIcon.js +0 -49
  1256. package/dist/esm/ChevronDownIcon.js +0 -31
  1257. package/dist/esm/ChevronLeftIcon.js +0 -31
  1258. package/dist/esm/ChevronRightIcon.js +0 -31
  1259. package/dist/esm/ChevronUpIcon.js +0 -31
  1260. package/dist/esm/ChromeRestoreIcon.js +0 -42
  1261. package/dist/esm/CircleIcon.js +0 -33
  1262. package/dist/esm/CircleSmallIcon.js +0 -33
  1263. package/dist/esm/ClipboardIcon.js +0 -42
  1264. package/dist/esm/ClipboardPasteIcon.js +0 -53
  1265. package/dist/esm/ClipboardSearchIcon.js +0 -53
  1266. package/dist/esm/ClockIcon.js +0 -41
  1267. package/dist/esm/ClosedCaptionsIcon.js +0 -45
  1268. package/dist/esm/CloudAddIcon.js +0 -46
  1269. package/dist/esm/CloudArrowDownIcon.js +0 -47
  1270. package/dist/esm/CloudArrowUpIcon.js +0 -48
  1271. package/dist/esm/CloudIcon.js +0 -37
  1272. package/dist/esm/CloudOffIcon.js +0 -41
  1273. package/dist/esm/CodeIcon.js +0 -31
  1274. package/dist/esm/CodeSquareIcon.js +0 -45
  1275. package/dist/esm/CoffeeHotIcon.js +0 -41
  1276. package/dist/esm/ColorPaletteIcon.js +0 -92
  1277. package/dist/esm/CommentAdd2Icon.js +0 -31
  1278. package/dist/esm/CommentAddIcon.js +0 -40
  1279. package/dist/esm/CommentExclamationIcon.js +0 -54
  1280. package/dist/esm/CommentIcon.js +0 -32
  1281. package/dist/esm/CommentMultipleIcon.js +0 -42
  1282. package/dist/esm/CompareSizeIcon.js +0 -31
  1283. package/dist/esm/CompassIcon.js +0 -47
  1284. package/dist/esm/ComponentIcon.js +0 -93
  1285. package/dist/esm/ComposeIcon.js +0 -41
  1286. package/dist/esm/ComputerIcon.js +0 -50
  1287. package/dist/esm/ComputerMacIcon.js +0 -38
  1288. package/dist/esm/ConeIcon.js +0 -31
  1289. package/dist/esm/ContractDownIcon.js +0 -31
  1290. package/dist/esm/CookiesIcon.js +0 -73
  1291. package/dist/esm/CopyIcon.js +0 -42
  1292. package/dist/esm/CopyleftIcon.js +0 -47
  1293. package/dist/esm/CopyrightIcon.js +0 -48
  1294. package/dist/esm/CornerRadiusIcon.js +0 -31
  1295. package/dist/esm/CreditCardIcon.js +0 -56
  1296. package/dist/esm/CropIcon.js +0 -36
  1297. package/dist/esm/CubeIcon.js +0 -30
  1298. package/dist/esm/CursorClickIcon.js +0 -40
  1299. package/dist/esm/CursorDragIcon.js +0 -36
  1300. package/dist/esm/CursorIcon.js +0 -34
  1301. package/dist/esm/CutIcon.js +0 -31
  1302. package/dist/esm/CylinderIcon.js +0 -31
  1303. package/dist/esm/DarkThemeIcon.js +0 -38
  1304. package/dist/esm/DatabaseAddIcon.js +0 -40
  1305. package/dist/esm/DatabaseIcon.js +0 -31
  1306. package/dist/esm/DeleteIcon.js +0 -31
  1307. package/dist/esm/DiamondIcon.js +0 -31
  1308. package/dist/esm/DiffIcon.js +0 -36
  1309. package/dist/esm/DirectionsIcon.js +0 -41
  1310. package/dist/esm/DoNotDisturbIcon.js +0 -40
  1311. package/dist/esm/DocumentIcon.js +0 -45
  1312. package/dist/esm/DollarCircleIcon.js +0 -48
  1313. package/dist/esm/DollarIcon.js +0 -36
  1314. package/dist/esm/DoorIcon.js +0 -40
  1315. package/dist/esm/DoorOpenIcon.js +0 -46
  1316. package/dist/esm/DotCircleIcon.js +0 -42
  1317. package/dist/esm/DotSquareIcon.js +0 -44
  1318. package/dist/esm/DrawTextIcon.js +0 -53
  1319. package/dist/esm/DropIcon.js +0 -35
  1320. package/dist/esm/EmojiFrownIcon.js +0 -70
  1321. package/dist/esm/EmojiGrinIcon.js +0 -66
  1322. package/dist/esm/EmojiIcon.js +0 -72
  1323. package/dist/esm/EmojiLaughterIcon.js +0 -43
  1324. package/dist/esm/EraserIcon.js +0 -31
  1325. package/dist/esm/EraserSparkleIcon.js +0 -38
  1326. package/dist/esm/ExclamationMarkIcon.js +0 -39
  1327. package/dist/esm/ExpandIcon.js +0 -31
  1328. package/dist/esm/ExtensionIcon.js +0 -32
  1329. package/dist/esm/EyeIcon.js +0 -39
  1330. package/dist/esm/EyeOffIcon.js +0 -54
  1331. package/dist/esm/EyedropperColorAccentIcon.js +0 -28
  1332. package/dist/esm/EyedropperColorIcon.js +0 -36
  1333. package/dist/esm/EyedropperIcon.js +0 -31
  1334. package/dist/esm/FacebookIcon.js +0 -35
  1335. package/dist/esm/FastForwardIcon.js +0 -39
  1336. package/dist/esm/FigmaIcon.js +0 -77
  1337. package/dist/esm/FileAddIcon.js +0 -40
  1338. package/dist/esm/FileIcon.js +0 -31
  1339. package/dist/esm/FileMultipleIcon.js +0 -41
  1340. package/dist/esm/FileSyncIcon.js +0 -40
  1341. package/dist/esm/FileTextIcon.js +0 -40
  1342. package/dist/esm/Filter2Icon.js +0 -31
  1343. package/dist/esm/FilterCancel2Icon.js +0 -40
  1344. package/dist/esm/FilterCancelIcon.js +0 -40
  1345. package/dist/esm/FilterIcon.js +0 -31
  1346. package/dist/esm/Flag2Icon.js +0 -39
  1347. package/dist/esm/FlagIcon.js +0 -37
  1348. package/dist/esm/FlashlightIcon.js +0 -41
  1349. package/dist/esm/FoldableHorizontalHalfIcon.js +0 -46
  1350. package/dist/esm/FoldableHorizontalIcon.js +0 -35
  1351. package/dist/esm/FoldableVerticalHalfIcon.js +0 -46
  1352. package/dist/esm/FoldableVerticalIcon.js +0 -35
  1353. package/dist/esm/FolderAddIcon.js +0 -41
  1354. package/dist/esm/FolderIcon.js +0 -30
  1355. package/dist/esm/FolderMultipleIcon.js +0 -40
  1356. package/dist/esm/FolderOpenIcon.js +0 -30
  1357. package/dist/esm/FullScreenMaximizeIcon.js +0 -31
  1358. package/dist/esm/FullScreenMinimizeIcon.js +0 -31
  1359. package/dist/esm/GameIcon.js +0 -60
  1360. package/dist/esm/GiftIcon.js +0 -31
  1361. package/dist/esm/GitCommitIcon.js +0 -31
  1362. package/dist/esm/GitHubIcon.js +0 -46
  1363. package/dist/esm/GitLabIcon.js +0 -31
  1364. package/dist/esm/GlobeIcon.js +0 -31
  1365. package/dist/esm/Google2Icon.js +0 -37
  1366. package/dist/esm/GoogleChromeIcon.js +0 -36
  1367. package/dist/esm/GoogleIcon.js +0 -36
  1368. package/dist/esm/GooglePlayIcon.js +0 -35
  1369. package/dist/esm/GraphIcon.js +0 -42
  1370. package/dist/esm/GridDotsIcon.js +0 -112
  1371. package/dist/esm/GridIcon.js +0 -82
  1372. package/dist/esm/HTMLIcon.js +0 -47
  1373. package/dist/esm/HamburgerIcon.js +0 -59
  1374. package/dist/esm/HandIcon.js +0 -41
  1375. package/dist/esm/HardDriveIcon.js +0 -45
  1376. package/dist/esm/HashIcon.js +0 -38
  1377. package/dist/esm/HatGraduationIcon.js +0 -36
  1378. package/dist/esm/HeadphonesIcon.js +0 -41
  1379. package/dist/esm/HeadphonesOffIcon.js +0 -52
  1380. package/dist/esm/HeartIcon.js +0 -34
  1381. package/dist/esm/HeartStylisticIcon.js +0 -30
  1382. package/dist/esm/HexagonIcon.js +0 -31
  1383. package/dist/esm/HighlighterAccentIcon.js +0 -28
  1384. package/dist/esm/HighlighterIcon.js +0 -31
  1385. package/dist/esm/HistoryIcon.js +0 -42
  1386. package/dist/esm/Home2Icon.js +0 -31
  1387. package/dist/esm/HomeIcon.js +0 -30
  1388. package/dist/esm/HourglassIcon.js +0 -40
  1389. package/dist/esm/InfinityIcon.js +0 -30
  1390. package/dist/esm/InfoIcon.js +0 -53
  1391. package/dist/esm/InfoSquareIcon.js +0 -51
  1392. package/dist/esm/InstagramIcon.js +0 -60
  1393. package/dist/esm/JavaScriptIcon.js +0 -51
  1394. package/dist/esm/KeyboardCommandIcon.js +0 -37
  1395. package/dist/esm/KeyboardIcon.js +0 -128
  1396. package/dist/esm/KeyboardShiftIcon.js +0 -31
  1397. package/dist/esm/KotlinIcon.js +0 -35
  1398. package/dist/esm/LaptopIcon.js +0 -31
  1399. package/dist/esm/LayersIcon.js +0 -54
  1400. package/dist/esm/LayoutIcon.js +0 -31
  1401. package/dist/esm/LeafIcon.js +0 -31
  1402. package/dist/esm/LeafThreeIcon.js +0 -31
  1403. package/dist/esm/LeafTwoIcon.js +0 -31
  1404. package/dist/esm/LibraryIcon.js +0 -63
  1405. package/dist/esm/LightbulbIcon.js +0 -31
  1406. package/dist/esm/LineDiagonalIcon.js +0 -30
  1407. package/dist/esm/LinkIcon.js +0 -32
  1408. package/dist/esm/LinuxIcon.js +0 -73
  1409. package/dist/esm/LocationIcon.js +0 -42
  1410. package/dist/esm/LockIcon.js +0 -63
  1411. package/dist/esm/LockOpenIcon.js +0 -58
  1412. package/dist/esm/MagnetIcon.js +0 -31
  1413. package/dist/esm/MailIcon.js +0 -52
  1414. package/dist/esm/MailOpenIcon.js +0 -38
  1415. package/dist/esm/MapIcon.js +0 -30
  1416. package/dist/esm/MaskIcon.js +0 -40
  1417. package/dist/esm/MathIcon.js +0 -36
  1418. package/dist/esm/MegaphoneIcon.js +0 -29
  1419. package/dist/esm/MegaphoneLoudIcon.js +0 -39
  1420. package/dist/esm/MentionIcon.js +0 -36
  1421. package/dist/esm/MenuIcon.js +0 -31
  1422. package/dist/esm/MicrophoneIcon.js +0 -32
  1423. package/dist/esm/MicrophoneOffIcon.js +0 -49
  1424. package/dist/esm/MicrosoftEdgeIcon.js +0 -36
  1425. package/dist/esm/MicrosoftIcon.js +0 -38
  1426. package/dist/esm/MoonIcon.js +0 -35
  1427. package/dist/esm/MoreIcon.js +0 -52
  1428. package/dist/esm/MoreVerticalIcon.js +0 -55
  1429. package/dist/esm/MotherboardIcon.js +0 -71
  1430. package/dist/esm/MovieIcon.js +0 -31
  1431. package/dist/esm/MusicNote2Icon.js +0 -31
  1432. package/dist/esm/MusicNoteIcon.js +0 -41
  1433. package/dist/esm/NPMIcon.js +0 -47
  1434. package/dist/esm/NarratorIcon.js +0 -32
  1435. package/dist/esm/NodeJSIcon.js +0 -46
  1436. package/dist/esm/NoteAddIcon.js +0 -40
  1437. package/dist/esm/NoteIcon.js +0 -41
  1438. package/dist/esm/OctagonIcon.js +0 -32
  1439. package/dist/esm/OpenAIIcon.js +0 -32
  1440. package/dist/esm/OpenIcon.js +0 -32
  1441. package/dist/esm/OpenSourceIcon.js +0 -36
  1442. package/dist/esm/PDF2Icon.js +0 -56
  1443. package/dist/esm/PDFIcon.js +0 -41
  1444. package/dist/esm/PageMarginsIcon.js +0 -45
  1445. package/dist/esm/PaintBucketAccentIcon.js +0 -28
  1446. package/dist/esm/PaintBucketIcon.js +0 -40
  1447. package/dist/esm/Paintbrush2Icon.js +0 -38
  1448. package/dist/esm/Paintbrush2SparkleIcon.js +0 -43
  1449. package/dist/esm/PaintbrushIcon.js +0 -40
  1450. package/dist/esm/PanelBottomIcon.js +0 -31
  1451. package/dist/esm/PanelBottomOpenIcon.js +0 -38
  1452. package/dist/esm/PanelLeftContractIcon.js +0 -32
  1453. package/dist/esm/PanelLeftExpandIcon.js +0 -32
  1454. package/dist/esm/PanelLeftIcon.js +0 -32
  1455. package/dist/esm/PanelLeftOpenIcon.js +0 -38
  1456. package/dist/esm/PanelRightContractIcon.js +0 -32
  1457. package/dist/esm/PanelRightExpandIcon.js +0 -32
  1458. package/dist/esm/PanelRightIcon.js +0 -32
  1459. package/dist/esm/PanelRightOpenIcon.js +0 -38
  1460. package/dist/esm/ParenthesesIcon.js +0 -31
  1461. package/dist/esm/PauseIcon.js +0 -47
  1462. package/dist/esm/PencilIcon.js +0 -35
  1463. package/dist/esm/PencilSparkleIcon.js +0 -44
  1464. package/dist/esm/PentagonIcon.js +0 -31
  1465. package/dist/esm/Person2Icon.js +0 -43
  1466. package/dist/esm/PersonAdd2Icon.js +0 -31
  1467. package/dist/esm/PersonAddIcon.js +0 -40
  1468. package/dist/esm/PersonCircleIcon.js +0 -31
  1469. package/dist/esm/PersonIcon.js +0 -31
  1470. package/dist/esm/PersonMultipleIcon.js +0 -32
  1471. package/dist/esm/PhoneIcon.js +0 -52
  1472. package/dist/esm/PhotoAddIcon.js +0 -53
  1473. package/dist/esm/PhotoFilterIcon.js +0 -55
  1474. package/dist/esm/PhotoIcon.js +0 -40
  1475. package/dist/esm/PhotoMultipleIcon.js +0 -58
  1476. package/dist/esm/PhotoSparkleIcon.js +0 -57
  1477. package/dist/esm/PictureInPicture2Icon.js +0 -42
  1478. package/dist/esm/PictureInPictureEnterIcon.js +0 -56
  1479. package/dist/esm/PictureInPictureExitIcon.js +0 -57
  1480. package/dist/esm/PictureInPictureIcon.js +0 -42
  1481. package/dist/esm/PieChartIcon.js +0 -57
  1482. package/dist/esm/PinIcon.js +0 -31
  1483. package/dist/esm/PinOffIcon.js +0 -41
  1484. package/dist/esm/PlayCircleIcon.js +0 -41
  1485. package/dist/esm/PlayIcon.js +0 -30
  1486. package/dist/esm/PowerIcon.js +0 -36
  1487. package/dist/esm/PrinterIcon.js +0 -31
  1488. package/dist/esm/ProhibitedIcon.js +0 -31
  1489. package/dist/esm/PythonIcon.js +0 -39
  1490. package/dist/esm/QRCodeIcon.js +0 -164
  1491. package/dist/esm/QuestionCircleIcon.js +0 -56
  1492. package/dist/esm/QuestionIcon.js +0 -40
  1493. package/dist/esm/QuoteIcon.js +0 -31
  1494. package/dist/esm/ReactJSIcon.js +0 -70
  1495. package/dist/esm/RecordIcon.js +0 -42
  1496. package/dist/esm/RecordStopIcon.js +0 -44
  1497. package/dist/esm/RectangleWideIcon.js +0 -35
  1498. package/dist/esm/RegularExpressionIcon.js +0 -47
  1499. package/dist/esm/ReverseIcon.js +0 -39
  1500. package/dist/esm/RhombusIcon.js +0 -31
  1501. package/dist/esm/RibbonIcon.js +0 -41
  1502. package/dist/esm/RibbonStarIcon.js +0 -52
  1503. package/dist/esm/RoadBarrierIcon.js +0 -61
  1504. package/dist/esm/RoadConeIcon.js +0 -48
  1505. package/dist/esm/RobloxIcon.js +0 -56
  1506. package/dist/esm/RulerDiagonalIcon.js +0 -53
  1507. package/dist/esm/RulerIcon.js +0 -52
  1508. package/dist/esm/SaveIcon.js +0 -31
  1509. package/dist/esm/SaveMultipleIcon.js +0 -41
  1510. package/dist/esm/SavePencilIcon.js +0 -39
  1511. package/dist/esm/ScreenSizeIcon.js +0 -45
  1512. package/dist/esm/Script2Icon.js +0 -31
  1513. package/dist/esm/ScriptIcon.js +0 -31
  1514. package/dist/esm/SearchCancelIcon.js +0 -32
  1515. package/dist/esm/SearchIcon.js +0 -31
  1516. package/dist/esm/SectionBreakIcon.js +0 -31
  1517. package/dist/esm/SendIcon.js +0 -31
  1518. package/dist/esm/ServerIcon.js +0 -92
  1519. package/dist/esm/SettingsIcon.js +0 -32
  1520. package/dist/esm/ShapeDifferenceIcon.js +0 -35
  1521. package/dist/esm/ShapeIntersectIcon.js +0 -38
  1522. package/dist/esm/ShapeSubtractIcon.js +0 -38
  1523. package/dist/esm/ShapeUnionIcon.js +0 -60
  1524. package/dist/esm/ShieldCancelIcon.js +0 -31
  1525. package/dist/esm/ShieldCheckmarkIcon.js +0 -41
  1526. package/dist/esm/ShieldIcon.js +0 -31
  1527. package/dist/esm/ShieldKeyholeIcon.js +0 -54
  1528. package/dist/esm/SkullIcon.js +0 -50
  1529. package/dist/esm/SlashSquareIcon.js +0 -45
  1530. package/dist/esm/SoundwaveIcon.js +0 -36
  1531. package/dist/esm/SpacebarIcon.js +0 -31
  1532. package/dist/esm/Sparkle2Icon.js +0 -46
  1533. package/dist/esm/SparkleIcon.js +0 -59
  1534. package/dist/esm/SpinnerIcon.js +0 -31
  1535. package/dist/esm/SplitHorizontalIcon.js +0 -31
  1536. package/dist/esm/SplitVerticalIcon.js +0 -31
  1537. package/dist/esm/SquareDragIcon.js +0 -48
  1538. package/dist/esm/SquareIcon.js +0 -35
  1539. package/dist/esm/SquareMarginsIcon.js +0 -46
  1540. package/dist/esm/StarIcon.js +0 -31
  1541. package/dist/esm/StrokeThicknessIcon.js +0 -47
  1542. package/dist/esm/SubtractIcon.js +0 -36
  1543. package/dist/esm/SubtractSquareIcon.js +0 -45
  1544. package/dist/esm/SubtractSquareMultipleIcon.js +0 -59
  1545. package/dist/esm/SvelteIcon.js +0 -47
  1546. package/dist/esm/SymbolsIcon.js +0 -40
  1547. package/dist/esm/TVIcon.js +0 -45
  1548. package/dist/esm/TableIcon.js +0 -45
  1549. package/dist/esm/TableSimpleIcon.js +0 -45
  1550. package/dist/esm/TabletIcon.js +0 -45
  1551. package/dist/esm/TagAccentIcon.js +0 -28
  1552. package/dist/esm/TagAddIcon.js +0 -54
  1553. package/dist/esm/TagIcon.js +0 -41
  1554. package/dist/esm/TagMultipleIcon.js +0 -53
  1555. package/dist/esm/TagRemoveIcon.js +0 -54
  1556. package/dist/esm/TargetIcon.js +0 -55
  1557. package/dist/esm/TaskListIcon.js +0 -31
  1558. package/dist/esm/TerminalIcon.js +0 -51
  1559. package/dist/esm/TextAddIcon.js +0 -41
  1560. package/dist/esm/TextAlignCenterIcon.js +0 -30
  1561. package/dist/esm/TextAlignJustifyIcon.js +0 -30
  1562. package/dist/esm/TextAlignLeftIcon.js +0 -30
  1563. package/dist/esm/TextAlignRightIcon.js +0 -30
  1564. package/dist/esm/TextBoldIcon.js +0 -35
  1565. package/dist/esm/TextCaseLowercaseIcon.js +0 -31
  1566. package/dist/esm/TextCaseTitleIcon.js +0 -31
  1567. package/dist/esm/TextCaseUppercaseIcon.js +0 -31
  1568. package/dist/esm/TextClearFormattingIcon.js +0 -31
  1569. package/dist/esm/TextCollapseIcon.js +0 -40
  1570. package/dist/esm/TextColorAccentIcon.js +0 -28
  1571. package/dist/esm/TextColorIcon.js +0 -45
  1572. package/dist/esm/TextDescriptionIcon.js +0 -30
  1573. package/dist/esm/TextEditStyleIcon.js +0 -31
  1574. package/dist/esm/TextEffectsIcon.js +0 -42
  1575. package/dist/esm/TextExpandIcon.js +0 -40
  1576. package/dist/esm/TextFontIcon.js +0 -31
  1577. package/dist/esm/TextFontSizeIcon.js +0 -31
  1578. package/dist/esm/TextFootnoteIcon.js +0 -31
  1579. package/dist/esm/TextHighlightColorAccentIcon.js +0 -30
  1580. package/dist/esm/TextHighlightColorIcon.js +0 -45
  1581. package/dist/esm/TextIcon.js +0 -31
  1582. package/dist/esm/TextIndentDecreaseIcon.js +0 -41
  1583. package/dist/esm/TextIndentIncreaseIcon.js +0 -41
  1584. package/dist/esm/TextItalicIcon.js +0 -30
  1585. package/dist/esm/TextLargeIcon.js +0 -31
  1586. package/dist/esm/TextLetterSpacingIcon.js +0 -40
  1587. package/dist/esm/TextLineHeightIcon.js +0 -54
  1588. package/dist/esm/TextLineSpacingIcon.js +0 -40
  1589. package/dist/esm/TextNumberListIcon.js +0 -31
  1590. package/dist/esm/TextPositionBottomIcon.js +0 -31
  1591. package/dist/esm/TextPositionMiddleIcon.js +0 -31
  1592. package/dist/esm/TextPositionTopIcon.js +0 -31
  1593. package/dist/esm/TextSmallIcon.js +0 -31
  1594. package/dist/esm/TextStrikethroughIcon.js +0 -30
  1595. package/dist/esm/TextSubscriptIcon.js +0 -32
  1596. package/dist/esm/TextSuperscriptIcon.js +0 -32
  1597. package/dist/esm/TextTypographyIcon.js +0 -31
  1598. package/dist/esm/TextUnderlineIcon.js +0 -31
  1599. package/dist/esm/ThumbsDownIcon.js +0 -47
  1600. package/dist/esm/ThumbsUpIcon.js +0 -46
  1601. package/dist/esm/TikTokIcon.js +0 -37
  1602. package/dist/esm/TimerIcon.js +0 -54
  1603. package/dist/esm/TimerOffIcon.js +0 -30
  1604. package/dist/esm/ToolboxIcon.js +0 -31
  1605. package/dist/esm/ToyBrickIcon.js +0 -49
  1606. package/dist/esm/TreasureChestIcon.js +0 -45
  1607. package/dist/esm/TriangleIcon.js +0 -29
  1608. package/dist/esm/TuneIcon.js +0 -38
  1609. package/dist/esm/TypeScriptIcon.js +0 -50
  1610. package/dist/esm/UbuntuIcon.js +0 -58
  1611. package/dist/esm/VehicleCarIcon.js +0 -64
  1612. package/dist/esm/VideoClipIcon.js +0 -44
  1613. package/dist/esm/VideoIcon.js +0 -46
  1614. package/dist/esm/VisualStudioCodeIcon.js +0 -36
  1615. package/dist/esm/VolumeIcon.js +0 -40
  1616. package/dist/esm/VolumeLowIcon.js +0 -40
  1617. package/dist/esm/VolumeMuteIcon.js +0 -40
  1618. package/dist/esm/VueJSIcon.js +0 -35
  1619. package/dist/esm/WatchIcon.js +0 -39
  1620. package/dist/esm/WeatherCloudyIcon.js +0 -31
  1621. package/dist/esm/WebpackIcon.js +0 -31
  1622. package/dist/esm/WiFiIcon.js +0 -54
  1623. package/dist/esm/WindowAddIcon.js +0 -57
  1624. package/dist/esm/WindowIcon.js +0 -31
  1625. package/dist/esm/WindowMultipleIcon.js +0 -42
  1626. package/dist/esm/WrenchIcon.js +0 -36
  1627. package/dist/esm/XTwitterIcon.js +0 -39
  1628. package/dist/esm/YouTubeIcon.js +0 -45
  1629. package/dist/esm/YouTubeShortsIcon.js +0 -43
  1630. package/dist/esm/ZoomInIcon.js +0 -41
  1631. package/dist/esm/ZoomOutIcon.js +0 -41
  1632. package/dist/esm/rolldown_runtime.js +0 -16
@@ -1,7 +1 @@
1
- /**
2
- * @license ProIcons v4.13.0 - MIT
3
- *
4
- * This code is licensed under the MIT license.
5
- * See the LICENSE file in the root directory of the source tree.
6
- */
7
- (function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports):typeof define==`function`&&define.amd?define([`exports`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.proicons={}))})(this,function(exports){var t,n,r;(()=>{function e(e,t,n){if(typeof e==`function`?e===t:e.has(t))return arguments.length<3?t:n;throw TypeError(`Private element is not present on this object`)}function i(t,n,r){return t.set(e(t,n),r),r}function a(e,t){if(t.has(e))throw TypeError(`Cannot initialize the same private elements twice on an object`)}function o(e,t,n){a(e,t),t.set(e,n)}function ee(t,n){return t.get(e(t,n))}t=ee,n=o,r=i})();var i,a=Object.defineProperty,o=(e,t)=>{for(var n in t)a(e,n,{get:t[n],enumerable:!0})},ee=`Accents.Actions.Activities.Arrows.Business.Communication & Cloud.Design.Development.Emojis.Files.Food & Drink.Gestures.Layout.Logos & Brands.Math & Numbers.Media.Miscellaneous.Nature.Objects.Organization.Places & Transportation.Security.Shapes.Status.System & Interface.Technology.Text.Weather.Window`.split(`.`),te=`Accessibility.Add.Add Circle.Add Rhombus.Add Square.Add Square Multiple.Airplane.Airplane Landing.Airplane Takeoff.Alarm Clock.Album.Alert Circle.Alert Rhombus.Alert Triangle.Align Bottom.Align Horizontal Centers.Align Left.Align Right.Align Top.Align Vertical Centers.Amazon.Anchor.Android.Angle.App Remove.App Store.Apple.Apps.Apps Add.Arc.Archive.Archive Add 2.Arrow Clockwise.Arrow Counterclockwise.Arrow Down.Arrow Download.Arrow Enter.Arrow Export.Arrow Forward.Arrow Import.Arrow Left.Arrow Left Right.Arrow Maximize.Arrow Minimize.Arrow Move.Arrow Redo.Arrow Redo 2.Arrow Reply.Arrow Right.Arrow Rotate Clockwise.Arrow Rotate Counterclockwise.Arrow Sort.Arrow Swap.Arrow Sync.Arrow Sync 2.Arrow Trending.Arrow Undo.Arrow Undo 2.Arrow Up.Arrow Up Down.Arrow Upload.Asterisk.Attach.Background Color.Background Color Accent.Backspace.Badge.Bank.Bar Chart.Basketball.Battery.Battery Full.Beach.Beaker.Bell.Bell Dot.Bell Off.Bluesky.Bluetooth.Board.Bolt.Book.Book 2.Book Add.Book Add 2.Book Info.Book Info 2.Book Letter.Book Marked.Book Open.Bookmark.Bookmark Add.Bookmark Multiple.Border All.Box.Box Add.Braces.Braces Variable.Brackets.Branch.Branch Compare.Branch Fork.Branch Fork 2.Branch Pull Request.Briefcase.Briefcase 2.Brightness.Broom.Bug.Bug Add.Bug Play.Building Multiple.Bullet List.Bullet List Square.Bullet List Square Add.Bullet List Tree.Button.CSS.CSS 2.Cake.Calculator.Calendar.Call.Call End.Calligraphy Pen.Camera.Cancel.Cancel Circle.Cancel Octagon.Cancel Square.Candy.Cart.Cent.Center Horizontal.Center Vertical.Chat.Chat Question.Checkbox Checked.Checkbox Indeterminate.Checkbox Indeterminate 2.Checkbox List.Checkbox Unchecked.Checkmark.Checkmark Circle.Checkmark Starburst.Chevron Down.Chevron Left.Chevron Right.Chevron Up.Chrome Restore.Circle.Circle Small.Clipboard.Clipboard Paste.Clipboard Search.Clock.Closed Captions.Cloud.Cloud Add.Cloud Arrow Down.Cloud Arrow Up.Cloud Off.Code.Code Square.Coffee Hot.Color Palette.Comment.Comment Add.Comment Add 2.Comment Exclamation.Comment Multiple.Compare Size.Compass.Component.Compose.Computer.Computer Mac.Cone.Contract Down.Cookies.Copy.Copyleft.Copyright.Corner Radius.Credit Card.Crop.Cube.Cursor.Cursor Click.Cursor Drag.Cut.Cylinder.Dark Theme.Database.Database Add.Delete.Diamond.Diff.Directions.Do Not Disturb.Document.Dollar.Dollar Circle.Door.Door Open.Dot Circle.Dot Square.Draw Text.Drop.Emoji.Emoji Frown.Emoji Grin.Emoji Laughter.Eraser.Eraser Sparkle.Exclamation Mark.Expand.Extension.Eye.Eye Off.Eyedropper.Eyedropper Color.Eyedropper Color Accent.Facebook.Fast Forward.Figma.File.File Add.File Multiple.File Sync.File Text.Filter.Filter 2.Filter Cancel.Filter Cancel 2.Flag.Flag 2.Flashlight.Foldable Horizontal.Foldable Horizontal Half.Foldable Vertical.Foldable Vertical Half.Folder.Folder Add.Folder Multiple.Folder Open.Full Screen Maximize.Full Screen Minimize.Game.Gift.Git Commit.GitHub.GitLab.Globe.Google.Google 2.Google Chrome.Google Play.Graph.Grid.Grid Dots.HTML.Hamburger.Hand.Hard Drive.Hash.Hat Graduation.Headphones.Headphones Off.Heart.Heart Stylistic.Hexagon.Highlighter.Highlighter Accent.History.Home.Home 2.Hourglass.Infinity.Info.Info Square.Instagram.JavaScript.Keyboard.Keyboard Command.Keyboard Shift.Kotlin.Laptop.Layers.Layout.Leaf.Leaf Three.Leaf Two.Library.Lightbulb.Line Diagonal.Link.Linux.Location.Lock.Lock Open.Magnet.Mail.Mail Open.Map.Mask.Math.Megaphone.Megaphone Loud.Mention.Menu.Microphone.Microphone Off.Microsoft.Microsoft Edge.Moon.More.More Vertical.Motherboard.Movie.Music Note.Music Note 2.NPM.Narrator.NodeJS.Note.Note Add.Octagon.Open.Open Source.OpenAI.PDF.PDF 2.Page Margins.Paint Bucket.Paint Bucket Accent.Paintbrush.Paintbrush 2.Paintbrush 2 Sparkle.Panel Bottom.Panel Bottom Open.Panel Left.Panel Left Contract.Panel Left Expand.Panel Left Open.Panel Right.Panel Right Contract.Panel Right Expand.Panel Right Open.Parentheses.Pause.Pencil.Pencil Sparkle.Pentagon.Person.Person 2.Person Add.Person Add 2.Person Circle.Person Multiple.Phone.Photo.Photo Add.Photo Filter.Photo Multiple.Photo Sparkle.Picture in Picture.Picture in Picture 2.Picture in Picture Enter.Picture in Picture Exit.Pie Chart.Pin.Pin Off.Play.Play Circle.Power.Printer.Prohibited.Python.QR Code.Question.Question Circle.Quote.ReactJS.Record.Record Stop.Rectangle Wide.Regular Expression.Reverse.Rhombus.Ribbon.Ribbon Star.Road Barrier.Road Cone.Roblox.Ruler.Ruler Diagonal.Save.Save Multiple.Save Pencil.Screen Size.Script.Script 2.Search.Search Cancel.Section Break.Send.Server.Settings.Shape Difference.Shape Intersect.Shape Subtract.Shape Union.Shield.Shield Cancel.Shield Checkmark.Shield Keyhole.Skull.Slash Square.Soundwave.Spacebar.Sparkle.Sparkle 2.Spinner.Split Horizontal.Split Vertical.Square.Square Drag.Square Margins.Star.Stroke Thickness.Subtract.Subtract Square.Subtract Square Multiple.Svelte.Symbols.TV.Table.Table Simple.Tablet.Tag.Tag Accent.Tag Add.Tag Multiple.Tag Remove.Target.Task List.Terminal.Text.Text Add.Text Align Center.Text Align Justify.Text Align Left.Text Align Right.Text Bold.Text Case Lowercase.Text Case Title.Text Case Uppercase.Text Clear Formatting.Text Collapse.Text Color.Text Color Accent.Text Description.Text Edit Style.Text Effects.Text Expand.Text Font.Text Font Size.Text Footnote.Text Highlight Color.Text Highlight Color Accent.Text Indent Decrease.Text Indent Increase.Text Italic.Text Large.Text Letter Spacing.Text Line Height.Text Line Spacing.Text Number List.Text Position Bottom.Text Position Middle.Text Position Top.Text Small.Text Strikethrough.Text Subscript.Text Superscript.Text Typography.Text Underline.Thumbs Down.Thumbs Up.TikTok.Timer.Timer Off.Toolbox.Toy Brick.Treasure Chest.Triangle.Tune.TypeScript.Ubuntu.Vehicle Car.Video.Video Clip.Visual Studio Code.Volume.Volume Low.Volume Mute.VueJS.Watch.Weather Cloudy.Webpack.Wi-Fi.Window.Window Add.Window Multiple.Wrench.X (Twitter).YouTube.YouTube Shorts.Zoom In.Zoom Out`.split(`.`);function ne(e){return e.trim().replaceAll(`&`,`And`).replace(/_|[^\w\d]+/g,` `)}function re(e){return ne(e).replace(RegExp(`(?<=\\s|^)[a-z]`,`g`),e=>e.toUpperCase()).replace(/^\s*\d+/,``).replace(/^\w+/,e=>e.toLowerCase()).replaceAll(` `,``)}function ie(e){return ne(e).replace(/\s+/g,`-`).replace(/^-?\d+/,``).replace(/^-|-$/g,``).replace(/-{2,}/,`-`).toLowerCase()}function ae(e){return ne(e).replace(RegExp(`(?<=\\s|^)[a-z]`,`g`),e=>e.toUpperCase()).replace(/^\s*\d+/,``).replaceAll(` `,``)}let oe=[`svg`,{width:`24`,height:`24`,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`},[]];function se(e,t){let n=1.5,r={color:[`stroke`,`fill`],strokeWidth:[`stroke-width`],strokeCaps:[`stroke-linejoin`],strokeJoin:[`stroke-linecap`],cornerRadius:[`rx`]};return t?e.map(e=>{var i;let[a,o,ee]=e;for(let[e,n]of Object.entries(r))for(let r of n)o[r]&&t[e]&&(o[r]=t[e]);if(o.fill!=null&&o.fill!=`none`&&o.stroke!=null&&o.stroke!=`none`&&((i=t?.strokeWidth)??0)>n){var te,ne;o[`stroke-width`]=(t.strokeWidth-n).toString(),o.stroke=o.fill,o[`stroke-linecap`]=(te=t.strokeCaps)??`round`,o[`stroke-linejoin`]=(ne=t.strokeJoin)??`round`}return ee.length&&(e[2]=se(ee,t)),e}):e}function ce(e,t,n){let r=structuredClone(t),[i,a,o]=r;if(o.push(...e),n?.size&&(a.width=n.size.toString(),a.height=n.size.toString()),n?.attributes)for(let[e,t]of Object.entries(n.attributes))a[e]=t;return le([r])}function le(e){return e.map(([e,t,n])=>{let r=Object.entries(t).map(([e,t])=>`${e}=${JSON.stringify(t)}`);return`<${e} ${r.join(` `)}${n.length>0?`>${le(n)}</${e}>`:` />`}`}).join(``)}var ue=(i=new WeakMap,class{constructor(e,t,a,o){n(this,i,[]),this.name=e,this.kebabCase=ie(e),this.camelCase=re(e),this.tags=t??[],this.category=a,r(i,this,o),this.raw=this.toSvg()}toSvg(e){return ce(se(t(i,this),e),oe,e)}});function s({name:e,tags:t,category:n,deprecated:r,alternativeIcon:i},a){return r&&console.warn(`The icon ${e} is deprecated and will be removed in a future version. Use ${i} instead.`),new ue(e,t,n,a)}let c=s({name:`Add`,tags:[`Plus`,`Create`,`New`,`Addition`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4 12h8m0 0h8m-8 0V4m0 8v8`},[]]]),de=s({name:`Add Circle`,tags:[`Add Circle`,`Plus`],category:`Actions`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 8.5v7M8.5 12h7`},[]]]),fe=s({name:`Search Cancel`,tags:[`No Results`,`Clear Search`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m8.44 12.682 2.12-2.121m0 0 2.122-2.122m-2.121 2.122 2.12 2.12m-2.12-2.12L8.439 8.439m7.114 7.114a7.06 7.06 0 1 0-9.985-9.985 7.06 7.06 0 0 0 9.985 9.985m0 0L20 20`},[]]]),pe=s({name:`Add Rhombus`,tags:[`Add Diamond`,`Plus`,`Keyframe`,`Component`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.775 14.475a3.5 3.5 0 0 1 0-4.95l5.75-5.75a3.5 3.5 0 0 1 4.95 0l5.75 5.75a3.5 3.5 0 0 1 0 4.95l-5.75 5.75a3.5 3.5 0 0 1-4.95 0zM8.25 12H12m0 0h3.75M12 12V8.25M12 12v3.75`},[]]]),me=s({name:`Add Square`,tags:[`Add Box`,`Plus`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 8.5v7M8.5 12h7`},[]],[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]]]),l=s({name:`Add Square Multiple`,tags:[``],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.63 7.66v5.94m-2.97-2.97h5.94`},[]],[`rect`,{width:`14`,height:`14`,x:`3.63`,y:`3.63`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.63 7.63v7a6 6 0 0 1-6 6h-7`},[]]]),he=s({name:`App Remove`,tags:[`Uninstall`,`Delete App`],category:`Actions`,deprecated:!1},[[`rect`,{width:`6.5`,height:`6.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(1 0 0 -1 3.75 20.25)`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 20.25 17 17m0 0-3.25-3.25M17 17l-3.25 3.25M17 17l3.25-3.25`},[]],[`rect`,{width:`6.5`,height:`6.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(1 0 0 -1 3.75 10.25)`},[]],[`rect`,{width:`6.5`,height:`6.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(1 0 0 -1 13.75 10.25)`},[]]]),ge=s({name:`Apps`,tags:[`Applications`,`Software`,`Plugins`,`Extensions`],category:`Actions`,deprecated:!1},[[`rect`,{width:`6.5`,height:`6.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.586 3.818a2 2 0 0 1 2.828 0l1.768 1.768a2 2 0 0 1 0 2.828l-1.768 1.768a2 2 0 0 1-2.828 0l-1.768-1.768a2 2 0 0 1 0-2.828z`},[]],[`rect`,{width:`6.5`,height:`6.5`,x:`3.75`,y:`13.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`},[]],[`rect`,{width:`6.5`,height:`6.5`,x:`13.75`,y:`13.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]]]),_e=s({name:`Apps Add`,tags:[`Add App`,`Install`],category:`Actions`,deprecated:!1},[[`rect`,{width:`6.5`,height:`6.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17 3.75V7m0 0v3.25M17 7h-3.25M17 7h3.25`},[]],[`rect`,{width:`6.5`,height:`6.5`,x:`3.75`,y:`13.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`rect`,{width:`6.5`,height:`6.5`,x:`13.75`,y:`13.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]]]),ve=s({name:`Backspace`,tags:[`Delete`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.71 6.084a3.5 3.5 0 0 1 2.572-1.126h7.968a3.5 3.5 0 0 1 3.5 3.5v7.084a3.5 3.5 0 0 1-3.5 3.5H9.282a3.5 3.5 0 0 1-2.571-1.126l-3.27-3.542a3.5 3.5 0 0 1 0-4.748zm4.11 3.281 5.271 5.27m0-5.27-5.27 5.27`},[]]]),u=s({name:`Cancel`,tags:[`Dismiss`,`X`,`Close`,`Abort`,`Delete`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m5 19 7-7m0 0 7-7m-7 7L5 5m7 7 7 7`},[]]]),ye=s({name:`Checkmark`,tags:[`Done`,`Check`,`Completed`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m19.75 7.018-9.257 9.257a1 1 0 0 1-1.414 0L4.25 11.446`},[]]]),be=s({name:`Compose`,tags:[`Mail`,`Write`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.371 4.25H8.25a5 5 0 0 0-5 5v6.5a5 5 0 0 0 5 5h6.5a5 5 0 0 0 5-5v-2.121`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.299 14.75a1.86 1.86 0 0 0 1.316-.545l6.59-6.59a1.86 1.86 0 0 0 0-2.633l-1.187-1.187a1.86 1.86 0 0 0-2.633 0l-6.59 6.59a1.86 1.86 0 0 0-.545 1.316v3.049z`},[]]]),d=s({name:`Copy`,tags:[`Clipboard`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.75 5.75a3 3 0 0 0-3-3h-6.5a3 3 0 0 0-3 3v9.5a3 3 0 0 0 3 3h6.5a3 3 0 0 0 3-3z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.75 6.75v8.5a6 6 0 0 1-6 6h-5.5`},[]]]),xe=s({name:`Crop`,tags:[`Edit`,`Photo`,`Image`,`Picture`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 17.653H9.347a3 3 0 0 1-3-3V2.75M2.75 6.347h3.597m11.306 11.306v3.597M8.917 6.347h5.736a3 3 0 0 1 3 3v5.736`},[]]]),Se=s({name:`Cut`,tags:[`Scissors`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.651 14.43a3.75 3.75 0 1 0-4.302 6.143 3.75 3.75 0 0 0 4.302-6.144m0 0 3.35-4.446m5.45-7.235-3.82 5.069m1.718 6.611a3.75 3.75 0 1 1 4.302 6.144 3.75 3.75 0 0 1-4.302-6.144m0 0L12 9.984M6.55 2.749 12 9.984`},[]]]),Ce=s({name:`Delete`,tags:[`Trash`,`Remove`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.687 6.213 6.8 18.976a2.5 2.5 0 0 0 2.466 2.092h3.348m6.698-14.855L17.2 18.976a2.5 2.5 0 0 1-2.466 2.092h-3.348m-1.364-9.952v5.049m3.956-5.049v5.049M2.75 6.213h18.5m-6.473 0v-1.78a1.5 1.5 0 0 0-1.5-1.5h-2.554a1.5 1.5 0 0 0-1.5 1.5v1.78z`},[]]]),f=s({name:`Eye`,tags:[`Look`,`Show`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.182 12.808C4.233 14.613 7.195 18.81 12 18.81c4.813 0 7.77-4.199 8.82-6.002a1.6 1.6 0 0 0-.001-1.615C19.769 9.389 16.809 5.19 12 5.19s-7.768 4.197-8.818 6.001a1.6 1.6 0 0 0 0 1.617Z`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 14.625a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25Z`},[]]]),p=s({name:`Eye Off`,tags:[`Invisible`,`Hidden`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m2.75 21.25 18.5-18.5`},[]],[`path`,{fill:`currentColor`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M14.625 12a2.625 2.625 0 0 1-4.481 1.856l3.712-3.712c.475.475.769 1.131.769 1.856Z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M6.924 17.076c1.364.993 3.057 1.734 5.076 1.734 4.813 0 7.771-4.199 8.82-6.002a1.6 1.6 0 0 0-.001-1.615c-.609-1.046-1.86-2.898-3.742-4.27m-2.81-1.409A8 8 0 0 0 12 5.19c-4.808 0-7.768 4.197-8.818 6.001a1.6 1.6 0 0 0 0 1.617c.326.56.836 1.35 1.528 2.173`},[]]]),m=s({name:`Fast Forward`,tags:[``],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.996 18.323c-1.02.784-2.496.057-2.496-1.229V6.906c0-1.286 1.476-2.013 2.496-1.229l6.224 5.192a1.473 1.473 0 0 1 0 2.262z`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.246 18.323c-1.02.784-2.496.057-2.496-1.229V6.906c0-1.286 1.476-2.013 2.496-1.229l6.224 5.192a1.473 1.473 0 0 1 0 2.262z`},[]]]),h=s({name:`Heart`,tags:[`Love`,`Like`,`Favorite`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.087 6.477a4.565 4.565 0 0 1 6.456 0L12 7.934l1.457-1.457a4.565 4.565 0 0 1 6.456 6.457l-1.457 1.456.013.013-6.456 6.457-.013-.013-.013.013-6.456-6.457.013-.013-1.457-1.456a4.565 4.565 0 0 1 0-6.457Z`},[]]]),we=s({name:`Heart Stylistic`,tags:[`Love`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m12 7.934-1.457-1.457a4.565 4.565 0 1 0-6.456 6.457l1.457 1.456M12 7.934l1.457-1.457a4.565 4.565 0 0 1 6.456 6.457l-1.457 1.456.013.013-6.456 6.457-.013-.013-.013.013-6.456-6.457.013-.013M12 7.934 5.544 14.39`},[]]]),Te=s({name:`Keyboard Shift`,tags:[``],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m3.503 11.913 6.601-8.252a2.428 2.428 0 0 1 3.792 0l6.6 8.251c.83 1.037.092 2.573-1.235 2.573h-4.095v3.725c0 1.064 0 1.596-.207 2.003a1.9 1.9 0 0 1-.83.83c-.406.207-.938.207-2.002.207h-.254c-1.064 0-1.596 0-2.002-.207a1.9 1.9 0 0 1-.83-.83c-.207-.407-.207-.939-.207-2.003v-3.725H4.739c-1.327 0-2.065-1.536-1.236-2.572`},[]]]),g=s({name:`More`,tags:[`Kebab`],category:`Actions`,deprecated:!1},[[`circle`,{cx:`6`,cy:`12`,r:`1.75`,fill:`currentColor`},[]],[`circle`,{cx:`12`,cy:`12`,r:`1.75`,fill:`currentColor`},[]],[`circle`,{cx:`18`,cy:`12`,r:`1.75`,fill:`currentColor`},[]]]),Ee=s({name:`More Vertical`,tags:[`Kebab`],category:`Actions`,deprecated:!1},[[`circle`,{cx:`12`,cy:`18`,r:`1.75`,fill:`currentColor`,transform:`rotate(-90 12 18)`},[]],[`circle`,{cx:`12`,cy:`12`,r:`1.75`,fill:`currentColor`,transform:`rotate(-90 12 12)`},[]],[`circle`,{cx:`12`,cy:`6`,r:`1.75`,fill:`currentColor`,transform:`rotate(-90 12 6)`},[]]]),De=s({name:`Pause`,tags:[`Stop`],category:`Actions`,deprecated:!1},[[`rect`,{width:`5`,height:`16.5`,x:`5`,y:`3.75`,stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`rect`,{width:`5`,height:`16.5`,x:`14`,y:`3.75`,stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]]]),_=s({name:`Pencil`,tags:[`Write`,`Draw`,`Edit`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.44 5.78 4.198 16.02a2 2 0 0 0-.565 1.125l-.553 3.774 3.775-.553A2 2 0 0 0 7.98 19.8L18.22 9.56m-3.78-3.78 2.229-2.23a1.6 1.6 0 0 1 2.263 0l1.518 1.518a1.6 1.6 0 0 1 0 2.263l-2.23 2.23M14.44 5.78l3.78 3.78`},[]]]),Oe=s({name:`Play`,tags:[`Start`,`Resume`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.5 12V5.624c0-1.974 2.18-3.17 3.844-2.108l10 6.376c1.541.983 1.541 3.233 0 4.216l-10 6.376C7.68 21.545 5.5 20.35 5.5 18.376z`},[]]]),ke=s({name:`Play Circle`,tags:[``],category:`Actions`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M8.93 13.29c0 1.098 0 1.646.23 1.964.202.277.51.456.85.492.391.041.867-.232 1.818-.779l2.244-1.29c.957-.55 1.435-.825 1.595-1.185.14-.313.14-.671 0-.984-.16-.36-.639-.635-1.595-1.184l-2.244-1.291c-.951-.547-1.427-.82-1.817-.779-.34.036-.65.215-.85.492-.23.318-.23.866-.23 1.963z`},[]]]),Ae=s({name:`Reverse`,tags:[``],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.005 18.323c1.019.784 2.495.057 2.495-1.229V6.906c0-1.286-1.476-2.013-2.495-1.229L11.78 10.87a1.473 1.473 0 0 0 0 2.262z`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.754 18.323c1.02.784 2.496.057 2.496-1.229V6.906c0-1.286-1.476-2.013-2.496-1.229L2.53 10.87a1.473 1.473 0 0 0 0 2.262z`},[]]]),je=s({name:`Search`,tags:[`Find`,`Look`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.553 15.553a7.06 7.06 0 1 0-9.985-9.985 7.06 7.06 0 0 0 9.985 9.985m0 0L20 20`},[]]]),Me=s({name:`Star`,tags:[`Favourite`,`Favorite`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.704 4.325a1.5 1.5 0 0 1 2.592 0l1.818 3.12a1.5 1.5 0 0 0 .978.712l3.53.764a1.5 1.5 0 0 1 .8 2.465l-2.405 2.693a1.5 1.5 0 0 0-.374 1.15l.363 3.593a1.5 1.5 0 0 1-2.097 1.524l-3.304-1.456a1.5 1.5 0 0 0-1.21 0l-3.304 1.456a1.5 1.5 0 0 1-2.097-1.524l.363-3.593a1.5 1.5 0 0 0-.373-1.15l-2.406-2.693a1.5 1.5 0 0 1 .8-2.465l3.53-.764a1.5 1.5 0 0 0 .979-.711z`},[]]]),Ne=s({name:`Tune`,tags:[`Customize`,`Sliders`,`Controls`,`Settings`,`Options`,`Customise`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 12h10.5m0 0a2.5 2.5 0 0 0 5 0m-5 0a2.5 2.5 0 0 1 5 0m0 0h3M7.75 5.25h13.5m-13.5 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0m-5 13.5h3m0 0a2.5 2.5 0 0 0 5 0m-5 0a2.5 2.5 0 0 1 5 0m0 0h10.5`},[]]]),Pe=s({name:`Checkmark Starburst`,tags:[`Verified`,`Twitter Blue`,`Trusted`,`Safe`,`Legitimate`,`Real`,`X Premium`],category:`Security`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.072 4.069a2.17 2.17 0 0 1 2.804-1.162l1.315.529c.52.208 1.099.208 1.618 0l1.315-.529a2.17 2.17 0 0 1 2.804 1.162l.556 1.303c.22.515.63.925 1.144 1.144l1.303.556a2.17 2.17 0 0 1 1.162 2.804l-.529 1.315a2.17 2.17 0 0 0 0 1.618l.529 1.315a2.17 2.17 0 0 1-1.162 2.804l-1.303.556a2.17 2.17 0 0 0-1.144 1.144l-.556 1.303a2.17 2.17 0 0 1-2.804 1.162l-1.315-.529a2.17 2.17 0 0 0-1.618 0l-1.315.529a2.17 2.17 0 0 1-2.804-1.162l-.556-1.303a2.17 2.17 0 0 0-1.144-1.144l-1.303-.556a2.17 2.17 0 0 1-1.162-2.804l.529-1.315a2.17 2.17 0 0 0 0-1.618l-.529-1.315A2.17 2.17 0 0 1 4.07 7.072l1.303-.556a2.17 2.17 0 0 0 1.144-1.144z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m15.899 9.5-5 5-2.797-2.793`},[]]]),Fe=s({name:`Credit Card`,tags:[`Debit Card`,`Payment`],category:`Security`,deprecated:!1},[[`rect`,{width:`18.5`,height:`14`,x:`2.75`,y:`5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M2.75 9.5h18.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M14.75 14.25h3`},[]]]),Ie=s({name:`Lock`,tags:[`Safe`,`Secure`,`Private`,`Privacy`],category:`Security`,deprecated:!1},[[`rect`,{width:`14.478`,height:`12.87`,x:`4.761`,y:`8.38`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.217 8.38V5.967A3.217 3.217 0 0 0 12 2.75v0a3.217 3.217 0 0 0-3.217 3.217V8.38`},[]],[`circle`,{cx:`12`,cy:`14.815`,r:`1.5`,fill:`currentColor`},[]]]),Le=s({name:`Lock Open`,tags:[`Unlock`,`Unsafe`],category:`Security`,deprecated:!1},[[`rect`,{width:`14.478`,height:`12.87`,x:`4.761`,y:`8.38`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.783 8.38V5.967a3.217 3.217 0 0 1 6.132-1.363`},[]],[`circle`,{cx:`12`,cy:`14.815`,r:`1.5`,fill:`currentColor`},[]]]),Re=s({name:`Shield`,tags:[`Security`],category:`Security`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 10.907V7.272c0-.829-.633-1.521-1.453-1.644-.951-.142-2.18-.376-3.078-.722-.907-.349-1.997-1.007-2.762-1.505a1.76 1.76 0 0 0-1.914 0c-.764.498-1.855 1.156-2.762 1.505-.899.346-2.127.58-3.078.722-.82.123-1.453.815-1.453 1.644v3.635a10.13 10.13 0 0 0 5.363 8.939l.23.123 1.962.946a1.6 1.6 0 0 0 1.39 0l1.961-.946.23-.123a10.13 10.13 0 0 0 5.364-8.939`},[]]]),ze=s({name:`Shield Cancel`,tags:[``],category:`Security`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 10.907V7.272c0-.829-.633-1.521-1.453-1.644-.951-.142-2.18-.376-3.078-.722-.907-.349-1.997-1.007-2.762-1.505a1.76 1.76 0 0 0-1.914 0c-.764.498-1.855 1.156-2.762 1.505-.899.346-2.127.58-3.078.722-.82.123-1.453.815-1.453 1.644v3.635a10.13 10.13 0 0 0 5.363 8.939l.23.123 1.962.946a1.6 1.6 0 0 0 1.39 0l1.961-.946.23-.123a10.13 10.13 0 0 0 5.364-8.939M9.5 9.5l5 5m0-5-5 5`},[]]]),Be=s({name:`Shield Checkmark`,tags:[``],category:`Security`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 10.907V7.272c0-.829-.633-1.521-1.453-1.644-.951-.142-2.18-.376-3.078-.722-.907-.349-1.997-1.007-2.762-1.505a1.76 1.76 0 0 0-1.914 0c-.764.498-1.855 1.156-2.762 1.505-.899.346-2.127.58-3.078.722-.82.123-1.453.815-1.453 1.644v3.635a10.13 10.13 0 0 0 5.363 8.939l.23.123 1.962.946a1.6 1.6 0 0 0 1.39 0l1.961-.946.23-.123a10.13 10.13 0 0 0 5.364-8.939`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m15.509 10-4.076 4.076a.6.6 0 0 1-.849 0l-2.093-2.09`},[]]]),Ve=s({name:`Shield Keyhole`,tags:[``],category:`Security`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 10.907V7.272c0-.829-.633-1.521-1.453-1.644-.951-.142-2.18-.376-3.078-.722-.907-.349-1.997-1.007-2.762-1.505a1.76 1.76 0 0 0-1.914 0c-.764.498-1.855 1.156-2.762 1.505-.899.346-2.127.58-3.078.722-.82.123-1.453.815-1.453 1.644v3.635a10.13 10.13 0 0 0 5.363 8.939l.23.123 1.962.946a1.6 1.6 0 0 0 1.39 0l1.961-.946.23-.123a10.13 10.13 0 0 0 5.364-8.939`},[]],[`circle`,{cx:`12`,cy:`10.5`,r:`2`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 14.75v-2.5`},[]]]),He=s({name:`Chat`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 21.25a9.25 9.25 0 1 0-8.307-5.177c.108.22.144.468.089.706l-.816 3.536a.6.6 0 0 0 .72.72l3.535-.817a1.06 1.06 0 0 1 .706.09A9.2 9.2 0 0 0 12 21.25M7.97 9.886h8.06m-8.06 4.228h5.748`},[]]]),Ue=s({name:`Cloud`,tags:[`Drive`,`Internet`,`Storage`,`OneDrive`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.268 11c0 .3.21.563.497.65a3.502 3.502 0 0 1-1.015 6.85H7.375q-.09 0-.178-.005-.098.005-.197.005A4.25 4.25 0 0 1 7 10a.445.445 0 0 0 .431-.334A5.5 5.5 0 0 1 18.268 11`},[]]]),We=s({name:`Comment`,tags:[`Message`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.09 2.75a4 4 0 0 0-4 4v6.208a4 4 0 0 0 4 4h.093v3.792a.5.5 0 0 0 .839.368l4.52-4.16h4.369a4 4 0 0 0 4-4V6.75a4 4 0 0 0-4-4z`},[]]]),v=s({name:`Comment Multiple`,tags:[`Message`,`Conversation`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.985 5.76a3 3 0 0 0-3 3v5.982a3 3 0 0 0 3 3h.446v3.017a.5.5 0 0 0 .839.367l3.67-3.385h4.045a3 3 0 0 0 3-3V8.76a3 3 0 0 0-3-3z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.985 2.76h8a6 6 0 0 1 6 6v4.982`},[]]]),Ge=s({name:`Database`,tags:[`SQL`,`MongoDB`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.25 6.25c0 1.933-3.246 3.5-7.25 3.5s-7.25-1.567-7.25-3.5m14.5 0c0-1.933-3.246-3.5-7.25-3.5s-7.25 1.567-7.25 3.5m14.5 0V12M4.75 6.25V12m0 0v5.75c0 1.933 3.246 3.5 7.25 3.5s7.25-1.567 7.25-3.5V12m-14.5 0c0 1.933 3.246 3.5 7.25 3.5s7.25-1.567 7.25-3.5`},[]]]),Ke=s({name:`Database Add`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.25 6.25c0 1.933-3.246 3.5-7.25 3.5s-7.25-1.567-7.25-3.5m14.5 0c0-1.933-3.246-3.5-7.25-3.5s-7.25 1.567-7.25 3.5m14.5 0v3.53M4.75 6.25V12m0 0v5.75c0 1.756 2.678 3.21 6.17 3.461M4.75 12c0 1.577 2.16 2.91 5.13 3.348`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),qe=s({name:`Globe`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 12A9.25 9.25 0 0 0 12 2.75M21.25 12H2.75m18.5 0A9.25 9.25 0 0 1 12 21.25m0-18.5A9.25 9.25 0 0 0 2.75 12M12 2.75c-.5 0-4 4.141-4 9.25s3.5 9.25 4 9.25m0-18.5c.5 0 4 4.141 4 9.25s-3.5 9.25-4 9.25M2.75 12A9.25 9.25 0 0 0 12 21.25`},[]]]),y=s({name:`Mail`,tags:[`Gmail`,`Outlook`,`Yahoo`,`Inbox`,`Unread`,`Envelope`],category:`Communication & Cloud`,deprecated:!1},[[`rect`,{width:`18.5`,height:`15.5`,x:`2.75`,y:`4.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 8 8.415 3.866a2 2 0 0 0 1.67 0L21.25 8`},[]]]),Je=s({name:`Mail Open`,tags:[`Gmail`,`Outlook`,`Yahoo`,`Inbox`,`Unread`,`Envelope Open`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m20.59 8.949-7.755 3.562a2 2 0 0 1-1.67 0L3.41 8.95m14.84 11.3H5.75a3 3 0 0 1-3-3v-7.215A2.5 2.5 0 0 1 3.93 7.91l7.014-4.36a2 2 0 0 1 2.112 0l7.014 4.36a2.5 2.5 0 0 1 1.18 2.124v7.215a3 3 0 0 1-3 3`},[]]]),Ye=s({name:`Megaphone`,tags:[`Announcement`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`m7.142 15.9-2.5-.627a2.5 2.5 0 0 1-1.892-2.425V10.78a2.5 2.5 0 0 1 1.891-2.424l13.5-3.39a2.5 2.5 0 0 1 3.109 2.425v8.847a2.5 2.5 0 0 1-3.109 2.425l-5.19-1.304m-5.81-1.458a3 3 0 1 0 5.809 1.459M7.143 15.9l5.809 1.46`},[]]]),Xe=s({name:`Megaphone Loud`,tags:[`Announcement`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`m8.784 19.283-1.251.75c-.632.378-.948.568-1.272.637-.44.094-.897.037-1.3-.16-.298-.147-.558-.408-1.08-.93-.52-.52-.781-.781-.927-1.079a2 2 0 0 1-.16-1.3c.068-.325.258-.642.636-1.274l4.356-7.282c.718-1.2 1.077-1.8 1.57-2.061.433-.23.935-.291 1.41-.175.544.133 1.038.628 2.026 1.617l2.636 2.638c.988.989 1.482 1.483 1.616 2.026.116.476.054.979-.175 1.412-.261.494-.86.853-2.06 1.572l-1.27.761m-4.755 2.848a2.778 2.778 0 0 0 4.463.744 2.784 2.784 0 0 0 .291-3.592m-4.754 2.848 4.754-2.848`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.007 4.404 17.542 6.87m3.709 3.007h-2.49m-4.224-6.719V5.65`},[]]]),Ze=s({name:`Mention`,tags:[`@`,`Tag`,`@mention`,`At`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.625 20.01A9.25 9.25 0 1 1 21.25 12v1.5a2.5 2.5 0 0 1-2.5 2.5v0a2.5 2.5 0 0 1-2.5-2.5V12m0 0a4.25 4.25 0 1 1-8.5 0 4.25 4.25 0 0 1 8.5 0m0 0V7.75`},[]]]),Qe=s({name:`Narrator`,tags:[``],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.09 2.75a4 4 0 0 0-4 4v6.208a4 4 0 0 0 4 4h.093v3.792a.5.5 0 0 0 .839.368l4.52-4.16h4.369a4 4 0 0 0 4-4V6.75a4 4 0 0 0-4-4zM12 14V6m3.25 5.788V8.212m-6.5 3.576V8.212`},[]]]),$e=s({name:`Person`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19 20.75a1 1 0 0 0 1-1v-1.246c.004-2.806-3.974-5.004-8-5.004s-8 2.198-8 5.004v1.246a1 1 0 0 0 1 1zM15.604 6.854a3.604 3.604 0 1 1-7.208 0 3.604 3.604 0 0 1 7.208 0`},[]]]),et=s({name:`Person 2`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`circle`,{cx:`12`,cy:`8.196`,r:`4.446`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.608 20.25a7.608 7.608 0 0 0-15.216 0`},[]]]),tt=s({name:`Person Add`,tags:[`Account Add`,`User`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.104 6.854a3.604 3.604 0 1 1-7.208 0 3.604 3.604 0 0 1 7.208 0M10.87 20.75H3.5a1 1 0 0 1-1-1v-1.246c0-2.806 3.974-5.004 8-5.004q.387 0 .77.027`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.494a.5.5 0 0 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),nt=s({name:`Person Add 2`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.25 1.75v6m-3-3h6m-11.814 8.814a3.907 3.907 0 1 0 0-7.814 3.907 3.907 0 0 0 0 7.814m0 0a6.686 6.686 0 0 1 6.685 6.686m-6.685-6.686A6.686 6.686 0 0 0 3.75 20.25`},[]]]),rt=s({name:`Person Circle`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 13.826a3.506 3.506 0 1 0 0-7.013 3.506 3.506 0 0 0 0 7.013m0 0a6 6 0 0 1 5.953 5.254M12 13.826a6 6 0 0 0-5.953 5.254m0 0A9.2 9.2 0 0 0 12 21.25a9.2 9.2 0 0 0 5.953-2.17m-11.906 0a9.25 9.25 0 1 1 11.907 0`},[]]]),it=s({name:`Person Multiple`,tags:[`Users`,`User Multiple`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13.322 7.209c0 .749-.237 1.442-.64 2.009a3.42 3.42 0 0 1-2.796 1.45c-1.898 0-3.436-1.55-3.436-3.46S7.988 3.75 9.886 3.75a3.445 3.445 0 0 1 3.436 3.459M2.75 18.107c0-2.677 3.545-4.774 7.136-4.774 1.432 0 2.857.333 4.053.904 1.803.86 3.084 2.26 3.082 3.87v1.143a1 1 0 0 1-1 1H3.75a1 1 0 0 1-1-1zM15.172 3.75a3.445 3.445 0 0 1 3.435 3.459c0 .749-.236 1.442-.639 2.009a3.42 3.42 0 0 1-2.796 1.45m3.452 2.569c1.536.86 2.628 2.763 2.626 4.373v2.64`},[]]]),b=s({name:`Call`,tags:[`Phone`,`Accept`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.829 16.171a20.9 20.9 0 0 1-4.846-7.614c-.573-1.564-.048-3.282 1.13-4.46l.729-.728a2.11 2.11 0 0 1 2.987 0l1.707 1.707a2.11 2.11 0 0 1 0 2.987l-.42.42a1.81 1.81 0 0 0 0 2.56l3.84 3.841a1.81 1.81 0 0 0 2.56 0l.421-.42a2.11 2.11 0 0 1 2.987 0l1.707 1.707a2.11 2.11 0 0 1 0 2.987l-.728.728c-1.178 1.179-2.896 1.704-4.46 1.131a20.9 20.9 0 0 1-7.614-4.846Z`},[]]]),x=s({name:`Call End`,tags:[`Phone`,`Decline`,`Hang Up`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 8.25c2.517 0 5 .555 7.3 1.621 1.252.581 1.95 1.895 1.95 3.276V14a1.75 1.75 0 0 1-1.75 1.75h-2A1.75 1.75 0 0 1 15.75 14v-.492a1.5 1.5 0 0 0-1.5-1.5h-4.5a1.5 1.5 0 0 0-1.5 1.5V14a1.75 1.75 0 0 1-1.75 1.75h-2A1.75 1.75 0 0 1 2.75 14v-.853c0-1.38.698-2.695 1.95-3.276A17.3 17.3 0 0 1 12 8.25Z`},[]]]),at=s({name:`Send`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.76 12H6.832m0 0c0-.275-.057-.55-.17-.808L4.285 5.814c-.76-1.72 1.058-3.442 2.734-2.591L20.8 10.217c1.46.74 1.46 2.826 0 3.566L7.02 20.777c-1.677.851-3.495-.872-2.735-2.591l2.375-5.378A2 2 0 0 0 6.83 12`},[]]]),ot=s({name:`Wi-Fi`,tags:[`Internet`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 8.988A12.068 12.068 0 0 1 21.25 9`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.64 11.964a8.297 8.297 0 0 1 12.72.01m-9.805 3.029a4.495 4.495 0 0 1 6.89.005`},[]],[`circle`,{cx:`12`,cy:`17.878`,r:`1.445`,fill:`currentColor`},[]]]),st=s({name:`Anchor`,tags:[`Lock`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 12a9.25 9.25 0 1 0 18.5 0M12 21.25V7.75`},[]],[`circle`,{cx:`12`,cy:`5.25`,r:`2.5`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M2.75 12h4m10.5 0h4`},[]]]),S=s({name:`Attach`,tags:[`Clip`,`Paper Clip`,`Paperclip`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.861 13.625 9.342-9.342a5.235 5.235 0 1 1 7.403 7.403L10.88 20.41a2.867 2.867 0 0 1-4.054-4.054l8.372-8.373`},[]]]),ct=s({name:`Book Info 2`,tags:[`Manual`,`Infobook`,`Tutorial`],category:`Objects`,deprecated:!0,alternativeIcon:`Book Info`},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 4.749a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v13h-15z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 10.07v4.79`},[]],[`circle`,{cx:`12`,cy:`6.837`,r:`1.197`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 17.749v1.503a2 2 0 0 0 2 2h13`},[]]]),lt=s({name:`Calendar`,tags:[`Date`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.25 4.75H6.75a3.5 3.5 0 0 0-3.5 3.5v9.5a3.5 3.5 0 0 0 3.5 3.5h10.5a3.5 3.5 0 0 0 3.5-3.5v-9.5a3.5 3.5 0 0 0-3.5-3.5m-14 4.5h17.5M7.361 4.75v-2m9.25 2v-2`},[]]]),C=s({name:`Diamond`,tags:[`Premium`,`Pro`],category:`Nature`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.69 9.915h8.62m-8.62 0H2.75m4.94 0 3.65 10.051M7.69 9.915l2.4-3.933.55-1.012m5.67 4.945h4.94m-4.94 0-3.65 10.051m3.65-10.051-2.4-3.933-.566-1.012M2.75 9.915c0 .42.079.84.236 1.236.212.535.642 1.028 1.5 2.013l3.467 3.976c1.397 1.602 2.095 2.404 2.923 2.698q.229.081.464.128M2.75 9.915c0-.42.079-.84.236-1.237.212-.535.642-1.027 1.5-2.013.467-.534.7-.801.97-1.008a3.36 3.36 0 0 1 1.361-.619c.334-.068.688-.068 1.397-.068h2.427M21.25 9.915c0 .42-.079.84-.236 1.236-.212.535-.642 1.028-1.5 2.013l-3.467 3.976c-1.397 1.602-2.095 2.404-2.923 2.698a3.4 3.4 0 0 1-.464.128m8.59-10.051c0-.42-.079-.84-.236-1.237-.212-.535-.642-1.027-1.5-2.013-.467-.534-.7-.801-.97-1.008a3.36 3.36 0 0 0-1.361-.619c-.334-.068-.688-.068-1.397-.068h-2.442m-.684 14.996a3.4 3.4 0 0 1-1.32 0M13.344 4.97H10.64`},[]]]),ut=s({name:`Eraser`,tags:[``],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.788 20.5h9.02m-9.02 0a3.47 3.47 0 0 0 2.486-1.02l1.29-1.29M9.788 20.5a3.47 3.47 0 0 1-2.438-1.02l-3.33-3.33a3.48 3.48 0 0 1 0-4.923l1.29-1.29m0 0 5.417-5.417a3.48 3.48 0 0 1 4.923 0l3.33 3.33a3.48 3.48 0 0 1 0 4.924l-5.417 5.416M5.31 9.936l.367.368 7.585 7.585.301.301`},[]]]),dt=s({name:`Eyedropper`,tags:[`Color`,`Color Picker`],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.047 7.819 20.92 9.69m-1.872-1.87-2.864-2.864m2.864 2.864 1.496-1.496a1 1 0 0 0 0-1.414l-1.45-1.45a1 1 0 0 0-1.414 0l-1.496 1.496m-1.872-1.872 1.872 1.872m-3.796 2.751a1.5 1.5 0 0 1 2.121 0l1.787 1.786a1.5 1.5 0 0 1 0 2.12l-8.562 8.563a1.5 1.5 0 0 1-.829.421l-2.12.332a1.5 1.5 0 0 1-1.714-1.715l.334-2.118a1.5 1.5 0 0 1 .42-.827z`},[]]]),ft=s({name:`Eyedropper Color`,tags:[`Eyedropper 2`,`Filled`,`Full`,`Color Picker`],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.047 7.819 20.92 9.69m-1.872-1.87-2.864-2.864m2.864 2.864 1.496-1.496a1 1 0 0 0 0-1.414l-1.45-1.45a1 1 0 0 0-1.414 0l-1.496 1.496m-1.872-1.872 1.872 1.872M6.235 13.86l-2.202 2.202c-.205.205-.308.307-.387.425q-.107.157-.171.335c-.048.134-.07.277-.116.563l-.096.608c-.173 1.1-.26 1.65-.087 2.05.151.35.43.629.78.78.399.174.949.087 2.05-.085l.61-.096c.286-.044.43-.067.563-.115q.18-.065.337-.17c.117-.08.22-.183.425-.389l7.718-7.718c.594-.594.891-.89 1.002-1.233a1.5 1.5 0 0 0 0-.927c-.11-.343-.408-.64-1.002-1.234l-.513-.513c-.594-.594-.891-.891-1.234-1.002a1.5 1.5 0 0 0-.927 0c-.342.11-.64.408-1.233 1.002zm0 0h7.815`},[]]]),pt=s({name:`Flashlight`,tags:[`Torch`,`Light`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.512 7.71h10.976m-8.73 3.78h6.477v8.11a1.9 1.9 0 0 1-1.9 1.9h-2.677a1.9 1.9 0 0 1-1.9-1.9z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m5.806 7.99 2.952 3.5h6.477l2.959-3.5a1 1 0 0 0 .236-.645V4.85A1.85 1.85 0 0 0 16.58 3H7.42a1.85 1.85 0 0 0-1.85 1.85v2.495a1 1 0 0 0 .236.645m6.191 7.039v1.766`},[]]]),mt=s({name:`Gift`,tags:[`Present`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 12.5H12V21H7a2.5 2.5 0 0 1-2.5-2.5zm-1.75-3A1.5 1.5 0 0 1 4.25 8H12v4.5H4.25a1.5 1.5 0 0 1-1.5-1.5zm9.25 3h7.5v6A2.5 2.5 0 0 1 17 21h-5zM12 8h7.75a1.5 1.5 0 0 1 1.5 1.5V11a1.5 1.5 0 0 1-1.5 1.5H12zM7 5.5A2.5 2.5 0 0 1 9.5 3v0A2.5 2.5 0 0 1 12 5.5V8H9.5A2.5 2.5 0 0 1 7 5.5m10 0A2.5 2.5 0 0 0 14.5 3v0A2.5 2.5 0 0 0 12 5.5V8h2.5A2.5 2.5 0 0 0 17 5.5`},[]]]),ht=s({name:`Hat Graduation`,tags:[`Education`,`Diplomat`,`Student`,`Learning`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.652 14.714V9.78m3.18 2.07 4.049 2.667a4 4 0 0 0 4.402 0l4.049-2.668m-12.5 0L3.099 10.05a.99.99 0 0 1-.45-.815m3.183 2.616v5.061c0 .495.119.987.44 1.364.747.877 2.514 2.39 5.81 2.39s5.063-1.513 5.81-2.39c.32-.377.44-.869.44-1.364V11.85m0 0 2.48-1.634a1.2 1.2 0 0 0 0-2.004l-6.53-4.302a4 4 0 0 0-4.401 0L3.099 8.379a.99.99 0 0 0-.45.855m0 0v.547`},[]]]),gt=s({name:`Highlighter`,tags:[`Marker`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 2.75v3.5a3.5 3.5 0 0 0 3.5 3.5h9.5a3.5 3.5 0 0 0 3.5-3.5v-3.5m-14.5 7h12.5v1.8a2.2 2.2 0 0 1-2.2 2.2h-8.1a2.2 2.2 0 0 1-2.2-2.2zm10.5 4h-8.5v5.663a1.3 1.3 0 0 0 1.733 1.226l5.433-1.918a2 2 0 0 0 1.334-1.886z`},[]]]),_t=s({name:`Hourglass`,tags:[`Time`,`Timer`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.095 3.298 15.81-.048m-15.81 17.5 15.81-.048`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.426 3.31H5.574l.079 1.449a7.38 7.38 0 0 0 2.251 4.913l1.242 1.195a1.58 1.58 0 0 1 0 2.279L7.904 14.34a7.38 7.38 0 0 0-2.251 4.913l-.08 1.448h12.853l-.079-1.445a7.38 7.38 0 0 0-2.256-4.917l-1.242-1.194a1.58 1.58 0 0 1 0-2.28l1.242-1.193a7.38 7.38 0 0 0 2.256-4.918z`},[]]]),vt=s({name:`Layers`,tags:[``],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.991 3.066a2 2 0 0 0-1.982 0L2.75 7.778l8.259 4.712a2 2 0 0 0 1.982 0l8.259-4.712z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 12 7.268 4.147a4 4 0 0 0 3.964 0L21.25 12`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 16.222 7.268 4.147a4 4 0 0 0 3.964 0l7.268-4.147`},[]]]),yt=s({name:`Lightbulb`,tags:[`Tip`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.013 17.104c.126-.958.736-1.764 1.464-2.4a6.816 6.816 0 1 0-8.955 0c.729.636 1.34 1.442 1.465 2.4l.084.633.233 1.774a2 2 0 0 0 1.983 1.739h1.426a2 2 0 0 0 1.983-1.739l.233-1.774zm-5.943.633h5.86`},[]]]),bt=s({name:`Link`,tags:[`URL`,`Attachment`],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.621 7.5H7.25a4.5 4.5 0 0 0-4.5 4.5v0a4.5 4.5 0 0 0 4.5 4.5h2.371m4.758-9h2.371a4.5 4.5 0 0 1 4.5 4.5v0a4.5 4.5 0 0 1-4.5 4.5h-2.371M7.243 12h9.514`},[]]]),xt=s({name:`Microphone`,tags:[`Unmute`,`Speak`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.801 6.449a3.199 3.199 0 1 1 6.398 0v4.95a3.199 3.199 0 0 1-6.398 0zM12 18.181a6.78 6.78 0 0 1-6.779-6.779M12 18.182a6.78 6.78 0 0 0 6.779-6.78M12 18.182v2.568`},[]]]),St=s({name:`Microphone Off`,tags:[`Mute`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m2.75 21.25 18.5-18.5`},[]],[`path`,{fill:`currentColor`,d:`M15.199 11.398a3.199 3.199 0 0 1-5.14 2.543l5.14-5.14z`},[]],[`path`,{fill:`currentColor`,d:`M8.051 11.125a.75.75 0 0 0 1.5 0zm-2.08.277a.75.75 0 0 0-1.5 0zm13.558 0a.75.75 0 0 0-1.5 0zM11.25 20.75a.75.75 0 0 0 1.5 0zm3.949-11.949h.75v-1.81l-1.28 1.28zm-7.188 7.122a.75.75 0 0 0-.993 1.124zm2.048-1.982-.53-.53-.606.606.68.52zm4.129-8.594a.75.75 0 0 0 1.339-.676zm-9.132 8.97a.75.75 0 1 0 1.383-.582zm4.495-3.192V6.449h-1.5v4.676zm4.898.273A2.45 2.45 0 0 1 12 13.848v1.5a3.95 3.95 0 0 0 3.949-3.95zM12 2.5a3.95 3.95 0 0 0-3.949 3.949h1.5A2.45 2.45 0 0 1 12 4zm6.029 8.902c0 3.33-2.7 6.03-6.029 6.03v1.5a7.53 7.53 0 0 0 7.529-7.53zm-6.779 6.78v2.568h1.5v-2.569zM14.449 8.8v2.597h1.5V8.801zM12 17.431a6 6 0 0 1-3.989-1.508l-.993 1.124A7.5 7.5 0 0 0 12 18.932zm0-3.584c-.56 0-1.073-.187-1.486-.502l-.91 1.192c.664.508 1.496.81 2.396.81zM12 4c.955 0 1.784.546 2.188 1.347l1.339-.676A3.95 3.95 0 0 0 12 2.5zm-5.561 9.735a6 6 0 0 1-.468-2.333h-1.5c0 1.032.208 2.017.585 2.914zm8.23-5.464-5.14 5.14 1.06 1.06 5.14-5.14z`},[]]]),Ct=s({name:`Pin`,tags:[``],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m7.77 16.233-4.02 4.02M14.976 3.336l5.69 5.691a2 2 0 0 1-.698 3.282L16.595 13.6a4 4 0 0 0-2.426 2.674l-.689 2.5a1.5 1.5 0 0 1-2.507.662L4.568 13.03a1.5 1.5 0 0 1 .662-2.507l2.5-.688a4 4 0 0 0 2.673-2.427l1.291-3.372a2 2 0 0 1 3.282-.7`},[]]]),wt=s({name:`Pin Off`,tags:[`Unpin`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m7.77 16.233-4.02 4.02m11.123-5.38c-.32.41-.562.885-.704 1.4l-.689 2.5a1.5 1.5 0 0 1-2.507.663L4.568 13.03a1.5 1.5 0 0 1 .662-2.507l2.5-.688c.515-.142.99-.384 1.4-.705m1.62-2.63.944-2.464a2 2 0 0 1 3.282-.7l5.69 5.691a2 2 0 0 1-.698 3.282l-2.603.996`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M21.25 21.25 2.75 2.75`},[]]]),Tt=s({name:`Timer`,tags:[`Stopwatch`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M9 2.75h6M12 9.5v4`},[]],[`circle`,{cx:`12`,cy:`13.5`,r:`7.75`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m19.75 5.818-2.236 2.236`},[]]]),Et=s({name:`Wrench`,tags:[`Configure`,`Spanner`,`Options`,`Mechanism`,`Mechanic`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.691 4.562a6.19 6.19 0 0 1 6.545-1.42c.378.141.45.62.165.906l-2.787 2.787a1.037 1.037 0 0 0 0 1.467l1.084 1.084a1.037 1.037 0 0 0 1.467 0L19.953 6.6c.285-.285.764-.212.905.165a6.187 6.187 0 0 1-7.696 8.058c-.396-.128-.84-.054-1.134.24L6.481 20.61a2.186 2.186 0 1 1-3.09-3.09l5.547-5.548c.294-.294.368-.738.24-1.134a6.19 6.19 0 0 1 1.513-6.276Z`},[]]]),Dt=s({name:`Alert Circle`,tags:[`Warning`],category:`Status`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 12.438v-5`},[]],[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(1 0 0 -1 10.75 17.063)`},[]]]),Ot=s({name:`Alert Triangle`,tags:[`Warning`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M5.732 20.5c-2.29 0-3.723-2.498-2.581-4.5L9.419 5.006c1.144-2.008 4.018-2.008 5.163 0L20.849 16c1.142 2.002-.291 4.5-2.581 4.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 13.375V9`},[]],[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(1 0 0 -1 10.75 17.938)`},[]]]),kt=s({name:`Arrow Sync`,tags:[`Synchronize`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.548 9.735a8.75 8.75 0 0 1 16.03-2.11l.335.759m.837-5.134v4.147a1 1 0 0 1-.837.987m-4.31.013h4.147q.083 0 .163-.013M3.25 20.75v-4.147a1 1 0 0 1 1-1m0 0h4.147m-4.147 0 .172.772a8.75 8.75 0 0 0 16.03-2.11`},[]]]),At=s({name:`Arrow Sync 2`,tags:[`Synchronize`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.915 18.532A7.83 7.83 0 0 1 11.831 3.92h1.043m-1.755-2.17 1.462 1.462a1 1 0 0 1 .293.708m-1.755 2.169 1.462-1.462a1 1 0 0 0 .293-.707m3.211 1.299a7.83 7.83 0 0 1-3.916 14.612h-1.043M12.881 22l-1.462-1.462a1 1 0 0 1-.293-.707m1.755-2.17-1.462 1.462a1 1 0 0 0-.293.708`},[]]]),jt=s({name:`Badge`,tags:[``],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 3.75H8.75a5 5 0 0 0-5 5v6.5a5 5 0 0 0 5 5h6.5a5 5 0 0 0 5-5V12`},[]],[`circle`,{cx:`18.25`,cy:`5.75`,r:`3`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]]]),w=s({name:`Bell`,tags:[`Notification`,`Alert`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.934 14.98a3 3 0 0 1-.457-1.59V9.226a6.477 6.477 0 0 0-12.954 0v4.162a3 3 0 0 1-.457 1.592l-1.088 1.74a1 1 0 0 0 .848 1.53h14.348a1 1 0 0 0 .848-1.53z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M10 21.25h4`},[]]]),Mt=s({name:`Cancel Circle`,tags:[``],category:`Status`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m8.875 8.875 6.25 6.25m0-6.25-6.25 6.25`},[]]]),Nt=s({name:`Cancel Square`,tags:[``],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M8.25 3.75a4.5 4.5 0 0 0-4.5 4.5v7.5a4.5 4.5 0 0 0 4.5 4.5h7.5a4.5 4.5 0 0 0 4.5-4.5v-7.5a4.5 4.5 0 0 0-4.5-4.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m8.655 8.655 6.69 6.69m0-6.69-6.69 6.69`},[]]]),Pt=s({name:`Checkmark Circle`,tags:[``],category:`Status`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m16.375 9.194-5.611 5.612-3.139-3.134`},[]]]),Ft=s({name:`Clock`,tags:[`Analog`,`Time`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 12a9.25 9.25 0 1 1-18.5 0 9.25 9.25 0 0 1 18.5 0`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.25 6.75v6h4`},[]]]),It=s({name:`Do Not Disturb`,tags:[``],category:`Status`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M7.5 12h9`},[]]]),Lt=s({name:`Info`,tags:[`Information`],category:`Status`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 11.813v5`},[]],[`circle`,{cx:`12`,cy:`8.438`,r:`1.25`,fill:`currentColor`},[]]]),Rt=s({name:`Prohibited`,tags:[``],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.46 18.54A9.25 9.25 0 0 0 18.54 5.46M5.459 18.541A9.25 9.25 0 0 1 18.54 5.46M5.46 18.54 18.54 5.46`},[]]]),zt=s({name:`Spinner`,tags:[`Loading`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 21.25A9.25 9.25 0 1 0 2.75 12`},[]]]),T=s({name:`Emoji`,tags:[`Smile`,`Happy`,`Smiley`,`Like`,`Helpful`],category:`Emojis`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`circle`,{cx:`9`,cy:`9.5`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`15`,cy:`9.5`,r:`1.25`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.464 14.25a4 4 0 0 1-6.928 0`},[]]]),Bt=s({name:`Emoji Frown`,tags:[`Sad`,`Dislike`,`Not Helpful`],category:`Emojis`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`circle`,{cx:`9`,cy:`9.5`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`15`,cy:`9.5`,r:`1.25`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.464 15.813a4 4 0 0 0-6.928 0`},[]]]),Vt=s({name:`Emoji Grin`,tags:[``],category:`Emojis`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`circle`,{cx:`9`,cy:`9`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`15`,cy:`9`,r:`1.25`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.5 12.75c.276 0 .503.224.475.5a4.999 4.999 0 0 1-9.594 1.413 5 5 0 0 1-.356-1.414c-.028-.275.199-.499.475-.499z`},[]]]),Ht=s({name:`Emoji Laughter`,tags:[``],category:`Emojis`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.5 12.75c.276 0 .503.224.475.5a4.999 4.999 0 0 1-9.594 1.413 5 5 0 0 1-.356-1.414c-.028-.275.199-.499.475-.499zM7.264 9.082a1.797 1.797 0 0 1 3.472 0m2.528 0a1.796 1.796 0 0 1 3.472 0`},[]]]),Ut=s({name:`Skull`,tags:[`Skeleton`,`Emoji`,`Bones`,`Head`,`Spooky`,`Poison`,`Pirate`,`Kill`,`Blood`,`Death`,`Die`],category:`Emojis`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.99 17.284c2.225-1.528 3.26-3.442 3.26-6.164 0-4.62-4.141-8.37-9.25-8.37S2.75 6.5 2.75 11.12c0 2.722 1.437 4.636 3.663 6.164-.175.61-.132 2.251.187 2.78.414.687 1.219 1.186 1.87 1.186.743 0 1.396-.474 1.765-1.186.37.712 1.022 1.186 1.765 1.186s1.396-.473 1.765-1.186c.37.713 1.022 1.186 1.765 1.186.651 0 1.454-.499 1.94-1.186.374-.529.52-2.17.52-2.78`},[]],[`path`,{fill:`currentColor`,d:`M5.75 10.25a2.5 2.5 0 0 1 5 0v1a1.5 1.5 0 0 1-1.5 1.5h-1a2.5 2.5 0 0 1-2.5-2.5m7.5 0a2.5 2.5 0 1 1 2.5 2.5h-1a1.5 1.5 0 0 1-1.5-1.5zm-1.773 2.93-1.224 2.176a.6.6 0 0 0 .523.894h2.448a.6.6 0 0 0 .523-.894l-1.224-2.176a.6.6 0 0 0-1.046 0`},[]]]),Wt=s({name:`Arrow Clockwise`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.719 14.385a8.25 8.25 0 1 1-.824-6.26l.42.908m.58-4.658v3.75a1 1 0 0 1-.58.908m-4.17.092h3.75c.15 0 .293-.033.42-.092`},[]]]),Gt=s({name:`Arrow Counterclockwise`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.281 14.385a8.25 8.25 0 1 0 .824-6.26l-.477.88m-.523-4.63v3.75a1 1 0 0 0 .523.88m4.227.12h-3.75a1 1 0 0 1-.477-.12`},[]]]),Kt=s({name:`Arrow Down`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 4v15.879M5.25 13.75l5.69 5.69c.292.292.676.439 1.06.439m6.75-6.129-5.69 5.69a1.5 1.5 0 0 1-1.06.439`},[]]]),qt=s({name:`Arrow Download`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.074 3.25v12.478M6.19 10.465l4.822 4.822c.293.293.677.44 1.06.44m5.883-5.262-4.822 4.822c-.293.293-.677.44-1.06.44m8.677.788v.935a3.3 3.3 0 0 1-3.3 3.3H6.55a3.3 3.3 0 0 1-3.3-3.3v-.935`},[]]]),Jt=s({name:`Arrow Enter`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.75 5.623V9.52a4 4 0 0 1-4 4H3.871m4.236 4.857L4.31 14.58a1.5 1.5 0 0 1-.44-1.061m4.236-4.857L4.31 12.46c-.293.293-.44.677-.44 1.061`},[]]]),Yt=s({name:`Arrow Export`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.798 12H2.871m5.157-5.778-4.717 4.717c-.293.293-.44.677-.44 1.061m5.157 5.778-4.717-4.717A1.5 1.5 0 0 1 2.87 12m17.88-7.905v15.81`},[]]]),E=s({name:`Arrow Forward`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.25 18.219c0-2.352 0-3.527.383-4.455a5.06 5.06 0 0 1 2.743-2.743c.928-.383 2.103-.383 4.455-.383h8.298m-4.236-4.857 3.796 3.796c.293.293.44.677.44 1.061m-4.236 4.857 3.796-3.796c.293-.293.44-.677.44-1.061`},[]]]),Xt=s({name:`Arrow Import`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.25 12h12.927M10.02 6.222l4.717 4.717c.293.293.44.677.44 1.061m-5.157 5.778 4.717-4.717c.293-.293.44-.677.44-1.061m5.573-7.905v15.81`},[]]]),Zt=s({name:`Arrow Left`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20 12H4.121m6.129 6.75-5.69-5.69A1.5 1.5 0 0 1 4.122 12m6.129-6.75-5.69 5.69A1.5 1.5 0 0 0 4.122 12`},[]]]),Qt=s({name:`Arrow Move`,tags:[`Arrow 4-Way`,`Move`],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 9.005V2.75M9 5.324l2.273-2.273c.201-.2.464-.301.727-.301m3 2.574-2.273-2.273c-.2-.2-.464-.301-.727-.301M14.995 12h6.255m-2.574-3 2.273 2.273c.2.201.301.464.301.727m-2.574 3 2.273-2.273c.2-.2.301-.464.301-.727M12 14.995v6.255m-3-2.574 2.273 2.273c.201.2.464.301.727.301m3-2.574-2.273 2.273c-.2.2-.464.301-.727.301M9.005 12H2.75m2.574-3-2.273 2.273c-.2.201-.301.464-.301.727m2.574 3-2.273-2.273c-.2-.2-.301-.464-.301-.727`},[]]]),$t=s({name:`Arrow Redo`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m14.03 21.25-8.26-8.26a5.999 5.999 0 0 1 8.483-8.483l4.734 4.734.622.622m-7.199.505h6.077c.447 0 .848-.195 1.122-.505m.378-7.072v6.077c0 .382-.142.73-.378.995`},[]]]),en=s({name:`Arrow Redo 2`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m14.75 12 3.293-3.293A1 1 0 0 0 18.336 8M14.75 4l3.293 3.293a1 1 0 0 1 .293.707M16.75 19.5H10.5a5.75 5.75 0 0 1 0-11.5h7.836`},[]]]),tn=s({name:`Arrow Reply`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.75 18.219c0-2.352 0-3.527-.383-4.455a5.06 5.06 0 0 0-2.743-2.743c-.928-.383-2.103-.383-4.455-.383H3.871m4.236-4.857L4.31 9.577c-.293.293-.44.677-.44 1.061m4.236 4.857L4.31 11.699a1.5 1.5 0 0 1-.44-1.061`},[]]]),nn=s({name:`Arrow Right`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4 12h15.879m-6.129 6.75 5.69-5.69c.292-.292.439-.676.439-1.06M13.75 5.25l5.69 5.69c.292.292.439.676.439 1.06`},[]]]),rn=s({name:`Arrow Rotate Clockwise`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 12a8.25 8.25 0 1 1 12.375 7.145l-1.199.421m-.051-3.316v3q0 .166.051.316m3.949.684h-3a1 1 0 0 1-.949-.684`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M14.5 11.75a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z`},[]]]),an=s({name:`Arrow Rotate Counterclockwise`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 12a8.25 8.25 0 1 0-12.375 7.145l1.168.503m.082-3.398v3q-.002.213-.082.398m-3.918.602h3a1 1 0 0 0 .918-.602`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M14.5 11.75a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z`},[]]]),on=s({name:`Arrow Sort`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 9.867 8.186 6.053a1.5 1.5 0 0 0-1.061-.44M2.25 9.868l3.814-3.814c.293-.293.677-.44 1.061-.44m0 13.395V5.614m9.75-.124v13.394m4.875-4.253-3.814 3.814c-.293.293-.677.44-1.061.44M12 14.63l3.814 3.814c.293.293.677.44 1.061.44`},[]]]),sn=s({name:`Arrow Swap`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m9.618 12.249-3.814 3.814c-.293.293-.44.677-.44 1.06M9.619 22l-3.814-3.814a1.5 1.5 0 0 1-.44-1.061m13.395 0H5.365m-.124-9.751h13.394m-4.253-4.875 3.814 3.814c.293.293.44.677.44 1.06m-4.254 4.876 3.814-3.814c.293-.293.44-.677.44-1.061`},[]]]),D=s({name:`Arrow Trending`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m3.25 16.75 4.793-4.793a1 1 0 0 1 1.414 0l2.586 2.586a1 1 0 0 0 1.414 0L19.75 8.25l.56-.56m-5.56-.44h4.5c.414 0 .79.168 1.06.44m.44 5.56v-4.5c0-.414-.168-.79-.44-1.06`},[]]]),cn=s({name:`Arrow Undo`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m9.97 21.25 8.26-8.26a5.999 5.999 0 0 0-8.483-8.483L5.013 9.24l-.622.622m7.199.505H5.513c-.447 0-.848-.195-1.122-.505M4.013 2.79v6.077c0 .382.143.73.378.995`},[]]]),ln=s({name:`Arrow Undo 2`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.25 12 5.957 8.707A1 1 0 0 1 5.664 8M9.25 4 5.957 7.293A1 1 0 0 0 5.664 8M7.25 19.5h6.25a5.75 5.75 0 0 0 0-11.5H5.664`},[]]]),un=s({name:`Arrow Up`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 20V4.121M5.25 10.25l5.69-5.69A1.5 1.5 0 0 1 12 4.121m6.75 6.129-5.69-5.69A1.5 1.5 0 0 0 12 4.122`},[]]]),dn=s({name:`Arrow Up Down`,tags:[`Up-Down`,`Bidirectional`,`Vertical`,`Height`,`Size`],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m7 16.25 3.94 3.94c.292.292.676.439 1.06.439m5-4.379-3.94 3.94a1.5 1.5 0 0 1-1.06.439M7 7.75l3.94-3.94A1.5 1.5 0 0 1 12 3.371m5 4.379-3.94-3.94A1.5 1.5 0 0 0 12 3.372m0 0V20.63`},[]]]),fn=s({name:`Arrow Left Right`,tags:[`Left Right`,`Bidirectional`,`Horizontal`,`Width`,`Size`,`Wide`],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m16.25 17 3.94-3.94c.292-.292.439-.676.439-1.06M16.25 7l3.94 3.94c.292.292.439.676.439 1.06M7.75 17l-3.94-3.94A1.5 1.5 0 0 1 3.372 12M7.75 7l-3.94 3.94A1.5 1.5 0 0 0 3.371 12m0 0H20.63`},[]]]),pn=s({name:`Arrow Upload`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 16.349V3.87M6.118 9.132l4.821-4.821c.293-.293.677-.44 1.061-.44m5.882 5.261-4.821-4.821A1.5 1.5 0 0 0 12 3.87m8.75 12.645v.935a3.3 3.3 0 0 1-3.3 3.3H6.55a3.3 3.3 0 0 1-3.3-3.3v-.935`},[]]]),mn=s({name:`Chevron Down`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.75 9.75 6.19 6.19a1.5 1.5 0 0 0 2.12 0l6.19-6.19`},[]]]),hn=s({name:`Chevron Left`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m14.25 4.75-6.19 6.19a1.5 1.5 0 0 0 0 2.12l6.19 6.19`},[]]]),gn=s({name:`Chevron Right`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m9.75 4.75 6.19 6.19a1.5 1.5 0 0 1 0 2.12l-6.19 6.19`},[]]]),_n=s({name:`Chevron Up`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.75 14.25 6.19-6.19a1.5 1.5 0 0 1 2.12 0l6.19 6.19`},[]]]),O=s({name:`Subtract`,tags:[`Minus`,`Minimize`,`Line Horizontal`,`Subtract`],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 12h16.5`},[]]]),vn=s({name:`Document`,tags:[`Docs`],category:`Text`,deprecated:!1},[[`rect`,{width:`15`,height:`18.5`,x:`4.5`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.5 6.755h7m-7 4h7m-7 4H12`},[]]]),yn=s({name:`Draw Text`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m5.719 16.25 1.92-4.404m0 0h6.91m-6.91 0 2.94-6.747a.553.553 0 0 1 1.029 0l2.941 6.747m0 0 .337.774`},[]],[`path`,{fill:`currentColor`,d:`M15.586 20.936a2.5 2.5 0 0 0 1.219-.673l5.454-5.45a2.526 2.526 0 1 0-3.57-3.573l-5.453 5.452c-.335.336-.569.76-.674 1.222l-.536 2.354a1.007 1.007 0 0 0 1.206 1.206z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m3.75 19.687.568.234c.638.263 1.364.175 1.956-.18.69-.411 1.649-.915 2.483-1.1.583-.13 1.243.199 1.091.776-.17.642-.69 1.396-.192 1.745.75.525 5.031-.818 5.031-.818`},[]]]),bn=s({name:`Note`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.5 4H8a4 4 0 0 0-4 4v8.5a4 4 0 0 0 4 4h6.843a4 4 0 0 0 2.829-1.172l1.656-1.656a4 4 0 0 0 1.172-2.829V8a4 4 0 0 0-4-4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.5 14H17a3 3 0 0 0-3 3v3.5M8 8h7.5M8 12h5`},[]]]),xn=s({name:`Note Add`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V6h2.493a.5.5 0 0 1 0 1H7v2.493a.5.5 0 1 1-1 0V7H3.507a.5.5 0 0 1 0-1H6V3.507a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.5 14h-1.7c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C14 16.28 14 17.12 14 18.8v1.7M15.5 8H14m-2.5 4H13m.75-8h.35c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748c.436.856.436 1.976.436 4.216v3.449c0 .978 0 1.468-.11 1.928-.099.408-.26.798-.48 1.156-.247.404-.593.75-1.285 1.442l-.25.25c-.692.692-1.038 1.038-1.442 1.286a4 4 0 0 1-1.156.479c-.46.11-.95.11-1.928.11H10.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C4 17.46 4 16.34 4 14.1v-.35`},[]]]),Sn=s({name:`Quote`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m9.937 10.453-.01.13c0 3.35-2.038 5.115-4.63 6.058m4.64-6.188a3.093 3.093 0 1 1-6.187.001 3.093 3.093 0 0 1 6.187-.001m10.313 0-.01.13c0 3.35-2.038 5.115-4.63 6.058m4.64-6.188a3.093 3.093 0 1 1-6.187 0 3.093 3.093 0 0 1 6.187 0`},[]]]),Cn=s({name:`Spacebar`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 10v2.5a2 2 0 0 0 2 2h12.5a2 2 0 0 0 2-2V10`},[]]]),wn=s({name:`Symbols`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13.9 3.918a1.955 1.955 0 0 1 2.765 0l.624.624.624-.624a1.955 1.955 0 1 1 2.764 2.765l-.623.624.005.005-2.764 2.765-.006-.006-.006.006-2.764-2.765.005-.005-.623-.624a1.955 1.955 0 0 1 0-2.765Z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.736 9.091a3.366 3.366 0 1 0 4.76-4.76m-4.76 4.76a3.366 3.366 0 1 1 4.76-4.76m-4.76 4.76 4.76-4.76M2.75 17.289h3.366m0 0H9.48m-3.365 0v-3.366m0 3.366v3.366m7.328-4.237a3.365 3.365 0 0 1 6.165-.812l.189.297m.262-1.98v1.98h-.262m-1.718 0h1.718m-6.47 4.752v-1.98h.267m1.714 0h-1.714m6.35-.515a3.366 3.366 0 0 1-6.165.812l-.185-.297`},[]]]),Tn=s({name:`Text`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m19.25 8.389-.62-1.235A3 3 0 0 0 15.95 5.5h-7.9a3 3 0 0 0-2.68 1.654L4.75 8.39M12 5.5v13m0 0h-1.45m1.45 0h1.45`},[]]]),En=s({name:`Text Add`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m17.25 8.389-.62-1.235A3 3 0 0 0 13.95 5.5h-7.9a3 3 0 0 0-2.68 1.654L2.75 8.39M10 5.5v13H8.55`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),Dn=s({name:`Text Align Center`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M5.25 5.25h13.5M2.75 12h18.5M7 18.75h10`},[]]]),On=s({name:`Text Align Justify`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M2.75 5.25h18.5M2.75 12h18.5m-18.5 6.75h18.5`},[]]]),kn=s({name:`Text Align Left`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M2.75 5.25h13.5M2.75 12h18.5m-18.5 6.75h10`},[]]]),An=s({name:`Text Align Right`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M7.75 5.25h13.5M2.75 12h18.5m-10 6.75h10`},[]]]),jn=s({name:`Text Bold`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.75 6.5c0-.966.784-1.75 1.75-1.75h3.551c2.135 0 3.849 1.75 3.849 3.888a3.9 3.9 0 0 1-1.114 2.735 4.11 4.11 0 0 1 2.464 3.765 4.12 4.12 0 0 1-4.125 4.112H8.5a1.75 1.75 0 0 1-1.75-1.75zm1.5 6.026V17.5c0 .138.112.25.25.25h4.625a2.62 2.62 0 0 0 2.625-2.612 2.62 2.62 0 0 0-2.625-2.612zm0-1.5h3.801c1.289 0 2.349-1.06 2.349-2.388S13.34 6.25 12.051 6.25H8.5a.25.25 0 0 0-.25.25z`,"clip-rule":`evenodd`},[]]]),Mn=s({name:`Text Case Lowercase`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m9.81 12.919-.074-.015c-3.049-.578-6.676-.49-6.676 2.555 0 .854.491 1.658 1.206 2.095.71.434 1.604.446 2.44.446 1.15 0 2.41-.65 2.914-1.662q.146-.29.19-.657v-1.167m0-1.595v-.609c0-.762-.09-1.768-.547-2.384-.497-.67-1.38-1.426-2.828-1.426-2.393 0-3.166 1.654-3.166 1.654M9.81 12.92v1.595m0 3.383v-3.383M13.56 6.5V18m8-4a4 4 0 1 1-8 0 4 4 0 0 1 8 0`},[]]]),Nn=s({name:`Text Case Title`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m1.88 18 1.83-4.404m0 0h6.59m-6.59 0L6.515 6.85c.193-.465.787-.465.98 0l2.805 6.747m0 0L12.13 18m2.66-11.5V18m7.59-3.795a3.795 3.795 0 1 1-7.59 0 3.795 3.795 0 0 1 7.59 0`},[]]]),Pn=s({name:`Text Case Uppercase`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m1.01 18 1.92-4.404m0 0h6.91m-6.91 0L5.87 6.85a.553.553 0 0 1 1.028 0l2.941 6.747m0 0L11.76 18m3-5.948h4.046a2.765 2.765 0 0 0 2.754-2.776A2.765 2.765 0 0 0 18.806 6.5H14.76zm0 0h5c1.657 0 3 1.331 3 2.974 0 1.642-1.343 2.974-3 2.974h-5z`},[]]]),Fn=s({name:`Text Clear Formatting`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.77 22.252h6.476m-9.69-7.733 5.925 5.925m-6.195-.808 1.078 1.078c.849.848 1.273 1.272 1.762 1.431.43.14.894.14 1.324 0 .49-.159.913-.583 1.762-1.431l3.502-3.502c.848-.849 1.272-1.273 1.431-1.762.14-.43.14-.894 0-1.324-.159-.49-.583-.913-1.431-1.762l-1.078-1.078c-.849-.848-1.273-1.272-1.762-1.431a2.14 2.14 0 0 0-1.324 0c-.49.159-.913.583-1.762 1.431l-3.502 3.502c-.848.849-1.272 1.273-1.431 1.762-.14.43-.14.894 0 1.324.159.49.583.913 1.431 1.762M2.75 12.427 4.328 8.72m0 0h5.68m-5.68 0 2.417-5.678a.45.45 0 0 1 .845 0l2.418 5.678m0 0 1.137 2.673M14.09 2.75v5.739l.112-.096a3.195 3.195 0 0 1 6.202.158`},[]]]),In=s({name:`Text Collapse`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.125 4.5h14.5m-14.5 15h14.5m-7.5-10h7.5m-7.5 5h7.5`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M6.875 16.5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9m-2-5a.5.5 0 1 0 0 1h4a.5.5 0 0 0 0-1z`,"clip-rule":`evenodd`},[]]]),Ln=s({name:`Text Color`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m7.154 13.088 1.73-3.959m0 0h6.231m-6.23 0 2.652-6.065a.5.5 0 0 1 .926 0l2.652 6.065m0 0 1.731 3.96`},[]],[`rect`,{width:`15.5`,height:`4.353`,x:`4.25`,y:`16.897`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`},[]]]),Rn=s({name:`Text Edit Style`,tags:[`Text edit`,`Text pencil`],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m3.25 14.25 1.875-4.403m0 0h6.75m-6.75 0 2.873-6.748a.536.536 0 0 1 1.004 0l2.873 6.748m0 0 .575 1.349m.886 9.49a2.5 2.5 0 0 0 1.219-.673l5.454-5.45a2.526 2.526 0 1 0-3.57-3.573l-5.453 5.452c-.335.336-.569.76-.674 1.222l-.536 2.354a1.007 1.007 0 0 0 1.206 1.206z`},[]]]),zn=s({name:`Text Effects`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 3.5a1.75 1.75 0 0 0-1.588 1.015l-6.25 13.5a1.75 1.75 0 0 0 3.176 1.47L9.1 15.678h5.8l1.762 3.807a1.75 1.75 0 1 0 3.176-1.47l-6.25-13.5A1.75 1.75 0 0 0 12 3.5`,"clip-rule":`evenodd`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`m12 7.63 2.453 5.298H9.547z`,"clip-rule":`evenodd`},[]]]),Bn=s({name:`Text Expand`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.125 4.5h14.5m-14.5 15h14.5m-7.5-10h7.5m-7.5 5h7.5`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M6.875 16.5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9m0-7a.5.5 0 0 1 .5.5v1.5h1.5a.5.5 0 1 1 0 1h-1.5V14a.5.5 0 1 1-1 0v-1.5h-1.5a.5.5 0 0 1 0-1h1.5V10a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),Vn=s({name:`Text Font`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m20.08 21.25-2.133-4.842m0 0H10.27m7.677 0-3.268-7.42a.617.617 0 0 0-1.142 0l-3.267 7.42m0 0L8.137 21.25m-1.174 0h2.812m8.663 0h2.812M4.423 8.82 2.75 12.584M4.423 8.82h6.021L7.881 3.05a.485.485 0 0 0-.895 0z`},[]]]),Hn=s({name:`Text Font Size`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 17.75 1.875-4.404m0 0h6.75m-6.75 0L7.498 6.6a.536.536 0 0 1 1.004 0l2.873 6.747m0 0 1.875 4.404m0-.001 1.429-3.277m0 0h5.142m-5.142 0 2.188-5.022a.412.412 0 0 1 .765 0l2.19 5.022m0 0 1.428 3.277`},[]]]),Un=s({name:`Text Footnote`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 17.248 1.44-3.384m0 0h5.188m-5.187 0 2.208-5.186a.412.412 0 0 1 .771 0l2.208 5.186m0 0 1.441 3.384m2.398-8.838v8.838m5.833-2.916a2.916 2.916 0 1 1-5.833 0 2.916 2.916 0 0 1 5.833 0m0-7.707 2.2-1.375v5.5`},[]]]),Wn=s({name:`Text Highlight Color`,tags:[``],category:`Text`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m8.25 16 1.34-3.063m0 0h4.82m-4.82 0 2.051-4.694a.386.386 0 0 1 .718 0l2.052 4.694m0 0L15.75 16`},[]]]),Gn=s({name:`Text Indent Decrease`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M6.75 18.75h13.5M6.75 5.25h13.5M10.75 12h9.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m6.25 9-3 3 3 3`},[]]]),Kn=s({name:`Text Indent Increase`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M6.75 18.75h13.5M6.75 5.25h13.5M10.75 12h9.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m3.75 9 3 3-3 3`},[]]]),qn=s({name:`Text Italic`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M9.25 4.75h9m-13.5 14.5h9m-4.75 0 5.263-14.5`},[]]]),Jn=s({name:`Text Large`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m5.5 19.207 2.321-5.325m0 0h8.358m-8.358 0 3.558-8.16a.669.669 0 0 1 1.242 0l3.558 8.16m0 0 2.321 5.325`},[]]]),Yn=s({name:`Text Letter Spacing`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m7.6 16.937 1.571-3.781m0 0h5.658m-5.658 0 2.408-5.793c.166-.4.676-.4.842 0l2.408 5.793m0 0 1.571 3.78`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M21.25 20.25V3.75m-18.5 16.5V3.75`},[]]]),Xn=s({name:`Text Line Height`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 18.345 1.992 2.037c.235.24.547.361.858.361m2.85-2.398-1.992 2.037c-.235.24-.547.361-.858.361M2.75 5.61l2.002-2.002c.234-.234.54-.351.848-.351M8.45 5.61l-2-2.002a1.2 1.2 0 0 0-.849-.351m0 17.486V3.257`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M11.55 4.25h9.7m-9.7 15.5h9.7`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m13.12 15.594 1.171-2.752m0 0h4.219m-4.219 0 1.796-4.218a.335.335 0 0 1 .627 0l1.796 4.217m0 0 1.172 2.753`},[]]]),Zn=s({name:`Text Line Spacing`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 18.345 1.992 2.037c.235.24.547.361.858.361m2.85-2.398-1.992 2.037c-.235.24-.547.361-.858.361M2.75 5.61l2.002-2.002c.234-.234.54-.351.848-.351M8.45 5.61l-2-2.002a1.2 1.2 0 0 0-.849-.351m0 0v17.486`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M11.55 4.25h9.7m-9.7 5.17h9.7m-9.7 5.17h9.7m-9.7 5.17h6.7`},[]]]),Qn=s({name:`Text Number List`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.75 5.247h10M9.75 12h10m-10 6.753h10M3.694 4.123 5.494 3v4.493m-2.223 3.582A1.32 1.32 0 0 1 4.465 9.76a1.325 1.325 0 0 1 1.428 1.057 1.32 1.32 0 0 1-.363 1.192l-1.994 1.973v.265H5.86m-2.265 2.26h2.344l-2.103 1.927h1.037c.589 0 1.066.477 1.066 1.065s-.172 1.242-1.241 1.483c-.587.132-1.448-.482-1.448-.964`},[]]]),$n=s({name:`Text Position Bottom`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 2.75v13.379m-6.287-5.666 5.226 5.226c.293.293.677.44 1.061.44m6.287-5.666-5.226 5.226c-.293.293-.677.44-1.061.44M2.75 21.25h18.5`},[]]]),er=s({name:`Text Position Middle`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 2.75v6.086M9.081 6.33l2.212 2.212a1 1 0 0 0 .707.293m2.919-2.505-2.212 2.212a1 1 0 0 1-.707.293m0 12.415v-6.086M9.081 17.67l2.212-2.212a1 1 0 0 1 .707-.293m2.919 2.505-2.212-2.212a1 1 0 0 0-.707-.293M2.75 12h18.5`},[]]]),tr=s({name:`Text Position Top`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 21.25V7.871m-6.287 5.666 5.226-5.226c.293-.293.677-.44 1.061-.44m6.287 5.666-5.226-5.226A1.5 1.5 0 0 0 12 7.87M2.75 2.75h18.5`},[]]]),nr=s({name:`Text Small`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m6.5 18.138 1.964-4.507m0 0h7.072m-7.072 0 3.01-6.904a.566.566 0 0 1 1.052 0l3.01 6.905m0 0 1.964 4.506`},[]]]),rr=s({name:`Text Strikethrough`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M17.059 8.113s-.71-3.363-5.861-3.363c-1.923 0-4.42 1.601-4.42 3.838 0 .493.087.92.259 1.292q.194.418.526.75m-.526 6.365S8.382 20 12.364 20c2.217 0 4.859-1.078 4.859-3.544 0-1.571-.918-2.63-2.408-3.331m-10.065 0h10.065m4.435 0h-4.435`},[]]]),ir=s({name:`Text Subscript`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.75 4.75 10.5 12.5m0-12.5-10.5 12.5m12.677-1.088a1.912 1.912 0 1 1 3.263 1.352l-2.88 3.236h3.359`},[]]]),ar=s({name:`Text Superscript`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.75 19.25 10.5-12.5m0 12.5L4.75 6.75m12.677-1.588a1.912 1.912 0 1 1 3.263 1.352L17.81 9.75h3.359`},[]]]),or=s({name:`Text Typography`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.25 18.25 1.875-4.404m0 0h6.75m-6.75 0L6.998 7.1a.536.536 0 0 1 1.004 0l2.873 6.747m0 0 1.875 4.404m9-4.948-.07-.014c-2.88-.557-6.308-.472-6.308 2.462 0 .824.464 1.598 1.14 2.02.67.417 1.515.429 2.305.429 1.086 0 2.277-.626 2.754-1.602q.137-.279.179-.633V14.84m0-1.537v-.587c0-.734-.085-1.704-.517-2.297-.47-.646-1.303-1.375-2.672-1.375-2.261 0-2.991 1.595-2.991 1.595m6.18 2.664v1.537m0 3.26v-3.26`},[]]]),sr=s({name:`Text Underline`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.5 4.75v6.5a5.5 5.5 0 0 0 5.5 5.5v0a5.5 5.5 0 0 0 5.5-5.5v-6.5m-11 15h11`},[]]]),cr=s({name:`File`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.688 3.063a3.5 3.5 0 0 1 1.027.712l5.968 5.97c.3.3.54.647.711 1.026m-7.706-7.708a3.5 3.5 0 0 0-1.448-.313H7.792a3.5 3.5 0 0 0-3.5 3.5v11.5a3.5 3.5 0 0 0 3.5 3.5h8.416a3.5 3.5 0 0 0 3.5-3.5v-5.53c0-.505-.109-.999-.314-1.45m-7.706-7.707V8.77a2 2 0 0 0 2 2h5.706`},[]]]),lr=s({name:`File Add`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M6.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H7v2.493a.5.5 0 1 1-1 0V18H3.507a.5.5 0 0 1 0-1H6v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.292 10.25v-4a3.5 3.5 0 0 1 3.5-3.5h2.448a3.5 3.5 0 0 1 1.447.313M13.75 21.25h2.458a3.5 3.5 0 0 0 3.5-3.5v-5.53c0-.505-.109-.999-.314-1.45m-7.706-7.707a3.5 3.5 0 0 1 1.027.712l5.968 5.97c.3.3.54.647.711 1.026m-7.706-7.708V8.77a2 2 0 0 0 2 2h5.706`},[]]]),ur=s({name:`File Sync`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.292 10.25v-4a3.5 3.5 0 0 1 3.5-3.5h2.448a3.5 3.5 0 0 1 1.447.313M13.75 21.25h2.458a3.5 3.5 0 0 0 3.5-3.5v-5.53c0-.505-.109-.999-.314-1.45m-7.706-7.707a3.5 3.5 0 0 1 1.027.712l5.968 5.97c.3.3.54.647.711 1.026m-7.706-7.708V8.77a2 2 0 0 0 2 2h5.706`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M6.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m1.548-8.64a3.5 3.5 0 0 0-4.929 2.234.5.5 0 0 0 .966.259A2.5 2.5 0 0 1 8.3 15.765h-.565a.5.5 0 0 0 0 1H9.5a.5.5 0 0 0 .5-.5V14.5a.5.5 0 0 0-1 0v.55a3.5 3.5 0 0 0-.952-.69m1.833 4.046a.5.5 0 0 0-.966-.259A2.5 2.5 0 0 1 4.7 19.235h.565a.5.5 0 0 0 0-1H3.5a.5.5 0 0 0-.5.5V20.5a.5.5 0 0 0 1 0v-.55a3.5 3.5 0 0 0 5.88-1.544`,"clip-rule":`evenodd`},[]]]),dr=s({name:`Folder`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 8.623v7.379a4 4 0 0 0 4 4h10.5a4 4 0 0 0 4-4v-5.69a4 4 0 0 0-4-4H12M2.75 8.624V6.998a3 3 0 0 1 3-3h2.9a2.5 2.5 0 0 1 1.768.732L12 6.313m-9.25 2.31h5.904a2.5 2.5 0 0 0 1.768-.732L12 6.313`},[]]]),fr=s({name:`Folder Add`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.494a.5.5 0 0 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 8.623v7.379a4 4 0 0 0 4 4h3.35M2.75 8.623V6.998a3 3 0 0 1 3-3h2.9a2.5 2.5 0 0 1 1.768.732L12 6.313m-9.25 2.31h5.904a2.5 2.5 0 0 0 1.768-.732L12 6.313m0 0 5.25-.002a4 4 0 0 1 4 4v.669`},[]]]),pr=s({name:`Folder Open`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m3.882 18.043 4.041-5.623a4 4 0 0 1 3.249-1.665h8.752M3.882 18.043a3.65 3.65 0 0 0 2.777 1.277h8.343a4 4 0 0 0 3.405-1.9l2.918-4.734a1.287 1.287 0 0 0-1.115-1.931h-.286M3.882 18.043A3.65 3.65 0 0 1 3 15.661V7.424A2.744 2.744 0 0 1 5.744 4.68h2.653c.607 0 1.189.24 1.618.67l.911.91a1.83 1.83 0 0 0 1.294.537l4.044-.001a3.66 3.66 0 0 1 3.66 3.66v.299`},[]]]),mr=s({name:`Hard Drive`,tags:[`Disk`,`SSD`,`HDD`,`Macintosh HD`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 16.75v2.5a2 2 0 0 1-2 2H4.75a2 2 0 0 1-2-2v-2.5m18.5 0a2 2 0 0 0-2-2H4.75a2 2 0 0 0-2 2m18.5 0v-1.63a3 3 0 0 0-.09-.728l-2.342-9.37a3 3 0 0 0-2.91-2.272H8.092a3 3 0 0 0-2.91 2.272l-2.342 9.37a3 3 0 0 0-.09.727v1.631`},[]],[`circle`,{cx:`18`,cy:`18`,r:`1`,fill:`currentColor`},[]]]),hr=s({name:`PDF`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.792 21.25h8.416a3.5 3.5 0 0 0 3.5-3.5v-5.53a3.5 3.5 0 0 0-1.024-2.475l-5.969-5.97A3.5 3.5 0 0 0 10.24 2.75H7.792a3.5 3.5 0 0 0-3.5 3.5v11.5a3.5 3.5 0 0 0 3.5 3.5`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M10.437 7.141c-.239.078-.392.236-.436.411-.09.352 0 .73.253 1.203.126.234.28.471.45.725l.092.137.145.215.019-.068.086-.306q.148-.503.23-1.02c.089-.642-.011-1.018-.309-1.26-.08-.065-.278-.119-.53-.037m.055 4.152-.27-.362-.032-.048c-.115-.19-.243-.38-.382-.585l-.1-.149a10 10 0 0 1-.512-.828c-.31-.578-.558-1.286-.358-2.067.17-.664.698-1.081 1.227-1.254.517-.168 1.174-.147 1.66.247.792.644.848 1.573.739 2.357a9 9 0 0 1-.261 1.174l-.096.34q-.112.382-.208.769l-.067.194 1.392 1.864c.65-.078 1.364-.125 2.03-.077.769.054 1.595.242 2.158.776a1.56 1.56 0 0 1 .395 1.441c-.117.48-.454.88-.919 1.123-.985.515-1.902.105-2.583-.416-.533-.407-1.045-.975-1.476-1.453l-.104-.114c-.37.057-.72.121-1.004.175-.305.057-.684.128-1.096.22l-.151.443q-.125.288-.238.58l-.122.303a8 8 0 0 1-.427.91c-.33.578-.857 1.192-1.741 1.241-1.184.066-1.986-.985-1.756-2.108l.006-.027c.2-.791.894-1.31 1.565-1.653.597-.306 1.294-.532 1.941-.701zm.87 1.165-.287.843.421-.08.004-.001.38-.07zm2.84 1.604c.274.29.547.56.831.777.55.42.94.493 1.299.305.2-.105.284-.241.309-.342a.35.35 0 0 0-.08-.309c-.257-.228-.722-.38-1.392-.428a8 8 0 0 0-.967-.003m-5.005.947c-.318.109-.62.23-.89.368-.587.3-.87.604-.944.867-.078.415.192.673.516.655.27-.015.506-.184.766-.639q.204-.372.358-.767l.107-.266z`,"clip-rule":`evenodd`},[]]]),gr=s({name:`PDF 2`,tags:[``],category:`Files`,deprecated:!0,alternativeIcon:`PDF`},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.792 21.25h8.416a3.5 3.5 0 0 0 3.5-3.5v-5.53a3.5 3.5 0 0 0-1.024-2.475l-5.969-5.97A3.5 3.5 0 0 0 10.24 2.75H7.792a3.5 3.5 0 0 0-3.5 3.5v11.5a3.5 3.5 0 0 0 3.5 3.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.688 3.11v5.66a2 2 0 0 0 2 2h5.662`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,d:`M7.25 16.5v-1m0 0v-2h1a1 1 0 0 1 1 1v0a1 1 0 0 1-1 1zm4 1v-3h.5a1.5 1.5 0 0 1 0 3zm4 0v-1.25m1.5-1.75h-1.5v1.75m0 0h1.5`},[]]]),_r=s({name:`Photo`,tags:[`Image`,`Picture`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.33 17.657c.11-.366.17-.755.17-1.157v-9a4 4 0 0 0-4-4h-9a4 4 0 0 0-4 4v9.07m16.83 1.087-.088-.104-2.466-2.976a2 2 0 0 0-3.073-.008l-1.312 1.566-.214.261m7.153 1.26a4 4 0 0 1-3.713 2.842m0 0-.117.002h-9a4 4 0 0 1-4-3.93m13.117 3.928-.093-.106-3.347-3.996m-9.676.175.177-.201 3.206-3.827a2 2 0 0 1 3.066 0l3.227 3.853`},[]],[`circle`,{cx:`15.091`,cy:`8.909`,r:`1.5`,fill:`currentColor`},[]]]),vr=s({name:`QR Code`,tags:[``],category:`Media`,deprecated:!1},[[`rect`,{width:`7.5`,height:`7.5`,x:`2.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2.5`},[]],[`rect`,{width:`7.5`,height:`7.5`,x:`13.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2.5`},[]],[`rect`,{width:`7.5`,height:`7.5`,x:`2.75`,y:`13.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2.5`},[]],[`rect`,{width:`3`,height:`3`,x:`5`,y:`5`,fill:`currentColor`,rx:`1.5`},[]],[`rect`,{width:`3`,height:`3`,x:`16`,y:`5`,fill:`currentColor`,rx:`1.5`},[]],[`rect`,{width:`3`,height:`3`,x:`5`,y:`16`,fill:`currentColor`,rx:`1.5`},[]],[`rect`,{width:`3`,height:`3`,x:`13`,y:`13`,fill:`currentColor`,rx:`1.5`},[]],[`rect`,{width:`3`,height:`3`,x:`16`,y:`16`,fill:`currentColor`,rx:`1.5`},[]],[`rect`,{width:`3`,height:`3`,x:`19`,y:`19`,fill:`currentColor`,rx:`1.5`},[]],[`rect`,{width:`3`,height:`3`,x:`19`,y:`13`,fill:`currentColor`,rx:`1.5`},[]],[`rect`,{width:`3`,height:`3`,x:`13`,y:`19`,fill:`currentColor`,rx:`1.5`},[]]]),k=s({name:`Save`,tags:[`Floppy Disk`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.558 3.75H7.25a3.5 3.5 0 0 0-3.5 3.5v9.827a3.173 3.173 0 0 0 3.173 3.173v0m.635-16.5v2.442a2 2 0 0 0 2 2h2.346a2 2 0 0 0 2-2V3.75m-6.346 0h6.346m0 0h.026a3 3 0 0 1 2.122.879l3.173 3.173a3.5 3.5 0 0 1 1.025 2.475v6.8a3.173 3.173 0 0 1-3.173 3.173v0m-10.154 0V15a3 3 0 0 1 3-3h4.154a3 3 0 0 1 3 3v5.25m-10.154 0h10.154`},[]]]),A=s({name:`Save Pencil`,tags:[`Floppy Disk`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.558 3.75H7.25a3.5 3.5 0 0 0-3.5 3.5v9.827a3.173 3.173 0 0 0 3.173 3.173m.635-16.5v2.442a2 2 0 0 0 2 2h2.346a2 2 0 0 0 2-2V3.75m-6.346 0h6.346m0 0h.026a3 3 0 0 1 2.122.879l3.173 3.173a3.5 3.5 0 0 1 .903 1.558M6.923 20.25V15a3 3 0 0 1 3-3h4.154q.353 0 .683.078M6.923 20.25H9.33`},[]],[`path`,{fill:`currentColor`,d:`M14.586 21.436a2.5 2.5 0 0 0 1.219-.674l5.454-5.45a2.526 2.526 0 1 0-3.57-3.572l-5.453 5.452a2.5 2.5 0 0 0-.674 1.222l-.536 2.354a1.007 1.007 0 0 0 1.206 1.206z`},[]]]),yr=s({name:`Accessibility`,tags:[``],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.867 5.543a1.58 1.58 0 0 0-2.155.576 1.57 1.57 0 0 0 .577 2.15l2.63 1.515a1 1 0 0 1 .5.866v3.536a1 1 0 0 1-.134.5l-2.408 4.162a1.57 1.57 0 0 0 .577 2.15 1.58 1.58 0 0 0 2.156-.576l3.258-5.629h.258l3.258 5.629a1.58 1.58 0 0 0 2.156.576 1.57 1.57 0 0 0 .577-2.15l-2.402-4.15a1 1 0 0 1-.135-.502V10.65a1 1 0 0 1 .501-.866l2.63-1.514a1.57 1.57 0 0 0 .577-2.15 1.58 1.58 0 0 0-2.155-.577l-3.636 2.094a3 3 0 0 1-2.994 0z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.623 5.414a2.623 2.623 0 1 1-5.246 0 2.623 2.623 0 0 1 5.246 0`},[]]]),br=s({name:`Battery`,tags:[``],category:`Technology`,deprecated:!1},[[`rect`,{width:`16`,height:`12`,x:`2.75`,y:`6`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.25`},[]],[`rect`,{width:`7`,height:`7`,x:`5.25`,y:`8.5`,fill:`currentColor`,rx:`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 10v4`},[]]]),xr=s({name:`Battery Full`,tags:[``],category:`Technology`,deprecated:!1},[[`rect`,{width:`16`,height:`12`,x:`2.75`,y:`6`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.25`},[]],[`rect`,{width:`11`,height:`7`,x:`5.25`,y:`8.5`,fill:`currentColor`,rx:`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 10v4`},[]]]),Sr=s({name:`Button`,tags:[`UI`],category:`System & Interface`,deprecated:!1},[[`rect`,{width:`18.5`,height:`11`,x:`2.75`,y:`6.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7 12h10`},[]]]),Cr=s({name:`Checkbox Unchecked`,tags:[``],category:`System & Interface`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]]]),wr=s({name:`Closed Captions`,tags:[``],category:`System & Interface`,deprecated:!1},[[`rect`,{width:`18.5`,height:`14.5`,x:`2.75`,y:`4.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.5 14.382a2.75 2.75 0 1 1 0-4.764m7.125 4.764a2.75 2.75 0 1 1 0-4.764`},[]]]),Tr=s({name:`Cursor`,tags:[`Cursor`,`Mouse`,`Pointer`],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.084 20.276c-1.06 1.38-3.264.66-3.306-1.079L4.443 5.392C4.407 3.932 6 3.012 7.247 3.773l11.788 7.192c1.485.906 1.006 3.176-.719 3.403l-5.581.738a1.84 1.84 0 0 0-1.221.705z`},[]]]),Er=s({name:`Cursor Click`,tags:[``],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.394 20.734c-.757.985-2.332.471-2.362-.771l-.239-9.86a1.317 1.317 0 0 1 2.003-1.157l8.42 5.137c1.06.647.718 2.268-.513 2.431l-3.987.527c-.346.046-.66.227-.872.503z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.797 8.75h2.5m3.75-3.502v-2.5M6.815 5.765 5.047 3.998m8.232 1.767 1.768-1.767`},[]]]),Dr=s({name:`Dark Theme`,tags:[`Appearance`],category:`System & Interface`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M2.75 12A9.25 9.25 0 0 0 12 21.25V2.75A9.25 9.25 0 0 0 2.75 12`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 21.25a9.25 9.25 0 0 0 0-18.5m0 18.5a9.25 9.25 0 0 1 0-18.5m0 18.5V2.75`},[]]]),j=s({name:`Extension`,tags:[`Puzzle`],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13 2.75A2.25 2.25 0 0 0 10.75 5c0 .14 0 .21-.012.267a.6.6 0 0 1-.471.471c-.058.012-.128.012-.267.012H8.75a2 2 0 0 0-2 2V9c0 .14 0 .21-.012.267a.6.6 0 0 1-.471.471c-.058.012-.128.012-.267.012a2.25 2.25 0 0 0 0 4.5c.14 0 .209 0 .267.011a.6.6 0 0 1 .471.472c.012.058.012.128.012.267v1.25a2 2 0 0 0 2 2H10c.14 0 .21 0 .267.012a.6.6 0 0 1 .471.47c.012.059.012.129.012.268a2.25 2.25 0 1 0 4.5 0c0-.14 0-.21.011-.267a.6.6 0 0 1 .472-.471c.058-.012.128-.012.267-.012h1.25a2 2 0 0 0 2-2V15c0-.14 0-.21-.012-.267a.6.6 0 0 0-.471-.472c-.058-.011-.128-.011-.267-.011a2.25 2.25 0 0 1 0-4.5c.14 0 .209 0 .267-.012a.6.6 0 0 0 .471-.471c.012-.058.012-.128.012-.267V7.75a2 2 0 0 0-2-2H16c-.14 0-.21 0-.267-.012a.6.6 0 0 1-.472-.471C15.25 5.21 15.25 5.14 15.25 5A2.25 2.25 0 0 0 13 2.75`},[]]]),Or=s({name:`Menu`,tags:[``],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 4.75h18.5M2.75 12h18.5m-18.5 7.25h18.5`},[]]]),kr=s({name:`Settings`,tags:[``],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.05 6.462a2 2 0 0 0 2.63-1.519l.32-1.72a9 9 0 0 1 3.998 0l.322 1.72a2 2 0 0 0 2.63 1.519l1.649-.58a9 9 0 0 1 2.001 3.46l-1.33 1.14a2 2 0 0 0 0 3.037l1.33 1.139a9 9 0 0 1-2.001 3.46l-1.65-.58a2 2 0 0 0-2.63 1.519L14 20.777a9 9 0 0 1-3.998 0l-.322-1.72a2 2 0 0 0-2.63-1.519l-1.649.58a9 9 0 0 1-2.001-3.46l1.33-1.14a2 2 0 0 0 0-3.036L3.4 9.342a9 9 0 0 1 2-3.46zM12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6`,"clip-rule":`evenodd`},[]]]),Ar=s({name:`Zoom In`,tags:[``],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.56 10.56h6m-3 3v-6m4.993 7.993a7.06 7.06 0 1 0-9.985-9.985 7.06 7.06 0 0 0 9.985 9.985m0 0L20 20`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.553 5.568a7.06 7.06 0 1 1-9.985 9.985 7.06 7.06 0 0 1 9.985-9.985`},[]]]),jr=s({name:`Zoom Out`,tags:[``],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.56 10.56h6m1.993 4.993a7.06 7.06 0 1 0-9.985-9.985 7.06 7.06 0 0 0 9.985 9.985m0 0L20 20`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.553 5.568a7.06 7.06 0 1 1-9.985 9.985 7.06 7.06 0 0 1 9.985-9.985`},[]]]),Mr=s({name:`Airplane`,tags:[`Aircraft`,`Plane`,`Aviation`,`Jet`,`Boeing`,`Airbus`,`Flight`,`Aeroplane`,`Airplane Mode`,`Flight Mode`,`Fly`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.238 4.512a1.762 1.762 0 1 1 3.524 0V8.9l6.733 3.535a1 1 0 0 1 .535.885v.431a.6.6 0 0 1-.712.59l-6.556-1.24v4.107a.6.6 0 0 0 .317.53l1.862.996a1.5 1.5 0 0 1 .792 1.322v.447a.6.6 0 0 1-.73.586L12 20.204l-4.003.885a.6.6 0 0 1-.73-.586v-.447a1.5 1.5 0 0 1 .792-1.322l1.862-.997a.6.6 0 0 0 .317-.529v-4.106L3.682 14.34a.6.6 0 0 1-.712-.59v-.43a1 1 0 0 1 .535-.886L10.238 8.9z`},[]]]),Nr=s({name:`Airplane Landing`,tags:[`Aircraft`,`Plane`,`Aviation`,`Jet`,`Boeing`,`Airbus`,`Flight`,`Aeroplane`,`Airplane Mode`,`Flight Mode`,`Fly`,`TO`,`Climb`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 20.75h18.5m-2.05-7.453a1.783 1.783 0 1 1-.923 3.445L8.185 14.04a4 4 0 0 1-1.32-.628l-2.14-1.543A3.04 3.04 0 0 1 3.47 9.271l.11-2.508a.607.607 0 0 1 .765-.56l.436.117a1.52 1.52 0 0 1 1.086 1.121l.486 2.082c.051.218.218.39.434.448l4.015 1.076.506-6.735a.607.607 0 0 1 .763-.541l.422.113c.363.097.643.388.725.755l1.692 7.509z`},[]]]),Pr=s({name:`Airplane Takeoff`,tags:[`Aircraft`,`Plane`,`Aviation`,`Jet`,`Boeing`,`Airbus`,`Flight`,`Aeroplane`,`Airplane Mode`,`Flight Mode`,`Fly`,`TO`,`Climb`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 20.75h18.5M18.575 6.299a1.783 1.783 0 0 1 1.783 3.089L11.31 14.61a4 4 0 0 1-1.377.49l-2.604.422a3.04 3.04 0 0 1-2.725-.948L2.91 12.723a.607.607 0 0 1 .145-.936l.391-.226a1.52 1.52 0 0 1 1.56.025l1.816 1.128c.19.118.43.122.624.01l3.6-2.078-4.404-5.12a.607.607 0 0 1 .156-.922l.378-.218c.326-.188.73-.18 1.047.02l6.506 4.113z`},[]]]),Fr=s({name:`Beach`,tags:[``],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.135 4.027c1.969 1.137 3.369 3.074 3.89 5.386a9.4 9.4 0 0 1 .005 4.066c-.361 1.67-2.311 2.182-3.791 1.328l-9.492-5.48c-1.48-.855-2.012-2.8-.746-3.948a9.4 9.4 0 0 1 3.523-2.03c2.263-.703 4.641-.46 6.61.678m0 0c-1.368-.79-4.554 2.17-7.118 6.61m7.118-6.61c1.367.789.397 5.028-2.167 9.469m-2.475-1.43-3.61 6.254m7.027 2.725a9.306 9.306 0 0 0-13.159 0`},[]]]),Ir=s({name:`Building Multiple`,tags:[``],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.75 5a1.5 1.5 0 0 0-1.5-1.5H9.288a1 1 0 0 0-1 1v1H4.75a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h10zm0 3.5h4.5a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-4.5zm0 4h2.5m-2.5 4h2.5`},[]],[`circle`,{cx:`6.75`,cy:`9.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`6.75`,cy:`13`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`6.75`,cy:`16.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`10.75`,cy:`9.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`10.75`,cy:`13`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`10.75`,cy:`16.5`,r:`1`,fill:`currentColor`},[]]]),Lr=s({name:`Component`,tags:[`Symbol`,`Figma`,`Sketch`,`Icon`,`Asset`],category:`Design`,deprecated:!1},[[`rect`,{width:`5.671`,height:`5.671`,x:`7.99`,y:`17.86`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`,transform:`rotate(-45 7.99 17.86)`},[]],[`rect`,{width:`5.671`,height:`5.671`,x:`13.851`,y:`12`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`,transform:`rotate(-45 13.85 12)`},[]],[`rect`,{width:`5.671`,height:`5.671`,x:`2.13`,y:`12`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`,transform:`rotate(-45 2.13 12)`},[]],[`rect`,{width:`5.671`,height:`5.671`,x:`7.99`,y:`6.14`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`,transform:`rotate(-45 7.99 6.14)`},[]]]),Rr=s({name:`Directions`,tags:[``],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.507 14.007a2.84 2.84 0 0 1 0-4.014l6.486-6.486a2.84 2.84 0 0 1 4.014 0l6.486 6.486a2.84 2.84 0 0 1 0 4.014l-6.486 6.486a2.84 2.84 0 0 1-4.014 0z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m14.46 9.02 1.394 1.395a1 1 0 0 1 .293.707m-1.688 2.102 1.395-1.395a1 1 0 0 0 .293-.707m-7.46 4.031v-2.53a1.5 1.5 0 0 1 1.5-1.5h5.96`},[]]]),M=s({name:`Home`,tags:[`House`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.29 20.663h3.017a2.194 2.194 0 0 0 2.193-2.194v-6.454a3.3 3.3 0 0 0-1.13-2.48l-5.93-5.166a2.194 2.194 0 0 0-2.88 0L4.63 9.534a3.3 3.3 0 0 0-1.13 2.481v6.454c0 1.212.982 2.194 2.194 2.194h3.29m6.306 0v-6.581c0-.908-.736-1.645-1.645-1.645H10.63c-.909 0-1.645.737-1.645 1.645v6.581m6.306 0H8.984`},[]]]),zr=s({name:`Home 2`,tags:[`House`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.71 18.65v-7.622a3 3 0 0 0-1.151-2.362l-6.326-4.951a2 2 0 0 0-2.466 0l-6.326 4.95a3 3 0 0 0-1.15 2.363v7.622c0 1.16.94 2.1 2.1 2.1h3.97v-7.965h5.278v7.965h3.97a2.1 2.1 0 0 0 2.1-2.1`},[]]]),Br=s({name:`Location`,tags:[``],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.4 4.76a7.92 7.92 0 0 1 11.2 11.2l-4.186 4.186a2 2 0 0 1-2.828 0L6.4 15.96a7.92 7.92 0 0 1 0-11.2Z`},[]],[`circle`,{cx:`12`,cy:`10.36`,r:`3`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]]]),Vr=s({name:`Map`,tags:[``],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.496 4.439 4.247 6.91a1 1 0 0 0-.497.864V18.26a1 1 0 0 0 1.503.865l3.243-1.887a1.5 1.5 0 0 1 1.508 0l3.992 2.322a1.5 1.5 0 0 0 1.508 0l4.249-2.472a1 1 0 0 0 .497-.864V5.739a1 1 0 0 0-1.503-.865l-3.243 1.887a1.5 1.5 0 0 1-1.508 0L10.004 4.44a1.5 1.5 0 0 0-1.508 0Zm.754.311v11.8m5.5-9.1v11.8`},[]]]),N=s({name:`Bank`,tags:[`Museum`,`Columns`,`Hall`,`Library`,`Government`,`Legal`],category:`Places & Transportation`,deprecated:!1},[[`rect`,{width:`18.5`,height:`3`,x:`2.75`,y:`18.376`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.04 3.15 3.27 7.4a1 1 0 0 0-.52.877v.997a.6.6 0 0 0 .6.6h17.3a.6.6 0 0 0 .6-.6v-.997a1 1 0 0 0-.52-.877l-7.77-4.25a2 2 0 0 0-1.92 0M5.25 9.874v8.51m13.5-8.51v8.51m-4.25-8.51v8.51m-5-8.51v8.51`},[]]]),Hr=s({name:`Vehicle Car`,tags:[``],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 11.75a2 2 0 0 1 2-2h12.5a2 2 0 0 1 2 2v6H3.75z`},[]],[`circle`,{cx:`7`,cy:`13`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`17`,cy:`13`,r:`1`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10 14.75h4M6.271 5.567a2 2 0 0 1 1.88-1.317h7.698a2 2 0 0 1 1.88 1.317L19.25 9.75H4.75zM3.75 17.75h3.438v1.7a1.3 1.3 0 0 1-1.3 1.3H5.05a1.3 1.3 0 0 1-1.3-1.3zm13.063 0h3.437v1.7a1.3 1.3 0 0 1-1.3 1.3h-.837a1.3 1.3 0 0 1-1.3-1.3z`},[]]]),P=s({name:`Bar Chart`,tags:[`Stats`,`Statistics`,`Data`,`Graph`,`Chart`],category:`Math & Numbers`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 10.25a2 2 0 0 1 2-2h4.167v13H4.75a2 2 0 0 1-2-2zm12.333 2h4.167a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-4.167zm-6.166-7.5a2 2 0 0 1 2-2h2.166a2 2 0 0 1 2 2v16.5H8.917z`},[]]]),Ur=s({name:`Clipboard`,tags:[``],category:`Layout`,deprecated:!1},[[`rect`,{width:`16.5`,height:`18.5`,x:`3.75`,y:`2.75`,stroke:`currentColor`,"stroke-width":`1.5`,rx:`3.5`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M8.25 2.75h7.5v2.5a2 2 0 0 1-2 2h-3.5a2 2 0 0 1-2-2z`},[]]]),Wr=s({name:`Clipboard Paste`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M9.75 21.25h-3a3.5 3.5 0 0 1-3.5-3.5V6.25a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5v2`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M7.75 2.75h7.5v2.5a2 2 0 0 1-2 2h-3.5a2 2 0 0 1-2-2z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.25 13.25a2.5 2.5 0 0 1 2.5-2.5h3.5a2.5 2.5 0 0 1 2.5 2.5v5.5a2.5 2.5 0 0 1-2.5 2.5h-3.5a2.5 2.5 0 0 1-2.5-2.5z`},[]]]),Gr=s({name:`Clipboard Search`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M14.25 21.25h3a3.5 3.5 0 0 0 3.5-3.5V6.25a3.5 3.5 0 0 0-3.5-3.5h-9.5a3.5 3.5 0 0 0-3.5 3.5v4`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M8.75 2.75h7.5v2.5a2 2 0 0 1-2 2h-3.5a2 2 0 0 1-2-2z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.17 19.67a4.054 4.054 0 1 0-5.733-5.733A4.054 4.054 0 0 0 9.17 19.67m0 0 2.58 2.58`},[]]]),Kr=s({name:`Compare Size`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.75 8.75a2.5 2.5 0 0 1 2.5 2.5v6.5a2.5 2.5 0 0 1-2.5 2.5H5.25a2.5 2.5 0 0 1-2.5-2.5v-6.5a2.5 2.5 0 0 1 2.5-2.5zm-2.5 7.5v2.5m0-8v2.5m-8-9.5h2.5m3 0h.5a2 2 0 0 1 2 2v.5m-11-2.5h-.5a2 2 0 0 0-2 2v.5`},[]]]),qr=s({name:`Grid`,tags:[``],category:`Layout`,deprecated:!1},[[`rect`,{width:`6.5`,height:`6.5`,x:`3.75`,y:`13.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`rect`,{width:`6.5`,height:`6.5`,x:`13.75`,y:`13.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`rect`,{width:`6.5`,height:`6.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`rect`,{width:`6.5`,height:`6.5`,x:`13.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]]]),Jr=s({name:`Grid Dots`,tags:[``],category:`Layout`,deprecated:!1},[[`circle`,{cx:`5`,cy:`5`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`12`,cy:`5`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`19`,cy:`5`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`5`,cy:`12`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`12`,cy:`12`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`19`,cy:`12`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`5`,cy:`19`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`12`,cy:`19`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`19`,cy:`19`,r:`1.5`,fill:`currentColor`},[]]]),Yr=s({name:`Layout`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 8.75v8a3 3 0 0 0 3 3H10m-7.25-11v-1.5a3 3 0 0 1 3-3h12.5a3 3 0 0 1 3 3v1.5m-18.5 0H10m11.25 0v8a3 3 0 0 1-3 3H10m11.25-11H10m0 0v11`},[]]]),Xr=s({name:`Page Margins`,tags:[``],category:`Layout`,deprecated:!1},[[`rect`,{width:`15.5`,height:`18.5`,x:`4.25`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.25 2.75v18.5m-4-14.5h15.5m-15.5 10.5h15.5m-4-14.5v18.5`},[]]]),Zr=s({name:`Panel Left`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 7.25a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5zm5.797-3.5v16.5`},[]]]),Qr=s({name:`Panel Left Contract`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 7.25a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5zm5.797-3.5v16.5m5.213-6L12.55 12m0 0 2.21-2.25M12.55 12h4.7`},[]]]),$r=s({name:`Panel Left Expand`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 7.25a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5zm5.797-3.5v16.5m5.493-6L17.25 12m0 0-2.21-2.25M17.25 12h-4.7`},[]]]),ei=s({name:`Panel Right Open`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M16.75 3.75a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5h-2.297V3.75z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.453 3.75h2.297a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5h-2.297m0-16.5H7.25a3.5 3.5 0 0 0-3.5 3.5v9.5a3.5 3.5 0 0 0 3.5 3.5h7.203m0-16.5v16.5`},[]]]),ti=s({name:`Panel Left Open`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M7.25 3.75a3.5 3.5 0 0 0-3.5 3.5v9.5a3.5 3.5 0 0 0 3.5 3.5h2.297V3.75z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.547 3.75H7.25a3.5 3.5 0 0 0-3.5 3.5v9.5a3.5 3.5 0 0 0 3.5 3.5h2.297m0-16.5h7.203a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5H9.547m0-16.5v16.5`},[]]]),ni=s({name:`Panel Right`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 16.75a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5v-9.5a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5zm-5.797 3.5V3.75`},[]]]),ri=s({name:`Panel Right Contract`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 16.75a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5v-9.5a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5zm-5.797 3.5V3.75M9.24 14.25 11.45 12m0 0L9.24 9.75M11.45 12h-4.7`},[]]]),ii=s({name:`Panel Right Expand`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 16.75a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5v-9.5a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5zm-5.797 3.5V3.75M8.96 14.25 6.75 12m0 0 2.21-2.25M6.75 12h4.7`},[]]]),ai=s({name:`Table`,tags:[``],category:`Layout`,deprecated:!1},[[`rect`,{width:`18.5`,height:`16.5`,x:`2.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 7.75h18.5M2.75 14h18.5M8.92 7.75v12.5m6.17-12.5v12.5`},[]]]),oi=s({name:`Table Simple`,tags:[``],category:`Layout`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 9.25h16.5m-16.5 5.5h16.5m-11-11v16.5m5.5-16.5v16.5`},[]]]),si=s({name:`Background Color`,tags:[``],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13.04 4.75h3.66c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311c.327.642.327 1.482.327 3.162v5.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311c-.642.327-1.482.327-3.162.327H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 17.47 3 16.63 3 14.95v-.93`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m6.407 2.818 5.384 5.385M6.407 2.818 3.01 6.214c-.696.696-1.044 1.044-1.174 1.446-.057.176-.086.36-.086.543m4.657-5.385L5.589 2m6.202 6.203-3.396 3.396c-.696.696-1.044 1.044-1.445 1.174a1.76 1.76 0 0 1-1.086 0c-.401-.13-.75-.478-1.445-1.174L3.01 10.191c-.696-.696-1.044-1.044-1.174-1.445a1.8 1.8 0 0 1-.086-.543m10.042 0H1.75m10.672 4.094 1.485-2.448 1.744 2.313a1.824 1.824 0 0 1-.668 2.491c-1.546.893-3.322-.74-2.562-2.356`},[]]]),ci=s({name:`Border All`,tags:[`Not to be confused with 'Microsoft'`],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 20.25h4.25a4 4 0 0 0 4-4V12M12 20.25H7.75a4 4 0 0 1-4-4V12M12 20.25V3.75m0 0H7.75a4 4 0 0 0-4 4V12M12 3.75h4.25a4 4 0 0 1 4 4V12m-16.5 0h16.5`},[]]]),li=s({name:`Color Palette`,tags:[`Colour`,`Theme`,`Paint`,`Art`],category:`Design`,deprecated:!1},[[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(-1 0 0 1 16.654 6.034)`},[]],[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(-1 0 0 1 12.156 5.221)`},[]],[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(-1 0 0 1 8.654 7.94)`},[]],[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(-1 0 0 1 7.685 12.156)`},[]],[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(-1 0 0 1 9.904 15.948)`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 12A9.25 9.25 0 1 0 12 21.25c1.318 0 2.224-1.28 2.329-2.594l.117-1.473a3 3 0 0 1 2.758-2.752l1.651-.129c1.28-.1 2.395-1.019 2.395-2.302Z`},[]]]),ui=s({name:`Mask`,tags:[``],category:`Design`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{fill:`currentColor`,d:`M8.844 20.698a9.254 9.254 0 0 1 0-17.396 9.254 9.254 0 0 1 0 17.396`},[]]]),di=s({name:`Paint Bucket`,tags:[``],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m18.677 13.35-1.923 3.17c-.985 2.093 1.314 4.206 3.317 3.05a2.36 2.36 0 0 0 .864-3.225z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m8.778 3.558 6.972 6.972M8.778 3.558 4.38 7.956c-.901.9-1.352 1.351-1.52 1.87a2.3 2.3 0 0 0-.112.704m6.03-6.972-1.06-1.059m8.032 8.031-4.398 4.398c-.9.9-1.351 1.351-1.871 1.52-.457.149-.95.149-1.406 0-.52-.169-.97-.62-1.871-1.52L4.38 13.104c-.901-.9-1.352-1.351-1.52-1.87a2.3 2.3 0 0 1-.112-.704m13.002 0H2.748m10.188 9.971H3.748`},[]]]),fi=s({name:`Paintbrush`,tags:[`Art`,`Personalize`,`Personalization`,`Customize`,`Theme`,`Draw`,`Painting`],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.32 5.75a3 3 0 0 1 3-3h7.36a3 3 0 0 1 3 3V12H5.32zM18.68 12H5.32v2.611a1.5 1.5 0 0 0 1.5 1.5h3.38v3.34a1.799 1.799 0 0 0 3.598 0v-3.34h3.382a1.5 1.5 0 0 0 1.5-1.5zM15.5 2.75V6.5m-3-3.75v2.5`},[]]]),pi=s({name:`Paintbrush 2`,tags:[`Art`,`Personalize`,`Personalization`,`Customize`,`Theme`,`Draw`,`Painting`],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.781 10.832A4.79 4.79 0 0 0 3.75 15.46v3.79a1 1 0 0 0 1 1h3.79a4.79 4.79 0 0 0 4.628-6.03m-3.387-3.388a4.8 4.8 0 0 1 3.387 3.387m-3.387-3.387 3.19-3.19m.197 6.577 3.19-3.19m-3.387-3.387 3.19-3.19a2.395 2.395 0 0 1 3.387 3.387l-3.19 3.19m-3.387-3.387 3.387 3.387`},[]]]),mi=s({name:`Shape Difference`,tags:[``],category:`Design`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M1.998 5.75A3.75 3.75 0 0 1 5.748 2h7a3.75 3.75 0 0 1 3.75 3.75V7.5h-5.246a3.75 3.75 0 0 0-3.75 3.75v5.25H5.748a3.75 3.75 0 0 1-3.75-3.75z`},[]],[`path`,{fill:`currentColor`,d:`M7.502 16.5h5.246a3.75 3.75 0 0 0 3.75-3.75V7.5h1.754a3.75 3.75 0 0 1 3.75 3.75v7a3.75 3.75 0 0 1-3.75 3.75h-7a3.75 3.75 0 0 1-3.75-3.75z`},[]]]),hi=s({name:`Shape Intersect`,tags:[``],category:`Design`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M12.748 15.75a3 3 0 0 0 3-3v-4.5h-4.496a3 3 0 0 0-3 3v4.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.252 15.75v2.5a3 3 0 0 0 3 3h7a3 3 0 0 0 3-3v-7a3 3 0 0 0-3-3h-2.504m-7.496 7.5v-4.5a3 3 0 0 1 3-3h4.496m-7.496 7.5h4.496a3 3 0 0 0 3-3v-4.5m-7.496 7.5H5.748a3 3 0 0 1-3-3v-7a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v2.5`},[]]]),gi=s({name:`Shape Subtract`,tags:[``],category:`Design`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M12.748 2.75h-7a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h2.504v-4.5a3 3 0 0 1 3-3h4.496v-2.5a3 3 0 0 0-3-3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.252 15.75v2.5a3 3 0 0 0 3 3h7a3 3 0 0 0 3-3v-7a3 3 0 0 0-3-3h-2.504m-7.496 7.5v-4.5a3 3 0 0 1 3-3h4.496m-7.496 7.5H5.748a3 3 0 0 1-3-3v-7a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v2.5`},[]]]),_i=s({name:`Shape Union`,tags:[``],category:`Design`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M2.748 5.75a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3h-7a3 3 0 0 1-3-3z`},[]],[`path`,{fill:`currentColor`,d:`M8.252 11.25a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3h-7a3 3 0 0 1-3-3z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.748 5.75a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3h-7a3 3 0 0 1-3-3z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.252 11.25a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3h-7a3 3 0 0 1-3-3z`},[]]]),vi=s({name:`Stroke Thickness`,tags:[`Line Thickness`,`Border`,`Weight`,`Outline`],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 4.5h18.5M20.5 10h-17a.75.75 0 0 0 0 1.5h17a.75.75 0 0 0 0-1.5`},[]],[`path`,{fill:`currentColor`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.75 17H4.25a1.5 1.5 0 0 0 0 3h15.5a1.5 1.5 0 0 0 0-3`},[]]]),yi=s({name:`Arrow Maximize`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 12.75v6c0 .414.168.79.44 1.06m7.06.44h-6a1.5 1.5 0 0 1-1.06-.44m16.06-8.56v-6c0-.414-.168-.79-.44-1.06m-7.06-.44h6c.414 0 .79.168 1.06.44M4.19 19.81l.56-.56 14.5-14.5.56-.56`},[]]]),bi=s({name:`Arrow Minimize`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 21.25 6.5-6.5.56-.56m.44 7.06v-6c0-.414-.168-.79-.44-1.06m-7.06-.44h6c.414 0 .79.168 1.06.44m3.94-11.44v6c0 .414.168.79.44 1.06m7.06.44h-6a1.5 1.5 0 0 1-1.06-.44m7.06-7.06-6.5 6.5-.56.56`},[]]]),F=s({name:`Chrome Restore`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 9.75a3.5 3.5 0 0 1 3.5-3.5h8a3.5 3.5 0 0 1 3.5 3.5v8a3.5 3.5 0 0 1-3.5 3.5h-8a3.5 3.5 0 0 1-3.5-3.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.25 2.75h7.241v0a6.76 6.76 0 0 1 6.759 6.759v7.241`},[]]]),xi=s({name:`Contract Down`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 20.25h4.25a4 4 0 0 0 4-4v-2.5M12 20.25H7.75a4 4 0 0 1-4-4V12M12 20.25V15a3 3 0 0 0-3-3H3.75m0 0V7.75a4 4 0 0 1 4-4h2.5m10 6.5h-5.5a1 1 0 0 1-.707-.293M13.75 3.75v5.5c0 .276.112.526.293.707M20.25 3.75l-5.5 5.5-.707.707`},[]]]),Si=s({name:`Expand`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 20.25h4.25a4 4 0 0 0 4-4v-2.5M12 20.25H7.75a4 4 0 0 1-4-4V12M12 20.25V15a3 3 0 0 0-3-3H3.75m0 0V7.75a4 4 0 0 1 4-4h2.5m3.5 0h5.5c.276 0 .526.112.707.293m.293 6.207v-5.5a1 1 0 0 0-.293-.707M13.75 10.25l5.5-5.5.707-.707`},[]]]),Ci=s({name:`Full Screen Maximize`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 8.345V6.25a2.5 2.5 0 0 1 2.5-2.5h2.095M3.75 15.655v2.095a2.5 2.5 0 0 0 2.5 2.5h2.095M20.25 8.345V6.25a2.5 2.5 0 0 0-2.5-2.5h-2.095m4.595 11.905v2.095a2.5 2.5 0 0 1-2.5 2.5h-2.095`},[]]]),wi=s({name:`Full Screen Minimize`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.345 3.75v2.095a2.5 2.5 0 0 1-2.5 2.5H3.75M8.345 20.25v-2.095a2.5 2.5 0 0 0-2.5-2.5H3.75M15.655 3.75v2.095a2.5 2.5 0 0 0 2.5 2.5h2.095M15.655 20.25v-2.095a2.5 2.5 0 0 1 2.5-2.5h2.095`},[]]]),I=s({name:`Open`,tags:[`External Link`,`Box Arrow Top Right`],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.25 3.75h-2.5a4 4 0 0 0-4 4v8.5a4 4 0 0 0 4 4h8.5a4 4 0 0 0 4-4v-2.5m-6.5-10h5.5c.276 0 .526.112.707.293m.293 6.207v-5.5a1 1 0 0 0-.293-.707M12.75 11.25l6.5-6.5.707-.707`},[]]]),Ti=s({name:`Picture in Picture`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.25 18.25h-3.5a3 3 0 0 1-3-3v-8.5a3 3 0 0 1 3-3h12.5a3 3 0 0 1 3 3v3.5`},[]],[`rect`,{width:`12`,height:`10`,x:`11`,y:`12`,fill:`currentColor`,rx:`2`},[]]]),Ei=s({name:`Picture in Picture 2`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.25 4H5.75a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h12.5a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3`},[]],[`rect`,{width:`8.5`,height:`7.083`,x:`10.25`,y:`10.42`,fill:`currentColor`,rx:`1.5`},[]]]),Di=s({name:`Picture in Picture Enter`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.25 18.25h-3.5a3 3 0 0 1-3-3v-8.5a3 3 0 0 1 3-3h12.5a3 3 0 0 1 3 3v3.5`},[]],[`rect`,{width:`12`,height:`10`,x:`11`,y:`12`,fill:`currentColor`,rx:`2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10 7.667V10.4a.6.6 0 0 1-.176.424M6.667 11H9.4a.6.6 0 0 0 .424-.176M6 7l3 3 .824.824`},[]]]),Oi=s({name:`Picture in Picture Exit`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.75 5.75h3.5a3 3 0 0 1 3 3v8.5a3 3 0 0 1-3 3H5.75a3 3 0 0 1-3-3v-3.5`},[]],[`rect`,{width:`12`,height:`10`,x:`13`,y:`12`,fill:`currentColor`,rx:`2`,transform:`rotate(180 13 12)`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18 13.667V16.4a.6.6 0 0 1-.176.424M14.667 17H17.4a.6.6 0 0 0 .424-.176M14 13l3 3 .824.824`},[]]]),ki=s({name:`Window`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 7.75a4 4 0 0 1 4-4h8.5a4 4 0 0 1 4 4v8.5a4 4 0 0 1-4 4h-8.5a4 4 0 0 1-4-4zm0 .5h16.5`},[]]]),L=s({name:`Window Multiple`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 6.25a3.5 3.5 0 0 1 3.5-3.5h8.5a3.5 3.5 0 0 1 3.5 3.5v8.5a3.5 3.5 0 0 1-3.5 3.5h-8.5a3.5 3.5 0 0 1-3.5-3.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 6.75v8a6.5 6.5 0 0 1-6.5 6.5h-8m-4-14.273h15.5`},[]]]),Ai=s({name:`Beaker`,tags:[`Flask`,`Test`,`Lab`,`Experiment`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.456 3.75v5.09a3 3 0 0 1-.557 1.742l-1.736 2.436M9.456 3.75h-1.65m1.65 0h5.088m0 0v5.09a3 3 0 0 0 .557 1.742l1.736 2.436M14.544 3.75h1.65m-9.031 9.268-2.378 3.337a2.465 2.465 0 0 0 2.007 3.895h10.416a2.465 2.465 0 0 0 2.007-3.895l-2.378-3.337m-9.674 0h9.674`},[]]]),ji=s({name:`Braces`,tags:[`Code`,`Curly Braces`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9 20.25a3 3 0 0 1-3-3v0-1.343a4 4 0 0 0-1.172-2.829L3.75 12l1.078-1.078A4 4 0 0 0 6 8.093V6.75v0a3 3 0 0 1 3-3v0m6 16.5a3 3 0 0 0 3-3v0-1.343a4 4 0 0 1 1.172-2.829L20.25 12l-1.078-1.078A4 4 0 0 1 18 8.093V6.75v0a3 3 0 0 0-3-3v0`},[]]]),Mi=s({name:`Braces Variable`,tags:[``],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7 20.25a2 2 0 0 1-2-2v-2.343a4 4 0 0 0-1.172-2.829L2.75 12l1.078-1.078A4 4 0 0 0 5 8.093V5.75a2 2 0 0 1 2-2m10 16.5a2 2 0 0 0 2-2v-2.343a4 4 0 0 1 1.172-2.829L21.25 12l-1.078-1.078A4 4 0 0 1 19 8.093V5.75a2 2 0 0 0-2-2M9 8.143l6 7.714m0-7.714-6 7.714`},[]]]),Ni=s({name:`Branch Compare`,tags:[`Git`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.25 5.5a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0m13 13a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.5 8.25v7.25a3 3 0 0 0 3 3h4.336M10.75 16l1.793 1.793a1 1 0 0 1 .293.707M10.75 21l1.793-1.793a1 1 0 0 0 .293-.707m5.664-2.75V8.5a3 3 0 0 0-3-3h-4.336M13.25 8l-1.793-1.793a1 1 0 0 1-.293-.707M13.25 3l-1.793 1.793a1 1 0 0 0-.293.707`},[]]]),Pi=s({name:`Branch Fork`,tags:[`Git`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7 8.25a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5m0 0V12m0 3.75a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5m0 0V12m10-3.75a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5m0 0V9a3 3 0 0 1-3 3H7`},[]]]),Fi=s({name:`Branch Fork 2`,tags:[`Git`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.5 8.25a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5m0 0V10a2 2 0 0 0 2 2h3m6-3.75a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5m0 0V10a2 2 0 0 1-2 2h-4m0 0v3.75m0 0a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5`},[]]]),Ii=s({name:`Bug`,tags:[`Debug`,`Run`,`Error`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.5 9.08a3.23 3.23 0 0 1 3.23-3.23h2.54a3.23 3.23 0 0 1 3.23 3.23v6.27a4.5 4.5 0 0 1-4.5 4.5v0a4.5 4.5 0 0 1-4.5-4.5zm9 3.77h4.75m-18.5 0H7.5m2.25-9.7v.45A2.25 2.25 0 0 0 12 5.85v0a2.25 2.25 0 0 0 2.25-2.25v-.45M16.5 16.6h1.253a2.5 2.5 0 0 1 2.5 2.5v1.75M7.5 16.6H6.247a2.5 2.5 0 0 0-2.5 2.5v1.75M16.5 9.1h1.253a2.5 2.5 0 0 0 2.5-2.5V4.85M7.5 9.1H6.247a2.5 2.5 0 0 1-2.5-2.5V4.85`},[]]]),Li=s({name:`Code`,tags:[`Tags`,`HTML`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.75 6.5 3.25 12l5.5 5.5m6.5-11 5.5 5.5-5.5 5.5`},[]]]),Ri=s({name:`Git Commit`,tags:[``],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m0 0h5.5m-18.5 0h5.5`},[]]]),zi=s({name:`Script`,tags:[`Macro`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.25 21.25H4A2.25 2.25 0 0 1 1.75 19v-1.25a1.5 1.5 0 0 1 1.5-1.5h1.5m10.5 5a2.5 2.5 0 0 0 2.5-2.5v-11m-2.5 13.5a2.5 2.5 0 0 1-2.5-2.5v-1.5a1 1 0 0 0-1-1h-7m15.376-13.5H8.25a3.5 3.5 0 0 0-3.5 3.5v10m13-8.5h3.5a1 1 0 0 0 1-1V5a2.25 2.25 0 0 0-4.5 0zm-9.25-.5h6m-6 4h4`},[]]]),Bi=s({name:`Script 2`,tags:[`Macro`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.25 21.25H4A2.25 2.25 0 0 1 1.75 19v-1.25a1.5 1.5 0 0 1 1.5-1.5h1.5m10.5 5a2.5 2.5 0 0 0 2.5-2.5v-11m-2.5 13.5a2.5 2.5 0 0 1-2.5-2.5v-1.5a1 1 0 0 0-1-1h-7m15.376-13.5H8.25a3.5 3.5 0 0 0-3.5 3.5v10m13-8.5h3.5a1 1 0 0 0 1-1V5a2.25 2.25 0 0 0-4.5 0z`},[]]]),Vi=s({name:`Terminal`,tags:[`Cmd`,`Command Prompt`,`Bash`,`Powershell`,`Ps`],category:`Development`,deprecated:!1},[[`rect`,{width:`18.5`,height:`15.5`,x:`2.75`,y:`4.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m7.25 9 3 3-3 3m5.5 0h4`},[]]]),Hi=s({name:`Video Clip`,tags:[``],category:`Media`,deprecated:!1},[[`rect`,{width:`18.5`,height:`15.5`,x:`2.75`,y:`4.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.5`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M8.83 13.29c0 1.098 0 1.646.23 1.964.201.277.51.456.85.492.391.041.867-.232 1.818-.779l2.244-1.29c.956-.55 1.435-.825 1.595-1.185a1.2 1.2 0 0 0 0-.984c-.16-.36-.639-.635-1.595-1.184l-2.244-1.291c-.951-.547-1.427-.82-1.817-.779-.34.036-.65.215-.85.492-.231.318-.231.866-.231 1.963z`},[]]]),Ui=s({name:`Arc`,tags:[``],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.25 4.75h-.5c-7.732 0-14 6.268-14 14v.5`},[]]]),Wi=s({name:`Circle`,tags:[``],category:`Shapes`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]]]),R=s({name:`Circle Small`,tags:[`Dot`],category:`Shapes`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`3.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]]]),Gi=s({name:`Corner Radius`,tags:[``],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.25 4.75h-7.5a7 7 0 0 0-7 7v7.5`},[]]]),Ki=s({name:`Hexagon`,tags:[``],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.42 3.173a3.16 3.16 0 0 1 3.16 0l5.275 3.046a3.16 3.16 0 0 1 1.579 2.735v6.092a3.16 3.16 0 0 1-1.58 2.735l-5.275 3.046a3.16 3.16 0 0 1-3.158 0L5.145 17.78a3.16 3.16 0 0 1-1.579-2.735V8.954c0-1.128.602-2.17 1.58-2.735z`},[]]]),qi=s({name:`Line Diagonal`,tags:[``],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m21.25 2.75-18.5 18.5`},[]]]),Ji=s({name:`Octagon`,tags:[`Stop`,`Sign`],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.583 3.336a2 2 0 0 1 1.414-.586h6.006a2 2 0 0 1 1.414.586l4.247 4.247a2 2 0 0 1 .586 1.414v6.006a2 2 0 0 1-.586 1.414l-4.247 4.247a2 2 0 0 1-1.414.586H8.997a2 2 0 0 1-1.414-.586l-4.247-4.247a2 2 0 0 1-.586-1.414V8.997a2 2 0 0 1 .586-1.414z`},[]]]),Yi=s({name:`Pentagon`,tags:[``],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.13 3.655a3.18 3.18 0 0 1 3.74 0l6.069 4.409a3.18 3.18 0 0 1 1.155 3.557l-2.318 7.134a3.18 3.18 0 0 1-3.025 2.198H8.249a3.18 3.18 0 0 1-3.025-2.198L2.906 11.62A3.18 3.18 0 0 1 4.06 8.063z`},[]]]),Xi=s({name:`Rectangle Wide`,tags:[``],category:`Shapes`,deprecated:!1},[[`rect`,{width:`18.5`,height:`14.5`,x:`2.75`,y:`4.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]]]),Zi=s({name:`Rhombus`,tags:[`Diamond`],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.775 14.475a3.5 3.5 0 0 1 0-4.95l5.75-5.75a3.5 3.5 0 0 1 4.95 0l5.75 5.75a3.5 3.5 0 0 1 0 4.95l-5.75 5.75a3.5 3.5 0 0 1-4.95 0z`},[]]]),Qi=s({name:`Square`,tags:[``],category:`Shapes`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]]]),$i=s({name:`Triangle`,tags:[``],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M5.732 20.5c-2.29 0-3.723-2.498-2.581-4.5L9.419 5.006c1.144-2.008 4.018-2.008 5.163 0L20.849 16c1.142 2.002-.291 4.5-2.581 4.5z`},[]]]),ea=s({name:`Background Color Accent`,tags:[``],category:`Accents`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M3 14.95v-1.68h.633c.168.163.33.33.486.462.307.261.696.54 1.204.706a3.5 3.5 0 0 0 2.168 0c.507-.165.896-.445 1.203-.706.28-.236.583-.54.895-.852l1.185-1.186c-1.322 3.12 2.099 6.198 5.084 4.475a3.574 3.574 0 0 0 1.308-4.882 2 2 0 0 0-.118-.179l-1.744-2.313a1.75 1.75 0 0 0-1.764-.657 1.75 1.75 0 0 0-.511-1.173l-.739-.716V4.75h4.41c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311c.327.642.327 1.482.327 3.162v5.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311c-.642.327-1.482.327-3.162.327H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 17.47 3 16.63 3 14.95`,"clip-rule":`evenodd`},[]]]),ta=s({name:`Eyedropper Color Accent`,tags:[`Eyedropper 2`],category:`Accents`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`m7.941 19.968 6.109-6.108H6.235l-2.202 2.202c-.205.205-.308.307-.387.425a1.5 1.5 0 0 0-.171.335c-.048.134-.07.277-.116.563l-.096.608c-.173 1.1-.26 1.65-.087 2.05.151.35.43.629.78.78.399.174.949.087 2.05-.085l.61-.096c.286-.044.43-.067.563-.115q.18-.065.337-.17c.117-.08.22-.183.425-.389`},[]]]),na=s({name:`Highlighter Accent`,tags:[`Marker`],category:`Accents`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M20.25 6.25v-3.5H3.75v3.5a3.5 3.5 0 0 0 3.5 3.5h9.5a3.5 3.5 0 0 0 3.5-3.5m-4 7.5h-8.5v5.663a1.3 1.3 0 0 0 1.733 1.226l5.433-1.918a2 2 0 0 0 1.334-1.886z`},[]]]),ra=s({name:`Paint Bucket Accent`,tags:[``],category:`Accents`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`m18.677 13.35-1.923 3.17c-.985 2.092 1.314 4.206 3.317 3.05a2.36 2.36 0 0 0 .864-3.225zm-7.325 1.578 4.398-4.398H2.748c0 .237.037.475.112.703.168.52.619.97 1.52 1.871l1.824 1.824c.9.9 1.351 1.351 1.87 1.52.458.149.95.149 1.407 0 .52-.169.97-.62 1.871-1.52`},[]]]),ia=s({name:`Tag Accent`,tags:[`Label`],category:`Accents`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M20.162 10.925 13.716 4.48a2.5 2.5 0 0 0-1.767-.732h-5.2a3 3 0 0 0-3 3v5.2a2.5 2.5 0 0 0 .731 1.768l6.445 6.446a4 4 0 0 0 5.657 0l3.58-3.58a4 4 0 0 0 0-5.657`},[]]]),aa=s({name:`Text Color Accent`,tags:[``],category:`Accents`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M4.25 18.397a1.5 1.5 0 0 1 1.5-1.5h12.5a1.5 1.5 0 0 1 1.5 1.5v1.353a1.5 1.5 0 0 1-1.5 1.5H5.75a1.5 1.5 0 0 1-1.5-1.5z`},[]]]),oa=s({name:`Text Highlight Color Accent`,tags:[``],category:`Accents`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M7.75 3.75a4 4 0 0 0-4 4v8.5a4 4 0 0 0 4 4h8.5a4 4 0 0 0 4-4v-8.5a4 4 0 0 0-4-4zm2.986 8.437L12 9.295l1.264 2.892zm-.002 2.5h2.532l.88 2.014a1.75 1.75 0 0 0 3.207-1.402l-3.391-7.757c-.753-1.723-3.171-1.723-3.924 0l-3.391 7.757a1.75 1.75 0 0 0 3.206 1.402zm2.312-6.745 3.391 7.758a.75.75 0 1 1-1.374.6l-1.143-2.613h-3.84L8.937 16.3a.75.75 0 1 1-1.374-.6l3.391-7.758a1.136 1.136 0 0 1 2.092 0`,"clip-rule":`evenodd`},[]]]),sa=s({name:`Amazon`,tags:[`Shopping`,`Delivery`,`Prime`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.3`,d:`M17.284 17.724h1.967c.543 0 .983.44.983.983v1.967`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`m6.901 7.111 1.976.2a.57.57 0 0 0 .558-.34c.268-.573.924-1.59 2.209-1.59.258 0 .478.041.665.108 1.04.373 1.02 1.77 1.02 2.874 0 0-2.415-.058-3.992.476-.465.157-.934.333-1.36.578-1.223.705-1.77 2.276-1.969 3.022-.071.27-.098.549-.08.828.08 1.178.558 3.184 2.968 3.599 2.247.386 3.749-.64 4.43-1.267.23-.213.612-.22.817.018l.88 1.017a.59.59 0 0 0 .825.066l1.676-1.402a.59.59 0 0 0 .101-.796l-.267-.374c-.215-.3-.422-.613-.517-.97-.099-.372-.09-.763-.09-1.148V6.704c0-2.372-2.295-3.681-3.94-3.85l-.592-.057a6 6 0 0 0-.972-.034 6 6 0 0 0-1.162.196c-1.537.399-3.348 1.765-3.597 3.664-.033.25.162.463.413.488m6.428 4.576v-1.432s-1.905-.047-2.664.363c-.312.168-.574.491-.775.813a2.54 2.54 0 0 0-.291 1.94c.066.275.158.54.282.695.259.323.876.439 1.166.476q.156.022.311.003c.157-.022.413-.08.67-.23.39-.229.695-.595.903-.995.118-.226.208-.471.273-.676a3.2 3.2 0 0 0 .125-.957`,"clip-rule":`evenodd`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M4.5 18.707c1.933 1.619 4.584 2.548 7.375 2.548 1.853 0 3.643-.41 5.203-1.158a11 11 0 0 0 .573-.295`},[]]]),ca=s({name:`App Store`,tags:[`Apple`,`Mac App Store`,`Apple App Store`,`iOS`,`iPadOS`,`macOS`],category:`Logos & Brands`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M10.904 13.794h2.024l-1.012-1.755z`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m8.843 17.367-1.58 2.74A1.784 1.784 0 1 1 4.17 18.32l.55-.953m4.122 0H4.72m4.122 0h6.146m-10.268 0h-.466a1.786 1.786 0 0 1 0-3.573h2.527l3.073-5.327-1.03-1.787a1.784 1.784 0 1 1 3.092-1.786 1.784 1.784 0 1 1 3.09 1.786l-1.03 1.786m-1.049 5.328h-2.024l1.012-1.755m1.012 1.755 2.061 3.573m-2.06-3.573-1.013-1.755m3.073 5.328 1.58 2.74a1.784 1.784 0 1 0 3.092-1.787l-.55-.953h.634a1.786 1.786 0 0 0 0-3.573H17.05l-3.073-5.328m0 0-2.06 3.573`},[]]]),la=s({name:`Apple`,tags:[`iPhone`,`iPad`,`Mac`,`iOS`,`iPadOS`,`watchOS`,`Watch`,`Tablet`,`Phone`,`Tim Cook`,`Steve Jobs`,`macOS`,`Cupertino`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.102 7.78a4 4 0 0 0-1.185-.161c-1.918 0-4.167 1.695-4.167 5.359 0 3.36 2.358 7.21 3.801 7.822.328.14.731.227 1.084.193.707-.07 1.348-.421 2.023-.622.228-.038.5-.074.719-.075.24-.002.51.06.774.12.715.164 1.505.65 2.255.577.267-.026.633-.187.746-.239l.07-.03c.85-.343 1.988-1.826 2.759-3.703.162-.396-.052-.833-.404-1.077-.999-.694-1.663-1.934-1.663-3.195 0-.969.313-1.854.907-2.523l.02-.023a8 8 0 0 1 .45-.5c.255-.248.326-.645.082-.904-.808-.854-1.832-1.277-2.764-1.277a3.6 3.6 0 0 0-1.106.156c-.138.033-.778.192-1.222.355-.257.071-.635.167-.81.21a.7.7 0 0 1-.192.023c-.735-.024-1.47-.303-2.177-.487Z`,"clip-rule":`evenodd`},[]],[`path`,{fill:`currentColor`,stroke:`currentColor`,"stroke-linejoin":`round`,d:`M13.86 5.178c-.733.878-1.975 1.047-1.975 1.047s-.05-1.256.684-2.135 1.976-1.046 1.976-1.046.05 1.256-.684 2.134Z`},[]]]),ua=s({name:`Bluetooth`,tags:[`BT`,`Wireless`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m6.25 7.5 5.454 4.5m0 0 5.246 3.982a.65.65 0 0 1 0 1.036l-4.202 3.19a.65.65 0 0 1-1.043-.517V4.31a.65.65 0 0 1 1.043-.518l4.202 3.19a.65.65 0 0 1 0 1.036zm0 0L6.25 16.5`},[]]]),da=s({name:`CSS`,tags:[`CSS3`,`Stylesheet`,`Programming`,`Web`,`Cascading Style Sheet`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m20.754 4.792-2.84 14.31a1.5 1.5 0 0 1-1.099 1.161l-4.069 1.045a3 3 0 0 1-1.492 0l-4.07-1.045a1.5 1.5 0 0 1-1.097-1.16L3.246 4.792A1.5 1.5 0 0 1 4.717 3h14.566a1.5 1.5 0 0 1 1.471 1.792`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m15.998 11.891-.891 4.458a1 1 0 0 1-.64.744l-2.126.77a1 1 0 0 1-.681 0l-2.146-.777a.99.99 0 0 1-.622-.74l-.222-1.114m7.328-3.341.859-4.292a.6.6 0 0 0-.589-.718H7m8.998 5.01H8.002`},[]]]),fa=s({name:`Facebook`,tags:[`Meta`,`Social Media`,`Mark Zuckerburg`,`Messenger`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M10.478 21.125a9.3 9.3 0 0 0 3.037.002m-3.038-.002A9.25 9.25 0 0 1 2.75 12a9.25 9.25 0 1 1 10.765 9.127m-3.038-.002V16.12H8.58a.6.6 0 0 1-.6-.6v-1.838a.6.6 0 0 1 .6-.6h1.897V9.95a3 3 0 0 1 3-3h1.81a1 1 0 0 1 1 1v1.04a1 1 0 0 1-1 1h-.772a1 1 0 0 0-1 1v2.092h2.297a.6.6 0 0 1 .592.698l-.25 1.504a1 1 0 0 1-.986.836h-1.653v5.007`},[]]]),pa=s({name:`Figma`,tags:[`Design`,`Dylan Field`,`Sketch`,`Icons`,`Prototype`,`Prototyping`,`Adobe`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.833 5.833A3.083 3.083 0 0 1 8.917 2.75H12v6.167H8.917a3.083 3.083 0 0 1-3.084-3.084m12.334 0a3.083 3.083 0 0 0-3.084-3.083H12v6.167h3.083a3.083 3.083 0 0 0 3.084-3.084`},[]],[`rect`,{width:`6.167`,height:`6.167`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.083`,transform:`matrix(-1 0 0 1 18.167 8.917)`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.833 12a3.083 3.083 0 0 1 3.084-3.083H12v6.166H8.917A3.083 3.083 0 0 1 5.833 12`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.833 18.167a3.083 3.083 0 0 1 3.084-3.084H12v3.084a3.083 3.083 0 0 1-3.083 3.083v0a3.083 3.083 0 0 1-3.084-3.083`},[]]]),ma=s({name:`GitHub`,tags:[`Open Source`,`Code`,`Microsoft`,`Git`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.096 21.25v-3.146a3.33 3.33 0 0 1 .758-2.115c-3.005-.4-5.28-1.859-5.28-5.798 0-1.666 1.432-3.89 1.432-3.89-.514-1.13-.5-3.084.06-3.551 0 0 1.95.175 3.847 1.75 1.838-.495 3.764-.554 5.661 0 1.897-1.575 3.848-1.75 3.848-1.75.558.467.573 2.422.06 3.551 0 0 1.432 2.224 1.432 3.89 0 3.94-2.276 5.398-5.28 5.798a3.33 3.33 0 0 1 .757 2.115v3.146`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.086 16.57c.163.554.463 1.066.878 1.496.414.431.932.77 1.513.988a4.46 4.46 0 0 0 3.62-.216`},[]]]),ha=s({name:`Google`,tags:[`Pixel`,`Sundar Pichai`,`Search`,`Android`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13.365 2.83a9.25 9.25 0 0 1 4.744 2.089c.338.284.336.794.024 1.106l-1.616 1.616c-.312.312-.816.306-1.171.044a5.365 5.365 0 1 0 1.615 6.705h-3.91a.8.8 0 0 1-.8-.8V11.3a.8.8 0 0 1 .8-.8h7.493c.316 0 .61.186.681.495.313 1.362-.125 3.246-.158 3.384l-.004.016c-.528 1.963-1.661 3.706-3.274 4.944a9.25 9.25 0 1 1-4.424-16.51`},[]]]),ga=s({name:`Google 2`,tags:[`Google Color`,`Pixel`,`Sundar Pichai`,`Search`,`Android`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.201 9.947a5.365 5.365 0 0 1 8.145-2.262c.355.262.858.268 1.17-.044l1.617-1.616c.312-.312.314-.822-.024-1.106A9.25 9.25 0 0 0 3.612 8.46M7.2 9.947a5.365 5.365 0 0 0 1.69 6.31M7.2 9.947 3.611 8.46m5.28 7.796a5.365 5.365 0 0 0 6.533 0m-6.532 0-2.365 3.082m8.897-3.082a5.4 5.4 0 0 0 1.537-1.866h-3.91a.8.8 0 0 1-.8-.8V11.3a.8.8 0 0 1 .8-.8h7.493c.316 0 .61.186.681.495.313 1.362-.125 3.246-.158 3.384l-.004.016c-.528 1.963-1.661 3.706-3.274 4.944m-2.365-3.083 2.365 3.082m0 0a9.25 9.25 0 0 1-11.262 0m0 0A9.25 9.25 0 0 1 3.612 8.46`},[]]]),_a=s({name:`Google Chrome`,tags:[`Browser`,`Chromium`,`Microsoft`,`MS Edge`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 8.25a3.75 3.75 0 0 0-3.747 3.904M12 8.25a3.75 3.75 0 0 1 3.608 4.775M12 8.25h8.458m-4.85 4.775a3.752 3.752 0 0 1-7.355-.871m7.355.871-3.08 8.21m7.93-12.985A9.252 9.252 0 0 0 4.6 6.45m15.858 1.8q.085.19.161.386a9.25 9.25 0 0 1-8.09 12.599m0 0A9.25 9.25 0 0 1 2.75 12c0-2.083.688-4.004 1.85-5.55m3.653 5.704L4.6 6.45`},[]]]),va=s({name:`Google Play`,tags:[`App Store`,`Android`,`Google`,`Google Play Store`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m16.28 16.311 3.29-1.861A2.79 2.79 0 0 0 21 12c0-.955-.476-1.91-1.43-2.45l-3.29-1.86m0 8.622L8.209 20.88a2.8 2.8 0 0 1-2.779 0 2.9 2.9 0 0 1-.7-.557m11.552-4.012L4.729 3.677m0 16.646A2.78 2.78 0 0 1 4 18.43V5.57a2.78 2.78 0 0 1 1.061-2.202 2.81 2.81 0 0 1 3.147-.248l8.073 4.569M4.729 20.323 16.281 7.69`},[]]]),ya=s({name:`HTML`,tags:[`HTML5`,`Markup`,`Programming`,`Web`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m20.754 4.792-2.84 14.31a1.5 1.5 0 0 1-1.099 1.161l-4.069 1.045a3 3 0 0 1-1.492 0l-4.07-1.045a1.5 1.5 0 0 1-1.097-1.16L3.246 4.792A1.5 1.5 0 0 1 4.717 3h14.566a1.5 1.5 0 0 1 1.471 1.792`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17 6.881H7.732a.6.6 0 0 0-.589.718l.859 4.292h7.996l-.891 4.458a1 1 0 0 1-.64.744l-2.126.77a1 1 0 0 1-.681 0l-2.127-.77a1 1 0 0 1-.64-.744l-.224-1.119`},[]]]),ba=s({name:`Instagram`,tags:[`Social`],category:`Logos & Brands`,deprecated:!1},[[`rect`,{width:`17`,height:`17`,x:`3.5`,y:`3.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`5.5`},[]],[`circle`,{cx:`12`,cy:`12`,r:`3.606`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`circle`,{cx:`16.894`,cy:`7.106`,r:`1.03`,fill:`currentColor`},[]]]),xa=s({name:`JavaScript`,tags:[`Programming`,`Web`,`Electron`,`JS`],category:`Logos & Brands`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.5 11.25v5a1 1 0 0 1-1 1H9m8.25-6h-2a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-2`},[]]]),z=s({name:`Microsoft`,tags:[`Windows`,`Win11`,`Windows 11`,`Satya Nadella`,`Steve Ballmer`,`Bill Gates`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 3.75H5.75a2 2 0 0 0-2 2V12M12 3.75h6.25a2 2 0 0 1 2 2V12M12 3.75v16.5m0 0h6.25a2 2 0 0 0 2-2V12M12 20.25H5.75a2 2 0 0 1-2-2V12m0 0h16.5`},[]]]),Sa=s({name:`Microsoft Edge`,tags:[`Browser`,`Chromium`,`Microsoft`,`MS Edge`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.76 12a9.25 9.25 0 0 0 11.527 8.968M2.761 12a9.25 9.25 0 0 1 9.25-9.25c3.795 0 7.996 1.777 9.017 6.798.223 1.1.09 2.258-.463 3.235-.582 1.025-1.559 2.182-3.01 2.182-.55.088-4.164.176-3.979-1.312A2.27 2.27 0 0 0 14.287 12M2.761 12s.444-4.849 5.78-4.833C14.117 7.184 14.288 12 14.288 12m0 0a2.277 2.277 0 0 0-2.277-2.277c-.642 0-1.636.694-1.636.694m3.913 10.55a9.26 9.26 0 0 0 5.406-3.814c.185-.275.058-.694-.26-.6a.5.5 0 0 0-.174.092c-1.364.617-4.22 1.12-6.685-.257-1.5-.838-2.374-2.135-2.639-3.202-.099-.255-.201-.896-.201-1.186 0-.615.243-1.173.64-1.583m3.913 10.55s-6.012.49-6.546-5.053c-.297-3.09 1.307-4.702 2.633-5.497`},[]]]),Ca=s({name:`Python`,tags:[`Programming`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 7.5H7.5m4.5 9h4.5m0 0h1.521c.807 0 1.634-.188 2.13-.824.531-.679 1.099-1.835 1.099-3.676 0-1.84-.568-2.997-1.098-3.676-.497-.636-1.324-.824-2.13-.824H16.5m0 9v1.521c0 .807-.188 1.634-.824 2.13-.679.531-1.835 1.099-3.676 1.099-1.84 0-2.997-.568-3.676-1.098-.636-.497-.824-1.324-.824-2.13V16.5m0-9H5.978c-.807 0-1.633.188-2.13.824-.53.679-1.098 1.835-1.098 3.676 0 1.84.568 2.997 1.098 3.676.497.636 1.323.824 2.13.824H7.5m0-9V5.978c0-.807.188-1.633.824-2.13.679-.53 1.835-1.098 3.676-1.098 1.84 0 2.997.568 3.676 1.098.636.497.824 1.323.824 2.13V7.5m-9 9V14a2 2 0 0 1 2-2h5a2 2 0 0 0 2-2V7.5`},[]],[`path`,{fill:`currentColor`,d:`M15 18.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-6-13a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0`},[]]]),wa=s({name:`Roblox`,tags:[`Gaming`,`Studio`,`Bloxy`,`Player`],category:`Logos & Brands`,deprecated:!1},[[`rect`,{width:`16.02`,height:`16.02`,x:`6.336`,y:`2.19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2.5`,transform:`rotate(15 6.336 2.19)`},[]],[`rect`,{width:`5.34`,height:`5.34`,x:`10.112`,y:`8.73`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`.8`,transform:`rotate(15 10.112 8.73)`},[]]]),Ta=s({name:`TikTok`,tags:[`ByteDance`,`Now`,`Shorts`,`Social`,`Videos`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.2 10.1c0 .22-.18.401-.4.39a8 8 0 0 1-3.362-.93c-.281-.15-.638.045-.638.364V15.5a6 6 0 1 1-6.4-5.987.38.38 0 0 1 .4.387v2.8c0 .22-.18.397-.398.433A2.4 2.4 0 1 0 12.2 15.5V2.9a.4.4 0 0 1 .4-.4h2.8a.43.43 0 0 1 .418.4 4.4 4.4 0 0 0 3.983 3.982c.22.02.4.197.4.418z`},[]]]),Ea=s({name:`Visual Studio Code`,tags:[`VSCode`,`VS Code`,`IDE`,`Text Editor`,`Microsoft`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.695 16.318 10.333 12m5.362 4.318V7.682m0 8.636v2.18c0 .68-.27 1.332-.75 1.813M10.332 12l5.362-4.318M10.333 12 7.828 9.983m7.867-2.3v-2.18c0-.68-.27-1.333-.75-1.814M7.827 14.017l-3.516 2.831a.61.61 0 0 1-.813-.044l-1.071-1.076a.61.61 0 0 1 .022-.881L5.598 12m2.23 2.017 6.456 5.84q.304.273.66.454m-7.116-6.294L5.598 12m0 0L2.45 9.153a.61.61 0 0 1-.022-.881l1.071-1.076c.22-.22.57-.24.813-.044l3.516 2.83m0 0 6.456-5.839q.304-.273.66-.454m0 16.622a3.04 3.04 0 0 0 2.517.113l2.334-.937c.577-.232.955-.791.955-1.413V5.926c0-.622-.378-1.181-.955-1.413l-2.334-.937a3.04 3.04 0 0 0-2.517.113`},[]]]),B=s({name:`X (Twitter)`,tags:[`Twitter`,`X/Twitter`,`X Corp.`,`Bird`,`Tweet`,`Post`,`Social Media`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m13.081 10.712-4.786-6.71a.6.6 0 0 0-.489-.252H5.28a.6.6 0 0 0-.488.948l6.127 8.59m2.162-2.576 6.127 8.59a.6.6 0 0 1-.488.948h-2.526a.6.6 0 0 1-.489-.252l-4.786-6.71m2.162-2.576 5.842-6.962m-8.004 9.538L5.077 20.25`},[]]]),Da=s({name:`YouTube`,tags:[`Social`,`Shorts`,`Watch`,`Videos`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.45 11.419c0-3.017.3-4.526 1.237-5.463s2.446-.937 5.463-.937h5.7c3.017 0 4.525 0 5.463.937s1.237 2.446 1.237 5.463v1.162c0 3.017-.3 4.526-1.237 5.463s-2.446.937-5.463.937h-5.7c-3.017 0-4.526 0-5.463-.937S2.45 15.598 2.45 12.581z`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m14.686 11.491-4.268-2.667a.6.6 0 0 0-.918.509v5.335a.6.6 0 0 0 .918.508l4.268-2.667a.6.6 0 0 0 0-1.018Z`},[]]]),Oa=s({name:`YouTube Shorts`,tags:[`YT Shorts`,`Watch`,`YouTube`,`Vertical`,`TikTok`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.834 3.186a3.627 3.627 0 0 1 3.627 6.282l-.74.426a3.626 3.626 0 0 1 1.935 6.766l-7.02 4.053a3.626 3.626 0 1 1-3.627-6.28l.739-.428A3.627 3.627 0 0 1 5.814 7.24z`},[]],[`path`,{fill:`currentColor`,d:`M13.992 11.016 11.2 9.271c-.74-.463-1.7.07-1.7.942v3.49c0 .873.96 1.405 1.7.943l2.792-1.746a1.11 1.11 0 0 0 0-1.884`},[]]]),ka=s({name:`Book`,tags:[`Reading`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 16.25V5.75a3 3 0 0 1 3-3h11a1 1 0 0 1 1 1v12.5H7.375M4.5 16.245v2.38`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.5 21.25H7a2.5 2.5 0 0 1 0-5h12.5v4a1 1 0 0 1-1 1`},[]]]),Aa=s({name:`Book 2`,tags:[``],category:`Activities`,deprecated:!0,alternativeIcon:`Book`},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 4.749a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v13h-15zm0 13v1.503a2 2 0 0 0 2 2h13`},[]],[`rect`,{width:`8`,height:`3`,x:`8`,y:`6.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`.6`},[]]]),ja=s({name:`Book Add`,tags:[``],category:`Activities`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 16.245v2.38m2.875-2.375h2.969H7a2.5 2.5 0 0 0-2.5 2.5m6.875 2.5H7a2.5 2.5 0 0 1-2.5-2.5m0 0v-13a3 3 0 0 1 3-3h11a1 1 0 0 1 1 1v6.844`},[]]]),Ma=s({name:`Book Add 2`,tags:[``],category:`Activities`,deprecated:!0,alternativeIcon:`Book Add`},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 18.749v-12.8c0-1.12 0-1.68.218-2.108a2 2 0 0 1 .874-.874c.428-.218.988-.218 2.108-.218h8.6c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874c.218.427.218.987.218 2.108v4.301m-15 8.499c0 .467 0 .7.039.895a2 2 0 0 0 1.568 1.569c.195.039.429.039.896.039h3.247M4.5 18.749h4.75M8.96 9.25h6.08c.336 0 .504 0 .632-.065a.6.6 0 0 0 .263-.263C16 8.794 16 8.626 16 8.29V7.21c0-.336 0-.504-.065-.632a.6.6 0 0 0-.263-.263c-.128-.065-.296-.065-.632-.065H8.96c-.336 0-.504 0-.632.065a.6.6 0 0 0-.263.263C8 6.706 8 6.874 8 7.21v1.08c0 .336 0 .504.065.632a.6.6 0 0 0 .263.263c.128.065.296.065.632.065`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),Na=s({name:`Book Info`,tags:[``],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 16.25V5.75a3 3 0 0 1 3-3h11a1 1 0 0 1 1 1v12.5H7.375M4.5 16.245v2.38`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.5 21.25H7a2.5 2.5 0 0 1 0-5h12.5v4a1 1 0 0 1-1 1`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 9.45v3.79`},[]],[`circle`,{cx:`12`,cy:`6.217`,r:`1.197`,fill:`currentColor`},[]]]),V=s({name:`Book Open`,tags:[`Reading`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 7.21a2 2 0 0 1 2-2H8.5a3.5 3.5 0 0 1 3.5 3.5v10.885l-1.015-.721a4 4 0 0 0-2.318-.74H4.75a2 2 0 0 1-2-2zm18.5 0a2 2 0 0 0-2-2H15.5a3.5 3.5 0 0 0-3.5 3.5v10.885l1.015-.721a4 4 0 0 1 2.317-.74h3.918a2 2 0 0 0 2-2z`},[]]]),H=s({name:`Box`,tags:[`Package`,`Amazon`,`Delivery`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m12 12 8.073-4.625M12 12v9.25M12 12 7.963 9.688m12.11-2.313a3.17 3.17 0 0 0-1.165-1.156L16.25 4.696m3.823 2.679c.275.472.427 1.015.427 1.58v6.09a3.15 3.15 0 0 1-1.592 2.736l-5.316 3.046A3.2 3.2 0 0 1 12 21.25M3.926 7.375a3.14 3.14 0 0 0-.426 1.58v6.09c0 1.13.607 2.172 1.592 2.736l5.316 3.046A3.2 3.2 0 0 0 12 21.25M3.926 7.375a3.17 3.17 0 0 1 1.166-1.156l5.316-3.046a3.2 3.2 0 0 1 3.184 0l2.658 1.523M3.926 7.375l4.037 2.313m0 0 8.287-4.992`},[]]]),Pa=s({name:`Broom`,tags:[`Sweep`,`Clean`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m13.444 17.626.707-.707a5 5 0 0 0 0-7.071m-.707 7.778-7.071-7.071m7.07 7.07-2.828 4.243-8.485-8.485 4.243-2.828m0 0 .707-.707a5 5 0 0 1 7.07 0m0 0 6.718-6.718`},[]]]),Fa=s({name:`Calligraphy Pen`,tags:[`Sketch`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.16 2.75v1.049c0 1.187 0 1.78-.231 2.233a2.12 2.12 0 0 1-.926.927c-.454.23-1.047.23-2.234.23h-.423M4.84 2.75v1.049c0 1.187 0 1.78.231 2.233.203.4.528.724.926.927.454.23 1.047.23 2.234.23h.423m0 0L6.319 11.47c-.367.673-.55 1.01-.61 1.362a2.1 2.1 0 0 0 .054.935c.1.344.32.657.762 1.283l2.704 3.83c.934 1.323 1.4 1.983 1.98 2.217a2.12 2.12 0 0 0 1.582 0c.58-.234 1.047-.894 1.98-2.216l2.704-3.83c.442-.627.662-.94.761-1.284a2.1 2.1 0 0 0 .055-.935c-.06-.352-.243-.689-.61-1.362l-2.335-4.28m-6.692 0h6.692M12 13.325v7.522`},[]],[`circle`,{cx:`12`,cy:`13.325`,r:`1.673`,fill:`currentColor`},[]]]),U=s({name:`Cart`,tags:[`Shopping`,`Trolley`,`Amazon`,`Shopping Cart`],category:`Activities`,deprecated:!1},[[`circle`,{cx:`9.549`,cy:`19.049`,r:`1.701`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`circle`,{cx:`16.96`,cy:`19.049`,r:`1.701`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m5.606 5.555 2.01 6.364c.309.978.463 1.467.76 1.829.26.32.599.567.982.72.435.173.947.173 1.973.173h3.855c1.026 0 1.538 0 1.972-.173.384-.153.722-.4.983-.72.296-.362.45-.851.76-1.829l.409-1.296.24-.766.331-1.05a2.5 2.5 0 0 0-2.384-3.252zm0 0-.011-.037a7 7 0 0 0-.14-.42 2.92 2.92 0 0 0-2.512-1.84C2.84 3.25 2.727 3.25 2.5 3.25`},[]]]),Ia=s({name:`Compass`,tags:[`Direction`,`Explore`,`Safari`],category:`Activities`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.195 10.195q.221-.22.475-.404c.382-.275.835-.456 1.74-.818l2.357-.943c.632-.252.947-.379 1.148-.313.174.058.31.194.368.368.066.2-.06.517-.313 1.148l-.943 2.357c-.362.905-.543 1.358-.818 1.74q-.183.255-.404.475m-3.61-3.61a4 4 0 0 0-.404.475c-.275.382-.456.835-.818 1.74l-.943 2.357c-.252.632-.379.947-.313 1.148.058.174.194.31.368.368.2.066.516-.06 1.148-.313l2.357-.943c.905-.362 1.358-.543 1.74-.818q.255-.183.475-.404m-3.61-3.61 3.61 3.61`},[]]]),La=s({name:`Flag`,tags:[`Report`,`Checkpoint`,`Flagged`,`Font Awesome`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.25 21.25v-6m0 0v-10a1.5 1.5 0 0 1 1.5-1.5h11.086a1 1 0 0 1 .821 1.571L15.75 9.5l2.907 4.179a1 1 0 0 1-.82 1.571z`},[]]]),W=s({name:`Library`,tags:[`Books`,`Bookshelf`],category:`Activities`,deprecated:!1},[[`rect`,{width:`3.998`,height:`15`,x:`2.75`,y:`4.504`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`},[]],[`rect`,{width:`3.998`,height:`15`,x:`9.201`,y:`4.504`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.267 8.378c-.165-.615.2-1.247.814-1.411l1.038-.278c.614-.165 1.245.2 1.41.814l2.681 10.014a1.15 1.15 0 0 1-.814 1.41l-1.038.279a1.15 1.15 0 0 1-1.41-.815z`},[]]]),G=s({name:`Photo Filter`,tags:[`Color Filter`,`Tint`],category:`Design`,deprecated:!1},[[`circle`,{cx:`12`,cy:`8.73`,r:`5.98`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`circle`,{cx:`8.729`,cy:`15.27`,r:`5.98`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`circle`,{cx:`15.271`,cy:`15.27`,r:`5.98`,stroke:`currentColor`,"stroke-width":`1.5`},[]]]),Ra=s({name:`Ribbon`,tags:[``],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.41 9.16a6.4 6.4 0 0 1-2.426 5.02A6.38 6.38 0 0 1 12 15.57c-1.506 0-2.89-.52-3.984-1.388A6.41 6.41 0 1 1 18.41 9.16`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.984 14.18v7.07L12 18.267 8.016 21.25v-7.07`},[]]]),za=s({name:`Ribbon Star`,tags:[``],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.41 9.16a6.4 6.4 0 0 1-2.426 5.02A6.38 6.38 0 0 1 12 15.57c-1.506 0-2.89-.52-3.984-1.388A6.41 6.41 0 1 1 18.41 9.16`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.984 14.18v7.07L12 18.267 8.016 21.25v-7.07`},[]],[`path`,{fill:`currentColor`,d:`M11.455 6.74c.179-.307.268-.461.385-.513a.4.4 0 0 1 .32 0c.117.052.206.206.385.513l.488.838a1 1 0 0 0 .112.168q.045.047.106.076a1 1 0 0 0 .194.055l.947.205c.348.075.522.113.607.208.075.083.11.193.1.304-.014.127-.133.26-.37.525l-.646.723a1 1 0 0 0-.125.159.4.4 0 0 0-.04.123 1 1 0 0 0 .008.202l.098.964c.036.355.054.532-.01.642a.4.4 0 0 1-.26.188c-.124.027-.287-.045-.612-.188l-.887-.391a1 1 0 0 0-.19-.07.4.4 0 0 0-.13 0 1 1 0 0 0-.19.07l-.886.39c-.326.144-.49.216-.614.19a.4.4 0 0 1-.259-.189c-.064-.11-.046-.287-.01-.642l.098-.964c.01-.102.015-.153.008-.202a.4.4 0 0 0-.04-.123 1 1 0 0 0-.125-.159L9.27 9.12c-.238-.265-.356-.398-.37-.525a.4.4 0 0 1 .1-.304c.085-.095.259-.133.607-.208l.947-.205c.1-.022.15-.033.194-.055a.4.4 0 0 0 .106-.076 1 1 0 0 0 .112-.168z`},[]]]),Ba=s({name:`Video`,tags:[``],category:`Media`,deprecated:!1},[[`rect`,{width:`13.5`,height:`12`,x:`2.75`,y:`6`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m16.25 9.74 3.554-1.77a1 1 0 0 1 1.446.895v6.268a1 1 0 0 1-1.447.895l-3.553-1.773z`},[]]]),Va=s({name:`Briefcase`,tags:[`Suitcase`],category:`Business`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 9.894a2.5 2.5 0 0 1 2.5-2.5h11.5a2.5 2.5 0 0 1 2.5 2.5V17.5a2.5 2.5 0 0 1-2.5 2.5H6.25a2.5 2.5 0 0 1-2.5-2.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.75 7.394H6.25a2.5 2.5 0 0 0-2.5 2.5v.303a3 3 0 0 0 3 3h10.5a3 3 0 0 0 3-3v-.303a2.5 2.5 0 0 0-2.5-2.5M8.603 5.5a1.5 1.5 0 0 1 1.5-1.5h3.794a1.5 1.5 0 0 1 1.5 1.5v1.894H8.603z`},[]]]),Ha=s({name:`Briefcase 2`,tags:[`Suitcase`,`Work`],category:`Business`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 10.5A2.5 2.5 0 0 1 6.25 8h11.5a2.5 2.5 0 0 1 2.5 2.5v7a2.5 2.5 0 0 1-2.5 2.5H6.25a2.5 2.5 0 0 1-2.5-2.5zm4.853-5a1.5 1.5 0 0 1 1.5-1.5h3.794a1.5 1.5 0 0 1 1.5 1.5V8H8.603z`},[]]]),Ua=s({name:`Cent`,tags:[`$`,`Money`,`Coin`,`Dollar`,`¢`],category:`Business`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.085 3.875v2.417m0 14.083v-2.417m4.382-1.705a5.84 5.84 0 0 1-4.382 1.705m4.382-9.961a5.84 5.84 0 0 0-4.382-1.705m0 11.666A5.836 5.836 0 0 1 6.5 12.125a5.84 5.84 0 0 1 5.585-5.833`},[]]]),K=s({name:`Dollar`,tags:[`$`,`Money`,`Cash`,`Bill`,`Currency`],category:`Business`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M16.441 8.26S15.884 5.621 12 5.334m-4.376 10.52S8.75 18.518 12 18.684M12 2.75v2.584m0 15.916v-2.567m0-13.35a10 10 0 0 0-.704-.024c-1.688 0-3.881 1.405-3.881 3.367 0 1.963 1.589 2.732 4.388 3.21s4.782 1.531 4.782 3.696-2.32 3.11-4.266 3.11a6 6 0 0 1-.319-.009`},[]]]),q=s({name:`Graph`,tags:[`Stocks`,`Data`],category:`Math & Numbers`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.5 4v13.5a3 3 0 0 0 3 3H20`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m6.5 15 4.5-4.5 3.5 3.5L20 8.5`},[]]]),Wa=s({name:`Toolbox`,tags:[`Suitcase`,`Work`],category:`Business`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 10a3 3 0 0 1 3-3h12.5a3 3 0 0 1 3 3v7.5a3 3 0 0 1-3 3H5.75a3 3 0 0 1-3-3zM8 5.5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2V7H8zm.5 5.5v3m7-3v3M2.75 12.5h18.5`},[]]]),Ga=s({name:`Cake`,tags:[`Birthday`,`Party`],category:`Food & Drink`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.25 13.25a2.5 2.5 0 0 1 2.5-2.5h10.5a2.5 2.5 0 0 1 2.5 2.5v8H4.25z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.25 14.87 2.249 1.45a3 3 0 0 0 3.252 0l.623-.4a3 3 0 0 1 3.252 0l.623.4a3 3 0 0 0 3.252 0l2.249-1.45m1.5 6.375H2.75M12 2.75l1.414 1.414a2 2 0 1 1-2.828 0zm0 4.83v3.17`},[]]]),Ka=s({name:`Coffee Hot`,tags:[``],category:`Food & Drink`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.5 10.682c0-.875.71-1.585 1.585-1.585H16.52c.876 0 1.585.71 1.585 1.585v3.265a7.303 7.303 0 0 1-7.302 7.303v0A7.303 7.303 0 0 1 3.5 13.947z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.105 10.556h1.464A2.43 2.43 0 0 1 22 12.986v0a2.43 2.43 0 0 1-2.43 2.43h-1.465M6.421 3.75v2.43m4.382-2.43v2.43m4.381-2.43v2.43`},[]]]),qa=s({name:`Cookies`,tags:[``],category:`Food & Drink`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.076 10.535a2.75 2.75 0 0 0 3.89 0v0c.127-.128.362-.076.393.102a9.25 9.25 0 0 1-15.65 8.154 9.25 9.25 0 0 1 8.154-15.65c.178.031.23.266.102.394v0a2.75 2.75 0 0 0 2.333 4.667 2.75 2.75 0 0 0 .778 2.333`},[]],[`circle`,{cx:`8.5`,cy:`15.5`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`7.5`,cy:`9.5`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`12.5`,cy:`12.5`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`15.5`,cy:`16.5`,r:`1.25`,fill:`currentColor`},[]]]),Ja=s({name:`Drop`,tags:[`Water`,`Fill`,`Transparency`,`Transparent`,`Droplet`],category:`Food & Drink`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M12 21c-1.804 0-3.246-.566-4.397-1.446C2.38 15.557 5.832 8.09 10.801 3.522a1.767 1.767 0 0 1 2.398 0c4.97 4.568 8.42 12.035 3.198 16.032C15.246 20.434 13.804 21 12 21Z`},[]]]),Ya=s({name:`Hamburger`,tags:[``],category:`Food & Drink`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 3.724c-4.302 0-7.79 3.051-7.79 6.816h15.58c0-3.765-3.488-6.816-7.79-6.816`},[]],[`rect`,{width:`18.5`,height:`5.355`,x:`2.75`,y:`10.54`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.21 15.895h15.58l-.278 1.249a4 4 0 0 1-3.905 3.132H8.393a4 4 0 0 1-3.905-3.132zm10.926-2.833-2.162-2.522h5.842l-2.162 2.522a1 1 0 0 1-1.518 0`},[]]]),J=s({name:`Square Drag`,tags:[`Grab`,`Hand`,`Drop`,`Grabber`,`Dragging`],category:`Gestures`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.073 17.533v-3.864m2.544-2.937c0-.699-.57-1.265-1.272-1.265s-1.272.566-1.272 1.265v2.937m2.544-.444v-4.21c0-.698.57-1.265 1.272-1.265s1.272.567 1.272 1.266v1.716m0 0v2.493m0-2.493a1.273 1.273 0 0 1 2.545 0v1.717m0 0v.776m0-.776c0-.7.57-1.266 1.272-1.266s1.272.567 1.272 1.266V17.1a5.15 5.15 0 0 1-5.15 5.15h-2.31a5.55 5.55 0 0 1-5.541-5.872l.012-.201a2.4 2.4 0 0 1 1.67-2.146l1.142-.362`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.75 18.25a3 3 0 0 1-3-3v-8.5a3 3 0 0 1 3-3h8.5a3 3 0 0 1 2.959 2.5`},[]]]),Xa=s({name:`Cursor Drag`,tags:[`Grab`,`Hand`,`Drop`,`Grabber`],category:`Gestures`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.315 11.055v4.176m3.246-6.593V6.555c0-.892-.727-1.615-1.623-1.615s-1.623.723-1.623 1.615v3.747m3.246-.566V4.365a1.62 1.62 0 0 1 1.623-1.615c.897 0 1.623.723 1.623 1.615V9.73m0 .005v-3.18a1.624 1.624 0 0 1 3.246 0v2.19m0 0v.99m0-.99a1.62 1.62 0 0 1 1.624-1.615A1.62 1.62 0 0 1 20.3 8.745v5.935a6.57 6.57 0 0 1-6.57 6.57h-2.95a7.08 7.08 0 0 1-7.069-7.492l.015-.256a3.06 3.06 0 0 1 2.13-2.738l1.458-.462m0 0V11.4`},[]]]),Za=s({name:`Hand`,tags:[``],category:`Gestures`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4 10.059v3.424c0 1.853 0 2.78.221 3.536.527 1.8 1.935 3.216 3.735 3.846.6.176 1.196.363 2.344.532a5.8 5.8 0 0 0 2.014-.066c.303-.062.55-.115.758-.16.49-.106.98-.233 1.43-.454.508-.248.903-.506 1.475-.933.342-.255.655-.566 1.28-1.188l3.247-3.23a1.68 1.68 0 0 0 0-2.384 1.7 1.7 0 0 0-2.396 0l-2.25 2.239v-5.162`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.893 7.852V5.95c0-.815.664-1.475 1.483-1.475.818 0 1.482.66 1.482 1.475v4.424m-5.929-.319V3.95c0-.815.664-1.475 1.482-1.475.819 0 1.482.66 1.482 1.475v6.109M6.964 7.32v2.739-5.104a1.483 1.483 0 0 1 2.965 0v5.104M6.964 8.854V7.95c0-.815-.663-1.475-1.482-1.475C4.664 6.475 4 7.135 4 7.95v2.738`},[]]]),Qa=s({name:`Thumbs Down`,tags:[`Dislike`],category:`Gestures`,deprecated:!1},[[`rect`,{width:`4.2`,height:`13.296`,x:`21.25`,y:`16.799`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`,transform:`rotate(180 21.25 16.8)`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.05 14.475V6.503a3 3 0 0 0-3-3H7.177a2.5 2.5 0 0 0-2.412 1.843l-1.958 7.188a2.5 2.5 0 0 0 2.412 3.157h4.095V19.5a2 2 0 0 0 2 2h.036a2 2 0 0 0 1.67-.9z`},[]]]),Y=s({name:`Thumbs Up`,tags:[`Like`],category:`Gestures`,deprecated:!1},[[`rect`,{width:`4.2`,height:`13.296`,x:`3.25`,y:`7.201`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.45 9.526v7.97a3 3 0 0 0 3 3h6.873a2.5 2.5 0 0 0 2.412-1.842l1.958-7.188a2.5 2.5 0 0 0-2.412-3.157h-4.095V4.5a2 2 0 0 0-2-2h-.036a2 2 0 0 0-1.67.9z`},[]]]),$a=s({name:`Angle`,tags:[``],category:`Math & Numbers`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.25 4.25v12.5a3 3 0 0 0 3 3h12.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.25 10.356h.394a9 9 0 0 1 9 9v.394`},[]]]),eo=s({name:`Calculator`,tags:[`Solve`,`Math`],category:`Math & Numbers`,deprecated:!1},[[`rect`,{width:`14.5`,height:`18.5`,x:`4.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`rect`,{width:`7.5`,height:`3.75`,x:`8.25`,y:`6.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1`},[]],[`circle`,{cx:`8.5`,cy:`13.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`12`,cy:`13.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`15.5`,cy:`13.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`8.5`,cy:`17.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`12`,cy:`17.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`15.5`,cy:`17.5`,r:`1`,fill:`currentColor`},[]]]),to=s({name:`Hash`,tags:[`Hashtag`,`Tag`,`Category`,`Number`,`Count`,`Pound`],category:`Math & Numbers`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.778 8.395H21.25m-18.5 7.21h17.472M6.282 21.13 9.495 2.87m5.01 18.26 3.212-18.26`},[]]]),no=s({name:`Ruler`,tags:[`Measure`,`Length`,`Meter`,`Foot`,`Metre`,`Feet`,`Yard`],category:`Math & Numbers`,deprecated:!1},[[`rect`,{width:`9.5`,height:`18.5`,x:`6.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M6.75 12h4.5m-4.5-4.5h4.5m-4.5 9h4.5`},[]]]),ro=s({name:`Screen Size`,tags:[`Aspect Ratio`],category:`Math & Numbers`,deprecated:!1},[[`rect`,{width:`18.5`,height:`15.5`,x:`2.75`,y:`4.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.75 12.25v-4h4m6.5 3.5v4h-4`},[]]]),io=s({name:`Headphones`,tags:[``],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 17.368V12A9.25 9.25 0 0 0 12 2.75v0A9.25 9.25 0 0 0 2.75 12v5.368`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 13.321h4a1.5 1.5 0 0 1 1.5 1.5v4.429a2 2 0 0 1-2 2h-1.5a2 2 0 0 1-2-2zm13 1.5a1.5 1.5 0 0 1 1.5-1.5h4v5.929a2 2 0 0 1-2 2h-1.5a2 2 0 0 1-2-2z`},[]]]),ao=s({name:`Movie`,tags:[`Video`,`Film`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 7.5a3 3 0 0 1 3-3h12.5a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H5.75a3 3 0 0 1-3-3zM7 5v14M17 5v14M2.75 9.5H7m-4.25 5H7m10-5h4.25m-4.25 5h4.25`},[]]]),oo=s({name:`Music Note`,tags:[`Song`,`Double`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.962 17.968V6.696a1.5 1.5 0 0 1 1.106-1.447l8.15-2.223a1.5 1.5 0 0 1 1.895 1.447v11.468M8.963 9.92l11.15-3.04M8.962 17.968a3.041 3.041 0 1 1-6.082 0 3.041 3.041 0 0 1 6.082 0`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.113 15.94a3.041 3.041 0 1 1-6.082 0 3.041 3.041 0 0 1 6.082 0`},[]]]),so=s({name:`Music Note 2`,tags:[`Song`,`Single`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.5 17.25a4 4 0 1 1-8 0 4 4 0 0 1 8 0m0 0v-9m0 0 4.83 2.415a1.5 1.5 0 0 0 2.17-1.342V7.177a1.5 1.5 0 0 0-.83-1.342l-4.723-2.361a1 1 0 0 0-1.447.894z`},[]]]),co=s({name:`Soundwave`,tags:[`Audio`,`EQ`,`Waveform`,`mp3`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 20.75V3.25m8 11.71V9.04M4 14.96V9.04m12 8.872V6.088M8 17.912V6.088`},[]]]),X=s({name:`Volume`,tags:[`Sound`,`Audio`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.253 19.4 7.99 15.782a1 1 0 0 0-.647-.238H4.75a2 2 0 0 1-2-2v-3.086a2 2 0 0 1 2-2h2.594a1 1 0 0 0 .647-.238l4.262-3.62a1 1 0 0 1 1.647.762V18.64a1 1 0 0 1-1.647.762Z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.664 8.542c.48.35.88.854 1.158 1.462.277.607.424 1.295.424 1.996 0 .7-.147 1.39-.424 1.996-.278.607-.677 1.112-1.158 1.462M18.7 6.424c.775.565 1.42 1.378 1.867 2.357.447.978.683 2.089.683 3.219s-.236 2.24-.683 3.22c-.448.978-1.092 1.791-1.867 2.356`},[]]]),lo=s({name:`Volume Low`,tags:[`Sound`,`Audio`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.253 19.4 7.99 15.782a1 1 0 0 0-.647-.238H4.75a2 2 0 0 1-2-2v-3.086a2 2 0 0 1 2-2h2.594a1 1 0 0 0 .647-.238l4.262-3.62a1 1 0 0 1 1.647.762V18.64a1 1 0 0 1-1.647.762Z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.664 8.542c.48.35.88.854 1.158 1.462.277.607.423 1.295.423 1.996 0 .7-.146 1.39-.423 1.996-.278.607-.677 1.112-1.158 1.462`},[]]]),uo=s({name:`Volume Mute`,tags:[`Sound`,`Audio`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.253 19.4 7.99 15.782a1 1 0 0 0-.647-.238H4.75a2 2 0 0 1-2-2v-3.086a2 2 0 0 1 2-2h2.594a1 1 0 0 0 .647-.238l4.262-3.62a1 1 0 0 1 1.647.762V18.64a1 1 0 0 1-1.647.762Z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m16.53 9.64 4.72 4.72m0-4.72-4.72 4.72`},[]]]),fo=s({name:`Leaf`,tags:[`Leaf One`,`1`],category:`Nature`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.508 16.223a6.38 6.38 0 0 1-9.016 0 6.367 6.367 0 0 1 0-9.009l3.094-3.091a2 2 0 0 1 2.828 0l3.094 3.091a6.367 6.367 0 0 1 0 9.01M12 12.265v9.025`},[]]]),po=s({name:`Leaf Three`,tags:[`Leaf 3`],category:`Nature`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.526 7.499a4.75 4.75 0 0 1 4.75-4.75h2.217c.887 0 1.33 0 1.669.172.298.152.54.394.692.692.172.339.172.782.172 1.669v2.217c0 .433-.058.853-.167 1.252m-10.716 2.84 2.3 2.301m5.624 1.288-6.071 6.071M12.012 9.81a6.03 6.03 0 0 1 3.423-1.059h2.424M12.012 9.81a4.85 4.85 0 0 0-4.163-2.361H5.586c-.905 0-1.358 0-1.704.176a1.6 1.6 0 0 0-.706.706C3 8.677 3 9.13 3 10.035v2.262a4.85 4.85 0 0 0 6.7 4.483m2.312-6.97a6.1 6.1 0 0 0-1.54 1.523 6 6 0 0 0-1.029 2.56M17.86 8.75h.404c1.132 0 1.698 0 2.13.22.38.194.689.503.883.884.22.432.22.997.22 2.129v2.828A6.06 6.06 0 0 1 9.7 16.78m-.258-2.888A6.1 6.1 0 0 0 9.7 16.78`},[]]]),mo=s({name:`Leaf Two`,tags:[`Leaf One`],category:`Nature`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m7.35 8.1 1.93 1.93m5.277 3.663L8 20.25m4.872-13.162a6.5 6.5 0 0 1 2.082-.338h3.055c1.222 0 1.833 0 2.3.238.41.209.744.543.953.953.238.467.238 1.078.238 2.3v3.055a6.546 6.546 0 0 1-13.062.625m4.434-6.833a5.09 5.09 0 0 0-4.78-3.338H5.714c-.95 0-1.425 0-1.788.185a1.7 1.7 0 0 0-.742.742C3 5.04 3 5.515 3 6.465v2.376a5.09 5.09 0 0 0 5.438 5.08m4.434-6.833A6.57 6.57 0 0 0 9.28 10.03m-.842 3.89a6.5 6.5 0 0 1 .842-3.89`},[]]]),ho=s({name:`History`,tags:[``],category:`Miscellaneous`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.281 14.385a8.25 8.25 0 1 0 .824-6.26l-.477.88m-.523-4.63v3.75a1 1 0 0 0 .523.88m4.227.12h-3.75a1 1 0 0 1-.477-.12`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.25 8v4.25l3.685 2.117`},[]]]),go=s({name:`Question`,tags:[``],category:`Miscellaneous`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.817 8.808a4.183 4.183 0 1 1 7.518 2.526l-.133.145c-.065.07-.29.286-.363.347a4 4 0 0 1-.353.266l-1.517 1.045a2.81 2.81 0 0 0-1.215 2.315`},[]],[`circle`,{cx:`11.754`,cy:`19.141`,r:`.984`,fill:`currentColor`},[]]]),_o=s({name:`Question Circle`,tags:[`Help`,`Support`],category:`Miscellaneous`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.301 9.709a2.699 2.699 0 1 1 4.85 1.63 4 4 0 0 1-.32.317c-.092.078-.137.11-.227.171l-.979.675a1.81 1.81 0 0 0-.784 1.493`},[]],[`circle`,{cx:`11.828`,cy:`16.74`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]]]),vo=s({name:`Sparkle`,tags:[`Flare`,`AI`,`Sparkles`,`Smart`,`Enhanced`],category:`Miscellaneous`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.256 3.567c.266-.675 1.222-.675 1.488 0l2.047 5.19a.8.8 0 0 0 .451.452l5.191 2.047c.675.266.675 1.222 0 1.488l-5.19 2.047a.8.8 0 0 0-.452.451l-2.047 5.191c-.266.675-1.222.675-1.488 0l-2.047-5.19a.8.8 0 0 0-.451-.452l-5.191-2.047c-.675-.266-.675-1.222 0-1.488l5.19-2.047a.8.8 0 0 0 .452-.451z`},[]],[`circle`,{cx:`5.25`,cy:`5.25`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`19`,cy:`19`,r:`1`,fill:`currentColor`},[]]]),yo=s({name:`Align Bottom`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 21.25h18.5`},[]],[`rect`,{width:`6`,height:`10`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(-1 0 0 1 19.75 7.75)`},[]],[`rect`,{width:`6`,height:`15`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(-1 0 0 1 10.25 2.75)`},[]]]),bo=s({name:`Align Horizontal Centers`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.75 12h1.5m-11 0h3.5m-11 0h1.5`},[]],[`rect`,{width:`6`,height:`10`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(-1 0 0 1 19.75 7)`},[]],[`rect`,{width:`6`,height:`15`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(-1 0 0 1 10.25 4.5)`},[]]]),xo=s({name:`Align Left`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 2.75v18.5`},[]],[`rect`,{width:`6`,height:`10`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(0 -1 -1 0 16.25 19.75)`},[]],[`rect`,{width:`6`,height:`15`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(0 -1 -1 0 21.25 10.25)`},[]]]),So=s({name:`Align Right`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 2.75v18.5`},[]],[`rect`,{width:`6`,height:`10`,x:`7.75`,y:`19.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`rotate(-90 7.75 19.75)`},[]],[`rect`,{width:`6`,height:`15`,x:`2.75`,y:`10.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`rotate(-90 2.75 10.25)`},[]]]),Co=s({name:`Align Top`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 2.75h18.5`},[]],[`rect`,{width:`6`,height:`10`,x:`19.75`,y:`16.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`rotate(180 19.75 16.25)`},[]],[`rect`,{width:`6`,height:`15`,x:`10.25`,y:`21.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`rotate(180 10.25 21.25)`},[]]]),wo=s({name:`Align Vertical Centers`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 19.75v1.5m0-11v3.5m0-11v1.5`},[]],[`rect`,{width:`6`,height:`10`,x:`7`,y:`19.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`rotate(-90 7 19.75)`},[]],[`rect`,{width:`6`,height:`15`,x:`4.5`,y:`10.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`rotate(-90 4.5 10.25)`},[]]]),To=s({name:`Archive`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.25 12.5h3.5m-10-5.25a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5zm0 1.5h16.5`},[]]]),Eo=s({name:`Archive Add 2`,tags:[`UPDATE`],category:`Organization`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.25 12.5h2.063m7.937-1.687V7.25a3.5 3.5 0 0 0-3.5-3.5h-9.5a3.5 3.5 0 0 0-3.5 3.5v9.5a3.5 3.5 0 0 0 3.5 3.5h3.594M3.75 8.75h16.5`},[]]]),Do=s({name:`Board`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.75 4H6.25a3.5 3.5 0 0 0-3.5 3.5v9a3.5 3.5 0 0 0 3.5 3.5h11.5a3.5 3.5 0 0 0 3.5-3.5v-9a3.5 3.5 0 0 0-3.5-3.5`},[]],[`path`,{fill:`currentColor`,d:`M17.1 6.95H6.9a1.2 1.2 0 0 0-1.2 1.2v.483a1.2 1.2 0 0 0 1.2 1.2h10.2a1.2 1.2 0 0 0 1.2-1.2V8.15a1.2 1.2 0 0 0-1.2-1.2m0 5.64h-2.9a1.2 1.2 0 0 0-1.2 1.2v2.06a1.2 1.2 0 0 0 1.2 1.2h2.9a1.2 1.2 0 0 0 1.2-1.2v-2.06a1.2 1.2 0 0 0-1.2-1.2m-8.1 0H6.9a1.2 1.2 0 0 0-1.2 1.2v2.06a1.2 1.2 0 0 0 1.2 1.2H9a1.2 1.2 0 0 0 1.2-1.2v-2.06a1.2 1.2 0 0 0-1.2-1.2`},[]]]),Oo=s({name:`Bookmark`,tags:[`Favorite`],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.75 20.113c0 .498.554.803.983.54l5.702-3.48a1.09 1.09 0 0 1 1.13 0l5.702 3.48a.644.644 0 0 0 .983-.54V6.25a3 3 0 0 0-3-3h-8.5a3 3 0 0 0-3 3z`},[]]]),ko=s({name:`Bookmark Add`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V6h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 0 1-1 0V7h-2.493a.5.5 0 1 1 0-1H17V3.507a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.25 13.5v6.613a.644.644 0 0 1-.983.54l-5.702-3.48a1.09 1.09 0 0 0-1.13 0l-5.702 3.48a.644.644 0 0 1-.983-.54V6.25a3 3 0 0 1 3-3h3.31`},[]]]),Ao=s({name:`Bookmark Multiple`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 20.654a.6.6 0 0 0 .916.51l5.308-3.282a1 1 0 0 1 1.052 0l5.308 3.282a.6.6 0 0 0 .916-.51V8.75a3 3 0 0 0-3-3h-7.5a3 3 0 0 0-3 3z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 17.65v-8.9a6 6 0 0 0-6-6h-6.5`},[]]]),jo=s({name:`Center Horizontal`,tags:[`Stats`,`Statistics`,`Data`,`Graph`,`Chart`],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 20.25V3.75m-16.5 16.5V3.75`},[]],[`rect`,{width:`6`,height:`13`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(-1 0 0 1 15 5.5)`},[]]]),Mo=s({name:`Center Vertical`,tags:[`Stats`,`Statistics`,`Data`,`Graph`,`Chart`],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 20.25h16.5M3.75 3.75h16.5`},[]],[`rect`,{width:`6`,height:`13`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(0 -1 -1 0 18.5 15)`},[]]]),No=s({name:`Filter`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 7.25h15M7.385 12h9.23m-6.345 4.75h3.46`},[]]]),Po=s({name:`Filter 2`,tags:[`Funnel`],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.145 17.704v-3.976c0-.381 0-.572-.044-.75a1.5 1.5 0 0 0-.192-.446c-.1-.155-.238-.286-.515-.548L3.578 7.43a2.648 2.648 0 0 1 1.82-4.572h13.189a2.664 2.664 0 0 1 1.852 4.579l-4.765 4.607c-.27.261-.405.392-.501.545a1.5 1.5 0 0 0-.187.441c-.044.176-.044.364-.044.74v3.935c0 .542 0 .813-.062 1.057a2 2 0 0 1-.641 1.027c-.192.163-.436.282-.923.52-1.14.557-1.709.835-2.172.835a2 2 0 0 1-1.795-1.121c-.204-.416-.204-1.05-.204-2.318`},[]]]),Fo=s({name:`Filter Cancel`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 7.25h5.75M7.385 12H12m-1.73 4.75h3.46`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m-2.352-7.852a.5.5 0 0 1 .707 0L17.5 5.793l1.645-1.645a.5.5 0 1 1 .707.707L18.207 6.5l1.645 1.645a.5.5 0 0 1-.707.707L17.5 7.207l-1.645 1.645a.5.5 0 0 1-.707-.707L16.793 6.5l-1.645-1.645a.5.5 0 0 1 0-.707`,"clip-rule":`evenodd`},[]]]),Io=s({name:`Filter Cancel 2`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m17.52 10.25 2.919-2.814a2.664 2.664 0 0 0-1.852-4.579H5.397a2.648 2.648 0 0 0-1.82 4.572l4.817 4.555c.277.262.415.393.515.548a1.5 1.5 0 0 1 .192.446c.044.178.044.369.044.75v3.976c0 1.268 0 1.902.204 2.318a2 2 0 0 0 .901.91`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m-2.352-7.852a.5.5 0 0 1 .707 0l1.645 1.645 1.645-1.645a.5.5 0 1 1 .707.707L18.207 17.5l1.645 1.645a.5.5 0 0 1-.707.707L17.5 18.207l-1.645 1.645a.5.5 0 1 1-.707-.707l1.645-1.645-1.645-1.645a.5.5 0 0 1 0-.707`,"clip-rule":`evenodd`},[]]]),Lo=s({name:`Section Break`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 12h18.5M4 2.75V5.5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2.75M4 21.25V18.5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v2.75`},[]]]),Ro=s({name:`Tag`,tags:[`Label`],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.162 10.926 13.716 4.48a2.5 2.5 0 0 0-1.767-.732h-5.2a3 3 0 0 0-3 3v5.2a2.5 2.5 0 0 0 .731 1.768l6.445 6.446a4 4 0 0 0 5.657 0l1.79-1.79 1.79-1.79a4 4 0 0 0 0-5.657`},[]],[`circle`,{cx:`7.738`,cy:`7.738`,r:`1.277`,fill:`currentColor`,transform:`rotate(-45 7.738 7.738)`},[]]]),zo=s({name:`Tag Multiple`,tags:[`Tags`],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m18.828 9.629-5.48-5.492a3.02 3.02 0 0 0-2.196-.886l-4.324.086a2.52 2.52 0 0 0-2.467 2.472l-.086 4.334a3.03 3.03 0 0 0 .884 2.2l5.48 5.493a3.016 3.016 0 0 0 4.273 0l3.916-3.925a3.03 3.03 0 0 0 0-4.282`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.25 15.714 4.254 4.262a6.03 6.03 0 0 0 8.544 0l3.202-3.209`},[]],[`path`,{fill:`currentColor`,d:`M7.967 5.798a1.15 1.15 0 1 1 .002 2.298 1.15 1.15 0 0 1-.002-2.298`},[]]]),Bo=s({name:`Task List`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.25 4.5h11m-14-1.446L4.357 5.946 2.75 4.34m7.5 7.66h11m-14-1.446-2.893 2.892L2.75 11.84m7.5 7.66h11m-14-1.446-2.893 2.892L2.75 19.34`},[]]]),Vo=s({name:`Camera`,tags:[`Photo`,`Picture`,`Photography`,`Shot`,`Shoot`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.857 3.189h-1.714c-.681 0-1.022 0-1.331.094-.274.083-.529.22-.75.401-.25.205-.438.489-.816 1.056L7.103 6.454c-1.524 0-2.286 0-2.868.296a2.72 2.72 0 0 0-1.188 1.19c-.297.581-.297 1.343-.297 2.867v5.651c0 1.524 0 2.286.297 2.868.26.512.677.928 1.188 1.189.582.296 1.344.296 2.868.296h9.794c1.524 0 2.286 0 2.868-.296a2.72 2.72 0 0 0 1.188-1.19c.297-.581.297-1.343.297-2.867v-5.651c0-1.524 0-2.286-.297-2.868a2.72 2.72 0 0 0-1.188-1.189c-.582-.296-1.344-.296-2.868-.296L15.754 4.74c-.378-.567-.567-.85-.816-1.056a2.2 2.2 0 0 0-.75-.401c-.309-.094-.65-.094-1.331-.094`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.775 13.212a3.775 3.775 0 1 1-7.55 0 3.775 3.775 0 0 1 7.55 0`},[]]]),Ho=s({name:`Computer`,tags:[`All-in-one`,`AIO`,`Desktop`,`PC`],category:`Technology`,deprecated:!1},[[`rect`,{width:`18.5`,height:`15.031`,x:`2.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.11 17.781v3.469m5.78-3.469v3.469m-8.382 0h10.984`},[]]]),Uo=s({name:`Computer Mac`,tags:[`iMac`,`All-in-one`,`AIO`,`Desktop`,`Apple`,`Mac`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 6.25a3.5 3.5 0 0 1 3.5-3.5h11.5a3.5 3.5 0 0 1 3.5 3.5v8.031a3.5 3.5 0 0 1-3.5 3.5H6.25a3.5 3.5 0 0 1-3.5-3.5zm0 7.75h18.5M9.11 17.781v1.469a2 2 0 0 1-2 2h-.6m8.38-3.469v1.469a2 2 0 0 0 2 2h.6m-10.982 0h10.984`},[]]]),Wo=s({name:`Foldable Horizontal`,tags:[`Folding Phone`,`Z Fold`,`Dual Screen`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 5.25 5.223 3.601A2 2 0 0 0 2.75 5.545v12.91A2 2 0 0 0 5.223 20.4L12 18.75m0-13.5v13.5m0-13.5 6.777-1.649a2 2 0 0 1 2.473 1.944v12.91a2 2 0 0 1-2.473 1.944L12 18.75`},[]]]),Go=s({name:`Foldable Horizontal Half`,tags:[`Folding Phone`,`Z Fold`,`Dual Screen`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m12 5.25 6.777-1.649a2 2 0 0 1 2.473 1.944v12.91a2 2 0 0 1-2.473 1.944L12 18.75z`},[]],[`path`,{stroke:`currentColor`,"stroke-dasharray":`2.5 3`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m9.5 19.358-4.895 1.19a1.5 1.5 0 0 1-1.855-1.457V4.91a1.5 1.5 0 0 1 1.855-1.46L9.5 4.641`},[]]]),Ko=s({name:`Foldable Vertical`,tags:[`Folding Phone`,`Z Flip`,`Dual Screen`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m6.375 12-1.39 6.853a2 2 0 0 0 1.961 2.397h10.108a2 2 0 0 0 1.96-2.397L17.625 12m-11.25 0h11.25m-11.25 0-1.39-6.853A2 2 0 0 1 6.947 2.75h10.108a2 2 0 0 1 1.96 2.397L17.625 12`},[]]]),qo=s({name:`Foldable Vertical Half`,tags:[`Folding Phone`,`Z Flip`,`Dual Screen`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m17.25 12 1.648 6.777a2 2 0 0 1-1.943 2.473h-9.91A2 2 0 0 1 5.1 18.777L6.75 12z`},[]],[`path`,{stroke:`currentColor`,"stroke-dasharray":`2 3`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m6.142 9.5-1.19-4.895A1.5 1.5 0 0 1 6.408 2.75H17.59a1.5 1.5 0 0 1 1.458 1.855L17.859 9.5`},[]]]),Jo=s({name:`Game`,tags:[`Controller`,`Xbox`,`PlayStation`,`Arcade`,`Gaming`,`Steam`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.031 3.887H7.97a5.22 5.22 0 0 0-5.219 5.22v8.265c0 2.075 2.533 3.085 3.962 1.581l2.976-3.134h4.624l2.875 3.46c1.374 1.654 4.063.682 4.063-1.467V9.106a5.22 5.22 0 0 0-5.219-5.219M8.138 8.39v4m-2-2h4`},[]],[`circle`,{cx:`14.662`,cy:`9.39`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`16.862`,cy:`11.59`,r:`1`,fill:`currentColor`},[]]]),Yo=s({name:`Keyboard`,tags:[`Peripheral`],category:`Technology`,deprecated:!1},[[`rect`,{width:`18.5`,height:`13.5`,x:`2.75`,y:`5.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8 15.38h8`},[]],[`circle`,{cx:`7.5`,cy:`8.875`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`10.5`,cy:`8.875`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`13.5`,cy:`8.875`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`16.5`,cy:`8.875`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`7.5`,cy:`11.875`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`10.5`,cy:`11.875`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`13.5`,cy:`11.875`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`16.5`,cy:`11.875`,r:`1`,fill:`currentColor`},[]]]),Xo=s({name:`Laptop`,tags:[`Computer`,`PC`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.75 7a2 2 0 0 1 2-2h10.5a2 2 0 0 1 2 2v9H4.75zm-2 10a1 1 0 0 1 1-1h16.5a1 1 0 0 1 1 1v1a2 2 0 0 1-2 2H4.75a2 2 0 0 1-2-2z`},[]]]),Zo=s({name:`Motherboard`,tags:[`Computer Board`,`Chip`,`Components`,`Transistor`,`Silicon`,`PC`,`CPU`],category:`Technology`,deprecated:!1},[[`rect`,{width:`13.5`,height:`13.5`,x:`5.25`,y:`5.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.75 8.75h2.5M18.75 12h2.5m-2.5 3.25h2.5m-6 3.5v2.5M12 18.75v2.5m-3.25-2.5v2.5m-6-12.5h2.5M2.75 12h2.5m-2.5 3.25h2.5m10-12.5v2.5M12 2.75v2.5m-3.25-2.5v2.5`},[]],[`rect`,{width:`5`,height:`5`,x:`9.5`,y:`9.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1`},[]]]),Qo=s({name:`Phone`,tags:[`iPhone`,`Samsung Galaxy`,`Mobile`,`Android`,`iOS`,`Smartphone`],category:`Technology`,deprecated:!1},[[`rect`,{width:`12.5`,height:`18.5`,x:`5.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11 17.75h2`},[]]]),$o=s({name:`Printer`,tags:[``],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.75 17v1.05c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874c.428.218.988.218 2.108.218h4.1c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874c.218-.428.218-.988.218-2.108V17m-10.5 0v-1.05c0-1.12 0-1.68.218-2.108a2 2 0 0 1 .874-.874c.428-.218.988-.218 2.108-.218h4.1c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874c.218.428.218.988.218 2.108V17m-10.5 0h-.8c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874c-.218-.428-.218-.988-.218-2.108v-3c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.03 6 5.87 6 7.55 6h8.9c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311c.327.642.327 1.482.327 3.162v3c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C19.73 17 19.17 17 18.05 17h-.8M6.75 4.25a1.5 1.5 0 0 1 1.5-1.5h7.5a1.5 1.5 0 0 1 1.5 1.5V6H6.75z`},[]]]),es=s({name:`TV`,tags:[`Television`],category:`Technology`,deprecated:!1},[[`rect`,{width:`18.5`,height:`13`,x:`2.75`,y:`4`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7 20h10`},[]]]),ts=s({name:`Tablet`,tags:[`iPad`],category:`Technology`,deprecated:!1},[[`rect`,{width:`18.5`,height:`15`,x:`2.75`,y:`4.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10 16h4`},[]]]),ns=s({name:`Watch`,tags:[`Apple Watch`,`Watch`,`Samsung Galaxy`,`Clock`,`Time`,`Smartwatch`,`Tracker`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.314 12a6.3 6.3 0 0 0-2.623-5.123v-2.92c0-.805-.652-1.457-1.457-1.457H9.766c-.805 0-1.457.652-1.457 1.457v2.92A6.3 6.3 0 0 0 5.686 12m12.628 0a6.3 6.3 0 0 1-2.623 5.123v2.92c0 .805-.652 1.457-1.457 1.457H9.766a1.457 1.457 0 0 1-1.457-1.457v-2.92A6.3 6.3 0 0 1 5.686 12m12.628 0a6.314 6.314 0 1 1-12.628 0m12.628 0a6.314 6.314 0 1 0-12.628 0`},[]]]),rs=s({name:`Brightness`,tags:[`Weather Sunny`],category:`Weather`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`4.25`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 2.75v1.5M5.46 5.46l1.06 1.06M12 19.75v1.5m5.48-3.77 1.06 1.06M2.75 12h1.5m1.21 6.54 1.06-1.06M19.75 12h1.5m-3.77-5.48 1.06-1.06`},[]]]),os=s({name:`Moon`,tags:[`Crescent`,`Dark`,`Dark Mode`,`Dark Theme`],category:`Weather`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.578 3.512a6.307 6.307 0 0 0 8.91 8.91.45.45 0 0 1 .466-.095c.176.067.29.24.275.428A9.255 9.255 0 1 1 5.461 5.45a9.22 9.22 0 0 1 5.784-2.68.42.42 0 0 1 .428.275c.06.16.02.34-.095.466Z`},[]]]),ss=s({name:`Weather Cloudy`,tags:[``],category:`Weather`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.465 13.796a3.43 3.43 0 0 1-.715-2.101 3.457 3.457 0 0 1 3.114-3.437.31.31 0 0 0 .276-.305A3.46 3.46 0 0 1 9.603 4.5c.88 0 1.682.327 2.293.866m4.665 6.083a3.46 3.46 0 0 0-3.493-3.453 3.46 3.46 0 0 0-3.432 3.453c0 .157-.12.29-.276.305a3.46 3.46 0 0 0-3.114 3.437 3.46 3.46 0 0 0 3.462 3.453h8.08a3.46 3.46 0 0 0 3.462-3.453 3.46 3.46 0 0 0-3.462-3.454h-.95a.283.283 0 0 1-.277-.288`},[]]]),cs=s({name:`Branch`,tags:[``],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7 8.25a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5m0 0v7.5m0-7.5c0 2.9 2.35 5.25 5.25 5.25h2M7 15.75a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5m7.25-2.25a2.75 2.75 0 1 0 5.5 0 2.75 2.75 0 0 0-5.5 0`},[]]]),ls=s({name:`Ubuntu`,tags:[`Canonical`,`Linux`,`Mark Shuttleworth`,`Open Source`],category:`Logos & Brands`,deprecated:!1},[[`circle`,{cx:`12.75`,cy:`12`,r:`4.75`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.546 20.054a8.254 8.254 0 0 1-9.67-5.582m13.95 3.109A8.22 8.22 0 0 0 21 12a8.22 8.22 0 0 0-2.174-5.582m-4.28-2.473a8.254 8.254 0 0 0-9.67 5.582`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M15.625 16.98a2.5 2.5 0 1 1 2.5 4.33 2.5 2.5 0 0 1-2.5-4.33ZM4.5 9.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm11.125-6.81a2.5 2.5 0 1 1 2.5 4.33 2.5 2.5 0 0 1-2.5-4.33Z`},[]]]),us=s({name:`Linux`,tags:[`Tux`,`GNU/Linux`,`Penguin`,`Operating System`,`OS`,`Linus Torvalds`,`Open Source`],category:`Logos & Brands`,deprecated:!1},[[`rect`,{width:`1.48`,height:`1.48`,x:`12.671`,y:`5.713`,fill:`currentColor`,rx:`.74`},[]],[`rect`,{width:`1.48`,height:`1.48`,x:`10.381`,y:`5.713`,fill:`currentColor`,rx:`.74`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.603 20.846a1.916 1.916 0 0 0 3.253.436l1.852-2.308a.69.69 0 0 0-.193-1.03l-1.538-.888m-3.374 3.79a5.9 5.9 0 0 1-2.337.476 5.9 5.9 0 0 1-2.453-.526m4.79.05a1.92 1.92 0 0 1-.028-1.457l.89-2.29m-5.652 3.697a1.916 1.916 0 0 1-2.474 1.074L4.58 20.795a.69.69 0 0 1-.347-.989l1.661-2.878a.69.69 0 0 1 .542-.343m3.377 4.21a1.92 1.92 0 0 0-.58-2.207l-.02-.017m-2.777-1.986a6 6 0 0 1-.125-1.218 5.92 5.92 0 0 1 1.16-3.531c.809-1.098 1.588-2.313 1.588-3.677V6.206a3.206 3.206 0 1 1 6.413 0V8.16c0 1.364.78 2.58 1.589 3.676a5.93 5.93 0 0 1 1.16 3.532c0 .586-.085 1.153-.244 1.688m-11.541-.47a.7.7 0 0 1 .488.15l2.288 1.836m8.766-1.516-1.341-.774a.69.69 0 0 0-.989.348l-.182.47m0 0c-.106-2.161-1.498-4.939-3.2-4.939-1.771 0-3.207 3.007-3.207 5.197 0 .423.054.831.153 1.214`},[]],[`path`,{fill:`currentColor`,d:`M11.08 8.272a.6.6 0 0 0-.46.984l1.185 1.423a.6.6 0 0 0 .922 0l1.185-1.423a.6.6 0 0 0-.461-.984z`},[]]]),ds=s({name:`Webpack`,tags:[`Module Bundler`,`JavaScript`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 12 7.435 9.364M12 12l4.565-2.636M12 12v5.272m-8.01-.647c.178.31.437.573.757.757l6.218 3.59c.32.186.678.278 1.035.278m-8.01-4.625a2.07 2.07 0 0 1-.278-1.035V8.41c0-.37.099-.726.277-1.035m0 9.25 3.446-1.99M12 21.25a2.07 2.07 0 0 0 1.035-.277l6.218-3.59c.32-.185.58-.449.758-.758M12 21.25v-3.978m8.01-.647-3.306-1.91-.136-.083m3.443 1.993c.178-.31.277-.665.277-1.035V8.41c0-.37-.099-.726-.277-1.035m0 0a2.07 2.07 0 0 0-.758-.757l-6.218-3.59A2.07 2.07 0 0 0 12 2.75m8.01 4.625-3.445 1.99M12 2.75a2.07 2.07 0 0 0-1.035.277l-6.218 3.59c-.32.185-.58.449-.758.758M12 2.75v3.978m-8.01.647 3.445 1.99m0 0c-.09.154-.139.332-.139.516v4.237c0 .185.05.363.139.518m0-5.272c.089-.155.218-.286.378-.379l3.67-2.118c.16-.092.338-.139.517-.139m4.565 2.636a1.03 1.03 0 0 0-.378-.379l-3.67-2.118A1.03 1.03 0 0 0 12 6.728m4.565 2.636c.09.155.139.333.139.517v4.237c0 .184-.049.36-.136.514m0 0c-.09.156-.22.29-.381.383l-3.67 2.118c-.16.092-.338.139-.517.139m-4.565-2.636c.089.155.218.286.378.379l3.67 2.118c.16.092.338.139.517.139`},[]]]),fs=s({name:`NPM`,tags:[`Node Package Manager`,`JavaScript`,`JS`,`Node.js`],category:`Logos & Brands`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`path`,{fill:`currentColor`,d:`M12 9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v11.25h-4z`},[]]]),ps=s({name:`NodeJS`,tags:[`Node Package Manager`,`JavaScript`,`JS`,`Node.js`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.75 8.5v7.964c0 .866-.456 1.626-1.142 2.052-.745.463-1.672.13-2.432-.308l-1.43-.826a2.07 2.07 0 0 1-1.034-1.792V8.41c0-.74.394-1.423 1.035-1.792l6.218-3.59a2.07 2.07 0 0 1 2.07 0l6.218 3.59a2.07 2.07 0 0 1 1.035 1.792v7.18a2.07 2.07 0 0 1-1.035 1.792l-6.218 3.59a2.07 2.07 0 0 1-2.07 0l-.989-.57`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.29 8.5h-2.75a1.75 1.75 0 0 0-1.75 1.75v0c0 .966.784 1.75 1.75 1.75h1c.966 0 1.75.784 1.75 1.75v0a1.75 1.75 0 0 1-1.75 1.75h-2.75`},[]]]),ms=s({name:`Bolt`,tags:[`Lightning`,`Strike`,`Flash`,`Zap`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.896 11.457c.64 0 .924.804.426 1.206l-10.45 8.434c-.505.407-1.238-.057-1.086-.687l1.615-6.696H4.104a.678.678 0 0 1-.455-1.182l10.63-9.604c.489-.442 1.257.002 1.118.646l-1.698 7.883z`},[]]]),hs=s({name:`Door`,tags:[`Closed`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.25 6.25a2.5 2.5 0 0 1 2.5-2.5h8.5a2.5 2.5 0 0 1 2.5 2.5v15H5.25zm-2.5 15h18.5`},[]],[`circle`,{cx:`15.25`,cy:`12.5`,r:`1.5`,fill:`currentColor`},[]]]),gs=s({name:`Open Source`,tags:[`Open Source Initiative`,`OSI`,`Free Software`,`FOSS`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.157 20.136c.211.51.8.757 1.284.492a9.25 9.25 0 1 0-8.882 0c.484.265 1.073.018 1.284-.492l1.358-3.28c.212-.51-.043-1.086-.478-1.426a3.7 3.7 0 1 1 4.554 0c-.435.34-.69.916-.478 1.426z`},[]]]),_s=s({name:`VueJS`,tags:[`JavaScript`,`Framework`,`Open Source`,`Evan You`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.701 4.57h3.161c.384 0 .739.202.936.531L12 8.791l2.203-3.69a1.09 1.09 0 0 1 .935-.531h3.16m-12.597 0h-1.86a1.09 1.09 0 0 0-.935 1.648l8.158 13.671a1.09 1.09 0 0 0 1.872 0l8.158-13.671a1.09 1.09 0 0 0-.935-1.648h-1.86M5.7 4.57 12 15.124 18.299 4.57`},[]]]),vs=s({name:`Record`,tags:[`Recording`,`Voice`],category:`Actions`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`circle`,{cx:`12`,cy:`12`,r:`5`,fill:`currentColor`},[]]]),ys=s({name:`Record Stop`,tags:[`Recording`,`Voice`],category:`Actions`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`rect`,{width:`8`,height:`8`,x:`8`,y:`8`,fill:`currentColor`,rx:`2`},[]]]),bs=s({name:`Door Open`,tags:[`Configure`,`Spanner`,`Options`,`Mechanism`,`Mechanic`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.157 20.517h.593a2.5 2.5 0 0 0 2.5-2.5V5.75a2.5 2.5 0 0 0-2.5-2.5h-9.5c-.55 0-1.06.178-1.473.48m-1.02 13.742a1.5 1.5 0 0 0 .86 1.357l5.896 2.775a1.5 1.5 0 0 0 2.138-1.358V8.387a1.5 1.5 0 0 0-.86-1.356l-7.014-3.3m0 0A2.5 2.5 0 0 0 4.75 5.75v11.722`},[]],[`circle`,{cx:`10.25`,cy:`12.75`,r:`1.25`,fill:`currentColor`},[]]]),xs=s({name:`Branch Pull Request`,tags:[`Git`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.25 5.5a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0m13 13a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0m-13 0a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0M5.5 8.25v7.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.5 15.75V8.5a3 3 0 0 0-3-3h-4.336M13.25 8l-1.793-1.793a1 1 0 0 1-.293-.707M13.25 3l-1.793 1.793a1 1 0 0 0-.293.707`},[]]]),Ss=s({name:`Candy`,tags:[`Halloween`,`Trick or Treat`],category:`Food & Drink`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.02 7.53 7.53 9.02A5.269 5.269 0 0 0 14 17.243M9.02 7.53q.294-.295.62-.533m-.62.532.62-.532m0 0q.177-.128.36-.24m0 11.106V6.757m0 0a5.28 5.28 0 0 1 4.288-.54 5.268 5.268 0 0 1 2.183 8.764l-1.49 1.49a5.3 5.3 0 0 1-.981.772m0-11.106v11.106`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.47 7.53a3.16 3.16 0 0 1 0-4.471 1.053 1.053 0 0 1 1.486-.005l2.99 2.99a1.053 1.053 0 0 1-.005 1.486 3.16 3.16 0 0 1-4.47 0M7.53 16.47a3.16 3.16 0 0 0-4.471 0 1.053 1.053 0 0 0-.005 1.486l2.99 2.99a1.053 1.053 0 0 0 1.486-.005 3.16 3.16 0 0 0 0-4.47`},[]]]),Cs=s({name:`Svelte`,tags:[`SvelteKit`,`Framework`,`JavaScript`,`Compiler`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.878 10.881a5.63 5.63 0 0 1-2.181 7.44l-3.757 2.175a5.596 5.596 0 0 1-7.656-2.057 5.63 5.63 0 0 1-.162-5.32 5.63 5.63 0 0 1 2.181-7.44l3.757-2.175a5.596 5.596 0 0 1 7.656 2.057 5.63 5.63 0 0 1 .162 5.32`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.011 8.912a2.2 2.2 0 0 0-.228-1.653 2.195 2.195 0 0 0-3-.813l-3.8 2.2a2.207 2.207 0 0 0-.798 3.012 2.195 2.195 0 0 0 3.001.813l1.628-.942a2.195 2.195 0 0 1 3 .813 2.207 2.207 0 0 1-.797 3.012l-3.8 2.2a2.195 2.195 0 0 1-3-.813 2.2 2.2 0 0 1-.228-1.653`},[]]]),ws=s({name:`Checkbox Indeterminate 2`,tags:[``],category:`System & Interface`,deprecated:!1},[[`rect`,{width:`18.5`,height:`18.5`,x:`2.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`path`,{fill:`currentColor`,d:`M7.113 6.25a.86.86 0 0 0-.863.862v9.775c0 .477.386.863.862.863h9.775a.863.863 0 0 0 .863-.863V7.114a.863.863 0 0 0-.863-.863z`},[]]]),Ts=s({name:`Checkbox Indeterminate`,tags:[``],category:`System & Interface`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.19 12H7.81`},[]]]),Es=s({name:`Checkbox Checked`,tags:[``],category:`System & Interface`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m16.512 9.107-5.787 5.786-3.237-3.232`},[]]]),Ds=s({name:`Brackets`,tags:[`Code`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.75 3.75h-2a2 2 0 0 0-2 2v12.5a2 2 0 0 0 2 2h2m6.5-16.5h2a2 2 0 0 1 2 2v12.5a2 2 0 0 1-2 2h-2`},[]]]),Os=s({name:`Comment Exclamation`,tags:[`Message`,`Important`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.09 2.75a4 4 0 0 0-4 4v6.208a4 4 0 0 0 4 4h.093v3.792a.5.5 0 0 0 .839.368l4.52-4.16h4.369a4 4 0 0 0 4-4V6.75a4 4 0 0 0-4-4z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 6.25v4`},[]],[`circle`,{cx:`12`,cy:`13.25`,r:`1`,fill:`currentColor`},[]]]),ks=s({name:`Dollar Circle`,tags:[`$`,`Money`,`Cash`,`Bill`,`Currency`],category:`Business`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M15.099 9.723s-.377-1.783-3.001-1.977m-2.957 7.108s.761 1.8 2.957 1.912m0-10.766v1.746m0 10.754v-1.734m0-9.02a7 7 0 0 0-.476-.017c-1.14 0-2.622.95-2.622 2.275 0 1.326 1.073 1.846 2.965 2.169s3.23 1.035 3.23 2.497-1.566 2.101-2.881 2.101a4 4 0 0 1-.216-.005`},[]],[`circle`,{cx:`12.25`,cy:`12.25`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]]]),As=s({name:`Regular Expression`,tags:[`RegExp`,`Text`,`Match`],category:`Text`,deprecated:!1},[[`circle`,{cx:`6.75`,cy:`17.25`,r:`3`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m16 3.75.003 4.996L20.25 6.25l-4.245 2.5 4.245 2.5-4.247-2.496L16 13.75l-.002-4.996-4.248 2.496 4.245-2.5-4.245-2.5 4.248 2.496z`},[]]]),js=s({name:`Ruler Diagonal`,tags:[`Measure`,`Length`,`Meter`,`Foot`,`Metre`,`Feet`,`Yard`],category:`Math & Numbers`,deprecated:!1},[[`rect`,{width:`9`,height:`19.5`,x:`15.712`,y:`1.924`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`rotate(45 15.712 1.924)`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M8.818 8.818 12 12m0-6.364 3.182 3.182M5.636 12l3.182 3.182`},[]]]),Ms=s({name:`TypeScript`,tags:[`Programming`,`Web`,`TS`,`Microsoft`],category:`Logos & Brands`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.25 11.25h-2a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-2m-4.75-6v6m-2-6h4`},[]]]),Ns=s({name:`Slash Square`,tags:[`Command`],category:`Actions`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m14.5 7-5 10`},[]]]),Ps=s({name:`Copyright`,tags:[`Legal`,`Rights`,`License`,`Protection`],category:`Business`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.828 14.828a4 4 0 1 1 0-5.656`},[]]]),Fs=s({name:`Copyleft`,tags:[`Legal`,`Rights`,`License`],category:`Business`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.172 14.828a4 4 0 1 0 0-5.656`},[]]]),Is=s({name:`Keyboard Command`,tags:[`Mac`,`macOS`,`Meta`,`Super`,`Cmd`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 5.751a3 3 0 0 1 3-3v0a3 3 0 0 1 3 3v3h-3a3 3 0 0 1-3-3m0 12.498a3 3 0 0 0 3 3v0a3 3 0 0 0 3-3v-3h-3a3 3 0 0 0-3 3m18.5-12.498a3 3 0 0 0-3-3v0a3 3 0 0 0-3 3v3h3a3 3 0 0 0 3-3m0 12.498a3 3 0 0 1-3 3v0a3 3 0 0 1-3-3v-3h3a3 3 0 0 1 3 3M8.75 8.751h6.5v6.5h-6.5z`},[]]]),Ls=s({name:`Bell Off`,tags:[`Notification`,`Alert`,`Do Not Disturb`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M10 21.25h4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.188 18.25H4.826a1 1 0 0 1-.848-1.53l1.089-1.74a3 3 0 0 0 .457-1.59V9.226c0-.788.14-1.543.398-2.242M7.62 4.458l.06-.055a6.477 6.477 0 0 1 10.798 4.825v4.161a3 3 0 0 0 .457 1.592l1.088 1.74q.068.106.104.219`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m20.719 21.782-3.531-3.531L5.922 6.985 2.218 3.282`},[]]]),Rs=s({name:`Bell Dot`,tags:[`New Notification`,`Alert`,`Unread`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.477 9.75v3.64a3 3 0 0 0 .456 1.59l1.09 1.74a1 1 0 0 1-.849 1.53H4.826a1 1 0 0 1-.848-1.53l1.088-1.74a3 3 0 0 0 .457-1.59V9.226A6.477 6.477 0 0 1 14.52 3.26`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M10 21.25h4`},[]],[`circle`,{cx:`18.5`,cy:`5.5`,r:`2.5`,fill:`currentColor`},[]]]),zs=s({name:`GitLab`,tags:[`Open Source`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.063 12.052a3.19 3.19 0 0 1-1.058 3.606l-6.706 5.164a2.13 2.13 0 0 1-2.598 0l-6.706-5.164a3.19 3.19 0 0 1-1.058-3.606L5.915 3.73l2.37 6.621c.15.423.552.706 1.001.706h5.428c.45 0 .85-.283 1.002-.706l2.37-6.621z`},[]]]),Bs=s({name:`ReactJS`,tags:[`Framework`,`JavaScript`,`Meta`,`Facebook`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 8.013c-5.385 0-9.75 1.785-9.75 3.987s4.365 3.987 9.75 3.987 9.75-1.785 9.75-3.987S17.385 8.013 12 8.013`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.423 10.006c-2.692-4.704-6.407-7.625-8.298-6.524-1.89 1.101-1.24 5.807 1.452 10.512 2.692 4.704 6.408 7.625 8.298 6.524s1.24-5.807-1.452-10.512`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.423 13.994c2.693-4.705 3.343-9.41 1.452-10.512-1.89-1.1-5.606 1.82-8.298 6.524s-3.342 9.41-1.452 10.512c1.89 1.1 5.606-1.82 8.298-6.524`},[]],[`circle`,{cx:`12`,cy:`12`,r:`1.5`,fill:`currentColor`},[]]]),Vs=s({name:`Infinity`,tags:[`Number`,`Infinite`],category:`Math & Numbers`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.872 9.172a3.72 3.72 0 0 1 5.419 0L12 12l-2.71 2.828a3.72 3.72 0 0 1-5.418 0c-1.496-1.562-1.496-4.094 0-5.656Zm16.256 0a3.72 3.72 0 0 0-5.419 0L12 12l2.71 2.828a3.72 3.72 0 0 0 5.418 0c1.496-1.562 1.496-4.094 0-5.656Z`},[]]]),Hs=s({name:`Math`,tags:[`Operations`,`Addition`,`Subtraction`,`Multiplication`,`Division`],category:`Math & Numbers`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M2.75 6.248h7m-3.5-3.5v7m8-3.5h7M3.45 20.552l2.8-2.8m0 0 2.8-2.8m-2.8 2.8-2.8-2.8m2.8 2.8 2.8 2.8m5.2-4.9h7m-7 4.2h7`},[]]]),Us=s({name:`Headphones Off`,tags:[`Audio`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M21.25 21.25 2.75 2.75`},[]],[`path`,{fill:`currentColor`,d:`M17.75 21.25h1.5c.552 0 1.052-.224 1.414-.586L15.75 15.75v3.5a2 2 0 0 0 2 2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 17v-5A9.25 9.25 0 0 0 12 2.75c-1.433 0-2.79.326-4 .907M2.75 17.368V12a9.22 9.22 0 0 1 2.71-6.54m15.79 7.861H17.5m-14.75 0h4a1.5 1.5 0 0 1 1.5 1.5v4.429a2 2 0 0 1-2 2h-1.5a2 2 0 0 1-2-2zm15 7.929h1.5c.552 0 1.052-.224 1.414-.586L15.75 15.75v3.5a2 2 0 0 0 2 2`},[]]]),Ws=s({name:`Android`,tags:[`Social`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.764 9.907a9.3 9.3 0 0 1 1.777 1.46 9.8 9.8 0 0 1 2.005 3.158c.343.873.564 1.791.655 2.727.054.55-.399.998-.951.998H3.75c-.552 0-1.005-.449-.951-.998.091-.936.312-1.854.655-2.727a9.8 9.8 0 0 1 2.005-3.157 9.3 9.3 0 0 1 1.777-1.461m9.528 0a9 9 0 0 0-1.224-.65 8.85 8.85 0 0 0-3.54-.74 8.85 8.85 0 0 0-3.54.74 9 9 0 0 0-1.224.65m9.528 0L18.49 6.75M7.236 9.907 5.51 6.75`},[]],[`circle`,{cx:`8.75`,cy:`14.063`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`15.25`,cy:`14.063`,r:`1.25`,fill:`currentColor`},[]]]),Gs=s({name:`Flag 2`,tags:[`Report`,`Checkpoint`,`Flagged`,`Font Awesome`,`Curved`,`Waving`,`Wave`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.25 15.182v6.07m0-6.07a7.5 7.5 0 0 1 7.25 0 7.5 7.5 0 0 0 6.936.164.57.57 0 0 0 .314-.518V3.682a7.5 7.5 0 0 1-7.25 0 7.5 7.5 0 0 0-6.722-.265.93.93 0 0 0-.528.855z`},[]]]),Ks=s({name:`Server`,tags:[`Internet`],category:`Communication & Cloud`,deprecated:!1},[[`rect`,{width:`18.5`,height:`7.5`,x:`2.75`,y:`2.751`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`circle`,{cx:`6.25`,cy:`6.501`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`10.25`,cy:`6.501`,r:`1.25`,fill:`currentColor`},[]],[`rect`,{width:`18.5`,height:`7.5`,x:`2.75`,y:`13.749`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`circle`,{cx:`6.25`,cy:`17.499`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`10.25`,cy:`17.499`,r:`1.25`,fill:`currentColor`},[]]]),qs=s({name:`Parentheses`,tags:[`Code`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.25 20.25a11.7 11.7 0 0 1-2.59-3.785c-.6-1.416-.91-2.933-.91-4.465s.31-3.05.91-4.465S7.14 4.833 8.25 3.75m7.5 16.5a11.7 11.7 0 0 0 2.59-3.785c.6-1.416.91-2.933.91-4.465s-.31-3.05-.91-4.465a11.7 11.7 0 0 0-2.59-3.785`},[]]]),Js=s({name:`CSS 2`,tags:[`CSS3`,`Stylesheet`,`Programming`,`Web`,`Cascading Style Sheet`,`Rebeccapurple`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 5.25a1.5 1.5 0 0 1 1.5-1.5h11.5a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.25 17.25h-1a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h1m4 0h-1a1 1 0 0 0-1 1v.5a1 1 0 0 0 1 1v0a1 1 0 0 1 1 1v.5a1 1 0 0 1-1 1h-1m6-5h-1a1 1 0 0 0-1 1v.5a1 1 0 0 0 1 1v0a1 1 0 0 1 1 1v.5a1 1 0 0 1-1 1h-1`},[]]]),Ys=s({name:`Bluesky`,tags:[`Bsky`,`Twitter`,`Butterfly`,`Social`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.247 5.646c.068-1.031-.695-1.98-1.702-1.724-3.68.933-6.648 5.997-7.545 7.755-.896-1.758-3.865-6.822-7.545-7.755-1.007-.255-1.77.693-1.702 1.724l.3 4.466c.151 2.28 2.116 4.014 4.41 3.894l.49-.036c-.039.007-2.904.518-3.39 1.981-.658 1.983 1.28 3.408 1.28 3.408.022.024 1.894 2.096 3.765.899 1.463-.71 2.393-4.01 2.393-4.01s.929 3.3 2.392 4.01c1.88 1.203 3.762-.896 3.764-.9.016-.01 1.935-1.431 1.28-3.407-.49-1.473-3.391-1.98-3.391-1.98l.493.035c2.293.12 4.258-1.615 4.41-3.894z`},[]]]),Xs=s({name:`Window Add`,tags:[`New Window`,`Create`,`Open`],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 8.25h16.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M20.25 10.736V7.75a4 4 0 0 0-4-4h-8.5a4 4 0 0 0-4 4v8.5a4 4 0 0 0 4 4h2.986`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),Zs=s({name:`File Multiple`,tags:[`Copy`,`Duplicate`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13.237 3.013c.319.144.613.345.866.596l5.033 5.002c.252.25.454.542.6.859m-6.5-6.457a3 3 0 0 0-1.22-.263H9.5A2.5 2.5 0 0 0 7 5.25v10.5a2.5 2.5 0 0 0 2.5 2.5h8a2.5 2.5 0 0 0 2.5-2.5v-5.066c0-.423-.092-.836-.265-1.214m-6.498-6.457v4.781a1.68 1.68 0 0 0 1.686 1.676h4.812`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4 6.75v9a5.5 5.5 0 0 0 5.5 5.5H16`},[]]]),Qs=s({name:`Photo Multiple`,tags:[`Images`,`Pictures`,`Collection`,`Gallery`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m17.603 18.25.107-.002-.085-.096-3.052-3.644m3.03 3.742h.647a3 3 0 0 0 2.952-2.465m-3.599 2.465H8.75a3 3 0 0 1-3-3v-.583m8.824-.159-2.943-3.513a1.823 1.823 0 0 0-2.796 0l-3.084 3.672m8.822-.159.195-.237 1.196-1.429a1.823 1.823 0 0 1 2.803.008l2.435 2.935M5.751 14.667V5.75a3 3 0 0 1 3-3h9.499a3 3 0 0 1 3 3v9.5q0 .274-.048.535`},[]],[`circle`,{cx:`16.318`,cy:`7.682`,r:`1.368`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M2.75 6.75v8.5a6 6 0 0 0 6 6h8.5`},[]]]),$s=s({name:`Comment Add`,tags:[`Message`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.91 12.958a4 4 0 0 1-4 4h-4.368l-4.52 4.16a.5.5 0 0 1-.839-.368v-3.792H7.09a4 4 0 0 1-4-4V6.749a4 4 0 0 1 4-4h4.161`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V6h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 0 1-1 0V7h-2.493a.5.5 0 1 1 0-1H17V3.507a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),ec=s({name:`Comment Add 2`,tags:[`Message`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.09 2.75a4 4 0 0 0-4 4v6.208a4 4 0 0 0 4 4h.093v3.792a.5.5 0 0 0 .839.368l4.52-4.16h4.369a4 4 0 0 0 4-4V6.75a4 4 0 0 0-4-4zM12 6.854v6m-3-3h6`},[]]]),Z=s({name:`Save Multiple`,tags:[`Floppy Disk`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.558 2.75H8.75a3 3 0 0 0-3 3v9.5a3 3 0 0 0 3 3h.173m.635-15.5v2.942a1.5 1.5 0 0 0 1.5 1.5h2.346a1.5 1.5 0 0 0 1.5-1.5V2.75m-5.346 0h5.346m0 0h.026a3 3 0 0 1 2.122.879l3.32 3.32a3 3 0 0 1 .878 2.12v6.181a3 3 0 0 1-3 3h-.173m-9.154 0V12.5a2 2 0 0 1 2-2h5.154a2 2 0 0 1 2 2v5.75m-9.154 0h9.154`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.25 21.25h-8.5a6 6 0 0 1-6-6v-8.5`},[]]]),tc=s({name:`Panel Bottom`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.25 20.25a3.5 3.5 0 0 1-3.5-3.5v-9.5a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5zm-3.5-5.797h16.5`},[]]]),nc=s({name:`Panel Bottom Open`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M3.75 16.75a3.5 3.5 0 0 0 3.5 3.5h9.5a3.5 3.5 0 0 0 3.5-3.5v-2.297H3.75z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 14.453v2.297a3.5 3.5 0 0 0 3.5 3.5h9.5a3.5 3.5 0 0 0 3.5-3.5v-2.297m-16.5 0V7.25a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5v7.203m-16.5 0h16.5`},[]]]),rc=s({name:`Split Vertical`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.25 3.75a3.5 3.5 0 0 0-3.5 3.5v9.5a3.5 3.5 0 0 0 3.5 3.5h9.5a3.5 3.5 0 0 0 3.5-3.5v-9.5a3.5 3.5 0 0 0-3.5-3.5zM3.75 12h16.5`},[]]]),ic=s({name:`Split Horizontal`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 7.25a3.5 3.5 0 0 0-3.5-3.5h-9.5a3.5 3.5 0 0 0-3.5 3.5v9.5a3.5 3.5 0 0 0 3.5 3.5h9.5a3.5 3.5 0 0 0 3.5-3.5zM12 3.75v16.5`},[]]]),ac=s({name:`Cancel Octagon`,tags:[`Stop`,`Sign`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.583 3.336a2 2 0 0 1 1.414-.586h6.006a2 2 0 0 1 1.414.586l4.247 4.247a2 2 0 0 1 .586 1.414v6.006a2 2 0 0 1-.586 1.414l-4.247 4.247a2 2 0 0 1-1.414.586H8.997a2 2 0 0 1-1.414-.586l-4.247-4.247a2 2 0 0 1-.586-1.414V8.997a2 2 0 0 1 .586-1.414z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m8.75 8.75 6.5 6.5m0-6.5-6.5 6.5`},[]]]),oc=s({name:`Folder Multiple`,tags:[`Folders`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 7.624v6.127a3.5 3.5 0 0 0 3.5 3.5h8.5a3.5 3.5 0 0 0 3.5-3.5V9.187a3.5 3.5 0 0 0-3.5-3.5l-4.25.001M2.75 7.624V5.749a2 2 0 0 1 2-2h2.775a2.5 2.5 0 0 1 1.768.732L10.5 5.688M2.75 7.624h4.779a2.5 2.5 0 0 0 1.767-.732L10.5 5.688`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 9.687v4.064a6.5 6.5 0 0 1-6.5 6.5h-8`},[]]]),sc=s({name:`Text Description`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M2.75 5.25h18.5M2.75 12h18.5m-18.5 6.75h13.5`},[]]]),cc=s({name:`Subtract Square Multiple`,tags:[``],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.38 10.63h6.5`},[]],[`rect`,{width:`14`,height:`14`,x:`3.63`,y:`3.63`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.63 7.63v7a6 6 0 0 1-6 6h-7`},[]]]),lc=s({name:`Subtract Square`,tags:[`Add Box`,`Plus`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.25 12h7.5`},[]],[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]]]),uc=s({name:`Sparkle 2`,tags:[`Flare`,`AI`,`Sparkles`,`Smart`,`Enhanced`],category:`Miscellaneous`,deprecated:!1},[[`path`,{fill:`currentColor`,stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m17.503 14.751.306.777c.3.763.904 1.366 1.666 1.667l.777.306-.777.307c-.762.3-1.365.904-1.666 1.666l-.306.777-.307-.777a2.96 2.96 0 0 0-1.666-1.666l-.777-.307.777-.306a2.96 2.96 0 0 0 1.666-1.667z`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.61 3.976c.08-.296.5-.296.58 0l.154.572a6.96 6.96 0 0 0 4.908 4.908l.572.154c.296.08.296.5 0 .58l-.572.154a6.96 6.96 0 0 0-4.908 4.908l-.154.572c-.08.296-.5.296-.58 0l-.154-.572a6.96 6.96 0 0 0-4.908-4.908l-.572-.154c-.296-.08-.296-.5 0-.58l.572-.154a6.96 6.96 0 0 0 4.908-4.908z`},[]]]),dc=s({name:`Cloud Add`,tags:[`Drive`,`Internet`,`Storage`,`OneDrive`,`Upload`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.33 18.5H7.375q-.09 0-.178-.005-.098.005-.197.005A4.25 4.25 0 0 1 7 10a.445.445 0 0 0 .431-.334 5.502 5.502 0 0 1 10.793.634`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.494a.5.5 0 0 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),fc=s({name:`Cloud Arrow Up`,tags:[`Drive`,`Internet`,`Storage`,`OneDrive`,`Upload`,`Synchronize`,`Backup`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.33 18.5H7.375q-.09 0-.178-.005-.098.005-.197.005A4.25 4.25 0 0 1 7 10a.445.445 0 0 0 .431-.334 5.502 5.502 0 0 1 10.793.634`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11m.5 8.455a.5.5 0 0 1-1 0v-4.703l-1.564 1.564a.5.5 0 0 1-.707-.707l2.417-2.418a.5.5 0 0 1 .708 0l2.417 2.418a.5.5 0 0 1-.707.707L18 15.752z`,"clip-rule":`evenodd`},[]]]),pc=s({name:`Cloud Arrow Down`,tags:[`Drive`,`Internet`,`Storage`,`OneDrive`,`Download`,`Restore`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.33 18.5H7.375q-.09 0-.178-.005-.098.005-.197.005A4.25 4.25 0 0 1 7 10a.445.445 0 0 0 .431-.334 5.502 5.502 0 0 1 10.793.634`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m.5-8.455a.5.5 0 0 0-1 0v4.703l-1.564-1.564a.5.5 0 0 0-.707.707l2.417 2.418a.5.5 0 0 0 .708 0l2.417-2.418a.5.5 0 0 0-.707-.707L18 19.248z`,"clip-rule":`evenodd`},[]]]),mc=s({name:`Cloud Off`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m2.75 21.25 18.5-18.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.772 7.229A5.48 5.48 0 0 1 18.268 11c0 .3.21.563.497.65a3.502 3.502 0 0 1-1.015 6.85H7.375q-.09 0-.178-.005a4.3 4.3 0 0 1-1.495-.197m-2.387-1.93A4.25 4.25 0 0 1 7 10a.445.445 0 0 0 .431-.333A5.5 5.5 0 0 1 14 5.638`},[]]]),hc=s({name:`Target`,tags:[`Bullseye`,`Store`],category:`Activities`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`circle`,{cx:`12`,cy:`12`,r:`5.25`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`circle`,{cx:`12`,cy:`12`,r:`2`,fill:`currentColor`},[]]]),gc=s({name:`Cylinder`,tags:[`Tube`],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.25 6.347c0 1.987-3.246 3.598-7.25 3.598s-7.25-1.61-7.25-3.598m14.5 0c0-1.986-3.246-3.597-7.25-3.597S4.75 4.36 4.75 6.347m14.5 0v11.306c0 1.986-3.246 3.597-7.25 3.597s-7.25-1.61-7.25-3.597V6.347`},[]]]),_c=s({name:`Cube`,tags:[`Box`,`Prism`],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m12 12 8.073-4.625M12 12 3.926 7.375M12 12v9.25m8.073-13.875a3.17 3.17 0 0 0-1.165-1.156l-5.316-3.046a3.2 3.2 0 0 0-3.184 0L5.092 6.22c-.493.282-.89.684-1.166 1.156m16.147 0c.275.472.427 1.015.427 1.58v6.09a3.15 3.15 0 0 1-1.592 2.736l-5.316 3.046A3.2 3.2 0 0 1 12 21.25M3.926 7.375a3.14 3.14 0 0 0-.426 1.58v6.09c0 1.13.607 2.172 1.592 2.736l5.316 3.046A3.2 3.2 0 0 0 12 21.25`},[]]]),vc=s({name:`Cone`,tags:[`Tube`],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.035 17.883c.716-.8 2.908-2.633 7.965-2.633s7.25 1.833 7.965 2.633m-15.93 0c-.043.43.084.852.424 1.15 1.01.89 3.239 2.217 7.541 2.217s6.531-1.328 7.541-2.216c.34-.3.467-.722.424-1.15m-15.93 0c.02-.201.077-.404.167-.595l6.44-13.678c.542-1.148 2.175-1.148 2.715 0l6.44 13.678c.09.191.148.394.168.594`},[]]]),yc=s({name:`Alert Rhombus`,tags:[`Diamond`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.775 14.475a3.5 3.5 0 0 1 0-4.95l5.75-5.75a3.5 3.5 0 0 1 4.95 0l5.75 5.75a3.5 3.5 0 0 1 0 4.95l-5.75 5.75a3.5 3.5 0 0 1-4.95 0z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 12.435v-5`},[]],[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(1 0 0 -1 10.75 17.06)`},[]]]),bc=s({name:`Diff`,tags:[`Add Subtract`,`Minus`,`Changes`,`Git`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5 10.25h7m0 0h7m-7 0v-7m0 7v7m-7 3.5h14`},[]]]),xc=s({name:`Chat Question`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 21.25a9.25 9.25 0 1 0-8.307-5.177c.108.22.144.468.089.706l-.816 3.536a.6.6 0 0 0 .72.72l3.535-.817a1.06 1.06 0 0 1 .706.09A9.2 9.2 0 0 0 12 21.25`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.301 9.709a2.699 2.699 0 1 1 4.85 1.63 4 4 0 0 1-.32.317c-.092.078-.137.11-.227.171l-.979.675a1.81 1.81 0 0 0-.784 1.493`},[]],[`circle`,{cx:`11.828`,cy:`16.74`,r:`1`,fill:`currentColor`},[]]]),Sc=s({name:`Info Square`,tags:[`Information`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M8.25 3.75a4.5 4.5 0 0 0-4.5 4.5v7.5a4.5 4.5 0 0 0 4.5 4.5h7.5a4.5 4.5 0 0 0 4.5-4.5v-7.5a4.5 4.5 0 0 0-4.5-4.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 11.435v5`},[]],[`circle`,{cx:`12`,cy:`8.06`,r:`1.25`,fill:`currentColor`},[]]]),Q=s({name:`Bullet List Square`,tags:[``],category:`Text`,deprecated:!1},[[`circle`,{cx:`7.877`,cy:`8.25`,r:`1`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M11.062 8.25h5.31`},[]],[`circle`,{cx:`7.877`,cy:`12`,r:`1`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M11.062 12h5.31`},[]],[`circle`,{cx:`7.877`,cy:`15.75`,r:`1`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M11.062 15.75h5.31`},[]],[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-width":`1.5`,rx:`4`},[]]]),Cc=s({name:`Bullet List Square Add`,tags:[``],category:`Text`,deprecated:!1},[[`circle`,{cx:`7.877`,cy:`8.25`,r:`1`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M11.062 8.25h5.31`},[]],[`circle`,{cx:`7.877`,cy:`12`,r:`1`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M11.062 12h1.31`},[]],[`circle`,{cx:`7.877`,cy:`15.75`,r:`1`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M20.25 10.25v-2.5a4 4 0 0 0-4-4h-8.5a4 4 0 0 0-4 4v8.5a4 4 0 0 0 4 4h2.5`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),wc=s({name:`Square Margins`,tags:[``],category:`Layout`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.75 3.75v16.5m8.5 0V3.75m-12.5 4h16.5m0 8.5H3.75`},[]]]),Tc=s({name:`Bullet List`,tags:[``],category:`Text`,deprecated:!1},[[`circle`,{cx:`4.443`,cy:`5.081`,r:`1.331`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.123 5.08h11.765`},[]],[`circle`,{cx:`4.443`,cy:`12`,r:`1.331`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.123 12h11.765`},[]],[`circle`,{cx:`4.443`,cy:`18.919`,r:`1.331`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.123 18.92h11.765`},[]]]),Ec=s({name:`Bullet List Tree`,tags:[``],category:`Organization`,deprecated:!1},[[`circle`,{cx:`4.443`,cy:`5.081`,r:`1.331`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.123 5.08h11.765`},[]],[`circle`,{cx:`4.443`,cy:`12`,r:`1.331`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.123 12h11.765`},[]],[`circle`,{cx:`9.701`,cy:`18.919`,r:`1.331`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.38 18.92h6.508`},[]]]),Dc=s({name:`Checkbox List`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.25 4.5h11`},[]],[`rect`,{width:`3.5`,height:`3.5`,x:`2.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.25 12h11`},[]],[`rect`,{width:`3.5`,height:`3.5`,x:`2.75`,y:`10.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.25 19.5h11`},[]],[`rect`,{width:`3.5`,height:`3.5`,x:`2.75`,y:`17.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.2`},[]]]),Oc=s({name:`Timer Off`,tags:[`Stopwatch`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M9 2.75h6M12 9.5V12m7.75-6.182-2.236 2.236M2.75 2.75l18.5 18.5m-3.071-3.071A7.75 7.75 0 0 0 7.32 7.32M5.361 9.5A7.75 7.75 0 0 0 16 20.14`},[]]]),kc=s({name:`Alarm Clock`,tags:[`Stopwatch`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m21.25 7.072-3.574-3.574M2.75 7.072l3.574-3.574`},[]],[`circle`,{cx:`12`,cy:`12.753`,r:`7.75`,stroke:`currentColor`,"stroke-width":`1.503`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.503`,d:`m17.514 18.267 2.236 2.235M6.486 18.267 4.25 20.502`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.9 8.353v4.25l3.685 2.117`},[]]]),Ac=s({name:`Box Add`,tags:[`Package`,`Amazon`,`Delivery`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m11 12 8.073-4.625M11 12 6.963 9.688M11 12v2.281m8.073-6.906a3.17 3.17 0 0 0-1.165-1.156L15.25 4.696m3.823 2.679c.275.472.427 1.015.427 1.58v1.608M2.926 7.374a3.14 3.14 0 0 0-.426 1.58v6.09c0 1.13.607 2.172 1.592 2.736l5.316 3.046A3.2 3.2 0 0 0 11 21.25M2.926 7.375a3.17 3.17 0 0 1 1.166-1.156l5.316-3.046a3.2 3.2 0 0 1 3.184 0l2.658 1.523M2.926 7.375l4.037 2.313m0 0 8.287-4.992`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),jc=s({name:`Dot Square`,tags:[``],category:`Shapes`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`circle`,{cx:`12`,cy:`12`,r:`2.5`,fill:`currentColor`},[]]]),Mc=s({name:`Dot Circle`,tags:[``],category:`Shapes`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`circle`,{cx:`12`,cy:`12`,r:`2.5`,fill:`currentColor`},[]]]),Nc=s({name:`Album`,tags:[``],category:`Media`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.25 3.75h-6v7.517a.2.2 0 0 0 .341.142l1.952-1.952a1 1 0 0 1 1.414 0l1.952 1.952a.2.2 0 0 0 .341-.142z`},[]]]),Pc=s({name:`Tag Add`,tags:[`Label`],category:`Organization`,deprecated:!1},[[`circle`,{cx:`8.658`,cy:`6.738`,r:`1.277`,fill:`currentColor`,transform:`rotate(-45 8.658 6.738)`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.668 10.5V5.748a3 3 0 0 1 3-3h5.2a2.5 2.5 0 0 1 1.768.732l6.445 6.446a4 4 0 0 1 0 5.656l-3.579 3.58a4 4 0 0 1-4.172.94`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M6.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H7v2.493a.5.5 0 1 1-1 0V18H3.507a.5.5 0 0 1 0-1H6v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),Fc=s({name:`Tag Remove`,tags:[`Label`],category:`Organization`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M6.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m-2.352-7.852a.5.5 0 0 1 .707 0L6.5 16.793l1.645-1.645a.5.5 0 1 1 .707.707L7.207 17.5l1.645 1.645a.5.5 0 1 1-.707.707L6.5 18.207l-1.645 1.645a.5.5 0 1 1-.707-.707L5.793 17.5l-1.645-1.645a.5.5 0 0 1 0-.707`,"clip-rule":`evenodd`},[]],[`circle`,{cx:`8.658`,cy:`6.738`,r:`1.277`,fill:`currentColor`,transform:`rotate(-45 8.658 6.738)`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.668 10.5V5.748a3 3 0 0 1 3-3h5.2a2.5 2.5 0 0 1 1.768.732l6.445 6.446a4 4 0 0 1 0 5.656l-3.579 3.58a4 4 0 0 1-4.172.94`},[]]]),Ic=s({name:`Pie Chart`,tags:[``],category:`Math & Numbers`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 2.75a9.25 9.25 0 1 0 8.01 4.625L12 12z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 2.75a9.25 9.25 0 1 0 8.01 13.875L12 12z`},[]]]),Lc=s({name:`File Text`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.688 3.063a3.5 3.5 0 0 1 1.027.712l5.968 5.97c.3.3.54.647.711 1.026m-7.706-7.708a3.5 3.5 0 0 0-1.448-.313H7.792a3.5 3.5 0 0 0-3.5 3.5v11.5a3.5 3.5 0 0 0 3.5 3.5h8.416a3.5 3.5 0 0 0 3.5-3.5v-5.53c0-.505-.109-.999-.314-1.45m-7.706-7.707V8.77a2 2 0 0 0 2 2h5.706`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M7.29 13.77h9.42m-9.42 3.48h6.42`},[]]]),Rc=s({name:`Exclamation Mark`,tags:[``],category:`Text`,deprecated:!1},[[`circle`,{cx:`12`,cy:`19.38`,r:`1.25`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 4.13v11`},[]]]),zc=s({name:`Road Barrier`,tags:[`Construction`,`Road Block`,`Roadblock`,`Work Zone`,`Roadwork`,`Border`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.75 15.25v6m0-18.5v3m12.5 9.5v6m0-18.5v3`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.75 5.75a2 2 0 0 0-2 2v5.5a2 2 0 0 0 2 2h14.5a2 2 0 0 0 2-2v-5.5a2 2 0 0 0-2-2z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m8.917 5.75-5.701 8.783M15.087 5.75l-6.167 9.5m6.17 0 5.698-8.778`},[]]]),Bc=s({name:`Photo Add`,tags:[`Image`,`Picture`],category:`Files`,deprecated:!1},[[`circle`,{cx:`15.091`,cy:`8.909`,r:`1.5`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.5 16.57a4 4 0 0 0 4 3.93h3.48M3.5 16.57V7.5a4 4 0 0 1 4-4h9a4 4 0 0 1 4 4v3.48m-17 5.59.178-.2 3.206-3.827a2 2 0 0 1 3.066 0l1.242 1.482`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.494a.5.5 0 0 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),Vc=s({name:`Road Cone`,tags:[`Construction`,`Barrier`,`Work Zone`,`Roadwork`,`Border`,`Block`,`VLC`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M2.75 21.25h18.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.75 21.25 1.502-4.625M19.25 21.25l-1.502-4.625M7.754 12l-1.502 4.625M7.754 12l1.501-4.625 1.278-3.934a1 1 0 0 1 .95-.691h1.033a1 1 0 0 1 .951.691l1.278 3.934L16.246 12m-8.492 0h8.492m-9.994 4.625h11.496M16.246 12l1.502 4.625`},[]]]),Hc=s({name:`Book Letter`,tags:[`Dictionary`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 16.25V5.75a3 3 0 0 1 3-3h11a1 1 0 0 1 1 1v12.5H7.375M4.5 16.245v2.38`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.5 21.25H7a2.5 2.5 0 0 1 0-5h12.5v4a1 1 0 0 1-1 1m-9.842-8 1.193-2.872m0 0h4.298m-4.298 0 1.83-4.4c.126-.304.513-.304.639 0l1.829 4.4m0 0 1.193 2.872`},[]]]),$=s({name:`Power`,tags:[`Shutdown`,`Shut Down`,`Power On`,`Power Off`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.54 5.46a9.25 9.25 0 1 1-13.08 0M12 3.367V12`},[]]]),Uc=s({name:`Basketball`,tags:[`Dribble`,`Dribbble`],category:`Activities`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.54 18.54s-1.852-4.79-5.415-8.227-8.823-3.445-8.823-3.445`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13.912 13.912c2.241-2.242 4.86-3.613 7.113-3.927a9.24 9.24 0 0 1-2.484 8.555 9.24 9.24 0 0 1-8.557 2.486c.315-2.254 1.686-4.873 3.928-7.114M5.46 5.459a9.24 9.24 0 0 1 8.554-2.485c-.314 2.253-1.685 4.872-3.926 7.114S5.227 13.7 2.973 14.015A9.24 9.24 0 0 1 5.46 5.459`},[]]]),Wc=s({name:`Book Marked`,tags:[`Repository`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 16.25V5.75a3 3 0 0 1 3-3h11a1 1 0 0 1 1 1v12.5H7.375M4.5 16.245v2.38`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.5 21.25H7a2.5 2.5 0 0 1 0-5h12.5v4a1 1 0 0 1-1 1`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.5 2.75h-6v7.517a.2.2 0 0 0 .341.142l1.952-1.952a1 1 0 0 1 1.414 0l1.952 1.952a.2.2 0 0 0 .341-.142z`},[]]]),Gc=s({name:`Kotlin`,tags:[`JetBrains`,`Java`,`JVM`,`Android`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.456 5.25a1.5 1.5 0 0 1 1.5-1.5h12.586c.89 0 1.337 1.077.707 1.707L12.706 12l6.543 6.543c.63.63.184 1.707-.707 1.707H5.956a1.5 1.5 0 0 1-1.06-.44 1.5 1.5 0 0 1-.44-1.06zm8.25-1.5L4.456 12m8.25 0-7.81 7.81`},[]]]),Kc=s({name:`OpenAI`,tags:[`ChatGPT`,`Artificial Intelligence`,`LLM`],category:`Logos & Brands`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`m14.805 10.432.375-.65zm-8.162-5.32-.65-.374zm6.18-1.656.375-.65zm2.463.46v-.75zm4.525 4.525h.75zm.832 2.363.65-.375zm-1.656 6.182.375.65zm-1.63 1.901.65.375zm-6.18 1.657-.375.65zm-2.463-.46v.75zM4.19 15.559h-.75zm-.832-2.363-.65.375zm1.656-6.18-.375-.65zm10.117-.01.374-.65-.374-.216-.376.216zm2.76 5.207h.75v-.433l-.375-.216zM9.195 6.817l-.375-.65a.75.75 0 0 0-.375.65zm5.61 10.364.375.65a.75.75 0 0 0 .375-.65zm-5.845-.134-.375.649a.75.75 0 0 0 .75 0zM6.11 11.89h-.75a.75.75 0 0 0 .374.65zM12 8.812l-.375.65 2.805 1.62.375-.65.375-.65-2.805-1.62zm2.805 1.62h-.75v3.24h1.5v-3.24zm0 3.24-.375-.65-2.805 1.62.375.65.375.649 2.805-1.62zM12 15.292l.375-.65-2.805-1.62-.375.65-.375.65 2.805 1.619zm-2.805-1.62h.75v-3.24h-1.5v3.24zm0-3.24.375.65 2.805-1.62-.375-.65-.375-.65-2.805 1.62zm-2.552-5.32.65.376a3.775 3.775 0 0 1 5.155-1.382l.375-.65.375-.65a5.275 5.275 0 0 0-7.205 1.932zm6.18-1.656-.375.65q.441.256.786.603l.53-.53.53-.53a5.3 5.3 0 0 0-1.096-.842zm.941.723.252.706a3.8 3.8 0 0 1 1.27-.219v-1.5c-.621 0-1.219.108-1.774.307zm1.522-.263v.75a3.775 3.775 0 0 1 3.775 3.775h1.5a5.275 5.275 0 0 0-5.275-5.275zm4.525 4.525h-.75q-.002.511-.13.983l.724.194.724.195a5.3 5.3 0 0 0 .182-1.372zm-.156 1.177-.486.572c.321.272.602.603.825.99l.65-.376.649-.375a5.3 5.3 0 0 0-1.152-1.382zm.988 1.186-.65.375a3.775 3.775 0 0 1-1.381 5.157l.375.65.375.65a5.275 5.275 0 0 0 1.93-7.207zm-1.656 6.182-.375-.65c-.293.17-.6.293-.916.377l.194.725.194.725c.435-.117.866-.29 1.277-.528zm-1.097.452-.738-.135a3.8 3.8 0 0 1-.444 1.21l.65.374.649.375c.31-.538.515-1.11.62-1.69zm-.533 1.45-.65-.376a3.775 3.775 0 0 1-5.155 1.382l-.375.65-.375.65a5.275 5.275 0 0 0 7.205-1.932zm-6.18 1.656.375-.65a3.8 3.8 0 0 1-.787-.604l-.53.53-.532.53c.32.32.688.606 1.099.843zm-.943-.724-.252-.706a3.8 3.8 0 0 1-1.268.22v1.5a5.3 5.3 0 0 0 1.772-.308zm-1.52.264v-.75a3.775 3.775 0 0 1-3.775-3.775h-1.5a5.275 5.275 0 0 0 5.275 5.275zM4.19 15.559h.75q.001-.512.13-.983l-.725-.194-.724-.195a5.3 5.3 0 0 0-.18 1.372zm.155-1.177.486-.572c-.32-.272-.6-.603-.823-.99l-.65.376-.65.375c.31.537.703 1 1.151 1.382zm-.987-1.186.65-.375a3.774 3.774 0 0 1 1.38-5.156l-.374-.65-.375-.65a5.274 5.274 0 0 0-1.93 7.206zm1.656-6.18.375.649a3.8 3.8 0 0 1 .915-.38l-.194-.724-.194-.725a5.3 5.3 0 0 0-1.277.53zm1.096-.455.738.135c.075-.413.222-.821.445-1.208l-.649-.375-.65-.375a5.3 5.3 0 0 0-.622 1.688zM12 8.812l.375.65 1.565-.903 1.565-.904-.376-.65-.374-.649-1.565.903-1.565.904zm2.805 1.62-.375.65 3.085 1.78.375-.649.375-.65-3.085-1.78zm3.085 7.006h.75v-5.225h-1.5v5.225zm-8.695-7.006h.75V6.817h-1.5v3.615zm5.61 3.24h-.75v3.509h1.5v-3.51zM12 15.292l-.375-.65-3.04 1.755.375.65.375.649 3.04-1.755zM6.11 6.56h-.75v5.33h1.5V6.56zm3.085 7.11.375-.649-3.086-1.781-.375.65-.375.649L8.82 14.32zm5.935-6.665-.376.65 4.526 2.612.375-.65.375-.65-4.526-2.612zm-5.935-.189.375.65 4.57-2.639-.376-.65-.375-.649-4.57 2.639zm1.04 13.003.374.65 4.571-2.64-.375-.65-.375-.649-4.57 2.64zm-5.89-5.438-.376.65 4.616 2.664.375-.65.375-.649-4.616-2.665z`},[]]]),qc=s({name:`Photo Sparkle`,tags:[`Image`,`Picture`,`AI`,`AI Generated`,`Artificial Intelligence`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13.177 3.5H16.5a4 4 0 0 1 4 4v9c0 .402-.06.79-.17 1.157M3.5 13.875v2.695m16.83 1.087-.088-.104-2.466-2.976a2 2 0 0 0-3.073-.008l-1.312 1.566-.214.261m7.153 1.26a4 4 0 0 1-3.713 2.842m0 0-.117.002h-9a4 4 0 0 1-4-3.93m13.117 3.928-.093-.106-3.347-3.996m-9.676.175.177-.201 3.206-3.827a2 2 0 0 1 3.066 0l3.227 3.853`},[]],[`circle`,{cx:`15.091`,cy:`8.909`,r:`1.5`,fill:`currentColor`},[]],[`path`,{fill:`currentColor`,d:`M8.6 1.418a.64.64 0 0 0-1.2 0l-.167.45a4 4 0 0 1-2.366 2.365l-.449.166a.64.64 0 0 0 0 1.202l.45.166a4 4 0 0 1 2.365 2.366l.166.449a.64.64 0 0 0 1.202 0l.166-.45a4 4 0 0 1 2.366-2.365l.449-.166a.64.64 0 0 0 0-1.202l-.45-.166a4 4 0 0 1-2.365-2.366zM3.876 7.261a.4.4 0 0 0-.752 0l-.103.281a2.5 2.5 0 0 1-1.479 1.479l-.28.103a.4.4 0 0 0 0 .752l.28.103a2.5 2.5 0 0 1 1.479 1.479l.103.28a.4.4 0 0 0 .752 0l.103-.28a2.5 2.5 0 0 1 1.479-1.479l.28-.103a.4.4 0 0 0 0-.752l-.28-.103a2.5 2.5 0 0 1-1.479-1.479z`},[]]]),Jc=s({name:`Pencil Sparkle`,tags:[`Prompt`,`AI`,`AI Generated`,`Artificial Intelligence`,`Writing`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m14.44 5.78 2.229-2.23a1.6 1.6 0 0 1 2.263 0l1.518 1.518a1.6 1.6 0 0 1 0 2.263l-2.23 2.23M14.44 5.78l3.78 3.78m-3.78-3.78-1.815 1.814m5.596 1.967L7.98 19.8a2 2 0 0 1-1.124.565l-3.775.553.553-3.774A2 2 0 0 1 4.2 16.02l3.312-3.312`},[]],[`path`,{fill:`currentColor`,d:`M4.4 1.418a.64.64 0 0 1 1.2 0l.167.45a4 4 0 0 0 2.366 2.365l.449.166a.64.64 0 0 1 0 1.202l-.45.166a4 4 0 0 0-2.365 2.366l-.166.449a.64.64 0 0 1-1.202 0l-.166-.45a4 4 0 0 0-2.366-2.365l-.449-.166a.64.64 0 0 1 0-1.202l.45-.166a4 4 0 0 0 2.365-2.366zm4.724 5.843a.4.4 0 0 1 .752 0l.103.281a2.5 2.5 0 0 0 1.479 1.479l.28.103a.4.4 0 0 1 0 .752l-.28.103a2.5 2.5 0 0 0-1.479 1.479l-.103.28a.4.4 0 0 1-.752 0l-.103-.28a2.5 2.5 0 0 0-1.479-1.479l-.28-.103a.4.4 0 0 1 0-.752l.28-.103a2.5 2.5 0 0 0 1.479-1.479z`},[]]]),Yc=s({name:`Paintbrush 2 Sparkle`,tags:[`AI`,`AI Generated`,`Artificial Intelligence`,`Draw`,`Painting`],category:`Design`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M8.6 1.418a.64.64 0 0 0-1.2 0l-.167.45a4 4 0 0 1-2.366 2.365l-.449.166a.64.64 0 0 0 0 1.202l.45.166a4 4 0 0 1 2.365 2.366l.166.449a.64.64 0 0 0 1.202 0l.166-.45a4 4 0 0 1 2.366-2.365l.449-.166a.64.64 0 0 0 0-1.202l-.45-.166a4 4 0 0 1-2.365-2.366zM3.876 7.261a.4.4 0 0 0-.752 0l-.103.281a2.5 2.5 0 0 1-1.479 1.479l-.28.103a.4.4 0 0 0 0 .752l.28.103a2.5 2.5 0 0 1 1.479 1.479l.103.28a.4.4 0 0 0 .752 0l.103-.28a2.5 2.5 0 0 1 1.479-1.479l.28-.103a.4.4 0 0 0 0-.752l-.28-.103a2.5 2.5 0 0 1-1.479-1.479z`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.781 11.832A4.795 4.795 0 0 0 4.75 16.46v3.79a1 1 0 0 0 1 1h3.79a4.79 4.79 0 0 0 4.628-6.03m-3.387-3.388a4.8 4.8 0 0 1 3.387 3.387m-3.387-3.387 3.19-3.19m.197 6.577 3.19-3.19m-3.387-3.387 3.19-3.19a2.395 2.395 0 0 1 3.387 3.387l-3.19 3.19m-3.387-3.387 3.387 3.387`},[]]]),Xc=s({name:`Bug Add`,tags:[`Debug`,`Configuration`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.5 10.438V9.08a3.23 3.23 0 0 0-3.23-3.231h-2.54A3.23 3.23 0 0 0 7.5 9.08v6.27a4.5 4.5 0 0 0 3.23 4.319M2.75 12.85H7.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.75 3.15v.45A2.25 2.25 0 0 0 12 5.85v0a2.25 2.25 0 0 0 2.25-2.25v-.45M7.5 16.6H6.247a2.5 2.5 0 0 0-2.5 2.5v1.75M16.5 9.1h1.253a2.5 2.5 0 0 0 2.5-2.5V4.85M7.5 9.1H6.247a2.5 2.5 0 0 1-2.5-2.5V4.85`},[]],[`path`,{fill:`currentColor`,d:`M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11m0 2a.5.5 0 0 0-.501.501v2.498h-2.498a.501.501 0 1 0 0 1.002h2.498v2.498a.501.501 0 0 0 1.002 0v-2.498h2.498l.1-.01a.502.502 0 0 0 0-.982l-.1-.01h-2.498v-2.498a.5.5 0 0 0-.501-.5`},[]]]),Zc=s({name:`Bug Play`,tags:[`Debug`,`Configuration`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 19.85a4.5 4.5 0 0 1-4.5-4.5V9.08a3.23 3.23 0 0 1 3.23-3.23h2.54a3.23 3.23 0 0 1 3.23 3.23v1.326M2.75 12.85H7.5m2.25-9.7v.45A2.25 2.25 0 0 0 12 5.85v0a2.25 2.25 0 0 0 2.25-2.25v-.45M7.5 16.6H6.247a2.5 2.5 0 0 0-2.5 2.5v1.75M16.5 9.1h1.253a2.5 2.5 0 0 0 2.5-2.5V4.85M7.5 9.1H6.247a2.5 2.5 0 0 1-2.5-2.5V4.85`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.496 13.978c0-.89.982-1.428 1.731-.95l4.505 2.872a1.126 1.126 0 0 1 0 1.9l-4.505 2.872a1.126 1.126 0 0 1-1.731-.95z`},[]]]),Qc=s({name:`Asterisk`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m12 3.75.004 8.243 7.009-4.118L12.008 12l7.005 4.125-7.009-4.118L12 20.25l-.004-8.243-7.009 4.118L11.992 12 4.987 7.875l7.009 4.118z`},[]]]),$c=s({name:`Code Square`,tags:[``],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.143 8.857 7 12l3.143 3.143m3.714-6.286L17 12l-3.143 3.143`},[]],[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]]]),el=s({name:`Eraser Sparkle`,tags:[``],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.788 20.5h9.02m-9.02 0a3.47 3.47 0 0 0 2.486-1.02l1.29-1.29M9.788 20.5a3.47 3.47 0 0 1-2.438-1.02l-3.33-3.33a3.47 3.47 0 0 1-1.003-2.802M6.6 11.226l6.662 6.663.301.301m0 0 5.417-5.417a3.48 3.48 0 0 0 0-4.923l-3.33-3.33a3.47 3.47 0 0 0-2.643-1.015`},[]],[`path`,{fill:`currentColor`,d:`M8.6 1.419a.64.64 0 0 0-1.2 0l-.167.449a4 4 0 0 1-2.366 2.365l-.449.166a.64.64 0 0 0 0 1.202l.45.166a4 4 0 0 1 2.365 2.366l.166.449a.64.64 0 0 0 1.202 0l.166-.449a4 4 0 0 1 2.366-2.366l.449-.166a.64.64 0 0 0 0-1.202l-.45-.166a4 4 0 0 1-2.365-2.365zM3.876 7.262a.4.4 0 0 0-.752 0l-.103.28a2.5 2.5 0 0 1-1.479 1.479l-.28.104a.4.4 0 0 0 0 .75l.28.105a2.5 2.5 0 0 1 1.479 1.478l.103.28a.4.4 0 0 0 .752 0l.103-.28A2.5 2.5 0 0 1 5.458 9.98l.28-.104a.4.4 0 0 0 0-.751l-.28-.104a2.5 2.5 0 0 1-1.479-1.479z`},[]]]),tl=s({name:`Magnet`,tags:[`Snap`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.238 15.75v3.703a1.8 1.8 0 0 0 1.8 1.8h2.412a1.8 1.8 0 0 0 1.8-1.8V15.75m-6.012 0v-3.752a3.238 3.238 0 1 0-6.475 0v3.752m6.475 0h6.012m0 0v-3.752a9.25 9.25 0 0 0-18.5 0v3.752m6.012 0v3.703a1.8 1.8 0 0 1-1.8 1.8H4.55a1.8 1.8 0 0 1-1.8-1.8V15.75m6.012 0H2.75`},[]]]),nl=s({name:`Treasure Chest`,tags:[`X`,`Storage`,`Reward`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.75 19.75v-12a3.5 3.5 0 0 0-3.5-3.5v0`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 8.25a4 4 0 0 1 4-4h10.5a4 4 0 0 1 4 4v9.5a2 2 0 0 1-2 2H4.75a2 2 0 0 1-2-2zm0 2h18.5M15.5 12V8.5`},[]]]),rl=s({name:`Toy Brick`,tags:[`Block`,`Plugin`,`LEGO`],category:`Objects`,deprecated:!1},[[`rect`,{width:`18.5`,height:`13`,x:`2.75`,y:`7.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.25 5.25a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 1.5 1.5v2h-5zm8.5 0a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 1.5 1.5v2h-5z`},[]]]);var il={};o(il,{AccessibilityIcon:()=>yr,AddCircleIcon:()=>de,AddCircularIcon:()=>de,AddIcon:()=>c,AddRhombusIcon:()=>pe,AddSquareIcon:()=>me,AddSquareMultipleIcon:()=>l,AddSquareMultipleVarIcon:()=>l,AdditionIcon:()=>c,AirplaneIcon:()=>Mr,AirplaneLandingIcon:()=>Nr,AirplaneTakeoffIcon:()=>Pr,AlarmClockIcon:()=>kc,AlbumIcon:()=>Nc,AlertCircleIcon:()=>Dt,AlertRhombusIcon:()=>yc,AlertTriangleIcon:()=>Ot,AlignBottomIcon:()=>yo,AlignHorizontalCentersIcon:()=>bo,AlignLeftIcon:()=>xo,AlignRightIcon:()=>So,AlignTopIcon:()=>Co,AlignVerticalCentersIcon:()=>wo,AmazonIcon:()=>sa,AnchorIcon:()=>st,AndroidIcon:()=>Ws,AngleIcon:()=>$a,AppRemoveIcon:()=>he,AppStoreIcon:()=>ca,AppleIcon:()=>la,AppsAddIcon:()=>_e,AppsIcon:()=>ge,AppsListIcon:()=>Dc,ArcIcon:()=>Ui,ArchiveAdd2Icon:()=>Eo,ArchiveIcon:()=>To,ArrowClockwiseIcon:()=>Wt,ArrowCounterclockwiseIcon:()=>Gt,ArrowDownIcon:()=>Kt,ArrowDownloadIcon:()=>qt,ArrowEnterIcon:()=>Jt,ArrowExportIcon:()=>Yt,ArrowForwardIcon:()=>E,ArrowFowardIcon:()=>E,ArrowImportIcon:()=>Xt,ArrowLeftIcon:()=>Zt,ArrowLeftRightIcon:()=>fn,ArrowMaximizeIcon:()=>yi,ArrowMinimizeIcon:()=>bi,ArrowMoveIcon:()=>Qt,ArrowRedo2Icon:()=>en,ArrowRedoIcon:()=>$t,ArrowReplyIcon:()=>tn,ArrowRightIcon:()=>nn,ArrowRotateClockwiseIcon:()=>rn,ArrowRotateCounterclockwiseIcon:()=>an,ArrowSortIcon:()=>on,ArrowSwapIcon:()=>sn,ArrowSync2Icon:()=>At,ArrowSyncIcon:()=>kt,ArrowTrendingIcon:()=>D,ArrowUndo2Icon:()=>ln,ArrowUndoIcon:()=>cn,ArrowUpDownIcon:()=>dn,ArrowUpIcon:()=>un,ArrowUploadIcon:()=>pn,AsteriskIcon:()=>Qc,AttachIcon:()=>S,AttatchIcon:()=>S,BackgroundColorAccentIcon:()=>ea,BackgroundColorIcon:()=>si,BackspaceIcon:()=>ve,BadgeIcon:()=>jt,BankIcon:()=>N,BarChartIcon:()=>P,BarGraphIcon:()=>P,BasketballIcon:()=>Uc,BatteryFullIcon:()=>xr,BatteryIcon:()=>br,BeachIcon:()=>Fr,BeakerIcon:()=>Ai,BellDotIcon:()=>Rs,BellIcon:()=>w,BellOffIcon:()=>Ls,BlendIcon:()=>G,BlueskyIcon:()=>Ys,BluetoothIcon:()=>ua,BoardIcon:()=>Do,BoltIcon:()=>ms,Book2Icon:()=>Aa,BookAdd2Icon:()=>Ma,BookAddIcon:()=>ja,BookIcon:()=>ka,BookInfo2Icon:()=>ct,BookInfoIcon:()=>Na,BookLetterIcon:()=>Hc,BookMarkedIcon:()=>Wc,BookOpenIcon:()=>V,BookmarkAddIcon:()=>ko,BookmarkIcon:()=>Oo,BookmarkMultipleIcon:()=>Ao,BookmarkMultipleVarIcon:()=>Ao,BookshelfIcon:()=>W,BorderAllIcon:()=>ci,BoxAddIcon:()=>Ac,BoxDragIcon:()=>J,BoxIcon:()=>H,BoxMarginsIcon:()=>wc,BracesIcon:()=>ji,BracesVariableIcon:()=>Mi,BracketsIcon:()=>Ds,BranchCompareIcon:()=>Ni,BranchFork2Icon:()=>Fi,BranchForkIcon:()=>Pi,BranchIcon:()=>cs,BranchPullRequestIcon:()=>xs,Briefcase2Icon:()=>Ha,BriefcaseIcon:()=>Va,BrightnessIcon:()=>rs,BroomIcon:()=>Pa,BugAddIcon:()=>Xc,BugIcon:()=>Ii,BugPlayIcon:()=>Zc,BuildingMultipleIcon:()=>Ir,BulletListIcon:()=>Tc,BulletListSquareAddIcon:()=>Cc,BulletListSquareIcon:()=>Q,BulletListTreeIcon:()=>Ec,ButtonIcon:()=>Sr,CSS2Icon:()=>Js,CSSIcon:()=>da,CakeIcon:()=>Ga,CalculatorIcon:()=>eo,CalendarIcon:()=>lt,CallEndIcon:()=>x,CallIcon:()=>b,CalligraphyPenIcon:()=>Fa,CameraIcon:()=>Vo,CancelCircleIcon:()=>Mt,CancelIcon:()=>u,CancelOctagonIcon:()=>ac,CancelSquareIcon:()=>Nt,CandyIcon:()=>Ss,CartIcon:()=>U,CentIcon:()=>Ua,CenterHorizontalIcon:()=>jo,CenterVerticalIcon:()=>Mo,ChatGPTIcon:()=>Kc,ChatIcon:()=>He,ChatQuestionIcon:()=>xc,CheckboxCheckedIcon:()=>Es,CheckboxIndeterminate2Icon:()=>ws,CheckboxIndeterminateIcon:()=>Ts,CheckboxIntermediate2Icon:()=>ws,CheckboxListIcon:()=>Dc,CheckboxUncheckedIcon:()=>Cr,CheckmarkCheckedIcon:()=>Es,CheckmarkCircleIcon:()=>Pt,CheckmarkIcon:()=>ye,CheckmarkIntermediateIcon:()=>Ts,CheckmarkStarburstIcon:()=>Pe,ChevronDownIcon:()=>mn,ChevronLeftIcon:()=>hn,ChevronRightIcon:()=>gn,ChevronUpIcon:()=>_n,ChromeMinimizeIcon:()=>O,ChromeRestoreIcon:()=>F,ChromeRestoreVarIcon:()=>F,CircleIcon:()=>Wi,CircleSmallIcon:()=>R,ClipboardIcon:()=>Ur,ClipboardPasteIcon:()=>Wr,ClipboardSearchIcon:()=>Gr,ClockIcon:()=>Ft,CloseIcon:()=>u,ClosedCaptionsIcon:()=>wr,CloudAddIcon:()=>dc,CloudArrowDownIcon:()=>pc,CloudArrowUpIcon:()=>fc,CloudDownloadIcon:()=>pc,CloudIcon:()=>Ue,CloudOffIcon:()=>mc,CloudUploadIcon:()=>fc,CodeIcon:()=>Li,CodeSquareIcon:()=>$c,CoffeeHotIcon:()=>Ka,ColorPaletteIcon:()=>li,CommentAdd2Icon:()=>ec,CommentAddIcon:()=>$s,CommentExclamationIcon:()=>Os,CommentIcon:()=>We,CommentMultipleIcon:()=>v,CommentMultipleVarIcon:()=>v,CompareSizeIcon:()=>Kr,CompassIcon:()=>Ia,ComponentIcon:()=>Lr,ComposeIcon:()=>be,ComputerIcon:()=>Ho,ComputerMacIcon:()=>Uo,ConeIcon:()=>vc,ConstructionConeIcon:()=>Vc,ConstructionIcon:()=>zc,ContractDownIcon:()=>xi,CookiesIcon:()=>qa,CopyIcon:()=>d,CopyVarIcon:()=>d,CopyleftIcon:()=>Fs,CopyrightIcon:()=>Ps,CornerRadiusIcon:()=>Gi,CreateIcon:()=>c,CreditCardIcon:()=>Fe,CropIcon:()=>xe,CssIcon:()=>da,CubeIcon:()=>_c,CursorClickIcon:()=>Er,CursorDragIcon:()=>Xa,CursorIcon:()=>Tr,CutIcon:()=>Se,CylinderIcon:()=>gc,DarkThemeIcon:()=>Dr,DatabaseAddIcon:()=>Ke,DatabaseIcon:()=>Ge,DeleteIcon:()=>Ce,DiamondIcon:()=>C,DiffIcon:()=>bc,DirectionsIcon:()=>Rr,DislikeIcon:()=>Qa,DismissIcon:()=>u,DoNotDisturbIcon:()=>It,DocumentIcon:()=>vn,DollarCircleIcon:()=>ks,DollarIcon:()=>K,DoorIcon:()=>hs,DoorOpenIcon:()=>bs,DotCircleIcon:()=>Mc,DotIcon:()=>R,DotSquareIcon:()=>jc,DrawTextIcon:()=>yn,DropIcon:()=>Ja,EditIcon:()=>_,EmailIcon:()=>y,EmojiFrownIcon:()=>Bt,EmojiGrinIcon:()=>Vt,EmojiIcon:()=>T,EmojiLaughterIcon:()=>Ht,EraserIcon:()=>ut,EraserSparkleIcon:()=>el,ExclamationMarkIcon:()=>Rc,ExpandIcon:()=>Si,ExtensionIcon:()=>j,ExternalIcon:()=>I,ExternalLinkIcon:()=>I,EyeIcon:()=>f,EyeOffIcon:()=>p,EyedropperColorAccentIcon:()=>ta,EyedropperColorIcon:()=>ft,EyedropperIcon:()=>dt,FacebookIcon:()=>fa,FastForwardIcon:()=>m,FastFowardIcon:()=>m,FigmaIcon:()=>pa,FileAddIcon:()=>lr,FileIcon:()=>cr,FileMultipleIcon:()=>Zs,FileSyncIcon:()=>ur,FileTextIcon:()=>Lc,Filter2Icon:()=>Po,FilterCancel2Icon:()=>Io,FilterCancelIcon:()=>Fo,FilterIcon:()=>No,FindIcon:()=>je,Flag2Icon:()=>Gs,FlagIcon:()=>La,FlashlightIcon:()=>pt,FloppyDiskIcon:()=>k,FloppyDiskMultipleIcon:()=>Z,FoldableHorizontalHalfIcon:()=>Go,FoldableHorizontalIcon:()=>Wo,FoldableVerticalHalfIcon:()=>qo,FoldableVerticalIcon:()=>Ko,FolderAddIcon:()=>fr,FolderIcon:()=>dr,FolderMultipleIcon:()=>oc,FolderOpenIcon:()=>pr,FullScreenMaximizeIcon:()=>Ci,FullScreenMinimizeIcon:()=>wi,GNULinuxIcon:()=>us,GameIcon:()=>Jo,GiftIcon:()=>mt,GitCommitIcon:()=>Ri,GitHubIcon:()=>ma,GitLabIcon:()=>zs,GithubIcon:()=>ma,GitlabIcon:()=>zs,GlobeIcon:()=>qe,Google2Icon:()=>ga,GoogleChromeIcon:()=>_a,GoogleIcon:()=>ha,GooglePlayIcon:()=>va,GraphIcon:()=>q,GridDotsIcon:()=>Jr,GridIcon:()=>qr,HTMLIcon:()=>ya,HamburgerIcon:()=>Ya,HandIcon:()=>Za,HappyFaceIcon:()=>T,HardDriveIcon:()=>mr,HashIcon:()=>to,HatGraduationIcon:()=>ht,HeadphonesIcon:()=>io,HeadphonesOffIcon:()=>Us,HeartIcon:()=>h,HeartStylisticIcon:()=>we,HexagonIcon:()=>Ki,HiddenIcon:()=>p,HideIcon:()=>p,HighlighterAccentIcon:()=>na,HighlighterIcon:()=>gt,HistoryIcon:()=>ho,Home2Icon:()=>zr,HomeIcon:()=>M,HourglassIcon:()=>_t,HouseIcon:()=>M,HtmlIcon:()=>ya,InfinityIcon:()=>Vs,InfoIcon:()=>Lt,InfoSquareIcon:()=>Sc,InstagramIcon:()=>ba,JavaScriptIcon:()=>xa,JavascriptIcon:()=>xa,KebabIcon:()=>g,KeyboardCommandIcon:()=>Is,KeyboardIcon:()=>Yo,KeyboardShiftIcon:()=>Te,KotlinIcon:()=>Gc,LaptopIcon:()=>Xo,LayersIcon:()=>vt,LayoutIcon:()=>Yr,LeafIcon:()=>fo,LeafThreeIcon:()=>po,LeafTwoIcon:()=>mo,LibraryIcon:()=>W,LightbulbIcon:()=>yt,LikeIcon:()=>Y,LineDiagonalIcon:()=>qi,LineHorizontalIcon:()=>O,LinkIcon:()=>bt,LinuxIcon:()=>us,LocationIcon:()=>Br,LockIcon:()=>Ie,LockOpenIcon:()=>Le,LoveIcon:()=>h,MagnetIcon:()=>tl,MailIcon:()=>y,MailOpenIcon:()=>Je,MapIcon:()=>Vr,MaskIcon:()=>ui,MathIcon:()=>Hs,MegaphoneIcon:()=>Ye,MegaphoneLoudIcon:()=>Xe,MentionIcon:()=>Ze,MenuIcon:()=>Or,MicrophoneIcon:()=>xt,MicrophoneOffIcon:()=>St,MicrosoftEdgeIcon:()=>Sa,MicrosoftIcon:()=>z,MicrosoftWindowsIcon:()=>z,MinusIcon:()=>O,MoneyIcon:()=>K,MoonIcon:()=>os,MoreHorizontalIcon:()=>g,MoreIcon:()=>g,MoreVerticalIcon:()=>Ee,MotherboardIcon:()=>Zo,MovieIcon:()=>ao,MuseumIcon:()=>N,MusicNote2Icon:()=>so,MusicNoteIcon:()=>oo,NPMIcon:()=>fs,NarratorIcon:()=>Qe,NodeJSIcon:()=>ps,NodejsIcon:()=>ps,NoteAddIcon:()=>xn,NoteIcon:()=>bn,NotificationIcon:()=>w,NpmIcon:()=>fs,OctagonIcon:()=>Ji,OffIcon:()=>$,OpenAIIcon:()=>Kc,OpenIcon:()=>I,OpenSourceIcon:()=>gs,PDF2Icon:()=>gr,PDFIcon:()=>hr,PackageIcon:()=>H,PageMarginsIcon:()=>Xr,PaintBucketAccentIcon:()=>ra,PaintBucketIcon:()=>di,Paintbrush2Icon:()=>pi,Paintbrush2SparkleIcon:()=>Yc,PaintbrushIcon:()=>fi,PanelBottomIcon:()=>tc,PanelBottomOpenIcon:()=>nc,PanelLeftContractIcon:()=>Qr,PanelLeftExpandIcon:()=>$r,PanelLeftIcon:()=>Zr,PanelLeftOpenIcon:()=>ti,PanelRightContractIcon:()=>ri,PanelRightExpandIcon:()=>ii,PanelRightIcon:()=>ni,PanelRightOpenIcon:()=>ei,ParcelIcon:()=>H,ParenthesesIcon:()=>qs,PauseIcon:()=>De,PdfIcon:()=>hr,PenIcon:()=>_,PencilIcon:()=>_,PencilSparkleIcon:()=>Jc,PentagonIcon:()=>Yi,Person2Icon:()=>et,PersonAdd2Icon:()=>nt,PersonAddIcon:()=>tt,PersonCircleIcon:()=>rt,PersonIcon:()=>$e,PersonMultipleIcon:()=>it,PhoneAcceptIcon:()=>b,PhoneHangUpIcon:()=>x,PhoneIcon:()=>Qo,PhotoAIIcon:()=>qc,PhotoAddIcon:()=>Bc,PhotoFilterIcon:()=>G,PhotoIcon:()=>_r,PhotoMultipleIcon:()=>Qs,PhotoSparkleIcon:()=>qc,PictureInPicture2Icon:()=>Ei,PictureInPictureEnterIcon:()=>Di,PictureInPictureExitIcon:()=>Oi,PictureInPictureIcon:()=>Ti,PieChartIcon:()=>Ic,PinIcon:()=>Ct,PinOffIcon:()=>wt,PlayCircleIcon:()=>ke,PlayCircularIcon:()=>ke,PlayIcon:()=>Oe,PlusIcon:()=>c,PowerIcon:()=>$,PowerOffIcon:()=>$,PowerOnIcon:()=>$,PremiumIcon:()=>C,PreviewIcon:()=>f,PrinterIcon:()=>$o,ProhibitedIcon:()=>Rt,PuzzleIcon:()=>j,PythonIcon:()=>Ca,QRCodeIcon:()=>vr,QrCodeIcon:()=>vr,QuestionCircleIcon:()=>_o,QuestionIcon:()=>go,QuoteIcon:()=>Sn,ReactJSIcon:()=>Bs,ReactjsIcon:()=>Bs,ReadIcon:()=>V,ReadingIcon:()=>V,RecordIcon:()=>vs,RecordStopIcon:()=>ys,RectangleWideIcon:()=>Xi,RegularExpressionIcon:()=>As,RepositoryIcon:()=>Wc,ReverseIcon:()=>Ae,RhombusIcon:()=>Zi,RibbonIcon:()=>Ra,RibbonStarIcon:()=>za,RoadBarrierIcon:()=>zc,RoadConeIcon:()=>Vc,RobloxIcon:()=>wa,RulerDiagonalIcon:()=>js,RulerIcon:()=>no,SaveAllIcon:()=>Z,SaveAsIcon:()=>A,SaveIcon:()=>k,SaveMultipleIcon:()=>Z,SavePencilIcon:()=>A,ScreenSizeIcon:()=>ro,Script2Icon:()=>Bi,ScriptIcon:()=>zi,SearchCancelIcon:()=>fe,SearchIcon:()=>je,SearchNoResultsIcon:()=>fe,SectionBreakIcon:()=>Lo,SendIcon:()=>at,ServerIcon:()=>Ks,SettingsIcon:()=>kr,ShapeDifferenceIcon:()=>mi,ShapeIntersectIcon:()=>hi,ShapeSubtractIcon:()=>gi,ShapeUnionIcon:()=>_i,ShieldCancelIcon:()=>ze,ShieldCheckmarkIcon:()=>Be,ShieldIcon:()=>Re,ShieldKeyholeIcon:()=>Ve,ShopIcon:()=>U,ShoppingCartIcon:()=>U,ShoppingIcon:()=>U,ShowIcon:()=>f,SkullIcon:()=>Ut,SlashBoxIcon:()=>Ns,SlashSquareIcon:()=>Ns,SmileIcon:()=>T,SmileyIcon:()=>T,SoundwaveIcon:()=>co,SpacebarIcon:()=>Cn,Sparkle2Icon:()=>uc,SparkleIcon:()=>vo,SpinnerIcon:()=>zt,SplitHorizontalIcon:()=>ic,SplitVerticalIcon:()=>rc,SquareDragIcon:()=>J,SquareIcon:()=>Qi,SquareMarginsIcon:()=>wc,StarIcon:()=>Me,Stocks2Icon:()=>D,StocksIcon:()=>q,StrokeThicknessIcon:()=>vi,SubtractIcon:()=>O,SubtractSquareIcon:()=>lc,SubtractSquareMultipleIcon:()=>cc,SvelteIcon:()=>Cs,SymbolsIcon:()=>wn,TVIcon:()=>es,TableIcon:()=>ai,TableSimpleIcon:()=>oi,TabletIcon:()=>ts,TagAccentIcon:()=>ia,TagAddIcon:()=>Pc,TagIcon:()=>Ro,TagMultipleIcon:()=>zo,TagMultipleVarIcon:()=>zo,TagRemoveIcon:()=>Fc,TargetIcon:()=>hc,TaskListIcon:()=>Bo,TasksIcon:()=>Bo,TerminalIcon:()=>Vi,TextAddIcon:()=>En,TextAlignCenterIcon:()=>Dn,TextAlignJustifyIcon:()=>On,TextAlignLeftIcon:()=>kn,TextAlignRightIcon:()=>An,TextBoldIcon:()=>jn,TextBulletListIcon:()=>Tc,TextBulletListSquareAddIcon:()=>Cc,TextBulletListSquareIcon:()=>Q,TextBulletListTreeIcon:()=>Ec,TextCaseLowercaseIcon:()=>Mn,TextCaseTitleIcon:()=>Nn,TextCaseUppercaseIcon:()=>Pn,TextClearFormattingIcon:()=>Fn,TextCollapseIcon:()=>In,TextColorAccentIcon:()=>aa,TextColorIcon:()=>Ln,TextDescriptionIcon:()=>sc,TextDocumentIcon:()=>Lc,TextEditStyleIcon:()=>Rn,TextEffectsIcon:()=>zn,TextExpandIcon:()=>Bn,TextFontIcon:()=>Vn,TextFontSizeIcon:()=>Hn,TextFootnoteIcon:()=>Un,TextHighlightColorAccentIcon:()=>oa,TextHighlightColorIcon:()=>Wn,TextIcon:()=>Tn,TextIndentDecreaseIcon:()=>Gn,TextIndentIncreaseIcon:()=>Kn,TextItalicIcon:()=>qn,TextLargeIcon:()=>Jn,TextLetterSpacingIcon:()=>Yn,TextLineHeightIcon:()=>Xn,TextLineSpacingIcon:()=>Zn,TextNumberListIcon:()=>Qn,TextPositionBottomIcon:()=>$n,TextPositionMiddleIcon:()=>er,TextPositionTopIcon:()=>tr,TextSmallIcon:()=>nr,TextStrikethroughIcon:()=>rr,TextSubscriptIcon:()=>ir,TextSuperscriptIcon:()=>ar,TextTypographyIcon:()=>or,TextUnderlineIcon:()=>sr,ThumbsDownIcon:()=>Qa,ThumbsUpIcon:()=>Y,TikTokIcon:()=>Ta,TiktokIcon:()=>Ta,TimerIcon:()=>Tt,TimerOffIcon:()=>Oc,ToolboxIcon:()=>Wa,ToyBrickIcon:()=>rl,TreasureChestIcon:()=>nl,TriangleIcon:()=>$i,TuneIcon:()=>Ne,TvIcon:()=>es,TwitterIcon:()=>B,TypeScriptIcon:()=>Ms,TypescriptIcon:()=>Ms,UbuntuIcon:()=>ls,VehicleCarIcon:()=>Hr,VerifiedIcon:()=>Pe,VideoClipIcon:()=>Hi,VideoIcon:()=>Ba,VisibleIcon:()=>p,VisualStudioCodeIcon:()=>Ea,Volume0Icon:()=>X,Volume1Icon:()=>lo,VolumeHighIcon:()=>X,VolumeIcon:()=>X,VolumeLowIcon:()=>lo,VolumeMediumIcon:()=>X,VolumeMuteIcon:()=>uo,VueJSIcon:()=>_s,VuejsIcon:()=>_s,WatchIcon:()=>ns,WeatherCloudyIcon:()=>ss,WebpackIcon:()=>ds,WiFiIcon:()=>ot,WindowAddIcon:()=>Xs,WindowIcon:()=>ki,WindowMultipleIcon:()=>L,WindowMultipleVarIcon:()=>L,Windows10Icon:()=>z,WrenchIcon:()=>Et,XIcon:()=>u,XTwitterIcon:()=>B,YouTubeIcon:()=>Da,YouTubeShortsIcon:()=>Oa,YoutubeIcon:()=>Da,YoutubeShortsIcon:()=>Oa,ZapIcon:()=>ms,ZoomInIcon:()=>Ar,ZoomOutIcon:()=>jr,accessibility:()=>yr,add:()=>c,addCircle:()=>de,addCircular:()=>de,addRhombus:()=>pe,addSquare:()=>me,addSquareMultiple:()=>l,addSquareMultipleVar:()=>l,addition:()=>c,airplane:()=>Mr,airplaneLanding:()=>Nr,airplaneTakeoff:()=>Pr,alarmClock:()=>kc,album:()=>Nc,alertCircle:()=>Dt,alertRhombus:()=>yc,alertTriangle:()=>Ot,alignBottom:()=>yo,alignHorizontalCenters:()=>bo,alignLeft:()=>xo,alignRight:()=>So,alignTop:()=>Co,alignVerticalCenters:()=>wo,amazon:()=>sa,anchor:()=>st,android:()=>Ws,angle:()=>$a,appRemove:()=>he,appStore:()=>ca,apple:()=>la,apps:()=>ge,appsAdd:()=>_e,appsList:()=>Dc,arc:()=>Ui,archive:()=>To,archiveAdd2:()=>Eo,arrowClockwise:()=>Wt,arrowCounterclockwise:()=>Gt,arrowDown:()=>Kt,arrowDownload:()=>qt,arrowEnter:()=>Jt,arrowExport:()=>Yt,arrowForward:()=>E,arrowFoward:()=>E,arrowImport:()=>Xt,arrowLeft:()=>Zt,arrowLeftRight:()=>fn,arrowMaximize:()=>yi,arrowMinimize:()=>bi,arrowMove:()=>Qt,arrowRedo:()=>$t,arrowRedo2:()=>en,arrowReply:()=>tn,arrowRight:()=>nn,arrowRotateClockwise:()=>rn,arrowRotateCounterclockwise:()=>an,arrowSort:()=>on,arrowSwap:()=>sn,arrowSync:()=>kt,arrowSync2:()=>At,arrowTrending:()=>D,arrowUndo:()=>cn,arrowUndo2:()=>ln,arrowUp:()=>un,arrowUpDown:()=>dn,arrowUpload:()=>pn,asterisk:()=>Qc,attach:()=>S,attatch:()=>S,backgroundColor:()=>si,backgroundColorAccent:()=>ea,backspace:()=>ve,badge:()=>jt,bank:()=>N,barChart:()=>P,barGraph:()=>P,basketball:()=>Uc,battery:()=>br,batteryFull:()=>xr,beach:()=>Fr,beaker:()=>Ai,bell:()=>w,bellDot:()=>Rs,bellOff:()=>Ls,blend:()=>G,bluesky:()=>Ys,bluetooth:()=>ua,board:()=>Do,bolt:()=>ms,book:()=>ka,book2:()=>Aa,bookAdd:()=>ja,bookAdd2:()=>Ma,bookInfo:()=>Na,bookInfo2:()=>ct,bookLetter:()=>Hc,bookMarked:()=>Wc,bookOpen:()=>V,bookmark:()=>Oo,bookmarkAdd:()=>ko,bookmarkMultiple:()=>Ao,bookmarkMultipleVar:()=>Ao,bookshelf:()=>W,borderAll:()=>ci,box:()=>H,boxAdd:()=>Ac,boxDrag:()=>J,boxMargins:()=>wc,braces:()=>ji,bracesVariable:()=>Mi,brackets:()=>Ds,branch:()=>cs,branchCompare:()=>Ni,branchFork:()=>Pi,branchFork2:()=>Fi,branchPullRequest:()=>xs,briefcase:()=>Va,briefcase2:()=>Ha,brightness:()=>rs,broom:()=>Pa,bug:()=>Ii,bugAdd:()=>Xc,bugPlay:()=>Zc,buildingMultiple:()=>Ir,bulletList:()=>Tc,bulletListSquare:()=>Q,bulletListSquareAdd:()=>Cc,bulletListTree:()=>Ec,button:()=>Sr,cake:()=>Ga,calculator:()=>eo,calendar:()=>lt,call:()=>b,callEnd:()=>x,calligraphyPen:()=>Fa,camera:()=>Vo,cancel:()=>u,cancelCircle:()=>Mt,cancelOctagon:()=>ac,cancelSquare:()=>Nt,candy:()=>Ss,cart:()=>U,cent:()=>Ua,centerHorizontal:()=>jo,centerVertical:()=>Mo,chat:()=>He,chatQuestion:()=>xc,chatgpt:()=>Kc,checkboxChecked:()=>Es,checkboxIndeterminate:()=>Ts,checkboxIndeterminate2:()=>ws,checkboxIntermediate2:()=>ws,checkboxList:()=>Dc,checkboxUnchecked:()=>Cr,checkmark:()=>ye,checkmarkChecked:()=>Es,checkmarkCircle:()=>Pt,checkmarkIntermediate:()=>Ts,checkmarkStarburst:()=>Pe,chevronDown:()=>mn,chevronLeft:()=>hn,chevronRight:()=>gn,chevronUp:()=>_n,chromeMinimize:()=>O,chromeRestore:()=>F,chromeRestoreVar:()=>F,circle:()=>Wi,circleSmall:()=>R,clipboard:()=>Ur,clipboardPaste:()=>Wr,clipboardSearch:()=>Gr,clock:()=>Ft,close:()=>u,closedCaptions:()=>wr,cloud:()=>Ue,cloudAdd:()=>dc,cloudArrowDown:()=>pc,cloudArrowUp:()=>fc,cloudDownload:()=>pc,cloudOff:()=>mc,cloudUpload:()=>fc,code:()=>Li,codeSquare:()=>$c,coffeeHot:()=>Ka,colorPalette:()=>li,comment:()=>We,commentAdd:()=>$s,commentAdd2:()=>ec,commentExclamation:()=>Os,commentMultiple:()=>v,commentMultipleVar:()=>v,compareSize:()=>Kr,compass:()=>Ia,component:()=>Lr,compose:()=>be,computer:()=>Ho,computerMac:()=>Uo,cone:()=>vc,construction:()=>zc,constructionCone:()=>Vc,contractDown:()=>xi,cookies:()=>qa,copy:()=>d,copyVar:()=>d,copyleft:()=>Fs,copyright:()=>Ps,cornerRadius:()=>Gi,create:()=>c,creditCard:()=>Fe,crop:()=>xe,css:()=>da,css2:()=>Js,cube:()=>_c,cursor:()=>Tr,cursorClick:()=>Er,cursorDrag:()=>Xa,cut:()=>Se,cylinder:()=>gc,darkTheme:()=>Dr,database:()=>Ge,databaseAdd:()=>Ke,delete:()=>Ce,diamond:()=>C,diff:()=>bc,directions:()=>Rr,dislike:()=>Qa,dismiss:()=>u,doNotDisturb:()=>It,document:()=>vn,dollar:()=>K,dollarCircle:()=>ks,door:()=>hs,doorOpen:()=>bs,dot:()=>R,dotCircle:()=>Mc,dotSquare:()=>jc,drawText:()=>yn,drop:()=>Ja,edit:()=>_,email:()=>y,emoji:()=>T,emojiFrown:()=>Bt,emojiGrin:()=>Vt,emojiLaughter:()=>Ht,eraser:()=>ut,eraserSparkle:()=>el,exclamationMark:()=>Rc,expand:()=>Si,extension:()=>j,external:()=>I,externalLink:()=>I,eye:()=>f,eyeOff:()=>p,eyedropper:()=>dt,eyedropperColor:()=>ft,eyedropperColorAccent:()=>ta,facebook:()=>fa,fastForward:()=>m,fastFoward:()=>m,figma:()=>pa,file:()=>cr,fileAdd:()=>lr,fileMultiple:()=>Zs,fileSync:()=>ur,fileText:()=>Lc,filter:()=>No,filter2:()=>Po,filterCancel:()=>Fo,filterCancel2:()=>Io,find:()=>je,flag:()=>La,flag2:()=>Gs,flashlight:()=>pt,floppyDisk:()=>k,floppyDiskMultiple:()=>Z,foldableHorizontal:()=>Wo,foldableHorizontalHalf:()=>Go,foldableVertical:()=>Ko,foldableVerticalHalf:()=>qo,folder:()=>dr,folderAdd:()=>fr,folderMultiple:()=>oc,folderOpen:()=>pr,fullScreenMaximize:()=>Ci,fullScreenMinimize:()=>wi,game:()=>Jo,gift:()=>mt,gitCommit:()=>Ri,github:()=>ma,gitlab:()=>zs,globe:()=>qe,gnuLinux:()=>us,google:()=>ha,google2:()=>ga,googleChrome:()=>_a,googlePlay:()=>va,graph:()=>q,grid:()=>qr,gridDots:()=>Jr,hamburger:()=>Ya,hand:()=>Za,happyFace:()=>T,hardDrive:()=>mr,hash:()=>to,hatGraduation:()=>ht,headphones:()=>io,headphonesOff:()=>Us,heart:()=>h,heartStylistic:()=>we,hexagon:()=>Ki,hidden:()=>p,hide:()=>p,highlighter:()=>gt,highlighterAccent:()=>na,history:()=>ho,home:()=>M,home2:()=>zr,hourglass:()=>_t,house:()=>M,html:()=>ya,infinity:()=>Vs,info:()=>Lt,infoSquare:()=>Sc,instagram:()=>ba,javascript:()=>xa,kebab:()=>g,keyboard:()=>Yo,keyboardCommand:()=>Is,keyboardShift:()=>Te,kotlin:()=>Gc,laptop:()=>Xo,layers:()=>vt,layout:()=>Yr,leaf:()=>fo,leafThree:()=>po,leafTwo:()=>mo,library:()=>W,lightbulb:()=>yt,like:()=>Y,lineDiagonal:()=>qi,lineHorizontal:()=>O,link:()=>bt,linux:()=>us,location:()=>Br,lock:()=>Ie,lockOpen:()=>Le,love:()=>h,magnet:()=>tl,mail:()=>y,mailOpen:()=>Je,map:()=>Vr,mask:()=>ui,math:()=>Hs,megaphone:()=>Ye,megaphoneLoud:()=>Xe,mention:()=>Ze,menu:()=>Or,microphone:()=>xt,microphoneOff:()=>St,microsoft:()=>z,microsoftEdge:()=>Sa,microsoftWindows:()=>z,minus:()=>O,money:()=>K,moon:()=>os,more:()=>g,moreHorizontal:()=>g,moreVertical:()=>Ee,motherboard:()=>Zo,movie:()=>ao,museum:()=>N,musicNote:()=>oo,musicNote2:()=>so,narrator:()=>Qe,nodejs:()=>ps,note:()=>bn,noteAdd:()=>xn,notification:()=>w,npm:()=>fs,octagon:()=>Ji,off:()=>$,open:()=>I,openSource:()=>gs,openai:()=>Kc,package:()=>H,pageMargins:()=>Xr,paintBucket:()=>di,paintBucketAccent:()=>ra,paintbrush:()=>fi,paintbrush2:()=>pi,paintbrush2Sparkle:()=>Yc,panelBottom:()=>tc,panelBottomOpen:()=>nc,panelLeft:()=>Zr,panelLeftContract:()=>Qr,panelLeftExpand:()=>$r,panelLeftOpen:()=>ti,panelRight:()=>ni,panelRightContract:()=>ri,panelRightExpand:()=>ii,panelRightOpen:()=>ei,parcel:()=>H,parentheses:()=>qs,pause:()=>De,pdf:()=>hr,pdf2:()=>gr,pen:()=>_,pencil:()=>_,pencilSparkle:()=>Jc,pentagon:()=>Yi,person:()=>$e,person2:()=>et,personAdd:()=>tt,personAdd2:()=>nt,personCircle:()=>rt,personMultiple:()=>it,phone:()=>Qo,phoneAccept:()=>b,phoneHangUp:()=>x,photo:()=>_r,photoAI:()=>qc,photoAdd:()=>Bc,photoFilter:()=>G,photoMultiple:()=>Qs,photoSparkle:()=>qc,pictureInPicture:()=>Ti,pictureInPicture2:()=>Ei,pictureInPictureEnter:()=>Di,pictureInPictureExit:()=>Oi,pieChart:()=>Ic,pin:()=>Ct,pinOff:()=>wt,play:()=>Oe,playCircle:()=>ke,playCircular:()=>ke,plus:()=>c,power:()=>$,powerOff:()=>$,powerOn:()=>$,premium:()=>C,preview:()=>f,printer:()=>$o,prohibited:()=>Rt,puzzle:()=>j,python:()=>Ca,qrCode:()=>vr,question:()=>go,questionCircle:()=>_o,quote:()=>Sn,reactjs:()=>Bs,read:()=>V,reading:()=>V,record:()=>vs,recordStop:()=>ys,rectangleWide:()=>Xi,regularExpression:()=>As,repository:()=>Wc,reverse:()=>Ae,rhombus:()=>Zi,ribbon:()=>Ra,ribbonStar:()=>za,roadBarrier:()=>zc,roadCone:()=>Vc,roblox:()=>wa,ruler:()=>no,rulerDiagonal:()=>js,save:()=>k,saveAll:()=>Z,saveAs:()=>A,saveMultiple:()=>Z,savePencil:()=>A,screenSize:()=>ro,script:()=>zi,script2:()=>Bi,search:()=>je,searchCancel:()=>fe,searchNoResults:()=>fe,sectionBreak:()=>Lo,send:()=>at,server:()=>Ks,settings:()=>kr,shapeDifference:()=>mi,shapeIntersect:()=>hi,shapeSubtract:()=>gi,shapeUnion:()=>_i,shield:()=>Re,shieldCancel:()=>ze,shieldCheckmark:()=>Be,shieldKeyhole:()=>Ve,shop:()=>U,shopping:()=>U,shoppingCart:()=>U,show:()=>f,skull:()=>Ut,slashBox:()=>Ns,slashSquare:()=>Ns,smile:()=>T,smiley:()=>T,soundwave:()=>co,spacebar:()=>Cn,sparkle:()=>vo,sparkle2:()=>uc,spinner:()=>zt,splitHorizontal:()=>ic,splitVertical:()=>rc,square:()=>Qi,squareDrag:()=>J,squareMargins:()=>wc,star:()=>Me,stocks:()=>q,stocks2:()=>D,strokeThickness:()=>vi,subtract:()=>O,subtractSquare:()=>lc,subtractSquareMultiple:()=>cc,svelte:()=>Cs,symbols:()=>wn,table:()=>ai,tableSimple:()=>oi,tablet:()=>ts,tag:()=>Ro,tagAccent:()=>ia,tagAdd:()=>Pc,tagMultiple:()=>zo,tagMultipleVar:()=>zo,tagRemove:()=>Fc,target:()=>hc,taskList:()=>Bo,tasks:()=>Bo,terminal:()=>Vi,text:()=>Tn,textAdd:()=>En,textAlignCenter:()=>Dn,textAlignJustify:()=>On,textAlignLeft:()=>kn,textAlignRight:()=>An,textBold:()=>jn,textBulletList:()=>Tc,textBulletListSquare:()=>Q,textBulletListSquareAdd:()=>Cc,textBulletListTree:()=>Ec,textCaseLowercase:()=>Mn,textCaseTitle:()=>Nn,textCaseUppercase:()=>Pn,textClearFormatting:()=>Fn,textCollapse:()=>In,textColor:()=>Ln,textColorAccent:()=>aa,textDescription:()=>sc,textDocument:()=>Lc,textEditStyle:()=>Rn,textEffects:()=>zn,textExpand:()=>Bn,textFont:()=>Vn,textFontSize:()=>Hn,textFootnote:()=>Un,textHighlightColor:()=>Wn,textHighlightColorAccent:()=>oa,textIndentDecrease:()=>Gn,textIndentIncrease:()=>Kn,textItalic:()=>qn,textLarge:()=>Jn,textLetterSpacing:()=>Yn,textLineHeight:()=>Xn,textLineSpacing:()=>Zn,textNumberList:()=>Qn,textPositionBottom:()=>$n,textPositionMiddle:()=>er,textPositionTop:()=>tr,textSmall:()=>nr,textStrikethrough:()=>rr,textSubscript:()=>ir,textSuperscript:()=>ar,textTypography:()=>or,textUnderline:()=>sr,thumbsDown:()=>Qa,thumbsUp:()=>Y,tiktok:()=>Ta,timer:()=>Tt,timerOff:()=>Oc,toolbox:()=>Wa,toyBrick:()=>rl,treasureChest:()=>nl,triangle:()=>$i,tune:()=>Ne,tv:()=>es,twitter:()=>B,typescript:()=>Ms,ubuntu:()=>ls,vehicleCar:()=>Hr,verified:()=>Pe,video:()=>Ba,videoClip:()=>Hi,visible:()=>p,visualStudioCode:()=>Ea,volume:()=>X,volume0:()=>X,volume1:()=>lo,volumeHigh:()=>X,volumeLow:()=>lo,volumeMedium:()=>X,volumeMute:()=>uo,vuejs:()=>_s,watch:()=>ns,weatherCloudy:()=>ss,webpack:()=>ds,wiFi:()=>ot,window:()=>ki,windowAdd:()=>Xs,windowMultiple:()=>L,windowMultipleVar:()=>L,windows10:()=>z,wrench:()=>Et,x:()=>u,xTwitter:()=>B,youtube:()=>Da,youtubeShorts:()=>Oa,zap:()=>ms,zoomIn:()=>Ar,zoomOut:()=>jr});function al(e){let t=e.toLowerCase(),n=Object.keys(il).find(e=>{let n=e.replace(/Icon$/,``).toLowerCase();return n==t||n+`icon`==t||ie(n)==t||n==ae(t)});return il[n]}var ol=al;function sl(e,t){var n,r,i,a;if(!(n=window)?.document)throw Error(`proicons.replace() only works in a browser environment`);(r=e)??(e=document.body);let o=(i=t?.useAttributes)??!0,ee=(a=t?.attributeName)??`proicon`;for(let n of e.querySelectorAll(`[${ee}]`)){var te;let e=(te=t?.overwrite)??`auto`;(e==`auto`||e==null||e==null)&&(e=!n.hasChildNodes());let r=n.getAttribute(ee).trim(),i=ol(r);if(!i)continue;let a=document.createElement(`svg`),re={color:`color`,"stroke-width":`strokeWidth`,join:`strokeJoin`,caps:`strokeCaps`,"corner-radius":`cornerRadius`,outline:`strokeFilledElements`,size:`size`},ie={strokeWidth:`number`,strokeFilledElements:`bool`,cornerRadius:`number`,size:`number`},ae={};if(o){for(let[e,t]of Object.entries(re))if(n.hasAttribute(e)){let r=n.getAttribute(e);ie[t]==`number`?r=isNaN(+r)?void 0:+r:ie[t]==`bool`&&(r=r===`true`),ae[t]=r,n.removeAttribute(e)}for(let{name:e,value:t}of n.attributes){var ne;(ne=ae.attributes)??(ae.attributes={}),ae.attributes[e]=t}Object.assign(structuredClone(t??{}),ae)}a.innerHTML=ol(r).toSvg(ae),a=a.children[0],a.classList.add(`proicon`),a.setAttribute(`data-proicon-id`,ol(r).kebabCase),e==1?n.replaceWith(a):n.insertBefore(a,n.childNodes[0])}}var cl=sl;function ll(e){if(!e)throw TypeError(`A query is required`);e=e.toString().toLowerCase();let t=Object.values(il),n=t.filter((n,r)=>Object.entries(n).some(([t,n])=>{if(!(!Array.isArray(n)&&typeof n!=`string`||t==`raw`))return Array.isArray(n)?n.some(t=>t.toLowerCase().includes(e)):n.toLowerCase().includes(e)})&&t.indexOf(n)===r);return n}var ul=ll;exports.AccessibilityIcon=yr,exports.AddCircleIcon=de,exports.AddCircularIcon=de,exports.AddIcon=c,exports.AddRhombusIcon=pe,exports.AddSquareIcon=me,exports.AddSquareMultipleIcon=l,exports.AddSquareMultipleVarIcon=l,exports.AdditionIcon=c,exports.AirplaneIcon=Mr,exports.AirplaneLandingIcon=Nr,exports.AirplaneTakeoffIcon=Pr,exports.AlarmClockIcon=kc,exports.AlbumIcon=Nc,exports.AlertCircleIcon=Dt,exports.AlertRhombusIcon=yc,exports.AlertTriangleIcon=Ot,exports.AlignBottomIcon=yo,exports.AlignHorizontalCentersIcon=bo,exports.AlignLeftIcon=xo,exports.AlignRightIcon=So,exports.AlignTopIcon=Co,exports.AlignVerticalCentersIcon=wo,exports.AmazonIcon=sa,exports.AnchorIcon=st,exports.AndroidIcon=Ws,exports.AngleIcon=$a,exports.AppRemoveIcon=he,exports.AppStoreIcon=ca,exports.AppleIcon=la,exports.AppsAddIcon=_e,exports.AppsIcon=ge,exports.AppsListIcon=Dc,exports.ArcIcon=Ui,exports.ArchiveAdd2Icon=Eo,exports.ArchiveIcon=To,exports.ArrowClockwiseIcon=Wt,exports.ArrowCounterclockwiseIcon=Gt,exports.ArrowDownIcon=Kt,exports.ArrowDownloadIcon=qt,exports.ArrowEnterIcon=Jt,exports.ArrowExportIcon=Yt,exports.ArrowForwardIcon=E,exports.ArrowFowardIcon=E,exports.ArrowImportIcon=Xt,exports.ArrowLeftIcon=Zt,exports.ArrowLeftRightIcon=fn,exports.ArrowMaximizeIcon=yi,exports.ArrowMinimizeIcon=bi,exports.ArrowMoveIcon=Qt,exports.ArrowRedo2Icon=en,exports.ArrowRedoIcon=$t,exports.ArrowReplyIcon=tn,exports.ArrowRightIcon=nn,exports.ArrowRotateClockwiseIcon=rn,exports.ArrowRotateCounterclockwiseIcon=an,exports.ArrowSortIcon=on,exports.ArrowSwapIcon=sn,exports.ArrowSync2Icon=At,exports.ArrowSyncIcon=kt,exports.ArrowTrendingIcon=D,exports.ArrowUndo2Icon=ln,exports.ArrowUndoIcon=cn,exports.ArrowUpDownIcon=dn,exports.ArrowUpIcon=un,exports.ArrowUploadIcon=pn,exports.AsteriskIcon=Qc,exports.AttachIcon=S,exports.AttatchIcon=S,exports.BackgroundColorAccentIcon=ea,exports.BackgroundColorIcon=si,exports.BackspaceIcon=ve,exports.BadgeIcon=jt,exports.BankIcon=N,exports.BarChartIcon=P,exports.BarGraphIcon=P,exports.BasketballIcon=Uc,exports.BatteryFullIcon=xr,exports.BatteryIcon=br,exports.BeachIcon=Fr,exports.BeakerIcon=Ai,exports.BellDotIcon=Rs,exports.BellIcon=w,exports.BellOffIcon=Ls,exports.BlendIcon=G,exports.BlueskyIcon=Ys,exports.BluetoothIcon=ua,exports.BoardIcon=Do,exports.BoltIcon=ms,exports.Book2Icon=Aa,exports.BookAdd2Icon=Ma,exports.BookAddIcon=ja,exports.BookIcon=ka,exports.BookInfo2Icon=ct,exports.BookInfoIcon=Na,exports.BookLetterIcon=Hc,exports.BookMarkedIcon=Wc,exports.BookOpenIcon=V,exports.BookmarkAddIcon=ko,exports.BookmarkIcon=Oo,exports.BookmarkMultipleIcon=Ao,exports.BookmarkMultipleVarIcon=Ao,exports.BookshelfIcon=W,exports.BorderAllIcon=ci,exports.BoxAddIcon=Ac,exports.BoxDragIcon=J,exports.BoxIcon=H,exports.BoxMarginsIcon=wc,exports.BracesIcon=ji,exports.BracesVariableIcon=Mi,exports.BracketsIcon=Ds,exports.BranchCompareIcon=Ni,exports.BranchFork2Icon=Fi,exports.BranchForkIcon=Pi,exports.BranchIcon=cs,exports.BranchPullRequestIcon=xs,exports.Briefcase2Icon=Ha,exports.BriefcaseIcon=Va,exports.BrightnessIcon=rs,exports.BroomIcon=Pa,exports.BugAddIcon=Xc,exports.BugIcon=Ii,exports.BugPlayIcon=Zc,exports.BuildingMultipleIcon=Ir,exports.BulletListIcon=Tc,exports.BulletListSquareAddIcon=Cc,exports.BulletListSquareIcon=Q,exports.BulletListTreeIcon=Ec,exports.ButtonIcon=Sr,exports.CSS2Icon=Js,exports.CSSIcon=da,exports.CakeIcon=Ga,exports.CalculatorIcon=eo,exports.CalendarIcon=lt,exports.CallEndIcon=x,exports.CallIcon=b,exports.CalligraphyPenIcon=Fa,exports.CameraIcon=Vo,exports.CancelCircleIcon=Mt,exports.CancelIcon=u,exports.CancelOctagonIcon=ac,exports.CancelSquareIcon=Nt,exports.CandyIcon=Ss,exports.CartIcon=U,exports.CentIcon=Ua,exports.CenterHorizontalIcon=jo,exports.CenterVerticalIcon=Mo,exports.ChatGPTIcon=Kc,exports.ChatIcon=He,exports.ChatQuestionIcon=xc,exports.CheckboxCheckedIcon=Es,exports.CheckboxIndeterminate2Icon=ws,exports.CheckboxIndeterminateIcon=Ts,exports.CheckboxIntermediate2Icon=ws,exports.CheckboxListIcon=Dc,exports.CheckboxUncheckedIcon=Cr,exports.CheckmarkCheckedIcon=Es,exports.CheckmarkCircleIcon=Pt,exports.CheckmarkIcon=ye,exports.CheckmarkIntermediateIcon=Ts,exports.CheckmarkStarburstIcon=Pe,exports.ChevronDownIcon=mn,exports.ChevronLeftIcon=hn,exports.ChevronRightIcon=gn,exports.ChevronUpIcon=_n,exports.ChromeMinimizeIcon=O,exports.ChromeRestoreIcon=F,exports.ChromeRestoreVarIcon=F,exports.CircleIcon=Wi,exports.CircleSmallIcon=R,exports.ClipboardIcon=Ur,exports.ClipboardPasteIcon=Wr,exports.ClipboardSearchIcon=Gr,exports.ClockIcon=Ft,exports.CloseIcon=u,exports.ClosedCaptionsIcon=wr,exports.CloudAddIcon=dc,exports.CloudArrowDownIcon=pc,exports.CloudArrowUpIcon=fc,exports.CloudDownloadIcon=pc,exports.CloudIcon=Ue,exports.CloudOffIcon=mc,exports.CloudUploadIcon=fc,exports.CodeIcon=Li,exports.CodeSquareIcon=$c,exports.CoffeeHotIcon=Ka,exports.ColorPaletteIcon=li,exports.CommentAdd2Icon=ec,exports.CommentAddIcon=$s,exports.CommentExclamationIcon=Os,exports.CommentIcon=We,exports.CommentMultipleIcon=v,exports.CommentMultipleVarIcon=v,exports.CompareSizeIcon=Kr,exports.CompassIcon=Ia,exports.ComponentIcon=Lr,exports.ComposeIcon=be,exports.ComputerIcon=Ho,exports.ComputerMacIcon=Uo,exports.ConeIcon=vc,exports.ConstructionConeIcon=Vc,exports.ConstructionIcon=zc,exports.ContractDownIcon=xi,exports.CookiesIcon=qa,exports.CopyIcon=d,exports.CopyVarIcon=d,exports.CopyleftIcon=Fs,exports.CopyrightIcon=Ps,exports.CornerRadiusIcon=Gi,exports.CreateIcon=c,exports.CreditCardIcon=Fe,exports.CropIcon=xe,exports.CssIcon=da,exports.CubeIcon=_c,exports.CursorClickIcon=Er,exports.CursorDragIcon=Xa,exports.CursorIcon=Tr,exports.CutIcon=Se,exports.CylinderIcon=gc,exports.DarkThemeIcon=Dr,exports.DatabaseAddIcon=Ke,exports.DatabaseIcon=Ge,exports.DeleteIcon=Ce,exports.DiamondIcon=C,exports.DiffIcon=bc,exports.DirectionsIcon=Rr,exports.DislikeIcon=Qa,exports.DismissIcon=u,exports.DoNotDisturbIcon=It,exports.DocumentIcon=vn,exports.DollarCircleIcon=ks,exports.DollarIcon=K,exports.DoorIcon=hs,exports.DoorOpenIcon=bs,exports.DotCircleIcon=Mc,exports.DotIcon=R,exports.DotSquareIcon=jc,exports.DrawTextIcon=yn,exports.DropIcon=Ja,exports.EditIcon=_,exports.EmailIcon=y,exports.EmojiFrownIcon=Bt,exports.EmojiGrinIcon=Vt,exports.EmojiIcon=T,exports.EmojiLaughterIcon=Ht,exports.EraserIcon=ut,exports.EraserSparkleIcon=el,exports.ExclamationMarkIcon=Rc,exports.ExpandIcon=Si,exports.ExtensionIcon=j,exports.ExternalIcon=I,exports.ExternalLinkIcon=I,exports.EyeIcon=f,exports.EyeOffIcon=p,exports.EyedropperColorAccentIcon=ta,exports.EyedropperColorIcon=ft,exports.EyedropperIcon=dt,exports.FacebookIcon=fa,exports.FastForwardIcon=m,exports.FastFowardIcon=m,exports.FigmaIcon=pa,exports.FileAddIcon=lr,exports.FileIcon=cr,exports.FileMultipleIcon=Zs,exports.FileSyncIcon=ur,exports.FileTextIcon=Lc,exports.Filter2Icon=Po,exports.FilterCancel2Icon=Io,exports.FilterCancelIcon=Fo,exports.FilterIcon=No,exports.FindIcon=je,exports.Flag2Icon=Gs,exports.FlagIcon=La,exports.FlashlightIcon=pt,exports.FloppyDiskIcon=k,exports.FloppyDiskMultipleIcon=Z,exports.FoldableHorizontalHalfIcon=Go,exports.FoldableHorizontalIcon=Wo,exports.FoldableVerticalHalfIcon=qo,exports.FoldableVerticalIcon=Ko,exports.FolderAddIcon=fr,exports.FolderIcon=dr,exports.FolderMultipleIcon=oc,exports.FolderOpenIcon=pr,exports.FullScreenMaximizeIcon=Ci,exports.FullScreenMinimizeIcon=wi,exports.GNULinuxIcon=us,exports.GameIcon=Jo,exports.GiftIcon=mt,exports.GitCommitIcon=Ri,exports.GitHubIcon=ma,exports.GitLabIcon=zs,exports.GithubIcon=ma,exports.GitlabIcon=zs,exports.GlobeIcon=qe,exports.Google2Icon=ga,exports.GoogleChromeIcon=_a,exports.GoogleIcon=ha,exports.GooglePlayIcon=va,exports.GraphIcon=q,exports.GridDotsIcon=Jr,exports.GridIcon=qr,exports.HTMLIcon=ya,exports.HamburgerIcon=Ya,exports.HandIcon=Za,exports.HappyFaceIcon=T,exports.HardDriveIcon=mr,exports.HashIcon=to,exports.HatGraduationIcon=ht,exports.HeadphonesIcon=io,exports.HeadphonesOffIcon=Us,exports.HeartIcon=h,exports.HeartStylisticIcon=we,exports.HexagonIcon=Ki,exports.HiddenIcon=p,exports.HideIcon=p,exports.HighlighterAccentIcon=na,exports.HighlighterIcon=gt,exports.HistoryIcon=ho,exports.Home2Icon=zr,exports.HomeIcon=M,exports.HourglassIcon=_t,exports.HouseIcon=M,exports.HtmlIcon=ya,exports.InfinityIcon=Vs,exports.InfoIcon=Lt,exports.InfoSquareIcon=Sc,exports.InstagramIcon=ba,exports.JavaScriptIcon=xa,exports.JavascriptIcon=xa,exports.KebabIcon=g,exports.KeyboardCommandIcon=Is,exports.KeyboardIcon=Yo,exports.KeyboardShiftIcon=Te,exports.KotlinIcon=Gc,exports.LaptopIcon=Xo,exports.LayersIcon=vt,exports.LayoutIcon=Yr,exports.LeafIcon=fo,exports.LeafThreeIcon=po,exports.LeafTwoIcon=mo,exports.LibraryIcon=W,exports.LightbulbIcon=yt,exports.LikeIcon=Y,exports.LineDiagonalIcon=qi,exports.LineHorizontalIcon=O,exports.LinkIcon=bt,exports.LinuxIcon=us,exports.LocationIcon=Br,exports.LockIcon=Ie,exports.LockOpenIcon=Le,exports.LoveIcon=h,exports.MagnetIcon=tl,exports.MailIcon=y,exports.MailOpenIcon=Je,exports.MapIcon=Vr,exports.MaskIcon=ui,exports.MathIcon=Hs,exports.MegaphoneIcon=Ye,exports.MegaphoneLoudIcon=Xe,exports.MentionIcon=Ze,exports.MenuIcon=Or,exports.MicrophoneIcon=xt,exports.MicrophoneOffIcon=St,exports.MicrosoftEdgeIcon=Sa,exports.MicrosoftIcon=z,exports.MicrosoftWindowsIcon=z,exports.MinusIcon=O,exports.MoneyIcon=K,exports.MoonIcon=os,exports.MoreHorizontalIcon=g,exports.MoreIcon=g,exports.MoreVerticalIcon=Ee,exports.MotherboardIcon=Zo,exports.MovieIcon=ao,exports.MuseumIcon=N,exports.MusicNote2Icon=so,exports.MusicNoteIcon=oo,exports.NPMIcon=fs,exports.NarratorIcon=Qe,exports.NodeJSIcon=ps,exports.NodejsIcon=ps,exports.NoteAddIcon=xn,exports.NoteIcon=bn,exports.NotificationIcon=w,exports.NpmIcon=fs,exports.OctagonIcon=Ji,exports.OffIcon=$,exports.OpenAIIcon=Kc,exports.OpenIcon=I,exports.OpenSourceIcon=gs,exports.PDF2Icon=gr,exports.PDFIcon=hr,exports.PackageIcon=H,exports.PageMarginsIcon=Xr,exports.PaintBucketAccentIcon=ra,exports.PaintBucketIcon=di,exports.Paintbrush2Icon=pi,exports.Paintbrush2SparkleIcon=Yc,exports.PaintbrushIcon=fi,exports.PanelBottomIcon=tc,exports.PanelBottomOpenIcon=nc,exports.PanelLeftContractIcon=Qr,exports.PanelLeftExpandIcon=$r,exports.PanelLeftIcon=Zr,exports.PanelLeftOpenIcon=ti,exports.PanelRightContractIcon=ri,exports.PanelRightExpandIcon=ii,exports.PanelRightIcon=ni,exports.PanelRightOpenIcon=ei,exports.ParcelIcon=H,exports.ParenthesesIcon=qs,exports.PauseIcon=De,exports.PdfIcon=hr,exports.PenIcon=_,exports.PencilIcon=_,exports.PencilSparkleIcon=Jc,exports.PentagonIcon=Yi,exports.Person2Icon=et,exports.PersonAdd2Icon=nt,exports.PersonAddIcon=tt,exports.PersonCircleIcon=rt,exports.PersonIcon=$e,exports.PersonMultipleIcon=it,exports.PhoneAcceptIcon=b,exports.PhoneHangUpIcon=x,exports.PhoneIcon=Qo,exports.PhotoAIIcon=qc,exports.PhotoAddIcon=Bc,exports.PhotoFilterIcon=G,exports.PhotoIcon=_r,exports.PhotoMultipleIcon=Qs,exports.PhotoSparkleIcon=qc,exports.PictureInPicture2Icon=Ei,exports.PictureInPictureEnterIcon=Di,exports.PictureInPictureExitIcon=Oi,exports.PictureInPictureIcon=Ti,exports.PieChartIcon=Ic,exports.PinIcon=Ct,exports.PinOffIcon=wt,exports.PlayCircleIcon=ke,exports.PlayCircularIcon=ke,exports.PlayIcon=Oe,exports.PlusIcon=c,exports.PowerIcon=$,exports.PowerOffIcon=$,exports.PowerOnIcon=$,exports.PremiumIcon=C,exports.PreviewIcon=f,exports.PrinterIcon=$o,exports.ProhibitedIcon=Rt,exports.PuzzleIcon=j,exports.PythonIcon=Ca,exports.QRCodeIcon=vr,exports.QrCodeIcon=vr,exports.QuestionCircleIcon=_o,exports.QuestionIcon=go,exports.QuoteIcon=Sn,exports.ReactJSIcon=Bs,exports.ReactjsIcon=Bs,exports.ReadIcon=V,exports.ReadingIcon=V,exports.RecordIcon=vs,exports.RecordStopIcon=ys,exports.RectangleWideIcon=Xi,exports.RegularExpressionIcon=As,exports.RepositoryIcon=Wc,exports.ReverseIcon=Ae,exports.RhombusIcon=Zi,exports.RibbonIcon=Ra,exports.RibbonStarIcon=za,exports.RoadBarrierIcon=zc,exports.RoadConeIcon=Vc,exports.RobloxIcon=wa,exports.RulerDiagonalIcon=js,exports.RulerIcon=no,exports.SaveAllIcon=Z,exports.SaveAsIcon=A,exports.SaveIcon=k,exports.SaveMultipleIcon=Z,exports.SavePencilIcon=A,exports.ScreenSizeIcon=ro,exports.Script2Icon=Bi,exports.ScriptIcon=zi,exports.SearchCancelIcon=fe,exports.SearchIcon=je,exports.SearchNoResultsIcon=fe,exports.SectionBreakIcon=Lo,exports.SendIcon=at,exports.ServerIcon=Ks,exports.SettingsIcon=kr,exports.ShapeDifferenceIcon=mi,exports.ShapeIntersectIcon=hi,exports.ShapeSubtractIcon=gi,exports.ShapeUnionIcon=_i,exports.ShieldCancelIcon=ze,exports.ShieldCheckmarkIcon=Be,exports.ShieldIcon=Re,exports.ShieldKeyholeIcon=Ve,exports.ShopIcon=U,exports.ShoppingCartIcon=U,exports.ShoppingIcon=U,exports.ShowIcon=f,exports.SkullIcon=Ut,exports.SlashBoxIcon=Ns,exports.SlashSquareIcon=Ns,exports.SmileIcon=T,exports.SmileyIcon=T,exports.SoundwaveIcon=co,exports.SpacebarIcon=Cn,exports.Sparkle2Icon=uc,exports.SparkleIcon=vo,exports.SpinnerIcon=zt,exports.SplitHorizontalIcon=ic,exports.SplitVerticalIcon=rc,exports.SquareDragIcon=J,exports.SquareIcon=Qi,exports.SquareMarginsIcon=wc,exports.StarIcon=Me,exports.Stocks2Icon=D,exports.StocksIcon=q,exports.StrokeThicknessIcon=vi,exports.SubtractIcon=O,exports.SubtractSquareIcon=lc,exports.SubtractSquareMultipleIcon=cc,exports.SvelteIcon=Cs,exports.SymbolsIcon=wn,exports.TVIcon=es,exports.TableIcon=ai,exports.TableSimpleIcon=oi,exports.TabletIcon=ts,exports.TagAccentIcon=ia,exports.TagAddIcon=Pc,exports.TagIcon=Ro,exports.TagMultipleIcon=zo,exports.TagMultipleVarIcon=zo,exports.TagRemoveIcon=Fc,exports.TargetIcon=hc,exports.TaskListIcon=Bo,exports.TasksIcon=Bo,exports.TerminalIcon=Vi,exports.TextAddIcon=En,exports.TextAlignCenterIcon=Dn,exports.TextAlignJustifyIcon=On,exports.TextAlignLeftIcon=kn,exports.TextAlignRightIcon=An,exports.TextBoldIcon=jn,exports.TextBulletListIcon=Tc,exports.TextBulletListSquareAddIcon=Cc,exports.TextBulletListSquareIcon=Q,exports.TextBulletListTreeIcon=Ec,exports.TextCaseLowercaseIcon=Mn,exports.TextCaseTitleIcon=Nn,exports.TextCaseUppercaseIcon=Pn,exports.TextClearFormattingIcon=Fn,exports.TextCollapseIcon=In,exports.TextColorAccentIcon=aa,exports.TextColorIcon=Ln,exports.TextDescriptionIcon=sc,exports.TextDocumentIcon=Lc,exports.TextEditStyleIcon=Rn,exports.TextEffectsIcon=zn,exports.TextExpandIcon=Bn,exports.TextFontIcon=Vn,exports.TextFontSizeIcon=Hn,exports.TextFootnoteIcon=Un,exports.TextHighlightColorAccentIcon=oa,exports.TextHighlightColorIcon=Wn,exports.TextIcon=Tn,exports.TextIndentDecreaseIcon=Gn,exports.TextIndentIncreaseIcon=Kn,exports.TextItalicIcon=qn,exports.TextLargeIcon=Jn,exports.TextLetterSpacingIcon=Yn,exports.TextLineHeightIcon=Xn,exports.TextLineSpacingIcon=Zn,exports.TextNumberListIcon=Qn,exports.TextPositionBottomIcon=$n,exports.TextPositionMiddleIcon=er,exports.TextPositionTopIcon=tr,exports.TextSmallIcon=nr,exports.TextStrikethroughIcon=rr,exports.TextSubscriptIcon=ir,exports.TextSuperscriptIcon=ar,exports.TextTypographyIcon=or,exports.TextUnderlineIcon=sr,exports.ThumbsDownIcon=Qa,exports.ThumbsUpIcon=Y,exports.TikTokIcon=Ta,exports.TiktokIcon=Ta,exports.TimerIcon=Tt,exports.TimerOffIcon=Oc,exports.ToolboxIcon=Wa,exports.ToyBrickIcon=rl,exports.TreasureChestIcon=nl,exports.TriangleIcon=$i,exports.TuneIcon=Ne,exports.TvIcon=es,exports.TwitterIcon=B,exports.TypeScriptIcon=Ms,exports.TypescriptIcon=Ms,exports.UbuntuIcon=ls,exports.VehicleCarIcon=Hr,exports.VerifiedIcon=Pe,exports.VideoClipIcon=Hi,exports.VideoIcon=Ba,exports.VisibleIcon=p,exports.VisualStudioCodeIcon=Ea,exports.Volume0Icon=X,exports.Volume1Icon=lo,exports.VolumeHighIcon=X,exports.VolumeIcon=X,exports.VolumeLowIcon=lo,exports.VolumeMediumIcon=X,exports.VolumeMuteIcon=uo,exports.VueJSIcon=_s,exports.VuejsIcon=_s,exports.WatchIcon=ns,exports.WeatherCloudyIcon=ss,exports.WebpackIcon=ds,exports.WiFiIcon=ot,exports.WindowAddIcon=Xs,exports.WindowIcon=ki,exports.WindowMultipleIcon=L,exports.WindowMultipleVarIcon=L,exports.Windows10Icon=z,exports.WrenchIcon=Et,exports.XIcon=u,exports.XTwitterIcon=B,exports.YouTubeIcon=Da,exports.YouTubeShortsIcon=Oa,exports.YoutubeIcon=Da,exports.YoutubeShortsIcon=Oa,exports.ZapIcon=ms,exports.ZoomInIcon=Ar,exports.ZoomOutIcon=jr,exports.accessibility=yr,exports.add=c,exports.addCircle=de,exports.addCircular=de,exports.addRhombus=pe,exports.addSquare=me,exports.addSquareMultiple=l,exports.addSquareMultipleVar=l,exports.addition=c,exports.airplane=Mr,exports.airplaneLanding=Nr,exports.airplaneTakeoff=Pr,exports.alarmClock=kc,exports.album=Nc,exports.alertCircle=Dt,exports.alertRhombus=yc,exports.alertTriangle=Ot,exports.alignBottom=yo,exports.alignHorizontalCenters=bo,exports.alignLeft=xo,exports.alignRight=So,exports.alignTop=Co,exports.alignVerticalCenters=wo,exports.amazon=sa,exports.anchor=st,exports.android=Ws,exports.angle=$a,exports.appRemove=he,exports.appStore=ca,exports.apple=la,exports.apps=ge,exports.appsAdd=_e,exports.appsList=Dc,exports.arc=Ui,exports.archive=To,exports.archiveAdd2=Eo,exports.arrowClockwise=Wt,exports.arrowCounterclockwise=Gt,exports.arrowDown=Kt,exports.arrowDownload=qt,exports.arrowEnter=Jt,exports.arrowExport=Yt,exports.arrowForward=E,exports.arrowFoward=E,exports.arrowImport=Xt,exports.arrowLeft=Zt,exports.arrowLeftRight=fn,exports.arrowMaximize=yi,exports.arrowMinimize=bi,exports.arrowMove=Qt,exports.arrowRedo=$t,exports.arrowRedo2=en,exports.arrowReply=tn,exports.arrowRight=nn,exports.arrowRotateClockwise=rn,exports.arrowRotateCounterclockwise=an,exports.arrowSort=on,exports.arrowSwap=sn,exports.arrowSync=kt,exports.arrowSync2=At,exports.arrowTrending=D,exports.arrowUndo=cn,exports.arrowUndo2=ln,exports.arrowUp=un,exports.arrowUpDown=dn,exports.arrowUpload=pn,exports.asterisk=Qc,exports.attach=S,exports.attatch=S,exports.backgroundColor=si,exports.backgroundColorAccent=ea,exports.backspace=ve,exports.badge=jt,exports.bank=N,exports.barChart=P,exports.barGraph=P,exports.basketball=Uc,exports.battery=br,exports.batteryFull=xr,exports.beach=Fr,exports.beaker=Ai,exports.bell=w,exports.bellDot=Rs,exports.bellOff=Ls,exports.blend=G,exports.bluesky=Ys,exports.bluetooth=ua,exports.board=Do,exports.bolt=ms,exports.book=ka,exports.book2=Aa,exports.bookAdd=ja,exports.bookAdd2=Ma,exports.bookInfo=Na,exports.bookInfo2=ct,exports.bookLetter=Hc,exports.bookMarked=Wc,exports.bookOpen=V,exports.bookmark=Oo,exports.bookmarkAdd=ko,exports.bookmarkMultiple=Ao,exports.bookmarkMultipleVar=Ao,exports.bookshelf=W,exports.borderAll=ci,exports.box=H,exports.boxAdd=Ac,exports.boxDrag=J,exports.boxMargins=wc,exports.braces=ji,exports.bracesVariable=Mi,exports.brackets=Ds,exports.branch=cs,exports.branchCompare=Ni,exports.branchFork=Pi,exports.branchFork2=Fi,exports.branchPullRequest=xs,exports.briefcase=Va,exports.briefcase2=Ha,exports.brightness=rs,exports.broom=Pa,exports.bug=Ii,exports.bugAdd=Xc,exports.bugPlay=Zc,exports.buildingMultiple=Ir,exports.bulletList=Tc,exports.bulletListSquare=Q,exports.bulletListSquareAdd=Cc,exports.bulletListTree=Ec,exports.button=Sr,exports.cake=Ga,exports.calculator=eo,exports.calendar=lt,exports.call=b,exports.callEnd=x,exports.calligraphyPen=Fa,exports.camera=Vo,exports.cancel=u,exports.cancelCircle=Mt,exports.cancelOctagon=ac,exports.cancelSquare=Nt,exports.candy=Ss,exports.cart=U,exports.categories=ee,exports.cent=Ua,exports.centerHorizontal=jo,exports.centerVertical=Mo,exports.chat=He,exports.chatQuestion=xc,exports.chatgpt=Kc,exports.checkboxChecked=Es,exports.checkboxIndeterminate=Ts,exports.checkboxIndeterminate2=ws,exports.checkboxIntermediate2=ws,exports.checkboxList=Dc,exports.checkboxUnchecked=Cr,exports.checkmark=ye,exports.checkmarkChecked=Es,exports.checkmarkCircle=Pt,exports.checkmarkIntermediate=Ts,exports.checkmarkStarburst=Pe,exports.chevronDown=mn,exports.chevronLeft=hn,exports.chevronRight=gn,exports.chevronUp=_n,exports.chromeMinimize=O,exports.chromeRestore=F,exports.chromeRestoreVar=F,exports.circle=Wi,exports.circleSmall=R,exports.clipboard=Ur,exports.clipboardPaste=Wr,exports.clipboardSearch=Gr,exports.clock=Ft,exports.close=u,exports.closedCaptions=wr,exports.cloud=Ue,exports.cloudAdd=dc,exports.cloudArrowDown=pc,exports.cloudArrowUp=fc,exports.cloudDownload=pc,exports.cloudOff=mc,exports.cloudUpload=fc,exports.code=Li,exports.codeSquare=$c,exports.coffeeHot=Ka,exports.colorPalette=li,exports.comment=We,exports.commentAdd=$s,exports.commentAdd2=ec,exports.commentExclamation=Os,exports.commentMultiple=v,exports.commentMultipleVar=v,exports.compareSize=Kr,exports.compass=Ia,exports.component=Lr,exports.compose=be,exports.computer=Ho,exports.computerMac=Uo,exports.cone=vc,exports.construction=zc,exports.constructionCone=Vc,exports.contractDown=xi,exports.cookies=qa,exports.copy=d,exports.copyVar=d,exports.copyleft=Fs,exports.copyright=Ps,exports.cornerRadius=Gi,exports.create=c,exports.creditCard=Fe,exports.crop=xe,exports.css=da,exports.css2=Js,exports.cube=_c,exports.cursor=Tr,exports.cursorClick=Er,exports.cursorDrag=Xa,exports.cut=Se,exports.cylinder=gc,exports.darkTheme=Dr,exports.database=Ge,exports.databaseAdd=Ke,exports.delete=Ce,exports.diamond=C,exports.diff=bc,exports.directions=Rr,exports.dislike=Qa,exports.dismiss=u,exports.doNotDisturb=It,exports.document=vn,exports.dollar=K,exports.dollarCircle=ks,exports.door=hs,exports.doorOpen=bs,exports.dot=R,exports.dotCircle=Mc,exports.dotSquare=jc,exports.drawText=yn,exports.drop=Ja,exports.edit=_,exports.email=y,exports.emoji=T,exports.emojiFrown=Bt,exports.emojiGrin=Vt,exports.emojiLaughter=Ht,exports.eraser=ut,exports.eraserSparkle=el,exports.exclamationMark=Rc,exports.expand=Si,exports.extension=j,exports.external=I,exports.externalLink=I,exports.eye=f,exports.eyeOff=p,exports.eyedropper=dt,exports.eyedropperColor=ft,exports.eyedropperColorAccent=ta,exports.facebook=fa,exports.fastForward=m,exports.fastFoward=m,exports.figma=pa,exports.file=cr,exports.fileAdd=lr,exports.fileMultiple=Zs,exports.fileSync=ur,exports.fileText=Lc,exports.filter=No,exports.filter2=Po,exports.filterCancel=Fo,exports.filterCancel2=Io,exports.find=je,exports.flag=La,exports.flag2=Gs,exports.flashlight=pt,exports.floppyDisk=k,exports.floppyDiskMultiple=Z,exports.foldableHorizontal=Wo,exports.foldableHorizontalHalf=Go,exports.foldableVertical=Ko,exports.foldableVerticalHalf=qo,exports.folder=dr,exports.folderAdd=fr,exports.folderMultiple=oc,exports.folderOpen=pr,exports.fullScreenMaximize=Ci,exports.fullScreenMinimize=wi,exports.game=Jo,exports.getIconInfo=ol,exports.gift=mt,exports.gitCommit=Ri,exports.github=ma,exports.gitlab=zs,exports.globe=qe,exports.gnuLinux=us,exports.google=ha,exports.google2=ga,exports.googleChrome=_a,exports.googlePlay=va,exports.graph=q,exports.grid=qr,exports.gridDots=Jr,exports.hamburger=Ya,exports.hand=Za,exports.happyFace=T,exports.hardDrive=mr,exports.hash=to,exports.hatGraduation=ht,exports.headphones=io,exports.headphonesOff=Us,exports.heart=h,exports.heartStylistic=we,exports.hexagon=Ki,exports.hidden=p,exports.hide=p,exports.highlighter=gt,exports.highlighterAccent=na,exports.history=ho,exports.home=M,exports.home2=zr,exports.hourglass=_t,exports.house=M,exports.html=ya,exports.iconList=te,Object.defineProperty(exports,`icons`,{enumerable:!0,get:function(){return il}}),exports.infinity=Vs,exports.info=Lt,exports.infoSquare=Sc,exports.instagram=ba,exports.javascript=xa,exports.kebab=g,exports.keyboard=Yo,exports.keyboardCommand=Is,exports.keyboardShift=Te,exports.kotlin=Gc,exports.laptop=Xo,exports.layers=vt,exports.layout=Yr,exports.leaf=fo,exports.leafThree=po,exports.leafTwo=mo,exports.library=W,exports.lightbulb=yt,exports.like=Y,exports.lineDiagonal=qi,exports.lineHorizontal=O,exports.link=bt,exports.linux=us,exports.location=Br,exports.lock=Ie,exports.lockOpen=Le,exports.love=h,exports.magnet=tl,exports.mail=y,exports.mailOpen=Je,exports.map=Vr,exports.mask=ui,exports.math=Hs,exports.megaphone=Ye,exports.megaphoneLoud=Xe,exports.mention=Ze,exports.menu=Or,exports.microphone=xt,exports.microphoneOff=St,exports.microsoft=z,exports.microsoftEdge=Sa,exports.microsoftWindows=z,exports.minus=O,exports.money=K,exports.moon=os,exports.more=g,exports.moreHorizontal=g,exports.moreVertical=Ee,exports.motherboard=Zo,exports.movie=ao,exports.museum=N,exports.musicNote=oo,exports.musicNote2=so,exports.narrator=Qe,exports.nodejs=ps,exports.note=bn,exports.noteAdd=xn,exports.notification=w,exports.npm=fs,exports.octagon=Ji,exports.off=$,exports.open=I,exports.openSource=gs,exports.openai=Kc,exports.package=H,exports.pageMargins=Xr,exports.paintBucket=di,exports.paintBucketAccent=ra,exports.paintbrush=fi,exports.paintbrush2=pi,exports.paintbrush2Sparkle=Yc,exports.panelBottom=tc,exports.panelBottomOpen=nc,exports.panelLeft=Zr,exports.panelLeftContract=Qr,exports.panelLeftExpand=$r,exports.panelLeftOpen=ti,exports.panelRight=ni,exports.panelRightContract=ri,exports.panelRightExpand=ii,exports.panelRightOpen=ei,exports.parcel=H,exports.parentheses=qs,exports.pause=De,exports.pdf=hr,exports.pdf2=gr,exports.pen=_,exports.pencil=_,exports.pencilSparkle=Jc,exports.pentagon=Yi,exports.person=$e,exports.person2=et,exports.personAdd=tt,exports.personAdd2=nt,exports.personCircle=rt,exports.personMultiple=it,exports.phone=Qo,exports.phoneAccept=b,exports.phoneHangUp=x,exports.photo=_r,exports.photoAI=qc,exports.photoAdd=Bc,exports.photoFilter=G,exports.photoMultiple=Qs,exports.photoSparkle=qc,exports.pictureInPicture=Ti,exports.pictureInPicture2=Ei,exports.pictureInPictureEnter=Di,exports.pictureInPictureExit=Oi,exports.pieChart=Ic,exports.pin=Ct,exports.pinOff=wt,exports.play=Oe,exports.playCircle=ke,exports.playCircular=ke,exports.plus=c,exports.power=$,exports.powerOff=$,exports.powerOn=$,exports.premium=C,exports.preview=f,exports.printer=$o,exports.prohibited=Rt,exports.puzzle=j,exports.python=Ca,exports.qrCode=vr,exports.question=go,exports.questionCircle=_o,exports.quote=Sn,exports.reactjs=Bs,exports.read=V,exports.reading=V,exports.record=vs,exports.recordStop=ys,exports.rectangleWide=Xi,exports.regularExpression=As,exports.replace=cl,exports.repository=Wc,exports.reverse=Ae,exports.rhombus=Zi,exports.ribbon=Ra,exports.ribbonStar=za,exports.roadBarrier=zc,exports.roadCone=Vc,exports.roblox=wa,exports.ruler=no,exports.rulerDiagonal=js,exports.save=k,exports.saveAll=Z,exports.saveAs=A,exports.saveMultiple=Z,exports.savePencil=A,exports.screenSize=ro,exports.script=zi,exports.script2=Bi,exports.search=ul,exports.searchCancel=fe,exports.searchNoResults=fe,exports.sectionBreak=Lo,exports.send=at,exports.server=Ks,exports.settings=kr,exports.shapeDifference=mi,exports.shapeIntersect=hi,exports.shapeSubtract=gi,exports.shapeUnion=_i,exports.shield=Re,exports.shieldCancel=ze,exports.shieldCheckmark=Be,exports.shieldKeyhole=Ve,exports.shop=U,exports.shopping=U,exports.shoppingCart=U,exports.show=f,exports.skull=Ut,exports.slashBox=Ns,exports.slashSquare=Ns,exports.smile=T,exports.smiley=T,exports.soundwave=co,exports.spacebar=Cn,exports.sparkle=vo,exports.sparkle2=uc,exports.spinner=zt,exports.splitHorizontal=ic,exports.splitVertical=rc,exports.square=Qi,exports.squareDrag=J,exports.squareMargins=wc,exports.star=Me,exports.stocks=q,exports.stocks2=D,exports.strokeThickness=vi,exports.subtract=O,exports.subtractSquare=lc,exports.subtractSquareMultiple=cc,exports.svelte=Cs,exports.symbols=wn,exports.table=ai,exports.tableSimple=oi,exports.tablet=ts,exports.tag=Ro,exports.tagAccent=ia,exports.tagAdd=Pc,exports.tagMultiple=zo,exports.tagMultipleVar=zo,exports.tagRemove=Fc,exports.target=hc,exports.taskList=Bo,exports.tasks=Bo,exports.terminal=Vi,exports.text=Tn,exports.textAdd=En,exports.textAlignCenter=Dn,exports.textAlignJustify=On,exports.textAlignLeft=kn,exports.textAlignRight=An,exports.textBold=jn,exports.textBulletList=Tc,exports.textBulletListSquare=Q,exports.textBulletListSquareAdd=Cc,exports.textBulletListTree=Ec,exports.textCaseLowercase=Mn,exports.textCaseTitle=Nn,exports.textCaseUppercase=Pn,exports.textClearFormatting=Fn,exports.textCollapse=In,exports.textColor=Ln,exports.textColorAccent=aa,exports.textDescription=sc,exports.textDocument=Lc,exports.textEditStyle=Rn,exports.textEffects=zn,exports.textExpand=Bn,exports.textFont=Vn,exports.textFontSize=Hn,exports.textFootnote=Un,exports.textHighlightColor=Wn,exports.textHighlightColorAccent=oa,exports.textIndentDecrease=Gn,exports.textIndentIncrease=Kn,exports.textItalic=qn,exports.textLarge=Jn,exports.textLetterSpacing=Yn,exports.textLineHeight=Xn,exports.textLineSpacing=Zn,exports.textNumberList=Qn,exports.textPositionBottom=$n,exports.textPositionMiddle=er,exports.textPositionTop=tr,exports.textSmall=nr,exports.textStrikethrough=rr,exports.textSubscript=ir,exports.textSuperscript=ar,exports.textTypography=or,exports.textUnderline=sr,exports.thumbsDown=Qa,exports.thumbsUp=Y,exports.tiktok=Ta,exports.timer=Tt,exports.timerOff=Oc,exports.toolbox=Wa,exports.toyBrick=rl,exports.treasureChest=nl,exports.triangle=$i,exports.tune=Ne,exports.tv=es,exports.twitter=B,exports.typescript=Ms,exports.ubuntu=ls,exports.vehicleCar=Hr,exports.verified=Pe,exports.video=Ba,exports.videoClip=Hi,exports.visible=p,exports.visualStudioCode=Ea,exports.volume=X,exports.volume0=X,exports.volume1=lo,exports.volumeHigh=X,exports.volumeLow=lo,exports.volumeMedium=X,exports.volumeMute=uo,exports.vuejs=_s,exports.watch=ns,exports.weatherCloudy=ss,exports.webpack=ds,exports.wiFi=ot,exports.window=ki,exports.windowAdd=Xs,exports.windowMultiple=L,exports.windowMultipleVar=L,exports.windows10=z,exports.wrench=Et,exports.x=u,exports.xTwitter=B,exports.youtube=Da,exports.youtubeShorts=Oa,exports.zap=ms,exports.zoomIn=Ar,exports.zoomOut=jr});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports):typeof define==`function`&&define.amd?define([`exports`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.proicons={}))})(this,function(e){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});var t=Object.defineProperty,n=(e,n)=>{let r={};for(var i in e)t(r,i,{get:e[i],enumerable:!0});return n&&t(r,Symbol.toStringTag,{value:`Module`}),r},r=`Accents.Actions.Activities.Arrows.Business.Communication & Cloud.Design.Development.Emojis.Files.Food & Drink.Gestures.Layout.Logos & Brands.Math & Numbers.Media.Miscellaneous.Nature.Objects.Organization.Places & Transportation.Security.Shapes.Status.System & Interface.Technology.Text.Weather.Window`.split(`.`),i=`Accessibility.Add.Add Circle.Add Rhombus.Add Square.Add Square Multiple.Airplane.Airplane Landing.Airplane Takeoff.Alarm Clock.Album.Alert Circle.Alert Rhombus.Alert Triangle.Align Bottom.Align Horizontal Centers.Align Left.Align Right.Align Top.Align Vertical Centers.Amazon.American Football.Anchor.Android.Angle.App Remove.App Store.Apple.Apps.Apps Add.Arc.Archive.Archive Add 2.Arrow Clockwise.Arrow Counterclockwise.Arrow Down.Arrow Download.Arrow Enter.Arrow Export.Arrow Forward.Arrow Import.Arrow Left.Arrow Left Right.Arrow Maximize.Arrow Minimize.Arrow Move.Arrow Redo.Arrow Redo 2.Arrow Reply.Arrow Right.Arrow Rotate Clockwise.Arrow Rotate Counterclockwise.Arrow Sort.Arrow Swap.Arrow Sync.Arrow Sync 2.Arrow Trending.Arrow Undo.Arrow Undo 2.Arrow Up.Arrow Up Down.Arrow Upload.Asterisk.Attach.Background Color.Background Color Accent.Backspace.Badge.Bank.Bar Chart.Bar Chart Sparkle.Basketball.Battery.Battery Full.Beach.Beaker.Bell.Bell Dot.Bell Off.Bluesky.Bluetooth.Board.Bolt.Book.Book 2.Book Add.Book Add 2.Book Info.Book Info 2.Book Letter.Book Marked.Book Open.Bookmark.Bookmark Add.Bookmark Multiple.Border All.Box.Box Add.Braces.Braces Variable.Brackets.Brain.Branch.Branch Compare.Branch Fork.Branch Fork 2.Branch Pull Request.Briefcase.Briefcase 2.Brightness.Broom.Bug.Bug Add.Bug Play.Building Multiple.Bullet List.Bullet List Square.Bullet List Square Add.Bullet List Tree.Button.CSS.CSS 2.Cake.Calculator.Calendar.Call.Call End.Calligraphy Pen.Camera.Cancel.Cancel Circle.Cancel Octagon.Cancel Square.Candy.Cart.Cent.Center Horizontal.Center Vertical.Chat.Chat Question.Checkbox Checked.Checkbox Indeterminate.Checkbox Indeterminate 2.Checkbox List.Checkbox Unchecked.Checkmark.Checkmark Circle.Checkmark Starburst.Cheese.Chevron Down.Chevron Left.Chevron Right.Chevron Up.Chrome Restore.Circle.Circle Small.Clipboard.Clipboard Paste.Clipboard Search.Clock.Closed Captions.Cloud.Cloud Add.Cloud Arrow Down.Cloud Arrow Up.Cloud Off.Code.Code Square.Coffee Hot.Color Palette.Comment.Comment Add.Comment Add 2.Comment Exclamation.Comment Multiple.Compare Size.Compass.Component.Compose.Computer.Computer Mac.Cone.Container.Contract Down.Cookies.Copy.Copyleft.Copyright.Corner Radius.Credit Card.Crop.Cube.Cursor.Cursor Click.Cursor Drag.Cut.Cylinder.Dark Theme.Database.Database Add.Delete.Diamond.Diff.Directions.Do Not Disturb.Document.Dollar.Dollar Circle.Door.Door Open.Dot Circle.Dot Square.Draw Text.Drop.Egg Fried.Emoji.Emoji Frown.Emoji Grin.Emoji Laughter.Eraser.Eraser Sparkle.Exclamation Mark.Expand.Extension.Eye.Eye Off.Eyedropper.Eyedropper Color.Eyedropper Color Accent.Facebook.Fast Forward.Figma.File.File Add.File Multiple.File Sync.File Text.Filter.Filter 2.Filter Cancel.Filter Cancel 2.Flag.Flag 2.Flashlight.Foldable Horizontal.Foldable Horizontal Half.Foldable Vertical.Foldable Vertical Half.Folder.Folder Add.Folder Multiple.Folder Open.Food.Full Screen Maximize.Full Screen Minimize.Game.Gift.Git Commit.GitHub.GitLab.Glasses.Globe.Google.Google 2.Google Chrome.Google Play.Graph.Grid.Grid Dots.HTML.Hamburger.Hand.Hard Drive.Hash.Hat Graduation.Headphones.Headphones Off.Heart.Heart Stylistic.Hexagon.Highlighter.Highlighter Accent.History.Home.Home 2.Hourglass.Infinity.Info.Info Square.Instagram.JavaScript.Key.Keyboard.Keyboard Command.Keyboard Shift.Kotlin.Laptop.Layers.Layout.Leaf.Leaf Three.Leaf Two.Library.Lightbulb.Line Diagonal.Link.Linux.Location.Lock.Lock Open.Magnet.Mail.Mail Open.Map.Mask.Math.Megaphone.Megaphone Loud.Mention.Menu.Microphone.Microphone Off.Microsoft.Microsoft Edge.Moon.More.More Vertical.Motherboard.Movie.Music Note.Music Note 2.NPM.Narrator.NodeJS.Note.Note Add.Octagon.Open.Open Source.OpenAI.PDF.PDF 2.Page Margins.Paint Bucket.Paint Bucket Accent.Paintbrush.Paintbrush 2.Paintbrush 2 Sparkle.Panel Bottom.Panel Bottom Open.Panel Left.Panel Left Contract.Panel Left Expand.Panel Left Open.Panel Right.Panel Right Contract.Panel Right Expand.Panel Right Open.Parentheses.Pause.Pencil.Pencil Sparkle.Pentagon.Person.Person 2.Person Add.Person Add 2.Person Circle.Person Multiple.Phone.Photo.Photo Add.Photo Filter.Photo Filter 2.Photo Multiple.Photo Sparkle.Picture in Picture.Picture in Picture 2.Picture in Picture Enter.Picture in Picture Exit.Pie Chart.Pin.Pin Off.Pizza.Play.Play Circle.Power.Printer.Prohibited.Pulse.Python.QR Code.Question.Question Circle.Quote.ReactJS.Record.Record Stop.Rectangle Wide.Regular Expression.Reverse.Rhombus.Ribbon.Ribbon Star.Road Barrier.Road Cone.Roblox.Rocket.Rose.Ruler.Ruler Diagonal.Sapling.Save.Save Multiple.Save Pencil.Screen Size.Script.Script 2.Search.Search Cancel.Section Break.Send.Server.Settings.Shape Difference.Shape Intersect.Shape Subtract.Shape Union.Shield.Shield Cancel.Shield Checkmark.Shield Keyhole.Skull.Slash Square.Soccer.Soundwave.Spacebar.Sparkle.Sparkle 2.Spinner.Split Horizontal.Split Vertical.Square.Square Drag.Square Margins.Star.Stroke Thickness.Subtract.Subtract Square.Subtract Square Multiple.Svelte.Symbols.TV.Table.Table Simple.Tablet.Tag.Tag Accent.Tag Add.Tag Multiple.Tag Remove.Target.Task List.Terminal.Text.Text Add.Text Align Center.Text Align Justify.Text Align Left.Text Align Right.Text Bold.Text Case Lowercase.Text Case Title.Text Case Uppercase.Text Clear Formatting.Text Collapse.Text Color.Text Color Accent.Text Description.Text Edit Style.Text Effects.Text Expand.Text Font.Text Font Size.Text Footnote.Text Highlight Color.Text Highlight Color Accent.Text Indent Decrease.Text Indent Increase.Text Italic.Text Large.Text Letter Spacing.Text Line Height.Text Line Spacing.Text Number List.Text Position Bottom.Text Position Middle.Text Position Top.Text Small.Text Strikethrough.Text Subscript.Text Superscript.Text Typography.Text Underline.Thumbs Down.Thumbs Up.TikTok.Timer.Timer Off.Toast.Toolbox.Toy Brick.Treasure Chest.Triangle.Trophy.Tune.TypeScript.Ubuntu.Vehicle Car.Video.Video Clip.Visual Studio Code.Volume.Volume Low.Volume Mute.VueJS.Watch.Weather Cloudy.Webpack.Wi-Fi.Window.Window Add.Window Multiple.Wrench.X (Twitter).YouTube.YouTube Shorts.Zoom In.Zoom Out`.split(`.`);function a(e){return e.trim().replaceAll(`&`,`And`).replace(/_|[^\w\d]+/g,` `)}function o(e){return a(e).replace(RegExp(`(?<=\\s|^)[a-z]`,`g`),e=>e.toUpperCase()).replace(/^\s*\d+/,``).replace(/^\w+/,e=>e.toLowerCase()).replaceAll(` `,``)}function ee(e){return a(e).replace(/\s+/g,`-`).replace(/^-?\d+/,``).replace(/^-|-$/g,``).replace(/-{2,}/,`-`).toLowerCase()}function te(e){return a(e).replace(RegExp(`(?<=\\s|^)[a-z]`,`g`),e=>e.toUpperCase()).replace(/^\s*\d+/,``).replaceAll(` `,``)}let ne=[`svg`,{width:`24`,height:`24`,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`},[]];function s(e,t){let n=1.5,r={color:[`stroke`,`fill`],strokeWidth:[`stroke-width`],strokeCaps:[`stroke-linejoin`],strokeJoin:[`stroke-linecap`],cornerRadius:[`rx`]};return t?e.map(e=>{var i;let[a,o,ee]=e;for(let[e,n]of Object.entries(r))for(let r of n)o[r]&&t[e]&&(o[r]=t[e]);if(o.fill!=null&&o.fill!=`none`&&o.stroke!=null&&o.stroke!=`none`&&((i=t==null?void 0:t.strokeWidth)==null?0:i)>n){var te,ne;o[`stroke-width`]=(t.strokeWidth-n).toString(),o.stroke=o.fill,o[`stroke-linecap`]=(te=t.strokeCaps)==null?`round`:te,o[`stroke-linejoin`]=(ne=t.strokeJoin)==null?`round`:ne}return ee.length&&(e[2]=s(ee,t)),e}):e}function re(e,t,n){let r=structuredClone(t),[i,a,o]=r;if(o.push(...e),n!=null&&n.size&&(a.width=n.size.toString(),a.height=n.size.toString()),n!=null&&n.attributes)for(let[e,t]of Object.entries(n.attributes))a[e]=t;return ie([r])}function ie(e){return e.map(([e,t,n])=>`<${e} ${Object.entries(t).map(([e,t])=>`${e}=${JSON.stringify(t)}`).join(` `)}${n.length>0?`>${ie(n)}</${e}>`:` />`}`).join(``)}function ae(e,t){if(t.has(e))throw TypeError(`Cannot initialize the same private elements twice on an object`)}function oe(e,t,n){ae(e,t),t.set(e,n)}function se(e,t,n){if(typeof e==`function`?e===t:e.has(t))return arguments.length<3?t:n;throw TypeError(`Private element is not present on this object`)}function ce(e,t,n){return e.set(se(e,t),n),n}function le(e,t){return e.get(se(e,t))}var ue=new WeakMap,de=class{constructor(e,t,n,r){oe(this,ue,[]),this.name=e,this.kebabCase=ee(e),this.camelCase=o(e),this.tags=t==null?[]:t,this.category=n,ce(ue,this,r),this.raw=this.toSvg()}toSvg(e){return re(s(le(ue,this),e),ne,e)}};function c({name:e,tags:t,category:n,deprecated:r,alternativeIcon:i},a){return r&&console.warn(`The icon ${e} is deprecated and will be removed in a future version. Use ${i} instead.`),new de(e,t,n,a)}let l=c({name:`Add`,tags:[`Plus`,`Create`,`New`,`Addition`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4 12h8m0 0h8m-8 0V4m0 8v8`},[]]]),fe=c({name:`Add Circle`,tags:[`Add Circle`,`Plus`],category:`Actions`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 8.5v7M8.5 12h7`},[]]]),u=c({name:`Search Cancel`,tags:[`No Results`,`Clear Search`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m8.44 12.682 2.12-2.121m0 0 2.122-2.122m-2.121 2.122 2.12 2.12m-2.12-2.12L8.439 8.439m7.114 7.114a7.06 7.06 0 1 0-9.985-9.985 7.06 7.06 0 0 0 9.985 9.985m0 0L20 20`},[]]]),pe=c({name:`Add Rhombus`,tags:[`Add Diamond`,`Plus`,`Keyframe`,`Component`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.775 14.475a3.5 3.5 0 0 1 0-4.95l5.75-5.75a3.5 3.5 0 0 1 4.95 0l5.75 5.75a3.5 3.5 0 0 1 0 4.95l-5.75 5.75a3.5 3.5 0 0 1-4.95 0zM8.25 12H12m0 0h3.75M12 12V8.25M12 12v3.75`},[]]]),me=c({name:`Add Square`,tags:[`Add Box`,`Plus`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 8.5v7M8.5 12h7`},[]],[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]]]),d=c({name:`Add Square Multiple`,tags:[``],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.63 7.66v5.94m-2.97-2.97h5.94`},[]],[`rect`,{width:`14`,height:`14`,x:`3.63`,y:`3.63`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.63 7.63v7a6 6 0 0 1-6 6h-7`},[]]]),he=c({name:`App Remove`,tags:[`Uninstall`,`Delete App`],category:`Actions`,deprecated:!1},[[`rect`,{width:`6.5`,height:`6.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(1 0 0 -1 3.75 20.25)`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 20.25 17 17m0 0-3.25-3.25M17 17l-3.25 3.25M17 17l3.25-3.25`},[]],[`rect`,{width:`6.5`,height:`6.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(1 0 0 -1 3.75 10.25)`},[]],[`rect`,{width:`6.5`,height:`6.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(1 0 0 -1 13.75 10.25)`},[]]]),ge=c({name:`Apps`,tags:[`Applications`,`Software`,`Plugins`,`Extensions`],category:`Actions`,deprecated:!1},[[`rect`,{width:`6.5`,height:`6.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.586 3.818a2 2 0 0 1 2.828 0l1.768 1.768a2 2 0 0 1 0 2.828l-1.768 1.768a2 2 0 0 1-2.828 0l-1.768-1.768a2 2 0 0 1 0-2.828z`},[]],[`rect`,{width:`6.5`,height:`6.5`,x:`3.75`,y:`13.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`},[]],[`rect`,{width:`6.5`,height:`6.5`,x:`13.75`,y:`13.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]]]),_e=c({name:`Apps Add`,tags:[`Add App`,`Install`],category:`Actions`,deprecated:!1},[[`rect`,{width:`6.5`,height:`6.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17 3.75V7m0 0v3.25M17 7h-3.25M17 7h3.25`},[]],[`rect`,{width:`6.5`,height:`6.5`,x:`3.75`,y:`13.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`rect`,{width:`6.5`,height:`6.5`,x:`13.75`,y:`13.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]]]),ve=c({name:`Backspace`,tags:[`Delete`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.71 6.084a3.5 3.5 0 0 1 2.572-1.126h7.968a3.5 3.5 0 0 1 3.5 3.5v7.084a3.5 3.5 0 0 1-3.5 3.5H9.282a3.5 3.5 0 0 1-2.571-1.126l-3.27-3.542a3.5 3.5 0 0 1 0-4.748zm4.11 3.281 5.271 5.27m0-5.27-5.27 5.27`},[]]]),f=c({name:`Cancel`,tags:[`Dismiss`,`X`,`Close`,`Abort`,`Delete`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m5 19 7-7m0 0 7-7m-7 7L5 5m7 7 7 7`},[]]]),ye=c({name:`Checkmark`,tags:[`Done`,`Check`,`Completed`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m19.75 7.018-9.257 9.257a1 1 0 0 1-1.414 0L4.25 11.446`},[]]]),be=c({name:`Compose`,tags:[`Mail`,`Write`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.371 4.25H8.25a5 5 0 0 0-5 5v6.5a5 5 0 0 0 5 5h6.5a5 5 0 0 0 5-5v-2.121`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.299 14.75a1.86 1.86 0 0 0 1.316-.545l6.59-6.59a1.86 1.86 0 0 0 0-2.633l-1.187-1.187a1.86 1.86 0 0 0-2.633 0l-6.59 6.59a1.86 1.86 0 0 0-.545 1.316v3.049z`},[]]]),p=c({name:`Copy`,tags:[`Clipboard`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.75 5.75a3 3 0 0 0-3-3h-6.5a3 3 0 0 0-3 3v9.5a3 3 0 0 0 3 3h6.5a3 3 0 0 0 3-3z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.75 6.75v8.5a6 6 0 0 1-6 6h-5.5`},[]]]),xe=c({name:`Crop`,tags:[`Edit`,`Photo`,`Image`,`Picture`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 17.653H9.347a3 3 0 0 1-3-3V2.75M2.75 6.347h3.597m11.306 11.306v3.597M8.917 6.347h5.736a3 3 0 0 1 3 3v5.736`},[]]]),Se=c({name:`Cut`,tags:[`Scissors`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.651 14.43a3.75 3.75 0 1 0-4.302 6.143 3.75 3.75 0 0 0 4.302-6.144m0 0 3.35-4.446m5.45-7.235-3.82 5.069m1.718 6.611a3.75 3.75 0 1 1 4.302 6.144 3.75 3.75 0 0 1-4.302-6.144m0 0L12 9.984M6.55 2.749 12 9.984`},[]]]),Ce=c({name:`Delete`,tags:[`Trash`,`Remove`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.687 6.213 6.8 18.976a2.5 2.5 0 0 0 2.466 2.092h3.348m6.698-14.855L17.2 18.976a2.5 2.5 0 0 1-2.466 2.092h-3.348m-1.364-9.952v5.049m3.956-5.049v5.049M2.75 6.213h18.5m-6.473 0v-1.78a1.5 1.5 0 0 0-1.5-1.5h-2.554a1.5 1.5 0 0 0-1.5 1.5v1.78z`},[]]]),m=c({name:`Eye`,tags:[`Look`,`Show`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.182 12.808C4.233 14.613 7.195 18.81 12 18.81c4.813 0 7.77-4.199 8.82-6.002a1.6 1.6 0 0 0-.001-1.615C19.769 9.389 16.809 5.19 12 5.19s-7.768 4.197-8.818 6.001a1.6 1.6 0 0 0 0 1.617Z`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 14.625a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25Z`},[]]]),h=c({name:`Eye Off`,tags:[`Invisible`,`Hidden`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m2.75 21.25 18.5-18.5`},[]],[`path`,{fill:`currentColor`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M14.625 12a2.625 2.625 0 0 1-4.481 1.856l3.712-3.712c.475.475.769 1.131.769 1.856Z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M6.924 17.076c1.364.993 3.057 1.734 5.076 1.734 4.813 0 7.771-4.199 8.82-6.002a1.6 1.6 0 0 0-.001-1.615c-.609-1.046-1.86-2.898-3.742-4.27m-2.81-1.409A8 8 0 0 0 12 5.19c-4.808 0-7.768 4.197-8.818 6.001a1.6 1.6 0 0 0 0 1.617c.326.56.836 1.35 1.528 2.173`},[]]]),g=c({name:`Fast Forward`,tags:[``],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.996 18.323c-1.02.784-2.496.057-2.496-1.229V6.906c0-1.286 1.476-2.013 2.496-1.229l6.224 5.192a1.473 1.473 0 0 1 0 2.262z`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.246 18.323c-1.02.784-2.496.057-2.496-1.229V6.906c0-1.286 1.476-2.013 2.496-1.229l6.224 5.192a1.473 1.473 0 0 1 0 2.262z`},[]]]),_=c({name:`Heart`,tags:[`Love`,`Like`,`Favorite`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.087 6.477a4.565 4.565 0 0 1 6.456 0L12 7.934l1.457-1.457a4.565 4.565 0 0 1 6.456 6.457l-1.457 1.456.013.013-6.456 6.457-.013-.013-.013.013-6.456-6.457.013-.013-1.457-1.456a4.565 4.565 0 0 1 0-6.457Z`},[]]]),we=c({name:`Heart Stylistic`,tags:[`Love`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m12 7.934-1.457-1.457a4.565 4.565 0 1 0-6.456 6.457l1.457 1.456M12 7.934l1.457-1.457a4.565 4.565 0 0 1 6.456 6.457l-1.457 1.456.013.013-6.456 6.457-.013-.013-.013.013-6.456-6.457.013-.013M12 7.934 5.544 14.39`},[]]]),Te=c({name:`Keyboard Shift`,tags:[``],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m3.503 11.913 6.601-8.252a2.428 2.428 0 0 1 3.792 0l6.6 8.251c.83 1.037.092 2.573-1.235 2.573h-4.095v3.725c0 1.064 0 1.596-.207 2.003a1.9 1.9 0 0 1-.83.83c-.406.207-.938.207-2.002.207h-.254c-1.064 0-1.596 0-2.002-.207a1.9 1.9 0 0 1-.83-.83c-.207-.407-.207-.939-.207-2.003v-3.725H4.739c-1.327 0-2.065-1.536-1.236-2.572`},[]]]),v=c({name:`More`,tags:[`Kebab`],category:`Actions`,deprecated:!1},[[`circle`,{cx:`6`,cy:`12`,r:`1.75`,fill:`currentColor`},[]],[`circle`,{cx:`12`,cy:`12`,r:`1.75`,fill:`currentColor`},[]],[`circle`,{cx:`18`,cy:`12`,r:`1.75`,fill:`currentColor`},[]]]),Ee=c({name:`More Vertical`,tags:[`Kebab`],category:`Actions`,deprecated:!1},[[`circle`,{cx:`12`,cy:`18`,r:`1.75`,fill:`currentColor`,transform:`rotate(-90 12 18)`},[]],[`circle`,{cx:`12`,cy:`12`,r:`1.75`,fill:`currentColor`,transform:`rotate(-90 12 12)`},[]],[`circle`,{cx:`12`,cy:`6`,r:`1.75`,fill:`currentColor`,transform:`rotate(-90 12 6)`},[]]]),De=c({name:`Pause`,tags:[`Stop`],category:`Actions`,deprecated:!1},[[`rect`,{width:`5`,height:`16.5`,x:`5`,y:`3.75`,stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`rect`,{width:`5`,height:`16.5`,x:`14`,y:`3.75`,stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]]]),y=c({name:`Pencil`,tags:[`Write`,`Draw`,`Edit`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.44 5.78 4.198 16.02a2 2 0 0 0-.565 1.125l-.553 3.774 3.775-.553A2 2 0 0 0 7.98 19.8L18.22 9.56m-3.78-3.78 2.229-2.23a1.6 1.6 0 0 1 2.263 0l1.518 1.518a1.6 1.6 0 0 1 0 2.263l-2.23 2.23M14.44 5.78l3.78 3.78`},[]]]),Oe=c({name:`Play`,tags:[`Start`,`Resume`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.5 12V5.624c0-1.974 2.18-3.17 3.844-2.108l10 6.376c1.541.983 1.541 3.233 0 4.216l-10 6.376C7.68 21.545 5.5 20.35 5.5 18.376z`},[]]]),ke=c({name:`Play Circle`,tags:[``],category:`Actions`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M8.93 13.29c0 1.098 0 1.646.23 1.964.202.277.51.456.85.492.391.041.867-.232 1.818-.779l2.244-1.29c.957-.55 1.435-.825 1.595-1.185.14-.313.14-.671 0-.984-.16-.36-.639-.635-1.595-1.184l-2.244-1.291c-.951-.547-1.427-.82-1.817-.779-.34.036-.65.215-.85.492-.23.318-.23.866-.23 1.963z`},[]]]),Ae=c({name:`Reverse`,tags:[``],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.005 18.323c1.019.784 2.495.057 2.495-1.229V6.906c0-1.286-1.476-2.013-2.495-1.229L11.78 10.87a1.473 1.473 0 0 0 0 2.262z`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.754 18.323c1.02.784 2.496.057 2.496-1.229V6.906c0-1.286-1.476-2.013-2.496-1.229L2.53 10.87a1.473 1.473 0 0 0 0 2.262z`},[]]]),je=c({name:`Search`,tags:[`Find`,`Look`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.553 15.553a7.06 7.06 0 1 0-9.985-9.985 7.06 7.06 0 0 0 9.985 9.985m0 0L20 20`},[]]]),Me=c({name:`Star`,tags:[`Favourite`,`Favorite`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.704 4.325a1.5 1.5 0 0 1 2.592 0l1.818 3.12a1.5 1.5 0 0 0 .978.712l3.53.764a1.5 1.5 0 0 1 .8 2.465l-2.405 2.693a1.5 1.5 0 0 0-.374 1.15l.363 3.593a1.5 1.5 0 0 1-2.097 1.524l-3.304-1.456a1.5 1.5 0 0 0-1.21 0l-3.304 1.456a1.5 1.5 0 0 1-2.097-1.524l.363-3.593a1.5 1.5 0 0 0-.373-1.15l-2.406-2.693a1.5 1.5 0 0 1 .8-2.465l3.53-.764a1.5 1.5 0 0 0 .979-.711z`},[]]]),Ne=c({name:`Tune`,tags:[`Customize`,`Sliders`,`Controls`,`Settings`,`Options`,`Customise`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 12h10.5m0 0a2.5 2.5 0 0 0 5 0m-5 0a2.5 2.5 0 0 1 5 0m0 0h3M7.75 5.25h13.5m-13.5 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0m-5 13.5h3m0 0a2.5 2.5 0 0 0 5 0m-5 0a2.5 2.5 0 0 1 5 0m0 0h10.5`},[]]]),b=c({name:`Checkmark Starburst`,tags:[`Verified`,`Twitter Blue`,`Trusted`,`Safe`,`Legitimate`,`Real`,`X Premium`],category:`Security`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.072 4.069a2.17 2.17 0 0 1 2.804-1.162l1.315.529c.52.208 1.099.208 1.618 0l1.315-.529a2.17 2.17 0 0 1 2.804 1.162l.556 1.303c.22.515.63.925 1.144 1.144l1.303.556a2.17 2.17 0 0 1 1.162 2.804l-.529 1.315a2.17 2.17 0 0 0 0 1.618l.529 1.315a2.17 2.17 0 0 1-1.162 2.804l-1.303.556a2.17 2.17 0 0 0-1.144 1.144l-.556 1.303a2.17 2.17 0 0 1-2.804 1.162l-1.315-.529a2.17 2.17 0 0 0-1.618 0l-1.315.529a2.17 2.17 0 0 1-2.804-1.162l-.556-1.303a2.17 2.17 0 0 0-1.144-1.144l-1.303-.556a2.17 2.17 0 0 1-1.162-2.804l.529-1.315a2.17 2.17 0 0 0 0-1.618l-.529-1.315A2.17 2.17 0 0 1 4.07 7.072l1.303-.556a2.17 2.17 0 0 0 1.144-1.144z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m15.899 9.5-5 5-2.797-2.793`},[]]]),Pe=c({name:`Credit Card`,tags:[`Debit Card`,`Payment`],category:`Security`,deprecated:!1},[[`rect`,{width:`18.5`,height:`14`,x:`2.75`,y:`5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M2.75 9.5h18.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M14.75 14.25h3`},[]]]),Fe=c({name:`Lock`,tags:[`Safe`,`Secure`,`Private`,`Privacy`],category:`Security`,deprecated:!1},[[`rect`,{width:`14.478`,height:`12.87`,x:`4.761`,y:`8.38`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.217 8.38V5.967A3.217 3.217 0 0 0 12 2.75v0a3.217 3.217 0 0 0-3.217 3.217V8.38`},[]],[`circle`,{cx:`12`,cy:`14.815`,r:`1.5`,fill:`currentColor`},[]]]),Ie=c({name:`Lock Open`,tags:[`Unlock`,`Unsafe`],category:`Security`,deprecated:!1},[[`rect`,{width:`14.478`,height:`12.87`,x:`4.761`,y:`8.38`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.783 8.38V5.967a3.217 3.217 0 0 1 6.132-1.363`},[]],[`circle`,{cx:`12`,cy:`14.815`,r:`1.5`,fill:`currentColor`},[]]]),Le=c({name:`Shield`,tags:[`Security`],category:`Security`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 10.907V7.272c0-.829-.633-1.521-1.453-1.644-.951-.142-2.18-.376-3.078-.722-.907-.349-1.997-1.007-2.762-1.505a1.76 1.76 0 0 0-1.914 0c-.764.498-1.855 1.156-2.762 1.505-.899.346-2.127.58-3.078.722-.82.123-1.453.815-1.453 1.644v3.635a10.13 10.13 0 0 0 5.363 8.939l.23.123 1.962.946a1.6 1.6 0 0 0 1.39 0l1.961-.946.23-.123a10.13 10.13 0 0 0 5.364-8.939`},[]]]),Re=c({name:`Shield Cancel`,tags:[``],category:`Security`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 10.907V7.272c0-.829-.633-1.521-1.453-1.644-.951-.142-2.18-.376-3.078-.722-.907-.349-1.997-1.007-2.762-1.505a1.76 1.76 0 0 0-1.914 0c-.764.498-1.855 1.156-2.762 1.505-.899.346-2.127.58-3.078.722-.82.123-1.453.815-1.453 1.644v3.635a10.13 10.13 0 0 0 5.363 8.939l.23.123 1.962.946a1.6 1.6 0 0 0 1.39 0l1.961-.946.23-.123a10.13 10.13 0 0 0 5.364-8.939M9.5 9.5l5 5m0-5-5 5`},[]]]),ze=c({name:`Shield Checkmark`,tags:[``],category:`Security`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 10.907V7.272c0-.829-.633-1.521-1.453-1.644-.951-.142-2.18-.376-3.078-.722-.907-.349-1.997-1.007-2.762-1.505a1.76 1.76 0 0 0-1.914 0c-.764.498-1.855 1.156-2.762 1.505-.899.346-2.127.58-3.078.722-.82.123-1.453.815-1.453 1.644v3.635a10.13 10.13 0 0 0 5.363 8.939l.23.123 1.962.946a1.6 1.6 0 0 0 1.39 0l1.961-.946.23-.123a10.13 10.13 0 0 0 5.364-8.939`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m15.509 10-4.076 4.076a.6.6 0 0 1-.849 0l-2.093-2.09`},[]]]),Be=c({name:`Shield Keyhole`,tags:[``],category:`Security`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 10.907V7.272c0-.829-.633-1.521-1.453-1.644-.951-.142-2.18-.376-3.078-.722-.907-.349-1.997-1.007-2.762-1.505a1.76 1.76 0 0 0-1.914 0c-.764.498-1.855 1.156-2.762 1.505-.899.346-2.127.58-3.078.722-.82.123-1.453.815-1.453 1.644v3.635a10.13 10.13 0 0 0 5.363 8.939l.23.123 1.962.946a1.6 1.6 0 0 0 1.39 0l1.961-.946.23-.123a10.13 10.13 0 0 0 5.364-8.939`},[]],[`circle`,{cx:`12`,cy:`10.5`,r:`2`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 14.75v-2.5`},[]]]),Ve=c({name:`Chat`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 21.25a9.25 9.25 0 1 0-8.307-5.177c.108.22.144.468.089.706l-.816 3.536a.6.6 0 0 0 .72.72l3.535-.817a1.06 1.06 0 0 1 .706.09A9.2 9.2 0 0 0 12 21.25M7.97 9.886h8.06m-8.06 4.228h5.748`},[]]]),He=c({name:`Cloud`,tags:[`Drive`,`Internet`,`Storage`,`OneDrive`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.268 11c0 .3.21.563.497.65a3.502 3.502 0 0 1-1.015 6.85H7.375q-.09 0-.178-.005-.098.005-.197.005A4.25 4.25 0 0 1 7 10a.445.445 0 0 0 .431-.334A5.5 5.5 0 0 1 18.268 11`},[]]]),Ue=c({name:`Comment`,tags:[`Message`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.09 2.75a4 4 0 0 0-4 4v6.208a4 4 0 0 0 4 4h.093v3.792a.5.5 0 0 0 .839.368l4.52-4.16h4.369a4 4 0 0 0 4-4V6.75a4 4 0 0 0-4-4z`},[]]]),x=c({name:`Comment Multiple`,tags:[`Message`,`Conversation`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.985 5.76a3 3 0 0 0-3 3v5.982a3 3 0 0 0 3 3h.446v3.017a.5.5 0 0 0 .839.367l3.67-3.385h4.045a3 3 0 0 0 3-3V8.76a3 3 0 0 0-3-3z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.985 2.76h8a6 6 0 0 1 6 6v4.982`},[]]]),We=c({name:`Database`,tags:[`SQL`,`MongoDB`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.25 6.25c0 1.933-3.246 3.5-7.25 3.5s-7.25-1.567-7.25-3.5m14.5 0c0-1.933-3.246-3.5-7.25-3.5s-7.25 1.567-7.25 3.5m14.5 0V12M4.75 6.25V12m0 0v5.75c0 1.933 3.246 3.5 7.25 3.5s7.25-1.567 7.25-3.5V12m-14.5 0c0 1.933 3.246 3.5 7.25 3.5s7.25-1.567 7.25-3.5`},[]]]),Ge=c({name:`Database Add`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.25 6.25c0 1.933-3.246 3.5-7.25 3.5s-7.25-1.567-7.25-3.5m14.5 0c0-1.933-3.246-3.5-7.25-3.5s-7.25 1.567-7.25 3.5m14.5 0v3.53M4.75 6.25V12m0 0v5.75c0 1.756 2.678 3.21 6.17 3.461M4.75 12c0 1.577 2.16 2.91 5.13 3.348`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),Ke=c({name:`Globe`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 12A9.25 9.25 0 0 0 12 2.75M21.25 12H2.75m18.5 0A9.25 9.25 0 0 1 12 21.25m0-18.5A9.25 9.25 0 0 0 2.75 12M12 2.75c-.5 0-4 4.141-4 9.25s3.5 9.25 4 9.25m0-18.5c.5 0 4 4.141 4 9.25s-3.5 9.25-4 9.25M2.75 12A9.25 9.25 0 0 0 12 21.25`},[]]]),S=c({name:`Mail`,tags:[`Gmail`,`Outlook`,`Yahoo`,`Inbox`,`Unread`,`Envelope`],category:`Communication & Cloud`,deprecated:!1},[[`rect`,{width:`18.5`,height:`15.5`,x:`2.75`,y:`4.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 8 8.415 3.866a2 2 0 0 0 1.67 0L21.25 8`},[]]]),qe=c({name:`Mail Open`,tags:[`Gmail`,`Outlook`,`Yahoo`,`Inbox`,`Unread`,`Envelope Open`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m20.59 8.949-7.755 3.562a2 2 0 0 1-1.67 0L3.41 8.95m14.84 11.3H5.75a3 3 0 0 1-3-3v-7.215A2.5 2.5 0 0 1 3.93 7.91l7.014-4.36a2 2 0 0 1 2.112 0l7.014 4.36a2.5 2.5 0 0 1 1.18 2.124v7.215a3 3 0 0 1-3 3`},[]]]),Je=c({name:`Megaphone`,tags:[`Announcement`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`m7.142 15.9-2.5-.627a2.5 2.5 0 0 1-1.892-2.425V10.78a2.5 2.5 0 0 1 1.891-2.424l13.5-3.39a2.5 2.5 0 0 1 3.109 2.425v8.847a2.5 2.5 0 0 1-3.109 2.425l-5.19-1.304m-5.81-1.458a3 3 0 1 0 5.809 1.459M7.143 15.9l5.809 1.46`},[]]]),Ye=c({name:`Megaphone Loud`,tags:[`Announcement`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`m8.784 19.283-1.251.75c-.632.378-.948.568-1.272.637-.44.094-.897.037-1.3-.16-.298-.147-.558-.408-1.08-.93-.52-.52-.781-.781-.927-1.079a2 2 0 0 1-.16-1.3c.068-.325.258-.642.636-1.274l4.356-7.282c.718-1.2 1.077-1.8 1.57-2.061.433-.23.935-.291 1.41-.175.544.133 1.038.628 2.026 1.617l2.636 2.638c.988.989 1.482 1.483 1.616 2.026.116.476.054.979-.175 1.412-.261.494-.86.853-2.06 1.572l-1.27.761m-4.755 2.848a2.778 2.778 0 0 0 4.463.744 2.784 2.784 0 0 0 .291-3.592m-4.754 2.848 4.754-2.848`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.007 4.404 17.542 6.87m3.709 3.007h-2.49m-4.224-6.719V5.65`},[]]]),Xe=c({name:`Mention`,tags:[`@`,`Tag`,`@mention`,`At`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.625 20.01A9.25 9.25 0 1 1 21.25 12v1.5a2.5 2.5 0 0 1-2.5 2.5v0a2.5 2.5 0 0 1-2.5-2.5V12m0 0a4.25 4.25 0 1 1-8.5 0 4.25 4.25 0 0 1 8.5 0m0 0V7.75`},[]]]),Ze=c({name:`Narrator`,tags:[``],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.09 2.75a4 4 0 0 0-4 4v6.208a4 4 0 0 0 4 4h.093v3.792a.5.5 0 0 0 .839.368l4.52-4.16h4.369a4 4 0 0 0 4-4V6.75a4 4 0 0 0-4-4zM12 14V6m3.25 5.788V8.212m-6.5 3.576V8.212`},[]]]),Qe=c({name:`Person`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19 20.75a1 1 0 0 0 1-1v-1.246c.004-2.806-3.974-5.004-8-5.004s-8 2.198-8 5.004v1.246a1 1 0 0 0 1 1zM15.604 6.854a3.604 3.604 0 1 1-7.208 0 3.604 3.604 0 0 1 7.208 0`},[]]]),$e=c({name:`Person 2`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`circle`,{cx:`12`,cy:`8.196`,r:`4.446`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.608 20.25a7.608 7.608 0 0 0-15.216 0`},[]]]),et=c({name:`Person Add`,tags:[`Account Add`,`User`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.104 6.854a3.604 3.604 0 1 1-7.208 0 3.604 3.604 0 0 1 7.208 0M10.87 20.75H3.5a1 1 0 0 1-1-1v-1.246c0-2.806 3.974-5.004 8-5.004q.387 0 .77.027`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.494a.5.5 0 0 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),tt=c({name:`Person Add 2`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.25 1.75v6m-3-3h6m-11.814 8.814a3.907 3.907 0 1 0 0-7.814 3.907 3.907 0 0 0 0 7.814m0 0a6.686 6.686 0 0 1 6.685 6.686m-6.685-6.686A6.686 6.686 0 0 0 3.75 20.25`},[]]]),nt=c({name:`Person Circle`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 13.826a3.506 3.506 0 1 0 0-7.013 3.506 3.506 0 0 0 0 7.013m0 0a6 6 0 0 1 5.953 5.254M12 13.826a6 6 0 0 0-5.953 5.254m0 0A9.2 9.2 0 0 0 12 21.25a9.2 9.2 0 0 0 5.953-2.17m-11.906 0a9.25 9.25 0 1 1 11.907 0`},[]]]),rt=c({name:`Person Multiple`,tags:[`Users`,`User Multiple`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13.322 7.209c0 .749-.237 1.442-.64 2.009a3.42 3.42 0 0 1-2.796 1.45c-1.898 0-3.436-1.55-3.436-3.46S7.988 3.75 9.886 3.75a3.445 3.445 0 0 1 3.436 3.459M2.75 18.107c0-2.677 3.545-4.774 7.136-4.774 1.432 0 2.857.333 4.053.904 1.803.86 3.084 2.26 3.082 3.87v1.143a1 1 0 0 1-1 1H3.75a1 1 0 0 1-1-1zM15.172 3.75a3.445 3.445 0 0 1 3.435 3.459c0 .749-.236 1.442-.639 2.009a3.42 3.42 0 0 1-2.796 1.45m3.452 2.569c1.536.86 2.628 2.763 2.626 4.373v2.64`},[]]]),C=c({name:`Call`,tags:[`Phone`,`Accept`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.829 16.171a20.9 20.9 0 0 1-4.846-7.614c-.573-1.564-.048-3.282 1.13-4.46l.729-.728a2.11 2.11 0 0 1 2.987 0l1.707 1.707a2.11 2.11 0 0 1 0 2.987l-.42.42a1.81 1.81 0 0 0 0 2.56l3.84 3.841a1.81 1.81 0 0 0 2.56 0l.421-.42a2.11 2.11 0 0 1 2.987 0l1.707 1.707a2.11 2.11 0 0 1 0 2.987l-.728.728c-1.178 1.179-2.896 1.704-4.46 1.131a20.9 20.9 0 0 1-7.614-4.846Z`},[]]]),w=c({name:`Call End`,tags:[`Phone`,`Decline`,`Hang Up`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 8.25c2.517 0 5 .555 7.3 1.621 1.252.581 1.95 1.895 1.95 3.276V14a1.75 1.75 0 0 1-1.75 1.75h-2A1.75 1.75 0 0 1 15.75 14v-.492a1.5 1.5 0 0 0-1.5-1.5h-4.5a1.5 1.5 0 0 0-1.5 1.5V14a1.75 1.75 0 0 1-1.75 1.75h-2A1.75 1.75 0 0 1 2.75 14v-.853c0-1.38.698-2.695 1.95-3.276A17.3 17.3 0 0 1 12 8.25Z`},[]]]),it=c({name:`Send`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.76 12H6.832m0 0c0-.275-.057-.55-.17-.808L4.285 5.814c-.76-1.72 1.058-3.442 2.734-2.591L20.8 10.217c1.46.74 1.46 2.826 0 3.566L7.02 20.777c-1.677.851-3.495-.872-2.735-2.591l2.375-5.378A2 2 0 0 0 6.83 12`},[]]]),at=c({name:`Wi-Fi`,tags:[`Internet`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 8.988A12.068 12.068 0 0 1 21.25 9`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.64 11.964a8.297 8.297 0 0 1 12.72.01m-9.805 3.029a4.495 4.495 0 0 1 6.89.005`},[]],[`circle`,{cx:`12`,cy:`17.878`,r:`1.445`,fill:`currentColor`},[]]]),ot=c({name:`Anchor`,tags:[`Lock`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 12a9.25 9.25 0 1 0 18.5 0M12 21.25V7.75`},[]],[`circle`,{cx:`12`,cy:`5.25`,r:`2.5`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M2.75 12h4m10.5 0h4`},[]]]),T=c({name:`Attach`,tags:[`Clip`,`Paper Clip`,`Paperclip`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.861 13.625 9.342-9.342a5.235 5.235 0 1 1 7.403 7.403L10.88 20.41a2.867 2.867 0 0 1-4.054-4.054l8.372-8.373`},[]]]),st=c({name:`Book Info 2`,tags:[`Manual`,`Infobook`,`Tutorial`],category:`Objects`,deprecated:!0,alternativeIcon:`Book Info`},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 4.749a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v13h-15z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 10.07v4.79`},[]],[`circle`,{cx:`12`,cy:`6.837`,r:`1.197`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 17.749v1.503a2 2 0 0 0 2 2h13`},[]]]),ct=c({name:`Calendar`,tags:[`Date`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.25 4.75H6.75a3.5 3.5 0 0 0-3.5 3.5v9.5a3.5 3.5 0 0 0 3.5 3.5h10.5a3.5 3.5 0 0 0 3.5-3.5v-9.5a3.5 3.5 0 0 0-3.5-3.5m-14 4.5h17.5M7.361 4.75v-2m9.25 2v-2`},[]]]),E=c({name:`Diamond`,tags:[`Premium`,`Pro`],category:`Nature`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.69 9.915h8.62m-8.62 0H2.75m4.94 0 3.65 10.051M7.69 9.915l2.4-3.933.55-1.012m5.67 4.945h4.94m-4.94 0-3.65 10.051m3.65-10.051-2.4-3.933-.566-1.012M2.75 9.915c0 .42.079.84.236 1.236.212.535.642 1.028 1.5 2.013l3.467 3.976c1.397 1.602 2.095 2.404 2.923 2.698q.229.081.464.128M2.75 9.915c0-.42.079-.84.236-1.237.212-.535.642-1.027 1.5-2.013.467-.534.7-.801.97-1.008a3.36 3.36 0 0 1 1.361-.619c.334-.068.688-.068 1.397-.068h2.427M21.25 9.915c0 .42-.079.84-.236 1.236-.212.535-.642 1.028-1.5 2.013l-3.467 3.976c-1.397 1.602-2.095 2.404-2.923 2.698a3.4 3.4 0 0 1-.464.128m8.59-10.051c0-.42-.079-.84-.236-1.237-.212-.535-.642-1.027-1.5-2.013-.467-.534-.7-.801-.97-1.008a3.36 3.36 0 0 0-1.361-.619c-.334-.068-.688-.068-1.397-.068h-2.442m-.684 14.996a3.4 3.4 0 0 1-1.32 0M13.344 4.97H10.64`},[]]]),lt=c({name:`Eraser`,tags:[``],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.788 20.5h9.02m-9.02 0a3.47 3.47 0 0 0 2.486-1.02l1.29-1.29M9.788 20.5a3.47 3.47 0 0 1-2.438-1.02l-3.33-3.33a3.48 3.48 0 0 1 0-4.923l1.29-1.29m0 0 5.417-5.417a3.48 3.48 0 0 1 4.923 0l3.33 3.33a3.48 3.48 0 0 1 0 4.924l-5.417 5.416M5.31 9.936l.367.368 7.585 7.585.301.301`},[]]]),ut=c({name:`Eyedropper`,tags:[`Color`,`Color Picker`],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.047 7.819 20.92 9.69m-1.872-1.87-2.864-2.864m2.864 2.864 1.496-1.496a1 1 0 0 0 0-1.414l-1.45-1.45a1 1 0 0 0-1.414 0l-1.496 1.496m-1.872-1.872 1.872 1.872m-3.796 2.751a1.5 1.5 0 0 1 2.121 0l1.787 1.786a1.5 1.5 0 0 1 0 2.12l-8.562 8.563a1.5 1.5 0 0 1-.829.421l-2.12.332a1.5 1.5 0 0 1-1.714-1.715l.334-2.118a1.5 1.5 0 0 1 .42-.827z`},[]]]),dt=c({name:`Eyedropper Color`,tags:[`Eyedropper 2`,`Filled`,`Full`,`Color Picker`],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.047 7.819 20.92 9.69m-1.872-1.87-2.864-2.864m2.864 2.864 1.496-1.496a1 1 0 0 0 0-1.414l-1.45-1.45a1 1 0 0 0-1.414 0l-1.496 1.496m-1.872-1.872 1.872 1.872M6.235 13.86l-2.202 2.202c-.205.205-.308.307-.387.425q-.107.157-.171.335c-.048.134-.07.277-.116.563l-.096.608c-.173 1.1-.26 1.65-.087 2.05.151.35.43.629.78.78.399.174.949.087 2.05-.085l.61-.096c.286-.044.43-.067.563-.115q.18-.065.337-.17c.117-.08.22-.183.425-.389l7.718-7.718c.594-.594.891-.89 1.002-1.233a1.5 1.5 0 0 0 0-.927c-.11-.343-.408-.64-1.002-1.234l-.513-.513c-.594-.594-.891-.891-1.234-1.002a1.5 1.5 0 0 0-.927 0c-.342.11-.64.408-1.233 1.002zm0 0h7.815`},[]]]),ft=c({name:`Flashlight`,tags:[`Torch`,`Light`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.512 7.71h10.976m-8.73 3.78h6.477v8.11a1.9 1.9 0 0 1-1.9 1.9h-2.677a1.9 1.9 0 0 1-1.9-1.9z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m5.806 7.99 2.952 3.5h6.477l2.959-3.5a1 1 0 0 0 .236-.645V4.85A1.85 1.85 0 0 0 16.58 3H7.42a1.85 1.85 0 0 0-1.85 1.85v2.495a1 1 0 0 0 .236.645m6.191 7.039v1.766`},[]]]),pt=c({name:`Gift`,tags:[`Present`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 12.5H12V21H7a2.5 2.5 0 0 1-2.5-2.5zm-1.75-3A1.5 1.5 0 0 1 4.25 8H12v4.5H4.25a1.5 1.5 0 0 1-1.5-1.5zm9.25 3h7.5v6A2.5 2.5 0 0 1 17 21h-5zM12 8h7.75a1.5 1.5 0 0 1 1.5 1.5V11a1.5 1.5 0 0 1-1.5 1.5H12zM7 5.5A2.5 2.5 0 0 1 9.5 3v0A2.5 2.5 0 0 1 12 5.5V8H9.5A2.5 2.5 0 0 1 7 5.5m10 0A2.5 2.5 0 0 0 14.5 3v0A2.5 2.5 0 0 0 12 5.5V8h2.5A2.5 2.5 0 0 0 17 5.5`},[]]]),mt=c({name:`Hat Graduation`,tags:[`Education`,`Diplomat`,`Student`,`Learning`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.652 14.714V9.78m3.18 2.07 4.049 2.667a4 4 0 0 0 4.402 0l4.049-2.668m-12.5 0L3.099 10.05a.99.99 0 0 1-.45-.815m3.183 2.616v5.061c0 .495.119.987.44 1.364.747.877 2.514 2.39 5.81 2.39s5.063-1.513 5.81-2.39c.32-.377.44-.869.44-1.364V11.85m0 0 2.48-1.634a1.2 1.2 0 0 0 0-2.004l-6.53-4.302a4 4 0 0 0-4.401 0L3.099 8.379a.99.99 0 0 0-.45.855m0 0v.547`},[]]]),ht=c({name:`Highlighter`,tags:[`Marker`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 2.75v3.5a3.5 3.5 0 0 0 3.5 3.5h9.5a3.5 3.5 0 0 0 3.5-3.5v-3.5m-14.5 7h12.5v1.8a2.2 2.2 0 0 1-2.2 2.2h-8.1a2.2 2.2 0 0 1-2.2-2.2zm10.5 4h-8.5v5.663a1.3 1.3 0 0 0 1.733 1.226l5.433-1.918a2 2 0 0 0 1.334-1.886z`},[]]]),gt=c({name:`Hourglass`,tags:[`Time`,`Timer`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.095 3.298 15.81-.048m-15.81 17.5 15.81-.048`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.426 3.31H5.574l.079 1.449a7.38 7.38 0 0 0 2.251 4.913l1.242 1.195a1.58 1.58 0 0 1 0 2.279L7.904 14.34a7.38 7.38 0 0 0-2.251 4.913l-.08 1.448h12.853l-.079-1.445a7.38 7.38 0 0 0-2.256-4.917l-1.242-1.194a1.58 1.58 0 0 1 0-2.28l1.242-1.193a7.38 7.38 0 0 0 2.256-4.918z`},[]]]),_t=c({name:`Layers`,tags:[``],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.991 3.066a2 2 0 0 0-1.982 0L2.75 7.778l8.259 4.712a2 2 0 0 0 1.982 0l8.259-4.712z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 12 7.268 4.147a4 4 0 0 0 3.964 0L21.25 12`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 16.222 7.268 4.147a4 4 0 0 0 3.964 0l7.268-4.147`},[]]]),vt=c({name:`Lightbulb`,tags:[`Tip`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.013 17.104c.126-.958.736-1.764 1.464-2.4a6.816 6.816 0 1 0-8.955 0c.729.636 1.34 1.442 1.465 2.4l.084.633.233 1.774a2 2 0 0 0 1.983 1.739h1.426a2 2 0 0 0 1.983-1.739l.233-1.774zm-5.943.633h5.86`},[]]]),yt=c({name:`Link`,tags:[`URL`,`Attachment`],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.621 7.5H7.25a4.5 4.5 0 0 0-4.5 4.5v0a4.5 4.5 0 0 0 4.5 4.5h2.371m4.758-9h2.371a4.5 4.5 0 0 1 4.5 4.5v0a4.5 4.5 0 0 1-4.5 4.5h-2.371M7.243 12h9.514`},[]]]),bt=c({name:`Microphone`,tags:[`Unmute`,`Speak`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.801 6.449a3.199 3.199 0 1 1 6.398 0v4.95a3.199 3.199 0 0 1-6.398 0zM12 18.181a6.78 6.78 0 0 1-6.779-6.779M12 18.182a6.78 6.78 0 0 0 6.779-6.78M12 18.182v2.568`},[]]]),xt=c({name:`Microphone Off`,tags:[`Mute`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m2.75 21.25 18.5-18.5`},[]],[`path`,{fill:`currentColor`,d:`M15.199 11.398a3.199 3.199 0 0 1-5.14 2.543l5.14-5.14z`},[]],[`path`,{fill:`currentColor`,d:`M8.051 11.125a.75.75 0 0 0 1.5 0zm-2.08.277a.75.75 0 0 0-1.5 0zm13.558 0a.75.75 0 0 0-1.5 0zM11.25 20.75a.75.75 0 0 0 1.5 0zm3.949-11.949h.75v-1.81l-1.28 1.28zm-7.188 7.122a.75.75 0 0 0-.993 1.124zm2.048-1.982-.53-.53-.606.606.68.52zm4.129-8.594a.75.75 0 0 0 1.339-.676zm-9.132 8.97a.75.75 0 1 0 1.383-.582zm4.495-3.192V6.449h-1.5v4.676zm4.898.273A2.45 2.45 0 0 1 12 13.848v1.5a3.95 3.95 0 0 0 3.949-3.95zM12 2.5a3.95 3.95 0 0 0-3.949 3.949h1.5A2.45 2.45 0 0 1 12 4zm6.029 8.902c0 3.33-2.7 6.03-6.029 6.03v1.5a7.53 7.53 0 0 0 7.529-7.53zm-6.779 6.78v2.568h1.5v-2.569zM14.449 8.8v2.597h1.5V8.801zM12 17.431a6 6 0 0 1-3.989-1.508l-.993 1.124A7.5 7.5 0 0 0 12 18.932zm0-3.584c-.56 0-1.073-.187-1.486-.502l-.91 1.192c.664.508 1.496.81 2.396.81zM12 4c.955 0 1.784.546 2.188 1.347l1.339-.676A3.95 3.95 0 0 0 12 2.5zm-5.561 9.735a6 6 0 0 1-.468-2.333h-1.5c0 1.032.208 2.017.585 2.914zm8.23-5.464-5.14 5.14 1.06 1.06 5.14-5.14z`},[]]]),St=c({name:`Pin`,tags:[``],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m7.77 16.233-4.02 4.02M14.976 3.336l5.69 5.691a2 2 0 0 1-.698 3.282L16.595 13.6a4 4 0 0 0-2.426 2.674l-.689 2.5a1.5 1.5 0 0 1-2.507.662L4.568 13.03a1.5 1.5 0 0 1 .662-2.507l2.5-.688a4 4 0 0 0 2.673-2.427l1.291-3.372a2 2 0 0 1 3.282-.7`},[]]]),Ct=c({name:`Pin Off`,tags:[`Unpin`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m7.77 16.233-4.02 4.02m11.123-5.38c-.32.41-.562.885-.704 1.4l-.689 2.5a1.5 1.5 0 0 1-2.507.663L4.568 13.03a1.5 1.5 0 0 1 .662-2.507l2.5-.688c.515-.142.99-.384 1.4-.705m1.62-2.63.944-2.464a2 2 0 0 1 3.282-.7l5.69 5.691a2 2 0 0 1-.698 3.282l-2.603.996`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M21.25 21.25 2.75 2.75`},[]]]),wt=c({name:`Timer`,tags:[`Stopwatch`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M9 2.75h6M12 9.5v4`},[]],[`circle`,{cx:`12`,cy:`13.5`,r:`7.75`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m19.75 5.818-2.236 2.236`},[]]]),Tt=c({name:`Wrench`,tags:[`Configure`,`Spanner`,`Options`,`Mechanism`,`Mechanic`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.691 4.562a6.19 6.19 0 0 1 6.545-1.42c.378.141.45.62.165.906l-2.787 2.787a1.037 1.037 0 0 0 0 1.467l1.084 1.084a1.037 1.037 0 0 0 1.467 0L19.953 6.6c.285-.285.764-.212.905.165a6.187 6.187 0 0 1-7.696 8.058c-.396-.128-.84-.054-1.134.24L6.481 20.61a2.186 2.186 0 1 1-3.09-3.09l5.547-5.548c.294-.294.368-.738.24-1.134a6.19 6.19 0 0 1 1.513-6.276Z`},[]]]),Et=c({name:`Alert Circle`,tags:[`Warning`],category:`Status`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 12.438v-5`},[]],[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(1 0 0 -1 10.75 17.063)`},[]]]),Dt=c({name:`Alert Triangle`,tags:[`Warning`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M5.732 20.5c-2.29 0-3.723-2.498-2.581-4.5L9.419 5.006c1.144-2.008 4.018-2.008 5.163 0L20.849 16c1.142 2.002-.291 4.5-2.581 4.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 13.375V9`},[]],[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(1 0 0 -1 10.75 17.938)`},[]]]),Ot=c({name:`Arrow Sync`,tags:[`Synchronize`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.548 9.735a8.75 8.75 0 0 1 16.03-2.11l.335.759m.837-5.134v4.147a1 1 0 0 1-.837.987m-4.31.013h4.147q.083 0 .163-.013M3.25 20.75v-4.147a1 1 0 0 1 1-1m0 0h4.147m-4.147 0 .172.772a8.75 8.75 0 0 0 16.03-2.11`},[]]]),kt=c({name:`Arrow Sync 2`,tags:[`Synchronize`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.915 18.532A7.83 7.83 0 0 1 11.831 3.92h1.043m-1.755-2.17 1.462 1.462a1 1 0 0 1 .293.708m-1.755 2.169 1.462-1.462a1 1 0 0 0 .293-.707m3.211 1.299a7.83 7.83 0 0 1-3.916 14.612h-1.043M12.881 22l-1.462-1.462a1 1 0 0 1-.293-.707m1.755-2.17-1.462 1.462a1 1 0 0 0-.293.708`},[]]]),At=c({name:`Badge`,tags:[``],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 3.75H8.75a5 5 0 0 0-5 5v6.5a5 5 0 0 0 5 5h6.5a5 5 0 0 0 5-5V12`},[]],[`circle`,{cx:`18.25`,cy:`5.75`,r:`3`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]]]),D=c({name:`Bell`,tags:[`Notification`,`Alert`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.934 14.98a3 3 0 0 1-.457-1.59V9.226a6.477 6.477 0 0 0-12.954 0v4.162a3 3 0 0 1-.457 1.592l-1.088 1.74a1 1 0 0 0 .848 1.53h14.348a1 1 0 0 0 .848-1.53z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M10 21.25h4`},[]]]),jt=c({name:`Cancel Circle`,tags:[``],category:`Status`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m8.875 8.875 6.25 6.25m0-6.25-6.25 6.25`},[]]]),Mt=c({name:`Cancel Square`,tags:[``],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M8.25 3.75a4.5 4.5 0 0 0-4.5 4.5v7.5a4.5 4.5 0 0 0 4.5 4.5h7.5a4.5 4.5 0 0 0 4.5-4.5v-7.5a4.5 4.5 0 0 0-4.5-4.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m8.655 8.655 6.69 6.69m0-6.69-6.69 6.69`},[]]]),Nt=c({name:`Checkmark Circle`,tags:[``],category:`Status`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m16.375 9.194-5.611 5.612-3.139-3.134`},[]]]),Pt=c({name:`Clock`,tags:[`Analog`,`Time`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 12a9.25 9.25 0 1 1-18.5 0 9.25 9.25 0 0 1 18.5 0`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.25 6.75v6h4`},[]]]),Ft=c({name:`Do Not Disturb`,tags:[``],category:`Status`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M7.5 12h9`},[]]]),It=c({name:`Info`,tags:[`Information`],category:`Status`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 11.813v5`},[]],[`circle`,{cx:`12`,cy:`8.438`,r:`1.25`,fill:`currentColor`},[]]]),Lt=c({name:`Prohibited`,tags:[``],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.46 18.54A9.25 9.25 0 0 0 18.54 5.46M5.459 18.541A9.25 9.25 0 0 1 18.54 5.46M5.46 18.54 18.54 5.46`},[]]]),Rt=c({name:`Spinner`,tags:[`Loading`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 21.25A9.25 9.25 0 1 0 2.75 12`},[]]]),O=c({name:`Emoji`,tags:[`Smile`,`Happy`,`Smiley`,`Like`,`Helpful`],category:`Emojis`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`circle`,{cx:`9`,cy:`9.5`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`15`,cy:`9.5`,r:`1.25`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.464 14.25a4 4 0 0 1-6.928 0`},[]]]),zt=c({name:`Emoji Frown`,tags:[`Sad`,`Dislike`,`Not Helpful`],category:`Emojis`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`circle`,{cx:`9`,cy:`9.5`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`15`,cy:`9.5`,r:`1.25`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.464 15.813a4 4 0 0 0-6.928 0`},[]]]),Bt=c({name:`Emoji Grin`,tags:[``],category:`Emojis`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`circle`,{cx:`9`,cy:`9`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`15`,cy:`9`,r:`1.25`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.5 12.75c.276 0 .503.224.475.5a4.999 4.999 0 0 1-9.594 1.413 5 5 0 0 1-.356-1.414c-.028-.275.199-.499.475-.499z`},[]]]),Vt=c({name:`Emoji Laughter`,tags:[``],category:`Emojis`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.5 12.75c.276 0 .503.224.475.5a4.999 4.999 0 0 1-9.594 1.413 5 5 0 0 1-.356-1.414c-.028-.275.199-.499.475-.499zM7.264 9.082a1.797 1.797 0 0 1 3.472 0m2.528 0a1.796 1.796 0 0 1 3.472 0`},[]]]),Ht=c({name:`Skull`,tags:[`Skeleton`,`Emoji`,`Bones`,`Head`,`Spooky`,`Poison`,`Pirate`,`Kill`,`Blood`,`Death`,`Die`],category:`Emojis`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.99 17.284c2.225-1.528 3.26-3.442 3.26-6.164 0-4.62-4.141-8.37-9.25-8.37S2.75 6.5 2.75 11.12c0 2.722 1.437 4.636 3.663 6.164-.175.61-.132 2.251.187 2.78.414.687 1.219 1.186 1.87 1.186.743 0 1.396-.474 1.765-1.186.37.712 1.022 1.186 1.765 1.186s1.396-.473 1.765-1.186c.37.713 1.022 1.186 1.765 1.186.651 0 1.454-.499 1.94-1.186.374-.529.52-2.17.52-2.78`},[]],[`path`,{fill:`currentColor`,d:`M5.75 10.25a2.5 2.5 0 0 1 5 0v1a1.5 1.5 0 0 1-1.5 1.5h-1a2.5 2.5 0 0 1-2.5-2.5m7.5 0a2.5 2.5 0 1 1 2.5 2.5h-1a1.5 1.5 0 0 1-1.5-1.5zm-1.773 2.93-1.224 2.176a.6.6 0 0 0 .523.894h2.448a.6.6 0 0 0 .523-.894l-1.224-2.176a.6.6 0 0 0-1.046 0`},[]]]),Ut=c({name:`Arrow Clockwise`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.719 14.385a8.25 8.25 0 1 1-.824-6.26l.42.908m.58-4.658v3.75a1 1 0 0 1-.58.908m-4.17.092h3.75c.15 0 .293-.033.42-.092`},[]]]),Wt=c({name:`Arrow Counterclockwise`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.281 14.385a8.25 8.25 0 1 0 .824-6.26l-.477.88m-.523-4.63v3.75a1 1 0 0 0 .523.88m4.227.12h-3.75a1 1 0 0 1-.477-.12`},[]]]),Gt=c({name:`Arrow Down`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 4v15.879M5.25 13.75l5.69 5.69c.292.292.676.439 1.06.439m6.75-6.129-5.69 5.69a1.5 1.5 0 0 1-1.06.439`},[]]]),Kt=c({name:`Arrow Download`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.074 3.25v12.478M6.19 10.465l4.822 4.822c.293.293.677.44 1.06.44m5.883-5.262-4.822 4.822c-.293.293-.677.44-1.06.44m8.677.788v.935a3.3 3.3 0 0 1-3.3 3.3H6.55a3.3 3.3 0 0 1-3.3-3.3v-.935`},[]]]),qt=c({name:`Arrow Enter`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.75 5.623V9.52a4 4 0 0 1-4 4H3.871m4.236 4.857L4.31 14.58a1.5 1.5 0 0 1-.44-1.061m4.236-4.857L4.31 12.46c-.293.293-.44.677-.44 1.061`},[]]]),Jt=c({name:`Arrow Export`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.798 12H2.871m5.157-5.778-4.717 4.717c-.293.293-.44.677-.44 1.061m5.157 5.778-4.717-4.717A1.5 1.5 0 0 1 2.87 12m17.88-7.905v15.81`},[]]]),k=c({name:`Arrow Forward`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.25 18.219c0-2.352 0-3.527.383-4.455a5.06 5.06 0 0 1 2.743-2.743c.928-.383 2.103-.383 4.455-.383h8.298m-4.236-4.857 3.796 3.796c.293.293.44.677.44 1.061m-4.236 4.857 3.796-3.796c.293-.293.44-.677.44-1.061`},[]]]),Yt=c({name:`Arrow Import`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.25 12h12.927M10.02 6.222l4.717 4.717c.293.293.44.677.44 1.061m-5.157 5.778 4.717-4.717c.293-.293.44-.677.44-1.061m5.573-7.905v15.81`},[]]]),Xt=c({name:`Arrow Left`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20 12H4.121m6.129 6.75-5.69-5.69A1.5 1.5 0 0 1 4.122 12m6.129-6.75-5.69 5.69A1.5 1.5 0 0 0 4.122 12`},[]]]),Zt=c({name:`Arrow Move`,tags:[`Arrow 4-Way`,`Move`],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 9.005V2.75M9 5.324l2.273-2.273c.201-.2.464-.301.727-.301m3 2.574-2.273-2.273c-.2-.2-.464-.301-.727-.301M14.995 12h6.255m-2.574-3 2.273 2.273c.2.201.301.464.301.727m-2.574 3 2.273-2.273c.2-.2.301-.464.301-.727M12 14.995v6.255m-3-2.574 2.273 2.273c.201.2.464.301.727.301m3-2.574-2.273 2.273c-.2.2-.464.301-.727.301M9.005 12H2.75m2.574-3-2.273 2.273c-.2.201-.301.464-.301.727m2.574 3-2.273-2.273c-.2-.2-.301-.464-.301-.727`},[]]]),Qt=c({name:`Arrow Redo`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m14.03 21.25-8.26-8.26a5.999 5.999 0 0 1 8.483-8.483l4.734 4.734.622.622m-7.199.505h6.077c.447 0 .848-.195 1.122-.505m.378-7.072v6.077c0 .382-.142.73-.378.995`},[]]]),$t=c({name:`Arrow Redo 2`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m14.75 12 3.293-3.293A1 1 0 0 0 18.336 8M14.75 4l3.293 3.293a1 1 0 0 1 .293.707M16.75 19.5H10.5a5.75 5.75 0 0 1 0-11.5h7.836`},[]]]),en=c({name:`Arrow Reply`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.75 18.219c0-2.352 0-3.527-.383-4.455a5.06 5.06 0 0 0-2.743-2.743c-.928-.383-2.103-.383-4.455-.383H3.871m4.236-4.857L4.31 9.577c-.293.293-.44.677-.44 1.061m4.236 4.857L4.31 11.699a1.5 1.5 0 0 1-.44-1.061`},[]]]),tn=c({name:`Arrow Right`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4 12h15.879m-6.129 6.75 5.69-5.69c.292-.292.439-.676.439-1.06M13.75 5.25l5.69 5.69c.292.292.439.676.439 1.06`},[]]]),nn=c({name:`Arrow Rotate Clockwise`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 12a8.25 8.25 0 1 1 12.375 7.145l-1.199.421m-.051-3.316v3q0 .166.051.316m3.949.684h-3a1 1 0 0 1-.949-.684`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M14.5 11.75a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z`},[]]]),rn=c({name:`Arrow Rotate Counterclockwise`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 12a8.25 8.25 0 1 0-12.375 7.145l1.168.503m.082-3.398v3q-.002.213-.082.398m-3.918.602h3a1 1 0 0 0 .918-.602`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M14.5 11.75a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z`},[]]]),an=c({name:`Arrow Sort`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 9.867 8.186 6.053a1.5 1.5 0 0 0-1.061-.44M2.25 9.868l3.814-3.814c.293-.293.677-.44 1.061-.44m0 13.395V5.614m9.75-.124v13.394m4.875-4.253-3.814 3.814c-.293.293-.677.44-1.061.44M12 14.63l3.814 3.814c.293.293.677.44 1.061.44`},[]]]),on=c({name:`Arrow Swap`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m9.618 12.249-3.814 3.814c-.293.293-.44.677-.44 1.06M9.619 22l-3.814-3.814a1.5 1.5 0 0 1-.44-1.061m13.395 0H5.365m-.124-9.751h13.394m-4.253-4.875 3.814 3.814c.293.293.44.677.44 1.06m-4.254 4.876 3.814-3.814c.293-.293.44-.677.44-1.061`},[]]]),A=c({name:`Arrow Trending`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m3.25 16.75 4.793-4.793a1 1 0 0 1 1.414 0l2.586 2.586a1 1 0 0 0 1.414 0L19.75 8.25l.56-.56m-5.56-.44h4.5c.414 0 .79.168 1.06.44m.44 5.56v-4.5c0-.414-.168-.79-.44-1.06`},[]]]),sn=c({name:`Arrow Undo`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m9.97 21.25 8.26-8.26a5.999 5.999 0 0 0-8.483-8.483L5.013 9.24l-.622.622m7.199.505H5.513c-.447 0-.848-.195-1.122-.505M4.013 2.79v6.077c0 .382.143.73.378.995`},[]]]),cn=c({name:`Arrow Undo 2`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.25 12 5.957 8.707A1 1 0 0 1 5.664 8M9.25 4 5.957 7.293A1 1 0 0 0 5.664 8M7.25 19.5h6.25a5.75 5.75 0 0 0 0-11.5H5.664`},[]]]),ln=c({name:`Arrow Up`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 20V4.121M5.25 10.25l5.69-5.69A1.5 1.5 0 0 1 12 4.121m6.75 6.129-5.69-5.69A1.5 1.5 0 0 0 12 4.122`},[]]]),un=c({name:`Arrow Up Down`,tags:[`Up-Down`,`Bidirectional`,`Vertical`,`Height`,`Size`],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m7 16.25 3.94 3.94c.292.292.676.439 1.06.439m5-4.379-3.94 3.94a1.5 1.5 0 0 1-1.06.439M7 7.75l3.94-3.94A1.5 1.5 0 0 1 12 3.371m5 4.379-3.94-3.94A1.5 1.5 0 0 0 12 3.372m0 0V20.63`},[]]]),dn=c({name:`Arrow Left Right`,tags:[`Left Right`,`Bidirectional`,`Horizontal`,`Width`,`Size`,`Wide`],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m16.25 17 3.94-3.94c.292-.292.439-.676.439-1.06M16.25 7l3.94 3.94c.292.292.439.676.439 1.06M7.75 17l-3.94-3.94A1.5 1.5 0 0 1 3.372 12M7.75 7l-3.94 3.94A1.5 1.5 0 0 0 3.371 12m0 0H20.63`},[]]]),fn=c({name:`Arrow Upload`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 16.349V3.87M6.118 9.132l4.821-4.821c.293-.293.677-.44 1.061-.44m5.882 5.261-4.821-4.821A1.5 1.5 0 0 0 12 3.87m8.75 12.645v.935a3.3 3.3 0 0 1-3.3 3.3H6.55a3.3 3.3 0 0 1-3.3-3.3v-.935`},[]]]),pn=c({name:`Chevron Down`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.75 9.75 6.19 6.19a1.5 1.5 0 0 0 2.12 0l6.19-6.19`},[]]]),mn=c({name:`Chevron Left`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m14.25 4.75-6.19 6.19a1.5 1.5 0 0 0 0 2.12l6.19 6.19`},[]]]),hn=c({name:`Chevron Right`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m9.75 4.75 6.19 6.19a1.5 1.5 0 0 1 0 2.12l-6.19 6.19`},[]]]),gn=c({name:`Chevron Up`,tags:[``],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.75 14.25 6.19-6.19a1.5 1.5 0 0 1 2.12 0l6.19 6.19`},[]]]),j=c({name:`Subtract`,tags:[`Minus`,`Minimize`,`Line Horizontal`,`Subtract`],category:`Arrows`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 12h16.5`},[]]]),_n=c({name:`Document`,tags:[`Docs`],category:`Text`,deprecated:!1},[[`rect`,{width:`15`,height:`18.5`,x:`4.5`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.5 6.755h7m-7 4h7m-7 4H12`},[]]]),vn=c({name:`Draw Text`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m6 15.5 2.143-4.787m0 0h7.714L12.574 3.38a.624.624 0 0 0-1.148 0z`},[]],[`path`,{fill:`currentColor`,d:`M15.586 20.686a2.5 2.5 0 0 0 1.219-.673l5.454-5.45a2.526 2.526 0 1 0-3.57-3.573l-5.453 5.452c-.335.336-.569.76-.674 1.222l-.536 2.354a1.007 1.007 0 0 0 1.206 1.206z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M3.75 19H10`},[]]]),yn=c({name:`Note`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.5 4H8a4 4 0 0 0-4 4v8.5a4 4 0 0 0 4 4h6.843a4 4 0 0 0 2.829-1.172l1.656-1.656a4 4 0 0 0 1.172-2.829V8a4 4 0 0 0-4-4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.5 14H17a3 3 0 0 0-3 3v3.5M8 8h7.5M8 12h5`},[]]]),bn=c({name:`Note Add`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V6h2.493a.5.5 0 0 1 0 1H7v2.493a.5.5 0 1 1-1 0V7H3.507a.5.5 0 0 1 0-1H6V3.507a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.5 14h-1.7c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C14 16.28 14 17.12 14 18.8v1.7M15.5 8H14m-2.5 4H13m.75-8h.35c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748c.436.856.436 1.976.436 4.216v3.449c0 .978 0 1.468-.11 1.928-.099.408-.26.798-.48 1.156-.247.404-.593.75-1.285 1.442l-.25.25c-.692.692-1.038 1.038-1.442 1.286a4 4 0 0 1-1.156.479c-.46.11-.95.11-1.928.11H10.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C4 17.46 4 16.34 4 14.1v-.35`},[]]]),xn=c({name:`Quote`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m9.937 10.453-.01.13c0 3.35-2.038 5.115-4.63 6.058m4.64-6.188a3.093 3.093 0 1 1-6.187.001 3.093 3.093 0 0 1 6.187-.001m10.313 0-.01.13c0 3.35-2.038 5.115-4.63 6.058m4.64-6.188a3.093 3.093 0 1 1-6.187 0 3.093 3.093 0 0 1 6.187 0`},[]]]),Sn=c({name:`Spacebar`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 10v2.5a2 2 0 0 0 2 2h12.5a2 2 0 0 0 2-2V10`},[]]]),Cn=c({name:`Symbols`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13.9 3.918a1.955 1.955 0 0 1 2.765 0l.624.624.624-.624a1.955 1.955 0 1 1 2.764 2.765l-.623.624.005.005-2.764 2.765-.006-.006-.006.006-2.764-2.765.005-.005-.623-.624a1.955 1.955 0 0 1 0-2.765Z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.736 9.091a3.366 3.366 0 1 0 4.76-4.76m-4.76 4.76a3.366 3.366 0 1 1 4.76-4.76m-4.76 4.76 4.76-4.76M2.75 17.289h3.366m0 0H9.48m-3.365 0v-3.366m0 3.366v3.366m7.328-4.237a3.365 3.365 0 0 1 6.165-.812l.189.297m.262-1.98v1.98h-.262m-1.718 0h1.718m-6.47 4.752v-1.98h.267m1.714 0h-1.714m6.35-.515a3.366 3.366 0 0 1-6.165.812l-.185-.297`},[]]]),wn=c({name:`Text`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m19.25 8.389-.62-1.235A3 3 0 0 0 15.95 5.5h-7.9a3 3 0 0 0-2.68 1.654L4.75 8.39M12 5.5v13m0 0h-1.45m1.45 0h1.45`},[]]]),Tn=c({name:`Text Add`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m17.25 8.389-.62-1.235A3 3 0 0 0 13.95 5.5h-7.9a3 3 0 0 0-2.68 1.654L2.75 8.39M10 5.5v13H8.55`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),En=c({name:`Text Align Center`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M5.25 5.25h13.5M2.75 12h18.5M7 18.75h10`},[]]]),Dn=c({name:`Text Align Justify`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M2.75 5.25h18.5M2.75 12h18.5m-18.5 6.75h18.5`},[]]]),On=c({name:`Text Align Left`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M2.75 5.25h13.5M2.75 12h18.5m-18.5 6.75h10`},[]]]),kn=c({name:`Text Align Right`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M7.75 5.25h13.5M2.75 12h18.5m-10 6.75h10`},[]]]),An=c({name:`Text Bold`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.75 6.5c0-.966.784-1.75 1.75-1.75h3.551c2.135 0 3.849 1.75 3.849 3.888a3.9 3.9 0 0 1-1.114 2.735 4.11 4.11 0 0 1 2.464 3.765 4.12 4.12 0 0 1-4.125 4.112H8.5a1.75 1.75 0 0 1-1.75-1.75zm1.5 6.026V17.5c0 .138.112.25.25.25h4.625a2.62 2.62 0 0 0 2.625-2.612 2.62 2.62 0 0 0-2.625-2.612zm0-1.5h3.801c1.289 0 2.349-1.06 2.349-2.388S13.34 6.25 12.051 6.25H8.5a.25.25 0 0 0-.25.25z`,"clip-rule":`evenodd`},[]]]),jn=c({name:`Text Case Lowercase`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m9.81 12.919-.074-.015c-3.049-.578-6.676-.49-6.676 2.555 0 .854.491 1.658 1.206 2.095.71.434 1.604.446 2.44.446 1.15 0 2.41-.65 2.914-1.662q.146-.29.19-.657v-1.167m0-1.595v-.609c0-.762-.09-1.768-.547-2.384-.497-.67-1.38-1.426-2.828-1.426-2.393 0-3.166 1.654-3.166 1.654M9.81 12.92v1.595m0 3.383v-3.383M13.56 6.5V18m8-4a4 4 0 1 1-8 0 4 4 0 0 1 8 0`},[]]]),Mn=c({name:`Text Case Title`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m1.88 18 1.83-4.404m0 0h6.59m-6.59 0L6.515 6.85c.193-.465.787-.465.98 0l2.805 6.747m0 0L12.13 18m2.66-11.5V18m7.59-3.795a3.795 3.795 0 1 1-7.59 0 3.795 3.795 0 0 1 7.59 0`},[]]]),Nn=c({name:`Text Case Uppercase`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m1.01 18 1.92-4.404m0 0h6.91m-6.91 0L5.87 6.85a.553.553 0 0 1 1.028 0l2.941 6.747m0 0L11.76 18m3-5.948h4.046a2.765 2.765 0 0 0 2.754-2.776A2.765 2.765 0 0 0 18.806 6.5H14.76zm0 0h5c1.657 0 3 1.331 3 2.974 0 1.642-1.343 2.974-3 2.974h-5z`},[]]]),Pn=c({name:`Text Clear Formatting`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.77 22.252h6.476m-9.69-7.733 5.925 5.925m-6.195-.808 1.078 1.078c.849.848 1.273 1.272 1.762 1.431.43.14.894.14 1.324 0 .49-.159.913-.583 1.762-1.431l3.502-3.502c.848-.849 1.272-1.273 1.431-1.762.14-.43.14-.894 0-1.324-.159-.49-.583-.913-1.431-1.762l-1.078-1.078c-.849-.848-1.273-1.272-1.762-1.431a2.14 2.14 0 0 0-1.324 0c-.49.159-.913.583-1.762 1.431l-3.502 3.502c-.848.849-1.272 1.273-1.431 1.762-.14.43-.14.894 0 1.324.159.49.583.913 1.431 1.762M2.75 12.427 4.328 8.72m0 0h5.68m-5.68 0 2.417-5.678a.45.45 0 0 1 .845 0l2.418 5.678m0 0 1.137 2.673M14.09 2.75v5.739l.112-.096a3.195 3.195 0 0 1 6.202.158`},[]]]),Fn=c({name:`Text Collapse`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.125 4.5h14.5m-14.5 15h14.5m-7.5-10h7.5m-7.5 5h7.5`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M6.875 16.5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9m-2-5a.5.5 0 1 0 0 1h4a.5.5 0 0 0 0-1z`,"clip-rule":`evenodd`},[]]]),In=c({name:`Text Color`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m7.154 13.088 1.73-3.959m0 0h6.231m-6.23 0 2.652-6.065a.5.5 0 0 1 .926 0l2.652 6.065m0 0 1.731 3.96`},[]],[`rect`,{width:`15.5`,height:`4.353`,x:`4.25`,y:`16.897`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`},[]]]),Ln=c({name:`Text Edit Style`,tags:[`Text edit`,`Text pencil`],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m3.25 14.25 1.875-4.403m0 0h6.75m-6.75 0 2.873-6.748a.536.536 0 0 1 1.004 0l2.873 6.748m0 0 .575 1.349m.886 9.49a2.5 2.5 0 0 0 1.219-.673l5.454-5.45a2.526 2.526 0 1 0-3.57-3.573l-5.453 5.452c-.335.336-.569.76-.674 1.222l-.536 2.354a1.007 1.007 0 0 0 1.206 1.206z`},[]]]),Rn=c({name:`Text Effects`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 3.5a1.75 1.75 0 0 0-1.588 1.015l-6.25 13.5a1.75 1.75 0 0 0 3.176 1.47L9.1 15.678h5.8l1.762 3.807a1.75 1.75 0 1 0 3.176-1.47l-6.25-13.5A1.75 1.75 0 0 0 12 3.5`,"clip-rule":`evenodd`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`m12 7.63 2.453 5.298H9.547z`,"clip-rule":`evenodd`},[]]]),zn=c({name:`Text Expand`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.125 4.5h14.5m-14.5 15h14.5m-7.5-10h7.5m-7.5 5h7.5`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M6.875 16.5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9m0-7a.5.5 0 0 1 .5.5v1.5h1.5a.5.5 0 1 1 0 1h-1.5V14a.5.5 0 1 1-1 0v-1.5h-1.5a.5.5 0 0 1 0-1h1.5V10a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),Bn=c({name:`Text Font`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m20.08 21.25-2.133-4.842m0 0H10.27m7.677 0-3.268-7.42a.617.617 0 0 0-1.142 0l-3.267 7.42m0 0L8.137 21.25m-1.174 0h2.812m8.663 0h2.812M4.423 8.82 2.75 12.584M4.423 8.82h6.021L7.881 3.05a.485.485 0 0 0-.895 0z`},[]]]),Vn=c({name:`Text Font Size`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 17.75 1.875-4.404m0 0h6.75m-6.75 0L7.498 6.6a.536.536 0 0 1 1.004 0l2.873 6.747m0 0 1.875 4.404m0-.001 1.429-3.277m0 0h5.142m-5.142 0 2.188-5.022a.412.412 0 0 1 .765 0l2.19 5.022m0 0 1.428 3.277`},[]]]),Hn=c({name:`Text Footnote`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 17.248 1.44-3.384m0 0h5.188m-5.187 0 2.208-5.186a.412.412 0 0 1 .771 0l2.208 5.186m0 0 1.441 3.384m2.398-8.838v8.838m5.833-2.916a2.916 2.916 0 1 1-5.833 0 2.916 2.916 0 0 1 5.833 0m0-7.707 2.2-1.375v5.5`},[]]]),Un=c({name:`Text Highlight Color`,tags:[``],category:`Text`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m8.25 16 1.34-3.063m0 0h4.82m-4.82 0 2.051-4.694a.386.386 0 0 1 .718 0l2.052 4.694m0 0L15.75 16`},[]]]),Wn=c({name:`Text Indent Decrease`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M6.75 18.75h13.5M6.75 5.25h13.5M10.75 12h9.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m6.25 9-3 3 3 3`},[]]]),Gn=c({name:`Text Indent Increase`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M6.75 18.75h13.5M6.75 5.25h13.5M10.75 12h9.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m3.75 9 3 3-3 3`},[]]]),Kn=c({name:`Text Italic`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M9.25 4.75h9m-13.5 14.5h9m-4.75 0 5.263-14.5`},[]]]),qn=c({name:`Text Large`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m5.5 19.207 2.321-5.325m0 0h8.358m-8.358 0 3.558-8.16a.669.669 0 0 1 1.242 0l3.558 8.16m0 0 2.321 5.325`},[]]]),Jn=c({name:`Text Letter Spacing`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m7.6 16.937 1.571-3.781m0 0h5.658m-5.658 0 2.408-5.793c.166-.4.676-.4.842 0l2.408 5.793m0 0 1.571 3.78`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M21.25 20.25V3.75m-18.5 16.5V3.75`},[]]]),Yn=c({name:`Text Line Height`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 18.345 1.992 2.037c.235.24.547.361.858.361m2.85-2.398-1.992 2.037c-.235.24-.547.361-.858.361M2.75 5.61l2.002-2.002c.234-.234.54-.351.848-.351M8.45 5.61l-2-2.002a1.2 1.2 0 0 0-.849-.351m0 17.486V3.257`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M11.55 4.25h9.7m-9.7 15.5h9.7`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m13.12 15.594 1.171-2.752m0 0h4.219m-4.219 0 1.796-4.218a.335.335 0 0 1 .627 0l1.796 4.217m0 0 1.172 2.753`},[]]]),Xn=c({name:`Text Line Spacing`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 18.345 1.992 2.037c.235.24.547.361.858.361m2.85-2.398-1.992 2.037c-.235.24-.547.361-.858.361M2.75 5.61l2.002-2.002c.234-.234.54-.351.848-.351M8.45 5.61l-2-2.002a1.2 1.2 0 0 0-.849-.351m0 0v17.486`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M11.55 4.25h9.7m-9.7 5.17h9.7m-9.7 5.17h9.7m-9.7 5.17h6.7`},[]]]),Zn=c({name:`Text Number List`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.25 5h10m-10 7h10m-10 7h10M3.75 3.75l2-1v4.5m-2 3.625a1.52 1.52 0 0 1 .626-.87 1.53 1.53 0 0 1 1.995.262c.565.64.019 1.58-.612 2.155L3.75 14.25h3m-3 2.5h2.986l-1.73 2.017a1.77 1.77 0 0 1 .907.112c.281.115.512.301.66.532.148.23.205.493.164.752-.04.26-.178.5-.392.692a1.6 1.6 0 0 1-.802.37 2.2 2.2 0 0 1-1.013-.087c-.285-.107-.622-.287-.78-.513`},[]]]),Qn=c({name:`Text Position Bottom`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 2.75v13.379m-6.287-5.666 5.226 5.226c.293.293.677.44 1.061.44m6.287-5.666-5.226 5.226c-.293.293-.677.44-1.061.44M2.75 21.25h18.5`},[]]]),$n=c({name:`Text Position Middle`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 2.75v6.086M9.081 6.33l2.212 2.212a1 1 0 0 0 .707.293m2.919-2.505-2.212 2.212a1 1 0 0 1-.707.293m0 12.415v-6.086M9.081 17.67l2.212-2.212a1 1 0 0 1 .707-.293m2.919 2.505-2.212-2.212a1 1 0 0 0-.707-.293M2.75 12h18.5`},[]]]),er=c({name:`Text Position Top`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 21.25V7.871m-6.287 5.666 5.226-5.226c.293-.293.677-.44 1.061-.44m6.287 5.666-5.226-5.226A1.5 1.5 0 0 0 12 7.87M2.75 2.75h18.5`},[]]]),tr=c({name:`Text Small`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m6.5 18.138 1.964-4.507m0 0h7.072m-7.072 0 3.01-6.904a.566.566 0 0 1 1.052 0l3.01 6.905m0 0 1.964 4.506`},[]]]),nr=c({name:`Text Strikethrough`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M17.059 8.113s-.71-3.363-5.861-3.363c-1.923 0-4.42 1.601-4.42 3.838 0 .493.087.92.259 1.292q.194.418.526.75m-.526 6.365S8.382 20 12.364 20c2.217 0 4.859-1.078 4.859-3.544 0-1.571-.918-2.63-2.408-3.331m-10.065 0h10.065m4.435 0h-4.435`},[]]]),rr=c({name:`Text Subscript`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.75 4.75 10.5 12.5m0-12.5-10.5 12.5m12.677-1.088a1.912 1.912 0 1 1 3.263 1.352l-2.88 3.236h3.359`},[]]]),ir=c({name:`Text Superscript`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.75 19.25 10.5-12.5m0 12.5L4.75 6.75m12.677-1.588a1.912 1.912 0 1 1 3.263 1.352L17.81 9.75h3.359`},[]]]),ar=c({name:`Text Typography`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.25 18.25 1.875-4.404m0 0h6.75m-6.75 0L6.998 7.1a.536.536 0 0 1 1.004 0l2.873 6.747m0 0 1.875 4.404m9-4.948-.07-.014c-2.88-.557-6.308-.472-6.308 2.462 0 .824.464 1.598 1.14 2.02.67.417 1.515.429 2.305.429 1.086 0 2.277-.626 2.754-1.602q.137-.279.179-.633V14.84m0-1.537v-.587c0-.734-.085-1.704-.517-2.297-.47-.646-1.303-1.375-2.672-1.375-2.261 0-2.991 1.595-2.991 1.595m6.18 2.664v1.537m0 3.26v-3.26`},[]]]),or=c({name:`Text Underline`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.5 4.75v6.5a5.5 5.5 0 0 0 5.5 5.5v0a5.5 5.5 0 0 0 5.5-5.5v-6.5m-11 15h11`},[]]]),sr=c({name:`File`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.688 3.063a3.5 3.5 0 0 1 1.027.712l5.968 5.97c.3.3.54.647.711 1.026m-7.706-7.708a3.5 3.5 0 0 0-1.448-.313H7.792a3.5 3.5 0 0 0-3.5 3.5v11.5a3.5 3.5 0 0 0 3.5 3.5h8.416a3.5 3.5 0 0 0 3.5-3.5v-5.53c0-.505-.109-.999-.314-1.45m-7.706-7.707V8.77a2 2 0 0 0 2 2h5.706`},[]]]),cr=c({name:`File Add`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M6.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H7v2.493a.5.5 0 1 1-1 0V18H3.507a.5.5 0 0 1 0-1H6v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.292 10.25v-4a3.5 3.5 0 0 1 3.5-3.5h2.448a3.5 3.5 0 0 1 1.447.313M13.75 21.25h2.458a3.5 3.5 0 0 0 3.5-3.5v-5.53c0-.505-.109-.999-.314-1.45m-7.706-7.707a3.5 3.5 0 0 1 1.027.712l5.968 5.97c.3.3.54.647.711 1.026m-7.706-7.708V8.77a2 2 0 0 0 2 2h5.706`},[]]]),lr=c({name:`File Sync`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.292 10.25v-4a3.5 3.5 0 0 1 3.5-3.5h2.448a3.5 3.5 0 0 1 1.447.313M13.75 21.25h2.458a3.5 3.5 0 0 0 3.5-3.5v-5.53c0-.505-.109-.999-.314-1.45m-7.706-7.707a3.5 3.5 0 0 1 1.027.712l5.968 5.97c.3.3.54.647.711 1.026m-7.706-7.708V8.77a2 2 0 0 0 2 2h5.706`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M6.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m1.548-8.64a3.5 3.5 0 0 0-4.929 2.234.5.5 0 0 0 .966.259A2.5 2.5 0 0 1 8.3 15.765h-.565a.5.5 0 0 0 0 1H9.5a.5.5 0 0 0 .5-.5V14.5a.5.5 0 0 0-1 0v.55a3.5 3.5 0 0 0-.952-.69m1.833 4.046a.5.5 0 0 0-.966-.259A2.5 2.5 0 0 1 4.7 19.235h.565a.5.5 0 0 0 0-1H3.5a.5.5 0 0 0-.5.5V20.5a.5.5 0 0 0 1 0v-.55a3.5 3.5 0 0 0 5.88-1.544`,"clip-rule":`evenodd`},[]]]),ur=c({name:`Folder`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 8.623v7.379a4 4 0 0 0 4 4h10.5a4 4 0 0 0 4-4v-5.69a4 4 0 0 0-4-4H12M2.75 8.624V6.998a3 3 0 0 1 3-3h2.9a2.5 2.5 0 0 1 1.768.732L12 6.313m-9.25 2.31h5.904a2.5 2.5 0 0 0 1.768-.732L12 6.313`},[]]]),dr=c({name:`Folder Add`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.494a.5.5 0 0 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 8.623v7.379a4 4 0 0 0 4 4h3.35M2.75 8.623V6.998a3 3 0 0 1 3-3h2.9a2.5 2.5 0 0 1 1.768.732L12 6.313m-9.25 2.31h5.904a2.5 2.5 0 0 0 1.768-.732L12 6.313m0 0 5.25-.002a4 4 0 0 1 4 4v.669`},[]]]),fr=c({name:`Folder Open`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m3.882 18.043 4.041-5.623a4 4 0 0 1 3.249-1.665h8.752M3.882 18.043a3.65 3.65 0 0 0 2.777 1.277h8.343a4 4 0 0 0 3.405-1.9l2.918-4.734a1.287 1.287 0 0 0-1.115-1.931h-.286M3.882 18.043A3.65 3.65 0 0 1 3 15.661V7.424A2.744 2.744 0 0 1 5.744 4.68h2.653c.607 0 1.189.24 1.618.67l.911.91a1.83 1.83 0 0 0 1.294.537l4.044-.001a3.66 3.66 0 0 1 3.66 3.66v.299`},[]]]),pr=c({name:`Hard Drive`,tags:[`Disk`,`SSD`,`HDD`,`Macintosh HD`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 16.75v2.5a2 2 0 0 1-2 2H4.75a2 2 0 0 1-2-2v-2.5m18.5 0a2 2 0 0 0-2-2H4.75a2 2 0 0 0-2 2m18.5 0v-1.63a3 3 0 0 0-.09-.728l-2.342-9.37a3 3 0 0 0-2.91-2.272H8.092a3 3 0 0 0-2.91 2.272l-2.342 9.37a3 3 0 0 0-.09.727v1.631`},[]],[`circle`,{cx:`18`,cy:`18`,r:`1`,fill:`currentColor`},[]]]),mr=c({name:`PDF`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.792 21.25h8.416a3.5 3.5 0 0 0 3.5-3.5v-5.53a3.5 3.5 0 0 0-1.024-2.475l-5.969-5.97A3.5 3.5 0 0 0 10.24 2.75H7.792a3.5 3.5 0 0 0-3.5 3.5v11.5a3.5 3.5 0 0 0 3.5 3.5`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M10.437 7.141c-.239.078-.392.236-.436.411-.09.352 0 .73.253 1.203.126.234.28.471.45.725l.092.137.145.215.019-.068.086-.306q.148-.503.23-1.02c.089-.642-.011-1.018-.309-1.26-.08-.065-.278-.119-.53-.037m.055 4.152-.27-.362-.032-.048c-.115-.19-.243-.38-.382-.585l-.1-.149a10 10 0 0 1-.512-.828c-.31-.578-.558-1.286-.358-2.067.17-.664.698-1.081 1.227-1.254.517-.168 1.174-.147 1.66.247.792.644.848 1.573.739 2.357a9 9 0 0 1-.261 1.174l-.096.34q-.112.382-.208.769l-.067.194 1.392 1.864c.65-.078 1.364-.125 2.03-.077.769.054 1.595.242 2.158.776a1.56 1.56 0 0 1 .395 1.441c-.117.48-.454.88-.919 1.123-.985.515-1.902.105-2.583-.416-.533-.407-1.045-.975-1.476-1.453l-.104-.114c-.37.057-.72.121-1.004.175-.305.057-.684.128-1.096.22l-.151.443q-.125.288-.238.58l-.122.303a8 8 0 0 1-.427.91c-.33.578-.857 1.192-1.741 1.241-1.184.066-1.986-.985-1.756-2.108l.006-.027c.2-.791.894-1.31 1.565-1.653.597-.306 1.294-.532 1.941-.701zm.87 1.165-.287.843.421-.08.004-.001.38-.07zm2.84 1.604c.274.29.547.56.831.777.55.42.94.493 1.299.305.2-.105.284-.241.309-.342a.35.35 0 0 0-.08-.309c-.257-.228-.722-.38-1.392-.428a8 8 0 0 0-.967-.003m-5.005.947c-.318.109-.62.23-.89.368-.587.3-.87.604-.944.867-.078.415.192.673.516.655.27-.015.506-.184.766-.639q.204-.372.358-.767l.107-.266z`,"clip-rule":`evenodd`},[]]]),hr=c({name:`PDF 2`,tags:[``],category:`Files`,deprecated:!0,alternativeIcon:`PDF`},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.792 21.25h8.416a3.5 3.5 0 0 0 3.5-3.5v-5.53a3.5 3.5 0 0 0-1.024-2.475l-5.969-5.97A3.5 3.5 0 0 0 10.24 2.75H7.792a3.5 3.5 0 0 0-3.5 3.5v11.5a3.5 3.5 0 0 0 3.5 3.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.688 3.11v5.66a2 2 0 0 0 2 2h5.662`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,d:`M7.25 16.5v-1m0 0v-2h1a1 1 0 0 1 1 1v0a1 1 0 0 1-1 1zm4 1v-3h.5a1.5 1.5 0 0 1 0 3zm4 0v-1.25m1.5-1.75h-1.5v1.75m0 0h1.5`},[]]]),gr=c({name:`Photo`,tags:[`Image`,`Picture`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.33 17.657c.11-.366.17-.755.17-1.157v-9a4 4 0 0 0-4-4h-9a4 4 0 0 0-4 4v9.07m16.83 1.087-.088-.104-2.466-2.976a2 2 0 0 0-3.073-.008l-1.312 1.566-.214.261m7.153 1.26a4 4 0 0 1-3.713 2.842m0 0-.117.002h-9a4 4 0 0 1-4-3.93m13.117 3.928-.093-.106-3.347-3.996m-9.676.175.177-.201 3.206-3.827a2 2 0 0 1 3.066 0l3.227 3.853`},[]],[`circle`,{cx:`15.091`,cy:`8.909`,r:`1.5`,fill:`currentColor`},[]]]),_r=c({name:`QR Code`,tags:[``],category:`Media`,deprecated:!1},[[`rect`,{width:`7.5`,height:`7.5`,x:`2.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2.5`},[]],[`rect`,{width:`7.5`,height:`7.5`,x:`13.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2.5`},[]],[`rect`,{width:`7.5`,height:`7.5`,x:`2.75`,y:`13.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2.5`},[]],[`rect`,{width:`3`,height:`3`,x:`5`,y:`5`,fill:`currentColor`,rx:`1.5`},[]],[`rect`,{width:`3`,height:`3`,x:`16`,y:`5`,fill:`currentColor`,rx:`1.5`},[]],[`rect`,{width:`3`,height:`3`,x:`5`,y:`16`,fill:`currentColor`,rx:`1.5`},[]],[`rect`,{width:`3`,height:`3`,x:`13`,y:`13`,fill:`currentColor`,rx:`1.5`},[]],[`rect`,{width:`3`,height:`3`,x:`16`,y:`16`,fill:`currentColor`,rx:`1.5`},[]],[`rect`,{width:`3`,height:`3`,x:`19`,y:`19`,fill:`currentColor`,rx:`1.5`},[]],[`rect`,{width:`3`,height:`3`,x:`19`,y:`13`,fill:`currentColor`,rx:`1.5`},[]],[`rect`,{width:`3`,height:`3`,x:`13`,y:`19`,fill:`currentColor`,rx:`1.5`},[]]]),M=c({name:`Save`,tags:[`Floppy Disk`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.558 3.75H7.25a3.5 3.5 0 0 0-3.5 3.5v9.827a3.173 3.173 0 0 0 3.173 3.173v0m.635-16.5v2.442a2 2 0 0 0 2 2h2.346a2 2 0 0 0 2-2V3.75m-6.346 0h6.346m0 0h.026a3 3 0 0 1 2.122.879l3.173 3.173a3.5 3.5 0 0 1 1.025 2.475v6.8a3.173 3.173 0 0 1-3.173 3.173v0m-10.154 0V15a3 3 0 0 1 3-3h4.154a3 3 0 0 1 3 3v5.25m-10.154 0h10.154`},[]]]),N=c({name:`Save Pencil`,tags:[`Floppy Disk`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.558 3.75H7.25a3.5 3.5 0 0 0-3.5 3.5v9.827a3.173 3.173 0 0 0 3.173 3.173m.635-16.5v2.442a2 2 0 0 0 2 2h2.346a2 2 0 0 0 2-2V3.75m-6.346 0h6.346m0 0h.026a3 3 0 0 1 2.122.879l3.173 3.173a3.5 3.5 0 0 1 .903 1.558M6.923 20.25V15a3 3 0 0 1 3-3h4.154q.353 0 .683.078M6.923 20.25H9.33`},[]],[`path`,{fill:`currentColor`,d:`M14.586 21.436a2.5 2.5 0 0 0 1.219-.674l5.454-5.45a2.526 2.526 0 1 0-3.57-3.572l-5.453 5.452a2.5 2.5 0 0 0-.674 1.222l-.536 2.354a1.007 1.007 0 0 0 1.206 1.206z`},[]]]),vr=c({name:`Accessibility`,tags:[``],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.867 5.543a1.58 1.58 0 0 0-2.155.576 1.57 1.57 0 0 0 .577 2.15l2.63 1.515a1 1 0 0 1 .5.866v3.536a1 1 0 0 1-.134.5l-2.408 4.162a1.57 1.57 0 0 0 .577 2.15 1.58 1.58 0 0 0 2.156-.576l3.258-5.629h.258l3.258 5.629a1.58 1.58 0 0 0 2.156.576 1.57 1.57 0 0 0 .577-2.15l-2.402-4.15a1 1 0 0 1-.135-.502V10.65a1 1 0 0 1 .501-.866l2.63-1.514a1.57 1.57 0 0 0 .577-2.15 1.58 1.58 0 0 0-2.155-.577l-3.636 2.094a3 3 0 0 1-2.994 0z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.623 5.414a2.623 2.623 0 1 1-5.246 0 2.623 2.623 0 0 1 5.246 0`},[]]]),yr=c({name:`Battery`,tags:[``],category:`Technology`,deprecated:!1},[[`rect`,{width:`16`,height:`12`,x:`2.75`,y:`6`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.25`},[]],[`rect`,{width:`7`,height:`7`,x:`5.25`,y:`8.5`,fill:`currentColor`,rx:`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 10v4`},[]]]),br=c({name:`Battery Full`,tags:[``],category:`Technology`,deprecated:!1},[[`rect`,{width:`16`,height:`12`,x:`2.75`,y:`6`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.25`},[]],[`rect`,{width:`11`,height:`7`,x:`5.25`,y:`8.5`,fill:`currentColor`,rx:`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 10v4`},[]]]),xr=c({name:`Button`,tags:[`UI`],category:`System & Interface`,deprecated:!1},[[`rect`,{width:`18.5`,height:`11`,x:`2.75`,y:`6.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7 12h10`},[]]]),Sr=c({name:`Checkbox Unchecked`,tags:[``],category:`System & Interface`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]]]),Cr=c({name:`Closed Captions`,tags:[``],category:`System & Interface`,deprecated:!1},[[`rect`,{width:`18.5`,height:`14.5`,x:`2.75`,y:`4.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.5 14.382a2.75 2.75 0 1 1 0-4.764m7.125 4.764a2.75 2.75 0 1 1 0-4.764`},[]]]),wr=c({name:`Cursor`,tags:[`Cursor`,`Mouse`,`Pointer`],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.084 20.276c-1.06 1.38-3.264.66-3.306-1.079L4.443 5.392C4.407 3.932 6 3.012 7.247 3.773l11.788 7.192c1.485.906 1.006 3.176-.719 3.403l-5.581.738a1.84 1.84 0 0 0-1.221.705z`},[]]]),Tr=c({name:`Cursor Click`,tags:[``],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.394 20.734c-.757.985-2.332.471-2.362-.771l-.239-9.86a1.317 1.317 0 0 1 2.003-1.157l8.42 5.137c1.06.647.718 2.268-.513 2.431l-3.987.527c-.346.046-.66.227-.872.503z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.797 8.75h2.5m3.75-3.502v-2.5M6.815 5.765 5.047 3.998m8.232 1.767 1.768-1.767`},[]]]),Er=c({name:`Dark Theme`,tags:[`Appearance`],category:`System & Interface`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M2.75 12A9.25 9.25 0 0 0 12 21.25V2.75A9.25 9.25 0 0 0 2.75 12`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 21.25a9.25 9.25 0 0 0 0-18.5m0 18.5a9.25 9.25 0 0 1 0-18.5m0 18.5V2.75`},[]]]),P=c({name:`Extension`,tags:[`Puzzle`],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13 2.75A2.25 2.25 0 0 0 10.75 5c0 .14 0 .21-.012.267a.6.6 0 0 1-.471.471c-.058.012-.128.012-.267.012H8.75a2 2 0 0 0-2 2V9c0 .14 0 .21-.012.267a.6.6 0 0 1-.471.471c-.058.012-.128.012-.267.012a2.25 2.25 0 0 0 0 4.5c.14 0 .209 0 .267.011a.6.6 0 0 1 .471.472c.012.058.012.128.012.267v1.25a2 2 0 0 0 2 2H10c.14 0 .21 0 .267.012a.6.6 0 0 1 .471.47c.012.059.012.129.012.268a2.25 2.25 0 1 0 4.5 0c0-.14 0-.21.011-.267a.6.6 0 0 1 .472-.471c.058-.012.128-.012.267-.012h1.25a2 2 0 0 0 2-2V15c0-.14 0-.21-.012-.267a.6.6 0 0 0-.471-.472c-.058-.011-.128-.011-.267-.011a2.25 2.25 0 0 1 0-4.5c.14 0 .209 0 .267-.012a.6.6 0 0 0 .471-.471c.012-.058.012-.128.012-.267V7.75a2 2 0 0 0-2-2H16c-.14 0-.21 0-.267-.012a.6.6 0 0 1-.472-.471C15.25 5.21 15.25 5.14 15.25 5A2.25 2.25 0 0 0 13 2.75`},[]]]),Dr=c({name:`Menu`,tags:[``],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 4.75h18.5M2.75 12h18.5m-18.5 7.25h18.5`},[]]]),Or=c({name:`Settings`,tags:[``],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.05 6.462a2 2 0 0 0 2.63-1.519l.32-1.72a9 9 0 0 1 3.998 0l.322 1.72a2 2 0 0 0 2.63 1.519l1.649-.58a9 9 0 0 1 2.001 3.46l-1.33 1.14a2 2 0 0 0 0 3.037l1.33 1.139a9 9 0 0 1-2.001 3.46l-1.65-.58a2 2 0 0 0-2.63 1.519L14 20.777a9 9 0 0 1-3.998 0l-.322-1.72a2 2 0 0 0-2.63-1.519l-1.649.58a9 9 0 0 1-2.001-3.46l1.33-1.14a2 2 0 0 0 0-3.036L3.4 9.342a9 9 0 0 1 2-3.46zM12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6`,"clip-rule":`evenodd`},[]]]),kr=c({name:`Zoom In`,tags:[``],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.56 10.56h6m-3 3v-6m4.993 7.993a7.06 7.06 0 1 0-9.985-9.985 7.06 7.06 0 0 0 9.985 9.985m0 0L20 20`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.553 5.568a7.06 7.06 0 1 1-9.985 9.985 7.06 7.06 0 0 1 9.985-9.985`},[]]]),Ar=c({name:`Zoom Out`,tags:[``],category:`System & Interface`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.56 10.56h6m1.993 4.993a7.06 7.06 0 1 0-9.985-9.985 7.06 7.06 0 0 0 9.985 9.985m0 0L20 20`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.553 5.568a7.06 7.06 0 1 1-9.985 9.985 7.06 7.06 0 0 1 9.985-9.985`},[]]]),jr=c({name:`Airplane`,tags:[`Aircraft`,`Plane`,`Aviation`,`Jet`,`Boeing`,`Airbus`,`Flight`,`Aeroplane`,`Airplane Mode`,`Flight Mode`,`Fly`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.238 4.512a1.762 1.762 0 1 1 3.524 0V8.9l6.733 3.535a1 1 0 0 1 .535.885v.431a.6.6 0 0 1-.712.59l-6.556-1.24v4.107a.6.6 0 0 0 .317.53l1.862.996a1.5 1.5 0 0 1 .792 1.322v.447a.6.6 0 0 1-.73.586L12 20.204l-4.003.885a.6.6 0 0 1-.73-.586v-.447a1.5 1.5 0 0 1 .792-1.322l1.862-.997a.6.6 0 0 0 .317-.529v-4.106L3.682 14.34a.6.6 0 0 1-.712-.59v-.43a1 1 0 0 1 .535-.886L10.238 8.9z`},[]]]),Mr=c({name:`Airplane Landing`,tags:[`Aircraft`,`Plane`,`Aviation`,`Jet`,`Boeing`,`Airbus`,`Flight`,`Aeroplane`,`Airplane Mode`,`Flight Mode`,`Fly`,`TO`,`Climb`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 20.75h18.5m-2.05-7.453a1.783 1.783 0 1 1-.923 3.445L8.185 14.04a4 4 0 0 1-1.32-.628l-2.14-1.543A3.04 3.04 0 0 1 3.47 9.271l.11-2.508a.607.607 0 0 1 .765-.56l.436.117a1.52 1.52 0 0 1 1.086 1.121l.486 2.082c.051.218.218.39.434.448l4.015 1.076.506-6.735a.607.607 0 0 1 .763-.541l.422.113c.363.097.643.388.725.755l1.692 7.509z`},[]]]),Nr=c({name:`Airplane Takeoff`,tags:[`Aircraft`,`Plane`,`Aviation`,`Jet`,`Boeing`,`Airbus`,`Flight`,`Aeroplane`,`Airplane Mode`,`Flight Mode`,`Fly`,`TO`,`Climb`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 20.75h18.5M18.575 6.299a1.783 1.783 0 0 1 1.783 3.089L11.31 14.61a4 4 0 0 1-1.377.49l-2.604.422a3.04 3.04 0 0 1-2.725-.948L2.91 12.723a.607.607 0 0 1 .145-.936l.391-.226a1.52 1.52 0 0 1 1.56.025l1.816 1.128c.19.118.43.122.624.01l3.6-2.078-4.404-5.12a.607.607 0 0 1 .156-.922l.378-.218c.326-.188.73-.18 1.047.02l6.506 4.113z`},[]]]),Pr=c({name:`Beach`,tags:[``],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.135 4.027c1.969 1.137 3.369 3.074 3.89 5.386a9.4 9.4 0 0 1 .005 4.066c-.361 1.67-2.311 2.182-3.791 1.328l-9.492-5.48c-1.48-.855-2.012-2.8-.746-3.948a9.4 9.4 0 0 1 3.523-2.03c2.263-.703 4.641-.46 6.61.678m0 0c-1.368-.79-4.554 2.17-7.118 6.61m7.118-6.61c1.367.789.397 5.028-2.167 9.469m-2.475-1.43-3.61 6.254m7.027 2.725a9.306 9.306 0 0 0-13.159 0`},[]]]),Fr=c({name:`Building Multiple`,tags:[``],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.75 5a1.5 1.5 0 0 0-1.5-1.5H9.288a1 1 0 0 0-1 1v1H4.75a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h10zm0 3.5h4.5a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-4.5zm0 4h2.5m-2.5 4h2.5`},[]],[`circle`,{cx:`6.75`,cy:`9.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`6.75`,cy:`13`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`6.75`,cy:`16.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`10.75`,cy:`9.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`10.75`,cy:`13`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`10.75`,cy:`16.5`,r:`1`,fill:`currentColor`},[]]]),Ir=c({name:`Component`,tags:[`Symbol`,`Figma`,`Sketch`,`Icon`,`Asset`],category:`Design`,deprecated:!1},[[`rect`,{width:`5.671`,height:`5.671`,x:`7.99`,y:`17.86`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`,transform:`rotate(-45 7.99 17.86)`},[]],[`rect`,{width:`5.671`,height:`5.671`,x:`13.851`,y:`12`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`,transform:`rotate(-45 13.85 12)`},[]],[`rect`,{width:`5.671`,height:`5.671`,x:`2.13`,y:`12`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`,transform:`rotate(-45 2.13 12)`},[]],[`rect`,{width:`5.671`,height:`5.671`,x:`7.99`,y:`6.14`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`,transform:`rotate(-45 7.99 6.14)`},[]]]),Lr=c({name:`Directions`,tags:[``],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.507 14.007a2.84 2.84 0 0 1 0-4.014l6.486-6.486a2.84 2.84 0 0 1 4.014 0l6.486 6.486a2.84 2.84 0 0 1 0 4.014l-6.486 6.486a2.84 2.84 0 0 1-4.014 0z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m14.46 9.02 1.394 1.395a1 1 0 0 1 .293.707m-1.688 2.102 1.395-1.395a1 1 0 0 0 .293-.707m-7.46 4.031v-2.53a1.5 1.5 0 0 1 1.5-1.5h5.96`},[]]]),F=c({name:`Home`,tags:[`House`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.29 20.663h3.017a2.194 2.194 0 0 0 2.193-2.194v-6.454a3.3 3.3 0 0 0-1.13-2.48l-5.93-5.166a2.194 2.194 0 0 0-2.88 0L4.63 9.534a3.3 3.3 0 0 0-1.13 2.481v6.454c0 1.212.982 2.194 2.194 2.194h3.29m6.306 0v-6.581c0-.908-.736-1.645-1.645-1.645H10.63c-.909 0-1.645.737-1.645 1.645v6.581m6.306 0H8.984`},[]]]),Rr=c({name:`Home 2`,tags:[`House`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.71 18.65v-7.622a3 3 0 0 0-1.151-2.362l-6.326-4.951a2 2 0 0 0-2.466 0l-6.326 4.95a3 3 0 0 0-1.15 2.363v7.622c0 1.16.94 2.1 2.1 2.1h3.97v-7.965h5.278v7.965h3.97a2.1 2.1 0 0 0 2.1-2.1`},[]]]),zr=c({name:`Location`,tags:[``],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.4 4.76a7.92 7.92 0 0 1 11.2 11.2l-4.186 4.186a2 2 0 0 1-2.828 0L6.4 15.96a7.92 7.92 0 0 1 0-11.2Z`},[]],[`circle`,{cx:`12`,cy:`10.36`,r:`3`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]]]),Br=c({name:`Map`,tags:[``],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.496 4.439 4.247 6.91a1 1 0 0 0-.497.864V18.26a1 1 0 0 0 1.503.865l3.243-1.887a1.5 1.5 0 0 1 1.508 0l3.992 2.322a1.5 1.5 0 0 0 1.508 0l4.249-2.472a1 1 0 0 0 .497-.864V5.739a1 1 0 0 0-1.503-.865l-3.243 1.887a1.5 1.5 0 0 1-1.508 0L10.004 4.44a1.5 1.5 0 0 0-1.508 0Zm.754.311v11.8m5.5-9.1v11.8`},[]]]),I=c({name:`Bank`,tags:[`Museum`,`Columns`,`Hall`,`Library`,`Government`,`Legal`],category:`Places & Transportation`,deprecated:!1},[[`rect`,{width:`18.5`,height:`3`,x:`2.75`,y:`18.376`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.04 3.15 3.27 7.4a1 1 0 0 0-.52.877v.997a.6.6 0 0 0 .6.6h17.3a.6.6 0 0 0 .6-.6v-.997a1 1 0 0 0-.52-.877l-7.77-4.25a2 2 0 0 0-1.92 0M5.25 9.874v8.51m13.5-8.51v8.51m-4.25-8.51v8.51m-5-8.51v8.51`},[]]]),Vr=c({name:`Vehicle Car`,tags:[``],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 11.75a2 2 0 0 1 2-2h12.5a2 2 0 0 1 2 2v6H3.75z`},[]],[`circle`,{cx:`7`,cy:`13`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`17`,cy:`13`,r:`1`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10 14.75h4M6.271 5.567a2 2 0 0 1 1.88-1.317h7.698a2 2 0 0 1 1.88 1.317L19.25 9.75H4.75zM3.75 17.75h3.438v1.7a1.3 1.3 0 0 1-1.3 1.3H5.05a1.3 1.3 0 0 1-1.3-1.3zm13.063 0h3.437v1.7a1.3 1.3 0 0 1-1.3 1.3h-.837a1.3 1.3 0 0 1-1.3-1.3z`},[]]]),L=c({name:`Bar Chart`,tags:[`Stats`,`Statistics`,`Data`,`Graph`,`Chart`],category:`Math & Numbers`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 10.25a2 2 0 0 1 2-2h4.167v13H4.75a2 2 0 0 1-2-2zm12.333 2h4.167a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-4.167zm-6.166-7.5a2 2 0 0 1 2-2h2.166a2 2 0 0 1 2 2v16.5H8.917z`},[]]]),Hr=c({name:`Clipboard`,tags:[``],category:`Layout`,deprecated:!1},[[`rect`,{width:`16.5`,height:`18.5`,x:`3.75`,y:`2.75`,stroke:`currentColor`,"stroke-width":`1.5`,rx:`3.5`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M8.25 2.75h7.5v2.5a2 2 0 0 1-2 2h-3.5a2 2 0 0 1-2-2z`},[]]]),Ur=c({name:`Clipboard Paste`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M9.75 21.25h-3a3.5 3.5 0 0 1-3.5-3.5V6.25a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5v2`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M7.75 2.75h7.5v2.5a2 2 0 0 1-2 2h-3.5a2 2 0 0 1-2-2z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.25 13.25a2.5 2.5 0 0 1 2.5-2.5h3.5a2.5 2.5 0 0 1 2.5 2.5v5.5a2.5 2.5 0 0 1-2.5 2.5h-3.5a2.5 2.5 0 0 1-2.5-2.5z`},[]]]),Wr=c({name:`Clipboard Search`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M14.25 21.25h3a3.5 3.5 0 0 0 3.5-3.5V6.25a3.5 3.5 0 0 0-3.5-3.5h-9.5a3.5 3.5 0 0 0-3.5 3.5v4`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M8.75 2.75h7.5v2.5a2 2 0 0 1-2 2h-3.5a2 2 0 0 1-2-2z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.17 19.67a4.054 4.054 0 1 0-5.733-5.733A4.054 4.054 0 0 0 9.17 19.67m0 0 2.58 2.58`},[]]]),Gr=c({name:`Compare Size`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.75 8.75a2.5 2.5 0 0 1 2.5 2.5v6.5a2.5 2.5 0 0 1-2.5 2.5H5.25a2.5 2.5 0 0 1-2.5-2.5v-6.5a2.5 2.5 0 0 1 2.5-2.5zm-2.5 7.5v2.5m0-8v2.5m-8-9.5h2.5m3 0h.5a2 2 0 0 1 2 2v.5m-11-2.5h-.5a2 2 0 0 0-2 2v.5`},[]]]),Kr=c({name:`Grid`,tags:[``],category:`Layout`,deprecated:!1},[[`rect`,{width:`6.5`,height:`6.5`,x:`3.75`,y:`13.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`rect`,{width:`6.5`,height:`6.5`,x:`13.75`,y:`13.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`rect`,{width:`6.5`,height:`6.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`rect`,{width:`6.5`,height:`6.5`,x:`13.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]]]),qr=c({name:`Grid Dots`,tags:[``],category:`Layout`,deprecated:!1},[[`circle`,{cx:`5`,cy:`5`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`12`,cy:`5`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`19`,cy:`5`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`5`,cy:`12`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`12`,cy:`12`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`19`,cy:`12`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`5`,cy:`19`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`12`,cy:`19`,r:`1.5`,fill:`currentColor`},[]],[`circle`,{cx:`19`,cy:`19`,r:`1.5`,fill:`currentColor`},[]]]),Jr=c({name:`Layout`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 8.75v8a3 3 0 0 0 3 3H10m-7.25-11v-1.5a3 3 0 0 1 3-3h12.5a3 3 0 0 1 3 3v1.5m-18.5 0H10m11.25 0v8a3 3 0 0 1-3 3H10m11.25-11H10m0 0v11`},[]]]),Yr=c({name:`Page Margins`,tags:[``],category:`Layout`,deprecated:!1},[[`rect`,{width:`15.5`,height:`18.5`,x:`4.25`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.25 2.75v18.5m-4-14.5h15.5m-15.5 10.5h15.5m-4-14.5v18.5`},[]]]),Xr=c({name:`Panel Left`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 7.25a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5zm5.797-3.5v16.5`},[]]]),Zr=c({name:`Panel Left Contract`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 7.25a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5zm5.797-3.5v16.5m5.213-6L12.55 12m0 0 2.21-2.25M12.55 12h4.7`},[]]]),Qr=c({name:`Panel Left Expand`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 7.25a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5zm5.797-3.5v16.5m5.493-6L17.25 12m0 0-2.21-2.25M17.25 12h-4.7`},[]]]),$r=c({name:`Panel Right Open`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M16.75 3.75a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5h-2.297V3.75z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.453 3.75h2.297a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5h-2.297m0-16.5H7.25a3.5 3.5 0 0 0-3.5 3.5v9.5a3.5 3.5 0 0 0 3.5 3.5h7.203m0-16.5v16.5`},[]]]),ei=c({name:`Panel Left Open`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M7.25 3.75a3.5 3.5 0 0 0-3.5 3.5v9.5a3.5 3.5 0 0 0 3.5 3.5h2.297V3.75z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.547 3.75H7.25a3.5 3.5 0 0 0-3.5 3.5v9.5a3.5 3.5 0 0 0 3.5 3.5h2.297m0-16.5h7.203a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5H9.547m0-16.5v16.5`},[]]]),ti=c({name:`Panel Right`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 16.75a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5v-9.5a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5zm-5.797 3.5V3.75`},[]]]),ni=c({name:`Panel Right Contract`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 16.75a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5v-9.5a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5zm-5.797 3.5V3.75M9.24 14.25 11.45 12m0 0L9.24 9.75M11.45 12h-4.7`},[]]]),ri=c({name:`Panel Right Expand`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 16.75a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5v-9.5a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5zm-5.797 3.5V3.75M8.96 14.25 6.75 12m0 0 2.21-2.25M6.75 12h4.7`},[]]]),ii=c({name:`Table`,tags:[``],category:`Layout`,deprecated:!1},[[`rect`,{width:`18.5`,height:`16.5`,x:`2.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 7.75h18.5M2.75 14h18.5M8.92 7.75v12.5m6.17-12.5v12.5`},[]]]),ai=c({name:`Table Simple`,tags:[``],category:`Layout`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 9.25h16.5m-16.5 5.5h16.5m-11-11v16.5m5.5-16.5v16.5`},[]]]),oi=c({name:`Background Color`,tags:[``],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13.04 4.75h3.66c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311c.327.642.327 1.482.327 3.162v5.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311c-.642.327-1.482.327-3.162.327H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 17.47 3 16.63 3 14.95v-.93`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m6.407 2.818 5.384 5.385M6.407 2.818 3.01 6.214c-.696.696-1.044 1.044-1.174 1.446-.057.176-.086.36-.086.543m4.657-5.385L5.589 2m6.202 6.203-3.396 3.396c-.696.696-1.044 1.044-1.445 1.174a1.76 1.76 0 0 1-1.086 0c-.401-.13-.75-.478-1.445-1.174L3.01 10.191c-.696-.696-1.044-1.044-1.174-1.445a1.8 1.8 0 0 1-.086-.543m10.042 0H1.75m10.672 4.094 1.485-2.448 1.744 2.313a1.824 1.824 0 0 1-.668 2.491c-1.546.893-3.322-.74-2.562-2.356`},[]]]),si=c({name:`Border All`,tags:[`Not to be confused with 'Microsoft'`],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 20.25h4.25a4 4 0 0 0 4-4V12M12 20.25H7.75a4 4 0 0 1-4-4V12M12 20.25V3.75m0 0H7.75a4 4 0 0 0-4 4V12M12 3.75h4.25a4 4 0 0 1 4 4V12m-16.5 0h16.5`},[]]]),ci=c({name:`Color Palette`,tags:[`Colour`,`Theme`,`Paint`,`Art`],category:`Design`,deprecated:!1},[[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(-1 0 0 1 16.654 6.034)`},[]],[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(-1 0 0 1 12.156 5.221)`},[]],[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(-1 0 0 1 8.654 7.94)`},[]],[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(-1 0 0 1 7.685 12.156)`},[]],[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(-1 0 0 1 9.904 15.948)`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 12A9.25 9.25 0 1 0 12 21.25c1.318 0 2.224-1.28 2.329-2.594l.117-1.473a3 3 0 0 1 2.758-2.752l1.651-.129c1.28-.1 2.395-1.019 2.395-2.302Z`},[]]]),li=c({name:`Mask`,tags:[``],category:`Design`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{fill:`currentColor`,d:`M8.844 20.698a9.254 9.254 0 0 1 0-17.396 9.254 9.254 0 0 1 0 17.396`},[]]]),ui=c({name:`Paint Bucket`,tags:[``],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m18.677 13.35-1.923 3.17c-.985 2.093 1.314 4.206 3.317 3.05a2.36 2.36 0 0 0 .864-3.225z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m8.778 3.558 6.972 6.972M8.778 3.558 4.38 7.956c-.901.9-1.352 1.351-1.52 1.87a2.3 2.3 0 0 0-.112.704m6.03-6.972-1.06-1.059m8.032 8.031-4.398 4.398c-.9.9-1.351 1.351-1.871 1.52-.457.149-.95.149-1.406 0-.52-.169-.97-.62-1.871-1.52L4.38 13.104c-.901-.9-1.352-1.351-1.52-1.87a2.3 2.3 0 0 1-.112-.704m13.002 0H2.748m10.188 9.971H3.748`},[]]]),di=c({name:`Paintbrush`,tags:[`Art`,`Personalize`,`Personalization`,`Customize`,`Theme`,`Draw`,`Painting`],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.32 5.75a3 3 0 0 1 3-3h7.36a3 3 0 0 1 3 3V12H5.32zM18.68 12H5.32v2.611a1.5 1.5 0 0 0 1.5 1.5h3.38v3.34a1.799 1.799 0 0 0 3.598 0v-3.34h3.382a1.5 1.5 0 0 0 1.5-1.5zM15.5 2.75V6.5m-3-3.75v2.5`},[]]]),fi=c({name:`Paintbrush 2`,tags:[`Art`,`Personalize`,`Personalization`,`Customize`,`Theme`,`Draw`,`Painting`],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.781 10.832A4.79 4.79 0 0 0 3.75 15.46v3.79a1 1 0 0 0 1 1h3.79a4.79 4.79 0 0 0 4.628-6.03m-3.387-3.388a4.8 4.8 0 0 1 3.387 3.387m-3.387-3.387 3.19-3.19m.197 6.577 3.19-3.19m-3.387-3.387 3.19-3.19a2.395 2.395 0 0 1 3.387 3.387l-3.19 3.19m-3.387-3.387 3.387 3.387`},[]]]),pi=c({name:`Shape Difference`,tags:[``],category:`Design`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M1.998 5.75A3.75 3.75 0 0 1 5.748 2h7a3.75 3.75 0 0 1 3.75 3.75V7.5h-5.246a3.75 3.75 0 0 0-3.75 3.75v5.25H5.748a3.75 3.75 0 0 1-3.75-3.75z`},[]],[`path`,{fill:`currentColor`,d:`M7.502 16.5h5.246a3.75 3.75 0 0 0 3.75-3.75V7.5h1.754a3.75 3.75 0 0 1 3.75 3.75v7a3.75 3.75 0 0 1-3.75 3.75h-7a3.75 3.75 0 0 1-3.75-3.75z`},[]]]),mi=c({name:`Shape Intersect`,tags:[``],category:`Design`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M12.748 15.75a3 3 0 0 0 3-3v-4.5h-4.496a3 3 0 0 0-3 3v4.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.252 15.75v2.5a3 3 0 0 0 3 3h7a3 3 0 0 0 3-3v-7a3 3 0 0 0-3-3h-2.504m-7.496 7.5v-4.5a3 3 0 0 1 3-3h4.496m-7.496 7.5h4.496a3 3 0 0 0 3-3v-4.5m-7.496 7.5H5.748a3 3 0 0 1-3-3v-7a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v2.5`},[]]]),hi=c({name:`Shape Subtract`,tags:[``],category:`Design`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M12.748 2.75h-7a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h2.504v-4.5a3 3 0 0 1 3-3h4.496v-2.5a3 3 0 0 0-3-3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.252 15.75v2.5a3 3 0 0 0 3 3h7a3 3 0 0 0 3-3v-7a3 3 0 0 0-3-3h-2.504m-7.496 7.5v-4.5a3 3 0 0 1 3-3h4.496m-7.496 7.5H5.748a3 3 0 0 1-3-3v-7a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v2.5`},[]]]),gi=c({name:`Shape Union`,tags:[``],category:`Design`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M2.748 5.75a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3h-7a3 3 0 0 1-3-3z`},[]],[`path`,{fill:`currentColor`,d:`M8.252 11.25a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3h-7a3 3 0 0 1-3-3z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.748 5.75a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3h-7a3 3 0 0 1-3-3z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.252 11.25a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3h-7a3 3 0 0 1-3-3z`},[]]]),_i=c({name:`Stroke Thickness`,tags:[`Line Thickness`,`Border`,`Weight`,`Outline`],category:`Design`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 4.5h18.5M20.5 10h-17a.75.75 0 0 0 0 1.5h17a.75.75 0 0 0 0-1.5`},[]],[`path`,{fill:`currentColor`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.75 17H4.25a1.5 1.5 0 0 0 0 3h15.5a1.5 1.5 0 0 0 0-3`},[]]]),vi=c({name:`Arrow Maximize`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 12.75v6c0 .414.168.79.44 1.06m7.06.44h-6a1.5 1.5 0 0 1-1.06-.44m16.06-8.56v-6c0-.414-.168-.79-.44-1.06m-7.06-.44h6c.414 0 .79.168 1.06.44M4.19 19.81l.56-.56 14.5-14.5.56-.56`},[]]]),yi=c({name:`Arrow Minimize`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m2.75 21.25 6.5-6.5.56-.56m.44 7.06v-6c0-.414-.168-.79-.44-1.06m-7.06-.44h6c.414 0 .79.168 1.06.44m3.94-11.44v6c0 .414.168.79.44 1.06m7.06.44h-6a1.5 1.5 0 0 1-1.06-.44m7.06-7.06-6.5 6.5-.56.56`},[]]]),R=c({name:`Chrome Restore`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 9.75a3.5 3.5 0 0 1 3.5-3.5h8a3.5 3.5 0 0 1 3.5 3.5v8a3.5 3.5 0 0 1-3.5 3.5h-8a3.5 3.5 0 0 1-3.5-3.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.25 2.75h7.241v0a6.76 6.76 0 0 1 6.759 6.759v7.241`},[]]]),bi=c({name:`Contract Down`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 20.25h4.25a4 4 0 0 0 4-4v-2.5M12 20.25H7.75a4 4 0 0 1-4-4V12M12 20.25V15a3 3 0 0 0-3-3H3.75m0 0V7.75a4 4 0 0 1 4-4h2.5m10 6.5h-5.5a1 1 0 0 1-.707-.293M13.75 3.75v5.5c0 .276.112.526.293.707M20.25 3.75l-5.5 5.5-.707.707`},[]]]),xi=c({name:`Expand`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 20.25h4.25a4 4 0 0 0 4-4v-2.5M12 20.25H7.75a4 4 0 0 1-4-4V12M12 20.25V15a3 3 0 0 0-3-3H3.75m0 0V7.75a4 4 0 0 1 4-4h2.5m3.5 0h5.5c.276 0 .526.112.707.293m.293 6.207v-5.5a1 1 0 0 0-.293-.707M13.75 10.25l5.5-5.5.707-.707`},[]]]),Si=c({name:`Full Screen Maximize`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 8.345V6.25a2.5 2.5 0 0 1 2.5-2.5h2.095M3.75 15.655v2.095a2.5 2.5 0 0 0 2.5 2.5h2.095M20.25 8.345V6.25a2.5 2.5 0 0 0-2.5-2.5h-2.095m4.595 11.905v2.095a2.5 2.5 0 0 1-2.5 2.5h-2.095`},[]]]),Ci=c({name:`Full Screen Minimize`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.345 3.75v2.095a2.5 2.5 0 0 1-2.5 2.5H3.75M8.345 20.25v-2.095a2.5 2.5 0 0 0-2.5-2.5H3.75M15.655 3.75v2.095a2.5 2.5 0 0 0 2.5 2.5h2.095M15.655 20.25v-2.095a2.5 2.5 0 0 1 2.5-2.5h2.095`},[]]]),z=c({name:`Open`,tags:[`External Link`,`Box Arrow Top Right`],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.25 3.75h-2.5a4 4 0 0 0-4 4v8.5a4 4 0 0 0 4 4h8.5a4 4 0 0 0 4-4v-2.5m-6.5-10h5.5c.276 0 .526.112.707.293m.293 6.207v-5.5a1 1 0 0 0-.293-.707M12.75 11.25l6.5-6.5.707-.707`},[]]]),wi=c({name:`Picture in Picture`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.25 18.25h-3.5a3 3 0 0 1-3-3v-8.5a3 3 0 0 1 3-3h12.5a3 3 0 0 1 3 3v3.5`},[]],[`rect`,{width:`12`,height:`10`,x:`11`,y:`12`,fill:`currentColor`,rx:`2`},[]]]),Ti=c({name:`Picture in Picture 2`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.25 4H5.75a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h12.5a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3`},[]],[`rect`,{width:`8.5`,height:`7.083`,x:`10.25`,y:`10.42`,fill:`currentColor`,rx:`1.5`},[]]]),Ei=c({name:`Picture in Picture Enter`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.25 18.25h-3.5a3 3 0 0 1-3-3v-8.5a3 3 0 0 1 3-3h12.5a3 3 0 0 1 3 3v3.5`},[]],[`rect`,{width:`12`,height:`10`,x:`11`,y:`12`,fill:`currentColor`,rx:`2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10 7.667V10.4a.6.6 0 0 1-.176.424M6.667 11H9.4a.6.6 0 0 0 .424-.176M6 7l3 3 .824.824`},[]]]),Di=c({name:`Picture in Picture Exit`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.75 5.75h3.5a3 3 0 0 1 3 3v8.5a3 3 0 0 1-3 3H5.75a3 3 0 0 1-3-3v-3.5`},[]],[`rect`,{width:`12`,height:`10`,x:`13`,y:`12`,fill:`currentColor`,rx:`2`,transform:`rotate(180 13 12)`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18 13.667V16.4a.6.6 0 0 1-.176.424M14.667 17H17.4a.6.6 0 0 0 .424-.176M14 13l3 3 .824.824`},[]]]),Oi=c({name:`Window`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 7.75a4 4 0 0 1 4-4h8.5a4 4 0 0 1 4 4v8.5a4 4 0 0 1-4 4h-8.5a4 4 0 0 1-4-4zm0 .5h16.5`},[]]]),B=c({name:`Window Multiple`,tags:[``],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 6.25a3.5 3.5 0 0 1 3.5-3.5h8.5a3.5 3.5 0 0 1 3.5 3.5v8.5a3.5 3.5 0 0 1-3.5 3.5h-8.5a3.5 3.5 0 0 1-3.5-3.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 6.75v8a6.5 6.5 0 0 1-6.5 6.5h-8m-4-14.273h15.5`},[]]]),ki=c({name:`Beaker`,tags:[`Flask`,`Test`,`Lab`,`Experiment`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.456 3.75v5.09a3 3 0 0 1-.557 1.742l-1.736 2.436M9.456 3.75h-1.65m1.65 0h5.088m0 0v5.09a3 3 0 0 0 .557 1.742l1.736 2.436M14.544 3.75h1.65m-9.031 9.268-2.378 3.337a2.465 2.465 0 0 0 2.007 3.895h10.416a2.465 2.465 0 0 0 2.007-3.895l-2.378-3.337m-9.674 0h9.674`},[]]]),Ai=c({name:`Braces`,tags:[`Code`,`Curly Braces`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9 20.25a3 3 0 0 1-3-3v0-1.343a4 4 0 0 0-1.172-2.829L3.75 12l1.078-1.078A4 4 0 0 0 6 8.093V6.75v0a3 3 0 0 1 3-3v0m6 16.5a3 3 0 0 0 3-3v0-1.343a4 4 0 0 1 1.172-2.829L20.25 12l-1.078-1.078A4 4 0 0 1 18 8.093V6.75v0a3 3 0 0 0-3-3v0`},[]]]),ji=c({name:`Braces Variable`,tags:[``],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7 20.25a2 2 0 0 1-2-2v-2.343a4 4 0 0 0-1.172-2.829L2.75 12l1.078-1.078A4 4 0 0 0 5 8.093V5.75a2 2 0 0 1 2-2m10 16.5a2 2 0 0 0 2-2v-2.343a4 4 0 0 1 1.172-2.829L21.25 12l-1.078-1.078A4 4 0 0 1 19 8.093V5.75a2 2 0 0 0-2-2M9 8.143l6 7.714m0-7.714-6 7.714`},[]]]),Mi=c({name:`Branch Compare`,tags:[`Git`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.25 5.5a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0m13 13a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.5 8.25v7.25a3 3 0 0 0 3 3h4.336M10.75 16l1.793 1.793a1 1 0 0 1 .293.707M10.75 21l1.793-1.793a1 1 0 0 0 .293-.707m5.664-2.75V8.5a3 3 0 0 0-3-3h-4.336M13.25 8l-1.793-1.793a1 1 0 0 1-.293-.707M13.25 3l-1.793 1.793a1 1 0 0 0-.293.707`},[]]]),Ni=c({name:`Branch Fork`,tags:[`Git`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7 8.25a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5m0 0V12m0 3.75a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5m0 0V12m10-3.75a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5m0 0V9a3 3 0 0 1-3 3H7`},[]]]),Pi=c({name:`Branch Fork 2`,tags:[`Git`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.5 8.25a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5m0 0V10a2 2 0 0 0 2 2h3m6-3.75a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5m0 0V10a2 2 0 0 1-2 2h-4m0 0v3.75m0 0a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5`},[]]]),Fi=c({name:`Bug`,tags:[`Debug`,`Run`,`Error`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.5 9.08a3.23 3.23 0 0 1 3.23-3.23h2.54a3.23 3.23 0 0 1 3.23 3.23v6.27a4.5 4.5 0 0 1-4.5 4.5v0a4.5 4.5 0 0 1-4.5-4.5zm9 3.77h4.75m-18.5 0H7.5m2.25-9.7v.45A2.25 2.25 0 0 0 12 5.85v0a2.25 2.25 0 0 0 2.25-2.25v-.45M16.5 16.6h1.253a2.5 2.5 0 0 1 2.5 2.5v1.75M7.5 16.6H6.247a2.5 2.5 0 0 0-2.5 2.5v1.75M16.5 9.1h1.253a2.5 2.5 0 0 0 2.5-2.5V4.85M7.5 9.1H6.247a2.5 2.5 0 0 1-2.5-2.5V4.85`},[]]]),Ii=c({name:`Code`,tags:[`Tags`,`HTML`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.75 6.5 3.25 12l5.5 5.5m6.5-11 5.5 5.5-5.5 5.5`},[]]]),Li=c({name:`Git Commit`,tags:[``],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m0 0h5.5m-18.5 0h5.5`},[]]]),Ri=c({name:`Script`,tags:[`Macro`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.25 21.25H4A2.25 2.25 0 0 1 1.75 19v-1.25a1.5 1.5 0 0 1 1.5-1.5h1.5m10.5 5a2.5 2.5 0 0 0 2.5-2.5v-11m-2.5 13.5a2.5 2.5 0 0 1-2.5-2.5v-1.5a1 1 0 0 0-1-1h-7m15.376-13.5H8.25a3.5 3.5 0 0 0-3.5 3.5v10m13-8.5h3.5a1 1 0 0 0 1-1V5a2.25 2.25 0 0 0-4.5 0zm-9.25-.5h6m-6 4h4`},[]]]),zi=c({name:`Script 2`,tags:[`Macro`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.25 21.25H4A2.25 2.25 0 0 1 1.75 19v-1.25a1.5 1.5 0 0 1 1.5-1.5h1.5m10.5 5a2.5 2.5 0 0 0 2.5-2.5v-11m-2.5 13.5a2.5 2.5 0 0 1-2.5-2.5v-1.5a1 1 0 0 0-1-1h-7m15.376-13.5H8.25a3.5 3.5 0 0 0-3.5 3.5v10m13-8.5h3.5a1 1 0 0 0 1-1V5a2.25 2.25 0 0 0-4.5 0z`},[]]]),Bi=c({name:`Terminal`,tags:[`Cmd`,`Command Prompt`,`Bash`,`Powershell`,`Ps`],category:`Development`,deprecated:!1},[[`rect`,{width:`18.5`,height:`15.5`,x:`2.75`,y:`4.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m7.25 9 3 3-3 3m5.5 0h4`},[]]]),Vi=c({name:`Video Clip`,tags:[``],category:`Media`,deprecated:!1},[[`rect`,{width:`18.5`,height:`15.5`,x:`2.75`,y:`4.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.5`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M8.83 13.29c0 1.098 0 1.646.23 1.964.201.277.51.456.85.492.391.041.867-.232 1.818-.779l2.244-1.29c.956-.55 1.435-.825 1.595-1.185a1.2 1.2 0 0 0 0-.984c-.16-.36-.639-.635-1.595-1.184l-2.244-1.291c-.951-.547-1.427-.82-1.817-.779-.34.036-.65.215-.85.492-.231.318-.231.866-.231 1.963z`},[]]]),Hi=c({name:`Arc`,tags:[``],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.25 4.75h-.5c-7.732 0-14 6.268-14 14v.5`},[]]]),Ui=c({name:`Circle`,tags:[``],category:`Shapes`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]]]),V=c({name:`Circle Small`,tags:[`Dot`],category:`Shapes`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`3.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]]]),Wi=c({name:`Corner Radius`,tags:[``],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.25 4.75h-7.5a7 7 0 0 0-7 7v7.5`},[]]]),Gi=c({name:`Hexagon`,tags:[``],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.42 3.173a3.16 3.16 0 0 1 3.16 0l5.275 3.046a3.16 3.16 0 0 1 1.579 2.735v6.092a3.16 3.16 0 0 1-1.58 2.735l-5.275 3.046a3.16 3.16 0 0 1-3.158 0L5.145 17.78a3.16 3.16 0 0 1-1.579-2.735V8.954c0-1.128.602-2.17 1.58-2.735z`},[]]]),Ki=c({name:`Line Diagonal`,tags:[``],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m21.25 2.75-18.5 18.5`},[]]]),qi=c({name:`Octagon`,tags:[`Stop`,`Sign`],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.583 3.336a2 2 0 0 1 1.414-.586h6.006a2 2 0 0 1 1.414.586l4.247 4.247a2 2 0 0 1 .586 1.414v6.006a2 2 0 0 1-.586 1.414l-4.247 4.247a2 2 0 0 1-1.414.586H8.997a2 2 0 0 1-1.414-.586l-4.247-4.247a2 2 0 0 1-.586-1.414V8.997a2 2 0 0 1 .586-1.414z`},[]]]),Ji=c({name:`Pentagon`,tags:[``],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.13 3.655a3.18 3.18 0 0 1 3.74 0l6.069 4.409a3.18 3.18 0 0 1 1.155 3.557l-2.318 7.134a3.18 3.18 0 0 1-3.025 2.198H8.249a3.18 3.18 0 0 1-3.025-2.198L2.906 11.62A3.18 3.18 0 0 1 4.06 8.063z`},[]]]),Yi=c({name:`Rectangle Wide`,tags:[``],category:`Shapes`,deprecated:!1},[[`rect`,{width:`18.5`,height:`14.5`,x:`2.75`,y:`4.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]]]),Xi=c({name:`Rhombus`,tags:[`Diamond`],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.775 14.475a3.5 3.5 0 0 1 0-4.95l5.75-5.75a3.5 3.5 0 0 1 4.95 0l5.75 5.75a3.5 3.5 0 0 1 0 4.95l-5.75 5.75a3.5 3.5 0 0 1-4.95 0z`},[]]]),Zi=c({name:`Square`,tags:[``],category:`Shapes`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]]]),Qi=c({name:`Triangle`,tags:[``],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M5.732 20.5c-2.29 0-3.723-2.498-2.581-4.5L9.419 5.006c1.144-2.008 4.018-2.008 5.163 0L20.849 16c1.142 2.002-.291 4.5-2.581 4.5z`},[]]]),$i=c({name:`Background Color Accent`,tags:[``],category:`Accents`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M3 14.95v-1.68h.633c.168.163.33.33.486.462.307.261.696.54 1.204.706a3.5 3.5 0 0 0 2.168 0c.507-.165.896-.445 1.203-.706.28-.236.583-.54.895-.852l1.185-1.186c-1.322 3.12 2.099 6.198 5.084 4.475a3.574 3.574 0 0 0 1.308-4.882 2 2 0 0 0-.118-.179l-1.744-2.313a1.75 1.75 0 0 0-1.764-.657 1.75 1.75 0 0 0-.511-1.173l-.739-.716V4.75h4.41c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311c.327.642.327 1.482.327 3.162v5.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311c-.642.327-1.482.327-3.162.327H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 17.47 3 16.63 3 14.95`,"clip-rule":`evenodd`},[]]]),ea=c({name:`Eyedropper Color Accent`,tags:[`Eyedropper 2`],category:`Accents`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`m7.941 19.968 6.109-6.108H6.235l-2.202 2.202c-.205.205-.308.307-.387.425a1.5 1.5 0 0 0-.171.335c-.048.134-.07.277-.116.563l-.096.608c-.173 1.1-.26 1.65-.087 2.05.151.35.43.629.78.78.399.174.949.087 2.05-.085l.61-.096c.286-.044.43-.067.563-.115q.18-.065.337-.17c.117-.08.22-.183.425-.389`},[]]]),ta=c({name:`Highlighter Accent`,tags:[`Marker`],category:`Accents`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M20.25 6.25v-3.5H3.75v3.5a3.5 3.5 0 0 0 3.5 3.5h9.5a3.5 3.5 0 0 0 3.5-3.5m-4 7.5h-8.5v5.663a1.3 1.3 0 0 0 1.733 1.226l5.433-1.918a2 2 0 0 0 1.334-1.886z`},[]]]),na=c({name:`Paint Bucket Accent`,tags:[``],category:`Accents`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`m18.677 13.35-1.923 3.17c-.985 2.092 1.314 4.206 3.317 3.05a2.36 2.36 0 0 0 .864-3.225zm-7.325 1.578 4.398-4.398H2.748c0 .237.037.475.112.703.168.52.619.97 1.52 1.871l1.824 1.824c.9.9 1.351 1.351 1.87 1.52.458.149.95.149 1.407 0 .52-.169.97-.62 1.871-1.52`},[]]]),ra=c({name:`Tag Accent`,tags:[`Label`],category:`Accents`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M20.162 10.925 13.716 4.48a2.5 2.5 0 0 0-1.767-.732h-5.2a3 3 0 0 0-3 3v5.2a2.5 2.5 0 0 0 .731 1.768l6.445 6.446a4 4 0 0 0 5.657 0l3.58-3.58a4 4 0 0 0 0-5.657`},[]]]),ia=c({name:`Text Color Accent`,tags:[``],category:`Accents`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M4.25 18.397a1.5 1.5 0 0 1 1.5-1.5h12.5a1.5 1.5 0 0 1 1.5 1.5v1.353a1.5 1.5 0 0 1-1.5 1.5H5.75a1.5 1.5 0 0 1-1.5-1.5z`},[]]]),aa=c({name:`Text Highlight Color Accent`,tags:[``],category:`Accents`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M7.75 3.75a4 4 0 0 0-4 4v8.5a4 4 0 0 0 4 4h8.5a4 4 0 0 0 4-4v-8.5a4 4 0 0 0-4-4zm2.986 8.437L12 9.295l1.264 2.892zm-.002 2.5h2.532l.88 2.014a1.75 1.75 0 0 0 3.207-1.402l-3.391-7.757c-.753-1.723-3.171-1.723-3.924 0l-3.391 7.757a1.75 1.75 0 0 0 3.206 1.402zm2.312-6.745 3.391 7.758a.75.75 0 1 1-1.374.6l-1.143-2.613h-3.84L8.937 16.3a.75.75 0 1 1-1.374-.6l3.391-7.758a1.136 1.136 0 0 1 2.092 0`,"clip-rule":`evenodd`},[]]]),oa=c({name:`Amazon`,tags:[`Shopping`,`Delivery`,`Prime`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.3`,d:`M17.284 17.724h1.967c.543 0 .983.44.983.983v1.967`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`m6.901 7.111 1.976.2a.57.57 0 0 0 .558-.34c.268-.573.924-1.59 2.209-1.59.258 0 .478.041.665.108 1.04.373 1.02 1.77 1.02 2.874 0 0-2.415-.058-3.992.476-.465.157-.934.333-1.36.578-1.223.705-1.77 2.276-1.969 3.022-.071.27-.098.549-.08.828.08 1.178.558 3.184 2.968 3.599 2.247.386 3.749-.64 4.43-1.267.23-.213.612-.22.817.018l.88 1.017a.59.59 0 0 0 .825.066l1.676-1.402a.59.59 0 0 0 .101-.796l-.267-.374c-.215-.3-.422-.613-.517-.97-.099-.372-.09-.763-.09-1.148V6.704c0-2.372-2.295-3.681-3.94-3.85l-.592-.057a6 6 0 0 0-.972-.034 6 6 0 0 0-1.162.196c-1.537.399-3.348 1.765-3.597 3.664-.033.25.162.463.413.488m6.428 4.576v-1.432s-1.905-.047-2.664.363c-.312.168-.574.491-.775.813a2.54 2.54 0 0 0-.291 1.94c.066.275.158.54.282.695.259.323.876.439 1.166.476q.156.022.311.003c.157-.022.413-.08.67-.23.39-.229.695-.595.903-.995.118-.226.208-.471.273-.676a3.2 3.2 0 0 0 .125-.957`,"clip-rule":`evenodd`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M4.5 18.707c1.933 1.619 4.584 2.548 7.375 2.548 1.853 0 3.643-.41 5.203-1.158a11 11 0 0 0 .573-.295`},[]]]),sa=c({name:`App Store`,tags:[`Apple`,`Mac App Store`,`Apple App Store`,`iOS`,`iPadOS`,`macOS`],category:`Logos & Brands`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M10.904 13.794h2.024l-1.012-1.755z`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m8.843 17.367-1.58 2.74A1.784 1.784 0 1 1 4.17 18.32l.55-.953m4.122 0H4.72m4.122 0h6.146m-10.268 0h-.466a1.786 1.786 0 0 1 0-3.573h2.527l3.073-5.327-1.03-1.787a1.784 1.784 0 1 1 3.092-1.786 1.784 1.784 0 1 1 3.09 1.786l-1.03 1.786m-1.049 5.328h-2.024l1.012-1.755m1.012 1.755 2.061 3.573m-2.06-3.573-1.013-1.755m3.073 5.328 1.58 2.74a1.784 1.784 0 1 0 3.092-1.787l-.55-.953h.634a1.786 1.786 0 0 0 0-3.573H17.05l-3.073-5.328m0 0-2.06 3.573`},[]]]),ca=c({name:`Apple`,tags:[`iPhone`,`iPad`,`Mac`,`iOS`,`iPadOS`,`watchOS`,`Watch`,`Tablet`,`Phone`,`macOS`,`Cupertino`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.102 7.78a4 4 0 0 0-1.185-.161c-1.918 0-4.167 1.695-4.167 5.359 0 3.36 2.358 7.21 3.801 7.822.328.14.731.227 1.084.193.707-.07 1.348-.421 2.023-.622.228-.038.5-.074.719-.075.24-.002.51.06.774.12.715.164 1.505.65 2.255.577.267-.026.633-.187.746-.239l.07-.03c.85-.343 1.988-1.826 2.759-3.703.162-.396-.052-.833-.404-1.077-.999-.694-1.663-1.934-1.663-3.195 0-.969.313-1.854.907-2.523l.02-.023a8 8 0 0 1 .45-.5c.255-.248.326-.645.082-.904-.808-.854-1.832-1.277-2.764-1.277a3.6 3.6 0 0 0-1.106.156c-.138.033-.778.192-1.222.355-.257.071-.635.167-.81.21a.7.7 0 0 1-.192.023c-.735-.024-1.47-.303-2.177-.487Z`,"clip-rule":`evenodd`},[]],[`path`,{fill:`currentColor`,stroke:`currentColor`,"stroke-linejoin":`round`,d:`M13.86 5.178c-.733.878-1.975 1.047-1.975 1.047s-.05-1.256.684-2.135 1.976-1.046 1.976-1.046.05 1.256-.684 2.134Z`},[]]]),la=c({name:`Bluetooth`,tags:[`BT`,`Wireless`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m6.25 7.5 5.454 4.5m0 0 5.246 3.982a.65.65 0 0 1 0 1.036l-4.202 3.19a.65.65 0 0 1-1.043-.517V4.31a.65.65 0 0 1 1.043-.518l4.202 3.19a.65.65 0 0 1 0 1.036zm0 0L6.25 16.5`},[]]]),ua=c({name:`CSS`,tags:[`CSS3`,`Stylesheet`,`Programming`,`Web`,`Cascading Style Sheet`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m20.754 4.792-2.84 14.31a1.5 1.5 0 0 1-1.099 1.161l-4.069 1.045a3 3 0 0 1-1.492 0l-4.07-1.045a1.5 1.5 0 0 1-1.097-1.16L3.246 4.792A1.5 1.5 0 0 1 4.717 3h14.566a1.5 1.5 0 0 1 1.471 1.792`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m15.998 11.891-.891 4.458a1 1 0 0 1-.64.744l-2.126.77a1 1 0 0 1-.681 0l-2.146-.777a.99.99 0 0 1-.622-.74l-.222-1.114m7.328-3.341.859-4.292a.6.6 0 0 0-.589-.718H7m8.998 5.01H8.002`},[]]]),da=c({name:`Facebook`,tags:[`Meta`,`Social Media`,`Messenger`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M10.478 21.125a9.3 9.3 0 0 0 3.037.002m-3.038-.002A9.25 9.25 0 0 1 2.75 12a9.25 9.25 0 1 1 10.765 9.127m-3.038-.002V16.12H8.58a.6.6 0 0 1-.6-.6v-1.838a.6.6 0 0 1 .6-.6h1.897V9.95a3 3 0 0 1 3-3h1.81a1 1 0 0 1 1 1v1.04a1 1 0 0 1-1 1h-.772a1 1 0 0 0-1 1v2.092h2.297a.6.6 0 0 1 .592.698l-.25 1.504a1 1 0 0 1-.986.836h-1.653v5.007`},[]]]),fa=c({name:`Figma`,tags:[`Design`,`Sketch`,`Icons`,`Prototype`,`Prototyping`,`Adobe`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.833 5.833A3.083 3.083 0 0 1 8.917 2.75H12v6.167H8.917a3.083 3.083 0 0 1-3.084-3.084m12.334 0a3.083 3.083 0 0 0-3.084-3.083H12v6.167h3.083a3.083 3.083 0 0 0 3.084-3.084`},[]],[`rect`,{width:`6.167`,height:`6.167`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.083`,transform:`matrix(-1 0 0 1 18.167 8.917)`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.833 12a3.083 3.083 0 0 1 3.084-3.083H12v6.166H8.917A3.083 3.083 0 0 1 5.833 12`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.833 18.167a3.083 3.083 0 0 1 3.084-3.084H12v3.084a3.083 3.083 0 0 1-3.083 3.083v0a3.083 3.083 0 0 1-3.084-3.083`},[]]]),pa=c({name:`GitHub`,tags:[`Open Source`,`Code`,`Microsoft`,`Git`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.096 21.25v-3.146a3.33 3.33 0 0 1 .758-2.115c-3.005-.4-5.28-1.859-5.28-5.798 0-1.666 1.432-3.89 1.432-3.89-.514-1.13-.5-3.084.06-3.551 0 0 1.95.175 3.847 1.75 1.838-.495 3.764-.554 5.661 0 1.897-1.575 3.848-1.75 3.848-1.75.558.467.573 2.422.06 3.551 0 0 1.432 2.224 1.432 3.89 0 3.94-2.276 5.398-5.28 5.798a3.33 3.33 0 0 1 .757 2.115v3.146`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.086 16.57c.163.554.463 1.066.878 1.496.414.431.932.77 1.513.988a4.46 4.46 0 0 0 3.62-.216`},[]]]),ma=c({name:`Google`,tags:[`Pixel`,`Search`,`Android`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13.365 2.83a9.25 9.25 0 0 1 4.744 2.089c.338.284.336.794.024 1.106l-1.616 1.616c-.312.312-.816.306-1.171.044a5.365 5.365 0 1 0 1.615 6.705h-3.91a.8.8 0 0 1-.8-.8V11.3a.8.8 0 0 1 .8-.8h7.493c.316 0 .61.186.681.495.313 1.362-.125 3.246-.158 3.384l-.004.016c-.528 1.963-1.661 3.706-3.274 4.944a9.25 9.25 0 1 1-4.424-16.51`},[]]]),ha=c({name:`Google 2`,tags:[`Google Color`,`Pixel`,`Search`,`Android`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.201 9.947a5.365 5.365 0 0 1 8.145-2.262c.355.262.858.268 1.17-.044l1.617-1.616c.312-.312.314-.822-.024-1.106A9.25 9.25 0 0 0 3.612 8.46M7.2 9.947a5.365 5.365 0 0 0 1.69 6.31M7.2 9.947 3.611 8.46m5.28 7.796a5.365 5.365 0 0 0 6.533 0m-6.532 0-2.365 3.082m8.897-3.082a5.4 5.4 0 0 0 1.537-1.866h-3.91a.8.8 0 0 1-.8-.8V11.3a.8.8 0 0 1 .8-.8h7.493c.316 0 .61.186.681.495.313 1.362-.125 3.246-.158 3.384l-.004.016c-.528 1.963-1.661 3.706-3.274 4.944m-2.365-3.083 2.365 3.082m0 0a9.25 9.25 0 0 1-11.262 0m0 0A9.25 9.25 0 0 1 3.612 8.46`},[]]]),ga=c({name:`Google Chrome`,tags:[`Browser`,`Chromium`,`Microsoft`,`MS Edge`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 8.25a3.75 3.75 0 0 0-3.747 3.904M12 8.25a3.75 3.75 0 0 1 3.608 4.775M12 8.25h8.458m-4.85 4.775a3.752 3.752 0 0 1-7.355-.871m7.355.871-3.08 8.21m7.93-12.985A9.252 9.252 0 0 0 4.6 6.45m15.858 1.8q.085.19.161.386a9.25 9.25 0 0 1-8.09 12.599m0 0A9.25 9.25 0 0 1 2.75 12c0-2.083.688-4.004 1.85-5.55m3.653 5.704L4.6 6.45`},[]]]),_a=c({name:`Google Play`,tags:[`App Store`,`Android`,`Google`,`Google Play Store`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m16.28 16.311 3.29-1.861A2.79 2.79 0 0 0 21 12c0-.955-.476-1.91-1.43-2.45l-3.29-1.86m0 8.622L8.209 20.88a2.8 2.8 0 0 1-2.779 0 2.9 2.9 0 0 1-.7-.557m11.552-4.012L4.729 3.677m0 16.646A2.78 2.78 0 0 1 4 18.43V5.57a2.78 2.78 0 0 1 1.061-2.202 2.81 2.81 0 0 1 3.147-.248l8.073 4.569M4.729 20.323 16.281 7.69`},[]]]),va=c({name:`HTML`,tags:[`HTML5`,`Markup`,`Programming`,`Web`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m20.754 4.792-2.84 14.31a1.5 1.5 0 0 1-1.099 1.161l-4.069 1.045a3 3 0 0 1-1.492 0l-4.07-1.045a1.5 1.5 0 0 1-1.097-1.16L3.246 4.792A1.5 1.5 0 0 1 4.717 3h14.566a1.5 1.5 0 0 1 1.471 1.792`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17 6.881H7.732a.6.6 0 0 0-.589.718l.859 4.292h7.996l-.891 4.458a1 1 0 0 1-.64.744l-2.126.77a1 1 0 0 1-.681 0l-2.127-.77a1 1 0 0 1-.64-.744l-.224-1.119`},[]]]),ya=c({name:`Instagram`,tags:[`Social`,`Reels`,`Meta`],category:`Logos & Brands`,deprecated:!1},[[`rect`,{width:`17`,height:`17`,x:`3.5`,y:`3.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`5.5`},[]],[`circle`,{cx:`12`,cy:`12`,r:`3.606`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`circle`,{cx:`16.894`,cy:`7.106`,r:`1.03`,fill:`currentColor`},[]]]),ba=c({name:`JavaScript`,tags:[`Programming`,`Web`,`Electron`,`JS`],category:`Logos & Brands`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.5 11.25v5a1 1 0 0 1-1 1H9m8.25-6h-2a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-2`},[]]]),H=c({name:`Microsoft`,tags:[`Windows`,`Win11`,`Windows 11`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 3.75H5.75a2 2 0 0 0-2 2V12M12 3.75h6.25a2 2 0 0 1 2 2V12M12 3.75v16.5m0 0h6.25a2 2 0 0 0 2-2V12M12 20.25H5.75a2 2 0 0 1-2-2V12m0 0h16.5`},[]]]),xa=c({name:`Microsoft Edge`,tags:[`Browser`,`Chromium`,`Microsoft`,`MS Edge`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.76 12a9.25 9.25 0 0 0 11.527 8.968M2.761 12a9.25 9.25 0 0 1 9.25-9.25c3.795 0 7.996 1.777 9.017 6.798.223 1.1.09 2.258-.463 3.235-.582 1.025-1.559 2.182-3.01 2.182-.55.088-4.164.176-3.979-1.312A2.27 2.27 0 0 0 14.287 12M2.761 12s.444-4.849 5.78-4.833C14.117 7.184 14.288 12 14.288 12m0 0a2.277 2.277 0 0 0-2.277-2.277c-.642 0-1.636.694-1.636.694m3.913 10.55a9.26 9.26 0 0 0 5.406-3.814c.185-.275.058-.694-.26-.6a.5.5 0 0 0-.174.092c-1.364.617-4.22 1.12-6.685-.257-1.5-.838-2.374-2.135-2.639-3.202-.099-.255-.201-.896-.201-1.186 0-.615.243-1.173.64-1.583m3.913 10.55s-6.012.49-6.546-5.053c-.297-3.09 1.307-4.702 2.633-5.497`},[]]]),Sa=c({name:`Python`,tags:[`Programming`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 7.5H7.5m4.5 9h4.5m0 0h1.521c.807 0 1.634-.188 2.13-.824.531-.679 1.099-1.835 1.099-3.676 0-1.84-.568-2.997-1.098-3.676-.497-.636-1.324-.824-2.13-.824H16.5m0 9v1.521c0 .807-.188 1.634-.824 2.13-.679.531-1.835 1.099-3.676 1.099-1.84 0-2.997-.568-3.676-1.098-.636-.497-.824-1.324-.824-2.13V16.5m0-9H5.978c-.807 0-1.633.188-2.13.824-.53.679-1.098 1.835-1.098 3.676 0 1.84.568 2.997 1.098 3.676.497.636 1.323.824 2.13.824H7.5m0-9V5.978c0-.807.188-1.633.824-2.13.679-.53 1.835-1.098 3.676-1.098 1.84 0 2.997.568 3.676 1.098.636.497.824 1.323.824 2.13V7.5m-9 9V14a2 2 0 0 1 2-2h5a2 2 0 0 0 2-2V7.5`},[]],[`path`,{fill:`currentColor`,d:`M15 18.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-6-13a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0`},[]]]),Ca=c({name:`Roblox`,tags:[`Gaming`,`Studio`,`Bloxy`,`Player`],category:`Logos & Brands`,deprecated:!1},[[`rect`,{width:`16.02`,height:`16.02`,x:`6.336`,y:`2.19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2.5`,transform:`rotate(15 6.336 2.19)`},[]],[`rect`,{width:`5.34`,height:`5.34`,x:`10.112`,y:`8.73`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`.8`,transform:`rotate(15 10.112 8.73)`},[]]]),wa=c({name:`TikTok`,tags:[`ByteDance`,`Shorts`,`Social`,`Videos`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.2 10.1c0 .22-.18.401-.4.39a8 8 0 0 1-3.362-.93c-.281-.15-.638.045-.638.364V15.5a6 6 0 1 1-6.4-5.987.38.38 0 0 1 .4.387v2.8c0 .22-.18.397-.398.433A2.4 2.4 0 1 0 12.2 15.5V2.9a.4.4 0 0 1 .4-.4h2.8a.43.43 0 0 1 .418.4 4.4 4.4 0 0 0 3.983 3.982c.22.02.4.197.4.418z`},[]]]),Ta=c({name:`Visual Studio Code`,tags:[`VSCode`,`VS Code`,`IDE`,`Text Editor`,`Microsoft`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.695 16.318 10.333 12m5.362 4.318V7.682m0 8.636v2.18c0 .68-.27 1.332-.75 1.813M10.332 12l5.362-4.318M10.333 12 7.828 9.983m7.867-2.3v-2.18c0-.68-.27-1.333-.75-1.814M7.827 14.017l-3.516 2.831a.61.61 0 0 1-.813-.044l-1.071-1.076a.61.61 0 0 1 .022-.881L5.598 12m2.23 2.017 6.456 5.84q.304.273.66.454m-7.116-6.294L5.598 12m0 0L2.45 9.153a.61.61 0 0 1-.022-.881l1.071-1.076c.22-.22.57-.24.813-.044l3.516 2.83m0 0 6.456-5.839q.304-.273.66-.454m0 16.622a3.04 3.04 0 0 0 2.517.113l2.334-.937c.577-.232.955-.791.955-1.413V5.926c0-.622-.378-1.181-.955-1.413l-2.334-.937a3.04 3.04 0 0 0-2.517.113`},[]]]),U=c({name:`X (Twitter)`,tags:[`Twitter`,`X/Twitter`,`X Corp.`,`Bird`,`Tweet`,`Post`,`Social Media`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m13.081 10.712-4.786-6.71a.6.6 0 0 0-.489-.252H5.28a.6.6 0 0 0-.488.948l6.127 8.59m2.162-2.576 6.127 8.59a.6.6 0 0 1-.488.948h-2.526a.6.6 0 0 1-.489-.252l-4.786-6.71m2.162-2.576 5.842-6.962m-8.004 9.538L5.077 20.25`},[]]]),Ea=c({name:`YouTube`,tags:[`Social`,`Shorts`,`Watch`,`Videos`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.45 11.419c0-3.017.3-4.526 1.237-5.463s2.446-.937 5.463-.937h5.7c3.017 0 4.525 0 5.463.937s1.237 2.446 1.237 5.463v1.162c0 3.017-.3 4.526-1.237 5.463s-2.446.937-5.463.937h-5.7c-3.017 0-4.526 0-5.463-.937S2.45 15.598 2.45 12.581z`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m14.686 11.491-4.268-2.667a.6.6 0 0 0-.918.509v5.335a.6.6 0 0 0 .918.508l4.268-2.667a.6.6 0 0 0 0-1.018Z`},[]]]),Da=c({name:`YouTube Shorts`,tags:[`YT Shorts`,`Watch`,`YouTube`,`Vertical`,`TikTok`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.834 3.186a3.627 3.627 0 0 1 3.627 6.282l-.74.426a3.626 3.626 0 0 1 1.935 6.766l-7.02 4.053a3.626 3.626 0 1 1-3.627-6.28l.739-.428A3.627 3.627 0 0 1 5.814 7.24z`},[]],[`path`,{fill:`currentColor`,d:`M13.992 11.016 11.2 9.271c-.74-.463-1.7.07-1.7.942v3.49c0 .873.96 1.405 1.7.943l2.792-1.746a1.11 1.11 0 0 0 0-1.884`},[]]]),Oa=c({name:`Book`,tags:[`Reading`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 16.25V5.75a3 3 0 0 1 3-3h11a1 1 0 0 1 1 1v12.5H7.375M4.5 16.245v2.38`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.5 21.25H7a2.5 2.5 0 0 1 0-5h12.5v4a1 1 0 0 1-1 1`},[]]]),ka=c({name:`Book 2`,tags:[``],category:`Activities`,deprecated:!0,alternativeIcon:`Book`},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 4.749a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v13h-15zm0 13v1.503a2 2 0 0 0 2 2h13`},[]],[`rect`,{width:`8`,height:`3`,x:`8`,y:`6.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`.6`},[]]]),Aa=c({name:`Book Add`,tags:[``],category:`Activities`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 16.245v2.38m2.875-2.375h2.969H7a2.5 2.5 0 0 0-2.5 2.5m6.875 2.5H7a2.5 2.5 0 0 1-2.5-2.5m0 0v-13a3 3 0 0 1 3-3h11a1 1 0 0 1 1 1v6.844`},[]]]),ja=c({name:`Book Add 2`,tags:[``],category:`Activities`,deprecated:!0,alternativeIcon:`Book Add`},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 18.749v-12.8c0-1.12 0-1.68.218-2.108a2 2 0 0 1 .874-.874c.428-.218.988-.218 2.108-.218h8.6c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874c.218.427.218.987.218 2.108v4.301m-15 8.499c0 .467 0 .7.039.895a2 2 0 0 0 1.568 1.569c.195.039.429.039.896.039h3.247M4.5 18.749h4.75M8.96 9.25h6.08c.336 0 .504 0 .632-.065a.6.6 0 0 0 .263-.263C16 8.794 16 8.626 16 8.29V7.21c0-.336 0-.504-.065-.632a.6.6 0 0 0-.263-.263c-.128-.065-.296-.065-.632-.065H8.96c-.336 0-.504 0-.632.065a.6.6 0 0 0-.263.263C8 6.706 8 6.874 8 7.21v1.08c0 .336 0 .504.065.632a.6.6 0 0 0 .263.263c.128.065.296.065.632.065`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),Ma=c({name:`Book Info`,tags:[``],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 16.25V5.75a3 3 0 0 1 3-3h11a1 1 0 0 1 1 1v12.5H7.375M4.5 16.245v2.38`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.5 21.25H7a2.5 2.5 0 0 1 0-5h12.5v4a1 1 0 0 1-1 1`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 9.45v3.79`},[]],[`circle`,{cx:`12`,cy:`6.217`,r:`1.197`,fill:`currentColor`},[]]]),W=c({name:`Book Open`,tags:[`Reading`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 7.21a2 2 0 0 1 2-2H8.5a3.5 3.5 0 0 1 3.5 3.5v10.885l-1.015-.721a4 4 0 0 0-2.318-.74H4.75a2 2 0 0 1-2-2zm18.5 0a2 2 0 0 0-2-2H15.5a3.5 3.5 0 0 0-3.5 3.5v10.885l1.015-.721a4 4 0 0 1 2.317-.74h3.918a2 2 0 0 0 2-2z`},[]]]),G=c({name:`Box`,tags:[`Package`,`Amazon`,`Delivery`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m12 12 8.073-4.625M12 12v9.25M12 12 7.963 9.688m12.11-2.313a3.17 3.17 0 0 0-1.165-1.156L16.25 4.696m3.823 2.679c.275.472.427 1.015.427 1.58v6.09a3.15 3.15 0 0 1-1.592 2.736l-5.316 3.046A3.2 3.2 0 0 1 12 21.25M3.926 7.375a3.14 3.14 0 0 0-.426 1.58v6.09c0 1.13.607 2.172 1.592 2.736l5.316 3.046A3.2 3.2 0 0 0 12 21.25M3.926 7.375a3.17 3.17 0 0 1 1.166-1.156l5.316-3.046a3.2 3.2 0 0 1 3.184 0l2.658 1.523M3.926 7.375l4.037 2.313m0 0 8.287-4.992`},[]]]),Na=c({name:`Broom`,tags:[`Sweep`,`Clean`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m13.444 17.626.707-.707a5 5 0 0 0 0-7.071m-.707 7.778-7.071-7.071m7.07 7.07-2.828 4.243-8.485-8.485 4.243-2.828m0 0 .707-.707a5 5 0 0 1 7.07 0m0 0 6.718-6.718`},[]]]),Pa=c({name:`Calligraphy Pen`,tags:[`Sketch`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.16 2.75v1.049c0 1.187 0 1.78-.231 2.233a2.12 2.12 0 0 1-.926.927c-.454.23-1.047.23-2.234.23h-.423M4.84 2.75v1.049c0 1.187 0 1.78.231 2.233.203.4.528.724.926.927.454.23 1.047.23 2.234.23h.423m0 0L6.319 11.47c-.367.673-.55 1.01-.61 1.362a2.1 2.1 0 0 0 .054.935c.1.344.32.657.762 1.283l2.704 3.83c.934 1.323 1.4 1.983 1.98 2.217a2.12 2.12 0 0 0 1.582 0c.58-.234 1.047-.894 1.98-2.216l2.704-3.83c.442-.627.662-.94.761-1.284a2.1 2.1 0 0 0 .055-.935c-.06-.352-.243-.689-.61-1.362l-2.335-4.28m-6.692 0h6.692M12 13.325v7.522`},[]],[`circle`,{cx:`12`,cy:`13.325`,r:`1.673`,fill:`currentColor`},[]]]),K=c({name:`Cart`,tags:[`Shopping`,`Trolley`,`Amazon`,`Shopping Cart`],category:`Activities`,deprecated:!1},[[`circle`,{cx:`9.549`,cy:`19.049`,r:`1.701`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`circle`,{cx:`16.96`,cy:`19.049`,r:`1.701`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m5.606 5.555 2.01 6.364c.309.978.463 1.467.76 1.829.26.32.599.567.982.72.435.173.947.173 1.973.173h3.855c1.026 0 1.538 0 1.972-.173.384-.153.722-.4.983-.72.296-.362.45-.851.76-1.829l.409-1.296.24-.766.331-1.05a2.5 2.5 0 0 0-2.384-3.252zm0 0-.011-.037a7 7 0 0 0-.14-.42 2.92 2.92 0 0 0-2.512-1.84C2.84 3.25 2.727 3.25 2.5 3.25`},[]]]),Fa=c({name:`Compass`,tags:[`Direction`,`Explore`,`Safari`],category:`Activities`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.195 10.195q.221-.22.475-.404c.382-.275.835-.456 1.74-.818l2.357-.943c.632-.252.947-.379 1.148-.313.174.058.31.194.368.368.066.2-.06.517-.313 1.148l-.943 2.357c-.362.905-.543 1.358-.818 1.74q-.183.255-.404.475m-3.61-3.61a4 4 0 0 0-.404.475c-.275.382-.456.835-.818 1.74l-.943 2.357c-.252.632-.379.947-.313 1.148.058.174.194.31.368.368.2.066.516-.06 1.148-.313l2.357-.943c.905-.362 1.358-.543 1.74-.818q.255-.183.475-.404m-3.61-3.61 3.61 3.61`},[]]]),Ia=c({name:`Flag`,tags:[`Report`,`Checkpoint`,`Flagged`,`Font Awesome`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.25 21.25v-6m0 0v-10a1.5 1.5 0 0 1 1.5-1.5h11.086a1 1 0 0 1 .821 1.571L15.75 9.5l2.907 4.179a1 1 0 0 1-.82 1.571z`},[]]]),q=c({name:`Library`,tags:[`Books`,`Bookshelf`],category:`Activities`,deprecated:!1},[[`rect`,{width:`3.998`,height:`15`,x:`2.75`,y:`4.504`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`},[]],[`rect`,{width:`3.998`,height:`15`,x:`9.201`,y:`4.504`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.267 8.378c-.165-.615.2-1.247.814-1.411l1.038-.278c.614-.165 1.245.2 1.41.814l2.681 10.014a1.15 1.15 0 0 1-.814 1.41l-1.038.279a1.15 1.15 0 0 1-1.41-.815z`},[]]]),J=c({name:`Photo Filter`,tags:[`Color Filter`,`Tint`],category:`Design`,deprecated:!1},[[`circle`,{cx:`12`,cy:`8.73`,r:`5.98`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`circle`,{cx:`8.729`,cy:`15.27`,r:`5.98`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`circle`,{cx:`15.271`,cy:`15.27`,r:`5.98`,stroke:`currentColor`,"stroke-width":`1.5`},[]]]),La=c({name:`Ribbon`,tags:[``],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.41 9.16a6.4 6.4 0 0 1-2.426 5.02A6.38 6.38 0 0 1 12 15.57c-1.506 0-2.89-.52-3.984-1.388A6.41 6.41 0 1 1 18.41 9.16`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.984 14.18v7.07L12 18.267 8.016 21.25v-7.07`},[]]]),Ra=c({name:`Ribbon Star`,tags:[``],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.41 9.16a6.4 6.4 0 0 1-2.426 5.02A6.38 6.38 0 0 1 12 15.57c-1.506 0-2.89-.52-3.984-1.388A6.41 6.41 0 1 1 18.41 9.16`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.984 14.18v7.07L12 18.267 8.016 21.25v-7.07`},[]],[`path`,{fill:`currentColor`,d:`M11.455 6.74c.179-.307.268-.461.385-.513a.4.4 0 0 1 .32 0c.117.052.206.206.385.513l.488.838a1 1 0 0 0 .112.168q.045.047.106.076a1 1 0 0 0 .194.055l.947.205c.348.075.522.113.607.208.075.083.11.193.1.304-.014.127-.133.26-.37.525l-.646.723a1 1 0 0 0-.125.159.4.4 0 0 0-.04.123 1 1 0 0 0 .008.202l.098.964c.036.355.054.532-.01.642a.4.4 0 0 1-.26.188c-.124.027-.287-.045-.612-.188l-.887-.391a1 1 0 0 0-.19-.07.4.4 0 0 0-.13 0 1 1 0 0 0-.19.07l-.886.39c-.326.144-.49.216-.614.19a.4.4 0 0 1-.259-.189c-.064-.11-.046-.287-.01-.642l.098-.964c.01-.102.015-.153.008-.202a.4.4 0 0 0-.04-.123 1 1 0 0 0-.125-.159L9.27 9.12c-.238-.265-.356-.398-.37-.525a.4.4 0 0 1 .1-.304c.085-.095.259-.133.607-.208l.947-.205c.1-.022.15-.033.194-.055a.4.4 0 0 0 .106-.076 1 1 0 0 0 .112-.168z`},[]]]),za=c({name:`Video`,tags:[``],category:`Media`,deprecated:!1},[[`rect`,{width:`13.5`,height:`12`,x:`2.75`,y:`6`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m16.25 9.74 3.554-1.77a1 1 0 0 1 1.446.895v6.268a1 1 0 0 1-1.447.895l-3.553-1.773z`},[]]]),Ba=c({name:`Briefcase`,tags:[`Suitcase`],category:`Business`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 9.894a2.5 2.5 0 0 1 2.5-2.5h11.5a2.5 2.5 0 0 1 2.5 2.5V17.5a2.5 2.5 0 0 1-2.5 2.5H6.25a2.5 2.5 0 0 1-2.5-2.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.75 7.394H6.25a2.5 2.5 0 0 0-2.5 2.5v.303a3 3 0 0 0 3 3h10.5a3 3 0 0 0 3-3v-.303a2.5 2.5 0 0 0-2.5-2.5M8.603 5.5a1.5 1.5 0 0 1 1.5-1.5h3.794a1.5 1.5 0 0 1 1.5 1.5v1.894H8.603z`},[]]]),Va=c({name:`Briefcase 2`,tags:[`Suitcase`,`Work`],category:`Business`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 10.5A2.5 2.5 0 0 1 6.25 8h11.5a2.5 2.5 0 0 1 2.5 2.5v7a2.5 2.5 0 0 1-2.5 2.5H6.25a2.5 2.5 0 0 1-2.5-2.5zm4.853-5a1.5 1.5 0 0 1 1.5-1.5h3.794a1.5 1.5 0 0 1 1.5 1.5V8H8.603z`},[]]]),Ha=c({name:`Cent`,tags:[`$`,`Money`,`Coin`,`Dollar`,`¢`],category:`Business`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.085 3.875v2.417m0 14.083v-2.417m4.382-1.705a5.84 5.84 0 0 1-4.382 1.705m4.382-9.961a5.84 5.84 0 0 0-4.382-1.705m0 11.666A5.836 5.836 0 0 1 6.5 12.125a5.84 5.84 0 0 1 5.585-5.833`},[]]]),Y=c({name:`Dollar`,tags:[`$`,`Money`,`Cash`,`Bill`,`Currency`],category:`Business`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M16.441 8.26S15.884 5.621 12 5.334m-4.376 10.52S8.75 18.518 12 18.684M12 2.75v2.584m0 15.916v-2.567m0-13.35a10 10 0 0 0-.704-.024c-1.688 0-3.881 1.405-3.881 3.367 0 1.963 1.589 2.732 4.388 3.21s4.782 1.531 4.782 3.696-2.32 3.11-4.266 3.11a6 6 0 0 1-.319-.009`},[]]]),Ua=c({name:`Graph`,tags:[`Stocks`,`Data`],category:`Math & Numbers`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.5 4v13.5a3 3 0 0 0 3 3H20`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m6.5 15 4.5-4.5 3.5 3.5L20 8.5`},[]]]),Wa=c({name:`Toolbox`,tags:[`Suitcase`,`Work`],category:`Business`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 10a3 3 0 0 1 3-3h12.5a3 3 0 0 1 3 3v7.5a3 3 0 0 1-3 3H5.75a3 3 0 0 1-3-3zM8 5.5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2V7H8zm.5 5.5v3m7-3v3M2.75 12.5h18.5`},[]]]),Ga=c({name:`Cake`,tags:[`Birthday`,`Party`],category:`Food & Drink`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.25 13.25a2.5 2.5 0 0 1 2.5-2.5h10.5a2.5 2.5 0 0 1 2.5 2.5v8H4.25z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.25 14.87 2.249 1.45a3 3 0 0 0 3.252 0l.623-.4a3 3 0 0 1 3.252 0l.623.4a3 3 0 0 0 3.252 0l2.249-1.45m1.5 6.375H2.75M12 2.75l1.414 1.414a2 2 0 1 1-2.828 0zm0 4.83v3.17`},[]]]),Ka=c({name:`Coffee Hot`,tags:[``],category:`Food & Drink`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.5 10.682c0-.875.71-1.585 1.585-1.585H16.52c.876 0 1.585.71 1.585 1.585v3.265a7.303 7.303 0 0 1-7.302 7.303v0A7.303 7.303 0 0 1 3.5 13.947z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.105 10.556h1.464A2.43 2.43 0 0 1 22 12.986v0a2.43 2.43 0 0 1-2.43 2.43h-1.465M6.421 3.75v2.43m4.382-2.43v2.43m4.381-2.43v2.43`},[]]]),qa=c({name:`Cookies`,tags:[``],category:`Food & Drink`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.076 10.535a2.75 2.75 0 0 0 3.89 0v0c.127-.128.362-.076.393.102a9.25 9.25 0 0 1-15.65 8.154 9.25 9.25 0 0 1 8.154-15.65c.178.031.23.266.102.394v0a2.75 2.75 0 0 0 2.333 4.667 2.75 2.75 0 0 0 .778 2.333`},[]],[`circle`,{cx:`8.5`,cy:`15.5`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`7.5`,cy:`9.5`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`12.5`,cy:`12.5`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`15.5`,cy:`16.5`,r:`1.25`,fill:`currentColor`},[]]]),Ja=c({name:`Drop`,tags:[`Water`,`Fill`,`Transparency`,`Transparent`,`Droplet`],category:`Food & Drink`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M12 21c-1.804 0-3.246-.566-4.397-1.446C2.38 15.557 5.832 8.09 10.801 3.522a1.767 1.767 0 0 1 2.398 0c4.97 4.568 8.42 12.035 3.198 16.032C15.246 20.434 13.804 21 12 21Z`},[]]]),Ya=c({name:`Hamburger`,tags:[``],category:`Food & Drink`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 3.724c-4.302 0-7.79 3.051-7.79 6.816h15.58c0-3.765-3.488-6.816-7.79-6.816`},[]],[`rect`,{width:`18.5`,height:`5.355`,x:`2.75`,y:`10.54`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.21 15.895h15.58l-.278 1.249a4 4 0 0 1-3.905 3.132H8.393a4 4 0 0 1-3.905-3.132zm10.926-2.833-2.162-2.522h5.842l-2.162 2.522a1 1 0 0 1-1.518 0`},[]]]),X=c({name:`Square Drag`,tags:[`Grab`,`Hand`,`Drop`,`Grabber`,`Dragging`],category:`Gestures`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.073 17.533v-3.864m2.544-2.937c0-.699-.57-1.265-1.272-1.265s-1.272.566-1.272 1.265v2.937m2.544-.444v-4.21c0-.698.57-1.265 1.272-1.265s1.272.567 1.272 1.266v1.716m0 0v2.493m0-2.493a1.273 1.273 0 0 1 2.545 0v1.717m0 0v.776m0-.776c0-.7.57-1.266 1.272-1.266s1.272.567 1.272 1.266V17.1a5.15 5.15 0 0 1-5.15 5.15h-2.31a5.55 5.55 0 0 1-5.541-5.872l.012-.201a2.4 2.4 0 0 1 1.67-2.146l1.142-.362`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.75 18.25a3 3 0 0 1-3-3v-8.5a3 3 0 0 1 3-3h8.5a3 3 0 0 1 2.959 2.5`},[]]]),Xa=c({name:`Cursor Drag`,tags:[`Grab`,`Hand`,`Drop`,`Grabber`],category:`Gestures`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.315 11.055v4.176m3.246-6.593V6.555c0-.892-.727-1.615-1.623-1.615s-1.623.723-1.623 1.615v3.747m3.246-.566V4.365a1.62 1.62 0 0 1 1.623-1.615c.897 0 1.623.723 1.623 1.615V9.73m0 .005v-3.18a1.624 1.624 0 0 1 3.246 0v2.19m0 0v.99m0-.99a1.62 1.62 0 0 1 1.624-1.615A1.62 1.62 0 0 1 20.3 8.745v5.935a6.57 6.57 0 0 1-6.57 6.57h-2.95a7.08 7.08 0 0 1-7.069-7.492l.015-.256a3.06 3.06 0 0 1 2.13-2.738l1.458-.462m0 0V11.4`},[]]]),Za=c({name:`Hand`,tags:[``],category:`Gestures`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4 10.059v3.424c0 1.853 0 2.78.221 3.536.527 1.8 1.935 3.216 3.735 3.846.6.176 1.196.363 2.344.532a5.8 5.8 0 0 0 2.014-.066c.303-.062.55-.115.758-.16.49-.106.98-.233 1.43-.454.508-.248.903-.506 1.475-.933.342-.255.655-.566 1.28-1.188l3.247-3.23a1.68 1.68 0 0 0 0-2.384 1.7 1.7 0 0 0-2.396 0l-2.25 2.239v-5.162`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.893 7.852V5.95c0-.815.664-1.475 1.483-1.475.818 0 1.482.66 1.482 1.475v4.424m-5.929-.319V3.95c0-.815.664-1.475 1.482-1.475.819 0 1.482.66 1.482 1.475v6.109M6.964 7.32v2.739-5.104a1.483 1.483 0 0 1 2.965 0v5.104M6.964 8.854V7.95c0-.815-.663-1.475-1.482-1.475C4.664 6.475 4 7.135 4 7.95v2.738`},[]]]),Qa=c({name:`Thumbs Down`,tags:[`Dislike`],category:`Gestures`,deprecated:!1},[[`rect`,{width:`4.2`,height:`13.296`,x:`21.25`,y:`16.799`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`,transform:`rotate(180 21.25 16.8)`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.05 14.475V6.503a3 3 0 0 0-3-3H7.177a2.5 2.5 0 0 0-2.412 1.843l-1.958 7.188a2.5 2.5 0 0 0 2.412 3.157h4.095V19.5a2 2 0 0 0 2 2h.036a2 2 0 0 0 1.67-.9z`},[]]]),$a=c({name:`Thumbs Up`,tags:[`Like`],category:`Gestures`,deprecated:!1},[[`rect`,{width:`4.2`,height:`13.296`,x:`3.25`,y:`7.201`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.45 9.526v7.97a3 3 0 0 0 3 3h6.873a2.5 2.5 0 0 0 2.412-1.842l1.958-7.188a2.5 2.5 0 0 0-2.412-3.157h-4.095V4.5a2 2 0 0 0-2-2h-.036a2 2 0 0 0-1.67.9z`},[]]]),eo=c({name:`Angle`,tags:[``],category:`Math & Numbers`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.25 4.25v12.5a3 3 0 0 0 3 3h12.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.25 10.356h.394a9 9 0 0 1 9 9v.394`},[]]]),to=c({name:`Calculator`,tags:[`Solve`,`Math`],category:`Math & Numbers`,deprecated:!1},[[`rect`,{width:`14.5`,height:`18.5`,x:`4.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`rect`,{width:`7.5`,height:`3.75`,x:`8.25`,y:`6.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1`},[]],[`circle`,{cx:`8.5`,cy:`13.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`12`,cy:`13.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`15.5`,cy:`13.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`8.5`,cy:`17.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`12`,cy:`17.5`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`15.5`,cy:`17.5`,r:`1`,fill:`currentColor`},[]]]),no=c({name:`Hash`,tags:[`Hashtag`,`Tag`,`Category`,`Number`,`Count`,`Pound`],category:`Math & Numbers`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.778 8.395H21.25m-18.5 7.21h17.472M6.282 21.13 9.495 2.87m5.01 18.26 3.212-18.26`},[]]]),ro=c({name:`Ruler`,tags:[`Measure`,`Length`,`Meter`,`Foot`,`Metre`,`Feet`,`Yard`],category:`Math & Numbers`,deprecated:!1},[[`rect`,{width:`9.5`,height:`18.5`,x:`6.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M6.75 12h4.5m-4.5-4.5h4.5m-4.5 9h4.5`},[]]]),io=c({name:`Screen Size`,tags:[`Aspect Ratio`],category:`Math & Numbers`,deprecated:!1},[[`rect`,{width:`18.5`,height:`15.5`,x:`2.75`,y:`4.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.75 12.25v-4h4m6.5 3.5v4h-4`},[]]]),ao=c({name:`Headphones`,tags:[``],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 17.368V12A9.25 9.25 0 0 0 12 2.75v0A9.25 9.25 0 0 0 2.75 12v5.368`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 13.321h4a1.5 1.5 0 0 1 1.5 1.5v4.429a2 2 0 0 1-2 2h-1.5a2 2 0 0 1-2-2zm13 1.5a1.5 1.5 0 0 1 1.5-1.5h4v5.929a2 2 0 0 1-2 2h-1.5a2 2 0 0 1-2-2z`},[]]]),oo=c({name:`Movie`,tags:[`Video`,`Film`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 7.5a3 3 0 0 1 3-3h12.5a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H5.75a3 3 0 0 1-3-3zM7 5v14M17 5v14M2.75 9.5H7m-4.25 5H7m10-5h4.25m-4.25 5h4.25`},[]]]),so=c({name:`Music Note`,tags:[`Song`,`Double`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.962 17.968V6.696a1.5 1.5 0 0 1 1.106-1.447l8.15-2.223a1.5 1.5 0 0 1 1.895 1.447v11.468M8.963 9.92l11.15-3.04M8.962 17.968a3.041 3.041 0 1 1-6.082 0 3.041 3.041 0 0 1 6.082 0`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.113 15.94a3.041 3.041 0 1 1-6.082 0 3.041 3.041 0 0 1 6.082 0`},[]]]),co=c({name:`Music Note 2`,tags:[`Song`,`Single`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.5 17.25a4 4 0 1 1-8 0 4 4 0 0 1 8 0m0 0v-9m0 0 4.83 2.415a1.5 1.5 0 0 0 2.17-1.342V7.177a1.5 1.5 0 0 0-.83-1.342l-4.723-2.361a1 1 0 0 0-1.447.894z`},[]]]),lo=c({name:`Soundwave`,tags:[`Audio`,`EQ`,`Waveform`,`mp3`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 20.75V3.25m8 11.71V9.04M4 14.96V9.04m12 8.872V6.088M8 17.912V6.088`},[]]]),Z=c({name:`Volume`,tags:[`Sound`,`Audio`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.253 19.4 7.99 15.782a1 1 0 0 0-.647-.238H4.75a2 2 0 0 1-2-2v-3.086a2 2 0 0 1 2-2h2.594a1 1 0 0 0 .647-.238l4.262-3.62a1 1 0 0 1 1.647.762V18.64a1 1 0 0 1-1.647.762Z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.664 8.542c.48.35.88.854 1.158 1.462.277.607.424 1.295.424 1.996 0 .7-.147 1.39-.424 1.996-.278.607-.677 1.112-1.158 1.462M18.7 6.424c.775.565 1.42 1.378 1.867 2.357.447.978.683 2.089.683 3.219s-.236 2.24-.683 3.22c-.448.978-1.092 1.791-1.867 2.356`},[]]]),uo=c({name:`Volume Low`,tags:[`Sound`,`Audio`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.253 19.4 7.99 15.782a1 1 0 0 0-.647-.238H4.75a2 2 0 0 1-2-2v-3.086a2 2 0 0 1 2-2h2.594a1 1 0 0 0 .647-.238l4.262-3.62a1 1 0 0 1 1.647.762V18.64a1 1 0 0 1-1.647.762Z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.664 8.542c.48.35.88.854 1.158 1.462.277.607.423 1.295.423 1.996 0 .7-.146 1.39-.423 1.996-.278.607-.677 1.112-1.158 1.462`},[]]]),fo=c({name:`Volume Mute`,tags:[`Sound`,`Audio`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.253 19.4 7.99 15.782a1 1 0 0 0-.647-.238H4.75a2 2 0 0 1-2-2v-3.086a2 2 0 0 1 2-2h2.594a1 1 0 0 0 .647-.238l4.262-3.62a1 1 0 0 1 1.647.762V18.64a1 1 0 0 1-1.647.762Z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m16.53 9.64 4.72 4.72m0-4.72-4.72 4.72`},[]]]),po=c({name:`Leaf`,tags:[`Leaf One`,`1`],category:`Nature`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.508 16.223a6.38 6.38 0 0 1-9.016 0 6.367 6.367 0 0 1 0-9.009l3.094-3.091a2 2 0 0 1 2.828 0l3.094 3.091a6.367 6.367 0 0 1 0 9.01M12 12.265v9.025`},[]]]),mo=c({name:`Leaf Three`,tags:[`Leaf 3`],category:`Nature`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.526 7.499a4.75 4.75 0 0 1 4.75-4.75h2.217c.887 0 1.33 0 1.669.172.298.152.54.394.692.692.172.339.172.782.172 1.669v2.217c0 .433-.058.853-.167 1.252m-10.716 2.84 2.3 2.301m5.624 1.288-6.071 6.071M12.012 9.81a6.03 6.03 0 0 1 3.423-1.059h2.424M12.012 9.81a4.85 4.85 0 0 0-4.163-2.361H5.586c-.905 0-1.358 0-1.704.176a1.6 1.6 0 0 0-.706.706C3 8.677 3 9.13 3 10.035v2.262a4.85 4.85 0 0 0 6.7 4.483m2.312-6.97a6.1 6.1 0 0 0-1.54 1.523 6 6 0 0 0-1.029 2.56M17.86 8.75h.404c1.132 0 1.698 0 2.13.22.38.194.689.503.883.884.22.432.22.997.22 2.129v2.828A6.06 6.06 0 0 1 9.7 16.78m-.258-2.888A6.1 6.1 0 0 0 9.7 16.78`},[]]]),ho=c({name:`Leaf Two`,tags:[`Leaf One`],category:`Nature`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m7.35 8.1 1.93 1.93m5.277 3.663L8 20.25m4.872-13.162a6.5 6.5 0 0 1 2.082-.338h3.055c1.222 0 1.833 0 2.3.238.41.209.744.543.953.953.238.467.238 1.078.238 2.3v3.055a6.546 6.546 0 0 1-13.062.625m4.434-6.833a5.09 5.09 0 0 0-4.78-3.338H5.714c-.95 0-1.425 0-1.788.185a1.7 1.7 0 0 0-.742.742C3 5.04 3 5.515 3 6.465v2.376a5.09 5.09 0 0 0 5.438 5.08m4.434-6.833A6.57 6.57 0 0 0 9.28 10.03m-.842 3.89a6.5 6.5 0 0 1 .842-3.89`},[]]]),go=c({name:`History`,tags:[``],category:`Miscellaneous`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.281 14.385a8.25 8.25 0 1 0 .824-6.26l-.477.88m-.523-4.63v3.75a1 1 0 0 0 .523.88m4.227.12h-3.75a1 1 0 0 1-.477-.12`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.25 8v4.25l3.685 2.117`},[]]]),_o=c({name:`Question`,tags:[``],category:`Miscellaneous`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.817 8.808a4.183 4.183 0 1 1 7.518 2.526l-.133.145c-.065.07-.29.286-.363.347a4 4 0 0 1-.353.266l-1.517 1.045a2.81 2.81 0 0 0-1.215 2.315`},[]],[`circle`,{cx:`11.754`,cy:`19.141`,r:`.984`,fill:`currentColor`},[]]]),vo=c({name:`Question Circle`,tags:[`Help`,`Support`],category:`Miscellaneous`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.301 9.709a2.699 2.699 0 1 1 4.85 1.63 4 4 0 0 1-.32.317c-.092.078-.137.11-.227.171l-.979.675a1.81 1.81 0 0 0-.784 1.493`},[]],[`circle`,{cx:`11.828`,cy:`16.74`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]]]),yo=c({name:`Sparkle`,tags:[`Flare`,`AI`,`Sparkles`,`Smart`,`Enhanced`],category:`Miscellaneous`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.256 3.567c.266-.675 1.222-.675 1.488 0l2.047 5.19a.8.8 0 0 0 .451.452l5.191 2.047c.675.266.675 1.222 0 1.488l-5.19 2.047a.8.8 0 0 0-.452.451l-2.047 5.191c-.266.675-1.222.675-1.488 0l-2.047-5.19a.8.8 0 0 0-.451-.452l-5.191-2.047c-.675-.266-.675-1.222 0-1.488l5.19-2.047a.8.8 0 0 0 .452-.451z`},[]],[`circle`,{cx:`5.25`,cy:`5.25`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`19`,cy:`19`,r:`1`,fill:`currentColor`},[]]]),bo=c({name:`Align Bottom`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 21.25h18.5`},[]],[`rect`,{width:`6`,height:`10`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(-1 0 0 1 19.75 7.75)`},[]],[`rect`,{width:`6`,height:`15`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(-1 0 0 1 10.25 2.75)`},[]]]),xo=c({name:`Align Horizontal Centers`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.75 12h1.5m-11 0h3.5m-11 0h1.5`},[]],[`rect`,{width:`6`,height:`10`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(-1 0 0 1 19.75 7)`},[]],[`rect`,{width:`6`,height:`15`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(-1 0 0 1 10.25 4.5)`},[]]]),So=c({name:`Align Left`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 2.75v18.5`},[]],[`rect`,{width:`6`,height:`10`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(0 -1 -1 0 16.25 19.75)`},[]],[`rect`,{width:`6`,height:`15`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(0 -1 -1 0 21.25 10.25)`},[]]]),Co=c({name:`Align Right`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 2.75v18.5`},[]],[`rect`,{width:`6`,height:`10`,x:`7.75`,y:`19.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`rotate(-90 7.75 19.75)`},[]],[`rect`,{width:`6`,height:`15`,x:`2.75`,y:`10.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`rotate(-90 2.75 10.25)`},[]]]),wo=c({name:`Align Top`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 2.75h18.5`},[]],[`rect`,{width:`6`,height:`10`,x:`19.75`,y:`16.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`rotate(180 19.75 16.25)`},[]],[`rect`,{width:`6`,height:`15`,x:`10.25`,y:`21.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`rotate(180 10.25 21.25)`},[]]]),To=c({name:`Align Vertical Centers`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 19.75v1.5m0-11v3.5m0-11v1.5`},[]],[`rect`,{width:`6`,height:`10`,x:`7`,y:`19.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`rotate(-90 7 19.75)`},[]],[`rect`,{width:`6`,height:`15`,x:`4.5`,y:`10.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`rotate(-90 4.5 10.25)`},[]]]),Eo=c({name:`Archive`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.25 12.5h3.5m-10-5.25a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5zm0 1.5h16.5`},[]]]),Do=c({name:`Archive Add 2`,tags:[`UPDATE`],category:`Organization`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.25 12.5h2.063m7.937-1.687V7.25a3.5 3.5 0 0 0-3.5-3.5h-9.5a3.5 3.5 0 0 0-3.5 3.5v9.5a3.5 3.5 0 0 0 3.5 3.5h3.594M3.75 8.75h16.5`},[]]]),Oo=c({name:`Board`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.75 4H6.25a3.5 3.5 0 0 0-3.5 3.5v9a3.5 3.5 0 0 0 3.5 3.5h11.5a3.5 3.5 0 0 0 3.5-3.5v-9a3.5 3.5 0 0 0-3.5-3.5`},[]],[`path`,{fill:`currentColor`,d:`M17.1 6.95H6.9a1.2 1.2 0 0 0-1.2 1.2v.483a1.2 1.2 0 0 0 1.2 1.2h10.2a1.2 1.2 0 0 0 1.2-1.2V8.15a1.2 1.2 0 0 0-1.2-1.2m0 5.64h-2.9a1.2 1.2 0 0 0-1.2 1.2v2.06a1.2 1.2 0 0 0 1.2 1.2h2.9a1.2 1.2 0 0 0 1.2-1.2v-2.06a1.2 1.2 0 0 0-1.2-1.2m-8.1 0H6.9a1.2 1.2 0 0 0-1.2 1.2v2.06a1.2 1.2 0 0 0 1.2 1.2H9a1.2 1.2 0 0 0 1.2-1.2v-2.06a1.2 1.2 0 0 0-1.2-1.2`},[]]]),ko=c({name:`Bookmark`,tags:[`Favorite`],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.75 20.113c0 .498.554.803.983.54l5.702-3.48a1.09 1.09 0 0 1 1.13 0l5.702 3.48a.644.644 0 0 0 .983-.54V6.25a3 3 0 0 0-3-3h-8.5a3 3 0 0 0-3 3z`},[]]]),Ao=c({name:`Bookmark Add`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V6h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 0 1-1 0V7h-2.493a.5.5 0 1 1 0-1H17V3.507a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.25 13.5v6.613a.644.644 0 0 1-.983.54l-5.702-3.48a1.09 1.09 0 0 0-1.13 0l-5.702 3.48a.644.644 0 0 1-.983-.54V6.25a3 3 0 0 1 3-3h3.31`},[]]]),jo=c({name:`Bookmark Multiple`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 20.654a.6.6 0 0 0 .916.51l5.308-3.282a1 1 0 0 1 1.052 0l5.308 3.282a.6.6 0 0 0 .916-.51V8.75a3 3 0 0 0-3-3h-7.5a3 3 0 0 0-3 3z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 17.65v-8.9a6 6 0 0 0-6-6h-6.5`},[]]]),Mo=c({name:`Center Horizontal`,tags:[`Stats`,`Statistics`,`Data`,`Graph`,`Chart`],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 20.25V3.75m-16.5 16.5V3.75`},[]],[`rect`,{width:`6`,height:`13`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(-1 0 0 1 15 5.5)`},[]]]),No=c({name:`Center Vertical`,tags:[`Stats`,`Statistics`,`Data`,`Graph`,`Chart`],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 20.25h16.5M3.75 3.75h16.5`},[]],[`rect`,{width:`6`,height:`13`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`matrix(0 -1 -1 0 18.5 15)`},[]]]),Po=c({name:`Filter`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 7.25h15M7.385 12h9.23m-6.345 4.75h3.46`},[]]]),Fo=c({name:`Filter 2`,tags:[`Funnel`],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.145 17.704v-3.976c0-.381 0-.572-.044-.75a1.5 1.5 0 0 0-.192-.446c-.1-.155-.238-.286-.515-.548L3.578 7.43a2.648 2.648 0 0 1 1.82-4.572h13.189a2.664 2.664 0 0 1 1.852 4.579l-4.765 4.607c-.27.261-.405.392-.501.545a1.5 1.5 0 0 0-.187.441c-.044.176-.044.364-.044.74v3.935c0 .542 0 .813-.062 1.057a2 2 0 0 1-.641 1.027c-.192.163-.436.282-.923.52-1.14.557-1.709.835-2.172.835a2 2 0 0 1-1.795-1.121c-.204-.416-.204-1.05-.204-2.318`},[]]]),Io=c({name:`Filter Cancel`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 7.25h5.75M7.385 12H12m-1.73 4.75h3.46`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m-2.352-7.852a.5.5 0 0 1 .707 0L17.5 5.793l1.645-1.645a.5.5 0 1 1 .707.707L18.207 6.5l1.645 1.645a.5.5 0 0 1-.707.707L17.5 7.207l-1.645 1.645a.5.5 0 0 1-.707-.707L16.793 6.5l-1.645-1.645a.5.5 0 0 1 0-.707`,"clip-rule":`evenodd`},[]]]),Lo=c({name:`Filter Cancel 2`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m17.52 10.25 2.919-2.814a2.664 2.664 0 0 0-1.852-4.579H5.397a2.648 2.648 0 0 0-1.82 4.572l4.817 4.555c.277.262.415.393.515.548a1.5 1.5 0 0 1 .192.446c.044.178.044.369.044.75v3.976c0 1.268 0 1.902.204 2.318a2 2 0 0 0 .901.91`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m-2.352-7.852a.5.5 0 0 1 .707 0l1.645 1.645 1.645-1.645a.5.5 0 1 1 .707.707L18.207 17.5l1.645 1.645a.5.5 0 0 1-.707.707L17.5 18.207l-1.645 1.645a.5.5 0 1 1-.707-.707l1.645-1.645-1.645-1.645a.5.5 0 0 1 0-.707`,"clip-rule":`evenodd`},[]]]),Ro=c({name:`Section Break`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 12h18.5M4 2.75V5.5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2.75M4 21.25V18.5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v2.75`},[]]]),zo=c({name:`Tag`,tags:[`Label`],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.162 10.926 13.716 4.48a2.5 2.5 0 0 0-1.767-.732h-5.2a3 3 0 0 0-3 3v5.2a2.5 2.5 0 0 0 .731 1.768l6.445 6.446a4 4 0 0 0 5.657 0l1.79-1.79 1.79-1.79a4 4 0 0 0 0-5.657`},[]],[`circle`,{cx:`7.738`,cy:`7.738`,r:`1.277`,fill:`currentColor`,transform:`rotate(-45 7.738 7.738)`},[]]]),Bo=c({name:`Tag Multiple`,tags:[`Tags`],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m18.828 9.629-5.48-5.492a3.02 3.02 0 0 0-2.196-.886l-4.324.086a2.52 2.52 0 0 0-2.467 2.472l-.086 4.334a3.03 3.03 0 0 0 .884 2.2l5.48 5.493a3.016 3.016 0 0 0 4.273 0l3.916-3.925a3.03 3.03 0 0 0 0-4.282`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.25 15.714 4.254 4.262a6.03 6.03 0 0 0 8.544 0l3.202-3.209`},[]],[`path`,{fill:`currentColor`,d:`M7.967 5.798a1.15 1.15 0 1 1 .002 2.298 1.15 1.15 0 0 1-.002-2.298`},[]]]),Vo=c({name:`Task List`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.25 4.5h11m-14-1.446L4.357 5.946 2.75 4.34m7.5 7.66h11m-14-1.446-2.893 2.892L2.75 11.84m7.5 7.66h11m-14-1.446-2.893 2.892L2.75 19.34`},[]]]),Ho=c({name:`Camera`,tags:[`Photo`,`Picture`,`Photography`,`Shot`,`Shoot`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12.857 3.189h-1.714c-.681 0-1.022 0-1.331.094-.274.083-.529.22-.75.401-.25.205-.438.489-.816 1.056L7.103 6.454c-1.524 0-2.286 0-2.868.296a2.72 2.72 0 0 0-1.188 1.19c-.297.581-.297 1.343-.297 2.867v5.651c0 1.524 0 2.286.297 2.868.26.512.677.928 1.188 1.189.582.296 1.344.296 2.868.296h9.794c1.524 0 2.286 0 2.868-.296a2.72 2.72 0 0 0 1.188-1.19c.297-.581.297-1.343.297-2.867v-5.651c0-1.524 0-2.286-.297-2.868a2.72 2.72 0 0 0-1.188-1.189c-.582-.296-1.344-.296-2.868-.296L15.754 4.74c-.378-.567-.567-.85-.816-1.056a2.2 2.2 0 0 0-.75-.401c-.309-.094-.65-.094-1.331-.094`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.775 13.212a3.775 3.775 0 1 1-7.55 0 3.775 3.775 0 0 1 7.55 0`},[]]]),Uo=c({name:`Computer`,tags:[`All-in-one`,`AIO`,`Desktop`,`PC`],category:`Technology`,deprecated:!1},[[`rect`,{width:`18.5`,height:`15.031`,x:`2.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.11 17.781v3.469m5.78-3.469v3.469m-8.382 0h10.984`},[]]]),Wo=c({name:`Computer Mac`,tags:[`iMac`,`All-in-one`,`AIO`,`Desktop`,`Apple`,`Mac`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 6.25a3.5 3.5 0 0 1 3.5-3.5h11.5a3.5 3.5 0 0 1 3.5 3.5v8.031a3.5 3.5 0 0 1-3.5 3.5H6.25a3.5 3.5 0 0 1-3.5-3.5zm0 7.75h18.5M9.11 17.781v1.469a2 2 0 0 1-2 2h-.6m8.38-3.469v1.469a2 2 0 0 0 2 2h.6m-10.982 0h10.984`},[]]]),Go=c({name:`Foldable Horizontal`,tags:[`Folding Phone`,`Z Fold`,`Dual Screen`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 5.25 5.223 3.601A2 2 0 0 0 2.75 5.545v12.91A2 2 0 0 0 5.223 20.4L12 18.75m0-13.5v13.5m0-13.5 6.777-1.649a2 2 0 0 1 2.473 1.944v12.91a2 2 0 0 1-2.473 1.944L12 18.75`},[]]]),Ko=c({name:`Foldable Horizontal Half`,tags:[`Folding Phone`,`Z Fold`,`Dual Screen`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m12 5.25 6.777-1.649a2 2 0 0 1 2.473 1.944v12.91a2 2 0 0 1-2.473 1.944L12 18.75z`},[]],[`path`,{stroke:`currentColor`,"stroke-dasharray":`2.5 3`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m9.5 19.358-4.895 1.19a1.5 1.5 0 0 1-1.855-1.457V4.91a1.5 1.5 0 0 1 1.855-1.46L9.5 4.641`},[]]]),qo=c({name:`Foldable Vertical`,tags:[`Folding Phone`,`Z Flip`,`Dual Screen`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m6.375 12-1.39 6.853a2 2 0 0 0 1.961 2.397h10.108a2 2 0 0 0 1.96-2.397L17.625 12m-11.25 0h11.25m-11.25 0-1.39-6.853A2 2 0 0 1 6.947 2.75h10.108a2 2 0 0 1 1.96 2.397L17.625 12`},[]]]),Jo=c({name:`Foldable Vertical Half`,tags:[`Folding Phone`,`Z Flip`,`Dual Screen`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m17.25 12 1.648 6.777a2 2 0 0 1-1.943 2.473h-9.91A2 2 0 0 1 5.1 18.777L6.75 12z`},[]],[`path`,{stroke:`currentColor`,"stroke-dasharray":`2 3`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m6.142 9.5-1.19-4.895A1.5 1.5 0 0 1 6.408 2.75H17.59a1.5 1.5 0 0 1 1.458 1.855L17.859 9.5`},[]]]),Yo=c({name:`Game`,tags:[`Controller`,`Xbox`,`PlayStation`,`Arcade`,`Gaming`,`Steam`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.031 3.887H7.97a5.22 5.22 0 0 0-5.219 5.22v8.265c0 2.075 2.533 3.085 3.962 1.581l2.976-3.134h4.624l2.875 3.46c1.374 1.654 4.063.682 4.063-1.467V9.106a5.22 5.22 0 0 0-5.219-5.219M8.138 8.39v4m-2-2h4`},[]],[`circle`,{cx:`14.662`,cy:`9.39`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`16.862`,cy:`11.59`,r:`1`,fill:`currentColor`},[]]]),Xo=c({name:`Keyboard`,tags:[`Peripheral`],category:`Technology`,deprecated:!1},[[`rect`,{width:`18.5`,height:`13.5`,x:`2.75`,y:`5.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8 15.38h8`},[]],[`circle`,{cx:`7.5`,cy:`8.875`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`10.5`,cy:`8.875`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`13.5`,cy:`8.875`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`16.5`,cy:`8.875`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`7.5`,cy:`11.875`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`10.5`,cy:`11.875`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`13.5`,cy:`11.875`,r:`1`,fill:`currentColor`},[]],[`circle`,{cx:`16.5`,cy:`11.875`,r:`1`,fill:`currentColor`},[]]]),Zo=c({name:`Laptop`,tags:[`Computer`,`PC`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.75 7a2 2 0 0 1 2-2h10.5a2 2 0 0 1 2 2v9H4.75zm-2 10a1 1 0 0 1 1-1h16.5a1 1 0 0 1 1 1v1a2 2 0 0 1-2 2H4.75a2 2 0 0 1-2-2z`},[]]]),Qo=c({name:`Motherboard`,tags:[`Computer Board`,`Chip`,`Components`,`Transistor`,`Silicon`,`PC`,`CPU`],category:`Technology`,deprecated:!1},[[`rect`,{width:`13.5`,height:`13.5`,x:`5.25`,y:`5.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.75 8.75h2.5M18.75 12h2.5m-2.5 3.25h2.5m-6 3.5v2.5M12 18.75v2.5m-3.25-2.5v2.5m-6-12.5h2.5M2.75 12h2.5m-2.5 3.25h2.5m10-12.5v2.5M12 2.75v2.5m-3.25-2.5v2.5`},[]],[`rect`,{width:`5`,height:`5`,x:`9.5`,y:`9.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1`},[]]]),$o=c({name:`Phone`,tags:[`iPhone`,`Samsung Galaxy`,`Mobile`,`Android`,`iOS`,`Smartphone`],category:`Technology`,deprecated:!1},[[`rect`,{width:`12.5`,height:`18.5`,x:`5.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11 17.75h2`},[]]]),es=c({name:`Printer`,tags:[``],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M6.75 17v1.05c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874c.428.218.988.218 2.108.218h4.1c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874c.218-.428.218-.988.218-2.108V17m-10.5 0v-1.05c0-1.12 0-1.68.218-2.108a2 2 0 0 1 .874-.874c.428-.218.988-.218 2.108-.218h4.1c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874c.218.428.218.988.218 2.108V17m-10.5 0h-.8c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874c-.218-.428-.218-.988-.218-2.108v-3c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.03 6 5.87 6 7.55 6h8.9c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311c.327.642.327 1.482.327 3.162v3c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C19.73 17 19.17 17 18.05 17h-.8M6.75 4.25a1.5 1.5 0 0 1 1.5-1.5h7.5a1.5 1.5 0 0 1 1.5 1.5V6H6.75z`},[]]]),ts=c({name:`TV`,tags:[`Television`],category:`Technology`,deprecated:!1},[[`rect`,{width:`18.5`,height:`13`,x:`2.75`,y:`4`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7 20h10`},[]]]),ns=c({name:`Tablet`,tags:[`iPad`],category:`Technology`,deprecated:!1},[[`rect`,{width:`18.5`,height:`15`,x:`2.75`,y:`4.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10 16h4`},[]]]),rs=c({name:`Watch`,tags:[`Apple Watch`,`Watch`,`Samsung Galaxy`,`Clock`,`Time`,`Smartwatch`,`Tracker`],category:`Technology`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.314 12a6.3 6.3 0 0 0-2.623-5.123v-2.92c0-.805-.652-1.457-1.457-1.457H9.766c-.805 0-1.457.652-1.457 1.457v2.92A6.3 6.3 0 0 0 5.686 12m12.628 0a6.3 6.3 0 0 1-2.623 5.123v2.92c0 .805-.652 1.457-1.457 1.457H9.766a1.457 1.457 0 0 1-1.457-1.457v-2.92A6.3 6.3 0 0 1 5.686 12m12.628 0a6.314 6.314 0 1 1-12.628 0m12.628 0a6.314 6.314 0 1 0-12.628 0`},[]]]),is=c({name:`Brightness`,tags:[`Weather Sunny`],category:`Weather`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`4.25`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 2.75v1.5M5.46 5.46l1.06 1.06M12 19.75v1.5m5.48-3.77 1.06 1.06M2.75 12h1.5m1.21 6.54 1.06-1.06M19.75 12h1.5m-3.77-5.48 1.06-1.06`},[]]]),as=c({name:`Moon`,tags:[`Crescent`,`Dark`,`Dark Mode`,`Dark Theme`],category:`Weather`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.578 3.512a6.307 6.307 0 0 0 8.91 8.91.45.45 0 0 1 .466-.095c.176.067.29.24.275.428A9.255 9.255 0 1 1 5.461 5.45a9.22 9.22 0 0 1 5.784-2.68.42.42 0 0 1 .428.275c.06.16.02.34-.095.466Z`},[]]]),os=c({name:`Weather Cloudy`,tags:[``],category:`Weather`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.465 13.796a3.43 3.43 0 0 1-.715-2.101 3.457 3.457 0 0 1 3.114-3.437.31.31 0 0 0 .276-.305A3.46 3.46 0 0 1 9.603 4.5c.88 0 1.682.327 2.293.866m4.665 6.083a3.46 3.46 0 0 0-3.493-3.453 3.46 3.46 0 0 0-3.432 3.453c0 .157-.12.29-.276.305a3.46 3.46 0 0 0-3.114 3.437 3.46 3.46 0 0 0 3.462 3.453h8.08a3.46 3.46 0 0 0 3.462-3.453 3.46 3.46 0 0 0-3.462-3.454h-.95a.283.283 0 0 1-.277-.288`},[]]]),ss=c({name:`Branch`,tags:[`Git`,`Source Control`,`GitHub`,`Main`,`Trunk`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7 8.25a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5m0 0v7.5m0-7.5c0 2.9 2.35 5.25 5.25 5.25h2M7 15.75a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5m7.25-2.25a2.75 2.75 0 1 0 5.5 0 2.75 2.75 0 0 0-5.5 0`},[]]]),cs=c({name:`Ubuntu`,tags:[`Canonical`,`Linux`,`Open Source`,`Distro`],category:`Logos & Brands`,deprecated:!1},[[`circle`,{cx:`12.75`,cy:`12`,r:`4.75`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.546 20.054a8.254 8.254 0 0 1-9.67-5.582m13.95 3.109A8.22 8.22 0 0 0 21 12a8.22 8.22 0 0 0-2.174-5.582m-4.28-2.473a8.254 8.254 0 0 0-9.67 5.582`},[]],[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M15.625 16.98a2.5 2.5 0 1 1 2.5 4.33 2.5 2.5 0 0 1-2.5-4.33ZM4.5 9.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm11.125-6.81a2.5 2.5 0 1 1 2.5 4.33 2.5 2.5 0 0 1-2.5-4.33Z`},[]]]),ls=c({name:`Linux`,tags:[`Tux`,`GNU/Linux`,`Penguin`,`Operating System`,`OS`,`Linus Torvalds`,`Open Source`,`Distro`],category:`Logos & Brands`,deprecated:!1},[[`rect`,{width:`1.48`,height:`1.48`,x:`12.671`,y:`5.713`,fill:`currentColor`,rx:`.74`},[]],[`rect`,{width:`1.48`,height:`1.48`,x:`10.381`,y:`5.713`,fill:`currentColor`,rx:`.74`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.603 20.846a1.916 1.916 0 0 0 3.253.436l1.852-2.308a.69.69 0 0 0-.193-1.03l-1.538-.888m-3.374 3.79a5.9 5.9 0 0 1-2.337.476 5.9 5.9 0 0 1-2.453-.526m4.79.05a1.92 1.92 0 0 1-.028-1.457l.89-2.29m-5.652 3.697a1.916 1.916 0 0 1-2.474 1.074L4.58 20.795a.69.69 0 0 1-.347-.989l1.661-2.878a.69.69 0 0 1 .542-.343m3.377 4.21a1.92 1.92 0 0 0-.58-2.207l-.02-.017m-2.777-1.986a6 6 0 0 1-.125-1.218 5.92 5.92 0 0 1 1.16-3.531c.809-1.098 1.588-2.313 1.588-3.677V6.206a3.206 3.206 0 1 1 6.413 0V8.16c0 1.364.78 2.58 1.589 3.676a5.93 5.93 0 0 1 1.16 3.532c0 .586-.085 1.153-.244 1.688m-11.541-.47a.7.7 0 0 1 .488.15l2.288 1.836m8.766-1.516-1.341-.774a.69.69 0 0 0-.989.348l-.182.47m0 0c-.106-2.161-1.498-4.939-3.2-4.939-1.771 0-3.207 3.007-3.207 5.197 0 .423.054.831.153 1.214`},[]],[`path`,{fill:`currentColor`,d:`M11.08 8.272a.6.6 0 0 0-.46.984l1.185 1.423a.6.6 0 0 0 .922 0l1.185-1.423a.6.6 0 0 0-.461-.984z`},[]]]),us=c({name:`Webpack`,tags:[`Module Bundler`,`JavaScript`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 12 7.435 9.364M12 12l4.565-2.636M12 12v5.272m-8.01-.647c.178.31.437.573.757.757l6.218 3.59c.32.186.678.278 1.035.278m-8.01-4.625a2.07 2.07 0 0 1-.278-1.035V8.41c0-.37.099-.726.277-1.035m0 9.25 3.446-1.99M12 21.25a2.07 2.07 0 0 0 1.035-.277l6.218-3.59c.32-.185.58-.449.758-.758M12 21.25v-3.978m8.01-.647-3.306-1.91-.136-.083m3.443 1.993c.178-.31.277-.665.277-1.035V8.41c0-.37-.099-.726-.277-1.035m0 0a2.07 2.07 0 0 0-.758-.757l-6.218-3.59A2.07 2.07 0 0 0 12 2.75m8.01 4.625-3.445 1.99M12 2.75a2.07 2.07 0 0 0-1.035.277l-6.218 3.59c-.32.185-.58.449-.758.758M12 2.75v3.978m-8.01.647 3.445 1.99m0 0c-.09.154-.139.332-.139.516v4.237c0 .185.05.363.139.518m0-5.272c.089-.155.218-.286.378-.379l3.67-2.118c.16-.092.338-.139.517-.139m4.565 2.636a1.03 1.03 0 0 0-.378-.379l-3.67-2.118A1.03 1.03 0 0 0 12 6.728m4.565 2.636c.09.155.139.333.139.517v4.237c0 .184-.049.36-.136.514m0 0c-.09.156-.22.29-.381.383l-3.67 2.118c-.16.092-.338.139-.517.139m-4.565-2.636c.089.155.218.286.378.379l3.67 2.118c.16.092.338.139.517.139`},[]]]),ds=c({name:`NPM`,tags:[`Node Package Manager`,`JavaScript`,`JS`,`Node.js`],category:`Logos & Brands`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`path`,{fill:`currentColor`,d:`M12 9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v11.25h-4z`},[]]]),fs=c({name:`NodeJS`,tags:[`Node Package Manager`,`JavaScript`,`JS`,`Node.js`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.75 8.5v7.964c0 .866-.456 1.626-1.142 2.052-.745.463-1.672.13-2.432-.308l-1.43-.826a2.07 2.07 0 0 1-1.034-1.792V8.41c0-.74.394-1.423 1.035-1.792l6.218-3.59a2.07 2.07 0 0 1 2.07 0l6.218 3.59a2.07 2.07 0 0 1 1.035 1.792v7.18a2.07 2.07 0 0 1-1.035 1.792l-6.218 3.59a2.07 2.07 0 0 1-2.07 0l-.989-.57`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.29 8.5h-2.75a1.75 1.75 0 0 0-1.75 1.75v0c0 .966.784 1.75 1.75 1.75h1c.966 0 1.75.784 1.75 1.75v0a1.75 1.75 0 0 1-1.75 1.75h-2.75`},[]]]),ps=c({name:`Bolt`,tags:[`Lightning`,`Strike`,`Flash`,`Zap`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.896 11.457c.64 0 .924.804.426 1.206l-10.45 8.434c-.505.407-1.238-.057-1.086-.687l1.615-6.696H4.104a.678.678 0 0 1-.455-1.182l10.63-9.604c.489-.442 1.257.002 1.118.646l-1.698 7.883z`},[]]]),ms=c({name:`Door`,tags:[`Closed`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.25 6.25a2.5 2.5 0 0 1 2.5-2.5h8.5a2.5 2.5 0 0 1 2.5 2.5v15H5.25zm-2.5 15h18.5`},[]],[`circle`,{cx:`15.25`,cy:`12.5`,r:`1.5`,fill:`currentColor`},[]]]),hs=c({name:`Open Source`,tags:[`Open Source Initiative`,`OSI`,`Free Software`,`FOSS`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.157 20.136c.211.51.8.757 1.284.492a9.25 9.25 0 1 0-8.882 0c.484.265 1.073.018 1.284-.492l1.358-3.28c.212-.51-.043-1.086-.478-1.426a3.7 3.7 0 1 1 4.554 0c-.435.34-.69.916-.478 1.426z`},[]]]),gs=c({name:`VueJS`,tags:[`JavaScript`,`Framework`,`Open Source`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.701 4.57h3.161c.384 0 .739.202.936.531L12 8.791l2.203-3.69a1.09 1.09 0 0 1 .935-.531h3.16m-12.597 0h-1.86a1.09 1.09 0 0 0-.935 1.648l8.158 13.671a1.09 1.09 0 0 0 1.872 0l8.158-13.671a1.09 1.09 0 0 0-.935-1.648h-1.86M5.7 4.57 12 15.124 18.299 4.57`},[]]]),_s=c({name:`Record`,tags:[`Recording`,`Voice`],category:`Actions`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`circle`,{cx:`12`,cy:`12`,r:`5`,fill:`currentColor`},[]]]),vs=c({name:`Record Stop`,tags:[`Recording`,`Voice`],category:`Actions`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`rect`,{width:`8`,height:`8`,x:`8`,y:`8`,fill:`currentColor`,rx:`2`},[]]]),ys=c({name:`Door Open`,tags:[`Configure`,`Spanner`,`Options`,`Mechanism`,`Mechanic`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.157 20.517h.593a2.5 2.5 0 0 0 2.5-2.5V5.75a2.5 2.5 0 0 0-2.5-2.5h-9.5c-.55 0-1.06.178-1.473.48m-1.02 13.742a1.5 1.5 0 0 0 .86 1.357l5.896 2.775a1.5 1.5 0 0 0 2.138-1.358V8.387a1.5 1.5 0 0 0-.86-1.356l-7.014-3.3m0 0A2.5 2.5 0 0 0 4.75 5.75v11.722`},[]],[`circle`,{cx:`10.25`,cy:`12.75`,r:`1.25`,fill:`currentColor`},[]]]),bs=c({name:`Branch Pull Request`,tags:[`Git`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.25 5.5a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0m13 13a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0m-13 0a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0M5.5 8.25v7.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.5 15.75V8.5a3 3 0 0 0-3-3h-4.336M13.25 8l-1.793-1.793a1 1 0 0 1-.293-.707M13.25 3l-1.793 1.793a1 1 0 0 0-.293.707`},[]]]),xs=c({name:`Candy`,tags:[`Halloween`,`Trick or Treat`],category:`Food & Drink`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.02 7.53 7.53 9.02A5.269 5.269 0 0 0 14 17.243M9.02 7.53q.294-.295.62-.533m-.62.532.62-.532m0 0q.177-.128.36-.24m0 11.106V6.757m0 0a5.28 5.28 0 0 1 4.288-.54 5.268 5.268 0 0 1 2.183 8.764l-1.49 1.49a5.3 5.3 0 0 1-.981.772m0-11.106v11.106`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.47 7.53a3.16 3.16 0 0 1 0-4.471 1.053 1.053 0 0 1 1.486-.005l2.99 2.99a1.053 1.053 0 0 1-.005 1.486 3.16 3.16 0 0 1-4.47 0M7.53 16.47a3.16 3.16 0 0 0-4.471 0 1.053 1.053 0 0 0-.005 1.486l2.99 2.99a1.053 1.053 0 0 0 1.486-.005 3.16 3.16 0 0 0 0-4.47`},[]]]),Ss=c({name:`Svelte`,tags:[`SvelteKit`,`Framework`,`JavaScript`,`Compiler`,`Web`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.878 10.881a5.63 5.63 0 0 1-2.181 7.44l-3.757 2.175a5.596 5.596 0 0 1-7.656-2.057 5.63 5.63 0 0 1-.162-5.32 5.63 5.63 0 0 1 2.181-7.44l3.757-2.175a5.596 5.596 0 0 1 7.656 2.057 5.63 5.63 0 0 1 .162 5.32`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.011 8.912a2.2 2.2 0 0 0-.228-1.653 2.195 2.195 0 0 0-3-.813l-3.8 2.2a2.207 2.207 0 0 0-.798 3.012 2.195 2.195 0 0 0 3.001.813l1.628-.942a2.195 2.195 0 0 1 3 .813 2.207 2.207 0 0 1-.797 3.012l-3.8 2.2a2.195 2.195 0 0 1-3-.813 2.2 2.2 0 0 1-.228-1.653`},[]]]),Cs=c({name:`Checkbox Indeterminate 2`,tags:[``],category:`System & Interface`,deprecated:!1},[[`rect`,{width:`18.5`,height:`18.5`,x:`2.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`path`,{fill:`currentColor`,d:`M7.113 6.25a.86.86 0 0 0-.863.862v9.775c0 .477.386.863.862.863h9.775a.863.863 0 0 0 .863-.863V7.114a.863.863 0 0 0-.863-.863z`},[]]]),ws=c({name:`Checkbox Indeterminate`,tags:[``],category:`System & Interface`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.19 12H7.81`},[]]]),Ts=c({name:`Checkbox Checked`,tags:[``],category:`System & Interface`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m16.512 9.107-5.787 5.786-3.237-3.232`},[]]]),Es=c({name:`Brackets`,tags:[`Code`,`Square Brackets`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.75 3.75h-2a2 2 0 0 0-2 2v12.5a2 2 0 0 0 2 2h2m6.5-16.5h2a2 2 0 0 1 2 2v12.5a2 2 0 0 1-2 2h-2`},[]]]),Ds=c({name:`Comment Exclamation`,tags:[`Message`,`Important`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.09 2.75a4 4 0 0 0-4 4v6.208a4 4 0 0 0 4 4h.093v3.792a.5.5 0 0 0 .839.368l4.52-4.16h4.369a4 4 0 0 0 4-4V6.75a4 4 0 0 0-4-4z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 6.25v4`},[]],[`circle`,{cx:`12`,cy:`13.25`,r:`1`,fill:`currentColor`},[]]]),Os=c({name:`Dollar Circle`,tags:[`$`,`Money`,`Cash`,`Bill`,`Currency`],category:`Business`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M15.099 9.723s-.377-1.783-3.001-1.977m-2.957 7.108s.761 1.8 2.957 1.912m0-10.766v1.746m0 10.754v-1.734m0-9.02a7 7 0 0 0-.476-.017c-1.14 0-2.622.95-2.622 2.275 0 1.326 1.073 1.846 2.965 2.169s3.23 1.035 3.23 2.497-1.566 2.101-2.881 2.101a4 4 0 0 1-.216-.005`},[]],[`circle`,{cx:`12.25`,cy:`12.25`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]]]),ks=c({name:`Regular Expression`,tags:[`RegExp`,`Text`,`Match`],category:`Text`,deprecated:!1},[[`circle`,{cx:`6.75`,cy:`17.25`,r:`3`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m16 3.75.003 4.996L20.25 6.25l-4.245 2.5 4.245 2.5-4.247-2.496L16 13.75l-.002-4.996-4.248 2.496 4.245-2.5-4.245-2.5 4.248 2.496z`},[]]]),As=c({name:`Ruler Diagonal`,tags:[`Measure`,`Length`,`Meter`,`Foot`,`Metre`,`Feet`,`Yard`],category:`Math & Numbers`,deprecated:!1},[[`rect`,{width:`9`,height:`19.5`,x:`15.712`,y:`1.924`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`,transform:`rotate(45 15.712 1.924)`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M8.818 8.818 12 12m0-6.364 3.182 3.182M5.636 12l3.182 3.182`},[]]]),js=c({name:`TypeScript`,tags:[`Programming`,`Web`,`TS`,`Microsoft`],category:`Logos & Brands`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.25 11.25h-2a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-2m-4.75-6v6m-2-6h4`},[]]]),Ms=c({name:`Slash Square`,tags:[`Command`],category:`Actions`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m14.5 7-5 10`},[]]]),Ns=c({name:`Copyright`,tags:[`Legal`,`Rights`,`License`,`Protection`,`(c)`],category:`Business`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.828 14.828a4 4 0 1 1 0-5.656`},[]]]),Ps=c({name:`Copyleft`,tags:[`Legal`,`Rights`,`License`],category:`Business`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.172 14.828a4 4 0 1 0 0-5.656`},[]]]),Fs=c({name:`Keyboard Command`,tags:[`Mac`,`macOS`,`Meta`,`Super`,`Cmd`,`Place of Interest`,`Looped Square`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 5.751a3 3 0 0 1 3-3v0a3 3 0 0 1 3 3v3h-3a3 3 0 0 1-3-3m0 12.498a3 3 0 0 0 3 3v0a3 3 0 0 0 3-3v-3h-3a3 3 0 0 0-3 3m18.5-12.498a3 3 0 0 0-3-3v0a3 3 0 0 0-3 3v3h3a3 3 0 0 0 3-3m0 12.498a3 3 0 0 1-3 3v0a3 3 0 0 1-3-3v-3h3a3 3 0 0 1 3 3M8.75 8.751h6.5v6.5h-6.5z`},[]]]),Is=c({name:`Bell Off`,tags:[`Notification`,`Alert`,`Do Not Disturb`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M10 21.25h4`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.188 18.25H4.826a1 1 0 0 1-.848-1.53l1.089-1.74a3 3 0 0 0 .457-1.59V9.226c0-.788.14-1.543.398-2.242M7.62 4.458l.06-.055a6.477 6.477 0 0 1 10.798 4.825v4.161a3 3 0 0 0 .457 1.592l1.088 1.74q.068.106.104.219`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m20.719 21.782-3.531-3.531L5.922 6.985 2.218 3.282`},[]]]),Ls=c({name:`Bell Dot`,tags:[`New Notification`,`Alert`,`Unread`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.477 9.75v3.64a3 3 0 0 0 .456 1.59l1.09 1.74a1 1 0 0 1-.849 1.53H4.826a1 1 0 0 1-.848-1.53l1.088-1.74a3 3 0 0 0 .457-1.59V9.226A6.477 6.477 0 0 1 14.52 3.26`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M10 21.25h4`},[]],[`circle`,{cx:`18.5`,cy:`5.5`,r:`2.5`,fill:`currentColor`},[]]]),Rs=c({name:`GitLab`,tags:[`Open Source`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.063 12.052a3.19 3.19 0 0 1-1.058 3.606l-6.706 5.164a2.13 2.13 0 0 1-2.598 0l-6.706-5.164a3.19 3.19 0 0 1-1.058-3.606L5.915 3.73l2.37 6.621c.15.423.552.706 1.001.706h5.428c.45 0 .85-.283 1.002-.706l2.37-6.621z`},[]]]),zs=c({name:`ReactJS`,tags:[`Framework`,`JavaScript`,`Meta`,`Facebook`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 8.013c-5.385 0-9.75 1.785-9.75 3.987s4.365 3.987 9.75 3.987 9.75-1.785 9.75-3.987S17.385 8.013 12 8.013`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.423 10.006c-2.692-4.704-6.407-7.625-8.298-6.524-1.89 1.101-1.24 5.807 1.452 10.512 2.692 4.704 6.408 7.625 8.298 6.524s1.24-5.807-1.452-10.512`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.423 13.994c2.693-4.705 3.343-9.41 1.452-10.512-1.89-1.1-5.606 1.82-8.298 6.524s-3.342 9.41-1.452 10.512c1.89 1.1 5.606-1.82 8.298-6.524`},[]],[`circle`,{cx:`12`,cy:`12`,r:`1.5`,fill:`currentColor`},[]]]),Bs=c({name:`Infinity`,tags:[`Number`,`Infinite`],category:`Math & Numbers`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.872 9.172a3.72 3.72 0 0 1 5.419 0L12 12l-2.71 2.828a3.72 3.72 0 0 1-5.418 0c-1.496-1.562-1.496-4.094 0-5.656Zm16.256 0a3.72 3.72 0 0 0-5.419 0L12 12l2.71 2.828a3.72 3.72 0 0 0 5.418 0c1.496-1.562 1.496-4.094 0-5.656Z`},[]]]),Vs=c({name:`Math`,tags:[`Operations`,`Addition`,`Subtraction`,`Multiplication`,`Division`,`Calculator`],category:`Math & Numbers`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M2.75 6.248h7m-3.5-3.5v7m8-3.5h7M3.45 20.552l2.8-2.8m0 0 2.8-2.8m-2.8 2.8-2.8-2.8m2.8 2.8 2.8 2.8m5.2-4.9h7m-7 4.2h7`},[]]]),Hs=c({name:`Headphones Off`,tags:[`Audio`],category:`Media`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M21.25 21.25 2.75 2.75`},[]],[`path`,{fill:`currentColor`,d:`M17.75 21.25h1.5c.552 0 1.052-.224 1.414-.586L15.75 15.75v3.5a2 2 0 0 0 2 2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 17v-5A9.25 9.25 0 0 0 12 2.75c-1.433 0-2.79.326-4 .907M2.75 17.368V12a9.22 9.22 0 0 1 2.71-6.54m15.79 7.861H17.5m-14.75 0h4a1.5 1.5 0 0 1 1.5 1.5v4.429a2 2 0 0 1-2 2h-1.5a2 2 0 0 1-2-2zm15 7.929h1.5c.552 0 1.052-.224 1.414-.586L15.75 15.75v3.5a2 2 0 0 0 2 2`},[]]]),Us=c({name:`Android`,tags:[`Social`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.764 9.907a9.3 9.3 0 0 1 1.777 1.46 9.8 9.8 0 0 1 2.005 3.158c.343.873.564 1.791.655 2.727.054.55-.399.998-.951.998H3.75c-.552 0-1.005-.449-.951-.998.091-.936.312-1.854.655-2.727a9.8 9.8 0 0 1 2.005-3.157 9.3 9.3 0 0 1 1.777-1.461m9.528 0a9 9 0 0 0-1.224-.65 8.85 8.85 0 0 0-3.54-.74 8.85 8.85 0 0 0-3.54.74 9 9 0 0 0-1.224.65m9.528 0L18.49 6.75M7.236 9.907 5.51 6.75`},[]],[`circle`,{cx:`8.75`,cy:`14.063`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`15.25`,cy:`14.063`,r:`1.25`,fill:`currentColor`},[]]]),Ws=c({name:`Flag 2`,tags:[`Report`,`Checkpoint`,`Flagged`,`Font Awesome`,`Curved`,`Waving`,`Wave`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.25 15.182v6.07m0-6.07a7.5 7.5 0 0 1 7.25 0 7.5 7.5 0 0 0 6.936.164.57.57 0 0 0 .314-.518V3.682a7.5 7.5 0 0 1-7.25 0 7.5 7.5 0 0 0-6.722-.265.93.93 0 0 0-.528.855z`},[]]]),Gs=c({name:`Server`,tags:[`Internet`],category:`Communication & Cloud`,deprecated:!1},[[`rect`,{width:`18.5`,height:`7.5`,x:`2.75`,y:`2.751`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`circle`,{cx:`6.25`,cy:`6.501`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`10.25`,cy:`6.501`,r:`1.25`,fill:`currentColor`},[]],[`rect`,{width:`18.5`,height:`7.5`,x:`2.75`,y:`13.749`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]],[`circle`,{cx:`6.25`,cy:`17.499`,r:`1.25`,fill:`currentColor`},[]],[`circle`,{cx:`10.25`,cy:`17.499`,r:`1.25`,fill:`currentColor`},[]]]),Ks=c({name:`Parentheses`,tags:[`Code`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.25 20.25a11.7 11.7 0 0 1-2.59-3.785c-.6-1.416-.91-2.933-.91-4.465s.31-3.05.91-4.465S7.14 4.833 8.25 3.75m7.5 16.5a11.7 11.7 0 0 0 2.59-3.785c.6-1.416.91-2.933.91-4.465s-.31-3.05-.91-4.465a11.7 11.7 0 0 0-2.59-3.785`},[]]]),qs=c({name:`CSS 2`,tags:[`CSS3`,`Stylesheet`,`Programming`,`Web`,`Cascading Style Sheet`,`Rebeccapurple`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 5.25a1.5 1.5 0 0 1 1.5-1.5h11.5a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5h-9.5a3.5 3.5 0 0 1-3.5-3.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.25 17.25h-1a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h1m4 0h-1a1 1 0 0 0-1 1v.5a1 1 0 0 0 1 1v0a1 1 0 0 1 1 1v.5a1 1 0 0 1-1 1h-1m6-5h-1a1 1 0 0 0-1 1v.5a1 1 0 0 0 1 1v0a1 1 0 0 1 1 1v.5a1 1 0 0 1-1 1h-1`},[]]]),Js=c({name:`Bluesky`,tags:[`Bsky`,`Twitter`,`Butterfly`,`Social`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.247 5.646c.068-1.031-.695-1.98-1.702-1.724-3.68.933-6.648 5.997-7.545 7.755-.896-1.758-3.865-6.822-7.545-7.755-1.007-.255-1.77.693-1.702 1.724l.3 4.466c.151 2.28 2.116 4.014 4.41 3.894l.49-.036c-.039.007-2.904.518-3.39 1.981-.658 1.983 1.28 3.408 1.28 3.408.022.024 1.894 2.096 3.765.899 1.463-.71 2.393-4.01 2.393-4.01s.929 3.3 2.392 4.01c1.88 1.203 3.762-.896 3.764-.9.016-.01 1.935-1.431 1.28-3.407-.49-1.473-3.391-1.98-3.391-1.98l.493.035c2.293.12 4.258-1.615 4.41-3.894z`},[]]]),Ys=c({name:`Window Add`,tags:[`New Window`,`Create`,`Open`],category:`Window`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 8.25h16.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M20.25 10.736V7.75a4 4 0 0 0-4-4h-8.5a4 4 0 0 0-4 4v8.5a4 4 0 0 0 4 4h2.986`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),Xs=c({name:`File Multiple`,tags:[`Copy`,`Duplicate`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13.237 3.013c.319.144.613.345.866.596l5.033 5.002c.252.25.454.542.6.859m-6.5-6.457a3 3 0 0 0-1.22-.263H9.5A2.5 2.5 0 0 0 7 5.25v10.5a2.5 2.5 0 0 0 2.5 2.5h8a2.5 2.5 0 0 0 2.5-2.5v-5.066c0-.423-.092-.836-.265-1.214m-6.498-6.457v4.781a1.68 1.68 0 0 0 1.686 1.676h4.812`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4 6.75v9a5.5 5.5 0 0 0 5.5 5.5H16`},[]]]),Zs=c({name:`Photo Multiple`,tags:[`Images`,`Pictures`,`Collection`,`Gallery`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m17.603 18.25.107-.002-.085-.096-3.052-3.644m3.03 3.742h.647a3 3 0 0 0 2.952-2.465m-3.599 2.465H8.75a3 3 0 0 1-3-3v-.583m8.824-.159-2.943-3.513a1.823 1.823 0 0 0-2.796 0l-3.084 3.672m8.822-.159.195-.237 1.196-1.429a1.823 1.823 0 0 1 2.803.008l2.435 2.935M5.751 14.667V5.75a3 3 0 0 1 3-3h9.499a3 3 0 0 1 3 3v9.5q0 .274-.048.535`},[]],[`circle`,{cx:`16.318`,cy:`7.682`,r:`1.368`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M2.75 6.75v8.5a6 6 0 0 0 6 6h8.5`},[]]]),Qs=c({name:`Comment Add`,tags:[`Message`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.91 12.958a4 4 0 0 1-4 4h-4.368l-4.52 4.16a.5.5 0 0 1-.839-.368v-3.792H7.09a4 4 0 0 1-4-4V6.749a4 4 0 0 1 4-4h4.161`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V6h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 0 1-1 0V7h-2.493a.5.5 0 1 1 0-1H17V3.507a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),$s=c({name:`Comment Add 2`,tags:[`Message`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.09 2.75a4 4 0 0 0-4 4v6.208a4 4 0 0 0 4 4h.093v3.792a.5.5 0 0 0 .839.368l4.52-4.16h4.369a4 4 0 0 0 4-4V6.75a4 4 0 0 0-4-4zM12 6.854v6m-3-3h6`},[]]]),Q=c({name:`Save Multiple`,tags:[`Floppy Disk`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.558 2.75H8.75a3 3 0 0 0-3 3v9.5a3 3 0 0 0 3 3h.173m.635-15.5v2.942a1.5 1.5 0 0 0 1.5 1.5h2.346a1.5 1.5 0 0 0 1.5-1.5V2.75m-5.346 0h5.346m0 0h.026a3 3 0 0 1 2.122.879l3.32 3.32a3 3 0 0 1 .878 2.12v6.181a3 3 0 0 1-3 3h-.173m-9.154 0V12.5a2 2 0 0 1 2-2h5.154a2 2 0 0 1 2 2v5.75m-9.154 0h9.154`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M17.25 21.25h-8.5a6 6 0 0 1-6-6v-8.5`},[]]]),ec=c({name:`Panel Bottom`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.25 20.25a3.5 3.5 0 0 1-3.5-3.5v-9.5a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5v9.5a3.5 3.5 0 0 1-3.5 3.5zm-3.5-5.797h16.5`},[]]]),tc=c({name:`Panel Bottom Open`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M3.75 16.75a3.5 3.5 0 0 0 3.5 3.5h9.5a3.5 3.5 0 0 0 3.5-3.5v-2.297H3.75z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.75 14.453v2.297a3.5 3.5 0 0 0 3.5 3.5h9.5a3.5 3.5 0 0 0 3.5-3.5v-2.297m-16.5 0V7.25a3.5 3.5 0 0 1 3.5-3.5h9.5a3.5 3.5 0 0 1 3.5 3.5v7.203m-16.5 0h16.5`},[]]]),nc=c({name:`Split Vertical`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.25 3.75a3.5 3.5 0 0 0-3.5 3.5v9.5a3.5 3.5 0 0 0 3.5 3.5h9.5a3.5 3.5 0 0 0 3.5-3.5v-9.5a3.5 3.5 0 0 0-3.5-3.5zM3.75 12h16.5`},[]]]),rc=c({name:`Split Horizontal`,tags:[``],category:`Layout`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.25 7.25a3.5 3.5 0 0 0-3.5-3.5h-9.5a3.5 3.5 0 0 0-3.5 3.5v9.5a3.5 3.5 0 0 0 3.5 3.5h9.5a3.5 3.5 0 0 0 3.5-3.5zM12 3.75v16.5`},[]]]),ic=c({name:`Cancel Octagon`,tags:[`Stop`,`Sign`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.583 3.336a2 2 0 0 1 1.414-.586h6.006a2 2 0 0 1 1.414.586l4.247 4.247a2 2 0 0 1 .586 1.414v6.006a2 2 0 0 1-.586 1.414l-4.247 4.247a2 2 0 0 1-1.414.586H8.997a2 2 0 0 1-1.414-.586l-4.247-4.247a2 2 0 0 1-.586-1.414V8.997a2 2 0 0 1 .586-1.414z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m8.75 8.75 6.5 6.5m0-6.5-6.5 6.5`},[]]]),ac=c({name:`Folder Multiple`,tags:[`Folders`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 7.624v6.127a3.5 3.5 0 0 0 3.5 3.5h8.5a3.5 3.5 0 0 0 3.5-3.5V9.187a3.5 3.5 0 0 0-3.5-3.5l-4.25.001M2.75 7.624V5.749a2 2 0 0 1 2-2h2.775a2.5 2.5 0 0 1 1.768.732L10.5 5.688M2.75 7.624h4.779a2.5 2.5 0 0 0 1.767-.732L10.5 5.688`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 9.687v4.064a6.5 6.5 0 0 1-6.5 6.5h-8`},[]]]),oc=c({name:`Text Description`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M2.75 5.25h18.5M2.75 12h18.5m-18.5 6.75h13.5`},[]]]),sc=c({name:`Subtract Square Multiple`,tags:[``],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.38 10.63h6.5`},[]],[`rect`,{width:`14`,height:`14`,x:`3.63`,y:`3.63`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M20.63 7.63v7a6 6 0 0 1-6 6h-7`},[]]]),cc=c({name:`Subtract Square`,tags:[`Add Box`,`Plus`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.25 12h7.5`},[]],[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]]]),lc=c({name:`Sparkle 2`,tags:[`Flare`,`AI`,`Sparkles`,`Smart`,`Enhanced`],category:`Miscellaneous`,deprecated:!1},[[`path`,{fill:`currentColor`,stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m17.503 14.751.306.777c.3.763.904 1.366 1.666 1.667l.777.306-.777.307c-.762.3-1.365.904-1.666 1.666l-.306.777-.307-.777a2.96 2.96 0 0 0-1.666-1.666l-.777-.307.777-.306a2.96 2.96 0 0 0 1.666-1.667z`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.61 3.976c.08-.296.5-.296.58 0l.154.572a6.96 6.96 0 0 0 4.908 4.908l.572.154c.296.08.296.5 0 .58l-.572.154a6.96 6.96 0 0 0-4.908 4.908l-.154.572c-.08.296-.5.296-.58 0l-.154-.572a6.96 6.96 0 0 0-4.908-4.908l-.572-.154c-.296-.08-.296-.5 0-.58l.572-.154a6.96 6.96 0 0 0 4.908-4.908z`},[]]]),uc=c({name:`Cloud Add`,tags:[`Drive`,`Internet`,`Storage`,`OneDrive`,`Upload`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.33 18.5H7.375q-.09 0-.178-.005-.098.005-.197.005A4.25 4.25 0 0 1 7 10a.445.445 0 0 0 .431-.334 5.502 5.502 0 0 1 10.793.634`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.494a.5.5 0 0 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),dc=c({name:`Cloud Arrow Up`,tags:[`Drive`,`Internet`,`Storage`,`OneDrive`,`Upload`,`Synchronize`,`Backup`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.33 18.5H7.375q-.09 0-.178-.005-.098.005-.197.005A4.25 4.25 0 0 1 7 10a.445.445 0 0 0 .431-.334 5.502 5.502 0 0 1 10.793.634`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11m.5 8.455a.5.5 0 0 1-1 0v-4.703l-1.564 1.564a.5.5 0 0 1-.707-.707l2.417-2.418a.5.5 0 0 1 .708 0l2.417 2.418a.5.5 0 0 1-.707.707L18 15.752z`,"clip-rule":`evenodd`},[]]]),fc=c({name:`Cloud Arrow Down`,tags:[`Drive`,`Internet`,`Storage`,`OneDrive`,`Download`,`Restore`],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.33 18.5H7.375q-.09 0-.178-.005-.098.005-.197.005A4.25 4.25 0 0 1 7 10a.445.445 0 0 0 .431-.334 5.502 5.502 0 0 1 10.793.634`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m.5-8.455a.5.5 0 0 0-1 0v4.703l-1.564-1.564a.5.5 0 0 0-.707.707l2.417 2.418a.5.5 0 0 0 .708 0l2.417-2.418a.5.5 0 0 0-.707-.707L18 19.248z`,"clip-rule":`evenodd`},[]]]),pc=c({name:`Cloud Off`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m2.75 21.25 18.5-18.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.772 7.229A5.48 5.48 0 0 1 18.268 11c0 .3.21.563.497.65a3.502 3.502 0 0 1-1.015 6.85H7.375q-.09 0-.178-.005a4.3 4.3 0 0 1-1.495-.197m-2.387-1.93A4.25 4.25 0 0 1 7 10a.445.445 0 0 0 .431-.333A5.5 5.5 0 0 1 14 5.638`},[]]]),mc=c({name:`Target`,tags:[`Bullseye`,`Store`],category:`Activities`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`circle`,{cx:`12`,cy:`12`,r:`5.25`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`circle`,{cx:`12`,cy:`12`,r:`2`,fill:`currentColor`},[]]]),hc=c({name:`Cylinder`,tags:[`Tube`],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M19.25 6.347c0 1.987-3.246 3.598-7.25 3.598s-7.25-1.61-7.25-3.598m14.5 0c0-1.986-3.246-3.597-7.25-3.597S4.75 4.36 4.75 6.347m14.5 0v11.306c0 1.986-3.246 3.597-7.25 3.597s-7.25-1.61-7.25-3.597V6.347`},[]]]),gc=c({name:`Cube`,tags:[`Box`,`Prism`],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m12 12 8.073-4.625M12 12 3.926 7.375M12 12v9.25m8.073-13.875a3.17 3.17 0 0 0-1.165-1.156l-5.316-3.046a3.2 3.2 0 0 0-3.184 0L5.092 6.22c-.493.282-.89.684-1.166 1.156m16.147 0c.275.472.427 1.015.427 1.58v6.09a3.15 3.15 0 0 1-1.592 2.736l-5.316 3.046A3.2 3.2 0 0 1 12 21.25M3.926 7.375a3.14 3.14 0 0 0-.426 1.58v6.09c0 1.13.607 2.172 1.592 2.736l5.316 3.046A3.2 3.2 0 0 0 12 21.25`},[]]]),_c=c({name:`Cone`,tags:[`Tube`],category:`Shapes`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.035 17.883c.716-.8 2.908-2.633 7.965-2.633s7.25 1.833 7.965 2.633m-15.93 0c-.043.43.084.852.424 1.15 1.01.89 3.239 2.217 7.541 2.217s6.531-1.328 7.541-2.216c.34-.3.467-.722.424-1.15m-15.93 0c.02-.201.077-.404.167-.595l6.44-13.678c.542-1.148 2.175-1.148 2.715 0l6.44 13.678c.09.191.148.394.168.594`},[]]]),vc=c({name:`Alert Rhombus`,tags:[`Diamond`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.775 14.475a3.5 3.5 0 0 1 0-4.95l5.75-5.75a3.5 3.5 0 0 1 4.95 0l5.75 5.75a3.5 3.5 0 0 1 0 4.95l-5.75 5.75a3.5 3.5 0 0 1-4.95 0z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 12.435v-5`},[]],[`circle`,{cx:`1.25`,cy:`1.25`,r:`1.25`,fill:`currentColor`,transform:`matrix(1 0 0 -1 10.75 17.06)`},[]]]),yc=c({name:`Diff`,tags:[`Add Subtract`,`Minus`,`Changes`,`Git`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5 10.25h7m0 0h7m-7 0v-7m0 7v7m-7 3.5h14`},[]]]),bc=c({name:`Chat Question`,tags:[``],category:`Communication & Cloud`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 21.25a9.25 9.25 0 1 0-8.307-5.177c.108.22.144.468.089.706l-.816 3.536a.6.6 0 0 0 .72.72l3.535-.817a1.06 1.06 0 0 1 .706.09A9.2 9.2 0 0 0 12 21.25`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.301 9.709a2.699 2.699 0 1 1 4.85 1.63 4 4 0 0 1-.32.317c-.092.078-.137.11-.227.171l-.979.675a1.81 1.81 0 0 0-.784 1.493`},[]],[`circle`,{cx:`11.828`,cy:`16.74`,r:`1`,fill:`currentColor`},[]]]),xc=c({name:`Info Square`,tags:[`Information`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M8.25 3.75a4.5 4.5 0 0 0-4.5 4.5v7.5a4.5 4.5 0 0 0 4.5 4.5h7.5a4.5 4.5 0 0 0 4.5-4.5v-7.5a4.5 4.5 0 0 0-4.5-4.5z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 11.435v5`},[]],[`circle`,{cx:`12`,cy:`8.06`,r:`1.25`,fill:`currentColor`},[]]]),Sc=c({name:`Bullet List Square`,tags:[``],category:`Text`,deprecated:!1},[[`circle`,{cx:`7.877`,cy:`8.25`,r:`1`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M11.062 8.25h5.31`},[]],[`circle`,{cx:`7.877`,cy:`12`,r:`1`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M11.062 12h5.31`},[]],[`circle`,{cx:`7.877`,cy:`15.75`,r:`1`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M11.062 15.75h5.31`},[]],[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-width":`1.5`,rx:`4`},[]]]),Cc=c({name:`Bullet List Square Add`,tags:[``],category:`Text`,deprecated:!1},[[`circle`,{cx:`7.877`,cy:`8.25`,r:`1`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M11.062 8.25h5.31`},[]],[`circle`,{cx:`7.877`,cy:`12`,r:`1`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M11.062 12h1.31`},[]],[`circle`,{cx:`7.877`,cy:`15.75`,r:`1`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M20.25 10.25v-2.5a4 4 0 0 0-4-4h-8.5a4 4 0 0 0-4 4v8.5a4 4 0 0 0 4 4h2.5`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),wc=c({name:`Square Margins`,tags:[``],category:`Layout`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M7.75 3.75v16.5m8.5 0V3.75m-12.5 4h16.5m0 8.5H3.75`},[]]]),Tc=c({name:`Bullet List`,tags:[``],category:`Text`,deprecated:!1},[[`circle`,{cx:`4.443`,cy:`5.081`,r:`1.331`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.123 5.08h11.765`},[]],[`circle`,{cx:`4.443`,cy:`12`,r:`1.331`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.123 12h11.765`},[]],[`circle`,{cx:`4.443`,cy:`18.919`,r:`1.331`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.123 18.92h11.765`},[]]]),Ec=c({name:`Bullet List Tree`,tags:[``],category:`Organization`,deprecated:!1},[[`circle`,{cx:`4.443`,cy:`5.081`,r:`1.331`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.123 5.08h11.765`},[]],[`circle`,{cx:`4.443`,cy:`12`,r:`1.331`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.123 12h11.765`},[]],[`circle`,{cx:`9.701`,cy:`18.919`,r:`1.331`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.38 18.92h6.508`},[]]]),Dc=c({name:`Checkbox List`,tags:[``],category:`Organization`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.25 4.5h11`},[]],[`rect`,{width:`3.5`,height:`3.5`,x:`2.75`,y:`2.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.25 12h11`},[]],[`rect`,{width:`3.5`,height:`3.5`,x:`2.75`,y:`10.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.2`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.25 19.5h11`},[]],[`rect`,{width:`3.5`,height:`3.5`,x:`2.75`,y:`17.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`1.2`},[]]]),Oc=c({name:`Timer Off`,tags:[`Stopwatch`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M9 2.75h6M12 9.5V12m7.75-6.182-2.236 2.236M2.75 2.75l18.5 18.5m-3.071-3.071A7.75 7.75 0 0 0 7.32 7.32M5.361 9.5A7.75 7.75 0 0 0 16 20.14`},[]]]),kc=c({name:`Alarm Clock`,tags:[`Stopwatch`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m21.25 7.072-3.574-3.574M2.75 7.072l3.574-3.574`},[]],[`circle`,{cx:`12`,cy:`12.753`,r:`7.75`,stroke:`currentColor`,"stroke-width":`1.503`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.503`,d:`m17.514 18.267 2.236 2.235M6.486 18.267 4.25 20.502`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.9 8.353v4.25l3.685 2.117`},[]]]),Ac=c({name:`Box Add`,tags:[`Package`,`Amazon`,`Delivery`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m11 12 8.073-4.625M11 12 6.963 9.688M11 12v2.281m8.073-6.906a3.17 3.17 0 0 0-1.165-1.156L15.25 4.696m3.823 2.679c.275.472.427 1.015.427 1.58v1.608M2.926 7.374a3.14 3.14 0 0 0-.426 1.58v6.09c0 1.13.607 2.172 1.592 2.736l5.316 3.046A3.2 3.2 0 0 0 11 21.25M2.926 7.375a3.17 3.17 0 0 1 1.166-1.156l5.316-3.046a3.2 3.2 0 0 1 3.184 0l2.658 1.523M2.926 7.375l4.037 2.313m0 0 8.287-4.992`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.493a.5.5 0 1 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),jc=c({name:`Dot Square`,tags:[``],category:`Shapes`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]],[`circle`,{cx:`12`,cy:`12`,r:`2.5`,fill:`currentColor`},[]]]),Mc=c({name:`Dot Circle`,tags:[``],category:`Shapes`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`circle`,{cx:`12`,cy:`12`,r:`2.5`,fill:`currentColor`},[]]]),Nc=c({name:`Album`,tags:[``],category:`Media`,deprecated:!1},[[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.25 3.75h-6v7.517a.2.2 0 0 0 .341.142l1.952-1.952a1 1 0 0 1 1.414 0l1.952 1.952a.2.2 0 0 0 .341-.142z`},[]]]),Pc=c({name:`Tag Add`,tags:[`Label`],category:`Organization`,deprecated:!1},[[`circle`,{cx:`8.658`,cy:`6.738`,r:`1.277`,fill:`currentColor`,transform:`rotate(-45 8.658 6.738)`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.668 10.5V5.748a3 3 0 0 1 3-3h5.2a2.5 2.5 0 0 1 1.768.732l6.445 6.446a4 4 0 0 1 0 5.656l-3.579 3.58a4 4 0 0 1-4.172.94`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M6.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H7v2.493a.5.5 0 1 1-1 0V18H3.507a.5.5 0 0 1 0-1H6v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),Fc=c({name:`Tag Remove`,tags:[`Label`],category:`Organization`,deprecated:!1},[[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M6.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m-2.352-7.852a.5.5 0 0 1 .707 0L6.5 16.793l1.645-1.645a.5.5 0 1 1 .707.707L7.207 17.5l1.645 1.645a.5.5 0 1 1-.707.707L6.5 18.207l-1.645 1.645a.5.5 0 1 1-.707-.707L5.793 17.5l-1.645-1.645a.5.5 0 0 1 0-.707`,"clip-rule":`evenodd`},[]],[`circle`,{cx:`8.658`,cy:`6.738`,r:`1.277`,fill:`currentColor`,transform:`rotate(-45 8.658 6.738)`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.668 10.5V5.748a3 3 0 0 1 3-3h5.2a2.5 2.5 0 0 1 1.768.732l6.445 6.446a4 4 0 0 1 0 5.656l-3.579 3.58a4 4 0 0 1-4.172.94`},[]]]),Ic=c({name:`Pie Chart`,tags:[``],category:`Math & Numbers`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 2.75a9.25 9.25 0 1 0 8.01 4.625L12 12z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 2.75a9.25 9.25 0 1 0 8.01 13.875L12 12z`},[]]]),Lc=c({name:`File Text`,tags:[``],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M11.688 3.063a3.5 3.5 0 0 1 1.027.712l5.968 5.97c.3.3.54.647.711 1.026m-7.706-7.708a3.5 3.5 0 0 0-1.448-.313H7.792a3.5 3.5 0 0 0-3.5 3.5v11.5a3.5 3.5 0 0 0 3.5 3.5h8.416a3.5 3.5 0 0 0 3.5-3.5v-5.53c0-.505-.109-.999-.314-1.45m-7.706-7.707V8.77a2 2 0 0 0 2 2h5.706`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M7.29 13.77h9.42m-9.42 3.48h6.42`},[]]]),Rc=c({name:`Exclamation Mark`,tags:[``],category:`Text`,deprecated:!1},[[`circle`,{cx:`12`,cy:`19.38`,r:`1.25`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M12 4.13v11`},[]]]),zc=c({name:`Road Barrier`,tags:[`Construction`,`Road Block`,`Roadblock`,`Work Zone`,`Roadwork`,`Border`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.75 15.25v6m0-18.5v3m12.5 9.5v6m0-18.5v3`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.75 5.75a2 2 0 0 0-2 2v5.5a2 2 0 0 0 2 2h14.5a2 2 0 0 0 2-2v-5.5a2 2 0 0 0-2-2z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m8.917 5.75-5.701 8.783M15.087 5.75l-6.167 9.5m6.17 0 5.698-8.778`},[]]]),Bc=c({name:`Photo Add`,tags:[`Image`,`Picture`],category:`Files`,deprecated:!1},[[`circle`,{cx:`15.091`,cy:`8.909`,r:`1.5`,fill:`currentColor`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.5 16.57a4 4 0 0 0 4 3.93h3.48M3.5 16.57V7.5a4 4 0 0 1 4-4h9a4 4 0 0 1 4 4v3.48m-17 5.59.178-.2 3.206-3.827a2 2 0 0 1 3.066 0l1.242 1.482`},[]],[`path`,{fill:`currentColor`,"fill-rule":`evenodd`,d:`M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m0-8.993a.5.5 0 0 1 .5.5V17h2.493a.5.5 0 1 1 0 1H18v2.494a.5.5 0 0 1-1 0V18h-2.493a.5.5 0 1 1 0-1H17v-2.493a.5.5 0 0 1 .5-.5`,"clip-rule":`evenodd`},[]]]),Vc=c({name:`Road Cone`,tags:[`Construction`,`Barrier`,`Work Zone`,`Roadwork`,`Border`,`Block`,`VLC`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`M2.75 21.25h18.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m4.75 21.25 1.502-4.625M19.25 21.25l-1.502-4.625M7.754 12l-1.502 4.625M7.754 12l1.501-4.625 1.278-3.934a1 1 0 0 1 .95-.691h1.033a1 1 0 0 1 .951.691l1.278 3.934L16.246 12m-8.492 0h8.492m-9.994 4.625h11.496M16.246 12l1.502 4.625`},[]]]),Hc=c({name:`Book Letter`,tags:[`Dictionary`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 16.25V5.75a3 3 0 0 1 3-3h11a1 1 0 0 1 1 1v12.5H7.375M4.5 16.245v2.38`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.5 21.25H7a2.5 2.5 0 0 1 0-5h12.5v4a1 1 0 0 1-1 1m-9.842-8 1.193-2.872m0 0h4.298m-4.298 0 1.83-4.4c.126-.304.513-.304.639 0l1.829 4.4m0 0 1.193 2.872`},[]]]),$=c({name:`Power`,tags:[`Shutdown`,`Shut Down`,`Power On`,`Power Off`],category:`Status`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.54 5.46a9.25 9.25 0 1 1-13.08 0M12 3.367V12`},[]]]),Uc=c({name:`Basketball`,tags:[`Dribble`,`Dribbble`],category:`Activities`,deprecated:!1},[[`circle`,{cx:`12`,cy:`12`,r:`9.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.54 18.54s-1.852-4.79-5.415-8.227-8.823-3.445-8.823-3.445`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13.912 13.912c2.241-2.242 4.86-3.613 7.113-3.927a9.24 9.24 0 0 1-2.484 8.555 9.24 9.24 0 0 1-8.557 2.486c.315-2.254 1.686-4.873 3.928-7.114M5.46 5.459a9.24 9.24 0 0 1 8.554-2.485c-.314 2.253-1.685 4.872-3.926 7.114S5.227 13.7 2.973 14.015A9.24 9.24 0 0 1 5.46 5.459`},[]]]),Wc=c({name:`Book Marked`,tags:[`Repository`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.5 16.25V5.75a3 3 0 0 1 3-3h11a1 1 0 0 1 1 1v12.5H7.375M4.5 16.245v2.38`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.5 21.25H7a2.5 2.5 0 0 1 0-5h12.5v4a1 1 0 0 1-1 1`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.5 2.75h-6v7.517a.2.2 0 0 0 .341.142l1.952-1.952a1 1 0 0 1 1.414 0l1.952 1.952a.2.2 0 0 0 .341-.142z`},[]]]),Gc=c({name:`Kotlin`,tags:[`JetBrains`,`Java`,`JVM`,`Android`],category:`Logos & Brands`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M4.456 5.25a1.5 1.5 0 0 1 1.5-1.5h12.586c.89 0 1.337 1.077.707 1.707L12.706 12l6.543 6.543c.63.63.184 1.707-.707 1.707H5.956a1.5 1.5 0 0 1-1.06-.44 1.5 1.5 0 0 1-.44-1.06zm8.25-1.5L4.456 12m8.25 0-7.81 7.81`},[]]]),Kc=c({name:`OpenAI`,tags:[`ChatGPT`,`Artificial Intelligence`,`LLM`,`Language Model`,`Chatbot`],category:`Logos & Brands`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`m14.805 10.432.375-.65zm-8.162-5.32-.65-.374zm6.18-1.656.375-.65zm2.463.46v-.75zm4.525 4.525h.75zm.832 2.363.65-.375zm-1.656 6.182.375.65zm-1.63 1.901.65.375zm-6.18 1.657-.375.65zm-2.463-.46v.75zM4.19 15.559h-.75zm-.832-2.363-.65.375zm1.656-6.18-.375-.65zm10.117-.01.374-.65-.374-.216-.376.216zm2.76 5.207h.75v-.433l-.375-.216zM9.195 6.817l-.375-.65a.75.75 0 0 0-.375.65zm5.61 10.364.375.65a.75.75 0 0 0 .375-.65zm-5.845-.134-.375.649a.75.75 0 0 0 .75 0zM6.11 11.89h-.75a.75.75 0 0 0 .374.65zM12 8.812l-.375.65 2.805 1.62.375-.65.375-.65-2.805-1.62zm2.805 1.62h-.75v3.24h1.5v-3.24zm0 3.24-.375-.65-2.805 1.62.375.65.375.649 2.805-1.62zM12 15.292l.375-.65-2.805-1.62-.375.65-.375.65 2.805 1.619zm-2.805-1.62h.75v-3.24h-1.5v3.24zm0-3.24.375.65 2.805-1.62-.375-.65-.375-.65-2.805 1.62zm-2.552-5.32.65.376a3.775 3.775 0 0 1 5.155-1.382l.375-.65.375-.65a5.275 5.275 0 0 0-7.205 1.932zm6.18-1.656-.375.65q.441.256.786.603l.53-.53.53-.53a5.3 5.3 0 0 0-1.096-.842zm.941.723.252.706a3.8 3.8 0 0 1 1.27-.219v-1.5c-.621 0-1.219.108-1.774.307zm1.522-.263v.75a3.775 3.775 0 0 1 3.775 3.775h1.5a5.275 5.275 0 0 0-5.275-5.275zm4.525 4.525h-.75q-.002.511-.13.983l.724.194.724.195a5.3 5.3 0 0 0 .182-1.372zm-.156 1.177-.486.572c.321.272.602.603.825.99l.65-.376.649-.375a5.3 5.3 0 0 0-1.152-1.382zm.988 1.186-.65.375a3.775 3.775 0 0 1-1.381 5.157l.375.65.375.65a5.275 5.275 0 0 0 1.93-7.207zm-1.656 6.182-.375-.65c-.293.17-.6.293-.916.377l.194.725.194.725c.435-.117.866-.29 1.277-.528zm-1.097.452-.738-.135a3.8 3.8 0 0 1-.444 1.21l.65.374.649.375c.31-.538.515-1.11.62-1.69zm-.533 1.45-.65-.376a3.775 3.775 0 0 1-5.155 1.382l-.375.65-.375.65a5.275 5.275 0 0 0 7.205-1.932zm-6.18 1.656.375-.65a3.8 3.8 0 0 1-.787-.604l-.53.53-.532.53c.32.32.688.606 1.099.843zm-.943-.724-.252-.706a3.8 3.8 0 0 1-1.268.22v1.5a5.3 5.3 0 0 0 1.772-.308zm-1.52.264v-.75a3.775 3.775 0 0 1-3.775-3.775h-1.5a5.275 5.275 0 0 0 5.275 5.275zM4.19 15.559h.75q.001-.512.13-.983l-.725-.194-.724-.195a5.3 5.3 0 0 0-.18 1.372zm.155-1.177.486-.572c-.32-.272-.6-.603-.823-.99l-.65.376-.65.375c.31.537.703 1 1.151 1.382zm-.987-1.186.65-.375a3.774 3.774 0 0 1 1.38-5.156l-.374-.65-.375-.65a5.274 5.274 0 0 0-1.93 7.206zm1.656-6.18.375.649a3.8 3.8 0 0 1 .915-.38l-.194-.724-.194-.725a5.3 5.3 0 0 0-1.277.53zm1.096-.455.738.135c.075-.413.222-.821.445-1.208l-.649-.375-.65-.375a5.3 5.3 0 0 0-.622 1.688zM12 8.812l.375.65 1.565-.903 1.565-.904-.376-.65-.374-.649-1.565.903-1.565.904zm2.805 1.62-.375.65 3.085 1.78.375-.649.375-.65-3.085-1.78zm3.085 7.006h.75v-5.225h-1.5v5.225zm-8.695-7.006h.75V6.817h-1.5v3.615zm5.61 3.24h-.75v3.509h1.5v-3.51zM12 15.292l-.375-.65-3.04 1.755.375.65.375.649 3.04-1.755zM6.11 6.56h-.75v5.33h1.5V6.56zm3.085 7.11.375-.649-3.086-1.781-.375.65-.375.649L8.82 14.32zm5.935-6.665-.376.65 4.526 2.612.375-.65.375-.65-4.526-2.612zm-5.935-.189.375.65 4.57-2.639-.376-.65-.375-.649-4.57 2.639zm1.04 13.003.374.65 4.571-2.64-.375-.65-.375-.649-4.57 2.64zm-5.89-5.438-.376.65 4.616 2.664.375-.65.375-.649-4.616-2.665z`},[]]]),qc=c({name:`Photo Sparkle`,tags:[`Image`,`Picture`,`AI`,`AI Generated`,`Artificial Intelligence`],category:`Files`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13.177 3.5H16.5a4 4 0 0 1 4 4v9c0 .402-.06.79-.17 1.157M3.5 13.875v2.695m16.83 1.087-.088-.104-2.466-2.976a2 2 0 0 0-3.073-.008l-1.312 1.566-.214.261m7.153 1.26a4 4 0 0 1-3.713 2.842m0 0-.117.002h-9a4 4 0 0 1-4-3.93m13.117 3.928-.093-.106-3.347-3.996m-9.676.175.177-.201 3.206-3.827a2 2 0 0 1 3.066 0l3.227 3.853`},[]],[`circle`,{cx:`15.091`,cy:`8.909`,r:`1.5`,fill:`currentColor`},[]],[`path`,{fill:`currentColor`,d:`M8.6 1.418a.64.64 0 0 0-1.2 0l-.167.45a4 4 0 0 1-2.366 2.365l-.449.166a.64.64 0 0 0 0 1.202l.45.166a4 4 0 0 1 2.365 2.366l.166.449a.64.64 0 0 0 1.202 0l.166-.45a4 4 0 0 1 2.366-2.365l.449-.166a.64.64 0 0 0 0-1.202l-.45-.166a4 4 0 0 1-2.365-2.366zM3.876 7.261a.4.4 0 0 0-.752 0l-.103.281a2.5 2.5 0 0 1-1.479 1.479l-.28.103a.4.4 0 0 0 0 .752l.28.103a2.5 2.5 0 0 1 1.479 1.479l.103.28a.4.4 0 0 0 .752 0l.103-.28a2.5 2.5 0 0 1 1.479-1.479l.28-.103a.4.4 0 0 0 0-.752l-.28-.103a2.5 2.5 0 0 1-1.479-1.479z`},[]]]),Jc=c({name:`Pencil Sparkle`,tags:[`Prompt`,`AI`,`AI Generated`,`Artificial Intelligence`,`Writing`],category:`Actions`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m14.44 5.78 2.229-2.23a1.6 1.6 0 0 1 2.263 0l1.518 1.518a1.6 1.6 0 0 1 0 2.263l-2.23 2.23M14.44 5.78l3.78 3.78m-3.78-3.78-1.815 1.814m5.596 1.967L7.98 19.8a2 2 0 0 1-1.124.565l-3.775.553.553-3.774A2 2 0 0 1 4.2 16.02l3.312-3.312`},[]],[`path`,{fill:`currentColor`,d:`M4.4 1.418a.64.64 0 0 1 1.2 0l.167.45a4 4 0 0 0 2.366 2.365l.449.166a.64.64 0 0 1 0 1.202l-.45.166a4 4 0 0 0-2.365 2.366l-.166.449a.64.64 0 0 1-1.202 0l-.166-.45a4 4 0 0 0-2.366-2.365l-.449-.166a.64.64 0 0 1 0-1.202l.45-.166a4 4 0 0 0 2.365-2.366zm4.724 5.843a.4.4 0 0 1 .752 0l.103.281a2.5 2.5 0 0 0 1.479 1.479l.28.103a.4.4 0 0 1 0 .752l-.28.103a2.5 2.5 0 0 0-1.479 1.479l-.103.28a.4.4 0 0 1-.752 0l-.103-.28a2.5 2.5 0 0 0-1.479-1.479l-.28-.103a.4.4 0 0 1 0-.752l.28-.103a2.5 2.5 0 0 0 1.479-1.479z`},[]]]),Yc=c({name:`Paintbrush 2 Sparkle`,tags:[`AI`,`AI Generated`,`Artificial Intelligence`,`Draw`,`Painting`],category:`Design`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M8.6 1.418a.64.64 0 0 0-1.2 0l-.167.45a4 4 0 0 1-2.366 2.365l-.449.166a.64.64 0 0 0 0 1.202l.45.166a4 4 0 0 1 2.365 2.366l.166.449a.64.64 0 0 0 1.202 0l.166-.45a4 4 0 0 1 2.366-2.365l.449-.166a.64.64 0 0 0 0-1.202l-.45-.166a4 4 0 0 1-2.365-2.366zM3.876 7.261a.4.4 0 0 0-.752 0l-.103.281a2.5 2.5 0 0 1-1.479 1.479l-.28.103a.4.4 0 0 0 0 .752l.28.103a2.5 2.5 0 0 1 1.479 1.479l.103.28a.4.4 0 0 0 .752 0l.103-.28a2.5 2.5 0 0 1 1.479-1.479l.28-.103a.4.4 0 0 0 0-.752l-.28-.103a2.5 2.5 0 0 1-1.479-1.479z`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.781 11.832A4.795 4.795 0 0 0 4.75 16.46v3.79a1 1 0 0 0 1 1h3.79a4.79 4.79 0 0 0 4.628-6.03m-3.387-3.388a4.8 4.8 0 0 1 3.387 3.387m-3.387-3.387 3.19-3.19m.197 6.577 3.19-3.19m-3.387-3.387 3.19-3.19a2.395 2.395 0 0 1 3.387 3.387l-3.19 3.19m-3.387-3.387 3.387 3.387`},[]]]),Xc=c({name:`Bug Add`,tags:[`Debug`,`Configuration`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.5 10.438V9.08a3.23 3.23 0 0 0-3.23-3.231h-2.54A3.23 3.23 0 0 0 7.5 9.08v6.27a4.5 4.5 0 0 0 3.23 4.319M2.75 12.85H7.5`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.75 3.15v.45A2.25 2.25 0 0 0 12 5.85v0a2.25 2.25 0 0 0 2.25-2.25v-.45M7.5 16.6H6.247a2.5 2.5 0 0 0-2.5 2.5v1.75M16.5 9.1h1.253a2.5 2.5 0 0 0 2.5-2.5V4.85M7.5 9.1H6.247a2.5 2.5 0 0 1-2.5-2.5V4.85`},[]],[`path`,{fill:`currentColor`,d:`M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11m0 2a.5.5 0 0 0-.501.501v2.498h-2.498a.501.501 0 1 0 0 1.002h2.498v2.498a.501.501 0 0 0 1.002 0v-2.498h2.498l.1-.01a.502.502 0 0 0 0-.982l-.1-.01h-2.498v-2.498a.5.5 0 0 0-.501-.5`},[]]]),Zc=c({name:`Bug Play`,tags:[`Debug`,`Configuration`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 19.85a4.5 4.5 0 0 1-4.5-4.5V9.08a3.23 3.23 0 0 1 3.23-3.23h2.54a3.23 3.23 0 0 1 3.23 3.23v1.326M2.75 12.85H7.5m2.25-9.7v.45A2.25 2.25 0 0 0 12 5.85v0a2.25 2.25 0 0 0 2.25-2.25v-.45M7.5 16.6H6.247a2.5 2.5 0 0 0-2.5 2.5v1.75M16.5 9.1h1.253a2.5 2.5 0 0 0 2.5-2.5V4.85M7.5 9.1H6.247a2.5 2.5 0 0 1-2.5-2.5V4.85`},[]],[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M14.496 13.978c0-.89.982-1.428 1.731-.95l4.505 2.872a1.126 1.126 0 0 1 0 1.9l-4.505 2.872a1.126 1.126 0 0 1-1.731-.95z`},[]]]),Qc=c({name:`Asterisk`,tags:[``],category:`Text`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`m12 3.75.004 8.243 7.009-4.118L12.008 12l7.005 4.125-7.009-4.118L12 20.25l-.004-8.243-7.009 4.118L11.992 12 4.987 7.875l7.009 4.118z`},[]]]),$c=c({name:`Code Square`,tags:[``],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M10.143 8.857 7 12l3.143 3.143m3.714-6.286L17 12l-3.143 3.143`},[]],[`rect`,{width:`16.5`,height:`16.5`,x:`3.75`,y:`3.75`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`4`},[]]]),el=c({name:`Eraser Sparkle`,tags:[``],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.788 20.5h9.02m-9.02 0a3.47 3.47 0 0 0 2.486-1.02l1.29-1.29M9.788 20.5a3.47 3.47 0 0 1-2.438-1.02l-3.33-3.33a3.47 3.47 0 0 1-1.003-2.802M6.6 11.226l6.662 6.663.301.301m0 0 5.417-5.417a3.48 3.48 0 0 0 0-4.923l-3.33-3.33a3.47 3.47 0 0 0-2.643-1.015`},[]],[`path`,{fill:`currentColor`,d:`M8.6 1.419a.64.64 0 0 0-1.2 0l-.167.449a4 4 0 0 1-2.366 2.365l-.449.166a.64.64 0 0 0 0 1.202l.45.166a4 4 0 0 1 2.365 2.366l.166.449a.64.64 0 0 0 1.202 0l.166-.449a4 4 0 0 1 2.366-2.366l.449-.166a.64.64 0 0 0 0-1.202l-.45-.166a4 4 0 0 1-2.365-2.365zM3.876 7.262a.4.4 0 0 0-.752 0l-.103.28a2.5 2.5 0 0 1-1.479 1.479l-.28.104a.4.4 0 0 0 0 .75l.28.105a2.5 2.5 0 0 1 1.479 1.478l.103.28a.4.4 0 0 0 .752 0l.103-.28A2.5 2.5 0 0 1 5.458 9.98l.28-.104a.4.4 0 0 0 0-.751l-.28-.104a2.5 2.5 0 0 1-1.479-1.479z`},[]]]),tl=c({name:`Magnet`,tags:[`Snap`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.238 15.75v3.703a1.8 1.8 0 0 0 1.8 1.8h2.412a1.8 1.8 0 0 0 1.8-1.8V15.75m-6.012 0v-3.752a3.238 3.238 0 1 0-6.475 0v3.752m6.475 0h6.012m0 0v-3.752a9.25 9.25 0 0 0-18.5 0v3.752m6.012 0v3.703a1.8 1.8 0 0 1-1.8 1.8H4.55a1.8 1.8 0 0 1-1.8-1.8V15.75m6.012 0H2.75`},[]]]),nl=c({name:`Treasure Chest`,tags:[`X`,`Storage`,`Reward`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.75 19.75v-12a3.5 3.5 0 0 0-3.5-3.5v0`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 8.25a4 4 0 0 1 4-4h10.5a4 4 0 0 1 4 4v9.5a2 2 0 0 1-2 2H4.75a2 2 0 0 1-2-2zm0 2h18.5M15.5 12V8.5`},[]]]),rl=c({name:`Toy Brick`,tags:[`Block`,`Plugin`,`LEGO`],category:`Objects`,deprecated:!1},[[`rect`,{width:`18.5`,height:`13`,x:`2.75`,y:`7.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`3`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M5.25 5.25a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 1.5 1.5v2h-5zm8.5 0a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 1.5 1.5v2h-5z`},[]]]),il=c({name:`Brain`,tags:[`AI`,`Intelligence`,`Smart`,`Robot`,`Thinking`,`Thought`],category:`Objects`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M5 15.75h.75a.75.75 0 0 0-.396-.662zm0-7.501.353.662a.75.75 0 0 0 .397-.662zM8.5 2.75v.75a2.75 2.75 0 0 1 2.75 2.75h1.5A4.25 4.25 0 0 0 8.5 2zm3.5 3.5h-.75v11.5h1.5V6.25zm0 11.5h-.75A2.75 2.75 0 0 1 8.5 20.5V22a4.25 4.25 0 0 0 4.25-4.25zm-3.5 3.5v-.75a2.75 2.75 0 0 1-2.75-2.75h-1.5A4.25 4.25 0 0 0 8.5 22zM5 17.75h.75v-2h-1.5v2zm0-2 .354-.662A3.5 3.5 0 0 1 3.5 12H2a5 5 0 0 0 2.646 4.412zM2.75 12h.75a3.5 3.5 0 0 1 1.853-3.09L5 8.25l-.353-.661A5 5 0 0 0 2 12zM5 8.249h.75V6.25h-1.5v1.999zM5 6.25h.75A2.75 2.75 0 0 1 8.5 3.5V2a4.25 4.25 0 0 0-4.25 4.25z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M8.952 15.775a4.25 4.25 0 1 1-1.736-8.02M12 15a4 4 0 0 0-4-4m4 4a4 4 0 0 1 4-4`},[]],[`path`,{fill:`currentColor`,d:`M19 15.75h-.75a.75.75 0 0 1 .396-.662zm0-7.501-.353.662a.75.75 0 0 1-.397-.662zM15.5 2.75v.75a2.75 2.75 0 0 0-2.75 2.75h-1.5A4.25 4.25 0 0 1 15.5 2zM12 6.25h.75v11.5h-1.5V6.25zm0 11.5h.75a2.75 2.75 0 0 0 2.75 2.75V22a4.25 4.25 0 0 1-4.25-4.25zm3.5 3.5v-.75a2.75 2.75 0 0 0 2.75-2.75h1.5A4.25 4.25 0 0 1 15.5 22zm3.5-3.5h-.75v-2h1.5v2zm0-2-.354-.662A3.5 3.5 0 0 0 20.5 12H22a5 5 0 0 1-2.646 4.412zM21.25 12h-.75a3.5 3.5 0 0 0-1.853-3.09L19 8.25l.353-.661A5 5 0 0 1 22 12zM19 8.249h-.75V6.25h1.5v1.999zm0-1.999h-.75A2.75 2.75 0 0 0 15.5 3.5V2a4.25 4.25 0 0 1 4.25 4.25z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.048 15.775a4.25 4.25 0 1 0 1.736-8.02`},[]]]),al=c({name:`Key`,tags:[`Security`,`Lock`,`Door`,`Password`,`Authenticate`,`Authentication`],category:`Security`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linejoin":`round`,"stroke-width":`1.387`,d:`M14.775 2.75a6.475 6.475 0 1 1-3.38 11.998c-.137-.085-.32.011-.32.173v1.129a1.5 1.5 0 0 1-1.5 1.5h-1.2a1 1 0 0 0-1 1v1.2a1.5 1.5 0 0 1-1.5 1.5H4.25a1.5 1.5 0 0 1-1.5-1.5v-2.297a2 2 0 0 1 .586-1.414l4.566-4.566c.376-.376.511-.923.446-1.452a6.475 6.475 0 0 1 6.427-7.271Z`},[]],[`circle`,{cx:`15.5`,cy:`8.5`,r:`1.75`,fill:`currentColor`},[]]]),ol=c({name:`Bar Chart Sparkle`,tags:[`Stats`,`Statistics`,`Data`,`Graph`,`Chart`,`AI`,`Summarize`,`AI Chart`],category:`Math & Numbers`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 10.25a2 2 0 0 1 2-2h4.167v13H4.75a2 2 0 0 1-2-2zm15.75 2h-3.417v9h4.167a2 2 0 0 0 2-2V13.5m-6.167-3v10.75H8.917V4.75a2 2 0 0 1 2-2H12`},[]],[`path`,{fill:`currentColor`,d:`M15.4 1.418a.64.64 0 0 1 1.2 0l.167.45a4 4 0 0 0 2.366 2.365l.449.166a.64.64 0 0 1 0 1.202l-.45.166a4 4 0 0 0-2.365 2.366l-.166.449a.64.64 0 0 1-1.202 0l-.166-.45a4 4 0 0 0-2.366-2.365l-.449-.166a.64.64 0 0 1 0-1.202l.45-.166a4 4 0 0 0 2.365-2.366zm4.725 5.843a.4.4 0 0 1 .75 0l.104.281a2.5 2.5 0 0 0 1.479 1.479l.28.103a.4.4 0 0 1 0 .752l-.28.103a2.5 2.5 0 0 0-1.479 1.479l-.104.28a.4.4 0 0 1-.75 0l-.104-.28a2.5 2.5 0 0 0-1.479-1.479l-.28-.103a.4.4 0 0 1 0-.752l.28-.103a2.5 2.5 0 0 0 1.479-1.479z`},[]]]),sl=c({name:`Trophy`,tags:[`Winning`,`Won`,`Reward`,`1st Place`,`First Place`,`Team`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M16.473 11.75c.493-.8.777-1.742.777-2.75V4.75m-.777 7A5.25 5.25 0 0 1 12 14.25c-1.891 0-3.549-1-4.473-2.5m8.946 0h.777a4 4 0 0 0 4-4v-1.5a1.5 1.5 0 0 0-1.5-1.5h-2.5m-9.723 7H6.75a4 4 0 0 1-4-4v-1.5a1.5 1.5 0 0 1 1.5-1.5h2.5m.777 7A5.23 5.23 0 0 1 6.75 9V4.75m0 0a2 2 0 0 1 2-2h6.5a2 2 0 0 1 2 2m-10 15a2 2 0 0 1 2-2h5.5a2 2 0 0 1 2 2v.5a1 1 0 0 1-1 1h-7.5a1 1 0 0 1-1-1zm4.75-5.5v3.5`},[]]]),cl=c({name:`Food`,tags:[`Fork and Knife`,`Eating`,`Dinner`],category:`Food & Drink`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M3.25 2.75v7a3 3 0 0 0 3 3h1m4-10v7a3 3 0 0 1-3 3h-1m0-10v10m0 0v8.5m13.5 0v-6.5m0 0V3.286a.536.536 0 0 0-.536-.536 4.464 4.464 0 0 0-4.464 4.464v5.536a2 2 0 0 0 2 2z`},[]]]),ll=c({name:`Photo Filter 2`,tags:[`Color Filter`,`Tint`,`Blend`],category:`Design`,deprecated:!1},[[`circle`,{cx:`9.5`,cy:`9.5`,r:`6.75`,stroke:`currentColor`,"stroke-width":`1.5`},[]],[`circle`,{cx:`14.5`,cy:`14.5`,r:`6.75`,stroke:`currentColor`,"stroke-width":`1.5`},[]]]),ul=c({name:`Glasses`,tags:[`See`,`Look`,`Sight`,`Reading`,`Reading List`,`Focus`],category:`Objects`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.25 4.75h.703a4 4 0 0 1 3.927 3.236l1.17 6.01M8.75 4.75h-.703A4 4 0 0 0 4.12 7.986l-1.17 6.01m7.674.256a4.002 4.002 0 0 0-7.673-.257m7.673.257q.124.48.126.998a4 4 0 1 1-7.8-1.255m7.674.257h2.752m0 0a4.002 4.002 0 0 1 7.673-.257m-7.673.257a4 4 0 1 0 7.674-.257`},[]]]),dl=c({name:`Pulse`,tags:[`Heartbeat`,`Activity`,`Rhythm`,`Heart Rate`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 12h2.361a2.5 2.5 0 0 0 2.358-1.668L9.44 4.75 12 12l2.56 7.25 1.98-5.585A2.5 2.5 0 0 1 18.896 12h2.354`},[]]]),fl=c({name:`Container`,tags:[`Docker`,`Shipping`,`Containerization`],category:`Development`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M9.93 13.22 3.168 9.626m6.762 3.596v7.357m0-7.357 5.443-3.079M3.168 9.625c-.27.455-.418.98-.418 1.528v4.227a3 3 0 0 0 1.592 2.649l4.135 2.198a3 3 0 0 0 1.453.351M3.168 9.625c.263-.444.64-.82 1.105-1.083l8.364-4.732a3 3 0 0 1 2.886-.037l4.135 2.199c.486.258.881.639 1.157 1.092m0 0c.28.461.435.997.435 1.556v4.227a3 3 0 0 1-1.523 2.612l-4.354 2.463m5.442-10.858-5.442 3.078M9.93 20.578a3 3 0 0 0 1.433-.388l4.01-2.268m0-7.78v7.78`},[]]]),pl=c({name:`Egg Fried`,tags:[`Breakfast`],category:`Food & Drink`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`M13.193 2.75V2zm5.663 5.662h.75zm2.395 8.059h.75zm-4.78 4.779V22zm-7.77-1.944v.75zM2.75 13.353H2zm5.12-6.87-.706-.255zm5.19 13.332.535-.525zm5.615-9.977-.726-.189zm.982 3.069-.5.559zM13.193 2.75v.75c2.713 0 4.912 2.2 4.913 4.912h1.5A6.41 6.41 0 0 0 13.192 2zm5.663 5.662h-.75q-.002.644-.158 1.237l.726.19.726.188a6.4 6.4 0 0 0 .206-1.615zm.8 4.495-.5.559a4.02 4.02 0 0 1 1.345 3.005h1.5a5.52 5.52 0 0 0-1.845-4.123zm1.595 3.564h-.75a4.03 4.03 0 0 1-4.03 4.029V22a5.53 5.53 0 0 0 5.53-5.53zm-4.78 4.779v-.75a4 4 0 0 1-2.877-1.21l-.536.525-.536.525a5.5 5.5 0 0 0 3.95 1.66zm-6.094-2.184-.21-.72a5.2 5.2 0 0 1-1.466.21v1.5c.655 0 1.288-.095 1.888-.27zm-1.676.24v-.75A5.2 5.2 0 0 1 3.5 13.353H2c0 3.702 3 6.703 6.702 6.703zM2.75 13.353h.75A5.2 5.2 0 0 1 6.855 8.49l-.267-.701-.266-.701a6.7 6.7 0 0 0-4.323 6.266zm5.12-6.87.704.256a4.915 4.915 0 0 1 4.62-3.239V2a6.415 6.415 0 0 0-6.03 4.228zM6.588 7.79l.266.701c.8-.304 1.43-.954 1.718-1.751l-.705-.256-.705-.255a1.46 1.46 0 0 1-.841.86zm6.47 12.026.535-.525c-.841-.858-2.22-1.299-3.428-.944l.211.72.212.72c.622-.183 1.439.05 1.933.554zm5.615-9.977-.726-.189c-.179.686-.11 1.424.104 2.078.214.655.593 1.282 1.104 1.739l.5-.56.5-.558c-.287-.257-.534-.646-.679-1.088s-.169-.882-.077-1.233z`},[]],[`circle`,{cx:`11.75`,cy:`12`,r:`3.25`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`},[]]]),ml=c({name:`Cheese`,tags:[`Dairy`,`Cheddar`,`Mouse`,`Mice`,`Swiss`,`Gouda`,`Holes`,`Snack`],category:`Food & Drink`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M21.25 10.392c-.366-1.539-1.713-3.411-2.791-4.489a9.53 9.53 0 0 0-4.816-2.594c-1.21-.25-2.404.314-3.251 1.214l-6.727 7.139a3.4 3.4 0 0 0-.623.936m18.208-2.206v3.475m0-3.475-5.326.645m-12.882 1.56a3.4 3.4 0 0 0-.292 1.37v4.541a2.242 2.242 0 0 0 2.512 2.225l1.672-.202m-3.892-7.933 7.048-.854m1.7 8.199a2.803 2.803 0 1 0-4.856.588m4.856-.588-4.856.588m4.856-.588 5.15-.624m0 0 2.337-.284a2.24 2.24 0 0 0 1.973-2.224v-2.944m-4.31 5.452a5 5 0 0 1-.096-.547c-.303-2.473 1.175-4.69 3.303-4.95a3.4 3.4 0 0 1 1.103.045m-5.326-2.83q.014-.165-.007-.33c-.163-1.331-1.976-2.204-3.244-2.049S9.857 10.1 10.02 11.432q.02.16.07.312m5.834-.707c-.098 1.208-1.496 2.301-2.66 2.444s-2.792-.584-3.174-1.737`},[]]]),hl=c({name:`Toast`,tags:[`Bread`,`Wheat`,`Butter`,`Breakfast`],category:`Food & Drink`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`m19.25 11.605-.398-.636a.75.75 0 0 0-.352.636zM7.75 20.25V21zm-3-8.645h.75a.75.75 0 0 0-.352-.636zM17 3.75v.75A3.5 3.5 0 0 1 20.5 8H22a5 5 0 0 0-5-5zM21.25 8h-.75c0 1.25-.657 2.349-1.648 2.969l.398.636.398.635A5 5 0 0 0 22 8zm-2 3.605h-.75v5.645H20v-5.645zm0 5.645h-.75a2.25 2.25 0 0 1-2.25 2.25V21A3.75 3.75 0 0 0 20 17.25zm-3 3v-.75h-8.5V21h8.5zm-8.5 0v-.75a2.25 2.25 0 0 1-2.25-2.25H4A3.75 3.75 0 0 0 7.75 21zm-3-3h.75v-5.645H4v5.645zm0-5.645.398-.636A3.5 3.5 0 0 1 3.5 8H2c0 1.79.942 3.358 2.352 4.24zM2.75 8h.75A3.5 3.5 0 0 1 7 4.5V3a5 5 0 0 0-5 5zM7 3.75v.75h10V3H7z`},[]],[`rect`,{width:`6`,height:`6`,x:`9`,y:`9`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,rx:`2`},[]]]),gl=c({name:`Rose`,tags:[`Plant`,`Poppy`,`Flower`,`Bloom`],category:`Nature`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 15.75v-2.386c0-2.807-1.342-5.266-3.354-6.63M12 15.75c-3.948 0-7.149-3.55-7.149-7.93V5.599H5c1.336 0 2.584.415 3.646 1.135M12 15.75v-3.151a7 7 0 0 1 3.326-5.96M12 15.75c3.948 0 7.149-3.2 7.149-7.149V5.599H19c-1.348 0-2.606.38-3.674 1.04m0 0a3.5 3.5 0 0 0-.863-1.426L12 2.75 9.537 5.213a3.47 3.47 0 0 0-.891 1.521M12 14.75v6.5m6.712-3.875a7.75 7.75 0 0 1-13.424 0`},[]]]),_l=c({name:`Rocket`,tags:[`Deploy`,`Ship`,`Publish`,`Start`],category:`Places & Transportation`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M13.604 4.683a4.04 4.04 0 0 1 5.713 5.713l-7.32 7.32-5.712-5.713z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M15.568 14.145a4.04 4.04 0 0 1 0 5.713L13.426 22l-1.429-1.428a2.02 2.02 0 0 1 0-2.857zM9.855 8.432a4.04 4.04 0 0 0-5.713 0L2 10.575l1.428 1.428a2.02 2.02 0 0 0 2.857 0z`},[]],[`path`,{fill:`currentColor`,d:`M9.32 17.894a4 4 0 0 1-.943.698c-.34.179-.695.297-1.043.346-.348.05-.683.03-.986-.057a1.8 1.8 0 0 1-.778-.451 1.8 1.8 0 0 1-.451-.778 2.4 2.4 0 0 1-.057-.986c.05-.348.167-.703.346-1.043.18-.341.417-.661.698-.942z`},[]],[`circle`,{cx:`15.918`,cy:`8.082`,r:`1.5`,fill:`currentColor`,transform:`rotate(45 15.918 8.082)`},[]]]),vl=c({name:`Sapling`,tags:[`Plant`,`Flower`],category:`Nature`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M2.75 5.25a1.5 1.5 0 0 1 1.5-1.5H6a6 6 0 0 1 6 6v2H8.75a6 6 0 0 1-6-6zm18.5 3a1.5 1.5 0 0 0-1.5-1.5H18a6 6 0 0 0-6 6v2h3.25a6 6 0 0 0 6-6zM12 14.75v6.5`},[]]]),yl=c({name:`Pizza`,tags:[`Pepperoni`,`Cheese`,`Veggie`,`Meat`,`Slice`],category:`Food & Drink`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M18.388 15.002c-.562-1.996-1.658-5.06-4.896-6.93-3.237-1.869-6.44-1.286-8.449-.775m13.345 7.705 1.562-.906c.952-.552 1.54-1.579 1.252-2.64-.5-1.838-1.876-4.76-5.655-6.942s-6.998-1.912-8.84-1.426c-1.063.28-1.658 1.304-1.66 2.404l-.004 1.805m13.345 7.705L8.1 20.97c-1.37.794-3.083-.195-3.08-1.779l.024-11.894`},[]],[`path`,{fill:`currentColor`,d:`M10.023 17.25a1.5 1.5 0 1 1-2.597-1.5 1.5 1.5 0 0 1 2.597 1.5m4.557-3.053a1.798 1.798 0 1 1-3.114-1.798 1.798 1.798 0 0 1 3.114 1.798M8.325 11.3a1.8 1.8 0 0 1-3.295 1.003v-2.007A1.8 1.8 0 0 1 8.325 11.3`},[]]]),bl=c({name:`Soccer`,tags:[`Dribble`,`Dribbble`],category:`Activities`,deprecated:!1},[[`path`,{fill:`currentColor`,d:`m15 11.327-3-2.18-3 2.18 1.146 3.526h3.708zm6.25.673c0-2.41-.921-4.604-2.43-6.25v3.397l2.341 4.14q.089-.632.089-1.287M15.5 3.435A9.2 9.2 0 0 0 12 2.75c-1.239 0-2.42.243-3.5.685l3.5 1.69zM5.18 5.75A9.22 9.22 0 0 0 2.75 12q0 .656.089 1.286l2.342-4.14zM7.5 18.031 3.962 16.58a9.27 9.27 0 0 0 5.875 4.416zm6.663 2.965a9.27 9.27 0 0 0 5.875-4.416L16.5 18.031z`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`,"stroke-width":`1.5`,d:`M12 9.147V5.125m0 4.022 3 2.18m-3-2.18-3 2.18m4.854 3.526 2.646 3.178m-2.646-3.178h-3.708m3.708 0L15 11.326m-4.854 3.527L7.5 18.031m2.646-3.178L9 11.326m0 0-3.82-2.18M12 5.126l-3.5-1.69m3.5 1.69 3.5-1.69m0 0A9.2 9.2 0 0 0 12 2.75c-1.239 0-2.42.243-3.5.685m7 0a9.3 9.3 0 0 1 3.32 2.315m0 0A9.22 9.22 0 0 1 21.25 12q0 .656-.089 1.286M18.82 5.75v3.397M8.5 3.435A9.3 9.3 0 0 0 5.18 5.75m0 0A9.22 9.22 0 0 0 2.75 12q0 .656.089 1.286M5.18 5.75v3.397m8.982 11.849A9.3 9.3 0 0 1 12 21.25a9.3 9.3 0 0 1-2.163-.254m4.326 0a9.27 9.27 0 0 0 5.875-4.416m-5.875 4.416L16.5 18.03m-6.663 2.965a9.27 9.27 0 0 1-5.875-4.416m5.875 4.416L7.5 18.03m12.538-1.451a9.2 9.2 0 0 0 1.123-3.294m-1.123 3.294L16.5 18.031m4.661-4.745-2.342-4.14M3.962 16.58 7.5 18.031M3.962 16.58a9.2 9.2 0 0 1-1.123-3.294m0 0 2.342-4.14m13.638 0L15 11.327`},[]]]),xl=c({name:`American Football`,tags:[`Dribble`,`Dribbble`],category:`Activities`,deprecated:!1},[[`path`,{stroke:`currentColor`,"stroke-width":`1.5`,d:`M20.405 12.01c.257-1.048.376-2.158.338-3.309l-.048-1.437c-.81-2.856-1.102-3.15-3.959-3.96l-1.437-.047a12.2 12.2 0 0 0-3.31.338m8.416 8.415a11.39 11.39 0 0 1-7.11 8q-.626.233-1.285.395m8.395-8.395L11.99 3.595m0 0a11.4 11.4 0 0 0-8.395 8.395m8.415 8.415q-.694.17-1.42.258-.923.11-1.889.08l-1.437-.048c-2.856-.81-3.15-1.102-3.96-3.959l-.047-1.437c-.038-1.151.081-2.26.338-3.31m8.415 8.416L3.595 11.99`},[]],[`path`,{stroke:`currentColor`,"stroke-linecap":`round`,"stroke-width":`1.5`,d:`m9.577 14.424 4.847-4.847M9.2 11.97l2.83 2.83m-.06-5.6 2.83 2.83`},[]]]);var Sl=n({AccessibilityIcon:()=>vr,AddCircleIcon:()=>fe,AddCircularIcon:()=>fe,AddIcon:()=>l,AddRhombusIcon:()=>pe,AddSquareIcon:()=>me,AddSquareMultipleIcon:()=>d,AddSquareMultipleVarIcon:()=>d,AdditionIcon:()=>l,AirplaneIcon:()=>jr,AirplaneLandingIcon:()=>Mr,AirplaneTakeoffIcon:()=>Nr,AlarmClockIcon:()=>kc,AlbumIcon:()=>Nc,AlertCircleIcon:()=>Et,AlertRhombusIcon:()=>vc,AlertTriangleIcon:()=>Dt,AlignBottomIcon:()=>bo,AlignHorizontalCentersIcon:()=>xo,AlignLeftIcon:()=>So,AlignRightIcon:()=>Co,AlignTopIcon:()=>wo,AlignVerticalCentersIcon:()=>To,AmazonIcon:()=>oa,AmericanFootballIcon:()=>xl,AnchorIcon:()=>ot,AndroidIcon:()=>Us,AngleIcon:()=>eo,AppRemoveIcon:()=>he,AppStoreIcon:()=>sa,AppleIcon:()=>ca,AppsAddIcon:()=>_e,AppsIcon:()=>ge,AppsListIcon:()=>Dc,ArcIcon:()=>Hi,ArchiveAdd2Icon:()=>Do,ArchiveIcon:()=>Eo,ArrowClockwiseIcon:()=>Ut,ArrowCounterclockwiseIcon:()=>Wt,ArrowDownIcon:()=>Gt,ArrowDownloadIcon:()=>Kt,ArrowEnterIcon:()=>qt,ArrowExportIcon:()=>Jt,ArrowForwardIcon:()=>k,ArrowFowardIcon:()=>k,ArrowImportIcon:()=>Yt,ArrowLeftIcon:()=>Xt,ArrowLeftRightIcon:()=>dn,ArrowMaximizeIcon:()=>vi,ArrowMinimizeIcon:()=>yi,ArrowMoveIcon:()=>Zt,ArrowRedo2Icon:()=>$t,ArrowRedoIcon:()=>Qt,ArrowReplyIcon:()=>en,ArrowRightIcon:()=>tn,ArrowRotateClockwiseIcon:()=>nn,ArrowRotateCounterclockwiseIcon:()=>rn,ArrowSortIcon:()=>an,ArrowSwapIcon:()=>on,ArrowSync2Icon:()=>kt,ArrowSyncIcon:()=>Ot,ArrowTrendingIcon:()=>A,ArrowUndo2Icon:()=>cn,ArrowUndoIcon:()=>sn,ArrowUpDownIcon:()=>un,ArrowUpIcon:()=>ln,ArrowUploadIcon:()=>fn,AsteriskIcon:()=>Qc,AttachIcon:()=>T,AttatchIcon:()=>T,BackgroundColorAccentIcon:()=>$i,BackgroundColorIcon:()=>oi,BackspaceIcon:()=>ve,BadgeIcon:()=>At,BankIcon:()=>I,BarChartIcon:()=>L,BarChartSparkleIcon:()=>ol,BarGraphIcon:()=>L,BasketballIcon:()=>Uc,BatteryFullIcon:()=>br,BatteryIcon:()=>yr,BeachIcon:()=>Pr,BeakerIcon:()=>ki,BellDotIcon:()=>Ls,BellIcon:()=>D,BellOffIcon:()=>Is,BlendIcon:()=>J,BlueskyIcon:()=>Js,BluetoothIcon:()=>la,BoardIcon:()=>Oo,BoltIcon:()=>ps,Book2Icon:()=>ka,BookAdd2Icon:()=>ja,BookAddIcon:()=>Aa,BookIcon:()=>Oa,BookInfo2Icon:()=>st,BookInfoIcon:()=>Ma,BookLetterIcon:()=>Hc,BookMarkedIcon:()=>Wc,BookOpenIcon:()=>W,BookmarkAddIcon:()=>Ao,BookmarkIcon:()=>ko,BookmarkMultipleIcon:()=>jo,BookmarkMultipleVarIcon:()=>jo,BookshelfIcon:()=>q,BorderAllIcon:()=>si,BoxAddIcon:()=>Ac,BoxDragIcon:()=>X,BoxIcon:()=>G,BoxMarginsIcon:()=>wc,BracesIcon:()=>Ai,BracesVariableIcon:()=>ji,BracketsIcon:()=>Es,BrainIcon:()=>il,BranchCompareIcon:()=>Mi,BranchFork2Icon:()=>Pi,BranchForkIcon:()=>Ni,BranchIcon:()=>ss,BranchPullRequestIcon:()=>bs,Briefcase2Icon:()=>Va,BriefcaseIcon:()=>Ba,BrightnessIcon:()=>is,BroomIcon:()=>Na,BugAddIcon:()=>Xc,BugIcon:()=>Fi,BugPlayIcon:()=>Zc,BuildingMultipleIcon:()=>Fr,BulletListIcon:()=>Tc,BulletListSquareAddIcon:()=>Cc,BulletListSquareIcon:()=>Sc,BulletListTreeIcon:()=>Ec,ButtonIcon:()=>xr,CSS2Icon:()=>qs,CSSIcon:()=>ua,CakeIcon:()=>Ga,CalculatorIcon:()=>to,CalendarIcon:()=>ct,CallEndIcon:()=>w,CallIcon:()=>C,CalligraphyPenIcon:()=>Pa,CameraIcon:()=>Ho,CancelCircleIcon:()=>jt,CancelIcon:()=>f,CancelOctagonIcon:()=>ic,CancelSquareIcon:()=>Mt,CandyIcon:()=>xs,CartIcon:()=>K,CentIcon:()=>Ha,CenterHorizontalIcon:()=>Mo,CenterVerticalIcon:()=>No,ChatGPTIcon:()=>Kc,ChatIcon:()=>Ve,ChatQuestionIcon:()=>bc,CheckboxCheckedIcon:()=>Ts,CheckboxIndeterminate2Icon:()=>Cs,CheckboxIndeterminateIcon:()=>ws,CheckboxIntermediate2Icon:()=>Cs,CheckboxListIcon:()=>Dc,CheckboxUncheckedIcon:()=>Sr,CheckmarkCheckedIcon:()=>Ts,CheckmarkCircleIcon:()=>Nt,CheckmarkIcon:()=>ye,CheckmarkIntermediateIcon:()=>ws,CheckmarkStarburstIcon:()=>b,CheeseIcon:()=>ml,ChevronDownIcon:()=>pn,ChevronLeftIcon:()=>mn,ChevronRightIcon:()=>hn,ChevronUpIcon:()=>gn,ChromeMinimizeIcon:()=>j,ChromeRestoreIcon:()=>R,ChromeRestoreVarIcon:()=>R,CircleIcon:()=>Ui,CircleSmallIcon:()=>V,ClipboardIcon:()=>Hr,ClipboardPasteIcon:()=>Ur,ClipboardSearchIcon:()=>Wr,ClockIcon:()=>Pt,CloseIcon:()=>f,ClosedCaptionsIcon:()=>Cr,CloudAddIcon:()=>uc,CloudArrowDownIcon:()=>fc,CloudArrowUpIcon:()=>dc,CloudDownloadIcon:()=>fc,CloudIcon:()=>He,CloudOffIcon:()=>pc,CloudUploadIcon:()=>dc,CodeIcon:()=>Ii,CodeSquareIcon:()=>$c,CoffeeHotIcon:()=>Ka,ColorPaletteIcon:()=>ci,CommentAdd2Icon:()=>$s,CommentAddIcon:()=>Qs,CommentExclamationIcon:()=>Ds,CommentIcon:()=>Ue,CommentMultipleIcon:()=>x,CommentMultipleVarIcon:()=>x,CompareSizeIcon:()=>Gr,CompassIcon:()=>Fa,ComponentIcon:()=>Ir,ComposeIcon:()=>be,ComputerIcon:()=>Uo,ComputerMacIcon:()=>Wo,ConeIcon:()=>_c,ConstructionConeIcon:()=>Vc,ConstructionIcon:()=>zc,ContainerIcon:()=>fl,ContractDownIcon:()=>bi,CookiesIcon:()=>qa,CopyIcon:()=>p,CopyVarIcon:()=>p,CopyleftIcon:()=>Ps,CopyrightIcon:()=>Ns,CornerRadiusIcon:()=>Wi,CreateIcon:()=>l,CreditCardIcon:()=>Pe,CropIcon:()=>xe,CssIcon:()=>ua,CubeIcon:()=>gc,CursorClickIcon:()=>Tr,CursorDragIcon:()=>Xa,CursorIcon:()=>wr,CutIcon:()=>Se,CylinderIcon:()=>hc,DarkThemeIcon:()=>Er,DatabaseAddIcon:()=>Ge,DatabaseIcon:()=>We,DeleteIcon:()=>Ce,DiamondIcon:()=>E,DiffIcon:()=>yc,DirectionsIcon:()=>Lr,DislikeIcon:()=>Qa,DismissIcon:()=>f,DoNotDisturbIcon:()=>Ft,DocumentIcon:()=>_n,DollarCircleIcon:()=>Os,DollarIcon:()=>Y,DoorIcon:()=>ms,DoorOpenIcon:()=>ys,DotCircleIcon:()=>Mc,DotIcon:()=>V,DotSquareIcon:()=>jc,DrawTextIcon:()=>vn,DropIcon:()=>Ja,EditIcon:()=>y,EggFriedIcon:()=>pl,EmailIcon:()=>S,EmojiFrownIcon:()=>zt,EmojiGrinIcon:()=>Bt,EmojiIcon:()=>O,EmojiLaughterIcon:()=>Vt,EraserIcon:()=>lt,EraserSparkleIcon:()=>el,ExclamationMarkIcon:()=>Rc,ExpandIcon:()=>xi,ExtensionIcon:()=>P,ExternalIcon:()=>z,ExternalLinkIcon:()=>z,EyeIcon:()=>m,EyeOffIcon:()=>h,EyedropperColorAccentIcon:()=>ea,EyedropperColorIcon:()=>dt,EyedropperIcon:()=>ut,FacebookIcon:()=>da,FastForwardIcon:()=>g,FastFowardIcon:()=>g,FigmaIcon:()=>fa,FileAddIcon:()=>cr,FileIcon:()=>sr,FileMultipleIcon:()=>Xs,FileSyncIcon:()=>lr,FileTextIcon:()=>Lc,Filter2Icon:()=>Fo,FilterCancel2Icon:()=>Lo,FilterCancelIcon:()=>Io,FilterIcon:()=>Po,FindIcon:()=>je,Flag2Icon:()=>Ws,FlagIcon:()=>Ia,FlashlightIcon:()=>ft,FloppyDiskIcon:()=>M,FloppyDiskMultipleIcon:()=>Q,FoldableHorizontalHalfIcon:()=>Ko,FoldableHorizontalIcon:()=>Go,FoldableVerticalHalfIcon:()=>Jo,FoldableVerticalIcon:()=>qo,FolderAddIcon:()=>dr,FolderIcon:()=>ur,FolderMultipleIcon:()=>ac,FolderOpenIcon:()=>fr,FoodIcon:()=>cl,FootballIcon:()=>bl,FullScreenMaximizeIcon:()=>Si,FullScreenMinimizeIcon:()=>Ci,GNULinuxIcon:()=>ls,GameIcon:()=>Yo,GiftIcon:()=>pt,GitCommitIcon:()=>Li,GitHubIcon:()=>pa,GitLabIcon:()=>Rs,GithubIcon:()=>pa,GitlabIcon:()=>Rs,GlassesIcon:()=>ul,GlobeIcon:()=>Ke,Google2Icon:()=>ha,GoogleChromeIcon:()=>ga,GoogleIcon:()=>ma,GooglePlayIcon:()=>_a,GraphIcon:()=>Ua,GridDotsIcon:()=>qr,GridIcon:()=>Kr,HTMLIcon:()=>va,HamburgerIcon:()=>Ya,HandIcon:()=>Za,HappyFaceIcon:()=>O,HardDriveIcon:()=>pr,HashIcon:()=>no,HatGraduationIcon:()=>mt,HeadphonesIcon:()=>ao,HeadphonesOffIcon:()=>Hs,HeartIcon:()=>_,HeartStylisticIcon:()=>we,HexagonIcon:()=>Gi,HiddenIcon:()=>h,HideIcon:()=>h,HighlighterAccentIcon:()=>ta,HighlighterIcon:()=>ht,HistoryIcon:()=>go,Home2Icon:()=>Rr,HomeIcon:()=>F,HourglassIcon:()=>gt,HouseIcon:()=>F,HtmlIcon:()=>va,InfinityIcon:()=>Bs,InfoIcon:()=>It,InfoSquareIcon:()=>xc,InstagramIcon:()=>ya,JavaScriptIcon:()=>ba,JavascriptIcon:()=>ba,KebabIcon:()=>v,KeyIcon:()=>al,KeyboardCommandIcon:()=>Fs,KeyboardIcon:()=>Xo,KeyboardShiftIcon:()=>Te,KotlinIcon:()=>Gc,LaptopIcon:()=>Zo,LayersIcon:()=>_t,LayoutIcon:()=>Jr,LeafIcon:()=>po,LeafThreeIcon:()=>mo,LeafTwoIcon:()=>ho,LibraryIcon:()=>q,LightbulbIcon:()=>vt,LikeIcon:()=>$a,LineDiagonalIcon:()=>Ki,LineHorizontalIcon:()=>j,LinkIcon:()=>yt,LinuxIcon:()=>ls,LocationIcon:()=>zr,LockIcon:()=>Fe,LockOpenIcon:()=>Ie,LoveIcon:()=>_,MagnetIcon:()=>tl,MailIcon:()=>S,MailOpenIcon:()=>qe,MapIcon:()=>Br,MaskIcon:()=>li,MathIcon:()=>Vs,MegaphoneIcon:()=>Je,MegaphoneLoudIcon:()=>Ye,MentionIcon:()=>Xe,MenuIcon:()=>Dr,MicrophoneIcon:()=>bt,MicrophoneOffIcon:()=>xt,MicrosoftEdgeIcon:()=>xa,MicrosoftIcon:()=>H,MicrosoftWindowsIcon:()=>H,MinusIcon:()=>j,MoneyIcon:()=>Y,MoonIcon:()=>as,MoreHorizontalIcon:()=>v,MoreIcon:()=>v,MoreVerticalIcon:()=>Ee,MotherboardIcon:()=>Qo,MovieIcon:()=>oo,MuseumIcon:()=>I,MusicNote2Icon:()=>co,MusicNoteIcon:()=>so,NPMIcon:()=>ds,NarratorIcon:()=>Ze,NodeJSIcon:()=>fs,NodejsIcon:()=>fs,NoteAddIcon:()=>bn,NoteIcon:()=>yn,NotificationIcon:()=>D,NpmIcon:()=>ds,OctagonIcon:()=>qi,OffIcon:()=>$,OpenAIIcon:()=>Kc,OpenIcon:()=>z,OpenSourceIcon:()=>hs,PDF2Icon:()=>hr,PDFIcon:()=>mr,PackageIcon:()=>G,PageMarginsIcon:()=>Yr,PaintBucketAccentIcon:()=>na,PaintBucketIcon:()=>ui,Paintbrush2Icon:()=>fi,Paintbrush2SparkleIcon:()=>Yc,PaintbrushIcon:()=>di,PanelBottomIcon:()=>ec,PanelBottomOpenIcon:()=>tc,PanelLeftContractIcon:()=>Zr,PanelLeftExpandIcon:()=>Qr,PanelLeftIcon:()=>Xr,PanelLeftOpenIcon:()=>ei,PanelRightContractIcon:()=>ni,PanelRightExpandIcon:()=>ri,PanelRightIcon:()=>ti,PanelRightOpenIcon:()=>$r,ParcelIcon:()=>G,ParenthesesIcon:()=>Ks,PauseIcon:()=>De,PdfIcon:()=>mr,PenIcon:()=>y,PencilIcon:()=>y,PencilSparkleIcon:()=>Jc,PentagonIcon:()=>Ji,Person2Icon:()=>$e,PersonAdd2Icon:()=>tt,PersonAddIcon:()=>et,PersonCircleIcon:()=>nt,PersonIcon:()=>Qe,PersonMultipleIcon:()=>rt,PhoneAcceptIcon:()=>C,PhoneHangUpIcon:()=>w,PhoneIcon:()=>$o,PhotoAIIcon:()=>qc,PhotoAddIcon:()=>Bc,PhotoFilter2Icon:()=>ll,PhotoFilterIcon:()=>J,PhotoIcon:()=>gr,PhotoMultipleIcon:()=>Zs,PhotoSparkleIcon:()=>qc,PictureInPicture2Icon:()=>Ti,PictureInPictureEnterIcon:()=>Ei,PictureInPictureExitIcon:()=>Di,PictureInPictureIcon:()=>wi,PieChartIcon:()=>Ic,PinIcon:()=>St,PinOffIcon:()=>Ct,PizzaIcon:()=>yl,PlayCircleIcon:()=>ke,PlayCircularIcon:()=>ke,PlayIcon:()=>Oe,PlusIcon:()=>l,PowerIcon:()=>$,PowerOffIcon:()=>$,PowerOnIcon:()=>$,PremiumIcon:()=>E,PreviewIcon:()=>m,PrinterIcon:()=>es,ProhibitedIcon:()=>Lt,PulseIcon:()=>dl,PuzzleIcon:()=>P,PythonIcon:()=>Sa,QRCodeIcon:()=>_r,QrCodeIcon:()=>_r,QuestionCircleIcon:()=>vo,QuestionIcon:()=>_o,QuoteIcon:()=>xn,ReactJSIcon:()=>zs,ReactjsIcon:()=>zs,ReadIcon:()=>W,ReadingIcon:()=>W,RecordIcon:()=>_s,RecordStopIcon:()=>vs,RectangleWideIcon:()=>Yi,RegularExpressionIcon:()=>ks,RepositoryIcon:()=>Wc,ReverseIcon:()=>Ae,RhombusIcon:()=>Xi,RibbonIcon:()=>La,RibbonStarIcon:()=>Ra,RoadBarrierIcon:()=>zc,RoadConeIcon:()=>Vc,RobloxIcon:()=>Ca,RocketIcon:()=>_l,RoseIcon:()=>gl,RulerDiagonalIcon:()=>As,RulerIcon:()=>ro,SaplingIcon:()=>vl,SaveAllIcon:()=>Q,SaveAsIcon:()=>N,SaveIcon:()=>M,SaveMultipleIcon:()=>Q,SavePencilIcon:()=>N,ScreenSizeIcon:()=>io,Script2Icon:()=>zi,ScriptIcon:()=>Ri,SearchCancelIcon:()=>u,SearchIcon:()=>je,SearchNoResultsIcon:()=>u,SectionBreakIcon:()=>Ro,SendIcon:()=>it,ServerIcon:()=>Gs,SettingsIcon:()=>Or,ShapeDifferenceIcon:()=>pi,ShapeIntersectIcon:()=>mi,ShapeSubtractIcon:()=>hi,ShapeUnionIcon:()=>gi,ShieldCancelIcon:()=>Re,ShieldCheckmarkIcon:()=>ze,ShieldIcon:()=>Le,ShieldKeyholeIcon:()=>Be,ShopIcon:()=>K,ShoppingCartIcon:()=>K,ShoppingIcon:()=>K,ShowIcon:()=>m,SkullIcon:()=>Ht,SlashBoxIcon:()=>Ms,SlashSquareIcon:()=>Ms,SmileIcon:()=>O,SmileyIcon:()=>O,SoccerIcon:()=>bl,SoundwaveIcon:()=>lo,SpacebarIcon:()=>Sn,Sparkle2Icon:()=>lc,SparkleIcon:()=>yo,SpinnerIcon:()=>Rt,SplitHorizontalIcon:()=>rc,SplitVerticalIcon:()=>nc,SquareDragIcon:()=>X,SquareIcon:()=>Zi,SquareMarginsIcon:()=>wc,StarIcon:()=>Me,Stocks2Icon:()=>A,StocksIcon:()=>Ua,StrokeThicknessIcon:()=>_i,SubtractIcon:()=>j,SubtractSquareIcon:()=>cc,SubtractSquareMultipleIcon:()=>sc,SvelteIcon:()=>Ss,SymbolsIcon:()=>Cn,TVIcon:()=>ts,TableIcon:()=>ii,TableSimpleIcon:()=>ai,TabletIcon:()=>ns,TagAccentIcon:()=>ra,TagAddIcon:()=>Pc,TagIcon:()=>zo,TagMultipleIcon:()=>Bo,TagMultipleVarIcon:()=>Bo,TagRemoveIcon:()=>Fc,TargetIcon:()=>mc,TaskListIcon:()=>Vo,TasksIcon:()=>Vo,TerminalIcon:()=>Bi,TextAddIcon:()=>Tn,TextAlignCenterIcon:()=>En,TextAlignJustifyIcon:()=>Dn,TextAlignLeftIcon:()=>On,TextAlignRightIcon:()=>kn,TextBoldIcon:()=>An,TextBulletListIcon:()=>Tc,TextBulletListSquareAddIcon:()=>Cc,TextBulletListSquareIcon:()=>Sc,TextBulletListTreeIcon:()=>Ec,TextCaseLowercaseIcon:()=>jn,TextCaseTitleIcon:()=>Mn,TextCaseUppercaseIcon:()=>Nn,TextClearFormattingIcon:()=>Pn,TextCollapseIcon:()=>Fn,TextColorAccentIcon:()=>ia,TextColorIcon:()=>In,TextDescriptionIcon:()=>oc,TextDocumentIcon:()=>Lc,TextEditStyleIcon:()=>Ln,TextEffectsIcon:()=>Rn,TextExpandIcon:()=>zn,TextFontIcon:()=>Bn,TextFontSizeIcon:()=>Vn,TextFootnoteIcon:()=>Hn,TextHighlightColorAccentIcon:()=>aa,TextHighlightColorIcon:()=>Un,TextIcon:()=>wn,TextIndentDecreaseIcon:()=>Wn,TextIndentIncreaseIcon:()=>Gn,TextItalicIcon:()=>Kn,TextLargeIcon:()=>qn,TextLetterSpacingIcon:()=>Jn,TextLineHeightIcon:()=>Yn,TextLineSpacingIcon:()=>Xn,TextNumberListIcon:()=>Zn,TextPositionBottomIcon:()=>Qn,TextPositionMiddleIcon:()=>$n,TextPositionTopIcon:()=>er,TextSmallIcon:()=>tr,TextStrikethroughIcon:()=>nr,TextSubscriptIcon:()=>rr,TextSuperscriptIcon:()=>ir,TextTypographyIcon:()=>ar,TextUnderlineIcon:()=>or,ThumbsDownIcon:()=>Qa,ThumbsUpIcon:()=>$a,TikTokIcon:()=>wa,TiktokIcon:()=>wa,TimerIcon:()=>wt,TimerOffIcon:()=>Oc,ToastIcon:()=>hl,ToolboxIcon:()=>Wa,ToyBrickIcon:()=>rl,TreasureChestIcon:()=>nl,TriangleIcon:()=>Qi,TrophyIcon:()=>sl,TuneIcon:()=>Ne,TvIcon:()=>ts,TwitterIcon:()=>U,TypeScriptIcon:()=>js,TypescriptIcon:()=>js,UbuntuIcon:()=>cs,VehicleCarIcon:()=>Vr,VerifiedIcon:()=>b,VideoClipIcon:()=>Vi,VideoIcon:()=>za,VisibleIcon:()=>h,VisualStudioCodeIcon:()=>Ta,Volume0Icon:()=>Z,Volume1Icon:()=>uo,VolumeHighIcon:()=>Z,VolumeIcon:()=>Z,VolumeLowIcon:()=>uo,VolumeMediumIcon:()=>Z,VolumeMuteIcon:()=>fo,VueJSIcon:()=>gs,VuejsIcon:()=>gs,WatchIcon:()=>rs,WeatherCloudyIcon:()=>os,WebpackIcon:()=>us,WiFiIcon:()=>at,WindowAddIcon:()=>Ys,WindowIcon:()=>Oi,WindowMultipleIcon:()=>B,WindowMultipleVarIcon:()=>B,Windows10Icon:()=>H,WrenchIcon:()=>Tt,XIcon:()=>f,XTwitterIcon:()=>U,YouTubeIcon:()=>Ea,YouTubeShortsIcon:()=>Da,YoutubeIcon:()=>Ea,YoutubeShortsIcon:()=>Da,ZapIcon:()=>ps,ZoomInIcon:()=>kr,ZoomOutIcon:()=>Ar,accessibility:()=>vr,add:()=>l,addCircle:()=>fe,addCircular:()=>fe,addRhombus:()=>pe,addSquare:()=>me,addSquareMultiple:()=>d,addSquareMultipleVar:()=>d,addition:()=>l,airplane:()=>jr,airplaneLanding:()=>Mr,airplaneTakeoff:()=>Nr,alarmClock:()=>kc,album:()=>Nc,alertCircle:()=>Et,alertRhombus:()=>vc,alertTriangle:()=>Dt,alignBottom:()=>bo,alignHorizontalCenters:()=>xo,alignLeft:()=>So,alignRight:()=>Co,alignTop:()=>wo,alignVerticalCenters:()=>To,amazon:()=>oa,americanFootball:()=>xl,anchor:()=>ot,android:()=>Us,angle:()=>eo,appRemove:()=>he,appStore:()=>sa,apple:()=>ca,apps:()=>ge,appsAdd:()=>_e,appsList:()=>Dc,arc:()=>Hi,archive:()=>Eo,archiveAdd2:()=>Do,arrowClockwise:()=>Ut,arrowCounterclockwise:()=>Wt,arrowDown:()=>Gt,arrowDownload:()=>Kt,arrowEnter:()=>qt,arrowExport:()=>Jt,arrowForward:()=>k,arrowFoward:()=>k,arrowImport:()=>Yt,arrowLeft:()=>Xt,arrowLeftRight:()=>dn,arrowMaximize:()=>vi,arrowMinimize:()=>yi,arrowMove:()=>Zt,arrowRedo:()=>Qt,arrowRedo2:()=>$t,arrowReply:()=>en,arrowRight:()=>tn,arrowRotateClockwise:()=>nn,arrowRotateCounterclockwise:()=>rn,arrowSort:()=>an,arrowSwap:()=>on,arrowSync:()=>Ot,arrowSync2:()=>kt,arrowTrending:()=>A,arrowUndo:()=>sn,arrowUndo2:()=>cn,arrowUp:()=>ln,arrowUpDown:()=>un,arrowUpload:()=>fn,asterisk:()=>Qc,attach:()=>T,attatch:()=>T,backgroundColor:()=>oi,backgroundColorAccent:()=>$i,backspace:()=>ve,badge:()=>At,bank:()=>I,barChart:()=>L,barChartSparkle:()=>ol,barGraph:()=>L,basketball:()=>Uc,battery:()=>yr,batteryFull:()=>br,beach:()=>Pr,beaker:()=>ki,bell:()=>D,bellDot:()=>Ls,bellOff:()=>Is,blend:()=>J,bluesky:()=>Js,bluetooth:()=>la,board:()=>Oo,bolt:()=>ps,book:()=>Oa,book2:()=>ka,bookAdd:()=>Aa,bookAdd2:()=>ja,bookInfo:()=>Ma,bookInfo2:()=>st,bookLetter:()=>Hc,bookMarked:()=>Wc,bookOpen:()=>W,bookmark:()=>ko,bookmarkAdd:()=>Ao,bookmarkMultiple:()=>jo,bookmarkMultipleVar:()=>jo,bookshelf:()=>q,borderAll:()=>si,box:()=>G,boxAdd:()=>Ac,boxDrag:()=>X,boxMargins:()=>wc,braces:()=>Ai,bracesVariable:()=>ji,brackets:()=>Es,brain:()=>il,branch:()=>ss,branchCompare:()=>Mi,branchFork:()=>Ni,branchFork2:()=>Pi,branchPullRequest:()=>bs,briefcase:()=>Ba,briefcase2:()=>Va,brightness:()=>is,broom:()=>Na,bug:()=>Fi,bugAdd:()=>Xc,bugPlay:()=>Zc,buildingMultiple:()=>Fr,bulletList:()=>Tc,bulletListSquare:()=>Sc,bulletListSquareAdd:()=>Cc,bulletListTree:()=>Ec,button:()=>xr,cake:()=>Ga,calculator:()=>to,calendar:()=>ct,call:()=>C,callEnd:()=>w,calligraphyPen:()=>Pa,camera:()=>Ho,cancel:()=>f,cancelCircle:()=>jt,cancelOctagon:()=>ic,cancelSquare:()=>Mt,candy:()=>xs,cart:()=>K,cent:()=>Ha,centerHorizontal:()=>Mo,centerVertical:()=>No,chat:()=>Ve,chatQuestion:()=>bc,chatgpt:()=>Kc,checkboxChecked:()=>Ts,checkboxIndeterminate:()=>ws,checkboxIndeterminate2:()=>Cs,checkboxIntermediate2:()=>Cs,checkboxList:()=>Dc,checkboxUnchecked:()=>Sr,checkmark:()=>ye,checkmarkChecked:()=>Ts,checkmarkCircle:()=>Nt,checkmarkIntermediate:()=>ws,checkmarkStarburst:()=>b,cheese:()=>ml,chevronDown:()=>pn,chevronLeft:()=>mn,chevronRight:()=>hn,chevronUp:()=>gn,chromeMinimize:()=>j,chromeRestore:()=>R,chromeRestoreVar:()=>R,circle:()=>Ui,circleSmall:()=>V,clipboard:()=>Hr,clipboardPaste:()=>Ur,clipboardSearch:()=>Wr,clock:()=>Pt,close:()=>f,closedCaptions:()=>Cr,cloud:()=>He,cloudAdd:()=>uc,cloudArrowDown:()=>fc,cloudArrowUp:()=>dc,cloudDownload:()=>fc,cloudOff:()=>pc,cloudUpload:()=>dc,code:()=>Ii,codeSquare:()=>$c,coffeeHot:()=>Ka,colorPalette:()=>ci,comment:()=>Ue,commentAdd:()=>Qs,commentAdd2:()=>$s,commentExclamation:()=>Ds,commentMultiple:()=>x,commentMultipleVar:()=>x,compareSize:()=>Gr,compass:()=>Fa,component:()=>Ir,compose:()=>be,computer:()=>Uo,computerMac:()=>Wo,cone:()=>_c,construction:()=>zc,constructionCone:()=>Vc,container:()=>fl,contractDown:()=>bi,cookies:()=>qa,copy:()=>p,copyVar:()=>p,copyleft:()=>Ps,copyright:()=>Ns,cornerRadius:()=>Wi,create:()=>l,creditCard:()=>Pe,crop:()=>xe,css:()=>ua,css2:()=>qs,cube:()=>gc,cursor:()=>wr,cursorClick:()=>Tr,cursorDrag:()=>Xa,cut:()=>Se,cylinder:()=>hc,darkTheme:()=>Er,database:()=>We,databaseAdd:()=>Ge,delete:()=>Ce,diamond:()=>E,diff:()=>yc,directions:()=>Lr,dislike:()=>Qa,dismiss:()=>f,doNotDisturb:()=>Ft,document:()=>_n,dollar:()=>Y,dollarCircle:()=>Os,door:()=>ms,doorOpen:()=>ys,dot:()=>V,dotCircle:()=>Mc,dotSquare:()=>jc,drawText:()=>vn,drop:()=>Ja,edit:()=>y,eggFried:()=>pl,email:()=>S,emoji:()=>O,emojiFrown:()=>zt,emojiGrin:()=>Bt,emojiLaughter:()=>Vt,eraser:()=>lt,eraserSparkle:()=>el,exclamationMark:()=>Rc,expand:()=>xi,extension:()=>P,external:()=>z,externalLink:()=>z,eye:()=>m,eyeOff:()=>h,eyedropper:()=>ut,eyedropperColor:()=>dt,eyedropperColorAccent:()=>ea,facebook:()=>da,fastForward:()=>g,fastFoward:()=>g,figma:()=>fa,file:()=>sr,fileAdd:()=>cr,fileMultiple:()=>Xs,fileSync:()=>lr,fileText:()=>Lc,filter:()=>Po,filter2:()=>Fo,filterCancel:()=>Io,filterCancel2:()=>Lo,find:()=>je,flag:()=>Ia,flag2:()=>Ws,flashlight:()=>ft,floppyDisk:()=>M,floppyDiskMultiple:()=>Q,foldableHorizontal:()=>Go,foldableHorizontalHalf:()=>Ko,foldableVertical:()=>qo,foldableVerticalHalf:()=>Jo,folder:()=>ur,folderAdd:()=>dr,folderMultiple:()=>ac,folderOpen:()=>fr,food:()=>cl,football:()=>bl,fullScreenMaximize:()=>Si,fullScreenMinimize:()=>Ci,game:()=>Yo,gift:()=>pt,gitCommit:()=>Li,github:()=>pa,gitlab:()=>Rs,glasses:()=>ul,globe:()=>Ke,gnuLinux:()=>ls,google:()=>ma,google2:()=>ha,googleChrome:()=>ga,googlePlay:()=>_a,graph:()=>Ua,grid:()=>Kr,gridDots:()=>qr,hamburger:()=>Ya,hand:()=>Za,happyFace:()=>O,hardDrive:()=>pr,hash:()=>no,hatGraduation:()=>mt,headphones:()=>ao,headphonesOff:()=>Hs,heart:()=>_,heartStylistic:()=>we,hexagon:()=>Gi,hidden:()=>h,hide:()=>h,highlighter:()=>ht,highlighterAccent:()=>ta,history:()=>go,home:()=>F,home2:()=>Rr,hourglass:()=>gt,house:()=>F,html:()=>va,infinity:()=>Bs,info:()=>It,infoSquare:()=>xc,instagram:()=>ya,javascript:()=>ba,kebab:()=>v,key:()=>al,keyboard:()=>Xo,keyboardCommand:()=>Fs,keyboardShift:()=>Te,kotlin:()=>Gc,laptop:()=>Zo,layers:()=>_t,layout:()=>Jr,leaf:()=>po,leafThree:()=>mo,leafTwo:()=>ho,library:()=>q,lightbulb:()=>vt,like:()=>$a,lineDiagonal:()=>Ki,lineHorizontal:()=>j,link:()=>yt,linux:()=>ls,location:()=>zr,lock:()=>Fe,lockOpen:()=>Ie,love:()=>_,magnet:()=>tl,mail:()=>S,mailOpen:()=>qe,map:()=>Br,mask:()=>li,math:()=>Vs,megaphone:()=>Je,megaphoneLoud:()=>Ye,mention:()=>Xe,menu:()=>Dr,microphone:()=>bt,microphoneOff:()=>xt,microsoft:()=>H,microsoftEdge:()=>xa,microsoftWindows:()=>H,minus:()=>j,money:()=>Y,moon:()=>as,more:()=>v,moreHorizontal:()=>v,moreVertical:()=>Ee,motherboard:()=>Qo,movie:()=>oo,museum:()=>I,musicNote:()=>so,musicNote2:()=>co,narrator:()=>Ze,nodejs:()=>fs,note:()=>yn,noteAdd:()=>bn,notification:()=>D,npm:()=>ds,octagon:()=>qi,off:()=>$,open:()=>z,openSource:()=>hs,openai:()=>Kc,package:()=>G,pageMargins:()=>Yr,paintBucket:()=>ui,paintBucketAccent:()=>na,paintbrush:()=>di,paintbrush2:()=>fi,paintbrush2Sparkle:()=>Yc,panelBottom:()=>ec,panelBottomOpen:()=>tc,panelLeft:()=>Xr,panelLeftContract:()=>Zr,panelLeftExpand:()=>Qr,panelLeftOpen:()=>ei,panelRight:()=>ti,panelRightContract:()=>ni,panelRightExpand:()=>ri,panelRightOpen:()=>$r,parcel:()=>G,parentheses:()=>Ks,pause:()=>De,pdf:()=>mr,pdf2:()=>hr,pen:()=>y,pencil:()=>y,pencilSparkle:()=>Jc,pentagon:()=>Ji,person:()=>Qe,person2:()=>$e,personAdd:()=>et,personAdd2:()=>tt,personCircle:()=>nt,personMultiple:()=>rt,phone:()=>$o,phoneAccept:()=>C,phoneHangUp:()=>w,photo:()=>gr,photoAI:()=>qc,photoAdd:()=>Bc,photoFilter:()=>J,photoFilter2:()=>ll,photoMultiple:()=>Zs,photoSparkle:()=>qc,pictureInPicture:()=>wi,pictureInPicture2:()=>Ti,pictureInPictureEnter:()=>Ei,pictureInPictureExit:()=>Di,pieChart:()=>Ic,pin:()=>St,pinOff:()=>Ct,pizza:()=>yl,play:()=>Oe,playCircle:()=>ke,playCircular:()=>ke,plus:()=>l,power:()=>$,powerOff:()=>$,powerOn:()=>$,premium:()=>E,preview:()=>m,printer:()=>es,prohibited:()=>Lt,pulse:()=>dl,puzzle:()=>P,python:()=>Sa,qrCode:()=>_r,question:()=>_o,questionCircle:()=>vo,quote:()=>xn,reactjs:()=>zs,read:()=>W,reading:()=>W,record:()=>_s,recordStop:()=>vs,rectangleWide:()=>Yi,regularExpression:()=>ks,repository:()=>Wc,reverse:()=>Ae,rhombus:()=>Xi,ribbon:()=>La,ribbonStar:()=>Ra,roadBarrier:()=>zc,roadCone:()=>Vc,roblox:()=>Ca,rocket:()=>_l,rose:()=>gl,ruler:()=>ro,rulerDiagonal:()=>As,sapling:()=>vl,save:()=>M,saveAll:()=>Q,saveAs:()=>N,saveMultiple:()=>Q,savePencil:()=>N,screenSize:()=>io,script:()=>Ri,script2:()=>zi,search:()=>je,searchCancel:()=>u,searchNoResults:()=>u,sectionBreak:()=>Ro,send:()=>it,server:()=>Gs,settings:()=>Or,shapeDifference:()=>pi,shapeIntersect:()=>mi,shapeSubtract:()=>hi,shapeUnion:()=>gi,shield:()=>Le,shieldCancel:()=>Re,shieldCheckmark:()=>ze,shieldKeyhole:()=>Be,shop:()=>K,shopping:()=>K,shoppingCart:()=>K,show:()=>m,skull:()=>Ht,slashBox:()=>Ms,slashSquare:()=>Ms,smile:()=>O,smiley:()=>O,soccer:()=>bl,soundwave:()=>lo,spacebar:()=>Sn,sparkle:()=>yo,sparkle2:()=>lc,spinner:()=>Rt,splitHorizontal:()=>rc,splitVertical:()=>nc,square:()=>Zi,squareDrag:()=>X,squareMargins:()=>wc,star:()=>Me,stocks:()=>Ua,stocks2:()=>A,strokeThickness:()=>_i,subtract:()=>j,subtractSquare:()=>cc,subtractSquareMultiple:()=>sc,svelte:()=>Ss,symbols:()=>Cn,table:()=>ii,tableSimple:()=>ai,tablet:()=>ns,tag:()=>zo,tagAccent:()=>ra,tagAdd:()=>Pc,tagMultiple:()=>Bo,tagMultipleVar:()=>Bo,tagRemove:()=>Fc,target:()=>mc,taskList:()=>Vo,tasks:()=>Vo,terminal:()=>Bi,text:()=>wn,textAdd:()=>Tn,textAlignCenter:()=>En,textAlignJustify:()=>Dn,textAlignLeft:()=>On,textAlignRight:()=>kn,textBold:()=>An,textBulletList:()=>Tc,textBulletListSquare:()=>Sc,textBulletListSquareAdd:()=>Cc,textBulletListTree:()=>Ec,textCaseLowercase:()=>jn,textCaseTitle:()=>Mn,textCaseUppercase:()=>Nn,textClearFormatting:()=>Pn,textCollapse:()=>Fn,textColor:()=>In,textColorAccent:()=>ia,textDescription:()=>oc,textDocument:()=>Lc,textEditStyle:()=>Ln,textEffects:()=>Rn,textExpand:()=>zn,textFont:()=>Bn,textFontSize:()=>Vn,textFootnote:()=>Hn,textHighlightColor:()=>Un,textHighlightColorAccent:()=>aa,textIndentDecrease:()=>Wn,textIndentIncrease:()=>Gn,textItalic:()=>Kn,textLarge:()=>qn,textLetterSpacing:()=>Jn,textLineHeight:()=>Yn,textLineSpacing:()=>Xn,textNumberList:()=>Zn,textPositionBottom:()=>Qn,textPositionMiddle:()=>$n,textPositionTop:()=>er,textSmall:()=>tr,textStrikethrough:()=>nr,textSubscript:()=>rr,textSuperscript:()=>ir,textTypography:()=>ar,textUnderline:()=>or,thumbsDown:()=>Qa,thumbsUp:()=>$a,tiktok:()=>wa,timer:()=>wt,timerOff:()=>Oc,toast:()=>hl,toolbox:()=>Wa,toyBrick:()=>rl,treasureChest:()=>nl,triangle:()=>Qi,trophy:()=>sl,tune:()=>Ne,tv:()=>ts,twitter:()=>U,typescript:()=>js,ubuntu:()=>cs,vehicleCar:()=>Vr,verified:()=>b,video:()=>za,videoClip:()=>Vi,visible:()=>h,visualStudioCode:()=>Ta,volume:()=>Z,volume0:()=>Z,volume1:()=>uo,volumeHigh:()=>Z,volumeLow:()=>uo,volumeMedium:()=>Z,volumeMute:()=>fo,vuejs:()=>gs,watch:()=>rs,weatherCloudy:()=>os,webpack:()=>us,wiFi:()=>at,window:()=>Oi,windowAdd:()=>Ys,windowMultiple:()=>B,windowMultipleVar:()=>B,windows10:()=>H,wrench:()=>Tt,x:()=>f,xTwitter:()=>U,youtube:()=>Ea,youtubeShorts:()=>Da,zap:()=>ps,zoomIn:()=>kr,zoomOut:()=>Ar},1);function Cl(e){let t=e.toLowerCase();return Sl[Object.keys(Sl).find(e=>{let n=e.replace(/Icon$/,``).toLowerCase();return n==t||n+`icon`==t||ee(n)==t||n==te(t)})]}var wl=Cl;function Tl(e,t){var n,r,i;if(!((n=window)!=null&&n.document))throw Error(`proicons.replace() only works in a browser environment`);e!=null||(e=document.body);let a=(r=t==null?void 0:t.useAttributes)==null?!0:r,o=(i=t==null?void 0:t.attributeName)==null?`proicon`:i;for(let n of e.querySelectorAll(`[${o}]`)){var ee;let e=(ee=t==null?void 0:t.overwrite)==null?`auto`:ee;(e==`auto`||e==null||e==null)&&(e=!n.hasChildNodes());let r=n.getAttribute(o).trim();if(!wl(r))continue;let i=document.createElement(`svg`),te={color:`color`,"stroke-width":`strokeWidth`,join:`strokeJoin`,caps:`strokeCaps`,"corner-radius":`cornerRadius`,outline:`strokeFilledElements`,size:`size`},ne={strokeWidth:`number`,strokeFilledElements:`bool`,cornerRadius:`number`,size:`number`},s={};if(a){for(let[e,t]of Object.entries(te))if(n.hasAttribute(e)){let r=n.getAttribute(e);ne[t]==`number`?r=isNaN(+r)?void 0:+r:ne[t]==`bool`&&(r=r===`true`),s[t]=r,n.removeAttribute(e)}for(let{name:e,value:t}of n.attributes)s.attributes!=null||(s.attributes={}),s.attributes[e]=t;Object.assign(structuredClone(t==null?{}:t),s)}i.innerHTML=wl(r).toSvg(s),i=i.children[0],i.classList.add(`proicon`),i.setAttribute(`data-proicon-id`,wl(r).kebabCase),e==1?n.replaceWith(i):n.insertBefore(i,n.childNodes[0])}}var El=Tl;function Dl(e){if(!e)throw TypeError(`A query is required`);e=e.toString().toLowerCase();let t=Object.values(Sl);return t.filter((n,r)=>Object.entries(n).some(([t,n])=>{if(!(!Array.isArray(n)&&typeof n!=`string`||t==`raw`))return Array.isArray(n)?n.some(t=>t.toLowerCase().includes(e)):n.toLowerCase().includes(e)})&&t.indexOf(n)===r)}var Ol=Dl;e.AccessibilityIcon=vr,e.accessibility=vr,e.AddCircleIcon=fe,e.AddCircularIcon=fe,e.addCircle=fe,e.addCircular=fe,e.AddIcon=l,e.AdditionIcon=l,e.CreateIcon=l,e.PlusIcon=l,e.add=l,e.addition=l,e.create=l,e.plus=l,e.AddRhombusIcon=pe,e.addRhombus=pe,e.AddSquareIcon=me,e.addSquare=me,e.AddSquareMultipleIcon=d,e.AddSquareMultipleVarIcon=d,e.addSquareMultiple=d,e.addSquareMultipleVar=d,e.AirplaneIcon=jr,e.airplane=jr,e.AirplaneLandingIcon=Mr,e.airplaneLanding=Mr,e.AirplaneTakeoffIcon=Nr,e.airplaneTakeoff=Nr,e.AlarmClockIcon=kc,e.alarmClock=kc,e.AlbumIcon=Nc,e.album=Nc,e.AlertCircleIcon=Et,e.alertCircle=Et,e.AlertRhombusIcon=vc,e.alertRhombus=vc,e.AlertTriangleIcon=Dt,e.alertTriangle=Dt,e.AlignBottomIcon=bo,e.alignBottom=bo,e.AlignHorizontalCentersIcon=xo,e.alignHorizontalCenters=xo,e.AlignLeftIcon=So,e.alignLeft=So,e.AlignRightIcon=Co,e.alignRight=Co,e.AlignTopIcon=wo,e.alignTop=wo,e.AlignVerticalCentersIcon=To,e.alignVerticalCenters=To,e.AmazonIcon=oa,e.amazon=oa,e.AmericanFootballIcon=xl,e.americanFootball=xl,e.AnchorIcon=ot,e.anchor=ot,e.AndroidIcon=Us,e.android=Us,e.AngleIcon=eo,e.angle=eo,e.AppRemoveIcon=he,e.appRemove=he,e.AppStoreIcon=sa,e.appStore=sa,e.AppleIcon=ca,e.apple=ca,e.AppsAddIcon=_e,e.appsAdd=_e,e.AppsIcon=ge,e.apps=ge,e.AppsListIcon=Dc,e.CheckboxListIcon=Dc,e.appsList=Dc,e.checkboxList=Dc,e.ArcIcon=Hi,e.arc=Hi,e.ArchiveAdd2Icon=Do,e.archiveAdd2=Do,e.ArchiveIcon=Eo,e.archive=Eo,e.ArrowClockwiseIcon=Ut,e.arrowClockwise=Ut,e.ArrowCounterclockwiseIcon=Wt,e.arrowCounterclockwise=Wt,e.ArrowDownIcon=Gt,e.arrowDown=Gt,e.ArrowDownloadIcon=Kt,e.arrowDownload=Kt,e.ArrowEnterIcon=qt,e.arrowEnter=qt,e.ArrowExportIcon=Jt,e.arrowExport=Jt,e.ArrowForwardIcon=k,e.ArrowFowardIcon=k,e.arrowForward=k,e.arrowFoward=k,e.ArrowImportIcon=Yt,e.arrowImport=Yt,e.ArrowLeftIcon=Xt,e.arrowLeft=Xt,e.ArrowLeftRightIcon=dn,e.arrowLeftRight=dn,e.ArrowMaximizeIcon=vi,e.arrowMaximize=vi,e.ArrowMinimizeIcon=yi,e.arrowMinimize=yi,e.ArrowMoveIcon=Zt,e.arrowMove=Zt,e.ArrowRedo2Icon=$t,e.arrowRedo2=$t,e.ArrowRedoIcon=Qt,e.arrowRedo=Qt,e.ArrowReplyIcon=en,e.arrowReply=en,e.ArrowRightIcon=tn,e.arrowRight=tn,e.ArrowRotateClockwiseIcon=nn,e.arrowRotateClockwise=nn,e.ArrowRotateCounterclockwiseIcon=rn,e.arrowRotateCounterclockwise=rn,e.ArrowSortIcon=an,e.arrowSort=an,e.ArrowSwapIcon=on,e.arrowSwap=on,e.ArrowSync2Icon=kt,e.arrowSync2=kt,e.ArrowSyncIcon=Ot,e.arrowSync=Ot,e.ArrowTrendingIcon=A,e.Stocks2Icon=A,e.arrowTrending=A,e.stocks2=A,e.ArrowUndo2Icon=cn,e.arrowUndo2=cn,e.ArrowUndoIcon=sn,e.arrowUndo=sn,e.ArrowUpDownIcon=un,e.arrowUpDown=un,e.ArrowUpIcon=ln,e.arrowUp=ln,e.ArrowUploadIcon=fn,e.arrowUpload=fn,e.AsteriskIcon=Qc,e.asterisk=Qc,e.AttachIcon=T,e.AttatchIcon=T,e.attach=T,e.attatch=T,e.BackgroundColorAccentIcon=$i,e.backgroundColorAccent=$i,e.BackgroundColorIcon=oi,e.backgroundColor=oi,e.BackspaceIcon=ve,e.backspace=ve,e.BadgeIcon=At,e.badge=At,e.BankIcon=I,e.MuseumIcon=I,e.bank=I,e.museum=I,e.BarChartIcon=L,e.BarGraphIcon=L,e.barChart=L,e.barGraph=L,e.BarChartSparkleIcon=ol,e.barChartSparkle=ol,e.BasketballIcon=Uc,e.basketball=Uc,e.BatteryFullIcon=br,e.batteryFull=br,e.BatteryIcon=yr,e.battery=yr,e.BeachIcon=Pr,e.beach=Pr,e.BeakerIcon=ki,e.beaker=ki,e.BellDotIcon=Ls,e.bellDot=Ls,e.BellIcon=D,e.NotificationIcon=D,e.bell=D,e.notification=D,e.BellOffIcon=Is,e.bellOff=Is,e.BlendIcon=J,e.PhotoFilterIcon=J,e.blend=J,e.photoFilter=J,e.BlueskyIcon=Js,e.bluesky=Js,e.BluetoothIcon=la,e.bluetooth=la,e.BoardIcon=Oo,e.board=Oo,e.BoltIcon=ps,e.ZapIcon=ps,e.bolt=ps,e.zap=ps,e.Book2Icon=ka,e.book2=ka,e.BookAdd2Icon=ja,e.bookAdd2=ja,e.BookAddIcon=Aa,e.bookAdd=Aa,e.BookIcon=Oa,e.book=Oa,e.BookInfo2Icon=st,e.bookInfo2=st,e.BookInfoIcon=Ma,e.bookInfo=Ma,e.BookLetterIcon=Hc,e.bookLetter=Hc,e.BookMarkedIcon=Wc,e.RepositoryIcon=Wc,e.bookMarked=Wc,e.repository=Wc,e.BookOpenIcon=W,e.ReadIcon=W,e.ReadingIcon=W,e.bookOpen=W,e.read=W,e.reading=W,e.BookmarkAddIcon=Ao,e.bookmarkAdd=Ao,e.BookmarkIcon=ko,e.bookmark=ko,e.BookmarkMultipleIcon=jo,e.BookmarkMultipleVarIcon=jo,e.bookmarkMultiple=jo,e.bookmarkMultipleVar=jo,e.BookshelfIcon=q,e.LibraryIcon=q,e.bookshelf=q,e.library=q,e.BorderAllIcon=si,e.borderAll=si,e.BoxAddIcon=Ac,e.boxAdd=Ac,e.BoxDragIcon=X,e.SquareDragIcon=X,e.boxDrag=X,e.squareDrag=X,e.BoxIcon=G,e.PackageIcon=G,e.ParcelIcon=G,e.box=G,e.package=G,e.parcel=G,e.BoxMarginsIcon=wc,e.SquareMarginsIcon=wc,e.boxMargins=wc,e.squareMargins=wc,e.BracesIcon=Ai,e.braces=Ai,e.BracesVariableIcon=ji,e.bracesVariable=ji,e.BracketsIcon=Es,e.brackets=Es,e.BrainIcon=il,e.brain=il,e.BranchCompareIcon=Mi,e.branchCompare=Mi,e.BranchFork2Icon=Pi,e.branchFork2=Pi,e.BranchForkIcon=Ni,e.branchFork=Ni,e.BranchIcon=ss,e.branch=ss,e.BranchPullRequestIcon=bs,e.branchPullRequest=bs,e.Briefcase2Icon=Va,e.briefcase2=Va,e.BriefcaseIcon=Ba,e.briefcase=Ba,e.BrightnessIcon=is,e.brightness=is,e.BroomIcon=Na,e.broom=Na,e.BugAddIcon=Xc,e.bugAdd=Xc,e.BugIcon=Fi,e.bug=Fi,e.BugPlayIcon=Zc,e.bugPlay=Zc,e.BuildingMultipleIcon=Fr,e.buildingMultiple=Fr,e.BulletListIcon=Tc,e.TextBulletListIcon=Tc,e.bulletList=Tc,e.textBulletList=Tc,e.BulletListSquareAddIcon=Cc,e.TextBulletListSquareAddIcon=Cc,e.bulletListSquareAdd=Cc,e.textBulletListSquareAdd=Cc,e.BulletListSquareIcon=Sc,e.TextBulletListSquareIcon=Sc,e.bulletListSquare=Sc,e.textBulletListSquare=Sc,e.BulletListTreeIcon=Ec,e.TextBulletListTreeIcon=Ec,e.bulletListTree=Ec,e.textBulletListTree=Ec,e.ButtonIcon=xr,e.button=xr,e.CSS2Icon=qs,e.css2=qs,e.CSSIcon=ua,e.CssIcon=ua,e.css=ua,e.CakeIcon=Ga,e.cake=Ga,e.CalculatorIcon=to,e.calculator=to,e.CalendarIcon=ct,e.calendar=ct,e.CallEndIcon=w,e.PhoneHangUpIcon=w,e.callEnd=w,e.phoneHangUp=w,e.CallIcon=C,e.PhoneAcceptIcon=C,e.call=C,e.phoneAccept=C,e.CalligraphyPenIcon=Pa,e.calligraphyPen=Pa,e.CameraIcon=Ho,e.camera=Ho,e.CancelCircleIcon=jt,e.cancelCircle=jt,e.CancelIcon=f,e.CloseIcon=f,e.DismissIcon=f,e.XIcon=f,e.cancel=f,e.close=f,e.dismiss=f,e.x=f,e.CancelOctagonIcon=ic,e.cancelOctagon=ic,e.CancelSquareIcon=Mt,e.cancelSquare=Mt,e.CandyIcon=xs,e.candy=xs,e.CartIcon=K,e.ShopIcon=K,e.ShoppingCartIcon=K,e.ShoppingIcon=K,e.cart=K,e.shop=K,e.shopping=K,e.shoppingCart=K,e.CentIcon=Ha,e.cent=Ha,e.CenterHorizontalIcon=Mo,e.centerHorizontal=Mo,e.CenterVerticalIcon=No,e.centerVertical=No,e.ChatGPTIcon=Kc,e.OpenAIIcon=Kc,e.chatgpt=Kc,e.openai=Kc,e.ChatIcon=Ve,e.chat=Ve,e.ChatQuestionIcon=bc,e.chatQuestion=bc,e.CheckboxCheckedIcon=Ts,e.CheckmarkCheckedIcon=Ts,e.checkboxChecked=Ts,e.checkmarkChecked=Ts,e.CheckboxIndeterminate2Icon=Cs,e.CheckboxIntermediate2Icon=Cs,e.checkboxIndeterminate2=Cs,e.checkboxIntermediate2=Cs,e.CheckboxIndeterminateIcon=ws,e.CheckmarkIntermediateIcon=ws,e.checkboxIndeterminate=ws,e.checkmarkIntermediate=ws,e.CheckboxUncheckedIcon=Sr,e.checkboxUnchecked=Sr,e.CheckmarkCircleIcon=Nt,e.checkmarkCircle=Nt,e.CheckmarkIcon=ye,e.checkmark=ye,e.CheckmarkStarburstIcon=b,e.VerifiedIcon=b,e.checkmarkStarburst=b,e.verified=b,e.CheeseIcon=ml,e.cheese=ml,e.ChevronDownIcon=pn,e.chevronDown=pn,e.ChevronLeftIcon=mn,e.chevronLeft=mn,e.ChevronRightIcon=hn,e.chevronRight=hn,e.ChevronUpIcon=gn,e.chevronUp=gn,e.ChromeMinimizeIcon=j,e.LineHorizontalIcon=j,e.MinusIcon=j,e.SubtractIcon=j,e.chromeMinimize=j,e.lineHorizontal=j,e.minus=j,e.subtract=j,e.ChromeRestoreIcon=R,e.ChromeRestoreVarIcon=R,e.chromeRestore=R,e.chromeRestoreVar=R,e.CircleIcon=Ui,e.circle=Ui,e.CircleSmallIcon=V,e.DotIcon=V,e.circleSmall=V,e.dot=V,e.ClipboardIcon=Hr,e.clipboard=Hr,e.ClipboardPasteIcon=Ur,e.clipboardPaste=Ur,e.ClipboardSearchIcon=Wr,e.clipboardSearch=Wr,e.ClockIcon=Pt,e.clock=Pt,e.ClosedCaptionsIcon=Cr,e.closedCaptions=Cr,e.CloudAddIcon=uc,e.cloudAdd=uc,e.CloudArrowDownIcon=fc,e.CloudDownloadIcon=fc,e.cloudArrowDown=fc,e.cloudDownload=fc,e.CloudArrowUpIcon=dc,e.CloudUploadIcon=dc,e.cloudArrowUp=dc,e.cloudUpload=dc,e.CloudIcon=He,e.cloud=He,e.CloudOffIcon=pc,e.cloudOff=pc,e.CodeIcon=Ii,e.code=Ii,e.CodeSquareIcon=$c,e.codeSquare=$c,e.CoffeeHotIcon=Ka,e.coffeeHot=Ka,e.ColorPaletteIcon=ci,e.colorPalette=ci,e.CommentAdd2Icon=$s,e.commentAdd2=$s,e.CommentAddIcon=Qs,e.commentAdd=Qs,e.CommentExclamationIcon=Ds,e.commentExclamation=Ds,e.CommentIcon=Ue,e.comment=Ue,e.CommentMultipleIcon=x,e.CommentMultipleVarIcon=x,e.commentMultiple=x,e.commentMultipleVar=x,e.CompareSizeIcon=Gr,e.compareSize=Gr,e.CompassIcon=Fa,e.compass=Fa,e.ComponentIcon=Ir,e.component=Ir,e.ComposeIcon=be,e.compose=be,e.ComputerIcon=Uo,e.computer=Uo,e.ComputerMacIcon=Wo,e.computerMac=Wo,e.ConeIcon=_c,e.cone=_c,e.ConstructionConeIcon=Vc,e.RoadConeIcon=Vc,e.constructionCone=Vc,e.roadCone=Vc,e.ConstructionIcon=zc,e.RoadBarrierIcon=zc,e.construction=zc,e.roadBarrier=zc,e.ContainerIcon=fl,e.container=fl,e.ContractDownIcon=bi,e.contractDown=bi,e.CookiesIcon=qa,e.cookies=qa,e.CopyIcon=p,e.CopyVarIcon=p,e.copy=p,e.copyVar=p,e.CopyleftIcon=Ps,e.copyleft=Ps,e.CopyrightIcon=Ns,e.copyright=Ns,e.CornerRadiusIcon=Wi,e.cornerRadius=Wi,e.CreditCardIcon=Pe,e.creditCard=Pe,e.CropIcon=xe,e.crop=xe,e.CubeIcon=gc,e.cube=gc,e.CursorClickIcon=Tr,e.cursorClick=Tr,e.CursorDragIcon=Xa,e.cursorDrag=Xa,e.CursorIcon=wr,e.cursor=wr,e.CutIcon=Se,e.cut=Se,e.CylinderIcon=hc,e.cylinder=hc,e.DarkThemeIcon=Er,e.darkTheme=Er,e.DatabaseAddIcon=Ge,e.databaseAdd=Ge,e.DatabaseIcon=We,e.database=We,e.DeleteIcon=Ce,e.delete=Ce,e.DiamondIcon=E,e.PremiumIcon=E,e.diamond=E,e.premium=E,e.DiffIcon=yc,e.diff=yc,e.DirectionsIcon=Lr,e.directions=Lr,e.DislikeIcon=Qa,e.ThumbsDownIcon=Qa,e.dislike=Qa,e.thumbsDown=Qa,e.DoNotDisturbIcon=Ft,e.doNotDisturb=Ft,e.DocumentIcon=_n,e.document=_n,e.DollarCircleIcon=Os,e.dollarCircle=Os,e.DollarIcon=Y,e.MoneyIcon=Y,e.dollar=Y,e.money=Y,e.DoorIcon=ms,e.door=ms,e.DoorOpenIcon=ys,e.doorOpen=ys,e.DotCircleIcon=Mc,e.dotCircle=Mc,e.DotSquareIcon=jc,e.dotSquare=jc,e.DrawTextIcon=vn,e.drawText=vn,e.DropIcon=Ja,e.drop=Ja,e.EditIcon=y,e.PenIcon=y,e.PencilIcon=y,e.edit=y,e.pen=y,e.pencil=y,e.EggFriedIcon=pl,e.eggFried=pl,e.EmailIcon=S,e.MailIcon=S,e.email=S,e.mail=S,e.EmojiFrownIcon=zt,e.emojiFrown=zt,e.EmojiGrinIcon=Bt,e.emojiGrin=Bt,e.EmojiIcon=O,e.HappyFaceIcon=O,e.SmileIcon=O,e.SmileyIcon=O,e.emoji=O,e.happyFace=O,e.smile=O,e.smiley=O,e.EmojiLaughterIcon=Vt,e.emojiLaughter=Vt,e.EraserIcon=lt,e.eraser=lt,e.EraserSparkleIcon=el,e.eraserSparkle=el,e.ExclamationMarkIcon=Rc,e.exclamationMark=Rc,e.ExpandIcon=xi,e.expand=xi,e.ExtensionIcon=P,e.PuzzleIcon=P,e.extension=P,e.puzzle=P,e.ExternalIcon=z,e.ExternalLinkIcon=z,e.OpenIcon=z,e.external=z,e.externalLink=z,e.open=z,e.EyeIcon=m,e.PreviewIcon=m,e.ShowIcon=m,e.eye=m,e.preview=m,e.show=m,e.EyeOffIcon=h,e.HiddenIcon=h,e.HideIcon=h,e.VisibleIcon=h,e.eyeOff=h,e.hidden=h,e.hide=h,e.visible=h,e.EyedropperColorAccentIcon=ea,e.eyedropperColorAccent=ea,e.EyedropperColorIcon=dt,e.eyedropperColor=dt,e.EyedropperIcon=ut,e.eyedropper=ut,e.FacebookIcon=da,e.facebook=da,e.FastForwardIcon=g,e.FastFowardIcon=g,e.fastForward=g,e.fastFoward=g,e.FigmaIcon=fa,e.figma=fa,e.FileAddIcon=cr,e.fileAdd=cr,e.FileIcon=sr,e.file=sr,e.FileMultipleIcon=Xs,e.fileMultiple=Xs,e.FileSyncIcon=lr,e.fileSync=lr,e.FileTextIcon=Lc,e.TextDocumentIcon=Lc,e.fileText=Lc,e.textDocument=Lc,e.Filter2Icon=Fo,e.filter2=Fo,e.FilterCancel2Icon=Lo,e.filterCancel2=Lo,e.FilterCancelIcon=Io,e.filterCancel=Io,e.FilterIcon=Po,e.filter=Po,e.FindIcon=je,e.SearchIcon=je,e.find=je,e.Flag2Icon=Ws,e.flag2=Ws,e.FlagIcon=Ia,e.flag=Ia,e.FlashlightIcon=ft,e.flashlight=ft,e.FloppyDiskIcon=M,e.SaveIcon=M,e.floppyDisk=M,e.save=M,e.FloppyDiskMultipleIcon=Q,e.SaveAllIcon=Q,e.SaveMultipleIcon=Q,e.floppyDiskMultiple=Q,e.saveAll=Q,e.saveMultiple=Q,e.FoldableHorizontalHalfIcon=Ko,e.foldableHorizontalHalf=Ko,e.FoldableHorizontalIcon=Go,e.foldableHorizontal=Go,e.FoldableVerticalHalfIcon=Jo,e.foldableVerticalHalf=Jo,e.FoldableVerticalIcon=qo,e.foldableVertical=qo,e.FolderAddIcon=dr,e.folderAdd=dr,e.FolderIcon=ur,e.folder=ur,e.FolderMultipleIcon=ac,e.folderMultiple=ac,e.FolderOpenIcon=fr,e.folderOpen=fr,e.FoodIcon=cl,e.food=cl,e.FootballIcon=bl,e.SoccerIcon=bl,e.football=bl,e.soccer=bl,e.FullScreenMaximizeIcon=Si,e.fullScreenMaximize=Si,e.FullScreenMinimizeIcon=Ci,e.fullScreenMinimize=Ci,e.GNULinuxIcon=ls,e.LinuxIcon=ls,e.gnuLinux=ls,e.linux=ls,e.GameIcon=Yo,e.game=Yo,e.GiftIcon=pt,e.gift=pt,e.GitCommitIcon=Li,e.gitCommit=Li,e.GitHubIcon=pa,e.GithubIcon=pa,e.github=pa,e.GitLabIcon=Rs,e.GitlabIcon=Rs,e.gitlab=Rs,e.GlassesIcon=ul,e.glasses=ul,e.GlobeIcon=Ke,e.globe=Ke,e.Google2Icon=ha,e.google2=ha,e.GoogleChromeIcon=ga,e.googleChrome=ga,e.GoogleIcon=ma,e.google=ma,e.GooglePlayIcon=_a,e.googlePlay=_a,e.GraphIcon=Ua,e.StocksIcon=Ua,e.graph=Ua,e.stocks=Ua,e.GridDotsIcon=qr,e.gridDots=qr,e.GridIcon=Kr,e.grid=Kr,e.HTMLIcon=va,e.HtmlIcon=va,e.html=va,e.HamburgerIcon=Ya,e.hamburger=Ya,e.HandIcon=Za,e.hand=Za,e.HardDriveIcon=pr,e.hardDrive=pr,e.HashIcon=no,e.hash=no,e.HatGraduationIcon=mt,e.hatGraduation=mt,e.HeadphonesIcon=ao,e.headphones=ao,e.HeadphonesOffIcon=Hs,e.headphonesOff=Hs,e.HeartIcon=_,e.LoveIcon=_,e.heart=_,e.love=_,e.HeartStylisticIcon=we,e.heartStylistic=we,e.HexagonIcon=Gi,e.hexagon=Gi,e.HighlighterAccentIcon=ta,e.highlighterAccent=ta,e.HighlighterIcon=ht,e.highlighter=ht,e.HistoryIcon=go,e.history=go,e.Home2Icon=Rr,e.home2=Rr,e.HomeIcon=F,e.HouseIcon=F,e.home=F,e.house=F,e.HourglassIcon=gt,e.hourglass=gt,e.InfinityIcon=Bs,e.infinity=Bs,e.InfoIcon=It,e.info=It,e.InfoSquareIcon=xc,e.infoSquare=xc,e.InstagramIcon=ya,e.instagram=ya,e.JavaScriptIcon=ba,e.JavascriptIcon=ba,e.javascript=ba,e.KebabIcon=v,e.MoreHorizontalIcon=v,e.MoreIcon=v,e.kebab=v,e.more=v,e.moreHorizontal=v,e.KeyIcon=al,e.key=al,e.KeyboardCommandIcon=Fs,e.keyboardCommand=Fs,e.KeyboardIcon=Xo,e.keyboard=Xo,e.KeyboardShiftIcon=Te,e.keyboardShift=Te,e.KotlinIcon=Gc,e.kotlin=Gc,e.LaptopIcon=Zo,e.laptop=Zo,e.LayersIcon=_t,e.layers=_t,e.LayoutIcon=Jr,e.layout=Jr,e.LeafIcon=po,e.leaf=po,e.LeafThreeIcon=mo,e.leafThree=mo,e.LeafTwoIcon=ho,e.leafTwo=ho,e.LightbulbIcon=vt,e.lightbulb=vt,e.LikeIcon=$a,e.ThumbsUpIcon=$a,e.like=$a,e.thumbsUp=$a,e.LineDiagonalIcon=Ki,e.lineDiagonal=Ki,e.LinkIcon=yt,e.link=yt,e.LocationIcon=zr,e.location=zr,e.LockIcon=Fe,e.lock=Fe,e.LockOpenIcon=Ie,e.lockOpen=Ie,e.MagnetIcon=tl,e.magnet=tl,e.MailOpenIcon=qe,e.mailOpen=qe,e.MapIcon=Br,e.map=Br,e.MaskIcon=li,e.mask=li,e.MathIcon=Vs,e.math=Vs,e.MegaphoneIcon=Je,e.megaphone=Je,e.MegaphoneLoudIcon=Ye,e.megaphoneLoud=Ye,e.MentionIcon=Xe,e.mention=Xe,e.MenuIcon=Dr,e.menu=Dr,e.MicrophoneIcon=bt,e.microphone=bt,e.MicrophoneOffIcon=xt,e.microphoneOff=xt,e.MicrosoftEdgeIcon=xa,e.microsoftEdge=xa,e.MicrosoftIcon=H,e.MicrosoftWindowsIcon=H,e.Windows10Icon=H,e.microsoft=H,e.microsoftWindows=H,e.windows10=H,e.MoonIcon=as,e.moon=as,e.MoreVerticalIcon=Ee,e.moreVertical=Ee,e.MotherboardIcon=Qo,e.motherboard=Qo,e.MovieIcon=oo,e.movie=oo,e.MusicNote2Icon=co,e.musicNote2=co,e.MusicNoteIcon=so,e.musicNote=so,e.NPMIcon=ds,e.NpmIcon=ds,e.npm=ds,e.NarratorIcon=Ze,e.narrator=Ze,e.NodeJSIcon=fs,e.NodejsIcon=fs,e.nodejs=fs,e.NoteAddIcon=bn,e.noteAdd=bn,e.NoteIcon=yn,e.note=yn,e.OctagonIcon=qi,e.octagon=qi,e.OffIcon=$,e.PowerIcon=$,e.PowerOffIcon=$,e.PowerOnIcon=$,e.off=$,e.power=$,e.powerOff=$,e.powerOn=$,e.OpenSourceIcon=hs,e.openSource=hs,e.PDF2Icon=hr,e.pdf2=hr,e.PDFIcon=mr,e.PdfIcon=mr,e.pdf=mr,e.PageMarginsIcon=Yr,e.pageMargins=Yr,e.PaintBucketAccentIcon=na,e.paintBucketAccent=na,e.PaintBucketIcon=ui,e.paintBucket=ui,e.Paintbrush2Icon=fi,e.paintbrush2=fi,e.Paintbrush2SparkleIcon=Yc,e.paintbrush2Sparkle=Yc,e.PaintbrushIcon=di,e.paintbrush=di,e.PanelBottomIcon=ec,e.panelBottom=ec,e.PanelBottomOpenIcon=tc,e.panelBottomOpen=tc,e.PanelLeftContractIcon=Zr,e.panelLeftContract=Zr,e.PanelLeftExpandIcon=Qr,e.panelLeftExpand=Qr,e.PanelLeftIcon=Xr,e.panelLeft=Xr,e.PanelLeftOpenIcon=ei,e.panelLeftOpen=ei,e.PanelRightContractIcon=ni,e.panelRightContract=ni,e.PanelRightExpandIcon=ri,e.panelRightExpand=ri,e.PanelRightIcon=ti,e.panelRight=ti,e.PanelRightOpenIcon=$r,e.panelRightOpen=$r,e.ParenthesesIcon=Ks,e.parentheses=Ks,e.PauseIcon=De,e.pause=De,e.PencilSparkleIcon=Jc,e.pencilSparkle=Jc,e.PentagonIcon=Ji,e.pentagon=Ji,e.Person2Icon=$e,e.person2=$e,e.PersonAdd2Icon=tt,e.personAdd2=tt,e.PersonAddIcon=et,e.personAdd=et,e.PersonCircleIcon=nt,e.personCircle=nt,e.PersonIcon=Qe,e.person=Qe,e.PersonMultipleIcon=rt,e.personMultiple=rt,e.PhoneIcon=$o,e.phone=$o,e.PhotoAIIcon=qc,e.PhotoSparkleIcon=qc,e.photoAI=qc,e.photoSparkle=qc,e.PhotoAddIcon=Bc,e.photoAdd=Bc,e.PhotoFilter2Icon=ll,e.photoFilter2=ll,e.PhotoIcon=gr,e.photo=gr,e.PhotoMultipleIcon=Zs,e.photoMultiple=Zs,e.PictureInPicture2Icon=Ti,e.pictureInPicture2=Ti,e.PictureInPictureEnterIcon=Ei,e.pictureInPictureEnter=Ei,e.PictureInPictureExitIcon=Di,e.pictureInPictureExit=Di,e.PictureInPictureIcon=wi,e.pictureInPicture=wi,e.PieChartIcon=Ic,e.pieChart=Ic,e.PinIcon=St,e.pin=St,e.PinOffIcon=Ct,e.pinOff=Ct,e.PizzaIcon=yl,e.pizza=yl,e.PlayCircleIcon=ke,e.PlayCircularIcon=ke,e.playCircle=ke,e.playCircular=ke,e.PlayIcon=Oe,e.play=Oe,e.PrinterIcon=es,e.printer=es,e.ProhibitedIcon=Lt,e.prohibited=Lt,e.PulseIcon=dl,e.pulse=dl,e.PythonIcon=Sa,e.python=Sa,e.QRCodeIcon=_r,e.QrCodeIcon=_r,e.qrCode=_r,e.QuestionCircleIcon=vo,e.questionCircle=vo,e.QuestionIcon=_o,e.question=_o,e.QuoteIcon=xn,e.quote=xn,e.ReactJSIcon=zs,e.ReactjsIcon=zs,e.reactjs=zs,e.RecordIcon=_s,e.record=_s,e.RecordStopIcon=vs,e.recordStop=vs,e.RectangleWideIcon=Yi,e.rectangleWide=Yi,e.RegularExpressionIcon=ks,e.regularExpression=ks,e.ReverseIcon=Ae,e.reverse=Ae,e.RhombusIcon=Xi,e.rhombus=Xi,e.RibbonIcon=La,e.ribbon=La,e.RibbonStarIcon=Ra,e.ribbonStar=Ra,e.RobloxIcon=Ca,e.roblox=Ca,e.RocketIcon=_l,e.rocket=_l,e.RoseIcon=gl,e.rose=gl,e.RulerDiagonalIcon=As,e.rulerDiagonal=As,e.RulerIcon=ro,e.ruler=ro,e.SaplingIcon=vl,e.sapling=vl,e.SaveAsIcon=N,e.SavePencilIcon=N,e.saveAs=N,e.savePencil=N,e.ScreenSizeIcon=io,e.screenSize=io,e.Script2Icon=zi,e.script2=zi,e.ScriptIcon=Ri,e.script=Ri,e.SearchCancelIcon=u,e.SearchNoResultsIcon=u,e.searchCancel=u,e.searchNoResults=u,e.SectionBreakIcon=Ro,e.sectionBreak=Ro,e.SendIcon=it,e.send=it,e.ServerIcon=Gs,e.server=Gs,e.SettingsIcon=Or,e.settings=Or,e.ShapeDifferenceIcon=pi,e.shapeDifference=pi,e.ShapeIntersectIcon=mi,e.shapeIntersect=mi,e.ShapeSubtractIcon=hi,e.shapeSubtract=hi,e.ShapeUnionIcon=gi,e.shapeUnion=gi,e.ShieldCancelIcon=Re,e.shieldCancel=Re,e.ShieldCheckmarkIcon=ze,e.shieldCheckmark=ze,e.ShieldIcon=Le,e.shield=Le,e.ShieldKeyholeIcon=Be,e.shieldKeyhole=Be,e.SkullIcon=Ht,e.skull=Ht,e.SlashBoxIcon=Ms,e.SlashSquareIcon=Ms,e.slashBox=Ms,e.slashSquare=Ms,e.SoundwaveIcon=lo,e.soundwave=lo,e.SpacebarIcon=Sn,e.spacebar=Sn,e.Sparkle2Icon=lc,e.sparkle2=lc,e.SparkleIcon=yo,e.sparkle=yo,e.SpinnerIcon=Rt,e.spinner=Rt,e.SplitHorizontalIcon=rc,e.splitHorizontal=rc,e.SplitVerticalIcon=nc,e.splitVertical=nc,e.SquareIcon=Zi,e.square=Zi,e.StarIcon=Me,e.star=Me,e.StrokeThicknessIcon=_i,e.strokeThickness=_i,e.SubtractSquareIcon=cc,e.subtractSquare=cc,e.SubtractSquareMultipleIcon=sc,e.subtractSquareMultiple=sc,e.SvelteIcon=Ss,e.svelte=Ss,e.SymbolsIcon=Cn,e.symbols=Cn,e.TVIcon=ts,e.TvIcon=ts,e.tv=ts,e.TableIcon=ii,e.table=ii,e.TableSimpleIcon=ai,e.tableSimple=ai,e.TabletIcon=ns,e.tablet=ns,e.TagAccentIcon=ra,e.tagAccent=ra,e.TagAddIcon=Pc,e.tagAdd=Pc,e.TagIcon=zo,e.tag=zo,e.TagMultipleIcon=Bo,e.TagMultipleVarIcon=Bo,e.tagMultiple=Bo,e.tagMultipleVar=Bo,e.TagRemoveIcon=Fc,e.tagRemove=Fc,e.TargetIcon=mc,e.target=mc,e.TaskListIcon=Vo,e.TasksIcon=Vo,e.taskList=Vo,e.tasks=Vo,e.TerminalIcon=Bi,e.terminal=Bi,e.TextAddIcon=Tn,e.textAdd=Tn,e.TextAlignCenterIcon=En,e.textAlignCenter=En,e.TextAlignJustifyIcon=Dn,e.textAlignJustify=Dn,e.TextAlignLeftIcon=On,e.textAlignLeft=On,e.TextAlignRightIcon=kn,e.textAlignRight=kn,e.TextBoldIcon=An,e.textBold=An,e.TextCaseLowercaseIcon=jn,e.textCaseLowercase=jn,e.TextCaseTitleIcon=Mn,e.textCaseTitle=Mn,e.TextCaseUppercaseIcon=Nn,e.textCaseUppercase=Nn,e.TextClearFormattingIcon=Pn,e.textClearFormatting=Pn,e.TextCollapseIcon=Fn,e.textCollapse=Fn,e.TextColorAccentIcon=ia,e.textColorAccent=ia,e.TextColorIcon=In,e.textColor=In,e.TextDescriptionIcon=oc,e.textDescription=oc,e.TextEditStyleIcon=Ln,e.textEditStyle=Ln,e.TextEffectsIcon=Rn,e.textEffects=Rn,e.TextExpandIcon=zn,e.textExpand=zn,e.TextFontIcon=Bn,e.textFont=Bn,e.TextFontSizeIcon=Vn,e.textFontSize=Vn,e.TextFootnoteIcon=Hn,e.textFootnote=Hn,e.TextHighlightColorAccentIcon=aa,e.textHighlightColorAccent=aa,e.TextHighlightColorIcon=Un,e.textHighlightColor=Un,e.TextIcon=wn,e.text=wn,e.TextIndentDecreaseIcon=Wn,e.textIndentDecrease=Wn,e.TextIndentIncreaseIcon=Gn,e.textIndentIncrease=Gn,e.TextItalicIcon=Kn,e.textItalic=Kn,e.TextLargeIcon=qn,e.textLarge=qn,e.TextLetterSpacingIcon=Jn,e.textLetterSpacing=Jn,e.TextLineHeightIcon=Yn,e.textLineHeight=Yn,e.TextLineSpacingIcon=Xn,e.textLineSpacing=Xn,e.TextNumberListIcon=Zn,e.textNumberList=Zn,e.TextPositionBottomIcon=Qn,e.textPositionBottom=Qn,e.TextPositionMiddleIcon=$n,e.textPositionMiddle=$n,e.TextPositionTopIcon=er,e.textPositionTop=er,e.TextSmallIcon=tr,e.textSmall=tr,e.TextStrikethroughIcon=nr,e.textStrikethrough=nr,e.TextSubscriptIcon=rr,e.textSubscript=rr,e.TextSuperscriptIcon=ir,e.textSuperscript=ir,e.TextTypographyIcon=ar,e.textTypography=ar,e.TextUnderlineIcon=or,e.textUnderline=or,e.TikTokIcon=wa,e.TiktokIcon=wa,e.tiktok=wa,e.TimerIcon=wt,e.timer=wt,e.TimerOffIcon=Oc,e.timerOff=Oc,e.ToastIcon=hl,e.toast=hl,e.ToolboxIcon=Wa,e.toolbox=Wa,e.ToyBrickIcon=rl,e.toyBrick=rl,e.TreasureChestIcon=nl,e.treasureChest=nl,e.TriangleIcon=Qi,e.triangle=Qi,e.TrophyIcon=sl,e.trophy=sl,e.TuneIcon=Ne,e.tune=Ne,e.TwitterIcon=U,e.XTwitterIcon=U,e.twitter=U,e.xTwitter=U,e.TypeScriptIcon=js,e.TypescriptIcon=js,e.typescript=js,e.UbuntuIcon=cs,e.ubuntu=cs,e.VehicleCarIcon=Vr,e.vehicleCar=Vr,e.VideoClipIcon=Vi,e.videoClip=Vi,e.VideoIcon=za,e.video=za,e.VisualStudioCodeIcon=Ta,e.visualStudioCode=Ta,e.Volume0Icon=Z,e.VolumeHighIcon=Z,e.VolumeIcon=Z,e.VolumeMediumIcon=Z,e.volume=Z,e.volume0=Z,e.volumeHigh=Z,e.volumeMedium=Z,e.Volume1Icon=uo,e.VolumeLowIcon=uo,e.volume1=uo,e.volumeLow=uo,e.VolumeMuteIcon=fo,e.volumeMute=fo,e.VueJSIcon=gs,e.VuejsIcon=gs,e.vuejs=gs,e.WatchIcon=rs,e.watch=rs,e.WeatherCloudyIcon=os,e.weatherCloudy=os,e.WebpackIcon=us,e.webpack=us,e.WiFiIcon=at,e.wiFi=at,e.WindowAddIcon=Ys,e.windowAdd=Ys,e.WindowIcon=Oi,e.window=Oi,e.WindowMultipleIcon=B,e.WindowMultipleVarIcon=B,e.windowMultiple=B,e.windowMultipleVar=B,e.WrenchIcon=Tt,e.wrench=Tt,e.YouTubeIcon=Ea,e.YoutubeIcon=Ea,e.youtube=Ea,e.YouTubeShortsIcon=Da,e.YoutubeShortsIcon=Da,e.youtubeShorts=Da,e.ZoomInIcon=kr,e.zoomIn=kr,e.ZoomOutIcon=Ar,e.zoomOut=Ar,e.categories=r,e.getIconInfo=wl,e.iconList=i,Object.defineProperty(e,`icons`,{enumerable:!0,get:function(){return Sl}}),e.replace=El,e.search=Ol});