@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
35 lines (30 loc) • 1.97 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconSocialTiktokCircleFilledLarge = {
name: 'IconSocialTiktokCircleFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--tiktokCircleFilledLarge', 'IconSocialTiktokCircleFilledLarge');
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: 'M16 28.17c6.765 0 12.25-5.485 12.25-12.25 0-6.766-5.485-12.25-12.25-12.25S3.75 9.154 3.75 15.92 9.235 28.17 16 28.17m4.789-17.261q.155.099.32.183c.716.35 1.415.457 1.759.42v2.728s-.982-.04-1.711-.23c-1.016-.267-1.667-.677-1.667-.677s-.452-.294-.486-.314v5.637c0 .314-.085 1.098-.338 1.751a5.3 5.3 0 0 1-.938 1.531s-.624.76-1.721 1.27c-.914.426-1.727.45-2.05.459l-.07.002s-1.501.06-2.855-.844l-.007-.007v.007a5.7 5.7 0 0 1-1.212-1.123 5.3 5.3 0 0 1-.76-1.361v-.007c-.107-.317-.334-1.084-.3-1.824.054-1.304.5-2.108.618-2.308.31-.548.716-1.04 1.198-1.45.55-.454 1.19-.79 1.88-.988a5.3 5.3 0 0 1 2.124-.163l-.003 2.797a2.4 2.4 0 0 0-.727-.112c-1.303 0-2.36 1.043-2.36 2.333 0 1.289 1.057 2.333 2.36 2.333a2.37 2.37 0 0 0 1.99-1.08c.209-.322.333-.69.363-1.072v-.006l.001-.024.002-.017.001-.035q.008-.209.006-.422V7.67h2.798c-.005 0-.034.263.037.67h-.004c.085.49.314 1.19.928 1.881.246.26.522.492.824.688',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconSocialTiktokCircleFilledLarge;