@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 1.66 kB
JavaScript
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
const require_rolldown_runtime = require("../rolldown-runtime-BmbvWPDh.cjs");
const require_Icon_js = require("../Icon.js");
let react = require("react");
react = require_rolldown_runtime.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:under--utilized--security/index.js
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
const UnderUtilizedSecurity = /*#__PURE__*/ react.default.forwardRef(function UnderUtilizedSecurity({ children, ...rest }, ref) {
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon_js, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.811,26.812l-4.33-2.5l0.359-0.623l4.33,2.5L28.811,26.812z M31,19.36h-5v-0.72h5 V19.36z M16,19.36L1,19.355v-0.721l15,0.005V19.36z M24.84,14.312l-0.359-0.624l4.33-2.5l0.359,0.624L24.84,14.312z M7.16,14.312 l-4.33-2.5l0.36-0.624l4.33,2.5L7.16,14.312z M21.312,10.52l-0.623-0.36l2.5-4.33l0.623,0.36L21.312,10.52z M10.688,10.52l-2.5-4.33 l0.624-0.36l2.5,4.33L10.688,10.52z M16.36,9h-0.72V4h0.72V9z" }), children]
});
});
//#endregion
module.exports = UnderUtilizedSecurity;