UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 522 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgAccessibilitySharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" {...props}><Path d="M448 112c-66.82 17.92-119.55 32-192 32s-125.18-14.08-192-32l-16 51c48 20.53 96.71 35.16 147.2 53.2L144 496l56.4 16L246 336h20l45.6 176 56.4-16-51.2-279.8C367.26 199.93 416 183.53 464 164zM256 112a56 56 0 1156-56 56.06 56.06 0 01-56 56z" /></Svg>; } export default SvgAccessibilitySharp;