@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 430 B
JavaScript
// THIS FILE IS AUTO GENERATED
import { GenIcon } from '../lib';
export function BiRss (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M19,20.001C19,11.729,12.271,5,4,5v2c7.168,0,13,5.832,13,13.001H19z"}},{"tag":"path","attr":{"d":"M12,20.001h2C14,14.486,9.514,10,4,10v2C8.411,12,12,15.589,12,20.001z"}},{"tag":"circle","attr":{"cx":"6","cy":"18","r":"2"}}]})(props);
};