UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.5 kB
'use strict' 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: 'Video36024Filled', 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.692 4.017C3.318 3.824 2 4.875 2 6.316v11.369c0 1.44 1.318 2.49 2.691 2.298c.197-.028.41-.056.636-.084a54.28 54.28 0 0 1 6.673-.4c3.19 0 5.732.263 7.31.484c1.372.192 2.69-.858 2.69-2.299V6.316c0-1.441-1.318-2.492-2.692-2.3c-1.576.222-4.117.484-7.308.484s-5.732-.262-7.308-.483zM19 18.428a52.22 52.22 0 0 0-3.5-.324V15H18a1 1 0 0 1 1 1v2.428zm-5-.395a59.061 59.061 0 0 0-4 0V15a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3.033zm-5.5.07a52.216 52.216 0 0 0-3.5.325V16a1 1 0 0 1 1-1h2.5v3.104zM12 13a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zm-3.5-.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0zm10 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })