import { SVGProps } from "react"; export type PropsType = SVGProps; export function ChevronUp(props: PropsType) { return ( ); } export function NotificationIcon(props: PropsType) { return ( ); } export function Building(props: PropsType) { return ( ); } export function HomeIcon(props: PropsType) { return ( ); } export function Calendar(props: PropsType) { return ( ); } export function User(props: PropsType) { return ( ); } export function Alphabet(props: PropsType) { return ( ); } export function Table(props: PropsType) { return ( ); } export function PieChart(props: PropsType) { return ( ); } export function FourCircle(props: PropsType) { return ( ); } export function Authentication(props: PropsType) { return ( ); } export function ArrowLeftIcon(props: PropsType) { return ( ); }