@ringcentral/juno-icon 1.33.0 → 1.34.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/PresenceDnd.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 PresenceDnd = 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: "M27.083 18.833H4.916a2.917 2.917 0 0 1 0-5.834h22.167a2.917 2.917 0 0 1 0 5.834z" }))); }));
7
+ React.createElement("path", { d: "M5 13h22a3 3 0 0 1 3 3v.4a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V16a3 3 0 0 1 3-3z" }))); }));
8
8
  PresenceDnd.displayName = 'PresenceDnd';
9
9
  PresenceDnd['iconName'] = 'presence-dnd';
10
10
  exports.default = PresenceDnd;
@@ -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 PresenceDnd = 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: "M27.083 18.833H4.916a2.917 2.917 0 0 1 0-5.834h22.167a2.917 2.917 0 0 1 0 5.834z" }))); }));
5
+ React.createElement("path", { d: "M5 13h22a3 3 0 0 1 3 3v.4a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V16a3 3 0 0 1 3-3z" }))); }));
6
6
  PresenceDnd.displayName = 'PresenceDnd';
7
7
  PresenceDnd['iconName'] = 'presence-dnd';
8
8
  export default PresenceDnd;
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>presence-dnd</title>
4
- <path d="M27.083 18.833h-22.167c-1.611 0-2.917-1.306-2.917-2.917s1.306-2.917 2.917-2.917h22.167c1.611 0 2.917 1.306 2.917 2.917s-1.306 2.917-2.917 2.917v0z"></path>
4
+ <path d="M5 13h22c1.657 0 3 1.343 3 3v0.4c0 1.657-1.343 3-3 3h-22c-1.657 0-3-1.343-3-3v-0.4c0-1.657 1.343-3 3-3z"></path>
5
5
  </svg>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
3
  <title>presence-dnd</title>
4
- <path d="M27.083 18.833h-22.167c-1.611 0-2.917-1.306-2.917-2.917s1.306-2.917 2.917-2.917h22.167c1.611 0 2.917 1.306 2.917 2.917s-1.306 2.917-2.917 2.917v0z"></path>
4
+ <path d="M5 13h22c1.657 0 3 1.343 3 3v0.4c0 1.657-1.343 3-3 3h-22c-1.657 0-3-1.343-3-3v-0.4c0-1.657 1.343-3 3-3z"></path>
5
5
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ringcentral/juno-icon",
3
- "version": "1.33.0",
3
+ "version": "1.34.0",
4
4
  "author": "RingCentral",
5
5
  "license": "MIT",
6
6
  "main": "./index.js",