@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 2.5 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 IconSocialTwitterCircleLarge = {
name: 'IconSocialTwitterCircleLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--twitterCircleLarge', 'IconSocialTwitterCircleLarge');
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: 'M10.531 11.622a78.521 78.521 0 0 1-.952-1.195l.009-.008c0-.009.874-.009 1.93.008h1.921l1.627 2.008 1.627 2 1.342-1.333c.735-.727 1.644-1.636 2.016-2.008l.675-.675h1.16l-.312.311c-1.108 1.082-4.353 4.327-4.353 4.345 0 .008.502.64 1.116 1.393a572.447 572.447 0 0 1 1.541 1.895l.392.481 1.105 1.354.26.322c.467.576.822 1.014.822 1.028.009.035-.312.035-1.904.035h-1.921l-1.255-1.54c-.343-.42-.711-.877-1.032-1.273a121.28 121.28 0 0 0-.751-.926l-.528-.649-.07.07-.09.09c-.262.26-1.04 1.032-1.926 1.917a805.922 805.922 0 0 1-2.129 2.12l-.181.191h-.563c-.329.009-.554-.009-.554-.017l2.406-2.406c1.324-1.307 2.45-2.432 2.501-2.484l.095-.104-1.531-1.887c-.624-.763-1.393-1.71-1.966-2.415l-.527-.648Zm3.8 1.207-.2-.247v-.008l-1.142-1.402h-.874c-.692 0-.874 0-.857.026.016.026.79.977 2.315 2.854.954 1.173 2.202 2.708 3.743 4.606l1.74 2.137h.874c.684 0 .874 0 .857-.026-.018-.017-.805-.986-1.757-2.163-.952-1.169-2.19-2.692-2.744-3.375-.505-.615-1.333-1.636-1.954-2.402Z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M16 3.75C9.236 3.75 3.75 9.235 3.75 16c0 6.767 5.485 12.252 12.25 12.252 6.767 0 12.252-5.485 12.252-12.251C28.252 9.235 22.767 3.75 16 3.75ZM5.75 16c0-5.66 4.59-10.25 10.25-10.25 5.662 0 10.252 4.59 10.252 10.25 0 5.662-4.59 10.252-10.251 10.252-5.662 0-10.251-4.59-10.251-10.251Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconSocialTwitterCircleLarge;