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