@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.78 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ClosedCaption48Filled',
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: 'M10.5 8A6.5 6.5 0 0 0 4 14.5v19a6.5 6.5 0 0 0 6.5 6.5h27a6.5 6.5 0 0 0 6.5-6.5v-19A6.5 6.5 0 0 0 37.5 8h-27zm3.524 8.983c2.308-1.65 6.09-1.359 7.786 1.354a1.25 1.25 0 0 1-2.12 1.326c-.804-1.287-2.871-1.605-4.214-.646c-.838.599-1.976 1.862-1.976 4.983c0 3.159 1.083 4.391 1.94 4.958c.632.418 1.522.62 2.388.529c.867-.092 1.542-.456 1.905-.963a1.25 1.25 0 0 1 2.034 1.453c-.887 1.242-2.308 1.851-3.676 1.996c-1.37.145-2.856-.153-4.03-.93C12.382 29.933 11 27.841 11 24c0-3.88 1.49-5.921 3.024-7.017zm22.786 1.354a1.25 1.25 0 0 1-2.12 1.326c-.804-1.287-2.871-1.605-4.213-.646c-.839.599-1.977 1.862-1.977 4.983c0 3.159 1.083 4.391 1.94 4.958c.632.418 1.522.62 2.388.529c.867-.092 1.542-.456 1.905-.963a1.25 1.25 0 0 1 2.034 1.453c-.887 1.242-2.308 1.851-3.676 1.996c-1.37.145-2.856-.153-4.03-.93C27.382 29.933 26 27.841 26 24c0-3.88 1.49-5.921 3.023-7.017c2.31-1.65 6.091-1.359 7.787 1.354z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})