react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 501 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_widgets = void 0;
var ic_widgets = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M13 13v8h8v-8h-8zM3 21h8v-8H3v8zM3 3v8h8V3H3zm13.66-1.31L11 7.34 16.66 13l5.66-5.66-5.66-5.65z"
},
"children": []
}]
};
exports.ic_widgets = ic_widgets;
;