UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 2.32 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 IconSalad = { name: 'IconSalad', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--salad', 'IconSalad'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 16 16', }, }, ctx.data]), [h('path', { attrs: { d: 'M14.038 7.344q.122-.194.192-.411a2.07 2.07 0 0 0-.236-1.838.24.24 0 0 1 0-.184 2.3 2.3 0 0 0 .14-.875 2.08 2.08 0 0 0-.875-1.592 1.94 1.94 0 0 0-2.354 0 .18.18 0 0 1-.105 0 1.75 1.75 0 0 0-.796-.14 1.97 1.97 0 0 0-1.558.875.3.3 0 0 1 0 .079 2.07 2.07 0 0 0-.971-.875 2 2 0 0 0-.875-.167.13.13 0 0 1-.131-.052 2.05 2.05 0 0 0-2.319-.866 2.13 2.13 0 0 0-1.4 1.295 2.3 2.3 0 0 0-.158.875.25.25 0 0 1-.087.227 2.25 2.25 0 0 0 0 3.57.2.2 0 0 1 .061.088H1.22v1.522a4.15 4.15 0 0 0 2.73 3.894l.262 1.137h7.578l.262-1.137a4.15 4.15 0 0 0 2.73-3.894V7.344zM9.4 4.404a.88.88 0 0 1 .157-.473.65.65 0 0 1 .517-.306.7.7 0 0 1 .28.053 1.39 1.39 0 0 0 1.356-.158.656.656 0 0 1 .796 0 .8.8 0 0 1 .289.56 1 1 0 0 1-.061.359 1.53 1.53 0 0 0 .166 1.374.82.82 0 0 1 .088.7.69.69 0 0 1-.464.455 1.4 1.4 0 0 0-.621.376H10.8q.438-.607.787-1.269l-1.163-.604a9 9 0 0 1-1.199 1.75 2.25 2.25 0 0 0-.446-1.548 1.62 1.62 0 0 0 .621-1.27M3.319 6.198a.88.88 0 0 1-.35-.727.88.88 0 0 1 .35-.726 1.57 1.57 0 0 0 .612-1.312q.005-.195.07-.377a.82.82 0 0 1 .499-.49.76.76 0 0 1 .875.333 1.49 1.49 0 0 0 1.277.656.8.8 0 0 1 .597.302q.124.149.174.337a.94.94 0 0 1 0 .56c-.141.397-.122.833.052 1.216q.105.245.271.455a.93.93 0 0 1 .193.779v.131H6.915A4.56 4.56 0 0 1 5.909 5.27l-1.295.21c.127.654.357 1.283.682 1.864H3.922a1.53 1.53 0 0 0-.603-1.146m10.15 2.677a2.836 2.836 0 0 1-2.135 2.739l-.385.105-.201.875H5.253l-.202-.875-.385-.105a2.835 2.835 0 0 1-2.135-2.739v-.219H13.47z', }, })]); }, }; exports.default = IconSalad;