UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 487 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgGradienterLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M2.049 13H4.06a8.001 8.001 0 0 0 15.877 0h2.012c-.502 5.053-4.765 9-9.95 9-5.186 0-9.45-3.947-9.951-9Zm0-2c.502-5.053 4.765-9 9.95-9 5.186 0 9.45 3.947 9.951 9h-2.012A8.001 8.001 0 0 0 4.06 11H2.05Zm9.95 3a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z" /> </Svg> ); export default SvgGradienterLine;