UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 868 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdPhoto extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m14.14 22.5l-5.783333333333333 7.5h23.28333333333333l-7.5-10-5.783333333333335 7.5z m20.86 9.140000000000004q0 1.3283333333333367-1.0166666666666657 2.34333333333333t-2.3416666666666686 1.0166666666666657h-23.28333333333333q-1.3266666666666689 0-2.3416666666666686-1.0166666666666657t-1.0166666666666657-2.34333333333333v-23.28333333333334q0-1.3266666666666653 1.0166666666666666-2.341666666666665t2.3433333333333346-1.0150000000000006h23.28333333333334q1.326666666666668 0 2.3416666666666686 1.0166666666666666t1.0149999999999935 2.3400000000000007v23.28333333333333z"/></g> </IconBase> ); } }