mm
This commit is contained in:
14
packages/ui-react/src/assets/svg/FileSvg.tsx
Normal file
14
packages/ui-react/src/assets/svg/FileSvg.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
export const FileSvg = (props: React.SVGProps<SVGSVGElement>) => (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
|
||||
<g
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
>
|
||||
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
|
||||
<path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2" />
|
||||
</g>
|
||||
</svg>
|
||||
);
|
||||
Reference in New Issue
Block a user