open-icon
Version:
Open Icon
4 lines (3 loc) • 898 B
text/typescript
const 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>`;
export default IconStairsDown;
export { IconStairsDown }