5
common/resources/client/icons/material/Girl.tsx
Executable file
5
common/resources/client/icons/material/Girl.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const GirlIcon = createSvgIcon(
|
||||
<path d="M12 7.5c.97 0 1.75-.78 1.75-1.75S12.97 4 12 4s-1.75.78-1.75 1.75S11.03 7.5 12 7.5zm2 8.5v4h-4v-4H8l2.38-6.38c.25-.67.9-1.12 1.62-1.12s1.37.45 1.62 1.12L16 16h-2z" />
|
||||
, 'GirlOutlined');
|
||||
Reference in New Issue
Block a user