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