@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (30 loc) • 1.46 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconUserCircleFilled = {
name: 'IconUserCircleFilled',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--userCircleFilled', 'IconUserCircleFilled');
return h('svg', _mergeJSXProps([{
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 7.37a1.12 1.12 0 1 0 0-2.24 1.12 1.12 0 0 0 0 2.24',
},
}), h('path', {
attrs: {
d: 'M8 1.438a6.562 6.562 0 0 0-4.944 10.876q.448.484.98.875a6.54 6.54 0 0 0 7.928 0q.53-.388.971-.875A6.554 6.554 0 0 0 8 1.438m0 2.38A2.433 2.433 0 1 1 5.567 6.25 2.44 2.44 0 0 1 8 3.818m4.042 7.524c-.14.167-.288.324-.446.482a2.8 2.8 0 0 0-.516-.455 3 3 0 0 0-1.663-.49H6.582a3 3 0 0 0-1.662.49q-.286.196-.516.455a8 8 0 0 1-.447-.482 6 6 0 0 1-.332-.533q.176-.185.376-.341a4.24 4.24 0 0 1 2.625-.875h2.791a4.24 4.24 0 0 1 2.626.874q.2.158.376.342a6 6 0 0 1-.377.534',
},
})]);
},
};
export { IconUserCircleFilled as default };