UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.35 kB
"use strict"; 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", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-radioactive", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M21 11a1 1 0 011 1 10 10 0 01-5 8.656 1 1 0 01-1.302-.268l-.064-.098-3-5.19a.995.995 0 01-.133-.542l.01-.11.023-.106.034-.106.046-.1.056-.094.067-.089a.994.994 0 01.165-.155l.098-.064a2 2 0 00.993-1.57l.007-.163a1 1 0 01.883-.994L15 11h6zM7 3.344a10 10 0 0110 0 1 1 0 01.418 1.262l-.052.104-3 5.19-.064.098a.994.994 0 01-.155.165l-.089.067a1 1 0 01-.195.102l-.105.034-.107.022a1.003 1.003 0 01-.547-.07L13 10.266a2 2 0 00-1.842-.082l-.158.082a1 1 0 01-1.302-.268L9.634 9.9l-3-5.19A1 1 0 017 3.344zM9 11a1 1 0 01.993.884l.007.117a2 2 0 00.861 1.645l.237.152a.994.994 0 01.165.155l.067.089.056.095.045.099c.014.036.026.07.035.106l.022.107.011.11a.994.994 0 01-.08.437l-.053.104-3 5.19A1 1 0 017 20.656 10 10 0 012 12a1 1 0 01.883-.993L3 11h6z" })); exports.default = Radioactive;