UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 336 B
import * as React from 'react'; export function SvgBatteryQuarterSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M3 8v16h24v-5h2v-6h-2V8zm2 2h20v12H5zm2 2v8h4v-8z" }))); } export default SvgBatteryQuarterSolid;