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