UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (40 loc) 2.37 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 IconConversionRateFilledLarge = { name: 'IconConversionRateFilledLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--conversionRateFilledLarge', 'IconConversionRateFilledLarge'); 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: 'M19.692 16.332A5.706 5.706 0 0 1 16.28 20c-.35.14-.718.236-1.103.297a3.936 3.936 0 0 0 2.564.963 3.943 3.943 0 0 0 3.938-3.938c0-1.382-.718-2.59-1.794-3.29.026.219.044.446.044.665 0 .158-.009.306-.026.464a5.751 5.751 0 0 1-.22 1.181l.01-.009Z', }, }), h('path', { attrs: { d: 'M17.951 13.393a3.929 3.929 0 0 0-3.701-2.643 3.943 3.943 0 0 0-3.938 3.938c0 2.17 1.654 3.806 3.728 3.92.07 0 .14.017.21.017.245 0 .481-.026.709-.07.289-.052.577-.131.84-.254a3.942 3.942 0 0 0 2.336-3.141c.017-.158.052-.315.052-.473 0-.14-.026-.262-.043-.393a4.258 4.258 0 0 0-.193-.893v-.008Z', }, }), h('path', { attrs: { d: 'M27.944 12.238 26.28 13.9a10.415 10.415 0 0 0-2.861-5.329c-4.095-4.095-10.754-4.095-14.849 0l1.234 1.234c3.412-3.412 8.96-3.412 12.372 0a8.679 8.679 0 0 1 2.276 3.99l-1.558-1.557-1.234 1.233 3.141 3.142a.86.86 0 0 0 .622.253.897.897 0 0 0 .621-.253l3.141-3.142-1.233-1.233h-.01Z', }, }), h('path', { attrs: { d: 'M9.814 22.186a8.679 8.679 0 0 1-2.275-3.99l1.557 1.558 1.234-1.234-3.141-3.141a.871.871 0 0 0-1.234 0L2.814 18.52l1.233 1.234L5.71 18.09a10.415 10.415 0 0 0 2.861 5.329A10.466 10.466 0 0 0 16 26.491c2.695 0 5.381-1.023 7.429-3.071l-1.234-1.234c-3.413 3.413-8.96 3.413-12.373 0h-.008Z', }, })]); }, }; exports.default = IconConversionRateFilledLarge;