import { forwardRef } from 'react'; import type { IconProps } from './types'; export const Settings4 = forwardRef(function Settings4( { color = 'currentColor', ...props }, forwardedRef, ) { return ( ); });