@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 1.62 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 IconConversionRateFilled = {
name: 'IconConversionRateFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--conversionRateFilled', 'IconConversionRateFilled');
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: 'M7.921 10.485a2.327 2.327 0 1 0 0-4.655 2.327 2.327 0 0 0 0 4.655',
},
}), h('path', {
attrs: {
d: 'M13.836 7.125a5.86 5.86 0 0 0-1.654-3.299A5.84 5.84 0 0 0 8.01 2.094a5.84 5.84 0 0 0-4.174 1.732l.928.928a4.57 4.57 0 0 1 3.246-1.348c1.225 0 2.38.482 3.246 1.348a4.5 4.5 0 0 1 1.251 2.371H11.23l2.03 2.625 1.75-2.625z',
},
}), h('path', {
attrs: {
d: 'M8 12.594a4.57 4.57 0 0 1-3.246-1.348 4.5 4.5 0 0 1-1.251-2.371H4.78L2.75 6.25 1 8.875h1.164a5.86 5.86 0 0 0 1.653 3.299 5.84 5.84 0 0 0 4.174 1.732 5.84 5.84 0 0 0 4.174-1.732l-.927-.928a4.57 4.57 0 0 1-3.247 1.348z',
},
})]);
},
};
exports.default = IconConversionRateFilled;