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