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