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