UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (34 loc) 1.7 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconSocialBloggerCircleFilledLarge = { name: 'IconSocialBloggerCircleFilledLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--bloggerCircleFilledLarge', 'IconSocialBloggerCircleFilledLarge'); return h('svg', _mergeJSXProps([{ 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', }, })]); }, }; export { IconSocialBloggerCircleFilledLarge as default };