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