@tabler/icons 3.1.0 → 3.2.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-google-fit.svg +1 -1
  3. package/categories/outline/Communication/bubble-minus.svg +16 -0
  4. package/categories/outline/Communication/bubble-plus.svg +17 -0
  5. package/categories/outline/Communication/bubble-text.svg +17 -0
  6. package/categories/outline/Communication/bubble-x.svg +17 -0
  7. package/categories/outline/Communication/bubble.svg +15 -0
  8. package/categories/outline/Communication/message-dots.svg +4 -4
  9. package/categories/outline/Food/carambola.svg +15 -0
  10. package/categories/outline/Food/dumpling.svg +15 -0
  11. package/categories/outline/Maps/monkeybar.svg +19 -0
  12. package/categories/outline/Shapes/circle-dashed-check.svg +23 -0
  13. package/categories/outline/Shapes/circle-dashed-minus.svg +23 -0
  14. package/categories/outline/Shapes/circle-dashed-plus.svg +24 -0
  15. package/categories/outline/Text/text-wrap-column.svg +18 -0
  16. package/icons/filled/bubble.svg +11 -0
  17. package/icons/filled/picture-in-picture-top.svg +12 -0
  18. package/icons/filled/picture-in-picture.svg +12 -0
  19. package/icons/filled/toggle-left.svg +12 -0
  20. package/icons/filled/toggle-right.svg +12 -0
  21. package/icons/outline/brand-google-fit.svg +1 -1
  22. package/icons/outline/bubble-minus.svg +16 -0
  23. package/icons/outline/bubble-plus.svg +17 -0
  24. package/icons/outline/bubble-text.svg +17 -0
  25. package/icons/outline/bubble-x.svg +17 -0
  26. package/icons/outline/bubble.svg +15 -0
  27. package/icons/outline/carambola.svg +15 -0
  28. package/icons/outline/circle-dashed-check.svg +23 -0
  29. package/icons/outline/circle-dashed-minus.svg +23 -0
  30. package/icons/outline/circle-dashed-plus.svg +24 -0
  31. package/icons/outline/dumpling.svg +15 -0
  32. package/icons/outline/message-dots.svg +4 -4
  33. package/icons/outline/monkeybar.svg +19 -0
  34. package/icons/outline/pentagon-minus.svg +16 -0
  35. package/icons/outline/text-wrap-column.svg +18 -0
  36. package/icons.json +278 -3
  37. package/package.json +1 -1
  38. package/tabler-nodes-filled.json +64 -0
  39. package/tabler-nodes-outline.json +349 -5
  40. /package/categories/outline/{Numbers → Shapes}/circle-dashed-x.svg +0 -0
package/icons.json CHANGED
@@ -15521,6 +15521,110 @@
15521
15521
  }
15522
15522
  }
15523
15523
  },
15524
+ "bubble-minus": {
15525
+ "name": "bubble-minus",
15526
+ "category": "Communication",
15527
+ "tags": [
15528
+ "comment",
15529
+ "chat",
15530
+ "reply",
15531
+ "communication",
15532
+ "conversation",
15533
+ "faq",
15534
+ "message",
15535
+ "text"
15536
+ ],
15537
+ "styles": {
15538
+ "outline": {
15539
+ "version": "3.2",
15540
+ "unicode": "febe"
15541
+ }
15542
+ }
15543
+ },
15544
+ "bubble-plus": {
15545
+ "name": "bubble-plus",
15546
+ "category": "Communication",
15547
+ "tags": [
15548
+ "comment",
15549
+ "chat",
15550
+ "reply",
15551
+ "communication",
15552
+ "conversation",
15553
+ "faq",
15554
+ "message",
15555
+ "text"
15556
+ ],
15557
+ "styles": {
15558
+ "outline": {
15559
+ "version": "3.2",
15560
+ "unicode": "febd"
15561
+ }
15562
+ }
15563
+ },
15564
+ "bubble-text": {
15565
+ "name": "bubble-text",
15566
+ "category": "Communication",
15567
+ "tags": [
15568
+ "comment",
15569
+ "chat",
15570
+ "reply",
15571
+ "communication",
15572
+ "conversation",
15573
+ "faq",
15574
+ "message",
15575
+ "text"
15576
+ ],
15577
+ "styles": {
15578
+ "outline": {
15579
+ "version": "3.2",
15580
+ "unicode": "febc"
15581
+ }
15582
+ }
15583
+ },
15584
+ "bubble-x": {
15585
+ "name": "bubble-x",
15586
+ "category": "Communication",
15587
+ "tags": [
15588
+ "comment",
15589
+ "chat",
15590
+ "reply",
15591
+ "communication",
15592
+ "conversation",
15593
+ "faq",
15594
+ "message",
15595
+ "text"
15596
+ ],
15597
+ "styles": {
15598
+ "outline": {
15599
+ "version": "3.2",
15600
+ "unicode": "febb"
15601
+ }
15602
+ }
15603
+ },
15604
+ "bubble": {
15605
+ "name": "bubble",
15606
+ "category": "Communication",
15607
+ "tags": [
15608
+ "comment",
15609
+ "chat",
15610
+ "reply",
15611
+ "communication",
15612
+ "conversation",
15613
+ "faq",
15614
+ "message",
15615
+ "text"
15616
+ ],
15617
+ "styles": {
15618
+ "outline": {
15619
+ "version": "3.2",
15620
+ "unicode": "feba"
15621
+ },
15622
+ "filled": {
15623
+ "version": "3.2",
15624
+ "unicode": "fec3"
15625
+ }
15626
+ }
15627
+ },
15524
15628
  "bucket-droplet": {
15525
15629
  "name": "bucket-droplet",
15526
15630
  "category": "Design",
@@ -17513,6 +17617,30 @@
17513
17617
  }
17514
17618
  }
17515
17619
  },
17620
+ "carambola": {
17621
+ "name": "carambola",
17622
+ "category": "Food",
17623
+ "tags": [
17624
+ "fruit",
17625
+ "starfruit",
17626
+ "carambola",
17627
+ "tropical",
17628
+ "exotic",
17629
+ "five",
17630
+ "five-pointed",
17631
+ "star",
17632
+ "healthy",
17633
+ "vitamin",
17634
+ "nutrition",
17635
+ "diet"
17636
+ ],
17637
+ "styles": {
17638
+ "outline": {
17639
+ "version": "3.2",
17640
+ "unicode": "feb9"
17641
+ }
17642
+ }
17643
+ },
17516
17644
  "caravan": {
17517
17645
  "name": "caravan",
17518
17646
  "category": "Vehicles",
@@ -19932,6 +20060,42 @@
19932
20060
  }
19933
20061
  }
19934
20062
  },
20063
+ "circle-dashed-check": {
20064
+ "name": "circle-dashed-check",
20065
+ "category": "Shapes",
20066
+ "tags": [
20067
+ "check",
20068
+ "success",
20069
+ "done",
20070
+ "complete",
20071
+ "tick",
20072
+ "correct",
20073
+ "confirm",
20074
+ "approved",
20075
+ "verified",
20076
+ "valid",
20077
+ "yes",
20078
+ "circle",
20079
+ "dashed"
20080
+ ],
20081
+ "styles": {
20082
+ "outline": {
20083
+ "version": "3.2",
20084
+ "unicode": "feb8"
20085
+ }
20086
+ }
20087
+ },
20088
+ "circle-dashed-minus": {
20089
+ "name": "circle-dashed-minus",
20090
+ "category": "Shapes",
20091
+ "tags": [],
20092
+ "styles": {
20093
+ "outline": {
20094
+ "version": "3.2",
20095
+ "unicode": "feb7"
20096
+ }
20097
+ }
20098
+ },
19935
20099
  "circle-dashed-number-0": {
19936
20100
  "name": "circle-dashed-number-0",
19937
20101
  "category": "Numbers",
@@ -20053,9 +20217,20 @@
20053
20217
  }
20054
20218
  }
20055
20219
  },
20220
+ "circle-dashed-plus": {
20221
+ "name": "circle-dashed-plus",
20222
+ "category": "Shapes",
20223
+ "tags": [],
20224
+ "styles": {
20225
+ "outline": {
20226
+ "version": "3.2",
20227
+ "unicode": "feb6"
20228
+ }
20229
+ }
20230
+ },
20056
20231
  "circle-dashed-x": {
20057
20232
  "name": "circle-dashed-x",
20058
- "category": "Numbers",
20233
+ "category": "Shapes",
20059
20234
  "tags": [],
20060
20235
  "styles": {
20061
20236
  "outline": {
@@ -30801,6 +30976,33 @@
30801
30976
  }
30802
30977
  }
30803
30978
  },
30979
+ "dumpling": {
30980
+ "name": "dumpling",
30981
+ "category": "Food",
30982
+ "tags": [
30983
+ "food",
30984
+ "chinese",
30985
+ "asian",
30986
+ "meal",
30987
+ "snack",
30988
+ "dough",
30989
+ "meat",
30990
+ "vegetable",
30991
+ "steamed",
30992
+ "boiled",
30993
+ "fried",
30994
+ "cuisine",
30995
+ "traditional",
30996
+ "delicious",
30997
+ "tasty"
30998
+ ],
30999
+ "styles": {
31000
+ "outline": {
31001
+ "version": "3.2",
31002
+ "unicode": "feb5"
31003
+ }
31004
+ }
31005
+ },
30804
31006
  "e-passport": {
30805
31007
  "name": "e-passport",
30806
31008
  "category": "E-commerce",
@@ -48283,6 +48485,33 @@
48283
48485
  }
48284
48486
  }
48285
48487
  },
48488
+ "monkeybar": {
48489
+ "name": "monkeybar",
48490
+ "category": "Maps",
48491
+ "tags": [
48492
+ "playground",
48493
+ "park",
48494
+ "monkey",
48495
+ "bar",
48496
+ "jungle",
48497
+ "gym",
48498
+ "exercise",
48499
+ "fitness",
48500
+ "outdoor",
48501
+ "fun",
48502
+ "children",
48503
+ "kids",
48504
+ "play",
48505
+ "swing",
48506
+ "jungle gym"
48507
+ ],
48508
+ "styles": {
48509
+ "outline": {
48510
+ "version": "3.2",
48511
+ "unicode": "feb4"
48512
+ }
48513
+ }
48514
+ },
48286
48515
  "mood-angry": {
48287
48516
  "name": "mood-angry",
48288
48517
  "category": "Mood",
@@ -52612,6 +52841,17 @@
52612
52841
  }
52613
52842
  }
52614
52843
  },
52844
+ "pentagon-minus": {
52845
+ "name": "pentagon-minus",
52846
+ "category": "",
52847
+ "tags": [],
52848
+ "styles": {
52849
+ "outline": {
52850
+ "version": "3.2",
52851
+ "unicode": "feb3"
52852
+ }
52853
+ }
52854
+ },
52615
52855
  "pentagon-number-0": {
52616
52856
  "name": "pentagon-number-0",
52617
52857
  "category": "Numbers",
@@ -53663,6 +53903,10 @@
53663
53903
  "outline": {
53664
53904
  "version": "1.51",
53665
53905
  "unicode": "efe4"
53906
+ },
53907
+ "filled": {
53908
+ "version": "3.2",
53909
+ "unicode": "fec2"
53666
53910
  }
53667
53911
  }
53668
53912
  },
@@ -53680,6 +53924,10 @@
53680
53924
  "outline": {
53681
53925
  "version": "1.27",
53682
53926
  "unicode": "ed35"
53927
+ },
53928
+ "filled": {
53929
+ "version": "3.2",
53930
+ "unicode": "fec1"
53683
53931
  }
53684
53932
  }
53685
53933
  },
@@ -67274,6 +67522,23 @@
67274
67522
  }
67275
67523
  }
67276
67524
  },
67525
+ "text-wrap-column": {
67526
+ "name": "text-wrap-column",
67527
+ "category": "Text",
67528
+ "tags": [
67529
+ "wrap",
67530
+ "column",
67531
+ "text",
67532
+ "typography",
67533
+ "writing"
67534
+ ],
67535
+ "styles": {
67536
+ "outline": {
67537
+ "version": "3.2",
67538
+ "unicode": "feb2"
67539
+ }
67540
+ }
67541
+ },
67277
67542
  "text-wrap-disabled": {
67278
67543
  "name": "text-wrap-disabled",
67279
67544
  "category": "Text",
@@ -67293,9 +67558,11 @@
67293
67558
  "name": "text-wrap",
67294
67559
  "category": "Text",
67295
67560
  "tags": [
67561
+ "wrap",
67562
+ "column",
67296
67563
  "text",
67297
- "alignment",
67298
- "position"
67564
+ "typography",
67565
+ "writing"
67299
67566
  ],
67300
67567
  "styles": {
67301
67568
  "outline": {
@@ -67804,6 +68071,10 @@
67804
68071
  "outline": {
67805
68072
  "version": "1.0",
67806
68073
  "unicode": "eb3e"
68074
+ },
68075
+ "filled": {
68076
+ "version": "3.2",
68077
+ "unicode": "fec0"
67807
68078
  }
67808
68079
  }
67809
68080
  },
@@ -67819,6 +68090,10 @@
67819
68090
  "outline": {
67820
68091
  "version": "1.0",
67821
68092
  "unicode": "eb3f"
68093
+ },
68094
+ "filled": {
68095
+ "version": "3.2",
68096
+ "unicode": "febf"
67822
68097
  }
67823
68098
  }
67824
68099
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons",
3
- "version": "3.1.0",
3
+ "version": "3.2.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.",
@@ -1993,6 +1993,14 @@
1993
1993
  }
1994
1994
  ]
1995
1995
  ],
1996
+ "bubble": [
1997
+ [
1998
+ "path",
1999
+ {
2000
+ "d": "M12.4 2a6.33 6.33 0 0 1 5.491 3.176l.09 .162l.126 .027a6.335 6.335 0 0 1 4.889 5.934l.004 .234a6.333 6.333 0 0 1 -6.333 6.334l-.035 -.002l-.035 .05a5.26 5.26 0 0 1 -3.958 2.08l-.239 .005q -.722 0 -1.404 -.19l-.047 -.014l-3.434 2.061a1 1 0 0 1 -1.509 -.743l-.006 -.114v-2.434l-.121 -.06a3.67 3.67 0 0 1 -1.94 -3.042l-.006 -.197q 0 -.365 .07 -.717l.013 -.058l-.113 -.09a5.8 5.8 0 0 1 -2.098 -4.218l-.005 -.25a5.8 5.8 0 0 1 5.8 -5.8l.058 .001l.15 -.163a6.32 6.32 0 0 1 4.328 -1.967z"
2001
+ }
2002
+ ]
2003
+ ],
1996
2004
  "bug": [
1997
2005
  [
1998
2006
  "path",
@@ -5087,6 +5095,34 @@
5087
5095
  }
5088
5096
  ]
5089
5097
  ],
5098
+ "picture-in-picture-top": [
5099
+ [
5100
+ "path",
5101
+ {
5102
+ "d": "M11 4a1 1 0 0 1 0 2h-6a1 1 0 0 0 -1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-4a1 1 0 0 1 2 0v4a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3z"
5103
+ }
5104
+ ],
5105
+ [
5106
+ "path",
5107
+ {
5108
+ "d": "M20 4a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-5a2 2 0 0 1 -2 -2v-3a2 2 0 0 1 2 -2z"
5109
+ }
5110
+ ]
5111
+ ],
5112
+ "picture-in-picture": [
5113
+ [
5114
+ "path",
5115
+ {
5116
+ "d": "M19 4a3 3 0 0 1 3 3v4a1 1 0 0 1 -2 0v-4a1 1 0 0 0 -1 -1h-14a1 1 0 0 0 -1 1v10a1 1 0 0 0 1 1h6a1 1 0 0 1 0 2h-6a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3z"
5117
+ }
5118
+ ],
5119
+ [
5120
+ "path",
5121
+ {
5122
+ "d": "M20 13a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-5a2 2 0 0 1 -2 -2v-3a2 2 0 0 1 2 -2z"
5123
+ }
5124
+ ]
5125
+ ],
5090
5126
  "pin": [
5091
5127
  [
5092
5128
  "path",
@@ -6701,6 +6737,34 @@
6701
6737
  }
6702
6738
  ]
6703
6739
  ],
6740
+ "toggle-left": [
6741
+ [
6742
+ "path",
6743
+ {
6744
+ "d": "M8 9a3 3 0 1 1 -3 3l.005 -.176a3 3 0 0 1 2.995 -2.824"
6745
+ }
6746
+ ],
6747
+ [
6748
+ "path",
6749
+ {
6750
+ "d": "M16 5a7 7 0 0 1 0 14h-8a7 7 0 0 1 0 -14zm0 2h-8a5 5 0 1 0 0 10h8a5 5 0 0 0 0 -10"
6751
+ }
6752
+ ]
6753
+ ],
6754
+ "toggle-right": [
6755
+ [
6756
+ "path",
6757
+ {
6758
+ "d": "M16 9a3 3 0 1 1 -3 3l.005 -.176a3 3 0 0 1 2.995 -2.824"
6759
+ }
6760
+ ],
6761
+ [
6762
+ "path",
6763
+ {
6764
+ "d": "M16 5a7 7 0 0 1 0 14h-8a7 7 0 0 1 0 -14zm0 2h-8a5 5 0 1 0 0 10h8a5 5 0 0 0 0 -10"
6765
+ }
6766
+ ]
6767
+ ],
6704
6768
  "transform": [
6705
6769
  [
6706
6770
  "path",