react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 545 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_calendar_today = void 0;
var ic_calendar_today = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"
},
"children": []
}]
};
exports.ic_calendar_today = ic_calendar_today;
;