@infineon/infineon-icons 3.0.2--canary.43.acd9769adf091a8fa859e94b238e4943b014869b.0 → 3.0.3--canary.45.3e29a55a45993564628be197bede3aafd421b3dd.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.
Files changed (46) hide show
  1. package/dist/fonts/infineon-icons.css +158 -2
  2. package/dist/fonts/infineon-icons.ttf +0 -0
  3. package/dist/fonts/infineon-icons.woff +0 -0
  4. package/dist/fonts/infineon-icons.woff2 +0 -0
  5. package/dist/icons.js +121 -1
  6. package/package.json +1 -1
  7. package/svg/ASIC.svg +12 -0
  8. package/svg/ESD.svg +5 -0
  9. package/svg/Memories.svg +12 -0
  10. package/svg/OfframpGear.svg +4 -0
  11. package/svg/check-active.svg +4 -0
  12. package/svg/check-disable.svg +3 -0
  13. package/svg/chip-chip-hooray.svg +44 -0
  14. package/svg/circle.svg +3 -0
  15. package/svg/consumer-48.svg +8 -0
  16. package/svg/event-confirm-16.svg +14 -0
  17. package/svg/fuel-electric-16.svg +6 -0
  18. package/svg/hearts-suit-24.svg +7 -0
  19. package/svg/hirel-48.svg +8 -0
  20. package/svg/home-16-home-appliances.svg +4 -0
  21. package/svg/icon-academy-head-48.svg +28 -0
  22. package/svg/icon-analogue-simulations-48.svg +13 -0
  23. package/svg/icon-config-48.svg +17 -0
  24. package/svg/icon-document-48.svg +17 -0
  25. package/svg/icon-evaluation-board-48.svg +23 -0
  26. package/svg/icon-light-48.svg +34 -0
  27. package/svg/icon-partner-offering_software-48.svg +24 -0
  28. package/svg/icon-read-48.svg +16 -0
  29. package/svg/icon-scripting-48.svg +25 -0
  30. package/svg/isolator-16.svg +3 -0
  31. package/svg/logo-md.svg +4 -0
  32. package/svg/logo.svg +4 -0
  33. package/svg/no-results-48.svg +10 -0
  34. package/svg/pen-green-16.svg +6 -0
  35. package/svg/pg-left-arrow-active.svg +6 -0
  36. package/svg/pg-left-arrow-faded.svg +6 -0
  37. package/svg/pg-right-arrow-active.svg +6 -0
  38. package/svg/pg-right-arrow-faded.svg +6 -0
  39. package/svg/robotics-16.svg +7 -0
  40. package/svg/signal-48.svg +11 -0
  41. package/svg/small-Signal.svg +6 -0
  42. package/svg/smarthome-building-16.svg +3 -0
  43. package/svg/solutions-48.svg +11 -0
  44. package/svg/solved.svg +4 -0
  45. package/svg/support-48.svg +6 -0
  46. package/svg/wrench-48.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?1731536334604") format("woff2"), url("./infineon-icons.woff?1731536334604") format("woff"), url("./infineon-icons.ttf?1731536334604") format("truetype");
7
+ src: url("./infineon-icons.woff2?1731575000244") format("woff2"), url("./infineon-icons.woff?1731575000244") format("woff"), url("./infineon-icons.ttf?1731575000244") 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-offrampgear::before {
121
+ content: "\ea82";
122
+ }
123
+
108
124
  .icon-address-book::before {
109
125
  content: "\e902";
110
126
  }
@@ -389,6 +405,14 @@
389
405
  content: "\e948";
390
406
  }
391
407
 
408
+ .icon-check-active::before {
409
+ content: "\ea69";
410
+ }
411
+
412
+ .icon-check-disable::before {
413
+ content: "\ea6a";
414
+ }
415
+
392
416
  .icon-check-list::before {
393
417
  content: "\e949";
394
418
  }
@@ -417,6 +441,10 @@
417
441
  content: "\e94f";
418
442
  }
419
443
 
444
+ .icon-chip-chip-hooray::before {
445
+ content: "\ea6b";
446
+ }
447
+
420
448
  .icon-chip-dip::before {
421
449
  content: "\e950";
422
450
  }
@@ -425,6 +453,10 @@
425
453
  content: "\e951";
426
454
  }
427
455
 
456
+ .icon-circle::before {
457
+ content: "\ea6c";
458
+ }
459
+
428
460
  .icon-clipboard::before {
429
461
  content: "\e952";
430
462
  }
@@ -469,6 +501,10 @@
469
501
  content: "\e95c";
470
502
  }
471
503
 
504
+ .icon-consumer-48::before {
505
+ content: "\ea6d";
506
+ }
507
+
472
508
  .icon-contact::before {
473
509
  content: "\e95d";
474
510
  }
@@ -526,7 +562,7 @@
526
562
  }
527
563
 
528
564
  .icon-divider::before {
529
- content: "\e96b";
565
+ content: "\ea6e";
530
566
  }
531
567
 
532
568
  .icon-double-chevron-left::before {
@@ -573,6 +609,10 @@
573
609
  content: "\e976";
574
610
  }
575
611
 
612
+ .icon-event-confirm::before {
613
+ content: "\ea70";
614
+ }
615
+
576
616
  .icon-facebook::before {
577
617
  content: "\e977";
578
618
  }
@@ -769,6 +809,10 @@
769
809
  content: "\e9a7";
770
810
  }
771
811
 
812
+ .icon-fuel-electric::before {
813
+ content: "\ea71";
814
+ }
815
+
772
816
  .icon-gallery::before {
773
817
  content: "\e9a8";
774
818
  }
@@ -865,6 +909,10 @@
865
909
  content: "\e9bf";
866
910
  }
867
911
 
912
+ .icon-hirel-48::before {
913
+ content: "\ea72";
914
+ }
915
+
868
916
  .icon-history::before {
869
917
  content: "\e9c0";
870
918
  }
@@ -873,6 +921,10 @@
873
921
  content: "\e9c1";
874
922
  }
875
923
 
924
+ .icon-home-16-home-appliances::before {
925
+ content: "\ea73";
926
+ }
927
+
876
928
  .icon-hospital::before {
877
929
  content: "\e9c2";
878
930
  }
@@ -889,6 +941,42 @@
889
941
  content: "\e9c5";
890
942
  }
891
943
 
944
+ .icon-icon-academy-head-48::before {
945
+ content: "\ea74";
946
+ }
947
+
948
+ .icon-icon-analogue-simulations-48::before {
949
+ content: "\ea75";
950
+ }
951
+
952
+ .icon-icon-config-48::before {
953
+ content: "\ea76";
954
+ }
955
+
956
+ .icon-icon-document-48::before {
957
+ content: "\ea77";
958
+ }
959
+
960
+ .icon-icon-evaluation-board-48::before {
961
+ content: "\ea78";
962
+ }
963
+
964
+ .icon-icon-light-48::before {
965
+ content: "\ea79";
966
+ }
967
+
968
+ .icon-icon-partner-offering_software-48::before {
969
+ content: "\ea7a";
970
+ }
971
+
972
+ .icon-icon-read-48::before {
973
+ content: "\ea7b";
974
+ }
975
+
976
+ .icon-icon-scripting-48::before {
977
+ content: "\ea7c";
978
+ }
979
+
892
980
  .icon-image::before {
893
981
  content: "\e9c6";
894
982
  }
@@ -909,6 +997,10 @@
909
997
  content: "\e9ca";
910
998
  }
911
999
 
1000
+ .icon-isolator::before {
1001
+ content: "\ea7d";
1002
+ }
1003
+
912
1004
  .icon-key::before {
913
1005
  content: "\e9cb";
914
1006
  }
@@ -977,6 +1069,14 @@
977
1069
  content: "\e9db";
978
1070
  }
979
1071
 
1072
+ .icon-logo::before {
1073
+ content: "\ea7f";
1074
+ }
1075
+
1076
+ .icon-logo-md::before {
1077
+ content: "\ea7e";
1078
+ }
1079
+
980
1080
  .icon-logout::before {
981
1081
  content: "\e9dc";
982
1082
  }
@@ -1073,6 +1173,10 @@
1073
1173
  content: "\e9f3";
1074
1174
  }
1075
1175
 
1176
+ .icon-no-results-48::before {
1177
+ content: "\ea81";
1178
+ }
1179
+
1076
1180
  .icon-ordered-list::before {
1077
1181
  content: "\e9f4";
1078
1182
  }
@@ -1097,10 +1201,30 @@
1097
1201
  content: "\e9f9";
1098
1202
  }
1099
1203
 
1204
+ .icon-pen-green::before {
1205
+ content: "\ea83";
1206
+ }
1207
+
1100
1208
  .icon-people::before {
1101
1209
  content: "\e9fa";
1102
1210
  }
1103
1211
 
1212
+ .icon-pg-left-arrow-active::before {
1213
+ content: "\ea84";
1214
+ }
1215
+
1216
+ .icon-pg-left-arrow-faded::before {
1217
+ content: "\ea85";
1218
+ }
1219
+
1220
+ .icon-pg-right-arrow-active::before {
1221
+ content: "\ea86";
1222
+ }
1223
+
1224
+ .icon-pg-right-arrow-faded::before {
1225
+ content: "\ea87";
1226
+ }
1227
+
1104
1228
  .icon-phone::before {
1105
1229
  content: "\e9fb";
1106
1230
  }
@@ -1189,6 +1313,10 @@
1189
1313
  content: "\ea10";
1190
1314
  }
1191
1315
 
1316
+ .icon-robotics::before {
1317
+ content: "\ea88";
1318
+ }
1319
+
1192
1320
  .icon-rocket::before {
1193
1321
  content: "\ea11";
1194
1322
  }
@@ -1253,6 +1381,10 @@
1253
1381
  content: "\ea20";
1254
1382
  }
1255
1383
 
1384
+ .icon-signal-48::before {
1385
+ content: "\ea89";
1386
+ }
1387
+
1256
1388
  .icon-simulation::before {
1257
1389
  content: "\ea21";
1258
1390
  }
@@ -1265,6 +1397,14 @@
1265
1397
  content: "\ea23";
1266
1398
  }
1267
1399
 
1400
+ .icon-small-signal::before {
1401
+ content: "\ea8a";
1402
+ }
1403
+
1404
+ .icon-smarthome-building::before {
1405
+ content: "\ea8b";
1406
+ }
1407
+
1268
1408
  .icon-smartphone::before {
1269
1409
  content: "\ea24";
1270
1410
  }
@@ -1285,6 +1425,14 @@
1285
1425
  content: "\ea28";
1286
1426
  }
1287
1427
 
1428
+ .icon-solutions-48::before {
1429
+ content: "\ea8c";
1430
+ }
1431
+
1432
+ .icon-solved::before {
1433
+ content: "\ea8d";
1434
+ }
1435
+
1288
1436
  .icon-sound::before {
1289
1437
  content: "\ea29";
1290
1438
  }
@@ -1313,6 +1461,10 @@
1313
1461
  content: "\ea2f";
1314
1462
  }
1315
1463
 
1464
+ .icon-support-48::before {
1465
+ content: "\ea8e";
1466
+ }
1467
+
1316
1468
  .icon-swap-horizontal::before {
1317
1469
  content: "\ea30";
1318
1470
  }
@@ -1517,6 +1669,10 @@
1517
1669
  content: "\ea62";
1518
1670
  }
1519
1671
 
1672
+ .icon-wrench-48::before {
1673
+ content: "\ea8f";
1674
+ }
1675
+
1520
1676
  .icon-xing::before {
1521
1677
  content: "\ea63";
1522
1678
  }
Binary file
Binary file
Binary file