@tabler/icons 3.18.0 → 3.20.0

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.
Files changed (55) hide show
  1. package/README.md +1 -1
  2. package/categories/outline/Arrows/arrow-down-dashed.svg +17 -0
  3. package/categories/outline/Arrows/arrow-left-dashed.svg +17 -0
  4. package/categories/outline/Arrows/arrow-narrow-down-dashed.svg +17 -0
  5. package/categories/outline/Arrows/arrow-narrow-left-dashed.svg +17 -0
  6. package/categories/outline/Arrows/arrow-narrow-right-dashed.svg +17 -0
  7. package/categories/outline/Arrows/arrow-narrow-up-dashed.svg +17 -0
  8. package/categories/outline/Arrows/arrow-right-dashed.svg +17 -0
  9. package/categories/outline/Arrows/arrow-up-dashed.svg +17 -0
  10. package/categories/outline/Buildings/building-cog.svg +28 -0
  11. package/categories/outline/Buildings/building-minus.svg +22 -0
  12. package/categories/outline/Buildings/building-plus.svg +23 -0
  13. package/categories/outline/Math/math-x-floor-divide-y.svg +20 -0
  14. package/categories/outline/Math/x-power-y.svg +18 -0
  15. package/categories/outline/Vehicles/ferry.svg +17 -0
  16. package/icons/filled/favicon.svg +12 -0
  17. package/icons/filled/icons.svg +15 -0
  18. package/icons/filled/ironing-1.svg +11 -0
  19. package/icons/filled/ironing-2.svg +11 -0
  20. package/icons/filled/ironing-3.svg +11 -0
  21. package/icons/filled/ironing-steam.svg +14 -0
  22. package/icons/filled/play-card-1.svg +11 -0
  23. package/icons/filled/play-card-10.svg +11 -0
  24. package/icons/filled/play-card-2.svg +11 -0
  25. package/icons/filled/play-card-3.svg +11 -0
  26. package/icons/filled/play-card-4.svg +11 -0
  27. package/icons/filled/play-card-5.svg +11 -0
  28. package/icons/filled/play-card-6.svg +11 -0
  29. package/icons/filled/play-card-7.svg +11 -0
  30. package/icons/filled/play-card-8.svg +11 -0
  31. package/icons/filled/play-card-9.svg +11 -0
  32. package/icons/filled/play-card-a.svg +11 -0
  33. package/icons/filled/play-card-j.svg +11 -0
  34. package/icons/filled/play-card-k.svg +11 -0
  35. package/icons/filled/play-card-q.svg +11 -0
  36. package/icons/filled/play-card-star.svg +11 -0
  37. package/icons/filled/sitemap.svg +14 -0
  38. package/icons/outline/arrow-down-dashed.svg +17 -0
  39. package/icons/outline/arrow-left-dashed.svg +17 -0
  40. package/icons/outline/arrow-narrow-down-dashed.svg +17 -0
  41. package/icons/outline/arrow-narrow-left-dashed.svg +17 -0
  42. package/icons/outline/arrow-narrow-right-dashed.svg +17 -0
  43. package/icons/outline/arrow-narrow-up-dashed.svg +17 -0
  44. package/icons/outline/arrow-right-dashed.svg +17 -0
  45. package/icons/outline/arrow-up-dashed.svg +17 -0
  46. package/icons/outline/building-cog.svg +28 -0
  47. package/icons/outline/building-minus.svg +22 -0
  48. package/icons/outline/building-plus.svg +23 -0
  49. package/icons/outline/ferry.svg +17 -0
  50. package/icons/outline/math-x-floor-divide-y.svg +20 -0
  51. package/icons/outline/x-power-y.svg +18 -0
  52. package/icons.json +327 -1
  53. package/package.json +1 -1
  54. package/tabler-nodes-filled.json +242 -0
  55. package/tabler-nodes-outline.json +436 -0
package/icons.json CHANGED
@@ -2974,6 +2974,22 @@
2974
2974
  }
2975
2975
  }
2976
2976
  },
2977
+ "arrow-down-dashed": {
2978
+ "name": "arrow-down-dashed",
2979
+ "category": "Arrows",
2980
+ "tags": [
2981
+ "proceed",
2982
+ "swipe",
2983
+ "below",
2984
+ "bottom"
2985
+ ],
2986
+ "styles": {
2987
+ "outline": {
2988
+ "version": "3.19",
2989
+ "unicode": "1006a"
2990
+ }
2991
+ }
2992
+ },
2977
2993
  "arrow-down-from-arc": {
2978
2994
  "name": "arrow-down-from-arc",
2979
2995
  "category": "",
@@ -3275,6 +3291,21 @@
3275
3291
  }
3276
3292
  }
3277
3293
  },
3294
+ "arrow-left-dashed": {
3295
+ "name": "arrow-left-dashed",
3296
+ "category": "Arrows",
3297
+ "tags": [
3298
+ "back",
3299
+ "swipe",
3300
+ "return"
3301
+ ],
3302
+ "styles": {
3303
+ "outline": {
3304
+ "version": "3.19",
3305
+ "unicode": "10069"
3306
+ }
3307
+ }
3308
+ },
3278
3309
  "arrow-left-from-arc": {
3279
3310
  "name": "arrow-left-from-arc",
3280
3311
  "category": "",
@@ -3621,6 +3652,22 @@
3621
3652
  }
3622
3653
  }
3623
3654
  },
3655
+ "arrow-narrow-down-dashed": {
3656
+ "name": "arrow-narrow-down-dashed",
3657
+ "category": "Arrows",
3658
+ "tags": [
3659
+ "bottom",
3660
+ "proceed",
3661
+ "swipe",
3662
+ "next"
3663
+ ],
3664
+ "styles": {
3665
+ "outline": {
3666
+ "version": "3.19",
3667
+ "unicode": "10068"
3668
+ }
3669
+ }
3670
+ },
3624
3671
  "arrow-narrow-down": {
3625
3672
  "name": "arrow-narrow-down",
3626
3673
  "category": "Arrows",
@@ -3637,6 +3684,22 @@
3637
3684
  }
3638
3685
  }
3639
3686
  },
3687
+ "arrow-narrow-left-dashed": {
3688
+ "name": "arrow-narrow-left-dashed",
3689
+ "category": "Arrows",
3690
+ "tags": [
3691
+ "back",
3692
+ "previous",
3693
+ "pointer",
3694
+ "point"
3695
+ ],
3696
+ "styles": {
3697
+ "outline": {
3698
+ "version": "3.19",
3699
+ "unicode": "10067"
3700
+ }
3701
+ }
3702
+ },
3640
3703
  "arrow-narrow-left": {
3641
3704
  "name": "arrow-narrow-left",
3642
3705
  "category": "Arrows",
@@ -3653,6 +3716,22 @@
3653
3716
  }
3654
3717
  }
3655
3718
  },
3719
+ "arrow-narrow-right-dashed": {
3720
+ "name": "arrow-narrow-right-dashed",
3721
+ "category": "Arrows",
3722
+ "tags": [
3723
+ "next",
3724
+ "proceed",
3725
+ "point",
3726
+ "pointer"
3727
+ ],
3728
+ "styles": {
3729
+ "outline": {
3730
+ "version": "3.19",
3731
+ "unicode": "10066"
3732
+ }
3733
+ }
3734
+ },
3656
3735
  "arrow-narrow-right": {
3657
3736
  "name": "arrow-narrow-right",
3658
3737
  "category": "Arrows",
@@ -3669,6 +3748,20 @@
3669
3748
  }
3670
3749
  }
3671
3750
  },
3751
+ "arrow-narrow-up-dashed": {
3752
+ "name": "arrow-narrow-up-dashed",
3753
+ "category": "Arrows",
3754
+ "tags": [
3755
+ "top",
3756
+ "point"
3757
+ ],
3758
+ "styles": {
3759
+ "outline": {
3760
+ "version": "3.19",
3761
+ "unicode": "10065"
3762
+ }
3763
+ }
3764
+ },
3672
3765
  "arrow-narrow-up": {
3673
3766
  "name": "arrow-narrow-up",
3674
3767
  "category": "Arrows",
@@ -3801,6 +3894,21 @@
3801
3894
  }
3802
3895
  }
3803
3896
  },
3897
+ "arrow-right-dashed": {
3898
+ "name": "arrow-right-dashed",
3899
+ "category": "Arrows",
3900
+ "tags": [
3901
+ "next",
3902
+ "proceed",
3903
+ "swipe"
3904
+ ],
3905
+ "styles": {
3906
+ "outline": {
3907
+ "version": "3.19",
3908
+ "unicode": "10064"
3909
+ }
3910
+ }
3911
+ },
3804
3912
  "arrow-right-from-arc": {
3805
3913
  "name": "arrow-right-from-arc",
3806
3914
  "category": "",
@@ -4083,6 +4191,20 @@
4083
4191
  }
4084
4192
  }
4085
4193
  },
4194
+ "arrow-up-dashed": {
4195
+ "name": "arrow-up-dashed",
4196
+ "category": "Arrows",
4197
+ "tags": [
4198
+ "top",
4199
+ "point"
4200
+ ],
4201
+ "styles": {
4202
+ "outline": {
4203
+ "version": "3.19",
4204
+ "unicode": "10063"
4205
+ }
4206
+ }
4207
+ },
4086
4208
  "arrow-up-from-arc": {
4087
4209
  "name": "arrow-up-from-arc",
4088
4210
  "category": "",
@@ -16591,6 +16713,25 @@
16591
16713
  }
16592
16714
  }
16593
16715
  },
16716
+ "building-cog": {
16717
+ "name": "building-cog",
16718
+ "category": "Buildings",
16719
+ "tags": [
16720
+ "flat",
16721
+ "office",
16722
+ "city",
16723
+ "urban",
16724
+ "scyscraper",
16725
+ "architecture",
16726
+ "construction"
16727
+ ],
16728
+ "styles": {
16729
+ "outline": {
16730
+ "version": "3.19",
16731
+ "unicode": "10062"
16732
+ }
16733
+ }
16734
+ },
16594
16735
  "building-community": {
16595
16736
  "name": "building-community",
16596
16737
  "category": "Buildings",
@@ -16749,6 +16890,25 @@
16749
16890
  }
16750
16891
  }
16751
16892
  },
16893
+ "building-minus": {
16894
+ "name": "building-minus",
16895
+ "category": "Buildings",
16896
+ "tags": [
16897
+ "flat",
16898
+ "office",
16899
+ "city",
16900
+ "urban",
16901
+ "scyscraper",
16902
+ "architecture",
16903
+ "construction"
16904
+ ],
16905
+ "styles": {
16906
+ "outline": {
16907
+ "version": "3.19",
16908
+ "unicode": "10061"
16909
+ }
16910
+ }
16911
+ },
16752
16912
  "building-monument": {
16753
16913
  "name": "building-monument",
16754
16914
  "category": "Buildings",
@@ -16810,6 +16970,25 @@
16810
16970
  }
16811
16971
  }
16812
16972
  },
16973
+ "building-plus": {
16974
+ "name": "building-plus",
16975
+ "category": "Buildings",
16976
+ "tags": [
16977
+ "flat",
16978
+ "office",
16979
+ "city",
16980
+ "urban",
16981
+ "scyscraper",
16982
+ "architecture",
16983
+ "construction"
16984
+ ],
16985
+ "styles": {
16986
+ "outline": {
16987
+ "version": "3.19",
16988
+ "unicode": "10060"
16989
+ }
16990
+ }
16991
+ },
16813
16992
  "building-skyscraper": {
16814
16993
  "name": "building-skyscraper",
16815
16994
  "category": "Buildings",
@@ -34082,6 +34261,10 @@
34082
34261
  "outline": {
34083
34262
  "version": "2.44",
34084
34263
  "unicode": "fd65"
34264
+ },
34265
+ "filled": {
34266
+ "version": "3.19",
34267
+ "unicode": "10071"
34085
34268
  }
34086
34269
  }
34087
34270
  },
@@ -34155,6 +34338,24 @@
34155
34338
  }
34156
34339
  }
34157
34340
  },
34341
+ "ferry": {
34342
+ "name": "ferry",
34343
+ "category": "Vehicles",
34344
+ "tags": [
34345
+ "ferry",
34346
+ "sea",
34347
+ "ocean",
34348
+ "engine",
34349
+ "travel",
34350
+ "lake"
34351
+ ],
34352
+ "styles": {
34353
+ "outline": {
34354
+ "version": "3.20",
34355
+ "unicode": "10074"
34356
+ }
34357
+ }
34358
+ },
34158
34359
  "fidget-spinner": {
34159
34360
  "name": "fidget-spinner",
34160
34361
  "category": "",
@@ -42218,6 +42419,10 @@
42218
42419
  "outline": {
42219
42420
  "version": "1.68",
42220
42421
  "unicode": "f1d4"
42422
+ },
42423
+ "filled": {
42424
+ "version": "3.19",
42425
+ "unicode": "10070"
42221
42426
  }
42222
42427
  }
42223
42428
  },
@@ -42798,6 +43003,10 @@
42798
43003
  "outline": {
42799
43004
  "version": "1.84",
42800
43005
  "unicode": "f2f4"
43006
+ },
43007
+ "filled": {
43008
+ "version": "3.19",
43009
+ "unicode": "1006f"
42801
43010
  }
42802
43011
  }
42803
43012
  },
@@ -42814,6 +43023,10 @@
42814
43023
  "outline": {
42815
43024
  "version": "1.84",
42816
43025
  "unicode": "f2f5"
43026
+ },
43027
+ "filled": {
43028
+ "version": "3.19",
43029
+ "unicode": "1006e"
42817
43030
  }
42818
43031
  }
42819
43032
  },
@@ -42830,6 +43043,10 @@
42830
43043
  "outline": {
42831
43044
  "version": "1.84",
42832
43045
  "unicode": "f2f6"
43046
+ },
43047
+ "filled": {
43048
+ "version": "3.19",
43049
+ "unicode": "1006d"
42833
43050
  }
42834
43051
  }
42835
43052
  },
@@ -42880,6 +43097,10 @@
42880
43097
  "outline": {
42881
43098
  "version": "1.84",
42882
43099
  "unicode": "f2f9"
43100
+ },
43101
+ "filled": {
43102
+ "version": "3.19",
43103
+ "unicode": "1006c"
42883
43104
  }
42884
43105
  }
42885
43106
  },
@@ -49004,6 +49225,23 @@
49004
49225
  }
49005
49226
  }
49006
49227
  },
49228
+ "math-x-floor-divide-y": {
49229
+ "name": "math-x-floor-divide-y",
49230
+ "category": "Math",
49231
+ "tags": [
49232
+ "math",
49233
+ "expression",
49234
+ "equation",
49235
+ "floor",
49236
+ "division"
49237
+ ],
49238
+ "styles": {
49239
+ "outline": {
49240
+ "version": "3.20",
49241
+ "unicode": "10073"
49242
+ }
49243
+ }
49244
+ },
49007
49245
  "math-x-minus-x": {
49008
49246
  "name": "math-x-minus-x",
49009
49247
  "category": "Math",
@@ -58003,6 +58241,10 @@
58003
58241
  "outline": {
58004
58242
  "version": "3.18",
58005
58243
  "unicode": "1005c"
58244
+ },
58245
+ "filled": {
58246
+ "version": "3.20",
58247
+ "unicode": "10083"
58006
58248
  }
58007
58249
  }
58008
58250
  },
@@ -58014,6 +58256,10 @@
58014
58256
  "outline": {
58015
58257
  "version": "3.18",
58016
58258
  "unicode": "1005b"
58259
+ },
58260
+ "filled": {
58261
+ "version": "3.20",
58262
+ "unicode": "10082"
58017
58263
  }
58018
58264
  }
58019
58265
  },
@@ -58025,6 +58271,10 @@
58025
58271
  "outline": {
58026
58272
  "version": "3.18",
58027
58273
  "unicode": "1005a"
58274
+ },
58275
+ "filled": {
58276
+ "version": "3.20",
58277
+ "unicode": "10081"
58028
58278
  }
58029
58279
  }
58030
58280
  },
@@ -58036,6 +58286,10 @@
58036
58286
  "outline": {
58037
58287
  "version": "3.18",
58038
58288
  "unicode": "10059"
58289
+ },
58290
+ "filled": {
58291
+ "version": "3.20",
58292
+ "unicode": "10080"
58039
58293
  }
58040
58294
  }
58041
58295
  },
@@ -58047,6 +58301,10 @@
58047
58301
  "outline": {
58048
58302
  "version": "3.18",
58049
58303
  "unicode": "10058"
58304
+ },
58305
+ "filled": {
58306
+ "version": "3.20",
58307
+ "unicode": "1007f"
58050
58308
  }
58051
58309
  }
58052
58310
  },
@@ -58058,6 +58316,10 @@
58058
58316
  "outline": {
58059
58317
  "version": "3.18",
58060
58318
  "unicode": "10057"
58319
+ },
58320
+ "filled": {
58321
+ "version": "3.20",
58322
+ "unicode": "1007e"
58061
58323
  }
58062
58324
  }
58063
58325
  },
@@ -58069,6 +58331,10 @@
58069
58331
  "outline": {
58070
58332
  "version": "3.18",
58071
58333
  "unicode": "10056"
58334
+ },
58335
+ "filled": {
58336
+ "version": "3.20",
58337
+ "unicode": "1007d"
58072
58338
  }
58073
58339
  }
58074
58340
  },
@@ -58080,6 +58346,10 @@
58080
58346
  "outline": {
58081
58347
  "version": "3.18",
58082
58348
  "unicode": "10055"
58349
+ },
58350
+ "filled": {
58351
+ "version": "3.20",
58352
+ "unicode": "1007c"
58083
58353
  }
58084
58354
  }
58085
58355
  },
@@ -58091,6 +58361,10 @@
58091
58361
  "outline": {
58092
58362
  "version": "3.18",
58093
58363
  "unicode": "10054"
58364
+ },
58365
+ "filled": {
58366
+ "version": "3.20",
58367
+ "unicode": "1007b"
58094
58368
  }
58095
58369
  }
58096
58370
  },
@@ -58102,6 +58376,10 @@
58102
58376
  "outline": {
58103
58377
  "version": "3.18",
58104
58378
  "unicode": "10053"
58379
+ },
58380
+ "filled": {
58381
+ "version": "3.20",
58382
+ "unicode": "1007a"
58105
58383
  }
58106
58384
  }
58107
58385
  },
@@ -58113,6 +58391,10 @@
58113
58391
  "outline": {
58114
58392
  "version": "3.18",
58115
58393
  "unicode": "10052"
58394
+ },
58395
+ "filled": {
58396
+ "version": "3.20",
58397
+ "unicode": "10079"
58116
58398
  }
58117
58399
  }
58118
58400
  },
@@ -58124,6 +58406,10 @@
58124
58406
  "outline": {
58125
58407
  "version": "3.18",
58126
58408
  "unicode": "10051"
58409
+ },
58410
+ "filled": {
58411
+ "version": "3.20",
58412
+ "unicode": "10078"
58127
58413
  }
58128
58414
  }
58129
58415
  },
@@ -58135,6 +58421,10 @@
58135
58421
  "outline": {
58136
58422
  "version": "3.18",
58137
58423
  "unicode": "10050"
58424
+ },
58425
+ "filled": {
58426
+ "version": "3.20",
58427
+ "unicode": "10077"
58138
58428
  }
58139
58429
  }
58140
58430
  },
@@ -58168,6 +58458,10 @@
58168
58458
  "outline": {
58169
58459
  "version": "3.18",
58170
58460
  "unicode": "1004f"
58461
+ },
58462
+ "filled": {
58463
+ "version": "3.20",
58464
+ "unicode": "10076"
58171
58465
  }
58172
58466
  }
58173
58467
  },
@@ -58179,6 +58473,10 @@
58179
58473
  "outline": {
58180
58474
  "version": "3.18",
58181
58475
  "unicode": "1004e"
58476
+ },
58477
+ "filled": {
58478
+ "version": "3.20",
58479
+ "unicode": "10075"
58182
58480
  }
58183
58481
  }
58184
58482
  },
@@ -65251,12 +65549,23 @@
65251
65549
  "website",
65252
65550
  "list",
65253
65551
  "roadmap",
65254
- "index"
65552
+ "index",
65553
+ "graph",
65554
+ "schema",
65555
+ "diagram",
65556
+ "tree",
65557
+ "hierarchy",
65558
+ "organization",
65559
+ "data"
65255
65560
  ],
65256
65561
  "styles": {
65257
65562
  "outline": {
65258
65563
  "version": "1.3",
65259
65564
  "unicode": "eb9d"
65565
+ },
65566
+ "filled": {
65567
+ "version": "3.19",
65568
+ "unicode": "1006b"
65260
65569
  }
65261
65570
  }
65262
65571
  },
@@ -76810,6 +77119,23 @@
76810
77119
  }
76811
77120
  }
76812
77121
  },
77122
+ "x-power-y": {
77123
+ "name": "x-power-y",
77124
+ "category": "Math",
77125
+ "tags": [
77126
+ "math",
77127
+ "expression",
77128
+ "equation",
77129
+ "power",
77130
+ "raised"
77131
+ ],
77132
+ "styles": {
77133
+ "outline": {
77134
+ "version": "3.20",
77135
+ "unicode": "10072"
77136
+ }
77137
+ }
77138
+ },
76813
77139
  "x": {
76814
77140
  "name": "x",
76815
77141
  "category": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons",
3
- "version": "3.18.0",
3
+ "version": "3.20.0",
4
4
  "license": "MIT",
5
5
  "author": "codecalm",
6
6
  "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",