@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.43 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 IconChatHeart = {
name: 'IconChatHeart',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--chatHeart', 'IconChatHeart');
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: 'M8 9.75 5.926 7.589a1.347 1.347 0 0 1 0-1.838 1.2 1.2 0 0 1 .875-.376c.329.002.644.134.875.367L8 6.059l.324-.307a1.225 1.225 0 0 1 1.75 0 1.365 1.365 0 0 1 0 1.846z',
},
}), h('path', {
attrs: {
d: 'M3.538 14.781H2.094V4.5a1.54 1.54 0 0 1 1.531-1.531h8.75A1.54 1.54 0 0 1 13.906 4.5v6.125a1.54 1.54 0 0 1-1.531 1.531H6.25a.25.25 0 0 0-.157.061zm.087-10.5a.22.22 0 0 0-.219.219v8.558l1.75-1.75a1.52 1.52 0 0 1 1.094-.464h6.125a.22.22 0 0 0 .219-.219V4.5a.22.22 0 0 0-.219-.219z',
},
})]);
},
};
exports.default = IconChatHeart;