@geira/iconfont 0.2.6 → 0.2.8

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.
@@ -49,6 +49,7 @@ static const IconData upload = const _GIconData(0xE098);
49
49
  static const IconData up_balls = const _GIconData(0xE099);
50
50
  static const IconData download = const _GIconData(0xE09A);
51
51
  static const IconData rearrange = const _GIconData(0xE09B);
52
+ static const IconData slider = const _GIconData(0xE09D);
52
53
  static const IconData list = const _GIconData(0xE09E);
53
54
  static const IconData sidebar_close = const _GIconData(0xE09F);
54
55
  static const IconData sidebar_open = const _GIconData(0xE0A0);
@@ -147,7 +148,9 @@ static const IconData star = const _GIconData(0xE210);
147
148
  static const IconData rate = const _GIconData(0xE211);
148
149
  static const IconData ticket = const _GIconData(0xE212);
149
150
  static const IconData game = const _GIconData(0xE213);
150
- static const IconData sad_face = const _GIconData(0xE22E);
151
+ static const IconData lotto = const _GIconData(0xE214);
152
+ static const IconData cabala = const _GIconData(0xE215);
153
+ static const IconData sad_face = const _GIconData(0xE22D);
151
154
  static const IconData happy_face = const _GIconData(0xE22E);
152
155
  static const IconData dictation = const _GIconData(0xE22F);
153
156
  static const IconData oral = const _GIconData(0xE230);
@@ -49,6 +49,7 @@
49
49
  'up_balls': 0xE099,
50
50
  'download': 0xE09A,
51
51
  'rearrange': 0xE09B,
52
+ 'slider': 0xE09D,
52
53
  'list': 0xE09E,
53
54
  'sidebar_close': 0xE09F,
54
55
  'sidebar_open': 0xE0A0,
@@ -147,7 +148,9 @@
147
148
  'rate': 0xE211,
148
149
  'ticket': 0xE212,
149
150
  'game': 0xE213,
150
- 'sad_face': 0xE22E,
151
+ 'lotto': 0xE214,
152
+ 'cabala': 0xE215,
153
+ 'sad_face': 0xE22D,
151
154
  'happy_face': 0xE22E,
152
155
  'dictation': 0xE22F,
153
156
  'oral': 0xE230,
package/src/js/icons.json CHANGED
@@ -305,6 +305,12 @@
305
305
  "dec": "57499",
306
306
  "tags": "arrow, reorder, sort"
307
307
  },
308
+ {
309
+ "name": "slider",
310
+ "uni": "E09D",
311
+ "dec": "57501",
312
+ "tags": "sort, filter, setting"
313
+ },
308
314
  {
309
315
  "name": "list",
310
316
  "uni": "E09E",
@@ -659,6 +665,42 @@
659
665
  "dec": "57658",
660
666
  "tags": "circle, mark, radio, button"
661
667
  },
668
+ {
669
+ "name": "hot",
670
+ "uni": "E165",
671
+ "dec": "57701",
672
+ "tags": "fire, warm"
673
+ },
674
+ {
675
+ "name": "cold",
676
+ "uni": "E166",
677
+ "dec": "57702",
678
+ "tags": "ice, cold, frozen"
679
+ },
680
+ {
681
+ "name": "hot_cold",
682
+ "uni": "E167",
683
+ "dec": "57703",
684
+ "tags": "fire, warm, fire, warm"
685
+ },
686
+ {
687
+ "name": "delta",
688
+ "uni": "E168",
689
+ "dec": "57704",
690
+ "tags": "sign"
691
+ },
692
+ {
693
+ "name": "delta_cold",
694
+ "uni": "E169",
695
+ "dec": "57705",
696
+ "tags": "sign, ice, cold, frozen"
697
+ },
698
+ {
699
+ "name": "delta_hot",
700
+ "uni": "E16A",
701
+ "dec": "57706",
702
+ "tags": "sign, fire, warm"
703
+ },
662
704
  {
663
705
  "name": "face_id",
664
706
  "uni": "E177",
@@ -907,8 +949,8 @@
907
949
  },
908
950
  {
909
951
  "name": "sad_face",
910
- "uni": "E22E",
911
- "dec": "57902",
952
+ "uni": "E22D",
953
+ "dec": "57901",
912
954
  "tags": "emoji"
913
955
  },
914
956
  {
package/src/usage.html CHANGED
@@ -358,7 +358,7 @@
358
358
  </div>
359
359
 
360
360
  <footer>
361
- <p>&copy;2022 <a style="color: inherit; text-decoration: none;" href="https://liontude.com" target="_blank">Liontude</a>. All Rights Reserved. Released under MIT License</p>
361
+ <p>&copy;2024 <a style="color: inherit; text-decoration: none;" href="https://liontude.com" target="_blank">Liontude</a>. All Rights Reserved. Released under MIT License</p>
362
362
  </footer>
363
363
  </div>
364
364