@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.07 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'VideoSwitch20Regular',
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: 'M4 4.5A2.5 2.5 0 0 1 6.5 2h5A2.5 2.5 0 0 1 14 4.5v.613l1.891-1.03A.75.75 0 0 1 17 4.74v4.518c0 .57-.61.931-1.109.659L14 8.887V9.5a2.5 2.5 0 0 1-2.5 2.5h-5A2.5 2.5 0 0 1 4 9.5v-5zm10 3.248l2 1.09V5.162l-2 1.09v1.496zM6.5 3A1.5 1.5 0 0 0 5 4.5v5A1.5 1.5 0 0 0 6.5 11h5A1.5 1.5 0 0 0 13 9.5v-5A1.5 1.5 0 0 0 11.5 3h-5zm-2.83 8.889a4.82 4.82 0 0 0-.847.41C2.408 12.56 2 12.954 2 13.5s.408.94.823 1.201c.44.278 1.043.51 1.745.696c1.41.376 3.33.603 5.432.603c.098 0 .197 0 .294-.002l-1.148 1.148a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2a.5.5 0 0 0-.708.708l1.145 1.145A28.16 28.16 0 0 1 10 15c-2.04 0-3.87-.221-5.174-.569c-.656-.175-1.151-.374-1.47-.575c-.344-.217-.356-.35-.356-.356c0-.006.012-.139.356-.355c.277-.175.686-.348 1.217-.505a3.013 3.013 0 0 1-.904-.751zm10.254.413c.293-.245.538-.544.72-.883c.277.056.54.118.788.184c.702.187 1.305.418 1.745.696c.415.261.823.655.823 1.201s-.408.94-.823 1.201c-.44.278-1.043.51-1.745.696c-.266.071-.55.137-.85.197a.49.49 0 0 1-.582-.486c0-.245.176-.453.415-.5c.27-.055.523-.114.76-.177c.655-.175 1.15-.374 1.469-.575c.344-.217.356-.35.356-.356c0-.006-.012-.139-.356-.355c-.319-.202-.814-.401-1.47-.576c-.375-.1-.795-.19-1.25-.267z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})