@arco-iconbox/react-hiagent 0.0.2 → 0.0.3

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 (37) hide show
  1. package/cjs/IconErrorTypeHighSaturation/index.d.ts +4 -0
  2. package/cjs/IconErrorTypeHighSaturation/index.js +140 -0
  3. package/cjs/IconLoginFailure/index.d.ts +4 -0
  4. package/cjs/IconLoginFailure/index.js +63 -0
  5. package/cjs/IconNoChartData/index.d.ts +4 -0
  6. package/cjs/IconNoChartData/index.js +66 -0
  7. package/cjs/IconNoOntology/index.d.ts +4 -0
  8. package/cjs/IconNoOntology/index.js +61 -0
  9. package/cjs/index.d.ts +5 -1
  10. package/cjs/index.js +11 -3
  11. package/dist/icon.min.js +1 -1
  12. package/esm/IconErrorTypeHighSaturation/index.d.ts +4 -0
  13. package/esm/IconErrorTypeHighSaturation/index.js +115 -0
  14. package/esm/IconLoginFailure/index.d.ts +4 -0
  15. package/esm/IconLoginFailure/index.js +38 -0
  16. package/esm/IconNoChartData/index.d.ts +4 -0
  17. package/esm/IconNoChartData/index.js +41 -0
  18. package/esm/IconNoOntology/index.d.ts +4 -0
  19. package/esm/IconNoOntology/index.js +36 -0
  20. package/esm/index.d.ts +5 -1
  21. package/esm/index.js +5 -1
  22. package/package.json +1 -1
  23. package/src/IconErrorTypeHighSaturation/index.tsx +15 -0
  24. package/src/IconLoginFailure/index.tsx +15 -0
  25. package/src/IconNoChartData/index.tsx +15 -0
  26. package/src/IconNoOntology/index.tsx +15 -0
  27. package/src/index.ts +5 -1
  28. package/umd/IconErrorTypeHighSaturation/index.d.ts +4 -0
  29. package/umd/IconErrorTypeHighSaturation/index.js +150 -0
  30. package/umd/IconLoginFailure/index.d.ts +4 -0
  31. package/umd/IconLoginFailure/index.js +73 -0
  32. package/umd/IconNoChartData/index.d.ts +4 -0
  33. package/umd/IconNoChartData/index.js +76 -0
  34. package/umd/IconNoOntology/index.d.ts +4 -0
  35. package/umd/IconNoOntology/index.js +71 -0
  36. package/umd/index.d.ts +5 -1
  37. package/umd/index.js +12 -4
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconErrorTypeHighSaturation: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconErrorTypeHighSaturation;
@@ -0,0 +1,140 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ var react_1 = __importStar(require("react"));
49
+ var context_1 = require("../context");
50
+ function IconErrorTypeHighSaturationComponent(props, ref) {
51
+ var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
52
+ var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
53
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
54
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
55
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-error-type-high-saturation").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 120 120", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
56
+ react_1.default.createElement("g", { filter: "url(#svg_e7861635af__svg_0666da479c__filter0_dii_52_8283)" },
57
+ react_1.default.createElement("path", { d: "M10.2086 94.5473L53.1279 22.5311C56.2304 17.3252 63.7696 17.3252 66.8721 22.5311L109.791 94.5473C112.969 99.8799 109.127 106.643 102.919 106.643H17.0807C10.873 106.643 7.03053 99.8799 10.2086 94.5473Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_e7861635af__svg_0666da479c__paint0_linear_52_8283)' })),
58
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M53.6432 22.8381L10.7239 94.8543C7.78423 99.7869 11.3385 106.043 17.0806 106.043H102.919C108.661 106.043 112.216 99.7869 109.276 94.8543L66.3567 22.8381C63.4868 18.0226 56.5131 18.0226 53.6432 22.8381ZM53.1278 22.5309L10.2085 94.5471C7.03047 99.8797 10.8729 106.643 17.0806 106.643H102.919C109.127 106.643 112.969 99.8797 109.791 94.5471L66.8721 22.5309C63.7695 17.325 56.2304 17.325 53.1278 22.5309Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_e7861635af__svg_0666da479c__paint1_linear_52_8283)' }),
59
+ react_1.default.createElement("path", { d: "M20.3311 90.9539L54.9229 32.2556C57.2465 28.3127 62.9517 28.3185 65.2674 32.2661L99.6996 90.9643C102.046 94.9642 99.1615 100 94.5243 100H25.5003C20.8576 100 17.974 94.9537 20.3311 90.9539Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_e7861635af__svg_0666da479c__paint2_linear_52_8283)' }),
60
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M55.4432 32.562L20.8514 91.2603C18.7315 94.8576 21.3249 99.3962 25.5003 99.3962H94.5244C98.6949 99.3962 101.289 94.8671 99.1789 91.2697L64.7466 32.5715C62.664 29.0211 57.533 29.0159 55.4432 32.562ZM54.923 32.2555L20.3312 90.9538C17.974 94.9535 20.8577 100 25.5003 100H94.5244C99.1616 100 102.046 94.9641 99.6997 90.9642L65.2674 32.2659C62.9518 28.3183 57.2466 28.3126 54.923 32.2555Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_e7861635af__svg_0666da479c__paint3_linear_52_8283)' }),
61
+ react_1.default.createElement("g", { filter: "url(#svg_e7861635af__svg_0666da479c__filter1_dii_52_8283)" },
62
+ react_1.default.createElement("path", { d: "M58.8613 76.9388L55.4027 52.2371C55.1564 50.4776 55.9358 48.7319 57.4103 47.7408C58.9763 46.6881 61.0237 46.6881 62.5897 47.7408C64.0641 48.7319 64.8436 50.4776 64.5972 52.2371L61.1386 76.9388C61.0591 77.5067 60.5734 77.9291 60 77.9291C59.4266 77.9291 58.9408 77.5067 58.8613 76.9388Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_e7861635af__svg_0666da479c__paint4_linear_52_8283)' }),
63
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M62.4499 47.9482C60.9682 46.9522 59.0311 46.9522 57.5494 47.9482C56.1544 48.8859 55.4169 50.5376 55.65 52.2023L59.1086 76.904C59.1708 77.3484 59.5509 77.679 59.9997 77.679C60.4484 77.679 60.8285 77.3484 60.8907 76.904L64.3493 52.2023C64.5824 50.5376 63.8449 48.8859 62.4499 47.9482ZM57.2705 47.5332C58.9208 46.4238 61.0785 46.4238 62.7288 47.5332C64.2827 48.5777 65.1041 50.4174 64.8445 52.2716L61.3859 76.9734C61.2891 77.6647 60.6977 78.179 59.9997 78.179C59.3016 78.179 58.7102 77.6647 58.6134 76.9734L55.1548 52.2716C54.8952 50.4174 55.7166 48.5777 57.2705 47.5332Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_e7861635af__svg_0666da479c__paint5_linear_52_8283)' }),
64
+ react_1.default.createElement("ellipse", { cx: "60", cy: "87.754", rx: "5", ry: "4.912", fill: useCurrentColor ? 'currentColor' : 'url(#svg_e7861635af__svg_0666da479c__paint6_linear_52_8283)' }),
65
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M60 83.0923C57.3724 83.0923 55.25 85.1838 55.25 87.7545C55.25 90.3252 57.3724 92.4166 60 92.4166C62.6275 92.4166 64.7499 90.3252 64.7499 87.7545C64.7499 85.1838 62.6275 83.0923 60 83.0923ZM54.75 87.7545C54.75 84.8993 57.1047 82.5923 60 82.5923C62.8952 82.5923 65.2499 84.8993 65.2499 87.7545C65.2499 90.6096 62.8952 92.9166 60 92.9166C57.1047 92.9166 54.75 90.6096 54.75 87.7545Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_e7861635af__svg_0666da479c__paint7_linear_52_8283)' })),
66
+ react_1.default.createElement("defs", null,
67
+ react_1.default.createElement("linearGradient", { id: "svg_e7861635af__svg_0666da479c__paint0_linear_52_8283", x1: "96.428", y1: "24.481", x2: "45.894", y2: "131.886", gradientUnits: "userSpaceOnUse" },
68
+ react_1.default.createElement("stop", { stopColor: "#EBEBEC" }),
69
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#EDEDEE" })),
70
+ react_1.default.createElement("linearGradient", { id: "svg_e7861635af__svg_0666da479c__paint1_linear_52_8283", x1: "15.563", y1: "5.63", x2: "62.736", y2: "106.904", gradientUnits: "userSpaceOnUse" },
71
+ react_1.default.createElement("stop", { stopColor: "#E0DEDE" }),
72
+ react_1.default.createElement("stop", { offset: ".192", stopColor: "#E7E7E7" }),
73
+ react_1.default.createElement("stop", { offset: ".704", stopColor: "#D9D9D9" }),
74
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
75
+ react_1.default.createElement("linearGradient", { id: "svg_e7861635af__svg_0666da479c__paint2_linear_52_8283", x1: "89.412", y1: "33.279", x2: "48.546", y2: "120.053", gradientUnits: "userSpaceOnUse" },
76
+ react_1.default.createElement("stop", { stopColor: "#fff" }),
77
+ react_1.default.createElement("stop", { offset: ".855", stopColor: "#fff" })),
78
+ react_1.default.createElement("linearGradient", { id: "svg_e7861635af__svg_0666da479c__paint3_linear_52_8283", x1: "24.121", y1: "18.044", x2: "62.27", y2: "99.865", gradientUnits: "userSpaceOnUse" },
79
+ react_1.default.createElement("stop", { stopColor: "#E2E2E2" }),
80
+ react_1.default.createElement("stop", { offset: ".192", stopColor: "#EEE" }),
81
+ react_1.default.createElement("stop", { offset: ".704", stopColor: "#E3E3E3" }),
82
+ react_1.default.createElement("stop", { offset: ".963", stopColor: "#C3C3C7" })),
83
+ react_1.default.createElement("linearGradient", { id: "svg_e7861635af__svg_0666da479c__paint4_linear_52_8283", x1: "58.492", y1: "48.387", x2: "72.204", y2: "54.805", gradientUnits: "userSpaceOnUse" },
84
+ react_1.default.createElement("stop", { stopColor: "#748BEE" }),
85
+ react_1.default.createElement("stop", { offset: ".44", stopColor: "#5C7BFF" }),
86
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#3B5EEF" })),
87
+ react_1.default.createElement("linearGradient", { id: "svg_e7861635af__svg_0666da479c__paint5_linear_52_8283", x1: "58.778", y1: "57.686", x2: "68.321", y2: "62.511", gradientUnits: "userSpaceOnUse" },
88
+ react_1.default.createElement("stop", { stopColor: "#95A9FF" }),
89
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#304ECB" })),
90
+ react_1.default.createElement("linearGradient", { id: "svg_e7861635af__svg_0666da479c__paint6_linear_52_8283", x1: "58.492", y1: "83.577", x2: "63.536", y2: "91.249", gradientUnits: "userSpaceOnUse" },
91
+ react_1.default.createElement("stop", { stopColor: "#5C7BFF" }),
92
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#3B5EEF" })),
93
+ react_1.default.createElement("linearGradient", { id: "svg_e7861635af__svg_0666da479c__paint7_linear_52_8283", x1: "58.779", y1: "86.438", x2: "62.017", y2: "91.76", gradientUnits: "userSpaceOnUse" },
94
+ react_1.default.createElement("stop", { stopColor: "#95A9FF" }),
95
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#304ECB" })),
96
+ react_1.default.createElement("filter", { id: "svg_e7861635af__svg_0666da479c__filter0_dii_52_8283", x: "8.536", y: "18.094", width: "103.993", height: "90.679", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
97
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
98
+ react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
99
+ react_1.default.createElement("feOffset", { dx: ".532", dy: "1.065" }),
100
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".532" }),
101
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
102
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
103
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_8283" }),
104
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_8283", result: "shape" }),
105
+ react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
106
+ react_1.default.createElement("feOffset", { dx: "1.597", dy: "1.597" }),
107
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".532" }),
108
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
109
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" }),
110
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_8283" }),
111
+ react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
112
+ react_1.default.createElement("feOffset", { dx: "-1.597", dy: "-1.597" }),
113
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".266" }),
114
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
115
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.879167 0 0 0 0 0.879167 0 0 0 0 0.879167 0 0 0 1 0" }),
116
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_52_8283", result: "effect3_innerShadow_52_8283" })),
117
+ react_1.default.createElement("filter", { id: "svg_e7861635af__svg_0666da479c__filter1_dii_52_8283", x: "53.75", y: "45.701", width: "12.5", height: "48.715", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
118
+ react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
119
+ react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
120
+ react_1.default.createElement("feOffset", { dy: ".5" }),
121
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
122
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
123
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.831152 0 0 0 0 0.863663 0 0 0 0 1 0 0 0 1 0" }),
124
+ react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_52_8283" }),
125
+ react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_52_8283", result: "shape" }),
126
+ react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
127
+ react_1.default.createElement("feOffset", { dx: ".5" }),
128
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
129
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
130
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.720833 0 0 0 0 0.775407 0 0 0 0 1 0 0 0 1 0" }),
131
+ react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_52_8283" }),
132
+ react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
133
+ react_1.default.createElement("feOffset", { dx: "-.5", dy: "-1" }),
134
+ react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
135
+ react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
136
+ react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.206667 0 0 0 0 0.317086 0 0 0 0 0.775 0 0 0 1 0" }),
137
+ react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_52_8283", result: "effect3_innerShadow_52_8283" }))));
138
+ }
139
+ var IconErrorTypeHighSaturation = react_1.default.forwardRef(IconErrorTypeHighSaturationComponent);
140
+ exports.default = IconErrorTypeHighSaturation;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconLoginFailure: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconLoginFailure;
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ var react_1 = __importStar(require("react"));
49
+ var context_1 = require("../context");
50
+ function IconLoginFailureComponent(props, ref) {
51
+ var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
52
+ var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
53
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
54
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
55
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-login-failure").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 300 234" }, rest, { ref: ref }),
56
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#97BCFF', d: "M145.462 52.721C162.036 52.721 173.069 63.5444 173.069 92.5419C173.092 96.5324 172.776 100.518 172.124 104.455C180.638 108.119 187.909 113.411 193.542 120.913C197.229 111.231 206.077 105.94 213.879 103.751C204.767 90.0313 200.479 90.23 198.012 64.8467C197.135 55.8214 198.46 33.1494 155.09 33.1494C131.539 33.1494 86.211 40.8336 86.211 63.9709C86.211 71.0543 90.5085 75.514 90.5085 84.6412C90.5085 97.3921 81.9093 105.531 76.5687 113.548C82.1262 114.799 89.4181 117.831 92.5988 121.159C99.1878 110.705 108.547 104.216 120.544 101.384C120.285 98.2666 118.651 84.7351 118.651 83.8745C118.651 79.022 122.167 52.721 145.462 52.721ZM200.768 87.9298C201.432 87.9852 202.276 88.3127 202.647 88.6957C203.167 88.8547 203.643 89.1512 203.643 89.7103C203.643 90.1092 203.324 90.7143 202.703 90.7143C202.351 90.7143 202.09 90.3963 201.245 90.3963C198.123 90.3963 198.289 93.4915 193.648 93.4915C193.193 93.4915 192.726 93.4496 192.497 93.4496C190.502 93.4496 191.238 95.4856 189.91 95.4856C189.787 95.4857 189.665 95.4612 189.551 95.4137C189.437 95.3662 189.334 95.2966 189.247 95.2089C189.161 95.1212 189.092 95.0171 189.046 94.9027C189 94.7884 188.977 94.666 188.979 94.5426C189.021 94.1164 189.162 93.7058 189.389 93.343C189.397 93.2012 189.427 93.0616 189.478 92.9292C190.242 90.9542 191.604 90.7616 194.474 90.6381C196.889 90.5343 196.551 89.1175 200.768 87.9298ZM186.442 69.3073C186.509 69.138 186.624 68.992 186.774 68.8873C186.923 68.7825 187.099 68.7236 187.282 68.7177C187.521 68.7177 188.122 68.8608 188.207 69.4435C188.266 69.85 188.476 69.8983 188.734 70.1862C189.4 70.7646 190.217 71.5065 190.902 72.1442C191.036 72.21 191.147 72.3143 191.222 72.4437C191.444 72.6522 191.642 72.8413 191.808 73.0021C192.085 73.14 192.402 73.3133 192.402 73.8175C192.402 73.8801 192.41 73.9419 192.41 74.0049C192.41 74.4479 191.98 74.9563 185.067 76.3205C184.907 76.2308 184.611 76.1607 184.479 75.9745C184.22 75.6623 184.066 75.2771 184.037 74.8727C184.037 74.4144 186.43 69.3317 186.442 69.3073ZM174.032 51.0345C174.613 50.774 175.238 50.6285 175.874 50.606C175.948 50.606 175.971 50.6082 176.04 50.6082C176.046 50.6082 176.052 50.6075 176.058 50.6074C176.635 50.4934 177.184 50.268 177.675 49.9438C178.729 48.8951 178.999 46.9731 180.749 46.9731C180.923 46.975 181.094 47.0125 181.252 47.0833C181.296 47.0814 181.339 47.0774 181.384 47.0774C181.513 47.0684 181.642 47.0854 181.763 47.1272C181.885 47.169 181.997 47.2349 182.093 47.3208C182.189 47.4068 182.266 47.5112 182.321 47.6277C182.375 47.7443 182.406 47.8706 182.411 47.9992C182.417 48.2422 182.327 48.4779 182.16 48.6547C181.994 48.8315 181.764 48.9351 181.521 48.9428C180.12 48.9623 180.095 51.9401 176.016 52.5195C174.325 52.7596 174.686 53.6519 174.538 54.0438C174.47 54.2162 174.35 54.3639 174.196 54.4677C174.043 54.5716 173.861 54.6268 173.675 54.6262C172.709 54.6262 172.719 53.5058 172.71 53.4471C172.712 53.4331 172.716 53.4208 172.718 53.407C172.691 53.2757 172.676 53.1422 172.673 53.0081C172.785 52.1409 173.12 51.4018 174.032 51.0345ZM156.001 40.5729C156.345 40.4285 156.711 40.3447 157.084 40.325C159.337 40.325 159.837 42.4237 159.837 43.0906C159.836 43.4241 159.775 43.7547 159.656 44.0662C159.686 44.1497 159.702 44.2376 159.702 44.3262C159.702 44.8797 158.709 46.3516 156.866 46.3516C155.494 46.3516 153.83 45.3255 153.83 43.4116C153.83 41.9084 155.127 40.714 156.001 40.5729ZM104.141 92.154C103.231 92.154 103.119 90.8507 102.358 90.8507C101.594 90.8507 101.396 91.6068 99.7873 91.6068C97.5801 91.6068 97.0352 90.5736 96.2797 90.5736C95.4897 90.5736 95.5006 91.5159 94.6413 91.5159C94.3987 91.5118 94.1673 91.413 93.9965 91.2406C93.8257 91.0682 93.7291 90.836 93.7272 90.5933C93.7463 90.4026 93.8053 90.2181 93.9004 90.0517C93.895 90.0262 93.8918 90.0003 93.8908 89.9742C93.8908 89.6328 94.619 88.4382 96.4121 88.3957C98.2609 88.4199 98.2344 89.603 99.3047 89.603C100.158 89.603 101.182 88.6978 102.628 88.6978C103.415 88.6978 103.89 89.2345 104.169 89.7792C104.559 90.1808 105.077 90.7957 105.077 91.2322C105.069 91.4765 104.968 91.7084 104.793 91.88C104.619 92.0515 104.386 92.1496 104.141 92.154ZM103.108 66.991C101.445 66.991 99.7734 65.7977 99.7734 63.8983C99.7738 63.7841 99.7808 63.6701 99.7941 63.5568C99.7869 63.4684 99.7792 63.38 99.7792 63.2868C99.8047 62.4094 100.173 61.577 100.805 60.9682C101.437 60.3593 102.283 60.0225 103.161 60.03C103.834 60.0232 104.49 60.2451 105.021 60.6595C105.552 61.0739 105.927 61.6562 106.084 62.3112C106.372 62.6775 106.537 63.1259 106.555 63.5919C106.555 66.6428 103.661 66.991 103.108 66.991ZM127.191 50.6712C126.025 50.6712 125.576 47.7066 124.658 47.3518C122.29 46.437 122.799 43.9902 121.816 43.3848C120.701 42.699 120.512 42.3784 120.512 41.9806C120.515 41.7379 120.613 41.5061 120.784 41.3341C120.955 41.162 121.186 41.0632 121.429 41.0585C121.645 41.0585 121.971 41.078 123.388 42.2386C123.727 42.5475 123.967 42.9489 124.079 43.3929C124.248 43.8182 124.367 44.2938 124.519 44.7196C124.698 45.1438 125.038 45.4797 125.464 45.6535C126.811 46.2017 127.983 49.2152 128.132 49.6742C128.138 49.802 128.118 49.9297 128.073 50.0496C128.029 50.1696 127.961 50.2793 127.873 50.3724C127.785 50.4654 127.679 50.5398 127.562 50.5912C127.445 50.6425 127.319 50.6697 127.191 50.6712Z" }),
57
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#97BCFF', d: "M96.1451 117.707C95.0259 119.118 94.0211 120.616 93.1404 122.187 94.0464 120.632 95.0499 119.136 96.1451 117.707zM92.752 146.126C92.7392 146.309 92.6697 146.483 92.5534 146.624 92.437 146.765 92.2794 146.866 92.1027 146.914 89.8712 147.797 87.4923 148.249 85.0924 148.245 77.4786 148.245 71.6661 145.028 67.3499 140.903 71.9597 165.212 103.723 164.191 109.688 164.437 103.369 159.696 97.1877 153.793 92.752 146.126zM203.342 150.696C200.775 150.696 199.023 150.189 197.731 149.583 189.775 161.673 178.262 162.51 177.459 162.51 162.894 162.51 156.67 153.481 154.242 150.769H138.371C138.373 150.774 138.753 151.434 139.366 152.514 140.197 153.7 140.343 153.99 140.486 154.502 140.722 154.922 140.971 155.367 141.23 155.832 141.581 156.241 141.845 156.718 142.006 157.233 143.918 160.697 146.136 164.835 147.481 167.736 149.748 168.004 167.934 169.764 177.049 169.764 209.903 169.764 218.845 151.116 220.79 145.249 215.475 148.451 209.537 150.696 203.342 150.696z" }),
58
+ react_1.default.createElement("g", { fill: useCurrentColor ? 'currentColor' : '#41464F' },
59
+ react_1.default.createElement("path", { d: "M197.731 149.583C189.775 161.673 178.262 162.51 177.459 162.51 162.893 162.51 156.669 153.481 154.242 150.769H138.371C138.381 150.791 148.712 168.719 148.712 171.105 148.712 171.425 148.46 171.519 147.477 172.088 147.751 172.471 150.506 176.603 155.261 178.654 157.974 179.825 160.744 182.289 160.744 183.126 160.744 183.725 159.887 184.405 158.76 184.405 158.099 184.405 157.006 184.167 155.589 184.001 156.687 186.342 156.644 186.414 156.92 186.414 156.938 186.414 156.957 186.414 156.979 186.414 157.009 186.414 157.04 186.413 157.07 186.413 157.092 186.413 170.403 186.526 171.106 186.526 171.131 186.526 171.155 186.526 171.179 186.526 171.61 186.526 171.993 186.57 172.1 187.137 172.162 187.47 172.781 199.617 172.781 199.695 172.781 199.837 172.708 200.251 172.708 200.472 172.708 200.571 172.72 200.593 172.72 200.694 172.72 201.121 172.432 201.25 172.003 201.25 171.953 201.25 171.902 201.249 171.852 201.249 171.582 201.249 123.063 201.947 123.04 201.947 123.008 201.947 122.968 201.951 122.924 201.951 122.652 201.951 122.196 201.794 122.196 199.559 122.196 198.899 122.241 198.24 122.241 197.581 122.241 197.316 122.223 196.607 122.223 195.01 122.223 193.539 122.209 192.344 122.209 191.374 122.209 187.832 122.402 187.285 124.203 187.285 124.225 187.285 136.106 187.342 137.503 187.342 137.697 187.342 137.895 187.333 138.196 187.326 137.296 186.525 134.816 184.507 133.912 179.911 133.468 179.899 133.205 179.596 132.889 179.354 124.534 172.949 103.51 164.719 92.752 146.126 92.7392 146.309 92.6697 146.483 92.5533 146.624 92.4369 146.765 92.2794 146.866 92.1027 146.914 89.8712 147.797 87.4923 148.249 85.0924 148.245 64.1625 148.245 56.8318 123.943 56.8318 123.271 56.8318 122.467 60.0323 121.34 64.2111 121.34 68.5236 121.34 71.5076 122.557 72.7006 122.954 72.6875 122.932 68.6487 116.557 68.6487 114.093 68.6487 113.612 68.9682 113.313 69.4931 113.313 69.5892 113.313 69.6163 113.321 69.6863 113.321 70.0413 113.321 70.4921 112.94 72.0667 112.94 77.1972 112.94 88.4304 116.798 92.5989 121.159 99.1879 110.705 108.547 104.216 120.544 101.384 120.285 98.2664 118.652 84.735 118.652 83.8744 118.652 79.0219 122.167 52.7209 145.462 52.7209 162.036 52.7209 173.07 63.5443 173.07 92.5418 173.092 96.5323 172.776 100.518 172.124 104.455 180.638 108.119 187.909 113.411 193.542 120.912 198.64 107.526 213.606 102.53 222.03 102.53 222.472 102.53 222.722 102.772 222.777 103.272 222.924 104.424 222.998 105.583 222.997 106.744 222.997 112.126 221.552 115.917 221.087 117.408 221.647 117.366 223.237 116.428 226.83 116.428 236.369 116.428 243.168 122.231 243.168 123.274 243.168 123.828 224.786 150.696 203.342 150.696 200.775 150.696 199.022 150.189 197.731 149.583zM133.717 178.672C138.366 176.045 142.991 173.431 147.629 170.809 147.47 170.298 136.133 143.714 120.936 130.49 120.101 131.175 116.671 134.307 113.354 134.307 111.547 134.307 111.398 133.534 111.355 133.378 110.811 131.402 110.593 131.287 110.593 130.864 110.593 130.386 111.914 127.45 116.111 127.45 118.675 127.45 120.408 128.786 120.9 129.108 126.99 123.52 129.516 116.908 130.275 116.908 130.398 116.907 130.516 116.952 130.606 117.035 130.697 117.118 130.752 117.232 130.761 117.354 130.761 117.607 128.247 122.905 121.675 129.813 132.561 139.148 136.948 149.779 138.137 149.779 138.232 149.779 140.406 149.772 145.013 149.772 147.438 149.772 149.862 149.773 152.286 149.774 152.567 149.774 152.756 149.774 152.888 149.774 153.088 149.785 153.289 149.765 153.482 149.713 152.594 148.314 145.201 138.156 145.201 119.837 145.201 119.705 145.202 119.57 145.202 119.426 145.004 119.402 144.869 119.38 144.734 119.37 132.112 118.408 130.771 111.901 130.771 110.817 130.772 110.297 130.88 109.782 131.091 109.305 131.154 109.064 131.183 108.815 131.179 108.565 131.02 108.565 130.892 108.562 130.777 108.562 130.379 108.562 122.913 108.954 122.474 108.954 121.315 108.954 121.451 108.327 120.652 102.42 101.969 106.95 90.0715 121.746 90.0715 132.672 90.0715 156.389 121.666 169.539 133.717 178.672zM146.454 113.406C146.212 115.098 146.212 118.852 146.212 119.118 146.212 152.308 165.233 161.474 176.843 161.474 179.797 161.474 199.16 157.926 199.16 139.317 199.16 119.454 176.417 106.712 171.911 105.533 171.553 107.066 171.581 107.453 170.981 107.495 160.557 108.223 160.268 108.36 160.268 108.431 160.268 108.435 160.269 108.439 160.269 108.443 160.269 108.491 159.206 109.553 159.206 110.873 159.206 110.917 159.182 110.933 159.182 110.954 159.182 111.101 160.316 111.478 178.408 123.252 178.264 122.05 177.753 117.236 177.753 117.03 177.753 116.755 177.84 116.407 178.25 116.407 179.173 116.407 178.479 118.017 179.54 123.713 179.751 124.846 188.736 130.197 188.736 136.276 188.736 137.323 188.249 138.701 187.038 138.701 185.079 138.701 180.801 133.536 178.841 125.225 178.566 124.057 160.757 112.649 159.343 112.649 158.924 112.649 156.578 114.422 151.802 114.422 148.539 114.422 146.966 113.642 146.454 113.406zM161.985 88.6236C163.298 87.8307 163.944 87.8026 163.944 73.8025 163.944 69.6506 163.399 69.5973 162.229 69.5973 161.021 69.5973 157.918 69.7505 157.918 79.4429 157.918 79.4654 157.918 79.4879 157.918 79.5105 157.918 80.2277 157.719 80.2545 157.121 80.2545 153.148 80.2545 150.537 75.5665 149.778 74.3414 146.81 69.5506 142.731 74.6452 134.525 66.0012 127.622 70.0821 123.985 78.8205 123.985 85.34 123.985 85.6463 123.978 85.9427 123.978 86.2288 123.978 88.4032 124.359 89.9832 130.916 90.7826 132.453 90.9701 132.678 99.4347 132.678 100.973 132.678 105.625 132.155 108.06 132.155 109.494 132.155 112.039 137.76 114.073 141.979 114.073 143.12 114.1 144.258 113.968 145.363 113.681 145.371 113.454 145.407 113.229 145.471 113.01 145.519 112.907 145.544 112.794 145.544 112.68 145.544 112.196 144.718 110.703 144.718 108.292 144.718 106.326 144.921 104.326 147.206 102.213 151.804 97.9611 149.292 97.8718 150.736 93.6092 150.749 93.5694 150.995 92.4741 152.757 92.4741 153.403 92.4741 153.638 92.85 154.044 93.2883 154.593 92.9157 155.248 92.731 155.911 92.762 156.376 92.762 156.842 92.7985 157.302 92.8142 158.47 88.3743 157.625 90.5288 160.866 89.274 160.866 88.9587 160.861 88.6511 160.861 88.3468 160.861 88.2743 160.861 88.2027 160.861 88.1329 160.861 87.6237 160.886 87.2088 161.316 87.2088 161.732 87.2088 161.729 87.5514 161.985 88.6236zM151.377 194.896L151.38 195.015C158.76 196.51 160.958 196.266 160.958 197.115 160.96 197.183 160.948 197.25 160.922 197.313 160.897 197.375 160.857 197.431 160.808 197.477 160.758 197.523 160.699 197.558 160.635 197.579 160.57 197.599 160.502 197.606 160.435 197.598 159.785 197.598 148.959 195.57 148.239 195.57 147.443 195.57 134.96 198.155 134.539 198.155 134.471 198.16 134.402 198.15 134.338 198.126 134.273 198.103 134.215 198.067 134.165 198.019 134.115 197.972 134.076 197.915 134.049 197.852 134.023 197.789 134.009 197.721 134.01 197.652 134.01 196.68 139.882 196.428 144.989 195.05 143.846 194.427 132.771 193.384 132.771 192.421 132.769 192.352 132.78 192.285 132.805 192.221 132.83 192.158 132.868 192.1 132.917 192.053 132.966 192.005 133.024 191.968 133.088 191.944 133.151 191.92 133.219 191.91 133.287 191.914 133.637 191.914 147.556 194.42 148.101 194.42 148.115 194.42 148.118 194.424 148.149 194.424 148.305 194.424 149.175 194.315 155.836 192.954 155.676 192.784 155.491 192.639 155.289 192.524 155.193 192.45 155.076 192.409 154.956 192.409 154.69 192.409 154.383 192.619 153.779 192.619 152.662 192.619 151.383 192.028 150.271 191.607 150.168 191.672 148.967 192.605 147.384 192.605 144.398 192.605 141.917 188.293 139.711 188.293 139.504 188.303 139.298 188.33 139.096 188.374 139.073 188.374 126.597 188.33 124.254 188.33 124.053 188.33 123.851 188.345 123.594 188.356 123.572 188.51 123.248 188.91 123.248 199.96 123.248 200.253 123.251 200.545 123.251 200.834 123.297 200.842 123.597 200.846 124.111 200.846 130.602 200.846 171.375 200.236 171.764 200.12 171.544 195.956 171.324 191.787 171.1 187.565 168.311 187.535 163.508 187.48 160.897 187.48 160.678 187.48 160.572 187.48 160.516 187.48 159.726 187.48 158.935 187.447 158.134 187.447 157.776 187.447 157.415 187.454 157.052 187.473 157.469 189.631 158.83 190.61 158.97 192.344 161.185 191.92 161.198 191.913 161.318 191.913H161.332C161.401 191.906 161.47 191.914 161.536 191.936 161.602 191.958 161.662 191.994 161.713 192.042 161.764 192.089 161.804 192.146 161.831 192.21 161.858 192.274 161.871 192.343 161.87 192.412V192.413C161.87 193.071 161.633 192.801 151.377 194.896zM240.973 122.601C235.208 117.861 228.323 117.693 227.166 117.693 227.077 117.693 227.022 117.694 227.004 117.694 224.221 117.694 222.297 118.155 220.685 119.101 219.539 119.773 215.396 133.48 199.969 135.976 200.078 137.484 200.152 137.927 200.152 139.313 200.152 139.804 200.143 140.308 200.143 140.844L240.973 122.601zM146.366 172.728C135.856 178.205 134.963 179.224 134.963 179.505 134.963 179.562 135.001 179.588 135.001 179.615 135.001 181.397 136.878 185.652 139.324 186.647 142.794 188.059 145.297 191.56 147.353 191.56 148.124 191.597 148.88 191.344 149.472 190.85 144.122 183.862 143.031 185.23 143.031 184.081 143.031 183.806 143.261 183.673 143.652 183.673 146.714 183.673 149.393 191.593 153.771 191.593L153.818 191.593C153.87 191.593 153.925 191.593 153.991 191.597 153.674 191.163 153.254 190.777 151.849 188.064 149.902 184.305 146.218 182.565 146.218 181.775 146.222 181.649 146.277 181.529 146.369 181.443 146.461 181.356 146.584 181.31 146.711 181.314 146.725 181.314 146.738 181.314 146.752 181.314 146.96 181.314 147.213 181.401 150.252 184.211 153.783 187.476 153.371 191.892 157.949 192.322 157.882 192.04 157.795 191.763 157.69 191.492 155.214 186.285 156.071 187.579 155.188 185.566 153.461 181.629 148.726 180.177 148.726 178.975 148.726 178.795 148.837 178.601 149.197 178.601 150.021 178.601 154.314 182.759 155.494 182.957 156.839 183.183 158.61 183.38 158.789 183.38 159.084 183.384 159.37 183.28 159.595 183.089 155.527 178.117 154.41 181.809 146.366 172.728zM158.242 94.2189C158.286 94.4589 158.629 95.7567 158.629 98.8485 158.629 103.133 158.257 104.423 157.682 104.423 157.557 104.424 157.437 104.376 157.348 104.288 157.259 104.201 157.208 104.082 157.207 103.957 157.502 102.327 157.638 100.673 157.613 99.0174 157.613 94.1075 157.362 93.91 155.592 93.91H155.587C154.927 93.91 154.549 94.2893 154.549 94.8957 154.549 95.2798 154.954 97.0329 154.954 99.3099 154.954 101.247 154.722 101.913 154.68 102.045 154.496 102.626 153.382 104.911 152.664 104.911 152.553 104.911 152.447 104.867 152.367 104.79 152.288 104.712 152.243 104.607 152.24 104.496 152.247 104.362 152.289 104.232 152.361 104.119 153.638 101.94 153.939 102.209 153.939 99.4411 153.939 99.3482 153.846 93.451 152.631 93.451H152.613C151.272 93.451 151.153 94.7334 151.153 95.0296 151.153 95.1638 151.17 95.3778 151.17 96.5328 151.17 96.7143 151.17 96.8957 151.169 97.0772 151.169 97.2583 151.17 97.3349 151.17 97.3571 151.17 102.533 145.73 101.976 145.73 108.165 145.732 109.446 145.963 110.717 146.412 111.917 146.814 113.001 149.836 113.405 151.673 113.405 155.658 113.405 157.985 112.151 158.082 112.109 158.463 106.056 160.988 109.78 160.988 98.7497 160.988 95.9258 160.391 94.4356 158.242 94.2189zM194.853 122.599C194.853 122.888 194.943 122.987 197.408 127.414 205.165 119.613 212.868 111.866 220.652 104.038 220.446 104.038 220.289 104.031 220.151 104.031 211.016 104.031 194.853 113.39 194.853 122.524 194.853 122.552 194.853 122.576 194.853 122.599zM89.1085 134.422C76.4421 133.381 78.5911 122.594 64.0287 122.594 62.4417 122.579 60.8605 122.787 59.3318 123.214L59.3175 123.324 91.232 143.024 91.3198 142.95C90.2085 140.218 89.4649 137.35 89.1085 134.422zM91.9511 122.133C81.4233 114.515 73.1811 114.213 72.2289 114.213 71.935 114.213 71.641 114.232 71.347 114.242L71.3206 114.364C77.5449 118.271 83.7708 122.178 89.9982 126.086 90.6673 124.732 91.3147 123.421 91.9511 122.133zM180.073 125.841C180.713 129.643 184.974 137.692 187.025 137.692L187.03 137.692C187.107 137.692 187.694 137.669 187.694 136.098 187.694 131.481 180.352 126.002 180.073 125.841zM132.003 111.631L131.92 111.671C133.734 117.708 144.526 118.368 144.924 118.368 145.012 118.359 145.099 118.343 145.185 118.319 145.225 117.136 145.264 115.974 145.304 114.787 144.217 114.967 143.117 115.065 142.016 115.081 140.278 115.081 135.442 114.749 132.003 111.631zM113.54 133.281C114.1 133.281 116.405 133.128 120.113 129.84 119.887 129.645 118.444 128.47 116.033 128.47 112.516 128.47 111.373 130.903 111.373 131.738 111.373 133.237 113.02 133.279 113.374 133.279 113.395 133.279 113.411 133.279 113.423 133.279 113.443 133.279 113.482 133.281 113.54 133.281zM103.161 60.03C103.553 60.0256 103.943 60.099 104.307 60.246 104.671 60.3929 105.003 60.6106 105.282 60.8863 105.562 61.162 105.784 61.4904 105.936 61.8524 106.088 62.2145 106.166 62.603 106.167 62.9957 106.167 65.1672 104.184 66.2388 102.829 66.2388 101.571 66.2388 99.7793 65.3368 99.7793 63.2868 99.8048 62.4094 100.173 61.577 100.805 60.9681 101.437 60.3593 102.283 60.0225 103.161 60.03zM102.533 65.1926C104.919 65.1926 105.133 63.3595 105.133 63.0054 105.134 62.7448 105.083 62.4866 104.981 62.2466 104.88 62.0066 104.73 61.7897 104.542 61.6093 104.354 61.4288 104.132 61.2885 103.888 61.1969 103.644 61.1053 103.383 61.0643 103.123 61.0764 102.526 61.0714 101.95 61.2987 101.517 61.7104 101.084 62.1221 100.828 62.6859 100.803 63.2828 100.803 64.3132 101.701 65.1926 102.533 65.1926z" }),
60
+ react_1.default.createElement("path", { d: "M200.768 87.9297C201.645 88.003 202.838 88.5509 202.838 89.0747 202.838 89.1362 202.826 89.197 202.802 89.2537 202.778 89.3104 202.743 89.3618 202.7 89.4051 202.656 89.4483 202.604 89.4825 202.547 89.5057 202.49 89.5289 202.429 89.5406 202.368 89.5402 201.879 89.5402 201.659 89.0282 200.755 89.0282 200.313 89.0406 199.881 89.1645 199.499 89.3883 195.206 91.7386 197.477 91.4585 192.24 91.8252 191.433 91.8817 190.41 92.6041 190.321 93.4829 190.323 93.5409 190.313 93.5988 190.292 93.6529 190.271 93.7071 190.24 93.7565 190.199 93.7982 190.159 93.8399 190.111 93.873 190.057 93.8955 190.004 93.9181 189.946 93.9296 189.888 93.9294 189.82 93.9293 189.752 93.9153 189.689 93.8882 189.627 93.861 189.57 93.8213 189.523 93.7716 189.476 93.7218 189.44 93.6629 189.417 93.5987 189.394 93.5344 189.384 93.466 189.388 93.3978 189.39 93.2374 189.42 93.0787 189.478 92.9291 190.242 90.9542 191.604 90.7615 194.474 90.6381 196.889 90.5342 196.551 89.1174 200.768 87.9297zM159.837 43.0906C159.836 43.4536 159.765 43.813 159.625 44.1482 159.486 44.4834 159.282 44.7877 159.025 45.0438 158.767 45.2998 158.462 45.5025 158.126 45.6401 157.79 45.7778 157.43 45.8478 157.067 45.846 154.686 45.846 154.323 43.5479 154.323 43.0751 154.323 40.6951 156.636 40.325 157.084 40.325 159.337 40.325 159.837 42.4237 159.837 43.0906zM157.07 41.2166C155.449 41.2166 155.203 42.783 155.203 43.0902 155.203 44.6212 156.636 44.9686 157.089 44.9686 157.335 44.9682 157.579 44.919 157.807 44.8237 158.034 44.7285 158.24 44.5891 158.414 44.4137 158.587 44.2383 158.723 44.0302 158.816 43.8017 158.908 43.5731 158.954 43.3285 158.951 43.082 158.951 41.4447 157.376 41.2166 157.07 41.2166zM96.4122 88.3955C98.261 88.4197 98.2345 89.6029 99.3049 89.6029 100.158 89.6029 101.182 88.6976 102.628 88.6976 104.217 88.6976 104.536 90.8871 104.536 90.9091 104.531 91.0315 104.479 91.147 104.391 91.232 104.303 91.3169 104.185 91.3647 104.063 91.3655 103.286 91.3655 103.495 89.7168 102.512 89.7168 101.746 89.7168 100.018 90.6784 99.1275 90.6784 97.9574 90.6784 97.6911 89.3843 96.3302 89.3843 94.9723 89.3843 94.8189 90.4325 94.3149 90.4325 94.2387 90.4307 94.1648 90.4064 94.1024 90.3628 94.0373 90.3211 93.9837 90.2635 93.9468 90.1956 93.9098 90.1276 93.8906 90.0514 93.8909 89.9741 93.8909 89.6327 94.6191 88.4381 96.4122 88.3955zM185.556 75.1836C185.274 75.1836 185.136 75.0778 185.136 74.8685 185.136 74.639 187.154 69.2109 187.483 69.2109 187.782 69.2109 192.305 73.3996 192.305 73.5203 192.305 73.5367 192.302 73.5521 192.302 73.5739 192.302 73.9811 191.877 73.9597 191.651 74.0045 187.775 74.7728 185.696 75.1836 185.556 75.1836zM187.717 70.1546C187.401 70.6275 186.12 73.9621 186.082 74.4179L191.285 73.404C190.032 72.2626 188.878 71.2117 187.717 70.1546zM172.674 53.0082C172.785 52.141 173.12 51.4018 174.033 51.0345 174.613 50.774 175.238 50.6285 175.874 50.606 175.948 50.606 175.971 50.6082 176.04 50.6082 178.737 50.6082 178.343 46.9731 180.749 46.9731 181.017 46.9731 181.561 47.0968 181.561 47.4945 181.564 47.548 181.557 47.6017 181.539 47.6523 181.521 47.703 181.493 47.7495 181.457 47.789 181.421 47.8286 181.377 47.8604 181.328 47.8825 181.279 47.9046 181.227 47.9166 181.173 47.9177 181.039 47.9177 180.96 47.8638 180.744 47.8638 179.147 47.8638 179.23 51.5011 176.07 51.5011 176.029 51.5011 176.018 51.5006 175.977 51.5006 172.573 51.5006 174.014 53.7166 173.094 53.7166 172.656 53.7166 172.691 53.2147 172.674 53.0082zM127.722 49.5309C127.721 49.5866 127.709 49.6417 127.686 49.6924 127.663 49.7431 127.629 49.7883 127.587 49.8249 127.545 49.8616 127.495 49.8889 127.442 49.905 127.389 49.9212 127.332 49.9258 127.277 49.9186L127.269 49.9185C127.194 49.8498 127.027 49.7604 126.958 49.6223 126.841 49.3913 126.803 49.1227 126.704 48.8814 126.116 47.4533 125.947 46.8758 125.168 46.7225 123.338 46.3626 123.874 43.564 122.516 42.9116 122.497 42.9025 121.251 42.211 121.251 41.6826 121.252 41.5803 121.294 41.4826 121.365 41.4098 121.437 41.337 121.534 41.2946 121.637 41.2915 121.921 41.2915 122.052 41.4973 123.376 42.3973 124.534 43.1842 124.205 45.6432 125.582 45.9338 127.001 46.2335 127.722 49.2964 127.722 49.5309zM173.788 179.822C177.721 180.856 178.794 185.272 178.794 185.754 178.794 185.82 178.782 185.885 178.757 185.946 178.732 186.006 178.694 186.061 178.648 186.107 178.601 186.153 178.545 186.189 178.484 186.213 178.423 186.237 178.358 186.248 178.292 186.247 177.887 186.247 177.799 185.796 177.758 185.628 177.094 182.882 174.745 180.904 173.8 180.904 173.538 180.904 173.449 180.996 173.24 180.996 173.176 180.995 173.113 180.982 173.054 180.957 172.995 180.931 172.942 180.895 172.898 180.848 172.854 180.802 172.82 180.747 172.797 180.688 172.775 180.628 172.764 180.564 172.767 180.5 172.767 179.954 173.515 179.889 173.788 179.822zM175.635 185.57C175.636 185.585 175.636 185.599 175.636 185.612 175.646 185.686 175.64 185.761 175.619 185.832 175.598 185.903 175.562 185.969 175.513 186.025 175.465 186.082 175.405 186.127 175.338 186.159 175.271 186.19 175.197 186.207 175.123 186.208 174.639 186.208 174.708 185.539 174.28 184.629 173.763 183.534 172.811 183.914 172.811 183.295 172.809 183.233 172.82 183.172 172.844 183.114 172.868 183.057 172.903 183.005 172.948 182.962 172.993 182.919 173.047 182.886 173.105 182.865 173.164 182.844 173.226 182.836 173.288 182.841 174.287 182.841 175.634 184.355 175.635 185.57zM160.953 80.6198C162.121 80.9556 162.313 81.9496 162.313 83.6531 162.313 86.2004 161.898 86.2608 161.64 86.2608 161.211 86.2608 161.154 85.8713 161.154 85.5889 161.154 85.5266 161.256 83.5143 161.256 82.6421 161.27 82.4752 161.249 82.3071 161.195 82.1485 161.14 81.99 161.054 81.8446 160.94 81.7215 160.777 81.7541 160.613 81.7757 160.448 81.7862 159.916 81.7862 159.899 81.3162 159.899 81.1152 159.899 80.9843 159.91 80.8523 159.918 80.7217 160.312 74.7339 160.287 74.1848 160.909 74.1848 160.969 74.1846 161.028 74.1969 161.083 74.2209 161.137 74.2449 161.186 74.2801 161.227 74.3242 161.267 74.3683 161.298 74.4204 161.317 74.4771 161.336 74.5338 161.343 74.5939 161.337 74.6534 161.337 74.6754 161.046 79.4093 160.953 80.6198zM140.718 95.0919H140.683C139.599 95.0919 139.412 94.6972 139.412 94.1413 139.412 92.6537 140.642 91.4836 141.486 91.4836 142.143 91.4836 143.174 92.192 143.174 93.923 143.174 94.9505 142.709 94.8584 140.722 95.1243L140.718 95.0919zM140.767 94.0735C141.221 94.0517 141.673 94.0053 142.122 93.9346 142.132 93.8587 142.137 93.7821 142.137 93.7055 142.137 93.2367 141.864 92.4793 141.469 92.4793 140.973 92.4793 140.385 93.4501 140.385 94.0055 140.385 94.0204 140.386 94.035 140.387 94.0493 140.513 94.0659 140.64 94.074 140.767 94.0735zM131.34 74.1445C131.34 74.1116 131.342 74.0788 131.346 74.0461 131.654 73.2502 132.182 72.5576 132.867 72.0483 133.552 71.539 134.367 71.2338 135.219 71.1677 135.615 71.1677 135.776 71.368 135.776 71.6025 135.776 71.9154 135.563 72.0307 135.203 72.0762 132.666 72.3974 132.52 74.6545 131.831 74.6545 131.764 74.6577 131.697 74.6465 131.635 74.6218 131.572 74.597 131.516 74.5592 131.47 74.5109 131.423 74.4626 131.387 74.4049 131.365 74.3417 131.343 74.2785 131.334 74.2113 131.34 74.1445zM144.036 76.6438C143.374 76.5005 142.791 76.4897 142.791 76.0027 142.79 75.9469 142.799 75.8914 142.819 75.8393 142.84 75.7873 142.87 75.7397 142.909 75.6994 142.947 75.6591 142.993 75.6269 143.045 75.6045 143.096 75.5822 143.151 75.5702 143.207 75.5692 143.484 75.6322 143.767 75.671 144.051 75.6852 145.517 75.6852 146.641 74.4529 147.102 74.4529 147.226 74.4543 147.345 74.5044 147.434 74.5923 147.522 74.6803 147.572 74.7992 147.574 74.9239 147.574 75.4416 145.727 76.5402 144.036 76.6438zM146.888 80.7006C146.888 80.7365 146.884 81.7718 144.229 82.0399 143.75 81.9184 142.801 81.7924 142.801 81.1772 142.806 81.0508 142.859 80.931 142.947 80.8408 143.036 80.7506 143.155 80.6964 143.281 80.6886 143.529 80.6886 143.807 81.0203 144.481 81.0203 145.546 81.0203 145.996 80.2236 146.43 80.2236 146.553 80.2283 146.67 80.2806 146.755 80.3696 146.84 80.4585 146.888 80.5771 146.888 80.7004V80.7006zM135.764 82.4005C134.224 82.4005 133.528 81.0108 133.528 80.486 133.523 80.4205 133.532 80.3549 133.554 80.293 133.576 80.2311 133.61 80.1744 133.654 80.1261 133.699 80.0779 133.753 80.0393 133.813 80.0125 133.872 79.9858 133.937 79.9716 134.003 79.9707 134.717 79.9707 134.411 81.3972 135.743 81.3972 136.234 81.3972 136.382 81.202 136.666 81.202 136.728 81.1996 136.791 81.21 136.849 81.2326 136.907 81.2551 136.959 81.2893 137.004 81.333 137.048 81.3768 137.083 81.4291 137.106 81.4869 137.13 81.5447 137.141 81.6066 137.139 81.6688 137.139 82.1408 136.394 82.4005 135.764 82.4005zM147.834 83.6778C147.75 83.8411 147.65 83.9951 147.533 84.137 146.496 85.1386 146.327 85.1747 146.148 85.1747 146.022 85.17 145.903 85.1173 145.815 85.0276 145.726 84.9379 145.676 84.8179 145.673 84.6921 145.676 84.6127 145.695 84.5347 145.729 84.4629 145.764 84.3912 145.812 84.3272 145.872 84.275 146.954 83.245 147.118 83.2002 147.283 83.2002 147.58 83.2002 147.684 83.48 147.834 83.6778zM132.864 83.6433C133.013 83.6964 133.156 83.7643 133.292 83.8459 134.243 84.5876 134.407 84.7702 134.407 85.0399 134.404 85.1637 134.354 85.2817 134.267 85.3699 134.18 85.458 134.063 85.5096 133.939 85.514 133.802 85.5088 133.67 85.4596 133.563 85.3736 132.429 84.534 132.411 84.3757 132.411 84.2131 132.411 83.9447 132.698 83.7933 132.864 83.6433z" })));
61
+ }
62
+ var IconLoginFailure = react_1.default.forwardRef(IconLoginFailureComponent);
63
+ exports.default = IconLoginFailure;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconNoChartData: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconNoChartData;
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ var react_1 = __importStar(require("react"));
49
+ var context_1 = require("../context");
50
+ function IconNoChartDataComponent(props, ref) {
51
+ var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
52
+ var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
53
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
54
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
55
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-no-chart-data").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 260 202" }, rest, { ref: ref }),
56
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#41464F', d: "M183.976 130.848c-3.714-26.113-37.582-23.406-38.387-26.471l.703.001c13.97 0 14.764-.054 14.764-.632 0-.074-.013-.157-.013-.249 0-37.354-3.051-41.431-7.983-47.044-5.148-5.859-12.64-9.32-20.363-9.32-26.245 0-25.018 27.717-26.008 31.078a14.192 14.192 0 0 0-.549 4.025c0 1.57.312 3.727 1.3 4.083 0 .402-.004.798-.004 1.19 0 17.011.533 17.64 1.058 17.64.042 0 .084-.004.126-.004.019 0 5.255-.092 5.479-.092.114.007.228.019.341.038-.352 1.078-1.36 1.893-1.549 1.951-.751.231-1.503.459-2.251.686-.401-.525-.24-1.598-3.909-1.598-1.17.012-2.334.159-3.47.44-.115-.547-1.369-12.622-1.369-12.641 0-.503 1.852-1.453 1.852-5.31 0-2.906-1.636-6.494-4.325-6.494-2.404 0-3.872 2.936-3.872 5.83 0 1.968.63 5.425 3.774 6.58l1.254 12.887c-2.31 1.201-3.9 2.975-4.716 5.415-18.21 1.947-24.166 23.585-24.166 41.807 0 6.652.14 6.676.655 6.676.029 0 .501-.002.501-.62 0-.083-.154-2.089-.154-5.365 0-5.603.595-38.665 22.779-41.442-.711 2.556-1.25 5.069-1.708 7.647-.723-.238-.885-.314-1.1-.314-.02 0-14.036 29.236-14.036 29.256a.476.476 0 0 0 .479.491c.102 0 10.722-20.064 13.733-28.668l3.316 1.189c-.152.783-.711 2.642-.711 2.937a.494.494 0 0 0 .49.497c.727 0 .667-1.74 1.243-3.074l3.078 1.105c-.626 2.566-.647 2.627-.647 2.731v.024a.49.49 0 0 0 .495.508c.703 0 .628-1.603 1.162-2.907l3.911 1.399c.004.06.012.101.012.135 0 .17-1.497 4.883-1.497 10.805 0 2.989.43 11.475.43 13.697 0 14.352-8.334 18.469-8.334 19.394a.523.523 0 0 0 .489.484c.211 0 8.86-5.608 8.86-19.791 0-3.395-.45-10.786-.45-12.833 0-6.942 1.501-11.421 1.501-12.059 0-.688-.681-.795-1.57-1.12.227-.419 1.654-1.829 1.975-4.816.334-3.104 4.177-3.128 4.177-5.971 0-.637-.26-.952-.701-1.662.526-.346 1.829-1.069 1.829-2.172 0-1.209-1.328-1.515-1.742-1.679.417-.356-.183-.137 2.384-.908 1.275 1.056 6.22 5.736 17.004 5.736 13.035 0 18.228-6.928 18.543-6.928 1.264 0 30.615.062 34.881 23.99 4.293 24.08 4.58 25.355 4.932 25.355.041 0 .084-.018.134-.018a.473.473 0 0 0 .494-.516c0-.438-4.341-23.493-4.554-24.989ZM99.889 91.781c-.577 0-1.777-1.184-1.822-3.808.004-2.421.997-3.325 1.515-3.325.836 0 1.814 1.706 1.814 3.799 0 2.144-.863 3.334-1.507 3.334Zm10.997 19.029c0 1.332-6.667 3.216-7.284 3.615a.552.552 0 0 0-.268.456.462.462 0 0 0 .138.337.478.478 0 0 0 .155.103.478.478 0 0 0 .183.033c.338 0 4.911-1.829 5.18-1.829.421 0 .768.708.768 1.139 0 .985-1.245 1.817-2.272 2.669-3.23 2.677-.83 4.587-3.961 7.711l-8.78-3.137c1.66-9.561 2.993-14.769 12.03-14.769 2.047 0 2.839.431 2.839.897 0 1.164-5.794 1.84-6.433 2.074a.4.4 0 0 0-.284.392c0 .441.422.444.576.444h.007c1.445 0 4.597-.936 5.446-.936.564 0 1.96.237 1.96.801Zm18.564 1.994c-4.802 0-11.422-1.244-15.619-4.995 1.75-1.683 2.582-1.655 2.582-16.828 0-6.549-2.635-4.244-7.577-5.161-.721-.134-1.55-.61-1.55-3.462 0-8.185 7.648-19.297 11.375-19.297 1.89 0 2.465 8.168 11.689 8.808 4.374.303 5.143 6.849 11.185 6.849h.157c.582 0 1.238-.03 1.238-.747a16.564 16.564 0 0 1-.124-2.052c0-.427-.004-.892-.004-1.378 0-3.457.212-8.013 3.647-8.013h.091c.865 0 2.54.22 2.54 12.788v.263c0 2.214-.022 3.27-1.171 4.488a1.263 1.263 0 0 1-.694.394v-1.158c0-.169.003-.338.003-.508 0-.425-.02-.978-.579-.978-.542 0-.591.487-.591 1.489 0 .222.003.469.003.742v.85c-4.288.845-4.407-1.267-4.407 10.74 0 7.672 2.857 9.796 5.125 10.965-5.879 6.062-15.423 6.201-17.319 6.201Z" }),
57
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#41464F', d: "M161.702 143.341c-.92-.481-3.675-9.381-3.971-18.731-.006-.195.004-.816-.524-.816-.294 0-.503.181-.503.701l-.001.105c0 .94.093 7.939 3.251 17.785-.018-.006-7.814-3.491-10.855-7.207-1.108-1.354-1.438-1.432-1.524-1.432l-.023.001c-.423 0-.628.917-1.125 1.426-4.033-5.643-4.262-11.995-8.526-11.995-1.114 0-1.882.217-2.693.293-.181-3.765.779-4.73-4.81-4.73-1.805 0-9.436.349-9.436 3.143 0 .289.852 16.637.852 16.656 0 .34-.088.361-.088.631 0 .498 1.381 2.801 6.329 2.801 3.974 0 5.746-1.387 6.412-1.963.557 1.256 1.154 2.463 2.397 3.268-1.693.756-2 .819-2 1.19 0 .73.819-.081 5.229 8.822 8.379 16.913 18.243 19.817 19.172 19.817a.494.494 0 0 0 .49-.484c0-1.136-8.937-2.024-16.114-14.878-5.799-10.386-3.55-7.782-7.49-13.017a27.794 27.794 0 0 0 4.419-2.586c1.932 2.634 1.946 2.736 2.211 2.736.255 0 .32-.313.32-.442 0-.276-1.282-1.767-1.865-2.707l4.125-3.577c1.942 2.217 1.893 2.239 2.151 2.239h.016c.231 0 .385-.113.385-.297 0-.236-.056-.23-2.068-2.547a21.072 21.072 0 0 0 1.921-2.474c5.508 6.671 12.263 7.494 12.993 9.302 3.064 7.592 7.697 10.917 10.162 10.917.774 0 1.468-.768 1.468-1.534 0-.862-1.452-5.579-10.687-10.416Zm-35.78-21.55c-2.945 0-3.778-.503-3.849-.531 2.922-1.604 7.776-1.604 8.175-1.604 2.794 0 3.81.496 3.829.502-.961 1.001-5.342 1.633-8.155 1.633Zm11.972 20.892c-2.777-1.336-1.886-4.087-4.016-4.192-1.85-.092-3.061-.125-4.112-1.483a1.971 1.971 0 0 1-.426-1.181c0-2.875 8.102-3.783 8.383-3.881a.415.415 0 0 0 .291-.417l.001-.013c0-.071-.025-.413-.587-.413-.44 0-4.611.083-8.118 2.643a4.556 4.556 0 0 1-.363-1.889c0-4.493 8.807-3.745 8.807-4.904a.481.481 0 0 0-.155-.342.478.478 0 0 0-.356-.119c-.019 0-4.838.238-8.131 2.526a3.556 3.556 0 0 1-.033-.484c0-3.698 8.808-4.425 8.827-4.425 2.997 0 3.112 4.278 7.882 11.96a33.602 33.602 0 0 1-7.894 6.614Zm32.646 11.472c-2.6 0-6.996-5.44-8.531-9.495 6.198 3.536 9.155 6.952 9.155 8.863a.614.614 0 0 1-.624.632ZM90.675 91.978c1.519 0 2.358.926 4.06.926a.392.392 0 0 0 .447-.4c0-.593-.915-.481-1.954-.793-1.032-.31-1.521-.632-2.505-.632-5.2 0-9.391 10.657-17.13 10.657-5.767 0-11.267-5.22-11.267-10.912 0-3.397 1.364-5.777 1.364-7.724 0-3.459-2.86-3.556-2.86-8.496 0-7.034 6.8-15.129 12.193-15.129 4.145 0 7.498 4.239 13.354 7.102.098.048 5.679 2.65 5.679 7.956 0 3.063-1.3 4.828-1.3 6.611 0 2.711 2.86 3.398 3.192 3.398.058 0 .638-.012.638-.417a.365.365 0 0 0-.35-.395c-.018 0-.03.002-.07.002-.511 0-.905-.291-1.329-.517-.372-.198-1.16-.693-1.16-2.156 0-1.82 1.155-2.925 1.328-6.21-.674-8.004-5.113-7.457-12.817-13.257-.069-.051-4.029-3.026-7.06-3.026-6.41 0-13.199 8.904-13.199 16.063 0 5.003 2.855 5.701 2.855 8.25 0 1.923-1.36 4.647-1.36 7.931 0 6.533 6.269 11.825 12.16 11.825 8.157 0 12.577-10.657 17.091-10.657Zm91.485-17.542c-1.454 0-1.867.83-1.867 2.582 0 .486.027.976.027 1.462l-.039.001c.13 3.09-.236 5.292 2.437 5.292 2.441 0 2.633-2.063 2.633-3.905 0-2.327-.27-5.432-3.191-5.432Zm.892 8.294h-.27c-1.117 0-1.465-.104-1.465-3.043 0-.562.139-3.522.163-3.707.058-.447.154-.538.648-.538 1.364 0 2.203.976 2.203 3.782 0 .17-.004.341-.004.512l.021.001c-.083 1.32.022 2.993-1.296 2.993Zm6.935-3.595c.117-.086 3.131-2.771 3.131-3.264a.482.482 0 0 0-.142-.339.482.482 0 0 0-.342-.136c-.46 0-1.498 1.414-3.277 3.022-.264-1.782.182-3.343-.607-3.343-.285 0-.44.21-.44.631 0 7.513.133 7.68.568 7.68h.063a.49.49 0 0 0 .504-.56c0-.02-.048-1.9-.048-2.46.01-.11.027-.218.052-.325 2.325 1.83 3.115 2.754 3.541 2.754a.454.454 0 0 0 .331-.153.474.474 0 0 0 .115-.345c0-.504-1.211-1.116-3.449-3.162Zm-99.578 20.92a3.025 3.025 0 0 0-2.984 3.053 3.027 3.027 0 0 0 3.036 3.001c2.448 0 3.019-2.3 3.019-3.025a3.051 3.051 0 0 0-3.071-3.029Zm.04 5.143a2.109 2.109 0 0 1-2.119-2.095 2.113 2.113 0 0 1 2.085-2.129c.363 0 2.161.277 2.161 2.112 0 1.489-1.273 2.112-2.127 2.112ZM178.67 82.71c-.096 0-.198.003-.316.003l-.001-.53c0-.043.064-5.78.064-6.338 0-.585-.463-.633-.545-.633-.211 0-.274.024-1.695 1.126a.585.585 0 0 0-.258.44c0 .055.011.11.033.16a.42.42 0 0 0 .391.258c.328 0 .433-.223 1.076-.561l-.075 6.073c-.171.041-.73.123-.73.553v.003c0 .049.008.51.617.51 1.623 0 2.172-.031 2.172-.563 0-.317-.227-.5-.733-.5Zm-76.48-8.19a1.956 1.956 0 1 0 1.963 1.95 1.978 1.978 0 0 0-1.963-1.95Zm.011 3.004a1.03 1.03 0 0 1-1.048-1.047 1.017 1.017 0 0 1 1.038-1.04 1.04 1.04 0 0 1 .743.3 1.056 1.056 0 0 1 .312.739 1.042 1.042 0 0 1-.305.741 1.044 1.044 0 0 1-.74.307Zm43.789-.016c.08 0 .16-.004.24-.004h.114c.407 0 .477.078.477 2.067l-.001.618c0 .14-.005.284-.005.42 0 .494.056.915.565.915.457 0 .565-.451.565-.604 0-.02-.002-.154-.002-.452l.002-.795c0-2.448-.053-2.86-1.487-3.269v-.328c0-.635.004-2.501.004-3.826l.001-.858c0-1.558-.038-2.07-.577-2.07-.511 0-.512.57-.512.666 0 .141.01.049.01 1.269 0 1-.096 4.835-.096 5.42 0 .547.062.831.702.831Zm-22.801 3.19c-1.16 0-1.731 1.226-1.731 2.23 0 .967.57 2.438 1.858 2.438 1.066 0 1.711-1.102 1.727-2.192-.048-1.614-.958-2.476-1.854-2.476Zm.118 3.501c-.159 0-.576-.174-.747-1.28.176-.502.267-1.053.612-1.053.166 0 .711.255.711 1.264 0 .706-.333 1.07-.576 1.07Zm5.105-8.053c-.21 0-.265.013-1.743.988a.679.679 0 0 0-.339.537.592.592 0 0 0 .624.568 10.254 10.254 0 0 0 1.86-1.157.579.579 0 0 0 .154-.387.55.55 0 0 0-.556-.55Zm-11.443.312a.557.557 0 0 0-.549.576c0 .291.074.362 1.308 1.462a.7.7 0 0 0 .477.213.578.578 0 0 0 .545-.628v-.003a.805.805 0 0 0-.139-.298c-1.315-1.284-1.415-1.322-1.642-1.322Zm2.853-2.484c-.528 0-.569.52-.569.716l.001.07c0 .113.004.226.004.339h.024c0 .122-.006.244-.006.366 0 .78.426.807.582.807.524 0 .569-.478.569-.715l-.002-.111c0-1.02-.07-1.472-.603-1.472Zm5.367-.098a.514.514 0 0 0-.548.494c.005.44.046.88.121 1.314a.507.507 0 0 0 .521.385h.004c.048 0 .554-.011.554-.64 0-.094-.005-.2-.005-.342-.089-.625-.055-1.211-.647-1.211Z" }),
58
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#41464F', d: "M184.962 63.554a15.843 15.843 0 0 0-11.233 27.025 15.845 15.845 0 0 0 11.185 4.665c9.811 0 15.885-8.25 15.885-15.834 0-8.047-6.413-15.771-15.837-15.856Zm-.015 30.7a14.85 14.85 0 1 1 14.866-14.864c0 12.048-11.235 14.863-14.866 14.863ZM92.235 35.13a11.152 11.152 0 0 0-6.96 2.433c-2.536 1.59-4.84 4.386-4.89 9.226.04 6.192 5.038 11.203 11.176 11.203a11.306 11.306 0 0 0 6.898-2.333 11.203 11.203 0 0 0-6.224-20.529Zm5.597 19.861a10.122 10.122 0 0 1-5.543 1.645h-.087c-5.707 0-10.262-4.689-10.262-10.299a10.35 10.35 0 0 1 4.164-8.27 10.18 10.18 0 0 1 5.453-1.579h.113a10.298 10.298 0 0 1 6.162 18.503Z" }),
59
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#41464F', fillRule: "evenodd", d: "M94.129 46.639c-.003-.334-.005-.667-.005-1h.015a17.092 17.092 0 0 0-.001-.287c0-.124.013-.574.028-1.09.02-.697.045-1.514.045-1.817 0-1.312-.877-2.807-2.365-2.807-1.026 0-2.197.574-2.197 3.128 0 1.254.123 2.104.31 3.388.1.688.218 1.501.344 2.567.144 1.206.95 2.14 2.017 2.14 1.043 0 1.766-1.057 1.795-1.905.015-.438.02-.877.02-1.316 0-.334-.004-.667-.006-1.001Zm-1.904 6.81c1.464-.058 1.474-.933 1.474-.996v-.003c0-.316-.207-.699-1.064-.699-.364 0-1.448.123-1.448.85 0 .587.694.76.956.826.037.01.066.017.082.023Z", clipRule: "evenodd" }),
60
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#41464F', d: "M80.999 81.518c0-.95-.103-2.704-.987-2.704-.724 0-.992 1.049-1.524 1.616-1.317-3.707.222-11.386-2.191-11.386-2.563 0-2.155 10.568-2.993 11.282-.878-1.828-.742-4.709-2.081-4.709-2.2 0-1.607 6.634-1.921 7.057a.384.384 0 0 0-.056.22v.015c0 .097.013.406.479.406.138 0 .595-.045.595-.456 0-.157-.064-.305-.064-.46 0-2.924.368-5.415.986-5.821.632 1.574.745 4.744 2.116 4.744 2.238 0 .639-7.324 2.938-11.263 1.25 1.926-.113 11.417 2.165 11.417.636 0 1.071-.884 1.463-1.519.124.439.181.894.17 1.35 0 .754-.025 2.866-.025 3.786 0 .567.08.991.08 1.214 0 .337-.127.383-.127.567 0 .388.592.44.704.44.416 0 .737-.32.737-.551 0-.34-.372-.28-.405-.702a11.904 11.904 0 0 1-.072-1.78l.003-2.193c0-.07.01-.284.01-.57Z" }),
61
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#41464F', d: "M83.466 88.847c0-.337-.246-.451-.637-.451h-.01l.007-.002c-.015 0-.816.04-14.479.555-.179-2.22-.195-4.958-.195-7.537V79.65c0-3.688-.037-6.666-.596-6.666-.192 0-.458.087-.458.66 0 .02.282 13.668.282 14.834l-.002.212c0 .323.068 1.165 1.041 1.165.37 0 14.526-.515 14.724-.582a.424.424 0 0 0 .323-.425Zm-18.857 1.601c-.45 0-.482.448-.482.78l.001.15c0 4.43 4.255 8.17 8.594 8.292h.006l.277.003h.027c.131 0 .67-.021.67-.464 0-.284-.245-.45-.58-.45h-.059c-2.17 0-7.873-1.556-8.006-7.734-.007-.343-.196-.577-.448-.577Zm2.866-19.308c.695.915.807 1.313 1.182 1.313a.462.462 0 0 0 .429-.45v-.017c0-.117-.027-.28-1.188-1.879a.525.525 0 0 0-.405-.26c-.42 0-1.614 2.08-1.614 2.336a.459.459 0 0 0 .436.421c.367 0 .624-.544 1.16-1.464Zm16.627 18.87c.01 0 .022.004.038.004.093 0 .346-.1 1.29-1.417a.631.631 0 0 0 .124-.367c0-.264-.023-.33-1.45-1.335a.324.324 0 0 0-.189-.063.416.416 0 0 0-.387.393c0 .281.211.406 1.077 1.12-.74.887-.916.983-.916 1.255a.427.427 0 0 0 .413.41Z" }),
62
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#41464F', d: "M70.335 84.902a.412.412 0 0 0-.391-.41.422.422 0 0 0-.37.572.394.394 0 0 0 .363.25.408.408 0 0 0 .398-.412Zm-.304 1.775a.374.374 0 0 0 .38-.376.382.382 0 1 0-.38.376Z" }),
63
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#97BCFF', d: "M200.769 78.472c.019.312.03.625.03.938 0 7.584-6.074 15.834-15.885 15.834a15.841 15.841 0 0 1-5.495-30.684c-17.879-10.962-5.171-25.349-38.109-33.051a30.328 30.328 0 0 0-7.152-.861c-15.958 0-28.255 9.219-31.347 11.961a11.178 11.178 0 0 1-4.353 13.05 11.307 11.307 0 0 1-6.897 2.333c-5.707 0-10.426-4.332-11.093-9.917-1.326-.168-3.51-.413-4.716-.413-13.039 0-25.342 16.166-25.342 34.058 0 13.676 5.176 13.056 5.176 24.888v.029c0 24.397 6.704 36.978 15.137 36.978a10.695 10.695 0 0 0 1.798-.633v-.027a.304.304 0 0 1 .038-.157c2.216-14.676 8.956-28.427 23.3-29.961.817-2.44 2.405-4.213 4.716-5.415l-1.254-12.888c-3.144-1.154-3.774-4.611-3.774-6.578 0-2.074.754-4.17 2.066-5.19.282-.173.471-.292.633-.385a2.807 2.807 0 0 1 1.174-.256c2.688 0 4.324 3.588 4.324 6.493 0 3.859-1.852 4.808-1.852 5.31 0 .02 1.254 12.095 1.369 12.642 1.136-.281 2.3-.428 3.47-.44 3.669 0 3.508 1.073 3.909 1.598.748-.227 1.5-.455 2.251-.686.159-.049.893-.631 1.333-1.454.05-.162.099-.331.148-.507a2.07 2.07 0 0 0-.273-.028c-.224 0-5.46.092-5.479.092-.042 0-.084.004-.126.004-.525 0-1.058-.629-1.058-17.64 0-.392.004-.788.004-1.19-.988-.356-1.3-2.514-1.3-4.083a14.192 14.192 0 0 1 .549-4.025c.99-3.361-.237-31.077 26.008-31.077 7.723 0 15.215 3.46 20.363 9.319 4.932 5.613 7.983 9.69 7.983 47.044 0 .092.013.175.013.249 0 .578-.794.632-14.764.632l-.703-.001c.805 3.065 34.673.358 38.387 26.471.061.428.46 2.621.998 5.542 5.129-.365 24.616-14.271 24.616-32.845 0-.542.716-18.204-8.821-25.073ZM90.461 106.11a3.025 3.025 0 0 1-3.035-3.001 3.027 3.027 0 0 1 2.983-3.053 3.051 3.051 0 0 1 3.07 3.029c0 .725-.57 3.025-3.018 3.025Zm4.273-13.205c-1.7 0-2.54-.926-4.059-.926-4.514 0-8.934 10.657-17.091 10.657-5.891 0-12.16-5.292-12.16-11.825 0-3.284 1.36-6.008 1.36-7.931 0-2.549-2.855-3.247-2.855-8.25 0-2.294.698-4.767 1.857-7.07.61-1.5 1.186-2.137 1.386-2.355 2.571-3.78 6.324-6.638 9.957-6.638 3.03 0 6.99 2.975 7.059 3.026 7.701 5.797 12.143 5.253 12.817 13.258-.173 3.284-1.328 4.388-1.328 6.209 0 1.463.788 1.958 1.16 2.156.424.226.817.517 1.33.517.039 0 .051-.002.069-.002a.366.366 0 0 1 .35.395s-.09 1.146-.09 2.666c0 1.712.114 3.9.603 5.462a.407.407 0 0 1-.365.651Zm7.463-14.47a1.96 1.96 0 0 1-1.808-1.206 1.96 1.96 0 0 1 .42-2.133 1.956 1.956 0 0 1 3.344 1.375 1.988 1.988 0 0 1-1.956 1.963Z" }));
64
+ }
65
+ var IconNoChartData = react_1.default.forwardRef(IconNoChartDataComponent);
66
+ exports.default = IconNoChartData;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconNoOntology: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconNoOntology;
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ var react_1 = __importStar(require("react"));
49
+ var context_1 = require("../context");
50
+ function IconNoOntologyComponent(props, ref) {
51
+ var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
52
+ var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
53
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
54
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
55
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-no-ontology").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 220 172", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
56
+ react_1.default.createElement("path", { d: "M123 95.5C123 101.851 117.851 107 111.5 107 105.149 107 100 101.851 100 95.5 100 89.1487 105.149 84 111.5 84 117.851 84 123 89.1487 123 95.5zM158 58.5C158 61.5376 155.538 64 152.5 64 149.462 64 147 61.5376 147 58.5 147 55.4624 149.462 53 152.5 53 155.538 53 158 55.4624 158 58.5zM87 75.5C87 78.5376 84.5376 81 81.5 81 78.4624 81 76 78.5376 76 75.5 76 72.4624 78.4624 70 81.5 70 84.5376 70 87 72.4624 87 75.5zM69 106.5C69 107.881 67.8807 109 66.5 109 65.1193 109 64 107.881 64 106.5 64 105.119 65.1193 104 66.5 104 67.8807 104 69 105.119 69 106.5zM71 137.5C71 138.881 69.8807 140 68.5 140 67.1193 140 66 138.881 66 137.5 66 136.119 67.1193 135 68.5 135 69.8807 135 71 136.119 71 137.5zM152 134.5C152 135.881 150.881 137 149.5 137 148.119 137 147 135.881 147 134.5 147 133.119 148.119 132 149.5 132 150.881 132 152 133.119 152 134.5zM103 48.5C103 49.8807 104.119 51 105.5 51 106.881 51 108 49.8807 108 48.5 108 47.1193 106.881 46 105.5 46 104.119 46 103 47.1193 103 48.5zM115 129C115 129.552 114.552 130 114 130 113.448 130 113 129.552 113 129 113 128.448 113.448 128 114 128 114.552 128 115 128.448 115 129zM157 99C157 99.5523 157.448 100 158 100 158.552 100 159 99.5523 159 99 159 98.4477 158.552 98 158 98 157.448 98 157 98.4477 157 99z", fill: useCurrentColor ? 'currentColor' : '#DDE1E9' }),
57
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M142.583 58.4561L112.083 51.9561 112.917 48.0439 143.417 54.5439 142.583 58.4561zM122.139 83.0342L143.139 63.5342 145.861 66.4654 124.861 85.9654 122.139 83.0342zM155.513 94.229L152.513 68.229 156.487 67.7705 159.487 93.7705 155.513 94.229zM67.6793 99.6729L75.1793 83.1729 78.8207 84.8281 71.3207 101.328 67.6793 99.6729zM65.5 131V113H69.5V131H65.5zM100.901 108.428L74.4007 134.428 71.5993 131.572 98.0993 105.572 100.901 108.428zM142.678 135.474L118.178 131.474 118.822 127.526 143.322 131.526 142.678 135.474zM143.055 130.882L121.055 107.882 123.945 105.117 145.945 128.117 143.055 130.882z", fill: useCurrentColor ? 'currentColor' : '#DDE1E9' }),
58
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M111.5 109C118.956 109 125 102.956 125 95.5 125 88.0442 118.956 82 111.5 82 104.044 82 98 88.0442 98 95.5 98 102.956 104.044 109 111.5 109zM111.5 113C121.165 113 129 105.165 129 95.5 129 85.835 121.165 78 111.5 78 101.835 78 94 85.835 94 95.5 94 105.165 101.835 113 111.5 113zM152.5 66C156.642 66 160 62.6421 160 58.5 160 54.3579 156.642 51 152.5 51 148.358 51 145 54.3579 145 58.5 145 62.6421 148.358 66 152.5 66zM152.5 70C158.851 70 164 64.8513 164 58.5 164 52.1487 158.851 47 152.5 47 146.149 47 141 52.1487 141 58.5 141 64.8513 146.149 70 152.5 70zM81.5 83C85.6421 83 89 79.6421 89 75.5 89 71.3579 85.6421 68 81.5 68 77.3579 68 74 71.3579 74 75.5 74 79.6421 77.3579 83 81.5 83zM81.5 87C87.8513 87 93 81.8513 93 75.5 93 69.1487 87.8513 64 81.5 64 75.1487 64 70 69.1487 70 75.5 70 81.8513 75.1487 87 81.5 87zM66.5 111C68.9853 111 71 108.985 71 106.5 71 104.015 68.9853 102 66.5 102 64.0147 102 62 104.015 62 106.5 62 108.985 64.0147 111 66.5 111zM66.5 115C71.1944 115 75 111.194 75 106.5 75 101.806 71.1944 98 66.5 98 61.8056 98 58 101.806 58 106.5 58 111.194 61.8056 115 66.5 115zM68.5 142C70.9853 142 73 139.985 73 137.5 73 135.015 70.9853 133 68.5 133 66.0147 133 64 135.015 64 137.5 64 139.985 66.0147 142 68.5 142zM68.5 146C73.1944 146 77 142.194 77 137.5 77 132.806 73.1944 129 68.5 129 63.8056 129 60 132.806 60 137.5 60 142.194 63.8056 146 68.5 146zM149.5 139C151.985 139 154 136.985 154 134.5 154 132.015 151.985 130 149.5 130 147.015 130 145 132.015 145 134.5 145 136.985 147.015 139 149.5 139zM149.5 143C154.194 143 158 139.194 158 134.5 158 129.806 154.194 126 149.5 126 144.806 126 141 129.806 141 134.5 141 139.194 144.806 143 149.5 143zM105.5 53C107.985 53 110 50.9853 110 48.5 110 46.0147 107.985 44 105.5 44 103.015 44 101 46.0147 101 48.5 101 50.9853 103.015 53 105.5 53zM105.5 57C110.194 57 114 53.1944 114 48.5 114 43.8056 110.194 40 105.5 40 100.806 40 97 43.8056 97 48.5 97 53.1944 100.806 57 105.5 57zM114 132C115.657 132 117 130.657 117 129 117 127.343 115.657 126 114 126 112.343 126 111 127.343 111 129 111 130.657 112.343 132 114 132zM114 136C117.866 136 121 132.866 121 129 121 125.134 117.866 122 114 122 110.134 122 107 125.134 107 129 107 132.866 110.134 136 114 136zM158 102C159.657 102 161 100.657 161 99 161 97.3431 159.657 96 158 96 156.343 96 155 97.3431 155 99 155 100.657 156.343 102 158 102zM158 106C161.866 106 165 102.866 165 99 165 95.134 161.866 92 158 92 154.134 92 151 95.134 151 99 151 102.866 154.134 106 158 106z", fill: useCurrentColor ? 'currentColor' : '#DCE2E7' }));
59
+ }
60
+ var IconNoOntology = react_1.default.forwardRef(IconNoOntologyComponent);
61
+ exports.default = IconNoOntology;
package/cjs/index.d.ts CHANGED
@@ -254,7 +254,6 @@ export { default as IconMode } from './IconMode';
254
254
  export { default as IconFairyStick } from './IconFairyStick';
255
255
  export { default as IconRefresh } from './IconRefresh';
256
256
  export { default as IconUploadFile } from './IconUploadFile';
257
- export { default as IconDownload } from './IconDownload';
258
257
  export { default as IconArrowRightCorner } from './IconArrowRightCorner';
259
258
  export { default as IconMore } from './IconMore';
260
259
  export { default as IconHomeCollect } from './IconHomeCollect';
@@ -287,4 +286,9 @@ export { default as IconCirclePoint } from './IconCirclePoint';
287
286
  export { default as IconNode400 } from './IconNode400';
288
287
  export { default as IconArcPoint } from './IconArcPoint';
289
288
  export { default as IconRadiationPoint } from './IconRadiationPoint';
289
+ export { default as IconDownload } from './IconDownload';
290
+ export { default as IconNoOntology } from './IconNoOntology';
291
+ export { default as IconNoChartData } from './IconNoChartData';
292
+ export { default as IconErrorTypeHighSaturation } from './IconErrorTypeHighSaturation';
293
+ export { default as IconLoginFailure } from './IconLoginFailure';
290
294
  export * from './type';