UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (38 loc) 1.55 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconWifiLarge = { name: 'IconWifiLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--wifiLarge', 'IconWifiLarge'); return h('svg', _mergeJSXProps([{ 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.78 20.585a4.92 4.92 0 0 0-3.78-1.96 4.92 4.92 0 0 0-3.78 1.942L10.863 19.5A6.65 6.65 0 0 1 16 16.875a6.65 6.65 0 0 1 5.136 2.625z', }, }), h('path', { attrs: { d: 'M27.034 13.655A14.25 14.25 0 0 0 16 8.125a14.25 14.25 0 0 0-11.034 5.53L3.62 12.544a15.95 15.95 0 0 1 12.38-6.169 15.95 15.95 0 0 1 12.382 6.169z', }, }), h('path', { attrs: { d: 'M23.525 17.234A9.77 9.77 0 0 0 16 13.375a9.76 9.76 0 0 0-7.525 3.841l-1.348-1.094A11.46 11.46 0 0 1 16 11.625a11.46 11.46 0 0 1 8.872 4.48z', }, }), h('path', { attrs: { d: 'M16 25.406a1.531 1.531 0 1 0 0-3.062 1.531 1.531 0 0 0 0 3.062', }, })]); }, }; export { IconWifiLarge as default };