UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 992 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function CloudOffIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "cloud off icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M18.738 9.537A6.866 6.866 0 0 0 12 4a6.8 6.8 0 0 0-3.676 1.072l1.338 1.339a5.039 5.039 0 0 1 7.38 4.464v.458h1.375a2.746 2.746 0 0 1 2.75 2.75 2.755 2.755 0 0 1-1.43 2.402l1.329 1.33A4.587 4.587 0 0 0 23 14.082c0-2.42-1.88-4.381-4.262-4.546Zm-14.81-4.55a.25.25 0 0 0 0 .354L6.27 7.676C3.347 7.804 1 10.206 1 13.166c0 3.035 2.466 5.5 5.5 5.5h10.753l1.656 1.657a.25.25 0 0 0 .354 0l.81-.81a.25.25 0 0 0 0-.354L5.091 4.177a.25.25 0 0 0-.354 0l-.81.81ZM8.085 9.5l7.333 7.333H6.5a3.666 3.666 0 0 1-3.667-3.666A3.666 3.666 0 0 1 6.5 9.5h1.586Z" }) }); } exports.default = CloudOffIcon;