@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
46 lines (41 loc) • 2.02 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 IconPaymentYoursafe = {
name: 'IconPaymentYoursafe',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--yoursafe', 'IconPaymentYoursafe');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 24 24',
},
}, ctx.data]), [h('path', {
attrs: {
fill: '#01A2E9',
d: 'M12.009 6.533c.947 0 1.894.244 2.73.688L13.726 8.94a3.81 3.81 0 0 0-1.716-.407c-.644 0-1.245.15-1.762.412l-.98-1.737a5.923 5.923 0 0 1 2.742-.675Z',
},
}), h('path', {
attrs: {
fill: '#01A2E9',
d: 'M14.067 12a2.067 2.067 0 1 1-4.134 0 2.067 2.067 0 0 1 4.134 0Z',
},
}), h('path', {
attrs: {
fill: '#01A2E9',
'fill-rule': 'evenodd',
d: 'M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-2 0a7.002 7.002 0 0 1-5.967 6.924v-1.569c2.617-.487 4.534-2.796 4.534-5.572 0-.563-.09-1.093-.254-1.583-.257-.4-.66-.522-.83-.533-.516-.05-.844.283-.916.416-.184.217-.217.561-.2.717.16.373.2.811.2.983 0 2.072-1.588 3.667-3.567 3.667s-3.567-1.595-3.567-3.667c0-.227.034-.743.167-.983.033-.194-.013-.66-.467-.967a1.046 1.046 0 0 0-1.116 0 .794.794 0 0 0-.363.45 5.098 5.098 0 0 0-.22 1.5c0 2.776 1.916 5.085 4.533 5.572v1.57A7.002 7.002 0 0 1 12 5a7 7 0 0 1 7 7Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconPaymentYoursafe;