open-icon
Version:
Open Icon
8 lines (7 loc) • 605 B
JavaScript
// lib/icons/arrow-down-left.ts
var IconArrowDownLeft = `<svg id="arrow-down-left" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><line x1="49.82" y1="22.18" x2="18" y2="54" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="18 34.91 18 54 37.09 54" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var arrow_down_left_default = IconArrowDownLeft;
export {
IconArrowDownLeft,
arrow_down_left_default as default
};