@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 956 B
JavaScript
;
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 insurance = 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: "M8 1.933a7 7 0 0 1 7 7l-.505-.42a2.93 2.93 0 0 0-4.162.42A3.297 3.297 0 0 0 8 7.966m0-6.033a7 7 0 0 0-7 7l.505-.42a2.929 2.929 0 0 1 4.162.42A3.298 3.298 0 0 1 8 7.966m0-6.033V1m0 6.966v6.099a.934.934 0 0 1-1.867 0"
}))
});
var _default = exports.default = insurance;
//# sourceMappingURL=insurance.js.map