UNPKG

@icongo/gy

Version:
34 lines (33 loc) 1.56 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphBook = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphBook = function GYSiGlyphBook(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-book-@", viewBox: "0 0 16 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M0 0h2v16H0zm11 6v3h.885L12 6h-1Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M3 0v16h10.82c.651 0 1.18-.453 1.18-1.01V1.01C15 .452 14.472 0 13.82 0H3Zm10.051 9.053h-.971l-.018 1.01H7.906l.018-1.021h-.967V6.99h.958V5.948l3.042-.01v-.887H7.026v.997h-.997v3.91h1.012v1.017h4.006v1.039H6.961v-.951H5.958v-1.031H4.953V5.991h1.02V4.973h.965V3.938h4.094v1.021h.979v.99h1.041v3.104h-.001Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8 7h2v2H8z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphBook = GYSiGlyphBook;