react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 583 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_view_agenda = void 0;
var ic_view_agenda = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M20 13H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zm0-10H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"
},
"children": []
}]
};
exports.ic_view_agenda = ic_view_agenda;
;