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