@acorex/styles 18.6.0 → 18.7.1

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.
@@ -55,3 +55,6 @@ $ax-icon-redo: '\f01e';
55
55
  $ax-icon-highlight: '\f591';
56
56
  $ax-icon-link: '\f0c1';
57
57
  $ax-icon-image: '\f03e';
58
+ $ax-icon-pen: '\f304';
59
+ $ax-icon-eraser: '\f12d';
60
+ $ax-icon-pen-ruler: '\f5ae';
package/icons/index.scss CHANGED
@@ -310,3 +310,18 @@
310
310
  content: $ax-icon-image;
311
311
  }
312
312
  }
313
+ .ax-icon-pen {
314
+ &:before {
315
+ content: $ax-icon-pen;
316
+ }
317
+ }
318
+ .ax-icon-eraser {
319
+ &:before {
320
+ content: $ax-icon-eraser;
321
+ }
322
+ }
323
+ .ax-icon-pen-ruler {
324
+ &:before {
325
+ content: $ax-icon-pen-ruler;
326
+ }
327
+ }
@@ -55,3 +55,6 @@ $ax-icon-redo: '\e15a';
55
55
  $ax-icon-highlight: '\e6d1';
56
56
  $ax-icon-link: '\e157';
57
57
  $ax-icon-image: '\e3f4';
58
+ $ax-icon-pen: '\e3c9';
59
+ $ax-icon-eraser: '\e6d0';
60
+ $ax-icon-pen-ruler: '\f10a';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "18.6.0",
3
+ "version": "18.7.1",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",