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