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