UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 1.66 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function ConnectionWarningIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "connection warning", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "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.533.533 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.44-4.052.88 0 1.713.097 2.494.263Zm-6.975 8.687a.542.542 0 0 1-.66.034l-.826-.594a.457.457 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.33 0-2.29.656-2.781 1.089-.214.19-.174.512.058.68l.84.606v-.001Zm2.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", clipRule: "evenodd" }) }); } exports.default = ConnectionWarningIcon;