UNPKG

@blueprintjs/icons

Version:

Components, fonts, icons, and css files for creating and displaying icons.

28 lines 3.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DatabaseCloudIcon = void 0; const tslib_1 = require("tslib"); const jsx_runtime_1 = require("react/jsx-runtime"); /* * Copyright 2026 Palantir Technologies, Inc. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ const React = tslib_1.__importStar(require("react")); const svgIconContainerNext_1 = require("../../svgIconContainerNext"); const PATHS = ["M11.41 8.302c.34-.057.68-.063 1.01-.02a3.6 3.6 0 0 1 1.83.805 3.46 3.46 0 0 1 1.204 2.098c.344 2.104-1.321 4.065-3.454 4.065H9c-.606 0-1.124-.19-1.526-.51a2.3 2.3 0 0 1-.313-.298 2.55 2.55 0 0 1-.585-1.382 3 3 0 0 1-.01-.532 2.8 2.8 0 0 1 .221-.878 2.4 2.4 0 0 1 .374-.592c.399-.463.974-.76 1.677-.8a3.52 3.52 0 0 1 2.046-1.825q.262-.088.525-.131m1.235 1.57a1.96 1.96 0 0 0-1.283-.018c-.378.128-.705.37-.944.68l-.001.003a2 2 0 0 0-.076.105l-.019.03q-.106.164-.18.345l-.015.04a2 2 0 0 0-.112.46l-.007.051a.75.75 0 0 1-1.42.258.77.77 0 0 0-.39.356l-.042.082-.015.04a1.2 1.2 0 0 0-.06.691l.006.03c.039.172.113.324.212.439.136.158.35.286.701.286h3c1.208 0 2.169-1.131 1.974-2.323-.116-.703-.607-1.256-1.224-1.514q-.053-.023-.105-.042M8 1.25c1.451 0 2.912.235 4.034.629.558.196 1.073.445 1.463.757.379.302.753.758.753 1.365v3.87a4.6 4.6 0 0 0-1.5-.55V5.823q-.34.166-.716.3c-1.122.393-2.583.627-4.034.627s-2.912-.234-4.034-.628a7 7 0 0 1-.716-.299v2.163c.007.019.042.09.188.206.21.167.553.35 1.025.515.938.33 2.227.543 3.537.543q.135-.001.268-.006l-.061.093a3.28 3.28 0 0 0-1.983 1.296 11.2 11.2 0 0 1-2.258-.511 7 7 0 0 1-.716-.299v2.163c.007.019.042.09.188.206.21.167.553.35 1.025.515.329.116.702.213 1.103.296l.002.047c.043.527.198 1.07.49 1.563a11 11 0 0 1-2.092-.491c-.558-.196-1.073-.445-1.463-.757-.379-.302-.753-.758-.753-1.365V4c0-.607.374-1.063.753-1.365.39-.312.905-.561 1.463-.757C5.088 1.485 6.549 1.25 8 1.25m0 1.501c-1.31 0-2.6.213-3.537.543-.472.166-.815.348-1.025.515A.7.7 0 0 0 3.257 4a.7.7 0 0 0 .181.192c.21.167.553.35 1.025.515.938.33 2.227.543 3.537.543s2.6-.213 3.537-.543c.472-.166.815-.348 1.024-.515A.7.7 0 0 0 12.743 4a.7.7 0 0 0-.181-.192c-.21-.167-.553-.35-1.025-.515C10.6 2.964 9.31 2.751 8 2.751"]; exports.DatabaseCloudIcon = React.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "database-cloud", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) })); }); exports.DatabaseCloudIcon.displayName = "Blueprint6.Icon.Next.DatabaseCloudIcon"; exports.default = exports.DatabaseCloudIcon; //# sourceMappingURL=database-cloud.js.map