@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 787 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const account_card = 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: "M7.468 12.712V14a1 1 0 0 0 1 1H14a1 1 0 0 0 1-1v-1.288m-7.532 0v-1.96a1 1 0 0 1 1-1H14a1 1 0 0 1 1 1v1.96m-7.532 0H15m-10 2.26c-2.99-.204-4-1.478-4-3.705C1 9.505 2.56 7.7 4.035 6.6h3.73c.245.183.493.385.735.604M8.933 1l-5.6.933s.934.51.934 1.867H7.3C7.3 2.442 8.933 1 8.933 1Z"
})));
export default account_card;
//# sourceMappingURL=account_card.js.map