UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 439 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgCalendarClearSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" {...props}><Path d="M32 456a24 24 0 0024 24h400a24 24 0 0024-24V192H32zM480 87.77A23.8 23.8 0 00456 64h-55.92V32h-48v32H159.92V32h-48v32H56a23.8 23.8 0 00-24 23.77V144h448z" /></Svg>; } export default SvgCalendarClearSharp;