@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.29 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HatFilledIcon = 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 = ["M13.294 8.561c.509.186.972.4 1.354.642.572.363 1.102.884 1.102 1.588 0 .569-.34 1.037-.774 1.393-.44.36-1.046.664-1.74.91-1.396.492-3.267.79-5.236.79s-3.84-.298-5.235-.79c-.696-.246-1.3-.55-1.74-.91C.59 11.828.25 11.36.25 10.791c0-.704.53-1.225 1.103-1.588.329-.21.72-.398 1.148-.565.2.137.43.27.676.389.42.204.92.398 1.455.565 1.063.333 2.303.574 3.368.574 1.07 0 2.19-.243 3.16-.579.838-.29 1.595-.66 2.134-1.026M9.297 1.976a1.5 1.5 0 0 1 1.153.014c.574.232.95.758 1.206 1.31.262.564.44 1.245.572 1.918.133.678.225 1.376.301 1.982l.078.615a8.8 8.8 0 0 1-1.774.827c-.897.31-1.904.525-2.833.525-.935 0-2.07-.217-3.07-.53a10 10 0 0 1-1.318-.51 5 5 0 0 1-.266-.14l.064-.665c.05-.546.107-1.168.194-1.763.088-.591.21-1.187.402-1.678.184-.47.478-.962.984-1.165.266-.106.536-.083.75-.039s.44.126.638.198c.43.158.803.295 1.172.295.12 0 .246-.045.409-.163.178-.128.332-.287.557-.494.201-.185.462-.409.78-.537"];
exports.HatFilledIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "hat-filled", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.HatFilledIcon.displayName = "Blueprint6.Icon.Next.HatFilledIcon";
exports.default = exports.HatFilledIcon;
//# sourceMappingURL=hat-filled.js.map