UNPKG

@blueprintjs/icons

Version:

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

28 lines 3.73 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FileCssFilledIcon = 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 = ["M4.3 9.028q.362.04.698.182c.297.126.567.31.791.542a.75.75 0 0 1-1.078 1.043.9.9 0 0 0-.299-.204 1 1 0 0 0-.367-.077C3.539 10.517 3 11 3 11.764c0 .763.539 1.245 1.045 1.249a1 1 0 0 0 .367-.076.9.9 0 0 0 .299-.204.75.75 0 0 1 1.078 1.042 2.4 2.4 0 0 1-.79.542 2.5 2.5 0 0 1-.94.197h-.01c-1.48 0-2.549-1.309-2.549-2.75s1.069-2.75 2.55-2.75h.009zm3.838-.008c.302-.02.582.018.774.056a3 3 0 0 1 .315.08l.023.007.01.004h.003v.001a.75.75 0 0 1-.48 1.42H8.78a1.4 1.4 0 0 0-.163-.041 1.5 1.5 0 0 0-.379-.031c-.125.008-.174.037-.184.046-.301.238.384.416.462.445.24.089.647.235.96.516.377.337.573.813.513 1.407-.05.505-.255.926-.611 1.21-.336.27-.724.352-1.024.37a3 3 0 0 1-.777-.067 3 3 0 0 1-.339-.091l-.008-.003-.002-.001-.001-.001a.75.75 0 1 1 .504-1.412l.03.008q.046.015.13.034c.118.025.254.042.374.035.12-.008.166-.035.175-.042q.002.001.017-.025c.01-.02.03-.07.04-.165.014-.137-.018-.138-.021-.14-.066-.059-.191-.119-.48-.226-.224-.082-.626-.218-.934-.465a1.5 1.5 0 0 1-.442-.571 1.6 1.6 0 0 1-.111-.788c.05-.504.257-.92.612-1.202.334-.265.718-.348 1.017-.368m4 0c.302-.02.582.018.774.056a3 3 0 0 1 .315.08l.023.007.008.003.003.001h.002v.001a.75.75 0 0 1-.48 1.42h-.003a2 2 0 0 0-.163-.041 1.5 1.5 0 0 0-.379-.031c-.125.008-.174.037-.184.046-.29.23.357.406.462.445.24.089.647.235.96.516.377.337.573.813.513 1.407-.05.505-.255.926-.611 1.21-.336.27-.724.352-1.024.37a3 3 0 0 1-.777-.067 3 3 0 0 1-.315-.084l-.024-.007-.008-.003-.003-.001v-.001a.75.75 0 1 1 .504-1.412l.03.008q.046.015.13.034c.118.025.254.042.374.035.12-.008.166-.035.175-.042q.002.001.017-.025c.01-.02.03-.07.04-.165.014-.137-.018-.138-.021-.14-.066-.059-.191-.119-.48-.226-.224-.082-.626-.218-.934-.465a1.5 1.5 0 0 1-.442-.571 1.6 1.6 0 0 1-.111-.788c.05-.504.257-.92.612-1.202.334-.265.718-.348 1.017-.368M8.65 5.5a.6.6 0 0 0 .6.6h4.25v2.092l-.077-.021a4.4 4.4 0 0 0-1.047-.156l-.306.006c-.412.028-1.021.147-1.571.583a3 3 0 0 0-.153.133 1.74 1.74 0 0 0-.678-.482q-.025-.013-.043-.02c-.02-.009-.038-.014-.041-.015l-.01-.002-.007-.003-.003-.001-.003-.002H9.56L9.524 8.2l-.101-.03a4.4 4.4 0 0 0-1.047-.155l-.306.006c-.412.028-1.021.147-1.571.583a3 3 0 0 0-.241.22 3.4 3.4 0 0 0-.714-.464l-.155-.07a3.5 3.5 0 0 0-1.029-.26l-.24-.014-.061-.002h-.01A3.4 3.4 0 0 0 2.5 8.38V2.5a1.25 1.25 0 0 1 1.25-1.25h4.9zm.967 2.732.006.003-.02-.007zM13.21 4.9H9.85V1.54z"]; exports.FileCssFilledIcon = React.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "file-css-filled", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) })); }); exports.FileCssFilledIcon.displayName = "Blueprint6.Icon.Next.FileCssFilledIcon"; exports.default = exports.FileCssFilledIcon; //# sourceMappingURL=file-css-filled.js.map