UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.01 kB
// lib/icons/arrow-headed-share.ts var IconArrowHeadedShare = `<svg id="arrow-headed-share" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polygon points="27 31.5 18 22.5 27 13.5 27 31.5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><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));"/><polygon points="27 31.5 18 22.5 27 13.5 27 31.5" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M27,22.5h2.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));"/></svg>`; var arrow_headed_share_default = IconArrowHeadedShare; export { IconArrowHeadedShare, arrow_headed_share_default as default };