@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.13 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphWall = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphWall = function GYSiGlyphWall(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-wall",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12 3h4v2h-4zm-2 3h3v1.957h-3zm4 0h2v1.969h-2zM0 9h2v2H0zm3 0h4v2H3zm5 0h3v2H8zm4 0h4v2h-4zM5 6h4v1.957H5zM0 6h4v1.957H0zm10 6h3v1.957h-3zm4 0h2v1.969h-2zm-9 0h4v1.957H5zm-5 0h4v1.957H0zm8-9h3v2H8zM3 3h4v2H3zM0 3h2v2H0z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphWall = GYSiGlyphWall;