@tabler/icons 3.41.1 → 3.42.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 (40) hide show
  1. package/README.md +1 -1
  2. package/categories/outline/Brand/brand-stellar.svg +16 -0
  3. package/categories/outline/Brand/brand-vechain.svg +15 -0
  4. package/categories/outline/Buildings/door-hanger.svg +16 -0
  5. package/categories/outline/Buildings/mosque.svg +17 -0
  6. package/categories/outline/Currencies/currency-husd.svg +17 -0
  7. package/categories/outline/Currencies/currency-tether.svg +17 -0
  8. package/categories/outline/Currencies/currency-zcash.svg +17 -0
  9. package/categories/outline/Devices/device-computer-camera-2.svg +18 -0
  10. package/categories/outline/Devices/earphone-bluetooth.svg +17 -0
  11. package/categories/outline/Devices/hammer-drill.svg +19 -0
  12. package/categories/outline/Devices/lawn-mower.svg +19 -0
  13. package/categories/outline/Food/grape.svg +22 -0
  14. package/categories/outline/Health/plunger.svg +17 -0
  15. package/categories/outline/Math/infinity-2.svg +15 -0
  16. package/categories/outline/Math/pendulum.svg +17 -0
  17. package/categories/outline/Media/clef-staff.svg +18 -0
  18. package/categories/outline/Media/clef.svg +15 -0
  19. package/categories/outline/System/loader-4.svg +15 -0
  20. package/icons/outline/brand-stellar.svg +16 -0
  21. package/icons/outline/brand-vechain.svg +15 -0
  22. package/icons/outline/clef-staff.svg +18 -0
  23. package/icons/outline/clef.svg +15 -0
  24. package/icons/outline/currency-husd.svg +17 -0
  25. package/icons/outline/currency-tether.svg +17 -0
  26. package/icons/outline/currency-zcash.svg +17 -0
  27. package/icons/outline/device-computer-camera-2.svg +18 -0
  28. package/icons/outline/door-hanger.svg +16 -0
  29. package/icons/outline/earphone-bluetooth.svg +17 -0
  30. package/icons/outline/grape.svg +22 -0
  31. package/icons/outline/hammer-drill.svg +19 -0
  32. package/icons/outline/infinity-2.svg +15 -0
  33. package/icons/outline/lawn-mower.svg +19 -0
  34. package/icons/outline/loader-4.svg +15 -0
  35. package/icons/outline/mosque.svg +17 -0
  36. package/icons/outline/pendulum.svg +17 -0
  37. package/icons/outline/plunger.svg +17 -0
  38. package/icons.json +395 -0
  39. package/package.json +1 -1
  40. package/tabler-nodes-outline.json +366 -0
@@ -0,0 +1,17 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-pendulum"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none" />
14
+ <path d="M5 19a2 2 0 1 1 4 0a2 2 0 0 1 -4 0" />
15
+ <path d="M12 3l-4.4 14.09" />
16
+ <path d="M19 3h-14" />
17
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ stroke="currentColor"
8
+ stroke-width="2"
9
+ stroke-linecap="round"
10
+ stroke-linejoin="round"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-plunger"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none" />
14
+ <path d="M12.71 14.12l7.81 -7.82a2 2 0 0 0 -2.82 -2.82l-7.82 7.81" />
15
+ <path d="M3.71 13.22l.7 -.71a5 5 0 0 1 7.08 0a5 5 0 0 1 0 7.08l-.71 .7" />
16
+ <path d="M3 12.5l8.5 8.5" />
17
+ </svg>
package/icons.json CHANGED
@@ -20519,6 +20519,28 @@
20519
20519
  }
20520
20520
  }
20521
20521
  },
20522
+ "brand-stellar": {
20523
+ "name": "brand-stellar",
20524
+ "category": "Brand",
20525
+ "tags": [
20526
+ "stellar",
20527
+ "xlm",
20528
+ "lumens",
20529
+ "blockchain",
20530
+ "cryptocurrency",
20531
+ "crypto",
20532
+ "logo",
20533
+ "brand",
20534
+ "company",
20535
+ "trademark"
20536
+ ],
20537
+ "styles": {
20538
+ "outline": {
20539
+ "version": "3.42",
20540
+ "unicode": "10243"
20541
+ }
20542
+ }
20543
+ },
20522
20544
  "brand-stocktwits": {
20523
20545
  "name": "brand-stocktwits",
20524
20546
  "category": "Brand",
@@ -21585,6 +21607,27 @@
21585
21607
  }
21586
21608
  }
21587
21609
  },
21610
+ "brand-vechain": {
21611
+ "name": "brand-vechain",
21612
+ "category": "Brand",
21613
+ "tags": [
21614
+ "vechain",
21615
+ "vet",
21616
+ "blockchain",
21617
+ "cryptocurrency",
21618
+ "crypto",
21619
+ "logo",
21620
+ "brand",
21621
+ "company",
21622
+ "trademark"
21623
+ ],
21624
+ "styles": {
21625
+ "outline": {
21626
+ "version": "3.42",
21627
+ "unicode": "10242"
21628
+ }
21629
+ }
21630
+ },
21588
21631
  "brand-vercel": {
21589
21632
  "name": "brand-vercel",
21590
21633
  "category": "Brand",
@@ -33796,6 +33839,50 @@
33796
33839
  }
33797
33840
  }
33798
33841
  },
33842
+ "clef-staff": {
33843
+ "name": "clef-staff",
33844
+ "category": "Media",
33845
+ "tags": [
33846
+ "staff",
33847
+ "clef",
33848
+ "music",
33849
+ "notation",
33850
+ "sheet",
33851
+ "score",
33852
+ "melody",
33853
+ "treble",
33854
+ "classical",
33855
+ "orchestra"
33856
+ ],
33857
+ "styles": {
33858
+ "outline": {
33859
+ "version": "3.42",
33860
+ "unicode": "10241"
33861
+ }
33862
+ }
33863
+ },
33864
+ "clef": {
33865
+ "name": "clef",
33866
+ "category": "Media",
33867
+ "tags": [
33868
+ "clef",
33869
+ "music",
33870
+ "notation",
33871
+ "sheet",
33872
+ "melody",
33873
+ "classical",
33874
+ "orchestra",
33875
+ "composition",
33876
+ "treble",
33877
+ "score"
33878
+ ],
33879
+ "styles": {
33880
+ "outline": {
33881
+ "version": "3.42",
33882
+ "unicode": "10240"
33883
+ }
33884
+ }
33885
+ },
33799
33886
  "click": {
33800
33887
  "name": "click",
33801
33888
  "category": "System",
@@ -39767,6 +39854,28 @@
39767
39854
  }
39768
39855
  }
39769
39856
  },
39857
+ "currency-husd": {
39858
+ "name": "currency-husd",
39859
+ "category": "Currencies",
39860
+ "tags": [
39861
+ "husd",
39862
+ "huobi",
39863
+ "stablecoin",
39864
+ "crypto",
39865
+ "cryptocurrency",
39866
+ "dollar",
39867
+ "money",
39868
+ "finance",
39869
+ "digital",
39870
+ "payment"
39871
+ ],
39872
+ "styles": {
39873
+ "outline": {
39874
+ "version": "3.42",
39875
+ "unicode": "1023f"
39876
+ }
39877
+ }
39878
+ },
39770
39879
  "currency-iranian-rial": {
39771
39880
  "name": "currency-iranian-rial",
39772
39881
  "category": "Currencies",
@@ -40494,6 +40603,28 @@
40494
40603
  }
40495
40604
  }
40496
40605
  },
40606
+ "currency-tether": {
40607
+ "name": "currency-tether",
40608
+ "category": "Currencies",
40609
+ "tags": [
40610
+ "tether",
40611
+ "usdt",
40612
+ "stablecoin",
40613
+ "crypto",
40614
+ "cryptocurrency",
40615
+ "dollar",
40616
+ "money",
40617
+ "finance",
40618
+ "blockchain",
40619
+ "payment"
40620
+ ],
40621
+ "styles": {
40622
+ "outline": {
40623
+ "version": "3.42",
40624
+ "unicode": "1023e"
40625
+ }
40626
+ }
40627
+ },
40497
40628
  "currency-tugrik": {
40498
40629
  "name": "currency-tugrik",
40499
40630
  "category": "Currencies",
@@ -40626,6 +40757,28 @@
40626
40757
  }
40627
40758
  }
40628
40759
  },
40760
+ "currency-zcash": {
40761
+ "name": "currency-zcash",
40762
+ "category": "Currencies",
40763
+ "tags": [
40764
+ "zcash",
40765
+ "zec",
40766
+ "privacy",
40767
+ "crypto",
40768
+ "cryptocurrency",
40769
+ "blockchain",
40770
+ "money",
40771
+ "digital",
40772
+ "finance",
40773
+ "coin"
40774
+ ],
40775
+ "styles": {
40776
+ "outline": {
40777
+ "version": "3.42",
40778
+ "unicode": "1023d"
40779
+ }
40780
+ }
40781
+ },
40629
40782
  "currency-zloty": {
40630
40783
  "name": "currency-zloty",
40631
40784
  "category": "Currencies",
@@ -41731,6 +41884,28 @@
41731
41884
  }
41732
41885
  }
41733
41886
  },
41887
+ "device-computer-camera-2": {
41888
+ "name": "device-computer-camera-2",
41889
+ "category": "Devices",
41890
+ "tags": [
41891
+ "camera",
41892
+ "webcam",
41893
+ "computer",
41894
+ "monitor",
41895
+ "screen",
41896
+ "video",
41897
+ "recording",
41898
+ "hardware",
41899
+ "technology",
41900
+ "device"
41901
+ ],
41902
+ "styles": {
41903
+ "outline": {
41904
+ "version": "3.42",
41905
+ "unicode": "1023c"
41906
+ }
41907
+ }
41908
+ },
41734
41909
  "device-computer-camera-off": {
41735
41910
  "name": "device-computer-camera-off",
41736
41911
  "category": "Devices",
@@ -47277,6 +47452,28 @@
47277
47452
  }
47278
47453
  }
47279
47454
  },
47455
+ "door-hanger": {
47456
+ "name": "door-hanger",
47457
+ "category": "Buildings",
47458
+ "tags": [
47459
+ "door",
47460
+ "hanger",
47461
+ "hotel",
47462
+ "room",
47463
+ "sign",
47464
+ "notice",
47465
+ "hospitality",
47466
+ "accommodation",
47467
+ "entrance",
47468
+ "home"
47469
+ ],
47470
+ "styles": {
47471
+ "outline": {
47472
+ "version": "3.42",
47473
+ "unicode": "1023b"
47474
+ }
47475
+ }
47476
+ },
47280
47477
  "door-off": {
47281
47478
  "name": "door-off",
47282
47479
  "category": "System",
@@ -48284,6 +48481,28 @@
48284
48481
  }
48285
48482
  }
48286
48483
  },
48484
+ "earphone-bluetooth": {
48485
+ "name": "earphone-bluetooth",
48486
+ "category": "Devices",
48487
+ "tags": [
48488
+ "earphone",
48489
+ "earbud",
48490
+ "bluetooth",
48491
+ "wireless",
48492
+ "audio",
48493
+ "headset",
48494
+ "hardware",
48495
+ "technology",
48496
+ "gadget",
48497
+ "equipment"
48498
+ ],
48499
+ "styles": {
48500
+ "outline": {
48501
+ "version": "3.42",
48502
+ "unicode": "1023a"
48503
+ }
48504
+ }
48505
+ },
48287
48506
  "ease-in-control-point": {
48288
48507
  "name": "ease-in-control-point",
48289
48508
  "category": "Design",
@@ -57594,6 +57813,28 @@
57594
57813
  }
57595
57814
  }
57596
57815
  },
57816
+ "grape": {
57817
+ "name": "grape",
57818
+ "category": "Food",
57819
+ "tags": [
57820
+ "grape",
57821
+ "fruit",
57822
+ "vine",
57823
+ "wine",
57824
+ "berry",
57825
+ "healthy",
57826
+ "food",
57827
+ "organic",
57828
+ "nutrition",
57829
+ "vineyard"
57830
+ ],
57831
+ "styles": {
57832
+ "outline": {
57833
+ "version": "3.42",
57834
+ "unicode": "10239"
57835
+ }
57836
+ }
57837
+ },
57597
57838
  "graph-off": {
57598
57839
  "name": "graph-off",
57599
57840
  "category": "System",
@@ -58144,6 +58385,28 @@
58144
58385
  }
58145
58386
  }
58146
58387
  },
58388
+ "hammer-drill": {
58389
+ "name": "hammer-drill",
58390
+ "category": "Devices",
58391
+ "tags": [
58392
+ "hammer",
58393
+ "drill",
58394
+ "power tool",
58395
+ "electric",
58396
+ "hardware",
58397
+ "equipment",
58398
+ "construction",
58399
+ "diy",
58400
+ "repair",
58401
+ "building"
58402
+ ],
58403
+ "styles": {
58404
+ "outline": {
58405
+ "version": "3.42",
58406
+ "unicode": "10238"
58407
+ }
58408
+ }
58409
+ },
58147
58410
  "hammer-off": {
58148
58411
  "name": "hammer-off",
58149
58412
  "category": "Design",
@@ -63319,6 +63582,28 @@
63319
63582
  }
63320
63583
  }
63321
63584
  },
63585
+ "infinity-2": {
63586
+ "name": "infinity-2",
63587
+ "category": "Math",
63588
+ "tags": [
63589
+ "infinity",
63590
+ "endless",
63591
+ "eternity",
63592
+ "loop",
63593
+ "mathematics",
63594
+ "math",
63595
+ "symbol",
63596
+ "continuum",
63597
+ "forever",
63598
+ "equation"
63599
+ ],
63600
+ "styles": {
63601
+ "outline": {
63602
+ "version": "3.42",
63603
+ "unicode": "10237"
63604
+ }
63605
+ }
63606
+ },
63322
63607
  "infinity-off": {
63323
63608
  "name": "infinity-off",
63324
63609
  "category": "Math",
@@ -65217,6 +65502,28 @@
65217
65502
  }
65218
65503
  }
65219
65504
  },
65505
+ "lawn-mower": {
65506
+ "name": "lawn-mower",
65507
+ "category": "Devices",
65508
+ "tags": [
65509
+ "lawn",
65510
+ "mower",
65511
+ "grass",
65512
+ "garden",
65513
+ "yard",
65514
+ "landscaping",
65515
+ "outdoor",
65516
+ "equipment",
65517
+ "machine",
65518
+ "hardware"
65519
+ ],
65520
+ "styles": {
65521
+ "outline": {
65522
+ "version": "3.42",
65523
+ "unicode": "10236"
65524
+ }
65525
+ }
65526
+ },
65220
65527
  "layers-difference": {
65221
65528
  "name": "layers-difference",
65222
65529
  "category": "Design",
@@ -68480,6 +68787,28 @@
68480
68787
  }
68481
68788
  }
68482
68789
  },
68790
+ "loader-4": {
68791
+ "name": "loader-4",
68792
+ "category": "System",
68793
+ "tags": [
68794
+ "loader",
68795
+ "loading",
68796
+ "spinner",
68797
+ "progress",
68798
+ "wait",
68799
+ "process",
68800
+ "interface",
68801
+ "ui",
68802
+ "busy",
68803
+ "system"
68804
+ ],
68805
+ "styles": {
68806
+ "outline": {
68807
+ "version": "3.42",
68808
+ "unicode": "10235"
68809
+ }
68810
+ }
68811
+ },
68483
68812
  "loader-quarter": {
68484
68813
  "name": "loader-quarter",
68485
68814
  "category": "System",
@@ -77304,6 +77633,28 @@
77304
77633
  }
77305
77634
  }
77306
77635
  },
77636
+ "mosque": {
77637
+ "name": "mosque",
77638
+ "category": "Buildings",
77639
+ "tags": [
77640
+ "mosque",
77641
+ "islam",
77642
+ "muslim",
77643
+ "religion",
77644
+ "worship",
77645
+ "architecture",
77646
+ "building",
77647
+ "dome",
77648
+ "minaret",
77649
+ "landmark"
77650
+ ],
77651
+ "styles": {
77652
+ "outline": {
77653
+ "version": "3.42",
77654
+ "unicode": "10234"
77655
+ }
77656
+ }
77657
+ },
77307
77658
  "motorbike": {
77308
77659
  "name": "motorbike",
77309
77660
  "category": "Vehicles",
@@ -83590,6 +83941,28 @@
83590
83941
  }
83591
83942
  }
83592
83943
  },
83944
+ "pendulum": {
83945
+ "name": "pendulum",
83946
+ "category": "Math",
83947
+ "tags": [
83948
+ "pendulum",
83949
+ "physics",
83950
+ "swing",
83951
+ "oscillation",
83952
+ "gravity",
83953
+ "time",
83954
+ "motion",
83955
+ "science",
83956
+ "experiment",
83957
+ "mechanics"
83958
+ ],
83959
+ "styles": {
83960
+ "outline": {
83961
+ "version": "3.42",
83962
+ "unicode": "10233"
83963
+ }
83964
+ }
83965
+ },
83593
83966
  "pennant-2": {
83594
83967
  "name": "pennant-2",
83595
83968
  "category": "Map",
@@ -87586,6 +87959,28 @@
87586
87959
  }
87587
87960
  }
87588
87961
  },
87962
+ "plunger": {
87963
+ "name": "plunger",
87964
+ "category": "Health",
87965
+ "tags": [
87966
+ "plunger",
87967
+ "toilet",
87968
+ "bathroom",
87969
+ "hygiene",
87970
+ "wc",
87971
+ "plumbing",
87972
+ "clog",
87973
+ "drain",
87974
+ "cleaning",
87975
+ "pipe"
87976
+ ],
87977
+ "styles": {
87978
+ "outline": {
87979
+ "version": "3.42",
87980
+ "unicode": "10232"
87981
+ }
87982
+ }
87983
+ },
87589
87984
  "plus-equal": {
87590
87985
  "name": "plus-equal",
87591
87986
  "category": "Math",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons",
3
- "version": "3.41.1",
3
+ "version": "3.42.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.",