@ohu-mobile/icons
Version:
12 lines (11 loc) • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const BarChartOutlined = {
name: 'bar-chart',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M3 12h2v9H3zm16-4h2v13h-2zm-8-6h2v19h-2z"/>',
};
exports.default = BarChartOutlined;