UNPKG

@vuduc0801/react-native-phosphor-icons

Version:

Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.

18 lines (17 loc) 1.08 kB
"use strict"; /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; import { jsx as _jsx } from "react/jsx-runtime"; const Radioactive = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "M116 128a12 12 0 1 1 12 12 12 12 0 0 1-12-12m-15.78 3.51A29 29 0 0 1 100 128a28 28 0 0 1 16.94-25.73 4 4 0 0 0 1.87-5.66L90.75 48a16 16 0 0 0-23.1-5.07 103.83 103.83 0 0 0-43.58 75.49 16.2 16.2 0 0 0 4.17 12.37A16 16 0 0 0 40 136h56.26a4 4 0 0 0 3.96-4.49m131.71-13.09a103.83 103.83 0 0 0-43.58-75.49 16 16 0 0 0-23.1 5.07l-28.06 48.61a4 4 0 0 0 1.87 5.66A28 28 0 0 1 156 128a29 29 0 0 1-.22 3.51 4 4 0 0 0 4 4.49H216a16 16 0 0 0 11.76-5.21 16.2 16.2 0 0 0 4.17-12.37m-81.13 33.06a4 4 0 0 0-5.91-1.15 28 28 0 0 1-33.78 0 4 4 0 0 0-5.91 1.15l-27.95 48.43a16 16 0 0 0 7.12 22.52 104.24 104.24 0 0 0 87.26 0 16 16 0 0 0 7.12-22.52Z" }) }); export default Radioactive; //# sourceMappingURL=Radioactive.js.map