@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
28 lines (27 loc) • 984 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 = 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: "M9.791 6.751h-3.33c-1.318.983-2.711 2.594-2.711 4.167 0 2.177 1.08 3.335 4.376 3.335 3.295 0 4.376-1.158 4.376-3.335 0-1.573-1.393-3.184-2.71-4.167Zm1.044-5.001-5.001.833s.833.455.833 1.667h2.71c0-1.212 1.458-2.5 1.458-2.5Z",
clipRule: "evenodd"
}))
});
var _default = exports.default = account;
//# sourceMappingURL=account.js.map