@tabler/icons 3.39.0 → 3.40.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 (44) hide show
  1. package/README.md +1 -1
  2. package/categories/outline/Arrows/circle-open-arrow-down.svg +16 -0
  3. package/categories/outline/Arrows/circle-open-arrow-left.svg +16 -0
  4. package/categories/outline/Arrows/circle-open-arrow-right.svg +16 -0
  5. package/categories/outline/Arrows/circle-open-arrow-up.svg +16 -0
  6. package/categories/outline/Brand/brand-infakt.svg +16 -0
  7. package/categories/outline/Buildings/home-lock.svg +19 -0
  8. package/categories/outline/Buildings/home-shield.svg +3 -2
  9. package/categories/outline/Charts/trending-up-down.svg +18 -0
  10. package/categories/outline/Design/mesh.svg +19 -0
  11. package/categories/outline/Design/stroke-curved.svg +15 -0
  12. package/categories/outline/Design/stroke-dynamic.svg +15 -0
  13. package/categories/outline/Design/stroke-straight.svg +15 -0
  14. package/categories/outline/Development/api-book.svg +26 -0
  15. package/categories/outline/Development/api.svg +4 -12
  16. package/categories/outline/Development/queue-pop-in.svg +18 -0
  17. package/categories/outline/Development/queue-pop-out.svg +18 -0
  18. package/categories/outline/Map/map-lock.svg +18 -0
  19. package/categories/outline/Map/map-shield.svg +17 -0
  20. package/categories/outline/Shapes/circle-plus-minus.svg +18 -0
  21. package/categories/outline/System/vip-2.svg +21 -0
  22. package/icons/outline/api-book.svg +26 -0
  23. package/icons/outline/api.svg +4 -12
  24. package/icons/outline/brand-infakt.svg +16 -0
  25. package/icons/outline/circle-open-arrow-down.svg +16 -0
  26. package/icons/outline/circle-open-arrow-left.svg +16 -0
  27. package/icons/outline/circle-open-arrow-right.svg +16 -0
  28. package/icons/outline/circle-open-arrow-up.svg +16 -0
  29. package/icons/outline/circle-plus-minus.svg +18 -0
  30. package/icons/outline/home-lock.svg +19 -0
  31. package/icons/outline/home-shield.svg +3 -2
  32. package/icons/outline/map-lock.svg +18 -0
  33. package/icons/outline/map-shield.svg +17 -0
  34. package/icons/outline/mesh.svg +19 -0
  35. package/icons/outline/queue-pop-in.svg +18 -0
  36. package/icons/outline/queue-pop-out.svg +18 -0
  37. package/icons/outline/stroke-curved.svg +15 -0
  38. package/icons/outline/stroke-dynamic.svg +15 -0
  39. package/icons/outline/stroke-straight.svg +15 -0
  40. package/icons/outline/trending-up-down.svg +18 -0
  41. package/icons/outline/vip-2.svg +21 -0
  42. package/icons.json +366 -0
  43. package/package.json +1 -1
  44. package/tabler-nodes-outline.json +407 -23
@@ -0,0 +1,18 @@
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-queue-pop-in"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M8 6h-3a2 2 0 0 0 -2 2v11a2 2 0 0 0 2 2h11a2 2 0 0 0 2 -2v-3.357" />
15
+ <path d="M13 5a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-4" />
16
+ <path d="M13.5 10.5l-5.5 5.5" />
17
+ <path d="M8 11v5h5" />
18
+ </svg>
@@ -0,0 +1,18 @@
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-queue-pop-out"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M11 5h-6a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-6" />
15
+ <path d="M3 13h6a2 2 0 0 1 2 2v6" />
16
+ <path d="M16 3h5v5" />
17
+ <path d="M21 3l-6 6" />
18
+ </svg>
@@ -0,0 +1,15 @@
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-stroke-curved"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 19h1.341a7 7 0 0 0 6.845 -5.533l.628 -2.934a7 7 0 0 1 6.846 -5.533h1.34" />
15
+ </svg>
@@ -0,0 +1,15 @@
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-stroke-dynamic"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 19h6a2 2 0 0 0 2 -2v-10a2 2 0 0 1 2 -2h7" />
15
+ </svg>
@@ -0,0 +1,15 @@
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-stroke-straight"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 19l16 -14" />
15
+ </svg>
@@ -0,0 +1,18 @@
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-trending-up-down"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M2 14l6 -6l4 4l9 -9" />
15
+ <path d="M15 3h6v6" />
16
+ <path d="M15 21h6v-6" />
17
+ <path d="M21 21l-6 -6" />
18
+ </svg>
@@ -0,0 +1,21 @@
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-vip-2"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M3 5h4" />
15
+ <path d="M17 5h4" />
16
+ <path d="M3 19h18" />
17
+ <path d="M4 9l2 6h1l2 -6" />
18
+ <path d="M12 10v5" />
19
+ <path d="M16 15v-6h2a2 2 0 1 1 0 4h-2" />
20
+ <path d="M10 5a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2" />
21
+ </svg>
package/icons.json CHANGED
@@ -2992,6 +2992,28 @@
2992
2992
  }
2993
2993
  }
2994
2994
  },
2995
+ "api-book": {
2996
+ "name": "api-book",
2997
+ "category": "Development",
2998
+ "tags": [
2999
+ "programming",
3000
+ "coding",
3001
+ "program",
3002
+ "code",
3003
+ "configuration",
3004
+ "api",
3005
+ "software",
3006
+ "technical",
3007
+ "developer",
3008
+ "interface"
3009
+ ],
3010
+ "styles": {
3011
+ "outline": {
3012
+ "version": "3.40",
3013
+ "unicode": "1020b"
3014
+ }
3015
+ }
3016
+ },
2995
3017
  "api-off": {
2996
3018
  "name": "api-off",
2997
3019
  "category": "Development",
@@ -17847,6 +17869,27 @@
17847
17869
  }
17848
17870
  }
17849
17871
  },
17872
+ "brand-infakt": {
17873
+ "name": "brand-infakt",
17874
+ "category": "Brand",
17875
+ "tags": [
17876
+ "invoice",
17877
+ "accounting",
17878
+ "polish",
17879
+ "infakt",
17880
+ "finance",
17881
+ "billing",
17882
+ "brand",
17883
+ "software",
17884
+ "company"
17885
+ ],
17886
+ "styles": {
17887
+ "outline": {
17888
+ "version": "3.40",
17889
+ "unicode": "1020a"
17890
+ }
17891
+ }
17892
+ },
17850
17893
  "brand-instagram": {
17851
17894
  "name": "brand-instagram",
17852
17895
  "category": "Brand",
@@ -32863,6 +32906,90 @@
32863
32906
  }
32864
32907
  }
32865
32908
  },
32909
+ "circle-open-arrow-down": {
32910
+ "name": "circle-open-arrow-down",
32911
+ "category": "Arrows",
32912
+ "tags": [
32913
+ "circle",
32914
+ "open",
32915
+ "arrow",
32916
+ "down",
32917
+ "direction",
32918
+ "south",
32919
+ "navigation",
32920
+ "pointer",
32921
+ "round"
32922
+ ],
32923
+ "styles": {
32924
+ "outline": {
32925
+ "version": "3.40",
32926
+ "unicode": "10209"
32927
+ }
32928
+ }
32929
+ },
32930
+ "circle-open-arrow-left": {
32931
+ "name": "circle-open-arrow-left",
32932
+ "category": "Arrows",
32933
+ "tags": [
32934
+ "circle",
32935
+ "open",
32936
+ "arrow",
32937
+ "left",
32938
+ "direction",
32939
+ "west",
32940
+ "navigation",
32941
+ "pointer",
32942
+ "round"
32943
+ ],
32944
+ "styles": {
32945
+ "outline": {
32946
+ "version": "3.40",
32947
+ "unicode": "10208"
32948
+ }
32949
+ }
32950
+ },
32951
+ "circle-open-arrow-right": {
32952
+ "name": "circle-open-arrow-right",
32953
+ "category": "Arrows",
32954
+ "tags": [
32955
+ "circle",
32956
+ "open",
32957
+ "arrow",
32958
+ "right",
32959
+ "direction",
32960
+ "east",
32961
+ "navigation",
32962
+ "pointer",
32963
+ "round"
32964
+ ],
32965
+ "styles": {
32966
+ "outline": {
32967
+ "version": "3.40",
32968
+ "unicode": "10207"
32969
+ }
32970
+ }
32971
+ },
32972
+ "circle-open-arrow-up": {
32973
+ "name": "circle-open-arrow-up",
32974
+ "category": "Arrows",
32975
+ "tags": [
32976
+ "circle",
32977
+ "open",
32978
+ "arrow",
32979
+ "up",
32980
+ "direction",
32981
+ "north",
32982
+ "navigation",
32983
+ "pointer",
32984
+ "round"
32985
+ ],
32986
+ "styles": {
32987
+ "outline": {
32988
+ "version": "3.40",
32989
+ "unicode": "10206"
32990
+ }
32991
+ }
32992
+ },
32866
32993
  "circle-percentage": {
32867
32994
  "name": "circle-percentage",
32868
32995
  "category": "Shapes",
@@ -32911,6 +33038,27 @@
32911
33038
  }
32912
33039
  }
32913
33040
  },
33041
+ "circle-plus-minus": {
33042
+ "name": "circle-plus-minus",
33043
+ "category": "Shapes",
33044
+ "tags": [
33045
+ "circle",
33046
+ "plus",
33047
+ "minus",
33048
+ "add",
33049
+ "remove",
33050
+ "expand",
33051
+ "collapse",
33052
+ "round",
33053
+ "control"
33054
+ ],
33055
+ "styles": {
33056
+ "outline": {
33057
+ "version": "3.40",
33058
+ "unicode": "10205"
33059
+ }
33060
+ }
33061
+ },
32914
33062
  "circle-plus": {
32915
33063
  "name": "circle-plus",
32916
33064
  "category": "Shapes",
@@ -61469,6 +61617,25 @@
61469
61617
  }
61470
61618
  }
61471
61619
  },
61620
+ "home-lock": {
61621
+ "name": "home-lock",
61622
+ "category": "Buildings",
61623
+ "tags": [
61624
+ "home",
61625
+ "lock",
61626
+ "security",
61627
+ "protected",
61628
+ "house",
61629
+ "access",
61630
+ "secure"
61631
+ ],
61632
+ "styles": {
61633
+ "outline": {
61634
+ "version": "3.40",
61635
+ "unicode": "10204"
61636
+ }
61637
+ }
61638
+ },
61472
61639
  "home-minus": {
61473
61640
  "name": "home-minus",
61474
61641
  "category": "Buildings",
@@ -70820,6 +70987,25 @@
70820
70987
  }
70821
70988
  }
70822
70989
  },
70990
+ "map-lock": {
70991
+ "name": "map-lock",
70992
+ "category": "Map",
70993
+ "tags": [
70994
+ "map",
70995
+ "lock",
70996
+ "security",
70997
+ "location",
70998
+ "protected",
70999
+ "access",
71000
+ "secure"
71001
+ ],
71002
+ "styles": {
71003
+ "outline": {
71004
+ "version": "3.40",
71005
+ "unicode": "10203"
71006
+ }
71007
+ }
71008
+ },
70823
71009
  "map-minus": {
70824
71010
  "name": "map-minus",
70825
71011
  "category": "Map",
@@ -71528,6 +71714,25 @@
71528
71714
  }
71529
71715
  }
71530
71716
  },
71717
+ "map-shield": {
71718
+ "name": "map-shield",
71719
+ "category": "Map",
71720
+ "tags": [
71721
+ "map",
71722
+ "shield",
71723
+ "security",
71724
+ "protection",
71725
+ "location",
71726
+ "safe",
71727
+ "guarded"
71728
+ ],
71729
+ "styles": {
71730
+ "outline": {
71731
+ "version": "3.40",
71732
+ "unicode": "10202"
71733
+ }
71734
+ }
71735
+ },
71531
71736
  "map-south": {
71532
71737
  "name": "map-south",
71533
71738
  "category": "Map",
@@ -73178,6 +73383,26 @@
73178
73383
  }
73179
73384
  }
73180
73385
  },
73386
+ "mesh": {
73387
+ "name": "mesh",
73388
+ "category": "Design",
73389
+ "tags": [
73390
+ "mesh",
73391
+ "grid",
73392
+ "graphic",
73393
+ "3d",
73394
+ "wireframe",
73395
+ "lattice",
73396
+ "structure",
73397
+ "pattern"
73398
+ ],
73399
+ "styles": {
73400
+ "outline": {
73401
+ "version": "3.40",
73402
+ "unicode": "10201"
73403
+ }
73404
+ }
73405
+ },
73181
73406
  "message-2-bolt": {
73182
73407
  "name": "message-2-bolt",
73183
73408
  "category": "Communication",
@@ -88707,6 +88932,46 @@
88707
88932
  }
88708
88933
  }
88709
88934
  },
88935
+ "queue-pop-in": {
88936
+ "name": "queue-pop-in",
88937
+ "category": "Development",
88938
+ "tags": [
88939
+ "queue",
88940
+ "pop",
88941
+ "in",
88942
+ "insert",
88943
+ "stack",
88944
+ "data-structure",
88945
+ "add",
88946
+ "development"
88947
+ ],
88948
+ "styles": {
88949
+ "outline": {
88950
+ "version": "3.40",
88951
+ "unicode": "10200"
88952
+ }
88953
+ }
88954
+ },
88955
+ "queue-pop-out": {
88956
+ "name": "queue-pop-out",
88957
+ "category": "Development",
88958
+ "tags": [
88959
+ "queue",
88960
+ "pop",
88961
+ "out",
88962
+ "remove",
88963
+ "stack",
88964
+ "data-structure",
88965
+ "extract",
88966
+ "development"
88967
+ ],
88968
+ "styles": {
88969
+ "outline": {
88970
+ "version": "3.40",
88971
+ "unicode": "101ff"
88972
+ }
88973
+ }
88974
+ },
88710
88975
  "quote-off": {
88711
88976
  "name": "quote-off",
88712
88977
  "category": "Text",
@@ -102392,6 +102657,66 @@
102392
102657
  }
102393
102658
  }
102394
102659
  },
102660
+ "stroke-curved": {
102661
+ "name": "stroke-curved",
102662
+ "category": "Design",
102663
+ "tags": [
102664
+ "stroke",
102665
+ "curved",
102666
+ "line",
102667
+ "path",
102668
+ "design",
102669
+ "style",
102670
+ "illustration",
102671
+ "vector"
102672
+ ],
102673
+ "styles": {
102674
+ "outline": {
102675
+ "version": "3.40",
102676
+ "unicode": "101fe"
102677
+ }
102678
+ }
102679
+ },
102680
+ "stroke-dynamic": {
102681
+ "name": "stroke-dynamic",
102682
+ "category": "Design",
102683
+ "tags": [
102684
+ "stroke",
102685
+ "dynamic",
102686
+ "line",
102687
+ "path",
102688
+ "design",
102689
+ "style",
102690
+ "illustration",
102691
+ "variable"
102692
+ ],
102693
+ "styles": {
102694
+ "outline": {
102695
+ "version": "3.40",
102696
+ "unicode": "101fd"
102697
+ }
102698
+ }
102699
+ },
102700
+ "stroke-straight": {
102701
+ "name": "stroke-straight",
102702
+ "category": "Design",
102703
+ "tags": [
102704
+ "stroke",
102705
+ "straight",
102706
+ "line",
102707
+ "path",
102708
+ "design",
102709
+ "style",
102710
+ "illustration",
102711
+ "vector"
102712
+ ],
102713
+ "styles": {
102714
+ "outline": {
102715
+ "version": "3.40",
102716
+ "unicode": "101fc"
102717
+ }
102718
+ }
102719
+ },
102395
102720
  "submarine": {
102396
102721
  "name": "submarine",
102397
102722
  "category": "Vehicles",
@@ -107289,6 +107614,28 @@
107289
107614
  }
107290
107615
  }
107291
107616
  },
107617
+ "trending-up-down": {
107618
+ "name": "trending-up-down",
107619
+ "category": "Charts",
107620
+ "tags": [
107621
+ "trend",
107622
+ "chart",
107623
+ "up",
107624
+ "down",
107625
+ "growth",
107626
+ "decline",
107627
+ "statistics",
107628
+ "data",
107629
+ "arrow",
107630
+ "navigation"
107631
+ ],
107632
+ "styles": {
107633
+ "outline": {
107634
+ "version": "3.40",
107635
+ "unicode": "101fb"
107636
+ }
107637
+ }
107638
+ },
107292
107639
  "trending-up": {
107293
107640
  "name": "trending-up",
107294
107641
  "category": "Arrows",
@@ -109802,6 +110149,25 @@
109802
110149
  }
109803
110150
  }
109804
110151
  },
110152
+ "vip-2": {
110153
+ "name": "vip-2",
110154
+ "category": "System",
110155
+ "tags": [
110156
+ "premium",
110157
+ "exclusive",
110158
+ "staff",
110159
+ "expensive",
110160
+ "vip",
110161
+ "variant",
110162
+ "alternate"
110163
+ ],
110164
+ "styles": {
110165
+ "outline": {
110166
+ "version": "3.40",
110167
+ "unicode": "101fa"
110168
+ }
110169
+ }
110170
+ },
109805
110171
  "vip-off": {
109806
110172
  "name": "vip-off",
109807
110173
  "category": "System",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons",
3
- "version": "3.39.0",
3
+ "version": "3.40.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.",