@ringcentral/juno-icon 1.6.1 → 1.9.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/AppsCategories.js +1 -1
- package/AppsDiscovery.js +1 -1
- package/AppsProduct.js +1 -1
- package/AudioLow.d.ts +3 -0
- package/AudioLow.js +11 -0
- package/HybridContact.d.ts +3 -0
- package/HybridContact.js +10 -0
- package/JumpTo.d.ts +3 -0
- package/JumpTo.js +10 -0
- package/TodayCalendarIco.d.ts +3 -0
- package/TodayCalendarIco.js +10 -0
- package/es6/AppsCategories.js +1 -1
- package/es6/AppsDiscovery.js +1 -1
- package/es6/AppsProduct.js +1 -1
- package/es6/AudioLow.js +9 -0
- package/es6/HybridContact.js +8 -0
- package/es6/JumpTo.js +8 -0
- package/es6/TodayCalendarIco.js +8 -0
- package/es6/icon-Jump-to.svg +5 -0
- package/es6/icon-apps-categories.svg +4 -1
- package/es6/icon-apps-discovery.svg +1 -1
- package/es6/icon-apps-product.svg +2 -1
- package/es6/icon-audio-low.svg +6 -0
- package/es6/icon-hybrid-contact.svg +5 -0
- package/es6/icon-today-calendar-ico.svg +5 -0
- package/es6/index.js +4 -0
- package/icon-Jump-to.svg +5 -0
- package/icon-apps-categories.svg +4 -1
- package/icon-apps-discovery.svg +1 -1
- package/icon-apps-product.svg +2 -1
- package/icon-audio-low.svg +6 -0
- package/icon-hybrid-contact.svg +5 -0
- package/icon-today-calendar-ico.svg +5 -0
- package/index.d.ts +4 -0
- package/index.js +8 -0
- package/package.json +1 -1
package/AppsCategories.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 AppsCategories = 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: "
|
|
7
|
+
React.createElement("path", { d: "M4 5h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zM4 19h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zM14 5h14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zM14 19h14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2z" }))); }));
|
|
8
8
|
AppsCategories.displayName = 'AppsCategories';
|
|
9
9
|
AppsCategories['iconName'] = 'apps-categories';
|
|
10
10
|
exports.default = AppsCategories;
|
package/AppsDiscovery.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 AppsDiscovery = 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: "
|
|
7
|
+
React.createElement("path", { d: "M16.919 17.75a1.2 1.2 0 0 1 1.479-.832l11.593 3.246a1.2 1.2 0 0 1 .014 2.307l-5.824 1.709-1.71 5.825a1.201 1.201 0 0 1-2.307-.014l-3.246-11.594a1.205 1.205 0 0 1 0-.647zM11 17a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h6zm0-14a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6zm14 0a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6z" }))); }));
|
|
8
8
|
AppsDiscovery.displayName = 'AppsDiscovery';
|
|
9
9
|
AppsDiscovery['iconName'] = 'apps-discovery';
|
|
10
10
|
exports.default = AppsDiscovery;
|
package/AppsProduct.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 AppsProduct = 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: "M28
|
|
7
|
+
React.createElement("path", { d: "M28 10a2 2 0 0 1 2 2v15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2zm-5.103 4.038a1.5 1.5 0 0 0-2.074-.447 7.857 7.857 0 0 1-4.278 1.26 7.87 7.87 0 0 1-4.279-1.26 1.5 1.5 0 1 0-1.625 2.521 10.863 10.863 0 0 0 5.904 1.738c2.122 0 4.157-.611 5.905-1.739a1.5 1.5 0 0 0 .447-2.074zM6.618 8a1 1 0 0 1-.894-1.448l1.829-3.658a1 1 0 0 1 1.342-.447l8.282 4.141 3.216-3.858a1 1 0 0 1 1.267-.227l.101.067 4.84 3.63a1 1 0 0 1-.6 1.8z" }))); }));
|
|
8
8
|
AppsProduct.displayName = 'AppsProduct';
|
|
9
9
|
AppsProduct['iconName'] = 'apps-product';
|
|
10
10
|
exports.default = AppsProduct;
|
package/AudioLow.d.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const AudioLow: 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 AudioLow;
|
package/AudioLow.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 AudioLow = 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", { fill: "#000", d: "M18.479 4.534c.333.342.521.805.521 1.288v20.356C19 27.184 18.204 28 17.222 28c-.471 0-.924-.192-1.257-.534l-6.854-6H3.778C2.796 21.466 2 20.65 2 19.644v-7.288c0-1.006.796-1.822 1.778-1.822h5.333l6.854-6a1.746 1.746 0 0 1 2.514 0z" }),
|
|
8
|
+
React.createElement("path", { fill: "#000", opacity: 0.32, d: "M27.398 7.869C29.081 10.224 30 13.044 30 16s-.919 5.776-2.602 8.131a1 1 0 0 1-1.627-1.163C27.213 20.95 28 18.535 28 16s-.787-4.95-2.229-6.968a1 1 0 0 1 1.627-1.163zm-3.554 3.715A8.963 8.963 0 0 1 25 16a8.953 8.953 0 0 1-1.171 4.441 1 1 0 1 1-1.738-.988A6.965 6.965 0 0 0 23 16a6.962 6.962 0 0 0-.898-3.433 1 1 0 0 1 1.742-.982z" }))); }));
|
|
9
|
+
AudioLow.displayName = 'AudioLow';
|
|
10
|
+
AudioLow['iconName'] = 'audio-low';
|
|
11
|
+
exports.default = AudioLow;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const HybridContact: 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 HybridContact;
|
package/HybridContact.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 HybridContact = 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: "M29 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h26zm-4.912 3.957c-.48-.019-1.531.204-1.919.432-.436.242-.667.732-.568 1.256.252 1.087.403 2.221.529 3.352.052.505.437.879.946.932.299.031.578-.028.84-.076.201-.052.384-.066.581-.058 0 0 .091.009.171.107.19.205.64.825.666 2.78-.007 2.088-.548 2.664-.714 2.799a.509.509 0 0 1-.129.076c-.195-.005-.387-.042-.579-.078-.281-.047-.551-.105-.853-.077-.502.052-.911.459-.942.926-.12 1.138-.313 2.284-.501 3.366l-.018.128c-.041.472.176.913.584 1.11.371.218 1.422.436 1.936.432.45.016.892-.179 1.305-.513 1.583-1.282 2.519-4.347 2.509-8.171-.026-5.567-1.992-8.632-3.842-8.723zm-8.086 10.021-10.16.006a1.998 1.998 0 0 0-1.818 1.677l-.019.161-.005.149V24h14v-5.029l-.005-.149a1.996 1.996 0 0 0-1.993-1.844zM11.012 7c-2.207 0-3.996 1.784-3.996 3.986s1.789 3.986 3.996 3.986 3.996-1.784 3.996-3.986S13.219 7 11.012 7z" }))); }));
|
|
8
|
+
HybridContact.displayName = 'HybridContact';
|
|
9
|
+
HybridContact['iconName'] = 'hybrid-contact';
|
|
10
|
+
exports.default = HybridContact;
|
package/JumpTo.d.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const JumpTo: 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 JumpTo;
|
package/JumpTo.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 JumpTo = 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.879 9.464 5.657 5.657.083.094a.998.998 0 0 1 .065 1.514l-.096.082-5.666 5.666a.999.999 0 1 1-1.414-1.414l4.063-4.064H3.001a1 1 0 0 1 0-2h23.586l-4.122-4.121a.999.999 0 1 1 1.414-1.414z" }))); }));
|
|
8
|
+
JumpTo.displayName = 'JumpTo';
|
|
9
|
+
JumpTo['iconName'] = 'Jump-to';
|
|
10
|
+
exports.default = JumpTo;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const TodayCalendarIco: 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 TodayCalendarIco;
|
|
@@ -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 TodayCalendarIco = 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.056 2C4.278 2 2 4.277 2 7.056v17.889c0 2.778 2.277 5.056 5.056 5.056h17.889c2.778 0 5.056-2.277 5.056-5.056V7.056C30.001 4.278 27.724 2 24.945 2H7.056zm0 2.333h17.889a2.706 2.706 0 0 1 2.722 2.722v1.167H4.334V7.055a2.706 2.706 0 0 1 2.722-2.722zm-2.723 6.223h23.333v14.389a2.706 2.706 0 0 1-2.722 2.722H7.055a2.706 2.706 0 0 1-2.722-2.722V10.556zm17.532 3.098a1.168 1.168 0 0 0-.899.398l-6.18 6.863-3.018-3.018a1.166 1.166 0 1 0-1.651 1.65l3.889 3.889a1.165 1.165 0 0 0 1.693-.044l7-7.778a1.166 1.166 0 0 0-.836-1.96h.001z" }))); }));
|
|
8
|
+
TodayCalendarIco.displayName = 'TodayCalendarIco';
|
|
9
|
+
TodayCalendarIco['iconName'] = 'today-calendar-ico';
|
|
10
|
+
exports.default = TodayCalendarIco;
|
package/es6/AppsCategories.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 AppsCategories = 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: "
|
|
5
|
+
React.createElement("path", { d: "M4 5h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zM4 19h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zM14 5h14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zM14 19h14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2z" }))); }));
|
|
6
6
|
AppsCategories.displayName = 'AppsCategories';
|
|
7
7
|
AppsCategories['iconName'] = 'apps-categories';
|
|
8
8
|
export default AppsCategories;
|
package/es6/AppsDiscovery.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 AppsDiscovery = 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: "
|
|
5
|
+
React.createElement("path", { d: "M16.919 17.75a1.2 1.2 0 0 1 1.479-.832l11.593 3.246a1.2 1.2 0 0 1 .014 2.307l-5.824 1.709-1.71 5.825a1.201 1.201 0 0 1-2.307-.014l-3.246-11.594a1.205 1.205 0 0 1 0-.647zM11 17a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h6zm0-14a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6zm14 0a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6z" }))); }));
|
|
6
6
|
AppsDiscovery.displayName = 'AppsDiscovery';
|
|
7
7
|
AppsDiscovery['iconName'] = 'apps-discovery';
|
|
8
8
|
export default AppsDiscovery;
|
package/es6/AppsProduct.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 AppsProduct = 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: "M28
|
|
5
|
+
React.createElement("path", { d: "M28 10a2 2 0 0 1 2 2v15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2zm-5.103 4.038a1.5 1.5 0 0 0-2.074-.447 7.857 7.857 0 0 1-4.278 1.26 7.87 7.87 0 0 1-4.279-1.26 1.5 1.5 0 1 0-1.625 2.521 10.863 10.863 0 0 0 5.904 1.738c2.122 0 4.157-.611 5.905-1.739a1.5 1.5 0 0 0 .447-2.074zM6.618 8a1 1 0 0 1-.894-1.448l1.829-3.658a1 1 0 0 1 1.342-.447l8.282 4.141 3.216-3.858a1 1 0 0 1 1.267-.227l.101.067 4.84 3.63a1 1 0 0 1-.6 1.8z" }))); }));
|
|
6
6
|
AppsProduct.displayName = 'AppsProduct';
|
|
7
7
|
AppsProduct['iconName'] = 'apps-product';
|
|
8
8
|
export default AppsProduct;
|
package/es6/AudioLow.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { forwardRef, memo } from 'react';
|
|
4
|
+
var AudioLow = 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", { fill: "#000", d: "M18.479 4.534c.333.342.521.805.521 1.288v20.356C19 27.184 18.204 28 17.222 28c-.471 0-.924-.192-1.257-.534l-6.854-6H3.778C2.796 21.466 2 20.65 2 19.644v-7.288c0-1.006.796-1.822 1.778-1.822h5.333l6.854-6a1.746 1.746 0 0 1 2.514 0z" }),
|
|
6
|
+
React.createElement("path", { fill: "#000", opacity: 0.32, d: "M27.398 7.869C29.081 10.224 30 13.044 30 16s-.919 5.776-2.602 8.131a1 1 0 0 1-1.627-1.163C27.213 20.95 28 18.535 28 16s-.787-4.95-2.229-6.968a1 1 0 0 1 1.627-1.163zm-3.554 3.715A8.963 8.963 0 0 1 25 16a8.953 8.953 0 0 1-1.171 4.441 1 1 0 1 1-1.738-.988A6.965 6.965 0 0 0 23 16a6.962 6.962 0 0 0-.898-3.433 1 1 0 0 1 1.742-.982z" }))); }));
|
|
7
|
+
AudioLow.displayName = 'AudioLow';
|
|
8
|
+
AudioLow['iconName'] = 'audio-low';
|
|
9
|
+
export default AudioLow;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { forwardRef, memo } from 'react';
|
|
4
|
+
var HybridContact = 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: "M29 3a2 2 0 0 1 2 2v22a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h26zm-4.912 3.957c-.48-.019-1.531.204-1.919.432-.436.242-.667.732-.568 1.256.252 1.087.403 2.221.529 3.352.052.505.437.879.946.932.299.031.578-.028.84-.076.201-.052.384-.066.581-.058 0 0 .091.009.171.107.19.205.64.825.666 2.78-.007 2.088-.548 2.664-.714 2.799a.509.509 0 0 1-.129.076c-.195-.005-.387-.042-.579-.078-.281-.047-.551-.105-.853-.077-.502.052-.911.459-.942.926-.12 1.138-.313 2.284-.501 3.366l-.018.128c-.041.472.176.913.584 1.11.371.218 1.422.436 1.936.432.45.016.892-.179 1.305-.513 1.583-1.282 2.519-4.347 2.509-8.171-.026-5.567-1.992-8.632-3.842-8.723zm-8.086 10.021-10.16.006a1.998 1.998 0 0 0-1.818 1.677l-.019.161-.005.149V24h14v-5.029l-.005-.149a1.996 1.996 0 0 0-1.993-1.844zM11.012 7c-2.207 0-3.996 1.784-3.996 3.986s1.789 3.986 3.996 3.986 3.996-1.784 3.996-3.986S13.219 7 11.012 7z" }))); }));
|
|
6
|
+
HybridContact.displayName = 'HybridContact';
|
|
7
|
+
HybridContact['iconName'] = 'hybrid-contact';
|
|
8
|
+
export default HybridContact;
|
package/es6/JumpTo.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { forwardRef, memo } from 'react';
|
|
4
|
+
var JumpTo = 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.879 9.464 5.657 5.657.083.094a.998.998 0 0 1 .065 1.514l-.096.082-5.666 5.666a.999.999 0 1 1-1.414-1.414l4.063-4.064H3.001a1 1 0 0 1 0-2h23.586l-4.122-4.121a.999.999 0 1 1 1.414-1.414z" }))); }));
|
|
6
|
+
JumpTo.displayName = 'JumpTo';
|
|
7
|
+
JumpTo['iconName'] = 'Jump-to';
|
|
8
|
+
export default JumpTo;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { forwardRef, memo } from 'react';
|
|
4
|
+
var TodayCalendarIco = 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.056 2C4.278 2 2 4.277 2 7.056v17.889c0 2.778 2.277 5.056 5.056 5.056h17.889c2.778 0 5.056-2.277 5.056-5.056V7.056C30.001 4.278 27.724 2 24.945 2H7.056zm0 2.333h17.889a2.706 2.706 0 0 1 2.722 2.722v1.167H4.334V7.055a2.706 2.706 0 0 1 2.722-2.722zm-2.723 6.223h23.333v14.389a2.706 2.706 0 0 1-2.722 2.722H7.055a2.706 2.706 0 0 1-2.722-2.722V10.556zm17.532 3.098a1.168 1.168 0 0 0-.899.398l-6.18 6.863-3.018-3.018a1.166 1.166 0 1 0-1.651 1.65l3.889 3.889a1.165 1.165 0 0 0 1.693-.044l7-7.778a1.166 1.166 0 0 0-.836-1.96h.001z" }))); }));
|
|
6
|
+
TodayCalendarIco.displayName = 'TodayCalendarIco';
|
|
7
|
+
TodayCalendarIco['iconName'] = 'today-calendar-ico';
|
|
8
|
+
export default TodayCalendarIco;
|
|
@@ -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>Jump-to</title>
|
|
4
|
+
<path d="M23.879 9.464l5.657 5.657 0.083 0.094c0.235 0.187 0.381 0.469 0.381 0.784 0 0.288-0.122 0.547-0.316 0.73l-0.096 0.082-5.666 5.666c-0.391 0.391-1.024 0.391-1.414 0s-0.391-1.024 0-1.414l4.063-4.064-23.57 0c-0.552 0-1-0.448-1-1s0.448-1 1-1l23.586-0-4.122-4.121c-0.391-0.391-0.391-1.024 0-1.414s1.024-0.391 1.414 0z"></path>
|
|
5
|
+
</svg>
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
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
3
|
<title>apps-categories</title>
|
|
4
|
-
<path d="
|
|
4
|
+
<path d="M4 5h4c1.105 0 2 0.895 2 2v4c0 1.105-0.895 2-2 2h-4c-1.105 0-2-0.895-2-2v-4c0-1.105 0.895-2 2-2z"></path>
|
|
5
|
+
<path d="M4 19h4c1.105 0 2 0.895 2 2v4c0 1.105-0.895 2-2 2h-4c-1.105 0-2-0.895-2-2v-4c0-1.105 0.895-2 2-2z"></path>
|
|
6
|
+
<path d="M14 5h14c1.105 0 2 0.895 2 2v4c0 1.105-0.895 2-2 2h-14c-1.105 0-2-0.895-2-2v-4c0-1.105 0.895-2 2-2z"></path>
|
|
7
|
+
<path d="M14 19h14c1.105 0 2 0.895 2 2v4c0 1.105-0.895 2-2 2h-14c-1.105 0-2-0.895-2-2v-4c0-1.105 0.895-2 2-2z"></path>
|
|
5
8
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
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
3
|
<title>apps-discovery</title>
|
|
4
|
-
<path d="
|
|
4
|
+
<path d="M16.919 17.75c0.179-0.638 0.841-1.011 1.479-0.832v0l11.593 3.246c0.398 0.112 0.711 0.421 0.828 0.818 0.187 0.636-0.178 1.303-0.814 1.489v0l-5.824 1.709-1.71 5.825c-0.117 0.397-0.429 0.706-0.828 0.818-0.638 0.179-1.3-0.194-1.479-0.832v0l-3.246-11.594c-0.059-0.212-0.059-0.435 0-0.647zM11 17c1.105 0 2 0.895 2 2v6c0 1.105-0.895 2-2 2h-6c-1.105 0-2-0.895-2-2v-6c0-1.105 0.895-2 2-2h6zM11 3c1.105 0 2 0.895 2 2v6c0 1.105-0.895 2-2 2h-6c-1.105 0-2-0.895-2-2v-6c0-1.105 0.895-2 2-2h6zM25 3c1.105 0 2 0.895 2 2v6c0 1.105-0.895 2-2 2h-6c-1.105 0-2-0.895-2-2v-6c0-1.105 0.895-2 2-2h6z"></path>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
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
3
|
<title>apps-product</title>
|
|
4
|
-
<path d="M28
|
|
4
|
+
<path d="M28 10c1.105 0 2 0.895 2 2v0 15c0 1.105-0.895 2-2 2v0h-24c-1.105 0-2-0.895-2-2v0-15c0-1.105 0.895-2 2-2v0zM22.897 14.038c-0.449-0.696-1.378-0.896-2.074-0.447-1.268 0.818-2.738 1.26-4.278 1.26-1.538 0-3.009-0.442-4.279-1.26-0.696-0.449-1.625-0.248-2.073 0.448s-0.248 1.625 0.448 2.073c1.75 1.128 3.784 1.738 5.904 1.738 2.122 0 4.157-0.611 5.905-1.739 0.696-0.449 0.896-1.378 0.447-2.074z"></path>
|
|
5
|
+
<path d="M6.618 8c-0.155 0-0.308-0.036-0.447-0.106-0.494-0.247-0.694-0.848-0.447-1.342v0l1.829-3.658c0.247-0.494 0.848-0.694 1.342-0.447v0l8.282 4.141 3.216-3.858c0.315-0.378 0.851-0.466 1.267-0.227l0.101 0.067 4.84 3.63c0.252 0.189 0.4 0.485 0.4 0.8 0 0.552-0.448 1-1 1v0z"></path>
|
|
5
6
|
</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>audio-low</title>
|
|
4
|
+
<path fill="#000" d="M18.479 4.534c0.333 0.342 0.521 0.805 0.521 1.288v20.356c0 1.006-0.796 1.822-1.778 1.822-0.471 0-0.924-0.192-1.257-0.534l-6.854-6h-5.333c-0.982 0-1.778-0.816-1.778-1.822v-7.288c0-1.006 0.796-1.822 1.778-1.822h5.333l6.854-6c0.694-0.712 1.82-0.712 2.514 0l0 0z"></path>
|
|
5
|
+
<path fill="#000" opacity="0.32" d="M27.398 7.869c1.683 2.355 2.602 5.175 2.602 8.131s-0.919 5.776-2.602 8.131c-0.321 0.449-0.946 0.553-1.395 0.232s-0.553-0.946-0.232-1.395c1.442-2.018 2.229-4.433 2.229-6.968s-0.787-4.95-2.229-6.968c-0.321-0.449-0.217-1.074 0.232-1.395s1.074-0.217 1.395 0.232zM23.844 11.584c0.754 1.337 1.156 2.848 1.156 4.416 0 1.578-0.407 3.098-1.171 4.441-0.273 0.48-0.883 0.648-1.363 0.375s-0.648-0.883-0.375-1.363c0.593-1.044 0.909-2.224 0.909-3.453 0-1.221-0.312-2.394-0.898-3.433-0.271-0.481-0.101-1.091 0.38-1.362s1.091-0.101 1.362 0.38z"></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>hybrid-contact</title>
|
|
4
|
+
<path d="M29 3c1.105 0 2 0.895 2 2v22c0 1.105-0.895 2-2 2h-26c-1.105 0-2-0.895-2-2v-22c0-1.105 0.895-2 2-2h26zM24.088 6.957c-0.48-0.019-1.531 0.204-1.919 0.432-0.436 0.242-0.667 0.732-0.568 1.256 0.252 1.087 0.403 2.221 0.529 3.352 0.052 0.505 0.437 0.879 0.946 0.932 0.299 0.031 0.578-0.028 0.84-0.076 0.201-0.052 0.384-0.066 0.581-0.058 0 0 0.091 0.009 0.171 0.107 0.19 0.205 0.64 0.825 0.666 2.78-0.007 2.088-0.548 2.664-0.714 2.799-0.064 0.052-0.129 0.076-0.129 0.076-0.195-0.005-0.387-0.042-0.579-0.078-0.281-0.047-0.551-0.105-0.853-0.077-0.502 0.052-0.911 0.459-0.942 0.926-0.12 1.138-0.313 2.284-0.501 3.366v0l-0.018 0.128c-0.041 0.472 0.176 0.913 0.584 1.11 0.371 0.218 1.422 0.436 1.936 0.432 0.45 0.016 0.892-0.179 1.305-0.513 1.583-1.282 2.519-4.347 2.509-8.171-0.026-5.567-1.992-8.632-3.842-8.723zM16.002 16.978l-10.16 0.006c-0.927 0.072-1.676 0.774-1.818 1.677l-0.019 0.161-0.005 0.149v5.029h14v-5.029l-0.005-0.149c-0.076-1.031-0.939-1.844-1.993-1.844zM11.012 7c-2.207 0-3.996 1.784-3.996 3.986s1.789 3.986 3.996 3.986c2.207 0 3.996-1.784 3.996-3.986s-1.789-3.986-3.996-3.986z"></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>today-calendar-ico</title>
|
|
4
|
+
<path d="M7.056 2c-2.778 0-5.056 2.277-5.056 5.056v17.889c0 2.778 2.277 5.056 5.056 5.056h17.889c2.778 0 5.056-2.277 5.056-5.056v-17.889c0-2.778-2.277-5.056-5.056-5.056h-17.889zM7.056 4.333h17.889c1.516 0 2.722 1.206 2.722 2.722v1.167h-23.333v-1.167c0-1.516 1.206-2.722 2.722-2.722zM4.333 10.556h23.333v14.389c0 1.516-1.206 2.722-2.722 2.722h-17.889c-1.516 0-2.722-1.206-2.722-2.722v-14.389zM21.865 13.654c-0.344-0.006-0.673 0.14-0.899 0.398l-6.18 6.863-3.018-3.018c-0.292-0.304-0.727-0.425-1.135-0.318-0.408 0.106-0.727 0.425-0.834 0.833s0.015 0.841 0.318 1.135l3.889 3.889c0.226 0.226 0.535 0.351 0.856 0.342 0.319-0.008 0.622-0.148 0.837-0.386l7-7.778c0.312-0.337 0.398-0.828 0.218-1.251-0.18-0.424-0.593-0.701-1.054-0.709h0.001z"></path>
|
|
5
|
+
</svg>
|
package/es6/index.js
CHANGED
|
@@ -15,6 +15,7 @@ export { default as CompanySetup } from './CompanySetup';
|
|
|
15
15
|
export { default as Department } from './Department';
|
|
16
16
|
export { default as Description } from './Description';
|
|
17
17
|
export { default as Hud } from './Hud';
|
|
18
|
+
export { default as JumpTo } from './JumpTo';
|
|
18
19
|
export { default as Limited } from './Limited';
|
|
19
20
|
export { default as Logout } from './Logout';
|
|
20
21
|
export { default as Message } from './Message';
|
|
@@ -68,6 +69,7 @@ export { default as Askfirst } from './Askfirst';
|
|
|
68
69
|
export { default as Assignment } from './Assignment';
|
|
69
70
|
export { default as Asterisk } from './Asterisk';
|
|
70
71
|
export { default as Attachment } from './Attachment';
|
|
72
|
+
export { default as AudioLow } from './AudioLow';
|
|
71
73
|
export { default as Audio } from './Audio';
|
|
72
74
|
export { default as AvatarRooms } from './AvatarRooms';
|
|
73
75
|
export { default as Barge } from './Barge';
|
|
@@ -189,6 +191,7 @@ export { default as HoldAnswer } from './HoldAnswer';
|
|
|
189
191
|
export { default as Hold } from './Hold';
|
|
190
192
|
export { default as HoldcallBorder } from './HoldcallBorder';
|
|
191
193
|
export { default as HorizontalLine } from './HorizontalLine';
|
|
194
|
+
export { default as HybridContact } from './HybridContact';
|
|
192
195
|
export { default as Ical } from './Ical';
|
|
193
196
|
export { default as Ignore } from './Ignore';
|
|
194
197
|
export { default as ImageBrokenD } from './ImageBrokenD';
|
|
@@ -379,6 +382,7 @@ export { default as ThumbupBorder } from './ThumbupBorder';
|
|
|
379
382
|
export { default as Thumbup } from './Thumbup';
|
|
380
383
|
export { default as TimeBorder } from './TimeBorder';
|
|
381
384
|
export { default as Time } from './Time';
|
|
385
|
+
export { default as TodayCalendarIco } from './TodayCalendarIco';
|
|
382
386
|
export { default as Transcription } from './Transcription';
|
|
383
387
|
export { default as TransferCall } from './TransferCall';
|
|
384
388
|
export { default as TransferCallBorder } from './TransferCallBorder';
|
package/icon-Jump-to.svg
ADDED
|
@@ -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>Jump-to</title>
|
|
4
|
+
<path d="M23.879 9.464l5.657 5.657 0.083 0.094c0.235 0.187 0.381 0.469 0.381 0.784 0 0.288-0.122 0.547-0.316 0.73l-0.096 0.082-5.666 5.666c-0.391 0.391-1.024 0.391-1.414 0s-0.391-1.024 0-1.414l4.063-4.064-23.57 0c-0.552 0-1-0.448-1-1s0.448-1 1-1l23.586-0-4.122-4.121c-0.391-0.391-0.391-1.024 0-1.414s1.024-0.391 1.414 0z"></path>
|
|
5
|
+
</svg>
|
package/icon-apps-categories.svg
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
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
3
|
<title>apps-categories</title>
|
|
4
|
-
<path d="
|
|
4
|
+
<path d="M4 5h4c1.105 0 2 0.895 2 2v4c0 1.105-0.895 2-2 2h-4c-1.105 0-2-0.895-2-2v-4c0-1.105 0.895-2 2-2z"></path>
|
|
5
|
+
<path d="M4 19h4c1.105 0 2 0.895 2 2v4c0 1.105-0.895 2-2 2h-4c-1.105 0-2-0.895-2-2v-4c0-1.105 0.895-2 2-2z"></path>
|
|
6
|
+
<path d="M14 5h14c1.105 0 2 0.895 2 2v4c0 1.105-0.895 2-2 2h-14c-1.105 0-2-0.895-2-2v-4c0-1.105 0.895-2 2-2z"></path>
|
|
7
|
+
<path d="M14 19h14c1.105 0 2 0.895 2 2v4c0 1.105-0.895 2-2 2h-14c-1.105 0-2-0.895-2-2v-4c0-1.105 0.895-2 2-2z"></path>
|
|
5
8
|
</svg>
|
package/icon-apps-discovery.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
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
3
|
<title>apps-discovery</title>
|
|
4
|
-
<path d="
|
|
4
|
+
<path d="M16.919 17.75c0.179-0.638 0.841-1.011 1.479-0.832v0l11.593 3.246c0.398 0.112 0.711 0.421 0.828 0.818 0.187 0.636-0.178 1.303-0.814 1.489v0l-5.824 1.709-1.71 5.825c-0.117 0.397-0.429 0.706-0.828 0.818-0.638 0.179-1.3-0.194-1.479-0.832v0l-3.246-11.594c-0.059-0.212-0.059-0.435 0-0.647zM11 17c1.105 0 2 0.895 2 2v6c0 1.105-0.895 2-2 2h-6c-1.105 0-2-0.895-2-2v-6c0-1.105 0.895-2 2-2h6zM11 3c1.105 0 2 0.895 2 2v6c0 1.105-0.895 2-2 2h-6c-1.105 0-2-0.895-2-2v-6c0-1.105 0.895-2 2-2h6zM25 3c1.105 0 2 0.895 2 2v6c0 1.105-0.895 2-2 2h-6c-1.105 0-2-0.895-2-2v-6c0-1.105 0.895-2 2-2h6z"></path>
|
|
5
5
|
</svg>
|
package/icon-apps-product.svg
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
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
3
|
<title>apps-product</title>
|
|
4
|
-
<path d="M28
|
|
4
|
+
<path d="M28 10c1.105 0 2 0.895 2 2v0 15c0 1.105-0.895 2-2 2v0h-24c-1.105 0-2-0.895-2-2v0-15c0-1.105 0.895-2 2-2v0zM22.897 14.038c-0.449-0.696-1.378-0.896-2.074-0.447-1.268 0.818-2.738 1.26-4.278 1.26-1.538 0-3.009-0.442-4.279-1.26-0.696-0.449-1.625-0.248-2.073 0.448s-0.248 1.625 0.448 2.073c1.75 1.128 3.784 1.738 5.904 1.738 2.122 0 4.157-0.611 5.905-1.739 0.696-0.449 0.896-1.378 0.447-2.074z"></path>
|
|
5
|
+
<path d="M6.618 8c-0.155 0-0.308-0.036-0.447-0.106-0.494-0.247-0.694-0.848-0.447-1.342v0l1.829-3.658c0.247-0.494 0.848-0.694 1.342-0.447v0l8.282 4.141 3.216-3.858c0.315-0.378 0.851-0.466 1.267-0.227l0.101 0.067 4.84 3.63c0.252 0.189 0.4 0.485 0.4 0.8 0 0.552-0.448 1-1 1v0z"></path>
|
|
5
6
|
</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>audio-low</title>
|
|
4
|
+
<path fill="#000" d="M18.479 4.534c0.333 0.342 0.521 0.805 0.521 1.288v20.356c0 1.006-0.796 1.822-1.778 1.822-0.471 0-0.924-0.192-1.257-0.534l-6.854-6h-5.333c-0.982 0-1.778-0.816-1.778-1.822v-7.288c0-1.006 0.796-1.822 1.778-1.822h5.333l6.854-6c0.694-0.712 1.82-0.712 2.514 0l0 0z"></path>
|
|
5
|
+
<path fill="#000" opacity="0.32" d="M27.398 7.869c1.683 2.355 2.602 5.175 2.602 8.131s-0.919 5.776-2.602 8.131c-0.321 0.449-0.946 0.553-1.395 0.232s-0.553-0.946-0.232-1.395c1.442-2.018 2.229-4.433 2.229-6.968s-0.787-4.95-2.229-6.968c-0.321-0.449-0.217-1.074 0.232-1.395s1.074-0.217 1.395 0.232zM23.844 11.584c0.754 1.337 1.156 2.848 1.156 4.416 0 1.578-0.407 3.098-1.171 4.441-0.273 0.48-0.883 0.648-1.363 0.375s-0.648-0.883-0.375-1.363c0.593-1.044 0.909-2.224 0.909-3.453 0-1.221-0.312-2.394-0.898-3.433-0.271-0.481-0.101-1.091 0.38-1.362s1.091-0.101 1.362 0.38z"></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>hybrid-contact</title>
|
|
4
|
+
<path d="M29 3c1.105 0 2 0.895 2 2v22c0 1.105-0.895 2-2 2h-26c-1.105 0-2-0.895-2-2v-22c0-1.105 0.895-2 2-2h26zM24.088 6.957c-0.48-0.019-1.531 0.204-1.919 0.432-0.436 0.242-0.667 0.732-0.568 1.256 0.252 1.087 0.403 2.221 0.529 3.352 0.052 0.505 0.437 0.879 0.946 0.932 0.299 0.031 0.578-0.028 0.84-0.076 0.201-0.052 0.384-0.066 0.581-0.058 0 0 0.091 0.009 0.171 0.107 0.19 0.205 0.64 0.825 0.666 2.78-0.007 2.088-0.548 2.664-0.714 2.799-0.064 0.052-0.129 0.076-0.129 0.076-0.195-0.005-0.387-0.042-0.579-0.078-0.281-0.047-0.551-0.105-0.853-0.077-0.502 0.052-0.911 0.459-0.942 0.926-0.12 1.138-0.313 2.284-0.501 3.366v0l-0.018 0.128c-0.041 0.472 0.176 0.913 0.584 1.11 0.371 0.218 1.422 0.436 1.936 0.432 0.45 0.016 0.892-0.179 1.305-0.513 1.583-1.282 2.519-4.347 2.509-8.171-0.026-5.567-1.992-8.632-3.842-8.723zM16.002 16.978l-10.16 0.006c-0.927 0.072-1.676 0.774-1.818 1.677l-0.019 0.161-0.005 0.149v5.029h14v-5.029l-0.005-0.149c-0.076-1.031-0.939-1.844-1.993-1.844zM11.012 7c-2.207 0-3.996 1.784-3.996 3.986s1.789 3.986 3.996 3.986c2.207 0 3.996-1.784 3.996-3.986s-1.789-3.986-3.996-3.986z"></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>today-calendar-ico</title>
|
|
4
|
+
<path d="M7.056 2c-2.778 0-5.056 2.277-5.056 5.056v17.889c0 2.778 2.277 5.056 5.056 5.056h17.889c2.778 0 5.056-2.277 5.056-5.056v-17.889c0-2.778-2.277-5.056-5.056-5.056h-17.889zM7.056 4.333h17.889c1.516 0 2.722 1.206 2.722 2.722v1.167h-23.333v-1.167c0-1.516 1.206-2.722 2.722-2.722zM4.333 10.556h23.333v14.389c0 1.516-1.206 2.722-2.722 2.722h-17.889c-1.516 0-2.722-1.206-2.722-2.722v-14.389zM21.865 13.654c-0.344-0.006-0.673 0.14-0.899 0.398l-6.18 6.863-3.018-3.018c-0.292-0.304-0.727-0.425-1.135-0.318-0.408 0.106-0.727 0.425-0.834 0.833s0.015 0.841 0.318 1.135l3.889 3.889c0.226 0.226 0.535 0.351 0.856 0.342 0.319-0.008 0.622-0.148 0.837-0.386l7-7.778c0.312-0.337 0.398-0.828 0.218-1.251-0.18-0.424-0.593-0.701-1.054-0.709h0.001z"></path>
|
|
5
|
+
</svg>
|
package/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export { default as CompanySetup } from './CompanySetup';
|
|
|
15
15
|
export { default as Department } from './Department';
|
|
16
16
|
export { default as Description } from './Description';
|
|
17
17
|
export { default as Hud } from './Hud';
|
|
18
|
+
export { default as JumpTo } from './JumpTo';
|
|
18
19
|
export { default as Limited } from './Limited';
|
|
19
20
|
export { default as Logout } from './Logout';
|
|
20
21
|
export { default as Message } from './Message';
|
|
@@ -68,6 +69,7 @@ export { default as Askfirst } from './Askfirst';
|
|
|
68
69
|
export { default as Assignment } from './Assignment';
|
|
69
70
|
export { default as Asterisk } from './Asterisk';
|
|
70
71
|
export { default as Attachment } from './Attachment';
|
|
72
|
+
export { default as AudioLow } from './AudioLow';
|
|
71
73
|
export { default as Audio } from './Audio';
|
|
72
74
|
export { default as AvatarRooms } from './AvatarRooms';
|
|
73
75
|
export { default as Barge } from './Barge';
|
|
@@ -189,6 +191,7 @@ export { default as HoldAnswer } from './HoldAnswer';
|
|
|
189
191
|
export { default as Hold } from './Hold';
|
|
190
192
|
export { default as HoldcallBorder } from './HoldcallBorder';
|
|
191
193
|
export { default as HorizontalLine } from './HorizontalLine';
|
|
194
|
+
export { default as HybridContact } from './HybridContact';
|
|
192
195
|
export { default as Ical } from './Ical';
|
|
193
196
|
export { default as Ignore } from './Ignore';
|
|
194
197
|
export { default as ImageBrokenD } from './ImageBrokenD';
|
|
@@ -379,6 +382,7 @@ export { default as ThumbupBorder } from './ThumbupBorder';
|
|
|
379
382
|
export { default as Thumbup } from './Thumbup';
|
|
380
383
|
export { default as TimeBorder } from './TimeBorder';
|
|
381
384
|
export { default as Time } from './Time';
|
|
385
|
+
export { default as TodayCalendarIco } from './TodayCalendarIco';
|
|
382
386
|
export { default as Transcription } from './Transcription';
|
|
383
387
|
export { default as TransferCall } from './TransferCall';
|
|
384
388
|
export { default as TransferCallBorder } from './TransferCallBorder';
|
package/index.js
CHANGED
|
@@ -34,6 +34,8 @@ var Description_1 = require("./Description");
|
|
|
34
34
|
exports.Description = Description_1.default;
|
|
35
35
|
var Hud_1 = require("./Hud");
|
|
36
36
|
exports.Hud = Hud_1.default;
|
|
37
|
+
var JumpTo_1 = require("./JumpTo");
|
|
38
|
+
exports.JumpTo = JumpTo_1.default;
|
|
37
39
|
var Limited_1 = require("./Limited");
|
|
38
40
|
exports.Limited = Limited_1.default;
|
|
39
41
|
var Logout_1 = require("./Logout");
|
|
@@ -140,6 +142,8 @@ var Asterisk_1 = require("./Asterisk");
|
|
|
140
142
|
exports.Asterisk = Asterisk_1.default;
|
|
141
143
|
var Attachment_1 = require("./Attachment");
|
|
142
144
|
exports.Attachment = Attachment_1.default;
|
|
145
|
+
var AudioLow_1 = require("./AudioLow");
|
|
146
|
+
exports.AudioLow = AudioLow_1.default;
|
|
143
147
|
var Audio_1 = require("./Audio");
|
|
144
148
|
exports.Audio = Audio_1.default;
|
|
145
149
|
var AvatarRooms_1 = require("./AvatarRooms");
|
|
@@ -382,6 +386,8 @@ var HoldcallBorder_1 = require("./HoldcallBorder");
|
|
|
382
386
|
exports.HoldcallBorder = HoldcallBorder_1.default;
|
|
383
387
|
var HorizontalLine_1 = require("./HorizontalLine");
|
|
384
388
|
exports.HorizontalLine = HorizontalLine_1.default;
|
|
389
|
+
var HybridContact_1 = require("./HybridContact");
|
|
390
|
+
exports.HybridContact = HybridContact_1.default;
|
|
385
391
|
var Ical_1 = require("./Ical");
|
|
386
392
|
exports.Ical = Ical_1.default;
|
|
387
393
|
var Ignore_1 = require("./Ignore");
|
|
@@ -762,6 +768,8 @@ var TimeBorder_1 = require("./TimeBorder");
|
|
|
762
768
|
exports.TimeBorder = TimeBorder_1.default;
|
|
763
769
|
var Time_1 = require("./Time");
|
|
764
770
|
exports.Time = Time_1.default;
|
|
771
|
+
var TodayCalendarIco_1 = require("./TodayCalendarIco");
|
|
772
|
+
exports.TodayCalendarIco = TodayCalendarIco_1.default;
|
|
765
773
|
var Transcription_1 = require("./Transcription");
|
|
766
774
|
exports.Transcription = Transcription_1.default;
|
|
767
775
|
var TransferCall_1 = require("./TransferCall");
|