@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 478 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgVipDiamondLine = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M4.878 3.003h14.254a1 1 0 0 1 .809.412l3.822 5.256a.5.5 0 0 1-.037.633l-11.354 12.3a.5.5 0 0 1-.706.03L.283 9.303a.5.5 0 0 1-.037-.633l3.823-5.256a1 1 0 0 1 .809-.412Zm.509 2-2.8 3.85 9.418 10.201 9.417-10.202-2.8-3.85H5.388Z" />
</Svg>
);
export default SvgVipDiamondLine;