UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 415 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgCloseSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M400 145.49L366.51 112 256 222.51 145.49 112 112 145.49 222.51 256 112 366.51 145.49 400 256 289.49 366.51 400 400 366.51 289.49 256 400 145.49z" /></Svg>; } export default SvgCloseSharp;