Skip to content

Commit

Permalink
feat: add apps icon
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwaltz committed Nov 10, 2023
1 parent 8df5524 commit 0496cbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions icons/apps.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions playground/src/Board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ export function Board({ className = '' }: { className?: string }) {
</div>
))}

<div className="flex items-center gap-4">
<i className="i-mli-apps text-primary text-4xl" />
<span>i-mli-apps</span>
</div>

<div className="flex items-center gap-4">
<i className="i-mli-clipboard-check text-primary text-4xl" />
<span>i-mli-clipboard-check</span>
Expand Down

0 comments on commit 0496cbd

Please sign in to comment.