UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 2.22 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 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.875.875 0 0 0 .49-.14 31.253 31.253 0 0 0 2.38-1.653 30.579 30.579 0 0 0 2.424-2.074.875.875 0 0 0 .271-.718.823.823 0 0 0-.41-.612c-.848-.47-1.75-.83-2.687-1.076a12.855 12.855 0 0 0-2.984-.43.875.875 0 0 0-.656.263.875.875 0 0 0-.263.604c-.01.93.045 1.86.167 2.783.1.823.256 1.638.463 2.44Zm2.932-4.375c.6.164 1.186.381 1.75.647A28.356 28.356 0 0 1 10.1 5.07c-.639.49-1.155.875-1.75 1.25a17.3 17.3 0 0 1-.289-1.635c-.09-.715-.139-1.433-.148-2.153.767.04 1.528.152 2.275.333v.026Z', }, }), h('path', { attrs: { d: 'M14.659 11.115a.675.675 0 0 0-.534-.271h-.245a14.953 14.953 0 0 0-1.575-3.063.927.927 0 0 0-1.278-.271 24.573 24.573 0 0 0-2.51 1.977c-.255.237-.482.455-.7.683l-.403-.298a25 25 0 0 0-2.485-1.54.875.875 0 0 0-.735-.06.928.928 0 0 0-.57.49c-.304.679-.573 1.374-.804 2.082h-.945a.674.674 0 0 0-.534.27.656.656 0 0 0-.087.596l.542 1.627a2.108 2.108 0 0 0 1.995 1.444h8.418a2.109 2.109 0 0 0 1.995-1.444l.542-1.627a.656.656 0 0 0-.087-.595Zm-3.23-2.301c.4.647.745 1.326 1.033 2.03h-3.5l.403-.385a22.898 22.898 0 0 1 2.065-1.645Zm-6.763.875c.639.358 1.243.743 1.838 1.155H4.22c.14-.385.28-.77.446-1.155Zm8.295 3.237a.797.797 0 0 1-.752.543H3.79a.796.796 0 0 1-.752-.543l-.29-.77h10.5l-.288.77Z', }, })]); }, }; exports.default = IconNachos;