@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,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _base = require("@atlaskit/icon/base");
|
|
11
|
+
/**
|
|
12
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
13
|
+
* @codegen <<SignedSource::52bea62eaa99e7c17de73dba58caf6ea>>
|
|
14
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
var Task16Icon = function Task16Icon(props) {
|
|
18
|
+
return /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, (0, _extends2.default)({
|
|
19
|
+
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>"
|
|
20
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
21
|
+
}, props, {
|
|
22
|
+
size: "small"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
Task16Icon.displayName = 'Task16Icon';
|
|
26
|
+
|
|
27
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
28
|
+
var _default = exports.default = Task16Icon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _base = require("@atlaskit/icon/base");
|
|
11
|
+
/**
|
|
12
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
13
|
+
* @codegen <<SignedSource::57d2f0a06ffc48e263b24567a2901178>>
|
|
14
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
var Task24Icon = function Task24Icon(props) {
|
|
18
|
+
return /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, (0, _extends2.default)({
|
|
19
|
+
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>"
|
|
20
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
21
|
+
}, props, {
|
|
22
|
+
size: "medium"
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
Task24Icon.displayName = 'Task24Icon';
|
|
26
|
+
|
|
27
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
28
|
+
var _default = exports.default = Task24Icon;
|
package/dist/cjs/metadata.js
CHANGED
|
@@ -29,7 +29,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
29
29
|
packageLoader: function packageLoader() {
|
|
30
30
|
return Promise.resolve().then(function () {
|
|
31
31
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
32
|
-
'
|
|
32
|
+
'./artifacts/glyph/blog/16'));
|
|
33
33
|
});
|
|
34
34
|
}
|
|
35
35
|
},
|
|
@@ -40,7 +40,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
40
40
|
packageLoader: function packageLoader() {
|
|
41
41
|
return Promise.resolve().then(function () {
|
|
42
42
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
43
|
-
'
|
|
43
|
+
'./artifacts/glyph/branch/16'));
|
|
44
44
|
});
|
|
45
45
|
}
|
|
46
46
|
},
|
|
@@ -51,7 +51,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
51
51
|
packageLoader: function packageLoader() {
|
|
52
52
|
return Promise.resolve().then(function () {
|
|
53
53
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
54
|
-
'
|
|
54
|
+
'./artifacts/glyph/bug/16'));
|
|
55
55
|
});
|
|
56
56
|
}
|
|
57
57
|
},
|
|
@@ -62,7 +62,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
62
62
|
packageLoader: function packageLoader() {
|
|
63
63
|
return Promise.resolve().then(function () {
|
|
64
64
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
65
|
-
'
|
|
65
|
+
'./artifacts/glyph/calendar/16'));
|
|
66
66
|
});
|
|
67
67
|
}
|
|
68
68
|
},
|
|
@@ -73,7 +73,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
73
73
|
packageLoader: function packageLoader() {
|
|
74
74
|
return Promise.resolve().then(function () {
|
|
75
75
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
76
|
-
'
|
|
76
|
+
'./artifacts/glyph/changes/16'));
|
|
77
77
|
});
|
|
78
78
|
}
|
|
79
79
|
},
|
|
@@ -84,7 +84,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
84
84
|
packageLoader: function packageLoader() {
|
|
85
85
|
return Promise.resolve().then(function () {
|
|
86
86
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
87
|
-
'
|
|
87
|
+
'./artifacts/glyph/code/16'));
|
|
88
88
|
});
|
|
89
89
|
}
|
|
90
90
|
},
|
|
@@ -95,7 +95,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
95
95
|
packageLoader: function packageLoader() {
|
|
96
96
|
return Promise.resolve().then(function () {
|
|
97
97
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
98
|
-
'
|
|
98
|
+
'./artifacts/glyph/commit/16'));
|
|
99
99
|
});
|
|
100
100
|
}
|
|
101
101
|
},
|
|
@@ -106,7 +106,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
106
106
|
packageLoader: function packageLoader() {
|
|
107
107
|
return Promise.resolve().then(function () {
|
|
108
108
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
109
|
-
'
|
|
109
|
+
'./artifacts/glyph/epic/16'));
|
|
110
110
|
});
|
|
111
111
|
}
|
|
112
112
|
},
|
|
@@ -117,7 +117,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
117
117
|
packageLoader: function packageLoader() {
|
|
118
118
|
return Promise.resolve().then(function () {
|
|
119
119
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
120
|
-
'
|
|
120
|
+
'./artifacts/glyph/improvement/16'));
|
|
121
121
|
});
|
|
122
122
|
}
|
|
123
123
|
},
|
|
@@ -128,7 +128,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
128
128
|
packageLoader: function packageLoader() {
|
|
129
129
|
return Promise.resolve().then(function () {
|
|
130
130
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
131
|
-
'
|
|
131
|
+
'./artifacts/glyph/incident/16'));
|
|
132
132
|
});
|
|
133
133
|
}
|
|
134
134
|
},
|
|
@@ -139,7 +139,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
139
139
|
packageLoader: function packageLoader() {
|
|
140
140
|
return Promise.resolve().then(function () {
|
|
141
141
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
142
|
-
'
|
|
142
|
+
'./artifacts/glyph/issue/16'));
|
|
143
143
|
});
|
|
144
144
|
}
|
|
145
145
|
},
|
|
@@ -150,7 +150,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
150
150
|
packageLoader: function packageLoader() {
|
|
151
151
|
return Promise.resolve().then(function () {
|
|
152
152
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
153
|
-
'
|
|
153
|
+
'./artifacts/glyph/new-feature/16'));
|
|
154
154
|
});
|
|
155
155
|
}
|
|
156
156
|
},
|
|
@@ -161,7 +161,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
161
161
|
packageLoader: function packageLoader() {
|
|
162
162
|
return Promise.resolve().then(function () {
|
|
163
163
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
164
|
-
'
|
|
164
|
+
'./artifacts/glyph/page/16'));
|
|
165
165
|
});
|
|
166
166
|
}
|
|
167
167
|
},
|
|
@@ -172,7 +172,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
172
172
|
packageLoader: function packageLoader() {
|
|
173
173
|
return Promise.resolve().then(function () {
|
|
174
174
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
175
|
-
'
|
|
175
|
+
'./artifacts/glyph/problem/16'));
|
|
176
176
|
});
|
|
177
177
|
}
|
|
178
178
|
},
|
|
@@ -183,7 +183,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
183
183
|
packageLoader: function packageLoader() {
|
|
184
184
|
return Promise.resolve().then(function () {
|
|
185
185
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
186
|
-
'
|
|
186
|
+
'./artifacts/glyph/pull-request/16'));
|
|
187
187
|
});
|
|
188
188
|
}
|
|
189
189
|
},
|
|
@@ -194,7 +194,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
194
194
|
packageLoader: function packageLoader() {
|
|
195
195
|
return Promise.resolve().then(function () {
|
|
196
196
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
197
|
-
'
|
|
197
|
+
'./artifacts/glyph/question/16'));
|
|
198
198
|
});
|
|
199
199
|
}
|
|
200
200
|
},
|
|
@@ -205,7 +205,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
205
205
|
packageLoader: function packageLoader() {
|
|
206
206
|
return Promise.resolve().then(function () {
|
|
207
207
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
208
|
-
'
|
|
208
|
+
'./artifacts/glyph/story/16'));
|
|
209
209
|
});
|
|
210
210
|
}
|
|
211
211
|
},
|
|
@@ -216,7 +216,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
216
216
|
packageLoader: function packageLoader() {
|
|
217
217
|
return Promise.resolve().then(function () {
|
|
218
218
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
219
|
-
'
|
|
219
|
+
'./artifacts/glyph/subtask/16'));
|
|
220
220
|
});
|
|
221
221
|
}
|
|
222
222
|
},
|
|
@@ -227,7 +227,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
227
227
|
packageLoader: function packageLoader() {
|
|
228
228
|
return Promise.resolve().then(function () {
|
|
229
229
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
230
|
-
'
|
|
230
|
+
'./artifacts/glyph/task/16'));
|
|
231
231
|
});
|
|
232
232
|
}
|
|
233
233
|
},
|
|
@@ -238,7 +238,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
238
238
|
packageLoader: function packageLoader() {
|
|
239
239
|
return Promise.resolve().then(function () {
|
|
240
240
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
241
|
-
'
|
|
241
|
+
'./artifacts/glyph/blog/24'));
|
|
242
242
|
});
|
|
243
243
|
}
|
|
244
244
|
},
|
|
@@ -249,7 +249,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
249
249
|
packageLoader: function packageLoader() {
|
|
250
250
|
return Promise.resolve().then(function () {
|
|
251
251
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
252
|
-
'
|
|
252
|
+
'./artifacts/glyph/branch/24'));
|
|
253
253
|
});
|
|
254
254
|
}
|
|
255
255
|
},
|
|
@@ -260,7 +260,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
260
260
|
packageLoader: function packageLoader() {
|
|
261
261
|
return Promise.resolve().then(function () {
|
|
262
262
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
263
|
-
'
|
|
263
|
+
'./artifacts/glyph/bug/24'));
|
|
264
264
|
});
|
|
265
265
|
}
|
|
266
266
|
},
|
|
@@ -271,7 +271,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
271
271
|
packageLoader: function packageLoader() {
|
|
272
272
|
return Promise.resolve().then(function () {
|
|
273
273
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
274
|
-
'
|
|
274
|
+
'./artifacts/glyph/calendar/24'));
|
|
275
275
|
});
|
|
276
276
|
}
|
|
277
277
|
},
|
|
@@ -282,7 +282,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
282
282
|
packageLoader: function packageLoader() {
|
|
283
283
|
return Promise.resolve().then(function () {
|
|
284
284
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
285
|
-
'
|
|
285
|
+
'./artifacts/glyph/changes/24'));
|
|
286
286
|
});
|
|
287
287
|
}
|
|
288
288
|
},
|
|
@@ -293,7 +293,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
293
293
|
packageLoader: function packageLoader() {
|
|
294
294
|
return Promise.resolve().then(function () {
|
|
295
295
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
296
|
-
'
|
|
296
|
+
'./artifacts/glyph/code/24'));
|
|
297
297
|
});
|
|
298
298
|
}
|
|
299
299
|
},
|
|
@@ -304,7 +304,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
304
304
|
packageLoader: function packageLoader() {
|
|
305
305
|
return Promise.resolve().then(function () {
|
|
306
306
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
307
|
-
'
|
|
307
|
+
'./artifacts/glyph/commit/24'));
|
|
308
308
|
});
|
|
309
309
|
}
|
|
310
310
|
},
|
|
@@ -315,7 +315,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
315
315
|
packageLoader: function packageLoader() {
|
|
316
316
|
return Promise.resolve().then(function () {
|
|
317
317
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
318
|
-
'
|
|
318
|
+
'./artifacts/glyph/epic/24'));
|
|
319
319
|
});
|
|
320
320
|
}
|
|
321
321
|
},
|
|
@@ -326,7 +326,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
326
326
|
packageLoader: function packageLoader() {
|
|
327
327
|
return Promise.resolve().then(function () {
|
|
328
328
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
329
|
-
'
|
|
329
|
+
'./artifacts/glyph/improvement/24'));
|
|
330
330
|
});
|
|
331
331
|
}
|
|
332
332
|
},
|
|
@@ -337,7 +337,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
337
337
|
packageLoader: function packageLoader() {
|
|
338
338
|
return Promise.resolve().then(function () {
|
|
339
339
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
340
|
-
'
|
|
340
|
+
'./artifacts/glyph/incident/24'));
|
|
341
341
|
});
|
|
342
342
|
}
|
|
343
343
|
},
|
|
@@ -348,7 +348,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
348
348
|
packageLoader: function packageLoader() {
|
|
349
349
|
return Promise.resolve().then(function () {
|
|
350
350
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
351
|
-
'
|
|
351
|
+
'./artifacts/glyph/issue/24'));
|
|
352
352
|
});
|
|
353
353
|
}
|
|
354
354
|
},
|
|
@@ -359,7 +359,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
359
359
|
packageLoader: function packageLoader() {
|
|
360
360
|
return Promise.resolve().then(function () {
|
|
361
361
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
362
|
-
'
|
|
362
|
+
'./artifacts/glyph/new-feature/24'));
|
|
363
363
|
});
|
|
364
364
|
}
|
|
365
365
|
},
|
|
@@ -370,7 +370,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
370
370
|
packageLoader: function packageLoader() {
|
|
371
371
|
return Promise.resolve().then(function () {
|
|
372
372
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
373
|
-
'
|
|
373
|
+
'./artifacts/glyph/page/24'));
|
|
374
374
|
});
|
|
375
375
|
}
|
|
376
376
|
},
|
|
@@ -381,7 +381,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
381
381
|
packageLoader: function packageLoader() {
|
|
382
382
|
return Promise.resolve().then(function () {
|
|
383
383
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
384
|
-
'
|
|
384
|
+
'./artifacts/glyph/problem/24'));
|
|
385
385
|
});
|
|
386
386
|
}
|
|
387
387
|
},
|
|
@@ -392,7 +392,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
392
392
|
packageLoader: function packageLoader() {
|
|
393
393
|
return Promise.resolve().then(function () {
|
|
394
394
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
395
|
-
'
|
|
395
|
+
'./artifacts/glyph/pull-request/24'));
|
|
396
396
|
});
|
|
397
397
|
}
|
|
398
398
|
},
|
|
@@ -403,7 +403,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
403
403
|
packageLoader: function packageLoader() {
|
|
404
404
|
return Promise.resolve().then(function () {
|
|
405
405
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
406
|
-
'
|
|
406
|
+
'./artifacts/glyph/question/24'));
|
|
407
407
|
});
|
|
408
408
|
}
|
|
409
409
|
},
|
|
@@ -414,7 +414,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
414
414
|
packageLoader: function packageLoader() {
|
|
415
415
|
return Promise.resolve().then(function () {
|
|
416
416
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
417
|
-
'
|
|
417
|
+
'./artifacts/glyph/story/24'));
|
|
418
418
|
});
|
|
419
419
|
}
|
|
420
420
|
},
|
|
@@ -425,7 +425,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
425
425
|
packageLoader: function packageLoader() {
|
|
426
426
|
return Promise.resolve().then(function () {
|
|
427
427
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
428
|
-
'
|
|
428
|
+
'./artifacts/glyph/subtask/24'));
|
|
429
429
|
});
|
|
430
430
|
}
|
|
431
431
|
},
|
|
@@ -436,7 +436,7 @@ var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
|
|
|
436
436
|
packageLoader: function packageLoader() {
|
|
437
437
|
return Promise.resolve().then(function () {
|
|
438
438
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
439
|
-
'
|
|
439
|
+
'./artifacts/glyph/task/24'));
|
|
440
440
|
});
|
|
441
441
|
}
|
|
442
442
|
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::845767e81b63ae055da0ba81295847f0>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import { IconTile } from '@atlaskit/icon';
|
|
8
|
+
import NewIcon from '@atlaskit/icon/core/quotation-mark';
|
|
9
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
|
+
import IconObjectOld from '../../glyph-legacy/blog/16';
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* __16px `blog` icon object__
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
18
|
+
*/
|
|
19
|
+
const Blog16Icon = ({
|
|
20
|
+
label,
|
|
21
|
+
testId
|
|
22
|
+
}) => {
|
|
23
|
+
if (fg('icon-object-migration')) {
|
|
24
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
25
|
+
icon: NewIcon,
|
|
26
|
+
appearance: "blueBold",
|
|
27
|
+
size: "16",
|
|
28
|
+
label: label,
|
|
29
|
+
testId: testId,
|
|
30
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
31
|
+
label: label,
|
|
32
|
+
testId: testId
|
|
33
|
+
})
|
|
34
|
+
});
|
|
35
|
+
} else {
|
|
36
|
+
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
37
|
+
label: label,
|
|
38
|
+
testId: testId
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
Blog16Icon.displayName = 'Blog16Icon';
|
|
43
|
+
export default Blog16Icon;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::bba35c7457f1c82d9d31626969c259a0>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import { IconTile } from '@atlaskit/icon';
|
|
8
|
+
import NewIcon from '@atlaskit/icon/core/quotation-mark';
|
|
9
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
|
+
import IconObjectOld from '../../glyph-legacy/blog/24';
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* __24px `blog` icon object__
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
18
|
+
*/
|
|
19
|
+
const Blog24Icon = ({
|
|
20
|
+
label,
|
|
21
|
+
testId
|
|
22
|
+
}) => {
|
|
23
|
+
if (fg('icon-object-migration')) {
|
|
24
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
25
|
+
icon: NewIcon,
|
|
26
|
+
appearance: "blueBold",
|
|
27
|
+
size: "24",
|
|
28
|
+
label: label,
|
|
29
|
+
testId: testId,
|
|
30
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
31
|
+
label: label,
|
|
32
|
+
testId: testId
|
|
33
|
+
})
|
|
34
|
+
});
|
|
35
|
+
} else {
|
|
36
|
+
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
37
|
+
label: label,
|
|
38
|
+
testId: testId
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
Blog24Icon.displayName = 'Blog24Icon';
|
|
43
|
+
export default Blog24Icon;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::bd5a8d264ca7a1e79e3d50d476094729>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import { IconTile } from '@atlaskit/icon';
|
|
8
|
+
import NewIcon from '@atlaskit/icon/core/branch';
|
|
9
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
|
+
import IconObjectOld from '../../glyph-legacy/branch/16';
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* __16px `branch` icon object__
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
18
|
+
*/
|
|
19
|
+
const Branch16Icon = ({
|
|
20
|
+
label,
|
|
21
|
+
testId
|
|
22
|
+
}) => {
|
|
23
|
+
if (fg('icon-object-migration')) {
|
|
24
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
25
|
+
icon: NewIcon,
|
|
26
|
+
appearance: "blueBold",
|
|
27
|
+
size: "16",
|
|
28
|
+
label: label,
|
|
29
|
+
testId: testId,
|
|
30
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
31
|
+
label: label,
|
|
32
|
+
testId: testId
|
|
33
|
+
})
|
|
34
|
+
});
|
|
35
|
+
} else {
|
|
36
|
+
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
37
|
+
label: label,
|
|
38
|
+
testId: testId
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
Branch16Icon.displayName = 'Branch16Icon';
|
|
43
|
+
export default Branch16Icon;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::ca37b82809aaa3e9f4d0507d70c71707>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import { IconTile } from '@atlaskit/icon';
|
|
8
|
+
import NewIcon from '@atlaskit/icon/core/branch';
|
|
9
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
|
+
import IconObjectOld from '../../glyph-legacy/branch/24';
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* __24px `branch` icon object__
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
18
|
+
*/
|
|
19
|
+
const Branch24Icon = ({
|
|
20
|
+
label,
|
|
21
|
+
testId
|
|
22
|
+
}) => {
|
|
23
|
+
if (fg('icon-object-migration')) {
|
|
24
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
25
|
+
icon: NewIcon,
|
|
26
|
+
appearance: "blueBold",
|
|
27
|
+
size: "24",
|
|
28
|
+
label: label,
|
|
29
|
+
testId: testId,
|
|
30
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
31
|
+
label: label,
|
|
32
|
+
testId: testId
|
|
33
|
+
})
|
|
34
|
+
});
|
|
35
|
+
} else {
|
|
36
|
+
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
37
|
+
label: label,
|
|
38
|
+
testId: testId
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
Branch24Icon.displayName = 'Branch24Icon';
|
|
43
|
+
export default Branch24Icon;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::54f047f6f7bd48e9a2ba7394ee23b095>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import { IconTile } from '@atlaskit/icon';
|
|
8
|
+
import NewIcon from '@atlaskit/icon/core/bug';
|
|
9
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
|
+
import IconObjectOld from '../../glyph-legacy/bug/16';
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* __16px `bug` icon object__
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
18
|
+
*/
|
|
19
|
+
const Bug16Icon = ({
|
|
20
|
+
label,
|
|
21
|
+
testId
|
|
22
|
+
}) => {
|
|
23
|
+
if (fg('icon-object-migration')) {
|
|
24
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
25
|
+
icon: NewIcon,
|
|
26
|
+
appearance: "redBold",
|
|
27
|
+
size: "16",
|
|
28
|
+
label: label,
|
|
29
|
+
testId: testId,
|
|
30
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
31
|
+
label: label,
|
|
32
|
+
testId: testId
|
|
33
|
+
})
|
|
34
|
+
});
|
|
35
|
+
} else {
|
|
36
|
+
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
37
|
+
label: label,
|
|
38
|
+
testId: testId
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
Bug16Icon.displayName = 'Bug16Icon';
|
|
43
|
+
export default Bug16Icon;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::6e6792688f4276aeff3ed0e6f212af14>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import { IconTile } from '@atlaskit/icon';
|
|
8
|
+
import NewIcon from '@atlaskit/icon/core/bug';
|
|
9
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
|
+
import IconObjectOld from '../../glyph-legacy/bug/24';
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* __24px `bug` icon object__
|
|
14
|
+
*
|
|
15
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
16
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
17
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
18
|
+
*/
|
|
19
|
+
const Bug24Icon = ({
|
|
20
|
+
label,
|
|
21
|
+
testId
|
|
22
|
+
}) => {
|
|
23
|
+
if (fg('icon-object-migration')) {
|
|
24
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
25
|
+
icon: NewIcon,
|
|
26
|
+
appearance: "redBold",
|
|
27
|
+
size: "24",
|
|
28
|
+
label: label,
|
|
29
|
+
testId: testId,
|
|
30
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
31
|
+
label: label,
|
|
32
|
+
testId: testId
|
|
33
|
+
})
|
|
34
|
+
});
|
|
35
|
+
} else {
|
|
36
|
+
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
37
|
+
label: label,
|
|
38
|
+
testId: testId
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
Bug24Icon.displayName = 'Bug24Icon';
|
|
43
|
+
export default Bug24Icon;
|