@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
51 lines (46 loc) • 2.45 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 IconSocialAndroidStatic = {
name: 'IconSocialAndroidStatic',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--androidStatic', 'IconSocialAndroidStatic');
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: {
fill: '#A4C639',
'fill-rule': 'evenodd',
d: 'M7.563 1.394a4.079 4.079 0 0 0-2.346 1.005l-.7-1.215c-.026-.044-.078-.062-.122-.035-.044.026-.035.122-.035.122l.723 1.256c-.582.581-.938 1.338-.95 2.165h7.717c-.012-.825-.364-1.577-.938-2.156l.728-1.265c.026-.044.009-.096-.035-.122-.044-.027-.122.035-.122.035l-.705 1.224c-.609-.554-1.433-.926-2.358-1.014h-.857ZM6.417 3.599a.445.445 0 0 0 .437-.438.439.439 0 0 0-.446-.429.439.439 0 0 0-.438.438c0 .236.202.429.447.429Zm3.307 0a.445.445 0 0 0 .438-.438.44.44 0 0 0-.447-.429.439.439 0 0 0-.437.438c0 .236.201.429.446.429Z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
fill: '#A4C639',
d: 'M9.076 11.806H6.924v2.196a.859.859 0 0 1-.858.858.859.859 0 0 1-.857-.858v-2.196h-.035c-.586 0-1.059-.49-1.059-1.085V5.06h7.779v5.66c0 .605-.473 1.086-1.059 1.086h-.044v2.196a.859.859 0 0 1-.857.858.859.859 0 0 1-.858-.858v-2.196Z',
},
}), h('path', {
attrs: {
fill: '#A4C639',
d: 'M3.59 6.407a.859.859 0 0 0-.857-.857.859.859 0 0 0-.858.857v3.675c0 .473.385.858.857.858a.859.859 0 0 0 .858-.858V6.407Z',
},
}), h('path', {
attrs: {
fill: '#A4C639',
d: 'M14.125 6.407a.859.859 0 0 0-.858-.857.859.859 0 0 0-.857.857v3.675c0 .473.385.858.857.858a.859.859 0 0 0 .858-.858V6.407Z',
},
})]);
},
};
exports.default = IconSocialAndroidStatic;