@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 +1 -1
- package/es6/PresenceDnd.js +1 -1
- package/es6/icon-presence-dnd.svg +1 -1
- package/icon-presence-dnd.svg +1 -1
- package/package.json +1 -1
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: "
|
|
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;
|
package/es6/PresenceDnd.js
CHANGED
|
@@ -2,7 +2,7 @@ import { __assign } from "tslib";
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { forwardRef, memo } from 'react';
|
|
4
4
|
var 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: "
|
|
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="
|
|
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/icon-presence-dnd.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>presence-dnd</title>
|
|
4
|
-
<path d="
|
|
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>
|