@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.26 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ManyToManyIcon = 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 = ["M12.75 1.75a2.5 2.5 0 0 1 0 5 2.49 2.49 0 0 1-1.986-.987c-.48.055-.812.285-1.102.645-.326.404-.575.945-.849 1.592.274.647.523 1.188.85 1.592.29.36.621.589 1.1.644a2.5 2.5 0 0 1 1.987-.986 2.5 2.5 0 1 1-2.5 2.5l.004-.082c-.754-.17-1.323-.593-1.76-1.135A5.3 5.3 0 0 1 8 9.785a5.3 5.3 0 0 1-.494.748c-.437.543-1.007.966-1.76 1.135 0 .027.004.055.004.082a2.5 2.5 0 1 1-2.5-2.5c.81 0 1.529.388 1.985.986.48-.055.812-.284 1.103-.644.325-.404.574-.945.848-1.592-.274-.647-.523-1.188-.848-1.592-.29-.36-.623-.59-1.103-.645a2.5 2.5 0 0 1-1.985.987 2.5 2.5 0 1 1 2.5-2.5l-.005.081c.754.17 1.324.593 1.76 1.136.186.23.348.484.495.747.147-.263.31-.517.494-.747.437-.542 1.006-.966 1.76-1.136q-.003-.04-.004-.081a2.5 2.5 0 0 1 2.5-2.5m-9.5 9a1 1 0 1 0 0 2 1 1 0 0 0 0-2m9.5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-9.5-7.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2m9.5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2"];
exports.ManyToManyIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "many-to-many", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.ManyToManyIcon.displayName = "Blueprint6.Icon.Next.ManyToManyIcon";
exports.default = exports.ManyToManyIcon;
//# sourceMappingURL=many-to-many.js.map