mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
render transcript
This commit is contained in:
9
www/app/styles/icons/stopRecord.tsx
Normal file
9
www/app/styles/icons/stopRecord.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Icon } from "@chakra-ui/react";
|
||||
|
||||
export default function StopRecordIcon(props) {
|
||||
return (
|
||||
<Icon viewBox="0 0 20 20" {...props}>
|
||||
<rect width="20" height="20" rx="1" fill="currentColor" />
|
||||
</Icon>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user