UNPKG

@justeattakeaway/pie-icons-vue

Version:
47 lines (45 loc) 2.34 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconSocialAndroidCircle', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--androidCircle', 'IconSocialAndroidCircle'); 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: { 'fill-rule': 'evenodd', d: 'M6.637 5.144c.298-.28.7-.468 1.149-.513h.42a1.96 1.96 0 0 1 1.155.518l.345-.625s.038-.03.06-.017c.021.013.03.04.017.062l-.357.645c.282.295.454.68.46 1.1h-3.78c.006-.422.18-.808.465-1.104l-.354-.641s-.004-.05.017-.062c.022-.014.047-.005.06.017l.343.62Zm.802.39c0 .12-.099.222-.215.222a.22.22 0 0 1-.218-.218.22.22 0 0 1 .214-.224.22.22 0 0 1 .219.22Zm1.62 0c0 .12-.099.222-.215.222a.22.22 0 0 1-.218-.218.22.22 0 0 1 .214-.224.22.22 0 0 1 .219.22Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { d: 'M7.473 9.943h1.054v1.12a.43.43 0 0 0 .42.437.43.43 0 0 0 .42-.437v-1.12h.022c.287 0 .518-.246.518-.554V6.502h-3.81v2.887c0 .304.232.554.519.554h.017v1.12a.43.43 0 0 0 .42.437.43.43 0 0 0 .42-.437v-1.12Z', }, }), h('path', { attrs: { d: 'M5.84 7.189a.43.43 0 0 0-.42-.438.43.43 0 0 0-.42.438v1.874a.43.43 0 0 0 .42.438.43.43 0 0 0 .42-.438V7.19Z', }, }), h('path', { attrs: { d: 'M10.58 6.751a.43.43 0 0 1 .42.438v1.874a.43.43 0 0 1-.42.438.43.43 0 0 1-.42-.438V7.19a.43.43 0 0 1 .42-.438Z', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M4.237 2.315A6.781 6.781 0 0 1 8 1.175 6.79 6.79 0 0 1 14.78 8 6.781 6.781 0 1 1 4.237 2.315Zm.72 10.185a5.468 5.468 0 1 0 6.086-9.087A5.468 5.468 0 0 0 4.957 12.5Z', 'clip-rule': 'evenodd', }, })]); }, };