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