open-icon
Version:
Open Icon
4 lines (3 loc) • 2.1 kB
text/typescript
const IconFerry = `<svg id="ferry" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g ><path d="M13.5,54l.33.16c.39-.1.78-.16,1.17-.16,2.5,0,5,2.29,7.5,3.6v-7.6c0-.28.22-.5.5-.5h26c.28,0,.5.22.5.5v7.6c2.5-1.31,5-3.6,7.5-3.6.39,0,.78.06,1.17.16l.33-.16,4.37-13.24c.08-.16.07-.35-.03-.5l-7.92-11.88c-.27-.41-.92-.22-.92.28v6.85c0,.28-.22.5-.5.5H18.5c-.28,0-.5-.22-.5-.5v-6.85c0-.49-.64-.69-.92-.28l-7.92,11.88c-.1.15-.11.34-.03.5l4.37,13.24Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /></g><g ><rect x="22.5" y="22.5" width="27" height="9" rx=".5" ry=".5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /></g><g ><rect x="31.5" y="13.5" width="9" height="4.5" rx=".5" ry=".5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /></g><rect x="22.5" y="22.5" width="27" height="9" rx=".5" ry=".5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><rect x="31.5" y="13.5" width="9" height="4.5" rx=".5" ry=".5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M13.5,54l.33.16c.39-.1.78-.16,1.17-.16,2.5,0,5,2.29,7.5,3.6v-7.6c0-.28.22-.5.5-.5h26c.28,0,.5.22.5.5v7.6c2.5-1.31,5-3.6,7.5-3.6.39,0,.78.06,1.17.16l.33-.16,4.37-13.24c.08-.16.07-.35-.03-.5l-7.92-11.88c-.27-.41-.92-.22-.92.28v6.85c0,.28-.22.5-.5.5H18.5c-.28,0-.5-.22-.5-.5v-6.85c0-.49-.64-.69-.92-.28l-7.92,11.88c-.1.15-.11.34-.03.5l4.37,13.24Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M4.5,58.5c3.5,0,7-4.5,10.5-4.5s7,4.5,10.5,4.5,7-4.5,10.5-4.5,7,4.5,10.5,4.5,7-4.5,10.5-4.5,7,4.5,10.5,4.5" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconFerry;
export { IconFerry }