UNPKG

@icongo/fc

Version:
33 lines (32 loc) 1.74 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCDataEncryption = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCDataEncryption = function FCDataEncryption(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#D1C4E9", d: "M38 7H10c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h28c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 12H10c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h25.1c1.3-1.3 4.9-.9 4.9-2v-6c0-1.1-.9-2-2-2zm-3.6 12H10c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h28c1.1 0 2-.9 2-2v-2.4c0-3.1-2.5-5.6-5.6-5.6z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#FFA000", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m43 46-2 2h-2l-2-2V35.4h6V40l-1 1 1 1v1l-1 1 1 1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M47.5 28.5c-.3-.9-1-1.6-2-1.8-1.3-.3-3.3-.7-5.5-.7s-4.2.4-5.5.6c-1 .2-1.7.9-2 1.8-.2 1-.5 2.2-.5 3.6s.3 2.6.5 3.5c.3.9 1 1.6 2 1.8 1.3.3 3.2.6 5.5.6s4.2-.4 5.5-.6c1-.2 1.7-.9 2-1.8.3-.9.5-2.1.5-3.5s-.3-2.6-.5-3.5zM42.9 31h-5.7c-.6 0-1.1-.5-1.1-1.1v-1.4c0-.3 1.8-.6 4-.6s4 .3 4 .6v1.4c-.1.6-.6 1.1-1.2 1.1z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#D68600", d: "M39 37.1h1V48h-1z" })] })); }; exports.FCDataEncryption = FCDataEncryption;