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