UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 883 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdSimCardAlert extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m21.64 21.64v-8.283333333333333h-3.2833333333333314v8.283333333333333h3.2833333333333314z m0 6.719999999999999v-3.3599999999999994h-3.2833333333333314v3.3599999999999994h3.2833333333333314z m8.36-25q1.3283333333333331 0 2.3433333333333337 0.9766666666666666t1.0166666666666657 2.3049999999999997v26.71666666666667q0 1.3299999999999983-1.0166666666666657 2.306666666666665t-2.3433333333333337 0.9750000000000085h-20q-1.3283333333333331 0-2.3433333333333337-0.9766666666666666t-1.0166666666666666-2.306666666666665l0.08000000000000007-20 9.921666666666667-10h13.358333333333334z"/></g> </IconBase> ); } }