@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.64 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphWheelSteel = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphWheelSteel = function GYSiGlyphWheelSteel(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-wheel-steel",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.999 16C3.589 16 0 12.41 0 8s3.588-8 7.999-8C12.411 0 16 3.59 16 8s-3.59 8-8.001 8ZM8 2C4.69 2 2 4.692 2 8s2.692 6 6 6 6-2.692 6-6-2.69-6-6-6Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.992 6c-2.316 0-4.098.797-4.961 2.346.037.473.154.928.336 1.352 1.221-.652 3.551 1.83 2.818 2.935.58.204 1.141.355 1.797.355a5.94 5.94 0 0 0 1.887-.315c-.734-1.105 1.525-3.535 2.754-2.869a4.31 4.31 0 0 0 .344-1.396C12.095 6.875 10.293 6 7.992 6Zm.01 3.156c-.625 0-1.127-.51-1.127-1.141s.502-1.141 1.127-1.141c.619 0 1.123.51 1.123 1.141s-.504 1.141-1.123 1.141Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphWheelSteel = GYSiGlyphWheelSteel;