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