We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e4bc5 commit abc2d79Copy full SHA for abc2d79
airflow/ui/src/assets/TaskIcon.tsx
@@ -25,13 +25,7 @@ export const TaskIcon = createIcon({
25
},
26
displayName: "Task Icon",
27
path: (
28
- <g
29
- clip-path="url(#a)"
30
- stroke="currentColor"
31
- stroke-linecap="round"
32
- stroke-linejoin="round"
33
- stroke-width="2"
34
- >
+ <g clipPath="url(#a)" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2">
35
<path d="m7.99967 10.6666c1.47276 0 2.66663-1.19392 2.66663-2.66668s-1.19387-2.66667-2.66663-2.66667c-1.47275 0-2.66666 1.19391-2.66666 2.66667s1.19391 2.66668 2.66666 2.66668z" />
36
<path d="m.700195 8h3.966665" />
37
<path d="m11.3398 8h3.9667" />
0 commit comments