@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 845 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphMusicNote = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-music-note",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M6.021 2.188v9.174a4.101 4.101 0 0 0-1.792.301c-1.605.649-2.533 2.066-2.074 3.162.465 1.099 2.139 1.459 3.743.809 1.233-.5 1.958-1.45 2.067-2.362l-.007-8.885 7.062-1.359v6.378a4.089 4.089 0 0 0-1.944.297c-1.605.65-2.532 2.067-2.072 3.163.463 1.098 2.137 1.459 3.742.809 1.233-.501 2.09-1.451 2.201-2.362L16.958.002 6.021 2.188Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphMusicNote };