@tant/icons 1.21.62 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tant/icons",
3
- "version": "1.21.62",
3
+ "version": "1.21.63",
4
4
  "description": "Icon automation workflow with Figma",
5
5
  "main": "dist/lib/index.js",
6
6
  "module": "dist/es/index.js",
@@ -1,321 +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 BiAiApplicationCl = function BiAiApplicationCl(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_722)"
50
- }, /*#__PURE__*/React.createElement("g", {
51
- filter: "url(#filter0_f_10870_722)"
52
- }, /*#__PURE__*/React.createElement("ellipse", {
53
- cx: "11.567",
54
- cy: "13.731",
55
- rx: "6.059",
56
- ry: "5.626",
57
- fill: "#004BFF"
58
- })), /*#__PURE__*/React.createElement("g", {
59
- filter: "url(#filter1_ii_10870_722)"
60
- }, /*#__PURE__*/React.createElement("rect", {
61
- x: "1.613",
62
- y: "5.226",
63
- width: "13.549",
64
- height: "13.549",
65
- rx: "6.774",
66
- fill: "url(#paint0_linear_10870_722)"
67
- })), /*#__PURE__*/React.createElement("foreignObject", {
68
- x: "-4.147",
69
- y: "-6.404",
70
- width: "36.809",
71
- height: "36.809"
72
- }, /*#__PURE__*/React.createElement("div", {
73
- xmlns: "http://www.w3.org/1999/xhtml",
74
- style: {
75
- backdropFilter: 'blur(5.14px)height'
76
- },
77
- clipPath: "url(#bgblur_1_10870_722_clip_path)"
78
- })), /*#__PURE__*/React.createElement("g", {
79
- filter: "url(#filter2_ii_10870_722)",
80
- "data-figma-bg-blurRadius": "10.275"
81
- }, /*#__PURE__*/React.createElement("circle", {
82
- cx: "14.258",
83
- cy: "12",
84
- r: "8.129",
85
- fill: "url(#paint1_linear_10870_722)",
86
- fillOpacity: ".4"
87
- })), /*#__PURE__*/React.createElement("g", {
88
- filter: "url(#filter3_d_10870_722)"
89
- }, /*#__PURE__*/React.createElement("path", {
90
- d: "M18.323 8.387v6.323h-1.264V8.387h1.264z",
91
- fill: "url(#paint2_linear_10870_722)"
92
- }), /*#__PURE__*/React.createElement("path", {
93
- d: "M14.347 13.093h-2.358l-.507 1.617h-1.288l2.23-6.323h1.56l2.23 6.323h-1.36l-.507-1.617zm-.322-1.007l-.853-2.738-.861 2.738h1.714z",
94
- fill: "url(#paint3_linear_10870_722)"
95
- }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
96
- id: "paint0_linear_10870_722",
97
- x1: "8.387",
98
- y1: "5.226",
99
- x2: "8.387",
100
- y2: "18.774",
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_722",
109
- x1: "14.258",
110
- y1: "3.871",
111
- x2: "14.258",
112
- y2: "20.129",
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_722",
121
- x1: "14.258",
122
- y1: "8.387",
123
- x2: "14.258",
124
- y2: "14.71",
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_722",
133
- x1: "14.258",
134
- y1: "8.387",
135
- x2: "14.258",
136
- y2: "14.71",
137
- gradientUnits: "userSpaceOnUse"
138
- }, /*#__PURE__*/React.createElement("stop", {
139
- stopColor: "#fff"
140
- }), /*#__PURE__*/React.createElement("stop", {
141
- offset: "1",
142
- stopColor: "#E2F2FF"
143
- })), /*#__PURE__*/React.createElement("filter", {
144
- id: "filter0_f_10870_722",
145
- x: "-94.492",
146
- y: "-91.895",
147
- width: "212.118",
148
- height: "211.253",
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("feGaussianBlur", {
159
- stdDeviation: "50",
160
- result: "effect1_foregroundBlur_10870_722"
161
- })), /*#__PURE__*/React.createElement("filter", {
162
- id: "filter1_ii_10870_722",
163
- x: "1.613",
164
- y: "4.712",
165
- width: "13.548",
166
- height: "14.576",
167
- filterUnits: "userSpaceOnUse",
168
- "color-interpolationFilters": "sRGB"
169
- }, /*#__PURE__*/React.createElement("feFlood", {
170
- floodOpacity: "0",
171
- result: "BackgroundImageFix"
172
- }), /*#__PURE__*/React.createElement("feBlend", {
173
- "in": "SourceGraphic",
174
- in2: "BackgroundImageFix",
175
- result: "shape"
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: "-.514"
182
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
183
- stdDeviation: ".514"
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 0 0 0 0 0.294118 0 0 0 0 1 0 0 0 0.3 0"
191
- }), /*#__PURE__*/React.createElement("feBlend", {
192
- in2: "shape",
193
- result: "effect1_innerShadow_10870_722"
194
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
195
- "in": "SourceAlpha",
196
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
197
- result: "hardAlpha"
198
- }), /*#__PURE__*/React.createElement("feOffset", {
199
- dy: ".514"
200
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
201
- stdDeviation: ".514"
202
- }), /*#__PURE__*/React.createElement("feComposite", {
203
- in2: "hardAlpha",
204
- operator: "arithmetic",
205
- k2: "-1",
206
- k3: "1"
207
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
208
- values: "0 0 0 0 0.807843 0 0 0 0 0.862745 0 0 0 0 1 0 0 0 1 0"
209
- }), /*#__PURE__*/React.createElement("feBlend", {
210
- in2: "effect1_innerShadow_10870_722",
211
- result: "effect2_innerShadow_10870_722"
212
- })), /*#__PURE__*/React.createElement("filter", {
213
- id: "filter2_ii_10870_722",
214
- x: "-4.147",
215
- y: "-6.404",
216
- width: "36.809",
217
- height: "36.809",
218
- filterUnits: "userSpaceOnUse",
219
- "color-interpolationFilters": "sRGB"
220
- }, /*#__PURE__*/React.createElement("feFlood", {
221
- floodOpacity: "0",
222
- result: "BackgroundImageFix"
223
- }), /*#__PURE__*/React.createElement("feBlend", {
224
- "in": "SourceGraphic",
225
- in2: "BackgroundImageFix",
226
- result: "shape"
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: "-.514"
233
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
234
- stdDeviation: ".514"
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 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.8 0"
242
- }), /*#__PURE__*/React.createElement("feBlend", {
243
- in2: "shape",
244
- result: "effect1_innerShadow_10870_722"
245
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
246
- "in": "SourceAlpha",
247
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
248
- result: "hardAlpha"
249
- }), /*#__PURE__*/React.createElement("feOffset", {
250
- dy: ".514"
251
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
252
- stdDeviation: ".514"
253
- }), /*#__PURE__*/React.createElement("feComposite", {
254
- in2: "hardAlpha",
255
- operator: "arithmetic",
256
- k2: "-1",
257
- k3: "1"
258
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
259
- values: "0 0 0 0 0.807843 0 0 0 0 0.862745 0 0 0 0 1 0 0 0 1 0"
260
- }), /*#__PURE__*/React.createElement("feBlend", {
261
- in2: "effect1_innerShadow_10870_722",
262
- result: "effect2_innerShadow_10870_722"
263
- })), /*#__PURE__*/React.createElement("filter", {
264
- id: "filter3_d_10870_722",
265
- x: "3.344",
266
- y: "3.249",
267
- width: "21.829",
268
- height: "20.023",
269
- filterUnits: "userSpaceOnUse",
270
- "color-interpolationFilters": "sRGB"
271
- }, /*#__PURE__*/React.createElement("feFlood", {
272
- floodOpacity: "0",
273
- result: "BackgroundImageFix"
274
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
275
- "in": "SourceAlpha",
276
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
277
- result: "hardAlpha"
278
- }), /*#__PURE__*/React.createElement("feOffset", {
279
- dy: "1.713"
280
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
281
- stdDeviation: "3.425"
282
- }), /*#__PURE__*/React.createElement("feComposite", {
283
- in2: "hardAlpha",
284
- operator: "out"
285
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
286
- values: "0 0 0 0 0 0 0 0 0 0.294118 0 0 0 0 1 0 0 0 0.5 0"
287
- }), /*#__PURE__*/React.createElement("feBlend", {
288
- in2: "BackgroundImageFix",
289
- result: "effect1_dropShadow_10870_722"
290
- }), /*#__PURE__*/React.createElement("feBlend", {
291
- "in": "SourceGraphic",
292
- in2: "effect1_dropShadow_10870_722",
293
- result: "shape"
294
- })), /*#__PURE__*/React.createElement("clipPath", {
295
- id: "bgblur_1_10870_722_clip_path",
296
- transform: "translate(4.147 6.404)"
297
- }, /*#__PURE__*/React.createElement("circle", {
298
- cx: "14.258",
299
- cy: "12",
300
- r: "8.129"
301
- })), /*#__PURE__*/React.createElement("clipPath", {
302
- id: "clip0_10870_722"
303
- }, /*#__PURE__*/React.createElement("rect", {
304
- width: "24",
305
- height: "24",
306
- fill: "#fff"
307
- }))))));
308
- };
309
- BiAiApplicationCl.propTypes = {
310
- iconClassName: PropTypes.string,
311
- spin: PropTypes.bool,
312
- color: PropTypes.string,
313
- testid: PropTypes.string,
314
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
315
- };
316
- BiAiApplicationCl.defaultProps = {
317
- spin: false,
318
- color: 'currentColor',
319
- size: '1em'
320
- };
321
- export default BiAiApplicationCl;