UNPKG

@justeattakeaway/pie-icons-vue

Version:
53 lines (50 loc) 1.95 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconWifiAlert = { name: 'IconWifiAlert', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--wifiAlert', 'IconWifiAlert'); return h('svg', _mergeJSXProps([{ 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: 'M5.935 9.006A2 2 0 0 1 6.1 8.21a6.75 6.75 0 0 0-2.94 2.047l1.006.876A5.6 5.6 0 0 1 6.05 9.645a2.2 2.2 0 0 1-.114-.639', }, }), h('path', { attrs: { d: 'M9.899 8.21a1.924 1.924 0 0 1 .053 1.435 5.6 5.6 0 0 1 1.88 1.461l1.007-.875a6.75 6.75 0 0 0-2.94-2.021', }, }), h('path', { attrs: { d: 'M6.049 4.946a9.44 9.44 0 0 0-5.005 3.185l1.006.875A8.25 8.25 0 0 1 6.18 6.25z', }, }), h('path', { attrs: { d: 'm9.951 4.946-.13 1.304a8.25 8.25 0 0 1 4.129 2.721l1.006-.875a9.44 9.44 0 0 0-5.005-3.15', }, }), h('path', { attrs: { d: 'm5.2 12.603 1.006.874a2.293 2.293 0 0 1 3.588 0l1.006-.875A3.67 3.67 0 0 0 8 11.23a3.67 3.67 0 0 0-2.8 1.374', }, }), h('path', { attrs: { d: 'm8.403 7.256.428-4.375A2.6 2.6 0 0 0 8 2.75a2.6 2.6 0 0 0-.875.14l.429 4.375z', }, }), h('path', { attrs: { d: 'M7.248 9.006a.752.752 0 1 0 1.504 0 .752.752 0 0 0-1.504 0', }, })]); }, }; export { IconWifiAlert as default };