@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.55 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 IconSocialApple = {
name: 'IconSocialApple',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--apple', 'IconSocialApple');
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: 'M12.909 10.704c0 .061-.053.114-.07.166a7.1 7.1 0 0 1-1.558 2.546 1.67 1.67 0 0 1-2.021.28 2.13 2.13 0 0 0-2.144 0c-.31.17-.662.249-1.015.228a1.49 1.49 0 0 1-1.076-.613 7.37 7.37 0 0 1-1.978-5.118c.005-.54.118-1.072.333-1.567A2.844 2.844 0 0 1 7.3 5.121a1.53 1.53 0 0 0 1.514 0q.366-.187.761-.297a3.25 3.25 0 0 1 1.925.201 2.17 2.17 0 0 1 1.111.945l-.49.438a2.8 2.8 0 0 0-.481.533 2.69 2.69 0 0 0 .376 3.133c.238.284.545.502.893.63',
},
}), h('path', {
attrs: {
d: 'M10.38 1.875a2.3 2.3 0 0 1-.21 1.269A2.43 2.43 0 0 1 8.42 4.63c-.551.114-.543.123-.481-.437a2.74 2.74 0 0 1 2.178-2.319 2 2 0 0 1 .263 0',
},
})]);
},
};
exports.default = IconSocialApple;