export { IconContext } from "./context";
export type { Icon, IconProps, IconWeight } from "./types";
export { default as IconBase } from "./IconBase";
export { default as SSRBase } from "./SSRBase";
