UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.19 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'ClosedCaption28Regular', 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: 'M11.051 9.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.315 4.315 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.672c-.442-.353-1.045-.58-1.667-.672a4.315 4.315 0 0 0-2.013.174c-.682.233-1.33.67-1.803 1.366c-.472.695-.735 1.6-.735 2.718c0 1.118.263 2.023.735 2.718a3.534 3.534 0 0 0 1.803 1.366a4.316 4.316 0 0 0 2.013.174c.622-.092 1.226-.319 1.668-.672a.75.75 0 1 0-.938-1.172c-.182.147-.516.295-.95.36a2.817 2.817 0 0 1-1.306-.108a2.033 2.033 0 0 1-1.049-.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.064.768.213.95.36a.75.75 0 0 0 .938-1.172zM2 8.25A4.25 4.25 0 0 1 6.25 4h15.5A4.25 4.25 0 0 1 26 8.25v11.5A4.25 4.25 0 0 1 21.75 24H6.25A4.25 4.25 0 0 1 2 19.75V8.25zM6.25 5.5A2.75 2.75 0 0 0 3.5 8.25v11.5a2.75 2.75 0 0 0 2.75 2.75h15.5a2.75 2.75 0 0 0 2.75-2.75V8.25a2.75 2.75 0 0 0-2.75-2.75H6.25z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })