export type IconSize = "xs" | "sm" | "lg" | "1x" | "2x" | "3x" | "4x" | "5x" | "6x" | "7x" | "8x" | "9x" | "10x" | `${number}x`; export type FlipDir = "horizontal" | "vertical" | "both"; export type PullDir = "left" | "right";