@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
32 lines (31 loc) • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _path, _circle;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const calendar_add = props => (0, _jsxRuntime.jsxs)("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",
strokeWidth: 1.5,
d: "M5.256 1v1.628m0 0v1.628m0-1.628h5.494m-5.494 0H2a1 1 0 0 0-1 1V7.5M10.75 1v1.628m0 0v1.628m0-1.628H14a1 1 0 0 1 1 1V4M3 15H2a1 1 0 0 1-1-1V7.5m0 0h3m7 2v3M9.5 11h3"
})), _circle || (_circle = (0, _jsxRuntime.jsx)("circle", {
cx: 11,
cy: 11,
r: 4,
stroke: "#000",
strokeWidth: 1.5
}))]
});
var _default = exports.default = calendar_add;
//# sourceMappingURL=calendar_add.js.map