UNPKG

@justeattakeaway/pie-icons-vue

Version:
27 lines (25 loc) 2.45 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconFlowersLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--flowersLarge', 'IconFlowersLarge'); 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: 'M22.554 11.791a3.2 3.2 0 0 0 1.04-.691 2.08 2.08 0 0 0 .517-2.1 2.1 2.1 0 0 0-1.514-1.418A2.07 2.07 0 0 0 21.19 6.07a2.05 2.05 0 0 0-1.427.087c.08-.297.132-.612.132-.936 0-.875-.482-1.671-1.26-2.083a2.35 2.35 0 0 0-2.424.14 2.34 2.34 0 0 0-2.424-.14 2.35 2.35 0 0 0-1.26 2.083c0 .122.026.236.035.35a2.04 2.04 0 0 0-.971.052 2.07 2.07 0 0 0-1.409 1.514c-.717.166-1.295.7-1.514 1.418a2.09 2.09 0 0 0 .517 2.1q.195.194.42.35L7.722 12.01l5.74 11.751-.7 1.794a2.63 2.63 0 0 0 2.45 3.579H17.2c.883 0 1.697-.438 2.187-1.173s.578-1.662.228-2.476l-.744-1.768 4.926-11.926h-1.251zM14.52 9.22a.6.6 0 0 1 .228-.237.6.6 0 0 1 .262-.07.54.54 0 0 1 .315.105l.98.674.971-.674a.55.55 0 0 1 .578-.035.55.55 0 0 1 .297.49 1.85 1.85 0 0 1-1.846 1.847 1.85 1.85 0 0 1-1.846-1.847c0-.035.009-.06.017-.087.018-.053.035-.114.053-.166zm5.801-1.374a.34.34 0 0 1 .237-.105c.043 0 .078 0 .105.017.07.027.2.088.236.263l.201 1.076 1.076.201a.33.33 0 0 1 .263.237.31.31 0 0 1-.088.34 1.436 1.436 0 0 1-2.03-2.03M14.61 4.704a.66.66 0 0 1 .288-.07.6.6 0 0 1 .333.105l.989.682.988-.682a.59.59 0 0 1 .622-.035.59.59 0 0 1 .323.533 1.925 1.925 0 1 1-3.85 0 .6.6 0 0 1 .324-.533zm-4.262 4.375a.35.35 0 0 1 .263-.237l1.076-.2.201-1.077a.33.33 0 0 1 .237-.263c.026 0 .06-.017.105-.017.07 0 .157.026.236.105a1.448 1.448 0 0 1 .394 1.295 3 3 0 0 0-.088.28c-.07.166-.175.324-.306.455-.543.542-1.488.542-2.03 0a.35.35 0 0 1-.088-.341m-.297 3.675 1.916-1.024a.88.88 0 0 1 .849-.061.87.87 0 0 1 .499.7l1.4 9.922zm7.892 14.236a.87.87 0 0 1-.726.394H15.23a.85.85 0 0 1-.718-.385.87.87 0 0 1-.096-.814l.621-1.593h2.32l.664 1.575a.86.86 0 0 1-.079.823m-.595-4.148h-.796l-1.304-9.248 5.933-.035z', }, })]); }, };