open-icon
Version:
Open Icon
4 lines (3 loc) • 927 B
TypeScript
declare const IconFemaleSimplified = "<svg id=\"female-simplified\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g ><path d=\"M45.26,50.08c4.61-10.09,4.3-18-9-18s-14.2,8.21-9,18c6.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);\" /><circle cx=\"36.26\" cy=\"23.08\" r=\"9\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /></g><g><path d=\"M45.26,50.08c4.61-10.09,4.3-18-9-18s-14.2,8.21-9,18c6.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));\"/><circle cx=\"36.26\" cy=\"23.08\" r=\"9\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g></svg>";
export default IconFemaleSimplified;
export { IconFemaleSimplified };