UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

6 lines (5 loc) 204 B
import type * as Icons from "./icons/index.g.js"; export type { Size } from "../metadata/sizing.js"; export * from "./icons/index.g.js"; export * from "./types.js"; export type Icon = keyof typeof Icons;