UNPKG

@blueprintjs/icons

Version:

Components, fonts, icons, and css files for creating and displaying icons.

28 lines 2.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChartCurvedRangeIcon = 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 = ["M2 2a.75.75 0 0 1 .75.75v8.674L5.055 9.55c-.35-.718-.328-1.491-.118-2.203.254-.867.795-1.702 1.358-2.405.57-.71 1.2-1.332 1.683-1.773a18 18 0 0 1 .774-.668q.03-.025.049-.038l.012-.01.004-.004h.002v-.002a.7.7 0 0 1 .86 1.106h-.001l-.05.04-.154.127a16 16 0 0 0-.552.482c-.452.413-1.025.981-1.534 1.616-.516.644-.929 1.312-1.109 1.923q-.143.484-.069.871l7.317-5.944a.75.75 0 0 1 .946 1.164l-7.21 5.856q.265.063.585.047c.622-.03 1.345-.268 2.068-.612.713-.34 1.375-.756 1.863-1.093a16 16 0 0 0 .768-.564l.009-.007v-.001a.7.7 0 0 1 .886 1.084v.001l-.002.001-.003.003-.014.01-.047.039q-.061.049-.175.134c-.15.114-.364.273-.627.454-.524.36-1.253.822-2.056 1.204-.794.377-1.713.703-2.603.746-.644.03-1.299-.09-1.866-.458L4.112 12.25H14a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75V2.75A.75.75 0 0 1 2 2"]; exports.ChartCurvedRangeIcon = React.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "chart-curved-range", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) })); }); exports.ChartCurvedRangeIcon.displayName = "Blueprint6.Icon.Next.ChartCurvedRangeIcon"; exports.default = exports.ChartCurvedRangeIcon; //# sourceMappingURL=chart-curved-range.js.map