We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755b901 commit 54499b1Copy full SHA for 54499b1
thingconnect.pulse.client/src/icons/Users.tsx
@@ -9,9 +9,9 @@ export const Users = (props: ComponentPropsWithoutRef<'svg'>) => {
9
viewBox='0 0 24 24'
10
fill='currentColor'
11
stroke='currentColor'
12
- stroke-width='2'
13
- stroke-linecap='round'
14
- stroke-linejoin='round'
+ strokeWidth='2'
+ strokeLinecap='round'
+ strokeLinejoin='round'
15
{...props}
16
>
17
<path d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2h14z' />
0 commit comments