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