@elevyg/react-native-ionicons
Version:
Ionicons 5 for React Native
8 lines (6 loc) • 478 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
function SvgInvertModeSharp(props) {
return <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" {...props}><Path d="M414.39 97.61A224 224 0 1097.61 414.39 224 224 0 10414.39 97.61zM256 432v-96a80 80 0 010-160V80c97.05 0 176 79 176 176s-78.95 176-176 176z" /><Path d="M336 256a80 80 0 00-80-80v160a80 80 0 0080-80z" /></Svg>;
}
export default SvgInvertModeSharp;