UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 362 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgCheckboxSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M48 48v416h416V48zm170 312.38l-80.6-89.57 23.79-21.41 56 62.22L350 153.46 374.54 174z" /></Svg>; } export default SvgCheckboxSharp;