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