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