@tabler/icons 3.23.0 → 3.25.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 (88) hide show
  1. package/README.md +1 -1
  2. package/categories/outline/Document/folders.svg +2 -2
  3. package/categories/outline/Nature/{seeding-off.svg → seedling-off.svg} +1 -1
  4. package/categories/outline/Nature/{seeding.svg → seedling.svg} +1 -1
  5. package/categories/outline/Photography/exposure-off.svg +4 -4
  6. package/categories/outline/Photography/exposure.svg +4 -4
  7. package/categories/outline/Vehicles/ferry.svg +4 -4
  8. package/docs/eps.mdx +13 -0
  9. package/docs/figma.mdx +7 -0
  10. package/docs/icons/eps.mdx +13 -0
  11. package/docs/icons/figma.mdx +7 -0
  12. package/docs/icons/index.mdx +103 -0
  13. package/docs/icons/pdf.mdx +13 -0
  14. package/docs/icons/png.mdx +19 -0
  15. package/docs/icons/preact.mdx +40 -0
  16. package/docs/icons/react-native.mdx +39 -0
  17. package/docs/icons/react.mdx +40 -0
  18. package/docs/icons/solidjs.mdx +39 -0
  19. package/docs/icons/sprite.mdx +22 -0
  20. package/docs/icons/svelte.mdx +40 -0
  21. package/docs/icons/svg.mdx +68 -0
  22. package/docs/icons/vue.mdx +45 -0
  23. package/docs/icons/webfont.mdx +52 -0
  24. package/docs/index.mdx +103 -0
  25. package/docs/pdf.mdx +13 -0
  26. package/docs/png.mdx +19 -0
  27. package/docs/preact.mdx +40 -0
  28. package/docs/react-native.mdx +39 -0
  29. package/docs/react.mdx +40 -0
  30. package/docs/solidjs.mdx +39 -0
  31. package/docs/sprite.mdx +22 -0
  32. package/docs/svelte.mdx +40 -0
  33. package/docs/svg.mdx +68 -0
  34. package/docs/vue.mdx +45 -0
  35. package/docs/webfont.mdx +52 -0
  36. package/icons/filled/brand-bitbucket.svg +11 -0
  37. package/icons/filled/calendar-month.svg +4 -6
  38. package/icons/filled/calendar-week.svg +6 -4
  39. package/icons/filled/chart-donut.svg +1 -2
  40. package/icons/filled/chart-dots-2.svg +11 -0
  41. package/icons/filled/chart-dots-3.svg +11 -0
  42. package/icons/filled/chart-funnel.svg +11 -0
  43. package/icons/filled/chart-pie-2.svg +11 -0
  44. package/icons/filled/chart-pie-3.svg +11 -0
  45. package/icons/filled/chart-pie-4.svg +11 -0
  46. package/icons/filled/chef-hat.svg +12 -0
  47. package/icons/filled/circle-caret-down.svg +11 -0
  48. package/icons/filled/circle-caret-left.svg +11 -0
  49. package/icons/filled/circle-caret-right.svg +11 -0
  50. package/icons/filled/circle-caret-up.svg +11 -0
  51. package/icons/filled/circle-chevron-down.svg +11 -0
  52. package/icons/filled/circle-chevron-left.svg +11 -0
  53. package/icons/filled/circle-chevron-right.svg +11 -0
  54. package/icons/filled/circle-chevron-up.svg +11 -0
  55. package/icons/filled/clipboard-check.svg +11 -0
  56. package/icons/filled/clipboard-x.svg +11 -0
  57. package/icons/filled/clipboard.svg +11 -0
  58. package/icons/filled/direction-arrows.svg +11 -0
  59. package/icons/filled/droplets.svg +13 -0
  60. package/icons/filled/eyeglass.svg +11 -0
  61. package/icons/filled/filters.svg +13 -0
  62. package/icons/filled/flame.svg +11 -0
  63. package/icons/filled/flare.svg +11 -0
  64. package/icons/filled/folders.svg +11 -0
  65. package/icons/filled/garden-cart.svg +11 -0
  66. package/icons/filled/grid-pattern.svg +11 -0
  67. package/icons/filled/helicopter-landing.svg +11 -0
  68. package/icons/filled/laurel-wreath.svg +11 -0
  69. package/icons/filled/lemon-2.svg +11 -0
  70. package/icons/filled/lifebuoy.svg +11 -0
  71. package/icons/filled/{seeding.svg → seedling.svg} +1 -1
  72. package/icons/outline/cake-roll.svg +17 -0
  73. package/icons/outline/calendar-month.svg +3 -7
  74. package/icons/outline/calendar-week.svg +7 -3
  75. package/icons/outline/exposure-off.svg +4 -4
  76. package/icons/outline/exposure.svg +4 -4
  77. package/icons/outline/ferry.svg +4 -4
  78. package/icons/outline/flame.svg +1 -1
  79. package/icons/outline/folders.svg +2 -2
  80. package/icons/outline/matrix.svg +25 -0
  81. package/icons/outline/{seeding-off.svg → seedling-off.svg} +1 -1
  82. package/icons/outline/{seeding.svg → seedling.svg} +1 -1
  83. package/icons/outline/square-dashed.svg +15 -0
  84. package/icons/outline/table-dashed.svg +17 -0
  85. package/icons.json +176 -4
  86. package/package.json +5 -3
  87. package/tabler-nodes-filled.json +298 -18
  88. package/tabler-nodes-outline.json +161 -45
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  </p>
6
6
 
7
7
  <p align="center">
8
- A set of <!--icons-count-->5736<!--/icons-count--> free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
8
+ A set of <!--icons-count-->5772<!--/icons-count--> free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
9
9
  <p>
10
10
 
11
11
  <p align="center">
@@ -11,6 +11,6 @@
11
11
  class="icon icon-tabler icons-tabler-outline icon-tabler-folders"
12
12
  >
13
13
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
- <path d="M9 4h3l2 2h5a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" />
15
- <path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2" />
14
+ <path d="M9 3h3l2 2h5a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" />
15
+ <path d="M17 16v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2" />
16
16
  </svg>
@@ -8,7 +8,7 @@
8
8
  stroke-width="2"
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
- class="icon icon-tabler icons-tabler-outline icon-tabler-seeding-off"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-seedling-off"
12
12
  >
13
13
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
14
  <path d="M11.412 7.407a6.025 6.025 0 0 0 -2.82 -2.82m-4.592 -.587h-1v2a6 6 0 0 0 6 6h3" />
@@ -8,7 +8,7 @@
8
8
  stroke-width="2"
9
9
  stroke-linecap="round"
10
10
  stroke-linejoin="round"
11
- class="icon icon-tabler icons-tabler-outline icon-tabler-seeding"
11
+ class="icon icon-tabler icons-tabler-outline icon-tabler-seedling"
12
12
  >
13
13
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
14
  <path d="M12 10a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3" />
@@ -11,9 +11,9 @@
11
11
  class="icon icon-tabler icons-tabler-outline icon-tabler-exposure-off"
12
12
  >
13
13
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
- <path d="M4.6 19.4l7.4 -7.4m2 -2l5.4 -5.4" />
15
- <path d="M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405" />
16
- <path d="M7 9h2v2" />
17
- <path d="M13 16h3" />
14
+ <path d="M3.6 20.4l8.371 -8.371m2.04 -2.04l6.389 -6.389" />
15
+ <path d="M6 8h2m0 0v2" />
16
+ <path d="M14 16h2" />
17
+ <path d="M7 3h12a2 2 0 0 1 2 2v12m-.5 3.5c-.362 .36 -.95 .5 -1.5 .5h-14a2 2 0 0 1 -2 -2v-14c0 -.541 .215 -1.033 .565 -1.393" />
18
18
  <path d="M3 3l18 18" />
19
19
  </svg>
@@ -11,8 +11,8 @@
11
11
  class="icon icon-tabler icons-tabler-outline icon-tabler-exposure"
12
12
  >
13
13
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
- <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />
15
- <path d="M4.6 19.4l14.8 -14.8" />
16
- <path d="M7 9h4m-2 -2v4" />
17
- <path d="M13 16l4 0" />
14
+ <path d="M3.6 20.4l16.8 -16.8" />
15
+ <path d="M6 8h4m-2 -2v4" />
16
+ <path d="M14 16h4" />
17
+ <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />
18
18
  </svg>
@@ -10,8 +10,8 @@
10
10
  stroke-linejoin="round"
11
11
  class="icon icon-tabler icons-tabler-outline icon-tabler-ferry"
12
12
  >
13
- <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
- <path d="M3 17h14.08a3 3 0 0 0 2.5 -1.34l2.141 -2.66h-17.221z" />
15
- <path d="M14.556 7.959l-.382 -1.415" />
16
- <path d="M6.107 12.675l1.384 -4.675h8l2.675 4.598" />
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M2 18h15.293c1.02 0 1.972 -.503 2.536 -1.34l2.171 -3.66h-18.479z" />
15
+ <path d="M14 8l-1 -2" />
16
+ <path d="M6.107 12.675l1.384 -4.675h8l2.675 4.598" />
17
17
  </svg>
package/docs/eps.mdx ADDED
@@ -0,0 +1,13 @@
1
+ ---
2
+ title: EPS version
3
+ ---
4
+
5
+ ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-eps.png)
6
+
7
+ ## Installation
8
+
9
+ <TabsPackage name="@tabler/icons-eps" />
10
+
11
+ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
12
+
13
+ All EPS files are stored in `icons` subdirectory.
package/docs/figma.mdx ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ title: Figma plugin
3
+ ---
4
+
5
+ ![Tabler Figma Plugin](/docs/icons/figma-plugin.png)
6
+
7
+ [Download Plugin](https://www.figma.com/community/plugin/1169807996149376642/Tabler-Icons)
@@ -0,0 +1,13 @@
1
+ ---
2
+ title: EPS version
3
+ ---
4
+
5
+ ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-eps.png)
6
+
7
+ ## Installation
8
+
9
+ <TabsPackage name="@tabler/icons-eps" />
10
+
11
+ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
12
+
13
+ All EPS files are stored in `icons` subdirectory.
@@ -0,0 +1,7 @@
1
+ ---
2
+ title: Figma plugin
3
+ ---
4
+
5
+ ![Tabler Figma Plugin](/docs/icons/figma-plugin.png)
6
+
7
+ [Download Plugin](https://www.figma.com/community/plugin/1169807996149376642/Tabler-Icons)
@@ -0,0 +1,103 @@
1
+ ---
2
+ title: Tabler Icons
3
+ description: Tabler Icons is a powerful and versatile icon library that offers a huge collection of high quality icons suitable for a wide range of applications. With its clean and modern aesthetic, extensive customisation options, and user-friendly website and plugins, Tabler Icons is an excellent resource for designers and developers looking to enhance their projects with high-quality icons.
4
+ ---
5
+
6
+ ```html example centered separated
7
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-lg icon-tabler icon-tabler-ghost" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
8
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
9
+ <path d="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7"></path>
10
+ <path d="M10 10l.01 0"></path>
11
+ <path d="M14 10l.01 0"></path>
12
+ <path d="M10 14a3.5 3.5 0 0 0 4 0"></path>
13
+ </svg>
14
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-lg icon-tabler icon-tabler-star" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
15
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
16
+ <path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z"></path>
17
+ </svg>
18
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-lg icon-tabler icon-tabler-yin-yang" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
19
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
20
+ <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"></path>
21
+ <path d="M12 3a4.5 4.5 0 0 0 0 9a4.5 4.5 0 0 1 0 9"></path>
22
+ <circle cx="12" cy="7.5" r=".5" fill="currentColor"></circle>
23
+ <circle cx="12" cy="16.5" r=".5" fill="currentColor"></circle>
24
+ </svg>
25
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-lg icon-tabler icon-tabler-heart" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
26
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
27
+ <path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572"></path>
28
+ </svg>
29
+ ```
30
+
31
+ ## Customize stroke
32
+
33
+ The `stroke-width` property is a powerful tool for customizing icons. This property allows you to control the thickness of the stroke used to outline an icon, giving you precise control over its appearance. By adjusting the `stroke-width` property, you can make an icon more or less prominent, change its emphasis, or create unique visual effects. For example, a thinner stroke may be ideal for icons with intricate designs or fine details, while a thicker stroke can add visual weight and impact to simpler, bolder icons.
34
+
35
+ All icons are designed by default with `2px` stroke.
36
+
37
+ ```html example centered separated
38
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-lg icon-tabler icon-tabler-cherry" width="24" height="24" viewBox="0 0 24 24" stroke-width="1" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" style="stroke-width: 1">
39
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
40
+ <path d="M7.5 16.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0"></path>
41
+ <path d="M17 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"></path>
42
+ <path d="M9 13c.366 -2 1.866 -3.873 4.5 -5.6"></path>
43
+ <path d="M17 15c-1.333 -2.333 -2.333 -5.333 -1 -9"></path>
44
+ <path d="M5 6c3.667 -2.667 7.333 -2.667 11 0c-3.667 2.667 -7.333 2.667 -11 0"></path>
45
+ </svg>
46
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-lg icon-tabler icon-tabler-cherry" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" style="stroke-width: 1.5">
47
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
48
+ <path d="M7.5 16.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0"></path>
49
+ <path d="M17 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"></path>
50
+ <path d="M9 13c.366 -2 1.866 -3.873 4.5 -5.6"></path>
51
+ <path d="M17 15c-1.333 -2.333 -2.333 -5.333 -1 -9"></path>
52
+ <path d="M5 6c3.667 -2.667 7.333 -2.667 11 0c-3.667 2.667 -7.333 2.667 -11 0"></path>
53
+ </svg>
54
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-lg icon-tabler icon-tabler-cherry" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" style="stroke-width: 2">
55
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
56
+ <path d="M7.5 16.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0"></path>
57
+ <path d="M17 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"></path>
58
+ <path d="M9 13c.366 -2 1.866 -3.873 4.5 -5.6"></path>
59
+ <path d="M17 15c-1.333 -2.333 -2.333 -5.333 -1 -9"></path>
60
+ <path d="M5 6c3.667 -2.667 7.333 -2.667 11 0c-3.667 2.667 -7.333 2.667 -11 0"></path>
61
+ </svg>
62
+ ```
63
+
64
+ ```html
65
+ <svg stroke-width="1" ...>
66
+ ...
67
+ </svg>
68
+ <svg stroke-width="1.5" ...>
69
+ ...
70
+ </svg>
71
+ <svg stroke-width="2" ...>
72
+ ...
73
+ </svg>
74
+ ```
75
+
76
+ ## Filled version of icons
77
+
78
+ ```html example centered separated
79
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-lg icon-tabler icon-tabler-bell-filled" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
80
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
81
+ <path d="M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z" stroke-width="0" fill="currentColor"></path>
82
+ <path d="M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004z" stroke-width="0" fill="currentColor"></path>
83
+ </svg>
84
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-lg icon-tabler icon-tabler-diamond-filled" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
85
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
86
+ <path d="M18 4a1 1 0 0 1 .783 .378l.074 .108l3 5a1 1 0 0 1 -.032 1.078l-.08 .103l-8.53 9.533a1.7 1.7 0 0 1 -1.215 .51c-.4 0 -.785 -.14 -1.11 -.417l-.135 -.126l-8.5 -9.5a1 1 0 0 1 -.172 -1.067l.06 -.115l3.013 -5.022l.064 -.09a.982 .982 0 0 1 .155 -.154l.089 -.064l.088 -.05l.05 -.023l.06 -.025l.109 -.032l.112 -.02l.117 -.005h12zm-8.886 3.943a1 1 0 0 0 -1.371 .343l-.6 1l-.06 .116a1 1 0 0 0 .177 1.07l2 2.2l.09 .088a1 1 0 0 0 1.323 -.02l.087 -.09a1 1 0 0 0 -.02 -1.323l-1.501 -1.65l.218 -.363l.055 -.103a1 1 0 0 0 -.398 -1.268z" stroke-width="0" fill="currentColor"></path>
87
+ </svg>
88
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-lg icon-tabler icon-tabler-discount-check-filled" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
89
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
90
+ <path d="M12.01 2.011a3.2 3.2 0 0 1 2.113 .797l.154 .145l.698 .698a1.2 1.2 0 0 0 .71 .341l.135 .008h1a3.2 3.2 0 0 1 3.195 3.018l.005 .182v1c0 .27 .092 .533 .258 .743l.09 .1l.697 .698a3.2 3.2 0 0 1 .147 4.382l-.145 .154l-.698 .698a1.2 1.2 0 0 0 -.341 .71l-.008 .135v1a3.2 3.2 0 0 1 -3.018 3.195l-.182 .005h-1a1.2 1.2 0 0 0 -.743 .258l-.1 .09l-.698 .697a3.2 3.2 0 0 1 -4.382 .147l-.154 -.145l-.698 -.698a1.2 1.2 0 0 0 -.71 -.341l-.135 -.008h-1a3.2 3.2 0 0 1 -3.195 -3.018l-.005 -.182v-1a1.2 1.2 0 0 0 -.258 -.743l-.09 -.1l-.697 -.698a3.2 3.2 0 0 1 -.147 -4.382l.145 -.154l.698 -.698a1.2 1.2 0 0 0 .341 -.71l.008 -.135v-1l.005 -.182a3.2 3.2 0 0 1 3.013 -3.013l.182 -.005h1a1.2 1.2 0 0 0 .743 -.258l.1 -.09l.698 -.697a3.2 3.2 0 0 1 2.269 -.944zm3.697 7.282a1 1 0 0 0 -1.414 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z" stroke-width="0" fill="currentColor"></path>
91
+ </svg>
92
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-lg icon-tabler icon-tabler-shield-check-filled" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
93
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
94
+ <path d="M11.998 2l.118 .007l.059 .008l.061 .013l.111 .034a.993 .993 0 0 1 .217 .112l.104 .082l.255 .218a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.531 -2.527l.263 -.225l.096 -.075a.993 .993 0 0 1 .217 -.112l.112 -.034a.97 .97 0 0 1 .119 -.021l.115 -.007zm3.71 7.293a1 1 0 0 0 -1.415 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z" stroke-width="0" fill="currentColor"></path>
95
+ </svg>
96
+ ```
97
+
98
+ ## Browse icons
99
+
100
+ Tabler Icons is a comprehensive icon library that features over <IconsCount rounded /> high-quality icons. These icons are designed with a clean and modern aesthetic, making them suitable for a wide range of applications.
101
+
102
+ To use Tabler Icons, you can visit their website at https://tabler-icons.io. From there, you can browse the full collection of icons by category or search for a specific icon using the search bar. Once you have found an icon you like, you can download it in various file formats, including SVG, PNG, and Icon Font.
103
+
@@ -0,0 +1,13 @@
1
+ ---
2
+ title: PDF version
3
+ ---
4
+
5
+ ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-pdf.png)
6
+
7
+ ## Installation
8
+
9
+ <TabsPackage name="@tabler/icons-pdf" />
10
+
11
+ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
12
+
13
+ All PDF files are stored in `icons` subdirectory.
@@ -0,0 +1,19 @@
1
+ ---
2
+ title: PNG version
3
+ ---
4
+
5
+ ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-png.png)
6
+
7
+ ## Installation
8
+
9
+ <TabsPackage name="@tabler/icons-png" />
10
+
11
+ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
12
+
13
+ All PNG files are stored in `icons` subdirectory.
14
+
15
+ ## CDN
16
+
17
+ ```html
18
+ <img src="https://unpkg.com/@tabler/icons-png@$ICONS_VERSION/icons/home.png" />
19
+ ```
@@ -0,0 +1,40 @@
1
+ ---
2
+ title: Tabler Icons for Preact
3
+ ---
4
+
5
+ ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-preact.png)
6
+
7
+ ## Installation
8
+
9
+ <TabsPackage name="@tabler/icons-preact" />
10
+
11
+ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
12
+
13
+ ## How to use
14
+
15
+ It's build with ESmodules so it's completely tree-shakable. Each icon can be imported as a component.
16
+
17
+ ```js
18
+ import { IconArrowDown } from '@tabler/icons-preact';
19
+
20
+ const App = () => {
21
+ return <IconArrowDown />;
22
+ };
23
+
24
+ export default App;
25
+ ```
26
+
27
+ You can pass additional props to adjust the icon.
28
+
29
+ ```js
30
+ <IconArrowDown color="red" size={48} />
31
+ ```
32
+
33
+ ### Props
34
+
35
+ | name | type | default |
36
+ | ------------- | -------- | ------------ |
37
+ | `size` | _Number_ | 24 |
38
+ | `color` | _String_ | currentColor |
39
+ | `stroke` | _Number_ | 2 |
40
+
@@ -0,0 +1,39 @@
1
+ ---
2
+ title: Tabler Icons for React Native
3
+ ---
4
+
5
+ ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-react-native.png)
6
+
7
+ ## Installation
8
+
9
+ <TabsPackage name="@tabler/icons-react-native" />
10
+
11
+ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
12
+
13
+ ## How to use
14
+
15
+ It's build with ESmodules so it's completely tree-shakable. Each icon can be imported as a component.
16
+
17
+ ```js
18
+ import { IconArrowLeft } from '@tabler/icons-react-native';
19
+
20
+ const App = () => {
21
+ return <IconArrowLeft />;
22
+ };
23
+
24
+ export default App;
25
+ ```
26
+
27
+ You can pass additional props to adjust the icon.
28
+
29
+ ```js
30
+ <IconArrowLeft color="red" size={48} />
31
+ ```
32
+
33
+ ### Props
34
+
35
+ | name | type | default |
36
+ | ------------- | -------- | ------------ |
37
+ | `size` | _Number_ | 24 |
38
+ | `color` | _String_ | currentColor |
39
+ | `strokeWidth` | _Number_ | 2 |
@@ -0,0 +1,40 @@
1
+ ---
2
+ title: Tabler Icons for React
3
+ ---
4
+
5
+ ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-react.png)
6
+
7
+ ## Installation
8
+
9
+ <TabsPackage name="@tabler/icons-react" />
10
+
11
+ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
12
+
13
+ ## How to use
14
+
15
+ It's build with ESmodules so it's completely tree-shakable. Each icon can be imported as a component.
16
+
17
+ ```js
18
+ import { IconArrowLeft } from '@tabler/icons-react';
19
+
20
+ const App = () => {
21
+ return <IconArrowLeft />;
22
+ };
23
+
24
+ export default App;
25
+ ```
26
+
27
+ You can pass additional props to adjust the icon.
28
+
29
+ ```js
30
+ <IconArrowLeft color="red" size={48} />
31
+ ```
32
+
33
+ ### Props
34
+
35
+ | name | type | default |
36
+ | ------------- | -------- | ------------ |
37
+ | `size` | _Number_ | 24 |
38
+ | `color` | _String_ | currentColor |
39
+ | `stroke` | _Number_ | 2 |
40
+
@@ -0,0 +1,39 @@
1
+ ---
2
+ title: Tabler Icons for SolidJS
3
+ ---
4
+
5
+ ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-solidjs.png)
6
+
7
+ ## Installation
8
+
9
+ <TabsPackage name="@tabler/icons-solidjs" />
10
+
11
+ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
12
+
13
+ ## How to use
14
+
15
+ It's build with ESmodules so it's completely tree-shakable. Each icon can be imported as a component.
16
+
17
+ ```js
18
+ import { IconArrowRight } from '@tabler/icons-solidjs';
19
+
20
+ const App = () => {
21
+ return <IconArrowRight />;
22
+ };
23
+
24
+ export default App;
25
+ ```
26
+
27
+ You can pass additional props to adjust the icon.
28
+
29
+ ```js
30
+ <IconArrowRight color="red" size={48} />
31
+ ```
32
+
33
+ ### Props
34
+
35
+ | name | type | default |
36
+ | ------------- | -------- | ------------ |
37
+ | `size` | _Number_ | 24 |
38
+ | `color` | _String_ | currentColor |
39
+ | `stroke` | _Number_ | 2 |
@@ -0,0 +1,22 @@
1
+ ---
2
+ title: SVG sprite version
3
+ ---
4
+
5
+ ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-sprite.png)
6
+
7
+ ## Installation
8
+
9
+ <TabsPackage name="@tabler/icons-sprite" />
10
+
11
+ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
12
+
13
+ ## Usage
14
+
15
+ Add an icon to be displayed on your page with the following markup (`activity` in the following example can be replaced with
16
+ any valid icon name):
17
+
18
+ ```html
19
+ <svg width="24" height="24">
20
+ <use xlink:href="path/to/tabler-sprite.svg#tabler-activity" />
21
+ </svg>
22
+ ```
@@ -0,0 +1,40 @@
1
+ ---
2
+ title: Tabler Icons for Svelte
3
+ ---
4
+
5
+ ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-svelte.png)
6
+
7
+ ## Installation
8
+
9
+ <TabsPackage name="@tabler/icons-svelte" />
10
+
11
+ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
12
+
13
+ ## How to use
14
+
15
+ It's build with ESmodules so it's completely tree-shakable. Each icon can be imported as a component.
16
+
17
+ ```sveltehtml
18
+ <script lang="ts">
19
+ import { IconHeart } from '@tabler/icons-svelte';
20
+ </script>
21
+
22
+ <main>
23
+ <IconHeart />
24
+ </main>
25
+ ```
26
+
27
+ You can pass additional props to adjust the icon.
28
+
29
+ ```html
30
+ <IconHeart size={48} stroke={1} />
31
+ ```
32
+
33
+ ### Props
34
+
35
+ | name | type | default |
36
+ | ------------- | -------- | ------------ |
37
+ | `size` | _Number_ | 24 |
38
+ | `color` | _String_ | currentColor |
39
+ | `stroke` | _Number_ | 2 |
40
+ | `class` | _String_ | |
@@ -0,0 +1,68 @@
1
+ ---
2
+ title: SVG version
3
+ ---
4
+
5
+ ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-svg.png)
6
+
7
+ ## Installation
8
+
9
+ <TabsPackage name="@tabler/icons" />
10
+
11
+ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
12
+
13
+ ## Usage
14
+
15
+ All icons are built with SVG, so you can place them as `<img>`, `background-image` and inline in HTML code.
16
+
17
+ ### HTML image
18
+
19
+ If you load an icon as an image, you can modify its size using CSS.
20
+
21
+ ```html
22
+ <img src="path/to/icon.svg" alt="icon title" />
23
+ ```
24
+
25
+ ### Inline HTML
26
+
27
+ You can paste the content of the icon file into your HTML code to display it on the page.
28
+
29
+ ```html
30
+ <a href="">
31
+ <svg
32
+ xmlns="http://www.w3.org/2000/svg"
33
+ class="icon icon-tabler icon-tabler-disabled"
34
+ width="24"
35
+ height="24"
36
+ viewBox="0 0 24 24"
37
+ stroke-width="1.25"
38
+ stroke="currentColor"
39
+ fill="none"
40
+ stroke-linecap="round"
41
+ stroke-linejoin="round"
42
+ >
43
+ ...
44
+ </svg>
45
+ Click me
46
+ </a>
47
+ ```
48
+
49
+ Thanks to that, you can change the size, color and the `stroke-width` of the icons with CSS code.
50
+
51
+ ```css
52
+ .icon-tabler {
53
+ color: red;
54
+ width: 32px;
55
+ height: 32px;
56
+ stroke-width: 1.25;
57
+ }
58
+ ```
59
+
60
+ ## CDN
61
+
62
+ ```html
63
+ <img src="https://unpkg.com/@tabler/icons@$ICONS_VERSION/icons/home.svg" />
64
+ ```
65
+
66
+ ### SVG sprite
67
+
68
+ See the [SVG sprite version](../icons/sprite)
@@ -0,0 +1,45 @@
1
+ ---
2
+ title: Tabler Icons for Vue
3
+ ---
4
+
5
+ ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-vue.png)
6
+
7
+ ## Installation
8
+
9
+ <TabsPackage name="@tabler/icons-vue" />
10
+
11
+ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
12
+
13
+ ## How to use
14
+
15
+ All icons are Vue components that contain SVG elements. So any icon can be imported and used as a component. It also helps to use threeshaking, so you only import the icons you use.
16
+
17
+ ```vue
18
+ <template>
19
+ <IconHome />
20
+ </template>
21
+
22
+ <script>
23
+ // Returns Vue component
24
+ import { IconHome } from '@tabler/icons-vue';
25
+
26
+ export default {
27
+ components: { IconHome }
28
+ };
29
+ </script>
30
+ ```
31
+
32
+ You can pass additional props to adjust the icon.
33
+
34
+ ```html
35
+ <IconHome color="red" :size="48" stroke-width="1" />
36
+ ```
37
+
38
+ ### Props
39
+
40
+ | name | type | default |
41
+ | ------------- | -------- | ------------ |
42
+ | `size` | _Number_ | 24 |
43
+ | `color` | _String_ | currentColor |
44
+ | `stroke` | _Number_ | 2 |
45
+