UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 2.13 kB
// lib/icons/animal-step.ts var IconAnimalStep = `<svg id="animal-step" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g ><ellipse cx="45.25" cy="22.76" rx="6.75" ry="8.44" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /><ellipse cx="57.6" cy="35.82" rx="6.19" ry="4.95" transform="translate(-8.46 51.22) rotate(-45)" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /><path d="M36,56.19c-9.94,0-18,5.44-18-4.5,0-9.94,8.06-18,18-18,9.94,0,18,8.06,18,18s-8.06,4.5-18,4.5Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /><ellipse cx="26.75" cy="22.76" rx="6.75" ry="8.44" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /><ellipse cx="14.4" cy="35.82" rx="4.95" ry="6.19" transform="translate(-21.11 20.67) rotate(-45)" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /></g><g><ellipse cx="45.25" cy="22.76" rx="6.75" ry="8.44" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><ellipse cx="57.6" cy="35.82" rx="6.19" ry="4.95" transform="translate(-8.46 51.22) rotate(-45)" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M36,56.19c-9.94,0-18,5.44-18-4.5,0-9.94,8.06-18,18-18,9.94,0,18,8.06,18,18s-8.06,4.5-18,4.5Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><ellipse cx="26.75" cy="22.76" rx="6.75" ry="8.44" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><ellipse cx="14.4" cy="35.82" rx="4.95" ry="6.19" transform="translate(-21.11 20.67) rotate(-45)" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g></svg>`; var animal_step_default = IconAnimalStep; export { IconAnimalStep, animal_step_default as default };