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