UNPKG

@justeattakeaway/pie-icons-vue

Version:
49 lines (44 loc) 2.93 kB
'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 IconUnpaidLarge = { name: 'IconUnpaidLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--unpaidLarge', 'IconUnpaidLarge'); 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: { d: 'M26.28 10.757a.9.9 0 0 0-.499-.62.88.88 0 0 0-.796.043c-.752.437-1.549.787-2.371 1.059l-2.861-5.46a.9.9 0 0 0-.648-.464.88.88 0 0 0-.753.254 12.56 12.56 0 0 1-6.938 3.64 14.4 14.4 0 0 0-7.945 4.156.88.88 0 0 0-.149 1.015l3.999 7.63c.131.245.376.42.647.464.044 0 .088.008.123.008a.9.9 0 0 0 .63-.262c.271-.28.56-.543.857-.796l.342 1.6a.9.9 0 0 0 .498.622.86.86 0 0 0 .797-.044 12.7 12.7 0 0 1 7.7-1.627c1.12.122 2.257.105 3.377-.035l-.166-1.75c-.998.131-2.013.157-3.019.044a14.4 14.4 0 0 0-7.709 1.295l-.262-1.243-.385-1.811-.761-3.614a12.6 12.6 0 0 1 7.148-1.321 14.5 14.5 0 0 0 4.594-.254 14 14 0 0 0 1.715-.49c.464-.166.927-.341 1.374-.56l.306 1.426c.516.035 1.041.14 1.453.298l.437.166-.718-3.386zm-8.96 1.06a14.36 14.36 0 0 0-8.767 1.854.88.88 0 0 0-.412.936l1.042 4.91q-.435.317-.84.673l-3.16-6.029a12.65 12.65 0 0 1 6.52-3.202 14.4 14.4 0 0 0 7.043-3.325l2.127 4.06c-1.173.21-2.372.262-3.553.13z', }, }), h('path', { attrs: { d: 'M17.539 14.266c-.7.149-1.304.56-1.698 1.164a2.66 2.66 0 0 0-.376 2.021c.149.7.56 1.304 1.164 1.698a2.65 2.65 0 0 0 2.021.376c.7-.149 1.304-.56 1.698-1.164a2.66 2.66 0 0 0 .376-2.021 2.69 2.69 0 0 0-3.185-2.074m1.339 3.141a.944.944 0 0 1-1.295.272.94.94 0 0 1-.403-.595.96.96 0 0 1 .131-.709c.132-.21.35-.35.595-.402.062-.018.132-.018.193-.018.437 0 .822.306.919.744a.96.96 0 0 1-.132.708z', }, }), h('path', { attrs: { d: 'M12.035 18.449a12 12 0 0 1 2.214-.499l-.228-1.732c-.849.113-1.697.306-2.52.568l.543 1.663z', }, }), h('path', { attrs: { d: 'M25.344 23.953a1.1 1.1 0 0 0-.665-.237c-.254 0-.473.097-.665.237-.28.21-.464.516-.464.892 0 .621.508 1.129 1.129 1.129s1.129-.508 1.129-1.129c0-.367-.193-.682-.464-.892', }, }), h('path', { attrs: { d: 'M24.688 15.413c-.455 0-.945.078-1.26.2l.41 4.227.22 2.196.017.167H25.3l.017-.167.088-.866.543-5.565a4 4 0 0 0-.447-.122 4 4 0 0 0-.805-.08z', }, })]); }, }; exports.default = IconUnpaidLarge;