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