@pluralsight/ps-design-system-icon
Version:
Design System component for icon ui
37 lines • 2.91 kB
JavaScript
// This file is generated by running the "icons" bin script.
// Manual changes might be lost - proceed with caution!
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __rest = (this && this.__rest) || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
import React, { forwardRef } from 'react';
import Icon from '..';
var ConnectionWarningIcon = forwardRef(function (props, ref) {
var ariaLabel = props["aria-label"], rest = __rest(props, ['aria-label']);
return (React.createElement(Icon, __assign({}, rest, { ref: ref }),
React.createElement("svg", __assign({ "aria-label": "connection warning icon", viewBox: "0 0 24 24", role: 'img' }, (ariaLabel && { 'aria-label': ariaLabel })),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 5.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zM18.5 10c.687 0 1.338-.154 1.92-.43.217.193.397.364.538.505a.465.465 0 0 1-.072.714l-.83.584a.532.532 0 0 1-.666-.052c-.35-.325-.986-.87-1.85-1.423.31.067.63.102.96.102zm-4.432-3.719c.173.99.67 1.87 1.378 2.524-1.128-.459-2.437-.787-3.87-.787-3.912 0-6.937 2.447-7.886 3.314a.53.53 0 0 1-.666.046l-.825-.594a.465.465 0 0 1-.065-.714c1.11-1.087 4.58-4.052 9.441-4.052.88 0 1.712.097 2.493.263zm-6.975 8.687a.542.542 0 0 1-.66.034l-.826-.594a.458.458 0 0 1-.056-.715c.87-.795 3.1-2.53 6.012-2.53 2.908 0 5.116 1.736 5.978 2.535a.458.458 0 0 1-.063.715l-.83.585a.543.543 0 0 1-.661-.041c-.67-.57-2.35-1.794-4.424-1.794-2.078 0-3.79 1.234-4.47 1.805zm2.575 3.42c.204.147.487.121.698-.014.266-.171.675-.36 1.184-.36.504 0 .903.181 1.163.348.21.136.495.165.7.021l.846-.595c.234-.165.277-.489.064-.68-.488-.436-1.445-1.094-2.773-1.094-1.329 0-2.29.656-2.781 1.089-.214.19-.174.512.058.68l.841.606zm2.907 2.397a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM18 3.75a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v2a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-2zm1.13 3.375a.625.625 0 1 1-1.25 0 .625.625 0 0 1 1.25 0z" }))));
});
ConnectionWarningIcon.displayName = "ConnectionWarningIcon";
ConnectionWarningIcon.colors = Icon.colors;
ConnectionWarningIcon.sizes = Icon.sizes;
export { ConnectionWarningIcon };
//# sourceMappingURL=ConnectionWarning.dist.js.map