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