UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.74 kB
'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 IconVeganLarge = { name: 'IconVeganLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--veganLarge', 'IconVeganLarge'); 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.944 4.004-.21-.875-.875.236c-.359.105-9.109 2.573-11.603 6.764a6 6 0 0 0-.28.534C12.16 7.373 5.168 5.605 4.853 5.5l-.875-.21-.228.91c-.07.341-1.75 8.365.604 12.11a6.84 6.84 0 0 0 5.784 3.203q.551-.008 1.093-.105l2.87 7.148h2.625l3.054-7.612c.485.11.981.17 1.479.175a7.47 7.47 0 0 0 6.405-3.701c2.459-4.2.367-13.038.28-13.414M5.876 17.383c-1.435-2.258-.98-7.298-.55-9.914 2.545.752 7.244 2.52 8.688 4.821q.157.249.28.516a7.5 7.5 0 0 0 .14 3.01c.052.175.105.36.166.534a4.7 4.7 0 0 1-1.986 2.695l-1.636-4.139H8.624l1.942 4.83a5.05 5.05 0 0 1-4.69-2.353m9.625 8.88-2.196-5.582.263-.14a6.4 6.4 0 0 0 2.126-2.205 7 7 0 0 0 2.039 1.82l.148.07zm10.64-9.738A5.68 5.68 0 0 1 20.42 19.3l1.75-4.375h-2.231l-1.444 3.701a5.25 5.25 0 0 1-2.363-3.202 5.69 5.69 0 0 1 .63-4.375c1.707-2.923 7.455-5.005 9.678-5.723.569 2.87 1.269 8.54-.298 11.2', }, })]); }, }; exports.default = IconVeganLarge;