@acorex/styles 17.0.20 → 17.0.22

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.
@@ -24,7 +24,7 @@ $ax-icon-close: '\f00d';
24
24
  $ax-icon-clear: '\f057';
25
25
  $ax-icon-visibility-off: '\f070';
26
26
  $ax-icon-visibility: '\f06e';
27
- $ax-icon-unfold-more: '\e60d';
27
+ $ax-icon-unfold-more: '\f0dc';
28
28
  $ax-icon-download: '\f019';
29
29
  $ax-icon-upload: '\e09a';
30
30
  $ax-icon-search: '\f002';
package/icons/index.scss CHANGED
@@ -38,6 +38,11 @@
38
38
  content: $ax-icon-color-palette;
39
39
  }
40
40
  }
41
+ .ax-icon-arrow-left {
42
+ &:before {
43
+ content: $ax-icon-arrow-left;
44
+ }
45
+ }
41
46
  .ax-icon-arrow-down {
42
47
  &:before {
43
48
  content: $ax-icon-arrow-down;
@@ -138,7 +143,11 @@
138
143
  content: $ax-icon-unfold-more;
139
144
  }
140
145
  }
141
-
146
+ .ax-icon-download {
147
+ &:before {
148
+ content: $ax-icon-download;
149
+ }
150
+ }
142
151
  .ax-icon-upload {
143
152
  &:before {
144
153
  content: $ax-icon-upload;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "17.0.20",
3
+ "version": "17.0.22",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",