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