@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BroomIcon = 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 = ["M9.5 1.25a.75.75 0 0 1 .75.75v6h3a.75.75 0 0 1 .75.773v.001l-.001.003v.014l-.001.05-.003.178A9 9 0 0 0 14 9.5c0 .805.059 1.996-.157 2.947-.112.49-.313 1.01-.704 1.41-.414.422-.971.643-1.639.643H3.975a.748.748 0 0 1-.23-1.46c.721-.332 1-.761 1.134-1.271C5.04 11.154 5 10.449 5 9.5v-.75A.75.75 0 0 1 5.75 8h3V2a.75.75 0 0 1 .75-.75m-3 8.25c0 .8.056 1.793-.17 2.651-.08.299-.192.583-.345.849H6.5c.172 0 .255-.042.302-.076a.6.6 0 0 0 .186-.258c.146-.321.198-.751.269-1.268a.75.75 0 0 1 1.486.204c-.048.352-.108.896-.278 1.398H9c.172 0 .255-.042.302-.076a.6.6 0 0 0 .186-.258c.146-.321.198-.751.269-1.268a.75.75 0 0 1 1.486.204c-.048.352-.108.896-.278 1.398h.535c.315 0 .468-.092.566-.192.12-.123.234-.34.315-.693.167-.736.119-1.67.119-2.615zm.25-5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5zm0-2.25a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1 0-1.5z"];
exports.BroomIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "broom", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.BroomIcon.displayName = "Blueprint6.Icon.Next.BroomIcon";
exports.default = exports.BroomIcon;
//# sourceMappingURL=broom.js.map