@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.56 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FunctionArrowToColumnIcon = 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.47 11.22a.75.75 0 0 1 1.06 0l1.5 1.5a.8.8 0 0 1 .118.158q.024.041.044.085a.75.75 0 0 1 0 .573l-.02.041a.7.7 0 0 1-.142.203l-1.5 1.5a.75.75 0 1 1-1.06-1.06l.22-.22H5a.75.75 0 0 1 0-1.5h2.69l-.22-.22a.75.75 0 0 1 0-1.06m6.03-9.47a.75.75 0 0 1 .75.75v11a.75.75 0 0 1-.75.75H12a.75.75 0 0 1 0-1.5h.75v-9.5H10V4a.75.75 0 0 1-1.5 0V2.5a.75.75 0 0 1 .75-.75zM6.59 2a.75.75 0 0 1 0 1.5h-.604a.705.705 0 0 0-.693.578L5.082 5.5h.781a.75.75 0 0 1 0 1.5H4.86l-.582 3.916-.004.024a2.206 2.206 0 0 1-2.169 1.81H1.5a.75.75 0 0 1 0-1.5h.604a.704.704 0 0 0 .694-.578L3.343 7H2.59a.75.75 0 0 1 0-1.5h.975l.247-1.666.004-.023A2.206 2.206 0 0 1 5.987 2zM8.5 5.5c.228 0 .519.056.76.29.137.132.219.288.27.414.338-.321.85-.704 1.47-.704A.75.75 0 0 1 11 7c.003 0-.036 0-.127.05a1.7 1.7 0 0 0-.327.258c-.158.153-.314.34-.46.535l.143.376c.081.218.142.375.198.494l.02.037h.303a.75.75 0 0 1 0 1.5h-.5c-.718 0-1.04-.6-1.182-.901q0-.003-.002-.005l-.008.012c-.302.375-.816.894-1.558.894a.75.75 0 0 1 0-1.5c.008 0 .13-.013.389-.333.194-.241.344-.49.522-.774-.09-.262-.155-.488-.2-.643H8a.75.75 0 0 1 0-1.5z"];
exports.FunctionArrowToColumnIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "function-arrow-to-column", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.FunctionArrowToColumnIcon.displayName = "Blueprint6.Icon.Next.FunctionArrowToColumnIcon";
exports.default = exports.FunctionArrowToColumnIcon;
//# sourceMappingURL=function-arrow-to-column.js.map