@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
24 lines • 1.88 kB
JavaScript
import { jsx as _jsx } from "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.
*/
import * as React from "react";
import { SvgIconContainerNext } from "../../svgIconContainerNext";
const PATHS = ["M9.17 2.75c.099.208.238.399.417.558l1.06.942H4.619a.25.25 0 0 0-.223.139L2.964 7.25H4.75A.75.75 0 0 1 5.5 8v1.25h5V8a.75.75 0 0 1 .58-.73c.185.26.441.47.75.597l.123.046a1.75 1.75 0 0 0 1.783-.426l.5-.5q.12-.12.215-.261l.47.939A.75.75 0 0 1 15 8v5a.75.75 0 0 1-.75.75H1.75A.75.75 0 0 1 1 13V8a.75.75 0 0 1 .08-.335l1.973-3.947a1.75 1.75 0 0 1 1.565-.968zm-6.67 9.5h11v-3.5H12V10a.75.75 0 0 1-.75.75h-6.5A.75.75 0 0 1 4 10V8.75H2.5zm12.249-11a.75.75 0 0 1 .669.415l.028.06a.75.75 0 0 1-.142.775q-.027.031-.057.06l-.053.054-1.445 1.447V5.75a.75.75 0 0 1-.22.53l-.5.5a.749.749 0 0 1-1.28-.53V4.114L10.434 2.75h.005l-.136-.136-.052-.053q-.031-.03-.058-.061a.75.75 0 0 1 .232-1.177.8.8 0 0 1 .172-.055 1 1 0 0 1 .152-.018z"];
export const InboxFunnelIcon = React.forwardRef((props, ref) => {
return (_jsx(SvgIconContainerNext, { iconName: "inbox-funnel", ref: ref, ...props, children: PATHS.map((d, i) => (_jsx("path", { d: d }, i))) }));
});
InboxFunnelIcon.displayName = "Blueprint6.Icon.Next.InboxFunnelIcon";
export default InboxFunnelIcon;
//# sourceMappingURL=inbox-funnel.js.map