浏览代码

center icon

Ryan Di 10 月之前
父节点
当前提交
c742b4847f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/excalidraw/components/icons.tsx

+ 1 - 1
packages/excalidraw/components/icons.tsx

@@ -2154,5 +2154,5 @@ export const cropIcon = createIcon(
     <path d="M8 5v10a1 1 0 0 0 1 1h10" />
     <path d="M5 8h10a1 1 0 0 1 1 1v10" />
   </g>,
-  modifiedTablerIconProps,
+  tablerIconProps,
 );