@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
21 lines • 715 B
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const account = 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.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"
}))
});
export default account;
//# sourceMappingURL=account.js.map