@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines • 927 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _g, _defs;
import React from 'react';
const unlock = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _g || (_g = React.createElement("g", {
clipPath: "url(#unlock_svg__a)"
}, React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M1 6.793V4.38a3.38 3.38 0 0 1 6.759 0v1.69M9.93 9.931v1.931M5.103 7.034c0-.533.433-.965.966-.965h7.965c.534 0 .966.432.966.965v7a.966.966 0 0 1-.966.966H6.07a.966.966 0 0 1-.966-.966v-7Z"
}))), _defs || (_defs = React.createElement("defs", null, React.createElement("clipPath", {
id: "unlock_svg__a"
}, React.createElement("path", {
fill: "#fff",
d: "M0 0h16v16H0z"
})))));
export default unlock;
//# sourceMappingURL=unlock.js.map