@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.56 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphRadioactive = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphRadioactive = function GYSiGlyphRadioactive(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-radioactive",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m10.295 6.346 2.734-5.187A7.542 7.542 0 0 0 9.035.004a7.55 7.55 0 0 0-3.994 1.155l2.727 5.17a2.607 2.607 0 0 1 1.246-.326c.468 0 .9.13 1.281.343Zm-.619 1.206a1.305 1.305 0 0 0-.662-.184c-.229 0-.439.063-.627.165-.406.225-.686.65-.686 1.148 0 .028.008.055.01.083.03.48.316.887.726 1.09.175.086.37.14.577.14.223 0 .428-.061.61-.156.394-.209.665-.605.694-1.073.003-.028.01-.055.01-.083 0-.485-.264-.903-.652-1.13Zm1.928 1.479a2.61 2.61 0 0 1-1.342 1.931l2.758 5.011c2.309-1.429 3.873-3.918 3.973-6.941h-5.389v-.001Zm-6.576 6.942 2.77-4.995a2.61 2.61 0 0 1-1.376-1.946H1.027c.1 3.023 1.676 5.512 4.001 6.941Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphRadioactive = GYSiGlyphRadioactive;