@ringcentral/juno-icon 1.84.1 → 1.85.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/AiWriterMenu.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 AiWriterMenu = 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: "M21.265 1.132h2.24l1.61 4.185c.248.644.305.767.372.862.078.109.173.205.283.283.094.067.218.124.862.372l4.185 1.61v2.24l-4.185 1.61c-.644.248-.767.305-.862.372a1.207 1.207 0 0 0-.283.283c-.067.095-.124.218-.372.862l-1.61 4.185h-2.24l-1.61-4.185c-.248-.644-.305-.767-.372-.862a1.207 1.207 0 0 0-.283-.283c-.095-.067-.218-.124-.862-.372l-4.185-1.61v-2.24l4.185-1.61c.644-.248.767-.305.862-.372.109-.078.205-.173.283-.283.067-.095.124-.218.372-.862l1.61-4.185zm1.12 3.774-.49 1.273-.038.1c-.187.488-.352.918-.617 1.291-.233.328-.52.615-.848.848-.373.266-.803.43-1.291.617l-.1.038-1.273.49 1.273.49.1.038c.488.187.918.352 1.291.617.328.233.615.52.848.848.266.373.43.803.617 1.291l.038.1.49 1.273.49-1.273.038-.1c.187-.488.352-.918.617-1.291.233-.328.52-.615.848-.848.373-.266.803-.43 1.291-.617l.1-.038 1.273-.49-1.273-.49-.1-.038c-.488-.187-.918-.352-1.291-.617a3.593 3.593 0 0 1-.848-.848c-.266-.373-.43-.803-.617-1.291l-.038-.1-.49-1.273zM4.739 15.754a1.852 1.852 0 0 1 2.601-.227l8.935 7.846c.259.22.458.517.565.857l1.171 3.758-3.9-.525a1.833 1.833 0 0 1-.926-.402l-8.952-7.858a1.817 1.817 0 0 1-.639-1.226l-.001-.012-.001-.017a1.823 1.823 0 0 1 .427-1.34l.72-.854zm3.806-1.622.361-.425-.004-.004-.119.137.117-.139a4.252 4.252 0 0 0-5.989.497l-.721.854a4.22 4.22 0 0 0-.99 3.084l.001.009.001.014a4.219 4.219 0 0 0 1.47 2.863l8.927 7.836.44-.501-.433.508.004.004c.601.51 1.345.854 2.175.969l.005.001 7.634 1.027-2.293-7.358a4.269 4.269 0 0 0-1.293-1.96l-8.925-7.837-.368.419z" }))); }));
7
+ React.createElement("path", { d: "M19.541 6h1.507l1.083 2.815c.167.433.205.516.25.58a.78.78 0 0 0 .19.19c.064.045.147.083.58.25l2.815 1.083v1.507l-2.815 1.083c-.433.167-.516.205-.58.25a.797.797 0 0 0-.19.19c-.045.064-.084.147-.25.58l-1.083 2.815h-1.507l-1.083-2.815c-.167-.433-.205-.516-.25-.58a.797.797 0 0 0-.19-.19c-.064-.045-.147-.083-.58-.25l-2.815-1.083v-1.507l2.815-1.083c.433-.167.516-.205.58-.25a.797.797 0 0 0 .19-.19c.045-.064.084-.147.25-.58L19.541 6zm.753 2.538-.329.856-.026.067c-.126.328-.237.617-.415.868-.157.221-.35.413-.57.57-.251.179-.54.29-.868.415l-.067.026-.856.329.856.329.067.026c.328.126.617.237.868.415.221.157.413.35.57.57.179.251.29.54.415.868l.026.067.329.856.329-.856.026-.067c.126-.328.237-.617.415-.868.157-.221.35-.413.57-.57.251-.179.54-.29.868-.415l.067-.026.856-.329-.856-.329-.067-.026c-.328-.126-.617-.237-.868-.415a2.429 2.429 0 0 1-.57-.57c-.179-.251-.289-.54-.415-.868l-.026-.067-.329-.856zM8.426 15.835a1.246 1.246 0 0 1 1.75-.153l6.01 5.277c.174.148.308.348.38.576l.788 2.528-2.623-.353a1.244 1.244 0 0 1-.623-.27l-6.021-5.285a1.222 1.222 0 0 1-.43-.825v-.008l-.001-.011a1.223 1.223 0 0 1 .287-.901l.485-.574zm2.56-1.091.243-.286-.003-.003-.001-.001a2.855 2.855 0 0 0-1.847-.676c-.875 0-1.657.393-2.182 1.011l-.485.574a2.839 2.839 0 0 0-.666 2.074v.006l.001.009c.064.771.435 1.452.989 1.925l6.005 5.271.296-.337-.291.342.003.003c.404.343.904.574 1.463.652h.003l5.135.691-1.542-4.949a2.87 2.87 0 0 0-.87-1.318l-6.003-5.271-.248.282z" }))); }));
8
8
  AiWriterMenu.displayName = 'AiWriterMenu';
9
9
  AiWriterMenu['iconName'] = 'ai-writer-menu';
10
10
  exports.default = AiWriterMenu;
package/CameraFilled.js CHANGED
@@ -4,7 +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 CameraFilled = 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 2a7 7 0 0 1 7 7v14a7 7 0 0 1-7 7H9a7 7 0 0 1-7-7V9a7 7 0 0 1 7-7h14zm-7 8.75a5.25 5.25 0 1 0 .001 10.501A5.25 5.25 0 0 0 16 10.75zm7-3.5a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 23 7.25z" }))); }));
7
+ React.createElement("path", { d: "M22.2 5.6a2 2 0 0 0-2-2H3.8a2 2 0 0 0-2 2V20a2 2 0 0 0 2 2h8.232c.408-5.149 4.715-9.2 9.968-9.2l.2.002V5.6zM30.2 17.075a10 10 0 0 0-7-4.204V9.917a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106v.002a1 1 0 0 1 .993.883l.007.117v9.657zM22 26.8a4 4 0 1 0 0-8 4 4 0 0 0 0 8z" }),
8
+ React.createElement("path", { d: "M22 30.8a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-2a6 6 0 1 1 0-12 6 6 0 0 1 0 12z" }))); }));
8
9
  CameraFilled.displayName = 'CameraFilled';
9
10
  CameraFilled['iconName'] = 'camera-filled';
10
11
  exports.default = CameraFilled;
package/CameraOutlined.js CHANGED
@@ -4,7 +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 CameraOutlined = 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 2a7 7 0 0 1 7 7v14a7 7 0 0 1-7 7H9a7 7 0 0 1-7-7V9a7 7 0 0 1 7-7h14zm0 2.1H9a4.9 4.9 0 0 0-4.891 4.601L4.1 9v14a4.9 4.9 0 0 0 4.601 4.891L9 27.9h14a4.9 4.9 0 0 0 4.891-4.602l.009-.299v-14a4.9 4.9 0 0 0-4.602-4.891l-.299-.009zm-7 6.3a5.6 5.6 0 1 1 0 11.2 5.6 5.6 0 0 1 0-11.2zm0 2.1a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7zm7-5.25a1.75 1.75 0 1 1-.001 3.501A1.75 1.75 0 0 1 23 7.25z" }))); }));
7
+ React.createElement("path", { d: "M20.2 3.6a2 2 0 0 1 2 2v7.202L22 12.8c-.615 0-1.216.055-1.8.162V6.6a1 1 0 0 0-1-1H4.8a1 1 0 0 0-1 1V19a1 1 0 0 0 1 1h7.597a9.989 9.989 0 0 0-.366 2H3.799a2 2 0 0 1-2-2V5.6a2 2 0 0 1 2-2h16.4zM30.2 17.075V7.418l-.007-.117a1 1 0 0 0-.993-.883v-.002c-.155 0-.308.037-.447.106l-5 2.5-.108.063a1 1 0 0 0-.445.832v2.954c.691.083 1.36.236 2 .452v-2.787l3-1.5v5.917c.765.605 1.44 1.32 2 2.121zM22 26.8a4 4 0 1 0 0-8 4 4 0 0 0 0 8z" }),
8
+ React.createElement("path", { d: "M22 30.8a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-2a6 6 0 1 1 0-12 6 6 0 0 1 0 12z" }))); }));
8
9
  CameraOutlined.displayName = 'CameraOutlined';
9
10
  CameraOutlined['iconName'] = 'camera-outlined';
10
11
  exports.default = CameraOutlined;
package/UsFlagTcr.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const UsFlagTcr: 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 UsFlagTcr;
package/UsFlagTcr.js ADDED
@@ -0,0 +1,12 @@
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 UsFlagTcr = 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: "#f0f0f0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16z" }),
8
+ React.createElement("path", { fill: "#d80027", d: "M15.304 16H32c0-1.444-.193-2.843-.551-4.174H15.305V16zM15.304 7.651h14.347a16.083 16.083 0 0 0-3.692-4.174H15.304v4.174zM16 32c3.766 0 7.227-1.302 9.96-3.478H6.041A15.93 15.93 0 0 0 16.001 32zM2.348 24.346h27.303a15.917 15.917 0 0 0 1.797-4.174H.55a15.917 15.917 0 0 0 1.797 4.174z" }),
9
+ React.createElement("path", { fill: "#0052b4", d: "M7.412 2.499H8.87l-1.356.985.518 1.594-1.356-.985-1.356.985.447-1.377A16.075 16.075 0 0 0 2.664 7.16h.467l-.863.627c-.135.224-.264.452-.387.684l.412 1.269-.769-.559c-.191.405-.366.819-.523 1.242l.454 1.398h1.676l-1.356.985.518 1.594-1.356-.985-.812.59A16.215 16.215 0 0 0 .001 16h16V0a15.92 15.92 0 0 0-8.588 2.499zM8.031 14.4l-1.356-.985-1.356.985.518-1.594-1.356-.985h1.676l.518-1.594.518 1.594h1.676l-1.356.985.518 1.594zm-.518-6.255.518 1.594-1.356-.985-1.356.985.518-1.594-1.356-.985h1.676l.518-1.594.518 1.594h1.676l-1.356.985zm6.258 6.255-1.356-.985-1.356.985.518-1.594-1.356-.985h1.676l.518-1.594.518 1.594h1.676l-1.356.985.518 1.594zm-.519-6.255.518 1.594-1.356-.985-1.356.985.518-1.594-1.356-.985h1.676l.518-1.594.518 1.594h1.676l-1.356.985zm0-4.661.518 1.594-1.356-.985-1.356.985.518-1.594-1.356-.985h1.676l.518-1.594.518 1.594h1.676l-1.356.985z" }))); }));
10
+ UsFlagTcr.displayName = 'UsFlagTcr';
11
+ UsFlagTcr['iconName'] = 'us-flag-tcr';
12
+ exports.default = UsFlagTcr;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const WindowsKey: 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 WindowsKey;
package/WindowsKey.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 WindowsKey = 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: "M15.24 25.875H6.125V16.76h9.115v9.115zm10.635 0H16.76V16.76h9.115v9.115zM15.24 15.24H6.125V6.125h9.115v9.115zm10.635 0H16.76V6.125h9.115v9.115z" }))); }));
8
+ WindowsKey.displayName = 'WindowsKey';
9
+ WindowsKey['iconName'] = 'windows_key';
10
+ exports.default = WindowsKey;
@@ -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 AiWriterMenu = 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: "M21.265 1.132h2.24l1.61 4.185c.248.644.305.767.372.862.078.109.173.205.283.283.094.067.218.124.862.372l4.185 1.61v2.24l-4.185 1.61c-.644.248-.767.305-.862.372a1.207 1.207 0 0 0-.283.283c-.067.095-.124.218-.372.862l-1.61 4.185h-2.24l-1.61-4.185c-.248-.644-.305-.767-.372-.862a1.207 1.207 0 0 0-.283-.283c-.095-.067-.218-.124-.862-.372l-4.185-1.61v-2.24l4.185-1.61c.644-.248.767-.305.862-.372.109-.078.205-.173.283-.283.067-.095.124-.218.372-.862l1.61-4.185zm1.12 3.774-.49 1.273-.038.1c-.187.488-.352.918-.617 1.291-.233.328-.52.615-.848.848-.373.266-.803.43-1.291.617l-.1.038-1.273.49 1.273.49.1.038c.488.187.918.352 1.291.617.328.233.615.52.848.848.266.373.43.803.617 1.291l.038.1.49 1.273.49-1.273.038-.1c.187-.488.352-.918.617-1.291.233-.328.52-.615.848-.848.373-.266.803-.43 1.291-.617l.1-.038 1.273-.49-1.273-.49-.1-.038c-.488-.187-.918-.352-1.291-.617a3.593 3.593 0 0 1-.848-.848c-.266-.373-.43-.803-.617-1.291l-.038-.1-.49-1.273zM4.739 15.754a1.852 1.852 0 0 1 2.601-.227l8.935 7.846c.259.22.458.517.565.857l1.171 3.758-3.9-.525a1.833 1.833 0 0 1-.926-.402l-8.952-7.858a1.817 1.817 0 0 1-.639-1.226l-.001-.012-.001-.017a1.823 1.823 0 0 1 .427-1.34l.72-.854zm3.806-1.622.361-.425-.004-.004-.119.137.117-.139a4.252 4.252 0 0 0-5.989.497l-.721.854a4.22 4.22 0 0 0-.99 3.084l.001.009.001.014a4.219 4.219 0 0 0 1.47 2.863l8.927 7.836.44-.501-.433.508.004.004c.601.51 1.345.854 2.175.969l.005.001 7.634 1.027-2.293-7.358a4.269 4.269 0 0 0-1.293-1.96l-8.925-7.837-.368.419z" }))); }));
5
+ React.createElement("path", { d: "M19.541 6h1.507l1.083 2.815c.167.433.205.516.25.58a.78.78 0 0 0 .19.19c.064.045.147.083.58.25l2.815 1.083v1.507l-2.815 1.083c-.433.167-.516.205-.58.25a.797.797 0 0 0-.19.19c-.045.064-.084.147-.25.58l-1.083 2.815h-1.507l-1.083-2.815c-.167-.433-.205-.516-.25-.58a.797.797 0 0 0-.19-.19c-.064-.045-.147-.083-.58-.25l-2.815-1.083v-1.507l2.815-1.083c.433-.167.516-.205.58-.25a.797.797 0 0 0 .19-.19c.045-.064.084-.147.25-.58L19.541 6zm.753 2.538-.329.856-.026.067c-.126.328-.237.617-.415.868-.157.221-.35.413-.57.57-.251.179-.54.29-.868.415l-.067.026-.856.329.856.329.067.026c.328.126.617.237.868.415.221.157.413.35.57.57.179.251.29.54.415.868l.026.067.329.856.329-.856.026-.067c.126-.328.237-.617.415-.868.157-.221.35-.413.57-.57.251-.179.54-.29.868-.415l.067-.026.856-.329-.856-.329-.067-.026c-.328-.126-.617-.237-.868-.415a2.429 2.429 0 0 1-.57-.57c-.179-.251-.289-.54-.415-.868l-.026-.067-.329-.856zM8.426 15.835a1.246 1.246 0 0 1 1.75-.153l6.01 5.277c.174.148.308.348.38.576l.788 2.528-2.623-.353a1.244 1.244 0 0 1-.623-.27l-6.021-5.285a1.222 1.222 0 0 1-.43-.825v-.008l-.001-.011a1.223 1.223 0 0 1 .287-.901l.485-.574zm2.56-1.091.243-.286-.003-.003-.001-.001a2.855 2.855 0 0 0-1.847-.676c-.875 0-1.657.393-2.182 1.011l-.485.574a2.839 2.839 0 0 0-.666 2.074v.006l.001.009c.064.771.435 1.452.989 1.925l6.005 5.271.296-.337-.291.342.003.003c.404.343.904.574 1.463.652h.003l5.135.691-1.542-4.949a2.87 2.87 0 0 0-.87-1.318l-6.003-5.271-.248.282z" }))); }));
6
6
  AiWriterMenu.displayName = 'AiWriterMenu';
7
7
  AiWriterMenu['iconName'] = 'ai-writer-menu';
8
8
  export default AiWriterMenu;
@@ -2,7 +2,8 @@ import { __assign } from "tslib";
2
2
  import * as React from 'react';
3
3
  import { forwardRef, memo } from 'react';
4
4
  var CameraFilled = 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 2a7 7 0 0 1 7 7v14a7 7 0 0 1-7 7H9a7 7 0 0 1-7-7V9a7 7 0 0 1 7-7h14zm-7 8.75a5.25 5.25 0 1 0 .001 10.501A5.25 5.25 0 0 0 16 10.75zm7-3.5a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 23 7.25z" }))); }));
5
+ React.createElement("path", { d: "M22.2 5.6a2 2 0 0 0-2-2H3.8a2 2 0 0 0-2 2V20a2 2 0 0 0 2 2h8.232c.408-5.149 4.715-9.2 9.968-9.2l.2.002V5.6zM30.2 17.075a10 10 0 0 0-7-4.204V9.917a1 1 0 0 1 .445-.832l.108-.063 5-2.5c.139-.069.292-.106.447-.106v.002a1 1 0 0 1 .993.883l.007.117v9.657zM22 26.8a4 4 0 1 0 0-8 4 4 0 0 0 0 8z" }),
6
+ React.createElement("path", { d: "M22 30.8a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-2a6 6 0 1 1 0-12 6 6 0 0 1 0 12z" }))); }));
6
7
  CameraFilled.displayName = 'CameraFilled';
7
8
  CameraFilled['iconName'] = 'camera-filled';
8
9
  export default CameraFilled;
@@ -2,7 +2,8 @@ import { __assign } from "tslib";
2
2
  import * as React from 'react';
3
3
  import { forwardRef, memo } from 'react';
4
4
  var CameraOutlined = 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 2a7 7 0 0 1 7 7v14a7 7 0 0 1-7 7H9a7 7 0 0 1-7-7V9a7 7 0 0 1 7-7h14zm0 2.1H9a4.9 4.9 0 0 0-4.891 4.601L4.1 9v14a4.9 4.9 0 0 0 4.601 4.891L9 27.9h14a4.9 4.9 0 0 0 4.891-4.602l.009-.299v-14a4.9 4.9 0 0 0-4.602-4.891l-.299-.009zm-7 6.3a5.6 5.6 0 1 1 0 11.2 5.6 5.6 0 0 1 0-11.2zm0 2.1a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7zm7-5.25a1.75 1.75 0 1 1-.001 3.501A1.75 1.75 0 0 1 23 7.25z" }))); }));
5
+ React.createElement("path", { d: "M20.2 3.6a2 2 0 0 1 2 2v7.202L22 12.8c-.615 0-1.216.055-1.8.162V6.6a1 1 0 0 0-1-1H4.8a1 1 0 0 0-1 1V19a1 1 0 0 0 1 1h7.597a9.989 9.989 0 0 0-.366 2H3.799a2 2 0 0 1-2-2V5.6a2 2 0 0 1 2-2h16.4zM30.2 17.075V7.418l-.007-.117a1 1 0 0 0-.993-.883v-.002c-.155 0-.308.037-.447.106l-5 2.5-.108.063a1 1 0 0 0-.445.832v2.954c.691.083 1.36.236 2 .452v-2.787l3-1.5v5.917c.765.605 1.44 1.32 2 2.121zM22 26.8a4 4 0 1 0 0-8 4 4 0 0 0 0 8z" }),
6
+ React.createElement("path", { d: "M22 30.8a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-2a6 6 0 1 1 0-12 6 6 0 0 1 0 12z" }))); }));
6
7
  CameraOutlined.displayName = 'CameraOutlined';
7
8
  CameraOutlined['iconName'] = 'camera-outlined';
8
9
  export default CameraOutlined;
@@ -0,0 +1,10 @@
1
+ import { __assign } from "tslib";
2
+ import * as React from 'react';
3
+ import { forwardRef, memo } from 'react';
4
+ var UsFlagTcr = 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: "#f0f0f0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16z" }),
6
+ React.createElement("path", { fill: "#d80027", d: "M15.304 16H32c0-1.444-.193-2.843-.551-4.174H15.305V16zM15.304 7.651h14.347a16.083 16.083 0 0 0-3.692-4.174H15.304v4.174zM16 32c3.766 0 7.227-1.302 9.96-3.478H6.041A15.93 15.93 0 0 0 16.001 32zM2.348 24.346h27.303a15.917 15.917 0 0 0 1.797-4.174H.55a15.917 15.917 0 0 0 1.797 4.174z" }),
7
+ React.createElement("path", { fill: "#0052b4", d: "M7.412 2.499H8.87l-1.356.985.518 1.594-1.356-.985-1.356.985.447-1.377A16.075 16.075 0 0 0 2.664 7.16h.467l-.863.627c-.135.224-.264.452-.387.684l.412 1.269-.769-.559c-.191.405-.366.819-.523 1.242l.454 1.398h1.676l-1.356.985.518 1.594-1.356-.985-.812.59A16.215 16.215 0 0 0 .001 16h16V0a15.92 15.92 0 0 0-8.588 2.499zM8.031 14.4l-1.356-.985-1.356.985.518-1.594-1.356-.985h1.676l.518-1.594.518 1.594h1.676l-1.356.985.518 1.594zm-.518-6.255.518 1.594-1.356-.985-1.356.985.518-1.594-1.356-.985h1.676l.518-1.594.518 1.594h1.676l-1.356.985zm6.258 6.255-1.356-.985-1.356.985.518-1.594-1.356-.985h1.676l.518-1.594.518 1.594h1.676l-1.356.985.518 1.594zm-.519-6.255.518 1.594-1.356-.985-1.356.985.518-1.594-1.356-.985h1.676l.518-1.594.518 1.594h1.676l-1.356.985zm0-4.661.518 1.594-1.356-.985-1.356.985.518-1.594-1.356-.985h1.676l.518-1.594.518 1.594h1.676l-1.356.985z" }))); }));
8
+ UsFlagTcr.displayName = 'UsFlagTcr';
9
+ UsFlagTcr['iconName'] = 'us-flag-tcr';
10
+ export default UsFlagTcr;
@@ -0,0 +1,8 @@
1
+ import { __assign } from "tslib";
2
+ import * as React from 'react';
3
+ import { forwardRef, memo } from 'react';
4
+ var WindowsKey = 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: "M15.24 25.875H6.125V16.76h9.115v9.115zm10.635 0H16.76V16.76h9.115v9.115zM15.24 15.24H6.125V6.125h9.115v9.115zm10.635 0H16.76V6.125h9.115v9.115z" }))); }));
6
+ WindowsKey.displayName = 'WindowsKey';
7
+ WindowsKey['iconName'] = 'windows_key';
8
+ export default WindowsKey;
@@ -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>ai-writer-menu</title>
4
- <path d="M21.265 1.132h2.24l1.61 4.185c0.248 0.644 0.305 0.767 0.372 0.862 0.078 0.109 0.173 0.205 0.283 0.283 0.094 0.067 0.218 0.124 0.862 0.372l4.185 1.61v2.24l-4.185 1.61c-0.644 0.248-0.767 0.305-0.862 0.372-0.109 0.078-0.205 0.173-0.283 0.283-0.067 0.095-0.124 0.218-0.372 0.862l-1.61 4.185h-2.24l-1.61-4.185c-0.248-0.644-0.305-0.767-0.372-0.862-0.078-0.109-0.173-0.205-0.283-0.283-0.095-0.067-0.218-0.124-0.862-0.372l-4.185-1.61v-2.24l4.185-1.61c0.644-0.248 0.767-0.305 0.862-0.372 0.109-0.078 0.205-0.173 0.283-0.283 0.067-0.095 0.124-0.218 0.372-0.862l1.61-4.185zM22.385 4.906l-0.49 1.273c-0.013 0.034-0.026 0.067-0.038 0.1-0.187 0.488-0.352 0.918-0.617 1.291-0.233 0.328-0.52 0.615-0.848 0.848-0.373 0.266-0.803 0.43-1.291 0.617-0.033 0.013-0.067 0.025-0.1 0.038l-1.273 0.49 1.273 0.49c0.034 0.013 0.067 0.026 0.1 0.038 0.488 0.187 0.918 0.352 1.291 0.617 0.328 0.233 0.615 0.52 0.848 0.848 0.266 0.373 0.43 0.803 0.617 1.291 0.013 0.033 0.025 0.066 0.038 0.1l0.49 1.273 0.49-1.273c0.013-0.034 0.026-0.067 0.038-0.1 0.187-0.488 0.352-0.918 0.617-1.291 0.233-0.328 0.52-0.615 0.848-0.848 0.373-0.266 0.803-0.43 1.291-0.617 0.033-0.013 0.066-0.025 0.1-0.038l1.273-0.49-1.273-0.49c-0.034-0.013-0.067-0.026-0.1-0.038-0.488-0.187-0.918-0.352-1.291-0.617-0.328-0.233-0.615-0.52-0.848-0.848-0.266-0.373-0.43-0.803-0.617-1.291-0.013-0.033-0.026-0.066-0.038-0.1l-0.49-1.273z"></path>
5
- <path d="M4.739 15.754c0.347-0.406 0.852-0.656 1.415-0.656 0.452 0 0.864 0.16 1.186 0.429l8.935 7.846c0.259 0.22 0.458 0.517 0.565 0.857l1.171 3.758-3.9-0.525c-0.361-0.050-0.673-0.193-0.926-0.402l-8.952-7.858c-0.361-0.307-0.596-0.741-0.639-1.226l-0.001-0.012-0.001-0.017c-0.042-0.487 0.111-0.969 0.427-1.34l0.72-0.854zM8.545 14.132l0.361-0.425-0.004-0.004-0.119 0.137 0.117-0.139c-0.741-0.626-1.7-1.005-2.745-1.005-1.3 0-2.463 0.585-3.244 1.502l-0.721 0.854c-0.728 0.856-1.083 1.966-0.99 3.084l0.001 0.009 0.001 0.014c0.095 1.146 0.646 2.159 1.47 2.863l8.927 7.836 0.44-0.501-0.433 0.508 0.004 0.004c0.601 0.51 1.345 0.854 2.175 0.969l0.005 0.001 7.634 1.027-2.293-7.358c-0.241-0.765-0.691-1.445-1.293-1.96l-8.925-7.837-0.368 0.419z"></path>
4
+ <path d="M19.541 6h1.507l1.083 2.815c0.167 0.433 0.205 0.516 0.25 0.58 0.052 0.074 0.116 0.138 0.19 0.19 0.064 0.045 0.147 0.083 0.58 0.25l2.815 1.083v1.507l-2.815 1.083c-0.433 0.167-0.516 0.205-0.58 0.25-0.074 0.052-0.138 0.117-0.19 0.19-0.045 0.064-0.084 0.147-0.25 0.58l-1.083 2.815h-1.507l-1.083-2.815c-0.167-0.433-0.205-0.516-0.25-0.58-0.052-0.074-0.117-0.138-0.19-0.19-0.064-0.045-0.147-0.083-0.58-0.25l-2.815-1.083v-1.507l2.815-1.083c0.433-0.167 0.516-0.205 0.58-0.25 0.074-0.052 0.138-0.117 0.19-0.19 0.045-0.064 0.084-0.147 0.25-0.58l1.083-2.815zM20.294 8.538l-0.329 0.856c-0.009 0.023-0.017 0.045-0.026 0.067-0.126 0.328-0.237 0.617-0.415 0.868-0.157 0.221-0.35 0.413-0.57 0.57-0.251 0.179-0.54 0.29-0.868 0.415-0.022 0.009-0.045 0.017-0.067 0.026l-0.856 0.329 0.856 0.329c0.023 0.009 0.045 0.017 0.067 0.026 0.328 0.126 0.617 0.237 0.868 0.415 0.221 0.157 0.413 0.35 0.57 0.57 0.179 0.251 0.29 0.54 0.415 0.868 0.008 0.022 0.017 0.045 0.026 0.067l0.329 0.856 0.329-0.856c0.009-0.023 0.017-0.045 0.026-0.067 0.126-0.328 0.237-0.617 0.415-0.868 0.157-0.221 0.35-0.413 0.57-0.57 0.251-0.179 0.54-0.29 0.868-0.415 0.022-0.009 0.045-0.017 0.067-0.026l0.856-0.329-0.856-0.329c-0.023-0.009-0.045-0.017-0.067-0.026-0.328-0.126-0.617-0.237-0.868-0.415-0.221-0.157-0.413-0.35-0.57-0.57-0.179-0.251-0.289-0.54-0.415-0.868-0.009-0.022-0.017-0.045-0.026-0.067l-0.329-0.856z"></path>
5
+ <path d="M8.426 15.835c0.233-0.273 0.573-0.442 0.952-0.442 0.304 0 0.581 0.108 0.798 0.289l6.010 5.277c0.174 0.148 0.308 0.348 0.38 0.576l0.788 2.528-2.623-0.353c-0.243-0.034-0.452-0.13-0.623-0.27l-6.021-5.285c-0.243-0.207-0.401-0.498-0.43-0.825l-0-0.008-0.001-0.011c-0.029-0.328 0.075-0.652 0.287-0.901l0.485-0.574zM10.986 14.744l0.243-0.286-0.003-0.003-0.001-0.001c-0.498-0.421-1.144-0.676-1.847-0.676-0.875 0-1.657 0.393-2.182 1.011l-0.485 0.574c-0.49 0.576-0.728 1.322-0.666 2.074l0 0.006 0.001 0.009c0.064 0.771 0.435 1.452 0.989 1.925l6.005 5.271 0.296-0.337-0.291 0.342 0.003 0.003c0.404 0.343 0.904 0.574 1.463 0.652l0.003 0 5.135 0.691-1.542-4.949c-0.162-0.514-0.465-0.972-0.87-1.318l-6.003-5.271-0.248 0.282z"></path>
6
6
  </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>camera-filled</title>
4
- <path d="M23 2c3.866 0 7 3.134 7 7v14c0 3.866-3.134 7-7 7h-14c-3.866 0-7-3.134-7-7v-14c0-3.866 3.134-7 7-7h14zM16 10.75c-2.899 0-5.25 2.351-5.25 5.25s2.351 5.25 5.25 5.25c2.899 0 5.25-2.351 5.25-5.25s-2.351-5.25-5.25-5.25zM23 7.25c-0.966 0-1.75 0.784-1.75 1.75s0.784 1.75 1.75 1.75c0.966 0 1.75-0.784 1.75-1.75s-0.784-1.75-1.75-1.75z"></path>
4
+ <path d="M22.2 5.6c0-1.105-0.895-2-2-2h-16.4c-1.105 0-2 0.895-2 2v14.4c0 1.105 0.895 2 2 2h8.232c0.408-5.149 4.715-9.2 9.968-9.2 0.067 0 0.133 0.001 0.2 0.002v-7.202z"></path>
5
+ <path d="M30.2 17.075c-1.592-2.275-4.106-3.857-7-4.204v-2.954c0-0.337 0.169-0.648 0.445-0.832l0.108-0.063 5-2.5c0.139-0.069 0.292-0.106 0.447-0.106v0.002c0.513 0 0.936 0.386 0.993 0.883l0.007 0.117v9.657z"></path>
6
+ <path d="M22 26.8c2.209 0 4-1.791 4-4s-1.791-4-4-4c-2.209 0-4 1.791-4 4s1.791 4 4 4z"></path>
7
+ <path d="M22 30.8c4.418 0 8-3.582 8-8s-3.582-8-8-8c-4.418 0-8 3.582-8 8s3.582 8 8 8zM22 28.8c-3.314 0-6-2.686-6-6s2.686-6 6-6c3.314 0 6 2.686 6 6s-2.686 6-6 6z"></path>
5
8
  </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>camera-outlined</title>
4
- <path d="M23 2c3.866 0 7 3.134 7 7v14c0 3.866-3.134 7-7 7h-14c-3.866 0-7-3.134-7-7v-14c0-3.866 3.134-7 7-7h14zM23 4.1h-14c-2.606 0-4.737 2.034-4.891 4.601l-0.009 0.299v14c0 2.606 2.034 4.737 4.601 4.891l0.299 0.009h14c2.606 0 4.737-2.034 4.891-4.602l0.009-0.299v-14c0-2.606-2.034-4.737-4.602-4.891l-0.299-0.009zM16 10.4c3.093 0 5.6 2.507 5.6 5.6s-2.507 5.6-5.6 5.6c-3.093 0-5.6-2.507-5.6-5.6s2.507-5.6 5.6-5.6zM16 12.5c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5c1.933 0 3.5-1.567 3.5-3.5s-1.567-3.5-3.5-3.5zM23 7.25c0.966 0 1.75 0.784 1.75 1.75s-0.784 1.75-1.75 1.75c-0.966 0-1.75-0.784-1.75-1.75s0.784-1.75 1.75-1.75z"></path>
4
+ <path d="M20.2 3.6c1.105 0 2 0.895 2 2v7.202c-0.067-0.001-0.133-0.002-0.2-0.002-0.615 0-1.216 0.055-1.8 0.162v-6.362c0-0.552-0.448-1-1-1h-14.4c-0.552 0-1 0.448-1 1v12.4c0 0.552 0.448 1 1 1h7.597c-0.187 0.642-0.311 1.311-0.366 2h-8.232c-1.105 0-2-0.895-2-2v-14.4c0-1.105 0.895-2 2-2h16.4z"></path>
5
+ <path d="M30.2 17.075v-9.657l-0.007-0.117c-0.057-0.497-0.48-0.883-0.993-0.883v-0.002c-0.155 0-0.308 0.037-0.447 0.106l-5 2.5-0.108 0.063c-0.276 0.184-0.445 0.495-0.445 0.832v2.954c0.691 0.083 1.36 0.236 2 0.452v-2.787l3-1.5v5.917c0.765 0.605 1.44 1.32 2 2.121z"></path>
6
+ <path d="M22 26.8c2.209 0 4-1.791 4-4s-1.791-4-4-4c-2.209 0-4 1.791-4 4s1.791 4 4 4z"></path>
7
+ <path d="M22 30.8c4.418 0 8-3.582 8-8s-3.582-8-8-8c-4.418 0-8 3.582-8 8s3.582 8 8 8zM22 28.8c-3.314 0-6-2.686-6-6s2.686-6 6-6c3.314 0 6 2.686 6 6s-2.686 6-6 6z"></path>
5
8
  </svg>
@@ -0,0 +1,10 @@
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>us-flag-tcr</title>
4
+ <path fill="#f0f0f0" d="M16 32c8.837 0 16-7.163 16-16s-7.163-16-16-16c-8.837 0-16 7.163-16 16s7.163 16 16 16z"></path>
5
+ <path fill="#d80027" d="M15.304 16h16.696c0-1.444-0.193-2.843-0.551-4.174h-16.144v4.174z"></path>
6
+ <path fill="#d80027" d="M15.304 7.651h14.347c-0.979-1.598-2.232-3.011-3.692-4.174h-10.655v4.174z"></path>
7
+ <path fill="#d80027" d="M16 32c3.766 0 7.227-1.302 9.96-3.478h-19.919c2.733 2.177 6.194 3.478 9.96 3.478z"></path>
8
+ <path fill="#d80027" d="M2.348 24.346h27.303c0.786-1.283 1.396-2.686 1.797-4.174h-30.898c0.401 1.488 1.011 2.891 1.797 4.174z"></path>
9
+ <path fill="#0052b4" d="M7.412 2.499h1.458l-1.356 0.985 0.518 1.594-1.356-0.985-1.356 0.985 0.447-1.377c-1.194 0.995-2.241 2.16-3.103 3.459h0.467l-0.863 0.627c-0.135 0.224-0.264 0.452-0.387 0.684l0.412 1.269-0.769-0.559c-0.191 0.405-0.366 0.819-0.523 1.242l0.454 1.398h1.676l-1.356 0.985 0.518 1.594-1.356-0.985-0.812 0.59c-0.081 0.654-0.124 1.319-0.124 1.995h16c0-8.836 0-9.878 0-16-3.161 0-6.107 0.917-8.588 2.499zM8.031 14.4l-1.356-0.985-1.356 0.985 0.518-1.594-1.356-0.985h1.676l0.518-1.594 0.518 1.594h1.676l-1.356 0.985 0.518 1.594zM7.513 8.145l0.518 1.594-1.356-0.985-1.356 0.985 0.518-1.594-1.356-0.985h1.676l0.518-1.594 0.518 1.594h1.676l-1.356 0.985zM13.771 14.4l-1.356-0.985-1.356 0.985 0.518-1.594-1.356-0.985h1.676l0.518-1.594 0.518 1.594h1.676l-1.356 0.985 0.518 1.594zM13.252 8.145l0.518 1.594-1.356-0.985-1.356 0.985 0.518-1.594-1.356-0.985h1.676l0.518-1.594 0.518 1.594h1.676l-1.356 0.985zM13.252 3.484l0.518 1.594-1.356-0.985-1.356 0.985 0.518-1.594-1.356-0.985h1.676l0.518-1.594 0.518 1.594h1.676l-1.356 0.985z"></path>
10
+ </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>windows_key</title>
4
+ <path d="M15.24 25.875h-9.115v-9.115h9.115v9.115zM25.875 25.875h-9.115v-9.115h9.115v9.115zM15.24 15.24h-9.115v-9.115h9.115v9.115zM25.875 15.24h-9.115v-9.115h9.115v9.115z"></path>
5
+ </svg>
package/es6/index.js CHANGED
@@ -564,6 +564,7 @@ export { default as Unpin } from './Unpin';
564
564
  export { default as Unread } from './Unread';
565
565
  export { default as Unselect } from './Unselect';
566
566
  export { default as Update } from './Update';
567
+ export { default as UsFlagTcr } from './UsFlagTcr';
567
568
  export { default as UserDefault } from './UserDefault';
568
569
  export { default as VideoAndMessage } from './VideoAndMessage';
569
570
  export { default as VideoMeeting } from './VideoMeeting';
@@ -590,6 +591,7 @@ export { default as WhatsNew } from './WhatsNew';
590
591
  export { default as WhisperSp } from './WhisperSp';
591
592
  export { default as Whisper } from './Whisper';
592
593
  export { default as Whiteboard } from './Whiteboard';
594
+ export { default as WindowsKey } from './WindowsKey';
593
595
  export { default as Work } from './Work';
594
596
  export { default as WorkflowFilled } from './WorkflowFilled';
595
597
  export { default as WorkflowOutlined } from './WorkflowOutlined';
@@ -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>ai-writer-menu</title>
4
- <path d="M21.265 1.132h2.24l1.61 4.185c0.248 0.644 0.305 0.767 0.372 0.862 0.078 0.109 0.173 0.205 0.283 0.283 0.094 0.067 0.218 0.124 0.862 0.372l4.185 1.61v2.24l-4.185 1.61c-0.644 0.248-0.767 0.305-0.862 0.372-0.109 0.078-0.205 0.173-0.283 0.283-0.067 0.095-0.124 0.218-0.372 0.862l-1.61 4.185h-2.24l-1.61-4.185c-0.248-0.644-0.305-0.767-0.372-0.862-0.078-0.109-0.173-0.205-0.283-0.283-0.095-0.067-0.218-0.124-0.862-0.372l-4.185-1.61v-2.24l4.185-1.61c0.644-0.248 0.767-0.305 0.862-0.372 0.109-0.078 0.205-0.173 0.283-0.283 0.067-0.095 0.124-0.218 0.372-0.862l1.61-4.185zM22.385 4.906l-0.49 1.273c-0.013 0.034-0.026 0.067-0.038 0.1-0.187 0.488-0.352 0.918-0.617 1.291-0.233 0.328-0.52 0.615-0.848 0.848-0.373 0.266-0.803 0.43-1.291 0.617-0.033 0.013-0.067 0.025-0.1 0.038l-1.273 0.49 1.273 0.49c0.034 0.013 0.067 0.026 0.1 0.038 0.488 0.187 0.918 0.352 1.291 0.617 0.328 0.233 0.615 0.52 0.848 0.848 0.266 0.373 0.43 0.803 0.617 1.291 0.013 0.033 0.025 0.066 0.038 0.1l0.49 1.273 0.49-1.273c0.013-0.034 0.026-0.067 0.038-0.1 0.187-0.488 0.352-0.918 0.617-1.291 0.233-0.328 0.52-0.615 0.848-0.848 0.373-0.266 0.803-0.43 1.291-0.617 0.033-0.013 0.066-0.025 0.1-0.038l1.273-0.49-1.273-0.49c-0.034-0.013-0.067-0.026-0.1-0.038-0.488-0.187-0.918-0.352-1.291-0.617-0.328-0.233-0.615-0.52-0.848-0.848-0.266-0.373-0.43-0.803-0.617-1.291-0.013-0.033-0.026-0.066-0.038-0.1l-0.49-1.273z"></path>
5
- <path d="M4.739 15.754c0.347-0.406 0.852-0.656 1.415-0.656 0.452 0 0.864 0.16 1.186 0.429l8.935 7.846c0.259 0.22 0.458 0.517 0.565 0.857l1.171 3.758-3.9-0.525c-0.361-0.050-0.673-0.193-0.926-0.402l-8.952-7.858c-0.361-0.307-0.596-0.741-0.639-1.226l-0.001-0.012-0.001-0.017c-0.042-0.487 0.111-0.969 0.427-1.34l0.72-0.854zM8.545 14.132l0.361-0.425-0.004-0.004-0.119 0.137 0.117-0.139c-0.741-0.626-1.7-1.005-2.745-1.005-1.3 0-2.463 0.585-3.244 1.502l-0.721 0.854c-0.728 0.856-1.083 1.966-0.99 3.084l0.001 0.009 0.001 0.014c0.095 1.146 0.646 2.159 1.47 2.863l8.927 7.836 0.44-0.501-0.433 0.508 0.004 0.004c0.601 0.51 1.345 0.854 2.175 0.969l0.005 0.001 7.634 1.027-2.293-7.358c-0.241-0.765-0.691-1.445-1.293-1.96l-8.925-7.837-0.368 0.419z"></path>
4
+ <path d="M19.541 6h1.507l1.083 2.815c0.167 0.433 0.205 0.516 0.25 0.58 0.052 0.074 0.116 0.138 0.19 0.19 0.064 0.045 0.147 0.083 0.58 0.25l2.815 1.083v1.507l-2.815 1.083c-0.433 0.167-0.516 0.205-0.58 0.25-0.074 0.052-0.138 0.117-0.19 0.19-0.045 0.064-0.084 0.147-0.25 0.58l-1.083 2.815h-1.507l-1.083-2.815c-0.167-0.433-0.205-0.516-0.25-0.58-0.052-0.074-0.117-0.138-0.19-0.19-0.064-0.045-0.147-0.083-0.58-0.25l-2.815-1.083v-1.507l2.815-1.083c0.433-0.167 0.516-0.205 0.58-0.25 0.074-0.052 0.138-0.117 0.19-0.19 0.045-0.064 0.084-0.147 0.25-0.58l1.083-2.815zM20.294 8.538l-0.329 0.856c-0.009 0.023-0.017 0.045-0.026 0.067-0.126 0.328-0.237 0.617-0.415 0.868-0.157 0.221-0.35 0.413-0.57 0.57-0.251 0.179-0.54 0.29-0.868 0.415-0.022 0.009-0.045 0.017-0.067 0.026l-0.856 0.329 0.856 0.329c0.023 0.009 0.045 0.017 0.067 0.026 0.328 0.126 0.617 0.237 0.868 0.415 0.221 0.157 0.413 0.35 0.57 0.57 0.179 0.251 0.29 0.54 0.415 0.868 0.008 0.022 0.017 0.045 0.026 0.067l0.329 0.856 0.329-0.856c0.009-0.023 0.017-0.045 0.026-0.067 0.126-0.328 0.237-0.617 0.415-0.868 0.157-0.221 0.35-0.413 0.57-0.57 0.251-0.179 0.54-0.29 0.868-0.415 0.022-0.009 0.045-0.017 0.067-0.026l0.856-0.329-0.856-0.329c-0.023-0.009-0.045-0.017-0.067-0.026-0.328-0.126-0.617-0.237-0.868-0.415-0.221-0.157-0.413-0.35-0.57-0.57-0.179-0.251-0.289-0.54-0.415-0.868-0.009-0.022-0.017-0.045-0.026-0.067l-0.329-0.856z"></path>
5
+ <path d="M8.426 15.835c0.233-0.273 0.573-0.442 0.952-0.442 0.304 0 0.581 0.108 0.798 0.289l6.010 5.277c0.174 0.148 0.308 0.348 0.38 0.576l0.788 2.528-2.623-0.353c-0.243-0.034-0.452-0.13-0.623-0.27l-6.021-5.285c-0.243-0.207-0.401-0.498-0.43-0.825l-0-0.008-0.001-0.011c-0.029-0.328 0.075-0.652 0.287-0.901l0.485-0.574zM10.986 14.744l0.243-0.286-0.003-0.003-0.001-0.001c-0.498-0.421-1.144-0.676-1.847-0.676-0.875 0-1.657 0.393-2.182 1.011l-0.485 0.574c-0.49 0.576-0.728 1.322-0.666 2.074l0 0.006 0.001 0.009c0.064 0.771 0.435 1.452 0.989 1.925l6.005 5.271 0.296-0.337-0.291 0.342 0.003 0.003c0.404 0.343 0.904 0.574 1.463 0.652l0.003 0 5.135 0.691-1.542-4.949c-0.162-0.514-0.465-0.972-0.87-1.318l-6.003-5.271-0.248 0.282z"></path>
6
6
  </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>camera-filled</title>
4
- <path d="M23 2c3.866 0 7 3.134 7 7v14c0 3.866-3.134 7-7 7h-14c-3.866 0-7-3.134-7-7v-14c0-3.866 3.134-7 7-7h14zM16 10.75c-2.899 0-5.25 2.351-5.25 5.25s2.351 5.25 5.25 5.25c2.899 0 5.25-2.351 5.25-5.25s-2.351-5.25-5.25-5.25zM23 7.25c-0.966 0-1.75 0.784-1.75 1.75s0.784 1.75 1.75 1.75c0.966 0 1.75-0.784 1.75-1.75s-0.784-1.75-1.75-1.75z"></path>
4
+ <path d="M22.2 5.6c0-1.105-0.895-2-2-2h-16.4c-1.105 0-2 0.895-2 2v14.4c0 1.105 0.895 2 2 2h8.232c0.408-5.149 4.715-9.2 9.968-9.2 0.067 0 0.133 0.001 0.2 0.002v-7.202z"></path>
5
+ <path d="M30.2 17.075c-1.592-2.275-4.106-3.857-7-4.204v-2.954c0-0.337 0.169-0.648 0.445-0.832l0.108-0.063 5-2.5c0.139-0.069 0.292-0.106 0.447-0.106v0.002c0.513 0 0.936 0.386 0.993 0.883l0.007 0.117v9.657z"></path>
6
+ <path d="M22 26.8c2.209 0 4-1.791 4-4s-1.791-4-4-4c-2.209 0-4 1.791-4 4s1.791 4 4 4z"></path>
7
+ <path d="M22 30.8c4.418 0 8-3.582 8-8s-3.582-8-8-8c-4.418 0-8 3.582-8 8s3.582 8 8 8zM22 28.8c-3.314 0-6-2.686-6-6s2.686-6 6-6c3.314 0 6 2.686 6 6s-2.686 6-6 6z"></path>
5
8
  </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>camera-outlined</title>
4
- <path d="M23 2c3.866 0 7 3.134 7 7v14c0 3.866-3.134 7-7 7h-14c-3.866 0-7-3.134-7-7v-14c0-3.866 3.134-7 7-7h14zM23 4.1h-14c-2.606 0-4.737 2.034-4.891 4.601l-0.009 0.299v14c0 2.606 2.034 4.737 4.601 4.891l0.299 0.009h14c2.606 0 4.737-2.034 4.891-4.602l0.009-0.299v-14c0-2.606-2.034-4.737-4.602-4.891l-0.299-0.009zM16 10.4c3.093 0 5.6 2.507 5.6 5.6s-2.507 5.6-5.6 5.6c-3.093 0-5.6-2.507-5.6-5.6s2.507-5.6 5.6-5.6zM16 12.5c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5c1.933 0 3.5-1.567 3.5-3.5s-1.567-3.5-3.5-3.5zM23 7.25c0.966 0 1.75 0.784 1.75 1.75s-0.784 1.75-1.75 1.75c-0.966 0-1.75-0.784-1.75-1.75s0.784-1.75 1.75-1.75z"></path>
4
+ <path d="M20.2 3.6c1.105 0 2 0.895 2 2v7.202c-0.067-0.001-0.133-0.002-0.2-0.002-0.615 0-1.216 0.055-1.8 0.162v-6.362c0-0.552-0.448-1-1-1h-14.4c-0.552 0-1 0.448-1 1v12.4c0 0.552 0.448 1 1 1h7.597c-0.187 0.642-0.311 1.311-0.366 2h-8.232c-1.105 0-2-0.895-2-2v-14.4c0-1.105 0.895-2 2-2h16.4z"></path>
5
+ <path d="M30.2 17.075v-9.657l-0.007-0.117c-0.057-0.497-0.48-0.883-0.993-0.883v-0.002c-0.155 0-0.308 0.037-0.447 0.106l-5 2.5-0.108 0.063c-0.276 0.184-0.445 0.495-0.445 0.832v2.954c0.691 0.083 1.36 0.236 2 0.452v-2.787l3-1.5v5.917c0.765 0.605 1.44 1.32 2 2.121z"></path>
6
+ <path d="M22 26.8c2.209 0 4-1.791 4-4s-1.791-4-4-4c-2.209 0-4 1.791-4 4s1.791 4 4 4z"></path>
7
+ <path d="M22 30.8c4.418 0 8-3.582 8-8s-3.582-8-8-8c-4.418 0-8 3.582-8 8s3.582 8 8 8zM22 28.8c-3.314 0-6-2.686-6-6s2.686-6 6-6c3.314 0 6 2.686 6 6s-2.686 6-6 6z"></path>
5
8
  </svg>
@@ -0,0 +1,10 @@
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>us-flag-tcr</title>
4
+ <path fill="#f0f0f0" d="M16 32c8.837 0 16-7.163 16-16s-7.163-16-16-16c-8.837 0-16 7.163-16 16s7.163 16 16 16z"></path>
5
+ <path fill="#d80027" d="M15.304 16h16.696c0-1.444-0.193-2.843-0.551-4.174h-16.144v4.174z"></path>
6
+ <path fill="#d80027" d="M15.304 7.651h14.347c-0.979-1.598-2.232-3.011-3.692-4.174h-10.655v4.174z"></path>
7
+ <path fill="#d80027" d="M16 32c3.766 0 7.227-1.302 9.96-3.478h-19.919c2.733 2.177 6.194 3.478 9.96 3.478z"></path>
8
+ <path fill="#d80027" d="M2.348 24.346h27.303c0.786-1.283 1.396-2.686 1.797-4.174h-30.898c0.401 1.488 1.011 2.891 1.797 4.174z"></path>
9
+ <path fill="#0052b4" d="M7.412 2.499h1.458l-1.356 0.985 0.518 1.594-1.356-0.985-1.356 0.985 0.447-1.377c-1.194 0.995-2.241 2.16-3.103 3.459h0.467l-0.863 0.627c-0.135 0.224-0.264 0.452-0.387 0.684l0.412 1.269-0.769-0.559c-0.191 0.405-0.366 0.819-0.523 1.242l0.454 1.398h1.676l-1.356 0.985 0.518 1.594-1.356-0.985-0.812 0.59c-0.081 0.654-0.124 1.319-0.124 1.995h16c0-8.836 0-9.878 0-16-3.161 0-6.107 0.917-8.588 2.499zM8.031 14.4l-1.356-0.985-1.356 0.985 0.518-1.594-1.356-0.985h1.676l0.518-1.594 0.518 1.594h1.676l-1.356 0.985 0.518 1.594zM7.513 8.145l0.518 1.594-1.356-0.985-1.356 0.985 0.518-1.594-1.356-0.985h1.676l0.518-1.594 0.518 1.594h1.676l-1.356 0.985zM13.771 14.4l-1.356-0.985-1.356 0.985 0.518-1.594-1.356-0.985h1.676l0.518-1.594 0.518 1.594h1.676l-1.356 0.985 0.518 1.594zM13.252 8.145l0.518 1.594-1.356-0.985-1.356 0.985 0.518-1.594-1.356-0.985h1.676l0.518-1.594 0.518 1.594h1.676l-1.356 0.985zM13.252 3.484l0.518 1.594-1.356-0.985-1.356 0.985 0.518-1.594-1.356-0.985h1.676l0.518-1.594 0.518 1.594h1.676l-1.356 0.985z"></path>
10
+ </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>windows_key</title>
4
+ <path d="M15.24 25.875h-9.115v-9.115h9.115v9.115zM25.875 25.875h-9.115v-9.115h9.115v9.115zM15.24 15.24h-9.115v-9.115h9.115v9.115zM25.875 15.24h-9.115v-9.115h9.115v9.115z"></path>
5
+ </svg>
package/index.d.ts CHANGED
@@ -564,6 +564,7 @@ export { default as Unpin } from './Unpin';
564
564
  export { default as Unread } from './Unread';
565
565
  export { default as Unselect } from './Unselect';
566
566
  export { default as Update } from './Update';
567
+ export { default as UsFlagTcr } from './UsFlagTcr';
567
568
  export { default as UserDefault } from './UserDefault';
568
569
  export { default as VideoAndMessage } from './VideoAndMessage';
569
570
  export { default as VideoMeeting } from './VideoMeeting';
@@ -590,6 +591,7 @@ export { default as WhatsNew } from './WhatsNew';
590
591
  export { default as WhisperSp } from './WhisperSp';
591
592
  export { default as Whisper } from './Whisper';
592
593
  export { default as Whiteboard } from './Whiteboard';
594
+ export { default as WindowsKey } from './WindowsKey';
593
595
  export { default as Work } from './Work';
594
596
  export { default as WorkflowFilled } from './WorkflowFilled';
595
597
  export { default as WorkflowOutlined } from './WorkflowOutlined';
package/index.js CHANGED
@@ -1132,6 +1132,8 @@ var Unselect_1 = require("./Unselect");
1132
1132
  exports.Unselect = Unselect_1.default;
1133
1133
  var Update_1 = require("./Update");
1134
1134
  exports.Update = Update_1.default;
1135
+ var UsFlagTcr_1 = require("./UsFlagTcr");
1136
+ exports.UsFlagTcr = UsFlagTcr_1.default;
1135
1137
  var UserDefault_1 = require("./UserDefault");
1136
1138
  exports.UserDefault = UserDefault_1.default;
1137
1139
  var VideoAndMessage_1 = require("./VideoAndMessage");
@@ -1184,6 +1186,8 @@ var Whisper_1 = require("./Whisper");
1184
1186
  exports.Whisper = Whisper_1.default;
1185
1187
  var Whiteboard_1 = require("./Whiteboard");
1186
1188
  exports.Whiteboard = Whiteboard_1.default;
1189
+ var WindowsKey_1 = require("./WindowsKey");
1190
+ exports.WindowsKey = WindowsKey_1.default;
1187
1191
  var Work_1 = require("./Work");
1188
1192
  exports.Work = Work_1.default;
1189
1193
  var WorkflowFilled_1 = require("./WorkflowFilled");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ringcentral/juno-icon",
3
- "version": "1.84.1",
3
+ "version": "1.85.0",
4
4
  "author": "RingCentral",
5
5
  "license": "MIT",
6
6
  "main": "./index.js",