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