@icongo/vv
Version:
Vivid Icons
23 lines • 755 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVLock = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M11 18h26v23H11z",
style: {
fill: "#ff6e6e"
}
}), /*#__PURE__*/_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"
}
})]
}));
export { VVLock };