Skip to content

Commit 54499b1

Browse files
committed
code refactored
1 parent 755b901 commit 54499b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

thingconnect.pulse.client/src/icons/Users.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ export const Users = (props: ComponentPropsWithoutRef<'svg'>) => {
99
viewBox='0 0 24 24'
1010
fill='currentColor'
1111
stroke='currentColor'
12-
stroke-width='2'
13-
stroke-linecap='round'
14-
stroke-linejoin='round'
12+
strokeWidth='2'
13+
strokeLinecap='round'
14+
strokeLinejoin='round'
1515
{...props}
1616
>
1717
<path d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2h14z' />

0 commit comments

Comments
 (0)