@ohu-mobile/icons
Version:
12 lines (11 loc) • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const BarChartFilled = {
name: 'bar-chart',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M3 12h4v9H3zm14-4h4v13h-4zm-7-6h4v19h-4z"/>',
};
exports.default = BarChartFilled;