react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 598 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_account_balance_outline = void 0;
var ic_account_balance_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M6.5 10h-2v7h2v-7zm6 0h-2v7h2v-7zm8.5 9H2v2h19v-2zm-2.5-9h-2v7h2v-7zm-7-6.74L16.71 6H6.29l5.21-2.74m0-2.26L2 6v2h19V6l-9.5-5z"
},
"children": []
}]
};
exports.ic_account_balance_outline = ic_account_balance_outline;