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