Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add new icons #2967

Merged
merged 5 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 130 additions & 0 deletions src/__tests__/__snapshots__/documenter.test.ts.snap

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/icon/icons/backward-10-seconds.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/icon/icons/closed-caption-unavailable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/icon/icons/closed-caption.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/icon/icons/command-prompt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/icon/icons/exit-full-screen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icon/icons/face-happy-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/icon/icons/face-happy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icon/icons/face-neutral-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/icon/icons/face-neutral.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icon/icons/face-sad-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/icon/icons/face-sad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/icon/icons/forward-10-seconds.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/icon/icons/full-screen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/icon/icons/globe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/icon/icons/grid-view.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/icon/icons/list-view.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icon/icons/location-pin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/icon/icons/map.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icon/icons/mini-player.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icon/icons/pause.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icon/icons/play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/icon/icons/support.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/icon/icons/transcript.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/icon/icons/video-camera-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icon/icons/video-camera-on.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icon/icons/video-camera-unavailable.svg
12 changes: 5 additions & 7 deletions src/icon/icons/video-off.svg
6 changes: 3 additions & 3 deletions src/icon/icons/video-on.svg
5 changes: 2 additions & 3 deletions src/icon/icons/video-unavailable.svg
26 changes: 26 additions & 0 deletions src/icon/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export namespace IconProps {
| 'audio-full'
| 'audio-half'
| 'audio-off'
| 'backward-10-seconds'
| 'bug'
| 'call'
| 'calendar'
Expand All @@ -91,35 +92,55 @@ export namespace IconProps {
| 'check'
| 'contact'
| 'close'
| 'closed-caption'
| 'closed-caption-unavailable'
| 'copy'
| 'command-prompt'
| 'delete-marker'
| 'download'
| 'drag-indicator'
| 'edit'
| 'ellipsis'
| 'envelope'
| 'exit-full-screen'
| 'expand'
| 'external'
| 'face-happy'
| 'face-happy-filled'
| 'face-neutral'
| 'face-neutral-filled'
| 'face-sad'
| 'face-sad-filled'
| 'file-open'
| 'file'
| 'filter'
| 'flag'
| 'folder-open'
| 'folder'
| 'forward-10-seconds'
| 'full-screen'
| 'gen-ai'
| 'globe'
| 'grid-view'
| 'group-active'
| 'group'
| 'heart'
| 'heart-filled'
| 'insert-row'
| 'key'
| 'keyboard'
| 'list-view'
| 'location-pin'
| 'lock-private'
| 'map'
| 'menu'
| 'microphone'
| 'microphone-off'
| 'mini-player'
| 'multiscreen'
| 'notification'
| 'pause'
| 'play'
| 'redo'
| 'refresh'
| 'remove'
Expand All @@ -143,11 +164,13 @@ export namespace IconProps {
| 'status-warning'
| 'subtract-minus'
| 'suggestions'
| 'support'
| 'thumbs-down-filled'
| 'thumbs-down'
| 'thumbs-up-filled'
| 'thumbs-up'
| 'ticket'
| 'transcript'
| 'treeview-collapse'
| 'treeview-expand'
| 'undo'
Expand All @@ -159,6 +182,9 @@ export namespace IconProps {
| 'video-off'
| 'video-on'
| 'video-unavailable'
| 'video-camera-off'
| 'video-camera-on'
| 'video-camera-unavailable'
| 'view-full'
| 'view-horizontal'
| 'view-vertical'
Expand Down
Loading