import { forwardRef, SVGProps } from 'react'; export interface GearFilledProps extends Omit, 'css'> {} export const GearFilled = forwardRef((props, ref) => ( )); GearFilled.displayName = 'GearFilled';