UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (34 loc) 1.41 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconUserCircleFilledLarge = { name: 'IconUserCircleFilledLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--userCircleFilledLarge', 'IconUserCircleFilledLarge'); 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: 'M16 3.75a12.25 12.25 0 0 0-9.293 20.213c1.27-4.174 4.63-5.338 6.397-5.338h5.783c1.75 0 5.128 1.164 6.397 5.346A12.25 12.25 0 0 0 16 3.75m0 13.125a4.375 4.375 0 1 1 0-8.75 4.375 4.375 0 0 1 0 8.75', }, }), h('path', { attrs: { d: 'M16 15.125a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25', }, }), h('path', { attrs: { d: 'M18.888 20.375h-5.784s-4.025.07-4.979 4.996a12.25 12.25 0 0 0 15.75 0c-.962-4.926-4.953-4.996-4.988-4.996', }, })]); }, }; export { IconUserCircleFilledLarge as default };