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