@taiga-ui/icons 2.45.0 → 2.48.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/all.d.ts +3 -1
- package/bundles/taiga-ui-icons-scripts.umd.js +50 -20
- package/bundles/taiga-ui-icons-scripts.umd.js.map +1 -1
- package/bundles/taiga-ui-icons-scripts.umd.min.js +1 -1
- package/bundles/taiga-ui-icons-scripts.umd.min.js.map +1 -1
- package/bundles/taiga-ui-icons.umd.js +54 -20
- package/bundles/taiga-ui-icons.umd.js.map +1 -1
- package/bundles/taiga-ui-icons.umd.min.js +1 -15
- package/bundles/taiga-ui-icons.umd.min.js.map +1 -1
- package/esm2015/all.js +4 -2
- package/esm5/all.js +4 -2
- package/fesm2015/taiga-ui-icons.js +3 -1
- package/fesm2015/taiga-ui-icons.js.map +1 -1
- package/fesm5/taiga-ui-icons.js +3 -1
- package/fesm5/taiga-ui-icons.js.map +1 -1
- package/package.json +1 -1
- package/src/tuiIconSpoilerDeleteLarge.svg +20 -0
- package/src/tuiIconSpoilerLarge.svg +20 -0
- package/taiga-ui-icons.metadata.json +1 -1
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
(global = global || self, factory((global['taiga-ui'] = global['taiga-ui'] || {}, global['taiga-ui'].icons = {})));
|
|
5
5
|
}(this, (function (exports) { 'use strict';
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
/******************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation.
|
|
9
9
|
|
|
10
10
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -23,11 +23,13 @@
|
|
|
23
23
|
var extendStatics = function(d, b) {
|
|
24
24
|
extendStatics = Object.setPrototypeOf ||
|
|
25
25
|
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
26
|
-
function (d, b) { for (var p in b) if (
|
|
26
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
27
27
|
return extendStatics(d, b);
|
|
28
28
|
};
|
|
29
29
|
|
|
30
30
|
function __extends(d, b) {
|
|
31
|
+
if (typeof b !== "function" && b !== null)
|
|
32
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
31
33
|
extendStatics(d, b);
|
|
32
34
|
function __() { this.constructor = d; }
|
|
33
35
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
@@ -109,13 +111,20 @@
|
|
|
109
111
|
}
|
|
110
112
|
}
|
|
111
113
|
|
|
112
|
-
|
|
114
|
+
var __createBinding = Object.create ? (function(o, m, k, k2) {
|
|
115
|
+
if (k2 === undefined) k2 = k;
|
|
116
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
117
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
118
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
119
|
+
}
|
|
120
|
+
Object.defineProperty(o, k2, desc);
|
|
121
|
+
}) : (function(o, m, k, k2) {
|
|
113
122
|
if (k2 === undefined) k2 = k;
|
|
114
123
|
o[k2] = m[k];
|
|
115
|
-
}
|
|
124
|
+
});
|
|
116
125
|
|
|
117
|
-
function __exportStar(m,
|
|
118
|
-
for (var p in m) if (p !== "default" && !
|
|
126
|
+
function __exportStar(m, o) {
|
|
127
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);
|
|
119
128
|
}
|
|
120
129
|
|
|
121
130
|
function __values(o) {
|
|
@@ -147,19 +156,31 @@
|
|
|
147
156
|
return ar;
|
|
148
157
|
}
|
|
149
158
|
|
|
159
|
+
/** @deprecated */
|
|
150
160
|
function __spread() {
|
|
151
161
|
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
152
162
|
ar = ar.concat(__read(arguments[i]));
|
|
153
163
|
return ar;
|
|
154
164
|
}
|
|
155
165
|
|
|
166
|
+
/** @deprecated */
|
|
156
167
|
function __spreadArrays() {
|
|
157
168
|
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
|
|
158
169
|
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
159
170
|
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
160
171
|
r[k] = a[j];
|
|
161
172
|
return r;
|
|
162
|
-
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
function __spreadArray(to, from, pack) {
|
|
176
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
177
|
+
if (ar || !(i in from)) {
|
|
178
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
179
|
+
ar[i] = from[i];
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
183
|
+
}
|
|
163
184
|
|
|
164
185
|
function __await(v) {
|
|
165
186
|
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
@@ -196,11 +217,17 @@
|
|
|
196
217
|
return cooked;
|
|
197
218
|
};
|
|
198
219
|
|
|
220
|
+
var __setModuleDefault = Object.create ? (function(o, v) {
|
|
221
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
222
|
+
}) : function(o, v) {
|
|
223
|
+
o["default"] = v;
|
|
224
|
+
};
|
|
225
|
+
|
|
199
226
|
function __importStar(mod) {
|
|
200
227
|
if (mod && mod.__esModule) return mod;
|
|
201
228
|
var result = {};
|
|
202
|
-
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result
|
|
203
|
-
result
|
|
229
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
230
|
+
__setModuleDefault(result, mod);
|
|
204
231
|
return result;
|
|
205
232
|
}
|
|
206
233
|
|
|
@@ -208,19 +235,22 @@
|
|
|
208
235
|
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
209
236
|
}
|
|
210
237
|
|
|
211
|
-
function __classPrivateFieldGet(receiver,
|
|
212
|
-
if (!
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
return privateMap.get(receiver);
|
|
238
|
+
function __classPrivateFieldGet(receiver, state, kind, f) {
|
|
239
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
240
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
241
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
216
242
|
}
|
|
217
243
|
|
|
218
|
-
function __classPrivateFieldSet(receiver,
|
|
219
|
-
if (
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
244
|
+
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
|
245
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
246
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
247
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
248
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
function __classPrivateFieldIn(state, receiver) {
|
|
252
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object");
|
|
253
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
224
254
|
}
|
|
225
255
|
|
|
226
256
|
/**
|
|
@@ -405,6 +435,8 @@
|
|
|
405
435
|
var tuiIconSoundLarge = '<svg xmlns="http://www.w3.org/2000/svg" width="1.5em" height="1.5em" focusable="false"><g id="tuiIconSoundLarge" xmlns="http://www.w3.org/2000/svg"><svg x="50%" y="50%" width="1.5em" height="1.5em" overflow="visible" viewBox="0 0 24 24" fill="none"><svg x="-12" y="-12" xmlns="http://www.w3.org/2000/svg"><path d="M11 5 6 9H2v6h4l5 4V5zm8.07-.07a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg></svg></g></svg>';
|
|
406
436
|
var tuiIconSoundOff = '<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" focusable="false"><g id="tuiIconSoundOff" xmlns="http://www.w3.org/2000/svg"><svg x="50%" y="50%" width="1em" height="1em" overflow="visible" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><svg x="-8" y="-8"><path d="M7.333 3.333 4 6H1.333v4H4l3.333 2.667V3.333zM14.334 6l-4 4m0-4 4 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg></svg></g></svg>';
|
|
407
437
|
var tuiIconSoundOffLarge = '<svg xmlns="http://www.w3.org/2000/svg" width="1.5em" height="1.5em" focusable="false"><g id="tuiIconSoundOffLarge" xmlns="http://www.w3.org/2000/svg"><svg x="50%" y="50%" width="1.5em" height="1.5em" overflow="visible" viewBox="0 0 24 24" fill="none"><svg x="-12" y="-12" xmlns="http://www.w3.org/2000/svg"><path d="M11 5 6 9H2v6h4l5 4V5zm12 4-6 6m0-6 6 6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg></svg></g></svg>';
|
|
438
|
+
var tuiIconSpoilerDeleteLarge = '<svg xmlns="http://www.w3.org/2000/svg" width="1.5em" height="1.5em"><g id="tuiIconSpoilerDeleteLarge" xmlns="http://www.w3.org/2000/svg"><svg x="50%" y="50%" width="1.5em" height="1.5em" overflow="visible" viewBox="0 0 24 24"><svg x="-12" y="-12"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 4c-.5 0-1 .5-1 1v1.313a1 1 0 0 1-2 0V5c0-1.624 1.376-3 3-3h1.313a1 1 0 0 1 0 2H5Zm4.688-1a1 1 0 0 1 1-1h2.624a1 1 0 1 1 0 2h-2.624a1 1 0 0 1-1-1ZM3 9.688a1 1 0 0 1 1 1v2.624a1 1 0 1 1-2 0v-2.624a1 1 0 0 1 1-1Zm18 0a1 1 0 0 1 1 1v2.624a1 1 0 1 1-2 0v-2.624a1 1 0 0 1 1-1ZM9.687 21a1 1 0 0 1 1-1h2.626a1 1 0 1 1 0 2h-2.626a1 1 0 0 1-1-1ZM20 5v1.313a1 1 0 1 0 2 0V5c0-1.624-1.376-3-3-3h-1.313a1 1 0 1 0 0 2H19c.5 0 1 .5 1 1Zm0 12.688V19c0 .5-.5 1-1 1h-1.313a1 1 0 1 0 0 2H19c1.624 0 3-1.376 3-3v-1.313a1 1 0 1 0-2 0ZM4 19v-1.313a1 1 0 1 0-2 0V19c0 1.624 1.376 3 3 3h1.313a1 1 0 1 0 0-2H5c-.5 0-1-.5-1-1ZM8.293 8.293a1 1 0 0 1 1.414 0L12 10.586l2.293-2.293a1 1 0 1 1 1.414 1.414L13.414 12l2.293 2.293a1 1 0 0 1-1.414 1.414L12 13.414l-2.293 2.293a1 1 0 0 1-1.414-1.414L10.586 12 8.293 9.707a1 1 0 0 1 0-1.414Z" fill="currentColor"/></svg></svg></svg></g></svg>';
|
|
439
|
+
var tuiIconSpoilerLarge = '<svg xmlns="http://www.w3.org/2000/svg" width="1.5em" height="1.5em"><g id="tuiIconSpoilerLarge" xmlns="http://www.w3.org/2000/svg"><svg x="50%" y="50%" width="1.5em" height="1.5em" overflow="visible" viewBox="0 0 24 24"><svg x="-12" y="-12"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3H5ZM4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5Zm5.707 5.293a1 1 0 1 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L12 12.586l-2.293-2.293Z" fill="currentColor"/></svg></svg></svg></g></svg>';
|
|
408
440
|
var tuiIconStar = '<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" focusable="false"><g id="tuiIconStar" xmlns="http://www.w3.org/2000/svg"><svg x="50%" y="50%" width="1em" height="1em" overflow="visible" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><svg x="-8" y="-8"><path d="m8 1.333 2.06 4.174 4.607.673-3.334 3.247.787 4.587L8 11.847l-4.12 2.167.787-4.587L1.333 6.18l4.607-.673L8 1.334z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg></svg></g></svg>';
|
|
409
441
|
var tuiIconStarFilled = '<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" focusable="false"><g id="tuiIconStarFilled" xmlns="http://www.w3.org/2000/svg"><svg x="50%" y="50%" width="1em" height="1em" overflow="visible" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><svg x="-8" y="-8"><path d="m8 1.333 2.06 4.174 4.607.673-3.334 3.247.787 4.587L8 11.847l-4.12 2.167.787-4.587L1.333 6.18l4.607-.673L8 1.334z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg></svg></g></svg>';
|
|
410
442
|
var tuiIconStarFilledLarge = '<svg xmlns="http://www.w3.org/2000/svg" width="1.5em" height="1.5em" focusable="false"><g id="tuiIconStarFilledLarge" xmlns="http://www.w3.org/2000/svg"><svg x="50%" y="50%" width="1.5em" height="1.5em" overflow="visible" viewBox="0 0 24 24" fill="currentColor"><svg x="-12" y="-12" xmlns="http://www.w3.org/2000/svg"><path d="m12 2 3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg></svg></g></svg>';
|
|
@@ -658,6 +690,8 @@
|
|
|
658
690
|
exports.tuiIconSoundLarge = tuiIconSoundLarge;
|
|
659
691
|
exports.tuiIconSoundOff = tuiIconSoundOff;
|
|
660
692
|
exports.tuiIconSoundOffLarge = tuiIconSoundOffLarge;
|
|
693
|
+
exports.tuiIconSpoilerDeleteLarge = tuiIconSpoilerDeleteLarge;
|
|
694
|
+
exports.tuiIconSpoilerLarge = tuiIconSpoilerLarge;
|
|
661
695
|
exports.tuiIconStar = tuiIconStar;
|
|
662
696
|
exports.tuiIconStarFilled = tuiIconStarFilled;
|
|
663
697
|
exports.tuiIconStarFilledLarge = tuiIconStarFilledLarge;
|