@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
49 lines (44 loc) • 2.92 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 IconCashLarge = {
name: 'IconCashLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--cashLarge', 'IconCashLarge');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M16.192 15.939a2.677 2.677 0 0 1 1.698-1.164 2.692 2.692 0 0 1 3.185 2.074 2.66 2.66 0 0 1-.376 2.021A2.677 2.677 0 0 1 19 20.034a2.648 2.648 0 0 1-2.021-.376 2.677 2.677 0 0 1-1.164-1.698 2.66 2.66 0 0 1 .376-2.021Zm2.442 2.38a.944.944 0 0 0 .595-.403h.008a.96.96 0 0 0 .132-.709.944.944 0 0 0-.92-.743.922.922 0 0 0-.787.42.961.961 0 0 0-.13.709.944.944 0 0 0 .402.595c.2.13.455.183.7.13Z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
d: 'm11.844 17.295.542 1.662a11.925 11.925 0 0 1 2.214-.498l-.227-1.733c-.85.114-1.698.306-2.52.569h-.01Z',
},
}), h('path', {
attrs: {
d: 'm22.51 18.135-.236-1.733a11.932 11.932 0 0 0 2.213-.498l.543 1.662a14.4 14.4 0 0 1-2.52.569Z',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'm26.631 11.266 1.785 8.426a.876.876 0 0 1-.41.937 14.392 14.392 0 0 1-8.742 1.855 12.69 12.69 0 0 0-7.7 1.627.855.855 0 0 1-.796.044.897.897 0 0 1-.5-.621l-.34-1.602a12.3 12.3 0 0 0-.858.797.895.895 0 0 1-.63.262.53.53 0 0 1-.054-.004.65.65 0 0 0-.068-.005.908.908 0 0 1-.648-.463l-3.999-7.63a.877.877 0 0 1 .15-1.015 14.415 14.415 0 0 1 7.944-4.157 12.558 12.558 0 0 0 6.939-3.64.882.882 0 0 1 .752-.253.908.908 0 0 1 .648.463l2.861 5.46a12.501 12.501 0 0 0 2.371-1.058.883.883 0 0 1 .797-.044c.253.114.437.35.498.621ZM8.484 15.107a.877.877 0 0 1 .411-.936v.009a14.358 14.358 0 0 1 8.768-1.855c1.18.131 2.38.079 3.552-.131l-2.126-4.06a14.385 14.385 0 0 1-7.044 3.325 12.646 12.646 0 0 0-6.519 3.202l3.16 6.029c.27-.236.55-.464.84-.674l-1.042-4.909Zm3.255 6.93a14.386 14.386 0 0 1 7.709-1.295l.008-.008a12.61 12.61 0 0 0 7.114-1.33l-1.409-6.66c-.446.22-.91.395-1.373.56-.56.202-1.13.36-1.715.49a14.47 14.47 0 0 1-4.594.255 12.608 12.608 0 0 0-7.149 1.32l.761 3.615.385 1.81.263 1.243Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconCashLarge;