@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 754 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const account_out = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = React.createElement("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