UNPKG

@blueprintjs/icons

Version:

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

28 lines 3.33 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DatabaseArrowsCwIcon = 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 = ["M8.92 8.77a.74.74 0 0 1 .36.2l1.5 1.5.051.056A.75.75 0 0 1 9.72 11.53l-.22-.22v.94q0 .116.013.222l.007.057q.004.027.01.052.005.036.012.07a1.5 1.5 0 0 0 .065.216q.075.19.182.32l.062.067c.152.15.36.246.649.246a.75.75 0 0 1 0 1.5 2.44 2.44 0 0 1-1.214-.312 2.3 2.3 0 0 1-.653-.545 2.7 2.7 0 0 1-.505-.977 3 3 0 0 1-.093-.429A3.4 3.4 0 0 1 8 12.25v-.94l-.22.22a.77.77 0 0 1-.387.206.75.75 0 0 1-.673-.206.75.75 0 0 1-.143-.855v-.001a.8.8 0 0 1 .143-.204l1.5-1.5.056-.052a.75.75 0 0 1 .644-.148m2.58-.27q.23 0 .445.037c.579.1 1.067.391 1.422.82l.15.203c.328.488.483 1.084.483 1.69v.94l.22-.22.033-.032a.75.75 0 0 1 1.02.025l.007.007.051.056a.75.75 0 0 1-.05 1.004l-1.5 1.5-.057.052q-.041.03-.084.056a.75.75 0 0 1-.92-.108l-1.5-1.5a.8.8 0 0 1-.132-.183.747.747 0 0 1 1.192-.877l.22.22v-.94q0-.078-.006-.15c-.025-.34-.136-.609-.283-.787a1 1 0 0 0-.087-.09l-.02-.017A.9.9 0 0 0 11.5 10a.75.75 0 0 1 0-1.5M8 1.25c1.451 0 2.912.235 4.034.629.558.196 1.073.445 1.463.757.379.302.753.758.753 1.365v4.866q-.055-.076-.112-.147a3.3 3.3 0 0 0-1.388-.996v-1.9q-.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.6.21 1.342.371 2.142.461l-.592.594a1.74 1.74 0 0 0-.449.77 10.4 10.4 0 0 1-1.598-.41 7 7 0 0 1-.716-.299v2.163c.007.019.042.09.188.206.21.167.553.35 1.025.515.724.254 1.657.438 2.648.51a3.7 3.7 0 0 0 .726 1.53c-1.397-.018-2.791-.245-3.871-.625-.558-.196-1.073-.445-1.463-.757-.379-.302-.753-.758-.753-1.365v-8c0-.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.DatabaseArrowsCwIcon = React.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "database-arrows-cw", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) })); }); exports.DatabaseArrowsCwIcon.displayName = "Blueprint6.Icon.Next.DatabaseArrowsCwIcon"; exports.default = exports.DatabaseArrowsCwIcon; //# sourceMappingURL=database-arrows-cw.js.map