@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
39 lines (34 loc) • 1.83 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var _mergeJSXProps = require('@vue/babel-helper-vue-jsx-merge-props');
var configsVue = require('./pie-icons-configs/configs-vue.cjs');
var IconCutleryCircleFilledLarge = {
name: 'IconCutleryCircleFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--cutleryCircleFilledLarge', 'IconCutleryCircleFilledLarge');
return h('svg', _mergeJSXProps([{
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: 'm20.183 18.52-1.173-.192a15.435 15.435 0 0 1 1.12-7.027c.149 2.433.114 5.277.053 7.219Z',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M9.194 5.814a12.25 12.25 0 1 1 13.612 20.372A12.25 12.25 0 0 1 9.194 5.814Zm4.977 3.265-1.75.875v4.375h1.75v-5.25Zm1.685 7.055c.437-.504.694-1.139.73-1.805V9.07l-1.75.875v4.375c0 .814-1.111 1.164-1.54 1.164-.428 0-1.531-.35-1.531-1.164V9.07l-1.75.875v4.375a2.984 2.984 0 0 0 2.406 2.774v6.256h1.75v-6.239a3.001 3.001 0 0 0 1.685-.977Zm5.79 7.21c.086-.863.19-1.894.252-3.765v-.009a85.04 85.04 0 0 0-.062-8.89c-.052-.787-.253-1.636-.927-1.925a1.391 1.391 0 0 0-1.68.534l-.003.004c-.13.189-2.348 3.404-1.983 9.262a1.47 1.47 0 0 0 1.137 1.453l1.75.28a48.158 48.158 0 0 1-.236 3.07h1.75l.001-.013Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconCutleryCircleFilledLarge;