open-icon
Version:
Open Icon
4 lines (3 loc) • 1.07 kB
text/typescript
const IconTextIndent = `<svg id="text-indent" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polygon points="13.5 31.5 13.5 40.5 19 36 13.5 31.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>`;
export default IconTextIndent;
export { IconTextIndent }