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