@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.24 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PushPinSlashIcon = 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 = ["M2.995 1.945a.75.75 0 0 1 1.06.05l10 11a.75.75 0 0 1-1.11 1.01l-1.772-1.95q-.006.107-.015.221c-.021.242-.051.5-.104.736-.05.223-.136.504-.314.74l-.003.004a1.25 1.25 0 0 1-1.875.13L6.02 11.042 3.53 13.53a.75.75 0 1 1-1.06-1.06l2.487-2.49-2.84-2.84a1.25 1.25 0 0 1-.228-1.456l.066-.114q.108-.165.264-.29c.677-.544 1.479-.66 2.12-.661l.075.001-1.469-1.615a.75.75 0 0 1 .05-1.06M4.34 6.12c-.367 0-.684.053-.945.18l3.149 3.148.005.004.003.004 3.065 3.064q.027-.161.046-.374c.034-.386.057-.992.117-1.421a1 1 0 0 1 .04-.157l-3.935-4.33a1 1 0 0 1-.173.01c-.188-.015-.452-.053-.66-.078a6 6 0 0 0-.712-.051m10.41-.826c0 .331-.131.65-.365.884l-.001-.001-2.437 2.445a.75.75 0 1 1-1.062-1.059l2.261-2.27-2.437-2.439L8.66 4.905a.75.75 0 0 1-1.06-1.06l2.225-2.229a1.25 1.25 0 0 1 1.676-.083l.092.083 2.792 2.793c.234.234.365.553.365.884"];
exports.PushPinSlashIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "push-pin-slash", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.PushPinSlashIcon.displayName = "Blueprint6.Icon.Next.PushPinSlashIcon";
exports.default = exports.PushPinSlashIcon;
//# sourceMappingURL=push-pin-slash.js.map