@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.13 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: 'ClosedCaptionOff28Regular',
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.22zM21.44 22.5H6.25a2.75 2.75 0 0 1-2.75-2.75V8.25c0-1 .534-1.876 1.332-2.357l4.072 4.071a3.52 3.52 0 0 0-1.67 1.318c-.47.695-.734 1.6-.734 2.718c0 1.118.263 2.023.735 2.718a3.534 3.534 0 0 0 1.803 1.366a4.315 4.315 0 0 0 2.013.173c.622-.092 1.226-.318 1.668-.671a.75.75 0 1 0-.938-1.172c-.183.147-.516.295-.95.36a2.817 2.817 0 0 1-1.307-.108a2.034 2.034 0 0 1-1.048-.79C8.206 15.477 8 14.882 8 14c0-.882.206-1.477.476-1.876c.27-.397.636-.648 1.048-.79c.2-.068.41-.11.62-.129l5.849 5.849c.11.125.225.24.345.345l5.101 5.1zM7.182 4l1.5 1.5H21.75a2.75 2.75 0 0 1 2.75 2.75v11.5c0 .455-.11.884-.306 1.262l1.094 1.094A4.23 4.23 0 0 0 26 19.75V8.25A4.25 4.25 0 0 0 21.75 4H7.182zm14.036 13.585a2.588 2.588 0 0 1-.265.186l-1.12-1.12a1.59 1.59 0 0 0 .449-.237a.75.75 0 1 1 .936 1.171zm-5.912-5.461l1.235 1.235c.072-.542.236-.942.435-1.235c.27-.397.637-.648 1.049-.79c.419-.143.882-.17 1.306-.108c.434.064.768.213.95.36a.75.75 0 1 0 .938-1.172c-.443-.353-1.046-.58-1.668-.672a4.315 4.315 0 0 0-2.013.174c-.682.233-1.33.669-1.803 1.366a3.886 3.886 0 0 0-.43.842z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})