import * as icons from "@/components/icons"; import { Base, BaseProps } from "./base"; export type ClearProps = Omit; export function Clear({ iconOnly, ...props }: ClearProps) { return } {...{ iconOnly }} labelText="Clear" />; }