UNPKG

@justeattakeaway/pie-icons-vue

Version:
43 lines (38 loc) 1.93 kB
'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 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.37.37 0 0 0-.291.36.37.37 0 0 0 .29.362h1.209a.38.38 0 0 0 .336-.285.4.4 0 0 0 .004-.156.37.37 0 0 0-.362-.29z', }, }), h('path', { attrs: { d: 'M6.912 9.454h2.252v-.009a.354.354 0 0 0 .294-.33.35.35 0 0 0-.259-.357.4.4 0 0 0-.12 0H6.935a.337.337 0 0 0-.372.23.35.35 0 0 0 .35.466', }, }), 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.175m2.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.694q-.246.06-.5.061H6.951c-.248 0-.495-.048-.725-.14a1.96 1.96 0 0 1-1.177-1.344A2 2 0 0 1 5 9.076V6.93c.003-.428.147-.843.411-1.181A1.95 1.95 0 0 1 6.947 5h.987c.425.001.84.14 1.178.398.339.256.584.617.698 1.025q.066.247.066.502a.39.39 0 0 0 .252.353.4.4 0 0 0 .146.026z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconSocialBloggerCircleFilled;