Skip to content

Commit

Permalink
feat: 🍱 Adding Iconly Glass library
Browse files Browse the repository at this point in the history
  • Loading branch information
solrachix committed Jan 15, 2022
1 parent 61b2221 commit b7fe461
Show file tree
Hide file tree
Showing 57 changed files with 60,471 additions and 31 deletions.
57,342 changes: 57,330 additions & 12 deletions dist/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/app.js.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions src/@types/Icon.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
interface IconLib {
id: string
license: string
licenseUrl: string
isExternal?: boolean
license?: string
licenseUrl?: string
name: string
projectUrl: string
projectUrl?: string
icons: {
[name: string]: IconType
}
Expand Down
67 changes: 67 additions & 0 deletions src/assets/IconlyGlass/Activity.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions src/assets/IconlyGlass/Add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b7fe461

Please sign in to comment.