UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 391 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgLoader3Line = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M3.055 13H5.07a7.002 7.002 0 0 0 13.858 0h2.016a9.001 9.001 0 0 1-17.89 0Zm0-2a9.001 9.001 0 0 1 17.89 0h-2.016A7.002 7.002 0 0 0 5.07 11H3.055Z" /> </Svg> ); export default SvgLoader3Line;