UNPKG

@blueprintjs/icons

Version:

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

28 lines 2.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VariableLayersIcon = 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 = ["M13.732 12.463a.601.601 0 0 1 .537 1.073l-2 1a.6.6 0 0 1-.537 0l-2-1a.6.6 0 0 1 .537-1.073l1.731.865zM2.662 2.332a.75.75 0 0 1 1.342.67C2.45 6.108 2.428 9.21 4.025 13.045a.751.751 0 0 1-1.384.577C.905 9.457.882 5.892 2.662 2.332m9.134 7.104a.6.6 0 0 1 .473.027l2 1a.6.6 0 0 1 0 1.074l-2 1-.065.028q-.024.009-.048.014a.6.6 0 0 1-.425-.042l-2-1a.6.6 0 0 1 0-1.074l2-1zM6.666 5.25c.308 0 .617.083.883.31.234.2.373.461.47.68.073.163.144.355.216.559a8 8 0 0 1 .314-.404C8.976 5.884 9.63 5.25 10.5 5.25a.75.75 0 0 1 0 1.5c-.131 0-.393.118-.799.605-.289.347-.55.75-.816 1.16.2.5.33.817.445 1.03l-.046.023a1.6 1.6 0 0 0-.873 1.247 2 2 0 0 1-.296-.374 5 5 0 0 1-.26-.502 6 6 0 0 1-.479.494c-.485.436-1.115.817-1.876.817a.75.75 0 0 1 0-1.5c.239 0 .525-.12.873-.433.284-.256.558-.598.827-.981q-.178-.466-.299-.813a10 10 0 0 0-.252-.673q-.03-.066-.051-.1H6a.75.75 0 0 1 0-1.5zm5.665-3.254a.75.75 0 0 1 1.006.336C14.5 4.658 14.892 6.985 14.54 9.48l-1.426-.712c.194-2.028-.185-3.896-1.12-5.766a.75.75 0 0 1 .336-1.006"]; exports.VariableLayersIcon = React.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "variable-layers", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) })); }); exports.VariableLayersIcon.displayName = "Blueprint6.Icon.Next.VariableLayersIcon"; exports.default = exports.VariableLayersIcon; //# sourceMappingURL=variable-layers.js.map