@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 986 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _path;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const account_in = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M2 10.8h4.667M5.11 12.356 6.667 10.8m0 0L5.11 9.244M6.667 6.66l.08-.06h3.729c1.475 1.101 3.035 2.905 3.035 4.667 0 2.437-1.21 3.733-4.9 3.733-1.045 0-1.89-.104-2.567-.308M11.644 1l-5.6.933s.934.51.934 1.867h3.033c0-1.358 1.633-2.8 1.633-2.8Z"
}))
});
var _default = exports.default = account_in;
//# sourceMappingURL=account_in.js.map