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.46 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: 'MoviesAndTv24Filled', 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: 'M19.729 3.875l.05.16l.552 1.922a.75.75 0 0 1-.418.893l-.096.035L9.09 9.96h11.16a.75.75 0 0 1 .742.65l.007.1v8.499a2.75 2.75 0 0 1-2.582 2.745l-.168.005H5.75a2.75 2.75 0 0 1-2.745-2.582L3 19.209v-8.392l-.522-1.821a2.75 2.75 0 0 1 1.726-3.35l.16-.052L16.378 2.15a2.75 2.75 0 0 1 3.35 1.726zM6.273 6.607l-1.496.43a1.25 1.25 0 0 0-.886 1.42l.03.125l.344 1.201l.295-.085l1.713-3.09zm4.756-1.363l-2.717.779l-1.714 3.09l2.718-.778l1.713-3.091zm4.758-1.365l-2.718.78l-1.713 3.09l2.716-.778l1.715-3.092zm1.847-.233l-1.521 2.74l2.569-.737l-.344-1.2a1.248 1.248 0 0 0-.704-.803z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })