@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.44 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphGear = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphGear = function GYSiGlyphGear(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-gear",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.969 8.969V7.011h-2.07a5.943 5.943 0 0 0-1.019-2.465l1.463-1.463-1.414-1.414-1.463 1.463a5.954 5.954 0 0 0-2.465-1.021V.042h-2v2.069a5.94 5.94 0 0 0-2.465 1.021L3.073 1.669 1.688 3.053l1.459 1.459a5.95 5.95 0 0 0-1.046 2.499H.032v1.958h2.063a5.943 5.943 0 0 0 1.026 2.507l-1.463 1.463 1.414 1.414 1.463-1.463c.72.513 1.557.867 2.465 1.021v2.069h2v-2.069a5.955 5.955 0 0 0 2.499-1.046l1.458 1.458 1.385-1.384-1.463-1.463a5.95 5.95 0 0 0 1.026-2.507h2.064Zm-7.948 2.093a3.084 3.084 0 0 1 0-6.166 3.084 3.084 0 0 1 0 6.166Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphGear = GYSiGlyphGear;