@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
49 lines (44 loc) • 3.12 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 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.758a.897.897 0 0 0-.499-.622.883.883 0 0 0-.796.044c-.752.438-1.549.787-2.371 1.059l-2.861-5.46a.908.908 0 0 0-.648-.464.882.882 0 0 0-.753.254 12.558 12.558 0 0 1-6.938 3.64 14.415 14.415 0 0 0-7.945 4.156.877.877 0 0 0-.149 1.015l3.999 7.63c.131.245.376.42.647.464.044 0 .088.009.123.009a.895.895 0 0 0 .63-.263c.271-.28.56-.543.857-.796l.342 1.601a.897.897 0 0 0 .498.621.856.856 0 0 0 .796-.044 12.688 12.688 0 0 1 7.7-1.627c1.12.122 2.258.105 3.378-.035l-.166-1.75c-.998.131-2.013.157-3.019.044a14.387 14.387 0 0 0-7.709 1.295l-.262-1.243-.385-1.811-.761-3.614a12.608 12.608 0 0 1 7.148-1.321 14.47 14.47 0 0 0 4.594-.254 14.224 14.224 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.386-.017.018Zm-8.96 1.058a14.359 14.359 0 0 0-8.767 1.855.877.877 0 0 0-.412.937l1.042 4.908c-.29.21-.57.438-.84.674l-3.16-6.029a12.646 12.646 0 0 1 6.52-3.202 14.385 14.385 0 0 0 7.043-3.325l2.127 4.06c-1.173.21-2.372.262-3.553.131v-.009Z',
},
}), 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.648 2.648 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.692 2.692 0 0 0-3.185-2.074Zm1.338 3.141a.944.944 0 0 1-1.294.272.944.944 0 0 1-.403-.595.96.96 0 0 1 .131-.709c.131-.21.35-.35.595-.402.062-.018.132-.018.193-.018.437 0 .822.306.918.744a.961.961 0 0 1-.13.708h-.01Z',
},
}), h('path', {
attrs: {
d: 'M12.035 18.449a11.925 11.925 0 0 1 2.214-.499l-.228-1.732c-.849.113-1.697.306-2.52.568l.543 1.663h-.009Z',
},
}), h('path', {
attrs: {
d: 'M25.344 23.953a1.118 1.118 0 0 0-.665-.237c-.254 0-.473.096-.665.236-.28.21-.464.517-.464.893 0 .621.508 1.129 1.129 1.129s1.129-.508 1.129-1.129c0-.367-.193-.682-.464-.892Z',
},
}), h('path', {
attrs: {
d: 'M24.688 15.412c-.455 0-.945.08-1.26.202l.41 4.226.22 2.196.017.166H25.3l.017-.166.088-.866.543-5.565a3.547 3.547 0 0 0-.447-.123 4.052 4.052 0 0 0-.805-.078l-.009.008Z',
},
})]);
},
};
exports.default = IconUnpaidLarge;