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