UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 569 B
const SvgFlightRound = (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='M21 14.58c0-.36-.19-.69-.49-.89L13 9V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-7.51 4.69a1.05 1.05 0 00.87 1.89L10 13.5V19l-1.8 1.35a.48.48 0 00-.2.4v.59c0 .33.32.57.64.48L11.5 21l2.86.82c.32.09.64-.15.64-.48v-.59a.48.48 0 00-.2-.4L13 19v-5.5l6.64 2.08c.68.21 1.36-.3 1.36-1z' /> </svg> ); } export default SvgFlightRound;