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