@ada-cx/lovelace 1.0.0-setup.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 (451) hide show
  1. package/README.md +113 -0
  2. package/dist/components/AgentMessage/AgentMessage.css.d.ts +2 -0
  3. package/dist/components/AgentMessage/AgentMessage.css.js +7 -0
  4. package/dist/components/AgentMessage/AgentMessage.css.js.map +1 -0
  5. package/dist/components/AgentMessage/AgentMessage.d.ts +21 -0
  6. package/dist/components/AgentMessage/AgentMessage.js +24 -0
  7. package/dist/components/AgentMessage/AgentMessage.js.map +1 -0
  8. package/dist/components/AgentMessage/index.d.ts +2 -0
  9. package/dist/components/Avatar/Avatar.css.d.ts +48 -0
  10. package/dist/components/Avatar/Avatar.css.js +28 -0
  11. package/dist/components/Avatar/Avatar.css.js.map +1 -0
  12. package/dist/components/Avatar/Avatar.d.ts +35 -0
  13. package/dist/components/Avatar/Avatar.js +26 -0
  14. package/dist/components/Avatar/Avatar.js.map +1 -0
  15. package/dist/components/Avatar/AvatarPlaceholder.d.ts +14 -0
  16. package/dist/components/Avatar/AvatarPlaceholder.js +18 -0
  17. package/dist/components/Avatar/AvatarPlaceholder.js.map +1 -0
  18. package/dist/components/Avatar/index.d.ts +4 -0
  19. package/dist/components/BubbleOverlay/BubbleOverlay.css.d.ts +3 -0
  20. package/dist/components/BubbleOverlay/BubbleOverlay.css.js +8 -0
  21. package/dist/components/BubbleOverlay/BubbleOverlay.css.js.map +1 -0
  22. package/dist/components/BubbleOverlay/BubbleOverlay.d.ts +24 -0
  23. package/dist/components/BubbleOverlay/BubbleOverlay.js +28 -0
  24. package/dist/components/BubbleOverlay/BubbleOverlay.js.map +1 -0
  25. package/dist/components/BubbleOverlay/index.d.ts +1 -0
  26. package/dist/components/Button/Button.css.d.ts +48 -0
  27. package/dist/components/Button/Button.css.js +29 -0
  28. package/dist/components/Button/Button.css.js.map +1 -0
  29. package/dist/components/Button/Button.d.ts +14 -0
  30. package/dist/components/Button/Button.js +24 -0
  31. package/dist/components/Button/Button.js.map +1 -0
  32. package/dist/components/Button/index.d.ts +2 -0
  33. package/dist/components/Checkbox/Checkbox.css.d.ts +19 -0
  34. package/dist/components/Checkbox/Checkbox.css.js +7 -0
  35. package/dist/components/Checkbox/Checkbox.css.js.map +1 -0
  36. package/dist/components/Checkbox/Checkbox.d.ts +22 -0
  37. package/dist/components/Checkbox/Checkbox.js +42 -0
  38. package/dist/components/Checkbox/Checkbox.js.map +1 -0
  39. package/dist/components/Checkbox/index.d.ts +1 -0
  40. package/dist/components/Chip/Chip.css.d.ts +19 -0
  41. package/dist/components/Chip/Chip.css.js +51 -0
  42. package/dist/components/Chip/Chip.css.js.map +1 -0
  43. package/dist/components/Chip/Chip.d.ts +23 -0
  44. package/dist/components/Chip/Chip.js +21 -0
  45. package/dist/components/Chip/Chip.js.map +1 -0
  46. package/dist/components/Chip/index.d.ts +2 -0
  47. package/dist/components/Dialog/Dialog.css.d.ts +15 -0
  48. package/dist/components/Dialog/Dialog.css.js +16 -0
  49. package/dist/components/Dialog/Dialog.css.js.map +1 -0
  50. package/dist/components/Dialog/Dialog.d.ts +15 -0
  51. package/dist/components/Dialog/Dialog.js +18 -0
  52. package/dist/components/Dialog/Dialog.js.map +1 -0
  53. package/dist/components/Dialog/DialogActions.d.ts +8 -0
  54. package/dist/components/Dialog/DialogActions.js +14 -0
  55. package/dist/components/Dialog/DialogActions.js.map +1 -0
  56. package/dist/components/Dialog/DialogBody.d.ts +7 -0
  57. package/dist/components/Dialog/DialogBody.js +14 -0
  58. package/dist/components/Dialog/DialogBody.js.map +1 -0
  59. package/dist/components/Dialog/DialogContent.d.ts +8 -0
  60. package/dist/components/Dialog/DialogContent.js +14 -0
  61. package/dist/components/Dialog/DialogContent.js.map +1 -0
  62. package/dist/components/Dialog/DialogIcon.d.ts +11 -0
  63. package/dist/components/Dialog/DialogIcon.js +18 -0
  64. package/dist/components/Dialog/DialogIcon.js.map +1 -0
  65. package/dist/components/Dialog/DialogRoot.d.ts +15 -0
  66. package/dist/components/Dialog/DialogRoot.js +14 -0
  67. package/dist/components/Dialog/DialogRoot.js.map +1 -0
  68. package/dist/components/Dialog/DialogTitle.d.ts +7 -0
  69. package/dist/components/Dialog/DialogTitle.js +16 -0
  70. package/dist/components/Dialog/DialogTitle.js.map +1 -0
  71. package/dist/components/Dialog/index.d.ts +6 -0
  72. package/dist/components/DialogOverlay/DialogOverlay.css.d.ts +3 -0
  73. package/dist/components/DialogOverlay/DialogOverlay.css.js +8 -0
  74. package/dist/components/DialogOverlay/DialogOverlay.css.js.map +1 -0
  75. package/dist/components/DialogOverlay/DialogOverlay.d.ts +30 -0
  76. package/dist/components/DialogOverlay/DialogOverlay.js +29 -0
  77. package/dist/components/DialogOverlay/DialogOverlay.js.map +1 -0
  78. package/dist/components/DialogOverlay/index.d.ts +1 -0
  79. package/dist/components/Divider/Divider.css.d.ts +27 -0
  80. package/dist/components/Divider/Divider.css.js +17 -0
  81. package/dist/components/Divider/Divider.css.js.map +1 -0
  82. package/dist/components/Divider/Divider.d.ts +27 -0
  83. package/dist/components/Divider/Divider.js +35 -0
  84. package/dist/components/Divider/Divider.js.map +1 -0
  85. package/dist/components/Divider/index.d.ts +1 -0
  86. package/dist/components/FullscreenOverlay/FullscreenOverlay.css.d.ts +3 -0
  87. package/dist/components/FullscreenOverlay/FullscreenOverlay.css.js +8 -0
  88. package/dist/components/FullscreenOverlay/FullscreenOverlay.css.js.map +1 -0
  89. package/dist/components/FullscreenOverlay/FullscreenOverlay.d.ts +22 -0
  90. package/dist/components/FullscreenOverlay/FullscreenOverlay.js +28 -0
  91. package/dist/components/FullscreenOverlay/FullscreenOverlay.js.map +1 -0
  92. package/dist/components/FullscreenOverlay/index.d.ts +1 -0
  93. package/dist/components/Header/Header.css.d.ts +2 -0
  94. package/dist/components/Header/Header.css.js +7 -0
  95. package/dist/components/Header/Header.css.js.map +1 -0
  96. package/dist/components/Header/Header.d.ts +6 -0
  97. package/dist/components/Header/Header.js +8 -0
  98. package/dist/components/Header/Header.js.map +1 -0
  99. package/dist/components/Header/HeaderRoot.d.ts +11 -0
  100. package/dist/components/Header/HeaderRoot.js +16 -0
  101. package/dist/components/Header/HeaderRoot.js.map +1 -0
  102. package/dist/components/Header/HeaderTitle.d.ts +10 -0
  103. package/dist/components/Header/HeaderTitle.js +16 -0
  104. package/dist/components/Header/HeaderTitle.js.map +1 -0
  105. package/dist/components/Header/index.d.ts +2 -0
  106. package/dist/components/Icon/Icon.css.d.ts +1 -0
  107. package/dist/components/Icon/Icon.css.js +7 -0
  108. package/dist/components/Icon/Icon.css.js.map +1 -0
  109. package/dist/components/Icon/Icon.d.ts +7 -0
  110. package/dist/components/Icon/Icon.js +22 -0
  111. package/dist/components/Icon/Icon.js.map +1 -0
  112. package/dist/components/Icon/icons/AdaLogo.css.d.ts +1 -0
  113. package/dist/components/Icon/icons/AdaLogo.css.js +7 -0
  114. package/dist/components/Icon/icons/AdaLogo.css.js.map +1 -0
  115. package/dist/components/Icon/icons/AdaLogo.d.ts +6 -0
  116. package/dist/components/Icon/icons/AdaLogo.js +27 -0
  117. package/dist/components/Icon/icons/AdaLogo.js.map +1 -0
  118. package/dist/components/Icon/icons/ArrowDown.d.ts +2 -0
  119. package/dist/components/Icon/icons/ArrowDown.js +17 -0
  120. package/dist/components/Icon/icons/ArrowDown.js.map +1 -0
  121. package/dist/components/Icon/icons/ArrowLeft.d.ts +8 -0
  122. package/dist/components/Icon/icons/ArrowLeft.js +18 -0
  123. package/dist/components/Icon/icons/ArrowLeft.js.map +1 -0
  124. package/dist/components/Icon/icons/ArrowNortheast.d.ts +2 -0
  125. package/dist/components/Icon/icons/ArrowNortheast.js +14 -0
  126. package/dist/components/Icon/icons/ArrowNortheast.js.map +1 -0
  127. package/dist/components/Icon/icons/ArrowNorthwest.d.ts +2 -0
  128. package/dist/components/Icon/icons/ArrowNorthwest.js +14 -0
  129. package/dist/components/Icon/icons/ArrowNorthwest.js.map +1 -0
  130. package/dist/components/Icon/icons/ArrowRight.d.ts +8 -0
  131. package/dist/components/Icon/icons/ArrowRight.js +18 -0
  132. package/dist/components/Icon/icons/ArrowRight.js.map +1 -0
  133. package/dist/components/Icon/icons/Bell.d.ts +2 -0
  134. package/dist/components/Icon/icons/Bell.js +14 -0
  135. package/dist/components/Icon/icons/Bell.js.map +1 -0
  136. package/dist/components/Icon/icons/BellSlash.d.ts +2 -0
  137. package/dist/components/Icon/icons/BellSlash.js +14 -0
  138. package/dist/components/Icon/icons/BellSlash.js.map +1 -0
  139. package/dist/components/Icon/icons/Checkmark.d.ts +2 -0
  140. package/dist/components/Icon/icons/Checkmark.js +14 -0
  141. package/dist/components/Icon/icons/Checkmark.js.map +1 -0
  142. package/dist/components/Icon/icons/ChevronLeft.d.ts +2 -0
  143. package/dist/components/Icon/icons/ChevronLeft.js +14 -0
  144. package/dist/components/Icon/icons/ChevronLeft.js.map +1 -0
  145. package/dist/components/Icon/icons/ChevronRight.d.ts +2 -0
  146. package/dist/components/Icon/icons/ChevronRight.js +14 -0
  147. package/dist/components/Icon/icons/ChevronRight.js.map +1 -0
  148. package/dist/components/Icon/icons/CloudUpload.d.ts +2 -0
  149. package/dist/components/Icon/icons/CloudUpload.js +14 -0
  150. package/dist/components/Icon/icons/CloudUpload.js.map +1 -0
  151. package/dist/components/Icon/icons/Download.d.ts +2 -0
  152. package/dist/components/Icon/icons/Download.js +14 -0
  153. package/dist/components/Icon/icons/Download.js.map +1 -0
  154. package/dist/components/Icon/icons/Ellipses.d.ts +2 -0
  155. package/dist/components/Icon/icons/Ellipses.js +14 -0
  156. package/dist/components/Icon/icons/Ellipses.js.map +1 -0
  157. package/dist/components/Icon/icons/Email.d.ts +2 -0
  158. package/dist/components/Icon/icons/Email.js +14 -0
  159. package/dist/components/Icon/icons/Email.js.map +1 -0
  160. package/dist/components/Icon/icons/ExclamationSync.d.ts +2 -0
  161. package/dist/components/Icon/icons/ExclamationSync.js +14 -0
  162. package/dist/components/Icon/icons/ExclamationSync.js.map +1 -0
  163. package/dist/components/Icon/icons/ExclamationTriangle.d.ts +2 -0
  164. package/dist/components/Icon/icons/ExclamationTriangle.js +18 -0
  165. package/dist/components/Icon/icons/ExclamationTriangle.js.map +1 -0
  166. package/dist/components/Icon/icons/Eye.d.ts +2 -0
  167. package/dist/components/Icon/icons/Eye.js +14 -0
  168. package/dist/components/Icon/icons/Eye.js.map +1 -0
  169. package/dist/components/Icon/icons/EyeSlash.d.ts +2 -0
  170. package/dist/components/Icon/icons/EyeSlash.js +14 -0
  171. package/dist/components/Icon/icons/EyeSlash.js.map +1 -0
  172. package/dist/components/Icon/icons/Glyph.d.ts +16 -0
  173. package/dist/components/Icon/icons/Glyph.js +24 -0
  174. package/dist/components/Icon/icons/Glyph.js.map +1 -0
  175. package/dist/components/Icon/icons/Language.d.ts +2 -0
  176. package/dist/components/Icon/icons/Language.js +14 -0
  177. package/dist/components/Icon/icons/Language.js.map +1 -0
  178. package/dist/components/Icon/icons/MediaSlash.d.ts +2 -0
  179. package/dist/components/Icon/icons/MediaSlash.js +14 -0
  180. package/dist/components/Icon/icons/MediaSlash.js.map +1 -0
  181. package/dist/components/Icon/icons/MessagingFill.d.ts +2 -0
  182. package/dist/components/Icon/icons/MessagingFill.js +18 -0
  183. package/dist/components/Icon/icons/MessagingFill.js.map +1 -0
  184. package/dist/components/Icon/icons/Minimize.d.ts +2 -0
  185. package/dist/components/Icon/icons/Minimize.js +14 -0
  186. package/dist/components/Icon/icons/Minimize.js.map +1 -0
  187. package/dist/components/Icon/icons/Mute.d.ts +2 -0
  188. package/dist/components/Icon/icons/Mute.js +14 -0
  189. package/dist/components/Icon/icons/Mute.js.map +1 -0
  190. package/dist/components/Icon/icons/Paperclip.d.ts +2 -0
  191. package/dist/components/Icon/icons/Paperclip.js +14 -0
  192. package/dist/components/Icon/icons/Paperclip.js.map +1 -0
  193. package/dist/components/Icon/icons/PersonFill.d.ts +2 -0
  194. package/dist/components/Icon/icons/PersonFill.js +14 -0
  195. package/dist/components/Icon/icons/PersonFill.js.map +1 -0
  196. package/dist/components/Icon/icons/PlayFill.d.ts +2 -0
  197. package/dist/components/Icon/icons/PlayFill.js +14 -0
  198. package/dist/components/Icon/icons/PlayFill.js.map +1 -0
  199. package/dist/components/Icon/icons/SendFill.d.ts +2 -0
  200. package/dist/components/Icon/icons/SendFill.js +14 -0
  201. package/dist/components/Icon/icons/SendFill.js.map +1 -0
  202. package/dist/components/Icon/icons/StarBadgeFill.d.ts +2 -0
  203. package/dist/components/Icon/icons/StarBadgeFill.js +18 -0
  204. package/dist/components/Icon/icons/StarBadgeFill.js.map +1 -0
  205. package/dist/components/Icon/icons/ThumbsDown.d.ts +2 -0
  206. package/dist/components/Icon/icons/ThumbsDown.js +14 -0
  207. package/dist/components/Icon/icons/ThumbsDown.js.map +1 -0
  208. package/dist/components/Icon/icons/ThumbsUp.d.ts +2 -0
  209. package/dist/components/Icon/icons/ThumbsUp.js +14 -0
  210. package/dist/components/Icon/icons/ThumbsUp.js.map +1 -0
  211. package/dist/components/Icon/icons/Volume.d.ts +2 -0
  212. package/dist/components/Icon/icons/Volume.js +14 -0
  213. package/dist/components/Icon/icons/Volume.js.map +1 -0
  214. package/dist/components/Icon/icons/Xmark.d.ts +2 -0
  215. package/dist/components/Icon/icons/Xmark.js +14 -0
  216. package/dist/components/Icon/icons/Xmark.js.map +1 -0
  217. package/dist/components/Icon/icons/XmarkCircle.d.ts +2 -0
  218. package/dist/components/Icon/icons/XmarkCircle.js +14 -0
  219. package/dist/components/Icon/icons/XmarkCircle.js.map +1 -0
  220. package/dist/components/Icon/icons/index.d.ts +34 -0
  221. package/dist/components/Icon/index.d.ts +3 -0
  222. package/dist/components/IconButton/IconButton.css.d.ts +54 -0
  223. package/dist/components/IconButton/IconButton.css.js +30 -0
  224. package/dist/components/IconButton/IconButton.css.js.map +1 -0
  225. package/dist/components/IconButton/IconButton.d.ts +18 -0
  226. package/dist/components/IconButton/IconButton.js +25 -0
  227. package/dist/components/IconButton/IconButton.js.map +1 -0
  228. package/dist/components/IconButton/index.d.ts +2 -0
  229. package/dist/components/Image/Image.css.d.ts +1 -0
  230. package/dist/components/Image/Image.css.js +7 -0
  231. package/dist/components/Image/Image.css.js.map +1 -0
  232. package/dist/components/Image/Image.d.ts +16 -0
  233. package/dist/components/Image/Image.js +44 -0
  234. package/dist/components/Image/Image.js.map +1 -0
  235. package/dist/components/Image/index.d.ts +2 -0
  236. package/dist/components/Input/Input.context.d.ts +12 -0
  237. package/dist/components/Input/Input.context.js +11 -0
  238. package/dist/components/Input/Input.context.js.map +1 -0
  239. package/dist/components/Input/Input.css.d.ts +11 -0
  240. package/dist/components/Input/Input.css.js +16 -0
  241. package/dist/components/Input/Input.css.js.map +1 -0
  242. package/dist/components/Input/Input.d.ts +22 -0
  243. package/dist/components/Input/Input.js +20 -0
  244. package/dist/components/Input/Input.js.map +1 -0
  245. package/dist/components/Input/InputButton.d.ts +12 -0
  246. package/dist/components/Input/InputButton.js +21 -0
  247. package/dist/components/Input/InputButton.js.map +1 -0
  248. package/dist/components/Input/InputControl.d.ts +8 -0
  249. package/dist/components/Input/InputControl.js +15 -0
  250. package/dist/components/Input/InputControl.js.map +1 -0
  251. package/dist/components/Input/InputField.d.ts +9 -0
  252. package/dist/components/Input/InputField.js +23 -0
  253. package/dist/components/Input/InputField.js.map +1 -0
  254. package/dist/components/Input/InputHelperText.d.ts +8 -0
  255. package/dist/components/Input/InputHelperText.js +20 -0
  256. package/dist/components/Input/InputHelperText.js.map +1 -0
  257. package/dist/components/Input/InputLabel.d.ts +8 -0
  258. package/dist/components/Input/InputLabel.js +16 -0
  259. package/dist/components/Input/InputLabel.js.map +1 -0
  260. package/dist/components/Input/InputRoot.d.ts +11 -0
  261. package/dist/components/Input/InputRoot.js +30 -0
  262. package/dist/components/Input/InputRoot.js.map +1 -0
  263. package/dist/components/Input/InputTextArea.d.ts +15 -0
  264. package/dist/components/Input/InputTextArea.js +39 -0
  265. package/dist/components/Input/InputTextArea.js.map +1 -0
  266. package/dist/components/Input/index.d.ts +2 -0
  267. package/dist/components/Link/Link.css.d.ts +8 -0
  268. package/dist/components/Link/Link.css.js +16 -0
  269. package/dist/components/Link/Link.css.js.map +1 -0
  270. package/dist/components/Link/Link.d.ts +12 -0
  271. package/dist/components/Link/Link.js +24 -0
  272. package/dist/components/Link/Link.js.map +1 -0
  273. package/dist/components/Link/index.d.ts +2 -0
  274. package/dist/components/MenuItem/Menu.d.ts +14 -0
  275. package/dist/components/MenuItem/Menu.js +15 -0
  276. package/dist/components/MenuItem/Menu.js.map +1 -0
  277. package/dist/components/MenuItem/MenuItem.css.d.ts +4 -0
  278. package/dist/components/MenuItem/MenuItem.css.js +7 -0
  279. package/dist/components/MenuItem/MenuItem.css.js.map +1 -0
  280. package/dist/components/MenuItem/MenuItem.d.ts +10 -0
  281. package/dist/components/MenuItem/MenuItem.js +12 -0
  282. package/dist/components/MenuItem/MenuItem.js.map +1 -0
  283. package/dist/components/MenuItem/MenuItemLeading.d.ts +11 -0
  284. package/dist/components/MenuItem/MenuItemLeading.js +17 -0
  285. package/dist/components/MenuItem/MenuItemLeading.js.map +1 -0
  286. package/dist/components/MenuItem/MenuItemRoot.d.ts +18 -0
  287. package/dist/components/MenuItem/MenuItemRoot.js +15 -0
  288. package/dist/components/MenuItem/MenuItemRoot.js.map +1 -0
  289. package/dist/components/MenuItem/MenuItemTrailing.d.ts +14 -0
  290. package/dist/components/MenuItem/MenuItemTrailing.js +17 -0
  291. package/dist/components/MenuItem/MenuItemTrailing.js.map +1 -0
  292. package/dist/components/MenuItem/index.d.ts +4 -0
  293. package/dist/components/Overlay/overlay.css.d.ts +2 -0
  294. package/dist/components/PictureMessage/PictureMessage.css.d.ts +27 -0
  295. package/dist/components/PictureMessage/PictureMessage.css.js +25 -0
  296. package/dist/components/PictureMessage/PictureMessage.css.js.map +1 -0
  297. package/dist/components/PictureMessage/PictureMessage.d.ts +37 -0
  298. package/dist/components/PictureMessage/PictureMessage.js +34 -0
  299. package/dist/components/PictureMessage/PictureMessage.js.map +1 -0
  300. package/dist/components/PictureMessage/index.d.ts +1 -0
  301. package/dist/components/PillButton/PillButton.css.d.ts +10 -0
  302. package/dist/components/PillButton/PillButton.css.js +16 -0
  303. package/dist/components/PillButton/PillButton.css.js.map +1 -0
  304. package/dist/components/PillButton/PillButton.d.ts +16 -0
  305. package/dist/components/PillButton/PillButton.js +18 -0
  306. package/dist/components/PillButton/PillButton.js.map +1 -0
  307. package/dist/components/PillButton/index.d.ts +2 -0
  308. package/dist/components/ProactiveMessage/ProactiveMessage.css.d.ts +1 -0
  309. package/dist/components/ProactiveMessage/ProactiveMessage.css.js +7 -0
  310. package/dist/components/ProactiveMessage/ProactiveMessage.css.js.map +1 -0
  311. package/dist/components/ProactiveMessage/ProactiveMessage.d.ts +19 -0
  312. package/dist/components/ProactiveMessage/ProactiveMessage.js +16 -0
  313. package/dist/components/ProactiveMessage/ProactiveMessage.js.map +1 -0
  314. package/dist/components/ProactiveMessage/index.d.ts +2 -0
  315. package/dist/components/Radio/Radio.css.d.ts +5 -0
  316. package/dist/components/Radio/Radio.css.js +7 -0
  317. package/dist/components/Radio/Radio.css.js.map +1 -0
  318. package/dist/components/Radio/Radio.d.ts +15 -0
  319. package/dist/components/Radio/Radio.js +23 -0
  320. package/dist/components/Radio/Radio.js.map +1 -0
  321. package/dist/components/Radio/RadioGroup.d.ts +15 -0
  322. package/dist/components/Radio/RadioGroup.js +16 -0
  323. package/dist/components/Radio/RadioGroup.js.map +1 -0
  324. package/dist/components/Radio/index.d.ts +4 -0
  325. package/dist/components/ScrollMarker/ScrollMarker.css.d.ts +24 -0
  326. package/dist/components/ScrollMarker/ScrollMarker.css.js +25 -0
  327. package/dist/components/ScrollMarker/ScrollMarker.css.js.map +1 -0
  328. package/dist/components/ScrollMarker/ScrollMarker.d.ts +26 -0
  329. package/dist/components/ScrollMarker/ScrollMarker.js +29 -0
  330. package/dist/components/ScrollMarker/ScrollMarker.js.map +1 -0
  331. package/dist/components/ScrollMarker/index.d.ts +1 -0
  332. package/dist/components/Sheet/Sheet.css.d.ts +8 -0
  333. package/dist/components/Sheet/Sheet.css.js +7 -0
  334. package/dist/components/Sheet/Sheet.css.js.map +1 -0
  335. package/dist/components/Sheet/Sheet.d.ts +14 -0
  336. package/dist/components/Sheet/Sheet.js +14 -0
  337. package/dist/components/Sheet/Sheet.js.map +1 -0
  338. package/dist/components/Sheet/SheetActions.d.ts +7 -0
  339. package/dist/components/Sheet/SheetActions.js +14 -0
  340. package/dist/components/Sheet/SheetActions.js.map +1 -0
  341. package/dist/components/Sheet/SheetBody.d.ts +11 -0
  342. package/dist/components/Sheet/SheetBody.js +20 -0
  343. package/dist/components/Sheet/SheetBody.js.map +1 -0
  344. package/dist/components/Sheet/SheetHeader.d.ts +17 -0
  345. package/dist/components/Sheet/SheetHeader.js +44 -0
  346. package/dist/components/Sheet/SheetHeader.js.map +1 -0
  347. package/dist/components/Sheet/SheetRoot.d.ts +9 -0
  348. package/dist/components/Sheet/SheetRoot.js +16 -0
  349. package/dist/components/Sheet/SheetRoot.js.map +1 -0
  350. package/dist/components/Sheet/index.d.ts +4 -0
  351. package/dist/components/SheetOverlay/SheetOverlay.css.d.ts +3 -0
  352. package/dist/components/SheetOverlay/SheetOverlay.css.js +8 -0
  353. package/dist/components/SheetOverlay/SheetOverlay.css.js.map +1 -0
  354. package/dist/components/SheetOverlay/SheetOverlay.d.ts +24 -0
  355. package/dist/components/SheetOverlay/SheetOverlay.js +28 -0
  356. package/dist/components/SheetOverlay/SheetOverlay.js.map +1 -0
  357. package/dist/components/SheetOverlay/index.d.ts +1 -0
  358. package/dist/components/Spinner/Spinner.css.d.ts +22 -0
  359. package/dist/components/Spinner/Spinner.css.js +25 -0
  360. package/dist/components/Spinner/Spinner.css.js.map +1 -0
  361. package/dist/components/Spinner/Spinner.d.ts +19 -0
  362. package/dist/components/Spinner/Spinner.js +24 -0
  363. package/dist/components/Spinner/Spinner.js.map +1 -0
  364. package/dist/components/Spinner/index.d.ts +2 -0
  365. package/dist/components/Survey/SurveyRating/SurveyRating.css.d.ts +3 -0
  366. package/dist/components/Survey/SurveyRating/SurveyRating.css.js +7 -0
  367. package/dist/components/Survey/SurveyRating/SurveyRating.css.js.map +1 -0
  368. package/dist/components/Survey/SurveyRating/SurveyRating.d.ts +39 -0
  369. package/dist/components/Survey/SurveyRating/SurveyRating.js +51 -0
  370. package/dist/components/Survey/SurveyRating/SurveyRating.js.map +1 -0
  371. package/dist/components/Survey/SurveyRating/index.d.ts +1 -0
  372. package/dist/components/Survey/SurveySelect/SurveySelect.css.d.ts +1 -0
  373. package/dist/components/Survey/SurveySelect/SurveySelect.css.js +7 -0
  374. package/dist/components/Survey/SurveySelect/SurveySelect.css.js.map +1 -0
  375. package/dist/components/Survey/SurveySelect/SurveySelect.d.ts +40 -0
  376. package/dist/components/Survey/SurveySelect/SurveySelect.js +38 -0
  377. package/dist/components/Survey/SurveySelect/SurveySelect.js.map +1 -0
  378. package/dist/components/Survey/SurveySelect/index.d.ts +1 -0
  379. package/dist/components/Survey/index.d.ts +2 -0
  380. package/dist/components/ThinkingShimmer/ThinkingShimmer.css.d.ts +6 -0
  381. package/dist/components/ThinkingShimmer/ThinkingShimmer.css.js +7 -0
  382. package/dist/components/ThinkingShimmer/ThinkingShimmer.css.js.map +1 -0
  383. package/dist/components/ThinkingShimmer/ThinkingShimmer.d.ts +36 -0
  384. package/dist/components/ThinkingShimmer/ThinkingShimmer.js +44 -0
  385. package/dist/components/ThinkingShimmer/ThinkingShimmer.js.map +1 -0
  386. package/dist/components/ThinkingShimmer/index.d.ts +2 -0
  387. package/dist/components/ToastNotification/ToastNotification.css.d.ts +30 -0
  388. package/dist/components/ToastNotification/ToastNotification.css.js +25 -0
  389. package/dist/components/ToastNotification/ToastNotification.css.js.map +1 -0
  390. package/dist/components/ToastNotification/ToastNotification.d.ts +36 -0
  391. package/dist/components/ToastNotification/ToastNotification.js +31 -0
  392. package/dist/components/ToastNotification/ToastNotification.js.map +1 -0
  393. package/dist/components/ToastNotification/index.d.ts +2 -0
  394. package/dist/components/Toggle/Toggle.css.d.ts +14 -0
  395. package/dist/components/Toggle/Toggle.css.js +7 -0
  396. package/dist/components/Toggle/Toggle.css.js.map +1 -0
  397. package/dist/components/Toggle/Toggle.d.ts +18 -0
  398. package/dist/components/Toggle/Toggle.js +19 -0
  399. package/dist/components/Toggle/Toggle.js.map +1 -0
  400. package/dist/components/Toggle/index.d.ts +2 -0
  401. package/dist/components/Tooltip/Tooltip.css.d.ts +3 -0
  402. package/dist/components/Tooltip/Tooltip.css.js +7 -0
  403. package/dist/components/Tooltip/Tooltip.css.js.map +1 -0
  404. package/dist/components/Tooltip/Tooltip.d.ts +19 -0
  405. package/dist/components/Tooltip/Tooltip.js +32 -0
  406. package/dist/components/Tooltip/Tooltip.js.map +1 -0
  407. package/dist/components/Tooltip/index.d.ts +2 -0
  408. package/dist/components/TypingIndicator/TypingIndicator.css.d.ts +3 -0
  409. package/dist/components/TypingIndicator/TypingIndicator.css.js +7 -0
  410. package/dist/components/TypingIndicator/TypingIndicator.css.js.map +1 -0
  411. package/dist/components/TypingIndicator/TypingIndicator.d.ts +27 -0
  412. package/dist/components/TypingIndicator/TypingIndicator.js +34 -0
  413. package/dist/components/TypingIndicator/TypingIndicator.js.map +1 -0
  414. package/dist/components/TypingIndicator/index.d.ts +2 -0
  415. package/dist/components/UserMessage/UserMessage.css.d.ts +7 -0
  416. package/dist/components/UserMessage/UserMessage.css.js +7 -0
  417. package/dist/components/UserMessage/UserMessage.css.js.map +1 -0
  418. package/dist/components/UserMessage/UserMessage.d.ts +22 -0
  419. package/dist/components/UserMessage/UserMessage.js +45 -0
  420. package/dist/components/UserMessage/UserMessage.js.map +1 -0
  421. package/dist/components/UserMessage/index.d.ts +1 -0
  422. package/dist/hooks/index.d.ts +2 -0
  423. package/dist/hooks/usePrefersReducedMotion.d.ts +3 -0
  424. package/dist/hooks/usePrefersReducedMotion.js +20 -0
  425. package/dist/hooks/usePrefersReducedMotion.js.map +1 -0
  426. package/dist/hooks/useSubmitOnEnter.d.ts +7 -0
  427. package/dist/hooks/useSubmitOnEnter.js +11 -0
  428. package/dist/hooks/useSubmitOnEnter.js.map +1 -0
  429. package/dist/index.d.ts +34 -0
  430. package/dist/index.js +75 -0
  431. package/dist/runtime/LovelaceProvider.d.ts +24 -0
  432. package/dist/runtime/LovelaceProvider.js +45 -0
  433. package/dist/runtime/LovelaceProvider.js.map +1 -0
  434. package/dist/runtime/branding.d.ts +133 -0
  435. package/dist/runtime/branding.js +92 -0
  436. package/dist/runtime/branding.js.map +1 -0
  437. package/dist/runtime/index.d.ts +2 -0
  438. package/dist/style.css +2 -0
  439. package/dist/tokens/generated/tokens.d.ts +4 -0
  440. package/dist/tokens/index.d.ts +2 -0
  441. package/dist/tokens/index.js +2 -0
  442. package/dist/tokens/tokens.d.ts +8 -0
  443. package/dist/tokens/tokens.js +6 -0
  444. package/dist/tokens/tokens.js.map +1 -0
  445. package/dist/tokens.css +316 -0
  446. package/dist/utils/cx.d.ts +2 -0
  447. package/dist/utils/cx.js +6 -0
  448. package/dist/utils/cx.js.map +1 -0
  449. package/dist/vendor/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js +80 -0
  450. package/dist/vendor/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js.map +1 -0
  451. package/package.json +74 -0
@@ -0,0 +1,14 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/EyeSlash.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", { d: "M10.9402 6.08C11.2909 6.02624 11.6453 5.99949 12.0002 6C15.1802 6 18.1702 8.29 19.9102 12C19.6441 12.5646 19.3435 13.1123 19.0102 13.64C18.9044 13.8038 18.8487 13.995 18.8502 14.19C18.8524 14.4082 18.926 14.6198 19.0596 14.7923C19.1933 14.9648 19.3798 15.0889 19.5905 15.1455C19.8013 15.2022 20.0248 15.1883 20.227 15.1061C20.4291 15.0238 20.5988 14.8777 20.7102 14.69C21.1761 13.9579 21.5808 13.1887 21.9202 12.39C21.9738 12.2652 22.0015 12.1308 22.0015 11.995C22.0015 11.8592 21.9738 11.7248 21.9202 11.6C19.9002 6.91 16.1002 4 12.0002 4C11.5309 3.99764 11.0623 4.0378 10.6002 4.12C10.4689 4.14233 10.3432 4.1903 10.2304 4.26118C10.1177 4.33206 10.0199 4.42446 9.94287 4.5331C9.8658 4.64175 9.81088 4.76451 9.78125 4.89438C9.75162 5.02425 9.74786 5.15868 9.77018 5.29C9.79251 5.42132 9.84048 5.54696 9.91136 5.65975C9.98224 5.77253 10.0746 5.87024 10.1833 5.94732C10.2919 6.02439 10.4147 6.07931 10.5446 6.10894C10.6744 6.13857 10.8089 6.14233 10.9402 6.12V6.08ZM3.71019 2.29C3.61695 2.19676 3.50626 2.1228 3.38443 2.07234C3.26261 2.02188 3.13204 1.99591 3.00019 1.99591C2.86833 1.99591 2.73776 2.02188 2.61594 2.07234C2.49411 2.1228 2.38342 2.19676 2.29019 2.29C2.10188 2.47831 1.99609 2.7337 1.99609 3C1.99609 3.2663 2.10188 3.5217 2.29019 3.71L5.39019 6.8C3.97576 8.16153 2.85004 9.79399 2.08019 11.6C2.02512 11.7262 1.9967 11.8623 1.9967 12C1.9967 12.1377 2.02512 12.2738 2.08019 12.4C4.10019 17.09 7.90019 20 12.0002 20C13.7973 19.9876 15.552 19.4525 17.0502 18.46L20.2902 21.71C20.3831 21.8037 20.4937 21.8781 20.6156 21.9289C20.7375 21.9797 20.8682 22.0058 21.0002 22.0058C21.1322 22.0058 21.2629 21.9797 21.3848 21.9289C21.5066 21.8781 21.6172 21.8037 21.7102 21.71C21.8039 21.617 21.8783 21.5064 21.9291 21.3846C21.9798 21.2627 22.006 21.132 22.006 21C22.006 20.868 21.9798 20.7373 21.9291 20.6154C21.8783 20.4936 21.8039 20.383 21.7102 20.29L3.71019 2.29ZM10.0702 11.48L12.5202 13.93C12.3512 13.9785 12.176 14.002 12.0002 14C11.4698 14 10.961 13.7893 10.586 13.4142C10.2109 13.0391 10.0002 12.5304 10.0002 12C9.99814 11.8242 10.0217 11.649 10.0702 11.48ZM12.0002 18C8.82018 18 5.83019 15.71 4.10019 12C4.74627 10.5738 5.66326 9.28658 6.80019 8.21L8.57019 10C8.15443 10.7588 7.99592 11.6319 8.11844 12.4885C8.24096 13.345 8.6379 14.1387 9.24971 14.7505C9.86152 15.3623 10.6552 15.7592 11.5117 15.8817C12.3682 16.0043 13.2414 15.8458 14.0002 15.43L15.5902 17C14.5013 17.6409 13.2636 17.9856 12.0002 18Z" }) })
9
+ });
10
+ }
11
+ //#endregion
12
+ export { r as EyeSlash };
13
+
14
+ //# sourceMappingURL=EyeSlash.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EyeSlash.js","names":[],"sources":["../../../../src/components/Icon/icons/EyeSlash.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function EyeSlash(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path d=\"M10.9402 6.08C11.2909 6.02624 11.6453 5.99949 12.0002 6C15.1802 6 18.1702 8.29 19.9102 12C19.6441 12.5646 19.3435 13.1123 19.0102 13.64C18.9044 13.8038 18.8487 13.995 18.8502 14.19C18.8524 14.4082 18.926 14.6198 19.0596 14.7923C19.1933 14.9648 19.3798 15.0889 19.5905 15.1455C19.8013 15.2022 20.0248 15.1883 20.227 15.1061C20.4291 15.0238 20.5988 14.8777 20.7102 14.69C21.1761 13.9579 21.5808 13.1887 21.9202 12.39C21.9738 12.2652 22.0015 12.1308 22.0015 11.995C22.0015 11.8592 21.9738 11.7248 21.9202 11.6C19.9002 6.91 16.1002 4 12.0002 4C11.5309 3.99764 11.0623 4.0378 10.6002 4.12C10.4689 4.14233 10.3432 4.1903 10.2304 4.26118C10.1177 4.33206 10.0199 4.42446 9.94287 4.5331C9.8658 4.64175 9.81088 4.76451 9.78125 4.89438C9.75162 5.02425 9.74786 5.15868 9.77018 5.29C9.79251 5.42132 9.84048 5.54696 9.91136 5.65975C9.98224 5.77253 10.0746 5.87024 10.1833 5.94732C10.2919 6.02439 10.4147 6.07931 10.5446 6.10894C10.6744 6.13857 10.8089 6.14233 10.9402 6.12V6.08ZM3.71019 2.29C3.61695 2.19676 3.50626 2.1228 3.38443 2.07234C3.26261 2.02188 3.13204 1.99591 3.00019 1.99591C2.86833 1.99591 2.73776 2.02188 2.61594 2.07234C2.49411 2.1228 2.38342 2.19676 2.29019 2.29C2.10188 2.47831 1.99609 2.7337 1.99609 3C1.99609 3.2663 2.10188 3.5217 2.29019 3.71L5.39019 6.8C3.97576 8.16153 2.85004 9.79399 2.08019 11.6C2.02512 11.7262 1.9967 11.8623 1.9967 12C1.9967 12.1377 2.02512 12.2738 2.08019 12.4C4.10019 17.09 7.90019 20 12.0002 20C13.7973 19.9876 15.552 19.4525 17.0502 18.46L20.2902 21.71C20.3831 21.8037 20.4937 21.8781 20.6156 21.9289C20.7375 21.9797 20.8682 22.0058 21.0002 22.0058C21.1322 22.0058 21.2629 21.9797 21.3848 21.9289C21.5066 21.8781 21.6172 21.8037 21.7102 21.71C21.8039 21.617 21.8783 21.5064 21.9291 21.3846C21.9798 21.2627 22.006 21.132 22.006 21C22.006 20.868 21.9798 20.7373 21.9291 20.6154C21.8783 20.4936 21.8039 20.383 21.7102 20.29L3.71019 2.29ZM10.0702 11.48L12.5202 13.93C12.3512 13.9785 12.176 14.002 12.0002 14C11.4698 14 10.961 13.7893 10.586 13.4142C10.2109 13.0391 10.0002 12.5304 10.0002 12C9.99814 11.8242 10.0217 11.649 10.0702 11.48ZM12.0002 18C8.82018 18 5.83019 15.71 4.10019 12C4.74627 10.5738 5.66326 9.28658 6.80019 8.21L8.57019 10C8.15443 10.7588 7.99592 11.6319 8.11844 12.4885C8.24096 13.345 8.6379 14.1387 9.24971 14.7505C9.86152 15.3623 10.6552 15.7592 11.5117 15.8817C12.3682 16.0043 13.2414 15.8458 14.0002 15.43L15.5902 17C14.5013 17.6409 13.2636 17.9856 12.0002 18Z\" />\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAS,GAAoC;AAC5D,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD,EAAM,GAAE,g3EAAi3E,CAAA,EACl3E,CAAA;EACF,CAAA"}
@@ -0,0 +1,16 @@
1
+ import type { ComponentPropsWithoutRef, ReactNode } from "react";
2
+ export interface GlyphProps extends ComponentPropsWithoutRef<"svg"> {
3
+ children: ReactNode;
4
+ /**
5
+ * Paint mode. `fill` (default) matches the Lovelace 2.0 Figma `Icon/*` set,
6
+ * whose glyphs are filled outlines. `stroke` is the exception for the legacy
7
+ * open-stroke arrows and can be dropped once they migrate to fill chevrons.
8
+ */
9
+ variant?: "fill" | "stroke";
10
+ }
11
+ /**
12
+ * Shared SVG base for icon glyphs. Color comes from the host via `currentColor`
13
+ * — carried by `fill` for the default filled-outline set, or by `stroke` for the
14
+ * `variant="stroke"` arrows. Decorative — a11y lives on the wrapping `Icon`.
15
+ */
16
+ export declare function Glyph({ children, variant, ...props }: GlyphProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,24 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ //#region src/components/Icon/icons/Glyph.tsx
3
+ var t = {
4
+ fill: "none",
5
+ stroke: "currentColor",
6
+ strokeWidth: 1.5,
7
+ strokeLinecap: "round",
8
+ strokeLinejoin: "round"
9
+ }, n = { fill: "currentColor" };
10
+ function r({ children: r, variant: i = "fill", ...a }) {
11
+ return /* @__PURE__ */ e("svg", {
12
+ width: "100%",
13
+ height: "100%",
14
+ viewBox: "0 0 24 24",
15
+ "aria-hidden": "true",
16
+ ...i === "stroke" ? t : n,
17
+ ...a,
18
+ children: r
19
+ });
20
+ }
21
+ //#endregion
22
+ export { r as Glyph };
23
+
24
+ //# sourceMappingURL=Glyph.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Glyph.js","names":[],"sources":["../../../../src/components/Icon/icons/Glyph.tsx"],"sourcesContent":["import type { ComponentPropsWithoutRef, ReactNode } from \"react\";\n\nexport interface GlyphProps extends ComponentPropsWithoutRef<\"svg\"> {\n\tchildren: ReactNode;\n\t/**\n\t * Paint mode. `fill` (default) matches the Lovelace 2.0 Figma `Icon/*` set,\n\t * whose glyphs are filled outlines. `stroke` is the exception for the legacy\n\t * open-stroke arrows and can be dropped once they migrate to fill chevrons.\n\t */\n\tvariant?: \"fill\" | \"stroke\";\n}\n\nconst STROKE_PAINT = {\n\tfill: \"none\",\n\tstroke: \"currentColor\",\n\tstrokeWidth: 1.5,\n\tstrokeLinecap: \"round\",\n\tstrokeLinejoin: \"round\",\n} as const;\n\nconst FILL_PAINT = { fill: \"currentColor\" } as const;\n\n/**\n * Shared SVG base for icon glyphs. Color comes from the host via `currentColor`\n * — carried by `fill` for the default filled-outline set, or by `stroke` for the\n * `variant=\"stroke\"` arrows. Decorative — a11y lives on the wrapping `Icon`.\n */\nexport function Glyph({ children, variant = \"fill\", ...props }: GlyphProps) {\n\treturn (\n\t\t<svg\n\t\t\twidth=\"100%\"\n\t\t\theight=\"100%\"\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\taria-hidden=\"true\"\n\t\t\t{...(variant === \"stroke\" ? STROKE_PAINT : FILL_PAINT)}\n\t\t\t{...props}\n\t\t>\n\t\t\t{children}\n\t\t</svg>\n\t);\n}\n"],"mappings":";;AAYA,IAAM,IAAe;CACpB,MAAM;CACN,QAAQ;CACR,aAAa;CACb,eAAe;CACf,gBAAgB;CAChB,EAEK,IAAa,EAAE,MAAM,gBAAgB;AAO3C,SAAgB,EAAM,EAAE,aAAU,aAAU,QAAQ,GAAG,KAAqB;AAC3E,QACC,kBAAC,OAAD;EACC,OAAM;EACN,QAAO;EACP,SAAQ;EACR,eAAY;EACZ,GAAK,MAAY,WAAW,IAAe;EAC3C,GAAI;EAEH;EACI,CAAA"}
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../Icon.js";
2
+ export declare function Language(props: Omit<IconProps, "children">): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/Language.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", { d: "M14.0219 7H15.0219C15.287 7.00034 15.5411 7.10581 15.7286 7.29327C15.916 7.48073 16.0215 7.73489 16.0219 8V9C16.0219 9.26521 16.1272 9.51957 16.3148 9.7071C16.5023 9.89464 16.7566 10 17.0219 10C17.2871 10 17.5414 9.89464 17.729 9.7071C17.9165 9.51957 18.0219 9.26521 18.0219 9V8C18.021 7.20461 17.7046 6.44206 17.1422 5.87964C16.5798 5.31722 15.8172 5.00087 15.0219 5H14.0219C13.7566 5 13.5023 5.10535 13.3148 5.29289C13.1272 5.48043 13.0219 5.73478 13.0219 6C13.0219 6.26521 13.1272 6.51957 13.3148 6.7071C13.5023 6.89464 13.7566 7 14.0219 7ZM10.0219 16H9.02186C8.75675 15.9997 8.50259 15.8942 8.31513 15.7067C8.12767 15.5193 8.0222 15.2651 8.02186 15V14C8.02186 13.7348 7.9165 13.4804 7.72897 13.2929C7.54143 13.1054 7.28708 13 7.02186 13C6.75664 13 6.50229 13.1054 6.31475 13.2929C6.12722 13.4804 6.02186 13.7348 6.02186 14V15C6.02273 15.7954 6.33908 16.5579 6.9015 17.1204C7.46392 17.6828 8.22648 17.9991 9.02186 18H10.0219C10.2871 18 10.5414 17.8946 10.729 17.7071C10.9165 17.5196 11.0219 17.2652 11.0219 17C11.0219 16.7348 10.9165 16.4804 10.729 16.2929C10.5414 16.1054 10.2871 16 10.0219 16ZM21.0219 15C21.2871 15 21.5414 14.8946 21.729 14.7071C21.9165 14.5196 22.0219 14.2652 22.0219 14C22.0219 13.7348 21.9165 13.4804 21.729 13.2929C21.5414 13.1054 21.2871 13 21.0219 13H18.0219V12.5C18.0219 12.2348 17.9165 11.9804 17.729 11.7929C17.5414 11.6054 17.2871 11.5 17.0219 11.5C16.7566 11.5 16.5023 11.6054 16.3148 11.7929C16.1272 11.9804 16.0219 12.2348 16.0219 12.5V13H13.0219C12.7566 13 12.5023 13.1054 12.3148 13.2929C12.1272 13.4804 12.0219 13.7348 12.0219 14C12.0219 14.2652 12.1272 14.5196 12.3148 14.7071C12.5023 14.8946 12.7566 15 13.0219 15H18.2061C17.9799 15.9191 17.5623 16.78 16.9806 17.5267C16.7426 17.2181 16.532 16.8893 16.3514 16.5439C16.2916 16.4271 16.2092 16.3232 16.1092 16.2382C16.0092 16.1532 15.8934 16.0887 15.7684 16.0484C15.6434 16.0082 15.5118 15.9929 15.3809 16.0035C15.2501 16.0142 15.1226 16.0505 15.0058 16.1104C14.8889 16.1702 14.785 16.2526 14.7 16.3526C14.615 16.4526 14.5505 16.5684 14.5103 16.6934C14.4289 16.9458 14.4512 17.2201 14.5722 17.456C14.8415 17.9765 15.1628 18.4684 15.5313 18.924C14.8057 19.4508 13.9807 19.8247 13.1063 20.023C12.8477 20.0801 12.6222 20.2374 12.4794 20.4605C12.3366 20.6836 12.2882 20.9542 12.3447 21.213C12.4012 21.4717 12.5581 21.6975 12.7809 21.8408C13.0036 21.984 13.2742 22.0331 13.5331 21.9771C14.7877 21.6996 15.9647 21.1456 16.9781 20.3555C17.9999 21.146 19.1847 21.6997 20.4466 21.9766C20.5749 22.0049 20.7074 22.0076 20.8367 21.9847C20.966 21.9617 21.0896 21.9135 21.2002 21.8428C21.3109 21.7722 21.4066 21.6804 21.4818 21.5727C21.557 21.465 21.6102 21.3436 21.6385 21.2154C21.6668 21.0871 21.6695 20.9546 21.6466 20.8253C21.6236 20.696 21.5754 20.5725 21.5048 20.4618C21.4341 20.3511 21.3423 20.2554 21.2346 20.1802C21.127 20.105 21.0055 20.0518 20.8773 20.0235C19.9971 19.8278 19.1652 19.4571 18.4312 18.9334C19.3559 17.7952 19.9792 16.4425 20.2436 15H21.0219ZM9.05162 11.2427C9.11664 11.4993 9.28074 11.7197 9.50796 11.8555C9.73517 11.9913 10.007 12.0315 10.2638 11.9673C10.5206 11.903 10.7414 11.7396 10.878 11.5128C11.0145 11.286 11.0555 11.0143 10.9921 10.7573L9.23472 3.72754C9.11129 3.23408 8.82646 2.79604 8.42551 2.48303C8.02456 2.17002 7.53049 2 7.02183 2C6.51317 2 6.0191 2.17002 5.61815 2.48303C5.2172 2.79604 4.93237 3.23408 4.80894 3.72754L3.05162 10.7573C2.98817 11.0143 3.02919 11.286 3.16571 11.5128C3.30222 11.7396 3.52309 11.903 3.77989 11.9673C4.0367 12.0315 4.3085 11.9913 4.53571 11.8555C4.76293 11.7197 4.92703 11.4993 4.99205 11.2427L5.55266 9H8.49101L9.05162 11.2427ZM6.05266 7L6.74937 4.21289C6.7703 4.15756 6.80758 4.10991 6.85625 4.07628C6.90492 4.04266 6.96267 4.02465 7.02183 4.02465C7.08099 4.02465 7.13874 4.04266 7.18741 4.07628C7.23608 4.10991 7.27336 4.15756 7.29429 4.21289L7.99101 7H6.05266Z" }) })
9
+ });
10
+ }
11
+ //#endregion
12
+ export { r as Language };
13
+
14
+ //# sourceMappingURL=Language.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Language.js","names":[],"sources":["../../../../src/components/Icon/icons/Language.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function Language(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path d=\"M14.0219 7H15.0219C15.287 7.00034 15.5411 7.10581 15.7286 7.29327C15.916 7.48073 16.0215 7.73489 16.0219 8V9C16.0219 9.26521 16.1272 9.51957 16.3148 9.7071C16.5023 9.89464 16.7566 10 17.0219 10C17.2871 10 17.5414 9.89464 17.729 9.7071C17.9165 9.51957 18.0219 9.26521 18.0219 9V8C18.021 7.20461 17.7046 6.44206 17.1422 5.87964C16.5798 5.31722 15.8172 5.00087 15.0219 5H14.0219C13.7566 5 13.5023 5.10535 13.3148 5.29289C13.1272 5.48043 13.0219 5.73478 13.0219 6C13.0219 6.26521 13.1272 6.51957 13.3148 6.7071C13.5023 6.89464 13.7566 7 14.0219 7ZM10.0219 16H9.02186C8.75675 15.9997 8.50259 15.8942 8.31513 15.7067C8.12767 15.5193 8.0222 15.2651 8.02186 15V14C8.02186 13.7348 7.9165 13.4804 7.72897 13.2929C7.54143 13.1054 7.28708 13 7.02186 13C6.75664 13 6.50229 13.1054 6.31475 13.2929C6.12722 13.4804 6.02186 13.7348 6.02186 14V15C6.02273 15.7954 6.33908 16.5579 6.9015 17.1204C7.46392 17.6828 8.22648 17.9991 9.02186 18H10.0219C10.2871 18 10.5414 17.8946 10.729 17.7071C10.9165 17.5196 11.0219 17.2652 11.0219 17C11.0219 16.7348 10.9165 16.4804 10.729 16.2929C10.5414 16.1054 10.2871 16 10.0219 16ZM21.0219 15C21.2871 15 21.5414 14.8946 21.729 14.7071C21.9165 14.5196 22.0219 14.2652 22.0219 14C22.0219 13.7348 21.9165 13.4804 21.729 13.2929C21.5414 13.1054 21.2871 13 21.0219 13H18.0219V12.5C18.0219 12.2348 17.9165 11.9804 17.729 11.7929C17.5414 11.6054 17.2871 11.5 17.0219 11.5C16.7566 11.5 16.5023 11.6054 16.3148 11.7929C16.1272 11.9804 16.0219 12.2348 16.0219 12.5V13H13.0219C12.7566 13 12.5023 13.1054 12.3148 13.2929C12.1272 13.4804 12.0219 13.7348 12.0219 14C12.0219 14.2652 12.1272 14.5196 12.3148 14.7071C12.5023 14.8946 12.7566 15 13.0219 15H18.2061C17.9799 15.9191 17.5623 16.78 16.9806 17.5267C16.7426 17.2181 16.532 16.8893 16.3514 16.5439C16.2916 16.4271 16.2092 16.3232 16.1092 16.2382C16.0092 16.1532 15.8934 16.0887 15.7684 16.0484C15.6434 16.0082 15.5118 15.9929 15.3809 16.0035C15.2501 16.0142 15.1226 16.0505 15.0058 16.1104C14.8889 16.1702 14.785 16.2526 14.7 16.3526C14.615 16.4526 14.5505 16.5684 14.5103 16.6934C14.4289 16.9458 14.4512 17.2201 14.5722 17.456C14.8415 17.9765 15.1628 18.4684 15.5313 18.924C14.8057 19.4508 13.9807 19.8247 13.1063 20.023C12.8477 20.0801 12.6222 20.2374 12.4794 20.4605C12.3366 20.6836 12.2882 20.9542 12.3447 21.213C12.4012 21.4717 12.5581 21.6975 12.7809 21.8408C13.0036 21.984 13.2742 22.0331 13.5331 21.9771C14.7877 21.6996 15.9647 21.1456 16.9781 20.3555C17.9999 21.146 19.1847 21.6997 20.4466 21.9766C20.5749 22.0049 20.7074 22.0076 20.8367 21.9847C20.966 21.9617 21.0896 21.9135 21.2002 21.8428C21.3109 21.7722 21.4066 21.6804 21.4818 21.5727C21.557 21.465 21.6102 21.3436 21.6385 21.2154C21.6668 21.0871 21.6695 20.9546 21.6466 20.8253C21.6236 20.696 21.5754 20.5725 21.5048 20.4618C21.4341 20.3511 21.3423 20.2554 21.2346 20.1802C21.127 20.105 21.0055 20.0518 20.8773 20.0235C19.9971 19.8278 19.1652 19.4571 18.4312 18.9334C19.3559 17.7952 19.9792 16.4425 20.2436 15H21.0219ZM9.05162 11.2427C9.11664 11.4993 9.28074 11.7197 9.50796 11.8555C9.73517 11.9913 10.007 12.0315 10.2638 11.9673C10.5206 11.903 10.7414 11.7396 10.878 11.5128C11.0145 11.286 11.0555 11.0143 10.9921 10.7573L9.23472 3.72754C9.11129 3.23408 8.82646 2.79604 8.42551 2.48303C8.02456 2.17002 7.53049 2 7.02183 2C6.51317 2 6.0191 2.17002 5.61815 2.48303C5.2172 2.79604 4.93237 3.23408 4.80894 3.72754L3.05162 10.7573C2.98817 11.0143 3.02919 11.286 3.16571 11.5128C3.30222 11.7396 3.52309 11.903 3.77989 11.9673C4.0367 12.0315 4.3085 11.9913 4.53571 11.8555C4.76293 11.7197 4.92703 11.4993 4.99205 11.2427L5.55266 9H8.49101L9.05162 11.2427ZM6.05266 7L6.74937 4.21289C6.7703 4.15756 6.80758 4.10991 6.85625 4.07628C6.90492 4.04266 6.96267 4.02465 7.02183 4.02465C7.08099 4.02465 7.13874 4.04266 7.18741 4.07628C7.23608 4.10991 7.27336 4.15756 7.29429 4.21289L7.99101 7H6.05266Z\" />\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAS,GAAoC;AAC5D,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD,EAAM,GAAE,quHAAsuH,CAAA,EACvuH,CAAA;EACF,CAAA"}
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../Icon.js";
2
+ export declare function MediaSlash(props: Omit<IconProps, "children">): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/MediaSlash.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", { d: "M19.5002 4H10.0002C9.73497 4 9.48062 4.10536 9.29308 4.2929C9.10554 4.48043 9.00019 4.73479 9.00019 5C9.00019 5.26522 9.10554 5.51957 9.29308 5.70711C9.48062 5.89465 9.73497 6 10.0002 6H19.5002C19.7654 6 20.0198 6.10536 20.2073 6.2929C20.3948 6.48043 20.5002 6.73479 20.5002 7V13.76L18.6202 11.88C18.2987 11.5602 17.909 11.3175 17.4802 11.17C17.3554 11.128 17.2236 11.1109 17.0923 11.1199C16.9609 11.1288 16.8326 11.1635 16.7147 11.222C16.5968 11.2805 16.4915 11.3616 16.405 11.4608C16.3184 11.56 16.2522 11.6752 16.2102 11.8C16.1682 11.9248 16.1511 12.0566 16.16 12.1879C16.169 12.3193 16.2037 12.4475 16.2622 12.5655C16.3207 12.6834 16.4018 12.7887 16.501 12.8752C16.6002 12.9618 16.7154 13.028 16.8402 13.07C16.9784 13.1135 17.1026 13.1929 17.2002 13.3L20.5102 16.59C20.5045 16.6398 20.5045 16.6902 20.5102 16.74C20.5057 16.7899 20.5057 16.8401 20.5102 16.89C20.5478 16.954 20.5913 17.0142 20.6402 17.07C20.6646 17.1109 20.6949 17.148 20.7302 17.18C20.7902 17.2355 20.8575 17.2826 20.9302 17.32C20.9647 17.3438 21.0015 17.3639 21.0402 17.38C21.1565 17.4323 21.2826 17.4596 21.4102 17.46C21.6754 17.46 21.9298 17.3546 22.1173 17.1671C22.3048 16.9796 22.4102 16.7252 22.4102 16.46V7C22.4105 6.2197 22.1068 5.46997 21.5636 4.90988C21.0203 4.34979 20.2801 4.02341 19.5002 4ZM3.21019 2.29C3.02188 2.1017 2.76649 1.99591 2.50019 1.99591C2.23388 1.99591 1.97849 2.1017 1.79019 2.29C1.60188 2.47831 1.49609 2.7337 1.49609 3C1.49609 3.2663 1.60188 3.5217 1.79019 3.71L3.18019 5.1C2.74092 5.63581 2.50065 6.30715 2.50019 7V17C2.50019 17.7957 2.81626 18.5587 3.37887 19.1213C3.94147 19.6839 4.70454 20 5.50019 20H18.0902L19.7902 21.71C19.8831 21.8037 19.9937 21.8781 20.1156 21.9289C20.2375 21.9797 20.3682 22.0058 20.5002 22.0058C20.6322 22.0058 20.7629 21.9797 20.8848 21.9289C21.0066 21.8781 21.1172 21.8037 21.2102 21.71C21.3039 21.617 21.3783 21.5064 21.4291 21.3846C21.4798 21.2627 21.506 21.132 21.506 21C21.506 20.868 21.4798 20.7373 21.4291 20.6154C21.3783 20.4936 21.3039 20.383 21.2102 20.29L3.21019 2.29ZM4.50019 7C4.50263 6.83925 4.54379 6.68146 4.62019 6.54L7.34019 9.25C6.96837 9.39161 6.62845 9.60577 6.34019 9.88L4.50019 11.76V7ZM5.50019 18C5.23497 18 4.98062 17.8946 4.79308 17.7071C4.60554 17.5196 4.50019 17.2652 4.50019 17V14.58L7.80019 11.29C7.98711 11.1068 8.23843 11.0041 8.50019 11.0041C8.76194 11.0041 9.01326 11.1068 9.20019 11.29L15.9102 18H5.50019Z" }) })
9
+ });
10
+ }
11
+ //#endregion
12
+ export { r as MediaSlash };
13
+
14
+ //# sourceMappingURL=MediaSlash.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MediaSlash.js","names":[],"sources":["../../../../src/components/Icon/icons/MediaSlash.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function MediaSlash(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path d=\"M19.5002 4H10.0002C9.73497 4 9.48062 4.10536 9.29308 4.2929C9.10554 4.48043 9.00019 4.73479 9.00019 5C9.00019 5.26522 9.10554 5.51957 9.29308 5.70711C9.48062 5.89465 9.73497 6 10.0002 6H19.5002C19.7654 6 20.0198 6.10536 20.2073 6.2929C20.3948 6.48043 20.5002 6.73479 20.5002 7V13.76L18.6202 11.88C18.2987 11.5602 17.909 11.3175 17.4802 11.17C17.3554 11.128 17.2236 11.1109 17.0923 11.1199C16.9609 11.1288 16.8326 11.1635 16.7147 11.222C16.5968 11.2805 16.4915 11.3616 16.405 11.4608C16.3184 11.56 16.2522 11.6752 16.2102 11.8C16.1682 11.9248 16.1511 12.0566 16.16 12.1879C16.169 12.3193 16.2037 12.4475 16.2622 12.5655C16.3207 12.6834 16.4018 12.7887 16.501 12.8752C16.6002 12.9618 16.7154 13.028 16.8402 13.07C16.9784 13.1135 17.1026 13.1929 17.2002 13.3L20.5102 16.59C20.5045 16.6398 20.5045 16.6902 20.5102 16.74C20.5057 16.7899 20.5057 16.8401 20.5102 16.89C20.5478 16.954 20.5913 17.0142 20.6402 17.07C20.6646 17.1109 20.6949 17.148 20.7302 17.18C20.7902 17.2355 20.8575 17.2826 20.9302 17.32C20.9647 17.3438 21.0015 17.3639 21.0402 17.38C21.1565 17.4323 21.2826 17.4596 21.4102 17.46C21.6754 17.46 21.9298 17.3546 22.1173 17.1671C22.3048 16.9796 22.4102 16.7252 22.4102 16.46V7C22.4105 6.2197 22.1068 5.46997 21.5636 4.90988C21.0203 4.34979 20.2801 4.02341 19.5002 4ZM3.21019 2.29C3.02188 2.1017 2.76649 1.99591 2.50019 1.99591C2.23388 1.99591 1.97849 2.1017 1.79019 2.29C1.60188 2.47831 1.49609 2.7337 1.49609 3C1.49609 3.2663 1.60188 3.5217 1.79019 3.71L3.18019 5.1C2.74092 5.63581 2.50065 6.30715 2.50019 7V17C2.50019 17.7957 2.81626 18.5587 3.37887 19.1213C3.94147 19.6839 4.70454 20 5.50019 20H18.0902L19.7902 21.71C19.8831 21.8037 19.9937 21.8781 20.1156 21.9289C20.2375 21.9797 20.3682 22.0058 20.5002 22.0058C20.6322 22.0058 20.7629 21.9797 20.8848 21.9289C21.0066 21.8781 21.1172 21.8037 21.2102 21.71C21.3039 21.617 21.3783 21.5064 21.4291 21.3846C21.4798 21.2627 21.506 21.132 21.506 21C21.506 20.868 21.4798 20.7373 21.4291 20.6154C21.3783 20.4936 21.3039 20.383 21.2102 20.29L3.21019 2.29ZM4.50019 7C4.50263 6.83925 4.54379 6.68146 4.62019 6.54L7.34019 9.25C6.96837 9.39161 6.62845 9.60577 6.34019 9.88L4.50019 11.76V7ZM5.50019 18C5.23497 18 4.98062 17.8946 4.79308 17.7071C4.60554 17.5196 4.50019 17.2652 4.50019 17V14.58L7.80019 11.29C7.98711 11.1068 8.23843 11.0041 8.50019 11.0041C8.76194 11.0041 9.01326 11.1068 9.20019 11.29L15.9102 18H5.50019Z\" />\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAW,GAAoC;AAC9D,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD,EAAM,GAAE,q0EAAs0E,CAAA,EACv0E,CAAA;EACF,CAAA"}
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../Icon.js";
2
+ export declare function MessagingFill(props: Omit<IconProps, "children">): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,18 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/MessagingFill.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", {
9
+ fillRule: "evenodd",
10
+ clipRule: "evenodd",
11
+ d: "M12 20.336C11.3436 20.3272 10.6894 20.2578 10.0458 20.1285C9.74191 20.0765 9.4303 20.1573 9.18983 20.3503C7.95969 21.2541 6.51539 21.8218 4.99917 21.9975C4.74957 22.0237 4.52601 21.8425 4.49985 21.5929C4.48865 21.4861 4.51562 21.3788 4.57596 21.29C5.16196 20.5601 5.58274 19.7118 5.80929 18.8036C5.85498 18.5556 5.75807 18.3029 5.55829 18.149C3.34673 16.5059 2.03032 13.9233 2 11.168C2 6.11094 6.47717 2 12 2C17.5228 2 22 6.1109 22 11.168C22 16.2251 17.523 20.336 12 20.336Z"
12
+ }) })
13
+ });
14
+ }
15
+ //#endregion
16
+ export { r as MessagingFill };
17
+
18
+ //# sourceMappingURL=MessagingFill.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessagingFill.js","names":[],"sources":["../../../../src/components/Icon/icons/MessagingFill.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function MessagingFill(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path\n\t\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\t\td=\"M12 20.336C11.3436 20.3272 10.6894 20.2578 10.0458 20.1285C9.74191 20.0765 9.4303 20.1573 9.18983 20.3503C7.95969 21.2541 6.51539 21.8218 4.99917 21.9975C4.74957 22.0237 4.52601 21.8425 4.49985 21.5929C4.48865 21.4861 4.51562 21.3788 4.57596 21.29C5.16196 20.5601 5.58274 19.7118 5.80929 18.8036C5.85498 18.5556 5.75807 18.3029 5.55829 18.149C3.34673 16.5059 2.03032 13.9233 2 11.168C2 6.11094 6.47717 2 12 2C17.5228 2 22 6.1109 22 11.168C22 16.2251 17.523 20.336 12 20.336Z\"\n\t\t\t\t/>\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAc,GAAoC;AACjE,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD;GACC,UAAS;GACT,UAAS;GACT,GAAE;GACD,CAAA,EACK,CAAA;EACF,CAAA"}
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../Icon.js";
2
+ export declare function Minimize(props: Omit<IconProps, "children">): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/Minimize.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", { d: "M19 11H5C4.73478 11 4.48043 11.1054 4.29289 11.2929C4.10536 11.4804 4 11.7348 4 12C4 12.2652 4.10536 12.5196 4.29289 12.7071C4.48043 12.8946 4.73478 13 5 13H19C19.2652 13 19.5196 12.8946 19.7071 12.7071C19.8946 12.5196 20 12.2652 20 12C20 11.7348 19.8946 11.4804 19.7071 11.2929C19.5196 11.1054 19.2652 11 19 11Z" }) })
9
+ });
10
+ }
11
+ //#endregion
12
+ export { r as Minimize };
13
+
14
+ //# sourceMappingURL=Minimize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Minimize.js","names":[],"sources":["../../../../src/components/Icon/icons/Minimize.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function Minimize(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path d=\"M19 11H5C4.73478 11 4.48043 11.1054 4.29289 11.2929C4.10536 11.4804 4 11.7348 4 12C4 12.2652 4.10536 12.5196 4.29289 12.7071C4.48043 12.8946 4.73478 13 5 13H19C19.2652 13 19.5196 12.8946 19.7071 12.7071C19.8946 12.5196 20 12.2652 20 12C20 11.7348 19.8946 11.4804 19.7071 11.2929C19.5196 11.1054 19.2652 11 19 11Z\" />\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAS,GAAoC;AAC5D,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD,EAAM,GAAE,4TAA6T,CAAA,EAC9T,CAAA;EACF,CAAA"}
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../Icon.js";
2
+ export declare function Mute(props: Omit<IconProps, "children">): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/Mute.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", { d: "M12.43 4.09997C12.2676 4.02971 12.0895 4.0038 11.9138 4.02488C11.7381 4.04597 11.5712 4.11329 11.43 4.21997L6.65 7.99997H3C2.73478 7.99997 2.48043 8.10533 2.29289 8.29286C2.10536 8.4804 2 8.73475 2 8.99997V15C2 15.2652 2.10536 15.5195 2.29289 15.7071C2.48043 15.8946 2.73478 16 3 16H6.65L11.38 19.78C11.5559 19.9211 11.7744 19.9987 12 20C12.1494 20.0024 12.297 19.9681 12.43 19.9C12.6002 19.8189 12.744 19.6914 12.8448 19.5322C12.9457 19.373 12.9995 19.1885 13 19V4.99997C12.9995 4.81148 12.9457 4.62699 12.8448 4.46775C12.744 4.30851 12.6002 4.18102 12.43 4.09997ZM11 16.92L7.62 14.22C7.44406 14.0788 7.22556 14.0013 7 14H4V9.99997H7C7.22556 9.99866 7.44406 9.92113 7.62 9.77997L11 7.07997V16.92ZM19.91 12L21.71 10.21C21.8032 10.1167 21.8772 10.006 21.9277 9.88422C21.9781 9.7624 22.0041 9.63183 22.0041 9.49997C22.0041 9.36811 21.9781 9.23754 21.9277 9.11572C21.8772 8.9939 21.8032 8.88321 21.71 8.78997C21.6168 8.69673 21.5061 8.62277 21.3842 8.57231C21.2624 8.52185 21.1319 8.49588 21 8.49588C20.8681 8.49588 20.7376 8.52185 20.6158 8.57231C20.4939 8.62277 20.3832 8.69673 20.29 8.78997L18.5 10.59L16.71 8.78997C16.5217 8.60167 16.2663 8.49588 16 8.49588C15.7337 8.49588 15.4783 8.60167 15.29 8.78997C15.1017 8.97827 14.9959 9.23367 14.9959 9.49997C14.9959 9.76627 15.1017 10.0217 15.29 10.21L17.09 12L15.29 13.79C15.1963 13.8829 15.1219 13.9935 15.0711 14.1154C15.0203 14.2373 14.9942 14.368 14.9942 14.5C14.9942 14.632 15.0203 14.7627 15.0711 14.8845C15.1219 15.0064 15.1963 15.117 15.29 15.21C15.383 15.3037 15.4936 15.3781 15.6154 15.4289C15.7373 15.4796 15.868 15.5058 16 15.5058C16.132 15.5058 16.2627 15.4796 16.3846 15.4289C16.5064 15.3781 16.617 15.3037 16.71 15.21L18.5 13.41L20.29 15.21C20.383 15.3037 20.4936 15.3781 20.6154 15.4289C20.7373 15.4796 20.868 15.5058 21 15.5058C21.132 15.5058 21.2627 15.4796 21.3846 15.4289C21.5064 15.3781 21.617 15.3037 21.71 15.21C21.8037 15.117 21.8781 15.0064 21.9289 14.8845C21.9797 14.7627 22.0058 14.632 22.0058 14.5C22.0058 14.368 21.9797 14.2373 21.9289 14.1154C21.8781 13.9935 21.8037 13.8829 21.71 13.79L19.91 12Z" }) })
9
+ });
10
+ }
11
+ //#endregion
12
+ export { r as Mute };
13
+
14
+ //# sourceMappingURL=Mute.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Mute.js","names":[],"sources":["../../../../src/components/Icon/icons/Mute.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function Mute(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path d=\"M12.43 4.09997C12.2676 4.02971 12.0895 4.0038 11.9138 4.02488C11.7381 4.04597 11.5712 4.11329 11.43 4.21997L6.65 7.99997H3C2.73478 7.99997 2.48043 8.10533 2.29289 8.29286C2.10536 8.4804 2 8.73475 2 8.99997V15C2 15.2652 2.10536 15.5195 2.29289 15.7071C2.48043 15.8946 2.73478 16 3 16H6.65L11.38 19.78C11.5559 19.9211 11.7744 19.9987 12 20C12.1494 20.0024 12.297 19.9681 12.43 19.9C12.6002 19.8189 12.744 19.6914 12.8448 19.5322C12.9457 19.373 12.9995 19.1885 13 19V4.99997C12.9995 4.81148 12.9457 4.62699 12.8448 4.46775C12.744 4.30851 12.6002 4.18102 12.43 4.09997ZM11 16.92L7.62 14.22C7.44406 14.0788 7.22556 14.0013 7 14H4V9.99997H7C7.22556 9.99866 7.44406 9.92113 7.62 9.77997L11 7.07997V16.92ZM19.91 12L21.71 10.21C21.8032 10.1167 21.8772 10.006 21.9277 9.88422C21.9781 9.7624 22.0041 9.63183 22.0041 9.49997C22.0041 9.36811 21.9781 9.23754 21.9277 9.11572C21.8772 8.9939 21.8032 8.88321 21.71 8.78997C21.6168 8.69673 21.5061 8.62277 21.3842 8.57231C21.2624 8.52185 21.1319 8.49588 21 8.49588C20.8681 8.49588 20.7376 8.52185 20.6158 8.57231C20.4939 8.62277 20.3832 8.69673 20.29 8.78997L18.5 10.59L16.71 8.78997C16.5217 8.60167 16.2663 8.49588 16 8.49588C15.7337 8.49588 15.4783 8.60167 15.29 8.78997C15.1017 8.97827 14.9959 9.23367 14.9959 9.49997C14.9959 9.76627 15.1017 10.0217 15.29 10.21L17.09 12L15.29 13.79C15.1963 13.8829 15.1219 13.9935 15.0711 14.1154C15.0203 14.2373 14.9942 14.368 14.9942 14.5C14.9942 14.632 15.0203 14.7627 15.0711 14.8845C15.1219 15.0064 15.1963 15.117 15.29 15.21C15.383 15.3037 15.4936 15.3781 15.6154 15.4289C15.7373 15.4796 15.868 15.5058 16 15.5058C16.132 15.5058 16.2627 15.4796 16.3846 15.4289C16.5064 15.3781 16.617 15.3037 16.71 15.21L18.5 13.41L20.29 15.21C20.383 15.3037 20.4936 15.3781 20.6154 15.4289C20.7373 15.4796 20.868 15.5058 21 15.5058C21.132 15.5058 21.2627 15.4796 21.3846 15.4289C21.5064 15.3781 21.617 15.3037 21.71 15.21C21.8037 15.117 21.8781 15.0064 21.9289 14.8845C21.9797 14.7627 22.0058 14.632 22.0058 14.5C22.0058 14.368 21.9797 14.2373 21.9289 14.1154C21.8781 13.9935 21.8037 13.8829 21.71 13.79L19.91 12Z\" />\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAK,GAAoC;AACxD,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD,EAAM,GAAE,4hEAA6hE,CAAA,EAC9hE,CAAA;EACF,CAAA"}
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../Icon.js";
2
+ export declare function Paperclip(props: Omit<IconProps, "children">): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/Paperclip.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", { d: "M16.5295 7.52706L16.5366 16.274C16.4728 17.356 15.9981 18.3728 15.2094 19.1163C14.4208 19.8598 13.3778 20.274 12.2939 20.274C11.21 20.274 10.1671 19.8598 9.37846 19.1163C8.58982 18.3728 8.11506 17.356 8.0513 16.274L8.0513 4.96026C8.06822 4.30172 8.33737 3.67481 8.80319 3.20899C9.269 2.74318 9.89591 2.47402 10.5545 2.4571C11.217 2.46152 11.8511 2.72666 12.3196 3.19514C12.7881 3.66362 13.0532 4.29775 13.0576 4.96026L13.0505 14.7113C13.0543 14.8116 13.0382 14.9116 13.0032 15.0057C12.9683 15.0997 12.9152 15.186 12.8469 15.2595C12.7786 15.3331 12.6965 15.3925 12.6052 15.4343C12.514 15.4761 12.4154 15.4995 12.3152 15.5032C12.2149 15.5069 12.1148 15.4909 12.0208 15.4559C11.9267 15.421 11.8404 15.3678 11.7669 15.2995C11.6933 15.2313 11.634 15.1492 11.5921 15.0579C11.5503 14.9667 11.5269 14.8681 11.5232 14.7678L11.5303 7.51999C11.5303 7.25369 11.4245 6.99829 11.2362 6.80999C11.0479 6.62169 10.7925 6.5159 10.5262 6.5159C10.2599 6.5159 10.0045 6.62168 9.81617 6.80999C9.62787 6.99829 9.52208 7.25369 9.52208 7.51999L9.52915 14.782C9.52774 15.1436 9.59793 15.5019 9.73566 15.8363C9.8734 16.1706 10.076 16.4744 10.3317 16.7301C10.5874 16.9858 10.8911 17.1884 11.2255 17.3261C11.5599 17.4638 11.9182 17.534 12.2798 17.5326C13.0038 17.515 13.6932 17.2196 14.2053 16.7075C14.7174 16.1954 15.0128 15.506 15.0304 14.782L15.0234 5.03097C14.9822 3.86571 14.4904 2.76191 13.6515 1.9521C12.8126 1.14229 11.6922 0.689718 10.5262 0.689718C9.36018 0.689718 8.23972 1.14229 7.40082 1.9521C6.56193 2.7619 6.07011 3.86571 6.02897 5.03097L6.02897 16.3447C6.11102 17.9524 6.81024 19.4664 7.98095 20.5714C9.15165 21.6763 10.7036 22.2869 12.3133 22.276C13.9231 22.265 15.4665 21.6334 16.6221 20.5127C17.7777 19.3919 18.4563 17.8685 18.5165 16.2598L18.5235 7.51292C18.5235 7.38106 18.4976 7.25049 18.4471 7.12867C18.3967 7.00685 18.3227 6.89616 18.2295 6.80292C18.1362 6.70968 18.0255 6.63572 17.9037 6.58526C17.7819 6.5348 17.6513 6.50883 17.5195 6.50883C17.3876 6.50883 17.257 6.5348 17.1352 6.58526C17.0134 6.63572 16.9027 6.70968 16.8095 6.80292C16.7162 6.89616 16.6423 7.00685 16.5918 7.12867C16.5413 7.25049 16.5154 7.38106 16.5154 7.51292L16.5295 7.52706Z" }) })
9
+ });
10
+ }
11
+ //#endregion
12
+ export { r as Paperclip };
13
+
14
+ //# sourceMappingURL=Paperclip.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Paperclip.js","names":[],"sources":["../../../../src/components/Icon/icons/Paperclip.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function Paperclip(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path d=\"M16.5295 7.52706L16.5366 16.274C16.4728 17.356 15.9981 18.3728 15.2094 19.1163C14.4208 19.8598 13.3778 20.274 12.2939 20.274C11.21 20.274 10.1671 19.8598 9.37846 19.1163C8.58982 18.3728 8.11506 17.356 8.0513 16.274L8.0513 4.96026C8.06822 4.30172 8.33737 3.67481 8.80319 3.20899C9.269 2.74318 9.89591 2.47402 10.5545 2.4571C11.217 2.46152 11.8511 2.72666 12.3196 3.19514C12.7881 3.66362 13.0532 4.29775 13.0576 4.96026L13.0505 14.7113C13.0543 14.8116 13.0382 14.9116 13.0032 15.0057C12.9683 15.0997 12.9152 15.186 12.8469 15.2595C12.7786 15.3331 12.6965 15.3925 12.6052 15.4343C12.514 15.4761 12.4154 15.4995 12.3152 15.5032C12.2149 15.5069 12.1148 15.4909 12.0208 15.4559C11.9267 15.421 11.8404 15.3678 11.7669 15.2995C11.6933 15.2313 11.634 15.1492 11.5921 15.0579C11.5503 14.9667 11.5269 14.8681 11.5232 14.7678L11.5303 7.51999C11.5303 7.25369 11.4245 6.99829 11.2362 6.80999C11.0479 6.62169 10.7925 6.5159 10.5262 6.5159C10.2599 6.5159 10.0045 6.62168 9.81617 6.80999C9.62787 6.99829 9.52208 7.25369 9.52208 7.51999L9.52915 14.782C9.52774 15.1436 9.59793 15.5019 9.73566 15.8363C9.8734 16.1706 10.076 16.4744 10.3317 16.7301C10.5874 16.9858 10.8911 17.1884 11.2255 17.3261C11.5599 17.4638 11.9182 17.534 12.2798 17.5326C13.0038 17.515 13.6932 17.2196 14.2053 16.7075C14.7174 16.1954 15.0128 15.506 15.0304 14.782L15.0234 5.03097C14.9822 3.86571 14.4904 2.76191 13.6515 1.9521C12.8126 1.14229 11.6922 0.689718 10.5262 0.689718C9.36018 0.689718 8.23972 1.14229 7.40082 1.9521C6.56193 2.7619 6.07011 3.86571 6.02897 5.03097L6.02897 16.3447C6.11102 17.9524 6.81024 19.4664 7.98095 20.5714C9.15165 21.6763 10.7036 22.2869 12.3133 22.276C13.9231 22.265 15.4665 21.6334 16.6221 20.5127C17.7777 19.3919 18.4563 17.8685 18.5165 16.2598L18.5235 7.51292C18.5235 7.38106 18.4976 7.25049 18.4471 7.12867C18.3967 7.00685 18.3227 6.89616 18.2295 6.80292C18.1362 6.70968 18.0255 6.63572 17.9037 6.58526C17.7819 6.5348 17.6513 6.50883 17.5195 6.50883C17.3876 6.50883 17.257 6.5348 17.1352 6.58526C17.0134 6.63572 16.9027 6.70968 16.8095 6.80292C16.7162 6.89616 16.6423 7.00685 16.5918 7.12867C16.5413 7.25049 16.5154 7.38106 16.5154 7.51292L16.5295 7.52706Z\" />\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAU,GAAoC;AAC7D,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD,EAAM,GAAE,mmEAAomE,CAAA,EACrmE,CAAA;EACF,CAAA"}
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../Icon.js";
2
+ export declare function PersonFill(props: Omit<IconProps, "children">): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/PersonFill.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", { d: "M11.9996 12C14.7996 12 16.9996 9.8 16.9996 7C16.9996 4.2 14.7996 2 11.9996 2C9.19961 2 6.99961 4.2 6.99961 7C6.99961 9.8 9.19961 12 11.9996 12ZM21.2996 20.8C19.9996 15.7 14.7996 12.5 9.69961 13.8C6.29961 14.7 3.59961 17.3 2.69961 20.8C2.59961 21.3 2.89961 21.9 3.49961 22C3.59961 22 3.69961 22 3.69961 22H20.2996C20.8996 22 21.2996 21.6 21.2996 21C21.2996 20.9 21.2996 20.8 21.2996 20.8Z" }) })
9
+ });
10
+ }
11
+ //#endregion
12
+ export { r as PersonFill };
13
+
14
+ //# sourceMappingURL=PersonFill.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PersonFill.js","names":[],"sources":["../../../../src/components/Icon/icons/PersonFill.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function PersonFill(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path d=\"M11.9996 12C14.7996 12 16.9996 9.8 16.9996 7C16.9996 4.2 14.7996 2 11.9996 2C9.19961 2 6.99961 4.2 6.99961 7C6.99961 9.8 9.19961 12 11.9996 12ZM21.2996 20.8C19.9996 15.7 14.7996 12.5 9.69961 13.8C6.29961 14.7 3.59961 17.3 2.69961 20.8C2.59961 21.3 2.89961 21.9 3.49961 22C3.59961 22 3.69961 22 3.69961 22H20.2996C20.8996 22 21.2996 21.6 21.2996 21C21.2996 20.9 21.2996 20.8 21.2996 20.8Z\" />\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAW,GAAoC;AAC9D,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD,EAAM,GAAE,uYAAwY,CAAA,EACzY,CAAA;EACF,CAAA"}
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../Icon.js";
2
+ export declare function PlayFill(props: Omit<IconProps, "children">): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/PlayFill.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", { d: "M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM16.7 13C16.5 13.3 16.3 13.6 16 13.7L11 16.6C10 17.2 8.8 16.8 8.3 15.9C8.1 15.6 8 15.3 8 14.9V9.1C8 8 8.9 7.1 10 7.1C10.4 7.1 10.7 7.2 11 7.4L16 10.3C17 10.8 17.3 12 16.7 13Z" }) })
9
+ });
10
+ }
11
+ //#endregion
12
+ export { r as PlayFill };
13
+
14
+ //# sourceMappingURL=PlayFill.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlayFill.js","names":[],"sources":["../../../../src/components/Icon/icons/PlayFill.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function PlayFill(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM16.7 13C16.5 13.3 16.3 13.6 16 13.7L11 16.6C10 17.2 8.8 16.8 8.3 15.9C8.1 15.6 8 15.3 8 14.9V9.1C8 8 8.9 7.1 10 7.1C10.4 7.1 10.7 7.2 11 7.4L16 10.3C17 10.8 17.3 12 16.7 13Z\" />\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAS,GAAoC;AAC5D,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD,EAAM,GAAE,sQAAuQ,CAAA,EACxQ,CAAA;EACF,CAAA"}
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../Icon.js";
2
+ export declare function SendFill(props: Omit<IconProps, "children">): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/SendFill.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", { d: "M12 0C5.4 0 0 5.4 0 12C0 18.6 5.4 24 12 24C18.6 24 24 18.6 24 12C24 5.4 18.6 0 12 0ZM16.44 12.84C15.96 13.32 15.24 13.32 14.76 12.84L13.2 11.28V15.6C13.2 16.32 12.72 16.8 12 16.8C11.28 16.8 10.8 16.32 10.8 15.6V11.28L9.24 12.84C8.76 13.32 8.04 13.32 7.56 12.84C7.08 12.36 7.08 11.64 7.56 11.16L11.16 7.56C11.64 7.08 12.36 7.08 12.84 7.56L16.44 11.16C16.92 11.64 16.92 12.36 16.44 12.84Z" }) })
9
+ });
10
+ }
11
+ //#endregion
12
+ export { r as SendFill };
13
+
14
+ //# sourceMappingURL=SendFill.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendFill.js","names":[],"sources":["../../../../src/components/Icon/icons/SendFill.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function SendFill(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path d=\"M12 0C5.4 0 0 5.4 0 12C0 18.6 5.4 24 12 24C18.6 24 24 18.6 24 12C24 5.4 18.6 0 12 0ZM16.44 12.84C15.96 13.32 15.24 13.32 14.76 12.84L13.2 11.28V15.6C13.2 16.32 12.72 16.8 12 16.8C11.28 16.8 10.8 16.32 10.8 15.6V11.28L9.24 12.84C8.76 13.32 8.04 13.32 7.56 12.84C7.08 12.36 7.08 11.64 7.56 11.16L11.16 7.56C11.64 7.08 12.36 7.08 12.84 7.56L16.44 11.16C16.92 11.64 16.92 12.36 16.44 12.84Z\" />\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAS,GAAoC;AAC5D,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD,EAAM,GAAE,sYAAuY,CAAA,EACxY,CAAA;EACF,CAAA"}
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../Icon.js";
2
+ export declare function StarBadgeFill(props: Omit<IconProps, "children">): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,18 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/StarBadgeFill.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", {
9
+ fillRule: "evenodd",
10
+ clipRule: "evenodd",
11
+ d: "M2 6.56877V15.4907C2 17.4616 3.62805 19.0595 5.63636 19.0595H8.54291C8.99891 19.0595 9.42464 19.2831 9.67755 19.6554L10.8654 21.4041C11.4052 22.1986 12.5948 22.1986 13.1346 21.4041L14.3225 19.6554C14.5754 19.2831 15.0011 19.0595 15.4571 19.0595H18.3636C20.3719 19.0595 22 17.4616 22 15.4907V6.56877C22 4.59779 20.3719 3 18.3636 3H5.63636C3.62805 3 2 4.59779 2 6.56877ZM12.4082 6.49377C12.2418 6.16077 11.7582 6.16077 11.5918 6.49377L10.5094 8.66114C10.4431 8.79381 10.3143 8.88562 10.1654 8.90649L7.73045 9.24704C7.35636 9.29942 7.20691 9.75086 7.47818 10.009L9.24409 11.6892C9.35209 11.7919 9.40127 11.9406 9.37545 12.086L8.95309 14.464C8.88827 14.8293 9.27955 15.1083 9.61355 14.9349L11.7874 13.8059C11.9204 13.7367 12.0796 13.7367 12.2126 13.8059L14.3865 14.9349C14.7205 15.1083 15.1117 14.8293 15.0469 14.464L14.6245 12.086C14.5987 11.9406 14.6479 11.7919 14.7559 11.6892L16.5218 10.009C16.7931 9.75086 16.6436 9.29942 16.2695 9.24704L13.8346 8.90649C13.6857 8.88562 13.5569 8.79381 13.4906 8.66114L12.4082 6.49377Z"
12
+ }) })
13
+ });
14
+ }
15
+ //#endregion
16
+ export { r as StarBadgeFill };
17
+
18
+ //# sourceMappingURL=StarBadgeFill.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StarBadgeFill.js","names":[],"sources":["../../../../src/components/Icon/icons/StarBadgeFill.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function StarBadgeFill(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path\n\t\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\t\td=\"M2 6.56877V15.4907C2 17.4616 3.62805 19.0595 5.63636 19.0595H8.54291C8.99891 19.0595 9.42464 19.2831 9.67755 19.6554L10.8654 21.4041C11.4052 22.1986 12.5948 22.1986 13.1346 21.4041L14.3225 19.6554C14.5754 19.2831 15.0011 19.0595 15.4571 19.0595H18.3636C20.3719 19.0595 22 17.4616 22 15.4907V6.56877C22 4.59779 20.3719 3 18.3636 3H5.63636C3.62805 3 2 4.59779 2 6.56877ZM12.4082 6.49377C12.2418 6.16077 11.7582 6.16077 11.5918 6.49377L10.5094 8.66114C10.4431 8.79381 10.3143 8.88562 10.1654 8.90649L7.73045 9.24704C7.35636 9.29942 7.20691 9.75086 7.47818 10.009L9.24409 11.6892C9.35209 11.7919 9.40127 11.9406 9.37545 12.086L8.95309 14.464C8.88827 14.8293 9.27955 15.1083 9.61355 14.9349L11.7874 13.8059C11.9204 13.7367 12.0796 13.7367 12.2126 13.8059L14.3865 14.9349C14.7205 15.1083 15.1117 14.8293 15.0469 14.464L14.6245 12.086C14.5987 11.9406 14.6479 11.7919 14.7559 11.6892L16.5218 10.009C16.7931 9.75086 16.6436 9.29942 16.2695 9.24704L13.8346 8.90649C13.6857 8.88562 13.5569 8.79381 13.4906 8.66114L12.4082 6.49377Z\"\n\t\t\t\t/>\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAc,GAAoC;AACjE,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD;GACC,UAAS;GACT,UAAS;GACT,GAAE;GACD,CAAA,EACK,CAAA;EACF,CAAA"}
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../Icon.js";
2
+ export declare function ThumbsDown(props: Omit<IconProps, "children">): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/ThumbsDown.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", { d: "M19 2H6.26998C5.56817 2.00023 4.88865 2.24651 4.34966 2.69598C3.81066 3.14544 3.4463 3.76965 3.31998 4.46L2.04998 11.46C1.97085 11.8924 1.98772 12.337 2.09941 12.7622C2.2111 13.1874 2.41488 13.5828 2.69631 13.9206C2.97775 14.2583 3.32997 14.53 3.72806 14.7166C4.12614 14.9031 4.56036 14.9999 4.99998 15H9.55998L8.99998 16.43C8.76704 17.0561 8.68947 17.7294 8.77391 18.3921C8.85835 19.0548 9.10229 19.6871 9.48479 20.2348C9.86729 20.7825 10.3769 21.2292 10.97 21.5367C11.5631 21.8441 12.2219 22.0031 12.89 22C13.0823 21.9996 13.2705 21.9437 13.4319 21.8391C13.5933 21.7344 13.7211 21.5854 13.8 21.41L16.65 15H19C19.7956 15 20.5587 14.6839 21.1213 14.1213C21.6839 13.5587 22 12.7956 22 12V5C22 4.20435 21.6839 3.44129 21.1213 2.87868C20.5587 2.31607 19.7956 2 19 2ZM15 13.79L12.28 19.91C12.0017 19.8258 11.7435 19.6855 11.5215 19.4978C11.2995 19.31 11.1182 19.0788 10.989 18.8183C10.8597 18.5579 10.7851 18.2737 10.7698 17.9834C10.7545 17.693 10.7988 17.4026 10.9 17.13L11.43 15.7C11.5429 15.3977 11.581 15.0727 11.5411 14.7525C11.5012 14.4323 11.3844 14.1265 11.2006 13.8613C11.0169 13.596 10.7718 13.3791 10.4861 13.2292C10.2004 13.0792 9.88264 13.0006 9.55998 13H4.99998C4.85307 13.0002 4.70791 12.9681 4.57482 12.9059C4.44174 12.8437 4.324 12.7529 4.22998 12.64C4.13364 12.5287 4.06308 12.3975 4.02332 12.2557C3.98356 12.114 3.97559 11.9652 3.99998 11.82L5.26998 4.82C5.31257 4.58704 5.43646 4.37676 5.61959 4.2266C5.80271 4.07644 6.03319 3.99614 6.26998 4H15V13.79ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5195 12.8946 19.2652 13 19 13H17V4H19C19.2652 4 19.5195 4.10536 19.7071 4.29289C19.8946 4.48043 20 4.73478 20 5V12Z" }) })
9
+ });
10
+ }
11
+ //#endregion
12
+ export { r as ThumbsDown };
13
+
14
+ //# sourceMappingURL=ThumbsDown.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThumbsDown.js","names":[],"sources":["../../../../src/components/Icon/icons/ThumbsDown.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function ThumbsDown(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path d=\"M19 2H6.26998C5.56817 2.00023 4.88865 2.24651 4.34966 2.69598C3.81066 3.14544 3.4463 3.76965 3.31998 4.46L2.04998 11.46C1.97085 11.8924 1.98772 12.337 2.09941 12.7622C2.2111 13.1874 2.41488 13.5828 2.69631 13.9206C2.97775 14.2583 3.32997 14.53 3.72806 14.7166C4.12614 14.9031 4.56036 14.9999 4.99998 15H9.55998L8.99998 16.43C8.76704 17.0561 8.68947 17.7294 8.77391 18.3921C8.85835 19.0548 9.10229 19.6871 9.48479 20.2348C9.86729 20.7825 10.3769 21.2292 10.97 21.5367C11.5631 21.8441 12.2219 22.0031 12.89 22C13.0823 21.9996 13.2705 21.9437 13.4319 21.8391C13.5933 21.7344 13.7211 21.5854 13.8 21.41L16.65 15H19C19.7956 15 20.5587 14.6839 21.1213 14.1213C21.6839 13.5587 22 12.7956 22 12V5C22 4.20435 21.6839 3.44129 21.1213 2.87868C20.5587 2.31607 19.7956 2 19 2ZM15 13.79L12.28 19.91C12.0017 19.8258 11.7435 19.6855 11.5215 19.4978C11.2995 19.31 11.1182 19.0788 10.989 18.8183C10.8597 18.5579 10.7851 18.2737 10.7698 17.9834C10.7545 17.693 10.7988 17.4026 10.9 17.13L11.43 15.7C11.5429 15.3977 11.581 15.0727 11.5411 14.7525C11.5012 14.4323 11.3844 14.1265 11.2006 13.8613C11.0169 13.596 10.7718 13.3791 10.4861 13.2292C10.2004 13.0792 9.88264 13.0006 9.55998 13H4.99998C4.85307 13.0002 4.70791 12.9681 4.57482 12.9059C4.44174 12.8437 4.324 12.7529 4.22998 12.64C4.13364 12.5287 4.06308 12.3975 4.02332 12.2557C3.98356 12.114 3.97559 11.9652 3.99998 11.82L5.26998 4.82C5.31257 4.58704 5.43646 4.37676 5.61959 4.2266C5.80271 4.07644 6.03319 3.99614 6.26998 4H15V13.79ZM20 12C20 12.2652 19.8946 12.5196 19.7071 12.7071C19.5195 12.8946 19.2652 13 19 13H17V4H19C19.2652 4 19.5195 4.10536 19.7071 4.29289C19.8946 4.48043 20 4.73478 20 5V12Z\" />\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAW,GAAoC;AAC9D,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD,EAAM,GAAE,wmDAAymD,CAAA,EAC1mD,CAAA;EACF,CAAA"}
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../Icon.js";
2
+ export declare function ThumbsUp(props: Omit<IconProps, "children">): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/ThumbsUp.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", { d: "M21.3 10.08C21.019 9.74263 20.6674 9.47107 20.27 9.28445C19.8726 9.09784 19.439 9.00073 19 8.99998H14.44L15 7.56998C15.2329 6.94387 15.3105 6.27059 15.2261 5.6079C15.1416 4.94522 14.8977 4.31291 14.5152 3.76521C14.1327 3.21752 13.623 2.77078 13.0299 2.46333C12.4369 2.15587 11.778 1.99688 11.11 1.99998C10.9176 2.00038 10.7295 2.05626 10.5681 2.16091C10.4067 2.26555 10.2789 2.41453 10.2 2.58998L7.35 8.99998H5C4.20435 8.99998 3.44129 9.31605 2.87868 9.87866C2.31607 10.4413 2 11.2043 2 12V19C2 19.7956 2.31607 20.5587 2.87868 21.1213C3.44129 21.6839 4.20435 22 5 22H17.73C18.4318 21.9997 19.1113 21.7535 19.6503 21.304C20.1893 20.8545 20.5537 20.2303 20.68 19.54L21.95 12.54C22.0286 12.1074 22.011 11.6628 21.8987 11.2377C21.7864 10.8126 21.582 10.4173 21.3 10.08ZM7 20H5C4.73478 20 4.48043 19.8946 4.29289 19.7071C4.10536 19.5196 4 19.2652 4 19V12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1053 4.73478 11 5 11H7V20ZM20 12.18L18.73 19.18C18.6874 19.4129 18.5635 19.6232 18.3804 19.7734C18.1973 19.9235 17.9668 20.0038 17.73 20H9V10.21L11.72 4.08998C12 4.17161 12.26 4.31039 12.4837 4.49757C12.7073 4.68474 12.8897 4.91625 13.0194 5.17748C13.1491 5.4387 13.2232 5.72397 13.2371 6.01528C13.2509 6.30659 13.2043 6.59762 13.1 6.86998L12.57 8.29998C12.4571 8.60224 12.4189 8.92733 12.4589 9.24751C12.4988 9.5677 12.6156 9.87347 12.7993 10.1387C12.983 10.404 13.2282 10.6208 13.5139 10.7708C13.7996 10.9208 14.1173 10.9994 14.44 11H19C19.1469 10.9997 19.2921 11.0319 19.4252 11.0941C19.5582 11.1563 19.676 11.2471 19.77 11.36C19.8663 11.4713 19.9369 11.6025 19.9767 11.7443C20.0164 11.886 20.0244 12.0348 20 12.18Z" }) })
9
+ });
10
+ }
11
+ //#endregion
12
+ export { r as ThumbsUp };
13
+
14
+ //# sourceMappingURL=ThumbsUp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThumbsUp.js","names":[],"sources":["../../../../src/components/Icon/icons/ThumbsUp.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function ThumbsUp(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path d=\"M21.3 10.08C21.019 9.74263 20.6674 9.47107 20.27 9.28445C19.8726 9.09784 19.439 9.00073 19 8.99998H14.44L15 7.56998C15.2329 6.94387 15.3105 6.27059 15.2261 5.6079C15.1416 4.94522 14.8977 4.31291 14.5152 3.76521C14.1327 3.21752 13.623 2.77078 13.0299 2.46333C12.4369 2.15587 11.778 1.99688 11.11 1.99998C10.9176 2.00038 10.7295 2.05626 10.5681 2.16091C10.4067 2.26555 10.2789 2.41453 10.2 2.58998L7.35 8.99998H5C4.20435 8.99998 3.44129 9.31605 2.87868 9.87866C2.31607 10.4413 2 11.2043 2 12V19C2 19.7956 2.31607 20.5587 2.87868 21.1213C3.44129 21.6839 4.20435 22 5 22H17.73C18.4318 21.9997 19.1113 21.7535 19.6503 21.304C20.1893 20.8545 20.5537 20.2303 20.68 19.54L21.95 12.54C22.0286 12.1074 22.011 11.6628 21.8987 11.2377C21.7864 10.8126 21.582 10.4173 21.3 10.08ZM7 20H5C4.73478 20 4.48043 19.8946 4.29289 19.7071C4.10536 19.5196 4 19.2652 4 19V12C4 11.7348 4.10536 11.4804 4.29289 11.2929C4.48043 11.1053 4.73478 11 5 11H7V20ZM20 12.18L18.73 19.18C18.6874 19.4129 18.5635 19.6232 18.3804 19.7734C18.1973 19.9235 17.9668 20.0038 17.73 20H9V10.21L11.72 4.08998C12 4.17161 12.26 4.31039 12.4837 4.49757C12.7073 4.68474 12.8897 4.91625 13.0194 5.17748C13.1491 5.4387 13.2232 5.72397 13.2371 6.01528C13.2509 6.30659 13.2043 6.59762 13.1 6.86998L12.57 8.29998C12.4571 8.60224 12.4189 8.92733 12.4589 9.24751C12.4988 9.5677 12.6156 9.87347 12.7993 10.1387C12.983 10.404 13.2282 10.6208 13.5139 10.7708C13.7996 10.9208 14.1173 10.9994 14.44 11H19C19.1469 10.9997 19.2921 11.0319 19.4252 11.0941C19.5582 11.1563 19.676 11.2471 19.77 11.36C19.8663 11.4713 19.9369 11.6025 19.9767 11.7443C20.0164 11.886 20.0244 12.0348 20 12.18Z\" />\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAS,GAAoC;AAC5D,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD,EAAM,GAAE,ylDAA0lD,CAAA,EAC3lD,CAAA;EACF,CAAA"}
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../Icon.js";
2
+ export declare function Volume(props: Omit<IconProps, "children">): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/Volume.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", { d: "M12.43 4.09997C12.2676 4.02971 12.0895 4.0038 11.9138 4.02488C11.7381 4.04597 11.5712 4.11329 11.43 4.21997L6.65 7.99997H3C2.73478 7.99997 2.48043 8.10533 2.29289 8.29286C2.10536 8.4804 2 8.73475 2 8.99997V15C2 15.2652 2.10536 15.5195 2.29289 15.7071C2.48043 15.8946 2.73478 16 3 16H6.65L11.38 19.78C11.5559 19.9211 11.7744 19.9987 12 20C12.1494 20.0024 12.297 19.9681 12.43 19.9C12.6002 19.8189 12.744 19.6914 12.8448 19.5322C12.9457 19.373 12.9995 19.1885 13 19V4.99997C12.9995 4.81148 12.9457 4.62699 12.8448 4.46775C12.744 4.30851 12.6002 4.18102 12.43 4.09997ZM11 16.92L7.62 14.22C7.44406 14.0788 7.22556 14.0013 7 14H4V9.99997H7C7.22556 9.99866 7.44406 9.92113 7.62 9.77997L11 7.07997V16.92ZM19.66 6.33997C19.4717 6.15167 19.2163 6.04588 18.95 6.04588C18.6837 6.04588 18.4283 6.15167 18.24 6.33997C18.0517 6.52827 17.9459 6.78367 17.9459 7.04997C17.9459 7.31627 18.0517 7.57167 18.24 7.75997C18.8289 8.34791 19.289 9.0519 19.5911 9.82722C19.8933 10.6025 20.0309 11.4322 19.9951 12.2636C19.9594 13.0949 19.7511 13.9098 19.3835 14.6563C19.016 15.4028 18.4971 16.0647 17.86 16.6C17.7053 16.7323 17.5946 16.9087 17.5428 17.1055C17.491 17.3024 17.5005 17.5104 17.5701 17.7018C17.6396 17.8931 17.766 18.0586 17.9321 18.1762C18.0983 18.2939 18.2964 18.358 18.5 18.36C18.7337 18.3604 18.9601 18.2791 19.14 18.13C19.9909 17.4173 20.6843 16.5353 21.1759 15.5401C21.6675 14.5449 21.9466 13.4583 21.9955 12.3494C22.0444 11.2405 21.862 10.1336 21.4599 9.09902C21.0579 8.06442 20.4449 7.12483 19.66 6.33997ZM16.83 9.16997C16.7368 9.07673 16.6261 9.00277 16.5042 8.95231C16.3824 8.90185 16.2519 8.87588 16.12 8.87588C15.9881 8.87588 15.8576 8.90185 15.7358 8.95231C15.6139 9.00277 15.5032 9.07673 15.41 9.16997C15.3168 9.26321 15.2428 9.3739 15.1923 9.49572C15.1419 9.61754 15.1159 9.74811 15.1159 9.87997C15.1159 10.0118 15.1419 10.1424 15.1923 10.2642C15.2428 10.386 15.3168 10.4967 15.41 10.59C15.7856 10.9633 15.9978 11.4704 16 12C16.0002 12.2913 15.9368 12.5792 15.8142 12.8435C15.6915 13.1078 15.5126 13.3421 15.29 13.53C15.1887 13.6139 15.105 13.717 15.0437 13.8334C14.9823 13.9497 14.9445 14.077 14.9325 14.208C14.9204 14.339 14.9343 14.471 14.9733 14.5967C15.0124 14.7223 15.0758 14.8389 15.16 14.94C15.2447 15.0405 15.3483 15.1234 15.465 15.1838C15.5817 15.2443 15.7092 15.2811 15.8401 15.2922C15.9711 15.3034 16.1029 15.2886 16.2282 15.2488C16.3534 15.2089 16.4696 15.1448 16.57 15.06C17.0171 14.6851 17.3768 14.2169 17.6238 13.6883C17.8709 13.1597 17.9992 12.5835 18 12C17.9944 10.9401 17.5744 9.92442 16.83 9.16997Z" }) })
9
+ });
10
+ }
11
+ //#endregion
12
+ export { r as Volume };
13
+
14
+ //# sourceMappingURL=Volume.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Volume.js","names":[],"sources":["../../../../src/components/Icon/icons/Volume.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function Volume(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path d=\"M12.43 4.09997C12.2676 4.02971 12.0895 4.0038 11.9138 4.02488C11.7381 4.04597 11.5712 4.11329 11.43 4.21997L6.65 7.99997H3C2.73478 7.99997 2.48043 8.10533 2.29289 8.29286C2.10536 8.4804 2 8.73475 2 8.99997V15C2 15.2652 2.10536 15.5195 2.29289 15.7071C2.48043 15.8946 2.73478 16 3 16H6.65L11.38 19.78C11.5559 19.9211 11.7744 19.9987 12 20C12.1494 20.0024 12.297 19.9681 12.43 19.9C12.6002 19.8189 12.744 19.6914 12.8448 19.5322C12.9457 19.373 12.9995 19.1885 13 19V4.99997C12.9995 4.81148 12.9457 4.62699 12.8448 4.46775C12.744 4.30851 12.6002 4.18102 12.43 4.09997ZM11 16.92L7.62 14.22C7.44406 14.0788 7.22556 14.0013 7 14H4V9.99997H7C7.22556 9.99866 7.44406 9.92113 7.62 9.77997L11 7.07997V16.92ZM19.66 6.33997C19.4717 6.15167 19.2163 6.04588 18.95 6.04588C18.6837 6.04588 18.4283 6.15167 18.24 6.33997C18.0517 6.52827 17.9459 6.78367 17.9459 7.04997C17.9459 7.31627 18.0517 7.57167 18.24 7.75997C18.8289 8.34791 19.289 9.0519 19.5911 9.82722C19.8933 10.6025 20.0309 11.4322 19.9951 12.2636C19.9594 13.0949 19.7511 13.9098 19.3835 14.6563C19.016 15.4028 18.4971 16.0647 17.86 16.6C17.7053 16.7323 17.5946 16.9087 17.5428 17.1055C17.491 17.3024 17.5005 17.5104 17.5701 17.7018C17.6396 17.8931 17.766 18.0586 17.9321 18.1762C18.0983 18.2939 18.2964 18.358 18.5 18.36C18.7337 18.3604 18.9601 18.2791 19.14 18.13C19.9909 17.4173 20.6843 16.5353 21.1759 15.5401C21.6675 14.5449 21.9466 13.4583 21.9955 12.3494C22.0444 11.2405 21.862 10.1336 21.4599 9.09902C21.0579 8.06442 20.4449 7.12483 19.66 6.33997ZM16.83 9.16997C16.7368 9.07673 16.6261 9.00277 16.5042 8.95231C16.3824 8.90185 16.2519 8.87588 16.12 8.87588C15.9881 8.87588 15.8576 8.90185 15.7358 8.95231C15.6139 9.00277 15.5032 9.07673 15.41 9.16997C15.3168 9.26321 15.2428 9.3739 15.1923 9.49572C15.1419 9.61754 15.1159 9.74811 15.1159 9.87997C15.1159 10.0118 15.1419 10.1424 15.1923 10.2642C15.2428 10.386 15.3168 10.4967 15.41 10.59C15.7856 10.9633 15.9978 11.4704 16 12C16.0002 12.2913 15.9368 12.5792 15.8142 12.8435C15.6915 13.1078 15.5126 13.3421 15.29 13.53C15.1887 13.6139 15.105 13.717 15.0437 13.8334C14.9823 13.9497 14.9445 14.077 14.9325 14.208C14.9204 14.339 14.9343 14.471 14.9733 14.5967C15.0124 14.7223 15.0758 14.8389 15.16 14.94C15.2447 15.0405 15.3483 15.1234 15.465 15.1838C15.5817 15.2443 15.7092 15.2811 15.8401 15.2922C15.9711 15.3034 16.1029 15.2886 16.2282 15.2488C16.3534 15.2089 16.4696 15.1448 16.57 15.06C17.0171 14.6851 17.3768 14.2169 17.6238 13.6883C17.8709 13.1597 17.9992 12.5835 18 12C17.9944 10.9401 17.5744 9.92442 16.83 9.16997Z\" />\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAO,GAAoC;AAC1D,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD,EAAM,GAAE,29EAA49E,CAAA,EAC79E,CAAA;EACF,CAAA"}
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../Icon.js";
2
+ export declare function Xmark(props: Omit<IconProps, "children">): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/Xmark.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", { d: "M13.4099 12L19.7099 5.71C19.8982 5.5217 20.004 5.2663 20.004 5C20.004 4.7337 19.8982 4.47831 19.7099 4.29C19.5216 4.1017 19.2662 3.99591 18.9999 3.99591C18.7336 3.99591 18.4782 4.1017 18.2899 4.29L11.9999 10.59L5.70994 4.29C5.52164 4.1017 5.26624 3.99591 4.99994 3.99591C4.73364 3.99591 4.47824 4.1017 4.28994 4.29C4.10164 4.47831 3.99585 4.7337 3.99585 5C3.99585 5.2663 4.10164 5.5217 4.28994 5.71L10.5899 12L4.28994 18.29C4.19621 18.383 4.12182 18.4936 4.07105 18.6154C4.02028 18.7373 3.99414 18.868 3.99414 19C3.99414 19.132 4.02028 19.2627 4.07105 19.3846C4.12182 19.5064 4.19621 19.617 4.28994 19.71C4.3829 19.8037 4.4935 19.8781 4.61536 19.9289C4.73722 19.9797 4.86793 20.0058 4.99994 20.0058C5.13195 20.0058 5.26266 19.9797 5.38452 19.9289C5.50638 19.8781 5.61698 19.8037 5.70994 19.71L11.9999 13.41L18.2899 19.71C18.3829 19.8037 18.4935 19.8781 18.6154 19.9289C18.7372 19.9797 18.8679 20.0058 18.9999 20.0058C19.132 20.0058 19.2627 19.9797 19.3845 19.9289C19.5064 19.8781 19.617 19.8037 19.7099 19.71C19.8037 19.617 19.8781 19.5064 19.9288 19.3846C19.9796 19.2627 20.0057 19.132 20.0057 19C20.0057 18.868 19.9796 18.7373 19.9288 18.6154C19.8781 18.4936 19.8037 18.383 19.7099 18.29L13.4099 12Z" }) })
9
+ });
10
+ }
11
+ //#endregion
12
+ export { r as Xmark };
13
+
14
+ //# sourceMappingURL=Xmark.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Xmark.js","names":[],"sources":["../../../../src/components/Icon/icons/Xmark.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function Xmark(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path d=\"M13.4099 12L19.7099 5.71C19.8982 5.5217 20.004 5.2663 20.004 5C20.004 4.7337 19.8982 4.47831 19.7099 4.29C19.5216 4.1017 19.2662 3.99591 18.9999 3.99591C18.7336 3.99591 18.4782 4.1017 18.2899 4.29L11.9999 10.59L5.70994 4.29C5.52164 4.1017 5.26624 3.99591 4.99994 3.99591C4.73364 3.99591 4.47824 4.1017 4.28994 4.29C4.10164 4.47831 3.99585 4.7337 3.99585 5C3.99585 5.2663 4.10164 5.5217 4.28994 5.71L10.5899 12L4.28994 18.29C4.19621 18.383 4.12182 18.4936 4.07105 18.6154C4.02028 18.7373 3.99414 18.868 3.99414 19C3.99414 19.132 4.02028 19.2627 4.07105 19.3846C4.12182 19.5064 4.19621 19.617 4.28994 19.71C4.3829 19.8037 4.4935 19.8781 4.61536 19.9289C4.73722 19.9797 4.86793 20.0058 4.99994 20.0058C5.13195 20.0058 5.26266 19.9797 5.38452 19.9289C5.50638 19.8781 5.61698 19.8037 5.70994 19.71L11.9999 13.41L18.2899 19.71C18.3829 19.8037 18.4935 19.8781 18.6154 19.9289C18.7372 19.9797 18.8679 20.0058 18.9999 20.0058C19.132 20.0058 19.2627 19.9797 19.3845 19.9289C19.5064 19.8781 19.617 19.8037 19.7099 19.71C19.8037 19.617 19.8781 19.5064 19.9288 19.3846C19.9796 19.2627 20.0057 19.132 20.0057 19C20.0057 18.868 19.9796 18.7373 19.9288 18.6154C19.8781 18.4936 19.8037 18.383 19.7099 18.29L13.4099 12Z\" />\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAM,GAAoC;AACzD,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD,EAAM,GAAE,qrCAAsrC,CAAA,EACvrC,CAAA;EACF,CAAA"}
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from "../Icon.js";
2
+ export declare function XmarkCircle(props: Omit<IconProps, "children">): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ import { Icon as e } from "../Icon.js";
2
+ import { Glyph as t } from "./Glyph.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/components/Icon/icons/XmarkCircle.tsx
5
+ function r(r) {
6
+ return /* @__PURE__ */ n(e, {
7
+ ...r,
8
+ children: /* @__PURE__ */ n(t, { children: /* @__PURE__ */ n("path", { d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM9.1129 7.7097L9.20711 7.79289L12 10.585L14.7929 7.79289C15.1834 7.40237 15.8166 7.40237 16.2071 7.79289C16.5676 8.15338 16.5953 8.72061 16.2903 9.1129L16.2071 9.20711L13.415 12L16.2071 14.7929C16.5976 15.1834 16.5976 15.8166 16.2071 16.2071C15.8466 16.5676 15.2794 16.5953 14.8871 16.2903L14.7929 16.2071L12 13.415L9.20711 16.2071C8.81658 16.5976 8.18342 16.5976 7.79289 16.2071C7.43241 15.8466 7.40468 15.2794 7.7097 14.8871L7.79289 14.7929L10.585 12L7.79289 9.20711C7.40237 8.81658 7.40237 8.18342 7.79289 7.79289C8.15338 7.43241 8.72061 7.40468 9.1129 7.7097Z" }) })
9
+ });
10
+ }
11
+ //#endregion
12
+ export { r as XmarkCircle };
13
+
14
+ //# sourceMappingURL=XmarkCircle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XmarkCircle.js","names":[],"sources":["../../../../src/components/Icon/icons/XmarkCircle.tsx"],"sourcesContent":["import type { IconProps } from \"../Icon.js\";\nimport { Icon } from \"../Icon.js\";\nimport { Glyph } from \"./Glyph.js\";\n\nexport function XmarkCircle(props: Omit<IconProps, \"children\">) {\n\treturn (\n\t\t<Icon {...props}>\n\t\t\t<Glyph>\n\t\t\t\t<path d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM9.1129 7.7097L9.20711 7.79289L12 10.585L14.7929 7.79289C15.1834 7.40237 15.8166 7.40237 16.2071 7.79289C16.5676 8.15338 16.5953 8.72061 16.2903 9.1129L16.2071 9.20711L13.415 12L16.2071 14.7929C16.5976 15.1834 16.5976 15.8166 16.2071 16.2071C15.8466 16.5676 15.2794 16.5953 14.8871 16.2903L14.7929 16.2071L12 13.415L9.20711 16.2071C8.81658 16.5976 8.18342 16.5976 7.79289 16.2071C7.43241 15.8466 7.40468 15.2794 7.7097 14.8871L7.79289 14.7929L10.585 12L7.79289 9.20711C7.40237 8.81658 7.40237 8.18342 7.79289 7.79289C8.15338 7.43241 8.72061 7.40468 9.1129 7.7097Z\" />\n\t\t\t</Glyph>\n\t\t</Icon>\n\t);\n}\n"],"mappings":";;;;AAIA,SAAgB,EAAY,GAAoC;AAC/D,QACC,kBAAC,GAAD;EAAM,GAAI;YACT,kBAAC,GAAD,EAAA,UACC,kBAAC,QAAD,EAAM,GAAE,uxBAAwxB,CAAA,EACzxB,CAAA;EACF,CAAA"}
@@ -0,0 +1,34 @@
1
+ export { AdaLogo } from "./AdaLogo.js";
2
+ export { ArrowDown } from "./ArrowDown.js";
3
+ export { ArrowLeft } from "./ArrowLeft.js";
4
+ export { ArrowNortheast } from "./ArrowNortheast.js";
5
+ export { ArrowNorthwest } from "./ArrowNorthwest.js";
6
+ export { ArrowRight } from "./ArrowRight.js";
7
+ export { Bell } from "./Bell.js";
8
+ export { BellSlash } from "./BellSlash.js";
9
+ export { Checkmark } from "./Checkmark.js";
10
+ export { ChevronLeft } from "./ChevronLeft.js";
11
+ export { ChevronRight } from "./ChevronRight.js";
12
+ export { CloudUpload } from "./CloudUpload.js";
13
+ export { Download } from "./Download.js";
14
+ export { Ellipses } from "./Ellipses.js";
15
+ export { Email } from "./Email.js";
16
+ export { ExclamationSync } from "./ExclamationSync.js";
17
+ export { ExclamationTriangle } from "./ExclamationTriangle.js";
18
+ export { Eye } from "./Eye.js";
19
+ export { EyeSlash } from "./EyeSlash.js";
20
+ export { Language } from "./Language.js";
21
+ export { MediaSlash } from "./MediaSlash.js";
22
+ export { MessagingFill } from "./MessagingFill.js";
23
+ export { Minimize } from "./Minimize.js";
24
+ export { Mute } from "./Mute.js";
25
+ export { Paperclip } from "./Paperclip.js";
26
+ export { PersonFill } from "./PersonFill.js";
27
+ export { PlayFill } from "./PlayFill.js";
28
+ export { SendFill } from "./SendFill.js";
29
+ export { StarBadgeFill } from "./StarBadgeFill.js";
30
+ export { ThumbsDown } from "./ThumbsDown.js";
31
+ export { ThumbsUp } from "./ThumbsUp.js";
32
+ export { Volume } from "./Volume.js";
33
+ export { Xmark } from "./Xmark.js";
34
+ export { XmarkCircle } from "./XmarkCircle.js";
@@ -0,0 +1,3 @@
1
+ export type { IconProps } from "./Icon.js";
2
+ export { Icon } from "./Icon.js";
3
+ export * from "./icons/index.js";