@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.89 kB
JavaScript
'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 IconAlcoholFilledLarge = {
name: 'IconAlcoholFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--alcoholFilledLarge', 'IconAlcoholFilledLarge');
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: 'M17.444 6.917v7.254a5.67 5.67 0 0 0 4.786 5.583v7.621h-3.22v1.75h8.199v-1.75H23.98v-7.621a5.662 5.662 0 0 0 4.786-5.583V6.917H17.444Zm9.572 4.28c-2.406.69-3.325.393-4.375 0a7 7 0 0 0-3.5-.412V8.667h7.823l.052 2.53Z',
},
}), h('path', {
attrs: {
d: 'M14.679 16a10.049 10.049 0 0 0-1.208-2.188 5.005 5.005 0 0 1-1.023-2.187 5.82 5.82 0 0 1-.062-.822V5.5a2.625 2.625 0 0 0-2.625-2.625H8.466A2.625 2.625 0 0 0 5.841 5.5v5.303c.001.275-.022.55-.07.822a5.005 5.005 0 0 1-1.023 2.188A9.696 9.696 0 0 0 3.548 16a8.751 8.751 0 0 0-.437 1.75c-.08.58-.122 1.165-.122 1.75v7a2.511 2.511 0 0 0 2.371 2.625h7.499a2.52 2.52 0 0 0 2.38-2.625v-7c.007-.585-.031-1.17-.114-1.75A8.262 8.262 0 0 0 14.68 16ZM6.19 14.81a6.484 6.484 0 0 0 1.4-4.008v-.927h3.045v.928c0 .274.016.549.044.822a6.484 6.484 0 0 0 1.356 3.185c.271.38.517.777.735 1.19h-7.27a9.41 9.41 0 0 1 .69-1.19Z',
},
})]);
},
};
exports.default = IconAlcoholFilledLarge;