react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 354 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.statsBars = void 0;
var statsBars = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M0 13h16v2h-16zM2 9h2v3h-2zM5 5h2v7h-2zM8 8h2v4h-2zM11 2h2v10h-2z"
}
}]
};
exports.statsBars = statsBars;
;