Icons mapping package, based on vscode-icons
npm install @stackframe-app/react-iconsvscode-icons, MIT licensed.
bash
npm install @stackframe/react-icons
`
Usage
$3
`javascript
const { FileIcon } = require("@stackframe/react-icons")
const MyComponent = () => {
return ( )
}
module.export = MyComponent
`
$3
`typescript
import React from "react"
import { FileIcon } from "@stackframe/react-icons"
const MyComponent: React.FC = () => {
return ( )
}
export default MyComponent
``