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