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