react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 481 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_account_tree = void 0;
var ic_account_tree = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M22 11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3z"
},
"children": []
}]
};
exports.ic_account_tree = ic_account_tree;
;