@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 3.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DatabaseMagnifyingGlassIcon = 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 = ["M7.81 1.253a4.2 4.2 0 0 0-.7 1.53c-.99.071-1.923.257-2.647.511-.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.76.267 1.753.456 2.8.519a4.3 4.3 0 0 0 .975 1.52L8 6.75c-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.543s2.6-.213 3.537-.543c.472-.166.815-.348 1.024-.515a1 1 0 0 0 .085-.074l.867.867c.213.213.467.36.737.44V12c0 .607-.374 1.063-.753 1.365-.39.312-.905.561-1.463.757-1.122.394-2.583.628-4.034.628s-2.912-.234-4.034-.628c-.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-.757 1.073-.377 2.456-.607 3.845-.626m4.94 8.571q-.34.166-.716.299c-1.122.394-2.583.628-4.034.628s-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.543s2.6-.213 3.537-.543c.472-.166.815-.348 1.024-.515.146-.116.182-.187.189-.206zM11.25.499a3.25 3.25 0 0 1 3.25 3.25 3.28 3.28 0 0 1-.691 1.998L15.28 7.22a.75.75 0 0 1-1.03 1.088l-.03-.028-1.59-1.589a3.24 3.24 0 0 1-2.87-.053A3.26 3.26 0 0 1 8.363 5.24a3.24 3.24 0 0 1-.21-2.48c.185-.58.53-1.087.98-1.475A3.24 3.24 0 0 1 11.25.5m0 1.5c-.648 0-1.212.352-1.515.875l-.007.013a1.7 1.7 0 0 0-.159.376 1.7 1.7 0 0 0-.069.486q0 .096.01.19l.002.01q.009.086.027.17l.018.065.022.086.015.043.013.036q.022.06.048.12l.02.042q.033.064.07.127l.012.021q.04.066.087.128l.016.024q.047.06.099.117l.02.02c.319.338.77.551 1.271.551a1.75 1.75 0 1 0 0-3.5"];
exports.DatabaseMagnifyingGlassIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "database-magnifying-glass", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.DatabaseMagnifyingGlassIcon.displayName = "Blueprint6.Icon.Next.DatabaseMagnifyingGlassIcon";
exports.default = exports.DatabaseMagnifyingGlassIcon;
//# sourceMappingURL=database-magnifying-glass.js.map