@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 758 B
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const account_card = 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: "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