@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphDocumentMusic = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-document-music",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M10.016 3.984h4.981L10.016.016v3.968Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M8.969 5.016V.011H3.034v15.958h11.942V5.016H8.969Zm3.058 6.642c-.045.379-.566.935-1.07 1.143-.656.271-1.34.12-1.528-.336-.188-.456.19-1.046.847-1.316.231-.096.48-.15.709-.158V8.363l-2.973.699.004 3.548c-.045.379-.649 1.02-1.153 1.228-.655.271-1.339.12-1.529-.336-.188-.456.192-1.046.848-1.316.28-.116.528-.19.788-.166V8.142l5.062-1.188-.005 4.704Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphDocumentMusic };