UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

35 lines (34 loc) 2.28 kB
/** * 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. */ import Icon from "../Icon.js"; import React from "react"; import { jsx, jsxs } from "react/jsx-runtime"; //#region virtual:encryption--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 Encryption_02 = /*#__PURE__*/ React.forwardRef(function Encryption_02({ children, ...rest }, ref) { return /* @__PURE__ */ jsxs(Icon, { width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref, ...rest, children: [/* @__PURE__ */ jsx("path", { d: "M16.36,18.452V21c0,0.199-0.161,0.36-0.36,0.36 s-0.36-0.161-0.36-0.36v-2.548C14.986,18.29,14.5,17.704,14.5,17c0-0.828,0.672-1.5,1.5-1.5c0.828,0,1.5,0.672,1.5,1.5 C17.5,17.704,17.014,18.29,16.36,18.452z M6.36,23H5.64V12c0-0.199,0.161-0.36,0.36-0.36h4.64V6c0-2.956,2.404-5.36,5.36-5.36 c2.955,0,5.36,2.404,5.36,5.36v5.64H26c0.199,0,0.36,0.161,0.36,0.36v11h-0.72V12.36H6.36V23z M11.36,11.64h9.28V6 c0-2.559-2.081-4.64-4.64-4.64S11.36,3.441,11.36,6V11.64z M21.917,26.178l-1.557,0.367V25h-0.72v1.545l-1.557-0.367l-0.166,0.701 l1.501,0.354l-1.025,1.57l0.604,0.395L20,27.658l1.004,1.539l0.604-0.395l-1.025-1.57l1.501-0.354L21.917,26.178z M13.917,26.178 l-1.558,0.367V25h-0.72v1.545l-1.558-0.367l-0.165,0.701l1.5,0.354l-1.025,1.57l0.603,0.395L12,27.658l1.004,1.539l0.603-0.395 l-1.025-1.57l1.5-0.354L13.917,26.178z M25.917,26.879l1.501,0.354l-1.025,1.57l0.604,0.395L28,27.658l1.004,1.539l0.604-0.395 l-1.025-1.57l1.501-0.354l-0.166-0.701l-1.557,0.367V25H27.64v1.545l-1.557-0.367L25.917,26.879z M2.393,28.803l0.603,0.395 L4,27.658l1.004,1.539l0.603-0.395l-1.025-1.57l1.5-0.354l-0.165-0.701L4.36,26.545V25H3.64v1.545l-1.558-0.367l-0.165,0.701 l1.5,0.354L2.393,28.803z M17,31.36h6v-0.72h-6V31.36z M25,30.64v0.721h6V30.64H25z M1,31.36h6v-0.72H1V31.36z M9,31.36h6v-0.72H9 V31.36z" }), children] }); }); //#endregion export { Encryption_02 as default };