UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 831 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function CloudIcon(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 icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M18.738 9.537A6.866 6.866 0 0 0 12 4a6.871 6.871 0 0 0-6.096 3.703A5.495 5.495 0 0 0 1 13.167c0 3.034 2.466 5.5 5.5 5.5h11.917A4.585 4.585 0 0 0 23 14.083c0-2.42-1.88-4.381-4.262-4.546Zm-.321 7.296H6.5a3.666 3.666 0 0 1-3.667-3.666A3.666 3.666 0 0 1 6.5 9.5h.65A5.043 5.043 0 0 1 12 5.833a5.039 5.039 0 0 1 5.042 5.042v.458h1.375a2.746 2.746 0 0 1 2.75 2.75 2.746 2.746 0 0 1-2.75 2.75Z" }) }); } exports.default = CloudIcon;