@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 998 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 pension_medium = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M9.75 18a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm0 0v-6M.911 16.805l3.683-13.38a2.625 2.625 0 0 1 5.156.7V9m4.5 9a4.5 4.5 0 1 0 9 0 4.5 4.5 0 0 0-9 0Zm0 0v-6m8.839 4.802L19.406 3.425a2.625 2.625 0 0 0-5.156.7V9m-4.5 0v3m0-3h4.5m-4.5 3h4.5m0 0V9"
}))
});
var _default = exports.default = pension_medium;
//# sourceMappingURL=pension_medium.js.map