@ringcentral/juno-icon 1.29.0 → 1.31.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.
Files changed (86) hide show
  1. package/{PrisenceOffline.d.ts → AdvancedSetting.d.ts} +2 -2
  2. package/AdvancedSetting.js +10 -0
  3. package/Billing.d.ts +3 -0
  4. package/Billing.js +10 -0
  5. package/CalendarDay.d.ts +3 -0
  6. package/CalendarDay.js +10 -0
  7. package/CalendarMonth.d.ts +3 -0
  8. package/CalendarMonth.js +10 -0
  9. package/{PrisenceAway.d.ts → CalendarWeek.d.ts} +2 -2
  10. package/CalendarWeek.js +10 -0
  11. package/Features.d.ts +3 -0
  12. package/Features.js +10 -0
  13. package/FolderBorder.d.ts +3 -0
  14. package/FolderBorder.js +10 -0
  15. package/{PrisenceAvailable.d.ts → PresenceAvailable.d.ts} +2 -2
  16. package/PresenceAvailable.js +10 -0
  17. package/PresenceAway.d.ts +3 -0
  18. package/PresenceAway.js +10 -0
  19. package/PresenceDnd.d.ts +3 -0
  20. package/PresenceDnd.js +10 -0
  21. package/PresenceOffline.d.ts +3 -0
  22. package/PresenceOffline.js +10 -0
  23. package/Recent.d.ts +3 -0
  24. package/Recent.js +10 -0
  25. package/WhatIsNew.d.ts +3 -0
  26. package/WhatIsNew.js +10 -0
  27. package/es6/AdvancedSetting.js +8 -0
  28. package/es6/Billing.js +8 -0
  29. package/es6/CalendarDay.js +8 -0
  30. package/es6/CalendarMonth.js +8 -0
  31. package/es6/CalendarWeek.js +8 -0
  32. package/es6/Features.js +8 -0
  33. package/es6/FolderBorder.js +8 -0
  34. package/es6/PresenceAvailable.js +8 -0
  35. package/es6/PresenceAway.js +8 -0
  36. package/es6/PresenceDnd.js +8 -0
  37. package/es6/PresenceOffline.js +8 -0
  38. package/es6/Recent.js +8 -0
  39. package/es6/WhatIsNew.js +8 -0
  40. package/es6/icon-advanced-setting.svg +5 -0
  41. package/es6/icon-billing.svg +5 -0
  42. package/es6/icon-calendar-day.svg +5 -0
  43. package/es6/icon-calendar-month.svg +5 -0
  44. package/es6/icon-calendar-week.svg +5 -0
  45. package/es6/icon-features.svg +5 -0
  46. package/es6/icon-folder_border.svg +5 -0
  47. package/es6/icon-presence-available.svg +5 -0
  48. package/es6/icon-presence-away.svg +5 -0
  49. package/es6/icon-presence-dnd.svg +5 -0
  50. package/es6/icon-presence-offline.svg +5 -0
  51. package/es6/icon-recent.svg +5 -0
  52. package/es6/icon-what-is-new.svg +5 -0
  53. package/es6/index.js +13 -4
  54. package/icon-advanced-setting.svg +5 -0
  55. package/icon-billing.svg +5 -0
  56. package/icon-calendar-day.svg +5 -0
  57. package/icon-calendar-month.svg +5 -0
  58. package/icon-calendar-week.svg +5 -0
  59. package/icon-features.svg +5 -0
  60. package/icon-folder_border.svg +5 -0
  61. package/icon-presence-available.svg +5 -0
  62. package/icon-presence-away.svg +5 -0
  63. package/icon-presence-dnd.svg +5 -0
  64. package/icon-presence-offline.svg +5 -0
  65. package/icon-recent.svg +5 -0
  66. package/icon-what-is-new.svg +5 -0
  67. package/index.d.ts +13 -4
  68. package/index.js +26 -8
  69. package/package.json +1 -1
  70. package/PrisenceAvailable.js +0 -10
  71. package/PrisenceAway.js +0 -10
  72. package/PrisenceDontDisturb.d.ts +0 -3
  73. package/PrisenceDontDisturb.js +0 -10
  74. package/PrisenceOffline.js +0 -10
  75. package/es6/PrisenceAvailable.js +0 -8
  76. package/es6/PrisenceAway.js +0 -8
  77. package/es6/PrisenceDontDisturb.js +0 -8
  78. package/es6/PrisenceOffline.js +0 -8
  79. package/es6/icon-prisence-available.svg +0 -5
  80. package/es6/icon-prisence-away.svg +0 -5
  81. package/es6/icon-prisence-dont_disturb.svg +0 -5
  82. package/es6/icon-prisence-offline.svg +0 -5
  83. package/icon-prisence-available.svg +0 -5
  84. package/icon-prisence-away.svg +0 -5
  85. package/icon-prisence-dont_disturb.svg +0 -5
  86. package/icon-prisence-offline.svg +0 -5
package/index.js CHANGED
@@ -96,6 +96,8 @@ var AdminBorder_1 = require("./AdminBorder");
96
96
  exports.AdminBorder = AdminBorder_1.default;
97
97
  var Admin_1 = require("./Admin");
98
98
  exports.Admin = Admin_1.default;
99
+ var AdvancedSetting_1 = require("./AdvancedSetting");
100
+ exports.AdvancedSetting = AdvancedSetting_1.default;
99
101
  var Advanced_1 = require("./Advanced");
100
102
  exports.Advanced = Advanced_1.default;
101
103
  var AlignCenter_1 = require("./AlignCenter");
@@ -160,6 +162,8 @@ var AvatarRooms_1 = require("./AvatarRooms");
160
162
  exports.AvatarRooms = AvatarRooms_1.default;
161
163
  var Barge_1 = require("./Barge");
162
164
  exports.Barge = Barge_1.default;
165
+ var Billing_1 = require("./Billing");
166
+ exports.Billing = Billing_1.default;
163
167
  var Birthday_1 = require("./Birthday");
164
168
  exports.Birthday = Birthday_1.default;
165
169
  var Blocked_1 = require("./Blocked");
@@ -176,6 +180,12 @@ var BubbleLines_1 = require("./BubbleLines");
176
180
  exports.BubbleLines = BubbleLines_1.default;
177
181
  var BubbleLinesBorder_1 = require("./BubbleLinesBorder");
178
182
  exports.BubbleLinesBorder = BubbleLinesBorder_1.default;
183
+ var CalendarDay_1 = require("./CalendarDay");
184
+ exports.CalendarDay = CalendarDay_1.default;
185
+ var CalendarMonth_1 = require("./CalendarMonth");
186
+ exports.CalendarMonth = CalendarMonth_1.default;
187
+ var CalendarWeek_1 = require("./CalendarWeek");
188
+ exports.CalendarWeek = CalendarWeek_1.default;
179
189
  var CallAdd_1 = require("./CallAdd");
180
190
  exports.CallAdd = CallAdd_1.default;
181
191
  var CallList_1 = require("./CallList");
@@ -344,6 +354,8 @@ var FaxBorder_1 = require("./FaxBorder");
344
354
  exports.FaxBorder = FaxBorder_1.default;
345
355
  var Fax_1 = require("./Fax");
346
356
  exports.Fax = Fax_1.default;
357
+ var Features_1 = require("./Features");
358
+ exports.Features = Features_1.default;
347
359
  var Feedback_1 = require("./Feedback");
348
360
  exports.Feedback = Feedback_1.default;
349
361
  var FileBorder_1 = require("./FileBorder");
@@ -352,6 +364,8 @@ var File_1 = require("./File");
352
364
  exports.File = File_1.default;
353
365
  var Filter_1 = require("./Filter");
354
366
  exports.Filter = Filter_1.default;
367
+ var FolderBorder_1 = require("./FolderBorder");
368
+ exports.FolderBorder = FolderBorder_1.default;
355
369
  var Foldercreated_1 = require("./Foldercreated");
356
370
  exports.Foldercreated = Foldercreated_1.default;
357
371
  var FontColor_1 = require("./FontColor");
@@ -674,16 +688,16 @@ var PptD_1 = require("./PptD");
674
688
  exports.PptD = PptD_1.default;
675
689
  var Ppt_1 = require("./Ppt");
676
690
  exports.Ppt = Ppt_1.default;
691
+ var PresenceAvailable_1 = require("./PresenceAvailable");
692
+ exports.PresenceAvailable = PresenceAvailable_1.default;
693
+ var PresenceAway_1 = require("./PresenceAway");
694
+ exports.PresenceAway = PresenceAway_1.default;
695
+ var PresenceDnd_1 = require("./PresenceDnd");
696
+ exports.PresenceDnd = PresenceDnd_1.default;
697
+ var PresenceOffline_1 = require("./PresenceOffline");
698
+ exports.PresenceOffline = PresenceOffline_1.default;
677
699
  var Previous_1 = require("./Previous");
678
700
  exports.Previous = Previous_1.default;
679
- var PrisenceAvailable_1 = require("./PrisenceAvailable");
680
- exports.PrisenceAvailable = PrisenceAvailable_1.default;
681
- var PrisenceAway_1 = require("./PrisenceAway");
682
- exports.PrisenceAway = PrisenceAway_1.default;
683
- var PrisenceDontDisturb_1 = require("./PrisenceDontDisturb");
684
- exports.PrisenceDontDisturb = PrisenceDontDisturb_1.default;
685
- var PrisenceOffline_1 = require("./PrisenceOffline");
686
- exports.PrisenceOffline = PrisenceOffline_1.default;
687
701
  var Quote_1 = require("./Quote");
688
702
  exports.Quote = Quote_1.default;
689
703
  var RadioUnselect_1 = require("./RadioUnselect");
@@ -710,6 +724,8 @@ var RcvVideocamOff_1 = require("./RcvVideocamOff");
710
724
  exports.RcvVideocamOff = RcvVideocamOff_1.default;
711
725
  var Read_1 = require("./Read");
712
726
  exports.Read = Read_1.default;
727
+ var Recent_1 = require("./Recent");
728
+ exports.Recent = Recent_1.default;
713
729
  var RecordBorder_1 = require("./RecordBorder");
714
730
  exports.RecordBorder = RecordBorder_1.default;
715
731
  var Record_1 = require("./Record");
@@ -918,6 +934,8 @@ var Webpage_1 = require("./Webpage");
918
934
  exports.Webpage = Webpage_1.default;
919
935
  var Welcome_1 = require("./Welcome");
920
936
  exports.Welcome = Welcome_1.default;
937
+ var WhatIsNew_1 = require("./WhatIsNew");
938
+ exports.WhatIsNew = WhatIsNew_1.default;
921
939
  var Whisper_1 = require("./Whisper");
922
940
  exports.Whisper = Whisper_1.default;
923
941
  var Whiteboard_1 = require("./Whiteboard");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ringcentral/juno-icon",
3
- "version": "1.29.0",
3
+ "version": "1.31.0",
4
4
  "author": "RingCentral",
5
5
  "license": "MIT",
6
6
  "main": "./index.js",
@@ -1,10 +0,0 @@
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 PrisenceAvailable = 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: "M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14S23.732 2 16 2zm7.544 9.084-6.222 11.667A1.928 1.928 0 0 1 16 23.778h-.358a1.867 1.867 0 0 1-1.198-.467L9 18.644a1.944 1.944 0 0 1 2.085-3.235c.127.077.242.171.342.28l3.609 3.111 5.087-9.536a1.943 1.943 0 0 1 2.582-.933 1.926 1.926 0 0 1 .933 2.582l-.093.187v-.016z" }))); }));
8
- PrisenceAvailable.displayName = 'PrisenceAvailable';
9
- PrisenceAvailable['iconName'] = 'prisence-available';
10
- exports.default = PrisenceAvailable;
package/PrisenceAway.js DELETED
@@ -1,10 +0,0 @@
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 PrisenceAway = 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: "M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14S23.732 2 16 2zm7.389 16.022h-7.778a1.944 1.944 0 0 1-1.944-1.944V8.3a1.944 1.944 0 0 1 3.888 0v5.833h5.833a1.944 1.944 0 0 1 0 3.888z" }))); }));
8
- PrisenceAway.displayName = 'PrisenceAway';
9
- PrisenceAway['iconName'] = 'prisence-away';
10
- exports.default = PrisenceAway;
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- declare const PrisenceDontDisturb: 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 PrisenceDontDisturb;
@@ -1,10 +0,0 @@
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 PrisenceDontDisturb = 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: "M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14S23.732 2 16 2zm7.389 15.944H8.611a1.944 1.944 0 0 1 0-3.888h14.778a1.944 1.944 0 0 1 0 3.888z" }))); }));
8
- PrisenceDontDisturb.displayName = 'PrisenceDontDisturb';
9
- PrisenceDontDisturb['iconName'] = 'prisence-dont_disturb';
10
- exports.default = PrisenceDontDisturb;
@@ -1,10 +0,0 @@
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 PrisenceOffline = 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: "M16 2a14.002 14.002 0 0 1 14 14c0 7.732-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 5.6a8.4 8.4 0 1 0 0 16.8 8.4 8.4 0 0 0 0-16.8z" }))); }));
8
- PrisenceOffline.displayName = 'PrisenceOffline';
9
- PrisenceOffline['iconName'] = 'prisence-offline';
10
- exports.default = PrisenceOffline;
@@ -1,8 +0,0 @@
1
- import { __assign } from "tslib";
2
- import * as React from 'react';
3
- import { forwardRef, memo } from 'react';
4
- var PrisenceAvailable = 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: "M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14S23.732 2 16 2zm7.544 9.084-6.222 11.667A1.928 1.928 0 0 1 16 23.778h-.358a1.867 1.867 0 0 1-1.198-.467L9 18.644a1.944 1.944 0 0 1 2.085-3.235c.127.077.242.171.342.28l3.609 3.111 5.087-9.536a1.943 1.943 0 0 1 2.582-.933 1.926 1.926 0 0 1 .933 2.582l-.093.187v-.016z" }))); }));
6
- PrisenceAvailable.displayName = 'PrisenceAvailable';
7
- PrisenceAvailable['iconName'] = 'prisence-available';
8
- export default PrisenceAvailable;
@@ -1,8 +0,0 @@
1
- import { __assign } from "tslib";
2
- import * as React from 'react';
3
- import { forwardRef, memo } from 'react';
4
- var PrisenceAway = 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: "M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14S23.732 2 16 2zm7.389 16.022h-7.778a1.944 1.944 0 0 1-1.944-1.944V8.3a1.944 1.944 0 0 1 3.888 0v5.833h5.833a1.944 1.944 0 0 1 0 3.888z" }))); }));
6
- PrisenceAway.displayName = 'PrisenceAway';
7
- PrisenceAway['iconName'] = 'prisence-away';
8
- export default PrisenceAway;
@@ -1,8 +0,0 @@
1
- import { __assign } from "tslib";
2
- import * as React from 'react';
3
- import { forwardRef, memo } from 'react';
4
- var PrisenceDontDisturb = 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: "M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14S23.732 2 16 2zm7.389 15.944H8.611a1.944 1.944 0 0 1 0-3.888h14.778a1.944 1.944 0 0 1 0 3.888z" }))); }));
6
- PrisenceDontDisturb.displayName = 'PrisenceDontDisturb';
7
- PrisenceDontDisturb['iconName'] = 'prisence-dont_disturb';
8
- export default PrisenceDontDisturb;
@@ -1,8 +0,0 @@
1
- import { __assign } from "tslib";
2
- import * as React from 'react';
3
- import { forwardRef, memo } from 'react';
4
- var PrisenceOffline = 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: "M16 2a14.002 14.002 0 0 1 14 14c0 7.732-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 5.6a8.4 8.4 0 1 0 0 16.8 8.4 8.4 0 0 0 0-16.8z" }))); }));
6
- PrisenceOffline.displayName = 'PrisenceOffline';
7
- PrisenceOffline['iconName'] = 'prisence-offline';
8
- export default PrisenceOffline;
@@ -1,5 +0,0 @@
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>prisence-available</title>
4
- <path d="M16 2c-7.732 0-14 6.268-14 14s6.268 14 14 14c7.732 0 14-6.268 14-14s-6.268-14-14-14zM23.544 11.084l-6.222 11.667c-0.262 0.526-0.748 0.904-1.322 1.027h-0.358c-0.442-0.009-0.866-0.174-1.198-0.467l-5.444-4.667c-0.729-0.634-0.882-1.708-0.358-2.52s1.564-1.117 2.443-0.715c0.127 0.077 0.242 0.171 0.342 0.28l3.609 3.111 5.087-9.536c0.456-0.97 1.611-1.387 2.582-0.933 0.469 0.216 0.831 0.611 1.006 1.096s0.149 1.021-0.073 1.486l-0.093 0.187v-0.016z"></path>
5
- </svg>
@@ -1,5 +0,0 @@
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>prisence-away</title>
4
- <path d="M16 2c-7.732 0-14 6.268-14 14s6.268 14 14 14c7.732 0 14-6.268 14-14s-6.268-14-14-14zM23.389 18.022h-7.778c-1.074 0-1.944-0.871-1.944-1.944v-7.778c0-1.074 0.871-1.944 1.944-1.944s1.944 0.871 1.944 1.944v5.833h5.833c1.074 0 1.944 0.871 1.944 1.944s-0.871 1.944-1.944 1.944z"></path>
5
- </svg>
@@ -1,5 +0,0 @@
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>prisence-dont_disturb</title>
4
- <path d="M16 2c-7.732 0-14 6.268-14 14s6.268 14 14 14c7.732 0 14-6.268 14-14s-6.268-14-14-14zM23.389 17.944h-14.778c-1.074 0-1.944-0.871-1.944-1.944s0.871-1.944 1.944-1.944h14.778c1.074 0 1.944 0.871 1.944 1.944s-0.871 1.944-1.944 1.944v0z"></path>
5
- </svg>
@@ -1,5 +0,0 @@
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>prisence-offline</title>
4
- <path d="M16 2c3.713 0 7.274 1.475 9.899 4.101s4.101 6.186 4.101 9.899c0 7.732-6.268 14-14 14s-14-6.268-14-14c0-7.732 6.268-14 14-14zM16 7.6c-4.639 0-8.4 3.761-8.4 8.4s3.761 8.4 8.4 8.4c2.228 0 4.364-0.885 5.94-2.46s2.46-3.712 2.46-5.94c0-4.639-3.761-8.4-8.4-8.4z"></path>
5
- </svg>
@@ -1,5 +0,0 @@
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>prisence-available</title>
4
- <path d="M16 2c-7.732 0-14 6.268-14 14s6.268 14 14 14c7.732 0 14-6.268 14-14s-6.268-14-14-14zM23.544 11.084l-6.222 11.667c-0.262 0.526-0.748 0.904-1.322 1.027h-0.358c-0.442-0.009-0.866-0.174-1.198-0.467l-5.444-4.667c-0.729-0.634-0.882-1.708-0.358-2.52s1.564-1.117 2.443-0.715c0.127 0.077 0.242 0.171 0.342 0.28l3.609 3.111 5.087-9.536c0.456-0.97 1.611-1.387 2.582-0.933 0.469 0.216 0.831 0.611 1.006 1.096s0.149 1.021-0.073 1.486l-0.093 0.187v-0.016z"></path>
5
- </svg>
@@ -1,5 +0,0 @@
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>prisence-away</title>
4
- <path d="M16 2c-7.732 0-14 6.268-14 14s6.268 14 14 14c7.732 0 14-6.268 14-14s-6.268-14-14-14zM23.389 18.022h-7.778c-1.074 0-1.944-0.871-1.944-1.944v-7.778c0-1.074 0.871-1.944 1.944-1.944s1.944 0.871 1.944 1.944v5.833h5.833c1.074 0 1.944 0.871 1.944 1.944s-0.871 1.944-1.944 1.944z"></path>
5
- </svg>
@@ -1,5 +0,0 @@
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>prisence-dont_disturb</title>
4
- <path d="M16 2c-7.732 0-14 6.268-14 14s6.268 14 14 14c7.732 0 14-6.268 14-14s-6.268-14-14-14zM23.389 17.944h-14.778c-1.074 0-1.944-0.871-1.944-1.944s0.871-1.944 1.944-1.944h14.778c1.074 0 1.944 0.871 1.944 1.944s-0.871 1.944-1.944 1.944v0z"></path>
5
- </svg>
@@ -1,5 +0,0 @@
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>prisence-offline</title>
4
- <path d="M16 2c3.713 0 7.274 1.475 9.899 4.101s4.101 6.186 4.101 9.899c0 7.732-6.268 14-14 14s-14-6.268-14-14c0-7.732 6.268-14 14-14zM16 7.6c-4.639 0-8.4 3.761-8.4 8.4s3.761 8.4 8.4 8.4c2.228 0 4.364-0.885 5.94-2.46s2.46-3.712 2.46-5.94c0-4.639-3.761-8.4-8.4-8.4z"></path>
5
- </svg>