UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.16 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdExposure extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m33.36 33.36v-26.716666666666665l-26.71666666666667 26.716666666666665h26.71666666666667z m-25-25v3.283333333333333h10v-3.283333333333333h-10z m25-5q1.3283333333333331 0 2.3049999999999997 0.9766666666666666t0.9750000000000014 2.3049999999999997v26.71666666666667q0 1.3299999999999983-0.9766666666666666 2.306666666666665t-2.306666666666665 0.9750000000000014h-26.713333333333335q-1.330000000000001 0-2.3066666666666675-0.9766666666666666t-0.9766666666666666-2.306666666666665v-26.713333333333335q0-1.330000000000001 0.9766666666666666-2.3066666666666675t2.3050000000000006-0.9766666666666666h26.71666666666667z m-8.36 25h-3.3599999999999994v-3.3599999999999994h3.3599999999999994v-3.3599999999999994h3.3599999999999994v3.3599999999999994h3.2833333333333314v3.3599999999999994h-3.2833333333333314v3.2833333333333314h-3.3599999999999994v-3.2833333333333314z"/></g> </IconBase> ); } }