1.2.0 • Published 5 months ago
geist-ui-icons v1.2.0
Geist UI Icons
The icon components for Geist UI.
Install
$ yarn add geist-ui-icons
OR
$ npm install geist-ui-icons
Usage
import React from 'react'
import { Code } from 'geist-ui-icons'
const App = () => {
return <Code />
}
export default App