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