@atlaskit/icon-object 6.7.1 → 6.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/__perf__/default.tsx +1 -1
- package/afm-cc/tsconfig.json +3 -0
- package/build/index.tsx +30 -4
- package/build/utils.tsx +132 -0
- package/dist/cjs/artifacts/glyph/blog/16.js +49 -0
- package/dist/cjs/artifacts/glyph/blog/24.js +49 -0
- package/dist/cjs/artifacts/glyph/branch/16.js +49 -0
- package/dist/cjs/artifacts/glyph/branch/24.js +49 -0
- package/dist/cjs/artifacts/glyph/bug/16.js +49 -0
- package/dist/cjs/artifacts/glyph/bug/24.js +49 -0
- package/dist/cjs/artifacts/glyph/calendar/16.js +49 -0
- package/dist/cjs/artifacts/glyph/calendar/24.js +49 -0
- package/dist/cjs/artifacts/glyph/changes/16.js +49 -0
- package/dist/cjs/artifacts/glyph/changes/24.js +49 -0
- package/dist/cjs/artifacts/glyph/code/16.js +49 -0
- package/dist/cjs/artifacts/glyph/code/24.js +49 -0
- package/dist/cjs/artifacts/glyph/commit/16.js +49 -0
- package/dist/cjs/artifacts/glyph/commit/24.js +49 -0
- package/dist/cjs/artifacts/glyph/epic/16.js +49 -0
- package/dist/cjs/artifacts/glyph/epic/24.js +49 -0
- package/dist/cjs/artifacts/glyph/improvement/16.js +49 -0
- package/dist/cjs/artifacts/glyph/improvement/24.js +49 -0
- package/dist/cjs/artifacts/glyph/incident/16.js +49 -0
- package/dist/cjs/artifacts/glyph/incident/24.js +49 -0
- package/dist/cjs/artifacts/glyph/issue/16.js +49 -0
- package/dist/cjs/artifacts/glyph/issue/24.js +49 -0
- package/dist/cjs/artifacts/glyph/new-feature/16.js +49 -0
- package/dist/cjs/artifacts/glyph/new-feature/24.js +49 -0
- package/dist/cjs/artifacts/glyph/page/16.js +49 -0
- package/dist/cjs/artifacts/glyph/page/24.js +49 -0
- package/dist/cjs/artifacts/glyph/problem/16.js +49 -0
- package/dist/cjs/artifacts/glyph/problem/24.js +49 -0
- package/dist/cjs/artifacts/glyph/pull-request/16.js +49 -0
- package/dist/cjs/artifacts/glyph/pull-request/24.js +49 -0
- package/dist/cjs/artifacts/glyph/question/16.js +49 -0
- package/dist/cjs/artifacts/glyph/question/24.js +49 -0
- package/dist/cjs/artifacts/glyph/story/16.js +49 -0
- package/dist/cjs/artifacts/glyph/story/24.js +49 -0
- package/dist/cjs/artifacts/glyph/subtask/16.js +49 -0
- package/dist/cjs/artifacts/glyph/subtask/24.js +49 -0
- package/dist/cjs/artifacts/glyph/task/16.js +49 -0
- package/dist/cjs/artifacts/glyph/task/24.js +49 -0
- package/dist/cjs/artifacts/glyph-legacy/blog/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/blog/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/branch/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/branch/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/bug/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/bug/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/calendar/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/calendar/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/changes/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/changes/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/code/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/code/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/commit/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/commit/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/epic/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/epic/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/improvement/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/improvement/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/incident/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/incident/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/issue/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/issue/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/new-feature/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/new-feature/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/page/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/page/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/problem/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/problem/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/pull-request/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/pull-request/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/question/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/question/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/story/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/story/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/subtask/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/subtask/24.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/task/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/task/24.js +28 -0
- package/dist/cjs/metadata.js +38 -38
- package/dist/es2019/artifacts/glyph/blog/16.js +43 -0
- package/dist/es2019/artifacts/glyph/blog/24.js +43 -0
- package/dist/es2019/artifacts/glyph/branch/16.js +43 -0
- package/dist/es2019/artifacts/glyph/branch/24.js +43 -0
- package/dist/es2019/artifacts/glyph/bug/16.js +43 -0
- package/dist/es2019/artifacts/glyph/bug/24.js +43 -0
- package/dist/es2019/artifacts/glyph/calendar/16.js +43 -0
- package/dist/es2019/artifacts/glyph/calendar/24.js +43 -0
- package/dist/es2019/artifacts/glyph/changes/16.js +43 -0
- package/dist/es2019/artifacts/glyph/changes/24.js +43 -0
- package/dist/es2019/artifacts/glyph/code/16.js +43 -0
- package/dist/es2019/artifacts/glyph/code/24.js +43 -0
- package/dist/es2019/artifacts/glyph/commit/16.js +43 -0
- package/dist/es2019/artifacts/glyph/commit/24.js +43 -0
- package/dist/es2019/artifacts/glyph/epic/16.js +43 -0
- package/dist/es2019/artifacts/glyph/epic/24.js +43 -0
- package/dist/es2019/artifacts/glyph/improvement/16.js +43 -0
- package/dist/es2019/artifacts/glyph/improvement/24.js +43 -0
- package/dist/es2019/artifacts/glyph/incident/16.js +43 -0
- package/dist/es2019/artifacts/glyph/incident/24.js +43 -0
- package/dist/es2019/artifacts/glyph/issue/16.js +43 -0
- package/dist/es2019/artifacts/glyph/issue/24.js +43 -0
- package/dist/es2019/artifacts/glyph/new-feature/16.js +43 -0
- package/dist/es2019/artifacts/glyph/new-feature/24.js +43 -0
- package/dist/es2019/artifacts/glyph/page/16.js +43 -0
- package/dist/es2019/artifacts/glyph/page/24.js +43 -0
- package/dist/es2019/artifacts/glyph/problem/16.js +43 -0
- package/dist/es2019/artifacts/glyph/problem/24.js +43 -0
- package/dist/es2019/artifacts/glyph/pull-request/16.js +43 -0
- package/dist/es2019/artifacts/glyph/pull-request/24.js +43 -0
- package/dist/es2019/artifacts/glyph/question/16.js +43 -0
- package/dist/es2019/artifacts/glyph/question/24.js +43 -0
- package/dist/es2019/artifacts/glyph/story/16.js +43 -0
- package/dist/es2019/artifacts/glyph/story/24.js +43 -0
- package/dist/es2019/artifacts/glyph/subtask/16.js +43 -0
- package/dist/es2019/artifacts/glyph/subtask/24.js +43 -0
- package/dist/es2019/artifacts/glyph/task/16.js +43 -0
- package/dist/es2019/artifacts/glyph/task/24.js +43 -0
- package/dist/es2019/artifacts/glyph-legacy/blog/16.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/blog/24.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/branch/16.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/branch/24.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/bug/16.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/bug/24.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/calendar/16.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/calendar/24.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/changes/16.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/changes/24.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/code/16.js +18 -0
- package/{glyph → dist/es2019/artifacts/glyph-legacy}/code/24.js +13 -11
- package/dist/es2019/artifacts/glyph-legacy/commit/16.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/commit/24.js +18 -0
- package/{glyph → dist/es2019/artifacts/glyph-legacy}/epic/16.js +13 -11
- package/{glyph → dist/es2019/artifacts/glyph-legacy}/epic/24.js +13 -11
- package/dist/es2019/artifacts/glyph-legacy/improvement/16.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/improvement/24.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/incident/16.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/incident/24.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/issue/16.js +18 -0
- package/{glyph → dist/es2019/artifacts/glyph-legacy}/issue/24.js +13 -11
- package/dist/es2019/artifacts/glyph-legacy/new-feature/16.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/new-feature/24.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/page/16.js +18 -0
- package/{glyph → dist/es2019/artifacts/glyph-legacy}/page/24.js +13 -11
- package/dist/es2019/artifacts/glyph-legacy/problem/16.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/problem/24.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/pull-request/16.js +18 -0
- package/{glyph → dist/es2019/artifacts/glyph-legacy}/pull-request/24.js +13 -11
- package/dist/es2019/artifacts/glyph-legacy/question/16.js +18 -0
- package/{glyph → dist/es2019/artifacts/glyph-legacy}/question/24.js +13 -11
- package/dist/es2019/artifacts/glyph-legacy/story/16.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/story/24.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/subtask/16.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/subtask/24.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/task/16.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/task/24.js +18 -0
- package/dist/es2019/metadata.js +38 -38
- package/dist/esm/artifacts/glyph/blog/16.js +42 -0
- package/dist/esm/artifacts/glyph/blog/24.js +42 -0
- package/dist/esm/artifacts/glyph/branch/16.js +42 -0
- package/dist/esm/artifacts/glyph/branch/24.js +42 -0
- package/dist/esm/artifacts/glyph/bug/16.js +42 -0
- package/dist/esm/artifacts/glyph/bug/24.js +42 -0
- package/dist/esm/artifacts/glyph/calendar/16.js +42 -0
- package/dist/esm/artifacts/glyph/calendar/24.js +42 -0
- package/dist/esm/artifacts/glyph/changes/16.js +42 -0
- package/dist/esm/artifacts/glyph/changes/24.js +42 -0
- package/dist/esm/artifacts/glyph/code/16.js +42 -0
- package/dist/esm/artifacts/glyph/code/24.js +42 -0
- package/dist/esm/artifacts/glyph/commit/16.js +42 -0
- package/dist/esm/artifacts/glyph/commit/24.js +42 -0
- package/dist/esm/artifacts/glyph/epic/16.js +42 -0
- package/dist/esm/artifacts/glyph/epic/24.js +42 -0
- package/dist/esm/artifacts/glyph/improvement/16.js +42 -0
- package/dist/esm/artifacts/glyph/improvement/24.js +42 -0
- package/dist/esm/artifacts/glyph/incident/16.js +42 -0
- package/dist/esm/artifacts/glyph/incident/24.js +42 -0
- package/dist/esm/artifacts/glyph/issue/16.js +42 -0
- package/dist/esm/artifacts/glyph/issue/24.js +42 -0
- package/dist/esm/artifacts/glyph/new-feature/16.js +42 -0
- package/dist/esm/artifacts/glyph/new-feature/24.js +42 -0
- package/dist/esm/artifacts/glyph/page/16.js +42 -0
- package/dist/esm/artifacts/glyph/page/24.js +42 -0
- package/dist/esm/artifacts/glyph/problem/16.js +42 -0
- package/dist/esm/artifacts/glyph/problem/24.js +42 -0
- package/dist/esm/artifacts/glyph/pull-request/16.js +42 -0
- package/dist/esm/artifacts/glyph/pull-request/24.js +42 -0
- package/dist/esm/artifacts/glyph/question/16.js +42 -0
- package/dist/esm/artifacts/glyph/question/24.js +42 -0
- package/dist/esm/artifacts/glyph/story/16.js +42 -0
- package/dist/esm/artifacts/glyph/story/24.js +42 -0
- package/dist/esm/artifacts/glyph/subtask/16.js +42 -0
- package/dist/esm/artifacts/glyph/subtask/24.js +42 -0
- package/dist/esm/artifacts/glyph/task/16.js +42 -0
- package/dist/esm/artifacts/glyph/task/24.js +42 -0
- package/dist/esm/artifacts/glyph-legacy/blog/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/blog/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/branch/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/branch/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/bug/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/bug/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/calendar/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/calendar/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/changes/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/changes/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/code/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/code/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/commit/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/commit/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/epic/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/epic/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/improvement/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/improvement/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/incident/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/incident/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/issue/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/issue/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/new-feature/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/new-feature/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/page/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/page/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/problem/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/problem/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/pull-request/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/pull-request/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/question/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/question/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/story/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/story/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/subtask/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/subtask/24.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/task/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/task/24.js +20 -0
- package/dist/esm/metadata.js +38 -38
- package/dist/types/artifacts/glyph/blog/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/blog/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/branch/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/branch/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/bug/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/bug/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/calendar/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/calendar/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/changes/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/changes/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/code/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/code/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/commit/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/commit/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/epic/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/epic/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/improvement/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/improvement/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/incident/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/incident/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/issue/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/issue/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/new-feature/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/new-feature/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/page/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/page/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/problem/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/problem/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/pull-request/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/pull-request/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/question/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/question/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/story/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/story/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/subtask/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/subtask/24.d.ts +14 -0
- package/dist/types/artifacts/glyph/task/16.d.ts +14 -0
- package/dist/types/artifacts/glyph/task/24.d.ts +14 -0
- package/dist/types/artifacts/glyph-legacy/blog/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/blog/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/branch/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/branch/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/bug/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/bug/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/calendar/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/calendar/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/changes/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/changes/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/code/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/code/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/commit/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/commit/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/epic/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/epic/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/improvement/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/improvement/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/incident/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/incident/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/issue/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/issue/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/new-feature/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/new-feature/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/page/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/page/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/problem/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/problem/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/pull-request/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/pull-request/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/question/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/question/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/story/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/story/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/subtask/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/subtask/24.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/task/16.d.ts +7 -0
- package/dist/types/artifacts/glyph-legacy/task/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph/blog/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/blog/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/branch/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/branch/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/bug/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/bug/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/calendar/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/calendar/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/changes/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/changes/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/code/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/code/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/commit/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/commit/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/epic/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/epic/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/improvement/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/improvement/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/incident/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/incident/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/issue/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/issue/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/new-feature/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/new-feature/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/page/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/page/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/problem/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/problem/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/pull-request/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/pull-request/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/question/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/question/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/story/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/story/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/subtask/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/subtask/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/task/16.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph/task/24.d.ts +14 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/blog/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/blog/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/branch/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/branch/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/bug/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/bug/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/changes/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/changes/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/code/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/code/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/commit/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/commit/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/epic/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/epic/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/incident/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/incident/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/issue/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/issue/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/page/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/page/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/problem/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/problem/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/question/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/question/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/story/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/story/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/24.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/task/16.d.ts +7 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/task/24.d.ts +7 -0
- package/glyph/blog/16/package.json +17 -0
- package/glyph/blog/24/package.json +17 -0
- package/glyph/branch/16/package.json +17 -0
- package/glyph/branch/24/package.json +17 -0
- package/glyph/bug/16/package.json +17 -0
- package/glyph/bug/24/package.json +17 -0
- package/glyph/calendar/16/package.json +17 -0
- package/glyph/calendar/24/package.json +17 -0
- package/glyph/changes/16/package.json +17 -0
- package/glyph/changes/24/package.json +17 -0
- package/glyph/code/16/package.json +17 -0
- package/glyph/code/24/package.json +17 -0
- package/glyph/commit/16/package.json +17 -0
- package/glyph/commit/24/package.json +17 -0
- package/glyph/epic/16/package.json +17 -0
- package/glyph/epic/24/package.json +17 -0
- package/glyph/improvement/16/package.json +17 -0
- package/glyph/improvement/24/package.json +17 -0
- package/glyph/incident/16/package.json +17 -0
- package/glyph/incident/24/package.json +17 -0
- package/glyph/issue/16/package.json +17 -0
- package/glyph/issue/24/package.json +17 -0
- package/glyph/new-feature/16/package.json +17 -0
- package/glyph/new-feature/24/package.json +17 -0
- package/glyph/page/16/package.json +17 -0
- package/glyph/page/24/package.json +17 -0
- package/glyph/problem/16/package.json +17 -0
- package/glyph/problem/24/package.json +17 -0
- package/glyph/pull-request/16/package.json +17 -0
- package/glyph/pull-request/24/package.json +17 -0
- package/glyph/question/16/package.json +17 -0
- package/glyph/question/24/package.json +17 -0
- package/glyph/story/16/package.json +17 -0
- package/glyph/story/24/package.json +17 -0
- package/glyph/subtask/16/package.json +17 -0
- package/glyph/subtask/24/package.json +17 -0
- package/glyph/task/16/package.json +17 -0
- package/glyph/task/24/package.json +17 -0
- package/package.json +56 -10
- package/glyph/blog/16.d.ts +0 -4
- package/glyph/blog/16.js +0 -16
- package/glyph/blog/24.d.ts +0 -4
- package/glyph/blog/24.js +0 -16
- package/glyph/branch/16.d.ts +0 -4
- package/glyph/branch/16.js +0 -16
- package/glyph/branch/24.d.ts +0 -4
- package/glyph/branch/24.js +0 -16
- package/glyph/bug/16.d.ts +0 -4
- package/glyph/bug/16.js +0 -16
- package/glyph/bug/24.d.ts +0 -4
- package/glyph/bug/24.js +0 -16
- package/glyph/calendar/16.d.ts +0 -4
- package/glyph/calendar/16.js +0 -16
- package/glyph/calendar/24.d.ts +0 -4
- package/glyph/calendar/24.js +0 -16
- package/glyph/changes/16.d.ts +0 -4
- package/glyph/changes/16.js +0 -16
- package/glyph/changes/24.d.ts +0 -4
- package/glyph/changes/24.js +0 -16
- package/glyph/code/16.d.ts +0 -4
- package/glyph/code/16.js +0 -16
- package/glyph/code/24.d.ts +0 -4
- package/glyph/commit/16.d.ts +0 -4
- package/glyph/commit/16.js +0 -16
- package/glyph/commit/24.d.ts +0 -4
- package/glyph/commit/24.js +0 -16
- package/glyph/epic/16.d.ts +0 -4
- package/glyph/epic/24.d.ts +0 -4
- package/glyph/improvement/16.d.ts +0 -4
- package/glyph/improvement/16.js +0 -16
- package/glyph/improvement/24.d.ts +0 -4
- package/glyph/improvement/24.js +0 -16
- package/glyph/incident/16.d.ts +0 -4
- package/glyph/incident/16.js +0 -16
- package/glyph/incident/24.d.ts +0 -4
- package/glyph/incident/24.js +0 -16
- package/glyph/issue/16.d.ts +0 -4
- package/glyph/issue/16.js +0 -16
- package/glyph/issue/24.d.ts +0 -4
- package/glyph/new-feature/16.d.ts +0 -4
- package/glyph/new-feature/16.js +0 -16
- package/glyph/new-feature/24.d.ts +0 -4
- package/glyph/new-feature/24.js +0 -16
- package/glyph/page/16.d.ts +0 -4
- package/glyph/page/16.js +0 -16
- package/glyph/page/24.d.ts +0 -4
- package/glyph/problem/16.d.ts +0 -4
- package/glyph/problem/16.js +0 -16
- package/glyph/problem/24.d.ts +0 -4
- package/glyph/problem/24.js +0 -16
- package/glyph/pull-request/16.d.ts +0 -4
- package/glyph/pull-request/16.js +0 -16
- package/glyph/pull-request/24.d.ts +0 -4
- package/glyph/question/16.d.ts +0 -4
- package/glyph/question/16.js +0 -16
- package/glyph/question/24.d.ts +0 -4
- package/glyph/story/16.d.ts +0 -4
- package/glyph/story/16.js +0 -16
- package/glyph/story/24.d.ts +0 -4
- package/glyph/story/24.js +0 -16
- package/glyph/subtask/16.d.ts +0 -4
- package/glyph/subtask/16.js +0 -16
- package/glyph/subtask/24.d.ts +0 -4
- package/glyph/subtask/24.js +0 -16
- package/glyph/task/16.d.ts +0 -4
- package/glyph/task/16.js +0 -16
- package/glyph/task/24.d.ts +0 -4
- package/glyph/task/24.js +0 -16
package/dist/esm/metadata.js
CHANGED
|
@@ -18,7 +18,7 @@ export var metaDataWithPackageLoader = {
|
|
|
18
18
|
package: '@atlaskit/icon-object/glyph/blog/16',
|
|
19
19
|
packageLoader: function packageLoader() {
|
|
20
20
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
21
|
-
'
|
|
21
|
+
'./artifacts/glyph/blog/16');
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
'branch/16': {
|
|
@@ -27,7 +27,7 @@ export var metaDataWithPackageLoader = {
|
|
|
27
27
|
package: '@atlaskit/icon-object/glyph/branch/16',
|
|
28
28
|
packageLoader: function packageLoader() {
|
|
29
29
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
30
|
-
'
|
|
30
|
+
'./artifacts/glyph/branch/16');
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
'bug/16': {
|
|
@@ -36,7 +36,7 @@ export var metaDataWithPackageLoader = {
|
|
|
36
36
|
package: '@atlaskit/icon-object/glyph/bug/16',
|
|
37
37
|
packageLoader: function packageLoader() {
|
|
38
38
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
39
|
-
'
|
|
39
|
+
'./artifacts/glyph/bug/16');
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
'calendar/16': {
|
|
@@ -45,7 +45,7 @@ export var metaDataWithPackageLoader = {
|
|
|
45
45
|
package: '@atlaskit/icon-object/glyph/calendar/16',
|
|
46
46
|
packageLoader: function packageLoader() {
|
|
47
47
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
48
|
-
'
|
|
48
|
+
'./artifacts/glyph/calendar/16');
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
'changes/16': {
|
|
@@ -54,7 +54,7 @@ export var metaDataWithPackageLoader = {
|
|
|
54
54
|
package: '@atlaskit/icon-object/glyph/changes/16',
|
|
55
55
|
packageLoader: function packageLoader() {
|
|
56
56
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
57
|
-
'
|
|
57
|
+
'./artifacts/glyph/changes/16');
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
'code/16': {
|
|
@@ -63,7 +63,7 @@ export var metaDataWithPackageLoader = {
|
|
|
63
63
|
package: '@atlaskit/icon-object/glyph/code/16',
|
|
64
64
|
packageLoader: function packageLoader() {
|
|
65
65
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
66
|
-
'
|
|
66
|
+
'./artifacts/glyph/code/16');
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
'commit/16': {
|
|
@@ -72,7 +72,7 @@ export var metaDataWithPackageLoader = {
|
|
|
72
72
|
package: '@atlaskit/icon-object/glyph/commit/16',
|
|
73
73
|
packageLoader: function packageLoader() {
|
|
74
74
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
75
|
-
'
|
|
75
|
+
'./artifacts/glyph/commit/16');
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
'epic/16': {
|
|
@@ -81,7 +81,7 @@ export var metaDataWithPackageLoader = {
|
|
|
81
81
|
package: '@atlaskit/icon-object/glyph/epic/16',
|
|
82
82
|
packageLoader: function packageLoader() {
|
|
83
83
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
84
|
-
'
|
|
84
|
+
'./artifacts/glyph/epic/16');
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
'improvement/16': {
|
|
@@ -90,7 +90,7 @@ export var metaDataWithPackageLoader = {
|
|
|
90
90
|
package: '@atlaskit/icon-object/glyph/improvement/16',
|
|
91
91
|
packageLoader: function packageLoader() {
|
|
92
92
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
93
|
-
'
|
|
93
|
+
'./artifacts/glyph/improvement/16');
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
96
|
'incident/16': {
|
|
@@ -99,7 +99,7 @@ export var metaDataWithPackageLoader = {
|
|
|
99
99
|
package: '@atlaskit/icon-object/glyph/incident/16',
|
|
100
100
|
packageLoader: function packageLoader() {
|
|
101
101
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
102
|
-
'
|
|
102
|
+
'./artifacts/glyph/incident/16');
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
105
|
'issue/16': {
|
|
@@ -108,7 +108,7 @@ export var metaDataWithPackageLoader = {
|
|
|
108
108
|
package: '@atlaskit/icon-object/glyph/issue/16',
|
|
109
109
|
packageLoader: function packageLoader() {
|
|
110
110
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
111
|
-
'
|
|
111
|
+
'./artifacts/glyph/issue/16');
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
114
|
'new-feature/16': {
|
|
@@ -117,7 +117,7 @@ export var metaDataWithPackageLoader = {
|
|
|
117
117
|
package: '@atlaskit/icon-object/glyph/new-feature/16',
|
|
118
118
|
packageLoader: function packageLoader() {
|
|
119
119
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
120
|
-
'
|
|
120
|
+
'./artifacts/glyph/new-feature/16');
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
123
|
'page/16': {
|
|
@@ -126,7 +126,7 @@ export var metaDataWithPackageLoader = {
|
|
|
126
126
|
package: '@atlaskit/icon-object/glyph/page/16',
|
|
127
127
|
packageLoader: function packageLoader() {
|
|
128
128
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
129
|
-
'
|
|
129
|
+
'./artifacts/glyph/page/16');
|
|
130
130
|
}
|
|
131
131
|
},
|
|
132
132
|
'problem/16': {
|
|
@@ -135,7 +135,7 @@ export var metaDataWithPackageLoader = {
|
|
|
135
135
|
package: '@atlaskit/icon-object/glyph/problem/16',
|
|
136
136
|
packageLoader: function packageLoader() {
|
|
137
137
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
138
|
-
'
|
|
138
|
+
'./artifacts/glyph/problem/16');
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
'pull-request/16': {
|
|
@@ -144,7 +144,7 @@ export var metaDataWithPackageLoader = {
|
|
|
144
144
|
package: '@atlaskit/icon-object/glyph/pull-request/16',
|
|
145
145
|
packageLoader: function packageLoader() {
|
|
146
146
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
147
|
-
'
|
|
147
|
+
'./artifacts/glyph/pull-request/16');
|
|
148
148
|
}
|
|
149
149
|
},
|
|
150
150
|
'question/16': {
|
|
@@ -153,7 +153,7 @@ export var metaDataWithPackageLoader = {
|
|
|
153
153
|
package: '@atlaskit/icon-object/glyph/question/16',
|
|
154
154
|
packageLoader: function packageLoader() {
|
|
155
155
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
156
|
-
'
|
|
156
|
+
'./artifacts/glyph/question/16');
|
|
157
157
|
}
|
|
158
158
|
},
|
|
159
159
|
'story/16': {
|
|
@@ -162,7 +162,7 @@ export var metaDataWithPackageLoader = {
|
|
|
162
162
|
package: '@atlaskit/icon-object/glyph/story/16',
|
|
163
163
|
packageLoader: function packageLoader() {
|
|
164
164
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
165
|
-
'
|
|
165
|
+
'./artifacts/glyph/story/16');
|
|
166
166
|
}
|
|
167
167
|
},
|
|
168
168
|
'subtask/16': {
|
|
@@ -171,7 +171,7 @@ export var metaDataWithPackageLoader = {
|
|
|
171
171
|
package: '@atlaskit/icon-object/glyph/subtask/16',
|
|
172
172
|
packageLoader: function packageLoader() {
|
|
173
173
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
174
|
-
'
|
|
174
|
+
'./artifacts/glyph/subtask/16');
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
177
|
'task/16': {
|
|
@@ -180,7 +180,7 @@ export var metaDataWithPackageLoader = {
|
|
|
180
180
|
package: '@atlaskit/icon-object/glyph/task/16',
|
|
181
181
|
packageLoader: function packageLoader() {
|
|
182
182
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
183
|
-
'
|
|
183
|
+
'./artifacts/glyph/task/16');
|
|
184
184
|
}
|
|
185
185
|
},
|
|
186
186
|
'blog/24': {
|
|
@@ -189,7 +189,7 @@ export var metaDataWithPackageLoader = {
|
|
|
189
189
|
package: '@atlaskit/icon-object/glyph/blog/24',
|
|
190
190
|
packageLoader: function packageLoader() {
|
|
191
191
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
192
|
-
'
|
|
192
|
+
'./artifacts/glyph/blog/24');
|
|
193
193
|
}
|
|
194
194
|
},
|
|
195
195
|
'branch/24': {
|
|
@@ -198,7 +198,7 @@ export var metaDataWithPackageLoader = {
|
|
|
198
198
|
package: '@atlaskit/icon-object/glyph/branch/24',
|
|
199
199
|
packageLoader: function packageLoader() {
|
|
200
200
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
201
|
-
'
|
|
201
|
+
'./artifacts/glyph/branch/24');
|
|
202
202
|
}
|
|
203
203
|
},
|
|
204
204
|
'bug/24': {
|
|
@@ -207,7 +207,7 @@ export var metaDataWithPackageLoader = {
|
|
|
207
207
|
package: '@atlaskit/icon-object/glyph/bug/24',
|
|
208
208
|
packageLoader: function packageLoader() {
|
|
209
209
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
210
|
-
'
|
|
210
|
+
'./artifacts/glyph/bug/24');
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
213
|
'calendar/24': {
|
|
@@ -216,7 +216,7 @@ export var metaDataWithPackageLoader = {
|
|
|
216
216
|
package: '@atlaskit/icon-object/glyph/calendar/24',
|
|
217
217
|
packageLoader: function packageLoader() {
|
|
218
218
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
219
|
-
'
|
|
219
|
+
'./artifacts/glyph/calendar/24');
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
222
|
'changes/24': {
|
|
@@ -225,7 +225,7 @@ export var metaDataWithPackageLoader = {
|
|
|
225
225
|
package: '@atlaskit/icon-object/glyph/changes/24',
|
|
226
226
|
packageLoader: function packageLoader() {
|
|
227
227
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
228
|
-
'
|
|
228
|
+
'./artifacts/glyph/changes/24');
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
231
|
'code/24': {
|
|
@@ -234,7 +234,7 @@ export var metaDataWithPackageLoader = {
|
|
|
234
234
|
package: '@atlaskit/icon-object/glyph/code/24',
|
|
235
235
|
packageLoader: function packageLoader() {
|
|
236
236
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
237
|
-
'
|
|
237
|
+
'./artifacts/glyph/code/24');
|
|
238
238
|
}
|
|
239
239
|
},
|
|
240
240
|
'commit/24': {
|
|
@@ -243,7 +243,7 @@ export var metaDataWithPackageLoader = {
|
|
|
243
243
|
package: '@atlaskit/icon-object/glyph/commit/24',
|
|
244
244
|
packageLoader: function packageLoader() {
|
|
245
245
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
246
|
-
'
|
|
246
|
+
'./artifacts/glyph/commit/24');
|
|
247
247
|
}
|
|
248
248
|
},
|
|
249
249
|
'epic/24': {
|
|
@@ -252,7 +252,7 @@ export var metaDataWithPackageLoader = {
|
|
|
252
252
|
package: '@atlaskit/icon-object/glyph/epic/24',
|
|
253
253
|
packageLoader: function packageLoader() {
|
|
254
254
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
255
|
-
'
|
|
255
|
+
'./artifacts/glyph/epic/24');
|
|
256
256
|
}
|
|
257
257
|
},
|
|
258
258
|
'improvement/24': {
|
|
@@ -261,7 +261,7 @@ export var metaDataWithPackageLoader = {
|
|
|
261
261
|
package: '@atlaskit/icon-object/glyph/improvement/24',
|
|
262
262
|
packageLoader: function packageLoader() {
|
|
263
263
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
264
|
-
'
|
|
264
|
+
'./artifacts/glyph/improvement/24');
|
|
265
265
|
}
|
|
266
266
|
},
|
|
267
267
|
'incident/24': {
|
|
@@ -270,7 +270,7 @@ export var metaDataWithPackageLoader = {
|
|
|
270
270
|
package: '@atlaskit/icon-object/glyph/incident/24',
|
|
271
271
|
packageLoader: function packageLoader() {
|
|
272
272
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
273
|
-
'
|
|
273
|
+
'./artifacts/glyph/incident/24');
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
276
|
'issue/24': {
|
|
@@ -279,7 +279,7 @@ export var metaDataWithPackageLoader = {
|
|
|
279
279
|
package: '@atlaskit/icon-object/glyph/issue/24',
|
|
280
280
|
packageLoader: function packageLoader() {
|
|
281
281
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
282
|
-
'
|
|
282
|
+
'./artifacts/glyph/issue/24');
|
|
283
283
|
}
|
|
284
284
|
},
|
|
285
285
|
'new-feature/24': {
|
|
@@ -288,7 +288,7 @@ export var metaDataWithPackageLoader = {
|
|
|
288
288
|
package: '@atlaskit/icon-object/glyph/new-feature/24',
|
|
289
289
|
packageLoader: function packageLoader() {
|
|
290
290
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
291
|
-
'
|
|
291
|
+
'./artifacts/glyph/new-feature/24');
|
|
292
292
|
}
|
|
293
293
|
},
|
|
294
294
|
'page/24': {
|
|
@@ -297,7 +297,7 @@ export var metaDataWithPackageLoader = {
|
|
|
297
297
|
package: '@atlaskit/icon-object/glyph/page/24',
|
|
298
298
|
packageLoader: function packageLoader() {
|
|
299
299
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
300
|
-
'
|
|
300
|
+
'./artifacts/glyph/page/24');
|
|
301
301
|
}
|
|
302
302
|
},
|
|
303
303
|
'problem/24': {
|
|
@@ -306,7 +306,7 @@ export var metaDataWithPackageLoader = {
|
|
|
306
306
|
package: '@atlaskit/icon-object/glyph/problem/24',
|
|
307
307
|
packageLoader: function packageLoader() {
|
|
308
308
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
309
|
-
'
|
|
309
|
+
'./artifacts/glyph/problem/24');
|
|
310
310
|
}
|
|
311
311
|
},
|
|
312
312
|
'pull-request/24': {
|
|
@@ -315,7 +315,7 @@ export var metaDataWithPackageLoader = {
|
|
|
315
315
|
package: '@atlaskit/icon-object/glyph/pull-request/24',
|
|
316
316
|
packageLoader: function packageLoader() {
|
|
317
317
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
318
|
-
'
|
|
318
|
+
'./artifacts/glyph/pull-request/24');
|
|
319
319
|
}
|
|
320
320
|
},
|
|
321
321
|
'question/24': {
|
|
@@ -324,7 +324,7 @@ export var metaDataWithPackageLoader = {
|
|
|
324
324
|
package: '@atlaskit/icon-object/glyph/question/24',
|
|
325
325
|
packageLoader: function packageLoader() {
|
|
326
326
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
327
|
-
'
|
|
327
|
+
'./artifacts/glyph/question/24');
|
|
328
328
|
}
|
|
329
329
|
},
|
|
330
330
|
'story/24': {
|
|
@@ -333,7 +333,7 @@ export var metaDataWithPackageLoader = {
|
|
|
333
333
|
package: '@atlaskit/icon-object/glyph/story/24',
|
|
334
334
|
packageLoader: function packageLoader() {
|
|
335
335
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
336
|
-
'
|
|
336
|
+
'./artifacts/glyph/story/24');
|
|
337
337
|
}
|
|
338
338
|
},
|
|
339
339
|
'subtask/24': {
|
|
@@ -342,7 +342,7 @@ export var metaDataWithPackageLoader = {
|
|
|
342
342
|
package: '@atlaskit/icon-object/glyph/subtask/24',
|
|
343
343
|
packageLoader: function packageLoader() {
|
|
344
344
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
345
|
-
'
|
|
345
|
+
'./artifacts/glyph/subtask/24');
|
|
346
346
|
}
|
|
347
347
|
},
|
|
348
348
|
'task/24': {
|
|
@@ -351,7 +351,7 @@ export var metaDataWithPackageLoader = {
|
|
|
351
351
|
package: '@atlaskit/icon-object/glyph/task/24',
|
|
352
352
|
packageLoader: function packageLoader() {
|
|
353
353
|
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
354
|
-
'
|
|
354
|
+
'./artifacts/glyph/task/24');
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __16px `blog` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Blog16Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Blog16Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __24px `blog` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Blog24Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Blog24Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __16px `branch` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Branch16Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Branch16Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __24px `branch` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Branch24Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Branch24Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __16px `bug` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Bug16Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Bug16Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __24px `bug` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Bug24Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Bug24Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __16px `calendar` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Calendar16Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Calendar16Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __24px `calendar` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Calendar24Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Calendar24Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __16px `changes` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Changes16Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Changes16Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __24px `changes` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Changes24Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Changes24Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __16px `code` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Code16Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Code16Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __24px `code` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Code24Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Code24Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __16px `commit` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Commit16Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Commit16Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __24px `commit` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Commit24Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Commit24Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __16px `epic` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Epic16Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Epic16Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __24px `epic` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Epic24Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Epic24Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __16px `improvement` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Improvement16Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Improvement16Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __24px `improvement` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Improvement24Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Improvement24Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __16px `incident` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Incident16Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Incident16Icon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
|
+
/**
|
|
4
|
+
* __24px `incident` icon object__
|
|
5
|
+
*
|
|
6
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
7
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
8
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
|
+
*/
|
|
10
|
+
declare const Incident24Icon: {
|
|
11
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export default Incident24Icon;
|