@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.96 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'GlobeVideo28Regular',
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: 'M1 14C1 7.373 6.373 2 13 2s12 5.373 12 12c0 .166-.003.331-.01.495c-.507 0-1.026.157-1.49.505l-.05.038a10.629 10.629 0 0 0-.25-3.538h-4.33c.068.649.11 1.317.125 2h-1.5a22.021 22.021 0 0 0-.134-2H8.639c-.09.799-.139 1.635-.139 2.5c0 1.425.132 2.773.367 4H11.5v1.5H9.22c.244.861.542 1.64.879 2.314c.459.918.94 1.557 1.401 1.98V24c0 .73.223 1.407.605 1.967C5.895 25.51 1 20.327 1 14zM13 3.5c-.783 0-1.895.673-2.901 2.686C9.575 7.233 9.147 8.53 8.867 10h8.267c-.281-1.47-.71-2.767-1.233-3.814C14.895 4.173 13.783 3.5 13 3.5zm3.353.547c1.056 1.426 1.873 3.508 2.306 5.953h4.052a10.53 10.53 0 0 0-6.358-5.953zM9.647 23.953C8.814 22.83 8.13 21.297 7.666 19.5H4.054a10.53 10.53 0 0 0 5.593 4.453zM7.341 18A23.07 23.07 0 0 1 7 14c0-.857.045-1.694.13-2.5H2.8c-.196.801-.3 1.639-.3 2.5c0 1.416.28 2.767.789 4H7.34zm0-8c.433-2.445 1.25-4.527 2.306-5.953A10.53 10.53 0 0 0 3.29 10H7.34zm7.084 15.916A2.004 2.004 0 0 1 13 24v-7a2 2 0 0 1 2-2h5a2 2 0 0 1 2 2v1l2.4-1.8a.997.997 0 0 1 .432-.188A1.002 1.002 0 0 1 26 17v7a1 1 0 0 1-1.6.8L22 23v1a2 2 0 0 1-2 2h-5a2 2 0 0 1-.575-.084z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})