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