@triptease/icons 1.3.3 → 1.3.5
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 +12 -0
- package/custom-elements.json +116 -0
- package/dist/src/icons/pause-filled.d.ts +1 -0
- package/dist/src/icons/pause-filled.js +5 -0
- package/dist/src/icons/pause-filled.js.map +1 -0
- package/dist/src/icons/pause.d.ts +1 -0
- package/dist/src/icons/pause.js +5 -0
- package/dist/src/icons/pause.js.map +1 -0
- package/dist/src/icons/stop-filled.d.ts +1 -0
- package/dist/src/icons/stop-filled.js +5 -0
- package/dist/src/icons/stop-filled.js.map +1 -0
- package/dist/src/icons/stop.d.ts +1 -0
- package/dist/src/icons/stop.js +5 -0
- package/dist/src/icons/stop.js.map +1 -0
- package/dist/src/index.d.ts +4 -0
- package/dist/src/index.js +4 -0
- package/dist/src/index.js.map +1 -1
- package/package.json +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @triptease/icons
|
|
2
2
|
|
|
3
|
+
## 1.3.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Added icons: stop, stopFilled, pause, pauseFilled
|
|
8
|
+
|
|
9
|
+
## 1.3.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Fix packaging so that packages are dependent on published versions rather than workspace:\* versions.
|
|
14
|
+
|
|
3
15
|
## 1.3.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/custom-elements.json
CHANGED
|
@@ -407,6 +407,22 @@
|
|
|
407
407
|
"module": "./icons/new-tab.js"
|
|
408
408
|
}
|
|
409
409
|
},
|
|
410
|
+
{
|
|
411
|
+
"kind": "js",
|
|
412
|
+
"name": "pause",
|
|
413
|
+
"declaration": {
|
|
414
|
+
"name": "pause",
|
|
415
|
+
"module": "./icons/pause.js"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"kind": "js",
|
|
420
|
+
"name": "pauseFilled",
|
|
421
|
+
"declaration": {
|
|
422
|
+
"name": "pauseFilled",
|
|
423
|
+
"module": "./icons/pause-filled.js"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
410
426
|
{
|
|
411
427
|
"kind": "js",
|
|
412
428
|
"name": "plus",
|
|
@@ -463,6 +479,22 @@
|
|
|
463
479
|
"module": "./icons/sidebar-expanded.js"
|
|
464
480
|
}
|
|
465
481
|
},
|
|
482
|
+
{
|
|
483
|
+
"kind": "js",
|
|
484
|
+
"name": "stop",
|
|
485
|
+
"declaration": {
|
|
486
|
+
"name": "stop",
|
|
487
|
+
"module": "./icons/stop.js"
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"kind": "js",
|
|
492
|
+
"name": "stopFilled",
|
|
493
|
+
"declaration": {
|
|
494
|
+
"name": "stopFilled",
|
|
495
|
+
"module": "./icons/stop-filled.js"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
466
498
|
{
|
|
467
499
|
"kind": "js",
|
|
468
500
|
"name": "tag",
|
|
@@ -1603,6 +1635,48 @@
|
|
|
1603
1635
|
}
|
|
1604
1636
|
]
|
|
1605
1637
|
},
|
|
1638
|
+
{
|
|
1639
|
+
"kind": "javascript-module",
|
|
1640
|
+
"path": "src/icons/pause-filled.ts",
|
|
1641
|
+
"declarations": [
|
|
1642
|
+
{
|
|
1643
|
+
"kind": "variable",
|
|
1644
|
+
"name": "pauseFilled",
|
|
1645
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 3.75C9.55228 3.75 10 4.19772 10 4.75V19.25C10 19.8023 9.55228 20.25 9 20.25H5.75C5.19772 20.25 4.75 19.8023 4.75 19.25V4.75C4.75 4.19772 5.19772 3.75 5.75 3.75H9ZM18.25 3.75C18.8023 3.75 19.25 4.19772 19.25 4.75V19.25C19.25 19.8023 18.8023 20.25 18.25 20.25H15C14.4477 20.25 14 19.8023 14 19.25V4.75C14 4.19772 14.4477 3.75 15 3.75H18.25Z\" fill=\"#3B353B\"/> </svg> `"
|
|
1646
|
+
}
|
|
1647
|
+
],
|
|
1648
|
+
"exports": [
|
|
1649
|
+
{
|
|
1650
|
+
"kind": "js",
|
|
1651
|
+
"name": "pauseFilled",
|
|
1652
|
+
"declaration": {
|
|
1653
|
+
"name": "pauseFilled",
|
|
1654
|
+
"module": "src/icons/pause-filled.ts"
|
|
1655
|
+
}
|
|
1656
|
+
}
|
|
1657
|
+
]
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "javascript-module",
|
|
1661
|
+
"path": "src/icons/pause.ts",
|
|
1662
|
+
"declarations": [
|
|
1663
|
+
{
|
|
1664
|
+
"kind": "variable",
|
|
1665
|
+
"name": "pause",
|
|
1666
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 3C9.9665 3 10.75 3.7835 10.75 4.75V19.25C10.75 20.2165 9.9665 21 9 21H5.75C4.7835 21 4 20.2165 4 19.25V4.75C4 3.7835 4.7835 3 5.75 3H9ZM18.25 3C19.2165 3 20 3.7835 20 4.75V19.25C20 20.2165 19.2165 21 18.25 21H15C14.0335 21 13.25 20.2165 13.25 19.25V4.75C13.25 3.7835 14.0335 3 15 3H18.25ZM5.75 4.5C5.61193 4.5 5.5 4.61193 5.5 4.75V19.25C5.5 19.3881 5.61193 19.5 5.75 19.5H9C9.13807 19.5 9.25 19.3881 9.25 19.25V4.75C9.25 4.61193 9.13807 4.5 9 4.5H5.75ZM15 4.5C14.8619 4.5 14.75 4.61193 14.75 4.75V19.25C14.75 19.3881 14.8619 19.5 15 19.5H18.25C18.3881 19.5 18.5 19.3881 18.5 19.25V4.75C18.5 4.61193 18.3881 4.5 18.25 4.5H15Z\" fill=\"currentColor\"/> </svg> `"
|
|
1667
|
+
}
|
|
1668
|
+
],
|
|
1669
|
+
"exports": [
|
|
1670
|
+
{
|
|
1671
|
+
"kind": "js",
|
|
1672
|
+
"name": "pause",
|
|
1673
|
+
"declaration": {
|
|
1674
|
+
"name": "pause",
|
|
1675
|
+
"module": "src/icons/pause.ts"
|
|
1676
|
+
}
|
|
1677
|
+
}
|
|
1678
|
+
]
|
|
1679
|
+
},
|
|
1606
1680
|
{
|
|
1607
1681
|
"kind": "javascript-module",
|
|
1608
1682
|
"path": "src/icons/plus.ts",
|
|
@@ -1750,6 +1824,48 @@
|
|
|
1750
1824
|
}
|
|
1751
1825
|
]
|
|
1752
1826
|
},
|
|
1827
|
+
{
|
|
1828
|
+
"kind": "javascript-module",
|
|
1829
|
+
"path": "src/icons/stop-filled.ts",
|
|
1830
|
+
"declarations": [
|
|
1831
|
+
{
|
|
1832
|
+
"kind": "variable",
|
|
1833
|
+
"name": "stopFilled",
|
|
1834
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 7C4 5.34315 5.34315 4 7 4H17C18.6569 4 20 5.34315 20 7V17C20 18.6569 18.6569 20 17 20H7C5.34315 20 4 18.6569 4 17V7Z\" fill=\"currentColor\"/> </svg> `"
|
|
1835
|
+
}
|
|
1836
|
+
],
|
|
1837
|
+
"exports": [
|
|
1838
|
+
{
|
|
1839
|
+
"kind": "js",
|
|
1840
|
+
"name": "stopFilled",
|
|
1841
|
+
"declaration": {
|
|
1842
|
+
"name": "stopFilled",
|
|
1843
|
+
"module": "src/icons/stop-filled.ts"
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
]
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"kind": "javascript-module",
|
|
1850
|
+
"path": "src/icons/stop.ts",
|
|
1851
|
+
"declarations": [
|
|
1852
|
+
{
|
|
1853
|
+
"kind": "variable",
|
|
1854
|
+
"name": "stop",
|
|
1855
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19.25 7C19.25 5.75736 18.2426 4.75 17 4.75H7C5.75736 4.75 4.75 5.75736 4.75 7V17C4.75 18.2426 5.75736 19.25 7 19.25H17C18.2426 19.25 19.25 18.2426 19.25 17V7ZM20.75 17C20.75 19.0711 19.0711 20.75 17 20.75H7C4.92893 20.75 3.25 19.0711 3.25 17V7C3.25 4.92893 4.92893 3.25 7 3.25H17C19.0711 3.25 20.75 4.92893 20.75 7V17Z\" fill=\"currentColor\"/> </svg> `"
|
|
1856
|
+
}
|
|
1857
|
+
],
|
|
1858
|
+
"exports": [
|
|
1859
|
+
{
|
|
1860
|
+
"kind": "js",
|
|
1861
|
+
"name": "stop",
|
|
1862
|
+
"declaration": {
|
|
1863
|
+
"name": "stop",
|
|
1864
|
+
"module": "src/icons/stop.ts"
|
|
1865
|
+
}
|
|
1866
|
+
}
|
|
1867
|
+
]
|
|
1868
|
+
},
|
|
1753
1869
|
{
|
|
1754
1870
|
"kind": "javascript-module",
|
|
1755
1871
|
"path": "src/icons/tag.ts",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const pauseFilled = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 3.75C9.55228 3.75 10 4.19772 10 4.75V19.25C10 19.8023 9.55228 20.25 9 20.25H5.75C5.19772 20.25 4.75 19.8023 4.75 19.25V4.75C4.75 4.19772 5.19772 3.75 5.75 3.75H9ZM18.25 3.75C18.8023 3.75 19.25 4.19772 19.25 4.75V19.25C19.25 19.8023 18.8023 20.25 18.25 20.25H15C14.4477 20.25 14 19.8023 14 19.25V4.75C14 4.19772 14.4477 3.75 15 3.75H18.25Z\" fill=\"#3B353B\"/>\n</svg>\n";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const pauseFilled = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9 3.75C9.55228 3.75 10 4.19772 10 4.75V19.25C10 19.8023 9.55228 20.25 9 20.25H5.75C5.19772 20.25 4.75 19.8023 4.75 19.25V4.75C4.75 4.19772 5.19772 3.75 5.75 3.75H9ZM18.25 3.75C18.8023 3.75 19.25 4.19772 19.25 4.75V19.25C19.25 19.8023 18.8023 20.25 18.25 20.25H15C14.4477 20.25 14 19.8023 14 19.25V4.75C14 4.19772 14.4477 3.75 15 3.75H18.25Z" fill="#3B353B"/>
|
|
3
|
+
</svg>
|
|
4
|
+
`;
|
|
5
|
+
//# sourceMappingURL=pause-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pause-filled.js","sourceRoot":"","sources":["../../../src/icons/pause-filled.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;;;CAG1B,CAAC","sourcesContent":["export const pauseFilled = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 3.75C9.55228 3.75 10 4.19772 10 4.75V19.25C10 19.8023 9.55228 20.25 9 20.25H5.75C5.19772 20.25 4.75 19.8023 4.75 19.25V4.75C4.75 4.19772 5.19772 3.75 5.75 3.75H9ZM18.25 3.75C18.8023 3.75 19.25 4.19772 19.25 4.75V19.25C19.25 19.8023 18.8023 20.25 18.25 20.25H15C14.4477 20.25 14 19.8023 14 19.25V4.75C14 4.19772 14.4477 3.75 15 3.75H18.25Z\" fill=\"#3B353B\"/>\n</svg>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const pause = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 3C9.9665 3 10.75 3.7835 10.75 4.75V19.25C10.75 20.2165 9.9665 21 9 21H5.75C4.7835 21 4 20.2165 4 19.25V4.75C4 3.7835 4.7835 3 5.75 3H9ZM18.25 3C19.2165 3 20 3.7835 20 4.75V19.25C20 20.2165 19.2165 21 18.25 21H15C14.0335 21 13.25 20.2165 13.25 19.25V4.75C13.25 3.7835 14.0335 3 15 3H18.25ZM5.75 4.5C5.61193 4.5 5.5 4.61193 5.5 4.75V19.25C5.5 19.3881 5.61193 19.5 5.75 19.5H9C9.13807 19.5 9.25 19.3881 9.25 19.25V4.75C9.25 4.61193 9.13807 4.5 9 4.5H5.75ZM15 4.5C14.8619 4.5 14.75 4.61193 14.75 4.75V19.25C14.75 19.3881 14.8619 19.5 15 19.5H18.25C18.3881 19.5 18.5 19.3881 18.5 19.25V4.75C18.5 4.61193 18.3881 4.5 18.25 4.5H15Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const pause = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9 3C9.9665 3 10.75 3.7835 10.75 4.75V19.25C10.75 20.2165 9.9665 21 9 21H5.75C4.7835 21 4 20.2165 4 19.25V4.75C4 3.7835 4.7835 3 5.75 3H9ZM18.25 3C19.2165 3 20 3.7835 20 4.75V19.25C20 20.2165 19.2165 21 18.25 21H15C14.0335 21 13.25 20.2165 13.25 19.25V4.75C13.25 3.7835 14.0335 3 15 3H18.25ZM5.75 4.5C5.61193 4.5 5.5 4.61193 5.5 4.75V19.25C5.5 19.3881 5.61193 19.5 5.75 19.5H9C9.13807 19.5 9.25 19.3881 9.25 19.25V4.75C9.25 4.61193 9.13807 4.5 9 4.5H5.75ZM15 4.5C14.8619 4.5 14.75 4.61193 14.75 4.75V19.25C14.75 19.3881 14.8619 19.5 15 19.5H18.25C18.3881 19.5 18.5 19.3881 18.5 19.25V4.75C18.5 4.61193 18.3881 4.5 18.25 4.5H15Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
`;
|
|
5
|
+
//# sourceMappingURL=pause.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pause.js","sourceRoot":"","sources":["../../../src/icons/pause.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,KAAK,GAAG;;;CAGpB,CAAC","sourcesContent":["export const pause = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 3C9.9665 3 10.75 3.7835 10.75 4.75V19.25C10.75 20.2165 9.9665 21 9 21H5.75C4.7835 21 4 20.2165 4 19.25V4.75C4 3.7835 4.7835 3 5.75 3H9ZM18.25 3C19.2165 3 20 3.7835 20 4.75V19.25C20 20.2165 19.2165 21 18.25 21H15C14.0335 21 13.25 20.2165 13.25 19.25V4.75C13.25 3.7835 14.0335 3 15 3H18.25ZM5.75 4.5C5.61193 4.5 5.5 4.61193 5.5 4.75V19.25C5.5 19.3881 5.61193 19.5 5.75 19.5H9C9.13807 19.5 9.25 19.3881 9.25 19.25V4.75C9.25 4.61193 9.13807 4.5 9 4.5H5.75ZM15 4.5C14.8619 4.5 14.75 4.61193 14.75 4.75V19.25C14.75 19.3881 14.8619 19.5 15 19.5H18.25C18.3881 19.5 18.5 19.3881 18.5 19.25V4.75C18.5 4.61193 18.3881 4.5 18.25 4.5H15Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const stopFilled = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 7C4 5.34315 5.34315 4 7 4H17C18.6569 4 20 5.34315 20 7V17C20 18.6569 18.6569 20 17 20H7C5.34315 20 4 18.6569 4 17V7Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const stopFilled = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 7C4 5.34315 5.34315 4 7 4H17C18.6569 4 20 5.34315 20 7V17C20 18.6569 18.6569 20 17 20H7C5.34315 20 4 18.6569 4 17V7Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
`;
|
|
5
|
+
//# sourceMappingURL=stop-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-filled.js","sourceRoot":"","sources":["../../../src/icons/stop-filled.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG;;;CAGzB,CAAC","sourcesContent":["export const stopFilled = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 7C4 5.34315 5.34315 4 7 4H17C18.6569 4 20 5.34315 20 7V17C20 18.6569 18.6569 20 17 20H7C5.34315 20 4 18.6569 4 17V7Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const stop = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.25 7C19.25 5.75736 18.2426 4.75 17 4.75H7C5.75736 4.75 4.75 5.75736 4.75 7V17C4.75 18.2426 5.75736 19.25 7 19.25H17C18.2426 19.25 19.25 18.2426 19.25 17V7ZM20.75 17C20.75 19.0711 19.0711 20.75 17 20.75H7C4.92893 20.75 3.25 19.0711 3.25 17V7C3.25 4.92893 4.92893 3.25 7 3.25H17C19.0711 3.25 20.75 4.92893 20.75 7V17Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const stop = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.25 7C19.25 5.75736 18.2426 4.75 17 4.75H7C5.75736 4.75 4.75 5.75736 4.75 7V17C4.75 18.2426 5.75736 19.25 7 19.25H17C18.2426 19.25 19.25 18.2426 19.25 17V7ZM20.75 17C20.75 19.0711 19.0711 20.75 17 20.75H7C4.92893 20.75 3.25 19.0711 3.25 17V7C3.25 4.92893 4.92893 3.25 7 3.25H17C19.0711 3.25 20.75 4.92893 20.75 7V17Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
`;
|
|
5
|
+
//# sourceMappingURL=stop.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop.js","sourceRoot":"","sources":["../../../src/icons/stop.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,IAAI,GAAG;;;CAGnB,CAAC","sourcesContent":["export const stop = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.25 7C19.25 5.75736 18.2426 4.75 17 4.75H7C5.75736 4.75 4.75 5.75736 4.75 7V17C4.75 18.2426 5.75736 19.25 7 19.25H17C18.2426 19.25 19.25 18.2426 19.25 17V7ZM20.75 17C20.75 19.0711 19.0711 20.75 17 20.75H7C4.92893 20.75 3.25 19.0711 3.25 17V7C3.25 4.92893 4.92893 3.25 7 3.25H17C19.0711 3.25 20.75 4.92893 20.75 7V17Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -48,6 +48,8 @@ export { mobile } from './icons/mobile.js';
|
|
|
48
48
|
export { moveToParent } from './icons/move-to-parent.js';
|
|
49
49
|
export { multiMessage } from './icons/multi-message.js';
|
|
50
50
|
export { newTab } from './icons/new-tab.js';
|
|
51
|
+
export { pause } from './icons/pause.js';
|
|
52
|
+
export { pauseFilled } from './icons/pause-filled.js';
|
|
51
53
|
export { plus } from './icons/plus.js';
|
|
52
54
|
export { preview } from './icons/preview.js';
|
|
53
55
|
export { redo } from './icons/redo.js';
|
|
@@ -55,6 +57,8 @@ export { rename } from './icons/rename.js';
|
|
|
55
57
|
export { section } from './icons/section.js';
|
|
56
58
|
export { sidebarCollapsed } from './icons/sidebar-collapsed.js';
|
|
57
59
|
export { sidebarExpanded } from './icons/sidebar-expanded.js';
|
|
60
|
+
export { stop } from './icons/stop.js';
|
|
61
|
+
export { stopFilled } from './icons/stop-filled.js';
|
|
58
62
|
export { tag } from './icons/tag.js';
|
|
59
63
|
export { target } from './icons/target.js';
|
|
60
64
|
export { templates } from './icons/templates.js';
|
package/dist/src/index.js
CHANGED
|
@@ -48,6 +48,8 @@ export { mobile } from './icons/mobile.js';
|
|
|
48
48
|
export { moveToParent } from './icons/move-to-parent.js';
|
|
49
49
|
export { multiMessage } from './icons/multi-message.js';
|
|
50
50
|
export { newTab } from './icons/new-tab.js';
|
|
51
|
+
export { pause } from './icons/pause.js';
|
|
52
|
+
export { pauseFilled } from './icons/pause-filled.js';
|
|
51
53
|
export { plus } from './icons/plus.js';
|
|
52
54
|
export { preview } from './icons/preview.js';
|
|
53
55
|
export { redo } from './icons/redo.js';
|
|
@@ -55,6 +57,8 @@ export { rename } from './icons/rename.js';
|
|
|
55
57
|
export { section } from './icons/section.js';
|
|
56
58
|
export { sidebarCollapsed } from './icons/sidebar-collapsed.js';
|
|
57
59
|
export { sidebarExpanded } from './icons/sidebar-expanded.js';
|
|
60
|
+
export { stop } from './icons/stop.js';
|
|
61
|
+
export { stopFilled } from './icons/stop-filled.js';
|
|
58
62
|
export { tag } from './icons/tag.js';
|
|
59
63
|
export { target } from './icons/target.js';
|
|
60
64
|
export { templates } from './icons/templates.js';
|
package/dist/src/index.js.map
CHANGED
|
@@ -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 { 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 { 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 { 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"]}
|
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
|
+
"version": "1.3.5",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/src/index.js",
|
|
9
9
|
"module": "dist/src/index.js",
|
|
@@ -59,6 +59,8 @@
|
|
|
59
59
|
"./move-to-parent.js": "./dist/src/icons/move-to-parent.js",
|
|
60
60
|
"./multi-message.js": "./dist/src/icons/multi-message.js",
|
|
61
61
|
"./new-tab.js": "./dist/src/icons/new-tab.js",
|
|
62
|
+
"./pause.js": "./dist/src/icons/pause.js",
|
|
63
|
+
"./pause-filled.js": "./dist/src/icons/pause-filled.js",
|
|
62
64
|
"./plus.js": "./dist/src/icons/plus.js",
|
|
63
65
|
"./preview.js": "./dist/src/icons/preview.js",
|
|
64
66
|
"./redo.js": "./dist/src/icons/redo.js",
|
|
@@ -66,6 +68,8 @@
|
|
|
66
68
|
"./section.js": "./dist/src/icons/section.js",
|
|
67
69
|
"./sidebar-collapsed.js": "./dist/src/icons/sidebar-collapsed.js",
|
|
68
70
|
"./sidebar-expanded.js": "./dist/src/icons/sidebar-expanded.js",
|
|
71
|
+
"./stop.js": "./dist/src/icons/stop.js",
|
|
72
|
+
"./stop-filled.js": "./dist/src/icons/stop-filled.js",
|
|
69
73
|
"./tag.js": "./dist/src/icons/tag.js",
|
|
70
74
|
"./target.js": "./dist/src/icons/target.js",
|
|
71
75
|
"./templates.js": "./dist/src/icons/templates.js",
|