iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 926 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Radioactive = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-radioactive", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8 1a7 7 0 100 14A7 7 0 008 1M0 8a8 8 0 1116 0A8 8 0 010 8" }),
React.createElement("path", { d: "M9.653 5.496A3 3 0 008 5c-.61 0-1.179.183-1.653.496L4.694 2.992A5.97 5.97 0 018 2c1.222 0 2.358.365 3.306.992zm1.342 2.324a3 3 0 01-.884 2.312 3 3 0 01-.769.552l1.342 2.683c.57-.286 1.09-.66 1.538-1.103a6 6 0 001.767-4.624zm-5.679 5.548l1.342-2.684A3 3 0 015.005 7.82l-2.994-.18a6 6 0 003.306 5.728zM10 8a2 2 0 11-4 0 2 2 0 014 0" }));
exports.default = Radioactive;