open-icon
Version:
Open Icon
8 lines (7 loc) • 2.04 kB
JavaScript
// lib/icons/bicycle-surfboard.ts
var IconBicycleSurfboard = `<svg id="bicycle-surfboard" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M57.38,11.87c-1.04-1.82-2.18-2.87-3.38-2.87s-2.33,1.05-3.38,2.85v49.68c1.04.94,2.18,1.47,3.38,1.47s2.3-.59,3.38-1.63V11.87Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><circle cx="18" cy="18" r="9" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><circle cx="18" cy="54" r="9" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="38.06" y1="45.9" x2="18" y2="36" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M18,18l18.75,9.44c1.44.73,2.41,2.14,2.57,3.75l.38,3.82" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="38.06" y1="39.4" x2="38.06" y2="50.4" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="32 25.08 18 36 18 54 32 42 32 25.08" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M63,44.31c0,9.69-4.5,18.69-9,18.69-4.97,0-9-9-9-19.62,0-16.38,4.03-34.38,9-34.38s9,18,9,35.31Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M57.38,11.87c-1.04-1.82-2.18-2.87-3.38-2.87s-2.33,1.05-3.38,2.85v49.68c1.04.94,2.18,1.47,3.38,1.47s2.3-.59,3.38-1.63V11.87Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-s, calc(var(--icon-stroke-width, 5) * 0.5));"/></svg>`;
var bicycle_surfboard_default = IconBicycleSurfboard;
export {
IconBicycleSurfboard,
bicycle_surfboard_default as default
};