UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.89 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconWrap = { name: 'IconWrap', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--wrap', 'IconWrap'); 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.948 4.693a1.79 1.79 0 0 0-1.155-1.584 1.75 1.75 0 0 0-.98-1.759A1.75 1.75 0 0 0 11 1.604a1.75 1.75 0 0 0-1.181-.525 1.654 1.654 0 0 0-1.636 1.19q-.105.236-.184.481L1.263 9.34a.67.67 0 0 0-.184.516.06.06 0 0 0 0 .044c.254 3.202 1.837 5.005 4.462 5.057a.65.65 0 0 0 .438-.175l7.122-6.5c.262-.076.507-.204.718-.377a1.53 1.53 0 0 0 .568-1.269 1.7 1.7 0 0 0-.14-.516 1.75 1.75 0 0 0 .7-1.426m-7.184.148v1.077c.052 1.295.087 2.143-.875 3.106-1.216 1.19-2.958.875-3.99.56zm-2.45 8.803c-1.479-.123-2.406-1.068-2.774-2.8.68.227 1.392.348 2.109.359A4.37 4.37 0 0 0 7.808 9.96 3.98 3.98 0 0 0 9.102 7.17a6.3 6.3 0 0 0 2.136 1.059zm7.796-8.435a.665.665 0 0 0-.56.499.65.65 0 0 0 .28.7c.088.06.262.236.262.332s0 .105-.14.193c-.332.18-.722.22-1.085.113a4.53 4.53 0 0 1-2.79-1.828 7.2 7.2 0 0 1 .35-2.538c.104-.306.27-.289.332-.297a.55.55 0 0 1 .472.428.68.68 0 0 0 .534.508.65.65 0 0 0 .665-.298s.438-.656.875-.472c.438.184.14.875.14.875a.65.65 0 0 0 .3.778c.088.05.186.08.286.088.446 0 .613.263.621.473.01.21-.2.402-.542.446', }, })]); }, }; exports.default = IconWrap;