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