@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
35 lines (30 loc) • 2.17 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 IconSocialTwitterCircleFilledLarge = {
name: 'IconSocialTwitterCircleFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--twitterCircleFilledLarge', 'IconSocialTwitterCircleFilledLarge');
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: 'M28.25 16c0 6.765-5.485 12.25-12.25 12.25S3.75 22.765 3.75 16 9.235 3.75 16 3.75 28.25 9.235 28.25 16Zm-18.205-4.768c-.575-.707-1.037-1.3-1.037-1.3l.01-.01c0-.01.951-.01 2.1.01h2.093l1.771 2.186 1.772 2.176 1.46-1.45c.801-.792 1.79-1.781 2.196-2.187l.735-.735h1.263l-.34.34c-1.206 1.177-4.74 4.71-4.74 4.73 0 .01.547.697 1.216 1.517.387.474.803.986 1.133 1.394l.544.67.437.535c.337.413.784.962 1.194 1.462l.279.345c.51.63.899 1.11.899 1.125.009.038-.34.038-2.074.038h-2.091L17.498 20.4c-.374-.459-.775-.956-1.124-1.388-.355-.44-.655-.811-.817-1.006l-.575-.707-.075.076a751.098 751.098 0 0 0-2.196 2.186c-.871.872-1.679 1.674-2.074 2.066l-.244.243-.198.207h-.612c-.358.01-.603-.01-.603-.019l2.62-2.62c1.441-1.422 2.666-2.648 2.723-2.704l.103-.113-1.668-2.054a1469.898 1469.898 0 0 1-2.713-3.336Zm4.122 1.296-.202-.25v-.01l-1.244-1.526h-.952c-.754 0-.952 0-.933.028.018.03.86 1.066 2.524 3.112l4.072 5.01 1.894 2.328h.952c.745 0 .952 0 .933-.028-.019-.019-.876-1.074-1.913-2.356a2001.13 2001.13 0 0 1-2.987-3.675 584.108 584.108 0 0 1-2.144-2.633Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconSocialTwitterCircleFilledLarge;