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