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