@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 358 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgEditFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M7.243 17.996H3v-4.242L14.435 2.319a1 1 0 0 1 1.414 0l2.829 2.828a1 1 0 0 1 0 1.414L7.243 17.996Zm-4.243 2h18v2H3v-2Z" />
</Svg>
);
export default SvgEditFill;