@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
24 lines • 3.07 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 = ["M2 2.25a.75.75 0 0 1 .75.75v5.347l2.756-2.411A.75.75 0 0 1 6.45 5.9l3.525 2.644 1.552-1.295c.316.31.747.5 1.223.501l.179-.01q.274-.029.517-.136l-2.966 2.472a.75.75 0 0 1-.93.024L6.036 7.464 2.75 10.34v1.91H14a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75V3A.75.75 0 0 1 2 2.25M12.75.75a.75.75 0 0 1 .75.75v.396l.05.021.042.02q.036.016.073.036.034.016.067.035l.018.01.016.01a2 2 0 0 1 .125.08l.042.03.047.036.344-.198a.75.75 0 0 1 .75 1.298l-.344.199.006.051.005.05q.004.04.005.083l.003.069.001.024-.001.016-.003.077q-.001.04-.005.083l-.005.049-.007.051.345.2a.75.75 0 0 1-.75 1.298l-.344-.199-.047.036-.042.03a2 2 0 0 1-.125.08l-.016.011-.018.01-.067.034-.073.037-.042.019-.05.02V6A.75.75 0 0 1 12 6v-.397l-.055-.023-.037-.018-.071-.035-.066-.034q-.01-.006-.021-.01l-.023-.015-.062-.04-.056-.037-.049-.034-.04-.032-.343.2a.75.75 0 0 1-.75-1.3l.344-.198-.008-.063-.003-.037q-.004-.04-.005-.08l-.003-.07-.002-.027.002-.028q0-.032.003-.065.001-.042.005-.085l.005-.048.006-.051-.344-.199a.75.75 0 1 1 .75-1.298l.343.198.04-.032.05-.034.055-.038.063-.039.022-.013.021-.012.066-.034.071-.035.037-.018.055-.023V1.5a.75.75 0 0 1 .75-.75m-.031 2.503q-.02 0-.038.003l-.02.004a.5.5 0 0 0-.141.048l-.01.005-.069.045-.013.011a.5.5 0 0 0-.097.11l-.008.013-.035.071-.007.02-.013.044-.005.019q-.004.018-.006.039l-.004.034-.001.031v.024a.6.6 0 0 0 .03.146l.005.015.016.034.02.038.008.013.024.032a.5.5 0 0 0 .073.078l.013.01.069.047.008.003a.5.5 0 0 0 .143.05q.01 0 .02.003l.038.003.031.001h.03q.02-.001.04-.005a.5.5 0 0 0 .091-.021l.027-.01.046-.023.007-.002.026-.016.045-.032.015-.014.045-.044.024-.028.023-.032.008-.013.02-.037q.011-.022.019-.045l.002-.005.02-.074.004-.026.005-.049.001-.021v-.024l-.005-.046-.005-.03-.01-.04q-.003-.013-.01-.027 0-.006-.003-.01l-.02-.046q-.008-.018-.018-.035l-.008-.013a.5.5 0 0 0-.1-.11l-.008-.008-.038-.028-.035-.021-.005-.002-.05-.023-.022-.009a.5.5 0 0 0-.09-.021l-.042-.005z"];
export const ChartLineGearIcon = React.forwardRef((props, ref) => {
return (_jsx(SvgIconContainerNext, { iconName: "chart-line-gear", ref: ref, ...props, children: PATHS.map((d, i) => (_jsx("path", { d: d }, i))) }));
});
ChartLineGearIcon.displayName = "Blueprint6.Icon.Next.ChartLineGearIcon";
export default ChartLineGearIcon;
//# sourceMappingURL=chart-line-gear.js.map