@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.62 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphFolderMusic = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphFolderMusic = function GYSiGlyphFolderMusic(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-folder-music",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.35 5 5.788 2.042H2.021v1.021H.023v9.913h1.02l.002 1h14.902L15.968 5H7.35Zm2.495 6.959a1.977 1.977 0 0 1-.752.155c-.499 0-.9-.221-1.048-.576-.225-.551.214-1.255.978-1.571.287-.118.595-.184.864-.184l.056.001V7.318l-2.884.781.001 3.521c-.054.468-.714 1.2-1.284 1.438a1.979 1.979 0 0 1-.749.153c-.5 0-.902-.221-1.051-.576-.224-.551.217-1.255.981-1.571a2.045 2.045 0 0 1 .985-.143V7.215l5.116-1.279.016 4.683c-.053.463-.64 1.097-1.229 1.34Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.964 3.982v-.94h-5.94l.33.94h5.61Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphFolderMusic = GYSiGlyphFolderMusic;