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.12 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 Virus = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "M108 128a20 20 0 1 1 20-20 20 20 0 0 1-20 20m60-20a20 20 0 1 0 20 20 20 20 0 0 0-20-20m-40 40a20 20 0 1 0 20 20 20 20 0 0 0-20-20m124-20a12 12 0 0 1-12 12h-12.72a99.6 99.6 0 0 1-20.62 49.69l9.83 9.82a12 12 0 0 1-17 17l-9.82-9.83a99.6 99.6 0 0 1-49.67 20.6V240a12 12 0 0 1-24 0v-12.72a99.6 99.6 0 0 1-49.69-20.62l-9.82 9.83a12 12 0 0 1-17-17l9.83-9.82A99.6 99.6 0 0 1 28.72 140H16a12 12 0 0 1 0-24h12.72a99.6 99.6 0 0 1 20.62-49.69l-9.83-9.82a12 12 0 0 1 17-17l9.82 9.83A99.6 99.6 0 0 1 116 28.72V16a12 12 0 0 1 24 0v12.72a99.6 99.6 0 0 1 49.69 20.62l9.82-9.83a12 12 0 0 1 17 17l-9.83 9.82a99.6 99.6 0 0 1 20.6 49.67H240a12 12 0 0 1 12 12m-48 0a76 76 0 1 0-76 76 76.08 76.08 0 0 0 76-76" }) }); export default Virus; //# sourceMappingURL=Virus.js.map