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