import * as React from "react"; import Svg, { SvgProps, Path } from "react-native-svg"; const RemindersIcon = (props: SvgProps) => ( ); export default RemindersIcon;