UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 392 B
const SvgCameraOutdoorSharp = (props) => { return ( <svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 24 24' width='1em' className='svg-icon' {...props}> <path d='M0 0h24v24H0V0z' fill='none' /> <path d='M18 14v-2h-6v6h6v-2l2 1.06v-4.12L18 14zM12 3L4 9v12h16v-2H6v-9l6-4.5 6 4.5v1h2V9l-8-6z' /> </svg> ); } export default SvgCameraOutdoorSharp;