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