@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.25 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:document--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 DocumentSecurity_02 = /*#__PURE__*/ react.default.forwardRef(function DocumentSecurity_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: "M17,31.36H2 c-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h18c0.096,0,0.188,0.038,0.255,0.105l6,6 C26.322,6.813,26.36,6.904,26.36,7v7h-0.72V7.36H20c-0.199,0-0.36-0.161-0.36-0.36V1.36H2.36v29.28H17V31.36z M20.36,6.64h4.771 L20.36,1.869V6.64z M29,31.36c-0.07,0-0.14-0.021-0.199-0.061L26,29.433L23.199,31.3c-0.11,0.074-0.252,0.079-0.369,0.018 c-0.117-0.062-0.19-0.185-0.19-0.317v-7.225c-0.624-0.754-1-1.722-1-2.775c0-2.404,1.956-4.36,4.36-4.36s4.36,1.956,4.36,4.36 c0,1.054-0.376,2.021-1,2.775V31c0,0.133-0.073,0.255-0.19,0.317C29.116,31.346,29.059,31.36,29,31.36z M26,28.64 c0.069,0,0.14,0.021,0.199,0.061l2.44,1.627v-5.859c-0.732,0.56-1.648,0.893-2.64,0.893s-1.907-0.333-2.64-0.893v5.859l2.44-1.627 C25.86,28.66,25.931,28.64,26,28.64z M26,17.36c-2.007,0-3.64,1.633-3.64,3.64s1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64 S28.007,17.36,26,17.36z M16,27.36H6v-0.72h10V27.36z M16,23.36H6v-0.72h10V23.36z M16,19.36H6v-0.72h10V19.36z M16,15.36H6v-0.72 h10V15.36z M22,11.36H6v-0.72h16V11.36z" }), children]
});
});
//#endregion
module.exports = DocumentSecurity_02;