@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.4 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBookcase = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBookcase = function GYSiGlyphBookcase(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-bookcase",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.667.037H3.332A1.32 1.32 0 0 0 2.016 1.36l.01 14.075c0 .376.642.58.995.58.354 0 .938-.204.938-.58v-1.407c.009 0 .017.003.017.003h10.01c.013 0 .023-.003.036-.004v1.408c0 .376.635.602.979.602.347 0 .958-.226.958-.602l.027-14.075A1.322 1.322 0 0 0 14.667.037Zm-1.688.921h1.041V3h-1.041V.958Zm-2.021 0h1v2h-1v-2Zm-1.985 0h1.048v2H8.973v-2Zm6.048 9.063H2.98V8.98h12.041v1.041ZM3.958 8V6h1v2h-1Zm2.014-.007v-2h1v2h-1ZM7.961 8V5.993h1V8h-1Zm7.06-3H2.98V3.979h12.041V5Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphBookcase = GYSiGlyphBookcase;