UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 443 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgFlashOffSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M63.998 86.004l21.998-21.998L448 426.01l-21.998 21.998zM80 304h144l-32 192 108.18-129.82-148.36-148.36L80 304zM432 208H288l32-192-108.18 129.82 148.36 148.36L432 208z" /></Svg>; } export default SvgFlashOffSharp;