@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
26 lines (25 loc) • 940 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 calendar_add_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",
strokeWidth: 1.5,
d: "M6.5 1v2.5m0 0V6m0-2.5h11m-11 0h-4a1 1 0 0 0-1 1v5m16-8.5v2.5m0 0V6m0-2.5h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-20m9 13h-8a1 1 0 0 1-1-1v-12M17 15v2m0 0v2m0-2h-2m2 0h2m3 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"
}))
});
var _default = exports.default = calendar_add_medium;
//# sourceMappingURL=calendar_add_medium.js.map