@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 1.77 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconSocialBloggerCircleFilledLarge = {
name: 'IconSocialBloggerCircleFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--bloggerCircleFilledLarge', 'IconSocialBloggerCircleFilledLarge');
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: {
d: 'M13.375 14.399q.122.013.245 0h2.537a.875.875 0 0 0-.052-1.706h-2.721a.875.875 0 0 0 0 1.67z',
},
}), h('path', {
attrs: {
d: 'M16 3.75a12.25 12.25 0 1 0 0 24.5 12.25 12.25 0 0 0 0-24.5m6.93 14.691a4.47 4.47 0 0 1-3.316 4.314 4.6 4.6 0 0 1-1.138.14h-4.821a4.445 4.445 0 0 1-4.331-3.456 4.5 4.5 0 0 1-.114-.971v-4.935a4.454 4.454 0 0 1 3.342-4.297q.548-.135 1.112-.14h2.266a4.454 4.454 0 0 1 4.445 4.428.875.875 0 0 0 .578.805.9.9 0 0 0 .332.061h.77c.192 0 .379.068.525.192a.87.87 0 0 1 .35.7z',
},
}), h('path', {
attrs: {
d: 'M18.826 17.75a1 1 0 0 0-.271 0h-4.917a1 1 0 0 0-.263 0 .81.81 0 0 0-.613.534.78.78 0 0 0 .158.796.8.8 0 0 0 .639.28h5.153a.804.804 0 0 0 .088-1.584z',
},
})]);
},
};
exports.default = IconSocialBloggerCircleFilledLarge;