Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarvis394/geist-icons
🖼️📦 Geist UI Icons
https://github.com/jarvis394/geist-icons
Last synced: about 15 hours ago
JSON representation
🖼️📦 Geist UI Icons
- Host: GitHub
- URL: https://github.com/jarvis394/geist-icons
- Owner: jarvis394
- Created: 2024-07-25T17:28:58.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T18:52:25.000Z (5 months ago)
- Last Synced: 2024-12-03T15:05:17.027Z (20 days ago)
- Language: TypeScript
- Size: 556 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geist UI Icons
The icon components for Geist UI.
[![npm Version](https://img.shields.io/npm/v/geist-ui-icons)](https://www.npmjs.com/package/geist-ui-icons)
[![Build](https://img.shields.io/github/actions/workflow/status/jarvis394/geist-icons/publish.yml?branch=main)](https://github.com/jarvis394/geist-icons/actions?query=workflow%3APublish%20package%20to%20npm)## Install
```
$ yarn add geist-ui-icons
OR
$ npm install geist-ui-icons
```## Usage
```tsx
import React from 'react'
import { Code } from 'geist-ui-icons'const App = () => {
return
}export default App
```