@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 366 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgNavigationFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M2.9 2.3 21.704 8.57a.5.5 0 0 1 .028.938L13 13l-4.425 8.85a.5.5 0 0 1-.928-.086L2.261 2.912a.5.5 0 0 1 .638-.612Z" />
</Svg>
);
export default SvgNavigationFill;