@atlaskit/icon 32.0.0 → 32.0.1
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 +7 -0
- package/build/index.tsx +31 -1
- package/codemods/__tests__/icon-spacing-to-box-primitive.test.tsx +320 -0
- package/codemods/icon-spacing-to-box-primitive/index.tsx +419 -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
|
@@ -22,6 +22,7 @@ var metadata = {
|
|
|
22
22
|
keywords: ['add', 'plus', 'create', 'new', 'icon', 'create', 'plus', 'jira status'],
|
|
23
23
|
componentName: 'AddIcon',
|
|
24
24
|
package: '@atlaskit/icon/core/add',
|
|
25
|
+
oldName: ['add-circle', 'add', 'editor/add', 'emoji/custom'],
|
|
25
26
|
categorization: 'single-purpose',
|
|
26
27
|
usage: 'Single purpose - Reserved for creating and adding an object.',
|
|
27
28
|
team: 'Design System Team',
|
|
@@ -77,6 +78,7 @@ var metadata = {
|
|
|
77
78
|
keywords: ['align-image-center', 'alignimagecenter', 'icon', 'content', 'media', 'image', 'alignment', 'centre'],
|
|
78
79
|
componentName: 'AlignImageCenterIcon',
|
|
79
80
|
package: '@atlaskit/icon/core/align-image-center',
|
|
81
|
+
oldName: ['editor/align-image-center'],
|
|
80
82
|
categorization: 'single-purpose',
|
|
81
83
|
usage: 'Single purpose - Reserved for center aligning media and content.',
|
|
82
84
|
team: 'Design System Team',
|
|
@@ -86,6 +88,7 @@ var metadata = {
|
|
|
86
88
|
keywords: ['align-image-left', 'alignimageleft', 'icon', 'content', 'media', 'image', 'alignment', 'left'],
|
|
87
89
|
componentName: 'AlignImageLeftIcon',
|
|
88
90
|
package: '@atlaskit/icon/core/align-image-left',
|
|
91
|
+
oldName: ['editor/align-image-left'],
|
|
89
92
|
categorization: 'single-purpose',
|
|
90
93
|
usage: 'Single purpose - Reserved for left aligning media and content.',
|
|
91
94
|
team: 'Design System Team',
|
|
@@ -95,6 +98,7 @@ var metadata = {
|
|
|
95
98
|
keywords: ['align-image-right', 'alignimageright', 'icon', 'content', 'media', 'image', 'alignment', 'right'],
|
|
96
99
|
componentName: 'AlignImageRightIcon',
|
|
97
100
|
package: '@atlaskit/icon/core/align-image-right',
|
|
101
|
+
oldName: ['editor/align-image-right'],
|
|
98
102
|
categorization: 'single-purpose',
|
|
99
103
|
usage: 'Single purpose - Reserved for right aligning media and content.',
|
|
100
104
|
team: 'Design System Team',
|
|
@@ -104,6 +108,7 @@ var metadata = {
|
|
|
104
108
|
keywords: ['align-text-center', 'aligntextcenter', 'icon', 'alignment', 'text', 'content'],
|
|
105
109
|
componentName: 'AlignTextCenterIcon',
|
|
106
110
|
package: '@atlaskit/icon/core/align-text-center',
|
|
111
|
+
oldName: ['editor/align-center'],
|
|
107
112
|
categorization: 'multi-purpose',
|
|
108
113
|
usage: 'Multi purpose - Known uses: align text center, align center.',
|
|
109
114
|
team: 'Design System Team',
|
|
@@ -113,6 +118,7 @@ var metadata = {
|
|
|
113
118
|
keywords: ['align-text-left', 'aligntextleft', 'icon', 'alignment', 'text', 'content', 'summary'],
|
|
114
119
|
componentName: 'AlignTextLeftIcon',
|
|
115
120
|
package: '@atlaskit/icon/core/align-text-left',
|
|
121
|
+
oldName: ['editor/align-left', 'overview'],
|
|
116
122
|
categorization: 'multi-purpose',
|
|
117
123
|
usage: 'Multi purpose - Known uses: align text left, align content left, summary.',
|
|
118
124
|
team: 'Design System Team',
|
|
@@ -122,6 +128,7 @@ var metadata = {
|
|
|
122
128
|
keywords: ['align-text-right', 'aligntextright', 'icon', 'alignment', 'text', 'content'],
|
|
123
129
|
componentName: 'AlignTextRightIcon',
|
|
124
130
|
package: '@atlaskit/icon/core/align-text-right',
|
|
131
|
+
oldName: ['editor/align-right'],
|
|
125
132
|
categorization: 'multi-purpose',
|
|
126
133
|
usage: 'Multi purpose - Known uses: align text right, align content right.',
|
|
127
134
|
team: 'Design System Team',
|
|
@@ -131,6 +138,7 @@ var metadata = {
|
|
|
131
138
|
keywords: ['angle-brackets', 'anglebrackets', 'icon', 'code', '<>', '</>', 'syntax', 'jira status'],
|
|
132
139
|
componentName: 'AngleBracketsIcon',
|
|
133
140
|
package: '@atlaskit/icon/core/angle-brackets',
|
|
141
|
+
oldName: ['bitbucket/repos', 'bitbucket/source', 'code', 'editor/code', 'media-services/code'],
|
|
134
142
|
categorization: 'multi-purpose',
|
|
135
143
|
usage: 'Multi purpose - Known uses: code or source code in Bitbucket and Jira.',
|
|
136
144
|
team: 'Design System Team',
|
|
@@ -149,6 +157,7 @@ var metadata = {
|
|
|
149
157
|
keywords: ['app', 'icon', 'plugin', 'external app', 'third-party app', 'add-on', 'add on'],
|
|
150
158
|
componentName: 'AppIcon',
|
|
151
159
|
package: '@atlaskit/icon/core/app',
|
|
160
|
+
oldName: ['addon'],
|
|
152
161
|
categorization: 'single-purpose',
|
|
153
162
|
usage: 'Single purpose - Reserved for marketplace apps and integrations across apps.',
|
|
154
163
|
team: 'Design System Team',
|
|
@@ -158,6 +167,7 @@ var metadata = {
|
|
|
158
167
|
keywords: ['app-switcher', 'appswitcher', 'icon', 'application switcher', 'change app', 'switch app', 'app switcher'],
|
|
159
168
|
componentName: 'AppSwitcherIcon',
|
|
160
169
|
package: '@atlaskit/icon/core/app-switcher',
|
|
170
|
+
oldName: ['app-switcher', 'switcher'],
|
|
161
171
|
categorization: 'single-purpose',
|
|
162
172
|
usage: 'Single purpose - Reserved for app switcher in global app navigation.',
|
|
163
173
|
team: 'Design System Team',
|
|
@@ -185,6 +195,7 @@ var metadata = {
|
|
|
185
195
|
keywords: ['archive-box', 'archivebox', 'icon', 'file box'],
|
|
186
196
|
componentName: 'ArchiveBoxIcon',
|
|
187
197
|
package: '@atlaskit/icon/core/archive-box',
|
|
198
|
+
oldName: ['archive'],
|
|
188
199
|
categorization: 'multi-purpose',
|
|
189
200
|
usage: 'Multi purpose - Known uses: archiving pages, storage.',
|
|
190
201
|
team: 'Design System Team',
|
|
@@ -194,6 +205,7 @@ var metadata = {
|
|
|
194
205
|
keywords: ['arrow-down', 'arrowdown', 'icon', 'down', 'bottom', 'sorting'],
|
|
195
206
|
componentName: 'ArrowDownIcon',
|
|
196
207
|
package: '@atlaskit/icon/core/arrow-down',
|
|
208
|
+
oldName: ['arrow-down-circle', 'arrow-down'],
|
|
197
209
|
categorization: 'multi-purpose',
|
|
198
210
|
usage: 'Multi purpose - Know uses: sorting table headers or Bitbucket code difference.',
|
|
199
211
|
team: 'Design System Team',
|
|
@@ -221,6 +233,7 @@ var metadata = {
|
|
|
221
233
|
keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', 'back', 'previous'],
|
|
222
234
|
componentName: 'ArrowLeftIcon',
|
|
223
235
|
package: '@atlaskit/icon/core/arrow-left',
|
|
236
|
+
oldName: ['arrow-left-circle', 'arrow-left'],
|
|
224
237
|
categorization: 'multi-purpose',
|
|
225
238
|
usage: 'Multi purpose - Known uses: back to previous screen, previous slide.',
|
|
226
239
|
team: 'Design System Team',
|
|
@@ -230,6 +243,7 @@ var metadata = {
|
|
|
230
243
|
keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', 'forward', 'next', 'link'],
|
|
231
244
|
componentName: 'ArrowRightIcon',
|
|
232
245
|
package: '@atlaskit/icon/core/arrow-right',
|
|
246
|
+
oldName: ['arrow-right-circle', 'arrow-right'],
|
|
233
247
|
categorization: 'multi-purpose',
|
|
234
248
|
usage: 'Multi purpose - Known uses: link to nested menu item, a linked menu item, next slide.',
|
|
235
249
|
team: 'Design System Team',
|
|
@@ -239,6 +253,7 @@ var metadata = {
|
|
|
239
253
|
keywords: ['arrow-up', 'arrowup', 'icon', 'improvement', 'jira status'],
|
|
240
254
|
componentName: 'ArrowUpIcon',
|
|
241
255
|
package: '@atlaskit/icon/core/arrow-up',
|
|
256
|
+
oldName: ['arrow-up-circle', 'arrow-up'],
|
|
242
257
|
categorization: 'multi-purpose',
|
|
243
258
|
usage: 'Multi purpose - Known uses: back to top.',
|
|
244
259
|
team: 'Design System Team',
|
|
@@ -257,6 +272,7 @@ var metadata = {
|
|
|
257
272
|
keywords: ['arrow-up-right', 'arrowupright', 'icon', 'open', 'diagonal arrow'],
|
|
258
273
|
componentName: 'ArrowUpRightIcon',
|
|
259
274
|
package: '@atlaskit/icon/core/arrow-up-right',
|
|
275
|
+
oldName: ['editor/open', 'open'],
|
|
260
276
|
categorization: 'multi-purpose',
|
|
261
277
|
usage: 'Multi purpose',
|
|
262
278
|
team: 'Design System Team',
|
|
@@ -284,6 +300,7 @@ var metadata = {
|
|
|
284
300
|
keywords: ['attachment', 'paperclip', 'icon', 'paperclip', 'attach', 'attachment'],
|
|
285
301
|
componentName: 'AttachmentIcon',
|
|
286
302
|
package: '@atlaskit/icon/core/attachment',
|
|
303
|
+
oldName: ['attachment', 'editor/attachment'],
|
|
287
304
|
categorization: 'single-purpose',
|
|
288
305
|
usage: 'Reserved for attaching files to work types or other objects.',
|
|
289
306
|
team: 'Design System Team',
|
|
@@ -293,6 +310,7 @@ var metadata = {
|
|
|
293
310
|
keywords: ['audio', 'music', 'note', 'sound', 'icon', 'music', 'musical note'],
|
|
294
311
|
componentName: 'AudioIcon',
|
|
295
312
|
package: '@atlaskit/icon/core/audio',
|
|
313
|
+
oldName: ['audio-circle', 'audio', 'media-services/audio'],
|
|
296
314
|
categorization: 'single-purpose',
|
|
297
315
|
usage: '📦 @atlaskit/icon/core/audio',
|
|
298
316
|
team: 'Design System Team',
|
|
@@ -311,6 +329,7 @@ var metadata = {
|
|
|
311
329
|
keywords: ['backlog', 'icon', 'rows'],
|
|
312
330
|
componentName: 'BacklogIcon',
|
|
313
331
|
package: '@atlaskit/icon/core/backlog',
|
|
332
|
+
oldName: ['backlog'],
|
|
314
333
|
categorization: 'single-purpose',
|
|
315
334
|
usage: 'Single purpose - Reserved for backlogs in Jira.',
|
|
316
335
|
team: 'Design System Team',
|
|
@@ -320,6 +339,7 @@ var metadata = {
|
|
|
320
339
|
keywords: ['basketball', 'icon', 'ball', 'sports', 'basketball'],
|
|
321
340
|
componentName: 'BasketballIcon',
|
|
322
341
|
package: '@atlaskit/icon/core/basketball',
|
|
342
|
+
oldName: ['emoji/activity'],
|
|
323
343
|
categorization: 'multi-purpose',
|
|
324
344
|
usage: 'Multi purpose - Known usages: Sport emoji category.',
|
|
325
345
|
team: 'Design System Team',
|
|
@@ -329,6 +349,7 @@ var metadata = {
|
|
|
329
349
|
keywords: ['board', 'icon', 'columns', 'active sprint'],
|
|
330
350
|
componentName: 'BoardIcon',
|
|
331
351
|
package: '@atlaskit/icon/core/board',
|
|
352
|
+
oldName: ['board'],
|
|
332
353
|
categorization: 'single-purpose',
|
|
333
354
|
usage: 'Single purpose - Reserved for boards in Jira.',
|
|
334
355
|
team: 'Design System Team',
|
|
@@ -338,6 +359,7 @@ var metadata = {
|
|
|
338
359
|
keywords: ['boards', 'icon'],
|
|
339
360
|
componentName: 'BoardsIcon',
|
|
340
361
|
package: '@atlaskit/icon/core/boards',
|
|
362
|
+
oldName: ['switcher'],
|
|
341
363
|
categorization: 'single-purpose',
|
|
342
364
|
usage: 'Single purpose - Reserved as the icon to represent multiple boards.',
|
|
343
365
|
team: 'Design System Team',
|
|
@@ -347,6 +369,7 @@ var metadata = {
|
|
|
347
369
|
keywords: ['book-with-bookmark', 'bookwithbookmark', 'icon', 'knowledge base', 'article'],
|
|
348
370
|
componentName: 'BookWithBookmarkIcon',
|
|
349
371
|
package: '@atlaskit/icon/core/book-with-bookmark',
|
|
372
|
+
oldName: ['book'],
|
|
350
373
|
categorization: 'multi-purpose',
|
|
351
374
|
usage: 'Multi purpose - Known uses: knowledge bases, articles, and other representations of books or info.',
|
|
352
375
|
team: 'Design System Team',
|
|
@@ -365,6 +388,7 @@ var metadata = {
|
|
|
365
388
|
keywords: ['branch', 'icon', 'git branch', 'bitbucket branch', 'branches', 'jira status'],
|
|
366
389
|
componentName: 'BranchIcon',
|
|
367
390
|
package: '@atlaskit/icon/core/branch',
|
|
391
|
+
oldName: ['bitbucket/branches'],
|
|
368
392
|
categorization: 'single-purpose',
|
|
369
393
|
usage: 'Single purpose - Reserved for branches in Bitbucket and Jira.',
|
|
370
394
|
team: 'Design System Team',
|
|
@@ -374,6 +398,7 @@ var metadata = {
|
|
|
374
398
|
keywords: ['briefcase', 'icon', 'suitcase', 'toolbox', 'operations', 'business'],
|
|
375
399
|
componentName: 'BriefcaseIcon',
|
|
376
400
|
package: '@atlaskit/icon/core/briefcase',
|
|
401
|
+
oldName: ['suitcase'],
|
|
377
402
|
categorization: 'multi-purpose',
|
|
378
403
|
usage: 'Multi purpose - Known uses: Job title in Atlas, Operations in JSM.',
|
|
379
404
|
team: 'Design System Team',
|
|
@@ -383,6 +408,7 @@ var metadata = {
|
|
|
383
408
|
keywords: ['bug', 'icon', 'bug report', 'test'],
|
|
384
409
|
componentName: 'BugIcon',
|
|
385
410
|
package: '@atlaskit/icon/core/bug',
|
|
411
|
+
oldName: ['jira/test-session'],
|
|
386
412
|
categorization: 'multi-purpose',
|
|
387
413
|
usage: 'Multi purpose - Known uses: Request types in JSM, bugs in Jira.',
|
|
388
414
|
team: 'Design System Team',
|
|
@@ -392,6 +418,7 @@ var metadata = {
|
|
|
392
418
|
keywords: ['calendar', 'date', 'icon', 'date', 'month', 'day', 'year', 'jira status'],
|
|
393
419
|
componentName: 'CalendarIcon',
|
|
394
420
|
package: '@atlaskit/icon/core/calendar',
|
|
421
|
+
oldName: ['calendar-filled', 'calendar', 'editor/date'],
|
|
395
422
|
categorization: 'multi-purpose',
|
|
396
423
|
usage: 'Multi purpose - Known uses: date metadata, date input field, calendar view, jira status.',
|
|
397
424
|
team: 'Design System Team',
|
|
@@ -401,6 +428,7 @@ var metadata = {
|
|
|
401
428
|
keywords: ['calendar-plus', 'calendarplus', 'icon', 'calendar', 'add', 'plus', 'schedule'],
|
|
402
429
|
componentName: 'CalendarPlusIcon',
|
|
403
430
|
package: '@atlaskit/icon/core/calendar-plus',
|
|
431
|
+
oldName: ['schedule-filled', 'schedule'],
|
|
404
432
|
categorization: 'multi-purpose',
|
|
405
433
|
usage: 'Known uses: Auto-scheduling in Jira Plans. Scheduled dates.',
|
|
406
434
|
team: 'Design System Team',
|
|
@@ -410,6 +438,7 @@ var metadata = {
|
|
|
410
438
|
keywords: ['camera', 'photo', 'icon'],
|
|
411
439
|
componentName: 'CameraIcon',
|
|
412
440
|
package: '@atlaskit/icon/core/camera',
|
|
441
|
+
oldName: ['camera-filled', 'camera', 'editor/photo'],
|
|
413
442
|
categorization: 'multi-purpose',
|
|
414
443
|
usage: 'Multi purpose - Known uses: upload photo in Trello, photos.',
|
|
415
444
|
team: 'Design System Team',
|
|
@@ -419,6 +448,7 @@ var metadata = {
|
|
|
419
448
|
keywords: ['capture', 'icon', 'focus', 'focus area', 'capture'],
|
|
420
449
|
componentName: 'CaptureIcon',
|
|
421
450
|
package: '@atlaskit/icon/core/capture',
|
|
451
|
+
oldName: ['jira/capture'],
|
|
422
452
|
replacement: {
|
|
423
453
|
name: 'focus-area',
|
|
424
454
|
location: '@atlaskit/icon'
|
|
@@ -459,6 +489,7 @@ var metadata = {
|
|
|
459
489
|
keywords: ['chart-bar', 'chartbar', 'icon', 'graph', 'bar', 'analytics', 'report', 'column chart'],
|
|
460
490
|
componentName: 'ChartBarIcon',
|
|
461
491
|
package: '@atlaskit/icon/core/chart-bar',
|
|
492
|
+
oldName: ['graph-bar', 'media-services/presentation'],
|
|
462
493
|
categorization: 'multi-purpose',
|
|
463
494
|
usage: 'Known uses: Bar charts; Reports in JSM, Space Analytics in Confluence',
|
|
464
495
|
team: 'Design System Team',
|
|
@@ -499,6 +530,7 @@ var metadata = {
|
|
|
499
530
|
keywords: ['chart-trend', 'charttrend', 'icon', 'reports', 'graph', 'impact effort', ''],
|
|
500
531
|
componentName: 'ChartTrendIcon',
|
|
501
532
|
package: '@atlaskit/icon/core/chart-trend',
|
|
533
|
+
oldName: ['graph-line'],
|
|
502
534
|
replacement: {
|
|
503
535
|
name: 'chart-trend-up',
|
|
504
536
|
location: '@atlaskit/icon'
|
|
@@ -539,6 +571,7 @@ var metadata = {
|
|
|
539
571
|
keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'tick', 'yes', 'completed'],
|
|
540
572
|
componentName: 'CheckCircleIcon',
|
|
541
573
|
package: '@atlaskit/icon/core/check-circle',
|
|
574
|
+
oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
|
|
542
575
|
categorization: 'multi-purpose',
|
|
543
576
|
usage: 'Known uses: completed items, productivity emoji category. Completed task work type in JSM Calendar view.',
|
|
544
577
|
team: 'Design System Team',
|
|
@@ -557,6 +590,7 @@ var metadata = {
|
|
|
557
590
|
keywords: ['check-mark', 'checkmark', 'icon', 'tick'],
|
|
558
591
|
componentName: 'CheckMarkIcon',
|
|
559
592
|
package: '@atlaskit/icon/core/check-mark',
|
|
593
|
+
oldName: ['check', 'editor/done'],
|
|
560
594
|
categorization: 'multi-purpose',
|
|
561
595
|
usage: 'Multi purpose - Known uses: table cells, checkboxes.',
|
|
562
596
|
team: 'Design System Team',
|
|
@@ -566,6 +600,7 @@ var metadata = {
|
|
|
566
600
|
keywords: ['checkbox-checked', 'checkboxchecked', 'icon', 'filled', 'checked', 'select all'],
|
|
567
601
|
componentName: 'CheckboxCheckedIcon',
|
|
568
602
|
package: '@atlaskit/icon/core/checkbox-checked',
|
|
603
|
+
oldName: ['checkbox', 'editor/task'],
|
|
569
604
|
categorization: 'multi-purpose',
|
|
570
605
|
usage: 'Multi purpose - Reserved for interactive checkbox experiences. Consider using the checkbox component.',
|
|
571
606
|
team: 'Design System Team',
|
|
@@ -575,6 +610,7 @@ var metadata = {
|
|
|
575
610
|
keywords: ['checkbox-indeterminate', 'checkboxindeterminate', 'icon', 'filled', 'mixed'],
|
|
576
611
|
componentName: 'CheckboxIndeterminateIcon',
|
|
577
612
|
package: '@atlaskit/icon/core/checkbox-indeterminate',
|
|
613
|
+
oldName: ['checkbox-indeterminate'],
|
|
578
614
|
categorization: 'multi-purpose',
|
|
579
615
|
usage: 'Multi purpose - Reserved for interactive checkbox experiences. Consider using the checkbox component.',
|
|
580
616
|
team: 'Design System Team',
|
|
@@ -615,6 +651,7 @@ var metadata = {
|
|
|
615
651
|
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'chevron down', 'expand', 'open'],
|
|
616
652
|
componentName: 'ChevronDownIcon',
|
|
617
653
|
package: '@atlaskit/icon/core/chevron-down',
|
|
654
|
+
oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
|
|
618
655
|
shouldRecommendSmallIcon: true,
|
|
619
656
|
categorization: 'multi-purpose',
|
|
620
657
|
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',
|
|
@@ -626,6 +663,7 @@ var metadata = {
|
|
|
626
663
|
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'chevron left', 'back', 'previous'],
|
|
627
664
|
componentName: 'ChevronLeftIcon',
|
|
628
665
|
package: '@atlaskit/icon/core/chevron-left',
|
|
666
|
+
oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
|
|
629
667
|
shouldRecommendSmallIcon: true,
|
|
630
668
|
categorization: 'multi-purpose',
|
|
631
669
|
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',
|
|
@@ -637,6 +675,7 @@ var metadata = {
|
|
|
637
675
|
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'chevron right', 'next', 'collapsed', 'expand', 'show children'],
|
|
638
676
|
componentName: 'ChevronRightIcon',
|
|
639
677
|
package: '@atlaskit/icon/core/chevron-right',
|
|
678
|
+
oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
|
|
640
679
|
shouldRecommendSmallIcon: true,
|
|
641
680
|
categorization: 'multi-purpose',
|
|
642
681
|
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',
|
|
@@ -648,6 +687,7 @@ var metadata = {
|
|
|
648
687
|
keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', 'chevron up', 'close dropdown menu', 'collapse'],
|
|
649
688
|
componentName: 'ChevronUpIcon',
|
|
650
689
|
package: '@atlaskit/icon/core/chevron-up',
|
|
690
|
+
oldName: ['chevron-up-circle', 'hipchat/chevron-up', 'chevron-up'],
|
|
651
691
|
shouldRecommendSmallIcon: true,
|
|
652
692
|
categorization: 'multi-purpose',
|
|
653
693
|
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',
|
|
@@ -659,6 +699,7 @@ var metadata = {
|
|
|
659
699
|
keywords: ['child-work-items', 'childworkitems', 'icon', 'children', 'child', 'related', 'work items'],
|
|
660
700
|
componentName: 'ChildWorkItemsIcon',
|
|
661
701
|
package: '@atlaskit/icon/core/child-work-items',
|
|
702
|
+
oldName: ['child-issues'],
|
|
662
703
|
categorization: 'single-purpose',
|
|
663
704
|
usage: 'Reserved for child work items.',
|
|
664
705
|
team: 'Design System Team',
|
|
@@ -677,6 +718,7 @@ var metadata = {
|
|
|
677
718
|
keywords: ['clock', 'icon', 'time', 'recent', 'history'],
|
|
678
719
|
componentName: 'ClockIcon',
|
|
679
720
|
package: '@atlaskit/icon/core/clock',
|
|
721
|
+
oldName: ['editor/recent', 'emoji/frequent', 'recent'],
|
|
680
722
|
categorization: 'multi-purpose',
|
|
681
723
|
usage: 'Known uses: recent, time input, sprint time remaining, overdue task work type status.',
|
|
682
724
|
team: 'Design System Team',
|
|
@@ -686,6 +728,7 @@ var metadata = {
|
|
|
686
728
|
keywords: ['close', 'icon', 'cross', 'x', 'close', 'remove'],
|
|
687
729
|
componentName: 'CloseIcon',
|
|
688
730
|
package: '@atlaskit/icon/core/close',
|
|
731
|
+
oldName: ['cross', 'editor/close'],
|
|
689
732
|
replacement: {
|
|
690
733
|
name: 'cross',
|
|
691
734
|
location: '@atlaskit/icon'
|
|
@@ -699,6 +742,7 @@ var metadata = {
|
|
|
699
742
|
keywords: ['cloud-arrow-up', 'cloudarrowup', 'icon', 'deployments', 'up arrow'],
|
|
700
743
|
componentName: 'CloudArrowUpIcon',
|
|
701
744
|
package: '@atlaskit/icon/core/cloud-arrow-up',
|
|
745
|
+
oldName: ['upload'],
|
|
702
746
|
categorization: 'multi-purpose',
|
|
703
747
|
usage: 'Multi purpose - Known uses: deployments in Jira.',
|
|
704
748
|
team: 'Design System Team',
|
|
@@ -726,6 +770,7 @@ var metadata = {
|
|
|
726
770
|
keywords: ['comment', 'chat', 'speech', 'icon', 'speech bubble'],
|
|
727
771
|
componentName: 'CommentIcon',
|
|
728
772
|
package: '@atlaskit/icon/core/comment',
|
|
773
|
+
oldName: ['comment', 'questions'],
|
|
729
774
|
categorization: 'single-purpose',
|
|
730
775
|
usage: 'Single purpose - Reserved for comments on objects.',
|
|
731
776
|
team: 'Design System Team',
|
|
@@ -735,6 +780,7 @@ var metadata = {
|
|
|
735
780
|
keywords: ['comment-add', 'commentadd', 'icon', 'speech bubble', 'plus'],
|
|
736
781
|
componentName: 'CommentAddIcon',
|
|
737
782
|
package: '@atlaskit/icon/core/comment-add',
|
|
783
|
+
oldName: ['media-services/add-comment'],
|
|
738
784
|
categorization: 'single-purpose',
|
|
739
785
|
usage: 'Single purpose - Reserved for adding a comment to an object.',
|
|
740
786
|
team: 'Design System Team',
|
|
@@ -744,6 +790,7 @@ var metadata = {
|
|
|
744
790
|
keywords: ['commit', 'icon', 'git commit', 'bitbucket commit'],
|
|
745
791
|
componentName: 'CommitIcon',
|
|
746
792
|
package: '@atlaskit/icon/core/commit',
|
|
793
|
+
oldName: ['bitbucket/commits'],
|
|
747
794
|
categorization: 'single-purpose',
|
|
748
795
|
usage: 'Single purpose - Reserved for commits in Jira or Bitbucket.',
|
|
749
796
|
team: 'Design System Team',
|
|
@@ -753,6 +800,7 @@ var metadata = {
|
|
|
753
800
|
keywords: ['compass', 'icon', 'template'],
|
|
754
801
|
componentName: 'CompassIcon',
|
|
755
802
|
package: '@atlaskit/icon/core/compass',
|
|
803
|
+
oldName: ['discover-filled', 'discover'],
|
|
756
804
|
categorization: 'multi-purpose',
|
|
757
805
|
usage: 'Multi purpose - Known uses: templates.',
|
|
758
806
|
team: 'Design System Team',
|
|
@@ -762,6 +810,7 @@ var metadata = {
|
|
|
762
810
|
keywords: ['component', 'block', 'lego', 'icon', 'lego', 'brick', 'block'],
|
|
763
811
|
componentName: 'ComponentIcon',
|
|
764
812
|
package: '@atlaskit/icon/core/component',
|
|
813
|
+
oldName: ['component'],
|
|
765
814
|
categorization: 'single-purpose',
|
|
766
815
|
usage: 'Single purpose - Reserved for components in Jira and Compass.',
|
|
767
816
|
team: 'Design System Team',
|
|
@@ -771,6 +820,7 @@ var metadata = {
|
|
|
771
820
|
keywords: ['content-width-narrow', 'contentwidthnarrow', 'icon', 'content', 'media', 'image', 'width', 'fixed', 'narrow'],
|
|
772
821
|
componentName: 'ContentWidthNarrowIcon',
|
|
773
822
|
package: '@atlaskit/icon/core/content-width-narrow',
|
|
823
|
+
oldName: ['editor/media-center'],
|
|
774
824
|
categorization: 'single-purpose',
|
|
775
825
|
usage: 'Single purpose - Reserved for setting media and content to a narrow width.',
|
|
776
826
|
team: 'Design System Team',
|
|
@@ -780,6 +830,7 @@ var metadata = {
|
|
|
780
830
|
keywords: ['content-width-wide', 'contentwidthwide', 'icon', 'content', 'media', 'image', 'width', 'fixed', 'wide'],
|
|
781
831
|
componentName: 'ContentWidthWideIcon',
|
|
782
832
|
package: '@atlaskit/icon/core/content-width-wide',
|
|
833
|
+
oldName: ['editor/media-wide'],
|
|
783
834
|
categorization: 'single-purpose',
|
|
784
835
|
usage: 'Single purpose - Reserved for setting media and content to a wide width.',
|
|
785
836
|
team: 'Design System Team',
|
|
@@ -789,6 +840,7 @@ var metadata = {
|
|
|
789
840
|
keywords: ['content-wrap-left', 'contentwrapleft', 'icon', 'content', 'media', 'image', 'alignment', 'left', 'inline', 'wrap'],
|
|
790
841
|
componentName: 'ContentWrapLeftIcon',
|
|
791
842
|
package: '@atlaskit/icon/core/content-wrap-left',
|
|
843
|
+
oldName: ['editor/media-wrap-left'],
|
|
792
844
|
categorization: 'single-purpose',
|
|
793
845
|
usage: 'Single purpose - Reserved for left aligning media and content with wrapping enabled.',
|
|
794
846
|
team: 'Design System Team',
|
|
@@ -798,6 +850,7 @@ var metadata = {
|
|
|
798
850
|
keywords: ['content-wrap-right', 'contentwrapright', 'icon', 'content', 'media', 'image', 'alignment', 'right', 'inline', 'wrap'],
|
|
799
851
|
componentName: 'ContentWrapRightIcon',
|
|
800
852
|
package: '@atlaskit/icon/core/content-wrap-right',
|
|
853
|
+
oldName: ['editor/media-wrap-right'],
|
|
801
854
|
categorization: 'single-purpose',
|
|
802
855
|
usage: 'Single purpose - Reserved for right aligning media and content with wrapping enabled.',
|
|
803
856
|
team: 'Design System Team',
|
|
@@ -807,6 +860,7 @@ var metadata = {
|
|
|
807
860
|
keywords: ['copy', 'duplicate', 'icon', 'copy', 'object'],
|
|
808
861
|
componentName: 'CopyIcon',
|
|
809
862
|
package: '@atlaskit/icon/core/copy',
|
|
863
|
+
oldName: ['copy'],
|
|
810
864
|
categorization: 'single-purpose',
|
|
811
865
|
usage: 'Single purpose - Reserved for copying data such as text, code or other objects.',
|
|
812
866
|
team: 'Design System Team',
|
|
@@ -816,6 +870,7 @@ var metadata = {
|
|
|
816
870
|
keywords: ['credit-card', 'creditcard', 'icon', 'payment', 'invoice'],
|
|
817
871
|
componentName: 'CreditCardIcon',
|
|
818
872
|
package: '@atlaskit/icon/core/credit-card',
|
|
873
|
+
oldName: ['creditcard-filled', 'creditcard'],
|
|
819
874
|
categorization: 'multi-purpose',
|
|
820
875
|
usage: 'Multi purpose - Known uses: billing in Admin, invoices in PPC, payments.',
|
|
821
876
|
team: 'Design System Team',
|
|
@@ -825,6 +880,7 @@ var metadata = {
|
|
|
825
880
|
keywords: ['cross', 'close', 'x', 'cancel', 'icon', 'cross', 'x', 'close', 'remove'],
|
|
826
881
|
componentName: 'CrossIcon',
|
|
827
882
|
package: '@atlaskit/icon/core/cross',
|
|
883
|
+
oldName: ['cross', 'editor/close'],
|
|
828
884
|
categorization: 'multi-purpose',
|
|
829
885
|
usage: 'Known uses: closing modals, panels, and transient views; removing tags',
|
|
830
886
|
team: 'Design System Team',
|
|
@@ -834,6 +890,7 @@ var metadata = {
|
|
|
834
890
|
keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'x', 'exit', 'clear', 'no', 'filled'],
|
|
835
891
|
componentName: 'CrossCircleIcon',
|
|
836
892
|
package: '@atlaskit/icon/core/cross-circle',
|
|
893
|
+
oldName: ['cross-circle', 'editor/error', 'select-clear'],
|
|
837
894
|
categorization: 'multi-purpose',
|
|
838
895
|
usage: 'Multi purpose - Known uses: clear text field, error status.',
|
|
839
896
|
team: 'Design System Team',
|
|
@@ -852,6 +909,7 @@ var metadata = {
|
|
|
852
909
|
keywords: ['customize', 'icon', 'customise', 'configure', 'modify', 'preferences', 'settings', 'sliders'],
|
|
853
910
|
componentName: 'CustomizeIcon',
|
|
854
911
|
package: '@atlaskit/icon/core/customize',
|
|
912
|
+
oldName: ['preferences'],
|
|
855
913
|
categorization: 'multi-purpose',
|
|
856
914
|
usage: 'Multi purpose - Known uses: customize sidebar, customize view, settings.',
|
|
857
915
|
team: 'Design System Team',
|
|
@@ -861,6 +919,7 @@ var metadata = {
|
|
|
861
919
|
keywords: ['dashboard', 'window', 'grid', 'icon', 'activity', 'view'],
|
|
862
920
|
componentName: 'DashboardIcon',
|
|
863
921
|
package: '@atlaskit/icon/core/dashboard',
|
|
922
|
+
oldName: ['activity', 'dashboard'],
|
|
864
923
|
categorization: 'single-purpose',
|
|
865
924
|
usage: 'Single purpose - Reserved for dashboards in Jira.',
|
|
866
925
|
team: 'Design System Team',
|
|
@@ -906,6 +965,7 @@ var metadata = {
|
|
|
906
965
|
keywords: ['decision', 'icon', 'fork', 'diagonal arrow'],
|
|
907
966
|
componentName: 'DecisionIcon',
|
|
908
967
|
package: '@atlaskit/icon/core/decision',
|
|
968
|
+
oldName: ['decision', 'editor/decision'],
|
|
909
969
|
categorization: 'single-purpose',
|
|
910
970
|
usage: 'Single purpose - Reserved for decisions.',
|
|
911
971
|
team: 'Design System Team',
|
|
@@ -924,6 +984,7 @@ var metadata = {
|
|
|
924
984
|
keywords: ['delete', 'icon', 'trash', 'bin', 'remove'],
|
|
925
985
|
componentName: 'DeleteIcon',
|
|
926
986
|
package: '@atlaskit/icon/core/delete',
|
|
987
|
+
oldName: ['editor/remove', 'trash'],
|
|
927
988
|
categorization: 'single-purpose',
|
|
928
989
|
usage: 'Single purpose - Reserved for removing or deleting an object.',
|
|
929
990
|
team: 'Design System Team',
|
|
@@ -933,6 +994,7 @@ var metadata = {
|
|
|
933
994
|
keywords: ['department', 'icon', 'organization', 'organisation', 'org chart', 'hierarchy'],
|
|
934
995
|
componentName: 'DepartmentIcon',
|
|
935
996
|
package: '@atlaskit/icon/core/department',
|
|
997
|
+
oldName: ['department'],
|
|
936
998
|
categorization: 'single-purpose',
|
|
937
999
|
usage: 'Single purpose - Reserved for departments, reporting lines, or other tree chart representations.',
|
|
938
1000
|
team: 'Design System Team',
|
|
@@ -942,6 +1004,7 @@ var metadata = {
|
|
|
942
1004
|
keywords: ['device-mobile', 'devicemobile', 'icon', 'iphone', 'mobile phone', 'cell phone'],
|
|
943
1005
|
componentName: 'DeviceMobileIcon',
|
|
944
1006
|
package: '@atlaskit/icon/core/device-mobile',
|
|
1007
|
+
oldName: ['mobile'],
|
|
945
1008
|
categorization: 'multi-purpose',
|
|
946
1009
|
usage: 'Multi purpose - Known uses: call, contact us.',
|
|
947
1010
|
team: 'Design System Team',
|
|
@@ -960,6 +1023,7 @@ var metadata = {
|
|
|
960
1023
|
keywords: ['discovery', 'icon', 'discovery', 'note', 'filled', 'onboarding', 'status'],
|
|
961
1024
|
componentName: 'DiscoveryIcon',
|
|
962
1025
|
package: '@atlaskit/icon/core/discovery',
|
|
1026
|
+
oldName: ['editor/note'],
|
|
963
1027
|
replacement: {
|
|
964
1028
|
name: 'status-discovery',
|
|
965
1029
|
location: '@atlaskit/icon'
|
|
@@ -973,6 +1037,7 @@ var metadata = {
|
|
|
973
1037
|
keywords: ['download', 'cloud', 'icon', 'down arrow', 'file download'],
|
|
974
1038
|
componentName: 'DownloadIcon',
|
|
975
1039
|
package: '@atlaskit/icon/core/download',
|
|
1040
|
+
oldName: ['download'],
|
|
976
1041
|
categorization: 'single-purpose',
|
|
977
1042
|
usage: 'Single purpose - Reserved for file downloads.',
|
|
978
1043
|
team: 'Design System Team',
|
|
@@ -992,6 +1057,7 @@ var metadata = {
|
|
|
992
1057
|
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'drag handler', 'reorder', 'move', 'reorder vertical'],
|
|
993
1058
|
componentName: 'DragHandleVerticalIcon',
|
|
994
1059
|
package: '@atlaskit/icon/core/drag-handle-vertical',
|
|
1060
|
+
oldName: ['drag-handler'],
|
|
995
1061
|
categorization: 'single-purpose',
|
|
996
1062
|
usage: 'Reserved for dragging elements along a vertical axis.',
|
|
997
1063
|
team: 'Design System Team',
|
|
@@ -1002,6 +1068,7 @@ var metadata = {
|
|
|
1002
1068
|
keywords: ['edit', 'pencil', 'write', 'icon', 'pencil', 'pencil on page'],
|
|
1003
1069
|
componentName: 'EditIcon',
|
|
1004
1070
|
package: '@atlaskit/icon/core/edit',
|
|
1071
|
+
oldName: ['edit-filled', 'edit', 'editor/edit'],
|
|
1005
1072
|
categorization: 'single-purpose',
|
|
1006
1073
|
usage: 'Single purpose - Reserved for editing objects.',
|
|
1007
1074
|
team: 'Design System Team',
|
|
@@ -1020,6 +1087,7 @@ var metadata = {
|
|
|
1020
1087
|
keywords: ['email', 'icon', 'envelope', 'message'],
|
|
1021
1088
|
componentName: 'EmailIcon',
|
|
1022
1089
|
package: '@atlaskit/icon/core/email',
|
|
1090
|
+
oldName: ['email'],
|
|
1023
1091
|
categorization: 'single-purpose',
|
|
1024
1092
|
usage: 'Single purpose - Reserved for when an email-related things.',
|
|
1025
1093
|
team: 'Design System Team',
|
|
@@ -1029,6 +1097,7 @@ var metadata = {
|
|
|
1029
1097
|
keywords: ['emoji', 'emoticon', 'smiley', 'icon', 'smiley face', 'emoticon'],
|
|
1030
1098
|
componentName: 'EmojiIcon',
|
|
1031
1099
|
package: '@atlaskit/icon/core/emoji',
|
|
1100
|
+
oldName: ['editor/emoji', 'emoji/emoji', 'emoji', 'emoji/people'],
|
|
1032
1101
|
categorization: 'single-purpose',
|
|
1033
1102
|
usage: "Single purpose - Reserved for Editor as a category for Emoji\'s.",
|
|
1034
1103
|
team: 'Design System Team',
|
|
@@ -1038,6 +1107,7 @@ var metadata = {
|
|
|
1038
1107
|
keywords: ['emoji-add', 'emojiadd', 'icon', 'smiley face', 'emoticon', 'plus'],
|
|
1039
1108
|
componentName: 'EmojiAddIcon',
|
|
1040
1109
|
package: '@atlaskit/icon/core/emoji-add',
|
|
1110
|
+
oldName: ['emoji-add'],
|
|
1041
1111
|
categorization: 'single-purpose',
|
|
1042
1112
|
usage: 'Single purpose - Reserved for adding an emoji reaction.',
|
|
1043
1113
|
team: 'Design System Team',
|
|
@@ -1083,6 +1153,7 @@ var metadata = {
|
|
|
1083
1153
|
keywords: ['error', 'warning', 'alert', 'icon', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
|
|
1084
1154
|
componentName: 'ErrorIcon',
|
|
1085
1155
|
package: '@atlaskit/icon/core/error',
|
|
1156
|
+
oldName: ['error'],
|
|
1086
1157
|
replacement: {
|
|
1087
1158
|
name: 'status-error',
|
|
1088
1159
|
location: '@atlaskit/icon'
|
|
@@ -1106,6 +1177,7 @@ var metadata = {
|
|
|
1106
1177
|
keywords: ['expand-horizontal', 'expandhorizontal', 'icon', 'expand', 'width', 'horizontal arrows', 'maximum width', 'stretch', 'fit'],
|
|
1107
1178
|
componentName: 'ExpandHorizontalIcon',
|
|
1108
1179
|
package: '@atlaskit/icon/core/expand-horizontal',
|
|
1180
|
+
oldName: ['editor/media-full-width'],
|
|
1109
1181
|
categorization: 'single-purpose',
|
|
1110
1182
|
usage: 'Single purpose - Reserved for expanding an element to its maximum width.',
|
|
1111
1183
|
team: 'Design System Team',
|
|
@@ -1124,6 +1196,7 @@ var metadata = {
|
|
|
1124
1196
|
keywords: ['eye-open', 'eyeopen', 'icon', 'watch', 'visible', 'visbility', 'permissions'],
|
|
1125
1197
|
componentName: 'EyeOpenIcon',
|
|
1126
1198
|
package: '@atlaskit/icon/core/eye-open',
|
|
1199
|
+
oldName: ['watch'],
|
|
1127
1200
|
categorization: 'multi-purpose',
|
|
1128
1201
|
usage: 'Multi purpose - Known uses: watch page in Confluence, show password in text field, and following in Atlas.',
|
|
1129
1202
|
team: 'Design System Team',
|
|
@@ -1133,6 +1206,7 @@ var metadata = {
|
|
|
1133
1206
|
keywords: ['eye-open-filled', 'eyeopenfilled', 'icon', 'watching', 'visible', 'visbility', 'permissions', 'filled'],
|
|
1134
1207
|
componentName: 'EyeOpenFilledIcon',
|
|
1135
1208
|
package: '@atlaskit/icon/core/eye-open-filled',
|
|
1209
|
+
oldName: ['hipchat/audio-only', 'watch-filled'],
|
|
1136
1210
|
categorization: 'multi-purpose',
|
|
1137
1211
|
usage: 'Multi purpose - Known uses: watched pages in Confluence.',
|
|
1138
1212
|
team: 'Design System Team',
|
|
@@ -1160,6 +1234,7 @@ var metadata = {
|
|
|
1160
1234
|
keywords: ['feedback', 'announce', 'speaker', 'megaphone', 'icon', 'diagonal arrow', 'chat bubble', 'survey', 'critique'],
|
|
1161
1235
|
componentName: 'FeedbackIcon',
|
|
1162
1236
|
package: '@atlaskit/icon/core/feedback',
|
|
1237
|
+
oldName: ['editor/feedback', 'feedback'],
|
|
1163
1238
|
categorization: 'single-purpose',
|
|
1164
1239
|
usage: 'Single purpose - Known uses: customer feedback.',
|
|
1165
1240
|
team: 'Design System Team',
|
|
@@ -1214,6 +1289,7 @@ var metadata = {
|
|
|
1214
1289
|
keywords: ['file', 'document', 'paper', 'page', 'sheet', 'icon', 'document', 'file', 'paper'],
|
|
1215
1290
|
componentName: 'FileIcon',
|
|
1216
1291
|
package: '@atlaskit/icon/core/file',
|
|
1292
|
+
oldName: ['document-filled', 'document', 'editor/file', 'file'],
|
|
1217
1293
|
categorization: 'multi-purpose',
|
|
1218
1294
|
usage: "Multi purpose - Known uses: document, file. Do not use to represent a page — use the dedicated \'Page\' icon instead.",
|
|
1219
1295
|
team: 'Design System Team',
|
|
@@ -1223,6 +1299,7 @@ var metadata = {
|
|
|
1223
1299
|
keywords: ['files', 'icon', 'documents', 'files', 'papers'],
|
|
1224
1300
|
componentName: 'FilesIcon',
|
|
1225
1301
|
package: '@atlaskit/icon/core/files',
|
|
1302
|
+
oldName: ['documents'],
|
|
1226
1303
|
categorization: 'multi-purpose',
|
|
1227
1304
|
usage: "Multi purpose - Known uses: documents, files. Do not use to represent pages — use the dedicated \'Pages\' icon instead.",
|
|
1228
1305
|
team: 'Design System Team',
|
|
@@ -1232,6 +1309,7 @@ var metadata = {
|
|
|
1232
1309
|
keywords: ['filter', 'icon', 'funnel', 'refine'],
|
|
1233
1310
|
componentName: 'FilterIcon',
|
|
1234
1311
|
package: '@atlaskit/icon/core/filter',
|
|
1312
|
+
oldName: ['filter', 'media-services/filter'],
|
|
1235
1313
|
categorization: 'single-purpose',
|
|
1236
1314
|
usage: 'Single purpose - Reserved for filterting data or objects.',
|
|
1237
1315
|
team: 'Design System Team',
|
|
@@ -1241,6 +1319,7 @@ var metadata = {
|
|
|
1241
1319
|
keywords: ['flag', 'icon', 'important', 'emoji category'],
|
|
1242
1320
|
componentName: 'FlagIcon',
|
|
1243
1321
|
package: '@atlaskit/icon/core/flag',
|
|
1322
|
+
oldName: ['emoji/flags'],
|
|
1244
1323
|
categorization: 'multi-purpose',
|
|
1245
1324
|
usage: 'Multi purpose - Known uses: flags in Editor, feature flags.',
|
|
1246
1325
|
team: 'Design System Team',
|
|
@@ -1250,6 +1329,7 @@ var metadata = {
|
|
|
1250
1329
|
keywords: ['flag-filled', 'flagfilled', 'icon', 'flag', 'important', 'filled'],
|
|
1251
1330
|
componentName: 'FlagFilledIcon',
|
|
1252
1331
|
package: '@atlaskit/icon/core/flag-filled',
|
|
1332
|
+
oldName: ['flag-filled'],
|
|
1253
1333
|
categorization: 'multi-purpose',
|
|
1254
1334
|
usage: 'Multi purpose - Known uses: active feature flags.',
|
|
1255
1335
|
team: 'Design System Team',
|
|
@@ -1259,6 +1339,7 @@ var metadata = {
|
|
|
1259
1339
|
keywords: ['flask', 'icon', 'labs', 'test', 'erlenmeyer flask', 'beaker'],
|
|
1260
1340
|
componentName: 'FlaskIcon',
|
|
1261
1341
|
package: '@atlaskit/icon/core/flask',
|
|
1342
|
+
oldName: ['jira/labs'],
|
|
1262
1343
|
categorization: 'multi-purpose',
|
|
1263
1344
|
usage: 'Multi purpose - Known uses: labs in Jira.',
|
|
1264
1345
|
team: 'Design System Team',
|
|
@@ -1277,6 +1358,7 @@ var metadata = {
|
|
|
1277
1358
|
keywords: ['folder-closed', 'folderclosed', 'icon', 'directory'],
|
|
1278
1359
|
componentName: 'FolderClosedIcon',
|
|
1279
1360
|
package: '@atlaskit/icon/core/folder-closed',
|
|
1361
|
+
oldName: ['folder'],
|
|
1280
1362
|
categorization: 'single-purpose',
|
|
1281
1363
|
usage: 'Single purpose - Reserved for folders in Confluence.',
|
|
1282
1364
|
team: 'Design System Team',
|
|
@@ -1304,6 +1386,7 @@ var metadata = {
|
|
|
1304
1386
|
keywords: ['fullscreen-enter', 'fullscreenenter', 'icon', 'full screen'],
|
|
1305
1387
|
componentName: 'FullscreenEnterIcon',
|
|
1306
1388
|
package: '@atlaskit/icon/core/fullscreen-enter',
|
|
1389
|
+
oldName: ['vid-full-screen-on'],
|
|
1307
1390
|
categorization: 'single-purpose',
|
|
1308
1391
|
usage: 'Single purpose - Reserved for full screen videos or objects.',
|
|
1309
1392
|
team: 'Design System Team',
|
|
@@ -1313,6 +1396,7 @@ var metadata = {
|
|
|
1313
1396
|
keywords: ['fullscreen-exit', 'fullscreenexit', 'icon', 'un-full screen', 'un-fullscreen'],
|
|
1314
1397
|
componentName: 'FullscreenExitIcon',
|
|
1315
1398
|
package: '@atlaskit/icon/core/fullscreen-exit',
|
|
1399
|
+
oldName: ['media-services/full-screen'],
|
|
1316
1400
|
categorization: 'single-purpose',
|
|
1317
1401
|
usage: 'Single purpose - Reserved for return screen videos or objects.',
|
|
1318
1402
|
team: 'Design System Team',
|
|
@@ -1331,6 +1415,7 @@ var metadata = {
|
|
|
1331
1415
|
keywords: ['globe', 'icon', 'world'],
|
|
1332
1416
|
componentName: 'GlobeIcon',
|
|
1333
1417
|
package: '@atlaskit/icon/core/globe',
|
|
1418
|
+
oldName: ['world', 'world-small'],
|
|
1334
1419
|
categorization: 'multi-purpose',
|
|
1335
1420
|
usage: 'Multi purpose - Known uses: public link in Confluence share dialog, global rules in Automation.',
|
|
1336
1421
|
team: 'Design System Team',
|
|
@@ -1349,6 +1434,7 @@ var metadata = {
|
|
|
1349
1434
|
keywords: ['grid', 'icon', 'view all content', 'tile view', 'layout', 'grid', 'tiles'],
|
|
1350
1435
|
componentName: 'GridIcon',
|
|
1351
1436
|
package: '@atlaskit/icon/core/grid',
|
|
1437
|
+
oldName: ['editor/table', 'media-services/grid', 'table'],
|
|
1352
1438
|
categorization: 'multi-purpose',
|
|
1353
1439
|
usage: 'Multi purpose - Known uses: spaces in Confluence, and grid view, all content in Confluence.',
|
|
1354
1440
|
team: 'Design System Team',
|
|
@@ -1358,6 +1444,7 @@ var metadata = {
|
|
|
1358
1444
|
keywords: ['grow-diagonal', 'growdiagonal', 'icon', 'grow', 'width and height', 'diagonal arrows'],
|
|
1359
1445
|
componentName: 'GrowDiagonalIcon',
|
|
1360
1446
|
package: '@atlaskit/icon/core/grow-diagonal',
|
|
1447
|
+
oldName: ['media-services/actual-size'],
|
|
1361
1448
|
categorization: 'single-purpose',
|
|
1362
1449
|
usage: 'Single purpose - Reserved for increasing the size of an element when height and width are changed concurrently.',
|
|
1363
1450
|
team: 'Design System Team',
|
|
@@ -1367,6 +1454,7 @@ var metadata = {
|
|
|
1367
1454
|
keywords: ['grow-horizontal', 'growhorizontal', 'icon', 'grow', 'width', 'horizontal arrows'],
|
|
1368
1455
|
componentName: 'GrowHorizontalIcon',
|
|
1369
1456
|
package: '@atlaskit/icon/core/grow-horizontal',
|
|
1457
|
+
oldName: ['editor/expand'],
|
|
1370
1458
|
categorization: 'single-purpose',
|
|
1371
1459
|
usage: 'Single purpose - Reserved for increasing the width of an element.',
|
|
1372
1460
|
team: 'Design System Team',
|
|
@@ -1403,6 +1491,7 @@ var metadata = {
|
|
|
1403
1491
|
keywords: ['heart', 'icon', 'like', 'love', 'emoji category'],
|
|
1404
1492
|
componentName: 'HeartIcon',
|
|
1405
1493
|
package: '@atlaskit/icon/core/heart',
|
|
1494
|
+
oldName: ['emoji/symbols'],
|
|
1406
1495
|
categorization: 'multi-purpose',
|
|
1407
1496
|
usage: 'Multi purpose - Known uses: emoji symbols in Editor.',
|
|
1408
1497
|
team: 'Design System Team',
|
|
@@ -1421,6 +1510,7 @@ var metadata = {
|
|
|
1421
1510
|
keywords: ['home', 'icon', 'house', 'building'],
|
|
1422
1511
|
componentName: 'HomeIcon',
|
|
1423
1512
|
package: '@atlaskit/icon/core/home',
|
|
1513
|
+
oldName: ['home-circle', 'home'],
|
|
1424
1514
|
categorization: 'single-purpose',
|
|
1425
1515
|
usage: 'Single purpose - Reserved for home in navigation. When a user clicks on this, they should return to the homepage.',
|
|
1426
1516
|
team: 'Design System Team',
|
|
@@ -1430,6 +1520,7 @@ var metadata = {
|
|
|
1430
1520
|
keywords: ['image', 'picture', 'photo', 'icon', 'picture', 'asset'],
|
|
1431
1521
|
componentName: 'ImageIcon',
|
|
1432
1522
|
package: '@atlaskit/icon/core/image',
|
|
1523
|
+
oldName: ['editor/image', 'image', 'media-services/image', 'media-services/scale-large', 'media-services/scale-small'],
|
|
1433
1524
|
categorization: 'multi-purpose',
|
|
1434
1525
|
usage: 'Multi purpose - Known uses: images, image upload.',
|
|
1435
1526
|
team: 'Design System Team',
|
|
@@ -1466,6 +1557,7 @@ var metadata = {
|
|
|
1466
1557
|
keywords: ['inbox', 'icon', 'document tray', 'work', 'letter', 'post'],
|
|
1467
1558
|
componentName: 'InboxIcon',
|
|
1468
1559
|
package: '@atlaskit/icon/core/inbox',
|
|
1560
|
+
oldName: ['tray'],
|
|
1469
1561
|
categorization: 'multi-purpose',
|
|
1470
1562
|
usage: "Multi purpose - Known uses: \'Your work\' in Confluence, inbox, mail.",
|
|
1471
1563
|
team: 'Design System Team',
|
|
@@ -1484,6 +1576,7 @@ var metadata = {
|
|
|
1484
1576
|
keywords: ['information', 'icon', 'info', 'filled', 'status', 'information'],
|
|
1485
1577
|
componentName: 'InformationIcon',
|
|
1486
1578
|
package: '@atlaskit/icon/core/information',
|
|
1579
|
+
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
1487
1580
|
replacement: {
|
|
1488
1581
|
name: 'status-information',
|
|
1489
1582
|
location: '@atlaskit/icon'
|
|
@@ -1516,6 +1609,7 @@ var metadata = {
|
|
|
1516
1609
|
keywords: ['layout-one-column', 'layoutonecolumn', 'icon', 'layout', 'column', '1 col'],
|
|
1517
1610
|
componentName: 'LayoutOneColumnIcon',
|
|
1518
1611
|
package: '@atlaskit/icon/core/layout-one-column',
|
|
1612
|
+
oldName: ['editor/layout-single'],
|
|
1519
1613
|
categorization: 'single-purpose',
|
|
1520
1614
|
usage: 'Reserved for single column layout option in Confluence Editor',
|
|
1521
1615
|
team: 'Design System Team',
|
|
@@ -1525,6 +1619,7 @@ var metadata = {
|
|
|
1525
1619
|
keywords: ['layout-three-columns', 'layoutthreecolumns', 'icon', 'layout', 'columns', '3 col', '3 cols'],
|
|
1526
1620
|
componentName: 'LayoutThreeColumnsIcon',
|
|
1527
1621
|
package: '@atlaskit/icon/core/layout-three-columns',
|
|
1622
|
+
oldName: ['editor/layout-three-equal'],
|
|
1528
1623
|
categorization: 'single-purpose',
|
|
1529
1624
|
usage: 'Single purpose - Reserved for 3 column layout option in Confluence Editor.',
|
|
1530
1625
|
team: 'Design System Team',
|
|
@@ -1534,6 +1629,7 @@ var metadata = {
|
|
|
1534
1629
|
keywords: ['layout-three-columns-sidebars', 'layoutthreecolumnssidebars', 'icon', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
|
|
1535
1630
|
componentName: 'LayoutThreeColumnsSidebarsIcon',
|
|
1536
1631
|
package: '@atlaskit/icon/core/layout-three-columns-sidebars',
|
|
1632
|
+
oldName: ['editor/layout-three-with-sidebars'],
|
|
1537
1633
|
categorization: 'single-purpose',
|
|
1538
1634
|
usage: 'Single purpose - Reserved for 3 column layout with left and right sidebars option in Confluence Editor.',
|
|
1539
1635
|
team: 'Design System Team',
|
|
@@ -1543,6 +1639,7 @@ var metadata = {
|
|
|
1543
1639
|
keywords: ['layout-two-columns', 'layouttwocolumns', 'icon', 'layout', 'columns', '2 col', '2 cols'],
|
|
1544
1640
|
componentName: 'LayoutTwoColumnsIcon',
|
|
1545
1641
|
package: '@atlaskit/icon/core/layout-two-columns',
|
|
1642
|
+
oldName: ['editor/layout-two-equal'],
|
|
1546
1643
|
categorization: 'single-purpose',
|
|
1547
1644
|
usage: 'Single purpose - Reserved for 2 column layout option in Confluence Editor.',
|
|
1548
1645
|
team: 'Design System Team',
|
|
@@ -1552,6 +1649,7 @@ var metadata = {
|
|
|
1552
1649
|
keywords: ['layout-two-columns-sidebar-left', 'layouttwocolumnssidebarleft', 'icon', 'layout', 'columns', '2 col', '2 cols', 'sidebar', 'aside'],
|
|
1553
1650
|
componentName: 'LayoutTwoColumnsSidebarLeftIcon',
|
|
1554
1651
|
package: '@atlaskit/icon/core/layout-two-columns-sidebar-left',
|
|
1652
|
+
oldName: ['editor/layout-two-left-sidebar'],
|
|
1555
1653
|
categorization: 'single-purpose',
|
|
1556
1654
|
usage: 'Single purpose - Reserved for 2 column layout with left sidebar option in Confluence Editor.',
|
|
1557
1655
|
team: 'Design System Team',
|
|
@@ -1561,6 +1659,7 @@ var metadata = {
|
|
|
1561
1659
|
keywords: ['layout-two-columns-sidebar-right', 'layouttwocolumnssidebarright', 'icon', 'layout', 'columns', '2 col', '2 cols', 'sidebar', 'aside'],
|
|
1562
1660
|
componentName: 'LayoutTwoColumnsSidebarRightIcon',
|
|
1563
1661
|
package: '@atlaskit/icon/core/layout-two-columns-sidebar-right',
|
|
1662
|
+
oldName: ['editor/layout-two-right-sidebar'],
|
|
1564
1663
|
categorization: 'single-purpose',
|
|
1565
1664
|
usage: 'Single purpose - Reserved for 2 column layout with right sidebar option in Confluence Editor.',
|
|
1566
1665
|
team: 'Design System Team',
|
|
@@ -1579,6 +1678,7 @@ var metadata = {
|
|
|
1579
1678
|
keywords: ['lightbulb', 'idea', 'hint', 'icon', 'idea', 'initiative', 'tip', 'learnings'],
|
|
1580
1679
|
componentName: 'LightbulbIcon',
|
|
1581
1680
|
package: '@atlaskit/icon/core/lightbulb',
|
|
1681
|
+
oldName: ['editor/hint', 'emoji/objects', 'lightbulb-filled', 'lightbulb'],
|
|
1582
1682
|
categorization: 'multi-purpose',
|
|
1583
1683
|
usage: 'Known uses: learnings in Atlas.',
|
|
1584
1684
|
team: 'Design System Team',
|
|
@@ -1588,6 +1688,7 @@ var metadata = {
|
|
|
1588
1688
|
keywords: ['link', 'icon', 'url', 'hyperlink', 'website', 'www', 'http', ''],
|
|
1589
1689
|
componentName: 'LinkIcon',
|
|
1590
1690
|
package: '@atlaskit/icon/core/link',
|
|
1691
|
+
oldName: ['editor/link', 'link-filled', 'link'],
|
|
1591
1692
|
categorization: 'single-purpose',
|
|
1592
1693
|
usage: 'Single purpose - Reserved for links, urls, or copy link.',
|
|
1593
1694
|
team: 'Design System Team',
|
|
@@ -1597,6 +1698,7 @@ var metadata = {
|
|
|
1597
1698
|
keywords: ['link-broken', 'linkbroken', 'icon', 'unlink', 'remove link', 'break link', 'url', 'hyperlink', 'website', 'www', 'https'],
|
|
1598
1699
|
componentName: 'LinkBrokenIcon',
|
|
1599
1700
|
package: '@atlaskit/icon/core/link-broken',
|
|
1701
|
+
oldName: ['editor/unlink', 'unlink'],
|
|
1600
1702
|
categorization: 'single-purpose',
|
|
1601
1703
|
usage: 'Single purpose - Reserved for removing a link.',
|
|
1602
1704
|
team: 'Design System Team',
|
|
@@ -1606,6 +1708,7 @@ var metadata = {
|
|
|
1606
1708
|
keywords: ['link-external', 'linkexternal', 'icon', 'new tab', 'new window', 'open in', 'url', 'hyperlink', 'www', 'http', 'https', 'website', 'external', 'shortcut', 'diagonal arrow', 'offsite'],
|
|
1607
1709
|
componentName: 'LinkExternalIcon',
|
|
1608
1710
|
package: '@atlaskit/icon/core/link-external',
|
|
1711
|
+
oldName: ['shortcut'],
|
|
1609
1712
|
categorization: 'single-purpose',
|
|
1610
1713
|
usage: 'Single purpose - Reserved for links that open up a new tab.',
|
|
1611
1714
|
team: 'Design System Team',
|
|
@@ -1615,6 +1718,7 @@ var metadata = {
|
|
|
1615
1718
|
keywords: ['list-bulleted', 'listbulleted', 'icon', 'bullets', 'unordered list'],
|
|
1616
1719
|
componentName: 'ListBulletedIcon',
|
|
1617
1720
|
package: '@atlaskit/icon/core/list-bulleted',
|
|
1721
|
+
oldName: ['bullet-list', 'editor/bullet-list'],
|
|
1618
1722
|
categorization: 'multi-purpose',
|
|
1619
1723
|
usage: 'Multi purpose - Known uses: bulleted lists, view all.',
|
|
1620
1724
|
team: 'Design System Team',
|
|
@@ -1633,6 +1737,7 @@ var metadata = {
|
|
|
1633
1737
|
keywords: ['list-numbered', 'listnumbered', 'icon', 'list', 'numbers'],
|
|
1634
1738
|
componentName: 'ListNumberedIcon',
|
|
1635
1739
|
package: '@atlaskit/icon/core/list-numbered',
|
|
1740
|
+
oldName: ['editor/number-list'],
|
|
1636
1741
|
categorization: 'multi-purpose',
|
|
1637
1742
|
usage: 'Multi purpose - Known usages: Numbered list in Confluence Editor.',
|
|
1638
1743
|
team: 'Design System Team',
|
|
@@ -1642,6 +1747,7 @@ var metadata = {
|
|
|
1642
1747
|
keywords: ['lobby-bell', 'lobbybell', 'icon', 'ding', 'risks'],
|
|
1643
1748
|
componentName: 'LobbyBellIcon',
|
|
1644
1749
|
package: '@atlaskit/icon/core/lobby-bell',
|
|
1750
|
+
oldName: ['hipchat/lobby'],
|
|
1645
1751
|
categorization: 'multi-purpose',
|
|
1646
1752
|
usage: 'Multi purpose - Known uses: risks in Atlas.',
|
|
1647
1753
|
team: 'Design System Team',
|
|
@@ -1651,6 +1757,7 @@ var metadata = {
|
|
|
1651
1757
|
keywords: ['location', 'pin', 'gps', 'map', 'icon', 'map', 'pin', 'address'],
|
|
1652
1758
|
componentName: 'LocationIcon',
|
|
1653
1759
|
package: '@atlaskit/icon/core/location',
|
|
1760
|
+
oldName: ['location'],
|
|
1654
1761
|
categorization: 'multi-purpose',
|
|
1655
1762
|
usage: 'Multi purpose - Known uses: location in Atlas.',
|
|
1656
1763
|
team: 'Design System Team',
|
|
@@ -1660,6 +1767,7 @@ var metadata = {
|
|
|
1660
1767
|
keywords: ['lock-locked', 'locklocked', 'icon', 'permissions', 'no access', 'restricted', 'security', 'secure', 'forbidden', 'authentication'],
|
|
1661
1768
|
componentName: 'LockLockedIcon',
|
|
1662
1769
|
package: '@atlaskit/icon/core/lock-locked',
|
|
1770
|
+
oldName: ['lock-circle', 'lock-filled', 'lock', 'unlock-circle'],
|
|
1663
1771
|
categorization: 'multi-purpose',
|
|
1664
1772
|
usage: 'Multi purpose - Known uses: secure password in textfields, locked page in Confluence.',
|
|
1665
1773
|
team: 'Design System Team',
|
|
@@ -1669,6 +1777,7 @@ var metadata = {
|
|
|
1669
1777
|
keywords: ['lock-unlocked', 'lockunlocked', 'icon', 'open permissions', 'unrestricted access', 'security', 'insecure', 'authentication'],
|
|
1670
1778
|
componentName: 'LockUnlockedIcon',
|
|
1671
1779
|
package: '@atlaskit/icon/core/lock-unlocked',
|
|
1780
|
+
oldName: ['unlock-filled', 'unlock'],
|
|
1672
1781
|
categorization: 'multi-purpose',
|
|
1673
1782
|
usage: 'Multi purpose - Known uses: unlocked page in Confluence.',
|
|
1674
1783
|
team: 'Design System Team',
|
|
@@ -1678,6 +1787,7 @@ var metadata = {
|
|
|
1678
1787
|
keywords: ['log-in', 'login', 'icon', 'sign in', 'enter', 'account'],
|
|
1679
1788
|
componentName: 'LogInIcon',
|
|
1680
1789
|
package: '@atlaskit/icon/core/log-in',
|
|
1790
|
+
oldName: ['sign-in'],
|
|
1681
1791
|
categorization: 'single-purpose',
|
|
1682
1792
|
usage: 'Single purpose - Reserved for log in.',
|
|
1683
1793
|
team: 'Design System Team',
|
|
@@ -1687,6 +1797,7 @@ var metadata = {
|
|
|
1687
1797
|
keywords: ['log-out', 'logout', 'icon', 'sign out', 'exit', 'account'],
|
|
1688
1798
|
componentName: 'LogOutIcon',
|
|
1689
1799
|
package: '@atlaskit/icon/core/log-out',
|
|
1800
|
+
oldName: ['sign-out'],
|
|
1690
1801
|
categorization: 'single-purpose',
|
|
1691
1802
|
usage: 'Single purpose - Reserved for log out.',
|
|
1692
1803
|
team: 'Design System Team',
|
|
@@ -1714,6 +1825,7 @@ var metadata = {
|
|
|
1714
1825
|
keywords: ['marketplace', 'store', 'shop', 'icon', 'app store', 'storefront', 'stand', 'third-party developer'],
|
|
1715
1826
|
componentName: 'MarketplaceIcon',
|
|
1716
1827
|
package: '@atlaskit/icon/core/marketplace',
|
|
1828
|
+
oldName: ['marketplace'],
|
|
1717
1829
|
categorization: 'single-purpose',
|
|
1718
1830
|
usage: 'Single purpose - Reserved for Atlassian Marketplace.',
|
|
1719
1831
|
team: 'Design System Team',
|
|
@@ -1723,6 +1835,7 @@ var metadata = {
|
|
|
1723
1835
|
keywords: ['maximize', 'icon', 'diagonal', 'resize', 'enlarge'],
|
|
1724
1836
|
componentName: 'MaximizeIcon',
|
|
1725
1837
|
package: '@atlaskit/icon/core/maximize',
|
|
1838
|
+
oldName: ['editor/image-resize', 'image-resize', 'media-services/actual-size'],
|
|
1726
1839
|
categorization: 'single-purpose',
|
|
1727
1840
|
usage: 'Single purpose - Reserved for resizing screens, panels, modals, or media to its maximum size.',
|
|
1728
1841
|
team: 'Design System Team',
|
|
@@ -1741,6 +1854,7 @@ var metadata = {
|
|
|
1741
1854
|
keywords: ['mention', 'user', 'person', '@', 'icon', 'at symbol', '@', 'tag', 'username'],
|
|
1742
1855
|
componentName: 'MentionIcon',
|
|
1743
1856
|
package: '@atlaskit/icon/core/mention',
|
|
1857
|
+
oldName: ['editor/mention'],
|
|
1744
1858
|
categorization: 'single-purpose',
|
|
1745
1859
|
usage: 'Single purpose - Reserved for user mentions.',
|
|
1746
1860
|
team: 'Design System Team',
|
|
@@ -1750,6 +1864,7 @@ var metadata = {
|
|
|
1750
1864
|
keywords: ['menu', 'hamburger', 'navigation', 'switcher', 'app switcher', 'icon', 'menu', 'top navigation', '3 lines', 'hamburger'],
|
|
1751
1865
|
componentName: 'MenuIcon',
|
|
1752
1866
|
package: '@atlaskit/icon/core/menu',
|
|
1867
|
+
oldName: ['menu-expand', 'menu'],
|
|
1753
1868
|
categorization: 'single-purpose',
|
|
1754
1869
|
usage: 'Single purpose - Reserved for accessing the menu in global app navigation.',
|
|
1755
1870
|
team: 'Design System Team',
|
|
@@ -1777,6 +1892,7 @@ var metadata = {
|
|
|
1777
1892
|
keywords: ['microphone', 'icon', 'mic', 'mic on', 'voice', 'speak'],
|
|
1778
1893
|
componentName: 'MicrophoneIcon',
|
|
1779
1894
|
package: '@atlaskit/icon/core/microphone',
|
|
1895
|
+
oldName: ['vid-audio-on'],
|
|
1780
1896
|
categorization: 'multi-purpose',
|
|
1781
1897
|
usage: 'Multi purpose - Known uses: record sounds in Trello.',
|
|
1782
1898
|
team: 'Design System Team',
|
|
@@ -1786,6 +1902,7 @@ var metadata = {
|
|
|
1786
1902
|
keywords: ['minimize', 'icon', 'minimize', 'dock'],
|
|
1787
1903
|
componentName: 'MinimizeIcon',
|
|
1788
1904
|
package: '@atlaskit/icon/core/minimize',
|
|
1905
|
+
oldName: ['media-services/fit-to-page', 'vid-full-screen-off'],
|
|
1789
1906
|
categorization: 'single-purpose',
|
|
1790
1907
|
usage: 'Single purpose - Reserved for minimizing or docking modals to the bottom of the viewport.',
|
|
1791
1908
|
team: 'Design System Team',
|
|
@@ -1795,6 +1912,7 @@ var metadata = {
|
|
|
1795
1912
|
keywords: ['minus', 'icon', 'rule', 'horizontal line', 'divider', 'minus', 'subtract'],
|
|
1796
1913
|
componentName: 'MinusIcon',
|
|
1797
1914
|
package: '@atlaskit/icon/core/minus',
|
|
1915
|
+
oldName: ['editor/divider', 'editor/horizontal-rule'],
|
|
1798
1916
|
categorization: 'multi-purpose',
|
|
1799
1917
|
usage: 'Multi purpose - Known uses: horizontal rule in Editor.',
|
|
1800
1918
|
team: 'Design System Team',
|
|
@@ -1831,6 +1949,7 @@ var metadata = {
|
|
|
1831
1949
|
keywords: ['notification', 'bell', 'alarm', 'icon', 'bell', 'alert'],
|
|
1832
1950
|
componentName: 'NotificationIcon',
|
|
1833
1951
|
package: '@atlaskit/icon/core/notification',
|
|
1952
|
+
oldName: ['notification-direct', 'notification'],
|
|
1834
1953
|
categorization: 'single-purpose',
|
|
1835
1954
|
usage: 'Single purpose - Reserved for notifications within global app navigation and within app screens.',
|
|
1836
1955
|
team: 'Design System Team',
|
|
@@ -1858,6 +1977,7 @@ var metadata = {
|
|
|
1858
1977
|
keywords: ['office-building', 'officebuilding', 'icon', 'organization', 'organisation', 'business'],
|
|
1859
1978
|
componentName: 'OfficeBuildingIcon',
|
|
1860
1979
|
package: '@atlaskit/icon/core/office-building',
|
|
1980
|
+
oldName: ['office-building-filled', 'office-building'],
|
|
1861
1981
|
categorization: 'multi-purpose',
|
|
1862
1982
|
usage: 'Multi purpose - Known uses: office in Atlas, company.',
|
|
1863
1983
|
team: 'Design System Team',
|
|
@@ -1867,6 +1987,7 @@ var metadata = {
|
|
|
1867
1987
|
keywords: ['on-call', 'oncall', 'icon', 'phone', 'on-call', 'support'],
|
|
1868
1988
|
componentName: 'OnCallIcon',
|
|
1869
1989
|
package: '@atlaskit/icon/core/on-call',
|
|
1990
|
+
oldName: ['hipchat/dial-out'],
|
|
1870
1991
|
categorization: 'single-purpose',
|
|
1871
1992
|
usage: 'Single purpose - Reserved for representing on-call across Atlassian apps.',
|
|
1872
1993
|
team: 'Design System Team',
|
|
@@ -1885,6 +2006,7 @@ var metadata = {
|
|
|
1885
2006
|
keywords: ['page', 'file', 'document', 'icon', 'single page', 'feed', 'document', 'jira status'],
|
|
1886
2007
|
componentName: 'PageIcon',
|
|
1887
2008
|
package: '@atlaskit/icon/core/page',
|
|
2009
|
+
oldName: ['document-filled', 'document', 'editor/note', 'media-services/document', 'page-filled', 'page'],
|
|
1888
2010
|
categorization: 'single-purpose',
|
|
1889
2011
|
usage: 'Single purpose - Reserved for pages in Confluence.',
|
|
1890
2012
|
team: 'Design System Team',
|
|
@@ -1894,6 +2016,7 @@ var metadata = {
|
|
|
1894
2016
|
keywords: ['pages', 'icon', 'multiple pages', 'feeds', 'documents'],
|
|
1895
2017
|
componentName: 'PagesIcon',
|
|
1896
2018
|
package: '@atlaskit/icon/core/pages',
|
|
2019
|
+
oldName: ['documents', 'queues'],
|
|
1897
2020
|
categorization: 'single-purpose',
|
|
1898
2021
|
usage: 'Single purpose - Reserved for multipe pages in Confluence.',
|
|
1899
2022
|
team: 'Design System Team',
|
|
@@ -1903,6 +2026,7 @@ var metadata = {
|
|
|
1903
2026
|
keywords: ['paint-bucket', 'paintbucket', 'icon', 'paint', 'bucket', 'fill', 'background', 'customize'],
|
|
1904
2027
|
componentName: 'PaintBucketIcon',
|
|
1905
2028
|
package: '@atlaskit/icon/core/paint-bucket',
|
|
2029
|
+
oldName: ['editor/background-color'],
|
|
1906
2030
|
categorization: 'multi-purpose',
|
|
1907
2031
|
usage: 'Multi purpose - Known usages: Customize fill color.',
|
|
1908
2032
|
team: 'Design System Team',
|
|
@@ -1930,6 +2054,7 @@ var metadata = {
|
|
|
1930
2054
|
keywords: ['panel-right', 'panelright', 'icon', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
|
|
1931
2055
|
componentName: 'PanelRightIcon',
|
|
1932
2056
|
package: '@atlaskit/icon/core/panel-right',
|
|
2057
|
+
oldName: ['detail-view', 'room-menu'],
|
|
1933
2058
|
categorization: 'single-purpose',
|
|
1934
2059
|
usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
|
|
1935
2060
|
team: 'Design System Team',
|
|
@@ -1948,6 +2073,7 @@ var metadata = {
|
|
|
1948
2073
|
keywords: ['people-group', 'peoplegroup', 'person', 'user', 'group', 'icon', 'users', 'customers', 'people'],
|
|
1949
2074
|
componentName: 'PeopleGroupIcon',
|
|
1950
2075
|
package: '@atlaskit/icon/core/people-group',
|
|
2076
|
+
oldName: ['people-group', 'people'],
|
|
1951
2077
|
categorization: 'single-purpose',
|
|
1952
2078
|
usage: 'Single purpose - Known uses: representing a group or collection of people or users.',
|
|
1953
2079
|
team: 'Design System Team',
|
|
@@ -1957,6 +2083,7 @@ var metadata = {
|
|
|
1957
2083
|
keywords: ['person', 'person', 'user', 'avatar', 'icon', 'user', 'customer'],
|
|
1958
2084
|
componentName: 'PersonIcon',
|
|
1959
2085
|
package: '@atlaskit/icon/core/person',
|
|
2086
|
+
oldName: ['person'],
|
|
1960
2087
|
categorization: 'single-purpose',
|
|
1961
2088
|
usage: 'Single purpose - Known uses: representing a person or user, owner, contributor.',
|
|
1962
2089
|
team: 'Design System Team',
|
|
@@ -1966,6 +2093,7 @@ var metadata = {
|
|
|
1966
2093
|
keywords: ['person-add', 'personadd', 'icon', 'user', 'customer', 'plus'],
|
|
1967
2094
|
componentName: 'PersonAddIcon',
|
|
1968
2095
|
package: '@atlaskit/icon/core/person-add',
|
|
2096
|
+
oldName: ['invite-team'],
|
|
1969
2097
|
categorization: 'single-purpose',
|
|
1970
2098
|
usage: 'Single purpose - Reserved for adding a user to an object.',
|
|
1971
2099
|
team: 'Design System Team',
|
|
@@ -1975,6 +2103,7 @@ var metadata = {
|
|
|
1975
2103
|
keywords: ['person-added', 'personadded', 'icon', 'user', 'customer', 'check', 'tick'],
|
|
1976
2104
|
componentName: 'PersonAddedIcon',
|
|
1977
2105
|
package: '@atlaskit/icon/core/person-added',
|
|
2106
|
+
oldName: ['app-access', 'person-with-tick'],
|
|
1978
2107
|
categorization: 'single-purpose',
|
|
1979
2108
|
usage: 'Single purpose - Reserved for a user added to an object.',
|
|
1980
2109
|
team: 'Design System Team',
|
|
@@ -1984,6 +2113,7 @@ var metadata = {
|
|
|
1984
2113
|
keywords: ['person-avatar', 'personavatar', 'icon', 'user', 'customer'],
|
|
1985
2114
|
componentName: 'PersonAvatarIcon',
|
|
1986
2115
|
package: '@atlaskit/icon/core/person-avatar',
|
|
2116
|
+
oldName: ['person-circle', 'user-avatar-circle'],
|
|
1987
2117
|
categorization: 'single-purpose',
|
|
1988
2118
|
usage: 'Single purpose - Reserved for user avatar.',
|
|
1989
2119
|
team: 'Design System Team',
|
|
@@ -1993,6 +2123,7 @@ var metadata = {
|
|
|
1993
2123
|
keywords: ['person-offboard', 'personoffboard', 'icon', 'user', 'customer', 'right arrow'],
|
|
1994
2124
|
componentName: 'PersonOffboardIcon',
|
|
1995
2125
|
package: '@atlaskit/icon/core/person-offboard',
|
|
2126
|
+
oldName: ['followers'],
|
|
1996
2127
|
categorization: 'single-purpose',
|
|
1997
2128
|
usage: '📦 @atlaskit/icon/core/person-offboard',
|
|
1998
2129
|
team: 'Design System Team',
|
|
@@ -2020,6 +2151,7 @@ var metadata = {
|
|
|
2020
2151
|
keywords: ['phone', 'icon', 'call', 'dial out'],
|
|
2021
2152
|
componentName: 'PhoneIcon',
|
|
2022
2153
|
package: '@atlaskit/icon/core/phone',
|
|
2154
|
+
oldName: ['hipchat/dial-out'],
|
|
2023
2155
|
categorization: 'multi-purpose',
|
|
2024
2156
|
usage: 'Multi purpose - Known uses: call us, phone number input.',
|
|
2025
2157
|
team: 'Design System Team',
|
|
@@ -2047,6 +2179,7 @@ var metadata = {
|
|
|
2047
2179
|
keywords: ['plus-square', 'plussquare', 'icon', 'square', 'plus', 'add', 'work type'],
|
|
2048
2180
|
componentName: 'PlusSquareIcon',
|
|
2049
2181
|
package: '@atlaskit/icon/core/plus-square',
|
|
2182
|
+
oldName: ['issue-raise'],
|
|
2050
2183
|
categorization: 'multi-purpose',
|
|
2051
2184
|
usage: "Known usages: \'New feature\' work type.",
|
|
2052
2185
|
team: 'Design System Team',
|
|
@@ -2065,6 +2198,7 @@ var metadata = {
|
|
|
2065
2198
|
keywords: ['premium', 'icon', 'AI', 'sparkles', 'stars', 'new', 'feature'],
|
|
2066
2199
|
componentName: 'PremiumIcon',
|
|
2067
2200
|
package: '@atlaskit/icon/core/premium',
|
|
2201
|
+
oldName: ['premium'],
|
|
2068
2202
|
categorization: 'single-purpose',
|
|
2069
2203
|
usage: 'Single purpose - Reserved for premium features.',
|
|
2070
2204
|
team: 'Design System Team',
|
|
@@ -2218,6 +2352,7 @@ var metadata = {
|
|
|
2218
2352
|
keywords: ['pull-request', 'pullrequest', 'icon', 'git pull request', 'bitbucket pull request', 'jira status'],
|
|
2219
2353
|
componentName: 'PullRequestIcon',
|
|
2220
2354
|
package: '@atlaskit/icon/core/pull-request',
|
|
2355
|
+
oldName: ['bitbucket/pullrequests'],
|
|
2221
2356
|
categorization: 'single-purpose',
|
|
2222
2357
|
usage: 'Single purpose - Reserved for pull requests.',
|
|
2223
2358
|
team: 'Design System Team',
|
|
@@ -2236,6 +2371,7 @@ var metadata = {
|
|
|
2236
2371
|
keywords: ['question-circle', 'questioncircle', 'help', 'icon', 'help', 'answers', 'faq', 'jira status'],
|
|
2237
2372
|
componentName: 'QuestionCircleIcon',
|
|
2238
2373
|
package: '@atlaskit/icon/core/question-circle',
|
|
2374
|
+
oldName: ['editor/help', 'question-circle', 'question'],
|
|
2239
2375
|
categorization: 'multi-purpose',
|
|
2240
2376
|
usage: 'Multi purpose - Known uses: help, tip.',
|
|
2241
2377
|
team: 'Design System Team',
|
|
@@ -2245,6 +2381,7 @@ var metadata = {
|
|
|
2245
2381
|
keywords: ['quotation-mark', 'quotationmark', 'icon', 'quote', 'testimonial', 'blockquote', 'jira status'],
|
|
2246
2382
|
componentName: 'QuotationMarkIcon',
|
|
2247
2383
|
package: '@atlaskit/icon/core/quotation-mark',
|
|
2384
|
+
oldName: ['editor/quote', 'quote'],
|
|
2248
2385
|
categorization: 'multi-purpose',
|
|
2249
2386
|
usage: 'Multi purpose - Known uses: blockquote, comment, testimonial, blogs in Confluence.',
|
|
2250
2387
|
team: 'Design System Team',
|
|
@@ -2254,6 +2391,7 @@ var metadata = {
|
|
|
2254
2391
|
keywords: ['radio-checked', 'radiochecked', 'icon', 'radio', 'input type', 'selected'],
|
|
2255
2392
|
componentName: 'RadioCheckedIcon',
|
|
2256
2393
|
package: '@atlaskit/icon/core/radio-checked',
|
|
2394
|
+
oldName: ['radio'],
|
|
2257
2395
|
categorization: 'single-purpose',
|
|
2258
2396
|
usage: 'Reserved for the selected state of radio controls.',
|
|
2259
2397
|
team: 'Design System Team',
|
|
@@ -2263,6 +2401,7 @@ var metadata = {
|
|
|
2263
2401
|
keywords: ['radio-unchecked', 'radiounchecked', 'icon', 'radio', 'input type', 'unselected'],
|
|
2264
2402
|
componentName: 'RadioUncheckedIcon',
|
|
2265
2403
|
package: '@atlaskit/icon/core/radio-unchecked',
|
|
2404
|
+
oldName: ['media-services/preselected'],
|
|
2266
2405
|
categorization: 'single-purpose',
|
|
2267
2406
|
usage: 'Reserved for the unselected state of radio controls.',
|
|
2268
2407
|
team: 'Design System Team',
|
|
@@ -2272,6 +2411,7 @@ var metadata = {
|
|
|
2272
2411
|
keywords: ['redo', 'icon', 'editor', 'redo', 'backwards'],
|
|
2273
2412
|
componentName: 'RedoIcon',
|
|
2274
2413
|
package: '@atlaskit/icon/core/redo',
|
|
2414
|
+
oldName: ['editor/redo', 'redo'],
|
|
2275
2415
|
categorization: 'single-purpose',
|
|
2276
2416
|
usage: 'Single purpose - Reserved for redo in Editor.',
|
|
2277
2417
|
team: 'Design System Team',
|
|
@@ -2281,6 +2421,7 @@ var metadata = {
|
|
|
2281
2421
|
keywords: ['refresh', 'cycle', 'icon', 'refresh', 'reload', 'update', 'circular arrows', 'replay'],
|
|
2282
2422
|
componentName: 'RefreshIcon',
|
|
2283
2423
|
package: '@atlaskit/icon/core/refresh',
|
|
2424
|
+
oldName: ['refresh'],
|
|
2284
2425
|
categorization: 'single-purpose',
|
|
2285
2426
|
usage: 'Reserved for reloading or replaying content',
|
|
2286
2427
|
team: 'Design System Team',
|
|
@@ -2290,6 +2431,7 @@ var metadata = {
|
|
|
2290
2431
|
keywords: ['release', 'icon', 'ship', 'boat'],
|
|
2291
2432
|
componentName: 'ReleaseIcon',
|
|
2292
2433
|
package: '@atlaskit/icon/core/release',
|
|
2434
|
+
oldName: ['ship'],
|
|
2293
2435
|
categorization: 'single-purpose',
|
|
2294
2436
|
usage: 'Single purpose - Reserved for releases in Jira.',
|
|
2295
2437
|
team: 'Design System Team',
|
|
@@ -2299,6 +2441,7 @@ var metadata = {
|
|
|
2299
2441
|
keywords: ['retry', 'icon', 'try again', ''],
|
|
2300
2442
|
componentName: 'RetryIcon',
|
|
2301
2443
|
package: '@atlaskit/icon/core/retry',
|
|
2444
|
+
oldName: ['retry'],
|
|
2302
2445
|
categorization: 'single-purpose',
|
|
2303
2446
|
usage: 'Single purpose - Reserved for retry.',
|
|
2304
2447
|
team: 'Design System Team',
|
|
@@ -2308,6 +2451,7 @@ var metadata = {
|
|
|
2308
2451
|
keywords: ['roadmap', 'icon'],
|
|
2309
2452
|
componentName: 'RoadmapIcon',
|
|
2310
2453
|
package: '@atlaskit/icon/core/roadmap',
|
|
2454
|
+
oldName: ['roadmap'],
|
|
2311
2455
|
categorization: 'single-purpose',
|
|
2312
2456
|
usage: 'Single purpose - Reserved for roadmaps in Jira or Trello.',
|
|
2313
2457
|
team: 'Design System Team',
|
|
@@ -2344,6 +2488,7 @@ var metadata = {
|
|
|
2344
2488
|
keywords: ['screen', 'desktop', 'computer', 'monitor', 'icon', 'display', 'monitor', 'desktop'],
|
|
2345
2489
|
componentName: 'ScreenIcon',
|
|
2346
2490
|
package: '@atlaskit/icon/core/screen',
|
|
2491
|
+
oldName: ['screen'],
|
|
2347
2492
|
categorization: 'multi-purpose',
|
|
2348
2493
|
usage: 'Multi purpose - Known uses: assets in Jira.',
|
|
2349
2494
|
team: 'Design System Team',
|
|
@@ -2362,6 +2507,7 @@ var metadata = {
|
|
|
2362
2507
|
keywords: ['search', 'find', 'magnify', 'icon', 'magnifying glass'],
|
|
2363
2508
|
componentName: 'SearchIcon',
|
|
2364
2509
|
package: '@atlaskit/icon/core/search',
|
|
2510
|
+
oldName: ['editor/search', 'search'],
|
|
2365
2511
|
categorization: 'single-purpose',
|
|
2366
2512
|
usage: 'Single purpose - Reserved for searching objects.',
|
|
2367
2513
|
team: 'Design System Team',
|
|
@@ -2371,6 +2517,7 @@ var metadata = {
|
|
|
2371
2517
|
keywords: ['send', 'mail', 'icon', 'submit', 'paper airplane', 'paper aeroplane'],
|
|
2372
2518
|
componentName: 'SendIcon',
|
|
2373
2519
|
package: '@atlaskit/icon/core/send',
|
|
2520
|
+
oldName: ['send'],
|
|
2374
2521
|
categorization: 'single-purpose',
|
|
2375
2522
|
usage: 'Single purpose - Reserved for sending messages in Rovo Chat.',
|
|
2376
2523
|
team: 'Design System Team',
|
|
@@ -2380,6 +2527,7 @@ var metadata = {
|
|
|
2380
2527
|
keywords: ['settings', 'cog', 'options', 'configuration', 'icon', 'system preferences', 'gear', 'cog'],
|
|
2381
2528
|
componentName: 'SettingsIcon',
|
|
2382
2529
|
package: '@atlaskit/icon/core/settings',
|
|
2530
|
+
oldName: ['editor/settings', 'settings'],
|
|
2383
2531
|
categorization: 'single-purpose',
|
|
2384
2532
|
usage: 'Single purpose - Reserved for any object or user settings.',
|
|
2385
2533
|
team: 'Design System Team',
|
|
@@ -2398,6 +2546,7 @@ var metadata = {
|
|
|
2398
2546
|
keywords: ['share', 'icon', 'share', 'access'],
|
|
2399
2547
|
componentName: 'ShareIcon',
|
|
2400
2548
|
package: '@atlaskit/icon/core/share',
|
|
2549
|
+
oldName: ['share'],
|
|
2401
2550
|
categorization: 'single-purpose',
|
|
2402
2551
|
usage: 'Single purpose - Reserved for sharing an object.',
|
|
2403
2552
|
team: 'Design System Team',
|
|
@@ -2425,6 +2574,7 @@ var metadata = {
|
|
|
2425
2574
|
keywords: ['shortcut', 'export', 'icon', 'addshortcut', 'square', 'plus'],
|
|
2426
2575
|
componentName: 'ShortcutIcon',
|
|
2427
2576
|
package: '@atlaskit/icon/core/shortcut',
|
|
2577
|
+
oldName: ['add-item'],
|
|
2428
2578
|
categorization: 'single-purpose',
|
|
2429
2579
|
usage: 'Single purpose - Reserved for shortcuts in Jira.',
|
|
2430
2580
|
team: 'Design System Team',
|
|
@@ -2434,6 +2584,7 @@ var metadata = {
|
|
|
2434
2584
|
keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', 'ellipses', 'three dots', 'meatball', 'more actions'],
|
|
2435
2585
|
componentName: 'ShowMoreHorizontalIcon',
|
|
2436
2586
|
package: '@atlaskit/icon/core/show-more-horizontal',
|
|
2587
|
+
oldName: ['editor/more', 'more'],
|
|
2437
2588
|
categorization: 'single-purpose',
|
|
2438
2589
|
usage: 'Single purpose - Reserved for more action menus.',
|
|
2439
2590
|
team: 'Design System Team',
|
|
@@ -2443,6 +2594,7 @@ var metadata = {
|
|
|
2443
2594
|
keywords: ['show-more-vertical', 'showmorevertical', 'icon', 'three dots', 'kebab', 'more actions'],
|
|
2444
2595
|
componentName: 'ShowMoreVerticalIcon',
|
|
2445
2596
|
package: '@atlaskit/icon/core/show-more-vertical',
|
|
2597
|
+
oldName: ['more-vertical'],
|
|
2446
2598
|
categorization: 'single-purpose',
|
|
2447
2599
|
usage: 'Single purpose - Reserved for more action menus, traditionally on mobile.',
|
|
2448
2600
|
team: 'Design System Team',
|
|
@@ -2452,6 +2604,7 @@ var metadata = {
|
|
|
2452
2604
|
keywords: ['shrink-diagonal', 'shrinkdiagonal', 'icon', 'resize', 'diagonal arrows'],
|
|
2453
2605
|
componentName: 'ShrinkDiagonalIcon',
|
|
2454
2606
|
package: '@atlaskit/icon/core/shrink-diagonal',
|
|
2607
|
+
oldName: ['media-services/fit-to-page', 'vid-full-screen-off'],
|
|
2455
2608
|
categorization: 'single-purpose',
|
|
2456
2609
|
usage: 'Single purpose - Reserved for shrinking the height and width of modals, panels, media, or objects.',
|
|
2457
2610
|
team: 'Design System Team',
|
|
@@ -2461,6 +2614,7 @@ var metadata = {
|
|
|
2461
2614
|
keywords: ['shrink-horizontal', 'shrinkhorizontal', 'icon', 'contract', 'width', 'horizontal arrows'],
|
|
2462
2615
|
componentName: 'ShrinkHorizontalIcon',
|
|
2463
2616
|
package: '@atlaskit/icon/core/shrink-horizontal',
|
|
2617
|
+
oldName: ['editor/collapse'],
|
|
2464
2618
|
categorization: 'single-purpose',
|
|
2465
2619
|
usage: 'Single purpose - Reserved for contracting or reducing the width of an element.',
|
|
2466
2620
|
team: 'Design System Team',
|
|
@@ -2542,6 +2696,7 @@ var metadata = {
|
|
|
2542
2696
|
keywords: ['snippet', 'icon', 'scissors', 'cut'],
|
|
2543
2697
|
componentName: 'SnippetIcon',
|
|
2544
2698
|
package: '@atlaskit/icon/core/snippet',
|
|
2699
|
+
oldName: ['bitbucket/snippets'],
|
|
2545
2700
|
categorization: 'single-purpose',
|
|
2546
2701
|
usage: 'Single purpose - Reserved for snippets in Bitbucket.',
|
|
2547
2702
|
team: 'Design System Team',
|
|
@@ -2569,6 +2724,7 @@ var metadata = {
|
|
|
2569
2724
|
keywords: ['spreadsheet', 'icon', 'table', 'cells', 'tabular data', 'data table', 'spreadsheet'],
|
|
2570
2725
|
componentName: 'SpreadsheetIcon',
|
|
2571
2726
|
package: '@atlaskit/icon/core/spreadsheet',
|
|
2727
|
+
oldName: ['media-services/spreadsheet'],
|
|
2572
2728
|
replacement: {
|
|
2573
2729
|
name: 'table',
|
|
2574
2730
|
location: '@atlaskit/icon'
|
|
@@ -2582,6 +2738,7 @@ var metadata = {
|
|
|
2582
2738
|
keywords: ['sprint', 'icon', 'loop', 'iterate'],
|
|
2583
2739
|
componentName: 'SprintIcon',
|
|
2584
2740
|
package: '@atlaskit/icon/core/sprint',
|
|
2741
|
+
oldName: ['sprint'],
|
|
2585
2742
|
categorization: 'single-purpose',
|
|
2586
2743
|
usage: 'Single purpose - Reserved for sprints in Jira.',
|
|
2587
2744
|
team: 'Design System Team',
|
|
@@ -2591,6 +2748,7 @@ var metadata = {
|
|
|
2591
2748
|
keywords: ['star-starred', 'starstarred', 'icon', 'favourite', 'star', 'starred', 'filled'],
|
|
2592
2749
|
componentName: 'StarStarredIcon',
|
|
2593
2750
|
package: '@atlaskit/icon/core/star-starred',
|
|
2751
|
+
oldName: ['star-filled'],
|
|
2594
2752
|
categorization: 'single-purpose',
|
|
2595
2753
|
usage: 'Single purpose - Reserved for starred or favourited objects.',
|
|
2596
2754
|
team: 'Design System Team',
|
|
@@ -2600,6 +2758,7 @@ var metadata = {
|
|
|
2600
2758
|
keywords: ['star-unstarred', 'starunstarred', 'icon', 'favourite', 'star'],
|
|
2601
2759
|
componentName: 'StarUnstarredIcon',
|
|
2602
2760
|
package: '@atlaskit/icon/core/star-unstarred',
|
|
2761
|
+
oldName: ['star', 'star-large'],
|
|
2603
2762
|
categorization: 'single-purpose',
|
|
2604
2763
|
usage: 'Single purpose - Reserved for starring or favoriting objects.',
|
|
2605
2764
|
team: 'Design System Team',
|
|
@@ -2618,6 +2777,7 @@ var metadata = {
|
|
|
2618
2777
|
keywords: ['status-error', 'statuserror', 'icon', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
|
|
2619
2778
|
componentName: 'StatusErrorIcon',
|
|
2620
2779
|
package: '@atlaskit/icon/core/status-error',
|
|
2780
|
+
oldName: ['error'],
|
|
2621
2781
|
categorization: 'single-purpose',
|
|
2622
2782
|
usage: 'Reserved for error statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
2623
2783
|
team: 'Design System Team',
|
|
@@ -2627,6 +2787,7 @@ var metadata = {
|
|
|
2627
2787
|
keywords: ['status-information', 'statusinformation', 'icon', 'info', 'filled', 'status', 'information'],
|
|
2628
2788
|
componentName: 'StatusInformationIcon',
|
|
2629
2789
|
package: '@atlaskit/icon/core/status-information',
|
|
2790
|
+
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
2630
2791
|
categorization: 'single-purpose',
|
|
2631
2792
|
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.",
|
|
2632
2793
|
team: 'Design System Team',
|
|
@@ -2636,6 +2797,7 @@ var metadata = {
|
|
|
2636
2797
|
keywords: ['status-success', 'statussuccess', 'icon', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
|
|
2637
2798
|
componentName: 'StatusSuccessIcon',
|
|
2638
2799
|
package: '@atlaskit/icon/core/status-success',
|
|
2800
|
+
oldName: ['check-circle', 'editor/success'],
|
|
2639
2801
|
categorization: 'single-purpose',
|
|
2640
2802
|
usage: 'Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
2641
2803
|
team: 'Design System Team',
|
|
@@ -2654,6 +2816,7 @@ var metadata = {
|
|
|
2654
2816
|
keywords: ['status-warning', 'statuswarning', 'icon', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
|
|
2655
2817
|
componentName: 'StatusWarningIcon',
|
|
2656
2818
|
package: '@atlaskit/icon/core/status-warning',
|
|
2819
|
+
oldName: ['editor/warning', 'warning'],
|
|
2657
2820
|
categorization: 'single-purpose',
|
|
2658
2821
|
usage: 'Reserved for warning statuses. Filled status icons provide higher visual contrast to draw attention to important information.',
|
|
2659
2822
|
team: 'Design System Team',
|
|
@@ -2663,6 +2826,7 @@ var metadata = {
|
|
|
2663
2826
|
keywords: ['stopwatch', 'icon', 'timer'],
|
|
2664
2827
|
componentName: 'StopwatchIcon',
|
|
2665
2828
|
package: '@atlaskit/icon/core/stopwatch',
|
|
2829
|
+
oldName: ['stopwatch'],
|
|
2666
2830
|
categorization: 'multi-purpose',
|
|
2667
2831
|
usage: 'Multi purpose - Known uses: timer in Confluence Whiteboards.',
|
|
2668
2832
|
team: 'Design System Team',
|
|
@@ -2708,6 +2872,7 @@ var metadata = {
|
|
|
2708
2872
|
keywords: ['stroke-weight-small', 'strokeweightsmall', 'icon', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor', 'whiteboards', 'thin'],
|
|
2709
2873
|
componentName: 'StrokeWeightSmallIcon',
|
|
2710
2874
|
package: '@atlaskit/icon/core/stroke-weight-small',
|
|
2875
|
+
oldName: ['media-services/line'],
|
|
2711
2876
|
categorization: 'single-purpose',
|
|
2712
2877
|
usage: 'Reserved for representing thin border stroke widths.',
|
|
2713
2878
|
team: 'Editor',
|
|
@@ -2717,6 +2882,7 @@ var metadata = {
|
|
|
2717
2882
|
keywords: ['subtasks', 'icon', 'todo', 'checklist', 'work type'],
|
|
2718
2883
|
componentName: 'SubtasksIcon',
|
|
2719
2884
|
package: '@atlaskit/icon/core/subtasks',
|
|
2885
|
+
oldName: ['subtask'],
|
|
2720
2886
|
categorization: 'single-purpose',
|
|
2721
2887
|
usage: 'Reserved for subtask work type.',
|
|
2722
2888
|
team: 'Design System Team',
|
|
@@ -2726,6 +2892,7 @@ var metadata = {
|
|
|
2726
2892
|
keywords: ['success', 'icon', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
|
|
2727
2893
|
componentName: 'SuccessIcon',
|
|
2728
2894
|
package: '@atlaskit/icon/core/success',
|
|
2895
|
+
oldName: ['check-circle', 'editor/success'],
|
|
2729
2896
|
replacement: {
|
|
2730
2897
|
name: 'status-success',
|
|
2731
2898
|
location: '@atlaskit/icon'
|
|
@@ -2883,6 +3050,7 @@ var metadata = {
|
|
|
2883
3050
|
keywords: ['tag', 'icon', 'label', 'topic'],
|
|
2884
3051
|
componentName: 'TagIcon',
|
|
2885
3052
|
package: '@atlaskit/icon/core/tag',
|
|
3053
|
+
oldName: ['label'],
|
|
2886
3054
|
categorization: 'single-purpose',
|
|
2887
3055
|
usage: 'Single purpose - Reserved for tags in Atlas.',
|
|
2888
3056
|
team: 'Design System Team',
|
|
@@ -2892,6 +3060,7 @@ var metadata = {
|
|
|
2892
3060
|
keywords: ['takeout-food', 'takeoutfood', 'icon', 'takeaway', 'takeout', 'food', 'burger', 'drink'],
|
|
2893
3061
|
componentName: 'TakeoutFoodIcon',
|
|
2894
3062
|
package: '@atlaskit/icon/core/takeout-food',
|
|
3063
|
+
oldName: ['emoji/food'],
|
|
2895
3064
|
categorization: 'multi-purpose',
|
|
2896
3065
|
usage: 'Multi purpose - Known usages: Food emoji category.',
|
|
2897
3066
|
team: 'Design System Team',
|
|
@@ -2910,6 +3079,7 @@ var metadata = {
|
|
|
2910
3079
|
keywords: ['task', 'check', 'tick', 'icon', 'single task', 'todo', 'list', 'check mark', 'tick'],
|
|
2911
3080
|
componentName: 'TaskIcon',
|
|
2912
3081
|
package: '@atlaskit/icon/core/task',
|
|
3082
|
+
oldName: ['task'],
|
|
2913
3083
|
categorization: 'single-purpose',
|
|
2914
3084
|
usage: 'Single purpose - Reserved for tasks in Jira.',
|
|
2915
3085
|
team: 'Design System Team',
|
|
@@ -2946,6 +3116,7 @@ var metadata = {
|
|
|
2946
3116
|
keywords: ['teams', 'icon', 'infinite love', 'people', 'persons', 'customers', 'users'],
|
|
2947
3117
|
componentName: 'TeamsIcon',
|
|
2948
3118
|
package: '@atlaskit/icon/core/teams',
|
|
3119
|
+
oldName: ['teams'],
|
|
2949
3120
|
categorization: 'single-purpose',
|
|
2950
3121
|
usage: 'Single purpose - Reserved for teams in Atlassian.',
|
|
2951
3122
|
team: 'Design System Team',
|
|
@@ -2964,6 +3135,7 @@ var metadata = {
|
|
|
2964
3135
|
keywords: ['text-bold', 'textbold', 'icon', 'text', 'type', 'bold', 'font'],
|
|
2965
3136
|
componentName: 'TextBoldIcon',
|
|
2966
3137
|
package: '@atlaskit/icon/core/text-bold',
|
|
3138
|
+
oldName: ['editor/bold'],
|
|
2967
3139
|
categorization: 'single-purpose',
|
|
2968
3140
|
usage: 'Single purpose - Reserved for bolding text.',
|
|
2969
3141
|
team: 'Design System Team',
|
|
@@ -2983,6 +3155,7 @@ var metadata = {
|
|
|
2983
3155
|
keywords: ['text-indent-left', 'textindentleft', 'icon', 'text', 'outdent', 'left', 'arrow'],
|
|
2984
3156
|
componentName: 'TextIndentLeftIcon',
|
|
2985
3157
|
package: '@atlaskit/icon/core/text-indent-left',
|
|
3158
|
+
oldName: ['editor/outdent'],
|
|
2986
3159
|
categorization: 'single-purpose',
|
|
2987
3160
|
usage: 'Single purpose - Reserved for shifting the indent of text content left.',
|
|
2988
3161
|
team: 'Design System Team',
|
|
@@ -2992,6 +3165,7 @@ var metadata = {
|
|
|
2992
3165
|
keywords: ['text-indent-right', 'textindentright', 'icon', 'text', 'indent', 'right', 'arrow'],
|
|
2993
3166
|
componentName: 'TextIndentRightIcon',
|
|
2994
3167
|
package: '@atlaskit/icon/core/text-indent-right',
|
|
3168
|
+
oldName: ['editor/indent'],
|
|
2995
3169
|
categorization: 'single-purpose',
|
|
2996
3170
|
usage: 'Single purpose - Reserved for shifting the indent of text content right.',
|
|
2997
3171
|
team: 'Design System Team',
|
|
@@ -3001,6 +3175,7 @@ var metadata = {
|
|
|
3001
3175
|
keywords: ['text-italic', 'textitalic', 'icon', 'text', 'type', 'italic', 'font'],
|
|
3002
3176
|
componentName: 'TextItalicIcon',
|
|
3003
3177
|
package: '@atlaskit/icon/core/text-italic',
|
|
3178
|
+
oldName: ['editor/italic'],
|
|
3004
3179
|
categorization: 'single-purpose',
|
|
3005
3180
|
usage: 'Single purpose - Reserved for italicizing text.',
|
|
3006
3181
|
team: 'Design System Team',
|
|
@@ -3038,6 +3213,7 @@ var metadata = {
|
|
|
3038
3213
|
keywords: ['text-style', 'textstyle', 'icon', 'characters', 'font', 'letters', 'type', 'typography'],
|
|
3039
3214
|
componentName: 'TextStyleIcon',
|
|
3040
3215
|
package: '@atlaskit/icon/core/text-style',
|
|
3216
|
+
oldName: ['editor/text-style', 'emoji/keyboard'],
|
|
3041
3217
|
categorization: 'single-purpose',
|
|
3042
3218
|
usage: 'Single purpose - Reserved for text styles in Editor.',
|
|
3043
3219
|
team: 'Editor',
|
|
@@ -3084,6 +3260,7 @@ var metadata = {
|
|
|
3084
3260
|
keywords: ['thumbs-up', 'thumbsup', 'icon', 'vote', 'upvote', 'like', 'feedback', 'hand'],
|
|
3085
3261
|
componentName: 'ThumbsUpIcon',
|
|
3086
3262
|
package: '@atlaskit/icon/core/thumbs-up',
|
|
3263
|
+
oldName: ['like'],
|
|
3087
3264
|
categorization: 'multi-purpose',
|
|
3088
3265
|
usage: 'Multi purpose - Known uses: voting options in Jira, like.',
|
|
3089
3266
|
team: 'Design System Team',
|
|
@@ -3129,6 +3306,7 @@ var metadata = {
|
|
|
3129
3306
|
keywords: ['tree', 'icon', 'tree', 'nature'],
|
|
3130
3307
|
componentName: 'TreeIcon',
|
|
3131
3308
|
package: '@atlaskit/icon/core/tree',
|
|
3309
|
+
oldName: ['emoji/nature'],
|
|
3132
3310
|
categorization: 'multi-purpose',
|
|
3133
3311
|
usage: 'Multi purpose - Known usages: Nature emoji category.',
|
|
3134
3312
|
team: 'Design System Team',
|
|
@@ -3138,6 +3316,7 @@ var metadata = {
|
|
|
3138
3316
|
keywords: ['undo', 'icon', 'backward', 'mistake', 'correct'],
|
|
3139
3317
|
componentName: 'UndoIcon',
|
|
3140
3318
|
package: '@atlaskit/icon/core/undo',
|
|
3319
|
+
oldName: ['editor/undo', 'undo'],
|
|
3141
3320
|
categorization: 'single-purpose',
|
|
3142
3321
|
usage: 'Single purpose - Reserved for undo in Editor.',
|
|
3143
3322
|
team: 'Design System Team',
|
|
@@ -3147,6 +3326,7 @@ var metadata = {
|
|
|
3147
3326
|
keywords: ['upload', 'cloud', 'icon', 'stream', 'file'],
|
|
3148
3327
|
componentName: 'UploadIcon',
|
|
3149
3328
|
package: '@atlaskit/icon/core/upload',
|
|
3329
|
+
oldName: ['export'],
|
|
3150
3330
|
categorization: 'single-purpose',
|
|
3151
3331
|
usage: 'Single purpose - Reserved for upload in Editor.',
|
|
3152
3332
|
team: 'Design System Team',
|
|
@@ -3156,6 +3336,7 @@ var metadata = {
|
|
|
3156
3336
|
keywords: ['vehicle-car', 'vehiclecar', 'icon', 'car', 'transportation', 'vehicle'],
|
|
3157
3337
|
componentName: 'VehicleCarIcon',
|
|
3158
3338
|
package: '@atlaskit/icon/core/vehicle-car',
|
|
3339
|
+
oldName: ['emoji/travel'],
|
|
3159
3340
|
categorization: 'multi-purpose',
|
|
3160
3341
|
usage: 'Multi purpose - Known usages: Transport emoji category.',
|
|
3161
3342
|
team: 'Design System Team',
|
|
@@ -3165,6 +3346,7 @@ var metadata = {
|
|
|
3165
3346
|
keywords: ['video', 'icon', 'media', 'movie'],
|
|
3166
3347
|
componentName: 'VideoIcon',
|
|
3167
3348
|
package: '@atlaskit/icon/core/video',
|
|
3349
|
+
oldName: ['media-services/video', 'hipchat/sd-video', 'vid-camera-on', 'video-circle', 'video-filled'],
|
|
3168
3350
|
categorization: 'single-purpose',
|
|
3169
3351
|
usage: 'Single purpose - Reserved for representing video content across Atlassian and Loom.',
|
|
3170
3352
|
team: 'Design System Team',
|
|
@@ -3192,6 +3374,7 @@ var metadata = {
|
|
|
3192
3374
|
keywords: ['video-pause', 'videopause', 'icon', 'media', 'video'],
|
|
3193
3375
|
componentName: 'VideoPauseIcon',
|
|
3194
3376
|
package: '@atlaskit/icon/core/video-pause',
|
|
3377
|
+
oldName: ['vid-pause'],
|
|
3195
3378
|
categorization: 'single-purpose',
|
|
3196
3379
|
usage: 'Single purpose - Reserved for pause video in Media.',
|
|
3197
3380
|
team: 'Design System Team',
|
|
@@ -3210,6 +3393,7 @@ var metadata = {
|
|
|
3210
3393
|
keywords: ['video-play', 'videoplay', 'icon', 'media', 'video'],
|
|
3211
3394
|
componentName: 'VideoPlayIcon',
|
|
3212
3395
|
package: '@atlaskit/icon/core/video-play',
|
|
3396
|
+
oldName: ['vid-play'],
|
|
3213
3397
|
categorization: 'single-purpose',
|
|
3214
3398
|
usage: 'Single purpose - Reserved for play video in Media.',
|
|
3215
3399
|
team: 'Design System Team',
|
|
@@ -3300,6 +3484,7 @@ var metadata = {
|
|
|
3300
3484
|
keywords: ['volume-high', 'volumehigh', 'icon', 'louder', 'volume up'],
|
|
3301
3485
|
componentName: 'VolumeHighIcon',
|
|
3302
3486
|
package: '@atlaskit/icon/core/volume-high',
|
|
3487
|
+
oldName: ['hipchat/outgoing-sound', 'vid-volume-full'],
|
|
3303
3488
|
categorization: 'multi-purpose',
|
|
3304
3489
|
usage: '📦 @atlaskit/icon/core/volume-high',
|
|
3305
3490
|
team: 'Design System Team',
|
|
@@ -3309,6 +3494,7 @@ var metadata = {
|
|
|
3309
3494
|
keywords: ['volume-low', 'volumelow', 'icon', 'quiter', 'volume down'],
|
|
3310
3495
|
componentName: 'VolumeLowIcon',
|
|
3311
3496
|
package: '@atlaskit/icon/core/volume-low',
|
|
3497
|
+
oldName: ['vid-volume-half'],
|
|
3312
3498
|
categorization: 'multi-purpose',
|
|
3313
3499
|
usage: '📦 @atlaskit/icon/core/volume-low',
|
|
3314
3500
|
team: 'Design System Team',
|
|
@@ -3318,6 +3504,7 @@ var metadata = {
|
|
|
3318
3504
|
keywords: ['volume-muted', 'volumemuted', 'icon', 'volume off', 'no volume'],
|
|
3319
3505
|
componentName: 'VolumeMutedIcon',
|
|
3320
3506
|
package: '@atlaskit/icon/core/volume-muted',
|
|
3507
|
+
oldName: ['vid-volume-muted'],
|
|
3321
3508
|
categorization: 'multi-purpose',
|
|
3322
3509
|
usage: '📦 @atlaskit/icon/core/volume-muted',
|
|
3323
3510
|
team: 'Design System Team',
|
|
@@ -3327,6 +3514,7 @@ var metadata = {
|
|
|
3327
3514
|
keywords: ['warning', 'error', 'alert', 'icon', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
|
|
3328
3515
|
componentName: 'WarningIcon',
|
|
3329
3516
|
package: '@atlaskit/icon/core/warning',
|
|
3517
|
+
oldName: ['editor/warning', 'warning'],
|
|
3330
3518
|
replacement: {
|
|
3331
3519
|
name: 'status-warning',
|
|
3332
3520
|
location: '@atlaskit/icon'
|
|
@@ -3349,6 +3537,7 @@ var metadata = {
|
|
|
3349
3537
|
keywords: ['work-item', 'workitem', 'icon', 'check mark', 'tick', 'work item', 'work type'],
|
|
3350
3538
|
componentName: 'WorkItemIcon',
|
|
3351
3539
|
package: '@atlaskit/icon/core/work-item',
|
|
3540
|
+
oldName: ['issue'],
|
|
3352
3541
|
categorization: 'single-purpose',
|
|
3353
3542
|
usage: 'Reserved for work items.',
|
|
3354
3543
|
team: 'Design System Team',
|
|
@@ -3358,6 +3547,7 @@ var metadata = {
|
|
|
3358
3547
|
keywords: ['work-items', 'workitems', 'icon', 'check mark', 'tick', 'work items', 'work type'],
|
|
3359
3548
|
componentName: 'WorkItemsIcon',
|
|
3360
3549
|
package: '@atlaskit/icon/core/work-items',
|
|
3550
|
+
oldName: ['issues'],
|
|
3361
3551
|
categorization: 'single-purpose',
|
|
3362
3552
|
usage: 'Reserved for representing multiple work items.',
|
|
3363
3553
|
team: 'Design System Team',
|
|
@@ -3367,6 +3557,7 @@ var metadata = {
|
|
|
3367
3557
|
keywords: ['zoom-in', 'zoomin', 'icon', 'magnify', 'magnifying glass'],
|
|
3368
3558
|
componentName: 'ZoomInIcon',
|
|
3369
3559
|
package: '@atlaskit/icon/core/zoom-in',
|
|
3560
|
+
oldName: ['media-services/zoom-in'],
|
|
3370
3561
|
categorization: 'single-purpose',
|
|
3371
3562
|
usage: 'Single purpose - Reserved for zooming in of an object or view.',
|
|
3372
3563
|
team: 'Design System Team',
|
|
@@ -3376,6 +3567,7 @@ var metadata = {
|
|
|
3376
3567
|
keywords: ['zoom-out', 'zoomout', 'icon', 'minify', 'magnifying glass'],
|
|
3377
3568
|
componentName: 'ZoomOutIcon',
|
|
3378
3569
|
package: '@atlaskit/icon/core/zoom-out',
|
|
3570
|
+
oldName: ['media-services/zoom-out'],
|
|
3379
3571
|
categorization: 'single-purpose',
|
|
3380
3572
|
usage: 'Single purpose - Reserved for zooming out of an object or view.',
|
|
3381
3573
|
team: 'Design System Team',
|