@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
28 lines • 2.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShieldIcon = 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 .5c.199 0 .39.08.53.22.425.425 1.352 1.072 2.46 1.687 1.098.61 2.283 1.138 3.192 1.365a.75.75 0 0 1 .568.728c0 2.208-.255 4.163-1.213 5.969-.96 1.808-2.58 3.382-5.151 4.925a.75.75 0 0 1-.772 0c-2.571-1.543-4.191-3.117-5.151-4.925C1.505 8.663 1.25 6.709 1.25 4.5a.75.75 0 0 1 .568-.728c.909-.227 2.094-.754 3.193-1.365C6.118 1.792 7.045 1.145 7.47.72l.114-.094A.75.75 0 0 1 8 .5m-.75 2.291c-.46.312-.977.63-1.51.927-.955.53-2.023 1.028-2.982 1.34.042 1.845.309 3.35 1.03 4.708.657 1.238 1.724 2.411 3.462 3.61zm1.5 10.585c1.738-1.199 2.805-2.372 3.463-3.61.72-1.358.986-2.863 1.028-4.708-.958-.312-2.027-.81-2.98-1.34A20 20 0 0 1 8.75 2.79z"];
exports.ShieldIcon = React.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(svgIconContainerNext_1.SvgIconContainerNext, { iconName: "shield", ref: ref, ...props, children: PATHS.map((d, i) => ((0, jsx_runtime_1.jsx)("path", { d: d }, i))) }));
});
exports.ShieldIcon.displayName = "Blueprint6.Icon.Next.ShieldIcon";
exports.default = exports.ShieldIcon;
//# sourceMappingURL=shield.js.map