@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
57 lines (52 loc) • 3.65 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 IconCoinsFilledLarge = {
name: 'IconCoinsFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--coinsFilledLarge', 'IconCoinsFilledLarge');
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: 'M15.335 10.076c1.278.551 3.211.875 5.311.875s4.034-.315 5.312-.866c1.46-.63 1.758-1.435 1.758-2.004s-.306-1.347-1.697-1.977a6.829 6.829 0 0 0-.779-.289 9.525 9.525 0 0 0-1.146-.289c-.123-.026-.245-.052-.376-.07a.59.59 0 0 1-.123-.017c-1.872-.307-4.165-.307-6.02.017-.219.035-.429.079-.639.123-.026 0-.043.008-.07.017a8.548 8.548 0 0 0-1.53.481 4.268 4.268 0 0 0-.49.245c-.885.5-1.19 1.077-1.252 1.54-.009.08-.018.15-.018.228 0 .569.307 1.374 1.76 2.004v-.018Z',
},
}), h('path', {
attrs: {
d: 'M26.649 19.745c-.796.332-1.706.586-2.713.761a19.844 19.844 0 0 1-3.298.263c-.097 0-.193-.009-.29-.009v2.275c.097 0 .193.009.29.009 1.04 0 2.073-.079 3-.236a10.856 10.856 0 0 0 2.31-.64c1.453-.63 1.76-1.434 1.76-2.003v-1.006c-.307.21-.657.411-1.068.586h.009Z',
},
}), h('path', {
attrs: {
d: 'M6.209 25.363c.647.27 1.426.49 2.301.638.919.158 1.96.236 3.001.236 1.042 0 2.065-.078 3.002-.236a10.855 10.855 0 0 0 2.31-.639c1.452-.63 1.758-1.434 1.758-2.003v-1.015c-.306.21-.656.411-1.067.586-.788.332-1.698.586-2.704.761a19.919 19.919 0 0 1-3.299.263c-1.155 0-2.257-.088-3.29-.263-1.015-.175-1.916-.428-2.695-.752a5.7 5.7 0 0 1-1.085-.613v1.024c0 .569.307 1.374 1.768 2.012Z',
},
}), h('path', {
attrs: {
d: 'M16.823 13.287c-.613-.262-1.365-.472-2.24-.62a18.132 18.132 0 0 0-3.072-.246c-1.058 0-2.126.088-3.07.245-.885.149-1.637.359-2.24.621-1.462.63-1.768 1.444-1.768 2.004s.306 1.374 1.758 2.004c1.278.551 3.212.875 5.312.875s4.033-.315 5.31-.866c1.462-.63 1.768-1.435 1.768-2.004 0-.805-.62-1.514-1.758-2.004v-.008Z',
},
}), h('path', {
attrs: {
d: 'M11.511 19.92c-2.327 0-4.523-.368-6.01-1.015a6.09 6.09 0 0 1-1.068-.586v.997c0 .569.306 1.374 1.776 2.013.647.271 1.417.49 2.301.639 1.864.314 4.121.314 6.003 0a10.489 10.489 0 0 0 2.31-.648c1.452-.63 1.758-1.435 1.758-2.004v-.997c-.306.21-.656.411-1.067.586-1.488.647-3.675 1.015-6.003 1.015Z',
},
}), h('path', {
attrs: {
d: 'M26.649 15.711c-.788.333-1.698.586-2.704.761a19.842 19.842 0 0 1-3.299.263c-.096 0-.192-.009-.288-.009v2.284c1.128.017 2.275-.053 3.298-.228.875-.148 1.654-.367 2.31-.647 1.444-.621 1.75-1.426 1.75-1.995v-1.015c-.306.21-.656.411-1.067.586Z',
},
}), h('path', {
attrs: {
d: 'M26.649 11.686c-1.488.648-3.675 1.015-6.003 1.015-.455 0-.9-.017-1.338-.043.83.857 1.015 1.776 1.04 2.31 1.13.017 2.276-.053 3.3-.228.875-.149 1.653-.367 2.31-.648 1.452-.63 1.75-1.434 1.75-2.003v-.998c-.307.21-.657.412-1.068.587l.009.008Z',
},
})]);
},
};
exports.default = IconCoinsFilledLarge;