@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.68 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: 'Video360Off20Regular',
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: 'M6 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2zM2.854 2.146a.5.5 0 1 0-.708.708l1.185 1.184A1.7 1.7 0 0 0 2 5.698v8.604c0 1.046.937 1.844 1.97 1.677a37.862 37.862 0 0 1 11.17-.132l2.006 2.007a.5.5 0 0 0 .708-.708l-1.185-1.184l-6.124-6.124l-1.383-1.383l-3.157-3.157l-1.144-1.144l-2.007-2.008zM13 13.707v.905a38.886 38.886 0 0 0-1-.064v-1.84l1 1zM10.293 11H9a1 1 0 0 0-1 1v2.548a38.88 38.88 0 0 0-1 .064V12H5a1 1 0 0 0-1 1v1.962l-.19.03a.699.699 0 0 1-.81-.69V5.698c0-.43.385-.759.81-.69c.193.031.386.06.58.089L10.293 11zm3.828 1L16 13.879v-.88a1 1 0 0 0-1-1h-.879zm2.732 2.732l.71.709c.27-.3.437-.697.437-1.139V5.698a1.699 1.699 0 0 0-1.97-1.677a37.863 37.863 0 0 1-9.57.317l1.088 1.089c2.883.182 5.782.042 8.642-.42c.425-.068.81.26.81.69v8.605a.694.694 0 0 1-.147.43zM14 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})