UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 394 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgBatteryFullSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M17 384h432V128H17zm32-224h368v192H49z" /><Path d="M70.69 182.94h324.63v146.13H70.69zM465 202.67h32v106.67h-32z" /></Svg>; } export default SvgBatteryFullSharp;