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 f004dba commit 102c9bfCopy full SHA for 102c9bf
src/icon/Icons.tsx
@@ -1680,6 +1680,18 @@ export const Person = () => (
1680
</svg>
1681
);
1682
1683
+export const PersonOutline = () => (
1684
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
1685
+ <g data-name="Layer 2">
1686
+ <g data-name="person">
1687
+ <rect width="24" height="24" opacity="0" />
1688
+ <path d="M12 11a4 4 0 1 0-4-4 4 4 0 0 0 4 4zm0-6a2 2 0 1 1-2 2 2 2 0 0 1 2-2z" />
1689
+ <path d="M12 13a7 7 0 0 0-7 7 1 1 0 0 0 2 0 5 5 0 0 1 10 0 1 1 0 0 0 2 0 7 7 0 0 0-7-7z" />
1690
+ </g>
1691
1692
+ </svg>
1693
+);
1694
+
1695
export const PlayCircleOutline = () => (
1696
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
1697
<g data-name="Layer 2">
0 commit comments