We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1473413 commit 71d7617Copy full SHA for 71d7617
src/icons/ReportIcon.tsx
@@ -2,7 +2,13 @@ import { wrapIcon } from './wrap-icon';
2
3
export const ReportIcon = wrapIcon(
4
'ReportIcon',
5
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
+ <svg
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ width="16"
8
+ height="16"
9
+ fill="none"
10
+ viewBox="0 0 16 16"
11
+ >
12
<g clipPath="url(#a)">
13
<path
14
fill="currentColor"
0 commit comments