UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 2.42 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class FaUserPlus extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m13.75 20q-3.1050000000000004 0-5.3025-2.197499999999998t-2.1975-5.302500000000002 2.1975-5.3025 5.3025-2.1975 5.302500000000002 2.1975 2.197499999999998 5.3025-2.197499999999998 5.302500000000002-5.302500000000002 2.197499999999998z m18.75 2.5h6.875q0.2537499999999966 0 0.4399999999999977 0.18499999999999872t0.18500000000000227 0.4400000000000013v3.75q0 0.25375000000000014-0.18500000000000227 0.4400000000000013t-0.4399999999999977 0.18499999999999872h-6.875v6.875q0 0.2537499999999966-0.18500000000000227 0.4399999999999977t-0.4399999999999977 0.18500000000000227h-3.75q-0.25375000000000014 0-0.4400000000000013-0.18500000000000227t-0.18499999999999872-0.4399999999999977v-6.875h-6.875q-0.25375000000000014 0-0.4400000000000013-0.18499999999999872t-0.18499999999999872-0.4400000000000013v-3.75q0-0.25375000000000014 0.18499999999999872-0.4400000000000013t0.4400000000000013-0.18499999999999872h6.875v-6.875q0-0.25375000000000014 0.18499999999999872-0.4399999999999995t0.4400000000000013-0.1850000000000005h3.75q0.2537499999999966 0 0.4399999999999977 0.1850000000000005t0.18500000000000227 0.4399999999999995v6.875z m-14.375 4.375q0 1.0150000000000006 0.7424999999999997 1.7575000000000003t1.7575000000000003 0.7424999999999997h5v4.649999999999999q-1.3275000000000006 0.9750000000000014-3.34 0.9750000000000014h-17.07q-2.3625 0-3.7874999999999996-1.3474999999999966t-1.4275000000000002-3.712500000000002q0-1.0337500000000013 0.06875-2.0199999999999996t0.275-2.12875 0.51625-2.1187499999999986 0.8400000000000002-1.9037499999999987 1.2125-1.5824999999999996 1.6687499999999997-1.0462500000000006 2.1775-0.3900000000000041q0.37124999999999986 0 0.7625000000000002 0.3324999999999996 1.5412499999999998 1.1912500000000001 3.0162499999999994 1.7875000000000014t3.2125000000000004 0.5962500000000013 3.2124999999999986-0.5962500000000013 3.0174999999999983-1.7875000000000014q0.39124999999999943-0.3324999999999996 0.7624999999999993-0.3324999999999996 2.5775000000000006 0 4.237500000000001 1.875h-4.354999999999997q-1.0150000000000006 0-1.7575000000000003 0.7424999999999997t-0.7424999999999997 1.7575000000000003v3.75z"/></g> </IconBase> ); } }