UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 3.53 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 IconCoinsLarge = { name: 'IconCoinsLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--coinsLarge', 'IconCoinsLarge'); 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: 'M27.716 8.073c0-.57-.306-1.374-1.759-2.004-.612-.263-1.365-.473-2.24-.621-1.89-.324-4.252-.324-6.142 0-.884.148-1.636.358-2.24.62-1.453.63-1.759 1.436-1.759 2.005v2.677c.446.044.893.088 1.304.158.149.026.297.06.446.087v-.919h.009c1.277.551 3.211.875 5.311.875.368 0 .735-.017 1.094-.035 1.662-.087 3.167-.385 4.217-.84h.018v1.96c-.018.053-.201.245-.7.464-.516.219-1.181.402-1.908.525-1.137.192-2.476.236-3.745.166.517.665.683 1.33.727 1.794h.306c2.1 0 4.034-.315 5.311-.875h.018v1.96c-.018.052-.202.245-.7.464-.49.21-1.112.376-1.785.498l-.15.027c-.91.148-1.95.21-2.974.192v1.759c.087 0 .175.009.271.009h.053c.516 0 1.023-.018 1.513-.061h.044c.499-.035.971-.097 1.426-.175h.018c.884-.15 1.671-.36 2.292-.63h.018v1.96c-.018.052-.201.245-.7.463-.516.219-1.181.403-1.908.525-.918.149-1.968.21-3 .193v1.75c.095 0 .192.008.288.008 1.05 0 2.065-.078 3.001-.236a10.856 10.856 0 0 0 2.31-.639c1.453-.63 1.759-1.434 1.759-2.003V8.08l-.044-.008Zm-1.899.096s-.035.026-.043.035a.977.977 0 0 1-.14.087c-.027.018-.053.027-.08.044a3.643 3.643 0 0 1-.262.131c-.008 0-.017 0-.026.009-1.05.455-2.774.726-4.611.726-1.838 0-3.57-.271-4.62-.726-.114-.052-.21-.096-.289-.14-.035-.017-.061-.035-.096-.052a.354.354 0 0 0-.079-.044 1.149 1.149 0 0 1-.201-.158c.087-.087.289-.236.665-.402.472-.201 1.102-.376 1.837-.499 1.707-.289 3.85-.289 5.557 0 .726.123 1.365.298 1.837.508.376.166.569.315.665.402-.026.026-.061.061-.105.088l-.009-.01Z', }, }), h('path', { attrs: { d: 'M11.511 26.229c-1.041 0-2.074-.079-3.001-.236-.875-.15-1.654-.368-2.301-.64-1.462-.63-1.768-1.443-1.768-2.012v-8.059c0-.568.306-1.373 1.759-2.003.604-.263 1.356-.473 2.24-.621 1.89-.324 4.252-.324 6.142 0 .875.148 1.637.358 2.24.62 1.453.63 1.76 1.436 1.76 2.005v8.058c0 .569-.307 1.374-1.76 2.004-.656.28-1.426.49-2.31.639-.945.157-1.95.236-3 .236v.009Zm-5.32-2.879s.21.184.7.402c.508.22 1.173.394 1.908.526 1.653.27 3.762.27 5.425 0 .726-.123 1.39-.307 1.907-.525.499-.22.683-.412.709-.464v-1.96h-.026c-1.278.551-3.212.875-5.312.875s-4.033-.315-5.31-.875h-.01v2.021h.01Zm0-4.034s.21.184.7.403c.516.218 1.173.402 1.908.525 1.653.271 3.762.271 5.425 0 .726-.123 1.39-.306 1.907-.525.499-.219.683-.412.709-.464v-1.96h-.026c-1.252.542-3.142.857-5.19.875h-.113c-2.1 0-4.034-.315-5.311-.875H6.19v2.021Zm.7-3.622c1.05.455 2.774.726 4.62.726s3.57-.271 4.611-.726c0 0 .018 0 .018-.009.367-.158.551-.306.639-.385-.088-.088-.29-.236-.665-.402-.473-.21-1.112-.386-1.838-.508-1.706-.289-3.859-.289-5.556 0-.735.122-1.365.297-1.838.499-.376.166-.577.315-.665.402.088.088.28.228.64.385l.034.018Z', }, })]); }, }; exports.default = IconCoinsLarge;