UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.35 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdAccountBox extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m10 28.36v1.6400000000000006h20v-1.6400000000000006q0-2.2666666666666657-3.4383333333333326-3.711666666666666t-6.561666666666667-1.4483333333333341-6.566666666666666 1.4450000000000003-3.4333333333333336 3.7133333333333347z m15-13.36q0-2.033333333333333-1.4833333333333343-3.5166666666666657t-3.5166666666666657-1.4833333333333343-3.5166666666666657 1.4833333333333343-1.4833333333333343 3.5166666666666657 1.4833333333333343 3.5166666666666657 3.5166666666666657 1.4833333333333343 3.5166666666666657-1.4833333333333343 1.4833333333333343-3.5166666666666657z m-20-6.639999999999999q0-1.3283333333333331 0.9766666666666666-2.3433333333333337t2.3833333333333346-1.0166666666666675h23.28333333333334q1.326666666666668 0 2.3416666666666686 1.0166666666666666t1.0149999999999935 2.3433333333333346v23.28333333333334q0 1.326666666666668-1.0166666666666657 2.3416666666666686t-2.3416666666666686 1.0166666666666657h-23.28333333333333q-1.405000000000002 0-2.3833333333333346-1.0166666666666657t-0.9749999999999996-2.341666666666672v-23.285000000000004z"/></g> </IconBase> ); } }