@eagami/ui 5.8.6 → 5.9.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/fesm2022/eagami-ui.mjs +748 -1
- package/fesm2022/eagami-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/eagami-ui.d.ts +81 -1
package/fesm2022/eagami-ui.mjs
CHANGED
|
@@ -19355,6 +19355,263 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImpo
|
|
|
19355
19355
|
}]
|
|
19356
19356
|
}] });
|
|
19357
19357
|
|
|
19358
|
+
class BugIconComponent extends IconComponentBase {
|
|
19359
|
+
static slug = 'bug';
|
|
19360
|
+
static category = 'eagami';
|
|
19361
|
+
static tags = [
|
|
19362
|
+
'bug',
|
|
19363
|
+
'insect',
|
|
19364
|
+
'issue',
|
|
19365
|
+
'error',
|
|
19366
|
+
'debug',
|
|
19367
|
+
'bogue',
|
|
19368
|
+
'insecte',
|
|
19369
|
+
'bicho',
|
|
19370
|
+
'fallo',
|
|
19371
|
+
'σφάλμα',
|
|
19372
|
+
'έντομο',
|
|
19373
|
+
'błąd',
|
|
19374
|
+
'owad',
|
|
19375
|
+
];
|
|
19376
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: BugIconComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
19377
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.18", type: BugIconComponent, isStandalone: true, selector: "ea-icon-bug", usesInheritance: true, ngImport: i0, template: `
|
|
19378
|
+
<svg
|
|
19379
|
+
viewBox="0 0 24 24"
|
|
19380
|
+
fill="none"
|
|
19381
|
+
stroke="currentColor"
|
|
19382
|
+
[attr.stroke-width]="strokeWidth()"
|
|
19383
|
+
stroke-linecap="round"
|
|
19384
|
+
stroke-linejoin="round"
|
|
19385
|
+
aria-hidden="true"
|
|
19386
|
+
width="100%"
|
|
19387
|
+
height="100%">
|
|
19388
|
+
<path d="M12 20v-9" />
|
|
19389
|
+
<path d="M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z" />
|
|
19390
|
+
<path d="M14.12 3.88 16 2" />
|
|
19391
|
+
<path d="M21 21a4 4 0 0 0-3.81-4" />
|
|
19392
|
+
<path d="M21 5a4 4 0 0 1-3.55 3.97" />
|
|
19393
|
+
<path d="M22 13h-4" />
|
|
19394
|
+
<path d="M3 21a4 4 0 0 1 3.81-4" />
|
|
19395
|
+
<path d="M3 5a4 4 0 0 0 3.55 3.97" />
|
|
19396
|
+
<path d="M6 13H2" />
|
|
19397
|
+
<path d="m8 2 1.88 1.88" />
|
|
19398
|
+
<path d="M9 7.13V6a3 3 0 1 1 6 0v1.13" />
|
|
19399
|
+
</svg>
|
|
19400
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
19401
|
+
}
|
|
19402
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: BugIconComponent, decorators: [{
|
|
19403
|
+
type: Component,
|
|
19404
|
+
args: [{
|
|
19405
|
+
selector: 'ea-icon-bug',
|
|
19406
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
19407
|
+
template: `
|
|
19408
|
+
<svg
|
|
19409
|
+
viewBox="0 0 24 24"
|
|
19410
|
+
fill="none"
|
|
19411
|
+
stroke="currentColor"
|
|
19412
|
+
[attr.stroke-width]="strokeWidth()"
|
|
19413
|
+
stroke-linecap="round"
|
|
19414
|
+
stroke-linejoin="round"
|
|
19415
|
+
aria-hidden="true"
|
|
19416
|
+
width="100%"
|
|
19417
|
+
height="100%">
|
|
19418
|
+
<path d="M12 20v-9" />
|
|
19419
|
+
<path d="M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z" />
|
|
19420
|
+
<path d="M14.12 3.88 16 2" />
|
|
19421
|
+
<path d="M21 21a4 4 0 0 0-3.81-4" />
|
|
19422
|
+
<path d="M21 5a4 4 0 0 1-3.55 3.97" />
|
|
19423
|
+
<path d="M22 13h-4" />
|
|
19424
|
+
<path d="M3 21a4 4 0 0 1 3.81-4" />
|
|
19425
|
+
<path d="M3 5a4 4 0 0 0 3.55 3.97" />
|
|
19426
|
+
<path d="M6 13H2" />
|
|
19427
|
+
<path d="m8 2 1.88 1.88" />
|
|
19428
|
+
<path d="M9 7.13V6a3 3 0 1 1 6 0v1.13" />
|
|
19429
|
+
</svg>
|
|
19430
|
+
`,
|
|
19431
|
+
}]
|
|
19432
|
+
}] });
|
|
19433
|
+
|
|
19434
|
+
class BuildingIconComponent extends IconComponentBase {
|
|
19435
|
+
static slug = 'building';
|
|
19436
|
+
static category = 'eagami';
|
|
19437
|
+
static tags = [
|
|
19438
|
+
'building',
|
|
19439
|
+
'office',
|
|
19440
|
+
'company',
|
|
19441
|
+
'organization',
|
|
19442
|
+
'apartment',
|
|
19443
|
+
'immeuble',
|
|
19444
|
+
'bâtiment',
|
|
19445
|
+
'edificio',
|
|
19446
|
+
'oficina',
|
|
19447
|
+
'κτίριο',
|
|
19448
|
+
'γραφείο',
|
|
19449
|
+
'budynek',
|
|
19450
|
+
'biuro',
|
|
19451
|
+
];
|
|
19452
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: BuildingIconComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
19453
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.18", type: BuildingIconComponent, isStandalone: true, selector: "ea-icon-building", usesInheritance: true, ngImport: i0, template: `
|
|
19454
|
+
<svg
|
|
19455
|
+
viewBox="0 0 24 24"
|
|
19456
|
+
fill="none"
|
|
19457
|
+
stroke="currentColor"
|
|
19458
|
+
[attr.stroke-width]="strokeWidth()"
|
|
19459
|
+
stroke-linecap="round"
|
|
19460
|
+
stroke-linejoin="round"
|
|
19461
|
+
aria-hidden="true"
|
|
19462
|
+
width="100%"
|
|
19463
|
+
height="100%">
|
|
19464
|
+
<path d="M12 10h.01" />
|
|
19465
|
+
<path d="M12 14h.01" />
|
|
19466
|
+
<path d="M12 6h.01" />
|
|
19467
|
+
<path d="M16 10h.01" />
|
|
19468
|
+
<path d="M16 14h.01" />
|
|
19469
|
+
<path d="M16 6h.01" />
|
|
19470
|
+
<path d="M8 10h.01" />
|
|
19471
|
+
<path d="M8 14h.01" />
|
|
19472
|
+
<path d="M8 6h.01" />
|
|
19473
|
+
<path d="M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3" />
|
|
19474
|
+
<rect
|
|
19475
|
+
x="4"
|
|
19476
|
+
y="2"
|
|
19477
|
+
width="16"
|
|
19478
|
+
height="20"
|
|
19479
|
+
rx="2" />
|
|
19480
|
+
</svg>
|
|
19481
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
19482
|
+
}
|
|
19483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: BuildingIconComponent, decorators: [{
|
|
19484
|
+
type: Component,
|
|
19485
|
+
args: [{
|
|
19486
|
+
selector: 'ea-icon-building',
|
|
19487
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
19488
|
+
template: `
|
|
19489
|
+
<svg
|
|
19490
|
+
viewBox="0 0 24 24"
|
|
19491
|
+
fill="none"
|
|
19492
|
+
stroke="currentColor"
|
|
19493
|
+
[attr.stroke-width]="strokeWidth()"
|
|
19494
|
+
stroke-linecap="round"
|
|
19495
|
+
stroke-linejoin="round"
|
|
19496
|
+
aria-hidden="true"
|
|
19497
|
+
width="100%"
|
|
19498
|
+
height="100%">
|
|
19499
|
+
<path d="M12 10h.01" />
|
|
19500
|
+
<path d="M12 14h.01" />
|
|
19501
|
+
<path d="M12 6h.01" />
|
|
19502
|
+
<path d="M16 10h.01" />
|
|
19503
|
+
<path d="M16 14h.01" />
|
|
19504
|
+
<path d="M16 6h.01" />
|
|
19505
|
+
<path d="M8 10h.01" />
|
|
19506
|
+
<path d="M8 14h.01" />
|
|
19507
|
+
<path d="M8 6h.01" />
|
|
19508
|
+
<path d="M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3" />
|
|
19509
|
+
<rect
|
|
19510
|
+
x="4"
|
|
19511
|
+
y="2"
|
|
19512
|
+
width="16"
|
|
19513
|
+
height="20"
|
|
19514
|
+
rx="2" />
|
|
19515
|
+
</svg>
|
|
19516
|
+
`,
|
|
19517
|
+
}]
|
|
19518
|
+
}] });
|
|
19519
|
+
|
|
19520
|
+
class CalculatorIconComponent extends IconComponentBase {
|
|
19521
|
+
static slug = 'calculator';
|
|
19522
|
+
static category = 'eagami';
|
|
19523
|
+
static tags = [
|
|
19524
|
+
'calculator',
|
|
19525
|
+
'math',
|
|
19526
|
+
'count',
|
|
19527
|
+
'calculate',
|
|
19528
|
+
'calculatrice',
|
|
19529
|
+
'calculadora',
|
|
19530
|
+
'αριθμομηχανή',
|
|
19531
|
+
'kalkulator',
|
|
19532
|
+
];
|
|
19533
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: CalculatorIconComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
19534
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.18", type: CalculatorIconComponent, isStandalone: true, selector: "ea-icon-calculator", usesInheritance: true, ngImport: i0, template: `
|
|
19535
|
+
<svg
|
|
19536
|
+
viewBox="0 0 24 24"
|
|
19537
|
+
fill="none"
|
|
19538
|
+
stroke="currentColor"
|
|
19539
|
+
[attr.stroke-width]="strokeWidth()"
|
|
19540
|
+
stroke-linecap="round"
|
|
19541
|
+
stroke-linejoin="round"
|
|
19542
|
+
aria-hidden="true"
|
|
19543
|
+
width="100%"
|
|
19544
|
+
height="100%">
|
|
19545
|
+
<rect
|
|
19546
|
+
width="16"
|
|
19547
|
+
height="20"
|
|
19548
|
+
x="4"
|
|
19549
|
+
y="2"
|
|
19550
|
+
rx="2" />
|
|
19551
|
+
<line
|
|
19552
|
+
x1="8"
|
|
19553
|
+
x2="16"
|
|
19554
|
+
y1="6"
|
|
19555
|
+
y2="6" />
|
|
19556
|
+
<line
|
|
19557
|
+
x1="16"
|
|
19558
|
+
x2="16"
|
|
19559
|
+
y1="14"
|
|
19560
|
+
y2="18" />
|
|
19561
|
+
<path d="M16 10h.01" />
|
|
19562
|
+
<path d="M12 10h.01" />
|
|
19563
|
+
<path d="M8 10h.01" />
|
|
19564
|
+
<path d="M12 14h.01" />
|
|
19565
|
+
<path d="M8 14h.01" />
|
|
19566
|
+
<path d="M12 18h.01" />
|
|
19567
|
+
<path d="M8 18h.01" />
|
|
19568
|
+
</svg>
|
|
19569
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
19570
|
+
}
|
|
19571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: CalculatorIconComponent, decorators: [{
|
|
19572
|
+
type: Component,
|
|
19573
|
+
args: [{
|
|
19574
|
+
selector: 'ea-icon-calculator',
|
|
19575
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
19576
|
+
template: `
|
|
19577
|
+
<svg
|
|
19578
|
+
viewBox="0 0 24 24"
|
|
19579
|
+
fill="none"
|
|
19580
|
+
stroke="currentColor"
|
|
19581
|
+
[attr.stroke-width]="strokeWidth()"
|
|
19582
|
+
stroke-linecap="round"
|
|
19583
|
+
stroke-linejoin="round"
|
|
19584
|
+
aria-hidden="true"
|
|
19585
|
+
width="100%"
|
|
19586
|
+
height="100%">
|
|
19587
|
+
<rect
|
|
19588
|
+
width="16"
|
|
19589
|
+
height="20"
|
|
19590
|
+
x="4"
|
|
19591
|
+
y="2"
|
|
19592
|
+
rx="2" />
|
|
19593
|
+
<line
|
|
19594
|
+
x1="8"
|
|
19595
|
+
x2="16"
|
|
19596
|
+
y1="6"
|
|
19597
|
+
y2="6" />
|
|
19598
|
+
<line
|
|
19599
|
+
x1="16"
|
|
19600
|
+
x2="16"
|
|
19601
|
+
y1="14"
|
|
19602
|
+
y2="18" />
|
|
19603
|
+
<path d="M16 10h.01" />
|
|
19604
|
+
<path d="M12 10h.01" />
|
|
19605
|
+
<path d="M8 10h.01" />
|
|
19606
|
+
<path d="M12 14h.01" />
|
|
19607
|
+
<path d="M8 14h.01" />
|
|
19608
|
+
<path d="M12 18h.01" />
|
|
19609
|
+
<path d="M8 18h.01" />
|
|
19610
|
+
</svg>
|
|
19611
|
+
`,
|
|
19612
|
+
}]
|
|
19613
|
+
}] });
|
|
19614
|
+
|
|
19358
19615
|
class CalendarCheckIconComponent extends IconComponentBase {
|
|
19359
19616
|
static slug = 'calendar-check';
|
|
19360
19617
|
static category = 'eagami';
|
|
@@ -26216,6 +26473,65 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImpo
|
|
|
26216
26473
|
}]
|
|
26217
26474
|
}] });
|
|
26218
26475
|
|
|
26476
|
+
class HistoryIconComponent extends IconComponentBase {
|
|
26477
|
+
static slug = 'history';
|
|
26478
|
+
static category = 'eagami';
|
|
26479
|
+
static tags = [
|
|
26480
|
+
'history',
|
|
26481
|
+
'recent',
|
|
26482
|
+
'clock',
|
|
26483
|
+
'time',
|
|
26484
|
+
'undo',
|
|
26485
|
+
'historique',
|
|
26486
|
+
'récent',
|
|
26487
|
+
'historial',
|
|
26488
|
+
'reciente',
|
|
26489
|
+
'ιστορικό',
|
|
26490
|
+
'historia',
|
|
26491
|
+
'ostatnie',
|
|
26492
|
+
];
|
|
26493
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: HistoryIconComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
26494
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.18", type: HistoryIconComponent, isStandalone: true, selector: "ea-icon-history", usesInheritance: true, ngImport: i0, template: `
|
|
26495
|
+
<svg
|
|
26496
|
+
viewBox="0 0 24 24"
|
|
26497
|
+
fill="none"
|
|
26498
|
+
stroke="currentColor"
|
|
26499
|
+
[attr.stroke-width]="strokeWidth()"
|
|
26500
|
+
stroke-linecap="round"
|
|
26501
|
+
stroke-linejoin="round"
|
|
26502
|
+
aria-hidden="true"
|
|
26503
|
+
width="100%"
|
|
26504
|
+
height="100%">
|
|
26505
|
+
<path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" />
|
|
26506
|
+
<path d="M3 3v5h5" />
|
|
26507
|
+
<path d="M12 7v5l4 2" />
|
|
26508
|
+
</svg>
|
|
26509
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
26510
|
+
}
|
|
26511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: HistoryIconComponent, decorators: [{
|
|
26512
|
+
type: Component,
|
|
26513
|
+
args: [{
|
|
26514
|
+
selector: 'ea-icon-history',
|
|
26515
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
26516
|
+
template: `
|
|
26517
|
+
<svg
|
|
26518
|
+
viewBox="0 0 24 24"
|
|
26519
|
+
fill="none"
|
|
26520
|
+
stroke="currentColor"
|
|
26521
|
+
[attr.stroke-width]="strokeWidth()"
|
|
26522
|
+
stroke-linecap="round"
|
|
26523
|
+
stroke-linejoin="round"
|
|
26524
|
+
aria-hidden="true"
|
|
26525
|
+
width="100%"
|
|
26526
|
+
height="100%">
|
|
26527
|
+
<path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" />
|
|
26528
|
+
<path d="M3 3v5h5" />
|
|
26529
|
+
<path d="M12 7v5l4 2" />
|
|
26530
|
+
</svg>
|
|
26531
|
+
`,
|
|
26532
|
+
}]
|
|
26533
|
+
}] });
|
|
26534
|
+
|
|
26219
26535
|
class HomeIconComponent extends IconComponentBase {
|
|
26220
26536
|
static slug = 'home';
|
|
26221
26537
|
static category = 'feather';
|
|
@@ -27128,6 +27444,68 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImpo
|
|
|
27128
27444
|
}]
|
|
27129
27445
|
}] });
|
|
27130
27446
|
|
|
27447
|
+
class LightbulbIconComponent extends IconComponentBase {
|
|
27448
|
+
static slug = 'lightbulb';
|
|
27449
|
+
static category = 'eagami';
|
|
27450
|
+
static tags = [
|
|
27451
|
+
'lightbulb',
|
|
27452
|
+
'bulb',
|
|
27453
|
+
'idea',
|
|
27454
|
+
'light',
|
|
27455
|
+
'inspiration',
|
|
27456
|
+
'tip',
|
|
27457
|
+
'ampoule',
|
|
27458
|
+
'idée',
|
|
27459
|
+
'bombilla',
|
|
27460
|
+
'λάμπα',
|
|
27461
|
+
'ιδέα',
|
|
27462
|
+
'żarówka',
|
|
27463
|
+
'pomysł',
|
|
27464
|
+
];
|
|
27465
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: LightbulbIconComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
27466
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.18", type: LightbulbIconComponent, isStandalone: true, selector: "ea-icon-lightbulb", usesInheritance: true, ngImport: i0, template: `
|
|
27467
|
+
<svg
|
|
27468
|
+
viewBox="0 0 24 24"
|
|
27469
|
+
fill="none"
|
|
27470
|
+
stroke="currentColor"
|
|
27471
|
+
[attr.stroke-width]="strokeWidth()"
|
|
27472
|
+
stroke-linecap="round"
|
|
27473
|
+
stroke-linejoin="round"
|
|
27474
|
+
aria-hidden="true"
|
|
27475
|
+
width="100%"
|
|
27476
|
+
height="100%">
|
|
27477
|
+
<path
|
|
27478
|
+
d="M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5" />
|
|
27479
|
+
<path d="M9 18h6" />
|
|
27480
|
+
<path d="M10 22h4" />
|
|
27481
|
+
</svg>
|
|
27482
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
27483
|
+
}
|
|
27484
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: LightbulbIconComponent, decorators: [{
|
|
27485
|
+
type: Component,
|
|
27486
|
+
args: [{
|
|
27487
|
+
selector: 'ea-icon-lightbulb',
|
|
27488
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
27489
|
+
template: `
|
|
27490
|
+
<svg
|
|
27491
|
+
viewBox="0 0 24 24"
|
|
27492
|
+
fill="none"
|
|
27493
|
+
stroke="currentColor"
|
|
27494
|
+
[attr.stroke-width]="strokeWidth()"
|
|
27495
|
+
stroke-linecap="round"
|
|
27496
|
+
stroke-linejoin="round"
|
|
27497
|
+
aria-hidden="true"
|
|
27498
|
+
width="100%"
|
|
27499
|
+
height="100%">
|
|
27500
|
+
<path
|
|
27501
|
+
d="M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5" />
|
|
27502
|
+
<path d="M9 18h6" />
|
|
27503
|
+
<path d="M10 22h4" />
|
|
27504
|
+
</svg>
|
|
27505
|
+
`,
|
|
27506
|
+
}]
|
|
27507
|
+
}] });
|
|
27508
|
+
|
|
27131
27509
|
class Link2IconComponent extends IconComponentBase {
|
|
27132
27510
|
static slug = 'link-2';
|
|
27133
27511
|
static category = 'feather';
|
|
@@ -28351,6 +28729,68 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImpo
|
|
|
28351
28729
|
}]
|
|
28352
28730
|
}] });
|
|
28353
28731
|
|
|
28732
|
+
class MegaphoneIconComponent extends IconComponentBase {
|
|
28733
|
+
static slug = 'megaphone';
|
|
28734
|
+
static category = 'eagami';
|
|
28735
|
+
static tags = [
|
|
28736
|
+
'megaphone',
|
|
28737
|
+
'announcement',
|
|
28738
|
+
'broadcast',
|
|
28739
|
+
'bullhorn',
|
|
28740
|
+
'marketing',
|
|
28741
|
+
'mégaphone',
|
|
28742
|
+
'annonce',
|
|
28743
|
+
'megáfono',
|
|
28744
|
+
'anuncio',
|
|
28745
|
+
'μεγάφωνο',
|
|
28746
|
+
'ανακοίνωση',
|
|
28747
|
+
'megafon',
|
|
28748
|
+
'ogłoszenie',
|
|
28749
|
+
];
|
|
28750
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: MegaphoneIconComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
28751
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.18", type: MegaphoneIconComponent, isStandalone: true, selector: "ea-icon-megaphone", usesInheritance: true, ngImport: i0, template: `
|
|
28752
|
+
<svg
|
|
28753
|
+
viewBox="0 0 24 24"
|
|
28754
|
+
fill="none"
|
|
28755
|
+
stroke="currentColor"
|
|
28756
|
+
[attr.stroke-width]="strokeWidth()"
|
|
28757
|
+
stroke-linecap="round"
|
|
28758
|
+
stroke-linejoin="round"
|
|
28759
|
+
aria-hidden="true"
|
|
28760
|
+
width="100%"
|
|
28761
|
+
height="100%">
|
|
28762
|
+
<path
|
|
28763
|
+
d="M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z" />
|
|
28764
|
+
<path d="M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14" />
|
|
28765
|
+
<path d="M8 6v8" />
|
|
28766
|
+
</svg>
|
|
28767
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
28768
|
+
}
|
|
28769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: MegaphoneIconComponent, decorators: [{
|
|
28770
|
+
type: Component,
|
|
28771
|
+
args: [{
|
|
28772
|
+
selector: 'ea-icon-megaphone',
|
|
28773
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
28774
|
+
template: `
|
|
28775
|
+
<svg
|
|
28776
|
+
viewBox="0 0 24 24"
|
|
28777
|
+
fill="none"
|
|
28778
|
+
stroke="currentColor"
|
|
28779
|
+
[attr.stroke-width]="strokeWidth()"
|
|
28780
|
+
stroke-linecap="round"
|
|
28781
|
+
stroke-linejoin="round"
|
|
28782
|
+
aria-hidden="true"
|
|
28783
|
+
width="100%"
|
|
28784
|
+
height="100%">
|
|
28785
|
+
<path
|
|
28786
|
+
d="M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z" />
|
|
28787
|
+
<path d="M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14" />
|
|
28788
|
+
<path d="M8 6v8" />
|
|
28789
|
+
</svg>
|
|
28790
|
+
`,
|
|
28791
|
+
}]
|
|
28792
|
+
}] });
|
|
28793
|
+
|
|
28354
28794
|
class MehIconComponent extends IconComponentBase {
|
|
28355
28795
|
static slug = 'meh';
|
|
28356
28796
|
static category = 'feather';
|
|
@@ -30059,6 +30499,103 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImpo
|
|
|
30059
30499
|
}]
|
|
30060
30500
|
}] });
|
|
30061
30501
|
|
|
30502
|
+
class PaletteIconComponent extends IconComponentBase {
|
|
30503
|
+
static slug = 'palette';
|
|
30504
|
+
static category = 'eagami';
|
|
30505
|
+
static tags = [
|
|
30506
|
+
'palette',
|
|
30507
|
+
'color',
|
|
30508
|
+
'paint',
|
|
30509
|
+
'theme',
|
|
30510
|
+
'art',
|
|
30511
|
+
'couleur',
|
|
30512
|
+
'peinture',
|
|
30513
|
+
'paleta',
|
|
30514
|
+
'pintura',
|
|
30515
|
+
'παλέτα',
|
|
30516
|
+
'χρώμα',
|
|
30517
|
+
'kolor',
|
|
30518
|
+
];
|
|
30519
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: PaletteIconComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
30520
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.18", type: PaletteIconComponent, isStandalone: true, selector: "ea-icon-palette", usesInheritance: true, ngImport: i0, template: `
|
|
30521
|
+
<svg
|
|
30522
|
+
viewBox="0 0 24 24"
|
|
30523
|
+
fill="none"
|
|
30524
|
+
stroke="currentColor"
|
|
30525
|
+
[attr.stroke-width]="strokeWidth()"
|
|
30526
|
+
stroke-linecap="round"
|
|
30527
|
+
stroke-linejoin="round"
|
|
30528
|
+
aria-hidden="true"
|
|
30529
|
+
width="100%"
|
|
30530
|
+
height="100%">
|
|
30531
|
+
<path
|
|
30532
|
+
d="M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z" />
|
|
30533
|
+
<circle
|
|
30534
|
+
cx="13.5"
|
|
30535
|
+
cy="6.5"
|
|
30536
|
+
r=".5"
|
|
30537
|
+
fill="currentColor" />
|
|
30538
|
+
<circle
|
|
30539
|
+
cx="17.5"
|
|
30540
|
+
cy="10.5"
|
|
30541
|
+
r=".5"
|
|
30542
|
+
fill="currentColor" />
|
|
30543
|
+
<circle
|
|
30544
|
+
cx="6.5"
|
|
30545
|
+
cy="12.5"
|
|
30546
|
+
r=".5"
|
|
30547
|
+
fill="currentColor" />
|
|
30548
|
+
<circle
|
|
30549
|
+
cx="8.5"
|
|
30550
|
+
cy="7.5"
|
|
30551
|
+
r=".5"
|
|
30552
|
+
fill="currentColor" />
|
|
30553
|
+
</svg>
|
|
30554
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
30555
|
+
}
|
|
30556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: PaletteIconComponent, decorators: [{
|
|
30557
|
+
type: Component,
|
|
30558
|
+
args: [{
|
|
30559
|
+
selector: 'ea-icon-palette',
|
|
30560
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
30561
|
+
template: `
|
|
30562
|
+
<svg
|
|
30563
|
+
viewBox="0 0 24 24"
|
|
30564
|
+
fill="none"
|
|
30565
|
+
stroke="currentColor"
|
|
30566
|
+
[attr.stroke-width]="strokeWidth()"
|
|
30567
|
+
stroke-linecap="round"
|
|
30568
|
+
stroke-linejoin="round"
|
|
30569
|
+
aria-hidden="true"
|
|
30570
|
+
width="100%"
|
|
30571
|
+
height="100%">
|
|
30572
|
+
<path
|
|
30573
|
+
d="M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z" />
|
|
30574
|
+
<circle
|
|
30575
|
+
cx="13.5"
|
|
30576
|
+
cy="6.5"
|
|
30577
|
+
r=".5"
|
|
30578
|
+
fill="currentColor" />
|
|
30579
|
+
<circle
|
|
30580
|
+
cx="17.5"
|
|
30581
|
+
cy="10.5"
|
|
30582
|
+
r=".5"
|
|
30583
|
+
fill="currentColor" />
|
|
30584
|
+
<circle
|
|
30585
|
+
cx="6.5"
|
|
30586
|
+
cy="12.5"
|
|
30587
|
+
r=".5"
|
|
30588
|
+
fill="currentColor" />
|
|
30589
|
+
<circle
|
|
30590
|
+
cx="8.5"
|
|
30591
|
+
cy="7.5"
|
|
30592
|
+
r=".5"
|
|
30593
|
+
fill="currentColor" />
|
|
30594
|
+
</svg>
|
|
30595
|
+
`,
|
|
30596
|
+
}]
|
|
30597
|
+
}] });
|
|
30598
|
+
|
|
30062
30599
|
class PaperclipIconComponent extends IconComponentBase {
|
|
30063
30600
|
static slug = 'paperclip';
|
|
30064
30601
|
static category = 'feather';
|
|
@@ -31061,6 +31598,65 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImpo
|
|
|
31061
31598
|
}]
|
|
31062
31599
|
}] });
|
|
31063
31600
|
|
|
31601
|
+
class PinIconComponent extends IconComponentBase {
|
|
31602
|
+
static slug = 'pin';
|
|
31603
|
+
static category = 'eagami';
|
|
31604
|
+
static tags = [
|
|
31605
|
+
'pin',
|
|
31606
|
+
'pushpin',
|
|
31607
|
+
'tack',
|
|
31608
|
+
'attach',
|
|
31609
|
+
'save',
|
|
31610
|
+
'épingle',
|
|
31611
|
+
'punaise',
|
|
31612
|
+
'chincheta',
|
|
31613
|
+
'alfiler',
|
|
31614
|
+
'καρφίτσα',
|
|
31615
|
+
'pinezka',
|
|
31616
|
+
'przypnij',
|
|
31617
|
+
];
|
|
31618
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: PinIconComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
31619
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.18", type: PinIconComponent, isStandalone: true, selector: "ea-icon-pin", usesInheritance: true, ngImport: i0, template: `
|
|
31620
|
+
<svg
|
|
31621
|
+
viewBox="0 0 24 24"
|
|
31622
|
+
fill="none"
|
|
31623
|
+
stroke="currentColor"
|
|
31624
|
+
[attr.stroke-width]="strokeWidth()"
|
|
31625
|
+
stroke-linecap="round"
|
|
31626
|
+
stroke-linejoin="round"
|
|
31627
|
+
aria-hidden="true"
|
|
31628
|
+
width="100%"
|
|
31629
|
+
height="100%">
|
|
31630
|
+
<path d="M12 17v5" />
|
|
31631
|
+
<path
|
|
31632
|
+
d="M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z" />
|
|
31633
|
+
</svg>
|
|
31634
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
31635
|
+
}
|
|
31636
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: PinIconComponent, decorators: [{
|
|
31637
|
+
type: Component,
|
|
31638
|
+
args: [{
|
|
31639
|
+
selector: 'ea-icon-pin',
|
|
31640
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
31641
|
+
template: `
|
|
31642
|
+
<svg
|
|
31643
|
+
viewBox="0 0 24 24"
|
|
31644
|
+
fill="none"
|
|
31645
|
+
stroke="currentColor"
|
|
31646
|
+
[attr.stroke-width]="strokeWidth()"
|
|
31647
|
+
stroke-linecap="round"
|
|
31648
|
+
stroke-linejoin="round"
|
|
31649
|
+
aria-hidden="true"
|
|
31650
|
+
width="100%"
|
|
31651
|
+
height="100%">
|
|
31652
|
+
<path d="M12 17v5" />
|
|
31653
|
+
<path
|
|
31654
|
+
d="M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z" />
|
|
31655
|
+
</svg>
|
|
31656
|
+
`,
|
|
31657
|
+
}]
|
|
31658
|
+
}] });
|
|
31659
|
+
|
|
31064
31660
|
class PinterestIconComponent extends IconComponentBase {
|
|
31065
31661
|
static slug = 'pinterest';
|
|
31066
31662
|
static category = 'eagami';
|
|
@@ -31226,6 +31822,67 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImpo
|
|
|
31226
31822
|
}]
|
|
31227
31823
|
}] });
|
|
31228
31824
|
|
|
31825
|
+
class PlugIconComponent extends IconComponentBase {
|
|
31826
|
+
static slug = 'plug';
|
|
31827
|
+
static category = 'eagami';
|
|
31828
|
+
static tags = [
|
|
31829
|
+
'plug',
|
|
31830
|
+
'power',
|
|
31831
|
+
'outlet',
|
|
31832
|
+
'connect',
|
|
31833
|
+
'electricity',
|
|
31834
|
+
'prise',
|
|
31835
|
+
'brancher',
|
|
31836
|
+
'enchufe',
|
|
31837
|
+
'conectar',
|
|
31838
|
+
'πρίζα',
|
|
31839
|
+
'wtyczka',
|
|
31840
|
+
'zasilanie',
|
|
31841
|
+
];
|
|
31842
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: PlugIconComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
31843
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.18", type: PlugIconComponent, isStandalone: true, selector: "ea-icon-plug", usesInheritance: true, ngImport: i0, template: `
|
|
31844
|
+
<svg
|
|
31845
|
+
viewBox="0 0 24 24"
|
|
31846
|
+
fill="none"
|
|
31847
|
+
stroke="currentColor"
|
|
31848
|
+
[attr.stroke-width]="strokeWidth()"
|
|
31849
|
+
stroke-linecap="round"
|
|
31850
|
+
stroke-linejoin="round"
|
|
31851
|
+
aria-hidden="true"
|
|
31852
|
+
width="100%"
|
|
31853
|
+
height="100%">
|
|
31854
|
+
<path d="M12 22v-5" />
|
|
31855
|
+
<path d="M15 8V2" />
|
|
31856
|
+
<path d="M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z" />
|
|
31857
|
+
<path d="M9 8V2" />
|
|
31858
|
+
</svg>
|
|
31859
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
31860
|
+
}
|
|
31861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: PlugIconComponent, decorators: [{
|
|
31862
|
+
type: Component,
|
|
31863
|
+
args: [{
|
|
31864
|
+
selector: 'ea-icon-plug',
|
|
31865
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
31866
|
+
template: `
|
|
31867
|
+
<svg
|
|
31868
|
+
viewBox="0 0 24 24"
|
|
31869
|
+
fill="none"
|
|
31870
|
+
stroke="currentColor"
|
|
31871
|
+
[attr.stroke-width]="strokeWidth()"
|
|
31872
|
+
stroke-linecap="round"
|
|
31873
|
+
stroke-linejoin="round"
|
|
31874
|
+
aria-hidden="true"
|
|
31875
|
+
width="100%"
|
|
31876
|
+
height="100%">
|
|
31877
|
+
<path d="M12 22v-5" />
|
|
31878
|
+
<path d="M15 8V2" />
|
|
31879
|
+
<path d="M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z" />
|
|
31880
|
+
<path d="M9 8V2" />
|
|
31881
|
+
</svg>
|
|
31882
|
+
`,
|
|
31883
|
+
}]
|
|
31884
|
+
}] });
|
|
31885
|
+
|
|
31229
31886
|
class PlusCircleIconComponent extends IconComponentBase {
|
|
31230
31887
|
static slug = 'plus-circle';
|
|
31231
31888
|
static category = 'feather';
|
|
@@ -36107,6 +36764,86 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImpo
|
|
|
36107
36764
|
}]
|
|
36108
36765
|
}], propDecorators: { brand: [{ type: i0.Input, args: [{ isSignal: true, alias: "brand", required: false }] }] } });
|
|
36109
36766
|
|
|
36767
|
+
class TimerIconComponent extends IconComponentBase {
|
|
36768
|
+
static slug = 'timer';
|
|
36769
|
+
static category = 'eagami';
|
|
36770
|
+
static tags = [
|
|
36771
|
+
'timer',
|
|
36772
|
+
'stopwatch',
|
|
36773
|
+
'countdown',
|
|
36774
|
+
'time',
|
|
36775
|
+
'minuteur',
|
|
36776
|
+
'chronomètre',
|
|
36777
|
+
'temporizador',
|
|
36778
|
+
'cronómetro',
|
|
36779
|
+
'χρονόμετρο',
|
|
36780
|
+
'minutnik',
|
|
36781
|
+
'stoper',
|
|
36782
|
+
];
|
|
36783
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TimerIconComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
36784
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.18", type: TimerIconComponent, isStandalone: true, selector: "ea-icon-timer", usesInheritance: true, ngImport: i0, template: `
|
|
36785
|
+
<svg
|
|
36786
|
+
viewBox="0 0 24 24"
|
|
36787
|
+
fill="none"
|
|
36788
|
+
stroke="currentColor"
|
|
36789
|
+
[attr.stroke-width]="strokeWidth()"
|
|
36790
|
+
stroke-linecap="round"
|
|
36791
|
+
stroke-linejoin="round"
|
|
36792
|
+
aria-hidden="true"
|
|
36793
|
+
width="100%"
|
|
36794
|
+
height="100%">
|
|
36795
|
+
<line
|
|
36796
|
+
x1="10"
|
|
36797
|
+
x2="14"
|
|
36798
|
+
y1="2"
|
|
36799
|
+
y2="2" />
|
|
36800
|
+
<line
|
|
36801
|
+
x1="12"
|
|
36802
|
+
x2="15"
|
|
36803
|
+
y1="14"
|
|
36804
|
+
y2="11" />
|
|
36805
|
+
<circle
|
|
36806
|
+
cx="12"
|
|
36807
|
+
cy="14"
|
|
36808
|
+
r="8" />
|
|
36809
|
+
</svg>
|
|
36810
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
36811
|
+
}
|
|
36812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TimerIconComponent, decorators: [{
|
|
36813
|
+
type: Component,
|
|
36814
|
+
args: [{
|
|
36815
|
+
selector: 'ea-icon-timer',
|
|
36816
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
36817
|
+
template: `
|
|
36818
|
+
<svg
|
|
36819
|
+
viewBox="0 0 24 24"
|
|
36820
|
+
fill="none"
|
|
36821
|
+
stroke="currentColor"
|
|
36822
|
+
[attr.stroke-width]="strokeWidth()"
|
|
36823
|
+
stroke-linecap="round"
|
|
36824
|
+
stroke-linejoin="round"
|
|
36825
|
+
aria-hidden="true"
|
|
36826
|
+
width="100%"
|
|
36827
|
+
height="100%">
|
|
36828
|
+
<line
|
|
36829
|
+
x1="10"
|
|
36830
|
+
x2="14"
|
|
36831
|
+
y1="2"
|
|
36832
|
+
y2="2" />
|
|
36833
|
+
<line
|
|
36834
|
+
x1="12"
|
|
36835
|
+
x2="15"
|
|
36836
|
+
y1="14"
|
|
36837
|
+
y2="11" />
|
|
36838
|
+
<circle
|
|
36839
|
+
cx="12"
|
|
36840
|
+
cy="14"
|
|
36841
|
+
r="8" />
|
|
36842
|
+
</svg>
|
|
36843
|
+
`,
|
|
36844
|
+
}]
|
|
36845
|
+
}] });
|
|
36846
|
+
|
|
36110
36847
|
class ToggleLeftIconComponent extends IconComponentBase {
|
|
36111
36848
|
static slug = 'toggle-left';
|
|
36112
36849
|
static category = 'feather';
|
|
@@ -39876,11 +40613,21 @@ const ICONS = [
|
|
|
39876
40613
|
SvelteIconComponent,
|
|
39877
40614
|
VueIconComponent,
|
|
39878
40615
|
WordpressIconComponent,
|
|
40616
|
+
BugIconComponent,
|
|
40617
|
+
BuildingIconComponent,
|
|
40618
|
+
CalculatorIconComponent,
|
|
40619
|
+
HistoryIconComponent,
|
|
40620
|
+
LightbulbIconComponent,
|
|
40621
|
+
MegaphoneIconComponent,
|
|
40622
|
+
PaletteIconComponent,
|
|
40623
|
+
PinIconComponent,
|
|
40624
|
+
PlugIconComponent,
|
|
40625
|
+
TimerIconComponent,
|
|
39879
40626
|
].sort((a, b) => a.slug.localeCompare(b.slug));
|
|
39880
40627
|
|
|
39881
40628
|
/**
|
|
39882
40629
|
* Generated bundle index. Do not edit.
|
|
39883
40630
|
*/
|
|
39884
40631
|
|
|
39885
|
-
export { AccordionComponent, AccordionItemComponent, ActivityIconComponent, AirplayIconComponent, AlertCircleIconComponent, AlertComponent, AlertOctagonIconComponent, AlertTriangleIconComponent, AlignCenterIconComponent, AlignJustifyIconComponent, AlignLeftIconComponent, AlignRightIconComponent, AnchorIconComponent, AndroidIconComponent, AngularIconComponent, AnthropicIconComponent, ApertureIconComponent, ArchiveIconComponent, ArrowDownCircleIconComponent, ArrowDownIconComponent, ArrowDownLeftIconComponent, ArrowDownRightIconComponent, ArrowLeftCircleIconComponent, ArrowLeftIconComponent, ArrowRightCircleIconComponent, ArrowRightIconComponent, ArrowUpCircleIconComponent, ArrowUpIconComponent, ArrowUpLeftIconComponent, ArrowUpRightIconComponent, AtSignIconComponent, AutocompleteComponent, AvatarComponent, AvatarEditorComponent, AwardIconComponent, BadgeCheckIconComponent, BadgeComponent, BarChart2IconComponent, BarChartIconComponent, BatteryChargingIconComponent, BatteryIconComponent, BellIconComponent, BellOffIconComponent, BellRingIconComponent, BitcoinIconComponent, BlueskyIconComponent, BluetoothIconComponent, BoldIconComponent, BookIconComponent, BookOpenIconComponent, BookmarkCheckIconComponent, BookmarkIconComponent, BookmarkPlusIconComponent, BotIconComponent, BottleIconComponent, BoxIconComponent, BrainIconComponent, BreadcrumbsComponent, BriefcaseIconComponent, ButtonComponent, CalendarCheckIconComponent, CalendarDaysIconComponent, CalendarIconComponent, CameraIconComponent, CameraOffIconComponent, CandleIconComponent, CardComponent, CastIconComponent, CheckCircleIconComponent, CheckIconComponent, CheckSquareIconComponent, CheckboxComponent, ChevronDownIconComponent, ChevronLeftIconComponent, ChevronRightIconComponent, ChevronUpIconComponent, ChevronsDownIconComponent, ChevronsLeftIconComponent, ChevronsRightIconComponent, ChevronsUpDownIconComponent, ChevronsUpIconComponent, ChromeIconComponent, CircleIconComponent, ClipboardCheckIconComponent, ClipboardIconComponent, ClipboardListIconComponent, ClockIconComponent, CloudDrizzleIconComponent, CloudIconComponent, CloudLightningIconComponent, CloudOffIconComponent, CloudRainIconComponent, CloudSnowIconComponent, CloudflareIconComponent, CodeIconComponent, CodeInputComponent, CodepenIconComponent, CodesandboxIconComponent, CoffeeIconComponent, CoinsIconComponent, ColorPickerComponent, ColumnsIconComponent, CommandIconComponent, CommandPaletteComponent, CompassIconComponent, CopyIconComponent, CornerDownLeftIconComponent, CornerDownRightIconComponent, CornerLeftDownIconComponent, CornerLeftUpIconComponent, CornerRightDownIconComponent, CornerRightUpIconComponent, CornerUpLeftIconComponent, CornerUpRightIconComponent, CpuIconComponent, CreditCardIconComponent, CropIconComponent, CrosshairIconComponent, DEFAULT_PALETTE_ROLES, DataTableComponent, DatabaseIconComponent, DatePickerComponent, DeleteIconComponent, DialogComponent, DiscIconComponent, DiscordIconComponent, DivideCircleIconComponent, DivideIconComponent, DivideSquareIconComponent, DividerComponent, DockerIconComponent, DollarSignIconComponent, DownloadCloudIconComponent, DownloadIconComponent, DrawerComponent, DribbbleIconComponent, DropboxIconComponent, DropdownComponent, DropletIconComponent, EAGAMI_ALL_LOCALES, EAGAMI_I18N_CONFIG, EAGAMI_LOCALES, EAGAMI_LOCALE_META, EagamiI18nService, EagamiIconComponent, EagamiWordmarkComponent, Edit2IconComponent, Edit3IconComponent, EditIconComponent, EmptyStateComponent, ExternalLinkIconComponent, EyeIconComponent, EyeOffIconComponent, Facebook2IconComponent, FacebookIconComponent, FastForwardIconComponent, FeatherIconComponent, FieldLabelComponent, FieldMessagesComponent, Figma2IconComponent, FigmaIconComponent, FileCheckIconComponent, FileIconComponent, FileMinusIconComponent, FilePlusIconComponent, FileTextIconComponent, FileUploaderComponent, FilmIconComponent, FilterIconComponent, FilterXIconComponent, FingerprintIconComponent, FlagIconComponent, FlameIconComponent, FolderIconComponent, FolderMinusIconComponent, FolderOpenIconComponent, FolderPlusIconComponent, FormFieldComponent, FramerIconComponent, FrownIconComponent, GaugeIconComponent, GeminiIconComponent, GiftIconComponent, GitBranchIconComponent, GitCommitIconComponent, GitCompareIconComponent, GitMergeIconComponent, GitPullRequestIconComponent, Github2IconComponent, GithubIconComponent, GitlabIconComponent, GlobeIconComponent, GoogleIconComponent, GridIconComponent, HalfCircleIconComponent, HalfHeartIconComponent, HardDriveIconComponent, HashIconComponent, HeadphonesIconComponent, HeartIconComponent, HelpCircleIconComponent, HeptagonIconComponent, HexagonIconComponent, HomeIconComponent, ICONS, IconComponentBase, ImageIconComponent, InboxIconComponent, InfoIconComponent, InputComponent, InstagramIconComponent, ItalicIconComponent, KeyIconComponent, KeyboardIconComponent, KubernetesIconComponent, LampIconComponent, LanguagesIconComponent, LayersIconComponent, LayoutIconComponent, LeafIconComponent, LeftHalfStarIconComponent, LifeBuoyIconComponent, Link2IconComponent, LinkIconComponent, Linkedin2IconComponent, LinkedinIconComponent, ListChecksIconComponent, ListIconComponent, LoaderIconComponent, LockIconComponent, LogInIconComponent, LogOutIconComponent, MailCheckIconComponent, MailIconComponent, MapIconComponent, MapPinIconComponent, MastercardIconComponent, Maximize2IconComponent, MaximizeIconComponent, MehIconComponent, MenuComponent, MenuIconComponent, MenuItemComponent, MenuTriggerDirective, MessageCircleIconComponent, MessageSquareIconComponent, MicIconComponent, MicOffIconComponent, MicrosoftIconComponent, Minimize2IconComponent, MinimizeIconComponent, MinusCircleIconComponent, MinusIconComponent, MinusSquareIconComponent, MongodbIconComponent, MonitorIconComponent, MoonIconComponent, MoreHorizontalIconComponent, MoreVerticalIconComponent, MousePointerIconComponent, MoveIconComponent, MultiSelectComponent, MusicIconComponent, Navigation2IconComponent, NavigationIconComponent, NetlifyIconComponent, NodejsIconComponent, NotionIconComponent, NpmIconComponent, NumberInputComponent, OctagonIconComponent, PackageIconComponent, PaginatorComponent, PaperclipIconComponent, PauseCircleIconComponent, PauseIconComponent, PaypalIconComponent, PenToolIconComponent, PentagonIconComponent, PercentIconComponent, PhoneCallIconComponent, PhoneForwardedIconComponent, PhoneIconComponent, PhoneIncomingIconComponent, PhoneMissedIconComponent, PhoneOffIconComponent, PhoneOutgoingIconComponent, PieChartIconComponent, PinterestIconComponent, PlayCircleIconComponent, PlayIconComponent, PlusCircleIconComponent, PlusIconComponent, PlusSquareIconComponent, PocketIconComponent, PopoverComponent, PowerIconComponent, PrinterIconComponent, ProgressBarComponent, PythonIconComponent, QrCodeIconComponent, RadioComponent, RadioGroupComponent, RadioIconComponent, RangeSliderComponent, RatingComponent, ReactIconComponent, ReceiptIconComponent, RectangleHorizontalIconComponent, RectangleVerticalIconComponent, RedditIconComponent, RedoIconComponent, RefreshCcwIconComponent, RefreshCwIconComponent, RepeatIconComponent, RewindIconComponent, RightHalfStarIconComponent, RocketIconComponent, RotateCcwIconComponent, RotateCwIconComponent, RssIconComponent, SaveIconComponent, ScanIconComponent, ScissorsIconComponent, SearchIconComponent, SegmentedComponent, SendIconComponent, ServerIconComponent, SettingsIconComponent, Share2IconComponent, ShareIconComponent, ShieldCheckIconComponent, ShieldIconComponent, ShieldOffIconComponent, ShopifyIconComponent, ShoppingBagIconComponent, ShoppingCartIconComponent, ShuffleIconComponent, SidebarIconComponent, SkeletonComponent, SkipBackIconComponent, SkipForwardIconComponent, Slack2IconComponent, SlackIconComponent, SlashIconComponent, SliderComponent, SlidersIconComponent, SmartphoneIconComponent, SmileIconComponent, SnowflakeIconComponent, SoccerBallIconComponent, SparklesIconComponent, SpeakerIconComponent, SpinnerComponent, SpotifyIconComponent, SquareIconComponent, StarIconComponent, StepComponent, StepperComponent, StopCircleIconComponent, StripeIconComponent, SunIconComponent, SunriseIconComponent, SunsetIconComponent, SvelteIconComponent, SwitchComponent, TabComponent, TableIconComponent, TabletIconComponent, TabsComponent, TagComponent, TagIconComponent, TailwindIconComponent, TargetIconComponent, TelegramIconComponent, TerminalIconComponent, TextareaComponent, ThermometerIconComponent, ThreadsIconComponent, ThumbsDownIconComponent, ThumbsUpIconComponent, TiktokIconComponent, TimePickerComponent, TimelineComponent, ToastComponent, ToastService, ToggleLeftIconComponent, ToggleRightIconComponent, ToolIconComponent, TooltipDirective, TransferListComponent, Trash2IconComponent, TrashIconComponent, TreeComponent, TrelloIconComponent, TrendingDownIconComponent, TrendingUpIconComponent, TriangleIconComponent, TrophyIconComponent, TruckIconComponent, TvIconComponent, Twitch2IconComponent, TwitchIconComponent, TwitterIconComponent, TypeIconComponent, UmbrellaIconComponent, UnderlineIconComponent, UndoIconComponent, UnlockIconComponent, UploadCloudIconComponent, UploadIconComponent, UserCheckIconComponent, UserIconComponent, UserMinusIconComponent, UserPlusIconComponent, UserXIconComponent, UsersIconComponent, VercelIconComponent, VideoIconComponent, VideoOffIconComponent, VirtualListComponent, VoicemailIconComponent, Volume1IconComponent, Volume2IconComponent, VolumeIconComponent, VolumeXIconComponent, VueIconComponent, WCAG_AA, WalletIconComponent, WandIconComponent, WatchIconComponent, WhatsappIconComponent, WifiIconComponent, WifiOffIconComponent, WindIconComponent, WordpressIconComponent, XCircleIconComponent, XIconComponent, XOctagonIconComponent, XSquareIconComponent, XTwitterIconComponent, Youtube2IconComponent, YoutubeIconComponent, ZapIconComponent, ZapOffIconComponent, ZoomInIconComponent, ZoomOutIconComponent, applyPalette, ar, computePopoverPosition, contrastRatio, de, derivePalette, el, en, esES, formatViolations, frFR, frenchSpacing, he, hexToOklch, hi, iconDisplayName, is, nl, oklchToHex, pl, provideEagamiUi, ptBR, relativeLuminance, ru, uk, validatePalette, visibleNodeIds, walkTree, zhCN };
|
|
40632
|
+
export { AccordionComponent, AccordionItemComponent, ActivityIconComponent, AirplayIconComponent, AlertCircleIconComponent, AlertComponent, AlertOctagonIconComponent, AlertTriangleIconComponent, AlignCenterIconComponent, AlignJustifyIconComponent, AlignLeftIconComponent, AlignRightIconComponent, AnchorIconComponent, AndroidIconComponent, AngularIconComponent, AnthropicIconComponent, ApertureIconComponent, ArchiveIconComponent, ArrowDownCircleIconComponent, ArrowDownIconComponent, ArrowDownLeftIconComponent, ArrowDownRightIconComponent, ArrowLeftCircleIconComponent, ArrowLeftIconComponent, ArrowRightCircleIconComponent, ArrowRightIconComponent, ArrowUpCircleIconComponent, ArrowUpIconComponent, ArrowUpLeftIconComponent, ArrowUpRightIconComponent, AtSignIconComponent, AutocompleteComponent, AvatarComponent, AvatarEditorComponent, AwardIconComponent, BadgeCheckIconComponent, BadgeComponent, BarChart2IconComponent, BarChartIconComponent, BatteryChargingIconComponent, BatteryIconComponent, BellIconComponent, BellOffIconComponent, BellRingIconComponent, BitcoinIconComponent, BlueskyIconComponent, BluetoothIconComponent, BoldIconComponent, BookIconComponent, BookOpenIconComponent, BookmarkCheckIconComponent, BookmarkIconComponent, BookmarkPlusIconComponent, BotIconComponent, BottleIconComponent, BoxIconComponent, BrainIconComponent, BreadcrumbsComponent, BriefcaseIconComponent, BugIconComponent, BuildingIconComponent, ButtonComponent, CalculatorIconComponent, CalendarCheckIconComponent, CalendarDaysIconComponent, CalendarIconComponent, CameraIconComponent, CameraOffIconComponent, CandleIconComponent, CardComponent, CastIconComponent, CheckCircleIconComponent, CheckIconComponent, CheckSquareIconComponent, CheckboxComponent, ChevronDownIconComponent, ChevronLeftIconComponent, ChevronRightIconComponent, ChevronUpIconComponent, ChevronsDownIconComponent, ChevronsLeftIconComponent, ChevronsRightIconComponent, ChevronsUpDownIconComponent, ChevronsUpIconComponent, ChromeIconComponent, CircleIconComponent, ClipboardCheckIconComponent, ClipboardIconComponent, ClipboardListIconComponent, ClockIconComponent, CloudDrizzleIconComponent, CloudIconComponent, CloudLightningIconComponent, CloudOffIconComponent, CloudRainIconComponent, CloudSnowIconComponent, CloudflareIconComponent, CodeIconComponent, CodeInputComponent, CodepenIconComponent, CodesandboxIconComponent, CoffeeIconComponent, CoinsIconComponent, ColorPickerComponent, ColumnsIconComponent, CommandIconComponent, CommandPaletteComponent, CompassIconComponent, CopyIconComponent, CornerDownLeftIconComponent, CornerDownRightIconComponent, CornerLeftDownIconComponent, CornerLeftUpIconComponent, CornerRightDownIconComponent, CornerRightUpIconComponent, CornerUpLeftIconComponent, CornerUpRightIconComponent, CpuIconComponent, CreditCardIconComponent, CropIconComponent, CrosshairIconComponent, DEFAULT_PALETTE_ROLES, DataTableComponent, DatabaseIconComponent, DatePickerComponent, DeleteIconComponent, DialogComponent, DiscIconComponent, DiscordIconComponent, DivideCircleIconComponent, DivideIconComponent, DivideSquareIconComponent, DividerComponent, DockerIconComponent, DollarSignIconComponent, DownloadCloudIconComponent, DownloadIconComponent, DrawerComponent, DribbbleIconComponent, DropboxIconComponent, DropdownComponent, DropletIconComponent, EAGAMI_ALL_LOCALES, EAGAMI_I18N_CONFIG, EAGAMI_LOCALES, EAGAMI_LOCALE_META, EagamiI18nService, EagamiIconComponent, EagamiWordmarkComponent, Edit2IconComponent, Edit3IconComponent, EditIconComponent, EmptyStateComponent, ExternalLinkIconComponent, EyeIconComponent, EyeOffIconComponent, Facebook2IconComponent, FacebookIconComponent, FastForwardIconComponent, FeatherIconComponent, FieldLabelComponent, FieldMessagesComponent, Figma2IconComponent, FigmaIconComponent, FileCheckIconComponent, FileIconComponent, FileMinusIconComponent, FilePlusIconComponent, FileTextIconComponent, FileUploaderComponent, FilmIconComponent, FilterIconComponent, FilterXIconComponent, FingerprintIconComponent, FlagIconComponent, FlameIconComponent, FolderIconComponent, FolderMinusIconComponent, FolderOpenIconComponent, FolderPlusIconComponent, FormFieldComponent, FramerIconComponent, FrownIconComponent, GaugeIconComponent, GeminiIconComponent, GiftIconComponent, GitBranchIconComponent, GitCommitIconComponent, GitCompareIconComponent, GitMergeIconComponent, GitPullRequestIconComponent, Github2IconComponent, GithubIconComponent, GitlabIconComponent, GlobeIconComponent, GoogleIconComponent, GridIconComponent, HalfCircleIconComponent, HalfHeartIconComponent, HardDriveIconComponent, HashIconComponent, HeadphonesIconComponent, HeartIconComponent, HelpCircleIconComponent, HeptagonIconComponent, HexagonIconComponent, HistoryIconComponent, HomeIconComponent, ICONS, IconComponentBase, ImageIconComponent, InboxIconComponent, InfoIconComponent, InputComponent, InstagramIconComponent, ItalicIconComponent, KeyIconComponent, KeyboardIconComponent, KubernetesIconComponent, LampIconComponent, LanguagesIconComponent, LayersIconComponent, LayoutIconComponent, LeafIconComponent, LeftHalfStarIconComponent, LifeBuoyIconComponent, LightbulbIconComponent, Link2IconComponent, LinkIconComponent, Linkedin2IconComponent, LinkedinIconComponent, ListChecksIconComponent, ListIconComponent, LoaderIconComponent, LockIconComponent, LogInIconComponent, LogOutIconComponent, MailCheckIconComponent, MailIconComponent, MapIconComponent, MapPinIconComponent, MastercardIconComponent, Maximize2IconComponent, MaximizeIconComponent, MegaphoneIconComponent, MehIconComponent, MenuComponent, MenuIconComponent, MenuItemComponent, MenuTriggerDirective, MessageCircleIconComponent, MessageSquareIconComponent, MicIconComponent, MicOffIconComponent, MicrosoftIconComponent, Minimize2IconComponent, MinimizeIconComponent, MinusCircleIconComponent, MinusIconComponent, MinusSquareIconComponent, MongodbIconComponent, MonitorIconComponent, MoonIconComponent, MoreHorizontalIconComponent, MoreVerticalIconComponent, MousePointerIconComponent, MoveIconComponent, MultiSelectComponent, MusicIconComponent, Navigation2IconComponent, NavigationIconComponent, NetlifyIconComponent, NodejsIconComponent, NotionIconComponent, NpmIconComponent, NumberInputComponent, OctagonIconComponent, PackageIconComponent, PaginatorComponent, PaletteIconComponent, PaperclipIconComponent, PauseCircleIconComponent, PauseIconComponent, PaypalIconComponent, PenToolIconComponent, PentagonIconComponent, PercentIconComponent, PhoneCallIconComponent, PhoneForwardedIconComponent, PhoneIconComponent, PhoneIncomingIconComponent, PhoneMissedIconComponent, PhoneOffIconComponent, PhoneOutgoingIconComponent, PieChartIconComponent, PinIconComponent, PinterestIconComponent, PlayCircleIconComponent, PlayIconComponent, PlugIconComponent, PlusCircleIconComponent, PlusIconComponent, PlusSquareIconComponent, PocketIconComponent, PopoverComponent, PowerIconComponent, PrinterIconComponent, ProgressBarComponent, PythonIconComponent, QrCodeIconComponent, RadioComponent, RadioGroupComponent, RadioIconComponent, RangeSliderComponent, RatingComponent, ReactIconComponent, ReceiptIconComponent, RectangleHorizontalIconComponent, RectangleVerticalIconComponent, RedditIconComponent, RedoIconComponent, RefreshCcwIconComponent, RefreshCwIconComponent, RepeatIconComponent, RewindIconComponent, RightHalfStarIconComponent, RocketIconComponent, RotateCcwIconComponent, RotateCwIconComponent, RssIconComponent, SaveIconComponent, ScanIconComponent, ScissorsIconComponent, SearchIconComponent, SegmentedComponent, SendIconComponent, ServerIconComponent, SettingsIconComponent, Share2IconComponent, ShareIconComponent, ShieldCheckIconComponent, ShieldIconComponent, ShieldOffIconComponent, ShopifyIconComponent, ShoppingBagIconComponent, ShoppingCartIconComponent, ShuffleIconComponent, SidebarIconComponent, SkeletonComponent, SkipBackIconComponent, SkipForwardIconComponent, Slack2IconComponent, SlackIconComponent, SlashIconComponent, SliderComponent, SlidersIconComponent, SmartphoneIconComponent, SmileIconComponent, SnowflakeIconComponent, SoccerBallIconComponent, SparklesIconComponent, SpeakerIconComponent, SpinnerComponent, SpotifyIconComponent, SquareIconComponent, StarIconComponent, StepComponent, StepperComponent, StopCircleIconComponent, StripeIconComponent, SunIconComponent, SunriseIconComponent, SunsetIconComponent, SvelteIconComponent, SwitchComponent, TabComponent, TableIconComponent, TabletIconComponent, TabsComponent, TagComponent, TagIconComponent, TailwindIconComponent, TargetIconComponent, TelegramIconComponent, TerminalIconComponent, TextareaComponent, ThermometerIconComponent, ThreadsIconComponent, ThumbsDownIconComponent, ThumbsUpIconComponent, TiktokIconComponent, TimePickerComponent, TimelineComponent, TimerIconComponent, ToastComponent, ToastService, ToggleLeftIconComponent, ToggleRightIconComponent, ToolIconComponent, TooltipDirective, TransferListComponent, Trash2IconComponent, TrashIconComponent, TreeComponent, TrelloIconComponent, TrendingDownIconComponent, TrendingUpIconComponent, TriangleIconComponent, TrophyIconComponent, TruckIconComponent, TvIconComponent, Twitch2IconComponent, TwitchIconComponent, TwitterIconComponent, TypeIconComponent, UmbrellaIconComponent, UnderlineIconComponent, UndoIconComponent, UnlockIconComponent, UploadCloudIconComponent, UploadIconComponent, UserCheckIconComponent, UserIconComponent, UserMinusIconComponent, UserPlusIconComponent, UserXIconComponent, UsersIconComponent, VercelIconComponent, VideoIconComponent, VideoOffIconComponent, VirtualListComponent, VoicemailIconComponent, Volume1IconComponent, Volume2IconComponent, VolumeIconComponent, VolumeXIconComponent, VueIconComponent, WCAG_AA, WalletIconComponent, WandIconComponent, WatchIconComponent, WhatsappIconComponent, WifiIconComponent, WifiOffIconComponent, WindIconComponent, WordpressIconComponent, XCircleIconComponent, XIconComponent, XOctagonIconComponent, XSquareIconComponent, XTwitterIconComponent, Youtube2IconComponent, YoutubeIconComponent, ZapIconComponent, ZapOffIconComponent, ZoomInIconComponent, ZoomOutIconComponent, applyPalette, ar, computePopoverPosition, contrastRatio, de, derivePalette, el, en, esES, formatViolations, frFR, frenchSpacing, he, hexToOklch, hi, iconDisplayName, is, nl, oklchToHex, pl, provideEagamiUi, ptBR, relativeLuminance, ru, uk, validatePalette, visibleNodeIds, walkTree, zhCN };
|
|
39886
40633
|
//# sourceMappingURL=eagami-ui.mjs.map
|