@uiw/bootstrap-icons
Version: 
Official open source SVG icon library for Bootstrap.
15 lines • 889 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export var Radioactive = props => /*#__PURE__*/_jsxs("svg", _extends({
  viewBox: "0 0 20 20"
}, props, {
  className: "btfont " + (props.className ? props.className : ''),
  children: [/*#__PURE__*/_jsx("path", {
    d: "M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8",
    fillRule: "evenodd"
  }), ",", /*#__PURE__*/_jsx("path", {
    d: "M9.653 5.496A3 3 0 0 0 8 5c-.61 0-1.179.183-1.653.496L4.694 2.992A5.97 5.97 0 0 1 8 2c1.222 0 2.358.365 3.306.992zm1.342 2.324a3 3 0 0 1-.884 2.312 3 3 0 0 1-.769.552l1.342 2.683c.57-.286 1.09-.66 1.538-1.103a6 6 0 0 0 1.767-4.624zm-5.679 5.548 1.342-2.684A3 3 0 0 1 5.005 7.82l-2.994-.18a6 6 0 0 0 3.306 5.728ZM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0",
    fillRule: "evenodd"
  })]
}));