@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.62 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 IconSocialLinkedinCircleFilled = {
name: 'IconSocialLinkedinCircleFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--linkedinCircleFilled', 'IconSocialLinkedinCircleFilled');
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: {
d: 'M8.14 1.411A6.615 6.615 0 1 0 14.755 8 6.624 6.624 0 0 0 8.14 1.41m-2.091 9.783H4.806c-.079 0-.105 0-.105-.105V6.924c0-.07 0-.097.096-.097h1.27c.078 0 .095 0 .095.105v4.148c0 .087-.017.114-.113.114m.2-5.513a.796.796 0 0 1-.988.569.744.744 0 0 1-.586-1.059.78.78 0 0 1 .77-.464.744.744 0 0 1 .805.954m5.05 5.513h-1.26c-.088 0-.114 0-.114-.114V8.884a2 2 0 0 0-.061-.49.71.71 0 0 0-1.155-.35.88.88 0 0 0-.315.717v2.336c0 .088 0 .097-.105.097H7.055c-.079 0-.105 0-.105-.097V6.932c0-.078 0-.105.096-.105h1.269c.07 0 .096 0 .096.097v.498l.053-.052a1.48 1.48 0 0 1 1.557-.621 1.56 1.56 0 0 1 1.33 1.417q.02.28 0 .56v2.354c.035.087.009.114-.079.114z',
},
})]);
},
};
exports.default = IconSocialLinkedinCircleFilled;