@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
35 lines (30 loc) • 1.6 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 IconLogoSkipLarge = {
name: 'IconLogoSkipLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--skipLarge', 'IconLogoSkipLarge');
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: {
'fill-rule': 'evenodd',
d: 'M18.536 14.036c-.811-.949-1.333-1.625-1.212-2.367.149-.926.793-1.861 1.922-1.861 1.24 0 1.562.261 2.257.604a.542.542 0 0 0 .775-.325l1.02-3.63-.705-.345-.104-.05-.033-.016a6.274 6.274 0 0 0-2.657-.546c-3.845 0-7.342 2.895-7.918 6.454-.403 2.491 1.114 4.248 2.221 5.532l.098.111c.8.903 1.36 1.605 1.224 2.419-.229 1.413-1.332 1.878-2.253 1.878-1.458 0-1.883-.24-2.688-.637-.113-.056-.325-.16-.506-.098a.551.551 0 0 0-.358.37l-.972 3.5-.125.448s1.912 1.023 4.125 1.023c3.275 0 6.107-1.322 7.788-4.516.421-.816.67-1.71.732-2.625.085-2.333-1.633-4.164-2.631-5.323Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconLogoSkipLarge;