UNPKG

@blueprintjs/icons

Version:

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

28 lines 2.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CurrencyDollarIcon = 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 .75a.75.75 0 0 1 .75.75v.678c.74.094 1.468.331 2.071.732.83.552 1.429 1.425 1.429 2.59a.75.75 0 0 1-1.5 0c0-.581-.275-1.02-.759-1.34-.505-.337-1.227-.53-1.991-.53s-1.486.193-1.991.53c-.483.32-.759.759-.759 1.34 0 .428.092.694.204.868s.28.317.535.436c.557.26 1.344.336 2.325.422.896.077 1.987.164 2.838.573.45.215.865.533 1.162 1.005.295.47.436 1.04.436 1.696 0 1.23-.7 2.122-1.613 2.672-.693.416-1.534.655-2.387.743v.585a.75.75 0 0 1-1.5 0v-.585c-.853-.088-1.694-.327-2.387-.743-.914-.55-1.613-1.443-1.613-2.672a.75.75 0 0 1 1.5 0c0 .574.301 1.034.887 1.386.604.363 1.461.57 2.363.57s1.759-.207 2.363-.57c.586-.352.887-.812.887-1.386 0-.44-.094-.717-.208-.9-.114-.18-.285-.328-.538-.45-.554-.266-1.34-.345-2.318-.43-.893-.078-1.982-.16-2.832-.557-.448-.21-.865-.52-1.164-.985-.298-.466-.44-1.029-.44-1.678 0-1.165.6-2.038 1.429-2.59.603-.401 1.33-.638 2.071-.732V1.5A.75.75 0 0 1 8 .75"]; exports.CurrencyDollarIcon = React.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "currency-dollar", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) })); }); exports.CurrencyDollarIcon.displayName = "Blueprint6.Icon.Next.CurrencyDollarIcon"; exports.default = exports.CurrencyDollarIcon; //# sourceMappingURL=currency-dollar.js.map