UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 2.46 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 IconCoins = { name: 'IconCoins', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--coins', 'IconCoins'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 16 16', }, }, ctx.data]), [h('path', { attrs: { d: 'M13.653 4.745c0-.376-.184-.901-.954-1.347-.018-.01-.026-.018-.044-.027a2.754 2.754 0 0 0-.394-.192c-.148-.07-.332-.123-.507-.175-.105-.035-.193-.079-.306-.105a9.066 9.066 0 0 0-.98-.219c-1.523-.262-3.422-.262-4.944 0-.709.123-1.313.289-1.794.499-1.146.499-1.391 1.129-1.391 1.575V11.255c0 .446.245 1.076 1.391 1.575a8.758 8.758 0 0 0 1.846.516 15.09 15.09 0 0 0 2.415.193c.84 0 1.672-.062 2.415-.193.7-.122 1.322-.289 1.847-.516 1.146-.499 1.39-1.129 1.39-1.575V4.754l.01-.009Zm-1.304 3.211s-.088.175-.595.394a7.62 7.62 0 0 1-1.558.429c-1.347.227-3.053.227-4.392 0a7.526 7.526 0 0 1-1.549-.429c-.472-.21-.586-.367-.595-.367V6.276s.044.027.079.044c1.024.446 2.581.7 4.27.7 1.689 0 3.246-.254 4.27-.7a.354.354 0 0 0 .079-.044v1.68h-.01ZM3.783 4.65s.07-.044.105-.07c.026-.018.043-.035.078-.053.08-.043.175-.096.29-.148.384-.167.9-.307 1.495-.412.097-.017.21-.026.315-.035 1.322-.183 2.905-.183 4.183.035.297.053.569.114.822.184.088.026.15.053.228.079.157.052.315.096.437.149.018 0 .027.008.035.017.088.044.167.079.228.114.035.026.07.044.105.061.017.018.044.026.061.044a.858.858 0 0 1 .149.131c-.053.061-.193.201-.578.368-.848.367-2.248.586-3.745.586-1.496 0-2.887-.219-3.745-.595-.428-.184-.56-.341-.595-.35 0 0 .018-.018.027-.035l.043-.044c.018-.017.035-.026.053-.044l.009.018Zm7.962 6.965c-.42.175-.962.323-1.549.428-1.347.228-3.053.228-4.392 0-.595-.104-1.129-.245-1.549-.428-.472-.21-.586-.368-.595-.368V9.54s.053.026.079.035c1.024.446 2.581.7 4.27.7 1.689 0 3.246-.254 4.27-.7.026-.009.052-.026.079-.035v1.68s-.088.175-.595.394h-.018Z', }, })]); }, }; exports.default = IconCoins;