[WEB-5129] chore: icons revamp (#7958)
* chore: code refactor * chore: code refactor
This commit is contained in:
parent
cfb4a8212c
commit
56007e7d47
9 changed files with 21 additions and 26 deletions
|
|
@ -3,7 +3,6 @@ import {
|
|||
CalendarCheck2,
|
||||
CalendarClock,
|
||||
CalendarDays,
|
||||
ContrastIcon,
|
||||
LayersIcon,
|
||||
Link2,
|
||||
Paperclip,
|
||||
|
|
@ -13,7 +12,7 @@ import {
|
|||
Users,
|
||||
} from "lucide-react";
|
||||
// types
|
||||
import { DoubleCircleIcon, ISvgIcons, ModuleIcon } from "@plane/propel/icons";
|
||||
import { CycleIcon, DoubleCircleIcon, ISvgIcons, ModuleIcon } from "@plane/propel/icons";
|
||||
import { IGroupByColumn, IIssueDisplayProperties, TGetColumns, TSpreadsheetColumn } from "@plane/types";
|
||||
// components
|
||||
import {
|
||||
|
|
@ -72,7 +71,7 @@ export const SpreadSheetPropertyIconMap: Record<string, FC<ISvgIcons>> = {
|
|||
Triangle: Triangle,
|
||||
Tag: Tag,
|
||||
ModuleIcon: ModuleIcon,
|
||||
ContrastIcon: ContrastIcon,
|
||||
ContrastIcon: CycleIcon,
|
||||
Signal: Signal,
|
||||
CalendarClock: CalendarClock,
|
||||
DoubleCircleIcon: DoubleCircleIcon,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue