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