@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 687 B
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const insurance = props => _jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = _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"
}))
});
export default insurance;
//# sourceMappingURL=insurance.js.map