UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 533 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgBanSharp(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.61zM432 256a175.09 175.09 0 01-35.8 106.26L149.74 115.8A175.09 175.09 0 01256 80c97.05 0 176 79 176 176zm-352 0a175.09 175.09 0 0135.8-106.26L362.26 396.2A175.09 175.09 0 01256 432c-97 0-176-78.95-176-176z" /></Svg>; } export default SvgBanSharp;