UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 467 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgPowerOutline(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M378 108a191.41 191.41 0 0170 148c0 106-86 192-192 192S64 362 64 256a192 192 0 0169-148M256 64v192" fill="none" stroke={props.fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth={32} /></Svg>; } export default SvgPowerOutline;