Skip to content

Commit 102c9bf

Browse files
authored
feat(icons): add person outline (#231)
1 parent f004dba commit 102c9bf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/icon/Icons.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,6 +1680,18 @@ export const Person = () => (
16801680
</svg>
16811681
);
16821682

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+
</g>
1692+
</svg>
1693+
);
1694+
16831695
export const PlayCircleOutline = () => (
16841696
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
16851697
<g data-name="Layer 2">

0 commit comments

Comments
 (0)