@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 500 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgEditCircleFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M16.626 3.128 9.29 10.463 9.3 14.71l4.238-.008 7.331-7.331A9.956 9.956 0 0 1 22 11.997c0 5.522-4.477 10-10 10s-10-4.478-10-10c0-5.523 4.477-10 10-10 1.669 0 3.242.408 4.626 1.131Zm3.86-1.03 1.413 1.413-9.192 9.193-1.412.002-.002-1.416 9.192-9.193Z" />
</Svg>
);
export default SvgEditCircleFill;