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