@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.3 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconNotificationFilled = {
name: 'IconNotificationFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--notificationFilled', 'IconNotificationFilled');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M13.504 9.951a4.58 4.58 0 0 1-1.348-3.255V6.25a4.17 4.17 0 0 0-1.365-3.08 4.2 4.2 0 0 0-2.135-1.006V1H7.344v1.164a4.29 4.29 0 0 0-3.5 4.252v.28a4.58 4.58 0 0 1-1.348 3.255l-.402.403v1.802h11.812v-1.802z',
},
}), h('path', {
attrs: {
d: 'M8 14.781a2.82 2.82 0 0 0 2.371-1.312H5.63A2.82 2.82 0 0 0 8 14.78',
},
})]);
},
};
exports.default = IconNotificationFilled;