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