@atlaskit/icon 32.0.0 → 32.0.2
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 +16 -0
- package/build/index.tsx +31 -1
- package/codemods/32.0.2-icon-spacing-to-flex-primitive/index.tsx +428 -0
- package/codemods/__tests__/icon-spacing-to-box-primitive.test.tsx +310 -0
- package/dist/cjs/components/icon-new.js +1 -1
- package/dist/cjs/components/icon-tile/icon-tile-new.js +1 -1
- package/dist/cjs/components/icon-tile/icon-tile-old.js +1 -1
- package/dist/cjs/components/icon.js +1 -1
- package/dist/cjs/components/skeleton.js +1 -1
- package/dist/cjs/components/svg.js +1 -1
- package/dist/cjs/entry-points/metadata.js +2 -1
- package/dist/cjs/metadata-core.js +192 -0
- package/dist/cjs/metadata.js +3960 -0
- package/dist/es2019/components/icon-new.js +1 -1
- package/dist/es2019/components/icon-tile/icon-tile-new.js +1 -1
- package/dist/es2019/components/icon-tile/icon-tile-old.js +1 -1
- package/dist/es2019/components/icon.js +1 -1
- package/dist/es2019/components/skeleton.js +1 -1
- package/dist/es2019/components/svg.js +1 -1
- package/dist/es2019/entry-points/metadata.js +1 -1
- package/dist/es2019/metadata-core.js +192 -0
- package/dist/es2019/metadata.js +2516 -0
- package/dist/esm/components/icon-new.js +1 -1
- package/dist/esm/components/icon-tile/icon-tile-new.js +1 -1
- package/dist/esm/components/icon-tile/icon-tile-old.js +1 -1
- package/dist/esm/components/icon.js +1 -1
- package/dist/esm/components/skeleton.js +1 -1
- package/dist/esm/components/svg.js +1 -1
- package/dist/esm/entry-points/metadata.js +1 -1
- package/dist/esm/metadata-core.js +192 -0
- package/dist/esm/metadata.js +3237 -0
- package/dist/types/entry-points/metadata.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +4 -0
- package/dist/types/metadata.d.ts +19 -0
- package/dist/types-ts4.5/entry-points/metadata.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +4 -0
- package/dist/types-ts4.5/metadata.d.ts +19 -0
- package/docs/ai/icon-instructions.md +3 -3
- package/glyph/activity.d.ts +9 -0
- package/glyph/activity.js +14 -0
- package/glyph/add-circle.d.ts +9 -0
- package/glyph/add-circle.js +14 -0
- package/glyph/add-item.d.ts +9 -0
- package/glyph/add-item.js +14 -0
- package/glyph/add.d.ts +9 -0
- package/glyph/add.js +14 -0
- package/glyph/addon.d.ts +9 -0
- package/glyph/addon.js +14 -0
- package/glyph/app-access.d.ts +9 -0
- package/glyph/app-access.js +14 -0
- package/glyph/app-switcher.d.ts +9 -0
- package/glyph/app-switcher.js +14 -0
- package/glyph/archive.d.ts +9 -0
- package/glyph/archive.js +14 -0
- package/glyph/arrow-down-circle.d.ts +9 -0
- package/glyph/arrow-down-circle.js +14 -0
- package/glyph/arrow-down.d.ts +9 -0
- package/glyph/arrow-down.js +14 -0
- package/glyph/arrow-left-circle.d.ts +9 -0
- package/glyph/arrow-left-circle.js +14 -0
- package/glyph/arrow-left.d.ts +9 -0
- package/glyph/arrow-left.js +14 -0
- package/glyph/arrow-right-circle.d.ts +9 -0
- package/glyph/arrow-right-circle.js +14 -0
- package/glyph/arrow-right.d.ts +9 -0
- package/glyph/arrow-right.js +14 -0
- package/glyph/arrow-up-circle.d.ts +9 -0
- package/glyph/arrow-up-circle.js +14 -0
- package/glyph/arrow-up.d.ts +9 -0
- package/glyph/arrow-up.js +14 -0
- package/glyph/attachment.d.ts +9 -0
- package/glyph/attachment.js +14 -0
- package/glyph/audio-circle.d.ts +9 -0
- package/glyph/audio-circle.js +14 -0
- package/glyph/audio.d.ts +9 -0
- package/glyph/audio.js +14 -0
- package/glyph/backlog.d.ts +9 -0
- package/glyph/backlog.js +14 -0
- package/glyph/billing-filled.d.ts +9 -0
- package/glyph/billing-filled.js +14 -0
- package/glyph/billing.d.ts +9 -0
- package/glyph/billing.js +14 -0
- package/glyph/bitbucket/branches.d.ts +9 -0
- package/glyph/bitbucket/branches.js +14 -0
- package/glyph/bitbucket/builds.d.ts +9 -0
- package/glyph/bitbucket/builds.js +14 -0
- package/glyph/bitbucket/clone.d.ts +9 -0
- package/glyph/bitbucket/clone.js +14 -0
- package/glyph/bitbucket/commits.d.ts +9 -0
- package/glyph/bitbucket/commits.js +14 -0
- package/glyph/bitbucket/compare.d.ts +9 -0
- package/glyph/bitbucket/compare.js +14 -0
- package/glyph/bitbucket/forks.d.ts +9 -0
- package/glyph/bitbucket/forks.js +14 -0
- package/glyph/bitbucket/output.d.ts +9 -0
- package/glyph/bitbucket/output.js +14 -0
- package/glyph/bitbucket/pipelines.d.ts +9 -0
- package/glyph/bitbucket/pipelines.js +14 -0
- package/glyph/bitbucket/pullrequests.d.ts +9 -0
- package/glyph/bitbucket/pullrequests.js +14 -0
- package/glyph/bitbucket/repos.d.ts +9 -0
- package/glyph/bitbucket/repos.js +14 -0
- package/glyph/bitbucket/snippets.d.ts +9 -0
- package/glyph/bitbucket/snippets.js +14 -0
- package/glyph/bitbucket/source.d.ts +9 -0
- package/glyph/bitbucket/source.js +14 -0
- package/glyph/board.d.ts +9 -0
- package/glyph/board.js +14 -0
- package/glyph/book.d.ts +9 -0
- package/glyph/book.js +14 -0
- package/glyph/bullet-list.d.ts +9 -0
- package/glyph/bullet-list.js +14 -0
- package/glyph/calendar-filled.d.ts +9 -0
- package/glyph/calendar-filled.js +14 -0
- package/glyph/calendar.d.ts +9 -0
- package/glyph/calendar.js +14 -0
- package/glyph/camera-filled.d.ts +9 -0
- package/glyph/camera-filled.js +14 -0
- package/glyph/camera-rotate.d.ts +9 -0
- package/glyph/camera-rotate.js +14 -0
- package/glyph/camera-take-picture.d.ts +9 -0
- package/glyph/camera-take-picture.js +14 -0
- package/glyph/camera.d.ts +9 -0
- package/glyph/camera.js +14 -0
- package/glyph/canvas.d.ts +9 -0
- package/glyph/canvas.js +14 -0
- package/glyph/check-circle-outline.d.ts +9 -0
- package/glyph/check-circle-outline.js +14 -0
- package/glyph/check-circle.d.ts +9 -0
- package/glyph/check-circle.js +14 -0
- package/glyph/check.d.ts +9 -0
- package/glyph/check.js +14 -0
- package/glyph/checkbox-indeterminate.d.ts +9 -0
- package/glyph/checkbox-indeterminate.js +14 -0
- package/glyph/checkbox.d.ts +9 -0
- package/glyph/checkbox.js +14 -0
- package/glyph/chevron-down-circle.d.ts +9 -0
- package/glyph/chevron-down-circle.js +14 -0
- package/glyph/chevron-down.d.ts +9 -0
- package/glyph/chevron-down.js +14 -0
- package/glyph/chevron-left-circle.d.ts +9 -0
- package/glyph/chevron-left-circle.js +14 -0
- package/glyph/chevron-left-large.d.ts +9 -0
- package/glyph/chevron-left-large.js +14 -0
- package/glyph/chevron-left.d.ts +9 -0
- package/glyph/chevron-left.js +14 -0
- package/glyph/chevron-right-circle.d.ts +9 -0
- package/glyph/chevron-right-circle.js +14 -0
- package/glyph/chevron-right-large.d.ts +9 -0
- package/glyph/chevron-right-large.js +14 -0
- package/glyph/chevron-right.d.ts +9 -0
- package/glyph/chevron-right.js +14 -0
- package/glyph/chevron-up-circle.d.ts +9 -0
- package/glyph/chevron-up-circle.js +14 -0
- package/glyph/chevron-up.d.ts +9 -0
- package/glyph/chevron-up.js +14 -0
- package/glyph/child-issues.d.ts +9 -0
- package/glyph/child-issues.js +14 -0
- package/glyph/code.d.ts +9 -0
- package/glyph/code.js +14 -0
- package/glyph/comment.d.ts +9 -0
- package/glyph/comment.js +14 -0
- package/glyph/component.d.ts +9 -0
- package/glyph/component.js +14 -0
- package/glyph/copy.d.ts +9 -0
- package/glyph/copy.js +14 -0
- package/glyph/creditcard-filled.d.ts +9 -0
- package/glyph/creditcard-filled.js +14 -0
- package/glyph/creditcard.d.ts +9 -0
- package/glyph/creditcard.js +14 -0
- package/glyph/cross-circle.d.ts +9 -0
- package/glyph/cross-circle.js +14 -0
- package/glyph/cross.d.ts +9 -0
- package/glyph/cross.js +14 -0
- package/glyph/dashboard.d.ts +9 -0
- package/glyph/dashboard.js +14 -0
- package/glyph/decision.d.ts +9 -0
- package/glyph/decision.js +14 -0
- package/glyph/department.d.ts +9 -0
- package/glyph/department.js +14 -0
- package/glyph/detail-view.d.ts +9 -0
- package/glyph/detail-view.js +14 -0
- package/glyph/discover-filled.d.ts +9 -0
- package/glyph/discover-filled.js +14 -0
- package/glyph/discover.d.ts +9 -0
- package/glyph/discover.js +14 -0
- package/glyph/document-filled.d.ts +9 -0
- package/glyph/document-filled.js +14 -0
- package/glyph/document.d.ts +9 -0
- package/glyph/document.js +14 -0
- package/glyph/documents.d.ts +9 -0
- package/glyph/documents.js +14 -0
- package/glyph/download.d.ts +9 -0
- package/glyph/download.js +14 -0
- package/glyph/drag-handler.d.ts +9 -0
- package/glyph/drag-handler.js +14 -0
- package/glyph/dropbox.d.ts +9 -0
- package/glyph/dropbox.js +14 -0
- package/glyph/edit-filled.d.ts +9 -0
- package/glyph/edit-filled.js +14 -0
- package/glyph/edit.d.ts +9 -0
- package/glyph/edit.js +14 -0
- package/glyph/editor/add.d.ts +9 -0
- package/glyph/editor/add.js +14 -0
- package/glyph/editor/addon.d.ts +9 -0
- package/glyph/editor/addon.js +14 -0
- package/glyph/editor/advanced.d.ts +9 -0
- package/glyph/editor/advanced.js +14 -0
- package/glyph/editor/align-center.d.ts +9 -0
- package/glyph/editor/align-center.js +14 -0
- package/glyph/editor/align-image-center.d.ts +9 -0
- package/glyph/editor/align-image-center.js +14 -0
- package/glyph/editor/align-image-left.d.ts +9 -0
- package/glyph/editor/align-image-left.js +14 -0
- package/glyph/editor/align-image-right.d.ts +9 -0
- package/glyph/editor/align-image-right.js +14 -0
- package/glyph/editor/align-left.d.ts +9 -0
- package/glyph/editor/align-left.js +14 -0
- package/glyph/editor/align-right.d.ts +9 -0
- package/glyph/editor/align-right.js +14 -0
- package/glyph/editor/attachment.d.ts +9 -0
- package/glyph/editor/attachment.js +14 -0
- package/glyph/editor/background-color.d.ts +9 -0
- package/glyph/editor/background-color.js +14 -0
- package/glyph/editor/bold.d.ts +9 -0
- package/glyph/editor/bold.js +14 -0
- package/glyph/editor/bullet-list.d.ts +9 -0
- package/glyph/editor/bullet-list.js +14 -0
- package/glyph/editor/close.d.ts +9 -0
- package/glyph/editor/close.js +14 -0
- package/glyph/editor/code.d.ts +9 -0
- package/glyph/editor/code.js +14 -0
- package/glyph/editor/collapse.d.ts +9 -0
- package/glyph/editor/collapse.js +14 -0
- package/glyph/editor/date.d.ts +9 -0
- package/glyph/editor/date.js +14 -0
- package/glyph/editor/decision.d.ts +9 -0
- package/glyph/editor/decision.js +14 -0
- package/glyph/editor/divider.d.ts +9 -0
- package/glyph/editor/divider.js +14 -0
- package/glyph/editor/done.d.ts +9 -0
- package/glyph/editor/done.js +14 -0
- package/glyph/editor/edit.d.ts +9 -0
- package/glyph/editor/edit.js +14 -0
- package/glyph/editor/emoji.d.ts +9 -0
- package/glyph/editor/emoji.js +14 -0
- package/glyph/editor/error.d.ts +9 -0
- package/glyph/editor/error.js +14 -0
- package/glyph/editor/expand.d.ts +9 -0
- package/glyph/editor/expand.js +14 -0
- package/glyph/editor/feedback.d.ts +9 -0
- package/glyph/editor/feedback.js +14 -0
- package/glyph/editor/file-preview.d.ts +9 -0
- package/glyph/editor/file-preview.js +14 -0
- package/glyph/editor/file.d.ts +9 -0
- package/glyph/editor/file.js +14 -0
- package/glyph/editor/help.d.ts +9 -0
- package/glyph/editor/help.js +14 -0
- package/glyph/editor/hint.d.ts +9 -0
- package/glyph/editor/hint.js +14 -0
- package/glyph/editor/horizontal-rule.d.ts +9 -0
- package/glyph/editor/horizontal-rule.js +14 -0
- package/glyph/editor/image-border.d.ts +9 -0
- package/glyph/editor/image-border.js +14 -0
- package/glyph/editor/image-resize.d.ts +9 -0
- package/glyph/editor/image-resize.js +14 -0
- package/glyph/editor/image.d.ts +9 -0
- package/glyph/editor/image.js +14 -0
- package/glyph/editor/indent.d.ts +9 -0
- package/glyph/editor/indent.js +14 -0
- package/glyph/editor/info.d.ts +9 -0
- package/glyph/editor/info.js +14 -0
- package/glyph/editor/italic.d.ts +9 -0
- package/glyph/editor/italic.js +14 -0
- package/glyph/editor/layout-single.d.ts +9 -0
- package/glyph/editor/layout-single.js +14 -0
- package/glyph/editor/layout-three-equal.d.ts +9 -0
- package/glyph/editor/layout-three-equal.js +14 -0
- package/glyph/editor/layout-three-with-sidebars.d.ts +9 -0
- package/glyph/editor/layout-three-with-sidebars.js +14 -0
- package/glyph/editor/layout-two-equal.d.ts +9 -0
- package/glyph/editor/layout-two-equal.js +14 -0
- package/glyph/editor/layout-two-left-sidebar.d.ts +9 -0
- package/glyph/editor/layout-two-left-sidebar.js +14 -0
- package/glyph/editor/layout-two-right-sidebar.d.ts +9 -0
- package/glyph/editor/layout-two-right-sidebar.js +14 -0
- package/glyph/editor/link.d.ts +9 -0
- package/glyph/editor/link.js +14 -0
- package/glyph/editor/media-center.d.ts +9 -0
- package/glyph/editor/media-center.js +14 -0
- package/glyph/editor/media-full-width.d.ts +9 -0
- package/glyph/editor/media-full-width.js +14 -0
- package/glyph/editor/media-wide.d.ts +9 -0
- package/glyph/editor/media-wide.js +14 -0
- package/glyph/editor/media-wrap-left.d.ts +9 -0
- package/glyph/editor/media-wrap-left.js +14 -0
- package/glyph/editor/media-wrap-right.d.ts +9 -0
- package/glyph/editor/media-wrap-right.js +14 -0
- package/glyph/editor/mention.d.ts +9 -0
- package/glyph/editor/mention.js +14 -0
- package/glyph/editor/more.d.ts +9 -0
- package/glyph/editor/more.js +14 -0
- package/glyph/editor/note.d.ts +9 -0
- package/glyph/editor/note.js +14 -0
- package/glyph/editor/number-list.d.ts +9 -0
- package/glyph/editor/number-list.js +14 -0
- package/glyph/editor/open.d.ts +9 -0
- package/glyph/editor/open.js +14 -0
- package/glyph/editor/outdent.d.ts +9 -0
- package/glyph/editor/outdent.js +14 -0
- package/glyph/editor/panel.d.ts +9 -0
- package/glyph/editor/panel.js +14 -0
- package/glyph/editor/photo.d.ts +9 -0
- package/glyph/editor/photo.js +14 -0
- package/glyph/editor/quote.d.ts +9 -0
- package/glyph/editor/quote.js +14 -0
- package/glyph/editor/recent.d.ts +9 -0
- package/glyph/editor/recent.js +14 -0
- package/glyph/editor/redo.d.ts +9 -0
- package/glyph/editor/redo.js +14 -0
- package/glyph/editor/remove-emoji.d.ts +9 -0
- package/glyph/editor/remove-emoji.js +14 -0
- package/glyph/editor/remove.d.ts +9 -0
- package/glyph/editor/remove.js +14 -0
- package/glyph/editor/search.d.ts +9 -0
- package/glyph/editor/search.js +14 -0
- package/glyph/editor/settings.d.ts +9 -0
- package/glyph/editor/settings.js +14 -0
- package/glyph/editor/strikethrough.d.ts +9 -0
- package/glyph/editor/strikethrough.js +14 -0
- package/glyph/editor/success.d.ts +9 -0
- package/glyph/editor/success.js +14 -0
- package/glyph/editor/table-display-options.d.ts +9 -0
- package/glyph/editor/table-display-options.js +14 -0
- package/glyph/editor/table.d.ts +9 -0
- package/glyph/editor/table.js +14 -0
- package/glyph/editor/task.d.ts +9 -0
- package/glyph/editor/task.js +14 -0
- package/glyph/editor/text-color.d.ts +9 -0
- package/glyph/editor/text-color.js +14 -0
- package/glyph/editor/text-style.d.ts +9 -0
- package/glyph/editor/text-style.js +14 -0
- package/glyph/editor/underline.d.ts +9 -0
- package/glyph/editor/underline.js +14 -0
- package/glyph/editor/undo.d.ts +9 -0
- package/glyph/editor/undo.js +14 -0
- package/glyph/editor/unlink.d.ts +9 -0
- package/glyph/editor/unlink.js +14 -0
- package/glyph/editor/warning.d.ts +9 -0
- package/glyph/editor/warning.js +14 -0
- package/glyph/email.d.ts +9 -0
- package/glyph/email.js +14 -0
- package/glyph/emoji/activity.d.ts +9 -0
- package/glyph/emoji/activity.js +14 -0
- package/glyph/emoji/atlassian.d.ts +9 -0
- package/glyph/emoji/atlassian.js +14 -0
- package/glyph/emoji/custom.d.ts +9 -0
- package/glyph/emoji/custom.js +14 -0
- package/glyph/emoji/emoji.d.ts +9 -0
- package/glyph/emoji/emoji.js +14 -0
- package/glyph/emoji/flags.d.ts +9 -0
- package/glyph/emoji/flags.js +14 -0
- package/glyph/emoji/food.d.ts +9 -0
- package/glyph/emoji/food.js +14 -0
- package/glyph/emoji/frequent.d.ts +9 -0
- package/glyph/emoji/frequent.js +14 -0
- package/glyph/emoji/keyboard.d.ts +9 -0
- package/glyph/emoji/keyboard.js +14 -0
- package/glyph/emoji/nature.d.ts +9 -0
- package/glyph/emoji/nature.js +14 -0
- package/glyph/emoji/objects.d.ts +9 -0
- package/glyph/emoji/objects.js +14 -0
- package/glyph/emoji/people.d.ts +9 -0
- package/glyph/emoji/people.js +14 -0
- package/glyph/emoji/productivity.d.ts +9 -0
- package/glyph/emoji/productivity.js +14 -0
- package/glyph/emoji/symbols.d.ts +9 -0
- package/glyph/emoji/symbols.js +14 -0
- package/glyph/emoji/travel.d.ts +9 -0
- package/glyph/emoji/travel.js +14 -0
- package/glyph/emoji-add.d.ts +9 -0
- package/glyph/emoji-add.js +14 -0
- package/glyph/emoji.d.ts +9 -0
- package/glyph/emoji.js +14 -0
- package/glyph/error.d.ts +9 -0
- package/glyph/error.js +14 -0
- package/glyph/export.d.ts +9 -0
- package/glyph/export.js +14 -0
- package/glyph/feedback.d.ts +9 -0
- package/glyph/feedback.js +14 -0
- package/glyph/file.d.ts +9 -0
- package/glyph/file.js +14 -0
- package/glyph/filter.d.ts +9 -0
- package/glyph/filter.js +14 -0
- package/glyph/flag-filled.d.ts +9 -0
- package/glyph/flag-filled.js +14 -0
- package/glyph/folder-filled.d.ts +9 -0
- package/glyph/folder-filled.js +14 -0
- package/glyph/folder.d.ts +9 -0
- package/glyph/folder.js +14 -0
- package/glyph/followers.d.ts +9 -0
- package/glyph/followers.js +14 -0
- package/glyph/following.d.ts +9 -0
- package/glyph/following.js +14 -0
- package/glyph/googledrive.d.ts +9 -0
- package/glyph/googledrive.js +14 -0
- package/glyph/graph-bar.d.ts +9 -0
- package/glyph/graph-bar.js +14 -0
- package/glyph/graph-line.d.ts +9 -0
- package/glyph/graph-line.js +14 -0
- package/glyph/gsuite.d.ts +9 -0
- package/glyph/gsuite.js +14 -0
- package/glyph/highlights.d.ts +9 -0
- package/glyph/highlights.js +14 -0
- package/glyph/hipchat/audio-only.d.ts +9 -0
- package/glyph/hipchat/audio-only.js +14 -0
- package/glyph/hipchat/chevron-double-down.d.ts +9 -0
- package/glyph/hipchat/chevron-double-down.js +14 -0
- package/glyph/hipchat/chevron-double-up.d.ts +9 -0
- package/glyph/hipchat/chevron-double-up.js +14 -0
- package/glyph/hipchat/chevron-down.d.ts +9 -0
- package/glyph/hipchat/chevron-down.js +14 -0
- package/glyph/hipchat/chevron-up.d.ts +9 -0
- package/glyph/hipchat/chevron-up.js +14 -0
- package/glyph/hipchat/dial-out.d.ts +9 -0
- package/glyph/hipchat/dial-out.js +14 -0
- package/glyph/hipchat/lobby.d.ts +9 -0
- package/glyph/hipchat/lobby.js +14 -0
- package/glyph/hipchat/media-attachment-count.d.ts +9 -0
- package/glyph/hipchat/media-attachment-count.js +14 -0
- package/glyph/hipchat/outgoing-sound.d.ts +9 -0
- package/glyph/hipchat/outgoing-sound.js +14 -0
- package/glyph/hipchat/sd-video.d.ts +9 -0
- package/glyph/hipchat/sd-video.js +14 -0
- package/glyph/home-circle.d.ts +9 -0
- package/glyph/home-circle.js +14 -0
- package/glyph/home.d.ts +9 -0
- package/glyph/home.js +14 -0
- package/glyph/image-border.d.ts +9 -0
- package/glyph/image-border.js +14 -0
- package/glyph/image-resize.d.ts +9 -0
- package/glyph/image-resize.js +14 -0
- package/glyph/image.d.ts +9 -0
- package/glyph/image.js +14 -0
- package/glyph/info.d.ts +9 -0
- package/glyph/info.js +14 -0
- package/glyph/invite-team.d.ts +9 -0
- package/glyph/invite-team.js +14 -0
- package/glyph/issue-raise.d.ts +9 -0
- package/glyph/issue-raise.js +14 -0
- package/glyph/issue.d.ts +9 -0
- package/glyph/issue.js +14 -0
- package/glyph/issues.d.ts +9 -0
- package/glyph/issues.js +14 -0
- package/glyph/jira/capture.d.ts +9 -0
- package/glyph/jira/capture.js +14 -0
- package/glyph/jira/failed-build-status.d.ts +9 -0
- package/glyph/jira/failed-build-status.js +14 -0
- package/glyph/jira/labs.d.ts +9 -0
- package/glyph/jira/labs.js +14 -0
- package/glyph/jira/test-session.d.ts +9 -0
- package/glyph/jira/test-session.js +14 -0
- package/glyph/label.d.ts +9 -0
- package/glyph/label.js +14 -0
- package/glyph/lightbulb-filled.d.ts +9 -0
- package/glyph/lightbulb-filled.js +14 -0
- package/glyph/lightbulb.d.ts +9 -0
- package/glyph/lightbulb.js +14 -0
- package/glyph/like.d.ts +9 -0
- package/glyph/like.js +14 -0
- package/glyph/link-filled.d.ts +9 -0
- package/glyph/link-filled.js +14 -0
- package/glyph/link.d.ts +9 -0
- package/glyph/link.js +14 -0
- package/glyph/list.d.ts +9 -0
- package/glyph/list.js +14 -0
- package/glyph/location.d.ts +9 -0
- package/glyph/location.js +14 -0
- package/glyph/lock-circle.d.ts +9 -0
- package/glyph/lock-circle.js +14 -0
- package/glyph/lock-filled.d.ts +9 -0
- package/glyph/lock-filled.js +14 -0
- package/glyph/lock.d.ts +9 -0
- package/glyph/lock.js +14 -0
- package/glyph/marketplace.d.ts +9 -0
- package/glyph/marketplace.js +14 -0
- package/glyph/media-services/actual-size.d.ts +9 -0
- package/glyph/media-services/actual-size.js +14 -0
- package/glyph/media-services/add-comment.d.ts +9 -0
- package/glyph/media-services/add-comment.js +14 -0
- package/glyph/media-services/annotate.d.ts +9 -0
- package/glyph/media-services/annotate.js +14 -0
- package/glyph/media-services/arrow.d.ts +9 -0
- package/glyph/media-services/arrow.js +14 -0
- package/glyph/media-services/audio.d.ts +9 -0
- package/glyph/media-services/audio.js +14 -0
- package/glyph/media-services/blur.d.ts +9 -0
- package/glyph/media-services/blur.js +14 -0
- package/glyph/media-services/brush.d.ts +9 -0
- package/glyph/media-services/brush.js +14 -0
- package/glyph/media-services/button-option.d.ts +9 -0
- package/glyph/media-services/button-option.js +14 -0
- package/glyph/media-services/code.d.ts +9 -0
- package/glyph/media-services/code.js +14 -0
- package/glyph/media-services/document.d.ts +9 -0
- package/glyph/media-services/document.js +14 -0
- package/glyph/media-services/filter.d.ts +9 -0
- package/glyph/media-services/filter.js +14 -0
- package/glyph/media-services/fit-to-page.d.ts +9 -0
- package/glyph/media-services/fit-to-page.js +14 -0
- package/glyph/media-services/full-screen.d.ts +9 -0
- package/glyph/media-services/full-screen.js +14 -0
- package/glyph/media-services/grid.d.ts +9 -0
- package/glyph/media-services/grid.js +14 -0
- package/glyph/media-services/image.d.ts +9 -0
- package/glyph/media-services/image.js +14 -0
- package/glyph/media-services/line-thickness.d.ts +9 -0
- package/glyph/media-services/line-thickness.js +14 -0
- package/glyph/media-services/line.d.ts +9 -0
- package/glyph/media-services/line.js +14 -0
- package/glyph/media-services/no-image.d.ts +9 -0
- package/glyph/media-services/no-image.js +14 -0
- package/glyph/media-services/open-mediaviewer.d.ts +9 -0
- package/glyph/media-services/open-mediaviewer.js +14 -0
- package/glyph/media-services/oval.d.ts +9 -0
- package/glyph/media-services/oval.js +14 -0
- package/glyph/media-services/pdf.d.ts +9 -0
- package/glyph/media-services/pdf.js +14 -0
- package/glyph/media-services/preselected.d.ts +9 -0
- package/glyph/media-services/preselected.js +14 -0
- package/glyph/media-services/presentation.d.ts +9 -0
- package/glyph/media-services/presentation.js +14 -0
- package/glyph/media-services/rectangle.d.ts +9 -0
- package/glyph/media-services/rectangle.js +14 -0
- package/glyph/media-services/scale-large.d.ts +9 -0
- package/glyph/media-services/scale-large.js +14 -0
- package/glyph/media-services/scale-small.d.ts +9 -0
- package/glyph/media-services/scale-small.js +14 -0
- package/glyph/media-services/spreadsheet.d.ts +9 -0
- package/glyph/media-services/spreadsheet.js +14 -0
- package/glyph/media-services/text.d.ts +9 -0
- package/glyph/media-services/text.js +14 -0
- package/glyph/media-services/unknown.d.ts +9 -0
- package/glyph/media-services/unknown.js +14 -0
- package/glyph/media-services/video.d.ts +9 -0
- package/glyph/media-services/video.js +14 -0
- package/glyph/media-services/zip.d.ts +9 -0
- package/glyph/media-services/zip.js +14 -0
- package/glyph/media-services/zoom-in.d.ts +9 -0
- package/glyph/media-services/zoom-in.js +14 -0
- package/glyph/media-services/zoom-out.d.ts +9 -0
- package/glyph/media-services/zoom-out.js +14 -0
- package/glyph/mention.d.ts +9 -0
- package/glyph/mention.js +14 -0
- package/glyph/menu-expand.d.ts +9 -0
- package/glyph/menu-expand.js +14 -0
- package/glyph/menu.d.ts +9 -0
- package/glyph/menu.js +14 -0
- package/glyph/mobile.d.ts +9 -0
- package/glyph/mobile.js +14 -0
- package/glyph/more-vertical.d.ts +9 -0
- package/glyph/more-vertical.js +14 -0
- package/glyph/more.d.ts +9 -0
- package/glyph/more.js +14 -0
- package/glyph/notification-all.d.ts +9 -0
- package/glyph/notification-all.js +14 -0
- package/glyph/notification-direct.d.ts +9 -0
- package/glyph/notification-direct.js +14 -0
- package/glyph/notification.d.ts +9 -0
- package/glyph/notification.js +14 -0
- package/glyph/office-building-filled.d.ts +9 -0
- package/glyph/office-building-filled.js +14 -0
- package/glyph/office-building.d.ts +9 -0
- package/glyph/office-building.js +14 -0
- package/glyph/open.d.ts +9 -0
- package/glyph/open.js +14 -0
- package/glyph/overview.d.ts +9 -0
- package/glyph/overview.js +14 -0
- package/glyph/page-filled.d.ts +9 -0
- package/glyph/page-filled.js +14 -0
- package/glyph/page.d.ts +9 -0
- package/glyph/page.js +14 -0
- package/glyph/pdf.d.ts +9 -0
- package/glyph/pdf.js +14 -0
- package/glyph/people-group.d.ts +9 -0
- package/glyph/people-group.js +14 -0
- package/glyph/people.d.ts +9 -0
- package/glyph/people.js +14 -0
- package/glyph/person-circle.d.ts +9 -0
- package/glyph/person-circle.js +14 -0
- package/glyph/person-with-circle.d.ts +9 -0
- package/glyph/person-with-circle.js +14 -0
- package/glyph/person-with-cross.d.ts +9 -0
- package/glyph/person-with-cross.js +14 -0
- package/glyph/person-with-tick.d.ts +9 -0
- package/glyph/person-with-tick.js +14 -0
- package/glyph/person.d.ts +9 -0
- package/glyph/person.js +14 -0
- package/glyph/portfolio.d.ts +9 -0
- package/glyph/portfolio.js +14 -0
- package/glyph/preferences.d.ts +9 -0
- package/glyph/preferences.js +14 -0
- package/glyph/premium.d.ts +9 -0
- package/glyph/premium.js +14 -0
- package/glyph/presence-active.d.ts +9 -0
- package/glyph/presence-active.js +14 -0
- package/glyph/presence-busy.d.ts +9 -0
- package/glyph/presence-busy.js +14 -0
- package/glyph/presence-unavailable.d.ts +9 -0
- package/glyph/presence-unavailable.js +14 -0
- package/glyph/question-circle.d.ts +9 -0
- package/glyph/question-circle.js +14 -0
- package/glyph/question.d.ts +9 -0
- package/glyph/question.js +14 -0
- package/glyph/questions.d.ts +9 -0
- package/glyph/questions.js +14 -0
- package/glyph/queues.d.ts +9 -0
- package/glyph/queues.js +14 -0
- package/glyph/quote.d.ts +9 -0
- package/glyph/quote.js +14 -0
- package/glyph/radio.d.ts +9 -0
- package/glyph/radio.js +14 -0
- package/glyph/recent.d.ts +9 -0
- package/glyph/recent.js +14 -0
- package/glyph/redo.d.ts +9 -0
- package/glyph/redo.js +14 -0
- package/glyph/refresh.d.ts +9 -0
- package/glyph/refresh.js +14 -0
- package/glyph/retry.d.ts +9 -0
- package/glyph/retry.js +14 -0
- package/glyph/roadmap.d.ts +9 -0
- package/glyph/roadmap.js +14 -0
- package/glyph/room-menu.d.ts +9 -0
- package/glyph/room-menu.js +14 -0
- package/glyph/schedule-filled.d.ts +9 -0
- package/glyph/schedule-filled.js +14 -0
- package/glyph/schedule.d.ts +9 -0
- package/glyph/schedule.js +14 -0
- package/glyph/screen.d.ts +9 -0
- package/glyph/screen.js +14 -0
- package/glyph/search.d.ts +9 -0
- package/glyph/search.js +14 -0
- package/glyph/select-clear.d.ts +9 -0
- package/glyph/select-clear.js +14 -0
- package/glyph/send.d.ts +9 -0
- package/glyph/send.js +14 -0
- package/glyph/settings.d.ts +9 -0
- package/glyph/settings.js +14 -0
- package/glyph/share.d.ts +9 -0
- package/glyph/share.js +14 -0
- package/glyph/ship.d.ts +9 -0
- package/glyph/ship.js +14 -0
- package/glyph/shortcut.d.ts +9 -0
- package/glyph/shortcut.js +14 -0
- package/glyph/sign-in.d.ts +9 -0
- package/glyph/sign-in.js +14 -0
- package/glyph/sign-out.d.ts +9 -0
- package/glyph/sign-out.js +14 -0
- package/glyph/sprint.d.ts +9 -0
- package/glyph/sprint.js +14 -0
- package/glyph/star-filled.d.ts +9 -0
- package/glyph/star-filled.js +14 -0
- package/glyph/star-large.d.ts +9 -0
- package/glyph/star-large.js +14 -0
- package/glyph/star.d.ts +9 -0
- package/glyph/star.js +14 -0
- package/glyph/status.d.ts +9 -0
- package/glyph/status.js +14 -0
- package/glyph/stopwatch.d.ts +9 -0
- package/glyph/stopwatch.js +14 -0
- package/glyph/subtask.d.ts +9 -0
- package/glyph/subtask.js +14 -0
- package/glyph/suitcase.d.ts +9 -0
- package/glyph/suitcase.js +14 -0
- package/glyph/switcher.d.ts +9 -0
- package/glyph/switcher.js +14 -0
- package/glyph/table.d.ts +9 -0
- package/glyph/table.js +14 -0
- package/glyph/task.d.ts +9 -0
- package/glyph/task.js +14 -0
- package/glyph/teams.d.ts +9 -0
- package/glyph/teams.js +14 -0
- package/glyph/trash.d.ts +9 -0
- package/glyph/trash.js +14 -0
- package/glyph/tray.d.ts +9 -0
- package/glyph/tray.js +14 -0
- package/glyph/undo.d.ts +9 -0
- package/glyph/undo.js +14 -0
- package/glyph/unlink.d.ts +9 -0
- package/glyph/unlink.js +14 -0
- package/glyph/unlock-circle.d.ts +9 -0
- package/glyph/unlock-circle.js +14 -0
- package/glyph/unlock-filled.d.ts +9 -0
- package/glyph/unlock-filled.js +14 -0
- package/glyph/unlock.d.ts +9 -0
- package/glyph/unlock.js +14 -0
- package/glyph/upload.d.ts +9 -0
- package/glyph/upload.js +14 -0
- package/glyph/user-avatar-circle.d.ts +9 -0
- package/glyph/user-avatar-circle.js +14 -0
- package/glyph/vid-audio-muted.d.ts +9 -0
- package/glyph/vid-audio-muted.js +14 -0
- package/glyph/vid-audio-on.d.ts +9 -0
- package/glyph/vid-audio-on.js +14 -0
- package/glyph/vid-backward.d.ts +9 -0
- package/glyph/vid-backward.js +14 -0
- package/glyph/vid-camera-off.d.ts +9 -0
- package/glyph/vid-camera-off.js +14 -0
- package/glyph/vid-camera-on.d.ts +9 -0
- package/glyph/vid-camera-on.js +14 -0
- package/glyph/vid-connection-circle.d.ts +9 -0
- package/glyph/vid-connection-circle.js +14 -0
- package/glyph/vid-forward.d.ts +9 -0
- package/glyph/vid-forward.js +14 -0
- package/glyph/vid-full-screen-off.d.ts +9 -0
- package/glyph/vid-full-screen-off.js +14 -0
- package/glyph/vid-full-screen-on.d.ts +9 -0
- package/glyph/vid-full-screen-on.js +14 -0
- package/glyph/vid-hang-up.d.ts +9 -0
- package/glyph/vid-hang-up.js +14 -0
- package/glyph/vid-hd-circle.d.ts +9 -0
- package/glyph/vid-hd-circle.js +14 -0
- package/glyph/vid-pause.d.ts +9 -0
- package/glyph/vid-pause.js +14 -0
- package/glyph/vid-play.d.ts +9 -0
- package/glyph/vid-play.js +14 -0
- package/glyph/vid-raised-hand.d.ts +9 -0
- package/glyph/vid-raised-hand.js +14 -0
- package/glyph/vid-share-screen.d.ts +9 -0
- package/glyph/vid-share-screen.js +14 -0
- package/glyph/vid-speaking-circle.d.ts +9 -0
- package/glyph/vid-speaking-circle.js +14 -0
- package/glyph/vid-volume-full.d.ts +9 -0
- package/glyph/vid-volume-full.js +14 -0
- package/glyph/vid-volume-half.d.ts +9 -0
- package/glyph/vid-volume-half.js +14 -0
- package/glyph/vid-volume-muted.d.ts +9 -0
- package/glyph/vid-volume-muted.js +14 -0
- package/glyph/video-circle.d.ts +9 -0
- package/glyph/video-circle.js +14 -0
- package/glyph/video-filled.d.ts +9 -0
- package/glyph/video-filled.js +14 -0
- package/glyph/warning.d.ts +9 -0
- package/glyph/warning.js +14 -0
- package/glyph/watch-filled.d.ts +9 -0
- package/glyph/watch-filled.js +14 -0
- package/glyph/watch.d.ts +9 -0
- package/glyph/watch.js +14 -0
- package/glyph/world-small.d.ts +9 -0
- package/glyph/world-small.js +14 -0
- package/glyph/world.d.ts +9 -0
- package/glyph/world.js +14 -0
- package/package.json +7 -7
- package/svgs_raw/activity.svg +13 -0
- package/svgs_raw/add-circle.svg +13 -0
- package/svgs_raw/add-item.svg +13 -0
- package/svgs_raw/add.svg +12 -0
- package/svgs_raw/addon.svg +13 -0
- package/svgs_raw/app-access.svg +15 -0
- package/svgs_raw/app-switcher.svg +3 -0
- package/svgs_raw/archive.svg +3 -0
- package/svgs_raw/arrow-down-circle.svg +13 -0
- package/svgs_raw/arrow-down.svg +12 -0
- package/svgs_raw/arrow-left-circle.svg +13 -0
- package/svgs_raw/arrow-left.svg +3 -0
- package/svgs_raw/arrow-right-circle.svg +13 -0
- package/svgs_raw/arrow-right.svg +12 -0
- package/svgs_raw/arrow-up-circle.svg +13 -0
- package/svgs_raw/arrow-up.svg +12 -0
- package/svgs_raw/attachment.svg +12 -0
- package/svgs_raw/audio-circle.svg +13 -0
- package/svgs_raw/audio.svg +12 -0
- package/svgs_raw/backlog.svg +15 -0
- package/svgs_raw/billing-filled.svg +19 -0
- package/svgs_raw/billing.svg +19 -0
- package/svgs_raw/bitbucket/branches.svg +12 -0
- package/svgs_raw/bitbucket/builds.svg +16 -0
- package/svgs_raw/bitbucket/clone.svg +16 -0
- package/svgs_raw/bitbucket/commits.svg +12 -0
- package/svgs_raw/bitbucket/compare.svg +15 -0
- package/svgs_raw/bitbucket/forks.svg +16 -0
- package/svgs_raw/bitbucket/output.svg +15 -0
- package/svgs_raw/bitbucket/pipelines.svg +13 -0
- package/svgs_raw/bitbucket/pullrequests.svg +13 -0
- package/svgs_raw/bitbucket/repos.svg +14 -0
- package/svgs_raw/bitbucket/snippets.svg +13 -0
- package/svgs_raw/bitbucket/source.svg +13 -0
- package/svgs_raw/board.svg +14 -0
- package/svgs_raw/book.svg +16 -0
- package/svgs_raw/bullet-list.svg +17 -0
- package/svgs_raw/calendar-filled.svg +20 -0
- package/svgs_raw/calendar.svg +12 -0
- package/svgs_raw/camera-filled.svg +14 -0
- package/svgs_raw/camera-rotate.svg +16 -0
- package/svgs_raw/camera-take-picture.svg +13 -0
- package/svgs_raw/camera.svg +15 -0
- package/svgs_raw/canvas.svg +17 -0
- package/svgs_raw/check-circle-outline.svg +11 -0
- package/svgs_raw/check-circle.svg +13 -0
- package/svgs_raw/check.svg +12 -0
- package/svgs_raw/checkbox-indeterminate.svg +13 -0
- package/svgs_raw/checkbox.svg +13 -0
- package/svgs_raw/chevron-down-circle.svg +13 -0
- package/svgs_raw/chevron-down.svg +12 -0
- package/svgs_raw/chevron-left-circle.svg +13 -0
- package/svgs_raw/chevron-left-large.svg +3 -0
- package/svgs_raw/chevron-left.svg +12 -0
- package/svgs_raw/chevron-right-circle.svg +13 -0
- package/svgs_raw/chevron-right-large.svg +3 -0
- package/svgs_raw/chevron-right.svg +12 -0
- package/svgs_raw/chevron-up-circle.svg +13 -0
- package/svgs_raw/chevron-up.svg +12 -0
- package/svgs_raw/child-issues.svg +16 -0
- package/svgs_raw/code.svg +14 -0
- package/svgs_raw/comment.svg +14 -0
- package/svgs_raw/component.svg +14 -0
- package/svgs_raw/copy.svg +13 -0
- package/svgs_raw/creditcard-filled.svg +13 -0
- package/svgs_raw/creditcard.svg +13 -0
- package/svgs_raw/cross-circle.svg +14 -0
- package/svgs_raw/cross.svg +12 -0
- package/svgs_raw/dashboard.svg +14 -0
- package/svgs_raw/decision.svg +14 -0
- package/svgs_raw/department.svg +3 -0
- package/svgs_raw/detail-view.svg +16 -0
- package/svgs_raw/discover-filled.svg +12 -0
- package/svgs_raw/discover.svg +13 -0
- package/svgs_raw/document-filled.svg +12 -0
- package/svgs_raw/document.svg +12 -0
- package/svgs_raw/documents.svg +13 -0
- package/svgs_raw/download.svg +14 -0
- package/svgs_raw/drag-handler.svg +14 -0
- package/svgs_raw/dropbox.svg +3 -0
- package/svgs_raw/edit-filled.svg +13 -0
- package/svgs_raw/edit.svg +13 -0
- package/svgs_raw/editor/add.svg +12 -0
- package/svgs_raw/editor/addon.svg +12 -0
- package/svgs_raw/editor/advanced.svg +12 -0
- package/svgs_raw/editor/align-center.svg +12 -0
- package/svgs_raw/editor/align-image-center.svg +1 -0
- package/svgs_raw/editor/align-image-left.svg +1 -0
- package/svgs_raw/editor/align-image-right.svg +1 -0
- package/svgs_raw/editor/align-left.svg +12 -0
- package/svgs_raw/editor/align-right.svg +12 -0
- package/svgs_raw/editor/attachment.svg +12 -0
- package/svgs_raw/editor/background-color.svg +10 -0
- package/svgs_raw/editor/bold.svg +12 -0
- package/svgs_raw/editor/bullet-list.svg +12 -0
- package/svgs_raw/editor/close.svg +12 -0
- package/svgs_raw/editor/code.svg +12 -0
- package/svgs_raw/editor/collapse.svg +9 -0
- package/svgs_raw/editor/date.svg +12 -0
- package/svgs_raw/editor/decision.svg +12 -0
- package/svgs_raw/editor/divider.svg +12 -0
- package/svgs_raw/editor/done.svg +12 -0
- package/svgs_raw/editor/edit.svg +12 -0
- package/svgs_raw/editor/emoji.svg +12 -0
- package/svgs_raw/editor/error.svg +12 -0
- package/svgs_raw/editor/expand.svg +9 -0
- package/svgs_raw/editor/feedback.svg +12 -0
- package/svgs_raw/editor/file-preview.svg +4 -0
- package/svgs_raw/editor/file.svg +12 -0
- package/svgs_raw/editor/help.svg +12 -0
- package/svgs_raw/editor/hint.svg +12 -0
- package/svgs_raw/editor/horizontal-rule.svg +10 -0
- package/svgs_raw/editor/image-border.svg +12 -0
- package/svgs_raw/editor/image-resize.svg +12 -0
- package/svgs_raw/editor/image.svg +12 -0
- package/svgs_raw/editor/indent.svg +12 -0
- package/svgs_raw/editor/info.svg +12 -0
- package/svgs_raw/editor/italic.svg +12 -0
- package/svgs_raw/editor/layout-single.svg +3 -0
- package/svgs_raw/editor/layout-three-equal.svg +10 -0
- package/svgs_raw/editor/layout-three-with-sidebars.svg +10 -0
- package/svgs_raw/editor/layout-two-equal.svg +10 -0
- package/svgs_raw/editor/layout-two-left-sidebar.svg +10 -0
- package/svgs_raw/editor/layout-two-right-sidebar.svg +10 -0
- package/svgs_raw/editor/link.svg +12 -0
- package/svgs_raw/editor/media-center.svg +12 -0
- package/svgs_raw/editor/media-full-width.svg +12 -0
- package/svgs_raw/editor/media-wide.svg +12 -0
- package/svgs_raw/editor/media-wrap-left.svg +12 -0
- package/svgs_raw/editor/media-wrap-right.svg +12 -0
- package/svgs_raw/editor/mention.svg +12 -0
- package/svgs_raw/editor/more.svg +12 -0
- package/svgs_raw/editor/note.svg +12 -0
- package/svgs_raw/editor/number-list.svg +12 -0
- package/svgs_raw/editor/open.svg +12 -0
- package/svgs_raw/editor/outdent.svg +12 -0
- package/svgs_raw/editor/panel.svg +12 -0
- package/svgs_raw/editor/photo.svg +12 -0
- package/svgs_raw/editor/quote.svg +12 -0
- package/svgs_raw/editor/recent.svg +12 -0
- package/svgs_raw/editor/redo.svg +12 -0
- package/svgs_raw/editor/remove-emoji.svg +4 -0
- package/svgs_raw/editor/remove.svg +12 -0
- package/svgs_raw/editor/search.svg +12 -0
- package/svgs_raw/editor/settings.svg +9 -0
- package/svgs_raw/editor/strikethrough.svg +12 -0
- package/svgs_raw/editor/success.svg +12 -0
- package/svgs_raw/editor/table-display-options.svg +10 -0
- package/svgs_raw/editor/table.svg +12 -0
- package/svgs_raw/editor/task.svg +12 -0
- package/svgs_raw/editor/text-color.svg +12 -0
- package/svgs_raw/editor/text-style.svg +12 -0
- package/svgs_raw/editor/underline.svg +12 -0
- package/svgs_raw/editor/undo.svg +12 -0
- package/svgs_raw/editor/unlink.svg +12 -0
- package/svgs_raw/editor/warning.svg +12 -0
- package/svgs_raw/email.svg +13 -0
- package/svgs_raw/emoji/activity.svg +12 -0
- package/svgs_raw/emoji/atlassian.svg +15 -0
- package/svgs_raw/emoji/custom.svg +12 -0
- package/svgs_raw/emoji/emoji.svg +12 -0
- package/svgs_raw/emoji/flags.svg +12 -0
- package/svgs_raw/emoji/food.svg +12 -0
- package/svgs_raw/emoji/frequent.svg +12 -0
- package/svgs_raw/emoji/keyboard.svg +13 -0
- package/svgs_raw/emoji/nature.svg +12 -0
- package/svgs_raw/emoji/objects.svg +12 -0
- package/svgs_raw/emoji/people.svg +12 -0
- package/svgs_raw/emoji/productivity.svg +1 -0
- package/svgs_raw/emoji/symbols.svg +12 -0
- package/svgs_raw/emoji/travel.svg +12 -0
- package/svgs_raw/emoji-add.svg +12 -0
- package/svgs_raw/emoji.svg +12 -0
- package/svgs_raw/error.svg +14 -0
- package/svgs_raw/export.svg +12 -0
- package/svgs_raw/feedback.svg +15 -0
- package/svgs_raw/file.svg +14 -0
- package/svgs_raw/filter.svg +14 -0
- package/svgs_raw/flag-filled.svg +12 -0
- package/svgs_raw/folder-filled.svg +12 -0
- package/svgs_raw/folder.svg +12 -0
- package/svgs_raw/followers.svg +14 -0
- package/svgs_raw/following.svg +14 -0
- package/svgs_raw/googledrive.svg +12 -0
- package/svgs_raw/graph-bar.svg +15 -0
- package/svgs_raw/graph-line.svg +14 -0
- package/svgs_raw/gsuite.svg +12 -0
- package/svgs_raw/highlights.svg +13 -0
- package/svgs_raw/hipchat/audio-only.svg +13 -0
- package/svgs_raw/hipchat/chevron-double-down.svg +13 -0
- package/svgs_raw/hipchat/chevron-double-up.svg +13 -0
- package/svgs_raw/hipchat/chevron-down.svg +12 -0
- package/svgs_raw/hipchat/chevron-up.svg +12 -0
- package/svgs_raw/hipchat/dial-out.svg +12 -0
- package/svgs_raw/hipchat/lobby.svg +15 -0
- package/svgs_raw/hipchat/media-attachment-count.svg +12 -0
- package/svgs_raw/hipchat/outgoing-sound.svg +15 -0
- package/svgs_raw/hipchat/sd-video.svg +12 -0
- package/svgs_raw/home-circle.svg +9 -0
- package/svgs_raw/home.svg +9 -0
- package/svgs_raw/image-border.svg +16 -0
- package/svgs_raw/image-resize.svg +15 -0
- package/svgs_raw/image.svg +12 -0
- package/svgs_raw/info.svg +14 -0
- package/svgs_raw/invite-team.svg +15 -0
- package/svgs_raw/issue-raise.svg +14 -0
- package/svgs_raw/issue.svg +13 -0
- package/svgs_raw/issues.svg +15 -0
- package/svgs_raw/jira/capture.svg +12 -0
- package/svgs_raw/jira/failed-build-status.svg +14 -0
- package/svgs_raw/jira/labs.svg +14 -0
- package/svgs_raw/jira/test-session.svg +21 -0
- package/svgs_raw/label.svg +10 -0
- package/svgs_raw/lightbulb-filled.svg +12 -0
- package/svgs_raw/lightbulb.svg +12 -0
- package/svgs_raw/like.svg +10 -0
- package/svgs_raw/link-filled.svg +14 -0
- package/svgs_raw/link.svg +13 -0
- package/svgs_raw/list.svg +15 -0
- package/svgs_raw/location.svg +12 -0
- package/svgs_raw/lock-circle.svg +16 -0
- package/svgs_raw/lock-filled.svg +3 -0
- package/svgs_raw/lock.svg +13 -0
- package/svgs_raw/marketplace.svg +19 -0
- package/svgs_raw/media-services/actual-size.svg +10 -0
- package/svgs_raw/media-services/add-comment.svg +14 -0
- package/svgs_raw/media-services/annotate.svg +12 -0
- package/svgs_raw/media-services/arrow.svg +12 -0
- package/svgs_raw/media-services/audio.svg +13 -0
- package/svgs_raw/media-services/blur.svg +15 -0
- package/svgs_raw/media-services/brush.svg +12 -0
- package/svgs_raw/media-services/button-option.svg +12 -0
- package/svgs_raw/media-services/code.svg +13 -0
- package/svgs_raw/media-services/document.svg +15 -0
- package/svgs_raw/media-services/filter.svg +14 -0
- package/svgs_raw/media-services/fit-to-page.svg +10 -0
- package/svgs_raw/media-services/full-screen.svg +10 -0
- package/svgs_raw/media-services/grid.svg +15 -0
- package/svgs_raw/media-services/image.svg +15 -0
- package/svgs_raw/media-services/line-thickness.svg +12 -0
- package/svgs_raw/media-services/line.svg +12 -0
- package/svgs_raw/media-services/no-image.svg +12 -0
- package/svgs_raw/media-services/open-mediaviewer.svg +13 -0
- package/svgs_raw/media-services/oval.svg +12 -0
- package/svgs_raw/media-services/pdf.svg +16 -0
- package/svgs_raw/media-services/preselected.svg +12 -0
- package/svgs_raw/media-services/presentation.svg +15 -0
- package/svgs_raw/media-services/rectangle.svg +12 -0
- package/svgs_raw/media-services/scale-large.svg +14 -0
- package/svgs_raw/media-services/scale-small.svg +14 -0
- package/svgs_raw/media-services/spreadsheet.svg +18 -0
- package/svgs_raw/media-services/text.svg +16 -0
- package/svgs_raw/media-services/unknown.svg +13 -0
- package/svgs_raw/media-services/video.svg +14 -0
- package/svgs_raw/media-services/zip.svg +16 -0
- package/svgs_raw/media-services/zoom-in.svg +10 -0
- package/svgs_raw/media-services/zoom-out.svg +10 -0
- package/svgs_raw/mention.svg +14 -0
- package/svgs_raw/menu-expand.svg +9 -0
- package/svgs_raw/menu.svg +14 -0
- package/svgs_raw/mobile.svg +3 -0
- package/svgs_raw/more-vertical.svg +14 -0
- package/svgs_raw/more.svg +14 -0
- package/svgs_raw/notification-all.svg +17 -0
- package/svgs_raw/notification-direct.svg +13 -0
- package/svgs_raw/notification.svg +13 -0
- package/svgs_raw/office-building-filled.svg +22 -0
- package/svgs_raw/office-building.svg +22 -0
- package/svgs_raw/open.svg +13 -0
- package/svgs_raw/overview.svg +12 -0
- package/svgs_raw/page-filled.svg +15 -0
- package/svgs_raw/page.svg +15 -0
- package/svgs_raw/pdf.svg +16 -0
- package/svgs_raw/people-group.svg +17 -0
- package/svgs_raw/people.svg +15 -0
- package/svgs_raw/person-circle.svg +14 -0
- package/svgs_raw/person-with-circle.svg +9 -0
- package/svgs_raw/person-with-cross.svg +9 -0
- package/svgs_raw/person-with-tick.svg +9 -0
- package/svgs_raw/person.svg +13 -0
- package/svgs_raw/portfolio.svg +12 -0
- package/svgs_raw/preferences.svg +17 -0
- package/svgs_raw/premium.svg +3 -0
- package/svgs_raw/presence-active.svg +12 -0
- package/svgs_raw/presence-busy.svg +13 -0
- package/svgs_raw/presence-unavailable.svg +13 -0
- package/svgs_raw/question-circle.svg +14 -0
- package/svgs_raw/question.svg +14 -0
- package/svgs_raw/questions.svg +12 -0
- package/svgs_raw/queues.svg +12 -0
- package/svgs_raw/quote.svg +12 -0
- package/svgs_raw/radio.svg +13 -0
- package/svgs_raw/recent.svg +12 -0
- package/svgs_raw/redo.svg +13 -0
- package/svgs_raw/refresh.svg +15 -0
- package/svgs_raw/retry.svg +11 -0
- package/svgs_raw/roadmap.svg +10 -0
- package/svgs_raw/room-menu.svg +16 -0
- package/svgs_raw/schedule-filled.svg +15 -0
- package/svgs_raw/schedule.svg +16 -0
- package/svgs_raw/screen.svg +14 -0
- package/svgs_raw/search.svg +12 -0
- package/svgs_raw/select-clear.svg +12 -0
- package/svgs_raw/send.svg +13 -0
- package/svgs_raw/settings.svg +12 -0
- package/svgs_raw/share.svg +16 -0
- package/svgs_raw/ship.svg +14 -0
- package/svgs_raw/shortcut.svg +14 -0
- package/svgs_raw/sign-in.svg +14 -0
- package/svgs_raw/sign-out.svg +14 -0
- package/svgs_raw/sprint.svg +9 -0
- package/svgs_raw/star-filled.svg +10 -0
- package/svgs_raw/star-large.svg +10 -0
- package/svgs_raw/star.svg +12 -0
- package/svgs_raw/status.svg +9 -0
- package/svgs_raw/stopwatch.svg +9 -0
- package/svgs_raw/subtask.svg +13 -0
- package/svgs_raw/suitcase.svg +3 -0
- package/svgs_raw/switcher.svg +13 -0
- package/svgs_raw/table.svg +15 -0
- package/svgs_raw/task.svg +13 -0
- package/svgs_raw/teams.svg +3 -0
- package/svgs_raw/trash.svg +14 -0
- package/svgs_raw/tray.svg +15 -0
- package/svgs_raw/undo.svg +13 -0
- package/svgs_raw/unlink.svg +17 -0
- package/svgs_raw/unlock-circle.svg +16 -0
- package/svgs_raw/unlock-filled.svg +13 -0
- package/svgs_raw/unlock.svg +14 -0
- package/svgs_raw/upload.svg +14 -0
- package/svgs_raw/user-avatar-circle.svg +14 -0
- package/svgs_raw/vid-audio-muted.svg +10 -0
- package/svgs_raw/vid-audio-on.svg +13 -0
- package/svgs_raw/vid-backward.svg +3 -0
- package/svgs_raw/vid-camera-off.svg +10 -0
- package/svgs_raw/vid-camera-on.svg +10 -0
- package/svgs_raw/vid-connection-circle.svg +15 -0
- package/svgs_raw/vid-forward.svg +10 -0
- package/svgs_raw/vid-full-screen-off.svg +15 -0
- package/svgs_raw/vid-full-screen-on.svg +10 -0
- package/svgs_raw/vid-hang-up.svg +12 -0
- package/svgs_raw/vid-hd-circle.svg +13 -0
- package/svgs_raw/vid-pause.svg +10 -0
- package/svgs_raw/vid-play.svg +10 -0
- package/svgs_raw/vid-raised-hand.svg +14 -0
- package/svgs_raw/vid-share-screen.svg +16 -0
- package/svgs_raw/vid-speaking-circle.svg +14 -0
- package/svgs_raw/vid-volume-full.svg +10 -0
- package/svgs_raw/vid-volume-half.svg +10 -0
- package/svgs_raw/vid-volume-muted.svg +10 -0
- package/svgs_raw/video-circle.svg +14 -0
- package/svgs_raw/video-filled.svg +13 -0
- package/svgs_raw/warning.svg +14 -0
- package/svgs_raw/watch-filled.svg +13 -0
- package/svgs_raw/watch.svg +13 -0
- package/svgs_raw/world-small.svg +12 -0
- package/svgs_raw/world.svg +12 -0
|
@@ -28,6 +28,7 @@ var metadata = {
|
|
|
28
28
|
keywords: ['add', 'plus', 'create', 'new', 'icon', 'create', 'plus', 'jira status'],
|
|
29
29
|
componentName: 'AddIcon',
|
|
30
30
|
package: '@atlaskit/icon/core/add',
|
|
31
|
+
oldName: ['add-circle', 'add', 'editor/add', 'emoji/custom'],
|
|
31
32
|
categorization: 'single-purpose',
|
|
32
33
|
usage: 'Single purpose - Reserved for creating and adding an object.',
|
|
33
34
|
team: 'Design System Team',
|
|
@@ -83,6 +84,7 @@ var metadata = {
|
|
|
83
84
|
keywords: ['align-image-center', 'alignimagecenter', 'icon', 'content', 'media', 'image', 'alignment', 'centre'],
|
|
84
85
|
componentName: 'AlignImageCenterIcon',
|
|
85
86
|
package: '@atlaskit/icon/core/align-image-center',
|
|
87
|
+
oldName: ['editor/align-image-center'],
|
|
86
88
|
categorization: 'single-purpose',
|
|
87
89
|
usage: 'Single purpose - Reserved for center aligning media and content.',
|
|
88
90
|
team: 'Design System Team',
|
|
@@ -92,6 +94,7 @@ var metadata = {
|
|
|
92
94
|
keywords: ['align-image-left', 'alignimageleft', 'icon', 'content', 'media', 'image', 'alignment', 'left'],
|
|
93
95
|
componentName: 'AlignImageLeftIcon',
|
|
94
96
|
package: '@atlaskit/icon/core/align-image-left',
|
|
97
|
+
oldName: ['editor/align-image-left'],
|
|
95
98
|
categorization: 'single-purpose',
|
|
96
99
|
usage: 'Single purpose - Reserved for left aligning media and content.',
|
|
97
100
|
team: 'Design System Team',
|
|
@@ -101,6 +104,7 @@ var metadata = {
|
|
|
101
104
|
keywords: ['align-image-right', 'alignimageright', 'icon', 'content', 'media', 'image', 'alignment', 'right'],
|
|
102
105
|
componentName: 'AlignImageRightIcon',
|
|
103
106
|
package: '@atlaskit/icon/core/align-image-right',
|
|
107
|
+
oldName: ['editor/align-image-right'],
|
|
104
108
|
categorization: 'single-purpose',
|
|
105
109
|
usage: 'Single purpose - Reserved for right aligning media and content.',
|
|
106
110
|
team: 'Design System Team',
|
|
@@ -110,6 +114,7 @@ var metadata = {
|
|
|
110
114
|
keywords: ['align-text-center', 'aligntextcenter', 'icon', 'alignment', 'text', 'content'],
|
|
111
115
|
componentName: 'AlignTextCenterIcon',
|
|
112
116
|
package: '@atlaskit/icon/core/align-text-center',
|
|
117
|
+
oldName: ['editor/align-center'],
|
|
113
118
|
categorization: 'multi-purpose',
|
|
114
119
|
usage: 'Multi purpose - Known uses: align text center, align center.',
|
|
115
120
|
team: 'Design System Team',
|
|
@@ -119,6 +124,7 @@ var metadata = {
|
|
|
119
124
|
keywords: ['align-text-left', 'aligntextleft', 'icon', 'alignment', 'text', 'content', 'summary'],
|
|
120
125
|
componentName: 'AlignTextLeftIcon',
|
|
121
126
|
package: '@atlaskit/icon/core/align-text-left',
|
|
127
|
+
oldName: ['editor/align-left', 'overview'],
|
|
122
128
|
categorization: 'multi-purpose',
|
|
123
129
|
usage: 'Multi purpose - Known uses: align text left, align content left, summary.',
|
|
124
130
|
team: 'Design System Team',
|
|
@@ -128,6 +134,7 @@ var metadata = {
|
|
|
128
134
|
keywords: ['align-text-right', 'aligntextright', 'icon', 'alignment', 'text', 'content'],
|
|
129
135
|
componentName: 'AlignTextRightIcon',
|
|
130
136
|
package: '@atlaskit/icon/core/align-text-right',
|
|
137
|
+
oldName: ['editor/align-right'],
|
|
131
138
|
categorization: 'multi-purpose',
|
|
132
139
|
usage: 'Multi purpose - Known uses: align text right, align content right.',
|
|
133
140
|
team: 'Design System Team',
|
|
@@ -137,6 +144,7 @@ var metadata = {
|
|
|
137
144
|
keywords: ['angle-brackets', 'anglebrackets', 'icon', 'code', '<>', '</>', 'syntax', 'jira status'],
|
|
138
145
|
componentName: 'AngleBracketsIcon',
|
|
139
146
|
package: '@atlaskit/icon/core/angle-brackets',
|
|
147
|
+
oldName: ['bitbucket/repos', 'bitbucket/source', 'code', 'editor/code', 'media-services/code'],
|
|
140
148
|
categorization: 'multi-purpose',
|
|
141
149
|
usage: 'Multi purpose - Known uses: code or source code in Bitbucket and Jira.',
|
|
142
150
|
team: 'Design System Team',
|
|
@@ -155,6 +163,7 @@ var metadata = {
|
|
|
155
163
|
keywords: ['app', 'icon', 'plugin', 'external app', 'third-party app', 'add-on', 'add on'],
|
|
156
164
|
componentName: 'AppIcon',
|
|
157
165
|
package: '@atlaskit/icon/core/app',
|
|
166
|
+
oldName: ['addon'],
|
|
158
167
|
categorization: 'single-purpose',
|
|
159
168
|
usage: 'Single purpose - Reserved for marketplace apps and integrations across apps.',
|
|
160
169
|
team: 'Design System Team',
|
|
@@ -164,6 +173,7 @@ var metadata = {
|
|
|
164
173
|
keywords: ['app-switcher', 'appswitcher', 'icon', 'application switcher', 'change app', 'switch app', 'app switcher'],
|
|
165
174
|
componentName: 'AppSwitcherIcon',
|
|
166
175
|
package: '@atlaskit/icon/core/app-switcher',
|
|
176
|
+
oldName: ['app-switcher', 'switcher'],
|
|
167
177
|
categorization: 'single-purpose',
|
|
168
178
|
usage: 'Single purpose - Reserved for app switcher in global app navigation.',
|
|
169
179
|
team: 'Design System Team',
|
|
@@ -191,6 +201,7 @@ var metadata = {
|
|
|
191
201
|
keywords: ['archive-box', 'archivebox', 'icon', 'file box'],
|
|
192
202
|
componentName: 'ArchiveBoxIcon',
|
|
193
203
|
package: '@atlaskit/icon/core/archive-box',
|
|
204
|
+
oldName: ['archive'],
|
|
194
205
|
categorization: 'multi-purpose',
|
|
195
206
|
usage: 'Multi purpose - Known uses: archiving pages, storage.',
|
|
196
207
|
team: 'Design System Team',
|
|
@@ -200,6 +211,7 @@ var metadata = {
|
|
|
200
211
|
keywords: ['arrow-down', 'arrowdown', 'icon', 'down', 'bottom', 'sorting'],
|
|
201
212
|
componentName: 'ArrowDownIcon',
|
|
202
213
|
package: '@atlaskit/icon/core/arrow-down',
|
|
214
|
+
oldName: ['arrow-down-circle', 'arrow-down'],
|
|
203
215
|
categorization: 'multi-purpose',
|
|
204
216
|
usage: 'Multi purpose - Know uses: sorting table headers or Bitbucket code difference.',
|
|
205
217
|
team: 'Design System Team',
|
|
@@ -227,6 +239,7 @@ var metadata = {
|
|
|
227
239
|
keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', 'back', 'previous'],
|
|
228
240
|
componentName: 'ArrowLeftIcon',
|
|
229
241
|
package: '@atlaskit/icon/core/arrow-left',
|
|
242
|
+
oldName: ['arrow-left-circle', 'arrow-left'],
|
|
230
243
|
categorization: 'multi-purpose',
|
|
231
244
|
usage: 'Multi purpose - Known uses: back to previous screen, previous slide.',
|
|
232
245
|
team: 'Design System Team',
|
|
@@ -236,6 +249,7 @@ var metadata = {
|
|
|
236
249
|
keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', 'forward', 'next', 'link'],
|
|
237
250
|
componentName: 'ArrowRightIcon',
|
|
238
251
|
package: '@atlaskit/icon/core/arrow-right',
|
|
252
|
+
oldName: ['arrow-right-circle', 'arrow-right'],
|
|
239
253
|
categorization: 'multi-purpose',
|
|
240
254
|
usage: 'Multi purpose - Known uses: link to nested menu item, a linked menu item, next slide.',
|
|
241
255
|
team: 'Design System Team',
|
|
@@ -245,6 +259,7 @@ var metadata = {
|
|
|
245
259
|
keywords: ['arrow-up', 'arrowup', 'icon', 'improvement', 'jira status'],
|
|
246
260
|
componentName: 'ArrowUpIcon',
|
|
247
261
|
package: '@atlaskit/icon/core/arrow-up',
|
|
262
|
+
oldName: ['arrow-up-circle', 'arrow-up'],
|
|
248
263
|
categorization: 'multi-purpose',
|
|
249
264
|
usage: 'Multi purpose - Known uses: back to top.',
|
|
250
265
|
team: 'Design System Team',
|
|
@@ -263,6 +278,7 @@ var metadata = {
|
|
|
263
278
|
keywords: ['arrow-up-right', 'arrowupright', 'icon', 'open', 'diagonal arrow'],
|
|
264
279
|
componentName: 'ArrowUpRightIcon',
|
|
265
280
|
package: '@atlaskit/icon/core/arrow-up-right',
|
|
281
|
+
oldName: ['editor/open', 'open'],
|
|
266
282
|
categorization: 'multi-purpose',
|
|
267
283
|
usage: 'Multi purpose',
|
|
268
284
|
team: 'Design System Team',
|
|
@@ -290,6 +306,7 @@ var metadata = {
|
|
|
290
306
|
keywords: ['attachment', 'paperclip', 'icon', 'paperclip', 'attach', 'attachment'],
|
|
291
307
|
componentName: 'AttachmentIcon',
|
|
292
308
|
package: '@atlaskit/icon/core/attachment',
|
|
309
|
+
oldName: ['attachment', 'editor/attachment'],
|
|
293
310
|
categorization: 'single-purpose',
|
|
294
311
|
usage: 'Reserved for attaching files to work types or other objects.',
|
|
295
312
|
team: 'Design System Team',
|
|
@@ -299,6 +316,7 @@ var metadata = {
|
|
|
299
316
|
keywords: ['audio', 'music', 'note', 'sound', 'icon', 'music', 'musical note'],
|
|
300
317
|
componentName: 'AudioIcon',
|
|
301
318
|
package: '@atlaskit/icon/core/audio',
|
|
319
|
+
oldName: ['audio-circle', 'audio', 'media-services/audio'],
|
|
302
320
|
categorization: 'single-purpose',
|
|
303
321
|
usage: '📦 @atlaskit/icon/core/audio',
|
|
304
322
|
team: 'Design System Team',
|
|
@@ -317,6 +335,7 @@ var metadata = {
|
|
|
317
335
|
keywords: ['backlog', 'icon', 'rows'],
|
|
318
336
|
componentName: 'BacklogIcon',
|
|
319
337
|
package: '@atlaskit/icon/core/backlog',
|
|
338
|
+
oldName: ['backlog'],
|
|
320
339
|
categorization: 'single-purpose',
|
|
321
340
|
usage: 'Single purpose - Reserved for backlogs in Jira.',
|
|
322
341
|
team: 'Design System Team',
|
|
@@ -326,6 +345,7 @@ var metadata = {
|
|
|
326
345
|
keywords: ['basketball', 'icon', 'ball', 'sports', 'basketball'],
|
|
327
346
|
componentName: 'BasketballIcon',
|
|
328
347
|
package: '@atlaskit/icon/core/basketball',
|
|
348
|
+
oldName: ['emoji/activity'],
|
|
329
349
|
categorization: 'multi-purpose',
|
|
330
350
|
usage: 'Multi purpose - Known usages: Sport emoji category.',
|
|
331
351
|
team: 'Design System Team',
|
|
@@ -335,6 +355,7 @@ var metadata = {
|
|
|
335
355
|
keywords: ['board', 'icon', 'columns', 'active sprint'],
|
|
336
356
|
componentName: 'BoardIcon',
|
|
337
357
|
package: '@atlaskit/icon/core/board',
|
|
358
|
+
oldName: ['board'],
|
|
338
359
|
categorization: 'single-purpose',
|
|
339
360
|
usage: 'Single purpose - Reserved for boards in Jira.',
|
|
340
361
|
team: 'Design System Team',
|
|
@@ -344,6 +365,7 @@ var metadata = {
|
|
|
344
365
|
keywords: ['boards', 'icon'],
|
|
345
366
|
componentName: 'BoardsIcon',
|
|
346
367
|
package: '@atlaskit/icon/core/boards',
|
|
368
|
+
oldName: ['switcher'],
|
|
347
369
|
categorization: 'single-purpose',
|
|
348
370
|
usage: 'Single purpose - Reserved as the icon to represent multiple boards.',
|
|
349
371
|
team: 'Design System Team',
|
|
@@ -353,6 +375,7 @@ var metadata = {
|
|
|
353
375
|
keywords: ['book-with-bookmark', 'bookwithbookmark', 'icon', 'knowledge base', 'article'],
|
|
354
376
|
componentName: 'BookWithBookmarkIcon',
|
|
355
377
|
package: '@atlaskit/icon/core/book-with-bookmark',
|
|
378
|
+
oldName: ['book'],
|
|
356
379
|
categorization: 'multi-purpose',
|
|
357
380
|
usage: 'Multi purpose - Known uses: knowledge bases, articles, and other representations of books or info.',
|
|
358
381
|
team: 'Design System Team',
|
|
@@ -371,6 +394,7 @@ var metadata = {
|
|
|
371
394
|
keywords: ['branch', 'icon', 'git branch', 'bitbucket branch', 'branches', 'jira status'],
|
|
372
395
|
componentName: 'BranchIcon',
|
|
373
396
|
package: '@atlaskit/icon/core/branch',
|
|
397
|
+
oldName: ['bitbucket/branches'],
|
|
374
398
|
categorization: 'single-purpose',
|
|
375
399
|
usage: 'Single purpose - Reserved for branches in Bitbucket and Jira.',
|
|
376
400
|
team: 'Design System Team',
|
|
@@ -380,6 +404,7 @@ var metadata = {
|
|
|
380
404
|
keywords: ['briefcase', 'icon', 'suitcase', 'toolbox', 'operations', 'business'],
|
|
381
405
|
componentName: 'BriefcaseIcon',
|
|
382
406
|
package: '@atlaskit/icon/core/briefcase',
|
|
407
|
+
oldName: ['suitcase'],
|
|
383
408
|
categorization: 'multi-purpose',
|
|
384
409
|
usage: 'Multi purpose - Known uses: Job title in Atlas, Operations in JSM.',
|
|
385
410
|
team: 'Design System Team',
|
|
@@ -389,6 +414,7 @@ var metadata = {
|
|
|
389
414
|
keywords: ['bug', 'icon', 'bug report', 'test'],
|
|
390
415
|
componentName: 'BugIcon',
|
|
391
416
|
package: '@atlaskit/icon/core/bug',
|
|
417
|
+
oldName: ['jira/test-session'],
|
|
392
418
|
categorization: 'multi-purpose',
|
|
393
419
|
usage: 'Multi purpose - Known uses: Request types in JSM, bugs in Jira.',
|
|
394
420
|
team: 'Design System Team',
|
|
@@ -398,6 +424,7 @@ var metadata = {
|
|
|
398
424
|
keywords: ['calendar', 'date', 'icon', 'date', 'month', 'day', 'year', 'jira status'],
|
|
399
425
|
componentName: 'CalendarIcon',
|
|
400
426
|
package: '@atlaskit/icon/core/calendar',
|
|
427
|
+
oldName: ['calendar-filled', 'calendar', 'editor/date'],
|
|
401
428
|
categorization: 'multi-purpose',
|
|
402
429
|
usage: 'Multi purpose - Known uses: date metadata, date input field, calendar view, jira status.',
|
|
403
430
|
team: 'Design System Team',
|
|
@@ -407,6 +434,7 @@ var metadata = {
|
|
|
407
434
|
keywords: ['calendar-plus', 'calendarplus', 'icon', 'calendar', 'add', 'plus', 'schedule'],
|
|
408
435
|
componentName: 'CalendarPlusIcon',
|
|
409
436
|
package: '@atlaskit/icon/core/calendar-plus',
|
|
437
|
+
oldName: ['schedule-filled', 'schedule'],
|
|
410
438
|
categorization: 'multi-purpose',
|
|
411
439
|
usage: 'Known uses: Auto-scheduling in Jira Plans. Scheduled dates.',
|
|
412
440
|
team: 'Design System Team',
|
|
@@ -416,6 +444,7 @@ var metadata = {
|
|
|
416
444
|
keywords: ['camera', 'photo', 'icon'],
|
|
417
445
|
componentName: 'CameraIcon',
|
|
418
446
|
package: '@atlaskit/icon/core/camera',
|
|
447
|
+
oldName: ['camera-filled', 'camera', 'editor/photo'],
|
|
419
448
|
categorization: 'multi-purpose',
|
|
420
449
|
usage: 'Multi purpose - Known uses: upload photo in Trello, photos.',
|
|
421
450
|
team: 'Design System Team',
|
|
@@ -425,6 +454,7 @@ var metadata = {
|
|
|
425
454
|
keywords: ['capture', 'icon', 'focus', 'focus area', 'capture'],
|
|
426
455
|
componentName: 'CaptureIcon',
|
|
427
456
|
package: '@atlaskit/icon/core/capture',
|
|
457
|
+
oldName: ['jira/capture'],
|
|
428
458
|
replacement: {
|
|
429
459
|
name: 'focus-area',
|
|
430
460
|
location: '@atlaskit/icon'
|
|
@@ -465,6 +495,7 @@ var metadata = {
|
|
|
465
495
|
keywords: ['chart-bar', 'chartbar', 'icon', 'graph', 'bar', 'analytics', 'report', 'column chart'],
|
|
466
496
|
componentName: 'ChartBarIcon',
|
|
467
497
|
package: '@atlaskit/icon/core/chart-bar',
|
|
498
|
+
oldName: ['graph-bar', 'media-services/presentation'],
|
|
468
499
|
categorization: 'multi-purpose',
|
|
469
500
|
usage: 'Known uses: Bar charts; Reports in JSM, Space Analytics in Confluence',
|
|
470
501
|
team: 'Design System Team',
|
|
@@ -505,6 +536,7 @@ var metadata = {
|
|
|
505
536
|
keywords: ['chart-trend', 'charttrend', 'icon', 'reports', 'graph', 'impact effort', ''],
|
|
506
537
|
componentName: 'ChartTrendIcon',
|
|
507
538
|
package: '@atlaskit/icon/core/chart-trend',
|
|
539
|
+
oldName: ['graph-line'],
|
|
508
540
|
replacement: {
|
|
509
541
|
name: 'chart-trend-up',
|
|
510
542
|
location: '@atlaskit/icon'
|
|
@@ -545,6 +577,7 @@ var metadata = {
|
|
|
545
577
|
keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'tick', 'yes', 'completed'],
|
|
546
578
|
componentName: 'CheckCircleIcon',
|
|
547
579
|
package: '@atlaskit/icon/core/check-circle',
|
|
580
|
+
oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
|
|
548
581
|
categorization: 'multi-purpose',
|
|
549
582
|
usage: 'Known uses: completed items, productivity emoji category. Completed task work type in JSM Calendar view.',
|
|
550
583
|
team: 'Design System Team',
|
|
@@ -563,6 +596,7 @@ var metadata = {
|
|
|
563
596
|
keywords: ['check-mark', 'checkmark', 'icon', 'tick'],
|
|
564
597
|
componentName: 'CheckMarkIcon',
|
|
565
598
|
package: '@atlaskit/icon/core/check-mark',
|
|
599
|
+
oldName: ['check', 'editor/done'],
|
|
566
600
|
categorization: 'multi-purpose',
|
|
567
601
|
usage: 'Multi purpose - Known uses: table cells, checkboxes.',
|
|
568
602
|
team: 'Design System Team',
|
|
@@ -572,6 +606,7 @@ var metadata = {
|
|
|
572
606
|
keywords: ['checkbox-checked', 'checkboxchecked', 'icon', 'filled', 'checked', 'select all'],
|
|
573
607
|
componentName: 'CheckboxCheckedIcon',
|
|
574
608
|
package: '@atlaskit/icon/core/checkbox-checked',
|
|
609
|
+
oldName: ['checkbox', 'editor/task'],
|
|
575
610
|
categorization: 'multi-purpose',
|
|
576
611
|
usage: 'Multi purpose - Reserved for interactive checkbox experiences. Consider using the checkbox component.',
|
|
577
612
|
team: 'Design System Team',
|
|
@@ -581,6 +616,7 @@ var metadata = {
|
|
|
581
616
|
keywords: ['checkbox-indeterminate', 'checkboxindeterminate', 'icon', 'filled', 'mixed'],
|
|
582
617
|
componentName: 'CheckboxIndeterminateIcon',
|
|
583
618
|
package: '@atlaskit/icon/core/checkbox-indeterminate',
|
|
619
|
+
oldName: ['checkbox-indeterminate'],
|
|
584
620
|
categorization: 'multi-purpose',
|
|
585
621
|
usage: 'Multi purpose - Reserved for interactive checkbox experiences. Consider using the checkbox component.',
|
|
586
622
|
team: 'Design System Team',
|
|
@@ -621,6 +657,7 @@ var metadata = {
|
|
|
621
657
|
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'chevron down', 'expand', 'open'],
|
|
622
658
|
componentName: 'ChevronDownIcon',
|
|
623
659
|
package: '@atlaskit/icon/core/chevron-down',
|
|
660
|
+
oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
|
|
624
661
|
shouldRecommendSmallIcon: true,
|
|
625
662
|
categorization: 'multi-purpose',
|
|
626
663
|
usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Open dropdown menu, expanded tree item, collapse tree item',
|
|
@@ -632,6 +669,7 @@ var metadata = {
|
|
|
632
669
|
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'chevron left', 'back', 'previous'],
|
|
633
670
|
componentName: 'ChevronLeftIcon',
|
|
634
671
|
package: '@atlaskit/icon/core/chevron-left',
|
|
672
|
+
oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
|
|
635
673
|
shouldRecommendSmallIcon: true,
|
|
636
674
|
categorization: 'multi-purpose',
|
|
637
675
|
usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Navigate back, show previous page of pagination results',
|
|
@@ -643,6 +681,7 @@ var metadata = {
|
|
|
643
681
|
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'chevron right', 'next', 'collapsed', 'expand', 'show children'],
|
|
644
682
|
componentName: 'ChevronRightIcon',
|
|
645
683
|
package: '@atlaskit/icon/core/chevron-right',
|
|
684
|
+
oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
|
|
646
685
|
shouldRecommendSmallIcon: true,
|
|
647
686
|
categorization: 'multi-purpose',
|
|
648
687
|
usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Next page of pagination results, collapsed tree item, expand tree item',
|
|
@@ -654,6 +693,7 @@ var metadata = {
|
|
|
654
693
|
keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', 'chevron up', 'close dropdown menu', 'collapse'],
|
|
655
694
|
componentName: 'ChevronUpIcon',
|
|
656
695
|
package: '@atlaskit/icon/core/chevron-up',
|
|
696
|
+
oldName: ['chevron-up-circle', 'hipchat/chevron-up', 'chevron-up'],
|
|
657
697
|
shouldRecommendSmallIcon: true,
|
|
658
698
|
categorization: 'multi-purpose',
|
|
659
699
|
usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Close dropdown menu',
|
|
@@ -665,6 +705,7 @@ var metadata = {
|
|
|
665
705
|
keywords: ['child-work-items', 'childworkitems', 'icon', 'children', 'child', 'related', 'work items'],
|
|
666
706
|
componentName: 'ChildWorkItemsIcon',
|
|
667
707
|
package: '@atlaskit/icon/core/child-work-items',
|
|
708
|
+
oldName: ['child-issues'],
|
|
668
709
|
categorization: 'single-purpose',
|
|
669
710
|
usage: 'Reserved for child work items.',
|
|
670
711
|
team: 'Design System Team',
|
|
@@ -683,6 +724,7 @@ var metadata = {
|
|
|
683
724
|
keywords: ['clock', 'icon', 'time', 'recent', 'history'],
|
|
684
725
|
componentName: 'ClockIcon',
|
|
685
726
|
package: '@atlaskit/icon/core/clock',
|
|
727
|
+
oldName: ['editor/recent', 'emoji/frequent', 'recent'],
|
|
686
728
|
categorization: 'multi-purpose',
|
|
687
729
|
usage: 'Known uses: recent, time input, sprint time remaining, overdue task work type status.',
|
|
688
730
|
team: 'Design System Team',
|
|
@@ -692,6 +734,7 @@ var metadata = {
|
|
|
692
734
|
keywords: ['close', 'icon', 'cross', 'x', 'close', 'remove'],
|
|
693
735
|
componentName: 'CloseIcon',
|
|
694
736
|
package: '@atlaskit/icon/core/close',
|
|
737
|
+
oldName: ['cross', 'editor/close'],
|
|
695
738
|
replacement: {
|
|
696
739
|
name: 'cross',
|
|
697
740
|
location: '@atlaskit/icon'
|
|
@@ -705,6 +748,7 @@ var metadata = {
|
|
|
705
748
|
keywords: ['cloud-arrow-up', 'cloudarrowup', 'icon', 'deployments', 'up arrow'],
|
|
706
749
|
componentName: 'CloudArrowUpIcon',
|
|
707
750
|
package: '@atlaskit/icon/core/cloud-arrow-up',
|
|
751
|
+
oldName: ['upload'],
|
|
708
752
|
categorization: 'multi-purpose',
|
|
709
753
|
usage: 'Multi purpose - Known uses: deployments in Jira.',
|
|
710
754
|
team: 'Design System Team',
|
|
@@ -732,6 +776,7 @@ var metadata = {
|
|
|
732
776
|
keywords: ['comment', 'chat', 'speech', 'icon', 'speech bubble'],
|
|
733
777
|
componentName: 'CommentIcon',
|
|
734
778
|
package: '@atlaskit/icon/core/comment',
|
|
779
|
+
oldName: ['comment', 'questions'],
|
|
735
780
|
categorization: 'single-purpose',
|
|
736
781
|
usage: 'Single purpose - Reserved for comments on objects.',
|
|
737
782
|
team: 'Design System Team',
|
|
@@ -741,6 +786,7 @@ var metadata = {
|
|
|
741
786
|
keywords: ['comment-add', 'commentadd', 'icon', 'speech bubble', 'plus'],
|
|
742
787
|
componentName: 'CommentAddIcon',
|
|
743
788
|
package: '@atlaskit/icon/core/comment-add',
|
|
789
|
+
oldName: ['media-services/add-comment'],
|
|
744
790
|
categorization: 'single-purpose',
|
|
745
791
|
usage: 'Single purpose - Reserved for adding a comment to an object.',
|
|
746
792
|
team: 'Design System Team',
|
|
@@ -750,6 +796,7 @@ var metadata = {
|
|
|
750
796
|
keywords: ['commit', 'icon', 'git commit', 'bitbucket commit'],
|
|
751
797
|
componentName: 'CommitIcon',
|
|
752
798
|
package: '@atlaskit/icon/core/commit',
|
|
799
|
+
oldName: ['bitbucket/commits'],
|
|
753
800
|
categorization: 'single-purpose',
|
|
754
801
|
usage: 'Single purpose - Reserved for commits in Jira or Bitbucket.',
|
|
755
802
|
team: 'Design System Team',
|
|
@@ -759,6 +806,7 @@ var metadata = {
|
|
|
759
806
|
keywords: ['compass', 'icon', 'template'],
|
|
760
807
|
componentName: 'CompassIcon',
|
|
761
808
|
package: '@atlaskit/icon/core/compass',
|
|
809
|
+
oldName: ['discover-filled', 'discover'],
|
|
762
810
|
categorization: 'multi-purpose',
|
|
763
811
|
usage: 'Multi purpose - Known uses: templates.',
|
|
764
812
|
team: 'Design System Team',
|
|
@@ -768,6 +816,7 @@ var metadata = {
|
|
|
768
816
|
keywords: ['component', 'block', 'lego', 'icon', 'lego', 'brick', 'block'],
|
|
769
817
|
componentName: 'ComponentIcon',
|
|
770
818
|
package: '@atlaskit/icon/core/component',
|
|
819
|
+
oldName: ['component'],
|
|
771
820
|
categorization: 'single-purpose',
|
|
772
821
|
usage: 'Single purpose - Reserved for components in Jira and Compass.',
|
|
773
822
|
team: 'Design System Team',
|
|
@@ -777,6 +826,7 @@ var metadata = {
|
|
|
777
826
|
keywords: ['content-width-narrow', 'contentwidthnarrow', 'icon', 'content', 'media', 'image', 'width', 'fixed', 'narrow'],
|
|
778
827
|
componentName: 'ContentWidthNarrowIcon',
|
|
779
828
|
package: '@atlaskit/icon/core/content-width-narrow',
|
|
829
|
+
oldName: ['editor/media-center'],
|
|
780
830
|
categorization: 'single-purpose',
|
|
781
831
|
usage: 'Single purpose - Reserved for setting media and content to a narrow width.',
|
|
782
832
|
team: 'Design System Team',
|
|
@@ -786,6 +836,7 @@ var metadata = {
|
|
|
786
836
|
keywords: ['content-width-wide', 'contentwidthwide', 'icon', 'content', 'media', 'image', 'width', 'fixed', 'wide'],
|
|
787
837
|
componentName: 'ContentWidthWideIcon',
|
|
788
838
|
package: '@atlaskit/icon/core/content-width-wide',
|
|
839
|
+
oldName: ['editor/media-wide'],
|
|
789
840
|
categorization: 'single-purpose',
|
|
790
841
|
usage: 'Single purpose - Reserved for setting media and content to a wide width.',
|
|
791
842
|
team: 'Design System Team',
|
|
@@ -795,6 +846,7 @@ var metadata = {
|
|
|
795
846
|
keywords: ['content-wrap-left', 'contentwrapleft', 'icon', 'content', 'media', 'image', 'alignment', 'left', 'inline', 'wrap'],
|
|
796
847
|
componentName: 'ContentWrapLeftIcon',
|
|
797
848
|
package: '@atlaskit/icon/core/content-wrap-left',
|
|
849
|
+
oldName: ['editor/media-wrap-left'],
|
|
798
850
|
categorization: 'single-purpose',
|
|
799
851
|
usage: 'Single purpose - Reserved for left aligning media and content with wrapping enabled.',
|
|
800
852
|
team: 'Design System Team',
|
|
@@ -804,6 +856,7 @@ var metadata = {
|
|
|
804
856
|
keywords: ['content-wrap-right', 'contentwrapright', 'icon', 'content', 'media', 'image', 'alignment', 'right', 'inline', 'wrap'],
|
|
805
857
|
componentName: 'ContentWrapRightIcon',
|
|
806
858
|
package: '@atlaskit/icon/core/content-wrap-right',
|
|
859
|
+
oldName: ['editor/media-wrap-right'],
|
|
807
860
|
categorization: 'single-purpose',
|
|
808
861
|
usage: 'Single purpose - Reserved for right aligning media and content with wrapping enabled.',
|
|
809
862
|
team: 'Design System Team',
|
|
@@ -813,6 +866,7 @@ var metadata = {
|
|
|
813
866
|
keywords: ['copy', 'duplicate', 'icon', 'copy', 'object'],
|
|
814
867
|
componentName: 'CopyIcon',
|
|
815
868
|
package: '@atlaskit/icon/core/copy',
|
|
869
|
+
oldName: ['copy'],
|
|
816
870
|
categorization: 'single-purpose',
|
|
817
871
|
usage: 'Single purpose - Reserved for copying data such as text, code or other objects.',
|
|
818
872
|
team: 'Design System Team',
|
|
@@ -822,6 +876,7 @@ var metadata = {
|
|
|
822
876
|
keywords: ['credit-card', 'creditcard', 'icon', 'payment', 'invoice'],
|
|
823
877
|
componentName: 'CreditCardIcon',
|
|
824
878
|
package: '@atlaskit/icon/core/credit-card',
|
|
879
|
+
oldName: ['creditcard-filled', 'creditcard'],
|
|
825
880
|
categorization: 'multi-purpose',
|
|
826
881
|
usage: 'Multi purpose - Known uses: billing in Admin, invoices in PPC, payments.',
|
|
827
882
|
team: 'Design System Team',
|
|
@@ -831,6 +886,7 @@ var metadata = {
|
|
|
831
886
|
keywords: ['cross', 'close', 'x', 'cancel', 'icon', 'cross', 'x', 'close', 'remove'],
|
|
832
887
|
componentName: 'CrossIcon',
|
|
833
888
|
package: '@atlaskit/icon/core/cross',
|
|
889
|
+
oldName: ['cross', 'editor/close'],
|
|
834
890
|
categorization: 'multi-purpose',
|
|
835
891
|
usage: 'Known uses: closing modals, panels, and transient views; removing tags',
|
|
836
892
|
team: 'Design System Team',
|
|
@@ -840,6 +896,7 @@ var metadata = {
|
|
|
840
896
|
keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'x', 'exit', 'clear', 'no', 'filled'],
|
|
841
897
|
componentName: 'CrossCircleIcon',
|
|
842
898
|
package: '@atlaskit/icon/core/cross-circle',
|
|
899
|
+
oldName: ['cross-circle', 'editor/error', 'select-clear'],
|
|
843
900
|
categorization: 'multi-purpose',
|
|
844
901
|
usage: 'Multi purpose - Known uses: clear text field, error status.',
|
|
845
902
|
team: 'Design System Team',
|
|
@@ -858,6 +915,7 @@ var metadata = {
|
|
|
858
915
|
keywords: ['customize', 'icon', 'customise', 'configure', 'modify', 'preferences', 'settings', 'sliders'],
|
|
859
916
|
componentName: 'CustomizeIcon',
|
|
860
917
|
package: '@atlaskit/icon/core/customize',
|
|
918
|
+
oldName: ['preferences'],
|
|
861
919
|
categorization: 'multi-purpose',
|
|
862
920
|
usage: 'Multi purpose - Known uses: customize sidebar, customize view, settings.',
|
|
863
921
|
team: 'Design System Team',
|
|
@@ -867,6 +925,7 @@ var metadata = {
|
|
|
867
925
|
keywords: ['dashboard', 'window', 'grid', 'icon', 'activity', 'view'],
|
|
868
926
|
componentName: 'DashboardIcon',
|
|
869
927
|
package: '@atlaskit/icon/core/dashboard',
|
|
928
|
+
oldName: ['activity', 'dashboard'],
|
|
870
929
|
categorization: 'single-purpose',
|
|
871
930
|
usage: 'Single purpose - Reserved for dashboards in Jira.',
|
|
872
931
|
team: 'Design System Team',
|
|
@@ -912,6 +971,7 @@ var metadata = {
|
|
|
912
971
|
keywords: ['decision', 'icon', 'fork', 'diagonal arrow'],
|
|
913
972
|
componentName: 'DecisionIcon',
|
|
914
973
|
package: '@atlaskit/icon/core/decision',
|
|
974
|
+
oldName: ['decision', 'editor/decision'],
|
|
915
975
|
categorization: 'single-purpose',
|
|
916
976
|
usage: 'Single purpose - Reserved for decisions.',
|
|
917
977
|
team: 'Design System Team',
|
|
@@ -930,6 +990,7 @@ var metadata = {
|
|
|
930
990
|
keywords: ['delete', 'icon', 'trash', 'bin', 'remove'],
|
|
931
991
|
componentName: 'DeleteIcon',
|
|
932
992
|
package: '@atlaskit/icon/core/delete',
|
|
993
|
+
oldName: ['editor/remove', 'trash'],
|
|
933
994
|
categorization: 'single-purpose',
|
|
934
995
|
usage: 'Single purpose - Reserved for removing or deleting an object.',
|
|
935
996
|
team: 'Design System Team',
|
|
@@ -939,6 +1000,7 @@ var metadata = {
|
|
|
939
1000
|
keywords: ['department', 'icon', 'organization', 'organisation', 'org chart', 'hierarchy'],
|
|
940
1001
|
componentName: 'DepartmentIcon',
|
|
941
1002
|
package: '@atlaskit/icon/core/department',
|
|
1003
|
+
oldName: ['department'],
|
|
942
1004
|
categorization: 'single-purpose',
|
|
943
1005
|
usage: 'Single purpose - Reserved for departments, reporting lines, or other tree chart representations.',
|
|
944
1006
|
team: 'Design System Team',
|
|
@@ -948,6 +1010,7 @@ var metadata = {
|
|
|
948
1010
|
keywords: ['device-mobile', 'devicemobile', 'icon', 'iphone', 'mobile phone', 'cell phone'],
|
|
949
1011
|
componentName: 'DeviceMobileIcon',
|
|
950
1012
|
package: '@atlaskit/icon/core/device-mobile',
|
|
1013
|
+
oldName: ['mobile'],
|
|
951
1014
|
categorization: 'multi-purpose',
|
|
952
1015
|
usage: 'Multi purpose - Known uses: call, contact us.',
|
|
953
1016
|
team: 'Design System Team',
|
|
@@ -966,6 +1029,7 @@ var metadata = {
|
|
|
966
1029
|
keywords: ['discovery', 'icon', 'discovery', 'note', 'filled', 'onboarding', 'status'],
|
|
967
1030
|
componentName: 'DiscoveryIcon',
|
|
968
1031
|
package: '@atlaskit/icon/core/discovery',
|
|
1032
|
+
oldName: ['editor/note'],
|
|
969
1033
|
replacement: {
|
|
970
1034
|
name: 'status-discovery',
|
|
971
1035
|
location: '@atlaskit/icon'
|
|
@@ -979,6 +1043,7 @@ var metadata = {
|
|
|
979
1043
|
keywords: ['download', 'cloud', 'icon', 'down arrow', 'file download'],
|
|
980
1044
|
componentName: 'DownloadIcon',
|
|
981
1045
|
package: '@atlaskit/icon/core/download',
|
|
1046
|
+
oldName: ['download'],
|
|
982
1047
|
categorization: 'single-purpose',
|
|
983
1048
|
usage: 'Single purpose - Reserved for file downloads.',
|
|
984
1049
|
team: 'Design System Team',
|
|
@@ -998,6 +1063,7 @@ var metadata = {
|
|
|
998
1063
|
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'drag handler', 'reorder', 'move', 'reorder vertical'],
|
|
999
1064
|
componentName: 'DragHandleVerticalIcon',
|
|
1000
1065
|
package: '@atlaskit/icon/core/drag-handle-vertical',
|
|
1066
|
+
oldName: ['drag-handler'],
|
|
1001
1067
|
categorization: 'single-purpose',
|
|
1002
1068
|
usage: 'Reserved for dragging elements along a vertical axis.',
|
|
1003
1069
|
team: 'Design System Team',
|
|
@@ -1008,6 +1074,7 @@ var metadata = {
|
|
|
1008
1074
|
keywords: ['edit', 'pencil', 'write', 'icon', 'pencil', 'pencil on page'],
|
|
1009
1075
|
componentName: 'EditIcon',
|
|
1010
1076
|
package: '@atlaskit/icon/core/edit',
|
|
1077
|
+
oldName: ['edit-filled', 'edit', 'editor/edit'],
|
|
1011
1078
|
categorization: 'single-purpose',
|
|
1012
1079
|
usage: 'Single purpose - Reserved for editing objects.',
|
|
1013
1080
|
team: 'Design System Team',
|
|
@@ -1026,6 +1093,7 @@ var metadata = {
|
|
|
1026
1093
|
keywords: ['email', 'icon', 'envelope', 'message'],
|
|
1027
1094
|
componentName: 'EmailIcon',
|
|
1028
1095
|
package: '@atlaskit/icon/core/email',
|
|
1096
|
+
oldName: ['email'],
|
|
1029
1097
|
categorization: 'single-purpose',
|
|
1030
1098
|
usage: 'Single purpose - Reserved for when an email-related things.',
|
|
1031
1099
|
team: 'Design System Team',
|
|
@@ -1035,6 +1103,7 @@ var metadata = {
|
|
|
1035
1103
|
keywords: ['emoji', 'emoticon', 'smiley', 'icon', 'smiley face', 'emoticon'],
|
|
1036
1104
|
componentName: 'EmojiIcon',
|
|
1037
1105
|
package: '@atlaskit/icon/core/emoji',
|
|
1106
|
+
oldName: ['editor/emoji', 'emoji/emoji', 'emoji', 'emoji/people'],
|
|
1038
1107
|
categorization: 'single-purpose',
|
|
1039
1108
|
usage: "Single purpose - Reserved for Editor as a category for Emoji\'s.",
|
|
1040
1109
|
team: 'Design System Team',
|
|
@@ -1044,6 +1113,7 @@ var metadata = {
|
|
|
1044
1113
|
keywords: ['emoji-add', 'emojiadd', 'icon', 'smiley face', 'emoticon', 'plus'],
|
|
1045
1114
|
componentName: 'EmojiAddIcon',
|
|
1046
1115
|
package: '@atlaskit/icon/core/emoji-add',
|
|
1116
|
+
oldName: ['emoji-add'],
|
|
1047
1117
|
categorization: 'single-purpose',
|
|
1048
1118
|
usage: 'Single purpose - Reserved for adding an emoji reaction.',
|
|
1049
1119
|
team: 'Design System Team',
|
|
@@ -1089,6 +1159,7 @@ var metadata = {
|
|
|
1089
1159
|
keywords: ['error', 'warning', 'alert', 'icon', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
|
|
1090
1160
|
componentName: 'ErrorIcon',
|
|
1091
1161
|
package: '@atlaskit/icon/core/error',
|
|
1162
|
+
oldName: ['error'],
|
|
1092
1163
|
replacement: {
|
|
1093
1164
|
name: 'status-error',
|
|
1094
1165
|
location: '@atlaskit/icon'
|
|
@@ -1112,6 +1183,7 @@ var metadata = {
|
|
|
1112
1183
|
keywords: ['expand-horizontal', 'expandhorizontal', 'icon', 'expand', 'width', 'horizontal arrows', 'maximum width', 'stretch', 'fit'],
|
|
1113
1184
|
componentName: 'ExpandHorizontalIcon',
|
|
1114
1185
|
package: '@atlaskit/icon/core/expand-horizontal',
|
|
1186
|
+
oldName: ['editor/media-full-width'],
|
|
1115
1187
|
categorization: 'single-purpose',
|
|
1116
1188
|
usage: 'Single purpose - Reserved for expanding an element to its maximum width.',
|
|
1117
1189
|
team: 'Design System Team',
|
|
@@ -1130,6 +1202,7 @@ var metadata = {
|
|
|
1130
1202
|
keywords: ['eye-open', 'eyeopen', 'icon', 'watch', 'visible', 'visbility', 'permissions'],
|
|
1131
1203
|
componentName: 'EyeOpenIcon',
|
|
1132
1204
|
package: '@atlaskit/icon/core/eye-open',
|
|
1205
|
+
oldName: ['watch'],
|
|
1133
1206
|
categorization: 'multi-purpose',
|
|
1134
1207
|
usage: 'Multi purpose - Known uses: watch page in Confluence, show password in text field, and following in Atlas.',
|
|
1135
1208
|
team: 'Design System Team',
|
|
@@ -1139,6 +1212,7 @@ var metadata = {
|
|
|
1139
1212
|
keywords: ['eye-open-filled', 'eyeopenfilled', 'icon', 'watching', 'visible', 'visbility', 'permissions', 'filled'],
|
|
1140
1213
|
componentName: 'EyeOpenFilledIcon',
|
|
1141
1214
|
package: '@atlaskit/icon/core/eye-open-filled',
|
|
1215
|
+
oldName: ['hipchat/audio-only', 'watch-filled'],
|
|
1142
1216
|
categorization: 'multi-purpose',
|
|
1143
1217
|
usage: 'Multi purpose - Known uses: watched pages in Confluence.',
|
|
1144
1218
|
team: 'Design System Team',
|
|
@@ -1166,6 +1240,7 @@ var metadata = {
|
|
|
1166
1240
|
keywords: ['feedback', 'announce', 'speaker', 'megaphone', 'icon', 'diagonal arrow', 'chat bubble', 'survey', 'critique'],
|
|
1167
1241
|
componentName: 'FeedbackIcon',
|
|
1168
1242
|
package: '@atlaskit/icon/core/feedback',
|
|
1243
|
+
oldName: ['editor/feedback', 'feedback'],
|
|
1169
1244
|
categorization: 'single-purpose',
|
|
1170
1245
|
usage: 'Single purpose - Known uses: customer feedback.',
|
|
1171
1246
|
team: 'Design System Team',
|
|
@@ -1220,6 +1295,7 @@ var metadata = {
|
|
|
1220
1295
|
keywords: ['file', 'document', 'paper', 'page', 'sheet', 'icon', 'document', 'file', 'paper'],
|
|
1221
1296
|
componentName: 'FileIcon',
|
|
1222
1297
|
package: '@atlaskit/icon/core/file',
|
|
1298
|
+
oldName: ['document-filled', 'document', 'editor/file', 'file'],
|
|
1223
1299
|
categorization: 'multi-purpose',
|
|
1224
1300
|
usage: "Multi purpose - Known uses: document, file. Do not use to represent a page — use the dedicated \'Page\' icon instead.",
|
|
1225
1301
|
team: 'Design System Team',
|
|
@@ -1229,6 +1305,7 @@ var metadata = {
|
|
|
1229
1305
|
keywords: ['files', 'icon', 'documents', 'files', 'papers'],
|
|
1230
1306
|
componentName: 'FilesIcon',
|
|
1231
1307
|
package: '@atlaskit/icon/core/files',
|
|
1308
|
+
oldName: ['documents'],
|
|
1232
1309
|
categorization: 'multi-purpose',
|
|
1233
1310
|
usage: "Multi purpose - Known uses: documents, files. Do not use to represent pages — use the dedicated \'Pages\' icon instead.",
|
|
1234
1311
|
team: 'Design System Team',
|
|
@@ -1238,6 +1315,7 @@ var metadata = {
|
|
|
1238
1315
|
keywords: ['filter', 'icon', 'funnel', 'refine'],
|
|
1239
1316
|
componentName: 'FilterIcon',
|
|
1240
1317
|
package: '@atlaskit/icon/core/filter',
|
|
1318
|
+
oldName: ['filter', 'media-services/filter'],
|
|
1241
1319
|
categorization: 'single-purpose',
|
|
1242
1320
|
usage: 'Single purpose - Reserved for filterting data or objects.',
|
|
1243
1321
|
team: 'Design System Team',
|
|
@@ -1247,6 +1325,7 @@ var metadata = {
|
|
|
1247
1325
|
keywords: ['flag', 'icon', 'important', 'emoji category'],
|
|
1248
1326
|
componentName: 'FlagIcon',
|
|
1249
1327
|
package: '@atlaskit/icon/core/flag',
|
|
1328
|
+
oldName: ['emoji/flags'],
|
|
1250
1329
|
categorization: 'multi-purpose',
|
|
1251
1330
|
usage: 'Multi purpose - Known uses: flags in Editor, feature flags.',
|
|
1252
1331
|
team: 'Design System Team',
|
|
@@ -1256,6 +1335,7 @@ var metadata = {
|
|
|
1256
1335
|
keywords: ['flag-filled', 'flagfilled', 'icon', 'flag', 'important', 'filled'],
|
|
1257
1336
|
componentName: 'FlagFilledIcon',
|
|
1258
1337
|
package: '@atlaskit/icon/core/flag-filled',
|
|
1338
|
+
oldName: ['flag-filled'],
|
|
1259
1339
|
categorization: 'multi-purpose',
|
|
1260
1340
|
usage: 'Multi purpose - Known uses: active feature flags.',
|
|
1261
1341
|
team: 'Design System Team',
|
|
@@ -1265,6 +1345,7 @@ var metadata = {
|
|
|
1265
1345
|
keywords: ['flask', 'icon', 'labs', 'test', 'erlenmeyer flask', 'beaker'],
|
|
1266
1346
|
componentName: 'FlaskIcon',
|
|
1267
1347
|
package: '@atlaskit/icon/core/flask',
|
|
1348
|
+
oldName: ['jira/labs'],
|
|
1268
1349
|
categorization: 'multi-purpose',
|
|
1269
1350
|
usage: 'Multi purpose - Known uses: labs in Jira.',
|
|
1270
1351
|
team: 'Design System Team',
|
|
@@ -1283,6 +1364,7 @@ var metadata = {
|
|
|
1283
1364
|
keywords: ['folder-closed', 'folderclosed', 'icon', 'directory'],
|
|
1284
1365
|
componentName: 'FolderClosedIcon',
|
|
1285
1366
|
package: '@atlaskit/icon/core/folder-closed',
|
|
1367
|
+
oldName: ['folder'],
|
|
1286
1368
|
categorization: 'single-purpose',
|
|
1287
1369
|
usage: 'Single purpose - Reserved for folders in Confluence.',
|
|
1288
1370
|
team: 'Design System Team',
|
|
@@ -1310,6 +1392,7 @@ var metadata = {
|
|
|
1310
1392
|
keywords: ['fullscreen-enter', 'fullscreenenter', 'icon', 'full screen'],
|
|
1311
1393
|
componentName: 'FullscreenEnterIcon',
|
|
1312
1394
|
package: '@atlaskit/icon/core/fullscreen-enter',
|
|
1395
|
+
oldName: ['vid-full-screen-on'],
|
|
1313
1396
|
categorization: 'single-purpose',
|
|
1314
1397
|
usage: 'Single purpose - Reserved for full screen videos or objects.',
|
|
1315
1398
|
team: 'Design System Team',
|
|
@@ -1319,6 +1402,7 @@ var metadata = {
|
|
|
1319
1402
|
keywords: ['fullscreen-exit', 'fullscreenexit', 'icon', 'un-full screen', 'un-fullscreen'],
|
|
1320
1403
|
componentName: 'FullscreenExitIcon',
|
|
1321
1404
|
package: '@atlaskit/icon/core/fullscreen-exit',
|
|
1405
|
+
oldName: ['media-services/full-screen'],
|
|
1322
1406
|
categorization: 'single-purpose',
|
|
1323
1407
|
usage: 'Single purpose - Reserved for return screen videos or objects.',
|
|
1324
1408
|
team: 'Design System Team',
|
|
@@ -1337,6 +1421,7 @@ var metadata = {
|
|
|
1337
1421
|
keywords: ['globe', 'icon', 'world'],
|
|
1338
1422
|
componentName: 'GlobeIcon',
|
|
1339
1423
|
package: '@atlaskit/icon/core/globe',
|
|
1424
|
+
oldName: ['world', 'world-small'],
|
|
1340
1425
|
categorization: 'multi-purpose',
|
|
1341
1426
|
usage: 'Multi purpose - Known uses: public link in Confluence share dialog, global rules in Automation.',
|
|
1342
1427
|
team: 'Design System Team',
|
|
@@ -1355,6 +1440,7 @@ var metadata = {
|
|
|
1355
1440
|
keywords: ['grid', 'icon', 'view all content', 'tile view', 'layout', 'grid', 'tiles'],
|
|
1356
1441
|
componentName: 'GridIcon',
|
|
1357
1442
|
package: '@atlaskit/icon/core/grid',
|
|
1443
|
+
oldName: ['editor/table', 'media-services/grid', 'table'],
|
|
1358
1444
|
categorization: 'multi-purpose',
|
|
1359
1445
|
usage: 'Multi purpose - Known uses: spaces in Confluence, and grid view, all content in Confluence.',
|
|
1360
1446
|
team: 'Design System Team',
|
|
@@ -1364,6 +1450,7 @@ var metadata = {
|
|
|
1364
1450
|
keywords: ['grow-diagonal', 'growdiagonal', 'icon', 'grow', 'width and height', 'diagonal arrows'],
|
|
1365
1451
|
componentName: 'GrowDiagonalIcon',
|
|
1366
1452
|
package: '@atlaskit/icon/core/grow-diagonal',
|
|
1453
|
+
oldName: ['media-services/actual-size'],
|
|
1367
1454
|
categorization: 'single-purpose',
|
|
1368
1455
|
usage: 'Single purpose - Reserved for increasing the size of an element when height and width are changed concurrently.',
|
|
1369
1456
|
team: 'Design System Team',
|
|
@@ -1373,6 +1460,7 @@ var metadata = {
|
|
|
1373
1460
|
keywords: ['grow-horizontal', 'growhorizontal', 'icon', 'grow', 'width', 'horizontal arrows'],
|
|
1374
1461
|
componentName: 'GrowHorizontalIcon',
|
|
1375
1462
|
package: '@atlaskit/icon/core/grow-horizontal',
|
|
1463
|
+
oldName: ['editor/expand'],
|
|
1376
1464
|
categorization: 'single-purpose',
|
|
1377
1465
|
usage: 'Single purpose - Reserved for increasing the width of an element.',
|
|
1378
1466
|
team: 'Design System Team',
|
|
@@ -1409,6 +1497,7 @@ var metadata = {
|
|
|
1409
1497
|
keywords: ['heart', 'icon', 'like', 'love', 'emoji category'],
|
|
1410
1498
|
componentName: 'HeartIcon',
|
|
1411
1499
|
package: '@atlaskit/icon/core/heart',
|
|
1500
|
+
oldName: ['emoji/symbols'],
|
|
1412
1501
|
categorization: 'multi-purpose',
|
|
1413
1502
|
usage: 'Multi purpose - Known uses: emoji symbols in Editor.',
|
|
1414
1503
|
team: 'Design System Team',
|
|
@@ -1427,6 +1516,7 @@ var metadata = {
|
|
|
1427
1516
|
keywords: ['home', 'icon', 'house', 'building'],
|
|
1428
1517
|
componentName: 'HomeIcon',
|
|
1429
1518
|
package: '@atlaskit/icon/core/home',
|
|
1519
|
+
oldName: ['home-circle', 'home'],
|
|
1430
1520
|
categorization: 'single-purpose',
|
|
1431
1521
|
usage: 'Single purpose - Reserved for home in navigation. When a user clicks on this, they should return to the homepage.',
|
|
1432
1522
|
team: 'Design System Team',
|
|
@@ -1436,6 +1526,7 @@ var metadata = {
|
|
|
1436
1526
|
keywords: ['image', 'picture', 'photo', 'icon', 'picture', 'asset'],
|
|
1437
1527
|
componentName: 'ImageIcon',
|
|
1438
1528
|
package: '@atlaskit/icon/core/image',
|
|
1529
|
+
oldName: ['editor/image', 'image', 'media-services/image', 'media-services/scale-large', 'media-services/scale-small'],
|
|
1439
1530
|
categorization: 'multi-purpose',
|
|
1440
1531
|
usage: 'Multi purpose - Known uses: images, image upload.',
|
|
1441
1532
|
team: 'Design System Team',
|
|
@@ -1472,6 +1563,7 @@ var metadata = {
|
|
|
1472
1563
|
keywords: ['inbox', 'icon', 'document tray', 'work', 'letter', 'post'],
|
|
1473
1564
|
componentName: 'InboxIcon',
|
|
1474
1565
|
package: '@atlaskit/icon/core/inbox',
|
|
1566
|
+
oldName: ['tray'],
|
|
1475
1567
|
categorization: 'multi-purpose',
|
|
1476
1568
|
usage: "Multi purpose - Known uses: \'Your work\' in Confluence, inbox, mail.",
|
|
1477
1569
|
team: 'Design System Team',
|
|
@@ -1490,6 +1582,7 @@ var metadata = {
|
|
|
1490
1582
|
keywords: ['information', 'icon', 'info', 'filled', 'status', 'information'],
|
|
1491
1583
|
componentName: 'InformationIcon',
|
|
1492
1584
|
package: '@atlaskit/icon/core/information',
|
|
1585
|
+
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
1493
1586
|
replacement: {
|
|
1494
1587
|
name: 'status-information',
|
|
1495
1588
|
location: '@atlaskit/icon'
|
|
@@ -1522,6 +1615,7 @@ var metadata = {
|
|
|
1522
1615
|
keywords: ['layout-one-column', 'layoutonecolumn', 'icon', 'layout', 'column', '1 col'],
|
|
1523
1616
|
componentName: 'LayoutOneColumnIcon',
|
|
1524
1617
|
package: '@atlaskit/icon/core/layout-one-column',
|
|
1618
|
+
oldName: ['editor/layout-single'],
|
|
1525
1619
|
categorization: 'single-purpose',
|
|
1526
1620
|
usage: 'Reserved for single column layout option in Confluence Editor',
|
|
1527
1621
|
team: 'Design System Team',
|
|
@@ -1531,6 +1625,7 @@ var metadata = {
|
|
|
1531
1625
|
keywords: ['layout-three-columns', 'layoutthreecolumns', 'icon', 'layout', 'columns', '3 col', '3 cols'],
|
|
1532
1626
|
componentName: 'LayoutThreeColumnsIcon',
|
|
1533
1627
|
package: '@atlaskit/icon/core/layout-three-columns',
|
|
1628
|
+
oldName: ['editor/layout-three-equal'],
|
|
1534
1629
|
categorization: 'single-purpose',
|
|
1535
1630
|
usage: 'Single purpose - Reserved for 3 column layout option in Confluence Editor.',
|
|
1536
1631
|
team: 'Design System Team',
|
|
@@ -1540,6 +1635,7 @@ var metadata = {
|
|
|
1540
1635
|
keywords: ['layout-three-columns-sidebars', 'layoutthreecolumnssidebars', 'icon', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
|
|
1541
1636
|
componentName: 'LayoutThreeColumnsSidebarsIcon',
|
|
1542
1637
|
package: '@atlaskit/icon/core/layout-three-columns-sidebars',
|
|
1638
|
+
oldName: ['editor/layout-three-with-sidebars'],
|
|
1543
1639
|
categorization: 'single-purpose',
|
|
1544
1640
|
usage: 'Single purpose - Reserved for 3 column layout with left and right sidebars option in Confluence Editor.',
|
|
1545
1641
|
team: 'Design System Team',
|
|
@@ -1549,6 +1645,7 @@ var metadata = {
|
|
|
1549
1645
|
keywords: ['layout-two-columns', 'layouttwocolumns', 'icon', 'layout', 'columns', '2 col', '2 cols'],
|
|
1550
1646
|
componentName: 'LayoutTwoColumnsIcon',
|
|
1551
1647
|
package: '@atlaskit/icon/core/layout-two-columns',
|
|
1648
|
+
oldName: ['editor/layout-two-equal'],
|
|
1552
1649
|
categorization: 'single-purpose',
|
|
1553
1650
|
usage: 'Single purpose - Reserved for 2 column layout option in Confluence Editor.',
|
|
1554
1651
|
team: 'Design System Team',
|
|
@@ -1558,6 +1655,7 @@ var metadata = {
|
|
|
1558
1655
|
keywords: ['layout-two-columns-sidebar-left', 'layouttwocolumnssidebarleft', 'icon', 'layout', 'columns', '2 col', '2 cols', 'sidebar', 'aside'],
|
|
1559
1656
|
componentName: 'LayoutTwoColumnsSidebarLeftIcon',
|
|
1560
1657
|
package: '@atlaskit/icon/core/layout-two-columns-sidebar-left',
|
|
1658
|
+
oldName: ['editor/layout-two-left-sidebar'],
|
|
1561
1659
|
categorization: 'single-purpose',
|
|
1562
1660
|
usage: 'Single purpose - Reserved for 2 column layout with left sidebar option in Confluence Editor.',
|
|
1563
1661
|
team: 'Design System Team',
|
|
@@ -1567,6 +1665,7 @@ var metadata = {
|
|
|
1567
1665
|
keywords: ['layout-two-columns-sidebar-right', 'layouttwocolumnssidebarright', 'icon', 'layout', 'columns', '2 col', '2 cols', 'sidebar', 'aside'],
|
|
1568
1666
|
componentName: 'LayoutTwoColumnsSidebarRightIcon',
|
|
1569
1667
|
package: '@atlaskit/icon/core/layout-two-columns-sidebar-right',
|
|
1668
|
+
oldName: ['editor/layout-two-right-sidebar'],
|
|
1570
1669
|
categorization: 'single-purpose',
|
|
1571
1670
|
usage: 'Single purpose - Reserved for 2 column layout with right sidebar option in Confluence Editor.',
|
|
1572
1671
|
team: 'Design System Team',
|
|
@@ -1585,6 +1684,7 @@ var metadata = {
|
|
|
1585
1684
|
keywords: ['lightbulb', 'idea', 'hint', 'icon', 'idea', 'initiative', 'tip', 'learnings'],
|
|
1586
1685
|
componentName: 'LightbulbIcon',
|
|
1587
1686
|
package: '@atlaskit/icon/core/lightbulb',
|
|
1687
|
+
oldName: ['editor/hint', 'emoji/objects', 'lightbulb-filled', 'lightbulb'],
|
|
1588
1688
|
categorization: 'multi-purpose',
|
|
1589
1689
|
usage: 'Known uses: learnings in Atlas.',
|
|
1590
1690
|
team: 'Design System Team',
|
|
@@ -1594,6 +1694,7 @@ var metadata = {
|
|
|
1594
1694
|
keywords: ['link', 'icon', 'url', 'hyperlink', 'website', 'www', 'http', ''],
|
|
1595
1695
|
componentName: 'LinkIcon',
|
|
1596
1696
|
package: '@atlaskit/icon/core/link',
|
|
1697
|
+
oldName: ['editor/link', 'link-filled', 'link'],
|
|
1597
1698
|
categorization: 'single-purpose',
|
|
1598
1699
|
usage: 'Single purpose - Reserved for links, urls, or copy link.',
|
|
1599
1700
|
team: 'Design System Team',
|
|
@@ -1603,6 +1704,7 @@ var metadata = {
|
|
|
1603
1704
|
keywords: ['link-broken', 'linkbroken', 'icon', 'unlink', 'remove link', 'break link', 'url', 'hyperlink', 'website', 'www', 'https'],
|
|
1604
1705
|
componentName: 'LinkBrokenIcon',
|
|
1605
1706
|
package: '@atlaskit/icon/core/link-broken',
|
|
1707
|
+
oldName: ['editor/unlink', 'unlink'],
|
|
1606
1708
|
categorization: 'single-purpose',
|
|
1607
1709
|
usage: 'Single purpose - Reserved for removing a link.',
|
|
1608
1710
|
team: 'Design System Team',
|
|
@@ -1612,6 +1714,7 @@ var metadata = {
|
|
|
1612
1714
|
keywords: ['link-external', 'linkexternal', 'icon', 'new tab', 'new window', 'open in', 'url', 'hyperlink', 'www', 'http', 'https', 'website', 'external', 'shortcut', 'diagonal arrow', 'offsite'],
|
|
1613
1715
|
componentName: 'LinkExternalIcon',
|
|
1614
1716
|
package: '@atlaskit/icon/core/link-external',
|
|
1717
|
+
oldName: ['shortcut'],
|
|
1615
1718
|
categorization: 'single-purpose',
|
|
1616
1719
|
usage: 'Single purpose - Reserved for links that open up a new tab.',
|
|
1617
1720
|
team: 'Design System Team',
|
|
@@ -1621,6 +1724,7 @@ var metadata = {
|
|
|
1621
1724
|
keywords: ['list-bulleted', 'listbulleted', 'icon', 'bullets', 'unordered list'],
|
|
1622
1725
|
componentName: 'ListBulletedIcon',
|
|
1623
1726
|
package: '@atlaskit/icon/core/list-bulleted',
|
|
1727
|
+
oldName: ['bullet-list', 'editor/bullet-list'],
|
|
1624
1728
|
categorization: 'multi-purpose',
|
|
1625
1729
|
usage: 'Multi purpose - Known uses: bulleted lists, view all.',
|
|
1626
1730
|
team: 'Design System Team',
|
|
@@ -1639,6 +1743,7 @@ var metadata = {
|
|
|
1639
1743
|
keywords: ['list-numbered', 'listnumbered', 'icon', 'list', 'numbers'],
|
|
1640
1744
|
componentName: 'ListNumberedIcon',
|
|
1641
1745
|
package: '@atlaskit/icon/core/list-numbered',
|
|
1746
|
+
oldName: ['editor/number-list'],
|
|
1642
1747
|
categorization: 'multi-purpose',
|
|
1643
1748
|
usage: 'Multi purpose - Known usages: Numbered list in Confluence Editor.',
|
|
1644
1749
|
team: 'Design System Team',
|
|
@@ -1648,6 +1753,7 @@ var metadata = {
|
|
|
1648
1753
|
keywords: ['lobby-bell', 'lobbybell', 'icon', 'ding', 'risks'],
|
|
1649
1754
|
componentName: 'LobbyBellIcon',
|
|
1650
1755
|
package: '@atlaskit/icon/core/lobby-bell',
|
|
1756
|
+
oldName: ['hipchat/lobby'],
|
|
1651
1757
|
categorization: 'multi-purpose',
|
|
1652
1758
|
usage: 'Multi purpose - Known uses: risks in Atlas.',
|
|
1653
1759
|
team: 'Design System Team',
|
|
@@ -1657,6 +1763,7 @@ var metadata = {
|
|
|
1657
1763
|
keywords: ['location', 'pin', 'gps', 'map', 'icon', 'map', 'pin', 'address'],
|
|
1658
1764
|
componentName: 'LocationIcon',
|
|
1659
1765
|
package: '@atlaskit/icon/core/location',
|
|
1766
|
+
oldName: ['location'],
|
|
1660
1767
|
categorization: 'multi-purpose',
|
|
1661
1768
|
usage: 'Multi purpose - Known uses: location in Atlas.',
|
|
1662
1769
|
team: 'Design System Team',
|
|
@@ -1666,6 +1773,7 @@ var metadata = {
|
|
|
1666
1773
|
keywords: ['lock-locked', 'locklocked', 'icon', 'permissions', 'no access', 'restricted', 'security', 'secure', 'forbidden', 'authentication'],
|
|
1667
1774
|
componentName: 'LockLockedIcon',
|
|
1668
1775
|
package: '@atlaskit/icon/core/lock-locked',
|
|
1776
|
+
oldName: ['lock-circle', 'lock-filled', 'lock', 'unlock-circle'],
|
|
1669
1777
|
categorization: 'multi-purpose',
|
|
1670
1778
|
usage: 'Multi purpose - Known uses: secure password in textfields, locked page in Confluence.',
|
|
1671
1779
|
team: 'Design System Team',
|
|
@@ -1675,6 +1783,7 @@ var metadata = {
|
|
|
1675
1783
|
keywords: ['lock-unlocked', 'lockunlocked', 'icon', 'open permissions', 'unrestricted access', 'security', 'insecure', 'authentication'],
|
|
1676
1784
|
componentName: 'LockUnlockedIcon',
|
|
1677
1785
|
package: '@atlaskit/icon/core/lock-unlocked',
|
|
1786
|
+
oldName: ['unlock-filled', 'unlock'],
|
|
1678
1787
|
categorization: 'multi-purpose',
|
|
1679
1788
|
usage: 'Multi purpose - Known uses: unlocked page in Confluence.',
|
|
1680
1789
|
team: 'Design System Team',
|
|
@@ -1684,6 +1793,7 @@ var metadata = {
|
|
|
1684
1793
|
keywords: ['log-in', 'login', 'icon', 'sign in', 'enter', 'account'],
|
|
1685
1794
|
componentName: 'LogInIcon',
|
|
1686
1795
|
package: '@atlaskit/icon/core/log-in',
|
|
1796
|
+
oldName: ['sign-in'],
|
|
1687
1797
|
categorization: 'single-purpose',
|
|
1688
1798
|
usage: 'Single purpose - Reserved for log in.',
|
|
1689
1799
|
team: 'Design System Team',
|
|
@@ -1693,6 +1803,7 @@ var metadata = {
|
|
|
1693
1803
|
keywords: ['log-out', 'logout', 'icon', 'sign out', 'exit', 'account'],
|
|
1694
1804
|
componentName: 'LogOutIcon',
|
|
1695
1805
|
package: '@atlaskit/icon/core/log-out',
|
|
1806
|
+
oldName: ['sign-out'],
|
|
1696
1807
|
categorization: 'single-purpose',
|
|
1697
1808
|
usage: 'Single purpose - Reserved for log out.',
|
|
1698
1809
|
team: 'Design System Team',
|
|
@@ -1720,6 +1831,7 @@ var metadata = {
|
|
|
1720
1831
|
keywords: ['marketplace', 'store', 'shop', 'icon', 'app store', 'storefront', 'stand', 'third-party developer'],
|
|
1721
1832
|
componentName: 'MarketplaceIcon',
|
|
1722
1833
|
package: '@atlaskit/icon/core/marketplace',
|
|
1834
|
+
oldName: ['marketplace'],
|
|
1723
1835
|
categorization: 'single-purpose',
|
|
1724
1836
|
usage: 'Single purpose - Reserved for Atlassian Marketplace.',
|
|
1725
1837
|
team: 'Design System Team',
|
|
@@ -1729,6 +1841,7 @@ var metadata = {
|
|
|
1729
1841
|
keywords: ['maximize', 'icon', 'diagonal', 'resize', 'enlarge'],
|
|
1730
1842
|
componentName: 'MaximizeIcon',
|
|
1731
1843
|
package: '@atlaskit/icon/core/maximize',
|
|
1844
|
+
oldName: ['editor/image-resize', 'image-resize', 'media-services/actual-size'],
|
|
1732
1845
|
categorization: 'single-purpose',
|
|
1733
1846
|
usage: 'Single purpose - Reserved for resizing screens, panels, modals, or media to its maximum size.',
|
|
1734
1847
|
team: 'Design System Team',
|
|
@@ -1747,6 +1860,7 @@ var metadata = {
|
|
|
1747
1860
|
keywords: ['mention', 'user', 'person', '@', 'icon', 'at symbol', '@', 'tag', 'username'],
|
|
1748
1861
|
componentName: 'MentionIcon',
|
|
1749
1862
|
package: '@atlaskit/icon/core/mention',
|
|
1863
|
+
oldName: ['editor/mention'],
|
|
1750
1864
|
categorization: 'single-purpose',
|
|
1751
1865
|
usage: 'Single purpose - Reserved for user mentions.',
|
|
1752
1866
|
team: 'Design System Team',
|
|
@@ -1756,6 +1870,7 @@ var metadata = {
|
|
|
1756
1870
|
keywords: ['menu', 'hamburger', 'navigation', 'switcher', 'app switcher', 'icon', 'menu', 'top navigation', '3 lines', 'hamburger'],
|
|
1757
1871
|
componentName: 'MenuIcon',
|
|
1758
1872
|
package: '@atlaskit/icon/core/menu',
|
|
1873
|
+
oldName: ['menu-expand', 'menu'],
|
|
1759
1874
|
categorization: 'single-purpose',
|
|
1760
1875
|
usage: 'Single purpose - Reserved for accessing the menu in global app navigation.',
|
|
1761
1876
|
team: 'Design System Team',
|
|
@@ -1783,6 +1898,7 @@ var metadata = {
|
|
|
1783
1898
|
keywords: ['microphone', 'icon', 'mic', 'mic on', 'voice', 'speak'],
|
|
1784
1899
|
componentName: 'MicrophoneIcon',
|
|
1785
1900
|
package: '@atlaskit/icon/core/microphone',
|
|
1901
|
+
oldName: ['vid-audio-on'],
|
|
1786
1902
|
categorization: 'multi-purpose',
|
|
1787
1903
|
usage: 'Multi purpose - Known uses: record sounds in Trello.',
|
|
1788
1904
|
team: 'Design System Team',
|
|
@@ -1792,6 +1908,7 @@ var metadata = {
|
|
|
1792
1908
|
keywords: ['minimize', 'icon', 'minimize', 'dock'],
|
|
1793
1909
|
componentName: 'MinimizeIcon',
|
|
1794
1910
|
package: '@atlaskit/icon/core/minimize',
|
|
1911
|
+
oldName: ['media-services/fit-to-page', 'vid-full-screen-off'],
|
|
1795
1912
|
categorization: 'single-purpose',
|
|
1796
1913
|
usage: 'Single purpose - Reserved for minimizing or docking modals to the bottom of the viewport.',
|
|
1797
1914
|
team: 'Design System Team',
|
|
@@ -1801,6 +1918,7 @@ var metadata = {
|
|
|
1801
1918
|
keywords: ['minus', 'icon', 'rule', 'horizontal line', 'divider', 'minus', 'subtract'],
|
|
1802
1919
|
componentName: 'MinusIcon',
|
|
1803
1920
|
package: '@atlaskit/icon/core/minus',
|
|
1921
|
+
oldName: ['editor/divider', 'editor/horizontal-rule'],
|
|
1804
1922
|
categorization: 'multi-purpose',
|
|
1805
1923
|
usage: 'Multi purpose - Known uses: horizontal rule in Editor.',
|
|
1806
1924
|
team: 'Design System Team',
|
|
@@ -1837,6 +1955,7 @@ var metadata = {
|
|
|
1837
1955
|
keywords: ['notification', 'bell', 'alarm', 'icon', 'bell', 'alert'],
|
|
1838
1956
|
componentName: 'NotificationIcon',
|
|
1839
1957
|
package: '@atlaskit/icon/core/notification',
|
|
1958
|
+
oldName: ['notification-direct', 'notification'],
|
|
1840
1959
|
categorization: 'single-purpose',
|
|
1841
1960
|
usage: 'Single purpose - Reserved for notifications within global app navigation and within app screens.',
|
|
1842
1961
|
team: 'Design System Team',
|
|
@@ -1864,6 +1983,7 @@ var metadata = {
|
|
|
1864
1983
|
keywords: ['office-building', 'officebuilding', 'icon', 'organization', 'organisation', 'business'],
|
|
1865
1984
|
componentName: 'OfficeBuildingIcon',
|
|
1866
1985
|
package: '@atlaskit/icon/core/office-building',
|
|
1986
|
+
oldName: ['office-building-filled', 'office-building'],
|
|
1867
1987
|
categorization: 'multi-purpose',
|
|
1868
1988
|
usage: 'Multi purpose - Known uses: office in Atlas, company.',
|
|
1869
1989
|
team: 'Design System Team',
|
|
@@ -1873,6 +1993,7 @@ var metadata = {
|
|
|
1873
1993
|
keywords: ['on-call', 'oncall', 'icon', 'phone', 'on-call', 'support'],
|
|
1874
1994
|
componentName: 'OnCallIcon',
|
|
1875
1995
|
package: '@atlaskit/icon/core/on-call',
|
|
1996
|
+
oldName: ['hipchat/dial-out'],
|
|
1876
1997
|
categorization: 'single-purpose',
|
|
1877
1998
|
usage: 'Single purpose - Reserved for representing on-call across Atlassian apps.',
|
|
1878
1999
|
team: 'Design System Team',
|
|
@@ -1891,6 +2012,7 @@ var metadata = {
|
|
|
1891
2012
|
keywords: ['page', 'file', 'document', 'icon', 'single page', 'feed', 'document', 'jira status'],
|
|
1892
2013
|
componentName: 'PageIcon',
|
|
1893
2014
|
package: '@atlaskit/icon/core/page',
|
|
2015
|
+
oldName: ['document-filled', 'document', 'editor/note', 'media-services/document', 'page-filled', 'page'],
|
|
1894
2016
|
categorization: 'single-purpose',
|
|
1895
2017
|
usage: 'Single purpose - Reserved for pages in Confluence.',
|
|
1896
2018
|
team: 'Design System Team',
|
|
@@ -1900,6 +2022,7 @@ var metadata = {
|
|
|
1900
2022
|
keywords: ['pages', 'icon', 'multiple pages', 'feeds', 'documents'],
|
|
1901
2023
|
componentName: 'PagesIcon',
|
|
1902
2024
|
package: '@atlaskit/icon/core/pages',
|
|
2025
|
+
oldName: ['documents', 'queues'],
|
|
1903
2026
|
categorization: 'single-purpose',
|
|
1904
2027
|
usage: 'Single purpose - Reserved for multipe pages in Confluence.',
|
|
1905
2028
|
team: 'Design System Team',
|
|
@@ -1909,6 +2032,7 @@ var metadata = {
|
|
|
1909
2032
|
keywords: ['paint-bucket', 'paintbucket', 'icon', 'paint', 'bucket', 'fill', 'background', 'customize'],
|
|
1910
2033
|
componentName: 'PaintBucketIcon',
|
|
1911
2034
|
package: '@atlaskit/icon/core/paint-bucket',
|
|
2035
|
+
oldName: ['editor/background-color'],
|
|
1912
2036
|
categorization: 'multi-purpose',
|
|
1913
2037
|
usage: 'Multi purpose - Known usages: Customize fill color.',
|
|
1914
2038
|
team: 'Design System Team',
|
|
@@ -1936,6 +2060,7 @@ var metadata = {
|
|
|
1936
2060
|
keywords: ['panel-right', 'panelright', 'icon', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
|
|
1937
2061
|
componentName: 'PanelRightIcon',
|
|
1938
2062
|
package: '@atlaskit/icon/core/panel-right',
|
|
2063
|
+
oldName: ['detail-view', 'room-menu'],
|
|
1939
2064
|
categorization: 'single-purpose',
|
|
1940
2065
|
usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
|
|
1941
2066
|
team: 'Design System Team',
|
|
@@ -1954,6 +2079,7 @@ var metadata = {
|
|
|
1954
2079
|
keywords: ['people-group', 'peoplegroup', 'person', 'user', 'group', 'icon', 'users', 'customers', 'people'],
|
|
1955
2080
|
componentName: 'PeopleGroupIcon',
|
|
1956
2081
|
package: '@atlaskit/icon/core/people-group',
|
|
2082
|
+
oldName: ['people-group', 'people'],
|
|
1957
2083
|
categorization: 'single-purpose',
|
|
1958
2084
|
usage: 'Single purpose - Known uses: representing a group or collection of people or users.',
|
|
1959
2085
|
team: 'Design System Team',
|
|
@@ -1963,6 +2089,7 @@ var metadata = {
|
|
|
1963
2089
|
keywords: ['person', 'person', 'user', 'avatar', 'icon', 'user', 'customer'],
|
|
1964
2090
|
componentName: 'PersonIcon',
|
|
1965
2091
|
package: '@atlaskit/icon/core/person',
|
|
2092
|
+
oldName: ['person'],
|
|
1966
2093
|
categorization: 'single-purpose',
|
|
1967
2094
|
usage: 'Single purpose - Known uses: representing a person or user, owner, contributor.',
|
|
1968
2095
|
team: 'Design System Team',
|
|
@@ -1972,6 +2099,7 @@ var metadata = {
|
|
|
1972
2099
|
keywords: ['person-add', 'personadd', 'icon', 'user', 'customer', 'plus'],
|
|
1973
2100
|
componentName: 'PersonAddIcon',
|
|
1974
2101
|
package: '@atlaskit/icon/core/person-add',
|
|
2102
|
+
oldName: ['invite-team'],
|
|
1975
2103
|
categorization: 'single-purpose',
|
|
1976
2104
|
usage: 'Single purpose - Reserved for adding a user to an object.',
|
|
1977
2105
|
team: 'Design System Team',
|
|
@@ -1981,6 +2109,7 @@ var metadata = {
|
|
|
1981
2109
|
keywords: ['person-added', 'personadded', 'icon', 'user', 'customer', 'check', 'tick'],
|
|
1982
2110
|
componentName: 'PersonAddedIcon',
|
|
1983
2111
|
package: '@atlaskit/icon/core/person-added',
|
|
2112
|
+
oldName: ['app-access', 'person-with-tick'],
|
|
1984
2113
|
categorization: 'single-purpose',
|
|
1985
2114
|
usage: 'Single purpose - Reserved for a user added to an object.',
|
|
1986
2115
|
team: 'Design System Team',
|
|
@@ -1990,6 +2119,7 @@ var metadata = {
|
|
|
1990
2119
|
keywords: ['person-avatar', 'personavatar', 'icon', 'user', 'customer'],
|
|
1991
2120
|
componentName: 'PersonAvatarIcon',
|
|
1992
2121
|
package: '@atlaskit/icon/core/person-avatar',
|
|
2122
|
+
oldName: ['person-circle', 'user-avatar-circle'],
|
|
1993
2123
|
categorization: 'single-purpose',
|
|
1994
2124
|
usage: 'Single purpose - Reserved for user avatar.',
|
|
1995
2125
|
team: 'Design System Team',
|
|
@@ -1999,6 +2129,7 @@ var metadata = {
|
|
|
1999
2129
|
keywords: ['person-offboard', 'personoffboard', 'icon', 'user', 'customer', 'right arrow'],
|
|
2000
2130
|
componentName: 'PersonOffboardIcon',
|
|
2001
2131
|
package: '@atlaskit/icon/core/person-offboard',
|
|
2132
|
+
oldName: ['followers'],
|
|
2002
2133
|
categorization: 'single-purpose',
|
|
2003
2134
|
usage: '📦 @atlaskit/icon/core/person-offboard',
|
|
2004
2135
|
team: 'Design System Team',
|
|
@@ -2026,6 +2157,7 @@ var metadata = {
|
|
|
2026
2157
|
keywords: ['phone', 'icon', 'call', 'dial out'],
|
|
2027
2158
|
componentName: 'PhoneIcon',
|
|
2028
2159
|
package: '@atlaskit/icon/core/phone',
|
|
2160
|
+
oldName: ['hipchat/dial-out'],
|
|
2029
2161
|
categorization: 'multi-purpose',
|
|
2030
2162
|
usage: 'Multi purpose - Known uses: call us, phone number input.',
|
|
2031
2163
|
team: 'Design System Team',
|
|
@@ -2053,6 +2185,7 @@ var metadata = {
|
|
|
2053
2185
|
keywords: ['plus-square', 'plussquare', 'icon', 'square', 'plus', 'add', 'work type'],
|
|
2054
2186
|
componentName: 'PlusSquareIcon',
|
|
2055
2187
|
package: '@atlaskit/icon/core/plus-square',
|
|
2188
|
+
oldName: ['issue-raise'],
|
|
2056
2189
|
categorization: 'multi-purpose',
|
|
2057
2190
|
usage: "Known usages: \'New feature\' work type.",
|
|
2058
2191
|
team: 'Design System Team',
|
|
@@ -2071,6 +2204,7 @@ var metadata = {
|
|
|
2071
2204
|
keywords: ['premium', 'icon', 'AI', 'sparkles', 'stars', 'new', 'feature'],
|
|
2072
2205
|
componentName: 'PremiumIcon',
|
|
2073
2206
|
package: '@atlaskit/icon/core/premium',
|
|
2207
|
+
oldName: ['premium'],
|
|
2074
2208
|
categorization: 'single-purpose',
|
|
2075
2209
|
usage: 'Single purpose - Reserved for premium features.',
|
|
2076
2210
|
team: 'Design System Team',
|
|
@@ -2224,6 +2358,7 @@ var metadata = {
|
|
|
2224
2358
|
keywords: ['pull-request', 'pullrequest', 'icon', 'git pull request', 'bitbucket pull request', 'jira status'],
|
|
2225
2359
|
componentName: 'PullRequestIcon',
|
|
2226
2360
|
package: '@atlaskit/icon/core/pull-request',
|
|
2361
|
+
oldName: ['bitbucket/pullrequests'],
|
|
2227
2362
|
categorization: 'single-purpose',
|
|
2228
2363
|
usage: 'Single purpose - Reserved for pull requests.',
|
|
2229
2364
|
team: 'Design System Team',
|
|
@@ -2242,6 +2377,7 @@ var metadata = {
|
|
|
2242
2377
|
keywords: ['question-circle', 'questioncircle', 'help', 'icon', 'help', 'answers', 'faq', 'jira status'],
|
|
2243
2378
|
componentName: 'QuestionCircleIcon',
|
|
2244
2379
|
package: '@atlaskit/icon/core/question-circle',
|
|
2380
|
+
oldName: ['editor/help', 'question-circle', 'question'],
|
|
2245
2381
|
categorization: 'multi-purpose',
|
|
2246
2382
|
usage: 'Multi purpose - Known uses: help, tip.',
|
|
2247
2383
|
team: 'Design System Team',
|
|
@@ -2251,6 +2387,7 @@ var metadata = {
|
|
|
2251
2387
|
keywords: ['quotation-mark', 'quotationmark', 'icon', 'quote', 'testimonial', 'blockquote', 'jira status'],
|
|
2252
2388
|
componentName: 'QuotationMarkIcon',
|
|
2253
2389
|
package: '@atlaskit/icon/core/quotation-mark',
|
|
2390
|
+
oldName: ['editor/quote', 'quote'],
|
|
2254
2391
|
categorization: 'multi-purpose',
|
|
2255
2392
|
usage: 'Multi purpose - Known uses: blockquote, comment, testimonial, blogs in Confluence.',
|
|
2256
2393
|
team: 'Design System Team',
|
|
@@ -2260,6 +2397,7 @@ var metadata = {
|
|
|
2260
2397
|
keywords: ['radio-checked', 'radiochecked', 'icon', 'radio', 'input type', 'selected'],
|
|
2261
2398
|
componentName: 'RadioCheckedIcon',
|
|
2262
2399
|
package: '@atlaskit/icon/core/radio-checked',
|
|
2400
|
+
oldName: ['radio'],
|
|
2263
2401
|
categorization: 'single-purpose',
|
|
2264
2402
|
usage: 'Reserved for the selected state of radio controls.',
|
|
2265
2403
|
team: 'Design System Team',
|
|
@@ -2269,6 +2407,7 @@ var metadata = {
|
|
|
2269
2407
|
keywords: ['radio-unchecked', 'radiounchecked', 'icon', 'radio', 'input type', 'unselected'],
|
|
2270
2408
|
componentName: 'RadioUncheckedIcon',
|
|
2271
2409
|
package: '@atlaskit/icon/core/radio-unchecked',
|
|
2410
|
+
oldName: ['media-services/preselected'],
|
|
2272
2411
|
categorization: 'single-purpose',
|
|
2273
2412
|
usage: 'Reserved for the unselected state of radio controls.',
|
|
2274
2413
|
team: 'Design System Team',
|
|
@@ -2278,6 +2417,7 @@ var metadata = {
|
|
|
2278
2417
|
keywords: ['redo', 'icon', 'editor', 'redo', 'backwards'],
|
|
2279
2418
|
componentName: 'RedoIcon',
|
|
2280
2419
|
package: '@atlaskit/icon/core/redo',
|
|
2420
|
+
oldName: ['editor/redo', 'redo'],
|
|
2281
2421
|
categorization: 'single-purpose',
|
|
2282
2422
|
usage: 'Single purpose - Reserved for redo in Editor.',
|
|
2283
2423
|
team: 'Design System Team',
|
|
@@ -2287,6 +2427,7 @@ var metadata = {
|
|
|
2287
2427
|
keywords: ['refresh', 'cycle', 'icon', 'refresh', 'reload', 'update', 'circular arrows', 'replay'],
|
|
2288
2428
|
componentName: 'RefreshIcon',
|
|
2289
2429
|
package: '@atlaskit/icon/core/refresh',
|
|
2430
|
+
oldName: ['refresh'],
|
|
2290
2431
|
categorization: 'single-purpose',
|
|
2291
2432
|
usage: 'Reserved for reloading or replaying content',
|
|
2292
2433
|
team: 'Design System Team',
|
|
@@ -2296,6 +2437,7 @@ var metadata = {
|
|
|
2296
2437
|
keywords: ['release', 'icon', 'ship', 'boat'],
|
|
2297
2438
|
componentName: 'ReleaseIcon',
|
|
2298
2439
|
package: '@atlaskit/icon/core/release',
|
|
2440
|
+
oldName: ['ship'],
|
|
2299
2441
|
categorization: 'single-purpose',
|
|
2300
2442
|
usage: 'Single purpose - Reserved for releases in Jira.',
|
|
2301
2443
|
team: 'Design System Team',
|
|
@@ -2305,6 +2447,7 @@ var metadata = {
|
|
|
2305
2447
|
keywords: ['retry', 'icon', 'try again', ''],
|
|
2306
2448
|
componentName: 'RetryIcon',
|
|
2307
2449
|
package: '@atlaskit/icon/core/retry',
|
|
2450
|
+
oldName: ['retry'],
|
|
2308
2451
|
categorization: 'single-purpose',
|
|
2309
2452
|
usage: 'Single purpose - Reserved for retry.',
|
|
2310
2453
|
team: 'Design System Team',
|
|
@@ -2314,6 +2457,7 @@ var metadata = {
|
|
|
2314
2457
|
keywords: ['roadmap', 'icon'],
|
|
2315
2458
|
componentName: 'RoadmapIcon',
|
|
2316
2459
|
package: '@atlaskit/icon/core/roadmap',
|
|
2460
|
+
oldName: ['roadmap'],
|
|
2317
2461
|
categorization: 'single-purpose',
|
|
2318
2462
|
usage: 'Single purpose - Reserved for roadmaps in Jira or Trello.',
|
|
2319
2463
|
team: 'Design System Team',
|
|
@@ -2350,6 +2494,7 @@ var metadata = {
|
|
|
2350
2494
|
keywords: ['screen', 'desktop', 'computer', 'monitor', 'icon', 'display', 'monitor', 'desktop'],
|
|
2351
2495
|
componentName: 'ScreenIcon',
|
|
2352
2496
|
package: '@atlaskit/icon/core/screen',
|
|
2497
|
+
oldName: ['screen'],
|
|
2353
2498
|
categorization: 'multi-purpose',
|
|
2354
2499
|
usage: 'Multi purpose - Known uses: assets in Jira.',
|
|
2355
2500
|
team: 'Design System Team',
|
|
@@ -2368,6 +2513,7 @@ var metadata = {
|
|
|
2368
2513
|
keywords: ['search', 'find', 'magnify', 'icon', 'magnifying glass'],
|
|
2369
2514
|
componentName: 'SearchIcon',
|
|
2370
2515
|
package: '@atlaskit/icon/core/search',
|
|
2516
|
+
oldName: ['editor/search', 'search'],
|
|
2371
2517
|
categorization: 'single-purpose',
|
|
2372
2518
|
usage: 'Single purpose - Reserved for searching objects.',
|
|
2373
2519
|
team: 'Design System Team',
|
|
@@ -2377,6 +2523,7 @@ var metadata = {
|
|
|
2377
2523
|
keywords: ['send', 'mail', 'icon', 'submit', 'paper airplane', 'paper aeroplane'],
|
|
2378
2524
|
componentName: 'SendIcon',
|
|
2379
2525
|
package: '@atlaskit/icon/core/send',
|
|
2526
|
+
oldName: ['send'],
|
|
2380
2527
|
categorization: 'single-purpose',
|
|
2381
2528
|
usage: 'Single purpose - Reserved for sending messages in Rovo Chat.',
|
|
2382
2529
|
team: 'Design System Team',
|
|
@@ -2386,6 +2533,7 @@ var metadata = {
|
|
|
2386
2533
|
keywords: ['settings', 'cog', 'options', 'configuration', 'icon', 'system preferences', 'gear', 'cog'],
|
|
2387
2534
|
componentName: 'SettingsIcon',
|
|
2388
2535
|
package: '@atlaskit/icon/core/settings',
|
|
2536
|
+
oldName: ['editor/settings', 'settings'],
|
|
2389
2537
|
categorization: 'single-purpose',
|
|
2390
2538
|
usage: 'Single purpose - Reserved for any object or user settings.',
|
|
2391
2539
|
team: 'Design System Team',
|
|
@@ -2404,6 +2552,7 @@ var metadata = {
|
|
|
2404
2552
|
keywords: ['share', 'icon', 'share', 'access'],
|
|
2405
2553
|
componentName: 'ShareIcon',
|
|
2406
2554
|
package: '@atlaskit/icon/core/share',
|
|
2555
|
+
oldName: ['share'],
|
|
2407
2556
|
categorization: 'single-purpose',
|
|
2408
2557
|
usage: 'Single purpose - Reserved for sharing an object.',
|
|
2409
2558
|
team: 'Design System Team',
|
|
@@ -2431,6 +2580,7 @@ var metadata = {
|
|
|
2431
2580
|
keywords: ['shortcut', 'export', 'icon', 'addshortcut', 'square', 'plus'],
|
|
2432
2581
|
componentName: 'ShortcutIcon',
|
|
2433
2582
|
package: '@atlaskit/icon/core/shortcut',
|
|
2583
|
+
oldName: ['add-item'],
|
|
2434
2584
|
categorization: 'single-purpose',
|
|
2435
2585
|
usage: 'Single purpose - Reserved for shortcuts in Jira.',
|
|
2436
2586
|
team: 'Design System Team',
|
|
@@ -2440,6 +2590,7 @@ var metadata = {
|
|
|
2440
2590
|
keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', 'ellipses', 'three dots', 'meatball', 'more actions'],
|
|
2441
2591
|
componentName: 'ShowMoreHorizontalIcon',
|
|
2442
2592
|
package: '@atlaskit/icon/core/show-more-horizontal',
|
|
2593
|
+
oldName: ['editor/more', 'more'],
|
|
2443
2594
|
categorization: 'single-purpose',
|
|
2444
2595
|
usage: 'Single purpose - Reserved for more action menus.',
|
|
2445
2596
|
team: 'Design System Team',
|
|
@@ -2449,6 +2600,7 @@ var metadata = {
|
|
|
2449
2600
|
keywords: ['show-more-vertical', 'showmorevertical', 'icon', 'three dots', 'kebab', 'more actions'],
|
|
2450
2601
|
componentName: 'ShowMoreVerticalIcon',
|
|
2451
2602
|
package: '@atlaskit/icon/core/show-more-vertical',
|
|
2603
|
+
oldName: ['more-vertical'],
|
|
2452
2604
|
categorization: 'single-purpose',
|
|
2453
2605
|
usage: 'Single purpose - Reserved for more action menus, traditionally on mobile.',
|
|
2454
2606
|
team: 'Design System Team',
|
|
@@ -2458,6 +2610,7 @@ var metadata = {
|
|
|
2458
2610
|
keywords: ['shrink-diagonal', 'shrinkdiagonal', 'icon', 'resize', 'diagonal arrows'],
|
|
2459
2611
|
componentName: 'ShrinkDiagonalIcon',
|
|
2460
2612
|
package: '@atlaskit/icon/core/shrink-diagonal',
|
|
2613
|
+
oldName: ['media-services/fit-to-page', 'vid-full-screen-off'],
|
|
2461
2614
|
categorization: 'single-purpose',
|
|
2462
2615
|
usage: 'Single purpose - Reserved for shrinking the height and width of modals, panels, media, or objects.',
|
|
2463
2616
|
team: 'Design System Team',
|
|
@@ -2467,6 +2620,7 @@ var metadata = {
|
|
|
2467
2620
|
keywords: ['shrink-horizontal', 'shrinkhorizontal', 'icon', 'contract', 'width', 'horizontal arrows'],
|
|
2468
2621
|
componentName: 'ShrinkHorizontalIcon',
|
|
2469
2622
|
package: '@atlaskit/icon/core/shrink-horizontal',
|
|
2623
|
+
oldName: ['editor/collapse'],
|
|
2470
2624
|
categorization: 'single-purpose',
|
|
2471
2625
|
usage: 'Single purpose - Reserved for contracting or reducing the width of an element.',
|
|
2472
2626
|
team: 'Design System Team',
|
|
@@ -2548,6 +2702,7 @@ var metadata = {
|
|
|
2548
2702
|
keywords: ['snippet', 'icon', 'scissors', 'cut'],
|
|
2549
2703
|
componentName: 'SnippetIcon',
|
|
2550
2704
|
package: '@atlaskit/icon/core/snippet',
|
|
2705
|
+
oldName: ['bitbucket/snippets'],
|
|
2551
2706
|
categorization: 'single-purpose',
|
|
2552
2707
|
usage: 'Single purpose - Reserved for snippets in Bitbucket.',
|
|
2553
2708
|
team: 'Design System Team',
|
|
@@ -2575,6 +2730,7 @@ var metadata = {
|
|
|
2575
2730
|
keywords: ['spreadsheet', 'icon', 'table', 'cells', 'tabular data', 'data table', 'spreadsheet'],
|
|
2576
2731
|
componentName: 'SpreadsheetIcon',
|
|
2577
2732
|
package: '@atlaskit/icon/core/spreadsheet',
|
|
2733
|
+
oldName: ['media-services/spreadsheet'],
|
|
2578
2734
|
replacement: {
|
|
2579
2735
|
name: 'table',
|
|
2580
2736
|
location: '@atlaskit/icon'
|
|
@@ -2588,6 +2744,7 @@ var metadata = {
|
|
|
2588
2744
|
keywords: ['sprint', 'icon', 'loop', 'iterate'],
|
|
2589
2745
|
componentName: 'SprintIcon',
|
|
2590
2746
|
package: '@atlaskit/icon/core/sprint',
|
|
2747
|
+
oldName: ['sprint'],
|
|
2591
2748
|
categorization: 'single-purpose',
|
|
2592
2749
|
usage: 'Single purpose - Reserved for sprints in Jira.',
|
|
2593
2750
|
team: 'Design System Team',
|
|
@@ -2597,6 +2754,7 @@ var metadata = {
|
|
|
2597
2754
|
keywords: ['star-starred', 'starstarred', 'icon', 'favourite', 'star', 'starred', 'filled'],
|
|
2598
2755
|
componentName: 'StarStarredIcon',
|
|
2599
2756
|
package: '@atlaskit/icon/core/star-starred',
|
|
2757
|
+
oldName: ['star-filled'],
|
|
2600
2758
|
categorization: 'single-purpose',
|
|
2601
2759
|
usage: 'Single purpose - Reserved for starred or favourited objects.',
|
|
2602
2760
|
team: 'Design System Team',
|
|
@@ -2606,6 +2764,7 @@ var metadata = {
|
|
|
2606
2764
|
keywords: ['star-unstarred', 'starunstarred', 'icon', 'favourite', 'star'],
|
|
2607
2765
|
componentName: 'StarUnstarredIcon',
|
|
2608
2766
|
package: '@atlaskit/icon/core/star-unstarred',
|
|
2767
|
+
oldName: ['star', 'star-large'],
|
|
2609
2768
|
categorization: 'single-purpose',
|
|
2610
2769
|
usage: 'Single purpose - Reserved for starring or favoriting objects.',
|
|
2611
2770
|
team: 'Design System Team',
|
|
@@ -2624,6 +2783,7 @@ var metadata = {
|
|
|
2624
2783
|
keywords: ['status-error', 'statuserror', 'icon', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
|
|
2625
2784
|
componentName: 'StatusErrorIcon',
|
|
2626
2785
|
package: '@atlaskit/icon/core/status-error',
|
|
2786
|
+
oldName: ['error'],
|
|
2627
2787
|
categorization: 'single-purpose',
|
|
2628
2788
|
usage: 'Reserved for error statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
2629
2789
|
team: 'Design System Team',
|
|
@@ -2633,6 +2793,7 @@ var metadata = {
|
|
|
2633
2793
|
keywords: ['status-information', 'statusinformation', 'icon', 'info', 'filled', 'status', 'information'],
|
|
2634
2794
|
componentName: 'StatusInformationIcon',
|
|
2635
2795
|
package: '@atlaskit/icon/core/status-information',
|
|
2796
|
+
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
2636
2797
|
categorization: 'single-purpose',
|
|
2637
2798
|
usage: "Reserved for information statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information. For information tooltips, use the unfilled \'information circle\' icon.",
|
|
2638
2799
|
team: 'Design System Team',
|
|
@@ -2642,6 +2803,7 @@ var metadata = {
|
|
|
2642
2803
|
keywords: ['status-success', 'statussuccess', 'icon', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
|
|
2643
2804
|
componentName: 'StatusSuccessIcon',
|
|
2644
2805
|
package: '@atlaskit/icon/core/status-success',
|
|
2806
|
+
oldName: ['check-circle', 'editor/success'],
|
|
2645
2807
|
categorization: 'single-purpose',
|
|
2646
2808
|
usage: 'Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
2647
2809
|
team: 'Design System Team',
|
|
@@ -2660,6 +2822,7 @@ var metadata = {
|
|
|
2660
2822
|
keywords: ['status-warning', 'statuswarning', 'icon', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
|
|
2661
2823
|
componentName: 'StatusWarningIcon',
|
|
2662
2824
|
package: '@atlaskit/icon/core/status-warning',
|
|
2825
|
+
oldName: ['editor/warning', 'warning'],
|
|
2663
2826
|
categorization: 'single-purpose',
|
|
2664
2827
|
usage: 'Reserved for warning statuses. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
2665
2828
|
team: 'Design System Team',
|
|
@@ -2669,6 +2832,7 @@ var metadata = {
|
|
|
2669
2832
|
keywords: ['stopwatch', 'icon', 'timer'],
|
|
2670
2833
|
componentName: 'StopwatchIcon',
|
|
2671
2834
|
package: '@atlaskit/icon/core/stopwatch',
|
|
2835
|
+
oldName: ['stopwatch'],
|
|
2672
2836
|
categorization: 'multi-purpose',
|
|
2673
2837
|
usage: 'Multi purpose - Known uses: timer in Confluence Whiteboards.',
|
|
2674
2838
|
team: 'Design System Team',
|
|
@@ -2714,6 +2878,7 @@ var metadata = {
|
|
|
2714
2878
|
keywords: ['stroke-weight-small', 'strokeweightsmall', 'icon', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor', 'whiteboards', 'thin'],
|
|
2715
2879
|
componentName: 'StrokeWeightSmallIcon',
|
|
2716
2880
|
package: '@atlaskit/icon/core/stroke-weight-small',
|
|
2881
|
+
oldName: ['media-services/line'],
|
|
2717
2882
|
categorization: 'single-purpose',
|
|
2718
2883
|
usage: 'Reserved for representing thin border stroke widths.',
|
|
2719
2884
|
team: 'Editor',
|
|
@@ -2723,6 +2888,7 @@ var metadata = {
|
|
|
2723
2888
|
keywords: ['subtasks', 'icon', 'todo', 'checklist', 'work type'],
|
|
2724
2889
|
componentName: 'SubtasksIcon',
|
|
2725
2890
|
package: '@atlaskit/icon/core/subtasks',
|
|
2891
|
+
oldName: ['subtask'],
|
|
2726
2892
|
categorization: 'single-purpose',
|
|
2727
2893
|
usage: 'Reserved for subtask work type.',
|
|
2728
2894
|
team: 'Design System Team',
|
|
@@ -2732,6 +2898,7 @@ var metadata = {
|
|
|
2732
2898
|
keywords: ['success', 'icon', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
|
|
2733
2899
|
componentName: 'SuccessIcon',
|
|
2734
2900
|
package: '@atlaskit/icon/core/success',
|
|
2901
|
+
oldName: ['check-circle', 'editor/success'],
|
|
2735
2902
|
replacement: {
|
|
2736
2903
|
name: 'status-success',
|
|
2737
2904
|
location: '@atlaskit/icon'
|
|
@@ -2889,6 +3056,7 @@ var metadata = {
|
|
|
2889
3056
|
keywords: ['tag', 'icon', 'label', 'topic'],
|
|
2890
3057
|
componentName: 'TagIcon',
|
|
2891
3058
|
package: '@atlaskit/icon/core/tag',
|
|
3059
|
+
oldName: ['label'],
|
|
2892
3060
|
categorization: 'single-purpose',
|
|
2893
3061
|
usage: 'Single purpose - Reserved for tags in Atlas.',
|
|
2894
3062
|
team: 'Design System Team',
|
|
@@ -2898,6 +3066,7 @@ var metadata = {
|
|
|
2898
3066
|
keywords: ['takeout-food', 'takeoutfood', 'icon', 'takeaway', 'takeout', 'food', 'burger', 'drink'],
|
|
2899
3067
|
componentName: 'TakeoutFoodIcon',
|
|
2900
3068
|
package: '@atlaskit/icon/core/takeout-food',
|
|
3069
|
+
oldName: ['emoji/food'],
|
|
2901
3070
|
categorization: 'multi-purpose',
|
|
2902
3071
|
usage: 'Multi purpose - Known usages: Food emoji category.',
|
|
2903
3072
|
team: 'Design System Team',
|
|
@@ -2916,6 +3085,7 @@ var metadata = {
|
|
|
2916
3085
|
keywords: ['task', 'check', 'tick', 'icon', 'single task', 'todo', 'list', 'check mark', 'tick'],
|
|
2917
3086
|
componentName: 'TaskIcon',
|
|
2918
3087
|
package: '@atlaskit/icon/core/task',
|
|
3088
|
+
oldName: ['task'],
|
|
2919
3089
|
categorization: 'single-purpose',
|
|
2920
3090
|
usage: 'Single purpose - Reserved for tasks in Jira.',
|
|
2921
3091
|
team: 'Design System Team',
|
|
@@ -2952,6 +3122,7 @@ var metadata = {
|
|
|
2952
3122
|
keywords: ['teams', 'icon', 'infinite love', 'people', 'persons', 'customers', 'users'],
|
|
2953
3123
|
componentName: 'TeamsIcon',
|
|
2954
3124
|
package: '@atlaskit/icon/core/teams',
|
|
3125
|
+
oldName: ['teams'],
|
|
2955
3126
|
categorization: 'single-purpose',
|
|
2956
3127
|
usage: 'Single purpose - Reserved for teams in Atlassian.',
|
|
2957
3128
|
team: 'Design System Team',
|
|
@@ -2970,6 +3141,7 @@ var metadata = {
|
|
|
2970
3141
|
keywords: ['text-bold', 'textbold', 'icon', 'text', 'type', 'bold', 'font'],
|
|
2971
3142
|
componentName: 'TextBoldIcon',
|
|
2972
3143
|
package: '@atlaskit/icon/core/text-bold',
|
|
3144
|
+
oldName: ['editor/bold'],
|
|
2973
3145
|
categorization: 'single-purpose',
|
|
2974
3146
|
usage: 'Single purpose - Reserved for bolding text.',
|
|
2975
3147
|
team: 'Design System Team',
|
|
@@ -2989,6 +3161,7 @@ var metadata = {
|
|
|
2989
3161
|
keywords: ['text-indent-left', 'textindentleft', 'icon', 'text', 'outdent', 'left', 'arrow'],
|
|
2990
3162
|
componentName: 'TextIndentLeftIcon',
|
|
2991
3163
|
package: '@atlaskit/icon/core/text-indent-left',
|
|
3164
|
+
oldName: ['editor/outdent'],
|
|
2992
3165
|
categorization: 'single-purpose',
|
|
2993
3166
|
usage: 'Single purpose - Reserved for shifting the indent of text content left.',
|
|
2994
3167
|
team: 'Design System Team',
|
|
@@ -2998,6 +3171,7 @@ var metadata = {
|
|
|
2998
3171
|
keywords: ['text-indent-right', 'textindentright', 'icon', 'text', 'indent', 'right', 'arrow'],
|
|
2999
3172
|
componentName: 'TextIndentRightIcon',
|
|
3000
3173
|
package: '@atlaskit/icon/core/text-indent-right',
|
|
3174
|
+
oldName: ['editor/indent'],
|
|
3001
3175
|
categorization: 'single-purpose',
|
|
3002
3176
|
usage: 'Single purpose - Reserved for shifting the indent of text content right.',
|
|
3003
3177
|
team: 'Design System Team',
|
|
@@ -3007,6 +3181,7 @@ var metadata = {
|
|
|
3007
3181
|
keywords: ['text-italic', 'textitalic', 'icon', 'text', 'type', 'italic', 'font'],
|
|
3008
3182
|
componentName: 'TextItalicIcon',
|
|
3009
3183
|
package: '@atlaskit/icon/core/text-italic',
|
|
3184
|
+
oldName: ['editor/italic'],
|
|
3010
3185
|
categorization: 'single-purpose',
|
|
3011
3186
|
usage: 'Single purpose - Reserved for italicizing text.',
|
|
3012
3187
|
team: 'Design System Team',
|
|
@@ -3044,6 +3219,7 @@ var metadata = {
|
|
|
3044
3219
|
keywords: ['text-style', 'textstyle', 'icon', 'characters', 'font', 'letters', 'type', 'typography'],
|
|
3045
3220
|
componentName: 'TextStyleIcon',
|
|
3046
3221
|
package: '@atlaskit/icon/core/text-style',
|
|
3222
|
+
oldName: ['editor/text-style', 'emoji/keyboard'],
|
|
3047
3223
|
categorization: 'single-purpose',
|
|
3048
3224
|
usage: 'Single purpose - Reserved for text styles in Editor.',
|
|
3049
3225
|
team: 'Editor',
|
|
@@ -3090,6 +3266,7 @@ var metadata = {
|
|
|
3090
3266
|
keywords: ['thumbs-up', 'thumbsup', 'icon', 'vote', 'upvote', 'like', 'feedback', 'hand'],
|
|
3091
3267
|
componentName: 'ThumbsUpIcon',
|
|
3092
3268
|
package: '@atlaskit/icon/core/thumbs-up',
|
|
3269
|
+
oldName: ['like'],
|
|
3093
3270
|
categorization: 'multi-purpose',
|
|
3094
3271
|
usage: 'Multi purpose - Known uses: voting options in Jira, like.',
|
|
3095
3272
|
team: 'Design System Team',
|
|
@@ -3135,6 +3312,7 @@ var metadata = {
|
|
|
3135
3312
|
keywords: ['tree', 'icon', 'tree', 'nature'],
|
|
3136
3313
|
componentName: 'TreeIcon',
|
|
3137
3314
|
package: '@atlaskit/icon/core/tree',
|
|
3315
|
+
oldName: ['emoji/nature'],
|
|
3138
3316
|
categorization: 'multi-purpose',
|
|
3139
3317
|
usage: 'Multi purpose - Known usages: Nature emoji category.',
|
|
3140
3318
|
team: 'Design System Team',
|
|
@@ -3144,6 +3322,7 @@ var metadata = {
|
|
|
3144
3322
|
keywords: ['undo', 'icon', 'backward', 'mistake', 'correct'],
|
|
3145
3323
|
componentName: 'UndoIcon',
|
|
3146
3324
|
package: '@atlaskit/icon/core/undo',
|
|
3325
|
+
oldName: ['editor/undo', 'undo'],
|
|
3147
3326
|
categorization: 'single-purpose',
|
|
3148
3327
|
usage: 'Single purpose - Reserved for undo in Editor.',
|
|
3149
3328
|
team: 'Design System Team',
|
|
@@ -3153,6 +3332,7 @@ var metadata = {
|
|
|
3153
3332
|
keywords: ['upload', 'cloud', 'icon', 'stream', 'file'],
|
|
3154
3333
|
componentName: 'UploadIcon',
|
|
3155
3334
|
package: '@atlaskit/icon/core/upload',
|
|
3335
|
+
oldName: ['export'],
|
|
3156
3336
|
categorization: 'single-purpose',
|
|
3157
3337
|
usage: 'Single purpose - Reserved for upload in Editor.',
|
|
3158
3338
|
team: 'Design System Team',
|
|
@@ -3162,6 +3342,7 @@ var metadata = {
|
|
|
3162
3342
|
keywords: ['vehicle-car', 'vehiclecar', 'icon', 'car', 'transportation', 'vehicle'],
|
|
3163
3343
|
componentName: 'VehicleCarIcon',
|
|
3164
3344
|
package: '@atlaskit/icon/core/vehicle-car',
|
|
3345
|
+
oldName: ['emoji/travel'],
|
|
3165
3346
|
categorization: 'multi-purpose',
|
|
3166
3347
|
usage: 'Multi purpose - Known usages: Transport emoji category.',
|
|
3167
3348
|
team: 'Design System Team',
|
|
@@ -3171,6 +3352,7 @@ var metadata = {
|
|
|
3171
3352
|
keywords: ['video', 'icon', 'media', 'movie'],
|
|
3172
3353
|
componentName: 'VideoIcon',
|
|
3173
3354
|
package: '@atlaskit/icon/core/video',
|
|
3355
|
+
oldName: ['media-services/video', 'hipchat/sd-video', 'vid-camera-on', 'video-circle', 'video-filled'],
|
|
3174
3356
|
categorization: 'single-purpose',
|
|
3175
3357
|
usage: 'Single purpose - Reserved for representing video content across Atlassian and Loom.',
|
|
3176
3358
|
team: 'Design System Team',
|
|
@@ -3198,6 +3380,7 @@ var metadata = {
|
|
|
3198
3380
|
keywords: ['video-pause', 'videopause', 'icon', 'media', 'video'],
|
|
3199
3381
|
componentName: 'VideoPauseIcon',
|
|
3200
3382
|
package: '@atlaskit/icon/core/video-pause',
|
|
3383
|
+
oldName: ['vid-pause'],
|
|
3201
3384
|
categorization: 'single-purpose',
|
|
3202
3385
|
usage: 'Single purpose - Reserved for pause video in Media.',
|
|
3203
3386
|
team: 'Design System Team',
|
|
@@ -3216,6 +3399,7 @@ var metadata = {
|
|
|
3216
3399
|
keywords: ['video-play', 'videoplay', 'icon', 'media', 'video'],
|
|
3217
3400
|
componentName: 'VideoPlayIcon',
|
|
3218
3401
|
package: '@atlaskit/icon/core/video-play',
|
|
3402
|
+
oldName: ['vid-play'],
|
|
3219
3403
|
categorization: 'single-purpose',
|
|
3220
3404
|
usage: 'Single purpose - Reserved for play video in Media.',
|
|
3221
3405
|
team: 'Design System Team',
|
|
@@ -3306,6 +3490,7 @@ var metadata = {
|
|
|
3306
3490
|
keywords: ['volume-high', 'volumehigh', 'icon', 'louder', 'volume up'],
|
|
3307
3491
|
componentName: 'VolumeHighIcon',
|
|
3308
3492
|
package: '@atlaskit/icon/core/volume-high',
|
|
3493
|
+
oldName: ['hipchat/outgoing-sound', 'vid-volume-full'],
|
|
3309
3494
|
categorization: 'multi-purpose',
|
|
3310
3495
|
usage: '📦 @atlaskit/icon/core/volume-high',
|
|
3311
3496
|
team: 'Design System Team',
|
|
@@ -3315,6 +3500,7 @@ var metadata = {
|
|
|
3315
3500
|
keywords: ['volume-low', 'volumelow', 'icon', 'quiter', 'volume down'],
|
|
3316
3501
|
componentName: 'VolumeLowIcon',
|
|
3317
3502
|
package: '@atlaskit/icon/core/volume-low',
|
|
3503
|
+
oldName: ['vid-volume-half'],
|
|
3318
3504
|
categorization: 'multi-purpose',
|
|
3319
3505
|
usage: '📦 @atlaskit/icon/core/volume-low',
|
|
3320
3506
|
team: 'Design System Team',
|
|
@@ -3324,6 +3510,7 @@ var metadata = {
|
|
|
3324
3510
|
keywords: ['volume-muted', 'volumemuted', 'icon', 'volume off', 'no volume'],
|
|
3325
3511
|
componentName: 'VolumeMutedIcon',
|
|
3326
3512
|
package: '@atlaskit/icon/core/volume-muted',
|
|
3513
|
+
oldName: ['vid-volume-muted'],
|
|
3327
3514
|
categorization: 'multi-purpose',
|
|
3328
3515
|
usage: '📦 @atlaskit/icon/core/volume-muted',
|
|
3329
3516
|
team: 'Design System Team',
|
|
@@ -3333,6 +3520,7 @@ var metadata = {
|
|
|
3333
3520
|
keywords: ['warning', 'error', 'alert', 'icon', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
|
|
3334
3521
|
componentName: 'WarningIcon',
|
|
3335
3522
|
package: '@atlaskit/icon/core/warning',
|
|
3523
|
+
oldName: ['editor/warning', 'warning'],
|
|
3336
3524
|
replacement: {
|
|
3337
3525
|
name: 'status-warning',
|
|
3338
3526
|
location: '@atlaskit/icon'
|
|
@@ -3355,6 +3543,7 @@ var metadata = {
|
|
|
3355
3543
|
keywords: ['work-item', 'workitem', 'icon', 'check mark', 'tick', 'work item', 'work type'],
|
|
3356
3544
|
componentName: 'WorkItemIcon',
|
|
3357
3545
|
package: '@atlaskit/icon/core/work-item',
|
|
3546
|
+
oldName: ['issue'],
|
|
3358
3547
|
categorization: 'single-purpose',
|
|
3359
3548
|
usage: 'Reserved for work items.',
|
|
3360
3549
|
team: 'Design System Team',
|
|
@@ -3364,6 +3553,7 @@ var metadata = {
|
|
|
3364
3553
|
keywords: ['work-items', 'workitems', 'icon', 'check mark', 'tick', 'work items', 'work type'],
|
|
3365
3554
|
componentName: 'WorkItemsIcon',
|
|
3366
3555
|
package: '@atlaskit/icon/core/work-items',
|
|
3556
|
+
oldName: ['issues'],
|
|
3367
3557
|
categorization: 'single-purpose',
|
|
3368
3558
|
usage: 'Reserved for representing multiple work items.',
|
|
3369
3559
|
team: 'Design System Team',
|
|
@@ -3373,6 +3563,7 @@ var metadata = {
|
|
|
3373
3563
|
keywords: ['zoom-in', 'zoomin', 'icon', 'magnify', 'magnifying glass'],
|
|
3374
3564
|
componentName: 'ZoomInIcon',
|
|
3375
3565
|
package: '@atlaskit/icon/core/zoom-in',
|
|
3566
|
+
oldName: ['media-services/zoom-in'],
|
|
3376
3567
|
categorization: 'single-purpose',
|
|
3377
3568
|
usage: 'Single purpose - Reserved for zooming in of an object or view.',
|
|
3378
3569
|
team: 'Design System Team',
|
|
@@ -3382,6 +3573,7 @@ var metadata = {
|
|
|
3382
3573
|
keywords: ['zoom-out', 'zoomout', 'icon', 'minify', 'magnifying glass'],
|
|
3383
3574
|
componentName: 'ZoomOutIcon',
|
|
3384
3575
|
package: '@atlaskit/icon/core/zoom-out',
|
|
3576
|
+
oldName: ['media-services/zoom-out'],
|
|
3385
3577
|
categorization: 'single-purpose',
|
|
3386
3578
|
usage: 'Single purpose - Reserved for zooming out of an object or view.',
|
|
3387
3579
|
team: 'Design System Team',
|