Skip to content

Commit

Permalink
feat(lib): add PhosphorIcon type
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer authored and rektdeckard committed Jan 22, 2024
1 parent 0af7edd commit dd1d952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/icons.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { IconEntry, IconCategory, FigmaCategory } from "./types";

export type PhosphorIcon = typeof icons[number]

export const icons = <const>[
{
name: "address-book",
Expand Down

0 comments on commit dd1d952

Please sign in to comment.