UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

27 lines (26 loc) 1 kB
"use strict"; 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 = 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: "M6.6 11.719a2.8 2.8 0 1 1-5.6 0 2.8 2.8 0 0 1 5.6 0Zm0 0v-3.72m-5.5 2.977L3.392 2.65a1.633 1.633 0 0 1 3.208.436V5.5m2.8 6.219a2.8 2.8 0 1 0 5.6 0 2.8 2.8 0 0 0-5.6 0Zm0 0v-3.72m5.5 2.975L12.608 2.65a1.633 1.633 0 0 0-3.208.436V5.5m-2.8 0V8m0-2.5h2.8M6.6 8h2.8m0 0V5.5" })) }); var _default = exports.default = pension; //# sourceMappingURL=pension.js.map