UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.63 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 IconConversionRateLarge = { name: 'IconConversionRateLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--conversionRateLarge', 'IconConversionRateLarge'); 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: 'M14.04 18.625a3.927 3.927 0 0 0 7.606-.93 3.93 3.93 0 0 0-3.695-4.32 3.927 3.927 0 0 0-7.607.93 3.93 3.93 0 0 0 3.696 4.32Zm4.095-3.5a2.196 2.196 0 0 1-.385 4.375 2.17 2.17 0 0 1-1.943-1.199 3.92 3.92 0 0 0 2.328-3.176ZM14.25 12.5a2.188 2.188 0 1 1 0 4.375 2.188 2.188 0 0 1 0-4.375Zm14.936.98-3.141 3.141a.874.874 0 0 1-1.243 0l-3.141-3.141 1.242-1.243 1.558 1.558A8.75 8.75 0 0 0 9.813 9.814L8.571 8.57a10.5 10.5 0 0 1 17.71 5.329l1.663-1.663 1.242 1.243Zm-7 8.75 1.242 1.242A10.5 10.5 0 0 1 5.718 18.1l-1.662 1.662-1.243-1.242 3.142-3.141a.875.875 0 0 1 1.242 0l3.141 3.14-1.242 1.243-1.558-1.557a8.75 8.75 0 0 0 14.648 3.981v.044Z', }, })]); }, }; exports.default = IconConversionRateLarge;