const TimerFilled = {
name: 'timer',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m17.618 5.968 1.453-1.453 1.414 1.414-1.453 1.453a9 9 0 1 1-1.414-1.414M11 8v6h2V8zM8 1h8v2H8z"/>',
};
export default TimerFilled;