@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
34 lines (29 loc) • 1.46 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var _mergeJSXProps = require('@vue/babel-helper-vue-jsx-merge-props');
var configsVue = require('./pie-icons-configs/configs-vue.cjs');
var IconSocialTwitterStatic = {
name: 'IconSocialTwitterStatic',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--twitterStatic', 'IconSocialTwitterStatic');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
fill: '#1D9BF0',
d: 'M13.53 5.1c.008.124.008.248.008.373 0 3.817-2.868 8.218-8.111 8.218v-.002a7.995 7.995 0 0 1-4.37-1.295 5.677 5.677 0 0 0 4.22-1.197A2.86 2.86 0 0 1 2.61 9.19c.428.084.868.067 1.288-.05a2.88 2.88 0 0 1-2.287-2.83v-.037c.396.224.84.348 1.294.361a2.915 2.915 0 0 1-.883-3.856A8.057 8.057 0 0 0 7.9 5.797a2.914 2.914 0 0 1 .824-2.76 2.828 2.828 0 0 1 4.034.125 5.676 5.676 0 0 0 1.81-.7 2.892 2.892 0 0 1-1.253 1.597 5.613 5.613 0 0 0 1.637-.455A5.833 5.833 0 0 1 13.53 5.1Z',
},
})]);
},
};
exports.default = IconSocialTwitterStatic;