open-icon
Version:
Open Icon
4 lines (3 loc) • 1.38 kB
text/typescript
const IconLuggageTrolley = `<svg id="luggage-trolley" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><rect x="13.5" y="22.5" width="36" height="22.5" rx="2" ry="2" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><rect x="13.5" y="22.5" width="36" height="22.5" rx="2" ry="2" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M25.88,22.5v-5c0-1.1.9-2,2-2h7.25c1.1,0,2,.9,2,2v5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="36" y1="63" x2="36" y2="63" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));"/><line x1="45" y1="63" x2="45" y2="63" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-l, calc(var(--icon-stroke-width, 5) * 1.5));"/><path d="M13.5,54h41c2.21,0,4-1.79,4-4V13.5" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconLuggageTrolley;
export { IconLuggageTrolley }