@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
39 lines (34 loc) • 1.58 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 IconSocialYoutubeCircle = {
name: 'IconSocialYoutubeCircle',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--youtubeCircle', 'IconSocialYoutubeCircle');
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: 'M8 1.175A6.781 6.781 0 1 0 14.78 8 6.79 6.79 0 0 0 8 1.175Zm0 12.25A5.469 5.469 0 1 1 8 2.487a5.469 5.469 0 0 1 0 10.938Z',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M10.344 6.129a.76.76 0 0 1 .53.542C11 7.15 11 8.15 11 8.15s0 .998-.125 1.477a.76.76 0 0 1-.53.543c-.469.128-2.345.128-2.345.128s-1.876 0-2.344-.128a.76.76 0 0 1-.53-.543C5 9.147 5 8.15 5 8.15s0-1 .125-1.478a.76.76 0 0 1 .53-.542C6.125 6 8 6 8 6s1.876 0 2.344.129Zm-1.39 2.173-1.568.907V7.395l1.569.907Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconSocialYoutubeCircle;