UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (40 loc) 2.41 kB
'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 IconUnpaid = { name: 'IconUnpaid', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--unpaid', 'IconUnpaid'); 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: 'M9.146 7.943a.91.91 0 0 0-.706 1.09.815.815 0 0 0 .104.252c.192.34.575.549.985.462.453-.096.74-.514.714-.967v-.122a.91.91 0 0 0-1.089-.706l-.008-.009Z', }, }), h('path', { attrs: { d: 'M13.571 13.737a.627.627 0 1 0 0-1.255.627.627 0 0 0 0 1.255Z', }, }), h('path', { attrs: { d: 'm11.855 7.029.566-.218c.331-.122.75-.192 1.159-.192.104 0 .218.018.322.026l-.2-.958a.65.65 0 0 0-.967-.427c-.21.122-.427.218-.645.314l-1.402-2.927a.65.65 0 0 0-1.037-.183 6.176 6.176 0 0 1-3.476 1.664 7.482 7.482 0 0 0-4.243 2.038c-.2.192-.235.488-.122.74l1.89 3.947c.088.192.27.322.471.357.035 0 .078.01.113.01a.639.639 0 0 0 .453-.184.12.12 0 0 1 .035-.026l.218 1.01a.65.65 0 0 0 .375.462.7.7 0 0 0 .26.053.65.65 0 0 0 .332-.088 6.212 6.212 0 0 1 3.78-.801 7.67 7.67 0 0 0 2.188-.096l-.131-1.307a6.16 6.16 0 0 1-1.917.105 7.617 7.617 0 0 0-3.79.566l-.156-.758-.279-1.333-.183-.88a6.228 6.228 0 0 1 3.372-.583 6.36 6.36 0 0 0 1.35 0 7.783 7.783 0 0 0 1.263-.2c.14-.036.288-.08.418-.131h-.017Zm-2.892-.976a7.55 7.55 0 0 0-4.583.967.662.662 0 0 0-.314.697l.332 1.568L3.187 6.75a6.21 6.21 0 0 1 3.136-1.36A7.497 7.497 0 0 0 9.86 3.946l.958 2.003a6.088 6.088 0 0 1-1.864.087l.009.018Z', }, }), h('path', { attrs: { d: 'M14.19 8.013a2.124 2.124 0 0 0-1.316.017l.018.21.156 1.576.131 1.368.044.47h.67l.079-.853.253-2.561.017-.218s-.052-.009-.07-.018l.018.01Z', }, })]); }, }; exports.default = IconUnpaid;