@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
43 lines (38 loc) • 2.73 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 IconPaymentRevolut = {
name: 'IconPaymentRevolut',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--revolut', 'IconPaymentRevolut');
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: '#000',
'fill-rule': 'evenodd',
d: 'M11.65 7.961c-.18 1.217-.323 2.242-.58 3.837.697-.015 2.281.253 2.63-1.927.288-1.814-.998-1.982-2.05-1.91Z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
fill: '#000',
'fill-rule': 'evenodd',
d: 'M17.694 16.733c.272.583-.002 1.32-.568 1.616-.325.17-.697.328-1.067.417-.613.141-1.238.22-1.867.234-1.007 0-2.015-.555-2.45-1.23-.112.232-.518.701-1.228.921-.45.14-.99.309-2.12.308-1.013 0-1.59-.443-1.895-.815-.486-.59-.558-1.34-.463-1.845l.005-.025c.382-1.847.905-5.206 1.145-6.889l.003-.016c.065-.467.132-.934.172-1.404.02-.237.033-.475.035-.712.003-.225-.018-.449-.017-.673.003-.212.038-.426.141-.614.168-.302.474-.54.798-.645.356-.114.727-.16 1.096-.201.378-.044.757-.08 1.136-.11.462-.033.926-.05 1.39-.05.793 0 1.591.012 2.373.167.796.159 1.6.461 2.23.991.43.364.772.822 1.029 1.324.225.442.316.907.37 1.262a5.092 5.092 0 0 1-.075 1.917c-.115.459-.31.895-.576 1.292a5.43 5.43 0 0 1-1.173 1.241c.298.834 1.075 2.463 1.576 3.54ZM8.785 6.704c.02.31.022.621.008.932a13.23 13.23 0 0 1-.079.948c-.036.314-.08.627-.124.94l-.014.102c-.14.978-.286 1.955-.44 2.93-.161 1.025-.342 2.045-.524 3.066-.084.476-.272 1.086-.014 1.54.23.405.82.454 1.23.414 1.498-.148 1.737-.468 1.737-.468-.3-.32-.04-1.773.26-3.727h1.065l1.114 3.247s.329 1.007 1.241.958c1.17-.062 2.03-.32 2.153-.463-.36-.193-1.39-2.674-1.95-4.496.272-.16.535-.333.783-.527.34-.267.654-.574.894-.935.174-.26.306-.545.381-.848a3.65 3.65 0 0 0 .048-1.358c-.041-.275-.104-.581-.231-.83-.237-.464-.573-.87-1.03-1.129-.772-.437-1.661-.52-2.528-.566-.94-.05-1.884-.02-2.819.089-.105.012-1.165.102-1.16.181Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconPaymentRevolut;