Skip to content

Commit

Permalink
Merge pull request #14 from f-lab-edu/feat/properties
Browse files Browse the repository at this point in the history
[#13] 속성 패널, 레이어 패널 기능구현
  • Loading branch information
lionleeee authored Feb 6, 2025
2 parents fde1986 + 2f450bb commit fbce772
Show file tree
Hide file tree
Showing 16 changed files with 511 additions and 295 deletions.
3 changes: 1 addition & 2 deletions src/constants/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {
BsCircle,
BsCursor,
BsSquare,
BsTextareaT,
BsTrash,
BsTriangle,
} from "react-icons/bs";
Expand All @@ -12,7 +11,7 @@ export const TOOLS = [
{ id: "rectangle", icon: BsSquare, title: "사각형" },
{ id: "circle", icon: BsCircle, title: "원형" },
{ id: "polygon", icon: BsTriangle, title: "다각형" },
{ id: "text", icon: BsTextareaT, title: "텍스트" },
//{ id: "text", icon: BsTextareaT, title: "텍스트" },
] as const;

export const ICONS = {
Expand Down
Loading

0 comments on commit fbce772

Please sign in to comment.