export const IconCloseBorder = ({ width = 28, height = 28, stroke = 1.5, fill = `var(--icon_color)`, ...props }) => { return ( ); };