@ebolax/animated-icons 1.0.26 → 1.0.27
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.
- package/LICENSE +15 -0
- package/dist/aic-icons/luc-arrow-big-down-dash.svg +1 -1
- package/dist/aic-icons/luc-arrow-big-down.svg +1 -1
- package/dist/aic-icons/luc-arrow-big-left-dash.svg +1 -1
- package/dist/aic-icons/luc-arrow-big-left.svg +1 -1
- package/dist/aic-icons/luc-arrow-big-right-dash.svg +1 -1
- package/dist/aic-icons/luc-arrow-big-right.svg +1 -1
- package/dist/aic-icons/luc-arrow-big-up-dash.svg +1 -1
- package/dist/aic-icons/luc-arrow-big-up.svg +1 -1
- package/dist/aic-icons/luc-beef-off.svg +19 -0
- package/dist/aic-icons/luc-cctv-off.svg +19 -0
- package/dist/aic-icons/luc-circle-pile.svg +11 -2
- package/dist/aic-icons/luc-circle-user-round.svg +2 -2
- package/dist/aic-icons/luc-gamepad-directional.svg +11 -2
- package/dist/aic-icons/luc-gpu.svg +1 -1
- package/dist/aic-icons/luc-line-style.svg +19 -0
- package/dist/aic-icons/luc-map-pin-search.svg +17 -0
- package/dist/aic-icons/luc-milestone.svg +1 -1
- package/dist/aic-icons/luc-radio-off.svg +19 -0
- package/dist/aic-icons/luc-road.svg +17 -0
- package/dist/aic-icons/luc-school.svg +2 -2
- package/dist/aic-icons/luc-shield-cog-corner.svg +23 -0
- package/dist/aic-icons/luc-shield-cog.svg +23 -0
- package/dist/aic-icons/luc-signpost.svg +1 -1
- package/dist/aic-icons/luc-sport-shoe.svg +16 -0
- package/dist/aic-icons/luc-user-circle-2.svg +2 -2
- package/dist/animated-icons.bundle.min.css +1 -1
- package/dist/animated-icons.css +54 -114
- package/dist/animated-icons.min.css +1 -1
- package/dist/icons.json +72 -152
- package/package.json +3 -3
package/dist/animated-icons.css
CHANGED
|
@@ -15130,6 +15130,12 @@ i.aic:focus-visible::before,
|
|
|
15130
15130
|
--aic-origin: center;
|
|
15131
15131
|
}
|
|
15132
15132
|
|
|
15133
|
+
.aic.aic-luc-beef-off {
|
|
15134
|
+
--aic-icon: url("./aic-icons/luc-beef-off.svg");
|
|
15135
|
+
--aic-animation: aic-scale-pop;
|
|
15136
|
+
--aic-origin: center;
|
|
15137
|
+
}
|
|
15138
|
+
|
|
15133
15139
|
.aic.aic-luc-beer {
|
|
15134
15140
|
--aic-icon: url("./aic-icons/luc-beer.svg");
|
|
15135
15141
|
--aic-animation: aic-scale-pop;
|
|
@@ -16021,6 +16027,12 @@ i.aic:focus-visible::before,
|
|
|
16021
16027
|
--aic-origin: center;
|
|
16022
16028
|
}
|
|
16023
16029
|
|
|
16030
|
+
.aic.aic-luc-cctv-off {
|
|
16031
|
+
--aic-icon: url("./aic-icons/luc-cctv-off.svg");
|
|
16032
|
+
--aic-animation: aic-scale-pop;
|
|
16033
|
+
--aic-origin: center;
|
|
16034
|
+
}
|
|
16035
|
+
|
|
16024
16036
|
.aic.aic-luc-chart-area {
|
|
16025
16037
|
--aic-icon: url("./aic-icons/luc-chart-area.svg");
|
|
16026
16038
|
--aic-animation: aic-scale-pop;
|
|
@@ -16364,18 +16376,6 @@ i.aic:focus-visible::before,
|
|
|
16364
16376
|
--aic-animation: aic-nudge-up;
|
|
16365
16377
|
}
|
|
16366
16378
|
|
|
16367
|
-
.aic.aic-luc-chrome {
|
|
16368
|
-
--aic-icon: url("./aic-icons/luc-chrome.svg");
|
|
16369
|
-
--aic-animation: aic-scale-pop;
|
|
16370
|
-
--aic-origin: center;
|
|
16371
|
-
}
|
|
16372
|
-
|
|
16373
|
-
.aic.aic-luc-chromium {
|
|
16374
|
-
--aic-icon: url("./aic-icons/luc-chromium.svg");
|
|
16375
|
-
--aic-animation: aic-scale-pop;
|
|
16376
|
-
--aic-origin: center;
|
|
16377
|
-
}
|
|
16378
|
-
|
|
16379
16379
|
.aic.aic-luc-church {
|
|
16380
16380
|
--aic-icon: url("./aic-icons/luc-church.svg");
|
|
16381
16381
|
--aic-animation: aic-scale-pop;
|
|
@@ -17053,18 +17053,6 @@ i.aic:focus-visible::before,
|
|
|
17053
17053
|
--aic-origin: center;
|
|
17054
17054
|
}
|
|
17055
17055
|
|
|
17056
|
-
.aic.aic-luc-codepen {
|
|
17057
|
-
--aic-icon: url("./aic-icons/luc-codepen.svg");
|
|
17058
|
-
--aic-animation: aic-scale-pop;
|
|
17059
|
-
--aic-origin: center;
|
|
17060
|
-
}
|
|
17061
|
-
|
|
17062
|
-
.aic.aic-luc-codesandbox {
|
|
17063
|
-
--aic-icon: url("./aic-icons/luc-codesandbox.svg");
|
|
17064
|
-
--aic-animation: aic-scale-pop;
|
|
17065
|
-
--aic-origin: center;
|
|
17066
|
-
}
|
|
17067
|
-
|
|
17068
17056
|
.aic.aic-luc-coffee {
|
|
17069
17057
|
--aic-icon: url("./aic-icons/luc-coffee.svg");
|
|
17070
17058
|
--aic-animation: aic-scale-pop;
|
|
@@ -17645,12 +17633,6 @@ i.aic:focus-visible::before,
|
|
|
17645
17633
|
--aic-origin: center;
|
|
17646
17634
|
}
|
|
17647
17635
|
|
|
17648
|
-
.aic.aic-luc-dribbble {
|
|
17649
|
-
--aic-icon: url("./aic-icons/luc-dribbble.svg");
|
|
17650
|
-
--aic-animation: aic-scale-pop;
|
|
17651
|
-
--aic-origin: center;
|
|
17652
|
-
}
|
|
17653
|
-
|
|
17654
17636
|
.aic.aic-luc-drill {
|
|
17655
17637
|
--aic-icon: url("./aic-icons/luc-drill.svg");
|
|
17656
17638
|
--aic-animation: aic-scale-pop;
|
|
@@ -17861,12 +17843,6 @@ i.aic:focus-visible::before,
|
|
|
17861
17843
|
--aic-origin: center;
|
|
17862
17844
|
}
|
|
17863
17845
|
|
|
17864
|
-
.aic.aic-luc-facebook {
|
|
17865
|
-
--aic-icon: url("./aic-icons/luc-facebook.svg");
|
|
17866
|
-
--aic-animation: aic-orbit-3d;
|
|
17867
|
-
--aic-origin: center;
|
|
17868
|
-
}
|
|
17869
|
-
|
|
17870
17846
|
.aic.aic-luc-factory {
|
|
17871
17847
|
--aic-icon: url("./aic-icons/luc-factory.svg");
|
|
17872
17848
|
--aic-animation: aic-scale-pop;
|
|
@@ -17902,12 +17878,6 @@ i.aic:focus-visible::before,
|
|
|
17902
17878
|
--aic-origin: center;
|
|
17903
17879
|
}
|
|
17904
17880
|
|
|
17905
|
-
.aic.aic-luc-figma {
|
|
17906
|
-
--aic-icon: url("./aic-icons/luc-figma.svg");
|
|
17907
|
-
--aic-animation: aic-scale-pop;
|
|
17908
|
-
--aic-origin: center;
|
|
17909
|
-
}
|
|
17910
|
-
|
|
17911
17881
|
.aic.aic-luc-file {
|
|
17912
17882
|
--aic-icon: url("./aic-icons/luc-file.svg");
|
|
17913
17883
|
--aic-animation: aic-scale-pop;
|
|
@@ -18837,12 +18807,6 @@ i.aic:focus-visible::before,
|
|
|
18837
18807
|
--aic-origin: center;
|
|
18838
18808
|
}
|
|
18839
18809
|
|
|
18840
|
-
.aic.aic-luc-framer {
|
|
18841
|
-
--aic-icon: url("./aic-icons/luc-framer.svg");
|
|
18842
|
-
--aic-animation: aic-scale-pop;
|
|
18843
|
-
--aic-origin: center;
|
|
18844
|
-
}
|
|
18845
|
-
|
|
18846
18810
|
.aic.aic-luc-frown {
|
|
18847
18811
|
--aic-icon: url("./aic-icons/luc-frown.svg");
|
|
18848
18812
|
--aic-animation: aic-scale-pop;
|
|
@@ -19092,18 +19056,6 @@ i.aic:focus-visible::before,
|
|
|
19092
19056
|
--aic-origin: center;
|
|
19093
19057
|
}
|
|
19094
19058
|
|
|
19095
|
-
.aic.aic-luc-github {
|
|
19096
|
-
--aic-icon: url("./aic-icons/luc-github.svg");
|
|
19097
|
-
--aic-animation: aic-scale-pop;
|
|
19098
|
-
--aic-origin: center;
|
|
19099
|
-
}
|
|
19100
|
-
|
|
19101
|
-
.aic.aic-luc-gitlab {
|
|
19102
|
-
--aic-icon: url("./aic-icons/luc-gitlab.svg");
|
|
19103
|
-
--aic-animation: aic-scale-pop;
|
|
19104
|
-
--aic-origin: center;
|
|
19105
|
-
}
|
|
19106
|
-
|
|
19107
19059
|
.aic.aic-luc-glass-water {
|
|
19108
19060
|
--aic-icon: url("./aic-icons/luc-glass-water.svg");
|
|
19109
19061
|
--aic-animation: aic-scale-pop;
|
|
@@ -19770,12 +19722,6 @@ i.aic:focus-visible::before,
|
|
|
19770
19722
|
--aic-origin: center;
|
|
19771
19723
|
}
|
|
19772
19724
|
|
|
19773
|
-
.aic.aic-luc-instagram {
|
|
19774
|
-
--aic-icon: url("./aic-icons/luc-instagram.svg");
|
|
19775
|
-
--aic-animation: aic-scale-pop;
|
|
19776
|
-
--aic-origin: center;
|
|
19777
|
-
}
|
|
19778
|
-
|
|
19779
19725
|
.aic.aic-luc-italic {
|
|
19780
19726
|
--aic-icon: url("./aic-icons/luc-italic.svg");
|
|
19781
19727
|
--aic-animation: aic-scale-pop;
|
|
@@ -20124,6 +20070,12 @@ i.aic:focus-visible::before,
|
|
|
20124
20070
|
--aic-origin: center;
|
|
20125
20071
|
}
|
|
20126
20072
|
|
|
20073
|
+
.aic.aic-luc-line-style {
|
|
20074
|
+
--aic-icon: url("./aic-icons/luc-line-style.svg");
|
|
20075
|
+
--aic-animation: aic-scale-pop;
|
|
20076
|
+
--aic-origin: center;
|
|
20077
|
+
}
|
|
20078
|
+
|
|
20127
20079
|
.aic.aic-luc-link {
|
|
20128
20080
|
--aic-icon: url("./aic-icons/luc-link.svg");
|
|
20129
20081
|
--aic-animation: aic-scale-pop;
|
|
@@ -20142,12 +20094,6 @@ i.aic:focus-visible::before,
|
|
|
20142
20094
|
--aic-origin: center;
|
|
20143
20095
|
}
|
|
20144
20096
|
|
|
20145
|
-
.aic.aic-luc-linkedin {
|
|
20146
|
-
--aic-icon: url("./aic-icons/luc-linkedin.svg");
|
|
20147
|
-
--aic-animation: aic-scale-pop;
|
|
20148
|
-
--aic-origin: center;
|
|
20149
|
-
}
|
|
20150
|
-
|
|
20151
20097
|
.aic.aic-luc-list {
|
|
20152
20098
|
--aic-icon: url("./aic-icons/luc-list.svg");
|
|
20153
20099
|
--aic-animation: aic-scale-pop;
|
|
@@ -20530,6 +20476,12 @@ i.aic:focus-visible::before,
|
|
|
20530
20476
|
--aic-origin: center;
|
|
20531
20477
|
}
|
|
20532
20478
|
|
|
20479
|
+
.aic.aic-luc-map-pin-search {
|
|
20480
|
+
--aic-icon: url("./aic-icons/luc-map-pin-search.svg");
|
|
20481
|
+
--aic-animation: aic-dot-appear;
|
|
20482
|
+
--aic-origin: center;
|
|
20483
|
+
}
|
|
20484
|
+
|
|
20533
20485
|
.aic.aic-luc-map-pin-x {
|
|
20534
20486
|
--aic-icon: url("./aic-icons/luc-map-pin-x.svg");
|
|
20535
20487
|
--aic-animation: aic-dot-appear;
|
|
@@ -22043,12 +21995,6 @@ i.aic:focus-visible::before,
|
|
|
22043
21995
|
--aic-origin: center;
|
|
22044
21996
|
}
|
|
22045
21997
|
|
|
22046
|
-
.aic.aic-luc-pocket {
|
|
22047
|
-
--aic-icon: url("./aic-icons/luc-pocket.svg");
|
|
22048
|
-
--aic-animation: aic-scale-pop;
|
|
22049
|
-
--aic-origin: center;
|
|
22050
|
-
}
|
|
22051
|
-
|
|
22052
21998
|
.aic.aic-luc-pocket-knife {
|
|
22053
21999
|
--aic-icon: url("./aic-icons/luc-pocket-knife.svg");
|
|
22054
22000
|
--aic-animation: aic-scale-pop;
|
|
@@ -22205,6 +22151,12 @@ i.aic:focus-visible::before,
|
|
|
22205
22151
|
--aic-origin: center;
|
|
22206
22152
|
}
|
|
22207
22153
|
|
|
22154
|
+
.aic.aic-luc-radio-off {
|
|
22155
|
+
--aic-icon: url("./aic-icons/luc-radio-off.svg");
|
|
22156
|
+
--aic-animation: aic-fade;
|
|
22157
|
+
--aic-origin: center;
|
|
22158
|
+
}
|
|
22159
|
+
|
|
22208
22160
|
.aic.aic-luc-radio-receiver {
|
|
22209
22161
|
--aic-icon: url("./aic-icons/luc-radio-receiver.svg");
|
|
22210
22162
|
--aic-animation: aic-fade;
|
|
@@ -22223,12 +22175,6 @@ i.aic:focus-visible::before,
|
|
|
22223
22175
|
--aic-origin: center;
|
|
22224
22176
|
}
|
|
22225
22177
|
|
|
22226
|
-
.aic.aic-luc-rail-symbol {
|
|
22227
|
-
--aic-icon: url("./aic-icons/luc-rail-symbol.svg");
|
|
22228
|
-
--aic-animation: aic-scale-pop;
|
|
22229
|
-
--aic-origin: center;
|
|
22230
|
-
}
|
|
22231
|
-
|
|
22232
22178
|
.aic.aic-luc-rainbow {
|
|
22233
22179
|
--aic-icon: url("./aic-icons/luc-rainbow.svg");
|
|
22234
22180
|
--aic-animation: aic-scale-pop;
|
|
@@ -22455,6 +22401,12 @@ i.aic:focus-visible::before,
|
|
|
22455
22401
|
--aic-origin: center;
|
|
22456
22402
|
}
|
|
22457
22403
|
|
|
22404
|
+
.aic.aic-luc-road {
|
|
22405
|
+
--aic-icon: url("./aic-icons/luc-road.svg");
|
|
22406
|
+
--aic-animation: aic-scale-pop;
|
|
22407
|
+
--aic-origin: center;
|
|
22408
|
+
}
|
|
22409
|
+
|
|
22458
22410
|
.aic.aic-luc-rocket {
|
|
22459
22411
|
--aic-icon: url("./aic-icons/luc-rocket.svg");
|
|
22460
22412
|
--aic-animation: aic-rocket-lift;
|
|
@@ -22970,6 +22922,18 @@ i.aic:focus-visible::before,
|
|
|
22970
22922
|
--aic-origin: center;
|
|
22971
22923
|
}
|
|
22972
22924
|
|
|
22925
|
+
.aic.aic-luc-shield-cog {
|
|
22926
|
+
--aic-icon: url("./aic-icons/luc-shield-cog.svg");
|
|
22927
|
+
--aic-animation: aic-gear;
|
|
22928
|
+
--aic-origin: center;
|
|
22929
|
+
}
|
|
22930
|
+
|
|
22931
|
+
.aic.aic-luc-shield-cog-corner {
|
|
22932
|
+
--aic-icon: url("./aic-icons/luc-shield-cog-corner.svg");
|
|
22933
|
+
--aic-animation: aic-gear;
|
|
22934
|
+
--aic-origin: center;
|
|
22935
|
+
}
|
|
22936
|
+
|
|
22973
22937
|
.aic.aic-luc-shield-ellipsis {
|
|
22974
22938
|
--aic-icon: url("./aic-icons/luc-shield-ellipsis.svg");
|
|
22975
22939
|
--aic-animation: aic-scale-pop;
|
|
@@ -23203,12 +23167,6 @@ i.aic:focus-visible::before,
|
|
|
23203
23167
|
--aic-origin: center;
|
|
23204
23168
|
}
|
|
23205
23169
|
|
|
23206
|
-
.aic.aic-luc-slack {
|
|
23207
|
-
--aic-icon: url("./aic-icons/luc-slack.svg");
|
|
23208
|
-
--aic-animation: aic-scale-pop;
|
|
23209
|
-
--aic-origin: center;
|
|
23210
|
-
}
|
|
23211
|
-
|
|
23212
23170
|
.aic.aic-luc-slash {
|
|
23213
23171
|
--aic-icon: url("./aic-icons/luc-slash.svg");
|
|
23214
23172
|
--aic-animation: aic-scale-pop;
|
|
@@ -23407,6 +23365,12 @@ i.aic:focus-visible::before,
|
|
|
23407
23365
|
--aic-origin: center;
|
|
23408
23366
|
}
|
|
23409
23367
|
|
|
23368
|
+
.aic.aic-luc-sport-shoe {
|
|
23369
|
+
--aic-icon: url("./aic-icons/luc-sport-shoe.svg");
|
|
23370
|
+
--aic-animation: aic-scale-pop;
|
|
23371
|
+
--aic-origin: center;
|
|
23372
|
+
}
|
|
23373
|
+
|
|
23410
23374
|
.aic.aic-luc-spotlight {
|
|
23411
23375
|
--aic-icon: url("./aic-icons/luc-spotlight.svg");
|
|
23412
23376
|
--aic-animation: aic-scale-pop;
|
|
@@ -24582,12 +24546,6 @@ i.aic:focus-visible::before,
|
|
|
24582
24546
|
--aic-origin: center;
|
|
24583
24547
|
}
|
|
24584
24548
|
|
|
24585
|
-
.aic.aic-luc-trello {
|
|
24586
|
-
--aic-icon: url("./aic-icons/luc-trello.svg");
|
|
24587
|
-
--aic-animation: aic-scale-pop;
|
|
24588
|
-
--aic-origin: center;
|
|
24589
|
-
}
|
|
24590
|
-
|
|
24591
24549
|
.aic.aic-luc-trending-down {
|
|
24592
24550
|
--aic-icon: url("./aic-icons/luc-trending-down.svg");
|
|
24593
24551
|
--aic-animation: aic-nudge-down;
|
|
@@ -24687,18 +24645,6 @@ i.aic:focus-visible::before,
|
|
|
24687
24645
|
--aic-origin: center;
|
|
24688
24646
|
}
|
|
24689
24647
|
|
|
24690
|
-
.aic.aic-luc-twitch {
|
|
24691
|
-
--aic-icon: url("./aic-icons/luc-twitch.svg");
|
|
24692
|
-
--aic-animation: aic-scale-pop;
|
|
24693
|
-
--aic-origin: center;
|
|
24694
|
-
}
|
|
24695
|
-
|
|
24696
|
-
.aic.aic-luc-twitter {
|
|
24697
|
-
--aic-icon: url("./aic-icons/luc-twitter.svg");
|
|
24698
|
-
--aic-animation: aic-scale-pop;
|
|
24699
|
-
--aic-origin: center;
|
|
24700
|
-
}
|
|
24701
|
-
|
|
24702
24648
|
.aic.aic-luc-type {
|
|
24703
24649
|
--aic-icon: url("./aic-icons/luc-type.svg");
|
|
24704
24650
|
--aic-animation: aic-scale-pop;
|
|
@@ -25438,12 +25384,6 @@ i.aic:focus-visible::before,
|
|
|
25438
25384
|
--aic-origin: center;
|
|
25439
25385
|
}
|
|
25440
25386
|
|
|
25441
|
-
.aic.aic-luc-youtube {
|
|
25442
|
-
--aic-icon: url("./aic-icons/luc-youtube.svg");
|
|
25443
|
-
--aic-animation: aic-scale-pop;
|
|
25444
|
-
--aic-origin: center;
|
|
25445
|
-
}
|
|
25446
|
-
|
|
25447
25387
|
.aic.aic-luc-zap {
|
|
25448
25388
|
--aic-icon: url("./aic-icons/luc-zap.svg");
|
|
25449
25389
|
--aic-animation: aic-flip-in-3d;
|