proicons 4.11.2 → 4.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (524) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +24 -21
  3. package/dist/cjs/proicons.cjs +1603 -507
  4. package/dist/esm/categories.js +1 -1
  5. package/dist/esm/functions/getIconInfo.js +1 -1
  6. package/dist/esm/functions/replace.js +1 -1
  7. package/dist/esm/functions/search.js +1 -1
  8. package/dist/esm/iconList.js +40 -11
  9. package/dist/esm/icons/AccessibilityIcon.js +1 -1
  10. package/dist/esm/icons/AddCircleIcon.js +1 -1
  11. package/dist/esm/icons/AddIcon.js +1 -1
  12. package/dist/esm/icons/AddRhombusIcon.js +1 -1
  13. package/dist/esm/icons/AddSquareIcon.js +1 -1
  14. package/dist/esm/icons/AddSquareMultipleIcon.js +1 -1
  15. package/dist/esm/icons/AirplaneIcon.js +1 -1
  16. package/dist/esm/icons/AirplaneLandingIcon.js +1 -1
  17. package/dist/esm/icons/AirplaneTakeoffIcon.js +1 -1
  18. package/dist/esm/icons/AlarmClockIcon.js +57 -0
  19. package/dist/esm/icons/AlbumIcon.js +40 -0
  20. package/dist/esm/icons/AlertCircleIcon.js +1 -1
  21. package/dist/esm/icons/AlertRhombusIcon.js +47 -0
  22. package/dist/esm/icons/AlertTriangleIcon.js +1 -1
  23. package/dist/esm/icons/AlignBottomIcon.js +1 -1
  24. package/dist/esm/icons/AlignHorizontalCentersIcon.js +1 -1
  25. package/dist/esm/icons/AlignLeftIcon.js +1 -1
  26. package/dist/esm/icons/AlignRightIcon.js +1 -1
  27. package/dist/esm/icons/AlignTopIcon.js +1 -1
  28. package/dist/esm/icons/AlignVerticalCentersIcon.js +1 -1
  29. package/dist/esm/icons/AmazonIcon.js +1 -1
  30. package/dist/esm/icons/AnchorIcon.js +1 -1
  31. package/dist/esm/icons/AndroidIcon.js +1 -1
  32. package/dist/esm/icons/AngleIcon.js +1 -1
  33. package/dist/esm/icons/AppRemoveIcon.js +1 -1
  34. package/dist/esm/icons/AppStoreIcon.js +1 -1
  35. package/dist/esm/icons/AppleIcon.js +1 -1
  36. package/dist/esm/icons/AppsAddIcon.js +1 -1
  37. package/dist/esm/icons/AppsIcon.js +1 -1
  38. package/dist/esm/icons/ArcIcon.js +1 -1
  39. package/dist/esm/icons/ArchiveAdd2Icon.js +10 -10
  40. package/dist/esm/icons/ArchiveIcon.js +2 -2
  41. package/dist/esm/icons/ArrowClockwiseIcon.js +1 -1
  42. package/dist/esm/icons/ArrowCounterclockwiseIcon.js +1 -1
  43. package/dist/esm/icons/ArrowDownIcon.js +1 -1
  44. package/dist/esm/icons/ArrowDownloadIcon.js +1 -1
  45. package/dist/esm/icons/ArrowEnterIcon.js +1 -1
  46. package/dist/esm/icons/ArrowExportIcon.js +1 -1
  47. package/dist/esm/icons/ArrowForwardIcon.js +1 -1
  48. package/dist/esm/icons/ArrowImportIcon.js +1 -1
  49. package/dist/esm/icons/ArrowLeftIcon.js +1 -1
  50. package/dist/esm/icons/ArrowLeftRightIcon.js +1 -1
  51. package/dist/esm/icons/ArrowMaximizeIcon.js +1 -1
  52. package/dist/esm/icons/ArrowMinimizeIcon.js +1 -1
  53. package/dist/esm/icons/ArrowMoveIcon.js +1 -1
  54. package/dist/esm/icons/ArrowRedo2Icon.js +1 -1
  55. package/dist/esm/icons/ArrowRedoIcon.js +1 -1
  56. package/dist/esm/icons/ArrowReplyIcon.js +1 -1
  57. package/dist/esm/icons/ArrowRightIcon.js +1 -1
  58. package/dist/esm/icons/ArrowRotateClockwiseIcon.js +1 -1
  59. package/dist/esm/icons/ArrowRotateCounterclockwiseIcon.js +1 -1
  60. package/dist/esm/icons/ArrowSortIcon.js +1 -1
  61. package/dist/esm/icons/ArrowSwapIcon.js +1 -1
  62. package/dist/esm/icons/ArrowSync2Icon.js +1 -1
  63. package/dist/esm/icons/ArrowSyncIcon.js +1 -1
  64. package/dist/esm/icons/ArrowTrendingIcon.js +1 -1
  65. package/dist/esm/icons/ArrowUndo2Icon.js +1 -1
  66. package/dist/esm/icons/ArrowUndoIcon.js +1 -1
  67. package/dist/esm/icons/ArrowUpDownIcon.js +1 -1
  68. package/dist/esm/icons/ArrowUpIcon.js +1 -1
  69. package/dist/esm/icons/ArrowUploadIcon.js +1 -1
  70. package/dist/esm/icons/AttachIcon.js +1 -1
  71. package/dist/esm/icons/BackgroundColorAccentIcon.js +1 -1
  72. package/dist/esm/icons/BackgroundColorIcon.js +1 -1
  73. package/dist/esm/icons/BackspaceIcon.js +1 -1
  74. package/dist/esm/icons/BadgeIcon.js +1 -1
  75. package/dist/esm/icons/BankIcon.js +1 -1
  76. package/dist/esm/icons/BarChartIcon.js +31 -0
  77. package/dist/esm/icons/BatteryFullIcon.js +2 -7
  78. package/dist/esm/icons/BatteryIcon.js +2 -2
  79. package/dist/esm/icons/BeachIcon.js +1 -1
  80. package/dist/esm/icons/BeakerIcon.js +1 -1
  81. package/dist/esm/icons/BellDotIcon.js +1 -1
  82. package/dist/esm/icons/BellIcon.js +1 -1
  83. package/dist/esm/icons/BellOffIcon.js +1 -1
  84. package/dist/esm/icons/BlueskyIcon.js +1 -1
  85. package/dist/esm/icons/BluetoothIcon.js +1 -1
  86. package/dist/esm/icons/BoardIcon.js +1 -1
  87. package/dist/esm/icons/BoltIcon.js +1 -1
  88. package/dist/esm/icons/Book2Icon.js +1 -1
  89. package/dist/esm/icons/BookAdd2Icon.js +1 -1
  90. package/dist/esm/icons/BookAddIcon.js +1 -1
  91. package/dist/esm/icons/BookIcon.js +1 -1
  92. package/dist/esm/icons/BookInfo2Icon.js +1 -1
  93. package/dist/esm/icons/BookInfoIcon.js +1 -1
  94. package/dist/esm/icons/BookOpenIcon.js +1 -1
  95. package/dist/esm/icons/BookmarkAddIcon.js +1 -1
  96. package/dist/esm/icons/BookmarkIcon.js +1 -1
  97. package/dist/esm/icons/BookmarkMultipleIcon.js +1 -1
  98. package/dist/esm/icons/BorderAllIcon.js +1 -1
  99. package/dist/esm/icons/BoxAddIcon.js +41 -0
  100. package/dist/esm/icons/BoxIcon.js +3 -3
  101. package/dist/esm/icons/BracesIcon.js +1 -1
  102. package/dist/esm/icons/BracesVariableIcon.js +1 -1
  103. package/dist/esm/icons/BracketsIcon.js +1 -1
  104. package/dist/esm/icons/BranchCompareIcon.js +1 -1
  105. package/dist/esm/icons/BranchFork2Icon.js +1 -1
  106. package/dist/esm/icons/BranchForkIcon.js +1 -1
  107. package/dist/esm/icons/BranchIcon.js +1 -1
  108. package/dist/esm/icons/BranchPullRequestIcon.js +1 -1
  109. package/dist/esm/icons/Briefcase2Icon.js +1 -1
  110. package/dist/esm/icons/BriefcaseIcon.js +1 -1
  111. package/dist/esm/icons/BrightnessIcon.js +1 -1
  112. package/dist/esm/icons/BroomIcon.js +1 -1
  113. package/dist/esm/icons/BugIcon.js +1 -1
  114. package/dist/esm/icons/BuildingMultipleIcon.js +1 -1
  115. package/dist/esm/icons/{TextBulletListIcon.js → BulletListIcon.js} +4 -4
  116. package/dist/esm/icons/{TextBulletListSquareAddIcon.js → BulletListSquareAddIcon.js} +4 -9
  117. package/dist/esm/icons/{TextBulletListSquareIcon.js → BulletListSquareIcon.js} +4 -9
  118. package/dist/esm/icons/BulletListTreeIcon.js +51 -0
  119. package/dist/esm/icons/ButtonIcon.js +1 -1
  120. package/dist/esm/icons/CakeIcon.js +1 -1
  121. package/dist/esm/icons/CalculatorIcon.js +1 -1
  122. package/dist/esm/icons/CalendarIcon.js +1 -1
  123. package/dist/esm/icons/CallEndIcon.js +30 -0
  124. package/dist/esm/icons/CallIcon.js +30 -0
  125. package/dist/esm/icons/CalligraphyPenIcon.js +1 -1
  126. package/dist/esm/icons/CameraIcon.js +1 -1
  127. package/dist/esm/icons/CancelCircleIcon.js +1 -1
  128. package/dist/esm/icons/CancelIcon.js +1 -1
  129. package/dist/esm/icons/CancelOctagonIcon.js +1 -1
  130. package/dist/esm/icons/CancelSquareIcon.js +1 -1
  131. package/dist/esm/icons/CandyIcon.js +1 -1
  132. package/dist/esm/icons/CartIcon.js +1 -1
  133. package/dist/esm/icons/CentIcon.js +1 -1
  134. package/dist/esm/icons/CenterHorizontalIcon.js +1 -1
  135. package/dist/esm/icons/CenterVerticalIcon.js +1 -1
  136. package/dist/esm/icons/ChatIcon.js +1 -1
  137. package/dist/esm/icons/ChatQuestionIcon.js +43 -0
  138. package/dist/esm/icons/CheckboxCheckedIcon.js +1 -1
  139. package/dist/esm/icons/CheckboxIndeterminate2Icon.js +1 -1
  140. package/dist/esm/icons/CheckboxIndeterminateIcon.js +1 -1
  141. package/dist/esm/icons/{AppsListIcon.js → CheckboxListIcon.js} +4 -4
  142. package/dist/esm/icons/CheckboxUncheckedIcon.js +1 -1
  143. package/dist/esm/icons/CheckmarkCircleIcon.js +1 -1
  144. package/dist/esm/icons/CheckmarkIcon.js +1 -1
  145. package/dist/esm/icons/CheckmarkStarburstIcon.js +1 -1
  146. package/dist/esm/icons/ChevronDownIcon.js +1 -1
  147. package/dist/esm/icons/ChevronLeftIcon.js +1 -1
  148. package/dist/esm/icons/ChevronRightIcon.js +1 -1
  149. package/dist/esm/icons/ChevronUpIcon.js +1 -1
  150. package/dist/esm/icons/ChromeRestoreIcon.js +1 -1
  151. package/dist/esm/icons/CircleIcon.js +1 -1
  152. package/dist/esm/icons/CircleSmallIcon.js +1 -1
  153. package/dist/esm/icons/ClipboardIcon.js +1 -1
  154. package/dist/esm/icons/ClipboardPasteIcon.js +1 -1
  155. package/dist/esm/icons/ClipboardSearchIcon.js +1 -1
  156. package/dist/esm/icons/ClockIcon.js +1 -1
  157. package/dist/esm/icons/ClosedCaptionsIcon.js +1 -1
  158. package/dist/esm/icons/CloudAddIcon.js +41 -0
  159. package/dist/esm/icons/CloudArrowDownIcon.js +41 -0
  160. package/dist/esm/icons/CloudArrowUpIcon.js +49 -0
  161. package/dist/esm/icons/CloudIcon.js +7 -2
  162. package/dist/esm/icons/CloudOffIcon.js +41 -0
  163. package/dist/esm/icons/CodeIcon.js +1 -1
  164. package/dist/esm/icons/CoffeeHotIcon.js +1 -1
  165. package/dist/esm/icons/ColorPaletteIcon.js +1 -1
  166. package/dist/esm/icons/CommentAdd2Icon.js +1 -1
  167. package/dist/esm/icons/CommentAddIcon.js +1 -1
  168. package/dist/esm/icons/CommentExclamationIcon.js +1 -1
  169. package/dist/esm/icons/CommentIcon.js +1 -1
  170. package/dist/esm/icons/CommentMultipleIcon.js +1 -1
  171. package/dist/esm/icons/CompareSizeIcon.js +1 -1
  172. package/dist/esm/icons/CompassIcon.js +1 -1
  173. package/dist/esm/icons/ComponentIcon.js +2 -2
  174. package/dist/esm/icons/ComposeIcon.js +1 -1
  175. package/dist/esm/icons/ComputerIcon.js +1 -1
  176. package/dist/esm/icons/ComputerMacIcon.js +1 -1
  177. package/dist/esm/icons/ConeIcon.js +26 -0
  178. package/dist/esm/icons/ContractDownIcon.js +1 -1
  179. package/dist/esm/icons/CookiesIcon.js +1 -1
  180. package/dist/esm/icons/CopyIcon.js +1 -1
  181. package/dist/esm/icons/CopyleftIcon.js +1 -1
  182. package/dist/esm/icons/CopyrightIcon.js +1 -1
  183. package/dist/esm/icons/CornerRadiusIcon.js +1 -1
  184. package/dist/esm/icons/CreditCardIcon.js +1 -1
  185. package/dist/esm/icons/CropIcon.js +1 -1
  186. package/dist/esm/icons/Css2Icon.js +1 -1
  187. package/dist/esm/icons/CssIcon.js +1 -1
  188. package/dist/esm/icons/CubeIcon.js +25 -0
  189. package/dist/esm/icons/CursorClickIcon.js +1 -1
  190. package/dist/esm/icons/CursorDragIcon.js +1 -1
  191. package/dist/esm/icons/CursorIcon.js +1 -1
  192. package/dist/esm/icons/CutIcon.js +1 -1
  193. package/dist/esm/icons/CylinderIcon.js +26 -0
  194. package/dist/esm/icons/DarkThemeIcon.js +1 -1
  195. package/dist/esm/icons/DatabaseAddIcon.js +1 -1
  196. package/dist/esm/icons/DatabaseIcon.js +1 -1
  197. package/dist/esm/icons/DeleteIcon.js +1 -1
  198. package/dist/esm/icons/DiamondIcon.js +2 -2
  199. package/dist/esm/icons/DiffIcon.js +31 -0
  200. package/dist/esm/icons/DirectionsIcon.js +1 -1
  201. package/dist/esm/icons/DoNotDisturbIcon.js +1 -1
  202. package/dist/esm/icons/DocumentIcon.js +1 -1
  203. package/dist/esm/icons/DollarCircleIcon.js +1 -1
  204. package/dist/esm/icons/DollarIcon.js +1 -1
  205. package/dist/esm/icons/DoorIcon.js +1 -1
  206. package/dist/esm/icons/DoorOpenIcon.js +1 -1
  207. package/dist/esm/icons/DotCircleIcon.js +29 -0
  208. package/dist/esm/icons/DotSquareIcon.js +31 -0
  209. package/dist/esm/icons/DrawTextIcon.js +1 -1
  210. package/dist/esm/icons/DropIcon.js +1 -1
  211. package/dist/esm/icons/EmojiFrownIcon.js +1 -1
  212. package/dist/esm/icons/EmojiGrinIcon.js +1 -1
  213. package/dist/esm/icons/EmojiIcon.js +1 -1
  214. package/dist/esm/icons/EmojiLaughterIcon.js +1 -1
  215. package/dist/esm/icons/EraserIcon.js +1 -1
  216. package/dist/esm/icons/ExclamationMarkIcon.js +26 -0
  217. package/dist/esm/icons/ExpandIcon.js +1 -1
  218. package/dist/esm/icons/ExtensionIcon.js +1 -1
  219. package/dist/esm/icons/EyeIcon.js +1 -1
  220. package/dist/esm/icons/EyeOffIcon.js +24 -4
  221. package/dist/esm/icons/EyedropperColorAccentIcon.js +1 -1
  222. package/dist/esm/icons/EyedropperColorIcon.js +3 -3
  223. package/dist/esm/icons/EyedropperIcon.js +7 -2
  224. package/dist/esm/icons/FacebookIcon.js +1 -1
  225. package/dist/esm/icons/FastForwardIcon.js +1 -1
  226. package/dist/esm/icons/FigmaIcon.js +1 -1
  227. package/dist/esm/icons/FileAddIcon.js +1 -1
  228. package/dist/esm/icons/FileIcon.js +1 -1
  229. package/dist/esm/icons/FileMultipleIcon.js +1 -1
  230. package/dist/esm/icons/FileSyncIcon.js +1 -1
  231. package/dist/esm/icons/FileTextIcon.js +36 -0
  232. package/dist/esm/icons/Filter2Icon.js +1 -1
  233. package/dist/esm/icons/FilterCancel2Icon.js +1 -1
  234. package/dist/esm/icons/FilterCancelIcon.js +1 -1
  235. package/dist/esm/icons/FilterIcon.js +1 -1
  236. package/dist/esm/icons/Flag2Icon.js +2 -2
  237. package/dist/esm/icons/FlagIcon.js +2 -2
  238. package/dist/esm/icons/FlashlightIcon.js +1 -1
  239. package/dist/esm/icons/FoldableHorizontalHalfIcon.js +1 -1
  240. package/dist/esm/icons/FoldableHorizontalIcon.js +1 -1
  241. package/dist/esm/icons/FoldableVerticalHalfIcon.js +1 -1
  242. package/dist/esm/icons/FoldableVerticalIcon.js +1 -1
  243. package/dist/esm/icons/FolderAddIcon.js +2 -2
  244. package/dist/esm/icons/FolderIcon.js +1 -1
  245. package/dist/esm/icons/FolderMultipleIcon.js +1 -1
  246. package/dist/esm/icons/FolderOpenIcon.js +1 -1
  247. package/dist/esm/icons/FullScreenMaximizeIcon.js +1 -1
  248. package/dist/esm/icons/FullScreenMinimizeIcon.js +1 -1
  249. package/dist/esm/icons/GameIcon.js +1 -1
  250. package/dist/esm/icons/GiftIcon.js +1 -1
  251. package/dist/esm/icons/GitCommitIcon.js +1 -1
  252. package/dist/esm/icons/GithubIcon.js +1 -1
  253. package/dist/esm/icons/GitlabIcon.js +1 -1
  254. package/dist/esm/icons/GlobeIcon.js +1 -1
  255. package/dist/esm/icons/Google2Icon.js +1 -1
  256. package/dist/esm/icons/GoogleChromeIcon.js +1 -1
  257. package/dist/esm/icons/GoogleIcon.js +1 -1
  258. package/dist/esm/icons/GooglePlayIcon.js +1 -1
  259. package/dist/esm/icons/GraphIcon.js +7 -2
  260. package/dist/esm/icons/GridDotsIcon.js +1 -1
  261. package/dist/esm/icons/GridIcon.js +1 -1
  262. package/dist/esm/icons/HamburgerIcon.js +1 -1
  263. package/dist/esm/icons/HandIcon.js +1 -1
  264. package/dist/esm/icons/HardDriveIcon.js +1 -1
  265. package/dist/esm/icons/HashIcon.js +1 -1
  266. package/dist/esm/icons/HatGraduationIcon.js +1 -1
  267. package/dist/esm/icons/HeadphonesIcon.js +1 -1
  268. package/dist/esm/icons/HeadphonesOffIcon.js +13 -3
  269. package/dist/esm/icons/HeartIcon.js +1 -1
  270. package/dist/esm/icons/HeartStylisticIcon.js +1 -1
  271. package/dist/esm/icons/HexagonIcon.js +1 -1
  272. package/dist/esm/icons/HighlighterAccentIcon.js +1 -1
  273. package/dist/esm/icons/HighlighterIcon.js +1 -1
  274. package/dist/esm/icons/HistoryIcon.js +3 -3
  275. package/dist/esm/icons/Home2Icon.js +1 -1
  276. package/dist/esm/icons/HomeIcon.js +1 -1
  277. package/dist/esm/icons/HourglassIcon.js +1 -1
  278. package/dist/esm/icons/HtmlIcon.js +1 -1
  279. package/dist/esm/icons/InfinityIcon.js +1 -1
  280. package/dist/esm/icons/InfoIcon.js +1 -1
  281. package/dist/esm/icons/InfoSquareIcon.js +35 -0
  282. package/dist/esm/icons/InstagramIcon.js +1 -1
  283. package/dist/esm/icons/JavascriptIcon.js +1 -1
  284. package/dist/esm/icons/KeyboardCommandIcon.js +1 -1
  285. package/dist/esm/icons/KeyboardIcon.js +1 -1
  286. package/dist/esm/icons/KeyboardShiftIcon.js +1 -1
  287. package/dist/esm/icons/LaptopIcon.js +1 -1
  288. package/dist/esm/icons/LayersIcon.js +1 -1
  289. package/dist/esm/icons/LayoutIcon.js +1 -1
  290. package/dist/esm/icons/LeafIcon.js +1 -1
  291. package/dist/esm/icons/LeafThreeIcon.js +1 -1
  292. package/dist/esm/icons/LeafTwoIcon.js +1 -1
  293. package/dist/esm/icons/LibraryIcon.js +1 -1
  294. package/dist/esm/icons/LightbulbIcon.js +1 -1
  295. package/dist/esm/icons/LineDiagonalIcon.js +1 -1
  296. package/dist/esm/icons/LinkIcon.js +2 -2
  297. package/dist/esm/icons/LinuxIcon.js +1 -1
  298. package/dist/esm/icons/LocationIcon.js +1 -1
  299. package/dist/esm/icons/LockIcon.js +1 -1
  300. package/dist/esm/icons/LockOpenIcon.js +1 -1
  301. package/dist/esm/icons/MailIcon.js +1 -1
  302. package/dist/esm/icons/MailOpenIcon.js +1 -1
  303. package/dist/esm/icons/MapIcon.js +1 -1
  304. package/dist/esm/icons/MaskIcon.js +1 -1
  305. package/dist/esm/icons/MathIcon.js +1 -1
  306. package/dist/esm/icons/MegaphoneIcon.js +1 -1
  307. package/dist/esm/icons/MegaphoneLoudIcon.js +1 -1
  308. package/dist/esm/icons/MentionIcon.js +1 -1
  309. package/dist/esm/icons/MenuIcon.js +1 -1
  310. package/dist/esm/icons/MicrophoneIcon.js +1 -1
  311. package/dist/esm/icons/MicrophoneOffIcon.js +14 -7
  312. package/dist/esm/icons/MicrosoftEdgeIcon.js +1 -1
  313. package/dist/esm/icons/MicrosoftIcon.js +1 -1
  314. package/dist/esm/icons/MoonIcon.js +1 -1
  315. package/dist/esm/icons/MoreIcon.js +1 -1
  316. package/dist/esm/icons/MoreVerticalIcon.js +1 -1
  317. package/dist/esm/icons/MotherboardIcon.js +1 -1
  318. package/dist/esm/icons/MovieIcon.js +1 -1
  319. package/dist/esm/icons/MusicNote2Icon.js +1 -1
  320. package/dist/esm/icons/MusicNoteIcon.js +1 -1
  321. package/dist/esm/icons/NarratorIcon.js +2 -7
  322. package/dist/esm/icons/NodejsIcon.js +1 -1
  323. package/dist/esm/icons/NoteAddIcon.js +1 -1
  324. package/dist/esm/icons/NoteIcon.js +1 -1
  325. package/dist/esm/icons/NpmIcon.js +1 -1
  326. package/dist/esm/icons/OctagonIcon.js +1 -1
  327. package/dist/esm/icons/OpenIcon.js +1 -1
  328. package/dist/esm/icons/OpenSourceIcon.js +1 -1
  329. package/dist/esm/icons/PageMarginsIcon.js +1 -1
  330. package/dist/esm/icons/PaintBucketAccentIcon.js +1 -1
  331. package/dist/esm/icons/PaintBucketIcon.js +1 -1
  332. package/dist/esm/icons/Paintbrush2Icon.js +1 -1
  333. package/dist/esm/icons/PaintbrushIcon.js +1 -1
  334. package/dist/esm/icons/PanelBottomIcon.js +1 -1
  335. package/dist/esm/icons/PanelBottomOpenIcon.js +1 -1
  336. package/dist/esm/icons/PanelLeftContractIcon.js +1 -1
  337. package/dist/esm/icons/PanelLeftExpandIcon.js +1 -1
  338. package/dist/esm/icons/PanelLeftIcon.js +1 -1
  339. package/dist/esm/icons/PanelLeftOpenIcon.js +1 -1
  340. package/dist/esm/icons/PanelRightContractIcon.js +1 -1
  341. package/dist/esm/icons/PanelRightExpandIcon.js +1 -1
  342. package/dist/esm/icons/PanelRightIcon.js +1 -1
  343. package/dist/esm/icons/PanelRightOpenIcon.js +1 -1
  344. package/dist/esm/icons/ParenthesesIcon.js +1 -1
  345. package/dist/esm/icons/PauseIcon.js +1 -1
  346. package/dist/esm/icons/Pdf2Icon.js +1 -1
  347. package/dist/esm/icons/PdfIcon.js +1 -1
  348. package/dist/esm/icons/PencilIcon.js +1 -1
  349. package/dist/esm/icons/PentagonIcon.js +1 -1
  350. package/dist/esm/icons/Person2Icon.js +1 -1
  351. package/dist/esm/icons/PersonAdd2Icon.js +1 -1
  352. package/dist/esm/icons/PersonAddIcon.js +1 -1
  353. package/dist/esm/icons/PersonCircleIcon.js +1 -1
  354. package/dist/esm/icons/PersonIcon.js +1 -1
  355. package/dist/esm/icons/PersonMultipleIcon.js +1 -1
  356. package/dist/esm/icons/PhoneIcon.js +1 -1
  357. package/dist/esm/icons/PhotoAddIcon.js +42 -0
  358. package/dist/esm/icons/PhotoFilterIcon.js +2 -2
  359. package/dist/esm/icons/PhotoIcon.js +1 -1
  360. package/dist/esm/icons/PhotoMultipleIcon.js +1 -1
  361. package/dist/esm/icons/PictureInPicture2Icon.js +1 -1
  362. package/dist/esm/icons/PictureInPictureEnterIcon.js +1 -1
  363. package/dist/esm/icons/PictureInPictureExitIcon.js +1 -1
  364. package/dist/esm/icons/PictureInPictureIcon.js +1 -1
  365. package/dist/esm/icons/PieChartIcon.js +50 -0
  366. package/dist/esm/icons/PinIcon.js +1 -1
  367. package/dist/esm/icons/PinOffIcon.js +12 -2
  368. package/dist/esm/icons/PlayCircleIcon.js +1 -1
  369. package/dist/esm/icons/PlayIcon.js +1 -1
  370. package/dist/esm/icons/PrinterIcon.js +1 -1
  371. package/dist/esm/icons/ProhibitedIcon.js +1 -1
  372. package/dist/esm/icons/PythonIcon.js +1 -1
  373. package/dist/esm/icons/QrCodeIcon.js +2 -2
  374. package/dist/esm/icons/QuestionCircleIcon.js +1 -1
  375. package/dist/esm/icons/QuestionIcon.js +1 -1
  376. package/dist/esm/icons/QuoteIcon.js +1 -1
  377. package/dist/esm/icons/ReactjsIcon.js +1 -1
  378. package/dist/esm/icons/RecordIcon.js +1 -1
  379. package/dist/esm/icons/RecordStopIcon.js +1 -1
  380. package/dist/esm/icons/RectangleWideIcon.js +1 -1
  381. package/dist/esm/icons/RegularExpressionIcon.js +1 -1
  382. package/dist/esm/icons/ReverseIcon.js +1 -1
  383. package/dist/esm/icons/RhombusIcon.js +1 -1
  384. package/dist/esm/icons/RibbonIcon.js +1 -1
  385. package/dist/esm/icons/RibbonStarIcon.js +1 -1
  386. package/dist/esm/icons/RoadBarrierIcon.js +48 -0
  387. package/dist/esm/icons/RobloxIcon.js +1 -1
  388. package/dist/esm/icons/RulerDiagonalIcon.js +1 -1
  389. package/dist/esm/icons/RulerIcon.js +1 -1
  390. package/dist/esm/icons/SaveIcon.js +1 -1
  391. package/dist/esm/icons/SaveMultipleIcon.js +1 -1
  392. package/dist/esm/icons/SavePencilIcon.js +1 -1
  393. package/dist/esm/icons/ScreenSizeIcon.js +1 -1
  394. package/dist/esm/icons/Script2Icon.js +1 -1
  395. package/dist/esm/icons/ScriptIcon.js +1 -1
  396. package/dist/esm/icons/SearchCancelIcon.js +1 -1
  397. package/dist/esm/icons/SearchIcon.js +1 -1
  398. package/dist/esm/icons/SectionBreakIcon.js +1 -1
  399. package/dist/esm/icons/SendIcon.js +1 -1
  400. package/dist/esm/icons/ServerIcon.js +1 -1
  401. package/dist/esm/icons/SettingsIcon.js +1 -1
  402. package/dist/esm/icons/ShapeDifferenceIcon.js +1 -1
  403. package/dist/esm/icons/ShapeIntersectIcon.js +1 -1
  404. package/dist/esm/icons/ShapeSubtractIcon.js +1 -1
  405. package/dist/esm/icons/ShapeUnionIcon.js +1 -1
  406. package/dist/esm/icons/ShieldCancelIcon.js +1 -1
  407. package/dist/esm/icons/ShieldCheckmarkIcon.js +1 -1
  408. package/dist/esm/icons/ShieldIcon.js +1 -1
  409. package/dist/esm/icons/ShieldKeyholeIcon.js +1 -1
  410. package/dist/esm/icons/SkullIcon.js +1 -1
  411. package/dist/esm/icons/SlashSquareIcon.js +1 -1
  412. package/dist/esm/icons/SoundwaveIcon.js +1 -1
  413. package/dist/esm/icons/SpacebarIcon.js +1 -1
  414. package/dist/esm/icons/Sparkle2Icon.js +41 -0
  415. package/dist/esm/icons/SparkleIcon.js +2 -2
  416. package/dist/esm/icons/SpinnerIcon.js +1 -1
  417. package/dist/esm/icons/SplitHorizontalIcon.js +1 -1
  418. package/dist/esm/icons/SplitVerticalIcon.js +1 -1
  419. package/dist/esm/icons/{BoxDragIcon.js → SquareDragIcon.js} +4 -4
  420. package/dist/esm/icons/SquareIcon.js +1 -1
  421. package/dist/esm/icons/{BoxMarginsIcon.js → SquareMarginsIcon.js} +4 -4
  422. package/dist/esm/icons/StarIcon.js +1 -1
  423. package/dist/esm/icons/StrokeThicknessIcon.js +1 -1
  424. package/dist/esm/icons/SubtractIcon.js +1 -1
  425. package/dist/esm/icons/SubtractSquareIcon.js +46 -0
  426. package/dist/esm/icons/{BarGraphIcon.js → SubtractSquareMultipleIcon.js} +14 -18
  427. package/dist/esm/icons/SvelteIcon.js +1 -1
  428. package/dist/esm/icons/SymbolsIcon.js +1 -1
  429. package/dist/esm/icons/TableIcon.js +1 -1
  430. package/dist/esm/icons/TableSimpleIcon.js +1 -1
  431. package/dist/esm/icons/TabletIcon.js +1 -1
  432. package/dist/esm/icons/TagAccentIcon.js +1 -1
  433. package/dist/esm/icons/TagAddIcon.js +47 -0
  434. package/dist/esm/icons/TagIcon.js +1 -1
  435. package/dist/esm/icons/TagMultipleIcon.js +1 -1
  436. package/dist/esm/icons/TagRemoveIcon.js +47 -0
  437. package/dist/esm/icons/TargetIcon.js +43 -0
  438. package/dist/esm/icons/TaskListIcon.js +1 -1
  439. package/dist/esm/icons/TerminalIcon.js +1 -1
  440. package/dist/esm/icons/TextAddIcon.js +1 -1
  441. package/dist/esm/icons/TextAlignCenterIcon.js +1 -1
  442. package/dist/esm/icons/TextAlignJustifyIcon.js +1 -1
  443. package/dist/esm/icons/TextAlignLeftIcon.js +1 -1
  444. package/dist/esm/icons/TextAlignRightIcon.js +1 -1
  445. package/dist/esm/icons/TextBoldIcon.js +1 -1
  446. package/dist/esm/icons/TextCaseLowercaseIcon.js +1 -1
  447. package/dist/esm/icons/TextCaseTitleIcon.js +1 -1
  448. package/dist/esm/icons/TextCaseUppercaseIcon.js +1 -1
  449. package/dist/esm/icons/TextClearFormattingIcon.js +1 -1
  450. package/dist/esm/icons/TextCollapseIcon.js +1 -1
  451. package/dist/esm/icons/TextColorAccentIcon.js +1 -1
  452. package/dist/esm/icons/TextColorIcon.js +1 -1
  453. package/dist/esm/icons/TextDescriptionIcon.js +25 -0
  454. package/dist/esm/icons/TextEditStyleIcon.js +1 -1
  455. package/dist/esm/icons/TextEffectsIcon.js +7 -5
  456. package/dist/esm/icons/TextExpandIcon.js +1 -1
  457. package/dist/esm/icons/TextFontIcon.js +1 -1
  458. package/dist/esm/icons/TextFontSizeIcon.js +1 -1
  459. package/dist/esm/icons/TextFootnoteIcon.js +1 -1
  460. package/dist/esm/icons/TextHighlightColorAccentIcon.js +1 -1
  461. package/dist/esm/icons/TextHighlightColorIcon.js +1 -1
  462. package/dist/esm/icons/TextIcon.js +1 -1
  463. package/dist/esm/icons/TextIndentDecreaseIcon.js +3 -3
  464. package/dist/esm/icons/TextIndentIncreaseIcon.js +3 -3
  465. package/dist/esm/icons/TextItalicIcon.js +1 -1
  466. package/dist/esm/icons/TextLargeIcon.js +1 -1
  467. package/dist/esm/icons/TextLetterSpacingIcon.js +1 -1
  468. package/dist/esm/icons/TextLineHeightIcon.js +1 -1
  469. package/dist/esm/icons/TextLineSpacingIcon.js +1 -1
  470. package/dist/esm/icons/TextNumberListIcon.js +1 -1
  471. package/dist/esm/icons/TextPositionBottomIcon.js +1 -1
  472. package/dist/esm/icons/TextPositionMiddleIcon.js +1 -1
  473. package/dist/esm/icons/TextPositionTopIcon.js +1 -1
  474. package/dist/esm/icons/TextSmallIcon.js +1 -1
  475. package/dist/esm/icons/TextStrikethroughIcon.js +1 -1
  476. package/dist/esm/icons/TextSubscriptIcon.js +1 -1
  477. package/dist/esm/icons/TextSuperscriptIcon.js +1 -1
  478. package/dist/esm/icons/TextTypographyIcon.js +1 -1
  479. package/dist/esm/icons/TextUnderlineIcon.js +1 -1
  480. package/dist/esm/icons/ThumbsDownIcon.js +1 -1
  481. package/dist/esm/icons/ThumbsUpIcon.js +1 -1
  482. package/dist/esm/icons/TiktokIcon.js +1 -1
  483. package/dist/esm/icons/TimerIcon.js +23 -3
  484. package/dist/esm/icons/TimerOffIcon.js +25 -0
  485. package/dist/esm/icons/ToolboxIcon.js +1 -1
  486. package/dist/esm/icons/TriangleIcon.js +1 -1
  487. package/dist/esm/icons/TuneIcon.js +1 -1
  488. package/dist/esm/icons/TvIcon.js +1 -1
  489. package/dist/esm/icons/TypescriptIcon.js +1 -1
  490. package/dist/esm/icons/UbuntuIcon.js +1 -1
  491. package/dist/esm/icons/VehicleCarIcon.js +1 -1
  492. package/dist/esm/icons/VideoClipIcon.js +2 -2
  493. package/dist/esm/icons/VideoIcon.js +2 -2
  494. package/dist/esm/icons/VisualStudioCodeIcon.js +1 -1
  495. package/dist/esm/icons/VolumeIcon.js +1 -1
  496. package/dist/esm/icons/VolumeLowIcon.js +1 -1
  497. package/dist/esm/icons/VolumeMuteIcon.js +1 -1
  498. package/dist/esm/icons/VuejsIcon.js +1 -1
  499. package/dist/esm/icons/WatchIcon.js +1 -1
  500. package/dist/esm/icons/WeatherCloudyIcon.js +1 -1
  501. package/dist/esm/icons/WebpackIcon.js +1 -1
  502. package/dist/esm/icons/WiFiIcon.js +1 -1
  503. package/dist/esm/icons/WindowAddIcon.js +1 -1
  504. package/dist/esm/icons/WindowIcon.js +1 -1
  505. package/dist/esm/icons/WindowMultipleIcon.js +1 -1
  506. package/dist/esm/icons/WrenchIcon.js +1 -1
  507. package/dist/esm/icons/XTwitterIcon.js +1 -2
  508. package/dist/esm/icons/YoutubeIcon.js +1 -1
  509. package/dist/esm/icons/YoutubeShortsIcon.js +1 -1
  510. package/dist/esm/icons/ZoomInIcon.js +1 -1
  511. package/dist/esm/icons/ZoomOutIcon.js +1 -1
  512. package/dist/esm/icons.js +160 -43
  513. package/dist/esm/proicons.js +160 -43
  514. package/dist/esm/types.js +1 -1
  515. package/dist/esm/utils/createIcon.js +1 -1
  516. package/dist/esm/utils/rename.js +2 -2
  517. package/dist/esm/utils/renderNodes.js +1 -1
  518. package/dist/proicons.d.ts +541 -131
  519. package/dist/umd/proicons.cjs +1603 -507
  520. package/dist/umd/proicons.min.cjs +6 -0
  521. package/package.json +20 -13
  522. package/dist/esm/icons/PhoneAcceptIcon.js +0 -29
  523. package/dist/esm/icons/PhoneHangUpIcon.js +0 -29
  524. package/dist/esm/icons/VolumeMediumIcon.js +0 -41
@@ -7,7 +7,7 @@ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read fr
7
7
  var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
8
8
  var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), setter ? setter.call(obj, value) : member.set(obj, value), value);
9
9
  /**
10
- * @license ProIcons v4.11.2 - MIT
10
+ * @license ProIcons v4.12.0 - MIT
11
11
  *
12
12
  * This code is licensed under the MIT license.
13
13
  * See the LICENSE file in the root directory of the source tree.
@@ -55,7 +55,10 @@ const iconList = [
55
55
  "Airplane",
56
56
  "Airplane Landing",
57
57
  "Airplane Takeoff",
58
+ "Alarm Clock",
59
+ "Album",
58
60
  "Alert Circle",
61
+ "Alert Rhombus",
59
62
  "Alert Triangle",
60
63
  "Align Bottom",
61
64
  "Align Horizontal Centers",
@@ -72,7 +75,6 @@ const iconList = [
72
75
  "Apple",
73
76
  "Apps",
74
77
  "Apps Add",
75
- "Apps List",
76
78
  "Arc",
77
79
  "Archive",
78
80
  "Archive Add 2",
@@ -111,7 +113,7 @@ const iconList = [
111
113
  "Backspace",
112
114
  "Badge",
113
115
  "Bank",
114
- "Bar Graph",
116
+ "Bar Chart",
115
117
  "Battery",
116
118
  "Battery Full",
117
119
  "Beach",
@@ -135,8 +137,7 @@ const iconList = [
135
137
  "Bookmark Multiple",
136
138
  "Border All",
137
139
  "Box",
138
- "Box Drag",
139
- "Box Margins",
140
+ "Box Add",
140
141
  "Braces",
141
142
  "Braces Variable",
142
143
  "Brackets",
@@ -151,12 +152,18 @@ const iconList = [
151
152
  "Broom",
152
153
  "Bug",
153
154
  "Building Multiple",
155
+ "Bullet List",
156
+ "Bullet List Square",
157
+ "Bullet List Square Add",
158
+ "Bullet List Tree",
154
159
  "Button",
155
160
  "CSS",
156
161
  "CSS 2",
157
162
  "Cake",
158
163
  "Calculator",
159
164
  "Calendar",
165
+ "Call",
166
+ "Call End",
160
167
  "Calligraphy Pen",
161
168
  "Camera",
162
169
  "Cancel",
@@ -169,9 +176,11 @@ const iconList = [
169
176
  "Center Horizontal",
170
177
  "Center Vertical",
171
178
  "Chat",
179
+ "Chat Question",
172
180
  "Checkbox Checked",
173
181
  "Checkbox Indeterminate",
174
182
  "Checkbox Indeterminate 2",
183
+ "Checkbox List",
175
184
  "Checkbox Unchecked",
176
185
  "Checkmark",
177
186
  "Checkmark Circle",
@@ -189,6 +198,10 @@ const iconList = [
189
198
  "Clock",
190
199
  "Closed Captions",
191
200
  "Cloud",
201
+ "Cloud Add",
202
+ "Cloud Arrow Down",
203
+ "Cloud Arrow Up",
204
+ "Cloud Off",
192
205
  "Code",
193
206
  "Coffee Hot",
194
207
  "Color Palette",
@@ -203,6 +216,7 @@ const iconList = [
203
216
  "Compose",
204
217
  "Computer",
205
218
  "Computer Mac",
219
+ "Cone",
206
220
  "Contract Down",
207
221
  "Cookies",
208
222
  "Copy",
@@ -211,15 +225,18 @@ const iconList = [
211
225
  "Corner Radius",
212
226
  "Credit Card",
213
227
  "Crop",
228
+ "Cube",
214
229
  "Cursor",
215
230
  "Cursor Click",
216
231
  "Cursor Drag",
217
232
  "Cut",
233
+ "Cylinder",
218
234
  "Dark Theme",
219
235
  "Database",
220
236
  "Database Add",
221
237
  "Delete",
222
238
  "Diamond",
239
+ "Diff",
223
240
  "Directions",
224
241
  "Do Not Disturb",
225
242
  "Document",
@@ -227,6 +244,8 @@ const iconList = [
227
244
  "Dollar Circle",
228
245
  "Door",
229
246
  "Door Open",
247
+ "Dot Circle",
248
+ "Dot Square",
230
249
  "Draw Text",
231
250
  "Drop",
232
251
  "Emoji",
@@ -234,6 +253,7 @@ const iconList = [
234
253
  "Emoji Grin",
235
254
  "Emoji Laughter",
236
255
  "Eraser",
256
+ "Exclamation Mark",
237
257
  "Expand",
238
258
  "Extension",
239
259
  "Eye",
@@ -248,6 +268,7 @@ const iconList = [
248
268
  "File Add",
249
269
  "File Multiple",
250
270
  "File Sync",
271
+ "File Text",
251
272
  "Filter",
252
273
  "Filter 2",
253
274
  "Filter Cancel",
@@ -297,6 +318,7 @@ const iconList = [
297
318
  "Hourglass",
298
319
  "Infinity",
299
320
  "Info",
321
+ "Info Square",
300
322
  "Instagram",
301
323
  "JavaScript",
302
324
  "Keyboard",
@@ -372,15 +394,15 @@ const iconList = [
372
394
  "Person Circle",
373
395
  "Person Multiple",
374
396
  "Phone",
375
- "Phone Accept",
376
- "Phone Hang Up",
377
397
  "Photo",
398
+ "Photo Add",
378
399
  "Photo Filter",
379
400
  "Photo Multiple",
380
401
  "Picture in Picture",
381
402
  "Picture in Picture 2",
382
403
  "Picture in Picture Enter",
383
404
  "Picture in Picture Exit",
405
+ "Pie Chart",
384
406
  "Pin",
385
407
  "Pin Off",
386
408
  "Play",
@@ -401,6 +423,7 @@ const iconList = [
401
423
  "Rhombus",
402
424
  "Ribbon",
403
425
  "Ribbon Star",
426
+ "Road Barrier",
404
427
  "Roblox",
405
428
  "Ruler",
406
429
  "Ruler Diagonal",
@@ -429,13 +452,18 @@ const iconList = [
429
452
  "Soundwave",
430
453
  "Spacebar",
431
454
  "Sparkle",
455
+ "Sparkle 2",
432
456
  "Spinner",
433
457
  "Split Horizontal",
434
458
  "Split Vertical",
435
459
  "Square",
460
+ "Square Drag",
461
+ "Square Margins",
436
462
  "Star",
437
463
  "Stroke Thickness",
438
464
  "Subtract",
465
+ "Subtract Square",
466
+ "Subtract Square Multiple",
439
467
  "Svelte",
440
468
  "Symbols",
441
469
  "TV",
@@ -444,7 +472,10 @@ const iconList = [
444
472
  "Tablet",
445
473
  "Tag",
446
474
  "Tag Accent",
475
+ "Tag Add",
447
476
  "Tag Multiple",
477
+ "Tag Remove",
478
+ "Target",
448
479
  "Task List",
449
480
  "Terminal",
450
481
  "Text",
@@ -454,9 +485,6 @@ const iconList = [
454
485
  "Text Align Left",
455
486
  "Text Align Right",
456
487
  "Text Bold",
457
- "Text Bullet List",
458
- "Text Bullet List Square",
459
- "Text Bullet List Square Add",
460
488
  "Text Case Lowercase",
461
489
  "Text Case Title",
462
490
  "Text Case Uppercase",
@@ -464,6 +492,7 @@ const iconList = [
464
492
  "Text Collapse",
465
493
  "Text Color",
466
494
  "Text Color Accent",
495
+ "Text Description",
467
496
  "Text Edit Style",
468
497
  "Text Effects",
469
498
  "Text Expand",
@@ -493,6 +522,7 @@ const iconList = [
493
522
  "Thumbs Up",
494
523
  "TikTok",
495
524
  "Timer",
525
+ "Timer Off",
496
526
  "Toolbox",
497
527
  "Triangle",
498
528
  "Tune",
@@ -504,7 +534,6 @@ const iconList = [
504
534
  "Visual Studio Code",
505
535
  "Volume",
506
536
  "Volume Low",
507
- "Volume Medium",
508
537
  "Volume Mute",
509
538
  "VueJS",
510
539
  "Watch",
@@ -522,7 +551,7 @@ const iconList = [
522
551
  "Zoom Out"
523
552
  ];
524
553
  function format(str) {
525
- return str.replace(/[-_()\.\\\/+!@#$%^&*\[\]]/g, " ").replace(/\s\s+/g, " ").replace(/^\s+|\s+$/g, "");
554
+ return str.replace(/[^\w ]|^\d+/g, " ").replace(/\s+/g, " ").trim();
526
555
  }
527
556
  function camelCase(str) {
528
557
  return format(str).split(" ").map(
@@ -932,6 +961,83 @@ const AirplaneIcon = createIcon(
932
961
  ]
933
962
  ]
934
963
  );
964
+ const AlarmClockIcon = createIcon(
965
+ { name: "Alarm Clock", tags: ["Stopwatch"], category: "Objects", deprecated: false },
966
+ [
967
+ [
968
+ "path",
969
+ {
970
+ stroke: "currentColor",
971
+ "stroke-linecap": "round",
972
+ "stroke-width": "1.5",
973
+ d: "m21.25 7.072-3.574-3.574M2.75 7.072l3.574-3.574"
974
+ },
975
+ []
976
+ ],
977
+ [
978
+ "circle",
979
+ {
980
+ cx: "12",
981
+ cy: "12.753",
982
+ r: "7.75",
983
+ stroke: "currentColor",
984
+ "stroke-width": "1.503"
985
+ },
986
+ []
987
+ ],
988
+ [
989
+ "path",
990
+ {
991
+ stroke: "currentColor",
992
+ "stroke-linecap": "round",
993
+ "stroke-width": "1.503",
994
+ d: "m17.514 18.267 2.236 2.235M6.486 18.267 4.25 20.502"
995
+ },
996
+ []
997
+ ],
998
+ [
999
+ "path",
1000
+ {
1001
+ stroke: "currentColor",
1002
+ "stroke-linecap": "round",
1003
+ "stroke-linejoin": "round",
1004
+ "stroke-width": "1.5",
1005
+ d: "M11.9 8.353v4.25l3.685 2.117"
1006
+ },
1007
+ []
1008
+ ]
1009
+ ]
1010
+ );
1011
+ const AlbumIcon = createIcon(
1012
+ { name: "Album", tags: [""], category: "Media", deprecated: false },
1013
+ [
1014
+ [
1015
+ "rect",
1016
+ {
1017
+ width: "16.5",
1018
+ height: "16.5",
1019
+ x: "3.75",
1020
+ y: "3.75",
1021
+ stroke: "currentColor",
1022
+ "stroke-linecap": "round",
1023
+ "stroke-linejoin": "round",
1024
+ "stroke-width": "1.5",
1025
+ rx: "3"
1026
+ },
1027
+ []
1028
+ ],
1029
+ [
1030
+ "path",
1031
+ {
1032
+ stroke: "currentColor",
1033
+ "stroke-linejoin": "round",
1034
+ "stroke-width": "1.5",
1035
+ 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"
1036
+ },
1037
+ []
1038
+ ]
1039
+ ]
1040
+ );
935
1041
  const AlertCircleIcon = createIcon(
936
1042
  { name: "Alert Circle", tags: ["Warning"], category: "Status", deprecated: false },
937
1043
  [
@@ -969,6 +1075,43 @@ const AlertCircleIcon = createIcon(
969
1075
  ]
970
1076
  ]
971
1077
  );
1078
+ const AlertRhombusIcon = createIcon(
1079
+ { name: "Alert Rhombus", tags: ["Diamond"], category: "Status", deprecated: false },
1080
+ [
1081
+ [
1082
+ "path",
1083
+ {
1084
+ stroke: "currentColor",
1085
+ "stroke-linecap": "round",
1086
+ "stroke-linejoin": "round",
1087
+ "stroke-width": "1.5",
1088
+ 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"
1089
+ },
1090
+ []
1091
+ ],
1092
+ [
1093
+ "path",
1094
+ {
1095
+ stroke: "currentColor",
1096
+ "stroke-linecap": "round",
1097
+ "stroke-width": "1.5",
1098
+ d: "M12 12.435v-5"
1099
+ },
1100
+ []
1101
+ ],
1102
+ [
1103
+ "circle",
1104
+ {
1105
+ cx: "1.25",
1106
+ cy: "1.25",
1107
+ r: "1.25",
1108
+ fill: "currentColor",
1109
+ transform: "matrix(1 0 0 -1 10.75 17.06)"
1110
+ },
1111
+ []
1112
+ ]
1113
+ ]
1114
+ );
972
1115
  const AlertTriangleIcon = createIcon(
973
1116
  { name: "Alert Triangle", tags: ["Warning"], category: "Status", deprecated: false },
974
1117
  [
@@ -1608,89 +1751,6 @@ const AppsAddIcon = createIcon(
1608
1751
  ]
1609
1752
  ]
1610
1753
  );
1611
- const AppsListIcon = createIcon(
1612
- { name: "Apps List", tags: [""], category: "Organization", deprecated: false },
1613
- [
1614
- [
1615
- "path",
1616
- {
1617
- stroke: "currentColor",
1618
- "stroke-linecap": "round",
1619
- "stroke-linejoin": "round",
1620
- "stroke-width": "1.5",
1621
- d: "M10.25 4.5h11"
1622
- },
1623
- []
1624
- ],
1625
- [
1626
- "rect",
1627
- {
1628
- width: "3.5",
1629
- height: "3.5",
1630
- x: "2.75",
1631
- y: "2.75",
1632
- stroke: "currentColor",
1633
- "stroke-linecap": "round",
1634
- "stroke-linejoin": "round",
1635
- "stroke-width": "1.5",
1636
- rx: "1.2"
1637
- },
1638
- []
1639
- ],
1640
- [
1641
- "path",
1642
- {
1643
- stroke: "currentColor",
1644
- "stroke-linecap": "round",
1645
- "stroke-linejoin": "round",
1646
- "stroke-width": "1.5",
1647
- d: "M10.25 12h11"
1648
- },
1649
- []
1650
- ],
1651
- [
1652
- "rect",
1653
- {
1654
- width: "3.5",
1655
- height: "3.5",
1656
- x: "2.75",
1657
- y: "10.25",
1658
- stroke: "currentColor",
1659
- "stroke-linecap": "round",
1660
- "stroke-linejoin": "round",
1661
- "stroke-width": "1.5",
1662
- rx: "1.2"
1663
- },
1664
- []
1665
- ],
1666
- [
1667
- "path",
1668
- {
1669
- stroke: "currentColor",
1670
- "stroke-linecap": "round",
1671
- "stroke-linejoin": "round",
1672
- "stroke-width": "1.5",
1673
- d: "M10.25 19.5h11"
1674
- },
1675
- []
1676
- ],
1677
- [
1678
- "rect",
1679
- {
1680
- width: "3.5",
1681
- height: "3.5",
1682
- x: "2.75",
1683
- y: "17.75",
1684
- stroke: "currentColor",
1685
- "stroke-linecap": "round",
1686
- "stroke-linejoin": "round",
1687
- "stroke-width": "1.5",
1688
- rx: "1.2"
1689
- },
1690
- []
1691
- ]
1692
- ]
1693
- );
1694
1754
  const AppsIcon = createIcon(
1695
1755
  {
1696
1756
  name: "Apps",
@@ -1784,21 +1844,21 @@ const ArchiveAdd2Icon = createIcon(
1784
1844
  [
1785
1845
  "path",
1786
1846
  {
1787
- stroke: "currentColor",
1788
- "stroke-linecap": "round",
1789
- "stroke-linejoin": "round",
1790
- "stroke-width": "1.5",
1791
- d: "M10.25 12.25h2m-8.5-4h16.5m0 2v-1.7c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311c-.642-.327-1.482-.327-3.162-.327h-6.9c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3.75 6.03 3.75 6.87 3.75 8.55v6.9c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311c.642.327 1.482.327 3.162.327h1.7"
1847
+ fill: "currentColor",
1848
+ "fill-rule": "evenodd",
1849
+ 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",
1850
+ "clip-rule": "evenodd"
1792
1851
  },
1793
1852
  []
1794
1853
  ],
1795
1854
  [
1796
1855
  "path",
1797
1856
  {
1798
- fill: "currentColor",
1799
- "fill-rule": "evenodd",
1800
- 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",
1801
- "clip-rule": "evenodd"
1857
+ stroke: "currentColor",
1858
+ "stroke-linecap": "round",
1859
+ "stroke-linejoin": "round",
1860
+ "stroke-width": "1.5",
1861
+ 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"
1802
1862
  },
1803
1863
  []
1804
1864
  ]
@@ -1814,7 +1874,7 @@ const ArchiveIcon = createIcon(
1814
1874
  "stroke-linecap": "round",
1815
1875
  "stroke-linejoin": "round",
1816
1876
  "stroke-width": "1.5",
1817
- d: "M10.25 12.5h3.5m-10-4.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 1h16.5"
1877
+ 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"
1818
1878
  },
1819
1879
  []
1820
1880
  ]
@@ -2476,11 +2536,11 @@ const BankIcon = createIcon(
2476
2536
  ]
2477
2537
  ]
2478
2538
  );
2479
- const BarGraphIcon = createIcon(
2539
+ const BarChartIcon = createIcon(
2480
2540
  {
2481
- name: "Bar Graph",
2541
+ name: "Bar Chart",
2482
2542
  tags: ["Stats", "Statistics", "Data", "Graph", "Chart"],
2483
- category: "Layout",
2543
+ category: "Math & Numbers",
2484
2544
  deprecated: false
2485
2545
  },
2486
2546
  [
@@ -2491,49 +2551,14 @@ const BarGraphIcon = createIcon(
2491
2551
  "stroke-linecap": "round",
2492
2552
  "stroke-linejoin": "round",
2493
2553
  "stroke-width": "1.5",
2494
- d: "M2.75 21h18.5"
2495
- },
2496
- []
2497
- ],
2498
- [
2499
- "rect",
2500
- {
2501
- width: "6",
2502
- height: "10",
2503
- x: "4",
2504
- y: "7.5",
2505
- stroke: "currentColor",
2506
- "stroke-linecap": "round",
2507
- "stroke-linejoin": "round",
2508
- "stroke-width": "1.5",
2509
- rx: "2"
2510
- },
2511
- []
2512
- ],
2513
- [
2514
- "rect",
2515
- {
2516
- width: "6",
2517
- height: "15",
2518
- x: "14",
2519
- y: "2.5",
2520
- stroke: "currentColor",
2521
- "stroke-linecap": "round",
2522
- "stroke-linejoin": "round",
2523
- "stroke-width": "1.5",
2524
- rx: "2"
2554
+ 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"
2525
2555
  },
2526
2556
  []
2527
2557
  ]
2528
2558
  ]
2529
2559
  );
2530
2560
  const BatteryFullIcon = createIcon(
2531
- {
2532
- name: "Battery Full",
2533
- tags: [""],
2534
- category: "System & Interface",
2535
- deprecated: false
2536
- },
2561
+ { name: "Battery Full", tags: [""], category: "Technology", deprecated: false },
2537
2562
  [
2538
2563
  [
2539
2564
  "rect",
@@ -2576,7 +2601,7 @@ const BatteryFullIcon = createIcon(
2576
2601
  ]
2577
2602
  );
2578
2603
  const BatteryIcon = createIcon(
2579
- { name: "Battery", tags: [""], category: "System & Interface", deprecated: false },
2604
+ { name: "Battery", tags: [""], category: "Technology", deprecated: false },
2580
2605
  [
2581
2606
  [
2582
2607
  "rect",
@@ -3146,11 +3171,11 @@ const BorderAllIcon = createIcon(
3146
3171
  ]
3147
3172
  ]
3148
3173
  );
3149
- const BoxDragIcon = createIcon(
3174
+ const BoxAddIcon = createIcon(
3150
3175
  {
3151
- name: "Box Drag",
3152
- tags: ["Grab", "Hand", "Drop", "Grabber", "Dragging"],
3153
- category: "Gestures",
3176
+ name: "Box Add",
3177
+ tags: ["Package", "Amazon", "Delivery"],
3178
+ category: "Objects",
3154
3179
  deprecated: false
3155
3180
  },
3156
3181
  [
@@ -3161,69 +3186,37 @@ const BoxDragIcon = createIcon(
3161
3186
  "stroke-linecap": "round",
3162
3187
  "stroke-linejoin": "round",
3163
3188
  "stroke-width": "1.5",
3164
- 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"
3189
+ 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"
3165
3190
  },
3166
3191
  []
3167
3192
  ],
3168
3193
  [
3169
3194
  "path",
3170
3195
  {
3171
- stroke: "currentColor",
3172
- "stroke-linecap": "round",
3173
- "stroke-linejoin": "round",
3174
- "stroke-width": "1.5",
3175
- 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"
3196
+ fill: "currentColor",
3197
+ "fill-rule": "evenodd",
3198
+ 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",
3199
+ "clip-rule": "evenodd"
3176
3200
  },
3177
3201
  []
3178
3202
  ]
3179
3203
  ]
3180
3204
  );
3181
- const BoxMarginsIcon = createIcon(
3182
- { name: "Box Margins", tags: [""], category: "Layout", deprecated: false },
3205
+ const BoxIcon = createIcon(
3206
+ {
3207
+ name: "Box",
3208
+ tags: ["Package", "Amazon", "Delivery"],
3209
+ category: "Objects",
3210
+ deprecated: false
3211
+ },
3183
3212
  [
3184
3213
  [
3185
- "rect",
3214
+ "path",
3186
3215
  {
3187
- width: "16.5",
3188
- height: "16.5",
3189
- x: "3.75",
3190
- y: "3.75",
3191
3216
  stroke: "currentColor",
3192
- "stroke-linecap": "round",
3193
3217
  "stroke-linejoin": "round",
3194
3218
  "stroke-width": "1.5",
3195
- rx: "3"
3196
- },
3197
- []
3198
- ],
3199
- [
3200
- "path",
3201
- {
3202
- stroke: "currentColor",
3203
- "stroke-linecap": "round",
3204
- "stroke-linejoin": "round",
3205
- "stroke-width": "1.5",
3206
- d: "M7.75 3.75v16.5m8.5 0V3.75m-12.5 4h16.5m0 8.5H3.75"
3207
- },
3208
- []
3209
- ]
3210
- ]
3211
- );
3212
- const BoxIcon = createIcon(
3213
- {
3214
- name: "Box",
3215
- tags: ["Package", "Amazon", "Delivery"],
3216
- category: "Activities",
3217
- deprecated: false
3218
- },
3219
- [
3220
- [
3221
- "path",
3222
- {
3223
- stroke: "currentColor",
3224
- "stroke-linejoin": "round",
3225
- "stroke-width": "1.5",
3226
- d: "m7.687 9.687 2.66 1.426A3.5 3.5 0 0 0 12 11.53M7.687 9.687 3.884 7.65m3.803 2.038 8.496-4.555.128-.07M3.884 7.648a3.5 3.5 0 0 0-.51 1.82v5.061a3.5 3.5 0 0 0 1.845 3.085l5.127 2.748A3.5 3.5 0 0 0 12 20.78M3.884 7.649a3.5 3.5 0 0 1 1.335-1.264l5.127-2.748a3.5 3.5 0 0 1 3.308 0L16.31 5.06M12 11.53a3.5 3.5 0 0 0 1.654-.416l6.462-3.464M12 11.529v9.25m0 0a3.5 3.5 0 0 0 1.654-.416l5.127-2.748a3.5 3.5 0 0 0 1.846-3.085V9.47a3.5 3.5 0 0 0-.511-1.821m0 0a3.5 3.5 0 0 0-1.335-1.264l-2.47-1.324"
3219
+ 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"
3227
3220
  },
3228
3221
  []
3229
3222
  ]
@@ -3532,6 +3525,187 @@ const BuildingMultipleIcon = createIcon(
3532
3525
  ["circle", { cx: "10.75", cy: "16.5", r: "1", fill: "currentColor" }, []]
3533
3526
  ]
3534
3527
  );
3528
+ const BulletListSquareAddIcon = createIcon(
3529
+ { name: "Bullet List Square Add", tags: [""], category: "Text", deprecated: false },
3530
+ [
3531
+ ["circle", { cx: "7.877", cy: "8.25", r: "1", fill: "currentColor" }, []],
3532
+ [
3533
+ "path",
3534
+ {
3535
+ stroke: "currentColor",
3536
+ "stroke-linecap": "round",
3537
+ "stroke-width": "1.5",
3538
+ d: "M11.062 8.25h5.31"
3539
+ },
3540
+ []
3541
+ ],
3542
+ ["circle", { cx: "7.877", cy: "12", r: "1", fill: "currentColor" }, []],
3543
+ [
3544
+ "path",
3545
+ {
3546
+ stroke: "currentColor",
3547
+ "stroke-linecap": "round",
3548
+ "stroke-width": "1.5",
3549
+ d: "M11.062 12h1.31"
3550
+ },
3551
+ []
3552
+ ],
3553
+ ["circle", { cx: "7.877", cy: "15.75", r: "1", fill: "currentColor" }, []],
3554
+ [
3555
+ "path",
3556
+ {
3557
+ stroke: "currentColor",
3558
+ "stroke-linecap": "round",
3559
+ "stroke-width": "1.5",
3560
+ 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"
3561
+ },
3562
+ []
3563
+ ],
3564
+ [
3565
+ "path",
3566
+ {
3567
+ fill: "currentColor",
3568
+ "fill-rule": "evenodd",
3569
+ 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",
3570
+ "clip-rule": "evenodd"
3571
+ },
3572
+ []
3573
+ ]
3574
+ ]
3575
+ );
3576
+ const BulletListSquareIcon = createIcon(
3577
+ { name: "Bullet List Square", tags: [""], category: "Text", deprecated: false },
3578
+ [
3579
+ ["circle", { cx: "7.877", cy: "8.25", r: "1", fill: "currentColor" }, []],
3580
+ [
3581
+ "path",
3582
+ {
3583
+ stroke: "currentColor",
3584
+ "stroke-linecap": "round",
3585
+ "stroke-width": "1.5",
3586
+ d: "M11.062 8.25h5.31"
3587
+ },
3588
+ []
3589
+ ],
3590
+ ["circle", { cx: "7.877", cy: "12", r: "1", fill: "currentColor" }, []],
3591
+ [
3592
+ "path",
3593
+ {
3594
+ stroke: "currentColor",
3595
+ "stroke-linecap": "round",
3596
+ "stroke-width": "1.5",
3597
+ d: "M11.062 12h5.31"
3598
+ },
3599
+ []
3600
+ ],
3601
+ ["circle", { cx: "7.877", cy: "15.75", r: "1", fill: "currentColor" }, []],
3602
+ [
3603
+ "path",
3604
+ {
3605
+ stroke: "currentColor",
3606
+ "stroke-linecap": "round",
3607
+ "stroke-width": "1.5",
3608
+ d: "M11.062 15.75h5.31"
3609
+ },
3610
+ []
3611
+ ],
3612
+ [
3613
+ "rect",
3614
+ {
3615
+ width: "16.5",
3616
+ height: "16.5",
3617
+ x: "3.75",
3618
+ y: "3.75",
3619
+ stroke: "currentColor",
3620
+ "stroke-width": "1.5",
3621
+ rx: "4"
3622
+ },
3623
+ []
3624
+ ]
3625
+ ]
3626
+ );
3627
+ const BulletListTreeIcon = createIcon(
3628
+ { name: "Bullet List Tree", tags: [""], category: "Organization", deprecated: false },
3629
+ [
3630
+ ["circle", { cx: "4.443", cy: "5.081", r: "1.331", fill: "currentColor" }, []],
3631
+ [
3632
+ "path",
3633
+ {
3634
+ stroke: "currentColor",
3635
+ "stroke-linecap": "round",
3636
+ "stroke-linejoin": "round",
3637
+ "stroke-width": "1.5",
3638
+ d: "M9.123 5.08h11.765"
3639
+ },
3640
+ []
3641
+ ],
3642
+ ["circle", { cx: "4.443", cy: "12", r: "1.331", fill: "currentColor" }, []],
3643
+ [
3644
+ "path",
3645
+ {
3646
+ stroke: "currentColor",
3647
+ "stroke-linecap": "round",
3648
+ "stroke-linejoin": "round",
3649
+ "stroke-width": "1.5",
3650
+ d: "M9.123 12h11.765"
3651
+ },
3652
+ []
3653
+ ],
3654
+ ["circle", { cx: "9.701", cy: "18.919", r: "1.331", fill: "currentColor" }, []],
3655
+ [
3656
+ "path",
3657
+ {
3658
+ stroke: "currentColor",
3659
+ "stroke-linecap": "round",
3660
+ "stroke-linejoin": "round",
3661
+ "stroke-width": "1.5",
3662
+ d: "M14.38 18.92h6.508"
3663
+ },
3664
+ []
3665
+ ]
3666
+ ]
3667
+ );
3668
+ const BulletListIcon = createIcon(
3669
+ { name: "Bullet List", tags: [""], category: "Text", deprecated: false },
3670
+ [
3671
+ ["circle", { cx: "4.443", cy: "5.081", r: "1.331", fill: "currentColor" }, []],
3672
+ [
3673
+ "path",
3674
+ {
3675
+ stroke: "currentColor",
3676
+ "stroke-linecap": "round",
3677
+ "stroke-linejoin": "round",
3678
+ "stroke-width": "1.5",
3679
+ d: "M9.123 5.08h11.765"
3680
+ },
3681
+ []
3682
+ ],
3683
+ ["circle", { cx: "4.443", cy: "12", r: "1.331", fill: "currentColor" }, []],
3684
+ [
3685
+ "path",
3686
+ {
3687
+ stroke: "currentColor",
3688
+ "stroke-linecap": "round",
3689
+ "stroke-linejoin": "round",
3690
+ "stroke-width": "1.5",
3691
+ d: "M9.123 12h11.765"
3692
+ },
3693
+ []
3694
+ ],
3695
+ ["circle", { cx: "4.443", cy: "18.919", r: "1.331", fill: "currentColor" }, []],
3696
+ [
3697
+ "path",
3698
+ {
3699
+ stroke: "currentColor",
3700
+ "stroke-linecap": "round",
3701
+ "stroke-linejoin": "round",
3702
+ "stroke-width": "1.5",
3703
+ d: "M9.123 18.92h11.765"
3704
+ },
3705
+ []
3706
+ ]
3707
+ ]
3708
+ );
3535
3709
  const ButtonIcon = createIcon(
3536
3710
  { name: "Button", tags: ["UI"], category: "System & Interface", deprecated: false },
3537
3711
  [
@@ -3657,6 +3831,46 @@ const CalendarIcon = createIcon(
3657
3831
  ]
3658
3832
  ]
3659
3833
  );
3834
+ const CallEndIcon = createIcon(
3835
+ {
3836
+ name: "Call End",
3837
+ tags: ["Phone", "Decline", "Hang Up"],
3838
+ category: "Communication & Cloud",
3839
+ deprecated: false
3840
+ },
3841
+ [
3842
+ [
3843
+ "path",
3844
+ {
3845
+ stroke: "currentColor",
3846
+ "stroke-linejoin": "round",
3847
+ "stroke-width": "1.5",
3848
+ 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"
3849
+ },
3850
+ []
3851
+ ]
3852
+ ]
3853
+ );
3854
+ const CallIcon = createIcon(
3855
+ {
3856
+ name: "Call",
3857
+ tags: ["Phone", "Accept"],
3858
+ category: "Communication & Cloud",
3859
+ deprecated: false
3860
+ },
3861
+ [
3862
+ [
3863
+ "path",
3864
+ {
3865
+ stroke: "currentColor",
3866
+ "stroke-linejoin": "round",
3867
+ "stroke-width": "1.5",
3868
+ 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"
3869
+ },
3870
+ []
3871
+ ]
3872
+ ]
3873
+ );
3660
3874
  const CalligraphyPenIcon = createIcon(
3661
3875
  {
3662
3876
  name: "Calligraphy Pen",
@@ -3983,6 +4197,39 @@ const CenterVerticalIcon = createIcon(
3983
4197
  ]
3984
4198
  ]
3985
4199
  );
4200
+ const ChatQuestionIcon = createIcon(
4201
+ {
4202
+ name: "Chat Question",
4203
+ tags: [""],
4204
+ category: "Communication & Cloud",
4205
+ deprecated: false
4206
+ },
4207
+ [
4208
+ [
4209
+ "path",
4210
+ {
4211
+ stroke: "currentColor",
4212
+ "stroke-linecap": "round",
4213
+ "stroke-linejoin": "round",
4214
+ "stroke-width": "1.5",
4215
+ 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"
4216
+ },
4217
+ []
4218
+ ],
4219
+ [
4220
+ "path",
4221
+ {
4222
+ stroke: "currentColor",
4223
+ "stroke-linecap": "round",
4224
+ "stroke-linejoin": "round",
4225
+ "stroke-width": "1.5",
4226
+ 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"
4227
+ },
4228
+ []
4229
+ ],
4230
+ ["circle", { cx: "11.828", cy: "16.74", r: "1", fill: "currentColor" }, []]
4231
+ ]
4232
+ );
3986
4233
  const ChatIcon = createIcon(
3987
4234
  { name: "Chat", tags: [""], category: "Communication & Cloud", deprecated: false },
3988
4235
  [
@@ -4104,6 +4351,89 @@ const CheckboxIndeterminateIcon = createIcon(
4104
4351
  ]
4105
4352
  ]
4106
4353
  );
4354
+ const CheckboxListIcon = createIcon(
4355
+ { name: "Checkbox List", tags: [""], category: "Organization", deprecated: false },
4356
+ [
4357
+ [
4358
+ "path",
4359
+ {
4360
+ stroke: "currentColor",
4361
+ "stroke-linecap": "round",
4362
+ "stroke-linejoin": "round",
4363
+ "stroke-width": "1.5",
4364
+ d: "M10.25 4.5h11"
4365
+ },
4366
+ []
4367
+ ],
4368
+ [
4369
+ "rect",
4370
+ {
4371
+ width: "3.5",
4372
+ height: "3.5",
4373
+ x: "2.75",
4374
+ y: "2.75",
4375
+ stroke: "currentColor",
4376
+ "stroke-linecap": "round",
4377
+ "stroke-linejoin": "round",
4378
+ "stroke-width": "1.5",
4379
+ rx: "1.2"
4380
+ },
4381
+ []
4382
+ ],
4383
+ [
4384
+ "path",
4385
+ {
4386
+ stroke: "currentColor",
4387
+ "stroke-linecap": "round",
4388
+ "stroke-linejoin": "round",
4389
+ "stroke-width": "1.5",
4390
+ d: "M10.25 12h11"
4391
+ },
4392
+ []
4393
+ ],
4394
+ [
4395
+ "rect",
4396
+ {
4397
+ width: "3.5",
4398
+ height: "3.5",
4399
+ x: "2.75",
4400
+ y: "10.25",
4401
+ stroke: "currentColor",
4402
+ "stroke-linecap": "round",
4403
+ "stroke-linejoin": "round",
4404
+ "stroke-width": "1.5",
4405
+ rx: "1.2"
4406
+ },
4407
+ []
4408
+ ],
4409
+ [
4410
+ "path",
4411
+ {
4412
+ stroke: "currentColor",
4413
+ "stroke-linecap": "round",
4414
+ "stroke-linejoin": "round",
4415
+ "stroke-width": "1.5",
4416
+ d: "M10.25 19.5h11"
4417
+ },
4418
+ []
4419
+ ],
4420
+ [
4421
+ "rect",
4422
+ {
4423
+ width: "3.5",
4424
+ height: "3.5",
4425
+ x: "2.75",
4426
+ y: "17.75",
4427
+ stroke: "currentColor",
4428
+ "stroke-linecap": "round",
4429
+ "stroke-linejoin": "round",
4430
+ "stroke-width": "1.5",
4431
+ rx: "1.2"
4432
+ },
4433
+ []
4434
+ ]
4435
+ ]
4436
+ );
4107
4437
  const CheckboxUncheckedIcon = createIcon(
4108
4438
  {
4109
4439
  name: "Checkbox Unchecked",
@@ -4505,8 +4835,145 @@ const ClosedCaptionsIcon = createIcon(
4505
4835
  ]
4506
4836
  ]
4507
4837
  );
4838
+ const CloudAddIcon = createIcon(
4839
+ {
4840
+ name: "Cloud Add",
4841
+ tags: ["Drive", "Internet", "Storage", "OneDrive", "Upload"],
4842
+ category: "Communication & Cloud",
4843
+ deprecated: false
4844
+ },
4845
+ [
4846
+ [
4847
+ "path",
4848
+ {
4849
+ stroke: "currentColor",
4850
+ "stroke-linecap": "round",
4851
+ "stroke-linejoin": "round",
4852
+ "stroke-width": "1.5",
4853
+ 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"
4854
+ },
4855
+ []
4856
+ ],
4857
+ [
4858
+ "path",
4859
+ {
4860
+ fill: "currentColor",
4861
+ "fill-rule": "evenodd",
4862
+ 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",
4863
+ "clip-rule": "evenodd"
4864
+ },
4865
+ []
4866
+ ]
4867
+ ]
4868
+ );
4869
+ const CloudArrowDownIcon = createIcon(
4870
+ {
4871
+ name: "Cloud Arrow Down",
4872
+ tags: ["Drive", "Internet", "Storage", "OneDrive", "Download", "Restore"],
4873
+ category: "Communication & Cloud",
4874
+ deprecated: false
4875
+ },
4876
+ [
4877
+ [
4878
+ "path",
4879
+ {
4880
+ stroke: "currentColor",
4881
+ "stroke-linecap": "round",
4882
+ "stroke-linejoin": "round",
4883
+ "stroke-width": "1.5",
4884
+ 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"
4885
+ },
4886
+ []
4887
+ ],
4888
+ [
4889
+ "path",
4890
+ {
4891
+ fill: "currentColor",
4892
+ "fill-rule": "evenodd",
4893
+ 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",
4894
+ "clip-rule": "evenodd"
4895
+ },
4896
+ []
4897
+ ]
4898
+ ]
4899
+ );
4900
+ const CloudArrowUpIcon = createIcon(
4901
+ {
4902
+ name: "Cloud Arrow Up",
4903
+ tags: [
4904
+ "Drive",
4905
+ "Internet",
4906
+ "Storage",
4907
+ "OneDrive",
4908
+ "Upload",
4909
+ "Synchronize",
4910
+ "Backup"
4911
+ ],
4912
+ category: "Communication & Cloud",
4913
+ deprecated: false
4914
+ },
4915
+ [
4916
+ [
4917
+ "path",
4918
+ {
4919
+ stroke: "currentColor",
4920
+ "stroke-linecap": "round",
4921
+ "stroke-linejoin": "round",
4922
+ "stroke-width": "1.5",
4923
+ 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"
4924
+ },
4925
+ []
4926
+ ],
4927
+ [
4928
+ "path",
4929
+ {
4930
+ fill: "currentColor",
4931
+ "fill-rule": "evenodd",
4932
+ 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",
4933
+ "clip-rule": "evenodd"
4934
+ },
4935
+ []
4936
+ ]
4937
+ ]
4938
+ );
4939
+ const CloudOffIcon = createIcon(
4940
+ {
4941
+ name: "Cloud Off",
4942
+ tags: [""],
4943
+ category: "Communication & Cloud",
4944
+ deprecated: false
4945
+ },
4946
+ [
4947
+ [
4948
+ "path",
4949
+ {
4950
+ stroke: "currentColor",
4951
+ "stroke-linecap": "round",
4952
+ "stroke-width": "1.5",
4953
+ d: "m2.75 21.25 18.5-18.5"
4954
+ },
4955
+ []
4956
+ ],
4957
+ [
4958
+ "path",
4959
+ {
4960
+ stroke: "currentColor",
4961
+ "stroke-linecap": "round",
4962
+ "stroke-linejoin": "round",
4963
+ "stroke-width": "1.5",
4964
+ 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"
4965
+ },
4966
+ []
4967
+ ]
4968
+ ]
4969
+ );
4508
4970
  const CloudIcon = createIcon(
4509
- { name: "Cloud", tags: [""], category: "Communication & Cloud", deprecated: false },
4971
+ {
4972
+ name: "Cloud",
4973
+ tags: ["Drive", "Internet", "Storage", "OneDrive"],
4974
+ category: "Communication & Cloud",
4975
+ deprecated: false
4976
+ },
4510
4977
  [
4511
4978
  [
4512
4979
  "path",
@@ -4830,7 +5297,7 @@ const ComponentIcon = createIcon(
4830
5297
  {
4831
5298
  name: "Component",
4832
5299
  tags: ["Symbol", "Figma", "Sketch", "Icon", "Asset"],
4833
- category: "Places & Transportation",
5300
+ category: "Design",
4834
5301
  deprecated: false
4835
5302
  },
4836
5303
  [
@@ -4984,6 +5451,22 @@ const ComputerIcon = createIcon(
4984
5451
  ]
4985
5452
  ]
4986
5453
  );
5454
+ const ConeIcon = createIcon(
5455
+ { name: "Cone", tags: ["Tube"], category: "Shapes", deprecated: false },
5456
+ [
5457
+ [
5458
+ "path",
5459
+ {
5460
+ stroke: "currentColor",
5461
+ "stroke-linecap": "round",
5462
+ "stroke-linejoin": "round",
5463
+ "stroke-width": "1.5",
5464
+ 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"
5465
+ },
5466
+ []
5467
+ ]
5468
+ ]
5469
+ );
4987
5470
  const ContractDownIcon = createIcon(
4988
5471
  { name: "Contract Down", tags: [""], category: "Window", deprecated: false },
4989
5472
  [
@@ -5263,6 +5746,21 @@ const CssIcon = createIcon(
5263
5746
  ]
5264
5747
  ]
5265
5748
  );
5749
+ const CubeIcon = createIcon(
5750
+ { name: "Cube", tags: ["Box", "Prism"], category: "Shapes", deprecated: false },
5751
+ [
5752
+ [
5753
+ "path",
5754
+ {
5755
+ stroke: "currentColor",
5756
+ "stroke-linejoin": "round",
5757
+ "stroke-width": "1.5",
5758
+ 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"
5759
+ },
5760
+ []
5761
+ ]
5762
+ ]
5763
+ );
5266
5764
  const CursorClickIcon = createIcon(
5267
5765
  {
5268
5766
  name: "Cursor Click",
@@ -5351,6 +5849,22 @@ const CutIcon = createIcon(
5351
5849
  ]
5352
5850
  ]
5353
5851
  );
5852
+ const CylinderIcon = createIcon(
5853
+ { name: "Cylinder", tags: ["Tube"], category: "Shapes", deprecated: false },
5854
+ [
5855
+ [
5856
+ "path",
5857
+ {
5858
+ stroke: "currentColor",
5859
+ "stroke-linecap": "round",
5860
+ "stroke-linejoin": "round",
5861
+ "stroke-width": "1.5",
5862
+ 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"
5863
+ },
5864
+ []
5865
+ ]
5866
+ ]
5867
+ );
5354
5868
  const DarkThemeIcon = createIcon(
5355
5869
  {
5356
5870
  name: "Dark Theme",
@@ -5442,14 +5956,35 @@ const DeleteIcon = createIcon(
5442
5956
  "stroke-linecap": "round",
5443
5957
  "stroke-linejoin": "round",
5444
5958
  "stroke-width": "1.5",
5445
- 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"
5959
+ 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"
5960
+ },
5961
+ []
5962
+ ]
5963
+ ]
5964
+ );
5965
+ const DiamondIcon = createIcon(
5966
+ { name: "Diamond", tags: ["Premium", "Pro"], category: "Nature", deprecated: false },
5967
+ [
5968
+ [
5969
+ "path",
5970
+ {
5971
+ stroke: "currentColor",
5972
+ "stroke-linecap": "round",
5973
+ "stroke-linejoin": "round",
5974
+ "stroke-width": "1.5",
5975
+ 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"
5446
5976
  },
5447
5977
  []
5448
5978
  ]
5449
5979
  ]
5450
5980
  );
5451
- const DiamondIcon = createIcon(
5452
- { name: "Diamond", tags: ["Premium", "Pro"], category: "Objects", deprecated: false },
5981
+ const DiffIcon = createIcon(
5982
+ {
5983
+ name: "Diff",
5984
+ tags: ["Add Subtract", "Minus", "Changes", "Git"],
5985
+ category: "Development",
5986
+ deprecated: false
5987
+ },
5453
5988
  [
5454
5989
  [
5455
5990
  "path",
@@ -5458,7 +5993,7 @@ const DiamondIcon = createIcon(
5458
5993
  "stroke-linecap": "round",
5459
5994
  "stroke-linejoin": "round",
5460
5995
  "stroke-width": "1.5",
5461
- 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"
5996
+ d: "M5 10.25h7m0 0h7m-7 0v-7m0 7v7m-7 3.5h14"
5462
5997
  },
5463
5998
  []
5464
5999
  ]
@@ -5650,6 +6185,46 @@ const DoorIcon = createIcon(
5650
6185
  ["circle", { cx: "15.25", cy: "12.5", r: "1.5", fill: "currentColor" }, []]
5651
6186
  ]
5652
6187
  );
6188
+ const DotCircleIcon = createIcon(
6189
+ { name: "Dot Circle", tags: [""], category: "Shapes", deprecated: false },
6190
+ [
6191
+ [
6192
+ "circle",
6193
+ {
6194
+ cx: "12",
6195
+ cy: "12",
6196
+ r: "9.25",
6197
+ stroke: "currentColor",
6198
+ "stroke-linecap": "round",
6199
+ "stroke-linejoin": "round",
6200
+ "stroke-width": "1.5"
6201
+ },
6202
+ []
6203
+ ],
6204
+ ["circle", { cx: "12", cy: "12", r: "2.5", fill: "currentColor" }, []]
6205
+ ]
6206
+ );
6207
+ const DotSquareIcon = createIcon(
6208
+ { name: "Dot Square", tags: [""], category: "Shapes", deprecated: false },
6209
+ [
6210
+ [
6211
+ "rect",
6212
+ {
6213
+ width: "16.5",
6214
+ height: "16.5",
6215
+ x: "3.75",
6216
+ y: "3.75",
6217
+ stroke: "currentColor",
6218
+ "stroke-linecap": "round",
6219
+ "stroke-linejoin": "round",
6220
+ "stroke-width": "1.5",
6221
+ rx: "4"
6222
+ },
6223
+ []
6224
+ ],
6225
+ ["circle", { cx: "12", cy: "12", r: "2.5", fill: "currentColor" }, []]
6226
+ ]
6227
+ );
5653
6228
  const DrawTextIcon = createIcon(
5654
6229
  { name: "Draw Text", tags: [""], category: "Text", deprecated: false },
5655
6230
  [
@@ -5852,6 +6427,22 @@ const EraserIcon = createIcon(
5852
6427
  ]
5853
6428
  ]
5854
6429
  );
6430
+ const ExclamationMarkIcon = createIcon(
6431
+ { name: "Exclamation Mark", tags: [""], category: "Text", deprecated: false },
6432
+ [
6433
+ ["circle", { cx: "12", cy: "19.38", r: "1.25", fill: "currentColor" }, []],
6434
+ [
6435
+ "path",
6436
+ {
6437
+ stroke: "currentColor",
6438
+ "stroke-linecap": "round",
6439
+ "stroke-width": "1.5",
6440
+ d: "M12 4.13v11"
6441
+ },
6442
+ []
6443
+ ]
6444
+ ]
6445
+ );
5855
6446
  const ExpandIcon = createIcon(
5856
6447
  { name: "Expand", tags: [""], category: "Window", deprecated: false },
5857
6448
  [
@@ -5892,7 +6483,7 @@ const ExtensionIcon = createIcon(
5892
6483
  const EyeOffIcon = createIcon(
5893
6484
  {
5894
6485
  name: "Eye Off",
5895
- tags: ["Invisible", "Hidden", "Hide"],
6486
+ tags: ["Invisible", "Hidden"],
5896
6487
  category: "Actions",
5897
6488
  deprecated: false
5898
6489
  },
@@ -5902,9 +6493,29 @@ const EyeOffIcon = createIcon(
5902
6493
  {
5903
6494
  stroke: "currentColor",
5904
6495
  "stroke-linecap": "round",
5905
- "stroke-linejoin": "round",
5906
6496
  "stroke-width": "1.5",
5907
- d: "m3.282 21.782 4.278-4.278M21.782 3.282 17.673 7.39m-3.363 3.363a2.64 2.64 0 0 0-1.063-1.063 2.625 2.625 0 1 0-2.494 4.62m3.557-3.557-3.557 3.557m3.557-3.557 3.363-3.363m-6.92 6.92L7.56 17.504M17.673 7.39c-.38-.319-.791-.621-1.232-.894C15.2 5.726 13.717 5.19 12 5.19c-4.956 0-7.948 4.459-8.91 6.16-.11.196-.165.293-.197.446a1.2 1.2 0 0 0 0 .408c.032.152.088.25.198.445.51.903 1.593 2.582 3.237 3.96.38.319.791.621 1.232.895m12.18-7.925c.528.694.919 1.328 1.17 1.773.11.194.165.292.197.444.023.112.023.296 0 .408-.032.152-.087.25-.197.444-.96 1.702-3.95 6.162-8.91 6.162q-.714-.002-1.374-.117"
6497
+ d: "m2.75 21.25 18.5-18.5"
6498
+ },
6499
+ []
6500
+ ],
6501
+ [
6502
+ "path",
6503
+ {
6504
+ fill: "currentColor",
6505
+ stroke: "currentColor",
6506
+ "stroke-linecap": "round",
6507
+ "stroke-width": "1.5",
6508
+ 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"
6509
+ },
6510
+ []
6511
+ ],
6512
+ [
6513
+ "path",
6514
+ {
6515
+ stroke: "currentColor",
6516
+ "stroke-linecap": "round",
6517
+ "stroke-width": "1.5",
6518
+ 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"
5908
6519
  },
5909
6520
  []
5910
6521
  ]
@@ -5956,8 +6567,8 @@ const EyedropperColorAccentIcon = createIcon(
5956
6567
  const EyedropperColorIcon = createIcon(
5957
6568
  {
5958
6569
  name: "Eyedropper Color",
5959
- tags: ["Eyedropper 2"],
5960
- category: "Objects",
6570
+ tags: ["Eyedropper 2", "Filled", "Full", "Color Picker"],
6571
+ category: "Design",
5961
6572
  deprecated: false
5962
6573
  },
5963
6574
  [
@@ -5975,7 +6586,12 @@ const EyedropperColorIcon = createIcon(
5975
6586
  ]
5976
6587
  );
5977
6588
  const EyedropperIcon = createIcon(
5978
- { name: "Eyedropper", tags: ["Color"], category: "Objects", deprecated: false },
6589
+ {
6590
+ name: "Eyedropper",
6591
+ tags: ["Color", "Color Picker"],
6592
+ category: "Design",
6593
+ deprecated: false
6594
+ },
5979
6595
  [
5980
6596
  [
5981
6597
  "path",
@@ -6184,6 +6800,32 @@ const FileSyncIcon = createIcon(
6184
6800
  ]
6185
6801
  ]
6186
6802
  );
6803
+ const FileTextIcon = createIcon(
6804
+ { name: "File Text", tags: [""], category: "Files", deprecated: false },
6805
+ [
6806
+ [
6807
+ "path",
6808
+ {
6809
+ stroke: "currentColor",
6810
+ "stroke-linecap": "round",
6811
+ "stroke-linejoin": "round",
6812
+ "stroke-width": "1.5",
6813
+ 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"
6814
+ },
6815
+ []
6816
+ ],
6817
+ [
6818
+ "path",
6819
+ {
6820
+ stroke: "currentColor",
6821
+ "stroke-linecap": "round",
6822
+ "stroke-width": "1.5",
6823
+ d: "M7.29 13.77h9.42m-9.42 3.48h6.42"
6824
+ },
6825
+ []
6826
+ ]
6827
+ ]
6828
+ );
6187
6829
  const FileIcon = createIcon(
6188
6830
  { name: "File", tags: [""], category: "Files", deprecated: false },
6189
6831
  [
@@ -6296,7 +6938,7 @@ const Flag2Icon = createIcon(
6296
6938
  "Waving",
6297
6939
  "Wave"
6298
6940
  ],
6299
- category: "Objects",
6941
+ category: "Places & Transportation",
6300
6942
  deprecated: false
6301
6943
  },
6302
6944
  [
@@ -6317,7 +6959,7 @@ const FlagIcon = createIcon(
6317
6959
  {
6318
6960
  name: "Flag",
6319
6961
  tags: ["Report", "Checkpoint", "Flagged", "Font Awesome"],
6320
- category: "Objects",
6962
+ category: "Places & Transportation",
6321
6963
  deprecated: false
6322
6964
  },
6323
6965
  [
@@ -6494,7 +7136,7 @@ const FolderAddIcon = createIcon(
6494
7136
  "stroke-linecap": "round",
6495
7137
  "stroke-linejoin": "round",
6496
7138
  "stroke-width": "1.5",
6497
- d: "M2.75 8.623v6.579c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.31c.642.328 1.482.328 3.162.328h2.7M2.75 8.623V7.598c0-1.26 0-1.89.245-2.371a2.25 2.25 0 0 1 .984-.984c.48-.245 1.11-.245 2.371-.245h1.679c.611 0 .917 0 1.205.07a2.5 2.5 0 0 1 .722.299c.253.154.469.37.901.803L12 6.313m-9.25 2.31h5.283c.611 0 .917 0 1.205-.069a2.5 2.5 0 0 0 .722-.3c.252-.154.469-.37.901-.802L12 6.312m0 0h4.449c1.68 0 2.52 0 3.163.326a3 3 0 0 1 1.31 1.311c.267.521.316 1.174.326 2.301"
7139
+ 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"
6498
7140
  },
6499
7141
  []
6500
7142
  ]
@@ -6796,7 +7438,12 @@ const GoogleIcon = createIcon(
6796
7438
  ]
6797
7439
  );
6798
7440
  const GraphIcon = createIcon(
6799
- { name: "Graph", tags: ["Stocks", "Data"], category: "Business", deprecated: false },
7441
+ {
7442
+ name: "Graph",
7443
+ tags: ["Stocks", "Data"],
7444
+ category: "Math & Numbers",
7445
+ deprecated: false
7446
+ },
6800
7447
  [
6801
7448
  [
6802
7449
  "path",
@@ -7037,11 +7684,21 @@ const HatGraduationIcon = createIcon(
7037
7684
  const HeadphonesOffIcon = createIcon(
7038
7685
  { name: "Headphones Off", tags: ["Audio"], category: "Media", deprecated: false },
7039
7686
  [
7687
+ [
7688
+ "path",
7689
+ {
7690
+ stroke: "currentColor",
7691
+ "stroke-linecap": "round",
7692
+ "stroke-width": "1.5",
7693
+ d: "M21.25 21.25 2.75 2.75"
7694
+ },
7695
+ []
7696
+ ],
7040
7697
  [
7041
7698
  "path",
7042
7699
  {
7043
7700
  fill: "currentColor",
7044
- d: "M17.75 21.25h1.5c.276 0 .54-.056.78-.158l-4.28-4.279v2.437a2 2 0 0 0 2 2"
7701
+ d: "M17.75 21.25h1.5c.552 0 1.052-.224 1.414-.586L15.75 15.75v3.5a2 2 0 0 0 2 2"
7045
7702
  },
7046
7703
  []
7047
7704
  ],
@@ -7052,7 +7709,7 @@ const HeadphonesOffIcon = createIcon(
7052
7709
  "stroke-linecap": "round",
7053
7710
  "stroke-linejoin": "round",
7054
7711
  "stroke-width": "1.5",
7055
- d: "M21.25 13.321V12A9.25 9.25 0 0 0 7.217 4.08m14.033 9.241h-4a1.5 1.5 0 0 0-1.5 1.5v1.992m5.5-3.492v4.765m-18.5-.718V12c0-2.284.828-4.374 2.2-5.988m10.8 10.801v2.437a2 2 0 0 0 2 2h1.5c.276 0 .54-.056.78-.158m-4.28-4.279 4.28 4.28m-4.28-4.28-10.8-10.8m0 0L2.217 3.28m18.5 18.5-.689-.689M2.75 13.322h4a1.5 1.5 0 0 1 1.5 1.5v4.428a2 2 0 0 1-2 2h-1.5a2 2 0 0 1-2-2z"
7712
+ 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"
7056
7713
  },
7057
7714
  []
7058
7715
  ]
@@ -7180,7 +7837,7 @@ const HistoryIcon = createIcon(
7180
7837
  "stroke-linecap": "round",
7181
7838
  "stroke-linejoin": "round",
7182
7839
  "stroke-width": "1.5",
7183
- d: "M11.25 7.75v5h3"
7840
+ 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"
7184
7841
  },
7185
7842
  []
7186
7843
  ],
@@ -7191,7 +7848,7 @@ const HistoryIcon = createIcon(
7191
7848
  "stroke-linecap": "round",
7192
7849
  "stroke-linejoin": "round",
7193
7850
  "stroke-width": "1.5",
7194
- d: "M4.855 7.875a8.25 8.25 0 1 1-.824 6.26m-.176-5.26v-4.75m0 4.75h4.75"
7851
+ d: "M12.25 8v4.25l3.685 2.117"
7195
7852
  },
7196
7853
  []
7197
7854
  ]
@@ -7321,6 +7978,31 @@ const InfinityIcon = createIcon(
7321
7978
  ]
7322
7979
  ]
7323
7980
  );
7981
+ const InfoSquareIcon = createIcon(
7982
+ { name: "Info Square", tags: ["Information"], category: "Status", deprecated: false },
7983
+ [
7984
+ [
7985
+ "path",
7986
+ {
7987
+ stroke: "currentColor",
7988
+ "stroke-width": "1.5",
7989
+ 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"
7990
+ },
7991
+ []
7992
+ ],
7993
+ [
7994
+ "path",
7995
+ {
7996
+ stroke: "currentColor",
7997
+ "stroke-linecap": "round",
7998
+ "stroke-width": "1.5",
7999
+ d: "M12 11.435v5"
8000
+ },
8001
+ []
8002
+ ],
8003
+ ["circle", { cx: "12", cy: "8.06", r: "1.25", fill: "currentColor" }, []]
8004
+ ]
8005
+ );
7324
8006
  const InfoIcon = createIcon(
7325
8007
  { name: "Info", tags: ["Information"], category: "Status", deprecated: false },
7326
8008
  [
@@ -7704,7 +8386,7 @@ const LineDiagonalIcon = createIcon(
7704
8386
  ]
7705
8387
  );
7706
8388
  const LinkIcon = createIcon(
7707
- { name: "Link", tags: ["URL", "Attachment"], category: "Objects", deprecated: false },
8389
+ { name: "Link", tags: ["URL", "Attachment"], category: "Text", deprecated: false },
7708
8390
  [
7709
8391
  [
7710
8392
  "path",
@@ -8094,22 +8776,29 @@ const MenuIcon = createIcon(
8094
8776
  const MicrophoneOffIcon = createIcon(
8095
8777
  { name: "Microphone Off", tags: ["Mute"], category: "Media", deprecated: false },
8096
8778
  [
8779
+ [
8780
+ "path",
8781
+ {
8782
+ stroke: "currentColor",
8783
+ "stroke-linecap": "round",
8784
+ "stroke-width": "1.5",
8785
+ d: "m2.75 21.25 18.5-18.5"
8786
+ },
8787
+ []
8788
+ ],
8097
8789
  [
8098
8790
  "path",
8099
8791
  {
8100
8792
  fill: "currentColor",
8101
- d: "M12 14.597a3.2 3.2 0 0 0 3.199-3.199V9.864l-4.47 4.47c.39.17.82.263 1.271.263"
8793
+ d: "M15.199 11.398a3.199 3.199 0 0 1-5.14 2.543l5.14-5.14z"
8102
8794
  },
8103
8795
  []
8104
8796
  ],
8105
8797
  [
8106
8798
  "path",
8107
8799
  {
8108
- stroke: "currentColor",
8109
- "stroke-linecap": "round",
8110
- "stroke-linejoin": "round",
8111
- "stroke-width": "1.5",
8112
- d: "M12 18.181a6.78 6.78 0 0 0 6.779-6.779M12 18.182v2.568m0-2.569a6.75 6.75 0 0 1-3.89-1.227m-2.89-5.552c0 1.1.262 2.14.727 3.058m-2.666 7.322 4.827-4.828M21.782 3.282l-6.583 6.582m0 0v1.534a3.2 3.2 0 0 1-4.47 2.937m4.47-4.47-4.47 4.47m0 0-2.62 2.62m.734-5.035a3 3 0 0 1-.042-.522v-4.95a3.199 3.199 0 0 1 6.391-.208"
8800
+ fill: "currentColor",
8801
+ 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"
8113
8802
  },
8114
8803
  []
8115
8804
  ]
@@ -8380,12 +9069,7 @@ const MusicNoteIcon = createIcon(
8380
9069
  ]
8381
9070
  );
8382
9071
  const NarratorIcon = createIcon(
8383
- {
8384
- name: "Narrator",
8385
- tags: [""],
8386
- category: "Communication & Cloud",
8387
- deprecated: false
8388
- },
9072
+ { name: "Narrator", tags: [""], category: "System & Interface", deprecated: false },
8389
9073
  [
8390
9074
  [
8391
9075
  "path",
@@ -9157,75 +9841,69 @@ const PersonIcon = createIcon(
9157
9841
  ]
9158
9842
  ]
9159
9843
  );
9160
- const PhoneAcceptIcon = createIcon(
9844
+ const PhoneIcon = createIcon(
9161
9845
  {
9162
- name: "Phone Accept",
9163
- tags: [""],
9164
- category: "Communication & Cloud",
9846
+ name: "Phone",
9847
+ tags: ["iPhone", "Samsung Galaxy", "Mobile", "Android", "iOS", "Smartphone"],
9848
+ category: "Technology",
9165
9849
  deprecated: false
9166
9850
  },
9167
9851
  [
9168
9852
  [
9169
- "path",
9853
+ "rect",
9170
9854
  {
9855
+ width: "12.5",
9856
+ height: "18.5",
9857
+ x: "5.75",
9858
+ y: "2.75",
9171
9859
  stroke: "currentColor",
9860
+ "stroke-linecap": "round",
9861
+ "stroke-linejoin": "round",
9172
9862
  "stroke-width": "1.5",
9173
- d: "M8.14 15.733c2.158 2.158 4.278 3.28 5.89 3.864 1.768.64 3.606-.117 4.935-1.446l.459-.458a1.5 1.5 0 0 0 0-2.122l-1.149-1.149a1.5 1.5 0 0 0-2.121 0l-.387.387a2 2 0 0 1-2.828 0l-3.713-3.712a2 2 0 0 1 0-2.829l.387-.387a1.5 1.5 0 0 0 0-2.12l-1.15-1.15a1.5 1.5 0 0 0-2.12 0l-.572.572c-1.262 1.262-2.013 2.99-1.438 4.68.538 1.58 1.622 3.685 3.806 5.87Z"
9863
+ rx: "3"
9174
9864
  },
9175
9865
  []
9176
- ]
9177
- ]
9178
- );
9179
- const PhoneHangUpIcon = createIcon(
9180
- {
9181
- name: "Phone Hang Up",
9182
- tags: [""],
9183
- category: "Communication & Cloud",
9184
- deprecated: false
9185
- },
9186
- [
9866
+ ],
9187
9867
  [
9188
9868
  "path",
9189
9869
  {
9190
9870
  stroke: "currentColor",
9871
+ "stroke-linecap": "round",
9872
+ "stroke-linejoin": "round",
9191
9873
  "stroke-width": "1.5",
9192
- d: "M12.116 7.953c-3.053 0-5.346.706-6.899 1.433-1.702.797-2.467 2.632-2.467 4.512v.649a1.5 1.5 0 0 0 1.5 1.5h1.625a1.5 1.5 0 0 0 1.5-1.5V14a2 2 0 0 1 2-2h5.25a2 2 0 0 1 2 2v.547a1.5 1.5 0 0 0 1.5 1.5h1.625a1.5 1.5 0 0 0 1.5-1.5v-.81c0-1.784-.691-3.537-2.293-4.325-1.496-.736-3.752-1.459-6.841-1.459Z"
9874
+ d: "M11 17.75h2"
9193
9875
  },
9194
9876
  []
9195
9877
  ]
9196
9878
  ]
9197
9879
  );
9198
- const PhoneIcon = createIcon(
9880
+ const PhotoAddIcon = createIcon(
9199
9881
  {
9200
- name: "Phone",
9201
- tags: ["iPhone", "Samsung Galaxy", "Mobile", "Android", "iOS", "Smartphone"],
9202
- category: "Technology",
9882
+ name: "Photo Add",
9883
+ tags: ["Image", "Picture"],
9884
+ category: "Files",
9203
9885
  deprecated: false
9204
9886
  },
9205
9887
  [
9888
+ ["circle", { cx: "15.091", cy: "8.909", r: "1.5", fill: "currentColor" }, []],
9206
9889
  [
9207
- "rect",
9890
+ "path",
9208
9891
  {
9209
- width: "12.5",
9210
- height: "18.5",
9211
- x: "5.75",
9212
- y: "2.75",
9213
9892
  stroke: "currentColor",
9214
9893
  "stroke-linecap": "round",
9215
9894
  "stroke-linejoin": "round",
9216
9895
  "stroke-width": "1.5",
9217
- rx: "3"
9896
+ 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"
9218
9897
  },
9219
9898
  []
9220
9899
  ],
9221
9900
  [
9222
9901
  "path",
9223
9902
  {
9224
- stroke: "currentColor",
9225
- "stroke-linecap": "round",
9226
- "stroke-linejoin": "round",
9227
- "stroke-width": "1.5",
9228
- d: "M11 17.75h2"
9903
+ fill: "currentColor",
9904
+ "fill-rule": "evenodd",
9905
+ 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",
9906
+ "clip-rule": "evenodd"
9229
9907
  },
9230
9908
  []
9231
9909
  ]
@@ -9235,7 +9913,7 @@ const PhotoFilterIcon = createIcon(
9235
9913
  {
9236
9914
  name: "Photo Filter",
9237
9915
  tags: ["Color Filter", "Tint"],
9238
- category: "Activities",
9916
+ category: "Design",
9239
9917
  deprecated: false
9240
9918
  },
9241
9919
  [
@@ -9468,6 +10146,46 @@ const PictureInPictureIcon = createIcon(
9468
10146
  ]
9469
10147
  ]
9470
10148
  );
10149
+ const PieChartIcon = createIcon(
10150
+ { name: "Pie Chart", tags: [""], category: "Math & Numbers", deprecated: false },
10151
+ [
10152
+ [
10153
+ "circle",
10154
+ {
10155
+ cx: "12",
10156
+ cy: "12",
10157
+ r: "9.25",
10158
+ stroke: "currentColor",
10159
+ "stroke-linecap": "round",
10160
+ "stroke-linejoin": "round",
10161
+ "stroke-width": "1.5"
10162
+ },
10163
+ []
10164
+ ],
10165
+ [
10166
+ "path",
10167
+ {
10168
+ stroke: "currentColor",
10169
+ "stroke-linecap": "round",
10170
+ "stroke-linejoin": "round",
10171
+ "stroke-width": "1.5",
10172
+ d: "M12 2.75a9.25 9.25 0 1 0 8.01 4.625L12 12z"
10173
+ },
10174
+ []
10175
+ ],
10176
+ [
10177
+ "path",
10178
+ {
10179
+ stroke: "currentColor",
10180
+ "stroke-linecap": "round",
10181
+ "stroke-linejoin": "round",
10182
+ "stroke-width": "1.5",
10183
+ d: "M12 2.75a9.25 9.25 0 1 0 8.01 13.875L12 12z"
10184
+ },
10185
+ []
10186
+ ]
10187
+ ]
10188
+ );
9471
10189
  const PinOffIcon = createIcon(
9472
10190
  { name: "Pin Off", tags: ["Unpin"], category: "Objects", deprecated: false },
9473
10191
  [
@@ -9476,9 +10194,19 @@ const PinOffIcon = createIcon(
9476
10194
  {
9477
10195
  stroke: "currentColor",
9478
10196
  "stroke-linecap": "round",
9479
- "stroke-linejoin": "round",
10197
+ "stroke-linejoin": "round",
10198
+ "stroke-width": "1.5",
10199
+ 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"
10200
+ },
10201
+ []
10202
+ ],
10203
+ [
10204
+ "path",
10205
+ {
10206
+ stroke: "currentColor",
10207
+ "stroke-linecap": "round",
9480
10208
  "stroke-width": "1.5",
9481
- d: "m7.77 16.233-4.02 4.02m16.968 1.529-6.258-6.26M2.217 3.283 8.48 9.545m5.979 5.979q-.183.357-.292.75l-.688 2.5a1.5 1.5 0 0 1-2.507.663L4.568 13.03a1.5 1.5 0 0 1 .662-2.507l2.5-.688a4 4 0 0 0 .75-.291m5.98 5.979-5.98-5.98m1.765-1.775q.087-.175.158-.36l1.291-3.372a2 2 0 0 1 3.282-.7l5.69 5.691a2 2 0 0 1-.698 3.282L16.595 13.6q-.184.07-.36.159"
10209
+ d: "M21.25 21.25 2.75 2.75"
9482
10210
  },
9483
10211
  []
9484
10212
  ]
@@ -9604,7 +10332,7 @@ const PythonIcon = createIcon(
9604
10332
  ]
9605
10333
  );
9606
10334
  const QrCodeIcon = createIcon(
9607
- { name: "QR Code", tags: [""], category: "Files", deprecated: false },
10335
+ { name: "QR Code", tags: [""], category: "Media", deprecated: false },
9608
10336
  [
9609
10337
  [
9610
10338
  "rect",
@@ -10049,6 +10777,44 @@ const RibbonIcon = createIcon(
10049
10777
  ]
10050
10778
  ]
10051
10779
  );
10780
+ const RoadBarrierIcon = createIcon(
10781
+ {
10782
+ name: "Road Barrier",
10783
+ tags: [
10784
+ "Construction",
10785
+ "Road Block",
10786
+ "Roadblock",
10787
+ "Work Zone",
10788
+ "Roadwork",
10789
+ "Border"
10790
+ ],
10791
+ category: "Activities",
10792
+ deprecated: false
10793
+ },
10794
+ [
10795
+ [
10796
+ "path",
10797
+ {
10798
+ stroke: "currentColor",
10799
+ "stroke-linecap": "round",
10800
+ "stroke-width": "1.5",
10801
+ d: "M2.75 21.25h18.5"
10802
+ },
10803
+ []
10804
+ ],
10805
+ [
10806
+ "path",
10807
+ {
10808
+ stroke: "currentColor",
10809
+ "stroke-linecap": "round",
10810
+ "stroke-linejoin": "round",
10811
+ "stroke-width": "1.5",
10812
+ 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.625M7.754 12h8.492m-9.994 4.625h11.496m-8.493-9.25 1.278-3.934a1 1 0 0 1 .95-.691h1.033a1 1 0 0 1 .951.691l1.278 3.934m-5.49 0h5.49m0 0L16.246 12m0 0 1.502 4.625"
10813
+ },
10814
+ []
10815
+ ]
10816
+ ]
10817
+ );
10052
10818
  const RobloxIcon = createIcon(
10053
10819
  {
10054
10820
  name: "Roblox",
@@ -10740,10 +11506,41 @@ const SpacebarIcon = createIcon(
10740
11506
  ]
10741
11507
  ]
10742
11508
  );
11509
+ const Sparkle2Icon = createIcon(
11510
+ {
11511
+ name: "Sparkle 2",
11512
+ tags: ["Flare", "AI", "Sparkles", "Smart", "Enhanced"],
11513
+ category: "Miscellaneous",
11514
+ deprecated: false
11515
+ },
11516
+ [
11517
+ [
11518
+ "path",
11519
+ {
11520
+ fill: "currentColor",
11521
+ stroke: "currentColor",
11522
+ "stroke-linejoin": "round",
11523
+ "stroke-width": "1.5",
11524
+ 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"
11525
+ },
11526
+ []
11527
+ ],
11528
+ [
11529
+ "path",
11530
+ {
11531
+ stroke: "currentColor",
11532
+ "stroke-linejoin": "round",
11533
+ "stroke-width": "1.5",
11534
+ 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"
11535
+ },
11536
+ []
11537
+ ]
11538
+ ]
11539
+ );
10743
11540
  const SparkleIcon = createIcon(
10744
11541
  {
10745
11542
  name: "Sparkle",
10746
- tags: ["Flare", "Gemini"],
11543
+ tags: ["Flare", "AI", "Sparkles", "Smart", "Enhanced"],
10747
11544
  category: "Miscellaneous",
10748
11545
  deprecated: false
10749
11546
  },
@@ -10811,6 +11608,69 @@ const SplitVerticalIcon = createIcon(
10811
11608
  ]
10812
11609
  ]
10813
11610
  );
11611
+ const SquareDragIcon = createIcon(
11612
+ {
11613
+ name: "Square Drag",
11614
+ tags: ["Grab", "Hand", "Drop", "Grabber", "Dragging"],
11615
+ category: "Gestures",
11616
+ deprecated: false
11617
+ },
11618
+ [
11619
+ [
11620
+ "path",
11621
+ {
11622
+ stroke: "currentColor",
11623
+ "stroke-linecap": "round",
11624
+ "stroke-linejoin": "round",
11625
+ "stroke-width": "1.5",
11626
+ 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"
11627
+ },
11628
+ []
11629
+ ],
11630
+ [
11631
+ "path",
11632
+ {
11633
+ stroke: "currentColor",
11634
+ "stroke-linecap": "round",
11635
+ "stroke-linejoin": "round",
11636
+ "stroke-width": "1.5",
11637
+ 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"
11638
+ },
11639
+ []
11640
+ ]
11641
+ ]
11642
+ );
11643
+ const SquareMarginsIcon = createIcon(
11644
+ { name: "Square Margins", tags: [""], category: "Layout", deprecated: false },
11645
+ [
11646
+ [
11647
+ "rect",
11648
+ {
11649
+ width: "16.5",
11650
+ height: "16.5",
11651
+ x: "3.75",
11652
+ y: "3.75",
11653
+ stroke: "currentColor",
11654
+ "stroke-linecap": "round",
11655
+ "stroke-linejoin": "round",
11656
+ "stroke-width": "1.5",
11657
+ rx: "3"
11658
+ },
11659
+ []
11660
+ ],
11661
+ [
11662
+ "path",
11663
+ {
11664
+ stroke: "currentColor",
11665
+ "stroke-linecap": "round",
11666
+ "stroke-linejoin": "round",
11667
+ "stroke-width": "1.5",
11668
+ d: "M7.75 3.75v16.5m8.5 0V3.75m-12.5 4h16.5m0 8.5H3.75"
11669
+ },
11670
+ []
11671
+ ]
11672
+ ]
11673
+ );
10814
11674
  const SquareIcon = createIcon(
10815
11675
  { name: "Square", tags: [""], category: "Shapes", deprecated: false },
10816
11676
  [
@@ -10885,6 +11745,89 @@ const StrokeThicknessIcon = createIcon(
10885
11745
  ]
10886
11746
  ]
10887
11747
  );
11748
+ const SubtractSquareMultipleIcon = createIcon(
11749
+ {
11750
+ name: "Subtract Square Multiple",
11751
+ tags: [""],
11752
+ category: "Actions",
11753
+ deprecated: false
11754
+ },
11755
+ [
11756
+ [
11757
+ "path",
11758
+ {
11759
+ stroke: "currentColor",
11760
+ "stroke-linecap": "round",
11761
+ "stroke-linejoin": "round",
11762
+ "stroke-width": "1.5",
11763
+ d: "M7.38 10.63h6.5"
11764
+ },
11765
+ []
11766
+ ],
11767
+ [
11768
+ "rect",
11769
+ {
11770
+ width: "14",
11771
+ height: "14",
11772
+ x: "3.63",
11773
+ y: "3.63",
11774
+ stroke: "currentColor",
11775
+ "stroke-linecap": "round",
11776
+ "stroke-linejoin": "round",
11777
+ "stroke-width": "1.5",
11778
+ rx: "3"
11779
+ },
11780
+ []
11781
+ ],
11782
+ [
11783
+ "path",
11784
+ {
11785
+ stroke: "currentColor",
11786
+ "stroke-linecap": "round",
11787
+ "stroke-linejoin": "round",
11788
+ "stroke-width": "1.5",
11789
+ d: "M20.63 7.63v7a6 6 0 0 1-6 6h-7"
11790
+ },
11791
+ []
11792
+ ]
11793
+ ]
11794
+ );
11795
+ const SubtractSquareIcon = createIcon(
11796
+ {
11797
+ name: "Subtract Square",
11798
+ tags: ["Add Box", "Plus"],
11799
+ category: "Actions",
11800
+ deprecated: false
11801
+ },
11802
+ [
11803
+ [
11804
+ "path",
11805
+ {
11806
+ stroke: "currentColor",
11807
+ "stroke-linecap": "round",
11808
+ "stroke-linejoin": "round",
11809
+ "stroke-width": "1.5",
11810
+ d: "M8.25 12h7.5"
11811
+ },
11812
+ []
11813
+ ],
11814
+ [
11815
+ "rect",
11816
+ {
11817
+ width: "16.5",
11818
+ height: "16.5",
11819
+ x: "3.75",
11820
+ y: "3.75",
11821
+ stroke: "currentColor",
11822
+ "stroke-linecap": "round",
11823
+ "stroke-linejoin": "round",
11824
+ "stroke-width": "1.5",
11825
+ rx: "4"
11826
+ },
11827
+ []
11828
+ ]
11829
+ ]
11830
+ );
10888
11831
  const SubtractIcon = createIcon(
10889
11832
  {
10890
11833
  name: "Subtract",
@@ -11070,6 +12013,43 @@ const TagAccentIcon = createIcon(
11070
12013
  ]
11071
12014
  ]
11072
12015
  );
12016
+ const TagAddIcon = createIcon(
12017
+ { name: "Tag Add", tags: ["Label"], category: "Organization", deprecated: false },
12018
+ [
12019
+ [
12020
+ "circle",
12021
+ {
12022
+ cx: "8.658",
12023
+ cy: "6.738",
12024
+ r: "1.277",
12025
+ fill: "currentColor",
12026
+ transform: "rotate(-45 8.658 6.738)"
12027
+ },
12028
+ []
12029
+ ],
12030
+ [
12031
+ "path",
12032
+ {
12033
+ stroke: "currentColor",
12034
+ "stroke-linecap": "round",
12035
+ "stroke-linejoin": "round",
12036
+ "stroke-width": "1.5",
12037
+ 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"
12038
+ },
12039
+ []
12040
+ ],
12041
+ [
12042
+ "path",
12043
+ {
12044
+ fill: "currentColor",
12045
+ "fill-rule": "evenodd",
12046
+ 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",
12047
+ "clip-rule": "evenodd"
12048
+ },
12049
+ []
12050
+ ]
12051
+ ]
12052
+ );
11073
12053
  const TagMultipleIcon = createIcon(
11074
12054
  { name: "Tag Multiple", tags: ["Tags"], category: "Organization", deprecated: false },
11075
12055
  [
@@ -11098,8 +12078,45 @@ const TagMultipleIcon = createIcon(
11098
12078
  [
11099
12079
  "path",
11100
12080
  {
11101
- fill: "currentColor",
11102
- d: "M7.967 5.798a1.15 1.15 0 1 1 .002 2.298 1.15 1.15 0 0 1-.002-2.298"
12081
+ fill: "currentColor",
12082
+ d: "M7.967 5.798a1.15 1.15 0 1 1 .002 2.298 1.15 1.15 0 0 1-.002-2.298"
12083
+ },
12084
+ []
12085
+ ]
12086
+ ]
12087
+ );
12088
+ const TagRemoveIcon = createIcon(
12089
+ { name: "Tag Remove", tags: ["Label"], category: "Organization", deprecated: false },
12090
+ [
12091
+ [
12092
+ "path",
12093
+ {
12094
+ fill: "currentColor",
12095
+ "fill-rule": "evenodd",
12096
+ 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",
12097
+ "clip-rule": "evenodd"
12098
+ },
12099
+ []
12100
+ ],
12101
+ [
12102
+ "circle",
12103
+ {
12104
+ cx: "8.658",
12105
+ cy: "6.738",
12106
+ r: "1.277",
12107
+ fill: "currentColor",
12108
+ transform: "rotate(-45 8.658 6.738)"
12109
+ },
12110
+ []
12111
+ ],
12112
+ [
12113
+ "path",
12114
+ {
12115
+ stroke: "currentColor",
12116
+ "stroke-linecap": "round",
12117
+ "stroke-linejoin": "round",
12118
+ "stroke-width": "1.5",
12119
+ 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"
11103
12120
  },
11104
12121
  []
11105
12122
  ]
@@ -11132,6 +12149,39 @@ const TagIcon = createIcon(
11132
12149
  ]
11133
12150
  ]
11134
12151
  );
12152
+ const TargetIcon = createIcon(
12153
+ {
12154
+ name: "Target",
12155
+ tags: ["Bullseye", "Store"],
12156
+ category: "Activities",
12157
+ deprecated: false
12158
+ },
12159
+ [
12160
+ [
12161
+ "circle",
12162
+ {
12163
+ cx: "12",
12164
+ cy: "12",
12165
+ r: "9.25",
12166
+ stroke: "currentColor",
12167
+ "stroke-width": "1.5"
12168
+ },
12169
+ []
12170
+ ],
12171
+ [
12172
+ "circle",
12173
+ {
12174
+ cx: "12",
12175
+ cy: "12",
12176
+ r: "5.25",
12177
+ stroke: "currentColor",
12178
+ "stroke-width": "1.5"
12179
+ },
12180
+ []
12181
+ ],
12182
+ ["circle", { cx: "12", cy: "12", r: "2", fill: "currentColor" }, []]
12183
+ ]
12184
+ );
11135
12185
  const TaskListIcon = createIcon(
11136
12186
  { name: "Task List", tags: [""], category: "Organization", deprecated: false },
11137
12187
  [
@@ -11289,156 +12339,6 @@ const TextBoldIcon = createIcon(
11289
12339
  ]
11290
12340
  ]
11291
12341
  );
11292
- const TextBulletListSquareAddIcon = createIcon(
11293
- {
11294
- name: "Text Bullet List Square Add",
11295
- tags: [""],
11296
- category: "Organization",
11297
- deprecated: false
11298
- },
11299
- [
11300
- ["circle", { cx: "7.877", cy: "8.25", r: "1", fill: "currentColor" }, []],
11301
- [
11302
- "path",
11303
- {
11304
- stroke: "currentColor",
11305
- "stroke-linecap": "round",
11306
- "stroke-width": "1.5",
11307
- d: "M11.062 8.25h5.31"
11308
- },
11309
- []
11310
- ],
11311
- ["circle", { cx: "7.877", cy: "12", r: "1", fill: "currentColor" }, []],
11312
- [
11313
- "path",
11314
- {
11315
- stroke: "currentColor",
11316
- "stroke-linecap": "round",
11317
- "stroke-width": "1.5",
11318
- d: "M11.062 12h1.31"
11319
- },
11320
- []
11321
- ],
11322
- ["circle", { cx: "7.877", cy: "15.75", r: "1", fill: "currentColor" }, []],
11323
- [
11324
- "path",
11325
- {
11326
- stroke: "currentColor",
11327
- "stroke-linecap": "round",
11328
- "stroke-width": "1.5",
11329
- 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"
11330
- },
11331
- []
11332
- ],
11333
- [
11334
- "path",
11335
- {
11336
- fill: "currentColor",
11337
- "fill-rule": "evenodd",
11338
- 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",
11339
- "clip-rule": "evenodd"
11340
- },
11341
- []
11342
- ]
11343
- ]
11344
- );
11345
- const TextBulletListSquareIcon = createIcon(
11346
- {
11347
- name: "Text Bullet List Square",
11348
- tags: [""],
11349
- category: "Organization",
11350
- deprecated: false
11351
- },
11352
- [
11353
- ["circle", { cx: "7.877", cy: "8.25", r: "1", fill: "currentColor" }, []],
11354
- [
11355
- "path",
11356
- {
11357
- stroke: "currentColor",
11358
- "stroke-linecap": "round",
11359
- "stroke-width": "1.5",
11360
- d: "M11.062 8.25h5.31"
11361
- },
11362
- []
11363
- ],
11364
- ["circle", { cx: "7.877", cy: "12", r: "1", fill: "currentColor" }, []],
11365
- [
11366
- "path",
11367
- {
11368
- stroke: "currentColor",
11369
- "stroke-linecap": "round",
11370
- "stroke-width": "1.5",
11371
- d: "M11.062 12h5.31"
11372
- },
11373
- []
11374
- ],
11375
- ["circle", { cx: "7.877", cy: "15.75", r: "1", fill: "currentColor" }, []],
11376
- [
11377
- "path",
11378
- {
11379
- stroke: "currentColor",
11380
- "stroke-linecap": "round",
11381
- "stroke-width": "1.5",
11382
- d: "M11.062 15.75h5.31"
11383
- },
11384
- []
11385
- ],
11386
- [
11387
- "rect",
11388
- {
11389
- width: "16.5",
11390
- height: "16.5",
11391
- x: "3.75",
11392
- y: "3.75",
11393
- stroke: "currentColor",
11394
- "stroke-width": "1.5",
11395
- rx: "4"
11396
- },
11397
- []
11398
- ]
11399
- ]
11400
- );
11401
- const TextBulletListIcon = createIcon(
11402
- { name: "Text Bullet List", tags: [""], category: "Organization", deprecated: false },
11403
- [
11404
- ["circle", { cx: "4.443", cy: "5.081", r: "1.331", fill: "currentColor" }, []],
11405
- [
11406
- "path",
11407
- {
11408
- stroke: "currentColor",
11409
- "stroke-linecap": "round",
11410
- "stroke-linejoin": "round",
11411
- "stroke-width": "1.5",
11412
- d: "M9.123 5.08h11.765"
11413
- },
11414
- []
11415
- ],
11416
- ["circle", { cx: "4.443", cy: "12", r: "1.331", fill: "currentColor" }, []],
11417
- [
11418
- "path",
11419
- {
11420
- stroke: "currentColor",
11421
- "stroke-linecap": "round",
11422
- "stroke-linejoin": "round",
11423
- "stroke-width": "1.5",
11424
- d: "M9.123 12h11.765"
11425
- },
11426
- []
11427
- ],
11428
- ["circle", { cx: "4.443", cy: "18.919", r: "1.331", fill: "currentColor" }, []],
11429
- [
11430
- "path",
11431
- {
11432
- stroke: "currentColor",
11433
- "stroke-linecap": "round",
11434
- "stroke-linejoin": "round",
11435
- "stroke-width": "1.5",
11436
- d: "M9.123 18.92h11.765"
11437
- },
11438
- []
11439
- ]
11440
- ]
11441
- );
11442
12342
  const TextCaseLowercaseIcon = createIcon(
11443
12343
  { name: "Text Case Lowercase", tags: [""], category: "Text", deprecated: false },
11444
12344
  [
@@ -11573,6 +12473,21 @@ const TextColorIcon = createIcon(
11573
12473
  ]
11574
12474
  ]
11575
12475
  );
12476
+ const TextDescriptionIcon = createIcon(
12477
+ { name: "Text Description", tags: [""], category: "Text", deprecated: false },
12478
+ [
12479
+ [
12480
+ "path",
12481
+ {
12482
+ stroke: "currentColor",
12483
+ "stroke-linecap": "round",
12484
+ "stroke-width": "1.5",
12485
+ d: "M2.75 5.25h18.5M2.75 12h18.5m-18.5 6.75h13.5"
12486
+ },
12487
+ []
12488
+ ]
12489
+ ]
12490
+ );
11576
12491
  const TextEditStyleIcon = createIcon(
11577
12492
  {
11578
12493
  name: "Text Edit Style",
@@ -11600,9 +12515,11 @@ const TextEffectsIcon = createIcon(
11600
12515
  [
11601
12516
  "path",
11602
12517
  {
11603
- fill: "currentColor",
11604
- "fill-rule": "evenodd",
11605
- d: "M14.453 12.928H9.547L12 7.63zM12 2.75a2.5 2.5 0 0 1 2.269 1.45l6.25 13.5a2.5 2.5 0 0 1-4.538 2.1l-1.56-3.372H9.58L8.019 19.8a2.5 2.5 0 0 1-4.538-2.1m5.14-2.772h6.758l1.964 4.242a1 1 0 1 0 1.814-.84l-6.25-13.5a1 1 0 0 0-1.815 0l-6.25 13.5a1 1 0 0 0 1.815.84zM12 2.75A2.5 2.5 0 0 0 9.731 4.2zM9.731 4.2l-6.25 13.5z",
12518
+ stroke: "currentColor",
12519
+ "stroke-linecap": "round",
12520
+ "stroke-linejoin": "round",
12521
+ "stroke-width": "1.5",
12522
+ 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",
11606
12523
  "clip-rule": "evenodd"
11607
12524
  },
11608
12525
  []
@@ -11612,7 +12529,7 @@ const TextEffectsIcon = createIcon(
11612
12529
  {
11613
12530
  fill: "currentColor",
11614
12531
  "fill-rule": "evenodd",
11615
- d: "M14.269 4.2a2.5 2.5 0 0 0-4.538 0l-6.25 13.5a2.5 2.5 0 0 0 4.538 2.1l1.56-3.372h4.841l1.561 3.372a2.5 2.5 0 0 0 4.538-2.1zM8.62 14.927h6.758l1.964 4.242a1 1 0 1 0 1.814-.84l-6.25-13.5a1 1 0 0 0-1.815 0l-6.25 13.5a1 1 0 0 0 1.815.84z",
12532
+ d: "m12 7.63 2.453 5.298H9.547z",
11616
12533
  "clip-rule": "evenodd"
11617
12534
  },
11618
12535
  []
@@ -11753,7 +12670,7 @@ const TextIndentDecreaseIcon = createIcon(
11753
12670
  stroke: "currentColor",
11754
12671
  "stroke-linecap": "round",
11755
12672
  "stroke-width": "1.5",
11756
- d: "M8 17.502h12M8 6.498h12m-9 5.504h9"
12673
+ d: "M6.75 18.75h13.5M6.75 5.25h13.5M10.75 12h9.5"
11757
12674
  },
11758
12675
  []
11759
12676
  ],
@@ -11764,7 +12681,7 @@ const TextIndentDecreaseIcon = createIcon(
11764
12681
  "stroke-linecap": "round",
11765
12682
  "stroke-linejoin": "round",
11766
12683
  "stroke-width": "1.5",
11767
- d: "m5.81 9.195-2.807 2.807 2.807 2.807"
12684
+ d: "m6.25 9-3 3 3 3"
11768
12685
  },
11769
12686
  []
11770
12687
  ]
@@ -11779,7 +12696,7 @@ const TextIndentIncreaseIcon = createIcon(
11779
12696
  stroke: "currentColor",
11780
12697
  "stroke-linecap": "round",
11781
12698
  "stroke-width": "1.5",
11782
- d: "M8 17.502h12M8 6.498h12m-9 5.504h9"
12699
+ d: "M6.75 18.75h13.5M6.75 5.25h13.5M10.75 12h9.5"
11783
12700
  },
11784
12701
  []
11785
12702
  ],
@@ -11790,7 +12707,7 @@ const TextIndentIncreaseIcon = createIcon(
11790
12707
  "stroke-linecap": "round",
11791
12708
  "stroke-linejoin": "round",
11792
12709
  "stroke-width": "1.5",
11793
- d: "m4 9.195 2.807 2.807L4 14.809"
12710
+ d: "m3.75 9 3 3-3 3"
11794
12711
  },
11795
12712
  []
11796
12713
  ]
@@ -12175,6 +13092,21 @@ const TiktokIcon = createIcon(
12175
13092
  ]
12176
13093
  ]
12177
13094
  );
13095
+ const TimerOffIcon = createIcon(
13096
+ { name: "Timer Off", tags: ["Stopwatch"], category: "Objects", deprecated: false },
13097
+ [
13098
+ [
13099
+ "path",
13100
+ {
13101
+ stroke: "currentColor",
13102
+ "stroke-linecap": "round",
13103
+ "stroke-width": "1.5",
13104
+ 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"
13105
+ },
13106
+ []
13107
+ ]
13108
+ ]
13109
+ );
12178
13110
  const TimerIcon = createIcon(
12179
13111
  { name: "Timer", tags: ["Stopwatch"], category: "Objects", deprecated: false },
12180
13112
  [
@@ -12183,9 +13115,29 @@ const TimerIcon = createIcon(
12183
13115
  {
12184
13116
  stroke: "currentColor",
12185
13117
  "stroke-linecap": "round",
12186
- "stroke-linejoin": "round",
12187
13118
  "stroke-width": "1.5",
12188
- d: "M18.022 8.862A7.716 7.716 0 1 0 5.74 18.206a7.716 7.716 0 0 0 12.282-9.344m0 0 1.813-1.813M9.28 2.75h5.2m-2.6 7.215v3.57"
13119
+ d: "M9 2.75h6M12 9.5v4"
13120
+ },
13121
+ []
13122
+ ],
13123
+ [
13124
+ "circle",
13125
+ {
13126
+ cx: "12",
13127
+ cy: "13.5",
13128
+ r: "7.75",
13129
+ stroke: "currentColor",
13130
+ "stroke-width": "1.5"
13131
+ },
13132
+ []
13133
+ ],
13134
+ [
13135
+ "path",
13136
+ {
13137
+ stroke: "currentColor",
13138
+ "stroke-linecap": "round",
13139
+ "stroke-width": "1.5",
13140
+ d: "m19.75 5.818-2.236 2.236"
12189
13141
  },
12190
13142
  []
12191
13143
  ]
@@ -12390,7 +13342,7 @@ const VehicleCarIcon = createIcon(
12390
13342
  ]
12391
13343
  );
12392
13344
  const VideoClipIcon = createIcon(
12393
- { name: "Video Clip", tags: [""], category: "Development", deprecated: false },
13345
+ { name: "Video Clip", tags: [""], category: "Media", deprecated: false },
12394
13346
  [
12395
13347
  [
12396
13348
  "rect",
@@ -12419,7 +13371,7 @@ const VideoClipIcon = createIcon(
12419
13371
  ]
12420
13372
  );
12421
13373
  const VideoIcon = createIcon(
12422
- { name: "Video", tags: [""], category: "Activities", deprecated: false },
13374
+ { name: "Video", tags: [""], category: "Media", deprecated: false },
12423
13375
  [
12424
13376
  [
12425
13377
  "rect",
@@ -12500,37 +13452,6 @@ const VolumeLowIcon = createIcon(
12500
13452
  ]
12501
13453
  ]
12502
13454
  );
12503
- const VolumeMediumIcon = createIcon(
12504
- {
12505
- name: "Volume Medium",
12506
- tags: ["Sound", "Audio"],
12507
- category: "Media",
12508
- deprecated: false
12509
- },
12510
- [
12511
- [
12512
- "path",
12513
- {
12514
- stroke: "currentColor",
12515
- "stroke-linejoin": "round",
12516
- "stroke-width": "1.5",
12517
- 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"
12518
- },
12519
- []
12520
- ],
12521
- [
12522
- "path",
12523
- {
12524
- stroke: "currentColor",
12525
- "stroke-linecap": "round",
12526
- "stroke-linejoin": "round",
12527
- "stroke-width": "1.5",
12528
- 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"
12529
- },
12530
- []
12531
- ]
12532
- ]
12533
- );
12534
13455
  const VolumeMuteIcon = createIcon(
12535
13456
  {
12536
13457
  name: "Volume Mute",
@@ -12818,7 +13739,6 @@ const XTwitterIcon = createIcon(
12818
13739
  "Twitter",
12819
13740
  "X/Twitter",
12820
13741
  "X Corp.",
12821
- "Elon Musk",
12822
13742
  "Bird",
12823
13743
  "Tweet",
12824
13744
  "Post",
@@ -12968,7 +13888,10 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
12968
13888
  AirplaneIcon,
12969
13889
  AirplaneLandingIcon,
12970
13890
  AirplaneTakeoffIcon,
13891
+ AlarmClockIcon,
13892
+ AlbumIcon,
12971
13893
  AlertCircleIcon,
13894
+ AlertRhombusIcon,
12972
13895
  AlertTriangleIcon,
12973
13896
  AlignBottomIcon,
12974
13897
  AlignHorizontalCentersIcon,
@@ -12985,7 +13908,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
12985
13908
  AppleIcon,
12986
13909
  AppsAddIcon,
12987
13910
  AppsIcon,
12988
- AppsListIcon,
13911
+ AppsListIcon: CheckboxListIcon,
12989
13912
  ArcIcon,
12990
13913
  ArchiveAdd2Icon,
12991
13914
  ArchiveIcon,
@@ -13026,7 +13949,8 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13026
13949
  BackspaceIcon,
13027
13950
  BadgeIcon,
13028
13951
  BankIcon,
13029
- BarGraphIcon,
13952
+ BarChartIcon,
13953
+ BarGraphIcon: BarChartIcon,
13030
13954
  BatteryFullIcon,
13031
13955
  BatteryIcon,
13032
13956
  BeachIcon,
@@ -13034,6 +13958,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13034
13958
  BellDotIcon,
13035
13959
  BellIcon,
13036
13960
  BellOffIcon,
13961
+ BlendIcon: PhotoFilterIcon,
13037
13962
  BlueskyIcon,
13038
13963
  BluetoothIcon,
13039
13964
  BoardIcon,
@@ -13051,9 +13976,10 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13051
13976
  BookmarkMultipleVarIcon: BookmarkMultipleIcon,
13052
13977
  BookshelfIcon: LibraryIcon,
13053
13978
  BorderAllIcon,
13054
- BoxDragIcon,
13979
+ BoxAddIcon,
13980
+ BoxDragIcon: SquareDragIcon,
13055
13981
  BoxIcon,
13056
- BoxMarginsIcon,
13982
+ BoxMarginsIcon: SquareMarginsIcon,
13057
13983
  BracesIcon,
13058
13984
  BracesVariableIcon,
13059
13985
  BracketsIcon,
@@ -13068,10 +13994,16 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13068
13994
  BroomIcon,
13069
13995
  BugIcon,
13070
13996
  BuildingMultipleIcon,
13997
+ BulletListIcon,
13998
+ BulletListSquareAddIcon,
13999
+ BulletListSquareIcon,
14000
+ BulletListTreeIcon,
13071
14001
  ButtonIcon,
13072
14002
  CakeIcon,
13073
14003
  CalculatorIcon,
13074
14004
  CalendarIcon,
14005
+ CallEndIcon,
14006
+ CallIcon,
13075
14007
  CalligraphyPenIcon,
13076
14008
  CameraIcon,
13077
14009
  CancelCircleIcon,
@@ -13084,10 +14016,12 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13084
14016
  CenterHorizontalIcon,
13085
14017
  CenterVerticalIcon,
13086
14018
  ChatIcon,
14019
+ ChatQuestionIcon,
13087
14020
  CheckboxCheckedIcon,
13088
14021
  CheckboxIndeterminate2Icon,
13089
14022
  CheckboxIndeterminateIcon,
13090
14023
  CheckboxIntermediate2Icon: CheckboxIndeterminate2Icon,
14024
+ CheckboxListIcon,
13091
14025
  CheckboxUncheckedIcon,
13092
14026
  CheckmarkCheckedIcon: CheckboxCheckedIcon,
13093
14027
  CheckmarkCircleIcon,
@@ -13109,7 +14043,13 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13109
14043
  ClockIcon,
13110
14044
  CloseIcon: CancelIcon,
13111
14045
  ClosedCaptionsIcon,
14046
+ CloudAddIcon,
14047
+ CloudArrowDownIcon,
14048
+ CloudArrowUpIcon,
14049
+ CloudDownloadIcon: CloudArrowDownIcon,
13112
14050
  CloudIcon,
14051
+ CloudOffIcon,
14052
+ CloudUploadIcon: CloudArrowUpIcon,
13113
14053
  CodeIcon,
13114
14054
  CoffeeHotIcon,
13115
14055
  ColorPaletteIcon,
@@ -13125,6 +14065,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13125
14065
  ComposeIcon,
13126
14066
  ComputerIcon,
13127
14067
  ComputerMacIcon,
14068
+ ConeIcon,
13128
14069
  ContractDownIcon,
13129
14070
  CookiesIcon,
13130
14071
  CopyIcon,
@@ -13137,15 +14078,18 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13137
14078
  CropIcon,
13138
14079
  Css2Icon,
13139
14080
  CssIcon,
14081
+ CubeIcon,
13140
14082
  CursorClickIcon,
13141
14083
  CursorDragIcon,
13142
14084
  CursorIcon,
13143
14085
  CutIcon,
14086
+ CylinderIcon,
13144
14087
  DarkThemeIcon,
13145
14088
  DatabaseAddIcon,
13146
14089
  DatabaseIcon,
13147
14090
  DeleteIcon,
13148
14091
  DiamondIcon,
14092
+ DiffIcon,
13149
14093
  DirectionsIcon,
13150
14094
  DislikeIcon: ThumbsDownIcon,
13151
14095
  DismissIcon: CancelIcon,
@@ -13155,7 +14099,9 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13155
14099
  DollarIcon,
13156
14100
  DoorIcon,
13157
14101
  DoorOpenIcon,
14102
+ DotCircleIcon,
13158
14103
  DotIcon: CircleSmallIcon,
14104
+ DotSquareIcon,
13159
14105
  DrawTextIcon,
13160
14106
  DropIcon,
13161
14107
  EditIcon: PencilIcon,
@@ -13165,6 +14111,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13165
14111
  EmojiIcon,
13166
14112
  EmojiLaughterIcon,
13167
14113
  EraserIcon,
14114
+ ExclamationMarkIcon,
13168
14115
  ExpandIcon,
13169
14116
  ExtensionIcon,
13170
14117
  ExternalIcon: OpenIcon,
@@ -13182,6 +14129,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13182
14129
  FileIcon,
13183
14130
  FileMultipleIcon,
13184
14131
  FileSyncIcon,
14132
+ FileTextIcon,
13185
14133
  Filter2Icon,
13186
14134
  FilterCancel2Icon,
13187
14135
  FilterCancelIcon,
@@ -13238,6 +14186,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13238
14186
  HtmlIcon,
13239
14187
  InfinityIcon,
13240
14188
  InfoIcon,
14189
+ InfoSquareIcon,
13241
14190
  InstagramIcon,
13242
14191
  JavascriptIcon,
13243
14192
  KebabIcon: MoreIcon,
@@ -13325,9 +14274,10 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13325
14274
  PersonCircleIcon,
13326
14275
  PersonIcon,
13327
14276
  PersonMultipleIcon,
13328
- PhoneAcceptIcon,
13329
- PhoneHangUpIcon,
14277
+ PhoneAcceptIcon: CallIcon,
14278
+ PhoneHangUpIcon: CallEndIcon,
13330
14279
  PhoneIcon,
14280
+ PhotoAddIcon,
13331
14281
  PhotoFilterIcon,
13332
14282
  PhotoIcon,
13333
14283
  PhotoMultipleIcon,
@@ -13335,6 +14285,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13335
14285
  PictureInPictureEnterIcon,
13336
14286
  PictureInPictureExitIcon,
13337
14287
  PictureInPictureIcon,
14288
+ PieChartIcon,
13338
14289
  PinIcon,
13339
14290
  PinOffIcon,
13340
14291
  PlayCircleIcon,
@@ -13362,6 +14313,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13362
14313
  RhombusIcon,
13363
14314
  RibbonIcon,
13364
14315
  RibbonStarIcon,
14316
+ RoadBarrierIcon,
13365
14317
  RobloxIcon,
13366
14318
  RulerDiagonalIcon,
13367
14319
  RulerIcon,
@@ -13399,26 +14351,35 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13399
14351
  SmileyIcon: EmojiIcon,
13400
14352
  SoundwaveIcon,
13401
14353
  SpacebarIcon,
14354
+ Sparkle2Icon,
13402
14355
  SparkleIcon,
13403
14356
  SpinnerIcon,
13404
14357
  SplitHorizontalIcon,
13405
14358
  SplitVerticalIcon,
14359
+ SquareDragIcon,
13406
14360
  SquareIcon,
14361
+ SquareMarginsIcon,
13407
14362
  StarIcon,
13408
14363
  Stocks2Icon: ArrowTrendingIcon,
13409
14364
  StocksIcon: GraphIcon,
13410
14365
  StrokeThicknessIcon,
13411
14366
  SubtractIcon,
14367
+ SubtractSquareIcon,
14368
+ SubtractSquareMultipleIcon,
13412
14369
  SvelteIcon,
13413
14370
  SymbolsIcon,
13414
14371
  TableIcon,
13415
14372
  TableSimpleIcon,
13416
14373
  TabletIcon,
13417
14374
  TagAccentIcon,
14375
+ TagAddIcon,
13418
14376
  TagIcon,
13419
14377
  TagMultipleIcon,
13420
14378
  TagMultipleVarIcon: TagMultipleIcon,
14379
+ TagRemoveIcon,
14380
+ TargetIcon,
13421
14381
  TaskListIcon,
14382
+ TasksIcon: TaskListIcon,
13422
14383
  TerminalIcon,
13423
14384
  TextAddIcon,
13424
14385
  TextAlignCenterIcon,
@@ -13426,9 +14387,10 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13426
14387
  TextAlignLeftIcon,
13427
14388
  TextAlignRightIcon,
13428
14389
  TextBoldIcon,
13429
- TextBulletListIcon,
13430
- TextBulletListSquareAddIcon,
13431
- TextBulletListSquareIcon,
14390
+ TextBulletListIcon: BulletListIcon,
14391
+ TextBulletListSquareAddIcon: BulletListSquareAddIcon,
14392
+ TextBulletListSquareIcon: BulletListSquareIcon,
14393
+ TextBulletListTreeIcon: BulletListTreeIcon,
13432
14394
  TextCaseLowercaseIcon,
13433
14395
  TextCaseTitleIcon,
13434
14396
  TextCaseUppercaseIcon,
@@ -13436,6 +14398,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13436
14398
  TextCollapseIcon,
13437
14399
  TextColorAccentIcon,
13438
14400
  TextColorIcon,
14401
+ TextDescriptionIcon,
13439
14402
  TextEditStyleIcon,
13440
14403
  TextEffectsIcon,
13441
14404
  TextExpandIcon,
@@ -13466,6 +14429,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13466
14429
  ThumbsUpIcon,
13467
14430
  TiktokIcon,
13468
14431
  TimerIcon,
14432
+ TimerOffIcon,
13469
14433
  ToolboxIcon,
13470
14434
  TriangleIcon,
13471
14435
  TuneIcon,
@@ -13479,12 +14443,12 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13479
14443
  VideoIcon,
13480
14444
  VisibleIcon: EyeOffIcon,
13481
14445
  VisualStudioCodeIcon,
13482
- Volume0Icon: VolumeMediumIcon,
14446
+ Volume0Icon: VolumeIcon,
13483
14447
  Volume1Icon: VolumeLowIcon,
13484
14448
  VolumeHighIcon: VolumeIcon,
13485
14449
  VolumeIcon,
13486
14450
  VolumeLowIcon,
13487
- VolumeMediumIcon,
14451
+ VolumeMediumIcon: VolumeIcon,
13488
14452
  VolumeMuteIcon,
13489
14453
  VuejsIcon,
13490
14454
  WatchIcon,
@@ -13516,7 +14480,10 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13516
14480
  airplane: AirplaneIcon,
13517
14481
  airplaneLanding: AirplaneLandingIcon,
13518
14482
  airplaneTakeoff: AirplaneTakeoffIcon,
14483
+ alarmClock: AlarmClockIcon,
14484
+ album: AlbumIcon,
13519
14485
  alertCircle: AlertCircleIcon,
14486
+ alertRhombus: AlertRhombusIcon,
13520
14487
  alertTriangle: AlertTriangleIcon,
13521
14488
  alignBottom: AlignBottomIcon,
13522
14489
  alignHorizontalCenters: AlignHorizontalCentersIcon,
@@ -13533,7 +14500,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13533
14500
  apple: AppleIcon,
13534
14501
  apps: AppsIcon,
13535
14502
  appsAdd: AppsAddIcon,
13536
- appsList: AppsListIcon,
14503
+ appsList: CheckboxListIcon,
13537
14504
  arc: ArcIcon,
13538
14505
  archive: ArchiveIcon,
13539
14506
  archiveAdd2: ArchiveAdd2Icon,
@@ -13574,7 +14541,8 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13574
14541
  backspace: BackspaceIcon,
13575
14542
  badge: BadgeIcon,
13576
14543
  bank: BankIcon,
13577
- barGraph: BarGraphIcon,
14544
+ barChart: BarChartIcon,
14545
+ barGraph: BarChartIcon,
13578
14546
  battery: BatteryIcon,
13579
14547
  batteryFull: BatteryFullIcon,
13580
14548
  beach: BeachIcon,
@@ -13582,6 +14550,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13582
14550
  bell: BellIcon,
13583
14551
  bellDot: BellDotIcon,
13584
14552
  bellOff: BellOffIcon,
14553
+ blend: PhotoFilterIcon,
13585
14554
  bluesky: BlueskyIcon,
13586
14555
  bluetooth: BluetoothIcon,
13587
14556
  board: BoardIcon,
@@ -13600,8 +14569,9 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13600
14569
  bookshelf: LibraryIcon,
13601
14570
  borderAll: BorderAllIcon,
13602
14571
  box: BoxIcon,
13603
- boxDrag: BoxDragIcon,
13604
- boxMargins: BoxMarginsIcon,
14572
+ boxAdd: BoxAddIcon,
14573
+ boxDrag: SquareDragIcon,
14574
+ boxMargins: SquareMarginsIcon,
13605
14575
  braces: BracesIcon,
13606
14576
  bracesVariable: BracesVariableIcon,
13607
14577
  brackets: BracketsIcon,
@@ -13616,10 +14586,16 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13616
14586
  broom: BroomIcon,
13617
14587
  bug: BugIcon,
13618
14588
  buildingMultiple: BuildingMultipleIcon,
14589
+ bulletList: BulletListIcon,
14590
+ bulletListSquare: BulletListSquareIcon,
14591
+ bulletListSquareAdd: BulletListSquareAddIcon,
14592
+ bulletListTree: BulletListTreeIcon,
13619
14593
  button: ButtonIcon,
13620
14594
  cake: CakeIcon,
13621
14595
  calculator: CalculatorIcon,
13622
14596
  calendar: CalendarIcon,
14597
+ call: CallIcon,
14598
+ callEnd: CallEndIcon,
13623
14599
  calligraphyPen: CalligraphyPenIcon,
13624
14600
  camera: CameraIcon,
13625
14601
  cancel: CancelIcon,
@@ -13632,10 +14608,12 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13632
14608
  centerHorizontal: CenterHorizontalIcon,
13633
14609
  centerVertical: CenterVerticalIcon,
13634
14610
  chat: ChatIcon,
14611
+ chatQuestion: ChatQuestionIcon,
13635
14612
  checkboxChecked: CheckboxCheckedIcon,
13636
14613
  checkboxIndeterminate: CheckboxIndeterminateIcon,
13637
14614
  checkboxIndeterminate2: CheckboxIndeterminate2Icon,
13638
14615
  checkboxIntermediate2: CheckboxIndeterminate2Icon,
14616
+ checkboxList: CheckboxListIcon,
13639
14617
  checkboxUnchecked: CheckboxUncheckedIcon,
13640
14618
  checkmark: CheckmarkIcon,
13641
14619
  checkmarkChecked: CheckboxCheckedIcon,
@@ -13658,6 +14636,12 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13658
14636
  close: CancelIcon,
13659
14637
  closedCaptions: ClosedCaptionsIcon,
13660
14638
  cloud: CloudIcon,
14639
+ cloudAdd: CloudAddIcon,
14640
+ cloudArrowDown: CloudArrowDownIcon,
14641
+ cloudArrowUp: CloudArrowUpIcon,
14642
+ cloudDownload: CloudArrowDownIcon,
14643
+ cloudOff: CloudOffIcon,
14644
+ cloudUpload: CloudArrowUpIcon,
13661
14645
  code: CodeIcon,
13662
14646
  coffeeHot: CoffeeHotIcon,
13663
14647
  colorPalette: ColorPaletteIcon,
@@ -13673,6 +14657,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13673
14657
  compose: ComposeIcon,
13674
14658
  computer: ComputerIcon,
13675
14659
  computerMac: ComputerMacIcon,
14660
+ cone: ConeIcon,
13676
14661
  contractDown: ContractDownIcon,
13677
14662
  cookies: CookiesIcon,
13678
14663
  copy: CopyIcon,
@@ -13685,15 +14670,18 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13685
14670
  crop: CropIcon,
13686
14671
  css: CssIcon,
13687
14672
  css2: Css2Icon,
14673
+ cube: CubeIcon,
13688
14674
  cursor: CursorIcon,
13689
14675
  cursorClick: CursorClickIcon,
13690
14676
  cursorDrag: CursorDragIcon,
13691
14677
  cut: CutIcon,
14678
+ cylinder: CylinderIcon,
13692
14679
  darkTheme: DarkThemeIcon,
13693
14680
  database: DatabaseIcon,
13694
14681
  databaseAdd: DatabaseAddIcon,
13695
14682
  delete: DeleteIcon,
13696
14683
  diamond: DiamondIcon,
14684
+ diff: DiffIcon,
13697
14685
  directions: DirectionsIcon,
13698
14686
  dislike: ThumbsDownIcon,
13699
14687
  dismiss: CancelIcon,
@@ -13704,6 +14692,8 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13704
14692
  door: DoorIcon,
13705
14693
  doorOpen: DoorOpenIcon,
13706
14694
  dot: CircleSmallIcon,
14695
+ dotCircle: DotCircleIcon,
14696
+ dotSquare: DotSquareIcon,
13707
14697
  drawText: DrawTextIcon,
13708
14698
  drop: DropIcon,
13709
14699
  edit: PencilIcon,
@@ -13713,6 +14703,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13713
14703
  emojiGrin: EmojiGrinIcon,
13714
14704
  emojiLaughter: EmojiLaughterIcon,
13715
14705
  eraser: EraserIcon,
14706
+ exclamationMark: ExclamationMarkIcon,
13716
14707
  expand: ExpandIcon,
13717
14708
  extension: ExtensionIcon,
13718
14709
  external: OpenIcon,
@@ -13730,6 +14721,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13730
14721
  fileAdd: FileAddIcon,
13731
14722
  fileMultiple: FileMultipleIcon,
13732
14723
  fileSync: FileSyncIcon,
14724
+ fileText: FileTextIcon,
13733
14725
  filter: FilterIcon,
13734
14726
  filter2: Filter2Icon,
13735
14727
  filterCancel: FilterCancelIcon,
@@ -13786,6 +14778,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13786
14778
  html: HtmlIcon,
13787
14779
  infinity: InfinityIcon,
13788
14780
  info: InfoIcon,
14781
+ infoSquare: InfoSquareIcon,
13789
14782
  instagram: InstagramIcon,
13790
14783
  javascript: JavascriptIcon,
13791
14784
  kebab: MoreIcon,
@@ -13874,15 +14867,17 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13874
14867
  personCircle: PersonCircleIcon,
13875
14868
  personMultiple: PersonMultipleIcon,
13876
14869
  phone: PhoneIcon,
13877
- phoneAccept: PhoneAcceptIcon,
13878
- phoneHangUp: PhoneHangUpIcon,
14870
+ phoneAccept: CallIcon,
14871
+ phoneHangUp: CallEndIcon,
13879
14872
  photo: PhotoIcon,
14873
+ photoAdd: PhotoAddIcon,
13880
14874
  photoFilter: PhotoFilterIcon,
13881
14875
  photoMultiple: PhotoMultipleIcon,
13882
14876
  pictureInPicture: PictureInPictureIcon,
13883
14877
  pictureInPicture2: PictureInPicture2Icon,
13884
14878
  pictureInPictureEnter: PictureInPictureEnterIcon,
13885
14879
  pictureInPictureExit: PictureInPictureExitIcon,
14880
+ pieChart: PieChartIcon,
13886
14881
  pin: PinIcon,
13887
14882
  pinOff: PinOffIcon,
13888
14883
  play: PlayIcon,
@@ -13910,6 +14905,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13910
14905
  rhombus: RhombusIcon,
13911
14906
  ribbon: RibbonIcon,
13912
14907
  ribbonStar: RibbonStarIcon,
14908
+ roadBarrier: RoadBarrierIcon,
13913
14909
  roblox: RobloxIcon,
13914
14910
  ruler: RulerIcon,
13915
14911
  rulerDiagonal: RulerDiagonalIcon,
@@ -13948,15 +14944,20 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13948
14944
  soundwave: SoundwaveIcon,
13949
14945
  spacebar: SpacebarIcon,
13950
14946
  sparkle: SparkleIcon,
14947
+ sparkle2: Sparkle2Icon,
13951
14948
  spinner: SpinnerIcon,
13952
14949
  splitHorizontal: SplitHorizontalIcon,
13953
14950
  splitVertical: SplitVerticalIcon,
13954
14951
  square: SquareIcon,
14952
+ squareDrag: SquareDragIcon,
14953
+ squareMargins: SquareMarginsIcon,
13955
14954
  star: StarIcon,
13956
14955
  stocks: GraphIcon,
13957
14956
  stocks2: ArrowTrendingIcon,
13958
14957
  strokeThickness: StrokeThicknessIcon,
13959
14958
  subtract: SubtractIcon,
14959
+ subtractSquare: SubtractSquareIcon,
14960
+ subtractSquareMultiple: SubtractSquareMultipleIcon,
13960
14961
  svelte: SvelteIcon,
13961
14962
  symbols: SymbolsIcon,
13962
14963
  table: TableIcon,
@@ -13964,9 +14965,13 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13964
14965
  tablet: TabletIcon,
13965
14966
  tag: TagIcon,
13966
14967
  tagAccent: TagAccentIcon,
14968
+ tagAdd: TagAddIcon,
13967
14969
  tagMultiple: TagMultipleIcon,
13968
14970
  tagMultipleVar: TagMultipleIcon,
14971
+ tagRemove: TagRemoveIcon,
14972
+ target: TargetIcon,
13969
14973
  taskList: TaskListIcon,
14974
+ tasks: TaskListIcon,
13970
14975
  terminal: TerminalIcon,
13971
14976
  text: TextIcon,
13972
14977
  textAdd: TextAddIcon,
@@ -13975,9 +14980,10 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13975
14980
  textAlignLeft: TextAlignLeftIcon,
13976
14981
  textAlignRight: TextAlignRightIcon,
13977
14982
  textBold: TextBoldIcon,
13978
- textBulletList: TextBulletListIcon,
13979
- textBulletListSquare: TextBulletListSquareIcon,
13980
- textBulletListSquareAdd: TextBulletListSquareAddIcon,
14983
+ textBulletList: BulletListIcon,
14984
+ textBulletListSquare: BulletListSquareIcon,
14985
+ textBulletListSquareAdd: BulletListSquareAddIcon,
14986
+ textBulletListTree: BulletListTreeIcon,
13981
14987
  textCaseLowercase: TextCaseLowercaseIcon,
13982
14988
  textCaseTitle: TextCaseTitleIcon,
13983
14989
  textCaseUppercase: TextCaseUppercaseIcon,
@@ -13985,6 +14991,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13985
14991
  textCollapse: TextCollapseIcon,
13986
14992
  textColor: TextColorIcon,
13987
14993
  textColorAccent: TextColorAccentIcon,
14994
+ textDescription: TextDescriptionIcon,
13988
14995
  textEditStyle: TextEditStyleIcon,
13989
14996
  textEffects: TextEffectsIcon,
13990
14997
  textExpand: TextExpandIcon,
@@ -14014,6 +15021,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14014
15021
  thumbsUp: ThumbsUpIcon,
14015
15022
  tiktok: TiktokIcon,
14016
15023
  timer: TimerIcon,
15024
+ timerOff: TimerOffIcon,
14017
15025
  toolbox: ToolboxIcon,
14018
15026
  triangle: TriangleIcon,
14019
15027
  tune: TuneIcon,
@@ -14028,11 +15036,11 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14028
15036
  visible: EyeOffIcon,
14029
15037
  visualStudioCode: VisualStudioCodeIcon,
14030
15038
  volume: VolumeIcon,
14031
- volume0: VolumeMediumIcon,
15039
+ volume0: VolumeIcon,
14032
15040
  volume1: VolumeLowIcon,
14033
15041
  volumeHigh: VolumeIcon,
14034
15042
  volumeLow: VolumeLowIcon,
14035
- volumeMedium: VolumeMediumIcon,
15043
+ volumeMedium: VolumeIcon,
14036
15044
  volumeMute: VolumeMuteIcon,
14037
15045
  vuejs: VuejsIcon,
14038
15046
  watch: WatchIcon,
@@ -14147,7 +15155,10 @@ exports.AdditionIcon = AddIcon;
14147
15155
  exports.AirplaneIcon = AirplaneIcon;
14148
15156
  exports.AirplaneLandingIcon = AirplaneLandingIcon;
14149
15157
  exports.AirplaneTakeoffIcon = AirplaneTakeoffIcon;
15158
+ exports.AlarmClockIcon = AlarmClockIcon;
15159
+ exports.AlbumIcon = AlbumIcon;
14150
15160
  exports.AlertCircleIcon = AlertCircleIcon;
15161
+ exports.AlertRhombusIcon = AlertRhombusIcon;
14151
15162
  exports.AlertTriangleIcon = AlertTriangleIcon;
14152
15163
  exports.AlignBottomIcon = AlignBottomIcon;
14153
15164
  exports.AlignHorizontalCentersIcon = AlignHorizontalCentersIcon;
@@ -14164,7 +15175,7 @@ exports.AppStoreIcon = AppStoreIcon;
14164
15175
  exports.AppleIcon = AppleIcon;
14165
15176
  exports.AppsAddIcon = AppsAddIcon;
14166
15177
  exports.AppsIcon = AppsIcon;
14167
- exports.AppsListIcon = AppsListIcon;
15178
+ exports.AppsListIcon = CheckboxListIcon;
14168
15179
  exports.ArcIcon = ArcIcon;
14169
15180
  exports.ArchiveAdd2Icon = ArchiveAdd2Icon;
14170
15181
  exports.ArchiveIcon = ArchiveIcon;
@@ -14205,7 +15216,8 @@ exports.BackgroundColorIcon = BackgroundColorIcon;
14205
15216
  exports.BackspaceIcon = BackspaceIcon;
14206
15217
  exports.BadgeIcon = BadgeIcon;
14207
15218
  exports.BankIcon = BankIcon;
14208
- exports.BarGraphIcon = BarGraphIcon;
15219
+ exports.BarChartIcon = BarChartIcon;
15220
+ exports.BarGraphIcon = BarChartIcon;
14209
15221
  exports.BatteryFullIcon = BatteryFullIcon;
14210
15222
  exports.BatteryIcon = BatteryIcon;
14211
15223
  exports.BeachIcon = BeachIcon;
@@ -14213,6 +15225,7 @@ exports.BeakerIcon = BeakerIcon;
14213
15225
  exports.BellDotIcon = BellDotIcon;
14214
15226
  exports.BellIcon = BellIcon;
14215
15227
  exports.BellOffIcon = BellOffIcon;
15228
+ exports.BlendIcon = PhotoFilterIcon;
14216
15229
  exports.BlueskyIcon = BlueskyIcon;
14217
15230
  exports.BluetoothIcon = BluetoothIcon;
14218
15231
  exports.BoardIcon = BoardIcon;
@@ -14230,9 +15243,10 @@ exports.BookmarkMultipleIcon = BookmarkMultipleIcon;
14230
15243
  exports.BookmarkMultipleVarIcon = BookmarkMultipleIcon;
14231
15244
  exports.BookshelfIcon = LibraryIcon;
14232
15245
  exports.BorderAllIcon = BorderAllIcon;
14233
- exports.BoxDragIcon = BoxDragIcon;
15246
+ exports.BoxAddIcon = BoxAddIcon;
15247
+ exports.BoxDragIcon = SquareDragIcon;
14234
15248
  exports.BoxIcon = BoxIcon;
14235
- exports.BoxMarginsIcon = BoxMarginsIcon;
15249
+ exports.BoxMarginsIcon = SquareMarginsIcon;
14236
15250
  exports.BracesIcon = BracesIcon;
14237
15251
  exports.BracesVariableIcon = BracesVariableIcon;
14238
15252
  exports.BracketsIcon = BracketsIcon;
@@ -14247,10 +15261,16 @@ exports.BrightnessIcon = BrightnessIcon;
14247
15261
  exports.BroomIcon = BroomIcon;
14248
15262
  exports.BugIcon = BugIcon;
14249
15263
  exports.BuildingMultipleIcon = BuildingMultipleIcon;
15264
+ exports.BulletListIcon = BulletListIcon;
15265
+ exports.BulletListSquareAddIcon = BulletListSquareAddIcon;
15266
+ exports.BulletListSquareIcon = BulletListSquareIcon;
15267
+ exports.BulletListTreeIcon = BulletListTreeIcon;
14250
15268
  exports.ButtonIcon = ButtonIcon;
14251
15269
  exports.CakeIcon = CakeIcon;
14252
15270
  exports.CalculatorIcon = CalculatorIcon;
14253
15271
  exports.CalendarIcon = CalendarIcon;
15272
+ exports.CallEndIcon = CallEndIcon;
15273
+ exports.CallIcon = CallIcon;
14254
15274
  exports.CalligraphyPenIcon = CalligraphyPenIcon;
14255
15275
  exports.CameraIcon = CameraIcon;
14256
15276
  exports.CancelCircleIcon = CancelCircleIcon;
@@ -14263,10 +15283,12 @@ exports.CentIcon = CentIcon;
14263
15283
  exports.CenterHorizontalIcon = CenterHorizontalIcon;
14264
15284
  exports.CenterVerticalIcon = CenterVerticalIcon;
14265
15285
  exports.ChatIcon = ChatIcon;
15286
+ exports.ChatQuestionIcon = ChatQuestionIcon;
14266
15287
  exports.CheckboxCheckedIcon = CheckboxCheckedIcon;
14267
15288
  exports.CheckboxIndeterminate2Icon = CheckboxIndeterminate2Icon;
14268
15289
  exports.CheckboxIndeterminateIcon = CheckboxIndeterminateIcon;
14269
15290
  exports.CheckboxIntermediate2Icon = CheckboxIndeterminate2Icon;
15291
+ exports.CheckboxListIcon = CheckboxListIcon;
14270
15292
  exports.CheckboxUncheckedIcon = CheckboxUncheckedIcon;
14271
15293
  exports.CheckmarkCheckedIcon = CheckboxCheckedIcon;
14272
15294
  exports.CheckmarkCircleIcon = CheckmarkCircleIcon;
@@ -14288,7 +15310,13 @@ exports.ClipboardSearchIcon = ClipboardSearchIcon;
14288
15310
  exports.ClockIcon = ClockIcon;
14289
15311
  exports.CloseIcon = CancelIcon;
14290
15312
  exports.ClosedCaptionsIcon = ClosedCaptionsIcon;
15313
+ exports.CloudAddIcon = CloudAddIcon;
15314
+ exports.CloudArrowDownIcon = CloudArrowDownIcon;
15315
+ exports.CloudArrowUpIcon = CloudArrowUpIcon;
15316
+ exports.CloudDownloadIcon = CloudArrowDownIcon;
14291
15317
  exports.CloudIcon = CloudIcon;
15318
+ exports.CloudOffIcon = CloudOffIcon;
15319
+ exports.CloudUploadIcon = CloudArrowUpIcon;
14292
15320
  exports.CodeIcon = CodeIcon;
14293
15321
  exports.CoffeeHotIcon = CoffeeHotIcon;
14294
15322
  exports.ColorPaletteIcon = ColorPaletteIcon;
@@ -14304,6 +15332,7 @@ exports.ComponentIcon = ComponentIcon;
14304
15332
  exports.ComposeIcon = ComposeIcon;
14305
15333
  exports.ComputerIcon = ComputerIcon;
14306
15334
  exports.ComputerMacIcon = ComputerMacIcon;
15335
+ exports.ConeIcon = ConeIcon;
14307
15336
  exports.ContractDownIcon = ContractDownIcon;
14308
15337
  exports.CookiesIcon = CookiesIcon;
14309
15338
  exports.CopyIcon = CopyIcon;
@@ -14316,15 +15345,18 @@ exports.CreditCardIcon = CreditCardIcon;
14316
15345
  exports.CropIcon = CropIcon;
14317
15346
  exports.Css2Icon = Css2Icon;
14318
15347
  exports.CssIcon = CssIcon;
15348
+ exports.CubeIcon = CubeIcon;
14319
15349
  exports.CursorClickIcon = CursorClickIcon;
14320
15350
  exports.CursorDragIcon = CursorDragIcon;
14321
15351
  exports.CursorIcon = CursorIcon;
14322
15352
  exports.CutIcon = CutIcon;
15353
+ exports.CylinderIcon = CylinderIcon;
14323
15354
  exports.DarkThemeIcon = DarkThemeIcon;
14324
15355
  exports.DatabaseAddIcon = DatabaseAddIcon;
14325
15356
  exports.DatabaseIcon = DatabaseIcon;
14326
15357
  exports.DeleteIcon = DeleteIcon;
14327
15358
  exports.DiamondIcon = DiamondIcon;
15359
+ exports.DiffIcon = DiffIcon;
14328
15360
  exports.DirectionsIcon = DirectionsIcon;
14329
15361
  exports.DislikeIcon = ThumbsDownIcon;
14330
15362
  exports.DismissIcon = CancelIcon;
@@ -14334,7 +15366,9 @@ exports.DollarCircleIcon = DollarCircleIcon;
14334
15366
  exports.DollarIcon = DollarIcon;
14335
15367
  exports.DoorIcon = DoorIcon;
14336
15368
  exports.DoorOpenIcon = DoorOpenIcon;
15369
+ exports.DotCircleIcon = DotCircleIcon;
14337
15370
  exports.DotIcon = CircleSmallIcon;
15371
+ exports.DotSquareIcon = DotSquareIcon;
14338
15372
  exports.DrawTextIcon = DrawTextIcon;
14339
15373
  exports.DropIcon = DropIcon;
14340
15374
  exports.EditIcon = PencilIcon;
@@ -14344,6 +15378,7 @@ exports.EmojiGrinIcon = EmojiGrinIcon;
14344
15378
  exports.EmojiIcon = EmojiIcon;
14345
15379
  exports.EmojiLaughterIcon = EmojiLaughterIcon;
14346
15380
  exports.EraserIcon = EraserIcon;
15381
+ exports.ExclamationMarkIcon = ExclamationMarkIcon;
14347
15382
  exports.ExpandIcon = ExpandIcon;
14348
15383
  exports.ExtensionIcon = ExtensionIcon;
14349
15384
  exports.ExternalIcon = OpenIcon;
@@ -14361,6 +15396,7 @@ exports.FileAddIcon = FileAddIcon;
14361
15396
  exports.FileIcon = FileIcon;
14362
15397
  exports.FileMultipleIcon = FileMultipleIcon;
14363
15398
  exports.FileSyncIcon = FileSyncIcon;
15399
+ exports.FileTextIcon = FileTextIcon;
14364
15400
  exports.Filter2Icon = Filter2Icon;
14365
15401
  exports.FilterCancel2Icon = FilterCancel2Icon;
14366
15402
  exports.FilterCancelIcon = FilterCancelIcon;
@@ -14417,6 +15453,7 @@ exports.HouseIcon = HomeIcon;
14417
15453
  exports.HtmlIcon = HtmlIcon;
14418
15454
  exports.InfinityIcon = InfinityIcon;
14419
15455
  exports.InfoIcon = InfoIcon;
15456
+ exports.InfoSquareIcon = InfoSquareIcon;
14420
15457
  exports.InstagramIcon = InstagramIcon;
14421
15458
  exports.JavascriptIcon = JavascriptIcon;
14422
15459
  exports.KebabIcon = MoreIcon;
@@ -14504,9 +15541,10 @@ exports.PersonAddIcon = PersonAddIcon;
14504
15541
  exports.PersonCircleIcon = PersonCircleIcon;
14505
15542
  exports.PersonIcon = PersonIcon;
14506
15543
  exports.PersonMultipleIcon = PersonMultipleIcon;
14507
- exports.PhoneAcceptIcon = PhoneAcceptIcon;
14508
- exports.PhoneHangUpIcon = PhoneHangUpIcon;
15544
+ exports.PhoneAcceptIcon = CallIcon;
15545
+ exports.PhoneHangUpIcon = CallEndIcon;
14509
15546
  exports.PhoneIcon = PhoneIcon;
15547
+ exports.PhotoAddIcon = PhotoAddIcon;
14510
15548
  exports.PhotoFilterIcon = PhotoFilterIcon;
14511
15549
  exports.PhotoIcon = PhotoIcon;
14512
15550
  exports.PhotoMultipleIcon = PhotoMultipleIcon;
@@ -14514,6 +15552,7 @@ exports.PictureInPicture2Icon = PictureInPicture2Icon;
14514
15552
  exports.PictureInPictureEnterIcon = PictureInPictureEnterIcon;
14515
15553
  exports.PictureInPictureExitIcon = PictureInPictureExitIcon;
14516
15554
  exports.PictureInPictureIcon = PictureInPictureIcon;
15555
+ exports.PieChartIcon = PieChartIcon;
14517
15556
  exports.PinIcon = PinIcon;
14518
15557
  exports.PinOffIcon = PinOffIcon;
14519
15558
  exports.PlayCircleIcon = PlayCircleIcon;
@@ -14541,6 +15580,7 @@ exports.ReverseIcon = ReverseIcon;
14541
15580
  exports.RhombusIcon = RhombusIcon;
14542
15581
  exports.RibbonIcon = RibbonIcon;
14543
15582
  exports.RibbonStarIcon = RibbonStarIcon;
15583
+ exports.RoadBarrierIcon = RoadBarrierIcon;
14544
15584
  exports.RobloxIcon = RobloxIcon;
14545
15585
  exports.RulerDiagonalIcon = RulerDiagonalIcon;
14546
15586
  exports.RulerIcon = RulerIcon;
@@ -14578,26 +15618,35 @@ exports.SmileIcon = EmojiIcon;
14578
15618
  exports.SmileyIcon = EmojiIcon;
14579
15619
  exports.SoundwaveIcon = SoundwaveIcon;
14580
15620
  exports.SpacebarIcon = SpacebarIcon;
15621
+ exports.Sparkle2Icon = Sparkle2Icon;
14581
15622
  exports.SparkleIcon = SparkleIcon;
14582
15623
  exports.SpinnerIcon = SpinnerIcon;
14583
15624
  exports.SplitHorizontalIcon = SplitHorizontalIcon;
14584
15625
  exports.SplitVerticalIcon = SplitVerticalIcon;
15626
+ exports.SquareDragIcon = SquareDragIcon;
14585
15627
  exports.SquareIcon = SquareIcon;
15628
+ exports.SquareMarginsIcon = SquareMarginsIcon;
14586
15629
  exports.StarIcon = StarIcon;
14587
15630
  exports.Stocks2Icon = ArrowTrendingIcon;
14588
15631
  exports.StocksIcon = GraphIcon;
14589
15632
  exports.StrokeThicknessIcon = StrokeThicknessIcon;
14590
15633
  exports.SubtractIcon = SubtractIcon;
15634
+ exports.SubtractSquareIcon = SubtractSquareIcon;
15635
+ exports.SubtractSquareMultipleIcon = SubtractSquareMultipleIcon;
14591
15636
  exports.SvelteIcon = SvelteIcon;
14592
15637
  exports.SymbolsIcon = SymbolsIcon;
14593
15638
  exports.TableIcon = TableIcon;
14594
15639
  exports.TableSimpleIcon = TableSimpleIcon;
14595
15640
  exports.TabletIcon = TabletIcon;
14596
15641
  exports.TagAccentIcon = TagAccentIcon;
15642
+ exports.TagAddIcon = TagAddIcon;
14597
15643
  exports.TagIcon = TagIcon;
14598
15644
  exports.TagMultipleIcon = TagMultipleIcon;
14599
15645
  exports.TagMultipleVarIcon = TagMultipleIcon;
15646
+ exports.TagRemoveIcon = TagRemoveIcon;
15647
+ exports.TargetIcon = TargetIcon;
14600
15648
  exports.TaskListIcon = TaskListIcon;
15649
+ exports.TasksIcon = TaskListIcon;
14601
15650
  exports.TerminalIcon = TerminalIcon;
14602
15651
  exports.TextAddIcon = TextAddIcon;
14603
15652
  exports.TextAlignCenterIcon = TextAlignCenterIcon;
@@ -14605,9 +15654,10 @@ exports.TextAlignJustifyIcon = TextAlignJustifyIcon;
14605
15654
  exports.TextAlignLeftIcon = TextAlignLeftIcon;
14606
15655
  exports.TextAlignRightIcon = TextAlignRightIcon;
14607
15656
  exports.TextBoldIcon = TextBoldIcon;
14608
- exports.TextBulletListIcon = TextBulletListIcon;
14609
- exports.TextBulletListSquareAddIcon = TextBulletListSquareAddIcon;
14610
- exports.TextBulletListSquareIcon = TextBulletListSquareIcon;
15657
+ exports.TextBulletListIcon = BulletListIcon;
15658
+ exports.TextBulletListSquareAddIcon = BulletListSquareAddIcon;
15659
+ exports.TextBulletListSquareIcon = BulletListSquareIcon;
15660
+ exports.TextBulletListTreeIcon = BulletListTreeIcon;
14611
15661
  exports.TextCaseLowercaseIcon = TextCaseLowercaseIcon;
14612
15662
  exports.TextCaseTitleIcon = TextCaseTitleIcon;
14613
15663
  exports.TextCaseUppercaseIcon = TextCaseUppercaseIcon;
@@ -14615,6 +15665,7 @@ exports.TextClearFormattingIcon = TextClearFormattingIcon;
14615
15665
  exports.TextCollapseIcon = TextCollapseIcon;
14616
15666
  exports.TextColorAccentIcon = TextColorAccentIcon;
14617
15667
  exports.TextColorIcon = TextColorIcon;
15668
+ exports.TextDescriptionIcon = TextDescriptionIcon;
14618
15669
  exports.TextEditStyleIcon = TextEditStyleIcon;
14619
15670
  exports.TextEffectsIcon = TextEffectsIcon;
14620
15671
  exports.TextExpandIcon = TextExpandIcon;
@@ -14645,6 +15696,7 @@ exports.ThumbsDownIcon = ThumbsDownIcon;
14645
15696
  exports.ThumbsUpIcon = ThumbsUpIcon;
14646
15697
  exports.TiktokIcon = TiktokIcon;
14647
15698
  exports.TimerIcon = TimerIcon;
15699
+ exports.TimerOffIcon = TimerOffIcon;
14648
15700
  exports.ToolboxIcon = ToolboxIcon;
14649
15701
  exports.TriangleIcon = TriangleIcon;
14650
15702
  exports.TuneIcon = TuneIcon;
@@ -14658,12 +15710,12 @@ exports.VideoClipIcon = VideoClipIcon;
14658
15710
  exports.VideoIcon = VideoIcon;
14659
15711
  exports.VisibleIcon = EyeOffIcon;
14660
15712
  exports.VisualStudioCodeIcon = VisualStudioCodeIcon;
14661
- exports.Volume0Icon = VolumeMediumIcon;
15713
+ exports.Volume0Icon = VolumeIcon;
14662
15714
  exports.Volume1Icon = VolumeLowIcon;
14663
15715
  exports.VolumeHighIcon = VolumeIcon;
14664
15716
  exports.VolumeIcon = VolumeIcon;
14665
15717
  exports.VolumeLowIcon = VolumeLowIcon;
14666
- exports.VolumeMediumIcon = VolumeMediumIcon;
15718
+ exports.VolumeMediumIcon = VolumeIcon;
14667
15719
  exports.VolumeMuteIcon = VolumeMuteIcon;
14668
15720
  exports.VuejsIcon = VuejsIcon;
14669
15721
  exports.WatchIcon = WatchIcon;
@@ -14695,7 +15747,10 @@ exports.addition = AddIcon;
14695
15747
  exports.airplane = AirplaneIcon;
14696
15748
  exports.airplaneLanding = AirplaneLandingIcon;
14697
15749
  exports.airplaneTakeoff = AirplaneTakeoffIcon;
15750
+ exports.alarmClock = AlarmClockIcon;
15751
+ exports.album = AlbumIcon;
14698
15752
  exports.alertCircle = AlertCircleIcon;
15753
+ exports.alertRhombus = AlertRhombusIcon;
14699
15754
  exports.alertTriangle = AlertTriangleIcon;
14700
15755
  exports.alignBottom = AlignBottomIcon;
14701
15756
  exports.alignHorizontalCenters = AlignHorizontalCentersIcon;
@@ -14712,7 +15767,7 @@ exports.appStore = AppStoreIcon;
14712
15767
  exports.apple = AppleIcon;
14713
15768
  exports.apps = AppsIcon;
14714
15769
  exports.appsAdd = AppsAddIcon;
14715
- exports.appsList = AppsListIcon;
15770
+ exports.appsList = CheckboxListIcon;
14716
15771
  exports.arc = ArcIcon;
14717
15772
  exports.archive = ArchiveIcon;
14718
15773
  exports.archiveAdd2 = ArchiveAdd2Icon;
@@ -14753,7 +15808,8 @@ exports.backgroundColorAccent = BackgroundColorAccentIcon;
14753
15808
  exports.backspace = BackspaceIcon;
14754
15809
  exports.badge = BadgeIcon;
14755
15810
  exports.bank = BankIcon;
14756
- exports.barGraph = BarGraphIcon;
15811
+ exports.barChart = BarChartIcon;
15812
+ exports.barGraph = BarChartIcon;
14757
15813
  exports.battery = BatteryIcon;
14758
15814
  exports.batteryFull = BatteryFullIcon;
14759
15815
  exports.beach = BeachIcon;
@@ -14761,6 +15817,7 @@ exports.beaker = BeakerIcon;
14761
15817
  exports.bell = BellIcon;
14762
15818
  exports.bellDot = BellDotIcon;
14763
15819
  exports.bellOff = BellOffIcon;
15820
+ exports.blend = PhotoFilterIcon;
14764
15821
  exports.bluesky = BlueskyIcon;
14765
15822
  exports.bluetooth = BluetoothIcon;
14766
15823
  exports.board = BoardIcon;
@@ -14779,8 +15836,9 @@ exports.bookmarkMultipleVar = BookmarkMultipleIcon;
14779
15836
  exports.bookshelf = LibraryIcon;
14780
15837
  exports.borderAll = BorderAllIcon;
14781
15838
  exports.box = BoxIcon;
14782
- exports.boxDrag = BoxDragIcon;
14783
- exports.boxMargins = BoxMarginsIcon;
15839
+ exports.boxAdd = BoxAddIcon;
15840
+ exports.boxDrag = SquareDragIcon;
15841
+ exports.boxMargins = SquareMarginsIcon;
14784
15842
  exports.braces = BracesIcon;
14785
15843
  exports.bracesVariable = BracesVariableIcon;
14786
15844
  exports.brackets = BracketsIcon;
@@ -14795,10 +15853,16 @@ exports.brightness = BrightnessIcon;
14795
15853
  exports.broom = BroomIcon;
14796
15854
  exports.bug = BugIcon;
14797
15855
  exports.buildingMultiple = BuildingMultipleIcon;
15856
+ exports.bulletList = BulletListIcon;
15857
+ exports.bulletListSquare = BulletListSquareIcon;
15858
+ exports.bulletListSquareAdd = BulletListSquareAddIcon;
15859
+ exports.bulletListTree = BulletListTreeIcon;
14798
15860
  exports.button = ButtonIcon;
14799
15861
  exports.cake = CakeIcon;
14800
15862
  exports.calculator = CalculatorIcon;
14801
15863
  exports.calendar = CalendarIcon;
15864
+ exports.call = CallIcon;
15865
+ exports.callEnd = CallEndIcon;
14802
15866
  exports.calligraphyPen = CalligraphyPenIcon;
14803
15867
  exports.camera = CameraIcon;
14804
15868
  exports.cancel = CancelIcon;
@@ -14812,10 +15876,12 @@ exports.cent = CentIcon;
14812
15876
  exports.centerHorizontal = CenterHorizontalIcon;
14813
15877
  exports.centerVertical = CenterVerticalIcon;
14814
15878
  exports.chat = ChatIcon;
15879
+ exports.chatQuestion = ChatQuestionIcon;
14815
15880
  exports.checkboxChecked = CheckboxCheckedIcon;
14816
15881
  exports.checkboxIndeterminate = CheckboxIndeterminateIcon;
14817
15882
  exports.checkboxIndeterminate2 = CheckboxIndeterminate2Icon;
14818
15883
  exports.checkboxIntermediate2 = CheckboxIndeterminate2Icon;
15884
+ exports.checkboxList = CheckboxListIcon;
14819
15885
  exports.checkboxUnchecked = CheckboxUncheckedIcon;
14820
15886
  exports.checkmark = CheckmarkIcon;
14821
15887
  exports.checkmarkChecked = CheckboxCheckedIcon;
@@ -14838,6 +15904,12 @@ exports.clock = ClockIcon;
14838
15904
  exports.close = CancelIcon;
14839
15905
  exports.closedCaptions = ClosedCaptionsIcon;
14840
15906
  exports.cloud = CloudIcon;
15907
+ exports.cloudAdd = CloudAddIcon;
15908
+ exports.cloudArrowDown = CloudArrowDownIcon;
15909
+ exports.cloudArrowUp = CloudArrowUpIcon;
15910
+ exports.cloudDownload = CloudArrowDownIcon;
15911
+ exports.cloudOff = CloudOffIcon;
15912
+ exports.cloudUpload = CloudArrowUpIcon;
14841
15913
  exports.code = CodeIcon;
14842
15914
  exports.coffeeHot = CoffeeHotIcon;
14843
15915
  exports.colorPalette = ColorPaletteIcon;
@@ -14853,6 +15925,7 @@ exports.component = ComponentIcon;
14853
15925
  exports.compose = ComposeIcon;
14854
15926
  exports.computer = ComputerIcon;
14855
15927
  exports.computerMac = ComputerMacIcon;
15928
+ exports.cone = ConeIcon;
14856
15929
  exports.contractDown = ContractDownIcon;
14857
15930
  exports.cookies = CookiesIcon;
14858
15931
  exports.copy = CopyIcon;
@@ -14865,15 +15938,18 @@ exports.creditCard = CreditCardIcon;
14865
15938
  exports.crop = CropIcon;
14866
15939
  exports.css = CssIcon;
14867
15940
  exports.css2 = Css2Icon;
15941
+ exports.cube = CubeIcon;
14868
15942
  exports.cursor = CursorIcon;
14869
15943
  exports.cursorClick = CursorClickIcon;
14870
15944
  exports.cursorDrag = CursorDragIcon;
14871
15945
  exports.cut = CutIcon;
15946
+ exports.cylinder = CylinderIcon;
14872
15947
  exports.darkTheme = DarkThemeIcon;
14873
15948
  exports.database = DatabaseIcon;
14874
15949
  exports.databaseAdd = DatabaseAddIcon;
14875
15950
  exports.delete = DeleteIcon;
14876
15951
  exports.diamond = DiamondIcon;
15952
+ exports.diff = DiffIcon;
14877
15953
  exports.directions = DirectionsIcon;
14878
15954
  exports.dislike = ThumbsDownIcon;
14879
15955
  exports.dismiss = CancelIcon;
@@ -14884,6 +15960,8 @@ exports.dollarCircle = DollarCircleIcon;
14884
15960
  exports.door = DoorIcon;
14885
15961
  exports.doorOpen = DoorOpenIcon;
14886
15962
  exports.dot = CircleSmallIcon;
15963
+ exports.dotCircle = DotCircleIcon;
15964
+ exports.dotSquare = DotSquareIcon;
14887
15965
  exports.drawText = DrawTextIcon;
14888
15966
  exports.drop = DropIcon;
14889
15967
  exports.edit = PencilIcon;
@@ -14893,6 +15971,7 @@ exports.emojiFrown = EmojiFrownIcon;
14893
15971
  exports.emojiGrin = EmojiGrinIcon;
14894
15972
  exports.emojiLaughter = EmojiLaughterIcon;
14895
15973
  exports.eraser = EraserIcon;
15974
+ exports.exclamationMark = ExclamationMarkIcon;
14896
15975
  exports.expand = ExpandIcon;
14897
15976
  exports.extension = ExtensionIcon;
14898
15977
  exports.external = OpenIcon;
@@ -14910,6 +15989,7 @@ exports.file = FileIcon;
14910
15989
  exports.fileAdd = FileAddIcon;
14911
15990
  exports.fileMultiple = FileMultipleIcon;
14912
15991
  exports.fileSync = FileSyncIcon;
15992
+ exports.fileText = FileTextIcon;
14913
15993
  exports.filter = FilterIcon;
14914
15994
  exports.filter2 = Filter2Icon;
14915
15995
  exports.filterCancel = FilterCancelIcon;
@@ -14969,6 +16049,7 @@ exports.iconList = iconList;
14969
16049
  exports.icons = icons;
14970
16050
  exports.infinity = InfinityIcon;
14971
16051
  exports.info = InfoIcon;
16052
+ exports.infoSquare = InfoSquareIcon;
14972
16053
  exports.instagram = InstagramIcon;
14973
16054
  exports.javascript = JavascriptIcon;
14974
16055
  exports.kebab = MoreIcon;
@@ -15057,15 +16138,17 @@ exports.personAdd2 = PersonAdd2Icon;
15057
16138
  exports.personCircle = PersonCircleIcon;
15058
16139
  exports.personMultiple = PersonMultipleIcon;
15059
16140
  exports.phone = PhoneIcon;
15060
- exports.phoneAccept = PhoneAcceptIcon;
15061
- exports.phoneHangUp = PhoneHangUpIcon;
16141
+ exports.phoneAccept = CallIcon;
16142
+ exports.phoneHangUp = CallEndIcon;
15062
16143
  exports.photo = PhotoIcon;
16144
+ exports.photoAdd = PhotoAddIcon;
15063
16145
  exports.photoFilter = PhotoFilterIcon;
15064
16146
  exports.photoMultiple = PhotoMultipleIcon;
15065
16147
  exports.pictureInPicture = PictureInPictureIcon;
15066
16148
  exports.pictureInPicture2 = PictureInPicture2Icon;
15067
16149
  exports.pictureInPictureEnter = PictureInPictureEnterIcon;
15068
16150
  exports.pictureInPictureExit = PictureInPictureExitIcon;
16151
+ exports.pieChart = PieChartIcon;
15069
16152
  exports.pin = PinIcon;
15070
16153
  exports.pinOff = PinOffIcon;
15071
16154
  exports.play = PlayIcon;
@@ -15094,6 +16177,7 @@ exports.reverse = ReverseIcon;
15094
16177
  exports.rhombus = RhombusIcon;
15095
16178
  exports.ribbon = RibbonIcon;
15096
16179
  exports.ribbonStar = RibbonStarIcon;
16180
+ exports.roadBarrier = RoadBarrierIcon;
15097
16181
  exports.roblox = RobloxIcon;
15098
16182
  exports.ruler = RulerIcon;
15099
16183
  exports.rulerDiagonal = RulerDiagonalIcon;
@@ -15132,15 +16216,20 @@ exports.smiley = EmojiIcon;
15132
16216
  exports.soundwave = SoundwaveIcon;
15133
16217
  exports.spacebar = SpacebarIcon;
15134
16218
  exports.sparkle = SparkleIcon;
16219
+ exports.sparkle2 = Sparkle2Icon;
15135
16220
  exports.spinner = SpinnerIcon;
15136
16221
  exports.splitHorizontal = SplitHorizontalIcon;
15137
16222
  exports.splitVertical = SplitVerticalIcon;
15138
16223
  exports.square = SquareIcon;
16224
+ exports.squareDrag = SquareDragIcon;
16225
+ exports.squareMargins = SquareMarginsIcon;
15139
16226
  exports.star = StarIcon;
15140
16227
  exports.stocks = GraphIcon;
15141
16228
  exports.stocks2 = ArrowTrendingIcon;
15142
16229
  exports.strokeThickness = StrokeThicknessIcon;
15143
16230
  exports.subtract = SubtractIcon;
16231
+ exports.subtractSquare = SubtractSquareIcon;
16232
+ exports.subtractSquareMultiple = SubtractSquareMultipleIcon;
15144
16233
  exports.svelte = SvelteIcon;
15145
16234
  exports.symbols = SymbolsIcon;
15146
16235
  exports.table = TableIcon;
@@ -15148,9 +16237,13 @@ exports.tableSimple = TableSimpleIcon;
15148
16237
  exports.tablet = TabletIcon;
15149
16238
  exports.tag = TagIcon;
15150
16239
  exports.tagAccent = TagAccentIcon;
16240
+ exports.tagAdd = TagAddIcon;
15151
16241
  exports.tagMultiple = TagMultipleIcon;
15152
16242
  exports.tagMultipleVar = TagMultipleIcon;
16243
+ exports.tagRemove = TagRemoveIcon;
16244
+ exports.target = TargetIcon;
15153
16245
  exports.taskList = TaskListIcon;
16246
+ exports.tasks = TaskListIcon;
15154
16247
  exports.terminal = TerminalIcon;
15155
16248
  exports.text = TextIcon;
15156
16249
  exports.textAdd = TextAddIcon;
@@ -15159,9 +16252,10 @@ exports.textAlignJustify = TextAlignJustifyIcon;
15159
16252
  exports.textAlignLeft = TextAlignLeftIcon;
15160
16253
  exports.textAlignRight = TextAlignRightIcon;
15161
16254
  exports.textBold = TextBoldIcon;
15162
- exports.textBulletList = TextBulletListIcon;
15163
- exports.textBulletListSquare = TextBulletListSquareIcon;
15164
- exports.textBulletListSquareAdd = TextBulletListSquareAddIcon;
16255
+ exports.textBulletList = BulletListIcon;
16256
+ exports.textBulletListSquare = BulletListSquareIcon;
16257
+ exports.textBulletListSquareAdd = BulletListSquareAddIcon;
16258
+ exports.textBulletListTree = BulletListTreeIcon;
15165
16259
  exports.textCaseLowercase = TextCaseLowercaseIcon;
15166
16260
  exports.textCaseTitle = TextCaseTitleIcon;
15167
16261
  exports.textCaseUppercase = TextCaseUppercaseIcon;
@@ -15169,6 +16263,7 @@ exports.textClearFormatting = TextClearFormattingIcon;
15169
16263
  exports.textCollapse = TextCollapseIcon;
15170
16264
  exports.textColor = TextColorIcon;
15171
16265
  exports.textColorAccent = TextColorAccentIcon;
16266
+ exports.textDescription = TextDescriptionIcon;
15172
16267
  exports.textEditStyle = TextEditStyleIcon;
15173
16268
  exports.textEffects = TextEffectsIcon;
15174
16269
  exports.textExpand = TextExpandIcon;
@@ -15198,6 +16293,7 @@ exports.thumbsDown = ThumbsDownIcon;
15198
16293
  exports.thumbsUp = ThumbsUpIcon;
15199
16294
  exports.tiktok = TiktokIcon;
15200
16295
  exports.timer = TimerIcon;
16296
+ exports.timerOff = TimerOffIcon;
15201
16297
  exports.toolbox = ToolboxIcon;
15202
16298
  exports.triangle = TriangleIcon;
15203
16299
  exports.tune = TuneIcon;
@@ -15212,11 +16308,11 @@ exports.videoClip = VideoClipIcon;
15212
16308
  exports.visible = EyeOffIcon;
15213
16309
  exports.visualStudioCode = VisualStudioCodeIcon;
15214
16310
  exports.volume = VolumeIcon;
15215
- exports.volume0 = VolumeMediumIcon;
16311
+ exports.volume0 = VolumeIcon;
15216
16312
  exports.volume1 = VolumeLowIcon;
15217
16313
  exports.volumeHigh = VolumeIcon;
15218
16314
  exports.volumeLow = VolumeLowIcon;
15219
- exports.volumeMedium = VolumeMediumIcon;
16315
+ exports.volumeMedium = VolumeIcon;
15220
16316
  exports.volumeMute = VolumeMuteIcon;
15221
16317
  exports.vuejs = VuejsIcon;
15222
16318
  exports.watch = WatchIcon;