@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
43 lines (38 loc) • 2.04 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconSocialBloggerCircleFilled = {
name: 'IconSocialBloggerCircleFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--bloggerCircleFilled', 'IconSocialBloggerCircleFilled');
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: 'm6.823 6.582-.013.009a.372.372 0 0 0-.291.36.369.369 0 0 0 .29.362h1.209a.378.378 0 0 0 .336-.285.373.373 0 0 0 .004-.156.37.37 0 0 0-.362-.29H6.823Z',
},
}), h('path', {
attrs: {
d: 'M6.912 9.454h2.252v-.009a.354.354 0 0 0 .294-.33.351.351 0 0 0-.259-.357.369.369 0 0 0-.12 0H6.935a.337.337 0 0 0-.372.23.35.35 0 0 0 .35.466Z',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M8 1.175A6.781 6.781 0 1 0 14.78 8 6.79 6.79 0 0 0 8 1.175Zm2.61 6.13c.084-.002.165.026.23.079a.38.38 0 0 1 .16.303v1.375c0 .428-.142.843-.403 1.183-.262.34-.629.583-1.044.694-.164.04-.331.06-.5.061H6.951c-.248 0-.495-.048-.725-.14a1.955 1.955 0 0 1-1.177-1.344A1.97 1.97 0 0 1 5 9.076V6.93c.003-.428.147-.843.411-1.181A1.952 1.952 0 0 1 6.947 5h.987c.425.001.84.14 1.178.398.339.256.584.617.698 1.025.044.164.066.333.066.502a.386.386 0 0 0 .252.353.444.444 0 0 0 .146.026h.337Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconSocialBloggerCircleFilled;