# Official React library for Untitled UI File Icons

Access more than 50+ meticulously crafted FREE file icons for your next project built with React. Untitled UI File Icons are a clean, consistent, and neutral file icons library crafted specifically for modern UI design.

## Install

```bash
npm i @untitledui/file-icons
```

## Usage

```jsx
import { FileIcon } from "@untitledui/file-icons";

<FileIcon type="video" />;
```
