Skip to content

Commit 71d7617

Browse files
committed
feat: add PlayCircleIcon and ReportIcon * 2
1 parent 1473413 commit 71d7617

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/icons/ReportIcon.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ import { wrapIcon } from './wrap-icon';
22

33
export const ReportIcon = wrapIcon(
44
'ReportIcon',
5-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
5+
<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+
>
612
<g clipPath="url(#a)">
713
<path
814
fill="currentColor"

0 commit comments

Comments
 (0)