@nant-design/nant-icons
Version:
10 lines (7 loc) • 445 B
JSX
import React from 'react';
export const FemaleOutline = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<circle cx="256" cy="184" r="152" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
<path fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="M256 336v144m58-64H198"/>
</svg>;
};