@ohu-mobile/icons
Version:
12 lines (11 loc) • 416 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const NotificationFilled = {
name: 'notification',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m20 18.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"/>',
};
exports.default = NotificationFilled;