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