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.07 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 Exclude = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "M178 78A84 84 0 1 0 78 178 84 84 0 1 0 178 78m42 82a61 61 0 0 1-.38 6.65l-44-44a83.3 83.3 0 0 0 4-19.34A60.09 60.09 0 0 1 220 160m-119.84-4.16a60.07 60.07 0 0 1 55.68-55.68 60.07 60.07 0 0 1-55.68 55.68m52.51-79.5a83.3 83.3 0 0 0-19.34 4l-44-44A61 61 0 0 1 96 36a60.09 60.09 0 0 1 56.67 40.34M64.19 45.16l46.73 46.73a85 85 0 0 0-19 19l-46.76-46.7a60.45 60.45 0 0 1 19.03-19.03M36 96a61 61 0 0 1 .38-6.65l44 44a83.3 83.3 0 0 0-4 19.34A60.09 60.09 0 0 1 36 96m67.33 83.66a83.3 83.3 0 0 0 19.34-4l44 44a61 61 0 0 1-6.67.34 60.09 60.09 0 0 1-56.67-40.34m88.48 31.18-46.73-46.73a85 85 0 0 0 19-19l46.73 46.73a60.45 60.45 0 0 1-19 19" }) }); export default Exclude; //# sourceMappingURL=Exclude.js.map