Skip to content

Commit 29a5c60

Browse files
committed
Fix hitl casing
1 parent 30348d3 commit 29a5c60

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/sim/components/icons.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3894,9 +3894,9 @@ export function HumanInTheLoopIcon(props: SVGProps<SVGSVGElement>) {
38943894
viewBox='0 0 24 24'
38953895
fill='none'
38963896
stroke='currentColor'
3897-
stroke-width='2'
3898-
stroke-linecap='round'
3899-
stroke-linejoin='round'
3897+
strokeWidth='2'
3898+
strokeLinecap='round'
3899+
strokeLinejoin='round'
39003900
>
39013901
<path d='M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2' />
39023902
<circle cx='12' cy='7' r='4' />

0 commit comments

Comments
 (0)