open-icon
Version:
Open Icon
8 lines (7 loc) • 1.35 kB
JavaScript
// lib/icons/edit-line.ts
var IconEditLine = `<svg id="edit-line" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M16.44,43.78l-2.94,14.72,14.72-2.94c.77-.15,1.49-.54,2.04-1.09l28.13-28.13c1.56-1.56,1.56-4.09,0-5.66l-7.07-7.07c-1.56-1.56-4.09-1.56-5.66,0l-28.13,28.13c-.56.56-.94,1.27-1.09,2.04Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M16.44,43.78l-2.94,14.72,14.72-2.94c.77-.15,1.49-.54,2.04-1.09l28.13-28.13c1.56-1.56,1.56-4.09,0-5.66l-7.07-7.07c-1.56-1.56-4.09-1.56-5.66,0l-28.13,28.13c-.56.56-.94,1.27-1.09,2.04Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="38.96" y1="20.32" x2="51.68" y2="33.04" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="13.5" y1="63" x2="58.5" y2="63" 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 edit_line_default = IconEditLine;
export {
IconEditLine,
edit_line_default as default
};