@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
19 lines • 666 B
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const digipass_private = props => _jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeWidth: 1.5,
d: "M4.5 4.468C2.408 5.073 1 6.205 1 7.5s1.408 2.427 3.5 3.032m0-6.064C5.53 4.17 6.725 4 8 4c3.866 0 7 1.567 7 3.5S11.866 11 8 11c-1.275 0-2.47-.17-3.5-.468m0-6.064c.438.99 1.05 3.59 0 6.064M7.563 7.5H11.5"
}))
});
export default digipass_private;
//# sourceMappingURL=digipass_private.js.map