@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (34 loc) • 1.74 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconSocialAppleCircleLarge = {
name: 'IconSocialAppleCircleLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--appleCircleLarge', 'IconSocialAppleCircleLarge');
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 28.25a12.25 12.25 0 1 1 0-24.5 12.25 12.25 0 0 1 0 24.5M16 5.5a10.5 10.5 0 1 0 0 21 10.5 10.5 0 0 0 0-21',
},
}), h('path', {
attrs: {
d: 'M22.125 19.5a1 1 0 0 0-.087.201 8.8 8.8 0 0 1-1.925 3.142 2.056 2.056 0 0 1-2.494.35 2.63 2.63 0 0 0-2.625 0 2.44 2.44 0 0 1-1.26.28 1.84 1.84 0 0 1-1.321-.753 9.16 9.16 0 0 1-2.538-6.361 4.9 4.9 0 0 1 .411-1.934 3.5 3.5 0 0 1 4.848-1.855 1.86 1.86 0 0 0 1.864 0q.452-.234.945-.367a4.03 4.03 0 0 1 2.336.245 2.8 2.8 0 0 1 1.365 1.172c-.21.184-.411.35-.604.543q-.346.284-.595.656a3.3 3.3 0 0 0 .464 3.858c.316.388.739.674 1.216.823',
},
}), h('path', {
attrs: {
d: 'M18.958 8.528a2.7 2.7 0 0 1-.254 1.557 2.97 2.97 0 0 1-2.144 1.837c-.682.15-.665.158-.595-.533a3.39 3.39 0 0 1 2.66-2.835c.123-.018.228-.018.333-.026',
},
})]);
},
};
export { IconSocialAppleCircleLarge as default };