From bdc11b8a0298aa8f9cb5206b125fd0b4b3129ed3 Mon Sep 17 00:00:00 2001 From: "przemyslaw.wlodek" Date: Wed, 17 Jul 2024 13:44:38 +0200 Subject: [PATCH] feat: add Paste icon + update Copy icon --- src/icons/Copy.tsx | 12 ++++++------ src/icons/Paste.tsx | 19 +++++++++++++++++++ src/icons/index.ts | 1 + src/icons/raw/copy.svg | 4 ++-- src/icons/raw/paste.svg | 3 +++ 5 files changed, 31 insertions(+), 8 deletions(-) create mode 100644 src/icons/Paste.tsx create mode 100644 src/icons/raw/paste.svg diff --git a/src/icons/Copy.tsx b/src/icons/Copy.tsx index 54d9381..41d8cd8 100644 --- a/src/icons/Copy.tsx +++ b/src/icons/Copy.tsx @@ -3,16 +3,16 @@ import type { SVGProps } from 'react'; const SvgCopy = (props: SVGProps) => ( ); diff --git a/src/icons/Paste.tsx b/src/icons/Paste.tsx new file mode 100644 index 0000000..f86d37b --- /dev/null +++ b/src/icons/Paste.tsx @@ -0,0 +1,19 @@ +import * as React from 'react'; +import type { SVGProps } from 'react'; +const SvgPaste = (props: SVGProps) => ( + + + +); +export default SvgPaste; diff --git a/src/icons/index.ts b/src/icons/index.ts index a05325b..5b4c4d0 100644 --- a/src/icons/index.ts +++ b/src/icons/index.ts @@ -44,6 +44,7 @@ export { default as LoadingComponent } from './LoadingComponent'; export { default as MnemonicComponent } from './MnemonicComponent'; export { default as NewspaperGradientComponent } from './NewspaperGradientComponent'; export { default as PaperwalletComponent } from './PaperwalletComponent'; +export { default as Paste } from './Paste'; export { default as PencilOutlineComponent } from './PencilOutlineComponent'; export { default as PlainCircleComponent } from './PlainCircleComponent'; export { default as PlusCircleGradientComponent } from './PlusCircleGradientComponent'; diff --git a/src/icons/raw/copy.svg b/src/icons/raw/copy.svg index 8292f71..2e400da 100644 --- a/src/icons/raw/copy.svg +++ b/src/icons/raw/copy.svg @@ -1,3 +1,3 @@ - - + + diff --git a/src/icons/raw/paste.svg b/src/icons/raw/paste.svg new file mode 100644 index 0000000..14dd3b7 --- /dev/null +++ b/src/icons/raw/paste.svg @@ -0,0 +1,3 @@ + + +