@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
30 lines (29 loc) • 1.39 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _path, _path2;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const ainvoice = props => (0, _jsxRuntime.jsxs)("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: "M3.847 4V2.65a1 1 0 0 1 1-1h5.175a1 1 0 0 1 .764.354l2.639 3.119a1 1 0 0 1 .236.646v7.582a1 1 0 0 1-1 1H4.847a1 1 0 0 1-1-1V13"
})), _path2 || (_path2 = (0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M5.865 9.746V7.989c0-1.178-.76-1.834-2.128-1.834-1.007 0-1.681.38-1.985 1.112l1.045.532a.898.898 0 0 1 .864-.59c.504 0 .817.276.817.723v.076l-1.111.17C2.141 8.369 1.6 8.835 1.6 9.69c0 .845.636 1.406 1.615 1.406.636 0 1.14-.257 1.406-.675.123.428.465.675.969.675.228 0 .475-.038.598-.095l.02-.902c-.238 0-.343-.105-.343-.352Zm-2.384.38c-.314 0-.57-.218-.57-.494 0-.351.247-.551.798-.636l.77-.124c0 .779-.371 1.254-.998 1.254Z"
}))]
});
var _default = exports.default = ainvoice;
//# sourceMappingURL=ainvoice.js.map