UNPKG

@blueprintjs/icons

Version:

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

28 lines 2.38 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PenNibPlusIcon = 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 = ["M14.47 10.97a.75.75 0 0 1 1.06 1.06l-3.5 3.5a.75.75 0 1 1-1.06-1.06zM1.763 1q.06 0 .12.012l.035.008q.03.006.059.014L8.61 3.138a1.7 1.7 0 0 0-.101.433L8.5 3.75c0 .388.127.745.34 1.035l-4.385-1.39 3.37 3.369Q7.91 6.75 8 6.75a1.25 1.25 0 1 1-1.236 1.074l-3.371-3.37 2.205 6.951.341.109a285 285 0 0 1 3.119 1.022l.255.09 3.329-3.328-.533-1.594q.19.045.391.046a1.74 1.74 0 0 0 1.081-.377l.63 1.89a.75.75 0 0 1-.18.767l-4 4a.75.75 0 0 1-.872.134l-.098-.038c-.111-.04-.277-.099-.486-.17-.415-.141-.976-.326-1.54-.51a418 418 0 0 0-2.07-.67l-.143-.046-.038-.011-.01-.003-.002-.001a.75.75 0 0 1-.455-.403l-.032-.085-3.25-10.25-.014-.059-.008-.034A1 1 0 0 1 1 1.763l.001-.038a1 1 0 0 1 .01-.098l.006-.034a1 1 0 0 1 .035-.121l.01-.02a1 1 0 0 1 .054-.102l.02-.03a.8.8 0 0 1 .18-.181q.016-.012.033-.022a1 1 0 0 1 .102-.054l.02-.01a.8.8 0 0 1 .253-.051zM12.5.75a.75.75 0 0 1 .75.75V3h1.5a.75.75 0 0 1 0 1.5h-1.5V6a.75.75 0 0 1-1.5 0V4.5h-1.5a.75.75 0 0 1 0-1.5h1.5V1.5a.75.75 0 0 1 .75-.75"]; exports.PenNibPlusIcon = React.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "pen-nib-plus", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) })); }); exports.PenNibPlusIcon.displayName = "Blueprint6.Icon.Next.PenNibPlusIcon"; exports.default = exports.PenNibPlusIcon; //# sourceMappingURL=pen-nib-plus.js.map