@arco-iconbox/react-hiagent 0.0.14 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/Icon403ErrorHighSaturation/index.d.ts +4 -0
- package/cjs/Icon403ErrorHighSaturation/index.js +240 -0
- package/cjs/Icon403ErrorLowSaturation/index.d.ts +4 -0
- package/cjs/Icon403ErrorLowSaturation/index.js +240 -0
- package/cjs/Icon404ErrorHighSaturation/index.d.ts +4 -0
- package/cjs/Icon404ErrorHighSaturation/index.js +240 -0
- package/cjs/Icon404ErrorLowSaturation/index.d.ts +4 -0
- package/cjs/Icon404ErrorLowSaturation/index.js +240 -0
- package/cjs/Icon500ErrorLowSaturation/index.d.ts +4 -0
- package/cjs/Icon500ErrorLowSaturation/index.js +240 -0
- package/cjs/IconErrorTypeSimplified/index.d.ts +4 -0
- package/cjs/IconErrorTypeSimplified/index.js +140 -0
- package/cjs/IconNetWorkErrorSimplified/index.d.ts +4 -0
- package/cjs/IconNetWorkErrorSimplified/index.js +150 -0
- package/cjs/IconNetworkErrorHighSaturation/index.d.ts +4 -0
- package/cjs/IconNetworkErrorHighSaturation/index.js +223 -0
- package/cjs/IconNetworkErrorLowSaturation/index.d.ts +4 -0
- package/cjs/IconNetworkErrorLowSaturation/index.js +220 -0
- package/cjs/IconNoChartHighSaturation/index.d.ts +4 -0
- package/cjs/IconNoChartHighSaturation/index.js +321 -0
- package/cjs/IconNoChartLowSaturation/index.d.ts +4 -0
- package/cjs/IconNoChartLowSaturation/index.js +321 -0
- package/cjs/IconNoContentHighSaturation/index.d.ts +4 -0
- package/cjs/IconNoContentHighSaturation/index.js +161 -0
- package/cjs/IconNoContentLowSaturation/index.d.ts +4 -0
- package/cjs/IconNoContentLowSaturation/index.js +161 -0
- package/cjs/IconNoContentSimplified/index.d.ts +4 -0
- package/cjs/IconNoContentSimplified/index.js +134 -0
- package/cjs/IconNoDataHighSaturation/index.d.ts +4 -0
- package/cjs/IconNoDataHighSaturation/index.js +187 -0
- package/cjs/IconNoDataSimplified/index.d.ts +4 -0
- package/cjs/IconNoDataSimplified/index.js +189 -0
- package/cjs/IconNoPermissionHighSaturation/index.d.ts +4 -0
- package/cjs/IconNoPermissionHighSaturation/index.js +247 -0
- package/cjs/IconNoPermissionLowSaturation/index.d.ts +4 -0
- package/cjs/IconNoPermissionLowSaturation/index.js +250 -0
- package/cjs/IconNoPermissionSimplified/index.d.ts +4 -0
- package/cjs/IconNoPermissionSimplified/index.js +250 -0
- package/cjs/IconNoPicHighSaturation/index.d.ts +4 -0
- package/cjs/IconNoPicHighSaturation/index.js +161 -0
- package/cjs/IconNoPicLowSaturation/index.d.ts +4 -0
- package/cjs/IconNoPicLowSaturation/index.js +161 -0
- package/cjs/IconPermissionRequestFail/index.d.ts +4 -0
- package/cjs/IconPermissionRequestFail/index.js +292 -0
- package/cjs/IconPermissionRequestSuccess/index.d.ts +4 -0
- package/cjs/IconPermissionRequestSuccess/index.js +292 -0
- package/cjs/IconSearchNullHighSaturation/index.d.ts +4 -0
- package/cjs/IconSearchNullHighSaturation/index.js +294 -0
- package/cjs/IconSearchNullSimplified/index.d.ts +4 -0
- package/cjs/IconSearchNullSimplified/index.js +294 -0
- package/cjs/IconSubmissionFail/index.d.ts +4 -0
- package/cjs/IconSubmissionFail/index.js +153 -0
- package/cjs/IconSubmissionSuccess/index.d.ts +4 -0
- package/cjs/IconSubmissionSuccess/index.js +225 -0
- package/cjs/index.d.ts +27 -0
- package/cjs/index.js +56 -1
- package/dist/icon.min.js +1 -1
- package/esm/Icon403ErrorHighSaturation/index.d.ts +4 -0
- package/esm/Icon403ErrorHighSaturation/index.js +215 -0
- package/esm/Icon403ErrorLowSaturation/index.d.ts +4 -0
- package/esm/Icon403ErrorLowSaturation/index.js +215 -0
- package/esm/Icon404ErrorHighSaturation/index.d.ts +4 -0
- package/esm/Icon404ErrorHighSaturation/index.js +215 -0
- package/esm/Icon404ErrorLowSaturation/index.d.ts +4 -0
- package/esm/Icon404ErrorLowSaturation/index.js +215 -0
- package/esm/Icon500ErrorLowSaturation/index.d.ts +4 -0
- package/esm/Icon500ErrorLowSaturation/index.js +215 -0
- package/esm/IconErrorTypeSimplified/index.d.ts +4 -0
- package/esm/IconErrorTypeSimplified/index.js +115 -0
- package/esm/IconNetWorkErrorSimplified/index.d.ts +4 -0
- package/esm/IconNetWorkErrorSimplified/index.js +125 -0
- package/esm/IconNetworkErrorHighSaturation/index.d.ts +4 -0
- package/esm/IconNetworkErrorHighSaturation/index.js +198 -0
- package/esm/IconNetworkErrorLowSaturation/index.d.ts +4 -0
- package/esm/IconNetworkErrorLowSaturation/index.js +195 -0
- package/esm/IconNoChartHighSaturation/index.d.ts +4 -0
- package/esm/IconNoChartHighSaturation/index.js +296 -0
- package/esm/IconNoChartLowSaturation/index.d.ts +4 -0
- package/esm/IconNoChartLowSaturation/index.js +296 -0
- package/esm/IconNoContentHighSaturation/index.d.ts +4 -0
- package/esm/IconNoContentHighSaturation/index.js +136 -0
- package/esm/IconNoContentLowSaturation/index.d.ts +4 -0
- package/esm/IconNoContentLowSaturation/index.js +136 -0
- package/esm/IconNoContentSimplified/index.d.ts +4 -0
- package/esm/IconNoContentSimplified/index.js +109 -0
- package/esm/IconNoDataHighSaturation/index.d.ts +4 -0
- package/esm/IconNoDataHighSaturation/index.js +162 -0
- package/esm/IconNoDataSimplified/index.d.ts +4 -0
- package/esm/IconNoDataSimplified/index.js +164 -0
- package/esm/IconNoPermissionHighSaturation/index.d.ts +4 -0
- package/esm/IconNoPermissionHighSaturation/index.js +222 -0
- package/esm/IconNoPermissionLowSaturation/index.d.ts +4 -0
- package/esm/IconNoPermissionLowSaturation/index.js +225 -0
- package/esm/IconNoPermissionSimplified/index.d.ts +4 -0
- package/esm/IconNoPermissionSimplified/index.js +225 -0
- package/esm/IconNoPicHighSaturation/index.d.ts +4 -0
- package/esm/IconNoPicHighSaturation/index.js +136 -0
- package/esm/IconNoPicLowSaturation/index.d.ts +4 -0
- package/esm/IconNoPicLowSaturation/index.js +136 -0
- package/esm/IconPermissionRequestFail/index.d.ts +4 -0
- package/esm/IconPermissionRequestFail/index.js +267 -0
- package/esm/IconPermissionRequestSuccess/index.d.ts +4 -0
- package/esm/IconPermissionRequestSuccess/index.js +267 -0
- package/esm/IconSearchNullHighSaturation/index.d.ts +4 -0
- package/esm/IconSearchNullHighSaturation/index.js +269 -0
- package/esm/IconSearchNullSimplified/index.d.ts +4 -0
- package/esm/IconSearchNullSimplified/index.js +269 -0
- package/esm/IconSubmissionFail/index.d.ts +4 -0
- package/esm/IconSubmissionFail/index.js +128 -0
- package/esm/IconSubmissionSuccess/index.d.ts +4 -0
- package/esm/IconSubmissionSuccess/index.js +200 -0
- package/esm/index.d.ts +27 -0
- package/esm/index.js +27 -0
- package/package.json +1 -1
- package/src/Icon403ErrorHighSaturation/index.tsx +15 -0
- package/src/Icon403ErrorLowSaturation/index.tsx +15 -0
- package/src/Icon404ErrorHighSaturation/index.tsx +15 -0
- package/src/Icon404ErrorLowSaturation/index.tsx +15 -0
- package/src/Icon500ErrorLowSaturation/index.tsx +15 -0
- package/src/IconErrorTypeSimplified/index.tsx +15 -0
- package/src/IconNetWorkErrorSimplified/index.tsx +15 -0
- package/src/IconNetworkErrorHighSaturation/index.tsx +15 -0
- package/src/IconNetworkErrorLowSaturation/index.tsx +15 -0
- package/src/IconNoChartHighSaturation/index.tsx +15 -0
- package/src/IconNoChartLowSaturation/index.tsx +15 -0
- package/src/IconNoContentHighSaturation/index.tsx +15 -0
- package/src/IconNoContentLowSaturation/index.tsx +15 -0
- package/src/IconNoContentSimplified/index.tsx +15 -0
- package/src/IconNoDataHighSaturation/index.tsx +15 -0
- package/src/IconNoDataSimplified/index.tsx +15 -0
- package/src/IconNoPermissionHighSaturation/index.tsx +15 -0
- package/src/IconNoPermissionLowSaturation/index.tsx +15 -0
- package/src/IconNoPermissionSimplified/index.tsx +15 -0
- package/src/IconNoPicHighSaturation/index.tsx +15 -0
- package/src/IconNoPicLowSaturation/index.tsx +15 -0
- package/src/IconPermissionRequestFail/index.tsx +15 -0
- package/src/IconPermissionRequestSuccess/index.tsx +15 -0
- package/src/IconSearchNullHighSaturation/index.tsx +15 -0
- package/src/IconSearchNullSimplified/index.tsx +15 -0
- package/src/IconSubmissionFail/index.tsx +15 -0
- package/src/IconSubmissionSuccess/index.tsx +15 -0
- package/src/index.ts +27 -0
- package/umd/Icon403ErrorHighSaturation/index.d.ts +4 -0
- package/umd/Icon403ErrorHighSaturation/index.js +250 -0
- package/umd/Icon403ErrorLowSaturation/index.d.ts +4 -0
- package/umd/Icon403ErrorLowSaturation/index.js +250 -0
- package/umd/Icon404ErrorHighSaturation/index.d.ts +4 -0
- package/umd/Icon404ErrorHighSaturation/index.js +250 -0
- package/umd/Icon404ErrorLowSaturation/index.d.ts +4 -0
- package/umd/Icon404ErrorLowSaturation/index.js +250 -0
- package/umd/Icon500ErrorLowSaturation/index.d.ts +4 -0
- package/umd/Icon500ErrorLowSaturation/index.js +250 -0
- package/umd/IconErrorTypeSimplified/index.d.ts +4 -0
- package/umd/IconErrorTypeSimplified/index.js +150 -0
- package/umd/IconNetWorkErrorSimplified/index.d.ts +4 -0
- package/umd/IconNetWorkErrorSimplified/index.js +160 -0
- package/umd/IconNetworkErrorHighSaturation/index.d.ts +4 -0
- package/umd/IconNetworkErrorHighSaturation/index.js +233 -0
- package/umd/IconNetworkErrorLowSaturation/index.d.ts +4 -0
- package/umd/IconNetworkErrorLowSaturation/index.js +230 -0
- package/umd/IconNoChartHighSaturation/index.d.ts +4 -0
- package/umd/IconNoChartHighSaturation/index.js +331 -0
- package/umd/IconNoChartLowSaturation/index.d.ts +4 -0
- package/umd/IconNoChartLowSaturation/index.js +331 -0
- package/umd/IconNoContentHighSaturation/index.d.ts +4 -0
- package/umd/IconNoContentHighSaturation/index.js +171 -0
- package/umd/IconNoContentLowSaturation/index.d.ts +4 -0
- package/umd/IconNoContentLowSaturation/index.js +171 -0
- package/umd/IconNoContentSimplified/index.d.ts +4 -0
- package/umd/IconNoContentSimplified/index.js +144 -0
- package/umd/IconNoDataHighSaturation/index.d.ts +4 -0
- package/umd/IconNoDataHighSaturation/index.js +197 -0
- package/umd/IconNoDataSimplified/index.d.ts +4 -0
- package/umd/IconNoDataSimplified/index.js +199 -0
- package/umd/IconNoPermissionHighSaturation/index.d.ts +4 -0
- package/umd/IconNoPermissionHighSaturation/index.js +257 -0
- package/umd/IconNoPermissionLowSaturation/index.d.ts +4 -0
- package/umd/IconNoPermissionLowSaturation/index.js +260 -0
- package/umd/IconNoPermissionSimplified/index.d.ts +4 -0
- package/umd/IconNoPermissionSimplified/index.js +260 -0
- package/umd/IconNoPicHighSaturation/index.d.ts +4 -0
- package/umd/IconNoPicHighSaturation/index.js +171 -0
- package/umd/IconNoPicLowSaturation/index.d.ts +4 -0
- package/umd/IconNoPicLowSaturation/index.js +171 -0
- package/umd/IconPermissionRequestFail/index.d.ts +4 -0
- package/umd/IconPermissionRequestFail/index.js +302 -0
- package/umd/IconPermissionRequestSuccess/index.d.ts +4 -0
- package/umd/IconPermissionRequestSuccess/index.js +302 -0
- package/umd/IconSearchNullHighSaturation/index.d.ts +4 -0
- package/umd/IconSearchNullHighSaturation/index.js +304 -0
- package/umd/IconSearchNullSimplified/index.d.ts +4 -0
- package/umd/IconSearchNullSimplified/index.js +304 -0
- package/umd/IconSubmissionFail/index.d.ts +4 -0
- package/umd/IconSubmissionFail/index.js +163 -0
- package/umd/IconSubmissionSuccess/index.d.ts +4 -0
- package/umd/IconSubmissionSuccess/index.js +235 -0
- package/umd/index.d.ts +27 -0
- package/umd/index.js +56 -2
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconSubmissionSuccess: 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 IconSubmissionSuccess;
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
15
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17
|
+
}
|
|
18
|
+
Object.defineProperty(o, k2, desc);
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36
|
+
var t = {};
|
|
37
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
38
|
+
t[p] = s[p];
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
40
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
41
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
42
|
+
t[p[i]] = s[p[i]];
|
|
43
|
+
}
|
|
44
|
+
return t;
|
|
45
|
+
};
|
|
46
|
+
(function (factory) {
|
|
47
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
|
48
|
+
var v = factory(require, exports);
|
|
49
|
+
if (v !== undefined) module.exports = v;
|
|
50
|
+
}
|
|
51
|
+
else if (typeof define === "function" && define.amd) {
|
|
52
|
+
define(["require", "exports", "react", "../context"], factory);
|
|
53
|
+
}
|
|
54
|
+
})(function (require, exports) {
|
|
55
|
+
"use strict";
|
|
56
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57
|
+
var react_1 = __importStar(require("react"));
|
|
58
|
+
var context_1 = require("../context");
|
|
59
|
+
function IconSubmissionSuccessComponent(props, ref) {
|
|
60
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
61
|
+
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"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-submission-success").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 }),
|
|
65
|
+
react_1.default.createElement("g", { filter: "url(#svg_041da46848__svg_1bc578711c__filter0_dii_105_10439)" },
|
|
66
|
+
react_1.default.createElement("circle", { cx: "60", cy: "60", r: "34", fill: useCurrentColor ? 'currentColor' : 'url(#svg_041da46848__svg_1bc578711c__paint0_linear_105_10439)' })),
|
|
67
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M60.0001 26.2268C41.3476 26.2268 26.2268 41.3476 26.2268 60.0001C26.2268 78.6526 41.3476 93.7734 60.0001 93.7734C78.6526 93.7734 93.7734 78.6526 93.7734 60.0001C93.7734 41.3476 78.6526 26.2268 60.0001 26.2268ZM25.7734 60.0001C25.7734 41.0972 41.0972 25.7734 60.0001 25.7734C78.903 25.7734 94.2268 41.0972 94.2268 60.0001C94.2268 78.903 78.903 94.2268 60.0001 94.2268C41.0972 94.2268 25.7734 78.903 25.7734 60.0001Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_041da46848__svg_1bc578711c__paint1_linear_105_10439)' }),
|
|
68
|
+
react_1.default.createElement("g", { filter: "url(#svg_041da46848__svg_1bc578711c__filter1_ii_105_10439)" },
|
|
69
|
+
react_1.default.createElement("circle", { cx: "60", cy: "60", r: "27.2", fill: useCurrentColor ? 'currentColor' : 'url(#svg_041da46848__svg_1bc578711c__paint2_linear_105_10439)' })),
|
|
70
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M88.3327 60.0003C88.3327 75.6484 75.6474 88.3337 59.9993 88.3337C44.3513 88.3337 31.666 75.6484 31.666 60.0003C31.666 44.3523 44.3513 31.667 59.9993 31.667C75.6474 31.667 88.3327 44.3523 88.3327 60.0003ZM59.9993 87.2003C75.0215 87.2003 87.1994 75.0225 87.1994 60.0003C87.1994 44.9782 75.0215 32.8003 59.9993 32.8003C44.9772 32.8003 32.7993 44.9782 32.7993 60.0003C32.7993 75.0225 44.9772 87.2003 59.9993 87.2003Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_041da46848__svg_1bc578711c__paint3_linear_105_10439)' }),
|
|
71
|
+
react_1.default.createElement("g", { filter: "url(#svg_041da46848__svg_1bc578711c__filter2_d_105_10439)" },
|
|
72
|
+
react_1.default.createElement("g", { filter: "url(#svg_041da46848__svg_1bc578711c__filter3_dii_105_10439)" },
|
|
73
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M76.1529 50.0432C74.87 48.6343 72.7612 48.5821 71.4428 49.9264L57.1541 64.496L50.635 56.4408C49.4324 54.9549 47.329 54.7704 45.9369 56.0289C44.5448 57.2874 44.3912 59.5122 45.5938 60.9982L54.2633 71.7104C54.9877 72.6055 56.0389 73.0283 57.0646 72.9481C57.9287 72.9793 58.8002 72.6567 59.4686 71.9752L76.0888 55.0281C77.4072 53.6838 77.4359 51.452 76.1529 50.0432Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_041da46848__svg_1bc578711c__paint4_linear_105_10439)' })),
|
|
74
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M57.1324 64.9509L50.3994 56.6315C49.3025 55.2761 47.3989 55.1157 46.1401 56.2537C44.871 57.401 44.7249 59.4428 45.8294 60.8076L54.4989 71.5198C55.1607 72.3376 56.1151 72.7184 57.041 72.646L57.0582 72.6446L57.0755 72.6453C57.8558 72.6734 58.6445 72.3828 59.2523 71.763L75.8725 54.816C77.0761 53.5887 77.1058 51.5396 75.9289 50.2472C74.7606 48.9643 72.853 48.9212 71.6591 50.1385L57.1324 64.9509ZM50.635 56.4408C49.4324 54.9549 47.329 54.7704 45.9369 56.0289C44.5448 57.2874 44.3912 59.5122 45.5938 60.9982L54.2633 71.7105C54.9877 72.6055 56.0389 73.0283 57.0646 72.9481C57.9287 72.9793 58.8002 72.6567 59.4686 71.9752L76.0888 55.0281C77.4072 53.6838 77.4359 51.452 76.1529 50.0432C74.87 48.6343 72.7612 48.5821 71.4428 49.9264L57.1541 64.496L50.635 56.4408Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_041da46848__svg_1bc578711c__paint5_linear_105_10439)' })),
|
|
75
|
+
react_1.default.createElement("g", { filter: "url(#svg_041da46848__svg_1bc578711c__filter4_ii_105_10439)" },
|
|
76
|
+
react_1.default.createElement("path", { d: "M18.2063 31.8214C15.8424 33.7081 12.4269 33.8795 9.86197 32.0282C7.29702 30.177 6.39375 26.8691 7.44377 24.038L3.62094 21.2683C1.12658 26.2257 2.52304 32.4142 7.15835 35.7681C11.7937 39.1219 18.1117 38.5098 22.0351 34.5907L18.2063 31.8214Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_041da46848__svg_1bc578711c__paint6_linear_105_10439)' })),
|
|
77
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.2003 31.5702L22.3425 34.5662L22.1764 34.7321C18.1848 38.7194 11.7573 39.3425 7.04106 35.9301C2.32482 32.5177 0.904554 26.2218 3.44223 21.1783L3.54788 20.9683L7.68405 23.9651L7.63124 24.1075C6.61139 26.8573 7.48944 30.0692 9.97897 31.866C12.469 33.6632 15.7856 33.4974 18.0815 31.665L18.2003 31.5702ZM7.44372 24.0379C6.3937 26.8691 7.29697 30.1769 9.86192 32.0282C12.4269 33.8795 15.8423 33.7081 18.2062 31.8213L22.0351 34.5906C21.9871 34.6385 21.9389 34.6858 21.8903 34.7327C17.9576 38.5241 11.737 39.0809 7.1583 35.768C2.57957 32.4551 1.1611 26.3762 3.53129 21.4503C3.56058 21.3894 3.59044 21.3287 3.62089 21.2682L7.44372 24.0379Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_041da46848__svg_1bc578711c__paint7_linear_105_10439)' }),
|
|
78
|
+
react_1.default.createElement("g", { filter: "url(#svg_041da46848__svg_1bc578711c__filter5_ii_105_10439)" },
|
|
79
|
+
react_1.default.createElement("path", { d: "M114.501 83.6452C113.428 82.1509 111.454 81.4843 109.646 82.1509C107.838 82.8174 106.765 84.604 106.918 86.4318L104.222 87.425C103.58 84.1143 105.415 80.7187 108.679 79.5124C111.95 78.3123 115.545 79.7081 117.203 82.6519L114.507 83.6451L114.501 83.6452Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_041da46848__svg_1bc578711c__paint8_linear_105_10439)' })),
|
|
80
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M114.4 83.8468L114.545 83.8448L117.493 82.7586L117.378 82.554C115.673 79.5263 111.975 78.0904 108.611 79.3248C105.253 80.5657 103.365 84.0581 104.026 87.4633L104.071 87.6942L107.13 86.567L107.117 86.4153C106.971 84.6747 107.994 82.9734 109.716 82.3387C111.436 81.7043 113.316 82.3384 114.339 83.7621L114.4 83.8468ZM106.918 86.432C106.765 84.6042 107.839 82.8176 109.646 82.1511C111.454 81.4845 113.428 82.1512 114.501 83.6454L114.508 83.6453L117.204 82.6521C117.17 82.593 117.136 82.5345 117.101 82.4766C115.401 79.6533 111.885 78.3366 108.68 79.5126C105.481 80.6947 103.655 83.9788 104.186 87.2252C104.197 87.2919 104.209 87.3586 104.222 87.4252L106.918 86.432Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_041da46848__svg_1bc578711c__paint9_linear_105_10439)' }),
|
|
81
|
+
react_1.default.createElement("g", { filter: "url(#svg_041da46848__svg_1bc578711c__filter6_ii_105_10439)" },
|
|
82
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M102.956 26.5182L98.2884 33.8967L95.2448 31.9713L99.9123 24.5928L102.956 26.5182Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_041da46848__svg_1bc578711c__paint10_linear_105_10439)' })),
|
|
83
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M98.3508 34.1725L94.9691 32.0333L99.8504 24.3167L103.232 26.4559L98.3508 34.1725ZM102.956 26.518L98.2887 33.8965L95.245 31.9712L99.9125 24.5927L102.956 26.518Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_041da46848__svg_1bc578711c__paint11_linear_105_10439)' }),
|
|
84
|
+
react_1.default.createElement("defs", null,
|
|
85
|
+
react_1.default.createElement("linearGradient", { id: "svg_041da46848__svg_1bc578711c__paint0_linear_105_10439", x1: "49.749", y1: "23.326", x2: "90.78", y2: "77.918", gradientUnits: "userSpaceOnUse" },
|
|
86
|
+
react_1.default.createElement("stop", { stopColor: "#26B56E" }),
|
|
87
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#0F9E56" })),
|
|
88
|
+
react_1.default.createElement("linearGradient", { id: "svg_041da46848__svg_1bc578711c__paint1_linear_105_10439", x1: "51.694", y1: "45.573", x2: "78.279", y2: "83.775", gradientUnits: "userSpaceOnUse" },
|
|
89
|
+
react_1.default.createElement("stop", { stopColor: "#48D387" }),
|
|
90
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#078139" })),
|
|
91
|
+
react_1.default.createElement("linearGradient", { id: "svg_041da46848__svg_1bc578711c__paint2_linear_105_10439", x1: "51.799", y1: "30.661", x2: "84.624", y2: "74.335", gradientUnits: "userSpaceOnUse" },
|
|
92
|
+
react_1.default.createElement("stop", { stopColor: "#5AD17B" }),
|
|
93
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#35B575" })),
|
|
94
|
+
react_1.default.createElement("linearGradient", { id: "svg_041da46848__svg_1bc578711c__paint3_linear_105_10439", x1: "53.354", y1: "48.459", x2: "74.623", y2: "79.02", gradientUnits: "userSpaceOnUse" },
|
|
95
|
+
react_1.default.createElement("stop", { stopColor: "#149C59" }),
|
|
96
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#44C483" })),
|
|
97
|
+
react_1.default.createElement("linearGradient", { id: "svg_041da46848__svg_1bc578711c__paint4_linear_105_10439", x1: "50.212", y1: "53.159", x2: "69.397", y2: "75.258", gradientUnits: "userSpaceOnUse" },
|
|
98
|
+
react_1.default.createElement("stop", { stopColor: "#EAEAEA" }),
|
|
99
|
+
react_1.default.createElement("stop", { offset: ".855", stopColor: "#F5F5F5" })),
|
|
100
|
+
react_1.default.createElement("linearGradient", { id: "svg_041da46848__svg_1bc578711c__paint5_linear_105_10439", x1: "47.316", y1: "49.638", x2: "59.157", y2: "74.347", gradientUnits: "userSpaceOnUse" },
|
|
101
|
+
react_1.default.createElement("stop", { stopColor: "#fff" }),
|
|
102
|
+
react_1.default.createElement("stop", { offset: ".963", stopColor: "#D5D5D5" })),
|
|
103
|
+
react_1.default.createElement("linearGradient", { id: "svg_041da46848__svg_1bc578711c__paint6_linear_105_10439", x1: "2", y1: "24", x2: "17", y2: "39", gradientUnits: "userSpaceOnUse" },
|
|
104
|
+
react_1.default.createElement("stop", { stopColor: "#2870FB" }),
|
|
105
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#2889FB" })),
|
|
106
|
+
react_1.default.createElement("linearGradient", { id: "svg_041da46848__svg_1bc578711c__paint7_linear_105_10439", x1: "7.5", y1: "21", x2: "12.754", y2: "38.062", gradientUnits: "userSpaceOnUse" },
|
|
107
|
+
react_1.default.createElement("stop", { stopColor: "#1E62DF" }),
|
|
108
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#195ACA" })),
|
|
109
|
+
react_1.default.createElement("linearGradient", { id: "svg_041da46848__svg_1bc578711c__paint8_linear_105_10439", x1: "115.298", y1: "87.357", x2: "108.677", y2: "77.684", gradientUnits: "userSpaceOnUse" },
|
|
110
|
+
react_1.default.createElement("stop", { stopColor: "#B28CFF" }),
|
|
111
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#C6AAFF" })),
|
|
112
|
+
react_1.default.createElement("linearGradient", { id: "svg_041da46848__svg_1bc578711c__paint9_linear_105_10439", x1: "109.5", y1: "85.5", x2: "106.47", y2: "79.728", gradientUnits: "userSpaceOnUse" },
|
|
113
|
+
react_1.default.createElement("stop", { stopColor: "#AC83FF" }),
|
|
114
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#C2A4FF" })),
|
|
115
|
+
react_1.default.createElement("linearGradient", { id: "svg_041da46848__svg_1bc578711c__paint10_linear_105_10439", x1: "97.867", y1: "25.266", x2: "102.489", y2: "31.241", gradientUnits: "userSpaceOnUse" },
|
|
116
|
+
react_1.default.createElement("stop", { stopColor: "#FCC24E" }),
|
|
117
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#FCD14E" })),
|
|
118
|
+
react_1.default.createElement("linearGradient", { id: "svg_041da46848__svg_1bc578711c__paint11_linear_105_10439", x1: "99.808", y1: "24.56", x2: "100.197", y2: "33.413", gradientUnits: "userSpaceOnUse" },
|
|
119
|
+
react_1.default.createElement("stop", { stopColor: "#FFD071" }),
|
|
120
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#FFB547" })),
|
|
121
|
+
react_1.default.createElement("filter", { id: "svg_041da46848__svg_1bc578711c__filter0_dii_105_10439", x: "25.093", y: "25.093", width: "69.813", height: "70.267", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
|
|
122
|
+
react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
123
|
+
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" }),
|
|
124
|
+
react_1.default.createElement("feOffset", { dy: ".453" }),
|
|
125
|
+
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".453" }),
|
|
126
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
127
|
+
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.705801 0 0 0 0 0.705801 0 0 0 0 0.720866 0 0 0 1 0" }),
|
|
128
|
+
react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_105_10439" }),
|
|
129
|
+
react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_105_10439", result: "shape" }),
|
|
130
|
+
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" }),
|
|
131
|
+
react_1.default.createElement("feOffset", { dx: ".907", dy: ".567" }),
|
|
132
|
+
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".453" }),
|
|
133
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
|
|
134
|
+
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.65 0 0 0 0 0.975 0 0 0 0 0.795772 0 0 0 1 0" }),
|
|
135
|
+
react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_105_10439" }),
|
|
136
|
+
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" }),
|
|
137
|
+
react_1.default.createElement("feOffset", { dx: "-.453", dy: "-.907" }),
|
|
138
|
+
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".453" }),
|
|
139
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
|
|
140
|
+
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.0545833 0 0 0 0 0.545833 0 0 0 0 0.25663 0 0 0 1 0" }),
|
|
141
|
+
react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_105_10439", result: "effect3_innerShadow_105_10439" })),
|
|
142
|
+
react_1.default.createElement("filter", { id: "svg_041da46848__svg_1bc578711c__filter1_ii_105_10439", x: "31.666", y: "31.667", width: "56.667", height: "57.8", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
|
|
143
|
+
react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
144
|
+
react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
145
|
+
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" }),
|
|
146
|
+
react_1.default.createElement("feOffset", { dx: "1.133", dy: "2.833" }),
|
|
147
|
+
react_1.default.createElement("feGaussianBlur", { stdDeviation: "1.133" }),
|
|
148
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
|
|
149
|
+
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.123351 0 0 0 0 0.604167 0 0 0 0 0.270377 0 0 0 1 0" }),
|
|
150
|
+
react_1.default.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_105_10439" }),
|
|
151
|
+
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" }),
|
|
152
|
+
react_1.default.createElement("feOffset", { dx: "-1.133", dy: "-1.133" }),
|
|
153
|
+
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".85" }),
|
|
154
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
|
|
155
|
+
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.523177 0 0 0 0 0.854167 0 0 0 0 0.685151 0 0 0 1 0" }),
|
|
156
|
+
react_1.default.createElement("feBlend", { in2: "effect1_innerShadow_105_10439", result: "effect2_innerShadow_105_10439" })),
|
|
157
|
+
react_1.default.createElement("filter", { id: "svg_041da46848__svg_1bc578711c__filter2_d_105_10439", x: "44.217", y: "48.951", width: "33.447", height: "25.14", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
|
|
158
|
+
react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
159
|
+
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" }),
|
|
160
|
+
react_1.default.createElement("feOffset", { dy: ".567" }),
|
|
161
|
+
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".283" }),
|
|
162
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
163
|
+
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.164706 0 0 0 0 0.623529 0 0 0 0 0.27451 0 0 0 1 0" }),
|
|
164
|
+
react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_105_10439" }),
|
|
165
|
+
react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_105_10439", result: "shape" })),
|
|
166
|
+
react_1.default.createElement("filter", { id: "svg_041da46848__svg_1bc578711c__filter3_dii_105_10439", x: "43.65", y: "48.724", width: "36.847", height: "28.766", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
|
|
167
|
+
react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
168
|
+
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" }),
|
|
169
|
+
react_1.default.createElement("feOffset", { dx: "1.133", dy: "2.267" }),
|
|
170
|
+
react_1.default.createElement("feGaussianBlur", { stdDeviation: "1.133" }),
|
|
171
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
172
|
+
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.0625 0 0 0 0 0.6 0 0 0 0 0.314187 0 0 0 1 0" }),
|
|
173
|
+
react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_105_10439" }),
|
|
174
|
+
react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_105_10439", result: "shape" }),
|
|
175
|
+
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" }),
|
|
176
|
+
react_1.default.createElement("feOffset", { dx: ".567", dy: ".567" }),
|
|
177
|
+
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".17" }),
|
|
178
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
|
|
179
|
+
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" }),
|
|
180
|
+
react_1.default.createElement("feBlend", { in2: "shape", result: "effect2_innerShadow_105_10439" }),
|
|
181
|
+
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" }),
|
|
182
|
+
react_1.default.createElement("feOffset", { dx: "-.567", dy: "-.567" }),
|
|
183
|
+
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".113" }),
|
|
184
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
|
|
185
|
+
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" }),
|
|
186
|
+
react_1.default.createElement("feBlend", { in2: "effect2_innerShadow_105_10439", result: "effect3_innerShadow_105_10439" })),
|
|
187
|
+
react_1.default.createElement("filter", { id: "svg_041da46848__svg_1bc578711c__filter4_ii_105_10439", x: "2.399", y: "20.268", width: "19.636", height: "18.18", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
|
|
188
|
+
react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
189
|
+
react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
190
|
+
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" }),
|
|
191
|
+
react_1.default.createElement("feOffset", { dy: "-1" }),
|
|
192
|
+
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
|
|
193
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
|
|
194
|
+
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.125139 0 0 0 0 0.405419 0 0 0 0 0.883333 0 0 0 1 0" }),
|
|
195
|
+
react_1.default.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_105_10439" }),
|
|
196
|
+
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" }),
|
|
197
|
+
react_1.default.createElement("feOffset", { dy: ".5" }),
|
|
198
|
+
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
|
|
199
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
|
|
200
|
+
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.420833 0 0 0 0 0.637678 0 0 0 0 1 0 0 0 1 0" }),
|
|
201
|
+
react_1.default.createElement("feBlend", { in2: "effect1_innerShadow_105_10439", result: "effect2_innerShadow_105_10439" })),
|
|
202
|
+
react_1.default.createElement("filter", { id: "svg_041da46848__svg_1bc578711c__filter5_ii_105_10439", x: "104.095", y: "78.082", width: "13.108", height: "9.842", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
|
|
203
|
+
react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
204
|
+
react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
205
|
+
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" }),
|
|
206
|
+
react_1.default.createElement("feOffset", { dy: "-1" }),
|
|
207
|
+
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
|
|
208
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
|
|
209
|
+
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.639698 0 0 0 0 0.4625 0 0 0 0 1 0 0 0 1 0" }),
|
|
210
|
+
react_1.default.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_105_10439" }),
|
|
211
|
+
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" }),
|
|
212
|
+
react_1.default.createElement("feOffset", { dy: ".5" }),
|
|
213
|
+
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
|
|
214
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
|
|
215
|
+
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.842491 0 0 0 0 0.763737 0 0 0 0 1 0 0 0 1 0" }),
|
|
216
|
+
react_1.default.createElement("feBlend", { in2: "effect1_innerShadow_105_10439", result: "effect2_innerShadow_105_10439" })),
|
|
217
|
+
react_1.default.createElement("filter", { id: "svg_041da46848__svg_1bc578711c__filter6_ii_105_10439", x: "95.245", y: "23.593", width: "7.711", height: "10.804", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
|
|
218
|
+
react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
219
|
+
react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
220
|
+
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" }),
|
|
221
|
+
react_1.default.createElement("feOffset", { dy: "-1" }),
|
|
222
|
+
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
|
|
223
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
|
|
224
|
+
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 0.718391 0 0 0 0 0 0 0 0 1 0" }),
|
|
225
|
+
react_1.default.createElement("feBlend", { in2: "shape", result: "effect1_innerShadow_105_10439" }),
|
|
226
|
+
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" }),
|
|
227
|
+
react_1.default.createElement("feOffset", { dy: ".5" }),
|
|
228
|
+
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".25" }),
|
|
229
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
|
|
230
|
+
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 0.929865 0 0 0 0 0.766667 0 0 0 1 0" }),
|
|
231
|
+
react_1.default.createElement("feBlend", { in2: "effect1_innerShadow_105_10439", result: "effect2_innerShadow_105_10439" }))));
|
|
232
|
+
}
|
|
233
|
+
var IconSubmissionSuccess = react_1.default.forwardRef(IconSubmissionSuccessComponent);
|
|
234
|
+
exports.default = IconSubmissionSuccess;
|
|
235
|
+
});
|
package/umd/index.d.ts
CHANGED
|
@@ -1187,4 +1187,31 @@ export { default as IconCheckTriangleFill } from './IconCheckTriangleFill';
|
|
|
1187
1187
|
export { default as IconIconDescending } from './IconIconDescending';
|
|
1188
1188
|
export { default as IconSkippingCircleFill } from './IconSkippingCircleFill';
|
|
1189
1189
|
export { default as IconNewWindow } from './IconNewWindow';
|
|
1190
|
+
export { default as IconSearchNullHighSaturation } from './IconSearchNullHighSaturation';
|
|
1191
|
+
export { default as IconNoContentSimplified } from './IconNoContentSimplified';
|
|
1192
|
+
export { default as IconNetWorkErrorSimplified } from './IconNetWorkErrorSimplified';
|
|
1193
|
+
export { default as IconNoPicLowSaturation } from './IconNoPicLowSaturation';
|
|
1194
|
+
export { default as IconNoPermissionLowSaturation } from './IconNoPermissionLowSaturation';
|
|
1195
|
+
export { default as IconNoContentLowSaturation } from './IconNoContentLowSaturation';
|
|
1196
|
+
export { default as IconErrorTypeSimplified } from './IconErrorTypeSimplified';
|
|
1197
|
+
export { default as IconNoChartHighSaturation } from './IconNoChartHighSaturation';
|
|
1198
|
+
export { default as IconNoDataHighSaturation } from './IconNoDataHighSaturation';
|
|
1199
|
+
export { default as Icon403ErrorHighSaturation } from './Icon403ErrorHighSaturation';
|
|
1200
|
+
export { default as IconNoPermissionHighSaturation } from './IconNoPermissionHighSaturation';
|
|
1201
|
+
export { default as IconNoChartLowSaturation } from './IconNoChartLowSaturation';
|
|
1202
|
+
export { default as IconSubmissionFail } from './IconSubmissionFail';
|
|
1203
|
+
export { default as IconNoContentHighSaturation } from './IconNoContentHighSaturation';
|
|
1204
|
+
export { default as IconNoDataSimplified } from './IconNoDataSimplified';
|
|
1205
|
+
export { default as IconNoPicHighSaturation } from './IconNoPicHighSaturation';
|
|
1206
|
+
export { default as Icon404ErrorLowSaturation } from './Icon404ErrorLowSaturation';
|
|
1207
|
+
export { default as IconSearchNullSimplified } from './IconSearchNullSimplified';
|
|
1208
|
+
export { default as IconNetworkErrorHighSaturation } from './IconNetworkErrorHighSaturation';
|
|
1209
|
+
export { default as IconNoPermissionSimplified } from './IconNoPermissionSimplified';
|
|
1210
|
+
export { default as IconNetworkErrorLowSaturation } from './IconNetworkErrorLowSaturation';
|
|
1211
|
+
export { default as Icon403ErrorLowSaturation } from './Icon403ErrorLowSaturation';
|
|
1212
|
+
export { default as Icon404ErrorHighSaturation } from './Icon404ErrorHighSaturation';
|
|
1213
|
+
export { default as Icon500ErrorLowSaturation } from './Icon500ErrorLowSaturation';
|
|
1214
|
+
export { default as IconPermissionRequestFail } from './IconPermissionRequestFail';
|
|
1215
|
+
export { default as IconPermissionRequestSuccess } from './IconPermissionRequestSuccess';
|
|
1216
|
+
export { default as IconSubmissionSuccess } from './IconSubmissionSuccess';
|
|
1190
1217
|
export * from './type';
|