UNPKG

react-native-remix-icon

Version:
14 lines (11 loc) 471 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgLinkedinFill(props) { return ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path fill="none" d="M0 0h24v24H0z" /> <Path d="M6.94 5a2 2 0 11-4-.002 2 2 0 014 .002zM7 8.48H3V21h4V8.48zm6.32 0H9.34V21h3.94v-6.57c0-3.66 4.77-4 4.77 0V21H22v-7.93c0-6.17-7.06-5.94-8.72-2.91l.04-1.68z" /> </Svg> ); } export default SvgLinkedinFill;