open-icon
Version:
Open Icon
4 lines (3 loc) • 1.32 kB
text/typescript
const IconMusicNote = `<svg id="music-note" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><ellipse cx="18" cy="56.9" rx="9" ry="6.1" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><ellipse cx="49.5" cy="52.4" rx="9" ry="6.1" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><polygon points="58.5 22.5 27 27 27 18 58.5 13.5 58.5 22.5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><polyline points="58.5 52.4 58.5 13.5 27 18 27 56.9" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><ellipse cx="18" cy="56.9" rx="9" ry="6.1" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="57.81" y1="22.5" x2="27" y2="27" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><ellipse cx="49.5" cy="52.4" rx="9" ry="6.1" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconMusicNote;
export { IconMusicNote }