We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30348d3 commit 29a5c60Copy full SHA for 29a5c60
1 file changed
apps/sim/components/icons.tsx
@@ -3894,9 +3894,9 @@ export function HumanInTheLoopIcon(props: SVGProps<SVGSVGElement>) {
3894
viewBox='0 0 24 24'
3895
fill='none'
3896
stroke='currentColor'
3897
- stroke-width='2'
3898
- stroke-linecap='round'
3899
- stroke-linejoin='round'
+ strokeWidth='2'
+ strokeLinecap='round'
+ strokeLinejoin='round'
3900
>
3901
<path d='M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2' />
3902
<circle cx='12' cy='7' r='4' />
0 commit comments