proicons 4.11.4 → 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 (521) hide show
  1. package/dist/cjs/proicons.cjs +1050 -501
  2. package/dist/esm/categories.js +1 -1
  3. package/dist/esm/functions/getIconInfo.js +1 -1
  4. package/dist/esm/functions/replace.js +1 -1
  5. package/dist/esm/functions/search.js +1 -1
  6. package/dist/esm/iconList.js +23 -10
  7. package/dist/esm/icons/AccessibilityIcon.js +1 -1
  8. package/dist/esm/icons/AddCircleIcon.js +1 -1
  9. package/dist/esm/icons/AddIcon.js +1 -1
  10. package/dist/esm/icons/AddRhombusIcon.js +1 -1
  11. package/dist/esm/icons/AddSquareIcon.js +1 -1
  12. package/dist/esm/icons/AddSquareMultipleIcon.js +1 -1
  13. package/dist/esm/icons/AirplaneIcon.js +1 -1
  14. package/dist/esm/icons/AirplaneLandingIcon.js +1 -1
  15. package/dist/esm/icons/AirplaneTakeoffIcon.js +1 -1
  16. package/dist/esm/icons/AlarmClockIcon.js +57 -0
  17. package/dist/esm/icons/AlbumIcon.js +40 -0
  18. package/dist/esm/icons/AlertCircleIcon.js +1 -1
  19. package/dist/esm/icons/AlertRhombusIcon.js +1 -1
  20. package/dist/esm/icons/AlertTriangleIcon.js +1 -1
  21. package/dist/esm/icons/AlignBottomIcon.js +1 -1
  22. package/dist/esm/icons/AlignHorizontalCentersIcon.js +1 -1
  23. package/dist/esm/icons/AlignLeftIcon.js +1 -1
  24. package/dist/esm/icons/AlignRightIcon.js +1 -1
  25. package/dist/esm/icons/AlignTopIcon.js +1 -1
  26. package/dist/esm/icons/AlignVerticalCentersIcon.js +1 -1
  27. package/dist/esm/icons/AmazonIcon.js +1 -1
  28. package/dist/esm/icons/AnchorIcon.js +1 -1
  29. package/dist/esm/icons/AndroidIcon.js +1 -1
  30. package/dist/esm/icons/AngleIcon.js +1 -1
  31. package/dist/esm/icons/AppRemoveIcon.js +1 -1
  32. package/dist/esm/icons/AppStoreIcon.js +1 -1
  33. package/dist/esm/icons/AppleIcon.js +1 -1
  34. package/dist/esm/icons/AppsAddIcon.js +1 -1
  35. package/dist/esm/icons/AppsIcon.js +1 -1
  36. package/dist/esm/icons/ArcIcon.js +1 -1
  37. package/dist/esm/icons/ArchiveAdd2Icon.js +10 -10
  38. package/dist/esm/icons/ArchiveIcon.js +2 -2
  39. package/dist/esm/icons/ArrowClockwiseIcon.js +1 -1
  40. package/dist/esm/icons/ArrowCounterclockwiseIcon.js +1 -1
  41. package/dist/esm/icons/ArrowDownIcon.js +1 -1
  42. package/dist/esm/icons/ArrowDownloadIcon.js +1 -1
  43. package/dist/esm/icons/ArrowEnterIcon.js +1 -1
  44. package/dist/esm/icons/ArrowExportIcon.js +1 -1
  45. package/dist/esm/icons/ArrowForwardIcon.js +1 -1
  46. package/dist/esm/icons/ArrowImportIcon.js +1 -1
  47. package/dist/esm/icons/ArrowLeftIcon.js +1 -1
  48. package/dist/esm/icons/ArrowLeftRightIcon.js +1 -1
  49. package/dist/esm/icons/ArrowMaximizeIcon.js +1 -1
  50. package/dist/esm/icons/ArrowMinimizeIcon.js +1 -1
  51. package/dist/esm/icons/ArrowMoveIcon.js +1 -1
  52. package/dist/esm/icons/ArrowRedo2Icon.js +1 -1
  53. package/dist/esm/icons/ArrowRedoIcon.js +1 -1
  54. package/dist/esm/icons/ArrowReplyIcon.js +1 -1
  55. package/dist/esm/icons/ArrowRightIcon.js +1 -1
  56. package/dist/esm/icons/ArrowRotateClockwiseIcon.js +1 -1
  57. package/dist/esm/icons/ArrowRotateCounterclockwiseIcon.js +1 -1
  58. package/dist/esm/icons/ArrowSortIcon.js +1 -1
  59. package/dist/esm/icons/ArrowSwapIcon.js +1 -1
  60. package/dist/esm/icons/ArrowSync2Icon.js +1 -1
  61. package/dist/esm/icons/ArrowSyncIcon.js +1 -1
  62. package/dist/esm/icons/ArrowTrendingIcon.js +1 -1
  63. package/dist/esm/icons/ArrowUndo2Icon.js +1 -1
  64. package/dist/esm/icons/ArrowUndoIcon.js +1 -1
  65. package/dist/esm/icons/ArrowUpDownIcon.js +1 -1
  66. package/dist/esm/icons/ArrowUpIcon.js +1 -1
  67. package/dist/esm/icons/ArrowUploadIcon.js +1 -1
  68. package/dist/esm/icons/AttachIcon.js +1 -1
  69. package/dist/esm/icons/BackgroundColorAccentIcon.js +1 -1
  70. package/dist/esm/icons/BackgroundColorIcon.js +1 -1
  71. package/dist/esm/icons/BackspaceIcon.js +1 -1
  72. package/dist/esm/icons/BadgeIcon.js +1 -1
  73. package/dist/esm/icons/BankIcon.js +1 -1
  74. package/dist/esm/icons/BarChartIcon.js +31 -0
  75. package/dist/esm/icons/BatteryFullIcon.js +2 -7
  76. package/dist/esm/icons/BatteryIcon.js +2 -2
  77. package/dist/esm/icons/BeachIcon.js +1 -1
  78. package/dist/esm/icons/BeakerIcon.js +1 -1
  79. package/dist/esm/icons/BellDotIcon.js +1 -1
  80. package/dist/esm/icons/BellIcon.js +1 -1
  81. package/dist/esm/icons/BellOffIcon.js +1 -1
  82. package/dist/esm/icons/BlueskyIcon.js +1 -1
  83. package/dist/esm/icons/BluetoothIcon.js +1 -1
  84. package/dist/esm/icons/BoardIcon.js +1 -1
  85. package/dist/esm/icons/BoltIcon.js +1 -1
  86. package/dist/esm/icons/Book2Icon.js +1 -1
  87. package/dist/esm/icons/BookAdd2Icon.js +1 -1
  88. package/dist/esm/icons/BookAddIcon.js +1 -1
  89. package/dist/esm/icons/BookIcon.js +1 -1
  90. package/dist/esm/icons/BookInfo2Icon.js +1 -1
  91. package/dist/esm/icons/BookInfoIcon.js +1 -1
  92. package/dist/esm/icons/BookOpenIcon.js +1 -1
  93. package/dist/esm/icons/BookmarkAddIcon.js +1 -1
  94. package/dist/esm/icons/BookmarkIcon.js +1 -1
  95. package/dist/esm/icons/BookmarkMultipleIcon.js +1 -1
  96. package/dist/esm/icons/BorderAllIcon.js +1 -1
  97. package/dist/esm/icons/BoxAddIcon.js +41 -0
  98. package/dist/esm/icons/BoxIcon.js +2 -2
  99. package/dist/esm/icons/BracesIcon.js +1 -1
  100. package/dist/esm/icons/BracesVariableIcon.js +1 -1
  101. package/dist/esm/icons/BracketsIcon.js +1 -1
  102. package/dist/esm/icons/BranchCompareIcon.js +1 -1
  103. package/dist/esm/icons/BranchFork2Icon.js +1 -1
  104. package/dist/esm/icons/BranchForkIcon.js +1 -1
  105. package/dist/esm/icons/BranchIcon.js +1 -1
  106. package/dist/esm/icons/BranchPullRequestIcon.js +1 -1
  107. package/dist/esm/icons/Briefcase2Icon.js +1 -1
  108. package/dist/esm/icons/BriefcaseIcon.js +1 -1
  109. package/dist/esm/icons/BrightnessIcon.js +1 -1
  110. package/dist/esm/icons/BroomIcon.js +1 -1
  111. package/dist/esm/icons/BugIcon.js +1 -1
  112. package/dist/esm/icons/BuildingMultipleIcon.js +1 -1
  113. package/dist/esm/icons/{TextBulletListIcon.js → BulletListIcon.js} +4 -4
  114. package/dist/esm/icons/{TextBulletListSquareAddIcon.js → BulletListSquareAddIcon.js} +4 -9
  115. package/dist/esm/icons/{TextBulletListSquareIcon.js → BulletListSquareIcon.js} +4 -9
  116. package/dist/esm/icons/{TextBulletListTreeIcon.js → BulletListTreeIcon.js} +4 -9
  117. package/dist/esm/icons/ButtonIcon.js +1 -1
  118. package/dist/esm/icons/CakeIcon.js +1 -1
  119. package/dist/esm/icons/CalculatorIcon.js +1 -1
  120. package/dist/esm/icons/CalendarIcon.js +1 -1
  121. package/dist/esm/icons/CallEndIcon.js +30 -0
  122. package/dist/esm/icons/CallIcon.js +30 -0
  123. package/dist/esm/icons/CalligraphyPenIcon.js +1 -1
  124. package/dist/esm/icons/CameraIcon.js +1 -1
  125. package/dist/esm/icons/CancelCircleIcon.js +1 -1
  126. package/dist/esm/icons/CancelIcon.js +1 -1
  127. package/dist/esm/icons/CancelOctagonIcon.js +1 -1
  128. package/dist/esm/icons/CancelSquareIcon.js +1 -1
  129. package/dist/esm/icons/CandyIcon.js +1 -1
  130. package/dist/esm/icons/CartIcon.js +1 -1
  131. package/dist/esm/icons/CentIcon.js +1 -1
  132. package/dist/esm/icons/CenterHorizontalIcon.js +1 -1
  133. package/dist/esm/icons/CenterVerticalIcon.js +1 -1
  134. package/dist/esm/icons/ChatIcon.js +1 -1
  135. package/dist/esm/icons/ChatQuestionIcon.js +1 -1
  136. package/dist/esm/icons/CheckboxCheckedIcon.js +1 -1
  137. package/dist/esm/icons/CheckboxIndeterminate2Icon.js +1 -1
  138. package/dist/esm/icons/CheckboxIndeterminateIcon.js +1 -1
  139. package/dist/esm/icons/{AppsListIcon.js → CheckboxListIcon.js} +4 -4
  140. package/dist/esm/icons/CheckboxUncheckedIcon.js +1 -1
  141. package/dist/esm/icons/CheckmarkCircleIcon.js +1 -1
  142. package/dist/esm/icons/CheckmarkIcon.js +1 -1
  143. package/dist/esm/icons/CheckmarkStarburstIcon.js +1 -1
  144. package/dist/esm/icons/ChevronDownIcon.js +1 -1
  145. package/dist/esm/icons/ChevronLeftIcon.js +1 -1
  146. package/dist/esm/icons/ChevronRightIcon.js +1 -1
  147. package/dist/esm/icons/ChevronUpIcon.js +1 -1
  148. package/dist/esm/icons/ChromeRestoreIcon.js +1 -1
  149. package/dist/esm/icons/CircleIcon.js +1 -1
  150. package/dist/esm/icons/CircleSmallIcon.js +1 -1
  151. package/dist/esm/icons/ClipboardIcon.js +1 -1
  152. package/dist/esm/icons/ClipboardPasteIcon.js +1 -1
  153. package/dist/esm/icons/ClipboardSearchIcon.js +1 -1
  154. package/dist/esm/icons/ClockIcon.js +1 -1
  155. package/dist/esm/icons/ClosedCaptionsIcon.js +1 -1
  156. package/dist/esm/icons/CloudAddIcon.js +2 -2
  157. package/dist/esm/icons/CloudArrowDownIcon.js +2 -2
  158. package/dist/esm/icons/CloudArrowUpIcon.js +10 -2
  159. package/dist/esm/icons/CloudIcon.js +7 -2
  160. package/dist/esm/icons/CloudOffIcon.js +12 -2
  161. package/dist/esm/icons/CodeIcon.js +1 -1
  162. package/dist/esm/icons/CoffeeHotIcon.js +1 -1
  163. package/dist/esm/icons/ColorPaletteIcon.js +1 -1
  164. package/dist/esm/icons/CommentAdd2Icon.js +1 -1
  165. package/dist/esm/icons/CommentAddIcon.js +1 -1
  166. package/dist/esm/icons/CommentExclamationIcon.js +1 -1
  167. package/dist/esm/icons/CommentIcon.js +1 -1
  168. package/dist/esm/icons/CommentMultipleIcon.js +1 -1
  169. package/dist/esm/icons/CompareSizeIcon.js +1 -1
  170. package/dist/esm/icons/CompassIcon.js +1 -1
  171. package/dist/esm/icons/ComponentIcon.js +2 -2
  172. package/dist/esm/icons/ComposeIcon.js +1 -1
  173. package/dist/esm/icons/ComputerIcon.js +1 -1
  174. package/dist/esm/icons/ComputerMacIcon.js +1 -1
  175. package/dist/esm/icons/ConeIcon.js +1 -1
  176. package/dist/esm/icons/ContractDownIcon.js +1 -1
  177. package/dist/esm/icons/CookiesIcon.js +1 -1
  178. package/dist/esm/icons/CopyIcon.js +1 -1
  179. package/dist/esm/icons/CopyleftIcon.js +1 -1
  180. package/dist/esm/icons/CopyrightIcon.js +1 -1
  181. package/dist/esm/icons/CornerRadiusIcon.js +1 -1
  182. package/dist/esm/icons/CreditCardIcon.js +1 -1
  183. package/dist/esm/icons/CropIcon.js +1 -1
  184. package/dist/esm/icons/Css2Icon.js +1 -1
  185. package/dist/esm/icons/CssIcon.js +1 -1
  186. package/dist/esm/icons/CubeIcon.js +1 -1
  187. package/dist/esm/icons/CursorClickIcon.js +1 -1
  188. package/dist/esm/icons/CursorDragIcon.js +1 -1
  189. package/dist/esm/icons/CursorIcon.js +1 -1
  190. package/dist/esm/icons/CutIcon.js +1 -1
  191. package/dist/esm/icons/CylinderIcon.js +1 -1
  192. package/dist/esm/icons/DarkThemeIcon.js +1 -1
  193. package/dist/esm/icons/DatabaseAddIcon.js +1 -1
  194. package/dist/esm/icons/DatabaseIcon.js +1 -1
  195. package/dist/esm/icons/DeleteIcon.js +1 -1
  196. package/dist/esm/icons/DiamondIcon.js +2 -2
  197. package/dist/esm/icons/DiffIcon.js +1 -1
  198. package/dist/esm/icons/DirectionsIcon.js +1 -1
  199. package/dist/esm/icons/DoNotDisturbIcon.js +1 -1
  200. package/dist/esm/icons/DocumentIcon.js +1 -1
  201. package/dist/esm/icons/DollarCircleIcon.js +1 -1
  202. package/dist/esm/icons/DollarIcon.js +1 -1
  203. package/dist/esm/icons/DoorIcon.js +1 -1
  204. package/dist/esm/icons/DoorOpenIcon.js +1 -1
  205. package/dist/esm/icons/DotCircleIcon.js +29 -0
  206. package/dist/esm/icons/DotSquareIcon.js +31 -0
  207. package/dist/esm/icons/DrawTextIcon.js +1 -1
  208. package/dist/esm/icons/DropIcon.js +1 -1
  209. package/dist/esm/icons/EmojiFrownIcon.js +1 -1
  210. package/dist/esm/icons/EmojiGrinIcon.js +1 -1
  211. package/dist/esm/icons/EmojiIcon.js +1 -1
  212. package/dist/esm/icons/EmojiLaughterIcon.js +1 -1
  213. package/dist/esm/icons/EraserIcon.js +1 -1
  214. package/dist/esm/icons/ExclamationMarkIcon.js +26 -0
  215. package/dist/esm/icons/ExpandIcon.js +1 -1
  216. package/dist/esm/icons/ExtensionIcon.js +1 -1
  217. package/dist/esm/icons/EyeIcon.js +1 -1
  218. package/dist/esm/icons/EyeOffIcon.js +24 -4
  219. package/dist/esm/icons/EyedropperColorAccentIcon.js +1 -1
  220. package/dist/esm/icons/EyedropperColorIcon.js +3 -3
  221. package/dist/esm/icons/EyedropperIcon.js +7 -2
  222. package/dist/esm/icons/FacebookIcon.js +1 -1
  223. package/dist/esm/icons/FastForwardIcon.js +1 -1
  224. package/dist/esm/icons/FigmaIcon.js +1 -1
  225. package/dist/esm/icons/FileAddIcon.js +1 -1
  226. package/dist/esm/icons/FileIcon.js +1 -1
  227. package/dist/esm/icons/FileMultipleIcon.js +1 -1
  228. package/dist/esm/icons/FileSyncIcon.js +1 -1
  229. package/dist/esm/icons/FileTextIcon.js +36 -0
  230. package/dist/esm/icons/Filter2Icon.js +1 -1
  231. package/dist/esm/icons/FilterCancel2Icon.js +1 -1
  232. package/dist/esm/icons/FilterCancelIcon.js +1 -1
  233. package/dist/esm/icons/FilterIcon.js +1 -1
  234. package/dist/esm/icons/Flag2Icon.js +2 -2
  235. package/dist/esm/icons/FlagIcon.js +2 -2
  236. package/dist/esm/icons/FlashlightIcon.js +1 -1
  237. package/dist/esm/icons/FoldableHorizontalHalfIcon.js +1 -1
  238. package/dist/esm/icons/FoldableHorizontalIcon.js +1 -1
  239. package/dist/esm/icons/FoldableVerticalHalfIcon.js +1 -1
  240. package/dist/esm/icons/FoldableVerticalIcon.js +1 -1
  241. package/dist/esm/icons/FolderAddIcon.js +2 -2
  242. package/dist/esm/icons/FolderIcon.js +1 -1
  243. package/dist/esm/icons/FolderMultipleIcon.js +1 -1
  244. package/dist/esm/icons/FolderOpenIcon.js +1 -1
  245. package/dist/esm/icons/FullScreenMaximizeIcon.js +1 -1
  246. package/dist/esm/icons/FullScreenMinimizeIcon.js +1 -1
  247. package/dist/esm/icons/GameIcon.js +1 -1
  248. package/dist/esm/icons/GiftIcon.js +1 -1
  249. package/dist/esm/icons/GitCommitIcon.js +1 -1
  250. package/dist/esm/icons/GithubIcon.js +1 -1
  251. package/dist/esm/icons/GitlabIcon.js +1 -1
  252. package/dist/esm/icons/GlobeIcon.js +1 -1
  253. package/dist/esm/icons/Google2Icon.js +1 -1
  254. package/dist/esm/icons/GoogleChromeIcon.js +1 -1
  255. package/dist/esm/icons/GoogleIcon.js +1 -1
  256. package/dist/esm/icons/GooglePlayIcon.js +1 -1
  257. package/dist/esm/icons/GraphIcon.js +7 -2
  258. package/dist/esm/icons/GridDotsIcon.js +1 -1
  259. package/dist/esm/icons/GridIcon.js +1 -1
  260. package/dist/esm/icons/HamburgerIcon.js +1 -1
  261. package/dist/esm/icons/HandIcon.js +1 -1
  262. package/dist/esm/icons/HardDriveIcon.js +1 -1
  263. package/dist/esm/icons/HashIcon.js +1 -1
  264. package/dist/esm/icons/HatGraduationIcon.js +1 -1
  265. package/dist/esm/icons/HeadphonesIcon.js +1 -1
  266. package/dist/esm/icons/HeadphonesOffIcon.js +13 -3
  267. package/dist/esm/icons/HeartIcon.js +1 -1
  268. package/dist/esm/icons/HeartStylisticIcon.js +1 -1
  269. package/dist/esm/icons/HexagonIcon.js +1 -1
  270. package/dist/esm/icons/HighlighterAccentIcon.js +1 -1
  271. package/dist/esm/icons/HighlighterIcon.js +1 -1
  272. package/dist/esm/icons/HistoryIcon.js +3 -3
  273. package/dist/esm/icons/Home2Icon.js +1 -1
  274. package/dist/esm/icons/HomeIcon.js +1 -1
  275. package/dist/esm/icons/HourglassIcon.js +1 -1
  276. package/dist/esm/icons/HtmlIcon.js +1 -1
  277. package/dist/esm/icons/InfinityIcon.js +1 -1
  278. package/dist/esm/icons/InfoIcon.js +1 -1
  279. package/dist/esm/icons/InfoSquareIcon.js +1 -1
  280. package/dist/esm/icons/InstagramIcon.js +1 -1
  281. package/dist/esm/icons/JavascriptIcon.js +1 -1
  282. package/dist/esm/icons/KeyboardCommandIcon.js +1 -1
  283. package/dist/esm/icons/KeyboardIcon.js +1 -1
  284. package/dist/esm/icons/KeyboardShiftIcon.js +1 -1
  285. package/dist/esm/icons/LaptopIcon.js +1 -1
  286. package/dist/esm/icons/LayersIcon.js +1 -1
  287. package/dist/esm/icons/LayoutIcon.js +1 -1
  288. package/dist/esm/icons/LeafIcon.js +1 -1
  289. package/dist/esm/icons/LeafThreeIcon.js +1 -1
  290. package/dist/esm/icons/LeafTwoIcon.js +1 -1
  291. package/dist/esm/icons/LibraryIcon.js +1 -1
  292. package/dist/esm/icons/LightbulbIcon.js +1 -1
  293. package/dist/esm/icons/LineDiagonalIcon.js +1 -1
  294. package/dist/esm/icons/LinkIcon.js +2 -2
  295. package/dist/esm/icons/LinuxIcon.js +1 -1
  296. package/dist/esm/icons/LocationIcon.js +1 -1
  297. package/dist/esm/icons/LockIcon.js +1 -1
  298. package/dist/esm/icons/LockOpenIcon.js +1 -1
  299. package/dist/esm/icons/MailIcon.js +1 -1
  300. package/dist/esm/icons/MailOpenIcon.js +1 -1
  301. package/dist/esm/icons/MapIcon.js +1 -1
  302. package/dist/esm/icons/MaskIcon.js +1 -1
  303. package/dist/esm/icons/MathIcon.js +1 -1
  304. package/dist/esm/icons/MegaphoneIcon.js +1 -1
  305. package/dist/esm/icons/MegaphoneLoudIcon.js +1 -1
  306. package/dist/esm/icons/MentionIcon.js +1 -1
  307. package/dist/esm/icons/MenuIcon.js +1 -1
  308. package/dist/esm/icons/MicrophoneIcon.js +1 -1
  309. package/dist/esm/icons/MicrophoneOffIcon.js +14 -7
  310. package/dist/esm/icons/MicrosoftEdgeIcon.js +1 -1
  311. package/dist/esm/icons/MicrosoftIcon.js +1 -1
  312. package/dist/esm/icons/MoonIcon.js +1 -1
  313. package/dist/esm/icons/MoreIcon.js +1 -1
  314. package/dist/esm/icons/MoreVerticalIcon.js +1 -1
  315. package/dist/esm/icons/MotherboardIcon.js +1 -1
  316. package/dist/esm/icons/MovieIcon.js +1 -1
  317. package/dist/esm/icons/MusicNote2Icon.js +1 -1
  318. package/dist/esm/icons/MusicNoteIcon.js +1 -1
  319. package/dist/esm/icons/NarratorIcon.js +2 -7
  320. package/dist/esm/icons/NodejsIcon.js +1 -1
  321. package/dist/esm/icons/NoteAddIcon.js +1 -1
  322. package/dist/esm/icons/NoteIcon.js +1 -1
  323. package/dist/esm/icons/NpmIcon.js +1 -1
  324. package/dist/esm/icons/OctagonIcon.js +1 -1
  325. package/dist/esm/icons/OpenIcon.js +1 -1
  326. package/dist/esm/icons/OpenSourceIcon.js +1 -1
  327. package/dist/esm/icons/PageMarginsIcon.js +1 -1
  328. package/dist/esm/icons/PaintBucketAccentIcon.js +1 -1
  329. package/dist/esm/icons/PaintBucketIcon.js +1 -1
  330. package/dist/esm/icons/Paintbrush2Icon.js +1 -1
  331. package/dist/esm/icons/PaintbrushIcon.js +1 -1
  332. package/dist/esm/icons/PanelBottomIcon.js +1 -1
  333. package/dist/esm/icons/PanelBottomOpenIcon.js +1 -1
  334. package/dist/esm/icons/PanelLeftContractIcon.js +1 -1
  335. package/dist/esm/icons/PanelLeftExpandIcon.js +1 -1
  336. package/dist/esm/icons/PanelLeftIcon.js +1 -1
  337. package/dist/esm/icons/PanelLeftOpenIcon.js +1 -1
  338. package/dist/esm/icons/PanelRightContractIcon.js +1 -1
  339. package/dist/esm/icons/PanelRightExpandIcon.js +1 -1
  340. package/dist/esm/icons/PanelRightIcon.js +1 -1
  341. package/dist/esm/icons/PanelRightOpenIcon.js +1 -1
  342. package/dist/esm/icons/ParenthesesIcon.js +1 -1
  343. package/dist/esm/icons/PauseIcon.js +1 -1
  344. package/dist/esm/icons/Pdf2Icon.js +1 -1
  345. package/dist/esm/icons/PdfIcon.js +1 -1
  346. package/dist/esm/icons/PencilIcon.js +1 -1
  347. package/dist/esm/icons/PentagonIcon.js +1 -1
  348. package/dist/esm/icons/Person2Icon.js +1 -1
  349. package/dist/esm/icons/PersonAdd2Icon.js +1 -1
  350. package/dist/esm/icons/PersonAddIcon.js +1 -1
  351. package/dist/esm/icons/PersonCircleIcon.js +1 -1
  352. package/dist/esm/icons/PersonIcon.js +1 -1
  353. package/dist/esm/icons/PersonMultipleIcon.js +1 -1
  354. package/dist/esm/icons/PhoneIcon.js +1 -1
  355. package/dist/esm/icons/PhotoAddIcon.js +42 -0
  356. package/dist/esm/icons/PhotoFilterIcon.js +2 -2
  357. package/dist/esm/icons/PhotoIcon.js +1 -1
  358. package/dist/esm/icons/PhotoMultipleIcon.js +1 -1
  359. package/dist/esm/icons/PictureInPicture2Icon.js +1 -1
  360. package/dist/esm/icons/PictureInPictureEnterIcon.js +1 -1
  361. package/dist/esm/icons/PictureInPictureExitIcon.js +1 -1
  362. package/dist/esm/icons/PictureInPictureIcon.js +1 -1
  363. package/dist/esm/icons/{BarGraphIcon.js → PieChartIcon.js} +13 -24
  364. package/dist/esm/icons/PinIcon.js +1 -1
  365. package/dist/esm/icons/PinOffIcon.js +12 -2
  366. package/dist/esm/icons/PlayCircleIcon.js +1 -1
  367. package/dist/esm/icons/PlayIcon.js +1 -1
  368. package/dist/esm/icons/PrinterIcon.js +1 -1
  369. package/dist/esm/icons/ProhibitedIcon.js +1 -1
  370. package/dist/esm/icons/PythonIcon.js +1 -1
  371. package/dist/esm/icons/QrCodeIcon.js +2 -2
  372. package/dist/esm/icons/QuestionCircleIcon.js +1 -1
  373. package/dist/esm/icons/QuestionIcon.js +1 -1
  374. package/dist/esm/icons/QuoteIcon.js +1 -1
  375. package/dist/esm/icons/ReactjsIcon.js +1 -1
  376. package/dist/esm/icons/RecordIcon.js +1 -1
  377. package/dist/esm/icons/RecordStopIcon.js +1 -1
  378. package/dist/esm/icons/RectangleWideIcon.js +1 -1
  379. package/dist/esm/icons/RegularExpressionIcon.js +1 -1
  380. package/dist/esm/icons/ReverseIcon.js +1 -1
  381. package/dist/esm/icons/RhombusIcon.js +1 -1
  382. package/dist/esm/icons/RibbonIcon.js +1 -1
  383. package/dist/esm/icons/RibbonStarIcon.js +1 -1
  384. package/dist/esm/icons/RoadBarrierIcon.js +48 -0
  385. package/dist/esm/icons/RobloxIcon.js +1 -1
  386. package/dist/esm/icons/RulerDiagonalIcon.js +1 -1
  387. package/dist/esm/icons/RulerIcon.js +1 -1
  388. package/dist/esm/icons/SaveIcon.js +1 -1
  389. package/dist/esm/icons/SaveMultipleIcon.js +1 -1
  390. package/dist/esm/icons/SavePencilIcon.js +1 -1
  391. package/dist/esm/icons/ScreenSizeIcon.js +1 -1
  392. package/dist/esm/icons/Script2Icon.js +1 -1
  393. package/dist/esm/icons/ScriptIcon.js +1 -1
  394. package/dist/esm/icons/SearchCancelIcon.js +1 -1
  395. package/dist/esm/icons/SearchIcon.js +1 -1
  396. package/dist/esm/icons/SectionBreakIcon.js +1 -1
  397. package/dist/esm/icons/SendIcon.js +1 -1
  398. package/dist/esm/icons/ServerIcon.js +1 -1
  399. package/dist/esm/icons/SettingsIcon.js +1 -1
  400. package/dist/esm/icons/ShapeDifferenceIcon.js +1 -1
  401. package/dist/esm/icons/ShapeIntersectIcon.js +1 -1
  402. package/dist/esm/icons/ShapeSubtractIcon.js +1 -1
  403. package/dist/esm/icons/ShapeUnionIcon.js +1 -1
  404. package/dist/esm/icons/ShieldCancelIcon.js +1 -1
  405. package/dist/esm/icons/ShieldCheckmarkIcon.js +1 -1
  406. package/dist/esm/icons/ShieldIcon.js +1 -1
  407. package/dist/esm/icons/ShieldKeyholeIcon.js +1 -1
  408. package/dist/esm/icons/SkullIcon.js +1 -1
  409. package/dist/esm/icons/SlashSquareIcon.js +1 -1
  410. package/dist/esm/icons/SoundwaveIcon.js +1 -1
  411. package/dist/esm/icons/SpacebarIcon.js +1 -1
  412. package/dist/esm/icons/Sparkle2Icon.js +1 -1
  413. package/dist/esm/icons/SparkleIcon.js +1 -1
  414. package/dist/esm/icons/SpinnerIcon.js +1 -1
  415. package/dist/esm/icons/SplitHorizontalIcon.js +1 -1
  416. package/dist/esm/icons/SplitVerticalIcon.js +1 -1
  417. package/dist/esm/icons/SquareDragIcon.js +1 -1
  418. package/dist/esm/icons/SquareIcon.js +1 -1
  419. package/dist/esm/icons/{BoxMarginsIcon.js → SquareMarginsIcon.js} +4 -4
  420. package/dist/esm/icons/StarIcon.js +1 -1
  421. package/dist/esm/icons/StrokeThicknessIcon.js +1 -1
  422. package/dist/esm/icons/SubtractIcon.js +1 -1
  423. package/dist/esm/icons/SubtractSquareIcon.js +1 -1
  424. package/dist/esm/icons/SubtractSquareMultipleIcon.js +1 -1
  425. package/dist/esm/icons/SvelteIcon.js +1 -1
  426. package/dist/esm/icons/SymbolsIcon.js +1 -1
  427. package/dist/esm/icons/TableIcon.js +1 -1
  428. package/dist/esm/icons/TableSimpleIcon.js +1 -1
  429. package/dist/esm/icons/TabletIcon.js +1 -1
  430. package/dist/esm/icons/TagAccentIcon.js +1 -1
  431. package/dist/esm/icons/TagAddIcon.js +47 -0
  432. package/dist/esm/icons/TagIcon.js +1 -1
  433. package/dist/esm/icons/TagMultipleIcon.js +1 -1
  434. package/dist/esm/icons/TagRemoveIcon.js +47 -0
  435. package/dist/esm/icons/TargetIcon.js +2 -2
  436. package/dist/esm/icons/TaskListIcon.js +1 -1
  437. package/dist/esm/icons/TerminalIcon.js +1 -1
  438. package/dist/esm/icons/TextAddIcon.js +1 -1
  439. package/dist/esm/icons/TextAlignCenterIcon.js +1 -1
  440. package/dist/esm/icons/TextAlignJustifyIcon.js +1 -1
  441. package/dist/esm/icons/TextAlignLeftIcon.js +1 -1
  442. package/dist/esm/icons/TextAlignRightIcon.js +1 -1
  443. package/dist/esm/icons/TextBoldIcon.js +1 -1
  444. package/dist/esm/icons/TextCaseLowercaseIcon.js +1 -1
  445. package/dist/esm/icons/TextCaseTitleIcon.js +1 -1
  446. package/dist/esm/icons/TextCaseUppercaseIcon.js +1 -1
  447. package/dist/esm/icons/TextClearFormattingIcon.js +1 -1
  448. package/dist/esm/icons/TextCollapseIcon.js +1 -1
  449. package/dist/esm/icons/TextColorAccentIcon.js +1 -1
  450. package/dist/esm/icons/TextColorIcon.js +1 -1
  451. package/dist/esm/icons/TextDescriptionIcon.js +1 -1
  452. package/dist/esm/icons/TextEditStyleIcon.js +1 -1
  453. package/dist/esm/icons/TextEffectsIcon.js +1 -1
  454. package/dist/esm/icons/TextExpandIcon.js +1 -1
  455. package/dist/esm/icons/TextFontIcon.js +1 -1
  456. package/dist/esm/icons/TextFontSizeIcon.js +1 -1
  457. package/dist/esm/icons/TextFootnoteIcon.js +1 -1
  458. package/dist/esm/icons/TextHighlightColorAccentIcon.js +1 -1
  459. package/dist/esm/icons/TextHighlightColorIcon.js +1 -1
  460. package/dist/esm/icons/TextIcon.js +1 -1
  461. package/dist/esm/icons/TextIndentDecreaseIcon.js +3 -3
  462. package/dist/esm/icons/TextIndentIncreaseIcon.js +3 -3
  463. package/dist/esm/icons/TextItalicIcon.js +1 -1
  464. package/dist/esm/icons/TextLargeIcon.js +1 -1
  465. package/dist/esm/icons/TextLetterSpacingIcon.js +1 -1
  466. package/dist/esm/icons/TextLineHeightIcon.js +1 -1
  467. package/dist/esm/icons/TextLineSpacingIcon.js +1 -1
  468. package/dist/esm/icons/TextNumberListIcon.js +1 -1
  469. package/dist/esm/icons/TextPositionBottomIcon.js +1 -1
  470. package/dist/esm/icons/TextPositionMiddleIcon.js +1 -1
  471. package/dist/esm/icons/TextPositionTopIcon.js +1 -1
  472. package/dist/esm/icons/TextSmallIcon.js +1 -1
  473. package/dist/esm/icons/TextStrikethroughIcon.js +1 -1
  474. package/dist/esm/icons/TextSubscriptIcon.js +1 -1
  475. package/dist/esm/icons/TextSuperscriptIcon.js +1 -1
  476. package/dist/esm/icons/TextTypographyIcon.js +1 -1
  477. package/dist/esm/icons/TextUnderlineIcon.js +1 -1
  478. package/dist/esm/icons/ThumbsDownIcon.js +1 -1
  479. package/dist/esm/icons/ThumbsUpIcon.js +1 -1
  480. package/dist/esm/icons/TiktokIcon.js +1 -1
  481. package/dist/esm/icons/TimerIcon.js +23 -3
  482. package/dist/esm/icons/TimerOffIcon.js +25 -0
  483. package/dist/esm/icons/ToolboxIcon.js +1 -1
  484. package/dist/esm/icons/TriangleIcon.js +1 -1
  485. package/dist/esm/icons/TuneIcon.js +1 -1
  486. package/dist/esm/icons/TvIcon.js +1 -1
  487. package/dist/esm/icons/TypescriptIcon.js +1 -1
  488. package/dist/esm/icons/UbuntuIcon.js +1 -1
  489. package/dist/esm/icons/VehicleCarIcon.js +1 -1
  490. package/dist/esm/icons/VideoClipIcon.js +2 -2
  491. package/dist/esm/icons/VideoIcon.js +2 -2
  492. package/dist/esm/icons/VisualStudioCodeIcon.js +1 -1
  493. package/dist/esm/icons/VolumeIcon.js +1 -1
  494. package/dist/esm/icons/VolumeLowIcon.js +1 -1
  495. package/dist/esm/icons/VolumeMuteIcon.js +1 -1
  496. package/dist/esm/icons/VuejsIcon.js +1 -1
  497. package/dist/esm/icons/WatchIcon.js +1 -1
  498. package/dist/esm/icons/WeatherCloudyIcon.js +1 -1
  499. package/dist/esm/icons/WebpackIcon.js +1 -1
  500. package/dist/esm/icons/WiFiIcon.js +1 -1
  501. package/dist/esm/icons/WindowAddIcon.js +1 -1
  502. package/dist/esm/icons/WindowIcon.js +1 -1
  503. package/dist/esm/icons/WindowMultipleIcon.js +1 -1
  504. package/dist/esm/icons/WrenchIcon.js +1 -1
  505. package/dist/esm/icons/XTwitterIcon.js +1 -1
  506. package/dist/esm/icons/YoutubeIcon.js +1 -1
  507. package/dist/esm/icons/YoutubeShortsIcon.js +1 -1
  508. package/dist/esm/icons/ZoomInIcon.js +1 -1
  509. package/dist/esm/icons/ZoomOutIcon.js +1 -1
  510. package/dist/esm/icons.js +97 -34
  511. package/dist/esm/proicons.js +97 -34
  512. package/dist/esm/types.js +1 -1
  513. package/dist/esm/utils/createIcon.js +1 -1
  514. package/dist/esm/utils/rename.js +2 -2
  515. package/dist/esm/utils/renderNodes.js +1 -1
  516. package/dist/proicons.d.ts +334 -117
  517. package/dist/umd/proicons.cjs +1050 -501
  518. package/dist/umd/proicons.min.cjs +3 -3
  519. package/package.json +3 -3
  520. package/dist/esm/icons/PhoneAcceptIcon.js +0 -29
  521. package/dist/esm/icons/PhoneHangUpIcon.js +0 -29
@@ -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.4 - 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,6 +55,8 @@ const iconList = [
55
55
  "Airplane",
56
56
  "Airplane Landing",
57
57
  "Airplane Takeoff",
58
+ "Alarm Clock",
59
+ "Album",
58
60
  "Alert Circle",
59
61
  "Alert Rhombus",
60
62
  "Alert Triangle",
@@ -73,7 +75,6 @@ const iconList = [
73
75
  "Apple",
74
76
  "Apps",
75
77
  "Apps Add",
76
- "Apps List",
77
78
  "Arc",
78
79
  "Archive",
79
80
  "Archive Add 2",
@@ -112,7 +113,7 @@ const iconList = [
112
113
  "Backspace",
113
114
  "Badge",
114
115
  "Bank",
115
- "Bar Graph",
116
+ "Bar Chart",
116
117
  "Battery",
117
118
  "Battery Full",
118
119
  "Beach",
@@ -136,7 +137,7 @@ const iconList = [
136
137
  "Bookmark Multiple",
137
138
  "Border All",
138
139
  "Box",
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",
@@ -173,6 +180,7 @@ const iconList = [
173
180
  "Checkbox Checked",
174
181
  "Checkbox Indeterminate",
175
182
  "Checkbox Indeterminate 2",
183
+ "Checkbox List",
176
184
  "Checkbox Unchecked",
177
185
  "Checkmark",
178
186
  "Checkmark Circle",
@@ -236,6 +244,8 @@ const iconList = [
236
244
  "Dollar Circle",
237
245
  "Door",
238
246
  "Door Open",
247
+ "Dot Circle",
248
+ "Dot Square",
239
249
  "Draw Text",
240
250
  "Drop",
241
251
  "Emoji",
@@ -243,6 +253,7 @@ const iconList = [
243
253
  "Emoji Grin",
244
254
  "Emoji Laughter",
245
255
  "Eraser",
256
+ "Exclamation Mark",
246
257
  "Expand",
247
258
  "Extension",
248
259
  "Eye",
@@ -257,6 +268,7 @@ const iconList = [
257
268
  "File Add",
258
269
  "File Multiple",
259
270
  "File Sync",
271
+ "File Text",
260
272
  "Filter",
261
273
  "Filter 2",
262
274
  "Filter Cancel",
@@ -382,15 +394,15 @@ const iconList = [
382
394
  "Person Circle",
383
395
  "Person Multiple",
384
396
  "Phone",
385
- "Phone Accept",
386
- "Phone Hang Up",
387
397
  "Photo",
398
+ "Photo Add",
388
399
  "Photo Filter",
389
400
  "Photo Multiple",
390
401
  "Picture in Picture",
391
402
  "Picture in Picture 2",
392
403
  "Picture in Picture Enter",
393
404
  "Picture in Picture Exit",
405
+ "Pie Chart",
394
406
  "Pin",
395
407
  "Pin Off",
396
408
  "Play",
@@ -411,6 +423,7 @@ const iconList = [
411
423
  "Rhombus",
412
424
  "Ribbon",
413
425
  "Ribbon Star",
426
+ "Road Barrier",
414
427
  "Roblox",
415
428
  "Ruler",
416
429
  "Ruler Diagonal",
@@ -445,6 +458,7 @@ const iconList = [
445
458
  "Split Vertical",
446
459
  "Square",
447
460
  "Square Drag",
461
+ "Square Margins",
448
462
  "Star",
449
463
  "Stroke Thickness",
450
464
  "Subtract",
@@ -458,7 +472,9 @@ const iconList = [
458
472
  "Tablet",
459
473
  "Tag",
460
474
  "Tag Accent",
475
+ "Tag Add",
461
476
  "Tag Multiple",
477
+ "Tag Remove",
462
478
  "Target",
463
479
  "Task List",
464
480
  "Terminal",
@@ -469,10 +485,6 @@ const iconList = [
469
485
  "Text Align Left",
470
486
  "Text Align Right",
471
487
  "Text Bold",
472
- "Text Bullet List",
473
- "Text Bullet List Square",
474
- "Text Bullet List Square Add",
475
- "Text Bullet List Tree",
476
488
  "Text Case Lowercase",
477
489
  "Text Case Title",
478
490
  "Text Case Uppercase",
@@ -510,6 +522,7 @@ const iconList = [
510
522
  "Thumbs Up",
511
523
  "TikTok",
512
524
  "Timer",
525
+ "Timer Off",
513
526
  "Toolbox",
514
527
  "Triangle",
515
528
  "Tune",
@@ -538,7 +551,7 @@ const iconList = [
538
551
  "Zoom Out"
539
552
  ];
540
553
  function format(str) {
541
- return str.replace(/[-_()\.\\\/+!@#$%^&*\[\]]/g, " ").replace(/\s\s+/g, " ").replace(/^\s+|\s+$/g, "");
554
+ return str.replace(/[^\w ]|^\d+/g, " ").replace(/\s+/g, " ").trim();
542
555
  }
543
556
  function camelCase(str) {
544
557
  return format(str).split(" ").map(
@@ -948,6 +961,83 @@ const AirplaneIcon = createIcon(
948
961
  ]
949
962
  ]
950
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
+ );
951
1041
  const AlertCircleIcon = createIcon(
952
1042
  { name: "Alert Circle", tags: ["Warning"], category: "Status", deprecated: false },
953
1043
  [
@@ -1661,89 +1751,6 @@ const AppsAddIcon = createIcon(
1661
1751
  ]
1662
1752
  ]
1663
1753
  );
1664
- const AppsListIcon = createIcon(
1665
- { name: "Apps List", tags: [""], category: "Organization", deprecated: false },
1666
- [
1667
- [
1668
- "path",
1669
- {
1670
- stroke: "currentColor",
1671
- "stroke-linecap": "round",
1672
- "stroke-linejoin": "round",
1673
- "stroke-width": "1.5",
1674
- d: "M10.25 4.5h11"
1675
- },
1676
- []
1677
- ],
1678
- [
1679
- "rect",
1680
- {
1681
- width: "3.5",
1682
- height: "3.5",
1683
- x: "2.75",
1684
- y: "2.75",
1685
- stroke: "currentColor",
1686
- "stroke-linecap": "round",
1687
- "stroke-linejoin": "round",
1688
- "stroke-width": "1.5",
1689
- rx: "1.2"
1690
- },
1691
- []
1692
- ],
1693
- [
1694
- "path",
1695
- {
1696
- stroke: "currentColor",
1697
- "stroke-linecap": "round",
1698
- "stroke-linejoin": "round",
1699
- "stroke-width": "1.5",
1700
- d: "M10.25 12h11"
1701
- },
1702
- []
1703
- ],
1704
- [
1705
- "rect",
1706
- {
1707
- width: "3.5",
1708
- height: "3.5",
1709
- x: "2.75",
1710
- y: "10.25",
1711
- stroke: "currentColor",
1712
- "stroke-linecap": "round",
1713
- "stroke-linejoin": "round",
1714
- "stroke-width": "1.5",
1715
- rx: "1.2"
1716
- },
1717
- []
1718
- ],
1719
- [
1720
- "path",
1721
- {
1722
- stroke: "currentColor",
1723
- "stroke-linecap": "round",
1724
- "stroke-linejoin": "round",
1725
- "stroke-width": "1.5",
1726
- d: "M10.25 19.5h11"
1727
- },
1728
- []
1729
- ],
1730
- [
1731
- "rect",
1732
- {
1733
- width: "3.5",
1734
- height: "3.5",
1735
- x: "2.75",
1736
- y: "17.75",
1737
- stroke: "currentColor",
1738
- "stroke-linecap": "round",
1739
- "stroke-linejoin": "round",
1740
- "stroke-width": "1.5",
1741
- rx: "1.2"
1742
- },
1743
- []
1744
- ]
1745
- ]
1746
- );
1747
1754
  const AppsIcon = createIcon(
1748
1755
  {
1749
1756
  name: "Apps",
@@ -1837,21 +1844,21 @@ const ArchiveAdd2Icon = createIcon(
1837
1844
  [
1838
1845
  "path",
1839
1846
  {
1840
- stroke: "currentColor",
1841
- "stroke-linecap": "round",
1842
- "stroke-linejoin": "round",
1843
- "stroke-width": "1.5",
1844
- 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"
1845
1851
  },
1846
1852
  []
1847
1853
  ],
1848
1854
  [
1849
1855
  "path",
1850
1856
  {
1851
- fill: "currentColor",
1852
- "fill-rule": "evenodd",
1853
- 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",
1854
- "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"
1855
1862
  },
1856
1863
  []
1857
1864
  ]
@@ -1867,7 +1874,7 @@ const ArchiveIcon = createIcon(
1867
1874
  "stroke-linecap": "round",
1868
1875
  "stroke-linejoin": "round",
1869
1876
  "stroke-width": "1.5",
1870
- 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"
1871
1878
  },
1872
1879
  []
1873
1880
  ]
@@ -2529,11 +2536,11 @@ const BankIcon = createIcon(
2529
2536
  ]
2530
2537
  ]
2531
2538
  );
2532
- const BarGraphIcon = createIcon(
2539
+ const BarChartIcon = createIcon(
2533
2540
  {
2534
- name: "Bar Graph",
2541
+ name: "Bar Chart",
2535
2542
  tags: ["Stats", "Statistics", "Data", "Graph", "Chart"],
2536
- category: "Layout",
2543
+ category: "Math & Numbers",
2537
2544
  deprecated: false
2538
2545
  },
2539
2546
  [
@@ -2544,49 +2551,14 @@ const BarGraphIcon = createIcon(
2544
2551
  "stroke-linecap": "round",
2545
2552
  "stroke-linejoin": "round",
2546
2553
  "stroke-width": "1.5",
2547
- d: "M2.75 21h18.5"
2548
- },
2549
- []
2550
- ],
2551
- [
2552
- "rect",
2553
- {
2554
- width: "6",
2555
- height: "10",
2556
- x: "4",
2557
- y: "7.5",
2558
- stroke: "currentColor",
2559
- "stroke-linecap": "round",
2560
- "stroke-linejoin": "round",
2561
- "stroke-width": "1.5",
2562
- rx: "2"
2563
- },
2564
- []
2565
- ],
2566
- [
2567
- "rect",
2568
- {
2569
- width: "6",
2570
- height: "15",
2571
- x: "14",
2572
- y: "2.5",
2573
- stroke: "currentColor",
2574
- "stroke-linecap": "round",
2575
- "stroke-linejoin": "round",
2576
- "stroke-width": "1.5",
2577
- 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"
2578
2555
  },
2579
2556
  []
2580
2557
  ]
2581
2558
  ]
2582
2559
  );
2583
2560
  const BatteryFullIcon = createIcon(
2584
- {
2585
- name: "Battery Full",
2586
- tags: [""],
2587
- category: "System & Interface",
2588
- deprecated: false
2589
- },
2561
+ { name: "Battery Full", tags: [""], category: "Technology", deprecated: false },
2590
2562
  [
2591
2563
  [
2592
2564
  "rect",
@@ -2629,7 +2601,7 @@ const BatteryFullIcon = createIcon(
2629
2601
  ]
2630
2602
  );
2631
2603
  const BatteryIcon = createIcon(
2632
- { name: "Battery", tags: [""], category: "System & Interface", deprecated: false },
2604
+ { name: "Battery", tags: [""], category: "Technology", deprecated: false },
2633
2605
  [
2634
2606
  [
2635
2607
  "rect",
@@ -3199,32 +3171,32 @@ const BorderAllIcon = createIcon(
3199
3171
  ]
3200
3172
  ]
3201
3173
  );
3202
- const BoxMarginsIcon = createIcon(
3203
- { name: "Box Margins", tags: [""], category: "Layout", deprecated: false },
3174
+ const BoxAddIcon = createIcon(
3175
+ {
3176
+ name: "Box Add",
3177
+ tags: ["Package", "Amazon", "Delivery"],
3178
+ category: "Objects",
3179
+ deprecated: false
3180
+ },
3204
3181
  [
3205
3182
  [
3206
- "rect",
3183
+ "path",
3207
3184
  {
3208
- width: "16.5",
3209
- height: "16.5",
3210
- x: "3.75",
3211
- y: "3.75",
3212
3185
  stroke: "currentColor",
3213
3186
  "stroke-linecap": "round",
3214
3187
  "stroke-linejoin": "round",
3215
3188
  "stroke-width": "1.5",
3216
- rx: "3"
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"
3217
3190
  },
3218
3191
  []
3219
3192
  ],
3220
3193
  [
3221
3194
  "path",
3222
3195
  {
3223
- stroke: "currentColor",
3224
- "stroke-linecap": "round",
3225
- "stroke-linejoin": "round",
3226
- "stroke-width": "1.5",
3227
- d: "M7.75 3.75v16.5m8.5 0V3.75m-12.5 4h16.5m0 8.5H3.75"
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"
3228
3200
  },
3229
3201
  []
3230
3202
  ]
@@ -3234,7 +3206,7 @@ const BoxIcon = createIcon(
3234
3206
  {
3235
3207
  name: "Box",
3236
3208
  tags: ["Package", "Amazon", "Delivery"],
3237
- category: "Activities",
3209
+ category: "Objects",
3238
3210
  deprecated: false
3239
3211
  },
3240
3212
  [
@@ -3553,65 +3525,246 @@ const BuildingMultipleIcon = createIcon(
3553
3525
  ["circle", { cx: "10.75", cy: "16.5", r: "1", fill: "currentColor" }, []]
3554
3526
  ]
3555
3527
  );
3556
- const ButtonIcon = createIcon(
3557
- { name: "Button", tags: ["UI"], category: "System & Interface", deprecated: false },
3528
+ const BulletListSquareAddIcon = createIcon(
3529
+ { name: "Bullet List Square Add", tags: [""], category: "Text", deprecated: false },
3558
3530
  [
3531
+ ["circle", { cx: "7.877", cy: "8.25", r: "1", fill: "currentColor" }, []],
3559
3532
  [
3560
- "rect",
3533
+ "path",
3561
3534
  {
3562
- width: "18.5",
3563
- height: "11",
3564
- x: "2.75",
3565
- y: "6.5",
3566
3535
  stroke: "currentColor",
3567
3536
  "stroke-linecap": "round",
3568
- "stroke-linejoin": "round",
3569
3537
  "stroke-width": "1.5",
3570
- rx: "4"
3538
+ d: "M11.062 8.25h5.31"
3571
3539
  },
3572
3540
  []
3573
3541
  ],
3542
+ ["circle", { cx: "7.877", cy: "12", r: "1", fill: "currentColor" }, []],
3574
3543
  [
3575
3544
  "path",
3576
3545
  {
3577
3546
  stroke: "currentColor",
3578
3547
  "stroke-linecap": "round",
3579
- "stroke-linejoin": "round",
3580
3548
  "stroke-width": "1.5",
3581
- d: "M7 12h10"
3549
+ d: "M11.062 12h1.31"
3582
3550
  },
3583
3551
  []
3584
- ]
3585
- ]
3586
- );
3587
- const CakeIcon = createIcon(
3588
- {
3589
- name: "Cake",
3590
- tags: ["Birthday", "Party"],
3591
- category: "Food & Drink",
3592
- deprecated: false
3593
- },
3594
- [
3552
+ ],
3553
+ ["circle", { cx: "7.877", cy: "15.75", r: "1", fill: "currentColor" }, []],
3595
3554
  [
3596
3555
  "path",
3597
3556
  {
3598
3557
  stroke: "currentColor",
3599
3558
  "stroke-linecap": "round",
3600
- "stroke-linejoin": "round",
3601
3559
  "stroke-width": "1.5",
3602
- d: "M4.25 13.25a2.5 2.5 0 0 1 2.5-2.5h10.5a2.5 2.5 0 0 1 2.5 2.5v8H4.25z"
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"
3603
3561
  },
3604
3562
  []
3605
3563
  ],
3606
3564
  [
3607
3565
  "path",
3608
3566
  {
3609
- stroke: "currentColor",
3610
- "stroke-linecap": "round",
3611
- "stroke-linejoin": "round",
3612
- "stroke-width": "1.5",
3613
- d: "m4.25 14.87 2.249 1.45a3 3 0 0 0 3.252 0l.623-.4a3 3 0 0 1 3.252 0l.623.4a3 3 0 0 0 3.252 0l2.249-1.45m1.5 6.375H2.75M12 2.75l1.414 1.414a2 2 0 1 1-2.828 0zm0 4.83v3.17"
3614
- },
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
+ );
3709
+ const ButtonIcon = createIcon(
3710
+ { name: "Button", tags: ["UI"], category: "System & Interface", deprecated: false },
3711
+ [
3712
+ [
3713
+ "rect",
3714
+ {
3715
+ width: "18.5",
3716
+ height: "11",
3717
+ x: "2.75",
3718
+ y: "6.5",
3719
+ stroke: "currentColor",
3720
+ "stroke-linecap": "round",
3721
+ "stroke-linejoin": "round",
3722
+ "stroke-width": "1.5",
3723
+ rx: "4"
3724
+ },
3725
+ []
3726
+ ],
3727
+ [
3728
+ "path",
3729
+ {
3730
+ stroke: "currentColor",
3731
+ "stroke-linecap": "round",
3732
+ "stroke-linejoin": "round",
3733
+ "stroke-width": "1.5",
3734
+ d: "M7 12h10"
3735
+ },
3736
+ []
3737
+ ]
3738
+ ]
3739
+ );
3740
+ const CakeIcon = createIcon(
3741
+ {
3742
+ name: "Cake",
3743
+ tags: ["Birthday", "Party"],
3744
+ category: "Food & Drink",
3745
+ deprecated: false
3746
+ },
3747
+ [
3748
+ [
3749
+ "path",
3750
+ {
3751
+ stroke: "currentColor",
3752
+ "stroke-linecap": "round",
3753
+ "stroke-linejoin": "round",
3754
+ "stroke-width": "1.5",
3755
+ d: "M4.25 13.25a2.5 2.5 0 0 1 2.5-2.5h10.5a2.5 2.5 0 0 1 2.5 2.5v8H4.25z"
3756
+ },
3757
+ []
3758
+ ],
3759
+ [
3760
+ "path",
3761
+ {
3762
+ stroke: "currentColor",
3763
+ "stroke-linecap": "round",
3764
+ "stroke-linejoin": "round",
3765
+ "stroke-width": "1.5",
3766
+ d: "m4.25 14.87 2.249 1.45a3 3 0 0 0 3.252 0l.623-.4a3 3 0 0 1 3.252 0l.623.4a3 3 0 0 0 3.252 0l2.249-1.45m1.5 6.375H2.75M12 2.75l1.414 1.414a2 2 0 1 1-2.828 0zm0 4.83v3.17"
3767
+ },
3615
3768
  []
3616
3769
  ]
3617
3770
  ]
@@ -3678,6 +3831,46 @@ const CalendarIcon = createIcon(
3678
3831
  ]
3679
3832
  ]
3680
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
+ );
3681
3874
  const CalligraphyPenIcon = createIcon(
3682
3875
  {
3683
3876
  name: "Calligraphy Pen",
@@ -4158,6 +4351,89 @@ const CheckboxIndeterminateIcon = createIcon(
4158
4351
  ]
4159
4352
  ]
4160
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
+ );
4161
4437
  const CheckboxUncheckedIcon = createIcon(
4162
4438
  {
4163
4439
  name: "Checkbox Unchecked",
@@ -4562,7 +4838,7 @@ const ClosedCaptionsIcon = createIcon(
4562
4838
  const CloudAddIcon = createIcon(
4563
4839
  {
4564
4840
  name: "Cloud Add",
4565
- tags: [""],
4841
+ tags: ["Drive", "Internet", "Storage", "OneDrive", "Upload"],
4566
4842
  category: "Communication & Cloud",
4567
4843
  deprecated: false
4568
4844
  },
@@ -4593,7 +4869,7 @@ const CloudAddIcon = createIcon(
4593
4869
  const CloudArrowDownIcon = createIcon(
4594
4870
  {
4595
4871
  name: "Cloud Arrow Down",
4596
- tags: [""],
4872
+ tags: ["Drive", "Internet", "Storage", "OneDrive", "Download", "Restore"],
4597
4873
  category: "Communication & Cloud",
4598
4874
  deprecated: false
4599
4875
  },
@@ -4624,7 +4900,15 @@ const CloudArrowDownIcon = createIcon(
4624
4900
  const CloudArrowUpIcon = createIcon(
4625
4901
  {
4626
4902
  name: "Cloud Arrow Up",
4627
- tags: [""],
4903
+ tags: [
4904
+ "Drive",
4905
+ "Internet",
4906
+ "Storage",
4907
+ "OneDrive",
4908
+ "Upload",
4909
+ "Synchronize",
4910
+ "Backup"
4911
+ ],
4628
4912
  category: "Communication & Cloud",
4629
4913
  deprecated: false
4630
4914
  },
@@ -4660,6 +4944,16 @@ const CloudOffIcon = createIcon(
4660
4944
  deprecated: false
4661
4945
  },
4662
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
+ ],
4663
4957
  [
4664
4958
  "path",
4665
4959
  {
@@ -4667,14 +4961,19 @@ const CloudOffIcon = createIcon(
4667
4961
  "stroke-linecap": "round",
4668
4962
  "stroke-linejoin": "round",
4669
4963
  "stroke-width": "1.5",
4670
- d: "m3.282 21.782 18.5-18.5m-4.531 4.53c.64.9 1.017 2 1.017 3.188 0 .3.21.563.497.65a3.502 3.502 0 0 1-1.015 6.85H7.375q-.09 0-.178-.005a4 4 0 0 1-.614-.015m-2.625-1.262A4.25 4.25 0 0 1 7 10a.445.445 0 0 0 .431-.334 5.502 5.502 0 0 1 7.539-3.708"
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"
4671
4965
  },
4672
4966
  []
4673
4967
  ]
4674
4968
  ]
4675
4969
  );
4676
4970
  const CloudIcon = createIcon(
4677
- { 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
+ },
4678
4977
  [
4679
4978
  [
4680
4979
  "path",
@@ -4998,7 +5297,7 @@ const ComponentIcon = createIcon(
4998
5297
  {
4999
5298
  name: "Component",
5000
5299
  tags: ["Symbol", "Figma", "Sketch", "Icon", "Asset"],
5001
- category: "Places & Transportation",
5300
+ category: "Design",
5002
5301
  deprecated: false
5003
5302
  },
5004
5303
  [
@@ -5664,7 +5963,7 @@ const DeleteIcon = createIcon(
5664
5963
  ]
5665
5964
  );
5666
5965
  const DiamondIcon = createIcon(
5667
- { name: "Diamond", tags: ["Premium", "Pro"], category: "Objects", deprecated: false },
5966
+ { name: "Diamond", tags: ["Premium", "Pro"], category: "Nature", deprecated: false },
5668
5967
  [
5669
5968
  [
5670
5969
  "path",
@@ -5886,6 +6185,46 @@ const DoorIcon = createIcon(
5886
6185
  ["circle", { cx: "15.25", cy: "12.5", r: "1.5", fill: "currentColor" }, []]
5887
6186
  ]
5888
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
+ );
5889
6228
  const DrawTextIcon = createIcon(
5890
6229
  { name: "Draw Text", tags: [""], category: "Text", deprecated: false },
5891
6230
  [
@@ -6088,6 +6427,22 @@ const EraserIcon = createIcon(
6088
6427
  ]
6089
6428
  ]
6090
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
+ );
6091
6446
  const ExpandIcon = createIcon(
6092
6447
  { name: "Expand", tags: [""], category: "Window", deprecated: false },
6093
6448
  [
@@ -6128,7 +6483,7 @@ const ExtensionIcon = createIcon(
6128
6483
  const EyeOffIcon = createIcon(
6129
6484
  {
6130
6485
  name: "Eye Off",
6131
- tags: ["Invisible", "Hidden", "Hide"],
6486
+ tags: ["Invisible", "Hidden"],
6132
6487
  category: "Actions",
6133
6488
  deprecated: false
6134
6489
  },
@@ -6138,9 +6493,29 @@ const EyeOffIcon = createIcon(
6138
6493
  {
6139
6494
  stroke: "currentColor",
6140
6495
  "stroke-linecap": "round",
6141
- "stroke-linejoin": "round",
6142
6496
  "stroke-width": "1.5",
6143
- 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"
6144
6519
  },
6145
6520
  []
6146
6521
  ]
@@ -6192,8 +6567,8 @@ const EyedropperColorAccentIcon = createIcon(
6192
6567
  const EyedropperColorIcon = createIcon(
6193
6568
  {
6194
6569
  name: "Eyedropper Color",
6195
- tags: ["Eyedropper 2"],
6196
- category: "Objects",
6570
+ tags: ["Eyedropper 2", "Filled", "Full", "Color Picker"],
6571
+ category: "Design",
6197
6572
  deprecated: false
6198
6573
  },
6199
6574
  [
@@ -6211,7 +6586,12 @@ const EyedropperColorIcon = createIcon(
6211
6586
  ]
6212
6587
  );
6213
6588
  const EyedropperIcon = createIcon(
6214
- { name: "Eyedropper", tags: ["Color"], category: "Objects", deprecated: false },
6589
+ {
6590
+ name: "Eyedropper",
6591
+ tags: ["Color", "Color Picker"],
6592
+ category: "Design",
6593
+ deprecated: false
6594
+ },
6215
6595
  [
6216
6596
  [
6217
6597
  "path",
@@ -6420,6 +6800,32 @@ const FileSyncIcon = createIcon(
6420
6800
  ]
6421
6801
  ]
6422
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
+ );
6423
6829
  const FileIcon = createIcon(
6424
6830
  { name: "File", tags: [""], category: "Files", deprecated: false },
6425
6831
  [
@@ -6532,7 +6938,7 @@ const Flag2Icon = createIcon(
6532
6938
  "Waving",
6533
6939
  "Wave"
6534
6940
  ],
6535
- category: "Objects",
6941
+ category: "Places & Transportation",
6536
6942
  deprecated: false
6537
6943
  },
6538
6944
  [
@@ -6553,7 +6959,7 @@ const FlagIcon = createIcon(
6553
6959
  {
6554
6960
  name: "Flag",
6555
6961
  tags: ["Report", "Checkpoint", "Flagged", "Font Awesome"],
6556
- category: "Objects",
6962
+ category: "Places & Transportation",
6557
6963
  deprecated: false
6558
6964
  },
6559
6965
  [
@@ -6730,7 +7136,7 @@ const FolderAddIcon = createIcon(
6730
7136
  "stroke-linecap": "round",
6731
7137
  "stroke-linejoin": "round",
6732
7138
  "stroke-width": "1.5",
6733
- 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"
6734
7140
  },
6735
7141
  []
6736
7142
  ]
@@ -7032,7 +7438,12 @@ const GoogleIcon = createIcon(
7032
7438
  ]
7033
7439
  );
7034
7440
  const GraphIcon = createIcon(
7035
- { 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
+ },
7036
7447
  [
7037
7448
  [
7038
7449
  "path",
@@ -7273,11 +7684,21 @@ const HatGraduationIcon = createIcon(
7273
7684
  const HeadphonesOffIcon = createIcon(
7274
7685
  { name: "Headphones Off", tags: ["Audio"], category: "Media", deprecated: false },
7275
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
+ ],
7276
7697
  [
7277
7698
  "path",
7278
7699
  {
7279
7700
  fill: "currentColor",
7280
- 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"
7281
7702
  },
7282
7703
  []
7283
7704
  ],
@@ -7288,7 +7709,7 @@ const HeadphonesOffIcon = createIcon(
7288
7709
  "stroke-linecap": "round",
7289
7710
  "stroke-linejoin": "round",
7290
7711
  "stroke-width": "1.5",
7291
- 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"
7292
7713
  },
7293
7714
  []
7294
7715
  ]
@@ -7416,7 +7837,7 @@ const HistoryIcon = createIcon(
7416
7837
  "stroke-linecap": "round",
7417
7838
  "stroke-linejoin": "round",
7418
7839
  "stroke-width": "1.5",
7419
- 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"
7420
7841
  },
7421
7842
  []
7422
7843
  ],
@@ -7427,7 +7848,7 @@ const HistoryIcon = createIcon(
7427
7848
  "stroke-linecap": "round",
7428
7849
  "stroke-linejoin": "round",
7429
7850
  "stroke-width": "1.5",
7430
- 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"
7431
7852
  },
7432
7853
  []
7433
7854
  ]
@@ -7965,7 +8386,7 @@ const LineDiagonalIcon = createIcon(
7965
8386
  ]
7966
8387
  );
7967
8388
  const LinkIcon = createIcon(
7968
- { name: "Link", tags: ["URL", "Attachment"], category: "Objects", deprecated: false },
8389
+ { name: "Link", tags: ["URL", "Attachment"], category: "Text", deprecated: false },
7969
8390
  [
7970
8391
  [
7971
8392
  "path",
@@ -8355,22 +8776,29 @@ const MenuIcon = createIcon(
8355
8776
  const MicrophoneOffIcon = createIcon(
8356
8777
  { name: "Microphone Off", tags: ["Mute"], category: "Media", deprecated: false },
8357
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
+ ],
8358
8789
  [
8359
8790
  "path",
8360
8791
  {
8361
8792
  fill: "currentColor",
8362
- 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"
8363
8794
  },
8364
8795
  []
8365
8796
  ],
8366
8797
  [
8367
8798
  "path",
8368
8799
  {
8369
- stroke: "currentColor",
8370
- "stroke-linecap": "round",
8371
- "stroke-linejoin": "round",
8372
- "stroke-width": "1.5",
8373
- 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"
8374
8802
  },
8375
8803
  []
8376
8804
  ]
@@ -8641,12 +9069,7 @@ const MusicNoteIcon = createIcon(
8641
9069
  ]
8642
9070
  );
8643
9071
  const NarratorIcon = createIcon(
8644
- {
8645
- name: "Narrator",
8646
- tags: [""],
8647
- category: "Communication & Cloud",
8648
- deprecated: false
8649
- },
9072
+ { name: "Narrator", tags: [""], category: "System & Interface", deprecated: false },
8650
9073
  [
8651
9074
  [
8652
9075
  "path",
@@ -9418,75 +9841,69 @@ const PersonIcon = createIcon(
9418
9841
  ]
9419
9842
  ]
9420
9843
  );
9421
- const PhoneAcceptIcon = createIcon(
9844
+ const PhoneIcon = createIcon(
9422
9845
  {
9423
- name: "Phone Accept",
9424
- tags: [""],
9425
- category: "Communication & Cloud",
9846
+ name: "Phone",
9847
+ tags: ["iPhone", "Samsung Galaxy", "Mobile", "Android", "iOS", "Smartphone"],
9848
+ category: "Technology",
9426
9849
  deprecated: false
9427
9850
  },
9428
9851
  [
9429
9852
  [
9430
- "path",
9853
+ "rect",
9431
9854
  {
9855
+ width: "12.5",
9856
+ height: "18.5",
9857
+ x: "5.75",
9858
+ y: "2.75",
9432
9859
  stroke: "currentColor",
9860
+ "stroke-linecap": "round",
9861
+ "stroke-linejoin": "round",
9433
9862
  "stroke-width": "1.5",
9434
- 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"
9435
9864
  },
9436
9865
  []
9437
- ]
9438
- ]
9439
- );
9440
- const PhoneHangUpIcon = createIcon(
9441
- {
9442
- name: "Phone Hang Up",
9443
- tags: [""],
9444
- category: "Communication & Cloud",
9445
- deprecated: false
9446
- },
9447
- [
9866
+ ],
9448
9867
  [
9449
9868
  "path",
9450
9869
  {
9451
9870
  stroke: "currentColor",
9871
+ "stroke-linecap": "round",
9872
+ "stroke-linejoin": "round",
9452
9873
  "stroke-width": "1.5",
9453
- 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"
9454
9875
  },
9455
9876
  []
9456
9877
  ]
9457
9878
  ]
9458
9879
  );
9459
- const PhoneIcon = createIcon(
9880
+ const PhotoAddIcon = createIcon(
9460
9881
  {
9461
- name: "Phone",
9462
- tags: ["iPhone", "Samsung Galaxy", "Mobile", "Android", "iOS", "Smartphone"],
9463
- category: "Technology",
9882
+ name: "Photo Add",
9883
+ tags: ["Image", "Picture"],
9884
+ category: "Files",
9464
9885
  deprecated: false
9465
9886
  },
9466
9887
  [
9888
+ ["circle", { cx: "15.091", cy: "8.909", r: "1.5", fill: "currentColor" }, []],
9467
9889
  [
9468
- "rect",
9890
+ "path",
9469
9891
  {
9470
- width: "12.5",
9471
- height: "18.5",
9472
- x: "5.75",
9473
- y: "2.75",
9474
9892
  stroke: "currentColor",
9475
9893
  "stroke-linecap": "round",
9476
9894
  "stroke-linejoin": "round",
9477
9895
  "stroke-width": "1.5",
9478
- 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"
9479
9897
  },
9480
9898
  []
9481
9899
  ],
9482
9900
  [
9483
9901
  "path",
9484
9902
  {
9485
- stroke: "currentColor",
9486
- "stroke-linecap": "round",
9487
- "stroke-linejoin": "round",
9488
- "stroke-width": "1.5",
9489
- 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"
9490
9907
  },
9491
9908
  []
9492
9909
  ]
@@ -9496,7 +9913,7 @@ const PhotoFilterIcon = createIcon(
9496
9913
  {
9497
9914
  name: "Photo Filter",
9498
9915
  tags: ["Color Filter", "Tint"],
9499
- category: "Activities",
9916
+ category: "Design",
9500
9917
  deprecated: false
9501
9918
  },
9502
9919
  [
@@ -9729,6 +10146,46 @@ const PictureInPictureIcon = createIcon(
9729
10146
  ]
9730
10147
  ]
9731
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
+ );
9732
10189
  const PinOffIcon = createIcon(
9733
10190
  { name: "Pin Off", tags: ["Unpin"], category: "Objects", deprecated: false },
9734
10191
  [
@@ -9739,7 +10196,17 @@ const PinOffIcon = createIcon(
9739
10196
  "stroke-linecap": "round",
9740
10197
  "stroke-linejoin": "round",
9741
10198
  "stroke-width": "1.5",
9742
- 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"
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",
10208
+ "stroke-width": "1.5",
10209
+ d: "M21.25 21.25 2.75 2.75"
9743
10210
  },
9744
10211
  []
9745
10212
  ]
@@ -9865,7 +10332,7 @@ const PythonIcon = createIcon(
9865
10332
  ]
9866
10333
  );
9867
10334
  const QrCodeIcon = createIcon(
9868
- { name: "QR Code", tags: [""], category: "Files", deprecated: false },
10335
+ { name: "QR Code", tags: [""], category: "Media", deprecated: false },
9869
10336
  [
9870
10337
  [
9871
10338
  "rect",
@@ -10310,6 +10777,44 @@ const RibbonIcon = createIcon(
10310
10777
  ]
10311
10778
  ]
10312
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
+ );
10313
10818
  const RobloxIcon = createIcon(
10314
10819
  {
10315
10820
  name: "Roblox",
@@ -11135,6 +11640,37 @@ const SquareDragIcon = createIcon(
11135
11640
  ]
11136
11641
  ]
11137
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
+ );
11138
11674
  const SquareIcon = createIcon(
11139
11675
  { name: "Square", tags: [""], category: "Shapes", deprecated: false },
11140
11676
  [
@@ -11471,7 +12007,44 @@ const TagAccentIcon = createIcon(
11471
12007
  "path",
11472
12008
  {
11473
12009
  fill: "currentColor",
11474
- d: "M20.162 10.925 13.716 4.48a2.5 2.5 0 0 0-1.767-.732h-5.2a3 3 0 0 0-3 3v5.2a2.5 2.5 0 0 0 .731 1.768l6.445 6.446a4 4 0 0 0 5.657 0l3.58-3.58a4 4 0 0 0 0-5.657"
12010
+ d: "M20.162 10.925 13.716 4.48a2.5 2.5 0 0 0-1.767-.732h-5.2a3 3 0 0 0-3 3v5.2a2.5 2.5 0 0 0 .731 1.768l6.445 6.446a4 4 0 0 0 5.657 0l3.58-3.58a4 4 0 0 0 0-5.657"
12011
+ },
12012
+ []
12013
+ ]
12014
+ ]
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"
11475
12048
  },
11476
12049
  []
11477
12050
  ]
@@ -11512,6 +12085,43 @@ const TagMultipleIcon = createIcon(
11512
12085
  ]
11513
12086
  ]
11514
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"
12120
+ },
12121
+ []
12122
+ ]
12123
+ ]
12124
+ );
11515
12125
  const TagIcon = createIcon(
11516
12126
  { name: "Tag", tags: ["Label"], category: "Organization", deprecated: false },
11517
12127
  [
@@ -11543,7 +12153,7 @@ const TargetIcon = createIcon(
11543
12153
  {
11544
12154
  name: "Target",
11545
12155
  tags: ["Bullseye", "Store"],
11546
- category: "Miscellaneous",
12156
+ category: "Activities",
11547
12157
  deprecated: false
11548
12158
  },
11549
12159
  [
@@ -11729,202 +12339,6 @@ const TextBoldIcon = createIcon(
11729
12339
  ]
11730
12340
  ]
11731
12341
  );
11732
- const TextBulletListSquareAddIcon = createIcon(
11733
- {
11734
- name: "Text Bullet List Square Add",
11735
- tags: [""],
11736
- category: "Organization",
11737
- deprecated: false
11738
- },
11739
- [
11740
- ["circle", { cx: "7.877", cy: "8.25", r: "1", fill: "currentColor" }, []],
11741
- [
11742
- "path",
11743
- {
11744
- stroke: "currentColor",
11745
- "stroke-linecap": "round",
11746
- "stroke-width": "1.5",
11747
- d: "M11.062 8.25h5.31"
11748
- },
11749
- []
11750
- ],
11751
- ["circle", { cx: "7.877", cy: "12", r: "1", fill: "currentColor" }, []],
11752
- [
11753
- "path",
11754
- {
11755
- stroke: "currentColor",
11756
- "stroke-linecap": "round",
11757
- "stroke-width": "1.5",
11758
- d: "M11.062 12h1.31"
11759
- },
11760
- []
11761
- ],
11762
- ["circle", { cx: "7.877", cy: "15.75", r: "1", fill: "currentColor" }, []],
11763
- [
11764
- "path",
11765
- {
11766
- stroke: "currentColor",
11767
- "stroke-linecap": "round",
11768
- "stroke-width": "1.5",
11769
- 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"
11770
- },
11771
- []
11772
- ],
11773
- [
11774
- "path",
11775
- {
11776
- fill: "currentColor",
11777
- "fill-rule": "evenodd",
11778
- 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",
11779
- "clip-rule": "evenodd"
11780
- },
11781
- []
11782
- ]
11783
- ]
11784
- );
11785
- const TextBulletListSquareIcon = createIcon(
11786
- {
11787
- name: "Text Bullet List Square",
11788
- tags: [""],
11789
- category: "Organization",
11790
- deprecated: false
11791
- },
11792
- [
11793
- ["circle", { cx: "7.877", cy: "8.25", r: "1", fill: "currentColor" }, []],
11794
- [
11795
- "path",
11796
- {
11797
- stroke: "currentColor",
11798
- "stroke-linecap": "round",
11799
- "stroke-width": "1.5",
11800
- d: "M11.062 8.25h5.31"
11801
- },
11802
- []
11803
- ],
11804
- ["circle", { cx: "7.877", cy: "12", r: "1", fill: "currentColor" }, []],
11805
- [
11806
- "path",
11807
- {
11808
- stroke: "currentColor",
11809
- "stroke-linecap": "round",
11810
- "stroke-width": "1.5",
11811
- d: "M11.062 12h5.31"
11812
- },
11813
- []
11814
- ],
11815
- ["circle", { cx: "7.877", cy: "15.75", r: "1", fill: "currentColor" }, []],
11816
- [
11817
- "path",
11818
- {
11819
- stroke: "currentColor",
11820
- "stroke-linecap": "round",
11821
- "stroke-width": "1.5",
11822
- d: "M11.062 15.75h5.31"
11823
- },
11824
- []
11825
- ],
11826
- [
11827
- "rect",
11828
- {
11829
- width: "16.5",
11830
- height: "16.5",
11831
- x: "3.75",
11832
- y: "3.75",
11833
- stroke: "currentColor",
11834
- "stroke-width": "1.5",
11835
- rx: "4"
11836
- },
11837
- []
11838
- ]
11839
- ]
11840
- );
11841
- const TextBulletListTreeIcon = createIcon(
11842
- {
11843
- name: "Text Bullet List Tree",
11844
- tags: [""],
11845
- category: "Organization",
11846
- deprecated: false
11847
- },
11848
- [
11849
- ["circle", { cx: "4.443", cy: "5.081", r: "1.331", fill: "currentColor" }, []],
11850
- [
11851
- "path",
11852
- {
11853
- stroke: "currentColor",
11854
- "stroke-linecap": "round",
11855
- "stroke-linejoin": "round",
11856
- "stroke-width": "1.5",
11857
- d: "M9.123 5.08h11.765"
11858
- },
11859
- []
11860
- ],
11861
- ["circle", { cx: "4.443", cy: "12", r: "1.331", fill: "currentColor" }, []],
11862
- [
11863
- "path",
11864
- {
11865
- stroke: "currentColor",
11866
- "stroke-linecap": "round",
11867
- "stroke-linejoin": "round",
11868
- "stroke-width": "1.5",
11869
- d: "M9.123 12h11.765"
11870
- },
11871
- []
11872
- ],
11873
- ["circle", { cx: "9.701", cy: "18.919", r: "1.331", fill: "currentColor" }, []],
11874
- [
11875
- "path",
11876
- {
11877
- stroke: "currentColor",
11878
- "stroke-linecap": "round",
11879
- "stroke-linejoin": "round",
11880
- "stroke-width": "1.5",
11881
- d: "M14.38 18.92h6.508"
11882
- },
11883
- []
11884
- ]
11885
- ]
11886
- );
11887
- const TextBulletListIcon = createIcon(
11888
- { name: "Text Bullet List", tags: [""], category: "Organization", deprecated: false },
11889
- [
11890
- ["circle", { cx: "4.443", cy: "5.081", r: "1.331", fill: "currentColor" }, []],
11891
- [
11892
- "path",
11893
- {
11894
- stroke: "currentColor",
11895
- "stroke-linecap": "round",
11896
- "stroke-linejoin": "round",
11897
- "stroke-width": "1.5",
11898
- d: "M9.123 5.08h11.765"
11899
- },
11900
- []
11901
- ],
11902
- ["circle", { cx: "4.443", cy: "12", r: "1.331", fill: "currentColor" }, []],
11903
- [
11904
- "path",
11905
- {
11906
- stroke: "currentColor",
11907
- "stroke-linecap": "round",
11908
- "stroke-linejoin": "round",
11909
- "stroke-width": "1.5",
11910
- d: "M9.123 12h11.765"
11911
- },
11912
- []
11913
- ],
11914
- ["circle", { cx: "4.443", cy: "18.919", r: "1.331", fill: "currentColor" }, []],
11915
- [
11916
- "path",
11917
- {
11918
- stroke: "currentColor",
11919
- "stroke-linecap": "round",
11920
- "stroke-linejoin": "round",
11921
- "stroke-width": "1.5",
11922
- d: "M9.123 18.92h11.765"
11923
- },
11924
- []
11925
- ]
11926
- ]
11927
- );
11928
12342
  const TextCaseLowercaseIcon = createIcon(
11929
12343
  { name: "Text Case Lowercase", tags: [""], category: "Text", deprecated: false },
11930
12344
  [
@@ -12256,7 +12670,7 @@ const TextIndentDecreaseIcon = createIcon(
12256
12670
  stroke: "currentColor",
12257
12671
  "stroke-linecap": "round",
12258
12672
  "stroke-width": "1.5",
12259
- d: "M8 17.502h12M8 6.498h12m-9 5.504h9"
12673
+ d: "M6.75 18.75h13.5M6.75 5.25h13.5M10.75 12h9.5"
12260
12674
  },
12261
12675
  []
12262
12676
  ],
@@ -12267,7 +12681,7 @@ const TextIndentDecreaseIcon = createIcon(
12267
12681
  "stroke-linecap": "round",
12268
12682
  "stroke-linejoin": "round",
12269
12683
  "stroke-width": "1.5",
12270
- d: "m5.81 9.195-2.807 2.807 2.807 2.807"
12684
+ d: "m6.25 9-3 3 3 3"
12271
12685
  },
12272
12686
  []
12273
12687
  ]
@@ -12282,7 +12696,7 @@ const TextIndentIncreaseIcon = createIcon(
12282
12696
  stroke: "currentColor",
12283
12697
  "stroke-linecap": "round",
12284
12698
  "stroke-width": "1.5",
12285
- d: "M8 17.502h12M8 6.498h12m-9 5.504h9"
12699
+ d: "M6.75 18.75h13.5M6.75 5.25h13.5M10.75 12h9.5"
12286
12700
  },
12287
12701
  []
12288
12702
  ],
@@ -12293,7 +12707,7 @@ const TextIndentIncreaseIcon = createIcon(
12293
12707
  "stroke-linecap": "round",
12294
12708
  "stroke-linejoin": "round",
12295
12709
  "stroke-width": "1.5",
12296
- d: "m4 9.195 2.807 2.807L4 14.809"
12710
+ d: "m3.75 9 3 3-3 3"
12297
12711
  },
12298
12712
  []
12299
12713
  ]
@@ -12678,6 +13092,21 @@ const TiktokIcon = createIcon(
12678
13092
  ]
12679
13093
  ]
12680
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
+ );
12681
13110
  const TimerIcon = createIcon(
12682
13111
  { name: "Timer", tags: ["Stopwatch"], category: "Objects", deprecated: false },
12683
13112
  [
@@ -12686,9 +13115,29 @@ const TimerIcon = createIcon(
12686
13115
  {
12687
13116
  stroke: "currentColor",
12688
13117
  "stroke-linecap": "round",
12689
- "stroke-linejoin": "round",
12690
13118
  "stroke-width": "1.5",
12691
- 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"
12692
13141
  },
12693
13142
  []
12694
13143
  ]
@@ -12893,7 +13342,7 @@ const VehicleCarIcon = createIcon(
12893
13342
  ]
12894
13343
  );
12895
13344
  const VideoClipIcon = createIcon(
12896
- { name: "Video Clip", tags: [""], category: "Development", deprecated: false },
13345
+ { name: "Video Clip", tags: [""], category: "Media", deprecated: false },
12897
13346
  [
12898
13347
  [
12899
13348
  "rect",
@@ -12922,7 +13371,7 @@ const VideoClipIcon = createIcon(
12922
13371
  ]
12923
13372
  );
12924
13373
  const VideoIcon = createIcon(
12925
- { name: "Video", tags: [""], category: "Activities", deprecated: false },
13374
+ { name: "Video", tags: [""], category: "Media", deprecated: false },
12926
13375
  [
12927
13376
  [
12928
13377
  "rect",
@@ -13439,6 +13888,8 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13439
13888
  AirplaneIcon,
13440
13889
  AirplaneLandingIcon,
13441
13890
  AirplaneTakeoffIcon,
13891
+ AlarmClockIcon,
13892
+ AlbumIcon,
13442
13893
  AlertCircleIcon,
13443
13894
  AlertRhombusIcon,
13444
13895
  AlertTriangleIcon,
@@ -13457,7 +13908,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13457
13908
  AppleIcon,
13458
13909
  AppsAddIcon,
13459
13910
  AppsIcon,
13460
- AppsListIcon,
13911
+ AppsListIcon: CheckboxListIcon,
13461
13912
  ArcIcon,
13462
13913
  ArchiveAdd2Icon,
13463
13914
  ArchiveIcon,
@@ -13498,7 +13949,8 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13498
13949
  BackspaceIcon,
13499
13950
  BadgeIcon,
13500
13951
  BankIcon,
13501
- BarGraphIcon,
13952
+ BarChartIcon,
13953
+ BarGraphIcon: BarChartIcon,
13502
13954
  BatteryFullIcon,
13503
13955
  BatteryIcon,
13504
13956
  BeachIcon,
@@ -13524,9 +13976,10 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13524
13976
  BookmarkMultipleVarIcon: BookmarkMultipleIcon,
13525
13977
  BookshelfIcon: LibraryIcon,
13526
13978
  BorderAllIcon,
13979
+ BoxAddIcon,
13527
13980
  BoxDragIcon: SquareDragIcon,
13528
13981
  BoxIcon,
13529
- BoxMarginsIcon,
13982
+ BoxMarginsIcon: SquareMarginsIcon,
13530
13983
  BracesIcon,
13531
13984
  BracesVariableIcon,
13532
13985
  BracketsIcon,
@@ -13541,10 +13994,16 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13541
13994
  BroomIcon,
13542
13995
  BugIcon,
13543
13996
  BuildingMultipleIcon,
13997
+ BulletListIcon,
13998
+ BulletListSquareAddIcon,
13999
+ BulletListSquareIcon,
14000
+ BulletListTreeIcon,
13544
14001
  ButtonIcon,
13545
14002
  CakeIcon,
13546
14003
  CalculatorIcon,
13547
14004
  CalendarIcon,
14005
+ CallEndIcon,
14006
+ CallIcon,
13548
14007
  CalligraphyPenIcon,
13549
14008
  CameraIcon,
13550
14009
  CancelCircleIcon,
@@ -13562,6 +14021,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13562
14021
  CheckboxIndeterminate2Icon,
13563
14022
  CheckboxIndeterminateIcon,
13564
14023
  CheckboxIntermediate2Icon: CheckboxIndeterminate2Icon,
14024
+ CheckboxListIcon,
13565
14025
  CheckboxUncheckedIcon,
13566
14026
  CheckmarkCheckedIcon: CheckboxCheckedIcon,
13567
14027
  CheckmarkCircleIcon,
@@ -13586,8 +14046,10 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13586
14046
  CloudAddIcon,
13587
14047
  CloudArrowDownIcon,
13588
14048
  CloudArrowUpIcon,
14049
+ CloudDownloadIcon: CloudArrowDownIcon,
13589
14050
  CloudIcon,
13590
14051
  CloudOffIcon,
14052
+ CloudUploadIcon: CloudArrowUpIcon,
13591
14053
  CodeIcon,
13592
14054
  CoffeeHotIcon,
13593
14055
  ColorPaletteIcon,
@@ -13637,7 +14099,9 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13637
14099
  DollarIcon,
13638
14100
  DoorIcon,
13639
14101
  DoorOpenIcon,
14102
+ DotCircleIcon,
13640
14103
  DotIcon: CircleSmallIcon,
14104
+ DotSquareIcon,
13641
14105
  DrawTextIcon,
13642
14106
  DropIcon,
13643
14107
  EditIcon: PencilIcon,
@@ -13647,6 +14111,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13647
14111
  EmojiIcon,
13648
14112
  EmojiLaughterIcon,
13649
14113
  EraserIcon,
14114
+ ExclamationMarkIcon,
13650
14115
  ExpandIcon,
13651
14116
  ExtensionIcon,
13652
14117
  ExternalIcon: OpenIcon,
@@ -13664,6 +14129,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13664
14129
  FileIcon,
13665
14130
  FileMultipleIcon,
13666
14131
  FileSyncIcon,
14132
+ FileTextIcon,
13667
14133
  Filter2Icon,
13668
14134
  FilterCancel2Icon,
13669
14135
  FilterCancelIcon,
@@ -13808,9 +14274,10 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13808
14274
  PersonCircleIcon,
13809
14275
  PersonIcon,
13810
14276
  PersonMultipleIcon,
13811
- PhoneAcceptIcon,
13812
- PhoneHangUpIcon,
14277
+ PhoneAcceptIcon: CallIcon,
14278
+ PhoneHangUpIcon: CallEndIcon,
13813
14279
  PhoneIcon,
14280
+ PhotoAddIcon,
13814
14281
  PhotoFilterIcon,
13815
14282
  PhotoIcon,
13816
14283
  PhotoMultipleIcon,
@@ -13818,6 +14285,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13818
14285
  PictureInPictureEnterIcon,
13819
14286
  PictureInPictureExitIcon,
13820
14287
  PictureInPictureIcon,
14288
+ PieChartIcon,
13821
14289
  PinIcon,
13822
14290
  PinOffIcon,
13823
14291
  PlayCircleIcon,
@@ -13845,6 +14313,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13845
14313
  RhombusIcon,
13846
14314
  RibbonIcon,
13847
14315
  RibbonStarIcon,
14316
+ RoadBarrierIcon,
13848
14317
  RobloxIcon,
13849
14318
  RulerDiagonalIcon,
13850
14319
  RulerIcon,
@@ -13889,6 +14358,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13889
14358
  SplitVerticalIcon,
13890
14359
  SquareDragIcon,
13891
14360
  SquareIcon,
14361
+ SquareMarginsIcon,
13892
14362
  StarIcon,
13893
14363
  Stocks2Icon: ArrowTrendingIcon,
13894
14364
  StocksIcon: GraphIcon,
@@ -13902,11 +14372,14 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13902
14372
  TableSimpleIcon,
13903
14373
  TabletIcon,
13904
14374
  TagAccentIcon,
14375
+ TagAddIcon,
13905
14376
  TagIcon,
13906
14377
  TagMultipleIcon,
13907
14378
  TagMultipleVarIcon: TagMultipleIcon,
14379
+ TagRemoveIcon,
13908
14380
  TargetIcon,
13909
14381
  TaskListIcon,
14382
+ TasksIcon: TaskListIcon,
13910
14383
  TerminalIcon,
13911
14384
  TextAddIcon,
13912
14385
  TextAlignCenterIcon,
@@ -13914,10 +14387,10 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13914
14387
  TextAlignLeftIcon,
13915
14388
  TextAlignRightIcon,
13916
14389
  TextBoldIcon,
13917
- TextBulletListIcon,
13918
- TextBulletListSquareAddIcon,
13919
- TextBulletListSquareIcon,
13920
- TextBulletListTreeIcon,
14390
+ TextBulletListIcon: BulletListIcon,
14391
+ TextBulletListSquareAddIcon: BulletListSquareAddIcon,
14392
+ TextBulletListSquareIcon: BulletListSquareIcon,
14393
+ TextBulletListTreeIcon: BulletListTreeIcon,
13921
14394
  TextCaseLowercaseIcon,
13922
14395
  TextCaseTitleIcon,
13923
14396
  TextCaseUppercaseIcon,
@@ -13956,6 +14429,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
13956
14429
  ThumbsUpIcon,
13957
14430
  TiktokIcon,
13958
14431
  TimerIcon,
14432
+ TimerOffIcon,
13959
14433
  ToolboxIcon,
13960
14434
  TriangleIcon,
13961
14435
  TuneIcon,
@@ -14006,6 +14480,8 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14006
14480
  airplane: AirplaneIcon,
14007
14481
  airplaneLanding: AirplaneLandingIcon,
14008
14482
  airplaneTakeoff: AirplaneTakeoffIcon,
14483
+ alarmClock: AlarmClockIcon,
14484
+ album: AlbumIcon,
14009
14485
  alertCircle: AlertCircleIcon,
14010
14486
  alertRhombus: AlertRhombusIcon,
14011
14487
  alertTriangle: AlertTriangleIcon,
@@ -14024,7 +14500,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14024
14500
  apple: AppleIcon,
14025
14501
  apps: AppsIcon,
14026
14502
  appsAdd: AppsAddIcon,
14027
- appsList: AppsListIcon,
14503
+ appsList: CheckboxListIcon,
14028
14504
  arc: ArcIcon,
14029
14505
  archive: ArchiveIcon,
14030
14506
  archiveAdd2: ArchiveAdd2Icon,
@@ -14065,7 +14541,8 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14065
14541
  backspace: BackspaceIcon,
14066
14542
  badge: BadgeIcon,
14067
14543
  bank: BankIcon,
14068
- barGraph: BarGraphIcon,
14544
+ barChart: BarChartIcon,
14545
+ barGraph: BarChartIcon,
14069
14546
  battery: BatteryIcon,
14070
14547
  batteryFull: BatteryFullIcon,
14071
14548
  beach: BeachIcon,
@@ -14092,8 +14569,9 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14092
14569
  bookshelf: LibraryIcon,
14093
14570
  borderAll: BorderAllIcon,
14094
14571
  box: BoxIcon,
14572
+ boxAdd: BoxAddIcon,
14095
14573
  boxDrag: SquareDragIcon,
14096
- boxMargins: BoxMarginsIcon,
14574
+ boxMargins: SquareMarginsIcon,
14097
14575
  braces: BracesIcon,
14098
14576
  bracesVariable: BracesVariableIcon,
14099
14577
  brackets: BracketsIcon,
@@ -14108,10 +14586,16 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14108
14586
  broom: BroomIcon,
14109
14587
  bug: BugIcon,
14110
14588
  buildingMultiple: BuildingMultipleIcon,
14589
+ bulletList: BulletListIcon,
14590
+ bulletListSquare: BulletListSquareIcon,
14591
+ bulletListSquareAdd: BulletListSquareAddIcon,
14592
+ bulletListTree: BulletListTreeIcon,
14111
14593
  button: ButtonIcon,
14112
14594
  cake: CakeIcon,
14113
14595
  calculator: CalculatorIcon,
14114
14596
  calendar: CalendarIcon,
14597
+ call: CallIcon,
14598
+ callEnd: CallEndIcon,
14115
14599
  calligraphyPen: CalligraphyPenIcon,
14116
14600
  camera: CameraIcon,
14117
14601
  cancel: CancelIcon,
@@ -14129,6 +14613,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14129
14613
  checkboxIndeterminate: CheckboxIndeterminateIcon,
14130
14614
  checkboxIndeterminate2: CheckboxIndeterminate2Icon,
14131
14615
  checkboxIntermediate2: CheckboxIndeterminate2Icon,
14616
+ checkboxList: CheckboxListIcon,
14132
14617
  checkboxUnchecked: CheckboxUncheckedIcon,
14133
14618
  checkmark: CheckmarkIcon,
14134
14619
  checkmarkChecked: CheckboxCheckedIcon,
@@ -14154,7 +14639,9 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14154
14639
  cloudAdd: CloudAddIcon,
14155
14640
  cloudArrowDown: CloudArrowDownIcon,
14156
14641
  cloudArrowUp: CloudArrowUpIcon,
14642
+ cloudDownload: CloudArrowDownIcon,
14157
14643
  cloudOff: CloudOffIcon,
14644
+ cloudUpload: CloudArrowUpIcon,
14158
14645
  code: CodeIcon,
14159
14646
  coffeeHot: CoffeeHotIcon,
14160
14647
  colorPalette: ColorPaletteIcon,
@@ -14205,6 +14692,8 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14205
14692
  door: DoorIcon,
14206
14693
  doorOpen: DoorOpenIcon,
14207
14694
  dot: CircleSmallIcon,
14695
+ dotCircle: DotCircleIcon,
14696
+ dotSquare: DotSquareIcon,
14208
14697
  drawText: DrawTextIcon,
14209
14698
  drop: DropIcon,
14210
14699
  edit: PencilIcon,
@@ -14214,6 +14703,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14214
14703
  emojiGrin: EmojiGrinIcon,
14215
14704
  emojiLaughter: EmojiLaughterIcon,
14216
14705
  eraser: EraserIcon,
14706
+ exclamationMark: ExclamationMarkIcon,
14217
14707
  expand: ExpandIcon,
14218
14708
  extension: ExtensionIcon,
14219
14709
  external: OpenIcon,
@@ -14231,6 +14721,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14231
14721
  fileAdd: FileAddIcon,
14232
14722
  fileMultiple: FileMultipleIcon,
14233
14723
  fileSync: FileSyncIcon,
14724
+ fileText: FileTextIcon,
14234
14725
  filter: FilterIcon,
14235
14726
  filter2: Filter2Icon,
14236
14727
  filterCancel: FilterCancelIcon,
@@ -14376,15 +14867,17 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14376
14867
  personCircle: PersonCircleIcon,
14377
14868
  personMultiple: PersonMultipleIcon,
14378
14869
  phone: PhoneIcon,
14379
- phoneAccept: PhoneAcceptIcon,
14380
- phoneHangUp: PhoneHangUpIcon,
14870
+ phoneAccept: CallIcon,
14871
+ phoneHangUp: CallEndIcon,
14381
14872
  photo: PhotoIcon,
14873
+ photoAdd: PhotoAddIcon,
14382
14874
  photoFilter: PhotoFilterIcon,
14383
14875
  photoMultiple: PhotoMultipleIcon,
14384
14876
  pictureInPicture: PictureInPictureIcon,
14385
14877
  pictureInPicture2: PictureInPicture2Icon,
14386
14878
  pictureInPictureEnter: PictureInPictureEnterIcon,
14387
14879
  pictureInPictureExit: PictureInPictureExitIcon,
14880
+ pieChart: PieChartIcon,
14388
14881
  pin: PinIcon,
14389
14882
  pinOff: PinOffIcon,
14390
14883
  play: PlayIcon,
@@ -14412,6 +14905,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14412
14905
  rhombus: RhombusIcon,
14413
14906
  ribbon: RibbonIcon,
14414
14907
  ribbonStar: RibbonStarIcon,
14908
+ roadBarrier: RoadBarrierIcon,
14415
14909
  roblox: RobloxIcon,
14416
14910
  ruler: RulerIcon,
14417
14911
  rulerDiagonal: RulerDiagonalIcon,
@@ -14456,6 +14950,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14456
14950
  splitVertical: SplitVerticalIcon,
14457
14951
  square: SquareIcon,
14458
14952
  squareDrag: SquareDragIcon,
14953
+ squareMargins: SquareMarginsIcon,
14459
14954
  star: StarIcon,
14460
14955
  stocks: GraphIcon,
14461
14956
  stocks2: ArrowTrendingIcon,
@@ -14470,10 +14965,13 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14470
14965
  tablet: TabletIcon,
14471
14966
  tag: TagIcon,
14472
14967
  tagAccent: TagAccentIcon,
14968
+ tagAdd: TagAddIcon,
14473
14969
  tagMultiple: TagMultipleIcon,
14474
14970
  tagMultipleVar: TagMultipleIcon,
14971
+ tagRemove: TagRemoveIcon,
14475
14972
  target: TargetIcon,
14476
14973
  taskList: TaskListIcon,
14974
+ tasks: TaskListIcon,
14477
14975
  terminal: TerminalIcon,
14478
14976
  text: TextIcon,
14479
14977
  textAdd: TextAddIcon,
@@ -14482,10 +14980,10 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14482
14980
  textAlignLeft: TextAlignLeftIcon,
14483
14981
  textAlignRight: TextAlignRightIcon,
14484
14982
  textBold: TextBoldIcon,
14485
- textBulletList: TextBulletListIcon,
14486
- textBulletListSquare: TextBulletListSquareIcon,
14487
- textBulletListSquareAdd: TextBulletListSquareAddIcon,
14488
- textBulletListTree: TextBulletListTreeIcon,
14983
+ textBulletList: BulletListIcon,
14984
+ textBulletListSquare: BulletListSquareIcon,
14985
+ textBulletListSquareAdd: BulletListSquareAddIcon,
14986
+ textBulletListTree: BulletListTreeIcon,
14489
14987
  textCaseLowercase: TextCaseLowercaseIcon,
14490
14988
  textCaseTitle: TextCaseTitleIcon,
14491
14989
  textCaseUppercase: TextCaseUppercaseIcon,
@@ -14523,6 +15021,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
14523
15021
  thumbsUp: ThumbsUpIcon,
14524
15022
  tiktok: TiktokIcon,
14525
15023
  timer: TimerIcon,
15024
+ timerOff: TimerOffIcon,
14526
15025
  toolbox: ToolboxIcon,
14527
15026
  triangle: TriangleIcon,
14528
15027
  tune: TuneIcon,
@@ -14656,6 +15155,8 @@ exports.AdditionIcon = AddIcon;
14656
15155
  exports.AirplaneIcon = AirplaneIcon;
14657
15156
  exports.AirplaneLandingIcon = AirplaneLandingIcon;
14658
15157
  exports.AirplaneTakeoffIcon = AirplaneTakeoffIcon;
15158
+ exports.AlarmClockIcon = AlarmClockIcon;
15159
+ exports.AlbumIcon = AlbumIcon;
14659
15160
  exports.AlertCircleIcon = AlertCircleIcon;
14660
15161
  exports.AlertRhombusIcon = AlertRhombusIcon;
14661
15162
  exports.AlertTriangleIcon = AlertTriangleIcon;
@@ -14674,7 +15175,7 @@ exports.AppStoreIcon = AppStoreIcon;
14674
15175
  exports.AppleIcon = AppleIcon;
14675
15176
  exports.AppsAddIcon = AppsAddIcon;
14676
15177
  exports.AppsIcon = AppsIcon;
14677
- exports.AppsListIcon = AppsListIcon;
15178
+ exports.AppsListIcon = CheckboxListIcon;
14678
15179
  exports.ArcIcon = ArcIcon;
14679
15180
  exports.ArchiveAdd2Icon = ArchiveAdd2Icon;
14680
15181
  exports.ArchiveIcon = ArchiveIcon;
@@ -14715,7 +15216,8 @@ exports.BackgroundColorIcon = BackgroundColorIcon;
14715
15216
  exports.BackspaceIcon = BackspaceIcon;
14716
15217
  exports.BadgeIcon = BadgeIcon;
14717
15218
  exports.BankIcon = BankIcon;
14718
- exports.BarGraphIcon = BarGraphIcon;
15219
+ exports.BarChartIcon = BarChartIcon;
15220
+ exports.BarGraphIcon = BarChartIcon;
14719
15221
  exports.BatteryFullIcon = BatteryFullIcon;
14720
15222
  exports.BatteryIcon = BatteryIcon;
14721
15223
  exports.BeachIcon = BeachIcon;
@@ -14741,9 +15243,10 @@ exports.BookmarkMultipleIcon = BookmarkMultipleIcon;
14741
15243
  exports.BookmarkMultipleVarIcon = BookmarkMultipleIcon;
14742
15244
  exports.BookshelfIcon = LibraryIcon;
14743
15245
  exports.BorderAllIcon = BorderAllIcon;
15246
+ exports.BoxAddIcon = BoxAddIcon;
14744
15247
  exports.BoxDragIcon = SquareDragIcon;
14745
15248
  exports.BoxIcon = BoxIcon;
14746
- exports.BoxMarginsIcon = BoxMarginsIcon;
15249
+ exports.BoxMarginsIcon = SquareMarginsIcon;
14747
15250
  exports.BracesIcon = BracesIcon;
14748
15251
  exports.BracesVariableIcon = BracesVariableIcon;
14749
15252
  exports.BracketsIcon = BracketsIcon;
@@ -14758,10 +15261,16 @@ exports.BrightnessIcon = BrightnessIcon;
14758
15261
  exports.BroomIcon = BroomIcon;
14759
15262
  exports.BugIcon = BugIcon;
14760
15263
  exports.BuildingMultipleIcon = BuildingMultipleIcon;
15264
+ exports.BulletListIcon = BulletListIcon;
15265
+ exports.BulletListSquareAddIcon = BulletListSquareAddIcon;
15266
+ exports.BulletListSquareIcon = BulletListSquareIcon;
15267
+ exports.BulletListTreeIcon = BulletListTreeIcon;
14761
15268
  exports.ButtonIcon = ButtonIcon;
14762
15269
  exports.CakeIcon = CakeIcon;
14763
15270
  exports.CalculatorIcon = CalculatorIcon;
14764
15271
  exports.CalendarIcon = CalendarIcon;
15272
+ exports.CallEndIcon = CallEndIcon;
15273
+ exports.CallIcon = CallIcon;
14765
15274
  exports.CalligraphyPenIcon = CalligraphyPenIcon;
14766
15275
  exports.CameraIcon = CameraIcon;
14767
15276
  exports.CancelCircleIcon = CancelCircleIcon;
@@ -14779,6 +15288,7 @@ exports.CheckboxCheckedIcon = CheckboxCheckedIcon;
14779
15288
  exports.CheckboxIndeterminate2Icon = CheckboxIndeterminate2Icon;
14780
15289
  exports.CheckboxIndeterminateIcon = CheckboxIndeterminateIcon;
14781
15290
  exports.CheckboxIntermediate2Icon = CheckboxIndeterminate2Icon;
15291
+ exports.CheckboxListIcon = CheckboxListIcon;
14782
15292
  exports.CheckboxUncheckedIcon = CheckboxUncheckedIcon;
14783
15293
  exports.CheckmarkCheckedIcon = CheckboxCheckedIcon;
14784
15294
  exports.CheckmarkCircleIcon = CheckmarkCircleIcon;
@@ -14803,8 +15313,10 @@ exports.ClosedCaptionsIcon = ClosedCaptionsIcon;
14803
15313
  exports.CloudAddIcon = CloudAddIcon;
14804
15314
  exports.CloudArrowDownIcon = CloudArrowDownIcon;
14805
15315
  exports.CloudArrowUpIcon = CloudArrowUpIcon;
15316
+ exports.CloudDownloadIcon = CloudArrowDownIcon;
14806
15317
  exports.CloudIcon = CloudIcon;
14807
15318
  exports.CloudOffIcon = CloudOffIcon;
15319
+ exports.CloudUploadIcon = CloudArrowUpIcon;
14808
15320
  exports.CodeIcon = CodeIcon;
14809
15321
  exports.CoffeeHotIcon = CoffeeHotIcon;
14810
15322
  exports.ColorPaletteIcon = ColorPaletteIcon;
@@ -14854,7 +15366,9 @@ exports.DollarCircleIcon = DollarCircleIcon;
14854
15366
  exports.DollarIcon = DollarIcon;
14855
15367
  exports.DoorIcon = DoorIcon;
14856
15368
  exports.DoorOpenIcon = DoorOpenIcon;
15369
+ exports.DotCircleIcon = DotCircleIcon;
14857
15370
  exports.DotIcon = CircleSmallIcon;
15371
+ exports.DotSquareIcon = DotSquareIcon;
14858
15372
  exports.DrawTextIcon = DrawTextIcon;
14859
15373
  exports.DropIcon = DropIcon;
14860
15374
  exports.EditIcon = PencilIcon;
@@ -14864,6 +15378,7 @@ exports.EmojiGrinIcon = EmojiGrinIcon;
14864
15378
  exports.EmojiIcon = EmojiIcon;
14865
15379
  exports.EmojiLaughterIcon = EmojiLaughterIcon;
14866
15380
  exports.EraserIcon = EraserIcon;
15381
+ exports.ExclamationMarkIcon = ExclamationMarkIcon;
14867
15382
  exports.ExpandIcon = ExpandIcon;
14868
15383
  exports.ExtensionIcon = ExtensionIcon;
14869
15384
  exports.ExternalIcon = OpenIcon;
@@ -14881,6 +15396,7 @@ exports.FileAddIcon = FileAddIcon;
14881
15396
  exports.FileIcon = FileIcon;
14882
15397
  exports.FileMultipleIcon = FileMultipleIcon;
14883
15398
  exports.FileSyncIcon = FileSyncIcon;
15399
+ exports.FileTextIcon = FileTextIcon;
14884
15400
  exports.Filter2Icon = Filter2Icon;
14885
15401
  exports.FilterCancel2Icon = FilterCancel2Icon;
14886
15402
  exports.FilterCancelIcon = FilterCancelIcon;
@@ -15025,9 +15541,10 @@ exports.PersonAddIcon = PersonAddIcon;
15025
15541
  exports.PersonCircleIcon = PersonCircleIcon;
15026
15542
  exports.PersonIcon = PersonIcon;
15027
15543
  exports.PersonMultipleIcon = PersonMultipleIcon;
15028
- exports.PhoneAcceptIcon = PhoneAcceptIcon;
15029
- exports.PhoneHangUpIcon = PhoneHangUpIcon;
15544
+ exports.PhoneAcceptIcon = CallIcon;
15545
+ exports.PhoneHangUpIcon = CallEndIcon;
15030
15546
  exports.PhoneIcon = PhoneIcon;
15547
+ exports.PhotoAddIcon = PhotoAddIcon;
15031
15548
  exports.PhotoFilterIcon = PhotoFilterIcon;
15032
15549
  exports.PhotoIcon = PhotoIcon;
15033
15550
  exports.PhotoMultipleIcon = PhotoMultipleIcon;
@@ -15035,6 +15552,7 @@ exports.PictureInPicture2Icon = PictureInPicture2Icon;
15035
15552
  exports.PictureInPictureEnterIcon = PictureInPictureEnterIcon;
15036
15553
  exports.PictureInPictureExitIcon = PictureInPictureExitIcon;
15037
15554
  exports.PictureInPictureIcon = PictureInPictureIcon;
15555
+ exports.PieChartIcon = PieChartIcon;
15038
15556
  exports.PinIcon = PinIcon;
15039
15557
  exports.PinOffIcon = PinOffIcon;
15040
15558
  exports.PlayCircleIcon = PlayCircleIcon;
@@ -15062,6 +15580,7 @@ exports.ReverseIcon = ReverseIcon;
15062
15580
  exports.RhombusIcon = RhombusIcon;
15063
15581
  exports.RibbonIcon = RibbonIcon;
15064
15582
  exports.RibbonStarIcon = RibbonStarIcon;
15583
+ exports.RoadBarrierIcon = RoadBarrierIcon;
15065
15584
  exports.RobloxIcon = RobloxIcon;
15066
15585
  exports.RulerDiagonalIcon = RulerDiagonalIcon;
15067
15586
  exports.RulerIcon = RulerIcon;
@@ -15106,6 +15625,7 @@ exports.SplitHorizontalIcon = SplitHorizontalIcon;
15106
15625
  exports.SplitVerticalIcon = SplitVerticalIcon;
15107
15626
  exports.SquareDragIcon = SquareDragIcon;
15108
15627
  exports.SquareIcon = SquareIcon;
15628
+ exports.SquareMarginsIcon = SquareMarginsIcon;
15109
15629
  exports.StarIcon = StarIcon;
15110
15630
  exports.Stocks2Icon = ArrowTrendingIcon;
15111
15631
  exports.StocksIcon = GraphIcon;
@@ -15119,11 +15639,14 @@ exports.TableIcon = TableIcon;
15119
15639
  exports.TableSimpleIcon = TableSimpleIcon;
15120
15640
  exports.TabletIcon = TabletIcon;
15121
15641
  exports.TagAccentIcon = TagAccentIcon;
15642
+ exports.TagAddIcon = TagAddIcon;
15122
15643
  exports.TagIcon = TagIcon;
15123
15644
  exports.TagMultipleIcon = TagMultipleIcon;
15124
15645
  exports.TagMultipleVarIcon = TagMultipleIcon;
15646
+ exports.TagRemoveIcon = TagRemoveIcon;
15125
15647
  exports.TargetIcon = TargetIcon;
15126
15648
  exports.TaskListIcon = TaskListIcon;
15649
+ exports.TasksIcon = TaskListIcon;
15127
15650
  exports.TerminalIcon = TerminalIcon;
15128
15651
  exports.TextAddIcon = TextAddIcon;
15129
15652
  exports.TextAlignCenterIcon = TextAlignCenterIcon;
@@ -15131,10 +15654,10 @@ exports.TextAlignJustifyIcon = TextAlignJustifyIcon;
15131
15654
  exports.TextAlignLeftIcon = TextAlignLeftIcon;
15132
15655
  exports.TextAlignRightIcon = TextAlignRightIcon;
15133
15656
  exports.TextBoldIcon = TextBoldIcon;
15134
- exports.TextBulletListIcon = TextBulletListIcon;
15135
- exports.TextBulletListSquareAddIcon = TextBulletListSquareAddIcon;
15136
- exports.TextBulletListSquareIcon = TextBulletListSquareIcon;
15137
- exports.TextBulletListTreeIcon = TextBulletListTreeIcon;
15657
+ exports.TextBulletListIcon = BulletListIcon;
15658
+ exports.TextBulletListSquareAddIcon = BulletListSquareAddIcon;
15659
+ exports.TextBulletListSquareIcon = BulletListSquareIcon;
15660
+ exports.TextBulletListTreeIcon = BulletListTreeIcon;
15138
15661
  exports.TextCaseLowercaseIcon = TextCaseLowercaseIcon;
15139
15662
  exports.TextCaseTitleIcon = TextCaseTitleIcon;
15140
15663
  exports.TextCaseUppercaseIcon = TextCaseUppercaseIcon;
@@ -15173,6 +15696,7 @@ exports.ThumbsDownIcon = ThumbsDownIcon;
15173
15696
  exports.ThumbsUpIcon = ThumbsUpIcon;
15174
15697
  exports.TiktokIcon = TiktokIcon;
15175
15698
  exports.TimerIcon = TimerIcon;
15699
+ exports.TimerOffIcon = TimerOffIcon;
15176
15700
  exports.ToolboxIcon = ToolboxIcon;
15177
15701
  exports.TriangleIcon = TriangleIcon;
15178
15702
  exports.TuneIcon = TuneIcon;
@@ -15223,6 +15747,8 @@ exports.addition = AddIcon;
15223
15747
  exports.airplane = AirplaneIcon;
15224
15748
  exports.airplaneLanding = AirplaneLandingIcon;
15225
15749
  exports.airplaneTakeoff = AirplaneTakeoffIcon;
15750
+ exports.alarmClock = AlarmClockIcon;
15751
+ exports.album = AlbumIcon;
15226
15752
  exports.alertCircle = AlertCircleIcon;
15227
15753
  exports.alertRhombus = AlertRhombusIcon;
15228
15754
  exports.alertTriangle = AlertTriangleIcon;
@@ -15241,7 +15767,7 @@ exports.appStore = AppStoreIcon;
15241
15767
  exports.apple = AppleIcon;
15242
15768
  exports.apps = AppsIcon;
15243
15769
  exports.appsAdd = AppsAddIcon;
15244
- exports.appsList = AppsListIcon;
15770
+ exports.appsList = CheckboxListIcon;
15245
15771
  exports.arc = ArcIcon;
15246
15772
  exports.archive = ArchiveIcon;
15247
15773
  exports.archiveAdd2 = ArchiveAdd2Icon;
@@ -15282,7 +15808,8 @@ exports.backgroundColorAccent = BackgroundColorAccentIcon;
15282
15808
  exports.backspace = BackspaceIcon;
15283
15809
  exports.badge = BadgeIcon;
15284
15810
  exports.bank = BankIcon;
15285
- exports.barGraph = BarGraphIcon;
15811
+ exports.barChart = BarChartIcon;
15812
+ exports.barGraph = BarChartIcon;
15286
15813
  exports.battery = BatteryIcon;
15287
15814
  exports.batteryFull = BatteryFullIcon;
15288
15815
  exports.beach = BeachIcon;
@@ -15309,8 +15836,9 @@ exports.bookmarkMultipleVar = BookmarkMultipleIcon;
15309
15836
  exports.bookshelf = LibraryIcon;
15310
15837
  exports.borderAll = BorderAllIcon;
15311
15838
  exports.box = BoxIcon;
15839
+ exports.boxAdd = BoxAddIcon;
15312
15840
  exports.boxDrag = SquareDragIcon;
15313
- exports.boxMargins = BoxMarginsIcon;
15841
+ exports.boxMargins = SquareMarginsIcon;
15314
15842
  exports.braces = BracesIcon;
15315
15843
  exports.bracesVariable = BracesVariableIcon;
15316
15844
  exports.brackets = BracketsIcon;
@@ -15325,10 +15853,16 @@ exports.brightness = BrightnessIcon;
15325
15853
  exports.broom = BroomIcon;
15326
15854
  exports.bug = BugIcon;
15327
15855
  exports.buildingMultiple = BuildingMultipleIcon;
15856
+ exports.bulletList = BulletListIcon;
15857
+ exports.bulletListSquare = BulletListSquareIcon;
15858
+ exports.bulletListSquareAdd = BulletListSquareAddIcon;
15859
+ exports.bulletListTree = BulletListTreeIcon;
15328
15860
  exports.button = ButtonIcon;
15329
15861
  exports.cake = CakeIcon;
15330
15862
  exports.calculator = CalculatorIcon;
15331
15863
  exports.calendar = CalendarIcon;
15864
+ exports.call = CallIcon;
15865
+ exports.callEnd = CallEndIcon;
15332
15866
  exports.calligraphyPen = CalligraphyPenIcon;
15333
15867
  exports.camera = CameraIcon;
15334
15868
  exports.cancel = CancelIcon;
@@ -15347,6 +15881,7 @@ exports.checkboxChecked = CheckboxCheckedIcon;
15347
15881
  exports.checkboxIndeterminate = CheckboxIndeterminateIcon;
15348
15882
  exports.checkboxIndeterminate2 = CheckboxIndeterminate2Icon;
15349
15883
  exports.checkboxIntermediate2 = CheckboxIndeterminate2Icon;
15884
+ exports.checkboxList = CheckboxListIcon;
15350
15885
  exports.checkboxUnchecked = CheckboxUncheckedIcon;
15351
15886
  exports.checkmark = CheckmarkIcon;
15352
15887
  exports.checkmarkChecked = CheckboxCheckedIcon;
@@ -15372,7 +15907,9 @@ exports.cloud = CloudIcon;
15372
15907
  exports.cloudAdd = CloudAddIcon;
15373
15908
  exports.cloudArrowDown = CloudArrowDownIcon;
15374
15909
  exports.cloudArrowUp = CloudArrowUpIcon;
15910
+ exports.cloudDownload = CloudArrowDownIcon;
15375
15911
  exports.cloudOff = CloudOffIcon;
15912
+ exports.cloudUpload = CloudArrowUpIcon;
15376
15913
  exports.code = CodeIcon;
15377
15914
  exports.coffeeHot = CoffeeHotIcon;
15378
15915
  exports.colorPalette = ColorPaletteIcon;
@@ -15423,6 +15960,8 @@ exports.dollarCircle = DollarCircleIcon;
15423
15960
  exports.door = DoorIcon;
15424
15961
  exports.doorOpen = DoorOpenIcon;
15425
15962
  exports.dot = CircleSmallIcon;
15963
+ exports.dotCircle = DotCircleIcon;
15964
+ exports.dotSquare = DotSquareIcon;
15426
15965
  exports.drawText = DrawTextIcon;
15427
15966
  exports.drop = DropIcon;
15428
15967
  exports.edit = PencilIcon;
@@ -15432,6 +15971,7 @@ exports.emojiFrown = EmojiFrownIcon;
15432
15971
  exports.emojiGrin = EmojiGrinIcon;
15433
15972
  exports.emojiLaughter = EmojiLaughterIcon;
15434
15973
  exports.eraser = EraserIcon;
15974
+ exports.exclamationMark = ExclamationMarkIcon;
15435
15975
  exports.expand = ExpandIcon;
15436
15976
  exports.extension = ExtensionIcon;
15437
15977
  exports.external = OpenIcon;
@@ -15449,6 +15989,7 @@ exports.file = FileIcon;
15449
15989
  exports.fileAdd = FileAddIcon;
15450
15990
  exports.fileMultiple = FileMultipleIcon;
15451
15991
  exports.fileSync = FileSyncIcon;
15992
+ exports.fileText = FileTextIcon;
15452
15993
  exports.filter = FilterIcon;
15453
15994
  exports.filter2 = Filter2Icon;
15454
15995
  exports.filterCancel = FilterCancelIcon;
@@ -15597,15 +16138,17 @@ exports.personAdd2 = PersonAdd2Icon;
15597
16138
  exports.personCircle = PersonCircleIcon;
15598
16139
  exports.personMultiple = PersonMultipleIcon;
15599
16140
  exports.phone = PhoneIcon;
15600
- exports.phoneAccept = PhoneAcceptIcon;
15601
- exports.phoneHangUp = PhoneHangUpIcon;
16141
+ exports.phoneAccept = CallIcon;
16142
+ exports.phoneHangUp = CallEndIcon;
15602
16143
  exports.photo = PhotoIcon;
16144
+ exports.photoAdd = PhotoAddIcon;
15603
16145
  exports.photoFilter = PhotoFilterIcon;
15604
16146
  exports.photoMultiple = PhotoMultipleIcon;
15605
16147
  exports.pictureInPicture = PictureInPictureIcon;
15606
16148
  exports.pictureInPicture2 = PictureInPicture2Icon;
15607
16149
  exports.pictureInPictureEnter = PictureInPictureEnterIcon;
15608
16150
  exports.pictureInPictureExit = PictureInPictureExitIcon;
16151
+ exports.pieChart = PieChartIcon;
15609
16152
  exports.pin = PinIcon;
15610
16153
  exports.pinOff = PinOffIcon;
15611
16154
  exports.play = PlayIcon;
@@ -15634,6 +16177,7 @@ exports.reverse = ReverseIcon;
15634
16177
  exports.rhombus = RhombusIcon;
15635
16178
  exports.ribbon = RibbonIcon;
15636
16179
  exports.ribbonStar = RibbonStarIcon;
16180
+ exports.roadBarrier = RoadBarrierIcon;
15637
16181
  exports.roblox = RobloxIcon;
15638
16182
  exports.ruler = RulerIcon;
15639
16183
  exports.rulerDiagonal = RulerDiagonalIcon;
@@ -15678,6 +16222,7 @@ exports.splitHorizontal = SplitHorizontalIcon;
15678
16222
  exports.splitVertical = SplitVerticalIcon;
15679
16223
  exports.square = SquareIcon;
15680
16224
  exports.squareDrag = SquareDragIcon;
16225
+ exports.squareMargins = SquareMarginsIcon;
15681
16226
  exports.star = StarIcon;
15682
16227
  exports.stocks = GraphIcon;
15683
16228
  exports.stocks2 = ArrowTrendingIcon;
@@ -15692,10 +16237,13 @@ exports.tableSimple = TableSimpleIcon;
15692
16237
  exports.tablet = TabletIcon;
15693
16238
  exports.tag = TagIcon;
15694
16239
  exports.tagAccent = TagAccentIcon;
16240
+ exports.tagAdd = TagAddIcon;
15695
16241
  exports.tagMultiple = TagMultipleIcon;
15696
16242
  exports.tagMultipleVar = TagMultipleIcon;
16243
+ exports.tagRemove = TagRemoveIcon;
15697
16244
  exports.target = TargetIcon;
15698
16245
  exports.taskList = TaskListIcon;
16246
+ exports.tasks = TaskListIcon;
15699
16247
  exports.terminal = TerminalIcon;
15700
16248
  exports.text = TextIcon;
15701
16249
  exports.textAdd = TextAddIcon;
@@ -15704,10 +16252,10 @@ exports.textAlignJustify = TextAlignJustifyIcon;
15704
16252
  exports.textAlignLeft = TextAlignLeftIcon;
15705
16253
  exports.textAlignRight = TextAlignRightIcon;
15706
16254
  exports.textBold = TextBoldIcon;
15707
- exports.textBulletList = TextBulletListIcon;
15708
- exports.textBulletListSquare = TextBulletListSquareIcon;
15709
- exports.textBulletListSquareAdd = TextBulletListSquareAddIcon;
15710
- exports.textBulletListTree = TextBulletListTreeIcon;
16255
+ exports.textBulletList = BulletListIcon;
16256
+ exports.textBulletListSquare = BulletListSquareIcon;
16257
+ exports.textBulletListSquareAdd = BulletListSquareAddIcon;
16258
+ exports.textBulletListTree = BulletListTreeIcon;
15711
16259
  exports.textCaseLowercase = TextCaseLowercaseIcon;
15712
16260
  exports.textCaseTitle = TextCaseTitleIcon;
15713
16261
  exports.textCaseUppercase = TextCaseUppercaseIcon;
@@ -15745,6 +16293,7 @@ exports.thumbsDown = ThumbsDownIcon;
15745
16293
  exports.thumbsUp = ThumbsUpIcon;
15746
16294
  exports.tiktok = TiktokIcon;
15747
16295
  exports.timer = TimerIcon;
16296
+ exports.timerOff = TimerOffIcon;
15748
16297
  exports.toolbox = ToolboxIcon;
15749
16298
  exports.triangle = TriangleIcon;
15750
16299
  exports.tune = TuneIcon;