Skip to content

Commit 4e3f45e

Browse files
authored
update generated icons (livekit#518)
1 parent 7f7ddfb commit 4e3f45e

17 files changed

+17
-17
lines changed

packages/react/src/assets/icons/CameraDisabledIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import { SVGProps } from 'react';
2+
import type { SVGProps } from 'react';
33
const SvgCameraDisabledIcon = (props: SVGProps<SVGSVGElement>) => (
44
<svg xmlns="http://www.w3.org/2000/svg" width={16} height={16} fill="currentColor" {...props}>
55
<path d="M1.354.646a.5.5 0 1 0-.708.708l14 14a.5.5 0 0 0 .708-.708L11 10.293V4.5A1.5 1.5 0 0 0 9.5 3H3.707zM0 4.5a1.5 1.5 0 0 1 .943-1.393l9.532 9.533c-.262.224-.603.36-.975.36h-8A1.5 1.5 0 0 1 0 11.5z" />

packages/react/src/assets/icons/CameraIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import { SVGProps } from 'react';
2+
import type { SVGProps } from 'react';
33
const SvgCameraIcon = (props: SVGProps<SVGSVGElement>) => (
44
<svg xmlns="http://www.w3.org/2000/svg" width={16} height={16} fill="currentColor" {...props}>
55
<path d="M0 4.5A1.5 1.5 0 0 1 1.5 3h8A1.5 1.5 0 0 1 11 4.5v7A1.5 1.5 0 0 1 9.5 13h-8A1.5 1.5 0 0 1 0 11.5zM15.2 3.6l-2.8 2.1a1 1 0 0 0-.4.8v3a1 1 0 0 0 .4.8l2.8 2.1a.5.5 0 0 0 .8-.4V4a.5.5 0 0 0-.8-.4z" />

packages/react/src/assets/icons/ChatIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import { SVGProps } from 'react';
2+
import type { SVGProps } from 'react';
33
const SvgChatIcon = (props: SVGProps<SVGSVGElement>) => (
44
<svg xmlns="http://www.w3.org/2000/svg" width={16} height={18} fill="none" {...props}>
55
<path

packages/react/src/assets/icons/Chevron.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import { SVGProps } from 'react';
2+
import type { SVGProps } from 'react';
33
const SvgChevron = (props: SVGProps<SVGSVGElement>) => (
44
<svg xmlns="http://www.w3.org/2000/svg" width={16} height={16} fill="none" {...props}>
55
<path

packages/react/src/assets/icons/FocusToggleIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import { SVGProps } from 'react';
2+
import type { SVGProps } from 'react';
33
const SvgFocusToggleIcon = (props: SVGProps<SVGSVGElement>) => (
44
<svg xmlns="http://www.w3.org/2000/svg" width={16} height={16} fill="none" {...props}>
55
<g stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5}>

packages/react/src/assets/icons/GearIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import { SVGProps } from 'react';
2+
import type { SVGProps } from 'react';
33
const SvgGearIcon = (props: SVGProps<SVGSVGElement>) => (
44
<svg xmlns="http://www.w3.org/2000/svg" width={16} height={16} fill="none" {...props}>
55
<path

packages/react/src/assets/icons/LeaveIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import { SVGProps } from 'react';
2+
import type { SVGProps } from 'react';
33
const SvgLeaveIcon = (props: SVGProps<SVGSVGElement>) => (
44
<svg xmlns="http://www.w3.org/2000/svg" width={16} height={16} fill="none" {...props}>
55
<path

packages/react/src/assets/icons/MicDisabledIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import { SVGProps } from 'react';
2+
import type { SVGProps } from 'react';
33
const SvgMicDisabledIcon = (props: SVGProps<SVGSVGElement>) => (
44
<svg xmlns="http://www.w3.org/2000/svg" width={16} height={16} fill="currentColor" {...props}>
55
<path d="M12.227 11.52a5.477 5.477 0 0 0 1.246-2.97.5.5 0 0 0-.995-.1 4.478 4.478 0 0 1-.962 2.359l-1.07-1.07C10.794 9.247 11 8.647 11 8V3a3 3 0 0 0-6 0v1.293L1.354.646a.5.5 0 1 0-.708.708l14 14a.5.5 0 0 0 .708-.708zM8 12.5c.683 0 1.33-.152 1.911-.425l.743.743c-.649.359-1.378.59-2.154.66V15h2a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h2v-1.522a5.502 5.502 0 0 1-4.973-4.929.5.5 0 0 1 .995-.098A4.5 4.5 0 0 0 8 12.5z" />

packages/react/src/assets/icons/MicIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import { SVGProps } from 'react';
2+
import type { SVGProps } from 'react';
33
const SvgMicIcon = (props: SVGProps<SVGSVGElement>) => (
44
<svg xmlns="http://www.w3.org/2000/svg" width={16} height={16} fill="currentColor" {...props}>
55
<path

packages/react/src/assets/icons/QualityExcellentIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import { SVGProps } from 'react';
2+
import type { SVGProps } from 'react';
33
const SvgQualityExcellentIcon = (props: SVGProps<SVGSVGElement>) => (
44
<svg xmlns="http://www.w3.org/2000/svg" width={16} height={16} fill="currentcolor" {...props}>
55
<path d="M0 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5zm6-5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5zm6-6a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5z" />

0 commit comments

Comments
 (0)