@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
|
@@ -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="M4.36 17.904L17.904 4.36a1.228 1.228 0 111.736 1.736L6.096 19.64a1.228 1.228 0 11-1.736-1.736z" fill="currentColor"/></svg>`
|
|
10
|
+
const MediaServicesLineIcon = 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="M4.36 17.904 17.904 4.36a1.228 1.228 0 1 1 1.736 1.736L6.096 19.64a1.228 1.228 0 1 1-1.736-1.736"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
MediaServicesLineIcon.displayName = 'MediaServicesLineIcon';
|
|
19
|
-
var _default = MediaServicesLineIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = MediaServicesLineIcon;
|
|
@@ -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="M19.41 3.041l.72-.72a1.095 1.095 0 111.55 1.548L3.87 21.68a1.095 1.095 0 11-1.55-1.55l.72-.72a2.005 2.005 0 01-.04-.405V4.995C3 3.893 3.893 3 4.995 3h14.01c.139 0 .274.014.405.041zM21 7.531v11.474A1.995 1.995 0 0119.005 21H7.53l3-3H18v-2.7l-2.271-2.498L21 7.53zM8 10a2 2 0 100-4 2 2 0 000 4z" fill="currentColor"/></svg>`
|
|
10
|
+
const MediaServicesNoImageIcon = 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="m19.41 3.041.72-.72a1.095 1.095 0 1 1 1.55 1.548L3.87 21.68a1.095 1.095 0 1 1-1.55-1.55l.72-.72a2 2 0 0 1-.04-.405V4.995C3 3.893 3.893 3 4.995 3h14.01q.209 0 .405.041M21 7.531v11.474A1.995 1.995 0 0 1 19.005 21H7.53l3-3H18v-2.7l-2.271-2.498zM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
MediaServicesNoImageIcon.displayName = 'MediaServicesNoImageIcon';
|
|
19
|
-
var _default = MediaServicesNoImageIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = MediaServicesNoImageIcon;
|
|
@@ -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="M14 11.414l-3 3V18h3v2H6.006A1.999 1.999 0 014 17.994V10h2v3h3.586l3-3H12c-.552 0-1-.444-1-1 0-.552.444-1 1-1h3a.997.997 0 011 1v3c0 .552-.444 1-1 1-.552 0-1-.444-1-1v-.586zM16 18v2h2c1.105 0 2-.888 2-2v-2h-2v1.497c0 .27-.225.503-.503.503H16zM8 6V4H6c-1.105 0-2 .888-2 2v2h2V6.503c0-.27.225-.503.503-.503H8zm10 2h2V6c0-1.112-.895-2-2-2h-2v2h1.497c.278 0 .503.233.503.503V8zm-8-4h4v2h-4V4zm8 6h2v4h-2v-4z" fill="currentColor" fill-rule="evenodd"/></svg>`
|
|
10
|
+
const MediaServicesOpenMediaviewerIcon = 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="m14 11.41-3 3V18h3v2H6.01A2 2 0 0 1 4 17.99V10h2v3h3.59l3-3H12c-.55 0-1-.44-1-1 0-.55.44-1 1-1h3a1 1 0 0 1 1 1v3c0 .55-.44 1-1 1-.55 0-1-.44-1-1zM16 18v2h2c1.11 0 2-.89 2-2v-2h-2v1.5c0 .27-.22.5-.5.5zM8 6V4H6a2 2 0 0 0-2 2v2h2V6.5c0-.27.23-.5.5-.5zm10 2h2V6c0-1.11-.89-2-2-2h-2v2h1.5c.28 0 .5.23.5.5zm-8-4h4v2h-4zm8 6h2v4h-2z"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
MediaServicesOpenMediaviewerIcon.displayName = 'MediaServicesOpenMediaviewerIcon';
|
|
19
|
-
var _default = MediaServicesOpenMediaviewerIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = MediaServicesOpenMediaviewerIcon;
|
|
@@ -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="M12 20c-4.943 0-9-3.55-9-8s4.057-8 9-8 9 3.55 9 8-4.057 8-9 8zm0-2c3.893 0 7-2.718 7-6s-3.107-6-7-6-7 2.718-7 6 3.107 6 7 6z" fill="currentColor"/></svg>`
|
|
10
|
+
const MediaServicesOvalIcon = 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="M12 20c-4.943 0-9-3.55-9-8s4.057-8 9-8 9 3.55 9 8-4.057 8-9 8m0-2c3.893 0 7-2.718 7-6s-3.107-6-7-6-7 2.718-7 6 3.107 6 7 6"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
MediaServicesOvalIcon.displayName = 'MediaServicesOvalIcon';
|
|
19
|
-
var _default = MediaServicesOvalIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = MediaServicesOvalIcon;
|
|
@@ -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"><rect fill="currentColor" x="4" y="4" width="16" height="16" rx="2"/><rect fill="inherit" x="7" y="8" width="10" height="2" rx="1"/><path d="M16.187 16h-3.373c-.45 0-.814-.222-.814-.497v-4.006c0-.275.364-.497.814-.497h3.373c.45 0 .813.222.813.497v4.006c0 .275-.364.497-.813.497" fill="inherit"/><rect fill="inherit" x="7" y="11" width="4" height="2" rx="1"/><rect fill="inherit" x="7" y="14" width="4" height="2" rx="1"/></g></svg>`
|
|
10
|
+
const MediaServicesPdfIcon = 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"><rect width="16" height="16" x="4" y="4" fill="currentColor" rx="2"/><rect width="10" height="2" x="7" y="8" fill="inherit" rx="1"/><path fill="inherit" d="M16.187 16h-3.373c-.45 0-.814-.222-.814-.497v-4.006c0-.275.364-.497.814-.497h3.373c.45 0 .813.222.813.497v4.006c0 .275-.364.497-.813.497"/><rect width="4" height="2" x="7" y="11" fill="inherit" rx="1"/><rect width="4" height="2" x="7" y="14" fill="inherit" rx="1"/></g></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
MediaServicesPdfIcon.displayName = 'MediaServicesPdfIcon';
|
|
19
|
-
var _default = MediaServicesPdfIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = MediaServicesPdfIcon;
|
|
@@ -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="M12 19a7 7 0 100-14 7 7 0 000 14zm0 2a9 9 0 110-18 9 9 0 010 18z" fill="currentColor"/></svg>`
|
|
10
|
+
const MediaServicesPreselectedIcon = 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="M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14m0 2a9 9 0 1 1 0-18 9 9 0 0 1 0 18"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
MediaServicesPreselectedIcon.displayName = 'MediaServicesPreselectedIcon';
|
|
19
|
-
var _default = MediaServicesPreselectedIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = MediaServicesPreselectedIcon;
|
|
@@ -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 _chartBar = _interopRequireDefault(require("@atlaskit/icon/core/chart-bar"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const MediaServicesPresentationIcon = 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"><rect width="16" height="16" x="4" y="4" fill="currentColor" rx="2"/><rect width="2" height="3" x="8" y="12" fill="inherit" rx="1"/><rect width="2" height="5" x="11" y="10" fill="inherit" rx="1"/><rect width="2" height="7" x="14" y="8" fill="inherit" rx="1"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _chartBar.default
|
|
15
|
+
}));
|
|
18
16
|
MediaServicesPresentationIcon.displayName = 'MediaServicesPresentationIcon';
|
|
19
|
-
var _default = MediaServicesPresentationIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = MediaServicesPresentationIcon;
|
|
@@ -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 6v12h14V6H5zm0-2h14a2 2 0 012 2v12a2 2 0 01-2 2H5a2 2 0 01-2-2V6a2 2 0 012-2z" fill="currentColor"/></svg>`
|
|
10
|
+
const MediaServicesRectangleIcon = 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="M5 6v12h14V6zm0-2h14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
MediaServicesRectangleIcon.displayName = 'MediaServicesRectangleIcon';
|
|
19
|
-
var _default = MediaServicesRectangleIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = MediaServicesRectangleIcon;
|
|
@@ -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 _image = _interopRequireDefault(require("@atlaskit/icon/core/image"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const MediaServicesScaleLargeIcon = 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="M5 6.007v11.986C5 18.55 5.45 19 6.007 19h11.986C18.55 19 19 18.55 19 17.993V6.007C19 5.45 18.55 5 17.993 5H6.007C5.45 5 5 5.45 5 6.007m-2 0A3.006 3.006 0 0 1 6.007 3h11.986A3.006 3.006 0 0 1 21 6.007v11.986A3.006 3.006 0 0 1 17.993 21H6.007A3.006 3.006 0 0 1 3 17.993z"/><path d="M11.005 17H16.5c.27 0 .5-.228.5-.509v-1.634a.73.73 0 0 0-.167-.44L14.5 11.85a.24.24 0 0 0-.344-.006L11 15l-.821-.821a.25.25 0 0 0-.358 0l-2.465 2.465c-.195.195-.136.356.135.356z"/><circle cx="9" cy="9" r="2"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _image.default
|
|
15
|
+
}));
|
|
18
16
|
MediaServicesScaleLargeIcon.displayName = 'MediaServicesScaleLargeIcon';
|
|
19
|
-
var _default = MediaServicesScaleLargeIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = MediaServicesScaleLargeIcon;
|
|
@@ -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 _image = _interopRequireDefault(require("@atlaskit/icon/core/image"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const MediaServicesScaleSmallIcon = 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="M8 8.575v6.85a.57.57 0 0 0 .575.575h6.85a.57.57 0 0 0 .575-.575v-6.85A.57.57 0 0 0 15.425 8h-6.85A.57.57 0 0 0 8 8.575m-2 0A2.57 2.57 0 0 1 8.575 6h6.85A2.57 2.57 0 0 1 18 8.575v6.85A2.57 2.57 0 0 1 15.425 18h-6.85A2.57 2.57 0 0 1 6 15.425z"/><path d="M11.425 14.857h3.146a.29.29 0 0 0 .286-.29v-.935a.42.42 0 0 0-.1-.256l-1.324-1.456c-.062-.069-.145-.065-.201-.01l-1.803 1.804-.47-.469a.14.14 0 0 0-.204 0L9.34 14.66c-.105.105-.066.197.095.197z"/><circle cx="10.286" cy="10.286" r="1.143"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _image.default
|
|
15
|
+
}));
|
|
18
16
|
MediaServicesScaleSmallIcon.displayName = 'MediaServicesScaleSmallIcon';
|
|
19
|
-
var _default = MediaServicesScaleSmallIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = MediaServicesScaleSmallIcon;
|
|
@@ -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 _spreadsheet = _interopRequireDefault(require("@atlaskit/icon/core/spreadsheet"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const MediaServicesSpreadsheetIcon = 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"><rect width="16" height="16" x="4" y="4" fill="currentColor" rx="2"/><rect width="4" height="2" x="7" y="8" fill="inherit" rx="1"/><rect width="4" height="2" x="7" y="11" fill="inherit" rx="1"/><rect width="4" height="2" x="13" y="11" fill="inherit" rx="1"/><rect width="4" height="2" x="7" y="14" fill="inherit" rx="1"/><rect width="4" height="2" x="13" y="14" fill="inherit" rx="1"/><rect width="4" height="2" x="13" y="8" fill="inherit" rx="1"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _spreadsheet.default
|
|
15
|
+
}));
|
|
18
16
|
MediaServicesSpreadsheetIcon.displayName = 'MediaServicesSpreadsheetIcon';
|
|
19
|
-
var _default = MediaServicesSpreadsheetIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = MediaServicesSpreadsheetIcon;
|
|
@@ -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
|
-
const MediaServicesTextIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
10
|
+
const MediaServicesTextIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
15
11
|
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentColor" fill-rule="evenodd"><path d="M11 7h2v11h-2zM6 5h12v2H6z"/><path d="M5 5h2v3H5zm5 13h4v2h-4zm7-13h2v3h-2z"/></g></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
MediaServicesTextIcon.displayName = 'MediaServicesTextIcon';
|
|
19
|
-
var _default = MediaServicesTextIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = MediaServicesTextIcon;
|
|
@@ -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"><rect fill="currentColor" x="4" y="4" width="16" height="16" rx="2"/><path d="M12 11h3.502a.5.5 0 01.498.491v4.518A.993.993 0 0115 17H9.01C8.451 17 8 16.544 8 16.005v-8.01C8 7.445 8.443 7 9.01 7h2.5a.5.5 0 01.49.51V11zm1-4l3 3h-3V7z" fill="inherit"/></g></svg>`
|
|
10
|
+
const MediaServicesUnknownIcon = 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"><rect width="16" height="16" x="4" y="4" fill="currentColor" rx="2"/><path fill="inherit" d="M12 11h3.502a.5.5 0 0 1 .498.491v4.518A.993.993 0 0 1 15 17H9.01C8.451 17 8 16.544 8 16.005v-8.01C8 7.445 8.443 7 9.01 7h2.5a.5.5 0 0 1 .49.51zm1-4 3 3h-3z"/></g></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
MediaServicesUnknownIcon.displayName = 'MediaServicesUnknownIcon';
|
|
19
|
-
var _default = MediaServicesUnknownIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = MediaServicesUnknownIcon;
|
|
@@ -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 MediaServicesVideoIcon = 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"><rect width="16" height="16" x="4" y="4" fill="currentColor" rx="2"/><path fill="inherit" d="M16.37 14.954 14 13.807v-3.613l2.37-1.148c.285-.138.63.05.63.343v5.222c0 .293-.345.481-.63.343"/><rect width="6" height="6" x="7" y="9" fill="inherit" rx="1"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _video.default
|
|
15
|
+
}));
|
|
18
16
|
MediaServicesVideoIcon.displayName = 'MediaServicesVideoIcon';
|
|
19
|
-
var _default = MediaServicesVideoIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = MediaServicesVideoIcon;
|
|
@@ -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"><rect fill="currentColor" x="4" y="4" width="16" height="16" rx="2"/><path d="M9 6.999C9 6.447 9.443 6 9.999 6H12v3H9.999A.996.996 0 019 8.001V6.999zM12 9h2.001c.552 0 .999.443.999.999v1.002a.996.996 0 01-.999.999H12V9zm-3 3.999c0-.552.443-.999.999-.999H12v3H9.999A.996.996 0 019 14.001v-1.002zM12 15h2.001c.552 0 .999.443.999.999v1.002a.996.996 0 01-.999.999H12v-3z" fill="inherit"/></g></svg>`
|
|
10
|
+
const MediaServicesZipIcon = 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"><rect width="16" height="16" x="4" y="4" fill="currentColor" rx="2"/><path fill="inherit" d="M9 7c0-.55.44-1 1-1h2v3h-2a1 1 0 0 1-1-1zm3 2h2c.55 0 1 .44 1 1v1a1 1 0 0 1-1 1h-2zm-3 4c0-.55.44-1 1-1h2v3h-2a1 1 0 0 1-1-1zm3 2h2c.55 0 1 .44 1 1v1a1 1 0 0 1-1 1h-2z"/></g></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
MediaServicesZipIcon.displayName = 'MediaServicesZipIcon';
|
|
19
|
-
var _default = MediaServicesZipIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = MediaServicesZipIcon;
|
|
@@ -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 _zoomIn = _interopRequireDefault(require("@atlaskit/icon/core/zoom-in"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const MediaServicesZoomInIcon = 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="m16.436 15.085 3.94 4.01a1 1 0 0 1-1.425 1.402l-3.938-4.006a7.5 7.5 0 1 1 1.423-1.406M13.5 11.5a1 1 0 0 0 0-2h-2v-2a1 1 0 0 0-2 0v2h-2a1 1 0 0 0 0 2h2v2a1 1 0 0 0 2 0v-2z"/></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _zoomIn.default
|
|
15
|
+
}));
|
|
18
16
|
MediaServicesZoomInIcon.displayName = 'MediaServicesZoomInIcon';
|
|
19
|
-
var _default = MediaServicesZoomInIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = MediaServicesZoomInIcon;
|
|
@@ -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 _zoomOut = _interopRequireDefault(require("@atlaskit/icon/core/zoom-out"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const MediaServicesZoomOutIcon = 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="m16.436 15.085 3.94 4.01a1 1 0 0 1-1.425 1.402l-3.938-4.006a7.5 7.5 0 1 1 1.423-1.406M13.5 11.5h-6a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2"/></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _zoomOut.default
|
|
15
|
+
}));
|
|
18
16
|
MediaServicesZoomOutIcon.displayName = 'MediaServicesZoomOutIcon';
|
|
19
|
-
var _default = MediaServicesZoomOutIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = MediaServicesZoomOutIcon;
|
package/glyph/mention.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.94 12H5.008A2.006 2.006 0 003 14v4.446c0 2.233 5.16 3.002 8.713 2.306A6.475 6.475 0 0110.13 16.5c0-1.746.689-3.332 1.81-4.5z"/><path d="M21.153 13.123c.795 1.036 1.042 2.316.69 3.603-.34 1.254-.95 2.077-1.814 2.446-1.139.486-2.2-.052-2.315-.114a2.21 2.21 0 01-.575-.482c-.448.328-.94.52-1.417.52a1.74 1.74 0 01-.832-.206 1.837 1.837 0 01-.883-1.12c-.21-.715-.08-1.574.357-2.358.718-1.288 2.168-1.882 3.23-1.335.058.028.094.082.147.117a.85.85 0 01.808-.1c.442.18.654.683.471 1.123l-.072.173c-.438 1.052-.768 1.94-.386 2.168.005 0 .423.19.795.029.343-.154.627-.607.82-1.313.21-.778.077-1.488-.397-2.106-.675-.879-1.953-1.446-3.255-1.446-2.093 0-3.796 1.694-3.796 3.778 0 2.083 1.703 3.78 3.796 3.78.478 0 .865.385.865.86s-.387.86-.865.86C13.478 22 11 19.533 11 16.5s2.478-5.5 5.525-5.5c1.848 0 3.622.814 4.628 2.123zm-3.898 3.757c.413-.738.354-1.466-.141-1.72-.522-.267-1.274.129-1.637.776-.414.737-.35 1.545.14 1.806.491.26 1.224-.126 1.638-.863z"/><circle cx="9" cy="7" r="4"/></g></svg>`
|
|
10
|
+
const MentionIcon = 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.94 12H5.008A2.006 2.006 0 0 0 3 14v4.446c0 2.233 5.16 3.002 8.713 2.306A6.48 6.48 0 0 1 10.13 16.5c0-1.746.689-3.332 1.81-4.5"/><path d="M21.153 13.123c.795 1.036 1.042 2.316.69 3.603-.34 1.254-.95 2.077-1.814 2.446-1.139.486-2.2-.052-2.315-.114a2.2 2.2 0 0 1-.575-.482c-.448.328-.94.52-1.417.52a1.74 1.74 0 0 1-.832-.206 1.84 1.84 0 0 1-.883-1.12c-.21-.715-.08-1.574.357-2.358.718-1.288 2.168-1.882 3.23-1.335.058.028.094.082.147.117a.85.85 0 0 1 .808-.1c.442.18.654.683.471 1.123l-.072.173c-.438 1.052-.768 1.94-.386 2.168.005 0 .423.19.795.029.343-.154.627-.607.82-1.312.21-.78.077-1.489-.397-2.107-.675-.879-1.953-1.446-3.255-1.446-2.093 0-3.796 1.694-3.796 3.778s1.703 3.78 3.796 3.78c.478 0 .865.385.865.86s-.387.86-.865.86C13.478 22 11 19.533 11 16.5s2.478-5.5 5.525-5.5c1.848 0 3.622.814 4.628 2.123m-3.898 3.757c.413-.738.354-1.466-.141-1.72-.522-.267-1.274.129-1.637.776-.414.737-.35 1.545.14 1.806.491.26 1.224-.126 1.638-.863"/><circle cx="9" cy="7" r="4"/></g></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
MentionIcon.displayName = 'MentionIcon';
|
|
19
|
-
var _default = MentionIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = MentionIcon;
|
package/glyph/menu-expand.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="M6 12c0-.552.456-1 1.002-1h9.996a.999.999 0 110 2H7.002A.999.999 0 016 12zm0 4c0-.552.456-1 1.002-1h9.996a.999.999 0 110 2H7.002A.999.999 0 016 16zm0-8c0-.552.456-1 1.002-1h9.996a.999.999 0 110 2H7.002A.999.999 0 016 8z" fill="currentColor"/></svg>`
|
|
10
|
+
const MenuExpandIcon = 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="M6 12c0-.552.456-1 1.002-1h9.996a.999.999 0 1 1 0 2H7.002A1 1 0 0 1 6 12m0 4c0-.552.456-1 1.002-1h9.996a.999.999 0 1 1 0 2H7.002A1 1 0 0 1 6 16m0-8c0-.552.456-1 1.002-1h9.996a.999.999 0 1 1 0 2H7.002A1 1 0 0 1 6 8"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
MenuExpandIcon.displayName = 'MenuExpandIcon';
|
|
19
|
-
var _default = MenuExpandIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = MenuExpandIcon;
|
package/glyph/menu.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 15h14v2H5zm0-8h14v2H5zm0 4h14v2H5z" fill="currentColor" fill-rule="evenodd"/></svg>`
|
|
10
|
+
const MenuIcon = 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 15h14v2H5zm0-8h14v2H5zm0 4h14v2H5z"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
MenuIcon.displayName = 'MenuIcon';
|
|
19
|
-
var _default = MenuIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = MenuIcon;
|
package/glyph/mobile.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 _deviceMobile = _interopRequireDefault(require("@atlaskit/icon/core/device-mobile"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const MobileIcon = 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="M7 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm10 2H7v13h10zm-3 15h-4v1h4z" clip-rule="evenodd"/></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _deviceMobile.default
|
|
15
|
+
}));
|
|
18
16
|
MobileIcon.displayName = 'MobileIcon';
|
|
19
|
-
var _default = MobileIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = MobileIcon;
|
package/glyph/more-vertical.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 _showMoreVertical = _interopRequireDefault(require("@atlaskit/icon/core/show-more-vertical"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
const MoreVerticalIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
const MoreVerticalIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
15
12
|
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentColor" fill-rule="evenodd"><circle cx="12" cy="19" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="5" r="2"/></g></svg>`
|
|
16
|
-
}, props
|
|
17
|
-
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _showMoreVertical.default
|
|
15
|
+
}));
|
|
18
16
|
MoreVerticalIcon.displayName = 'MoreVerticalIcon';
|
|
19
|
-
var _default = MoreVerticalIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = MoreVerticalIcon;
|
package/glyph/more.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 _showMoreHorizontal = _interopRequireDefault(require("@atlaskit/icon/core/show-more-horizontal"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
const MoreIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
const MoreIcon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
15
12
|
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentColor" fill-rule="evenodd"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></g></svg>`
|
|
16
|
-
}, props
|
|
17
|
-
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _showMoreHorizontal.default
|
|
15
|
+
}));
|
|
18
16
|
MoreIcon.displayName = 'MoreIcon';
|
|
19
|
-
var _default = MoreIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = MoreIcon;
|
|
@@ -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.384 5.478A5.036 5.036 0 0114.954 4c.972 0 1.945.28 2.788.839.02-.026.043-.05.066-.074a1.01 1.01 0 111.354 1.494 5.048 5.048 0 01-.64 6.356l-.725.725c-.782.783-1.813 2.21-2.312 3.207l-1.509 3.016c-.249.5-.773.584-1.171.187l-8.556-8.555c-.397-.397-.308-.924.187-1.172l3.017-1.508c.989-.494 2.42-1.526 3.206-2.312l.725-.725z" fill-rule="nonzero"/><path d="M7.924 3.618l.401.968a1 1 0 11-1.848.765l-.4-.968a1 1 0 111.848-.765M4.383 6.076l.968.401a1.001 1.001 0 01-.766 1.848l-.968-.4a1.001 1.001 0 01.766-1.848m11.835 11.999a1.003 1.003 0 00-.542 1.307l.402.968a1 1 0 101.848-.766l-.401-.967a1 1 0 00-1.307-.542zm1.859-1.857a1 1 0 00.54 1.306l.969.401a1.001 1.001 0 00.766-1.848l-.97-.401a1 1 0 00-1.306.542zm-11.592 1.45a2 2 0 002.829 0l-2.829-2.83a2 2 0 000 2.83z"/></g></svg>`
|
|
10
|
+
const NotificationAllIcon = 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="M11.384 5.478A5.04 5.04 0 0 1 14.954 4c.972 0 1.945.28 2.788.839q.03-.038.066-.074a1.01 1.01 0 1 1 1.354 1.494 5.05 5.05 0 0 1-.64 6.356l-.725.725c-.782.783-1.813 2.21-2.312 3.207l-1.509 3.016c-.249.5-.773.584-1.171.187l-8.556-8.555c-.397-.397-.308-.924.187-1.172l3.017-1.508c.989-.494 2.42-1.526 3.206-2.312z"/><path d="m7.92 3.62.4.97a1 1 0 1 1-1.85.77l-.4-.97a1 1 0 1 1 1.85-.76M4.38 6.08l.97.4a1 1 0 0 1-.77 1.85l-.97-.4a1 1 0 0 1 .77-1.85m11.84 12a1 1 0 0 0-.54 1.31l.4.97a1 1 0 1 0 1.85-.77l-.4-.97a1 1 0 0 0-1.31-.54m1.86-1.86a1 1 0 0 0 .54 1.31l.97.4a1 1 0 0 0 .77-1.85l-.97-.4a1 1 0 0 0-1.31.54M6.49 17.67a2 2 0 0 0 2.83 0l-2.83-2.83a2 2 0 0 0 0 2.83"/></g></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
NotificationAllIcon.displayName = 'NotificationAllIcon';
|
|
19
|
-
var _default = NotificationAllIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = NotificationAllIcon;
|