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