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