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