UNPKG

@justeattakeaway/pie-icons-vue

Version:
53 lines (48 loc) 2.06 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 IconWifiAlertLarge = { name: 'IconWifiAlertLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--wifiAlertLarge', 'IconWifiAlertLarge'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 28 28', }, }, ctx.data]), [h('path', { attrs: { d: 'M17.78 16.188A6.3 6.3 0 0 0 14 14.875 6.65 6.65 0 0 0 8.864 17.5l1.356 1.111A4.92 4.92 0 0 1 14 16.625a4.92 4.92 0 0 1 3.78 1.942l.358-.288a3 3 0 0 1-.42-1.523q.006-.286.062-.569', }, }), h('path', { attrs: { d: 'M17.447 4.778A15 15 0 0 0 14 4.374a15.95 15.95 0 0 0-12.381 6.169l1.347 1.111A14.25 14.25 0 0 1 14 6.125a13.2 13.2 0 0 1 3.622.525v-.411l-.122-1.33', }, }), h('path', { attrs: { d: 'm23.809 7.963-.184 2.17q.765.717 1.435 1.522l1.348-1.111a19 19 0 0 0-2.6-2.581', }, }), h('path', { attrs: { d: 'M14 9.625a11.46 11.46 0 0 0-8.873 4.498l1.348 1.11A9.77 9.77 0 0 1 14 11.376a8.86 8.86 0 0 1 4.191 1.076L18 10.43a10.5 10.5 0 0 0-4-.805', }, }), h('path', { attrs: { d: 'M14 23.406a1.531 1.531 0 1 0 0-3.062 1.531 1.531 0 0 0 0 3.062', }, }), h('path', { attrs: { d: 'M19.329 6.072a4.6 4.6 0 0 1 2.905 0l-.744 7.64h-1.418zm2.765 10.702a1.312 1.312 0 1 1-2.625 0 1.312 1.312 0 0 1 2.625 0', }, })]); }, }; exports.default = IconWifiAlertLarge;