UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.69 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class FaCamera extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m20 15.333333333333332q2.4800000000000004 0 4.240000000000002 1.7600000000000016t1.759999999999998 4.239999999999998-1.7600000000000016 4.239999999999998-4.239999999999998 1.7600000000000016-4.24-1.7600000000000016-1.7599999999999998-4.239999999999998 1.7599999999999998-4.239999999999998 4.24-1.7600000000000016z m14.666666666666664-8.666666666666666q2.2079999999999984 0 3.7706666666666635 1.5626666666666669t1.5626666666666722 3.770666666666667v18.666666666666664q0 2.2079999999999984-1.562666666666665 3.7706666666666635t-3.7706666666666706 1.5626666666666722h-29.333333333333332q-2.207999999999999 0-3.7706666666666653-1.562666666666665t-1.5626666666666669-3.7706666666666706v-18.666666666666664q0-2.208 1.5626666666666664-3.770666666666667t3.7706666666666666-1.5626666666666669h4.666666666666667l1.0626666666666669-2.833333333333333q0.3960000000000008-1.0213333333333332 1.4480000000000004-1.7599999999999998t2.155999999999999-0.74h10.666666666666666q1.1039999999999992 0 2.155999999999999 0.74t1.4480000000000004 1.7599999999999998l1.0626666666666686 2.833333333333333h4.666666666666664z m-14.666666666666664 24q3.8533333333333317 0 6.593333333333334-2.740000000000002t2.7399999999999984-6.59333333333333-2.7399999999999984-6.593333333333334-6.593333333333334-2.7399999999999984-6.593333333333334 2.74-2.74 6.593333333333332 2.74 6.593333333333334 6.593333333333334 2.7399999999999984z"/></g> </IconBase> ); } }