@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
35 lines (30 loc) • 1.81 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 IconSocialTiktokCircleFilled = {
name: 'IconSocialTiktokCircleFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--tiktokCircleFilled', 'IconSocialTiktokCircleFilled');
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: 'M8 14.78A6.78 6.78 0 1 0 8 1.22a6.78 6.78 0 0 0 0 13.56m2.65-9.554q.087.055.178.102c.396.194.783.253.973.232v1.51s-.543-.022-.947-.127c-.562-.148-.923-.375-.923-.375s-.25-.162-.269-.173v3.12c0 .173-.046.607-.186.969-.123.309-.299.595-.52.847 0 0-.345.42-.952.703a2.8 2.8 0 0 1-1.173.255s-.831.033-1.58-.468l-.005-.003v.003a3.1 3.1 0 0 1-.67-.621 3 3 0 0 1-.42-.753v-.004c-.06-.175-.186-.6-.167-1.01.03-.721.277-1.166.342-1.277.172-.303.396-.575.663-.803a2.926 2.926 0 0 1 2.216-.637l-.002 1.549a1.3 1.3 0 0 0-.402-.063c-.721 0-1.306.578-1.306 1.292 0 .713.585 1.291 1.306 1.291a1.31 1.31 0 0 0 1.102-.597c.115-.18.184-.383.2-.594v-.003l.001-.013v-.01l.002-.02q.004-.114.003-.233V3.434h1.548c-.002 0-.018.146.02.37h-.001c.047.272.174.66.514 1.042q.205.217.455.38',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconSocialTiktokCircleFilled;