@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) • 716 B
JavaScript
;
/* 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 CheckFat = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "m243.28 68.24-24-23.56a16 16 0 0 0-22.59 0L104 136.23l-36.69-35.6a16 16 0 0 0-22.58.05l-24 24a16 16 0 0 0 0 22.61l71.62 72a16 16 0 0 0 22.63 0L243.33 90.91a16 16 0 0 0-.05-22.67M103.62 208 32 136l24-24a.6.6 0 0 1 .08.08l42.35 41.09a8 8 0 0 0 11.19 0L208.06 56 232 79.6Z"
})
});
export default CheckFat;
//# sourceMappingURL=CheckFat.js.map