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