@triptease/icons 1.3.6 → 1.3.7

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @triptease/icons
2
2
 
3
+ ## 1.3.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Added new icons
8
+
3
9
  ## 1.3.6
4
10
 
5
11
  ### Patch Changes
@@ -423,6 +423,14 @@
423
423
  "module": "./icons/pause-filled.js"
424
424
  }
425
425
  },
426
+ {
427
+ "kind": "js",
428
+ "name": "pieChart",
429
+ "declaration": {
430
+ "name": "pieChart",
431
+ "module": "./icons/pie-chart.js"
432
+ }
433
+ },
426
434
  {
427
435
  "kind": "js",
428
436
  "name": "plus",
@@ -463,6 +471,14 @@
463
471
  "module": "./icons/section.js"
464
472
  }
465
473
  },
474
+ {
475
+ "kind": "js",
476
+ "name": "send",
477
+ "declaration": {
478
+ "name": "send",
479
+ "module": "./icons/send.js"
480
+ }
481
+ },
466
482
  {
467
483
  "kind": "js",
468
484
  "name": "sidebarCollapsed",
@@ -1677,6 +1693,27 @@
1677
1693
  }
1678
1694
  ]
1679
1695
  },
1696
+ {
1697
+ "kind": "javascript-module",
1698
+ "path": "src/icons/pie-chart.ts",
1699
+ "declarations": [
1700
+ {
1701
+ "kind": "variable",
1702
+ "name": "pieChart",
1703
+ "default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z\" fill=\"currentColor\"/> </svg> `"
1704
+ }
1705
+ ],
1706
+ "exports": [
1707
+ {
1708
+ "kind": "js",
1709
+ "name": "pieChart",
1710
+ "declaration": {
1711
+ "name": "pieChart",
1712
+ "module": "src/icons/pie-chart.ts"
1713
+ }
1714
+ }
1715
+ ]
1716
+ },
1680
1717
  {
1681
1718
  "kind": "javascript-module",
1682
1719
  "path": "src/icons/plus.ts",
@@ -1782,6 +1819,27 @@
1782
1819
  }
1783
1820
  ]
1784
1821
  },
1822
+ {
1823
+ "kind": "javascript-module",
1824
+ "path": "src/icons/send.ts",
1825
+ "declarations": [
1826
+ {
1827
+ "kind": "variable",
1828
+ "name": "send",
1829
+ "default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.30012 11.25L5.70479 7.09745L16.0861 11.25H8.30012ZM8.30012 12.75L5.70479 16.9025L16.0861 12.75H8.30012ZM19.6788 11.0715L4.84125 5.13649C3.94341 4.77735 3.10935 5.77494 3.62186 6.59496L7 12L3.62186 17.405C3.10935 18.225 3.94341 19.2226 4.84125 18.8635L19.6788 12.9285C20.517 12.5932 20.517 11.4068 19.6788 11.0715Z\" fill=\"currentColor\"/> </svg> `"
1830
+ }
1831
+ ],
1832
+ "exports": [
1833
+ {
1834
+ "kind": "js",
1835
+ "name": "send",
1836
+ "declaration": {
1837
+ "name": "send",
1838
+ "module": "src/icons/send.ts"
1839
+ }
1840
+ }
1841
+ ]
1842
+ },
1785
1843
  {
1786
1844
  "kind": "javascript-module",
1787
1845
  "path": "src/icons/sidebar-collapsed.ts",
@@ -0,0 +1 @@
1
+ export declare const pieChart = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z\" fill=\"currentColor\"/>\n</svg>\n";
@@ -0,0 +1,6 @@
1
+ export const pieChart = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z" fill="currentColor"/>
4
+ </svg>
5
+ `;
6
+ //# sourceMappingURL=pie-chart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pie-chart.js","sourceRoot":"","sources":["../../../src/icons/pie-chart.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;;;;CAIvB,CAAC","sourcesContent":["export const pieChart = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
@@ -0,0 +1 @@
1
+ export declare const send = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.30012 11.25L5.70479 7.09745L16.0861 11.25H8.30012ZM8.30012 12.75L5.70479 16.9025L16.0861 12.75H8.30012ZM19.6788 11.0715L4.84125 5.13649C3.94341 4.77735 3.10935 5.77494 3.62186 6.59496L7 12L3.62186 17.405C3.10935 18.225 3.94341 19.2226 4.84125 18.8635L19.6788 12.9285C20.517 12.5932 20.517 11.4068 19.6788 11.0715Z\" fill=\"currentColor\"/>\n</svg>\n";
@@ -0,0 +1,5 @@
1
+ export const send = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.30012 11.25L5.70479 7.09745L16.0861 11.25H8.30012ZM8.30012 12.75L5.70479 16.9025L16.0861 12.75H8.30012ZM19.6788 11.0715L4.84125 5.13649C3.94341 4.77735 3.10935 5.77494 3.62186 6.59496L7 12L3.62186 17.405C3.10935 18.225 3.94341 19.2226 4.84125 18.8635L19.6788 12.9285C20.517 12.5932 20.517 11.4068 19.6788 11.0715Z" fill="currentColor"/>
3
+ </svg>
4
+ `;
5
+ //# sourceMappingURL=send.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send.js","sourceRoot":"","sources":["../../../src/icons/send.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,IAAI,GAAG;;;CAGnB,CAAC","sourcesContent":["export const send = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.30012 11.25L5.70479 7.09745L16.0861 11.25H8.30012ZM8.30012 12.75L5.70479 16.9025L16.0861 12.75H8.30012ZM19.6788 11.0715L4.84125 5.13649C3.94341 4.77735 3.10935 5.77494 3.62186 6.59496L7 12L3.62186 17.405C3.10935 18.225 3.94341 19.2226 4.84125 18.8635L19.6788 12.9285C20.517 12.5932 20.517 11.4068 19.6788 11.0715Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
@@ -50,11 +50,13 @@ export { multiMessage } from './icons/multi-message.js';
50
50
  export { newTab } from './icons/new-tab.js';
51
51
  export { pause } from './icons/pause.js';
52
52
  export { pauseFilled } from './icons/pause-filled.js';
53
+ export { pieChart } from './icons/pie-chart.js';
53
54
  export { plus } from './icons/plus.js';
54
55
  export { preview } from './icons/preview.js';
55
56
  export { redo } from './icons/redo.js';
56
57
  export { rename } from './icons/rename.js';
57
58
  export { section } from './icons/section.js';
59
+ export { send } from './icons/send.js';
58
60
  export { sidebarCollapsed } from './icons/sidebar-collapsed.js';
59
61
  export { sidebarExpanded } from './icons/sidebar-expanded.js';
60
62
  export { stop } from './icons/stop.js';
package/dist/src/index.js CHANGED
@@ -50,11 +50,13 @@ export { multiMessage } from './icons/multi-message.js';
50
50
  export { newTab } from './icons/new-tab.js';
51
51
  export { pause } from './icons/pause.js';
52
52
  export { pauseFilled } from './icons/pause-filled.js';
53
+ export { pieChart } from './icons/pie-chart.js';
53
54
  export { plus } from './icons/plus.js';
54
55
  export { preview } from './icons/preview.js';
55
56
  export { redo } from './icons/redo.js';
56
57
  export { rename } from './icons/rename.js';
57
58
  export { section } from './icons/section.js';
59
+ export { send } from './icons/send.js';
58
60
  export { sidebarCollapsed } from './icons/sidebar-collapsed.js';
59
61
  export { sidebarExpanded } from './icons/sidebar-expanded.js';
60
62
  export { stop } from './icons/stop.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["export { alert } from './icons/alert.js';\nexport { alignCenter } from './icons/align-center.js';\nexport { alignLeft } from './icons/align-left.js';\nexport { alignRight } from './icons/align-right.js';\nexport { arrowDown } from './icons/arrow-down.js';\nexport { arrowLeft } from './icons/arrow-left.js';\nexport { arrowRight } from './icons/arrow-right.js';\nexport { arrowUp } from './icons/arrow-up.js';\nexport { button } from './icons/button.js';\nexport { calendarIcon } from './icons/calendar.js';\nexport { campaigns } from './icons/campaigns.js';\nexport { channels } from './icons/channels.js';\nexport { chevron } from './icons/chevron.js';\nexport { chevronDown } from './icons/chevron-down.js';\nexport { chevronRight } from './icons/chevron-right.js';\nexport { chevronUp } from './icons/chevron-up.js';\nexport { clock } from './icons/clock.js';\nexport { close } from './icons/close.js';\nexport { cog } from './icons/cog.js';\nexport { column } from './icons/column.js';\nexport { comparison } from './icons/comparison.js';\nexport { container } from './icons/container.js';\nexport { deleteIcon } from './icons/delete.js';\nexport { desktop } from './icons/desktop.js';\nexport { divider } from './icons/divider.js';\nexport { doubleChevron } from './icons/double-chevron.js';\nexport { download } from './icons/download.js';\nexport { duplicate } from './icons/duplicate.js';\nexport { edit } from './icons/edit.js';\nexport { email } from './icons/email.js';\nexport { external } from './icons/external.js';\nexport { filter } from './icons/filter.js';\nexport { gallery } from './icons/gallery.js';\nexport { gear } from './icons/gear.js';\nexport { globe } from './icons/globe.js';\nexport { graph } from './icons/graph.js';\nexport { handle } from './icons/handle.js';\nexport { help } from './icons/help.js';\nexport { home } from './icons/home.js';\nexport { horizontal } from './icons/horizontal.js';\nexport { info } from './icons/info.js';\nexport { keyboard } from './icons/keyboard.js';\nexport { lightningBolt } from './icons/lightning-bolt.js';\nexport { logout } from './icons/logout.js';\nexport { messages } from './icons/messages.js';\nexport { minus } from './icons/minus.js';\nexport { mobile } from './icons/mobile.js';\nexport { moveToParent } from './icons/move-to-parent.js';\nexport { multiMessage } from './icons/multi-message.js';\nexport { newTab } from './icons/new-tab.js';\nexport { pause } from './icons/pause.js';\nexport { pauseFilled } from './icons/pause-filled.js';\nexport { plus } from './icons/plus.js';\nexport { preview } from './icons/preview.js';\nexport { redo } from './icons/redo.js';\nexport { rename } from './icons/rename.js';\nexport { section } from './icons/section.js';\nexport { sidebarCollapsed } from './icons/sidebar-collapsed.js';\nexport { sidebarExpanded } from './icons/sidebar-expanded.js';\nexport { stop } from './icons/stop.js';\nexport { stopFilled } from './icons/stop-filled.js';\nexport { tag } from './icons/tag.js';\nexport { target } from './icons/target.js';\nexport { templates } from './icons/templates.js';\nexport { text } from './icons/text.js';\nexport { tick } from './icons/tick.js';\nexport { undo } from './icons/undo.js';\nexport { unlink } from './icons/unlink.js';\nexport { user } from './icons/user.js';\nexport { vertical } from './icons/vertical.js';\nexport { wallet } from './icons/wallet.js';\nexport { warning } from './icons/warning.js';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["export { alert } from './icons/alert.js';\nexport { alignCenter } from './icons/align-center.js';\nexport { alignLeft } from './icons/align-left.js';\nexport { alignRight } from './icons/align-right.js';\nexport { arrowDown } from './icons/arrow-down.js';\nexport { arrowLeft } from './icons/arrow-left.js';\nexport { arrowRight } from './icons/arrow-right.js';\nexport { arrowUp } from './icons/arrow-up.js';\nexport { button } from './icons/button.js';\nexport { calendarIcon } from './icons/calendar.js';\nexport { campaigns } from './icons/campaigns.js';\nexport { channels } from './icons/channels.js';\nexport { chevron } from './icons/chevron.js';\nexport { chevronDown } from './icons/chevron-down.js';\nexport { chevronRight } from './icons/chevron-right.js';\nexport { chevronUp } from './icons/chevron-up.js';\nexport { clock } from './icons/clock.js';\nexport { close } from './icons/close.js';\nexport { cog } from './icons/cog.js';\nexport { column } from './icons/column.js';\nexport { comparison } from './icons/comparison.js';\nexport { container } from './icons/container.js';\nexport { deleteIcon } from './icons/delete.js';\nexport { desktop } from './icons/desktop.js';\nexport { divider } from './icons/divider.js';\nexport { doubleChevron } from './icons/double-chevron.js';\nexport { download } from './icons/download.js';\nexport { duplicate } from './icons/duplicate.js';\nexport { edit } from './icons/edit.js';\nexport { email } from './icons/email.js';\nexport { external } from './icons/external.js';\nexport { filter } from './icons/filter.js';\nexport { gallery } from './icons/gallery.js';\nexport { gear } from './icons/gear.js';\nexport { globe } from './icons/globe.js';\nexport { graph } from './icons/graph.js';\nexport { handle } from './icons/handle.js';\nexport { help } from './icons/help.js';\nexport { home } from './icons/home.js';\nexport { horizontal } from './icons/horizontal.js';\nexport { info } from './icons/info.js';\nexport { keyboard } from './icons/keyboard.js';\nexport { lightningBolt } from './icons/lightning-bolt.js';\nexport { logout } from './icons/logout.js';\nexport { messages } from './icons/messages.js';\nexport { minus } from './icons/minus.js';\nexport { mobile } from './icons/mobile.js';\nexport { moveToParent } from './icons/move-to-parent.js';\nexport { multiMessage } from './icons/multi-message.js';\nexport { newTab } from './icons/new-tab.js';\nexport { pause } from './icons/pause.js';\nexport { pauseFilled } from './icons/pause-filled.js';\nexport { pieChart } from './icons/pie-chart.js';\nexport { plus } from './icons/plus.js';\nexport { preview } from './icons/preview.js';\nexport { redo } from './icons/redo.js';\nexport { rename } from './icons/rename.js';\nexport { section } from './icons/section.js';\nexport { send } from './icons/send.js';\nexport { sidebarCollapsed } from './icons/sidebar-collapsed.js';\nexport { sidebarExpanded } from './icons/sidebar-expanded.js';\nexport { stop } from './icons/stop.js';\nexport { stopFilled } from './icons/stop-filled.js';\nexport { tag } from './icons/tag.js';\nexport { target } from './icons/target.js';\nexport { templates } from './icons/templates.js';\nexport { text } from './icons/text.js';\nexport { tick } from './icons/tick.js';\nexport { undo } from './icons/undo.js';\nexport { unlink } from './icons/unlink.js';\nexport { user } from './icons/user.js';\nexport { vertical } from './icons/vertical.js';\nexport { wallet } from './icons/wallet.js';\nexport { warning } from './icons/warning.js';\n"]}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Triptease icon set",
4
4
  "license": "MIT",
5
5
  "author": "@triptease",
6
- "version": "1.3.6",
6
+ "version": "1.3.7",
7
7
  "type": "module",
8
8
  "main": "dist/src/index.js",
9
9
  "module": "dist/src/index.js",
@@ -61,11 +61,13 @@
61
61
  "./new-tab.js": "./dist/src/icons/new-tab.js",
62
62
  "./pause.js": "./dist/src/icons/pause.js",
63
63
  "./pause-filled.js": "./dist/src/icons/pause-filled.js",
64
+ "./pie-chart.js": "./dist/src/icons/pie-chart.js",
64
65
  "./plus.js": "./dist/src/icons/plus.js",
65
66
  "./preview.js": "./dist/src/icons/preview.js",
66
67
  "./redo.js": "./dist/src/icons/redo.js",
67
68
  "./rename.js": "./dist/src/icons/rename.js",
68
69
  "./section.js": "./dist/src/icons/section.js",
70
+ "./send.js": "./dist/src/icons/send.js",
69
71
  "./sidebar-collapsed.js": "./dist/src/icons/sidebar-collapsed.js",
70
72
  "./sidebar-expanded.js": "./dist/src/icons/sidebar-expanded.js",
71
73
  "./stop.js": "./dist/src/icons/stop.js",