UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.62 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdCameraRoll extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m33.36 15v-3.3599999999999994h-3.3599999999999994v3.3599999999999994h3.3599999999999994z m0 15v-3.3599999999999994h-3.3599999999999994v3.3599999999999994h3.3599999999999994z m-6.719999999999999-15v-3.3599999999999994h-3.2833333333333314v3.3599999999999994h3.2833333333333314z m0 15v-3.3599999999999994h-3.2833333333333314v3.3599999999999994h3.2833333333333314z m-6.640000000000001-15v-3.3599999999999994h-3.3599999999999994v3.3599999999999994h3.3599999999999994z m0 15v-3.3599999999999994h-3.3599999999999994v3.3599999999999994h3.3599999999999994z m3.3599999999999994-21.64h13.283333333333331v25h-13.283333333333331q0 1.3283333333333331-1.0166666666666657 2.3049999999999997t-2.3416666666666686 0.9750000000000014h-13.35833333333333q-1.328333333333334 0-2.3050000000000015-0.9766666666666666t-0.9766666666666666-2.306666666666665v-25q0-1.3283333333333331 0.9766666666666666-2.3433333333333337t2.3033333333333337-1.0133333333333354h1.7166666666666677v-1.6383333333333336q0-0.7033333333333331 0.47000000000000064-1.211666666666667t1.171666666666665-0.5083333333333329h6.640000000000001q0.7033333333333331 0 1.211666666666666 0.5083333333333333t0.5100000000000016 1.2116666666666664v1.6383333333333336h1.6383333333333319q1.3283333333333331 0 2.3433333333333337 1.0166666666666666t1.0166666666666657 2.343333333333333z"/></g> </IconBase> ); } }