@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.55 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSiteMap = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSiteMap = function GYSiGlyphSiteMap(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-site-map",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M7.666 3.979h2.667A.662.662 0 0 0 11 3.324V.698a.662.662 0 0 0-.667-.656H7.666A.661.661 0 0 0 7 .698v2.626a.66.66 0 0 0 .666.655Zm-3.333 7.103H1.666a.657.657 0 0 0-.666.646v2.584c0 .355.298.646.666.646h2.667c.368 0 .667-.29.667-.646v-2.584a.657.657 0 0 0-.667-.646Zm6 0H7.666a.657.657 0 0 0-.666.646v2.584c0 .355.298.646.666.646h2.667c.368 0 .667-.29.667-.646v-2.584a.657.657 0 0 0-.667-.646Zm6 0h-2.667a.657.657 0 0 0-.666.646v2.584c0 .355.298.646.666.646h2.667c.368 0 .667-.29.667-.646v-2.584a.657.657 0 0 0-.667-.646ZM3.953 8.958h4.078v.98h1.938v-.98h4.073v.98h1.937V7.031h-6.01V5.016H8.031v2.015H2.042v2.907h1.911v-.98Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphSiteMap = GYSiGlyphSiteMap;