UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 2.02 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 IconNachos = { name: 'IconNachos', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--nachos', 'IconNachos'); 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: 'M7.256 7.265a.875.875 0 0 0 .805.612.88.88 0 0 0 .49-.14 31 31 0 0 0 2.38-1.653 31 31 0 0 0 2.424-2.074.88.88 0 0 0 .271-.718.82.82 0 0 0-.41-.612c-.848-.47-1.75-.83-2.687-1.076a13 13 0 0 0-2.984-.43.88.88 0 0 0-.656.263.88.88 0 0 0-.263.604q-.016 1.397.167 2.783.151 1.236.463 2.44m2.932-4.375c.6.164 1.186.381 1.75.647A28 28 0 0 1 10.1 5.07c-.639.49-1.155.875-1.75 1.25a17 17 0 0 1-.289-1.635Q7.926 3.61 7.913 2.53c.767.04 1.528.152 2.275.333z', }, }), h('path', { attrs: { d: 'M14.659 11.115a.68.68 0 0 0-.534-.271h-.245a15 15 0 0 0-1.575-3.063.927.927 0 0 0-1.278-.271 25 25 0 0 0-2.51 1.977c-.255.237-.482.455-.7.683l-.403-.298a25 25 0 0 0-2.485-1.54.88.88 0 0 0-.735-.06.93.93 0 0 0-.57.49q-.457 1.02-.804 2.082h-.945a.67.67 0 0 0-.534.27.66.66 0 0 0-.087.596l.542 1.627a2.11 2.11 0 0 0 1.995 1.444h8.418a2.11 2.11 0 0 0 1.995-1.444l.542-1.627a.66.66 0 0 0-.087-.595m-3.23-2.301q.6.972 1.033 2.03h-3.5l.403-.385a23 23 0 0 1 2.065-1.645m-6.763.875c.639.358 1.243.743 1.838 1.155H4.22c.14-.385.28-.77.446-1.155m8.295 3.237a.8.8 0 0 1-.752.543H3.79a.8.8 0 0 1-.752-.543l-.29-.77h10.5z', }, })]); }, }; exports.default = IconNachos;