diff --git a/src/components/atoms/RecorderIcon.tsx b/src/components/atoms/RecorderIcon.tsx new file mode 100644 index 00000000..27fbfc6c --- /dev/null +++ b/src/components/atoms/RecorderIcon.tsx @@ -0,0 +1,22 @@ +import React from 'react'; + +export const RecordingIcon = () => { + return ( + + + + + + + + ); +};