open-icon
Version:
Open Icon
8 lines (7 loc) • 816 B
JavaScript
// lib/icons/arrow-share.ts
var IconArrowShare = `<svg id="arrow-share" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M63,49.5l-1.74,3.47c-1.69,3.39-5.16,5.53-8.94,5.53H19.68c-3.79,0-7.25-2.14-8.94-5.53l-1.74-3.47" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M18,22.5h11.5c11.05,0,20,8.95,20,20v7" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="27 13.5 18 22.5 27 31.5" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var arrow_share_default = IconArrowShare;
export {
IconArrowShare,
arrow_share_default as default
};