react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 500 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_class = void 0;
var ic_class = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4z"
},
"children": []
}]
};
exports.ic_class = ic_class;
;