UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 375 B
const SvgBatteryChargingFullSharp = (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='M17 4h-3V2h-4v2H7v18h10V4zm-6 16v-5.5H9L13 7v5.5h2L11 20z' /> </svg> ); } export default SvgBatteryChargingFullSharp;