@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 2.35 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconNachosLarge = {
name: 'IconNachosLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--nachosLarge', 'IconNachosLarge');
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: 'M18.188 9a.875.875 0 1 1 0 1.75.875.875 0 0 1 0-1.75m-.875-1.75a.875.875 0 1 0 0-1.75.875.875 0 0 0 0 1.75m3.5.875a.875.875 0 1 0 0-1.75.875.875 0 0 0 0 1.75m-6.8 1.47a41 41 0 0 1-.323-5.512c.018-.333.162-.646.402-.875a1.44 1.44 0 0 1 1.033-.412c1.98.049 3.946.325 5.863.823 1.832.485 3.596 1.2 5.25 2.126a1.2 1.2 0 0 1 .603.875 1.3 1.3 0 0 1-.402 1.076 60 60 0 0 1-4.821 4.113 61 61 0 0 1-4.725 3.29 1.4 1.4 0 0 1-.736.219 1.3 1.3 0 0 1-.48-.097 1.18 1.18 0 0 1-.718-.805 41 41 0 0 1-.945-4.82m1.427-5.04c.005 1.612.107 3.222.306 4.821q.255 1.979.709 3.92a53 53 0 0 0 4.069-2.87 62 62 0 0 0 4.174-3.5 21 21 0 0 0-4.2-1.6 24 24 0 0 0-5.058-.77M29.125 23.28l-1.137 3.264a3.76 3.76 0 0 1-3.58 2.581H7.592a3.76 3.76 0 0 1-3.578-2.581L2.919 23.28a.88.88 0 0 1 .122-.787.88.88 0 0 1 .709-.368h2.24a44 44 0 0 1 1.698-4.427 1.4 1.4 0 0 1 1.96-.648 48 48 0 0 1 4.55 2.8 37 37 0 0 1 3.5-2.765 1.286 1.286 0 0 1 1.75.368c.174.262.332.525.498.787a45 45 0 0 1 4.288-.77 1.32 1.32 0 0 1 1.041.298 1.37 1.37 0 0 1 .499.997c.061 1.111.061 2.24 0 3.36h2.476a.88.88 0 0 1 .709.368.88.88 0 0 1 .166.787M20.9 19.85q.537 1.063.954 2.179v.096h2.231v-2.861a39 39 0 0 0-3.229.586zm-5.775 1.505c-.289.263-.543.516-.796.77h5.635a21 21 0 0 0-1.698-3.307 36 36 0 0 0-3.141 2.537m-7.289.77h4.043c.315-.341.647-.691 1.006-1.041-1.225-.875-2.459-1.61-3.754-2.328a39 39 0 0 0-1.295 3.37m19.198 1.75H4.966l.7 2.118a2.04 2.04 0 0 0 1.925 1.382H24.41a2.04 2.04 0 0 0 1.925-1.382z',
},
})]);
},
};
exports.default = IconNachosLarge;