UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.74 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconChatHeartLarge = { name: 'IconChatHeartLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--chatHeartLarge', 'IconChatHeartLarge'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 32 32', }, }, ctx.data]), [h('path', { attrs: { d: 'M21.933 9.228a3.63 3.63 0 0 0-5.25 0L16 9.936l-.709-.708a3.621 3.621 0 0 0-5.206 0 3.973 3.973 0 0 0 0 5.434l5.924 6.124 5.932-6.125a3.981 3.981 0 0 0-.008-5.433Zm-1.252 4.209-4.68 4.812-4.682-4.812a2.214 2.214 0 0 1 0-2.984 1.881 1.881 0 0 1 2.712 0l1.015 1.024a1.322 1.322 0 0 0 1.838 0l1.067-1.024a1.918 1.918 0 0 1 1.383-.578 1.873 1.873 0 0 1 1.347.56 2.213 2.213 0 0 1 0 3.002Z', }, }), h('path', { attrs: { d: 'M25.625 4.625H6.375A2.625 2.625 0 0 0 3.75 7.25v21.875h2.266l4.988-4.996a.92.92 0 0 1 .621-.254h14a2.625 2.625 0 0 0 2.625-2.625v-14a2.625 2.625 0 0 0-2.625-2.625ZM26.5 21.25a.875.875 0 0 1-.875.875h-14c-.696 0-1.363.278-1.855.77l-4.27 4.27V7.25a.875.875 0 0 1 .875-.875h19.25a.875.875 0 0 1 .875.875v14Z', }, })]); }, }; exports.default = IconChatHeartLarge;