UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.14 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdMoveToInbox extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m26.64 16.64l-6.640000000000001 6.716666666666665-6.640000000000001-6.716666666666669h3.2833333333333314v-5h6.716666666666669v5h3.2833333333333314z m5 8.36v-16.64h-23.36v16.64h6.716666666666669q0 2.0333333333333314 1.4866666666666681 3.5166666666666657t3.516666666666662 1.4833333333333343 3.5133333333333354-1.4833333333333343 1.4833333333333343-3.5166666666666657h6.641666666666666z m0-20q1.3283333333333331 0 2.3433333333333337 1.0166666666666666t1.0166666666666657 2.3400000000000007v23.28333333333333q0 1.326666666666668-1.0166666666666657 2.3416666666666686t-2.3433333333333337 1.0166666666666657h-23.36q-1.4066666666666663 0-2.3433333333333337-0.9783333333333317t-0.9366666666666674-2.3816666666666677v-23.283333333333335q0-1.4050000000000002 0.9366666666666665-2.383333333333333t2.3433333333333346-0.9716666666666676h23.36z"/></g> </IconBase> ); } }