@tabler/icons 3.7.0 → 3.8.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-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/Design/cap-projecting.svg +17 -0
  11. package/categories/outline/Design/cap-rounded.svg +17 -0
  12. package/categories/outline/Design/cap-straight.svg +18 -0
  13. package/categories/outline/Math/math-cos.svg +17 -0
  14. package/categories/outline/Math/math-sin.svg +17 -0
  15. package/categories/outline/Text/alphabet-arabic.svg +18 -0
  16. package/categories/outline/Text/alphabet-bangla.svg +18 -0
  17. package/categories/outline/Text/alphabet-hebrew.svg +17 -0
  18. package/categories/outline/Text/alphabet-korean.svg +17 -0
  19. package/categories/outline/Text/alphabet-thai.svg +15 -0
  20. package/icons/outline/alphabet-arabic.svg +18 -0
  21. package/icons/outline/alphabet-bangla.svg +18 -0
  22. package/icons/outline/alphabet-hebrew.svg +17 -0
  23. package/icons/outline/alphabet-korean.svg +17 -0
  24. package/icons/outline/alphabet-thai.svg +15 -0
  25. package/icons/outline/brand-adobe-after-effect.svg +17 -0
  26. package/icons/outline/brand-adobe-illustrator.svg +18 -0
  27. package/icons/outline/brand-adobe-indesign.svg +17 -0
  28. package/icons/outline/brand-adobe-photoshop.svg +17 -0
  29. package/icons/outline/brand-adobe-premier.svg +17 -0
  30. package/icons/outline/brand-adobe-xd.svg +17 -0
  31. package/icons/outline/brand-apple-news.svg +17 -0
  32. package/icons/outline/brand-hackerrank.svg +20 -0
  33. package/icons/outline/cap-projecting.svg +17 -0
  34. package/icons/outline/cap-rounded.svg +17 -0
  35. package/icons/outline/cap-straight.svg +18 -0
  36. package/icons/outline/math-cos.svg +17 -0
  37. package/icons/outline/math-sin.svg +17 -0
  38. package/icons.json +226 -0
  39. package/package.json +1 -1
  40. package/tabler-nodes-outline.json +390 -0
@@ -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-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,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>
package/icons.json CHANGED
@@ -1512,6 +1512,33 @@
1512
1512
  }
1513
1513
  }
1514
1514
  },
1515
+ "alphabet-arabic": {
1516
+ "name": "alphabet-arabic",
1517
+ "category": "Text",
1518
+ "tags": [],
1519
+ "styles": {
1520
+ "outline": {
1521
+ "version": "3.8",
1522
+ "unicode": "ff2f"
1523
+ }
1524
+ }
1525
+ },
1526
+ "alphabet-bangla": {
1527
+ "name": "alphabet-bangla",
1528
+ "category": "Text",
1529
+ "tags": [
1530
+ "language",
1531
+ "alphabet",
1532
+ "bangla",
1533
+ "bengali"
1534
+ ],
1535
+ "styles": {
1536
+ "outline": {
1537
+ "version": "3.8",
1538
+ "unicode": "ff2e"
1539
+ }
1540
+ }
1541
+ },
1515
1542
  "alphabet-cyrillic": {
1516
1543
  "name": "alphabet-cyrillic",
1517
1544
  "category": "Text",
@@ -1543,6 +1570,37 @@
1543
1570
  }
1544
1571
  }
1545
1572
  },
1573
+ "alphabet-hebrew": {
1574
+ "name": "alphabet-hebrew",
1575
+ "category": "Text",
1576
+ "tags": [
1577
+ "language",
1578
+ "alphabet",
1579
+ "hebrew",
1580
+ "jewish"
1581
+ ],
1582
+ "styles": {
1583
+ "outline": {
1584
+ "version": "3.8",
1585
+ "unicode": "ff2d"
1586
+ }
1587
+ }
1588
+ },
1589
+ "alphabet-korean": {
1590
+ "name": "alphabet-korean",
1591
+ "category": "Text",
1592
+ "tags": [
1593
+ "language",
1594
+ "alphabet",
1595
+ "korean"
1596
+ ],
1597
+ "styles": {
1598
+ "outline": {
1599
+ "version": "3.8",
1600
+ "unicode": "ff2c"
1601
+ }
1602
+ }
1603
+ },
1546
1604
  "alphabet-latin": {
1547
1605
  "name": "alphabet-latin",
1548
1606
  "category": "Text",
@@ -1558,6 +1616,21 @@
1558
1616
  }
1559
1617
  }
1560
1618
  },
1619
+ "alphabet-thai": {
1620
+ "name": "alphabet-thai",
1621
+ "category": "Text",
1622
+ "tags": [
1623
+ "language",
1624
+ "alphabet",
1625
+ "thailand"
1626
+ ],
1627
+ "styles": {
1628
+ "outline": {
1629
+ "version": "3.8",
1630
+ "unicode": "ff2b"
1631
+ }
1632
+ }
1633
+ },
1561
1634
  "alt": {
1562
1635
  "name": "alt",
1563
1636
  "category": "",
@@ -9477,6 +9550,72 @@
9477
9550
  }
9478
9551
  }
9479
9552
  },
9553
+ "brand-adobe-after-effect": {
9554
+ "name": "brand-adobe-after-effect",
9555
+ "category": "Brand",
9556
+ "tags": [],
9557
+ "styles": {
9558
+ "outline": {
9559
+ "version": "3.8",
9560
+ "unicode": "ff2a"
9561
+ }
9562
+ }
9563
+ },
9564
+ "brand-adobe-illustrator": {
9565
+ "name": "brand-adobe-illustrator",
9566
+ "category": "Brand",
9567
+ "tags": [],
9568
+ "styles": {
9569
+ "outline": {
9570
+ "version": "3.8",
9571
+ "unicode": "ff29"
9572
+ }
9573
+ }
9574
+ },
9575
+ "brand-adobe-indesign": {
9576
+ "name": "brand-adobe-indesign",
9577
+ "category": "Brand",
9578
+ "tags": [],
9579
+ "styles": {
9580
+ "outline": {
9581
+ "version": "3.8",
9582
+ "unicode": "ff28"
9583
+ }
9584
+ }
9585
+ },
9586
+ "brand-adobe-photoshop": {
9587
+ "name": "brand-adobe-photoshop",
9588
+ "category": "Brand",
9589
+ "tags": [],
9590
+ "styles": {
9591
+ "outline": {
9592
+ "version": "3.8",
9593
+ "unicode": "ff27"
9594
+ }
9595
+ }
9596
+ },
9597
+ "brand-adobe-premier": {
9598
+ "name": "brand-adobe-premier",
9599
+ "category": "Brand",
9600
+ "tags": [],
9601
+ "styles": {
9602
+ "outline": {
9603
+ "version": "3.8",
9604
+ "unicode": "ff26"
9605
+ }
9606
+ }
9607
+ },
9608
+ "brand-adobe-xd": {
9609
+ "name": "brand-adobe-xd",
9610
+ "category": "Brand",
9611
+ "tags": [],
9612
+ "styles": {
9613
+ "outline": {
9614
+ "version": "3.8",
9615
+ "unicode": "ff25"
9616
+ }
9617
+ }
9618
+ },
9480
9619
  "brand-adobe": {
9481
9620
  "name": "brand-adobe",
9482
9621
  "category": "Brand",
@@ -9748,6 +9887,17 @@
9748
9887
  }
9749
9888
  }
9750
9889
  },
9890
+ "brand-apple-news": {
9891
+ "name": "brand-apple-news",
9892
+ "category": "Brand",
9893
+ "tags": [],
9894
+ "styles": {
9895
+ "outline": {
9896
+ "version": "3.8",
9897
+ "unicode": "ff24"
9898
+ }
9899
+ }
9900
+ },
9751
9901
  "brand-apple-podcast": {
9752
9902
  "name": "brand-apple-podcast",
9753
9903
  "category": "Brand",
@@ -11932,6 +12082,17 @@
11932
12082
  }
11933
12083
  }
11934
12084
  },
12085
+ "brand-hackerrank": {
12086
+ "name": "brand-hackerrank",
12087
+ "category": "Brand",
12088
+ "tags": [],
12089
+ "styles": {
12090
+ "outline": {
12091
+ "version": "3.8",
12092
+ "unicode": "ff23"
12093
+ }
12094
+ }
12095
+ },
11935
12096
  "brand-hbo": {
11936
12097
  "name": "brand-hbo",
11937
12098
  "category": "Brand",
@@ -17674,6 +17835,39 @@
17674
17835
  }
17675
17836
  }
17676
17837
  },
17838
+ "cap-projecting": {
17839
+ "name": "cap-projecting",
17840
+ "category": "Design",
17841
+ "tags": [],
17842
+ "styles": {
17843
+ "outline": {
17844
+ "version": "3.8",
17845
+ "unicode": "ff22"
17846
+ }
17847
+ }
17848
+ },
17849
+ "cap-rounded": {
17850
+ "name": "cap-rounded",
17851
+ "category": "Design",
17852
+ "tags": [],
17853
+ "styles": {
17854
+ "outline": {
17855
+ "version": "3.8",
17856
+ "unicode": "ff21"
17857
+ }
17858
+ }
17859
+ },
17860
+ "cap-straight": {
17861
+ "name": "cap-straight",
17862
+ "category": "Design",
17863
+ "tags": [],
17864
+ "styles": {
17865
+ "outline": {
17866
+ "version": "3.8",
17867
+ "unicode": "ff20"
17868
+ }
17869
+ }
17870
+ },
17677
17871
  "capsule-horizontal": {
17678
17872
  "name": "capsule-horizontal",
17679
17873
  "category": "Shapes",
@@ -46877,6 +47071,22 @@
46877
47071
  }
46878
47072
  }
46879
47073
  },
47074
+ "math-cos": {
47075
+ "name": "math-cos",
47076
+ "category": "Math",
47077
+ "tags": [
47078
+ "mathematic",
47079
+ "cosinus",
47080
+ "trigonometry",
47081
+ "function"
47082
+ ],
47083
+ "styles": {
47084
+ "outline": {
47085
+ "version": "3.8",
47086
+ "unicode": "ff1f"
47087
+ }
47088
+ }
47089
+ },
46880
47090
  "math-equal-greater": {
46881
47091
  "name": "math-equal-greater",
46882
47092
  "category": "Math",
@@ -47134,6 +47344,22 @@
47134
47344
  }
47135
47345
  }
47136
47346
  },
47347
+ "math-sin": {
47348
+ "name": "math-sin",
47349
+ "category": "Math",
47350
+ "tags": [
47351
+ "mathematic",
47352
+ "sinus",
47353
+ "trigonometry",
47354
+ "function"
47355
+ ],
47356
+ "styles": {
47357
+ "outline": {
47358
+ "version": "3.8",
47359
+ "unicode": "ff1e"
47360
+ }
47361
+ }
47362
+ },
47137
47363
  "math-symbols": {
47138
47364
  "name": "math-symbols",
47139
47365
  "category": "Math",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons",
3
- "version": "3.7.0",
3
+ "version": "3.8.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.",