Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps-dev): upgrade @carbon/pictograms 12.27.0 -> 12.30.0 #85

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 39 additions & 1 deletion PICTOGRAM_INDEX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pictogram Index

> 1135 pictograms from @carbon/pictograms@12.27.0-rc.0
> 1173 pictograms from @carbon/pictograms@12.30.0

## Usage

Expand Down Expand Up @@ -52,6 +52,7 @@
- AmsterdamWindmill
- Analytics
- Analyze
- AnalyzeCode
- AnalyzesData
- AnalyzingContainers
- AnonymousUsers
Expand Down Expand Up @@ -99,6 +100,7 @@
- Bee
- BeijingMunicipal
- BeijingTower
- BentoBoxTray
- BerlinBrandenburgGate
- BerlinCathedral
- BerlinTower
Expand Down Expand Up @@ -180,6 +182,16 @@
- ChipCredit
- ChipDebit
- ChooseHowToGetStarted
- CicsConfigurationManagerForZOs
- CicsDeploymentAssistant
- CicsExplorer
- CicsInterdependencyAnalyzerForZOs
- CicsPerformanceAnalyzerForZOs
- CicsTransactionGateway
- CicsTransactionServerForZOs
- CicsTx
- CicsVsamRecoveryForZOs
- CicsVsamTransparencyForZOs
- CirclePacking
- ClientFinancing_01
- ClientFinancing_02
Expand Down Expand Up @@ -350,6 +362,7 @@
- Dna
- DoNot
- DoNot_02
- DoNotStep
- Docker
- Doctor
- DoctorPatient
Expand Down Expand Up @@ -463,6 +476,9 @@
- FocusOnCode
- Fog
- Folder
- Football
- FootballField
- FootballGoalPost
- Forecasting
- Forklift
- FountainDrinking
Expand All @@ -475,6 +491,7 @@
- GeographicFlexibility
- GetAheadOfRiskAndCompliance
- Gift
- GlassBottleAndMetalCan
- GlobalAnalytics
- GlobalAssetsAndRecovery_01
- GlobalAssetsAndRecovery_02
Expand All @@ -496,10 +513,15 @@
- GlobeLocations
- GoLanguage
- Goals
- GolfBag
- GolfBall
- GolfClub
- GolfHole
- GovernUsersAndIdentities
- Government_01
- Government_02
- GpuComputing
- Gramophone
- GraphicDesign
- GraphicIntensiveWorkloads
- GreenEnergy
Expand Down Expand Up @@ -560,6 +582,7 @@
- IbmRpa
- IbmZ
- IbmZPartition
- IbmZAndCloudModernizationStack
- IbmZAndLinuxoneMultiFrame
- IbmZAndLinuxoneSingleFrame
- IbmZ16
Expand Down Expand Up @@ -615,6 +638,7 @@
- LiftAndShift
- Lightning
- Link
- Liquids
- ListBullet
- ListCheckbox
- Literature
Expand Down Expand Up @@ -643,6 +667,7 @@
- MadridStatue
- Magnify
- MailVerse
- MainframeQualitiesOfService
- ManageApplicationsAnywhere
- ManagedHosting_01
- ManagedHosting_02
Expand All @@ -664,6 +689,7 @@
- MedicalStaff
- Melbourne
- Memory
- MetalCan
- Meter
- MexicoCityAngelOfIndependence
- MexicoCityMuseoSoumaya
Expand Down Expand Up @@ -774,6 +800,7 @@
- PillBottle_01
- Pills
- PlanningAnalytics
- Plastics
- PlatformAsAService
- PlayerFlow
- PliLanguage
Expand Down Expand Up @@ -917,6 +944,7 @@
- Singapore
- SingleSignOn
- Slack
- SliceCode
- Slider
- SmallComponentsMakingALargerWhole
- SmallToMediumBusinessSmb
Expand All @@ -938,9 +966,11 @@
- SpeechToText
- Speedometer
- Sports
- Spotlight
- Sprout
- Spss
- StackLimitation
- Stage
- Stairs
- StairsDown
- StairsPlanView
Expand All @@ -959,6 +989,7 @@
- StorageForDataAndAi
- StorageForResiliency
- StorageProduct
- StorageSystems
- Strategy
- StrategyAndRisk
- StrategyDirect
Expand Down Expand Up @@ -1018,6 +1049,9 @@
- TemperatureLow
- TemporaryBadge
- Tennis
- TennisBall
- TennisNet
- TennisRacquet
- TestTubes
- TextData
- TextEquivalent
Expand Down Expand Up @@ -1120,6 +1154,9 @@
- WatsonLogo
- Watsonx
- WatsonxAi
- WatsonxCodeAssistant
- WatsonxCodeAssistantForZ
- WatsonxCodeAssistantForZRefactor
- WatsonxData
- WatsonxGovernance
- Weather
Expand All @@ -1129,6 +1166,7 @@
- Websphere
- WeddingCake
- Wheat
- Whistle
- Wifi
- WindPower
- Windows
Expand Down
Binary file modified bun.lockb
Binary file not shown.
27 changes: 27 additions & 0 deletions lib/AnalyzeCode.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<script>
/**
* Specify the pictogram title.
* @type {string}
*/
export let title = undefined;

$: labelled = $$props["aria-label"] || $$props["aria-labelledby"] || $$props["title"];
$: attributes = {
"aria-hidden": labelled ? undefined : true,
role: labelled ? "img" : undefined,
focusable: Number($$props["tabindex"]) === 0 ? true : undefined,
};
</script>

<svg
preserveAspectRatio="xMidYMid meet"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 32 32"
width="64"
height="64"
fill="currentColor"
{title}
{...attributes}
{...$$restProps}>
<path d="M30.745,31.255l-9.267-9.27 C19.265,24.076,16.279,25.36,13,25.36C6.185,25.36,0.64,19.815,0.64,13S6.185,0.64,13,0.64S25.36,6.185,25.36,13 c0,3.278-1.282,6.262-3.372,8.476l9.267,9.27L30.745,31.255z M13,1.36C6.582,1.36,1.36,6.582,1.36,13S6.582,24.64,13,24.64 S24.64,19.418,24.64,13S19.418,1.36,13,1.36z M20,19.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36 S20.75,19.36,20,19.36z M20,17.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S20.353,17.36,20,17.36z M12,19.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S12.75,19.36,12,19.36z M12,17.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S12.353,17.36,12,17.36z M7,19.36 c-0.75,0-1.36-0.61-1.36-1.36S6.25,16.64,7,16.64S8.36,17.25,8.36,18S7.75,19.36,7,19.36z M7,17.36c-0.353,0-0.64,0.287-0.64,0.64 S6.647,18.64,7,18.64S7.64,18.353,7.64,18S7.353,17.36,7,17.36z M16.36,19h-0.72v-2h0.72V19z M15,14.36c-0.75,0-1.36-0.61-1.36-1.36 s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S15.75,14.36,15,14.36z M15,12.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64 s0.64-0.287,0.64-0.64S15.353,12.36,15,12.36z M7,14.36c-0.75,0-1.36-0.61-1.36-1.36S6.25,11.64,7,11.64S8.36,12.25,8.36,13 S7.75,14.36,7,14.36z M7,12.36c-0.353,0-0.64,0.287-0.64,0.64S6.647,13.64,7,13.64S7.64,13.353,7.64,13S7.353,12.36,7,12.36z M20.36,14h-0.72v-2h0.721L20.36,14L20.36,14z M11.36,14h-0.72v-2h0.72V14z M20,9.36c-0.75,0-1.36-0.61-1.36-1.36 S19.25,6.64,20,6.64S21.36,7.25,21.36,8S20.75,9.36,20,9.36z M20,7.36c-0.353,0-0.64,0.287-0.64,0.64S19.647,8.64,20,8.64 S20.64,8.353,20.64,8S20.353,7.36,20,7.36z M12,9.36c-0.75,0-1.36-0.61-1.36-1.36S11.25,6.64,12,6.64S13.36,7.25,13.36,8 S12.75,9.36,12,9.36z M12,7.36c-0.353,0-0.64,0.287-0.64,0.64S11.647,8.64,12,8.64S12.64,8.353,12.64,8S12.353,7.36,12,7.36z M16.36,9h-0.72V7h0.72V9z M7.36,9H6.64V7h0.72C7.36,7,7.36,9,7.36,9z"></path>
</svg>
20 changes: 20 additions & 0 deletions lib/AnalyzeCode.svelte.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import type { SvelteComponentTyped } from "svelte";
import type { SvelteHTMLElements } from "svelte/elements";

type RestProps = SvelteHTMLElements["svg"];

export interface AnalyzeCodeProps extends RestProps {
/**
* Specify the pictogram title.
* @default undefined
*/
title?: string;

[key: `data-${string}`]: any;
}

export default class AnalyzeCode extends SvelteComponentTyped<
AnalyzeCodeProps,
Record<string, any>,
{}
> {}
27 changes: 27 additions & 0 deletions lib/BentoBoxTray.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<script>
/**
* Specify the pictogram title.
* @type {string}
*/
export let title = undefined;

$: labelled = $$props["aria-label"] || $$props["aria-labelledby"] || $$props["title"];
$: attributes = {
"aria-hidden": labelled ? undefined : true,
role: labelled ? "img" : undefined,
focusable: Number($$props["tabindex"]) === 0 ? true : undefined,
};
</script>

<svg
preserveAspectRatio="xMidYMid meet"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 32 32"
width="64"
height="64"
fill="currentColor"
{title}
{...attributes}
{...$$restProps}>
<path d="M27,31.36H5c-2.404,0-4.36-1.956-4.36-4.36V5 c0-2.404,1.956-4.36,4.36-4.36h22c2.404,0,4.36,1.956,4.36,4.36v22C31.36,29.404,29.404,31.36,27,31.36z M5,1.36 C2.993,1.36,1.36,2.993,1.36,5v22c0,2.007,1.633,3.64,3.64,3.64h22c2.007,0,3.64-1.633,3.64-3.64V5c0-2.007-1.633-3.64-3.64-3.64 C27,1.36,5,1.36,5,1.36z M27,28.36H11c-0.75,0-1.36-0.61-1.36-1.36v-9c0-0.75,0.61-1.36,1.36-1.36h16c0.75,0,1.36,0.61,1.36,1.36v9 C28.36,27.75,27.75,28.36,27,28.36z M11,17.36c-0.353,0-0.64,0.287-0.64,0.64v9c0,0.353,0.287,0.64,0.64,0.64h16 c0.353,0,0.64-0.287,0.64-0.64v-9c0-0.353-0.287-0.64-0.64-0.64H11z M8,28.36H4c-0.199,0-0.36-0.161-0.36-0.36V4 c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v24C8.36,28.199,8.199,28.36,8,28.36z M4.36,27.64h3.28V9.96H4.36 V27.64z M6.36,9.24h1.28V4.36H6.36V9.24z M4.36,9.24h1.28V4.36H4.36V9.24z M27,15.36h-8c-0.75,0-1.36-0.61-1.36-1.36V5 c0-0.75,0.61-1.36,1.36-1.36h8c0.75,0,1.36,0.61,1.36,1.36v9C28.36,14.75,27.75,15.36,27,15.36z M19,4.36 c-0.353,0-0.64,0.287-0.64,0.64v9c0,0.353,0.287,0.64,0.64,0.64h8c0.353,0,0.64-0.287,0.64-0.64V5c0-0.353-0.287-0.64-0.64-0.64H19z M15,15.36h-4c-0.75,0-1.36-0.61-1.36-1.36V5c0-0.75,0.61-1.36,1.36-1.36h4c0.75,0,1.36,0.61,1.36,1.36v9 C16.36,14.75,15.75,15.36,15,15.36z M11,4.36c-0.353,0-0.64,0.287-0.64,0.64v9c0,0.353,0.287,0.64,0.64,0.64h4 c0.353,0,0.64-0.287,0.64-0.64V5c0-0.353-0.287-0.64-0.64-0.64H11z"></path>
</svg>
20 changes: 20 additions & 0 deletions lib/BentoBoxTray.svelte.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import type { SvelteComponentTyped } from "svelte";
import type { SvelteHTMLElements } from "svelte/elements";

type RestProps = SvelteHTMLElements["svg"];

export interface BentoBoxTrayProps extends RestProps {
/**
* Specify the pictogram title.
* @default undefined
*/
title?: string;

[key: `data-${string}`]: any;
}

export default class BentoBoxTray extends SvelteComponentTyped<
BentoBoxTrayProps,
Record<string, any>,
{}
> {}
27 changes: 27 additions & 0 deletions lib/CicsConfigurationManagerForZOs.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<script>
/**
* Specify the pictogram title.
* @type {string}
*/
export let title = undefined;

$: labelled = $$props["aria-label"] || $$props["aria-labelledby"] || $$props["title"];
$: attributes = {
"aria-hidden": labelled ? undefined : true,
role: labelled ? "img" : undefined,
focusable: Number($$props["tabindex"]) === 0 ? true : undefined,
};
</script>

<svg
preserveAspectRatio="xMidYMid meet"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 32 32"
width="64"
height="64"
fill="currentColor"
{title}
{...attributes}
{...$$restProps}>
<path d="M25,30.36h-4v-0.72h4 c2.559,0,4.64-2.081,4.64-4.64v-2h0.721v2C30.36,27.955,27.955,30.36,25,30.36z M16,30.36h-2.36c-1.121,0-2.095-0.798-2.314-1.897 l-0.469-2.346c-0.357-0.183-0.708-0.385-1.045-0.604L7.545,26.28c-1.042,0.354-2.251-0.104-2.8-1.056l-2.36-4.088 c-0.561-0.971-0.356-2.213,0.486-2.953l1.788-1.571C4.646,16.409,4.64,16.205,4.64,16c0-0.204,0.013-0.404,0.026-0.604L2.87,13.817 c-0.842-0.74-1.046-1.982-0.486-2.953l2.36-4.088c0.55-0.95,1.76-1.409,2.8-1.055l2.253,0.762c0.312-0.202,0.662-0.399,1.06-0.6 l0.469-2.346c0.22-1.099,1.193-1.897,2.314-1.897h4.721c1.121,0,2.095,0.798,2.314,1.897l0.469,2.346 c0.357,0.182,0.708,0.384,1.045,0.604l2.268-0.767c1.044-0.354,2.252,0.105,2.8,1.055l2.36,4.088l-0.623,0.36l-2.36-4.088 c-0.382-0.661-1.221-0.978-1.946-0.734l-2.435,0.824c-0.106,0.035-0.224,0.021-0.316-0.042c-0.405-0.273-0.832-0.52-1.269-0.733 c-0.101-0.049-0.173-0.143-0.194-0.252L19.97,3.679c-0.155-0.764-0.83-1.319-1.61-1.319h-4.72c-0.779,0-1.456,0.555-1.608,1.319 l-0.503,2.519c-0.022,0.11-0.094,0.203-0.195,0.252c-0.502,0.246-0.921,0.484-1.283,0.729C9.957,7.242,9.84,7.258,9.733,7.221 l-2.42-0.819C6.589,6.158,5.749,6.475,5.367,7.136l-2.36,4.088c-0.39,0.674-0.248,1.538,0.338,2.052l1.931,1.697 c0.084,0.074,0.129,0.183,0.122,0.295l-0.009,0.12C5.375,15.591,5.36,15.793,5.36,16c0,0.249,0.01,0.496,0.027,0.741 c0.007,0.112-0.038,0.221-0.122,0.295l-1.92,1.688c-0.585,0.515-0.728,1.378-0.338,2.053l2.36,4.088 c0.381,0.661,1.222,0.979,1.946,0.733l2.434-0.823c0.108-0.036,0.223-0.02,0.316,0.042c0.406,0.273,0.833,0.521,1.27,0.734 c0.101,0.05,0.172,0.143,0.194,0.253l0.503,2.519c0.153,0.764,0.829,1.317,1.608,1.317H16V30.36z M24,26.36 c-1.302,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36s2.36,1.059,2.36,2.36S25.302,26.36,24,26.36z M24,22.36 c-0.904,0-1.64,0.735-1.64,1.64s0.735,1.64,1.64,1.64s1.64-0.735,1.64-1.64S24.904,22.36,24,22.36z M18.36,25h-0.72v-2 c0-2.955,2.405-5.36,5.36-5.36h4v0.721h-4c-2.559,0-4.64,2.081-4.64,4.64V25z M16,21.36c-2.956,0-5.36-2.405-5.36-5.36 c0-2.956,2.404-5.36,5.36-5.36c2.955,0,5.36,2.404,5.36,5.36h-0.72c0-2.559-2.081-4.64-4.64-4.64s-4.64,2.082-4.64,4.64 s2.082,4.64,4.64,4.64V21.36z"></path>
</svg>
20 changes: 20 additions & 0 deletions lib/CicsConfigurationManagerForZOs.svelte.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import type { SvelteComponentTyped } from "svelte";
import type { SvelteHTMLElements } from "svelte/elements";

type RestProps = SvelteHTMLElements["svg"];

export interface CicsConfigurationManagerForZOsProps extends RestProps {
/**
* Specify the pictogram title.
* @default undefined
*/
title?: string;

[key: `data-${string}`]: any;
}

export default class CicsConfigurationManagerForZOs extends SvelteComponentTyped<
CicsConfigurationManagerForZOsProps,
Record<string, any>,
{}
> {}
27 changes: 27 additions & 0 deletions lib/CicsDeploymentAssistant.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<script>
/**
* Specify the pictogram title.
* @type {string}
*/
export let title = undefined;

$: labelled = $$props["aria-label"] || $$props["aria-labelledby"] || $$props["title"];
$: attributes = {
"aria-hidden": labelled ? undefined : true,
role: labelled ? "img" : undefined,
focusable: Number($$props["tabindex"]) === 0 ? true : undefined,
};
</script>

<svg
preserveAspectRatio="xMidYMid meet"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 32 32"
width="64"
height="64"
fill="currentColor"
{title}
{...attributes}
{...$$restProps}>
<path d="M25,29.36H4 c-0.75,0-1.36-0.61-1.36-1.36v-5h0.72v5c0,0.353,0.287,0.64,0.64,0.64h21c0.353,0,0.64-0.287,0.64-0.64v-8h0.721v8 C26.36,28.75,25.75,29.36,25,29.36z M10,17.36H6v-0.72h4c2.559,0,4.64-2.082,4.64-4.64v-2h0.72v2 C15.36,14.956,12.956,17.36,10,17.36z M26.36,16h-0.72V3.869l-3.385,3.385l-0.51-0.509L26,2.491l4.255,4.255l-0.51,0.509 L26.36,3.869V16z M9,13.36c-1.301,0-2.36-1.059-2.36-2.36S7.699,8.64,9,8.64s2.36,1.059,2.36,2.36S10.301,13.36,9,13.36z M9,9.36 c-0.904,0-1.64,0.736-1.64,1.64S8.096,12.64,9,12.64s1.64-0.736,1.64-1.64S9.904,9.36,9,9.36z M3.36,12H2.64v-2 c0-2.956,2.404-5.36,5.36-5.36h4v0.72H8c-2.559,0-4.64,2.082-4.64,4.64C3.36,10,3.36,12,3.36,12z"></path>
</svg>
20 changes: 20 additions & 0 deletions lib/CicsDeploymentAssistant.svelte.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import type { SvelteComponentTyped } from "svelte";
import type { SvelteHTMLElements } from "svelte/elements";

type RestProps = SvelteHTMLElements["svg"];

export interface CicsDeploymentAssistantProps extends RestProps {
/**
* Specify the pictogram title.
* @default undefined
*/
title?: string;

[key: `data-${string}`]: any;
}

export default class CicsDeploymentAssistant extends SvelteComponentTyped<
CicsDeploymentAssistantProps,
Record<string, any>,
{}
> {}
Loading
Loading