open-icon
Version:
Open Icon
4 lines (3 loc) • 874 B
text/typescript
const IconMaleSimplified = `<svg id="male-simplified" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g ><circle cx="35.76" cy="22.5" r="9" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /><path d="M27,41.99c-4.61,10.09-4.3,18,9,18s14.2-8.21,9-18c-6.66-12.55-12.38-12.3-18,0Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /></g><g><circle cx="35.76" cy="22.5" r="9" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M27,41.99c-4.61,10.09-4.3,18,9,18s14.2-8.21,9-18c-6.66-12.55-12.38-12.3-18,0Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g></svg>`;
export default IconMaleSimplified;
export { IconMaleSimplified }