@ohu-mobile/icons
Version:
10 lines (9 loc) • 367 B
JavaScript
const NotificationOutlined = {
name: 'notification',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M18 10a6 6 0 1 0-12 0v8h12zm2 8.667.4.533a.5.5 0 0 1-.4.8H4a.5.5 0 0 1-.4-.8l.4-.533V10a8 8 0 1 1 16 0zM9.5 21h5a2.5 2.5 0 1 1-5 0"/>',
};
export default NotificationOutlined;