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