@ringcentral/juno-icon 1.57.0 → 1.58.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/PersonalMeeting.js +2 -2
- package/Transcribe.d.ts +3 -0
- package/Transcribe.js +10 -0
- package/es6/PersonalMeeting.js +2 -2
- package/es6/Transcribe.js +8 -0
- package/es6/icon-personal-meeting.svg +2 -2
- package/es6/icon-transcribe.svg +5 -0
- package/es6/index.js +1 -0
- package/icon-personal-meeting.svg +2 -2
- package/icon-transcribe.svg +5 -0
- package/index.d.ts +1 -0
- package/index.js +2 -0
- package/package.json +1 -1
package/PersonalMeeting.js
CHANGED
|
@@ -4,8 +4,8 @@ var tslib_1 = require("tslib");
|
|
|
4
4
|
var React = tslib_1.__importStar(require("react"));
|
|
5
5
|
var react_1 = require("react");
|
|
6
6
|
var PersonalMeeting = 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: "
|
|
8
|
-
React.createElement("path", { d: "
|
|
7
|
+
React.createElement("path", { d: "M22.222 6.222a2.667 2.667 0 0 1 2.667 2.667v2.153l3.17-1.672a1.777 1.777 0 0 1 2.163 1.736v9.79a1.778 1.778 0 0 1-2.164 1.736l-3.17-1.673v2.154a2.667 2.667 0 0 1-2.667 2.667H4.443a2.667 2.667 0 0 1-2.667-2.667V8.891a2.667 2.667 0 0 1 2.667-2.667h17.778zm0 1.778H4.444a.889.889 0 0 0-.883.785l-.006.104v14.222c0 .456.343.832.785.883l.104.006h17.778a.889.889 0 0 0 .883-.785l.006-.104V8.889a.889.889 0 0 0-.785-.883L22.222 8zm6.222 3.105-3.556 1.877v6.037l3.556 1.876v-9.79z" }),
|
|
8
|
+
React.createElement("path", { d: "M14.373 16.369c1.169-.403 1.925-1.453 1.925-2.837 0-3.971-6.042-3.971-6.042 0 0 1.384.756 2.434 1.925 2.837-3.097.343-3.381 2.204-3.381 4.415h1.493c0-2.049 0-2.985 2.985-2.985s2.984.936 2.984 2.985h1.493c0-2.211-.284-4.072-3.381-4.415zm-2.624-2.836c0-1.131.823-1.533 1.528-1.533s1.528.402 1.528 1.533c0 .958-.571 1.531-1.528 1.531s-1.528-.573-1.528-1.531z" }))); }));
|
|
9
9
|
PersonalMeeting.displayName = 'PersonalMeeting';
|
|
10
10
|
PersonalMeeting['iconName'] = 'personal-meeting';
|
|
11
11
|
exports.default = PersonalMeeting;
|
package/Transcribe.d.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const Transcribe: 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 Transcribe;
|
package/Transcribe.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 Transcribe = 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 9h18v3H7V9zm0 5h18v3H7v-3zm0 5h14v3H7v-3z" }))); }));
|
|
8
|
+
Transcribe.displayName = 'Transcribe';
|
|
9
|
+
Transcribe['iconName'] = 'transcribe';
|
|
10
|
+
exports.default = Transcribe;
|
package/es6/PersonalMeeting.js
CHANGED
|
@@ -2,8 +2,8 @@ import { __assign } from "tslib";
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { forwardRef, memo } from 'react';
|
|
4
4
|
var PersonalMeeting = 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: "
|
|
6
|
-
React.createElement("path", { d: "
|
|
5
|
+
React.createElement("path", { d: "M22.222 6.222a2.667 2.667 0 0 1 2.667 2.667v2.153l3.17-1.672a1.777 1.777 0 0 1 2.163 1.736v9.79a1.778 1.778 0 0 1-2.164 1.736l-3.17-1.673v2.154a2.667 2.667 0 0 1-2.667 2.667H4.443a2.667 2.667 0 0 1-2.667-2.667V8.891a2.667 2.667 0 0 1 2.667-2.667h17.778zm0 1.778H4.444a.889.889 0 0 0-.883.785l-.006.104v14.222c0 .456.343.832.785.883l.104.006h17.778a.889.889 0 0 0 .883-.785l.006-.104V8.889a.889.889 0 0 0-.785-.883L22.222 8zm6.222 3.105-3.556 1.877v6.037l3.556 1.876v-9.79z" }),
|
|
6
|
+
React.createElement("path", { d: "M14.373 16.369c1.169-.403 1.925-1.453 1.925-2.837 0-3.971-6.042-3.971-6.042 0 0 1.384.756 2.434 1.925 2.837-3.097.343-3.381 2.204-3.381 4.415h1.493c0-2.049 0-2.985 2.985-2.985s2.984.936 2.984 2.985h1.493c0-2.211-.284-4.072-3.381-4.415zm-2.624-2.836c0-1.131.823-1.533 1.528-1.533s1.528.402 1.528 1.533c0 .958-.571 1.531-1.528 1.531s-1.528-.573-1.528-1.531z" }))); }));
|
|
7
7
|
PersonalMeeting.displayName = 'PersonalMeeting';
|
|
8
8
|
PersonalMeeting['iconName'] = 'personal-meeting';
|
|
9
9
|
export default PersonalMeeting;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { forwardRef, memo } from 'react';
|
|
4
|
+
var Transcribe = 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 9h18v3H7V9zm0 5h18v3H7v-3zm0 5h14v3H7v-3z" }))); }));
|
|
6
|
+
Transcribe.displayName = 'Transcribe';
|
|
7
|
+
Transcribe['iconName'] = 'transcribe';
|
|
8
|
+
export default Transcribe;
|
|
@@ -1,6 +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>personal-meeting</title>
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
4
|
+
<path d="M22.222 6.222c1.473 0 2.667 1.194 2.667 2.667v2.153l3.17-1.672c0.959-0.213 1.908 0.391 2.121 1.35 0.028 0.127 0.042 0.256 0.042 0.386v9.79c0 0.982-0.796 1.778-1.778 1.778-0.13 0-0.259-0.014-0.386-0.042l-3.17-1.673v2.154c0 1.473-1.194 2.667-2.667 2.667h-17.778c-1.473 0-2.667-1.194-2.667-2.667v-14.222c0-1.473 1.194-2.667 2.667-2.667l17.778-0zM22.222 8h-17.778c-0.456 0-0.832 0.343-0.883 0.785l-0.006 0.104v14.222c0 0.456 0.343 0.832 0.785 0.883l0.104 0.006h17.778c0.456 0 0.832-0.343 0.883-0.785l0.006-0.104v-14.222c0-0.456-0.343-0.832-0.785-0.883l-0.104-0.006zM28.444 11.105l-3.556 1.877v6.037l3.556 1.876v-9.79z"></path>
|
|
5
|
+
<path d="M14.373 16.369c1.169-0.403 1.925-1.453 1.925-2.837 0-3.971-6.042-3.971-6.042 0 0 1.384 0.756 2.434 1.925 2.837-3.097 0.343-3.381 2.204-3.381 4.415h1.493c0-2.049 0-2.985 2.985-2.985s2.984 0.936 2.984 2.985h1.493c0-2.211-0.284-4.072-3.381-4.415zM11.749 13.533c0-1.131 0.823-1.533 1.528-1.533s1.528 0.402 1.528 1.533c0 0.958-0.571 1.531-1.528 1.531s-1.528-0.573-1.528-1.531z"></path>
|
|
6
6
|
</svg>
|
package/es6/index.js
CHANGED
|
@@ -500,6 +500,7 @@ export { default as TimeBorder } from './TimeBorder';
|
|
|
500
500
|
export { default as Time } from './Time';
|
|
501
501
|
export { default as TodayCalendarIco } from './TodayCalendarIco';
|
|
502
502
|
export { default as TransciptSp } from './TransciptSp';
|
|
503
|
+
export { default as Transcribe } from './Transcribe';
|
|
503
504
|
export { default as TranscriptBottom } from './TranscriptBottom';
|
|
504
505
|
export { default as Transcript } from './Transcript';
|
|
505
506
|
export { default as Transcription } from './Transcription';
|
|
@@ -1,6 +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>personal-meeting</title>
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
4
|
+
<path d="M22.222 6.222c1.473 0 2.667 1.194 2.667 2.667v2.153l3.17-1.672c0.959-0.213 1.908 0.391 2.121 1.35 0.028 0.127 0.042 0.256 0.042 0.386v9.79c0 0.982-0.796 1.778-1.778 1.778-0.13 0-0.259-0.014-0.386-0.042l-3.17-1.673v2.154c0 1.473-1.194 2.667-2.667 2.667h-17.778c-1.473 0-2.667-1.194-2.667-2.667v-14.222c0-1.473 1.194-2.667 2.667-2.667l17.778-0zM22.222 8h-17.778c-0.456 0-0.832 0.343-0.883 0.785l-0.006 0.104v14.222c0 0.456 0.343 0.832 0.785 0.883l0.104 0.006h17.778c0.456 0 0.832-0.343 0.883-0.785l0.006-0.104v-14.222c0-0.456-0.343-0.832-0.785-0.883l-0.104-0.006zM28.444 11.105l-3.556 1.877v6.037l3.556 1.876v-9.79z"></path>
|
|
5
|
+
<path d="M14.373 16.369c1.169-0.403 1.925-1.453 1.925-2.837 0-3.971-6.042-3.971-6.042 0 0 1.384 0.756 2.434 1.925 2.837-3.097 0.343-3.381 2.204-3.381 4.415h1.493c0-2.049 0-2.985 2.985-2.985s2.984 0.936 2.984 2.985h1.493c0-2.211-0.284-4.072-3.381-4.415zM11.749 13.533c0-1.131 0.823-1.533 1.528-1.533s1.528 0.402 1.528 1.533c0 0.958-0.571 1.531-1.528 1.531s-1.528-0.573-1.528-1.531z"></path>
|
|
6
6
|
</svg>
|
package/index.d.ts
CHANGED
|
@@ -500,6 +500,7 @@ export { default as TimeBorder } from './TimeBorder';
|
|
|
500
500
|
export { default as Time } from './Time';
|
|
501
501
|
export { default as TodayCalendarIco } from './TodayCalendarIco';
|
|
502
502
|
export { default as TransciptSp } from './TransciptSp';
|
|
503
|
+
export { default as Transcribe } from './Transcribe';
|
|
503
504
|
export { default as TranscriptBottom } from './TranscriptBottom';
|
|
504
505
|
export { default as Transcript } from './Transcript';
|
|
505
506
|
export { default as Transcription } from './Transcription';
|
package/index.js
CHANGED
|
@@ -1004,6 +1004,8 @@ var TodayCalendarIco_1 = require("./TodayCalendarIco");
|
|
|
1004
1004
|
exports.TodayCalendarIco = TodayCalendarIco_1.default;
|
|
1005
1005
|
var TransciptSp_1 = require("./TransciptSp");
|
|
1006
1006
|
exports.TransciptSp = TransciptSp_1.default;
|
|
1007
|
+
var Transcribe_1 = require("./Transcribe");
|
|
1008
|
+
exports.Transcribe = Transcribe_1.default;
|
|
1007
1009
|
var TranscriptBottom_1 = require("./TranscriptBottom");
|
|
1008
1010
|
exports.TranscriptBottom = TranscriptBottom_1.default;
|
|
1009
1011
|
var Transcript_1 = require("./Transcript");
|