@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
41 lines (36 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 IconToysGames = {
name: 'IconToysGames',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--toysGames', 'IconToysGames');
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: 'm14.687 11.498-.662-6.055A2.495 2.495 0 0 0 11.55 3.24H4.442c-1.264 0-2.327.95-2.475 2.213l-.653 6.011c-.07.619.14 1.246.558 1.708a2.243 2.243 0 0 0 1.646.705h.314a2.217 2.217 0 0 0 2.02-1.472l.34-.967 3.625.035.34.976a2.187 2.187 0 0 0 2.056 1.463h.322c.618 0 1.21-.261 1.62-.723.41-.462.61-1.072.55-1.69h-.018Zm-1.838.523a.448.448 0 0 1-.323.148h-.322a.44.44 0 0 1-.41-.296l-.74-2.135-6.107-.06-.75 2.15a.441.441 0 0 1-.4.297h-.314a.437.437 0 0 1-.444-.479l.653-6.011a.754.754 0 0 1 .75-.662h7.108c.384 0 .706.287.75.662l.662 6.046a.462.462 0 0 1-.105.34h-.008Z',
},
}), h('path', {
attrs: {
d: 'M10.043 6.227c-.61 0-1.115.497-1.115 1.115 0 .619.497 1.115 1.115 1.115.619 0 1.116-.496 1.116-1.115 0-.618-.497-1.115-1.116-1.115Z',
},
}), h('path', {
attrs: {
d: 'M6.715 5.818H5.41v.87h-.863v1.308h.863v.862h1.306v-.862h.872V6.689h-.872v-.871Z',
},
})]);
},
};
exports.default = IconToysGames;