@tabler/icons 3.7.0 → 3.9.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 (60) hide show
  1. package/README.md +1 -1
  2. package/categories/outline/Brand/brand-adobe-after-effect.svg +17 -0
  3. package/categories/outline/Brand/brand-adobe-illustrator.svg +18 -0
  4. package/categories/outline/Brand/brand-adobe-indesign.svg +17 -0
  5. package/categories/outline/Brand/brand-adobe-photoshop.svg +17 -0
  6. package/categories/outline/Brand/brand-adobe-premier.svg +17 -0
  7. package/categories/outline/Brand/brand-adobe-xd.svg +17 -0
  8. package/categories/outline/Brand/brand-apple-news.svg +17 -0
  9. package/categories/outline/Brand/brand-hackerrank.svg +20 -0
  10. package/categories/outline/Buildings/buildings.svg +25 -0
  11. package/categories/outline/Design/cap-projecting.svg +17 -0
  12. package/categories/outline/Design/cap-rounded.svg +17 -0
  13. package/categories/outline/Design/cap-straight.svg +18 -0
  14. package/categories/outline/Math/math-cos.svg +17 -0
  15. package/categories/outline/Math/math-sin.svg +17 -0
  16. package/categories/outline/Text/alphabet-arabic.svg +18 -0
  17. package/categories/outline/Text/alphabet-bangla.svg +18 -0
  18. package/categories/outline/Text/alphabet-hebrew.svg +17 -0
  19. package/categories/outline/Text/alphabet-korean.svg +17 -0
  20. package/categories/outline/Text/alphabet-thai.svg +15 -0
  21. package/icons/filled/label.svg +11 -0
  22. package/icons/outline/alphabet-arabic.svg +18 -0
  23. package/icons/outline/alphabet-bangla.svg +18 -0
  24. package/icons/outline/alphabet-hebrew.svg +17 -0
  25. package/icons/outline/alphabet-korean.svg +17 -0
  26. package/icons/outline/alphabet-thai.svg +15 -0
  27. package/icons/outline/brand-adobe-after-effect.svg +17 -0
  28. package/icons/outline/brand-adobe-illustrator.svg +18 -0
  29. package/icons/outline/brand-adobe-indesign.svg +17 -0
  30. package/icons/outline/brand-adobe-photoshop.svg +17 -0
  31. package/icons/outline/brand-adobe-premier.svg +17 -0
  32. package/icons/outline/brand-adobe-xd.svg +17 -0
  33. package/icons/outline/brand-apple-news.svg +17 -0
  34. package/icons/outline/brand-hackerrank.svg +20 -0
  35. package/icons/outline/buildings.svg +25 -0
  36. package/icons/outline/cap-projecting.svg +17 -0
  37. package/icons/outline/cap-rounded.svg +17 -0
  38. package/icons/outline/cap-straight.svg +18 -0
  39. package/icons/outline/clock-bitcoin.svg +17 -0
  40. package/icons/outline/cloud-bitcoin.svg +16 -0
  41. package/icons/outline/eye-bitcoin.svg +17 -0
  42. package/icons/outline/flag-bitcoin.svg +17 -0
  43. package/icons/outline/heart-bitcoin.svg +16 -0
  44. package/icons/outline/home-bitcoin.svg +18 -0
  45. package/icons/outline/label-off.svg +16 -0
  46. package/icons/outline/label.svg +15 -0
  47. package/icons/outline/lock-bitcoin.svg +18 -0
  48. package/icons/outline/mail-bitcoin.svg +17 -0
  49. package/icons/outline/math-cos.svg +17 -0
  50. package/icons/outline/math-ctg.svg +18 -0
  51. package/icons/outline/math-sec.svg +18 -0
  52. package/icons/outline/math-sin.svg +17 -0
  53. package/icons/outline/math-tg.svg +17 -0
  54. package/icons/outline/mood-bitcoin.svg +19 -0
  55. package/icons/outline/photo-bitcoin.svg +18 -0
  56. package/icons/outline/user-bitcoin.svg +17 -0
  57. package/icons.json +425 -0
  58. package/package.json +1 -1
  59. package/tabler-nodes-filled.json +8 -0
  60. package/tabler-nodes-outline.json +790 -0
@@ -0,0 +1,25 @@
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-buildings"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 21v-15c0 -1 1 -2 2 -2h5c1 0 2 1 2 2v15" />
15
+ <path d="M16 8h2c1 0 2 1 2 2v11" />
16
+ <path d="M3 21h18" />
17
+ <path d="M10 12v0" />
18
+ <path d="M10 16v0" />
19
+ <path d="M10 8v0" />
20
+ <path d="M7 12v0" />
21
+ <path d="M7 16v0" />
22
+ <path d="M7 8v0" />
23
+ <path d="M17 12v0" />
24
+ <path d="M17 16v0" />
25
+ </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-cap-projecting"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M20 6h-13a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h13" />
15
+ <path d="M13 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0" />
16
+ <path d="M13 12h7" />
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-cap-rounded"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M20 6h-9a6 6 0 1 0 0 12h9" />
15
+ <path d="M13 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0" />
16
+ <path d="M13 12h7" />
17
+ </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-cap-straight"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M8 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0" />
15
+ <path d="M8 12h12" />
16
+ <path d="M20 6h-12a2 2 0 0 0 -2 2v2" />
17
+ <path d="M6 14v2a2 2 0 0 0 2 2h12" />
18
+ </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-clock-bitcoin"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5" />
15
+ <path d="M20.866 10.45a9 9 0 1 0 -7.815 10.488" />
16
+ <path d="M12 7v5l1.5 1.5" />
17
+ </svg>
@@ -0,0 +1,16 @@
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-cloud-bitcoin"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5" />
15
+ <path d="M13.5 18.004h-6.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487s2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.28 1.023 1.957 2.51 1.873 4.027" />
16
+ </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-eye-bitcoin"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />
15
+ <path d="M13.193 17.924q -.585 .075 -1.193 .076q -5.4 0 -9 -6q 3.6 -6 9 -6q 4.508 0 7.761 4.181" />
16
+ <path d="M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5" />
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-flag-bitcoin"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5" />
15
+ <path d="M13.222 14.882a5 5 0 0 1 -1.222 -.882a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v5" />
16
+ <path d="M5 21v-7" />
17
+ </svg>
@@ -0,0 +1,16 @@
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-heart-bitcoin"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5" />
15
+ <path d="M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.785 4.444" />
16
+ </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-home-bitcoin"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5" />
15
+ <path d="M19.5 10.5l-7.5 -7.5l-9 9h2v7a2 2 0 0 0 2 2h6" />
16
+ <path d="M9 21v-6a2 2 0 0 1 2 -2h2c.387 0 .748 .11 1.054 .3" />
17
+ <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />
18
+ </svg>
@@ -0,0 +1,16 @@
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-label-off"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M7 7h-1a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h10.52a1 1 0 0 0 .394 -.081m1.86 -2.137l2.226 -2.782l-3.7 -4.625a1 1 0 0 0 -.78 -.375h-5.52" />
15
+ <path d="M3 3l18 18" />
16
+ </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-label"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M16.52 7h-10.52a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h10.52a1 1 0 0 0 .78 -.375l3.7 -4.625l-3.7 -4.625a1 1 0 0 0 -.78 -.375" />
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-lock-bitcoin"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5" />
15
+ <path d="M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10" />
16
+ <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />
17
+ <path d="M8 11v-4a4 4 0 1 1 8 0v4" />
18
+ </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-mail-bitcoin"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5" />
15
+ <path d="M13.5 19h-8.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" />
16
+ <path d="M3 7l9 6l9 -6" />
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-math-cos"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" />
15
+ <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2" />
16
+ <path d="M17 15c.345 .6 1.258 1 2 1a2 2 0 1 0 0 -4a2 2 0 1 1 0 -4c.746 0 1.656 .394 2 1" />
17
+ </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-math-ctg"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M10 8h4" />
15
+ <path d="M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />
16
+ <path d="M12 8v8" />
17
+ <path d="M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" />
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-math-sec"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M3 15c.345 .6 1.258 1 2 1a2 2 0 1 0 0 -4a2 2 0 1 1 0 -4c.746 0 1.656 .394 2 1" />
15
+ <path d="M21 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" />
16
+ <path d="M14 8h-4v8h4" />
17
+ <path d="M10 12h2.5" />
18
+ </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-math-sin"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M4 15c.345 .6 1.258 1 2 1a2 2 0 1 0 0 -4a2 2 0 1 1 0 -4c.746 0 1.656 .394 2 1" />
15
+ <path d="M12 8v8" />
16
+ <path d="M16 16v-8l4 8v-8" />
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-math-tg"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M7 8h4" />
15
+ <path d="M9 8v8" />
16
+ <path d="M18 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />
17
+ </svg>
@@ -0,0 +1,19 @@
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-mood-bitcoin"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5" />
15
+ <path d="M20.87 10.48a9 9 0 1 0 -7.876 10.465" />
16
+ <path d="M9 10h.01" />
17
+ <path d="M15 10h.01" />
18
+ <path d="M9.5 15c.658 .64 1.56 1 2.5 1c.357 0 .709 -.052 1.043 -.151" />
19
+ </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-photo-bitcoin"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5" />
15
+ <path d="M15 8h.01" />
16
+ <path d="M13 21h-7a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5" />
17
+ <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2.5 2.5" />
18
+ </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-user-bitcoin"
12
+ >
13
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
14
+ <path d="M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5" />
15
+ <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />
16
+ <path d="M6 21v-2a4 4 0 0 1 4 -4h3" />
17
+ </svg>