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