UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 2.04 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 IconNutsLarge = { name: 'IconNutsLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--nutsLarge', 'IconNutsLarge'); 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.168 19.464a8.038 8.038 0 0 0-.279-1.543 9.684 9.684 0 0 0-2.457-4.174l-3.016-3.006c.244-.332.375-.724.375-1.142 0-.523-.2-1.011-.575-1.377-3.076-3.076-8.079-3.076-11.155 0l-.784.784C7.935 7.673 5.582 5.826 2.88 5.86v1.735c2.074-.044 4.027 1.516 5.16 2.64l-1.168 1.168a7.83 7.83 0 0 0-2.31 5.577 7.83 7.83 0 0 0 2.31 5.578c.366.366.854.575 1.377.575.418 0 .81-.131 1.141-.375l2.954 2.954a9.78 9.78 0 0 0 4.131 2.44 8.05 8.05 0 0 0 1.543.288c.226.017.462.035.697.035 1.237 0 2.544-.297 3.826-.88l2.657-1.273 1.02-2.24c.75-1.542 1.072-3.145.941-4.627l.009.009ZM8.405 21.329a.195.195 0 0 1-.148.06.195.195 0 0 1-.148-.06 6.11 6.11 0 0 1-1.804-4.349 6.09 6.09 0 0 1 1.804-4.348l2.214-2.214.139-.104s-.009-.018-.017-.018l.854-.854a6.15 6.15 0 0 1 4.348-1.795 6.15 6.15 0 0 1 4.349 1.795.195.195 0 0 1 .06.148.195.195 0 0 1-.06.148l-11.59 11.59ZM24.65 23.35l-.767 1.681-2.074.985c-1.228.558-2.492.802-3.625.697a6.287 6.287 0 0 1-1.22-.226 7.834 7.834 0 0 1-3.381-2.005l-2.937-2.936 9.56-9.56 2.99 2.989a7.97 7.97 0 0 1 2.012 3.416c.113.383.183.793.218 1.22.105 1.168-.166 2.458-.784 3.739h.008Z', }, })]); }, }; exports.default = IconNutsLarge;