Skip to content

Commit 4905076

Browse files
New icon (#492)
* style: new icon Added windshield washer icon * style: lint fix
1 parent c207de5 commit 4905076

15 files changed

+984
-4
lines changed
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading

icons/fonts/AxisSystemIcons-Filled.css

Lines changed: 106 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@font-face {
22
font-family: "AxisSystemIcons-Filled";
3-
src: url("./AxisSystemIcons-Filled.ttf?69b09619514167f8ee44565c77e091f7") format("truetype");
3+
src: url("./AxisSystemIcons-Filled.ttf?82a2930ccfe4abcc9f00f662ae0ad6ae") format("truetype");
44
}
55

66
i[class^="icon-"]:before, i[class*=" icon-"]:before {
@@ -1391,3 +1391,108 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
13911391
.icon-ic_axis_air_quality_monitoring_24_filled:before {
13921392
content: "\f2cb";
13931393
}
1394+
.icon-ic_axis_breaking_glass_20_filled:before {
1395+
content: "\f2cc";
1396+
}
1397+
.icon-ic_axis_breaking_glass_24_filled:before {
1398+
content: "\f2cd";
1399+
}
1400+
.icon-ic_axis_breaking_glass_28_filled:before {
1401+
content: "\f2ce";
1402+
}
1403+
.icon-ic_axis_breaking_glass_32_filled:before {
1404+
content: "\f2cf";
1405+
}
1406+
.icon-ic_axis_breaking_glass_48_filled:before {
1407+
content: "\f2d0";
1408+
}
1409+
.icon-ic_axis_cough_20_filled:before {
1410+
content: "\f2d1";
1411+
}
1412+
.icon-ic_axis_cough_24_filled:before {
1413+
content: "\f2d2";
1414+
}
1415+
.icon-ic_axis_cough_28_filled:before {
1416+
content: "\f2d3";
1417+
}
1418+
.icon-ic_axis_cough_32_filled:before {
1419+
content: "\f2d4";
1420+
}
1421+
.icon-ic_axis_cough_48_filled:before {
1422+
content: "\f2d5";
1423+
}
1424+
.icon-ic_axis_loud_noise_20_filled:before {
1425+
content: "\f2d6";
1426+
}
1427+
.icon-ic_axis_loud_noise_24_filled:before {
1428+
content: "\f2d7";
1429+
}
1430+
.icon-ic_axis_loud_noise_28_filled:before {
1431+
content: "\f2d8";
1432+
}
1433+
.icon-ic_axis_loud_noise_32_filled:before {
1434+
content: "\f2d9";
1435+
}
1436+
.icon-ic_axis_loud_noise_48_filled:before {
1437+
content: "\f2da";
1438+
}
1439+
.icon-ic_axis_scream_16_filled:before {
1440+
content: "\f2db";
1441+
}
1442+
.icon-ic_axis_scream_20_filled:before {
1443+
content: "\f2dc";
1444+
}
1445+
.icon-ic_axis_scream_24_filled:before {
1446+
content: "\f2dd";
1447+
}
1448+
.icon-ic_axis_scream_28_filled:before {
1449+
content: "\f2de";
1450+
}
1451+
.icon-ic_axis_scream_32_filled:before {
1452+
content: "\f2df";
1453+
}
1454+
.icon-ic_axis_scream_48_filled:before {
1455+
content: "\f2e0";
1456+
}
1457+
.icon-ic_axis_shout_16_filled:before {
1458+
content: "\f2e1";
1459+
}
1460+
.icon-ic_axis_shout_20_filled:before {
1461+
content: "\f2e2";
1462+
}
1463+
.icon-ic_axis_shout_24_filled:before {
1464+
content: "\f2e3";
1465+
}
1466+
.icon-ic_axis_shout_28_filled:before {
1467+
content: "\f2e4";
1468+
}
1469+
.icon-ic_axis_shout_32_filled:before {
1470+
content: "\f2e5";
1471+
}
1472+
.icon-ic_axis_shout_48_filled:before {
1473+
content: "\f2e6";
1474+
}
1475+
.icon-ic_axis_speak_16_filled:before {
1476+
content: "\f2e7";
1477+
}
1478+
.icon-ic_axis_speak_20_filled:before {
1479+
content: "\f2e8";
1480+
}
1481+
.icon-ic_axis_speak_24_filled:before {
1482+
content: "\f2e9";
1483+
}
1484+
.icon-ic_axis_speak_28_filled:before {
1485+
content: "\f2ea";
1486+
}
1487+
.icon-ic_axis_speak_32_filled:before {
1488+
content: "\f2eb";
1489+
}
1490+
.icon-ic_axis_speak_48_filled:before {
1491+
content: "\f2ec";
1492+
}
1493+
.icon-ic_axis_windshield_washer_20_filled:before {
1494+
content: "\f2ed";
1495+
}
1496+
.icon-ic_axis_windshield_washer_24_filled:before {
1497+
content: "\f2ee";
1498+
}

0 commit comments

Comments
 (0)