react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.54 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class MdCameraFront extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m11.64 3.3600000000000003v17.5q0-1.875 2.8499999999999996-3.046666666666667t5.51-1.1716666666666669 5.508333333333333 1.1716666666666669 2.8500000000000014 3.046666666666667v-17.5h-16.715000000000003z m16.72-3.3600000000000003q1.3283333333333331 0 2.3049999999999997 1.0166666666666666t0.9750000000000014 2.341666666666667v23.283333333333335q0 1.326666666666668-0.9766666666666666 2.341666666666665t-2.306666666666665 1.0166666666666657h-11.716666666666669l5 5-5 5v-3.3616666666666646h-8.283333333333333v-3.2833333333333314h8.283333333333333v-3.355000000000004h-5q-1.33 0-2.3066666666666666-1.0166666666666657t-0.9766666666666666-2.3416666666666686v-23.286666666666665q0-1.326666666666667 0.9766666666666666-2.3416666666666672t2.3049999999999997-1.0166666666666666h16.71666666666666z m-8.36 13.360000000000001q-1.3283333333333331 0-2.3049999999999997-1.0166666666666675t-0.9766666666666666-2.341666666666667 0.9783333333333317-2.341666666666667 2.3033333333333346-1.0183333333333335 2.3433333333333337 1.0166666666666666 1.0166666666666657 2.3433333333333337-1.0166666666666657 2.3450000000000006-2.3433333333333337 1.0166666666666657z m3.3599999999999994 20h8.283333333333331v3.2833333333333314h-8.283333333333331v-3.2833333333333314z"/></g>
</IconBase>
);
}
}