6 lines
260 B
TypeScript
Executable File
6 lines
260 B
TypeScript
Executable File
import {createSvgIcon} from '../create-svg-icon';
|
|
|
|
export const WomanIcon = createSvgIcon(
|
|
[<path d="M13.94 8.31C13.62 7.52 12.85 7 12 7s-1.62.52-1.94 1.31L7 16h3v6h4v-6h3l-3.06-7.69z" key="0" />,<circle cx="12" cy="4" r="2" key="1" />,]
|
|
, 'WomanOutlined');
|