@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.38 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'ClosedCaption24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})