@africanies/angular-web-sdk 0.1.5 → 0.1.7
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/.nx/cache/{13524438527920092277 → 13466509747676776487}/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs +140 -52
- package/.nx/cache/13466509747676776487/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +1 -0
- package/.nx/cache/{13524438527920092277 → 13466509747676776487}/dist/libs/africanies-core/package.json +3 -3
- package/.nx/cache/{13524438527920092277 → 13466509747676776487}/dist/libs/africanies-core/types/africanies-africanies-core.d.ts +14 -11
- package/.nx/cache/{18132311043100376919 → 14995846848874973576}/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +539 -232
- package/.nx/cache/14995846848874973576/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -0
- package/.nx/cache/{18132311043100376919 → 14995846848874973576}/dist/libs/africanies-ui/package.json +5 -5
- package/.nx/cache/{5741611231803799383 → 14995846848874973576}/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +111 -28
- package/.nx/cache/{1275815545780424169 → 6673686859704879504}/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +16 -0
- package/.nx/cache/6673686859704879504/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -0
- package/.nx/cache/{14153928176747262656 → 6673686859704879504}/dist/libs/africanies-theme/package.json +3 -3
- package/.nx/cache/{1275815545780424169 → 6673686859704879504}/dist/libs/africanies-theme/tailwind-preset.cjs +31 -14
- package/.nx/cache/{14153928176747262656 → 6673686859704879504}/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +18 -1
- package/.nx/cache/run.json +18 -18
- package/.nx/cache/terminalOutputs/{4011892767661954819 → 13466509747676776487} +1 -1
- package/.nx/cache/terminalOutputs/1446890025183346611 +32 -0
- package/.nx/cache/terminalOutputs/{3064561615116090625 → 14995846848874973576} +7 -7
- package/.nx/cache/terminalOutputs/6337357866566791975 +6 -0
- package/.nx/cache/terminalOutputs/{1275815545780424169 → 6673686859704879504} +1 -1
- package/.nx/cache/terminalOutputs/{12148417737220755248 → 8032148447904822353} +182 -174
- package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db +0 -0
- package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-shm +0 -0
- package/.nx/workspace-data/0091ABA9-5C90-580D-953C-8C94E763ADB5-v3.db-wal +0 -0
- package/.nx/workspace-data/d/daemon.log +2461 -0
- package/.nx/workspace-data/d/server-process.json +2 -2
- package/.nx/workspace-data/file-map.json +2747 -2747
- package/.nx/workspace-data/nx_files.nxt +0 -0
- package/.nx/workspace-data/project-graph.json +2 -2
- package/apps/playground/src/app/pages/button-page.ts +5 -3
- package/apps/playground/src/app/pages/feedback-page.ts +1 -1
- package/apps/playground/src/app/pages/home-page.ts +1 -1
- package/apps/playground/src/app/pages/icons-page.ts +3 -3
- package/apps/playground/src/app/pages/lecture-page.ts +3 -3
- package/apps/playground/src/app/pages/models-page.ts +1 -1
- package/apps/playground/src/app/pages/overlay-demos.ts +1 -1
- package/apps/playground/src/app/pages/tokens-page.ts +17 -3
- package/apps/playground/src/app/pages/usecases/onboarding-login.page.ts +1 -1
- package/apps/playground/src/app/pages/usecases/onboarding-reset-password.page.ts +1 -1
- package/apps/playground/src/app/pages/usecases/shipment-detail.page.ts +1 -1
- package/apps/playground/src/app/pages/viewport-preview.component.ts +1 -1
- package/apps/playground/src/app/snippets/button.snippets.ts +4 -3
- package/apps/playground/src/index.html +6 -0
- package/apps/playground/src/styles.css +4 -5
- package/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs +131 -8
- package/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +1 -1
- package/dist/libs/africanies-core/types/africanies-africanies-core.d.ts +8 -6
- package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +12 -2
- package/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +1 -1
- package/dist/libs/africanies-theme/tailwind-preset.cjs +16 -7
- package/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +11 -3
- package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +83 -63
- package/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +1 -1
- package/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +11 -8
- package/libs/africanies-core/src/index.ts +1 -0
- package/libs/africanies-core/src/lib/notification/index.ts +1 -1
- package/libs/africanies-core/src/lib/notification/notification-link.spec.ts +40 -7
- package/libs/africanies-core/src/lib/notification/notification-link.ts +143 -7
- package/libs/africanies-theme/src/lib/mode-color.safelist.ts +8 -2
- package/libs/africanies-theme/src/lib/mode-color.service.ts +16 -0
- package/libs/africanies-theme/tailwind-preset.cjs +16 -7
- package/libs/africanies-ui/src/lib/button/button.component.ts +5 -1
- package/libs/africanies-ui/src/lib/feedback/empty-state.component.ts +1 -1
- package/libs/africanies-ui/src/lib/feedback/error-state.component.ts +1 -1
- package/libs/africanies-ui/src/lib/forms/file-upload/file-preview.dialog.ts +1 -1
- package/libs/africanies-ui/src/lib/forms/file-upload/file-upload.component.ts +4 -4
- package/libs/africanies-ui/src/lib/forms/form-field.classes.ts +2 -2
- package/libs/africanies-ui/src/lib/forms/select/select.component.ts +1 -1
- package/libs/africanies-ui/src/lib/layout/app-shell-header.component.ts +1 -1
- package/libs/africanies-ui/src/lib/layout/app-shell.component.ts +2 -2
- package/libs/africanies-ui/src/lib/navigation/shipping-mode-switch/shipping-mode-switch.component.ts +2 -2
- package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.html +2 -2
- package/libs/africanies-ui/src/lib/navigation/side-nav/africanies-side-nav.component.ts +10 -6
- package/libs/africanies-ui/src/lib/notifications/notification-drawer.panel.ts +21 -8
- package/libs/africanies-ui/src/lib/overlay/drawer.service.ts +1 -1
- package/libs/africanies-ui/src/lib/overlay/modal.service.ts +1 -1
- package/libs/africanies-ui/src/lib/pagination/pagination.component.ts +3 -3
- package/libs/africanies-ui/src/lib/table/table.component.ts +5 -5
- package/libs/africanies-ui/src/lib/toast/toast-host.component.ts +4 -4
- package/libs/africanies-ui/src/lib/toast/toast-item.component.ts +1 -1
- package/package.json +1 -1
- package/.nx/cache/1275815545780424169/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +0 -1
- package/.nx/cache/1275815545780424169/dist/libs/africanies-theme/package.json +0 -36
- package/.nx/cache/1275815545780424169/dist/libs/africanies-theme/types/africanies-africanies-theme.d.ts +0 -157
- package/.nx/cache/13524438527920092277/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +0 -1
- package/.nx/cache/14153928176747262656/dist/libs/africanies-theme/README.md +0 -46
- package/.nx/cache/14153928176747262656/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs +0 -215
- package/.nx/cache/14153928176747262656/dist/libs/africanies-theme/fesm2022/africanies-africanies-theme.mjs.map +0 -1
- package/.nx/cache/14153928176747262656/dist/libs/africanies-theme/tailwind-preset.cjs +0 -245
- package/.nx/cache/18132311043100376919/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +0 -1
- package/.nx/cache/18132311043100376919/dist/libs/africanies-ui/types/africanies-africanies-ui.d.ts +0 -5410
- package/.nx/cache/2782605790118376385/dist/libs/africanies-icons/README.md +0 -69
- package/.nx/cache/2782605790118376385/dist/libs/africanies-icons/assets/icons.sprite.svg +0 -1844
- package/.nx/cache/2782605790118376385/dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs +0 -832
- package/.nx/cache/2782605790118376385/dist/libs/africanies-icons/fesm2022/africanies-africanies-icons.mjs.map +0 -1
- package/.nx/cache/2782605790118376385/dist/libs/africanies-icons/package.json +0 -31
- package/.nx/cache/2782605790118376385/dist/libs/africanies-icons/types/africanies-africanies-icons.d.ts +0 -108
- package/.nx/cache/3064561615116090625/dist/libs/africanies-storage/README.md +0 -31
- package/.nx/cache/3064561615116090625/dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs +0 -243
- package/.nx/cache/3064561615116090625/dist/libs/africanies-storage/fesm2022/africanies-africanies-storage.mjs.map +0 -1
- package/.nx/cache/3064561615116090625/dist/libs/africanies-storage/package.json +0 -27
- package/.nx/cache/3064561615116090625/dist/libs/africanies-storage/types/africanies-africanies-storage.d.ts +0 -210
- package/.nx/cache/4011892767661954819/dist/libs/africanies-core/README.md +0 -85
- package/.nx/cache/4011892767661954819/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs +0 -4546
- package/.nx/cache/4011892767661954819/dist/libs/africanies-core/fesm2022/africanies-africanies-core.mjs.map +0 -1
- package/.nx/cache/4011892767661954819/dist/libs/africanies-core/package.json +0 -32
- package/.nx/cache/4011892767661954819/dist/libs/africanies-core/types/africanies-africanies-core.d.ts +0 -2740
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/README.md +0 -68
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +0 -5
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/assets/carriers/dhl.svg +0 -7
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs +0 -19088
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/fesm2022/africanies-africanies-ui.mjs.map +0 -1
- package/.nx/cache/5741611231803799383/dist/libs/africanies-ui/package.json +0 -36
- package/.nx/cache/6372470950255467653/dist/libs/africanies-models/README.md +0 -60
- package/.nx/cache/6372470950255467653/dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs +0 -599
- package/.nx/cache/6372470950255467653/dist/libs/africanies-models/fesm2022/africanies-africanies-models.mjs.map +0 -1
- package/.nx/cache/6372470950255467653/dist/libs/africanies-models/package.json +0 -24
- package/.nx/cache/6372470950255467653/dist/libs/africanies-models/types/africanies-africanies-models.d.ts +0 -1452
- package/.nx/cache/terminalOutputs/11768036696192889608 +0 -8
- package/.nx/cache/terminalOutputs/1227201614544602906 +0 -23
- package/.nx/cache/terminalOutputs/12538607787148205787 +0 -19
- package/.nx/cache/terminalOutputs/13524438527920092277 +0 -196
- package/.nx/cache/terminalOutputs/14153928176747262656 +0 -45
- package/.nx/cache/terminalOutputs/17404566492103808557 +0 -8
- package/.nx/cache/terminalOutputs/18132311043100376919 +0 -315
- package/.nx/cache/terminalOutputs/2436781291243085315 +0 -8
- package/.nx/cache/terminalOutputs/2782605790118376385 +0 -21
- package/.nx/cache/terminalOutputs/3681975492957101833 +0 -8
- package/.nx/cache/terminalOutputs/5741611231803799383 +0 -21
- package/.nx/cache/terminalOutputs/6037166070823946880 +0 -8
- package/.nx/cache/terminalOutputs/6372470950255467653 +0 -21
- package/.nx/cache/terminalOutputs/665190206482526466 +0 -175
- package/.nx/cache/terminalOutputs/7756595539965457927 +0 -23
- package/.nx/cache/terminalOutputs/9200013119269230075 +0 -8
- /package/.nx/cache/{13524438527920092277 → 13466509747676776487}/dist/libs/africanies-core/README.md +0 -0
- /package/.nx/cache/{18132311043100376919 → 14995846848874973576}/dist/libs/africanies-ui/README.md +0 -0
- /package/.nx/cache/{18132311043100376919 → 14995846848874973576}/dist/libs/africanies-ui/assets/brand/africanies-logo-mini.png +0 -0
- /package/.nx/cache/{18132311043100376919 → 14995846848874973576}/dist/libs/africanies-ui/assets/brand/africanies-logo.png +0 -0
- /package/.nx/cache/{18132311043100376919 → 14995846848874973576}/dist/libs/africanies-ui/assets/brand/africanies-logo.svg +0 -0
- /package/.nx/cache/{18132311043100376919 → 14995846848874973576}/dist/libs/africanies-ui/assets/carriers/dhl.svg +0 -0
- /package/.nx/cache/{1275815545780424169 → 6673686859704879504}/dist/libs/africanies-theme/README.md +0 -0
|
@@ -1,832 +0,0 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken, inject, Injectable, input, effect, ChangeDetectionStrategy, Component } from '@angular/core';
|
|
3
|
-
import { DOCUMENT } from '@angular/common';
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* URL of the SVG sprite served by the host application.
|
|
7
|
-
*
|
|
8
|
-
* Default assumes the published asset is copied to
|
|
9
|
-
* `/assets/africanies-icons/icons.sprite.svg` (see package README). The leading
|
|
10
|
-
* slash is required: Angular `[src]` / `fetch()` resolve relative URLs
|
|
11
|
-
* against the current route (`/login/assets/…`), not `<base href="/">`.
|
|
12
|
-
* Override when the host uses a CDN or a different assets path.
|
|
13
|
-
*/
|
|
14
|
-
const AFRICANIES_ICON_SPRITE_URL = new InjectionToken('AFRICANIES_ICON_SPRITE_URL', {
|
|
15
|
-
providedIn: 'root',
|
|
16
|
-
factory: () => '/assets/africanies-icons/icons.sprite.svg',
|
|
17
|
-
});
|
|
18
|
-
/**
|
|
19
|
-
* Fetches and inlines the icon sprite once into `document.body`.
|
|
20
|
-
*
|
|
21
|
-
* WHY inline (not external `<use href="sprite.svg#id">`):
|
|
22
|
-
* - External fragment references break under some CSP / cross-origin setups.
|
|
23
|
-
* - Inlining once lets every `<africanies-icon>` use cheap `#symbol-id` hrefs and
|
|
24
|
-
* keeps a single network request for 600+ icons.
|
|
25
|
-
*
|
|
26
|
-
* Call {@link ensureLoaded} from `AfricaniesIconComponent` (or app bootstrap). Safe
|
|
27
|
-
* to invoke repeatedly — concurrent callers share one in-flight promise.
|
|
28
|
-
*/
|
|
29
|
-
class IconRegistryService {
|
|
30
|
-
document = inject(DOCUMENT);
|
|
31
|
-
spriteUrl = inject(AFRICANIES_ICON_SPRITE_URL);
|
|
32
|
-
loadPromise = null;
|
|
33
|
-
loaded = false;
|
|
34
|
-
/**
|
|
35
|
-
* Ensures the sprite `<svg>` is present in the DOM.
|
|
36
|
-
*
|
|
37
|
-
* @returns Resolves when the sprite is inlined (or already present).
|
|
38
|
-
* @throws {Error} When the sprite URL cannot be fetched.
|
|
39
|
-
*/
|
|
40
|
-
ensureLoaded() {
|
|
41
|
-
if (this.loaded) {
|
|
42
|
-
return Promise.resolve();
|
|
43
|
-
}
|
|
44
|
-
if (this.loadPromise) {
|
|
45
|
-
return this.loadPromise;
|
|
46
|
-
}
|
|
47
|
-
this.loadPromise = this.fetchAndInline().finally(() => {
|
|
48
|
-
this.loadPromise = null;
|
|
49
|
-
});
|
|
50
|
-
return this.loadPromise;
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* Whether the sprite has been successfully inlined.
|
|
54
|
-
*
|
|
55
|
-
* @returns `true` after a successful {@link ensureLoaded}.
|
|
56
|
-
*/
|
|
57
|
-
isLoaded() {
|
|
58
|
-
return this.loaded;
|
|
59
|
-
}
|
|
60
|
-
async fetchAndInline() {
|
|
61
|
-
if (this.document.getElementById('africanies-icon-sprite')) {
|
|
62
|
-
this.loaded = true;
|
|
63
|
-
return;
|
|
64
|
-
}
|
|
65
|
-
const response = await fetch(this.spriteUrl);
|
|
66
|
-
if (!response.ok) {
|
|
67
|
-
throw new Error(`Failed to load AFRICANIES icon sprite from "${this.spriteUrl}" (${response.status})`);
|
|
68
|
-
}
|
|
69
|
-
const markup = await response.text();
|
|
70
|
-
const container = this.document.createElement('div');
|
|
71
|
-
container.id = 'africanies-icon-sprite';
|
|
72
|
-
container.setAttribute('hidden', '');
|
|
73
|
-
container.setAttribute('aria-hidden', 'true');
|
|
74
|
-
// WHY innerHTML: sprite is trusted first-party SVG from this package.
|
|
75
|
-
container.innerHTML = markup;
|
|
76
|
-
this.document.body.prepend(container);
|
|
77
|
-
this.loaded = true;
|
|
78
|
-
}
|
|
79
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IconRegistryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
80
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IconRegistryService, providedIn: 'root' });
|
|
81
|
-
}
|
|
82
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IconRegistryService, decorators: [{
|
|
83
|
-
type: Injectable,
|
|
84
|
-
args: [{ providedIn: 'root' }]
|
|
85
|
-
}] });
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
* Renders a single icon from the shared SVG sprite.
|
|
89
|
-
*
|
|
90
|
-
* WHY sprite + `<use>`: one network fetch (via {@link IconRegistryService})
|
|
91
|
-
* serves every icon instead of shipping hundreds of Angular components or
|
|
92
|
-
* individual SVG HTTP requests.
|
|
93
|
-
*
|
|
94
|
-
* Host apps must serve `icons.sprite.svg` (see package README) or override
|
|
95
|
-
* {@link AFRICANIES_ICON_SPRITE_URL}.
|
|
96
|
-
*
|
|
97
|
-
* @example
|
|
98
|
-
* ```html
|
|
99
|
-
* <africanies-icon name="truck" />
|
|
100
|
-
* <africanies-icon name="search" [size]="32" />
|
|
101
|
-
* ```
|
|
102
|
-
*/
|
|
103
|
-
class AfricaniesIconComponent {
|
|
104
|
-
registry = inject(IconRegistryService);
|
|
105
|
-
/**
|
|
106
|
-
* Icon id matching a `<symbol>` in the sprite / {@link IconName} union.
|
|
107
|
-
*/
|
|
108
|
-
name = input.required(/* @ts-ignore */
|
|
109
|
-
...(ngDevMode ? [{ debugName: "name" }] : /* istanbul ignore next */ []));
|
|
110
|
-
/**
|
|
111
|
-
* CSS pixel size for width and height. Accepts a number (`24`) or CSS length
|
|
112
|
-
* (`'1.5rem'`). Defaults to `24`.
|
|
113
|
-
*/
|
|
114
|
-
size = input(24, /* @ts-ignore */
|
|
115
|
-
...(ngDevMode ? [{ debugName: "size" }] : /* istanbul ignore next */ []));
|
|
116
|
-
constructor() {
|
|
117
|
-
// Kick off sprite load on first icon render; failures surface as rejected
|
|
118
|
-
// promises / console errors rather than blanking the whole app.
|
|
119
|
-
effect(() => {
|
|
120
|
-
// Track name so HMR / late registry overrides still trigger ensureLoaded.
|
|
121
|
-
void this.name();
|
|
122
|
-
void this.registry.ensureLoaded().catch((err) => {
|
|
123
|
-
console.error('[africanies-icon] sprite load failed', err);
|
|
124
|
-
});
|
|
125
|
-
});
|
|
126
|
-
}
|
|
127
|
-
/**
|
|
128
|
-
* Fragment href into the inlined sprite (`#truck`).
|
|
129
|
-
*
|
|
130
|
-
* @returns Hash fragment pointing at the named symbol.
|
|
131
|
-
*/
|
|
132
|
-
href() {
|
|
133
|
-
return `#${this.name()}`;
|
|
134
|
-
}
|
|
135
|
-
/**
|
|
136
|
-
* Normalized size attribute value.
|
|
137
|
-
*
|
|
138
|
-
* @returns Size as a string suitable for the SVG `width`/`height` attrs.
|
|
139
|
-
*/
|
|
140
|
-
resolvedSize() {
|
|
141
|
-
const value = this.size();
|
|
142
|
-
return typeof value === 'number' ? String(value) : value;
|
|
143
|
-
}
|
|
144
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AfricaniesIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
145
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "22.0.8", type: AfricaniesIconComponent, isStandalone: true, selector: "africanies-icon", inputs: { name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: true, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "attr.data-icon": "name()" } }, ngImport: i0, template: `
|
|
146
|
-
<svg
|
|
147
|
-
[attr.width]="resolvedSize()"
|
|
148
|
-
[attr.height]="resolvedSize()"
|
|
149
|
-
[attr.aria-hidden]="true"
|
|
150
|
-
focusable="false"
|
|
151
|
-
part="svg"
|
|
152
|
-
>
|
|
153
|
-
<use [attr.href]="href()" />
|
|
154
|
-
</svg>
|
|
155
|
-
`, isInline: true, styles: [":host{display:inline-flex;line-height:0;vertical-align:middle;color:inherit}svg{display:block;fill:currentColor;color:inherit}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
156
|
-
}
|
|
157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AfricaniesIconComponent, decorators: [{
|
|
158
|
-
type: Component,
|
|
159
|
-
args: [{ selector: 'africanies-icon', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
160
|
-
<svg
|
|
161
|
-
[attr.width]="resolvedSize()"
|
|
162
|
-
[attr.height]="resolvedSize()"
|
|
163
|
-
[attr.aria-hidden]="true"
|
|
164
|
-
focusable="false"
|
|
165
|
-
part="svg"
|
|
166
|
-
>
|
|
167
|
-
<use [attr.href]="href()" />
|
|
168
|
-
</svg>
|
|
169
|
-
`, host: {
|
|
170
|
-
'[attr.data-icon]': 'name()',
|
|
171
|
-
}, styles: [":host{display:inline-flex;line-height:0;vertical-align:middle;color:inherit}svg{display:block;fill:currentColor;color:inherit}\n"] }]
|
|
172
|
-
}], ctorParameters: () => [], propDecorators: { name: [{ type: i0.Input, args: [{ isSignal: true, alias: "name", required: true }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }] } });
|
|
173
|
-
|
|
174
|
-
/**
|
|
175
|
-
* Generated by `tools/build-icon-sprite.mjs` — do not edit by hand.
|
|
176
|
-
*
|
|
177
|
-
* Closed list of every symbol id in `icons.sprite.svg` so typos fail at
|
|
178
|
-
* compile time, editors autocomplete valid names, and the playground gallery
|
|
179
|
-
* can iterate without maintaining a second list.
|
|
180
|
-
*
|
|
181
|
-
* To add an icon: drop an SVG into `/svg`, then run `npm run icons:build`.
|
|
182
|
-
*/
|
|
183
|
-
const ICON_NAMES = [
|
|
184
|
-
'abacus',
|
|
185
|
-
'absolute-position',
|
|
186
|
-
'academy-cap',
|
|
187
|
-
'accessibility',
|
|
188
|
-
'accordion-menu',
|
|
189
|
-
'add-dock',
|
|
190
|
-
'adjust',
|
|
191
|
-
'adobe-flash',
|
|
192
|
-
'airplane',
|
|
193
|
-
'alarm',
|
|
194
|
-
'align-center',
|
|
195
|
-
'align-justify',
|
|
196
|
-
'align-left',
|
|
197
|
-
'align-right',
|
|
198
|
-
'alt-a',
|
|
199
|
-
'alt',
|
|
200
|
-
'ambulance',
|
|
201
|
-
'anchor',
|
|
202
|
-
'angle-double-down',
|
|
203
|
-
'angle-double-left',
|
|
204
|
-
'angle-double-right',
|
|
205
|
-
'angle-double-up',
|
|
206
|
-
'angle-down',
|
|
207
|
-
'angle-left',
|
|
208
|
-
'angle-right',
|
|
209
|
-
'angle-up',
|
|
210
|
-
'archive',
|
|
211
|
-
'archives',
|
|
212
|
-
'area-select',
|
|
213
|
-
'arrow-backward',
|
|
214
|
-
'arrow-circle-down-o',
|
|
215
|
-
'arrow-circle-down',
|
|
216
|
-
'arrow-circle-left-o',
|
|
217
|
-
'arrow-circle-left',
|
|
218
|
-
'arrow-circle-right-o',
|
|
219
|
-
'arrow-circle-right',
|
|
220
|
-
'arrow-circle-up-o',
|
|
221
|
-
'arrow-circle-up',
|
|
222
|
-
'arrow-down',
|
|
223
|
-
'arrow-forward',
|
|
224
|
-
'arrow-left',
|
|
225
|
-
'arrow-long-down',
|
|
226
|
-
'arrow-long-left',
|
|
227
|
-
'arrow-right',
|
|
228
|
-
'arrow-up',
|
|
229
|
-
'arrows-cross',
|
|
230
|
-
'arrows-long-h',
|
|
231
|
-
'arrows-long-right',
|
|
232
|
-
'arrows-long-up',
|
|
233
|
-
'arrows-long-v',
|
|
234
|
-
'arrows',
|
|
235
|
-
'asterisk',
|
|
236
|
-
'at',
|
|
237
|
-
'automation',
|
|
238
|
-
'backspace-a',
|
|
239
|
-
'backspace',
|
|
240
|
-
'backwards',
|
|
241
|
-
'ban',
|
|
242
|
-
'bar-chart-h',
|
|
243
|
-
'bar-chart-v',
|
|
244
|
-
'bar-chart',
|
|
245
|
-
'barcode',
|
|
246
|
-
'bed',
|
|
247
|
-
'bell-o',
|
|
248
|
-
'bell-slash-o',
|
|
249
|
-
'bell-slash',
|
|
250
|
-
'bell',
|
|
251
|
-
'boat',
|
|
252
|
-
'bold',
|
|
253
|
-
'bolt',
|
|
254
|
-
'bomb',
|
|
255
|
-
'book-dollar',
|
|
256
|
-
'book-percent',
|
|
257
|
-
'book',
|
|
258
|
-
'bookmark-o',
|
|
259
|
-
'bookmark',
|
|
260
|
-
'briefcase',
|
|
261
|
-
'browser',
|
|
262
|
-
'bug-o',
|
|
263
|
-
'bug',
|
|
264
|
-
'building-o',
|
|
265
|
-
'building',
|
|
266
|
-
'bullets',
|
|
267
|
-
'bullseye',
|
|
268
|
-
'bus',
|
|
269
|
-
'button',
|
|
270
|
-
'calc-book',
|
|
271
|
-
'calc',
|
|
272
|
-
'calendar-briefcase',
|
|
273
|
-
'calendar-clock',
|
|
274
|
-
'calendar-envelope',
|
|
275
|
-
'calendar-o',
|
|
276
|
-
'calendar-user',
|
|
277
|
-
'calendar',
|
|
278
|
-
'camera',
|
|
279
|
-
'car',
|
|
280
|
-
'caret-down',
|
|
281
|
-
'caret-left',
|
|
282
|
-
'caret-right',
|
|
283
|
-
'caret-square-down-o',
|
|
284
|
-
'caret-square-left-o',
|
|
285
|
-
'caret-square-right-o',
|
|
286
|
-
'caret-square-up-o',
|
|
287
|
-
'caret-up',
|
|
288
|
-
'cart-o',
|
|
289
|
-
'cart',
|
|
290
|
-
'cash',
|
|
291
|
-
'chart-3d',
|
|
292
|
-
'chart-grid',
|
|
293
|
-
'chart-line',
|
|
294
|
-
'chart-timeline',
|
|
295
|
-
'chart',
|
|
296
|
-
'chat',
|
|
297
|
-
'check-circle-o',
|
|
298
|
-
'check-circle',
|
|
299
|
-
'check-square-o',
|
|
300
|
-
'check-square',
|
|
301
|
-
'check',
|
|
302
|
-
'chevron-circle-down-o',
|
|
303
|
-
'chevron-circle-down',
|
|
304
|
-
'chevron-circle-left-o',
|
|
305
|
-
'chevron-circle-left',
|
|
306
|
-
'chevron-circle-right-o',
|
|
307
|
-
'chevron-circle-right',
|
|
308
|
-
'chevron-circle-up-o',
|
|
309
|
-
'chevron-circle-up',
|
|
310
|
-
'chevron-down-small',
|
|
311
|
-
'chevron-down',
|
|
312
|
-
'chevron-left-small',
|
|
313
|
-
'chevron-left',
|
|
314
|
-
'chevron-right-small',
|
|
315
|
-
'chevron-right',
|
|
316
|
-
'chevron-up-small',
|
|
317
|
-
'chevron-up',
|
|
318
|
-
'child',
|
|
319
|
-
'circle-thin',
|
|
320
|
-
'circle',
|
|
321
|
-
'clipboard-check',
|
|
322
|
-
'clipboard-cross',
|
|
323
|
-
'clipboard-heart',
|
|
324
|
-
'clipboard-pulse',
|
|
325
|
-
'clipboard-text',
|
|
326
|
-
'clipboard-user',
|
|
327
|
-
'clipboard',
|
|
328
|
-
'clock',
|
|
329
|
-
'close-big',
|
|
330
|
-
'close-circle-o',
|
|
331
|
-
'close-circle',
|
|
332
|
-
'close-small',
|
|
333
|
-
'close',
|
|
334
|
-
'cloud-download-o',
|
|
335
|
-
'cloud-download',
|
|
336
|
-
'cloud-o',
|
|
337
|
-
'cloud-upload-o',
|
|
338
|
-
'cloud-upload',
|
|
339
|
-
'cloud',
|
|
340
|
-
'cluster',
|
|
341
|
-
'code',
|
|
342
|
-
'coffee',
|
|
343
|
-
'cog-o',
|
|
344
|
-
'cog',
|
|
345
|
-
'cogs',
|
|
346
|
-
'coin-piles',
|
|
347
|
-
'coins',
|
|
348
|
-
'combobox',
|
|
349
|
-
'comment-ellipsis-o',
|
|
350
|
-
'comment-ellipsis',
|
|
351
|
-
'comment-o',
|
|
352
|
-
'comment',
|
|
353
|
-
'comments-o',
|
|
354
|
-
'comments',
|
|
355
|
-
'compile',
|
|
356
|
-
'compress-square',
|
|
357
|
-
'compress',
|
|
358
|
-
'connect-o',
|
|
359
|
-
'connect',
|
|
360
|
-
'controller',
|
|
361
|
-
'copy-o',
|
|
362
|
-
'copy',
|
|
363
|
-
'copyright',
|
|
364
|
-
'corner-lower-left',
|
|
365
|
-
'corner-lower-right',
|
|
366
|
-
'corner-upper-left',
|
|
367
|
-
'corner-upper-right',
|
|
368
|
-
'credit-card',
|
|
369
|
-
'crop',
|
|
370
|
-
'cross-cutlery',
|
|
371
|
-
'crosshairs',
|
|
372
|
-
'css',
|
|
373
|
-
'ctrl-a',
|
|
374
|
-
'ctrl',
|
|
375
|
-
'cube',
|
|
376
|
-
'cubes',
|
|
377
|
-
'curly-brackets',
|
|
378
|
-
'cursor-o',
|
|
379
|
-
'cursor',
|
|
380
|
-
'cutlery',
|
|
381
|
-
'dashboard',
|
|
382
|
-
'database',
|
|
383
|
-
'date-input',
|
|
384
|
-
'deindent',
|
|
385
|
-
'del-a',
|
|
386
|
-
'del',
|
|
387
|
-
'dental-chair',
|
|
388
|
-
'desktop',
|
|
389
|
-
'diamond-o',
|
|
390
|
-
'diamond',
|
|
391
|
-
'diasporan-partner',
|
|
392
|
-
'diploma-scroll',
|
|
393
|
-
'diploma',
|
|
394
|
-
'disc',
|
|
395
|
-
'doctor-briefcase',
|
|
396
|
-
'doctor',
|
|
397
|
-
'dollar',
|
|
398
|
-
'dot-circle',
|
|
399
|
-
'download-alt',
|
|
400
|
-
'download',
|
|
401
|
-
'drop',
|
|
402
|
-
'edit',
|
|
403
|
-
'eject',
|
|
404
|
-
'elastic',
|
|
405
|
-
'ellipsis-circle-o',
|
|
406
|
-
'ellipsis-circle',
|
|
407
|
-
'ellipsis-dots-h',
|
|
408
|
-
'ellipsis-dots-v',
|
|
409
|
-
'ellipsis-h',
|
|
410
|
-
'ellipsis-v',
|
|
411
|
-
'enter-arrow',
|
|
412
|
-
'enter',
|
|
413
|
-
'envelope-o',
|
|
414
|
-
'envelope-open-o',
|
|
415
|
-
'envelope-open',
|
|
416
|
-
'envelope',
|
|
417
|
-
'envelopes-o',
|
|
418
|
-
'envelopes',
|
|
419
|
-
'eraser',
|
|
420
|
-
'esc-a',
|
|
421
|
-
'esc',
|
|
422
|
-
'euro',
|
|
423
|
-
'exchange',
|
|
424
|
-
'exclamation-circle-o',
|
|
425
|
-
'exclamation-circle',
|
|
426
|
-
'exclamation',
|
|
427
|
-
'exit-o',
|
|
428
|
-
'exit',
|
|
429
|
-
'expand-full',
|
|
430
|
-
'expand-square',
|
|
431
|
-
'expand',
|
|
432
|
-
'external-browser',
|
|
433
|
-
'external-link',
|
|
434
|
-
'eye-slash',
|
|
435
|
-
'eye',
|
|
436
|
-
'eyedropper',
|
|
437
|
-
'facebook-square',
|
|
438
|
-
'facebook',
|
|
439
|
-
'factory',
|
|
440
|
-
'family',
|
|
441
|
-
'fast-backward',
|
|
442
|
-
'fast-forward',
|
|
443
|
-
'female',
|
|
444
|
-
'file-add',
|
|
445
|
-
'file-code',
|
|
446
|
-
'file-font',
|
|
447
|
-
'file-movie',
|
|
448
|
-
'file-o',
|
|
449
|
-
'file-picture',
|
|
450
|
-
'file-presentation',
|
|
451
|
-
'file-process',
|
|
452
|
-
'file-refresh',
|
|
453
|
-
'file-remove',
|
|
454
|
-
'file-search',
|
|
455
|
-
'file-sound',
|
|
456
|
-
'file-start',
|
|
457
|
-
'file-table',
|
|
458
|
-
'file-text-o',
|
|
459
|
-
'file-text',
|
|
460
|
-
'file-tree-small',
|
|
461
|
-
'file-tree-sub',
|
|
462
|
-
'file-tree',
|
|
463
|
-
'file-zip',
|
|
464
|
-
'file',
|
|
465
|
-
'fill',
|
|
466
|
-
'film',
|
|
467
|
-
'filter',
|
|
468
|
-
'fire',
|
|
469
|
-
'flag-checkered',
|
|
470
|
-
'flag-o',
|
|
471
|
-
'flag',
|
|
472
|
-
'flash',
|
|
473
|
-
'flask',
|
|
474
|
-
'flight-landing',
|
|
475
|
-
'flight-takeoff',
|
|
476
|
-
'flip-h',
|
|
477
|
-
'flip-v',
|
|
478
|
-
'folder-add',
|
|
479
|
-
'folder-o',
|
|
480
|
-
'folder-open-o',
|
|
481
|
-
'folder-open',
|
|
482
|
-
'folder-remove',
|
|
483
|
-
'folder-search',
|
|
484
|
-
'folder',
|
|
485
|
-
'font',
|
|
486
|
-
'form',
|
|
487
|
-
'forward',
|
|
488
|
-
'frown-o',
|
|
489
|
-
'funcion',
|
|
490
|
-
'funnel',
|
|
491
|
-
'gamepad',
|
|
492
|
-
'gavel',
|
|
493
|
-
'gift',
|
|
494
|
-
'glass',
|
|
495
|
-
'glasses',
|
|
496
|
-
'globe-wire',
|
|
497
|
-
'globe',
|
|
498
|
-
'golf',
|
|
499
|
-
'google-plus-square',
|
|
500
|
-
'google-plus',
|
|
501
|
-
'grab',
|
|
502
|
-
'grid-bevel',
|
|
503
|
-
'grid-big-o',
|
|
504
|
-
'grid-big',
|
|
505
|
-
'grid-h',
|
|
506
|
-
'grid-small-o',
|
|
507
|
-
'grid-small',
|
|
508
|
-
'grid-v',
|
|
509
|
-
'grid',
|
|
510
|
-
'group',
|
|
511
|
-
'hammer',
|
|
512
|
-
'hand',
|
|
513
|
-
'handle-corner',
|
|
514
|
-
'hands-up',
|
|
515
|
-
'handshake',
|
|
516
|
-
'harddrive-o',
|
|
517
|
-
'harddrive',
|
|
518
|
-
'hash',
|
|
519
|
-
'header',
|
|
520
|
-
'headphones',
|
|
521
|
-
'headset',
|
|
522
|
-
'health-card',
|
|
523
|
-
'heart-o',
|
|
524
|
-
'heart',
|
|
525
|
-
'home-o',
|
|
526
|
-
'home',
|
|
527
|
-
'hospital',
|
|
528
|
-
'hourglass-empty',
|
|
529
|
-
'hourglass-end',
|
|
530
|
-
'hourglass-start',
|
|
531
|
-
'hourglass',
|
|
532
|
-
'inbox',
|
|
533
|
-
'indent',
|
|
534
|
-
'info-circle-o',
|
|
535
|
-
'info-circle',
|
|
536
|
-
'info',
|
|
537
|
-
'input',
|
|
538
|
-
'insert',
|
|
539
|
-
'institution',
|
|
540
|
-
'invoice',
|
|
541
|
-
'italic',
|
|
542
|
-
'key-o',
|
|
543
|
-
'key',
|
|
544
|
-
'keyboard-o',
|
|
545
|
-
'keyboard',
|
|
546
|
-
'laptop',
|
|
547
|
-
'layout',
|
|
548
|
-
'level-down-bold',
|
|
549
|
-
'level-down',
|
|
550
|
-
'level-left-bold',
|
|
551
|
-
'level-left',
|
|
552
|
-
'level-right-bold',
|
|
553
|
-
'level-right',
|
|
554
|
-
'level-up-bold',
|
|
555
|
-
'level-up',
|
|
556
|
-
'lifebuoy',
|
|
557
|
-
'lightbulb',
|
|
558
|
-
'line-bar-chart',
|
|
559
|
-
'line-chart',
|
|
560
|
-
'line-h',
|
|
561
|
-
'line-v',
|
|
562
|
-
'lines-list',
|
|
563
|
-
'lines',
|
|
564
|
-
'link',
|
|
565
|
-
'list-ol',
|
|
566
|
-
'list-select',
|
|
567
|
-
'list-ul',
|
|
568
|
-
'list',
|
|
569
|
-
'location-arrow-circle-o',
|
|
570
|
-
'location-arrow-circle',
|
|
571
|
-
'location-arrow',
|
|
572
|
-
'lock',
|
|
573
|
-
'magic',
|
|
574
|
-
'magnet',
|
|
575
|
-
'mailbox',
|
|
576
|
-
'male',
|
|
577
|
-
'map-marker',
|
|
578
|
-
'margin-bottom',
|
|
579
|
-
'margin-left',
|
|
580
|
-
'margin-right',
|
|
581
|
-
'margin-top',
|
|
582
|
-
'margin',
|
|
583
|
-
'medal',
|
|
584
|
-
'megaphone',
|
|
585
|
-
'meh-o',
|
|
586
|
-
'menu',
|
|
587
|
-
'microphone',
|
|
588
|
-
'mini-partner',
|
|
589
|
-
'minus-circle-o',
|
|
590
|
-
'minus-circle',
|
|
591
|
-
'minus-square-o',
|
|
592
|
-
'minus',
|
|
593
|
-
'mobile-browser',
|
|
594
|
-
'mobile-retro',
|
|
595
|
-
'mobile',
|
|
596
|
-
'modal-list',
|
|
597
|
-
'modal',
|
|
598
|
-
'money-deposit',
|
|
599
|
-
'money-exchange',
|
|
600
|
-
'money-withdraw',
|
|
601
|
-
'money',
|
|
602
|
-
'moon-o',
|
|
603
|
-
'moon',
|
|
604
|
-
'morning',
|
|
605
|
-
'movie',
|
|
606
|
-
'music',
|
|
607
|
-
'mute',
|
|
608
|
-
'native-button',
|
|
609
|
-
'newspaper',
|
|
610
|
-
'notebook',
|
|
611
|
-
'number-count',
|
|
612
|
-
'nurse',
|
|
613
|
-
'office',
|
|
614
|
-
'open-book',
|
|
615
|
-
'option-a',
|
|
616
|
-
'option',
|
|
617
|
-
'options',
|
|
618
|
-
'orientation',
|
|
619
|
-
'out',
|
|
620
|
-
'outbox',
|
|
621
|
-
'package',
|
|
622
|
-
'padding-bottom',
|
|
623
|
-
'padding-left',
|
|
624
|
-
'padding-right',
|
|
625
|
-
'padding-top',
|
|
626
|
-
'padding',
|
|
627
|
-
'paint-roll',
|
|
628
|
-
'paintbrush',
|
|
629
|
-
'palette',
|
|
630
|
-
'panel',
|
|
631
|
-
'paperclip',
|
|
632
|
-
'paperplane-o',
|
|
633
|
-
'paperplane',
|
|
634
|
-
'paragraph',
|
|
635
|
-
'partner',
|
|
636
|
-
'password',
|
|
637
|
-
'paste',
|
|
638
|
-
'pause',
|
|
639
|
-
'pencil',
|
|
640
|
-
'phone-landline',
|
|
641
|
-
'phone',
|
|
642
|
-
'picture',
|
|
643
|
-
'pie-bar-chart',
|
|
644
|
-
'pie-chart',
|
|
645
|
-
'piggy-bank-coin',
|
|
646
|
-
'piggy-bank',
|
|
647
|
-
'pill',
|
|
648
|
-
'pills',
|
|
649
|
-
'pin-post',
|
|
650
|
-
'pin',
|
|
651
|
-
'play-circle-o',
|
|
652
|
-
'play-circle',
|
|
653
|
-
'play',
|
|
654
|
-
'plug',
|
|
655
|
-
'plus-circle-o',
|
|
656
|
-
'plus-circle',
|
|
657
|
-
'plus-minus',
|
|
658
|
-
'plus-square-o',
|
|
659
|
-
'plus',
|
|
660
|
-
'pointer',
|
|
661
|
-
'power-off',
|
|
662
|
-
'presentation',
|
|
663
|
-
'print',
|
|
664
|
-
'progressbar',
|
|
665
|
-
'puzzle-piece',
|
|
666
|
-
'pyramid-chart',
|
|
667
|
-
'qrcode',
|
|
668
|
-
'question-circle-o',
|
|
669
|
-
'question-circle',
|
|
670
|
-
'question',
|
|
671
|
-
'quote-left',
|
|
672
|
-
'quote-right',
|
|
673
|
-
'random',
|
|
674
|
-
'raster-lower-left',
|
|
675
|
-
'raster',
|
|
676
|
-
'records',
|
|
677
|
-
'recycle',
|
|
678
|
-
'refresh',
|
|
679
|
-
'reply-all',
|
|
680
|
-
'reply',
|
|
681
|
-
'resize-h',
|
|
682
|
-
'resize-v',
|
|
683
|
-
'retweet',
|
|
684
|
-
'rhombus',
|
|
685
|
-
'road-branch',
|
|
686
|
-
'road-branches',
|
|
687
|
-
'road-split',
|
|
688
|
-
'road',
|
|
689
|
-
'rocket',
|
|
690
|
-
'rotate-left',
|
|
691
|
-
'rotate-right',
|
|
692
|
-
'rss-square',
|
|
693
|
-
'rss',
|
|
694
|
-
'safe-lock',
|
|
695
|
-
'safe',
|
|
696
|
-
'scale-unbalance',
|
|
697
|
-
'scale',
|
|
698
|
-
'scatter-chart',
|
|
699
|
-
'scissors',
|
|
700
|
-
'screwdriver',
|
|
701
|
-
'search-minus',
|
|
702
|
-
'search-plus',
|
|
703
|
-
'search',
|
|
704
|
-
'select',
|
|
705
|
-
'server',
|
|
706
|
-
'share-square',
|
|
707
|
-
'share',
|
|
708
|
-
'shield',
|
|
709
|
-
'shift-arrow',
|
|
710
|
-
'shift',
|
|
711
|
-
'shop',
|
|
712
|
-
'sign-in-alt',
|
|
713
|
-
'sign-in',
|
|
714
|
-
'sign-out-alt',
|
|
715
|
-
'sign-out',
|
|
716
|
-
'signal',
|
|
717
|
-
'sitemap',
|
|
718
|
-
'slider',
|
|
719
|
-
'sliders',
|
|
720
|
-
'smiley-o',
|
|
721
|
-
'sort',
|
|
722
|
-
'sound-disable',
|
|
723
|
-
'spark-line',
|
|
724
|
-
'specialist',
|
|
725
|
-
'spinner-arc',
|
|
726
|
-
'spinner-third',
|
|
727
|
-
'spinner',
|
|
728
|
-
'spline-area-chart',
|
|
729
|
-
'spline-chart',
|
|
730
|
-
'split-h',
|
|
731
|
-
'split-v',
|
|
732
|
-
'split',
|
|
733
|
-
'spoon',
|
|
734
|
-
'square-shadow',
|
|
735
|
-
'star-half-left-o',
|
|
736
|
-
'star-half-left',
|
|
737
|
-
'star-half-right-o',
|
|
738
|
-
'star-half-right',
|
|
739
|
-
'star-o',
|
|
740
|
-
'star',
|
|
741
|
-
'start-cog',
|
|
742
|
-
'step-backward',
|
|
743
|
-
'step-forward',
|
|
744
|
-
'stethoscope',
|
|
745
|
-
'stock',
|
|
746
|
-
'stop-cog',
|
|
747
|
-
'stop',
|
|
748
|
-
'stopwatch',
|
|
749
|
-
'storage',
|
|
750
|
-
'strikethrough',
|
|
751
|
-
'subscript',
|
|
752
|
-
'suitcase',
|
|
753
|
-
'sun-down',
|
|
754
|
-
'sun-o',
|
|
755
|
-
'sun-rise',
|
|
756
|
-
'superscript',
|
|
757
|
-
'sword',
|
|
758
|
-
'tab-a',
|
|
759
|
-
'tab',
|
|
760
|
-
'table',
|
|
761
|
-
'tablet',
|
|
762
|
-
'tabs',
|
|
763
|
-
'tag',
|
|
764
|
-
'tags',
|
|
765
|
-
'tasks',
|
|
766
|
-
'taxi',
|
|
767
|
-
'teeth',
|
|
768
|
-
'terminal',
|
|
769
|
-
'text-height',
|
|
770
|
-
'text-input',
|
|
771
|
-
'text-label',
|
|
772
|
-
'text-width',
|
|
773
|
-
'thin-square',
|
|
774
|
-
'thumbs-down-o',
|
|
775
|
-
'thumbs-down',
|
|
776
|
-
'thumbs-up-o',
|
|
777
|
-
'thumbs-up',
|
|
778
|
-
'ticket',
|
|
779
|
-
'time-backward',
|
|
780
|
-
'time-forward',
|
|
781
|
-
'timer',
|
|
782
|
-
'toolbox',
|
|
783
|
-
'tools',
|
|
784
|
-
'tooth',
|
|
785
|
-
'touch',
|
|
786
|
-
'train',
|
|
787
|
-
'trash',
|
|
788
|
-
'tree-table',
|
|
789
|
-
'trending-down',
|
|
790
|
-
'trending-up',
|
|
791
|
-
'trophy',
|
|
792
|
-
'truck',
|
|
793
|
-
'twin-col-select',
|
|
794
|
-
'twitter-square',
|
|
795
|
-
'twitter',
|
|
796
|
-
'umbrella',
|
|
797
|
-
'underline',
|
|
798
|
-
'unlink',
|
|
799
|
-
'unlock',
|
|
800
|
-
'upload-alt',
|
|
801
|
-
'upload',
|
|
802
|
-
'user-card',
|
|
803
|
-
'user-check',
|
|
804
|
-
'user-clock',
|
|
805
|
-
'user-heart',
|
|
806
|
-
'user-star',
|
|
807
|
-
'user',
|
|
808
|
-
'users',
|
|
809
|
-
'vaadin-h',
|
|
810
|
-
'vaadin-v',
|
|
811
|
-
'viewport',
|
|
812
|
-
'vimeo-square',
|
|
813
|
-
'vimeo',
|
|
814
|
-
'volume-down',
|
|
815
|
-
'volume-off',
|
|
816
|
-
'volume-up',
|
|
817
|
-
'volume',
|
|
818
|
-
'wallet',
|
|
819
|
-
'warehouse',
|
|
820
|
-
'warning',
|
|
821
|
-
'workplace',
|
|
822
|
-
'wrench',
|
|
823
|
-
'youtube-square',
|
|
824
|
-
'youtube',
|
|
825
|
-
];
|
|
826
|
-
|
|
827
|
-
/**
|
|
828
|
-
* Generated bundle index. Do not edit.
|
|
829
|
-
*/
|
|
830
|
-
|
|
831
|
-
export { AFRICANIES_ICON_SPRITE_URL, AfricaniesIconComponent, ICON_NAMES, IconRegistryService };
|
|
832
|
-
//# sourceMappingURL=africanies-africanies-icons.mjs.map
|