Skip to content

Commit db3eab4

Browse files
style: New icons (#349)
Added icons for start and end point (usually used as export markers)
1 parent 88b3db0 commit db3eab4

19 files changed

+154
-6
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
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: 13 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?f3d2794607986c388270ef193102c639") format("truetype");
3+
src: url("./AxisSystemIcons-Filled.ttf?2099b85a18225c7bb5707b3b07edc502") format("truetype");
44
}
55

66
i[class^="icon-"]:before, i[class*=" icon-"]:before {
@@ -1157,3 +1157,15 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
11571157
.icon-ic_axis_wrong_way_detection_24_filled:before {
11581158
content: "\f27d";
11591159
}
1160+
.icon-ic_axis_set_end_point_16_filled:before {
1161+
content: "\f27e";
1162+
}
1163+
.icon-ic_axis_set_end_point_20_filled:before {
1164+
content: "\f27f";
1165+
}
1166+
.icon-ic_axis_set_start_point_16_filled:before {
1167+
content: "\f280";
1168+
}
1169+
.icon-ic_axis_set_start_point_20_filled:before {
1170+
content: "\f281";
1171+
}

icons/fonts/AxisSystemIcons-Filled.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2563,6 +2563,42 @@ <h1>AxisSystemIcons-Filled</h1>
25632563
</div>
25642564

25652565

2566+
<div class="preview">
2567+
<span class="inner">
2568+
<i class=" icon-ic_axis_set_end_point_16_filled"></i>
2569+
</span>
2570+
<br>
2571+
<span class='label'>ic_axis_set_end_point_16_filled</span>
2572+
</div>
2573+
2574+
2575+
<div class="preview">
2576+
<span class="inner">
2577+
<i class=" icon-ic_axis_set_end_point_20_filled"></i>
2578+
</span>
2579+
<br>
2580+
<span class='label'>ic_axis_set_end_point_20_filled</span>
2581+
</div>
2582+
2583+
2584+
<div class="preview">
2585+
<span class="inner">
2586+
<i class=" icon-ic_axis_set_start_point_16_filled"></i>
2587+
</span>
2588+
<br>
2589+
<span class='label'>ic_axis_set_start_point_16_filled</span>
2590+
</div>
2591+
2592+
2593+
<div class="preview">
2594+
<span class="inner">
2595+
<i class=" icon-ic_axis_set_start_point_20_filled"></i>
2596+
</span>
2597+
<br>
2598+
<span class='label'>ic_axis_set_start_point_20_filled</span>
2599+
</div>
2600+
2601+
25662602
<div class="preview">
25672603
<span class="inner">
25682604
<i class=" icon-ic_axis_settings_a_20_filled"></i>

0 commit comments

Comments
 (0)