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