@quasar/extras 1.11.5 → 1.12.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/README.md +9 -8
- package/bootstrap-icons/bootstrap-icons.css +210 -0
- package/ionicons-v6/LICENSE +21 -0
- package/ionicons-v6/index.d.ts +1334 -0
- package/ionicons-v6/index.js +1334 -0
- package/material-icons/index.d.ts +30 -0
- package/material-icons/index.js +30 -0
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
- package/material-icons-outlined/index.d.ts +30 -0
- package/material-icons-outlined/index.js +30 -0
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
- package/material-icons-round/index.d.ts +30 -0
- package/material-icons-round/index.js +30 -0
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
- package/material-icons-sharp/index.d.ts +30 -0
- package/material-icons-sharp/index.js +30 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
- package/mdi-v6/mdi-v6.css +1201 -2
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -23,10 +23,10 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
23
23
|
| --- | --- | --- | --- | --- | --- |
|
|
24
24
|
| Roboto Font | CDN v29 | `roboto-font` | Recommended font along Material theme | | [License](roboto-font/LICENSE) |
|
|
25
25
|
| Roboto Font Latin Extended | CDN v29 | `roboto-font-latin-ext` | Recommended font along Material theme | | [License](roboto-font-latin-ext/LICENSE) |
|
|
26
|
-
| [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN
|
|
27
|
-
| [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN
|
|
28
|
-
| [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN
|
|
29
|
-
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN
|
|
26
|
+
| [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v115 | `material-icons` | Material icons font | Requires: @quasar/extras 1.2.0+ | [License](material-icons/LICENSE) |
|
|
27
|
+
| [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v90 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-outlined/LICENSE) |
|
|
28
|
+
| [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v89 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-round/LICENSE) |
|
|
29
|
+
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v90 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-sharp/LICENSE) |
|
|
30
30
|
| [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.4.95 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
|
|
31
31
|
| [MDI v5](https://materialdesignicons.com/) (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
|
|
32
32
|
| MDI v4 (Material Design Icons) | 4.9.95 | `mdi-v4` | Extended Material Design icons font | | [License](mdi-v4/license.md) |
|
|
@@ -48,14 +48,15 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
48
48
|
|
|
49
49
|
| Vendor | Version | Quasar IconSet name | Import Icons from | Notes | License |
|
|
50
50
|
| --- | --- | --- | --- | --- | --- |
|
|
51
|
-
| [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN
|
|
52
|
-
| [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN
|
|
53
|
-
| [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN
|
|
54
|
-
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN
|
|
51
|
+
| [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v115 | `svg-material-icons` | `@quasar/extras/material-icons` | | [License](material-icons/LICENSE) |
|
|
52
|
+
| [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v90 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
|
|
53
|
+
| [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v89 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
|
|
54
|
+
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v90 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
|
|
55
55
|
| [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.4.95 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
|
|
56
56
|
| [MDI v5](https://materialdesignicons.com/) (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
|
|
57
57
|
| MDI v4 (Material Design Icons) | 4.9.95 | `svg-mdi-v4` | `@quasar/extras/mdi-v4` | | [License](mdi-v4/license.md) |
|
|
58
58
|
| [Font Awesome](https://fontawesome.com/icons?d=gallery) | 5.15.4 | `svg-fontawesome-v5` | `@quasar/extras/fontawesome-v5` | | [License](fontawesome-v5/LICENSE.txt) |
|
|
59
|
+
| [Ionicons v6](https://ionicons.com/) | 6.0.0 | `svg-ionicons-v6` | `@quasar/extras/ionicons-v6` | Requires: @quasar/extras 1.12+ | [Icon License](ionicons-v6/LICENSE) |
|
|
59
60
|
| [Ionicons v5](https://ionicons.com/) | 5.5.4 | `svg-ionicons-v5` | `@quasar/extras/ionicons-v5` | Requires: @quasar/extras 1.7+ | [Icon License](ionicons-v5/LICENSE) |
|
|
60
61
|
| [Ionicons v4](https://ionicons.com/v4/) | 4.6.3 | `svg-ionicons-v4` | `@quasar/extras/ionicons-v4` | No icon font (woof) files for Ionicons since v4.6.3 | [Icon License](ionicons-v4/LICENSE) |
|
|
61
62
|
| [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `svg-eva-icons` | `@quasar/extras/eva-icons` | | [License](eva-icons/LICENSE) |
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
url("./bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
|
|
10
10
|
} */
|
|
11
11
|
|
|
12
|
+
.bi::before,
|
|
12
13
|
[class^="bi-"]::before,
|
|
13
14
|
[class*=" bi-"]::before {
|
|
14
15
|
display: inline-block;
|
|
@@ -23,6 +24,7 @@ url("./bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
|
|
|
23
24
|
-moz-osx-font-smoothing: grayscale;
|
|
24
25
|
}
|
|
25
26
|
|
|
27
|
+
.bi-123::before { content: "\f67f"; }
|
|
26
28
|
.bi-alarm-fill::before { content: "\f101"; }
|
|
27
29
|
.bi-alarm::before { content: "\f102"; }
|
|
28
30
|
.bi-align-bottom::before { content: "\f103"; }
|
|
@@ -1348,3 +1350,211 @@ url("./bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
|
|
|
1348
1350
|
.bi-youtube::before { content: "\f62b"; }
|
|
1349
1351
|
.bi-zoom-in::before { content: "\f62c"; }
|
|
1350
1352
|
.bi-zoom-out::before { content: "\f62d"; }
|
|
1353
|
+
.bi-bank::before { content: "\f62e"; }
|
|
1354
|
+
.bi-bank2::before { content: "\f62f"; }
|
|
1355
|
+
.bi-bell-slash-fill::before { content: "\f630"; }
|
|
1356
|
+
.bi-bell-slash::before { content: "\f631"; }
|
|
1357
|
+
.bi-cash-coin::before { content: "\f632"; }
|
|
1358
|
+
.bi-check-lg::before { content: "\f633"; }
|
|
1359
|
+
.bi-coin::before { content: "\f634"; }
|
|
1360
|
+
.bi-currency-bitcoin::before { content: "\f635"; }
|
|
1361
|
+
.bi-currency-dollar::before { content: "\f636"; }
|
|
1362
|
+
.bi-currency-euro::before { content: "\f637"; }
|
|
1363
|
+
.bi-currency-exchange::before { content: "\f638"; }
|
|
1364
|
+
.bi-currency-pound::before { content: "\f639"; }
|
|
1365
|
+
.bi-currency-yen::before { content: "\f63a"; }
|
|
1366
|
+
.bi-dash-lg::before { content: "\f63b"; }
|
|
1367
|
+
.bi-exclamation-lg::before { content: "\f63c"; }
|
|
1368
|
+
.bi-file-earmark-pdf-fill::before { content: "\f63d"; }
|
|
1369
|
+
.bi-file-earmark-pdf::before { content: "\f63e"; }
|
|
1370
|
+
.bi-file-pdf-fill::before { content: "\f63f"; }
|
|
1371
|
+
.bi-file-pdf::before { content: "\f640"; }
|
|
1372
|
+
.bi-gender-ambiguous::before { content: "\f641"; }
|
|
1373
|
+
.bi-gender-female::before { content: "\f642"; }
|
|
1374
|
+
.bi-gender-male::before { content: "\f643"; }
|
|
1375
|
+
.bi-gender-trans::before { content: "\f644"; }
|
|
1376
|
+
.bi-headset-vr::before { content: "\f645"; }
|
|
1377
|
+
.bi-info-lg::before { content: "\f646"; }
|
|
1378
|
+
.bi-mastodon::before { content: "\f647"; }
|
|
1379
|
+
.bi-messenger::before { content: "\f648"; }
|
|
1380
|
+
.bi-piggy-bank-fill::before { content: "\f649"; }
|
|
1381
|
+
.bi-piggy-bank::before { content: "\f64a"; }
|
|
1382
|
+
.bi-pin-map-fill::before { content: "\f64b"; }
|
|
1383
|
+
.bi-pin-map::before { content: "\f64c"; }
|
|
1384
|
+
.bi-plus-lg::before { content: "\f64d"; }
|
|
1385
|
+
.bi-question-lg::before { content: "\f64e"; }
|
|
1386
|
+
.bi-recycle::before { content: "\f64f"; }
|
|
1387
|
+
.bi-reddit::before { content: "\f650"; }
|
|
1388
|
+
.bi-safe-fill::before { content: "\f651"; }
|
|
1389
|
+
.bi-safe2-fill::before { content: "\f652"; }
|
|
1390
|
+
.bi-safe2::before { content: "\f653"; }
|
|
1391
|
+
.bi-sd-card-fill::before { content: "\f654"; }
|
|
1392
|
+
.bi-sd-card::before { content: "\f655"; }
|
|
1393
|
+
.bi-skype::before { content: "\f656"; }
|
|
1394
|
+
.bi-slash-lg::before { content: "\f657"; }
|
|
1395
|
+
.bi-translate::before { content: "\f658"; }
|
|
1396
|
+
.bi-x-lg::before { content: "\f659"; }
|
|
1397
|
+
.bi-safe::before { content: "\f65a"; }
|
|
1398
|
+
.bi-apple::before { content: "\f65b"; }
|
|
1399
|
+
.bi-microsoft::before { content: "\f65d"; }
|
|
1400
|
+
.bi-windows::before { content: "\f65e"; }
|
|
1401
|
+
.bi-behance::before { content: "\f65c"; }
|
|
1402
|
+
.bi-dribbble::before { content: "\f65f"; }
|
|
1403
|
+
.bi-line::before { content: "\f660"; }
|
|
1404
|
+
.bi-medium::before { content: "\f661"; }
|
|
1405
|
+
.bi-paypal::before { content: "\f662"; }
|
|
1406
|
+
.bi-pinterest::before { content: "\f663"; }
|
|
1407
|
+
.bi-signal::before { content: "\f664"; }
|
|
1408
|
+
.bi-snapchat::before { content: "\f665"; }
|
|
1409
|
+
.bi-spotify::before { content: "\f666"; }
|
|
1410
|
+
.bi-stack-overflow::before { content: "\f667"; }
|
|
1411
|
+
.bi-strava::before { content: "\f668"; }
|
|
1412
|
+
.bi-wordpress::before { content: "\f669"; }
|
|
1413
|
+
.bi-vimeo::before { content: "\f66a"; }
|
|
1414
|
+
.bi-activity::before { content: "\f66b"; }
|
|
1415
|
+
.bi-easel2-fill::before { content: "\f66c"; }
|
|
1416
|
+
.bi-easel2::before { content: "\f66d"; }
|
|
1417
|
+
.bi-easel3-fill::before { content: "\f66e"; }
|
|
1418
|
+
.bi-easel3::before { content: "\f66f"; }
|
|
1419
|
+
.bi-fan::before { content: "\f670"; }
|
|
1420
|
+
.bi-fingerprint::before { content: "\f671"; }
|
|
1421
|
+
.bi-graph-down-arrow::before { content: "\f672"; }
|
|
1422
|
+
.bi-graph-up-arrow::before { content: "\f673"; }
|
|
1423
|
+
.bi-hypnotize::before { content: "\f674"; }
|
|
1424
|
+
.bi-magic::before { content: "\f675"; }
|
|
1425
|
+
.bi-person-rolodex::before { content: "\f676"; }
|
|
1426
|
+
.bi-person-video::before { content: "\f677"; }
|
|
1427
|
+
.bi-person-video2::before { content: "\f678"; }
|
|
1428
|
+
.bi-person-video3::before { content: "\f679"; }
|
|
1429
|
+
.bi-person-workspace::before { content: "\f67a"; }
|
|
1430
|
+
.bi-radioactive::before { content: "\f67b"; }
|
|
1431
|
+
.bi-webcam-fill::before { content: "\f67c"; }
|
|
1432
|
+
.bi-webcam::before { content: "\f67d"; }
|
|
1433
|
+
.bi-yin-yang::before { content: "\f67e"; }
|
|
1434
|
+
.bi-bandaid-fill::before { content: "\f680"; }
|
|
1435
|
+
.bi-bandaid::before { content: "\f681"; }
|
|
1436
|
+
.bi-bluetooth::before { content: "\f682"; }
|
|
1437
|
+
.bi-body-text::before { content: "\f683"; }
|
|
1438
|
+
.bi-boombox::before { content: "\f684"; }
|
|
1439
|
+
.bi-boxes::before { content: "\f685"; }
|
|
1440
|
+
.bi-dpad-fill::before { content: "\f686"; }
|
|
1441
|
+
.bi-dpad::before { content: "\f687"; }
|
|
1442
|
+
.bi-ear-fill::before { content: "\f688"; }
|
|
1443
|
+
.bi-ear::before { content: "\f689"; }
|
|
1444
|
+
.bi-envelope-check-1::before { content: "\f68a"; }
|
|
1445
|
+
.bi-envelope-check-fill::before { content: "\f68b"; }
|
|
1446
|
+
.bi-envelope-check::before { content: "\f68c"; }
|
|
1447
|
+
.bi-envelope-dash-1::before { content: "\f68d"; }
|
|
1448
|
+
.bi-envelope-dash-fill::before { content: "\f68e"; }
|
|
1449
|
+
.bi-envelope-dash::before { content: "\f68f"; }
|
|
1450
|
+
.bi-envelope-exclamation-1::before { content: "\f690"; }
|
|
1451
|
+
.bi-envelope-exclamation-fill::before { content: "\f691"; }
|
|
1452
|
+
.bi-envelope-exclamation::before { content: "\f692"; }
|
|
1453
|
+
.bi-envelope-plus-fill::before { content: "\f693"; }
|
|
1454
|
+
.bi-envelope-plus::before { content: "\f694"; }
|
|
1455
|
+
.bi-envelope-slash-1::before { content: "\f695"; }
|
|
1456
|
+
.bi-envelope-slash-fill::before { content: "\f696"; }
|
|
1457
|
+
.bi-envelope-slash::before { content: "\f697"; }
|
|
1458
|
+
.bi-envelope-x-1::before { content: "\f698"; }
|
|
1459
|
+
.bi-envelope-x-fill::before { content: "\f699"; }
|
|
1460
|
+
.bi-envelope-x::before { content: "\f69a"; }
|
|
1461
|
+
.bi-explicit-fill::before { content: "\f69b"; }
|
|
1462
|
+
.bi-explicit::before { content: "\f69c"; }
|
|
1463
|
+
.bi-git::before { content: "\f69d"; }
|
|
1464
|
+
.bi-infinity::before { content: "\f69e"; }
|
|
1465
|
+
.bi-list-columns-reverse::before { content: "\f69f"; }
|
|
1466
|
+
.bi-list-columns::before { content: "\f6a0"; }
|
|
1467
|
+
.bi-meta::before { content: "\f6a1"; }
|
|
1468
|
+
.bi-mortorboard-fill::before { content: "\f6a2"; }
|
|
1469
|
+
.bi-mortorboard::before { content: "\f6a3"; }
|
|
1470
|
+
.bi-nintendo-switch::before { content: "\f6a4"; }
|
|
1471
|
+
.bi-pc-display-horizontal::before { content: "\f6a5"; }
|
|
1472
|
+
.bi-pc-display::before { content: "\f6a6"; }
|
|
1473
|
+
.bi-pc-horizontal::before { content: "\f6a7"; }
|
|
1474
|
+
.bi-pc::before { content: "\f6a8"; }
|
|
1475
|
+
.bi-playstation::before { content: "\f6a9"; }
|
|
1476
|
+
.bi-plus-slash-minus::before { content: "\f6aa"; }
|
|
1477
|
+
.bi-projector-fill::before { content: "\f6ab"; }
|
|
1478
|
+
.bi-projector::before { content: "\f6ac"; }
|
|
1479
|
+
.bi-qr-code-scan::before { content: "\f6ad"; }
|
|
1480
|
+
.bi-qr-code::before { content: "\f6ae"; }
|
|
1481
|
+
.bi-quora::before { content: "\f6af"; }
|
|
1482
|
+
.bi-quote::before { content: "\f6b0"; }
|
|
1483
|
+
.bi-robot::before { content: "\f6b1"; }
|
|
1484
|
+
.bi-send-check-fill::before { content: "\f6b2"; }
|
|
1485
|
+
.bi-send-check::before { content: "\f6b3"; }
|
|
1486
|
+
.bi-send-dash-fill::before { content: "\f6b4"; }
|
|
1487
|
+
.bi-send-dash::before { content: "\f6b5"; }
|
|
1488
|
+
.bi-send-exclamation-1::before { content: "\f6b6"; }
|
|
1489
|
+
.bi-send-exclamation-fill::before { content: "\f6b7"; }
|
|
1490
|
+
.bi-send-exclamation::before { content: "\f6b8"; }
|
|
1491
|
+
.bi-send-fill::before { content: "\f6b9"; }
|
|
1492
|
+
.bi-send-plus-fill::before { content: "\f6ba"; }
|
|
1493
|
+
.bi-send-plus::before { content: "\f6bb"; }
|
|
1494
|
+
.bi-send-slash-fill::before { content: "\f6bc"; }
|
|
1495
|
+
.bi-send-slash::before { content: "\f6bd"; }
|
|
1496
|
+
.bi-send-x-fill::before { content: "\f6be"; }
|
|
1497
|
+
.bi-send-x::before { content: "\f6bf"; }
|
|
1498
|
+
.bi-send::before { content: "\f6c0"; }
|
|
1499
|
+
.bi-steam::before { content: "\f6c1"; }
|
|
1500
|
+
.bi-terminal-dash-1::before { content: "\f6c2"; }
|
|
1501
|
+
.bi-terminal-dash::before { content: "\f6c3"; }
|
|
1502
|
+
.bi-terminal-plus::before { content: "\f6c4"; }
|
|
1503
|
+
.bi-terminal-split::before { content: "\f6c5"; }
|
|
1504
|
+
.bi-ticket-detailed-fill::before { content: "\f6c6"; }
|
|
1505
|
+
.bi-ticket-detailed::before { content: "\f6c7"; }
|
|
1506
|
+
.bi-ticket-fill::before { content: "\f6c8"; }
|
|
1507
|
+
.bi-ticket-perferated-fill::before { content: "\f6c9"; }
|
|
1508
|
+
.bi-ticket-perferated::before { content: "\f6ca"; }
|
|
1509
|
+
.bi-ticket::before { content: "\f6cb"; }
|
|
1510
|
+
.bi-tiktok::before { content: "\f6cc"; }
|
|
1511
|
+
.bi-window-dash::before { content: "\f6cd"; }
|
|
1512
|
+
.bi-window-desktop::before { content: "\f6ce"; }
|
|
1513
|
+
.bi-window-fullscreen::before { content: "\f6cf"; }
|
|
1514
|
+
.bi-window-plus::before { content: "\f6d0"; }
|
|
1515
|
+
.bi-window-split::before { content: "\f6d1"; }
|
|
1516
|
+
.bi-window-stack::before { content: "\f6d2"; }
|
|
1517
|
+
.bi-window-x::before { content: "\f6d3"; }
|
|
1518
|
+
.bi-xbox::before { content: "\f6d4"; }
|
|
1519
|
+
.bi-ethernet::before { content: "\f6d5"; }
|
|
1520
|
+
.bi-hdmi-fill::before { content: "\f6d6"; }
|
|
1521
|
+
.bi-hdmi::before { content: "\f6d7"; }
|
|
1522
|
+
.bi-usb-c-fill::before { content: "\f6d8"; }
|
|
1523
|
+
.bi-usb-c::before { content: "\f6d9"; }
|
|
1524
|
+
.bi-usb-fill::before { content: "\f6da"; }
|
|
1525
|
+
.bi-usb-plug-fill::before { content: "\f6db"; }
|
|
1526
|
+
.bi-usb-plug::before { content: "\f6dc"; }
|
|
1527
|
+
.bi-usb-symbol::before { content: "\f6dd"; }
|
|
1528
|
+
.bi-usb::before { content: "\f6de"; }
|
|
1529
|
+
.bi-boombox-fill::before { content: "\f6df"; }
|
|
1530
|
+
.bi-displayport-1::before { content: "\f6e0"; }
|
|
1531
|
+
.bi-displayport::before { content: "\f6e1"; }
|
|
1532
|
+
.bi-gpu-card::before { content: "\f6e2"; }
|
|
1533
|
+
.bi-memory::before { content: "\f6e3"; }
|
|
1534
|
+
.bi-modem-fill::before { content: "\f6e4"; }
|
|
1535
|
+
.bi-modem::before { content: "\f6e5"; }
|
|
1536
|
+
.bi-motherboard-fill::before { content: "\f6e6"; }
|
|
1537
|
+
.bi-motherboard::before { content: "\f6e7"; }
|
|
1538
|
+
.bi-optical-audio-fill::before { content: "\f6e8"; }
|
|
1539
|
+
.bi-optical-audio::before { content: "\f6e9"; }
|
|
1540
|
+
.bi-pci-card::before { content: "\f6ea"; }
|
|
1541
|
+
.bi-router-fill::before { content: "\f6eb"; }
|
|
1542
|
+
.bi-router::before { content: "\f6ec"; }
|
|
1543
|
+
.bi-ssd-fill::before { content: "\f6ed"; }
|
|
1544
|
+
.bi-ssd::before { content: "\f6ee"; }
|
|
1545
|
+
.bi-thunderbolt-fill::before { content: "\f6ef"; }
|
|
1546
|
+
.bi-thunderbolt::before { content: "\f6f0"; }
|
|
1547
|
+
.bi-usb-drive-fill::before { content: "\f6f1"; }
|
|
1548
|
+
.bi-usb-drive::before { content: "\f6f2"; }
|
|
1549
|
+
.bi-usb-micro-fill::before { content: "\f6f3"; }
|
|
1550
|
+
.bi-usb-micro::before { content: "\f6f4"; }
|
|
1551
|
+
.bi-usb-mini-fill::before { content: "\f6f5"; }
|
|
1552
|
+
.bi-usb-mini::before { content: "\f6f6"; }
|
|
1553
|
+
.bi-cloud-haze2::before { content: "\f6f7"; }
|
|
1554
|
+
.bi-device-hdd-fill::before { content: "\f6f8"; }
|
|
1555
|
+
.bi-device-hdd::before { content: "\f6f9"; }
|
|
1556
|
+
.bi-device-ssd-fill::before { content: "\f6fa"; }
|
|
1557
|
+
.bi-device-ssd::before { content: "\f6fb"; }
|
|
1558
|
+
.bi-displayport-fill::before { content: "\f6fc"; }
|
|
1559
|
+
.bi-mortarboard-fill::before { content: "\f6fd"; }
|
|
1560
|
+
.bi-mortarboard::before { content: "\f6fe"; }
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2015-present Ionic (http://ionic.io/)
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|