open-icon
Version:
Open Icon
8 lines (7 loc) • 949 B
JavaScript
// lib/icons/stairs-up.ts
var IconStairsUp = `<svg id="stairs-up" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polyline points="18 63 18 54 27 54 27 45 36 45 36 36 45 36 45 27 54 27 54 18 63 18" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="22.5 13.5 31.5 13.5 31.5 22.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));"/><line x1="13.73" y1="31.5" x2="31.5" y2="13.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>`;
var stairs_up_default = IconStairsUp;
export {
IconStairsUp,
stairs_up_default as default
};