UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 542 B
import * as React from "react"; import Svg, { Rect, Path } from "react-native-svg"; function SvgWatchSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Rect x={136} y={136} width={240} height={240} rx={8} ry={8} /><Path d="M384 96h-48V16H176v80h-48a32 32 0 00-32 32v256a32 32 0 0032 32h48v80h160v-80h48a32 32 0 0032-32V128a32 32 0 00-32-32zm8 272a24 24 0 01-24 24H144a24 24 0 01-24-24V144a24 24 0 0124-24h224a24 24 0 0124 24z" /></Svg>; } export default SvgWatchSharp;