@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,303 +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 BiSlgGameCl = function BiSlgGameCl(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_717)"
50
- }, /*#__PURE__*/React.createElement("ellipse", {
51
- cx: "11.54",
52
- cy: "13.843",
53
- rx: "6.449",
54
- ry: "5.989",
55
- fill: "#004BFF"
56
- }), /*#__PURE__*/React.createElement("g", {
57
- filter: "url(#filter0_ii_10870_717)"
58
- }, /*#__PURE__*/React.createElement("rect", {
59
- x: ".944",
60
- y: "4.79",
61
- width: "14.421",
62
- height: "14.421",
63
- rx: "7.21",
64
- fill: "url(#paint0_linear_10870_717)"
65
- })), /*#__PURE__*/React.createElement("foreignObject", {
66
- x: "-4.749",
67
- y: "-7.152",
68
- width: "38.305",
69
- height: "38.305"
70
- }, /*#__PURE__*/React.createElement("div", {
71
- xmlns: "http://www.w3.org/1999/xhtml",
72
- style: {
73
- backdropFilter: 'blur(5.25px)height'
74
- },
75
- clipPath: "url(#bgblur_1_10870_717_clip_path)"
76
- })), /*#__PURE__*/React.createElement("g", {
77
- filter: "url(#filter1_ii_10870_717)",
78
- "data-figma-bg-blurRadius": "10.5"
79
- }, /*#__PURE__*/React.createElement("circle", {
80
- cx: "14.403",
81
- cy: "12",
82
- r: "8.652",
83
- fill: "url(#paint1_linear_10870_717)",
84
- fillOpacity: ".4"
85
- })), /*#__PURE__*/React.createElement("g", {
86
- filter: "url(#filter2_d_10870_717)"
87
- }, /*#__PURE__*/React.createElement("path", {
88
- d: "M15.336 14.993l.134-1.631 3.26.935v-1.29l-3.185-2.76V8.36c0-.656-.511-1.647-1.141-1.647s-1.141.991-1.141 1.647v1.888l-3.185 2.76v1.29l3.19-.935.166 1.815c.002.057.006.113.013.17l-.737.694v.766l1.703-.586.027-.01 1.63.596v-.766l-.76-.717.026-.33z",
89
- fill: "url(#paint2_linear_10870_717)"
90
- })), /*#__PURE__*/React.createElement("circle", {
91
- cx: "14.403",
92
- cy: "12",
93
- r: "7.191",
94
- stroke: "url(#paint3_linear_10870_717)"
95
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
96
- id: "paint0_linear_10870_717",
97
- x1: "8.155",
98
- y1: "4.79",
99
- x2: "8.155",
100
- y2: "19.21",
101
- gradientUnits: "userSpaceOnUse"
102
- }, /*#__PURE__*/React.createElement("stop", {
103
- stopColor: "#CEDCFF"
104
- }), /*#__PURE__*/React.createElement("stop", {
105
- offset: "1",
106
- stopColor: "#326FFF"
107
- })), /*#__PURE__*/React.createElement("linearGradient", {
108
- id: "paint1_linear_10870_717",
109
- x1: "14.403",
110
- y1: "3.348",
111
- x2: "14.403",
112
- y2: "20.652",
113
- gradientUnits: "userSpaceOnUse"
114
- }, /*#__PURE__*/React.createElement("stop", {
115
- stopColor: "#EDF7FF"
116
- }), /*#__PURE__*/React.createElement("stop", {
117
- offset: "1",
118
- stopColor: "#CEDCFF"
119
- })), /*#__PURE__*/React.createElement("linearGradient", {
120
- id: "paint2_linear_10870_717",
121
- x1: "14.404",
122
- y1: "5.476",
123
- x2: "14.404",
124
- y2: "16.807",
125
- gradientUnits: "userSpaceOnUse"
126
- }, /*#__PURE__*/React.createElement("stop", {
127
- stopColor: "#fff"
128
- }), /*#__PURE__*/React.createElement("stop", {
129
- offset: "1",
130
- stopColor: "#E2F2FF"
131
- })), /*#__PURE__*/React.createElement("linearGradient", {
132
- id: "paint3_linear_10870_717",
133
- x1: "14.403",
134
- y1: "4.309",
135
- x2: "14.403",
136
- y2: "19.691",
137
- gradientUnits: "userSpaceOnUse"
138
- }, /*#__PURE__*/React.createElement("stop", {
139
- stopColor: "#fff"
140
- }), /*#__PURE__*/React.createElement("stop", {
141
- offset: "1",
142
- stopColor: "#E2EAFF"
143
- })), /*#__PURE__*/React.createElement("filter", {
144
- id: "filter0_ii_10870_717",
145
- x: ".944",
146
- y: "4.242",
147
- width: "14.42",
148
- height: "15.516",
149
- filterUnits: "userSpaceOnUse",
150
- "color-interpolationFilters": "sRGB"
151
- }, /*#__PURE__*/React.createElement("feFlood", {
152
- floodOpacity: "0",
153
- result: "BackgroundImageFix"
154
- }), /*#__PURE__*/React.createElement("feBlend", {
155
- "in": "SourceGraphic",
156
- in2: "BackgroundImageFix",
157
- result: "shape"
158
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
159
- "in": "SourceAlpha",
160
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
161
- result: "hardAlpha"
162
- }), /*#__PURE__*/React.createElement("feOffset", {
163
- dy: "-.548"
164
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
165
- stdDeviation: ".548"
166
- }), /*#__PURE__*/React.createElement("feComposite", {
167
- in2: "hardAlpha",
168
- operator: "arithmetic",
169
- k2: "-1",
170
- k3: "1"
171
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
172
- values: "0 0 0 0 0 0 0 0 0 0.294118 0 0 0 0 1 0 0 0 0.3 0"
173
- }), /*#__PURE__*/React.createElement("feBlend", {
174
- in2: "shape",
175
- result: "effect1_innerShadow_10870_717"
176
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
177
- "in": "SourceAlpha",
178
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
179
- result: "hardAlpha"
180
- }), /*#__PURE__*/React.createElement("feOffset", {
181
- dy: ".548"
182
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
183
- stdDeviation: ".548"
184
- }), /*#__PURE__*/React.createElement("feComposite", {
185
- in2: "hardAlpha",
186
- operator: "arithmetic",
187
- k2: "-1",
188
- k3: "1"
189
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
190
- values: "0 0 0 0 0.807843 0 0 0 0 0.862745 0 0 0 0 1 0 0 0 1 0"
191
- }), /*#__PURE__*/React.createElement("feBlend", {
192
- in2: "effect1_innerShadow_10870_717",
193
- result: "effect2_innerShadow_10870_717"
194
- })), /*#__PURE__*/React.createElement("filter", {
195
- id: "filter1_ii_10870_717",
196
- x: "-4.749",
197
- y: "-7.152",
198
- width: "38.305",
199
- height: "38.305",
200
- filterUnits: "userSpaceOnUse",
201
- "color-interpolationFilters": "sRGB"
202
- }, /*#__PURE__*/React.createElement("feFlood", {
203
- floodOpacity: "0",
204
- result: "BackgroundImageFix"
205
- }), /*#__PURE__*/React.createElement("feBlend", {
206
- "in": "SourceGraphic",
207
- in2: "BackgroundImageFix",
208
- result: "shape"
209
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
210
- "in": "SourceAlpha",
211
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
212
- result: "hardAlpha"
213
- }), /*#__PURE__*/React.createElement("feOffset", {
214
- dy: "-.525"
215
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
216
- stdDeviation: ".525"
217
- }), /*#__PURE__*/React.createElement("feComposite", {
218
- in2: "hardAlpha",
219
- operator: "arithmetic",
220
- k2: "-1",
221
- k3: "1"
222
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
223
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"
224
- }), /*#__PURE__*/React.createElement("feBlend", {
225
- in2: "shape",
226
- result: "effect1_innerShadow_10870_717"
227
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
228
- "in": "SourceAlpha",
229
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
230
- result: "hardAlpha"
231
- }), /*#__PURE__*/React.createElement("feOffset", {
232
- dy: ".525"
233
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
234
- stdDeviation: ".525"
235
- }), /*#__PURE__*/React.createElement("feComposite", {
236
- in2: "hardAlpha",
237
- operator: "arithmetic",
238
- k2: "-1",
239
- k3: "1"
240
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
241
- values: "0 0 0 0 0.807843 0 0 0 0 0.862745 0 0 0 0 1 0 0 0 1 0"
242
- }), /*#__PURE__*/React.createElement("feBlend", {
243
- in2: "effect1_innerShadow_10870_717",
244
- result: "effect2_innerShadow_10870_717"
245
- })), /*#__PURE__*/React.createElement("filter", {
246
- id: "filter2_d_10870_717",
247
- x: "2.773",
248
- y: "1.234",
249
- width: "23.261",
250
- height: "24.703",
251
- filterUnits: "userSpaceOnUse",
252
- "color-interpolationFilters": "sRGB"
253
- }, /*#__PURE__*/React.createElement("feFlood", {
254
- floodOpacity: "0",
255
- result: "BackgroundImageFix"
256
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
257
- "in": "SourceAlpha",
258
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
259
- result: "hardAlpha"
260
- }), /*#__PURE__*/React.createElement("feOffset", {
261
- dy: "1.826"
262
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
263
- stdDeviation: "3.652"
264
- }), /*#__PURE__*/React.createElement("feComposite", {
265
- in2: "hardAlpha",
266
- operator: "out"
267
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
268
- values: "0 0 0 0 0 0 0 0 0 0.294118 0 0 0 0 1 0 0 0 0.5 0"
269
- }), /*#__PURE__*/React.createElement("feBlend", {
270
- in2: "BackgroundImageFix",
271
- result: "effect1_dropShadow_10870_717"
272
- }), /*#__PURE__*/React.createElement("feBlend", {
273
- "in": "SourceGraphic",
274
- in2: "effect1_dropShadow_10870_717",
275
- result: "shape"
276
- })), /*#__PURE__*/React.createElement("clipPath", {
277
- id: "bgblur_1_10870_717_clip_path",
278
- transform: "translate(4.749 7.152)"
279
- }, /*#__PURE__*/React.createElement("circle", {
280
- cx: "14.403",
281
- cy: "12",
282
- r: "8.652"
283
- })), /*#__PURE__*/React.createElement("clipPath", {
284
- id: "clip0_10870_717"
285
- }, /*#__PURE__*/React.createElement("rect", {
286
- width: "24",
287
- height: "24",
288
- fill: "#fff"
289
- }))))));
290
- };
291
- BiSlgGameCl.propTypes = {
292
- iconClassName: PropTypes.string,
293
- spin: PropTypes.bool,
294
- color: PropTypes.string,
295
- testid: PropTypes.string,
296
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
297
- };
298
- BiSlgGameCl.defaultProps = {
299
- spin: false,
300
- color: 'currentColor',
301
- size: '1em'
302
- };
303
- export default BiSlgGameCl;