@ohu-mobile/icons
Version:
10 lines (9 loc) • 378 B
JavaScript
const ReplyOutlined = {
name: 'reply',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M12 14v5.5L1.5 11 12 2.5V8c5.523 0 10 4.477 10 10q0 .41-.032.81A9 9 0 0 0 14 14zm-2 1.308V12h4c1.42 0 2.791.271 4.057.773A7.98 7.98 0 0 0 12 10h-2V6.692L4.679 11z"/>',
};
export default ReplyOutlined;