@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphLayout3 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphLayout3 = function GYSiGlyphLayout3(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-layout-3",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M17.021 16.979h-16V1h16v15.979ZM2 16h14V2H2v14Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3 10v4.953h4.977V10H3Zm7 0v4.992h5.002V10H10ZM3 3v4.96h5.01V3H3Zm7 0v4.963h5V3h-5Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphLayout3 = GYSiGlyphLayout3;