UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 2.9 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 IconSaladLarge = { name: 'IconSaladLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--saladLarge', 'IconSaladLarge'); 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.235 16c.338-.321.606-.709.788-1.138a3.237 3.237 0 0 0-.482-3.237.516.516 0 0 1-.052-.551c.185-.45.274-.932.262-1.418a3.378 3.378 0 0 0-1.601-2.669 4.016 4.016 0 0 0-4.279 0 .875.875 0 0 1-.796 0 4.156 4.156 0 0 0-1.444-.21 3.806 3.806 0 0 0-2.887 1.383A3.351 3.351 0 0 0 16 10.277a.814.814 0 0 1-.42.64 3.588 3.588 0 0 0-.123-1.103 3.5 3.5 0 0 0-2.082-2.302 3.658 3.658 0 0 0-1.383-.262.63.63 0 0 1-.542-.228 3.5 3.5 0 0 0-6.125.657c-.18.444-.27.92-.263 1.4a.691.691 0 0 1-.27.586 3.5 3.5 0 0 0 0 5.731.674.674 0 0 1 .262.569H2.875v2.625a7.875 7.875 0 0 0 5.39 7.446l.508 2.214h14.454l.508-2.179a7.875 7.875 0 0 0 5.39-7.446V16h-1.89Zm-11.008-3.43a2.625 2.625 0 0 0 1.523-2.293c.007-.361.136-.71.367-.988a2.047 2.047 0 0 1 1.558-.71c.276-.01.552.028.814.115a2.625 2.625 0 0 0 2.336-.22 2.222 2.222 0 0 1 2.398 0A1.618 1.618 0 0 1 26 9.735c.01.237-.032.473-.122.692a2.25 2.25 0 0 0 .28 2.293 1.488 1.488 0 0 1 .236 1.53 1.9 1.9 0 0 1-1.339 1.086 2.52 2.52 0 0 0-1.233.7h-3.107a24.345 24.345 0 0 0 3.5-3.876l-1.426-.998a25.01 25.01 0 0 1-2.021 2.389 5.675 5.675 0 0 1-.088-1.899l-1.75-.28a6.797 6.797 0 0 0 .438 3.5c-.471.404-.965.781-1.479 1.129h-1.523v-.114a3.499 3.499 0 0 0-.717-2.905c.17-.165.365-.304.577-.411ZM5.78 13.97a1.75 1.75 0 0 1-.744-1.47 1.75 1.75 0 0 1 .744-1.435 2.415 2.415 0 0 0 1.015-2.021c-.007-.244.04-.486.14-.71a1.75 1.75 0 0 1 3.071-.314 2.38 2.38 0 0 0 2.039.98c.24-.002.477.043.7.131a1.75 1.75 0 0 1 1.033 1.146c.113.35.113.727 0 1.077a2.546 2.546 0 0 0 .087 1.942c.114.259.268.498.455.709a1.75 1.75 0 0 1 .402 1.514c0 .087-.043.166-.07.262a1.174 1.174 0 0 1-.104.21h-1.716c-1.636-2.144-2.082-5.784-2.082-5.827l-1.75.2c.099.757.248 1.505.446 2.24a10.013 10.013 0 0 1-1.592-.795l-.928 1.478a14.002 14.002 0 0 0 3.211 1.418c.18.443.384.875.613 1.295H6.795a2.415 2.415 0 0 0-1.015-2.03Zm21.595 4.655a6.125 6.125 0 0 1-4.594 5.906l-.516.131-.429 1.838H10.164l-.429-1.838-.516-.13a6.125 6.125 0 0 1-4.594-5.907v-.875h22.75v.875Z', }, })]); }, }; exports.default = IconSaladLarge;