@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.45 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:security--02/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 Security_02 = /*#__PURE__*/ react.default.forwardRef(function Security_02({ 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: "M16,31.36C8.082,31.36,1.64,24.918,1.64,17V1 c0-0.199,0.161-0.36,0.36-0.36h28c0.199,0,0.36,0.161,0.36,0.36v16C30.36,24.918,23.918,31.36,16,31.36z M16.36,26.36v4.275 c3.757-0.099,7.141-1.723,9.553-4.275H16.36z M2.36,1.36V17c0,7.4,5.925,13.444,13.28,13.636v-8.324c-0.576-0.158-1-0.687-1-1.312 s0.424-1.153,1-1.312V7.312c-0.576-0.158-1-0.686-1-1.312s0.424-1.153,1-1.312V1.36H2.36z M16.36,25.64h10.187 c1.033-1.259,1.847-2.705,2.379-4.279H17.312c-0.127,0.461-0.491,0.824-0.952,0.951V25.64z M16,20.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,20.36,16,20.36z M17.312,20.64h11.835c0.321-1.159,0.493-2.38,0.493-3.64v-0.64 H16.36v3.329C16.821,19.815,17.185,20.179,17.312,20.64z M16.36,15.64h13.28v-4.28h-2.328c-0.158,0.576-0.687,1-1.312,1 s-1.153-0.424-1.312-1H16.36V15.64z M26,10.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S26.353,10.36,26,10.36z M27.312,10.64h2.328V6.36H17.312c-0.127,0.461-0.491,0.825-0.952,0.952v3.329h8.329 c0.158-0.576,0.687-1,1.312-1S27.153,10.064,27.312,10.64z M16,5.36c-0.353,0-0.64,0.287-0.64,0.64S15.647,6.64,16,6.64 c0.353,0,0.64-0.287,0.64-0.64S16.353,5.36,16,5.36z M17.312,5.64H29.64V1.36H16.36v3.329C16.821,4.815,17.185,5.179,17.312,5.64z" }), children]
});
});
//#endregion
module.exports = Security_02;