UNPKG

@icongo/vv

Version:
31 lines (30 loc) 1.12 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.VVLock = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var VVLock = function VVLock(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", { d: "M11 18h26v23H11z", style: { fill: "#ff6e6e" } }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M31 18v-3a7.213 7.213 0 0 0-7-7c-3.584 0-7 3.863-7 7v3h-3v-3A10.068 10.068 0 0 1 24 5c6.188 0 10 5.656 10 10v3h-3ZM11 39h26v2H11v-2Zm13-15a4 4 0 1 1-4 4 4 4 0 0 1 4-4Zm-2 4h4v8h-4v-8Z", style: { fill: "#0c0058", fillRule: "evenodd" } })] })); }; exports.VVLock = VVLock;