diff --git a/.changeset/thirty-cameras-run.md b/.changeset/thirty-cameras-run.md new file mode 100644 index 0000000000..372c6b7524 --- /dev/null +++ b/.changeset/thirty-cameras-run.md @@ -0,0 +1,5 @@ +--- +'@kadena/kode-icons': patch +--- + +updated icons diff --git a/packages/libs/kode-icons/src/product/ChainweaverAlphaRoundedKdacolorDark.tsx b/packages/libs/kode-icons/src/product/ChainweaverAlphaRoundedKdacolorDark.tsx new file mode 100644 index 0000000000..e3acfd8903 --- /dev/null +++ b/packages/libs/kode-icons/src/product/ChainweaverAlphaRoundedKdacolorDark.tsx @@ -0,0 +1,59 @@ +import * as React from 'react'; +import type { SVGProps } from 'react'; +interface SVGRProps { + title?: string; + titleId?: string; +} +const ChainweaverAlphaRoundedKdacolorDark = ( + { title, titleId, ...props }: SVGProps & SVGRProps, +) => ( + + {title ? {title} : null} + + + + + + + + + + +); +export default ChainweaverAlphaRoundedKdacolorDark; diff --git a/packages/libs/kode-icons/src/product/ChainweaverAlphaRoundedKdacolorLight.tsx b/packages/libs/kode-icons/src/product/ChainweaverAlphaRoundedKdacolorLight.tsx new file mode 100644 index 0000000000..f0c1e9da3e --- /dev/null +++ b/packages/libs/kode-icons/src/product/ChainweaverAlphaRoundedKdacolorLight.tsx @@ -0,0 +1,59 @@ +import * as React from 'react'; +import type { SVGProps } from 'react'; +interface SVGRProps { + title?: string; + titleId?: string; +} +const ChainweaverAlphaRoundedKdacolorLight = ( + { title, titleId, ...props }: SVGProps & SVGRProps, +) => ( + + {title ? {title} : null} + + + + + + + + + + +); +export default ChainweaverAlphaRoundedKdacolorLight; diff --git a/packages/libs/kode-icons/src/product/SpireKeyKdacolorDark.tsx b/packages/libs/kode-icons/src/product/SpireKeyKdacolorDark.tsx deleted file mode 100644 index d6eaee4eef..0000000000 --- a/packages/libs/kode-icons/src/product/SpireKeyKdacolorDark.tsx +++ /dev/null @@ -1,59 +0,0 @@ -import * as React from 'react'; -import type { SVGProps } from 'react'; -interface SVGRProps { - title?: string; - titleId?: string; -} -const SpireKeyKdacolorDark = ( - { title, titleId, ...props }: SVGProps & SVGRProps, -) => ( - - {title ? {title} : null} - - - - - - - - - - -); -export default SpireKeyKdacolorDark; diff --git a/packages/libs/kode-icons/src/product/SpireKeyKdacolorLight.tsx b/packages/libs/kode-icons/src/product/SpireKeyKdacolorLight.tsx deleted file mode 100644 index 406a0bb378..0000000000 --- a/packages/libs/kode-icons/src/product/SpireKeyKdacolorLight.tsx +++ /dev/null @@ -1,63 +0,0 @@ -import * as React from 'react'; -import type { SVGProps } from 'react'; -interface SVGRProps { - title?: string; - titleId?: string; -} -const SpireKeyKdacolorLight = ( - { title, titleId, ...props }: SVGProps & SVGRProps, -) => ( - - {title ? {title} : null} - - - - - - - - - - - -); -export default SpireKeyKdacolorLight; diff --git a/packages/libs/kode-icons/src/product/SpireKeyLogoKdacolorDark.tsx b/packages/libs/kode-icons/src/product/SpireKeyLogoKdacolorDark.tsx deleted file mode 100644 index 2712973d39..0000000000 --- a/packages/libs/kode-icons/src/product/SpireKeyLogoKdacolorDark.tsx +++ /dev/null @@ -1,63 +0,0 @@ -import * as React from 'react'; -import type { SVGProps } from 'react'; -interface SVGRProps { - title?: string; - titleId?: string; -} -const SpireKeyLogoKdacolorDark = ( - { title, titleId, ...props }: SVGProps & SVGRProps, -) => ( - - {title ? {title} : null} - - - - - - - - - - - -); -export default SpireKeyLogoKdacolorDark; diff --git a/packages/libs/kode-icons/src/product/SpireKeyLogoKdacolorLight.tsx b/packages/libs/kode-icons/src/product/SpireKeyLogoKdacolorLight.tsx deleted file mode 100644 index c41e85d5ce..0000000000 --- a/packages/libs/kode-icons/src/product/SpireKeyLogoKdacolorLight.tsx +++ /dev/null @@ -1,63 +0,0 @@ -import * as React from 'react'; -import type { SVGProps } from 'react'; -interface SVGRProps { - title?: string; - titleId?: string; -} -const SpireKeyLogoKdacolorLight = ( - { title, titleId, ...props }: SVGProps & SVGRProps, -) => ( - - {title ? {title} : null} - - - - - - - - - - - -); -export default SpireKeyLogoKdacolorLight; diff --git a/packages/libs/kode-icons/src/product/index.ts b/packages/libs/kode-icons/src/product/index.ts index 0c33d99fe2..8972bbead4 100644 --- a/packages/libs/kode-icons/src/product/index.ts +++ b/packages/libs/kode-icons/src/product/index.ts @@ -2,6 +2,8 @@ export { default as ChainweaverAlphaKdacolorDark } from './ChainweaverAlphaKdaco export { default as ChainweaverAlphaKdacolorLight } from './ChainweaverAlphaKdacolorLight'; export { default as ChainweaverAlphaLogoKdacolorDark } from './ChainweaverAlphaLogoKdacolorDark'; export { default as ChainweaverAlphaLogoKdacolorLight } from './ChainweaverAlphaLogoKdacolorLight'; +export { default as ChainweaverAlphaRoundedKdacolorDark } from './ChainweaverAlphaRoundedKdacolorDark'; +export { default as ChainweaverAlphaRoundedKdacolorLight } from './ChainweaverAlphaRoundedKdacolorLight'; export { default as DocsKdacolorDark } from './DocsKdacolorDark'; export { default as DocsKdacolorLight } from './DocsKdacolorLight'; export { default as ExplorerKdacolorDark } from './ExplorerKdacolorDark'; @@ -12,9 +14,5 @@ export { default as MarmaladeV2KdacolorDark } from './MarmaladeV2KdacolorDark'; export { default as MarmaladeV2KdacolorLight } from './MarmaladeV2KdacolorLight'; export { default as ProofOfUsKdacolorDark } from './ProofOfUsKdacolorDark'; export { default as ProofOfUsKdacolorLight } from './ProofOfUsKdacolorLight'; -export { default as SpireKeyKdacolorDark } from './SpireKeyKdacolorDark'; -export { default as SpireKeyKdacolorLight } from './SpireKeyKdacolorLight'; -export { default as SpireKeyLogoKdacolorDark } from './SpireKeyLogoKdacolorDark'; -export { default as SpireKeyLogoKdacolorLight } from './SpireKeyLogoKdacolorLight'; export { default as ToolsKdacolorDark } from './ToolsKdacolorDark'; export { default as ToolsKdacolorLight } from './ToolsKdacolorLight';