UNPKG

@blueprintjs/icons

Version:

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

28 lines 2.9 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DatabaseMagnifyingGlassFilledIcon = 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 = ["M14 12.82c-.14.217-.32.4-.503.546-.39.312-.905.561-1.463.757-.975.343-2.207.563-3.466.615a15 15 0 0 1-1.137 0c-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.82V9.518c.379.255.844.477 1.357.662 1.28.46 2.963.737 4.643.737s3.363-.278 4.643-.737A6.2 6.2 0 0 0 14 9.518zM2 4.685c.379.255.844.476 1.357.66 1.202.433 2.76.7 4.337.731a4.245 4.245 0 0 0 4.678 1.77l.932.931a5.6 5.6 0 0 1-1 .461c-1.154.415-2.72.679-4.304.679s-3.15-.264-4.305-.679c-.579-.208-1.028-.444-1.322-.684C2.073 8.308 2 8.118 2 8zM11.25.499a3.25 3.25 0 0 1 3.25 3.25 3.2 3.2 0 0 1-.5 1.722q-.089.143-.191.276L15.28 7.22a.75.75 0 0 1-1.06 1.06l-1.59-1.59a3.24 3.24 0 0 1-3.692-.658A3.26 3.26 0 0 1 8 3.75c0-.985.44-1.867 1.133-2.463A3.24 3.24 0 0 1 11.25.5m0 1.5a1.75 1.75 0 0 0-1.274 2.946q0 .003.003.005.112.12.246.215l.016.013q.193.135.418.216l.063.023q.156.049.323.068l.02.004a2 2 0 0 0 .35.001l.06-.008q.053-.006.105-.015l.068-.016.093-.024.055-.017a2 2 0 0 0 .245-.101q.03-.014.06-.032.042-.023.082-.05.13-.082.244-.186l.043-.04q.034-.034.066-.07l.031-.034q.04-.045.076-.092l.017-.023q.036-.05.069-.101l.019-.03A1.75 1.75 0 0 0 11.25 2m-3.44-.747a4.25 4.25 0 0 0-.604 3.806c-1.304-.071-2.55-.309-3.51-.654-.58-.208-1.029-.445-1.323-.685-.29-.237-.367-.423-.372-.541a2.3 2.3 0 0 1 .502-.543c.39-.312.905-.561 1.463-.757 1.073-.377 2.456-.607 3.845-.626"]; exports.DatabaseMagnifyingGlassFilledIcon = React.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "database-magnifying-glass-filled", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) })); }); exports.DatabaseMagnifyingGlassFilledIcon.displayName = "Blueprint6.Icon.Next.DatabaseMagnifyingGlassFilledIcon"; exports.default = exports.DatabaseMagnifyingGlassFilledIcon; //# sourceMappingURL=database-magnifying-glass-filled.js.map