react-icons-kit
Version:
React Icons Kit using various Svg Icon set
31 lines (30 loc) • 656 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_calendar_view_day_twotone = void 0;
var ic_calendar_view_day_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M3 17h18v2H3zm16-5v1H5v-1h14m2-2H3v5h18v-5zM3 6h18v2H3z"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M5 12h14v1H5z",
"opacity": ".3"
},
"children": []
}]
};
exports.ic_calendar_view_day_twotone = ic_calendar_view_day_twotone;
;