UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 894 B
// lib/icons/broken-heart-m.ts var IconBrokenHeartM = `<svg id="broken-heart-m" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M36,54C-1.41,34.41,17.29,4.64,36,24.62c18.71-19.97,37.41,9.79,0,29.38Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><polyline points="36 25.2 39.6 36 32.4 39.6 36 54" 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));"/><path d="M36,54C-1.41,34.41,17.29,4.64,36,24.62c18.71-19.97,37.41,9.79,0,29.38Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var broken_heart_m_default = IconBrokenHeartM; export { IconBrokenHeartM, broken_heart_m_default as default };