open-icon
Version:
Open Icon
4 lines (3 loc) • 1.39 kB
TypeScript
declare const IconShip = "<svg id=\"ship\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><polyline points=\"18 54.86 13.5 40.5 36 27 58.5 40.5 54 54.86\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polyline points=\"18 37.8 22.5 18 49.5 18 54 37.8\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polygon points=\"45 18 27 18 31.5 9 40.5 9 45 18\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"36\" y1=\"36\" x2=\"36\" y2=\"54\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polyline points=\"14.98 45.22 36 36 57.02 45.22\" 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 IconShip;
export { IconShip };