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