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