@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
45 lines (40 loc) • 2.27 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconSocialInstagramCircle = {
name: 'IconSocialInstagramCircle',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--instagramCircle', 'IconSocialInstagramCircle');
return h('svg', helper.default([{
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: 'M9 8a1 1 0 1 1-2 .001 1 1 0 0 1 2 0Z',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M5.504 5.504c.167-.167.334-.27.532-.346.19-.075.408-.126.729-.14.32-.014.422-.018 1.237-.018.815 0 .917.004 1.237.019.32.014.538.064.728.139.197.076.365.179.532.346.166.166.268.334.345.53.073.19.124.41.139.729.015.32.018.422.018 1.237 0 .814-.003.917-.018 1.236-.015.32-.065.538-.14.729-.076.197-.178.364-.345.531-.168.168-.335.27-.532.347-.19.073-.409.124-.729.139-.32.014-.422.018-1.236.018-.815 0-.918-.004-1.237-.018a2.193 2.193 0 0 1-.728-.14 1.472 1.472 0 0 1-.532-.346 1.471 1.471 0 0 1-.347-.531 2.225 2.225 0 0 1-.139-.729C5.004 8.916 5 8.814 5 8c0-.815.004-.918.018-1.237.015-.32.065-.538.14-.728.076-.197.179-.365.346-.531Zm4.459.895a.36.36 0 1 1-.72 0 .36.36 0 0 1 .72 0ZM6.46 8.001a1.54 1.54 0 1 0 3.08 0 1.54 1.54 0 0 0-3.08 0Z',
'clip-rule': 'evenodd',
},
}), 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.186a5.469 5.469 0 1 0 6.086-9.089A5.469 5.469 0 0 0 4.957 12.5Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconSocialInstagramCircle;