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