open-icon
Version:
Open Icon
8 lines (7 loc) • 972 B
JavaScript
// lib/icons/stairs-down.ts
var IconStairsDown = `<svg id="stairs-down" 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.61 31.39 13.61 31.39 13.61 22.39" 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="31.39" y1="13.39" x2="13.61" y2="31.39" 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_down_default = IconStairsDown;
export {
IconStairsDown,
stairs_down_default as default
};