@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 397 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgEdit2Fill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M9.243 18.996H21v2H3v-4.242l9.9-9.9 4.242 4.243-7.9 7.9Zm5.07-13.556 2.122-2.121a1 1 0 0 1 1.414 0l2.829 2.828a1 1 0 0 1 0 1.414l-2.122 2.122-4.242-4.243Z" />
</Svg>
);
export default SvgEdit2Fill;