@icongo/gy
Version:
Glyph Iconset Icons
35 lines (34 loc) • 1.6 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCabinet = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCabinet = function GYSiGlyphCabinet(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-cabinet",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "none",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4 15.021h10V8.959H4v6.062Zm1.042-4.98h7.938v3.917H5.042v-3.917Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M13.721.039H4.239c-.691 0-1.238.478-1.238 1.178v13.605c0 .614.531 1.178 1.238 1.178h9.482c.842 0 1.238-.548 1.238-1.178V1.217c0-.7-.568-1.178-1.238-1.178ZM14 15.021H4V8.959h10v6.062Zm0-8H4V.959h10v6.062Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M10.042 10.041v.999H7.938v-.999H5.042v3.917h7.937v-3.917h-2.937Zm0-7.041H7.958v-.958H5V6h8V2.042h-2.958V3Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphCabinet = GYSiGlyphCabinet;