@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.92 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'NetworkCheck24Filled',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M10.05 15.42l6.256-8.476a.694.694 0 0 1 1.235.57l-.03.098l-3.87 9.8a2.07 2.07 0 1 1-3.737-1.766l.069-.115l.076-.11l6.257-8.477l-6.257 8.476zm2.05-4.549l-1.226 1.66a3.32 3.32 0 0 0-2.29 3.024a.75.75 0 0 1-1.5-.063A4.819 4.819 0 0 1 9.14 11.74c.9-.631 1.942-.911 2.961-.87zm4.167 2.752c.28.586.436 1.22.463 1.866a.75.75 0 0 1-1.376.444l.913-2.31zm-2.233-5.37l-.969 1.311a6.22 6.22 0 0 0-4.736 1.02a6.208 6.208 0 0 0-2.419 3.39a.75.75 0 0 1-1.442-.412a7.708 7.708 0 0 1 3-4.207a7.724 7.724 0 0 1 6.566-1.102zm3.51 2.138c.25.267.486.556.702.865a7.727 7.727 0 0 1 1.097 2.288a.75.75 0 0 1-1.44.417a6.23 6.23 0 0 0-.885-1.845l-.102-.138l.627-1.587zM15.98 5.852l-.088.054c-.123.082-.236.18-.337.295l-.096.12l-.54.732a9.138 9.138 0 0 0-8.261 1.146A9.103 9.103 0 0 0 3.38 12.37a.75.75 0 1 1-1.398-.543A10.603 10.603 0 0 1 5.799 6.97A10.642 10.642 0 0 1 15.98 5.852zm2.629 1.562a10.646 10.646 0 0 1 2.022 2.171c.49.702.892 1.451 1.199 2.235a.75.75 0 1 1-1.397.547a9.188 9.188 0 0 0-2.327-3.405l.381-.964c.076-.19.115-.388.122-.584z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})