react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 527 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_border_all_twotone = void 0;
var ic_border_all_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M21 3H3v18h18V3zM11 19H5v-6h6v6zm0-8H5V5h6v6zm8 8h-6v-6h6v6zm0-8h-6V5h6v6z"
},
"children": []
}]
};
exports.ic_border_all_twotone = ic_border_all_twotone;
;