UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 469 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgVipLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M2.005 19h20v2h-20zm9-11h2v8h-2zM7.97 8l-1.86 5.113L4.247 8H2.123l2.986 7.964h2L10.095 8zm9.035 6v2h-2V8h4a3 3 0 0 1 0 6zm0-4v2h2a1 1 0 1 0 0-2zm-15-7h20v2h-20z" /> </Svg> ); export default SvgVipLine;