@infineon/infineon-icons 3.0.2 → 3.0.3--canary.45.7f08fc7694779943fba47ad23e8473081001a7f8.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/dist/fonts/infineon-icons.css +138 -2
- package/dist/fonts/infineon-icons.ttf +0 -0
- package/dist/fonts/infineon-icons.woff +0 -0
- package/dist/fonts/infineon-icons.woff2 +0 -0
- package/dist/icons.js +103 -1
- package/package.json +1 -1
- package/svg/ASIC.svg +12 -0
- package/svg/ESD.svg +5 -0
- package/svg/Memories.svg +12 -0
- package/svg/academy-head.svg +28 -0
- package/svg/analogue-simulations.svg +13 -0
- package/svg/check-active.svg +4 -0
- package/svg/check-disable.svg +3 -0
- package/svg/chip-chip-hooray.svg +44 -0
- package/svg/circle.svg +3 -0
- package/svg/config.svg +17 -0
- package/svg/consumer.svg +8 -0
- package/svg/document.svg +17 -0
- package/svg/evaluation-board.svg +23 -0
- package/svg/event-confirm-16.svg +14 -0
- package/svg/fuel-electric-16.svg +6 -0
- package/svg/hearts-suit.svg +7 -0
- package/svg/hirel.svg +8 -0
- package/svg/home-appliances.svg +4 -0
- package/svg/isolator-16.svg +3 -0
- package/svg/left-arrow.svg +6 -0
- package/svg/light.svg +34 -0
- package/svg/no-results.svg +10 -0
- package/svg/offramp-gear.svg +4 -0
- package/svg/partner-offering_software.svg +24 -0
- package/svg/pen-green-16.svg +6 -0
- package/svg/read.svg +16 -0
- package/svg/right-arrow.svg +6 -0
- package/svg/robotics-16.svg +7 -0
- package/svg/scripting.svg +25 -0
- package/svg/smarthome-building-16.svg +3 -0
- package/svg/solutions.svg +11 -0
- package/svg/solved.svg +4 -0
- package/svg/support.svg +6 -0
- package/svg/wrench.svg +3 -0
@@ -4,7 +4,7 @@
|
|
4
4
|
font-style: normal;
|
5
5
|
font-weight: 400;
|
6
6
|
|
7
|
-
src: url("./infineon-icons.woff2?
|
7
|
+
src: url("./infineon-icons.woff2?1731576268676") format("woff2"), url("./infineon-icons.woff?1731576268676") format("woff"), url("./infineon-icons.ttf?1731576268676") format("truetype");
|
8
8
|
}
|
9
9
|
|
10
10
|
.icon {
|
@@ -101,10 +101,26 @@
|
|
101
101
|
}
|
102
102
|
|
103
103
|
|
104
|
+
.icon-asic::before {
|
105
|
+
content: "\ea68";
|
106
|
+
}
|
107
|
+
|
104
108
|
.icon-cart-f::before {
|
105
109
|
content: "\e901";
|
106
110
|
}
|
107
111
|
|
112
|
+
.icon-esd::before {
|
113
|
+
content: "\ea6f";
|
114
|
+
}
|
115
|
+
|
116
|
+
.icon-memories::before {
|
117
|
+
content: "\ea80";
|
118
|
+
}
|
119
|
+
|
120
|
+
.icon-academy-head::before {
|
121
|
+
content: "\ea90";
|
122
|
+
}
|
123
|
+
|
108
124
|
.icon-address-book::before {
|
109
125
|
content: "\e902";
|
110
126
|
}
|
@@ -117,6 +133,10 @@
|
|
117
133
|
content: "\e904";
|
118
134
|
}
|
119
135
|
|
136
|
+
.icon-analogue-simulations::before {
|
137
|
+
content: "\ea91";
|
138
|
+
}
|
139
|
+
|
120
140
|
.icon-antenna::before {
|
121
141
|
content: "\e905";
|
122
142
|
}
|
@@ -389,6 +409,14 @@
|
|
389
409
|
content: "\e948";
|
390
410
|
}
|
391
411
|
|
412
|
+
.icon-check-active::before {
|
413
|
+
content: "\ea69";
|
414
|
+
}
|
415
|
+
|
416
|
+
.icon-check-disable::before {
|
417
|
+
content: "\ea6a";
|
418
|
+
}
|
419
|
+
|
392
420
|
.icon-check-list::before {
|
393
421
|
content: "\e949";
|
394
422
|
}
|
@@ -417,6 +445,10 @@
|
|
417
445
|
content: "\e94f";
|
418
446
|
}
|
419
447
|
|
448
|
+
.icon-chip-chip-hooray::before {
|
449
|
+
content: "\ea6b";
|
450
|
+
}
|
451
|
+
|
420
452
|
.icon-chip-dip::before {
|
421
453
|
content: "\e950";
|
422
454
|
}
|
@@ -425,6 +457,10 @@
|
|
425
457
|
content: "\e951";
|
426
458
|
}
|
427
459
|
|
460
|
+
.icon-circle::before {
|
461
|
+
content: "\ea6c";
|
462
|
+
}
|
463
|
+
|
428
464
|
.icon-clipboard::before {
|
429
465
|
content: "\e952";
|
430
466
|
}
|
@@ -469,6 +505,14 @@
|
|
469
505
|
content: "\e95c";
|
470
506
|
}
|
471
507
|
|
508
|
+
.icon-config::before {
|
509
|
+
content: "\ea92";
|
510
|
+
}
|
511
|
+
|
512
|
+
.icon-consumer::before {
|
513
|
+
content: "\ea93";
|
514
|
+
}
|
515
|
+
|
472
516
|
.icon-contact::before {
|
473
517
|
content: "\e95d";
|
474
518
|
}
|
@@ -526,7 +570,11 @@
|
|
526
570
|
}
|
527
571
|
|
528
572
|
.icon-divider::before {
|
529
|
-
content: "\
|
573
|
+
content: "\ea6e";
|
574
|
+
}
|
575
|
+
|
576
|
+
.icon-document::before {
|
577
|
+
content: "\ea94";
|
530
578
|
}
|
531
579
|
|
532
580
|
.icon-double-chevron-left::before {
|
@@ -573,6 +621,14 @@
|
|
573
621
|
content: "\e976";
|
574
622
|
}
|
575
623
|
|
624
|
+
.icon-evaluation-board::before {
|
625
|
+
content: "\ea95";
|
626
|
+
}
|
627
|
+
|
628
|
+
.icon-event-confirm::before {
|
629
|
+
content: "\ea70";
|
630
|
+
}
|
631
|
+
|
576
632
|
.icon-facebook::before {
|
577
633
|
content: "\e977";
|
578
634
|
}
|
@@ -769,6 +825,10 @@
|
|
769
825
|
content: "\e9a7";
|
770
826
|
}
|
771
827
|
|
828
|
+
.icon-fuel-electric::before {
|
829
|
+
content: "\ea71";
|
830
|
+
}
|
831
|
+
|
772
832
|
.icon-gallery::before {
|
773
833
|
content: "\e9a8";
|
774
834
|
}
|
@@ -857,6 +917,10 @@
|
|
857
917
|
content: "\e9bd";
|
858
918
|
}
|
859
919
|
|
920
|
+
.icon-hearts-suit::before {
|
921
|
+
content: "\ea96";
|
922
|
+
}
|
923
|
+
|
860
924
|
.icon-hide::before {
|
861
925
|
content: "\e9be";
|
862
926
|
}
|
@@ -865,6 +929,10 @@
|
|
865
929
|
content: "\e9bf";
|
866
930
|
}
|
867
931
|
|
932
|
+
.icon-hirel::before {
|
933
|
+
content: "\ea97";
|
934
|
+
}
|
935
|
+
|
868
936
|
.icon-history::before {
|
869
937
|
content: "\e9c0";
|
870
938
|
}
|
@@ -873,6 +941,10 @@
|
|
873
941
|
content: "\e9c1";
|
874
942
|
}
|
875
943
|
|
944
|
+
.icon-home-appliances::before {
|
945
|
+
content: "\ea98";
|
946
|
+
}
|
947
|
+
|
876
948
|
.icon-hospital::before {
|
877
949
|
content: "\e9c2";
|
878
950
|
}
|
@@ -909,6 +981,10 @@
|
|
909
981
|
content: "\e9ca";
|
910
982
|
}
|
911
983
|
|
984
|
+
.icon-isolator::before {
|
985
|
+
content: "\ea7d";
|
986
|
+
}
|
987
|
+
|
912
988
|
.icon-key::before {
|
913
989
|
content: "\e9cb";
|
914
990
|
}
|
@@ -937,6 +1013,14 @@
|
|
937
1013
|
content: "\e9d1";
|
938
1014
|
}
|
939
1015
|
|
1016
|
+
.icon-left-arrow::before {
|
1017
|
+
content: "\ea99";
|
1018
|
+
}
|
1019
|
+
|
1020
|
+
.icon-light::before {
|
1021
|
+
content: "\ea9a";
|
1022
|
+
}
|
1023
|
+
|
940
1024
|
.icon-light-emitting-diode::before {
|
941
1025
|
content: "\e9d2";
|
942
1026
|
}
|
@@ -1073,6 +1157,14 @@
|
|
1073
1157
|
content: "\e9f3";
|
1074
1158
|
}
|
1075
1159
|
|
1160
|
+
.icon-no-results::before {
|
1161
|
+
content: "\ea9b";
|
1162
|
+
}
|
1163
|
+
|
1164
|
+
.icon-offramp-gear::before {
|
1165
|
+
content: "\ea9c";
|
1166
|
+
}
|
1167
|
+
|
1076
1168
|
.icon-ordered-list::before {
|
1077
1169
|
content: "\e9f4";
|
1078
1170
|
}
|
@@ -1093,10 +1185,18 @@
|
|
1093
1185
|
content: "\e9f8";
|
1094
1186
|
}
|
1095
1187
|
|
1188
|
+
.icon-partner-offering_software::before {
|
1189
|
+
content: "\ea9d";
|
1190
|
+
}
|
1191
|
+
|
1096
1192
|
.icon-pen::before {
|
1097
1193
|
content: "\e9f9";
|
1098
1194
|
}
|
1099
1195
|
|
1196
|
+
.icon-pen-green::before {
|
1197
|
+
content: "\ea83";
|
1198
|
+
}
|
1199
|
+
|
1100
1200
|
.icon-people::before {
|
1101
1201
|
content: "\e9fa";
|
1102
1202
|
}
|
@@ -1169,6 +1269,10 @@
|
|
1169
1269
|
content: "\ea0b";
|
1170
1270
|
}
|
1171
1271
|
|
1272
|
+
.icon-read::before {
|
1273
|
+
content: "\ea9e";
|
1274
|
+
}
|
1275
|
+
|
1172
1276
|
.icon-refresh::before {
|
1173
1277
|
content: "\ea0c";
|
1174
1278
|
}
|
@@ -1185,10 +1289,18 @@
|
|
1185
1289
|
content: "\ea0f";
|
1186
1290
|
}
|
1187
1291
|
|
1292
|
+
.icon-right-arrow::before {
|
1293
|
+
content: "\ea9f";
|
1294
|
+
}
|
1295
|
+
|
1188
1296
|
.icon-robotic-arm::before {
|
1189
1297
|
content: "\ea10";
|
1190
1298
|
}
|
1191
1299
|
|
1300
|
+
.icon-robotics::before {
|
1301
|
+
content: "\ea88";
|
1302
|
+
}
|
1303
|
+
|
1192
1304
|
.icon-rocket::before {
|
1193
1305
|
content: "\ea11";
|
1194
1306
|
}
|
@@ -1217,6 +1329,10 @@
|
|
1217
1329
|
content: "\ea17";
|
1218
1330
|
}
|
1219
1331
|
|
1332
|
+
.icon-scripting::before {
|
1333
|
+
content: "\eaa0";
|
1334
|
+
}
|
1335
|
+
|
1220
1336
|
.icon-search::before {
|
1221
1337
|
content: "\ea18";
|
1222
1338
|
}
|
@@ -1265,6 +1381,10 @@
|
|
1265
1381
|
content: "\ea23";
|
1266
1382
|
}
|
1267
1383
|
|
1384
|
+
.icon-smarthome-building::before {
|
1385
|
+
content: "\ea8b";
|
1386
|
+
}
|
1387
|
+
|
1268
1388
|
.icon-smartphone::before {
|
1269
1389
|
content: "\ea24";
|
1270
1390
|
}
|
@@ -1285,6 +1405,14 @@
|
|
1285
1405
|
content: "\ea28";
|
1286
1406
|
}
|
1287
1407
|
|
1408
|
+
.icon-solutions::before {
|
1409
|
+
content: "\eaa1";
|
1410
|
+
}
|
1411
|
+
|
1412
|
+
.icon-solved::before {
|
1413
|
+
content: "\ea8d";
|
1414
|
+
}
|
1415
|
+
|
1288
1416
|
.icon-sound::before {
|
1289
1417
|
content: "\ea29";
|
1290
1418
|
}
|
@@ -1313,6 +1441,10 @@
|
|
1313
1441
|
content: "\ea2f";
|
1314
1442
|
}
|
1315
1443
|
|
1444
|
+
.icon-support::before {
|
1445
|
+
content: "\eaa2";
|
1446
|
+
}
|
1447
|
+
|
1316
1448
|
.icon-swap-horizontal::before {
|
1317
1449
|
content: "\ea30";
|
1318
1450
|
}
|
@@ -1517,6 +1649,10 @@
|
|
1517
1649
|
content: "\ea62";
|
1518
1650
|
}
|
1519
1651
|
|
1652
|
+
.icon-wrench::before {
|
1653
|
+
content: "\eaa3";
|
1654
|
+
}
|
1655
|
+
|
1520
1656
|
.icon-xing::before {
|
1521
1657
|
content: "\ea63";
|
1522
1658
|
}
|
Binary file
|
Binary file
|
Binary file
|