@icongo/gy
Version:
Glyph Iconset Icons
27 lines • 1.17 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 GYSiGlyphCabinet = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "none",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M4 15.021h10V8.959H4v6.062Zm1.042-4.98h7.938v3.917H5.042v-3.917Z"
}), /*#__PURE__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphCabinet };