UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 437 B
import React from 'react'; export default function BatteryAlertIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-battery-alert ${props.className}`} viewBox="0 0 24 24" > <path d="M13 14h-2V9h2m0 9h-2v-2h2m3.67-12H15V2H9v2H7.33A1.33 1.33 0 0 0 6 5.33v15.34C6 21.4 6.6 22 7.33 22h9.34A1.33 1.33 0 0 0 18 20.67V5.33C18 4.6 17.4 4 16.67 4z" /> </svg> ); }