Browse Source

center icon

Ryan Di 10 months ago
parent
commit
c742b4847f
1 changed files with 1 additions and 1 deletions
  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="M8 5v10a1 1 0 0 0 1 1h10" />
     <path d="M5 8h10a1 1 0 0 1 1 1v10" />
     <path d="M5 8h10a1 1 0 0 1 1 1v10" />
   </g>,
   </g>,
-  modifiedTablerIconProps,
+  tablerIconProps,
 );
 );