open-icon
Version:
Open Icon
8 lines (7 loc) • 1.15 kB
JavaScript
// lib/icons/text-outdent.ts
var IconTextOutdent = `<svg id="text-outdent" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polygon points="19 40.5 19 31.5 13.5 36 19 40.5" style="fill: var(--icon-line-color, currentColor); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="13.5" y1="17.46" x2="58.5" y2="17.46" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="13.5" y1="53.46" x2="58.5" y2="53.46" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="58.5" y1="29.46" x2="27" y2="29.46" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="27" y1="41.46" x2="58.5" y2="41.46" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var text_outdent_default = IconTextOutdent;
export {
IconTextOutdent,
text_outdent_default as default
};