@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 2.5 kB
JavaScript
'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 IconRestaurantFilled = {
name: 'IconRestaurantFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--restaurantFilled', 'IconRestaurantFilled');
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: 'M12.795 9.278c-.07.017-.14.017-.201.026-.901.131-1.838.008-2.643-.385-.437.218-.918.35-1.408.411A6 6 0 0 1 8 9.365a4.587 4.587 0 0 1-1.951-.446c-.805.393-1.741.516-2.643.385-.07-.009-.14-.009-.21-.027-.157-.026-.297-.078-.446-.13a3.6 3.6 0 0 1-.656-.272v5.023h11.812V8.875q-.315.156-.656.271c-.149.044-.297.096-.455.131m-5.617 3.316v-1.216c0-.447.367-.814.813-.814.447 0 .814.367.814.813v1.217z',
},
}), h('path', {
attrs: {
d: 'M14.72 4.885a2.63 2.63 0 0 0-.857-1.4l-1.103-.954-.079-.07c-.07-.061-.157-.096-.236-.14a1.5 1.5 0 0 0-.761-.227H4.35a1.5 1.5 0 0 0-.472.087c-.035.009-.07.026-.114.044-.149.061-.289.14-.411.245L2.146 3.502c-.595.508-.936 1.217-.936 1.952 0 .157.017.306.044.455.105.551.402 1.05.831 1.426a2.7 2.7 0 0 0 .656.438c.21.096.42.183.656.227 0 0 .027.009.044.018q.329.064.656.052c.07 0 .14-.009.21-.018.14-.008.29-.026.43-.052.078-.018.165-.044.244-.061q.186-.053.359-.131c.079-.035.166-.07.236-.114.035-.018.079-.035.123-.061h.673l.044.026c.053.035.114.061.175.087q.116.066.245.105c.079.027.158.061.236.079.062.018.114.035.175.044.105.026.202.043.307.061h.035c.262.035.533.035.796 0h.035c.105-.018.21-.044.315-.061.061-.018.114-.027.175-.044.079-.026.166-.052.245-.079l.236-.105c.061-.026.123-.052.175-.087.018 0 .026-.018.044-.018h.674l.122.053c.079.043.166.079.245.114.114.052.228.087.35.122.088.026.167.053.254.07.131.026.262.044.402.053.08 0 .158.017.237.017q.317 0 .647-.053s.035-.008.044-.017q.354-.081.656-.228c.245-.113.464-.262.657-.437.542-.481.875-1.155.875-1.89a2.2 2.2 0 0 0-.062-.534z',
},
})]);
},
};
exports.default = IconRestaurantFilled;