UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 368 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgRssLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M3 17a4 4 0 0 1 4 4H3v-4Zm0-7c6.075 0 11 4.925 11 11h-2a9 9 0 0 0-9-9v-2Zm0-7c9.941 0 18 8.059 18 18h-2c0-8.837-7.163-16-16-16V3Z" /> </Svg> ); export default SvgRssLine;