@ohu-mobile/icons
Version:
12 lines (11 loc) • 371 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const BarcodeFilled = {
name: 'barcode',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M2 4h2v16H2zm4 0h2v16H6zm3 0h3v16H9zm4 0h2v16h-2zm3 0h2v16h-2zm3 0h3v16h-3z"/>',
};
exports.default = BarcodeFilled;