@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,415 +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 BiEducationCl = function BiEducationCl(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_725)"
50
- }, /*#__PURE__*/React.createElement("g", {
51
- opacity: ".6",
52
- filter: "url(#filter0_f_10870_725)"
53
- }, /*#__PURE__*/React.createElement("ellipse", {
54
- cx: "12.5",
55
- cy: "15.827",
56
- rx: "6.731",
57
- ry: "6.25",
58
- fill: "#004BFF"
59
- })), /*#__PURE__*/React.createElement("g", {
60
- filter: "url(#filter1_ii_10870_725)"
61
- }, /*#__PURE__*/React.createElement("path", {
62
- d: "M6.287 13.133s1.553-2.595 6.213-2.595 6.213 2.595 6.213 2.595l.518 5.868s-1.683 2.595-6.73 2.595c-5.049 0-6.732-2.595-6.732-2.595l.518-5.868z",
63
- fill: "url(#paint0_linear_10870_725)"
64
- })), /*#__PURE__*/React.createElement("foreignObject", {
65
- x: "-1.303",
66
- y: "4.33",
67
- width: "27.607",
68
- height: "14.341"
69
- }, /*#__PURE__*/React.createElement("div", {
70
- xmlns: "http://www.w3.org/1999/xhtml",
71
- style: {
72
- backdropFilter: 'blur(1.2px)height'
73
- },
74
- clipPath: "url(#bgblur_1_10870_725_clip_path)"
75
- })), /*#__PURE__*/React.createElement("g", {
76
- filter: "url(#filter2_ii_10870_725)",
77
- "data-figma-bg-blurRadius": "2.405"
78
- }, /*#__PURE__*/React.createElement("path", {
79
- d: "M1.507 12.096a.641.641 0 010-1.192l10.108-4a2.405 2.405 0 011.77 0l10.108 4c.54.213.54.979 0 1.192l-10.108 4a2.405 2.405 0 01-1.77 0l-10.108-4z",
80
- fill: "url(#paint1_linear_10870_725)",
81
- fillOpacity: ".4"
82
- })), /*#__PURE__*/React.createElement("g", {
83
- filter: "url(#filter3_d_10870_725)"
84
- }, /*#__PURE__*/React.createElement("path", {
85
- d: "M13.823 10.726l6.562 2.6-1.11.44-6.546-2.59 1.094-.45z",
86
- fill: "url(#paint2_linear_10870_725)"
87
- })), /*#__PURE__*/React.createElement("g", {
88
- filter: "url(#filter4_ii_10870_725)"
89
- }, /*#__PURE__*/React.createElement("path", {
90
- d: "M20.385 13.327l.961-.375v4.245a.48.48 0 11-.961 0v-3.87z",
91
- fill: "url(#paint3_linear_10870_725)"
92
- })), /*#__PURE__*/React.createElement("g", {
93
- filter: "url(#filter5_d_10870_725)"
94
- }, /*#__PURE__*/React.createElement("path", {
95
- d: "M12.5 11.5c.797 0 1.443-.323 1.443-.721v-.48c0-.4-.646-.722-1.443-.722-.796 0-1.442.323-1.442.721v.48c0 .4.646.722 1.442.722z",
96
- fill: "url(#paint4_linear_10870_725)"
97
- }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("filter", {
98
- id: "filter0_f_10870_725",
99
- x: "1.761",
100
- y: "5.568",
101
- width: "21.479",
102
- height: "20.518",
103
- filterUnits: "userSpaceOnUse",
104
- "color-interpolationFilters": "sRGB"
105
- }, /*#__PURE__*/React.createElement("feFlood", {
106
- floodOpacity: "0",
107
- result: "BackgroundImageFix"
108
- }), /*#__PURE__*/React.createElement("feBlend", {
109
- "in": "SourceGraphic",
110
- in2: "BackgroundImageFix",
111
- result: "shape"
112
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
113
- stdDeviation: "2.004",
114
- result: "effect1_foregroundBlur_10870_725"
115
- })), /*#__PURE__*/React.createElement("filter", {
116
- id: "filter1_ii_10870_725",
117
- x: "5.769",
118
- y: "10.418",
119
- width: "13.462",
120
- height: "11.298",
121
- filterUnits: "userSpaceOnUse",
122
- "color-interpolationFilters": "sRGB"
123
- }, /*#__PURE__*/React.createElement("feFlood", {
124
- floodOpacity: "0",
125
- result: "BackgroundImageFix"
126
- }), /*#__PURE__*/React.createElement("feBlend", {
127
- "in": "SourceGraphic",
128
- in2: "BackgroundImageFix",
129
- result: "shape"
130
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
131
- "in": "SourceAlpha",
132
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
133
- result: "hardAlpha"
134
- }), /*#__PURE__*/React.createElement("feOffset", {
135
- dy: "-.12"
136
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
137
- stdDeviation: ".12"
138
- }), /*#__PURE__*/React.createElement("feComposite", {
139
- in2: "hardAlpha",
140
- operator: "arithmetic",
141
- k2: "-1",
142
- k3: "1"
143
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
144
- values: "0 0 0 0 0 0 0 0 0 0.294118 0 0 0 0 1 0 0 0 0.3 0"
145
- }), /*#__PURE__*/React.createElement("feBlend", {
146
- in2: "shape",
147
- result: "effect1_innerShadow_10870_725"
148
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
149
- "in": "SourceAlpha",
150
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
151
- result: "hardAlpha"
152
- }), /*#__PURE__*/React.createElement("feOffset", {
153
- dy: ".12"
154
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
155
- stdDeviation: ".12"
156
- }), /*#__PURE__*/React.createElement("feComposite", {
157
- in2: "hardAlpha",
158
- operator: "arithmetic",
159
- k2: "-1",
160
- k3: "1"
161
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
162
- values: "0 0 0 0 0.807843 0 0 0 0 0.862745 0 0 0 0 1 0 0 0 1 0"
163
- }), /*#__PURE__*/React.createElement("feBlend", {
164
- in2: "effect1_innerShadow_10870_725",
165
- result: "effect2_innerShadow_10870_725"
166
- })), /*#__PURE__*/React.createElement("filter", {
167
- id: "filter2_ii_10870_725",
168
- x: "-1.303",
169
- y: "4.33",
170
- width: "27.607",
171
- height: "14.341",
172
- filterUnits: "userSpaceOnUse",
173
- "color-interpolationFilters": "sRGB"
174
- }, /*#__PURE__*/React.createElement("feFlood", {
175
- floodOpacity: "0",
176
- result: "BackgroundImageFix"
177
- }), /*#__PURE__*/React.createElement("feBlend", {
178
- "in": "SourceGraphic",
179
- in2: "BackgroundImageFix",
180
- result: "shape"
181
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
182
- "in": "SourceAlpha",
183
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
184
- result: "hardAlpha"
185
- }), /*#__PURE__*/React.createElement("feOffset", {
186
- dy: "-.12"
187
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
188
- stdDeviation: ".12"
189
- }), /*#__PURE__*/React.createElement("feComposite", {
190
- in2: "hardAlpha",
191
- operator: "arithmetic",
192
- k2: "-1",
193
- k3: "1"
194
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
195
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"
196
- }), /*#__PURE__*/React.createElement("feBlend", {
197
- in2: "shape",
198
- result: "effect1_innerShadow_10870_725"
199
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
200
- "in": "SourceAlpha",
201
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
202
- result: "hardAlpha"
203
- }), /*#__PURE__*/React.createElement("feOffset", {
204
- dy: ".12"
205
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
206
- stdDeviation: ".12"
207
- }), /*#__PURE__*/React.createElement("feComposite", {
208
- in2: "hardAlpha",
209
- operator: "arithmetic",
210
- k2: "-1",
211
- k3: "1"
212
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
213
- values: "0 0 0 0 0.807843 0 0 0 0 0.862745 0 0 0 0 1 0 0 0 1 0"
214
- }), /*#__PURE__*/React.createElement("feBlend", {
215
- in2: "effect1_innerShadow_10870_725",
216
- result: "effect2_innerShadow_10870_725"
217
- })), /*#__PURE__*/React.createElement("filter", {
218
- id: "filter3_d_10870_725",
219
- x: "11.125",
220
- y: "9.523",
221
- width: "10.863",
222
- height: "6.247",
223
- filterUnits: "userSpaceOnUse",
224
- "color-interpolationFilters": "sRGB"
225
- }, /*#__PURE__*/React.createElement("feFlood", {
226
- floodOpacity: "0",
227
- result: "BackgroundImageFix"
228
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
229
- "in": "SourceAlpha",
230
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
231
- result: "hardAlpha"
232
- }), /*#__PURE__*/React.createElement("feOffset", {
233
- dy: ".401"
234
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
235
- stdDeviation: ".802"
236
- }), /*#__PURE__*/React.createElement("feComposite", {
237
- in2: "hardAlpha",
238
- operator: "out"
239
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
240
- values: "0 0 0 0 0 0 0 0 0 0.294118 0 0 0 0 1 0 0 0 0.5 0"
241
- }), /*#__PURE__*/React.createElement("feBlend", {
242
- in2: "BackgroundImageFix",
243
- result: "effect1_dropShadow_10870_725"
244
- }), /*#__PURE__*/React.createElement("feBlend", {
245
- "in": "SourceGraphic",
246
- in2: "effect1_dropShadow_10870_725",
247
- result: "shape"
248
- })), /*#__PURE__*/React.createElement("filter", {
249
- id: "filter4_ii_10870_725",
250
- x: "20.385",
251
- y: "12.832",
252
- width: ".961",
253
- height: "4.967",
254
- filterUnits: "userSpaceOnUse",
255
- "color-interpolationFilters": "sRGB"
256
- }, /*#__PURE__*/React.createElement("feFlood", {
257
- floodOpacity: "0",
258
- result: "BackgroundImageFix"
259
- }), /*#__PURE__*/React.createElement("feBlend", {
260
- "in": "SourceGraphic",
261
- in2: "BackgroundImageFix",
262
- result: "shape"
263
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
264
- "in": "SourceAlpha",
265
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
266
- result: "hardAlpha"
267
- }), /*#__PURE__*/React.createElement("feOffset", {
268
- dy: "-.12"
269
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
270
- stdDeviation: ".12"
271
- }), /*#__PURE__*/React.createElement("feComposite", {
272
- in2: "hardAlpha",
273
- operator: "arithmetic",
274
- k2: "-1",
275
- k3: "1"
276
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
277
- values: "0 0 0 0 0 0 0 0 0 0.294118 0 0 0 0 1 0 0 0 0.3 0"
278
- }), /*#__PURE__*/React.createElement("feBlend", {
279
- in2: "shape",
280
- result: "effect1_innerShadow_10870_725"
281
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
282
- "in": "SourceAlpha",
283
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
284
- result: "hardAlpha"
285
- }), /*#__PURE__*/React.createElement("feOffset", {
286
- dy: ".12"
287
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
288
- stdDeviation: ".12"
289
- }), /*#__PURE__*/React.createElement("feComposite", {
290
- in2: "hardAlpha",
291
- operator: "arithmetic",
292
- k2: "-1",
293
- k3: "1"
294
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
295
- values: "0 0 0 0 0.807843 0 0 0 0 0.862745 0 0 0 0 1 0 0 0 1 0"
296
- }), /*#__PURE__*/React.createElement("feBlend", {
297
- in2: "effect1_innerShadow_10870_725",
298
- result: "effect2_innerShadow_10870_725"
299
- })), /*#__PURE__*/React.createElement("filter", {
300
- id: "filter5_d_10870_725",
301
- x: "9.454",
302
- y: "8.374",
303
- width: "6.092",
304
- height: "5.13",
305
- filterUnits: "userSpaceOnUse",
306
- "color-interpolationFilters": "sRGB"
307
- }, /*#__PURE__*/React.createElement("feFlood", {
308
- floodOpacity: "0",
309
- result: "BackgroundImageFix"
310
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
311
- "in": "SourceAlpha",
312
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
313
- result: "hardAlpha"
314
- }), /*#__PURE__*/React.createElement("feOffset", {
315
- dy: ".401"
316
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
317
- stdDeviation: ".802"
318
- }), /*#__PURE__*/React.createElement("feComposite", {
319
- in2: "hardAlpha",
320
- operator: "out"
321
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
322
- values: "0 0 0 0 0 0 0 0 0 0.294118 0 0 0 0 1 0 0 0 0.5 0"
323
- }), /*#__PURE__*/React.createElement("feBlend", {
324
- in2: "BackgroundImageFix",
325
- result: "effect1_dropShadow_10870_725"
326
- }), /*#__PURE__*/React.createElement("feBlend", {
327
- "in": "SourceGraphic",
328
- in2: "effect1_dropShadow_10870_725",
329
- result: "shape"
330
- })), /*#__PURE__*/React.createElement("linearGradient", {
331
- id: "paint0_linear_10870_725",
332
- x1: "12.5",
333
- y1: "7.968",
334
- x2: "12.5",
335
- y2: "23.138",
336
- gradientUnits: "userSpaceOnUse"
337
- }, /*#__PURE__*/React.createElement("stop", {
338
- stopColor: "#CEDCFF"
339
- }), /*#__PURE__*/React.createElement("stop", {
340
- offset: "1",
341
- stopColor: "#326FFF"
342
- })), /*#__PURE__*/React.createElement("linearGradient", {
343
- id: "paint1_linear_10870_725",
344
- x1: "7.543",
345
- y1: "6.543",
346
- x2: "18.75",
347
- y2: "17.75",
348
- gradientUnits: "userSpaceOnUse"
349
- }, /*#__PURE__*/React.createElement("stop", {
350
- stopColor: "#EDF7FF"
351
- }), /*#__PURE__*/React.createElement("stop", {
352
- offset: "1",
353
- stopColor: "#CEDCFF"
354
- })), /*#__PURE__*/React.createElement("linearGradient", {
355
- id: "paint2_linear_10870_725",
356
- x1: "16.198",
357
- y1: "11.571",
358
- x2: "15.867",
359
- y2: "12.407",
360
- gradientUnits: "userSpaceOnUse"
361
- }, /*#__PURE__*/React.createElement("stop", {
362
- stopColor: "#fff"
363
- }), /*#__PURE__*/React.createElement("stop", {
364
- offset: "1",
365
- stopColor: "#E2F2FF"
366
- })), /*#__PURE__*/React.createElement("linearGradient", {
367
- id: "paint3_linear_10870_725",
368
- x1: "20.866",
369
- y1: "11.753",
370
- x2: "20.866",
371
- y2: "18.348",
372
- gradientUnits: "userSpaceOnUse"
373
- }, /*#__PURE__*/React.createElement("stop", {
374
- stopColor: "#CEDCFF"
375
- }), /*#__PURE__*/React.createElement("stop", {
376
- offset: "1",
377
- stopColor: "#6995FF"
378
- })), /*#__PURE__*/React.createElement("linearGradient", {
379
- id: "paint4_linear_10870_725",
380
- x1: "12.5",
381
- y1: "9.577",
382
- x2: "12.5",
383
- y2: "11.5",
384
- gradientUnits: "userSpaceOnUse"
385
- }, /*#__PURE__*/React.createElement("stop", {
386
- stopColor: "#fff"
387
- }), /*#__PURE__*/React.createElement("stop", {
388
- offset: "1",
389
- stopColor: "#E2F2FF"
390
- })), /*#__PURE__*/React.createElement("clipPath", {
391
- id: "bgblur_1_10870_725_clip_path",
392
- transform: "translate(1.303 -4.33)"
393
- }, /*#__PURE__*/React.createElement("path", {
394
- d: "M1.507 12.096a.641.641 0 010-1.192l10.108-4a2.405 2.405 0 011.77 0l10.108 4c.54.213.54.979 0 1.192l-10.108 4a2.405 2.405 0 01-1.77 0l-10.108-4z"
395
- })), /*#__PURE__*/React.createElement("clipPath", {
396
- id: "clip0_10870_725"
397
- }, /*#__PURE__*/React.createElement("rect", {
398
- width: "24",
399
- height: "24",
400
- fill: "#fff"
401
- }))))));
402
- };
403
- BiEducationCl.propTypes = {
404
- iconClassName: PropTypes.string,
405
- spin: PropTypes.bool,
406
- color: PropTypes.string,
407
- testid: PropTypes.string,
408
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
409
- };
410
- BiEducationCl.defaultProps = {
411
- spin: false,
412
- color: 'currentColor',
413
- size: '1em'
414
- };
415
- export default BiEducationCl;