@ringcentral/juno-icon 1.38.0 → 1.39.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/ExternalLinkGlobal.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 ExternalLinkGlobal = 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: "M9.778 8.222a1 1 0 0 0 1 1h10.586L7.515 23.072a.999.999 0 1 0 1.414 1.414L22.78 10.635l-.001 10.588a1 1 0 0 0 2 0v-13a1 1 0 0 0-1-1h-13a1 1 0 0 0-1 1z" }))); }));
|
|
8
8
|
ExternalLinkGlobal.displayName = 'ExternalLinkGlobal';
|
|
9
9
|
ExternalLinkGlobal['iconName'] = 'external-link-global';
|
|
10
10
|
exports.default = ExternalLinkGlobal;
|
|
@@ -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 ExternalLinkGlobal = 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: "M9.778 8.222a1 1 0 0 0 1 1h10.586L7.515 23.072a.999.999 0 1 0 1.414 1.414L22.78 10.635l-.001 10.588a1 1 0 0 0 2 0v-13a1 1 0 0 0-1-1h-13a1 1 0 0 0-1 1z" }))); }));
|
|
6
6
|
ExternalLinkGlobal.displayName = 'ExternalLinkGlobal';
|
|
7
7
|
ExternalLinkGlobal['iconName'] = 'external-link-global';
|
|
8
8
|
export default ExternalLinkGlobal;
|
|
@@ -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>external-link-global</title>
|
|
4
|
-
<path d="
|
|
4
|
+
<path d="M9.778 8.222c0 0.552 0.448 1 1 1l10.586-0-13.849 13.85c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l13.851-13.851-0.001 10.588c0 0.552 0.448 1 1 1s1-0.448 1-1v-13c0-0.552-0.448-1-1-1h-13c-0.552 0-1 0.448-1 1z"></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>external-link-global</title>
|
|
4
|
-
<path d="
|
|
4
|
+
<path d="M9.778 8.222c0 0.552 0.448 1 1 1l10.586-0-13.849 13.85c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l13.851-13.851-0.001 10.588c0 0.552 0.448 1 1 1s1-0.448 1-1v-13c0-0.552-0.448-1-1-1h-13c-0.552 0-1 0.448-1 1z"></path>
|
|
5
5
|
</svg>
|