UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 2.01 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 IconCash = { name: 'IconCash', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--cash', 'IconCash'); 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: 'm14.46 10.479-.905-4.287a.65.65 0 0 0-.967-.427c-.21.122-.427.218-.645.314L10.54 3.152a.65.65 0 0 0-1.037-.183 6.176 6.176 0 0 1-3.476 1.664 7.492 7.492 0 0 0-4.225 2.021.652.652 0 0 0-.14.75l1.891 3.946c.087.191.27.322.47.357.036 0 .08.009.114.009a.64.64 0 0 0 .453-.183c.009-.009.017-.018.035-.026l.218 1.01a.65.65 0 0 0 .374.462.698.698 0 0 0 .262.052.65.65 0 0 0 .33-.087 6.212 6.212 0 0 1 3.782-.801 7.522 7.522 0 0 0 4.565-.967.662.662 0 0 0 .313-.697h-.008ZM3.049 7.273a6.21 6.21 0 0 1 3.136-1.36 7.498 7.498 0 0 0 3.537-1.446l.959 2.004a6.088 6.088 0 0 1-1.865.087 7.55 7.55 0 0 0-4.582.967.662.662 0 0 0-.314.697L4.25 9.79 3.04 7.255l.008.018Zm6.682 3.572a7.616 7.616 0 0 0-3.79.566l-.156-.758-.28-1.333-.182-.88a6.228 6.228 0 0 1 3.371-.584 6.36 6.36 0 0 0 1.35 0 7.563 7.563 0 0 0 2.431-.575l.026.131.601 2.84a6.194 6.194 0 0 1-3.354.584l-.017.008Z', }, }), h('path', { attrs: { d: 'M10.096 9.163a.91.91 0 0 0-1.09-.706.91.91 0 0 0-.705 1.09c.018.095.061.173.105.252.191.34.575.549.984.462.453-.096.74-.514.715-.967v-.122l-.01-.01Z', }, })]); }, }; exports.default = IconCash;