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