瀏覽代碼

tweak icons

dwelle 1 月之前
父節點
當前提交
973f2a464d
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      packages/excalidraw/components/icons.tsx

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

@@ -2320,28 +2320,28 @@ export const strokeWidthVariableIcon = createIcon(
     <path
       d="M4 12 C 5 8, 6 8, 8 12"
       fill="none"
-      strokeWidth="4"
+      stroke-width="1.5"
       strokeLinecap="round"
       strokeLinejoin="round"
     />
     <path
       d="M8 12 C 9 16, 10 16, 12 12"
       fill="none"
-      strokeWidth="3"
+      stroke-width="2"
       strokeLinecap="round"
       strokeLinejoin="round"
     />
     <path
       d="M12 12 C 14 8, 15 8, 16 12"
       fill="none"
-      strokeWidth="2"
+      stroke-width="2.75"
       strokeLinecap="round"
       strokeLinejoin="round"
     />
     <path
       d="M16 12 C 17 16, 18 16, 19 12"
       fill="none"
-      strokeWidth="1.75"
+      stroke-width="3.25"
       strokeLinecap="round"
       strokeLinejoin="round"
     />