@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 2.22 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 IconSocialTwitterCircle = {
name: 'IconSocialTwitterCircle',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--twitterCircle', 'IconSocialTwitterCircle');
return h('svg', helper.default([{
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-rule': 'evenodd',
d: 'M5.184 5.705c-.277-.33-.49-.615-.49-.615h-.01.012c.072-.001.488-.008.987 0h.989l1.676 2.068.695-.686c.383-.375.855-.847 1.043-1.034l.347-.348h.597L8.633 7.488c0 .004.07.091.181.228.105.13.246.303.398.494.312.392.669.829.793.98l.001.001a609.147 609.147 0 0 1 1.327 1.64c.01.017-.16.017-.98.017h-.99l-.65-.793a290.546 290.546 0 0 1-.918-1.132l-.276-.339-.036.036-.022.022c-.1.1-.52.528-1.012 1.012-.552.543-1.042 1.033-1.096 1.087l-.098.098H4.96c-.17 0-.285-.009-.285-.009 0-.005.206-.21.52-.522l.718-.717 1.337-1.337-.784-.971-.558-.688c-.286-.354-.56-.691-.725-.89Zm2.959 1.863c-.286-.348-.785-.963-1.106-1.364l-.017-.009-.589-.721h-.454c-.357 0-.437.008-.437.017.007.007.15.185.433.533.485.599 1.379 1.703 2.687 3.309l.89 1.105h.455c.357 0 .446-.009.446-.018 0-.005-.163-.206-.406-.505a296.85 296.85 0 0 1-.494-.609l-.331-.41a313.55 313.55 0 0 0-1.077-1.328Z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M8 1.18a6.78 6.78 0 1 0 0 13.56A6.78 6.78 0 0 0 8 1.18ZM2.748 7.96a5.252 5.252 0 1 1 10.504 0 5.252 5.252 0 0 1-10.504 0Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconSocialTwitterCircle;