diff --git a/src/icon/Icons.tsx b/src/icon/Icons.tsx index 039bafce..d5d59d9e 100644 --- a/src/icon/Icons.tsx +++ b/src/icon/Icons.tsx @@ -1680,6 +1680,18 @@ export const Person = () => ( ); +export const PersonOutline = () => ( + + + + + + + + + +); + export const PlayCircleOutline = () => (