@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
17 lines • 702 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const calendar_add_medium = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24"
}, props), _path || (_path = React.createElement("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"
})));
export default calendar_add_medium;
//# sourceMappingURL=calendar_add_medium.js.map