open-icon
Version:
Open Icon
4 lines (3 loc) • 3.85 kB
text/typescript
const IconBallFootball = `<svg id="ball-football" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polygon points="36 26.35 27.06 32.84 30.48 43.35 41.52 43.35 44.94 32.84 36 26.35" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M58.21,51.35l-.14-.43h-11.05l-3.41,10.5.48.35c5.79-1.82,10.74-5.53,14.12-10.42Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M13.93,50.92l-.14.43c3.38,4.88,8.33,8.6,14.12,10.42l.48-.35-3.41-10.5h-11.05Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M14.75,19.45h-.08c-3.55,4.57-5.68,10.31-5.68,16.55,0,.1,0,.19,0,.28l.22.16,8.94-6.49-3.41-10.51Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M27.08,10.52l8.92,6.48,8.92-6.48c-2.79-.98-5.79-1.52-8.92-1.52s-6.13.54-8.92,1.52Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M57.32,19.45h-.08l-3.41,10.51,8.94,6.49.22-.16c0-.09,0-.19,0-.28,0-6.24-2.12-11.98-5.68-16.55Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><circle cx="36" cy="36" r="27" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="36 26.35 27.06 32.84 30.48 43.35 41.52 43.35 44.94 32.84 36 26.35" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="47.02" y1="50.92" x2="41.52" y2="43.35" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="44.94" y1="32.84" x2="53.83" y2="29.95" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="36" y1="17" x2="36" y2="26.35" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="18.17" y1="29.95" x2="27.06" y2="32.84" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="24.98" y1="50.92" x2="30.48" y2="43.35" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="58.07 50.92 47.02 50.92 43.61 61.42" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="27.92 61.77 28.39 61.42 24.98 50.92 13.93 50.92 13.79 51.35" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M9,36c0,.1,0,.19,0,.28l.22.16,8.94-6.49-3.41-10.51h-.08" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="27.08 10.52 36 17 44.92 10.52" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M57.32,19.45h-.08l-3.41,10.51,8.94,6.49.22-.16c0-.09,0-.19,0-.28" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconBallFootball;
export { IconBallFootball }