import { Meta } from "@storybook/blocks";

import {
  ChevronRightIcon,
  ChevronLeftIcon,
  ChevronDownIcon,
  ChevronUpIcon,
} from "../index.ts";

<Meta title="UI/Icons" />

# Icons

Add lists of icons here (it's more convenient than creating separate story files for each icon.)

## Chevron icons

<ChevronRightIcon />
<ChevronLeftIcon />
<ChevronDownIcon />
<ChevronUpIcon />

## TODO

Other icons.
