@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.08 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HammerFilledIcon = 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 .999a6.25 6.25 0 0 1 4.197 1.62l.223.211.002.002 4.212 4.241a1.253 1.253 0 0 1 0 1.768V8.84l-1.791 1.794a1.25 1.25 0 0 1-1.768 0l-1.348-1.347-.007-.007-.008-.009-.462-.461-5.823 5.824a1.25 1.25 0 0 1-1.768 0l-1.293-1.291a1.25 1.25 0 0 1-.36-.761L1 12.459l.006-.124c.028-.286.155-.555.36-.76L7.19 5.75 4.594 3.154a4.7 4.7 0 0 0-.953.737l-.852.88A.75.75 0 0 1 1.711 3.73l.86-.89.01-.009a6.3 6.3 0 0 1 1.845-1.274l.042-.019.14-.062A6.3 6.3 0 0 1 7 .999m5.31 7.75.648.647 1.438-1.44-.644-.648zM7 2.499q-.435 0-.86.08l2.64 2.64a.75.75 0 0 1 0 1.061L7.56 7.5l.94.94 1.22-1.22.056-.052a.75.75 0 0 1 1.004.05l.47.47 1.445-1.445-2.336-2.352-.17-.162A4.75 4.75 0 0 0 7 2.5"];
exports.HammerFilledIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "hammer-filled", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.HammerFilledIcon.displayName = "Blueprint6.Icon.Next.HammerFilledIcon";
exports.default = exports.HammerFilledIcon;
//# sourceMappingURL=hammer-filled.js.map