import {forwardRef} from 'react'; import {SvgIcon, SVGIconProps} from './svgIcon'; const IconSettings = forwardRef((props, ref) => { return ( ); }); IconSettings.displayName = 'IconSettings'; export {IconSettings};