Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```