UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.31 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdSimCard extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m28.36 25v-6.640000000000001h-3.3599999999999994v6.640000000000001h3.3599999999999994z m-6.719999999999999-3.3599999999999994v-3.2833333333333314h-3.2833333333333314v3.2833333333333314h3.2833333333333314z m0 10v-6.640000000000001h-3.2833333333333314v6.640000000000001h3.2833333333333314z m-6.640000000000001-6.640000000000001v-6.640000000000001h-3.3599999999999994v6.640000000000001h3.3599999999999994z m13.36 6.640000000000001v-3.2833333333333314h-3.3599999999999994v3.2833333333333314h3.3599999999999994z m-13.360000000000001 0v-3.2833333333333314h-3.3599999999999977v3.2833333333333314h3.3599999999999994z m18.28333333333333-25l0.07666666666666799 26.71666666666667q0 1.3299999999999983-1.0166666666666657 2.306666666666665t-2.3416666666666686 0.9766666666666666h-20.001666666666665q-1.3266666666666662 0-2.341666666666667-0.9766666666666666t-1.0166666666666666-2.3049999999999997v-20l10-10h13.361666666666665q1.3283333333333331 0 2.3049999999999997 0.9766666666666666t0.9766666666666666 2.3066666666666666z"/></g> </IconBase> ); } }