react-icons-kit
Version:
React Icons Kit using various Svg Icon set
37 lines (36 loc) • 940 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_cancel_presentation = void 0;
var ic_cancel_presentation = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M21 19.1H3V5h18v14.1zM21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M21 19.1H3V5h18v14.1zM21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M14.59 8L12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41z"
},
"children": []
}]
};
exports.ic_cancel_presentation = ic_cancel_presentation;
;