@tant/icons 1.4.1 → 1.4.5
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/dist/es/icons/date-mark-cl.js +1 -1
- package/dist/es/icons/e-property-sm.js +3 -9
- package/dist/es/icons/event-sm.js +3 -1
- package/dist/es/icons/flag-cn.js +1 -1
- package/dist/es/icons/flag-us.js +1 -1
- package/dist/es/icons/font- italic.js +1 -1
- package/dist/es/icons/font-bg-color.js +2 -11
- package/dist/es/icons/font-bold.js +1 -3
- package/dist/es/icons/font-color.js +1 -3
- package/dist/es/icons/font-size.js +1 -1
- package/dist/es/icons/list-ordered.js +3 -1
- package/dist/es/icons/list-unordered.js +3 -1
- package/dist/es/icons/logo-litmatch-cl.js +208 -0
- package/dist/es/icons/m-attribution-cl.js +111 -0
- package/dist/es/icons/m-event-cl.js +1 -1
- package/dist/es/icons/palette.js +1 -1
- package/dist/es/icons/shut-down.js +60 -0
- package/dist/es/icons/{asset-convert.js → subtract-3.js} +5 -9
- package/dist/es/icons/thumb-down.js +60 -0
- package/dist/es/index.js +9 -5
- package/dist/index.d.ts +9 -5
- package/dist/lib/icons/date-mark-cl.js +1 -1
- package/dist/lib/icons/e-property-sm.js +3 -9
- package/dist/lib/icons/event-sm.js +3 -1
- package/dist/lib/icons/flag-cn.js +1 -1
- package/dist/lib/icons/flag-us.js +1 -1
- package/dist/lib/icons/font- italic.js +1 -1
- package/dist/lib/icons/font-bg-color.js +2 -11
- package/dist/lib/icons/font-bold.js +1 -3
- package/dist/lib/icons/font-color.js +1 -3
- package/dist/lib/icons/font-size.js +1 -1
- package/dist/lib/icons/list-ordered.js +3 -1
- package/dist/lib/icons/list-unordered.js +3 -1
- package/dist/lib/icons/logo-litmatch-cl.js +216 -0
- package/dist/lib/icons/m-attribution-cl.js +119 -0
- package/dist/lib/icons/m-event-cl.js +1 -1
- package/dist/lib/icons/palette.js +1 -1
- package/dist/lib/icons/shut-down.js +68 -0
- package/dist/lib/icons/{asset-convert.js → subtract-3.js} +5 -9
- package/dist/lib/icons/thumb-down.js +68 -0
- package/dist/lib/index.js +40 -12
- package/dist/tant-icons.cjs.js +1694 -1312
- package/dist/tant-icons.esm.js +1690 -1312
- package/package.json +1 -1
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
2
|
+
var _excluded = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
5
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
6
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
7
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
8
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
9
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import PropTypes from 'prop-types';
|
|
13
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14
|
+
var ThumbDown = function ThumbDown(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
|
+
otherProps = _objectWithoutProperties(props, _excluded);
|
|
22
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
23
|
+
role: "img",
|
|
24
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
26
|
+
children: loadingCircleStyle
|
|
27
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
width: size,
|
|
30
|
+
height: size,
|
|
31
|
+
viewBox: "0 0 24 24",
|
|
32
|
+
fill: color
|
|
33
|
+
}, otherProps, {
|
|
34
|
+
className: iconClassName,
|
|
35
|
+
style: _objectSpread(_objectSpread({}, style), spin ? {
|
|
36
|
+
animationDuration: '1s',
|
|
37
|
+
animationIterationCount: 'infinite',
|
|
38
|
+
animationName: 'loadingCircle',
|
|
39
|
+
animationTimingFunction: 'linear'
|
|
40
|
+
} : {})
|
|
41
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
42
|
+
width: "24",
|
|
43
|
+
height: "24",
|
|
44
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
45
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
d: "M2.91 13.887h2.726V3H2.91A.91.91 0 002 3.907v9.073a.906.906 0 00.91.907zm4.81 1.173l5.82 5.807a.454.454 0 00.594.042l.775-.58a1.361 1.361 0 00.503-1.425l-1.048-4.11h5.818A1.82 1.82 0 0022 12.98V11.07c0-.237-.046-.472-.136-.691L19.05 3.562A.908.908 0 0018.21 3H8.363a.91.91 0 00-.91.907V14.42c0 .24.096.471.267.641z"
|
|
47
|
+
}))));
|
|
48
|
+
};
|
|
49
|
+
ThumbDown.propTypes = {
|
|
50
|
+
iconClassName: PropTypes.string,
|
|
51
|
+
spin: PropTypes.bool,
|
|
52
|
+
color: PropTypes.string,
|
|
53
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
54
|
+
};
|
|
55
|
+
ThumbDown.defaultProps = {
|
|
56
|
+
spin: false,
|
|
57
|
+
color: 'currentColor',
|
|
58
|
+
size: '1em'
|
|
59
|
+
};
|
|
60
|
+
export default ThumbDown;
|
package/dist/es/index.js
CHANGED
|
@@ -96,6 +96,7 @@ export { default as TaShieldCross } from './icons/shield-cross';
|
|
|
96
96
|
export { default as TaShieldKeyhole } from './icons/shield-keyhole';
|
|
97
97
|
export { default as TaBell2Fill } from './icons/bell-2-fill';
|
|
98
98
|
export { default as TaBox } from './icons/box';
|
|
99
|
+
export { default as TaShutDown } from './icons/shut-down';
|
|
99
100
|
export { default as TaAnalysis } from './icons/analysis';
|
|
100
101
|
export { default as TaFilter } from './icons/filter';
|
|
101
102
|
export { default as TaFilter2 } from './icons/filter-2';
|
|
@@ -165,6 +166,7 @@ export { default as TaLogoFutuCl } from './icons/logo-futu-cl';
|
|
|
165
166
|
export { default as TaLogoHappyelementCl } from './icons/logo-happyelement-cl';
|
|
166
167
|
export { default as TaLogoWepieCl } from './icons/logo-wepie-cl';
|
|
167
168
|
export { default as TaLogoIggCl } from './icons/logo-igg-cl';
|
|
169
|
+
export { default as TaLogoLitmatchCl } from './icons/logo-litmatch-cl';
|
|
168
170
|
export { default as TaDashboardCl } from './icons/dashboard-cl';
|
|
169
171
|
export { default as TaReportCl } from './icons/report-cl';
|
|
170
172
|
export { default as TaUserTagCl } from './icons/user-tag-cl';
|
|
@@ -182,6 +184,7 @@ export { default as TaMIntervalCl } from './icons/m-interval-cl';
|
|
|
182
184
|
export { default as TaMFlowCl } from './icons/m-flow-cl';
|
|
183
185
|
export { default as TaMSqlCl } from './icons/m-sql-cl';
|
|
184
186
|
export { default as TaMPropCl } from './icons/m-prop-cl';
|
|
187
|
+
export { default as TaMAttributionCl } from './icons/m-attribution-cl';
|
|
185
188
|
export { default as TaUTagCl } from './icons/u-tag-cl';
|
|
186
189
|
export { default as TaUCohortCl } from './icons/u-cohort-cl';
|
|
187
190
|
export { default as TaUSearchCl } from './icons/u-search-cl';
|
|
@@ -232,6 +235,7 @@ export { default as TaDot } from './icons/dot';
|
|
|
232
235
|
export { default as TaAnchor } from './icons/anchor';
|
|
233
236
|
export { default as TaNotice } from './icons/notice';
|
|
234
237
|
export { default as TaThumbUp } from './icons/thumb-up';
|
|
238
|
+
export { default as TaThumbDown } from './icons/thumb-down';
|
|
235
239
|
export { default as TaChartLine } from './icons/chart-line';
|
|
236
240
|
export { default as TaChartBar } from './icons/chart-bar';
|
|
237
241
|
export { default as TaChartCum } from './icons/chart-cum';
|
|
@@ -277,15 +281,15 @@ export { default as TaMenuFold } from './icons/menu-fold';
|
|
|
277
281
|
export { default as TaList } from './icons/list';
|
|
278
282
|
export { default as TaListNested } from './icons/list-nested';
|
|
279
283
|
export { default as TaDoubleList } from './icons/double-list';
|
|
280
|
-
export { default as
|
|
281
|
-
export { default as TaFullDownload } from './icons/full-download';
|
|
284
|
+
export { default as TaPause2 } from './icons/pause-2';
|
|
282
285
|
export { default as TaExport } from './icons/export';
|
|
283
286
|
export { default as TaImport } from './icons/import';
|
|
287
|
+
export { default as TaSubtract } from './icons/subtract';
|
|
284
288
|
export { default as TaAdd1 } from './icons/add-1';
|
|
285
289
|
export { default as TaAdd2 } from './icons/add-2';
|
|
286
290
|
export { default as TaAdd3 } from './icons/add-3';
|
|
291
|
+
export { default as TaSubtract3 } from './icons/subtract-3';
|
|
287
292
|
export { default as TaAdd3Fill } from './icons/add-3-fill';
|
|
288
|
-
export { default as TaSubtract } from './icons/subtract';
|
|
289
293
|
export { default as TaSubtract2 } from './icons/subtract-2';
|
|
290
294
|
export { default as TaUpdate } from './icons/update';
|
|
291
295
|
export { default as TaRename } from './icons/rename';
|
|
@@ -308,7 +312,8 @@ export { default as TaValidate } from './icons/validate';
|
|
|
308
312
|
export { default as TaMagicWand } from './icons/magic-wand';
|
|
309
313
|
export { default as TaSystemBuild } from './icons/system-build';
|
|
310
314
|
export { default as TaAddToPage } from './icons/add-to-page';
|
|
311
|
-
export { default as
|
|
315
|
+
export { default as TaFullDownload } from './icons/full-download';
|
|
316
|
+
export { default as TaDownload } from './icons/download';
|
|
312
317
|
export { default as TaReport } from './icons/report';
|
|
313
318
|
export { default as TaReportRemoval } from './icons/report-removal';
|
|
314
319
|
export { default as TaFileAdd } from './icons/file-add';
|
|
@@ -318,7 +323,6 @@ export { default as TaFileMove } from './icons/file-move';
|
|
|
318
323
|
export { default as TaFileImport } from './icons/file-import';
|
|
319
324
|
export { default as TaFileInfo } from './icons/file-info';
|
|
320
325
|
export { default as TaFileConvert } from './icons/file-convert';
|
|
321
|
-
export { default as TaAssetConvert } from './icons/asset-convert';
|
|
322
326
|
export { default as TaFileLock } from './icons/file-lock';
|
|
323
327
|
export { default as TaFilePdf } from './icons/file-pdf';
|
|
324
328
|
export { default as TaDetail } from './icons/detail';
|
package/dist/index.d.ts
CHANGED
|
@@ -107,6 +107,7 @@ export const TaShieldCross: Icon;
|
|
|
107
107
|
export const TaShieldKeyhole: Icon;
|
|
108
108
|
export const TaBell2Fill: Icon;
|
|
109
109
|
export const TaBox: Icon;
|
|
110
|
+
export const TaShutDown: Icon;
|
|
110
111
|
export const TaAnalysis: Icon;
|
|
111
112
|
export const TaFilter: Icon;
|
|
112
113
|
export const TaFilter2: Icon;
|
|
@@ -176,6 +177,7 @@ export const TaLogoFutuCl: Icon;
|
|
|
176
177
|
export const TaLogoHappyelementCl: Icon;
|
|
177
178
|
export const TaLogoWepieCl: Icon;
|
|
178
179
|
export const TaLogoIggCl: Icon;
|
|
180
|
+
export const TaLogoLitmatchCl: Icon;
|
|
179
181
|
export const TaDashboardCl: Icon;
|
|
180
182
|
export const TaReportCl: Icon;
|
|
181
183
|
export const TaUserTagCl: Icon;
|
|
@@ -193,6 +195,7 @@ export const TaMIntervalCl: Icon;
|
|
|
193
195
|
export const TaMFlowCl: Icon;
|
|
194
196
|
export const TaMSqlCl: Icon;
|
|
195
197
|
export const TaMPropCl: Icon;
|
|
198
|
+
export const TaMAttributionCl: Icon;
|
|
196
199
|
export const TaUTagCl: Icon;
|
|
197
200
|
export const TaUCohortCl: Icon;
|
|
198
201
|
export const TaUSearchCl: Icon;
|
|
@@ -243,6 +246,7 @@ export const TaDot: Icon;
|
|
|
243
246
|
export const TaAnchor: Icon;
|
|
244
247
|
export const TaNotice: Icon;
|
|
245
248
|
export const TaThumbUp: Icon;
|
|
249
|
+
export const TaThumbDown: Icon;
|
|
246
250
|
export const TaChartLine: Icon;
|
|
247
251
|
export const TaChartBar: Icon;
|
|
248
252
|
export const TaChartCum: Icon;
|
|
@@ -288,15 +292,15 @@ export const TaMenuFold: Icon;
|
|
|
288
292
|
export const TaList: Icon;
|
|
289
293
|
export const TaListNested: Icon;
|
|
290
294
|
export const TaDoubleList: Icon;
|
|
291
|
-
export const
|
|
292
|
-
export const TaFullDownload: Icon;
|
|
295
|
+
export const TaPause2: Icon;
|
|
293
296
|
export const TaExport: Icon;
|
|
294
297
|
export const TaImport: Icon;
|
|
298
|
+
export const TaSubtract: Icon;
|
|
295
299
|
export const TaAdd1: Icon;
|
|
296
300
|
export const TaAdd2: Icon;
|
|
297
301
|
export const TaAdd3: Icon;
|
|
302
|
+
export const TaSubtract3: Icon;
|
|
298
303
|
export const TaAdd3Fill: Icon;
|
|
299
|
-
export const TaSubtract: Icon;
|
|
300
304
|
export const TaSubtract2: Icon;
|
|
301
305
|
export const TaUpdate: Icon;
|
|
302
306
|
export const TaRename: Icon;
|
|
@@ -319,7 +323,8 @@ export const TaValidate: Icon;
|
|
|
319
323
|
export const TaMagicWand: Icon;
|
|
320
324
|
export const TaSystemBuild: Icon;
|
|
321
325
|
export const TaAddToPage: Icon;
|
|
322
|
-
export const
|
|
326
|
+
export const TaFullDownload: Icon;
|
|
327
|
+
export const TaDownload: Icon;
|
|
323
328
|
export const TaReport: Icon;
|
|
324
329
|
export const TaReportRemoval: Icon;
|
|
325
330
|
export const TaFileAdd: Icon;
|
|
@@ -329,7 +334,6 @@ export const TaFileMove: Icon;
|
|
|
329
334
|
export const TaFileImport: Icon;
|
|
330
335
|
export const TaFileInfo: Icon;
|
|
331
336
|
export const TaFileConvert: Icon;
|
|
332
|
-
export const TaAssetConvert: Icon;
|
|
333
337
|
export const TaFileLock: Icon;
|
|
334
338
|
export const TaFilePdf: Icon;
|
|
335
339
|
export const TaDetail: Icon;
|
|
@@ -60,7 +60,7 @@ var DateMarkCl = function DateMarkCl(props) {
|
|
|
60
60
|
mixBlendMode: 'multiply'
|
|
61
61
|
}
|
|
62
62
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
63
|
-
d: "M23.442 14.434a.
|
|
63
|
+
d: "M23.442 14.434a.658.658 0 00-.199-.3.639.639 0 00-.324-.148l-3.739-.658-1.691-3.353a.654.654 0 00-1.168 0l-1.673 3.354-3.739.676a.638.638 0 00-.34.14.658.658 0 00-.223.666.64.64 0 00.18.309l2.73 2.496-.702 3.62a.66.66 0 00.262.64.712.712 0 00.691.047l3.393-1.658 3.383 1.658a.653.653 0 00.953-.686l-.682-3.62 2.701-2.516a.64.64 0 00.187-.667z",
|
|
64
64
|
fill: "#1673F6"
|
|
65
65
|
})))));
|
|
66
66
|
};
|
|
@@ -50,15 +50,9 @@ var EPropertySm = function EPropertySm(props) {
|
|
|
50
50
|
height: "16",
|
|
51
51
|
xmlns: "http://www.w3.org/2000/svg"
|
|
52
52
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
d: "
|
|
56
|
-
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
57
|
-
d: "M9 8h3v1H9V8z"
|
|
58
|
-
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
59
|
-
d: "M12 12v-1H4v1h8z"
|
|
60
|
-
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
-
d: "M1 3a2 2 0 012-2h10a2 2 0 012 2v10a2 2 0 01-2 2H3a2 2 0 01-2-2V3zm1 0v10a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1H3a1 1 0 00-1 1z"
|
|
53
|
+
fillRule: "evenodd",
|
|
54
|
+
clipRule: "evenodd",
|
|
55
|
+
d: "M15 2H9v1h6V2zM1.419 3L5 11.5l1.153-4.246L10.29 5.69 1.42 3zM11 7.5h4v1h-4v-1zm4 6.5v-1H7v1h8z"
|
|
62
56
|
}))));
|
|
63
57
|
};
|
|
64
58
|
EPropertySm.propTypes = {
|
|
@@ -50,7 +50,9 @@ var EventSm = function EventSm(props) {
|
|
|
50
50
|
height: "16",
|
|
51
51
|
xmlns: "http://www.w3.org/2000/svg"
|
|
52
52
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
53
|
-
|
|
53
|
+
fillRule: "evenodd",
|
|
54
|
+
clipRule: "evenodd",
|
|
55
|
+
d: "M1 3a2 2 0 012-2h10a2 2 0 012 2v1h-1V3a1 1 0 00-1-1H3a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1v-2h1v2a2 2 0 01-2 2H3a2 2 0 01-2-2V3zm5 1.5l3.6 8 1.35-4L15 6.722 6 4.5z"
|
|
54
56
|
}))));
|
|
55
57
|
};
|
|
56
58
|
EventSm.propTypes = {
|
|
@@ -90,7 +90,7 @@ var FlagCn = function FlagCn(props) {
|
|
|
90
90
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
91
91
|
d: "M12.699 10.781l-1.124.658.257-1.283-.936-.96 1.267-.053.536-1.198.535 1.198H14.5l-.933 1.013.28 1.283-1.147-.658z"
|
|
92
92
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
93
|
-
d: "M11.324 13.448l-1.124.657.257-1.283-.936-.96 1.267-.052.536-1.198.535 1.198h1.265l-.933 1.012.28 1.
|
|
93
|
+
d: "M11.324 13.448l-1.124.657.257-1.283-.936-.96 1.267-.052.536-1.198.535 1.198h1.265l-.933 1.012.28 1.283-1.147-.657z"
|
|
94
94
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
95
95
|
d: "M8.574 14.781l-1.124.658.257-1.283-.936-.96 1.267-.053.536-1.198.535 1.198h1.265l-.933 1.013.28 1.283-1.147-.658z"
|
|
96
96
|
}))), /*#__PURE__*/_react["default"].createElement("g", {
|
|
@@ -92,7 +92,7 @@ var FlagUs = function FlagUs(props) {
|
|
|
92
92
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
93
93
|
fillRule: "evenodd",
|
|
94
94
|
clipRule: "evenodd",
|
|
95
|
-
d: "M2.43 6.898l.729-.492.565.395h-.32l.647.555-.219.778H3.49l-.332-.715-.284.715H2.03l.647.555-.246.876.729-.492.565.394h-.32l.647.556-.219.778H3.49l-.332-.715-.284.715H2.03l.647.555-.246.876.729-.492.705.492-.22-.876.567-.555h-.262l.585-.395.565.395h-.32l.647.555-.246.876.729-.492.705.492-.22-.876.567-.555h-.262l.585-.395.565.395h-.32l.647.555-.246.876.729-.492.705.492-.22-.876.567-.555h-.262l.585-.395.565.395h-.32l.647.555-.246.876.729-.492.705.492-.22-.876.567-.555h-.721l-.332-.715-.284.715h-.41l-.195-.778.567-.556h-.261l.584-.394.705.492-.22-.876.567-.555h-.721l-.332-.715-.284.715h-.41l-.195-.778.567-.555h-.261l.584-.395.705.492-.22-.875.567-.556h-.721l-.332-.714-.284.714h-.845l.647.556-.219.778h-.342l-.332-.715-.284.715h-.41l-.195-.
|
|
95
|
+
d: "M2.43 6.898l.729-.492.565.395h-.32l.647.555-.219.778H3.49l-.332-.715-.284.715H2.03l.647.555-.246.876.729-.492.565.394h-.32l.647.556-.219.778H3.49l-.332-.715-.284.715H2.03l.647.555-.246.876.729-.492.705.492-.22-.876.567-.555h-.262l.585-.395.565.395h-.32l.647.555-.246.876.729-.492.705.492-.22-.876.567-.555h-.262l.585-.395.565.395h-.32l.647.555-.246.876.729-.492.705.492-.22-.876.567-.555h-.262l.585-.395.565.395h-.32l.647.555-.246.876.729-.492.705.492-.22-.876.567-.555h-.721l-.332-.715-.284.715h-.41l-.195-.778.567-.556h-.261l.584-.394.705.492-.22-.876.567-.555h-.721l-.332-.715-.284.715h-.41l-.195-.778.567-.555h-.261l.584-.395.705.492-.22-.875.567-.556h-.721l-.332-.714-.284.714h-.845l.647.556-.219.778h-.342l-.332-.715-.284.715h-.41l-.195-.779.567-.555H8.99l-.332-.714-.284.714H7.53l.647.556-.219.778h-.342l-.332-.715-.284.715h-.41l-.195-.779.567-.555H6.24l-.332-.714-.284.714H4.78l.647.556-.219.778h-.342l-.332-.715-.284.715h-.41l-.195-.779.567-.555H3.49l-.332-.714-.284.714H2.03l.647.556-.246.875zm8.277 2.57l.219-.779-.647-.555h.32l-.565-.394-.585.394h.262l-.567.555.195.778h.41l.284-.714.332.714h.342zm-1.483 0l-.565-.395-.585.394h.262l-.567.556.195.778h.41l.284-.715.332.715h.342l.219-.778-.647-.556h.32zm-2.423.555l-.219.778H6.24l-.332-.715-.284.715h-.41l-.195-.778.567-.556h-.262l.585-.394.565.394h-.32l.647.556zm.198-.556h-.41l-.195-.778.567-.555h-.262l.585-.394.565.394h-.32l.647.555-.219.778h-.342l-.332-.714-.284.714zm-1.792 0l.219-.778-.647-.555h.32l-.565-.394-.585.394h.262l-.567.555.195.778h.41l.284-.714.332.714h.342zm4.344-2.111l-.219.778H8.99l-.332-.715-.284.715h-.41l-.195-.778.567-.555h-.262l.585-.395.565.395h-.32l.647.555zM6.474 6.8l-.565-.395-.585.395h.262l-.567.555.195.778h.41l.284-.715.332.715h.342l.219-.778-.647-.555h.32z"
|
|
96
96
|
}))), /*#__PURE__*/_react["default"].createElement("g", {
|
|
97
97
|
style: {
|
|
98
98
|
mixBlendMode: 'multiply'
|
|
@@ -52,7 +52,7 @@ var FontItalic = function FontItalic(props) {
|
|
|
52
52
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
53
53
|
fillRule: "evenodd",
|
|
54
54
|
clipRule: "evenodd",
|
|
55
|
-
d: "
|
|
55
|
+
d: "M11 5h8l-1 2h-3l-4.546 10H14l-1 2H5l1-2h2.455L13 7h-3l1-2z"
|
|
56
56
|
}))));
|
|
57
57
|
};
|
|
58
58
|
FontItalic.propTypes = {
|
|
@@ -49,18 +49,9 @@ var FontBgColor = function FontBgColor(props) {
|
|
|
49
49
|
width: "24",
|
|
50
50
|
height: "24",
|
|
51
51
|
xmlns: "http://www.w3.org/2000/svg"
|
|
52
|
-
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
53
|
-
clipPath: "url(#clip0_7090_728)"
|
|
54
52
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
d: "M8.703 12.502l9.545-7.425 1.746 1.746-7.424 9.546-3.867-3.867zm9.711-10.088l4.243 4.243-8.662 11.137-1.238 1.59-1.425-1.424-4.22-4.221-1.426-1.425 1.591-1.238 11.137-8.662zM9.222 18.678l-2.829-2.829-2.828 2.829 3.96 1.697 1.697-1.697z"
|
|
58
|
-
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
59
|
-
id: "clip0_7090_728"
|
|
60
|
-
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
61
|
-
width: "24",
|
|
62
|
-
height: "24"
|
|
63
|
-
}))))));
|
|
53
|
+
d: "M9.918 12.24l7.748-5.39 1.179 1.297-6.094 7.207-2.833-3.113zm-2.33.412l4.535 4.983a.934.934 0 001.395-.09l7.451-8.813a.908.908 0 00.022-1.199l-2.513-2.761a.908.908 0 00-1.195-.091l-9.474 6.59a.933.933 0 00-.222 1.381zm-4.794 5.876l5.617.972 1.48-1.346-3.03-3.328-4.067 3.702z"
|
|
54
|
+
}))));
|
|
64
55
|
};
|
|
65
56
|
FontBgColor.propTypes = {
|
|
66
57
|
iconClassName: _propTypes["default"].string,
|
|
@@ -50,9 +50,7 @@ var FontBold = function FontBold(props) {
|
|
|
50
50
|
height: "24",
|
|
51
51
|
xmlns: "http://www.w3.org/2000/svg"
|
|
52
52
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
53
|
-
|
|
54
|
-
clipRule: "evenodd",
|
|
55
|
-
d: "M6 11V4h7.5a3.5 3.5 0 110 7H6zm-2 0V2.098C4 2.044 4.044 2 4.098 2H13.5a5.5 5.5 0 013.604 9.655A5.5 5.5 0 0114.5 22H4V11zm2 2v7h8.5a3.5 3.5 0 100-7H6z"
|
|
53
|
+
d: "M15.6 11.8A3.682 3.682 0 0017.35 9a3.93 3.93 0 00-3.86-4H7v14h7a3.739 3.739 0 003.7-3.78v-.12a3.64 3.64 0 00-2.1-3.3zM9 7h4.2a2.09 2.09 0 012 1.3 2.09 2.09 0 01-1.37 2.61c-.205.06-.417.09-.63.09H9V7zm4.6 10H9v-4h4.6a2.09 2.09 0 012 1.3 2.09 2.09 0 01-1.37 2.61c-.205.06-.417.09-.63.09z"
|
|
56
54
|
}))));
|
|
57
55
|
};
|
|
58
56
|
FontBold.propTypes = {
|
|
@@ -50,9 +50,7 @@ var FontColor = function FontColor(props) {
|
|
|
50
50
|
height: "24",
|
|
51
51
|
xmlns: "http://www.w3.org/2000/svg"
|
|
52
52
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
53
|
-
|
|
54
|
-
clipRule: "evenodd",
|
|
55
|
-
d: "M11 1l3.045 9.368c-.357.386-.865 1.047-1.401 1.843L9.963 3.963 6.8 13h5.333c-.397.636-.788 1.32-1.124 2H6.1L4 21H2L9 1h2zm5.5 22c2.485 0 4.5-2.144 4.5-4.79 0-2.645-4-8.21-4.5-8.21S12 15.565 12 18.21c0 2.646 2.015 4.79 4.5 4.79z"
|
|
53
|
+
d: "M15.264 13.494s-3.6 3.9-3.6 6.3a3.649 3.649 0 006.196 2.666 3.65 3.65 0 001.104-2.566v-.1c0-2.4-3.7-6.3-3.7-6.3zm-1.47-1.357l.67-.724L12.163 5h-2l-5 14h2l1.43-4h2.943a24.406 24.406 0 012.253-2.863h.004zM11.164 7.8l1.86 5.2H9.308l1.856-5.2z"
|
|
56
54
|
}))));
|
|
57
55
|
};
|
|
58
56
|
FontColor.propTypes = {
|
|
@@ -50,7 +50,9 @@ var ListOrdered = function ListOrdered(props) {
|
|
|
50
50
|
height: "24",
|
|
51
51
|
xmlns: "http://www.w3.org/2000/svg"
|
|
52
52
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
53
|
-
|
|
53
|
+
fillRule: "evenodd",
|
|
54
|
+
clipRule: "evenodd",
|
|
55
|
+
d: "M3 9h1V5H2v1.267h1V9zm.8 1.95H2V10h3v.855L3.2 12.05H5V13H2v-.855l1.8-1.195zM2 16v-1h3v4H2v-1h2v-.5H3v-1h1V16H2zM7 5h15v2H7V5zm15 6H7v2h15v-2zM7 17h15v2H7v-2z"
|
|
54
56
|
}))));
|
|
55
57
|
};
|
|
56
58
|
ListOrdered.propTypes = {
|
|
@@ -50,7 +50,9 @@ var ListUnordered = function ListUnordered(props) {
|
|
|
50
50
|
height: "24",
|
|
51
51
|
xmlns: "http://www.w3.org/2000/svg"
|
|
52
52
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
53
|
-
|
|
53
|
+
fillRule: "evenodd",
|
|
54
|
+
clipRule: "evenodd",
|
|
55
|
+
d: "M3.5 10c-.8 0-1.5.7-1.5 1.5S2.7 13 3.5 13 5 12.3 5 11.5 4.3 10 3.5 10zm0-6C2.7 4 2 4.7 2 5.5S2.7 7 3.5 7 5 6.3 5 5.5 4.3 4 3.5 4zm0 12c-.8 0-1.5.7-1.5 1.5S2.7 19 3.5 19 5 18.3 5 17.5 4.3 16 3.5 16zM22 5H7v2h15V5zM7 11h15v2H7v-2zm15 6H7v2h15v-2z"
|
|
54
56
|
}))));
|
|
55
57
|
};
|
|
56
58
|
ListUnordered.propTypes = {
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
10
|
+
var _excluded = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
12
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
13
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
14
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
17
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
18
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
19
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
20
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21
|
+
var LogoLitmatchCl = function LogoLitmatchCl(props) {
|
|
22
|
+
var color = props.color,
|
|
23
|
+
size = props.size,
|
|
24
|
+
spin = props.spin,
|
|
25
|
+
style = props.style,
|
|
26
|
+
className = props.className,
|
|
27
|
+
iconClassName = props.iconClassName,
|
|
28
|
+
otherProps = _objectWithoutProperties(props, _excluded);
|
|
29
|
+
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
30
|
+
role: "img",
|
|
31
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
32
|
+
}, /*#__PURE__*/_react["default"].createElement("style", {
|
|
33
|
+
children: loadingCircleStyle
|
|
34
|
+
}), /*#__PURE__*/_react["default"].createElement("svg", _extends({
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
viewBox: "0 0 24 24",
|
|
39
|
+
fill: color
|
|
40
|
+
}, otherProps, {
|
|
41
|
+
className: iconClassName,
|
|
42
|
+
style: _objectSpread(_objectSpread({}, style), spin ? {
|
|
43
|
+
animationDuration: '1s',
|
|
44
|
+
animationIterationCount: 'infinite',
|
|
45
|
+
animationName: 'loadingCircle',
|
|
46
|
+
animationTimingFunction: 'linear'
|
|
47
|
+
} : {})
|
|
48
|
+
}), /*#__PURE__*/_react["default"].createElement("svg", {
|
|
49
|
+
width: "24",
|
|
50
|
+
height: "24",
|
|
51
|
+
fill: "none",
|
|
52
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
53
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
54
|
+
width: "24",
|
|
55
|
+
height: "24",
|
|
56
|
+
fill: "#fff"
|
|
57
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
58
|
+
fillRule: "evenodd",
|
|
59
|
+
clipRule: "evenodd",
|
|
60
|
+
d: "M13.7 2.1a10.619 10.619 0 00-3.8-.05 2.846 2.846 0 01-1.4.4.226.226 0 00-.1.15 10.257 10.257 0 00-4.75 3.3 4.204 4.204 0 01-.7 1 5.255 5.255 0 00-.15.7.327.327 0 00-.35.2 9.749 9.749 0 00-.75 2.55c.346.402.38.835.1 1.3-.633.133-.917-.117-.85-.75.312-.744.578-1.51.8-2.3C3.432 4.433 6.515 2.116 11 1.65a12.868 12.868 0 012.6.05c.897.277 1.797.51 2.7.7.547.446 1.18.696 1.9.75.4.3.4.6 0 .9-.638.194-.972-.039-1-.7a10.97 10.97 0 00-3.5-1.25z",
|
|
61
|
+
fill: "#C6CCD1"
|
|
62
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
63
|
+
fillRule: "evenodd",
|
|
64
|
+
clipRule: "evenodd",
|
|
65
|
+
d: "M13.7 2.1c-1.235-.033-2.469 0-3.7.1a4.157 4.157 0 01-1.6.4.226.226 0 01.1-.15 2.846 2.846 0 001.4-.4 10.619 10.619 0 013.8.05z",
|
|
66
|
+
fill: "#E0E3E6"
|
|
67
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
68
|
+
fillRule: "evenodd",
|
|
69
|
+
clipRule: "evenodd",
|
|
70
|
+
d: "M13.2 4.3c-.405.081-.672-.069-.8-.45-.755-.126-.989.174-.7.9l.3.05.7-.3a4.974 4.974 0 011.5.4 9.352 9.352 0 01-1.3-.2c-.428.132-.86.182-1.3.15-.41-.925-.11-1.292.9-1.1a.439.439 0 01.1.35c.229.01.428.076.6.2z",
|
|
71
|
+
fill: "#E6E8EB"
|
|
72
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
73
|
+
fillRule: "evenodd",
|
|
74
|
+
clipRule: "evenodd",
|
|
75
|
+
d: "M12.3 8.1a6.125 6.125 0 00-1.3.1c.172-.13.389-.197.65-.2.236 0 .453.034.65.1z",
|
|
76
|
+
fill: "#A3B2C9"
|
|
77
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
78
|
+
fillRule: "evenodd",
|
|
79
|
+
clipRule: "evenodd",
|
|
80
|
+
d: "M12.3 8.1c.604.137 1.07.47 1.4 1-.007.153.06.253.2.3a3.664 3.664 0 010 1.7.573.573 0 01-.1.3.776.776 0 00-.4.5v.1c-.153-.007-.253.06-.3.2-.137.251-.104.485.1.7-.034.198.032.332.2.4v.3c.013.172.046.338.1.5-.024.24.043.44.2.6a.461.461 0 00.1.4v.6h-3.6v-.3c-.005-.24.028-.474.1-.7a.226.226 0 00.15-.1c.053-.474.136-.94.25-1.4a1.8 1.8 0 000-1l-.5-.4c.007-.153-.06-.253-.2-.3a.581.581 0 01-.2-.4 7.718 7.718 0 01-.1-1.3c.106-.312.24-.612.4-.9.2-.067.333-.2.4-.4a.473.473 0 00.4-.3h.1c.428-.08.862-.113 1.3-.1z",
|
|
81
|
+
fill: "#1A427D"
|
|
82
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
83
|
+
fillRule: "evenodd",
|
|
84
|
+
clipRule: "evenodd",
|
|
85
|
+
d: "M18.9 4.2a.31.31 0 01.3.1 14.135 14.135 0 012.75 3.8c.092.26.159.527.2.8.484.27.567.636.25 1.1-.278.145-.528.112-.75-.1a1.271 1.271 0 01.15-.95 9.38 9.38 0 00-2.85-4.35.843.843 0 01-.05-.4z",
|
|
86
|
+
fill: "#C7CDD2"
|
|
87
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
88
|
+
fillRule: "evenodd",
|
|
89
|
+
clipRule: "evenodd",
|
|
90
|
+
d: "M10.9 8.2a.473.473 0 01-.4.3.473.473 0 01.4-.3z",
|
|
91
|
+
fill: "#8EA0BD"
|
|
92
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
93
|
+
fillRule: "evenodd",
|
|
94
|
+
clipRule: "evenodd",
|
|
95
|
+
d: "M10.5 8.5c-.067.2-.2.333-.4.4.067-.2.2-.333.4-.4z",
|
|
96
|
+
fill: "#6780A7"
|
|
97
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
98
|
+
fillRule: "evenodd",
|
|
99
|
+
clipRule: "evenodd",
|
|
100
|
+
d: "M10.1 8.9c-.16.288-.294.588-.4.9h-.1c.041-.383.208-.683.5-.9z",
|
|
101
|
+
fill: "#9AA9C3"
|
|
102
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
103
|
+
fillRule: "evenodd",
|
|
104
|
+
clipRule: "evenodd",
|
|
105
|
+
d: "M13.7 9.1c.14.047.207.147.2.3-.14-.047-.207-.147-.2-.3z",
|
|
106
|
+
fill: "#8799B7"
|
|
107
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
108
|
+
fillRule: "evenodd",
|
|
109
|
+
clipRule: "evenodd",
|
|
110
|
+
d: "M9.6 9.8h.1c-.003.437.03.87.1 1.3a.226.226 0 01-.15-.1 7.244 7.244 0 01-.05-1.2z",
|
|
111
|
+
fill: "#5B79A3"
|
|
112
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
113
|
+
fillRule: "evenodd",
|
|
114
|
+
clipRule: "evenodd",
|
|
115
|
+
d: "M13.9 9.4a.226.226 0 01.15.1c.067.467.067.933 0 1.4a.33.33 0 01-.15.2 3.663 3.663 0 000-1.7z",
|
|
116
|
+
fill: "#95A6C1"
|
|
117
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
118
|
+
fillRule: "evenodd",
|
|
119
|
+
clipRule: "evenodd",
|
|
120
|
+
d: "M13.8 11.4a.764.764 0 01-.4.5.776.776 0 01.4-.5z",
|
|
121
|
+
fill: "#9DACC5"
|
|
122
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
123
|
+
fillRule: "evenodd",
|
|
124
|
+
clipRule: "evenodd",
|
|
125
|
+
d: "M10 11.5c.14.047.207.147.2.3-.14-.047-.207-.147-.2-.3z",
|
|
126
|
+
fill: "#8295B5"
|
|
127
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
128
|
+
fillRule: "evenodd",
|
|
129
|
+
clipRule: "evenodd",
|
|
130
|
+
d: "M10.7 12.2a1.8 1.8 0 010 1h-.1l.1-1z",
|
|
131
|
+
fill: "#B3BFD2"
|
|
132
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
133
|
+
fillRule: "evenodd",
|
|
134
|
+
clipRule: "evenodd",
|
|
135
|
+
d: "M13.4 12c-.12.429-.12.862 0 1.3-.168-.068-.234-.202-.2-.4a5.157 5.157 0 00-.1-.7c.047-.14.147-.207.3-.2z",
|
|
136
|
+
fill: "#CED5E1"
|
|
137
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
138
|
+
fillRule: "evenodd",
|
|
139
|
+
clipRule: "evenodd",
|
|
140
|
+
d: "M3.7 11.3c.008.868.042 1.734.1 2.6a5.973 5.973 0 01-.2-1.65c0-.335.034-.652.1-.95z",
|
|
141
|
+
fill: "#E2E4E7"
|
|
142
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
143
|
+
fillRule: "evenodd",
|
|
144
|
+
clipRule: "evenodd",
|
|
145
|
+
d: "M13.1 12.2c.05.23.083.464.1.7-.203-.216-.237-.449-.1-.7z",
|
|
146
|
+
fill: "#6982A8"
|
|
147
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
148
|
+
fillRule: "evenodd",
|
|
149
|
+
clipRule: "evenodd",
|
|
150
|
+
d: "M13.2 4.3c2.198.214 3.948 1.214 5.25 3a6.436 6.436 0 011.45 3.3 9.635 9.635 0 01-.5 4.9 10.32 10.32 0 01-4.2 4.25c-.544.131-1.078.281-1.6.45-.55.586-.983.503-1.3-.25.095-.329.312-.512.65-.55l.8.3a7.394 7.394 0 003.45-1.9c2.825-2.934 3.275-6.2 1.35-9.8a8.71 8.71 0 00-3.65-2.95 2.457 2.457 0 01-.7-.15 4.974 4.974 0 00-1.5-.4l-.7.3-.3-.05c-.289-.726-.055-1.026.7-.9.128.381.395.531.8.45z",
|
|
151
|
+
fill: "#C8CED3"
|
|
152
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
153
|
+
fillRule: "evenodd",
|
|
154
|
+
clipRule: "evenodd",
|
|
155
|
+
d: "M10.6 13.2h.1c-.114.46-.197.926-.25 1.4a.226.226 0 01-.15.1c.06-.51.16-1.01.3-1.5z",
|
|
156
|
+
fill: "#7A8FB1"
|
|
157
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
158
|
+
fillRule: "evenodd",
|
|
159
|
+
clipRule: "evenodd",
|
|
160
|
+
d: "M13.4 13.6c.171.114.238.28.2.5h-.1a2.069 2.069 0 01-.1-.5z",
|
|
161
|
+
fill: "#ADBACE"
|
|
162
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
163
|
+
fillRule: "evenodd",
|
|
164
|
+
clipRule: "evenodd",
|
|
165
|
+
d: "M13.5 14.1h.1c.065.194.098.393.1.6a.712.712 0 01-.2-.6z",
|
|
166
|
+
fill: "#5E79A2"
|
|
167
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
168
|
+
fillRule: "evenodd",
|
|
169
|
+
clipRule: "evenodd",
|
|
170
|
+
d: "M19.9 10.6a.554.554 0 01.15.3c.067 1 .067 2 0 3-.12.361-.22.728-.3 1.1a1.7 1.7 0 01-.35.5 9.635 9.635 0 00.5-4.9z",
|
|
171
|
+
fill: "#E7E9EB"
|
|
172
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
173
|
+
fillRule: "evenodd",
|
|
174
|
+
clipRule: "evenodd",
|
|
175
|
+
d: "M1.2 12.8h.4a10.247 10.247 0 001.55 5c.222.155.472.255.75.3.21.276.244.576.1.9-.287.261-.57.261-.85 0a3.421 3.421 0 00-.15-.8l-.75-1.1a22.25 22.25 0 01-1-3.1 7.244 7.244 0 01-.05-1.2z",
|
|
176
|
+
fill: "#CACFD4"
|
|
177
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
178
|
+
fillRule: "evenodd",
|
|
179
|
+
clipRule: "evenodd",
|
|
180
|
+
d: "M13.8 15.1a.686.686 0 01.1.5c-.58.133-1.196.2-1.85.2-.634 0-1.25-.033-1.85-.1h3.6v-.6z",
|
|
181
|
+
fill: "#2E558A"
|
|
182
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
183
|
+
fillRule: "evenodd",
|
|
184
|
+
clipRule: "evenodd",
|
|
185
|
+
d: "M10.2 15.4v.3c.599.067 1.216.1 1.85.1.654 0 1.27-.067 1.85-.2.09.07.124.17.1.3h-3.9a.686.686 0 01.1-.5z",
|
|
186
|
+
fill: "#6279A1"
|
|
187
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
188
|
+
fillRule: "evenodd",
|
|
189
|
+
clipRule: "evenodd",
|
|
190
|
+
d: "M13.7 14.7c.301.368.434.8.4 1.3-1.35.033-2.684 0-4-.1H14c.024-.13-.01-.23-.1-.3a.686.686 0 00-.1-.5.461.461 0 01-.1-.4z",
|
|
191
|
+
fill: "#B1BDD0"
|
|
192
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
193
|
+
fillRule: "evenodd",
|
|
194
|
+
clipRule: "evenodd",
|
|
195
|
+
d: "M3.8 13.9a45.24 45.24 0 01-.1-2.6 7.956 7.956 0 012.15-4.7c.574-.524 1.19-.99 1.85-1.4.495-.248.995-.482 1.5-.7.36-.104.727-.17 1.1-.2a.485.485 0 01-.1.4c-3.169.764-5.185 2.73-6.05 5.9-.332 1.827-.082 3.56.75 5.2a12.814 12.814 0 001.9 2.35 6.3 6.3 0 001.05.75c.902.5 1.868.8 2.9.9.216-.125.45-.225.7-.3.543.044.76.344.65.9a2.616 2.616 0 01-1.1.2v-.4c-2.476-.284-4.46-1.418-5.95-3.4a7.26 7.26 0 00-.9-1.7 19.013 19.013 0 00-.2-1.1.226.226 0 00-.15-.1z",
|
|
196
|
+
fill: "#C7CDD2"
|
|
197
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
198
|
+
fillRule: "evenodd",
|
|
199
|
+
clipRule: "evenodd",
|
|
200
|
+
d: "M22.2 11.5c.5-.127.767.057.8.55a.555.555 0 01-.25.55c-.017.57-.067 1.136-.15 1.7a20.537 20.537 0 00-.85 2.4l-1.7 2.6a28.576 28.576 0 01-3.25 2.45c-3.477 1.487-6.91 1.387-10.3-.3a3.84 3.84 0 00-1.8-.9c-.289-.335-.255-.634.1-.9.61-.128.91.122.9.75 1.516 1.21 3.249 1.86 5.2 1.95 3.59.296 6.572-.888 8.95-3.55l1.4-2c.245-.702.512-1.402.8-2.1.067-.57.15-1.136.25-1.7a2.277 2.277 0 00-.3-.95c.026-.2.093-.384.2-.55z",
|
|
201
|
+
fill: "#C8CDD2"
|
|
202
|
+
}))));
|
|
203
|
+
};
|
|
204
|
+
LogoLitmatchCl.propTypes = {
|
|
205
|
+
iconClassName: _propTypes["default"].string,
|
|
206
|
+
spin: _propTypes["default"].bool,
|
|
207
|
+
color: _propTypes["default"].string,
|
|
208
|
+
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
209
|
+
};
|
|
210
|
+
LogoLitmatchCl.defaultProps = {
|
|
211
|
+
spin: false,
|
|
212
|
+
color: 'currentColor',
|
|
213
|
+
size: '1em'
|
|
214
|
+
};
|
|
215
|
+
var _default = LogoLitmatchCl;
|
|
216
|
+
exports["default"] = _default;
|