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