open-icon
Version:
Open Icon
4 lines (3 loc) • 839 B
text/typescript
const IconPaperplane = `<svg id="paperplane" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polygon points="9.45 30.73 54 18 41.27 62.55 28.54 43.46 9.45 30.73" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><line x1="54" y1="18" x2="28.54" y2="43.46" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polygon points="9.45 30.73 54 18 41.27 62.55 28.54 43.46 9.45 30.73" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconPaperplane;
export { IconPaperplane }