UNPKG

@omtanke/react-material-icons

Version:
18 lines (16 loc) 496 B
const SvgLayersTwoTone = (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='M6.26 9L12 13.47 17.74 9 12 4.53z' opacity={0.3} /> <path d='M19.37 12.8l-7.38 5.74-7.37-5.73L3 14.07l9 7 9-7zM12 2L3 9l1.63 1.27L12 16l7.36-5.73L21 9l-9-7zm0 11.47L6.26 9 12 4.53 17.74 9 12 13.47z' /> </svg> ); } export default SvgLayersTwoTone;