proicons 4.11.2 → 4.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (524) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +24 -21
  3. package/dist/cjs/proicons.cjs +1603 -507
  4. package/dist/esm/categories.js +1 -1
  5. package/dist/esm/functions/getIconInfo.js +1 -1
  6. package/dist/esm/functions/replace.js +1 -1
  7. package/dist/esm/functions/search.js +1 -1
  8. package/dist/esm/iconList.js +40 -11
  9. package/dist/esm/icons/AccessibilityIcon.js +1 -1
  10. package/dist/esm/icons/AddCircleIcon.js +1 -1
  11. package/dist/esm/icons/AddIcon.js +1 -1
  12. package/dist/esm/icons/AddRhombusIcon.js +1 -1
  13. package/dist/esm/icons/AddSquareIcon.js +1 -1
  14. package/dist/esm/icons/AddSquareMultipleIcon.js +1 -1
  15. package/dist/esm/icons/AirplaneIcon.js +1 -1
  16. package/dist/esm/icons/AirplaneLandingIcon.js +1 -1
  17. package/dist/esm/icons/AirplaneTakeoffIcon.js +1 -1
  18. package/dist/esm/icons/AlarmClockIcon.js +57 -0
  19. package/dist/esm/icons/AlbumIcon.js +40 -0
  20. package/dist/esm/icons/AlertCircleIcon.js +1 -1
  21. package/dist/esm/icons/AlertRhombusIcon.js +47 -0
  22. package/dist/esm/icons/AlertTriangleIcon.js +1 -1
  23. package/dist/esm/icons/AlignBottomIcon.js +1 -1
  24. package/dist/esm/icons/AlignHorizontalCentersIcon.js +1 -1
  25. package/dist/esm/icons/AlignLeftIcon.js +1 -1
  26. package/dist/esm/icons/AlignRightIcon.js +1 -1
  27. package/dist/esm/icons/AlignTopIcon.js +1 -1
  28. package/dist/esm/icons/AlignVerticalCentersIcon.js +1 -1
  29. package/dist/esm/icons/AmazonIcon.js +1 -1
  30. package/dist/esm/icons/AnchorIcon.js +1 -1
  31. package/dist/esm/icons/AndroidIcon.js +1 -1
  32. package/dist/esm/icons/AngleIcon.js +1 -1
  33. package/dist/esm/icons/AppRemoveIcon.js +1 -1
  34. package/dist/esm/icons/AppStoreIcon.js +1 -1
  35. package/dist/esm/icons/AppleIcon.js +1 -1
  36. package/dist/esm/icons/AppsAddIcon.js +1 -1
  37. package/dist/esm/icons/AppsIcon.js +1 -1
  38. package/dist/esm/icons/ArcIcon.js +1 -1
  39. package/dist/esm/icons/ArchiveAdd2Icon.js +10 -10
  40. package/dist/esm/icons/ArchiveIcon.js +2 -2
  41. package/dist/esm/icons/ArrowClockwiseIcon.js +1 -1
  42. package/dist/esm/icons/ArrowCounterclockwiseIcon.js +1 -1
  43. package/dist/esm/icons/ArrowDownIcon.js +1 -1
  44. package/dist/esm/icons/ArrowDownloadIcon.js +1 -1
  45. package/dist/esm/icons/ArrowEnterIcon.js +1 -1
  46. package/dist/esm/icons/ArrowExportIcon.js +1 -1
  47. package/dist/esm/icons/ArrowForwardIcon.js +1 -1
  48. package/dist/esm/icons/ArrowImportIcon.js +1 -1
  49. package/dist/esm/icons/ArrowLeftIcon.js +1 -1
  50. package/dist/esm/icons/ArrowLeftRightIcon.js +1 -1
  51. package/dist/esm/icons/ArrowMaximizeIcon.js +1 -1
  52. package/dist/esm/icons/ArrowMinimizeIcon.js +1 -1
  53. package/dist/esm/icons/ArrowMoveIcon.js +1 -1
  54. package/dist/esm/icons/ArrowRedo2Icon.js +1 -1
  55. package/dist/esm/icons/ArrowRedoIcon.js +1 -1
  56. package/dist/esm/icons/ArrowReplyIcon.js +1 -1
  57. package/dist/esm/icons/ArrowRightIcon.js +1 -1
  58. package/dist/esm/icons/ArrowRotateClockwiseIcon.js +1 -1
  59. package/dist/esm/icons/ArrowRotateCounterclockwiseIcon.js +1 -1
  60. package/dist/esm/icons/ArrowSortIcon.js +1 -1
  61. package/dist/esm/icons/ArrowSwapIcon.js +1 -1
  62. package/dist/esm/icons/ArrowSync2Icon.js +1 -1
  63. package/dist/esm/icons/ArrowSyncIcon.js +1 -1
  64. package/dist/esm/icons/ArrowTrendingIcon.js +1 -1
  65. package/dist/esm/icons/ArrowUndo2Icon.js +1 -1
  66. package/dist/esm/icons/ArrowUndoIcon.js +1 -1
  67. package/dist/esm/icons/ArrowUpDownIcon.js +1 -1
  68. package/dist/esm/icons/ArrowUpIcon.js +1 -1
  69. package/dist/esm/icons/ArrowUploadIcon.js +1 -1
  70. package/dist/esm/icons/AttachIcon.js +1 -1
  71. package/dist/esm/icons/BackgroundColorAccentIcon.js +1 -1
  72. package/dist/esm/icons/BackgroundColorIcon.js +1 -1
  73. package/dist/esm/icons/BackspaceIcon.js +1 -1
  74. package/dist/esm/icons/BadgeIcon.js +1 -1
  75. package/dist/esm/icons/BankIcon.js +1 -1
  76. package/dist/esm/icons/BarChartIcon.js +31 -0
  77. package/dist/esm/icons/BatteryFullIcon.js +2 -7
  78. package/dist/esm/icons/BatteryIcon.js +2 -2
  79. package/dist/esm/icons/BeachIcon.js +1 -1
  80. package/dist/esm/icons/BeakerIcon.js +1 -1
  81. package/dist/esm/icons/BellDotIcon.js +1 -1
  82. package/dist/esm/icons/BellIcon.js +1 -1
  83. package/dist/esm/icons/BellOffIcon.js +1 -1
  84. package/dist/esm/icons/BlueskyIcon.js +1 -1
  85. package/dist/esm/icons/BluetoothIcon.js +1 -1
  86. package/dist/esm/icons/BoardIcon.js +1 -1
  87. package/dist/esm/icons/BoltIcon.js +1 -1
  88. package/dist/esm/icons/Book2Icon.js +1 -1
  89. package/dist/esm/icons/BookAdd2Icon.js +1 -1
  90. package/dist/esm/icons/BookAddIcon.js +1 -1
  91. package/dist/esm/icons/BookIcon.js +1 -1
  92. package/dist/esm/icons/BookInfo2Icon.js +1 -1
  93. package/dist/esm/icons/BookInfoIcon.js +1 -1
  94. package/dist/esm/icons/BookOpenIcon.js +1 -1
  95. package/dist/esm/icons/BookmarkAddIcon.js +1 -1
  96. package/dist/esm/icons/BookmarkIcon.js +1 -1
  97. package/dist/esm/icons/BookmarkMultipleIcon.js +1 -1
  98. package/dist/esm/icons/BorderAllIcon.js +1 -1
  99. package/dist/esm/icons/BoxAddIcon.js +41 -0
  100. package/dist/esm/icons/BoxIcon.js +3 -3
  101. package/dist/esm/icons/BracesIcon.js +1 -1
  102. package/dist/esm/icons/BracesVariableIcon.js +1 -1
  103. package/dist/esm/icons/BracketsIcon.js +1 -1
  104. package/dist/esm/icons/BranchCompareIcon.js +1 -1
  105. package/dist/esm/icons/BranchFork2Icon.js +1 -1
  106. package/dist/esm/icons/BranchForkIcon.js +1 -1
  107. package/dist/esm/icons/BranchIcon.js +1 -1
  108. package/dist/esm/icons/BranchPullRequestIcon.js +1 -1
  109. package/dist/esm/icons/Briefcase2Icon.js +1 -1
  110. package/dist/esm/icons/BriefcaseIcon.js +1 -1
  111. package/dist/esm/icons/BrightnessIcon.js +1 -1
  112. package/dist/esm/icons/BroomIcon.js +1 -1
  113. package/dist/esm/icons/BugIcon.js +1 -1
  114. package/dist/esm/icons/BuildingMultipleIcon.js +1 -1
  115. package/dist/esm/icons/{TextBulletListIcon.js → BulletListIcon.js} +4 -4
  116. package/dist/esm/icons/{TextBulletListSquareAddIcon.js → BulletListSquareAddIcon.js} +4 -9
  117. package/dist/esm/icons/{TextBulletListSquareIcon.js → BulletListSquareIcon.js} +4 -9
  118. package/dist/esm/icons/BulletListTreeIcon.js +51 -0
  119. package/dist/esm/icons/ButtonIcon.js +1 -1
  120. package/dist/esm/icons/CakeIcon.js +1 -1
  121. package/dist/esm/icons/CalculatorIcon.js +1 -1
  122. package/dist/esm/icons/CalendarIcon.js +1 -1
  123. package/dist/esm/icons/CallEndIcon.js +30 -0
  124. package/dist/esm/icons/CallIcon.js +30 -0
  125. package/dist/esm/icons/CalligraphyPenIcon.js +1 -1
  126. package/dist/esm/icons/CameraIcon.js +1 -1
  127. package/dist/esm/icons/CancelCircleIcon.js +1 -1
  128. package/dist/esm/icons/CancelIcon.js +1 -1
  129. package/dist/esm/icons/CancelOctagonIcon.js +1 -1
  130. package/dist/esm/icons/CancelSquareIcon.js +1 -1
  131. package/dist/esm/icons/CandyIcon.js +1 -1
  132. package/dist/esm/icons/CartIcon.js +1 -1
  133. package/dist/esm/icons/CentIcon.js +1 -1
  134. package/dist/esm/icons/CenterHorizontalIcon.js +1 -1
  135. package/dist/esm/icons/CenterVerticalIcon.js +1 -1
  136. package/dist/esm/icons/ChatIcon.js +1 -1
  137. package/dist/esm/icons/ChatQuestionIcon.js +43 -0
  138. package/dist/esm/icons/CheckboxCheckedIcon.js +1 -1
  139. package/dist/esm/icons/CheckboxIndeterminate2Icon.js +1 -1
  140. package/dist/esm/icons/CheckboxIndeterminateIcon.js +1 -1
  141. package/dist/esm/icons/{AppsListIcon.js → CheckboxListIcon.js} +4 -4
  142. package/dist/esm/icons/CheckboxUncheckedIcon.js +1 -1
  143. package/dist/esm/icons/CheckmarkCircleIcon.js +1 -1
  144. package/dist/esm/icons/CheckmarkIcon.js +1 -1
  145. package/dist/esm/icons/CheckmarkStarburstIcon.js +1 -1
  146. package/dist/esm/icons/ChevronDownIcon.js +1 -1
  147. package/dist/esm/icons/ChevronLeftIcon.js +1 -1
  148. package/dist/esm/icons/ChevronRightIcon.js +1 -1
  149. package/dist/esm/icons/ChevronUpIcon.js +1 -1
  150. package/dist/esm/icons/ChromeRestoreIcon.js +1 -1
  151. package/dist/esm/icons/CircleIcon.js +1 -1
  152. package/dist/esm/icons/CircleSmallIcon.js +1 -1
  153. package/dist/esm/icons/ClipboardIcon.js +1 -1
  154. package/dist/esm/icons/ClipboardPasteIcon.js +1 -1
  155. package/dist/esm/icons/ClipboardSearchIcon.js +1 -1
  156. package/dist/esm/icons/ClockIcon.js +1 -1
  157. package/dist/esm/icons/ClosedCaptionsIcon.js +1 -1
  158. package/dist/esm/icons/CloudAddIcon.js +41 -0
  159. package/dist/esm/icons/CloudArrowDownIcon.js +41 -0
  160. package/dist/esm/icons/CloudArrowUpIcon.js +49 -0
  161. package/dist/esm/icons/CloudIcon.js +7 -2
  162. package/dist/esm/icons/CloudOffIcon.js +41 -0
  163. package/dist/esm/icons/CodeIcon.js +1 -1
  164. package/dist/esm/icons/CoffeeHotIcon.js +1 -1
  165. package/dist/esm/icons/ColorPaletteIcon.js +1 -1
  166. package/dist/esm/icons/CommentAdd2Icon.js +1 -1
  167. package/dist/esm/icons/CommentAddIcon.js +1 -1
  168. package/dist/esm/icons/CommentExclamationIcon.js +1 -1
  169. package/dist/esm/icons/CommentIcon.js +1 -1
  170. package/dist/esm/icons/CommentMultipleIcon.js +1 -1
  171. package/dist/esm/icons/CompareSizeIcon.js +1 -1
  172. package/dist/esm/icons/CompassIcon.js +1 -1
  173. package/dist/esm/icons/ComponentIcon.js +2 -2
  174. package/dist/esm/icons/ComposeIcon.js +1 -1
  175. package/dist/esm/icons/ComputerIcon.js +1 -1
  176. package/dist/esm/icons/ComputerMacIcon.js +1 -1
  177. package/dist/esm/icons/ConeIcon.js +26 -0
  178. package/dist/esm/icons/ContractDownIcon.js +1 -1
  179. package/dist/esm/icons/CookiesIcon.js +1 -1
  180. package/dist/esm/icons/CopyIcon.js +1 -1
  181. package/dist/esm/icons/CopyleftIcon.js +1 -1
  182. package/dist/esm/icons/CopyrightIcon.js +1 -1
  183. package/dist/esm/icons/CornerRadiusIcon.js +1 -1
  184. package/dist/esm/icons/CreditCardIcon.js +1 -1
  185. package/dist/esm/icons/CropIcon.js +1 -1
  186. package/dist/esm/icons/Css2Icon.js +1 -1
  187. package/dist/esm/icons/CssIcon.js +1 -1
  188. package/dist/esm/icons/CubeIcon.js +25 -0
  189. package/dist/esm/icons/CursorClickIcon.js +1 -1
  190. package/dist/esm/icons/CursorDragIcon.js +1 -1
  191. package/dist/esm/icons/CursorIcon.js +1 -1
  192. package/dist/esm/icons/CutIcon.js +1 -1
  193. package/dist/esm/icons/CylinderIcon.js +26 -0
  194. package/dist/esm/icons/DarkThemeIcon.js +1 -1
  195. package/dist/esm/icons/DatabaseAddIcon.js +1 -1
  196. package/dist/esm/icons/DatabaseIcon.js +1 -1
  197. package/dist/esm/icons/DeleteIcon.js +1 -1
  198. package/dist/esm/icons/DiamondIcon.js +2 -2
  199. package/dist/esm/icons/DiffIcon.js +31 -0
  200. package/dist/esm/icons/DirectionsIcon.js +1 -1
  201. package/dist/esm/icons/DoNotDisturbIcon.js +1 -1
  202. package/dist/esm/icons/DocumentIcon.js +1 -1
  203. package/dist/esm/icons/DollarCircleIcon.js +1 -1
  204. package/dist/esm/icons/DollarIcon.js +1 -1
  205. package/dist/esm/icons/DoorIcon.js +1 -1
  206. package/dist/esm/icons/DoorOpenIcon.js +1 -1
  207. package/dist/esm/icons/DotCircleIcon.js +29 -0
  208. package/dist/esm/icons/DotSquareIcon.js +31 -0
  209. package/dist/esm/icons/DrawTextIcon.js +1 -1
  210. package/dist/esm/icons/DropIcon.js +1 -1
  211. package/dist/esm/icons/EmojiFrownIcon.js +1 -1
  212. package/dist/esm/icons/EmojiGrinIcon.js +1 -1
  213. package/dist/esm/icons/EmojiIcon.js +1 -1
  214. package/dist/esm/icons/EmojiLaughterIcon.js +1 -1
  215. package/dist/esm/icons/EraserIcon.js +1 -1
  216. package/dist/esm/icons/ExclamationMarkIcon.js +26 -0
  217. package/dist/esm/icons/ExpandIcon.js +1 -1
  218. package/dist/esm/icons/ExtensionIcon.js +1 -1
  219. package/dist/esm/icons/EyeIcon.js +1 -1
  220. package/dist/esm/icons/EyeOffIcon.js +24 -4
  221. package/dist/esm/icons/EyedropperColorAccentIcon.js +1 -1
  222. package/dist/esm/icons/EyedropperColorIcon.js +3 -3
  223. package/dist/esm/icons/EyedropperIcon.js +7 -2
  224. package/dist/esm/icons/FacebookIcon.js +1 -1
  225. package/dist/esm/icons/FastForwardIcon.js +1 -1
  226. package/dist/esm/icons/FigmaIcon.js +1 -1
  227. package/dist/esm/icons/FileAddIcon.js +1 -1
  228. package/dist/esm/icons/FileIcon.js +1 -1
  229. package/dist/esm/icons/FileMultipleIcon.js +1 -1
  230. package/dist/esm/icons/FileSyncIcon.js +1 -1
  231. package/dist/esm/icons/FileTextIcon.js +36 -0
  232. package/dist/esm/icons/Filter2Icon.js +1 -1
  233. package/dist/esm/icons/FilterCancel2Icon.js +1 -1
  234. package/dist/esm/icons/FilterCancelIcon.js +1 -1
  235. package/dist/esm/icons/FilterIcon.js +1 -1
  236. package/dist/esm/icons/Flag2Icon.js +2 -2
  237. package/dist/esm/icons/FlagIcon.js +2 -2
  238. package/dist/esm/icons/FlashlightIcon.js +1 -1
  239. package/dist/esm/icons/FoldableHorizontalHalfIcon.js +1 -1
  240. package/dist/esm/icons/FoldableHorizontalIcon.js +1 -1
  241. package/dist/esm/icons/FoldableVerticalHalfIcon.js +1 -1
  242. package/dist/esm/icons/FoldableVerticalIcon.js +1 -1
  243. package/dist/esm/icons/FolderAddIcon.js +2 -2
  244. package/dist/esm/icons/FolderIcon.js +1 -1
  245. package/dist/esm/icons/FolderMultipleIcon.js +1 -1
  246. package/dist/esm/icons/FolderOpenIcon.js +1 -1
  247. package/dist/esm/icons/FullScreenMaximizeIcon.js +1 -1
  248. package/dist/esm/icons/FullScreenMinimizeIcon.js +1 -1
  249. package/dist/esm/icons/GameIcon.js +1 -1
  250. package/dist/esm/icons/GiftIcon.js +1 -1
  251. package/dist/esm/icons/GitCommitIcon.js +1 -1
  252. package/dist/esm/icons/GithubIcon.js +1 -1
  253. package/dist/esm/icons/GitlabIcon.js +1 -1
  254. package/dist/esm/icons/GlobeIcon.js +1 -1
  255. package/dist/esm/icons/Google2Icon.js +1 -1
  256. package/dist/esm/icons/GoogleChromeIcon.js +1 -1
  257. package/dist/esm/icons/GoogleIcon.js +1 -1
  258. package/dist/esm/icons/GooglePlayIcon.js +1 -1
  259. package/dist/esm/icons/GraphIcon.js +7 -2
  260. package/dist/esm/icons/GridDotsIcon.js +1 -1
  261. package/dist/esm/icons/GridIcon.js +1 -1
  262. package/dist/esm/icons/HamburgerIcon.js +1 -1
  263. package/dist/esm/icons/HandIcon.js +1 -1
  264. package/dist/esm/icons/HardDriveIcon.js +1 -1
  265. package/dist/esm/icons/HashIcon.js +1 -1
  266. package/dist/esm/icons/HatGraduationIcon.js +1 -1
  267. package/dist/esm/icons/HeadphonesIcon.js +1 -1
  268. package/dist/esm/icons/HeadphonesOffIcon.js +13 -3
  269. package/dist/esm/icons/HeartIcon.js +1 -1
  270. package/dist/esm/icons/HeartStylisticIcon.js +1 -1
  271. package/dist/esm/icons/HexagonIcon.js +1 -1
  272. package/dist/esm/icons/HighlighterAccentIcon.js +1 -1
  273. package/dist/esm/icons/HighlighterIcon.js +1 -1
  274. package/dist/esm/icons/HistoryIcon.js +3 -3
  275. package/dist/esm/icons/Home2Icon.js +1 -1
  276. package/dist/esm/icons/HomeIcon.js +1 -1
  277. package/dist/esm/icons/HourglassIcon.js +1 -1
  278. package/dist/esm/icons/HtmlIcon.js +1 -1
  279. package/dist/esm/icons/InfinityIcon.js +1 -1
  280. package/dist/esm/icons/InfoIcon.js +1 -1
  281. package/dist/esm/icons/InfoSquareIcon.js +35 -0
  282. package/dist/esm/icons/InstagramIcon.js +1 -1
  283. package/dist/esm/icons/JavascriptIcon.js +1 -1
  284. package/dist/esm/icons/KeyboardCommandIcon.js +1 -1
  285. package/dist/esm/icons/KeyboardIcon.js +1 -1
  286. package/dist/esm/icons/KeyboardShiftIcon.js +1 -1
  287. package/dist/esm/icons/LaptopIcon.js +1 -1
  288. package/dist/esm/icons/LayersIcon.js +1 -1
  289. package/dist/esm/icons/LayoutIcon.js +1 -1
  290. package/dist/esm/icons/LeafIcon.js +1 -1
  291. package/dist/esm/icons/LeafThreeIcon.js +1 -1
  292. package/dist/esm/icons/LeafTwoIcon.js +1 -1
  293. package/dist/esm/icons/LibraryIcon.js +1 -1
  294. package/dist/esm/icons/LightbulbIcon.js +1 -1
  295. package/dist/esm/icons/LineDiagonalIcon.js +1 -1
  296. package/dist/esm/icons/LinkIcon.js +2 -2
  297. package/dist/esm/icons/LinuxIcon.js +1 -1
  298. package/dist/esm/icons/LocationIcon.js +1 -1
  299. package/dist/esm/icons/LockIcon.js +1 -1
  300. package/dist/esm/icons/LockOpenIcon.js +1 -1
  301. package/dist/esm/icons/MailIcon.js +1 -1
  302. package/dist/esm/icons/MailOpenIcon.js +1 -1
  303. package/dist/esm/icons/MapIcon.js +1 -1
  304. package/dist/esm/icons/MaskIcon.js +1 -1
  305. package/dist/esm/icons/MathIcon.js +1 -1
  306. package/dist/esm/icons/MegaphoneIcon.js +1 -1
  307. package/dist/esm/icons/MegaphoneLoudIcon.js +1 -1
  308. package/dist/esm/icons/MentionIcon.js +1 -1
  309. package/dist/esm/icons/MenuIcon.js +1 -1
  310. package/dist/esm/icons/MicrophoneIcon.js +1 -1
  311. package/dist/esm/icons/MicrophoneOffIcon.js +14 -7
  312. package/dist/esm/icons/MicrosoftEdgeIcon.js +1 -1
  313. package/dist/esm/icons/MicrosoftIcon.js +1 -1
  314. package/dist/esm/icons/MoonIcon.js +1 -1
  315. package/dist/esm/icons/MoreIcon.js +1 -1
  316. package/dist/esm/icons/MoreVerticalIcon.js +1 -1
  317. package/dist/esm/icons/MotherboardIcon.js +1 -1
  318. package/dist/esm/icons/MovieIcon.js +1 -1
  319. package/dist/esm/icons/MusicNote2Icon.js +1 -1
  320. package/dist/esm/icons/MusicNoteIcon.js +1 -1
  321. package/dist/esm/icons/NarratorIcon.js +2 -7
  322. package/dist/esm/icons/NodejsIcon.js +1 -1
  323. package/dist/esm/icons/NoteAddIcon.js +1 -1
  324. package/dist/esm/icons/NoteIcon.js +1 -1
  325. package/dist/esm/icons/NpmIcon.js +1 -1
  326. package/dist/esm/icons/OctagonIcon.js +1 -1
  327. package/dist/esm/icons/OpenIcon.js +1 -1
  328. package/dist/esm/icons/OpenSourceIcon.js +1 -1
  329. package/dist/esm/icons/PageMarginsIcon.js +1 -1
  330. package/dist/esm/icons/PaintBucketAccentIcon.js +1 -1
  331. package/dist/esm/icons/PaintBucketIcon.js +1 -1
  332. package/dist/esm/icons/Paintbrush2Icon.js +1 -1
  333. package/dist/esm/icons/PaintbrushIcon.js +1 -1
  334. package/dist/esm/icons/PanelBottomIcon.js +1 -1
  335. package/dist/esm/icons/PanelBottomOpenIcon.js +1 -1
  336. package/dist/esm/icons/PanelLeftContractIcon.js +1 -1
  337. package/dist/esm/icons/PanelLeftExpandIcon.js +1 -1
  338. package/dist/esm/icons/PanelLeftIcon.js +1 -1
  339. package/dist/esm/icons/PanelLeftOpenIcon.js +1 -1
  340. package/dist/esm/icons/PanelRightContractIcon.js +1 -1
  341. package/dist/esm/icons/PanelRightExpandIcon.js +1 -1
  342. package/dist/esm/icons/PanelRightIcon.js +1 -1
  343. package/dist/esm/icons/PanelRightOpenIcon.js +1 -1
  344. package/dist/esm/icons/ParenthesesIcon.js +1 -1
  345. package/dist/esm/icons/PauseIcon.js +1 -1
  346. package/dist/esm/icons/Pdf2Icon.js +1 -1
  347. package/dist/esm/icons/PdfIcon.js +1 -1
  348. package/dist/esm/icons/PencilIcon.js +1 -1
  349. package/dist/esm/icons/PentagonIcon.js +1 -1
  350. package/dist/esm/icons/Person2Icon.js +1 -1
  351. package/dist/esm/icons/PersonAdd2Icon.js +1 -1
  352. package/dist/esm/icons/PersonAddIcon.js +1 -1
  353. package/dist/esm/icons/PersonCircleIcon.js +1 -1
  354. package/dist/esm/icons/PersonIcon.js +1 -1
  355. package/dist/esm/icons/PersonMultipleIcon.js +1 -1
  356. package/dist/esm/icons/PhoneIcon.js +1 -1
  357. package/dist/esm/icons/PhotoAddIcon.js +42 -0
  358. package/dist/esm/icons/PhotoFilterIcon.js +2 -2
  359. package/dist/esm/icons/PhotoIcon.js +1 -1
  360. package/dist/esm/icons/PhotoMultipleIcon.js +1 -1
  361. package/dist/esm/icons/PictureInPicture2Icon.js +1 -1
  362. package/dist/esm/icons/PictureInPictureEnterIcon.js +1 -1
  363. package/dist/esm/icons/PictureInPictureExitIcon.js +1 -1
  364. package/dist/esm/icons/PictureInPictureIcon.js +1 -1
  365. package/dist/esm/icons/PieChartIcon.js +50 -0
  366. package/dist/esm/icons/PinIcon.js +1 -1
  367. package/dist/esm/icons/PinOffIcon.js +12 -2
  368. package/dist/esm/icons/PlayCircleIcon.js +1 -1
  369. package/dist/esm/icons/PlayIcon.js +1 -1
  370. package/dist/esm/icons/PrinterIcon.js +1 -1
  371. package/dist/esm/icons/ProhibitedIcon.js +1 -1
  372. package/dist/esm/icons/PythonIcon.js +1 -1
  373. package/dist/esm/icons/QrCodeIcon.js +2 -2
  374. package/dist/esm/icons/QuestionCircleIcon.js +1 -1
  375. package/dist/esm/icons/QuestionIcon.js +1 -1
  376. package/dist/esm/icons/QuoteIcon.js +1 -1
  377. package/dist/esm/icons/ReactjsIcon.js +1 -1
  378. package/dist/esm/icons/RecordIcon.js +1 -1
  379. package/dist/esm/icons/RecordStopIcon.js +1 -1
  380. package/dist/esm/icons/RectangleWideIcon.js +1 -1
  381. package/dist/esm/icons/RegularExpressionIcon.js +1 -1
  382. package/dist/esm/icons/ReverseIcon.js +1 -1
  383. package/dist/esm/icons/RhombusIcon.js +1 -1
  384. package/dist/esm/icons/RibbonIcon.js +1 -1
  385. package/dist/esm/icons/RibbonStarIcon.js +1 -1
  386. package/dist/esm/icons/RoadBarrierIcon.js +48 -0
  387. package/dist/esm/icons/RobloxIcon.js +1 -1
  388. package/dist/esm/icons/RulerDiagonalIcon.js +1 -1
  389. package/dist/esm/icons/RulerIcon.js +1 -1
  390. package/dist/esm/icons/SaveIcon.js +1 -1
  391. package/dist/esm/icons/SaveMultipleIcon.js +1 -1
  392. package/dist/esm/icons/SavePencilIcon.js +1 -1
  393. package/dist/esm/icons/ScreenSizeIcon.js +1 -1
  394. package/dist/esm/icons/Script2Icon.js +1 -1
  395. package/dist/esm/icons/ScriptIcon.js +1 -1
  396. package/dist/esm/icons/SearchCancelIcon.js +1 -1
  397. package/dist/esm/icons/SearchIcon.js +1 -1
  398. package/dist/esm/icons/SectionBreakIcon.js +1 -1
  399. package/dist/esm/icons/SendIcon.js +1 -1
  400. package/dist/esm/icons/ServerIcon.js +1 -1
  401. package/dist/esm/icons/SettingsIcon.js +1 -1
  402. package/dist/esm/icons/ShapeDifferenceIcon.js +1 -1
  403. package/dist/esm/icons/ShapeIntersectIcon.js +1 -1
  404. package/dist/esm/icons/ShapeSubtractIcon.js +1 -1
  405. package/dist/esm/icons/ShapeUnionIcon.js +1 -1
  406. package/dist/esm/icons/ShieldCancelIcon.js +1 -1
  407. package/dist/esm/icons/ShieldCheckmarkIcon.js +1 -1
  408. package/dist/esm/icons/ShieldIcon.js +1 -1
  409. package/dist/esm/icons/ShieldKeyholeIcon.js +1 -1
  410. package/dist/esm/icons/SkullIcon.js +1 -1
  411. package/dist/esm/icons/SlashSquareIcon.js +1 -1
  412. package/dist/esm/icons/SoundwaveIcon.js +1 -1
  413. package/dist/esm/icons/SpacebarIcon.js +1 -1
  414. package/dist/esm/icons/Sparkle2Icon.js +41 -0
  415. package/dist/esm/icons/SparkleIcon.js +2 -2
  416. package/dist/esm/icons/SpinnerIcon.js +1 -1
  417. package/dist/esm/icons/SplitHorizontalIcon.js +1 -1
  418. package/dist/esm/icons/SplitVerticalIcon.js +1 -1
  419. package/dist/esm/icons/{BoxDragIcon.js → SquareDragIcon.js} +4 -4
  420. package/dist/esm/icons/SquareIcon.js +1 -1
  421. package/dist/esm/icons/{BoxMarginsIcon.js → SquareMarginsIcon.js} +4 -4
  422. package/dist/esm/icons/StarIcon.js +1 -1
  423. package/dist/esm/icons/StrokeThicknessIcon.js +1 -1
  424. package/dist/esm/icons/SubtractIcon.js +1 -1
  425. package/dist/esm/icons/SubtractSquareIcon.js +46 -0
  426. package/dist/esm/icons/{BarGraphIcon.js → SubtractSquareMultipleIcon.js} +14 -18
  427. package/dist/esm/icons/SvelteIcon.js +1 -1
  428. package/dist/esm/icons/SymbolsIcon.js +1 -1
  429. package/dist/esm/icons/TableIcon.js +1 -1
  430. package/dist/esm/icons/TableSimpleIcon.js +1 -1
  431. package/dist/esm/icons/TabletIcon.js +1 -1
  432. package/dist/esm/icons/TagAccentIcon.js +1 -1
  433. package/dist/esm/icons/TagAddIcon.js +47 -0
  434. package/dist/esm/icons/TagIcon.js +1 -1
  435. package/dist/esm/icons/TagMultipleIcon.js +1 -1
  436. package/dist/esm/icons/TagRemoveIcon.js +47 -0
  437. package/dist/esm/icons/TargetIcon.js +43 -0
  438. package/dist/esm/icons/TaskListIcon.js +1 -1
  439. package/dist/esm/icons/TerminalIcon.js +1 -1
  440. package/dist/esm/icons/TextAddIcon.js +1 -1
  441. package/dist/esm/icons/TextAlignCenterIcon.js +1 -1
  442. package/dist/esm/icons/TextAlignJustifyIcon.js +1 -1
  443. package/dist/esm/icons/TextAlignLeftIcon.js +1 -1
  444. package/dist/esm/icons/TextAlignRightIcon.js +1 -1
  445. package/dist/esm/icons/TextBoldIcon.js +1 -1
  446. package/dist/esm/icons/TextCaseLowercaseIcon.js +1 -1
  447. package/dist/esm/icons/TextCaseTitleIcon.js +1 -1
  448. package/dist/esm/icons/TextCaseUppercaseIcon.js +1 -1
  449. package/dist/esm/icons/TextClearFormattingIcon.js +1 -1
  450. package/dist/esm/icons/TextCollapseIcon.js +1 -1
  451. package/dist/esm/icons/TextColorAccentIcon.js +1 -1
  452. package/dist/esm/icons/TextColorIcon.js +1 -1
  453. package/dist/esm/icons/TextDescriptionIcon.js +25 -0
  454. package/dist/esm/icons/TextEditStyleIcon.js +1 -1
  455. package/dist/esm/icons/TextEffectsIcon.js +7 -5
  456. package/dist/esm/icons/TextExpandIcon.js +1 -1
  457. package/dist/esm/icons/TextFontIcon.js +1 -1
  458. package/dist/esm/icons/TextFontSizeIcon.js +1 -1
  459. package/dist/esm/icons/TextFootnoteIcon.js +1 -1
  460. package/dist/esm/icons/TextHighlightColorAccentIcon.js +1 -1
  461. package/dist/esm/icons/TextHighlightColorIcon.js +1 -1
  462. package/dist/esm/icons/TextIcon.js +1 -1
  463. package/dist/esm/icons/TextIndentDecreaseIcon.js +3 -3
  464. package/dist/esm/icons/TextIndentIncreaseIcon.js +3 -3
  465. package/dist/esm/icons/TextItalicIcon.js +1 -1
  466. package/dist/esm/icons/TextLargeIcon.js +1 -1
  467. package/dist/esm/icons/TextLetterSpacingIcon.js +1 -1
  468. package/dist/esm/icons/TextLineHeightIcon.js +1 -1
  469. package/dist/esm/icons/TextLineSpacingIcon.js +1 -1
  470. package/dist/esm/icons/TextNumberListIcon.js +1 -1
  471. package/dist/esm/icons/TextPositionBottomIcon.js +1 -1
  472. package/dist/esm/icons/TextPositionMiddleIcon.js +1 -1
  473. package/dist/esm/icons/TextPositionTopIcon.js +1 -1
  474. package/dist/esm/icons/TextSmallIcon.js +1 -1
  475. package/dist/esm/icons/TextStrikethroughIcon.js +1 -1
  476. package/dist/esm/icons/TextSubscriptIcon.js +1 -1
  477. package/dist/esm/icons/TextSuperscriptIcon.js +1 -1
  478. package/dist/esm/icons/TextTypographyIcon.js +1 -1
  479. package/dist/esm/icons/TextUnderlineIcon.js +1 -1
  480. package/dist/esm/icons/ThumbsDownIcon.js +1 -1
  481. package/dist/esm/icons/ThumbsUpIcon.js +1 -1
  482. package/dist/esm/icons/TiktokIcon.js +1 -1
  483. package/dist/esm/icons/TimerIcon.js +23 -3
  484. package/dist/esm/icons/TimerOffIcon.js +25 -0
  485. package/dist/esm/icons/ToolboxIcon.js +1 -1
  486. package/dist/esm/icons/TriangleIcon.js +1 -1
  487. package/dist/esm/icons/TuneIcon.js +1 -1
  488. package/dist/esm/icons/TvIcon.js +1 -1
  489. package/dist/esm/icons/TypescriptIcon.js +1 -1
  490. package/dist/esm/icons/UbuntuIcon.js +1 -1
  491. package/dist/esm/icons/VehicleCarIcon.js +1 -1
  492. package/dist/esm/icons/VideoClipIcon.js +2 -2
  493. package/dist/esm/icons/VideoIcon.js +2 -2
  494. package/dist/esm/icons/VisualStudioCodeIcon.js +1 -1
  495. package/dist/esm/icons/VolumeIcon.js +1 -1
  496. package/dist/esm/icons/VolumeLowIcon.js +1 -1
  497. package/dist/esm/icons/VolumeMuteIcon.js +1 -1
  498. package/dist/esm/icons/VuejsIcon.js +1 -1
  499. package/dist/esm/icons/WatchIcon.js +1 -1
  500. package/dist/esm/icons/WeatherCloudyIcon.js +1 -1
  501. package/dist/esm/icons/WebpackIcon.js +1 -1
  502. package/dist/esm/icons/WiFiIcon.js +1 -1
  503. package/dist/esm/icons/WindowAddIcon.js +1 -1
  504. package/dist/esm/icons/WindowIcon.js +1 -1
  505. package/dist/esm/icons/WindowMultipleIcon.js +1 -1
  506. package/dist/esm/icons/WrenchIcon.js +1 -1
  507. package/dist/esm/icons/XTwitterIcon.js +1 -2
  508. package/dist/esm/icons/YoutubeIcon.js +1 -1
  509. package/dist/esm/icons/YoutubeShortsIcon.js +1 -1
  510. package/dist/esm/icons/ZoomInIcon.js +1 -1
  511. package/dist/esm/icons/ZoomOutIcon.js +1 -1
  512. package/dist/esm/icons.js +160 -43
  513. package/dist/esm/proicons.js +160 -43
  514. package/dist/esm/types.js +1 -1
  515. package/dist/esm/utils/createIcon.js +1 -1
  516. package/dist/esm/utils/rename.js +2 -2
  517. package/dist/esm/utils/renderNodes.js +1 -1
  518. package/dist/proicons.d.ts +541 -131
  519. package/dist/umd/proicons.cjs +1603 -507
  520. package/dist/umd/proicons.min.cjs +6 -0
  521. package/package.json +20 -13
  522. package/dist/esm/icons/PhoneAcceptIcon.js +0 -29
  523. package/dist/esm/icons/PhoneHangUpIcon.js +0 -29
  524. package/dist/esm/icons/VolumeMediumIcon.js +0 -41
@@ -6,7 +6,7 @@ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read fr
6
6
  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);
7
7
  var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), setter ? setter.call(obj, value) : member.set(obj, value), value);
8
8
  /**
9
- * @license ProIcons v4.11.2 - MIT
9
+ * @license ProIcons v4.12.0 - MIT
10
10
  *
11
11
  * This code is licensed under the MIT license.
12
12
  * See the LICENSE file in the root directory of the source tree.
@@ -57,7 +57,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
57
57
  "Airplane",
58
58
  "Airplane Landing",
59
59
  "Airplane Takeoff",
60
+ "Alarm Clock",
61
+ "Album",
60
62
  "Alert Circle",
63
+ "Alert Rhombus",
61
64
  "Alert Triangle",
62
65
  "Align Bottom",
63
66
  "Align Horizontal Centers",
@@ -74,7 +77,6 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
74
77
  "Apple",
75
78
  "Apps",
76
79
  "Apps Add",
77
- "Apps List",
78
80
  "Arc",
79
81
  "Archive",
80
82
  "Archive Add 2",
@@ -113,7 +115,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
113
115
  "Backspace",
114
116
  "Badge",
115
117
  "Bank",
116
- "Bar Graph",
118
+ "Bar Chart",
117
119
  "Battery",
118
120
  "Battery Full",
119
121
  "Beach",
@@ -137,8 +139,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
137
139
  "Bookmark Multiple",
138
140
  "Border All",
139
141
  "Box",
140
- "Box Drag",
141
- "Box Margins",
142
+ "Box Add",
142
143
  "Braces",
143
144
  "Braces Variable",
144
145
  "Brackets",
@@ -153,12 +154,18 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
153
154
  "Broom",
154
155
  "Bug",
155
156
  "Building Multiple",
157
+ "Bullet List",
158
+ "Bullet List Square",
159
+ "Bullet List Square Add",
160
+ "Bullet List Tree",
156
161
  "Button",
157
162
  "CSS",
158
163
  "CSS 2",
159
164
  "Cake",
160
165
  "Calculator",
161
166
  "Calendar",
167
+ "Call",
168
+ "Call End",
162
169
  "Calligraphy Pen",
163
170
  "Camera",
164
171
  "Cancel",
@@ -171,9 +178,11 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
171
178
  "Center Horizontal",
172
179
  "Center Vertical",
173
180
  "Chat",
181
+ "Chat Question",
174
182
  "Checkbox Checked",
175
183
  "Checkbox Indeterminate",
176
184
  "Checkbox Indeterminate 2",
185
+ "Checkbox List",
177
186
  "Checkbox Unchecked",
178
187
  "Checkmark",
179
188
  "Checkmark Circle",
@@ -191,6 +200,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
191
200
  "Clock",
192
201
  "Closed Captions",
193
202
  "Cloud",
203
+ "Cloud Add",
204
+ "Cloud Arrow Down",
205
+ "Cloud Arrow Up",
206
+ "Cloud Off",
194
207
  "Code",
195
208
  "Coffee Hot",
196
209
  "Color Palette",
@@ -205,6 +218,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
205
218
  "Compose",
206
219
  "Computer",
207
220
  "Computer Mac",
221
+ "Cone",
208
222
  "Contract Down",
209
223
  "Cookies",
210
224
  "Copy",
@@ -213,15 +227,18 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
213
227
  "Corner Radius",
214
228
  "Credit Card",
215
229
  "Crop",
230
+ "Cube",
216
231
  "Cursor",
217
232
  "Cursor Click",
218
233
  "Cursor Drag",
219
234
  "Cut",
235
+ "Cylinder",
220
236
  "Dark Theme",
221
237
  "Database",
222
238
  "Database Add",
223
239
  "Delete",
224
240
  "Diamond",
241
+ "Diff",
225
242
  "Directions",
226
243
  "Do Not Disturb",
227
244
  "Document",
@@ -229,6 +246,8 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
229
246
  "Dollar Circle",
230
247
  "Door",
231
248
  "Door Open",
249
+ "Dot Circle",
250
+ "Dot Square",
232
251
  "Draw Text",
233
252
  "Drop",
234
253
  "Emoji",
@@ -236,6 +255,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
236
255
  "Emoji Grin",
237
256
  "Emoji Laughter",
238
257
  "Eraser",
258
+ "Exclamation Mark",
239
259
  "Expand",
240
260
  "Extension",
241
261
  "Eye",
@@ -250,6 +270,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
250
270
  "File Add",
251
271
  "File Multiple",
252
272
  "File Sync",
273
+ "File Text",
253
274
  "Filter",
254
275
  "Filter 2",
255
276
  "Filter Cancel",
@@ -299,6 +320,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
299
320
  "Hourglass",
300
321
  "Infinity",
301
322
  "Info",
323
+ "Info Square",
302
324
  "Instagram",
303
325
  "JavaScript",
304
326
  "Keyboard",
@@ -374,15 +396,15 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
374
396
  "Person Circle",
375
397
  "Person Multiple",
376
398
  "Phone",
377
- "Phone Accept",
378
- "Phone Hang Up",
379
399
  "Photo",
400
+ "Photo Add",
380
401
  "Photo Filter",
381
402
  "Photo Multiple",
382
403
  "Picture in Picture",
383
404
  "Picture in Picture 2",
384
405
  "Picture in Picture Enter",
385
406
  "Picture in Picture Exit",
407
+ "Pie Chart",
386
408
  "Pin",
387
409
  "Pin Off",
388
410
  "Play",
@@ -403,6 +425,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
403
425
  "Rhombus",
404
426
  "Ribbon",
405
427
  "Ribbon Star",
428
+ "Road Barrier",
406
429
  "Roblox",
407
430
  "Ruler",
408
431
  "Ruler Diagonal",
@@ -431,13 +454,18 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
431
454
  "Soundwave",
432
455
  "Spacebar",
433
456
  "Sparkle",
457
+ "Sparkle 2",
434
458
  "Spinner",
435
459
  "Split Horizontal",
436
460
  "Split Vertical",
437
461
  "Square",
462
+ "Square Drag",
463
+ "Square Margins",
438
464
  "Star",
439
465
  "Stroke Thickness",
440
466
  "Subtract",
467
+ "Subtract Square",
468
+ "Subtract Square Multiple",
441
469
  "Svelte",
442
470
  "Symbols",
443
471
  "TV",
@@ -446,7 +474,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
446
474
  "Tablet",
447
475
  "Tag",
448
476
  "Tag Accent",
477
+ "Tag Add",
449
478
  "Tag Multiple",
479
+ "Tag Remove",
480
+ "Target",
450
481
  "Task List",
451
482
  "Terminal",
452
483
  "Text",
@@ -456,9 +487,6 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
456
487
  "Text Align Left",
457
488
  "Text Align Right",
458
489
  "Text Bold",
459
- "Text Bullet List",
460
- "Text Bullet List Square",
461
- "Text Bullet List Square Add",
462
490
  "Text Case Lowercase",
463
491
  "Text Case Title",
464
492
  "Text Case Uppercase",
@@ -466,6 +494,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
466
494
  "Text Collapse",
467
495
  "Text Color",
468
496
  "Text Color Accent",
497
+ "Text Description",
469
498
  "Text Edit Style",
470
499
  "Text Effects",
471
500
  "Text Expand",
@@ -495,6 +524,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
495
524
  "Thumbs Up",
496
525
  "TikTok",
497
526
  "Timer",
527
+ "Timer Off",
498
528
  "Toolbox",
499
529
  "Triangle",
500
530
  "Tune",
@@ -506,7 +536,6 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
506
536
  "Visual Studio Code",
507
537
  "Volume",
508
538
  "Volume Low",
509
- "Volume Medium",
510
539
  "Volume Mute",
511
540
  "VueJS",
512
541
  "Watch",
@@ -524,7 +553,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
524
553
  "Zoom Out"
525
554
  ];
526
555
  function format(str) {
527
- return str.replace(/[-_()\.\\\/+!@#$%^&*\[\]]/g, " ").replace(/\s\s+/g, " ").replace(/^\s+|\s+$/g, "");
556
+ return str.replace(/[^\w ]|^\d+/g, " ").replace(/\s+/g, " ").trim();
528
557
  }
529
558
  function camelCase(str) {
530
559
  return format(str).split(" ").map(
@@ -934,6 +963,83 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
934
963
  ]
935
964
  ]
936
965
  );
966
+ const AlarmClockIcon = createIcon(
967
+ { name: "Alarm Clock", tags: ["Stopwatch"], category: "Objects", deprecated: false },
968
+ [
969
+ [
970
+ "path",
971
+ {
972
+ stroke: "currentColor",
973
+ "stroke-linecap": "round",
974
+ "stroke-width": "1.5",
975
+ d: "m21.25 7.072-3.574-3.574M2.75 7.072l3.574-3.574"
976
+ },
977
+ []
978
+ ],
979
+ [
980
+ "circle",
981
+ {
982
+ cx: "12",
983
+ cy: "12.753",
984
+ r: "7.75",
985
+ stroke: "currentColor",
986
+ "stroke-width": "1.503"
987
+ },
988
+ []
989
+ ],
990
+ [
991
+ "path",
992
+ {
993
+ stroke: "currentColor",
994
+ "stroke-linecap": "round",
995
+ "stroke-width": "1.503",
996
+ d: "m17.514 18.267 2.236 2.235M6.486 18.267 4.25 20.502"
997
+ },
998
+ []
999
+ ],
1000
+ [
1001
+ "path",
1002
+ {
1003
+ stroke: "currentColor",
1004
+ "stroke-linecap": "round",
1005
+ "stroke-linejoin": "round",
1006
+ "stroke-width": "1.5",
1007
+ d: "M11.9 8.353v4.25l3.685 2.117"
1008
+ },
1009
+ []
1010
+ ]
1011
+ ]
1012
+ );
1013
+ const AlbumIcon = createIcon(
1014
+ { name: "Album", tags: [""], category: "Media", deprecated: false },
1015
+ [
1016
+ [
1017
+ "rect",
1018
+ {
1019
+ width: "16.5",
1020
+ height: "16.5",
1021
+ x: "3.75",
1022
+ y: "3.75",
1023
+ stroke: "currentColor",
1024
+ "stroke-linecap": "round",
1025
+ "stroke-linejoin": "round",
1026
+ "stroke-width": "1.5",
1027
+ rx: "3"
1028
+ },
1029
+ []
1030
+ ],
1031
+ [
1032
+ "path",
1033
+ {
1034
+ stroke: "currentColor",
1035
+ "stroke-linejoin": "round",
1036
+ "stroke-width": "1.5",
1037
+ 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"
1038
+ },
1039
+ []
1040
+ ]
1041
+ ]
1042
+ );
937
1043
  const AlertCircleIcon = createIcon(
938
1044
  { name: "Alert Circle", tags: ["Warning"], category: "Status", deprecated: false },
939
1045
  [
@@ -971,6 +1077,43 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
971
1077
  ]
972
1078
  ]
973
1079
  );
1080
+ const AlertRhombusIcon = createIcon(
1081
+ { name: "Alert Rhombus", tags: ["Diamond"], category: "Status", deprecated: false },
1082
+ [
1083
+ [
1084
+ "path",
1085
+ {
1086
+ stroke: "currentColor",
1087
+ "stroke-linecap": "round",
1088
+ "stroke-linejoin": "round",
1089
+ "stroke-width": "1.5",
1090
+ d: "M3.775 14.475a3.5 3.5 0 0 1 0-4.95l5.75-5.75a3.5 3.5 0 0 1 4.95 0l5.75 5.75a3.5 3.5 0 0 1 0 4.95l-5.75 5.75a3.5 3.5 0 0 1-4.95 0z"
1091
+ },
1092
+ []
1093
+ ],
1094
+ [
1095
+ "path",
1096
+ {
1097
+ stroke: "currentColor",
1098
+ "stroke-linecap": "round",
1099
+ "stroke-width": "1.5",
1100
+ d: "M12 12.435v-5"
1101
+ },
1102
+ []
1103
+ ],
1104
+ [
1105
+ "circle",
1106
+ {
1107
+ cx: "1.25",
1108
+ cy: "1.25",
1109
+ r: "1.25",
1110
+ fill: "currentColor",
1111
+ transform: "matrix(1 0 0 -1 10.75 17.06)"
1112
+ },
1113
+ []
1114
+ ]
1115
+ ]
1116
+ );
974
1117
  const AlertTriangleIcon = createIcon(
975
1118
  { name: "Alert Triangle", tags: ["Warning"], category: "Status", deprecated: false },
976
1119
  [
@@ -1610,89 +1753,6 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
1610
1753
  ]
1611
1754
  ]
1612
1755
  );
1613
- const AppsListIcon = createIcon(
1614
- { name: "Apps List", tags: [""], category: "Organization", deprecated: false },
1615
- [
1616
- [
1617
- "path",
1618
- {
1619
- stroke: "currentColor",
1620
- "stroke-linecap": "round",
1621
- "stroke-linejoin": "round",
1622
- "stroke-width": "1.5",
1623
- d: "M10.25 4.5h11"
1624
- },
1625
- []
1626
- ],
1627
- [
1628
- "rect",
1629
- {
1630
- width: "3.5",
1631
- height: "3.5",
1632
- x: "2.75",
1633
- y: "2.75",
1634
- stroke: "currentColor",
1635
- "stroke-linecap": "round",
1636
- "stroke-linejoin": "round",
1637
- "stroke-width": "1.5",
1638
- rx: "1.2"
1639
- },
1640
- []
1641
- ],
1642
- [
1643
- "path",
1644
- {
1645
- stroke: "currentColor",
1646
- "stroke-linecap": "round",
1647
- "stroke-linejoin": "round",
1648
- "stroke-width": "1.5",
1649
- d: "M10.25 12h11"
1650
- },
1651
- []
1652
- ],
1653
- [
1654
- "rect",
1655
- {
1656
- width: "3.5",
1657
- height: "3.5",
1658
- x: "2.75",
1659
- y: "10.25",
1660
- stroke: "currentColor",
1661
- "stroke-linecap": "round",
1662
- "stroke-linejoin": "round",
1663
- "stroke-width": "1.5",
1664
- rx: "1.2"
1665
- },
1666
- []
1667
- ],
1668
- [
1669
- "path",
1670
- {
1671
- stroke: "currentColor",
1672
- "stroke-linecap": "round",
1673
- "stroke-linejoin": "round",
1674
- "stroke-width": "1.5",
1675
- d: "M10.25 19.5h11"
1676
- },
1677
- []
1678
- ],
1679
- [
1680
- "rect",
1681
- {
1682
- width: "3.5",
1683
- height: "3.5",
1684
- x: "2.75",
1685
- y: "17.75",
1686
- stroke: "currentColor",
1687
- "stroke-linecap": "round",
1688
- "stroke-linejoin": "round",
1689
- "stroke-width": "1.5",
1690
- rx: "1.2"
1691
- },
1692
- []
1693
- ]
1694
- ]
1695
- );
1696
1756
  const AppsIcon = createIcon(
1697
1757
  {
1698
1758
  name: "Apps",
@@ -1786,21 +1846,21 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
1786
1846
  [
1787
1847
  "path",
1788
1848
  {
1789
- stroke: "currentColor",
1790
- "stroke-linecap": "round",
1791
- "stroke-linejoin": "round",
1792
- "stroke-width": "1.5",
1793
- 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"
1849
+ fill: "currentColor",
1850
+ "fill-rule": "evenodd",
1851
+ 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",
1852
+ "clip-rule": "evenodd"
1794
1853
  },
1795
1854
  []
1796
1855
  ],
1797
1856
  [
1798
1857
  "path",
1799
1858
  {
1800
- fill: "currentColor",
1801
- "fill-rule": "evenodd",
1802
- 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",
1803
- "clip-rule": "evenodd"
1859
+ stroke: "currentColor",
1860
+ "stroke-linecap": "round",
1861
+ "stroke-linejoin": "round",
1862
+ "stroke-width": "1.5",
1863
+ 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"
1804
1864
  },
1805
1865
  []
1806
1866
  ]
@@ -1816,7 +1876,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
1816
1876
  "stroke-linecap": "round",
1817
1877
  "stroke-linejoin": "round",
1818
1878
  "stroke-width": "1.5",
1819
- 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"
1879
+ 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"
1820
1880
  },
1821
1881
  []
1822
1882
  ]
@@ -2478,11 +2538,11 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
2478
2538
  ]
2479
2539
  ]
2480
2540
  );
2481
- const BarGraphIcon = createIcon(
2541
+ const BarChartIcon = createIcon(
2482
2542
  {
2483
- name: "Bar Graph",
2543
+ name: "Bar Chart",
2484
2544
  tags: ["Stats", "Statistics", "Data", "Graph", "Chart"],
2485
- category: "Layout",
2545
+ category: "Math & Numbers",
2486
2546
  deprecated: false
2487
2547
  },
2488
2548
  [
@@ -2493,49 +2553,14 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
2493
2553
  "stroke-linecap": "round",
2494
2554
  "stroke-linejoin": "round",
2495
2555
  "stroke-width": "1.5",
2496
- d: "M2.75 21h18.5"
2497
- },
2498
- []
2499
- ],
2500
- [
2501
- "rect",
2502
- {
2503
- width: "6",
2504
- height: "10",
2505
- x: "4",
2506
- y: "7.5",
2507
- stroke: "currentColor",
2508
- "stroke-linecap": "round",
2509
- "stroke-linejoin": "round",
2510
- "stroke-width": "1.5",
2511
- rx: "2"
2512
- },
2513
- []
2514
- ],
2515
- [
2516
- "rect",
2517
- {
2518
- width: "6",
2519
- height: "15",
2520
- x: "14",
2521
- y: "2.5",
2522
- stroke: "currentColor",
2523
- "stroke-linecap": "round",
2524
- "stroke-linejoin": "round",
2525
- "stroke-width": "1.5",
2526
- rx: "2"
2556
+ 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"
2527
2557
  },
2528
2558
  []
2529
2559
  ]
2530
2560
  ]
2531
2561
  );
2532
2562
  const BatteryFullIcon = createIcon(
2533
- {
2534
- name: "Battery Full",
2535
- tags: [""],
2536
- category: "System & Interface",
2537
- deprecated: false
2538
- },
2563
+ { name: "Battery Full", tags: [""], category: "Technology", deprecated: false },
2539
2564
  [
2540
2565
  [
2541
2566
  "rect",
@@ -2578,7 +2603,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
2578
2603
  ]
2579
2604
  );
2580
2605
  const BatteryIcon = createIcon(
2581
- { name: "Battery", tags: [""], category: "System & Interface", deprecated: false },
2606
+ { name: "Battery", tags: [""], category: "Technology", deprecated: false },
2582
2607
  [
2583
2608
  [
2584
2609
  "rect",
@@ -3148,11 +3173,11 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
3148
3173
  ]
3149
3174
  ]
3150
3175
  );
3151
- const BoxDragIcon = createIcon(
3176
+ const BoxAddIcon = createIcon(
3152
3177
  {
3153
- name: "Box Drag",
3154
- tags: ["Grab", "Hand", "Drop", "Grabber", "Dragging"],
3155
- category: "Gestures",
3178
+ name: "Box Add",
3179
+ tags: ["Package", "Amazon", "Delivery"],
3180
+ category: "Objects",
3156
3181
  deprecated: false
3157
3182
  },
3158
3183
  [
@@ -3163,69 +3188,37 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
3163
3188
  "stroke-linecap": "round",
3164
3189
  "stroke-linejoin": "round",
3165
3190
  "stroke-width": "1.5",
3166
- d: "M12.073 17.533v-3.864m2.544-2.937c0-.699-.57-1.265-1.272-1.265s-1.272.566-1.272 1.265v2.937m2.544-.444v-4.21c0-.698.57-1.265 1.272-1.265s1.272.567 1.272 1.266v1.716m0 0v2.493m0-2.493a1.273 1.273 0 0 1 2.545 0v1.717m0 0v.776m0-.776c0-.7.57-1.266 1.272-1.266s1.272.567 1.272 1.266V17.1a5.15 5.15 0 0 1-5.15 5.15h-2.31a5.55 5.55 0 0 1-5.541-5.872l.012-.201a2.4 2.4 0 0 1 1.67-2.146l1.142-.362"
3191
+ 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"
3167
3192
  },
3168
3193
  []
3169
3194
  ],
3170
3195
  [
3171
3196
  "path",
3172
3197
  {
3173
- stroke: "currentColor",
3174
- "stroke-linecap": "round",
3175
- "stroke-linejoin": "round",
3176
- "stroke-width": "1.5",
3177
- d: "M6.75 18.25a3 3 0 0 1-3-3v-8.5a3 3 0 0 1 3-3h8.5a3 3 0 0 1 2.959 2.5"
3198
+ fill: "currentColor",
3199
+ "fill-rule": "evenodd",
3200
+ 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",
3201
+ "clip-rule": "evenodd"
3178
3202
  },
3179
3203
  []
3180
3204
  ]
3181
3205
  ]
3182
3206
  );
3183
- const BoxMarginsIcon = createIcon(
3184
- { name: "Box Margins", tags: [""], category: "Layout", deprecated: false },
3207
+ const BoxIcon = createIcon(
3208
+ {
3209
+ name: "Box",
3210
+ tags: ["Package", "Amazon", "Delivery"],
3211
+ category: "Objects",
3212
+ deprecated: false
3213
+ },
3185
3214
  [
3186
3215
  [
3187
- "rect",
3216
+ "path",
3188
3217
  {
3189
- width: "16.5",
3190
- height: "16.5",
3191
- x: "3.75",
3192
- y: "3.75",
3193
3218
  stroke: "currentColor",
3194
- "stroke-linecap": "round",
3195
3219
  "stroke-linejoin": "round",
3196
3220
  "stroke-width": "1.5",
3197
- rx: "3"
3198
- },
3199
- []
3200
- ],
3201
- [
3202
- "path",
3203
- {
3204
- stroke: "currentColor",
3205
- "stroke-linecap": "round",
3206
- "stroke-linejoin": "round",
3207
- "stroke-width": "1.5",
3208
- d: "M7.75 3.75v16.5m8.5 0V3.75m-12.5 4h16.5m0 8.5H3.75"
3209
- },
3210
- []
3211
- ]
3212
- ]
3213
- );
3214
- const BoxIcon = createIcon(
3215
- {
3216
- name: "Box",
3217
- tags: ["Package", "Amazon", "Delivery"],
3218
- category: "Activities",
3219
- deprecated: false
3220
- },
3221
- [
3222
- [
3223
- "path",
3224
- {
3225
- stroke: "currentColor",
3226
- "stroke-linejoin": "round",
3227
- "stroke-width": "1.5",
3228
- d: "m7.687 9.687 2.66 1.426A3.5 3.5 0 0 0 12 11.53M7.687 9.687 3.884 7.65m3.803 2.038 8.496-4.555.128-.07M3.884 7.648a3.5 3.5 0 0 0-.51 1.82v5.061a3.5 3.5 0 0 0 1.845 3.085l5.127 2.748A3.5 3.5 0 0 0 12 20.78M3.884 7.649a3.5 3.5 0 0 1 1.335-1.264l5.127-2.748a3.5 3.5 0 0 1 3.308 0L16.31 5.06M12 11.53a3.5 3.5 0 0 0 1.654-.416l6.462-3.464M12 11.529v9.25m0 0a3.5 3.5 0 0 0 1.654-.416l5.127-2.748a3.5 3.5 0 0 0 1.846-3.085V9.47a3.5 3.5 0 0 0-.511-1.821m0 0a3.5 3.5 0 0 0-1.335-1.264l-2.47-1.324"
3221
+ d: "m12 12 8.073-4.625M12 12v9.25M12 12 7.963 9.688m12.11-2.313a3.17 3.17 0 0 0-1.165-1.156L16.25 4.696m3.823 2.679c.275.472.427 1.015.427 1.58v6.09a3.15 3.15 0 0 1-1.592 2.736l-5.316 3.046A3.2 3.2 0 0 1 12 21.25M3.926 7.375a3.14 3.14 0 0 0-.426 1.58v6.09c0 1.13.607 2.172 1.592 2.736l5.316 3.046A3.2 3.2 0 0 0 12 21.25M3.926 7.375a3.17 3.17 0 0 1 1.166-1.156l5.316-3.046a3.2 3.2 0 0 1 3.184 0l2.658 1.523M3.926 7.375l4.037 2.313m0 0 8.287-4.992"
3229
3222
  },
3230
3223
  []
3231
3224
  ]
@@ -3534,6 +3527,187 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
3534
3527
  ["circle", { cx: "10.75", cy: "16.5", r: "1", fill: "currentColor" }, []]
3535
3528
  ]
3536
3529
  );
3530
+ const BulletListSquareAddIcon = createIcon(
3531
+ { name: "Bullet List Square Add", tags: [""], category: "Text", deprecated: false },
3532
+ [
3533
+ ["circle", { cx: "7.877", cy: "8.25", r: "1", fill: "currentColor" }, []],
3534
+ [
3535
+ "path",
3536
+ {
3537
+ stroke: "currentColor",
3538
+ "stroke-linecap": "round",
3539
+ "stroke-width": "1.5",
3540
+ d: "M11.062 8.25h5.31"
3541
+ },
3542
+ []
3543
+ ],
3544
+ ["circle", { cx: "7.877", cy: "12", r: "1", fill: "currentColor" }, []],
3545
+ [
3546
+ "path",
3547
+ {
3548
+ stroke: "currentColor",
3549
+ "stroke-linecap": "round",
3550
+ "stroke-width": "1.5",
3551
+ d: "M11.062 12h1.31"
3552
+ },
3553
+ []
3554
+ ],
3555
+ ["circle", { cx: "7.877", cy: "15.75", r: "1", fill: "currentColor" }, []],
3556
+ [
3557
+ "path",
3558
+ {
3559
+ stroke: "currentColor",
3560
+ "stroke-linecap": "round",
3561
+ "stroke-width": "1.5",
3562
+ 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"
3563
+ },
3564
+ []
3565
+ ],
3566
+ [
3567
+ "path",
3568
+ {
3569
+ fill: "currentColor",
3570
+ "fill-rule": "evenodd",
3571
+ 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",
3572
+ "clip-rule": "evenodd"
3573
+ },
3574
+ []
3575
+ ]
3576
+ ]
3577
+ );
3578
+ const BulletListSquareIcon = createIcon(
3579
+ { name: "Bullet List Square", tags: [""], category: "Text", deprecated: false },
3580
+ [
3581
+ ["circle", { cx: "7.877", cy: "8.25", r: "1", fill: "currentColor" }, []],
3582
+ [
3583
+ "path",
3584
+ {
3585
+ stroke: "currentColor",
3586
+ "stroke-linecap": "round",
3587
+ "stroke-width": "1.5",
3588
+ d: "M11.062 8.25h5.31"
3589
+ },
3590
+ []
3591
+ ],
3592
+ ["circle", { cx: "7.877", cy: "12", r: "1", fill: "currentColor" }, []],
3593
+ [
3594
+ "path",
3595
+ {
3596
+ stroke: "currentColor",
3597
+ "stroke-linecap": "round",
3598
+ "stroke-width": "1.5",
3599
+ d: "M11.062 12h5.31"
3600
+ },
3601
+ []
3602
+ ],
3603
+ ["circle", { cx: "7.877", cy: "15.75", r: "1", fill: "currentColor" }, []],
3604
+ [
3605
+ "path",
3606
+ {
3607
+ stroke: "currentColor",
3608
+ "stroke-linecap": "round",
3609
+ "stroke-width": "1.5",
3610
+ d: "M11.062 15.75h5.31"
3611
+ },
3612
+ []
3613
+ ],
3614
+ [
3615
+ "rect",
3616
+ {
3617
+ width: "16.5",
3618
+ height: "16.5",
3619
+ x: "3.75",
3620
+ y: "3.75",
3621
+ stroke: "currentColor",
3622
+ "stroke-width": "1.5",
3623
+ rx: "4"
3624
+ },
3625
+ []
3626
+ ]
3627
+ ]
3628
+ );
3629
+ const BulletListTreeIcon = createIcon(
3630
+ { name: "Bullet List Tree", tags: [""], category: "Organization", deprecated: false },
3631
+ [
3632
+ ["circle", { cx: "4.443", cy: "5.081", r: "1.331", fill: "currentColor" }, []],
3633
+ [
3634
+ "path",
3635
+ {
3636
+ stroke: "currentColor",
3637
+ "stroke-linecap": "round",
3638
+ "stroke-linejoin": "round",
3639
+ "stroke-width": "1.5",
3640
+ d: "M9.123 5.08h11.765"
3641
+ },
3642
+ []
3643
+ ],
3644
+ ["circle", { cx: "4.443", cy: "12", r: "1.331", fill: "currentColor" }, []],
3645
+ [
3646
+ "path",
3647
+ {
3648
+ stroke: "currentColor",
3649
+ "stroke-linecap": "round",
3650
+ "stroke-linejoin": "round",
3651
+ "stroke-width": "1.5",
3652
+ d: "M9.123 12h11.765"
3653
+ },
3654
+ []
3655
+ ],
3656
+ ["circle", { cx: "9.701", cy: "18.919", r: "1.331", fill: "currentColor" }, []],
3657
+ [
3658
+ "path",
3659
+ {
3660
+ stroke: "currentColor",
3661
+ "stroke-linecap": "round",
3662
+ "stroke-linejoin": "round",
3663
+ "stroke-width": "1.5",
3664
+ d: "M14.38 18.92h6.508"
3665
+ },
3666
+ []
3667
+ ]
3668
+ ]
3669
+ );
3670
+ const BulletListIcon = createIcon(
3671
+ { name: "Bullet List", tags: [""], category: "Text", deprecated: false },
3672
+ [
3673
+ ["circle", { cx: "4.443", cy: "5.081", r: "1.331", fill: "currentColor" }, []],
3674
+ [
3675
+ "path",
3676
+ {
3677
+ stroke: "currentColor",
3678
+ "stroke-linecap": "round",
3679
+ "stroke-linejoin": "round",
3680
+ "stroke-width": "1.5",
3681
+ d: "M9.123 5.08h11.765"
3682
+ },
3683
+ []
3684
+ ],
3685
+ ["circle", { cx: "4.443", cy: "12", r: "1.331", fill: "currentColor" }, []],
3686
+ [
3687
+ "path",
3688
+ {
3689
+ stroke: "currentColor",
3690
+ "stroke-linecap": "round",
3691
+ "stroke-linejoin": "round",
3692
+ "stroke-width": "1.5",
3693
+ d: "M9.123 12h11.765"
3694
+ },
3695
+ []
3696
+ ],
3697
+ ["circle", { cx: "4.443", cy: "18.919", r: "1.331", fill: "currentColor" }, []],
3698
+ [
3699
+ "path",
3700
+ {
3701
+ stroke: "currentColor",
3702
+ "stroke-linecap": "round",
3703
+ "stroke-linejoin": "round",
3704
+ "stroke-width": "1.5",
3705
+ d: "M9.123 18.92h11.765"
3706
+ },
3707
+ []
3708
+ ]
3709
+ ]
3710
+ );
3537
3711
  const ButtonIcon = createIcon(
3538
3712
  { name: "Button", tags: ["UI"], category: "System & Interface", deprecated: false },
3539
3713
  [
@@ -3659,6 +3833,46 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
3659
3833
  ]
3660
3834
  ]
3661
3835
  );
3836
+ const CallEndIcon = createIcon(
3837
+ {
3838
+ name: "Call End",
3839
+ tags: ["Phone", "Decline", "Hang Up"],
3840
+ category: "Communication & Cloud",
3841
+ deprecated: false
3842
+ },
3843
+ [
3844
+ [
3845
+ "path",
3846
+ {
3847
+ stroke: "currentColor",
3848
+ "stroke-linejoin": "round",
3849
+ "stroke-width": "1.5",
3850
+ 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"
3851
+ },
3852
+ []
3853
+ ]
3854
+ ]
3855
+ );
3856
+ const CallIcon = createIcon(
3857
+ {
3858
+ name: "Call",
3859
+ tags: ["Phone", "Accept"],
3860
+ category: "Communication & Cloud",
3861
+ deprecated: false
3862
+ },
3863
+ [
3864
+ [
3865
+ "path",
3866
+ {
3867
+ stroke: "currentColor",
3868
+ "stroke-linejoin": "round",
3869
+ "stroke-width": "1.5",
3870
+ 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"
3871
+ },
3872
+ []
3873
+ ]
3874
+ ]
3875
+ );
3662
3876
  const CalligraphyPenIcon = createIcon(
3663
3877
  {
3664
3878
  name: "Calligraphy Pen",
@@ -3985,6 +4199,39 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
3985
4199
  ]
3986
4200
  ]
3987
4201
  );
4202
+ const ChatQuestionIcon = createIcon(
4203
+ {
4204
+ name: "Chat Question",
4205
+ tags: [""],
4206
+ category: "Communication & Cloud",
4207
+ deprecated: false
4208
+ },
4209
+ [
4210
+ [
4211
+ "path",
4212
+ {
4213
+ stroke: "currentColor",
4214
+ "stroke-linecap": "round",
4215
+ "stroke-linejoin": "round",
4216
+ "stroke-width": "1.5",
4217
+ d: "M12 21.25a9.25 9.25 0 1 0-8.307-5.177c.108.22.144.468.089.706l-.816 3.536a.6.6 0 0 0 .72.72l3.535-.817a1.06 1.06 0 0 1 .706.09A9.2 9.2 0 0 0 12 21.25"
4218
+ },
4219
+ []
4220
+ ],
4221
+ [
4222
+ "path",
4223
+ {
4224
+ stroke: "currentColor",
4225
+ "stroke-linecap": "round",
4226
+ "stroke-linejoin": "round",
4227
+ "stroke-width": "1.5",
4228
+ d: "M9.301 9.709a2.699 2.699 0 1 1 4.85 1.63 4 4 0 0 1-.32.317c-.092.078-.137.11-.227.171l-.979.675a1.81 1.81 0 0 0-.784 1.493"
4229
+ },
4230
+ []
4231
+ ],
4232
+ ["circle", { cx: "11.828", cy: "16.74", r: "1", fill: "currentColor" }, []]
4233
+ ]
4234
+ );
3988
4235
  const ChatIcon = createIcon(
3989
4236
  { name: "Chat", tags: [""], category: "Communication & Cloud", deprecated: false },
3990
4237
  [
@@ -4106,6 +4353,89 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
4106
4353
  ]
4107
4354
  ]
4108
4355
  );
4356
+ const CheckboxListIcon = createIcon(
4357
+ { name: "Checkbox List", tags: [""], category: "Organization", deprecated: false },
4358
+ [
4359
+ [
4360
+ "path",
4361
+ {
4362
+ stroke: "currentColor",
4363
+ "stroke-linecap": "round",
4364
+ "stroke-linejoin": "round",
4365
+ "stroke-width": "1.5",
4366
+ d: "M10.25 4.5h11"
4367
+ },
4368
+ []
4369
+ ],
4370
+ [
4371
+ "rect",
4372
+ {
4373
+ width: "3.5",
4374
+ height: "3.5",
4375
+ x: "2.75",
4376
+ y: "2.75",
4377
+ stroke: "currentColor",
4378
+ "stroke-linecap": "round",
4379
+ "stroke-linejoin": "round",
4380
+ "stroke-width": "1.5",
4381
+ rx: "1.2"
4382
+ },
4383
+ []
4384
+ ],
4385
+ [
4386
+ "path",
4387
+ {
4388
+ stroke: "currentColor",
4389
+ "stroke-linecap": "round",
4390
+ "stroke-linejoin": "round",
4391
+ "stroke-width": "1.5",
4392
+ d: "M10.25 12h11"
4393
+ },
4394
+ []
4395
+ ],
4396
+ [
4397
+ "rect",
4398
+ {
4399
+ width: "3.5",
4400
+ height: "3.5",
4401
+ x: "2.75",
4402
+ y: "10.25",
4403
+ stroke: "currentColor",
4404
+ "stroke-linecap": "round",
4405
+ "stroke-linejoin": "round",
4406
+ "stroke-width": "1.5",
4407
+ rx: "1.2"
4408
+ },
4409
+ []
4410
+ ],
4411
+ [
4412
+ "path",
4413
+ {
4414
+ stroke: "currentColor",
4415
+ "stroke-linecap": "round",
4416
+ "stroke-linejoin": "round",
4417
+ "stroke-width": "1.5",
4418
+ d: "M10.25 19.5h11"
4419
+ },
4420
+ []
4421
+ ],
4422
+ [
4423
+ "rect",
4424
+ {
4425
+ width: "3.5",
4426
+ height: "3.5",
4427
+ x: "2.75",
4428
+ y: "17.75",
4429
+ stroke: "currentColor",
4430
+ "stroke-linecap": "round",
4431
+ "stroke-linejoin": "round",
4432
+ "stroke-width": "1.5",
4433
+ rx: "1.2"
4434
+ },
4435
+ []
4436
+ ]
4437
+ ]
4438
+ );
4109
4439
  const CheckboxUncheckedIcon = createIcon(
4110
4440
  {
4111
4441
  name: "Checkbox Unchecked",
@@ -4507,8 +4837,145 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
4507
4837
  ]
4508
4838
  ]
4509
4839
  );
4840
+ const CloudAddIcon = createIcon(
4841
+ {
4842
+ name: "Cloud Add",
4843
+ tags: ["Drive", "Internet", "Storage", "OneDrive", "Upload"],
4844
+ category: "Communication & Cloud",
4845
+ deprecated: false
4846
+ },
4847
+ [
4848
+ [
4849
+ "path",
4850
+ {
4851
+ stroke: "currentColor",
4852
+ "stroke-linecap": "round",
4853
+ "stroke-linejoin": "round",
4854
+ "stroke-width": "1.5",
4855
+ d: "M10.33 18.5H7.375q-.09 0-.178-.005-.098.005-.197.005A4.25 4.25 0 0 1 7 10a.445.445 0 0 0 .431-.334 5.502 5.502 0 0 1 10.793.634"
4856
+ },
4857
+ []
4858
+ ],
4859
+ [
4860
+ "path",
4861
+ {
4862
+ fill: "currentColor",
4863
+ "fill-rule": "evenodd",
4864
+ 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",
4865
+ "clip-rule": "evenodd"
4866
+ },
4867
+ []
4868
+ ]
4869
+ ]
4870
+ );
4871
+ const CloudArrowDownIcon = createIcon(
4872
+ {
4873
+ name: "Cloud Arrow Down",
4874
+ tags: ["Drive", "Internet", "Storage", "OneDrive", "Download", "Restore"],
4875
+ category: "Communication & Cloud",
4876
+ deprecated: false
4877
+ },
4878
+ [
4879
+ [
4880
+ "path",
4881
+ {
4882
+ stroke: "currentColor",
4883
+ "stroke-linecap": "round",
4884
+ "stroke-linejoin": "round",
4885
+ "stroke-width": "1.5",
4886
+ d: "M10.33 18.5H7.375q-.09 0-.178-.005-.098.005-.197.005A4.25 4.25 0 0 1 7 10a.445.445 0 0 0 .431-.334 5.502 5.502 0 0 1 10.793.634"
4887
+ },
4888
+ []
4889
+ ],
4890
+ [
4891
+ "path",
4892
+ {
4893
+ fill: "currentColor",
4894
+ "fill-rule": "evenodd",
4895
+ d: "M17.5 23a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m.5-8.455a.5.5 0 0 0-1 0v4.703l-1.564-1.564a.5.5 0 0 0-.707.707l2.417 2.418a.5.5 0 0 0 .708 0l2.417-2.418a.5.5 0 0 0-.707-.707L18 19.248z",
4896
+ "clip-rule": "evenodd"
4897
+ },
4898
+ []
4899
+ ]
4900
+ ]
4901
+ );
4902
+ const CloudArrowUpIcon = createIcon(
4903
+ {
4904
+ name: "Cloud Arrow Up",
4905
+ tags: [
4906
+ "Drive",
4907
+ "Internet",
4908
+ "Storage",
4909
+ "OneDrive",
4910
+ "Upload",
4911
+ "Synchronize",
4912
+ "Backup"
4913
+ ],
4914
+ category: "Communication & Cloud",
4915
+ deprecated: false
4916
+ },
4917
+ [
4918
+ [
4919
+ "path",
4920
+ {
4921
+ stroke: "currentColor",
4922
+ "stroke-linecap": "round",
4923
+ "stroke-linejoin": "round",
4924
+ "stroke-width": "1.5",
4925
+ d: "M10.33 18.5H7.375q-.09 0-.178-.005-.098.005-.197.005A4.25 4.25 0 0 1 7 10a.445.445 0 0 0 .431-.334 5.502 5.502 0 0 1 10.793.634"
4926
+ },
4927
+ []
4928
+ ],
4929
+ [
4930
+ "path",
4931
+ {
4932
+ fill: "currentColor",
4933
+ "fill-rule": "evenodd",
4934
+ d: "M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11m.5 8.455a.5.5 0 0 1-1 0v-4.703l-1.564 1.564a.5.5 0 0 1-.707-.707l2.417-2.418a.5.5 0 0 1 .708 0l2.417 2.418a.5.5 0 0 1-.707.707L18 15.752z",
4935
+ "clip-rule": "evenodd"
4936
+ },
4937
+ []
4938
+ ]
4939
+ ]
4940
+ );
4941
+ const CloudOffIcon = createIcon(
4942
+ {
4943
+ name: "Cloud Off",
4944
+ tags: [""],
4945
+ category: "Communication & Cloud",
4946
+ deprecated: false
4947
+ },
4948
+ [
4949
+ [
4950
+ "path",
4951
+ {
4952
+ stroke: "currentColor",
4953
+ "stroke-linecap": "round",
4954
+ "stroke-width": "1.5",
4955
+ d: "m2.75 21.25 18.5-18.5"
4956
+ },
4957
+ []
4958
+ ],
4959
+ [
4960
+ "path",
4961
+ {
4962
+ stroke: "currentColor",
4963
+ "stroke-linecap": "round",
4964
+ "stroke-linejoin": "round",
4965
+ "stroke-width": "1.5",
4966
+ 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"
4967
+ },
4968
+ []
4969
+ ]
4970
+ ]
4971
+ );
4510
4972
  const CloudIcon = createIcon(
4511
- { name: "Cloud", tags: [""], category: "Communication & Cloud", deprecated: false },
4973
+ {
4974
+ name: "Cloud",
4975
+ tags: ["Drive", "Internet", "Storage", "OneDrive"],
4976
+ category: "Communication & Cloud",
4977
+ deprecated: false
4978
+ },
4512
4979
  [
4513
4980
  [
4514
4981
  "path",
@@ -4832,7 +5299,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
4832
5299
  {
4833
5300
  name: "Component",
4834
5301
  tags: ["Symbol", "Figma", "Sketch", "Icon", "Asset"],
4835
- category: "Places & Transportation",
5302
+ category: "Design",
4836
5303
  deprecated: false
4837
5304
  },
4838
5305
  [
@@ -4986,6 +5453,22 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
4986
5453
  ]
4987
5454
  ]
4988
5455
  );
5456
+ const ConeIcon = createIcon(
5457
+ { name: "Cone", tags: ["Tube"], category: "Shapes", deprecated: false },
5458
+ [
5459
+ [
5460
+ "path",
5461
+ {
5462
+ stroke: "currentColor",
5463
+ "stroke-linecap": "round",
5464
+ "stroke-linejoin": "round",
5465
+ "stroke-width": "1.5",
5466
+ d: "M4.035 17.883c.716-.8 2.908-2.633 7.965-2.633s7.25 1.833 7.965 2.633m-15.93 0c-.043.43.084.852.424 1.15 1.01.89 3.239 2.217 7.541 2.217s6.531-1.328 7.541-2.216c.34-.3.467-.722.424-1.15m-15.93 0c.02-.201.077-.404.167-.595l6.44-13.678c.542-1.148 2.175-1.148 2.715 0l6.44 13.678c.09.191.148.394.168.594"
5467
+ },
5468
+ []
5469
+ ]
5470
+ ]
5471
+ );
4989
5472
  const ContractDownIcon = createIcon(
4990
5473
  { name: "Contract Down", tags: [""], category: "Window", deprecated: false },
4991
5474
  [
@@ -5265,6 +5748,21 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
5265
5748
  ]
5266
5749
  ]
5267
5750
  );
5751
+ const CubeIcon = createIcon(
5752
+ { name: "Cube", tags: ["Box", "Prism"], category: "Shapes", deprecated: false },
5753
+ [
5754
+ [
5755
+ "path",
5756
+ {
5757
+ stroke: "currentColor",
5758
+ "stroke-linejoin": "round",
5759
+ "stroke-width": "1.5",
5760
+ d: "m12 12 8.073-4.625M12 12 3.926 7.375M12 12v9.25m8.073-13.875a3.17 3.17 0 0 0-1.165-1.156l-5.316-3.046a3.2 3.2 0 0 0-3.184 0L5.092 6.22c-.493.282-.89.684-1.166 1.156m16.147 0c.275.472.427 1.015.427 1.58v6.09a3.15 3.15 0 0 1-1.592 2.736l-5.316 3.046A3.2 3.2 0 0 1 12 21.25M3.926 7.375a3.14 3.14 0 0 0-.426 1.58v6.09c0 1.13.607 2.172 1.592 2.736l5.316 3.046A3.2 3.2 0 0 0 12 21.25"
5761
+ },
5762
+ []
5763
+ ]
5764
+ ]
5765
+ );
5268
5766
  const CursorClickIcon = createIcon(
5269
5767
  {
5270
5768
  name: "Cursor Click",
@@ -5353,6 +5851,22 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
5353
5851
  ]
5354
5852
  ]
5355
5853
  );
5854
+ const CylinderIcon = createIcon(
5855
+ { name: "Cylinder", tags: ["Tube"], category: "Shapes", deprecated: false },
5856
+ [
5857
+ [
5858
+ "path",
5859
+ {
5860
+ stroke: "currentColor",
5861
+ "stroke-linecap": "round",
5862
+ "stroke-linejoin": "round",
5863
+ "stroke-width": "1.5",
5864
+ d: "M19.25 6.347c0 1.987-3.246 3.598-7.25 3.598s-7.25-1.61-7.25-3.598m14.5 0c0-1.986-3.246-3.597-7.25-3.597S4.75 4.36 4.75 6.347m14.5 0v11.306c0 1.986-3.246 3.597-7.25 3.597s-7.25-1.61-7.25-3.597V6.347"
5865
+ },
5866
+ []
5867
+ ]
5868
+ ]
5869
+ );
5356
5870
  const DarkThemeIcon = createIcon(
5357
5871
  {
5358
5872
  name: "Dark Theme",
@@ -5444,14 +5958,35 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
5444
5958
  "stroke-linecap": "round",
5445
5959
  "stroke-linejoin": "round",
5446
5960
  "stroke-width": "1.5",
5447
- d: "M4.687 6.213 6.8 18.976a2.5 2.5 0 0 0 2.466 2.092h3.348m6.698-14.855L17.2 18.976a2.5 2.5 0 0 1-2.466 2.092h-3.348m-1.364-9.952v5.049m3.956-5.049v5.049M2.75 6.213h18.5m-6.473 0v-1.78a1.5 1.5 0 0 0-1.5-1.5h-2.554a1.5 1.5 0 0 0-1.5 1.5v1.78z"
5961
+ d: "M4.687 6.213 6.8 18.976a2.5 2.5 0 0 0 2.466 2.092h3.348m6.698-14.855L17.2 18.976a2.5 2.5 0 0 1-2.466 2.092h-3.348m-1.364-9.952v5.049m3.956-5.049v5.049M2.75 6.213h18.5m-6.473 0v-1.78a1.5 1.5 0 0 0-1.5-1.5h-2.554a1.5 1.5 0 0 0-1.5 1.5v1.78z"
5962
+ },
5963
+ []
5964
+ ]
5965
+ ]
5966
+ );
5967
+ const DiamondIcon = createIcon(
5968
+ { name: "Diamond", tags: ["Premium", "Pro"], category: "Nature", deprecated: false },
5969
+ [
5970
+ [
5971
+ "path",
5972
+ {
5973
+ stroke: "currentColor",
5974
+ "stroke-linecap": "round",
5975
+ "stroke-linejoin": "round",
5976
+ "stroke-width": "1.5",
5977
+ d: "M7.69 9.915h8.62m-8.62 0H2.75m4.94 0 3.65 10.051M7.69 9.915l2.4-3.933.55-1.012m5.67 4.945h4.94m-4.94 0-3.65 10.051m3.65-10.051-2.4-3.933-.566-1.012M2.75 9.915c0 .42.079.84.236 1.236.212.535.642 1.028 1.5 2.013l3.467 3.976c1.397 1.602 2.095 2.404 2.923 2.698q.229.081.464.128M2.75 9.915c0-.42.079-.84.236-1.237.212-.535.642-1.027 1.5-2.013.467-.534.7-.801.97-1.008a3.36 3.36 0 0 1 1.361-.619c.334-.068.688-.068 1.397-.068h2.427M21.25 9.915c0 .42-.079.84-.236 1.236-.212.535-.642 1.028-1.5 2.013l-3.467 3.976c-1.397 1.602-2.095 2.404-2.923 2.698a3.4 3.4 0 0 1-.464.128m8.59-10.051c0-.42-.079-.84-.236-1.237-.212-.535-.642-1.027-1.5-2.013-.467-.534-.7-.801-.97-1.008a3.36 3.36 0 0 0-1.361-.619c-.334-.068-.688-.068-1.397-.068h-2.442m-.684 14.996a3.4 3.4 0 0 1-1.32 0M13.344 4.97H10.64"
5448
5978
  },
5449
5979
  []
5450
5980
  ]
5451
5981
  ]
5452
5982
  );
5453
- const DiamondIcon = createIcon(
5454
- { name: "Diamond", tags: ["Premium", "Pro"], category: "Objects", deprecated: false },
5983
+ const DiffIcon = createIcon(
5984
+ {
5985
+ name: "Diff",
5986
+ tags: ["Add Subtract", "Minus", "Changes", "Git"],
5987
+ category: "Development",
5988
+ deprecated: false
5989
+ },
5455
5990
  [
5456
5991
  [
5457
5992
  "path",
@@ -5460,7 +5995,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
5460
5995
  "stroke-linecap": "round",
5461
5996
  "stroke-linejoin": "round",
5462
5997
  "stroke-width": "1.5",
5463
- d: "M7.69 9.915h8.62m-8.62 0H2.75m4.94 0 3.65 10.051M7.69 9.915l2.4-3.933.55-1.012m5.67 4.945h4.94m-4.94 0-3.65 10.051m3.65-10.051-2.4-3.933-.566-1.012M2.75 9.915c0 .42.079.84.236 1.236.212.535.642 1.028 1.5 2.013l3.467 3.976c1.397 1.602 2.095 2.404 2.923 2.698q.229.081.464.128M2.75 9.915c0-.42.079-.84.236-1.237.212-.535.642-1.027 1.5-2.013.467-.534.7-.801.97-1.008a3.36 3.36 0 0 1 1.361-.619c.334-.068.688-.068 1.397-.068h2.427M21.25 9.915c0 .42-.079.84-.236 1.236-.212.535-.642 1.028-1.5 2.013l-3.467 3.976c-1.397 1.602-2.095 2.404-2.923 2.698a3.4 3.4 0 0 1-.464.128m8.59-10.051c0-.42-.079-.84-.236-1.237-.212-.535-.642-1.027-1.5-2.013-.467-.534-.7-.801-.97-1.008a3.36 3.36 0 0 0-1.361-.619c-.334-.068-.688-.068-1.397-.068h-2.442m-.684 14.996a3.4 3.4 0 0 1-1.32 0M13.344 4.97H10.64"
5998
+ d: "M5 10.25h7m0 0h7m-7 0v-7m0 7v7m-7 3.5h14"
5464
5999
  },
5465
6000
  []
5466
6001
  ]
@@ -5652,6 +6187,46 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
5652
6187
  ["circle", { cx: "15.25", cy: "12.5", r: "1.5", fill: "currentColor" }, []]
5653
6188
  ]
5654
6189
  );
6190
+ const DotCircleIcon = createIcon(
6191
+ { name: "Dot Circle", tags: [""], category: "Shapes", deprecated: false },
6192
+ [
6193
+ [
6194
+ "circle",
6195
+ {
6196
+ cx: "12",
6197
+ cy: "12",
6198
+ r: "9.25",
6199
+ stroke: "currentColor",
6200
+ "stroke-linecap": "round",
6201
+ "stroke-linejoin": "round",
6202
+ "stroke-width": "1.5"
6203
+ },
6204
+ []
6205
+ ],
6206
+ ["circle", { cx: "12", cy: "12", r: "2.5", fill: "currentColor" }, []]
6207
+ ]
6208
+ );
6209
+ const DotSquareIcon = createIcon(
6210
+ { name: "Dot Square", tags: [""], category: "Shapes", deprecated: false },
6211
+ [
6212
+ [
6213
+ "rect",
6214
+ {
6215
+ width: "16.5",
6216
+ height: "16.5",
6217
+ x: "3.75",
6218
+ y: "3.75",
6219
+ stroke: "currentColor",
6220
+ "stroke-linecap": "round",
6221
+ "stroke-linejoin": "round",
6222
+ "stroke-width": "1.5",
6223
+ rx: "4"
6224
+ },
6225
+ []
6226
+ ],
6227
+ ["circle", { cx: "12", cy: "12", r: "2.5", fill: "currentColor" }, []]
6228
+ ]
6229
+ );
5655
6230
  const DrawTextIcon = createIcon(
5656
6231
  { name: "Draw Text", tags: [""], category: "Text", deprecated: false },
5657
6232
  [
@@ -5854,6 +6429,22 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
5854
6429
  ]
5855
6430
  ]
5856
6431
  );
6432
+ const ExclamationMarkIcon = createIcon(
6433
+ { name: "Exclamation Mark", tags: [""], category: "Text", deprecated: false },
6434
+ [
6435
+ ["circle", { cx: "12", cy: "19.38", r: "1.25", fill: "currentColor" }, []],
6436
+ [
6437
+ "path",
6438
+ {
6439
+ stroke: "currentColor",
6440
+ "stroke-linecap": "round",
6441
+ "stroke-width": "1.5",
6442
+ d: "M12 4.13v11"
6443
+ },
6444
+ []
6445
+ ]
6446
+ ]
6447
+ );
5857
6448
  const ExpandIcon = createIcon(
5858
6449
  { name: "Expand", tags: [""], category: "Window", deprecated: false },
5859
6450
  [
@@ -5894,7 +6485,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
5894
6485
  const EyeOffIcon = createIcon(
5895
6486
  {
5896
6487
  name: "Eye Off",
5897
- tags: ["Invisible", "Hidden", "Hide"],
6488
+ tags: ["Invisible", "Hidden"],
5898
6489
  category: "Actions",
5899
6490
  deprecated: false
5900
6491
  },
@@ -5904,9 +6495,29 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
5904
6495
  {
5905
6496
  stroke: "currentColor",
5906
6497
  "stroke-linecap": "round",
5907
- "stroke-linejoin": "round",
5908
6498
  "stroke-width": "1.5",
5909
- 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"
6499
+ d: "m2.75 21.25 18.5-18.5"
6500
+ },
6501
+ []
6502
+ ],
6503
+ [
6504
+ "path",
6505
+ {
6506
+ fill: "currentColor",
6507
+ stroke: "currentColor",
6508
+ "stroke-linecap": "round",
6509
+ "stroke-width": "1.5",
6510
+ 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"
6511
+ },
6512
+ []
6513
+ ],
6514
+ [
6515
+ "path",
6516
+ {
6517
+ stroke: "currentColor",
6518
+ "stroke-linecap": "round",
6519
+ "stroke-width": "1.5",
6520
+ 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"
5910
6521
  },
5911
6522
  []
5912
6523
  ]
@@ -5958,8 +6569,8 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
5958
6569
  const EyedropperColorIcon = createIcon(
5959
6570
  {
5960
6571
  name: "Eyedropper Color",
5961
- tags: ["Eyedropper 2"],
5962
- category: "Objects",
6572
+ tags: ["Eyedropper 2", "Filled", "Full", "Color Picker"],
6573
+ category: "Design",
5963
6574
  deprecated: false
5964
6575
  },
5965
6576
  [
@@ -5977,7 +6588,12 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
5977
6588
  ]
5978
6589
  );
5979
6590
  const EyedropperIcon = createIcon(
5980
- { name: "Eyedropper", tags: ["Color"], category: "Objects", deprecated: false },
6591
+ {
6592
+ name: "Eyedropper",
6593
+ tags: ["Color", "Color Picker"],
6594
+ category: "Design",
6595
+ deprecated: false
6596
+ },
5981
6597
  [
5982
6598
  [
5983
6599
  "path",
@@ -6186,6 +6802,32 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
6186
6802
  ]
6187
6803
  ]
6188
6804
  );
6805
+ const FileTextIcon = createIcon(
6806
+ { name: "File Text", tags: [""], category: "Files", deprecated: false },
6807
+ [
6808
+ [
6809
+ "path",
6810
+ {
6811
+ stroke: "currentColor",
6812
+ "stroke-linecap": "round",
6813
+ "stroke-linejoin": "round",
6814
+ "stroke-width": "1.5",
6815
+ 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"
6816
+ },
6817
+ []
6818
+ ],
6819
+ [
6820
+ "path",
6821
+ {
6822
+ stroke: "currentColor",
6823
+ "stroke-linecap": "round",
6824
+ "stroke-width": "1.5",
6825
+ d: "M7.29 13.77h9.42m-9.42 3.48h6.42"
6826
+ },
6827
+ []
6828
+ ]
6829
+ ]
6830
+ );
6189
6831
  const FileIcon = createIcon(
6190
6832
  { name: "File", tags: [""], category: "Files", deprecated: false },
6191
6833
  [
@@ -6298,7 +6940,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
6298
6940
  "Waving",
6299
6941
  "Wave"
6300
6942
  ],
6301
- category: "Objects",
6943
+ category: "Places & Transportation",
6302
6944
  deprecated: false
6303
6945
  },
6304
6946
  [
@@ -6319,7 +6961,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
6319
6961
  {
6320
6962
  name: "Flag",
6321
6963
  tags: ["Report", "Checkpoint", "Flagged", "Font Awesome"],
6322
- category: "Objects",
6964
+ category: "Places & Transportation",
6323
6965
  deprecated: false
6324
6966
  },
6325
6967
  [
@@ -6496,7 +7138,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
6496
7138
  "stroke-linecap": "round",
6497
7139
  "stroke-linejoin": "round",
6498
7140
  "stroke-width": "1.5",
6499
- 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"
7141
+ 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"
6500
7142
  },
6501
7143
  []
6502
7144
  ]
@@ -6798,7 +7440,12 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
6798
7440
  ]
6799
7441
  );
6800
7442
  const GraphIcon = createIcon(
6801
- { name: "Graph", tags: ["Stocks", "Data"], category: "Business", deprecated: false },
7443
+ {
7444
+ name: "Graph",
7445
+ tags: ["Stocks", "Data"],
7446
+ category: "Math & Numbers",
7447
+ deprecated: false
7448
+ },
6802
7449
  [
6803
7450
  [
6804
7451
  "path",
@@ -7039,11 +7686,21 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
7039
7686
  const HeadphonesOffIcon = createIcon(
7040
7687
  { name: "Headphones Off", tags: ["Audio"], category: "Media", deprecated: false },
7041
7688
  [
7689
+ [
7690
+ "path",
7691
+ {
7692
+ stroke: "currentColor",
7693
+ "stroke-linecap": "round",
7694
+ "stroke-width": "1.5",
7695
+ d: "M21.25 21.25 2.75 2.75"
7696
+ },
7697
+ []
7698
+ ],
7042
7699
  [
7043
7700
  "path",
7044
7701
  {
7045
7702
  fill: "currentColor",
7046
- d: "M17.75 21.25h1.5c.276 0 .54-.056.78-.158l-4.28-4.279v2.437a2 2 0 0 0 2 2"
7703
+ d: "M17.75 21.25h1.5c.552 0 1.052-.224 1.414-.586L15.75 15.75v3.5a2 2 0 0 0 2 2"
7047
7704
  },
7048
7705
  []
7049
7706
  ],
@@ -7054,7 +7711,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
7054
7711
  "stroke-linecap": "round",
7055
7712
  "stroke-linejoin": "round",
7056
7713
  "stroke-width": "1.5",
7057
- 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"
7714
+ 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"
7058
7715
  },
7059
7716
  []
7060
7717
  ]
@@ -7182,7 +7839,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
7182
7839
  "stroke-linecap": "round",
7183
7840
  "stroke-linejoin": "round",
7184
7841
  "stroke-width": "1.5",
7185
- d: "M11.25 7.75v5h3"
7842
+ 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"
7186
7843
  },
7187
7844
  []
7188
7845
  ],
@@ -7193,7 +7850,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
7193
7850
  "stroke-linecap": "round",
7194
7851
  "stroke-linejoin": "round",
7195
7852
  "stroke-width": "1.5",
7196
- d: "M4.855 7.875a8.25 8.25 0 1 1-.824 6.26m-.176-5.26v-4.75m0 4.75h4.75"
7853
+ d: "M12.25 8v4.25l3.685 2.117"
7197
7854
  },
7198
7855
  []
7199
7856
  ]
@@ -7323,6 +7980,31 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
7323
7980
  ]
7324
7981
  ]
7325
7982
  );
7983
+ const InfoSquareIcon = createIcon(
7984
+ { name: "Info Square", tags: ["Information"], category: "Status", deprecated: false },
7985
+ [
7986
+ [
7987
+ "path",
7988
+ {
7989
+ stroke: "currentColor",
7990
+ "stroke-width": "1.5",
7991
+ d: "M8.25 3.75a4.5 4.5 0 0 0-4.5 4.5v7.5a4.5 4.5 0 0 0 4.5 4.5h7.5a4.5 4.5 0 0 0 4.5-4.5v-7.5a4.5 4.5 0 0 0-4.5-4.5z"
7992
+ },
7993
+ []
7994
+ ],
7995
+ [
7996
+ "path",
7997
+ {
7998
+ stroke: "currentColor",
7999
+ "stroke-linecap": "round",
8000
+ "stroke-width": "1.5",
8001
+ d: "M12 11.435v5"
8002
+ },
8003
+ []
8004
+ ],
8005
+ ["circle", { cx: "12", cy: "8.06", r: "1.25", fill: "currentColor" }, []]
8006
+ ]
8007
+ );
7326
8008
  const InfoIcon = createIcon(
7327
8009
  { name: "Info", tags: ["Information"], category: "Status", deprecated: false },
7328
8010
  [
@@ -7706,7 +8388,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
7706
8388
  ]
7707
8389
  );
7708
8390
  const LinkIcon = createIcon(
7709
- { name: "Link", tags: ["URL", "Attachment"], category: "Objects", deprecated: false },
8391
+ { name: "Link", tags: ["URL", "Attachment"], category: "Text", deprecated: false },
7710
8392
  [
7711
8393
  [
7712
8394
  "path",
@@ -8096,22 +8778,29 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
8096
8778
  const MicrophoneOffIcon = createIcon(
8097
8779
  { name: "Microphone Off", tags: ["Mute"], category: "Media", deprecated: false },
8098
8780
  [
8781
+ [
8782
+ "path",
8783
+ {
8784
+ stroke: "currentColor",
8785
+ "stroke-linecap": "round",
8786
+ "stroke-width": "1.5",
8787
+ d: "m2.75 21.25 18.5-18.5"
8788
+ },
8789
+ []
8790
+ ],
8099
8791
  [
8100
8792
  "path",
8101
8793
  {
8102
8794
  fill: "currentColor",
8103
- 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"
8795
+ d: "M15.199 11.398a3.199 3.199 0 0 1-5.14 2.543l5.14-5.14z"
8104
8796
  },
8105
8797
  []
8106
8798
  ],
8107
8799
  [
8108
8800
  "path",
8109
8801
  {
8110
- stroke: "currentColor",
8111
- "stroke-linecap": "round",
8112
- "stroke-linejoin": "round",
8113
- "stroke-width": "1.5",
8114
- 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"
8802
+ fill: "currentColor",
8803
+ 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"
8115
8804
  },
8116
8805
  []
8117
8806
  ]
@@ -8382,12 +9071,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
8382
9071
  ]
8383
9072
  );
8384
9073
  const NarratorIcon = createIcon(
8385
- {
8386
- name: "Narrator",
8387
- tags: [""],
8388
- category: "Communication & Cloud",
8389
- deprecated: false
8390
- },
9074
+ { name: "Narrator", tags: [""], category: "System & Interface", deprecated: false },
8391
9075
  [
8392
9076
  [
8393
9077
  "path",
@@ -9159,75 +9843,69 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
9159
9843
  ]
9160
9844
  ]
9161
9845
  );
9162
- const PhoneAcceptIcon = createIcon(
9846
+ const PhoneIcon = createIcon(
9163
9847
  {
9164
- name: "Phone Accept",
9165
- tags: [""],
9166
- category: "Communication & Cloud",
9848
+ name: "Phone",
9849
+ tags: ["iPhone", "Samsung Galaxy", "Mobile", "Android", "iOS", "Smartphone"],
9850
+ category: "Technology",
9167
9851
  deprecated: false
9168
9852
  },
9169
9853
  [
9170
9854
  [
9171
- "path",
9855
+ "rect",
9172
9856
  {
9857
+ width: "12.5",
9858
+ height: "18.5",
9859
+ x: "5.75",
9860
+ y: "2.75",
9173
9861
  stroke: "currentColor",
9862
+ "stroke-linecap": "round",
9863
+ "stroke-linejoin": "round",
9174
9864
  "stroke-width": "1.5",
9175
- 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"
9865
+ rx: "3"
9176
9866
  },
9177
9867
  []
9178
- ]
9179
- ]
9180
- );
9181
- const PhoneHangUpIcon = createIcon(
9182
- {
9183
- name: "Phone Hang Up",
9184
- tags: [""],
9185
- category: "Communication & Cloud",
9186
- deprecated: false
9187
- },
9188
- [
9868
+ ],
9189
9869
  [
9190
9870
  "path",
9191
9871
  {
9192
9872
  stroke: "currentColor",
9873
+ "stroke-linecap": "round",
9874
+ "stroke-linejoin": "round",
9193
9875
  "stroke-width": "1.5",
9194
- 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"
9876
+ d: "M11 17.75h2"
9195
9877
  },
9196
9878
  []
9197
9879
  ]
9198
9880
  ]
9199
9881
  );
9200
- const PhoneIcon = createIcon(
9882
+ const PhotoAddIcon = createIcon(
9201
9883
  {
9202
- name: "Phone",
9203
- tags: ["iPhone", "Samsung Galaxy", "Mobile", "Android", "iOS", "Smartphone"],
9204
- category: "Technology",
9884
+ name: "Photo Add",
9885
+ tags: ["Image", "Picture"],
9886
+ category: "Files",
9205
9887
  deprecated: false
9206
9888
  },
9207
9889
  [
9890
+ ["circle", { cx: "15.091", cy: "8.909", r: "1.5", fill: "currentColor" }, []],
9208
9891
  [
9209
- "rect",
9892
+ "path",
9210
9893
  {
9211
- width: "12.5",
9212
- height: "18.5",
9213
- x: "5.75",
9214
- y: "2.75",
9215
9894
  stroke: "currentColor",
9216
9895
  "stroke-linecap": "round",
9217
9896
  "stroke-linejoin": "round",
9218
9897
  "stroke-width": "1.5",
9219
- rx: "3"
9898
+ 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"
9220
9899
  },
9221
9900
  []
9222
9901
  ],
9223
9902
  [
9224
9903
  "path",
9225
9904
  {
9226
- stroke: "currentColor",
9227
- "stroke-linecap": "round",
9228
- "stroke-linejoin": "round",
9229
- "stroke-width": "1.5",
9230
- d: "M11 17.75h2"
9905
+ fill: "currentColor",
9906
+ "fill-rule": "evenodd",
9907
+ 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",
9908
+ "clip-rule": "evenodd"
9231
9909
  },
9232
9910
  []
9233
9911
  ]
@@ -9237,7 +9915,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
9237
9915
  {
9238
9916
  name: "Photo Filter",
9239
9917
  tags: ["Color Filter", "Tint"],
9240
- category: "Activities",
9918
+ category: "Design",
9241
9919
  deprecated: false
9242
9920
  },
9243
9921
  [
@@ -9470,6 +10148,46 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
9470
10148
  ]
9471
10149
  ]
9472
10150
  );
10151
+ const PieChartIcon = createIcon(
10152
+ { name: "Pie Chart", tags: [""], category: "Math & Numbers", deprecated: false },
10153
+ [
10154
+ [
10155
+ "circle",
10156
+ {
10157
+ cx: "12",
10158
+ cy: "12",
10159
+ r: "9.25",
10160
+ stroke: "currentColor",
10161
+ "stroke-linecap": "round",
10162
+ "stroke-linejoin": "round",
10163
+ "stroke-width": "1.5"
10164
+ },
10165
+ []
10166
+ ],
10167
+ [
10168
+ "path",
10169
+ {
10170
+ stroke: "currentColor",
10171
+ "stroke-linecap": "round",
10172
+ "stroke-linejoin": "round",
10173
+ "stroke-width": "1.5",
10174
+ d: "M12 2.75a9.25 9.25 0 1 0 8.01 4.625L12 12z"
10175
+ },
10176
+ []
10177
+ ],
10178
+ [
10179
+ "path",
10180
+ {
10181
+ stroke: "currentColor",
10182
+ "stroke-linecap": "round",
10183
+ "stroke-linejoin": "round",
10184
+ "stroke-width": "1.5",
10185
+ d: "M12 2.75a9.25 9.25 0 1 0 8.01 13.875L12 12z"
10186
+ },
10187
+ []
10188
+ ]
10189
+ ]
10190
+ );
9473
10191
  const PinOffIcon = createIcon(
9474
10192
  { name: "Pin Off", tags: ["Unpin"], category: "Objects", deprecated: false },
9475
10193
  [
@@ -9478,9 +10196,19 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
9478
10196
  {
9479
10197
  stroke: "currentColor",
9480
10198
  "stroke-linecap": "round",
9481
- "stroke-linejoin": "round",
10199
+ "stroke-linejoin": "round",
10200
+ "stroke-width": "1.5",
10201
+ 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"
10202
+ },
10203
+ []
10204
+ ],
10205
+ [
10206
+ "path",
10207
+ {
10208
+ stroke: "currentColor",
10209
+ "stroke-linecap": "round",
9482
10210
  "stroke-width": "1.5",
9483
- 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"
10211
+ d: "M21.25 21.25 2.75 2.75"
9484
10212
  },
9485
10213
  []
9486
10214
  ]
@@ -9606,7 +10334,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
9606
10334
  ]
9607
10335
  );
9608
10336
  const QrCodeIcon = createIcon(
9609
- { name: "QR Code", tags: [""], category: "Files", deprecated: false },
10337
+ { name: "QR Code", tags: [""], category: "Media", deprecated: false },
9610
10338
  [
9611
10339
  [
9612
10340
  "rect",
@@ -10051,6 +10779,44 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
10051
10779
  ]
10052
10780
  ]
10053
10781
  );
10782
+ const RoadBarrierIcon = createIcon(
10783
+ {
10784
+ name: "Road Barrier",
10785
+ tags: [
10786
+ "Construction",
10787
+ "Road Block",
10788
+ "Roadblock",
10789
+ "Work Zone",
10790
+ "Roadwork",
10791
+ "Border"
10792
+ ],
10793
+ category: "Activities",
10794
+ deprecated: false
10795
+ },
10796
+ [
10797
+ [
10798
+ "path",
10799
+ {
10800
+ stroke: "currentColor",
10801
+ "stroke-linecap": "round",
10802
+ "stroke-width": "1.5",
10803
+ d: "M2.75 21.25h18.5"
10804
+ },
10805
+ []
10806
+ ],
10807
+ [
10808
+ "path",
10809
+ {
10810
+ stroke: "currentColor",
10811
+ "stroke-linecap": "round",
10812
+ "stroke-linejoin": "round",
10813
+ "stroke-width": "1.5",
10814
+ 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"
10815
+ },
10816
+ []
10817
+ ]
10818
+ ]
10819
+ );
10054
10820
  const RobloxIcon = createIcon(
10055
10821
  {
10056
10822
  name: "Roblox",
@@ -10742,10 +11508,41 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
10742
11508
  ]
10743
11509
  ]
10744
11510
  );
11511
+ const Sparkle2Icon = createIcon(
11512
+ {
11513
+ name: "Sparkle 2",
11514
+ tags: ["Flare", "AI", "Sparkles", "Smart", "Enhanced"],
11515
+ category: "Miscellaneous",
11516
+ deprecated: false
11517
+ },
11518
+ [
11519
+ [
11520
+ "path",
11521
+ {
11522
+ fill: "currentColor",
11523
+ stroke: "currentColor",
11524
+ "stroke-linejoin": "round",
11525
+ "stroke-width": "1.5",
11526
+ d: "m17.503 14.751.306.777c.3.763.904 1.366 1.666 1.667l.777.306-.777.307c-.762.3-1.365.904-1.666 1.666l-.306.777-.307-.777a2.96 2.96 0 0 0-1.666-1.666l-.777-.307.777-.306a2.96 2.96 0 0 0 1.666-1.667z"
11527
+ },
11528
+ []
11529
+ ],
11530
+ [
11531
+ "path",
11532
+ {
11533
+ stroke: "currentColor",
11534
+ "stroke-linejoin": "round",
11535
+ "stroke-width": "1.5",
11536
+ d: "M9.61 3.976c.08-.296.5-.296.58 0l.154.572a6.96 6.96 0 0 0 4.908 4.908l.572.154c.296.08.296.5 0 .58l-.572.154a6.96 6.96 0 0 0-4.908 4.908l-.154.572c-.08.296-.5.296-.58 0l-.154-.572a6.96 6.96 0 0 0-4.908-4.908l-.572-.154c-.296-.08-.296-.5 0-.58l.572-.154a6.96 6.96 0 0 0 4.908-4.908z"
11537
+ },
11538
+ []
11539
+ ]
11540
+ ]
11541
+ );
10745
11542
  const SparkleIcon = createIcon(
10746
11543
  {
10747
11544
  name: "Sparkle",
10748
- tags: ["Flare", "Gemini"],
11545
+ tags: ["Flare", "AI", "Sparkles", "Smart", "Enhanced"],
10749
11546
  category: "Miscellaneous",
10750
11547
  deprecated: false
10751
11548
  },
@@ -10813,6 +11610,69 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
10813
11610
  ]
10814
11611
  ]
10815
11612
  );
11613
+ const SquareDragIcon = createIcon(
11614
+ {
11615
+ name: "Square Drag",
11616
+ tags: ["Grab", "Hand", "Drop", "Grabber", "Dragging"],
11617
+ category: "Gestures",
11618
+ deprecated: false
11619
+ },
11620
+ [
11621
+ [
11622
+ "path",
11623
+ {
11624
+ stroke: "currentColor",
11625
+ "stroke-linecap": "round",
11626
+ "stroke-linejoin": "round",
11627
+ "stroke-width": "1.5",
11628
+ d: "M12.073 17.533v-3.864m2.544-2.937c0-.699-.57-1.265-1.272-1.265s-1.272.566-1.272 1.265v2.937m2.544-.444v-4.21c0-.698.57-1.265 1.272-1.265s1.272.567 1.272 1.266v1.716m0 0v2.493m0-2.493a1.273 1.273 0 0 1 2.545 0v1.717m0 0v.776m0-.776c0-.7.57-1.266 1.272-1.266s1.272.567 1.272 1.266V17.1a5.15 5.15 0 0 1-5.15 5.15h-2.31a5.55 5.55 0 0 1-5.541-5.872l.012-.201a2.4 2.4 0 0 1 1.67-2.146l1.142-.362"
11629
+ },
11630
+ []
11631
+ ],
11632
+ [
11633
+ "path",
11634
+ {
11635
+ stroke: "currentColor",
11636
+ "stroke-linecap": "round",
11637
+ "stroke-linejoin": "round",
11638
+ "stroke-width": "1.5",
11639
+ d: "M6.75 18.25a3 3 0 0 1-3-3v-8.5a3 3 0 0 1 3-3h8.5a3 3 0 0 1 2.959 2.5"
11640
+ },
11641
+ []
11642
+ ]
11643
+ ]
11644
+ );
11645
+ const SquareMarginsIcon = createIcon(
11646
+ { name: "Square Margins", tags: [""], category: "Layout", deprecated: false },
11647
+ [
11648
+ [
11649
+ "rect",
11650
+ {
11651
+ width: "16.5",
11652
+ height: "16.5",
11653
+ x: "3.75",
11654
+ y: "3.75",
11655
+ stroke: "currentColor",
11656
+ "stroke-linecap": "round",
11657
+ "stroke-linejoin": "round",
11658
+ "stroke-width": "1.5",
11659
+ rx: "3"
11660
+ },
11661
+ []
11662
+ ],
11663
+ [
11664
+ "path",
11665
+ {
11666
+ stroke: "currentColor",
11667
+ "stroke-linecap": "round",
11668
+ "stroke-linejoin": "round",
11669
+ "stroke-width": "1.5",
11670
+ d: "M7.75 3.75v16.5m8.5 0V3.75m-12.5 4h16.5m0 8.5H3.75"
11671
+ },
11672
+ []
11673
+ ]
11674
+ ]
11675
+ );
10816
11676
  const SquareIcon = createIcon(
10817
11677
  { name: "Square", tags: [""], category: "Shapes", deprecated: false },
10818
11678
  [
@@ -10887,6 +11747,89 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
10887
11747
  ]
10888
11748
  ]
10889
11749
  );
11750
+ const SubtractSquareMultipleIcon = createIcon(
11751
+ {
11752
+ name: "Subtract Square Multiple",
11753
+ tags: [""],
11754
+ category: "Actions",
11755
+ deprecated: false
11756
+ },
11757
+ [
11758
+ [
11759
+ "path",
11760
+ {
11761
+ stroke: "currentColor",
11762
+ "stroke-linecap": "round",
11763
+ "stroke-linejoin": "round",
11764
+ "stroke-width": "1.5",
11765
+ d: "M7.38 10.63h6.5"
11766
+ },
11767
+ []
11768
+ ],
11769
+ [
11770
+ "rect",
11771
+ {
11772
+ width: "14",
11773
+ height: "14",
11774
+ x: "3.63",
11775
+ y: "3.63",
11776
+ stroke: "currentColor",
11777
+ "stroke-linecap": "round",
11778
+ "stroke-linejoin": "round",
11779
+ "stroke-width": "1.5",
11780
+ rx: "3"
11781
+ },
11782
+ []
11783
+ ],
11784
+ [
11785
+ "path",
11786
+ {
11787
+ stroke: "currentColor",
11788
+ "stroke-linecap": "round",
11789
+ "stroke-linejoin": "round",
11790
+ "stroke-width": "1.5",
11791
+ d: "M20.63 7.63v7a6 6 0 0 1-6 6h-7"
11792
+ },
11793
+ []
11794
+ ]
11795
+ ]
11796
+ );
11797
+ const SubtractSquareIcon = createIcon(
11798
+ {
11799
+ name: "Subtract Square",
11800
+ tags: ["Add Box", "Plus"],
11801
+ category: "Actions",
11802
+ deprecated: false
11803
+ },
11804
+ [
11805
+ [
11806
+ "path",
11807
+ {
11808
+ stroke: "currentColor",
11809
+ "stroke-linecap": "round",
11810
+ "stroke-linejoin": "round",
11811
+ "stroke-width": "1.5",
11812
+ d: "M8.25 12h7.5"
11813
+ },
11814
+ []
11815
+ ],
11816
+ [
11817
+ "rect",
11818
+ {
11819
+ width: "16.5",
11820
+ height: "16.5",
11821
+ x: "3.75",
11822
+ y: "3.75",
11823
+ stroke: "currentColor",
11824
+ "stroke-linecap": "round",
11825
+ "stroke-linejoin": "round",
11826
+ "stroke-width": "1.5",
11827
+ rx: "4"
11828
+ },
11829
+ []
11830
+ ]
11831
+ ]
11832
+ );
10890
11833
  const SubtractIcon = createIcon(
10891
11834
  {
10892
11835
  name: "Subtract",
@@ -11072,6 +12015,43 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
11072
12015
  ]
11073
12016
  ]
11074
12017
  );
12018
+ const TagAddIcon = createIcon(
12019
+ { name: "Tag Add", tags: ["Label"], category: "Organization", deprecated: false },
12020
+ [
12021
+ [
12022
+ "circle",
12023
+ {
12024
+ cx: "8.658",
12025
+ cy: "6.738",
12026
+ r: "1.277",
12027
+ fill: "currentColor",
12028
+ transform: "rotate(-45 8.658 6.738)"
12029
+ },
12030
+ []
12031
+ ],
12032
+ [
12033
+ "path",
12034
+ {
12035
+ stroke: "currentColor",
12036
+ "stroke-linecap": "round",
12037
+ "stroke-linejoin": "round",
12038
+ "stroke-width": "1.5",
12039
+ 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"
12040
+ },
12041
+ []
12042
+ ],
12043
+ [
12044
+ "path",
12045
+ {
12046
+ fill: "currentColor",
12047
+ "fill-rule": "evenodd",
12048
+ 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",
12049
+ "clip-rule": "evenodd"
12050
+ },
12051
+ []
12052
+ ]
12053
+ ]
12054
+ );
11075
12055
  const TagMultipleIcon = createIcon(
11076
12056
  { name: "Tag Multiple", tags: ["Tags"], category: "Organization", deprecated: false },
11077
12057
  [
@@ -11100,8 +12080,45 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
11100
12080
  [
11101
12081
  "path",
11102
12082
  {
11103
- fill: "currentColor",
11104
- d: "M7.967 5.798a1.15 1.15 0 1 1 .002 2.298 1.15 1.15 0 0 1-.002-2.298"
12083
+ fill: "currentColor",
12084
+ d: "M7.967 5.798a1.15 1.15 0 1 1 .002 2.298 1.15 1.15 0 0 1-.002-2.298"
12085
+ },
12086
+ []
12087
+ ]
12088
+ ]
12089
+ );
12090
+ const TagRemoveIcon = createIcon(
12091
+ { name: "Tag Remove", tags: ["Label"], category: "Organization", deprecated: false },
12092
+ [
12093
+ [
12094
+ "path",
12095
+ {
12096
+ fill: "currentColor",
12097
+ "fill-rule": "evenodd",
12098
+ 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",
12099
+ "clip-rule": "evenodd"
12100
+ },
12101
+ []
12102
+ ],
12103
+ [
12104
+ "circle",
12105
+ {
12106
+ cx: "8.658",
12107
+ cy: "6.738",
12108
+ r: "1.277",
12109
+ fill: "currentColor",
12110
+ transform: "rotate(-45 8.658 6.738)"
12111
+ },
12112
+ []
12113
+ ],
12114
+ [
12115
+ "path",
12116
+ {
12117
+ stroke: "currentColor",
12118
+ "stroke-linecap": "round",
12119
+ "stroke-linejoin": "round",
12120
+ "stroke-width": "1.5",
12121
+ 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"
11105
12122
  },
11106
12123
  []
11107
12124
  ]
@@ -11134,6 +12151,39 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
11134
12151
  ]
11135
12152
  ]
11136
12153
  );
12154
+ const TargetIcon = createIcon(
12155
+ {
12156
+ name: "Target",
12157
+ tags: ["Bullseye", "Store"],
12158
+ category: "Activities",
12159
+ deprecated: false
12160
+ },
12161
+ [
12162
+ [
12163
+ "circle",
12164
+ {
12165
+ cx: "12",
12166
+ cy: "12",
12167
+ r: "9.25",
12168
+ stroke: "currentColor",
12169
+ "stroke-width": "1.5"
12170
+ },
12171
+ []
12172
+ ],
12173
+ [
12174
+ "circle",
12175
+ {
12176
+ cx: "12",
12177
+ cy: "12",
12178
+ r: "5.25",
12179
+ stroke: "currentColor",
12180
+ "stroke-width": "1.5"
12181
+ },
12182
+ []
12183
+ ],
12184
+ ["circle", { cx: "12", cy: "12", r: "2", fill: "currentColor" }, []]
12185
+ ]
12186
+ );
11137
12187
  const TaskListIcon = createIcon(
11138
12188
  { name: "Task List", tags: [""], category: "Organization", deprecated: false },
11139
12189
  [
@@ -11291,156 +12341,6 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
11291
12341
  ]
11292
12342
  ]
11293
12343
  );
11294
- const TextBulletListSquareAddIcon = createIcon(
11295
- {
11296
- name: "Text Bullet List Square Add",
11297
- tags: [""],
11298
- category: "Organization",
11299
- deprecated: false
11300
- },
11301
- [
11302
- ["circle", { cx: "7.877", cy: "8.25", r: "1", fill: "currentColor" }, []],
11303
- [
11304
- "path",
11305
- {
11306
- stroke: "currentColor",
11307
- "stroke-linecap": "round",
11308
- "stroke-width": "1.5",
11309
- d: "M11.062 8.25h5.31"
11310
- },
11311
- []
11312
- ],
11313
- ["circle", { cx: "7.877", cy: "12", r: "1", fill: "currentColor" }, []],
11314
- [
11315
- "path",
11316
- {
11317
- stroke: "currentColor",
11318
- "stroke-linecap": "round",
11319
- "stroke-width": "1.5",
11320
- d: "M11.062 12h1.31"
11321
- },
11322
- []
11323
- ],
11324
- ["circle", { cx: "7.877", cy: "15.75", r: "1", fill: "currentColor" }, []],
11325
- [
11326
- "path",
11327
- {
11328
- stroke: "currentColor",
11329
- "stroke-linecap": "round",
11330
- "stroke-width": "1.5",
11331
- 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"
11332
- },
11333
- []
11334
- ],
11335
- [
11336
- "path",
11337
- {
11338
- fill: "currentColor",
11339
- "fill-rule": "evenodd",
11340
- 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",
11341
- "clip-rule": "evenodd"
11342
- },
11343
- []
11344
- ]
11345
- ]
11346
- );
11347
- const TextBulletListSquareIcon = createIcon(
11348
- {
11349
- name: "Text Bullet List Square",
11350
- tags: [""],
11351
- category: "Organization",
11352
- deprecated: false
11353
- },
11354
- [
11355
- ["circle", { cx: "7.877", cy: "8.25", r: "1", fill: "currentColor" }, []],
11356
- [
11357
- "path",
11358
- {
11359
- stroke: "currentColor",
11360
- "stroke-linecap": "round",
11361
- "stroke-width": "1.5",
11362
- d: "M11.062 8.25h5.31"
11363
- },
11364
- []
11365
- ],
11366
- ["circle", { cx: "7.877", cy: "12", r: "1", fill: "currentColor" }, []],
11367
- [
11368
- "path",
11369
- {
11370
- stroke: "currentColor",
11371
- "stroke-linecap": "round",
11372
- "stroke-width": "1.5",
11373
- d: "M11.062 12h5.31"
11374
- },
11375
- []
11376
- ],
11377
- ["circle", { cx: "7.877", cy: "15.75", r: "1", fill: "currentColor" }, []],
11378
- [
11379
- "path",
11380
- {
11381
- stroke: "currentColor",
11382
- "stroke-linecap": "round",
11383
- "stroke-width": "1.5",
11384
- d: "M11.062 15.75h5.31"
11385
- },
11386
- []
11387
- ],
11388
- [
11389
- "rect",
11390
- {
11391
- width: "16.5",
11392
- height: "16.5",
11393
- x: "3.75",
11394
- y: "3.75",
11395
- stroke: "currentColor",
11396
- "stroke-width": "1.5",
11397
- rx: "4"
11398
- },
11399
- []
11400
- ]
11401
- ]
11402
- );
11403
- const TextBulletListIcon = createIcon(
11404
- { name: "Text Bullet List", tags: [""], category: "Organization", deprecated: false },
11405
- [
11406
- ["circle", { cx: "4.443", cy: "5.081", r: "1.331", fill: "currentColor" }, []],
11407
- [
11408
- "path",
11409
- {
11410
- stroke: "currentColor",
11411
- "stroke-linecap": "round",
11412
- "stroke-linejoin": "round",
11413
- "stroke-width": "1.5",
11414
- d: "M9.123 5.08h11.765"
11415
- },
11416
- []
11417
- ],
11418
- ["circle", { cx: "4.443", cy: "12", r: "1.331", fill: "currentColor" }, []],
11419
- [
11420
- "path",
11421
- {
11422
- stroke: "currentColor",
11423
- "stroke-linecap": "round",
11424
- "stroke-linejoin": "round",
11425
- "stroke-width": "1.5",
11426
- d: "M9.123 12h11.765"
11427
- },
11428
- []
11429
- ],
11430
- ["circle", { cx: "4.443", cy: "18.919", r: "1.331", fill: "currentColor" }, []],
11431
- [
11432
- "path",
11433
- {
11434
- stroke: "currentColor",
11435
- "stroke-linecap": "round",
11436
- "stroke-linejoin": "round",
11437
- "stroke-width": "1.5",
11438
- d: "M9.123 18.92h11.765"
11439
- },
11440
- []
11441
- ]
11442
- ]
11443
- );
11444
12344
  const TextCaseLowercaseIcon = createIcon(
11445
12345
  { name: "Text Case Lowercase", tags: [""], category: "Text", deprecated: false },
11446
12346
  [
@@ -11575,6 +12475,21 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
11575
12475
  ]
11576
12476
  ]
11577
12477
  );
12478
+ const TextDescriptionIcon = createIcon(
12479
+ { name: "Text Description", tags: [""], category: "Text", deprecated: false },
12480
+ [
12481
+ [
12482
+ "path",
12483
+ {
12484
+ stroke: "currentColor",
12485
+ "stroke-linecap": "round",
12486
+ "stroke-width": "1.5",
12487
+ d: "M2.75 5.25h18.5M2.75 12h18.5m-18.5 6.75h13.5"
12488
+ },
12489
+ []
12490
+ ]
12491
+ ]
12492
+ );
11578
12493
  const TextEditStyleIcon = createIcon(
11579
12494
  {
11580
12495
  name: "Text Edit Style",
@@ -11602,9 +12517,11 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
11602
12517
  [
11603
12518
  "path",
11604
12519
  {
11605
- fill: "currentColor",
11606
- "fill-rule": "evenodd",
11607
- d: "M14.453 12.928H9.547L12 7.63zM12 2.75a2.5 2.5 0 0 1 2.269 1.45l6.25 13.5a2.5 2.5 0 0 1-4.538 2.1l-1.56-3.372H9.58L8.019 19.8a2.5 2.5 0 0 1-4.538-2.1m5.14-2.772h6.758l1.964 4.242a1 1 0 1 0 1.814-.84l-6.25-13.5a1 1 0 0 0-1.815 0l-6.25 13.5a1 1 0 0 0 1.815.84zM12 2.75A2.5 2.5 0 0 0 9.731 4.2zM9.731 4.2l-6.25 13.5z",
12520
+ stroke: "currentColor",
12521
+ "stroke-linecap": "round",
12522
+ "stroke-linejoin": "round",
12523
+ "stroke-width": "1.5",
12524
+ d: "M12 3.5a1.75 1.75 0 0 0-1.588 1.015l-6.25 13.5a1.75 1.75 0 0 0 3.176 1.47L9.1 15.678h5.8l1.762 3.807a1.75 1.75 0 1 0 3.176-1.47l-6.25-13.5A1.75 1.75 0 0 0 12 3.5",
11608
12525
  "clip-rule": "evenodd"
11609
12526
  },
11610
12527
  []
@@ -11614,7 +12531,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
11614
12531
  {
11615
12532
  fill: "currentColor",
11616
12533
  "fill-rule": "evenodd",
11617
- d: "M14.269 4.2a2.5 2.5 0 0 0-4.538 0l-6.25 13.5a2.5 2.5 0 0 0 4.538 2.1l1.56-3.372h4.841l1.561 3.372a2.5 2.5 0 0 0 4.538-2.1zM8.62 14.927h6.758l1.964 4.242a1 1 0 1 0 1.814-.84l-6.25-13.5a1 1 0 0 0-1.815 0l-6.25 13.5a1 1 0 0 0 1.815.84z",
12534
+ d: "m12 7.63 2.453 5.298H9.547z",
11618
12535
  "clip-rule": "evenodd"
11619
12536
  },
11620
12537
  []
@@ -11755,7 +12672,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
11755
12672
  stroke: "currentColor",
11756
12673
  "stroke-linecap": "round",
11757
12674
  "stroke-width": "1.5",
11758
- d: "M8 17.502h12M8 6.498h12m-9 5.504h9"
12675
+ d: "M6.75 18.75h13.5M6.75 5.25h13.5M10.75 12h9.5"
11759
12676
  },
11760
12677
  []
11761
12678
  ],
@@ -11766,7 +12683,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
11766
12683
  "stroke-linecap": "round",
11767
12684
  "stroke-linejoin": "round",
11768
12685
  "stroke-width": "1.5",
11769
- d: "m5.81 9.195-2.807 2.807 2.807 2.807"
12686
+ d: "m6.25 9-3 3 3 3"
11770
12687
  },
11771
12688
  []
11772
12689
  ]
@@ -11781,7 +12698,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
11781
12698
  stroke: "currentColor",
11782
12699
  "stroke-linecap": "round",
11783
12700
  "stroke-width": "1.5",
11784
- d: "M8 17.502h12M8 6.498h12m-9 5.504h9"
12701
+ d: "M6.75 18.75h13.5M6.75 5.25h13.5M10.75 12h9.5"
11785
12702
  },
11786
12703
  []
11787
12704
  ],
@@ -11792,7 +12709,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
11792
12709
  "stroke-linecap": "round",
11793
12710
  "stroke-linejoin": "round",
11794
12711
  "stroke-width": "1.5",
11795
- d: "m4 9.195 2.807 2.807L4 14.809"
12712
+ d: "m3.75 9 3 3-3 3"
11796
12713
  },
11797
12714
  []
11798
12715
  ]
@@ -12177,6 +13094,21 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
12177
13094
  ]
12178
13095
  ]
12179
13096
  );
13097
+ const TimerOffIcon = createIcon(
13098
+ { name: "Timer Off", tags: ["Stopwatch"], category: "Objects", deprecated: false },
13099
+ [
13100
+ [
13101
+ "path",
13102
+ {
13103
+ stroke: "currentColor",
13104
+ "stroke-linecap": "round",
13105
+ "stroke-width": "1.5",
13106
+ 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"
13107
+ },
13108
+ []
13109
+ ]
13110
+ ]
13111
+ );
12180
13112
  const TimerIcon = createIcon(
12181
13113
  { name: "Timer", tags: ["Stopwatch"], category: "Objects", deprecated: false },
12182
13114
  [
@@ -12185,9 +13117,29 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
12185
13117
  {
12186
13118
  stroke: "currentColor",
12187
13119
  "stroke-linecap": "round",
12188
- "stroke-linejoin": "round",
12189
13120
  "stroke-width": "1.5",
12190
- 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"
13121
+ d: "M9 2.75h6M12 9.5v4"
13122
+ },
13123
+ []
13124
+ ],
13125
+ [
13126
+ "circle",
13127
+ {
13128
+ cx: "12",
13129
+ cy: "13.5",
13130
+ r: "7.75",
13131
+ stroke: "currentColor",
13132
+ "stroke-width": "1.5"
13133
+ },
13134
+ []
13135
+ ],
13136
+ [
13137
+ "path",
13138
+ {
13139
+ stroke: "currentColor",
13140
+ "stroke-linecap": "round",
13141
+ "stroke-width": "1.5",
13142
+ d: "m19.75 5.818-2.236 2.236"
12191
13143
  },
12192
13144
  []
12193
13145
  ]
@@ -12392,7 +13344,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
12392
13344
  ]
12393
13345
  );
12394
13346
  const VideoClipIcon = createIcon(
12395
- { name: "Video Clip", tags: [""], category: "Development", deprecated: false },
13347
+ { name: "Video Clip", tags: [""], category: "Media", deprecated: false },
12396
13348
  [
12397
13349
  [
12398
13350
  "rect",
@@ -12421,7 +13373,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
12421
13373
  ]
12422
13374
  );
12423
13375
  const VideoIcon = createIcon(
12424
- { name: "Video", tags: [""], category: "Activities", deprecated: false },
13376
+ { name: "Video", tags: [""], category: "Media", deprecated: false },
12425
13377
  [
12426
13378
  [
12427
13379
  "rect",
@@ -12502,37 +13454,6 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
12502
13454
  ]
12503
13455
  ]
12504
13456
  );
12505
- const VolumeMediumIcon = createIcon(
12506
- {
12507
- name: "Volume Medium",
12508
- tags: ["Sound", "Audio"],
12509
- category: "Media",
12510
- deprecated: false
12511
- },
12512
- [
12513
- [
12514
- "path",
12515
- {
12516
- stroke: "currentColor",
12517
- "stroke-linejoin": "round",
12518
- "stroke-width": "1.5",
12519
- d: "M12.253 19.4 7.99 15.782a1 1 0 0 0-.647-.238H4.75a2 2 0 0 1-2-2v-3.086a2 2 0 0 1 2-2h2.594a1 1 0 0 0 .647-.238l4.262-3.62a1 1 0 0 1 1.647.762V18.64a1 1 0 0 1-1.647.762Z"
12520
- },
12521
- []
12522
- ],
12523
- [
12524
- "path",
12525
- {
12526
- stroke: "currentColor",
12527
- "stroke-linecap": "round",
12528
- "stroke-linejoin": "round",
12529
- "stroke-width": "1.5",
12530
- d: "M16.664 8.542c.48.35.88.854 1.158 1.462.277.607.424 1.295.424 1.996 0 .7-.147 1.39-.424 1.996-.278.607-.677 1.112-1.158 1.462M18.7 6.424c.775.565 1.42 1.378 1.867 2.357.447.978.683 2.089.683 3.219s-.236 2.24-.683 3.22c-.448.978-1.092 1.791-1.867 2.356"
12531
- },
12532
- []
12533
- ]
12534
- ]
12535
- );
12536
13457
  const VolumeMuteIcon = createIcon(
12537
13458
  {
12538
13459
  name: "Volume Mute",
@@ -12820,7 +13741,6 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
12820
13741
  "Twitter",
12821
13742
  "X/Twitter",
12822
13743
  "X Corp.",
12823
- "Elon Musk",
12824
13744
  "Bird",
12825
13745
  "Tweet",
12826
13746
  "Post",
@@ -12970,7 +13890,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
12970
13890
  AirplaneIcon,
12971
13891
  AirplaneLandingIcon,
12972
13892
  AirplaneTakeoffIcon,
13893
+ AlarmClockIcon,
13894
+ AlbumIcon,
12973
13895
  AlertCircleIcon,
13896
+ AlertRhombusIcon,
12974
13897
  AlertTriangleIcon,
12975
13898
  AlignBottomIcon,
12976
13899
  AlignHorizontalCentersIcon,
@@ -12987,7 +13910,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
12987
13910
  AppleIcon,
12988
13911
  AppsAddIcon,
12989
13912
  AppsIcon,
12990
- AppsListIcon,
13913
+ AppsListIcon: CheckboxListIcon,
12991
13914
  ArcIcon,
12992
13915
  ArchiveAdd2Icon,
12993
13916
  ArchiveIcon,
@@ -13028,7 +13951,8 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13028
13951
  BackspaceIcon,
13029
13952
  BadgeIcon,
13030
13953
  BankIcon,
13031
- BarGraphIcon,
13954
+ BarChartIcon,
13955
+ BarGraphIcon: BarChartIcon,
13032
13956
  BatteryFullIcon,
13033
13957
  BatteryIcon,
13034
13958
  BeachIcon,
@@ -13036,6 +13960,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13036
13960
  BellDotIcon,
13037
13961
  BellIcon,
13038
13962
  BellOffIcon,
13963
+ BlendIcon: PhotoFilterIcon,
13039
13964
  BlueskyIcon,
13040
13965
  BluetoothIcon,
13041
13966
  BoardIcon,
@@ -13053,9 +13978,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13053
13978
  BookmarkMultipleVarIcon: BookmarkMultipleIcon,
13054
13979
  BookshelfIcon: LibraryIcon,
13055
13980
  BorderAllIcon,
13056
- BoxDragIcon,
13981
+ BoxAddIcon,
13982
+ BoxDragIcon: SquareDragIcon,
13057
13983
  BoxIcon,
13058
- BoxMarginsIcon,
13984
+ BoxMarginsIcon: SquareMarginsIcon,
13059
13985
  BracesIcon,
13060
13986
  BracesVariableIcon,
13061
13987
  BracketsIcon,
@@ -13070,10 +13996,16 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13070
13996
  BroomIcon,
13071
13997
  BugIcon,
13072
13998
  BuildingMultipleIcon,
13999
+ BulletListIcon,
14000
+ BulletListSquareAddIcon,
14001
+ BulletListSquareIcon,
14002
+ BulletListTreeIcon,
13073
14003
  ButtonIcon,
13074
14004
  CakeIcon,
13075
14005
  CalculatorIcon,
13076
14006
  CalendarIcon,
14007
+ CallEndIcon,
14008
+ CallIcon,
13077
14009
  CalligraphyPenIcon,
13078
14010
  CameraIcon,
13079
14011
  CancelCircleIcon,
@@ -13086,10 +14018,12 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13086
14018
  CenterHorizontalIcon,
13087
14019
  CenterVerticalIcon,
13088
14020
  ChatIcon,
14021
+ ChatQuestionIcon,
13089
14022
  CheckboxCheckedIcon,
13090
14023
  CheckboxIndeterminate2Icon,
13091
14024
  CheckboxIndeterminateIcon,
13092
14025
  CheckboxIntermediate2Icon: CheckboxIndeterminate2Icon,
14026
+ CheckboxListIcon,
13093
14027
  CheckboxUncheckedIcon,
13094
14028
  CheckmarkCheckedIcon: CheckboxCheckedIcon,
13095
14029
  CheckmarkCircleIcon,
@@ -13111,7 +14045,13 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13111
14045
  ClockIcon,
13112
14046
  CloseIcon: CancelIcon,
13113
14047
  ClosedCaptionsIcon,
14048
+ CloudAddIcon,
14049
+ CloudArrowDownIcon,
14050
+ CloudArrowUpIcon,
14051
+ CloudDownloadIcon: CloudArrowDownIcon,
13114
14052
  CloudIcon,
14053
+ CloudOffIcon,
14054
+ CloudUploadIcon: CloudArrowUpIcon,
13115
14055
  CodeIcon,
13116
14056
  CoffeeHotIcon,
13117
14057
  ColorPaletteIcon,
@@ -13127,6 +14067,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13127
14067
  ComposeIcon,
13128
14068
  ComputerIcon,
13129
14069
  ComputerMacIcon,
14070
+ ConeIcon,
13130
14071
  ContractDownIcon,
13131
14072
  CookiesIcon,
13132
14073
  CopyIcon,
@@ -13139,15 +14080,18 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13139
14080
  CropIcon,
13140
14081
  Css2Icon,
13141
14082
  CssIcon,
14083
+ CubeIcon,
13142
14084
  CursorClickIcon,
13143
14085
  CursorDragIcon,
13144
14086
  CursorIcon,
13145
14087
  CutIcon,
14088
+ CylinderIcon,
13146
14089
  DarkThemeIcon,
13147
14090
  DatabaseAddIcon,
13148
14091
  DatabaseIcon,
13149
14092
  DeleteIcon,
13150
14093
  DiamondIcon,
14094
+ DiffIcon,
13151
14095
  DirectionsIcon,
13152
14096
  DislikeIcon: ThumbsDownIcon,
13153
14097
  DismissIcon: CancelIcon,
@@ -13157,7 +14101,9 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13157
14101
  DollarIcon,
13158
14102
  DoorIcon,
13159
14103
  DoorOpenIcon,
14104
+ DotCircleIcon,
13160
14105
  DotIcon: CircleSmallIcon,
14106
+ DotSquareIcon,
13161
14107
  DrawTextIcon,
13162
14108
  DropIcon,
13163
14109
  EditIcon: PencilIcon,
@@ -13167,6 +14113,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13167
14113
  EmojiIcon,
13168
14114
  EmojiLaughterIcon,
13169
14115
  EraserIcon,
14116
+ ExclamationMarkIcon,
13170
14117
  ExpandIcon,
13171
14118
  ExtensionIcon,
13172
14119
  ExternalIcon: OpenIcon,
@@ -13184,6 +14131,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13184
14131
  FileIcon,
13185
14132
  FileMultipleIcon,
13186
14133
  FileSyncIcon,
14134
+ FileTextIcon,
13187
14135
  Filter2Icon,
13188
14136
  FilterCancel2Icon,
13189
14137
  FilterCancelIcon,
@@ -13240,6 +14188,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13240
14188
  HtmlIcon,
13241
14189
  InfinityIcon,
13242
14190
  InfoIcon,
14191
+ InfoSquareIcon,
13243
14192
  InstagramIcon,
13244
14193
  JavascriptIcon,
13245
14194
  KebabIcon: MoreIcon,
@@ -13327,9 +14276,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13327
14276
  PersonCircleIcon,
13328
14277
  PersonIcon,
13329
14278
  PersonMultipleIcon,
13330
- PhoneAcceptIcon,
13331
- PhoneHangUpIcon,
14279
+ PhoneAcceptIcon: CallIcon,
14280
+ PhoneHangUpIcon: CallEndIcon,
13332
14281
  PhoneIcon,
14282
+ PhotoAddIcon,
13333
14283
  PhotoFilterIcon,
13334
14284
  PhotoIcon,
13335
14285
  PhotoMultipleIcon,
@@ -13337,6 +14287,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13337
14287
  PictureInPictureEnterIcon,
13338
14288
  PictureInPictureExitIcon,
13339
14289
  PictureInPictureIcon,
14290
+ PieChartIcon,
13340
14291
  PinIcon,
13341
14292
  PinOffIcon,
13342
14293
  PlayCircleIcon,
@@ -13364,6 +14315,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13364
14315
  RhombusIcon,
13365
14316
  RibbonIcon,
13366
14317
  RibbonStarIcon,
14318
+ RoadBarrierIcon,
13367
14319
  RobloxIcon,
13368
14320
  RulerDiagonalIcon,
13369
14321
  RulerIcon,
@@ -13401,26 +14353,35 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13401
14353
  SmileyIcon: EmojiIcon,
13402
14354
  SoundwaveIcon,
13403
14355
  SpacebarIcon,
14356
+ Sparkle2Icon,
13404
14357
  SparkleIcon,
13405
14358
  SpinnerIcon,
13406
14359
  SplitHorizontalIcon,
13407
14360
  SplitVerticalIcon,
14361
+ SquareDragIcon,
13408
14362
  SquareIcon,
14363
+ SquareMarginsIcon,
13409
14364
  StarIcon,
13410
14365
  Stocks2Icon: ArrowTrendingIcon,
13411
14366
  StocksIcon: GraphIcon,
13412
14367
  StrokeThicknessIcon,
13413
14368
  SubtractIcon,
14369
+ SubtractSquareIcon,
14370
+ SubtractSquareMultipleIcon,
13414
14371
  SvelteIcon,
13415
14372
  SymbolsIcon,
13416
14373
  TableIcon,
13417
14374
  TableSimpleIcon,
13418
14375
  TabletIcon,
13419
14376
  TagAccentIcon,
14377
+ TagAddIcon,
13420
14378
  TagIcon,
13421
14379
  TagMultipleIcon,
13422
14380
  TagMultipleVarIcon: TagMultipleIcon,
14381
+ TagRemoveIcon,
14382
+ TargetIcon,
13423
14383
  TaskListIcon,
14384
+ TasksIcon: TaskListIcon,
13424
14385
  TerminalIcon,
13425
14386
  TextAddIcon,
13426
14387
  TextAlignCenterIcon,
@@ -13428,9 +14389,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13428
14389
  TextAlignLeftIcon,
13429
14390
  TextAlignRightIcon,
13430
14391
  TextBoldIcon,
13431
- TextBulletListIcon,
13432
- TextBulletListSquareAddIcon,
13433
- TextBulletListSquareIcon,
14392
+ TextBulletListIcon: BulletListIcon,
14393
+ TextBulletListSquareAddIcon: BulletListSquareAddIcon,
14394
+ TextBulletListSquareIcon: BulletListSquareIcon,
14395
+ TextBulletListTreeIcon: BulletListTreeIcon,
13434
14396
  TextCaseLowercaseIcon,
13435
14397
  TextCaseTitleIcon,
13436
14398
  TextCaseUppercaseIcon,
@@ -13438,6 +14400,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13438
14400
  TextCollapseIcon,
13439
14401
  TextColorAccentIcon,
13440
14402
  TextColorIcon,
14403
+ TextDescriptionIcon,
13441
14404
  TextEditStyleIcon,
13442
14405
  TextEffectsIcon,
13443
14406
  TextExpandIcon,
@@ -13468,6 +14431,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13468
14431
  ThumbsUpIcon,
13469
14432
  TiktokIcon,
13470
14433
  TimerIcon,
14434
+ TimerOffIcon,
13471
14435
  ToolboxIcon,
13472
14436
  TriangleIcon,
13473
14437
  TuneIcon,
@@ -13481,12 +14445,12 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13481
14445
  VideoIcon,
13482
14446
  VisibleIcon: EyeOffIcon,
13483
14447
  VisualStudioCodeIcon,
13484
- Volume0Icon: VolumeMediumIcon,
14448
+ Volume0Icon: VolumeIcon,
13485
14449
  Volume1Icon: VolumeLowIcon,
13486
14450
  VolumeHighIcon: VolumeIcon,
13487
14451
  VolumeIcon,
13488
14452
  VolumeLowIcon,
13489
- VolumeMediumIcon,
14453
+ VolumeMediumIcon: VolumeIcon,
13490
14454
  VolumeMuteIcon,
13491
14455
  VuejsIcon,
13492
14456
  WatchIcon,
@@ -13518,7 +14482,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13518
14482
  airplane: AirplaneIcon,
13519
14483
  airplaneLanding: AirplaneLandingIcon,
13520
14484
  airplaneTakeoff: AirplaneTakeoffIcon,
14485
+ alarmClock: AlarmClockIcon,
14486
+ album: AlbumIcon,
13521
14487
  alertCircle: AlertCircleIcon,
14488
+ alertRhombus: AlertRhombusIcon,
13522
14489
  alertTriangle: AlertTriangleIcon,
13523
14490
  alignBottom: AlignBottomIcon,
13524
14491
  alignHorizontalCenters: AlignHorizontalCentersIcon,
@@ -13535,7 +14502,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13535
14502
  apple: AppleIcon,
13536
14503
  apps: AppsIcon,
13537
14504
  appsAdd: AppsAddIcon,
13538
- appsList: AppsListIcon,
14505
+ appsList: CheckboxListIcon,
13539
14506
  arc: ArcIcon,
13540
14507
  archive: ArchiveIcon,
13541
14508
  archiveAdd2: ArchiveAdd2Icon,
@@ -13576,7 +14543,8 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13576
14543
  backspace: BackspaceIcon,
13577
14544
  badge: BadgeIcon,
13578
14545
  bank: BankIcon,
13579
- barGraph: BarGraphIcon,
14546
+ barChart: BarChartIcon,
14547
+ barGraph: BarChartIcon,
13580
14548
  battery: BatteryIcon,
13581
14549
  batteryFull: BatteryFullIcon,
13582
14550
  beach: BeachIcon,
@@ -13584,6 +14552,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13584
14552
  bell: BellIcon,
13585
14553
  bellDot: BellDotIcon,
13586
14554
  bellOff: BellOffIcon,
14555
+ blend: PhotoFilterIcon,
13587
14556
  bluesky: BlueskyIcon,
13588
14557
  bluetooth: BluetoothIcon,
13589
14558
  board: BoardIcon,
@@ -13602,8 +14571,9 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13602
14571
  bookshelf: LibraryIcon,
13603
14572
  borderAll: BorderAllIcon,
13604
14573
  box: BoxIcon,
13605
- boxDrag: BoxDragIcon,
13606
- boxMargins: BoxMarginsIcon,
14574
+ boxAdd: BoxAddIcon,
14575
+ boxDrag: SquareDragIcon,
14576
+ boxMargins: SquareMarginsIcon,
13607
14577
  braces: BracesIcon,
13608
14578
  bracesVariable: BracesVariableIcon,
13609
14579
  brackets: BracketsIcon,
@@ -13618,10 +14588,16 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13618
14588
  broom: BroomIcon,
13619
14589
  bug: BugIcon,
13620
14590
  buildingMultiple: BuildingMultipleIcon,
14591
+ bulletList: BulletListIcon,
14592
+ bulletListSquare: BulletListSquareIcon,
14593
+ bulletListSquareAdd: BulletListSquareAddIcon,
14594
+ bulletListTree: BulletListTreeIcon,
13621
14595
  button: ButtonIcon,
13622
14596
  cake: CakeIcon,
13623
14597
  calculator: CalculatorIcon,
13624
14598
  calendar: CalendarIcon,
14599
+ call: CallIcon,
14600
+ callEnd: CallEndIcon,
13625
14601
  calligraphyPen: CalligraphyPenIcon,
13626
14602
  camera: CameraIcon,
13627
14603
  cancel: CancelIcon,
@@ -13634,10 +14610,12 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13634
14610
  centerHorizontal: CenterHorizontalIcon,
13635
14611
  centerVertical: CenterVerticalIcon,
13636
14612
  chat: ChatIcon,
14613
+ chatQuestion: ChatQuestionIcon,
13637
14614
  checkboxChecked: CheckboxCheckedIcon,
13638
14615
  checkboxIndeterminate: CheckboxIndeterminateIcon,
13639
14616
  checkboxIndeterminate2: CheckboxIndeterminate2Icon,
13640
14617
  checkboxIntermediate2: CheckboxIndeterminate2Icon,
14618
+ checkboxList: CheckboxListIcon,
13641
14619
  checkboxUnchecked: CheckboxUncheckedIcon,
13642
14620
  checkmark: CheckmarkIcon,
13643
14621
  checkmarkChecked: CheckboxCheckedIcon,
@@ -13660,6 +14638,12 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13660
14638
  close: CancelIcon,
13661
14639
  closedCaptions: ClosedCaptionsIcon,
13662
14640
  cloud: CloudIcon,
14641
+ cloudAdd: CloudAddIcon,
14642
+ cloudArrowDown: CloudArrowDownIcon,
14643
+ cloudArrowUp: CloudArrowUpIcon,
14644
+ cloudDownload: CloudArrowDownIcon,
14645
+ cloudOff: CloudOffIcon,
14646
+ cloudUpload: CloudArrowUpIcon,
13663
14647
  code: CodeIcon,
13664
14648
  coffeeHot: CoffeeHotIcon,
13665
14649
  colorPalette: ColorPaletteIcon,
@@ -13675,6 +14659,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13675
14659
  compose: ComposeIcon,
13676
14660
  computer: ComputerIcon,
13677
14661
  computerMac: ComputerMacIcon,
14662
+ cone: ConeIcon,
13678
14663
  contractDown: ContractDownIcon,
13679
14664
  cookies: CookiesIcon,
13680
14665
  copy: CopyIcon,
@@ -13687,15 +14672,18 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13687
14672
  crop: CropIcon,
13688
14673
  css: CssIcon,
13689
14674
  css2: Css2Icon,
14675
+ cube: CubeIcon,
13690
14676
  cursor: CursorIcon,
13691
14677
  cursorClick: CursorClickIcon,
13692
14678
  cursorDrag: CursorDragIcon,
13693
14679
  cut: CutIcon,
14680
+ cylinder: CylinderIcon,
13694
14681
  darkTheme: DarkThemeIcon,
13695
14682
  database: DatabaseIcon,
13696
14683
  databaseAdd: DatabaseAddIcon,
13697
14684
  delete: DeleteIcon,
13698
14685
  diamond: DiamondIcon,
14686
+ diff: DiffIcon,
13699
14687
  directions: DirectionsIcon,
13700
14688
  dislike: ThumbsDownIcon,
13701
14689
  dismiss: CancelIcon,
@@ -13706,6 +14694,8 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13706
14694
  door: DoorIcon,
13707
14695
  doorOpen: DoorOpenIcon,
13708
14696
  dot: CircleSmallIcon,
14697
+ dotCircle: DotCircleIcon,
14698
+ dotSquare: DotSquareIcon,
13709
14699
  drawText: DrawTextIcon,
13710
14700
  drop: DropIcon,
13711
14701
  edit: PencilIcon,
@@ -13715,6 +14705,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13715
14705
  emojiGrin: EmojiGrinIcon,
13716
14706
  emojiLaughter: EmojiLaughterIcon,
13717
14707
  eraser: EraserIcon,
14708
+ exclamationMark: ExclamationMarkIcon,
13718
14709
  expand: ExpandIcon,
13719
14710
  extension: ExtensionIcon,
13720
14711
  external: OpenIcon,
@@ -13732,6 +14723,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13732
14723
  fileAdd: FileAddIcon,
13733
14724
  fileMultiple: FileMultipleIcon,
13734
14725
  fileSync: FileSyncIcon,
14726
+ fileText: FileTextIcon,
13735
14727
  filter: FilterIcon,
13736
14728
  filter2: Filter2Icon,
13737
14729
  filterCancel: FilterCancelIcon,
@@ -13788,6 +14780,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13788
14780
  html: HtmlIcon,
13789
14781
  infinity: InfinityIcon,
13790
14782
  info: InfoIcon,
14783
+ infoSquare: InfoSquareIcon,
13791
14784
  instagram: InstagramIcon,
13792
14785
  javascript: JavascriptIcon,
13793
14786
  kebab: MoreIcon,
@@ -13876,15 +14869,17 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13876
14869
  personCircle: PersonCircleIcon,
13877
14870
  personMultiple: PersonMultipleIcon,
13878
14871
  phone: PhoneIcon,
13879
- phoneAccept: PhoneAcceptIcon,
13880
- phoneHangUp: PhoneHangUpIcon,
14872
+ phoneAccept: CallIcon,
14873
+ phoneHangUp: CallEndIcon,
13881
14874
  photo: PhotoIcon,
14875
+ photoAdd: PhotoAddIcon,
13882
14876
  photoFilter: PhotoFilterIcon,
13883
14877
  photoMultiple: PhotoMultipleIcon,
13884
14878
  pictureInPicture: PictureInPictureIcon,
13885
14879
  pictureInPicture2: PictureInPicture2Icon,
13886
14880
  pictureInPictureEnter: PictureInPictureEnterIcon,
13887
14881
  pictureInPictureExit: PictureInPictureExitIcon,
14882
+ pieChart: PieChartIcon,
13888
14883
  pin: PinIcon,
13889
14884
  pinOff: PinOffIcon,
13890
14885
  play: PlayIcon,
@@ -13912,6 +14907,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13912
14907
  rhombus: RhombusIcon,
13913
14908
  ribbon: RibbonIcon,
13914
14909
  ribbonStar: RibbonStarIcon,
14910
+ roadBarrier: RoadBarrierIcon,
13915
14911
  roblox: RobloxIcon,
13916
14912
  ruler: RulerIcon,
13917
14913
  rulerDiagonal: RulerDiagonalIcon,
@@ -13950,15 +14946,20 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13950
14946
  soundwave: SoundwaveIcon,
13951
14947
  spacebar: SpacebarIcon,
13952
14948
  sparkle: SparkleIcon,
14949
+ sparkle2: Sparkle2Icon,
13953
14950
  spinner: SpinnerIcon,
13954
14951
  splitHorizontal: SplitHorizontalIcon,
13955
14952
  splitVertical: SplitVerticalIcon,
13956
14953
  square: SquareIcon,
14954
+ squareDrag: SquareDragIcon,
14955
+ squareMargins: SquareMarginsIcon,
13957
14956
  star: StarIcon,
13958
14957
  stocks: GraphIcon,
13959
14958
  stocks2: ArrowTrendingIcon,
13960
14959
  strokeThickness: StrokeThicknessIcon,
13961
14960
  subtract: SubtractIcon,
14961
+ subtractSquare: SubtractSquareIcon,
14962
+ subtractSquareMultiple: SubtractSquareMultipleIcon,
13962
14963
  svelte: SvelteIcon,
13963
14964
  symbols: SymbolsIcon,
13964
14965
  table: TableIcon,
@@ -13966,9 +14967,13 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13966
14967
  tablet: TabletIcon,
13967
14968
  tag: TagIcon,
13968
14969
  tagAccent: TagAccentIcon,
14970
+ tagAdd: TagAddIcon,
13969
14971
  tagMultiple: TagMultipleIcon,
13970
14972
  tagMultipleVar: TagMultipleIcon,
14973
+ tagRemove: TagRemoveIcon,
14974
+ target: TargetIcon,
13971
14975
  taskList: TaskListIcon,
14976
+ tasks: TaskListIcon,
13972
14977
  terminal: TerminalIcon,
13973
14978
  text: TextIcon,
13974
14979
  textAdd: TextAddIcon,
@@ -13977,9 +14982,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13977
14982
  textAlignLeft: TextAlignLeftIcon,
13978
14983
  textAlignRight: TextAlignRightIcon,
13979
14984
  textBold: TextBoldIcon,
13980
- textBulletList: TextBulletListIcon,
13981
- textBulletListSquare: TextBulletListSquareIcon,
13982
- textBulletListSquareAdd: TextBulletListSquareAddIcon,
14985
+ textBulletList: BulletListIcon,
14986
+ textBulletListSquare: BulletListSquareIcon,
14987
+ textBulletListSquareAdd: BulletListSquareAddIcon,
14988
+ textBulletListTree: BulletListTreeIcon,
13983
14989
  textCaseLowercase: TextCaseLowercaseIcon,
13984
14990
  textCaseTitle: TextCaseTitleIcon,
13985
14991
  textCaseUppercase: TextCaseUppercaseIcon,
@@ -13987,6 +14993,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
13987
14993
  textCollapse: TextCollapseIcon,
13988
14994
  textColor: TextColorIcon,
13989
14995
  textColorAccent: TextColorAccentIcon,
14996
+ textDescription: TextDescriptionIcon,
13990
14997
  textEditStyle: TextEditStyleIcon,
13991
14998
  textEffects: TextEffectsIcon,
13992
14999
  textExpand: TextExpandIcon,
@@ -14016,6 +15023,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14016
15023
  thumbsUp: ThumbsUpIcon,
14017
15024
  tiktok: TiktokIcon,
14018
15025
  timer: TimerIcon,
15026
+ timerOff: TimerOffIcon,
14019
15027
  toolbox: ToolboxIcon,
14020
15028
  triangle: TriangleIcon,
14021
15029
  tune: TuneIcon,
@@ -14030,11 +15038,11 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14030
15038
  visible: EyeOffIcon,
14031
15039
  visualStudioCode: VisualStudioCodeIcon,
14032
15040
  volume: VolumeIcon,
14033
- volume0: VolumeMediumIcon,
15041
+ volume0: VolumeIcon,
14034
15042
  volume1: VolumeLowIcon,
14035
15043
  volumeHigh: VolumeIcon,
14036
15044
  volumeLow: VolumeLowIcon,
14037
- volumeMedium: VolumeMediumIcon,
15045
+ volumeMedium: VolumeIcon,
14038
15046
  volumeMute: VolumeMuteIcon,
14039
15047
  vuejs: VuejsIcon,
14040
15048
  watch: WatchIcon,
@@ -14149,7 +15157,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14149
15157
  exports2.AirplaneIcon = AirplaneIcon;
14150
15158
  exports2.AirplaneLandingIcon = AirplaneLandingIcon;
14151
15159
  exports2.AirplaneTakeoffIcon = AirplaneTakeoffIcon;
15160
+ exports2.AlarmClockIcon = AlarmClockIcon;
15161
+ exports2.AlbumIcon = AlbumIcon;
14152
15162
  exports2.AlertCircleIcon = AlertCircleIcon;
15163
+ exports2.AlertRhombusIcon = AlertRhombusIcon;
14153
15164
  exports2.AlertTriangleIcon = AlertTriangleIcon;
14154
15165
  exports2.AlignBottomIcon = AlignBottomIcon;
14155
15166
  exports2.AlignHorizontalCentersIcon = AlignHorizontalCentersIcon;
@@ -14166,7 +15177,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14166
15177
  exports2.AppleIcon = AppleIcon;
14167
15178
  exports2.AppsAddIcon = AppsAddIcon;
14168
15179
  exports2.AppsIcon = AppsIcon;
14169
- exports2.AppsListIcon = AppsListIcon;
15180
+ exports2.AppsListIcon = CheckboxListIcon;
14170
15181
  exports2.ArcIcon = ArcIcon;
14171
15182
  exports2.ArchiveAdd2Icon = ArchiveAdd2Icon;
14172
15183
  exports2.ArchiveIcon = ArchiveIcon;
@@ -14207,7 +15218,8 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14207
15218
  exports2.BackspaceIcon = BackspaceIcon;
14208
15219
  exports2.BadgeIcon = BadgeIcon;
14209
15220
  exports2.BankIcon = BankIcon;
14210
- exports2.BarGraphIcon = BarGraphIcon;
15221
+ exports2.BarChartIcon = BarChartIcon;
15222
+ exports2.BarGraphIcon = BarChartIcon;
14211
15223
  exports2.BatteryFullIcon = BatteryFullIcon;
14212
15224
  exports2.BatteryIcon = BatteryIcon;
14213
15225
  exports2.BeachIcon = BeachIcon;
@@ -14215,6 +15227,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14215
15227
  exports2.BellDotIcon = BellDotIcon;
14216
15228
  exports2.BellIcon = BellIcon;
14217
15229
  exports2.BellOffIcon = BellOffIcon;
15230
+ exports2.BlendIcon = PhotoFilterIcon;
14218
15231
  exports2.BlueskyIcon = BlueskyIcon;
14219
15232
  exports2.BluetoothIcon = BluetoothIcon;
14220
15233
  exports2.BoardIcon = BoardIcon;
@@ -14232,9 +15245,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14232
15245
  exports2.BookmarkMultipleVarIcon = BookmarkMultipleIcon;
14233
15246
  exports2.BookshelfIcon = LibraryIcon;
14234
15247
  exports2.BorderAllIcon = BorderAllIcon;
14235
- exports2.BoxDragIcon = BoxDragIcon;
15248
+ exports2.BoxAddIcon = BoxAddIcon;
15249
+ exports2.BoxDragIcon = SquareDragIcon;
14236
15250
  exports2.BoxIcon = BoxIcon;
14237
- exports2.BoxMarginsIcon = BoxMarginsIcon;
15251
+ exports2.BoxMarginsIcon = SquareMarginsIcon;
14238
15252
  exports2.BracesIcon = BracesIcon;
14239
15253
  exports2.BracesVariableIcon = BracesVariableIcon;
14240
15254
  exports2.BracketsIcon = BracketsIcon;
@@ -14249,10 +15263,16 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14249
15263
  exports2.BroomIcon = BroomIcon;
14250
15264
  exports2.BugIcon = BugIcon;
14251
15265
  exports2.BuildingMultipleIcon = BuildingMultipleIcon;
15266
+ exports2.BulletListIcon = BulletListIcon;
15267
+ exports2.BulletListSquareAddIcon = BulletListSquareAddIcon;
15268
+ exports2.BulletListSquareIcon = BulletListSquareIcon;
15269
+ exports2.BulletListTreeIcon = BulletListTreeIcon;
14252
15270
  exports2.ButtonIcon = ButtonIcon;
14253
15271
  exports2.CakeIcon = CakeIcon;
14254
15272
  exports2.CalculatorIcon = CalculatorIcon;
14255
15273
  exports2.CalendarIcon = CalendarIcon;
15274
+ exports2.CallEndIcon = CallEndIcon;
15275
+ exports2.CallIcon = CallIcon;
14256
15276
  exports2.CalligraphyPenIcon = CalligraphyPenIcon;
14257
15277
  exports2.CameraIcon = CameraIcon;
14258
15278
  exports2.CancelCircleIcon = CancelCircleIcon;
@@ -14265,10 +15285,12 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14265
15285
  exports2.CenterHorizontalIcon = CenterHorizontalIcon;
14266
15286
  exports2.CenterVerticalIcon = CenterVerticalIcon;
14267
15287
  exports2.ChatIcon = ChatIcon;
15288
+ exports2.ChatQuestionIcon = ChatQuestionIcon;
14268
15289
  exports2.CheckboxCheckedIcon = CheckboxCheckedIcon;
14269
15290
  exports2.CheckboxIndeterminate2Icon = CheckboxIndeterminate2Icon;
14270
15291
  exports2.CheckboxIndeterminateIcon = CheckboxIndeterminateIcon;
14271
15292
  exports2.CheckboxIntermediate2Icon = CheckboxIndeterminate2Icon;
15293
+ exports2.CheckboxListIcon = CheckboxListIcon;
14272
15294
  exports2.CheckboxUncheckedIcon = CheckboxUncheckedIcon;
14273
15295
  exports2.CheckmarkCheckedIcon = CheckboxCheckedIcon;
14274
15296
  exports2.CheckmarkCircleIcon = CheckmarkCircleIcon;
@@ -14290,7 +15312,13 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14290
15312
  exports2.ClockIcon = ClockIcon;
14291
15313
  exports2.CloseIcon = CancelIcon;
14292
15314
  exports2.ClosedCaptionsIcon = ClosedCaptionsIcon;
15315
+ exports2.CloudAddIcon = CloudAddIcon;
15316
+ exports2.CloudArrowDownIcon = CloudArrowDownIcon;
15317
+ exports2.CloudArrowUpIcon = CloudArrowUpIcon;
15318
+ exports2.CloudDownloadIcon = CloudArrowDownIcon;
14293
15319
  exports2.CloudIcon = CloudIcon;
15320
+ exports2.CloudOffIcon = CloudOffIcon;
15321
+ exports2.CloudUploadIcon = CloudArrowUpIcon;
14294
15322
  exports2.CodeIcon = CodeIcon;
14295
15323
  exports2.CoffeeHotIcon = CoffeeHotIcon;
14296
15324
  exports2.ColorPaletteIcon = ColorPaletteIcon;
@@ -14306,6 +15334,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14306
15334
  exports2.ComposeIcon = ComposeIcon;
14307
15335
  exports2.ComputerIcon = ComputerIcon;
14308
15336
  exports2.ComputerMacIcon = ComputerMacIcon;
15337
+ exports2.ConeIcon = ConeIcon;
14309
15338
  exports2.ContractDownIcon = ContractDownIcon;
14310
15339
  exports2.CookiesIcon = CookiesIcon;
14311
15340
  exports2.CopyIcon = CopyIcon;
@@ -14318,15 +15347,18 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14318
15347
  exports2.CropIcon = CropIcon;
14319
15348
  exports2.Css2Icon = Css2Icon;
14320
15349
  exports2.CssIcon = CssIcon;
15350
+ exports2.CubeIcon = CubeIcon;
14321
15351
  exports2.CursorClickIcon = CursorClickIcon;
14322
15352
  exports2.CursorDragIcon = CursorDragIcon;
14323
15353
  exports2.CursorIcon = CursorIcon;
14324
15354
  exports2.CutIcon = CutIcon;
15355
+ exports2.CylinderIcon = CylinderIcon;
14325
15356
  exports2.DarkThemeIcon = DarkThemeIcon;
14326
15357
  exports2.DatabaseAddIcon = DatabaseAddIcon;
14327
15358
  exports2.DatabaseIcon = DatabaseIcon;
14328
15359
  exports2.DeleteIcon = DeleteIcon;
14329
15360
  exports2.DiamondIcon = DiamondIcon;
15361
+ exports2.DiffIcon = DiffIcon;
14330
15362
  exports2.DirectionsIcon = DirectionsIcon;
14331
15363
  exports2.DislikeIcon = ThumbsDownIcon;
14332
15364
  exports2.DismissIcon = CancelIcon;
@@ -14336,7 +15368,9 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14336
15368
  exports2.DollarIcon = DollarIcon;
14337
15369
  exports2.DoorIcon = DoorIcon;
14338
15370
  exports2.DoorOpenIcon = DoorOpenIcon;
15371
+ exports2.DotCircleIcon = DotCircleIcon;
14339
15372
  exports2.DotIcon = CircleSmallIcon;
15373
+ exports2.DotSquareIcon = DotSquareIcon;
14340
15374
  exports2.DrawTextIcon = DrawTextIcon;
14341
15375
  exports2.DropIcon = DropIcon;
14342
15376
  exports2.EditIcon = PencilIcon;
@@ -14346,6 +15380,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14346
15380
  exports2.EmojiIcon = EmojiIcon;
14347
15381
  exports2.EmojiLaughterIcon = EmojiLaughterIcon;
14348
15382
  exports2.EraserIcon = EraserIcon;
15383
+ exports2.ExclamationMarkIcon = ExclamationMarkIcon;
14349
15384
  exports2.ExpandIcon = ExpandIcon;
14350
15385
  exports2.ExtensionIcon = ExtensionIcon;
14351
15386
  exports2.ExternalIcon = OpenIcon;
@@ -14363,6 +15398,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14363
15398
  exports2.FileIcon = FileIcon;
14364
15399
  exports2.FileMultipleIcon = FileMultipleIcon;
14365
15400
  exports2.FileSyncIcon = FileSyncIcon;
15401
+ exports2.FileTextIcon = FileTextIcon;
14366
15402
  exports2.Filter2Icon = Filter2Icon;
14367
15403
  exports2.FilterCancel2Icon = FilterCancel2Icon;
14368
15404
  exports2.FilterCancelIcon = FilterCancelIcon;
@@ -14419,6 +15455,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14419
15455
  exports2.HtmlIcon = HtmlIcon;
14420
15456
  exports2.InfinityIcon = InfinityIcon;
14421
15457
  exports2.InfoIcon = InfoIcon;
15458
+ exports2.InfoSquareIcon = InfoSquareIcon;
14422
15459
  exports2.InstagramIcon = InstagramIcon;
14423
15460
  exports2.JavascriptIcon = JavascriptIcon;
14424
15461
  exports2.KebabIcon = MoreIcon;
@@ -14506,9 +15543,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14506
15543
  exports2.PersonCircleIcon = PersonCircleIcon;
14507
15544
  exports2.PersonIcon = PersonIcon;
14508
15545
  exports2.PersonMultipleIcon = PersonMultipleIcon;
14509
- exports2.PhoneAcceptIcon = PhoneAcceptIcon;
14510
- exports2.PhoneHangUpIcon = PhoneHangUpIcon;
15546
+ exports2.PhoneAcceptIcon = CallIcon;
15547
+ exports2.PhoneHangUpIcon = CallEndIcon;
14511
15548
  exports2.PhoneIcon = PhoneIcon;
15549
+ exports2.PhotoAddIcon = PhotoAddIcon;
14512
15550
  exports2.PhotoFilterIcon = PhotoFilterIcon;
14513
15551
  exports2.PhotoIcon = PhotoIcon;
14514
15552
  exports2.PhotoMultipleIcon = PhotoMultipleIcon;
@@ -14516,6 +15554,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14516
15554
  exports2.PictureInPictureEnterIcon = PictureInPictureEnterIcon;
14517
15555
  exports2.PictureInPictureExitIcon = PictureInPictureExitIcon;
14518
15556
  exports2.PictureInPictureIcon = PictureInPictureIcon;
15557
+ exports2.PieChartIcon = PieChartIcon;
14519
15558
  exports2.PinIcon = PinIcon;
14520
15559
  exports2.PinOffIcon = PinOffIcon;
14521
15560
  exports2.PlayCircleIcon = PlayCircleIcon;
@@ -14543,6 +15582,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14543
15582
  exports2.RhombusIcon = RhombusIcon;
14544
15583
  exports2.RibbonIcon = RibbonIcon;
14545
15584
  exports2.RibbonStarIcon = RibbonStarIcon;
15585
+ exports2.RoadBarrierIcon = RoadBarrierIcon;
14546
15586
  exports2.RobloxIcon = RobloxIcon;
14547
15587
  exports2.RulerDiagonalIcon = RulerDiagonalIcon;
14548
15588
  exports2.RulerIcon = RulerIcon;
@@ -14580,26 +15620,35 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14580
15620
  exports2.SmileyIcon = EmojiIcon;
14581
15621
  exports2.SoundwaveIcon = SoundwaveIcon;
14582
15622
  exports2.SpacebarIcon = SpacebarIcon;
15623
+ exports2.Sparkle2Icon = Sparkle2Icon;
14583
15624
  exports2.SparkleIcon = SparkleIcon;
14584
15625
  exports2.SpinnerIcon = SpinnerIcon;
14585
15626
  exports2.SplitHorizontalIcon = SplitHorizontalIcon;
14586
15627
  exports2.SplitVerticalIcon = SplitVerticalIcon;
15628
+ exports2.SquareDragIcon = SquareDragIcon;
14587
15629
  exports2.SquareIcon = SquareIcon;
15630
+ exports2.SquareMarginsIcon = SquareMarginsIcon;
14588
15631
  exports2.StarIcon = StarIcon;
14589
15632
  exports2.Stocks2Icon = ArrowTrendingIcon;
14590
15633
  exports2.StocksIcon = GraphIcon;
14591
15634
  exports2.StrokeThicknessIcon = StrokeThicknessIcon;
14592
15635
  exports2.SubtractIcon = SubtractIcon;
15636
+ exports2.SubtractSquareIcon = SubtractSquareIcon;
15637
+ exports2.SubtractSquareMultipleIcon = SubtractSquareMultipleIcon;
14593
15638
  exports2.SvelteIcon = SvelteIcon;
14594
15639
  exports2.SymbolsIcon = SymbolsIcon;
14595
15640
  exports2.TableIcon = TableIcon;
14596
15641
  exports2.TableSimpleIcon = TableSimpleIcon;
14597
15642
  exports2.TabletIcon = TabletIcon;
14598
15643
  exports2.TagAccentIcon = TagAccentIcon;
15644
+ exports2.TagAddIcon = TagAddIcon;
14599
15645
  exports2.TagIcon = TagIcon;
14600
15646
  exports2.TagMultipleIcon = TagMultipleIcon;
14601
15647
  exports2.TagMultipleVarIcon = TagMultipleIcon;
15648
+ exports2.TagRemoveIcon = TagRemoveIcon;
15649
+ exports2.TargetIcon = TargetIcon;
14602
15650
  exports2.TaskListIcon = TaskListIcon;
15651
+ exports2.TasksIcon = TaskListIcon;
14603
15652
  exports2.TerminalIcon = TerminalIcon;
14604
15653
  exports2.TextAddIcon = TextAddIcon;
14605
15654
  exports2.TextAlignCenterIcon = TextAlignCenterIcon;
@@ -14607,9 +15656,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14607
15656
  exports2.TextAlignLeftIcon = TextAlignLeftIcon;
14608
15657
  exports2.TextAlignRightIcon = TextAlignRightIcon;
14609
15658
  exports2.TextBoldIcon = TextBoldIcon;
14610
- exports2.TextBulletListIcon = TextBulletListIcon;
14611
- exports2.TextBulletListSquareAddIcon = TextBulletListSquareAddIcon;
14612
- exports2.TextBulletListSquareIcon = TextBulletListSquareIcon;
15659
+ exports2.TextBulletListIcon = BulletListIcon;
15660
+ exports2.TextBulletListSquareAddIcon = BulletListSquareAddIcon;
15661
+ exports2.TextBulletListSquareIcon = BulletListSquareIcon;
15662
+ exports2.TextBulletListTreeIcon = BulletListTreeIcon;
14613
15663
  exports2.TextCaseLowercaseIcon = TextCaseLowercaseIcon;
14614
15664
  exports2.TextCaseTitleIcon = TextCaseTitleIcon;
14615
15665
  exports2.TextCaseUppercaseIcon = TextCaseUppercaseIcon;
@@ -14617,6 +15667,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14617
15667
  exports2.TextCollapseIcon = TextCollapseIcon;
14618
15668
  exports2.TextColorAccentIcon = TextColorAccentIcon;
14619
15669
  exports2.TextColorIcon = TextColorIcon;
15670
+ exports2.TextDescriptionIcon = TextDescriptionIcon;
14620
15671
  exports2.TextEditStyleIcon = TextEditStyleIcon;
14621
15672
  exports2.TextEffectsIcon = TextEffectsIcon;
14622
15673
  exports2.TextExpandIcon = TextExpandIcon;
@@ -14647,6 +15698,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14647
15698
  exports2.ThumbsUpIcon = ThumbsUpIcon;
14648
15699
  exports2.TiktokIcon = TiktokIcon;
14649
15700
  exports2.TimerIcon = TimerIcon;
15701
+ exports2.TimerOffIcon = TimerOffIcon;
14650
15702
  exports2.ToolboxIcon = ToolboxIcon;
14651
15703
  exports2.TriangleIcon = TriangleIcon;
14652
15704
  exports2.TuneIcon = TuneIcon;
@@ -14660,12 +15712,12 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14660
15712
  exports2.VideoIcon = VideoIcon;
14661
15713
  exports2.VisibleIcon = EyeOffIcon;
14662
15714
  exports2.VisualStudioCodeIcon = VisualStudioCodeIcon;
14663
- exports2.Volume0Icon = VolumeMediumIcon;
15715
+ exports2.Volume0Icon = VolumeIcon;
14664
15716
  exports2.Volume1Icon = VolumeLowIcon;
14665
15717
  exports2.VolumeHighIcon = VolumeIcon;
14666
15718
  exports2.VolumeIcon = VolumeIcon;
14667
15719
  exports2.VolumeLowIcon = VolumeLowIcon;
14668
- exports2.VolumeMediumIcon = VolumeMediumIcon;
15720
+ exports2.VolumeMediumIcon = VolumeIcon;
14669
15721
  exports2.VolumeMuteIcon = VolumeMuteIcon;
14670
15722
  exports2.VuejsIcon = VuejsIcon;
14671
15723
  exports2.WatchIcon = WatchIcon;
@@ -14697,7 +15749,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14697
15749
  exports2.airplane = AirplaneIcon;
14698
15750
  exports2.airplaneLanding = AirplaneLandingIcon;
14699
15751
  exports2.airplaneTakeoff = AirplaneTakeoffIcon;
15752
+ exports2.alarmClock = AlarmClockIcon;
15753
+ exports2.album = AlbumIcon;
14700
15754
  exports2.alertCircle = AlertCircleIcon;
15755
+ exports2.alertRhombus = AlertRhombusIcon;
14701
15756
  exports2.alertTriangle = AlertTriangleIcon;
14702
15757
  exports2.alignBottom = AlignBottomIcon;
14703
15758
  exports2.alignHorizontalCenters = AlignHorizontalCentersIcon;
@@ -14714,7 +15769,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14714
15769
  exports2.apple = AppleIcon;
14715
15770
  exports2.apps = AppsIcon;
14716
15771
  exports2.appsAdd = AppsAddIcon;
14717
- exports2.appsList = AppsListIcon;
15772
+ exports2.appsList = CheckboxListIcon;
14718
15773
  exports2.arc = ArcIcon;
14719
15774
  exports2.archive = ArchiveIcon;
14720
15775
  exports2.archiveAdd2 = ArchiveAdd2Icon;
@@ -14755,7 +15810,8 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14755
15810
  exports2.backspace = BackspaceIcon;
14756
15811
  exports2.badge = BadgeIcon;
14757
15812
  exports2.bank = BankIcon;
14758
- exports2.barGraph = BarGraphIcon;
15813
+ exports2.barChart = BarChartIcon;
15814
+ exports2.barGraph = BarChartIcon;
14759
15815
  exports2.battery = BatteryIcon;
14760
15816
  exports2.batteryFull = BatteryFullIcon;
14761
15817
  exports2.beach = BeachIcon;
@@ -14763,6 +15819,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14763
15819
  exports2.bell = BellIcon;
14764
15820
  exports2.bellDot = BellDotIcon;
14765
15821
  exports2.bellOff = BellOffIcon;
15822
+ exports2.blend = PhotoFilterIcon;
14766
15823
  exports2.bluesky = BlueskyIcon;
14767
15824
  exports2.bluetooth = BluetoothIcon;
14768
15825
  exports2.board = BoardIcon;
@@ -14781,8 +15838,9 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14781
15838
  exports2.bookshelf = LibraryIcon;
14782
15839
  exports2.borderAll = BorderAllIcon;
14783
15840
  exports2.box = BoxIcon;
14784
- exports2.boxDrag = BoxDragIcon;
14785
- exports2.boxMargins = BoxMarginsIcon;
15841
+ exports2.boxAdd = BoxAddIcon;
15842
+ exports2.boxDrag = SquareDragIcon;
15843
+ exports2.boxMargins = SquareMarginsIcon;
14786
15844
  exports2.braces = BracesIcon;
14787
15845
  exports2.bracesVariable = BracesVariableIcon;
14788
15846
  exports2.brackets = BracketsIcon;
@@ -14797,10 +15855,16 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14797
15855
  exports2.broom = BroomIcon;
14798
15856
  exports2.bug = BugIcon;
14799
15857
  exports2.buildingMultiple = BuildingMultipleIcon;
15858
+ exports2.bulletList = BulletListIcon;
15859
+ exports2.bulletListSquare = BulletListSquareIcon;
15860
+ exports2.bulletListSquareAdd = BulletListSquareAddIcon;
15861
+ exports2.bulletListTree = BulletListTreeIcon;
14800
15862
  exports2.button = ButtonIcon;
14801
15863
  exports2.cake = CakeIcon;
14802
15864
  exports2.calculator = CalculatorIcon;
14803
15865
  exports2.calendar = CalendarIcon;
15866
+ exports2.call = CallIcon;
15867
+ exports2.callEnd = CallEndIcon;
14804
15868
  exports2.calligraphyPen = CalligraphyPenIcon;
14805
15869
  exports2.camera = CameraIcon;
14806
15870
  exports2.cancel = CancelIcon;
@@ -14814,10 +15878,12 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14814
15878
  exports2.centerHorizontal = CenterHorizontalIcon;
14815
15879
  exports2.centerVertical = CenterVerticalIcon;
14816
15880
  exports2.chat = ChatIcon;
15881
+ exports2.chatQuestion = ChatQuestionIcon;
14817
15882
  exports2.checkboxChecked = CheckboxCheckedIcon;
14818
15883
  exports2.checkboxIndeterminate = CheckboxIndeterminateIcon;
14819
15884
  exports2.checkboxIndeterminate2 = CheckboxIndeterminate2Icon;
14820
15885
  exports2.checkboxIntermediate2 = CheckboxIndeterminate2Icon;
15886
+ exports2.checkboxList = CheckboxListIcon;
14821
15887
  exports2.checkboxUnchecked = CheckboxUncheckedIcon;
14822
15888
  exports2.checkmark = CheckmarkIcon;
14823
15889
  exports2.checkmarkChecked = CheckboxCheckedIcon;
@@ -14840,6 +15906,12 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14840
15906
  exports2.close = CancelIcon;
14841
15907
  exports2.closedCaptions = ClosedCaptionsIcon;
14842
15908
  exports2.cloud = CloudIcon;
15909
+ exports2.cloudAdd = CloudAddIcon;
15910
+ exports2.cloudArrowDown = CloudArrowDownIcon;
15911
+ exports2.cloudArrowUp = CloudArrowUpIcon;
15912
+ exports2.cloudDownload = CloudArrowDownIcon;
15913
+ exports2.cloudOff = CloudOffIcon;
15914
+ exports2.cloudUpload = CloudArrowUpIcon;
14843
15915
  exports2.code = CodeIcon;
14844
15916
  exports2.coffeeHot = CoffeeHotIcon;
14845
15917
  exports2.colorPalette = ColorPaletteIcon;
@@ -14855,6 +15927,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14855
15927
  exports2.compose = ComposeIcon;
14856
15928
  exports2.computer = ComputerIcon;
14857
15929
  exports2.computerMac = ComputerMacIcon;
15930
+ exports2.cone = ConeIcon;
14858
15931
  exports2.contractDown = ContractDownIcon;
14859
15932
  exports2.cookies = CookiesIcon;
14860
15933
  exports2.copy = CopyIcon;
@@ -14867,15 +15940,18 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14867
15940
  exports2.crop = CropIcon;
14868
15941
  exports2.css = CssIcon;
14869
15942
  exports2.css2 = Css2Icon;
15943
+ exports2.cube = CubeIcon;
14870
15944
  exports2.cursor = CursorIcon;
14871
15945
  exports2.cursorClick = CursorClickIcon;
14872
15946
  exports2.cursorDrag = CursorDragIcon;
14873
15947
  exports2.cut = CutIcon;
15948
+ exports2.cylinder = CylinderIcon;
14874
15949
  exports2.darkTheme = DarkThemeIcon;
14875
15950
  exports2.database = DatabaseIcon;
14876
15951
  exports2.databaseAdd = DatabaseAddIcon;
14877
15952
  exports2.delete = DeleteIcon;
14878
15953
  exports2.diamond = DiamondIcon;
15954
+ exports2.diff = DiffIcon;
14879
15955
  exports2.directions = DirectionsIcon;
14880
15956
  exports2.dislike = ThumbsDownIcon;
14881
15957
  exports2.dismiss = CancelIcon;
@@ -14886,6 +15962,8 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14886
15962
  exports2.door = DoorIcon;
14887
15963
  exports2.doorOpen = DoorOpenIcon;
14888
15964
  exports2.dot = CircleSmallIcon;
15965
+ exports2.dotCircle = DotCircleIcon;
15966
+ exports2.dotSquare = DotSquareIcon;
14889
15967
  exports2.drawText = DrawTextIcon;
14890
15968
  exports2.drop = DropIcon;
14891
15969
  exports2.edit = PencilIcon;
@@ -14895,6 +15973,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14895
15973
  exports2.emojiGrin = EmojiGrinIcon;
14896
15974
  exports2.emojiLaughter = EmojiLaughterIcon;
14897
15975
  exports2.eraser = EraserIcon;
15976
+ exports2.exclamationMark = ExclamationMarkIcon;
14898
15977
  exports2.expand = ExpandIcon;
14899
15978
  exports2.extension = ExtensionIcon;
14900
15979
  exports2.external = OpenIcon;
@@ -14912,6 +15991,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14912
15991
  exports2.fileAdd = FileAddIcon;
14913
15992
  exports2.fileMultiple = FileMultipleIcon;
14914
15993
  exports2.fileSync = FileSyncIcon;
15994
+ exports2.fileText = FileTextIcon;
14915
15995
  exports2.filter = FilterIcon;
14916
15996
  exports2.filter2 = Filter2Icon;
14917
15997
  exports2.filterCancel = FilterCancelIcon;
@@ -14971,6 +16051,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
14971
16051
  exports2.icons = icons;
14972
16052
  exports2.infinity = InfinityIcon;
14973
16053
  exports2.info = InfoIcon;
16054
+ exports2.infoSquare = InfoSquareIcon;
14974
16055
  exports2.instagram = InstagramIcon;
14975
16056
  exports2.javascript = JavascriptIcon;
14976
16057
  exports2.kebab = MoreIcon;
@@ -15059,15 +16140,17 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
15059
16140
  exports2.personCircle = PersonCircleIcon;
15060
16141
  exports2.personMultiple = PersonMultipleIcon;
15061
16142
  exports2.phone = PhoneIcon;
15062
- exports2.phoneAccept = PhoneAcceptIcon;
15063
- exports2.phoneHangUp = PhoneHangUpIcon;
16143
+ exports2.phoneAccept = CallIcon;
16144
+ exports2.phoneHangUp = CallEndIcon;
15064
16145
  exports2.photo = PhotoIcon;
16146
+ exports2.photoAdd = PhotoAddIcon;
15065
16147
  exports2.photoFilter = PhotoFilterIcon;
15066
16148
  exports2.photoMultiple = PhotoMultipleIcon;
15067
16149
  exports2.pictureInPicture = PictureInPictureIcon;
15068
16150
  exports2.pictureInPicture2 = PictureInPicture2Icon;
15069
16151
  exports2.pictureInPictureEnter = PictureInPictureEnterIcon;
15070
16152
  exports2.pictureInPictureExit = PictureInPictureExitIcon;
16153
+ exports2.pieChart = PieChartIcon;
15071
16154
  exports2.pin = PinIcon;
15072
16155
  exports2.pinOff = PinOffIcon;
15073
16156
  exports2.play = PlayIcon;
@@ -15096,6 +16179,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
15096
16179
  exports2.rhombus = RhombusIcon;
15097
16180
  exports2.ribbon = RibbonIcon;
15098
16181
  exports2.ribbonStar = RibbonStarIcon;
16182
+ exports2.roadBarrier = RoadBarrierIcon;
15099
16183
  exports2.roblox = RobloxIcon;
15100
16184
  exports2.ruler = RulerIcon;
15101
16185
  exports2.rulerDiagonal = RulerDiagonalIcon;
@@ -15134,15 +16218,20 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
15134
16218
  exports2.soundwave = SoundwaveIcon;
15135
16219
  exports2.spacebar = SpacebarIcon;
15136
16220
  exports2.sparkle = SparkleIcon;
16221
+ exports2.sparkle2 = Sparkle2Icon;
15137
16222
  exports2.spinner = SpinnerIcon;
15138
16223
  exports2.splitHorizontal = SplitHorizontalIcon;
15139
16224
  exports2.splitVertical = SplitVerticalIcon;
15140
16225
  exports2.square = SquareIcon;
16226
+ exports2.squareDrag = SquareDragIcon;
16227
+ exports2.squareMargins = SquareMarginsIcon;
15141
16228
  exports2.star = StarIcon;
15142
16229
  exports2.stocks = GraphIcon;
15143
16230
  exports2.stocks2 = ArrowTrendingIcon;
15144
16231
  exports2.strokeThickness = StrokeThicknessIcon;
15145
16232
  exports2.subtract = SubtractIcon;
16233
+ exports2.subtractSquare = SubtractSquareIcon;
16234
+ exports2.subtractSquareMultiple = SubtractSquareMultipleIcon;
15146
16235
  exports2.svelte = SvelteIcon;
15147
16236
  exports2.symbols = SymbolsIcon;
15148
16237
  exports2.table = TableIcon;
@@ -15150,9 +16239,13 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
15150
16239
  exports2.tablet = TabletIcon;
15151
16240
  exports2.tag = TagIcon;
15152
16241
  exports2.tagAccent = TagAccentIcon;
16242
+ exports2.tagAdd = TagAddIcon;
15153
16243
  exports2.tagMultiple = TagMultipleIcon;
15154
16244
  exports2.tagMultipleVar = TagMultipleIcon;
16245
+ exports2.tagRemove = TagRemoveIcon;
16246
+ exports2.target = TargetIcon;
15155
16247
  exports2.taskList = TaskListIcon;
16248
+ exports2.tasks = TaskListIcon;
15156
16249
  exports2.terminal = TerminalIcon;
15157
16250
  exports2.text = TextIcon;
15158
16251
  exports2.textAdd = TextAddIcon;
@@ -15161,9 +16254,10 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
15161
16254
  exports2.textAlignLeft = TextAlignLeftIcon;
15162
16255
  exports2.textAlignRight = TextAlignRightIcon;
15163
16256
  exports2.textBold = TextBoldIcon;
15164
- exports2.textBulletList = TextBulletListIcon;
15165
- exports2.textBulletListSquare = TextBulletListSquareIcon;
15166
- exports2.textBulletListSquareAdd = TextBulletListSquareAddIcon;
16257
+ exports2.textBulletList = BulletListIcon;
16258
+ exports2.textBulletListSquare = BulletListSquareIcon;
16259
+ exports2.textBulletListSquareAdd = BulletListSquareAddIcon;
16260
+ exports2.textBulletListTree = BulletListTreeIcon;
15167
16261
  exports2.textCaseLowercase = TextCaseLowercaseIcon;
15168
16262
  exports2.textCaseTitle = TextCaseTitleIcon;
15169
16263
  exports2.textCaseUppercase = TextCaseUppercaseIcon;
@@ -15171,6 +16265,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
15171
16265
  exports2.textCollapse = TextCollapseIcon;
15172
16266
  exports2.textColor = TextColorIcon;
15173
16267
  exports2.textColorAccent = TextColorAccentIcon;
16268
+ exports2.textDescription = TextDescriptionIcon;
15174
16269
  exports2.textEditStyle = TextEditStyleIcon;
15175
16270
  exports2.textEffects = TextEffectsIcon;
15176
16271
  exports2.textExpand = TextExpandIcon;
@@ -15200,6 +16295,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
15200
16295
  exports2.thumbsUp = ThumbsUpIcon;
15201
16296
  exports2.tiktok = TiktokIcon;
15202
16297
  exports2.timer = TimerIcon;
16298
+ exports2.timerOff = TimerOffIcon;
15203
16299
  exports2.toolbox = ToolboxIcon;
15204
16300
  exports2.triangle = TriangleIcon;
15205
16301
  exports2.tune = TuneIcon;
@@ -15214,11 +16310,11 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
15214
16310
  exports2.visible = EyeOffIcon;
15215
16311
  exports2.visualStudioCode = VisualStudioCodeIcon;
15216
16312
  exports2.volume = VolumeIcon;
15217
- exports2.volume0 = VolumeMediumIcon;
16313
+ exports2.volume0 = VolumeIcon;
15218
16314
  exports2.volume1 = VolumeLowIcon;
15219
16315
  exports2.volumeHigh = VolumeIcon;
15220
16316
  exports2.volumeLow = VolumeLowIcon;
15221
- exports2.volumeMedium = VolumeMediumIcon;
16317
+ exports2.volumeMedium = VolumeIcon;
15222
16318
  exports2.volumeMute = VolumeMuteIcon;
15223
16319
  exports2.vuejs = VuejsIcon;
15224
16320
  exports2.watch = WatchIcon;