import { JSX } from 'solid-js/jsx-runtime'; const defaultButtonColor = '#3B81F6'; export const XIcon = (props: JSX.SvgSVGAttributes & { isCurrentColor?: boolean }) => ( );