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