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