@ultraviolet/icons 4.0.0-beta.8 → 4.0.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.
@@ -0,0 +1,12 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
+ const jsxRuntime = require("@emotion/react/jsx-runtime");
5
+ const Icon = require("../Icon.cjs");
6
+ const BoxEssentialsIcon = ({
7
+ ...props
8
+ }) => (
9
+ // eslint-disable-next-line react/jsx-props-no-spreading
10
+ /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: typeof props.size === "string" && ["medium", "large", "xlarge", "xxlarge"].includes(props.size) ? /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8.9872 10.5191C9.11317 10.583 9.19254 10.7123 9.19254 10.8535V18.7057C9.19254 18.9828 8.90246 19.1642 8.65337 19.0429L1.46083 15.5407C1.33185 15.4779 1.25 15.347 1.25 15.2035V7.20455C1.25 6.92483 1.5452 6.74357 1.79466 6.87013L8.9872 10.5191ZM18.7513 15.2114C18.7513 15.3538 18.6706 15.484 18.5431 15.5473L11.545 19.023C11.2957 19.1469 11.0032 18.9655 11.0032 18.6872V10.847C11.0032 10.7069 11.0814 10.5784 11.2058 10.514L18.2039 6.89186C18.4535 6.76266 18.7513 6.94383 18.7513 7.22489V15.2114ZM17.0278 4.79316C17.2995 4.93197 17.3006 5.31989 17.0296 5.46014L10.2648 8.96147C10.1577 9.01692 10.0304 9.01744 9.92283 8.96287L3.01995 5.46149C2.74536 5.3222 2.74636 4.92964 3.02166 4.79176L9.92311 1.33512C10.0297 1.2817 10.1554 1.2822 10.2616 1.33647L17.0278 4.79316Z" }) : /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7.18976 8.41533C7.29053 8.46645 7.35403 8.56987 7.35403 8.68287V14.9646C7.35403 15.1863 7.12196 15.3314 6.92269 15.2343L1.16867 12.4326C1.06548 12.3823 1 12.2776 1 12.1629V5.76369C1 5.53991 1.23616 5.39491 1.43573 5.49615L7.18976 8.41533ZM15.001 12.1692C15.001 12.2831 14.9365 12.3872 14.8345 12.4379L9.23602 15.2185C9.0366 15.3175 8.80257 15.1725 8.80257 14.9498V8.67766C8.80257 8.56553 8.8651 8.46277 8.96467 8.41123L14.5631 5.51353C14.7628 5.41018 15.001 5.55511 15.001 5.77996V12.1692ZM13.6223 3.83458C13.8396 3.94563 13.8405 4.25596 13.6237 4.36816L8.21187 7.16922C8.12616 7.21359 8.02434 7.214 7.93826 7.17034L2.41596 4.36924C2.19629 4.25781 2.19708 3.94376 2.41733 3.83345L7.93849 1.06814C8.0238 1.02541 8.12435 1.02581 8.20932 1.06922L13.6223 3.83458Z" }) })
11
+ );
12
+ exports.BoxEssentialsIcon = BoxEssentialsIcon;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from '../Icon';
2
+ export declare const BoxEssentialsIcon: ({ ...props }: Omit<IconProps, "children">) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,12 @@
1
+ "use client";
2
+ import { jsx } from "@emotion/react/jsx-runtime";
3
+ import { Icon } from "../Icon.js";
4
+ const BoxEssentialsIcon = ({
5
+ ...props
6
+ }) => (
7
+ // eslint-disable-next-line react/jsx-props-no-spreading
8
+ /* @__PURE__ */ jsx(Icon, { ...props, children: typeof props.size === "string" && ["medium", "large", "xlarge", "xxlarge"].includes(props.size) ? /* @__PURE__ */ jsx("path", { d: "M8.9872 10.5191C9.11317 10.583 9.19254 10.7123 9.19254 10.8535V18.7057C9.19254 18.9828 8.90246 19.1642 8.65337 19.0429L1.46083 15.5407C1.33185 15.4779 1.25 15.347 1.25 15.2035V7.20455C1.25 6.92483 1.5452 6.74357 1.79466 6.87013L8.9872 10.5191ZM18.7513 15.2114C18.7513 15.3538 18.6706 15.484 18.5431 15.5473L11.545 19.023C11.2957 19.1469 11.0032 18.9655 11.0032 18.6872V10.847C11.0032 10.7069 11.0814 10.5784 11.2058 10.514L18.2039 6.89186C18.4535 6.76266 18.7513 6.94383 18.7513 7.22489V15.2114ZM17.0278 4.79316C17.2995 4.93197 17.3006 5.31989 17.0296 5.46014L10.2648 8.96147C10.1577 9.01692 10.0304 9.01744 9.92283 8.96287L3.01995 5.46149C2.74536 5.3222 2.74636 4.92964 3.02166 4.79176L9.92311 1.33512C10.0297 1.2817 10.1554 1.2822 10.2616 1.33647L17.0278 4.79316Z" }) : /* @__PURE__ */ jsx("path", { d: "M7.18976 8.41533C7.29053 8.46645 7.35403 8.56987 7.35403 8.68287V14.9646C7.35403 15.1863 7.12196 15.3314 6.92269 15.2343L1.16867 12.4326C1.06548 12.3823 1 12.2776 1 12.1629V5.76369C1 5.53991 1.23616 5.39491 1.43573 5.49615L7.18976 8.41533ZM15.001 12.1692C15.001 12.2831 14.9365 12.3872 14.8345 12.4379L9.23602 15.2185C9.0366 15.3175 8.80257 15.1725 8.80257 14.9498V8.67766C8.80257 8.56553 8.8651 8.46277 8.96467 8.41123L14.5631 5.51353C14.7628 5.41018 15.001 5.55511 15.001 5.77996V12.1692ZM13.6223 3.83458C13.8396 3.94563 13.8405 4.25596 13.6237 4.36816L8.21187 7.16922C8.12616 7.21359 8.02434 7.214 7.93826 7.17034L2.41596 4.36924C2.19629 4.25781 2.19708 3.94376 2.41733 3.83345L7.93849 1.06814C8.0238 1.02541 8.12435 1.02581 8.20932 1.06922L13.6223 3.83458Z" }) })
9
+ );
10
+ export {
11
+ BoxEssentialsIcon
12
+ };
@@ -0,0 +1,12 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
+ const jsxRuntime = require("@emotion/react/jsx-runtime");
5
+ const Icon = require("../Icon.cjs");
6
+ const BoxEssentialsOutlineIcon = ({
7
+ ...props
8
+ }) => (
9
+ // eslint-disable-next-line react/jsx-props-no-spreading
10
+ /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: typeof props.size === "string" && ["medium", "large", "xlarge", "xxlarge"].includes(props.size) ? /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M17.2502 6.7793L10.8306 10.1021V17.2883L17.2502 14.0999V6.7793ZM3.66626 5.55005L10.0774 8.802L16.3604 5.55005L10.0762 2.3396L3.66626 5.55005ZM2.74951 14.095L9.33032 17.2993V10.1057L2.74951 6.76709V14.095ZM18.7505 14.5649C18.7504 14.8494 18.5889 15.1096 18.3342 15.2363L10.4143 19.1719C10.2061 19.2752 9.96166 19.276 9.75269 19.1743L1.67163 15.2388C1.41381 15.1132 1.25058 14.8517 1.25049 14.5649V5.54639C1.25066 5.26267 1.4106 5.00329 1.66431 4.87622L9.74536 0.829591L9.82715 0.794191C10.0208 0.724541 10.236 0.737273 10.4216 0.832032L18.3416 4.87866C18.5922 5.0068 18.7503 5.26489 18.7505 5.54639V14.5649Z" }) : /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M13.8003 5.42354L8.66455 8.08174V13.8308L13.8003 11.28V5.42354ZM2.93311 4.44014L8.06201 7.0417L13.0884 4.44014L8.06104 1.87178L2.93311 4.44014ZM2.19971 11.2761L7.46436 13.8396V8.08467L2.19971 5.41377V11.2761ZM15.0005 11.6521C15.0004 11.8797 14.8712 12.0878 14.6675 12.1892L8.33154 15.3376C8.16501 15.4202 7.96942 15.4209 7.80225 15.3396L1.3374 12.1911C1.13114 12.0906 1.00056 11.8815 1.00049 11.6521V4.43721C1.00063 4.21023 1.12858 4.00273 1.33154 3.90108L7.79639 0.66377L7.86182 0.63545C8.01676 0.579731 8.18888 0.589916 8.3374 0.665724L14.6733 3.90303C14.8739 4.00554 15.0004 4.21201 15.0005 4.43721V11.6521Z" }) })
11
+ );
12
+ exports.BoxEssentialsOutlineIcon = BoxEssentialsOutlineIcon;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from '../Icon';
2
+ export declare const BoxEssentialsOutlineIcon: ({ ...props }: Omit<IconProps, "children">) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,12 @@
1
+ "use client";
2
+ import { jsx } from "@emotion/react/jsx-runtime";
3
+ import { Icon } from "../Icon.js";
4
+ const BoxEssentialsOutlineIcon = ({
5
+ ...props
6
+ }) => (
7
+ // eslint-disable-next-line react/jsx-props-no-spreading
8
+ /* @__PURE__ */ jsx(Icon, { ...props, children: typeof props.size === "string" && ["medium", "large", "xlarge", "xxlarge"].includes(props.size) ? /* @__PURE__ */ jsx("path", { d: "M17.2502 6.7793L10.8306 10.1021V17.2883L17.2502 14.0999V6.7793ZM3.66626 5.55005L10.0774 8.802L16.3604 5.55005L10.0762 2.3396L3.66626 5.55005ZM2.74951 14.095L9.33032 17.2993V10.1057L2.74951 6.76709V14.095ZM18.7505 14.5649C18.7504 14.8494 18.5889 15.1096 18.3342 15.2363L10.4143 19.1719C10.2061 19.2752 9.96166 19.276 9.75269 19.1743L1.67163 15.2388C1.41381 15.1132 1.25058 14.8517 1.25049 14.5649V5.54639C1.25066 5.26267 1.4106 5.00329 1.66431 4.87622L9.74536 0.829591L9.82715 0.794191C10.0208 0.724541 10.236 0.737273 10.4216 0.832032L18.3416 4.87866C18.5922 5.0068 18.7503 5.26489 18.7505 5.54639V14.5649Z" }) : /* @__PURE__ */ jsx("path", { d: "M13.8003 5.42354L8.66455 8.08174V13.8308L13.8003 11.28V5.42354ZM2.93311 4.44014L8.06201 7.0417L13.0884 4.44014L8.06104 1.87178L2.93311 4.44014ZM2.19971 11.2761L7.46436 13.8396V8.08467L2.19971 5.41377V11.2761ZM15.0005 11.6521C15.0004 11.8797 14.8712 12.0878 14.6675 12.1892L8.33154 15.3376C8.16501 15.4202 7.96942 15.4209 7.80225 15.3396L1.3374 12.1911C1.13114 12.0906 1.00056 11.8815 1.00049 11.6521V4.43721C1.00063 4.21023 1.12858 4.00273 1.33154 3.90108L7.79639 0.66377L7.86182 0.63545C8.01676 0.579731 8.18888 0.589916 8.3374 0.665724L14.6733 3.90303C14.8739 4.00554 15.0004 4.21201 15.0005 4.43721V11.6521Z" }) })
9
+ );
10
+ export {
11
+ BoxEssentialsOutlineIcon
12
+ };
@@ -75,6 +75,7 @@ export { AdjustmentsHorizontalOutlineIcon } from './AdjustmentsHorizontalOutline
75
75
  export { AlertCircleOutlineIcon } from './AlertCircleOutlineIcon';
76
76
  export { AutoFixOutlineIcon } from './AutoFixOutlineIcon';
77
77
  export { BookOpenOutlineOutlineIcon } from './BookOpenOutlineOutlineIcon';
78
+ export { BoxEssentialsOutlineIcon } from './BoxEssentialsOutlineIcon';
78
79
  export { BullhornOutlineIcon } from './BullhornOutlineIcon';
79
80
  export { CalculatorOutlineIcon } from './CalculatorOutlineIcon';
80
81
  export { CalendarRangeOutlineIcon } from './CalendarRangeOutlineIcon';
@@ -131,6 +132,7 @@ export { AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon';
131
132
  export { AlertCircleIcon } from './AlertCircleIcon';
132
133
  export { AutoFixIcon } from './AutoFixIcon';
133
134
  export { BookOpenOutlineIcon } from './BookOpenOutlineIcon';
135
+ export { BoxEssentialsIcon } from './BoxEssentialsIcon';
134
136
  export { BullhornIcon } from './BullhornIcon';
135
137
  export { CalculatorIcon } from './CalculatorIcon';
136
138
  export { CalendarRangeIcon } from './CalendarRangeIcon';
@@ -182,4 +184,4 @@ export { ThumbsUpIcon } from './ThumbsUpIcon';
182
184
  export { UnlockIcon } from './UnlockIcon';
183
185
  export { UnpinIcon } from './UnpinIcon';
184
186
  export { WeatherNightIcon } from './WeatherNightIcon';
185
- export type SystemIconNames = 'AddressPlayIcon' | 'AnchorIcon' | 'ArrowDownIcon' | 'ArrowLeftBottomIcon' | 'ArrowLeftDoubleIcon' | 'ArrowLeftIcon' | 'ArrowRightBottomIcon' | 'ArrowRightDoubleIcon' | 'ArrowRightIcon' | 'ArrowUpIcon' | 'AttachIcon' | 'BoldIcon' | 'BurgerIcon' | 'CancelIcon' | 'CheckIcon' | 'ClickhouseIcon' | 'CloseCircleOutlineIcon' | 'CloseIcon' | 'CopyContentIcon' | 'DetachIcon' | 'DotsHorizontalIcon' | 'DotsVerticalIcon' | 'DownloadIcon' | 'DragIcon' | 'EastShortIcon' | 'EastIcon' | 'EqualIcon' | 'EscapeIcon' | 'ExpandMoreIcon' | 'ExpandIcon' | 'GithubIcon' | 'InstagramIcon' | 'ItalicIcon' | 'LeftRightArrowIcon' | 'LinkedinIcon' | 'ListBulletIcon' | 'ListNumberIcon' | 'LogoutIcon' | 'MinusIcon' | 'NorthShortIcon' | 'NorthIcon' | 'OpenInNewIcon' | 'OrganizationIcon' | 'PartnerSpaceIcon' | 'PlusIcon' | 'ProgressCheckIcon' | 'RayEndArrowIcon' | 'RayStartArrowIcon' | 'RayStartEndIcon' | 'RayTopArrowIcon' | 'RebootIcon' | 'RestoreIcon' | 'RevokeIcon' | 'RssIcon' | 'SearchIcon' | 'SlackIcon' | 'SortIcon' | 'SouthShortIcon' | 'SouthIcon' | 'SwitchOrgaIcon' | 'TwitterIcon' | 'UnderlineIcon' | 'UploadIcon' | 'ViewIcon' | 'WestShortIcon' | 'WestIcon' | 'YoutubeIcon' | 'AddressOutlineIcon' | 'AdjustmentsHorizontalOutlineIcon' | 'AlertCircleOutlineIcon' | 'AutoFixOutlineIcon' | 'BookOpenOutlineOutlineIcon' | 'BullhornOutlineIcon' | 'CalculatorOutlineIcon' | 'CalendarRangeOutlineIcon' | 'ChatOutlineIcon' | 'CheckCircleOutlineIcon' | 'ClockOutlineOutlineIcon' | 'ConsoleOutlineIcon' | 'CredentialOutlineIcon' | 'CreditCardOutlineIcon' | 'DatabaseOutlineIcon' | 'DeleteOutlineIcon' | 'DocOutlineIcon' | 'EarthOutlineIcon' | 'EmailRemoveOutlineIcon' | 'EmailOutlineIcon' | 'EyeOffOutlineIcon' | 'EyeOutlineIcon' | 'FilterOutlineIcon' | 'FolderOutlineIcon' | 'HelpCircleOutlineIcon' | 'IdOutlineIcon' | 'InformationOutlineIcon' | 'LeafOutlineIcon' | 'LightBulbOutlineIcon' | 'LockOutlineIcon' | 'MembersOutlineIcon' | 'MoonOutlineIcon' | 'MosaicOutlineIcon' | 'NotificationOutlineIcon' | 'PenOutlineIcon' | 'Pen2OutlineIcon' | 'PencilOutlineIcon' | 'PhoneOutlineIcon' | 'PinOutlineIcon' | 'PlayOutlineIcon' | 'PrivacyOutlineIcon' | 'ProfileOutlineIcon' | 'RocketOutlineIcon' | 'SendOutlineIcon' | 'SettingsOutlineIcon' | 'SidebarOutlineIcon' | 'SparklesOutlineIcon' | 'StarOutlineIcon' | 'StopOutlineIcon' | 'SunOutlineIcon' | 'SupportOutlineIcon' | 'ThumbsDownOutlineIcon' | 'ThumbsUpOutlineIcon' | 'UnlockOutlineIcon' | 'UnpinOutlineIcon' | 'WeatherNightOutlineIcon' | 'AddressIcon' | 'AdjustmentsHorizontalIcon' | 'AlertCircleIcon' | 'AutoFixIcon' | 'BookOpenOutlineIcon' | 'BullhornIcon' | 'CalculatorIcon' | 'CalendarRangeIcon' | 'ChatIcon' | 'CheckCircleIcon' | 'ClockOutlineIcon' | 'ConsoleIcon' | 'CredentialIcon' | 'CreditCardIcon' | 'DatabaseIcon' | 'DeleteIcon' | 'DocIcon' | 'EarthIcon' | 'EmailRemoveIcon' | 'EmailIcon' | 'EyeOffIcon' | 'EyeIcon' | 'FilterIcon' | 'FolderIcon' | 'HelpCircleIcon' | 'IdIcon' | 'InformationIcon' | 'LeafIcon' | 'LightBulbIcon' | 'LockIcon' | 'MembersIcon' | 'MoonIcon' | 'MosaicIcon' | 'NotificationIcon' | 'PenIcon' | 'Pen2Icon' | 'PencilIcon' | 'PhoneIcon' | 'PinIcon' | 'PlayIcon' | 'PrivacyIcon' | 'ProfileIcon' | 'RocketIcon' | 'SendIcon' | 'SettingsIcon' | 'SidebarIcon' | 'SparklesIcon' | 'StarIcon' | 'StopIcon' | 'SunIcon' | 'SupportIcon' | 'ThumbsDownIcon' | 'ThumbsUpIcon' | 'UnlockIcon' | 'UnpinIcon' | 'WeatherNightIcon';
187
+ export type SystemIconNames = 'AddressPlayIcon' | 'AnchorIcon' | 'ArrowDownIcon' | 'ArrowLeftBottomIcon' | 'ArrowLeftDoubleIcon' | 'ArrowLeftIcon' | 'ArrowRightBottomIcon' | 'ArrowRightDoubleIcon' | 'ArrowRightIcon' | 'ArrowUpIcon' | 'AttachIcon' | 'BoldIcon' | 'BurgerIcon' | 'CancelIcon' | 'CheckIcon' | 'ClickhouseIcon' | 'CloseCircleOutlineIcon' | 'CloseIcon' | 'CopyContentIcon' | 'DetachIcon' | 'DotsHorizontalIcon' | 'DotsVerticalIcon' | 'DownloadIcon' | 'DragIcon' | 'EastShortIcon' | 'EastIcon' | 'EqualIcon' | 'EscapeIcon' | 'ExpandMoreIcon' | 'ExpandIcon' | 'GithubIcon' | 'InstagramIcon' | 'ItalicIcon' | 'LeftRightArrowIcon' | 'LinkedinIcon' | 'ListBulletIcon' | 'ListNumberIcon' | 'LogoutIcon' | 'MinusIcon' | 'NorthShortIcon' | 'NorthIcon' | 'OpenInNewIcon' | 'OrganizationIcon' | 'PartnerSpaceIcon' | 'PlusIcon' | 'ProgressCheckIcon' | 'RayEndArrowIcon' | 'RayStartArrowIcon' | 'RayStartEndIcon' | 'RayTopArrowIcon' | 'RebootIcon' | 'RestoreIcon' | 'RevokeIcon' | 'RssIcon' | 'SearchIcon' | 'SlackIcon' | 'SortIcon' | 'SouthShortIcon' | 'SouthIcon' | 'SwitchOrgaIcon' | 'TwitterIcon' | 'UnderlineIcon' | 'UploadIcon' | 'ViewIcon' | 'WestShortIcon' | 'WestIcon' | 'YoutubeIcon' | 'AddressOutlineIcon' | 'AdjustmentsHorizontalOutlineIcon' | 'AlertCircleOutlineIcon' | 'AutoFixOutlineIcon' | 'BookOpenOutlineOutlineIcon' | 'BoxEssentialsOutlineIcon' | 'BullhornOutlineIcon' | 'CalculatorOutlineIcon' | 'CalendarRangeOutlineIcon' | 'ChatOutlineIcon' | 'CheckCircleOutlineIcon' | 'ClockOutlineOutlineIcon' | 'ConsoleOutlineIcon' | 'CredentialOutlineIcon' | 'CreditCardOutlineIcon' | 'DatabaseOutlineIcon' | 'DeleteOutlineIcon' | 'DocOutlineIcon' | 'EarthOutlineIcon' | 'EmailRemoveOutlineIcon' | 'EmailOutlineIcon' | 'EyeOffOutlineIcon' | 'EyeOutlineIcon' | 'FilterOutlineIcon' | 'FolderOutlineIcon' | 'HelpCircleOutlineIcon' | 'IdOutlineIcon' | 'InformationOutlineIcon' | 'LeafOutlineIcon' | 'LightBulbOutlineIcon' | 'LockOutlineIcon' | 'MembersOutlineIcon' | 'MoonOutlineIcon' | 'MosaicOutlineIcon' | 'NotificationOutlineIcon' | 'PenOutlineIcon' | 'Pen2OutlineIcon' | 'PencilOutlineIcon' | 'PhoneOutlineIcon' | 'PinOutlineIcon' | 'PlayOutlineIcon' | 'PrivacyOutlineIcon' | 'ProfileOutlineIcon' | 'RocketOutlineIcon' | 'SendOutlineIcon' | 'SettingsOutlineIcon' | 'SidebarOutlineIcon' | 'SparklesOutlineIcon' | 'StarOutlineIcon' | 'StopOutlineIcon' | 'SunOutlineIcon' | 'SupportOutlineIcon' | 'ThumbsDownOutlineIcon' | 'ThumbsUpOutlineIcon' | 'UnlockOutlineIcon' | 'UnpinOutlineIcon' | 'WeatherNightOutlineIcon' | 'AddressIcon' | 'AdjustmentsHorizontalIcon' | 'AlertCircleIcon' | 'AutoFixIcon' | 'BookOpenOutlineIcon' | 'BoxEssentialsIcon' | 'BullhornIcon' | 'CalculatorIcon' | 'CalendarRangeIcon' | 'ChatIcon' | 'CheckCircleIcon' | 'ClockOutlineIcon' | 'ConsoleIcon' | 'CredentialIcon' | 'CreditCardIcon' | 'DatabaseIcon' | 'DeleteIcon' | 'DocIcon' | 'EarthIcon' | 'EmailRemoveIcon' | 'EmailIcon' | 'EyeOffIcon' | 'EyeIcon' | 'FilterIcon' | 'FolderIcon' | 'HelpCircleIcon' | 'IdIcon' | 'InformationIcon' | 'LeafIcon' | 'LightBulbIcon' | 'LockIcon' | 'MembersIcon' | 'MoonIcon' | 'MosaicIcon' | 'NotificationIcon' | 'PenIcon' | 'Pen2Icon' | 'PencilIcon' | 'PhoneIcon' | 'PinIcon' | 'PlayIcon' | 'PrivacyIcon' | 'ProfileIcon' | 'RocketIcon' | 'SendIcon' | 'SettingsIcon' | 'SidebarIcon' | 'SparklesIcon' | 'StarIcon' | 'StopIcon' | 'SunIcon' | 'SupportIcon' | 'ThumbsDownIcon' | 'ThumbsUpIcon' | 'UnlockIcon' | 'UnpinIcon' | 'WeatherNightIcon';
@@ -0,0 +1,17 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
+ const jsxRuntime = require("@emotion/react/jsx-runtime");
5
+ const Icon = require("../Icon.cjs");
6
+ const CloudEssentialsProductIcon = ({
7
+ ...props
8
+ }) => (
9
+ // eslint-disable-next-line react/jsx-props-no-spreading
10
+ /* @__PURE__ */ jsxRuntime.jsxs(Icon.Icon, { ...props, children: [
11
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M0 16C0 7.16344 7.16344 0 16 0H48C56.8366 0 64 7.16344 64 16V48C64 56.8366 56.8366 64 48 64H16C7.16344 64 0 56.8366 0 48V16Z", fill: "#F1EEFC", className: "fillWeak" }),
12
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M48 2H16C8.26801 2 2 8.26801 2 16V48C2 55.732 8.26801 62 16 62H48C55.732 62 62 55.732 62 48V16C62 8.26801 55.732 2 48 2ZM16 0C7.16344 0 0 7.16344 0 16V48C0 56.8366 7.16344 64 16 64H48C56.8366 64 64 56.8366 64 48V16C64 7.16344 56.8366 0 48 0H16Z", fill: "#F1EEFC", className: "fillWeak" }),
13
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.3076 25.9766L40.3809 26.0205L46.8311 29.3711L32.167 36.9902L17.2041 29.3711L23.499 26.167C22.5559 26.0426 21.7375 25.6799 21.0654 25.1602L14.5459 28.4805C14.211 28.6512 14 28.9961 14 29.3721V48.6064C14.0002 48.9882 14.2176 49.3371 14.5605 49.5049L31.7324 57.8984C32.012 58.035 32.3397 58.0333 32.6182 57.8945L49.4463 49.501C49.7853 49.3318 49.9998 48.9854 50 48.6064V29.3721C50 28.9989 49.792 28.6565 49.4609 28.4844L41.3027 24.2451L41.209 24.2031C41.1948 24.1975 41.1803 24.1924 41.166 24.1875L40.3076 25.9766ZM31.1719 38.7275V55.3975L16 47.9814V31.0029L31.1719 38.7275ZM48 47.9873L33.1719 55.3838V38.7217L48 31.0176V47.9873Z", fill: "#521094", className: "fill" }),
14
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M29.4287 4.92336C29.7974 4.15523 30.5901 3.88076 31.2637 4.04641C31.9317 4.21086 32.5 4.80967 32.5 5.64406V14.7837H38.7637C40.4829 14.7838 41.4699 16.6182 40.7695 18.0777L33.5713 33.0757C33.2026 33.8438 32.4099 34.1183 31.7363 33.9527C31.0683 33.7882 30.5 33.1894 30.5 32.355V23.2154H24.2363C22.5171 23.2153 21.5301 21.3809 22.2305 19.9214L29.4287 4.92336ZM32.5 30.6861L38.9668 17.2124C39.0178 17.1059 39.0075 16.9939 38.9541 16.9038C38.9016 16.8154 38.8322 16.7838 38.7637 16.7837H32.4258C31.3241 16.7835 30.5001 15.8648 30.5 14.8189V7.31203L24.0332 20.7866C23.9822 20.8931 23.9925 21.0051 24.0459 21.0952C24.0983 21.1836 24.1678 21.2153 24.2363 21.2154H30.5742C31.6759 21.2156 32.4998 22.1342 32.5 23.1802V30.6861Z", fill: "#A060F6", className: "fillStrong" })
15
+ ] })
16
+ );
17
+ exports.CloudEssentialsProductIcon = CloudEssentialsProductIcon;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from '../Icon';
2
+ export declare const CloudEssentialsProductIcon: ({ ...props }: Omit<IconProps, "children">) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,17 @@
1
+ "use client";
2
+ import { jsxs, jsx } from "@emotion/react/jsx-runtime";
3
+ import { Icon } from "../Icon.js";
4
+ const CloudEssentialsProductIcon = ({
5
+ ...props
6
+ }) => (
7
+ // eslint-disable-next-line react/jsx-props-no-spreading
8
+ /* @__PURE__ */ jsxs(Icon, { ...props, children: [
9
+ /* @__PURE__ */ jsx("path", { d: "M0 16C0 7.16344 7.16344 0 16 0H48C56.8366 0 64 7.16344 64 16V48C64 56.8366 56.8366 64 48 64H16C7.16344 64 0 56.8366 0 48V16Z", fill: "#F1EEFC", className: "fillWeak" }),
10
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M48 2H16C8.26801 2 2 8.26801 2 16V48C2 55.732 8.26801 62 16 62H48C55.732 62 62 55.732 62 48V16C62 8.26801 55.732 2 48 2ZM16 0C7.16344 0 0 7.16344 0 16V48C0 56.8366 7.16344 64 16 64H48C56.8366 64 64 56.8366 64 48V16C64 7.16344 56.8366 0 48 0H16Z", fill: "#F1EEFC", className: "fillWeak" }),
11
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.3076 25.9766L40.3809 26.0205L46.8311 29.3711L32.167 36.9902L17.2041 29.3711L23.499 26.167C22.5559 26.0426 21.7375 25.6799 21.0654 25.1602L14.5459 28.4805C14.211 28.6512 14 28.9961 14 29.3721V48.6064C14.0002 48.9882 14.2176 49.3371 14.5605 49.5049L31.7324 57.8984C32.012 58.035 32.3397 58.0333 32.6182 57.8945L49.4463 49.501C49.7853 49.3318 49.9998 48.9854 50 48.6064V29.3721C50 28.9989 49.792 28.6565 49.4609 28.4844L41.3027 24.2451L41.209 24.2031C41.1948 24.1975 41.1803 24.1924 41.166 24.1875L40.3076 25.9766ZM31.1719 38.7275V55.3975L16 47.9814V31.0029L31.1719 38.7275ZM48 47.9873L33.1719 55.3838V38.7217L48 31.0176V47.9873Z", fill: "#521094", className: "fill" }),
12
+ /* @__PURE__ */ jsx("path", { d: "M29.4287 4.92336C29.7974 4.15523 30.5901 3.88076 31.2637 4.04641C31.9317 4.21086 32.5 4.80967 32.5 5.64406V14.7837H38.7637C40.4829 14.7838 41.4699 16.6182 40.7695 18.0777L33.5713 33.0757C33.2026 33.8438 32.4099 34.1183 31.7363 33.9527C31.0683 33.7882 30.5 33.1894 30.5 32.355V23.2154H24.2363C22.5171 23.2153 21.5301 21.3809 22.2305 19.9214L29.4287 4.92336ZM32.5 30.6861L38.9668 17.2124C39.0178 17.1059 39.0075 16.9939 38.9541 16.9038C38.9016 16.8154 38.8322 16.7838 38.7637 16.7837H32.4258C31.3241 16.7835 30.5001 15.8648 30.5 14.8189V7.31203L24.0332 20.7866C23.9822 20.8931 23.9925 21.0051 24.0459 21.0952C24.0983 21.1836 24.1678 21.2153 24.2363 21.2154H30.5742C31.6759 21.2156 32.4998 22.1342 32.5 23.1802V30.6861Z", fill: "#A060F6", className: "fillStrong" })
13
+ ] })
14
+ );
15
+ export {
16
+ CloudEssentialsProductIcon
17
+ };
@@ -0,0 +1,16 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
+ const jsxRuntime = require("@emotion/react/jsx-runtime");
5
+ const Icon = require("../Icon.cjs");
6
+ const CustomModelProductIcon = ({
7
+ ...props
8
+ }) => (
9
+ // eslint-disable-next-line react/jsx-props-no-spreading
10
+ /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { clipPath: "url(#clip0_4253_5045)", className: "Style=Console", children: [
11
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M0 16C0 7.16344 7.16344 0 16 0H48C56.8366 0 64 7.16344 64 16V48C64 56.8366 56.8366 64 48 64H16C7.16344 64 0 56.8366 0 48V16Z", fill: "#F1EEFC", className: "fillWeak" }),
12
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M34.423 21.0049C34.9271 21.0562 35.3205 21.4823 35.3205 22V24.7754C35.8004 24.9959 36.2544 25.2622 36.6769 25.5684L39.1603 24.1367L39.2521 24.0898C39.7143 23.8826 40.2678 24.0548 40.5265 24.5029L42.8664 28.5566C42.9989 28.7863 43.0346 29.0593 42.966 29.3154C42.8973 29.5715 42.7298 29.7903 42.5001 29.9229L39.9699 31.3818C39.9895 31.6076 40.0001 31.8365 40.0001 32.0684L39.9923 32.4209C39.9875 32.529 39.979 32.6364 39.9699 32.7432L42.5001 34.2041C42.9486 34.463 43.1211 35.0172 42.9132 35.4795L42.8664 35.5703L40.5265 39.624C40.3939 39.8537 40.1753 40.0212 39.9191 40.0898C39.663 40.1584 39.3899 40.1228 39.1603 39.9902L36.6837 38.5605C36.2592 38.8689 35.803 39.1367 35.3205 39.3584V42.1357C35.3205 42.688 34.8727 43.1357 34.3205 43.1357H29.6398C29.0876 43.1356 28.6398 42.6879 28.6398 42.1357V39.3594C28.1632 39.1408 27.7116 38.8777 27.2912 38.5742L24.84 39.9902C24.6104 40.1227 24.3373 40.1585 24.0812 40.0898C23.8251 40.0212 23.6063 39.8537 23.4738 39.624L21.1339 35.5703C20.858 35.0921 21.0221 34.4803 21.5001 34.2041L23.9884 32.7656C23.9785 32.6535 23.9711 32.5405 23.966 32.4268L23.9582 32.0684C23.9582 31.8289 23.9694 31.5924 23.9904 31.3594L21.5001 29.9229C21.2706 29.7903 21.103 29.5715 21.0343 29.3154C20.9657 29.0593 21.0014 28.7863 21.1339 28.5566L23.4738 24.5029L23.5294 24.417C23.8258 24.006 24.3916 23.8781 24.84 24.1367L27.298 25.5557C27.7163 25.2542 28.1656 24.9921 28.6398 24.7744V22L28.6447 21.8975C28.696 21.3934 29.1222 21.0001 29.6398 21H34.3205L34.423 21.0049ZM30.6398 25.4473C30.6398 25.8711 30.3724 26.2484 29.9728 26.3896C29.2581 26.6422 28.6043 27.0279 28.0402 27.5166C27.7181 27.7953 27.2548 27.8398 26.8859 27.627L24.7062 26.3682L23.3664 28.6895L25.5695 29.9619C25.8887 30.1462 26.077 30.4882 26.0695 30.8486L26.0539 31.0039C25.9918 31.3521 25.9582 31.7078 25.9582 32.0684L25.964 32.3359C25.9762 32.6025 26.0061 32.866 26.0519 33.125L26.0675 33.2793C26.0736 33.5879 25.9365 33.8833 25.6964 34.0771L25.5675 34.165L23.3654 35.4355L24.7052 37.7568L26.8791 36.5029L27.0216 36.4355C27.3623 36.305 27.7525 36.3697 28.0343 36.6143C28.5991 37.1048 29.255 37.4914 29.9728 37.7451C30.3724 37.8864 30.6398 38.2637 30.6398 38.6875V41.1357H33.3205V38.6875C33.3205 38.2638 33.5881 37.8865 33.9875 37.7451C34.71 37.4896 35.3695 37.0981 35.9376 36.6016L36.0646 36.5068C36.3745 36.3125 36.7717 36.3013 37.0959 36.4883L39.2941 37.7568L40.6339 35.4355L38.3947 34.1436C38.0316 33.9338 37.8377 33.5196 37.9093 33.1064C37.9683 32.7671 38.0001 32.4204 38.0001 32.0684C38.0001 31.8026 37.9818 31.5396 37.9474 31.2803L37.9074 31.0225C37.835 30.6089 38.0291 30.1934 38.3927 29.9834L40.633 28.6895L39.2931 26.3682L37.089 27.6406C36.7191 27.8539 36.2537 27.8089 35.9318 27.5283C35.3648 27.0342 34.7072 26.6442 33.9875 26.3896C33.588 26.2483 33.3205 25.871 33.3205 25.4473V23H30.6398V25.4473ZM32.0001 28C34.2093 28 36.0001 29.7909 36.0001 32C36.0001 34.2091 34.2093 36 32.0001 36C29.7911 35.9999 28.0001 34.2091 28.0001 32C28.0001 29.7909 29.7911 28.0001 32.0001 28ZM32.0001 30C30.8957 30.0001 30.0001 30.8955 30.0001 32C30.0001 33.1045 30.8957 33.9999 32.0001 34C33.1047 34 34.0001 33.1046 34.0001 32C34.0001 30.8954 33.1047 30 32.0001 30Z", fill: "#A060F6", className: "fillStrong" }),
13
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M31.9998 13.0477C38.582 7.99051 46.1947 13.1864 45.8201 19.2069C47.0749 19.7161 48.0295 20.4514 48.7176 21.3514C49.5394 22.4264 49.9333 23.6724 50.0623 24.9061C50.2858 27.0447 49.7282 29.2555 49.0799 30.8368C52.0563 34.2353 52.6722 37.8011 51.3191 40.6532C50.0379 43.3535 47.1332 45.0965 43.5867 45.3661C43.4759 47.2627 43.0318 48.7737 42.3093 49.9452C41.4593 51.3233 40.2699 52.1586 38.9685 52.5975C36.5872 53.4005 33.8681 52.8743 31.9998 52.1551C30.1314 52.8743 27.4123 53.4005 25.031 52.5975C23.7297 52.1586 22.5402 51.3233 21.6902 49.9452C20.9677 48.7737 20.5227 47.2627 20.4119 45.3661C16.8659 45.0963 13.9615 43.3533 12.6804 40.6532C11.3274 37.8012 11.9427 34.2352 14.9187 30.8368C14.2704 29.2556 13.7138 27.0445 13.9373 24.9061C14.0662 23.6724 14.4601 22.4264 15.282 21.3514C15.9699 20.4516 16.9241 19.7161 18.1785 19.2069C17.8039 13.1864 25.4176 7.99053 31.9998 13.0477ZM31.0388 17.7147V14.8377C25.4405 10.2365 19.3943 15.1783 20.2517 19.6961C20.341 20.1673 20.0833 20.6307 19.6472 20.8084L19.5574 20.8397C18.2534 21.2323 17.4128 21.8562 16.8699 22.5662C16.3214 23.2839 16.0267 24.1559 15.9265 25.1141C15.723 27.0626 16.3411 29.2143 16.9988 30.6004C17.1759 30.9738 17.1055 31.4178 16.8211 31.7176C13.839 34.8605 13.5266 37.7709 14.4871 39.7957C15.4705 41.8685 17.9632 43.4051 21.3845 43.4051C21.9367 43.4053 22.3845 43.8529 22.3845 44.4051C22.3846 46.5084 22.8008 47.9362 23.3924 48.8953C23.9745 49.8392 24.7677 50.3977 25.6697 50.702C27.3224 51.2593 29.3637 50.963 30.9607 50.4051V47.0008C30.9607 46.4487 31.4086 46.0011 31.9607 46.0008C32.513 46.0008 32.9607 46.4485 32.9607 47.0008V50.3768C34.5689 50.9524 36.65 51.2685 38.3299 50.702C39.2318 50.3977 40.025 49.8392 40.6072 48.8953C41.1987 47.9362 41.615 46.5084 41.615 44.4051C41.615 43.8529 42.0629 43.4053 42.615 43.4051C46.0364 43.4051 48.5291 41.8685 49.5125 39.7957C50.473 37.7709 50.1606 34.8605 47.1785 31.7176C46.894 31.4178 46.8236 30.9738 47.0008 30.6004L47.1228 30.3319C47.732 28.9462 48.2639 26.941 48.073 25.1141C47.9728 24.1559 47.6781 23.2839 47.1297 22.5662C46.5868 21.8562 45.7462 21.2323 44.4422 20.8397C43.9524 20.6921 43.6526 20.1987 43.7478 19.6961C44.6013 15.1992 38.6153 10.2828 33.0388 14.7752V17.7147C33.0388 18.2668 32.5909 18.7144 32.0388 18.7147C31.4866 18.7147 31.0388 18.267 31.0388 17.7147Z", fill: "#521094", className: "fill" })
14
+ ] }) })
15
+ );
16
+ exports.CustomModelProductIcon = CustomModelProductIcon;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from '../Icon';
2
+ export declare const CustomModelProductIcon: ({ ...props }: Omit<IconProps, "children">) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,16 @@
1
+ "use client";
2
+ import { jsx, jsxs } from "@emotion/react/jsx-runtime";
3
+ import { Icon } from "../Icon.js";
4
+ const CustomModelProductIcon = ({
5
+ ...props
6
+ }) => (
7
+ // eslint-disable-next-line react/jsx-props-no-spreading
8
+ /* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_4253_5045)", className: "Style=Console", children: [
9
+ /* @__PURE__ */ jsx("path", { d: "M0 16C0 7.16344 7.16344 0 16 0H48C56.8366 0 64 7.16344 64 16V48C64 56.8366 56.8366 64 48 64H16C7.16344 64 0 56.8366 0 48V16Z", fill: "#F1EEFC", className: "fillWeak" }),
10
+ /* @__PURE__ */ jsx("path", { d: "M34.423 21.0049C34.9271 21.0562 35.3205 21.4823 35.3205 22V24.7754C35.8004 24.9959 36.2544 25.2622 36.6769 25.5684L39.1603 24.1367L39.2521 24.0898C39.7143 23.8826 40.2678 24.0548 40.5265 24.5029L42.8664 28.5566C42.9989 28.7863 43.0346 29.0593 42.966 29.3154C42.8973 29.5715 42.7298 29.7903 42.5001 29.9229L39.9699 31.3818C39.9895 31.6076 40.0001 31.8365 40.0001 32.0684L39.9923 32.4209C39.9875 32.529 39.979 32.6364 39.9699 32.7432L42.5001 34.2041C42.9486 34.463 43.1211 35.0172 42.9132 35.4795L42.8664 35.5703L40.5265 39.624C40.3939 39.8537 40.1753 40.0212 39.9191 40.0898C39.663 40.1584 39.3899 40.1228 39.1603 39.9902L36.6837 38.5605C36.2592 38.8689 35.803 39.1367 35.3205 39.3584V42.1357C35.3205 42.688 34.8727 43.1357 34.3205 43.1357H29.6398C29.0876 43.1356 28.6398 42.6879 28.6398 42.1357V39.3594C28.1632 39.1408 27.7116 38.8777 27.2912 38.5742L24.84 39.9902C24.6104 40.1227 24.3373 40.1585 24.0812 40.0898C23.8251 40.0212 23.6063 39.8537 23.4738 39.624L21.1339 35.5703C20.858 35.0921 21.0221 34.4803 21.5001 34.2041L23.9884 32.7656C23.9785 32.6535 23.9711 32.5405 23.966 32.4268L23.9582 32.0684C23.9582 31.8289 23.9694 31.5924 23.9904 31.3594L21.5001 29.9229C21.2706 29.7903 21.103 29.5715 21.0343 29.3154C20.9657 29.0593 21.0014 28.7863 21.1339 28.5566L23.4738 24.5029L23.5294 24.417C23.8258 24.006 24.3916 23.8781 24.84 24.1367L27.298 25.5557C27.7163 25.2542 28.1656 24.9921 28.6398 24.7744V22L28.6447 21.8975C28.696 21.3934 29.1222 21.0001 29.6398 21H34.3205L34.423 21.0049ZM30.6398 25.4473C30.6398 25.8711 30.3724 26.2484 29.9728 26.3896C29.2581 26.6422 28.6043 27.0279 28.0402 27.5166C27.7181 27.7953 27.2548 27.8398 26.8859 27.627L24.7062 26.3682L23.3664 28.6895L25.5695 29.9619C25.8887 30.1462 26.077 30.4882 26.0695 30.8486L26.0539 31.0039C25.9918 31.3521 25.9582 31.7078 25.9582 32.0684L25.964 32.3359C25.9762 32.6025 26.0061 32.866 26.0519 33.125L26.0675 33.2793C26.0736 33.5879 25.9365 33.8833 25.6964 34.0771L25.5675 34.165L23.3654 35.4355L24.7052 37.7568L26.8791 36.5029L27.0216 36.4355C27.3623 36.305 27.7525 36.3697 28.0343 36.6143C28.5991 37.1048 29.255 37.4914 29.9728 37.7451C30.3724 37.8864 30.6398 38.2637 30.6398 38.6875V41.1357H33.3205V38.6875C33.3205 38.2638 33.5881 37.8865 33.9875 37.7451C34.71 37.4896 35.3695 37.0981 35.9376 36.6016L36.0646 36.5068C36.3745 36.3125 36.7717 36.3013 37.0959 36.4883L39.2941 37.7568L40.6339 35.4355L38.3947 34.1436C38.0316 33.9338 37.8377 33.5196 37.9093 33.1064C37.9683 32.7671 38.0001 32.4204 38.0001 32.0684C38.0001 31.8026 37.9818 31.5396 37.9474 31.2803L37.9074 31.0225C37.835 30.6089 38.0291 30.1934 38.3927 29.9834L40.633 28.6895L39.2931 26.3682L37.089 27.6406C36.7191 27.8539 36.2537 27.8089 35.9318 27.5283C35.3648 27.0342 34.7072 26.6442 33.9875 26.3896C33.588 26.2483 33.3205 25.871 33.3205 25.4473V23H30.6398V25.4473ZM32.0001 28C34.2093 28 36.0001 29.7909 36.0001 32C36.0001 34.2091 34.2093 36 32.0001 36C29.7911 35.9999 28.0001 34.2091 28.0001 32C28.0001 29.7909 29.7911 28.0001 32.0001 28ZM32.0001 30C30.8957 30.0001 30.0001 30.8955 30.0001 32C30.0001 33.1045 30.8957 33.9999 32.0001 34C33.1047 34 34.0001 33.1046 34.0001 32C34.0001 30.8954 33.1047 30 32.0001 30Z", fill: "#A060F6", className: "fillStrong" }),
11
+ /* @__PURE__ */ jsx("path", { d: "M31.9998 13.0477C38.582 7.99051 46.1947 13.1864 45.8201 19.2069C47.0749 19.7161 48.0295 20.4514 48.7176 21.3514C49.5394 22.4264 49.9333 23.6724 50.0623 24.9061C50.2858 27.0447 49.7282 29.2555 49.0799 30.8368C52.0563 34.2353 52.6722 37.8011 51.3191 40.6532C50.0379 43.3535 47.1332 45.0965 43.5867 45.3661C43.4759 47.2627 43.0318 48.7737 42.3093 49.9452C41.4593 51.3233 40.2699 52.1586 38.9685 52.5975C36.5872 53.4005 33.8681 52.8743 31.9998 52.1551C30.1314 52.8743 27.4123 53.4005 25.031 52.5975C23.7297 52.1586 22.5402 51.3233 21.6902 49.9452C20.9677 48.7737 20.5227 47.2627 20.4119 45.3661C16.8659 45.0963 13.9615 43.3533 12.6804 40.6532C11.3274 37.8012 11.9427 34.2352 14.9187 30.8368C14.2704 29.2556 13.7138 27.0445 13.9373 24.9061C14.0662 23.6724 14.4601 22.4264 15.282 21.3514C15.9699 20.4516 16.9241 19.7161 18.1785 19.2069C17.8039 13.1864 25.4176 7.99053 31.9998 13.0477ZM31.0388 17.7147V14.8377C25.4405 10.2365 19.3943 15.1783 20.2517 19.6961C20.341 20.1673 20.0833 20.6307 19.6472 20.8084L19.5574 20.8397C18.2534 21.2323 17.4128 21.8562 16.8699 22.5662C16.3214 23.2839 16.0267 24.1559 15.9265 25.1141C15.723 27.0626 16.3411 29.2143 16.9988 30.6004C17.1759 30.9738 17.1055 31.4178 16.8211 31.7176C13.839 34.8605 13.5266 37.7709 14.4871 39.7957C15.4705 41.8685 17.9632 43.4051 21.3845 43.4051C21.9367 43.4053 22.3845 43.8529 22.3845 44.4051C22.3846 46.5084 22.8008 47.9362 23.3924 48.8953C23.9745 49.8392 24.7677 50.3977 25.6697 50.702C27.3224 51.2593 29.3637 50.963 30.9607 50.4051V47.0008C30.9607 46.4487 31.4086 46.0011 31.9607 46.0008C32.513 46.0008 32.9607 46.4485 32.9607 47.0008V50.3768C34.5689 50.9524 36.65 51.2685 38.3299 50.702C39.2318 50.3977 40.025 49.8392 40.6072 48.8953C41.1987 47.9362 41.615 46.5084 41.615 44.4051C41.615 43.8529 42.0629 43.4053 42.615 43.4051C46.0364 43.4051 48.5291 41.8685 49.5125 39.7957C50.473 37.7709 50.1606 34.8605 47.1785 31.7176C46.894 31.4178 46.8236 30.9738 47.0008 30.6004L47.1228 30.3319C47.732 28.9462 48.2639 26.941 48.073 25.1141C47.9728 24.1559 47.6781 23.2839 47.1297 22.5662C46.5868 21.8562 45.7462 21.2323 44.4422 20.8397C43.9524 20.6921 43.6526 20.1987 43.7478 19.6961C44.6013 15.1992 38.6153 10.2828 33.0388 14.7752V17.7147C33.0388 18.2668 32.5909 18.7144 32.0388 18.7147C31.4866 18.7147 31.0388 18.267 31.0388 17.7147Z", fill: "#521094", className: "fill" })
12
+ ] }) })
13
+ );
14
+ export {
15
+ CustomModelProductIcon
16
+ };
@@ -26,12 +26,14 @@ export { CbProductIcon } from './CbProductIcon';
26
26
  export { CdnProductIcon } from './CdnProductIcon';
27
27
  export { ChangelogProductIcon } from './ChangelogProductIcon';
28
28
  export { CliProductIcon } from './CliProductIcon';
29
+ export { CloudEssentialsProductIcon } from './CloudEssentialsProductIcon';
29
30
  export { CloudHostingProductIcon } from './CloudHostingProductIcon';
30
31
  export { CockpitProductIcon } from './CockpitProductIcon';
31
32
  export { ColdStorageProductIcon } from './ColdStorageProductIcon';
32
33
  export { ConsoleProductIcon } from './ConsoleProductIcon';
33
34
  export { ContainersProductIcon } from './ContainersProductIcon';
34
35
  export { CostManagerProductIcon } from './CostManagerProductIcon';
36
+ export { CustomModelProductIcon } from './CustomModelProductIcon';
35
37
  export { DataWarehouseProductIcon } from './DataWarehouseProductIcon';
36
38
  export { DdosProductIcon } from './DdosProductIcon';
37
39
  export { DdxCoreServersProductIcon } from './DdxCoreServersProductIcon';
@@ -163,4 +165,4 @@ export { WafProductIcon } from './WafProductIcon';
163
165
  export { WebPlatformProductIcon } from './WebPlatformProductIcon';
164
166
  export { WebhostingProductIcon } from './WebhostingProductIcon';
165
167
  export { ZoneProductIcon } from './ZoneProductIcon';
166
- export type ProductIconNames = 'AbuseProductIcon' | 'AccountExperienceProductIcon' | 'AdditionalDiskProductIcon' | 'AdvancedSettingsProductIcon' | 'AdvancedSupportProductIcon' | 'AnsibleProductIcon' | 'ApiGatewayProductIcon' | 'ApiKeyProductIcon' | 'ApiProductIcon' | 'AppleSiliconProductIcon' | 'ApplicationLibraryProductIcon' | 'ApplicationProductIcon' | 'AuditTrailProductIcon' | 'BackendsProductIcon' | 'BandwidthProductIcon' | 'BasicSupportProductIcon' | 'BillingProductIcon' | 'BlockStorageProductIcon' | 'BusinessSupportProductIcon' | 'CbProductIcon' | 'CdnProductIcon' | 'ChangelogProductIcon' | 'CliProductIcon' | 'CloudHostingProductIcon' | 'CockpitProductIcon' | 'ColdStorageProductIcon' | 'ConsoleProductIcon' | 'ContainersProductIcon' | 'CostManagerProductIcon' | 'DataWarehouseProductIcon' | 'DdosProductIcon' | 'DdxCoreServersProductIcon' | 'DdxProServersProductIcon' | 'DdxStartServersProductIcon' | 'DedibackupProductIcon' | 'DediboxProductIcon' | 'DedicatedControlPlaneProductIcon' | 'DedicatedServerProductIcon' | 'DedilinkProductIcon' | 'DeleteMarkerProductIcon' | 'DevicesProductIcon' | 'DirectConnectProductIcon' | 'DistributedDataLabProductIcon' | 'DnsProductIcon' | 'DocumentationProductIcon' | 'DomainsProductIcon' | 'EdgeServicesProductIcon' | 'ElasticMetalAluminiumProductIcon' | 'ElasticMetalBerylliumProductIcon' | 'ElasticMetalIridiumProductIcon' | 'ElasticMetalLithiumProductIcon' | 'ElasticMetalTitaniumProductIcon' | 'ElasticMetalProductIcon' | 'EntrepriseSupportProductIcon' | 'EnvironmentalFootprintCalculatorProductIcon' | 'FileProductIcon' | 'FlexibleIpProductIcon' | 'FolderProductIcon' | 'FrontEndsProductIcon' | 'FunctionsProductIcon' | 'GenerativeApiProductIcon' | 'GpuServersProductIcon' | 'HubNetworksProductIcon' | 'HubRoutesProductIcon' | 'IamProductIcon' | 'IconElasticMetalProductIcon' | 'IconSdkJsProductIcon' | 'IconSdkProductIcon' | 'ImagesProductIcon' | 'InferenceProductIcon' | 'InstanceCostOptimizedProductIcon' | 'InstanceEnterpriseProductIcon' | 'InstanceGpuProductIcon' | 'InstanceLearnProductIcon' | 'InstancePopProductIcon' | 'InstanceScallingGroupsProductIcon' | 'InstanceWopProductIcon' | 'InstanceProductIcon' | 'InterlinkDedicatedProductIcon' | 'InterlinkProductIcon' | 'IotEdgeProductIcon' | 'IotProductIcon' | 'IpFailoverProductIcon' | 'IpamProductIcon' | 'IpfsNamingProductIcon' | 'IpfsProductIcon' | 'JeroProductIcon' | 'K8sKosmosProductIcon' | 'KmsProductIcon' | 'KubernetesProductIcon' | 'LbProductIcon' | 'LifeCycleRulesProductIcon' | 'MacMiniM2ProductIcon' | 'MacMiniM4ProductIcon' | 'MacMiniProductIcon' | 'ManagedSearchDatabaseProductIcon' | 'MongoDbProductIcon' | 'MonitoringProductIcon' | 'MultiUserProductIcon' | 'NabuProductIcon' | 'NatsProductIcon' | 'NetworkAclsProductIcon' | 'ObjectStorageProductIcon' | 'OsProductIcon' | 'PackerProductIcon' | 'PlacementGroupProductIcon' | 'PolicyProductIcon' | 'PoolProductIcon' | 'PostgresqlMysqlProductIcon' | 'PrivateIpProductIcon' | 'PrivateNetworkProductIcon' | 'PublicGatewayProductIcon' | 'QaasProductIcon' | 'QuantumApplicationProductIcon' | 'QueueingProductIcon' | 'RabbitMqProductIcon' | 'RdbProductIcon' | 'RedisProductIcon' | 'RegistryProductIcon' | 'RocketProductIcon' | 'RouterProductIcon' | 'RpnSanProductIcon' | 'RpnV1ProductIcon' | 'RpnV2ProductIcon' | 'RpnProductIcon' | 'SavingPlanProductIcon' | 'SdkGoProductIcon' | 'SdkPythonProductIcon' | 'SecretManagerProductIcon' | 'SecurityGroupProductIcon' | 'SepaProductIcon' | 'ServerProductIcon' | 'ServerlessDbProductIcon' | 'ServerlessJobsProductIcon' | 'SmsProductIcon' | 'SmtpProductIcon' | 'SnapshotsProductIcon' | 'SnsProductIcon' | 'SqsProductIcon' | 'SslCertificatesProductIcon' | 'StoreServersProductIcon' | 'SupportProductIcon' | 'TerraformProductIcon' | 'TransactionalEmailProductIcon' | 'TutorialProductIcon' | 'UserProductIcon' | 'VerifyCardProductIcon' | 'VideoProductIcon' | 'VolumeProductIcon' | 'VpcProductIcon' | 'VpnConnectionProductIcon' | 'VpnCustomerGatewayProductIcon' | 'VpnProductIcon' | 'VpsProServersProductIcon' | 'VpsServersProductIcon' | 'VpsStartServersProductIcon' | 'WafProductIcon' | 'WebPlatformProductIcon' | 'WebhostingProductIcon' | 'ZoneProductIcon';
168
+ export type ProductIconNames = 'AbuseProductIcon' | 'AccountExperienceProductIcon' | 'AdditionalDiskProductIcon' | 'AdvancedSettingsProductIcon' | 'AdvancedSupportProductIcon' | 'AnsibleProductIcon' | 'ApiGatewayProductIcon' | 'ApiKeyProductIcon' | 'ApiProductIcon' | 'AppleSiliconProductIcon' | 'ApplicationLibraryProductIcon' | 'ApplicationProductIcon' | 'AuditTrailProductIcon' | 'BackendsProductIcon' | 'BandwidthProductIcon' | 'BasicSupportProductIcon' | 'BillingProductIcon' | 'BlockStorageProductIcon' | 'BusinessSupportProductIcon' | 'CbProductIcon' | 'CdnProductIcon' | 'ChangelogProductIcon' | 'CliProductIcon' | 'CloudEssentialsProductIcon' | 'CloudHostingProductIcon' | 'CockpitProductIcon' | 'ColdStorageProductIcon' | 'ConsoleProductIcon' | 'ContainersProductIcon' | 'CostManagerProductIcon' | 'CustomModelProductIcon' | 'DataWarehouseProductIcon' | 'DdosProductIcon' | 'DdxCoreServersProductIcon' | 'DdxProServersProductIcon' | 'DdxStartServersProductIcon' | 'DedibackupProductIcon' | 'DediboxProductIcon' | 'DedicatedControlPlaneProductIcon' | 'DedicatedServerProductIcon' | 'DedilinkProductIcon' | 'DeleteMarkerProductIcon' | 'DevicesProductIcon' | 'DirectConnectProductIcon' | 'DistributedDataLabProductIcon' | 'DnsProductIcon' | 'DocumentationProductIcon' | 'DomainsProductIcon' | 'EdgeServicesProductIcon' | 'ElasticMetalAluminiumProductIcon' | 'ElasticMetalBerylliumProductIcon' | 'ElasticMetalIridiumProductIcon' | 'ElasticMetalLithiumProductIcon' | 'ElasticMetalTitaniumProductIcon' | 'ElasticMetalProductIcon' | 'EntrepriseSupportProductIcon' | 'EnvironmentalFootprintCalculatorProductIcon' | 'FileProductIcon' | 'FlexibleIpProductIcon' | 'FolderProductIcon' | 'FrontEndsProductIcon' | 'FunctionsProductIcon' | 'GenerativeApiProductIcon' | 'GpuServersProductIcon' | 'HubNetworksProductIcon' | 'HubRoutesProductIcon' | 'IamProductIcon' | 'IconElasticMetalProductIcon' | 'IconSdkJsProductIcon' | 'IconSdkProductIcon' | 'ImagesProductIcon' | 'InferenceProductIcon' | 'InstanceCostOptimizedProductIcon' | 'InstanceEnterpriseProductIcon' | 'InstanceGpuProductIcon' | 'InstanceLearnProductIcon' | 'InstancePopProductIcon' | 'InstanceScallingGroupsProductIcon' | 'InstanceWopProductIcon' | 'InstanceProductIcon' | 'InterlinkDedicatedProductIcon' | 'InterlinkProductIcon' | 'IotEdgeProductIcon' | 'IotProductIcon' | 'IpFailoverProductIcon' | 'IpamProductIcon' | 'IpfsNamingProductIcon' | 'IpfsProductIcon' | 'JeroProductIcon' | 'K8sKosmosProductIcon' | 'KmsProductIcon' | 'KubernetesProductIcon' | 'LbProductIcon' | 'LifeCycleRulesProductIcon' | 'MacMiniM2ProductIcon' | 'MacMiniM4ProductIcon' | 'MacMiniProductIcon' | 'ManagedSearchDatabaseProductIcon' | 'MongoDbProductIcon' | 'MonitoringProductIcon' | 'MultiUserProductIcon' | 'NabuProductIcon' | 'NatsProductIcon' | 'NetworkAclsProductIcon' | 'ObjectStorageProductIcon' | 'OsProductIcon' | 'PackerProductIcon' | 'PlacementGroupProductIcon' | 'PolicyProductIcon' | 'PoolProductIcon' | 'PostgresqlMysqlProductIcon' | 'PrivateIpProductIcon' | 'PrivateNetworkProductIcon' | 'PublicGatewayProductIcon' | 'QaasProductIcon' | 'QuantumApplicationProductIcon' | 'QueueingProductIcon' | 'RabbitMqProductIcon' | 'RdbProductIcon' | 'RedisProductIcon' | 'RegistryProductIcon' | 'RocketProductIcon' | 'RouterProductIcon' | 'RpnSanProductIcon' | 'RpnV1ProductIcon' | 'RpnV2ProductIcon' | 'RpnProductIcon' | 'SavingPlanProductIcon' | 'SdkGoProductIcon' | 'SdkPythonProductIcon' | 'SecretManagerProductIcon' | 'SecurityGroupProductIcon' | 'SepaProductIcon' | 'ServerProductIcon' | 'ServerlessDbProductIcon' | 'ServerlessJobsProductIcon' | 'SmsProductIcon' | 'SmtpProductIcon' | 'SnapshotsProductIcon' | 'SnsProductIcon' | 'SqsProductIcon' | 'SslCertificatesProductIcon' | 'StoreServersProductIcon' | 'SupportProductIcon' | 'TerraformProductIcon' | 'TransactionalEmailProductIcon' | 'TutorialProductIcon' | 'UserProductIcon' | 'VerifyCardProductIcon' | 'VideoProductIcon' | 'VolumeProductIcon' | 'VpcProductIcon' | 'VpnConnectionProductIcon' | 'VpnCustomerGatewayProductIcon' | 'VpnProductIcon' | 'VpsProServersProductIcon' | 'VpsServersProductIcon' | 'VpsStartServersProductIcon' | 'WafProductIcon' | 'WebPlatformProductIcon' | 'WebhostingProductIcon' | 'ZoneProductIcon';
@@ -23,12 +23,14 @@ const CbProductIcon = require("./__generated__/CbProductIcon.cjs");
23
23
  const CdnProductIcon = require("./__generated__/CdnProductIcon.cjs");
24
24
  const ChangelogProductIcon = require("./__generated__/ChangelogProductIcon.cjs");
25
25
  const CliProductIcon = require("./__generated__/CliProductIcon.cjs");
26
+ const CloudEssentialsProductIcon = require("./__generated__/CloudEssentialsProductIcon.cjs");
26
27
  const CloudHostingProductIcon = require("./__generated__/CloudHostingProductIcon.cjs");
27
28
  const CockpitProductIcon = require("./__generated__/CockpitProductIcon.cjs");
28
29
  const ColdStorageProductIcon = require("./__generated__/ColdStorageProductIcon.cjs");
29
30
  const ConsoleProductIcon = require("./__generated__/ConsoleProductIcon.cjs");
30
31
  const ContainersProductIcon = require("./__generated__/ContainersProductIcon.cjs");
31
32
  const CostManagerProductIcon = require("./__generated__/CostManagerProductIcon.cjs");
33
+ const CustomModelProductIcon = require("./__generated__/CustomModelProductIcon.cjs");
32
34
  const DataWarehouseProductIcon = require("./__generated__/DataWarehouseProductIcon.cjs");
33
35
  const DdosProductIcon = require("./__generated__/DdosProductIcon.cjs");
34
36
  const DdxCoreServersProductIcon = require("./__generated__/DdxCoreServersProductIcon.cjs");
@@ -183,12 +185,14 @@ exports.CbProductIcon = CbProductIcon.CbProductIcon;
183
185
  exports.CdnProductIcon = CdnProductIcon.CdnProductIcon;
184
186
  exports.ChangelogProductIcon = ChangelogProductIcon.ChangelogProductIcon;
185
187
  exports.CliProductIcon = CliProductIcon.CliProductIcon;
188
+ exports.CloudEssentialsProductIcon = CloudEssentialsProductIcon.CloudEssentialsProductIcon;
186
189
  exports.CloudHostingProductIcon = CloudHostingProductIcon.CloudHostingProductIcon;
187
190
  exports.CockpitProductIcon = CockpitProductIcon.CockpitProductIcon;
188
191
  exports.ColdStorageProductIcon = ColdStorageProductIcon.ColdStorageProductIcon;
189
192
  exports.ConsoleProductIcon = ConsoleProductIcon.ConsoleProductIcon;
190
193
  exports.ContainersProductIcon = ContainersProductIcon.ContainersProductIcon;
191
194
  exports.CostManagerProductIcon = CostManagerProductIcon.CostManagerProductIcon;
195
+ exports.CustomModelProductIcon = CustomModelProductIcon.CustomModelProductIcon;
192
196
  exports.DataWarehouseProductIcon = DataWarehouseProductIcon.DataWarehouseProductIcon;
193
197
  exports.DdosProductIcon = DdosProductIcon.DdosProductIcon;
194
198
  exports.DdxCoreServersProductIcon = DdxCoreServersProductIcon.DdxCoreServersProductIcon;
@@ -21,12 +21,14 @@ import { CbProductIcon } from "./__generated__/CbProductIcon.js";
21
21
  import { CdnProductIcon } from "./__generated__/CdnProductIcon.js";
22
22
  import { ChangelogProductIcon } from "./__generated__/ChangelogProductIcon.js";
23
23
  import { CliProductIcon } from "./__generated__/CliProductIcon.js";
24
+ import { CloudEssentialsProductIcon } from "./__generated__/CloudEssentialsProductIcon.js";
24
25
  import { CloudHostingProductIcon } from "./__generated__/CloudHostingProductIcon.js";
25
26
  import { CockpitProductIcon } from "./__generated__/CockpitProductIcon.js";
26
27
  import { ColdStorageProductIcon } from "./__generated__/ColdStorageProductIcon.js";
27
28
  import { ConsoleProductIcon } from "./__generated__/ConsoleProductIcon.js";
28
29
  import { ContainersProductIcon } from "./__generated__/ContainersProductIcon.js";
29
30
  import { CostManagerProductIcon } from "./__generated__/CostManagerProductIcon.js";
31
+ import { CustomModelProductIcon } from "./__generated__/CustomModelProductIcon.js";
30
32
  import { DataWarehouseProductIcon } from "./__generated__/DataWarehouseProductIcon.js";
31
33
  import { DdosProductIcon } from "./__generated__/DdosProductIcon.js";
32
34
  import { DdxCoreServersProductIcon } from "./__generated__/DdxCoreServersProductIcon.js";
@@ -182,12 +184,14 @@ export {
182
184
  CdnProductIcon,
183
185
  ChangelogProductIcon,
184
186
  CliProductIcon,
187
+ CloudEssentialsProductIcon,
185
188
  CloudHostingProductIcon,
186
189
  CockpitProductIcon,
187
190
  ColdStorageProductIcon,
188
191
  ConsoleProductIcon,
189
192
  ContainersProductIcon,
190
193
  CostManagerProductIcon,
194
+ CustomModelProductIcon,
191
195
  DataWarehouseProductIcon,
192
196
  DdosProductIcon,
193
197
  DdxCoreServersProductIcon,
package/dist/index.cjs CHANGED
@@ -72,6 +72,7 @@ const AdjustmentsHorizontalOutlineIcon = require("./components/Icon/__generated_
72
72
  const AlertCircleOutlineIcon = require("./components/Icon/__generated__/AlertCircleOutlineIcon.cjs");
73
73
  const AutoFixOutlineIcon = require("./components/Icon/__generated__/AutoFixOutlineIcon.cjs");
74
74
  const BookOpenOutlineOutlineIcon = require("./components/Icon/__generated__/BookOpenOutlineOutlineIcon.cjs");
75
+ const BoxEssentialsOutlineIcon = require("./components/Icon/__generated__/BoxEssentialsOutlineIcon.cjs");
75
76
  const BullhornOutlineIcon = require("./components/Icon/__generated__/BullhornOutlineIcon.cjs");
76
77
  const CalculatorOutlineIcon = require("./components/Icon/__generated__/CalculatorOutlineIcon.cjs");
77
78
  const CalendarRangeOutlineIcon = require("./components/Icon/__generated__/CalendarRangeOutlineIcon.cjs");
@@ -128,6 +129,7 @@ const AdjustmentsHorizontalIcon = require("./components/Icon/__generated__/Adjus
128
129
  const AlertCircleIcon = require("./components/Icon/__generated__/AlertCircleIcon.cjs");
129
130
  const AutoFixIcon = require("./components/Icon/__generated__/AutoFixIcon.cjs");
130
131
  const BookOpenOutlineIcon = require("./components/Icon/__generated__/BookOpenOutlineIcon.cjs");
132
+ const BoxEssentialsIcon = require("./components/Icon/__generated__/BoxEssentialsIcon.cjs");
131
133
  const BullhornIcon = require("./components/Icon/__generated__/BullhornIcon.cjs");
132
134
  const CalculatorIcon = require("./components/Icon/__generated__/CalculatorIcon.cjs");
133
135
  const CalendarRangeIcon = require("./components/Icon/__generated__/CalendarRangeIcon.cjs");
@@ -251,6 +253,7 @@ exports.AdjustmentsHorizontalOutlineIcon = AdjustmentsHorizontalOutlineIcon.Adju
251
253
  exports.AlertCircleOutlineIcon = AlertCircleOutlineIcon.AlertCircleOutlineIcon;
252
254
  exports.AutoFixOutlineIcon = AutoFixOutlineIcon.AutoFixOutlineIcon;
253
255
  exports.BookOpenOutlineOutlineIcon = BookOpenOutlineOutlineIcon.BookOpenOutlineOutlineIcon;
256
+ exports.BoxEssentialsOutlineIcon = BoxEssentialsOutlineIcon.BoxEssentialsOutlineIcon;
254
257
  exports.BullhornOutlineIcon = BullhornOutlineIcon.BullhornOutlineIcon;
255
258
  exports.CalculatorOutlineIcon = CalculatorOutlineIcon.CalculatorOutlineIcon;
256
259
  exports.CalendarRangeOutlineIcon = CalendarRangeOutlineIcon.CalendarRangeOutlineIcon;
@@ -307,6 +310,7 @@ exports.AdjustmentsHorizontalIcon = AdjustmentsHorizontalIcon.AdjustmentsHorizon
307
310
  exports.AlertCircleIcon = AlertCircleIcon.AlertCircleIcon;
308
311
  exports.AutoFixIcon = AutoFixIcon.AutoFixIcon;
309
312
  exports.BookOpenOutlineIcon = BookOpenOutlineIcon.BookOpenOutlineIcon;
313
+ exports.BoxEssentialsIcon = BoxEssentialsIcon.BoxEssentialsIcon;
310
314
  exports.BullhornIcon = BullhornIcon.BullhornIcon;
311
315
  exports.CalculatorIcon = CalculatorIcon.CalculatorIcon;
312
316
  exports.CalendarRangeIcon = CalendarRangeIcon.CalendarRangeIcon;
package/dist/index.js CHANGED
@@ -70,6 +70,7 @@ import { AdjustmentsHorizontalOutlineIcon } from "./components/Icon/__generated_
70
70
  import { AlertCircleOutlineIcon } from "./components/Icon/__generated__/AlertCircleOutlineIcon.js";
71
71
  import { AutoFixOutlineIcon } from "./components/Icon/__generated__/AutoFixOutlineIcon.js";
72
72
  import { BookOpenOutlineOutlineIcon } from "./components/Icon/__generated__/BookOpenOutlineOutlineIcon.js";
73
+ import { BoxEssentialsOutlineIcon } from "./components/Icon/__generated__/BoxEssentialsOutlineIcon.js";
73
74
  import { BullhornOutlineIcon } from "./components/Icon/__generated__/BullhornOutlineIcon.js";
74
75
  import { CalculatorOutlineIcon } from "./components/Icon/__generated__/CalculatorOutlineIcon.js";
75
76
  import { CalendarRangeOutlineIcon } from "./components/Icon/__generated__/CalendarRangeOutlineIcon.js";
@@ -126,6 +127,7 @@ import { AdjustmentsHorizontalIcon } from "./components/Icon/__generated__/Adjus
126
127
  import { AlertCircleIcon } from "./components/Icon/__generated__/AlertCircleIcon.js";
127
128
  import { AutoFixIcon } from "./components/Icon/__generated__/AutoFixIcon.js";
128
129
  import { BookOpenOutlineIcon } from "./components/Icon/__generated__/BookOpenOutlineIcon.js";
130
+ import { BoxEssentialsIcon } from "./components/Icon/__generated__/BoxEssentialsIcon.js";
129
131
  import { BullhornIcon } from "./components/Icon/__generated__/BullhornIcon.js";
130
132
  import { CalculatorIcon } from "./components/Icon/__generated__/CalculatorIcon.js";
131
133
  import { CalendarRangeIcon } from "./components/Icon/__generated__/CalendarRangeIcon.js";
@@ -200,6 +202,8 @@ export {
200
202
  BoldIcon,
201
203
  BookOpenOutlineIcon,
202
204
  BookOpenOutlineOutlineIcon,
205
+ BoxEssentialsIcon,
206
+ BoxEssentialsOutlineIcon,
203
207
  BullhornIcon,
204
208
  BullhornOutlineIcon,
205
209
  BurgerIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/icons",
3
- "version": "4.0.0-beta.8",
3
+ "version": "4.0.0",
4
4
  "description": "Ultraviolet Icons",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -110,7 +110,7 @@
110
110
  "@utils/test": "0.0.1"
111
111
  },
112
112
  "dependencies": {
113
- "@ultraviolet/themes": "2.0.0-beta.3"
113
+ "@ultraviolet/themes": "2.0.0"
114
114
  },
115
115
  "scripts": {
116
116
  "type:generate": "tsc --declaration -p tsconfig.build.json",