UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.95 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdTabUnselected extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m28.36 35v-3.3599999999999994h3.2833333333333314v3.3599999999999994h-3.2833333333333314z m-6.719999999999999 0v-3.3599999999999994h3.3599999999999994v3.3599999999999994h-3.3599999999999994z m13.36-13.36v-3.2833333333333314h3.3599999999999994v3.2833333333333314h-3.3599999999999994z m0 13.36v-3.3599999999999994h3.3599999999999994q0 1.3283333333333331-1.0166666666666657 2.3433333333333337t-2.3416666666666686 1.0166666666666657z m-26.64-26.64v-3.3599999999999994h3.283333333333335v3.3599999999999994h-3.283333333333333z m1.7763568394002505e-15 26.64v-3.3599999999999994h3.283333333333333v3.3599999999999994h-3.283333333333333z m6.639999999999999-26.64v-3.3599999999999994h3.3599999999999994v3.3599999999999994h-3.3599999999999994z m20 20v-3.3599999999999994h3.3599999999999994v3.3599999999999994h-3.3599999999999994z m0-23.36q1.3283333333333331 0 2.3433333333333337 1.0166666666666666t1.0166666666666657 2.3416666666666677v6.641666666666666h-16.721666666666664v-10h13.361666666666665z m-30 30q-1.3283333333333331 0-2.3433333333333333-1.0166666666666657t-1.0166666666666666-2.3416666666666686h3.361666666666667v3.3583333333333343z m-3.36-6.640000000000001v-3.3599999999999994h3.36v3.3599999999999994h-3.36z m13.36 6.640000000000001v-3.3599999999999994h3.3599999999999994v3.3599999999999994h-3.3599999999999994z m-13.36-26.64q-4.440892098500626e-16-1.3283333333333314 1.0166666666666662-2.343333333333332t2.3400000000000003-1.0166666666666675v3.3616666666666664h-3.3600000000000003z m-4.440892098500626e-16 13.280000000000001v-3.2833333333333314h3.36v3.2833333333333314h-3.36z m0-6.640000000000001v-3.3599999999999994h3.36v3.3599999999999994h-3.36z"/></g> </IconBase> ); } }