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 @@ + + +