@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.99 kB
JavaScript
;
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 IconGiftsLarge = {
name: 'IconGiftsLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--giftsLarge', 'IconGiftsLarge');
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: 'M25.425 9.79h-3.721c.07-.051.14-.095.191-.147a3.438 3.438 0 0 0 1.02-2.466 3.49 3.49 0 0 0-1.02-2.467c-1.315-1.316-3.616-1.316-4.932 0-.41.41-.75 1.064-1.02 1.77-.27-.707-.61-1.36-1.02-1.77-1.315-1.316-3.616-1.316-4.932 0a3.438 3.438 0 0 0-1.02 2.467 3.49 3.49 0 0 0 1.02 2.466c.053.052.131.096.192.148H6.462L5.329 25.285c-.052.724.2 1.438.697 1.97a2.632 2.632 0 0 0 1.917.837h16c.724 0 1.42-.305 1.918-.837.496-.532.74-1.246.688-1.97L25.416 9.791h.009ZM18.2 5.949c.662-.663 1.803-.663 2.466 0a1.728 1.728 0 0 1 0 2.457c-.331.331-1.935.593-3.652.54.288-1.202.741-2.57 1.186-3.006v.009Zm-6.972 0a1.728 1.728 0 0 1 2.457 0c.445.436.89 1.804 1.185 3.006h-.095c-1.691 0-3.225-.218-3.547-.54a1.728 1.728 0 0 1 0-2.457v-.01Zm13.36 20.122a.845.845 0 0 1-.637.279H7.943a.845.845 0 0 1-.636-.28.87.87 0 0 1-.235-.653l1.01-13.882h15.713l1.011 13.882a.852.852 0 0 1-.226.654h.008Zm-6.022-11.922h1.742v.872a4.359 4.359 0 0 1-4.357 4.357 4.359 4.359 0 0 1-4.357-4.357v-.872h1.743v.872a2.622 2.622 0 0 0 2.614 2.614 2.622 2.622 0 0 0 2.615-2.614v-.872Z',
},
})]);
},
};
exports.default = IconGiftsLarge;