UNPKG

@blueprintjs/icons

Version:

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

28 lines 2.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LocationPinPolygonFilledIcon = 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.694 9.396a.75.75 0 0 1 .138 1.078l-3.25 4a.75.75 0 0 1-.582.277H5a.75.75 0 0 1-.582-.277l-3.25-4a.75.75 0 0 1 .138-1.078l2.793-2.054c.274.566.586 1.139.887 1.658a42 42 0 0 0 1.534 2.437l.011.015.007.01.008.012.002.003.004.004q0 .003.005.008l.003.006.001.001.05.071.02.02.021.028.02.025.02.022a1.748 1.748 0 0 0 2.667-.064l.03-.03.052-.076.007-.01.004-.005.002-.003.008-.011.007-.01.01-.016.102-.15c.086-.129.209-.312.355-.538.292-.45.684-1.07 1.078-1.749.3-.52.613-1.092.886-1.658zM8 .75a3.75 3.75 0 0 1 3.75 3.75c0 .585-.249 1.293-.532 1.938a22 22 0 0 1-1.07 2.06 41 41 0 0 1-1.495 2.375l-.026.04-.007.009-.002.003a.75.75 0 0 1-1.179.073l-.056-.072-.001-.001-.002-.003-.007-.01-.026-.039-.098-.144a41 41 0 0 1-1.397-2.23 22 22 0 0 1-1.07-2.06C4.5 5.792 4.25 5.084 4.25 4.5A3.75 3.75 0 0 1 8 .75m0 2.905a1 1 0 1 0 0 2 1 1 0 0 0 0-2"]; exports.LocationPinPolygonFilledIcon = React.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "location-pin-polygon-filled", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) })); }); exports.LocationPinPolygonFilledIcon.displayName = "Blueprint6.Icon.Next.LocationPinPolygonFilledIcon"; exports.default = exports.LocationPinPolygonFilledIcon; //# sourceMappingURL=location-pin-polygon-filled.js.map