q2-tecton-elements 1.10.5 → 1.10.6
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/dist/cjs/{icons-921779df.js → icons-4595ee47.js} +61 -1
- package/dist/cjs/q2-avatar.cjs.entry.js +1 -1
- package/dist/cjs/q2-icon.cjs.entry.js +1 -1
- package/dist/collection/components/q2-icon/icons.js +61 -1
- package/dist/esm/{icons-a3817842.js → icons-3ee662ea.js} +61 -1
- package/dist/esm/q2-avatar.entry.js +1 -1
- package/dist/esm/q2-icon.entry.js +1 -1
- package/dist/q2-tecton-elements/{p-67d86e3c.js → p-4cd00f1a.js} +1 -1
- package/dist/q2-tecton-elements/{p-9314863f.entry.js → p-a166b9a6.entry.js} +1 -1
- package/dist/q2-tecton-elements/{p-4229b057.entry.js → p-df182f61.entry.js} +1 -1
- package/dist/q2-tecton-elements/q2-tecton-elements.esm.js +1 -1
- package/package.json +2 -2
|
@@ -1224,6 +1224,13 @@ const icons = {
|
|
|
1224
1224
|
index.h("path", { d: "M19.6 8.133H24v11h-2.933V22.8l-5.134-3.667h-4.4", class: "stroke-secondary" }),
|
|
1225
1225
|
index.h("path", { d: "M19.6 3H2v12.467h3.667V20.6l5.866-5.133H19.6z", class: "stroke-primary filled" })))
|
|
1226
1226
|
},
|
|
1227
|
+
'chat-question': {
|
|
1228
|
+
markup: () => (index.h("g", null,
|
|
1229
|
+
index.h("path", { d: "M21.295 17.534c1.587-1.55 2.525-3.534 2.525-5.698 0-4.905-4.833-8.656-10.82-8.656S2.18 6.931 2.18 11.836c0 4.905 4.833 8.836 10.82 8.836 1.046 0 2.056-.144 3.03-.36l5.626 2.344-.36-5.122z", class: "stroke-primary filled" }),
|
|
1230
|
+
index.h("g", { class: "stroke-secondary", transform: "translate(10.5 7.5)" },
|
|
1231
|
+
index.h("circle", { cx: "2.375", cy: "8.875", r: "1" }),
|
|
1232
|
+
index.h("path", { d: "M0 1.5C.39.625 1.328 0 2.396 0 3.828 0 5 1.125 5 2.5S3.828 5 2.396 5v1.5" }))))
|
|
1233
|
+
},
|
|
1227
1234
|
'chat-bubbles': {
|
|
1228
1235
|
markup: () => (index.h("g", null,
|
|
1229
1236
|
index.h("path", { d: "M11.197 19.46c1.338.916 3.107 1.474 5.049 1.474a9.7 9.7 0 0 0 2.471-.32l2.939 1.763v-3.178c1.337-1.04 2.164-2.464 2.164-4.035 0-.766-.197-1.496-.553-2.164", class: "stroke-secondary" }),
|
|
@@ -1267,6 +1274,18 @@ const icons = {
|
|
|
1267
1274
|
'checkmark-outline': {
|
|
1268
1275
|
markup: () => (index.h("path", { d: "M9.912 21.175l-7.719-7.719 3.088-3.088L9.912 15 20.719 4.193l3.088 3.088z", class: "stroke-primary filled" }))
|
|
1269
1276
|
},
|
|
1277
|
+
'chevron-double-right': {
|
|
1278
|
+
markup: () => (index.h("g", { class: "chevron-double-right" },
|
|
1279
|
+
index.h("g", { class: "stroke-primary" },
|
|
1280
|
+
index.h("path", { d: "M12 2l11 11-11 11" }),
|
|
1281
|
+
index.h("path", { d: "M3 2l11 11L3 24" }))))
|
|
1282
|
+
},
|
|
1283
|
+
'chevron-double-left': {
|
|
1284
|
+
markup: () => (index.h("g", { class: "chevron-double-left" },
|
|
1285
|
+
index.h("g", { class: "stroke-primary" },
|
|
1286
|
+
index.h("path", { d: "M14 24L3 13 14 2" }),
|
|
1287
|
+
index.h("path", { d: "M23 24L12 13 23 2" }))))
|
|
1288
|
+
},
|
|
1270
1289
|
'chevron-down': {
|
|
1271
1290
|
markup: () => index.h("path", { d: "M24 8L13 19 2 8", class: "stroke-primary" })
|
|
1272
1291
|
},
|
|
@@ -1360,6 +1379,15 @@ const icons = {
|
|
|
1360
1379
|
index.h("path", { class: "stroke-primary", d: "M6.2 2.2l7.2 9.6 7.2-9.6m-7.2 9.6v12" }),
|
|
1361
1380
|
index.h("path", { class: "stroke-secondary", d: "M7 12.2h12.8M7 17h12.8" })))
|
|
1362
1381
|
},
|
|
1382
|
+
dashboard: {
|
|
1383
|
+
markup: () => (index.h("g", { class: "dashboard" },
|
|
1384
|
+
index.h("path", { d: "M0 0h26v26H0z" }),
|
|
1385
|
+
index.h("g", { class: "stroke-primary filled" },
|
|
1386
|
+
index.h("path", { d: "M3 3h9v12H3z" }),
|
|
1387
|
+
index.h("path", { d: "M3 18h9v5H3z" }),
|
|
1388
|
+
index.h("path", { d: "M14.5 3h9v7h-9z" }),
|
|
1389
|
+
index.h("path", { d: "M14.5 13h9v10h-9z" }))))
|
|
1390
|
+
},
|
|
1363
1391
|
desktop: {
|
|
1364
1392
|
markup: () => (index.h("g", null,
|
|
1365
1393
|
index.h("path", { class: "stroke-primary", d: "M22.377 19.77H3.623a1.443 1.443 0 0 1-1.443-1.442V4.623c0-.797.646-1.443 1.443-1.443h18.754c.796 0 1.442.646 1.442 1.443v13.705c0 .796-.646 1.442-1.442 1.442zM2.18 15.442h21.64" }),
|
|
@@ -1373,6 +1401,13 @@ const icons = {
|
|
|
1373
1401
|
index.h("path", { d: "M6.387 5.677v6.417l-2.839-1.449-2.838 1.42V5.677" }),
|
|
1374
1402
|
index.h("circle", { cx: "3.548", cy: "3.548", r: "3.548" }))))
|
|
1375
1403
|
},
|
|
1404
|
+
divider: {
|
|
1405
|
+
markup: () => (index.h("g", { class: "divider" },
|
|
1406
|
+
index.h("g", { class: "stroke-primary" },
|
|
1407
|
+
index.h("path", { d: "M3 5h20v5H3z" }),
|
|
1408
|
+
index.h("path", { d: "M3 17h20v5H3z" })),
|
|
1409
|
+
index.h("path", { d: "M2 13.5h22", class: "stroke-secondary" })))
|
|
1410
|
+
},
|
|
1376
1411
|
document: {
|
|
1377
1412
|
markup: () => (index.h("g", null,
|
|
1378
1413
|
index.h("path", { d: "M15.733 2H4v22h17.6V7.867z", class: "stroke-primary" }),
|
|
@@ -1830,6 +1865,11 @@ const icons = {
|
|
|
1830
1865
|
index.h("path", { d: "M21.492 18.552c-.473 1.03-.7 1.49-1.31 2.399-.849 1.27-2.047 2.852-3.532 2.865-1.319.013-1.658-.842-3.448-.832-1.79.01-2.164.848-3.483.836-1.485-.014-2.62-1.442-3.47-2.713-2.376-3.552-2.624-7.721-1.159-9.937 1.042-1.576 2.686-2.497 4.23-2.497 1.574 0 2.563.847 3.864.847 1.262 0 2.031-.848 3.85-.848 1.375 0 2.832.735 3.87 2.005-3.401 1.83-2.848 6.6.588 7.875z", class: "stroke-primary" }),
|
|
1831
1866
|
index.h("path", { d: "M16.125 5.587c.69-.884 1.211-2.131 1.022-3.407-1.125.077-2.44.793-3.208 1.726-.698.846-1.274 2.102-1.05 3.322 1.228.039 2.498-.695 3.236-1.641z", class: "stroke-secondary" })))
|
|
1832
1867
|
},
|
|
1868
|
+
key: {
|
|
1869
|
+
markup: () => (index.h("g", null,
|
|
1870
|
+
index.h("path", { d: "M18.455 3l-7.486 7.485a6.32 6.32 0 0 0-1.605-.212 6.364 6.364 0 1 0 6.363 6.363c0-.81-.157-1.581-.432-2.294l2.25-2.251V9.364h2.728L23 6.636V3h-4.545z", class: "stroke-primary filled" }),
|
|
1871
|
+
index.h("circle", { cx: "9.364", cy: "16.636", r: "1.818", class: "stroke-secondary" })))
|
|
1872
|
+
},
|
|
1833
1873
|
laptop: {
|
|
1834
1874
|
markup: () => (index.h("g", null,
|
|
1835
1875
|
index.h("path", { class: "stroke-primary", d: "M4.344 15.721V5.623c0-.797.646-1.443 1.443-1.443h14.426c.797 0 1.442.646 1.442 1.443V15.72m-9.377-9.376h1.443" }),
|
|
@@ -1933,7 +1973,10 @@ const icons = {
|
|
|
1933
1973
|
markup: () => (index.h("path", { d: "M24 12.345L14.517 4v4.931C8.443 8.931 2 10.751 2 21.448c2.781-3.793 5.043-4.93 12.517-4.93v4.93L24 12.345z", class: "stroke-primary" }))
|
|
1934
1974
|
},
|
|
1935
1975
|
'message-reply': {
|
|
1936
|
-
markup: () => (index.h("path", { d: "M2 12.345L11.483 4v4.931C17.557 8.931 24 10.751 24 21.448c-2.781-3.793-5.043-4.93-12.517-4.93v4.93L2 12.345z", class: "stroke-primary" }))
|
|
1976
|
+
markup: () => (index.h("path", { d: "M2 12.345L11.483 4v4.931C17.557 8.931 24 10.751 24 21.448c-2.781-3.793-5.043-4.93-12.517-4.93v4.93L2 12.345z", class: "stroke-primary filled" }))
|
|
1977
|
+
},
|
|
1978
|
+
'message-response': {
|
|
1979
|
+
markup: () => (index.h("path", { d: "M24 12.345L14.517 4v4.931C7.043 8.931 4.661 7.598 2 4c0 11.14 7.006 12.517 12.517 12.517v4.931L24 12.345z", class: "stroke-primary filled" }))
|
|
1937
1980
|
},
|
|
1938
1981
|
'mobile-button': {
|
|
1939
1982
|
markup: () => (index.h("g", null,
|
|
@@ -2788,6 +2831,15 @@ const icons = {
|
|
|
2788
2831
|
index.h("path", { d: "M5.71 5.71l8.129 8.129M3 7.065l6.774 6.774m6.774-8.129l6.775 6.774M12.484 5.71l8.129 8.129" }),
|
|
2789
2832
|
index.h("path", { d: "M3 5.71h20.323v8.129H3z", class: "filled" }))))
|
|
2790
2833
|
},
|
|
2834
|
+
section: {
|
|
2835
|
+
markup: () => (index.h("g", { class: "Icons/actions/section" },
|
|
2836
|
+
index.h("g", { class: "stroke-primary" },
|
|
2837
|
+
index.h("path", { d: "M2 2h22v22H2z", class: "filled" }),
|
|
2838
|
+
index.h("path", { d: "M5 6h13v2H5zm0 6h7v3H5z" }),
|
|
2839
|
+
index.h("path", { d: "M5 18h7v3H5z" }),
|
|
2840
|
+
index.h("path", { d: "M14 12h7v3h-7z" }),
|
|
2841
|
+
index.h("path", { d: "M14 18h7v3h-7z" }))))
|
|
2842
|
+
},
|
|
2791
2843
|
'sign-closed': {
|
|
2792
2844
|
markup: () => (index.h("g", null,
|
|
2793
2845
|
index.h("g", { "stroke-width": "1.5", class: "stroke-primary", transform: "translate(7.773 3.318)" },
|
|
@@ -2856,6 +2908,14 @@ const icons = {
|
|
|
2856
2908
|
index.h("path", { d: "M13 19V2.867m5.866 5.866L13 2.867 7.133 8.733" })),
|
|
2857
2909
|
index.h("path", { d: "M2 19.233v4.4h22v-4.4", class: "stroke-primary" })))
|
|
2858
2910
|
},
|
|
2911
|
+
'venmo-colored': {
|
|
2912
|
+
markup: () => (index.h("g", { class: "venmo-colored" },
|
|
2913
|
+
index.h("path", { d: "M20.9876187,3 C21.6854112,4.15247726 22,5.33953062 22,6.83902303 C22,11.6216335 17.9173318,17.8345841 14.6037582,22.197265 L7.03535243,22.197265 L4,4.04713657 L10.6269682,3.41795887 L12.2318013,16.3329419 C13.7312937,13.8900412 15.5817425,10.0510182 15.5817425,7.43362462 C15.5817425,6.00095547 15.3363059,5.02512093 14.952744,4.22162948 L20.9876187,3 Z", id: "Path", fill: "#3D95CE", "fill-rule": "nonzero" })))
|
|
2914
|
+
},
|
|
2915
|
+
'venmo-filled': {
|
|
2916
|
+
markup: () => (index.h("g", { class: "venmo-filled" },
|
|
2917
|
+
index.h("path", { d: "M20.988 3C21.685 4.152 22 5.34 22 6.839c0 4.783-4.083 10.996-7.396 15.358H7.035L4 4.047l6.627-.629 1.605 12.915c1.5-2.443 3.35-6.282 3.35-8.9 0-1.432-.246-2.408-.63-3.211L20.989 3z", class: "filled" })))
|
|
2918
|
+
},
|
|
2859
2919
|
virus: {
|
|
2860
2920
|
markup: () => (index.h("g", null,
|
|
2861
2921
|
index.h("g", { class: "stroke-secondary", transform: "translate(8.742 8.742)" },
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c2e53804.js');
|
|
6
|
-
const icons = require('./icons-
|
|
6
|
+
const icons = require('./icons-4595ee47.js');
|
|
7
7
|
|
|
8
8
|
const stylesCss = "*{box-sizing:border-box}*:active{outline:none}*:focus{outline:none;box-shadow:var(--const-global-focus)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}.avatar-img{object-fit:cover;height:var(--tct-avatar-img-height, var(--tct-avatar-height, 44px));width:var(--tct-avatar-img-width, var(--tct-avatar-width, 44px));border-radius:var(--tct-avatar-img-br, 50%);background-color:var(--tct-avatar-bg, #9e9e9e)}.avatar-initials{height:var(--tct-avatar-height, 44px);width:var(--tct-avatar-width, 44px);background-color:var(--tct-avatar-bg, var(--t-gray-8, #9e9e9e));border-radius:var(--tct-avatar-br, 50%)}.size-1{--tct-avatar-font-size:var(--tct-avatar-size-1, 60px)}.size-2{--tct-avatar-font-size:var(--tct-avatar-size-2, 50px)}.size-3{--tct-avatar-font-size:var(--tct-avatar-size-3, 40px)}.size-4{--tct-avatar-font-size:var(--tct-avatar-size-4, 30px)}text{fill:var(--tct-avatar-color, #ffffff);font-weight:var(--tct-avatar-font-weight, 200);font-size:var(--tct-avatar-font-size, 40px)}.fallback{height:var(--tct-avatar-fallback-height, var(--tct-avatar-height, 44px));width:var(--tct-avatar-fallback-width, var(--tct-avatar-width, 44px));border-radius:var(--tct-avatar-fallback-br, var(--tct-avatar-img-br, 50%));background-color:var(--tct-avatar-fallback-bg, var(--tct-avatar-bg, #9e9e9e));display:flex;align-items:center;justify-content:center}q2-icon{--t-icon-size:var(--tct-avatar-fallback-icon-size, 65%);--t-icon-fill:var(--tct-avatar-fallback-fill, transparent);--t-icon-stroke-primary:var(--tct-avatar-fallback-stroke-primary, currentcolor);--t-icon-stroke-secondary:var(--tct-avatar-fallback-stroke-secondary, currentcolor);color:var(--tct-avatar-fallback-color, var(--tct-avatar-color, var(--t-base, #ffffff)));width:var(--t-icon-size);height:var(--t-icon-size)}";
|
|
9
9
|
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-c2e53804.js');
|
|
6
6
|
const index$1 = require('./index-f4153f5a.js');
|
|
7
|
-
const icons = require('./icons-
|
|
7
|
+
const icons = require('./icons-4595ee47.js');
|
|
8
8
|
|
|
9
9
|
const stylesCss = "*{box-sizing:border-box}*:active{outline:none}*:focus{outline:none;box-shadow:var(--const-global-focus)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}:host{display:inline-block;height:var(--tct-icon-size, 24px);width:var(--tct-icon-size, 24px);position:relative;fill:none}svg{display:block;position:absolute;top:0;left:0;stroke-width:var(--tct-icon-stroke-width, var(--t-icon-stroke-width, 1.5));stroke-linecap:var(--tct-icon-cap, var(--t-icon-cap, round));stroke-linejoin:var(--tct-icon-cap, var(--t-icon-cap, round))}.stroke-primary{stroke:var(--tct-icon-stroke-primary, var(--t-icon-stroke-primary, var(--t-text, currentColor)))}.stroke-secondary{stroke:var(--tct-icon-stroke-secondary, var(--t-icon-stroke-secondary, var(--t-text, currentColor)))}.fill-primary{fill:var(--tct-icon-stroke-primary, var(--t-icon-stroke-primary, var(--t-text, currentColor)))}.filled{fill:var(--tct-icon-fill, var(--t-icon-fill, none))}.uniform{fill:var(--tct-icon-stroke-primary, var(--t-icon-stroke-primary, currentColor))}:host([type=info]){--tct-icon-stroke-primary:var(--tct-stoplight-info, var(--const-stoplight-info, #0079c1));--tct-icon-stroke-secondary:var(--tct-stoplight-info, var(--const-stoplight-info, #0079c1))}:host([type=success]){--tct-icon-stroke-primary:var(--tct-stoplight-success, var(--const-stoplight-success, #0e8a00));--t-icon-stroke-secondary:var(--tct-stoplight-success, var(--const-stoplight-success, #0e8a00))}:host([type=warning]){--tct-icon-stroke-primary:var(--tct-stoplight-warning, var(--const-stoplight-warning, #f0b400));--t-icon-stroke-secondary:var(--tct-stoplight-warning, var(--const-stoplight-warning, #f0b400))}:host([type=error]){--tct-icon-stroke-primary:var(--tct-stoplight-error, var(--const-stoplight-alert, #c30000));--t-icon-stroke-secondary:var(--tct-stoplight-error, var(--const-stoplight-alert, #c30000))}";
|
|
10
10
|
|
|
@@ -1221,6 +1221,13 @@ const icons = {
|
|
|
1221
1221
|
h("path", { d: "M19.6 8.133H24v11h-2.933V22.8l-5.134-3.667h-4.4", class: "stroke-secondary" }),
|
|
1222
1222
|
h("path", { d: "M19.6 3H2v12.467h3.667V20.6l5.866-5.133H19.6z", class: "stroke-primary filled" })))
|
|
1223
1223
|
},
|
|
1224
|
+
'chat-question': {
|
|
1225
|
+
markup: () => (h("g", null,
|
|
1226
|
+
h("path", { d: "M21.295 17.534c1.587-1.55 2.525-3.534 2.525-5.698 0-4.905-4.833-8.656-10.82-8.656S2.18 6.931 2.18 11.836c0 4.905 4.833 8.836 10.82 8.836 1.046 0 2.056-.144 3.03-.36l5.626 2.344-.36-5.122z", class: "stroke-primary filled" }),
|
|
1227
|
+
h("g", { class: "stroke-secondary", transform: "translate(10.5 7.5)" },
|
|
1228
|
+
h("circle", { cx: "2.375", cy: "8.875", r: "1" }),
|
|
1229
|
+
h("path", { d: "M0 1.5C.39.625 1.328 0 2.396 0 3.828 0 5 1.125 5 2.5S3.828 5 2.396 5v1.5" }))))
|
|
1230
|
+
},
|
|
1224
1231
|
'chat-bubbles': {
|
|
1225
1232
|
markup: () => (h("g", null,
|
|
1226
1233
|
h("path", { d: "M11.197 19.46c1.338.916 3.107 1.474 5.049 1.474a9.7 9.7 0 0 0 2.471-.32l2.939 1.763v-3.178c1.337-1.04 2.164-2.464 2.164-4.035 0-.766-.197-1.496-.553-2.164", class: "stroke-secondary" }),
|
|
@@ -1264,6 +1271,18 @@ const icons = {
|
|
|
1264
1271
|
'checkmark-outline': {
|
|
1265
1272
|
markup: () => (h("path", { d: "M9.912 21.175l-7.719-7.719 3.088-3.088L9.912 15 20.719 4.193l3.088 3.088z", class: "stroke-primary filled" }))
|
|
1266
1273
|
},
|
|
1274
|
+
'chevron-double-right': {
|
|
1275
|
+
markup: () => (h("g", { class: "chevron-double-right" },
|
|
1276
|
+
h("g", { class: "stroke-primary" },
|
|
1277
|
+
h("path", { d: "M12 2l11 11-11 11" }),
|
|
1278
|
+
h("path", { d: "M3 2l11 11L3 24" }))))
|
|
1279
|
+
},
|
|
1280
|
+
'chevron-double-left': {
|
|
1281
|
+
markup: () => (h("g", { class: "chevron-double-left" },
|
|
1282
|
+
h("g", { class: "stroke-primary" },
|
|
1283
|
+
h("path", { d: "M14 24L3 13 14 2" }),
|
|
1284
|
+
h("path", { d: "M23 24L12 13 23 2" }))))
|
|
1285
|
+
},
|
|
1267
1286
|
'chevron-down': {
|
|
1268
1287
|
markup: () => h("path", { d: "M24 8L13 19 2 8", class: "stroke-primary" })
|
|
1269
1288
|
},
|
|
@@ -1357,6 +1376,15 @@ const icons = {
|
|
|
1357
1376
|
h("path", { class: "stroke-primary", d: "M6.2 2.2l7.2 9.6 7.2-9.6m-7.2 9.6v12" }),
|
|
1358
1377
|
h("path", { class: "stroke-secondary", d: "M7 12.2h12.8M7 17h12.8" })))
|
|
1359
1378
|
},
|
|
1379
|
+
dashboard: {
|
|
1380
|
+
markup: () => (h("g", { class: "dashboard" },
|
|
1381
|
+
h("path", { d: "M0 0h26v26H0z" }),
|
|
1382
|
+
h("g", { class: "stroke-primary filled" },
|
|
1383
|
+
h("path", { d: "M3 3h9v12H3z" }),
|
|
1384
|
+
h("path", { d: "M3 18h9v5H3z" }),
|
|
1385
|
+
h("path", { d: "M14.5 3h9v7h-9z" }),
|
|
1386
|
+
h("path", { d: "M14.5 13h9v10h-9z" }))))
|
|
1387
|
+
},
|
|
1360
1388
|
desktop: {
|
|
1361
1389
|
markup: () => (h("g", null,
|
|
1362
1390
|
h("path", { class: "stroke-primary", d: "M22.377 19.77H3.623a1.443 1.443 0 0 1-1.443-1.442V4.623c0-.797.646-1.443 1.443-1.443h18.754c.796 0 1.442.646 1.442 1.443v13.705c0 .796-.646 1.442-1.442 1.442zM2.18 15.442h21.64" }),
|
|
@@ -1370,6 +1398,13 @@ const icons = {
|
|
|
1370
1398
|
h("path", { d: "M6.387 5.677v6.417l-2.839-1.449-2.838 1.42V5.677" }),
|
|
1371
1399
|
h("circle", { cx: "3.548", cy: "3.548", r: "3.548" }))))
|
|
1372
1400
|
},
|
|
1401
|
+
divider: {
|
|
1402
|
+
markup: () => (h("g", { class: "divider" },
|
|
1403
|
+
h("g", { class: "stroke-primary" },
|
|
1404
|
+
h("path", { d: "M3 5h20v5H3z" }),
|
|
1405
|
+
h("path", { d: "M3 17h20v5H3z" })),
|
|
1406
|
+
h("path", { d: "M2 13.5h22", class: "stroke-secondary" })))
|
|
1407
|
+
},
|
|
1373
1408
|
document: {
|
|
1374
1409
|
markup: () => (h("g", null,
|
|
1375
1410
|
h("path", { d: "M15.733 2H4v22h17.6V7.867z", class: "stroke-primary" }),
|
|
@@ -1827,6 +1862,11 @@ const icons = {
|
|
|
1827
1862
|
h("path", { d: "M21.492 18.552c-.473 1.03-.7 1.49-1.31 2.399-.849 1.27-2.047 2.852-3.532 2.865-1.319.013-1.658-.842-3.448-.832-1.79.01-2.164.848-3.483.836-1.485-.014-2.62-1.442-3.47-2.713-2.376-3.552-2.624-7.721-1.159-9.937 1.042-1.576 2.686-2.497 4.23-2.497 1.574 0 2.563.847 3.864.847 1.262 0 2.031-.848 3.85-.848 1.375 0 2.832.735 3.87 2.005-3.401 1.83-2.848 6.6.588 7.875z", class: "stroke-primary" }),
|
|
1828
1863
|
h("path", { d: "M16.125 5.587c.69-.884 1.211-2.131 1.022-3.407-1.125.077-2.44.793-3.208 1.726-.698.846-1.274 2.102-1.05 3.322 1.228.039 2.498-.695 3.236-1.641z", class: "stroke-secondary" })))
|
|
1829
1864
|
},
|
|
1865
|
+
key: {
|
|
1866
|
+
markup: () => (h("g", null,
|
|
1867
|
+
h("path", { d: "M18.455 3l-7.486 7.485a6.32 6.32 0 0 0-1.605-.212 6.364 6.364 0 1 0 6.363 6.363c0-.81-.157-1.581-.432-2.294l2.25-2.251V9.364h2.728L23 6.636V3h-4.545z", class: "stroke-primary filled" }),
|
|
1868
|
+
h("circle", { cx: "9.364", cy: "16.636", r: "1.818", class: "stroke-secondary" })))
|
|
1869
|
+
},
|
|
1830
1870
|
laptop: {
|
|
1831
1871
|
markup: () => (h("g", null,
|
|
1832
1872
|
h("path", { class: "stroke-primary", d: "M4.344 15.721V5.623c0-.797.646-1.443 1.443-1.443h14.426c.797 0 1.442.646 1.442 1.443V15.72m-9.377-9.376h1.443" }),
|
|
@@ -1930,7 +1970,10 @@ const icons = {
|
|
|
1930
1970
|
markup: () => (h("path", { d: "M24 12.345L14.517 4v4.931C8.443 8.931 2 10.751 2 21.448c2.781-3.793 5.043-4.93 12.517-4.93v4.93L24 12.345z", class: "stroke-primary" }))
|
|
1931
1971
|
},
|
|
1932
1972
|
'message-reply': {
|
|
1933
|
-
markup: () => (h("path", { d: "M2 12.345L11.483 4v4.931C17.557 8.931 24 10.751 24 21.448c-2.781-3.793-5.043-4.93-12.517-4.93v4.93L2 12.345z", class: "stroke-primary" }))
|
|
1973
|
+
markup: () => (h("path", { d: "M2 12.345L11.483 4v4.931C17.557 8.931 24 10.751 24 21.448c-2.781-3.793-5.043-4.93-12.517-4.93v4.93L2 12.345z", class: "stroke-primary filled" }))
|
|
1974
|
+
},
|
|
1975
|
+
'message-response': {
|
|
1976
|
+
markup: () => (h("path", { d: "M24 12.345L14.517 4v4.931C7.043 8.931 4.661 7.598 2 4c0 11.14 7.006 12.517 12.517 12.517v4.931L24 12.345z", class: "stroke-primary filled" }))
|
|
1934
1977
|
},
|
|
1935
1978
|
'mobile-button': {
|
|
1936
1979
|
markup: () => (h("g", null,
|
|
@@ -2785,6 +2828,15 @@ const icons = {
|
|
|
2785
2828
|
h("path", { d: "M5.71 5.71l8.129 8.129M3 7.065l6.774 6.774m6.774-8.129l6.775 6.774M12.484 5.71l8.129 8.129" }),
|
|
2786
2829
|
h("path", { d: "M3 5.71h20.323v8.129H3z", class: "filled" }))))
|
|
2787
2830
|
},
|
|
2831
|
+
section: {
|
|
2832
|
+
markup: () => (h("g", { class: "Icons/actions/section" },
|
|
2833
|
+
h("g", { class: "stroke-primary" },
|
|
2834
|
+
h("path", { d: "M2 2h22v22H2z", class: "filled" }),
|
|
2835
|
+
h("path", { d: "M5 6h13v2H5zm0 6h7v3H5z" }),
|
|
2836
|
+
h("path", { d: "M5 18h7v3H5z" }),
|
|
2837
|
+
h("path", { d: "M14 12h7v3h-7z" }),
|
|
2838
|
+
h("path", { d: "M14 18h7v3h-7z" }))))
|
|
2839
|
+
},
|
|
2788
2840
|
'sign-closed': {
|
|
2789
2841
|
markup: () => (h("g", null,
|
|
2790
2842
|
h("g", { "stroke-width": "1.5", class: "stroke-primary", transform: "translate(7.773 3.318)" },
|
|
@@ -2853,6 +2905,14 @@ const icons = {
|
|
|
2853
2905
|
h("path", { d: "M13 19V2.867m5.866 5.866L13 2.867 7.133 8.733" })),
|
|
2854
2906
|
h("path", { d: "M2 19.233v4.4h22v-4.4", class: "stroke-primary" })))
|
|
2855
2907
|
},
|
|
2908
|
+
'venmo-colored': {
|
|
2909
|
+
markup: () => (h("g", { class: "venmo-colored" },
|
|
2910
|
+
h("path", { d: "M20.9876187,3 C21.6854112,4.15247726 22,5.33953062 22,6.83902303 C22,11.6216335 17.9173318,17.8345841 14.6037582,22.197265 L7.03535243,22.197265 L4,4.04713657 L10.6269682,3.41795887 L12.2318013,16.3329419 C13.7312937,13.8900412 15.5817425,10.0510182 15.5817425,7.43362462 C15.5817425,6.00095547 15.3363059,5.02512093 14.952744,4.22162948 L20.9876187,3 Z", id: "Path", fill: "#3D95CE", "fill-rule": "nonzero" })))
|
|
2911
|
+
},
|
|
2912
|
+
'venmo-filled': {
|
|
2913
|
+
markup: () => (h("g", { class: "venmo-filled" },
|
|
2914
|
+
h("path", { d: "M20.988 3C21.685 4.152 22 5.34 22 6.839c0 4.783-4.083 10.996-7.396 15.358H7.035L4 4.047l6.627-.629 1.605 12.915c1.5-2.443 3.35-6.282 3.35-8.9 0-1.432-.246-2.408-.63-3.211L20.989 3z", class: "filled" })))
|
|
2915
|
+
},
|
|
2856
2916
|
virus: {
|
|
2857
2917
|
markup: () => (h("g", null,
|
|
2858
2918
|
h("g", { class: "stroke-secondary", transform: "translate(8.742 8.742)" },
|
|
@@ -1222,6 +1222,13 @@ const icons = {
|
|
|
1222
1222
|
h("path", { d: "M19.6 8.133H24v11h-2.933V22.8l-5.134-3.667h-4.4", class: "stroke-secondary" }),
|
|
1223
1223
|
h("path", { d: "M19.6 3H2v12.467h3.667V20.6l5.866-5.133H19.6z", class: "stroke-primary filled" })))
|
|
1224
1224
|
},
|
|
1225
|
+
'chat-question': {
|
|
1226
|
+
markup: () => (h("g", null,
|
|
1227
|
+
h("path", { d: "M21.295 17.534c1.587-1.55 2.525-3.534 2.525-5.698 0-4.905-4.833-8.656-10.82-8.656S2.18 6.931 2.18 11.836c0 4.905 4.833 8.836 10.82 8.836 1.046 0 2.056-.144 3.03-.36l5.626 2.344-.36-5.122z", class: "stroke-primary filled" }),
|
|
1228
|
+
h("g", { class: "stroke-secondary", transform: "translate(10.5 7.5)" },
|
|
1229
|
+
h("circle", { cx: "2.375", cy: "8.875", r: "1" }),
|
|
1230
|
+
h("path", { d: "M0 1.5C.39.625 1.328 0 2.396 0 3.828 0 5 1.125 5 2.5S3.828 5 2.396 5v1.5" }))))
|
|
1231
|
+
},
|
|
1225
1232
|
'chat-bubbles': {
|
|
1226
1233
|
markup: () => (h("g", null,
|
|
1227
1234
|
h("path", { d: "M11.197 19.46c1.338.916 3.107 1.474 5.049 1.474a9.7 9.7 0 0 0 2.471-.32l2.939 1.763v-3.178c1.337-1.04 2.164-2.464 2.164-4.035 0-.766-.197-1.496-.553-2.164", class: "stroke-secondary" }),
|
|
@@ -1265,6 +1272,18 @@ const icons = {
|
|
|
1265
1272
|
'checkmark-outline': {
|
|
1266
1273
|
markup: () => (h("path", { d: "M9.912 21.175l-7.719-7.719 3.088-3.088L9.912 15 20.719 4.193l3.088 3.088z", class: "stroke-primary filled" }))
|
|
1267
1274
|
},
|
|
1275
|
+
'chevron-double-right': {
|
|
1276
|
+
markup: () => (h("g", { class: "chevron-double-right" },
|
|
1277
|
+
h("g", { class: "stroke-primary" },
|
|
1278
|
+
h("path", { d: "M12 2l11 11-11 11" }),
|
|
1279
|
+
h("path", { d: "M3 2l11 11L3 24" }))))
|
|
1280
|
+
},
|
|
1281
|
+
'chevron-double-left': {
|
|
1282
|
+
markup: () => (h("g", { class: "chevron-double-left" },
|
|
1283
|
+
h("g", { class: "stroke-primary" },
|
|
1284
|
+
h("path", { d: "M14 24L3 13 14 2" }),
|
|
1285
|
+
h("path", { d: "M23 24L12 13 23 2" }))))
|
|
1286
|
+
},
|
|
1268
1287
|
'chevron-down': {
|
|
1269
1288
|
markup: () => h("path", { d: "M24 8L13 19 2 8", class: "stroke-primary" })
|
|
1270
1289
|
},
|
|
@@ -1358,6 +1377,15 @@ const icons = {
|
|
|
1358
1377
|
h("path", { class: "stroke-primary", d: "M6.2 2.2l7.2 9.6 7.2-9.6m-7.2 9.6v12" }),
|
|
1359
1378
|
h("path", { class: "stroke-secondary", d: "M7 12.2h12.8M7 17h12.8" })))
|
|
1360
1379
|
},
|
|
1380
|
+
dashboard: {
|
|
1381
|
+
markup: () => (h("g", { class: "dashboard" },
|
|
1382
|
+
h("path", { d: "M0 0h26v26H0z" }),
|
|
1383
|
+
h("g", { class: "stroke-primary filled" },
|
|
1384
|
+
h("path", { d: "M3 3h9v12H3z" }),
|
|
1385
|
+
h("path", { d: "M3 18h9v5H3z" }),
|
|
1386
|
+
h("path", { d: "M14.5 3h9v7h-9z" }),
|
|
1387
|
+
h("path", { d: "M14.5 13h9v10h-9z" }))))
|
|
1388
|
+
},
|
|
1361
1389
|
desktop: {
|
|
1362
1390
|
markup: () => (h("g", null,
|
|
1363
1391
|
h("path", { class: "stroke-primary", d: "M22.377 19.77H3.623a1.443 1.443 0 0 1-1.443-1.442V4.623c0-.797.646-1.443 1.443-1.443h18.754c.796 0 1.442.646 1.442 1.443v13.705c0 .796-.646 1.442-1.442 1.442zM2.18 15.442h21.64" }),
|
|
@@ -1371,6 +1399,13 @@ const icons = {
|
|
|
1371
1399
|
h("path", { d: "M6.387 5.677v6.417l-2.839-1.449-2.838 1.42V5.677" }),
|
|
1372
1400
|
h("circle", { cx: "3.548", cy: "3.548", r: "3.548" }))))
|
|
1373
1401
|
},
|
|
1402
|
+
divider: {
|
|
1403
|
+
markup: () => (h("g", { class: "divider" },
|
|
1404
|
+
h("g", { class: "stroke-primary" },
|
|
1405
|
+
h("path", { d: "M3 5h20v5H3z" }),
|
|
1406
|
+
h("path", { d: "M3 17h20v5H3z" })),
|
|
1407
|
+
h("path", { d: "M2 13.5h22", class: "stroke-secondary" })))
|
|
1408
|
+
},
|
|
1374
1409
|
document: {
|
|
1375
1410
|
markup: () => (h("g", null,
|
|
1376
1411
|
h("path", { d: "M15.733 2H4v22h17.6V7.867z", class: "stroke-primary" }),
|
|
@@ -1828,6 +1863,11 @@ const icons = {
|
|
|
1828
1863
|
h("path", { d: "M21.492 18.552c-.473 1.03-.7 1.49-1.31 2.399-.849 1.27-2.047 2.852-3.532 2.865-1.319.013-1.658-.842-3.448-.832-1.79.01-2.164.848-3.483.836-1.485-.014-2.62-1.442-3.47-2.713-2.376-3.552-2.624-7.721-1.159-9.937 1.042-1.576 2.686-2.497 4.23-2.497 1.574 0 2.563.847 3.864.847 1.262 0 2.031-.848 3.85-.848 1.375 0 2.832.735 3.87 2.005-3.401 1.83-2.848 6.6.588 7.875z", class: "stroke-primary" }),
|
|
1829
1864
|
h("path", { d: "M16.125 5.587c.69-.884 1.211-2.131 1.022-3.407-1.125.077-2.44.793-3.208 1.726-.698.846-1.274 2.102-1.05 3.322 1.228.039 2.498-.695 3.236-1.641z", class: "stroke-secondary" })))
|
|
1830
1865
|
},
|
|
1866
|
+
key: {
|
|
1867
|
+
markup: () => (h("g", null,
|
|
1868
|
+
h("path", { d: "M18.455 3l-7.486 7.485a6.32 6.32 0 0 0-1.605-.212 6.364 6.364 0 1 0 6.363 6.363c0-.81-.157-1.581-.432-2.294l2.25-2.251V9.364h2.728L23 6.636V3h-4.545z", class: "stroke-primary filled" }),
|
|
1869
|
+
h("circle", { cx: "9.364", cy: "16.636", r: "1.818", class: "stroke-secondary" })))
|
|
1870
|
+
},
|
|
1831
1871
|
laptop: {
|
|
1832
1872
|
markup: () => (h("g", null,
|
|
1833
1873
|
h("path", { class: "stroke-primary", d: "M4.344 15.721V5.623c0-.797.646-1.443 1.443-1.443h14.426c.797 0 1.442.646 1.442 1.443V15.72m-9.377-9.376h1.443" }),
|
|
@@ -1931,7 +1971,10 @@ const icons = {
|
|
|
1931
1971
|
markup: () => (h("path", { d: "M24 12.345L14.517 4v4.931C8.443 8.931 2 10.751 2 21.448c2.781-3.793 5.043-4.93 12.517-4.93v4.93L24 12.345z", class: "stroke-primary" }))
|
|
1932
1972
|
},
|
|
1933
1973
|
'message-reply': {
|
|
1934
|
-
markup: () => (h("path", { d: "M2 12.345L11.483 4v4.931C17.557 8.931 24 10.751 24 21.448c-2.781-3.793-5.043-4.93-12.517-4.93v4.93L2 12.345z", class: "stroke-primary" }))
|
|
1974
|
+
markup: () => (h("path", { d: "M2 12.345L11.483 4v4.931C17.557 8.931 24 10.751 24 21.448c-2.781-3.793-5.043-4.93-12.517-4.93v4.93L2 12.345z", class: "stroke-primary filled" }))
|
|
1975
|
+
},
|
|
1976
|
+
'message-response': {
|
|
1977
|
+
markup: () => (h("path", { d: "M24 12.345L14.517 4v4.931C7.043 8.931 4.661 7.598 2 4c0 11.14 7.006 12.517 12.517 12.517v4.931L24 12.345z", class: "stroke-primary filled" }))
|
|
1935
1978
|
},
|
|
1936
1979
|
'mobile-button': {
|
|
1937
1980
|
markup: () => (h("g", null,
|
|
@@ -2786,6 +2829,15 @@ const icons = {
|
|
|
2786
2829
|
h("path", { d: "M5.71 5.71l8.129 8.129M3 7.065l6.774 6.774m6.774-8.129l6.775 6.774M12.484 5.71l8.129 8.129" }),
|
|
2787
2830
|
h("path", { d: "M3 5.71h20.323v8.129H3z", class: "filled" }))))
|
|
2788
2831
|
},
|
|
2832
|
+
section: {
|
|
2833
|
+
markup: () => (h("g", { class: "Icons/actions/section" },
|
|
2834
|
+
h("g", { class: "stroke-primary" },
|
|
2835
|
+
h("path", { d: "M2 2h22v22H2z", class: "filled" }),
|
|
2836
|
+
h("path", { d: "M5 6h13v2H5zm0 6h7v3H5z" }),
|
|
2837
|
+
h("path", { d: "M5 18h7v3H5z" }),
|
|
2838
|
+
h("path", { d: "M14 12h7v3h-7z" }),
|
|
2839
|
+
h("path", { d: "M14 18h7v3h-7z" }))))
|
|
2840
|
+
},
|
|
2789
2841
|
'sign-closed': {
|
|
2790
2842
|
markup: () => (h("g", null,
|
|
2791
2843
|
h("g", { "stroke-width": "1.5", class: "stroke-primary", transform: "translate(7.773 3.318)" },
|
|
@@ -2854,6 +2906,14 @@ const icons = {
|
|
|
2854
2906
|
h("path", { d: "M13 19V2.867m5.866 5.866L13 2.867 7.133 8.733" })),
|
|
2855
2907
|
h("path", { d: "M2 19.233v4.4h22v-4.4", class: "stroke-primary" })))
|
|
2856
2908
|
},
|
|
2909
|
+
'venmo-colored': {
|
|
2910
|
+
markup: () => (h("g", { class: "venmo-colored" },
|
|
2911
|
+
h("path", { d: "M20.9876187,3 C21.6854112,4.15247726 22,5.33953062 22,6.83902303 C22,11.6216335 17.9173318,17.8345841 14.6037582,22.197265 L7.03535243,22.197265 L4,4.04713657 L10.6269682,3.41795887 L12.2318013,16.3329419 C13.7312937,13.8900412 15.5817425,10.0510182 15.5817425,7.43362462 C15.5817425,6.00095547 15.3363059,5.02512093 14.952744,4.22162948 L20.9876187,3 Z", id: "Path", fill: "#3D95CE", "fill-rule": "nonzero" })))
|
|
2912
|
+
},
|
|
2913
|
+
'venmo-filled': {
|
|
2914
|
+
markup: () => (h("g", { class: "venmo-filled" },
|
|
2915
|
+
h("path", { d: "M20.988 3C21.685 4.152 22 5.34 22 6.839c0 4.783-4.083 10.996-7.396 15.358H7.035L4 4.047l6.627-.629 1.605 12.915c1.5-2.443 3.35-6.282 3.35-8.9 0-1.432-.246-2.408-.63-3.211L20.989 3z", class: "filled" })))
|
|
2916
|
+
},
|
|
2857
2917
|
virus: {
|
|
2858
2918
|
markup: () => (h("g", null,
|
|
2859
2919
|
h("g", { class: "stroke-secondary", transform: "translate(8.742 8.742)" },
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-be8376c0.js';
|
|
2
|
-
import { i as icons } from './icons-
|
|
2
|
+
import { i as icons } from './icons-3ee662ea.js';
|
|
3
3
|
|
|
4
4
|
const stylesCss = "*{box-sizing:border-box}*:active{outline:none}*:focus{outline:none;box-shadow:var(--const-global-focus)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}.avatar-img{object-fit:cover;height:var(--tct-avatar-img-height, var(--tct-avatar-height, 44px));width:var(--tct-avatar-img-width, var(--tct-avatar-width, 44px));border-radius:var(--tct-avatar-img-br, 50%);background-color:var(--tct-avatar-bg, #9e9e9e)}.avatar-initials{height:var(--tct-avatar-height, 44px);width:var(--tct-avatar-width, 44px);background-color:var(--tct-avatar-bg, var(--t-gray-8, #9e9e9e));border-radius:var(--tct-avatar-br, 50%)}.size-1{--tct-avatar-font-size:var(--tct-avatar-size-1, 60px)}.size-2{--tct-avatar-font-size:var(--tct-avatar-size-2, 50px)}.size-3{--tct-avatar-font-size:var(--tct-avatar-size-3, 40px)}.size-4{--tct-avatar-font-size:var(--tct-avatar-size-4, 30px)}text{fill:var(--tct-avatar-color, #ffffff);font-weight:var(--tct-avatar-font-weight, 200);font-size:var(--tct-avatar-font-size, 40px)}.fallback{height:var(--tct-avatar-fallback-height, var(--tct-avatar-height, 44px));width:var(--tct-avatar-fallback-width, var(--tct-avatar-width, 44px));border-radius:var(--tct-avatar-fallback-br, var(--tct-avatar-img-br, 50%));background-color:var(--tct-avatar-fallback-bg, var(--tct-avatar-bg, #9e9e9e));display:flex;align-items:center;justify-content:center}q2-icon{--t-icon-size:var(--tct-avatar-fallback-icon-size, 65%);--t-icon-fill:var(--tct-avatar-fallback-fill, transparent);--t-icon-stroke-primary:var(--tct-avatar-fallback-stroke-primary, currentcolor);--t-icon-stroke-secondary:var(--tct-avatar-fallback-stroke-secondary, currentcolor);color:var(--tct-avatar-fallback-color, var(--tct-avatar-color, var(--t-base, #ffffff)));width:var(--t-icon-size);height:var(--t-icon-size)}";
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-be8376c0.js';
|
|
2
2
|
import { c as createGuid } from './index-476b86cc.js';
|
|
3
|
-
import { i as icons } from './icons-
|
|
3
|
+
import { i as icons } from './icons-3ee662ea.js';
|
|
4
4
|
|
|
5
5
|
const stylesCss = "*{box-sizing:border-box}*:active{outline:none}*:focus{outline:none;box-shadow:var(--const-global-focus)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}:host{display:inline-block;height:var(--tct-icon-size, 24px);width:var(--tct-icon-size, 24px);position:relative;fill:none}svg{display:block;position:absolute;top:0;left:0;stroke-width:var(--tct-icon-stroke-width, var(--t-icon-stroke-width, 1.5));stroke-linecap:var(--tct-icon-cap, var(--t-icon-cap, round));stroke-linejoin:var(--tct-icon-cap, var(--t-icon-cap, round))}.stroke-primary{stroke:var(--tct-icon-stroke-primary, var(--t-icon-stroke-primary, var(--t-text, currentColor)))}.stroke-secondary{stroke:var(--tct-icon-stroke-secondary, var(--t-icon-stroke-secondary, var(--t-text, currentColor)))}.fill-primary{fill:var(--tct-icon-stroke-primary, var(--t-icon-stroke-primary, var(--t-text, currentColor)))}.filled{fill:var(--tct-icon-fill, var(--t-icon-fill, none))}.uniform{fill:var(--tct-icon-stroke-primary, var(--t-icon-stroke-primary, currentColor))}:host([type=info]){--tct-icon-stroke-primary:var(--tct-stoplight-info, var(--const-stoplight-info, #0079c1));--tct-icon-stroke-secondary:var(--tct-stoplight-info, var(--const-stoplight-info, #0079c1))}:host([type=success]){--tct-icon-stroke-primary:var(--tct-stoplight-success, var(--const-stoplight-success, #0e8a00));--t-icon-stroke-secondary:var(--tct-stoplight-success, var(--const-stoplight-success, #0e8a00))}:host([type=warning]){--tct-icon-stroke-primary:var(--tct-stoplight-warning, var(--const-stoplight-warning, #f0b400));--t-icon-stroke-secondary:var(--tct-stoplight-warning, var(--const-stoplight-warning, #f0b400))}:host([type=error]){--tct-icon-stroke-primary:var(--tct-stoplight-error, var(--const-stoplight-alert, #c30000));--t-icon-stroke-secondary:var(--tct-stoplight-error, var(--const-stoplight-alert, #c30000))}";
|
|
6
6
|
|