@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.66 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: 'Video36024Regular',
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: 'M13.5 11.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0zM7 14a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3zm10 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3zM2 6.316c0-1.441 1.318-2.492 2.692-2.3C6.268 4.239 8.809 4.5 12 4.5s5.732-.262 7.308-.483C20.682 3.824 22 4.875 22 6.316v11.369c0 1.44-1.318 2.49-2.69 2.298A53.307 53.307 0 0 0 12 19.5c-3.19 0-5.732.262-7.309.483c-1.373.192-2.69-.858-2.691-2.299V6.316zm2.483-.814c-.524-.073-.983.338-.983.814v11.369c0 .475.458.886.983.812c.163-.022.335-.046.517-.069V16a1 1 0 0 1 1-1h2.5v3.104c.477-.029.977-.053 1.5-.07V15a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3.033c.523.018 1.023.042 1.5.07V15H18a1 1 0 0 1 1 1v2.428c.182.023.355.047.517.07c.525.073.983-.338.983-.814V6.316c0-.476-.459-.887-.983-.814C17.884 5.732 15.272 6 12 6c-3.272 0-5.884-.269-7.517-.498z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})