@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
51 lines (46 loc) • 2.34 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/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.08 4.08 0 0 0-2.346 1.005l-.7-1.215c-.026-.044-.078-.062-.122-.035s-.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.014zM6.417 3.599a.445.445 0 0 0 .437-.438.44.44 0 0 0-.446-.429.44.44 0 0 0-.438.438c0 .236.202.429.447.429m3.307 0a.445.445 0 0 0 .438-.438.44.44 0 0 0-.447-.429.44.44 0 0 0-.437.438c0 .236.201.429.446.429',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
fill: '#a4c639',
d: 'M9.076 11.806H6.924v2.196a.86.86 0 0 1-.858.858.86.86 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.86.86 0 0 1-.857.858.86.86 0 0 1-.858-.858z',
},
}), h('path', {
attrs: {
fill: '#a4c639',
d: 'M3.59 6.407a.86.86 0 0 0-.857-.857.86.86 0 0 0-.858.857v3.675c0 .473.385.858.857.858a.86.86 0 0 0 .858-.858z',
},
}), h('path', {
attrs: {
fill: '#a4c639',
d: 'M14.125 6.407a.86.86 0 0 0-.858-.857.86.86 0 0 0-.857.857v3.675c0 .473.385.858.857.858a.86.86 0 0 0 .858-.858z',
},
})]);
},
};
exports.default = IconSocialAndroidStatic;