@atlaskit/icon 22.7.0 → 22.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/afm-post-office/tsconfig.json +27 -0
- package/build/index.tsx +21 -18
- package/dist/cjs/components/icon-facade.js +50 -0
- package/dist/cjs/entry-points/base.js +7 -0
- package/dist/cjs/migration-map.js +63 -91
- package/dist/es2019/components/icon-facade.js +39 -0
- package/dist/es2019/entry-points/base.js +2 -1
- package/dist/es2019/migration-map.js +63 -91
- package/dist/esm/components/icon-facade.js +40 -0
- package/dist/esm/entry-points/base.js +2 -1
- package/dist/esm/migration-map.js +63 -91
- package/dist/types/components/icon-facade.d.ts +15 -0
- package/dist/types/entry-points/base.d.ts +1 -0
- package/dist/types/types.d.ts +4 -0
- package/dist/types-ts4.5/components/icon-facade.d.ts +15 -0
- package/dist/types-ts4.5/entry-points/base.d.ts +1 -0
- package/dist/types-ts4.5/types.d.ts +4 -0
- package/glyph/activity.js +7 -10
- package/glyph/add-circle.js +7 -10
- package/glyph/add-item.js +7 -10
- package/glyph/add.js +7 -10
- package/glyph/addon.js +7 -10
- package/glyph/app-access.js +7 -10
- package/glyph/app-switcher.js +3 -9
- package/glyph/archive.js +7 -10
- package/glyph/arrow-down-circle.js +7 -10
- package/glyph/arrow-down.js +7 -10
- package/glyph/arrow-left-circle.js +7 -10
- package/glyph/arrow-left.js +7 -10
- package/glyph/arrow-right-circle.js +7 -10
- package/glyph/arrow-right.js +7 -10
- package/glyph/arrow-up-circle.js +7 -10
- package/glyph/arrow-up.js +7 -10
- package/glyph/attachment.js +7 -10
- package/glyph/audio-circle.js +7 -10
- package/glyph/audio.js +7 -10
- package/glyph/backlog.js +7 -10
- package/glyph/billing-filled.js +3 -9
- package/glyph/billing.js +3 -9
- package/glyph/bitbucket/branches.js +7 -10
- package/glyph/bitbucket/builds.js +3 -9
- package/glyph/bitbucket/clone.js +3 -9
- package/glyph/bitbucket/commits.js +7 -10
- package/glyph/bitbucket/compare.js +3 -9
- package/glyph/bitbucket/forks.js +3 -9
- package/glyph/bitbucket/output.js +3 -9
- package/glyph/bitbucket/pipelines.js +3 -9
- package/glyph/bitbucket/pullrequests.js +7 -10
- package/glyph/bitbucket/repos.js +3 -9
- package/glyph/bitbucket/snippets.js +7 -10
- package/glyph/bitbucket/source.js +7 -10
- package/glyph/board.js +7 -10
- package/glyph/book.js +7 -10
- package/glyph/bullet-list.js +7 -10
- package/glyph/calendar-filled.js +7 -10
- package/glyph/calendar.js +7 -10
- package/glyph/camera-filled.js +7 -10
- package/glyph/camera-rotate.js +3 -9
- package/glyph/camera-take-picture.js +3 -9
- package/glyph/camera.js +7 -10
- package/glyph/canvas.js +3 -9
- package/glyph/check-circle-outline.js +3 -9
- package/glyph/check-circle.js +7 -10
- package/glyph/check.js +7 -10
- package/glyph/checkbox-indeterminate.js +7 -10
- package/glyph/checkbox.js +7 -10
- package/glyph/chevron-down-circle.js +8 -10
- package/glyph/chevron-down.js +8 -10
- package/glyph/chevron-left-circle.js +8 -10
- package/glyph/chevron-left-large.js +8 -10
- package/glyph/chevron-left.js +8 -10
- package/glyph/chevron-right-circle.js +8 -10
- package/glyph/chevron-right-large.js +8 -10
- package/glyph/chevron-right.js +8 -10
- package/glyph/chevron-up-circle.js +8 -10
- package/glyph/chevron-up.js +8 -10
- package/glyph/child-issues.js +7 -10
- package/glyph/code.js +7 -10
- package/glyph/comment.js +7 -10
- package/glyph/component.js +7 -10
- package/glyph/copy.js +7 -10
- package/glyph/creditcard-filled.js +7 -10
- package/glyph/creditcard.js +7 -10
- package/glyph/cross-circle.js +7 -10
- package/glyph/cross.js +7 -10
- package/glyph/dashboard.js +7 -10
- package/glyph/decision.js +7 -10
- package/glyph/department.js +7 -10
- package/glyph/detail-view.js +3 -9
- package/glyph/discover-filled.js +7 -10
- package/glyph/discover.js +7 -10
- package/glyph/document-filled.js +7 -10
- package/glyph/document.js +7 -10
- package/glyph/documents.js +7 -10
- package/glyph/download.js +3 -9
- package/glyph/drag-handler.js +6 -9
- package/glyph/dropbox.js +3 -9
- package/glyph/edit-filled.js +7 -10
- package/glyph/edit.js +7 -10
- package/glyph/editor/add.js +7 -10
- package/glyph/editor/addon.js +3 -9
- package/glyph/editor/advanced.js +3 -9
- package/glyph/editor/align-center.js +7 -10
- package/glyph/editor/align-image-center.js +3 -9
- package/glyph/editor/align-image-left.js +3 -9
- package/glyph/editor/align-image-right.js +3 -9
- package/glyph/editor/align-left.js +7 -10
- package/glyph/editor/align-right.js +7 -10
- package/glyph/editor/attachment.js +7 -10
- package/glyph/editor/background-color.js +3 -9
- package/glyph/editor/bold.js +3 -9
- package/glyph/editor/bullet-list.js +7 -10
- package/glyph/editor/close.js +7 -10
- package/glyph/editor/code.js +7 -10
- package/glyph/editor/collapse.js +7 -10
- package/glyph/editor/date.js +7 -10
- package/glyph/editor/decision.js +7 -10
- package/glyph/editor/divider.js +3 -9
- package/glyph/editor/done.js +7 -10
- package/glyph/editor/edit.js +7 -10
- package/glyph/editor/emoji.js +7 -10
- package/glyph/editor/error.js +7 -10
- package/glyph/editor/expand.js +7 -10
- package/glyph/editor/feedback.js +7 -10
- package/glyph/editor/file-preview.js +3 -9
- package/glyph/editor/file.js +3 -9
- package/glyph/editor/help.js +7 -10
- package/glyph/editor/hint.js +7 -10
- package/glyph/editor/horizontal-rule.js +3 -9
- package/glyph/editor/image-border.js +3 -9
- package/glyph/editor/image-resize.js +7 -10
- package/glyph/editor/image.js +7 -10
- package/glyph/editor/indent.js +3 -9
- package/glyph/editor/info.js +7 -10
- package/glyph/editor/italic.js +3 -9
- package/glyph/editor/layout-single.js +3 -9
- package/glyph/editor/layout-three-equal.js +3 -9
- package/glyph/editor/layout-three-with-sidebars.js +3 -9
- package/glyph/editor/layout-two-equal.js +3 -9
- package/glyph/editor/layout-two-left-sidebar.js +3 -9
- package/glyph/editor/layout-two-right-sidebar.js +3 -9
- package/glyph/editor/link.js +7 -10
- package/glyph/editor/media-center.js +3 -9
- package/glyph/editor/media-full-width.js +3 -9
- package/glyph/editor/media-wide.js +3 -9
- package/glyph/editor/media-wrap-left.js +3 -9
- package/glyph/editor/media-wrap-right.js +3 -9
- package/glyph/editor/mention.js +7 -10
- package/glyph/editor/more.js +7 -10
- package/glyph/editor/note.js +7 -10
- package/glyph/editor/number-list.js +3 -9
- package/glyph/editor/open.js +7 -10
- package/glyph/editor/outdent.js +3 -9
- package/glyph/editor/panel.js +7 -10
- package/glyph/editor/photo.js +7 -10
- package/glyph/editor/quote.js +7 -10
- package/glyph/editor/recent.js +7 -10
- package/glyph/editor/redo.js +7 -10
- package/glyph/editor/remove-emoji.js +3 -9
- package/glyph/editor/remove.js +7 -10
- package/glyph/editor/search.js +7 -10
- package/glyph/editor/settings.js +7 -10
- package/glyph/editor/strikethrough.js +3 -9
- package/glyph/editor/success.js +7 -10
- package/glyph/editor/table-display-options.js +3 -9
- package/glyph/editor/table.js +3 -9
- package/glyph/editor/task.js +7 -10
- package/glyph/editor/text-color.js +3 -9
- package/glyph/editor/text-style.js +7 -10
- package/glyph/editor/underline.js +3 -9
- package/glyph/editor/undo.js +7 -10
- package/glyph/editor/unlink.js +7 -10
- package/glyph/editor/warning.js +7 -10
- package/glyph/email.js +7 -10
- package/glyph/emoji/activity.js +3 -9
- package/glyph/emoji/atlassian.js +3 -9
- package/glyph/emoji/custom.js +7 -10
- package/glyph/emoji/emoji.js +7 -10
- package/glyph/emoji/flags.js +3 -9
- package/glyph/emoji/food.js +3 -9
- package/glyph/emoji/frequent.js +7 -10
- package/glyph/emoji/keyboard.js +7 -10
- package/glyph/emoji/nature.js +3 -9
- package/glyph/emoji/objects.js +7 -10
- package/glyph/emoji/people.js +3 -9
- package/glyph/emoji/productivity.js +3 -9
- package/glyph/emoji/symbols.js +7 -10
- package/glyph/emoji/travel.js +3 -9
- package/glyph/emoji-add.js +7 -10
- package/glyph/emoji.js +7 -10
- package/glyph/error.js +7 -10
- package/glyph/export.js +3 -9
- package/glyph/feedback.js +7 -10
- package/glyph/file.js +3 -9
- package/glyph/filter.js +7 -10
- package/glyph/flag-filled.js +3 -9
- package/glyph/folder-filled.js +3 -9
- package/glyph/folder.js +7 -10
- package/glyph/followers.js +7 -10
- package/glyph/following.js +3 -9
- package/glyph/googledrive.js +3 -9
- package/glyph/graph-bar.js +7 -10
- package/glyph/graph-line.js +7 -10
- package/glyph/gsuite.js +3 -9
- package/glyph/highlights.js +3 -9
- package/glyph/hipchat/audio-only.js +7 -10
- package/glyph/hipchat/chevron-double-down.js +3 -9
- package/glyph/hipchat/chevron-double-up.js +3 -9
- package/glyph/hipchat/chevron-down.js +8 -10
- package/glyph/hipchat/chevron-up.js +8 -10
- package/glyph/hipchat/dial-out.js +7 -10
- package/glyph/hipchat/lobby.js +7 -10
- package/glyph/hipchat/media-attachment-count.js +2 -8
- package/glyph/hipchat/outgoing-sound.js +7 -10
- package/glyph/hipchat/sd-video.js +7 -10
- package/glyph/home-circle.js +7 -10
- package/glyph/home.js +7 -10
- package/glyph/image-border.js +3 -9
- package/glyph/image-resize.js +7 -10
- package/glyph/image.js +7 -10
- package/glyph/info.js +7 -10
- package/glyph/invite-team.js +7 -10
- package/glyph/issue-raise.js +3 -9
- package/glyph/issue.js +7 -10
- package/glyph/issues.js +7 -10
- package/glyph/jira/capture.js +7 -10
- package/glyph/jira/failed-build-status.js +3 -9
- package/glyph/jira/labs.js +7 -10
- package/glyph/jira/test-session.js +7 -10
- package/glyph/label.js +7 -10
- package/glyph/lightbulb-filled.js +3 -9
- package/glyph/lightbulb.js +7 -10
- package/glyph/like.js +7 -10
- package/glyph/link-filled.js +3 -9
- package/glyph/link.js +7 -10
- package/glyph/list.js +3 -9
- package/glyph/location.js +7 -10
- package/glyph/lock-circle.js +7 -10
- package/glyph/lock-filled.js +7 -10
- package/glyph/lock.js +7 -10
- package/glyph/marketplace.js +7 -10
- package/glyph/media-services/actual-size.js +7 -10
- package/glyph/media-services/add-comment.js +7 -10
- package/glyph/media-services/annotate.js +3 -9
- package/glyph/media-services/arrow.js +3 -9
- package/glyph/media-services/audio.js +7 -10
- package/glyph/media-services/blur.js +3 -9
- package/glyph/media-services/brush.js +3 -9
- package/glyph/media-services/button-option.js +3 -9
- package/glyph/media-services/code.js +7 -10
- package/glyph/media-services/document.js +7 -10
- package/glyph/media-services/filter.js +7 -10
- package/glyph/media-services/fit-to-page.js +3 -9
- package/glyph/media-services/full-screen.js +7 -10
- package/glyph/media-services/grid.js +7 -10
- package/glyph/media-services/image.js +7 -10
- package/glyph/media-services/line-thickness.js +3 -9
- package/glyph/media-services/line.js +3 -9
- package/glyph/media-services/no-image.js +3 -9
- package/glyph/media-services/open-mediaviewer.js +3 -9
- package/glyph/media-services/oval.js +3 -9
- package/glyph/media-services/pdf.js +3 -9
- package/glyph/media-services/preselected.js +3 -9
- package/glyph/media-services/presentation.js +7 -10
- package/glyph/media-services/rectangle.js +3 -9
- package/glyph/media-services/scale-large.js +7 -10
- package/glyph/media-services/scale-small.js +7 -10
- package/glyph/media-services/spreadsheet.js +7 -10
- package/glyph/media-services/text.js +2 -8
- package/glyph/media-services/unknown.js +3 -9
- package/glyph/media-services/video.js +7 -10
- package/glyph/media-services/zip.js +3 -9
- package/glyph/media-services/zoom-in.js +7 -10
- package/glyph/media-services/zoom-out.js +7 -10
- package/glyph/mention.js +3 -9
- package/glyph/menu-expand.js +3 -9
- package/glyph/menu.js +3 -9
- package/glyph/mobile.js +7 -10
- package/glyph/more-vertical.js +6 -9
- package/glyph/more.js +6 -9
- package/glyph/notification-all.js +3 -9
- package/glyph/notification-direct.js +3 -9
- package/glyph/notification.js +3 -9
- package/glyph/office-building-filled.js +7 -10
- package/glyph/office-building.js +7 -10
- package/glyph/open.js +7 -10
- package/glyph/overview.js +7 -10
- package/glyph/page-filled.js +7 -10
- package/glyph/page.js +7 -10
- package/glyph/pdf.js +3 -9
- package/glyph/people-group.js +3 -9
- package/glyph/people.js +3 -9
- package/glyph/person-circle.js +7 -10
- package/glyph/person-with-circle.js +3 -9
- package/glyph/person-with-cross.js +3 -9
- package/glyph/person-with-tick.js +7 -10
- package/glyph/person.js +7 -10
- package/glyph/portfolio.js +3 -9
- package/glyph/preferences.js +7 -10
- package/glyph/premium.js +7 -10
- package/glyph/presence-active.js +2 -8
- package/glyph/presence-busy.js +3 -9
- package/glyph/presence-unavailable.js +3 -9
- package/glyph/question-circle.js +7 -10
- package/glyph/question.js +7 -10
- package/glyph/questions.js +7 -10
- package/glyph/queues.js +7 -10
- package/glyph/quote.js +7 -10
- package/glyph/radio.js +3 -9
- package/glyph/recent.js +7 -10
- package/glyph/redo.js +7 -10
- package/glyph/refresh.js +3 -9
- package/glyph/retry.js +7 -10
- package/glyph/roadmap.js +7 -10
- package/glyph/room-menu.js +3 -9
- package/glyph/schedule-filled.js +3 -9
- package/glyph/schedule.js +3 -9
- package/glyph/screen.js +7 -10
- package/glyph/search.js +7 -10
- package/glyph/select-clear.js +7 -10
- package/glyph/send.js +7 -10
- package/glyph/settings.js +7 -10
- package/glyph/share.js +7 -10
- package/glyph/ship.js +7 -10
- package/glyph/shortcut.js +7 -10
- package/glyph/sign-in.js +7 -10
- package/glyph/sign-out.js +7 -10
- package/glyph/sprint.js +7 -10
- package/glyph/star-filled.js +7 -10
- package/glyph/star-large.js +7 -10
- package/glyph/star.js +7 -10
- package/glyph/status.js +3 -9
- package/glyph/stopwatch.js +7 -10
- package/glyph/subtask.js +7 -10
- package/glyph/suitcase.js +7 -10
- package/glyph/switcher.js +3 -9
- package/glyph/table.js +7 -10
- package/glyph/task.js +7 -10
- package/glyph/teams.js +5 -2
- package/glyph/trash.js +7 -10
- package/glyph/tray.js +7 -10
- package/glyph/undo.js +7 -10
- package/glyph/unlink.js +7 -10
- package/glyph/unlock-circle.js +7 -10
- package/glyph/unlock-filled.js +7 -10
- package/glyph/unlock.js +7 -10
- package/glyph/upload.js +7 -10
- package/glyph/user-avatar-circle.js +7 -10
- package/glyph/vid-audio-muted.js +3 -9
- package/glyph/vid-audio-on.js +7 -10
- package/glyph/vid-backward.js +3 -9
- package/glyph/vid-camera-off.js +3 -9
- package/glyph/vid-camera-on.js +7 -10
- package/glyph/vid-connection-circle.js +3 -9
- package/glyph/vid-forward.js +3 -9
- package/glyph/vid-full-screen-off.js +7 -10
- package/glyph/vid-full-screen-on.js +7 -10
- package/glyph/vid-hang-up.js +3 -9
- package/glyph/vid-hd-circle.js +3 -9
- package/glyph/vid-pause.js +7 -10
- package/glyph/vid-play.js +7 -10
- package/glyph/vid-raised-hand.js +3 -9
- package/glyph/vid-share-screen.js +3 -9
- package/glyph/vid-speaking-circle.js +3 -9
- package/glyph/vid-volume-full.js +7 -10
- package/glyph/vid-volume-half.js +7 -10
- package/glyph/vid-volume-muted.js +7 -10
- package/glyph/video-circle.js +7 -10
- package/glyph/video-filled.js +7 -10
- package/glyph/warning.js +7 -10
- package/glyph/watch-filled.js +7 -10
- package/glyph/watch.js +7 -10
- package/glyph/world-small.js +7 -10
- package/glyph/world.js +7 -10
- package/package.json +6 -3
- package/svgs/activity.svg +1 -1
- package/svgs/add-circle.svg +1 -1
- package/svgs/add-item.svg +1 -1
- package/svgs/add.svg +1 -1
- package/svgs/addon.svg +1 -1
- package/svgs/app-access.svg +1 -1
- package/svgs/app-switcher.svg +1 -1
- package/svgs/archive.svg +1 -1
- package/svgs/arrow-down-circle.svg +1 -1
- package/svgs/arrow-down.svg +1 -1
- package/svgs/arrow-left-circle.svg +1 -1
- package/svgs/arrow-left.svg +1 -1
- package/svgs/arrow-right-circle.svg +1 -1
- package/svgs/arrow-right.svg +1 -1
- package/svgs/arrow-up-circle.svg +1 -1
- package/svgs/arrow-up.svg +1 -1
- package/svgs/attachment.svg +1 -1
- package/svgs/audio-circle.svg +1 -1
- package/svgs/audio.svg +1 -1
- package/svgs/backlog.svg +1 -1
- package/svgs/billing-filled.svg +1 -1
- package/svgs/billing.svg +1 -1
- package/svgs/bitbucket/branches.svg +1 -1
- package/svgs/bitbucket/builds.svg +1 -1
- package/svgs/bitbucket/clone.svg +1 -1
- package/svgs/bitbucket/commits.svg +1 -1
- package/svgs/bitbucket/compare.svg +1 -1
- package/svgs/bitbucket/forks.svg +1 -1
- package/svgs/bitbucket/output.svg +1 -1
- package/svgs/bitbucket/pipelines.svg +1 -1
- package/svgs/bitbucket/pullrequests.svg +1 -1
- package/svgs/bitbucket/repos.svg +1 -1
- package/svgs/bitbucket/snippets.svg +1 -1
- package/svgs/bitbucket/source.svg +1 -1
- package/svgs/board.svg +1 -1
- package/svgs/book.svg +1 -1
- package/svgs/bullet-list.svg +1 -1
- package/svgs/calendar-filled.svg +1 -1
- package/svgs/calendar.svg +1 -1
- package/svgs/camera-filled.svg +1 -1
- package/svgs/camera-rotate.svg +1 -1
- package/svgs/camera-take-picture.svg +1 -1
- package/svgs/camera.svg +1 -1
- package/svgs/canvas.svg +1 -1
- package/svgs/check-circle-outline.svg +1 -1
- package/svgs/check-circle.svg +1 -1
- package/svgs/check.svg +1 -1
- package/svgs/checkbox-indeterminate.svg +1 -1
- package/svgs/checkbox.svg +1 -1
- package/svgs/chevron-down-circle.svg +1 -1
- package/svgs/chevron-down.svg +1 -1
- package/svgs/chevron-left-circle.svg +1 -1
- package/svgs/chevron-left-large.svg +1 -1
- package/svgs/chevron-left.svg +1 -1
- package/svgs/chevron-right-circle.svg +1 -1
- package/svgs/chevron-right-large.svg +1 -1
- package/svgs/chevron-right.svg +1 -1
- package/svgs/chevron-up-circle.svg +1 -1
- package/svgs/chevron-up.svg +1 -1
- package/svgs/child-issues.svg +1 -1
- package/svgs/code.svg +1 -1
- package/svgs/comment.svg +1 -1
- package/svgs/component.svg +1 -1
- package/svgs/copy.svg +1 -1
- package/svgs/creditcard-filled.svg +1 -1
- package/svgs/creditcard.svg +1 -1
- package/svgs/cross-circle.svg +1 -1
- package/svgs/cross.svg +1 -1
- package/svgs/dashboard.svg +1 -1
- package/svgs/decision.svg +1 -1
- package/svgs/department.svg +1 -1
- package/svgs/detail-view.svg +1 -1
- package/svgs/discover-filled.svg +1 -1
- package/svgs/discover.svg +1 -1
- package/svgs/document-filled.svg +1 -1
- package/svgs/document.svg +1 -1
- package/svgs/documents.svg +1 -1
- package/svgs/download.svg +1 -1
- package/svgs/dropbox.svg +1 -1
- package/svgs/edit-filled.svg +1 -1
- package/svgs/edit.svg +1 -1
- package/svgs/editor/add.svg +1 -1
- package/svgs/editor/addon.svg +1 -1
- package/svgs/editor/advanced.svg +1 -1
- package/svgs/editor/align-center.svg +1 -1
- package/svgs/editor/align-image-center.svg +1 -1
- package/svgs/editor/align-image-left.svg +1 -1
- package/svgs/editor/align-image-right.svg +1 -1
- package/svgs/editor/align-left.svg +1 -1
- package/svgs/editor/align-right.svg +1 -1
- package/svgs/editor/attachment.svg +1 -1
- package/svgs/editor/background-color.svg +1 -1
- package/svgs/editor/bold.svg +1 -1
- package/svgs/editor/bullet-list.svg +1 -1
- package/svgs/editor/close.svg +1 -1
- package/svgs/editor/code.svg +1 -1
- package/svgs/editor/collapse.svg +1 -1
- package/svgs/editor/date.svg +1 -1
- package/svgs/editor/decision.svg +1 -1
- package/svgs/editor/divider.svg +1 -1
- package/svgs/editor/done.svg +1 -1
- package/svgs/editor/edit.svg +1 -1
- package/svgs/editor/emoji.svg +1 -1
- package/svgs/editor/error.svg +1 -1
- package/svgs/editor/expand.svg +1 -1
- package/svgs/editor/feedback.svg +1 -1
- package/svgs/editor/file-preview.svg +1 -1
- package/svgs/editor/file.svg +1 -1
- package/svgs/editor/help.svg +1 -1
- package/svgs/editor/hint.svg +1 -1
- package/svgs/editor/horizontal-rule.svg +1 -1
- package/svgs/editor/image-border.svg +1 -1
- package/svgs/editor/image-resize.svg +1 -1
- package/svgs/editor/image.svg +1 -1
- package/svgs/editor/indent.svg +1 -1
- package/svgs/editor/info.svg +1 -1
- package/svgs/editor/italic.svg +1 -1
- package/svgs/editor/layout-single.svg +1 -1
- package/svgs/editor/layout-three-equal.svg +1 -1
- package/svgs/editor/layout-three-with-sidebars.svg +1 -1
- package/svgs/editor/layout-two-equal.svg +1 -1
- package/svgs/editor/layout-two-left-sidebar.svg +1 -1
- package/svgs/editor/layout-two-right-sidebar.svg +1 -1
- package/svgs/editor/link.svg +1 -1
- package/svgs/editor/media-center.svg +1 -1
- package/svgs/editor/media-full-width.svg +1 -1
- package/svgs/editor/media-wide.svg +1 -1
- package/svgs/editor/media-wrap-left.svg +1 -1
- package/svgs/editor/media-wrap-right.svg +1 -1
- package/svgs/editor/mention.svg +1 -1
- package/svgs/editor/more.svg +1 -1
- package/svgs/editor/note.svg +1 -1
- package/svgs/editor/number-list.svg +1 -1
- package/svgs/editor/open.svg +1 -1
- package/svgs/editor/outdent.svg +1 -1
- package/svgs/editor/panel.svg +1 -1
- package/svgs/editor/photo.svg +1 -1
- package/svgs/editor/quote.svg +1 -1
- package/svgs/editor/recent.svg +1 -1
- package/svgs/editor/redo.svg +1 -1
- package/svgs/editor/remove-emoji.svg +1 -1
- package/svgs/editor/remove.svg +1 -1
- package/svgs/editor/search.svg +1 -1
- package/svgs/editor/settings.svg +1 -1
- package/svgs/editor/strikethrough.svg +1 -1
- package/svgs/editor/success.svg +1 -1
- package/svgs/editor/table-display-options.svg +1 -1
- package/svgs/editor/table.svg +1 -1
- package/svgs/editor/task.svg +1 -1
- package/svgs/editor/text-color.svg +1 -1
- package/svgs/editor/text-style.svg +1 -1
- package/svgs/editor/underline.svg +1 -1
- package/svgs/editor/undo.svg +1 -1
- package/svgs/editor/unlink.svg +1 -1
- package/svgs/editor/warning.svg +1 -1
- package/svgs/email.svg +1 -1
- package/svgs/emoji/activity.svg +1 -1
- package/svgs/emoji/atlassian.svg +1 -1
- package/svgs/emoji/custom.svg +1 -1
- package/svgs/emoji/emoji.svg +1 -1
- package/svgs/emoji/flags.svg +1 -1
- package/svgs/emoji/food.svg +1 -1
- package/svgs/emoji/frequent.svg +1 -1
- package/svgs/emoji/keyboard.svg +1 -1
- package/svgs/emoji/nature.svg +1 -1
- package/svgs/emoji/objects.svg +1 -1
- package/svgs/emoji/people.svg +1 -1
- package/svgs/emoji/productivity.svg +1 -1
- package/svgs/emoji/symbols.svg +1 -1
- package/svgs/emoji/travel.svg +1 -1
- package/svgs/emoji-add.svg +1 -1
- package/svgs/emoji.svg +1 -1
- package/svgs/error.svg +1 -1
- package/svgs/export.svg +1 -1
- package/svgs/feedback.svg +1 -1
- package/svgs/file.svg +1 -1
- package/svgs/filter.svg +1 -1
- package/svgs/flag-filled.svg +1 -1
- package/svgs/folder-filled.svg +1 -1
- package/svgs/folder.svg +1 -1
- package/svgs/followers.svg +1 -1
- package/svgs/following.svg +1 -1
- package/svgs/googledrive.svg +1 -1
- package/svgs/graph-bar.svg +1 -1
- package/svgs/graph-line.svg +1 -1
- package/svgs/gsuite.svg +1 -1
- package/svgs/highlights.svg +1 -1
- package/svgs/hipchat/audio-only.svg +1 -1
- package/svgs/hipchat/chevron-double-down.svg +1 -1
- package/svgs/hipchat/chevron-double-up.svg +1 -1
- package/svgs/hipchat/chevron-down.svg +1 -1
- package/svgs/hipchat/chevron-up.svg +1 -1
- package/svgs/hipchat/dial-out.svg +1 -1
- package/svgs/hipchat/lobby.svg +1 -1
- package/svgs/hipchat/outgoing-sound.svg +1 -1
- package/svgs/hipchat/sd-video.svg +1 -1
- package/svgs/home-circle.svg +1 -1
- package/svgs/home.svg +1 -1
- package/svgs/image-border.svg +1 -1
- package/svgs/image-resize.svg +1 -1
- package/svgs/image.svg +1 -1
- package/svgs/info.svg +1 -1
- package/svgs/invite-team.svg +1 -1
- package/svgs/issue-raise.svg +1 -1
- package/svgs/issue.svg +1 -1
- package/svgs/issues.svg +1 -1
- package/svgs/jira/capture.svg +1 -1
- package/svgs/jira/failed-build-status.svg +1 -1
- package/svgs/jira/labs.svg +1 -1
- package/svgs/jira/test-session.svg +1 -1
- package/svgs/label.svg +1 -1
- package/svgs/lightbulb-filled.svg +1 -1
- package/svgs/lightbulb.svg +1 -1
- package/svgs/like.svg +1 -1
- package/svgs/link-filled.svg +1 -1
- package/svgs/link.svg +1 -1
- package/svgs/list.svg +1 -1
- package/svgs/location.svg +1 -1
- package/svgs/lock-circle.svg +1 -1
- package/svgs/lock-filled.svg +1 -1
- package/svgs/lock.svg +1 -1
- package/svgs/marketplace.svg +1 -1
- package/svgs/media-services/actual-size.svg +1 -1
- package/svgs/media-services/add-comment.svg +1 -1
- package/svgs/media-services/annotate.svg +1 -1
- package/svgs/media-services/arrow.svg +1 -1
- package/svgs/media-services/audio.svg +1 -1
- package/svgs/media-services/blur.svg +1 -1
- package/svgs/media-services/brush.svg +1 -1
- package/svgs/media-services/button-option.svg +1 -1
- package/svgs/media-services/code.svg +1 -1
- package/svgs/media-services/document.svg +1 -1
- package/svgs/media-services/filter.svg +1 -1
- package/svgs/media-services/fit-to-page.svg +1 -1
- package/svgs/media-services/full-screen.svg +1 -1
- package/svgs/media-services/grid.svg +1 -1
- package/svgs/media-services/image.svg +1 -1
- package/svgs/media-services/line-thickness.svg +1 -1
- package/svgs/media-services/line.svg +1 -1
- package/svgs/media-services/no-image.svg +1 -1
- package/svgs/media-services/open-mediaviewer.svg +1 -1
- package/svgs/media-services/oval.svg +1 -1
- package/svgs/media-services/pdf.svg +1 -1
- package/svgs/media-services/preselected.svg +1 -1
- package/svgs/media-services/presentation.svg +1 -1
- package/svgs/media-services/rectangle.svg +1 -1
- package/svgs/media-services/scale-large.svg +1 -1
- package/svgs/media-services/scale-small.svg +1 -1
- package/svgs/media-services/spreadsheet.svg +1 -1
- package/svgs/media-services/unknown.svg +1 -1
- package/svgs/media-services/video.svg +1 -1
- package/svgs/media-services/zip.svg +1 -1
- package/svgs/media-services/zoom-in.svg +1 -1
- package/svgs/media-services/zoom-out.svg +1 -1
- package/svgs/mention.svg +1 -1
- package/svgs/menu-expand.svg +1 -1
- package/svgs/menu.svg +1 -1
- package/svgs/mobile.svg +1 -1
- package/svgs/notification-all.svg +1 -1
- package/svgs/notification-direct.svg +1 -1
- package/svgs/notification.svg +1 -1
- package/svgs/office-building-filled.svg +1 -1
- package/svgs/office-building.svg +1 -1
- package/svgs/open.svg +1 -1
- package/svgs/overview.svg +1 -1
- package/svgs/page-filled.svg +1 -1
- package/svgs/page.svg +1 -1
- package/svgs/pdf.svg +1 -1
- package/svgs/people-group.svg +1 -1
- package/svgs/people.svg +1 -1
- package/svgs/person-circle.svg +1 -1
- package/svgs/person-with-circle.svg +1 -1
- package/svgs/person-with-cross.svg +1 -1
- package/svgs/person-with-tick.svg +1 -1
- package/svgs/person.svg +1 -1
- package/svgs/portfolio.svg +1 -1
- package/svgs/preferences.svg +1 -1
- package/svgs/premium.svg +1 -1
- package/svgs/presence-busy.svg +1 -1
- package/svgs/presence-unavailable.svg +1 -1
- package/svgs/question-circle.svg +1 -1
- package/svgs/question.svg +1 -1
- package/svgs/questions.svg +1 -1
- package/svgs/queues.svg +1 -1
- package/svgs/quote.svg +1 -1
- package/svgs/radio.svg +1 -1
- package/svgs/recent.svg +1 -1
- package/svgs/redo.svg +1 -1
- package/svgs/refresh.svg +1 -1
- package/svgs/retry.svg +1 -1
- package/svgs/roadmap.svg +1 -1
- package/svgs/room-menu.svg +1 -1
- package/svgs/schedule-filled.svg +1 -1
- package/svgs/schedule.svg +1 -1
- package/svgs/screen.svg +1 -1
- package/svgs/search.svg +1 -1
- package/svgs/select-clear.svg +1 -1
- package/svgs/send.svg +1 -1
- package/svgs/settings.svg +1 -1
- package/svgs/share.svg +1 -1
- package/svgs/ship.svg +1 -1
- package/svgs/shortcut.svg +1 -1
- package/svgs/sign-in.svg +1 -1
- package/svgs/sign-out.svg +1 -1
- package/svgs/sprint.svg +1 -1
- package/svgs/star-filled.svg +1 -1
- package/svgs/star-large.svg +1 -1
- package/svgs/star.svg +1 -1
- package/svgs/status.svg +1 -1
- package/svgs/stopwatch.svg +1 -1
- package/svgs/subtask.svg +1 -1
- package/svgs/suitcase.svg +1 -1
- package/svgs/switcher.svg +1 -1
- package/svgs/table.svg +1 -1
- package/svgs/task.svg +1 -1
- package/svgs/trash.svg +1 -1
- package/svgs/tray.svg +1 -1
- package/svgs/undo.svg +1 -1
- package/svgs/unlink.svg +1 -1
- package/svgs/unlock-circle.svg +1 -1
- package/svgs/unlock-filled.svg +1 -1
- package/svgs/unlock.svg +1 -1
- package/svgs/upload.svg +1 -1
- package/svgs/user-avatar-circle.svg +1 -1
- package/svgs/vid-audio-muted.svg +1 -1
- package/svgs/vid-audio-on.svg +1 -1
- package/svgs/vid-backward.svg +1 -1
- package/svgs/vid-camera-off.svg +1 -1
- package/svgs/vid-camera-on.svg +1 -1
- package/svgs/vid-connection-circle.svg +1 -1
- package/svgs/vid-forward.svg +1 -1
- package/svgs/vid-full-screen-off.svg +1 -1
- package/svgs/vid-full-screen-on.svg +1 -1
- package/svgs/vid-hang-up.svg +1 -1
- package/svgs/vid-hd-circle.svg +1 -1
- package/svgs/vid-pause.svg +1 -1
- package/svgs/vid-play.svg +1 -1
- package/svgs/vid-raised-hand.svg +1 -1
- package/svgs/vid-share-screen.svg +1 -1
- package/svgs/vid-speaking-circle.svg +1 -1
- package/svgs/vid-volume-full.svg +1 -1
- package/svgs/vid-volume-half.svg +1 -1
- package/svgs/vid-volume-muted.svg +1 -1
- package/svgs/video-circle.svg +1 -1
- package/svgs/video-filled.svg +1 -1
- package/svgs/warning.svg +1 -1
- package/svgs/watch-filled.svg +1 -1
- package/svgs/watch.svg +1 -1
- package/svgs/world-small.svg +1 -1
- package/svgs/world.svg +1 -1
package/glyph/vid-audio-muted.js
CHANGED
|
@@ -4,17 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
12
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path d="M13.293 14.707A2.998 2.998 0 019 12.003v-1.589l-1-1v2.592A4.004 4.004 0 0012 16a3.98 3.98 0 002.031-.554l-.738-.739zm2.183 2.183A5.974 5.974 0 0113 17.917v2.074a1 1 0 11-2 0v-2.074c-2.838-.478-5-2.951-5-5.91V9a1 1 0 01.65-.937L3.704 5.12a.996.996 0 01.002-1.413.996.996 0 011.413-.002L20.123 18.71a.996.996 0 01-.002 1.412.996.996 0 01-1.412.002l-3.233-3.233zM9.186 4.958A3.004 3.004 0 0112 3c1.657 0 3 1.342 3 2.997v4.775L9.186 4.958zm8.608 8.608L16 11.772V9a1 1 0 012 0v3.006c0 .54-.072 1.063-.206 1.56z" fill="currentColor"/></svg>`
|
|
10
|
+
const VidAudioMutedIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentColor" d="M13.293 14.707A2.998 2.998 0 0 1 9 12.003v-1.589l-1-1v2.592A4.004 4.004 0 0 0 12 16a4 4 0 0 0 2.031-.554zm2.183 2.183A6 6 0 0 1 13 17.917v2.074a1 1 0 1 1-2 0v-2.074c-2.838-.478-5-2.951-5-5.91V9a1 1 0 0 1 .65-.937L3.704 5.12a.996.996 0 0 1 .002-1.413.996.996 0 0 1 1.413-.002L20.123 18.71a.996.996 0 0 1-.002 1.412.996.996 0 0 1-1.412.002zM9.186 4.958A3 3 0 0 1 12 3c1.657 0 3 1.342 3 2.997v4.775zm8.608 8.608L16 11.772V9a1 1 0 0 1 2 0v3.006c0 .54-.072 1.063-.206 1.56"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
VidAudioMutedIcon.displayName = 'VidAudioMutedIcon';
|
|
19
|
-
var _default = VidAudioMutedIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = VidAudioMutedIcon;
|
package/glyph/vid-audio-on.js
CHANGED
|
@@ -4,17 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
9
|
+
var _audio = _interopRequireDefault(require("@atlaskit/icon/core/audio"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const VidAudioOnIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
12
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentColor" fill-rule="evenodd"><rect width="6" height="12" x="9" y="3" rx="3"/><path fill-rule="nonzero" d="M13 17.917c2.833-.476 5-2.941 5-5.91V9a1 1 0 0 0-2 0v3.006A4 4 0 0 1 12 16c-2.205 0-4-1.795-4-3.994V9a1 1 0 1 0-2 0v3.006c0 2.96 2.162 5.433 5 5.91v2.075a1 1 0 1 0 2 0z"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _audio.default
|
|
15
|
+
}));
|
|
18
16
|
VidAudioOnIcon.displayName = 'VidAudioOnIcon';
|
|
19
|
-
var _default = VidAudioOnIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = VidAudioOnIcon;
|
package/glyph/vid-backward.js
CHANGED
|
@@ -4,17 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
12
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentColor" fill-rule="evenodd" d="M13.02 13.857l6.273 3.858c.937.577 1.697.155 1.697-.955V7.212c0-1.103-.757-1.533-1.697-.955l-6.273 3.858V7.212c0-1.103-.757-1.533-1.697-.955l-7.62 4.686c-.936.576-.94 1.51 0 2.087l7.62 4.685c.937.577 1.697.155 1.697-.955v-2.903z"/></svg>`
|
|
10
|
+
const VidBackwardIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentColor" fill-rule="evenodd" d="m13.02 13.857 6.273 3.858c.937.577 1.697.155 1.697-.955V7.212c0-1.103-.757-1.533-1.697-.955l-6.273 3.858V7.212c0-1.103-.757-1.533-1.697-.955l-7.62 4.686c-.936.576-.94 1.51 0 2.087l7.62 4.685c.937.577 1.697.155 1.697-.955z"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
VidBackwardIcon.displayName = 'VidBackwardIcon';
|
|
19
|
-
var _default = VidBackwardIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = VidBackwardIcon;
|
package/glyph/vid-camera-off.js
CHANGED
|
@@ -4,17 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
12
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path d="M5.586 7l-1.88-1.88a.996.996 0 01.001-1.413.996.996 0 011.413-.002L20.123 18.71a.996.996 0 01-.002 1.412.996.996 0 01-1.412.002l-3.455-3.454c-.31.208-.693.331-1.11.331H4.856C3.83 17 3 16.253 3 15.331V8.67C3 7.747 3.83 7 4.856 7h.73zm14.623 8.994l-3.144-3.144V9.5l2.613-1.411c.137-.061.28-.089.421-.089.472 0 .901.316.901.753v6.494c0 .403-.365.703-.791.747zM11.214 7h2.93C15.17 7 16 7.747 16 8.669v3.117L11.214 7z" fill="currentColor" fill-rule="evenodd"/></svg>`
|
|
10
|
+
const VidCameraOffIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentColor" fill-rule="evenodd" d="m5.586 7-1.88-1.88a.996.996 0 0 1 .001-1.413.996.996 0 0 1 1.413-.002L20.123 18.71a.996.996 0 0 1-.002 1.412.996.996 0 0 1-1.412.002l-3.455-3.454c-.31.208-.693.331-1.11.331H4.856C3.83 17 3 16.253 3 15.331V8.67C3 7.747 3.83 7 4.856 7zm14.623 8.994-3.144-3.144V9.5l2.613-1.411c.137-.061.28-.089.421-.089.472 0 .901.316.901.753v6.494c0 .403-.365.703-.791.747M11.214 7h2.93C15.17 7 16 7.747 16 8.669v3.117z"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
VidCameraOffIcon.displayName = 'VidCameraOffIcon';
|
|
19
|
-
var _default = VidCameraOffIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = VidCameraOffIcon;
|
package/glyph/vid-camera-on.js
CHANGED
|
@@ -4,17 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
9
|
+
var _video = _interopRequireDefault(require("@atlaskit/icon/core/video"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const VidCameraOnIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
12
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentColor" fill-rule="evenodd" d="M19.678 8.089q.208-.09.421-.089c.472 0 .901.316.901.753v6.494c0 .437-.43.753-.9.753-.141 0-.286-.028-.424-.09l-2.611-1.416V9.499zM4.856 7h9.288C15.17 7 16 7.747 16 8.669v6.662c0 .922-.83 1.669-1.856 1.669H4.856C3.83 17 3 16.253 3 15.331V8.67C3 7.747 3.83 7 4.856 7"/></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _video.default
|
|
15
|
+
}));
|
|
18
16
|
VidCameraOnIcon.displayName = 'VidCameraOnIcon';
|
|
19
|
-
var _default = VidCameraOnIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = VidCameraOnIcon;
|
|
@@ -4,17 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
12
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><circle fill="currentColor" cx="12" cy="12" r="10"/><rect fill="inherit" x="14" y="8" width="2" height="8" rx="1"/><rect fill="inherit" x="11" y="10" width="2" height="6" rx="1"/><rect fill="inherit" x="8" y="13" width="2" height="3" rx="1"/></g></svg>`
|
|
10
|
+
const VidConnectionCircleIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><circle cx="12" cy="12" r="10" fill="currentColor"/><rect width="2" height="8" x="14" y="8" fill="inherit" rx="1"/><rect width="2" height="6" x="11" y="10" fill="inherit" rx="1"/><rect width="2" height="3" x="8" y="13" fill="inherit" rx="1"/></g></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
VidConnectionCircleIcon.displayName = 'VidConnectionCircleIcon';
|
|
19
|
-
var _default = VidConnectionCircleIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = VidConnectionCircleIcon;
|
package/glyph/vid-forward.js
CHANGED
|
@@ -4,17 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
12
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path d="M10.97 13.87l-6.273 3.858C3.76 18.305 3 17.883 3 16.773V7.226c0-1.104.757-1.533 1.697-.956l6.273 3.858V7.226c0-1.104.757-1.533 1.697-.956l7.62 4.686c.936.576.939 1.509 0 2.087l-7.62 4.685c-.937.577-1.697.155-1.697-.955V13.87z" fill="currentColor" fill-rule="evenodd"/></svg>`
|
|
10
|
+
const VidForwardIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentColor" fill-rule="evenodd" d="m10.97 13.87-6.273 3.858C3.76 18.305 3 17.883 3 16.773V7.226c0-1.104.757-1.533 1.697-.956l6.273 3.858V7.226c0-1.104.757-1.533 1.697-.956l7.62 4.686c.936.576.939 1.509 0 2.087l-7.62 4.685c-.937.577-1.697.155-1.697-.955z"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
VidForwardIcon.displayName = 'VidForwardIcon';
|
|
19
|
-
var _default = VidForwardIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = VidForwardIcon;
|
|
@@ -4,17 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
9
|
+
var _fullscreenExit = _interopRequireDefault(require("@atlaskit/icon/core/fullscreen-exit"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const VidFullScreenOffIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
12
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentColor" fill-rule="evenodd"><path fill-rule="nonzero" d="M9 15.003v2.995a1 1 0 1 0 2 0v-3.896C11 13.494 10.507 13 9.9 13H6a1 1 0 0 0 0 2.003z"/><path fill-rule="nonzero" d="M3.74 20.294a.997.997 0 0 0 1.407.005l5.152-5.152a1 1 0 0 0-.005-1.407l-.034-.034a.997.997 0 0 0-1.407-.005l-5.152 5.152a1 1 0 0 0 .005 1.407z"/><path d="M19.067 3.321 13.32 9.066a1.115 1.115 0 0 0 .005 1.57l.036.037a1.11 1.11 0 0 0 1.571.005l5.747-5.744a1.116 1.116 0 0 0-.006-1.57l-.037-.037a1.117 1.117 0 0 0-1.57-.006"/><path d="M13 6.002v3.896c0 .608.493 1.102 1.1 1.102H18a1 1 0 0 0 0-2.003h-3V6.002a1 1 0 1 0-2 0"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _fullscreenExit.default
|
|
15
|
+
}));
|
|
18
16
|
VidFullScreenOffIcon.displayName = 'VidFullScreenOffIcon';
|
|
19
|
-
var _default = VidFullScreenOffIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = VidFullScreenOffIcon;
|
|
@@ -4,17 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
9
|
+
var _fullscreenEnter = _interopRequireDefault(require("@atlaskit/icon/core/fullscreen-enter"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const VidFullScreenOnIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
12
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentColor" fill-rule="evenodd" d="M6 18h3a1 1 0 0 1 0 2H6a2 2 0 0 1-2-2v-3a1 1 0 0 1 2 0zm12 2h-3a1 1 0 0 1 0-2h3v-3a1 1 0 0 1 2 0v3a2 2 0 0 1-2 2M6 4h3a1 1 0 1 1 0 2H6v3a1 1 0 1 1-2 0V6a2 2 0 0 1 2-2m12 2h-3a1 1 0 0 1 0-2h3a2 2 0 0 1 2 2v3a1 1 0 0 1-2 0z"/></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _fullscreenEnter.default
|
|
15
|
+
}));
|
|
18
16
|
VidFullScreenOnIcon.displayName = 'VidFullScreenOnIcon';
|
|
19
|
-
var _default = VidFullScreenOnIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = VidFullScreenOnIcon;
|
package/glyph/vid-hang-up.js
CHANGED
|
@@ -4,17 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
12
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path d="M5.467 14.95l2.611-.656s.64-.237.652-.978l-.01-1.212s.038-.471.637-.557c1.768-.327 3.418-.34 5.182 0 .689.131.636.557.636.557l.007.889c.013.74.652.977.652.977l2.593.982c1.227.37 1.868-1.473 1.44-2.574-.991-2.557-3.996-2.994-6.281-3.294-1.085-.143-2.291-.077-3.274 0-1.72.137-5.17.713-6.165 3.27-.427 1.1.093 2.966 1.32 2.596z" fill="currentColor" fill-rule="evenodd"/></svg>`
|
|
10
|
+
const VidHangUpIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentColor" fill-rule="evenodd" d="m5.467 14.95 2.611-.656s.64-.237.652-.978l-.01-1.212s.038-.471.637-.557c1.768-.327 3.418-.34 5.182 0 .689.131.636.557.636.557l.007.889c.013.74.652.977.652.977l2.593.982c1.227.37 1.868-1.473 1.44-2.574-.991-2.557-3.996-2.994-6.281-3.294-1.085-.143-2.291-.077-3.274 0-1.72.137-5.17.713-6.165 3.27-.427 1.1.093 2.966 1.32 2.596"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
VidHangUpIcon.displayName = 'VidHangUpIcon';
|
|
19
|
-
var _default = VidHangUpIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = VidHangUpIcon;
|
package/glyph/vid-hd-circle.js
CHANGED
|
@@ -4,17 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
12
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><circle fill="currentColor" cx="12" cy="12" r="10"/><path d="M11.359 15V9.004h-1.5v2.352H7.504V9.004H6V15h1.504v-2.418h2.355V15h1.5zm1.393-6v6h2.483C17.013 15 18 13.911 18 11.942 18 10.068 16.996 9 15.235 9h-2.483zm1.503 1.226h.71c.946 0 1.503.627 1.503 1.745 0 1.188-.529 1.803-1.504 1.803h-.709v-3.548z" fill="inherit"/></g></svg>`
|
|
10
|
+
const VidHdCircleIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><circle cx="12" cy="12" r="10" fill="currentColor"/><path fill="inherit" d="M11.359 15V9.004h-1.5v2.352H7.504V9.004H6V15h1.504v-2.418h2.355V15zm1.393-6v6h2.483C17.013 15 18 13.911 18 11.942 18 10.068 16.996 9 15.235 9zm1.503 1.226h.71c.946 0 1.503.627 1.503 1.745 0 1.188-.529 1.803-1.504 1.803h-.709z"/></g></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
VidHdCircleIcon.displayName = 'VidHdCircleIcon';
|
|
19
|
-
var _default = VidHdCircleIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = VidHdCircleIcon;
|
package/glyph/vid-pause.js
CHANGED
|
@@ -4,17 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
9
|
+
var _videoPause = _interopRequireDefault(require("@atlaskit/icon/core/video-pause"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const VidPauseIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
12
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentColor" fill-rule="evenodd" d="M6 4h2a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1m10 0h2a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1"/></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _videoPause.default
|
|
15
|
+
}));
|
|
18
16
|
VidPauseIcon.displayName = 'VidPauseIcon';
|
|
19
|
-
var _default = VidPauseIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = VidPauseIcon;
|
package/glyph/vid-play.js
CHANGED
|
@@ -4,17 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
9
|
+
var _videoPlay = _interopRequireDefault(require("@atlaskit/icon/core/video-play"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const VidPlayIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
12
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentColor" fill-rule="evenodd" d="M8.595 19.522C7.162 20.364 6 19.702 6 18.04V5.963C6 4.3 7.158 3.635 8.595 4.479l11.083 6.51c.951.559.958 1.46 0 2.023z"/></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _videoPlay.default
|
|
15
|
+
}));
|
|
18
16
|
VidPlayIcon.displayName = 'VidPlayIcon';
|
|
19
|
-
var _default = VidPlayIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = VidPlayIcon;
|
package/glyph/vid-raised-hand.js
CHANGED
|
@@ -4,17 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
12
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentColor" fill-rule="evenodd"><path d="M11 3a4 4 0 100 8 4 4 0 000-8m3 9H8a3 3 0 00-3 3v3.7a9.07 9.07 0 005.9 2.3 9 9 0 006.1-2.4V15a3 3 0 00-3-3"/><path d="M16.6 10.6a.998.998 0 00.2 1.4 1.005 1.005 0 001.402-.203l1.996-2.661c.333-.443.602-1.25.602-1.808V5.005A1 1 0 0019.8 4c-.552 0-1 .45-1 1.002v2.665l-2.2 2.932z" fill-rule="nonzero"/></g></svg>`
|
|
10
|
+
const VidRaisedHandIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentColor" fill-rule="evenodd"><path d="M11 3a4 4 0 1 0 0 8 4 4 0 0 0 0-8m3 9H8a3 3 0 0 0-3 3v3.7a9.07 9.07 0 0 0 5.9 2.3 9 9 0 0 0 6.1-2.4V15a3 3 0 0 0-3-3"/><path fill-rule="nonzero" d="M16.6 10.6a1 1 0 0 0 .2 1.4 1.005 1.005 0 0 0 1.402-.203l1.996-2.661c.333-.443.602-1.25.602-1.808V5.005A1 1 0 0 0 19.8 4c-.552 0-1 .45-1 1.002v2.665z"/></g></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
VidRaisedHandIcon.displayName = 'VidRaisedHandIcon';
|
|
19
|
-
var _default = VidRaisedHandIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = VidRaisedHandIcon;
|
|
@@ -4,17 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
12
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentColor" fill-rule="evenodd"><path d="M13 4H4.995C3.893 4 3 4.9 3 6.009v7.982C3 15.098 3.893 16 4.995 16h14.01C20.107 16 21 15.1 21 13.991V7.5 11h-2v3H5V6h8V4z" fill-rule="nonzero"/><path d="M10 17h4v3h-4z"/><path d="M9 20a1 1 0 01.99-1h4.02c.546 0 .99.444.99 1v1H9v-1z"/><path d="M19 5v3a1 1 0 002 0V4a1 1 0 00-1-1h-4a1 1 0 000 2h3z" fill-rule="nonzero"/><path d="M19 3.586l-6.707 6.707a1 1 0 001.414 1.414L20.414 5H19V3.586z" fill-rule="nonzero"/></g></svg>`
|
|
10
|
+
const VidShareScreenIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentColor" fill-rule="evenodd"><path fill-rule="nonzero" d="M13 4H4.995C3.893 4 3 4.9 3 6.009v7.982C3 15.098 3.893 16 4.995 16h14.01C20.107 16 21 15.1 21 13.991V7.5 11h-2v3H5V6h8z"/><path d="M10 17h4v3h-4z"/><path d="M9 20a1 1 0 0 1 .99-1h4.02c.546 0 .99.444.99 1v1H9z"/><path fill-rule="nonzero" d="M19 5v3a1 1 0 0 0 2 0V4a1 1 0 0 0-1-1h-4a1 1 0 0 0 0 2z"/><path fill-rule="nonzero" d="m19 3.586-6.707 6.707a1 1 0 0 0 1.414 1.414L20.414 5H19z"/></g></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
VidShareScreenIcon.displayName = 'VidShareScreenIcon';
|
|
19
|
-
var _default = VidShareScreenIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = VidShareScreenIcon;
|
|
@@ -4,17 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
12
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><path d="M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12z" fill="currentColor"/><path d="M12.229 7.652c.04.048.124.16.238.33.198.294.398.631.584 1.006 1.138 2.288 1.243 4.648-.316 6.864a7.86 7.86 0 01-.377.492 1 1 0 00.156 1.43 1.062 1.062 0 001.467-.152 9.55 9.55 0 00.475-.62c2.045-2.907 1.907-6.017.472-8.901-.392-.788-.788-1.376-1.07-1.72a1.062 1.062 0 00-1.466-.158 1 1 0 00-.163 1.429z" fill="inherit" fill-rule="nonzero"/><path d="M9.213 9.619c.08.101.226.33.377.658.608 1.318.608 2.72-.404 4.141-.32.45-.217 1.074.23 1.395a.992.992 0 001.389-.231c1.476-2.073 1.476-4.226.591-6.146a5.494 5.494 0 00-.619-1.055.992.992 0 00-1.398-.166c-.431.341-.506.97-.166 1.404z" fill="inherit" fill-rule="nonzero"/></g></svg>`
|
|
10
|
+
const VidSpeakingCircleIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><path fill="currentColor" d="M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12"/><path fill="inherit" fill-rule="nonzero" d="M12.229 7.652c.04.048.124.16.238.33.198.294.398.631.584 1.006 1.138 2.288 1.243 4.648-.316 6.864a8 8 0 0 1-.377.492 1 1 0 0 0 .156 1.43 1.06 1.06 0 0 0 1.467-.152q.255-.306.475-.62c2.045-2.907 1.907-6.017.472-8.901-.392-.788-.788-1.376-1.07-1.72a1.06 1.06 0 0 0-1.466-.158 1 1 0 0 0-.163 1.429"/><path fill="inherit" fill-rule="nonzero" d="M9.213 9.619c.08.101.226.33.377.658.608 1.318.608 2.72-.404 4.141-.32.45-.217 1.074.23 1.395a.99.99 0 0 0 1.389-.231c1.476-2.073 1.476-4.226.591-6.146a5.5 5.5 0 0 0-.619-1.055.99.99 0 0 0-1.398-.166c-.431.341-.506.97-.166 1.404"/></g></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
VidSpeakingCircleIcon.displayName = 'VidSpeakingCircleIcon';
|
|
19
|
-
var _default = VidSpeakingCircleIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = VidSpeakingCircleIcon;
|
package/glyph/vid-volume-full.js
CHANGED
|
@@ -4,17 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
9
|
+
var _volumeHigh = _interopRequireDefault(require("@atlaskit/icon/core/volume-high"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const VidVolumeFullIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
12
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentColor" fill-rule="evenodd" d="m8.121 8.024 5.073-3.92A.5.5 0 0 1 14 4.5v14.964a.5.5 0 0 1-.806.395l-4.962-3.835H3.999c-.552 0-.999-.453-.999-.997V9.022c0-.551.441-.998.999-.998h2.606l.036.001h1.48m8.455-.715c-.372-.202-.522-.69-.335-1.09s.64-.561 1.012-.36C19.72 7.196 21 9.27 21 11.98s-1.277 4.795-3.74 6.165c-.37.206-.824.05-1.015-.348s-.046-.888.323-1.093c1.98-1.102 2.925-2.645 2.925-4.724 0-2.075-.942-3.6-2.917-4.671m-1.03 3.245c-.37-.202-.52-.69-.334-1.09.188-.4.64-.561 1.012-.36 1.133.614 1.745 1.606 1.745 2.88 0 1.27-.61 2.265-1.738 2.893-.37.206-.824.05-1.015-.349s-.046-.887.324-1.093c.645-.358.922-.812.922-1.452 0-.637-.274-1.082-.915-1.43"/></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _volumeHigh.default
|
|
15
|
+
}));
|
|
18
16
|
VidVolumeFullIcon.displayName = 'VidVolumeFullIcon';
|
|
19
|
-
var _default = VidVolumeFullIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = VidVolumeFullIcon;
|
package/glyph/vid-volume-half.js
CHANGED
|
@@ -4,17 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
9
|
+
var _volumeLow = _interopRequireDefault(require("@atlaskit/icon/core/volume-low"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const VidVolumeHalfIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
12
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentColor" fill-rule="evenodd" d="m8.121 8.024 5.073-3.92A.5.5 0 0 1 14 4.5v14.964a.5.5 0 0 1-.806.395l-4.962-3.835H3.999c-.552 0-.999-.453-.999-.997V9.022c0-.551.441-.998.999-.998h2.606l.036.001h1.48m7.426 2.53c-.372-.202-.522-.69-.335-1.09.188-.4.64-.561 1.012-.36 1.133.614 1.745 1.606 1.745 2.88 0 1.27-.61 2.265-1.738 2.893-.37.206-.824.05-1.015-.349s-.046-.887.324-1.093c.645-.358.922-.812.922-1.452 0-.637-.274-1.082-.915-1.43"/></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _volumeLow.default
|
|
15
|
+
}));
|
|
18
16
|
VidVolumeHalfIcon.displayName = 'VidVolumeHalfIcon';
|
|
19
|
-
var _default = VidVolumeHalfIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = VidVolumeHalfIcon;
|
|
@@ -4,17 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
9
|
+
var _volumeMuted = _interopRequireDefault(require("@atlaskit/icon/core/volume-muted"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const VidVolumeMutedIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
12
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentColor" fill-rule="evenodd" d="M14 16.001v4.05a.5.5 0 0 1-.806.395l-4.962-3.834H3.999c-.552 0-.999-.453-.999-.997V9.609c0-.55.441-.997.999-.997H6.61L3.705 5.707a.996.996 0 0 1 .002-1.413.996.996 0 0 1 1.413-.001l15.003 15.003a.996.996 0 0 1-.002 1.413.996.996 0 0 1-1.412.001zm5.829.495-1.112-1.112c.522-.803.776-1.738.776-2.816 0-2.076-.942-3.601-2.917-4.672-.372-.202-.522-.69-.335-1.09s.64-.561 1.012-.36C19.72 7.784 21 9.856 21 12.568c0 1.507-.396 2.822-1.171 3.928m-2.28-2.28-1.153-1.152q.067-.227.066-.494c0-.637-.274-1.082-.915-1.429-.372-.201-.522-.689-.335-1.09.188-.4.64-.56 1.012-.36 1.133.614 1.745 1.606 1.745 2.88 0 .616-.144 1.168-.42 1.645M14 10.669l-3.724-3.723 2.918-2.254a.5.5 0 0 1 .806.395z"/></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _volumeMuted.default
|
|
15
|
+
}));
|
|
18
16
|
VidVolumeMutedIcon.displayName = 'VidVolumeMutedIcon';
|
|
19
|
-
var _default = VidVolumeMutedIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = VidVolumeMutedIcon;
|
package/glyph/video-circle.js
CHANGED
|
@@ -4,17 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
9
|
+
var _video = _interopRequireDefault(require("@atlaskit/icon/core/video"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const VideoCircleIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
12
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><circle cx="12" cy="12" r="10" fill="currentColor"/><path fill="inherit" d="M17.37 14.954 15 13.807v-3.613l2.37-1.148c.285-.138.63.05.63.343v5.222c0 .293-.345.481-.63.343"/><rect width="8" height="6" x="6" y="9" fill="inherit" rx="1"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _video.default
|
|
15
|
+
}));
|
|
18
16
|
VideoCircleIcon.displayName = 'VideoCircleIcon';
|
|
19
|
-
var _default = VideoCircleIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = VideoCircleIcon;
|
package/glyph/video-filled.js
CHANGED
|
@@ -4,17 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
9
|
+
var _video = _interopRequireDefault(require("@atlaskit/icon/core/video"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const VideoFilledIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
12
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentColor" fill-rule="evenodd"><path d="M17.37 14.954 15 13.807v-3.613l2.37-1.148c.285-.138.63.05.63.343v5.222c0 .293-.345.481-.63.343"/><rect width="8" height="6" x="6" y="9" rx="1"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _video.default
|
|
15
|
+
}));
|
|
18
16
|
VideoFilledIcon.displayName = 'VideoFilledIcon';
|
|
19
|
-
var _default = VideoFilledIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = VideoFilledIcon;
|
package/glyph/warning.js
CHANGED
|
@@ -4,17 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
9
|
+
var _warning = _interopRequireDefault(require("@atlaskit/icon/core/warning"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const WarningIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
12
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><path fill="currentColor" d="M12.938 4.967c-.518-.978-1.36-.974-1.876 0L3.938 18.425c-.518.978-.045 1.771 1.057 1.771h14.01c1.102 0 1.573-.797 1.057-1.771z"/><path fill="inherit" d="M12 15a1 1 0 0 1-1-1V9a1 1 0 0 1 2 0v5a1 1 0 0 1-1 1m0 3a1 1 0 0 1 0-2 1 1 0 0 1 0 2"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _warning.default
|
|
15
|
+
}));
|
|
18
16
|
WarningIcon.displayName = 'WarningIcon';
|
|
19
|
-
var _default = WarningIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = WarningIcon;
|
package/glyph/watch-filled.js
CHANGED
|
@@ -4,17 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _base = require("@atlaskit/icon/base");
|
|
11
|
-
|
|
9
|
+
var _eyeOpenFilled = _interopRequireDefault(require("@atlaskit/icon/core/eye-open-filled"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const WatchFilledIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
12
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentColor" fill-rule="evenodd"><path d="M11.983 15.984a4.005 4.005 0 0 1-4.002-4c0-2.206 1.795-4 4.002-4a4.005 4.005 0 0 1 4.002 4c0 2.206-1.795 4-4.002 4M12 4C6.48 4 2 8.84 2 12c0 3.086 4.577 8 10 8s10-4.914 10-8c0-3.16-4.481-8-10-8"/><circle cx="12" cy="12" r="2"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _eyeOpenFilled.default
|
|
15
|
+
}));
|
|
18
16
|
WatchFilledIcon.displayName = 'WatchFilledIcon';
|
|
19
|
-
var _default = WatchFilledIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = WatchFilledIcon;
|