@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.91 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ClosedCaptionOff28Filled',
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: 'M3.28 2.22a.75.75 0 0 0-1.06 1.06L3.75 4.812A4.244 4.244 0 0 0 2 8.25v11.5A4.25 4.25 0 0 0 6.25 24h15.5c.365 0 .719-.046 1.057-.133l1.912 1.913a.75.75 0 0 0 1.061-1.06L3.28 2.22zm6.865 8.985c-.211.019-.42.061-.62.13c-.413.14-.78.392-1.049.79C8.206 12.522 8 13.117 8 14s.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 1 1 .937 1.171c-.442.354-1.046.58-1.668.672a4.315 4.315 0 0 1-2.013-.173a3.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.52 3.52 0 0 1 1.669-1.318l1.24 1.241zM7.182 4l8.124 8.124c.113-.309.257-.59.429-.842a3.532 3.532 0 0 1 1.803-1.366a4.315 4.315 0 0 1 2.013-.174c.622.092 1.226.319 1.668.672a.75.75 0 1 1-.938 1.172c-.182-.147-.516-.296-.95-.36a2.817 2.817 0 0 0-1.306.108c-.412.142-.78.393-1.049.79c-.199.293-.363.693-.435 1.235l3.291 3.291a1.59 1.59 0 0 0 .45-.236a.75.75 0 1 1 .936 1.171a2.588 2.588 0 0 1-.265.186l4.335 4.335A4.23 4.23 0 0 0 26 19.75V8.25A4.25 4.25 0 0 0 21.75 4H7.182z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})