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