@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 341 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgCursorFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M13.91 12.36 17 20.854l-2.818 1.026-3.092-8.493-4.172 3.155 1.49-14.909 10.726 10.463-5.225.264Z" />
</Svg>
);
export default SvgCursorFill;