@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.49 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: 'Video36020Regular',
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: 'M11 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm-4 1a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm8 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0zM3.97 4.02A1.699 1.699 0 0 0 2 5.697v8.605c0 1.046.937 1.844 1.97 1.677a37.866 37.866 0 0 1 12.06 0A1.699 1.699 0 0 0 18 14.302V5.697a1.699 1.699 0 0 0-1.97-1.677a37.863 37.863 0 0 1-12.06 0zM3 5.697c0-.43.385-.758.81-.69c4.1.662 8.28.662 12.38 0c.425-.068.81.26.81.69v8.605c0 .43-.385.758-.81.69l-.19-.03v-1.963a1 1 0 0 0-1-1h-2v2.613a38.887 38.887 0 0 0-1-.065V12a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2.548c-.334.017-.667.039-1 .065v-2.613H5a1 1 0 0 0-1 1v1.963l-.19.03a.699.699 0 0 1-.81-.69V5.697z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})