@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphGate = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphGate = function GYSiGlyphGate(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-gate",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.589 7.076h-1.801l-.622-3.123h1.218c.278 0 .522-.152.522-.325V2.326c0-.173-.244-.325-.522-.325H2.538c-.278 0-.522.152-.522.325v1.302c0 .173.244.325.522.325h1.33l-.605 3.123H1.411c-.228 0-.411.141-.411.314v1.26c0 .174.184.314.411.314h1.486l-.831 4.288a.336.336 0 0 0 .245.407l1.301.324c.026.006.056.01.082.01.154 0 .288-.105.332-.276l.921-4.753h7.163l.923 4.634a.336.336 0 0 0 .406.245l1.303-.324c.18-.045.289-.227.251-.385l-.83-4.17h1.426c.228 0 .411-.141.411-.314V7.39c0-.173-.184-.314-.411-.314Zm-10.276 0 .605-3.123h5.194l.622 3.123H5.313Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphGate = GYSiGlyphGate;