@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 3.32 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 IconRibbonHeartLarge = {
name: 'IconRibbonHeartLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--ribbonHeartLarge', 'IconRibbonHeartLarge');
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: 'M27.016 24.4a14.9 14.9 0 0 1-3.211-4.296c.229-.63.33-1.3.297-1.969-.009-.425.041-.849.15-1.26.211-.362.477-.69.787-.971a3.7 3.7 0 0 0 1.382-2.529 3.7 3.7 0 0 0-1.382-2.485 4.2 4.2 0 0 1-.788-.971 4.6 4.6 0 0 1-.149-1.304 3.65 3.65 0 0 0-.76-2.625 3.7 3.7 0 0 0-2.626-.761 4.1 4.1 0 0 1-1.312-.149 4 4 0 0 1-.963-.779 3.72 3.72 0 0 0-2.52-1.426 3.7 3.7 0 0 0-2.485 1.383 4.1 4.1 0 0 1-.936.778c-.424.121-.864.171-1.304.149-.954-.1-1.91.173-2.669.761a3.68 3.68 0 0 0-.76 2.669c.021.44-.029.88-.15 1.304a4.1 4.1 0 0 1-.778.971 3.7 3.7 0 0 0-1.418 2.485 3.7 3.7 0 0 0 1.383 2.485c.31.295.574.638.778 1.015.121.424.171.864.15 1.304a5.4 5.4 0 0 0 .297 1.969A14.7 14.7 0 0 1 4.826 24.4l-1.312 1.225 4.917.814 2.389 3.159.709-.727a22 22 0 0 0 3.596-5.162 2.168 2.168 0 0 0 1.663 0 21.8 21.8 0 0 0 3.552 5.154l.709.726 2.388-3.159 4.883-.805zM10.96 26.868 9.402 24.82l-2.152-.367a16 16 0 0 0 2.126-3.116 6.2 6.2 0 0 0 1.75.228c.44-.022.88.028 1.304.149.361.208.689.47.971.779q.095.102.201.192a21.7 21.7 0 0 1-2.642 4.183m3.692-5.618a5.1 5.1 0 0 0-1.513-1.146 5.3 5.3 0 0 0-1.943-.28c-.577 0-1.242 0-1.461-.254s-.236-.875-.254-1.461a5.3 5.3 0 0 0-.28-1.943 5.1 5.1 0 0 0-1.146-1.514c-.411-.428-.875-.874-.875-1.268s.472-.875.875-1.269c.475-.43.864-.947 1.146-1.523a5.3 5.3 0 0 0 .28-1.942c0-.578 0-1.234.254-1.461s.875-.237 1.461-.254a5.3 5.3 0 0 0 1.943-.28A5.1 5.1 0 0 0 14.652 5.5c.43-.411.875-.875 1.27-.875.393 0 .83.473 1.26.875.433.472.949.86 1.522 1.146a5.3 5.3 0 0 0 1.942.28c.578 0 1.234 0 1.461.254s.237.875.245 1.461c-.023.66.075 1.318.29 1.943.28.574.669 1.088 1.145 1.514.412.428.875.874.875 1.268s-.472.875-.875 1.269c-.476.425-.866.94-1.146 1.514a5.4 5.4 0 0 0-.289 1.942c0 .578 0 1.234-.245 1.461s-.875.237-1.46.254a5.3 5.3 0 0 0-1.943.28 5.3 5.3 0 0 0-1.523 1.164c-.429.411-.875.875-1.26.875s-.796-.473-1.269-.875m7.78 3.579-1.55 2.047a21.2 21.2 0 0 1-2.677-4.182l.201-.193c.28-.307.604-.57.963-.779.426-.12.87-.171 1.312-.148a6 6 0 0 0 1.75-.228 16.5 16.5 0 0 0 2.153 3.115z',
},
}), h('path', {
attrs: {
d: 'm15.921 19.299-4.375-4.515a3.413 3.413 0 0 1 0-4.708 3.28 3.28 0 0 1 4.375-.175 3.194 3.194 0 0 1 4.375.184 3.395 3.395 0 0 1 0 4.699zm-2.109-8.435a1.45 1.45 0 0 0-1.04.446 1.68 1.68 0 0 0 0 2.249l3.15 3.229 3.14-3.23a1.66 1.66 0 0 0 0-2.248 1.487 1.487 0 0 0-2.09 0l-1.086 1.041-1.024-1.041a1.45 1.45 0 0 0-1.05-.446',
},
})]);
},
};
exports.default = IconRibbonHeartLarge;