UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 415 B
const SvgAirlineSeatIndividualSuiteSharp = (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='M7 13c1.65 0 3-1.35 3-3S8.65 7 7 7s-3 1.35-3 3 1.35 3 3 3zm16-6H11v7H3V7H1v10h22V7z' /> </svg> ); } export default SvgAirlineSeatIndividualSuiteSharp;