@loomhq/lens 12.15.1 → 12.17.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/cjs/icons/index.js +411 -403
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/icons/microsoft-teams-tile.js +195 -0
- package/dist/cjs/icons/microsoft-teams-tile.js.map +7 -0
- package/dist/cjs/icons/playlist-add.js +51 -0
- package/dist/cjs/icons/playlist-add.js.map +7 -0
- package/dist/cjs/icons/playlist-added.js +51 -0
- package/dist/cjs/icons/playlist-added.js.map +7 -0
- package/dist/esm/icons/chunk-EEZ4O3R6.js +11 -0
- package/dist/esm/icons/chunk-EEZ4O3R6.js.map +7 -0
- package/dist/esm/icons/index.js +106 -102
- package/dist/esm/icons/lock-unlocked.js +3 -7
- package/dist/esm/icons/lock-unlocked.js.map +3 -3
- package/dist/esm/icons/microsoft-teams-tile.js +155 -0
- package/dist/esm/icons/microsoft-teams-tile.js.map +7 -0
- package/dist/esm/icons/playlist-add.js +23 -0
- package/dist/esm/icons/playlist-add.js.map +7 -0
- package/dist/esm/icons/playlist-added.js +23 -0
- package/dist/esm/icons/playlist-added.js.map +7 -0
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/icons/microsoft-teams-tile.d.ts +3 -0
- package/dist/types/icons/microsoft-teams-tile.d.ts.map +1 -0
- package/dist/types/icons/playlist-add.d.ts +3 -0
- package/dist/types/icons/playlist-add.d.ts.map +1 -0
- package/dist/types/icons/playlist-added.d.ts +3 -0
- package/dist/types/icons/playlist-added.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts +1 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/microsoft-teams-tile.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/microsoft-teams-tile.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/playlist-add.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/playlist-add.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/playlist-added.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/playlist-added.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1,195 @@
|
|
|
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/microsoft-teams-tile.tsx
|
|
44
|
+
var microsoft_teams_tile_exports = {};
|
|
45
|
+
__export(microsoft_teams_tile_exports, {
|
|
46
|
+
SvgMicrosoftTeamsTile: () => SvgMicrosoftTeamsTile
|
|
47
|
+
});
|
|
48
|
+
module.exports = __toCommonJS(microsoft_teams_tile_exports);
|
|
49
|
+
var React = __toESM(require("react"));
|
|
50
|
+
function SvgMicrosoftTeamsTile(props) {
|
|
51
|
+
return /* @__PURE__ */ React.createElement(
|
|
52
|
+
"svg",
|
|
53
|
+
__spreadValues({
|
|
54
|
+
width: "64",
|
|
55
|
+
height: "64",
|
|
56
|
+
viewBox: "0 0 64 64",
|
|
57
|
+
fill: "none",
|
|
58
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
59
|
+
}, props),
|
|
60
|
+
/* @__PURE__ */ React.createElement("rect", { width: "64", height: "64", rx: "12", fill: "white" }),
|
|
61
|
+
/* @__PURE__ */ React.createElement(
|
|
62
|
+
"rect",
|
|
63
|
+
{
|
|
64
|
+
x: "0.5",
|
|
65
|
+
y: "0.5",
|
|
66
|
+
width: "63",
|
|
67
|
+
height: "63",
|
|
68
|
+
rx: "11.5",
|
|
69
|
+
stroke: "#0B1228",
|
|
70
|
+
strokeOpacity: "0.14"
|
|
71
|
+
}
|
|
72
|
+
),
|
|
73
|
+
/* @__PURE__ */ React.createElement(
|
|
74
|
+
"path",
|
|
75
|
+
{
|
|
76
|
+
d: "M38.5836 28.124H47.1937C48.0072 28.124 48.6666 28.7834 48.6666 29.5969V37.4395C48.6666 40.4291 46.243 42.8527 43.2534 42.8527H43.2278C40.2382 42.8531 37.8143 40.4299 37.8139 37.4403V28.8938C37.8139 28.4686 38.1585 28.124 38.5836 28.124Z",
|
|
77
|
+
fill: "#5059C9"
|
|
78
|
+
}
|
|
79
|
+
),
|
|
80
|
+
/* @__PURE__ */ React.createElement(
|
|
81
|
+
"path",
|
|
82
|
+
{
|
|
83
|
+
d: "M44.403 26.5736C46.3296 26.5736 47.8914 25.0118 47.8914 23.0852C47.8914 21.1587 46.3296 19.5969 44.403 19.5969C42.4764 19.5969 40.9147 21.1587 40.9147 23.0852C40.9147 25.0118 42.4764 26.5736 44.403 26.5736Z",
|
|
84
|
+
fill: "#5059C9"
|
|
85
|
+
}
|
|
86
|
+
),
|
|
87
|
+
/* @__PURE__ */ React.createElement(
|
|
88
|
+
"path",
|
|
89
|
+
{
|
|
90
|
+
d: "M33.5503 26.5736C36.3331 26.5736 38.5891 24.3177 38.5891 21.5349C38.5891 18.752 36.3331 16.4961 33.5503 16.4961C30.7675 16.4961 28.5115 18.752 28.5115 21.5349C28.5115 24.3177 30.7675 26.5736 33.5503 26.5736Z",
|
|
91
|
+
fill: "#7B83EB"
|
|
92
|
+
}
|
|
93
|
+
),
|
|
94
|
+
/* @__PURE__ */ React.createElement(
|
|
95
|
+
"path",
|
|
96
|
+
{
|
|
97
|
+
d: "M40.2689 28.124H26.0565C25.2527 28.1439 24.6169 28.8109 24.6356 29.6147V38.5597C24.5233 43.3831 28.3394 47.3858 33.1627 47.5039C37.986 47.3858 41.8021 43.3831 41.6899 38.5597V29.6147C41.7085 28.8109 41.0727 28.1439 40.2689 28.124Z",
|
|
98
|
+
fill: "#7B83EB"
|
|
99
|
+
}
|
|
100
|
+
),
|
|
101
|
+
/* @__PURE__ */ React.createElement(
|
|
102
|
+
"path",
|
|
103
|
+
{
|
|
104
|
+
d: "M33.9379 28.124V40.6589C33.934 41.2337 33.5857 41.7501 33.0542 41.969C32.8849 42.0406 32.7031 42.0774 32.5193 42.0775H25.3177C25.217 41.8217 25.124 41.5659 25.0464 41.3023C24.7751 40.4128 24.6366 39.4897 24.6356 38.5597L24.6356 29.6124C24.6169 28.8099 25.2517 28.1439 26.0542 28.124H33.9379Z",
|
|
105
|
+
fill: "black",
|
|
106
|
+
fillOpacity: "0.33"
|
|
107
|
+
}
|
|
108
|
+
),
|
|
109
|
+
/* @__PURE__ */ React.createElement(
|
|
110
|
+
"path",
|
|
111
|
+
{
|
|
112
|
+
d: "M33.1627 28.124V41.4341C33.1627 41.6178 33.1258 41.7997 33.0542 41.969C32.8353 42.5005 32.3189 42.8488 31.7441 42.8527H25.6821C25.5503 42.5969 25.4263 42.3411 25.3177 42.0775C25.2092 41.8139 25.124 41.5659 25.0464 41.3023C24.7751 40.4128 24.6366 39.4897 24.6356 38.5597L24.6356 29.6124C24.6169 28.8099 25.2517 28.1439 26.0542 28.124H33.1627Z",
|
|
113
|
+
fill: "black",
|
|
114
|
+
fillOpacity: "0.33"
|
|
115
|
+
}
|
|
116
|
+
),
|
|
117
|
+
/* @__PURE__ */ React.createElement(
|
|
118
|
+
"path",
|
|
119
|
+
{
|
|
120
|
+
d: "M33.1627 28.124V39.8837C33.1568 40.6647 32.5251 41.2964 31.7441 41.3023L25.0464 41.3023C24.7751 40.4128 24.6366 39.4897 24.6356 38.5597L24.6356 29.6124C24.6169 28.8099 25.2517 28.1439 26.0542 28.124H33.1627Z",
|
|
121
|
+
fill: "black",
|
|
122
|
+
fillOpacity: "0.33"
|
|
123
|
+
}
|
|
124
|
+
),
|
|
125
|
+
/* @__PURE__ */ React.createElement(
|
|
126
|
+
"path",
|
|
127
|
+
{
|
|
128
|
+
d: "M32.3875 28.124V39.8837C32.3816 40.6647 31.7499 41.2964 30.9689 41.3023L25.0464 41.3023C24.7751 40.4128 24.6366 39.4897 24.6356 38.5597L24.6356 29.6124C24.6169 28.8099 25.2517 28.1439 26.0542 28.124H32.3875Z",
|
|
129
|
+
fill: "black",
|
|
130
|
+
fillOpacity: "0.33"
|
|
131
|
+
}
|
|
132
|
+
),
|
|
133
|
+
/* @__PURE__ */ React.createElement(
|
|
134
|
+
"path",
|
|
135
|
+
{
|
|
136
|
+
d: "M33.9379 24.1163V26.5581C33.8061 26.5659 33.6821 26.5736 33.5503 26.5736C33.4185 26.5736 33.2945 26.5659 33.1627 26.5581C32.901 26.5408 32.6415 26.4992 32.3875 26.4341C30.8177 26.0623 29.5209 24.9614 28.8991 23.4729C28.7922 23.2229 28.7091 22.9633 28.6511 22.6977H32.5193C33.3015 22.7006 33.9349 23.334 33.9379 24.1163Z",
|
|
137
|
+
fill: "black",
|
|
138
|
+
fillOpacity: "0.33"
|
|
139
|
+
}
|
|
140
|
+
),
|
|
141
|
+
/* @__PURE__ */ React.createElement(
|
|
142
|
+
"path",
|
|
143
|
+
{
|
|
144
|
+
d: "M33.1627 24.8914L33.1627 26.5581C32.901 26.5408 32.6415 26.4992 32.3875 26.4341C30.8177 26.0623 29.5209 24.9614 28.8991 23.4729H31.7441C32.5263 23.4758 33.1597 24.1092 33.1627 24.8914Z",
|
|
145
|
+
fill: "black",
|
|
146
|
+
fillOpacity: "0.33"
|
|
147
|
+
}
|
|
148
|
+
),
|
|
149
|
+
/* @__PURE__ */ React.createElement(
|
|
150
|
+
"path",
|
|
151
|
+
{
|
|
152
|
+
d: "M33.1627 24.8914L33.1627 26.5581C32.901 26.5408 32.6415 26.4992 32.3875 26.4341C30.8177 26.0623 29.5209 24.9614 28.8991 23.4729H31.7441C32.5263 23.4758 33.1597 24.1092 33.1627 24.8914Z",
|
|
153
|
+
fill: "black",
|
|
154
|
+
fillOpacity: "0.33"
|
|
155
|
+
}
|
|
156
|
+
),
|
|
157
|
+
/* @__PURE__ */ React.createElement(
|
|
158
|
+
"path",
|
|
159
|
+
{
|
|
160
|
+
d: "M32.3875 24.8914V26.4341C30.8177 26.0623 29.5209 24.9614 28.8991 23.4729L30.9689 23.4728C31.7512 23.4758 32.3845 24.1092 32.3875 24.8914Z",
|
|
161
|
+
fill: "black",
|
|
162
|
+
fillOpacity: "0.33"
|
|
163
|
+
}
|
|
164
|
+
),
|
|
165
|
+
/* @__PURE__ */ React.createElement(
|
|
166
|
+
"path",
|
|
167
|
+
{
|
|
168
|
+
d: "M16.7542 23.4728H30.9666C31.7513 23.4728 32.3875 24.109 32.3875 24.8938V39.1062C32.3875 39.8909 31.7513 40.5271 30.9666 40.5271H16.7542C15.9694 40.5271 15.3333 39.8909 15.3333 39.1062V24.8938C15.3333 24.109 15.9694 23.4728 16.7542 23.4728Z",
|
|
169
|
+
fill: "url(#paint0_linear_767_15238)"
|
|
170
|
+
}
|
|
171
|
+
),
|
|
172
|
+
/* @__PURE__ */ React.createElement(
|
|
173
|
+
"path",
|
|
174
|
+
{
|
|
175
|
+
d: "M27.5999 28.8821H24.7588V36.6186H22.9488V28.8821H20.1209V27.3814H27.5999V28.8821Z",
|
|
176
|
+
fill: "white"
|
|
177
|
+
}
|
|
178
|
+
),
|
|
179
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement(
|
|
180
|
+
"linearGradient",
|
|
181
|
+
{
|
|
182
|
+
id: "paint0_linear_767_15238",
|
|
183
|
+
x1: "21.1239",
|
|
184
|
+
y1: "14.4774",
|
|
185
|
+
x2: "40.6025",
|
|
186
|
+
y2: "50.7437",
|
|
187
|
+
gradientUnits: "userSpaceOnUse"
|
|
188
|
+
},
|
|
189
|
+
/* @__PURE__ */ React.createElement("stop", { stopColor: "#5A62C3" }),
|
|
190
|
+
/* @__PURE__ */ React.createElement("stop", { offset: "0.5", stopColor: "#4D55BD" }),
|
|
191
|
+
/* @__PURE__ */ React.createElement("stop", { offset: "1", stopColor: "#3940AB" })
|
|
192
|
+
))
|
|
193
|
+
);
|
|
194
|
+
}
|
|
195
|
+
//# sourceMappingURL=microsoft-teams-tile.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/microsoft-teams-tile.tsx"],
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\n\nexport function SvgMicrosoftTeamsTile(props: any) {\n return (\n <svg\n width=\"64\"\n height=\"64\"\n viewBox=\"0 0 64 64\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <rect width=\"64\" height=\"64\" rx=\"12\" fill=\"white\" />\n <rect\n x=\"0.5\"\n y=\"0.5\"\n width=\"63\"\n height=\"63\"\n rx=\"11.5\"\n stroke=\"#0B1228\"\n strokeOpacity=\"0.14\"\n />\n <path\n d=\"M38.5836 28.124H47.1937C48.0072 28.124 48.6666 28.7834 48.6666 29.5969V37.4395C48.6666 40.4291 46.243 42.8527 43.2534 42.8527H43.2278C40.2382 42.8531 37.8143 40.4299 37.8139 37.4403V28.8938C37.8139 28.4686 38.1585 28.124 38.5836 28.124Z\"\n fill=\"#5059C9\"\n />\n <path\n d=\"M44.403 26.5736C46.3296 26.5736 47.8914 25.0118 47.8914 23.0852C47.8914 21.1587 46.3296 19.5969 44.403 19.5969C42.4764 19.5969 40.9147 21.1587 40.9147 23.0852C40.9147 25.0118 42.4764 26.5736 44.403 26.5736Z\"\n fill=\"#5059C9\"\n />\n <path\n d=\"M33.5503 26.5736C36.3331 26.5736 38.5891 24.3177 38.5891 21.5349C38.5891 18.752 36.3331 16.4961 33.5503 16.4961C30.7675 16.4961 28.5115 18.752 28.5115 21.5349C28.5115 24.3177 30.7675 26.5736 33.5503 26.5736Z\"\n fill=\"#7B83EB\"\n />\n <path\n d=\"M40.2689 28.124H26.0565C25.2527 28.1439 24.6169 28.8109 24.6356 29.6147V38.5597C24.5233 43.3831 28.3394 47.3858 33.1627 47.5039C37.986 47.3858 41.8021 43.3831 41.6899 38.5597V29.6147C41.7085 28.8109 41.0727 28.1439 40.2689 28.124Z\"\n fill=\"#7B83EB\"\n />\n <path\n d=\"M33.9379 28.124V40.6589C33.934 41.2337 33.5857 41.7501 33.0542 41.969C32.8849 42.0406 32.7031 42.0774 32.5193 42.0775H25.3177C25.217 41.8217 25.124 41.5659 25.0464 41.3023C24.7751 40.4128 24.6366 39.4897 24.6356 38.5597L24.6356 29.6124C24.6169 28.8099 25.2517 28.1439 26.0542 28.124H33.9379Z\"\n fill=\"black\"\n fillOpacity=\"0.33\"\n />\n <path\n d=\"M33.1627 28.124V41.4341C33.1627 41.6178 33.1258 41.7997 33.0542 41.969C32.8353 42.5005 32.3189 42.8488 31.7441 42.8527H25.6821C25.5503 42.5969 25.4263 42.3411 25.3177 42.0775C25.2092 41.8139 25.124 41.5659 25.0464 41.3023C24.7751 40.4128 24.6366 39.4897 24.6356 38.5597L24.6356 29.6124C24.6169 28.8099 25.2517 28.1439 26.0542 28.124H33.1627Z\"\n fill=\"black\"\n fillOpacity=\"0.33\"\n />\n <path\n d=\"M33.1627 28.124V39.8837C33.1568 40.6647 32.5251 41.2964 31.7441 41.3023L25.0464 41.3023C24.7751 40.4128 24.6366 39.4897 24.6356 38.5597L24.6356 29.6124C24.6169 28.8099 25.2517 28.1439 26.0542 28.124H33.1627Z\"\n fill=\"black\"\n fillOpacity=\"0.33\"\n />\n <path\n d=\"M32.3875 28.124V39.8837C32.3816 40.6647 31.7499 41.2964 30.9689 41.3023L25.0464 41.3023C24.7751 40.4128 24.6366 39.4897 24.6356 38.5597L24.6356 29.6124C24.6169 28.8099 25.2517 28.1439 26.0542 28.124H32.3875Z\"\n fill=\"black\"\n fillOpacity=\"0.33\"\n />\n <path\n d=\"M33.9379 24.1163V26.5581C33.8061 26.5659 33.6821 26.5736 33.5503 26.5736C33.4185 26.5736 33.2945 26.5659 33.1627 26.5581C32.901 26.5408 32.6415 26.4992 32.3875 26.4341C30.8177 26.0623 29.5209 24.9614 28.8991 23.4729C28.7922 23.2229 28.7091 22.9633 28.6511 22.6977H32.5193C33.3015 22.7006 33.9349 23.334 33.9379 24.1163Z\"\n fill=\"black\"\n fillOpacity=\"0.33\"\n />\n <path\n d=\"M33.1627 24.8914L33.1627 26.5581C32.901 26.5408 32.6415 26.4992 32.3875 26.4341C30.8177 26.0623 29.5209 24.9614 28.8991 23.4729H31.7441C32.5263 23.4758 33.1597 24.1092 33.1627 24.8914Z\"\n fill=\"black\"\n fillOpacity=\"0.33\"\n />\n <path\n d=\"M33.1627 24.8914L33.1627 26.5581C32.901 26.5408 32.6415 26.4992 32.3875 26.4341C30.8177 26.0623 29.5209 24.9614 28.8991 23.4729H31.7441C32.5263 23.4758 33.1597 24.1092 33.1627 24.8914Z\"\n fill=\"black\"\n fillOpacity=\"0.33\"\n />\n <path\n d=\"M32.3875 24.8914V26.4341C30.8177 26.0623 29.5209 24.9614 28.8991 23.4729L30.9689 23.4728C31.7512 23.4758 32.3845 24.1092 32.3875 24.8914Z\"\n fill=\"black\"\n fillOpacity=\"0.33\"\n />\n <path\n d=\"M16.7542 23.4728H30.9666C31.7513 23.4728 32.3875 24.109 32.3875 24.8938V39.1062C32.3875 39.8909 31.7513 40.5271 30.9666 40.5271H16.7542C15.9694 40.5271 15.3333 39.8909 15.3333 39.1062V24.8938C15.3333 24.109 15.9694 23.4728 16.7542 23.4728Z\"\n fill=\"url(#paint0_linear_767_15238)\"\n />\n <path\n d=\"M27.5999 28.8821H24.7588V36.6186H22.9488V28.8821H20.1209V27.3814H27.5999V28.8821Z\"\n fill=\"white\"\n />\n <defs>\n <linearGradient\n id=\"paint0_linear_767_15238\"\n x1=\"21.1239\"\n y1=\"14.4774\"\n x2=\"40.6025\"\n y2=\"50.7437\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#5A62C3\" />\n <stop offset=\"0.5\" stopColor=\"#4D55BD\" />\n <stop offset=\"1\" stopColor=\"#3940AB\" />\n </linearGradient>\n </defs>\n </svg>\n );\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AAEhB,SAAS,sBAAsB,OAAY;AAChD,SACE;AAAA,IAAC;AAAA;AAAA,MACC,OAAM;AAAA,MACN,QAAO;AAAA,MACP,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,OACF;AAAA,IAEJ,oCAAC,UAAK,OAAM,MAAK,QAAO,MAAK,IAAG,MAAK,MAAK,SAAQ;AAAA,IAClD;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,GAAE;AAAA,QACF,OAAM;AAAA,QACN,QAAO;AAAA,QACP,IAAG;AAAA,QACH,QAAO;AAAA,QACP,eAAc;AAAA;AAAA,IAChB;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA;AAAA,IACP;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA;AAAA,IACP;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA;AAAA,IACP;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA;AAAA,IACP;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,QACL,aAAY;AAAA;AAAA,IACd;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,QACL,aAAY;AAAA;AAAA,IACd;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,QACL,aAAY;AAAA;AAAA,IACd;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,QACL,aAAY;AAAA;AAAA,IACd;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,QACL,aAAY;AAAA;AAAA,IACd;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,QACL,aAAY;AAAA;AAAA,IACd;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,QACL,aAAY;AAAA;AAAA,IACd;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA,QACL,aAAY;AAAA;AAAA,IACd;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA;AAAA,IACP;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,GAAE;AAAA,QACF,MAAK;AAAA;AAAA,IACP;AAAA,IACA,oCAAC,cACC;AAAA,MAAC;AAAA;AAAA,QACC,IAAG;AAAA,QACH,IAAG;AAAA,QACH,IAAG;AAAA,QACH,IAAG;AAAA,QACH,IAAG;AAAA,QACH,eAAc;AAAA;AAAA,MAEd,oCAAC,UAAK,WAAU,WAAU;AAAA,MAC1B,oCAAC,UAAK,QAAO,OAAM,WAAU,WAAU;AAAA,MACvC,oCAAC,UAAK,QAAO,KAAI,WAAU,WAAU;AAAA,IACvC,CACF;AAAA,EACF;AAEJ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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/playlist-add.tsx
|
|
30
|
+
var playlist_add_exports = {};
|
|
31
|
+
__export(playlist_add_exports, {
|
|
32
|
+
SvgPlaylistAdd: () => SvgPlaylistAdd
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(playlist_add_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
function SvgPlaylistAdd() {
|
|
37
|
+
return /* @__PURE__ */ React.createElement("svg", { fill: "none", viewBox: "0 0 16 16" }, /* @__PURE__ */ React.createElement(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
fill: "currentcolor",
|
|
41
|
+
d: "M10.75 7v2.25H13v1.5h-2.25V13h-1.5v-2.25H7v-1.5h2.25V7z"
|
|
42
|
+
}
|
|
43
|
+
), /* @__PURE__ */ React.createElement(
|
|
44
|
+
"path",
|
|
45
|
+
{
|
|
46
|
+
fill: "currentcolor",
|
|
47
|
+
d: "M3.999 6.624A2.626 2.626 0 0 1 6.624 4h4.053l-.341-1.6a1.124 1.124 0 0 0-1.334-.866L2.399 2.937a1.124 1.124 0 0 0-.866 1.334l1.403 6.602c.11.517.558.873 1.063.889zm1.5 6.75c0 .621.504 1.125 1.125 1.125h6.75c.621 0 1.125-.503 1.125-1.125v-6.75c0-.62-.504-1.125-1.125-1.125h-6.75c-.621 0-1.125.504-1.125 1.125zm10.5 0A2.625 2.625 0 0 1 13.374 16h-6.75a2.625 2.625 0 0 1-2.625-2.625v-.112a2.624 2.624 0 0 1-2.53-2.077L.064 4.582A2.626 2.626 0 0 1 2.088 1.47L8.689.066a2.626 2.626 0 0 1 3.114 2.022L12.21 4h1.164a2.625 2.625 0 0 1 2.625 2.625z"
|
|
48
|
+
}
|
|
49
|
+
));
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=playlist-add.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/playlist-add.tsx"],
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\n\n// TODO update ADS icons to get new icons\n// import PlaylistAddIcon from '@atlaskit/icon-lab/core/playlist-add';\n\nexport function SvgPlaylistAdd() {\n return (\n <svg fill=\"none\" viewBox=\"0 0 16 16\">\n <path\n fill=\"currentcolor\"\n d=\"M10.75 7v2.25H13v1.5h-2.25V13h-1.5v-2.25H7v-1.5h2.25V7z\"\n ></path>\n <path\n fill=\"currentcolor\"\n d=\"M3.999 6.624A2.626 2.626 0 0 1 6.624 4h4.053l-.341-1.6a1.124 1.124 0 0 0-1.334-.866L2.399 2.937a1.124 1.124 0 0 0-.866 1.334l1.403 6.602c.11.517.558.873 1.063.889zm1.5 6.75c0 .621.504 1.125 1.125 1.125h6.75c.621 0 1.125-.503 1.125-1.125v-6.75c0-.62-.504-1.125-1.125-1.125h-6.75c-.621 0-1.125.504-1.125 1.125zm10.5 0A2.625 2.625 0 0 1 13.374 16h-6.75a2.625 2.625 0 0 1-2.625-2.625v-.112a2.624 2.624 0 0 1-2.53-2.077L.064 4.582A2.626 2.626 0 0 1 2.088 1.47L8.689.066a2.626 2.626 0 0 1 3.114 2.022L12.21 4h1.164a2.625 2.625 0 0 1 2.625 2.625z\"\n ></path>\n </svg>\n );\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AAKhB,SAAS,iBAAiB;AAC/B,SACE,oCAAC,SAAI,MAAK,QAAO,SAAQ,eACvB;AAAA,IAAC;AAAA;AAAA,MACC,MAAK;AAAA,MACL,GAAE;AAAA;AAAA,EACH,GACD;AAAA,IAAC;AAAA;AAAA,MACC,MAAK;AAAA,MACL,GAAE;AAAA;AAAA,EACH,CACH;AAEJ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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/playlist-added.tsx
|
|
30
|
+
var playlist_added_exports = {};
|
|
31
|
+
__export(playlist_added_exports, {
|
|
32
|
+
SvgPlaylistAdded: () => SvgPlaylistAdded
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(playlist_added_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
function SvgPlaylistAdded() {
|
|
37
|
+
return /* @__PURE__ */ React.createElement("svg", { fill: "none", viewBox: "0 0 16 16" }, /* @__PURE__ */ React.createElement(
|
|
38
|
+
"path",
|
|
39
|
+
{
|
|
40
|
+
fill: "currentcolor",
|
|
41
|
+
d: "m13.32 8.238-3.75 4.375a.75.75 0 0 1-1.162-.027l-1.75-2.25 1.184-.922 1.185 1.526 3.154-3.678z"
|
|
42
|
+
}
|
|
43
|
+
), /* @__PURE__ */ React.createElement(
|
|
44
|
+
"path",
|
|
45
|
+
{
|
|
46
|
+
fill: "currentcolor",
|
|
47
|
+
d: "M3.999 6.624A2.626 2.626 0 0 1 6.624 4h4.053l-.341-1.6a1.124 1.124 0 0 0-1.334-.866L2.399 2.937a1.124 1.124 0 0 0-.866 1.334l1.403 6.602c.11.517.558.873 1.063.889zm1.5 6.75c0 .621.504 1.125 1.125 1.125h6.75c.621 0 1.125-.503 1.125-1.125v-6.75c0-.62-.504-1.125-1.125-1.125h-6.75c-.621 0-1.125.504-1.125 1.125zm10.5 0A2.625 2.625 0 0 1 13.374 16h-6.75a2.625 2.625 0 0 1-2.625-2.625v-.112a2.624 2.624 0 0 1-2.53-2.077L.064 4.582A2.626 2.626 0 0 1 2.088 1.47L8.689.066a2.626 2.626 0 0 1 3.114 2.022L12.21 4h1.164a2.625 2.625 0 0 1 2.625 2.625z"
|
|
48
|
+
}
|
|
49
|
+
));
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=playlist-added.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/playlist-added.tsx"],
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\n\n// TODO update ADS icons to get new icons\n// import PlaylistAddedIcon from '@atlaskit/icon-lab/core/playlist-added';\n\nexport function SvgPlaylistAdded() {\n return (\n <svg fill=\"none\" viewBox=\"0 0 16 16\">\n <path\n fill=\"currentcolor\"\n d=\"m13.32 8.238-3.75 4.375a.75.75 0 0 1-1.162-.027l-1.75-2.25 1.184-.922 1.185 1.526 3.154-3.678z\"\n ></path>\n <path\n fill=\"currentcolor\"\n d=\"M3.999 6.624A2.626 2.626 0 0 1 6.624 4h4.053l-.341-1.6a1.124 1.124 0 0 0-1.334-.866L2.399 2.937a1.124 1.124 0 0 0-.866 1.334l1.403 6.602c.11.517.558.873 1.063.889zm1.5 6.75c0 .621.504 1.125 1.125 1.125h6.75c.621 0 1.125-.503 1.125-1.125v-6.75c0-.62-.504-1.125-1.125-1.125h-6.75c-.621 0-1.125.504-1.125 1.125zm10.5 0A2.625 2.625 0 0 1 13.374 16h-6.75a2.625 2.625 0 0 1-2.625-2.625v-.112a2.624 2.624 0 0 1-2.53-2.077L.064 4.582A2.626 2.626 0 0 1 2.088 1.47L8.689.066a2.626 2.626 0 0 1 3.114 2.022L12.21 4h1.164a2.625 2.625 0 0 1 2.625 2.625z\"\n ></path>\n </svg>\n );\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AAKhB,SAAS,mBAAmB;AACjC,SACE,oCAAC,SAAI,MAAK,QAAO,SAAQ,eACvB;AAAA,IAAC;AAAA;AAAA,MACC,MAAK;AAAA,MACL,GAAE;AAAA;AAAA,EACH,GACD;AAAA,IAAC;AAAA;AAAA,MACC,MAAK;AAAA,MACL,GAAE;AAAA;AAAA,EACH,CACH;AAEJ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// src/components/icon/available-icons/lock-unlocked.tsx
|
|
2
|
+
import LockUnlockedIcon from "@atlaskit/icon/core/lock-unlocked";
|
|
3
|
+
import React from "react";
|
|
4
|
+
function SvgLockUnlocked() {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(LockUnlockedIcon, { label: "", testId: "ads-refreshed-icon" });
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export {
|
|
9
|
+
SvgLockUnlocked
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=chunk-EEZ4O3R6.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/icon/available-icons/lock-unlocked.tsx"],
|
|
4
|
+
"sourcesContent": ["import LockUnlockedIcon from '@atlaskit/icon/core/lock-unlocked';\nimport React from 'react';\n\nexport function SvgLockUnlocked() {\n return <LockUnlockedIcon label=\"\" testId=\"ads-refreshed-icon\" />;\n}\n"],
|
|
5
|
+
"mappings": ";AAAA,OAAO,sBAAsB;AAC7B,OAAO,WAAW;AAEX,SAAS,kBAAkB;AAChC,SAAO,oCAAC,oBAAiB,OAAM,IAAG,QAAO,sBAAqB;AAChE;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|