We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b322ab commit 03a10dfCopy full SHA for 03a10df
1 file changed
src/icons/FileUpload/FileUploadIcon.tsx
@@ -15,7 +15,8 @@ export const FileUploadIcon = ({
15
viewBox="0 0 24 24"
16
{...props}
17
>
18
- <path d="M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z"
+ <path
19
+ d="M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z"
20
fill={fill}
21
/>
22
</svg>
0 commit comments