open-icon
Version:
Open Icon
4 lines (3 loc) • 1.18 kB
TypeScript
declare const IconMusicNoteSingle = "<svg id=\"music-note-single\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><ellipse cx=\"27\" 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;\"/><path d=\"M46.54,24.04c-10.54-3.51-10.54-10.54-10.54-10.54v14.05s14.05,3.51,14.05,14.05c7.03-7.03,3.94-15.08-3.51-17.57Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><ellipse cx=\"27\" 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));\"/><line x1=\"36\" y1=\"52.4\" x2=\"36\" y2=\"13.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M36,13.5s0,7.03,10.54,10.54c7.45,2.48,10.54,10.54,3.51,17.57,0-10.54-14.05-14.05-14.05-14.05\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconMusicNoteSingle;
export { IconMusicNoteSingle };