@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.35 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CubePlusIcon = 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 = ["M8 1.001c.21 0 .417.053.6.153l.988.54-.01.01a2 2 0 0 0-.108.107l-.022.022a2 2 0 0 0-.094.115l-.019.026a2 2 0 0 0-.163.272l-.019.04-.037.093-.031.085q-.015.048-.027.097-.011.035-.019.07-.029.143-.035.293Q9 2.962 9 3v.001l.004.082L8 2.535 3.499 5l4.5 2.464 3.3-1.808q.045.19.13.363l.006.012.027.055c.179.33.46.593.802.752L8.75 8.762v4.79l4.5-2.463V6.98a1.74 1.74 0 0 0 1.155-.69l.013-.017q.033-.045.062-.091l.038-.065a1.8 1.8 0 0 0 .18-.454l.018-.075.013-.082q.009-.051.014-.104.006-.075.007-.15v5.988a1.25 1.25 0 0 1-.65 1.093l-5.5 3.012a1.25 1.25 0 0 1-.5.147.8.8 0 0 1-.2 0 1.25 1.25 0 0 1-.5-.146v-.001l-5.5-3.011v-.001a1.25 1.25 0 0 1-.65-1.093V5.26l.012-.167a1.3 1.3 0 0 1 .076-.286l.015-.04.033-.07.015-.025.025-.048.095-.138c.103-.13.231-.24.378-.32L7.4 1.154c.184-.1.39-.153.6-.153M2.75 11.089l4.5 2.464V8.762l-4.5-2.463zM13 0a.75.75 0 0 1 .75.751v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 13 0"];
exports.CubePlusIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "cube-plus", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.CubePlusIcon.displayName = "Blueprint6.Icon.Next.CubePlusIcon";
exports.default = exports.CubePlusIcon;
//# sourceMappingURL=cube-plus.js.map