react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 535 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_border_outer = void 0;
var ic_border_outer = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M13 7h-2v2h2V7zm0 4h-2v2h2v-2zm4 0h-2v2h2v-2zM3 3v18h18V3H3zm16 16H5V5h14v14zm-6-4h-2v2h2v-2zm-4-4H7v2h2v-2z"
},
"children": []
}]
};
exports.ic_border_outer = ic_border_outer;
;