@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
100 lines (95 loc) • 4.65 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 IconSocialInstagramStaticLarge = {
name: 'IconSocialInstagramStaticLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--instagramStaticLarge', 'IconSocialInstagramStaticLarge');
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: 'url(#prefix__paint0_radial_11431_485)',
d: 'M8.505 5.088c-.76.295-1.402.689-2.044 1.33a5.638 5.638 0 0 0-1.331 2.04c-.286.731-.479 1.57-.535 2.798-.056 1.229-.07 1.622-.07 4.753 0 3.132.014 3.526.07 4.754.056 1.228.253 2.067.535 2.798.295.76.689 1.402 1.33 2.044a5.654 5.654 0 0 0 2.045 1.331c.73.286 1.57.478 2.798.534 1.228.057 1.622.07 4.753.07 3.131 0 3.525-.013 4.753-.07 1.228-.056 2.067-.253 2.799-.534a5.654 5.654 0 0 0 2.043-1.331 5.654 5.654 0 0 0 1.332-2.044c.286-.731.478-1.57.534-2.798.056-1.229.07-1.622.07-4.754 0-3.13-.014-3.524-.07-4.753-.056-1.228-.253-2.067-.534-2.798a5.685 5.685 0 0 0-1.327-2.04 5.654 5.654 0 0 0-2.044-1.33c-.73-.286-1.57-.479-2.798-.535-1.228-.056-1.622-.07-4.753-.07-3.131 0-3.525.014-4.753.07-1.233.052-2.072.249-2.803.535Zm12.21 1.537c1.125.052 1.735.24 2.143.399.539.21.923.459 1.326.862.403.403.652.788.863 1.327.16.407.347 1.017.398 2.142.056 1.214.066 1.58.066 4.66 0 3.079-.014 3.444-.066 4.659-.051 1.125-.239 1.734-.398 2.142-.211.539-.46.923-.863 1.326a3.593 3.593 0 0 1-1.326.863c-.408.16-1.018.347-2.143.398-1.213.056-1.58.066-4.659.066-3.08 0-3.445-.014-4.66-.066-1.124-.051-1.734-.239-2.141-.398a3.593 3.593 0 0 1-1.327-.863 3.592 3.592 0 0 1-.862-1.326c-.16-.408-.347-1.017-.399-2.142-.056-1.215-.066-1.58-.066-4.66s.015-3.445.066-4.66c.052-1.124.24-1.734.399-2.141.21-.54.459-.924.862-1.327a3.592 3.592 0 0 1 1.327-.862c.407-.16 1.017-.347 2.142-.399 1.214-.056 1.58-.066 4.66-.066 3.079 0 3.445.01 4.659.066Z',
},
}), h('path', {
attrs: {
fill: 'url(#prefix__paint1_radial_11431_485)',
d: 'M10.136 16.014a5.92 5.92 0 1 0 11.841 0 5.92 5.92 0 0 0-11.841 0Zm9.764 0a3.843 3.843 0 1 1-7.688 0 3.843 3.843 0 1 1 7.688 0Z',
},
}), h('path', {
attrs: {
fill: '#654C9F',
d: 'M22.215 11.242a1.383 1.383 0 1 0 0-2.765 1.383 1.383 0 0 0 0 2.765Z',
},
}), h('defs', [h('radialGradient', {
attrs: {
id: 'prefix__paint0_radial_11431_485',
cx: '0',
cy: '0',
r: '1',
gradientTransform: 'rotate(-3 488.018 -81.694) scale(33.3428 28.3411)',
gradientUnits: 'userSpaceOnUse',
},
}, [h('stop', {
attrs: {
'stop-color': '#FED576',
},
}), h('stop', {
attrs: {
offset: '.263',
'stop-color': '#F47133',
},
}), h('stop', {
attrs: {
offset: '.609',
'stop-color': '#BC3081',
},
}), h('stop', {
attrs: {
offset: '1',
'stop-color': '#4C63D2',
},
})]), h('radialGradient', {
attrs: {
id: 'prefix__paint1_radial_11431_485',
cx: '0',
cy: '0',
r: '1',
gradientTransform: 'rotate(-2.999 653.155 123.922) scale(64.9552 55.1895)',
gradientUnits: 'userSpaceOnUse',
},
}, [h('stop', {
attrs: {
'stop-color': '#FED576',
},
}), h('stop', {
attrs: {
offset: '.263',
'stop-color': '#F47133',
},
}), h('stop', {
attrs: {
offset: '.609',
'stop-color': '#BC3081',
},
}), h('stop', {
attrs: {
offset: '1',
'stop-color': '#4C63D2',
},
})])])]);
},
};
exports.default = IconSocialInstagramStaticLarge;