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