@fanvue/ui 2.10.1 → 2.11.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 (498) hide show
  1. package/dist/cjs/components/Icons/AI2Icon.cjs +102 -0
  2. package/dist/cjs/components/Icons/AI2Icon.cjs.map +1 -0
  3. package/dist/cjs/components/Icons/AIDisclosureIcon.cjs +79 -0
  4. package/dist/cjs/components/Icons/AIDisclosureIcon.cjs.map +1 -0
  5. package/dist/cjs/components/Icons/AIIcon.cjs +40 -15
  6. package/dist/cjs/components/Icons/AIIcon.cjs.map +1 -1
  7. package/dist/cjs/components/Icons/AddIcon.cjs +27 -17
  8. package/dist/cjs/components/Icons/AddIcon.cjs.map +1 -1
  9. package/dist/cjs/components/Icons/AlertIcon.cjs +47 -18
  10. package/dist/cjs/components/Icons/AlertIcon.cjs.map +1 -1
  11. package/dist/cjs/components/Icons/AppsIcon.cjs +74 -0
  12. package/dist/cjs/components/Icons/AppsIcon.cjs.map +1 -0
  13. package/dist/cjs/components/Icons/ArrowDownIcon.cjs +31 -29
  14. package/dist/cjs/components/Icons/ArrowDownIcon.cjs.map +1 -1
  15. package/dist/cjs/components/Icons/ArrowLeftIcon.cjs +29 -29
  16. package/dist/cjs/components/Icons/ArrowLeftIcon.cjs.map +1 -1
  17. package/dist/cjs/components/Icons/ArrowRightIcon.cjs +29 -29
  18. package/dist/cjs/components/Icons/ArrowRightIcon.cjs.map +1 -1
  19. package/dist/cjs/components/Icons/ArrowUpIcon.cjs +31 -29
  20. package/dist/cjs/components/Icons/ArrowUpIcon.cjs.map +1 -1
  21. package/dist/cjs/components/Icons/AtSignIcon.cjs +50 -0
  22. package/dist/cjs/components/Icons/AtSignIcon.cjs.map +1 -0
  23. package/dist/cjs/components/Icons/AutoMessageIcon.cjs +85 -0
  24. package/dist/cjs/components/Icons/AutoMessageIcon.cjs.map +1 -0
  25. package/dist/cjs/components/Icons/BankIcon.cjs +68 -19
  26. package/dist/cjs/components/Icons/BankIcon.cjs.map +1 -1
  27. package/dist/cjs/components/Icons/BaseIcon.cjs +79 -0
  28. package/dist/cjs/components/Icons/BaseIcon.cjs.map +1 -0
  29. package/dist/cjs/components/Icons/BellIcon.cjs +37 -14
  30. package/dist/cjs/components/Icons/BellIcon.cjs.map +1 -1
  31. package/dist/cjs/components/Icons/BellOffIcon.cjs +50 -24
  32. package/dist/cjs/components/Icons/BellOffIcon.cjs.map +1 -1
  33. package/dist/cjs/components/Icons/BoltIcon.cjs +39 -23
  34. package/dist/cjs/components/Icons/BoltIcon.cjs.map +1 -1
  35. package/dist/cjs/components/Icons/BulbIcon.cjs +37 -14
  36. package/dist/cjs/components/Icons/BulbIcon.cjs.map +1 -1
  37. package/dist/cjs/components/Icons/Calendar2Icon.cjs +65 -19
  38. package/dist/cjs/components/Icons/Calendar2Icon.cjs.map +1 -1
  39. package/dist/cjs/components/Icons/CalendarIcon.cjs +56 -19
  40. package/dist/cjs/components/Icons/CalendarIcon.cjs.map +1 -1
  41. package/dist/cjs/components/Icons/CardIcon.cjs +74 -0
  42. package/dist/cjs/components/Icons/CardIcon.cjs.map +1 -0
  43. package/dist/cjs/components/Icons/ChartIcon.cjs +47 -18
  44. package/dist/cjs/components/Icons/ChartIcon.cjs.map +1 -1
  45. package/dist/cjs/components/Icons/CheckBoxOffIcon.cjs +67 -0
  46. package/dist/cjs/components/Icons/CheckBoxOffIcon.cjs.map +1 -0
  47. package/dist/cjs/components/Icons/CheckBoxOnIcon.cjs +74 -0
  48. package/dist/cjs/components/Icons/CheckBoxOnIcon.cjs.map +1 -0
  49. package/dist/cjs/components/Icons/ChevronDownIcon.cjs +13 -25
  50. package/dist/cjs/components/Icons/ChevronDownIcon.cjs.map +1 -1
  51. package/dist/cjs/components/Icons/ChevronLeftIcon.cjs +13 -25
  52. package/dist/cjs/components/Icons/ChevronLeftIcon.cjs.map +1 -1
  53. package/dist/cjs/components/Icons/ChevronRightIcon.cjs +13 -25
  54. package/dist/cjs/components/Icons/ChevronRightIcon.cjs.map +1 -1
  55. package/dist/cjs/components/Icons/ChevronUpIcon.cjs +12 -26
  56. package/dist/cjs/components/Icons/ChevronUpIcon.cjs.map +1 -1
  57. package/dist/cjs/components/Icons/ClockIcon.cjs +56 -19
  58. package/dist/cjs/components/Icons/ClockIcon.cjs.map +1 -1
  59. package/dist/cjs/components/Icons/CloseIcon.cjs +12 -16
  60. package/dist/cjs/components/Icons/CloseIcon.cjs.map +1 -1
  61. package/dist/cjs/components/Icons/CodeIcon.cjs +56 -19
  62. package/dist/cjs/components/Icons/CodeIcon.cjs.map +1 -1
  63. package/dist/cjs/components/Icons/CoinIcon.cjs +56 -20
  64. package/dist/cjs/components/Icons/CoinIcon.cjs.map +1 -1
  65. package/dist/cjs/components/Icons/CompassIcon.cjs +47 -18
  66. package/dist/cjs/components/Icons/CompassIcon.cjs.map +1 -1
  67. package/dist/cjs/components/Icons/CopyIcon.cjs +56 -18
  68. package/dist/cjs/components/Icons/CopyIcon.cjs.map +1 -1
  69. package/dist/cjs/components/Icons/CrownIcon.cjs +47 -21
  70. package/dist/cjs/components/Icons/CrownIcon.cjs.map +1 -1
  71. package/dist/cjs/components/Icons/DiamondIcon.cjs +47 -18
  72. package/dist/cjs/components/Icons/DiamondIcon.cjs.map +1 -1
  73. package/dist/cjs/components/Icons/DiscountIcon.cjs +47 -18
  74. package/dist/cjs/components/Icons/DiscountIcon.cjs.map +1 -1
  75. package/dist/cjs/components/Icons/DonateIcon.cjs +56 -19
  76. package/dist/cjs/components/Icons/DonateIcon.cjs.map +1 -1
  77. package/dist/cjs/components/Icons/DoubleTickIcon.cjs +16 -14
  78. package/dist/cjs/components/Icons/DoubleTickIcon.cjs.map +1 -1
  79. package/dist/cjs/components/Icons/DownloadIcon.cjs +57 -19
  80. package/dist/cjs/components/Icons/DownloadIcon.cjs.map +1 -1
  81. package/dist/cjs/components/Icons/EditIcon.cjs +47 -18
  82. package/dist/cjs/components/Icons/EditIcon.cjs.map +1 -1
  83. package/dist/cjs/components/Icons/ExclamationMarkIcon.cjs +69 -0
  84. package/dist/cjs/components/Icons/ExclamationMarkIcon.cjs.map +1 -0
  85. package/dist/cjs/components/Icons/ExpandIcon.cjs +47 -18
  86. package/dist/cjs/components/Icons/ExpandIcon.cjs.map +1 -1
  87. package/dist/cjs/components/Icons/EyeIcon.cjs +52 -18
  88. package/dist/cjs/components/Icons/EyeIcon.cjs.map +1 -1
  89. package/dist/cjs/components/Icons/EyeOffIcon.cjs +101 -0
  90. package/dist/cjs/components/Icons/EyeOffIcon.cjs.map +1 -0
  91. package/dist/cjs/components/Icons/FlagIcon.cjs +47 -18
  92. package/dist/cjs/components/Icons/FlagIcon.cjs.map +1 -1
  93. package/dist/cjs/components/Icons/FlameIcon.cjs +37 -20
  94. package/dist/cjs/components/Icons/FlameIcon.cjs.map +1 -1
  95. package/dist/cjs/components/Icons/FolderIcon.cjs +37 -20
  96. package/dist/cjs/components/Icons/FolderIcon.cjs.map +1 -1
  97. package/dist/cjs/components/Icons/ForwardIcon.cjs +37 -20
  98. package/dist/cjs/components/Icons/ForwardIcon.cjs.map +1 -1
  99. package/dist/cjs/components/Icons/GameIcon.cjs +80 -0
  100. package/dist/cjs/components/Icons/GameIcon.cjs.map +1 -0
  101. package/dist/cjs/components/Icons/GenderIcon.cjs +56 -19
  102. package/dist/cjs/components/Icons/GenderIcon.cjs.map +1 -1
  103. package/dist/cjs/components/Icons/GiftIcon.cjs +65 -20
  104. package/dist/cjs/components/Icons/GiftIcon.cjs.map +1 -1
  105. package/dist/cjs/components/Icons/HealthIcon.cjs +65 -0
  106. package/dist/cjs/components/Icons/HealthIcon.cjs.map +1 -0
  107. package/dist/cjs/components/Icons/HeartIcon.cjs +65 -0
  108. package/dist/cjs/components/Icons/HeartIcon.cjs.map +1 -0
  109. package/dist/cjs/components/Icons/HelpIcon.cjs +56 -19
  110. package/dist/cjs/components/Icons/HelpIcon.cjs.map +1 -1
  111. package/dist/cjs/components/Icons/HomeIcon.cjs +42 -17
  112. package/dist/cjs/components/Icons/HomeIcon.cjs.map +1 -1
  113. package/dist/cjs/components/Icons/HourglassIcon.cjs +37 -20
  114. package/dist/cjs/components/Icons/HourglassIcon.cjs.map +1 -1
  115. package/dist/cjs/components/Icons/ImageIcon.cjs +56 -18
  116. package/dist/cjs/components/Icons/ImageIcon.cjs.map +1 -1
  117. package/dist/cjs/components/Icons/InboxIcon.cjs +65 -19
  118. package/dist/cjs/components/Icons/InboxIcon.cjs.map +1 -1
  119. package/dist/cjs/components/Icons/InfoIcon.cjs +62 -21
  120. package/dist/cjs/components/Icons/InfoIcon.cjs.map +1 -1
  121. package/dist/cjs/components/Icons/LanguageIcon.cjs +79 -0
  122. package/dist/cjs/components/Icons/LanguageIcon.cjs.map +1 -0
  123. package/dist/cjs/components/Icons/LinkIcon.cjs +31 -17
  124. package/dist/cjs/components/Icons/LinkIcon.cjs.map +1 -1
  125. package/dist/cjs/components/Icons/LocationIcon.cjs +47 -18
  126. package/dist/cjs/components/Icons/LocationIcon.cjs.map +1 -1
  127. package/dist/cjs/components/Icons/LockerIcon.cjs +77 -0
  128. package/dist/cjs/components/Icons/LockerIcon.cjs.map +1 -0
  129. package/dist/cjs/components/Icons/LockerOffIcon.cjs +74 -20
  130. package/dist/cjs/components/Icons/LockerOffIcon.cjs.map +1 -1
  131. package/dist/cjs/components/Icons/LogoutIcon.cjs +53 -36
  132. package/dist/cjs/components/Icons/LogoutIcon.cjs.map +1 -1
  133. package/dist/cjs/components/Icons/LoveIcon.cjs +74 -19
  134. package/dist/cjs/components/Icons/LoveIcon.cjs.map +1 -1
  135. package/dist/cjs/components/Icons/MassMessageIcon.cjs +94 -0
  136. package/dist/cjs/components/Icons/MassMessageIcon.cjs.map +1 -0
  137. package/dist/cjs/components/Icons/MegaphoneIcon.cjs +56 -19
  138. package/dist/cjs/components/Icons/MegaphoneIcon.cjs.map +1 -1
  139. package/dist/cjs/components/Icons/MenuCloseIcon.cjs +47 -18
  140. package/dist/cjs/components/Icons/MenuCloseIcon.cjs.map +1 -1
  141. package/dist/cjs/components/Icons/MenuIcon.cjs +22 -14
  142. package/dist/cjs/components/Icons/MenuIcon.cjs.map +1 -1
  143. package/dist/cjs/components/Icons/MenuOpenIcon.cjs +47 -18
  144. package/dist/cjs/components/Icons/MenuOpenIcon.cjs.map +1 -1
  145. package/dist/cjs/components/Icons/MessageIcon.cjs +56 -18
  146. package/dist/cjs/components/Icons/MessageIcon.cjs.map +1 -1
  147. package/dist/cjs/components/Icons/MicrophoneIcon.cjs +65 -19
  148. package/dist/cjs/components/Icons/MicrophoneIcon.cjs.map +1 -1
  149. package/dist/cjs/components/Icons/MinusIcon.cjs +16 -20
  150. package/dist/cjs/components/Icons/MinusIcon.cjs.map +1 -1
  151. package/dist/cjs/components/Icons/MoonIcon.cjs +37 -14
  152. package/dist/cjs/components/Icons/MoonIcon.cjs.map +1 -1
  153. package/dist/cjs/components/Icons/MoreIcon.cjs +22 -18
  154. package/dist/cjs/components/Icons/MoreIcon.cjs.map +1 -1
  155. package/dist/cjs/components/Icons/MoreVerticalIcon.cjs +23 -17
  156. package/dist/cjs/components/Icons/MoreVerticalIcon.cjs.map +1 -1
  157. package/dist/cjs/components/Icons/NewMessageIcon.cjs +70 -20
  158. package/dist/cjs/components/Icons/NewMessageIcon.cjs.map +1 -1
  159. package/dist/cjs/components/Icons/PauseIcon.cjs +47 -18
  160. package/dist/cjs/components/Icons/PauseIcon.cjs.map +1 -1
  161. package/dist/cjs/components/Icons/PhoneIcon.cjs +37 -20
  162. package/dist/cjs/components/Icons/PhoneIcon.cjs.map +1 -1
  163. package/dist/cjs/components/Icons/PhoneOffIcon.cjs +44 -24
  164. package/dist/cjs/components/Icons/PhoneOffIcon.cjs.map +1 -1
  165. package/dist/cjs/components/Icons/PinIcon.cjs +47 -18
  166. package/dist/cjs/components/Icons/PinIcon.cjs.map +1 -1
  167. package/dist/cjs/components/Icons/PlayIcon.cjs +47 -18
  168. package/dist/cjs/components/Icons/PlayIcon.cjs.map +1 -1
  169. package/dist/cjs/components/Icons/PrivacyIcon.cjs +56 -18
  170. package/dist/cjs/components/Icons/PrivacyIcon.cjs.map +1 -1
  171. package/dist/cjs/components/Icons/QueueIcon.cjs +50 -0
  172. package/dist/cjs/components/Icons/QueueIcon.cjs.map +1 -0
  173. package/dist/cjs/components/Icons/RepeatIcon.cjs +40 -36
  174. package/dist/cjs/components/Icons/RepeatIcon.cjs.map +1 -1
  175. package/dist/cjs/components/Icons/Reply2Icon.cjs +74 -19
  176. package/dist/cjs/components/Icons/Reply2Icon.cjs.map +1 -1
  177. package/dist/cjs/components/Icons/ReplyIcon.cjs +37 -20
  178. package/dist/cjs/components/Icons/ReplyIcon.cjs.map +1 -1
  179. package/dist/cjs/components/Icons/ReverseIcon.cjs +31 -36
  180. package/dist/cjs/components/Icons/ReverseIcon.cjs.map +1 -1
  181. package/dist/cjs/components/Icons/SearchIcon.cjs +37 -20
  182. package/dist/cjs/components/Icons/SearchIcon.cjs.map +1 -1
  183. package/dist/cjs/components/Icons/SendIcon.cjs +47 -18
  184. package/dist/cjs/components/Icons/SendIcon.cjs.map +1 -1
  185. package/dist/cjs/components/Icons/SettingsIcon.cjs +68 -19
  186. package/dist/cjs/components/Icons/SettingsIcon.cjs.map +1 -1
  187. package/dist/cjs/components/Icons/ShareIcon.cjs +47 -18
  188. package/dist/cjs/components/Icons/ShareIcon.cjs.map +1 -1
  189. package/dist/cjs/components/Icons/StarIcon.cjs +37 -20
  190. package/dist/cjs/components/Icons/StarIcon.cjs.map +1 -1
  191. package/dist/cjs/components/Icons/StopIcon.cjs +47 -18
  192. package/dist/cjs/components/Icons/StopIcon.cjs.map +1 -1
  193. package/dist/cjs/components/Icons/SunIcon.cjs +37 -14
  194. package/dist/cjs/components/Icons/SunIcon.cjs.map +1 -1
  195. package/dist/cjs/components/Icons/Support2Icon.cjs +56 -19
  196. package/dist/cjs/components/Icons/Support2Icon.cjs.map +1 -1
  197. package/dist/cjs/components/Icons/SupportIcon.cjs +56 -19
  198. package/dist/cjs/components/Icons/SupportIcon.cjs.map +1 -1
  199. package/dist/cjs/components/Icons/TagIcon.cjs +47 -18
  200. package/dist/cjs/components/Icons/TagIcon.cjs.map +1 -1
  201. package/dist/cjs/components/Icons/TaskIcon.cjs +22 -14
  202. package/dist/cjs/components/Icons/TaskIcon.cjs.map +1 -1
  203. package/dist/cjs/components/Icons/ThumbDownIcon.cjs +47 -18
  204. package/dist/cjs/components/Icons/ThumbDownIcon.cjs.map +1 -1
  205. package/dist/cjs/components/Icons/ThumbUpIcon.cjs +47 -18
  206. package/dist/cjs/components/Icons/ThumbUpIcon.cjs.map +1 -1
  207. package/dist/cjs/components/Icons/TickCircleIcon.cjs +47 -18
  208. package/dist/cjs/components/Icons/TickCircleIcon.cjs.map +1 -1
  209. package/dist/cjs/components/Icons/TickCircleOffIcon.cjs +23 -19
  210. package/dist/cjs/components/Icons/TickCircleOffIcon.cjs.map +1 -1
  211. package/dist/cjs/components/Icons/TickIcon.cjs +12 -25
  212. package/dist/cjs/components/Icons/TickIcon.cjs.map +1 -1
  213. package/dist/cjs/components/Icons/ToolsIcon.cjs +101 -0
  214. package/dist/cjs/components/Icons/ToolsIcon.cjs.map +1 -0
  215. package/dist/cjs/components/Icons/TrashIcon.cjs +83 -0
  216. package/dist/cjs/components/Icons/TrashIcon.cjs.map +1 -0
  217. package/dist/cjs/components/Icons/TrophyIcon.cjs +74 -19
  218. package/dist/cjs/components/Icons/TrophyIcon.cjs.map +1 -1
  219. package/dist/cjs/components/Icons/UploadIcon.cjs +53 -18
  220. package/dist/cjs/components/Icons/UploadIcon.cjs.map +1 -1
  221. package/dist/cjs/components/Icons/UploadToCloudIcon.cjs +73 -0
  222. package/dist/cjs/components/Icons/UploadToCloudIcon.cjs.map +1 -0
  223. package/dist/cjs/components/Icons/UserAIIcon.cjs +87 -0
  224. package/dist/cjs/components/Icons/UserAIIcon.cjs.map +1 -0
  225. package/dist/cjs/components/Icons/UserAddIcon.cjs +115 -0
  226. package/dist/cjs/components/Icons/UserAddIcon.cjs.map +1 -0
  227. package/dist/cjs/components/Icons/UserIcon.cjs +46 -39
  228. package/dist/cjs/components/Icons/UserIcon.cjs.map +1 -1
  229. package/dist/cjs/components/Icons/UserMenuIcon.cjs +67 -0
  230. package/dist/cjs/components/Icons/UserMenuIcon.cjs.map +1 -0
  231. package/dist/cjs/components/Icons/UsersIcon.cjs +56 -18
  232. package/dist/cjs/components/Icons/UsersIcon.cjs.map +1 -1
  233. package/dist/cjs/components/Icons/VaultIcon.cjs +101 -0
  234. package/dist/cjs/components/Icons/VaultIcon.cjs.map +1 -0
  235. package/dist/cjs/components/Icons/VideoIcon.cjs +59 -18
  236. package/dist/cjs/components/Icons/VideoIcon.cjs.map +1 -1
  237. package/dist/cjs/components/Icons/WalletIcon.cjs +63 -20
  238. package/dist/cjs/components/Icons/WalletIcon.cjs.map +1 -1
  239. package/dist/cjs/components/Icons/WarningIcon.cjs +58 -21
  240. package/dist/cjs/components/Icons/WarningIcon.cjs.map +1 -1
  241. package/dist/cjs/components/Icons/WifiIcon.cjs +59 -0
  242. package/dist/cjs/components/Icons/WifiIcon.cjs.map +1 -0
  243. package/dist/cjs/components/Icons/WifiOffIcon.cjs +31 -17
  244. package/dist/cjs/components/Icons/WifiOffIcon.cjs.map +1 -1
  245. package/dist/cjs/components/Tooltip/Tooltip.cjs +10 -2
  246. package/dist/cjs/components/Tooltip/Tooltip.cjs.map +1 -1
  247. package/dist/cjs/index.cjs +50 -0
  248. package/dist/cjs/index.cjs.map +1 -1
  249. package/dist/components/Icons/AI2Icon.mjs +85 -0
  250. package/dist/components/Icons/AI2Icon.mjs.map +1 -0
  251. package/dist/components/Icons/AIDisclosureIcon.mjs +62 -0
  252. package/dist/components/Icons/AIDisclosureIcon.mjs.map +1 -0
  253. package/dist/components/Icons/AIIcon.mjs +40 -15
  254. package/dist/components/Icons/AIIcon.mjs.map +1 -1
  255. package/dist/components/Icons/AddIcon.mjs +28 -18
  256. package/dist/components/Icons/AddIcon.mjs.map +1 -1
  257. package/dist/components/Icons/AlertIcon.mjs +48 -19
  258. package/dist/components/Icons/AlertIcon.mjs.map +1 -1
  259. package/dist/components/Icons/AppsIcon.mjs +57 -0
  260. package/dist/components/Icons/AppsIcon.mjs.map +1 -0
  261. package/dist/components/Icons/ArrowDownIcon.mjs +32 -30
  262. package/dist/components/Icons/ArrowDownIcon.mjs.map +1 -1
  263. package/dist/components/Icons/ArrowLeftIcon.mjs +30 -30
  264. package/dist/components/Icons/ArrowLeftIcon.mjs.map +1 -1
  265. package/dist/components/Icons/ArrowRightIcon.mjs +30 -30
  266. package/dist/components/Icons/ArrowRightIcon.mjs.map +1 -1
  267. package/dist/components/Icons/ArrowUpIcon.mjs +32 -30
  268. package/dist/components/Icons/ArrowUpIcon.mjs.map +1 -1
  269. package/dist/components/Icons/AtSignIcon.mjs +33 -0
  270. package/dist/components/Icons/AtSignIcon.mjs.map +1 -0
  271. package/dist/components/Icons/AutoMessageIcon.mjs +68 -0
  272. package/dist/components/Icons/AutoMessageIcon.mjs.map +1 -0
  273. package/dist/components/Icons/BankIcon.mjs +69 -20
  274. package/dist/components/Icons/BankIcon.mjs.map +1 -1
  275. package/dist/components/Icons/BaseIcon.mjs +62 -0
  276. package/dist/components/Icons/BaseIcon.mjs.map +1 -0
  277. package/dist/components/Icons/BellIcon.mjs +37 -14
  278. package/dist/components/Icons/BellIcon.mjs.map +1 -1
  279. package/dist/components/Icons/BellOffIcon.mjs +51 -25
  280. package/dist/components/Icons/BellOffIcon.mjs.map +1 -1
  281. package/dist/components/Icons/BoltIcon.mjs +39 -23
  282. package/dist/components/Icons/BoltIcon.mjs.map +1 -1
  283. package/dist/components/Icons/BulbIcon.mjs +37 -14
  284. package/dist/components/Icons/BulbIcon.mjs.map +1 -1
  285. package/dist/components/Icons/Calendar2Icon.mjs +66 -20
  286. package/dist/components/Icons/Calendar2Icon.mjs.map +1 -1
  287. package/dist/components/Icons/CalendarIcon.mjs +57 -20
  288. package/dist/components/Icons/CalendarIcon.mjs.map +1 -1
  289. package/dist/components/Icons/CardIcon.mjs +57 -0
  290. package/dist/components/Icons/CardIcon.mjs.map +1 -0
  291. package/dist/components/Icons/ChartIcon.mjs +48 -19
  292. package/dist/components/Icons/ChartIcon.mjs.map +1 -1
  293. package/dist/components/Icons/CheckBoxOffIcon.mjs +50 -0
  294. package/dist/components/Icons/CheckBoxOffIcon.mjs.map +1 -0
  295. package/dist/components/Icons/CheckBoxOnIcon.mjs +57 -0
  296. package/dist/components/Icons/CheckBoxOnIcon.mjs.map +1 -0
  297. package/dist/components/Icons/ChevronDownIcon.mjs +13 -25
  298. package/dist/components/Icons/ChevronDownIcon.mjs.map +1 -1
  299. package/dist/components/Icons/ChevronLeftIcon.mjs +13 -25
  300. package/dist/components/Icons/ChevronLeftIcon.mjs.map +1 -1
  301. package/dist/components/Icons/ChevronRightIcon.mjs +13 -25
  302. package/dist/components/Icons/ChevronRightIcon.mjs.map +1 -1
  303. package/dist/components/Icons/ChevronUpIcon.mjs +12 -26
  304. package/dist/components/Icons/ChevronUpIcon.mjs.map +1 -1
  305. package/dist/components/Icons/ClockIcon.mjs +57 -20
  306. package/dist/components/Icons/ClockIcon.mjs.map +1 -1
  307. package/dist/components/Icons/CloseIcon.mjs +12 -16
  308. package/dist/components/Icons/CloseIcon.mjs.map +1 -1
  309. package/dist/components/Icons/CodeIcon.mjs +57 -20
  310. package/dist/components/Icons/CodeIcon.mjs.map +1 -1
  311. package/dist/components/Icons/CoinIcon.mjs +57 -21
  312. package/dist/components/Icons/CoinIcon.mjs.map +1 -1
  313. package/dist/components/Icons/CompassIcon.mjs +48 -19
  314. package/dist/components/Icons/CompassIcon.mjs.map +1 -1
  315. package/dist/components/Icons/CopyIcon.mjs +57 -19
  316. package/dist/components/Icons/CopyIcon.mjs.map +1 -1
  317. package/dist/components/Icons/CrownIcon.mjs +47 -21
  318. package/dist/components/Icons/CrownIcon.mjs.map +1 -1
  319. package/dist/components/Icons/DiamondIcon.mjs +48 -19
  320. package/dist/components/Icons/DiamondIcon.mjs.map +1 -1
  321. package/dist/components/Icons/DiscountIcon.mjs +48 -19
  322. package/dist/components/Icons/DiscountIcon.mjs.map +1 -1
  323. package/dist/components/Icons/DonateIcon.mjs +57 -20
  324. package/dist/components/Icons/DonateIcon.mjs.map +1 -1
  325. package/dist/components/Icons/DoubleTickIcon.mjs +16 -14
  326. package/dist/components/Icons/DoubleTickIcon.mjs.map +1 -1
  327. package/dist/components/Icons/DownloadIcon.mjs +58 -20
  328. package/dist/components/Icons/DownloadIcon.mjs.map +1 -1
  329. package/dist/components/Icons/EditIcon.mjs +48 -19
  330. package/dist/components/Icons/EditIcon.mjs.map +1 -1
  331. package/dist/components/Icons/ExclamationMarkIcon.mjs +52 -0
  332. package/dist/components/Icons/ExclamationMarkIcon.mjs.map +1 -0
  333. package/dist/components/Icons/ExpandIcon.mjs +48 -19
  334. package/dist/components/Icons/ExpandIcon.mjs.map +1 -1
  335. package/dist/components/Icons/EyeIcon.mjs +53 -19
  336. package/dist/components/Icons/EyeIcon.mjs.map +1 -1
  337. package/dist/components/Icons/EyeOffIcon.mjs +84 -0
  338. package/dist/components/Icons/EyeOffIcon.mjs.map +1 -0
  339. package/dist/components/Icons/FlagIcon.mjs +48 -19
  340. package/dist/components/Icons/FlagIcon.mjs.map +1 -1
  341. package/dist/components/Icons/FlameIcon.mjs +37 -20
  342. package/dist/components/Icons/FlameIcon.mjs.map +1 -1
  343. package/dist/components/Icons/FolderIcon.mjs +37 -20
  344. package/dist/components/Icons/FolderIcon.mjs.map +1 -1
  345. package/dist/components/Icons/ForwardIcon.mjs +37 -20
  346. package/dist/components/Icons/ForwardIcon.mjs.map +1 -1
  347. package/dist/components/Icons/GameIcon.mjs +63 -0
  348. package/dist/components/Icons/GameIcon.mjs.map +1 -0
  349. package/dist/components/Icons/GenderIcon.mjs +57 -20
  350. package/dist/components/Icons/GenderIcon.mjs.map +1 -1
  351. package/dist/components/Icons/GiftIcon.mjs +66 -21
  352. package/dist/components/Icons/GiftIcon.mjs.map +1 -1
  353. package/dist/components/Icons/HealthIcon.mjs +48 -0
  354. package/dist/components/Icons/HealthIcon.mjs.map +1 -0
  355. package/dist/components/Icons/HeartIcon.mjs +48 -0
  356. package/dist/components/Icons/HeartIcon.mjs.map +1 -0
  357. package/dist/components/Icons/HelpIcon.mjs +57 -20
  358. package/dist/components/Icons/HelpIcon.mjs.map +1 -1
  359. package/dist/components/Icons/HomeIcon.mjs +43 -18
  360. package/dist/components/Icons/HomeIcon.mjs.map +1 -1
  361. package/dist/components/Icons/HourglassIcon.mjs +37 -20
  362. package/dist/components/Icons/HourglassIcon.mjs.map +1 -1
  363. package/dist/components/Icons/ImageIcon.mjs +57 -19
  364. package/dist/components/Icons/ImageIcon.mjs.map +1 -1
  365. package/dist/components/Icons/InboxIcon.mjs +66 -20
  366. package/dist/components/Icons/InboxIcon.mjs.map +1 -1
  367. package/dist/components/Icons/InfoIcon.mjs +47 -23
  368. package/dist/components/Icons/InfoIcon.mjs.map +1 -1
  369. package/dist/components/Icons/LanguageIcon.mjs +62 -0
  370. package/dist/components/Icons/LanguageIcon.mjs.map +1 -0
  371. package/dist/components/Icons/LinkIcon.mjs +32 -18
  372. package/dist/components/Icons/LinkIcon.mjs.map +1 -1
  373. package/dist/components/Icons/LocationIcon.mjs +48 -19
  374. package/dist/components/Icons/LocationIcon.mjs.map +1 -1
  375. package/dist/components/Icons/LockerIcon.mjs +60 -0
  376. package/dist/components/Icons/LockerIcon.mjs.map +1 -0
  377. package/dist/components/Icons/LockerOffIcon.mjs +75 -21
  378. package/dist/components/Icons/LockerOffIcon.mjs.map +1 -1
  379. package/dist/components/Icons/LogoutIcon.mjs +55 -38
  380. package/dist/components/Icons/LogoutIcon.mjs.map +1 -1
  381. package/dist/components/Icons/LoveIcon.mjs +75 -20
  382. package/dist/components/Icons/LoveIcon.mjs.map +1 -1
  383. package/dist/components/Icons/MassMessageIcon.mjs +77 -0
  384. package/dist/components/Icons/MassMessageIcon.mjs.map +1 -0
  385. package/dist/components/Icons/MegaphoneIcon.mjs +57 -20
  386. package/dist/components/Icons/MegaphoneIcon.mjs.map +1 -1
  387. package/dist/components/Icons/MenuCloseIcon.mjs +48 -19
  388. package/dist/components/Icons/MenuCloseIcon.mjs.map +1 -1
  389. package/dist/components/Icons/MenuIcon.mjs +22 -14
  390. package/dist/components/Icons/MenuIcon.mjs.map +1 -1
  391. package/dist/components/Icons/MenuOpenIcon.mjs +48 -19
  392. package/dist/components/Icons/MenuOpenIcon.mjs.map +1 -1
  393. package/dist/components/Icons/MessageIcon.mjs +57 -19
  394. package/dist/components/Icons/MessageIcon.mjs.map +1 -1
  395. package/dist/components/Icons/MicrophoneIcon.mjs +66 -20
  396. package/dist/components/Icons/MicrophoneIcon.mjs.map +1 -1
  397. package/dist/components/Icons/MinusIcon.mjs +16 -20
  398. package/dist/components/Icons/MinusIcon.mjs.map +1 -1
  399. package/dist/components/Icons/MoonIcon.mjs +37 -14
  400. package/dist/components/Icons/MoonIcon.mjs.map +1 -1
  401. package/dist/components/Icons/MoreIcon.mjs +23 -19
  402. package/dist/components/Icons/MoreIcon.mjs.map +1 -1
  403. package/dist/components/Icons/MoreVerticalIcon.mjs +24 -18
  404. package/dist/components/Icons/MoreVerticalIcon.mjs.map +1 -1
  405. package/dist/components/Icons/NewMessageIcon.mjs +71 -21
  406. package/dist/components/Icons/NewMessageIcon.mjs.map +1 -1
  407. package/dist/components/Icons/PauseIcon.mjs +48 -19
  408. package/dist/components/Icons/PauseIcon.mjs.map +1 -1
  409. package/dist/components/Icons/PhoneIcon.mjs +37 -20
  410. package/dist/components/Icons/PhoneIcon.mjs.map +1 -1
  411. package/dist/components/Icons/PhoneOffIcon.mjs +45 -25
  412. package/dist/components/Icons/PhoneOffIcon.mjs.map +1 -1
  413. package/dist/components/Icons/PinIcon.mjs +48 -19
  414. package/dist/components/Icons/PinIcon.mjs.map +1 -1
  415. package/dist/components/Icons/PlayIcon.mjs +48 -19
  416. package/dist/components/Icons/PlayIcon.mjs.map +1 -1
  417. package/dist/components/Icons/PrivacyIcon.mjs +57 -19
  418. package/dist/components/Icons/PrivacyIcon.mjs.map +1 -1
  419. package/dist/components/Icons/QueueIcon.mjs +33 -0
  420. package/dist/components/Icons/QueueIcon.mjs.map +1 -0
  421. package/dist/components/Icons/RepeatIcon.mjs +42 -38
  422. package/dist/components/Icons/RepeatIcon.mjs.map +1 -1
  423. package/dist/components/Icons/Reply2Icon.mjs +75 -20
  424. package/dist/components/Icons/Reply2Icon.mjs.map +1 -1
  425. package/dist/components/Icons/ReplyIcon.mjs +37 -20
  426. package/dist/components/Icons/ReplyIcon.mjs.map +1 -1
  427. package/dist/components/Icons/ReverseIcon.mjs +32 -37
  428. package/dist/components/Icons/ReverseIcon.mjs.map +1 -1
  429. package/dist/components/Icons/SearchIcon.mjs +37 -20
  430. package/dist/components/Icons/SearchIcon.mjs.map +1 -1
  431. package/dist/components/Icons/SendIcon.mjs +48 -19
  432. package/dist/components/Icons/SendIcon.mjs.map +1 -1
  433. package/dist/components/Icons/SettingsIcon.mjs +69 -20
  434. package/dist/components/Icons/SettingsIcon.mjs.map +1 -1
  435. package/dist/components/Icons/ShareIcon.mjs +48 -19
  436. package/dist/components/Icons/ShareIcon.mjs.map +1 -1
  437. package/dist/components/Icons/StarIcon.mjs +37 -20
  438. package/dist/components/Icons/StarIcon.mjs.map +1 -1
  439. package/dist/components/Icons/StopIcon.mjs +48 -19
  440. package/dist/components/Icons/StopIcon.mjs.map +1 -1
  441. package/dist/components/Icons/SunIcon.mjs +37 -14
  442. package/dist/components/Icons/SunIcon.mjs.map +1 -1
  443. package/dist/components/Icons/Support2Icon.mjs +57 -20
  444. package/dist/components/Icons/Support2Icon.mjs.map +1 -1
  445. package/dist/components/Icons/SupportIcon.mjs +57 -20
  446. package/dist/components/Icons/SupportIcon.mjs.map +1 -1
  447. package/dist/components/Icons/TagIcon.mjs +48 -19
  448. package/dist/components/Icons/TagIcon.mjs.map +1 -1
  449. package/dist/components/Icons/TaskIcon.mjs +22 -14
  450. package/dist/components/Icons/TaskIcon.mjs.map +1 -1
  451. package/dist/components/Icons/ThumbDownIcon.mjs +48 -19
  452. package/dist/components/Icons/ThumbDownIcon.mjs.map +1 -1
  453. package/dist/components/Icons/ThumbUpIcon.mjs +48 -19
  454. package/dist/components/Icons/ThumbUpIcon.mjs.map +1 -1
  455. package/dist/components/Icons/TickCircleIcon.mjs +48 -19
  456. package/dist/components/Icons/TickCircleIcon.mjs.map +1 -1
  457. package/dist/components/Icons/TickCircleOffIcon.mjs +23 -19
  458. package/dist/components/Icons/TickCircleOffIcon.mjs.map +1 -1
  459. package/dist/components/Icons/TickIcon.mjs +12 -25
  460. package/dist/components/Icons/TickIcon.mjs.map +1 -1
  461. package/dist/components/Icons/ToolsIcon.mjs +84 -0
  462. package/dist/components/Icons/ToolsIcon.mjs.map +1 -0
  463. package/dist/components/Icons/TrashIcon.mjs +66 -0
  464. package/dist/components/Icons/TrashIcon.mjs.map +1 -0
  465. package/dist/components/Icons/TrophyIcon.mjs +75 -20
  466. package/dist/components/Icons/TrophyIcon.mjs.map +1 -1
  467. package/dist/components/Icons/UploadIcon.mjs +54 -19
  468. package/dist/components/Icons/UploadIcon.mjs.map +1 -1
  469. package/dist/components/Icons/UploadToCloudIcon.mjs +56 -0
  470. package/dist/components/Icons/UploadToCloudIcon.mjs.map +1 -0
  471. package/dist/components/Icons/UserAIIcon.mjs +70 -0
  472. package/dist/components/Icons/UserAIIcon.mjs.map +1 -0
  473. package/dist/components/Icons/UserAddIcon.mjs +98 -0
  474. package/dist/components/Icons/UserAddIcon.mjs.map +1 -0
  475. package/dist/components/Icons/UserIcon.mjs +48 -41
  476. package/dist/components/Icons/UserIcon.mjs.map +1 -1
  477. package/dist/components/Icons/UserMenuIcon.mjs +50 -0
  478. package/dist/components/Icons/UserMenuIcon.mjs.map +1 -0
  479. package/dist/components/Icons/UsersIcon.mjs +57 -19
  480. package/dist/components/Icons/UsersIcon.mjs.map +1 -1
  481. package/dist/components/Icons/VaultIcon.mjs +84 -0
  482. package/dist/components/Icons/VaultIcon.mjs.map +1 -0
  483. package/dist/components/Icons/VideoIcon.mjs +60 -19
  484. package/dist/components/Icons/VideoIcon.mjs.map +1 -1
  485. package/dist/components/Icons/WalletIcon.mjs +64 -21
  486. package/dist/components/Icons/WalletIcon.mjs.map +1 -1
  487. package/dist/components/Icons/WarningIcon.mjs +43 -23
  488. package/dist/components/Icons/WarningIcon.mjs.map +1 -1
  489. package/dist/components/Icons/WifiIcon.mjs +42 -0
  490. package/dist/components/Icons/WifiIcon.mjs.map +1 -0
  491. package/dist/components/Icons/WifiOffIcon.mjs +32 -18
  492. package/dist/components/Icons/WifiOffIcon.mjs.map +1 -1
  493. package/dist/components/Tooltip/Tooltip.mjs +10 -2
  494. package/dist/components/Tooltip/Tooltip.mjs.map +1 -1
  495. package/dist/index.d.ts +1534 -300
  496. package/dist/index.mjs +50 -0
  497. package/dist/index.mjs.map +1 -1
  498. package/package.json +8 -4
package/dist/index.d.ts CHANGED
@@ -74,13 +74,57 @@ export declare type AccordionTriggerProps = React_2.ComponentPropsWithoutRef<typ
74
74
  icon?: React_2.ReactNode | null;
75
75
  };
76
76
 
77
- export declare const AddIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
78
- className?: string;
79
- } & React_2.RefAttributes<SVGSVGElement>>;
77
+ /**
78
+ * Add icon. Renders at sizes 16, 24, or 32 px.
79
+ *
80
+ * @example
81
+ * ```tsx
82
+ * <AddIcon size={24} />
83
+ * ```
84
+ */
85
+ export declare const AddIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
80
86
 
81
- export declare const AIIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
82
- className?: string;
83
- } & React_2.RefAttributes<SVGSVGElement>>;
87
+ /** Props for {@link AddIcon}. See {@link BaseIconProps} for the shared shape. */
88
+ export declare type AddIconProps = BaseIconProps;
89
+
90
+ /**
91
+ * Ai 2 icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
92
+ *
93
+ * @example
94
+ * ```tsx
95
+ * <AI2Icon size={24} filled />
96
+ * ```
97
+ */
98
+ export declare const AI2Icon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
99
+
100
+ /** Props for {@link AI2Icon}. See {@link BaseIconProps} for the shared shape. */
101
+ export declare type AI2IconProps = BaseIconProps;
102
+
103
+ /**
104
+ * AI Disclosure icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
105
+ *
106
+ * @example
107
+ * ```tsx
108
+ * <AIDisclosureIcon size={24} filled />
109
+ * ```
110
+ */
111
+ export declare const AIDisclosureIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
112
+
113
+ /** Props for {@link AIDisclosureIcon}. See {@link BaseIconProps} for the shared shape. */
114
+ export declare type AIDisclosureIconProps = BaseIconProps;
115
+
116
+ /**
117
+ * Ai icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
118
+ *
119
+ * @example
120
+ * ```tsx
121
+ * <AIIcon size={24} filled />
122
+ * ```
123
+ */
124
+ export declare const AIIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
125
+
126
+ /** Props for {@link AIIcon}. See {@link BaseIconProps} for the shared shape. */
127
+ export declare type AIIconProps = BaseIconProps;
84
128
 
85
129
  /**
86
130
  * Displays a contextual feedback message to the user.
@@ -100,9 +144,18 @@ export declare const AIIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttrib
100
144
  */
101
145
  export declare const Alert: React_2.ForwardRefExoticComponent<AlertProps & React_2.RefAttributes<HTMLDivElement>>;
102
146
 
103
- export declare const AlertIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
104
- className?: string;
105
- } & React_2.RefAttributes<SVGSVGElement>>;
147
+ /**
148
+ * Alert icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
149
+ *
150
+ * @example
151
+ * ```tsx
152
+ * <AlertIcon size={24} filled />
153
+ * ```
154
+ */
155
+ export declare const AlertIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
156
+
157
+ /** Props for {@link AlertIcon}. See {@link BaseIconProps} for the shared shape. */
158
+ export declare type AlertIconProps = BaseIconProps;
106
159
 
107
160
  export declare interface AlertProps extends React_2.HTMLAttributes<HTMLDivElement> {
108
161
  /** Visual style variant of the alert. @default "info" */
@@ -122,27 +175,89 @@ export declare interface AlertProps extends React_2.HTMLAttributes<HTMLDivElemen
122
175
  /** Visual style variant of the alert. */
123
176
  export declare type AlertVariant = "info" | "success" | "warning" | "error";
124
177
 
125
- export declare const ArrowDownIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
126
- className?: string;
127
- } & React_2.RefAttributes<SVGSVGElement>>;
178
+ /**
179
+ * Apps icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
180
+ *
181
+ * @example
182
+ * ```tsx
183
+ * <AppsIcon size={24} filled />
184
+ * ```
185
+ */
186
+ export declare const AppsIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
128
187
 
129
- export declare const ArrowLeftIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
130
- className?: string;
131
- } & React_2.RefAttributes<SVGSVGElement>>;
188
+ /** Props for {@link AppsIcon}. See {@link BaseIconProps} for the shared shape. */
189
+ export declare type AppsIconProps = BaseIconProps;
132
190
 
133
- export declare const ArrowRightIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
134
- className?: string;
135
- } & React_2.RefAttributes<SVGSVGElement>>;
191
+ /**
192
+ * Arrow Down icon. Renders at sizes 16, 24, or 32 px.
193
+ *
194
+ * @example
195
+ * ```tsx
196
+ * <ArrowDownIcon size={24} />
197
+ * ```
198
+ */
199
+ export declare const ArrowDownIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
136
200
 
137
- export declare const ArrowUpIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
138
- className?: string;
139
- } & React_2.RefAttributes<SVGSVGElement>>;
201
+ /** Props for {@link ArrowDownIcon}. See {@link BaseIconProps} for the shared shape. */
202
+ export declare type ArrowDownIconProps = BaseIconProps;
203
+
204
+ /**
205
+ * Arrow Left icon. Renders at sizes 16, 24, or 32 px.
206
+ *
207
+ * @example
208
+ * ```tsx
209
+ * <ArrowLeftIcon size={24} />
210
+ * ```
211
+ */
212
+ export declare const ArrowLeftIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
213
+
214
+ /** Props for {@link ArrowLeftIcon}. See {@link BaseIconProps} for the shared shape. */
215
+ export declare type ArrowLeftIconProps = BaseIconProps;
216
+
217
+ /**
218
+ * Arrow Right icon. Renders at sizes 16, 24, or 32 px.
219
+ *
220
+ * @example
221
+ * ```tsx
222
+ * <ArrowRightIcon size={24} />
223
+ * ```
224
+ */
225
+ export declare const ArrowRightIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
226
+
227
+ /** Props for {@link ArrowRightIcon}. See {@link BaseIconProps} for the shared shape. */
228
+ export declare type ArrowRightIconProps = BaseIconProps;
229
+
230
+ /**
231
+ * Arrow Up icon. Renders at sizes 16, 24, or 32 px.
232
+ *
233
+ * @example
234
+ * ```tsx
235
+ * <ArrowUpIcon size={24} />
236
+ * ```
237
+ */
238
+ export declare const ArrowUpIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
239
+
240
+ /** Props for {@link ArrowUpIcon}. See {@link BaseIconProps} for the shared shape. */
241
+ export declare type ArrowUpIconProps = BaseIconProps;
140
242
 
141
243
  /** A diagonal up-right arrow icon, commonly used for external links (20 × 20). */
142
244
  export declare const ArrowUpRightIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
143
245
  className?: string;
144
246
  } & React_2.RefAttributes<SVGSVGElement>>;
145
247
 
248
+ /**
249
+ * At Sign icon. Renders at sizes 16, 24, or 32 px.
250
+ *
251
+ * @example
252
+ * ```tsx
253
+ * <AtSignIcon size={24} />
254
+ * ```
255
+ */
256
+ export declare const AtSignIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
257
+
258
+ /** Props for {@link AtSignIcon}. See {@link BaseIconProps} for the shared shape. */
259
+ export declare type AtSignIconProps = BaseIconProps;
260
+
146
261
  /** A file that was rejected during drop or browse, along with the reasons. */
147
262
  export declare interface AudioFileRejection {
148
263
  /** The rejected file. */
@@ -281,6 +396,19 @@ declare interface AutocompleteSingleProps extends AutocompleteBaseProps {
281
396
 
282
397
  export declare type AutocompleteSize = "48" | "40" | "32";
283
398
 
399
+ /**
400
+ * Auto Message icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
401
+ *
402
+ * @example
403
+ * ```tsx
404
+ * <AutoMessageIcon size={24} filled />
405
+ * ```
406
+ */
407
+ export declare const AutoMessageIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
408
+
409
+ /** Props for {@link AutoMessageIcon}. See {@link BaseIconProps} for the shared shape. */
410
+ export declare type AutoMessageIconProps = BaseIconProps;
411
+
284
412
  /**
285
413
  * Displays a user avatar with optional online indicator, platinum border, and
286
414
  * NSFW blur. Pass `src` and `fallback` for the simple API, or compose your own
@@ -369,9 +497,18 @@ export declare interface BadgeProps extends React_2.HTMLAttributes<HTMLSpanEleme
369
497
  /** Visual style variant of the badge. */
370
498
  export declare type BadgeVariant = "default" | "dark" | "success" | "warning" | "error" | "special" | "info" | "online" | "brand" | "pink" | "brandLight" | "pinkLight";
371
499
 
372
- export declare const BankIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
373
- className?: string;
374
- } & React_2.RefAttributes<SVGSVGElement>>;
500
+ /**
501
+ * Bank icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
502
+ *
503
+ * @example
504
+ * ```tsx
505
+ * <BankIcon size={24} filled />
506
+ * ```
507
+ */
508
+ export declare const BankIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
509
+
510
+ /** Props for {@link BankIcon}. See {@link BaseIconProps} for the shared shape. */
511
+ export declare type BankIconProps = BaseIconProps;
375
512
 
376
513
  export declare const Banner: React_2.ForwardRefExoticComponent<BannerProps & React_2.RefAttributes<HTMLElement>>;
377
514
 
@@ -418,17 +555,59 @@ export declare interface BannerProps extends Omit<React_2.HTMLAttributes<HTMLEle
418
555
  */
419
556
  export declare type BannerVariant = "Default" | "Subtle" | "whatsNew" | "appStore1" | "appStore2" | "appStore3";
420
557
 
421
- export declare const BellIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
422
- className?: string;
423
- } & React_2.RefAttributes<SVGSVGElement>>;
558
+ /**
559
+ * Props shared by every prop-based icon. Each icon re-exports this as its own
560
+ * `*IconProps` alias so consumers can type wrappers and forwarded refs.
561
+ *
562
+ * `aria-hidden` defaults to `"true"` (icons are decorative). For standalone
563
+ * icons (e.g. icon-only buttons), pass `aria-hidden={false}` together with
564
+ * `role="img"` and an `aria-label`.
565
+ */
566
+ export declare interface BaseIconProps extends Omit<React_2.SVGAttributes<SVGSVGElement>, "size"> {
567
+ /** Pixel size — selects the dedicated path geometry. @default 24 */
568
+ size?: IconSize;
569
+ /** Render the filled variant when available; falls back to outlined. @default false */
570
+ filled?: boolean;
571
+ }
424
572
 
425
- export declare const BellOffIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
426
- className?: string;
427
- } & React_2.RefAttributes<SVGSVGElement>>;
573
+ /**
574
+ * Bell icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
575
+ *
576
+ * @example
577
+ * ```tsx
578
+ * <BellIcon size={24} filled />
579
+ * ```
580
+ */
581
+ export declare const BellIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
428
582
 
429
- export declare const BoltIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
430
- className?: string;
431
- } & React_2.RefAttributes<SVGSVGElement>>;
583
+ /** Props for {@link BellIcon}. See {@link BaseIconProps} for the shared shape. */
584
+ export declare type BellIconProps = BaseIconProps;
585
+
586
+ /**
587
+ * Bell Off icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
588
+ *
589
+ * @example
590
+ * ```tsx
591
+ * <BellOffIcon size={24} filled />
592
+ * ```
593
+ */
594
+ export declare const BellOffIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
595
+
596
+ /** Props for {@link BellOffIcon}. See {@link BaseIconProps} for the shared shape. */
597
+ export declare type BellOffIconProps = BaseIconProps;
598
+
599
+ /**
600
+ * Bolt icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
601
+ *
602
+ * @example
603
+ * ```tsx
604
+ * <BoltIcon size={24} filled />
605
+ * ```
606
+ */
607
+ export declare const BoltIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
608
+
609
+ /** Props for {@link BoltIcon}. See {@link BaseIconProps} for the shared shape. */
610
+ export declare type BoltIconProps = BaseIconProps;
432
611
 
433
612
  export declare const BottomNavigation: React_2.ForwardRefExoticComponent<BottomNavigationProps & React_2.RefAttributes<HTMLElement>>;
434
613
 
@@ -529,9 +708,18 @@ export declare interface BreadcrumbSeparatorProps extends React_2.ComponentProps
529
708
  /** Breakpoint values for responsive props. */
530
709
  declare type Breakpoint = "sm" | "md" | "lg" | "xl";
531
710
 
532
- export declare const BulbIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
533
- className?: string;
534
- } & React_2.RefAttributes<SVGSVGElement>>;
711
+ /**
712
+ * Bulb icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
713
+ *
714
+ * @example
715
+ * ```tsx
716
+ * <BulbIcon size={24} filled />
717
+ * ```
718
+ */
719
+ export declare const BulbIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
720
+
721
+ /** Props for {@link BulbIcon}. See {@link BaseIconProps} for the shared shape. */
722
+ export declare type BulbIconProps = BaseIconProps;
535
723
 
536
724
  /**
537
725
  * A versatile button component with multiple visual variants, sizes, icon
@@ -573,13 +761,31 @@ export declare type ButtonSize = "48" | "40" | "32" | "24";
573
761
  /** Visual style variant of the button. */
574
762
  export declare type ButtonVariant = "primary" | "secondary" | "tertiary" | "link" | "brand" | "destructive" | "white" | "tertiaryDestructive" | "text";
575
763
 
576
- export declare const Calendar2Icon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
577
- className?: string;
578
- } & React_2.RefAttributes<SVGSVGElement>>;
764
+ /**
765
+ * Calendar 2 icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
766
+ *
767
+ * @example
768
+ * ```tsx
769
+ * <Calendar2Icon size={24} filled />
770
+ * ```
771
+ */
772
+ export declare const Calendar2Icon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
579
773
 
580
- export declare const CalendarIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
581
- className?: string;
582
- } & React_2.RefAttributes<SVGSVGElement>>;
774
+ /** Props for {@link Calendar2Icon}. See {@link BaseIconProps} for the shared shape. */
775
+ export declare type Calendar2IconProps = BaseIconProps;
776
+
777
+ /**
778
+ * Calendar icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
779
+ *
780
+ * @example
781
+ * ```tsx
782
+ * <CalendarIcon size={24} filled />
783
+ * ```
784
+ */
785
+ export declare const CalendarIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
786
+
787
+ /** Props for {@link CalendarIcon}. See {@link BaseIconProps} for the shared shape. */
788
+ export declare type CalendarIconProps = BaseIconProps;
583
789
 
584
790
  export declare const CameraIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
585
791
  className?: string;
@@ -636,6 +842,19 @@ export declare interface CardHeaderProps extends React_2.HTMLAttributes<HTMLDivE
636
842
  action?: React_2.ReactNode;
637
843
  }
638
844
 
845
+ /**
846
+ * Card icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
847
+ *
848
+ * @example
849
+ * ```tsx
850
+ * <CardIcon size={24} filled />
851
+ * ```
852
+ */
853
+ export declare const CardIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
854
+
855
+ /** Props for {@link CardIcon}. See {@link BaseIconProps} for the shared shape. */
856
+ export declare type CardIconProps = BaseIconProps;
857
+
639
858
  export declare interface CardProps extends React_2.HTMLAttributes<HTMLDivElement> {
640
859
  /** Visual style variant of the card. @default "outlined" */
641
860
  variant?: CardVariant;
@@ -654,9 +873,18 @@ export declare interface CardTitleProps extends React_2.HTMLAttributes<HTMLHeadi
654
873
  /** Visual style variant of the card. */
655
874
  export declare type CardVariant = "outlined" | "elevated" | "filled" | "ghost";
656
875
 
657
- export declare const ChartIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
658
- className?: string;
659
- } & React_2.RefAttributes<SVGSVGElement>>;
876
+ /**
877
+ * Chart icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
878
+ *
879
+ * @example
880
+ * ```tsx
881
+ * <ChartIcon size={24} filled />
882
+ * ```
883
+ */
884
+ export declare const ChartIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
885
+
886
+ /** Props for {@link ChartIcon}. See {@link BaseIconProps} for the shared shape. */
887
+ export declare type ChartIconProps = BaseIconProps;
660
888
 
661
889
  /**
662
890
  * A chat-style multi-line input with an integrated toolbar containing an
@@ -766,6 +994,32 @@ export declare interface ChatInputSelectOption {
766
994
  */
767
995
  export declare const Checkbox: React_2.ForwardRefExoticComponent<CheckboxProps & React_2.RefAttributes<HTMLInputElement>>;
768
996
 
997
+ /**
998
+ * CheckBox Off icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
999
+ *
1000
+ * @example
1001
+ * ```tsx
1002
+ * <CheckBoxOffIcon size={24} filled />
1003
+ * ```
1004
+ */
1005
+ export declare const CheckBoxOffIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1006
+
1007
+ /** Props for {@link CheckBoxOffIcon}. See {@link BaseIconProps} for the shared shape. */
1008
+ export declare type CheckBoxOffIconProps = BaseIconProps;
1009
+
1010
+ /**
1011
+ * CheckBox On icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1012
+ *
1013
+ * @example
1014
+ * ```tsx
1015
+ * <CheckBoxOnIcon size={24} filled />
1016
+ * ```
1017
+ */
1018
+ export declare const CheckBoxOnIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1019
+
1020
+ /** Props for {@link CheckBoxOnIcon}. See {@link BaseIconProps} for the shared shape. */
1021
+ export declare type CheckBoxOnIconProps = BaseIconProps;
1022
+
769
1023
  export declare interface CheckboxProps extends Omit<React_2.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>, "asChild"> {
770
1024
  /** Size variant that controls label and helper text typography. @default "default" */
771
1025
  size?: CheckboxSize;
@@ -793,21 +1047,57 @@ export declare const CheckOutlineIcon: React_2.ForwardRefExoticComponent<React_2
793
1047
  className?: string;
794
1048
  } & React_2.RefAttributes<SVGSVGElement>>;
795
1049
 
796
- export declare const ChevronDownIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
797
- className?: string;
798
- } & React_2.RefAttributes<SVGSVGElement>>;
1050
+ /**
1051
+ * Chevron Down icon. Renders at sizes 16, 24, or 32 px.
1052
+ *
1053
+ * @example
1054
+ * ```tsx
1055
+ * <ChevronDownIcon size={24} />
1056
+ * ```
1057
+ */
1058
+ export declare const ChevronDownIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
799
1059
 
800
- export declare const ChevronLeftIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
801
- className?: string;
802
- } & React_2.RefAttributes<SVGSVGElement>>;
1060
+ /** Props for {@link ChevronDownIcon}. See {@link BaseIconProps} for the shared shape. */
1061
+ export declare type ChevronDownIconProps = BaseIconProps;
803
1062
 
804
- export declare const ChevronRightIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
805
- className?: string;
806
- } & React_2.RefAttributes<SVGSVGElement>>;
1063
+ /**
1064
+ * Chevron Left icon. Renders at sizes 16, 24, or 32 px.
1065
+ *
1066
+ * @example
1067
+ * ```tsx
1068
+ * <ChevronLeftIcon size={24} />
1069
+ * ```
1070
+ */
1071
+ export declare const ChevronLeftIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
807
1072
 
808
- export declare const ChevronUpIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
809
- className?: string;
810
- } & React_2.RefAttributes<SVGSVGElement>>;
1073
+ /** Props for {@link ChevronLeftIcon}. See {@link BaseIconProps} for the shared shape. */
1074
+ export declare type ChevronLeftIconProps = BaseIconProps;
1075
+
1076
+ /**
1077
+ * Chevron Right icon. Renders at sizes 16, 24, or 32 px.
1078
+ *
1079
+ * @example
1080
+ * ```tsx
1081
+ * <ChevronRightIcon size={24} />
1082
+ * ```
1083
+ */
1084
+ export declare const ChevronRightIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1085
+
1086
+ /** Props for {@link ChevronRightIcon}. See {@link BaseIconProps} for the shared shape. */
1087
+ export declare type ChevronRightIconProps = BaseIconProps;
1088
+
1089
+ /**
1090
+ * Chevron Up icon. Renders at sizes 16, 24, or 32 px.
1091
+ *
1092
+ * @example
1093
+ * ```tsx
1094
+ * <ChevronUpIcon size={24} />
1095
+ * ```
1096
+ */
1097
+ export declare const ChevronUpIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1098
+
1099
+ /** Props for {@link ChevronUpIcon}. See {@link BaseIconProps} for the shared shape. */
1100
+ export declare type ChevronUpIconProps = BaseIconProps;
811
1101
 
812
1102
  /**
813
1103
  * A compact element for filters, tags, or toggleable actions. When an `onClick`
@@ -850,31 +1140,85 @@ export declare type ChipSize = "32" | "40";
850
1140
  /** Visual variant of the chip. */
851
1141
  export declare type ChipVariant = "rounded" | "square" | "dark";
852
1142
 
853
- export declare const ClockIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
854
- className?: string;
855
- } & React_2.RefAttributes<SVGSVGElement>>;
856
-
857
- export declare const CloseIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
858
- className?: string;
859
- } & React_2.RefAttributes<SVGSVGElement>>;
860
-
861
- export declare function cn(...inputs: ClassValue[]): string;
1143
+ /**
1144
+ * Clock icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1145
+ *
1146
+ * @example
1147
+ * ```tsx
1148
+ * <ClockIcon size={24} filled />
1149
+ * ```
1150
+ */
1151
+ export declare const ClockIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
862
1152
 
863
- export declare const CodeIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
864
- className?: string;
865
- } & React_2.RefAttributes<SVGSVGElement>>;
1153
+ /** Props for {@link ClockIcon}. See {@link BaseIconProps} for the shared shape. */
1154
+ export declare type ClockIconProps = BaseIconProps;
866
1155
 
867
- export declare const CoinIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
868
- className?: string;
869
- } & React_2.RefAttributes<SVGSVGElement>>;
1156
+ /**
1157
+ * Close icon. Renders at sizes 16, 24, or 32 px.
1158
+ *
1159
+ * @example
1160
+ * ```tsx
1161
+ * <CloseIcon size={24} />
1162
+ * ```
1163
+ */
1164
+ export declare const CloseIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
870
1165
 
871
- export declare const CompassIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
872
- className?: string;
873
- } & React_2.RefAttributes<SVGSVGElement>>;
1166
+ /** Props for {@link CloseIcon}. See {@link BaseIconProps} for the shared shape. */
1167
+ export declare type CloseIconProps = BaseIconProps;
874
1168
 
875
- export declare const CopyIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
876
- className?: string;
877
- } & React_2.RefAttributes<SVGSVGElement>>;
1169
+ export declare function cn(...inputs: ClassValue[]): string;
1170
+
1171
+ /**
1172
+ * Code icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1173
+ *
1174
+ * @example
1175
+ * ```tsx
1176
+ * <CodeIcon size={24} filled />
1177
+ * ```
1178
+ */
1179
+ export declare const CodeIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1180
+
1181
+ /** Props for {@link CodeIcon}. See {@link BaseIconProps} for the shared shape. */
1182
+ export declare type CodeIconProps = BaseIconProps;
1183
+
1184
+ /**
1185
+ * Coin icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1186
+ *
1187
+ * @example
1188
+ * ```tsx
1189
+ * <CoinIcon size={24} filled />
1190
+ * ```
1191
+ */
1192
+ export declare const CoinIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1193
+
1194
+ /** Props for {@link CoinIcon}. See {@link BaseIconProps} for the shared shape. */
1195
+ export declare type CoinIconProps = BaseIconProps;
1196
+
1197
+ /**
1198
+ * Compass icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1199
+ *
1200
+ * @example
1201
+ * ```tsx
1202
+ * <CompassIcon size={24} filled />
1203
+ * ```
1204
+ */
1205
+ export declare const CompassIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1206
+
1207
+ /** Props for {@link CompassIcon}. See {@link BaseIconProps} for the shared shape. */
1208
+ export declare type CompassIconProps = BaseIconProps;
1209
+
1210
+ /**
1211
+ * Copy icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1212
+ *
1213
+ * @example
1214
+ * ```tsx
1215
+ * <CopyIcon size={24} filled />
1216
+ * ```
1217
+ */
1218
+ export declare const CopyIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1219
+
1220
+ /** Props for {@link CopyIcon}. See {@link BaseIconProps} for the shared shape. */
1221
+ export declare type CopyIconProps = BaseIconProps;
878
1222
 
879
1223
  /**
880
1224
  * A numeric badge typically used for notification counts. Automatically
@@ -912,9 +1256,18 @@ export declare const CrossIcon: React_2.ForwardRefExoticComponent<React_2.SVGAtt
912
1256
  className?: string;
913
1257
  } & React_2.RefAttributes<SVGSVGElement>>;
914
1258
 
915
- export declare const CrownIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
916
- className?: string;
917
- } & React_2.RefAttributes<SVGSVGElement>>;
1259
+ /**
1260
+ * Crown icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1261
+ *
1262
+ * @example
1263
+ * ```tsx
1264
+ * <CrownIcon size={24} filled />
1265
+ * ```
1266
+ */
1267
+ export declare const CrownIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1268
+
1269
+ /** Props for {@link CrownIcon}. See {@link BaseIconProps} for the shared shape. */
1270
+ export declare type CrownIconProps = BaseIconProps;
918
1271
 
919
1272
  /** Root component that manages open/close state for a dialog. */
920
1273
  export declare const Dialog: React_2.FC<DialogPrimitive.DialogProps>;
@@ -1057,13 +1410,31 @@ export declare const DialogTrigger: React_2.ForwardRefExoticComponent<DialogPrim
1057
1410
  /** Props for the {@link DialogTrigger} component. */
1058
1411
  export declare type DialogTriggerProps = React_2.ComponentPropsWithoutRef<typeof DialogPrimitive.Trigger>;
1059
1412
 
1060
- export declare const DiamondIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1061
- className?: string;
1062
- } & React_2.RefAttributes<SVGSVGElement>>;
1413
+ /**
1414
+ * Diamond icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1415
+ *
1416
+ * @example
1417
+ * ```tsx
1418
+ * <DiamondIcon size={24} filled />
1419
+ * ```
1420
+ */
1421
+ export declare const DiamondIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1063
1422
 
1064
- export declare const DiscountIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1065
- className?: string;
1066
- } & React_2.RefAttributes<SVGSVGElement>>;
1423
+ /** Props for {@link DiamondIcon}. See {@link BaseIconProps} for the shared shape. */
1424
+ export declare type DiamondIconProps = BaseIconProps;
1425
+
1426
+ /**
1427
+ * Discount icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1428
+ *
1429
+ * @example
1430
+ * ```tsx
1431
+ * <DiscountIcon size={24} filled />
1432
+ * ```
1433
+ */
1434
+ export declare const DiscountIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1435
+
1436
+ /** Props for {@link DiscountIcon}. See {@link BaseIconProps} for the shared shape. */
1437
+ export declare type DiscountIconProps = BaseIconProps;
1067
1438
 
1068
1439
  /**
1069
1440
  * A horizontal separator used to divide content sections. Optionally displays a
@@ -1082,17 +1453,44 @@ export declare interface DividerProps extends React_2.ComponentPropsWithoutRef<t
1082
1453
  label?: string;
1083
1454
  }
1084
1455
 
1085
- export declare const DonateIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1086
- className?: string;
1087
- } & React_2.RefAttributes<SVGSVGElement>>;
1456
+ /**
1457
+ * Donate icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1458
+ *
1459
+ * @example
1460
+ * ```tsx
1461
+ * <DonateIcon size={24} filled />
1462
+ * ```
1463
+ */
1464
+ export declare const DonateIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1088
1465
 
1089
- export declare const DoubleTickIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1090
- className?: string;
1091
- } & React_2.RefAttributes<SVGSVGElement>>;
1466
+ /** Props for {@link DonateIcon}. See {@link BaseIconProps} for the shared shape. */
1467
+ export declare type DonateIconProps = BaseIconProps;
1092
1468
 
1093
- export declare const DownloadIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1094
- className?: string;
1095
- } & React_2.RefAttributes<SVGSVGElement>>;
1469
+ /**
1470
+ * Double Tick icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1471
+ *
1472
+ * @example
1473
+ * ```tsx
1474
+ * <DoubleTickIcon size={24} filled />
1475
+ * ```
1476
+ */
1477
+ export declare const DoubleTickIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1478
+
1479
+ /** Props for {@link DoubleTickIcon}. See {@link BaseIconProps} for the shared shape. */
1480
+ export declare type DoubleTickIconProps = BaseIconProps;
1481
+
1482
+ /**
1483
+ * Download icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1484
+ *
1485
+ * @example
1486
+ * ```tsx
1487
+ * <DownloadIcon size={24} filled />
1488
+ * ```
1489
+ */
1490
+ export declare const DownloadIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1491
+
1492
+ /** Props for {@link DownloadIcon}. See {@link BaseIconProps} for the shared shape. */
1493
+ export declare type DownloadIconProps = BaseIconProps;
1096
1494
 
1097
1495
  /**
1098
1496
  * Root component that manages open/close state for a drawer.
@@ -1340,9 +1738,18 @@ export declare const DropdownMenuTrigger: React_2.ForwardRefExoticComponent<Drop
1340
1738
  /** Props for the {@link DropdownMenuTrigger} component. */
1341
1739
  export declare type DropdownMenuTriggerProps = React_2.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Trigger>;
1342
1740
 
1343
- export declare const EditIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1344
- className?: string;
1345
- } & React_2.RefAttributes<SVGSVGElement>>;
1741
+ /**
1742
+ * Edit icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1743
+ *
1744
+ * @example
1745
+ * ```tsx
1746
+ * <EditIcon size={24} filled />
1747
+ * ```
1748
+ */
1749
+ export declare const EditIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1750
+
1751
+ /** Props for {@link EditIcon}. See {@link BaseIconProps} for the shared shape. */
1752
+ export declare type EditIconProps = BaseIconProps;
1346
1753
 
1347
1754
  export declare const EmojiIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1348
1755
  className?: string;
@@ -1392,18 +1799,62 @@ export declare const ErrorIcon: default_2.ForwardRefExoticComponent<default_2.SV
1392
1799
  className?: string;
1393
1800
  } & default_2.RefAttributes<SVGSVGElement>>;
1394
1801
 
1395
- export declare const ExpandIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1396
- className?: string;
1397
- } & React_2.RefAttributes<SVGSVGElement>>;
1802
+ /**
1803
+ * Exclamation Mark icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1804
+ *
1805
+ * @example
1806
+ * ```tsx
1807
+ * <ExclamationMarkIcon size={24} filled />
1808
+ * ```
1809
+ */
1810
+ export declare const ExclamationMarkIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1811
+
1812
+ /** Props for {@link ExclamationMarkIcon}. See {@link BaseIconProps} for the shared shape. */
1813
+ export declare type ExclamationMarkIconProps = BaseIconProps;
1814
+
1815
+ /**
1816
+ * Expand icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1817
+ *
1818
+ * @example
1819
+ * ```tsx
1820
+ * <ExpandIcon size={24} filled />
1821
+ * ```
1822
+ */
1823
+ export declare const ExpandIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1824
+
1825
+ /** Props for {@link ExpandIcon}. See {@link BaseIconProps} for the shared shape. */
1826
+ export declare type ExpandIconProps = BaseIconProps;
1398
1827
 
1399
1828
  /** A closed eye icon for visibility/show actions (20 × 20). */
1400
1829
  export declare const EyeClosedIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1401
1830
  className?: string;
1402
1831
  } & React_2.RefAttributes<SVGSVGElement>>;
1403
1832
 
1404
- export declare const EyeIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1405
- className?: string;
1406
- } & React_2.RefAttributes<SVGSVGElement>>;
1833
+ /**
1834
+ * Eye icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1835
+ *
1836
+ * @example
1837
+ * ```tsx
1838
+ * <EyeIcon size={24} filled />
1839
+ * ```
1840
+ */
1841
+ export declare const EyeIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1842
+
1843
+ /** Props for {@link EyeIcon}. See {@link BaseIconProps} for the shared shape. */
1844
+ export declare type EyeIconProps = BaseIconProps;
1845
+
1846
+ /**
1847
+ * Eye Off icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1848
+ *
1849
+ * @example
1850
+ * ```tsx
1851
+ * <EyeOffIcon size={24} filled />
1852
+ * ```
1853
+ */
1854
+ export declare const EyeOffIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1855
+
1856
+ /** Props for {@link EyeOffIcon}. See {@link BaseIconProps} for the shared shape. */
1857
+ export declare type EyeOffIconProps = BaseIconProps;
1407
1858
 
1408
1859
  export declare const EyeSlashIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1409
1860
  className?: string;
@@ -1413,49 +1864,169 @@ export declare const FacebookIcon: React_2.ForwardRefExoticComponent<React_2.SVG
1413
1864
  className?: string;
1414
1865
  } & React_2.RefAttributes<SVGSVGElement>>;
1415
1866
 
1416
- export declare const FlagIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1417
- className?: string;
1418
- } & React_2.RefAttributes<SVGSVGElement>>;
1867
+ /**
1868
+ * Flag icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1869
+ *
1870
+ * @example
1871
+ * ```tsx
1872
+ * <FlagIcon size={24} filled />
1873
+ * ```
1874
+ */
1875
+ export declare const FlagIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1419
1876
 
1420
- export declare const FlameIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1421
- className?: string;
1422
- } & React_2.RefAttributes<SVGSVGElement>>;
1877
+ /** Props for {@link FlagIcon}. See {@link BaseIconProps} for the shared shape. */
1878
+ export declare type FlagIconProps = BaseIconProps;
1423
1879
 
1424
- export declare const FolderIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1425
- className?: string;
1426
- } & React_2.RefAttributes<SVGSVGElement>>;
1880
+ /**
1881
+ * Flame icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1882
+ *
1883
+ * @example
1884
+ * ```tsx
1885
+ * <FlameIcon size={24} filled />
1886
+ * ```
1887
+ */
1888
+ export declare const FlameIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1427
1889
 
1428
- export declare const ForwardIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1429
- className?: string;
1430
- } & React_2.RefAttributes<SVGSVGElement>>;
1890
+ /** Props for {@link FlameIcon}. See {@link BaseIconProps} for the shared shape. */
1891
+ export declare type FlameIconProps = BaseIconProps;
1892
+
1893
+ /**
1894
+ * Folder icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1895
+ *
1896
+ * @example
1897
+ * ```tsx
1898
+ * <FolderIcon size={24} filled />
1899
+ * ```
1900
+ */
1901
+ export declare const FolderIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1902
+
1903
+ /** Props for {@link FolderIcon}. See {@link BaseIconProps} for the shared shape. */
1904
+ export declare type FolderIconProps = BaseIconProps;
1905
+
1906
+ /**
1907
+ * Forward icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1908
+ *
1909
+ * @example
1910
+ * ```tsx
1911
+ * <ForwardIcon size={24} filled />
1912
+ * ```
1913
+ */
1914
+ export declare const ForwardIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1915
+
1916
+ /** Props for {@link ForwardIcon}. See {@link BaseIconProps} for the shared shape. */
1917
+ export declare type ForwardIconProps = BaseIconProps;
1431
1918
 
1432
1919
  export declare const GalleryIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1433
1920
  className?: string;
1434
1921
  } & React_2.RefAttributes<SVGSVGElement>>;
1435
1922
 
1436
- export declare const GenderIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1437
- className?: string;
1438
- } & React_2.RefAttributes<SVGSVGElement>>;
1923
+ /**
1924
+ * Game icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1925
+ *
1926
+ * @example
1927
+ * ```tsx
1928
+ * <GameIcon size={24} filled />
1929
+ * ```
1930
+ */
1931
+ export declare const GameIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1439
1932
 
1440
- export declare const GiftIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1441
- className?: string;
1442
- } & React_2.RefAttributes<SVGSVGElement>>;
1933
+ /** Props for {@link GameIcon}. See {@link BaseIconProps} for the shared shape. */
1934
+ export declare type GameIconProps = BaseIconProps;
1935
+
1936
+ /**
1937
+ * Gender icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1938
+ *
1939
+ * @example
1940
+ * ```tsx
1941
+ * <GenderIcon size={24} filled />
1942
+ * ```
1943
+ */
1944
+ export declare const GenderIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1945
+
1946
+ /** Props for {@link GenderIcon}. See {@link BaseIconProps} for the shared shape. */
1947
+ export declare type GenderIconProps = BaseIconProps;
1948
+
1949
+ /**
1950
+ * Gift icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1951
+ *
1952
+ * @example
1953
+ * ```tsx
1954
+ * <GiftIcon size={24} filled />
1955
+ * ```
1956
+ */
1957
+ export declare const GiftIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1958
+
1959
+ /** Props for {@link GiftIcon}. See {@link BaseIconProps} for the shared shape. */
1960
+ export declare type GiftIconProps = BaseIconProps;
1443
1961
 
1444
1962
  export declare const GoogleIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1445
1963
  className?: string;
1446
1964
  } & React_2.RefAttributes<SVGSVGElement>>;
1447
1965
 
1448
- export declare const HelpIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1449
- className?: string;
1450
- } & React_2.RefAttributes<SVGSVGElement>>;
1966
+ /**
1967
+ * Health icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1968
+ *
1969
+ * @example
1970
+ * ```tsx
1971
+ * <HealthIcon size={24} filled />
1972
+ * ```
1973
+ */
1974
+ export declare const HealthIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1451
1975
 
1452
- export declare const HomeIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1453
- className?: string;
1454
- } & React_2.RefAttributes<SVGSVGElement>>;
1976
+ /** Props for {@link HealthIcon}. See {@link BaseIconProps} for the shared shape. */
1977
+ export declare type HealthIconProps = BaseIconProps;
1455
1978
 
1456
- export declare const HourglassIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1457
- className?: string;
1458
- } & React_2.RefAttributes<SVGSVGElement>>;
1979
+ /**
1980
+ * Heart icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1981
+ *
1982
+ * @example
1983
+ * ```tsx
1984
+ * <HeartIcon size={24} filled />
1985
+ * ```
1986
+ */
1987
+ export declare const HeartIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1988
+
1989
+ /** Props for {@link HeartIcon}. See {@link BaseIconProps} for the shared shape. */
1990
+ export declare type HeartIconProps = BaseIconProps;
1991
+
1992
+ /**
1993
+ * Help icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
1994
+ *
1995
+ * @example
1996
+ * ```tsx
1997
+ * <HelpIcon size={24} filled />
1998
+ * ```
1999
+ */
2000
+ export declare const HelpIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2001
+
2002
+ /** Props for {@link HelpIcon}. See {@link BaseIconProps} for the shared shape. */
2003
+ export declare type HelpIconProps = BaseIconProps;
2004
+
2005
+ /**
2006
+ * Home icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2007
+ *
2008
+ * @example
2009
+ * ```tsx
2010
+ * <HomeIcon size={24} filled />
2011
+ * ```
2012
+ */
2013
+ export declare const HomeIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2014
+
2015
+ /** Props for {@link HomeIcon}. See {@link BaseIconProps} for the shared shape. */
2016
+ export declare type HomeIconProps = BaseIconProps;
2017
+
2018
+ /**
2019
+ * Hourglass icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2020
+ *
2021
+ * @example
2022
+ * ```tsx
2023
+ * <HourglassIcon size={24} filled />
2024
+ * ```
2025
+ */
2026
+ export declare const HourglassIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2027
+
2028
+ /** Props for {@link HourglassIcon}. See {@link BaseIconProps} for the shared shape. */
2029
+ export declare type HourglassIconProps = BaseIconProps;
1459
2030
 
1460
2031
  /**
1461
2032
  * A circular button containing only an icon. Use when an action can be
@@ -1486,26 +2057,67 @@ export declare type IconButtonSize = "24" | "32" | "40" | "52" | "72";
1486
2057
  /** Visual style variant of the icon button. */
1487
2058
  export declare type IconButtonVariant = "primary" | "secondary" | "tertiary" | "brand" | "contrast" | "messaging" | "navTray" | "tertiaryDestructive" | "stop" | "microphone";
1488
2059
 
2060
+ /** A single drawable path within an icon variant. */
2061
+ export declare type IconPath = {
2062
+ /** SVG `d` attribute. */
2063
+ d: string;
2064
+ /** When set, render as a stroke of this width using `currentColor`. Otherwise renders as a fill. */
2065
+ sw?: number;
2066
+ /** When `true`, render the fill with `fill-rule="evenodd"` (compound paths with cutouts). */
2067
+ eo?: boolean;
2068
+ };
2069
+
1489
2070
  /**
1490
- * Shared props for all icon components. Extends standard SVG attributes.
2071
+ * Props for legacy (un-migrated) icons. Newer prop-based icons use
2072
+ * {@link BaseIconProps} instead, which adds typed `size` and `filled` props.
1491
2073
  *
1492
- * Each icon ships with a default size class (e.g. `size-5`). Override it via
1493
- * `className` (e.g. `className="size-6"`).
2074
+ * Legacy icons ship at a single size and are sized via `className` (e.g.
2075
+ * `className="size-6"`).
1494
2076
  */
1495
2077
  export declare type IconProps = React_2.SVGAttributes<SVGSVGElement> & {
1496
2078
  className?: string;
1497
2079
  };
1498
2080
 
1499
- export declare const ImageIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1500
- className?: string;
1501
- } & React_2.RefAttributes<SVGSVGElement>>;
2081
+ /** Pixel size at which a prop-based icon was authored. Each size has dedicated path geometry. */
2082
+ export declare type IconSize = 16 | 24 | 32;
1502
2083
 
1503
- export declare const InboxIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1504
- className?: string;
1505
- } & React_2.RefAttributes<SVGSVGElement>>;
2084
+ /**
2085
+ * Per-size variant data for a prop-based icon. Each size always has `outlined`
2086
+ * paths; `filled` is only present when the filled artwork differs from outlined.
2087
+ */
2088
+ export declare type IconVariants = Partial<Record<IconSize, {
2089
+ outlined: readonly IconPath[];
2090
+ filled?: readonly IconPath[];
2091
+ }>>;
1506
2092
 
1507
- /** Root component that manages open/close state for an info box. */
1508
- export declare const InfoBox: React_2.FC<PopoverPrimitive.PopoverProps>;
2093
+ /**
2094
+ * Image icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2095
+ *
2096
+ * @example
2097
+ * ```tsx
2098
+ * <ImageIcon size={24} filled />
2099
+ * ```
2100
+ */
2101
+ export declare const ImageIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2102
+
2103
+ /** Props for {@link ImageIcon}. See {@link BaseIconProps} for the shared shape. */
2104
+ export declare type ImageIconProps = BaseIconProps;
2105
+
2106
+ /**
2107
+ * Inbox icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2108
+ *
2109
+ * @example
2110
+ * ```tsx
2111
+ * <InboxIcon size={24} filled />
2112
+ * ```
2113
+ */
2114
+ export declare const InboxIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2115
+
2116
+ /** Props for {@link InboxIcon}. See {@link BaseIconProps} for the shared shape. */
2117
+ export declare type InboxIconProps = BaseIconProps;
2118
+
2119
+ /** Root component that manages open/close state for an info box. */
2120
+ export declare const InfoBox: React_2.FC<PopoverPrimitive.PopoverProps>;
1509
2121
 
1510
2122
  /** Action configuration for {@link InfoBoxContent}. */
1511
2123
  export declare type InfoBoxAction = InfoBoxButtonAction | InfoBoxElementAction;
@@ -1556,14 +2168,44 @@ export declare const InfoCircleIcon: React_2.ForwardRefExoticComponent<React_2.S
1556
2168
  className?: string;
1557
2169
  } & React_2.RefAttributes<SVGSVGElement>>;
1558
2170
 
1559
- /** An info icon with exclamation-style "i" in a circle (20 × 20). */
1560
- export declare const InfoIcon: default_2.ForwardRefExoticComponent<default_2.SVGAttributes<SVGSVGElement> & {
1561
- className?: string;
1562
- } & default_2.RefAttributes<SVGSVGElement>>;
2171
+ /**
2172
+ * Info icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2173
+ *
2174
+ * @example
2175
+ * ```tsx
2176
+ * <InfoIcon size={24} filled />
2177
+ * ```
2178
+ */
2179
+ export declare const InfoIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1563
2180
 
1564
- export declare const LinkIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1565
- className?: string;
1566
- } & React_2.RefAttributes<SVGSVGElement>>;
2181
+ /** Props for {@link InfoIcon}. See {@link BaseIconProps} for the shared shape. */
2182
+ export declare type InfoIconProps = BaseIconProps;
2183
+
2184
+ /**
2185
+ * Language icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2186
+ *
2187
+ * @example
2188
+ * ```tsx
2189
+ * <LanguageIcon size={24} filled />
2190
+ * ```
2191
+ */
2192
+ export declare const LanguageIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2193
+
2194
+ /** Props for {@link LanguageIcon}. See {@link BaseIconProps} for the shared shape. */
2195
+ export declare type LanguageIconProps = BaseIconProps;
2196
+
2197
+ /**
2198
+ * Link icon. Renders at sizes 16, 24, or 32 px.
2199
+ *
2200
+ * @example
2201
+ * ```tsx
2202
+ * <LinkIcon size={24} />
2203
+ * ```
2204
+ */
2205
+ export declare const LinkIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2206
+
2207
+ /** Props for {@link LinkIcon}. See {@link BaseIconProps} for the shared shape. */
2208
+ export declare type LinkIconProps = BaseIconProps;
1567
2209
 
1568
2210
  /**
1569
2211
  * A layout-aware loading indicator that renders a centered `SpinnerIcon` inside
@@ -1592,13 +2234,44 @@ export declare interface LoaderProps extends React_2.HTMLAttributes<HTMLDivEleme
1592
2234
  centerY?: boolean;
1593
2235
  }
1594
2236
 
1595
- export declare const LocationIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1596
- className?: string;
1597
- } & React_2.RefAttributes<SVGSVGElement>>;
2237
+ /**
2238
+ * Location icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2239
+ *
2240
+ * @example
2241
+ * ```tsx
2242
+ * <LocationIcon size={24} filled />
2243
+ * ```
2244
+ */
2245
+ export declare const LocationIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1598
2246
 
1599
- export declare const LockerOffIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1600
- className?: string;
1601
- } & React_2.RefAttributes<SVGSVGElement>>;
2247
+ /** Props for {@link LocationIcon}. See {@link BaseIconProps} for the shared shape. */
2248
+ export declare type LocationIconProps = BaseIconProps;
2249
+
2250
+ /**
2251
+ * Locker icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2252
+ *
2253
+ * @example
2254
+ * ```tsx
2255
+ * <LockerIcon size={24} filled />
2256
+ * ```
2257
+ */
2258
+ export declare const LockerIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2259
+
2260
+ /** Props for {@link LockerIcon}. See {@link BaseIconProps} for the shared shape. */
2261
+ export declare type LockerIconProps = BaseIconProps;
2262
+
2263
+ /**
2264
+ * Locker Off icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2265
+ *
2266
+ * @example
2267
+ * ```tsx
2268
+ * <LockerOffIcon size={24} filled />
2269
+ * ```
2270
+ */
2271
+ export declare const LockerOffIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2272
+
2273
+ /** Props for {@link LockerOffIcon}. See {@link BaseIconProps} for the shared shape. */
2274
+ export declare type LockerOffIconProps = BaseIconProps;
1602
2275
 
1603
2276
  export declare const LockerOnIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1604
2277
  className?: string;
@@ -1632,44 +2305,138 @@ export declare interface LogoProps extends React_2.HTMLAttributes<HTMLDivElement
1632
2305
  "aria-label"?: string;
1633
2306
  }
1634
2307
 
1635
- export declare const LogoutIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1636
- className?: string;
1637
- } & React_2.RefAttributes<SVGSVGElement>>;
2308
+ /**
2309
+ * Logout icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2310
+ *
2311
+ * @example
2312
+ * ```tsx
2313
+ * <LogoutIcon size={24} filled />
2314
+ * ```
2315
+ */
2316
+ export declare const LogoutIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2317
+
2318
+ /** Props for {@link LogoutIcon}. See {@link BaseIconProps} for the shared shape. */
2319
+ export declare type LogoutIconProps = BaseIconProps;
1638
2320
 
1639
2321
  /** Layout variant of the logo. */
1640
2322
  export declare type LogoVariant = "full" | "icon" | "wordmark" | "portrait";
1641
2323
 
1642
- export declare const LoveIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1643
- className?: string;
1644
- } & React_2.RefAttributes<SVGSVGElement>>;
2324
+ /**
2325
+ * Love icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2326
+ *
2327
+ * @example
2328
+ * ```tsx
2329
+ * <LoveIcon size={24} filled />
2330
+ * ```
2331
+ */
2332
+ export declare const LoveIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1645
2333
 
1646
- export declare const MegaphoneIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1647
- className?: string;
1648
- } & React_2.RefAttributes<SVGSVGElement>>;
2334
+ /** Props for {@link LoveIcon}. See {@link BaseIconProps} for the shared shape. */
2335
+ export declare type LoveIconProps = BaseIconProps;
1649
2336
 
1650
- export declare const MenuCloseIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1651
- className?: string;
1652
- } & React_2.RefAttributes<SVGSVGElement>>;
2337
+ /**
2338
+ * Mass Message icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2339
+ *
2340
+ * @example
2341
+ * ```tsx
2342
+ * <MassMessageIcon size={24} filled />
2343
+ * ```
2344
+ */
2345
+ export declare const MassMessageIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1653
2346
 
1654
- export declare const MenuIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1655
- className?: string;
1656
- } & React_2.RefAttributes<SVGSVGElement>>;
2347
+ /** Props for {@link MassMessageIcon}. See {@link BaseIconProps} for the shared shape. */
2348
+ export declare type MassMessageIconProps = BaseIconProps;
1657
2349
 
1658
- export declare const MenuOpenIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1659
- className?: string;
1660
- } & React_2.RefAttributes<SVGSVGElement>>;
2350
+ /**
2351
+ * Megaphone icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2352
+ *
2353
+ * @example
2354
+ * ```tsx
2355
+ * <MegaphoneIcon size={24} filled />
2356
+ * ```
2357
+ */
2358
+ export declare const MegaphoneIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1661
2359
 
1662
- export declare const MessageIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1663
- className?: string;
1664
- } & React_2.RefAttributes<SVGSVGElement>>;
2360
+ /** Props for {@link MegaphoneIcon}. See {@link BaseIconProps} for the shared shape. */
2361
+ export declare type MegaphoneIconProps = BaseIconProps;
1665
2362
 
1666
- export declare const MicrophoneIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1667
- className?: string;
1668
- } & React_2.RefAttributes<SVGSVGElement>>;
2363
+ /**
2364
+ * Menu Close icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2365
+ *
2366
+ * @example
2367
+ * ```tsx
2368
+ * <MenuCloseIcon size={24} filled />
2369
+ * ```
2370
+ */
2371
+ export declare const MenuCloseIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1669
2372
 
1670
- export declare const MinusIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1671
- className?: string;
1672
- } & React_2.RefAttributes<SVGSVGElement>>;
2373
+ /** Props for {@link MenuCloseIcon}. See {@link BaseIconProps} for the shared shape. */
2374
+ export declare type MenuCloseIconProps = BaseIconProps;
2375
+
2376
+ /**
2377
+ * Menu icon. Renders at sizes 16, 24, or 32 px.
2378
+ *
2379
+ * @example
2380
+ * ```tsx
2381
+ * <MenuIcon size={24} />
2382
+ * ```
2383
+ */
2384
+ export declare const MenuIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2385
+
2386
+ /** Props for {@link MenuIcon}. See {@link BaseIconProps} for the shared shape. */
2387
+ export declare type MenuIconProps = BaseIconProps;
2388
+
2389
+ /**
2390
+ * Menu Open icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2391
+ *
2392
+ * @example
2393
+ * ```tsx
2394
+ * <MenuOpenIcon size={24} filled />
2395
+ * ```
2396
+ */
2397
+ export declare const MenuOpenIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2398
+
2399
+ /** Props for {@link MenuOpenIcon}. See {@link BaseIconProps} for the shared shape. */
2400
+ export declare type MenuOpenIconProps = BaseIconProps;
2401
+
2402
+ /**
2403
+ * Message icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2404
+ *
2405
+ * @example
2406
+ * ```tsx
2407
+ * <MessageIcon size={24} filled />
2408
+ * ```
2409
+ */
2410
+ export declare const MessageIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2411
+
2412
+ /** Props for {@link MessageIcon}. See {@link BaseIconProps} for the shared shape. */
2413
+ export declare type MessageIconProps = BaseIconProps;
2414
+
2415
+ /**
2416
+ * Microphone icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2417
+ *
2418
+ * @example
2419
+ * ```tsx
2420
+ * <MicrophoneIcon size={24} filled />
2421
+ * ```
2422
+ */
2423
+ export declare const MicrophoneIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2424
+
2425
+ /** Props for {@link MicrophoneIcon}. See {@link BaseIconProps} for the shared shape. */
2426
+ export declare type MicrophoneIconProps = BaseIconProps;
2427
+
2428
+ /**
2429
+ * Minus icon. Renders at sizes 16, 24, or 32 px.
2430
+ *
2431
+ * @example
2432
+ * ```tsx
2433
+ * <MinusIcon size={24} />
2434
+ * ```
2435
+ */
2436
+ export declare const MinusIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2437
+
2438
+ /** Props for {@link MinusIcon}. See {@link BaseIconProps} for the shared shape. */
2439
+ export declare type MinusIconProps = BaseIconProps;
1673
2440
 
1674
2441
  /**
1675
2442
  * A compact, mobile-friendly stepper that shows progress through a sequence of
@@ -1726,21 +2493,57 @@ export declare interface MobileStepperProps extends React_2.HTMLAttributes<HTMLE
1726
2493
  /** Display variant for the step indicator. */
1727
2494
  export declare type MobileStepperVariant = "dots" | "progress" | "text";
1728
2495
 
1729
- export declare const MoonIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1730
- className?: string;
1731
- } & React_2.RefAttributes<SVGSVGElement>>;
2496
+ /**
2497
+ * Moon icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2498
+ *
2499
+ * @example
2500
+ * ```tsx
2501
+ * <MoonIcon size={24} filled />
2502
+ * ```
2503
+ */
2504
+ export declare const MoonIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1732
2505
 
1733
- export declare const MoreIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1734
- className?: string;
1735
- } & React_2.RefAttributes<SVGSVGElement>>;
2506
+ /** Props for {@link MoonIcon}. See {@link BaseIconProps} for the shared shape. */
2507
+ export declare type MoonIconProps = BaseIconProps;
1736
2508
 
1737
- export declare const MoreVerticalIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1738
- className?: string;
1739
- } & React_2.RefAttributes<SVGSVGElement>>;
2509
+ /**
2510
+ * More icon. Renders at sizes 16, 24, or 32 px.
2511
+ *
2512
+ * @example
2513
+ * ```tsx
2514
+ * <MoreIcon size={24} />
2515
+ * ```
2516
+ */
2517
+ export declare const MoreIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1740
2518
 
1741
- export declare const NewMessageIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1742
- className?: string;
1743
- } & React_2.RefAttributes<SVGSVGElement>>;
2519
+ /** Props for {@link MoreIcon}. See {@link BaseIconProps} for the shared shape. */
2520
+ export declare type MoreIconProps = BaseIconProps;
2521
+
2522
+ /**
2523
+ * More Vertical icon. Renders at sizes 16, 24, or 32 px.
2524
+ *
2525
+ * @example
2526
+ * ```tsx
2527
+ * <MoreVerticalIcon size={24} />
2528
+ * ```
2529
+ */
2530
+ export declare const MoreVerticalIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2531
+
2532
+ /** Props for {@link MoreVerticalIcon}. See {@link BaseIconProps} for the shared shape. */
2533
+ export declare type MoreVerticalIconProps = BaseIconProps;
2534
+
2535
+ /**
2536
+ * New Message icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2537
+ *
2538
+ * @example
2539
+ * ```tsx
2540
+ * <NewMessageIcon size={24} filled />
2541
+ * ```
2542
+ */
2543
+ export declare const NewMessageIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2544
+
2545
+ /** Props for {@link NewMessageIcon}. See {@link BaseIconProps} for the shared shape. */
2546
+ export declare type NewMessageIconProps = BaseIconProps;
1744
2547
 
1745
2548
  /**
1746
2549
  * Like `Omit`, but preserves discriminated unions.
@@ -1825,22 +2628,49 @@ export declare interface PasswordFieldProps extends Omit<TextFieldProps, "type"
1825
2628
 
1826
2629
  export declare type PasswordFieldSize = "48" | "40" | "32";
1827
2630
 
1828
- export declare const PauseIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1829
- className?: string;
1830
- } & React_2.RefAttributes<SVGSVGElement>>;
2631
+ /**
2632
+ * Pause icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2633
+ *
2634
+ * @example
2635
+ * ```tsx
2636
+ * <PauseIcon size={24} filled />
2637
+ * ```
2638
+ */
2639
+ export declare const PauseIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2640
+
2641
+ /** Props for {@link PauseIcon}. See {@link BaseIconProps} for the shared shape. */
2642
+ export declare type PauseIconProps = BaseIconProps;
1831
2643
 
1832
2644
  /** Two-person silhouette (20 × 20). */
1833
2645
  export declare const PeopleIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1834
2646
  className?: string;
1835
2647
  } & React_2.RefAttributes<SVGSVGElement>>;
1836
2648
 
1837
- export declare const PhoneIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1838
- className?: string;
1839
- } & React_2.RefAttributes<SVGSVGElement>>;
2649
+ /**
2650
+ * Phone icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2651
+ *
2652
+ * @example
2653
+ * ```tsx
2654
+ * <PhoneIcon size={24} filled />
2655
+ * ```
2656
+ */
2657
+ export declare const PhoneIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1840
2658
 
1841
- export declare const PhoneOffIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1842
- className?: string;
1843
- } & React_2.RefAttributes<SVGSVGElement>>;
2659
+ /** Props for {@link PhoneIcon}. See {@link BaseIconProps} for the shared shape. */
2660
+ export declare type PhoneIconProps = BaseIconProps;
2661
+
2662
+ /**
2663
+ * Phone Off icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2664
+ *
2665
+ * @example
2666
+ * ```tsx
2667
+ * <PhoneOffIcon size={24} filled />
2668
+ * ```
2669
+ */
2670
+ export declare const PhoneOffIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2671
+
2672
+ /** Props for {@link PhoneOffIcon}. See {@link BaseIconProps} for the shared shape. */
2673
+ export declare type PhoneOffIconProps = BaseIconProps;
1844
2674
 
1845
2675
  /**
1846
2676
  * A small rounded label for categorisation, status, or tagging.
@@ -1866,22 +2696,49 @@ export declare interface PillProps extends React_2.HTMLAttributes<HTMLSpanElemen
1866
2696
  /** Colour variant of the pill. */
1867
2697
  export declare type PillVariant = "green" | "grey" | "blue" | "gold" | "pinkLight" | "base" | "brand" | "brandLight" | "beta" | "error";
1868
2698
 
1869
- export declare const PinIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1870
- className?: string;
1871
- } & React_2.RefAttributes<SVGSVGElement>>;
2699
+ /**
2700
+ * Pin icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2701
+ *
2702
+ * @example
2703
+ * ```tsx
2704
+ * <PinIcon size={24} filled />
2705
+ * ```
2706
+ */
2707
+ export declare const PinIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1872
2708
 
1873
- export declare const PlayIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1874
- className?: string;
1875
- } & React_2.RefAttributes<SVGSVGElement>>;
2709
+ /** Props for {@link PinIcon}. See {@link BaseIconProps} for the shared shape. */
2710
+ export declare type PinIconProps = BaseIconProps;
2711
+
2712
+ /**
2713
+ * Play icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2714
+ *
2715
+ * @example
2716
+ * ```tsx
2717
+ * <PlayIcon size={24} filled />
2718
+ * ```
2719
+ */
2720
+ export declare const PlayIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2721
+
2722
+ /** Props for {@link PlayIcon}. See {@link BaseIconProps} for the shared shape. */
2723
+ export declare type PlayIconProps = BaseIconProps;
1876
2724
 
1877
2725
  /** A "+" plus icon for add/create actions (20 × 20). */
1878
2726
  export declare const PlusIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1879
2727
  className?: string;
1880
2728
  } & React_2.RefAttributes<SVGSVGElement>>;
1881
2729
 
1882
- export declare const PrivacyIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1883
- className?: string;
1884
- } & React_2.RefAttributes<SVGSVGElement>>;
2730
+ /**
2731
+ * Privacy icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2732
+ *
2733
+ * @example
2734
+ * ```tsx
2735
+ * <PrivacyIcon size={24} filled />
2736
+ * ```
2737
+ */
2738
+ export declare const PrivacyIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2739
+
2740
+ /** Props for {@link PrivacyIcon}. See {@link BaseIconProps} for the shared shape. */
2741
+ export declare type PrivacyIconProps = BaseIconProps;
1885
2742
 
1886
2743
  /**
1887
2744
  * A horizontal progress indicator with optional title, completion percentage,
@@ -1926,6 +2783,19 @@ export declare type ProgressBarSize = "default" | "small";
1926
2783
  /** Colour mode — `"default"` uses red/yellow/green by value, `"generic"` always uses brand green, `"neutral"` uses a theme-aware inverse colour. */
1927
2784
  export declare type ProgressBarVariant = "default" | "generic" | "neutral";
1928
2785
 
2786
+ /**
2787
+ * Queue icon. Renders at sizes 16, 24, or 32 px.
2788
+ *
2789
+ * @example
2790
+ * ```tsx
2791
+ * <QueueIcon size={24} />
2792
+ * ```
2793
+ */
2794
+ export declare const QueueIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2795
+
2796
+ /** Props for {@link QueueIcon}. See {@link BaseIconProps} for the shared shape. */
2797
+ export declare type QueueIconProps = BaseIconProps;
2798
+
1929
2799
  /**
1930
2800
  * A single radio option within a {@link RadioGroup}. Includes an optional label
1931
2801
  * and helper text.
@@ -1966,21 +2836,57 @@ export declare interface RadioProps extends Omit<React_2.ComponentPropsWithoutRe
1966
2836
  helperText?: string;
1967
2837
  }
1968
2838
 
1969
- export declare const RepeatIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1970
- className?: string;
1971
- } & React_2.RefAttributes<SVGSVGElement>>;
2839
+ /**
2840
+ * Repeat icon. Renders at sizes 16, 24, or 32 px.
2841
+ *
2842
+ * @example
2843
+ * ```tsx
2844
+ * <RepeatIcon size={24} />
2845
+ * ```
2846
+ */
2847
+ export declare const RepeatIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1972
2848
 
1973
- export declare const Reply2Icon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1974
- className?: string;
1975
- } & React_2.RefAttributes<SVGSVGElement>>;
2849
+ /** Props for {@link RepeatIcon}. See {@link BaseIconProps} for the shared shape. */
2850
+ export declare type RepeatIconProps = BaseIconProps;
1976
2851
 
1977
- export declare const ReplyIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1978
- className?: string;
1979
- } & React_2.RefAttributes<SVGSVGElement>>;
2852
+ /**
2853
+ * Reply 2 icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2854
+ *
2855
+ * @example
2856
+ * ```tsx
2857
+ * <Reply2Icon size={24} filled />
2858
+ * ```
2859
+ */
2860
+ export declare const Reply2Icon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
1980
2861
 
1981
- export declare const ReverseIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
1982
- className?: string;
1983
- } & React_2.RefAttributes<SVGSVGElement>>;
2862
+ /** Props for {@link Reply2Icon}. See {@link BaseIconProps} for the shared shape. */
2863
+ export declare type Reply2IconProps = BaseIconProps;
2864
+
2865
+ /**
2866
+ * Reply icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2867
+ *
2868
+ * @example
2869
+ * ```tsx
2870
+ * <ReplyIcon size={24} filled />
2871
+ * ```
2872
+ */
2873
+ export declare const ReplyIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2874
+
2875
+ /** Props for {@link ReplyIcon}. See {@link BaseIconProps} for the shared shape. */
2876
+ export declare type ReplyIconProps = BaseIconProps;
2877
+
2878
+ /**
2879
+ * Reverse icon. Renders at sizes 16, 24, or 32 px.
2880
+ *
2881
+ * @example
2882
+ * ```tsx
2883
+ * <ReverseIcon size={24} />
2884
+ * ```
2885
+ */
2886
+ export declare const ReverseIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2887
+
2888
+ /** Props for {@link ReverseIcon}. See {@link BaseIconProps} for the shared shape. */
2889
+ export declare type ReverseIconProps = BaseIconProps;
1984
2890
 
1985
2891
  /**
1986
2892
  * A text input field with a search icon and optional clear button.
@@ -2012,9 +2918,18 @@ export declare interface SearchFieldProps extends Omit<TextFieldProps, "type" |
2012
2918
 
2013
2919
  export declare type SearchFieldSize = "48" | "40" | "32";
2014
2920
 
2015
- export declare const SearchIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2016
- className?: string;
2017
- } & React_2.RefAttributes<SVGSVGElement>>;
2921
+ /**
2922
+ * Search icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
2923
+ *
2924
+ * @example
2925
+ * ```tsx
2926
+ * <SearchIcon size={24} filled />
2927
+ * ```
2928
+ */
2929
+ export declare const SearchIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2930
+
2931
+ /** Props for {@link SearchIcon}. See {@link BaseIconProps} for the shared shape. */
2932
+ export declare type SearchIconProps = BaseIconProps;
2018
2933
 
2019
2934
  /**
2020
2935
  * A select field with optional label, helper/error text, and an icon slot,
@@ -2103,17 +3018,44 @@ export declare interface SelectSeparatorProps extends React_2.ComponentPropsWith
2103
3018
  /** Select field height in pixels. */
2104
3019
  export declare type SelectSize = "48" | "40" | "32";
2105
3020
 
2106
- export declare const SendIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2107
- className?: string;
2108
- } & React_2.RefAttributes<SVGSVGElement>>;
3021
+ /**
3022
+ * Send icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
3023
+ *
3024
+ * @example
3025
+ * ```tsx
3026
+ * <SendIcon size={24} filled />
3027
+ * ```
3028
+ */
3029
+ export declare const SendIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2109
3030
 
2110
- export declare const SettingsIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2111
- className?: string;
2112
- } & React_2.RefAttributes<SVGSVGElement>>;
3031
+ /** Props for {@link SendIcon}. See {@link BaseIconProps} for the shared shape. */
3032
+ export declare type SendIconProps = BaseIconProps;
3033
+
3034
+ /**
3035
+ * Settings icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
3036
+ *
3037
+ * @example
3038
+ * ```tsx
3039
+ * <SettingsIcon size={24} filled />
3040
+ * ```
3041
+ */
3042
+ export declare const SettingsIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
3043
+
3044
+ /** Props for {@link SettingsIcon}. See {@link BaseIconProps} for the shared shape. */
3045
+ export declare type SettingsIconProps = BaseIconProps;
3046
+
3047
+ /**
3048
+ * Share icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
3049
+ *
3050
+ * @example
3051
+ * ```tsx
3052
+ * <ShareIcon size={24} filled />
3053
+ * ```
3054
+ */
3055
+ export declare const ShareIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2113
3056
 
2114
- export declare const ShareIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2115
- className?: string;
2116
- } & React_2.RefAttributes<SVGSVGElement>>;
3057
+ /** Props for {@link ShareIcon}. See {@link BaseIconProps} for the shared shape. */
3058
+ export declare type ShareIconProps = BaseIconProps;
2117
3059
 
2118
3060
  /**
2119
3061
  * A placeholder preview of content before data is loaded, reducing perceived
@@ -2256,9 +3198,18 @@ export declare const SpinnerIcon: React_2.ForwardRefExoticComponent<React_2.SVGA
2256
3198
  className?: string;
2257
3199
  } & React_2.RefAttributes<SVGSVGElement>>;
2258
3200
 
2259
- export declare const StarIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2260
- className?: string;
2261
- } & React_2.RefAttributes<SVGSVGElement>>;
3201
+ /**
3202
+ * Star icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
3203
+ *
3204
+ * @example
3205
+ * ```tsx
3206
+ * <StarIcon size={24} filled />
3207
+ * ```
3208
+ */
3209
+ export declare const StarIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
3210
+
3211
+ /** Props for {@link StarIcon}. See {@link BaseIconProps} for the shared shape. */
3212
+ export declare type StarIconProps = BaseIconProps;
2262
3213
 
2263
3214
  /** Configuration for a single step within a {@link Stepper}. */
2264
3215
  export declare interface StepItem {
@@ -2324,26 +3275,62 @@ export declare type StepperStepSize = "sm" | "md" | "lg";
2324
3275
  /** Current state of a step in the stepper. */
2325
3276
  export declare type StepperStepState = "completed" | "active" | "upcoming";
2326
3277
 
2327
- export declare const StopIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2328
- className?: string;
2329
- } & React_2.RefAttributes<SVGSVGElement>>;
3278
+ /**
3279
+ * Stop icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
3280
+ *
3281
+ * @example
3282
+ * ```tsx
3283
+ * <StopIcon size={24} filled />
3284
+ * ```
3285
+ */
3286
+ export declare const StopIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
3287
+
3288
+ /** Props for {@link StopIcon}. See {@link BaseIconProps} for the shared shape. */
3289
+ export declare type StopIconProps = BaseIconProps;
2330
3290
 
2331
3291
  /** A checkmark inside a filled circle icon for success states (20 × 20). */
2332
3292
  export declare const SuccessIcon: default_2.ForwardRefExoticComponent<default_2.SVGAttributes<SVGSVGElement> & {
2333
3293
  className?: string;
2334
3294
  } & default_2.RefAttributes<SVGSVGElement>>;
2335
3295
 
2336
- export declare const SunIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2337
- className?: string;
2338
- } & React_2.RefAttributes<SVGSVGElement>>;
3296
+ /**
3297
+ * Sun icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
3298
+ *
3299
+ * @example
3300
+ * ```tsx
3301
+ * <SunIcon size={24} filled />
3302
+ * ```
3303
+ */
3304
+ export declare const SunIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2339
3305
 
2340
- export declare const Support2Icon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2341
- className?: string;
2342
- } & React_2.RefAttributes<SVGSVGElement>>;
3306
+ /** Props for {@link SunIcon}. See {@link BaseIconProps} for the shared shape. */
3307
+ export declare type SunIconProps = BaseIconProps;
2343
3308
 
2344
- export declare const SupportIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2345
- className?: string;
2346
- } & React_2.RefAttributes<SVGSVGElement>>;
3309
+ /**
3310
+ * Support 2 icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
3311
+ *
3312
+ * @example
3313
+ * ```tsx
3314
+ * <Support2Icon size={24} filled />
3315
+ * ```
3316
+ */
3317
+ export declare const Support2Icon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
3318
+
3319
+ /** Props for {@link Support2Icon}. See {@link BaseIconProps} for the shared shape. */
3320
+ export declare type Support2IconProps = BaseIconProps;
3321
+
3322
+ /**
3323
+ * Support icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
3324
+ *
3325
+ * @example
3326
+ * ```tsx
3327
+ * <SupportIcon size={24} filled />
3328
+ * ```
3329
+ */
3330
+ export declare const SupportIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
3331
+
3332
+ /** Props for {@link SupportIcon}. See {@link BaseIconProps} for the shared shape. */
3333
+ export declare type SupportIconProps = BaseIconProps;
2347
3334
 
2348
3335
  /**
2349
3336
  * A toggle switch for boolean on/off states. Built on Radix UI `Switch`.
@@ -2745,13 +3732,31 @@ export declare const TabsTrigger: React_2.ForwardRefExoticComponent<Omit<TabsPri
2745
3732
  /** Props for the {@link TabsTrigger} button component. */
2746
3733
  export declare type TabsTriggerProps = React_2.ComponentPropsWithoutRef<typeof TabsPrimitive.Trigger>;
2747
3734
 
2748
- export declare const TagIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2749
- className?: string;
2750
- } & React_2.RefAttributes<SVGSVGElement>>;
3735
+ /**
3736
+ * Tag icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
3737
+ *
3738
+ * @example
3739
+ * ```tsx
3740
+ * <TagIcon size={24} filled />
3741
+ * ```
3742
+ */
3743
+ export declare const TagIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2751
3744
 
2752
- export declare const TaskIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2753
- className?: string;
2754
- } & React_2.RefAttributes<SVGSVGElement>>;
3745
+ /** Props for {@link TagIcon}. See {@link BaseIconProps} for the shared shape. */
3746
+ export declare type TagIconProps = BaseIconProps;
3747
+
3748
+ /**
3749
+ * Task icon. Renders at sizes 16, 24, or 32 px.
3750
+ *
3751
+ * @example
3752
+ * ```tsx
3753
+ * <TaskIcon size={24} />
3754
+ * ```
3755
+ */
3756
+ export declare const TaskIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
3757
+
3758
+ /** Props for {@link TaskIcon}. See {@link BaseIconProps} for the shared shape. */
3759
+ export declare type TaskIconProps = BaseIconProps;
2755
3760
 
2756
3761
  /**
2757
3762
  * A multi-line text input with optional label, helper/error text, and clear button.
@@ -2848,29 +3853,74 @@ export declare const ThumbDownFilledIcon: React_2.ForwardRefExoticComponent<Reac
2848
3853
  className?: string;
2849
3854
  } & React_2.RefAttributes<SVGSVGElement>>;
2850
3855
 
2851
- export declare const ThumbDownIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2852
- className?: string;
2853
- } & React_2.RefAttributes<SVGSVGElement>>;
3856
+ /**
3857
+ * Thumb Down icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
3858
+ *
3859
+ * @example
3860
+ * ```tsx
3861
+ * <ThumbDownIcon size={24} filled />
3862
+ * ```
3863
+ */
3864
+ export declare const ThumbDownIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
3865
+
3866
+ /** Props for {@link ThumbDownIcon}. See {@link BaseIconProps} for the shared shape. */
3867
+ export declare type ThumbDownIconProps = BaseIconProps;
2854
3868
 
2855
3869
  export declare const ThumbUpFilledIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2856
3870
  className?: string;
2857
3871
  } & React_2.RefAttributes<SVGSVGElement>>;
2858
3872
 
2859
- export declare const ThumbUpIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2860
- className?: string;
2861
- } & React_2.RefAttributes<SVGSVGElement>>;
3873
+ /**
3874
+ * Thumb Up icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
3875
+ *
3876
+ * @example
3877
+ * ```tsx
3878
+ * <ThumbUpIcon size={24} filled />
3879
+ * ```
3880
+ */
3881
+ export declare const ThumbUpIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2862
3882
 
2863
- export declare const TickCircleIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2864
- className?: string;
2865
- } & React_2.RefAttributes<SVGSVGElement>>;
3883
+ /** Props for {@link ThumbUpIcon}. See {@link BaseIconProps} for the shared shape. */
3884
+ export declare type ThumbUpIconProps = BaseIconProps;
2866
3885
 
2867
- export declare const TickCircleOffIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2868
- className?: string;
2869
- } & React_2.RefAttributes<SVGSVGElement>>;
3886
+ /**
3887
+ * Tick Circle icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
3888
+ *
3889
+ * @example
3890
+ * ```tsx
3891
+ * <TickCircleIcon size={24} filled />
3892
+ * ```
3893
+ */
3894
+ export declare const TickCircleIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
2870
3895
 
2871
- export declare const TickIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2872
- className?: string;
2873
- } & React_2.RefAttributes<SVGSVGElement>>;
3896
+ /** Props for {@link TickCircleIcon}. See {@link BaseIconProps} for the shared shape. */
3897
+ export declare type TickCircleIconProps = BaseIconProps;
3898
+
3899
+ /**
3900
+ * Tick Circle Off icon. Renders at sizes 16, 24, or 32 px.
3901
+ *
3902
+ * @example
3903
+ * ```tsx
3904
+ * <TickCircleOffIcon size={24} />
3905
+ * ```
3906
+ */
3907
+ export declare const TickCircleOffIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
3908
+
3909
+ /** Props for {@link TickCircleOffIcon}. See {@link BaseIconProps} for the shared shape. */
3910
+ export declare type TickCircleOffIconProps = BaseIconProps;
3911
+
3912
+ /**
3913
+ * Tick icon. Renders at sizes 16, 24, or 32 px.
3914
+ *
3915
+ * @example
3916
+ * ```tsx
3917
+ * <TickIcon size={24} />
3918
+ * ```
3919
+ */
3920
+ export declare const TickIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
3921
+
3922
+ /** Props for {@link TickIcon}. See {@link BaseIconProps} for the shared shape. */
3923
+ export declare type TickIconProps = BaseIconProps;
2874
3924
 
2875
3925
  /**
2876
3926
  * A dismissible notification that appears temporarily. Supports `info`,
@@ -2926,12 +3976,34 @@ export declare const ToastViewport: React_2.ForwardRefExoticComponent<ToastViewp
2926
3976
  export declare interface ToastViewportProps extends React_2.ComponentPropsWithoutRef<typeof ToastPrimitive.Viewport> {
2927
3977
  }
2928
3978
 
3979
+ /**
3980
+ * Tools icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
3981
+ *
3982
+ * @example
3983
+ * ```tsx
3984
+ * <ToolsIcon size={24} filled />
3985
+ * ```
3986
+ */
3987
+ export declare const ToolsIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
3988
+
3989
+ /** Props for {@link ToolsIcon}. See {@link BaseIconProps} for the shared shape. */
3990
+ export declare type ToolsIconProps = BaseIconProps;
3991
+
2929
3992
  /** Root component that manages open/close state for a single tooltip. */
2930
3993
  export declare const Tooltip: React_2.FC<TooltipPrimitive.TooltipProps>;
2931
3994
 
2932
- export declare const TooltipContent: React_2.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
3995
+ export declare const TooltipContent: React_2.ForwardRefExoticComponent<TooltipContentProps & React_2.RefAttributes<HTMLDivElement>>;
3996
+
3997
+ export declare interface TooltipContentProps extends React_2.ComponentPropsWithoutRef<typeof TooltipPrimitive.Content> {
3998
+ /**
3999
+ * Position of the tooltip relative to the trigger. Takes precedence over `side` and `align`.
4000
+ * @default "top"
4001
+ */
4002
+ placement?: TooltipPlacement;
4003
+ }
2933
4004
 
2934
- export declare type TooltipContentProps = React_2.ComponentPropsWithoutRef<typeof TooltipPrimitive.Content>;
4005
+ /** Position of the tooltip relative to its trigger, combining side and alignment (MUI-style). */
4006
+ export declare type TooltipPlacement = "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
2935
4007
 
2936
4008
  /** Props for the {@link Tooltip} root component. */
2937
4009
  export declare interface TooltipProps extends React_2.ComponentPropsWithoutRef<typeof TooltipPrimitive.Root> {
@@ -2956,9 +4028,31 @@ export declare const TrashBinIcon: React_2.ForwardRefExoticComponent<React_2.SVG
2956
4028
  className?: string;
2957
4029
  } & React_2.RefAttributes<SVGSVGElement>>;
2958
4030
 
2959
- export declare const TrophyIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2960
- className?: string;
2961
- } & React_2.RefAttributes<SVGSVGElement>>;
4031
+ /**
4032
+ * Trash icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
4033
+ *
4034
+ * @example
4035
+ * ```tsx
4036
+ * <TrashIcon size={24} filled />
4037
+ * ```
4038
+ */
4039
+ export declare const TrashIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
4040
+
4041
+ /** Props for {@link TrashIcon}. See {@link BaseIconProps} for the shared shape. */
4042
+ export declare type TrashIconProps = BaseIconProps;
4043
+
4044
+ /**
4045
+ * Trophy icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
4046
+ *
4047
+ * @example
4048
+ * ```tsx
4049
+ * <TrophyIcon size={24} filled />
4050
+ * ```
4051
+ */
4052
+ export declare const TrophyIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
4053
+
4054
+ /** Props for {@link TrophyIcon}. See {@link BaseIconProps} for the shared shape. */
4055
+ export declare type TrophyIconProps = BaseIconProps;
2962
4056
 
2963
4057
  export declare const TwitterIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2964
4058
  className?: string;
@@ -2969,9 +4063,31 @@ export declare const UploadCloudIcon: React_2.ForwardRefExoticComponent<React_2.
2969
4063
  className?: string;
2970
4064
  } & React_2.RefAttributes<SVGSVGElement>>;
2971
4065
 
2972
- export declare const UploadIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
2973
- className?: string;
2974
- } & React_2.RefAttributes<SVGSVGElement>>;
4066
+ /**
4067
+ * Upload icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
4068
+ *
4069
+ * @example
4070
+ * ```tsx
4071
+ * <UploadIcon size={24} filled />
4072
+ * ```
4073
+ */
4074
+ export declare const UploadIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
4075
+
4076
+ /** Props for {@link UploadIcon}. See {@link BaseIconProps} for the shared shape. */
4077
+ export declare type UploadIconProps = BaseIconProps;
4078
+
4079
+ /**
4080
+ * Upload to Cloud icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
4081
+ *
4082
+ * @example
4083
+ * ```tsx
4084
+ * <UploadToCloudIcon size={24} filled />
4085
+ * ```
4086
+ */
4087
+ export declare const UploadToCloudIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
4088
+
4089
+ /** Props for {@link UploadToCloudIcon}. See {@link BaseIconProps} for the shared shape. */
4090
+ export declare type UploadToCloudIconProps = BaseIconProps;
2975
4091
 
2976
4092
  /**
2977
4093
  * Hook for audio recording with MediaRecorder API.
@@ -3009,44 +4125,162 @@ export declare interface UseAudioRecorderReturn {
3009
4125
  isSupported: boolean;
3010
4126
  }
3011
4127
 
4128
+ /**
4129
+ * User Add icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
4130
+ *
4131
+ * @example
4132
+ * ```tsx
4133
+ * <UserAddIcon size={24} filled />
4134
+ * ```
4135
+ */
4136
+ export declare const UserAddIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
4137
+
4138
+ /** Props for {@link UserAddIcon}. See {@link BaseIconProps} for the shared shape. */
4139
+ export declare type UserAddIconProps = BaseIconProps;
4140
+
4141
+ /**
4142
+ * User AI icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
4143
+ *
4144
+ * @example
4145
+ * ```tsx
4146
+ * <UserAIIcon size={24} filled />
4147
+ * ```
4148
+ */
4149
+ export declare const UserAIIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
4150
+
4151
+ /** Props for {@link UserAIIcon}. See {@link BaseIconProps} for the shared shape. */
4152
+ export declare type UserAIIconProps = BaseIconProps;
4153
+
3012
4154
  export declare const UserCircleIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
3013
4155
  className?: string;
3014
4156
  } & React_2.RefAttributes<SVGSVGElement>>;
3015
4157
 
3016
- export declare const UserIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
3017
- className?: string;
3018
- } & React_2.RefAttributes<SVGSVGElement>>;
4158
+ /**
4159
+ * User icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
4160
+ *
4161
+ * @example
4162
+ * ```tsx
4163
+ * <UserIcon size={24} filled />
4164
+ * ```
4165
+ */
4166
+ export declare const UserIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
3019
4167
 
3020
- export declare const UsersIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
3021
- className?: string;
3022
- } & React_2.RefAttributes<SVGSVGElement>>;
4168
+ /** Props for {@link UserIcon}. See {@link BaseIconProps} for the shared shape. */
4169
+ export declare type UserIconProps = BaseIconProps;
3023
4170
 
3024
- export declare const VideoIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
3025
- className?: string;
3026
- } & React_2.RefAttributes<SVGSVGElement>>;
4171
+ /**
4172
+ * User Menu icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
4173
+ *
4174
+ * @example
4175
+ * ```tsx
4176
+ * <UserMenuIcon size={24} filled />
4177
+ * ```
4178
+ */
4179
+ export declare const UserMenuIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
4180
+
4181
+ /** Props for {@link UserMenuIcon}. See {@link BaseIconProps} for the shared shape. */
4182
+ export declare type UserMenuIconProps = BaseIconProps;
4183
+
4184
+ /**
4185
+ * Users icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
4186
+ *
4187
+ * @example
4188
+ * ```tsx
4189
+ * <UsersIcon size={24} filled />
4190
+ * ```
4191
+ */
4192
+ export declare const UsersIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
4193
+
4194
+ /** Props for {@link UsersIcon}. See {@link BaseIconProps} for the shared shape. */
4195
+ export declare type UsersIconProps = BaseIconProps;
4196
+
4197
+ /**
4198
+ * Vault icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
4199
+ *
4200
+ * @example
4201
+ * ```tsx
4202
+ * <VaultIcon size={24} filled />
4203
+ * ```
4204
+ */
4205
+ export declare const VaultIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
4206
+
4207
+ /** Props for {@link VaultIcon}. See {@link BaseIconProps} for the shared shape. */
4208
+ export declare type VaultIconProps = BaseIconProps;
4209
+
4210
+ /**
4211
+ * Video icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
4212
+ *
4213
+ * @example
4214
+ * ```tsx
4215
+ * <VideoIcon size={24} filled />
4216
+ * ```
4217
+ */
4218
+ export declare const VideoIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
4219
+
4220
+ /** Props for {@link VideoIcon}. See {@link BaseIconProps} for the shared shape. */
4221
+ export declare type VideoIconProps = BaseIconProps;
3027
4222
 
3028
4223
  /** VIP badge icon with metallic gradient background and crown symbol */
3029
4224
  export declare const VipBadgeIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
3030
4225
  className?: string;
3031
4226
  } & React_2.RefAttributes<SVGSVGElement>>;
3032
4227
 
3033
- export declare const WalletIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
3034
- className?: string;
3035
- } & React_2.RefAttributes<SVGSVGElement>>;
4228
+ /**
4229
+ * Wallet icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
4230
+ *
4231
+ * @example
4232
+ * ```tsx
4233
+ * <WalletIcon size={24} filled />
4234
+ * ```
4235
+ */
4236
+ export declare const WalletIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
3036
4237
 
3037
- /** A filled warning icon with exclamation mark (20 × 20). */
3038
- export declare const WarningIcon: default_2.ForwardRefExoticComponent<default_2.SVGAttributes<SVGSVGElement> & {
3039
- className?: string;
3040
- } & default_2.RefAttributes<SVGSVGElement>>;
4238
+ /** Props for {@link WalletIcon}. See {@link BaseIconProps} for the shared shape. */
4239
+ export declare type WalletIconProps = BaseIconProps;
4240
+
4241
+ /**
4242
+ * Warning icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
4243
+ *
4244
+ * @example
4245
+ * ```tsx
4246
+ * <WarningIcon size={24} filled />
4247
+ * ```
4248
+ */
4249
+ export declare const WarningIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
4250
+
4251
+ /** Props for {@link WarningIcon}. See {@link BaseIconProps} for the shared shape. */
4252
+ export declare type WarningIconProps = BaseIconProps;
3041
4253
 
3042
4254
  /** A filled warning-triangle icon with exclamation mark (20 × 20). */
3043
4255
  export declare const WarningTriangleIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
3044
4256
  className?: string;
3045
4257
  } & React_2.RefAttributes<SVGSVGElement>>;
3046
4258
 
3047
- export declare const WifiOffIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
3048
- className?: string;
3049
- } & React_2.RefAttributes<SVGSVGElement>>;
4259
+ /**
4260
+ * Wifi icon. Renders at sizes 16, 24, or 32 px.
4261
+ *
4262
+ * @example
4263
+ * ```tsx
4264
+ * <WifiIcon size={24} />
4265
+ * ```
4266
+ */
4267
+ export declare const WifiIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
4268
+
4269
+ /** Props for {@link WifiIcon}. See {@link BaseIconProps} for the shared shape. */
4270
+ export declare type WifiIconProps = BaseIconProps;
4271
+
4272
+ /**
4273
+ * Wifi Off icon. Renders at sizes 16, 24, or 32 px.
4274
+ *
4275
+ * @example
4276
+ * ```tsx
4277
+ * <WifiOffIcon size={24} />
4278
+ * ```
4279
+ */
4280
+ export declare const WifiOffIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
4281
+
4282
+ /** Props for {@link WifiOffIcon}. See {@link BaseIconProps} for the shared shape. */
4283
+ export declare type WifiOffIconProps = BaseIconProps;
3050
4284
 
3051
4285
  export declare const WifiOnIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
3052
4286
  className?: string;