@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.78 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 IconSocialBloggerCircle = {
name: 'IconSocialBloggerCircle',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--bloggerCircle', 'IconSocialBloggerCircle');
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 1.175A6.781 6.781 0 1 0 14.78 8 6.79 6.79 0 0 0 8 1.175m0 12.25A5.468 5.468 0 1 1 8 2.49a5.468 5.468 0 0 1 0 10.936',
},
}), h('path', {
attrs: {
d: 'M10.84 7.384a.36.36 0 0 0-.23-.08h-.336q-.075-.001-.146-.026a.39.39 0 0 1-.252-.353q0-.255-.066-.502a1.94 1.94 0 0 0-.698-1.025A1.96 1.96 0 0 0 7.934 5h-.987q-.247.001-.487.062c-.416.108-.785.35-1.049.687A1.94 1.94 0 0 0 5 6.929v2.146q0 .223.049.44a1.94 1.94 0 0 0 1.177 1.344c.23.093.477.141.725.141h2.102q.254 0 .5-.062A1.937 1.937 0 0 0 11 9.061V7.688a.38.38 0 0 0-.16-.304m-4.017-.802h1.173a.37.37 0 0 1 .362.29.373.373 0 0 1-.34.441H6.81a.37.37 0 0 1-.291-.361.37.37 0 0 1 .29-.361zm2.34 2.872H6.913a.355.355 0 0 1-.365-.298.35.35 0 0 1 .285-.398.4.4 0 0 1 .102 0H9.08a.4.4 0 0 1 .12 0 .354.354 0 0 1 .258.358.35.35 0 0 1-.294.33z',
},
})]);
},
};
exports.default = IconSocialBloggerCircle;