@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 725 B
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const account_out = 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",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M9 12.978h4.667m-1.556 1.555 1.556-1.555m0 0-1.556-1.556M11.047 9c-.591-.934-1.45-1.78-2.282-2.4h-3.73C3.56 7.701 2 9.505 2 11.267 2 13.704 3.21 15 6.9 15c.241 0 .472-.005.693-.017M9.933 1l-5.6.933s.934.51.934 1.867H8.3C8.3 2.442 9.933 1 9.933 1Z"
}))
});
export default account_out;
//# sourceMappingURL=account_out.js.map