@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.74 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DatabaseLightningIcon = 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 = ["M12.87 7.916a.501.501 0 0 1 .855.483l-.78 2.342h1.197q.061 0 .119.013a.552.552 0 0 1 .298.895l-2.93 3.417a.501.501 0 0 1-.854-.483l.78-2.342h-1.197a.551.551 0 0 1-.417-.908zM8 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.122a1.5 1.5 0 0 0-.26-.187l-.002-.001-.119-.06a1.5 1.5 0 0 0-1.119-.047V5.824q-.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.543.939 0 1.866-.113 2.662-.296l-1.48 1.728-.014.017q-.58.05-1.168.051c-1.451 0-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.543.602 0 1.199-.047 1.76-.129q.191.08.412.107l-.345 1.038a1.5 1.5 0 0 0-.073.37A14 14 0 0 1 8 14.751c-1.451 0-2.912-.234-4.034-.628-.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.DatabaseLightningIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "database-lightning", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.DatabaseLightningIcon.displayName = "Blueprint6.Icon.Next.DatabaseLightningIcon";
exports.default = exports.DatabaseLightningIcon;
//# sourceMappingURL=database-lightning.js.map