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