@tant/icons 1.21.61 → 1.21.63

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.
Files changed (32) hide show
  1. package/dist/es/icons/danmaku.js +71 -0
  2. package/dist/es/index.js +2 -13
  3. package/dist/index.d.ts +1 -12
  4. package/dist/lib/icons/danmaku.js +78 -0
  5. package/dist/lib/index.js +7 -84
  6. package/dist/tant-icons.cjs.js +1114 -6097
  7. package/dist/tant-icons.esm.js +1114 -6086
  8. package/package.json +1 -1
  9. package/dist/es/icons/bi-ai-application-cl.js +0 -321
  10. package/dist/es/icons/bi-card-game-cl.js +0 -421
  11. package/dist/es/icons/bi-casua-game-cl.js +0 -546
  12. package/dist/es/icons/bi-education-cl.js +0 -415
  13. package/dist/es/icons/bi-mini-game-cl.js +0 -494
  14. package/dist/es/icons/bi-mmo-game-cl.js +0 -315
  15. package/dist/es/icons/bi-novel-cl.js +0 -554
  16. package/dist/es/icons/bi-shopping-cart-cl.js +0 -394
  17. package/dist/es/icons/bi-short-play-cl.js +0 -307
  18. package/dist/es/icons/bi-simulated-operation-cl.js +0 -678
  19. package/dist/es/icons/bi-slg-game-cl.js +0 -303
  20. package/dist/es/icons/bi-social-application-cl.js +0 -416
  21. package/dist/lib/icons/bi-ai-application-cl.js +0 -328
  22. package/dist/lib/icons/bi-card-game-cl.js +0 -428
  23. package/dist/lib/icons/bi-casua-game-cl.js +0 -553
  24. package/dist/lib/icons/bi-education-cl.js +0 -422
  25. package/dist/lib/icons/bi-mini-game-cl.js +0 -501
  26. package/dist/lib/icons/bi-mmo-game-cl.js +0 -322
  27. package/dist/lib/icons/bi-novel-cl.js +0 -561
  28. package/dist/lib/icons/bi-shopping-cart-cl.js +0 -401
  29. package/dist/lib/icons/bi-short-play-cl.js +0 -314
  30. package/dist/lib/icons/bi-simulated-operation-cl.js +0 -685
  31. package/dist/lib/icons/bi-slg-game-cl.js +0 -310
  32. package/dist/lib/icons/bi-social-application-cl.js +0 -423
@@ -1,307 +0,0 @@
1
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
- var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
3
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
4
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
- function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
7
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
8
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
- import React from 'react';
12
- import PropTypes from 'prop-types';
13
- var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14
- var BiShortPlayCl = function BiShortPlayCl(props) {
15
- var color = props.color,
16
- size = props.size,
17
- spin = props.spin,
18
- style = props.style,
19
- className = props.className,
20
- iconClassName = props.iconClassName,
21
- testid = props.testid,
22
- otherProps = _objectWithoutProperties(props, _excluded);
23
- return /*#__PURE__*/React.createElement("span", {
24
- role: "img",
25
- className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
26
- }, /*#__PURE__*/React.createElement("style", {
27
- children: loadingCircleStyle
28
- }), /*#__PURE__*/React.createElement("svg", _extends({
29
- xmlns: "http://www.w3.org/2000/svg",
30
- width: size,
31
- height: size,
32
- viewBox: "0 0 24 24",
33
- fill: color
34
- }, otherProps, {
35
- className: iconClassName,
36
- "data-testid": testid,
37
- style: _objectSpread(_objectSpread({}, style), spin ? {
38
- animationDuration: '1s',
39
- animationIterationCount: 'infinite',
40
- animationName: 'loadingCircle',
41
- animationTimingFunction: 'linear'
42
- } : {})
43
- }), /*#__PURE__*/React.createElement("svg", {
44
- width: "24",
45
- height: "24",
46
- fill: "none",
47
- xmlns: "http://www.w3.org/2000/svg"
48
- }, /*#__PURE__*/React.createElement("g", {
49
- clipPath: "url(#clip0_10870_723)"
50
- }, /*#__PURE__*/React.createElement("g", {
51
- filter: "url(#filter0_f_10870_723)"
52
- }, /*#__PURE__*/React.createElement("ellipse", {
53
- cx: "11.594",
54
- cy: "13.165",
55
- rx: "6.016",
56
- ry: "5.586",
57
- fill: "#7032FF",
58
- fillOpacity: ".5"
59
- })), /*#__PURE__*/React.createElement("g", {
60
- filter: "url(#filter1_ii_10870_723)"
61
- }, /*#__PURE__*/React.createElement("path", {
62
- d: "M8.269 10.461c-1.331.473-1.331 2.355 0 2.828l10.775 3.829a1.5 1.5 0 002.004-1.414V8.047a1.5 1.5 0 00-2.003-1.414L8.268 10.46z",
63
- fill: "url(#paint0_linear_10870_723)"
64
- })), /*#__PURE__*/React.createElement("foreignObject", {
65
- x: ".749",
66
- y: "2.749",
67
- width: "19.112",
68
- height: "18.252"
69
- }, /*#__PURE__*/React.createElement("div", {
70
- xmlns: "http://www.w3.org/1999/xhtml",
71
- style: {
72
- backdropFilter: 'blur(1.13px)height'
73
- },
74
- clipPath: "url(#bgblur_1_10870_723_clip_path)"
75
- })), /*#__PURE__*/React.createElement("g", {
76
- filter: "url(#filter2_ii_10870_723)",
77
- "data-figma-bg-blurRadius": "2.251"
78
- }, /*#__PURE__*/React.createElement("rect", {
79
- x: "3",
80
- y: "5",
81
- width: "14.61",
82
- height: "13.751",
83
- rx: "3.001",
84
- fill: "url(#paint1_linear_10870_723)",
85
- fillOpacity: ".4"
86
- })), /*#__PURE__*/React.createElement("g", {
87
- filter: "url(#filter3_d_10870_723)"
88
- }, /*#__PURE__*/React.createElement("path", {
89
- d: "M13.047 11.225a.75.75 0 010 1.3l-3.55 2.05a.75.75 0 01-1.126-.65v-4.1a.75.75 0 011.126-.65l3.55 2.05z",
90
- fill: "url(#paint2_linear_10870_723)"
91
- }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("filter", {
92
- id: "filter0_f_10870_723",
93
- x: "1.827",
94
- y: "3.827",
95
- width: "19.535",
96
- height: "18.675",
97
- filterUnits: "userSpaceOnUse",
98
- "color-interpolationFilters": "sRGB"
99
- }, /*#__PURE__*/React.createElement("feFlood", {
100
- floodOpacity: "0",
101
- result: "BackgroundImageFix"
102
- }), /*#__PURE__*/React.createElement("feBlend", {
103
- "in": "SourceGraphic",
104
- in2: "BackgroundImageFix",
105
- result: "shape"
106
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
107
- stdDeviation: "1.876",
108
- result: "effect1_foregroundBlur_10870_723"
109
- })), /*#__PURE__*/React.createElement("filter", {
110
- id: "filter1_ii_10870_723",
111
- x: "7.271",
112
- y: "6.432",
113
- width: "13.777",
114
- height: "10.886",
115
- filterUnits: "userSpaceOnUse",
116
- "color-interpolationFilters": "sRGB"
117
- }, /*#__PURE__*/React.createElement("feFlood", {
118
- floodOpacity: "0",
119
- result: "BackgroundImageFix"
120
- }), /*#__PURE__*/React.createElement("feBlend", {
121
- "in": "SourceGraphic",
122
- in2: "BackgroundImageFix",
123
- result: "shape"
124
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
125
- "in": "SourceAlpha",
126
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
127
- result: "hardAlpha"
128
- }), /*#__PURE__*/React.createElement("feOffset", {
129
- dy: "-.113"
130
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
131
- stdDeviation: ".113"
132
- }), /*#__PURE__*/React.createElement("feComposite", {
133
- in2: "hardAlpha",
134
- operator: "arithmetic",
135
- k2: "-1",
136
- k3: "1"
137
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
138
- values: "0 0 0 0 0.329412 0 0 0 0 0.196078 0 0 0 0 1 0 0 0 0.3 0"
139
- }), /*#__PURE__*/React.createElement("feBlend", {
140
- in2: "shape",
141
- result: "effect1_innerShadow_10870_723"
142
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
143
- "in": "SourceAlpha",
144
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
145
- result: "hardAlpha"
146
- }), /*#__PURE__*/React.createElement("feOffset", {
147
- dy: ".113"
148
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
149
- stdDeviation: ".113"
150
- }), /*#__PURE__*/React.createElement("feComposite", {
151
- in2: "hardAlpha",
152
- operator: "arithmetic",
153
- k2: "-1",
154
- k3: "1"
155
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
156
- values: "0 0 0 0 0.853894 0 0 0 0 0.831065 0 0 0 0 1 0 0 0 1 0"
157
- }), /*#__PURE__*/React.createElement("feBlend", {
158
- in2: "effect1_innerShadow_10870_723",
159
- result: "effect2_innerShadow_10870_723"
160
- })), /*#__PURE__*/React.createElement("filter", {
161
- id: "filter2_ii_10870_723",
162
- x: ".749",
163
- y: "2.749",
164
- width: "19.112",
165
- height: "18.252",
166
- filterUnits: "userSpaceOnUse",
167
- "color-interpolationFilters": "sRGB"
168
- }, /*#__PURE__*/React.createElement("feFlood", {
169
- floodOpacity: "0",
170
- result: "BackgroundImageFix"
171
- }), /*#__PURE__*/React.createElement("feBlend", {
172
- "in": "SourceGraphic",
173
- in2: "BackgroundImageFix",
174
- result: "shape"
175
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
176
- "in": "SourceAlpha",
177
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
178
- result: "hardAlpha"
179
- }), /*#__PURE__*/React.createElement("feOffset", {
180
- dy: "-.113"
181
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
182
- stdDeviation: ".113"
183
- }), /*#__PURE__*/React.createElement("feComposite", {
184
- in2: "hardAlpha",
185
- operator: "arithmetic",
186
- k2: "-1",
187
- k3: "1"
188
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
189
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"
190
- }), /*#__PURE__*/React.createElement("feBlend", {
191
- in2: "shape",
192
- result: "effect1_innerShadow_10870_723"
193
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
194
- "in": "SourceAlpha",
195
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
196
- result: "hardAlpha"
197
- }), /*#__PURE__*/React.createElement("feOffset", {
198
- dy: ".113"
199
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
200
- stdDeviation: ".113"
201
- }), /*#__PURE__*/React.createElement("feComposite", {
202
- in2: "hardAlpha",
203
- operator: "arithmetic",
204
- k2: "-1",
205
- k3: "1"
206
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
207
- values: "0 0 0 0 0.854902 0 0 0 0 0.831373 0 0 0 0 1 0 0 0 1 0"
208
- }), /*#__PURE__*/React.createElement("feBlend", {
209
- in2: "effect1_innerShadow_10870_723",
210
- result: "effect2_innerShadow_10870_723"
211
- })), /*#__PURE__*/React.createElement("filter", {
212
- id: "filter3_d_10870_723",
213
- x: "7.246",
214
- y: "8.324",
215
- width: "7.302",
216
- height: "7.853",
217
- filterUnits: "userSpaceOnUse",
218
- "color-interpolationFilters": "sRGB"
219
- }, /*#__PURE__*/React.createElement("feFlood", {
220
- floodOpacity: "0",
221
- result: "BackgroundImageFix"
222
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
223
- "in": "SourceAlpha",
224
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
225
- result: "hardAlpha"
226
- }), /*#__PURE__*/React.createElement("feOffset", {
227
- dy: ".375"
228
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
229
- stdDeviation: ".563"
230
- }), /*#__PURE__*/React.createElement("feComposite", {
231
- in2: "hardAlpha",
232
- operator: "out"
233
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
234
- values: "0 0 0 0 0.439216 0 0 0 0 0.196078 0 0 0 0 1 0 0 0 0.5 0"
235
- }), /*#__PURE__*/React.createElement("feBlend", {
236
- in2: "BackgroundImageFix",
237
- result: "effect1_dropShadow_10870_723"
238
- }), /*#__PURE__*/React.createElement("feBlend", {
239
- "in": "SourceGraphic",
240
- in2: "effect1_dropShadow_10870_723",
241
- result: "shape"
242
- })), /*#__PURE__*/React.createElement("linearGradient", {
243
- id: "paint0_linear_10870_723",
244
- x1: "15.251",
245
- y1: "5",
246
- x2: "13.098",
247
- y2: "18.405",
248
- gradientUnits: "userSpaceOnUse"
249
- }, /*#__PURE__*/React.createElement("stop", {
250
- stopColor: "#B5BAFF"
251
- }), /*#__PURE__*/React.createElement("stop", {
252
- offset: "1",
253
- stopColor: "#7032FF"
254
- })), /*#__PURE__*/React.createElement("linearGradient", {
255
- id: "paint1_linear_10870_723",
256
- x1: "10.305",
257
- y1: "5",
258
- x2: "10.305",
259
- y2: "18.751",
260
- gradientUnits: "userSpaceOnUse"
261
- }, /*#__PURE__*/React.createElement("stop", {
262
- stopColor: "#F4E8FF"
263
- }), /*#__PURE__*/React.createElement("stop", {
264
- offset: "1",
265
- stopColor: "#B0A3FF"
266
- })), /*#__PURE__*/React.createElement("linearGradient", {
267
- id: "paint2_linear_10870_723",
268
- x1: "14.172",
269
- y1: "11.875",
270
- x2: "6.438",
271
- y2: "11.875",
272
- gradientUnits: "userSpaceOnUse"
273
- }, /*#__PURE__*/React.createElement("stop", {
274
- stopColor: "#fff"
275
- }), /*#__PURE__*/React.createElement("stop", {
276
- offset: "1",
277
- stopColor: "#F2EBFF"
278
- })), /*#__PURE__*/React.createElement("clipPath", {
279
- id: "bgblur_1_10870_723_clip_path",
280
- transform: "translate(-.75 -2.75)"
281
- }, /*#__PURE__*/React.createElement("rect", {
282
- x: "3",
283
- y: "5",
284
- width: "14.61",
285
- height: "13.751",
286
- rx: "3.001"
287
- })), /*#__PURE__*/React.createElement("clipPath", {
288
- id: "clip0_10870_723"
289
- }, /*#__PURE__*/React.createElement("rect", {
290
- width: "24",
291
- height: "24",
292
- fill: "#fff"
293
- }))))));
294
- };
295
- BiShortPlayCl.propTypes = {
296
- iconClassName: PropTypes.string,
297
- spin: PropTypes.bool,
298
- color: PropTypes.string,
299
- testid: PropTypes.string,
300
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
301
- };
302
- BiShortPlayCl.defaultProps = {
303
- spin: false,
304
- color: 'currentColor',
305
- size: '1em'
306
- };
307
- export default BiShortPlayCl;