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