@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.63 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrowsSpinIcon = 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 = ["M1.5 11.25c0-.595.28-1.102.664-1.496.38-.391.894-.71 1.47-.96.749-.325 1.66-.56 2.662-.688L5.97 7.78a.75.75 0 1 1 1.06-1.06l1.5 1.5a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l.055-.057a8 8 0 0 0-1.792.507c-.464.202-.792.423-.994.63-.198.203-.239.355-.239.45s.041.246.24.45c.2.207.53.428.993.63C5.16 12.732 6.49 13 8 13s2.84-.268 3.767-.67c.464-.202.792-.423.994-.63.198-.203.239-.355.239-.45a.75.75 0 0 1 1.5 0c0 .595-.28 1.101-.664 1.496-.38.391-.894.71-1.47.96-1.156.502-2.7.794-4.366.794s-3.21-.292-4.365-.794c-.577-.25-1.09-.569-1.47-.96-.385-.395-.665-.901-.665-1.496m11.25-5.5c0-.044-.02-.158-.204-.337-.187-.18-.497-.378-.94-.56-.65-.266-1.512-.466-2.497-.554l.171.17A.75.75 0 1 1 8.22 5.53l-1.5-1.5a.74.74 0 0 1-.212-.616.74.74 0 0 1 .212-.444l1.5-1.5a.75.75 0 1 1 1.06 1.06l-.259.258c1.196.087 2.287.323 3.152.677.55.225 1.046.513 1.416.87.372.36.661.838.661 1.415 0 .735-.463 1.303-.99 1.692-.538.398-1.26.703-2.067.918a.75.75 0 1 1-.386-1.449c.698-.186 1.227-.428 1.562-.676.346-.255.381-.43.381-.485m-11 0c0-.657.372-1.183.821-1.56.452-.379 1.058-.677 1.734-.901a.75.75 0 0 1 .471 1.424c-.569.188-.984.411-1.24.627-.26.218-.286.36-.286.41 0 .047.023.176.249.378a.75.75 0 0 1-.998 1.121c-.416-.37-.751-.876-.751-1.5"];
exports.ArrowsSpinIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "arrows-spin", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.ArrowsSpinIcon.displayName = "Blueprint6.Icon.Next.ArrowsSpinIcon";
exports.default = exports.ArrowsSpinIcon;
//# sourceMappingURL=arrows-spin.js.map