@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
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
4
|
+
* @codegen <<SignedSource::03079d8721ac8d89a958ccbbcb298107>>
|
|
5
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { UNSAFE_IconFacade as IconFacade } from '@atlaskit/icon/base';
|
|
9
|
+
const Page16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
|
|
10
|
+
dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m2 3a1 1 0 1 0 0 2h8a1 1 0 0 0 0-2zm0 4a1 1 0 1 0 0 2h8a1 1 0 0 0 0-2zm0 4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2z"/></svg>`
|
|
11
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
12
|
+
}, props, {
|
|
13
|
+
size: "small"
|
|
14
|
+
}));
|
|
15
|
+
Page16Icon.displayName = 'Page16Icon';
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
18
|
+
export default Page16Icon;
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
const Page24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
4
|
+
* @codegen <<SignedSource::643f5cc12813503dc638ac53a2375750>>
|
|
5
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { UNSAFE_IconFacade as IconFacade } from '@atlaskit/icon/base';
|
|
9
|
+
const Page24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
|
|
11
10
|
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m1 18c0 .556.446 1 .995 1h8.01c.54 0 .995-.448.995-1 0-.556-.446-1-.995-1h-8.01c-.54 0-.995.448-.995 1m0-4c0 .556.448 1 1 1h14c.555 0 1-.448 1-1 0-.556-.448-1-1-1H5c-.555 0-1 .448-1 1m0-4c0 .556.448 1 1 1h14c.555 0 1-.448 1-1 0-.556-.448-1-1-1H5c-.555 0-1 .448-1 1m0-4c0 .556.448 1 1 1h14c.555 0 1-.448 1-1 0-.556-.448-1-1-1H5c-.555 0-1 .448-1 1"/></svg>`
|
|
11
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
12
12
|
}, props, {
|
|
13
13
|
size: "medium"
|
|
14
14
|
}));
|
|
15
15
|
Page24Icon.displayName = 'Page24Icon';
|
|
16
|
-
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
18
|
+
export default Page24Icon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
4
|
+
* @codegen <<SignedSource::ed82a667383acde4a2771703cc686d29>>
|
|
5
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { UNSAFE_IconFacade as IconFacade } from '@atlaskit/icon/base';
|
|
9
|
+
const Problem16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
|
|
10
|
+
dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#ff5630" fill-rule="evenodd" d="m5.968 11.446 5.478-5.478a4 4 0 0 1-5.478 5.478m-1.414-1.414a4 4 0 0 1 5.478-5.478zM2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m6 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12"/></svg>`
|
|
11
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
12
|
+
}, props, {
|
|
13
|
+
size: "small"
|
|
14
|
+
}));
|
|
15
|
+
Problem16Icon.displayName = 'Problem16Icon';
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
18
|
+
export default Problem16Icon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
4
|
+
* @codegen <<SignedSource::de87274103ffe5b83e5a270858eb19fb>>
|
|
5
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { UNSAFE_IconFacade as IconFacade } from '@atlaskit/icon/base';
|
|
9
|
+
const Problem24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
|
|
10
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#ff5630" fill-rule="evenodd" d="m7.654 17.488 9.834-9.834a7 7 0 0 1-9.834 9.834M6.28 16.035a7 7 0 0 1 9.756-9.756zM3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m9 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18"/></svg>`
|
|
11
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
12
|
+
}, props, {
|
|
13
|
+
size: "medium"
|
|
14
|
+
}));
|
|
15
|
+
Problem24Icon.displayName = 'Problem24Icon';
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
18
|
+
export default Problem24Icon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
4
|
+
* @codegen <<SignedSource::5aa4131c9ece6db5fa826ad65f709733>>
|
|
5
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { UNSAFE_IconFacade as IconFacade } from '@atlaskit/icon/base';
|
|
9
|
+
const PullRequest16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
|
|
10
|
+
dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="M6.417 6H9a1 1 0 0 1 1 1v1a1 1 0 0 0 2 0V7a3 3 0 0 0-3-3H6.415l.294-.295a1 1 0 1 0-1.413-1.414l-2.003 2a1 1 0 0 0 .001 1.415l2.002 2.001a1 1 0 0 0 1.414-.002 1 1 0 0 0-.001-1.413zM2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m9 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4"/></svg>`
|
|
11
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
12
|
+
}, props, {
|
|
13
|
+
size: "small"
|
|
14
|
+
}));
|
|
15
|
+
PullRequest16Icon.displayName = 'PullRequest16Icon';
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
18
|
+
export default PullRequest16Icon;
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
const PullRequest24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
4
|
+
* @codegen <<SignedSource::f0b1b1af7c913995612e7597470b3e15>>
|
|
5
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { UNSAFE_IconFacade as IconFacade } from '@atlaskit/icon/base';
|
|
9
|
+
const PullRequest24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
|
|
11
10
|
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m4 3C5.4 3 4 4.3 4 6c0 1.3.8 2.4 2 2.8V20c0 .6.4 1 1 1s1-.4 1-1V8.8c1.2-.4 2-1.5 2-2.8 0-1.7-1.3-3-3-3m7.414 2H15a3 3 0 0 1 3 3v7.17a3.001 3.001 0 1 1-2 0V8a1 1 0 0 0-1-1h-.583l.292.292a.999.999 0 1 1-1.413 1.415l-2.002-2a1 1 0 0 1-.001-1.415l2.003-2.002a1 1 0 0 1 1.414 0 1 1 0 0 1-.001 1.415zM7 7c-.5 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m10 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2"/></svg>`
|
|
11
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
12
12
|
}, props, {
|
|
13
13
|
size: "medium"
|
|
14
14
|
}));
|
|
15
15
|
PullRequest24Icon.displayName = 'PullRequest24Icon';
|
|
16
|
-
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
18
|
+
export default PullRequest24Icon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
4
|
+
* @codegen <<SignedSource::467ecf49b59ffe21136aea08ff5b1eab>>
|
|
5
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { UNSAFE_IconFacade as IconFacade } from '@atlaskit/icon/base';
|
|
9
|
+
const Question16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
|
|
10
|
+
dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#6554c0" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m9.751 5.75a3.75 3.75 0 0 0-7.5 0 1 1 0 0 0 2 0 1.75 1.75 0 1 1 2.687 1.476l-1.48.957a1 1 0 0 0-.457.84V10a1 1 0 0 0 2 0v-.454l.873-.565c1.117-.65 1.877-1.846 1.877-3.231M8.001 12a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/></svg>`
|
|
11
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
12
|
+
}, props, {
|
|
13
|
+
size: "small"
|
|
14
|
+
}));
|
|
15
|
+
Question16Icon.displayName = 'Question16Icon';
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
18
|
+
export default Question16Icon;
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
const Question24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
4
|
+
* @codegen <<SignedSource::d81a34cfe80c0f05471d3cffa240cce3>>
|
|
5
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { UNSAFE_IconFacade as IconFacade } from '@atlaskit/icon/base';
|
|
9
|
+
const Question24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
|
|
11
10
|
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#6554c0" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m9 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18m0-2a7 7 0 1 1 0-14 7 7 0 0 1 0 14m3.238-8.88a3.12 3.12 0 0 0-6.238 0 1 1 0 1 0 2 0 1.119 1.119 0 0 1 2.238 0 1.1 1.1 0 0 1-.329.775l-1.499.994a1 1 0 0 0-.448.834v.022h-.002v.753a1 1 0 0 0 2 0v-.228l.717-.464a3.1 3.1 0 0 0 1.561-2.687m-3.285 4.882a.998.998 0 1 0 0 1.997.998.998 0 0 0 0-1.997"/></svg>`
|
|
11
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
12
12
|
}, props, {
|
|
13
13
|
size: "medium"
|
|
14
14
|
}));
|
|
15
15
|
Question24Icon.displayName = 'Question24Icon';
|
|
16
|
-
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
18
|
+
export default Question24Icon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
4
|
+
* @codegen <<SignedSource::585cb3ff3f70376e9bac1cf0926700d4>>
|
|
5
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { UNSAFE_IconFacade as IconFacade } from '@atlaskit/icon/base';
|
|
9
|
+
const Story16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
|
|
10
|
+
dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m6 11-2.863 1.822c-.42.38-1.137.111-1.137-.427v-8.19C4 3.54 4.596 3 5.333 3h5.334C11.403 3 12 3.539 12 4.206v8.19c0 .537-.719.806-1.139.426zm0-2.371 2 1.274V5H6v4.902z"/></svg>`
|
|
11
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
12
|
+
}, props, {
|
|
13
|
+
size: "small"
|
|
14
|
+
}));
|
|
15
|
+
Story16Icon.displayName = 'Story16Icon';
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
18
|
+
export default Story16Icon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
4
|
+
* @codegen <<SignedSource::e329f05ebf6a2082b3857117e48bb638>>
|
|
5
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { UNSAFE_IconFacade as IconFacade } from '@atlaskit/icon/base';
|
|
9
|
+
const Story24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
|
|
10
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m12.647 19.515 1.29-1.528L12 13.82l-4.939 4.167c-.022.018-.061.005-.061.166V6.688C7 6.348 7.412 6 8 6h8c.587 0 1 .349 1 .688v11.465c0-.162-.04-.147-.063-.166zC16.885 20.56 19 19.821 19 18.153V6.688C19 5.162 17.623 4 16 4H8C6.376 4 5 5.161 5 6.688v11.465c0 1.668 2.113 2.407 3.351 1.362L12 16.437z"/></svg>`
|
|
11
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
12
|
+
}, props, {
|
|
13
|
+
size: "medium"
|
|
14
|
+
}));
|
|
15
|
+
Story24Icon.displayName = 'Story24Icon';
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
18
|
+
export default Story24Icon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
4
|
+
* @codegen <<SignedSource::9d4151fd46ff608cce9dbda9cfb3c95c>>
|
|
5
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { UNSAFE_IconFacade as IconFacade } from '@atlaskit/icon/base';
|
|
9
|
+
const Subtask16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
|
|
10
|
+
dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M9 7V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h3v3a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1zM0 1.994C0 .893.895 0 1.994 0h12.012C15.107 0 16 .895 16 1.994v12.012A1.995 1.995 0 0 1 14.006 16H1.994A1.995 1.995 0 0 1 0 14.006zM9 9h2v2H9zM5 5h2v2H5z"/></svg>`
|
|
11
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
12
|
+
}, props, {
|
|
13
|
+
size: "small"
|
|
14
|
+
}));
|
|
15
|
+
Subtask16Icon.displayName = 'Subtask16Icon';
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
18
|
+
export default Subtask16Icon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
4
|
+
* @codegen <<SignedSource::8a594d55b4591ab6cbff83735b66aabe>>
|
|
5
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { UNSAFE_IconFacade as IconFacade } from '@atlaskit/icon/base';
|
|
9
|
+
const Subtask24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
|
|
10
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M13 11V6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h5v5a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zM3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m4 7h4v4H7zm6 6h4v4h-4z"/></svg>`
|
|
11
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
12
|
+
}, props, {
|
|
13
|
+
size: "medium"
|
|
14
|
+
}));
|
|
15
|
+
Subtask24Icon.displayName = 'Subtask24Icon';
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
18
|
+
export default Subtask24Icon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
4
|
+
* @codegen <<SignedSource::52bea62eaa99e7c17de73dba58caf6ea>>
|
|
5
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { UNSAFE_IconFacade as IconFacade } from '@atlaskit/icon/base';
|
|
9
|
+
const Task16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
|
|
10
|
+
dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M0 1.994C0 .893.895 0 1.994 0h12.012C15.107 0 16 .895 16 1.994v12.012A1.995 1.995 0 0 1 14.006 16H1.994A1.995 1.995 0 0 1 0 14.006zM4.667 3C3.747 3 3 3.746 3 4.667v6.666C3 12.253 3.746 13 4.667 13h6.666c.92 0 1.667-.746 1.667-1.667V4.667C13 3.747 12.254 3 11.333 3zM5 5v6h6V5z"/></svg>`
|
|
11
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
12
|
+
}, props, {
|
|
13
|
+
size: "small"
|
|
14
|
+
}));
|
|
15
|
+
Task16Icon.displayName = 'Task16Icon';
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
18
|
+
export default Task16Icon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
4
|
+
* @codegen <<SignedSource::57d2f0a06ffc48e263b24567a2901178>>
|
|
5
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { UNSAFE_IconFacade as IconFacade } from '@atlaskit/icon/base';
|
|
9
|
+
const Task24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
|
|
10
|
+
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m3 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 2v12h12V6z"/></svg>`
|
|
11
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
12
|
+
}, props, {
|
|
13
|
+
size: "medium"
|
|
14
|
+
}));
|
|
15
|
+
Task24Icon.displayName = 'Task24Icon';
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
18
|
+
export default Task24Icon;
|
package/dist/es2019/metadata.js
CHANGED
|
@@ -14,266 +14,266 @@ export const metaDataWithPackageLoader = {
|
|
|
14
14
|
componentName: 'Blog16Icon',
|
|
15
15
|
package: '@atlaskit/icon-object/glyph/blog/16',
|
|
16
16
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
17
|
-
'
|
|
17
|
+
'./artifacts/glyph/blog/16')
|
|
18
18
|
},
|
|
19
19
|
'branch/16': {
|
|
20
20
|
keywords: ['branch/16', 'branch16', 'object', 'icon-object'],
|
|
21
21
|
componentName: 'Branch16Icon',
|
|
22
22
|
package: '@atlaskit/icon-object/glyph/branch/16',
|
|
23
23
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
24
|
-
'
|
|
24
|
+
'./artifacts/glyph/branch/16')
|
|
25
25
|
},
|
|
26
26
|
'bug/16': {
|
|
27
27
|
keywords: ['bug/16', 'bug16', 'object', 'icon-object'],
|
|
28
28
|
componentName: 'Bug16Icon',
|
|
29
29
|
package: '@atlaskit/icon-object/glyph/bug/16',
|
|
30
30
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
31
|
-
'
|
|
31
|
+
'./artifacts/glyph/bug/16')
|
|
32
32
|
},
|
|
33
33
|
'calendar/16': {
|
|
34
34
|
keywords: ['calendar/16', 'calendar16', 'object', 'icon-object'],
|
|
35
35
|
componentName: 'Calendar16Icon',
|
|
36
36
|
package: '@atlaskit/icon-object/glyph/calendar/16',
|
|
37
37
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
38
|
-
'
|
|
38
|
+
'./artifacts/glyph/calendar/16')
|
|
39
39
|
},
|
|
40
40
|
'changes/16': {
|
|
41
41
|
keywords: ['changes/16', 'changes16', 'object', 'icon-object'],
|
|
42
42
|
componentName: 'Changes16Icon',
|
|
43
43
|
package: '@atlaskit/icon-object/glyph/changes/16',
|
|
44
44
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
45
|
-
'
|
|
45
|
+
'./artifacts/glyph/changes/16')
|
|
46
46
|
},
|
|
47
47
|
'code/16': {
|
|
48
48
|
keywords: ['code/16', 'code16', 'object', 'icon-object'],
|
|
49
49
|
componentName: 'Code16Icon',
|
|
50
50
|
package: '@atlaskit/icon-object/glyph/code/16',
|
|
51
51
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
52
|
-
'
|
|
52
|
+
'./artifacts/glyph/code/16')
|
|
53
53
|
},
|
|
54
54
|
'commit/16': {
|
|
55
55
|
keywords: ['commit/16', 'commit16', 'object', 'icon-object'],
|
|
56
56
|
componentName: 'Commit16Icon',
|
|
57
57
|
package: '@atlaskit/icon-object/glyph/commit/16',
|
|
58
58
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
59
|
-
'
|
|
59
|
+
'./artifacts/glyph/commit/16')
|
|
60
60
|
},
|
|
61
61
|
'epic/16': {
|
|
62
62
|
keywords: ['epic/16', 'epic16', 'object', 'icon-object'],
|
|
63
63
|
componentName: 'Epic16Icon',
|
|
64
64
|
package: '@atlaskit/icon-object/glyph/epic/16',
|
|
65
65
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
66
|
-
'
|
|
66
|
+
'./artifacts/glyph/epic/16')
|
|
67
67
|
},
|
|
68
68
|
'improvement/16': {
|
|
69
69
|
keywords: ['improvement/16', 'improvement16', 'object', 'icon-object'],
|
|
70
70
|
componentName: 'Improvement16Icon',
|
|
71
71
|
package: '@atlaskit/icon-object/glyph/improvement/16',
|
|
72
72
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
73
|
-
'
|
|
73
|
+
'./artifacts/glyph/improvement/16')
|
|
74
74
|
},
|
|
75
75
|
'incident/16': {
|
|
76
76
|
keywords: ['incident/16', 'incident16', 'object', 'icon-object'],
|
|
77
77
|
componentName: 'Incident16Icon',
|
|
78
78
|
package: '@atlaskit/icon-object/glyph/incident/16',
|
|
79
79
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
80
|
-
'
|
|
80
|
+
'./artifacts/glyph/incident/16')
|
|
81
81
|
},
|
|
82
82
|
'issue/16': {
|
|
83
83
|
keywords: ['issue/16', 'issue16', 'object', 'icon-object'],
|
|
84
84
|
componentName: 'Issue16Icon',
|
|
85
85
|
package: '@atlaskit/icon-object/glyph/issue/16',
|
|
86
86
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
87
|
-
'
|
|
87
|
+
'./artifacts/glyph/issue/16')
|
|
88
88
|
},
|
|
89
89
|
'new-feature/16': {
|
|
90
90
|
keywords: ['new-feature/16', 'newfeature16', 'object', 'icon-object'],
|
|
91
91
|
componentName: 'NewFeature16Icon',
|
|
92
92
|
package: '@atlaskit/icon-object/glyph/new-feature/16',
|
|
93
93
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
94
|
-
'
|
|
94
|
+
'./artifacts/glyph/new-feature/16')
|
|
95
95
|
},
|
|
96
96
|
'page/16': {
|
|
97
97
|
keywords: ['page/16', 'page16', 'object', 'icon-object'],
|
|
98
98
|
componentName: 'Page16Icon',
|
|
99
99
|
package: '@atlaskit/icon-object/glyph/page/16',
|
|
100
100
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
101
|
-
'
|
|
101
|
+
'./artifacts/glyph/page/16')
|
|
102
102
|
},
|
|
103
103
|
'problem/16': {
|
|
104
104
|
keywords: ['problem/16', 'problem16', 'object', 'icon-object'],
|
|
105
105
|
componentName: 'Problem16Icon',
|
|
106
106
|
package: '@atlaskit/icon-object/glyph/problem/16',
|
|
107
107
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
108
|
-
'
|
|
108
|
+
'./artifacts/glyph/problem/16')
|
|
109
109
|
},
|
|
110
110
|
'pull-request/16': {
|
|
111
111
|
keywords: ['pull-request/16', 'pullrequest16', 'object', 'icon-object'],
|
|
112
112
|
componentName: 'PullRequest16Icon',
|
|
113
113
|
package: '@atlaskit/icon-object/glyph/pull-request/16',
|
|
114
114
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
115
|
-
'
|
|
115
|
+
'./artifacts/glyph/pull-request/16')
|
|
116
116
|
},
|
|
117
117
|
'question/16': {
|
|
118
118
|
keywords: ['question/16', 'question16', 'object', 'icon-object'],
|
|
119
119
|
componentName: 'Question16Icon',
|
|
120
120
|
package: '@atlaskit/icon-object/glyph/question/16',
|
|
121
121
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
122
|
-
'
|
|
122
|
+
'./artifacts/glyph/question/16')
|
|
123
123
|
},
|
|
124
124
|
'story/16': {
|
|
125
125
|
keywords: ['story/16', 'story16', 'object', 'icon-object'],
|
|
126
126
|
componentName: 'Story16Icon',
|
|
127
127
|
package: '@atlaskit/icon-object/glyph/story/16',
|
|
128
128
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
129
|
-
'
|
|
129
|
+
'./artifacts/glyph/story/16')
|
|
130
130
|
},
|
|
131
131
|
'subtask/16': {
|
|
132
132
|
keywords: ['subtask/16', 'subtask16', 'object', 'icon-object'],
|
|
133
133
|
componentName: 'Subtask16Icon',
|
|
134
134
|
package: '@atlaskit/icon-object/glyph/subtask/16',
|
|
135
135
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
136
|
-
'
|
|
136
|
+
'./artifacts/glyph/subtask/16')
|
|
137
137
|
},
|
|
138
138
|
'task/16': {
|
|
139
139
|
keywords: ['task/16', 'task16', 'object', 'icon-object'],
|
|
140
140
|
componentName: 'Task16Icon',
|
|
141
141
|
package: '@atlaskit/icon-object/glyph/task/16',
|
|
142
142
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
143
|
-
'
|
|
143
|
+
'./artifacts/glyph/task/16')
|
|
144
144
|
},
|
|
145
145
|
'blog/24': {
|
|
146
146
|
keywords: ['blog/24', 'blog24', 'object', 'icon-object'],
|
|
147
147
|
componentName: 'Blog24Icon',
|
|
148
148
|
package: '@atlaskit/icon-object/glyph/blog/24',
|
|
149
149
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
150
|
-
'
|
|
150
|
+
'./artifacts/glyph/blog/24')
|
|
151
151
|
},
|
|
152
152
|
'branch/24': {
|
|
153
153
|
keywords: ['branch/24', 'branch24', 'object', 'icon-object'],
|
|
154
154
|
componentName: 'Branch24Icon',
|
|
155
155
|
package: '@atlaskit/icon-object/glyph/branch/24',
|
|
156
156
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
157
|
-
'
|
|
157
|
+
'./artifacts/glyph/branch/24')
|
|
158
158
|
},
|
|
159
159
|
'bug/24': {
|
|
160
160
|
keywords: ['bug/24', 'bug24', 'object', 'icon-object'],
|
|
161
161
|
componentName: 'Bug24Icon',
|
|
162
162
|
package: '@atlaskit/icon-object/glyph/bug/24',
|
|
163
163
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
164
|
-
'
|
|
164
|
+
'./artifacts/glyph/bug/24')
|
|
165
165
|
},
|
|
166
166
|
'calendar/24': {
|
|
167
167
|
keywords: ['calendar/24', 'calendar24', 'object', 'icon-object'],
|
|
168
168
|
componentName: 'Calendar24Icon',
|
|
169
169
|
package: '@atlaskit/icon-object/glyph/calendar/24',
|
|
170
170
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
171
|
-
'
|
|
171
|
+
'./artifacts/glyph/calendar/24')
|
|
172
172
|
},
|
|
173
173
|
'changes/24': {
|
|
174
174
|
keywords: ['changes/24', 'changes24', 'object', 'icon-object'],
|
|
175
175
|
componentName: 'Changes24Icon',
|
|
176
176
|
package: '@atlaskit/icon-object/glyph/changes/24',
|
|
177
177
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
178
|
-
'
|
|
178
|
+
'./artifacts/glyph/changes/24')
|
|
179
179
|
},
|
|
180
180
|
'code/24': {
|
|
181
181
|
keywords: ['code/24', 'code24', 'object', 'icon-object'],
|
|
182
182
|
componentName: 'Code24Icon',
|
|
183
183
|
package: '@atlaskit/icon-object/glyph/code/24',
|
|
184
184
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
185
|
-
'
|
|
185
|
+
'./artifacts/glyph/code/24')
|
|
186
186
|
},
|
|
187
187
|
'commit/24': {
|
|
188
188
|
keywords: ['commit/24', 'commit24', 'object', 'icon-object'],
|
|
189
189
|
componentName: 'Commit24Icon',
|
|
190
190
|
package: '@atlaskit/icon-object/glyph/commit/24',
|
|
191
191
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
192
|
-
'
|
|
192
|
+
'./artifacts/glyph/commit/24')
|
|
193
193
|
},
|
|
194
194
|
'epic/24': {
|
|
195
195
|
keywords: ['epic/24', 'epic24', 'object', 'icon-object'],
|
|
196
196
|
componentName: 'Epic24Icon',
|
|
197
197
|
package: '@atlaskit/icon-object/glyph/epic/24',
|
|
198
198
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
199
|
-
'
|
|
199
|
+
'./artifacts/glyph/epic/24')
|
|
200
200
|
},
|
|
201
201
|
'improvement/24': {
|
|
202
202
|
keywords: ['improvement/24', 'improvement24', 'object', 'icon-object'],
|
|
203
203
|
componentName: 'Improvement24Icon',
|
|
204
204
|
package: '@atlaskit/icon-object/glyph/improvement/24',
|
|
205
205
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
206
|
-
'
|
|
206
|
+
'./artifacts/glyph/improvement/24')
|
|
207
207
|
},
|
|
208
208
|
'incident/24': {
|
|
209
209
|
keywords: ['incident/24', 'incident24', 'object', 'icon-object'],
|
|
210
210
|
componentName: 'Incident24Icon',
|
|
211
211
|
package: '@atlaskit/icon-object/glyph/incident/24',
|
|
212
212
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
213
|
-
'
|
|
213
|
+
'./artifacts/glyph/incident/24')
|
|
214
214
|
},
|
|
215
215
|
'issue/24': {
|
|
216
216
|
keywords: ['issue/24', 'issue24', 'object', 'icon-object'],
|
|
217
217
|
componentName: 'Issue24Icon',
|
|
218
218
|
package: '@atlaskit/icon-object/glyph/issue/24',
|
|
219
219
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
220
|
-
'
|
|
220
|
+
'./artifacts/glyph/issue/24')
|
|
221
221
|
},
|
|
222
222
|
'new-feature/24': {
|
|
223
223
|
keywords: ['new-feature/24', 'newfeature24', 'object', 'icon-object'],
|
|
224
224
|
componentName: 'NewFeature24Icon',
|
|
225
225
|
package: '@atlaskit/icon-object/glyph/new-feature/24',
|
|
226
226
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
227
|
-
'
|
|
227
|
+
'./artifacts/glyph/new-feature/24')
|
|
228
228
|
},
|
|
229
229
|
'page/24': {
|
|
230
230
|
keywords: ['page/24', 'page24', 'object', 'icon-object'],
|
|
231
231
|
componentName: 'Page24Icon',
|
|
232
232
|
package: '@atlaskit/icon-object/glyph/page/24',
|
|
233
233
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
234
|
-
'
|
|
234
|
+
'./artifacts/glyph/page/24')
|
|
235
235
|
},
|
|
236
236
|
'problem/24': {
|
|
237
237
|
keywords: ['problem/24', 'problem24', 'object', 'icon-object'],
|
|
238
238
|
componentName: 'Problem24Icon',
|
|
239
239
|
package: '@atlaskit/icon-object/glyph/problem/24',
|
|
240
240
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
241
|
-
'
|
|
241
|
+
'./artifacts/glyph/problem/24')
|
|
242
242
|
},
|
|
243
243
|
'pull-request/24': {
|
|
244
244
|
keywords: ['pull-request/24', 'pullrequest24', 'object', 'icon-object'],
|
|
245
245
|
componentName: 'PullRequest24Icon',
|
|
246
246
|
package: '@atlaskit/icon-object/glyph/pull-request/24',
|
|
247
247
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
248
|
-
'
|
|
248
|
+
'./artifacts/glyph/pull-request/24')
|
|
249
249
|
},
|
|
250
250
|
'question/24': {
|
|
251
251
|
keywords: ['question/24', 'question24', 'object', 'icon-object'],
|
|
252
252
|
componentName: 'Question24Icon',
|
|
253
253
|
package: '@atlaskit/icon-object/glyph/question/24',
|
|
254
254
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
255
|
-
'
|
|
255
|
+
'./artifacts/glyph/question/24')
|
|
256
256
|
},
|
|
257
257
|
'story/24': {
|
|
258
258
|
keywords: ['story/24', 'story24', 'object', 'icon-object'],
|
|
259
259
|
componentName: 'Story24Icon',
|
|
260
260
|
package: '@atlaskit/icon-object/glyph/story/24',
|
|
261
261
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
262
|
-
'
|
|
262
|
+
'./artifacts/glyph/story/24')
|
|
263
263
|
},
|
|
264
264
|
'subtask/24': {
|
|
265
265
|
keywords: ['subtask/24', 'subtask24', 'object', 'icon-object'],
|
|
266
266
|
componentName: 'Subtask24Icon',
|
|
267
267
|
package: '@atlaskit/icon-object/glyph/subtask/24',
|
|
268
268
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
269
|
-
'
|
|
269
|
+
'./artifacts/glyph/subtask/24')
|
|
270
270
|
},
|
|
271
271
|
'task/24': {
|
|
272
272
|
keywords: ['task/24', 'task24', 'object', 'icon-object'],
|
|
273
273
|
componentName: 'Task24Icon',
|
|
274
274
|
package: '@atlaskit/icon-object/glyph/task/24',
|
|
275
275
|
packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
276
|
-
'
|
|
276
|
+
'./artifacts/glyph/task/24')
|
|
277
277
|
}
|
|
278
278
|
};
|
|
279
279
|
const metaData = Object.fromEntries(Object.entries(metaDataWithPackageLoader).map(([key, {
|