@ringcentral/juno-icon 1.85.2 → 1.88.0
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/AiIndicator.js +1 -1
- package/CompactView2.d.ts +3 -0
- package/CompactView2.js +10 -0
- package/ContactCenter.d.ts +3 -0
- package/ContactCenter.js +10 -0
- package/LargeView2.d.ts +3 -0
- package/LargeView2.js +11 -0
- package/es6/AiIndicator.js +1 -1
- package/es6/CompactView2.js +8 -0
- package/es6/ContactCenter.js +8 -0
- package/es6/LargeView2.js +9 -0
- package/es6/icon-CompactView2.svg +5 -0
- package/es6/icon-CompactViewMD.svg +5 -0
- package/es6/icon-ContactCenter.svg +7 -0
- package/es6/icon-LargeView2.svg +6 -0
- package/es6/icon-LargeViewMD.svg +5 -0
- package/es6/icon-ai-indicator-border.svg +5 -0
- package/es6/icon-ai-indicator.svg +1 -1
- package/es6/index.js +6 -0
- package/icon-CompactView2.svg +5 -0
- package/icon-CompactViewMD.svg +5 -0
- package/icon-ContactCenter.svg +7 -0
- package/icon-LargeView2.svg +6 -0
- package/icon-LargeViewMD.svg +5 -0
- package/icon-ai-indicator-border.svg +5 -0
- package/icon-ai-indicator.svg +1 -1
- package/index.d.ts +6 -0
- package/index.js +12 -0
- package/package.json +1 -1
package/AiIndicator.js
CHANGED
|
@@ -4,7 +4,7 @@ var tslib_1 = require("tslib");
|
|
|
4
4
|
var React = tslib_1.__importStar(require("react"));
|
|
5
5
|
var react_1 = require("react");
|
|
6
6
|
var AiIndicator = react_1.memo(react_1.forwardRef(function (props, ref) { return (React.createElement("svg", tslib_1.__assign({ viewBox: "0 0 34 32", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props),
|
|
7
|
-
React.createElement("path", { d: "
|
|
7
|
+
React.createElement("path", { d: "M22.263 14.64c-2.36-.669-4.161-2.49-4.845-4.855l-.901-3.144c-.264-.903-1.102-1.541-2.05-1.541s-1.786.638-2.05 1.541l-.901 3.128c-.668 2.365-2.484 4.171-4.845 4.855l-3.121.887c-.916.265-1.553 1.105-1.553 2.054s.637 1.79 1.537 2.054l3.121.903c2.36.669 4.161 2.49 4.845 4.855l.901 3.128c.264.903 1.071 1.494 2.05 1.494s1.786-.607 2.05-1.494l.901-3.128c.668-2.366 2.484-4.171 4.845-4.855l3.121-.887a2.15 2.15 0 0 0 1.552-2.054 2.153 2.153 0 0 0-1.534-2.053l-.004-.001v.016l-3.121-.903zm1.543 2.945-2.204-.637c-3.171-.901-5.581-3.354-6.489-6.497l-.001-.005-.644-2.247-.642 2.229c-.898 3.172-3.343 5.591-6.484 6.502l-.013.004-2.242.637 2.231.645c3.171.901 5.582 3.354 6.489 6.497l.644 2.238.642-2.231c.898-3.173 3.343-5.591 6.484-6.502l.012-.004 2.214-.629zM21.583 5.741l-.016.007a6.007 6.007 0 0 1-.194.079l-.05.02c-.202.078-.42.156-.659.235-.45.156-.683.545-.683.949s.233.794.683.934c.258.086.494.169.709.254l.035.014.164.067.011.005c1.112.473 1.652 1.013 2.124 2.126a9.508 9.508 0 0 1 .083.204l.008.02c.084.214.166.447.251.703a.985.985 0 0 0 1.879 0c.085-.256.167-.489.251-.703l.008-.02.078-.192.005-.012c.473-1.113 1.012-1.652 2.125-2.126l.011-.005a6.05 6.05 0 0 1 .179-.073l.02-.008c.215-.085.451-.169.709-.254a.989.989 0 0 0 0-1.883 13.922 13.922 0 0 1-.709-.254l-.02-.008-.179-.073-.011-.005c-1.112-.473-1.652-1.013-2.125-2.126l-.005-.012a9.508 9.508 0 0 1-.078-.192l-.008-.02a14.071 14.071 0 0 1-.251-.703.985.985 0 0 0-1.879 0c-.084.256-.167.489-.251.703l-.008.02-.078.192-.005.012c-.472 1.113-1.012 1.652-2.124 2.126zm3.405.417a5.49 5.49 0 0 1-.864.865 5.21 5.21 0 0 1 .864.865 5.49 5.49 0 0 1 .864-.865 5.21 5.21 0 0 1-.864-.865z" }))); }));
|
|
8
8
|
AiIndicator.displayName = 'AiIndicator';
|
|
9
9
|
AiIndicator['iconName'] = 'ai-indicator';
|
|
10
10
|
exports.default = AiIndicator;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const CompactView2: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "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" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "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" | "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"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
|
+
export default CompactView2;
|
package/CompactView2.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var tslib_1 = require("tslib");
|
|
4
|
+
var React = tslib_1.__importStar(require("react"));
|
|
5
|
+
var react_1 = require("react");
|
|
6
|
+
var CompactView2 = react_1.memo(react_1.forwardRef(function (props, ref) { return (React.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props),
|
|
7
|
+
React.createElement("path", { d: "M23.946.4a3.78 3.78 0 0 1 3.78 3.78v23.64l-.02.384a3.786 3.786 0 0 1-3.76 3.396H8.58a3.78 3.78 0 0 1-3.78-3.78V4.18A3.783 3.783 0 0 1 8.58.4h15.366zM7.2 22.8v5.02c0 .76.616 1.38 1.38 1.38h15.366a1.38 1.38 0 0 0 1.38-1.38V22.8H7.2zm1.38-20c-.76 0-1.38.62-1.38 1.38V20.4h18.126V4.18a1.38 1.38 0 0 0-1.38-1.38H8.58z" }))); }));
|
|
8
|
+
CompactView2.displayName = 'CompactView2';
|
|
9
|
+
CompactView2['iconName'] = 'CompactView2';
|
|
10
|
+
exports.default = CompactView2;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const ContactCenter: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "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" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "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" | "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"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
|
+
export default ContactCenter;
|
package/ContactCenter.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var tslib_1 = require("tslib");
|
|
4
|
+
var React = tslib_1.__importStar(require("react"));
|
|
5
|
+
var react_1 = require("react");
|
|
6
|
+
var ContactCenter = react_1.memo(react_1.forwardRef(function (props, ref) { return (React.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props),
|
|
7
|
+
React.createElement("path", { d: "M6.559 18.72a4.8 4.8 0 0 1 4.8 4.8c0 .868-.234 1.68-.637 2.383A10.748 10.748 0 0 0 16 27.279c1.16 0 2.276-.185 3.323-.523l.684 1.88a12.771 12.771 0 0 1-4.008.644c-2.435 0-4.711-.68-6.648-1.861a4.772 4.772 0 0 1-2.792.902 4.8 4.8 0 1 1 0-9.6zM23.789 6.284c4.116 3.128 5.831 8.308 4.719 13.091a4.799 4.799 0 0 1-5.677 7.739 4.8 4.8 0 0 1 3.816-8.611c.744-3.893-.697-8.031-4.008-10.583l1.15-1.636zM16 0a4.8 4.8 0 1 1-4.438 6.633A10.803 10.803 0 0 0 5.212 16h-2c.191-5.166 3.441-9.549 7.992-11.391A4.798 4.798 0 0 1 15.999 0z" }))); }));
|
|
8
|
+
ContactCenter.displayName = 'ContactCenter';
|
|
9
|
+
ContactCenter['iconName'] = 'ContactCenter';
|
|
10
|
+
exports.default = ContactCenter;
|
package/LargeView2.d.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const LargeView2: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "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" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "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" | "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"> & React.RefAttributes<SVGSVGElement>>>;
|
|
3
|
+
export default LargeView2;
|
package/LargeView2.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var tslib_1 = require("tslib");
|
|
4
|
+
var React = tslib_1.__importStar(require("react"));
|
|
5
|
+
var react_1 = require("react");
|
|
6
|
+
var LargeView2 = react_1.memo(react_1.forwardRef(function (props, ref) { return (React.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props),
|
|
7
|
+
React.createElement("path", { d: "M7.596 8.5a2.502 2.502 0 1 1 0 5.004 2.503 2.503 0 0 1 0-5.006z" }),
|
|
8
|
+
React.createElement("path", { d: "M27.82 1.82A3.78 3.78 0 0 1 31.6 5.6v20.8a3.784 3.784 0 0 1-3.78 3.782l-24.024-.02A3.788 3.788 0 0 1 .4 26.4V5.6a3.78 3.78 0 0 1 3.78-3.78h23.64zM4.18 4.22A1.38 1.38 0 0 0 2.8 5.6v20.8c0 .762.62 1.382 1.38 1.382h8.22V4.22H4.18zM14.8 27.78h13.02c.76 0 1.38-.62 1.38-1.382V5.6c0-.762-.62-1.38-1.38-1.38H14.8v23.56z" }))); }));
|
|
9
|
+
LargeView2.displayName = 'LargeView2';
|
|
10
|
+
LargeView2['iconName'] = 'LargeView2';
|
|
11
|
+
exports.default = LargeView2;
|
package/es6/AiIndicator.js
CHANGED
|
@@ -2,7 +2,7 @@ import { __assign } from "tslib";
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { forwardRef, memo } from 'react';
|
|
4
4
|
var AiIndicator = memo(forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ viewBox: "0 0 34 32", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props),
|
|
5
|
-
React.createElement("path", { d: "
|
|
5
|
+
React.createElement("path", { d: "M22.263 14.64c-2.36-.669-4.161-2.49-4.845-4.855l-.901-3.144c-.264-.903-1.102-1.541-2.05-1.541s-1.786.638-2.05 1.541l-.901 3.128c-.668 2.365-2.484 4.171-4.845 4.855l-3.121.887c-.916.265-1.553 1.105-1.553 2.054s.637 1.79 1.537 2.054l3.121.903c2.36.669 4.161 2.49 4.845 4.855l.901 3.128c.264.903 1.071 1.494 2.05 1.494s1.786-.607 2.05-1.494l.901-3.128c.668-2.366 2.484-4.171 4.845-4.855l3.121-.887a2.15 2.15 0 0 0 1.552-2.054 2.153 2.153 0 0 0-1.534-2.053l-.004-.001v.016l-3.121-.903zm1.543 2.945-2.204-.637c-3.171-.901-5.581-3.354-6.489-6.497l-.001-.005-.644-2.247-.642 2.229c-.898 3.172-3.343 5.591-6.484 6.502l-.013.004-2.242.637 2.231.645c3.171.901 5.582 3.354 6.489 6.497l.644 2.238.642-2.231c.898-3.173 3.343-5.591 6.484-6.502l.012-.004 2.214-.629zM21.583 5.741l-.016.007a6.007 6.007 0 0 1-.194.079l-.05.02c-.202.078-.42.156-.659.235-.45.156-.683.545-.683.949s.233.794.683.934c.258.086.494.169.709.254l.035.014.164.067.011.005c1.112.473 1.652 1.013 2.124 2.126a9.508 9.508 0 0 1 .083.204l.008.02c.084.214.166.447.251.703a.985.985 0 0 0 1.879 0c.085-.256.167-.489.251-.703l.008-.02.078-.192.005-.012c.473-1.113 1.012-1.652 2.125-2.126l.011-.005a6.05 6.05 0 0 1 .179-.073l.02-.008c.215-.085.451-.169.709-.254a.989.989 0 0 0 0-1.883 13.922 13.922 0 0 1-.709-.254l-.02-.008-.179-.073-.011-.005c-1.112-.473-1.652-1.013-2.125-2.126l-.005-.012a9.508 9.508 0 0 1-.078-.192l-.008-.02a14.071 14.071 0 0 1-.251-.703.985.985 0 0 0-1.879 0c-.084.256-.167.489-.251.703l-.008.02-.078.192-.005.012c-.472 1.113-1.012 1.652-2.124 2.126zm3.405.417a5.49 5.49 0 0 1-.864.865 5.21 5.21 0 0 1 .864.865 5.49 5.49 0 0 1 .864-.865 5.21 5.21 0 0 1-.864-.865z" }))); }));
|
|
6
6
|
AiIndicator.displayName = 'AiIndicator';
|
|
7
7
|
AiIndicator['iconName'] = 'ai-indicator';
|
|
8
8
|
export default AiIndicator;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { forwardRef, memo } from 'react';
|
|
4
|
+
var CompactView2 = memo(forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props),
|
|
5
|
+
React.createElement("path", { d: "M23.946.4a3.78 3.78 0 0 1 3.78 3.78v23.64l-.02.384a3.786 3.786 0 0 1-3.76 3.396H8.58a3.78 3.78 0 0 1-3.78-3.78V4.18A3.783 3.783 0 0 1 8.58.4h15.366zM7.2 22.8v5.02c0 .76.616 1.38 1.38 1.38h15.366a1.38 1.38 0 0 0 1.38-1.38V22.8H7.2zm1.38-20c-.76 0-1.38.62-1.38 1.38V20.4h18.126V4.18a1.38 1.38 0 0 0-1.38-1.38H8.58z" }))); }));
|
|
6
|
+
CompactView2.displayName = 'CompactView2';
|
|
7
|
+
CompactView2['iconName'] = 'CompactView2';
|
|
8
|
+
export default CompactView2;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { forwardRef, memo } from 'react';
|
|
4
|
+
var ContactCenter = memo(forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props),
|
|
5
|
+
React.createElement("path", { d: "M6.559 18.72a4.8 4.8 0 0 1 4.8 4.8c0 .868-.234 1.68-.637 2.383A10.748 10.748 0 0 0 16 27.279c1.16 0 2.276-.185 3.323-.523l.684 1.88a12.771 12.771 0 0 1-4.008.644c-2.435 0-4.711-.68-6.648-1.861a4.772 4.772 0 0 1-2.792.902 4.8 4.8 0 1 1 0-9.6zM23.789 6.284c4.116 3.128 5.831 8.308 4.719 13.091a4.799 4.799 0 0 1-5.677 7.739 4.8 4.8 0 0 1 3.816-8.611c.744-3.893-.697-8.031-4.008-10.583l1.15-1.636zM16 0a4.8 4.8 0 1 1-4.438 6.633A10.803 10.803 0 0 0 5.212 16h-2c.191-5.166 3.441-9.549 7.992-11.391A4.798 4.798 0 0 1 15.999 0z" }))); }));
|
|
6
|
+
ContactCenter.displayName = 'ContactCenter';
|
|
7
|
+
ContactCenter['iconName'] = 'ContactCenter';
|
|
8
|
+
export default ContactCenter;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { forwardRef, memo } from 'react';
|
|
4
|
+
var LargeView2 = memo(forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props),
|
|
5
|
+
React.createElement("path", { d: "M7.596 8.5a2.502 2.502 0 1 1 0 5.004 2.503 2.503 0 0 1 0-5.006z" }),
|
|
6
|
+
React.createElement("path", { d: "M27.82 1.82A3.78 3.78 0 0 1 31.6 5.6v20.8a3.784 3.784 0 0 1-3.78 3.782l-24.024-.02A3.788 3.788 0 0 1 .4 26.4V5.6a3.78 3.78 0 0 1 3.78-3.78h23.64zM4.18 4.22A1.38 1.38 0 0 0 2.8 5.6v20.8c0 .762.62 1.382 1.38 1.382h8.22V4.22H4.18zM14.8 27.78h13.02c.76 0 1.38-.62 1.38-1.382V5.6c0-.762-.62-1.38-1.38-1.38H14.8v23.56z" }))); }));
|
|
7
|
+
LargeView2.displayName = 'LargeView2';
|
|
8
|
+
LargeView2['iconName'] = 'LargeView2';
|
|
9
|
+
export default LargeView2;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>CompactView2</title>
|
|
4
|
+
<path d="M23.946 0.4c2.088 0 3.78 1.692 3.78 3.78v0 23.64l-0.020 0.384c-0.202 1.915-1.808 3.395-3.76 3.396h-15.366c-2.088 0-3.78-1.692-3.78-3.78v0-23.64c0-2.084 1.694-3.78 3.78-3.78h15.366zM7.2 22.8v5.020c0 0.76 0.616 1.38 1.38 1.38h15.366c0.762 0 1.38-0.618 1.38-1.38v0-5.020h-18.126zM8.58 2.8c-0.76 0-1.38 0.62-1.38 1.38v16.22h18.126v-16.22c0-0.762-0.618-1.38-1.38-1.38v0h-15.366z"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>CompactViewMD</title>
|
|
4
|
+
<path d="M22.501 2.8h-13c-1.767 0-3.2 1.433-3.2 3.2v20c-0.002 1.768 1.432 3.2 3.2 3.2h13c1.767 0 3.2-1.433 3.2-3.2v-20c0-1.767-1.433-3.2-3.2-3.2zM9.501 5.2h13c0.442 0 0.8 0.358 0.8 0.8v13.8h-14.6v-13.8c0-0.442 0.358-0.8 0.8-0.8zM22.501 26.8h-13c0 0-0.001 0-0.002 0-0.442 0-0.8-0.358-0.8-0.8v-3.8h14.6v3.8c0 0.441-0.357 0.799-0.798 0.8z"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>ContactCenter</title>
|
|
4
|
+
<path d="M6.559 18.72c2.651 0 4.8 2.149 4.8 4.8-0 0.868-0.234 1.68-0.637 2.383 1.56 0.876 3.361 1.376 5.278 1.376 1.16 0 2.276-0.185 3.323-0.523l0.684 1.88c-1.261 0.416-2.608 0.644-4.008 0.644-2.435 0-4.711-0.68-6.648-1.861-0.787 0.565-1.75 0.902-2.792 0.902-2.651-0-4.8-2.149-4.8-4.8s2.149-4.8 4.8-4.8z"></path>
|
|
5
|
+
<path d="M23.789 6.284c4.116 3.128 5.831 8.308 4.719 13.091 2.038 1.556 2.5 4.457 1.012 6.573-1.525 2.168-4.521 2.691-6.689 1.166s-2.689-4.519-1.164-6.688c1.152-1.637 3.141-2.336 4.98-1.923 0.744-3.893-0.697-8.031-4.008-10.583l1.15-1.636z"></path>
|
|
6
|
+
<path d="M16 0c2.651 0 4.8 2.149 4.8 4.8s-2.149 4.8-4.8 4.8c-2.002 0-3.717-1.226-4.438-2.967-3.613 1.631-6.167 5.191-6.35 9.367h-2c0.191-5.166 3.441-9.549 7.992-11.391 0.1-2.563 2.208-4.609 4.795-4.609z"></path>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>LargeView2</title>
|
|
4
|
+
<path d="M7.596 8.5c1.382 0 2.502 1.12 2.502 2.502s-1.12 2.502-2.502 2.502v0c-1.382 0-2.503-1.121-2.503-2.503s1.121-2.503 2.503-2.503v0z"></path>
|
|
5
|
+
<path d="M27.82 1.82c2.086 0 3.78 1.692 3.78 3.78v20.8c-0.001 2.088-1.693 3.78-3.78 3.782l-24.024-0.020c-1.915-0.203-3.395-1.81-3.396-3.762v-20.8c0-2.088 1.692-3.78 3.78-3.78v0h23.64zM4.18 4.22c-0.762 0-1.38 0.618-1.38 1.38v0 20.8c0 0.762 0.62 1.382 1.38 1.382h8.22v-23.562h-8.22zM14.8 27.78h13.020c0.76 0 1.38-0.62 1.38-1.382v-20.798c0-0.762-0.62-1.38-1.38-1.38h-13.020v23.56z"></path>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>LargeViewMD</title>
|
|
4
|
+
<path d="M28.52 2.8h-25.019c-1.767 0-3.2 1.433-3.2 3.2v20c-0.002 1.768 1.432 3.2 3.2 3.2h25.019c1.767 0 3.2-1.433 3.2-3.2v-20c0-1.767-1.433-3.2-3.2-3.2zM2.701 26v-20c0-0.442 0.358-0.8 0.8-0.8h8.8v21.6h-8.8c-0.442 0-0.8-0.358-0.8-0.8zM29.32 26c0 0.442-0.358 0.8-0.8 0.8h-13.819v-21.6h13.819c0.442 0 0.8 0.358 0.8 0.8v20zM10 11c0 1.381-1.12 2.501-2.501 2.501s-2.501-1.12-2.501-2.501c0-1.381 1.12-2.501 2.501-2.501s2.501 1.12 2.501 2.501z"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>ai-indicator-border</title>
|
|
4
|
+
<path d="M20.797 7.735c0.266 0.088 0.508 0.174 0.729 0.262 0.012 0.005 0.024 0.009 0.036 0.014 0.027 0.011 0.054 0.022 0.080 0.033l0.004 0.002c1.241 0.51 1.812 1.081 2.321 2.323l0.002 0.004c0.015 0.036 0.029 0.072 0.044 0.109 0.003 0.007 0.005 0.013 0.008 0.020 0.086 0.22 0.171 0.46 0.258 0.723 0.319 0.944 1.613 0.944 1.932 0 0.087-0.263 0.172-0.503 0.258-0.723 0.003-0.007 0.005-0.014 0.008-0.020 0.015-0.037 0.029-0.073 0.044-0.109l0.002-0.004c0.509-1.242 1.079-1.812 2.321-2.323l0.004-0.001c0.032-0.013 0.063-0.026 0.096-0.039 0.007-0.003 0.014-0.005 0.021-0.008 0.221-0.087 0.463-0.174 0.729-0.262 0.942-0.32 0.942-1.617 0-1.937-0.266-0.088-0.508-0.174-0.729-0.262-0.007-0.003-0.014-0.005-0.021-0.008-0.032-0.013-0.064-0.026-0.096-0.039l-0.004-0.001c-1.242-0.51-1.812-1.080-2.321-2.322l-0.002-0.005c-0.015-0.036-0.029-0.072-0.044-0.109-0.003-0.007-0.005-0.013-0.008-0.020-0.086-0.22-0.171-0.46-0.258-0.723-0.319-0.944-1.613-0.944-1.932 0-0.087 0.263-0.172 0.503-0.258 0.723-0.003 0.007-0.005 0.014-0.008 0.020-0.015 0.037-0.029 0.073-0.044 0.109l-0.002 0.004c-0.509 1.242-1.080 1.812-2.321 2.323l-0.007 0.003c-0.037 0.015-0.075 0.030-0.113 0.045-0.017 0.007-0.034 0.013-0.051 0.020-0.208 0.081-0.432 0.16-0.678 0.242-0.463 0.16-0.703 0.56-0.703 0.976s0.24 0.816 0.703 0.96zM24.245 6.766c0.186-0.143 0.365-0.3 0.537-0.472 0.169-0.169 0.322-0.346 0.463-0.529 0.141 0.183 0.294 0.359 0.463 0.529 0.172 0.172 0.351 0.329 0.537 0.472-0.186 0.143-0.365 0.3-0.537 0.472-0.169 0.169-0.323 0.346-0.463 0.528-0.141-0.183-0.294-0.359-0.463-0.528-0.172-0.172-0.351-0.329-0.537-0.472zM6.407 14.585l-3.21 0.912c-0.942 0.272-1.597 1.136-1.597 2.113s0.655 1.841 1.581 2.113l3.21 0.928c2.428 0.688 4.28 2.561 4.983 4.994l0.926 3.217c0.271 0.928 1.102 1.537 2.108 1.537s1.837-0.624 2.108-1.537l0.926-3.217c0.687-2.433 2.555-4.29 4.983-4.994l3.21-0.912c0.668-0.193 1.191-0.683 1.44-1.3 0.102-0.254 0.158-0.528 0.158-0.813 0-0.958-0.63-1.808-1.529-2.097-0.016-0.005-0.032-0.010-0.048-0.015l-0.004-0.001v0.016l-3.21-0.928c-2.428-0.688-4.28-2.561-4.983-4.994l-0.926-3.233c-0.271-0.928-1.134-1.585-2.108-1.585s-1.837 0.656-2.108 1.585l-0.926 3.217c-0.687 2.433-2.555 4.29-4.983 4.994zM13.698 10.25l0.726-2.522 0.729 2.545c0.927 3.21 3.39 5.715 6.628 6.635l2.497 0.722-2.52 0.716c-3.208 0.931-5.706 3.4-6.622 6.641l-0.002 0.007-0.725 2.517-0.729-2.531c-0.927-3.21-3.39-5.715-6.628-6.635l-2.525-0.73 2.548-0.724c3.208-0.931 5.705-3.401 6.622-6.641z"></path>
|
|
5
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 34 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>ai-indicator</title>
|
|
4
|
-
<path d="
|
|
4
|
+
<path d="M22.263 14.64c-2.36-0.669-4.161-2.49-4.845-4.855l-0.901-3.144c-0.264-0.903-1.102-1.541-2.050-1.541s-1.786 0.638-2.050 1.541l-0.901 3.128c-0.668 2.365-2.484 4.171-4.845 4.855l-3.121 0.887c-0.916 0.265-1.553 1.105-1.553 2.054s0.637 1.79 1.537 2.054l3.121 0.903c2.36 0.669 4.161 2.49 4.845 4.855l0.901 3.128c0.264 0.903 1.071 1.494 2.050 1.494s1.786-0.607 2.050-1.494l0.901-3.128c0.668-2.366 2.484-4.171 4.845-4.855l3.121-0.887c0.627-0.181 1.123-0.631 1.373-1.202 0.116-0.263 0.179-0.552 0.179-0.852 0-0.931-0.613-1.758-1.487-2.039-0.015-0.005-0.031-0.010-0.047-0.014l-0.004-0.001v0.016l-3.121-0.903zM23.806 17.585l-2.204-0.637c-3.171-0.901-5.581-3.354-6.489-6.497l-0.001-0.005-0.644-2.247-0.642 2.229c-0.898 3.172-3.343 5.591-6.484 6.502l-0.013 0.004-2.242 0.637 2.231 0.645c3.171 0.901 5.582 3.354 6.489 6.497l0.644 2.238 0.642-2.231c0.898-3.173 3.343-5.591 6.484-6.502l0.012-0.004 2.214-0.629zM21.583 5.741c-0.005 0.002-0.011 0.005-0.016 0.007-0.063 0.027-0.127 0.053-0.194 0.079-0.017 0.007-0.033 0.013-0.050 0.020-0.202 0.078-0.42 0.156-0.659 0.235-0.45 0.156-0.683 0.545-0.683 0.949s0.233 0.794 0.683 0.934c0.258 0.086 0.494 0.169 0.709 0.254 0.012 0.005 0.023 0.009 0.035 0.014 0.056 0.022 0.11 0.045 0.164 0.067 0.004 0.002 0.008 0.003 0.011 0.005 1.112 0.473 1.652 1.013 2.124 2.126 0.002 0.004 0.004 0.008 0.005 0.012 0.026 0.062 0.052 0.126 0.078 0.192 0.003 0.007 0.005 0.013 0.008 0.020 0.084 0.214 0.166 0.447 0.251 0.703 0.311 0.918 1.568 0.918 1.879 0 0.085-0.256 0.167-0.489 0.251-0.703 0.003-0.007 0.005-0.013 0.008-0.020 0.026-0.066 0.052-0.129 0.078-0.192 0.002-0.004 0.003-0.008 0.005-0.012 0.473-1.113 1.012-1.652 2.125-2.126l0.011-0.005c0.058-0.025 0.118-0.049 0.179-0.073 0.007-0.003 0.013-0.005 0.020-0.008 0.215-0.085 0.451-0.169 0.709-0.254 0.916-0.311 0.916-1.572 0-1.883-0.258-0.086-0.494-0.169-0.709-0.254-0.007-0.003-0.013-0.005-0.020-0.008-0.061-0.024-0.121-0.049-0.179-0.073l-0.011-0.005c-1.112-0.473-1.652-1.013-2.125-2.126-0.002-0.004-0.003-0.008-0.005-0.012-0.026-0.062-0.052-0.126-0.078-0.192-0.003-0.007-0.005-0.013-0.008-0.020-0.084-0.214-0.166-0.447-0.251-0.703-0.31-0.918-1.568-0.918-1.879 0-0.084 0.256-0.167 0.489-0.251 0.703-0.003 0.007-0.005 0.013-0.008 0.020-0.026 0.066-0.052 0.129-0.078 0.192-0.002 0.004-0.003 0.008-0.005 0.012-0.472 1.113-1.012 1.652-2.124 2.126zM24.988 6.158c-0.124 0.156-0.258 0.307-0.403 0.453-0.148 0.149-0.302 0.285-0.461 0.412 0.159 0.126 0.313 0.263 0.461 0.412 0.145 0.146 0.279 0.297 0.403 0.453 0.124-0.156 0.258-0.307 0.403-0.453 0.148-0.149 0.302-0.285 0.461-0.412-0.159-0.126-0.313-0.263-0.461-0.412-0.145-0.146-0.279-0.297-0.403-0.453z"></path>
|
|
5
5
|
</svg>
|
package/es6/index.js
CHANGED
|
@@ -13,8 +13,11 @@ export { default as AiSummaryMd } from './AiSummaryMd';
|
|
|
13
13
|
export { default as AddTextLog } from './AddTextLog';
|
|
14
14
|
export { default as Announcement } from './Announcement';
|
|
15
15
|
export { default as CallQueue } from './CallQueue';
|
|
16
|
+
export { default as CompactView2 } from './CompactView2';
|
|
17
|
+
export { default as CompactViewMd } from './CompactViewMd';
|
|
16
18
|
export { default as CompanySetupBorder } from './CompanySetupBorder';
|
|
17
19
|
export { default as CompanySetup } from './CompanySetup';
|
|
20
|
+
export { default as ContactCenter } from './ContactCenter';
|
|
18
21
|
export { default as Country } from './Country';
|
|
19
22
|
export { default as Decline } from './Decline';
|
|
20
23
|
export { default as Description } from './Description';
|
|
@@ -22,6 +25,8 @@ export { default as Disposition } from './Disposition';
|
|
|
22
25
|
export { default as Hud } from './Hud';
|
|
23
26
|
export { default as IdBorder } from './IdBorder';
|
|
24
27
|
export { default as JumpTo } from './JumpTo';
|
|
28
|
+
export { default as LargeView2 } from './LargeView2';
|
|
29
|
+
export { default as LargeViewMd } from './LargeViewMd';
|
|
25
30
|
export { default as Limited } from './Limited';
|
|
26
31
|
export { default as Logout } from './Logout';
|
|
27
32
|
export { default as Message } from './Message';
|
|
@@ -56,6 +61,7 @@ export { default as AdminSettingsBorder } from './AdminSettingsBorder';
|
|
|
56
61
|
export { default as Admin } from './Admin';
|
|
57
62
|
export { default as AdvancedSetting } from './AdvancedSetting';
|
|
58
63
|
export { default as Advanced } from './Advanced';
|
|
64
|
+
export { default as AiIndicatorBorder } from './AiIndicatorBorder';
|
|
59
65
|
export { default as AiIndicator } from './AiIndicator';
|
|
60
66
|
export { default as AiSmartNotesSp } from './AiSmartNotesSp';
|
|
61
67
|
export { default as AiSmartNotes } from './AiSmartNotes';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>CompactView2</title>
|
|
4
|
+
<path d="M23.946 0.4c2.088 0 3.78 1.692 3.78 3.78v0 23.64l-0.020 0.384c-0.202 1.915-1.808 3.395-3.76 3.396h-15.366c-2.088 0-3.78-1.692-3.78-3.78v0-23.64c0-2.084 1.694-3.78 3.78-3.78h15.366zM7.2 22.8v5.020c0 0.76 0.616 1.38 1.38 1.38h15.366c0.762 0 1.38-0.618 1.38-1.38v0-5.020h-18.126zM8.58 2.8c-0.76 0-1.38 0.62-1.38 1.38v16.22h18.126v-16.22c0-0.762-0.618-1.38-1.38-1.38v0h-15.366z"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>CompactViewMD</title>
|
|
4
|
+
<path d="M22.501 2.8h-13c-1.767 0-3.2 1.433-3.2 3.2v20c-0.002 1.768 1.432 3.2 3.2 3.2h13c1.767 0 3.2-1.433 3.2-3.2v-20c0-1.767-1.433-3.2-3.2-3.2zM9.501 5.2h13c0.442 0 0.8 0.358 0.8 0.8v13.8h-14.6v-13.8c0-0.442 0.358-0.8 0.8-0.8zM22.501 26.8h-13c0 0-0.001 0-0.002 0-0.442 0-0.8-0.358-0.8-0.8v-3.8h14.6v3.8c0 0.441-0.357 0.799-0.798 0.8z"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>ContactCenter</title>
|
|
4
|
+
<path d="M6.559 18.72c2.651 0 4.8 2.149 4.8 4.8-0 0.868-0.234 1.68-0.637 2.383 1.56 0.876 3.361 1.376 5.278 1.376 1.16 0 2.276-0.185 3.323-0.523l0.684 1.88c-1.261 0.416-2.608 0.644-4.008 0.644-2.435 0-4.711-0.68-6.648-1.861-0.787 0.565-1.75 0.902-2.792 0.902-2.651-0-4.8-2.149-4.8-4.8s2.149-4.8 4.8-4.8z"></path>
|
|
5
|
+
<path d="M23.789 6.284c4.116 3.128 5.831 8.308 4.719 13.091 2.038 1.556 2.5 4.457 1.012 6.573-1.525 2.168-4.521 2.691-6.689 1.166s-2.689-4.519-1.164-6.688c1.152-1.637 3.141-2.336 4.98-1.923 0.744-3.893-0.697-8.031-4.008-10.583l1.15-1.636z"></path>
|
|
6
|
+
<path d="M16 0c2.651 0 4.8 2.149 4.8 4.8s-2.149 4.8-4.8 4.8c-2.002 0-3.717-1.226-4.438-2.967-3.613 1.631-6.167 5.191-6.35 9.367h-2c0.191-5.166 3.441-9.549 7.992-11.391 0.1-2.563 2.208-4.609 4.795-4.609z"></path>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>LargeView2</title>
|
|
4
|
+
<path d="M7.596 8.5c1.382 0 2.502 1.12 2.502 2.502s-1.12 2.502-2.502 2.502v0c-1.382 0-2.503-1.121-2.503-2.503s1.121-2.503 2.503-2.503v0z"></path>
|
|
5
|
+
<path d="M27.82 1.82c2.086 0 3.78 1.692 3.78 3.78v20.8c-0.001 2.088-1.693 3.78-3.78 3.782l-24.024-0.020c-1.915-0.203-3.395-1.81-3.396-3.762v-20.8c0-2.088 1.692-3.78 3.78-3.78v0h23.64zM4.18 4.22c-0.762 0-1.38 0.618-1.38 1.38v0 20.8c0 0.762 0.62 1.382 1.38 1.382h8.22v-23.562h-8.22zM14.8 27.78h13.020c0.76 0 1.38-0.62 1.38-1.382v-20.798c0-0.762-0.62-1.38-1.38-1.38h-13.020v23.56z"></path>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>LargeViewMD</title>
|
|
4
|
+
<path d="M28.52 2.8h-25.019c-1.767 0-3.2 1.433-3.2 3.2v20c-0.002 1.768 1.432 3.2 3.2 3.2h25.019c1.767 0 3.2-1.433 3.2-3.2v-20c0-1.767-1.433-3.2-3.2-3.2zM2.701 26v-20c0-0.442 0.358-0.8 0.8-0.8h8.8v21.6h-8.8c-0.442 0-0.8-0.358-0.8-0.8zM29.32 26c0 0.442-0.358 0.8-0.8 0.8h-13.819v-21.6h13.819c0.442 0 0.8 0.358 0.8 0.8v20zM10 11c0 1.381-1.12 2.501-2.501 2.501s-2.501-1.12-2.501-2.501c0-1.381 1.12-2.501 2.501-2.501s2.501 1.12 2.501 2.501z"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>ai-indicator-border</title>
|
|
4
|
+
<path d="M20.797 7.735c0.266 0.088 0.508 0.174 0.729 0.262 0.012 0.005 0.024 0.009 0.036 0.014 0.027 0.011 0.054 0.022 0.080 0.033l0.004 0.002c1.241 0.51 1.812 1.081 2.321 2.323l0.002 0.004c0.015 0.036 0.029 0.072 0.044 0.109 0.003 0.007 0.005 0.013 0.008 0.020 0.086 0.22 0.171 0.46 0.258 0.723 0.319 0.944 1.613 0.944 1.932 0 0.087-0.263 0.172-0.503 0.258-0.723 0.003-0.007 0.005-0.014 0.008-0.020 0.015-0.037 0.029-0.073 0.044-0.109l0.002-0.004c0.509-1.242 1.079-1.812 2.321-2.323l0.004-0.001c0.032-0.013 0.063-0.026 0.096-0.039 0.007-0.003 0.014-0.005 0.021-0.008 0.221-0.087 0.463-0.174 0.729-0.262 0.942-0.32 0.942-1.617 0-1.937-0.266-0.088-0.508-0.174-0.729-0.262-0.007-0.003-0.014-0.005-0.021-0.008-0.032-0.013-0.064-0.026-0.096-0.039l-0.004-0.001c-1.242-0.51-1.812-1.080-2.321-2.322l-0.002-0.005c-0.015-0.036-0.029-0.072-0.044-0.109-0.003-0.007-0.005-0.013-0.008-0.020-0.086-0.22-0.171-0.46-0.258-0.723-0.319-0.944-1.613-0.944-1.932 0-0.087 0.263-0.172 0.503-0.258 0.723-0.003 0.007-0.005 0.014-0.008 0.020-0.015 0.037-0.029 0.073-0.044 0.109l-0.002 0.004c-0.509 1.242-1.080 1.812-2.321 2.323l-0.007 0.003c-0.037 0.015-0.075 0.030-0.113 0.045-0.017 0.007-0.034 0.013-0.051 0.020-0.208 0.081-0.432 0.16-0.678 0.242-0.463 0.16-0.703 0.56-0.703 0.976s0.24 0.816 0.703 0.96zM24.245 6.766c0.186-0.143 0.365-0.3 0.537-0.472 0.169-0.169 0.322-0.346 0.463-0.529 0.141 0.183 0.294 0.359 0.463 0.529 0.172 0.172 0.351 0.329 0.537 0.472-0.186 0.143-0.365 0.3-0.537 0.472-0.169 0.169-0.323 0.346-0.463 0.528-0.141-0.183-0.294-0.359-0.463-0.528-0.172-0.172-0.351-0.329-0.537-0.472zM6.407 14.585l-3.21 0.912c-0.942 0.272-1.597 1.136-1.597 2.113s0.655 1.841 1.581 2.113l3.21 0.928c2.428 0.688 4.28 2.561 4.983 4.994l0.926 3.217c0.271 0.928 1.102 1.537 2.108 1.537s1.837-0.624 2.108-1.537l0.926-3.217c0.687-2.433 2.555-4.29 4.983-4.994l3.21-0.912c0.668-0.193 1.191-0.683 1.44-1.3 0.102-0.254 0.158-0.528 0.158-0.813 0-0.958-0.63-1.808-1.529-2.097-0.016-0.005-0.032-0.010-0.048-0.015l-0.004-0.001v0.016l-3.21-0.928c-2.428-0.688-4.28-2.561-4.983-4.994l-0.926-3.233c-0.271-0.928-1.134-1.585-2.108-1.585s-1.837 0.656-2.108 1.585l-0.926 3.217c-0.687 2.433-2.555 4.29-4.983 4.994zM13.698 10.25l0.726-2.522 0.729 2.545c0.927 3.21 3.39 5.715 6.628 6.635l2.497 0.722-2.52 0.716c-3.208 0.931-5.706 3.4-6.622 6.641l-0.002 0.007-0.725 2.517-0.729-2.531c-0.927-3.21-3.39-5.715-6.628-6.635l-2.525-0.73 2.548-0.724c3.208-0.931 5.705-3.401 6.622-6.641z"></path>
|
|
5
|
+
</svg>
|
package/icon-ai-indicator.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 34 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>ai-indicator</title>
|
|
4
|
-
<path d="
|
|
4
|
+
<path d="M22.263 14.64c-2.36-0.669-4.161-2.49-4.845-4.855l-0.901-3.144c-0.264-0.903-1.102-1.541-2.050-1.541s-1.786 0.638-2.050 1.541l-0.901 3.128c-0.668 2.365-2.484 4.171-4.845 4.855l-3.121 0.887c-0.916 0.265-1.553 1.105-1.553 2.054s0.637 1.79 1.537 2.054l3.121 0.903c2.36 0.669 4.161 2.49 4.845 4.855l0.901 3.128c0.264 0.903 1.071 1.494 2.050 1.494s1.786-0.607 2.050-1.494l0.901-3.128c0.668-2.366 2.484-4.171 4.845-4.855l3.121-0.887c0.627-0.181 1.123-0.631 1.373-1.202 0.116-0.263 0.179-0.552 0.179-0.852 0-0.931-0.613-1.758-1.487-2.039-0.015-0.005-0.031-0.010-0.047-0.014l-0.004-0.001v0.016l-3.121-0.903zM23.806 17.585l-2.204-0.637c-3.171-0.901-5.581-3.354-6.489-6.497l-0.001-0.005-0.644-2.247-0.642 2.229c-0.898 3.172-3.343 5.591-6.484 6.502l-0.013 0.004-2.242 0.637 2.231 0.645c3.171 0.901 5.582 3.354 6.489 6.497l0.644 2.238 0.642-2.231c0.898-3.173 3.343-5.591 6.484-6.502l0.012-0.004 2.214-0.629zM21.583 5.741c-0.005 0.002-0.011 0.005-0.016 0.007-0.063 0.027-0.127 0.053-0.194 0.079-0.017 0.007-0.033 0.013-0.050 0.020-0.202 0.078-0.42 0.156-0.659 0.235-0.45 0.156-0.683 0.545-0.683 0.949s0.233 0.794 0.683 0.934c0.258 0.086 0.494 0.169 0.709 0.254 0.012 0.005 0.023 0.009 0.035 0.014 0.056 0.022 0.11 0.045 0.164 0.067 0.004 0.002 0.008 0.003 0.011 0.005 1.112 0.473 1.652 1.013 2.124 2.126 0.002 0.004 0.004 0.008 0.005 0.012 0.026 0.062 0.052 0.126 0.078 0.192 0.003 0.007 0.005 0.013 0.008 0.020 0.084 0.214 0.166 0.447 0.251 0.703 0.311 0.918 1.568 0.918 1.879 0 0.085-0.256 0.167-0.489 0.251-0.703 0.003-0.007 0.005-0.013 0.008-0.020 0.026-0.066 0.052-0.129 0.078-0.192 0.002-0.004 0.003-0.008 0.005-0.012 0.473-1.113 1.012-1.652 2.125-2.126l0.011-0.005c0.058-0.025 0.118-0.049 0.179-0.073 0.007-0.003 0.013-0.005 0.020-0.008 0.215-0.085 0.451-0.169 0.709-0.254 0.916-0.311 0.916-1.572 0-1.883-0.258-0.086-0.494-0.169-0.709-0.254-0.007-0.003-0.013-0.005-0.020-0.008-0.061-0.024-0.121-0.049-0.179-0.073l-0.011-0.005c-1.112-0.473-1.652-1.013-2.125-2.126-0.002-0.004-0.003-0.008-0.005-0.012-0.026-0.062-0.052-0.126-0.078-0.192-0.003-0.007-0.005-0.013-0.008-0.020-0.084-0.214-0.166-0.447-0.251-0.703-0.31-0.918-1.568-0.918-1.879 0-0.084 0.256-0.167 0.489-0.251 0.703-0.003 0.007-0.005 0.013-0.008 0.020-0.026 0.066-0.052 0.129-0.078 0.192-0.002 0.004-0.003 0.008-0.005 0.012-0.472 1.113-1.012 1.652-2.124 2.126zM24.988 6.158c-0.124 0.156-0.258 0.307-0.403 0.453-0.148 0.149-0.302 0.285-0.461 0.412 0.159 0.126 0.313 0.263 0.461 0.412 0.145 0.146 0.279 0.297 0.403 0.453 0.124-0.156 0.258-0.307 0.403-0.453 0.148-0.149 0.302-0.285 0.461-0.412-0.159-0.126-0.313-0.263-0.461-0.412-0.145-0.146-0.279-0.297-0.403-0.453z"></path>
|
|
5
5
|
</svg>
|
package/index.d.ts
CHANGED
|
@@ -13,8 +13,11 @@ export { default as AiSummaryMd } from './AiSummaryMd';
|
|
|
13
13
|
export { default as AddTextLog } from './AddTextLog';
|
|
14
14
|
export { default as Announcement } from './Announcement';
|
|
15
15
|
export { default as CallQueue } from './CallQueue';
|
|
16
|
+
export { default as CompactView2 } from './CompactView2';
|
|
17
|
+
export { default as CompactViewMd } from './CompactViewMd';
|
|
16
18
|
export { default as CompanySetupBorder } from './CompanySetupBorder';
|
|
17
19
|
export { default as CompanySetup } from './CompanySetup';
|
|
20
|
+
export { default as ContactCenter } from './ContactCenter';
|
|
18
21
|
export { default as Country } from './Country';
|
|
19
22
|
export { default as Decline } from './Decline';
|
|
20
23
|
export { default as Description } from './Description';
|
|
@@ -22,6 +25,8 @@ export { default as Disposition } from './Disposition';
|
|
|
22
25
|
export { default as Hud } from './Hud';
|
|
23
26
|
export { default as IdBorder } from './IdBorder';
|
|
24
27
|
export { default as JumpTo } from './JumpTo';
|
|
28
|
+
export { default as LargeView2 } from './LargeView2';
|
|
29
|
+
export { default as LargeViewMd } from './LargeViewMd';
|
|
25
30
|
export { default as Limited } from './Limited';
|
|
26
31
|
export { default as Logout } from './Logout';
|
|
27
32
|
export { default as Message } from './Message';
|
|
@@ -56,6 +61,7 @@ export { default as AdminSettingsBorder } from './AdminSettingsBorder';
|
|
|
56
61
|
export { default as Admin } from './Admin';
|
|
57
62
|
export { default as AdvancedSetting } from './AdvancedSetting';
|
|
58
63
|
export { default as Advanced } from './Advanced';
|
|
64
|
+
export { default as AiIndicatorBorder } from './AiIndicatorBorder';
|
|
59
65
|
export { default as AiIndicator } from './AiIndicator';
|
|
60
66
|
export { default as AiSmartNotesSp } from './AiSmartNotesSp';
|
|
61
67
|
export { default as AiSmartNotes } from './AiSmartNotes';
|
package/index.js
CHANGED
|
@@ -30,10 +30,16 @@ var Announcement_1 = require("./Announcement");
|
|
|
30
30
|
exports.Announcement = Announcement_1.default;
|
|
31
31
|
var CallQueue_1 = require("./CallQueue");
|
|
32
32
|
exports.CallQueue = CallQueue_1.default;
|
|
33
|
+
var CompactView2_1 = require("./CompactView2");
|
|
34
|
+
exports.CompactView2 = CompactView2_1.default;
|
|
35
|
+
var CompactViewMd_1 = require("./CompactViewMd");
|
|
36
|
+
exports.CompactViewMd = CompactViewMd_1.default;
|
|
33
37
|
var CompanySetupBorder_1 = require("./CompanySetupBorder");
|
|
34
38
|
exports.CompanySetupBorder = CompanySetupBorder_1.default;
|
|
35
39
|
var CompanySetup_1 = require("./CompanySetup");
|
|
36
40
|
exports.CompanySetup = CompanySetup_1.default;
|
|
41
|
+
var ContactCenter_1 = require("./ContactCenter");
|
|
42
|
+
exports.ContactCenter = ContactCenter_1.default;
|
|
37
43
|
var Country_1 = require("./Country");
|
|
38
44
|
exports.Country = Country_1.default;
|
|
39
45
|
var Decline_1 = require("./Decline");
|
|
@@ -48,6 +54,10 @@ var IdBorder_1 = require("./IdBorder");
|
|
|
48
54
|
exports.IdBorder = IdBorder_1.default;
|
|
49
55
|
var JumpTo_1 = require("./JumpTo");
|
|
50
56
|
exports.JumpTo = JumpTo_1.default;
|
|
57
|
+
var LargeView2_1 = require("./LargeView2");
|
|
58
|
+
exports.LargeView2 = LargeView2_1.default;
|
|
59
|
+
var LargeViewMd_1 = require("./LargeViewMd");
|
|
60
|
+
exports.LargeViewMd = LargeViewMd_1.default;
|
|
51
61
|
var Limited_1 = require("./Limited");
|
|
52
62
|
exports.Limited = Limited_1.default;
|
|
53
63
|
var Logout_1 = require("./Logout");
|
|
@@ -116,6 +126,8 @@ var AdvancedSetting_1 = require("./AdvancedSetting");
|
|
|
116
126
|
exports.AdvancedSetting = AdvancedSetting_1.default;
|
|
117
127
|
var Advanced_1 = require("./Advanced");
|
|
118
128
|
exports.Advanced = Advanced_1.default;
|
|
129
|
+
var AiIndicatorBorder_1 = require("./AiIndicatorBorder");
|
|
130
|
+
exports.AiIndicatorBorder = AiIndicatorBorder_1.default;
|
|
119
131
|
var AiIndicator_1 = require("./AiIndicator");
|
|
120
132
|
exports.AiIndicator = AiIndicator_1.default;
|
|
121
133
|
var AiSmartNotesSp_1 = require("./AiSmartNotesSp");
|