react-icons-kit
Version:
React Icons Kit using various Svg Icon set
31 lines (30 loc) • 778 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_view_agenda_twotone = void 0;
var ic_view_agenda_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M20 3H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-1 6H4V5h15v4zm1 4H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zm-1 6H4v-4h15v4z"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M4 15h15v4H4zM4 5h15v4H4z",
"opacity": ".3"
},
"children": []
}]
};
exports.ic_view_agenda_twotone = ic_view_agenda_twotone;
;