@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.65 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 IconBeautyLarge = {
name: 'IconBeautyLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--beautyLarge', 'IconBeautyLarge');
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: 'M27.11 5.07a9.117 9.117 0 0 0-8.09-2.53l-1.5.28c-1.07.2-1.96 1-2.25 2.05l-2.37 8.45L3.21 23a2.885 2.885 0 0 0 0 4.07l1.83 1.83c.56.56 1.3.84 2.04.84s1.47-.28 2.04-.84l9.47-9.47 8.69-2.44c1.06-.3 1.85-1.16 2.05-2.24l.29-1.57a9.1 9.1 0 0 0-2.5-8.1l-.01-.01ZM7.69 27.49c-.34.34-.9.34-1.24 0l-1.83-1.83a.881.881 0 0 1 0-1.24l.58-.58 3.07 3.07-.58.58Zm1.99-1.99-3.07-3.07 4.42-4.42 3.07 3.07-4.42 4.42Zm5.84-5.84-3.07-3.07 1.23-1.23 1.56 1.56 1.48 1.52-1.21 1.21.01.01Zm12.13-6.85-.29 1.57c-.06.33-.3.59-.63.69l-8.21 2.31-.6-.6 4.03-2.11-1.48-1.48-3.05 1.6 1.49-3.16-1.5-1.5-1.96 4.15-.57-.58 2.32-8.26c.09-.32.36-.57.69-.63l1.5-.28c2.33-.43 4.64.29 6.31 1.97 1.68 1.68 2.39 3.98 1.95 6.32v-.01Z',
},
})]);
},
};
exports.default = IconBeautyLarge;