UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

9 lines (8 loc) • 168 B
import { CSS } from "./theme"; export declare type TAuraIcon = { label: string; color?: string; viewBox?: string; css?: CSS; className?: string; };