@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 3.18 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 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.944.944 0 0 0-.595.403.922.922 0 0 0-.131.708.944.944 0 0 0 .402.595c.21.14.464.184.7.132a.944.944 0 0 0 .595-.403.922.922 0 0 0 .131-.709.944.944 0 0 0-.918-.743h.008Z',
},
}), h('path', {
attrs: {
d: 'M8.011 12.666a16.065 16.065 0 0 1 9.844-2.082c.385.043.77.061 1.155.061 1.068 0 2.109-.175 3.124-.473l-2.03-3.876a.908.908 0 0 0-.648-.464.882.882 0 0 0-.752.254 12.558 12.558 0 0 1-6.939 3.64 14.416 14.416 0 0 0-7.945 4.156.877.877 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.809Z',
},
}), h('path', {
attrs: {
d: 'm28.416 19.692-1.785-8.435a.799.799 0 0 0-.175-.367c-.008-.018-.035-.018-.043-.035a.865.865 0 0 0-.28-.219.838.838 0 0 0-.386-.07h-.043a.932.932 0 0 0-.368.105h-.008c-.36.21-.727.394-1.103.56-.026.009-.053.026-.079.035a12.62 12.62 0 0 1-6.475 1.033 15.313 15.313 0 0 0-1.549-.088c-2.528 0-5.048.674-7.218 1.943a.877.877 0 0 0-.411.936l1.784 8.426a.897.897 0 0 0 .5.621.846.846 0 0 0 .35.08.869.869 0 0 0 .437-.123.262.262 0 0 1 .07-.035c.245-.14.49-.272.735-.394.105-.053.201-.096.306-.14.175-.079.359-.158.542-.236.114-.044.228-.088.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.877.877 0 0 0 .411-.935l.026.008Zm-16.03-.735-.542-1.662a14.776 14.776 0 0 1 2.52-.569l.227 1.733c-.743.096-1.496.27-2.213.498h.008Zm8.313-.087A2.677 2.677 0 0 1 19 20.034a2.438 2.438 0 0 1-.56.06 2.67 2.67 0 0 1-1.461-.437 2.677 2.677 0 0 1-1.164-1.697 2.66 2.66 0 0 1 .376-2.021 2.677 2.677 0 0 1 1.698-1.164 2.691 2.691 0 0 1 3.185 2.074 2.66 2.66 0 0 1-.376 2.02Zm1.811-.726-.236-1.733a12.666 12.666 0 0 0 2.213-.499l.543 1.663a14.4 14.4 0 0 1-2.52.569Z',
},
})]);
},
};
exports.default = IconCashFilledLarge;