Folder chevron icon

This commit is contained in:
Gregory Schier
2023-11-03 23:10:44 -07:00
parent 5e7aacd31a
commit b4e2a12375
3 changed files with 34 additions and 18 deletions

View File

@@ -4,6 +4,7 @@ import {
CheckboxIcon,
CheckIcon,
ChevronDownIcon,
ChevronRightIcon,
ClockIcon,
CodeIcon,
ColorWheelIcon,
@@ -12,6 +13,7 @@ import {
DividerHorizontalIcon,
DotsHorizontalIcon,
DotsVerticalIcon,
DownloadIcon,
DragHandleDots2Icon,
EyeClosedIcon,
EyeOpenIcon,
@@ -34,7 +36,6 @@ import {
TriangleDownIcon,
TriangleLeftIcon,
TriangleRightIcon,
DownloadIcon,
UpdateIcon,
} from '@radix-ui/react-icons';
import classNames from 'classnames';
@@ -50,6 +51,7 @@ const icons = {
checkbox: CheckboxIcon,
clock: ClockIcon,
chevronDown: ChevronDownIcon,
chevronRight: ChevronRightIcon,
code: CodeIcon,
colorWheel: ColorWheelIcon,
copy: CopyIcon,