@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 1.4 kB
JavaScript
'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 IconWifi = {
name: 'IconWifi',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--wifi', 'IconWifi');
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: 'M11.833 10.231A5.02 5.02 0 0 0 8 8.333a5.02 5.02 0 0 0-3.833 1.898l-1.006-.875A6.33 6.33 0 0 1 8 7.02a6.33 6.33 0 0 1 4.839 2.363z',
},
}), h('path', {
attrs: {
d: 'M13.95 8.096A7.79 7.79 0 0 0 8 5.156a7.79 7.79 0 0 0-5.95 2.94l-1.006-.875a9.07 9.07 0 0 1 7-3.412 9.07 9.07 0 0 1 7 3.412z',
},
}), h('path', {
attrs: {
d: 'M9.794 12.576a2.292 2.292 0 0 0-3.588 0L5.2 11.701A3.67 3.67 0 0 1 8 10.354a3.67 3.67 0 0 1 2.8 1.374z',
},
})]);
},
};
exports.default = IconWifi;