@postal-music/icons 0.1.4 → 0.1.6

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 (209) hide show
  1. package/dist/index.js +587 -1
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +560 -2
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/index.native.js +27 -104
  6. package/dist/index.native.js.map +1 -1
  7. package/dist/index.native.mjs +1 -77
  8. package/dist/index.native.mjs.map +1 -1
  9. package/dist/types/icons/_icon-props.d.ts +7 -0
  10. package/dist/types/icons/actions/CheckIcon.d.ts +8 -0
  11. package/dist/types/icons/actions/Copy02Icon.d.ts +6 -0
  12. package/dist/types/icons/actions/Copy06Icon.d.ts +7 -0
  13. package/dist/types/icons/actions/CopyIcon.d.ts +9 -0
  14. package/dist/types/icons/actions/Expand01Icon.d.ts +8 -0
  15. package/dist/types/icons/actions/LogoutIcon.d.ts +8 -0
  16. package/dist/types/icons/actions/MinCircleIcon.d.ts +9 -0
  17. package/dist/types/icons/actions/MinimiseIcon.d.ts +8 -0
  18. package/dist/types/icons/actions/MinusIcon.d.ts +7 -0
  19. package/dist/types/icons/actions/MoreOptionsIcon.d.ts +9 -0
  20. package/dist/types/icons/actions/MoveIcon.d.ts +9 -0
  21. package/dist/types/icons/actions/PencilIcon.d.ts +9 -0
  22. package/dist/types/icons/actions/PlusCircleIcon.d.ts +8 -0
  23. package/dist/types/icons/actions/PlusIcon.d.ts +8 -0
  24. package/dist/types/icons/actions/RefreshIcon.d.ts +5 -0
  25. package/dist/types/icons/actions/ResetIcon.d.ts +11 -0
  26. package/dist/types/icons/actions/SettingsIcon.d.ts +7 -0
  27. package/dist/types/icons/actions/SlidersIcon.d.ts +7 -0
  28. package/dist/types/icons/actions/SmallMagnifyIcon.d.ts +9 -0
  29. package/dist/types/icons/actions/Trash02Icon.d.ts +7 -0
  30. package/dist/types/icons/actions/TrashIcon.d.ts +7 -0
  31. package/dist/types/icons/actions/XIcon.d.ts +8 -0
  32. package/dist/types/icons/actions/index.d.ts +22 -0
  33. package/dist/types/icons/alerts/AlertTriangleIcon.d.ts +9 -0
  34. package/dist/types/icons/alerts/BellIcon.d.ts +6 -0
  35. package/dist/types/icons/alerts/CheckCircleIcon.d.ts +8 -0
  36. package/dist/types/icons/alerts/InfoCircleIcon.d.ts +9 -0
  37. package/dist/types/icons/alerts/InfoIcon.d.ts +8 -0
  38. package/dist/types/icons/alerts/InfoSquareIcon.d.ts +7 -0
  39. package/dist/types/icons/alerts/SlashCircleIcon.d.ts +9 -0
  40. package/dist/types/icons/alerts/XCircleIcon.d.ts +8 -0
  41. package/dist/types/icons/alerts/index.d.ts +8 -0
  42. package/dist/types/icons/arrows/ArrowDownIcon.d.ts +7 -0
  43. package/dist/types/icons/arrows/ArrowLeftIcon.d.ts +8 -0
  44. package/dist/types/icons/arrows/ArrowRightIcon.d.ts +7 -0
  45. package/dist/types/icons/arrows/ArrowUp01Icon.d.ts +10 -0
  46. package/dist/types/icons/arrows/ArrowUpIcon.d.ts +5 -0
  47. package/dist/types/icons/arrows/ChevronLeftIcon.d.ts +8 -0
  48. package/dist/types/icons/arrows/ChevronSelectorIcon.d.ts +8 -0
  49. package/dist/types/icons/arrows/NarrowUpRightIcon.d.ts +6 -0
  50. package/dist/types/icons/arrows/SwitchHorizontal02Icon.d.ts +16 -0
  51. package/dist/types/icons/arrows/UTurnIcon.d.ts +7 -0
  52. package/dist/types/icons/arrows/index.d.ts +10 -0
  53. package/dist/types/icons/brand/InstagramWhiteIcon.d.ts +12 -0
  54. package/dist/types/icons/brand/PostalIcon.d.ts +6 -0
  55. package/dist/types/icons/brand/index.d.ts +2 -0
  56. package/dist/types/icons/charts/BarChart01Icon.d.ts +8 -0
  57. package/dist/types/icons/charts/BarChart10Icon.d.ts +6 -0
  58. package/dist/types/icons/charts/LineChart03UpIcon.d.ts +6 -0
  59. package/dist/types/icons/charts/index.d.ts +3 -0
  60. package/dist/types/icons/communication/AnnotationInfoIcon.d.ts +7 -0
  61. package/dist/types/icons/communication/ChatBubbleDotIcon.d.ts +2 -0
  62. package/dist/types/icons/communication/ChatBubbleIcon.d.ts +6 -0
  63. package/dist/types/icons/communication/MailIcon.d.ts +8 -0
  64. package/dist/types/icons/communication/MessageSquareTextIcon.d.ts +17 -0
  65. package/dist/types/icons/communication/MessageTextCircle01Icon.d.ts +8 -0
  66. package/dist/types/icons/communication/NotificationTextIcon.d.ts +4 -0
  67. package/dist/types/icons/communication/SendIcon.d.ts +7 -0
  68. package/dist/types/icons/communication/index.d.ts +8 -0
  69. package/dist/types/icons/files/CameraIcon.d.ts +2 -0
  70. package/dist/types/icons/files/Download02Icon.d.ts +7 -0
  71. package/dist/types/icons/files/Download03Icon.d.ts +8 -0
  72. package/dist/types/icons/files/Download04Icon.d.ts +14 -0
  73. package/dist/types/icons/files/DownloadCircleIcon.d.ts +16 -0
  74. package/dist/types/icons/files/DownloadIcon.d.ts +9 -0
  75. package/dist/types/icons/files/File02Icon.d.ts +7 -0
  76. package/dist/types/icons/files/FileDownload02Icon.d.ts +7 -0
  77. package/dist/types/icons/files/FolderGradientIcon.d.ts +6 -0
  78. package/dist/types/icons/files/FolderIcon.d.ts +8 -0
  79. package/dist/types/icons/files/FolderPlusIcon.d.ts +13 -0
  80. package/dist/types/icons/files/Upload01Icon.d.ts +13 -0
  81. package/dist/types/icons/files/UploadCloudIcon.d.ts +6 -0
  82. package/dist/types/icons/files/UploadIcon.d.ts +9 -0
  83. package/dist/types/icons/files/index.d.ts +14 -0
  84. package/dist/types/icons/finance/BankNote03Icon.d.ts +9 -0
  85. package/dist/types/icons/finance/CoinsStacked03Icon.d.ts +11 -0
  86. package/dist/types/icons/finance/CreditCardIcon.d.ts +7 -0
  87. package/dist/types/icons/finance/Wallet01Icon.d.ts +7 -0
  88. package/dist/types/icons/finance/index.d.ts +4 -0
  89. package/dist/types/icons/general/ActivityIcon.d.ts +16 -0
  90. package/dist/types/icons/general/BookIcon.d.ts +7 -0
  91. package/dist/types/icons/general/BookmarkIcon.d.ts +9 -0
  92. package/dist/types/icons/general/CollaborativeIcon.d.ts +8 -0
  93. package/dist/types/icons/general/DataIcon.d.ts +7 -0
  94. package/dist/types/icons/general/Dataflow03Icon.d.ts +16 -0
  95. package/dist/types/icons/general/Datapoints01Icon.d.ts +7 -0
  96. package/dist/types/icons/general/DropBoxIcon.d.ts +7 -0
  97. package/dist/types/icons/general/FaceSmileIcon.d.ts +13 -0
  98. package/dist/types/icons/general/Flag01Icon.d.ts +8 -0
  99. package/dist/types/icons/general/Gift01Icon.d.ts +8 -0
  100. package/dist/types/icons/general/Globe02Icon.d.ts +7 -0
  101. package/dist/types/icons/general/Globe05Icon.d.ts +11 -0
  102. package/dist/types/icons/general/GlobeIcon.d.ts +8 -0
  103. package/dist/types/icons/general/Hash02Icon.d.ts +6 -0
  104. package/dist/types/icons/general/HeartIcon.d.ts +10 -0
  105. package/dist/types/icons/general/HelpIcon.d.ts +6 -0
  106. package/dist/types/icons/general/Image01Icon.d.ts +4 -0
  107. package/dist/types/icons/general/Image03Icon.d.ts +9 -0
  108. package/dist/types/icons/general/ImageIcon.d.ts +8 -0
  109. package/dist/types/icons/general/LandingCollaborativeIcon.d.ts +7 -0
  110. package/dist/types/icons/general/LandingControlsIcon.d.ts +7 -0
  111. package/dist/types/icons/general/LandingMusicIcon.d.ts +8 -0
  112. package/dist/types/icons/general/LandingShareIcon.d.ts +7 -0
  113. package/dist/types/icons/general/LandingUploadIcon.d.ts +7 -0
  114. package/dist/types/icons/general/LayersThree01Icon.d.ts +6 -0
  115. package/dist/types/icons/general/LyricsIcon.d.ts +8 -0
  116. package/dist/types/icons/general/MoonIcon.d.ts +7 -0
  117. package/dist/types/icons/general/MusicNoteIcon.d.ts +6 -0
  118. package/dist/types/icons/general/PinIcon.d.ts +7 -0
  119. package/dist/types/icons/general/QuestionCircleIcon.d.ts +7 -0
  120. package/dist/types/icons/general/Recordering01.d.ts +7 -0
  121. package/dist/types/icons/general/Share01Icon.d.ts +8 -0
  122. package/dist/types/icons/general/ShareIcon.d.ts +7 -0
  123. package/dist/types/icons/general/StarIcon.d.ts +2 -0
  124. package/dist/types/icons/general/Stars01Icon.d.ts +10 -0
  125. package/dist/types/icons/general/Stars02Icon.d.ts +13 -0
  126. package/dist/types/icons/general/Stars04Icon.d.ts +8 -0
  127. package/dist/types/icons/general/Stars06Icon.d.ts +7 -0
  128. package/dist/types/icons/general/TagsIcon.d.ts +7 -0
  129. package/dist/types/icons/general/ThumbsDownIcon.d.ts +6 -0
  130. package/dist/types/icons/general/Type01Icon.d.ts +6 -0
  131. package/dist/types/icons/general/index.d.ts +42 -0
  132. package/dist/types/icons/index.d.ts +15 -0
  133. package/dist/types/icons/media/10SecondsBackIcon.d.ts +7 -0
  134. package/dist/types/icons/media/EqualizerIcon.d.ts +4 -0
  135. package/dist/types/icons/media/HeadPhonesIcon.d.ts +6 -0
  136. package/dist/types/icons/media/MediaUploadIcon.d.ts +8 -0
  137. package/dist/types/icons/media/NextTrackIcon.d.ts +8 -0
  138. package/dist/types/icons/media/PauseIcon.d.ts +7 -0
  139. package/dist/types/icons/media/PlayIcon.d.ts +7 -0
  140. package/dist/types/icons/media/PlaySquareIcon.d.ts +6 -0
  141. package/dist/types/icons/media/PreviousTrackIcon.d.ts +8 -0
  142. package/dist/types/icons/media/Repeat01Icon.d.ts +8 -0
  143. package/dist/types/icons/media/Repeat02Icon.d.ts +9 -0
  144. package/dist/types/icons/media/Repeat03Icon.d.ts +8 -0
  145. package/dist/types/icons/media/Shuffle01Icon.d.ts +8 -0
  146. package/dist/types/icons/media/TenSecondsForwardIcon.d.ts +7 -0
  147. package/dist/types/icons/media/VideoRecorderIcon.d.ts +7 -0
  148. package/dist/types/icons/media/VolumeIcon.d.ts +6 -0
  149. package/dist/types/icons/media/VolumeMaxIcon.d.ts +7 -0
  150. package/dist/types/icons/media/index.d.ts +17 -0
  151. package/dist/types/icons/navigation/AlignLeftIcon.d.ts +6 -0
  152. package/dist/types/icons/navigation/DotgridIcon.d.ts +9 -0
  153. package/dist/types/icons/navigation/FilterIcon.d.ts +7 -0
  154. package/dist/types/icons/navigation/Grid01Icon.d.ts +6 -0
  155. package/dist/types/icons/navigation/GridIcon.d.ts +10 -0
  156. package/dist/types/icons/navigation/HomeIcon.d.ts +10 -0
  157. package/dist/types/icons/navigation/ListIcon.d.ts +7 -0
  158. package/dist/types/icons/navigation/MenuIcon.d.ts +5 -0
  159. package/dist/types/icons/navigation/Rows01Icon.d.ts +6 -0
  160. package/dist/types/icons/navigation/Rows03Icon.d.ts +8 -0
  161. package/dist/types/icons/navigation/SearchIcon.d.ts +8 -0
  162. package/dist/types/icons/navigation/SidebarMenuIcon.d.ts +7 -0
  163. package/dist/types/icons/navigation/SortIcon.d.ts +7 -0
  164. package/dist/types/icons/navigation/index.d.ts +13 -0
  165. package/dist/types/icons/security/EyeIcon.d.ts +8 -0
  166. package/dist/types/icons/security/Lock03FilledIcon.d.ts +7 -0
  167. package/dist/types/icons/security/Lock03Icon.d.ts +7 -0
  168. package/dist/types/icons/security/LockIcon.d.ts +7 -0
  169. package/dist/types/icons/security/LockUnlocked03Icon.d.ts +7 -0
  170. package/dist/types/icons/security/PasswordInputIcon.d.ts +6 -0
  171. package/dist/types/icons/security/index.d.ts +6 -0
  172. package/dist/types/icons/social/AppleMusicIcon.d.ts +7 -0
  173. package/dist/types/icons/social/AudiomackIcon.d.ts +9 -0
  174. package/dist/types/icons/social/InstagramShortsIcon.d.ts +9 -0
  175. package/dist/types/icons/social/ShazamIcon.d.ts +9 -0
  176. package/dist/types/icons/social/SoundCloudIcon.d.ts +9 -0
  177. package/dist/types/icons/social/SpotifyIcon.d.ts +11 -0
  178. package/dist/types/icons/social/TiktokIcon.d.ts +9 -0
  179. package/dist/types/icons/social/YoutubeIcon.d.ts +9 -0
  180. package/dist/types/icons/social/YoutubeReelsIcon.d.ts +9 -0
  181. package/dist/types/icons/social/index.d.ts +9 -0
  182. package/dist/types/icons/time/CalendarIcon.d.ts +11 -0
  183. package/dist/types/icons/time/ClockIcon.d.ts +8 -0
  184. package/dist/types/icons/time/index.d.ts +2 -0
  185. package/dist/types/icons/users/AccountIcon.d.ts +6 -0
  186. package/dist/types/icons/users/UserApproveIcon.d.ts +7 -0
  187. package/dist/types/icons/users/UserIcon.d.ts +10 -0
  188. package/dist/types/icons/users/UserPlusIcon.d.ts +10 -0
  189. package/dist/types/icons/users/UserUp01Icon.d.ts +10 -0
  190. package/dist/types/icons/users/UserXIcon.d.ts +7 -0
  191. package/dist/types/icons/users/Users03Icon.d.ts +6 -0
  192. package/dist/types/icons/users/UsersIcon.d.ts +8 -0
  193. package/dist/types/icons/users/UsersPlusIcon.d.ts +4 -0
  194. package/dist/types/icons/users/index.d.ts +9 -0
  195. package/dist/types/index.d.ts +2 -0
  196. package/dist/types/tokens/colors.d.ts +48 -0
  197. package/dist/types/tokens/index.d.ts +4 -0
  198. package/dist/types/tokens/radius.d.ts +14 -0
  199. package/dist/types/tokens/spacing.d.ts +23 -0
  200. package/dist/types/tokens/typography.d.ts +38 -0
  201. package/dist/types/utils/cn.d.ts +1 -0
  202. package/package.json +5 -5
  203. package/src/icons/arrows/index.ts +6 -6
  204. package/src/icons/communication/index.ts +3 -3
  205. package/src/icons/files/index.ts +6 -6
  206. package/src/icons/general/TagsIcon.web.tsx +1 -2
  207. package/src/icons/general/index.ts +7 -7
  208. package/src/icons/media/index.ts +3 -3
  209. package/src/icons/users/index.ts +3 -3
package/dist/index.js CHANGED
@@ -837,6 +837,33 @@ var XCircleIcon = React6__namespace.forwardRef(
837
837
  );
838
838
  XCircleIcon.displayName = "XCircleIcon";
839
839
  var XCircleIcon_web_default = XCircleIcon;
840
+ var ArrowDownIcon = ({
841
+ size = 20,
842
+ strokeWidth = 2,
843
+ className,
844
+ ...props
845
+ }) => /* @__PURE__ */ jsxRuntime.jsx(
846
+ "svg",
847
+ {
848
+ xmlns: "http://www.w3.org/2000/svg",
849
+ width: size,
850
+ height: size,
851
+ className,
852
+ fill: "none",
853
+ viewBox: "0 0 24 24",
854
+ stroke: "currentColor",
855
+ ...props,
856
+ children: /* @__PURE__ */ jsxRuntime.jsx(
857
+ "path",
858
+ {
859
+ strokeLinecap: "round",
860
+ strokeLinejoin: "round",
861
+ strokeWidth,
862
+ d: "M19 9l-7 7-7-7"
863
+ }
864
+ )
865
+ }
866
+ );
840
867
  var ArrowLeftIcon = ({
841
868
  size = 16,
842
869
  color = "currentColor",
@@ -930,6 +957,36 @@ var ArrowUpIcon01 = React6__namespace.memo(
930
957
  })
931
958
  );
932
959
  ArrowUpIcon01.displayName = "ArrowUpIcon01";
960
+ function ArrowUpIcon({
961
+ className,
962
+ size = 16,
963
+ stroke = "#8F8F8F",
964
+ color = "currentColor",
965
+ fill = "none",
966
+ ...props
967
+ }) {
968
+ return /* @__PURE__ */ jsxRuntime.jsx(
969
+ "svg",
970
+ {
971
+ width: size,
972
+ height: size,
973
+ viewBox: "0 0 16 16",
974
+ fill,
975
+ xmlns: "http://www.w3.org/2000/svg",
976
+ className,
977
+ ...props,
978
+ children: /* @__PURE__ */ jsxRuntime.jsx(
979
+ "path",
980
+ {
981
+ d: "M12 10L8 6L4 10",
982
+ stroke: color,
983
+ strokeWidth: 1.5,
984
+ strokeLinejoin: "round"
985
+ }
986
+ )
987
+ }
988
+ );
989
+ }
933
990
  var ChevronLeftIcon = ({
934
991
  size = 16,
935
992
  color = "currentColor",
@@ -979,6 +1036,34 @@ var ChevronSelectorIcon = ({
979
1036
  }
980
1037
  );
981
1038
  var ChevronSelectorIcon_web_default = ChevronSelectorIcon;
1039
+ function NarrowUpRightIcon({ title, ...props }) {
1040
+ return /* @__PURE__ */ jsxRuntime.jsxs(
1041
+ "svg",
1042
+ {
1043
+ width: "18",
1044
+ height: "18",
1045
+ viewBox: "0 0 18 18",
1046
+ fill: "none",
1047
+ xmlns: "http://www.w3.org/2000/svg",
1048
+ "aria-hidden": title ? void 0 : true,
1049
+ role: title ? "img" : "presentation",
1050
+ ...props,
1051
+ children: [
1052
+ title ? /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }) : null,
1053
+ /* @__PURE__ */ jsxRuntime.jsx(
1054
+ "path",
1055
+ {
1056
+ d: "M4.5 13.5L13.5 4.5M13.5 4.5H7.5M13.5 4.5V10.5",
1057
+ stroke: "currentColor",
1058
+ strokeWidth: 1.25,
1059
+ strokeLinecap: "round",
1060
+ strokeLinejoin: "round"
1061
+ }
1062
+ )
1063
+ ]
1064
+ }
1065
+ );
1066
+ }
982
1067
  var SwitchHorizontal02Icon = ({
983
1068
  size = 18,
984
1069
  ...props
@@ -1223,6 +1308,43 @@ var AnnotationInfoIcon = ({
1223
1308
  );
1224
1309
  };
1225
1310
  var AnnotationInfoIcon_web_default = AnnotationInfoIcon;
1311
+ function ChatBubbleDotIcon(props) {
1312
+ return /* @__PURE__ */ jsxRuntime.jsxs(
1313
+ "svg",
1314
+ {
1315
+ width: "18",
1316
+ height: "18",
1317
+ viewBox: "0 0 24 24",
1318
+ fill: "none",
1319
+ xmlns: "http://www.w3.org/2000/svg",
1320
+ "aria-hidden": "true",
1321
+ ...props,
1322
+ children: [
1323
+ /* @__PURE__ */ jsxRuntime.jsx(
1324
+ "path",
1325
+ {
1326
+ d: "M20.1208 3.87868C21.2924 5.05025 21.2924 6.94975 20.1208 8.12132C18.9493 9.29289 17.0498 9.29289 15.8782 8.12132C14.7066 6.94975 14.7066 5.05025 15.8782 3.87868C17.0498 2.70711 18.9493 2.70711 20.1208 3.87868Z",
1327
+ stroke: "#007EFF",
1328
+ strokeWidth: 2,
1329
+ fill: "#007EFF",
1330
+ strokeLinecap: "round",
1331
+ strokeLinejoin: "round"
1332
+ }
1333
+ ),
1334
+ /* @__PURE__ */ jsxRuntime.jsx(
1335
+ "path",
1336
+ {
1337
+ d: "M11.707 3.03638C7.38421 3.43612 3.99962 7.07276 3.99962 11.4999C3.99962 12.4499 4.15547 13.3635 4.44299 14.2165C4.55119 14.5375 4.60529 14.698 4.61505 14.8213C4.62469 14.9431 4.6174 15.0285 4.58728 15.1469C4.55677 15.2667 4.48942 15.3914 4.35472 15.6407L2.71906 18.6683C2.48575 19.1001 2.36909 19.316 2.3952 19.4827C2.41794 19.6278 2.50337 19.7556 2.6288 19.8321C2.7728 19.92 3.01692 19.8948 3.50517 19.8443L8.62619 19.3149C8.78121 19.2989 8.85882 19.2909 8.92949 19.2936C8.999 19.2962 9.04807 19.3028 9.11586 19.3184C9.18478 19.3343 9.27145 19.3677 9.44478 19.4344C10.3928 19.7997 11.4228 19.9999 12.4996 19.9999C16.9304 19.9999 20.5694 16.6097 20.9641 12.2818",
1338
+ stroke: "currentColor",
1339
+ strokeWidth: 2,
1340
+ strokeLinecap: "round",
1341
+ strokeLinejoin: "round"
1342
+ }
1343
+ )
1344
+ ]
1345
+ }
1346
+ );
1347
+ }
1226
1348
  var ChatBubbleIcon = ({
1227
1349
  title = "Chat",
1228
1350
  className,
@@ -1312,6 +1434,56 @@ var MessageSquareTextIcon = ({
1312
1434
  }
1313
1435
  );
1314
1436
  var MessageSquareTextIcon_web_default = MessageSquareTextIcon;
1437
+ var MessageTextCircle01Icon = ({
1438
+ size = 18,
1439
+ color = "currentColor",
1440
+ className
1441
+ }) => /* @__PURE__ */ jsxRuntime.jsx(
1442
+ "svg",
1443
+ {
1444
+ width: size,
1445
+ height: size,
1446
+ viewBox: "0 0 18 18",
1447
+ fill: "none",
1448
+ xmlns: "http://www.w3.org/2000/svg",
1449
+ className,
1450
+ role: "img",
1451
+ "aria-hidden": "true",
1452
+ children: /* @__PURE__ */ jsxRuntime.jsx(
1453
+ "path",
1454
+ {
1455
+ d: "M5.99972 7.125H8.99972M5.99972 9.75H11.2497M9.37472 15C12.8955 15 15.7497 12.1458 15.7497 8.625C15.7497 5.10418 12.8955 2.25 9.37472 2.25C5.8539 2.25 2.99972 5.10418 2.99972 8.625C2.99972 9.3375 3.1166 10.0227 3.33225 10.6625C3.4134 10.9032 3.45397 11.0236 3.46129 11.1161C3.46852 11.2074 3.46305 11.2714 3.44046 11.3602C3.41758 11.4501 3.36707 11.5436 3.26604 11.7306L2.0393 14.0013C1.86431 14.3252 1.77682 14.4871 1.7964 14.6121C1.81346 14.7209 1.87753 14.8168 1.9716 14.8742C2.0796 14.9401 2.26269 14.9211 2.62887 14.8833L6.46964 14.4863C6.58595 14.4742 6.64411 14.4682 6.69711 14.4703C6.74925 14.4722 6.78605 14.4771 6.83689 14.4889C6.88858 14.5008 6.95358 14.5258 7.08358 14.5759C7.79462 14.8498 8.56713 15 9.37472 15Z",
1456
+ stroke: color,
1457
+ strokeWidth: "1.25",
1458
+ strokeLinecap: "round",
1459
+ strokeLinejoin: "round"
1460
+ }
1461
+ )
1462
+ }
1463
+ );
1464
+ var NotificationTextIcon = (props) => /* @__PURE__ */ jsxRuntime.jsx(
1465
+ "svg",
1466
+ {
1467
+ width: "18",
1468
+ height: "18",
1469
+ viewBox: "0 0 18 18",
1470
+ fill: "none",
1471
+ xmlns: "http://www.w3.org/2000/svg",
1472
+ "aria-hidden": "true",
1473
+ focusable: "false",
1474
+ ...props,
1475
+ children: /* @__PURE__ */ jsxRuntime.jsx(
1476
+ "path",
1477
+ {
1478
+ d: "M8.25 3H5.85C4.58988 3 3.95982 3 3.47852 3.24524C3.05516 3.46095 2.71095 3.80516 2.49524 4.22852C2.25 4.70982 2.25 5.33988 2.25 6.6V12.15C2.25 13.4101 2.25 14.0402 2.49524 14.5215C2.71095 14.9448 3.05516 15.289 3.47852 15.5048C3.95982 15.75 4.58988 15.75 5.85 15.75H11.4C12.6601 15.75 13.2902 15.75 13.7715 15.5048C14.1948 15.289 14.539 14.9448 14.7548 14.5215C15 14.0402 15 13.4101 15 12.15V9.75M9.75 12.75H5.25M11.25 9.75H5.25M15.091 2.90901C15.9697 3.78769 15.9697 5.21231 15.091 6.09099C14.2123 6.96967 12.7877 6.96967 11.909 6.09099C11.0303 5.21231 11.0303 3.78769 11.909 2.90901C12.7877 2.03033 14.2123 2.03033 15.091 2.90901Z",
1479
+ stroke: "currentColor",
1480
+ strokeWidth: 1.5,
1481
+ strokeLinecap: "round",
1482
+ strokeLinejoin: "round"
1483
+ }
1484
+ )
1485
+ }
1486
+ );
1315
1487
  var SendIcon = React6__namespace.forwardRef(
1316
1488
  ({ size = 18, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
1317
1489
  "svg",
@@ -1339,6 +1511,41 @@ var SendIcon = React6__namespace.forwardRef(
1339
1511
  );
1340
1512
  SendIcon.displayName = "SendIcon";
1341
1513
  var SendIcon_web_default = SendIcon;
1514
+ var CameraIcon = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
1515
+ "svg",
1516
+ {
1517
+ width: "16",
1518
+ height: "16",
1519
+ viewBox: "0 0 16 16",
1520
+ fill: "none",
1521
+ xmlns: "http://www.w3.org/2000/svg",
1522
+ "aria-hidden": "true",
1523
+ focusable: "false",
1524
+ ...props,
1525
+ children: [
1526
+ /* @__PURE__ */ jsxRuntime.jsx(
1527
+ "path",
1528
+ {
1529
+ d: "M1.33398 5.58473C1.33398 5.35119 1.33398 5.23442 1.34373 5.13606C1.43772 4.18743 2.18816 3.43699 3.13679 3.343C3.23515 3.33325 3.35822 3.33325 3.60437 3.33325C3.69922 3.33325 3.74664 3.33325 3.78691 3.33081C4.30106 3.29968 4.75129 2.97517 4.94341 2.49725C4.95846 2.45982 4.97252 2.41763 5.00065 2.33325C5.02878 2.24887 5.04284 2.20668 5.05789 2.16925C5.25002 1.69133 5.70024 1.36683 6.21439 1.33569C6.25466 1.33325 6.29913 1.33325 6.38808 1.33325H9.61323C9.70217 1.33325 9.74664 1.33325 9.78691 1.33569C10.3011 1.36683 10.7513 1.69133 10.9434 2.16925C10.9585 2.20668 10.9725 2.24887 11.0007 2.33325C11.0288 2.41763 11.0428 2.45982 11.0579 2.49725C11.25 2.97517 11.7002 3.29968 12.2144 3.33081C12.2547 3.33325 12.3021 3.33325 12.3969 3.33325C12.6431 3.33325 12.7662 3.33325 12.8645 3.343C13.8131 3.43699 14.5636 4.18743 14.6576 5.13606C14.6673 5.23442 14.6673 5.35119 14.6673 5.58473V10.7999C14.6673 11.92 14.6673 12.4801 14.4493 12.9079C14.2576 13.2842 13.9516 13.5902 13.5753 13.7819C13.1475 13.9999 12.5874 13.9999 11.4673 13.9999H4.53398C3.41388 13.9999 2.85383 13.9999 2.426 13.7819C2.04968 13.5902 1.74372 13.2842 1.55197 12.9079C1.33398 12.4801 1.33398 11.92 1.33398 10.7999V5.58473Z",
1530
+ stroke: "currentColor",
1531
+ strokeWidth: "1.25",
1532
+ strokeLinecap: "round",
1533
+ strokeLinejoin: "round"
1534
+ }
1535
+ ),
1536
+ /* @__PURE__ */ jsxRuntime.jsx(
1537
+ "path",
1538
+ {
1539
+ d: "M8.00065 10.9999C9.47341 10.9999 10.6673 9.80601 10.6673 8.33325C10.6673 6.86049 9.47341 5.66659 8.00065 5.66659C6.52789 5.66659 5.33398 6.86049 5.33398 8.33325C5.33398 9.80601 6.52789 10.9999 8.00065 10.9999Z",
1540
+ stroke: "currentColor",
1541
+ strokeWidth: "1.25",
1542
+ strokeLinecap: "round",
1543
+ strokeLinejoin: "round"
1544
+ }
1545
+ )
1546
+ ]
1547
+ }
1548
+ );
1342
1549
  var Download02Icon = ({
1343
1550
  size = 16,
1344
1551
  strokeColor = "currentColor",
@@ -1436,6 +1643,32 @@ var Download04Icon = ({
1436
1643
  );
1437
1644
  };
1438
1645
  var Download04Icon_web_default = Download04Icon;
1646
+ var DownloadCircleIcon = ({
1647
+ size = 26,
1648
+ stroke = "currentColor",
1649
+ strokeWidth = 2,
1650
+ className,
1651
+ ...props
1652
+ }) => /* @__PURE__ */ jsxRuntime.jsxs(
1653
+ "svg",
1654
+ {
1655
+ width: size,
1656
+ height: size,
1657
+ viewBox: "0 0 26 26",
1658
+ fill: "none",
1659
+ xmlns: "http://www.w3.org/2000/svg",
1660
+ stroke,
1661
+ strokeWidth,
1662
+ strokeLinecap: "round",
1663
+ strokeLinejoin: "round",
1664
+ className,
1665
+ ...props,
1666
+ children: [
1667
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8.66797 13.0013L13.0013 17.3346M13.0013 17.3346L17.3346 13.0013M13.0013 17.3346V8.66797" }),
1668
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M23.8346 13.0013C23.8346 18.9844 18.9844 23.8346 13.0013 23.8346C7.01822 23.8346 2.16797 18.9844 2.16797 13.0013C2.16797 7.01822 7.01822 2.16797 13.0013 2.16797C18.9844 2.16797 23.8346 7.01822 23.8346 13.0013Z" })
1669
+ ]
1670
+ }
1671
+ );
1439
1672
  var DownloadIcon = ({ size = 18, color = "currentColor", strokeWidth = 1.5, className }) => /* @__PURE__ */ jsxRuntime.jsx(
1440
1673
  "svg",
1441
1674
  {
@@ -1690,6 +1923,57 @@ var Upload01Icon = React6__namespace.forwardRef(
1690
1923
  }
1691
1924
  );
1692
1925
  Upload01Icon.displayName = "Upload01Icon";
1926
+ function UploadCloudIcon({ size = 22, className, ...props }) {
1927
+ return /* @__PURE__ */ jsxRuntime.jsx(
1928
+ "svg",
1929
+ {
1930
+ width: size,
1931
+ height: size,
1932
+ viewBox: "0 0 22 22",
1933
+ fill: "none",
1934
+ xmlns: "http://www.w3.org/2000/svg",
1935
+ className: cn("shrink-0", className),
1936
+ ...props,
1937
+ children: /* @__PURE__ */ jsxRuntime.jsx(
1938
+ "path",
1939
+ {
1940
+ d: "M7.33337 14.6667L11 11M11 11L14.6667 14.6667M11 11V19.25M18.3334 15.3476C19.4531 14.4229 20.1667 13.0239 20.1667 11.4583C20.1667 8.6739 17.9095 6.41667 15.125 6.41667C14.9247 6.41667 14.7373 6.31216 14.6357 6.13959C13.4403 4.1111 11.2333 2.75 8.70837 2.75C4.91142 2.75 1.83337 5.82804 1.83337 9.625C1.83337 11.5189 2.5992 13.234 3.83808 14.4774",
1941
+ stroke: "currentColor",
1942
+ strokeWidth: 1.75,
1943
+ strokeLinecap: "round",
1944
+ strokeLinejoin: "round"
1945
+ }
1946
+ )
1947
+ }
1948
+ );
1949
+ }
1950
+ var UploadIcon = ({
1951
+ size = 17,
1952
+ strokeColor = "currentColor",
1953
+ className = "",
1954
+ ...props
1955
+ }) => /* @__PURE__ */ jsxRuntime.jsx(
1956
+ "svg",
1957
+ {
1958
+ width: size,
1959
+ height: size,
1960
+ viewBox: "0 0 17 17",
1961
+ fill: "none",
1962
+ xmlns: "http://www.w3.org/2000/svg",
1963
+ className,
1964
+ ...props,
1965
+ children: /* @__PURE__ */ jsxRuntime.jsx(
1966
+ "path",
1967
+ {
1968
+ d: "M14.875 10.625V11.475C14.875 12.6651 14.875 13.2602 14.6434 13.7147C14.4397 14.1146 14.1146 14.4397 13.7147 14.6434C13.2602 14.875 12.6651 14.875 11.475 14.875H5.525C4.33489 14.875 3.73983 14.875 3.28527 14.6434C2.88543 14.4397 2.56034 14.1146 2.35661 13.7147C2.125 13.2602 2.125 12.6651 2.125 11.475V10.625M12.0417 5.66667L8.5 2.125M8.5 2.125L4.95833 5.66667M8.5 2.125V10.625",
1969
+ stroke: strokeColor,
1970
+ strokeWidth: 1.5,
1971
+ strokeLinecap: "round",
1972
+ strokeLinejoin: "round"
1973
+ }
1974
+ )
1975
+ }
1976
+ );
1693
1977
  var handleKeyDown = (e) => {
1694
1978
  const isEnter = e.key === "Enter";
1695
1979
  const isSpace = e.key === " ";
@@ -2003,6 +2287,57 @@ var Dataflow03Icon = ({
2003
2287
  );
2004
2288
  };
2005
2289
  var Dataflow03Icon_web_default = Dataflow03Icon;
2290
+ var Datapoints01Icon = ({
2291
+ size = 18,
2292
+ color = "currentColor",
2293
+ ...props
2294
+ }) => {
2295
+ return /* @__PURE__ */ jsxRuntime.jsxs(
2296
+ "svg",
2297
+ {
2298
+ width: size,
2299
+ height: size,
2300
+ viewBox: "0 0 18 18",
2301
+ fill: "none",
2302
+ xmlns: "http://www.w3.org/2000/svg",
2303
+ "aria-hidden": "true",
2304
+ ...props,
2305
+ children: [
2306
+ /* @__PURE__ */ jsxRuntime.jsx(
2307
+ "path",
2308
+ {
2309
+ d: "M3 9.75C3.41421 9.75 3.75 9.41421 3.75 9C3.75 8.58579 3.41421 8.25 3 8.25C2.58579 8.25 2.25 8.58579 2.25 9C2.25 9.41421 2.58579 9.75 3 9.75Z",
2310
+ fill: color
2311
+ }
2312
+ ),
2313
+ /* @__PURE__ */ jsxRuntime.jsx(
2314
+ "path",
2315
+ {
2316
+ d: "M3 5.25C3.41421 5.25 3.75 4.91421 3.75 4.5C3.75 4.08579 3.41421 3.75 3 3.75C2.58579 3.75 2.25 4.08579 2.25 4.5C2.25 4.91421 2.58579 5.25 3 5.25Z",
2317
+ fill: color
2318
+ }
2319
+ ),
2320
+ /* @__PURE__ */ jsxRuntime.jsx(
2321
+ "path",
2322
+ {
2323
+ d: "M3 14.25C3.41421 14.25 3.75 13.9142 3.75 13.5C3.75 13.0858 3.41421 12.75 3 12.75C2.58579 12.75 2.25 13.0858 2.25 13.5C2.25 13.9142 2.58579 14.25 3 14.25Z",
2324
+ fill: color
2325
+ }
2326
+ ),
2327
+ /* @__PURE__ */ jsxRuntime.jsx(
2328
+ "path",
2329
+ {
2330
+ d: "M15.75 9L6.75 9M15.75 4.5L6.75 4.5M15.75 13.5L6.75 13.5M3.75 9C3.75 9.41421 3.41421 9.75 3 9.75C2.58579 9.75 2.25 9.41421 2.25 9C2.25 8.58579 2.58579 8.25 3 8.25C3.41421 8.25 3.75 8.58579 3.75 9ZM3.75 4.5C3.75 4.91421 3.41421 5.25 3 5.25C2.58579 5.25 2.25 4.91421 2.25 4.5C2.25 4.08579 2.58579 3.75 3 3.75C3.41421 3.75 3.75 4.08579 3.75 4.5ZM3.75 13.5C3.75 13.9142 3.41421 14.25 3 14.25C2.58579 14.25 2.25 13.9142 2.25 13.5C2.25 13.0858 2.58579 12.75 3 12.75C3.41421 12.75 3.75 13.0858 3.75 13.5Z",
2331
+ stroke: color,
2332
+ strokeWidth: 2,
2333
+ strokeLinecap: "round",
2334
+ strokeLinejoin: "round"
2335
+ }
2336
+ )
2337
+ ]
2338
+ }
2339
+ );
2340
+ };
2006
2341
  var DropboxIcon = React6__namespace.forwardRef(
2007
2342
  ({ size = 24, title = "Dropbox", className, ...props }, ref) => {
2008
2343
  const ariaLabel = props["aria-label"] ?? title;
@@ -2252,6 +2587,26 @@ var Globe05Icon = ({
2252
2587
  }
2253
2588
  );
2254
2589
  var Globe05Icon_web_default = Globe05Icon;
2590
+ var Hash02Icon = ({ size = 16, ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
2591
+ "svg",
2592
+ {
2593
+ width: size,
2594
+ height: size,
2595
+ viewBox: "0 0 16 16",
2596
+ fill: "none",
2597
+ xmlns: "http://www.w3.org/2000/svg",
2598
+ ...props,
2599
+ children: /* @__PURE__ */ jsxRuntime.jsx(
2600
+ "path",
2601
+ {
2602
+ d: "M6.33365 2L4.33365 14M11.667 2L9.66697 14M13.667 5.33333H2.33366M13.0003 10.6667H1.66699",
2603
+ stroke: "#666666",
2604
+ strokeLinecap: "round",
2605
+ strokeLinejoin: "round"
2606
+ }
2607
+ )
2608
+ }
2609
+ );
2255
2610
  var HeartIcon = ({
2256
2611
  className,
2257
2612
  color = "currentColor",
@@ -2283,6 +2638,32 @@ var HeartIcon = ({
2283
2638
  }
2284
2639
  );
2285
2640
  };
2641
+ function HelpIcon({ size = 16, ...props }) {
2642
+ return /* @__PURE__ */ jsxRuntime.jsxs(
2643
+ "svg",
2644
+ {
2645
+ width: size,
2646
+ height: size,
2647
+ viewBox: "0 0 16 16",
2648
+ fill: "none",
2649
+ xmlns: "http://www.w3.org/2000/svg",
2650
+ ...props,
2651
+ children: [
2652
+ /* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#clip0)", children: /* @__PURE__ */ jsxRuntime.jsx(
2653
+ "path",
2654
+ {
2655
+ d: "M6.06 6c.157-.446.466-.822.873-1.061.407-.24.886-.327 1.352-.247.465.08.887.322 1.191.684.304.362.47.819.47 1.292 0 1.333-2 2-2 2m.053 2.667h.007M14.667 8c0 3.683-2.985 6.667-6.667 6.667S1.333 11.683 1.333 8C1.333 4.319 4.318 1.334 8 1.334c3.682 0 6.667 2.985 6.667 6.666Z",
2656
+ stroke: "currentColor",
2657
+ strokeWidth: 1.25,
2658
+ strokeLinecap: "round",
2659
+ strokeLinejoin: "round"
2660
+ }
2661
+ ) }),
2662
+ /* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "clip0", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { width: 16, height: 16, fill: "white" }) }) })
2663
+ ]
2664
+ }
2665
+ );
2666
+ }
2286
2667
  var ImageIcon = React6__namespace.forwardRef(
2287
2668
  ({ className = "text-gray-900", width = 18, height = 18, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
2288
2669
  "svg",
@@ -2722,6 +3103,33 @@ var Recording01Icon = ({
2722
3103
  );
2723
3104
  };
2724
3105
  var Recordering01_web_default = Recording01Icon;
3106
+ var Share01Icon = ({
3107
+ size = 18,
3108
+ color = "currentColor",
3109
+ className
3110
+ }) => /* @__PURE__ */ jsxRuntime.jsx(
3111
+ "svg",
3112
+ {
3113
+ width: size,
3114
+ height: size,
3115
+ viewBox: "0 0 18 18",
3116
+ fill: "none",
3117
+ xmlns: "http://www.w3.org/2000/svg",
3118
+ className,
3119
+ role: "img",
3120
+ "aria-hidden": "true",
3121
+ children: /* @__PURE__ */ jsxRuntime.jsx(
3122
+ "path",
3123
+ {
3124
+ d: "M15.75 9V12.15C15.75 13.4101 15.75 14.0402 15.5048 14.5215C15.289 14.9448 14.9448 15.289 14.5215 15.5048C14.0402 15.75 13.4101 15.75 12.15 15.75H5.85C4.58988 15.75 3.95982 15.75 3.47852 15.5048C3.05516 15.289 2.71095 14.9448 2.49524 14.5215C2.25 14.0402 2.25 13.4101 2.25 12.15V9M12 5.25L9 2.25M9 2.25L6 5.25M9 2.25V11.25",
3125
+ stroke: color,
3126
+ strokeWidth: "1.25",
3127
+ strokeLinecap: "round",
3128
+ strokeLinejoin: "round"
3129
+ }
3130
+ )
3131
+ }
3132
+ );
2725
3133
  var ShareIcon = React6__namespace.forwardRef(
2726
3134
  ({ size = 18, strokeWidth = 1.5, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
2727
3135
  "svg",
@@ -2964,6 +3372,36 @@ var TagsIcon = ({ size = 18, className, ...props }) => /* @__PURE__ */ jsxRuntim
2964
3372
  }
2965
3373
  );
2966
3374
  var TagsIcon_web_default = TagsIcon;
3375
+ var ThumbsDownIcon = ({
3376
+ size = 18,
3377
+ className,
3378
+ ...props
3379
+ }) => {
3380
+ return /* @__PURE__ */ jsxRuntime.jsx(
3381
+ "svg",
3382
+ {
3383
+ width: size,
3384
+ height: size,
3385
+ viewBox: "0 0 18 18",
3386
+ fill: "none",
3387
+ xmlns: "http://www.w3.org/2000/svg",
3388
+ role: "img",
3389
+ "aria-label": props["aria-label"] ?? "Thumbs down icon",
3390
+ className,
3391
+ ...props,
3392
+ children: /* @__PURE__ */ jsxRuntime.jsx(
3393
+ "path",
3394
+ {
3395
+ d: "M12.75 1.5V9.75M16.5 7.35V3.9C16.5 3.05992 16.5 2.63988 16.3365 2.31901C16.1927 2.03677 15.9632 1.8073 15.681 1.66349C15.3601 1.5 14.9401 1.5 14.1 1.5H6.0885C4.99239 1.5 4.44433 1.5 4.00168 1.70058C3.61154 1.87735 3.27997 2.16182 3.04592 2.52054C2.78037 2.92755 2.69704 3.46923 2.53036 4.55259L2.13806 7.10259C1.91823 8.53148 1.80831 9.24593 2.02035 9.80184C2.20645 10.2898 2.55648 10.6978 3.01044 10.9559C3.52764 11.25 4.25049 11.25 5.69619 11.25H6.29999C6.72003 11.25 6.93005 11.25 7.09049 11.3317C7.23161 11.4037 7.34634 11.5184 7.41825 11.6595C7.49999 11.8199 7.49999 12.03 7.49999 12.45V14.6506C7.49999 15.672 8.32799 16.5 9.34937 16.5C9.59299 16.5 9.81376 16.3565 9.9127 16.1339L12.4333 10.4626C12.5479 10.2047 12.6052 10.0757 12.6958 9.98114C12.7759 9.89755 12.8743 9.83363 12.9832 9.79439C13.1064 9.75 13.2476 9.75 13.5298 9.75H14.1C14.9401 9.75 15.3601 9.75 15.681 9.58651C15.9632 9.4427 16.1927 9.21323 16.3365 8.93099C16.5 8.61012 16.5 8.19008 16.5 7.35Z",
3396
+ stroke: "currentColor",
3397
+ strokeWidth: 1.25,
3398
+ strokeLinecap: "round",
3399
+ strokeLinejoin: "round"
3400
+ }
3401
+ )
3402
+ }
3403
+ );
3404
+ };
2967
3405
  function Type01Icon({
2968
3406
  size = 20,
2969
3407
  stroke = "currentColor",
@@ -3299,6 +3737,33 @@ var PreviousTrackIcon = React6__namespace.forwardRef(({ size = 15, color = "curr
3299
3737
  });
3300
3738
  PreviousTrackIcon.displayName = "PreviousTrackIcon";
3301
3739
  var PreviousTrackIcon_web_default = PreviousTrackIcon;
3740
+ var Repeat01Icon = ({
3741
+ size = 18,
3742
+ color = "currentColor",
3743
+ className
3744
+ }) => /* @__PURE__ */ jsxRuntime.jsx(
3745
+ "svg",
3746
+ {
3747
+ width: size,
3748
+ height: size,
3749
+ viewBox: "0 0 18 18",
3750
+ fill: "none",
3751
+ xmlns: "http://www.w3.org/2000/svg",
3752
+ className,
3753
+ role: "img",
3754
+ "aria-hidden": "true",
3755
+ children: /* @__PURE__ */ jsxRuntime.jsx(
3756
+ "path",
3757
+ {
3758
+ d: "M12.75 1.5L15.75 4.5M15.75 4.5L12.75 7.5M15.75 4.5H5.85C4.58988 4.5 3.95982 4.5 3.47852 4.74524C3.05516 4.96095 2.71095 5.30516 2.49524 5.72852C2.25 6.20982 2.25 6.83988 2.25 8.1V8.25M2.25 13.5H12.15C13.4101 13.5 14.0402 13.5 14.5215 13.2548C14.9448 13.039 15.289 12.6948 15.5048 12.2715C15.75 11.7902 15.75 11.1601 15.75 9.9V9.75M2.25 13.5L5.25 16.5M2.25 13.5L5.25 10.5",
3759
+ stroke: color,
3760
+ strokeWidth: "1.25",
3761
+ strokeLinecap: "round",
3762
+ strokeLinejoin: "round"
3763
+ }
3764
+ )
3765
+ }
3766
+ );
3302
3767
  var Repeat02Icon = ({
3303
3768
  className = "text-gray-900",
3304
3769
  size = 18,
@@ -3511,7 +3976,7 @@ var VolumeIcon = React6__namespace.forwardRef(
3511
3976
  )
3512
3977
  );
3513
3978
  var VolumeIcon_web_default = VolumeIcon;
3514
- React6__namespace.forwardRef(({ size = 20, label, className, ...props }, ref) => {
3979
+ var VolumeMaxIcon = React6__namespace.forwardRef(({ size = 20, label, className, ...props }, ref) => {
3515
3980
  const accessibility = label ? { role: "img", "aria-label": label } : { "aria-hidden": true };
3516
3981
  return /* @__PURE__ */ jsxRuntime.jsx(
3517
3982
  "svg",
@@ -4664,6 +5129,72 @@ var UserIcon = ({
4664
5129
  }
4665
5130
  );
4666
5131
  var UserIcon_web_default = UserIcon;
5132
+ var UserPlusIcon = ({
5133
+ size = 18,
5134
+ width,
5135
+ height,
5136
+ strokeWidth = 1.5,
5137
+ className,
5138
+ ...props
5139
+ }) => {
5140
+ const iconWidth = width || size;
5141
+ const iconHeight = height || size;
5142
+ return /* @__PURE__ */ jsxRuntime.jsx(
5143
+ "svg",
5144
+ {
5145
+ width: iconWidth,
5146
+ height: iconHeight,
5147
+ viewBox: "0 0 18 18",
5148
+ fill: "none",
5149
+ xmlns: "http://www.w3.org/2000/svg",
5150
+ className,
5151
+ ...props,
5152
+ children: /* @__PURE__ */ jsxRuntime.jsx(
5153
+ "path",
5154
+ {
5155
+ d: "M14.25 7.5V3M12 5.25H16.5M12 15.75V14.85C12 13.5899 12 12.9598 11.7548 12.4785C11.539 12.0552 11.1948 11.711 10.7715 11.4952C10.2902 11.25 9.66012 11.25 8.4 11.25H5.1C3.83988 11.25 3.20982 11.25 2.72852 11.4952C2.30516 11.711 1.96095 12.0552 1.74524 12.4785C1.5 12.9598 1.5 13.5899 1.5 14.85V15.75M9.375 5.625C9.375 7.07475 8.19975 8.25 6.75 8.25C5.30025 8.25 4.125 7.07475 4.125 5.625C4.125 4.17525 5.30025 3 6.75 3C8.19975 3 9.375 4.17525 9.375 5.625Z",
5156
+ stroke: "currentColor",
5157
+ strokeWidth,
5158
+ strokeLinecap: "round",
5159
+ strokeLinejoin: "round"
5160
+ }
5161
+ )
5162
+ }
5163
+ );
5164
+ };
5165
+ var UserUp01Icon = ({
5166
+ size = 22,
5167
+ width,
5168
+ height,
5169
+ strokeWidth = 1.8,
5170
+ className,
5171
+ ...props
5172
+ }) => {
5173
+ const iconWidth = width || size;
5174
+ const iconHeight = height || size;
5175
+ return /* @__PURE__ */ jsxRuntime.jsx(
5176
+ "svg",
5177
+ {
5178
+ width: iconWidth,
5179
+ height: iconHeight,
5180
+ viewBox: "0 0 22 22",
5181
+ fill: "none",
5182
+ xmlns: "http://www.w3.org/2000/svg",
5183
+ className,
5184
+ ...props,
5185
+ children: /* @__PURE__ */ jsxRuntime.jsx(
5186
+ "path",
5187
+ {
5188
+ d: "M14.6666 16.5L17.4166 13.75M17.4166 13.75L20.1666 16.5M17.4166 13.75V19.25M10.9999 14.2083H6.87492C5.59565 14.2083 4.95602 14.2083 4.43554 14.3662C3.26367 14.7217 2.34662 15.6388 1.99114 16.8106C1.83325 17.3311 1.83325 17.9707 1.83325 19.25M13.2916 6.875C13.2916 9.15317 11.4448 11 9.16659 11C6.88841 11 5.04159 9.15317 5.04159 6.875C5.04159 4.59683 6.88841 2.75 9.16659 2.75C11.4448 2.75 13.2916 4.59683 13.2916 6.875Z",
5189
+ stroke: "currentColor",
5190
+ strokeWidth,
5191
+ strokeLinecap: "round",
5192
+ strokeLinejoin: "round"
5193
+ }
5194
+ )
5195
+ }
5196
+ );
5197
+ };
4667
5198
  function UserXIcon({
4668
5199
  size = 16,
4669
5200
  className = "",
@@ -4743,6 +5274,33 @@ var UsersIcon = ({ size = 20, color = "currentColor", strokeWidth = 1.5 }) => /*
4743
5274
  }
4744
5275
  );
4745
5276
  var UsersIcon_web_default = UsersIcon;
5277
+ var UsersPlusIcon = ({
5278
+ className,
5279
+ size = 16
5280
+ }) => {
5281
+ return /* @__PURE__ */ jsxRuntime.jsx(
5282
+ "svg",
5283
+ {
5284
+ width: size,
5285
+ height: size,
5286
+ viewBox: "0 0 16 16",
5287
+ fill: "none",
5288
+ xmlns: "http://www.w3.org/2000/svg",
5289
+ className,
5290
+ "aria-label": "Users plus icon",
5291
+ children: /* @__PURE__ */ jsxRuntime.jsx(
5292
+ "path",
5293
+ {
5294
+ d: "M12.6654 14V10M10.6654 12H14.6654M7.9987 10H5.33203C4.08952 10 3.46826 10 2.97821 10.203C2.3248 10.4736 1.80567 10.9928 1.53502 11.6462C1.33203 12.1362 1.33203 12.7575 1.33203 14M10.332 2.19384C11.3093 2.58943 11.9987 3.54754 11.9987 4.66667C11.9987 5.78579 11.3093 6.7439 10.332 7.13949M8.9987 4.66667C8.9987 6.13943 7.80479 7.33333 6.33203 7.33333C4.85927 7.33333 3.66536 6.13943 3.66536 4.66667C3.66536 3.19391 4.85927 2 6.33203 2C7.80479 2 8.9987 3.19391 8.9987 4.66667Z",
5295
+ stroke: "currentColor",
5296
+ strokeWidth: "1.5",
5297
+ strokeLinecap: "round",
5298
+ strokeLinejoin: "round"
5299
+ }
5300
+ )
5301
+ }
5302
+ );
5303
+ };
4746
5304
 
4747
5305
  // src/tokens/colors.ts
4748
5306
  var colors = {
@@ -4858,7 +5416,11 @@ exports.AlertTriangleIcon = AlertTriangleIcon_web_default;
4858
5416
  exports.AlignLeftIcon = AlignLeftIcon;
4859
5417
  exports.AnnotationInfoIcon = AnnotationInfoIcon_web_default;
4860
5418
  exports.AppleMusicIcon = AppleMusicIcon;
5419
+ exports.ArrowDownIcon = ArrowDownIcon;
4861
5420
  exports.ArrowLeftIcon = ArrowLeftIcon_web_default;
5421
+ exports.ArrowRightIcon = ArrowRightIcon;
5422
+ exports.ArrowUpIcon = ArrowUpIcon;
5423
+ exports.ArrowUpIcon01 = ArrowUpIcon01;
4862
5424
  exports.AudiomackIcon = AudiomackIcon_web_default;
4863
5425
  exports.BankNote03Icon = BankNote03Icon_web_default;
4864
5426
  exports.BarChart01Icon = BarChart01Icon_web_default;
@@ -4867,6 +5429,8 @@ exports.BellIcon = BellIcon;
4867
5429
  exports.BookIcon = BookIcon_web_default;
4868
5430
  exports.BookmarkIcon = BookmarkIcon_web_default;
4869
5431
  exports.CalendarIcon = CalendarIcon;
5432
+ exports.CameraIcon = CameraIcon;
5433
+ exports.ChatBubbleDotIcon = ChatBubbleDotIcon;
4870
5434
  exports.ChatBubbleIcon = ChatBubbleIcon_web_default;
4871
5435
  exports.CheckCircleIcon = CheckCircleIcon_web_default;
4872
5436
  exports.CheckIcon = CheckIcon_web_default;
@@ -4879,12 +5443,16 @@ exports.Copy02Icon = Copy02Icon_web_default;
4879
5443
  exports.Copy06Icon = Copy06Icon;
4880
5444
  exports.CopyIcon = CopyIcon_web_default;
4881
5445
  exports.CreditCardIcon = CreditCardIcon_web_default;
5446
+ exports.DataIcon = DataIcon;
4882
5447
  exports.Dataflow03Icon = Dataflow03Icon_web_default;
5448
+ exports.Datapoints01Icon = Datapoints01Icon;
4883
5449
  exports.DotgridIcon = DotgridIcon;
4884
5450
  exports.Download02Icon = Download02Icon_web_default;
4885
5451
  exports.Download03Icon = Download03Icon_web_default;
4886
5452
  exports.Download04Icon = Download04Icon_web_default;
5453
+ exports.DownloadCircleIcon = DownloadCircleIcon;
4887
5454
  exports.DownloadIcon = DownloadIcon_web_default;
5455
+ exports.DropBoxIcon = DropboxIcon;
4888
5456
  exports.EqualizerIcon = EqualizerIcon;
4889
5457
  exports.Expand01Icon = Expand01Icon_web_default;
4890
5458
  exports.EyeIcon = EyeIcon_web_default;
@@ -4895,14 +5463,17 @@ exports.FilterIcon = FilterIcon_web_default;
4895
5463
  exports.Flag01Icon = Flag01Icon_web_default;
4896
5464
  exports.FolderGradientIcon = FolderGradientIcon_web_default;
4897
5465
  exports.FolderIcon = FolderIcon_web_default;
5466
+ exports.FolderPlusIcon = FolderPlusIcon;
4898
5467
  exports.Gift01Icon = Gift01Icon_web_default;
4899
5468
  exports.Globe02Icon = Globe02Icon_web_default;
4900
5469
  exports.Globe05Icon = Globe05Icon_web_default;
4901
5470
  exports.GlobeIcon = GlobeIcon_web_default;
4902
5471
  exports.Grid01Icon = Grid01Icon;
4903
5472
  exports.GridIcon = GridIcon;
5473
+ exports.Hash02Icon = Hash02Icon;
4904
5474
  exports.HeadphonesIcon = HeadphonesIcon;
4905
5475
  exports.HeartIcon = HeartIcon;
5476
+ exports.HelpIcon = HelpIcon;
4906
5477
  exports.HomeIcon = HomeIcon;
4907
5478
  exports.Image01Icon = Image01Icon_web_default;
4908
5479
  exports.Image03Icon = Image03Icon_web_default;
@@ -4930,6 +5501,7 @@ exports.MailIcon = MailIcon_web_default;
4930
5501
  exports.MediaUploadIcon = MediaUploadIcon_web_default;
4931
5502
  exports.MenuIcon = MenuIcon_web_default;
4932
5503
  exports.MessageSquareTextIcon = MessageSquareTextIcon_web_default;
5504
+ exports.MessageTextCircle01Icon = MessageTextCircle01Icon;
4933
5505
  exports.MinCircleIcon = MinCircleIcon_web_default;
4934
5506
  exports.MinimiseIcon = MinimiseIcon_web_default;
4935
5507
  exports.MinusIcon = MinusIcon_web_default;
@@ -4937,12 +5509,15 @@ exports.MoonIcon = MoonIcon_web_default;
4937
5509
  exports.MoreOptionsIcon = MoreOptionsIcon_web_default;
4938
5510
  exports.MoveIcon = MoveIcon_web_default;
4939
5511
  exports.MusicNoteIcon = MusicNoteIcon;
5512
+ exports.NarrowUpRightIcon = NarrowUpRightIcon;
4940
5513
  exports.NextTrackIcon = NextTrackIcon_web_default;
5514
+ exports.NotificationTextIcon = NotificationTextIcon;
4941
5515
  exports.PasswordInputIcon = PasswordInputIcon;
4942
5516
  exports.PauseIcon = PauseIcon_web_default;
4943
5517
  exports.PencilIcon = PencilIcon_web_default;
4944
5518
  exports.PinIcon = PinIcon_web_default;
4945
5519
  exports.PlayIcon = PlayIcon_web_default;
5520
+ exports.PlaySquareIcon = PlaySquareIcon;
4946
5521
  exports.PlusCircleIcon = PlusCircleIcon_web_default;
4947
5522
  exports.PlusIcon = PlusIcon_web_default;
4948
5523
  exports.PostalIcon = PostalIcon_web_default;
@@ -4950,6 +5525,7 @@ exports.PreviousTrackIcon = PreviousTrackIcon_web_default;
4950
5525
  exports.QuestionCircleIcon = QuestionCircleIcon_web_default;
4951
5526
  exports.Recording01Icon = Recordering01_web_default;
4952
5527
  exports.RefreshIcon = RefreshIcon;
5528
+ exports.Repeat01Icon = Repeat01Icon;
4953
5529
  exports.Repeat02Icon = Repeat02Icon_web_default;
4954
5530
  exports.Repeat03Icon = Repeat03Icon_web_default;
4955
5531
  exports.ResetIcon = ResetIcon_web_default;
@@ -4958,6 +5534,7 @@ exports.Rows03Icon = Rows03Icon_web_default;
4958
5534
  exports.SearchIcon = SearchIcon_web_default;
4959
5535
  exports.SendIcon = SendIcon_web_default;
4960
5536
  exports.SettingsIcon = SettingsIcon_web_default;
5537
+ exports.Share01Icon = Share01Icon;
4961
5538
  exports.ShareIcon = ShareIcon_web_default;
4962
5539
  exports.ShazamIcon = ShazamIcon_web_default;
4963
5540
  exports.Shuffle01Icon = Shuffle01Icon_web_default;
@@ -4977,17 +5554,26 @@ exports.SwitchHorizontal02Icon = SwitchHorizontal02Icon_web_default;
4977
5554
  exports.TagsIcon = TagsIcon_web_default;
4978
5555
  exports.TenSecondsBackIcon = SecondsBackIcon_web_default;
4979
5556
  exports.TenSecondsForwardIcon = TenSecondsForwardIcon_web_default;
5557
+ exports.ThumbsDownIcon = ThumbsDownIcon;
4980
5558
  exports.TiktokIcon = TiktokIcon_web_default;
4981
5559
  exports.Trash02Icon = Trash02Icon_web_default;
4982
5560
  exports.TrashIcon = TrashIcon_web_default;
4983
5561
  exports.Type01Icon = Type01Icon_web_default;
5562
+ exports.UTurnIcon = UTurnIcon;
5563
+ exports.Upload01Icon = Upload01Icon;
5564
+ exports.UploadCloudIcon = UploadCloudIcon;
5565
+ exports.UploadIcon = UploadIcon;
4984
5566
  exports.UserApproveIcon = UserApproveIcon_web_default;
4985
5567
  exports.UserIcon = UserIcon_web_default;
5568
+ exports.UserPlusIcon = UserPlusIcon;
5569
+ exports.UserUp01Icon = UserUp01Icon;
4986
5570
  exports.UserXIcon = UserXIcon;
4987
5571
  exports.Users03Icon = Users03Icon;
4988
5572
  exports.UsersIcon = UsersIcon_web_default;
5573
+ exports.UsersPlusIcon = UsersPlusIcon;
4989
5574
  exports.VideoRecorderIcon = VideoRecorderIcon_web_default;
4990
5575
  exports.VolumeIcon = VolumeIcon_web_default;
5576
+ exports.VolumeMaxIcon = VolumeMaxIcon;
4991
5577
  exports.Wallet01Icon = Wallet01Icon_web_default;
4992
5578
  exports.XCircleIcon = XCircleIcon_web_default;
4993
5579
  exports.XIcon = XIcon_web_default;