From 38143cbcec88255cf38f75cb6ad9172d40f0e920 Mon Sep 17 00:00:00 2001 From: Piotr Czeglik Date: Wed, 26 Jun 2024 12:57:44 +0200 Subject: [PATCH 1/2] feat: add copy icon --- src/icons/Copy.tsx | 19 +++++++++++++++++++ src/icons/index.ts | 1 + src/icons/raw/copy.svg | 3 +++ 3 files changed, 23 insertions(+) create mode 100644 src/icons/Copy.tsx create mode 100644 src/icons/raw/copy.svg diff --git a/src/icons/Copy.tsx b/src/icons/Copy.tsx new file mode 100644 index 0000000..54d9381 --- /dev/null +++ b/src/icons/Copy.tsx @@ -0,0 +1,19 @@ +import * as React from 'react'; +import type { SVGProps } from 'react'; +const SvgCopy = (props: SVGProps) => ( + + + +); +export default SvgCopy; diff --git a/src/icons/index.ts b/src/icons/index.ts index bd03b84..2e6303c 100644 --- a/src/icons/index.ts +++ b/src/icons/index.ts @@ -15,6 +15,7 @@ export { default as ChevronUpComponent } from './ChevronUpComponent'; export { default as ChipGradientComponent } from './ChipGradientComponent'; export { default as CloseComponent } from './CloseComponent'; export { default as CodeGradientComponent } from './CodeGradientComponent'; +export { default as Copy } from './Copy'; export { default as DocumentDownload } from './DocumentDownload'; export { default as DocumentTextGradientComponent } from './DocumentTextGradientComponent'; export { default as EyeCloseComponent } from './EyeCloseComponent'; diff --git a/src/icons/raw/copy.svg b/src/icons/raw/copy.svg new file mode 100644 index 0000000..8292f71 --- /dev/null +++ b/src/icons/raw/copy.svg @@ -0,0 +1,3 @@ + + + From c3438470305c2a6f0845527b316630f84c29c094 Mon Sep 17 00:00:00 2001 From: Piotr Czeglik Date: Wed, 26 Jun 2024 12:58:19 +0200 Subject: [PATCH 2/2] feat: add key icon --- src/icons/Key.tsx | 33 +++++++++++++++++++++++++++++++++ src/icons/index.ts | 1 + src/icons/raw/key.svg | 9 +++++++++ 3 files changed, 43 insertions(+) create mode 100644 src/icons/Key.tsx create mode 100644 src/icons/raw/key.svg diff --git a/src/icons/Key.tsx b/src/icons/Key.tsx new file mode 100644 index 0000000..568ab74 --- /dev/null +++ b/src/icons/Key.tsx @@ -0,0 +1,33 @@ +import * as React from 'react'; +import type { SVGProps } from 'react'; +const SvgKey = (props: SVGProps) => ( + + + + + + + + + +); +export default SvgKey; diff --git a/src/icons/index.ts b/src/icons/index.ts index 2e6303c..be3425e 100644 --- a/src/icons/index.ts +++ b/src/icons/index.ts @@ -30,6 +30,7 @@ export { default as HappyEmojiComponent } from './HappyEmojiComponent'; export { default as HardwareWalletComponent } from './HardwareWalletComponent'; export { default as InfoGradientComponent } from './InfoGradientComponent'; export { default as InfoComponent } from './InfoComponent'; +export { default as Key } from './Key'; export { default as LaceGradientComponent } from './LaceGradientComponent'; export { default as LaceLogoComponent } from './LaceLogoComponent'; export { default as LightBulbGradientComponent } from './LightBulbGradientComponent'; diff --git a/src/icons/raw/key.svg b/src/icons/raw/key.svg new file mode 100644 index 0000000..94f8585 --- /dev/null +++ b/src/icons/raw/key.svg @@ -0,0 +1,9 @@ + + + + + + + + +