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