diff --git a/packages/icons/src/audio-icon.tsx b/packages/icons/src/audio-icon.tsx index 4ebf62582..53bc6cc5f 100644 --- a/packages/icons/src/audio-icon.tsx +++ b/packages/icons/src/audio-icon.tsx @@ -12,20 +12,12 @@ const SvgAudioIcon = createIcon(props => { focusable={false} aria-hidden={true} > - - - - - - - - - + ) }) diff --git a/packages/icons/src/index.ts b/packages/icons/src/index.ts index e8f660d08..6f97d1f11 100644 --- a/packages/icons/src/index.ts +++ b/packages/icons/src/index.ts @@ -247,6 +247,7 @@ export { default as ScanBigIcon } from './scan-big-icon' export { default as ScanIcon } from './scan-icon' export { default as SearchIcon } from './search-icon' export { default as SeedIcon } from './seed-icon' +export { default as SendAudioIcon } from './send-audio-icon' export { default as SendIcon } from './send-icon' export { default as SettingsIcon } from './settings-icon' export { default as ShareIcon } from './share-icon' diff --git a/packages/icons/src/send-audio-icon.tsx b/packages/icons/src/send-audio-icon.tsx new file mode 100644 index 000000000..4d51546ee --- /dev/null +++ b/packages/icons/src/send-audio-icon.tsx @@ -0,0 +1,33 @@ +import { createIcon } from '../lib/create-icon' + +const SvgSendAudioIcon = createIcon(props => { + return ( + + + + + + + + + + + + ) +}) + +export default SvgSendAudioIcon diff --git a/packages/icons/svg/audio-icon.svg b/packages/icons/svg/audio-icon.svg index db5d09ab0..8310f40c1 100644 --- a/packages/icons/svg/audio-icon.svg +++ b/packages/icons/svg/audio-icon.svg @@ -5,18 +5,10 @@ fill="none" viewBox="0 0 20 20" > - - - - - - - - - + diff --git a/packages/icons/svg/send-audio-icon.svg b/packages/icons/svg/send-audio-icon.svg new file mode 100644 index 000000000..db5d09ab0 --- /dev/null +++ b/packages/icons/svg/send-audio-icon.svg @@ -0,0 +1,22 @@ + + + + + + + + + + +