@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 3 kB
JavaScript
'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 IconCashFilledLarge = {
name: 'IconCashFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--cashFilledLarge', 'IconCashFilledLarge');
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: 'M18.441 16.464c-.061 0-.131 0-.192.017a.94.94 0 0 0-.595.403.92.92 0 0 0-.131.708.94.94 0 0 0 .402.595c.21.14.464.184.7.132a.94.94 0 0 0 .595-.403.92.92 0 0 0 .131-.709.944.944 0 0 0-.918-.743z',
},
}), h('path', {
attrs: {
d: 'M8.011 12.666a16.07 16.07 0 0 1 9.844-2.082q.578.063 1.155.061c1.068 0 2.109-.175 3.124-.473l-2.03-3.876a.9.9 0 0 0-.648-.464.88.88 0 0 0-.752.254 12.56 12.56 0 0 1-6.939 3.64 14.4 14.4 0 0 0-7.945 4.156.88.88 0 0 0-.149 1.016l4 7.63c.13.245.375.42.647.463h.043L6.77 15.475a2.61 2.61 0 0 1 1.242-2.809',
},
}), h('path', {
attrs: {
d: 'm28.416 19.692-1.785-8.435a.8.8 0 0 0-.175-.367c-.008-.018-.035-.018-.043-.035a.9.9 0 0 0-.28-.219.84.84 0 0 0-.386-.07h-.043a.9.9 0 0 0-.368.105h-.008q-.54.313-1.103.56c-.026.009-.053.026-.079.035a12.6 12.6 0 0 1-6.475 1.033 15 15 0 0 0-1.549-.088c-2.528 0-5.048.674-7.218 1.943a.88.88 0 0 0-.411.936l1.784 8.426a.9.9 0 0 0 .5.621.85.85 0 0 0 .35.08.87.87 0 0 0 .437-.123.3.3 0 0 1 .07-.035q.367-.21.735-.394c.105-.053.201-.096.306-.14.175-.079.359-.158.542-.236q.169-.066.35-.132l.543-.183c.114-.035.228-.07.35-.105.201-.053.394-.105.595-.15.096-.025.201-.052.297-.07.298-.06.604-.113.902-.157.035 0 .07 0 .105-.008.271-.035.542-.062.813-.07.097 0 .202 0 .298-.01.14 0 .28-.017.42-.017h.14c.402 0 .814.027 1.216.07.455.053.919.07 1.374.08h.647c.114 0 .22 0 .333-.01.332-.017.665-.052.997-.087h.044c.35-.044.692-.105 1.042-.175.105-.018.21-.053.306-.07.236-.053.481-.114.717-.184l.359-.105c.219-.07.446-.14.656-.227l.35-.132c.228-.087.455-.192.683-.297l.288-.131c.316-.158.63-.315.937-.5a.88.88 0 0 0 .411-.935zm-16.03-.735-.542-1.662a15 15 0 0 1 2.52-.569l.227 1.733c-.743.096-1.496.27-2.213.498zm8.313-.087A2.68 2.68 0 0 1 19 20.034a2.4 2.4 0 0 1-.56.06 2.67 2.67 0 0 1-1.461-.437 2.68 2.68 0 0 1-1.164-1.697 2.66 2.66 0 0 1 .376-2.021 2.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.02m1.811-.726-.236-1.733a12.7 12.7 0 0 0 2.214-.499l.542 1.663a14.4 14.4 0 0 1-2.52.569',
},
})]);
},
};
exports.default = IconCashFilledLarge;