import { createSvgIcon } from "../svg-icon.type"; export const SyncIcon = createSvgIcon((props, ref) => { return ( ); });