@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 3.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DatabaseArrowsCwFilledIcon = 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.276 8.918a.75.75 0 0 1 1.004.052l1.5 1.5a.8.8 0 0 1 .125.172.748.748 0 0 1-1.185.888l-.22-.22v.94c0 .412.121.734.29.937.155.188.38.313.71.313a.75.75 0 0 1 0 1.5c-.454 0-.863-.113-1.215-.312a2.4 2.4 0 0 1-.652-.545C8.202 13.622 8 12.942 8 12.25v-.94l-.22.22a.75.75 0 1 1-1.06-1.06l1.5-1.5zM11.5 8.5a2.4 2.4 0 0 1 1.867.857q.149.181.26.384A3.1 3.1 0 0 1 14 11.25v.94l.22-.22a.75.75 0 0 1 1.06 1.06l-1.5 1.5a.747.747 0 0 1-1.06 0l-1.5-1.5a.75.75 0 0 1 1.06-1.06l.22.22v-.94c0-.409-.12-.727-.285-.93l-.004-.007c-.156-.188-.381-.313-.711-.313a.75.75 0 0 1-.642-.366.74.74 0 0 1-.108-.384.75.75 0 0 1 .75-.75M2 9.518c.379.255.844.477 1.357.662.639.23 1.378.41 2.167.536a1.75 1.75 0 0 0 .489 1.521l.133.12c.26.213.567.337.883.377.078.71.33 1.42.807 2.012q-.202-.001-.405-.008c-1.259-.052-2.49-.272-3.465-.615-.558-.196-1.073-.445-1.463-.757A2.3 2.3 0 0 1 2 12.82zM14 8l-.016.102a.75.75 0 0 1-.174.276A3.38 3.38 0 0 0 11.5 7.5c-.618 0-1.16.321-1.472.805l-.04-.042-.125-.114a1.75 1.75 0 0 0-2.218-.006l-.043.037-.057.051-.017.016L6 9.775c-.853-.116-1.646-.3-2.305-.537-.579-.208-1.028-.444-1.322-.684C2.073 8.308 2 8.118 2 8V4.685c.379.255.844.476 1.357.66 1.28.46 2.963.738 4.643.738s3.363-.278 4.643-.737A6.2 6.2 0 0 0 14 4.685zM8 1.25c1.451 0 2.912.235 4.034.629.558.196 1.073.445 1.463.757.182.145.362.327.501.543-.005.118-.08.304-.371.54-.294.24-.743.478-1.322.686-1.155.415-2.722.678-4.305.678s-3.15-.263-4.305-.678c-.58-.208-1.028-.445-1.322-.685-.29-.237-.367-.423-.372-.541a2.3 2.3 0 0 1 .502-.543c.39-.312.905-.561 1.463-.757C5.088 1.485 6.549 1.25 8 1.25"];
exports.DatabaseArrowsCwFilledIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "database-arrows-cw-filled", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.DatabaseArrowsCwFilledIcon.displayName = "Blueprint6.Icon.Next.DatabaseArrowsCwFilledIcon";
exports.default = exports.DatabaseArrowsCwFilledIcon;
//# sourceMappingURL=database-arrows-cw-filled.js.map