Skip to content

Commit 941a04d

Browse files
style: new icons and new color override (#291)
* style: new icons and new color override New frame all icon (body worn) and new settings_checkmark (smart search) New color overrride for ColorNeutralBackgroundInverted to accommodate the problem with text selection in textarea component in dark theme. * style: token text space fix Fixing wrong spacing
1 parent 6e299c6 commit 941a04d

32 files changed

+142
-25
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

icons/fonts/AxisSystemIcons-Filled.css

Lines changed: 10 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?5b71064adad27c1c855feaec7d9e8d61") format("truetype");
3+
src: url("./AxisSystemIcons-Filled.ttf?d7bf0014d6c81e9bdb2f9b5996dd402b") format("truetype");
44
}
55

66
i[class^="icon-"]:before, i[class*=" icon-"]:before {
@@ -635,3 +635,12 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
635635
.icon-ic_axis_body_worn_standalone_32_filled:before {
636636
content: "\f1cf";
637637
}
638+
.icon-ic_axis_frame_all_20_filled:before {
639+
content: "\f1d0";
640+
}
641+
.icon-ic_axis_settings_checkmark_20_filled:before {
642+
content: "\f1d1";
643+
}
644+
.icon-ic_axis_settings_checkmark_24_filled:before {
645+
content: "\f1d2";
646+
}

icons/fonts/AxisSystemIcons-Filled.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,15 @@ <h1>AxisSystemIcons-Filled</h1>
763763
</div>
764764

765765

766+
<div class="preview">
767+
<span class="inner">
768+
<i class=" icon-ic_axis_frame_all_20_filled"></i>
769+
</span>
770+
<br>
771+
<span class='label'>ic_axis_frame_all_20_filled</span>
772+
</div>
773+
774+
766775
<div class="preview">
767776
<span class="inner">
768777
<i class=" icon-ic_axis_frame_step_back_16_filled"></i>
@@ -1375,6 +1384,24 @@ <h1>AxisSystemIcons-Filled</h1>
13751384
</div>
13761385

13771386

1387+
<div class="preview">
1388+
<span class="inner">
1389+
<i class=" icon-ic_axis_settings_checkmark_20_filled"></i>
1390+
</span>
1391+
<br>
1392+
<span class='label'>ic_axis_settings_checkmark_20_filled</span>
1393+
</div>
1394+
1395+
1396+
<div class="preview">
1397+
<span class="inner">
1398+
<i class=" icon-ic_axis_settings_checkmark_24_filled"></i>
1399+
</span>
1400+
<br>
1401+
<span class='label'>ic_axis_settings_checkmark_24_filled</span>
1402+
</div>
1403+
1404+
13781405
<div class="preview">
13791406
<span class="inner">
13801407
<i class=" icon-ic_axis_skip_15_backward_16_filled"></i>

icons/fonts/AxisSystemIcons-Filled.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,8 @@
205205
"ic_axis_body_worn_standalone_20_filled": "0xf1cc",
206206
"ic_axis_body_worn_standalone_24_filled": "0xf1cd",
207207
"ic_axis_body_worn_standalone_28_filled": "0xf1ce",
208-
"ic_axis_body_worn_standalone_32_filled": "0xf1cf"
208+
"ic_axis_body_worn_standalone_32_filled": "0xf1cf",
209+
"ic_axis_frame_all_20_filled": "0xf1d0",
210+
"ic_axis_settings_checkmark_20_filled": "0xf1d1",
211+
"ic_axis_settings_checkmark_24_filled": "0xf1d2"
209212
}
1.14 KB
Binary file not shown.

0 commit comments

Comments
 (0)