UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

27 lines (26 loc) 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); var _path; function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const account_card = props => (0, _jsxRuntime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: _path || (_path = (0, _jsxRuntime.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" })) }); var _default = exports.default = account_card; //# sourceMappingURL=account_card.js.map