@fanvue/ui 2.16.0 → 2.18.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.
- package/dist/cjs/components/Icons/AICallIcon.cjs +53 -0
- package/dist/cjs/components/Icons/AICallIcon.cjs.map +1 -0
- package/dist/cjs/components/Icons/AIIcon.cjs +5 -5
- package/dist/cjs/components/Icons/AIIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/BoltIcon.cjs +2 -2
- package/dist/cjs/components/Icons/BoltIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/CalendarIcon.cjs +4 -4
- package/dist/cjs/components/Icons/CalendarIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/CardIcon.cjs +8 -7
- package/dist/cjs/components/Icons/CardIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/CoinIcon.cjs +1 -1
- package/dist/cjs/components/Icons/CoinIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/CrossCircleIcon.cjs +85 -0
- package/dist/cjs/components/Icons/CrossCircleIcon.cjs.map +1 -0
- package/dist/cjs/components/Icons/DiscordIcon.cjs +74 -0
- package/dist/cjs/components/Icons/DiscordIcon.cjs.map +1 -0
- package/dist/cjs/components/Icons/FlashIcon.cjs +68 -0
- package/dist/cjs/components/Icons/FlashIcon.cjs.map +1 -0
- package/dist/cjs/components/Icons/ImageUploadIcon.cjs +103 -0
- package/dist/cjs/components/Icons/ImageUploadIcon.cjs.map +1 -0
- package/dist/cjs/components/Icons/MoonIcon.cjs +4 -4
- package/dist/cjs/components/Icons/MoonIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/Pin2Icon.cjs +101 -0
- package/dist/cjs/components/Icons/Pin2Icon.cjs.map +1 -0
- package/dist/cjs/components/Icons/PrivacyIcon.cjs +1 -1
- package/dist/cjs/components/Icons/PrivacyIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/ShareIcon.cjs +1 -1
- package/dist/cjs/components/Icons/ShareIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/SoundIcon.cjs +50 -0
- package/dist/cjs/components/Icons/SoundIcon.cjs.map +1 -0
- package/dist/cjs/components/Icons/SunIcon.cjs +1 -1
- package/dist/cjs/components/Icons/SunIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/ToolsIcon.cjs +1 -1
- package/dist/cjs/components/Icons/ToolsIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/TranscationArrowIcon.cjs +103 -0
- package/dist/cjs/components/Icons/TranscationArrowIcon.cjs.map +1 -0
- package/dist/cjs/components/Icons/UploadToCloudIcon.cjs +3 -3
- package/dist/cjs/components/Icons/UploadToCloudIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/UserAddIcon.cjs +4 -4
- package/dist/cjs/components/Icons/UserAddIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/UsersIcon.cjs +4 -4
- package/dist/cjs/components/Icons/UsersIcon.cjs.map +1 -1
- package/dist/cjs/index.cjs +16 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/components/Icons/AICallIcon.mjs +36 -0
- package/dist/components/Icons/AICallIcon.mjs.map +1 -0
- package/dist/components/Icons/AIIcon.mjs +5 -5
- package/dist/components/Icons/AIIcon.mjs.map +1 -1
- package/dist/components/Icons/BoltIcon.mjs +2 -2
- package/dist/components/Icons/BoltIcon.mjs.map +1 -1
- package/dist/components/Icons/CalendarIcon.mjs +4 -4
- package/dist/components/Icons/CalendarIcon.mjs.map +1 -1
- package/dist/components/Icons/CardIcon.mjs +8 -7
- package/dist/components/Icons/CardIcon.mjs.map +1 -1
- package/dist/components/Icons/CoinIcon.mjs +1 -1
- package/dist/components/Icons/CoinIcon.mjs.map +1 -1
- package/dist/components/Icons/CrossCircleIcon.mjs +68 -0
- package/dist/components/Icons/CrossCircleIcon.mjs.map +1 -0
- package/dist/components/Icons/DiscordIcon.mjs +57 -0
- package/dist/components/Icons/DiscordIcon.mjs.map +1 -0
- package/dist/components/Icons/FlashIcon.mjs +51 -0
- package/dist/components/Icons/FlashIcon.mjs.map +1 -0
- package/dist/components/Icons/ImageUploadIcon.mjs +86 -0
- package/dist/components/Icons/ImageUploadIcon.mjs.map +1 -0
- package/dist/components/Icons/MoonIcon.mjs +4 -4
- package/dist/components/Icons/MoonIcon.mjs.map +1 -1
- package/dist/components/Icons/Pin2Icon.mjs +84 -0
- package/dist/components/Icons/Pin2Icon.mjs.map +1 -0
- package/dist/components/Icons/PrivacyIcon.mjs +1 -1
- package/dist/components/Icons/PrivacyIcon.mjs.map +1 -1
- package/dist/components/Icons/ShareIcon.mjs +1 -1
- package/dist/components/Icons/ShareIcon.mjs.map +1 -1
- package/dist/components/Icons/SoundIcon.mjs +33 -0
- package/dist/components/Icons/SoundIcon.mjs.map +1 -0
- package/dist/components/Icons/SunIcon.mjs +1 -1
- package/dist/components/Icons/SunIcon.mjs.map +1 -1
- package/dist/components/Icons/ToolsIcon.mjs +1 -1
- package/dist/components/Icons/ToolsIcon.mjs.map +1 -1
- package/dist/components/Icons/TranscationArrowIcon.mjs +86 -0
- package/dist/components/Icons/TranscationArrowIcon.mjs.map +1 -0
- package/dist/components/Icons/UploadToCloudIcon.mjs +3 -3
- package/dist/components/Icons/UploadToCloudIcon.mjs.map +1 -1
- package/dist/components/Icons/UserAddIcon.mjs +4 -4
- package/dist/components/Icons/UserAddIcon.mjs.map +1 -1
- package/dist/components/Icons/UsersIcon.mjs +4 -4
- package/dist/components/Icons/UsersIcon.mjs.map +1 -1
- package/dist/index.d.ts +104 -0
- package/dist/index.mjs +16 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UsersIcon.mjs","sources":["../../../src/components/Icons/UsersIcon.tsx"],"sourcesContent":["import * as React from \"react\";\nimport { BaseIcon } from \"./BaseIcon\";\nimport type { BaseIconProps, IconVariants } from \"./types\";\n\nconst VARIANTS: IconVariants = {\n 16: {\n outlined: [\n {\n d: \"M8.007 7.127a2.58 2.58 0 0 1-2.58-2.58 2.58 2.58 0 0 1 2.58-2.58c1.42 0 2.58 1.153 2.58 2.58a2.58 2.58 0 0 1-2.58 2.58m0-4.154a1.579 1.579 0 1 0-.002 3.158 1.579 1.579 0 0 0 .002-3.158m-4.58 5.38c-.914 0-1.66-.746-1.66-1.66s.746-1.66 1.66-1.66 1.66.747 1.66 1.66c0 .914-.747 1.66-1.66 1.66m0-2.326a.657.657 0 0 0-.66.66c0 .366.293.66.66.66.366 0 .66-.3.66-.66s-.294-.66-.66-.66m9.166 2.326c-.913 0-1.66-.746-1.66-1.66s.747-1.66 1.66-1.66c.914 0 1.66.747 1.66 1.66 0 .914-.746 1.66-1.66 1.66m0-2.326a.657.657 0 0 0-.66.66c0 .366.294.66.66.66s.66-.3.66-.66-.293-.66-.66-.66m-9.206 8h-.034a.5.5 0 0 1-.466-.527q.03-.48.12-.94c.54-2.78 2.6-4.72 5-4.72 2.32 0 4.36 1.86 4.96 4.527.08.366.14.753.16 1.14a.
|
|
1
|
+
{"version":3,"file":"UsersIcon.mjs","sources":["../../../src/components/Icons/UsersIcon.tsx"],"sourcesContent":["import * as React from \"react\";\nimport { BaseIcon } from \"./BaseIcon\";\nimport type { BaseIconProps, IconVariants } from \"./types\";\n\nconst VARIANTS: IconVariants = {\n 16: {\n outlined: [\n {\n d: \"M8.007 7.127a2.58 2.58 0 0 1-2.58-2.58 2.58 2.58 0 0 1 2.58-2.58c1.42 0 2.58 1.153 2.58 2.58a2.58 2.58 0 0 1-2.58 2.58m0-4.154a1.579 1.579 0 1 0-.002 3.158 1.579 1.579 0 0 0 .002-3.158m-4.58 5.38c-.914 0-1.66-.746-1.66-1.66s.746-1.66 1.66-1.66 1.66.747 1.66 1.66c0 .914-.747 1.66-1.66 1.66m0-2.326a.657.657 0 0 0-.66.66c0 .366.293.66.66.66.366 0 .66-.3.66-.66s-.294-.66-.66-.66m9.166 2.326c-.913 0-1.66-.746-1.66-1.66s.747-1.66 1.66-1.66c.914 0 1.66.747 1.66 1.66 0 .914-.746 1.66-1.66 1.66m0-2.326a.657.657 0 0 0-.66.66c0 .366.294.66.66.66s.66-.3.66-.66-.293-.66-.66-.66m-9.206 8h-.034a.5.5 0 0 1-.466-.527q.03-.48.12-.94c.54-2.78 2.6-4.72 5-4.72 2.32 0 4.36 1.86 4.96 4.527.08.366.14.753.16 1.14a.494.494 0 0 1-.467.526.49.49 0 0 1-.527-.466 6 6 0 0 0-.14-.98C11.5 10.38 9.86 8.84 8.013 8.84c-1.913 0-3.566 1.613-4.02 3.913a5.5 5.5 0 0 0-.1.807.51.51 0 0 1-.506.467\",\n },\n {\n d: \"M1.56 11.527h-.04a.5.5 0 0 1-.46-.534A2.49 2.49 0 0 1 3.54 8.7a2.45 2.45 0 0 1 1.693.667c.2.186.214.506.027.706a.503.503 0 0 1-.707.027 1.483 1.483 0 0 0-2.493.967.51.51 0 0 1-.5.46m13.107 0c-.26 0-.48-.2-.5-.46a1.49 1.49 0 0 0-1.48-1.367c-.38 0-.74.14-1.014.4-.2.187-.52.18-.706-.027a.503.503 0 0 1 .026-.706 2.48 2.48 0 0 1 1.694-.667 2.496 2.496 0 0 1 2.48 2.294.5.5 0 0 1-.46.533z\",\n },\n ],\n filled: [\n {\n d: \"M10.42 4.553a2.41 2.41 0 1 1-4.82-.006 2.41 2.41 0 0 1 4.82.006m-5.5 2.134c0 .826-.667 1.5-1.493 1.5a1.497 1.497 0 0 1 0-2.994c.826 0 1.493.674 1.493 1.494m9.167 0a1.5 1.5 0 0 1-1.494 1.5 1.497 1.497 0 0 1 0-2.994 1.5 1.5 0 0 1 1.494 1.494m-10.7 7.34h-.034a.5.5 0 0 1-.466-.527q.03-.48.12-.94c.54-2.78 2.6-4.72 5-4.72 2.32 0 4.36 1.86 4.96 4.527.08.366.14.753.16 1.14a.494.494 0 0 1-.467.526.486.486 0 0 1-.527-.466 6 6 0 0 0-.14-.98C11.5 10.38 9.86 8.84 8.013 8.84c-1.913 0-3.566 1.613-4.02 3.913a5.5 5.5 0 0 0-.1.807.51.51 0 0 1-.506.467\",\n },\n {\n d: \"M1.56 11.527h-.04a.5.5 0 0 1-.46-.534A2.49 2.49 0 0 1 3.54 8.7a2.45 2.45 0 0 1 1.693.667c.2.186.214.506.027.706a.503.503 0 0 1-.707.027 1.483 1.483 0 0 0-2.493.967.51.51 0 0 1-.5.46m13.107 0c-.26 0-.48-.2-.5-.46a1.49 1.49 0 0 0-1.48-1.367c-.38 0-.74.14-1.014.4-.2.187-.52.18-.706-.027a.504.504 0 0 1 .026-.706 2.48 2.48 0 0 1 1.694-.667 2.496 2.496 0 0 1 2.48 2.294.5.5 0 0 1-.46.533z\",\n },\n ],\n },\n 24: {\n outlined: [\n {\n d: \"M12.01 10.69c-2.13 0-3.87-1.73-3.87-3.87s1.73-3.87 3.87-3.87c2.13 0 3.87 1.73 3.87 3.87s-1.73 3.87-3.87 3.87m0-6.23c-1.31 0-2.37 1.06-2.37 2.37S10.7 9.2 12.01 9.2c1.3 0 2.37-1.06 2.37-2.37s-1.06-2.37-2.37-2.37m-6.87 8.07c-1.37 0-2.49-1.12-2.49-2.49s1.12-2.49 2.49-2.49 2.49 1.12 2.49 2.49-1.12 2.49-2.49 2.49m0-3.49c-.55 0-.99.44-.99.99s.44.99.99.99.99-.45.99-.99-.44-.99-.99-.99m13.75 3.49c-1.37 0-2.49-1.12-2.49-2.49s1.12-2.49 2.49-2.49 2.49 1.12 2.49 2.49-1.12 2.49-2.49 2.49m0-3.49c-.55 0-.99.44-.99.99s.44.99.99.99.99-.45.99-.99-.44-.99-.99-.99m-13.81 12h-.05a.75.75 0 0 1-.7-.79q.045-.72.18-1.41c.81-4.17 3.9-7.08 7.5-7.08 3.48 0 6.54 2.79 7.44 6.79.12.55.21 1.13.24 1.71.03.41-.29.77-.7.79a.736.736 0 0 1-.79-.7q-.045-.75-.21-1.47c-.74-3.31-3.2-5.62-5.97-5.62-2.87 0-5.35 2.42-6.03 5.87-.08.4-.13.8-.15 1.21-.03.39-.36.7-.76.7\",\n },\n {\n d: \"M2.34 17.29h-.06a.75.75 0 0 1-.69-.8c.14-1.93 1.78-3.44 3.72-3.44.95 0 1.85.35 2.54 1 .3.28.32.76.04 1.06s-.76.32-1.06.04c-.41-.38-.95-.6-1.52-.6-1.16 0-2.14.9-2.22 2.05-.04.39-.37.69-.75.69m19.66 0c-.39 0-.72-.3-.75-.69a2.23 2.23 0 0 0-2.22-2.05c-.57 0-1.11.21-1.52.6-.3.28-.78.27-1.06-.04-.28-.3-.26-.78.04-1.06.69-.64 1.59-1 2.54-1 1.94 0 3.57 1.51 3.72 3.44.03.41-.28.77-.69.8z\",\n },\n ],\n filled: [\n {\n d: \"M15.63 6.83a3.615 3.615 0 1 1-7.23-.01 3.615 3.615 0 0 1 7.23.01m-8.25 3.2c0 1.24-1 2.25-2.24 2.25a2.245 2.245 0 0 1 0-4.49c1.24 0 2.24 1.01 2.24 2.24m13.75 0c0 1.24-1.01 2.25-2.24 2.25a2.245 2.245 0 0 1 0-4.49 2.25 2.25 0 0 1 2.24 2.24M5.08 21.04h-.05a.75.75 0 0 1-.7-.79q.045-.72.18-1.41c.81-4.17 3.9-7.08 7.5-7.08 3.48 0 6.54 2.79 7.44 6.79.12.55.21 1.13.24 1.71.03.41-.29.77-.7.79a.73.73 0 0 1-.79-.7q-.045-.75-.21-1.47c-.74-3.31-3.2-5.62-5.97-5.62-2.87 0-5.35 2.42-6.03 5.87-.08.4-.13.8-.15 1.21-.03.39-.36.7-.76.7\",\n },\n {\n d: \"M2.34 17.29h-.06a.75.75 0 0 1-.69-.8c.14-1.93 1.78-3.44 3.72-3.44.95 0 1.85.35 2.54 1 .3.28.32.76.04 1.06s-.76.32-1.06.04c-.41-.38-.95-.6-1.52-.6-1.16 0-2.14.9-2.22 2.05-.04.39-.37.69-.75.69m19.66 0c-.39 0-.72-.3-.75-.69a2.23 2.23 0 0 0-2.22-2.05c-.57 0-1.11.21-1.52.6-.3.28-.78.27-1.06-.04-.28-.3-.26-.78.04-1.06.69-.64 1.59-1 2.54-1 1.94 0 3.57 1.51 3.72 3.44.03.41-.28.77-.69.8z\",\n },\n ],\n },\n 32: {\n outlined: [\n {\n d: \"M16.014 14.253a5.164 5.164 0 0 1-5.16-5.16 5.156 5.156 0 0 1 5.16-5.16c2.84 0 5.16 2.307 5.16 5.16a5.156 5.156 0 0 1-5.16 5.16m0-8.306a3.16 3.16 0 0 0-3.16 3.16 3.16 3.16 0 0 0 3.16 3.16 3.167 3.167 0 0 0 3.16-3.16 3.16 3.16 0 0 0-3.16-3.16m-9.161 10.76a3.33 3.33 0 0 1-3.32-3.32 3.33 3.33 0 0 1 3.32-3.32 3.33 3.33 0 0 1 3.32 3.32 3.33 3.33 0 0 1-3.32 3.32m0-4.654c-.733 0-1.32.587-1.32 1.32s.587 1.32 1.32 1.32 1.32-.6 1.32-1.32-.586-1.32-1.32-1.32m18.334 4.654a3.33 3.33 0 0 1-3.32-3.32 3.33 3.33 0 0 1 3.32-3.32 3.33 3.33 0 0 1 3.32 3.32 3.33 3.33 0 0 1-3.32 3.32m0-4.654c-.734 0-1.32.587-1.32 1.32s.586 1.32 1.32 1.32c.733 0 1.32-.6 1.32-1.32s-.587-1.32-1.32-1.32m-18.414 16h-.066c-.547-.04-.974-.506-.934-1.053q.06-.96.24-1.88c1.08-5.56 5.2-9.44 10-9.44 4.64 0 8.72 3.72 9.92 9.053.16.734.28 1.507.32 2.28a.99.99 0 0 1-.933 1.054.98.98 0 0 1-1.053-.934q-.06-1-.28-1.96C23 20.76 19.72 17.68 16.027 17.68c-3.827 0-7.134 3.227-8.04 7.827a11 11 0 0 0-.2 1.613c-.04.52-.48.933-1.014.933\",\n },\n {\n d: \"M3.12 23.053h-.08a1 1 0 0 1-.92-1.066c.187-2.574 2.373-4.587 4.96-4.587 1.267 0 2.467.467 3.387 1.333.4.374.426 1.014.053 1.414s-1.013.426-1.413.053a2.98 2.98 0 0 0-2.027-.8c-1.547 0-2.853 1.2-2.96 2.733-.053.52-.493.92-1 .92m26.213 0c-.52 0-.96-.4-1-.92a2.976 2.976 0 0 0-2.96-2.733c-.76 0-1.48.28-2.026.8a.995.995 0 0 1-1.414-.053c-.373-.4-.346-1.04.054-1.414a4.97 4.97 0 0 1 3.386-1.333 4.993 4.993 0 0 1 4.96 4.587 1 1 0 0 1-.92 1.066z\",\n },\n ],\n filled: [\n {\n d: \"M20.84 9.107a4.82 4.82 0 1 1-9.64-.013 4.82 4.82 0 0 1 9.64.013m-11 4.266c0 1.654-1.333 3-2.987 3a2.993 2.993 0 0 1-2.986-3 2.99 2.99 0 0 1 2.986-2.986 2.99 2.99 0 0 1 2.987 2.986m18.333 0a3 3 0 0 1-2.986 3 2.993 2.993 0 0 1 0-5.986 3 3 0 0 1 2.986 2.986m-21.4 14.68h-.066c-.547-.04-.974-.506-.934-1.053q.06-.96.24-1.88c1.08-5.56 5.2-9.44 10-9.44 4.64 0 8.72 3.72 9.92 9.053.16.734.28 1.507.32 2.28a.99.99 0 0 1-.933 1.054c-.56.053-1.026-.387-1.053-.934q-.06-1-.28-1.96C23 20.76 19.72 17.68 16.027 17.68c-3.827 0-7.134 3.227-8.04 7.827a11 11 0 0 0-.2 1.613c-.04.52-.48.933-1.014.933\",\n },\n {\n d: \"M3.12 23.053h-.08a1 1 0 0 1-.92-1.066c.187-2.574 2.373-4.587 4.96-4.587 1.267 0 2.467.467 3.387 1.333.4.374.426 1.014.053 1.414s-1.013.426-1.413.053a2.98 2.98 0 0 0-2.027-.8c-1.547 0-2.853 1.2-2.96 2.733-.053.52-.493.92-1 .92m26.213 0c-.52 0-.96-.4-1-.92a2.976 2.976 0 0 0-2.96-2.733c-.76 0-1.48.28-2.026.8a.995.995 0 0 1-1.414-.053c-.373-.4-.346-1.04.054-1.414a4.97 4.97 0 0 1 3.386-1.333 4.993 4.993 0 0 1 4.96 4.587 1 1 0 0 1-.92 1.066z\",\n },\n ],\n },\n};\n\n/** Props for {@link UsersIcon}. See {@link BaseIconProps} for the shared shape. */\nexport type UsersIconProps = BaseIconProps;\n\n/**\n * Users icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.\n *\n * @example\n * ```tsx\n * <UsersIcon size={24} filled />\n * ```\n */\nexport const UsersIcon = React.forwardRef<SVGSVGElement, UsersIconProps>((props, ref) => (\n <BaseIcon ref={ref} variants={VARIANTS} {...props} />\n));\n\nUsersIcon.displayName = \"UsersIcon\";\n"],"names":[],"mappings":";;;;AAIA,MAAM,WAAyB;AAAA,EAC7B,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAAA,EAEF,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAAA,EAEF,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAEJ;AAaO,MAAM,YAAY,MAAM,WAA0C,CAAC,OAAO,QAC/E,oBAAC,UAAA,EAAS,KAAU,UAAU,UAAW,GAAG,OAAO,CACpD;AAED,UAAU,cAAc;"}
|
package/dist/index.d.ts
CHANGED
|
@@ -100,6 +100,19 @@ export declare const AI2Icon: React_2.ForwardRefExoticComponent<BaseIconProps &
|
|
|
100
100
|
/** Props for {@link AI2Icon}. See {@link BaseIconProps} for the shared shape. */
|
|
101
101
|
export declare type AI2IconProps = BaseIconProps;
|
|
102
102
|
|
|
103
|
+
/**
|
|
104
|
+
* AI Call icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
|
|
105
|
+
*
|
|
106
|
+
* @example
|
|
107
|
+
* ```tsx
|
|
108
|
+
* <AICallIcon size={24} filled />
|
|
109
|
+
* ```
|
|
110
|
+
*/
|
|
111
|
+
export declare const AICallIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
|
|
112
|
+
|
|
113
|
+
/** Props for {@link AICallIcon}. See {@link BaseIconProps} for the shared shape. */
|
|
114
|
+
export declare type AICallIconProps = BaseIconProps;
|
|
115
|
+
|
|
103
116
|
/**
|
|
104
117
|
* AI Disclosure icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
|
|
105
118
|
*
|
|
@@ -1434,6 +1447,19 @@ export declare interface CreatorTileProps extends React_2.HTMLAttributes<HTMLDiv
|
|
|
1434
1447
|
aspectRatio?: CreatorTileAspectRatio;
|
|
1435
1448
|
}
|
|
1436
1449
|
|
|
1450
|
+
/**
|
|
1451
|
+
* Cross Circle icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
|
|
1452
|
+
*
|
|
1453
|
+
* @example
|
|
1454
|
+
* ```tsx
|
|
1455
|
+
* <CrossCircleIcon size={24} filled />
|
|
1456
|
+
* ```
|
|
1457
|
+
*/
|
|
1458
|
+
export declare const CrossCircleIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
|
|
1459
|
+
|
|
1460
|
+
/** Props for {@link CrossCircleIcon}. See {@link BaseIconProps} for the shared shape. */
|
|
1461
|
+
export declare type CrossCircleIconProps = BaseIconProps;
|
|
1462
|
+
|
|
1437
1463
|
/** A compact "×" cross icon (20 × 20). */
|
|
1438
1464
|
export declare const CrossIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
|
|
1439
1465
|
className?: string;
|
|
@@ -1661,6 +1687,19 @@ export declare const DiamondIcon: React_2.ForwardRefExoticComponent<BaseIconProp
|
|
|
1661
1687
|
/** Props for {@link DiamondIcon}. See {@link BaseIconProps} for the shared shape. */
|
|
1662
1688
|
export declare type DiamondIconProps = BaseIconProps;
|
|
1663
1689
|
|
|
1690
|
+
/**
|
|
1691
|
+
* Discord icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
|
|
1692
|
+
*
|
|
1693
|
+
* @example
|
|
1694
|
+
* ```tsx
|
|
1695
|
+
* <DiscordIcon size={24} filled />
|
|
1696
|
+
* ```
|
|
1697
|
+
*/
|
|
1698
|
+
export declare const DiscordIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
|
|
1699
|
+
|
|
1700
|
+
/** Props for {@link DiscordIcon}. See {@link BaseIconProps} for the shared shape. */
|
|
1701
|
+
export declare type DiscordIconProps = BaseIconProps;
|
|
1702
|
+
|
|
1664
1703
|
/**
|
|
1665
1704
|
* Discount icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
|
|
1666
1705
|
*
|
|
@@ -2155,6 +2194,19 @@ export declare const FlameIcon: React_2.ForwardRefExoticComponent<BaseIconProps
|
|
|
2155
2194
|
/** Props for {@link FlameIcon}. See {@link BaseIconProps} for the shared shape. */
|
|
2156
2195
|
export declare type FlameIconProps = BaseIconProps;
|
|
2157
2196
|
|
|
2197
|
+
/**
|
|
2198
|
+
* Flash icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
|
|
2199
|
+
*
|
|
2200
|
+
* @example
|
|
2201
|
+
* ```tsx
|
|
2202
|
+
* <FlashIcon size={24} filled />
|
|
2203
|
+
* ```
|
|
2204
|
+
*/
|
|
2205
|
+
export declare const FlashIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
|
|
2206
|
+
|
|
2207
|
+
/** Props for {@link FlashIcon}. See {@link BaseIconProps} for the shared shape. */
|
|
2208
|
+
export declare type FlashIconProps = BaseIconProps;
|
|
2209
|
+
|
|
2158
2210
|
/**
|
|
2159
2211
|
* Folder icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
|
|
2160
2212
|
*
|
|
@@ -2375,6 +2427,19 @@ export declare const ImageIcon: React_2.ForwardRefExoticComponent<BaseIconProps
|
|
|
2375
2427
|
/** Props for {@link ImageIcon}. See {@link BaseIconProps} for the shared shape. */
|
|
2376
2428
|
export declare type ImageIconProps = BaseIconProps;
|
|
2377
2429
|
|
|
2430
|
+
/**
|
|
2431
|
+
* Image upload icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
|
|
2432
|
+
*
|
|
2433
|
+
* @example
|
|
2434
|
+
* ```tsx
|
|
2435
|
+
* <ImageUploadIcon size={24} filled />
|
|
2436
|
+
* ```
|
|
2437
|
+
*/
|
|
2438
|
+
export declare const ImageUploadIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
|
|
2439
|
+
|
|
2440
|
+
/** Props for {@link ImageUploadIcon}. See {@link BaseIconProps} for the shared shape. */
|
|
2441
|
+
export declare type ImageUploadIconProps = BaseIconProps;
|
|
2442
|
+
|
|
2378
2443
|
/**
|
|
2379
2444
|
* Inbox icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
|
|
2380
2445
|
*
|
|
@@ -3028,6 +3093,19 @@ export declare interface PillProps extends React_2.HTMLAttributes<HTMLSpanElemen
|
|
|
3028
3093
|
/** Colour variant of the pill. */
|
|
3029
3094
|
export declare type PillVariant = "green" | "grey" | "blue" | "gold" | "pinkLight" | "base" | "brand" | "brandLight" | "beta" | "error";
|
|
3030
3095
|
|
|
3096
|
+
/**
|
|
3097
|
+
* Pin 2 icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
|
|
3098
|
+
*
|
|
3099
|
+
* @example
|
|
3100
|
+
* ```tsx
|
|
3101
|
+
* <Pin2Icon size={24} filled />
|
|
3102
|
+
* ```
|
|
3103
|
+
*/
|
|
3104
|
+
export declare const Pin2Icon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
|
|
3105
|
+
|
|
3106
|
+
/** Props for {@link Pin2Icon}. See {@link BaseIconProps} for the shared shape. */
|
|
3107
|
+
export declare type Pin2IconProps = BaseIconProps;
|
|
3108
|
+
|
|
3031
3109
|
/**
|
|
3032
3110
|
* Pin icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
|
|
3033
3111
|
*
|
|
@@ -3525,6 +3603,19 @@ export declare interface SnackbarProps extends Omit<React_2.HTMLAttributes<HTMLD
|
|
|
3525
3603
|
/** Layout variant of the snackbar. */
|
|
3526
3604
|
export declare type SnackbarVariant = "default" | "vipEarn" | "welcome";
|
|
3527
3605
|
|
|
3606
|
+
/**
|
|
3607
|
+
* Sound icon. Renders at sizes 16, 24, or 32 px.
|
|
3608
|
+
*
|
|
3609
|
+
* @example
|
|
3610
|
+
* ```tsx
|
|
3611
|
+
* <SoundIcon size={24} />
|
|
3612
|
+
* ```
|
|
3613
|
+
*/
|
|
3614
|
+
export declare const SoundIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
|
|
3615
|
+
|
|
3616
|
+
/** Props for {@link SoundIcon}. See {@link BaseIconProps} for the shared shape. */
|
|
3617
|
+
export declare type SoundIconProps = BaseIconProps;
|
|
3618
|
+
|
|
3528
3619
|
/** A circular spinner icon for loading states (20 × 20). Pair with a CSS `animate-spin` class or use the `Loader` component. */
|
|
3529
3620
|
export declare const SpinnerIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
|
|
3530
3621
|
className?: string;
|
|
@@ -4356,6 +4447,19 @@ export declare const TooltipTrigger: React_2.ForwardRefExoticComponent<TooltipPr
|
|
|
4356
4447
|
/** Props for the {@link TooltipTrigger} component. */
|
|
4357
4448
|
export declare type TooltipTriggerProps = React_2.ComponentPropsWithoutRef<typeof TooltipPrimitive.Trigger>;
|
|
4358
4449
|
|
|
4450
|
+
/**
|
|
4451
|
+
* Transcation Arrow icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.
|
|
4452
|
+
*
|
|
4453
|
+
* @example
|
|
4454
|
+
* ```tsx
|
|
4455
|
+
* <TranscationArrowIcon size={24} filled />
|
|
4456
|
+
* ```
|
|
4457
|
+
*/
|
|
4458
|
+
export declare const TranscationArrowIcon: React_2.ForwardRefExoticComponent<BaseIconProps & React_2.RefAttributes<SVGSVGElement>>;
|
|
4459
|
+
|
|
4460
|
+
/** Props for {@link TranscationArrowIcon}. See {@link BaseIconProps} for the shared shape. */
|
|
4461
|
+
export declare type TranscationArrowIconProps = BaseIconProps;
|
|
4462
|
+
|
|
4359
4463
|
export declare const TrashBinIcon: React_2.ForwardRefExoticComponent<React_2.SVGAttributes<SVGSVGElement> & {
|
|
4360
4464
|
className?: string;
|
|
4361
4465
|
} & React_2.RefAttributes<SVGSVGElement>>;
|
package/dist/index.mjs
CHANGED
|
@@ -32,6 +32,7 @@ import { EmptyState } from "./components/EmptyState/EmptyState.mjs";
|
|
|
32
32
|
import { IconButton } from "./components/IconButton/IconButton.mjs";
|
|
33
33
|
import { AddIcon } from "./components/Icons/AddIcon.mjs";
|
|
34
34
|
import { AI2Icon } from "./components/Icons/AI2Icon.mjs";
|
|
35
|
+
import { AICallIcon } from "./components/Icons/AICallIcon.mjs";
|
|
35
36
|
import { AIDisclosureIcon } from "./components/Icons/AIDisclosureIcon.mjs";
|
|
36
37
|
import { AIIcon } from "./components/Icons/AIIcon.mjs";
|
|
37
38
|
import { AlertIcon } from "./components/Icons/AlertIcon.mjs";
|
|
@@ -68,9 +69,11 @@ import { CodeIcon } from "./components/Icons/CodeIcon.mjs";
|
|
|
68
69
|
import { CoinIcon } from "./components/Icons/CoinIcon.mjs";
|
|
69
70
|
import { CompassIcon } from "./components/Icons/CompassIcon.mjs";
|
|
70
71
|
import { CopyIcon } from "./components/Icons/CopyIcon.mjs";
|
|
72
|
+
import { CrossCircleIcon } from "./components/Icons/CrossCircleIcon.mjs";
|
|
71
73
|
import { CrossIcon } from "./components/Icons/CrossIcon.mjs";
|
|
72
74
|
import { CrownIcon } from "./components/Icons/CrownIcon.mjs";
|
|
73
75
|
import { DiamondIcon } from "./components/Icons/DiamondIcon.mjs";
|
|
76
|
+
import { DiscordIcon } from "./components/Icons/DiscordIcon.mjs";
|
|
74
77
|
import { DiscountIcon } from "./components/Icons/DiscountIcon.mjs";
|
|
75
78
|
import { DonateIcon } from "./components/Icons/DonateIcon.mjs";
|
|
76
79
|
import { DoubleTickIcon } from "./components/Icons/DoubleTickIcon.mjs";
|
|
@@ -88,6 +91,7 @@ import { EyeSlashIcon } from "./components/Icons/EyeSlashIcon.mjs";
|
|
|
88
91
|
import { FacebookIcon } from "./components/Icons/FacebookIcon.mjs";
|
|
89
92
|
import { FlagIcon } from "./components/Icons/FlagIcon.mjs";
|
|
90
93
|
import { FlameIcon } from "./components/Icons/FlameIcon.mjs";
|
|
94
|
+
import { FlashIcon } from "./components/Icons/FlashIcon.mjs";
|
|
91
95
|
import { FolderIcon } from "./components/Icons/FolderIcon.mjs";
|
|
92
96
|
import { ForwardIcon } from "./components/Icons/ForwardIcon.mjs";
|
|
93
97
|
import { GalleryIcon } from "./components/Icons/GalleryIcon.mjs";
|
|
@@ -101,6 +105,7 @@ import { HelpIcon } from "./components/Icons/HelpIcon.mjs";
|
|
|
101
105
|
import { HomeIcon } from "./components/Icons/HomeIcon.mjs";
|
|
102
106
|
import { HourglassIcon } from "./components/Icons/HourglassIcon.mjs";
|
|
103
107
|
import { ImageIcon } from "./components/Icons/ImageIcon.mjs";
|
|
108
|
+
import { ImageUploadIcon } from "./components/Icons/ImageUploadIcon.mjs";
|
|
104
109
|
import { InboxIcon } from "./components/Icons/InboxIcon.mjs";
|
|
105
110
|
import { InfoCircleIcon } from "./components/Icons/InfoCircleIcon.mjs";
|
|
106
111
|
import { InfoIcon } from "./components/Icons/InfoIcon.mjs";
|
|
@@ -129,6 +134,7 @@ import { PauseIcon } from "./components/Icons/PauseIcon.mjs";
|
|
|
129
134
|
import { PeopleIcon } from "./components/Icons/PeopleIcon.mjs";
|
|
130
135
|
import { PhoneIcon } from "./components/Icons/PhoneIcon.mjs";
|
|
131
136
|
import { PhoneOffIcon } from "./components/Icons/PhoneOffIcon.mjs";
|
|
137
|
+
import { Pin2Icon } from "./components/Icons/Pin2Icon.mjs";
|
|
132
138
|
import { PinIcon } from "./components/Icons/PinIcon.mjs";
|
|
133
139
|
import { PlayIcon } from "./components/Icons/PlayIcon.mjs";
|
|
134
140
|
import { PlusIcon } from "./components/Icons/PlusIcon.mjs";
|
|
@@ -142,6 +148,7 @@ import { SearchIcon } from "./components/Icons/SearchIcon.mjs";
|
|
|
142
148
|
import { SendIcon } from "./components/Icons/SendIcon.mjs";
|
|
143
149
|
import { SettingsIcon } from "./components/Icons/SettingsIcon.mjs";
|
|
144
150
|
import { ShareIcon } from "./components/Icons/ShareIcon.mjs";
|
|
151
|
+
import { SoundIcon } from "./components/Icons/SoundIcon.mjs";
|
|
145
152
|
import { SpinnerIcon } from "./components/Icons/SpinnerIcon.mjs";
|
|
146
153
|
import { StarIcon } from "./components/Icons/StarIcon.mjs";
|
|
147
154
|
import { StopIcon } from "./components/Icons/StopIcon.mjs";
|
|
@@ -159,6 +166,7 @@ import { TickCircleIcon } from "./components/Icons/TickCircleIcon.mjs";
|
|
|
159
166
|
import { TickCircleOffIcon } from "./components/Icons/TickCircleOffIcon.mjs";
|
|
160
167
|
import { TickIcon } from "./components/Icons/TickIcon.mjs";
|
|
161
168
|
import { ToolsIcon } from "./components/Icons/ToolsIcon.mjs";
|
|
169
|
+
import { TranscationArrowIcon } from "./components/Icons/TranscationArrowIcon.mjs";
|
|
162
170
|
import { TrashBinIcon } from "./components/Icons/TrashBinIcon.mjs";
|
|
163
171
|
import { TrashIcon } from "./components/Icons/TrashIcon.mjs";
|
|
164
172
|
import { TrophyIcon } from "./components/Icons/TrophyIcon.mjs";
|
|
@@ -218,6 +226,7 @@ import { cn } from "./utils/cn.mjs";
|
|
|
218
226
|
import { useSuppressClickAfterDrag } from "./utils/useSuppressClickAfterDrag.mjs";
|
|
219
227
|
export {
|
|
220
228
|
AI2Icon,
|
|
229
|
+
AICallIcon,
|
|
221
230
|
AIDisclosureIcon,
|
|
222
231
|
AIIcon,
|
|
223
232
|
Accordion,
|
|
@@ -290,6 +299,7 @@ export {
|
|
|
290
299
|
CreatorCard,
|
|
291
300
|
CreatorCover,
|
|
292
301
|
CreatorTile,
|
|
302
|
+
CrossCircleIcon,
|
|
293
303
|
CrossIcon,
|
|
294
304
|
CrownIcon,
|
|
295
305
|
CyclingText,
|
|
@@ -304,6 +314,7 @@ export {
|
|
|
304
314
|
DialogTitle,
|
|
305
315
|
DialogTrigger,
|
|
306
316
|
DiamondIcon,
|
|
317
|
+
DiscordIcon,
|
|
307
318
|
DiscountIcon,
|
|
308
319
|
Divider,
|
|
309
320
|
DonateIcon,
|
|
@@ -339,6 +350,7 @@ export {
|
|
|
339
350
|
FacebookIcon,
|
|
340
351
|
FlagIcon,
|
|
341
352
|
FlameIcon,
|
|
353
|
+
FlashIcon,
|
|
342
354
|
FolderIcon,
|
|
343
355
|
ForwardIcon,
|
|
344
356
|
GalleryIcon,
|
|
@@ -353,6 +365,7 @@ export {
|
|
|
353
365
|
HourglassIcon,
|
|
354
366
|
IconButton,
|
|
355
367
|
ImageIcon,
|
|
368
|
+
ImageUploadIcon,
|
|
356
369
|
InboxIcon,
|
|
357
370
|
InfoBox,
|
|
358
371
|
InfoBoxContent,
|
|
@@ -392,6 +405,7 @@ export {
|
|
|
392
405
|
PhoneIcon,
|
|
393
406
|
PhoneOffIcon,
|
|
394
407
|
Pill,
|
|
408
|
+
Pin2Icon,
|
|
395
409
|
PinIcon,
|
|
396
410
|
PlayIcon,
|
|
397
411
|
PlusIcon,
|
|
@@ -420,6 +434,7 @@ export {
|
|
|
420
434
|
Slot,
|
|
421
435
|
Slottable,
|
|
422
436
|
Snackbar,
|
|
437
|
+
SoundIcon,
|
|
423
438
|
SpinnerIcon,
|
|
424
439
|
StarIcon,
|
|
425
440
|
Stepper,
|
|
@@ -475,6 +490,7 @@ export {
|
|
|
475
490
|
TooltipContent,
|
|
476
491
|
TooltipProvider,
|
|
477
492
|
TooltipTrigger,
|
|
493
|
+
TranscationArrowIcon,
|
|
478
494
|
TrashBinIcon,
|
|
479
495
|
TrashIcon,
|
|
480
496
|
TrophyIcon,
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|