UNPKG

@pluralsight/ps-design-system-icon

Version:
62 lines 4.11 kB
"use strict"; // 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 __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { Object.defineProperty(o, "default", { enumerable: true, value: v }); }) : function(o, v) { o["default"] = v; }); var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); __setModuleDefault(result, mod); return result; }; 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; }; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConnectionWarningIcon = void 0; var react_1 = __importStar(require("react")); var __1 = __importDefault(require("..")); var ConnectionWarningIcon = react_1.forwardRef(function (props, ref) { var ariaLabel = props["aria-label"], rest = __rest(props, ['aria-label']); return (react_1.default.createElement(__1.default, __assign({}, rest, { ref: ref }), react_1.default.createElement("svg", __assign({ "aria-label": "connection warning icon", viewBox: "0 0 24 24", role: 'img' }, (ariaLabel && { 'aria-label': ariaLabel })), react_1.default.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" })))); }); exports.ConnectionWarningIcon = ConnectionWarningIcon; ConnectionWarningIcon.displayName = "ConnectionWarningIcon"; ConnectionWarningIcon.colors = __1.default.colors; ConnectionWarningIcon.sizes = __1.default.sizes; //# sourceMappingURL=ConnectionWarning.dist.js.map