@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
24 lines • 2.78 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 = ["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.006.006.004.005.006.028.029.006.004.005.006.012.012.005.005.005.006.046.046.006.005.005.005.081.081.006.005.005.006.263.264.007.006.006.006.006.006.094.094.007.006.005.006.006.007.252.252.006.005.005.005.081.082.006.004.005.006.09.091.006.005.005.006.094.094.006.004.005.006.043.043.006.005.004.006.043.042.005.005.005.006.005.005.006.004.005.006.096.096.005.005.005.005.005.006.025.024.005.004.004.005.004.005.03.03.004.003.004.005.015.015q.002 0 .005.003l.004.005.054.055.005.004.004.005.005.004.004.005.005.003.004.005.075.076.005.003.004.005.043.043.004.003.003.004.015.016.004.003.003.004.025.025.004.003.003.004.02.02.005.003.003.004.05.05.003.003.006.006.002.003.018.017.003.002.002.003.005.006.003.002.002.003.088.088h.002l.001.003.003.003h.002l.001.003.033.033.028.03a2.25 2.25 0 1 1 0 1l-.028.03-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H5.12A2.249 2.249 0 0 1 .75 8a2.25 2.25 0 0 1 4.37-.75h3.32l-.13-.129-.006-.006-.012-.011-.006-.007-.094-.094-.006-.006-.006-.006-.006-.007-.264-.263-.006-.005L7.9 6.71l-.04-.041-.006-.005-.005-.006-.03-.029-.005-.005-.005-.006-.046-.046-.006-.005-.005-.005-.012-.012-.006-.005-.004-.006-.029-.028-.006-.005L7.69 6.5l-.005-.006-.006-.005-.005-.006-.033-.033-.006-.005-.005-.005-.086-.086-.006-.005-.005-.006-.015-.016-.006-.005-.005-.006-.005-.004-.006-.005L7.49 6.3l-.005-.005-.006-.005-.004-.006-.005-.005a.75.75 0 0 1 0-1.06M3 7.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m10 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5"];
export const ArrowBetweenDotsIcon = React.forwardRef((props, ref) => {
return (_jsx(SvgIconContainerNext, { iconName: "arrow-between-dots", ref: ref, ...props, children: PATHS.map((d, i) => (_jsx("path", { d: d }, i))) }));
});
ArrowBetweenDotsIcon.displayName = "Blueprint6.Icon.Next.ArrowBetweenDotsIcon";
export default ArrowBetweenDotsIcon;
//# sourceMappingURL=arrow-between-dots.js.map