@ohu-mobile/icons
Version:
12 lines (11 loc) • 390 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const WaterFlashFilled = {
name: 'water-flash',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M5.636 6.636 12 .272l6.364 6.364a9 9 0 1 1-12.728 0M13 11V6.5L8.5 13H11v4.5l4.5-6.5z"/>',
};
exports.default = WaterFlashFilled;