@ohu-mobile/icons
Version:
12 lines (11 loc) • 330 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const FlashlightFilled = {
name: 'flashlight',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M13 10h7l-9 13v-9H4l9-13z"/>',
};
exports.default = FlashlightFilled;