UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 2.21 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 IconFriedChicken = { name: 'IconFriedChicken', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--friedChicken', 'IconFriedChicken'); 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: 'M4.29 4.413a2.6 2.6 0 0 1-.438-1.278 1.44 1.44 0 0 1 .648-1.26c.062.367.183.722.359 1.05.148.245.332.438.577.875.13.231.218.483.263.744.043.299-.006.604-.14.875a1.75 1.75 0 0 1-1.06.831c0-.481.106-.875.07-1.155a1.55 1.55 0 0 0-.28-.683m2.905-.876v.937a1.4 1.4 0 0 0 .875-.709c.1-.216.14-.455.114-.691A2 2 0 0 0 8 2.488c-.21-.316-.341-.473-.473-.657A2.8 2.8 0 0 1 7.17 1a1.15 1.15 0 0 0-.552 1.015c.024.372.145.73.35 1.041.109.153.186.325.228.508zm7.752 5.426a3.58 3.58 0 0 1-2.327 3.29c-.534.997-1.995 2.152-4.524 1.268-2.721-.936-3.272-.498-3.666.114-.394.613-.805 1.199-1.374 1.199a1.25 1.25 0 0 1-.639-.201 1.225 1.225 0 0 1-.542-1.287 1.4 1.4 0 0 0 0-.525 2.2 2.2 0 0 0-.411-.673 1.286 1.286 0 0 1-.29-1.523A1.067 1.067 0 0 1 2.75 10.1a1.51 1.51 0 0 0 1.321 0c.508-.201.875-.875 1.216-1.636.525-1.059 1.164-2.363 2.625-2.581a4.38 4.38 0 0 1 2.783-1.226 3.5 3.5 0 0 1 2.494 1.173 3.16 3.16 0 0 1 1.758 3.133m-1.312 0c0-1.567-.875-1.917-1.015-1.943l-.166-.061-.132-.131a2.24 2.24 0 0 0-1.636-.876 3.23 3.23 0 0 0-2.012.998l-.184.175h-.263c-.813.053-1.216.744-1.75 1.881a4.12 4.12 0 0 1-1.89 2.275 2.8 2.8 0 0 1-2.003.114c.216.265.392.56.525.875.098.245.145.507.14.77l.105-.166c1.032-1.601 2.817-1.374 5.17-.595 2.355.778 2.976-.726 2.976-.779l.114-.297.315-.097a2.34 2.34 0 0 0 1.706-2.143', }, })]); }, }; exports.default = IconFriedChicken;