@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 716 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const insurance = 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: "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"
})));
export default insurance;
//# sourceMappingURL=insurance.js.map