@loomhq/lens 12.12.2 → 12.12.4
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/admin.js +53 -0
- package/dist/cjs/icons/admin.js.map +7 -0
- package/dist/cjs/icons/confluence-inverse.js +76 -0
- package/dist/cjs/icons/confluence-inverse.js.map +7 -0
- package/dist/cjs/icons/confluence-neutral.js +20 -6
- package/dist/cjs/icons/confluence-neutral.js.map +2 -2
- package/dist/cjs/icons/facebook.js +81 -0
- package/dist/cjs/icons/facebook.js.map +7 -0
- package/dist/cjs/icons/index.js +971 -810
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/icons/jira-neutral.js +24 -13
- package/dist/cjs/icons/jira-neutral.js.map +2 -2
- package/dist/cjs/icons/spaces.js +53 -0
- package/dist/cjs/icons/spaces.js.map +7 -0
- package/dist/cjs/icons/trello.js +69 -0
- package/dist/cjs/icons/trello.js.map +7 -0
- package/dist/cjs/icons/x-twitter.js +72 -0
- package/dist/cjs/icons/x-twitter.js.map +7 -0
- package/dist/cjs/index.js +10 -7
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/icons/admin.js +8 -0
- package/dist/esm/icons/admin.js.map +7 -0
- package/dist/esm/icons/chunk-3T4Y3MZ7.js +37 -0
- package/dist/esm/icons/chunk-3T4Y3MZ7.js.map +7 -0
- package/dist/esm/icons/chunk-774PQBBN.js +24 -0
- package/dist/esm/icons/chunk-774PQBBN.js.map +7 -0
- package/dist/esm/icons/chunk-ESRRXLZJ.js +24 -0
- package/dist/esm/icons/chunk-ESRRXLZJ.js.map +7 -0
- package/dist/esm/icons/chunk-HBVUD5LH.js +30 -0
- package/dist/esm/icons/chunk-HBVUD5LH.js.map +7 -0
- package/dist/esm/icons/chunk-JR7FDBMN.js +31 -0
- package/dist/esm/icons/chunk-JR7FDBMN.js.map +7 -0
- package/dist/esm/icons/chunk-JRTGKL53.js +37 -0
- package/dist/esm/icons/chunk-JRTGKL53.js.map +7 -0
- package/dist/esm/icons/chunk-XEMYW3LC.js +37 -0
- package/dist/esm/icons/chunk-XEMYW3LC.js.map +7 -0
- package/dist/esm/icons/chunk-YZBANLJ6.js +40 -0
- package/dist/esm/icons/chunk-YZBANLJ6.js.map +7 -0
- package/dist/esm/icons/confluence-inverse.js +8 -0
- package/dist/esm/icons/confluence-inverse.js.map +7 -0
- package/dist/esm/icons/confluence-neutral.js +1 -1
- package/dist/esm/icons/facebook.js +8 -0
- package/dist/esm/icons/facebook.js.map +7 -0
- package/dist/esm/icons/index.js +243 -219
- package/dist/esm/icons/jira-neutral.js +1 -1
- package/dist/esm/icons/spaces.js +8 -0
- package/dist/esm/icons/spaces.js.map +7 -0
- package/dist/esm/icons/trello.js +8 -0
- package/dist/esm/icons/trello.js.map +7 -0
- package/dist/esm/icons/x-twitter.js +8 -0
- package/dist/esm/icons/x-twitter.js.map +7 -0
- package/dist/esm/index.js +10 -7
- package/dist/esm/index.js.map +2 -2
- package/dist/types/icons/admin.d.ts +3 -0
- package/dist/types/icons/admin.d.ts.map +1 -0
- package/dist/types/icons/confluence-inverse.d.ts +3 -0
- package/dist/types/icons/confluence-inverse.d.ts.map +1 -0
- package/dist/types/icons/confluence-neutral.d.ts.map +1 -1
- package/dist/types/icons/facebook.d.ts +3 -0
- package/dist/types/icons/facebook.d.ts.map +1 -0
- package/dist/types/icons/index.d.ts +6 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/icons/jira-neutral.d.ts.map +1 -1
- package/dist/types/icons/spaces.d.ts +3 -0
- package/dist/types/icons/spaces.d.ts.map +1 -0
- package/dist/types/icons/trello.d.ts +3 -0
- package/dist/types/icons/trello.d.ts.map +1 -0
- package/dist/types/icons/x-twitter.d.ts +3 -0
- package/dist/types/icons/x-twitter.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/admin.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/admin.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/confluence-inverse.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/confluence-inverse.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/confluence-neutral.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/facebook.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/facebook.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts +6 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/jira-neutral.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/spaces.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/spaces.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/trello.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/trello.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/x-twitter.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/x-twitter.d.ts.map +1 -0
- package/dist/types/src/components/icon-button/icon-button.d.ts +4 -0
- package/dist/types/src/components/icon-button/icon-button.d.ts.map +1 -1
- package/dist/types/src/components/modal/modal.d.ts.map +1 -1
- package/dist/types/src/components/toast/toast.d.ts +1 -1
- package/dist/types/src/components/toast/toast.d.ts.map +1 -1
- package/package.json +6 -6
- package/dist/esm/icons/chunk-2J7646L6.js +0 -26
- package/dist/esm/icons/chunk-2J7646L6.js.map +0 -7
- package/dist/esm/icons/chunk-3XM7NCIA.js +0 -33
- package/dist/esm/icons/chunk-3XM7NCIA.js.map +0 -7
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/components/icon/available-icons/admin.tsx
|
|
30
|
+
var admin_exports = {};
|
|
31
|
+
__export(admin_exports, {
|
|
32
|
+
SvgAdmin: () => SvgAdmin
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(admin_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
function SvgAdmin() {
|
|
37
|
+
return /* @__PURE__ */ React.createElement("span", { "aria-hidden": true, "data-testid": "ads-refreshed-icon" }, /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24" }, /* @__PURE__ */ React.createElement(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
d: "M0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z",
|
|
41
|
+
fill: "#DDDEE1"
|
|
42
|
+
}
|
|
43
|
+
), /* @__PURE__ */ React.createElement(
|
|
44
|
+
"path",
|
|
45
|
+
{
|
|
46
|
+
fillRule: "evenodd",
|
|
47
|
+
clipRule: "evenodd",
|
|
48
|
+
d: "M10.3897 4.82007H13.5803L14.5841 7.49698L17.4046 7.02783L19 9.79101L17.1833 11.9992L18.9996 14.207L17.4043 16.9702L14.5841 16.5011L13.5803 19.178H10.3897L9.38575 16.5009L6.56566 16.97L4.97033 14.2068L6.78646 11.9992L4.96997 9.79126L6.56529 7.02808L9.38573 7.49723L10.3897 4.82007ZM11.9852 14.6911C13.472 14.6911 14.6773 13.4858 14.6773 11.999C14.6773 10.5122 13.472 9.30691 11.9852 9.30691C10.4984 9.30691 9.29307 10.5122 9.29307 11.999C9.29307 13.4858 10.4984 14.6911 11.9852 14.6911Z",
|
|
49
|
+
fill: "#101214"
|
|
50
|
+
}
|
|
51
|
+
)));
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=admin.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/admin.tsx"],
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\n\nexport function SvgAdmin() {\n return (\n <span aria-hidden={true} data-testid=\"ads-refreshed-icon\">\n <svg viewBox=\"0 0 24 24\">\n <path\n d=\"M0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z\"\n fill=\"#DDDEE1\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.3897 4.82007H13.5803L14.5841 7.49698L17.4046 7.02783L19 9.79101L17.1833 11.9992L18.9996 14.207L17.4043 16.9702L14.5841 16.5011L13.5803 19.178H10.3897L9.38575 16.5009L6.56566 16.97L4.97033 14.2068L6.78646 11.9992L4.96997 9.79126L6.56529 7.02808L9.38573 7.49723L10.3897 4.82007ZM11.9852 14.6911C13.472 14.6911 14.6773 13.4858 14.6773 11.999C14.6773 10.5122 13.472 9.30691 11.9852 9.30691C10.4984 9.30691 9.29307 10.5122 9.29307 11.999C9.29307 13.4858 10.4984 14.6911 11.9852 14.6911Z\"\n fill=\"#101214\"\n />\n </svg>\n </span>\n );\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AAEhB,SAAS,WAAW;AACzB,SACE,oCAAC,UAAK,eAAa,MAAM,eAAY,wBACnC,oCAAC,SAAI,SAAQ,eACX;AAAA,IAAC;AAAA;AAAA,MACC,GAAE;AAAA,MACF,MAAK;AAAA;AAAA,EACP,GACA;AAAA,IAAC;AAAA;AAAA,MACC,UAAS;AAAA,MACT,UAAS;AAAA,MACT,GAAE;AAAA,MACF,MAAK;AAAA;AAAA,EACP,CACF,CACF;AAEJ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
9
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
10
|
+
var __spreadValues = (a, b) => {
|
|
11
|
+
for (var prop in b || (b = {}))
|
|
12
|
+
if (__hasOwnProp.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
if (__getOwnPropSymbols)
|
|
15
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
16
|
+
if (__propIsEnum.call(b, prop))
|
|
17
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18
|
+
}
|
|
19
|
+
return a;
|
|
20
|
+
};
|
|
21
|
+
var __export = (target, all) => {
|
|
22
|
+
for (var name in all)
|
|
23
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
24
|
+
};
|
|
25
|
+
var __copyProps = (to, from, except, desc) => {
|
|
26
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
27
|
+
for (let key of __getOwnPropNames(from))
|
|
28
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
29
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
30
|
+
}
|
|
31
|
+
return to;
|
|
32
|
+
};
|
|
33
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
34
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
35
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
36
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
37
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
38
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
39
|
+
mod
|
|
40
|
+
));
|
|
41
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
42
|
+
|
|
43
|
+
// src/components/icon/available-icons/confluence-inverse.tsx
|
|
44
|
+
var confluence_inverse_exports = {};
|
|
45
|
+
__export(confluence_inverse_exports, {
|
|
46
|
+
SvgConfluenceInverse: () => SvgConfluenceInverse
|
|
47
|
+
});
|
|
48
|
+
module.exports = __toCommonJS(confluence_inverse_exports);
|
|
49
|
+
var React = __toESM(require("react"));
|
|
50
|
+
function SvgConfluenceInverse(props) {
|
|
51
|
+
return /* @__PURE__ */ React.createElement(
|
|
52
|
+
"svg",
|
|
53
|
+
__spreadValues({
|
|
54
|
+
width: "24",
|
|
55
|
+
height: "24",
|
|
56
|
+
viewBox: "0 0 24 24",
|
|
57
|
+
fill: "none",
|
|
58
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
59
|
+
}, props),
|
|
60
|
+
/* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_21093_3749)" }, /* @__PURE__ */ React.createElement(
|
|
61
|
+
"path",
|
|
62
|
+
{
|
|
63
|
+
d: "M0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z",
|
|
64
|
+
fill: "white"
|
|
65
|
+
}
|
|
66
|
+
), /* @__PURE__ */ React.createElement(
|
|
67
|
+
"path",
|
|
68
|
+
{
|
|
69
|
+
d: "M17.8878 14.4612C13.8491 12.5084 12.6693 12.2166 10.9676 12.2166C8.97098 12.2166 7.2693 13.0471 5.74913 15.3815L5.49955 15.7631C5.29535 16.0773 5.24997 16.1896 5.24997 16.3242C5.24997 16.4589 5.31804 16.5712 5.56762 16.7283L8.13148 18.322C8.26762 18.4117 8.38106 18.4566 8.49451 18.4566C8.63064 18.4566 8.7214 18.3893 8.85753 18.1873L9.26594 17.5588C9.90123 16.5936 10.4685 16.2794 11.1945 16.2794C11.8298 16.2794 12.5785 16.4589 13.5088 16.9078L16.1861 18.1648C16.4584 18.2995 16.7533 18.2322 16.8895 17.9179L18.1601 15.1346C18.2962 14.8203 18.2054 14.6183 17.8878 14.4612ZM6.11215 9.54548C10.1508 11.4983 11.3306 11.7901 13.0323 11.7901C15.029 11.7901 16.7306 10.9596 18.2508 8.62518L18.5004 8.2436C18.7046 7.92935 18.75 7.81712 18.75 7.68244C18.75 7.54776 18.6819 7.43553 18.4323 7.27841L15.8685 5.68473C15.7323 5.59494 15.6189 5.55005 15.5054 5.55005C15.3693 5.55005 15.2785 5.61739 15.1424 5.8194L14.734 6.4479C14.0987 7.41309 13.5315 7.72733 12.8054 7.72733C12.1701 7.72733 11.4214 7.54776 10.4911 7.09884L7.81384 5.84185C7.54157 5.70717 7.24661 5.77451 7.11047 6.08876L5.83989 8.87209C5.70375 9.18634 5.79451 9.38836 6.11215 9.54548Z",
|
|
70
|
+
fill: "#292A2E"
|
|
71
|
+
}
|
|
72
|
+
)),
|
|
73
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", { id: "clip0_21093_3749" }, /* @__PURE__ */ React.createElement("rect", { width: "24", height: "24", fill: "white" })))
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
//# sourceMappingURL=confluence-inverse.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/confluence-inverse.tsx"],
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\n\nexport function SvgConfluenceInverse(props: any) {\n return (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g clipPath=\"url(#clip0_21093_3749)\">\n <path\n d=\"M0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z\"\n fill=\"white\"\n />\n <path\n d=\"M17.8878 14.4612C13.8491 12.5084 12.6693 12.2166 10.9676 12.2166C8.97098 12.2166 7.2693 13.0471 5.74913 15.3815L5.49955 15.7631C5.29535 16.0773 5.24997 16.1896 5.24997 16.3242C5.24997 16.4589 5.31804 16.5712 5.56762 16.7283L8.13148 18.322C8.26762 18.4117 8.38106 18.4566 8.49451 18.4566C8.63064 18.4566 8.7214 18.3893 8.85753 18.1873L9.26594 17.5588C9.90123 16.5936 10.4685 16.2794 11.1945 16.2794C11.8298 16.2794 12.5785 16.4589 13.5088 16.9078L16.1861 18.1648C16.4584 18.2995 16.7533 18.2322 16.8895 17.9179L18.1601 15.1346C18.2962 14.8203 18.2054 14.6183 17.8878 14.4612ZM6.11215 9.54548C10.1508 11.4983 11.3306 11.7901 13.0323 11.7901C15.029 11.7901 16.7306 10.9596 18.2508 8.62518L18.5004 8.2436C18.7046 7.92935 18.75 7.81712 18.75 7.68244C18.75 7.54776 18.6819 7.43553 18.4323 7.27841L15.8685 5.68473C15.7323 5.59494 15.6189 5.55005 15.5054 5.55005C15.3693 5.55005 15.2785 5.61739 15.1424 5.8194L14.734 6.4479C14.0987 7.41309 13.5315 7.72733 12.8054 7.72733C12.1701 7.72733 11.4214 7.54776 10.4911 7.09884L7.81384 5.84185C7.54157 5.70717 7.24661 5.77451 7.11047 6.08876L5.83989 8.87209C5.70375 9.18634 5.79451 9.38836 6.11215 9.54548Z\"\n fill=\"#292A2E\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_21093_3749\">\n <rect width=\"24\" height=\"24\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n );\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AAEhB,SAAS,qBAAqB,OAAY;AAC/C,SACE;AAAA,IAAC;AAAA;AAAA,MACC,OAAM;AAAA,MACN,QAAO;AAAA,MACP,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,OACF;AAAA,IAEJ,oCAAC,OAAE,UAAS,4BACV;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA;AAAA,IACP,GACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA;AAAA,IACP,CACF;AAAA,IACA,oCAAC,cACC,oCAAC,cAAS,IAAG,sBACX,oCAAC,UAAK,OAAM,MAAK,QAAO,MAAK,MAAK,SAAQ,CAC5C,CACF;AAAA,EACF;AAEJ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -2,8 +2,22 @@ var __create = Object.create;
|
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
6
|
var __getProtoOf = Object.getPrototypeOf;
|
|
6
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
9
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
10
|
+
var __spreadValues = (a, b) => {
|
|
11
|
+
for (var prop in b || (b = {}))
|
|
12
|
+
if (__hasOwnProp.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
if (__getOwnPropSymbols)
|
|
15
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
16
|
+
if (__propIsEnum.call(b, prop))
|
|
17
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18
|
+
}
|
|
19
|
+
return a;
|
|
20
|
+
};
|
|
7
21
|
var __export = (target, all) => {
|
|
8
22
|
for (var name in all)
|
|
9
23
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
@@ -36,27 +50,27 @@ var React = __toESM(require("react"));
|
|
|
36
50
|
function SvgConfluenceNeutral(props) {
|
|
37
51
|
return /* @__PURE__ */ React.createElement(
|
|
38
52
|
"svg",
|
|
39
|
-
{
|
|
53
|
+
__spreadValues({
|
|
40
54
|
width: "24",
|
|
41
55
|
height: "24",
|
|
42
56
|
viewBox: "0 0 24 24",
|
|
43
57
|
fill: "none",
|
|
44
58
|
xmlns: "http://www.w3.org/2000/svg"
|
|
45
|
-
},
|
|
59
|
+
}, props),
|
|
46
60
|
/* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_11636_9715)" }, /* @__PURE__ */ React.createElement(
|
|
47
61
|
"path",
|
|
48
62
|
{
|
|
49
63
|
d: "M0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z",
|
|
50
|
-
fill: "
|
|
64
|
+
fill: "white"
|
|
51
65
|
}
|
|
52
66
|
), /* @__PURE__ */ React.createElement(
|
|
53
67
|
"path",
|
|
54
68
|
{
|
|
55
|
-
d: "M17.8878 14.
|
|
56
|
-
fill: "#
|
|
69
|
+
d: "M17.8878 14.3803C13.8492 12.4452 12.6693 12.1561 10.9676 12.1561C8.97101 12.1561 7.26933 12.9791 5.74916 15.2923L5.49958 15.6704C5.29538 15.9818 5.25 16.093 5.25 16.2265C5.25 16.3599 5.31807 16.4711 5.56765 16.6268L8.13151 18.2061C8.26765 18.295 8.38109 18.3395 8.49454 18.3395C8.63067 18.3395 8.72143 18.2728 8.85756 18.0726L9.26597 17.4498C9.90126 16.4934 10.4685 16.182 11.1945 16.182C11.8298 16.182 12.5786 16.3599 13.5088 16.8048L16.1861 18.0504C16.4584 18.1838 16.7534 18.1171 16.8895 17.8057L18.1601 15.0476C18.2962 14.7362 18.2055 14.536 17.8878 14.3803ZM6.11219 9.50922C10.1508 11.4443 11.3307 11.7335 13.0324 11.7335C15.029 11.7335 16.7307 10.9105 18.2508 8.59728L18.5004 8.21916C18.7046 7.90776 18.75 7.79655 18.75 7.66309C18.75 7.52964 18.6819 7.41842 18.4324 7.26273L15.8685 5.6835C15.7324 5.59453 15.6189 5.55005 15.5055 5.55005C15.3693 5.55005 15.2786 5.61678 15.1424 5.81696L14.734 6.43975C14.0987 7.39618 13.5315 7.70758 12.8055 7.70758C12.1702 7.70758 11.4214 7.52964 10.4912 7.08479L7.81387 5.8392C7.5416 5.70575 7.24664 5.77247 7.1105 6.08387L5.83992 8.84195C5.70378 9.15334 5.79454 9.35353 6.11219 9.50922Z",
|
|
70
|
+
fill: "#1868DB"
|
|
57
71
|
}
|
|
58
72
|
)),
|
|
59
|
-
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", { id: "clip0_11636_9715" }, /* @__PURE__ */ React.createElement("rect", { width: "24", height: "24", fill: "
|
|
73
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", { id: "clip0_11636_9715" }, /* @__PURE__ */ React.createElement("rect", { width: "24", height: "24", fill: "white" })))
|
|
60
74
|
);
|
|
61
75
|
}
|
|
62
76
|
//# sourceMappingURL=confluence-neutral.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/components/icon/available-icons/confluence-neutral.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\n\nexport function SvgConfluenceNeutral(props: any) {\n return (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <g clipPath=\"url(#clip0_11636_9715)\">\n <path\n d=\"M0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z\"\n fill=\"
|
|
5
|
-
"mappings": "
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\n\nexport function SvgConfluenceNeutral(props: any) {\n return (\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <g clipPath=\"url(#clip0_11636_9715)\">\n <path\n d=\"M0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z\"\n fill=\"white\"\n />\n <path\n d=\"M17.8878 14.3803C13.8492 12.4452 12.6693 12.1561 10.9676 12.1561C8.97101 12.1561 7.26933 12.9791 5.74916 15.2923L5.49958 15.6704C5.29538 15.9818 5.25 16.093 5.25 16.2265C5.25 16.3599 5.31807 16.4711 5.56765 16.6268L8.13151 18.2061C8.26765 18.295 8.38109 18.3395 8.49454 18.3395C8.63067 18.3395 8.72143 18.2728 8.85756 18.0726L9.26597 17.4498C9.90126 16.4934 10.4685 16.182 11.1945 16.182C11.8298 16.182 12.5786 16.3599 13.5088 16.8048L16.1861 18.0504C16.4584 18.1838 16.7534 18.1171 16.8895 17.8057L18.1601 15.0476C18.2962 14.7362 18.2055 14.536 17.8878 14.3803ZM6.11219 9.50922C10.1508 11.4443 11.3307 11.7335 13.0324 11.7335C15.029 11.7335 16.7307 10.9105 18.2508 8.59728L18.5004 8.21916C18.7046 7.90776 18.75 7.79655 18.75 7.66309C18.75 7.52964 18.6819 7.41842 18.4324 7.26273L15.8685 5.6835C15.7324 5.59453 15.6189 5.55005 15.5055 5.55005C15.3693 5.55005 15.2786 5.61678 15.1424 5.81696L14.734 6.43975C14.0987 7.39618 13.5315 7.70758 12.8055 7.70758C12.1702 7.70758 11.4214 7.52964 10.4912 7.08479L7.81387 5.8392C7.5416 5.70575 7.24664 5.77247 7.1105 6.08387L5.83992 8.84195C5.70378 9.15334 5.79454 9.35353 6.11219 9.50922Z\"\n fill=\"#1868DB\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_11636_9715\">\n <rect width=\"24\" height=\"24\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n );\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AAEhB,SAAS,qBAAqB,OAAY;AAC/C,SACE;AAAA,IAAC;AAAA;AAAA,MACC,OAAM;AAAA,MACN,QAAO;AAAA,MACP,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,OACF;AAAA,IAEJ,oCAAC,OAAE,UAAS,4BACV;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA;AAAA,IACP,GACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA;AAAA,IACP,CACF;AAAA,IACA,oCAAC,cACC,oCAAC,cAAS,IAAG,sBACX,oCAAC,UAAK,OAAM,MAAK,QAAO,MAAK,MAAK,SAAQ,CAC5C,CACF;AAAA,EACF;AAEJ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __defProps = Object.defineProperties;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
8
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
9
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
10
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
11
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
12
|
+
var __spreadValues = (a, b) => {
|
|
13
|
+
for (var prop in b || (b = {}))
|
|
14
|
+
if (__hasOwnProp.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
if (__getOwnPropSymbols)
|
|
17
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
18
|
+
if (__propIsEnum.call(b, prop))
|
|
19
|
+
__defNormalProp(a, prop, b[prop]);
|
|
20
|
+
}
|
|
21
|
+
return a;
|
|
22
|
+
};
|
|
23
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
24
|
+
var __export = (target, all) => {
|
|
25
|
+
for (var name in all)
|
|
26
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
27
|
+
};
|
|
28
|
+
var __copyProps = (to, from, except, desc) => {
|
|
29
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
30
|
+
for (let key of __getOwnPropNames(from))
|
|
31
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
32
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
33
|
+
}
|
|
34
|
+
return to;
|
|
35
|
+
};
|
|
36
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
37
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
38
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
39
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
40
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
41
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
42
|
+
mod
|
|
43
|
+
));
|
|
44
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
45
|
+
|
|
46
|
+
// src/components/icon/available-icons/facebook.tsx
|
|
47
|
+
var facebook_exports = {};
|
|
48
|
+
__export(facebook_exports, {
|
|
49
|
+
SvgFacebook: () => SvgFacebook
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(facebook_exports);
|
|
52
|
+
var React = __toESM(require("react"));
|
|
53
|
+
function SvgFacebook(props) {
|
|
54
|
+
return /* @__PURE__ */ React.createElement(
|
|
55
|
+
"svg",
|
|
56
|
+
__spreadProps(__spreadValues({}, props), {
|
|
57
|
+
viewBox: "0 0 24 24",
|
|
58
|
+
fill: "none",
|
|
59
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
60
|
+
}),
|
|
61
|
+
/* @__PURE__ */ React.createElement(
|
|
62
|
+
"path",
|
|
63
|
+
{
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M24 12C24 5.37264 18.6274 0 12 0C5.37264 0 0 5.37264 0 12C0 17.6275 3.87456 22.3498 9.10128 23.6467V15.6672H6.62688V12H9.10128V10.4198C9.10128 6.33552 10.9498 4.4424 14.9597 4.4424C15.72 4.4424 17.0318 4.59168 17.5685 4.74048V8.06448C17.2853 8.03472 16.7933 8.01984 16.1822 8.01984C14.2147 8.01984 13.4544 8.76528 13.4544 10.703V12H17.3741L16.7006 15.6672H13.4544V23.9122C19.3963 23.1946 24.0005 18.1354 24.0005 12H24Z",
|
|
67
|
+
fill: "#0866FF"
|
|
68
|
+
}
|
|
69
|
+
),
|
|
70
|
+
/* @__PURE__ */ React.createElement(
|
|
71
|
+
"path",
|
|
72
|
+
{
|
|
73
|
+
fillRule: "evenodd",
|
|
74
|
+
clipRule: "evenodd",
|
|
75
|
+
d: "M16.7001 15.6672L17.3735 12H13.4539V10.703C13.4539 8.76526 14.2142 8.01982 16.1817 8.01982C16.7927 8.01982 17.2847 8.0347 17.5679 8.06446V4.74046C17.0313 4.59118 15.7195 4.44238 14.9591 4.44238C10.9492 4.44238 9.10074 6.3355 9.10074 10.4198V12H6.62634V15.6672H9.10074V23.6467C10.0291 23.8771 11.0001 24 11.9995 24C12.4915 24 12.9767 23.9697 13.4534 23.9121V15.6672H16.6996H16.7001Z",
|
|
76
|
+
fill: "white"
|
|
77
|
+
}
|
|
78
|
+
)
|
|
79
|
+
);
|
|
80
|
+
}
|
|
81
|
+
//# sourceMappingURL=facebook.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/facebook.tsx"],
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\n\nexport function SvgFacebook(props: any) {\n return (\n <svg\n {...props}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M24 12C24 5.37264 18.6274 0 12 0C5.37264 0 0 5.37264 0 12C0 17.6275 3.87456 22.3498 9.10128 23.6467V15.6672H6.62688V12H9.10128V10.4198C9.10128 6.33552 10.9498 4.4424 14.9597 4.4424C15.72 4.4424 17.0318 4.59168 17.5685 4.74048V8.06448C17.2853 8.03472 16.7933 8.01984 16.1822 8.01984C14.2147 8.01984 13.4544 8.76528 13.4544 10.703V12H17.3741L16.7006 15.6672H13.4544V23.9122C19.3963 23.1946 24.0005 18.1354 24.0005 12H24Z\"\n fill=\"#0866FF\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.7001 15.6672L17.3735 12H13.4539V10.703C13.4539 8.76526 14.2142 8.01982 16.1817 8.01982C16.7927 8.01982 17.2847 8.0347 17.5679 8.06446V4.74046C17.0313 4.59118 15.7195 4.44238 14.9591 4.44238C10.9492 4.44238 9.10074 6.3355 9.10074 10.4198V12H6.62634V15.6672H9.10074V23.6467C10.0291 23.8771 11.0001 24 11.9995 24C12.4915 24 12.9767 23.9697 13.4534 23.9121V15.6672H16.6996H16.7001Z\"\n fill=\"white\"\n />\n </svg>\n );\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AAEhB,SAAS,YAAY,OAAY;AACtC,SACE;AAAA,IAAC;AAAA,qCACK,QADL;AAAA,MAEC,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA;AAAA,IAEN;AAAA,MAAC;AAAA;AAAA,QACC,UAAS;AAAA,QACT,UAAS;AAAA,QACT,GAAE;AAAA,QACF,MAAK;AAAA;AAAA,IACP;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,UAAS;AAAA,QACT,UAAS;AAAA,QACT,GAAE;AAAA,QACF,MAAK;AAAA;AAAA,IACP;AAAA,EACF;AAEJ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|