@ultraviolet/icons 3.13.0 → 3.15.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.
@@ -30,3 +30,4 @@ export { ToolsServicesCategoryIcon } from './ToolsServicesCategoryIcon';
30
30
  export { UseCaseCategoryIcon } from './UseCaseCategoryIcon';
31
31
  export { VpcCategoryIcon } from './VpcCategoryIcon';
32
32
  export { WebHostingCategoryIcon } from './WebHostingCategoryIcon';
33
+ export type CategoryIconNames = 'AiCategoryIcon' | 'ApplicationIntegrationCategoryIcon' | 'BaremetalCategoryIcon' | 'BillingCategoryIcon' | 'ComputeCategoryIcon' | 'ConsoleCategoryIcon' | 'ContainersCategoryIcon' | 'DatabaseCategoryIcon' | 'DatacenterCategoryIcon' | 'DedicatedServerCategoryIcon' | 'DevToolsCategoryIcon' | 'DocumentationCategoryIcon' | 'EnvironmentalFootprintCategoryIcon' | 'IotCategoryIcon' | 'LabsCategoryIcon' | 'ManagedServicesCategoryIcon' | 'NetworkCategoryIcon' | 'ObservabilityCategoryIcon' | 'PartnersCategoryIcon' | 'PinCategoryIcon' | 'SecurityCategoryIcon' | 'ServerlessCategoryIcon' | 'StorageCategoryIcon' | 'ToolsServicesCategoryIcon' | 'UseCaseCategoryIcon' | 'VpcCategoryIcon' | 'WebHostingCategoryIcon';
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@emotion/react/jsx-runtime");
4
+ const Icon = require("../Icon.cjs");
5
+ const PartnerSpaceIcon = ({
6
+ ...props
7
+ }) => (
8
+ // eslint-disable-next-line react/jsx-props-no-spreading
9
+ /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: typeof props.size === "string" && ["medium", "large", "xlarge", "xxlarge"].includes(props.size) ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
10
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.08333 7.83333C7.08333 7.41912 7.41912 7.08333 7.83333 7.08333H10.0417C10.4559 7.08333 10.7917 7.41912 10.7917 7.83333C10.7917 8.24755 10.4559 8.58333 10.0417 8.58333H8.58333V16.75H16.75V8.58333H15.2917C14.8775 8.58333 14.5417 8.24755 14.5417 7.83333C14.5417 7.41912 14.8775 7.08333 15.2917 7.08333H17.5C17.9142 7.08333 18.25 7.41912 18.25 7.83333V17.5C18.25 17.9142 17.9142 18.25 17.5 18.25H7.83333C7.41912 18.25 7.08333 17.9142 7.08333 17.5V7.83333Z" }),
11
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.25 12.6667C2.25 13.0809 2.58579 13.4167 3 13.4167H5.20833C5.62255 13.4167 5.95833 13.0809 5.95833 12.6667C5.95833 12.2525 5.62255 11.9167 5.20833 11.9167H3.75V3.75H11.9167V11.9167H10.4583C10.0441 11.9167 9.70833 12.2525 9.70833 12.6667C9.70833 13.0809 10.0441 13.4167 10.4583 13.4167H12.6667C13.0809 13.4167 13.4167 13.0809 13.4167 12.6667V3C13.4167 2.58579 13.0809 2.25 12.6667 2.25H3C2.58579 2.25 2.25 2.58579 2.25 3V12.6667Z" })
12
+ ] }) : /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
13
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M1.75 10.8333C1.33579 10.8333 1 10.4975 1 10.0833V1.75C1 1.33579 1.33579 1 1.75 1H10.0833C10.4975 1 10.8333 1.33579 10.8333 1.75V10.0833C10.8333 10.4975 10.4975 10.8333 10.0833 10.8333H8.04167C7.62745 10.8333 7.29167 10.4975 7.29167 10.0833C7.29167 9.66912 7.62745 9.33333 8.04167 9.33333H9.33333V2.5H2.5V9.33333H3.79167C4.20588 9.33333 4.54167 9.66912 4.54167 10.0833C4.54167 10.4975 4.20588 10.8333 3.79167 10.8333H1.75Z" }),
14
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M5.91675 5.16683C5.50253 5.16683 5.16675 5.50262 5.16675 5.91683V14.2502C5.16675 14.6644 5.50253 15.0002 5.91675 15.0002H14.2501C14.6643 15.0002 15.0001 14.6644 15.0001 14.2502V5.91683C15.0001 5.50262 14.6643 5.16683 14.2501 5.16683H12.2084C11.7942 5.16683 11.4584 5.50262 11.4584 5.91683C11.4584 6.33104 11.7942 6.66683 12.2084 6.66683H13.5001V13.5002H6.66675V6.66683H7.95841C8.37263 6.66683 8.70841 6.33104 8.70841 5.91683C8.70841 5.50262 8.37263 5.16683 7.95841 5.16683H5.91675Z" })
15
+ ] }) })
16
+ );
17
+ exports.PartnerSpaceIcon = PartnerSpaceIcon;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from '../Icon';
2
+ export declare const PartnerSpaceIcon: ({ ...props }: Omit<IconProps, "children">) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,17 @@
1
+ import { jsx, jsxs, Fragment } from "@emotion/react/jsx-runtime";
2
+ import { Icon } from "../Icon.js";
3
+ const PartnerSpaceIcon = ({
4
+ ...props
5
+ }) => (
6
+ // eslint-disable-next-line react/jsx-props-no-spreading
7
+ /* @__PURE__ */ jsx(Icon, { ...props, children: typeof props.size === "string" && ["medium", "large", "xlarge", "xxlarge"].includes(props.size) ? /* @__PURE__ */ jsxs(Fragment, { children: [
8
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.08333 7.83333C7.08333 7.41912 7.41912 7.08333 7.83333 7.08333H10.0417C10.4559 7.08333 10.7917 7.41912 10.7917 7.83333C10.7917 8.24755 10.4559 8.58333 10.0417 8.58333H8.58333V16.75H16.75V8.58333H15.2917C14.8775 8.58333 14.5417 8.24755 14.5417 7.83333C14.5417 7.41912 14.8775 7.08333 15.2917 7.08333H17.5C17.9142 7.08333 18.25 7.41912 18.25 7.83333V17.5C18.25 17.9142 17.9142 18.25 17.5 18.25H7.83333C7.41912 18.25 7.08333 17.9142 7.08333 17.5V7.83333Z" }),
9
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.25 12.6667C2.25 13.0809 2.58579 13.4167 3 13.4167H5.20833C5.62255 13.4167 5.95833 13.0809 5.95833 12.6667C5.95833 12.2525 5.62255 11.9167 5.20833 11.9167H3.75V3.75H11.9167V11.9167H10.4583C10.0441 11.9167 9.70833 12.2525 9.70833 12.6667C9.70833 13.0809 10.0441 13.4167 10.4583 13.4167H12.6667C13.0809 13.4167 13.4167 13.0809 13.4167 12.6667V3C13.4167 2.58579 13.0809 2.25 12.6667 2.25H3C2.58579 2.25 2.25 2.58579 2.25 3V12.6667Z" })
10
+ ] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
11
+ /* @__PURE__ */ jsx("path", { d: "M1.75 10.8333C1.33579 10.8333 1 10.4975 1 10.0833V1.75C1 1.33579 1.33579 1 1.75 1H10.0833C10.4975 1 10.8333 1.33579 10.8333 1.75V10.0833C10.8333 10.4975 10.4975 10.8333 10.0833 10.8333H8.04167C7.62745 10.8333 7.29167 10.4975 7.29167 10.0833C7.29167 9.66912 7.62745 9.33333 8.04167 9.33333H9.33333V2.5H2.5V9.33333H3.79167C4.20588 9.33333 4.54167 9.66912 4.54167 10.0833C4.54167 10.4975 4.20588 10.8333 3.79167 10.8333H1.75Z" }),
12
+ /* @__PURE__ */ jsx("path", { d: "M5.91675 5.16683C5.50253 5.16683 5.16675 5.50262 5.16675 5.91683V14.2502C5.16675 14.6644 5.50253 15.0002 5.91675 15.0002H14.2501C14.6643 15.0002 15.0001 14.6644 15.0001 14.2502V5.91683C15.0001 5.50262 14.6643 5.16683 14.2501 5.16683H12.2084C11.7942 5.16683 11.4584 5.50262 11.4584 5.91683C11.4584 6.33104 11.7942 6.66683 12.2084 6.66683H13.5001V13.5002H6.66675V6.66683H7.95841C8.37263 6.66683 8.70841 6.33104 8.70841 5.91683C8.70841 5.50262 8.37263 5.16683 7.95841 5.16683H5.91675Z" })
13
+ ] }) })
14
+ );
15
+ export {
16
+ PartnerSpaceIcon
17
+ };
@@ -47,6 +47,7 @@ export { NorthShortIcon } from './NorthShortIcon';
47
47
  export { NorthIcon } from './NorthIcon';
48
48
  export { OpenInNewIcon } from './OpenInNewIcon';
49
49
  export { OrganizationIcon } from './OrganizationIcon';
50
+ export { PartnerSpaceIcon } from './PartnerSpaceIcon';
50
51
  export { PlusIcon } from './PlusIcon';
51
52
  export { ProgressCheckIcon } from './ProgressCheckIcon';
52
53
  export { RayEndArrowIcon } from './RayEndArrowIcon';
@@ -184,3 +185,4 @@ export { ThumbsUpIcon } from './ThumbsUpIcon';
184
185
  export { UnlockIcon } from './UnlockIcon';
185
186
  export { UnpinIcon } from './UnpinIcon';
186
187
  export { WeatherNightIcon } from './WeatherNightIcon';
188
+ export type SystemIconNames = 'AddressPlayIcon' | 'AnchorIcon' | 'ArrowDownIcon' | 'ArrowLeftBottomIcon' | 'ArrowLeftDoubleIcon' | 'ArrowLeftIcon' | 'ArrowRightBottomIcon' | 'ArrowRightDoubleIcon' | 'ArrowRightIcon' | 'ArrowUpIcon' | 'AsteriskIcon' | 'AttachIcon' | 'BoldIcon' | 'BurgerIcon' | 'CancelIcon' | 'CheckIcon' | 'CloseCircleOutlineIcon' | 'CloseIcon' | 'CopyContentIcon' | 'DetachIcon' | 'DotsHorizontalIcon' | 'DotsVerticalIcon' | 'DownloadIcon' | 'DragVariantIcon' | 'DragIcon' | 'EastShortIcon' | 'EastIcon' | 'EqualIcon' | 'EscapeIcon' | 'ExpandMoreIcon' | 'ExpandIcon' | 'GithubIcon' | 'InstagramIcon' | 'ItalicIcon' | 'LeftRightArrowIcon' | 'LinkedinIcon' | 'ListBulletIcon' | 'ListNumberIcon' | 'LogoutIcon' | 'MinusIcon' | 'NorthShortIcon' | 'NorthIcon' | 'OpenInNewIcon' | 'OrganizationIcon' | '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' | 'CrossCircleOutlineIcon' | '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' | 'CrossCircleIcon' | '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';
@@ -12,3 +12,4 @@ export { KyutaiLogo } from './KyutaiLogo';
12
12
  export { MetaLogo } from './MetaLogo';
13
13
  export { MicrosoftLogo } from './MicrosoftLogo';
14
14
  export { OutlookLogo } from './OutlookLogo';
15
+ export type LogoIconNames = 'BaaiLogo' | 'GithubLogo' | 'GmailLogo' | 'GoogleLogo' | 'HuggingFaceLogo' | 'KyutaiLogo' | 'MetaLogo' | 'MicrosoftLogo' | 'OutlookLogo';
@@ -161,3 +161,4 @@ export { WafProductIcon } from './WafProductIcon';
161
161
  export { WebPlatformProductIcon } from './WebPlatformProductIcon';
162
162
  export { WebhostingProductIcon } from './WebhostingProductIcon';
163
163
  export { ZoneProductIcon } from './ZoneProductIcon';
164
+ export type ProductIconNames = 'AbuseProductIcon' | 'AccountExperienceProductIcon' | 'AdditionalDiskProductIcon' | 'AdvancedSettingsProductIcon' | 'AnsibleProductIcon' | 'ApiGatewayProductIcon' | 'ApiKeyProductIcon' | 'ApiProductIcon' | 'AppleSiliconProductIcon' | 'ApplicationLibraryProductIcon' | 'ApplicationProductIcon' | 'AuditTrailProductIcon' | 'BackendsProductIcon' | 'BandwidthProductIcon' | 'BasicSupportProductIcon' | 'BillingProductIcon' | 'BlockStorageProductIcon' | 'CbProductIcon' | 'CdnProductIcon' | 'ChangelogProductIcon' | 'CliProductIcon' | 'CloudHostingProductIcon' | 'CockpitProductIcon' | 'ColdStorageProductIcon' | 'ConsoleProductIcon' | 'ContainersProductIcon' | 'CostManagerProductIcon' | 'DataWarehouseProductIcon' | 'DdosProductIcon' | 'DdxCoreServersProductIcon' | 'DdxProServersProductIcon' | 'DdxStartServersProductIcon' | 'DedibackupProductIcon' | 'DediboxProductIcon' | 'DedicatedControlPlaneProductIcon' | 'DedicatedServerProductIcon' | 'DeleteMarkerProductIcon' | 'DevicesProductIcon' | 'DirectConnectProductIcon' | 'DistributedDataLabProductIcon' | 'DnsProductIcon' | 'DocumentDbProductIcon' | 'DocumentationProductIcon' | 'DomainsProductIcon' | 'EdgeServicesProductIcon' | 'ElasticMetalAluminiumProductIcon' | 'ElasticMetalBerylliumProductIcon' | 'ElasticMetalIridiumProductIcon' | 'ElasticMetalLithiumProductIcon' | 'ElasticMetalTitaniumProductIcon' | 'ElasticMetalProductIcon' | 'EnvironmentalFootprintCalculatorProductIcon' | 'FileProductIcon' | 'FlexibleIpProductIcon' | 'FolderProductIcon' | 'FrontEndsProductIcon' | 'FunctionsProductIcon' | 'GenerativeApiProductIcon' | 'GoldSupportProductIcon' | 'GpuServersProductIcon' | 'HubNetworksProductIcon' | 'HubRoutesProductIcon' | 'IamProductIcon' | 'IconElasticMetalProductIcon' | 'IconSdkJsProductIcon' | 'IconSdkProductIcon' | 'ImagesProductIcon' | 'InferenceProductIcon' | 'InstanceCostOptimizedProductIcon' | 'InstanceEnterpriseProductIcon' | 'InstanceGpuProductIcon' | 'InstanceLearnProductIcon' | 'InstancePopProductIcon' | 'InstanceScallingGroupsProductIcon' | 'InstanceWopProductIcon' | 'InstanceProductIcon' | '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' | 'PlatinumSupportProductIcon' | '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' | 'ServiceLevelProductIcon' | 'SilverSupportProductIcon' | 'SmsProductIcon' | 'SmtpProductIcon' | 'SnapshotsProductIcon' | 'SnsProductIcon' | 'SqsProductIcon' | 'SslCertificatesProductIcon' | 'StoreServersProductIcon' | 'SupportProductIcon' | 'TerraformProductIcon' | 'TransactionalEmailProductIcon' | 'TutorialProductIcon' | 'UserProductIcon' | 'VerifyCardProductIcon' | 'VideoProductIcon' | 'VolumeProductIcon' | 'VpcProductIcon' | 'VpnProductIcon' | 'VpsProServersProductIcon' | 'VpsServersProductIcon' | 'VpsStartServersProductIcon' | 'WafProductIcon' | 'WebPlatformProductIcon' | 'WebhostingProductIcon' | 'ZoneProductIcon';
package/dist/index.cjs CHANGED
@@ -44,6 +44,7 @@ const NorthShortIcon = require("./components/Icon/__generatedIcons__/NorthShortI
44
44
  const NorthIcon = require("./components/Icon/__generatedIcons__/NorthIcon.cjs");
45
45
  const OpenInNewIcon = require("./components/Icon/__generatedIcons__/OpenInNewIcon.cjs");
46
46
  const OrganizationIcon = require("./components/Icon/__generatedIcons__/OrganizationIcon.cjs");
47
+ const PartnerSpaceIcon = require("./components/Icon/__generatedIcons__/PartnerSpaceIcon.cjs");
47
48
  const PlusIcon = require("./components/Icon/__generatedIcons__/PlusIcon.cjs");
48
49
  const ProgressCheckIcon = require("./components/Icon/__generatedIcons__/ProgressCheckIcon.cjs");
49
50
  const RayEndArrowIcon = require("./components/Icon/__generatedIcons__/RayEndArrowIcon.cjs");
@@ -225,6 +226,7 @@ exports.NorthShortIcon = NorthShortIcon.NorthShortIcon;
225
226
  exports.NorthIcon = NorthIcon.NorthIcon;
226
227
  exports.OpenInNewIcon = OpenInNewIcon.OpenInNewIcon;
227
228
  exports.OrganizationIcon = OrganizationIcon.OrganizationIcon;
229
+ exports.PartnerSpaceIcon = PartnerSpaceIcon.PartnerSpaceIcon;
228
230
  exports.PlusIcon = PlusIcon.PlusIcon;
229
231
  exports.ProgressCheckIcon = ProgressCheckIcon.ProgressCheckIcon;
230
232
  exports.RayEndArrowIcon = RayEndArrowIcon.RayEndArrowIcon;
package/dist/index.js CHANGED
@@ -42,6 +42,7 @@ import { NorthShortIcon } from "./components/Icon/__generatedIcons__/NorthShortI
42
42
  import { NorthIcon } from "./components/Icon/__generatedIcons__/NorthIcon.js";
43
43
  import { OpenInNewIcon } from "./components/Icon/__generatedIcons__/OpenInNewIcon.js";
44
44
  import { OrganizationIcon } from "./components/Icon/__generatedIcons__/OrganizationIcon.js";
45
+ import { PartnerSpaceIcon } from "./components/Icon/__generatedIcons__/PartnerSpaceIcon.js";
45
46
  import { PlusIcon } from "./components/Icon/__generatedIcons__/PlusIcon.js";
46
47
  import { ProgressCheckIcon } from "./components/Icon/__generatedIcons__/ProgressCheckIcon.js";
47
48
  import { RayEndArrowIcon } from "./components/Icon/__generatedIcons__/RayEndArrowIcon.js";
@@ -294,6 +295,7 @@ export {
294
295
  NotificationOutlineIcon,
295
296
  OpenInNewIcon,
296
297
  OrganizationIcon,
298
+ PartnerSpaceIcon,
297
299
  Pen2Icon,
298
300
  Pen2OutlineIcon,
299
301
  PenIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/icons",
3
- "version": "3.13.0",
3
+ "version": "3.15.0",
4
4
  "description": "Ultraviolet Icons",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {