UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.05 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdScanner extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m31.640000000000004 28.36v-3.3599999999999994h-16.640000000000004v3.3599999999999994h16.64z m-20 0v-3.3599999999999994h-3.283333333333333v3.3599999999999994h3.283333333333333z m21.328333333333337-10.546666666666667q0.8616666666666646 0.23333333333333428 1.4466666666666654 1.1333333333333329t0.5849999999999937 1.913333333333334v9.14q0 1.3283333333333331-1.0166666666666657 2.3433333333333337t-2.3416666666666686 1.0166666666666657h-23.28333333333333q-1.3266666666666689 0-2.3416666666666686-1.0166666666666657t-1.0166666666666657-2.3433333333333337v-6.640000000000001q0-1.3283333333333331 1.0166666666666666-2.3433333333333337t2.3433333333333346-1.0166666666666657h20.939999999999998l-23.441666666666663-8.511666666666667 1.171666666666666-3.125z"/></g> </IconBase> ); } }