UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.22 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconHeartLarge = { name: 'IconHeartLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--heartLarge', 'IconHeartLarge'); return h('svg', _mergeJSXProps([{ 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: 'M16 27.751 5.176 16.63a7.315 7.315 0 0 1 0-9.984 6.676 6.676 0 0 1 9.573 0L16 7.88l1.277-1.225a6.67 6.67 0 0 1 9.573 0 7.315 7.315 0 0 1 0 9.984zM9.963 6.375a4.93 4.93 0 0 0-3.5 1.505 5.504 5.504 0 0 0 0 7.525L16 25.249l9.573-9.844a5.504 5.504 0 0 0 0-7.525 4.93 4.93 0 0 0-3.535-1.505 4.98 4.98 0 0 0-3.562 1.523l-1.601 1.54a1.32 1.32 0 0 1-1.838 0l-1.53-1.558a4.94 4.94 0 0 0-3.544-1.505', }, })]); }, }; export { IconHeartLarge as default };