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