@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 767 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const deleted_invoice = 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: "M3.856 3v-.35a1 1 0 0 1 1-1h5.176a1 1 0 0 1 .763.354l2.639 3.119a1 1 0 0 1 .237.646v7.582a1 1 0 0 1-1 1H4.856a1 1 0 0 1-1-1V13M1.673 5.316l.727 4.923c.021.244.253.427.51.427h2.48c.257 0 .489-.183.51-.427l.782-4.923m-5.009 0H.97m.703 0h5.01m0 0H7.3"
})));
export default deleted_invoice;
//# sourceMappingURL=deleted_invoice.js.map