@atlaskit/icon 32.0.0 → 32.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/build/index.tsx +31 -1
- package/codemods/32.0.2-icon-spacing-to-flex-primitive/index.tsx +428 -0
- package/codemods/__tests__/icon-spacing-to-box-primitive.test.tsx +310 -0
- package/dist/cjs/components/icon-new.js +1 -1
- package/dist/cjs/components/icon-tile/icon-tile-new.js +1 -1
- package/dist/cjs/components/icon-tile/icon-tile-old.js +1 -1
- package/dist/cjs/components/icon.js +1 -1
- package/dist/cjs/components/skeleton.js +1 -1
- package/dist/cjs/components/svg.js +1 -1
- package/dist/cjs/entry-points/metadata.js +2 -1
- package/dist/cjs/metadata-core.js +192 -0
- package/dist/cjs/metadata.js +3960 -0
- package/dist/es2019/components/icon-new.js +1 -1
- package/dist/es2019/components/icon-tile/icon-tile-new.js +1 -1
- package/dist/es2019/components/icon-tile/icon-tile-old.js +1 -1
- package/dist/es2019/components/icon.js +1 -1
- package/dist/es2019/components/skeleton.js +1 -1
- package/dist/es2019/components/svg.js +1 -1
- package/dist/es2019/entry-points/metadata.js +1 -1
- package/dist/es2019/metadata-core.js +192 -0
- package/dist/es2019/metadata.js +2516 -0
- package/dist/esm/components/icon-new.js +1 -1
- package/dist/esm/components/icon-tile/icon-tile-new.js +1 -1
- package/dist/esm/components/icon-tile/icon-tile-old.js +1 -1
- package/dist/esm/components/icon.js +1 -1
- package/dist/esm/components/skeleton.js +1 -1
- package/dist/esm/components/svg.js +1 -1
- package/dist/esm/entry-points/metadata.js +1 -1
- package/dist/esm/metadata-core.js +192 -0
- package/dist/esm/metadata.js +3237 -0
- package/dist/types/entry-points/metadata.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +4 -0
- package/dist/types/metadata.d.ts +19 -0
- package/dist/types-ts4.5/entry-points/metadata.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +4 -0
- package/dist/types-ts4.5/metadata.d.ts +19 -0
- package/docs/ai/icon-instructions.md +3 -3
- package/glyph/activity.d.ts +9 -0
- package/glyph/activity.js +14 -0
- package/glyph/add-circle.d.ts +9 -0
- package/glyph/add-circle.js +14 -0
- package/glyph/add-item.d.ts +9 -0
- package/glyph/add-item.js +14 -0
- package/glyph/add.d.ts +9 -0
- package/glyph/add.js +14 -0
- package/glyph/addon.d.ts +9 -0
- package/glyph/addon.js +14 -0
- package/glyph/app-access.d.ts +9 -0
- package/glyph/app-access.js +14 -0
- package/glyph/app-switcher.d.ts +9 -0
- package/glyph/app-switcher.js +14 -0
- package/glyph/archive.d.ts +9 -0
- package/glyph/archive.js +14 -0
- package/glyph/arrow-down-circle.d.ts +9 -0
- package/glyph/arrow-down-circle.js +14 -0
- package/glyph/arrow-down.d.ts +9 -0
- package/glyph/arrow-down.js +14 -0
- package/glyph/arrow-left-circle.d.ts +9 -0
- package/glyph/arrow-left-circle.js +14 -0
- package/glyph/arrow-left.d.ts +9 -0
- package/glyph/arrow-left.js +14 -0
- package/glyph/arrow-right-circle.d.ts +9 -0
- package/glyph/arrow-right-circle.js +14 -0
- package/glyph/arrow-right.d.ts +9 -0
- package/glyph/arrow-right.js +14 -0
- package/glyph/arrow-up-circle.d.ts +9 -0
- package/glyph/arrow-up-circle.js +14 -0
- package/glyph/arrow-up.d.ts +9 -0
- package/glyph/arrow-up.js +14 -0
- package/glyph/attachment.d.ts +9 -0
- package/glyph/attachment.js +14 -0
- package/glyph/audio-circle.d.ts +9 -0
- package/glyph/audio-circle.js +14 -0
- package/glyph/audio.d.ts +9 -0
- package/glyph/audio.js +14 -0
- package/glyph/backlog.d.ts +9 -0
- package/glyph/backlog.js +14 -0
- package/glyph/billing-filled.d.ts +9 -0
- package/glyph/billing-filled.js +14 -0
- package/glyph/billing.d.ts +9 -0
- package/glyph/billing.js +14 -0
- package/glyph/bitbucket/branches.d.ts +9 -0
- package/glyph/bitbucket/branches.js +14 -0
- package/glyph/bitbucket/builds.d.ts +9 -0
- package/glyph/bitbucket/builds.js +14 -0
- package/glyph/bitbucket/clone.d.ts +9 -0
- package/glyph/bitbucket/clone.js +14 -0
- package/glyph/bitbucket/commits.d.ts +9 -0
- package/glyph/bitbucket/commits.js +14 -0
- package/glyph/bitbucket/compare.d.ts +9 -0
- package/glyph/bitbucket/compare.js +14 -0
- package/glyph/bitbucket/forks.d.ts +9 -0
- package/glyph/bitbucket/forks.js +14 -0
- package/glyph/bitbucket/output.d.ts +9 -0
- package/glyph/bitbucket/output.js +14 -0
- package/glyph/bitbucket/pipelines.d.ts +9 -0
- package/glyph/bitbucket/pipelines.js +14 -0
- package/glyph/bitbucket/pullrequests.d.ts +9 -0
- package/glyph/bitbucket/pullrequests.js +14 -0
- package/glyph/bitbucket/repos.d.ts +9 -0
- package/glyph/bitbucket/repos.js +14 -0
- package/glyph/bitbucket/snippets.d.ts +9 -0
- package/glyph/bitbucket/snippets.js +14 -0
- package/glyph/bitbucket/source.d.ts +9 -0
- package/glyph/bitbucket/source.js +14 -0
- package/glyph/board.d.ts +9 -0
- package/glyph/board.js +14 -0
- package/glyph/book.d.ts +9 -0
- package/glyph/book.js +14 -0
- package/glyph/bullet-list.d.ts +9 -0
- package/glyph/bullet-list.js +14 -0
- package/glyph/calendar-filled.d.ts +9 -0
- package/glyph/calendar-filled.js +14 -0
- package/glyph/calendar.d.ts +9 -0
- package/glyph/calendar.js +14 -0
- package/glyph/camera-filled.d.ts +9 -0
- package/glyph/camera-filled.js +14 -0
- package/glyph/camera-rotate.d.ts +9 -0
- package/glyph/camera-rotate.js +14 -0
- package/glyph/camera-take-picture.d.ts +9 -0
- package/glyph/camera-take-picture.js +14 -0
- package/glyph/camera.d.ts +9 -0
- package/glyph/camera.js +14 -0
- package/glyph/canvas.d.ts +9 -0
- package/glyph/canvas.js +14 -0
- package/glyph/check-circle-outline.d.ts +9 -0
- package/glyph/check-circle-outline.js +14 -0
- package/glyph/check-circle.d.ts +9 -0
- package/glyph/check-circle.js +14 -0
- package/glyph/check.d.ts +9 -0
- package/glyph/check.js +14 -0
- package/glyph/checkbox-indeterminate.d.ts +9 -0
- package/glyph/checkbox-indeterminate.js +14 -0
- package/glyph/checkbox.d.ts +9 -0
- package/glyph/checkbox.js +14 -0
- package/glyph/chevron-down-circle.d.ts +9 -0
- package/glyph/chevron-down-circle.js +14 -0
- package/glyph/chevron-down.d.ts +9 -0
- package/glyph/chevron-down.js +14 -0
- package/glyph/chevron-left-circle.d.ts +9 -0
- package/glyph/chevron-left-circle.js +14 -0
- package/glyph/chevron-left-large.d.ts +9 -0
- package/glyph/chevron-left-large.js +14 -0
- package/glyph/chevron-left.d.ts +9 -0
- package/glyph/chevron-left.js +14 -0
- package/glyph/chevron-right-circle.d.ts +9 -0
- package/glyph/chevron-right-circle.js +14 -0
- package/glyph/chevron-right-large.d.ts +9 -0
- package/glyph/chevron-right-large.js +14 -0
- package/glyph/chevron-right.d.ts +9 -0
- package/glyph/chevron-right.js +14 -0
- package/glyph/chevron-up-circle.d.ts +9 -0
- package/glyph/chevron-up-circle.js +14 -0
- package/glyph/chevron-up.d.ts +9 -0
- package/glyph/chevron-up.js +14 -0
- package/glyph/child-issues.d.ts +9 -0
- package/glyph/child-issues.js +14 -0
- package/glyph/code.d.ts +9 -0
- package/glyph/code.js +14 -0
- package/glyph/comment.d.ts +9 -0
- package/glyph/comment.js +14 -0
- package/glyph/component.d.ts +9 -0
- package/glyph/component.js +14 -0
- package/glyph/copy.d.ts +9 -0
- package/glyph/copy.js +14 -0
- package/glyph/creditcard-filled.d.ts +9 -0
- package/glyph/creditcard-filled.js +14 -0
- package/glyph/creditcard.d.ts +9 -0
- package/glyph/creditcard.js +14 -0
- package/glyph/cross-circle.d.ts +9 -0
- package/glyph/cross-circle.js +14 -0
- package/glyph/cross.d.ts +9 -0
- package/glyph/cross.js +14 -0
- package/glyph/dashboard.d.ts +9 -0
- package/glyph/dashboard.js +14 -0
- package/glyph/decision.d.ts +9 -0
- package/glyph/decision.js +14 -0
- package/glyph/department.d.ts +9 -0
- package/glyph/department.js +14 -0
- package/glyph/detail-view.d.ts +9 -0
- package/glyph/detail-view.js +14 -0
- package/glyph/discover-filled.d.ts +9 -0
- package/glyph/discover-filled.js +14 -0
- package/glyph/discover.d.ts +9 -0
- package/glyph/discover.js +14 -0
- package/glyph/document-filled.d.ts +9 -0
- package/glyph/document-filled.js +14 -0
- package/glyph/document.d.ts +9 -0
- package/glyph/document.js +14 -0
- package/glyph/documents.d.ts +9 -0
- package/glyph/documents.js +14 -0
- package/glyph/download.d.ts +9 -0
- package/glyph/download.js +14 -0
- package/glyph/drag-handler.d.ts +9 -0
- package/glyph/drag-handler.js +14 -0
- package/glyph/dropbox.d.ts +9 -0
- package/glyph/dropbox.js +14 -0
- package/glyph/edit-filled.d.ts +9 -0
- package/glyph/edit-filled.js +14 -0
- package/glyph/edit.d.ts +9 -0
- package/glyph/edit.js +14 -0
- package/glyph/editor/add.d.ts +9 -0
- package/glyph/editor/add.js +14 -0
- package/glyph/editor/addon.d.ts +9 -0
- package/glyph/editor/addon.js +14 -0
- package/glyph/editor/advanced.d.ts +9 -0
- package/glyph/editor/advanced.js +14 -0
- package/glyph/editor/align-center.d.ts +9 -0
- package/glyph/editor/align-center.js +14 -0
- package/glyph/editor/align-image-center.d.ts +9 -0
- package/glyph/editor/align-image-center.js +14 -0
- package/glyph/editor/align-image-left.d.ts +9 -0
- package/glyph/editor/align-image-left.js +14 -0
- package/glyph/editor/align-image-right.d.ts +9 -0
- package/glyph/editor/align-image-right.js +14 -0
- package/glyph/editor/align-left.d.ts +9 -0
- package/glyph/editor/align-left.js +14 -0
- package/glyph/editor/align-right.d.ts +9 -0
- package/glyph/editor/align-right.js +14 -0
- package/glyph/editor/attachment.d.ts +9 -0
- package/glyph/editor/attachment.js +14 -0
- package/glyph/editor/background-color.d.ts +9 -0
- package/glyph/editor/background-color.js +14 -0
- package/glyph/editor/bold.d.ts +9 -0
- package/glyph/editor/bold.js +14 -0
- package/glyph/editor/bullet-list.d.ts +9 -0
- package/glyph/editor/bullet-list.js +14 -0
- package/glyph/editor/close.d.ts +9 -0
- package/glyph/editor/close.js +14 -0
- package/glyph/editor/code.d.ts +9 -0
- package/glyph/editor/code.js +14 -0
- package/glyph/editor/collapse.d.ts +9 -0
- package/glyph/editor/collapse.js +14 -0
- package/glyph/editor/date.d.ts +9 -0
- package/glyph/editor/date.js +14 -0
- package/glyph/editor/decision.d.ts +9 -0
- package/glyph/editor/decision.js +14 -0
- package/glyph/editor/divider.d.ts +9 -0
- package/glyph/editor/divider.js +14 -0
- package/glyph/editor/done.d.ts +9 -0
- package/glyph/editor/done.js +14 -0
- package/glyph/editor/edit.d.ts +9 -0
- package/glyph/editor/edit.js +14 -0
- package/glyph/editor/emoji.d.ts +9 -0
- package/glyph/editor/emoji.js +14 -0
- package/glyph/editor/error.d.ts +9 -0
- package/glyph/editor/error.js +14 -0
- package/glyph/editor/expand.d.ts +9 -0
- package/glyph/editor/expand.js +14 -0
- package/glyph/editor/feedback.d.ts +9 -0
- package/glyph/editor/feedback.js +14 -0
- package/glyph/editor/file-preview.d.ts +9 -0
- package/glyph/editor/file-preview.js +14 -0
- package/glyph/editor/file.d.ts +9 -0
- package/glyph/editor/file.js +14 -0
- package/glyph/editor/help.d.ts +9 -0
- package/glyph/editor/help.js +14 -0
- package/glyph/editor/hint.d.ts +9 -0
- package/glyph/editor/hint.js +14 -0
- package/glyph/editor/horizontal-rule.d.ts +9 -0
- package/glyph/editor/horizontal-rule.js +14 -0
- package/glyph/editor/image-border.d.ts +9 -0
- package/glyph/editor/image-border.js +14 -0
- package/glyph/editor/image-resize.d.ts +9 -0
- package/glyph/editor/image-resize.js +14 -0
- package/glyph/editor/image.d.ts +9 -0
- package/glyph/editor/image.js +14 -0
- package/glyph/editor/indent.d.ts +9 -0
- package/glyph/editor/indent.js +14 -0
- package/glyph/editor/info.d.ts +9 -0
- package/glyph/editor/info.js +14 -0
- package/glyph/editor/italic.d.ts +9 -0
- package/glyph/editor/italic.js +14 -0
- package/glyph/editor/layout-single.d.ts +9 -0
- package/glyph/editor/layout-single.js +14 -0
- package/glyph/editor/layout-three-equal.d.ts +9 -0
- package/glyph/editor/layout-three-equal.js +14 -0
- package/glyph/editor/layout-three-with-sidebars.d.ts +9 -0
- package/glyph/editor/layout-three-with-sidebars.js +14 -0
- package/glyph/editor/layout-two-equal.d.ts +9 -0
- package/glyph/editor/layout-two-equal.js +14 -0
- package/glyph/editor/layout-two-left-sidebar.d.ts +9 -0
- package/glyph/editor/layout-two-left-sidebar.js +14 -0
- package/glyph/editor/layout-two-right-sidebar.d.ts +9 -0
- package/glyph/editor/layout-two-right-sidebar.js +14 -0
- package/glyph/editor/link.d.ts +9 -0
- package/glyph/editor/link.js +14 -0
- package/glyph/editor/media-center.d.ts +9 -0
- package/glyph/editor/media-center.js +14 -0
- package/glyph/editor/media-full-width.d.ts +9 -0
- package/glyph/editor/media-full-width.js +14 -0
- package/glyph/editor/media-wide.d.ts +9 -0
- package/glyph/editor/media-wide.js +14 -0
- package/glyph/editor/media-wrap-left.d.ts +9 -0
- package/glyph/editor/media-wrap-left.js +14 -0
- package/glyph/editor/media-wrap-right.d.ts +9 -0
- package/glyph/editor/media-wrap-right.js +14 -0
- package/glyph/editor/mention.d.ts +9 -0
- package/glyph/editor/mention.js +14 -0
- package/glyph/editor/more.d.ts +9 -0
- package/glyph/editor/more.js +14 -0
- package/glyph/editor/note.d.ts +9 -0
- package/glyph/editor/note.js +14 -0
- package/glyph/editor/number-list.d.ts +9 -0
- package/glyph/editor/number-list.js +14 -0
- package/glyph/editor/open.d.ts +9 -0
- package/glyph/editor/open.js +14 -0
- package/glyph/editor/outdent.d.ts +9 -0
- package/glyph/editor/outdent.js +14 -0
- package/glyph/editor/panel.d.ts +9 -0
- package/glyph/editor/panel.js +14 -0
- package/glyph/editor/photo.d.ts +9 -0
- package/glyph/editor/photo.js +14 -0
- package/glyph/editor/quote.d.ts +9 -0
- package/glyph/editor/quote.js +14 -0
- package/glyph/editor/recent.d.ts +9 -0
- package/glyph/editor/recent.js +14 -0
- package/glyph/editor/redo.d.ts +9 -0
- package/glyph/editor/redo.js +14 -0
- package/glyph/editor/remove-emoji.d.ts +9 -0
- package/glyph/editor/remove-emoji.js +14 -0
- package/glyph/editor/remove.d.ts +9 -0
- package/glyph/editor/remove.js +14 -0
- package/glyph/editor/search.d.ts +9 -0
- package/glyph/editor/search.js +14 -0
- package/glyph/editor/settings.d.ts +9 -0
- package/glyph/editor/settings.js +14 -0
- package/glyph/editor/strikethrough.d.ts +9 -0
- package/glyph/editor/strikethrough.js +14 -0
- package/glyph/editor/success.d.ts +9 -0
- package/glyph/editor/success.js +14 -0
- package/glyph/editor/table-display-options.d.ts +9 -0
- package/glyph/editor/table-display-options.js +14 -0
- package/glyph/editor/table.d.ts +9 -0
- package/glyph/editor/table.js +14 -0
- package/glyph/editor/task.d.ts +9 -0
- package/glyph/editor/task.js +14 -0
- package/glyph/editor/text-color.d.ts +9 -0
- package/glyph/editor/text-color.js +14 -0
- package/glyph/editor/text-style.d.ts +9 -0
- package/glyph/editor/text-style.js +14 -0
- package/glyph/editor/underline.d.ts +9 -0
- package/glyph/editor/underline.js +14 -0
- package/glyph/editor/undo.d.ts +9 -0
- package/glyph/editor/undo.js +14 -0
- package/glyph/editor/unlink.d.ts +9 -0
- package/glyph/editor/unlink.js +14 -0
- package/glyph/editor/warning.d.ts +9 -0
- package/glyph/editor/warning.js +14 -0
- package/glyph/email.d.ts +9 -0
- package/glyph/email.js +14 -0
- package/glyph/emoji/activity.d.ts +9 -0
- package/glyph/emoji/activity.js +14 -0
- package/glyph/emoji/atlassian.d.ts +9 -0
- package/glyph/emoji/atlassian.js +14 -0
- package/glyph/emoji/custom.d.ts +9 -0
- package/glyph/emoji/custom.js +14 -0
- package/glyph/emoji/emoji.d.ts +9 -0
- package/glyph/emoji/emoji.js +14 -0
- package/glyph/emoji/flags.d.ts +9 -0
- package/glyph/emoji/flags.js +14 -0
- package/glyph/emoji/food.d.ts +9 -0
- package/glyph/emoji/food.js +14 -0
- package/glyph/emoji/frequent.d.ts +9 -0
- package/glyph/emoji/frequent.js +14 -0
- package/glyph/emoji/keyboard.d.ts +9 -0
- package/glyph/emoji/keyboard.js +14 -0
- package/glyph/emoji/nature.d.ts +9 -0
- package/glyph/emoji/nature.js +14 -0
- package/glyph/emoji/objects.d.ts +9 -0
- package/glyph/emoji/objects.js +14 -0
- package/glyph/emoji/people.d.ts +9 -0
- package/glyph/emoji/people.js +14 -0
- package/glyph/emoji/productivity.d.ts +9 -0
- package/glyph/emoji/productivity.js +14 -0
- package/glyph/emoji/symbols.d.ts +9 -0
- package/glyph/emoji/symbols.js +14 -0
- package/glyph/emoji/travel.d.ts +9 -0
- package/glyph/emoji/travel.js +14 -0
- package/glyph/emoji-add.d.ts +9 -0
- package/glyph/emoji-add.js +14 -0
- package/glyph/emoji.d.ts +9 -0
- package/glyph/emoji.js +14 -0
- package/glyph/error.d.ts +9 -0
- package/glyph/error.js +14 -0
- package/glyph/export.d.ts +9 -0
- package/glyph/export.js +14 -0
- package/glyph/feedback.d.ts +9 -0
- package/glyph/feedback.js +14 -0
- package/glyph/file.d.ts +9 -0
- package/glyph/file.js +14 -0
- package/glyph/filter.d.ts +9 -0
- package/glyph/filter.js +14 -0
- package/glyph/flag-filled.d.ts +9 -0
- package/glyph/flag-filled.js +14 -0
- package/glyph/folder-filled.d.ts +9 -0
- package/glyph/folder-filled.js +14 -0
- package/glyph/folder.d.ts +9 -0
- package/glyph/folder.js +14 -0
- package/glyph/followers.d.ts +9 -0
- package/glyph/followers.js +14 -0
- package/glyph/following.d.ts +9 -0
- package/glyph/following.js +14 -0
- package/glyph/googledrive.d.ts +9 -0
- package/glyph/googledrive.js +14 -0
- package/glyph/graph-bar.d.ts +9 -0
- package/glyph/graph-bar.js +14 -0
- package/glyph/graph-line.d.ts +9 -0
- package/glyph/graph-line.js +14 -0
- package/glyph/gsuite.d.ts +9 -0
- package/glyph/gsuite.js +14 -0
- package/glyph/highlights.d.ts +9 -0
- package/glyph/highlights.js +14 -0
- package/glyph/hipchat/audio-only.d.ts +9 -0
- package/glyph/hipchat/audio-only.js +14 -0
- package/glyph/hipchat/chevron-double-down.d.ts +9 -0
- package/glyph/hipchat/chevron-double-down.js +14 -0
- package/glyph/hipchat/chevron-double-up.d.ts +9 -0
- package/glyph/hipchat/chevron-double-up.js +14 -0
- package/glyph/hipchat/chevron-down.d.ts +9 -0
- package/glyph/hipchat/chevron-down.js +14 -0
- package/glyph/hipchat/chevron-up.d.ts +9 -0
- package/glyph/hipchat/chevron-up.js +14 -0
- package/glyph/hipchat/dial-out.d.ts +9 -0
- package/glyph/hipchat/dial-out.js +14 -0
- package/glyph/hipchat/lobby.d.ts +9 -0
- package/glyph/hipchat/lobby.js +14 -0
- package/glyph/hipchat/media-attachment-count.d.ts +9 -0
- package/glyph/hipchat/media-attachment-count.js +14 -0
- package/glyph/hipchat/outgoing-sound.d.ts +9 -0
- package/glyph/hipchat/outgoing-sound.js +14 -0
- package/glyph/hipchat/sd-video.d.ts +9 -0
- package/glyph/hipchat/sd-video.js +14 -0
- package/glyph/home-circle.d.ts +9 -0
- package/glyph/home-circle.js +14 -0
- package/glyph/home.d.ts +9 -0
- package/glyph/home.js +14 -0
- package/glyph/image-border.d.ts +9 -0
- package/glyph/image-border.js +14 -0
- package/glyph/image-resize.d.ts +9 -0
- package/glyph/image-resize.js +14 -0
- package/glyph/image.d.ts +9 -0
- package/glyph/image.js +14 -0
- package/glyph/info.d.ts +9 -0
- package/glyph/info.js +14 -0
- package/glyph/invite-team.d.ts +9 -0
- package/glyph/invite-team.js +14 -0
- package/glyph/issue-raise.d.ts +9 -0
- package/glyph/issue-raise.js +14 -0
- package/glyph/issue.d.ts +9 -0
- package/glyph/issue.js +14 -0
- package/glyph/issues.d.ts +9 -0
- package/glyph/issues.js +14 -0
- package/glyph/jira/capture.d.ts +9 -0
- package/glyph/jira/capture.js +14 -0
- package/glyph/jira/failed-build-status.d.ts +9 -0
- package/glyph/jira/failed-build-status.js +14 -0
- package/glyph/jira/labs.d.ts +9 -0
- package/glyph/jira/labs.js +14 -0
- package/glyph/jira/test-session.d.ts +9 -0
- package/glyph/jira/test-session.js +14 -0
- package/glyph/label.d.ts +9 -0
- package/glyph/label.js +14 -0
- package/glyph/lightbulb-filled.d.ts +9 -0
- package/glyph/lightbulb-filled.js +14 -0
- package/glyph/lightbulb.d.ts +9 -0
- package/glyph/lightbulb.js +14 -0
- package/glyph/like.d.ts +9 -0
- package/glyph/like.js +14 -0
- package/glyph/link-filled.d.ts +9 -0
- package/glyph/link-filled.js +14 -0
- package/glyph/link.d.ts +9 -0
- package/glyph/link.js +14 -0
- package/glyph/list.d.ts +9 -0
- package/glyph/list.js +14 -0
- package/glyph/location.d.ts +9 -0
- package/glyph/location.js +14 -0
- package/glyph/lock-circle.d.ts +9 -0
- package/glyph/lock-circle.js +14 -0
- package/glyph/lock-filled.d.ts +9 -0
- package/glyph/lock-filled.js +14 -0
- package/glyph/lock.d.ts +9 -0
- package/glyph/lock.js +14 -0
- package/glyph/marketplace.d.ts +9 -0
- package/glyph/marketplace.js +14 -0
- package/glyph/media-services/actual-size.d.ts +9 -0
- package/glyph/media-services/actual-size.js +14 -0
- package/glyph/media-services/add-comment.d.ts +9 -0
- package/glyph/media-services/add-comment.js +14 -0
- package/glyph/media-services/annotate.d.ts +9 -0
- package/glyph/media-services/annotate.js +14 -0
- package/glyph/media-services/arrow.d.ts +9 -0
- package/glyph/media-services/arrow.js +14 -0
- package/glyph/media-services/audio.d.ts +9 -0
- package/glyph/media-services/audio.js +14 -0
- package/glyph/media-services/blur.d.ts +9 -0
- package/glyph/media-services/blur.js +14 -0
- package/glyph/media-services/brush.d.ts +9 -0
- package/glyph/media-services/brush.js +14 -0
- package/glyph/media-services/button-option.d.ts +9 -0
- package/glyph/media-services/button-option.js +14 -0
- package/glyph/media-services/code.d.ts +9 -0
- package/glyph/media-services/code.js +14 -0
- package/glyph/media-services/document.d.ts +9 -0
- package/glyph/media-services/document.js +14 -0
- package/glyph/media-services/filter.d.ts +9 -0
- package/glyph/media-services/filter.js +14 -0
- package/glyph/media-services/fit-to-page.d.ts +9 -0
- package/glyph/media-services/fit-to-page.js +14 -0
- package/glyph/media-services/full-screen.d.ts +9 -0
- package/glyph/media-services/full-screen.js +14 -0
- package/glyph/media-services/grid.d.ts +9 -0
- package/glyph/media-services/grid.js +14 -0
- package/glyph/media-services/image.d.ts +9 -0
- package/glyph/media-services/image.js +14 -0
- package/glyph/media-services/line-thickness.d.ts +9 -0
- package/glyph/media-services/line-thickness.js +14 -0
- package/glyph/media-services/line.d.ts +9 -0
- package/glyph/media-services/line.js +14 -0
- package/glyph/media-services/no-image.d.ts +9 -0
- package/glyph/media-services/no-image.js +14 -0
- package/glyph/media-services/open-mediaviewer.d.ts +9 -0
- package/glyph/media-services/open-mediaviewer.js +14 -0
- package/glyph/media-services/oval.d.ts +9 -0
- package/glyph/media-services/oval.js +14 -0
- package/glyph/media-services/pdf.d.ts +9 -0
- package/glyph/media-services/pdf.js +14 -0
- package/glyph/media-services/preselected.d.ts +9 -0
- package/glyph/media-services/preselected.js +14 -0
- package/glyph/media-services/presentation.d.ts +9 -0
- package/glyph/media-services/presentation.js +14 -0
- package/glyph/media-services/rectangle.d.ts +9 -0
- package/glyph/media-services/rectangle.js +14 -0
- package/glyph/media-services/scale-large.d.ts +9 -0
- package/glyph/media-services/scale-large.js +14 -0
- package/glyph/media-services/scale-small.d.ts +9 -0
- package/glyph/media-services/scale-small.js +14 -0
- package/glyph/media-services/spreadsheet.d.ts +9 -0
- package/glyph/media-services/spreadsheet.js +14 -0
- package/glyph/media-services/text.d.ts +9 -0
- package/glyph/media-services/text.js +14 -0
- package/glyph/media-services/unknown.d.ts +9 -0
- package/glyph/media-services/unknown.js +14 -0
- package/glyph/media-services/video.d.ts +9 -0
- package/glyph/media-services/video.js +14 -0
- package/glyph/media-services/zip.d.ts +9 -0
- package/glyph/media-services/zip.js +14 -0
- package/glyph/media-services/zoom-in.d.ts +9 -0
- package/glyph/media-services/zoom-in.js +14 -0
- package/glyph/media-services/zoom-out.d.ts +9 -0
- package/glyph/media-services/zoom-out.js +14 -0
- package/glyph/mention.d.ts +9 -0
- package/glyph/mention.js +14 -0
- package/glyph/menu-expand.d.ts +9 -0
- package/glyph/menu-expand.js +14 -0
- package/glyph/menu.d.ts +9 -0
- package/glyph/menu.js +14 -0
- package/glyph/mobile.d.ts +9 -0
- package/glyph/mobile.js +14 -0
- package/glyph/more-vertical.d.ts +9 -0
- package/glyph/more-vertical.js +14 -0
- package/glyph/more.d.ts +9 -0
- package/glyph/more.js +14 -0
- package/glyph/notification-all.d.ts +9 -0
- package/glyph/notification-all.js +14 -0
- package/glyph/notification-direct.d.ts +9 -0
- package/glyph/notification-direct.js +14 -0
- package/glyph/notification.d.ts +9 -0
- package/glyph/notification.js +14 -0
- package/glyph/office-building-filled.d.ts +9 -0
- package/glyph/office-building-filled.js +14 -0
- package/glyph/office-building.d.ts +9 -0
- package/glyph/office-building.js +14 -0
- package/glyph/open.d.ts +9 -0
- package/glyph/open.js +14 -0
- package/glyph/overview.d.ts +9 -0
- package/glyph/overview.js +14 -0
- package/glyph/page-filled.d.ts +9 -0
- package/glyph/page-filled.js +14 -0
- package/glyph/page.d.ts +9 -0
- package/glyph/page.js +14 -0
- package/glyph/pdf.d.ts +9 -0
- package/glyph/pdf.js +14 -0
- package/glyph/people-group.d.ts +9 -0
- package/glyph/people-group.js +14 -0
- package/glyph/people.d.ts +9 -0
- package/glyph/people.js +14 -0
- package/glyph/person-circle.d.ts +9 -0
- package/glyph/person-circle.js +14 -0
- package/glyph/person-with-circle.d.ts +9 -0
- package/glyph/person-with-circle.js +14 -0
- package/glyph/person-with-cross.d.ts +9 -0
- package/glyph/person-with-cross.js +14 -0
- package/glyph/person-with-tick.d.ts +9 -0
- package/glyph/person-with-tick.js +14 -0
- package/glyph/person.d.ts +9 -0
- package/glyph/person.js +14 -0
- package/glyph/portfolio.d.ts +9 -0
- package/glyph/portfolio.js +14 -0
- package/glyph/preferences.d.ts +9 -0
- package/glyph/preferences.js +14 -0
- package/glyph/premium.d.ts +9 -0
- package/glyph/premium.js +14 -0
- package/glyph/presence-active.d.ts +9 -0
- package/glyph/presence-active.js +14 -0
- package/glyph/presence-busy.d.ts +9 -0
- package/glyph/presence-busy.js +14 -0
- package/glyph/presence-unavailable.d.ts +9 -0
- package/glyph/presence-unavailable.js +14 -0
- package/glyph/question-circle.d.ts +9 -0
- package/glyph/question-circle.js +14 -0
- package/glyph/question.d.ts +9 -0
- package/glyph/question.js +14 -0
- package/glyph/questions.d.ts +9 -0
- package/glyph/questions.js +14 -0
- package/glyph/queues.d.ts +9 -0
- package/glyph/queues.js +14 -0
- package/glyph/quote.d.ts +9 -0
- package/glyph/quote.js +14 -0
- package/glyph/radio.d.ts +9 -0
- package/glyph/radio.js +14 -0
- package/glyph/recent.d.ts +9 -0
- package/glyph/recent.js +14 -0
- package/glyph/redo.d.ts +9 -0
- package/glyph/redo.js +14 -0
- package/glyph/refresh.d.ts +9 -0
- package/glyph/refresh.js +14 -0
- package/glyph/retry.d.ts +9 -0
- package/glyph/retry.js +14 -0
- package/glyph/roadmap.d.ts +9 -0
- package/glyph/roadmap.js +14 -0
- package/glyph/room-menu.d.ts +9 -0
- package/glyph/room-menu.js +14 -0
- package/glyph/schedule-filled.d.ts +9 -0
- package/glyph/schedule-filled.js +14 -0
- package/glyph/schedule.d.ts +9 -0
- package/glyph/schedule.js +14 -0
- package/glyph/screen.d.ts +9 -0
- package/glyph/screen.js +14 -0
- package/glyph/search.d.ts +9 -0
- package/glyph/search.js +14 -0
- package/glyph/select-clear.d.ts +9 -0
- package/glyph/select-clear.js +14 -0
- package/glyph/send.d.ts +9 -0
- package/glyph/send.js +14 -0
- package/glyph/settings.d.ts +9 -0
- package/glyph/settings.js +14 -0
- package/glyph/share.d.ts +9 -0
- package/glyph/share.js +14 -0
- package/glyph/ship.d.ts +9 -0
- package/glyph/ship.js +14 -0
- package/glyph/shortcut.d.ts +9 -0
- package/glyph/shortcut.js +14 -0
- package/glyph/sign-in.d.ts +9 -0
- package/glyph/sign-in.js +14 -0
- package/glyph/sign-out.d.ts +9 -0
- package/glyph/sign-out.js +14 -0
- package/glyph/sprint.d.ts +9 -0
- package/glyph/sprint.js +14 -0
- package/glyph/star-filled.d.ts +9 -0
- package/glyph/star-filled.js +14 -0
- package/glyph/star-large.d.ts +9 -0
- package/glyph/star-large.js +14 -0
- package/glyph/star.d.ts +9 -0
- package/glyph/star.js +14 -0
- package/glyph/status.d.ts +9 -0
- package/glyph/status.js +14 -0
- package/glyph/stopwatch.d.ts +9 -0
- package/glyph/stopwatch.js +14 -0
- package/glyph/subtask.d.ts +9 -0
- package/glyph/subtask.js +14 -0
- package/glyph/suitcase.d.ts +9 -0
- package/glyph/suitcase.js +14 -0
- package/glyph/switcher.d.ts +9 -0
- package/glyph/switcher.js +14 -0
- package/glyph/table.d.ts +9 -0
- package/glyph/table.js +14 -0
- package/glyph/task.d.ts +9 -0
- package/glyph/task.js +14 -0
- package/glyph/teams.d.ts +9 -0
- package/glyph/teams.js +14 -0
- package/glyph/trash.d.ts +9 -0
- package/glyph/trash.js +14 -0
- package/glyph/tray.d.ts +9 -0
- package/glyph/tray.js +14 -0
- package/glyph/undo.d.ts +9 -0
- package/glyph/undo.js +14 -0
- package/glyph/unlink.d.ts +9 -0
- package/glyph/unlink.js +14 -0
- package/glyph/unlock-circle.d.ts +9 -0
- package/glyph/unlock-circle.js +14 -0
- package/glyph/unlock-filled.d.ts +9 -0
- package/glyph/unlock-filled.js +14 -0
- package/glyph/unlock.d.ts +9 -0
- package/glyph/unlock.js +14 -0
- package/glyph/upload.d.ts +9 -0
- package/glyph/upload.js +14 -0
- package/glyph/user-avatar-circle.d.ts +9 -0
- package/glyph/user-avatar-circle.js +14 -0
- package/glyph/vid-audio-muted.d.ts +9 -0
- package/glyph/vid-audio-muted.js +14 -0
- package/glyph/vid-audio-on.d.ts +9 -0
- package/glyph/vid-audio-on.js +14 -0
- package/glyph/vid-backward.d.ts +9 -0
- package/glyph/vid-backward.js +14 -0
- package/glyph/vid-camera-off.d.ts +9 -0
- package/glyph/vid-camera-off.js +14 -0
- package/glyph/vid-camera-on.d.ts +9 -0
- package/glyph/vid-camera-on.js +14 -0
- package/glyph/vid-connection-circle.d.ts +9 -0
- package/glyph/vid-connection-circle.js +14 -0
- package/glyph/vid-forward.d.ts +9 -0
- package/glyph/vid-forward.js +14 -0
- package/glyph/vid-full-screen-off.d.ts +9 -0
- package/glyph/vid-full-screen-off.js +14 -0
- package/glyph/vid-full-screen-on.d.ts +9 -0
- package/glyph/vid-full-screen-on.js +14 -0
- package/glyph/vid-hang-up.d.ts +9 -0
- package/glyph/vid-hang-up.js +14 -0
- package/glyph/vid-hd-circle.d.ts +9 -0
- package/glyph/vid-hd-circle.js +14 -0
- package/glyph/vid-pause.d.ts +9 -0
- package/glyph/vid-pause.js +14 -0
- package/glyph/vid-play.d.ts +9 -0
- package/glyph/vid-play.js +14 -0
- package/glyph/vid-raised-hand.d.ts +9 -0
- package/glyph/vid-raised-hand.js +14 -0
- package/glyph/vid-share-screen.d.ts +9 -0
- package/glyph/vid-share-screen.js +14 -0
- package/glyph/vid-speaking-circle.d.ts +9 -0
- package/glyph/vid-speaking-circle.js +14 -0
- package/glyph/vid-volume-full.d.ts +9 -0
- package/glyph/vid-volume-full.js +14 -0
- package/glyph/vid-volume-half.d.ts +9 -0
- package/glyph/vid-volume-half.js +14 -0
- package/glyph/vid-volume-muted.d.ts +9 -0
- package/glyph/vid-volume-muted.js +14 -0
- package/glyph/video-circle.d.ts +9 -0
- package/glyph/video-circle.js +14 -0
- package/glyph/video-filled.d.ts +9 -0
- package/glyph/video-filled.js +14 -0
- package/glyph/warning.d.ts +9 -0
- package/glyph/warning.js +14 -0
- package/glyph/watch-filled.d.ts +9 -0
- package/glyph/watch-filled.js +14 -0
- package/glyph/watch.d.ts +9 -0
- package/glyph/watch.js +14 -0
- package/glyph/world-small.d.ts +9 -0
- package/glyph/world-small.js +14 -0
- package/glyph/world.d.ts +9 -0
- package/glyph/world.js +14 -0
- package/package.json +7 -7
- package/svgs_raw/activity.svg +13 -0
- package/svgs_raw/add-circle.svg +13 -0
- package/svgs_raw/add-item.svg +13 -0
- package/svgs_raw/add.svg +12 -0
- package/svgs_raw/addon.svg +13 -0
- package/svgs_raw/app-access.svg +15 -0
- package/svgs_raw/app-switcher.svg +3 -0
- package/svgs_raw/archive.svg +3 -0
- package/svgs_raw/arrow-down-circle.svg +13 -0
- package/svgs_raw/arrow-down.svg +12 -0
- package/svgs_raw/arrow-left-circle.svg +13 -0
- package/svgs_raw/arrow-left.svg +3 -0
- package/svgs_raw/arrow-right-circle.svg +13 -0
- package/svgs_raw/arrow-right.svg +12 -0
- package/svgs_raw/arrow-up-circle.svg +13 -0
- package/svgs_raw/arrow-up.svg +12 -0
- package/svgs_raw/attachment.svg +12 -0
- package/svgs_raw/audio-circle.svg +13 -0
- package/svgs_raw/audio.svg +12 -0
- package/svgs_raw/backlog.svg +15 -0
- package/svgs_raw/billing-filled.svg +19 -0
- package/svgs_raw/billing.svg +19 -0
- package/svgs_raw/bitbucket/branches.svg +12 -0
- package/svgs_raw/bitbucket/builds.svg +16 -0
- package/svgs_raw/bitbucket/clone.svg +16 -0
- package/svgs_raw/bitbucket/commits.svg +12 -0
- package/svgs_raw/bitbucket/compare.svg +15 -0
- package/svgs_raw/bitbucket/forks.svg +16 -0
- package/svgs_raw/bitbucket/output.svg +15 -0
- package/svgs_raw/bitbucket/pipelines.svg +13 -0
- package/svgs_raw/bitbucket/pullrequests.svg +13 -0
- package/svgs_raw/bitbucket/repos.svg +14 -0
- package/svgs_raw/bitbucket/snippets.svg +13 -0
- package/svgs_raw/bitbucket/source.svg +13 -0
- package/svgs_raw/board.svg +14 -0
- package/svgs_raw/book.svg +16 -0
- package/svgs_raw/bullet-list.svg +17 -0
- package/svgs_raw/calendar-filled.svg +20 -0
- package/svgs_raw/calendar.svg +12 -0
- package/svgs_raw/camera-filled.svg +14 -0
- package/svgs_raw/camera-rotate.svg +16 -0
- package/svgs_raw/camera-take-picture.svg +13 -0
- package/svgs_raw/camera.svg +15 -0
- package/svgs_raw/canvas.svg +17 -0
- package/svgs_raw/check-circle-outline.svg +11 -0
- package/svgs_raw/check-circle.svg +13 -0
- package/svgs_raw/check.svg +12 -0
- package/svgs_raw/checkbox-indeterminate.svg +13 -0
- package/svgs_raw/checkbox.svg +13 -0
- package/svgs_raw/chevron-down-circle.svg +13 -0
- package/svgs_raw/chevron-down.svg +12 -0
- package/svgs_raw/chevron-left-circle.svg +13 -0
- package/svgs_raw/chevron-left-large.svg +3 -0
- package/svgs_raw/chevron-left.svg +12 -0
- package/svgs_raw/chevron-right-circle.svg +13 -0
- package/svgs_raw/chevron-right-large.svg +3 -0
- package/svgs_raw/chevron-right.svg +12 -0
- package/svgs_raw/chevron-up-circle.svg +13 -0
- package/svgs_raw/chevron-up.svg +12 -0
- package/svgs_raw/child-issues.svg +16 -0
- package/svgs_raw/code.svg +14 -0
- package/svgs_raw/comment.svg +14 -0
- package/svgs_raw/component.svg +14 -0
- package/svgs_raw/copy.svg +13 -0
- package/svgs_raw/creditcard-filled.svg +13 -0
- package/svgs_raw/creditcard.svg +13 -0
- package/svgs_raw/cross-circle.svg +14 -0
- package/svgs_raw/cross.svg +12 -0
- package/svgs_raw/dashboard.svg +14 -0
- package/svgs_raw/decision.svg +14 -0
- package/svgs_raw/department.svg +3 -0
- package/svgs_raw/detail-view.svg +16 -0
- package/svgs_raw/discover-filled.svg +12 -0
- package/svgs_raw/discover.svg +13 -0
- package/svgs_raw/document-filled.svg +12 -0
- package/svgs_raw/document.svg +12 -0
- package/svgs_raw/documents.svg +13 -0
- package/svgs_raw/download.svg +14 -0
- package/svgs_raw/drag-handler.svg +14 -0
- package/svgs_raw/dropbox.svg +3 -0
- package/svgs_raw/edit-filled.svg +13 -0
- package/svgs_raw/edit.svg +13 -0
- package/svgs_raw/editor/add.svg +12 -0
- package/svgs_raw/editor/addon.svg +12 -0
- package/svgs_raw/editor/advanced.svg +12 -0
- package/svgs_raw/editor/align-center.svg +12 -0
- package/svgs_raw/editor/align-image-center.svg +1 -0
- package/svgs_raw/editor/align-image-left.svg +1 -0
- package/svgs_raw/editor/align-image-right.svg +1 -0
- package/svgs_raw/editor/align-left.svg +12 -0
- package/svgs_raw/editor/align-right.svg +12 -0
- package/svgs_raw/editor/attachment.svg +12 -0
- package/svgs_raw/editor/background-color.svg +10 -0
- package/svgs_raw/editor/bold.svg +12 -0
- package/svgs_raw/editor/bullet-list.svg +12 -0
- package/svgs_raw/editor/close.svg +12 -0
- package/svgs_raw/editor/code.svg +12 -0
- package/svgs_raw/editor/collapse.svg +9 -0
- package/svgs_raw/editor/date.svg +12 -0
- package/svgs_raw/editor/decision.svg +12 -0
- package/svgs_raw/editor/divider.svg +12 -0
- package/svgs_raw/editor/done.svg +12 -0
- package/svgs_raw/editor/edit.svg +12 -0
- package/svgs_raw/editor/emoji.svg +12 -0
- package/svgs_raw/editor/error.svg +12 -0
- package/svgs_raw/editor/expand.svg +9 -0
- package/svgs_raw/editor/feedback.svg +12 -0
- package/svgs_raw/editor/file-preview.svg +4 -0
- package/svgs_raw/editor/file.svg +12 -0
- package/svgs_raw/editor/help.svg +12 -0
- package/svgs_raw/editor/hint.svg +12 -0
- package/svgs_raw/editor/horizontal-rule.svg +10 -0
- package/svgs_raw/editor/image-border.svg +12 -0
- package/svgs_raw/editor/image-resize.svg +12 -0
- package/svgs_raw/editor/image.svg +12 -0
- package/svgs_raw/editor/indent.svg +12 -0
- package/svgs_raw/editor/info.svg +12 -0
- package/svgs_raw/editor/italic.svg +12 -0
- package/svgs_raw/editor/layout-single.svg +3 -0
- package/svgs_raw/editor/layout-three-equal.svg +10 -0
- package/svgs_raw/editor/layout-three-with-sidebars.svg +10 -0
- package/svgs_raw/editor/layout-two-equal.svg +10 -0
- package/svgs_raw/editor/layout-two-left-sidebar.svg +10 -0
- package/svgs_raw/editor/layout-two-right-sidebar.svg +10 -0
- package/svgs_raw/editor/link.svg +12 -0
- package/svgs_raw/editor/media-center.svg +12 -0
- package/svgs_raw/editor/media-full-width.svg +12 -0
- package/svgs_raw/editor/media-wide.svg +12 -0
- package/svgs_raw/editor/media-wrap-left.svg +12 -0
- package/svgs_raw/editor/media-wrap-right.svg +12 -0
- package/svgs_raw/editor/mention.svg +12 -0
- package/svgs_raw/editor/more.svg +12 -0
- package/svgs_raw/editor/note.svg +12 -0
- package/svgs_raw/editor/number-list.svg +12 -0
- package/svgs_raw/editor/open.svg +12 -0
- package/svgs_raw/editor/outdent.svg +12 -0
- package/svgs_raw/editor/panel.svg +12 -0
- package/svgs_raw/editor/photo.svg +12 -0
- package/svgs_raw/editor/quote.svg +12 -0
- package/svgs_raw/editor/recent.svg +12 -0
- package/svgs_raw/editor/redo.svg +12 -0
- package/svgs_raw/editor/remove-emoji.svg +4 -0
- package/svgs_raw/editor/remove.svg +12 -0
- package/svgs_raw/editor/search.svg +12 -0
- package/svgs_raw/editor/settings.svg +9 -0
- package/svgs_raw/editor/strikethrough.svg +12 -0
- package/svgs_raw/editor/success.svg +12 -0
- package/svgs_raw/editor/table-display-options.svg +10 -0
- package/svgs_raw/editor/table.svg +12 -0
- package/svgs_raw/editor/task.svg +12 -0
- package/svgs_raw/editor/text-color.svg +12 -0
- package/svgs_raw/editor/text-style.svg +12 -0
- package/svgs_raw/editor/underline.svg +12 -0
- package/svgs_raw/editor/undo.svg +12 -0
- package/svgs_raw/editor/unlink.svg +12 -0
- package/svgs_raw/editor/warning.svg +12 -0
- package/svgs_raw/email.svg +13 -0
- package/svgs_raw/emoji/activity.svg +12 -0
- package/svgs_raw/emoji/atlassian.svg +15 -0
- package/svgs_raw/emoji/custom.svg +12 -0
- package/svgs_raw/emoji/emoji.svg +12 -0
- package/svgs_raw/emoji/flags.svg +12 -0
- package/svgs_raw/emoji/food.svg +12 -0
- package/svgs_raw/emoji/frequent.svg +12 -0
- package/svgs_raw/emoji/keyboard.svg +13 -0
- package/svgs_raw/emoji/nature.svg +12 -0
- package/svgs_raw/emoji/objects.svg +12 -0
- package/svgs_raw/emoji/people.svg +12 -0
- package/svgs_raw/emoji/productivity.svg +1 -0
- package/svgs_raw/emoji/symbols.svg +12 -0
- package/svgs_raw/emoji/travel.svg +12 -0
- package/svgs_raw/emoji-add.svg +12 -0
- package/svgs_raw/emoji.svg +12 -0
- package/svgs_raw/error.svg +14 -0
- package/svgs_raw/export.svg +12 -0
- package/svgs_raw/feedback.svg +15 -0
- package/svgs_raw/file.svg +14 -0
- package/svgs_raw/filter.svg +14 -0
- package/svgs_raw/flag-filled.svg +12 -0
- package/svgs_raw/folder-filled.svg +12 -0
- package/svgs_raw/folder.svg +12 -0
- package/svgs_raw/followers.svg +14 -0
- package/svgs_raw/following.svg +14 -0
- package/svgs_raw/googledrive.svg +12 -0
- package/svgs_raw/graph-bar.svg +15 -0
- package/svgs_raw/graph-line.svg +14 -0
- package/svgs_raw/gsuite.svg +12 -0
- package/svgs_raw/highlights.svg +13 -0
- package/svgs_raw/hipchat/audio-only.svg +13 -0
- package/svgs_raw/hipchat/chevron-double-down.svg +13 -0
- package/svgs_raw/hipchat/chevron-double-up.svg +13 -0
- package/svgs_raw/hipchat/chevron-down.svg +12 -0
- package/svgs_raw/hipchat/chevron-up.svg +12 -0
- package/svgs_raw/hipchat/dial-out.svg +12 -0
- package/svgs_raw/hipchat/lobby.svg +15 -0
- package/svgs_raw/hipchat/media-attachment-count.svg +12 -0
- package/svgs_raw/hipchat/outgoing-sound.svg +15 -0
- package/svgs_raw/hipchat/sd-video.svg +12 -0
- package/svgs_raw/home-circle.svg +9 -0
- package/svgs_raw/home.svg +9 -0
- package/svgs_raw/image-border.svg +16 -0
- package/svgs_raw/image-resize.svg +15 -0
- package/svgs_raw/image.svg +12 -0
- package/svgs_raw/info.svg +14 -0
- package/svgs_raw/invite-team.svg +15 -0
- package/svgs_raw/issue-raise.svg +14 -0
- package/svgs_raw/issue.svg +13 -0
- package/svgs_raw/issues.svg +15 -0
- package/svgs_raw/jira/capture.svg +12 -0
- package/svgs_raw/jira/failed-build-status.svg +14 -0
- package/svgs_raw/jira/labs.svg +14 -0
- package/svgs_raw/jira/test-session.svg +21 -0
- package/svgs_raw/label.svg +10 -0
- package/svgs_raw/lightbulb-filled.svg +12 -0
- package/svgs_raw/lightbulb.svg +12 -0
- package/svgs_raw/like.svg +10 -0
- package/svgs_raw/link-filled.svg +14 -0
- package/svgs_raw/link.svg +13 -0
- package/svgs_raw/list.svg +15 -0
- package/svgs_raw/location.svg +12 -0
- package/svgs_raw/lock-circle.svg +16 -0
- package/svgs_raw/lock-filled.svg +3 -0
- package/svgs_raw/lock.svg +13 -0
- package/svgs_raw/marketplace.svg +19 -0
- package/svgs_raw/media-services/actual-size.svg +10 -0
- package/svgs_raw/media-services/add-comment.svg +14 -0
- package/svgs_raw/media-services/annotate.svg +12 -0
- package/svgs_raw/media-services/arrow.svg +12 -0
- package/svgs_raw/media-services/audio.svg +13 -0
- package/svgs_raw/media-services/blur.svg +15 -0
- package/svgs_raw/media-services/brush.svg +12 -0
- package/svgs_raw/media-services/button-option.svg +12 -0
- package/svgs_raw/media-services/code.svg +13 -0
- package/svgs_raw/media-services/document.svg +15 -0
- package/svgs_raw/media-services/filter.svg +14 -0
- package/svgs_raw/media-services/fit-to-page.svg +10 -0
- package/svgs_raw/media-services/full-screen.svg +10 -0
- package/svgs_raw/media-services/grid.svg +15 -0
- package/svgs_raw/media-services/image.svg +15 -0
- package/svgs_raw/media-services/line-thickness.svg +12 -0
- package/svgs_raw/media-services/line.svg +12 -0
- package/svgs_raw/media-services/no-image.svg +12 -0
- package/svgs_raw/media-services/open-mediaviewer.svg +13 -0
- package/svgs_raw/media-services/oval.svg +12 -0
- package/svgs_raw/media-services/pdf.svg +16 -0
- package/svgs_raw/media-services/preselected.svg +12 -0
- package/svgs_raw/media-services/presentation.svg +15 -0
- package/svgs_raw/media-services/rectangle.svg +12 -0
- package/svgs_raw/media-services/scale-large.svg +14 -0
- package/svgs_raw/media-services/scale-small.svg +14 -0
- package/svgs_raw/media-services/spreadsheet.svg +18 -0
- package/svgs_raw/media-services/text.svg +16 -0
- package/svgs_raw/media-services/unknown.svg +13 -0
- package/svgs_raw/media-services/video.svg +14 -0
- package/svgs_raw/media-services/zip.svg +16 -0
- package/svgs_raw/media-services/zoom-in.svg +10 -0
- package/svgs_raw/media-services/zoom-out.svg +10 -0
- package/svgs_raw/mention.svg +14 -0
- package/svgs_raw/menu-expand.svg +9 -0
- package/svgs_raw/menu.svg +14 -0
- package/svgs_raw/mobile.svg +3 -0
- package/svgs_raw/more-vertical.svg +14 -0
- package/svgs_raw/more.svg +14 -0
- package/svgs_raw/notification-all.svg +17 -0
- package/svgs_raw/notification-direct.svg +13 -0
- package/svgs_raw/notification.svg +13 -0
- package/svgs_raw/office-building-filled.svg +22 -0
- package/svgs_raw/office-building.svg +22 -0
- package/svgs_raw/open.svg +13 -0
- package/svgs_raw/overview.svg +12 -0
- package/svgs_raw/page-filled.svg +15 -0
- package/svgs_raw/page.svg +15 -0
- package/svgs_raw/pdf.svg +16 -0
- package/svgs_raw/people-group.svg +17 -0
- package/svgs_raw/people.svg +15 -0
- package/svgs_raw/person-circle.svg +14 -0
- package/svgs_raw/person-with-circle.svg +9 -0
- package/svgs_raw/person-with-cross.svg +9 -0
- package/svgs_raw/person-with-tick.svg +9 -0
- package/svgs_raw/person.svg +13 -0
- package/svgs_raw/portfolio.svg +12 -0
- package/svgs_raw/preferences.svg +17 -0
- package/svgs_raw/premium.svg +3 -0
- package/svgs_raw/presence-active.svg +12 -0
- package/svgs_raw/presence-busy.svg +13 -0
- package/svgs_raw/presence-unavailable.svg +13 -0
- package/svgs_raw/question-circle.svg +14 -0
- package/svgs_raw/question.svg +14 -0
- package/svgs_raw/questions.svg +12 -0
- package/svgs_raw/queues.svg +12 -0
- package/svgs_raw/quote.svg +12 -0
- package/svgs_raw/radio.svg +13 -0
- package/svgs_raw/recent.svg +12 -0
- package/svgs_raw/redo.svg +13 -0
- package/svgs_raw/refresh.svg +15 -0
- package/svgs_raw/retry.svg +11 -0
- package/svgs_raw/roadmap.svg +10 -0
- package/svgs_raw/room-menu.svg +16 -0
- package/svgs_raw/schedule-filled.svg +15 -0
- package/svgs_raw/schedule.svg +16 -0
- package/svgs_raw/screen.svg +14 -0
- package/svgs_raw/search.svg +12 -0
- package/svgs_raw/select-clear.svg +12 -0
- package/svgs_raw/send.svg +13 -0
- package/svgs_raw/settings.svg +12 -0
- package/svgs_raw/share.svg +16 -0
- package/svgs_raw/ship.svg +14 -0
- package/svgs_raw/shortcut.svg +14 -0
- package/svgs_raw/sign-in.svg +14 -0
- package/svgs_raw/sign-out.svg +14 -0
- package/svgs_raw/sprint.svg +9 -0
- package/svgs_raw/star-filled.svg +10 -0
- package/svgs_raw/star-large.svg +10 -0
- package/svgs_raw/star.svg +12 -0
- package/svgs_raw/status.svg +9 -0
- package/svgs_raw/stopwatch.svg +9 -0
- package/svgs_raw/subtask.svg +13 -0
- package/svgs_raw/suitcase.svg +3 -0
- package/svgs_raw/switcher.svg +13 -0
- package/svgs_raw/table.svg +15 -0
- package/svgs_raw/task.svg +13 -0
- package/svgs_raw/teams.svg +3 -0
- package/svgs_raw/trash.svg +14 -0
- package/svgs_raw/tray.svg +15 -0
- package/svgs_raw/undo.svg +13 -0
- package/svgs_raw/unlink.svg +17 -0
- package/svgs_raw/unlock-circle.svg +16 -0
- package/svgs_raw/unlock-filled.svg +13 -0
- package/svgs_raw/unlock.svg +14 -0
- package/svgs_raw/upload.svg +14 -0
- package/svgs_raw/user-avatar-circle.svg +14 -0
- package/svgs_raw/vid-audio-muted.svg +10 -0
- package/svgs_raw/vid-audio-on.svg +13 -0
- package/svgs_raw/vid-backward.svg +3 -0
- package/svgs_raw/vid-camera-off.svg +10 -0
- package/svgs_raw/vid-camera-on.svg +10 -0
- package/svgs_raw/vid-connection-circle.svg +15 -0
- package/svgs_raw/vid-forward.svg +10 -0
- package/svgs_raw/vid-full-screen-off.svg +15 -0
- package/svgs_raw/vid-full-screen-on.svg +10 -0
- package/svgs_raw/vid-hang-up.svg +12 -0
- package/svgs_raw/vid-hd-circle.svg +13 -0
- package/svgs_raw/vid-pause.svg +10 -0
- package/svgs_raw/vid-play.svg +10 -0
- package/svgs_raw/vid-raised-hand.svg +14 -0
- package/svgs_raw/vid-share-screen.svg +16 -0
- package/svgs_raw/vid-speaking-circle.svg +14 -0
- package/svgs_raw/vid-volume-full.svg +10 -0
- package/svgs_raw/vid-volume-half.svg +10 -0
- package/svgs_raw/vid-volume-muted.svg +10 -0
- package/svgs_raw/video-circle.svg +14 -0
- package/svgs_raw/video-filled.svg +13 -0
- package/svgs_raw/warning.svg +14 -0
- package/svgs_raw/watch-filled.svg +13 -0
- package/svgs_raw/watch.svg +13 -0
- package/svgs_raw/world-small.svg +12 -0
- package/svgs_raw/world.svg +12 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const OfficeBuildingFilledIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><path fill="currentcolor" fill-rule="nonzero" d="M8 6H5.009C3.902 6 3 6.962 3 8.15v10.7C3 20.04 3.9 21 5.009 21h5.487H8z"/><path fill="inherit" d="M6 10h2v2H6zm0 3h2v2H6z"/><path fill="currentcolor" d="M9 4.995C9 3.893 9.902 3 11.009 3h7.982C20.101 3 21 3.893 21 4.995v14.01A2.004 2.004 0 0 1 18.991 21H9z"/><path fill="inherit" d="M12 7h2v2h-2zm0 3h2v2h-2zm0 3h2v2h-2zm2 3h2v3h-2zm2-9h2v2h-2zm0 3h2v2h-2zm0 3h2v2h-2z"/></g></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
OfficeBuildingFilledIcon.displayName = 'OfficeBuildingFilledIcon';
|
|
14
|
+
var _default = exports.default = OfficeBuildingFilledIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "office-building" is deprecated in favour of "@atlaskit/icon/core/office-building" and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const OfficeBuildingIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><path fill-rule="nonzero" d="M8 6H5.009C3.902 6 3 6.962 3 8.15v10.7C3 20.04 3.9 21 5.009 21h5.487H8v-2.145c-1.616-.001-3-.003-3-.004 0 0 .005-10.708.009-10.708L8 8.144z"/><path d="M12 7h2v2h-2zm-6 3h2v2H6zm0 3h2v2H6zm6-3h2v2h-2zm0 3h2v2h-2zm2 3h2v3h-2zm2-9h2v2h-2zm0 3h2v2h-2zm0 3h2v2h-2z"/><path fill-rule="nonzero" d="M18.991 19C18.998 19 19 4.995 19 4.995c0 .006-7.991.005-7.991.005C11.002 5 11 19 11 19zM9 4.995C9 3.893 9.902 3 11.009 3h7.982C20.101 3 21 3.893 21 4.995v14.01A2.004 2.004 0 0 1 18.991 21H9z"/></g></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
OfficeBuildingIcon.displayName = 'OfficeBuildingIcon';
|
|
14
|
+
var _default = exports.default = OfficeBuildingIcon;
|
package/glyph/open.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "open" is deprecated in favour of "@atlaskit/icon/core/arrow-up-right" and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
package/glyph/open.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const OpenIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><path d="M11.031 7A1.03 1.03 0 0 0 10 8.036a1.05 1.05 0 0 0 1.044 1.045l3.121.014.014 3.121a1.05 1.05 0 0 0 1.045 1.044 1.03 1.03 0 0 0 1.036-1.035l-.019-4.161a1.053 1.053 0 0 0-1.045-1.045L11.035 7z"/><path d="m13.364 8.292-7.071 7.071a1 1 0 0 0 0 1.415 1 1 0 0 0 1.414 0l7.071-7.071A1.002 1.002 0 0 0 14.071 8a1 1 0 0 0-.707.292"/></g></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
OpenIcon.displayName = 'OpenIcon';
|
|
14
|
+
var _default = exports.default = OpenIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "overview" is deprecated in favour of "@atlaskit/icon/core/align-text-left" and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const OverviewIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M8.01 18c.546 0 .99-.444.99-1a1 1 0 0 0-.99-1H3.99A.993.993 0 0 0 3 17a1 1 0 0 0 .99 1zM3 7c0 .552.445 1 .993 1h16.014A.994.994 0 0 0 21 7c0-.552-.445-1-.993-1H3.993A.994.994 0 0 0 3 7m10.998 6A1 1 0 0 0 15 12c0-.552-.456-1-1.002-1H4.002A1 1 0 0 0 3 12c0 .552.456 1 1.002 1z"/></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
OverviewIcon.displayName = 'OverviewIcon';
|
|
14
|
+
var _default = exports.default = OverviewIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "page-filled" is deprecated in favour of "@atlaskit/icon/core/page" and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PageFilledIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><path fill="currentcolor" d="M5 3.99C5 2.892 5.897 2 7.006 2h9.988C18.102 2 19 2.898 19 3.99v16.02c0 1.099-.897 1.99-2.006 1.99H7.006A2.003 2.003 0 0 1 5 20.01z"/><rect width="8" height="2" x="8" y="6" fill="inherit" rx="1"/><rect width="8" height="2" x="8" y="9" fill="inherit" rx="1"/><rect width="4" height="2" x="8" y="12" fill="inherit" rx="1"/></g></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PageFilledIcon.displayName = 'PageFilledIcon';
|
|
14
|
+
var _default = exports.default = PageFilledIcon;
|
package/glyph/page.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "page" is deprecated in favour of "@atlaskit/icon/core/page" and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
package/glyph/page.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PageIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><rect width="8" height="2" x="8" y="6" rx="1"/><rect width="8" height="2" x="8" y="9" rx="1"/><rect width="4" height="2" x="8" y="12" rx="1"/><path fill-rule="nonzero" d="M7 4v16h10V4zm-2-.01C5 2.892 5.897 2 7.006 2h9.988C18.102 2 19 2.898 19 3.99v16.02c0 1.099-.897 1.99-2.006 1.99H7.006A2.003 2.003 0 0 1 5 20.01z"/></g></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PageIcon.displayName = 'PageIcon';
|
|
14
|
+
var _default = exports.default = PageIcon;
|
package/glyph/pdf.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "pdf" is deprecated and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
package/glyph/pdf.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PdfIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><rect width="14" height="16" x="5" y="4" fill="currentcolor" rx="2"/><rect width="8" height="2" x="8" y="8" fill="inherit" rx="1"/><path fill="inherit" d="M15.512 16H13.49a.49.49 0 0 1-.489-.497v-4.006c0-.275.218-.497.489-.497h2.023c.27 0 .488.222.488.497v4.006a.49.49 0 0 1-.488.497"/><rect width="4" height="2" x="8" y="11" fill="inherit" rx="1"/><rect width="4" height="2" x="8" y="14" fill="inherit" rx="1"/></g></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PdfIcon.displayName = 'PdfIcon';
|
|
14
|
+
var _default = exports.default = PdfIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "people-group" is deprecated in favour of "@atlaskit/icon/core/people-group" and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PeopleGroupIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><path d="M8.13 10H4a2 2 0 0 0-2 2v3.73c0 1.31 1.87 2.05 4 2.23V15a3 3 0 0 1 3-3h.35a4 4 0 0 1-1.23-2m7.75 0H20c1.11 0 2 .89 2 2v3.73c0 1.31-1.87 2.05-4 2.23V15a3 3 0 0 0-3-3h-.35a4 4 0 0 0 1.23-2M9.97 5.55a3 3 0 1 0-1.96 3.27 4 4 0 0 1 1.96-3.27M16 8.83a3 3 0 1 0-1.96-3.28A4 4 0 0 1 16 8.83"/><path d="M7 15c0-1.105.887-2 2-2h6c1.105 0 2 .885 2 2v3.73c0 3.027-10 3.027-10 0z"/><circle cx="12" cy="9" r="3"/></g></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PeopleGroupIcon.displayName = 'PeopleGroupIcon';
|
|
14
|
+
var _default = exports.default = PeopleGroupIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "people" is deprecated in favour of "@atlaskit/icon/core/people-group" and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
package/glyph/people.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PeopleIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><circle cx="16" cy="9" r="3"/><circle cx="8" cy="6" r="3"/><path d="M11 15c0-1.105.887-2 2-2h6c1.105 0 2 .885 2 2v3.73c0 3.027-10 3.027-10 0z"/><path d="M13 12a1.997 1.997 0 0 0-2-2H5c-1.113 0-2 .897-2 2.003v3.826c0 1.921 4.054 2.518 7 1.984v-2.807A3 3 0 0 1 12.997 12z"/></g></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PeopleIcon.displayName = 'PeopleIcon';
|
|
14
|
+
var _default = exports.default = PeopleIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "person-circle" is deprecated in favour of "@atlaskit/icon/core/person-avatar" and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PersonCircleIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><path d="M14.5 13.009h-5c-1.38 0-2.5 1.12-2.5 2.503v3.978a8.95 8.95 0 0 0 5 1.519 8.95 8.95 0 0 0 5-1.519v-3.978a2.5 2.5 0 0 0-2.5-2.503"/><circle cx="12" cy="9" r="3"/><path fill-rule="nonzero" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16m0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10"/></g></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PersonCircleIcon.displayName = 'PersonCircleIcon';
|
|
14
|
+
var _default = exports.default = PersonCircleIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "person-with-circle" is deprecated and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PersonWithCircleIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M11.94 12a6.48 6.48 0 0 0-1.81 4.5c0 1.626.597 3.112 1.583 4.252C8.161 21.448 3 20.68 3 18.446V14c0-1.105.902-2 2.009-2zM9 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8m7.5 11a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11m0-2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7"/></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PersonWithCircleIcon.displayName = 'PersonWithCircleIcon';
|
|
14
|
+
var _default = exports.default = PersonWithCircleIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "person-with-cross" is deprecated and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PersonWithCrossIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M11.94 12a6.48 6.48 0 0 0-1.81 4.5c0 1.626.597 3.112 1.583 4.252C8.161 21.448 3 20.68 3 18.446V14c0-1.105.902-2 2.009-2zM9 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8m8.61 5.5 1.161-1.165a.78.78 0 0 0-.003-1.107.79.79 0 0 0-1.112.003L16.5 15.389l-1.156-1.158a.79.79 0 0 0-1.112-.003.78.78 0 0 0-.003 1.11l1.162 1.163-1.162 1.164a.78.78 0 0 0 .003 1.107.79.79 0 0 0 1.112-.003l1.156-1.158 1.156 1.158a.79.79 0 0 0 1.112.003.78.78 0 0 0 .003-1.11zM16.5 22a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11"/></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PersonWithCrossIcon.displayName = 'PersonWithCrossIcon';
|
|
14
|
+
var _default = exports.default = PersonWithCrossIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "person-with-tick" is deprecated in favour of "@atlaskit/icon/core/person-added" and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PersonWithTickIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M11.94 12a6.48 6.48 0 0 0-1.81 4.5c0 1.626.597 3.112 1.583 4.252C8.161 21.448 3 20.68 3 18.446V14c0-1.105.902-2 2.009-2zM9 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8m7.5 11a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11m-1.892-5.808a.825.825 0 0 0-1.166 1.166l1.65 1.65a.825.825 0 0 0 1.166 0l3.3-3.3a.825.825 0 0 0-1.166-1.166l-2.717 2.716z"/></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PersonWithTickIcon.displayName = 'PersonWithTickIcon';
|
|
14
|
+
var _default = exports.default = PersonWithTickIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "person" is deprecated in favour of "@atlaskit/icon/core/person" and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
package/glyph/person.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PersonIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><path d="M6 14c0-1.105.902-2 2.009-2h7.982c1.11 0 2.009.894 2.009 2.006v4.44c0 3.405-12 3.405-12 0z"/><circle cx="12" cy="7" r="4"/></g></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PersonIcon.displayName = 'PersonIcon';
|
|
14
|
+
var _default = exports.default = PersonIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "portfolio" is deprecated and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PortfolioIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M8.83 17h6.34a3.001 3.001 0 1 1 0 2H8.83a3.001 3.001 0 1 1 0-2M3 5c0-1.105.895-2 1.994-2h12.012C18.107 3 19 3.888 19 5c0 1.105-.895 2-1.994 2H4.994A1.99 1.99 0 0 1 3 5m5 6a2 2 0 0 1 2.003-2h8.994a2 2 0 1 1 0 4h-8.994A1.996 1.996 0 0 1 8 11"/></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PortfolioIcon.displayName = 'PortfolioIcon';
|
|
14
|
+
var _default = exports.default = PortfolioIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "preferences" is deprecated in favour of "@atlaskit/icon/core/customize" and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PreferencesIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><path d="M3 7h3v2H3zm0 8h11v2H3zm7-8h11v2H10zm8 8h3v2h-3z"/><path d="M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0M9 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0m10 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-2 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0"/></g></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PreferencesIcon.displayName = 'PreferencesIcon';
|
|
14
|
+
var _default = exports.default = PreferencesIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "premium" is deprecated in favour of "@atlaskit/icon/core/premium" and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
package/glyph/premium.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PremiumIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M9.276 4.382 7.357 9.247l-4.863 1.917a.78.78 0 0 0 0 1.45l4.863 1.918 1.919 4.863a.78.78 0 0 0 1.45 0h-.001l1.918-4.863 4.864-1.919a.781.781 0 0 0 0-1.45l-4.864-1.916-1.918-4.865a.78.78 0 0 0-.44-.438.78.78 0 0 0-1.01.438m8.297-2.03-.743 1.886-1.884.743a.56.56 0 0 0 0 1.038l1.884.743.743 1.886a.558.558 0 0 0 1.038 0l.745-1.886 1.883-.743a.557.557 0 0 0 0-1.038l-1.883-.743-.745-1.885a.55.55 0 0 0-.314-.314.56.56 0 0 0-.724.314m-.704 13.003-.744 1.883-1.883.744a.55.55 0 0 0-.316.314.56.56 0 0 0 .316.724l1.883.743.744 1.884c.057.144.17.258.314.315a.56.56 0 0 0 .724-.315l.744-1.884 1.883-.743a.557.557 0 0 0 0-1.038l-1.883-.744-.744-1.883a.55.55 0 0 0-.315-.316.56.56 0 0 0-.723.316"/></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PremiumIcon.displayName = 'PremiumIcon';
|
|
14
|
+
var _default = exports.default = PremiumIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "presence-active" is deprecated and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PresenceActiveIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><circle cx="12" cy="12" r="6" fill="currentcolor" fill-rule="evenodd"/></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PresenceActiveIcon.displayName = 'PresenceActiveIcon';
|
|
14
|
+
var _default = exports.default = PresenceActiveIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "presence-busy" is deprecated and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PresenceBusyIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><path fill="currentcolor" d="M12 18a6 6 0 1 0 0-12 6 6 0 0 0 0 12"/><path fill="inherit" d="M9.367 9.363a1.24 1.24 0 0 1 1.747-.008l3.527 3.527c.48.48.48 1.26-.008 1.747a1.24 1.24 0 0 1-1.747.008l-3.527-3.526c-.48-.48-.48-1.26.008-1.748"/></g></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PresenceBusyIcon.displayName = 'PresenceBusyIcon';
|
|
14
|
+
var _default = exports.default = PresenceBusyIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "presence-unavailable" is deprecated and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const PresenceUnavailableIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="inherit" d="M6 12a6 6 0 1 1 12 0 6 6 0 0 1-12 0"/><path fill="currentcolor" d="M15 12a3 3 0 1 0-6 0 3 3 0 0 0 6 0m-9 0a6 6 0 1 1 12 0 6 6 0 0 1-12 0"/></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
PresenceUnavailableIcon.displayName = 'PresenceUnavailableIcon';
|
|
14
|
+
var _default = exports.default = PresenceUnavailableIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "question-circle" is deprecated in favour of "@atlaskit/icon/core/question-circle" and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const QuestionCircleIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><circle cx="12" cy="12" r="10" fill="currentcolor"/><circle cx="12" cy="18" r="1" fill="inherit"/><path fill="inherit" d="M15.89 9.05a3.98 3.98 0 0 0-2.957-2.942C10.321 5.514 8.017 7.446 8 9.95l.005.147a.99.99 0 0 0 .982.904c.552 0 1-.447 1.002-.998a2.004 2.004 0 0 1 4.007-.002c0 1.102-.898 2-2.003 2H12a1 1 0 0 0-1 .987v2.014a1.001 1.001 0 0 0 2.004 0v-.782c0-.217.145-.399.35-.472A3.99 3.99 0 0 0 15.89 9.05"/></g></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
QuestionCircleIcon.displayName = 'QuestionCircleIcon';
|
|
14
|
+
var _default = exports.default = QuestionCircleIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "question" is deprecated in favour of "@atlaskit/icon/core/question-circle" and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const QuestionIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><path d="M12 18a1 1 0 0 1 0-2 1 1 0 0 1 0 2m-2-9a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/><path d="M15.89 8.048a3.97 3.97 0 0 0-2.951-2.94A4.005 4.005 0 0 0 8 9.087l.009.008 1.878.022.112-.116A2 2 0 0 1 12 7c1.103 0 2 .897 2 2s-.897 2-2 2h.008a1 1 0 0 0-.998.987v2.014a1 1 0 1 0 2 0v-.782c0-.217.145-.399.349-.472a3.99 3.99 0 0 0 2.53-4.699"/></g></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
QuestionIcon.displayName = 'QuestionIcon';
|
|
14
|
+
var _default = exports.default = QuestionIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PureComponent } from 'react';
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The legacy icon "questions" is deprecated in favour of "@atlaskit/icon/core/comment" and will be removed in an upcoming major release
|
|
6
|
+
*
|
|
7
|
+
* Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
|
|
8
|
+
*/
|
|
9
|
+
export default class extends PureComponent<GlyphProps> {}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _base = require("@atlaskit/icon/base");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const QuestionsIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
|
|
11
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><path fill-rule="nonzero" d="M15 16h4V6H5v10h7.333L15 18zm2 2v2a1 1 0 0 1-1.6.8L11.667 18H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2z"/><path d="M7 10h10V8H7zm0 4h6v-2H7z"/></g></svg>`
|
|
12
|
+
}, props));
|
|
13
|
+
QuestionsIcon.displayName = 'QuestionsIcon';
|
|
14
|
+
var _default = exports.default = QuestionsIcon;
|