@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (38 loc) • 2.12 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconSocialInstagramCircleFilledLarge = {
name: 'IconSocialInstagramCircleFilledLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--instagramCircleFilledLarge', 'IconSocialInstagramCircleFilledLarge');
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: 'M19.454 13.767a.72.72 0 1 0 0-1.438.72.72 0 0 0 0 1.438',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M13.17 16.251a3.08 3.08 0 1 0 6.161 0 3.08 3.08 0 0 0-6.162 0m5.08 0a2 2 0 1 1-4 .001 2 2 0 0 1 4-.001',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M9.444 6.065a12.25 12.25 0 1 1 13.612 20.37A12.25 12.25 0 0 1 9.444 6.066m1.813 5.193c.335-.335.669-.54 1.064-.693.38-.15.817-.252 1.458-.278.64-.03.844-.037 2.473-.037s1.835.007 2.474.037 1.075.129 1.456.278c.395.153.729.358 1.063.693.332.331.537.668.69 1.06.147.381.25.818.278 1.457.03.64.037.844.037 2.474s-.007 1.834-.037 2.474c-.029.639-.129 1.075-.278 1.456-.153.395-.358.73-.692 1.064s-.669.539-1.064.692c-.38.147-.817.25-1.456.278-.639.03-.844.037-2.473.037s-1.834-.007-2.473-.037c-.64-.029-1.076-.129-1.456-.278a2.94 2.94 0 0 1-1.064-.692 2.94 2.94 0 0 1-.692-1.064c-.147-.38-.25-.817-.278-1.456-.03-.64-.037-.845-.037-2.474s.007-1.835.037-2.474.129-1.076.278-1.456c.153-.393.358-.73.692-1.062',
'clip-rule': 'evenodd',
},
})]);
},
};
export { IconSocialInstagramCircleFilledLarge as default };