@nant-design/nant-icons
Version:
8 lines (6 loc) • 327 B
JSX
import React from 'react';
export const BatteryDeadSharp = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M32 144h400v224H32zm448 74.67v74.66" fill="none" stroke="currentColor" strokeLinecap="square" strokeMiterlimit="10" strokeWidth="32"/>
</svg>;
};