@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.39 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
export default defineComponent({
name: 'CellularOff20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2.854 2.146a.5.5 0 1 0-.708.708L10 10.707v4.543l.008.11a.75.75 0 0 0 1.492-.11v-3.043l1.5 1.5v1.542l.008.11a.75.75 0 0 0 1.492-.11v-.042l2.646 2.647a.5.5 0 0 0 .708-.708l-15-15zM13 10.88V6.75a.75.75 0 0 1 1.492-.11l.008.11v5.629l-1.5-1.5zm4.479 4.479l-1.477-1.477l.012-9.131a.743.743 0 0 1 1.477-.124l.009.11l-.014 10.514a.758.758 0 0 1-.007.108zM5.492 12.639A.75.75 0 0 0 4 12.75v2.5l.008.11a.75.75 0 0 0 1.492-.11v-2.5l-.008-.11zm3-2A.75.75 0 0 0 7 10.75v4.5l.008.11a.75.75 0 0 0 1.492-.11v-4.5l-.008-.11z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})