@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 3.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrowBetweenDotsFilledIcon = 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 5.22a.75.75 0 0 1 1.06 0l.02.02.007.005.005.006.004.005.006.005.005.006.016.015.006.005.005.006.13.13.005.005.005.006.006.005.006.005.005.006.028.028.006.005.005.006.012.012.005.005.005.006.046.046.006.004.005.006.03.03.005.004.005.006.041.041.006.005.005.006.263.264.007.006.006.005.006.007.094.094.007.006.005.006.006.007.252.252.006.004.005.006.047.047.006.005.005.006.023.023.006.005.005.006.023.024.006.004.005.006.057.057.005.005.005.006.056.055.006.005.005.006.027.027.006.005.005.006.043.043.006.005.004.006.027.026.006.005.005.006.005.005.005.005.005.006.005.005.006.004.005.006.05.051.006.005.005.006.035.034.005.005.005.005.005.006.025.024.005.004.004.005.004.005.03.029.004.004.004.005.015.014.005.004.004.005.054.055.005.004.004.005.005.004.004.004.005.004.004.005.075.075.005.004.004.005.043.043.004.003.003.004.015.016.004.003.003.003.025.026.004.003.003.004.02.02.005.003.003.004.046.047.004.003.01.009.001.003.018.017.003.002.002.003.005.006.003.002.002.003.003.003.003.002.002.003.08.08h.002l.001.003.003.003h.002l.001.002.033.034.028.03a2.25 2.25 0 1 1 0 .999l-.028.031-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H5.12A2.248 2.248 0 0 1 .75 8a2.25 2.25 0 0 1 4.37-.75h3.32l-.135-.135-.007-.006-.006-.006-.006-.006-.094-.094-.006-.006-.006-.006-.006-.007-.264-.263-.006-.005L7.9 6.71l-.04-.041-.006-.005-.005-.006-.03-.03-.005-.004-.005-.006-.046-.046-.006-.005-.005-.006-.012-.011-.006-.005-.004-.006-.029-.028-.006-.005L7.69 6.5l-.005-.006-.006-.005-.005-.006-.13-.13-.006-.004-.005-.006-.015-.016-.006-.005-.005-.006-.005-.005-.006-.004L7.49 6.3l-.02-.02a.75.75 0 0 1 0-1.061"];
exports.ArrowBetweenDotsFilledIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "arrow-between-dots-filled", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.ArrowBetweenDotsFilledIcon.displayName = "Blueprint6.Icon.Next.ArrowBetweenDotsFilledIcon";
exports.default = exports.ArrowBetweenDotsFilledIcon;
//# sourceMappingURL=arrow-between-dots-filled.js.map