import { IconProps } from '../types'; import type { Component } from 'solid-js'; export const Loader: Component = (props) => ( );