UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 2.03 kB
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 28 28' } export default defineComponent({ name: 'ClosedCaption28Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6.25 4A4.25 4.25 0 0 0 2 8.25v11.5A4.25 4.25 0 0 0 6.25 24h15.5A4.25 4.25 0 0 0 26 19.75V8.25A4.25 4.25 0 0 0 21.75 4H6.25zm4.801 5.742c.622.093 1.226.319 1.668.672a.75.75 0 1 1-.938 1.172c-.183-.147-.516-.296-.95-.36a2.817 2.817 0 0 0-1.307.108c-.412.142-.779.393-1.048.79C8.206 12.523 8 13.118 8 14c0 .882.206 1.477.476 1.876c.27.397.636.648 1.048.79c.42.143.883.17 1.308.108c.433-.065.766-.213.95-.36a.75.75 0 0 1 .937 1.172c-.442.353-1.046.58-1.668.672a4.316 4.316 0 0 1-2.013-.174a3.534 3.534 0 0 1-1.803-1.366c-.472-.695-.735-1.6-.735-2.718c0-1.118.263-2.023.735-2.718a3.533 3.533 0 0 1 1.803-1.366a4.315 4.315 0 0 1 2.013-.174zm10.167.672a.75.75 0 1 1-.936 1.172c-.183-.147-.517-.296-.95-.36a2.817 2.817 0 0 0-1.308.108c-.412.142-.779.393-1.048.79c-.27.399-.476.994-.476 1.876c0 .882.206 1.477.476 1.876c.27.397.637.648 1.049.79c.419.143.882.17 1.306.108c.434-.065.768-.213.95-.36a.75.75 0 0 1 .938 1.172c-.443.353-1.046.58-1.668.672a4.316 4.316 0 0 1-2.013-.174a3.534 3.534 0 0 1-1.803-1.366C15.263 16.023 15 15.118 15 14c0-1.118.263-2.023.735-2.718a3.533 3.533 0 0 1 1.803-1.366a4.315 4.315 0 0 1 2.013-.174c.622.093 1.226.319 1.668.672z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })