@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.36 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCastle = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCastle = function GYSiGlyphCastle(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-castle",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16 5h-1v1h-1v-.985L13 5v4h-2V4c.549 0 1-.434 1-.97 0 0-3.443-2.988-3.992-2.988h-.016c-.548 0-3.991 2.988-3.991 2.988 0 .536.493.97 1.041.97v5H2.98V6s-.457.055-.979.015V7h-1V6h-1v8.951c0 .556.489 1.007 1.042 1.007H7v-2.896c0-1.427 1.041-1.125 1.041-1.125s1.042-.302 1.042 1.125c0 0 .002 2.854 0 2.896H15c.553 0 1-.487 1-1.087V5ZM1 10V9h1v1H1Zm2 3H2v-1h1v1Zm2 0H4v-1h1v1Zm4-6H6.953V4.935H9V7Zm3 6h-1v-1h1v1Zm2 0h-1v-1h1v1Zm1-3h-1.021V9H15v1Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphCastle = GYSiGlyphCastle;