@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="M6.586 17.829a2 2 0 002.829 0L6.585 15a2 2 0 000 2.829zm4.798-12.351A5.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-.725zm2.739 9.63c.517-.975 1.568-2.396 2.354-3.182l.725-.726a3.048 3.048 0 00.387-3.835c-.19-.286-.718-.766-.859-.86A3.043 3.043 0 0015.047 6a3.04 3.04 0 00-2.156.892l-.95.951c-.784.785-2.219 1.82-3.201 2.311l-1.74.87 6.07 6.069 1.053-1.985z" fill="currentColor" fill-rule="evenodd"/></svg>`
|
|
10
|
+
const NotificationDirectIcon = 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="M6.59 17.83a2 2 0 0 0 2.83 0L6.59 15a2 2 0 0 0 0 2.83m4.79-12.35A5.04 5.04 0 0 1 14.95 4c.97 0 1.95.28 2.79.84q.03-.04.07-.07a1.01 1.01 0 1 1 1.35 1.49 5.05 5.05 0 0 1-.64 6.36l-.72.73c-.78.78-1.81 2.21-2.31 3.21l-1.51 3.02c-.25.5-.77.58-1.17.19l-8.56-8.55c-.4-.4-.31-.92.19-1.17l3.02-1.51c.99-.49 2.42-1.53 3.21-2.31zm2.74 9.63c.52-.97 1.57-2.4 2.35-3.18l.73-.73a3.05 3.05 0 0 0 .39-3.83c-.19-.29-.72-.77-.86-.86A3.04 3.04 0 0 0 15.05 6c-.8 0-1.57.31-2.16.89l-.95.95c-.78.79-2.22 1.82-3.2 2.31L7 11.02l6.07 6.07z"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
NotificationDirectIcon.displayName = 'NotificationDirectIcon';
|
|
19
|
-
var _default = NotificationDirectIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = NotificationDirectIcon;
|
package/glyph/notification.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.485 17.669a2 2 0 002.829 0l-2.829-2.83a2 2 0 000 2.83zm4.897-12.191l-.725.725c-.782.782-2.21 1.813-3.206 2.311l-3.017 1.509c-.495.248-.584.774-.187 1.171l8.556 8.556c.398.396.922.313 1.171-.188l1.51-3.016c.494-.988 1.526-2.42 2.311-3.206l.725-.726a5.048 5.048 0 00.64-6.356 1.01 1.01 0 10-1.354-1.494c-.023.025-.046.049-.066.075a5.043 5.043 0 00-2.788-.84 5.036 5.036 0 00-3.57 1.478z" fill="currentColor" fill-rule="evenodd"/></svg>`
|
|
10
|
+
const NotificationIcon = 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="M6.49 17.67a2 2 0 0 0 2.83 0l-2.83-2.83a2 2 0 0 0 0 2.83m4.89-12.19-.72.73c-.78.78-2.21 1.81-3.21 2.31l-3.02 1.51c-.49.25-.58.77-.19 1.17l8.56 8.56c.4.4.92.31 1.17-.19l1.51-3.02c.49-.99 1.53-2.42 2.31-3.21l.73-.73a5.05 5.05 0 0 0 .64-6.36 1.01 1.01 0 1 0-1.35-1.49q-.04.04-.07.08A5.04 5.04 0 0 0 14.95 4a5.04 5.04 0 0 0-3.57 1.48"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
NotificationIcon.displayName = 'NotificationIcon';
|
|
19
|
-
var _default = NotificationIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = NotificationIcon;
|
|
@@ -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 _officeBuilding = _interopRequireDefault(require("@atlaskit/icon/core/office-building"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const OfficeBuildingFilledIcon = 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" fill-rule="nonzero" d="M8 6H5.009C3.902 6 3 6.962 3 8.15v10.7C3 20.04 3.9 21 5.009 21h5.487H8z"/><path fill="inherit" d="M6 10h2v2H6zm0 3h2v2H6z"/><path fill="currentColor" d="M9 4.995C9 3.893 9.902 3 11.009 3h7.982C20.101 3 21 3.893 21 4.995v14.01A2.004 2.004 0 0 1 18.991 21H9z"/><path fill="inherit" d="M12 7h2v2h-2zm0 3h2v2h-2zm0 3h2v2h-2zm2 3h2v3h-2zm2-9h2v2h-2zm0 3h2v2h-2zm0 3h2v2h-2z"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _officeBuilding.default
|
|
15
|
+
}));
|
|
18
16
|
OfficeBuildingFilledIcon.displayName = 'OfficeBuildingFilledIcon';
|
|
19
|
-
var _default = OfficeBuildingFilledIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = OfficeBuildingFilledIcon;
|
package/glyph/office-building.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 _officeBuilding = _interopRequireDefault(require("@atlaskit/icon/core/office-building"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const OfficeBuildingIcon = 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 6H5.009C3.902 6 3 6.962 3 8.15v10.7C3 20.04 3.9 21 5.009 21h5.487H8v-2.145c-1.616-.001-3-.003-3-.004 0 0 .005-10.708.009-10.708L8 8.144z"/><path d="M12 7h2v2h-2zm-6 3h2v2H6zm0 3h2v2H6zm6-3h2v2h-2zm0 3h2v2h-2zm2 3h2v3h-2zm2-9h2v2h-2zm0 3h2v2h-2zm0 3h2v2h-2z"/><path fill-rule="nonzero" d="M18.991 19C18.998 19 19 4.995 19 4.995c0 .006-7.991.005-7.991.005C11.002 5 11 19 11 19zM9 4.995C9 3.893 9.902 3 11.009 3h7.982C20.101 3 21 3.893 21 4.995v14.01A2.004 2.004 0 0 1 18.991 21H9z"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _officeBuilding.default
|
|
15
|
+
}));
|
|
18
16
|
OfficeBuildingIcon.displayName = 'OfficeBuildingIcon';
|
|
19
|
-
var _default = OfficeBuildingIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = OfficeBuildingIcon;
|
package/glyph/open.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 _arrowUpRight = _interopRequireDefault(require("@atlaskit/icon/core/arrow-up-right"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const OpenIcon = 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.031 7A1.03 1.03 0 0 0 10 8.036a1.05 1.05 0 0 0 1.044 1.045l3.121.014.014 3.121a1.05 1.05 0 0 0 1.045 1.044 1.03 1.03 0 0 0 1.036-1.035l-.019-4.161a1.053 1.053 0 0 0-1.045-1.045L11.035 7z"/><path d="m13.364 8.292-7.071 7.071a1 1 0 0 0 0 1.415 1 1 0 0 0 1.414 0l7.071-7.071A1.002 1.002 0 0 0 14.071 8a1 1 0 0 0-.707.292"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _arrowUpRight.default
|
|
15
|
+
}));
|
|
18
16
|
OpenIcon.displayName = 'OpenIcon';
|
|
19
|
-
var _default = OpenIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = OpenIcon;
|
package/glyph/overview.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 _alignLeft = _interopRequireDefault(require("@atlaskit/icon/core/align-left"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const OverviewIcon = 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.01 18c.546 0 .99-.444.99-1a1 1 0 0 0-.99-1H3.99A.993.993 0 0 0 3 17a1 1 0 0 0 .99 1zM3 7c0 .552.445 1 .993 1h16.014A.994.994 0 0 0 21 7c0-.552-.445-1-.993-1H3.993A.994.994 0 0 0 3 7m10.998 6A1 1 0 0 0 15 12c0-.552-.456-1-1.002-1H4.002A1 1 0 0 0 3 12c0 .552.456 1 1.002 1z"/></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _alignLeft.default
|
|
15
|
+
}));
|
|
18
16
|
OverviewIcon.displayName = 'OverviewIcon';
|
|
19
|
-
var _default = OverviewIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = OverviewIcon;
|
package/glyph/page-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 _page = _interopRequireDefault(require("@atlaskit/icon/core/page"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const PageFilledIcon = 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="M5 3.99C5 2.892 5.897 2 7.006 2h9.988C18.102 2 19 2.898 19 3.99v16.02c0 1.099-.897 1.99-2.006 1.99H7.006A2.003 2.003 0 0 1 5 20.01z"/><rect width="8" height="2" x="8" y="6" fill="inherit" rx="1"/><rect width="8" height="2" x="8" y="9" fill="inherit" rx="1"/><rect width="4" height="2" x="8" y="12" fill="inherit" rx="1"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _page.default
|
|
15
|
+
}));
|
|
18
16
|
PageFilledIcon.displayName = 'PageFilledIcon';
|
|
19
|
-
var _default = PageFilledIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = PageFilledIcon;
|
package/glyph/page.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 _page = _interopRequireDefault(require("@atlaskit/icon/core/page"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const PageIcon = 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="8" height="2" x="8" y="6" rx="1"/><rect width="8" height="2" x="8" y="9" rx="1"/><rect width="4" height="2" x="8" y="12" rx="1"/><path fill-rule="nonzero" d="M7 4v16h10V4zm-2-.01C5 2.892 5.897 2 7.006 2h9.988C18.102 2 19 2.898 19 3.99v16.02c0 1.099-.897 1.99-2.006 1.99H7.006A2.003 2.003 0 0 1 5 20.01z"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _page.default
|
|
15
|
+
}));
|
|
18
16
|
PageIcon.displayName = 'PageIcon';
|
|
19
|
-
var _default = PageIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = PageIcon;
|
package/glyph/pdf.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"><rect fill="currentColor" x="5" y="4" width="14" height="16" rx="2"/><rect fill="inherit" x="8" y="8" width="8" height="2" rx="1"/><path d="M15.512 16H13.49a.492.492 0 01-.489-.497v-4.006c0-.275.218-.497.489-.497h2.023c.27 0 .488.222.488.497v4.006a.492.492 0 01-.488.497" fill="inherit"/><rect fill="inherit" x="8" y="11" width="4" height="2" rx="1"/><rect fill="inherit" x="8" y="14" width="4" height="2" rx="1"/></g></svg>`
|
|
10
|
+
const PdfIcon = 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="14" height="16" x="5" y="4" fill="currentColor" rx="2"/><rect width="8" height="2" x="8" y="8" fill="inherit" rx="1"/><path fill="inherit" d="M15.512 16H13.49a.49.49 0 0 1-.489-.497v-4.006c0-.275.218-.497.489-.497h2.023c.27 0 .488.222.488.497v4.006a.49.49 0 0 1-.488.497"/><rect width="4" height="2" x="8" y="11" fill="inherit" rx="1"/><rect width="4" height="2" x="8" y="14" fill="inherit" rx="1"/></g></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
PdfIcon.displayName = 'PdfIcon';
|
|
19
|
-
var _default = PdfIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = PdfIcon;
|
package/glyph/people-group.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="M8.126 10H4c-1.113 0-2 .895-2 2v3.73c0 1.31 1.874 2.053 4 2.23v-2.964A3.002 3.002 0 019 12h.354a4 4 0 01-1.228-2zm7.748 0H20c1.105 0 2 .885 2 2v3.73c0 1.31-1.874 2.053-4 2.23v-2.964A3 3 0 0015 12h-.354a4 4 0 001.228-2zM9.967 5.554a3 3 0 10-1.963 3.274 3.999 3.999 0 011.963-3.274zm6.03 3.274a3 3 0 10-1.963-3.276 3.994 3.994 0 011.963 3.276z"/><path d="M7 15c0-1.105.887-2 2-2h6c1.105 0 2 .885 2 2v3.73c0 3.027-10 3.027-10 0V15z"/><circle cx="12" cy="9" r="3"/></g></svg>`
|
|
10
|
+
const PeopleGroupIcon = 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="M8.13 10H4a2 2 0 0 0-2 2v3.73c0 1.31 1.87 2.05 4 2.23V15a3 3 0 0 1 3-3h.35a4 4 0 0 1-1.23-2m7.75 0H20c1.11 0 2 .89 2 2v3.73c0 1.31-1.87 2.05-4 2.23V15a3 3 0 0 0-3-3h-.35a4 4 0 0 0 1.23-2M9.97 5.55a3 3 0 1 0-1.96 3.27 4 4 0 0 1 1.96-3.27M16 8.83a3 3 0 1 0-1.96-3.28A4 4 0 0 1 16 8.83"/><path d="M7 15c0-1.105.887-2 2-2h6c1.105 0 2 .885 2 2v3.73c0 3.027-10 3.027-10 0z"/><circle cx="12" cy="9" r="3"/></g></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
PeopleGroupIcon.displayName = 'PeopleGroupIcon';
|
|
19
|
-
var _default = PeopleGroupIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = PeopleGroupIcon;
|
package/glyph/people.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"><circle cx="16" cy="9" r="3"/><circle cx="8" cy="6" r="3"/><path d="M11 15c0-1.105.887-2 2-2h6c1.105 0 2 .885 2 2v3.73c0 3.027-10 3.027-10 0V15z"/><path d="M13 12a1.997 1.997 0 00-2-2H5c-1.113 0-2 .897-2 2.003v3.826c0 1.921 4.054 2.518 7 1.984v-2.807A3.001 3.001 0 0112.997 12H13z"/></g></svg>`
|
|
10
|
+
const PeopleIcon = 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"><circle cx="16" cy="9" r="3"/><circle cx="8" cy="6" r="3"/><path d="M11 15c0-1.105.887-2 2-2h6c1.105 0 2 .885 2 2v3.73c0 3.027-10 3.027-10 0z"/><path d="M13 12a1.997 1.997 0 0 0-2-2H5c-1.113 0-2 .897-2 2.003v3.826c0 1.921 4.054 2.518 7 1.984v-2.807A3 3 0 0 1 12.997 12z"/></g></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
PeopleIcon.displayName = 'PeopleIcon';
|
|
19
|
-
var _default = PeopleIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = PeopleIcon;
|
package/glyph/person-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 _personAvatar = _interopRequireDefault(require("@atlaskit/icon/core/person-avatar"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const PersonCircleIcon = 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="M14.5 13.009h-5c-1.38 0-2.5 1.12-2.5 2.503v3.978a8.95 8.95 0 0 0 5 1.519 8.95 8.95 0 0 0 5-1.519v-3.978a2.5 2.5 0 0 0-2.5-2.503"/><circle cx="12" cy="9" r="3"/><path fill-rule="nonzero" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16m0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _personAvatar.default
|
|
15
|
+
}));
|
|
18
16
|
PersonCircleIcon.displayName = 'PersonCircleIcon';
|
|
19
|
-
var _default = PersonCircleIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = PersonCircleIcon;
|
|
@@ -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="M11.94 12a6.478 6.478 0 00-1.81 4.5c0 1.626.597 3.112 1.583 4.252C8.161 21.448 3 20.68 3 18.446V14c0-1.105.902-2 2.009-2h6.93zM9 11a4 4 0 110-8 4 4 0 010 8zm7.5 11a5.5 5.5 0 110-11 5.5 5.5 0 010 11zm0-2a3.5 3.5 0 100-7 3.5 3.5 0 000 7z" fill="currentColor" fill-rule="evenodd"/></svg>`
|
|
10
|
+
const PersonWithCircleIcon = 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="M11.94 12a6.48 6.48 0 0 0-1.81 4.5c0 1.626.597 3.112 1.583 4.252C8.161 21.448 3 20.68 3 18.446V14c0-1.105.902-2 2.009-2zM9 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8m7.5 11a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11m0-2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
PersonWithCircleIcon.displayName = 'PersonWithCircleIcon';
|
|
19
|
-
var _default = PersonWithCircleIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = PersonWithCircleIcon;
|
|
@@ -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="M11.94 12a6.478 6.478 0 00-1.81 4.5c0 1.626.597 3.112 1.583 4.252C8.161 21.448 3 20.68 3 18.446V14c0-1.105.902-2 2.009-2h6.93zM9 11a4 4 0 110-8 4 4 0 010 8zm8.61 5.5l1.161-1.165a.78.78 0 00-.003-1.107.789.789 0 00-1.112.003L16.5 15.389l-1.156-1.158a.788.788 0 00-1.112-.003.782.782 0 00-.003 1.11l1.162 1.163-1.162 1.164a.78.78 0 00.003 1.107.789.789 0 001.112-.003l1.156-1.158 1.156 1.158a.788.788 0 001.112.003.782.782 0 00.003-1.11L17.609 16.5zM16.5 22a5.5 5.5 0 110-11 5.5 5.5 0 010 11z" fill="currentColor" fill-rule="evenodd"/></svg>`
|
|
10
|
+
const PersonWithCrossIcon = 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="M11.94 12a6.48 6.48 0 0 0-1.81 4.5c0 1.626.597 3.112 1.583 4.252C8.161 21.448 3 20.68 3 18.446V14c0-1.105.902-2 2.009-2zM9 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8m8.61 5.5 1.161-1.165a.78.78 0 0 0-.003-1.107.79.79 0 0 0-1.112.003L16.5 15.389l-1.156-1.158a.79.79 0 0 0-1.112-.003.78.78 0 0 0-.003 1.11l1.162 1.163-1.162 1.164a.78.78 0 0 0 .003 1.107.79.79 0 0 0 1.112-.003l1.156-1.158 1.156 1.158a.79.79 0 0 0 1.112.003.78.78 0 0 0 .003-1.11zM16.5 22a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
PersonWithCrossIcon.displayName = 'PersonWithCrossIcon';
|
|
19
|
-
var _default = PersonWithCrossIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = PersonWithCrossIcon;
|
|
@@ -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 _personAdded = _interopRequireDefault(require("@atlaskit/icon/core/person-added"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const PersonWithTickIcon = 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="M11.94 12a6.48 6.48 0 0 0-1.81 4.5c0 1.626.597 3.112 1.583 4.252C8.161 21.448 3 20.68 3 18.446V14c0-1.105.902-2 2.009-2zM9 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8m7.5 11a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11m-1.892-5.808a.825.825 0 0 0-1.166 1.166l1.65 1.65a.825.825 0 0 0 1.166 0l3.3-3.3a.825.825 0 0 0-1.166-1.166l-2.717 2.716z"/></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _personAdded.default
|
|
15
|
+
}));
|
|
18
16
|
PersonWithTickIcon.displayName = 'PersonWithTickIcon';
|
|
19
|
-
var _default = PersonWithTickIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = PersonWithTickIcon;
|
package/glyph/person.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 _person = _interopRequireDefault(require("@atlaskit/icon/core/person"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const PersonIcon = 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="M6 14c0-1.105.902-2 2.009-2h7.982c1.11 0 2.009.894 2.009 2.006v4.44c0 3.405-12 3.405-12 0z"/><circle cx="12" cy="7" r="4"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _person.default
|
|
15
|
+
}));
|
|
18
16
|
PersonIcon.displayName = 'PersonIcon';
|
|
19
|
-
var _default = PersonIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = PersonIcon;
|
package/glyph/portfolio.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="M8.83 17h6.34a3.001 3.001 0 110 2H8.83a3.001 3.001 0 110-2zM3 5c0-1.105.895-2 1.994-2h12.012C18.107 3 19 3.888 19 5c0 1.105-.895 2-1.994 2H4.994A1.992 1.992 0 013 5zm5 6a2 2 0 012.003-2h8.994a2 2 0 110 4h-8.994A1.996 1.996 0 018 11z" fill="currentColor" fill-rule="evenodd"/></svg>`
|
|
10
|
+
const PortfolioIcon = 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="M8.83 17h6.34a3.001 3.001 0 1 1 0 2H8.83a3.001 3.001 0 1 1 0-2M3 5c0-1.105.895-2 1.994-2h12.012C18.107 3 19 3.888 19 5c0 1.105-.895 2-1.994 2H4.994A1.99 1.99 0 0 1 3 5m5 6a2 2 0 0 1 2.003-2h8.994a2 2 0 1 1 0 4h-8.994A1.996 1.996 0 0 1 8 11"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
PortfolioIcon.displayName = 'PortfolioIcon';
|
|
19
|
-
var _default = PortfolioIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = PortfolioIcon;
|
package/glyph/preferences.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 _customize = _interopRequireDefault(require("@atlaskit/icon/core/customize"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const PreferencesIcon = 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="M3 7h3v2H3zm0 8h11v2H3zm7-8h11v2H10zm8 8h3v2h-3z"/><path d="M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0M9 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0m10 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-2 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _customize.default
|
|
15
|
+
}));
|
|
18
16
|
PreferencesIcon.displayName = 'PreferencesIcon';
|
|
19
|
-
var _default = PreferencesIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = PreferencesIcon;
|
package/glyph/premium.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 _premium = _interopRequireDefault(require("@atlaskit/icon/core/premium"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const PremiumIcon = 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="M9.276 4.382 7.357 9.247l-4.863 1.917a.78.78 0 0 0 0 1.45l4.863 1.918 1.919 4.863a.78.78 0 0 0 1.45 0h-.001l1.918-4.863 4.864-1.919a.781.781 0 0 0 0-1.45l-4.864-1.916-1.918-4.865a.78.78 0 0 0-.44-.438.78.78 0 0 0-1.01.438m8.297-2.03-.743 1.886-1.884.743a.56.56 0 0 0 0 1.038l1.884.743.743 1.886a.558.558 0 0 0 1.038 0l.745-1.886 1.883-.743a.557.557 0 0 0 0-1.038l-1.883-.743-.745-1.885a.55.55 0 0 0-.314-.314.56.56 0 0 0-.724.314m-.704 13.003-.744 1.883-1.883.744a.55.55 0 0 0-.316.314.56.56 0 0 0 .316.724l1.883.743.744 1.884c.057.144.17.258.314.315a.56.56 0 0 0 .724-.315l.744-1.884 1.883-.743a.557.557 0 0 0 0-1.038l-1.883-.744-.744-1.883a.55.55 0 0 0-.315-.316.56.56 0 0 0-.723.316"/></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _premium.default
|
|
15
|
+
}));
|
|
18
16
|
PremiumIcon.displayName = 'PremiumIcon';
|
|
19
|
-
var _default = PremiumIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = PremiumIcon;
|
package/glyph/presence-active.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
|
-
const PresenceActiveIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
10
|
+
const PresenceActiveIcon = 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"><circle cx="12" cy="12" r="6" fill="currentColor" fill-rule="evenodd"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
PresenceActiveIcon.displayName = 'PresenceActiveIcon';
|
|
19
|
-
var _default = PresenceActiveIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = PresenceActiveIcon;
|
package/glyph/presence-busy.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"><path d="M12 18a6 6 0 100-12 6 6 0 000 12z" fill="currentColor"/><path d="M9.367 9.363a1.241 1.241 0 011.747-.008l3.527 3.527c.48.48.48 1.26-.008 1.747a1.241 1.241 0 01-1.747.008l-3.527-3.526c-.48-.48-.48-1.26.008-1.748z" fill="inherit"/></g></svg>`
|
|
10
|
+
const PresenceBusyIcon = 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="M12 18a6 6 0 1 0 0-12 6 6 0 0 0 0 12"/><path fill="inherit" d="M9.367 9.363a1.24 1.24 0 0 1 1.747-.008l3.527 3.527c.48.48.48 1.26-.008 1.747a1.24 1.24 0 0 1-1.747.008l-3.527-3.526c-.48-.48-.48-1.26.008-1.748"/></g></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
PresenceBusyIcon.displayName = 'PresenceBusyIcon';
|
|
19
|
-
var _default = PresenceBusyIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = PresenceBusyIcon;
|
|
@@ -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 12a6 6 0 1112 0 6 6 0 01-12 0z" fill="inherit"/><path d="M15 12a3 3 0 10-6 0 3 3 0 006 0zm-9 0a6 6 0 1112 0 6 6 0 01-12 0z" fill="currentColor"/></svg>`
|
|
10
|
+
const PresenceUnavailableIcon = 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="inherit" d="M6 12a6 6 0 1 1 12 0 6 6 0 0 1-12 0"/><path fill="currentColor" d="M15 12a3 3 0 1 0-6 0 3 3 0 0 0 6 0m-9 0a6 6 0 1 1 12 0 6 6 0 0 1-12 0"/></svg>`
|
|
16
12
|
}, props));
|
|
17
|
-
|
|
18
13
|
PresenceUnavailableIcon.displayName = 'PresenceUnavailableIcon';
|
|
19
|
-
var _default = PresenceUnavailableIcon;
|
|
20
|
-
exports.default = _default;
|
|
14
|
+
var _default = exports.default = PresenceUnavailableIcon;
|
package/glyph/question-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 _questionCircle = _interopRequireDefault(require("@atlaskit/icon/core/question-circle"));
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
const QuestionCircleIcon = 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"/><circle cx="12" cy="18" r="1" fill="inherit"/><path fill="inherit" d="M15.89 9.05a3.98 3.98 0 0 0-2.957-2.942C10.321 5.514 8.017 7.446 8 9.95l.005.147a.99.99 0 0 0 .982.904c.552 0 1-.447 1.002-.998a2.004 2.004 0 0 1 4.007-.002c0 1.102-.898 2-2.003 2H12a1 1 0 0 0-1 .987v2.014a1.001 1.001 0 0 0 2.004 0v-.782c0-.217.145-.399.35-.472A3.99 3.99 0 0 0 15.89 9.05"/></g></svg>`
|
|
13
|
+
}, props, {
|
|
14
|
+
newIcon: _questionCircle.default
|
|
15
|
+
}));
|
|
18
16
|
QuestionCircleIcon.displayName = 'QuestionCircleIcon';
|
|
19
|
-
var _default = QuestionCircleIcon;
|
|
20
|
-
exports.default = _default;
|
|
17
|
+
var _default = exports.default = QuestionCircleIcon;
|