@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
45 lines (42 loc) • 2.65 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconCashLarge = {
name: 'IconCashLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--cashLarge', 'IconCashLarge');
return h('svg', _mergeJSXProps([{
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.68 2.68 0 0 1 1.698-1.164 2.69 2.69 0 0 1 3.185 2.074 2.66 2.66 0 0 1-.376 2.021A2.68 2.68 0 0 1 19 20.034a2.648 2.648 0 0 1-2.021-.376 2.68 2.68 0 0 1-1.164-1.698 2.66 2.66 0 0 1 .376-2.021m2.442 2.38a.94.94 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.96.96 0 0 0-.13.709.94.94 0 0 0 .402.595c.2.13.455.183.7.13',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
d: 'm11.844 17.295.542 1.662a12 12 0 0 1 2.214-.498l-.227-1.733c-.85.114-1.698.306-2.52.569z',
},
}), h('path', {
attrs: {
d: 'm22.51 18.135-.236-1.733a12 12 0 0 0 2.213-.498l.543 1.662a14.4 14.4 0 0 1-2.52.569',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'm26.631 11.266 1.785 8.426a.88.88 0 0 1-.41.937 14.4 14.4 0 0 1-8.742 1.855 12.7 12.7 0 0 0-7.7 1.627.855.855 0 0 1-.796.044.9.9 0 0 1-.5-.621l-.34-1.602a12 12 0 0 0-.858.797.9.9 0 0 1-.63.262l-.054-.004-.068-.005a.9.9 0 0 1-.648-.463l-3.999-7.63a.88.88 0 0 1 .15-1.015 14.4 14.4 0 0 1 7.944-4.157 12.56 12.56 0 0 0 6.939-3.64.88.88 0 0 1 .752-.253.9.9 0 0 1 .648.463l2.861 5.46a12.5 12.5 0 0 0 2.371-1.058.88.88 0 0 1 .797-.044c.253.114.437.35.498.621M8.484 15.107a.88.88 0 0 1 .411-.936v.009a14.36 14.36 0 0 1 8.768-1.855c1.18.131 2.38.079 3.552-.131l-2.126-4.06a14.4 14.4 0 0 1-7.044 3.325 12.65 12.65 0 0 0-6.519 3.202l3.16 6.029c.27-.236.55-.464.84-.674zm3.255 6.93a14.4 14.4 0 0 1 7.709-1.295l.008-.008a12.6 12.6 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.5 14.5 0 0 1-4.594.255 12.6 12.6 0 0 0-7.149 1.32l.761 3.615.385 1.81z',
'clip-rule': 'evenodd',
},
})]);
},
};
export { IconCashLarge as default };