@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
19 lines • 742 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const account = 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.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