UNPKG

react-native-unicons

Version:
9 lines (8 loc) 562 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgRssInterface(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M3 14a1 1 0 000 2 3 3 0 013 3 1 1 0 002 0 5 5 0 00-5-5zm-.71 4.29a1 1 0 101.42 0 1 1 0 00-1.42 0zM19 4H5a3 3 0 00-3 3 1 1 0 002 0 1 1 0 011-1h14a1 1 0 011 1v10a1 1 0 01-1 1h-4a1 1 0 000 2h4a3 3 0 003-3V7a3 3 0 00-3-3zM3 10a1 1 0 000 2 7 7 0 017 7 1 1 0 002 0 9 9 0 00-9-9z" fill="currentColor"/> </Svg>); } export default SvgRssInterface;