@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
19 lines • 758 B
JavaScript
var _path;
import { jsx as _jsx } from "react/jsx-runtime";
const passkey_medium = props => _jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 25 25",
...props,
children: _path || (_path = _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M12.72 12.94A7.021 7.021 0 0 0 .787 17.966m15.44 1.744a.39.39 0 0 1-.553.552m.552-.552a.39.39 0 1 0-.552.552m.552-.552-.552.552M7.816 9.373a4.296 4.296 0 1 0 0-8.592 4.296 4.296 0 0 0 0 8.592Zm12.066 9.07 3.84-3.84a1.694 1.694 0 1 0-2.395-2.395l-3.836 3.844a4.23 4.23 0 1 0 2.395 2.395l-.004-.003Z"
}))
});
export default passkey_medium;
//# sourceMappingURL=passkey_medium.js.map