@livechat/design-system-icons 1.33.1 → 1.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Flag.cjs.js +1 -0
- package/dist/Flag.d.ts +3 -0
- package/dist/Flag.es.js +26 -0
- package/dist/FlagFilled.cjs.js +1 -0
- package/dist/FlagFilled.d.ts +3 -0
- package/dist/FlagFilled.es.js +23 -0
- package/dist/FlagOff.cjs.js +1 -0
- package/dist/FlagOff.d.ts +3 -0
- package/dist/FlagOff.es.js +27 -0
- package/dist/OpenWidgetColored.cjs.js +1 -1
- package/dist/OpenWidgetColored.es.js +91 -115
- package/dist/PlugDisconnected.cjs.js +1 -0
- package/dist/PlugDisconnected.d.ts +3 -0
- package/dist/PlugDisconnected.es.js +22 -0
- package/dist/PlugDisconnectedFilled.cjs.js +1 -0
- package/dist/PlugDisconnectedFilled.d.ts +3 -0
- package/dist/PlugDisconnectedFilled.es.js +37 -0
- package/dist/SquareRoundedX.cjs.js +1 -0
- package/dist/SquareRoundedX.d.ts +3 -0
- package/dist/SquareRoundedX.es.js +27 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.es.js +564 -552
- package/package.json +2 -2
package/dist/Flag.cjs.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const s=require("react/jsx-runtime"),e=r=>s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...r,children:[s.jsx("g",{clipPath:"url(#flag_svg__a)",children:s.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.75,d:"M4.167 11.667h11.666l-3.75-3.75 3.75-3.75H4.167V17.5"})}),s.jsx("defs",{children:s.jsx("clipPath",{id:"flag_svg__a",children:s.jsx("path",{fill:"currentcolor",d:"M0 0h20v20H0z"})})})]});module.exports=e;
|
package/dist/Flag.d.ts
ADDED
package/dist/Flag.es.js
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs as o, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const t = (l) => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
8
|
+
...l,
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#flag_svg__a)", children: /* @__PURE__ */ r(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentcolor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
strokeWidth: 1.75,
|
|
17
|
+
d: "M4.167 11.667h11.666l-3.75-3.75 3.75-3.75H4.167V17.5"
|
|
18
|
+
}
|
|
19
|
+
) }),
|
|
20
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "flag_svg__a", children: /* @__PURE__ */ r("path", { fill: "currentcolor", d: "M0 0h20v20H0z" }) }) })
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
export {
|
|
25
|
+
t as default
|
|
26
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const r=require("react/jsx-runtime"),o=e=>r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentcolor",viewBox:"0 0 20 20",...e,children:r.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.75,d:"M4.167 11.667h11.666l-3.75-3.75 3.75-3.75H4.167V17.5"})});module.exports=o;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const e = (r) => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "currentcolor",
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
8
|
+
...r,
|
|
9
|
+
children: /* @__PURE__ */ o(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
stroke: "currentcolor",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
strokeWidth: 1.75,
|
|
16
|
+
d: "M4.167 11.667h11.666l-3.75-3.75 3.75-3.75H4.167V17.5"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
export {
|
|
22
|
+
e as default
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const s=require("react/jsx-runtime"),r=e=>s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[s.jsx("g",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,clipPath:"url(#flag_off_svg__a)",children:s.jsx("path",{d:"M5 14h9M5 5v16M3 3l18 18M19 14l-4.5-4.5L19 5H9"})}),s.jsx("defs",{children:s.jsx("clipPath",{id:"flag_off_svg__a",children:s.jsx("path",{fill:"#fff",d:"M0 0h24v24H0z"})})})]});module.exports=r;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsxs as r, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
const f = (o) => /* @__PURE__ */ r(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...o,
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ l(
|
|
11
|
+
"g",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentcolor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
strokeWidth: 2,
|
|
17
|
+
clipPath: "url(#flag_off_svg__a)",
|
|
18
|
+
children: /* @__PURE__ */ l("path", { d: "M5 14h9M5 5v16M3 3l18 18M19 14l-4.5-4.5L19 5H9" })
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "flag_off_svg__a", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
export {
|
|
26
|
+
f as default
|
|
27
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const s=require("react/jsx-runtime"),o
|
|
1
|
+
"use strict";const s=require("react/jsx-runtime"),e=o=>s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...o,children:[s.jsx("path",{fill:"#fff",d:"M12 3c1.869 0 3.805.07 5.541.21 2.269.21 4.138 2.03 4.339 4.48l.023.422.024.536q.037.885.073 4.011l-.013.676a80 80 0 0 1-.107 2.976c-.2 2.45-2.069 4.269-4.34 4.48-1.577.126-3.32.197-5.029.207l-.514.002c-1.87 0-3.805-.07-5.541-.21-2.271-.21-4.14-2.03-4.34-4.48l-.023-.423-.017-.359A107 107 0 0 1 2 12.875v-1.751l.013-.67c.024-1.096.06-2.072.103-2.765.2-2.45 2.069-4.27 4.34-4.48a70 70 0 0 1 5.029-.207zm-.002 3.43-.611.002-.59.009a66 66 0 0 0-4.075.198c-.735.07-1.268.63-1.335 1.33l-.022.252c-.062.747-.101 1.797-.125 2.95v1.657l.015.633c.027 1.031.07 1.941.132 2.57.067.699.6 1.26 1.335 1.329 1.33.108 2.697.173 4.074.2l.59.007.652.003.571-.003a67 67 0 0 0 4.665-.207 1.46 1.46 0 0 0 1.335-1.329l.022-.252c.076-.915.118-2.283.138-3.738l-.014-.87-.014-.633c-.028-1.031-.07-1.941-.132-2.57a1.46 1.46 0 0 0-1.335-1.328 66 66 0 0 0-4.075-.2l-.59-.009z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__a)",d:"M20.188 4.332a4.74 4.74 0 0 0-2.647-1.122A71 71 0 0 0 12.05 3v3.43l.56.001.59.009a66 66 0 0 1 4.074.2q.192.019.366.08z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__b)",d:"M19.907 4.108C21 4.91 21.757 6.181 21.88 7.69l.023.423.025.536q.034.847.07 3.754l-3.232-.145.004-.216-.014-.87-.015-.633c-.028-1.031-.07-1.941-.132-2.57a1.46 1.46 0 0 0-1.248-1.317z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__c)",d:"m21.991 11.957.009.702-.013.676a80 80 0 0 1-.107 2.976c-.124 1.507-.879 2.776-1.97 3.578l-2.52-2.544a1.46 1.46 0 0 0 1.219-1.314l.022-.252c.076-.915.118-2.283.138-3.738l-.001-.085z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__d)",d:"M20.08 19.757a4.74 4.74 0 0 1-2.54 1.033c-1.577.127-3.32.198-5.029.208l-.515.002q-.271 0-.545-.002l.227-3.43.36.002.57-.003a67 67 0 0 0 4.666-.207 1.6 1.6 0 0 0 .283-.054z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__e)",d:"M12.05 21h-.053c-1.87 0-3.805-.07-5.541-.21a4.74 4.74 0 0 1-2.828-1.283L6.19 17.21q.242.122.532.15c1.33.108 2.697.173 4.075.2l.59.007.651.003h.012z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__f)",d:"M4.1 19.899c-1.1-.801-1.86-2.075-1.984-3.588l-.023-.424-.017-.359A107 107 0 0 1 2 12.875v-1.392l3.24.152v1.193l.015.633c.027 1.031.07 1.941.132 2.57a1.46 1.46 0 0 0 1.262 1.32z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__g)",d:"M2 11.957v-.833l.013-.67c.024-1.096.06-2.072.103-2.765.135-1.65 1.027-3.014 2.289-3.793l2.582 2.722-.265.021c-.735.07-1.268.63-1.335 1.33l-.022.252c-.062.747-.101 1.797-.125 2.95v.786z"}),s.jsx("path",{fill:"url(#open_widget_colored_svg__h)",d:"M12.213 3h-.212l-.516.002c-1.709.01-3.452.081-5.03.208-.9.083-1.738.42-2.433.949l2.572 2.498a2 2 0 0 1 .128-.018 66 66 0 0 1 4.075-.198l.59-.009.61-.002h.154z"}),s.jsxs("defs",{children:[s.jsxs("linearGradient",{id:"open_widget_colored_svg__a",x1:12.261,x2:17.277,y1:5.345,y2:5.607,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#B349D9"}),s.jsx("stop",{offset:1,stopColor:"#F53547"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__b",x1:18.29,x2:18.591,y1:5.293,y2:11.501,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#F13354"}),s.jsx("stop",{offset:1,stopColor:"#FF4200"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__c",x1:20.545,x2:19.464,y1:12.371,y2:17.468,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#FF4200"}),s.jsx("stop",{offset:1,stopColor:"#FFD000"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__d",x1:17.347,x2:12.495,y1:17.77,y2:17.62,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#FFD000"}),s.jsx("stop",{offset:1,stopColor:"#72CE3A"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__e",x1:6.547,x2:12.01,y1:18.19,y2:18.307,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#02B296"}),s.jsx("stop",{offset:1,stopColor:"#72CE3A"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__f",x1:3.611,x2:5.12,y1:12.003,y2:17.641,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#2173DA"}),s.jsx("stop",{offset:1,stopColor:"#02B195"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__g",x1:6.717,x2:4.94,y1:7.492,y2:10.074,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#3750FF"}),s.jsx("stop",{offset:1,stopColor:"#2172D9"})]}),s.jsxs("linearGradient",{id:"open_widget_colored_svg__h",x1:11.58,x2:6.294,y1:4.978,y2:4.209,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#B44ADA"}),s.jsx("stop",{offset:1,stopColor:"#364FFE"})]})]})]});module.exports=e;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
const s = (l) => /* @__PURE__ */
|
|
1
|
+
import { jsxs as e, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const s = (l) => /* @__PURE__ */ e(
|
|
3
3
|
"svg",
|
|
4
4
|
{
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -7,211 +7,187 @@ const s = (l) => /* @__PURE__ */ o(
|
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
...l,
|
|
9
9
|
children: [
|
|
10
|
-
/* @__PURE__ */
|
|
11
|
-
"
|
|
10
|
+
/* @__PURE__ */ o(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
fill: "#fff",
|
|
14
|
+
d: "M12 3c1.869 0 3.805.07 5.541.21 2.269.21 4.138 2.03 4.339 4.48l.023.422.024.536q.037.885.073 4.011l-.013.676a80 80 0 0 1-.107 2.976c-.2 2.45-2.069 4.269-4.34 4.48-1.577.126-3.32.197-5.029.207l-.514.002c-1.87 0-3.805-.07-5.541-.21-2.271-.21-4.14-2.03-4.34-4.48l-.023-.423-.017-.359A107 107 0 0 1 2 12.875v-1.751l.013-.67c.024-1.096.06-2.072.103-2.765.2-2.45 2.069-4.27 4.34-4.48a70 70 0 0 1 5.029-.207zm-.002 3.43-.611.002-.59.009a66 66 0 0 0-4.075.198c-.735.07-1.268.63-1.335 1.33l-.022.252c-.062.747-.101 1.797-.125 2.95v1.657l.015.633c.027 1.031.07 1.941.132 2.57.067.699.6 1.26 1.335 1.329 1.33.108 2.697.173 4.074.2l.59.007.652.003.571-.003a67 67 0 0 0 4.665-.207 1.46 1.46 0 0 0 1.335-1.329l.022-.252c.076-.915.118-2.283.138-3.738l-.014-.87-.014-.633c-.028-1.031-.07-1.941-.132-2.57a1.46 1.46 0 0 0-1.335-1.328 66 66 0 0 0-4.075-.2l-.59-.009z"
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ o(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
fill: "url(#open_widget_colored_svg__a)",
|
|
21
|
+
d: "M20.188 4.332a4.74 4.74 0 0 0-2.647-1.122A71 71 0 0 0 12.05 3v3.43l.56.001.59.009a66 66 0 0 1 4.074.2q.192.019.366.08z"
|
|
22
|
+
}
|
|
23
|
+
),
|
|
24
|
+
/* @__PURE__ */ o(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
fill: "url(#open_widget_colored_svg__b)",
|
|
28
|
+
d: "M19.907 4.108C21 4.91 21.757 6.181 21.88 7.69l.023.423.025.536q.034.847.07 3.754l-3.232-.145.004-.216-.014-.87-.015-.633c-.028-1.031-.07-1.941-.132-2.57a1.46 1.46 0 0 0-1.248-1.317z"
|
|
29
|
+
}
|
|
30
|
+
),
|
|
31
|
+
/* @__PURE__ */ o(
|
|
32
|
+
"path",
|
|
33
|
+
{
|
|
34
|
+
fill: "url(#open_widget_colored_svg__c)",
|
|
35
|
+
d: "m21.991 11.957.009.702-.013.676a80 80 0 0 1-.107 2.976c-.124 1.507-.879 2.776-1.97 3.578l-2.52-2.544a1.46 1.46 0 0 0 1.219-1.314l.022-.252c.076-.915.118-2.283.138-3.738l-.001-.085z"
|
|
36
|
+
}
|
|
37
|
+
),
|
|
38
|
+
/* @__PURE__ */ o(
|
|
39
|
+
"path",
|
|
12
40
|
{
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
height: 18,
|
|
16
|
-
x: 2,
|
|
17
|
-
y: 3,
|
|
18
|
-
maskUnits: "userSpaceOnUse",
|
|
19
|
-
style: {
|
|
20
|
-
maskType: "alpha"
|
|
21
|
-
},
|
|
22
|
-
children: /* @__PURE__ */ e(
|
|
23
|
-
"path",
|
|
24
|
-
{
|
|
25
|
-
fill: "#fff",
|
|
26
|
-
d: "M12.052 3.286c1.851 0 3.77.067 5.49.202 2.248.202 4.1 1.956 4.299 4.316l.023.407.024.517q.036.852.072 3.864l-.013.651a75 75 0 0 1-.106 2.867c-.199 2.36-2.05 4.113-4.3 4.316-1.563.122-3.29.19-4.983.2l-.51.002c-1.853 0-3.77-.068-5.49-.203-2.25-.202-4.102-1.955-4.3-4.315l-.023-.408-.017-.346a100 100 0 0 1-.075-2.556v-1.687l.013-.646c.024-1.055.06-1.996.102-2.663.198-2.36 2.05-4.114 4.3-4.316 1.563-.122 3.29-.19 4.983-.2zm-.003 3.305-.605.002-.585.008c-1.365.024-2.72.088-4.037.191-.728.068-1.257.607-1.323 1.282l-.022.242c-.061.72-.1 1.731-.124 2.842v1.597l.015.61c.027.993.07 1.87.131 2.475.066.674.595 1.214 1.323 1.281 1.317.104 2.672.167 4.037.192l.585.007.645.003.566-.002a68 68 0 0 0 4.622-.2c.727-.067 1.257-.606 1.323-1.28l.022-.243c.075-.882.117-2.2.137-3.602l-.014-.838-.014-.61c-.028-.993-.07-1.87-.131-2.475-.066-.674-.596-1.213-1.323-1.28A67 67 0 0 0 13.24 6.6l-.585-.008z"
|
|
27
|
-
}
|
|
28
|
-
)
|
|
41
|
+
fill: "url(#open_widget_colored_svg__d)",
|
|
42
|
+
d: "M20.08 19.757a4.74 4.74 0 0 1-2.54 1.033c-1.577.127-3.32.198-5.029.208l-.515.002q-.271 0-.545-.002l.227-3.43.36.002.57-.003a67 67 0 0 0 4.666-.207 1.6 1.6 0 0 0 .283-.054z"
|
|
29
43
|
}
|
|
30
44
|
),
|
|
31
45
|
/* @__PURE__ */ o(
|
|
32
|
-
"
|
|
46
|
+
"path",
|
|
33
47
|
{
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
mask: "url(#open_widget_colored_svg__a)",
|
|
37
|
-
children: [
|
|
38
|
-
/* @__PURE__ */ e(
|
|
39
|
-
"path",
|
|
40
|
-
{
|
|
41
|
-
fill: "url(#open_widget_colored_svg__b)",
|
|
42
|
-
d: "M12.05-.43c3.296 0 6.542 1.527 8.767 3.628.044.041.007-.18.304.26l-9.071 8.499z"
|
|
43
|
-
}
|
|
44
|
-
),
|
|
45
|
-
/* @__PURE__ */ e(
|
|
46
|
-
"path",
|
|
47
|
-
{
|
|
48
|
-
fill: "url(#open_widget_colored_svg__c)",
|
|
49
|
-
d: "M20.818 3.198c2.337 2.335 3.547 5.538 3.628 8.603l.003.71-12.4-.554z"
|
|
50
|
-
}
|
|
51
|
-
),
|
|
52
|
-
/* @__PURE__ */ e(
|
|
53
|
-
"path",
|
|
54
|
-
{
|
|
55
|
-
fill: "url(#open_widget_colored_svg__d)",
|
|
56
|
-
d: "M24.45 11.957c0 3.257-1.26 6.221-3.318 8.433-.063.068-.337.26-.402.326l-8.68-8.76z"
|
|
57
|
-
}
|
|
58
|
-
),
|
|
59
|
-
/* @__PURE__ */ e(
|
|
60
|
-
"path",
|
|
61
|
-
{
|
|
62
|
-
fill: "url(#open_widget_colored_svg__e)",
|
|
63
|
-
d: "M20.94 20.592c-2.333 2.331-5.651 3.66-8.72 3.749h-.99l.82-12.384z"
|
|
64
|
-
}
|
|
65
|
-
),
|
|
66
|
-
/* @__PURE__ */ e(
|
|
67
|
-
"path",
|
|
68
|
-
{
|
|
69
|
-
fill: "url(#open_widget_colored_svg__f)",
|
|
70
|
-
d: "M12.05 24.344c-3.314 0-6.444-1.417-8.672-3.536-.032-.03-.508-.562-.54-.593l9.212-8.258z"
|
|
71
|
-
}
|
|
72
|
-
),
|
|
73
|
-
/* @__PURE__ */ e(
|
|
74
|
-
"path",
|
|
75
|
-
{
|
|
76
|
-
fill: "url(#open_widget_colored_svg__g)",
|
|
77
|
-
d: "M3.282 20.716C.967 18.404-.242 15.239-.344 12.2c-.003-.081 0-.747 0-.828l12.393.584z"
|
|
78
|
-
}
|
|
79
|
-
),
|
|
80
|
-
/* @__PURE__ */ e(
|
|
81
|
-
"path",
|
|
82
|
-
{
|
|
83
|
-
fill: "url(#open_widget_colored_svg__h)",
|
|
84
|
-
d: "M-.35 11.957c0-3.284 1.28-6.27 3.368-8.487.047-.05.515-.394.563-.443l8.469 8.93z"
|
|
85
|
-
}
|
|
86
|
-
),
|
|
87
|
-
/* @__PURE__ */ e(
|
|
88
|
-
"path",
|
|
89
|
-
{
|
|
90
|
-
fill: "url(#open_widget_colored_svg__i)",
|
|
91
|
-
d: "M3.16 3.321C5.456 1.027 8.707-.296 11.734-.422c.105-.004.437-.007.542-.009l-.226 12.388z"
|
|
92
|
-
}
|
|
93
|
-
)
|
|
94
|
-
]
|
|
48
|
+
fill: "url(#open_widget_colored_svg__e)",
|
|
49
|
+
d: "M12.05 21h-.053c-1.87 0-3.805-.07-5.541-.21a4.74 4.74 0 0 1-2.828-1.283L6.19 17.21q.242.122.532.15c1.33.108 2.697.173 4.075.2l.59.007.651.003h.012z"
|
|
95
50
|
}
|
|
96
51
|
),
|
|
97
|
-
/* @__PURE__ */ o(
|
|
98
|
-
|
|
52
|
+
/* @__PURE__ */ o(
|
|
53
|
+
"path",
|
|
54
|
+
{
|
|
55
|
+
fill: "url(#open_widget_colored_svg__f)",
|
|
56
|
+
d: "M4.1 19.899c-1.1-.801-1.86-2.075-1.984-3.588l-.023-.424-.017-.359A107 107 0 0 1 2 12.875v-1.392l3.24.152v1.193l.015.633c.027 1.031.07 1.941.132 2.57a1.46 1.46 0 0 0 1.262 1.32z"
|
|
57
|
+
}
|
|
58
|
+
),
|
|
59
|
+
/* @__PURE__ */ o(
|
|
60
|
+
"path",
|
|
61
|
+
{
|
|
62
|
+
fill: "url(#open_widget_colored_svg__g)",
|
|
63
|
+
d: "M2 11.957v-.833l.013-.67c.024-1.096.06-2.072.103-2.765.135-1.65 1.027-3.014 2.289-3.793l2.582 2.722-.265.021c-.735.07-1.268.63-1.335 1.33l-.022.252c-.062.747-.101 1.797-.125 2.95v.786z"
|
|
64
|
+
}
|
|
65
|
+
),
|
|
66
|
+
/* @__PURE__ */ o(
|
|
67
|
+
"path",
|
|
68
|
+
{
|
|
69
|
+
fill: "url(#open_widget_colored_svg__h)",
|
|
70
|
+
d: "M12.213 3h-.212l-.516.002c-1.709.01-3.452.081-5.03.208-.9.083-1.738.42-2.433.949l2.572 2.498a2 2 0 0 1 .128-.018 66 66 0 0 1 4.075-.198l.59-.009.61-.002h.154z"
|
|
71
|
+
}
|
|
72
|
+
),
|
|
73
|
+
/* @__PURE__ */ e("defs", { children: [
|
|
74
|
+
/* @__PURE__ */ e(
|
|
99
75
|
"linearGradient",
|
|
100
76
|
{
|
|
101
|
-
id: "
|
|
77
|
+
id: "open_widget_colored_svg__a",
|
|
102
78
|
x1: 12.261,
|
|
103
79
|
x2: 17.277,
|
|
104
80
|
y1: 5.345,
|
|
105
81
|
y2: 5.607,
|
|
106
82
|
gradientUnits: "userSpaceOnUse",
|
|
107
83
|
children: [
|
|
108
|
-
/* @__PURE__ */
|
|
109
|
-
/* @__PURE__ */
|
|
84
|
+
/* @__PURE__ */ o("stop", { stopColor: "#B349D9" }),
|
|
85
|
+
/* @__PURE__ */ o("stop", { offset: 1, stopColor: "#F53547" })
|
|
110
86
|
]
|
|
111
87
|
}
|
|
112
88
|
),
|
|
113
|
-
/* @__PURE__ */
|
|
89
|
+
/* @__PURE__ */ e(
|
|
114
90
|
"linearGradient",
|
|
115
91
|
{
|
|
116
|
-
id: "
|
|
92
|
+
id: "open_widget_colored_svg__b",
|
|
117
93
|
x1: 18.29,
|
|
118
94
|
x2: 18.591,
|
|
119
95
|
y1: 5.293,
|
|
120
96
|
y2: 11.501,
|
|
121
97
|
gradientUnits: "userSpaceOnUse",
|
|
122
98
|
children: [
|
|
123
|
-
/* @__PURE__ */
|
|
124
|
-
/* @__PURE__ */
|
|
99
|
+
/* @__PURE__ */ o("stop", { stopColor: "#F13354" }),
|
|
100
|
+
/* @__PURE__ */ o("stop", { offset: 1, stopColor: "#FF4200" })
|
|
125
101
|
]
|
|
126
102
|
}
|
|
127
103
|
),
|
|
128
|
-
/* @__PURE__ */
|
|
104
|
+
/* @__PURE__ */ e(
|
|
129
105
|
"linearGradient",
|
|
130
106
|
{
|
|
131
|
-
id: "
|
|
107
|
+
id: "open_widget_colored_svg__c",
|
|
132
108
|
x1: 20.545,
|
|
133
109
|
x2: 19.464,
|
|
134
110
|
y1: 12.371,
|
|
135
111
|
y2: 17.468,
|
|
136
112
|
gradientUnits: "userSpaceOnUse",
|
|
137
113
|
children: [
|
|
138
|
-
/* @__PURE__ */
|
|
139
|
-
/* @__PURE__ */
|
|
114
|
+
/* @__PURE__ */ o("stop", { stopColor: "#FF4200" }),
|
|
115
|
+
/* @__PURE__ */ o("stop", { offset: 1, stopColor: "#FFD000" })
|
|
140
116
|
]
|
|
141
117
|
}
|
|
142
118
|
),
|
|
143
|
-
/* @__PURE__ */
|
|
119
|
+
/* @__PURE__ */ e(
|
|
144
120
|
"linearGradient",
|
|
145
121
|
{
|
|
146
|
-
id: "
|
|
122
|
+
id: "open_widget_colored_svg__d",
|
|
147
123
|
x1: 17.347,
|
|
148
124
|
x2: 12.495,
|
|
149
125
|
y1: 17.77,
|
|
150
126
|
y2: 17.62,
|
|
151
127
|
gradientUnits: "userSpaceOnUse",
|
|
152
128
|
children: [
|
|
153
|
-
/* @__PURE__ */
|
|
154
|
-
/* @__PURE__ */
|
|
129
|
+
/* @__PURE__ */ o("stop", { stopColor: "#FFD000" }),
|
|
130
|
+
/* @__PURE__ */ o("stop", { offset: 1, stopColor: "#72CE3A" })
|
|
155
131
|
]
|
|
156
132
|
}
|
|
157
133
|
),
|
|
158
|
-
/* @__PURE__ */
|
|
134
|
+
/* @__PURE__ */ e(
|
|
159
135
|
"linearGradient",
|
|
160
136
|
{
|
|
161
|
-
id: "
|
|
137
|
+
id: "open_widget_colored_svg__e",
|
|
162
138
|
x1: 6.547,
|
|
163
139
|
x2: 12.01,
|
|
164
140
|
y1: 18.19,
|
|
165
141
|
y2: 18.307,
|
|
166
142
|
gradientUnits: "userSpaceOnUse",
|
|
167
143
|
children: [
|
|
168
|
-
/* @__PURE__ */
|
|
169
|
-
/* @__PURE__ */
|
|
144
|
+
/* @__PURE__ */ o("stop", { stopColor: "#02B296" }),
|
|
145
|
+
/* @__PURE__ */ o("stop", { offset: 1, stopColor: "#72CE3A" })
|
|
170
146
|
]
|
|
171
147
|
}
|
|
172
148
|
),
|
|
173
|
-
/* @__PURE__ */
|
|
149
|
+
/* @__PURE__ */ e(
|
|
174
150
|
"linearGradient",
|
|
175
151
|
{
|
|
176
|
-
id: "
|
|
152
|
+
id: "open_widget_colored_svg__f",
|
|
177
153
|
x1: 3.611,
|
|
178
154
|
x2: 5.12,
|
|
179
155
|
y1: 12.003,
|
|
180
156
|
y2: 17.641,
|
|
181
157
|
gradientUnits: "userSpaceOnUse",
|
|
182
158
|
children: [
|
|
183
|
-
/* @__PURE__ */
|
|
184
|
-
/* @__PURE__ */
|
|
159
|
+
/* @__PURE__ */ o("stop", { stopColor: "#2173DA" }),
|
|
160
|
+
/* @__PURE__ */ o("stop", { offset: 1, stopColor: "#02B195" })
|
|
185
161
|
]
|
|
186
162
|
}
|
|
187
163
|
),
|
|
188
|
-
/* @__PURE__ */
|
|
164
|
+
/* @__PURE__ */ e(
|
|
189
165
|
"linearGradient",
|
|
190
166
|
{
|
|
191
|
-
id: "
|
|
167
|
+
id: "open_widget_colored_svg__g",
|
|
192
168
|
x1: 6.717,
|
|
193
169
|
x2: 4.94,
|
|
194
170
|
y1: 7.492,
|
|
195
171
|
y2: 10.074,
|
|
196
172
|
gradientUnits: "userSpaceOnUse",
|
|
197
173
|
children: [
|
|
198
|
-
/* @__PURE__ */
|
|
199
|
-
/* @__PURE__ */
|
|
174
|
+
/* @__PURE__ */ o("stop", { stopColor: "#3750FF" }),
|
|
175
|
+
/* @__PURE__ */ o("stop", { offset: 1, stopColor: "#2172D9" })
|
|
200
176
|
]
|
|
201
177
|
}
|
|
202
178
|
),
|
|
203
|
-
/* @__PURE__ */
|
|
179
|
+
/* @__PURE__ */ e(
|
|
204
180
|
"linearGradient",
|
|
205
181
|
{
|
|
206
|
-
id: "
|
|
182
|
+
id: "open_widget_colored_svg__h",
|
|
207
183
|
x1: 11.58,
|
|
208
184
|
x2: 6.294,
|
|
209
185
|
y1: 4.978,
|
|
210
186
|
y2: 4.209,
|
|
211
187
|
gradientUnits: "userSpaceOnUse",
|
|
212
188
|
children: [
|
|
213
|
-
/* @__PURE__ */
|
|
214
|
-
/* @__PURE__ */
|
|
189
|
+
/* @__PURE__ */ o("stop", { stopColor: "#B44ADA" }),
|
|
190
|
+
/* @__PURE__ */ o("stop", { offset: 1, stopColor: "#364FFE" })
|
|
215
191
|
]
|
|
216
192
|
}
|
|
217
193
|
)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("react/jsx-runtime"),s=n=>e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,className:"plug_disconnected_svg__icon plug_disconnected_svg__icon-tabler plug_disconnected_svg__icons-tabler-outline plug_disconnected_svg__icon-tabler-plug-connected-x",viewBox:"0 0 24 24",...n,children:[e.jsx("path",{stroke:"none",d:"M0 0h24v24H0z"}),e.jsx("path",{d:"m20 16-4 4M7 12l5 5-1.5 1.5a3.536 3.536 0 1 1-5-5zM17 12l-5-5 1.5-1.5a3.536 3.536 0 1 1 5 5zM3 21l2.5-2.5M18.5 5.5 21 3M10 11l-2 2M13 14l-2 2M16 16l4 4"})]});module.exports=s;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const t = (n) => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
strokeLinecap: "round",
|
|
9
|
+
strokeLinejoin: "round",
|
|
10
|
+
strokeWidth: 2,
|
|
11
|
+
className: "plug_disconnected_svg__icon plug_disconnected_svg__icon-tabler plug_disconnected_svg__icons-tabler-outline plug_disconnected_svg__icon-tabler-plug-connected-x",
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
...n,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ e("path", { stroke: "none", d: "M0 0h24v24H0z" }),
|
|
16
|
+
/* @__PURE__ */ e("path", { d: "m20 16-4 4M7 12l5 5-1.5 1.5a3.536 3.536 0 1 1-5-5zM17 12l-5-5 1.5-1.5a3.536 3.536 0 1 1 5 5zM3 21l2.5-2.5M18.5 5.5 21 3M10 11l-2 2M13 14l-2 2M16 16l4 4" })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
t as default
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("react/jsx-runtime"),s=l=>e.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...l,children:[e.jsxs("g",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,clipPath:"url(#plug_disconnected_filled_svg__a)",children:[e.jsx("path",{d:"m20 16-4 4"}),e.jsx("path",{fill:"currentcolor",d:"m7 12 5 5-1.5 1.5a3.535 3.535 0 1 1-5-5zM17 12l-5-5 1.5-1.5a3.536 3.536 0 1 1 5 5z"}),e.jsx("path",{d:"m3 21 2.5-2.5M18.5 5.5 21 3M10 11l-2 2M13 14l-2 2M16 16l4 4"})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"plug_disconnected_filled_svg__a",children:e.jsx("path",{fill:"#fff",d:"M0 0h24v24H0z"})})})]});module.exports=s;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as e, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
const t = (d) => /* @__PURE__ */ e(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...d,
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ e(
|
|
11
|
+
"g",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentcolor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
strokeWidth: 2,
|
|
17
|
+
clipPath: "url(#plug_disconnected_filled_svg__a)",
|
|
18
|
+
children: [
|
|
19
|
+
/* @__PURE__ */ l("path", { d: "m20 16-4 4" }),
|
|
20
|
+
/* @__PURE__ */ l(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
fill: "currentcolor",
|
|
24
|
+
d: "m7 12 5 5-1.5 1.5a3.535 3.535 0 1 1-5-5zM17 12l-5-5 1.5-1.5a3.536 3.536 0 1 1 5 5z"
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ l("path", { d: "m3 21 2.5-2.5M18.5 5.5 21 3M10 11l-2 2M13 14l-2 2M16 16l4 4" })
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
),
|
|
31
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "plug_disconnected_filled_svg__a", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
t as default
|
|
37
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const r=require("react/jsx-runtime"),s=e=>r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r.jsx("g",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.75,clipPath:"url(#square_rounded_x_svg__a)",children:r.jsx("path",{d:"m8.334 8.333 3.333 3.334m0-3.334-3.333 3.334M10 2.5c6 0 7.5 1.5 7.5 7.5S16 17.5 10 17.5 2.5 16 2.5 10 4 2.5 10 2.5"})}),r.jsx("defs",{children:r.jsx("clipPath",{id:"square_rounded_x_svg__a",children:r.jsx("path",{fill:"currentcolor",d:"M0 0h20v20H0z"})})})]});module.exports=s;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsxs as o, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const n = (e) => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
8
|
+
...e,
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ r(
|
|
11
|
+
"g",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentcolor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
strokeWidth: 1.75,
|
|
17
|
+
clipPath: "url(#square_rounded_x_svg__a)",
|
|
18
|
+
children: /* @__PURE__ */ r("path", { d: "m8.334 8.333 3.333 3.334m0-3.334-3.333 3.334M10 2.5c6 0 7.5 1.5 7.5 7.5S16 17.5 10 17.5 2.5 16 2.5 10 4 2.5 10 2.5" })
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "square_rounded_x_svg__a", children: /* @__PURE__ */ r("path", { fill: "currentcolor", d: "M0 0h20v20H0z" }) }) })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
export {
|
|
26
|
+
n as default
|
|
27
|
+
};
|