@triptease/icons 1.3.12 → 1.3.14
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 +232 -0
- package/dist/manifest.json +1 -1
- package/dist/src/icons/align-bottom.d.ts +1 -0
- package/dist/src/icons/align-bottom.js +6 -0
- package/dist/src/icons/align-bottom.js.map +1 -0
- package/dist/src/icons/align-top.d.ts +1 -0
- package/dist/src/icons/align-top.js +6 -0
- package/dist/src/icons/align-top.js.map +1 -0
- package/dist/src/icons/justify-center.d.ts +1 -0
- package/dist/src/icons/justify-center.js +7 -0
- package/dist/src/icons/justify-center.js.map +1 -0
- package/dist/src/icons/justify-left.d.ts +1 -0
- package/dist/src/icons/justify-left.js +6 -0
- package/dist/src/icons/justify-left.js.map +1 -0
- package/dist/src/icons/justify-right.d.ts +1 -0
- package/dist/src/icons/justify-right.js +6 -0
- package/dist/src/icons/justify-right.js.map +1 -0
- package/dist/src/icons/locked.d.ts +1 -0
- package/dist/src/icons/locked.js +5 -0
- package/dist/src/icons/locked.js.map +1 -0
- package/dist/src/icons/sparkle.d.ts +1 -0
- package/dist/src/icons/sparkle.js +5 -0
- package/dist/src/icons/sparkle.js.map +1 -0
- package/dist/src/icons/spinner.d.ts +1 -0
- package/dist/src/icons/spinner.js +5 -0
- package/dist/src/icons/spinner.js.map +1 -0
- package/dist/src/index.d.ts +8 -0
- package/dist/src/index.js +8 -0
- package/dist/src/index.js.map +1 -1
- package/package.json +9 -1
package/CHANGELOG.md
CHANGED
package/custom-elements.json
CHANGED
|
@@ -23,6 +23,14 @@
|
|
|
23
23
|
"module": "./icons/alert.js"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
|
+
{
|
|
27
|
+
"kind": "js",
|
|
28
|
+
"name": "alignBottom",
|
|
29
|
+
"declaration": {
|
|
30
|
+
"name": "alignBottom",
|
|
31
|
+
"module": "./icons/align-bottom.js"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
26
34
|
{
|
|
27
35
|
"kind": "js",
|
|
28
36
|
"name": "alignCenter",
|
|
@@ -47,6 +55,14 @@
|
|
|
47
55
|
"module": "./icons/align-right.js"
|
|
48
56
|
}
|
|
49
57
|
},
|
|
58
|
+
{
|
|
59
|
+
"kind": "js",
|
|
60
|
+
"name": "alignTop",
|
|
61
|
+
"declaration": {
|
|
62
|
+
"name": "alignTop",
|
|
63
|
+
"module": "./icons/align-top.js"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
50
66
|
{
|
|
51
67
|
"kind": "js",
|
|
52
68
|
"name": "arrowDown",
|
|
@@ -479,6 +495,30 @@
|
|
|
479
495
|
"module": "./icons/italic.js"
|
|
480
496
|
}
|
|
481
497
|
},
|
|
498
|
+
{
|
|
499
|
+
"kind": "js",
|
|
500
|
+
"name": "justifyCenter",
|
|
501
|
+
"declaration": {
|
|
502
|
+
"name": "justifyCenter",
|
|
503
|
+
"module": "./icons/justify-center.js"
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"kind": "js",
|
|
508
|
+
"name": "justifyLeft",
|
|
509
|
+
"declaration": {
|
|
510
|
+
"name": "justifyLeft",
|
|
511
|
+
"module": "./icons/justify-left.js"
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"kind": "js",
|
|
516
|
+
"name": "justifyRight",
|
|
517
|
+
"declaration": {
|
|
518
|
+
"name": "justifyRight",
|
|
519
|
+
"module": "./icons/justify-right.js"
|
|
520
|
+
}
|
|
521
|
+
},
|
|
482
522
|
{
|
|
483
523
|
"kind": "js",
|
|
484
524
|
"name": "keyboard",
|
|
@@ -503,6 +543,14 @@
|
|
|
503
543
|
"module": "./icons/link.js"
|
|
504
544
|
}
|
|
505
545
|
},
|
|
546
|
+
{
|
|
547
|
+
"kind": "js",
|
|
548
|
+
"name": "locked",
|
|
549
|
+
"declaration": {
|
|
550
|
+
"name": "locked",
|
|
551
|
+
"module": "./icons/locked.js"
|
|
552
|
+
}
|
|
553
|
+
},
|
|
506
554
|
{
|
|
507
555
|
"kind": "js",
|
|
508
556
|
"name": "logout",
|
|
@@ -671,6 +719,22 @@
|
|
|
671
719
|
"module": "./icons/sidebar-expanded.js"
|
|
672
720
|
}
|
|
673
721
|
},
|
|
722
|
+
{
|
|
723
|
+
"kind": "js",
|
|
724
|
+
"name": "sparkle",
|
|
725
|
+
"declaration": {
|
|
726
|
+
"name": "sparkle",
|
|
727
|
+
"module": "./icons/sparkle.js"
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"kind": "js",
|
|
732
|
+
"name": "spinner",
|
|
733
|
+
"declaration": {
|
|
734
|
+
"name": "spinner",
|
|
735
|
+
"module": "./icons/spinner.js"
|
|
736
|
+
}
|
|
737
|
+
},
|
|
674
738
|
{
|
|
675
739
|
"kind": "js",
|
|
676
740
|
"name": "stop",
|
|
@@ -865,6 +929,27 @@
|
|
|
865
929
|
}
|
|
866
930
|
]
|
|
867
931
|
},
|
|
932
|
+
{
|
|
933
|
+
"kind": "javascript-module",
|
|
934
|
+
"path": "src/icons/align-bottom.ts",
|
|
935
|
+
"declarations": [
|
|
936
|
+
{
|
|
937
|
+
"kind": "variable",
|
|
938
|
+
"name": "alignBottom",
|
|
939
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.25 16.5C10.6642 16.5 11 16.1642 11 15.75V4.75C11 4.33579 10.6642 4 10.25 4C9.83579 4 9.5 4.33579 9.5 4.75V15.75C9.5 16.1642 9.83579 16.5 10.25 16.5ZM13.75 16.5C14.1642 16.5 14.5 16.1642 14.5 15.75V8.75C14.5 8.33579 14.1642 8 13.75 8C13.3358 8 13 8.33579 13 8.75V15.75C13 16.1642 13.3358 16.5 13.75 16.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 19.25C4 19.6642 4.33579 20 4.75 20L19.25 20C19.6642 20 20 19.6642 20 19.25C20 18.8358 19.6642 18.5 19.25 18.5L4.75 18.5C4.33579 18.5 4 18.8358 4 19.25Z\" fill=\"currentColor\"/> </svg> `"
|
|
940
|
+
}
|
|
941
|
+
],
|
|
942
|
+
"exports": [
|
|
943
|
+
{
|
|
944
|
+
"kind": "js",
|
|
945
|
+
"name": "alignBottom",
|
|
946
|
+
"declaration": {
|
|
947
|
+
"name": "alignBottom",
|
|
948
|
+
"module": "src/icons/align-bottom.ts"
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
]
|
|
952
|
+
},
|
|
868
953
|
{
|
|
869
954
|
"kind": "javascript-module",
|
|
870
955
|
"path": "src/icons/align-center.ts",
|
|
@@ -928,6 +1013,27 @@
|
|
|
928
1013
|
}
|
|
929
1014
|
]
|
|
930
1015
|
},
|
|
1016
|
+
{
|
|
1017
|
+
"kind": "javascript-module",
|
|
1018
|
+
"path": "src/icons/align-top.ts",
|
|
1019
|
+
"declarations": [
|
|
1020
|
+
{
|
|
1021
|
+
"kind": "variable",
|
|
1022
|
+
"name": "alignTop",
|
|
1023
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.25 7.5C10.6642 7.5 11 7.83579 11 8.25V19.25C11 19.6642 10.6642 20 10.25 20C9.83579 20 9.5 19.6642 9.5 19.25V8.25C9.5 7.83579 9.83579 7.5 10.25 7.5ZM13.75 7.5C14.1642 7.5 14.5 7.83579 14.5 8.25V15.25C14.5 15.6642 14.1642 16 13.75 16C13.3358 16 13 15.6642 13 15.25V8.25C13 7.83579 13.3358 7.5 13.75 7.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4.75C4 4.33579 4.33579 4 4.75 4L19.25 4C19.6642 4 20 4.33579 20 4.75C20 5.16421 19.6642 5.5 19.25 5.5L4.75 5.5C4.33579 5.5 4 5.16421 4 4.75Z\" fill=\"currentColor\"/> </svg> `"
|
|
1024
|
+
}
|
|
1025
|
+
],
|
|
1026
|
+
"exports": [
|
|
1027
|
+
{
|
|
1028
|
+
"kind": "js",
|
|
1029
|
+
"name": "alignTop",
|
|
1030
|
+
"declaration": {
|
|
1031
|
+
"name": "alignTop",
|
|
1032
|
+
"module": "src/icons/align-top.ts"
|
|
1033
|
+
}
|
|
1034
|
+
}
|
|
1035
|
+
]
|
|
1036
|
+
},
|
|
931
1037
|
{
|
|
932
1038
|
"kind": "javascript-module",
|
|
933
1039
|
"path": "src/icons/arrow-down.ts",
|
|
@@ -2062,6 +2168,69 @@
|
|
|
2062
2168
|
}
|
|
2063
2169
|
]
|
|
2064
2170
|
},
|
|
2171
|
+
{
|
|
2172
|
+
"kind": "javascript-module",
|
|
2173
|
+
"path": "src/icons/justify-center.ts",
|
|
2174
|
+
"declarations": [
|
|
2175
|
+
{
|
|
2176
|
+
"kind": "variable",
|
|
2177
|
+
"name": "justifyCenter",
|
|
2178
|
+
"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=\"M12 4C12.4142 4 12.75 4.33579 12.75 4.75L12.75 19.25C12.75 19.6642 12.4142 20 12 20C11.5858 20 11.25 19.6642 11.25 19.25L11.25 4.75C11.25 4.33579 11.5858 4 12 4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.75 10.25C5.75 9.83578 6.08579 9.5 6.5 9.5L17.5 9.5C17.9142 9.5 18.25 9.83579 18.25 10.25C18.25 10.6642 17.9142 11 17.5 11L6.5 11C6.08579 11 5.75 10.6642 5.75 10.25Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.75 13.75C7.75 13.3358 8.08579 13 8.5 13L15.5 13C15.9142 13 16.25 13.3358 16.25 13.75C16.25 14.1642 15.9142 14.5 15.5 14.5L8.5 14.5C8.08579 14.5 7.75 14.1642 7.75 13.75Z\" fill=\"currentColor\"/> </svg> `"
|
|
2179
|
+
}
|
|
2180
|
+
],
|
|
2181
|
+
"exports": [
|
|
2182
|
+
{
|
|
2183
|
+
"kind": "js",
|
|
2184
|
+
"name": "justifyCenter",
|
|
2185
|
+
"declaration": {
|
|
2186
|
+
"name": "justifyCenter",
|
|
2187
|
+
"module": "src/icons/justify-center.ts"
|
|
2188
|
+
}
|
|
2189
|
+
}
|
|
2190
|
+
]
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"kind": "javascript-module",
|
|
2194
|
+
"path": "src/icons/justify-left.ts",
|
|
2195
|
+
"declarations": [
|
|
2196
|
+
{
|
|
2197
|
+
"kind": "variable",
|
|
2198
|
+
"name": "justifyLeft",
|
|
2199
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.5 13.75C7.5 13.3358 7.83579 13 8.25 13H19.25C19.6642 13 20 13.3358 20 13.75C20 14.1642 19.6642 14.5 19.25 14.5H8.25C7.83579 14.5 7.5 14.1642 7.5 13.75ZM7.5 10.25C7.5 9.83579 7.83579 9.5 8.25 9.5H15.25C15.6642 9.5 16 9.83579 16 10.25C16 10.6642 15.6642 11 15.25 11H8.25C7.83579 11 7.5 10.6642 7.5 10.25Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.75 20C4.33579 20 4 19.6642 4 19.25L4 4.75C4 4.33579 4.33579 4 4.75 4C5.16421 4 5.5 4.33579 5.5 4.75L5.5 19.25C5.5 19.6642 5.16421 20 4.75 20Z\" fill=\"currentColor\"/> </svg> `"
|
|
2200
|
+
}
|
|
2201
|
+
],
|
|
2202
|
+
"exports": [
|
|
2203
|
+
{
|
|
2204
|
+
"kind": "js",
|
|
2205
|
+
"name": "justifyLeft",
|
|
2206
|
+
"declaration": {
|
|
2207
|
+
"name": "justifyLeft",
|
|
2208
|
+
"module": "src/icons/justify-left.ts"
|
|
2209
|
+
}
|
|
2210
|
+
}
|
|
2211
|
+
]
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
"kind": "javascript-module",
|
|
2215
|
+
"path": "src/icons/justify-right.ts",
|
|
2216
|
+
"declarations": [
|
|
2217
|
+
{
|
|
2218
|
+
"kind": "variable",
|
|
2219
|
+
"name": "justifyRight",
|
|
2220
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.4999 13.75C16.4999 13.3358 16.1642 13 15.7499 13L4.74994 13C4.33573 13 3.99994 13.3358 3.99994 13.75C3.99994 14.1642 4.33573 14.5 4.74994 14.5L15.7499 14.5C16.1642 14.5 16.4999 14.1642 16.4999 13.75ZM16.4999 10.25C16.4999 9.83579 16.1642 9.5 15.7499 9.5H8.74994C8.33573 9.5 7.99994 9.83579 7.99994 10.25C7.99994 10.6642 8.33573 11 8.74994 11H15.7499C16.1642 11 16.4999 10.6642 16.4999 10.25Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2499 20C19.6642 20 19.9999 19.6642 19.9999 19.25L19.9999 4.75C19.9999 4.33579 19.6642 4 19.2499 4C18.8357 4 18.4999 4.33579 18.4999 4.75L18.4999 19.25C18.4999 19.6642 18.8357 20 19.2499 20Z\" fill=\"currentColor\"/> </svg> `"
|
|
2221
|
+
}
|
|
2222
|
+
],
|
|
2223
|
+
"exports": [
|
|
2224
|
+
{
|
|
2225
|
+
"kind": "js",
|
|
2226
|
+
"name": "justifyRight",
|
|
2227
|
+
"declaration": {
|
|
2228
|
+
"name": "justifyRight",
|
|
2229
|
+
"module": "src/icons/justify-right.ts"
|
|
2230
|
+
}
|
|
2231
|
+
}
|
|
2232
|
+
]
|
|
2233
|
+
},
|
|
2065
2234
|
{
|
|
2066
2235
|
"kind": "javascript-module",
|
|
2067
2236
|
"path": "src/icons/keyboard.ts",
|
|
@@ -2125,6 +2294,27 @@
|
|
|
2125
2294
|
}
|
|
2126
2295
|
]
|
|
2127
2296
|
},
|
|
2297
|
+
{
|
|
2298
|
+
"kind": "javascript-module",
|
|
2299
|
+
"path": "src/icons/locked.ts",
|
|
2300
|
+
"declarations": [
|
|
2301
|
+
{
|
|
2302
|
+
"kind": "variable",
|
|
2303
|
+
"name": "locked",
|
|
2304
|
+
"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=\"M12 2.25C9.92893 2.25 8.25 3.92893 8.25 6V8H7C5.34315 8 4 9.34315 4 11V19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V11C20 9.34315 18.6569 8 17 8H15.75V6C15.75 3.92893 14.0711 2.25 12 2.25ZM14.25 8V6C14.25 4.75736 13.2426 3.75 12 3.75C10.7574 3.75 9.75 4.75736 9.75 6V8H14.25ZM5.5 11C5.5 10.1716 6.17157 9.5 7 9.5H17C17.8284 9.5 18.5 10.1716 18.5 11V19C18.5 19.8284 17.8284 20.5 17 20.5H7C6.17157 20.5 5.5 19.8284 5.5 19V11Z\" fill=\"currentColor\"/> </svg> `"
|
|
2305
|
+
}
|
|
2306
|
+
],
|
|
2307
|
+
"exports": [
|
|
2308
|
+
{
|
|
2309
|
+
"kind": "js",
|
|
2310
|
+
"name": "locked",
|
|
2311
|
+
"declaration": {
|
|
2312
|
+
"name": "locked",
|
|
2313
|
+
"module": "src/icons/locked.ts"
|
|
2314
|
+
}
|
|
2315
|
+
}
|
|
2316
|
+
]
|
|
2317
|
+
},
|
|
2128
2318
|
{
|
|
2129
2319
|
"kind": "javascript-module",
|
|
2130
2320
|
"path": "src/icons/logout.ts",
|
|
@@ -2566,6 +2756,48 @@
|
|
|
2566
2756
|
}
|
|
2567
2757
|
]
|
|
2568
2758
|
},
|
|
2759
|
+
{
|
|
2760
|
+
"kind": "javascript-module",
|
|
2761
|
+
"path": "src/icons/sparkle.ts",
|
|
2762
|
+
"declarations": [
|
|
2763
|
+
{
|
|
2764
|
+
"kind": "variable",
|
|
2765
|
+
"name": "sparkle",
|
|
2766
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.25 20C11.25 17.831 10.4909 16.028 9.23145 14.7686C7.97204 13.5091 6.16899 12.75 4 12.75C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25C6.16899 11.25 7.97204 10.4909 9.23145 9.23145C10.4909 7.97204 11.25 6.16899 11.25 4C11.25 3.58579 11.5858 3.25 12 3.25C12.4142 3.25 12.75 3.58579 12.75 4C12.75 6.16899 13.5091 7.97204 14.7686 9.23145C16.028 10.4909 17.831 11.25 20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75C17.831 12.75 16.028 13.5091 14.7686 14.7686C13.5091 16.028 12.75 17.831 12.75 20C12.75 20.4142 12.4142 20.75 12 20.75C11.5858 20.75 11.25 20.4142 11.25 20ZM12 7.7627C11.5863 8.71942 11.0113 9.57263 10.292 10.292C9.57263 11.0113 8.71942 11.5863 7.7627 12C8.71942 12.4137 9.57263 12.9887 10.292 13.708C11.0111 14.4272 11.5863 15.2799 12 16.2363C12.4137 15.2799 12.9889 14.4272 13.708 13.708C14.4272 12.9889 15.2799 12.4137 16.2363 12C15.2799 11.5863 14.4272 11.0111 13.708 10.292C12.9887 9.57263 12.4137 8.71942 12 7.7627Z\" fill=\"currentColor\"/> </svg> `"
|
|
2767
|
+
}
|
|
2768
|
+
],
|
|
2769
|
+
"exports": [
|
|
2770
|
+
{
|
|
2771
|
+
"kind": "js",
|
|
2772
|
+
"name": "sparkle",
|
|
2773
|
+
"declaration": {
|
|
2774
|
+
"name": "sparkle",
|
|
2775
|
+
"module": "src/icons/sparkle.ts"
|
|
2776
|
+
}
|
|
2777
|
+
}
|
|
2778
|
+
]
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"kind": "javascript-module",
|
|
2782
|
+
"path": "src/icons/spinner.ts",
|
|
2783
|
+
"declarations": [
|
|
2784
|
+
{
|
|
2785
|
+
"kind": "variable",
|
|
2786
|
+
"name": "spinner",
|
|
2787
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 22.8C9.86393 22.8 7.77568 22.1665 5.99984 20.9799C4.224 19.7931 2.83953 18.1064 2.02211 16.1329C1.20468 14.1595 0.990803 11.988 1.40752 9.89305C1.82425 7.79805 2.85284 5.87367 4.36325 4.36325C5.87367 2.85284 7.79805 1.82425 9.89305 1.40752C11.988 0.990803 14.1595 1.20468 16.1329 2.02211C18.1064 2.83953 19.7931 4.224 20.9799 5.99984C22.1665 7.77568 22.8 9.86393 22.8 12\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\"/> </svg> `"
|
|
2788
|
+
}
|
|
2789
|
+
],
|
|
2790
|
+
"exports": [
|
|
2791
|
+
{
|
|
2792
|
+
"kind": "js",
|
|
2793
|
+
"name": "spinner",
|
|
2794
|
+
"declaration": {
|
|
2795
|
+
"name": "spinner",
|
|
2796
|
+
"module": "src/icons/spinner.ts"
|
|
2797
|
+
}
|
|
2798
|
+
}
|
|
2799
|
+
]
|
|
2800
|
+
},
|
|
2569
2801
|
{
|
|
2570
2802
|
"kind": "javascript-module",
|
|
2571
2803
|
"path": "src/icons/stop-filled.ts",
|
package/dist/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"account":"@triptease/icons/account.js","alert":"@triptease/icons/alert.js","alignCenter":"@triptease/icons/align-center.js","alignLeft":"@triptease/icons/align-left.js","alignRight":"@triptease/icons/align-right.js","arrowDown":"@triptease/icons/arrow-down.js","arrowLeft":"@triptease/icons/arrow-left.js","arrowRight":"@triptease/icons/arrow-right.js","arrowUp":"@triptease/icons/arrow-up.js","audienceTargeting":"@triptease/icons/audience-targeting.js","bold":"@triptease/icons/bold.js","bulletList":"@triptease/icons/bullet-list.js","button":"@triptease/icons/button.js","calendarIcon":"@triptease/icons/calendar.js","campaigns":"@triptease/icons/campaigns.js","channels":"@triptease/icons/channels.js","checkboxChecked":"@triptease/icons/checkbox-checked.js","chevron":"@triptease/icons/chevron.js","chevronDown":"@triptease/icons/chevron-down.js","chevronRight":"@triptease/icons/chevron-right.js","chevronUp":"@triptease/icons/chevron-up.js","clock":"@triptease/icons/clock.js","close":"@triptease/icons/close.js","cog":"@triptease/icons/cog.js","coin":"@triptease/icons/coin.js","collapsible":"@triptease/icons/collapsible.js","column":"@triptease/icons/column.js","comparison":"@triptease/icons/comparison.js","container":"@triptease/icons/container.js","countdown":"@triptease/icons/countdown.js","dateBoost":"@triptease/icons/date-boost.js","deleteIcon":"@triptease/icons/delete.js","desktop":"@triptease/icons/desktop.js","disabled":"@triptease/icons/disabled.js","dismissible":"@triptease/icons/dismissible.js","divider":"@triptease/icons/divider.js","doubleChevron":"@triptease/icons/double-chevron.js","download":"@triptease/icons/download.js","dropdown":"@triptease/icons/dropdown.js","duplicate":"@triptease/icons/duplicate.js","edit":"@triptease/icons/edit.js","email":"@triptease/icons/email.js","embed":"@triptease/icons/embed.js","experiment":"@triptease/icons/experiment.js","external":"@triptease/icons/external.js","filter":"@triptease/icons/filter.js","
|
|
1
|
+
{"account":"@triptease/icons/account.js","alert":"@triptease/icons/alert.js","alignBottom":"@triptease/icons/align-bottom.js","alignCenter":"@triptease/icons/align-center.js","alignLeft":"@triptease/icons/align-left.js","alignRight":"@triptease/icons/align-right.js","alignTop":"@triptease/icons/align-top.js","arrowDown":"@triptease/icons/arrow-down.js","arrowLeft":"@triptease/icons/arrow-left.js","arrowRight":"@triptease/icons/arrow-right.js","arrowUp":"@triptease/icons/arrow-up.js","audienceTargeting":"@triptease/icons/audience-targeting.js","bold":"@triptease/icons/bold.js","bulletList":"@triptease/icons/bullet-list.js","button":"@triptease/icons/button.js","calendarIcon":"@triptease/icons/calendar.js","campaigns":"@triptease/icons/campaigns.js","channels":"@triptease/icons/channels.js","checkboxChecked":"@triptease/icons/checkbox-checked.js","chevron":"@triptease/icons/chevron.js","chevronDown":"@triptease/icons/chevron-down.js","chevronRight":"@triptease/icons/chevron-right.js","chevronUp":"@triptease/icons/chevron-up.js","clock":"@triptease/icons/clock.js","close":"@triptease/icons/close.js","cog":"@triptease/icons/cog.js","coin":"@triptease/icons/coin.js","collapsible":"@triptease/icons/collapsible.js","column":"@triptease/icons/column.js","comparison":"@triptease/icons/comparison.js","container":"@triptease/icons/container.js","countdown":"@triptease/icons/countdown.js","dateBoost":"@triptease/icons/date-boost.js","deleteIcon":"@triptease/icons/delete.js","desktop":"@triptease/icons/desktop.js","disabled":"@triptease/icons/disabled.js","dismissible":"@triptease/icons/dismissible.js","divider":"@triptease/icons/divider.js","doubleChevron":"@triptease/icons/double-chevron.js","download":"@triptease/icons/download.js","dropdown":"@triptease/icons/dropdown.js","duplicate":"@triptease/icons/duplicate.js","edit":"@triptease/icons/edit.js","email":"@triptease/icons/email.js","embed":"@triptease/icons/embed.js","experiment":"@triptease/icons/experiment.js","external":"@triptease/icons/external.js","filter":"@triptease/icons/filter.js","form":"@triptease/icons/form.js","gallery":"@triptease/icons/gallery.js","gear":"@triptease/icons/gear.js","globe":"@triptease/icons/globe.js","graph":"@triptease/icons/graph.js","handle":"@triptease/icons/handle.js","help":"@triptease/icons/help.js","home":"@triptease/icons/home.js","horizontal":"@triptease/icons/horizontal.js","hotel":"@triptease/icons/hotel.js","info":"@triptease/icons/info.js","insights":"@triptease/icons/insights.js","italic":"@triptease/icons/italic.js","justifyCenter":"@triptease/icons/justify-center.js","locked":"@triptease/icons/locked.js","justifyLeft":"@triptease/icons/justify-left.js","justifyRight":"@triptease/icons/justify-right.js","keyboard":"@triptease/icons/keyboard.js","lightningBolt":"@triptease/icons/lightning-bolt.js","link":"@triptease/icons/link.js","logout":"@triptease/icons/logout.js","messages":"@triptease/icons/messages.js","minus":"@triptease/icons/minus.js","mobile":"@triptease/icons/mobile.js","newTab":"@triptease/icons/new-tab.js","numberedList":"@triptease/icons/numbered-list.js","moveToParent":"@triptease/icons/move-to-parent.js","multiMessage":"@triptease/icons/multi-message.js","pause":"@triptease/icons/pause.js","pauseFilled":"@triptease/icons/pause-filled.js","pieChart":"@triptease/icons/pie-chart.js","plus":"@triptease/icons/plus.js","preview":"@triptease/icons/preview.js","radioChecked":"@triptease/icons/radio-checked.js","redo":"@triptease/icons/redo.js","rename":"@triptease/icons/rename.js","section":"@triptease/icons/section.js","send":"@triptease/icons/send.js","share":"@triptease/icons/share.js","sidebarCollapsed":"@triptease/icons/sidebar-collapsed.js","sidebarExpanded":"@triptease/icons/sidebar-expanded.js","sparkle":"@triptease/icons/sparkle.js","spinner":"@triptease/icons/spinner.js","stop":"@triptease/icons/stop.js","stopFilled":"@triptease/icons/stop-filled.js","strikethrough":"@triptease/icons/strikethrough.js","tag":"@triptease/icons/tag.js","target":"@triptease/icons/target.js","templates":"@triptease/icons/templates.js","text":"@triptease/icons/text.js","textInput":"@triptease/icons/text-input.js","tick":"@triptease/icons/tick.js","ticket":"@triptease/icons/ticket.js","treeGraph":"@triptease/icons/tree-graph.js","undo":"@triptease/icons/undo.js","underline":"@triptease/icons/underline.js","unlink":"@triptease/icons/unlink.js","user":"@triptease/icons/user.js","vertical":"@triptease/icons/vertical.js","wallet":"@triptease/icons/wallet.js","warning":"@triptease/icons/warning.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const alignBottom = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.25 16.5C10.6642 16.5 11 16.1642 11 15.75V4.75C11 4.33579 10.6642 4 10.25 4C9.83579 4 9.5 4.33579 9.5 4.75V15.75C9.5 16.1642 9.83579 16.5 10.25 16.5ZM13.75 16.5C14.1642 16.5 14.5 16.1642 14.5 15.75V8.75C14.5 8.33579 14.1642 8 13.75 8C13.3358 8 13 8.33579 13 8.75V15.75C13 16.1642 13.3358 16.5 13.75 16.5Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 19.25C4 19.6642 4.33579 20 4.75 20L19.25 20C19.6642 20 20 19.6642 20 19.25C20 18.8358 19.6642 18.5 19.25 18.5L4.75 18.5C4.33579 18.5 4 18.8358 4 19.25Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const alignBottom = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.25 16.5C10.6642 16.5 11 16.1642 11 15.75V4.75C11 4.33579 10.6642 4 10.25 4C9.83579 4 9.5 4.33579 9.5 4.75V15.75C9.5 16.1642 9.83579 16.5 10.25 16.5ZM13.75 16.5C14.1642 16.5 14.5 16.1642 14.5 15.75V8.75C14.5 8.33579 14.1642 8 13.75 8C13.3358 8 13 8.33579 13 8.75V15.75C13 16.1642 13.3358 16.5 13.75 16.5Z" fill="currentColor"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 19.25C4 19.6642 4.33579 20 4.75 20L19.25 20C19.6642 20 20 19.6642 20 19.25C20 18.8358 19.6642 18.5 19.25 18.5L4.75 18.5C4.33579 18.5 4 18.8358 4 19.25Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
`;
|
|
6
|
+
//# sourceMappingURL=align-bottom.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"align-bottom.js","sourceRoot":"","sources":["../../../src/icons/align-bottom.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;;;;CAI1B,CAAC","sourcesContent":["export const alignBottom = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.25 16.5C10.6642 16.5 11 16.1642 11 15.75V4.75C11 4.33579 10.6642 4 10.25 4C9.83579 4 9.5 4.33579 9.5 4.75V15.75C9.5 16.1642 9.83579 16.5 10.25 16.5ZM13.75 16.5C14.1642 16.5 14.5 16.1642 14.5 15.75V8.75C14.5 8.33579 14.1642 8 13.75 8C13.3358 8 13 8.33579 13 8.75V15.75C13 16.1642 13.3358 16.5 13.75 16.5Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 19.25C4 19.6642 4.33579 20 4.75 20L19.25 20C19.6642 20 20 19.6642 20 19.25C20 18.8358 19.6642 18.5 19.25 18.5L4.75 18.5C4.33579 18.5 4 18.8358 4 19.25Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const alignTop = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.25 7.5C10.6642 7.5 11 7.83579 11 8.25V19.25C11 19.6642 10.6642 20 10.25 20C9.83579 20 9.5 19.6642 9.5 19.25V8.25C9.5 7.83579 9.83579 7.5 10.25 7.5ZM13.75 7.5C14.1642 7.5 14.5 7.83579 14.5 8.25V15.25C14.5 15.6642 14.1642 16 13.75 16C13.3358 16 13 15.6642 13 15.25V8.25C13 7.83579 13.3358 7.5 13.75 7.5Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4.75C4 4.33579 4.33579 4 4.75 4L19.25 4C19.6642 4 20 4.33579 20 4.75C20 5.16421 19.6642 5.5 19.25 5.5L4.75 5.5C4.33579 5.5 4 5.16421 4 4.75Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const alignTop = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.25 7.5C10.6642 7.5 11 7.83579 11 8.25V19.25C11 19.6642 10.6642 20 10.25 20C9.83579 20 9.5 19.6642 9.5 19.25V8.25C9.5 7.83579 9.83579 7.5 10.25 7.5ZM13.75 7.5C14.1642 7.5 14.5 7.83579 14.5 8.25V15.25C14.5 15.6642 14.1642 16 13.75 16C13.3358 16 13 15.6642 13 15.25V8.25C13 7.83579 13.3358 7.5 13.75 7.5Z" fill="currentColor"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 4.75C4 4.33579 4.33579 4 4.75 4L19.25 4C19.6642 4 20 4.33579 20 4.75C20 5.16421 19.6642 5.5 19.25 5.5L4.75 5.5C4.33579 5.5 4 5.16421 4 4.75Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
`;
|
|
6
|
+
//# sourceMappingURL=align-top.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"align-top.js","sourceRoot":"","sources":["../../../src/icons/align-top.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;;;;CAIvB,CAAC","sourcesContent":["export const alignTop = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.25 7.5C10.6642 7.5 11 7.83579 11 8.25V19.25C11 19.6642 10.6642 20 10.25 20C9.83579 20 9.5 19.6642 9.5 19.25V8.25C9.5 7.83579 9.83579 7.5 10.25 7.5ZM13.75 7.5C14.1642 7.5 14.5 7.83579 14.5 8.25V15.25C14.5 15.6642 14.1642 16 13.75 16C13.3358 16 13 15.6642 13 15.25V8.25C13 7.83579 13.3358 7.5 13.75 7.5Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4.75C4 4.33579 4.33579 4 4.75 4L19.25 4C19.6642 4 20 4.33579 20 4.75C20 5.16421 19.6642 5.5 19.25 5.5L4.75 5.5C4.33579 5.5 4 5.16421 4 4.75Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const justifyCenter = "<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=\"M12 4C12.4142 4 12.75 4.33579 12.75 4.75L12.75 19.25C12.75 19.6642 12.4142 20 12 20C11.5858 20 11.25 19.6642 11.25 19.25L11.25 4.75C11.25 4.33579 11.5858 4 12 4Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.75 10.25C5.75 9.83578 6.08579 9.5 6.5 9.5L17.5 9.5C17.9142 9.5 18.25 9.83579 18.25 10.25C18.25 10.6642 17.9142 11 17.5 11L6.5 11C6.08579 11 5.75 10.6642 5.75 10.25Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.75 13.75C7.75 13.3358 8.08579 13 8.5 13L15.5 13C15.9142 13 16.25 13.3358 16.25 13.75C16.25 14.1642 15.9142 14.5 15.5 14.5L8.5 14.5C8.08579 14.5 7.75 14.1642 7.75 13.75Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export const justifyCenter = `<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="M12 4C12.4142 4 12.75 4.33579 12.75 4.75L12.75 19.25C12.75 19.6642 12.4142 20 12 20C11.5858 20 11.25 19.6642 11.25 19.25L11.25 4.75C11.25 4.33579 11.5858 4 12 4Z" fill="currentColor"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.75 10.25C5.75 9.83578 6.08579 9.5 6.5 9.5L17.5 9.5C17.9142 9.5 18.25 9.83579 18.25 10.25C18.25 10.6642 17.9142 11 17.5 11L6.5 11C6.08579 11 5.75 10.6642 5.75 10.25Z" fill="currentColor"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.75 13.75C7.75 13.3358 8.08579 13 8.5 13L15.5 13C15.9142 13 16.25 13.3358 16.25 13.75C16.25 14.1642 15.9142 14.5 15.5 14.5L8.5 14.5C8.08579 14.5 7.75 14.1642 7.75 13.75Z" fill="currentColor"/>
|
|
5
|
+
</svg>
|
|
6
|
+
`;
|
|
7
|
+
//# sourceMappingURL=justify-center.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"justify-center.js","sourceRoot":"","sources":["../../../src/icons/justify-center.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;;;;;CAK5B,CAAC","sourcesContent":["export const justifyCenter = `<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=\"M12 4C12.4142 4 12.75 4.33579 12.75 4.75L12.75 19.25C12.75 19.6642 12.4142 20 12 20C11.5858 20 11.25 19.6642 11.25 19.25L11.25 4.75C11.25 4.33579 11.5858 4 12 4Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.75 10.25C5.75 9.83578 6.08579 9.5 6.5 9.5L17.5 9.5C17.9142 9.5 18.25 9.83579 18.25 10.25C18.25 10.6642 17.9142 11 17.5 11L6.5 11C6.08579 11 5.75 10.6642 5.75 10.25Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.75 13.75C7.75 13.3358 8.08579 13 8.5 13L15.5 13C15.9142 13 16.25 13.3358 16.25 13.75C16.25 14.1642 15.9142 14.5 15.5 14.5L8.5 14.5C8.08579 14.5 7.75 14.1642 7.75 13.75Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const justifyLeft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 13.75C7.5 13.3358 7.83579 13 8.25 13H19.25C19.6642 13 20 13.3358 20 13.75C20 14.1642 19.6642 14.5 19.25 14.5H8.25C7.83579 14.5 7.5 14.1642 7.5 13.75ZM7.5 10.25C7.5 9.83579 7.83579 9.5 8.25 9.5H15.25C15.6642 9.5 16 9.83579 16 10.25C16 10.6642 15.6642 11 15.25 11H8.25C7.83579 11 7.5 10.6642 7.5 10.25Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.75 20C4.33579 20 4 19.6642 4 19.25L4 4.75C4 4.33579 4.33579 4 4.75 4C5.16421 4 5.5 4.33579 5.5 4.75L5.5 19.25C5.5 19.6642 5.16421 20 4.75 20Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const justifyLeft = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.5 13.75C7.5 13.3358 7.83579 13 8.25 13H19.25C19.6642 13 20 13.3358 20 13.75C20 14.1642 19.6642 14.5 19.25 14.5H8.25C7.83579 14.5 7.5 14.1642 7.5 13.75ZM7.5 10.25C7.5 9.83579 7.83579 9.5 8.25 9.5H15.25C15.6642 9.5 16 9.83579 16 10.25C16 10.6642 15.6642 11 15.25 11H8.25C7.83579 11 7.5 10.6642 7.5 10.25Z" fill="currentColor"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.75 20C4.33579 20 4 19.6642 4 19.25L4 4.75C4 4.33579 4.33579 4 4.75 4C5.16421 4 5.5 4.33579 5.5 4.75L5.5 19.25C5.5 19.6642 5.16421 20 4.75 20Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
`;
|
|
6
|
+
//# sourceMappingURL=justify-left.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"justify-left.js","sourceRoot":"","sources":["../../../src/icons/justify-left.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;;;;CAI1B,CAAC","sourcesContent":["export const justifyLeft = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 13.75C7.5 13.3358 7.83579 13 8.25 13H19.25C19.6642 13 20 13.3358 20 13.75C20 14.1642 19.6642 14.5 19.25 14.5H8.25C7.83579 14.5 7.5 14.1642 7.5 13.75ZM7.5 10.25C7.5 9.83579 7.83579 9.5 8.25 9.5H15.25C15.6642 9.5 16 9.83579 16 10.25C16 10.6642 15.6642 11 15.25 11H8.25C7.83579 11 7.5 10.6642 7.5 10.25Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.75 20C4.33579 20 4 19.6642 4 19.25L4 4.75C4 4.33579 4.33579 4 4.75 4C5.16421 4 5.5 4.33579 5.5 4.75L5.5 19.25C5.5 19.6642 5.16421 20 4.75 20Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const justifyRight = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.4999 13.75C16.4999 13.3358 16.1642 13 15.7499 13L4.74994 13C4.33573 13 3.99994 13.3358 3.99994 13.75C3.99994 14.1642 4.33573 14.5 4.74994 14.5L15.7499 14.5C16.1642 14.5 16.4999 14.1642 16.4999 13.75ZM16.4999 10.25C16.4999 9.83579 16.1642 9.5 15.7499 9.5H8.74994C8.33573 9.5 7.99994 9.83579 7.99994 10.25C7.99994 10.6642 8.33573 11 8.74994 11H15.7499C16.1642 11 16.4999 10.6642 16.4999 10.25Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2499 20C19.6642 20 19.9999 19.6642 19.9999 19.25L19.9999 4.75C19.9999 4.33579 19.6642 4 19.2499 4C18.8357 4 18.4999 4.33579 18.4999 4.75L18.4999 19.25C18.4999 19.6642 18.8357 20 19.2499 20Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const justifyRight = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.4999 13.75C16.4999 13.3358 16.1642 13 15.7499 13L4.74994 13C4.33573 13 3.99994 13.3358 3.99994 13.75C3.99994 14.1642 4.33573 14.5 4.74994 14.5L15.7499 14.5C16.1642 14.5 16.4999 14.1642 16.4999 13.75ZM16.4999 10.25C16.4999 9.83579 16.1642 9.5 15.7499 9.5H8.74994C8.33573 9.5 7.99994 9.83579 7.99994 10.25C7.99994 10.6642 8.33573 11 8.74994 11H15.7499C16.1642 11 16.4999 10.6642 16.4999 10.25Z" fill="currentColor"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.2499 20C19.6642 20 19.9999 19.6642 19.9999 19.25L19.9999 4.75C19.9999 4.33579 19.6642 4 19.2499 4C18.8357 4 18.4999 4.33579 18.4999 4.75L18.4999 19.25C18.4999 19.6642 18.8357 20 19.2499 20Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
`;
|
|
6
|
+
//# sourceMappingURL=justify-right.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"justify-right.js","sourceRoot":"","sources":["../../../src/icons/justify-right.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,YAAY,GAAG;;;;CAI3B,CAAC","sourcesContent":["export const justifyRight = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.4999 13.75C16.4999 13.3358 16.1642 13 15.7499 13L4.74994 13C4.33573 13 3.99994 13.3358 3.99994 13.75C3.99994 14.1642 4.33573 14.5 4.74994 14.5L15.7499 14.5C16.1642 14.5 16.4999 14.1642 16.4999 13.75ZM16.4999 10.25C16.4999 9.83579 16.1642 9.5 15.7499 9.5H8.74994C8.33573 9.5 7.99994 9.83579 7.99994 10.25C7.99994 10.6642 8.33573 11 8.74994 11H15.7499C16.1642 11 16.4999 10.6642 16.4999 10.25Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2499 20C19.6642 20 19.9999 19.6642 19.9999 19.25L19.9999 4.75C19.9999 4.33579 19.6642 4 19.2499 4C18.8357 4 18.4999 4.33579 18.4999 4.75L18.4999 19.25C18.4999 19.6642 18.8357 20 19.2499 20Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const locked = "<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=\"M12 2.25C9.92893 2.25 8.25 3.92893 8.25 6V8H7C5.34315 8 4 9.34315 4 11V19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V11C20 9.34315 18.6569 8 17 8H15.75V6C15.75 3.92893 14.0711 2.25 12 2.25ZM14.25 8V6C14.25 4.75736 13.2426 3.75 12 3.75C10.7574 3.75 9.75 4.75736 9.75 6V8H14.25ZM5.5 11C5.5 10.1716 6.17157 9.5 7 9.5H17C17.8284 9.5 18.5 10.1716 18.5 11V19C18.5 19.8284 17.8284 20.5 17 20.5H7C6.17157 20.5 5.5 19.8284 5.5 19V11Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const locked = `<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="M12 2.25C9.92893 2.25 8.25 3.92893 8.25 6V8H7C5.34315 8 4 9.34315 4 11V19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V11C20 9.34315 18.6569 8 17 8H15.75V6C15.75 3.92893 14.0711 2.25 12 2.25ZM14.25 8V6C14.25 4.75736 13.2426 3.75 12 3.75C10.7574 3.75 9.75 4.75736 9.75 6V8H14.25ZM5.5 11C5.5 10.1716 6.17157 9.5 7 9.5H17C17.8284 9.5 18.5 10.1716 18.5 11V19C18.5 19.8284 17.8284 20.5 17 20.5H7C6.17157 20.5 5.5 19.8284 5.5 19V11Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
`;
|
|
5
|
+
//# sourceMappingURL=locked.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"locked.js","sourceRoot":"","sources":["../../../src/icons/locked.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,MAAM,GAAG;;;CAGrB,CAAC","sourcesContent":["export const locked = `<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=\"M12 2.25C9.92893 2.25 8.25 3.92893 8.25 6V8H7C5.34315 8 4 9.34315 4 11V19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V11C20 9.34315 18.6569 8 17 8H15.75V6C15.75 3.92893 14.0711 2.25 12 2.25ZM14.25 8V6C14.25 4.75736 13.2426 3.75 12 3.75C10.7574 3.75 9.75 4.75736 9.75 6V8H14.25ZM5.5 11C5.5 10.1716 6.17157 9.5 7 9.5H17C17.8284 9.5 18.5 10.1716 18.5 11V19C18.5 19.8284 17.8284 20.5 17 20.5H7C6.17157 20.5 5.5 19.8284 5.5 19V11Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const sparkle = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.25 20C11.25 17.831 10.4909 16.028 9.23145 14.7686C7.97204 13.5091 6.16899 12.75 4 12.75C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25C6.16899 11.25 7.97204 10.4909 9.23145 9.23145C10.4909 7.97204 11.25 6.16899 11.25 4C11.25 3.58579 11.5858 3.25 12 3.25C12.4142 3.25 12.75 3.58579 12.75 4C12.75 6.16899 13.5091 7.97204 14.7686 9.23145C16.028 10.4909 17.831 11.25 20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75C17.831 12.75 16.028 13.5091 14.7686 14.7686C13.5091 16.028 12.75 17.831 12.75 20C12.75 20.4142 12.4142 20.75 12 20.75C11.5858 20.75 11.25 20.4142 11.25 20ZM12 7.7627C11.5863 8.71942 11.0113 9.57263 10.292 10.292C9.57263 11.0113 8.71942 11.5863 7.7627 12C8.71942 12.4137 9.57263 12.9887 10.292 13.708C11.0111 14.4272 11.5863 15.2799 12 16.2363C12.4137 15.2799 12.9889 14.4272 13.708 13.708C14.4272 12.9889 15.2799 12.4137 16.2363 12C15.2799 11.5863 14.4272 11.0111 13.708 10.292C12.9887 9.57263 12.4137 8.71942 12 7.7627Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const sparkle = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.25 20C11.25 17.831 10.4909 16.028 9.23145 14.7686C7.97204 13.5091 6.16899 12.75 4 12.75C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25C6.16899 11.25 7.97204 10.4909 9.23145 9.23145C10.4909 7.97204 11.25 6.16899 11.25 4C11.25 3.58579 11.5858 3.25 12 3.25C12.4142 3.25 12.75 3.58579 12.75 4C12.75 6.16899 13.5091 7.97204 14.7686 9.23145C16.028 10.4909 17.831 11.25 20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75C17.831 12.75 16.028 13.5091 14.7686 14.7686C13.5091 16.028 12.75 17.831 12.75 20C12.75 20.4142 12.4142 20.75 12 20.75C11.5858 20.75 11.25 20.4142 11.25 20ZM12 7.7627C11.5863 8.71942 11.0113 9.57263 10.292 10.292C9.57263 11.0113 8.71942 11.5863 7.7627 12C8.71942 12.4137 9.57263 12.9887 10.292 13.708C11.0111 14.4272 11.5863 15.2799 12 16.2363C12.4137 15.2799 12.9889 14.4272 13.708 13.708C14.4272 12.9889 15.2799 12.4137 16.2363 12C15.2799 11.5863 14.4272 11.0111 13.708 10.292C12.9887 9.57263 12.4137 8.71942 12 7.7627Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
`;
|
|
5
|
+
//# sourceMappingURL=sparkle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sparkle.js","sourceRoot":"","sources":["../../../src/icons/sparkle.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;;;CAGtB,CAAC","sourcesContent":["export const sparkle = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.25 20C11.25 17.831 10.4909 16.028 9.23145 14.7686C7.97204 13.5091 6.16899 12.75 4 12.75C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25C6.16899 11.25 7.97204 10.4909 9.23145 9.23145C10.4909 7.97204 11.25 6.16899 11.25 4C11.25 3.58579 11.5858 3.25 12 3.25C12.4142 3.25 12.75 3.58579 12.75 4C12.75 6.16899 13.5091 7.97204 14.7686 9.23145C16.028 10.4909 17.831 11.25 20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75C17.831 12.75 16.028 13.5091 14.7686 14.7686C13.5091 16.028 12.75 17.831 12.75 20C12.75 20.4142 12.4142 20.75 12 20.75C11.5858 20.75 11.25 20.4142 11.25 20ZM12 7.7627C11.5863 8.71942 11.0113 9.57263 10.292 10.292C9.57263 11.0113 8.71942 11.5863 7.7627 12C8.71942 12.4137 9.57263 12.9887 10.292 13.708C11.0111 14.4272 11.5863 15.2799 12 16.2363C12.4137 15.2799 12.9889 14.4272 13.708 13.708C14.4272 12.9889 15.2799 12.4137 16.2363 12C15.2799 11.5863 14.4272 11.0111 13.708 10.292C12.9887 9.57263 12.4137 8.71942 12 7.7627Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const spinner = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.8C9.86393 22.8 7.77568 22.1665 5.99984 20.9799C4.224 19.7931 2.83953 18.1064 2.02211 16.1329C1.20468 14.1595 0.990803 11.988 1.40752 9.89305C1.82425 7.79805 2.85284 5.87367 4.36325 4.36325C5.87367 2.85284 7.79805 1.82425 9.89305 1.40752C11.988 0.990803 14.1595 1.20468 16.1329 2.02211C18.1064 2.83953 19.7931 4.224 20.9799 5.99984C22.1665 7.77568 22.8 9.86393 22.8 12\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\"/>\n</svg>\n";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const spinner = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 22.8C9.86393 22.8 7.77568 22.1665 5.99984 20.9799C4.224 19.7931 2.83953 18.1064 2.02211 16.1329C1.20468 14.1595 0.990803 11.988 1.40752 9.89305C1.82425 7.79805 2.85284 5.87367 4.36325 4.36325C5.87367 2.85284 7.79805 1.82425 9.89305 1.40752C11.988 0.990803 14.1595 1.20468 16.1329 2.02211C18.1064 2.83953 19.7931 4.224 20.9799 5.99984C22.1665 7.77568 22.8 9.86393 22.8 12" stroke="currentColor" stroke-width="2.4" stroke-linecap="round"/>
|
|
3
|
+
</svg>
|
|
4
|
+
`;
|
|
5
|
+
//# sourceMappingURL=spinner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spinner.js","sourceRoot":"","sources":["../../../src/icons/spinner.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;;;CAGtB,CAAC","sourcesContent":["export const spinner = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.8C9.86393 22.8 7.77568 22.1665 5.99984 20.9799C4.224 19.7931 2.83953 18.1064 2.02211 16.1329C1.20468 14.1595 0.990803 11.988 1.40752 9.89305C1.82425 7.79805 2.85284 5.87367 4.36325 4.36325C5.87367 2.85284 7.79805 1.82425 9.89305 1.40752C11.988 0.990803 14.1595 1.20468 16.1329 2.02211C18.1064 2.83953 19.7931 4.224 20.9799 5.99984C22.1665 7.77568 22.8 9.86393 22.8 12\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\"/>\n</svg>\n`;\n"]}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export { account } from './icons/account.js';
|
|
2
2
|
export { alert } from './icons/alert.js';
|
|
3
|
+
export { alignBottom } from './icons/align-bottom.js';
|
|
3
4
|
export { alignCenter } from './icons/align-center.js';
|
|
4
5
|
export { alignLeft } from './icons/align-left.js';
|
|
5
6
|
export { alignRight } from './icons/align-right.js';
|
|
7
|
+
export { alignTop } from './icons/align-top.js';
|
|
6
8
|
export { arrowDown } from './icons/arrow-down.js';
|
|
7
9
|
export { arrowLeft } from './icons/arrow-left.js';
|
|
8
10
|
export { arrowRight } from './icons/arrow-right.js';
|
|
@@ -57,9 +59,13 @@ export { hotel } from './icons/hotel.js';
|
|
|
57
59
|
export { info } from './icons/info.js';
|
|
58
60
|
export { insights } from './icons/insights.js';
|
|
59
61
|
export { italic } from './icons/italic.js';
|
|
62
|
+
export { justifyCenter } from './icons/justify-center.js';
|
|
63
|
+
export { justifyLeft } from './icons/justify-left.js';
|
|
64
|
+
export { justifyRight } from './icons/justify-right.js';
|
|
60
65
|
export { keyboard } from './icons/keyboard.js';
|
|
61
66
|
export { lightningBolt } from './icons/lightning-bolt.js';
|
|
62
67
|
export { link } from './icons/link.js';
|
|
68
|
+
export { locked } from './icons/locked.js';
|
|
63
69
|
export { logout } from './icons/logout.js';
|
|
64
70
|
export { messages } from './icons/messages.js';
|
|
65
71
|
export { minus } from './icons/minus.js';
|
|
@@ -81,6 +87,8 @@ export { send } from './icons/send.js';
|
|
|
81
87
|
export { share } from './icons/share.js';
|
|
82
88
|
export { sidebarCollapsed } from './icons/sidebar-collapsed.js';
|
|
83
89
|
export { sidebarExpanded } from './icons/sidebar-expanded.js';
|
|
90
|
+
export { sparkle } from './icons/sparkle.js';
|
|
91
|
+
export { spinner } from './icons/spinner.js';
|
|
84
92
|
export { stop } from './icons/stop.js';
|
|
85
93
|
export { stopFilled } from './icons/stop-filled.js';
|
|
86
94
|
export { strikethrough } from './icons/strikethrough.js';
|
package/dist/src/index.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export { account } from './icons/account.js';
|
|
2
2
|
export { alert } from './icons/alert.js';
|
|
3
|
+
export { alignBottom } from './icons/align-bottom.js';
|
|
3
4
|
export { alignCenter } from './icons/align-center.js';
|
|
4
5
|
export { alignLeft } from './icons/align-left.js';
|
|
5
6
|
export { alignRight } from './icons/align-right.js';
|
|
7
|
+
export { alignTop } from './icons/align-top.js';
|
|
6
8
|
export { arrowDown } from './icons/arrow-down.js';
|
|
7
9
|
export { arrowLeft } from './icons/arrow-left.js';
|
|
8
10
|
export { arrowRight } from './icons/arrow-right.js';
|
|
@@ -57,9 +59,13 @@ export { hotel } from './icons/hotel.js';
|
|
|
57
59
|
export { info } from './icons/info.js';
|
|
58
60
|
export { insights } from './icons/insights.js';
|
|
59
61
|
export { italic } from './icons/italic.js';
|
|
62
|
+
export { justifyCenter } from './icons/justify-center.js';
|
|
63
|
+
export { justifyLeft } from './icons/justify-left.js';
|
|
64
|
+
export { justifyRight } from './icons/justify-right.js';
|
|
60
65
|
export { keyboard } from './icons/keyboard.js';
|
|
61
66
|
export { lightningBolt } from './icons/lightning-bolt.js';
|
|
62
67
|
export { link } from './icons/link.js';
|
|
68
|
+
export { locked } from './icons/locked.js';
|
|
63
69
|
export { logout } from './icons/logout.js';
|
|
64
70
|
export { messages } from './icons/messages.js';
|
|
65
71
|
export { minus } from './icons/minus.js';
|
|
@@ -81,6 +87,8 @@ export { send } from './icons/send.js';
|
|
|
81
87
|
export { share } from './icons/share.js';
|
|
82
88
|
export { sidebarCollapsed } from './icons/sidebar-collapsed.js';
|
|
83
89
|
export { sidebarExpanded } from './icons/sidebar-expanded.js';
|
|
90
|
+
export { sparkle } from './icons/sparkle.js';
|
|
91
|
+
export { spinner } from './icons/spinner.js';
|
|
84
92
|
export { stop } from './icons/stop.js';
|
|
85
93
|
export { stopFilled } from './icons/stop-filled.js';
|
|
86
94
|
export { strikethrough } from './icons/strikethrough.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 { account } from './icons/account.js';\nexport { 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 { audienceTargeting } from './icons/audience-targeting.js';\nexport { bold } from './icons/bold.js';\nexport { bulletList } from './icons/bullet-list.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 { checkboxChecked } from './icons/checkbox-checked.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 { coin } from './icons/coin.js';\nexport { collapsible } from './icons/collapsible.js';\nexport { column } from './icons/column.js';\nexport { comparison } from './icons/comparison.js';\nexport { container } from './icons/container.js';\nexport { countdown } from './icons/countdown.js';\nexport { dateBoost } from './icons/date-boost.js';\nexport { deleteIcon } from './icons/delete.js';\nexport { desktop } from './icons/desktop.js';\nexport { disabled } from './icons/disabled.js';\nexport { dismissible } from './icons/dismissible.js';\nexport { divider } from './icons/divider.js';\nexport { doubleChevron } from './icons/double-chevron.js';\nexport { download } from './icons/download.js';\nexport { dropdown } from './icons/dropdown.js';\nexport { duplicate } from './icons/duplicate.js';\nexport { edit } from './icons/edit.js';\nexport { email } from './icons/email.js';\nexport { embed } from './icons/embed.js';\nexport { experiment } from './icons/experiment.js';\nexport { external } from './icons/external.js';\nexport { filter } from './icons/filter.js';\nexport { form } from './icons/form.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 { hotel } from './icons/hotel.js';\nexport { info } from './icons/info.js';\nexport { insights } from './icons/insights.js';\nexport { italic } from './icons/italic.js';\nexport { keyboard } from './icons/keyboard.js';\nexport { lightningBolt } from './icons/lightning-bolt.js';\nexport { link } from './icons/link.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 { numberedList } from './icons/numbered-list.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 { radioChecked } from './icons/radio-checked.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 { share } from './icons/share.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 { strikethrough } from './icons/strikethrough.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 { textInput } from './icons/text-input.js';\nexport { tick } from './icons/tick.js';\nexport { ticket } from './icons/ticket.js';\nexport { treeGraph } from './icons/tree-graph.js';\nexport { undo } from './icons/undo.js';\nexport { underline } from './icons/underline.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 { account } from './icons/account.js';\nexport { alert } from './icons/alert.js';\nexport { alignBottom } from './icons/align-bottom.js';\nexport { alignCenter } from './icons/align-center.js';\nexport { alignLeft } from './icons/align-left.js';\nexport { alignRight } from './icons/align-right.js';\nexport { alignTop } from './icons/align-top.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 { audienceTargeting } from './icons/audience-targeting.js';\nexport { bold } from './icons/bold.js';\nexport { bulletList } from './icons/bullet-list.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 { checkboxChecked } from './icons/checkbox-checked.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 { coin } from './icons/coin.js';\nexport { collapsible } from './icons/collapsible.js';\nexport { column } from './icons/column.js';\nexport { comparison } from './icons/comparison.js';\nexport { container } from './icons/container.js';\nexport { countdown } from './icons/countdown.js';\nexport { dateBoost } from './icons/date-boost.js';\nexport { deleteIcon } from './icons/delete.js';\nexport { desktop } from './icons/desktop.js';\nexport { disabled } from './icons/disabled.js';\nexport { dismissible } from './icons/dismissible.js';\nexport { divider } from './icons/divider.js';\nexport { doubleChevron } from './icons/double-chevron.js';\nexport { download } from './icons/download.js';\nexport { dropdown } from './icons/dropdown.js';\nexport { duplicate } from './icons/duplicate.js';\nexport { edit } from './icons/edit.js';\nexport { email } from './icons/email.js';\nexport { embed } from './icons/embed.js';\nexport { experiment } from './icons/experiment.js';\nexport { external } from './icons/external.js';\nexport { filter } from './icons/filter.js';\nexport { form } from './icons/form.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 { hotel } from './icons/hotel.js';\nexport { info } from './icons/info.js';\nexport { insights } from './icons/insights.js';\nexport { italic } from './icons/italic.js';\nexport { justifyCenter } from './icons/justify-center.js';\nexport { justifyLeft } from './icons/justify-left.js';\nexport { justifyRight } from './icons/justify-right.js';\nexport { keyboard } from './icons/keyboard.js';\nexport { lightningBolt } from './icons/lightning-bolt.js';\nexport { link } from './icons/link.js';\nexport { locked } from './icons/locked.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 { numberedList } from './icons/numbered-list.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 { radioChecked } from './icons/radio-checked.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 { share } from './icons/share.js';\nexport { sidebarCollapsed } from './icons/sidebar-collapsed.js';\nexport { sidebarExpanded } from './icons/sidebar-expanded.js';\nexport { sparkle } from './icons/sparkle.js';\nexport { spinner } from './icons/spinner.js';\nexport { stop } from './icons/stop.js';\nexport { stopFilled } from './icons/stop-filled.js';\nexport { strikethrough } from './icons/strikethrough.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 { textInput } from './icons/text-input.js';\nexport { tick } from './icons/tick.js';\nexport { ticket } from './icons/ticket.js';\nexport { treeGraph } from './icons/tree-graph.js';\nexport { undo } from './icons/undo.js';\nexport { underline } from './icons/underline.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.14",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/src/index.js",
|
|
9
9
|
"module": "dist/src/index.js",
|
|
@@ -12,9 +12,11 @@
|
|
|
12
12
|
"./manifest.json": "./dist/manifest.json",
|
|
13
13
|
"./account.js": "./dist/src/icons/account.js",
|
|
14
14
|
"./alert.js": "./dist/src/icons/alert.js",
|
|
15
|
+
"./align-bottom.js": "./dist/src/icons/align-bottom.js",
|
|
15
16
|
"./align-center.js": "./dist/src/icons/align-center.js",
|
|
16
17
|
"./align-left.js": "./dist/src/icons/align-left.js",
|
|
17
18
|
"./align-right.js": "./dist/src/icons/align-right.js",
|
|
19
|
+
"./align-top.js": "./dist/src/icons/align-top.js",
|
|
18
20
|
"./arrow-down.js": "./dist/src/icons/arrow-down.js",
|
|
19
21
|
"./arrow-left.js": "./dist/src/icons/arrow-left.js",
|
|
20
22
|
"./arrow-right.js": "./dist/src/icons/arrow-right.js",
|
|
@@ -69,9 +71,13 @@
|
|
|
69
71
|
"./info.js": "./dist/src/icons/info.js",
|
|
70
72
|
"./insights.js": "./dist/src/icons/insights.js",
|
|
71
73
|
"./italic.js": "./dist/src/icons/italic.js",
|
|
74
|
+
"./justify-center.js": "./dist/src/icons/justify-center.js",
|
|
75
|
+
"./justify-left.js": "./dist/src/icons/justify-left.js",
|
|
76
|
+
"./justify-right.js": "./dist/src/icons/justify-right.js",
|
|
72
77
|
"./keyboard.js": "./dist/src/icons/keyboard.js",
|
|
73
78
|
"./lightning-bolt.js": "./dist/src/icons/lightning-bolt.js",
|
|
74
79
|
"./link.js": "./dist/src/icons/link.js",
|
|
80
|
+
"./locked.js": "./dist/src/icons/locked.js",
|
|
75
81
|
"./logout.js": "./dist/src/icons/logout.js",
|
|
76
82
|
"./messages.js": "./dist/src/icons/messages.js",
|
|
77
83
|
"./minus.js": "./dist/src/icons/minus.js",
|
|
@@ -93,6 +99,8 @@
|
|
|
93
99
|
"./share.js": "./dist/src/icons/share.js",
|
|
94
100
|
"./sidebar-collapsed.js": "./dist/src/icons/sidebar-collapsed.js",
|
|
95
101
|
"./sidebar-expanded.js": "./dist/src/icons/sidebar-expanded.js",
|
|
102
|
+
"./sparkle.js": "./dist/src/icons/sparkle.js",
|
|
103
|
+
"./spinner.js": "./dist/src/icons/spinner.js",
|
|
96
104
|
"./stop.js": "./dist/src/icons/stop.js",
|
|
97
105
|
"./stop-filled.js": "./dist/src/icons/stop-filled.js",
|
|
98
106
|
"./strikethrough.js": "./dist/src/icons/strikethrough.js",
|