@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.39 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: 'ClosedCaption24Filled',
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: 'M18.75 4A3.25 3.25 0 0 1 22 7.25v9.505a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 16.755V7.25a3.25 3.25 0 0 1 3.066-3.245L5.25 4h13.5zm-8.128 4.599C8.213 7.225 5.5 8.854 5.5 12c0 3.143 2.715 4.775 5.12 3.407a.75.75 0 0 0-.74-1.304C8.483 14.896 7 14.005 7 12c0-2.006 1.48-2.896 2.878-2.099a.75.75 0 0 0 .744-1.302zm7.5 0C15.713 7.225 13 8.854 13 12c0 3.143 2.715 4.775 5.12 3.407a.75.75 0 0 0-.74-1.304c-1.396.793-2.88-.098-2.88-2.103c0-2.006 1.48-2.896 2.878-2.099a.75.75 0 0 0 .744-1.302z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})