@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.31 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 24 24'
}
export default defineComponent({
name: 'Iot24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M19 4.491a2.5 2.5 0 0 1-3.012 2.448l-1.28 2.117A3.99 3.99 0 0 1 16 12V12.058l1.296.26a2.5 2.5 0 1 1-.279 1.475l-1.32-.266a4.016 4.016 0 0 1-1.742 1.964l.495 1.511h.05a2.5 2.5 0 1 1-1.472.479l-.496-1.516a3.994 3.994 0 0 1-3.752-1.593l-1.795.848a2.5 2.5 0 1 1-.608-1.372l1.754-.829a4.006 4.006 0 0 1 .784-3.566l-.991-1.13a2.5 2.5 0 1 1 1.164-.948l.983 1.12A3.982 3.982 0 0 1 12 8c.505 0 .99.094 1.434.265l1.245-2.06A2.5 2.5 0 1 1 19 4.492z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})