import * as React from 'react'; export interface Agenda48Props extends React.SVGProps { ariaLabel?: string } export default function Agenda48({ ariaLabel, ...props }: Agenda48Props) { return ( ); }