UNPKG

@blueprintjs/icons

Version:

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

28 lines 2.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaintbrushIcon = 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.5 1.25a.75.75 0 0 1 .75.75c0 .452-.078.896-.209 1.324-.426 1.39-1.447 2.7-2.475 3.76a23 23 0 0 1-2.447 2.162q.03.11.054.224a4 4 0 0 1-3.923 4.78H1.5a.75.75 0 0 1-.417-1.374h.001l.021-.017q.04-.03.123-.103a3 3 0 0 0 .41-.47c.3-.425.612-1.09.612-2.036a4 4 0 0 1 4.78-3.923q.113.023.225.053c.356-.461.806-1.017 1.327-1.587l.022-.022c.401-.439.844-.885 1.315-1.306C11.188 2.33 12.813 1.25 14.5 1.25M6.737 7.798A2.5 2.5 0 0 0 3.75 10.25a5 5 0 0 1-.637 2.5H6.25a2.5 2.5 0 0 0 .487-4.952m2.54-1.527c-.233.268-.446.528-.638.77a4 4 0 0 1 .818.82c.241-.192.502-.405.77-.637a5 5 0 0 0-.95-.953m4.325-3.373c-.862.268-1.784.88-2.684 1.685q-.318.286-.617.586.571.458 1.03 1.03l.16-.159c.971-1.002 1.787-2.1 2.11-3.142"]; exports.PaintbrushIcon = React.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "paintbrush", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) })); }); exports.PaintbrushIcon.displayName = "Blueprint6.Icon.Next.PaintbrushIcon"; exports.default = exports.PaintbrushIcon; //# sourceMappingURL=paintbrush.js.map