@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 1.51 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 IconCutleryFilled = {
name: 'IconCutleryFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--cutleryFilled', 'IconCutleryFilled');
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: 'm4.719 7.134 1.312-.018-.07-5.591-1.303.63z',
},
}), h('path', {
attrs: {
d: 'm11.133 11.701 2.135.333c-.018 1.216-.123 2.196-.184 2.966h1.321a92 92 0 0 0 .166-12.031c-.087-.963-.323-1.479-.778-1.672a1.14 1.14 0 0 0-1.357.43 13.87 13.87 0 0 0-2.24 8.75 1.22 1.22 0 0 0 .937 1.224',
},
}), h('path', {
attrs: {
d: 'm3.336 1.525-1.312.63v4.821a3.08 3.08 0 0 0 2.695 2.888V15H6.03V9.82a3.045 3.045 0 0 0 2.555-2.844V1.525l-1.312.63v4.821c0 1.164-1.391 1.636-1.969 1.636-.577 0-1.969-.472-1.969-1.636z',
},
})]);
},
};
exports.default = IconCutleryFilled;