@ohu-mobile/icons
Version:
10 lines (9 loc) • 346 B
JavaScript
const ChatVoiceFilled = {
name: 'chat-voice',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M4.929 19.071A9.97 9.97 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10H2zM11 6v12h2V6zM7 9v6h2V9zm8 0v6h2V9z"/>',
};
export default ChatVoiceFilled;