UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (38 loc) 2.78 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/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.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.009a.96.96 0 0 0 .13-.709.944.944 0 0 0-.918-.743c-.061 0-.131 0-.192.017a.922.922 0 0 0-.595.403.961.961 0 0 0-.132.709.931.931 0 0 0 1.102.726Z', '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-.01Zm10.666.84-.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.601a12.3 12.3 0 0 0-.858.796.895.895 0 0 1-.63.262.53.53 0 0 1-.054-.004.65.65 0 0 0-.068-.004.908.908 0 0 1-.648-.464l-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.908Zm3.255 6.93a14.386 14.386 0 0 1 7.709-1.294l.008-.01a12.61 12.61 0 0 0 7.114-1.33l-1.409-6.658c-.446.219-.91.394-1.373.56-.56.201-1.13.359-1.715.49a14.47 14.47 0 0 1-4.594.254 12.608 12.608 0 0 0-7.149 1.321l.761 3.614.385 1.811.263 1.242Z', 'clip-rule': 'evenodd', }, })]); }, }; export { IconCashLarge as default };