UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.93 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'ClosedCaptionOff48Regular', 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: 'M38.196 39.963l3.67 3.67a1.25 1.25 0 0 0 1.768-1.767l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768l2.79 2.79A6.497 6.497 0 0 0 4 14.5v19a6.5 6.5 0 0 0 6.5 6.5h27c.235 0 .467-.013.696-.037zM35.732 37.5H10.5a4 4 0 0 1-4-4v-19a4.001 4.001 0 0 1 2.516-3.716l5.756 5.755a5.174 5.174 0 0 0-.748.444C12.489 18.079 11 20.12 11 24c0 3.841 1.383 5.933 3.06 7.043c1.175.777 2.66 1.075 4.03.93c1.369-.145 2.79-.754 3.677-1.996a1.25 1.25 0 0 0-2.034-1.454c-.363.508-1.038.872-1.905.964c-.866.091-1.756-.111-2.388-.53c-.857-.566-1.94-1.799-1.94-4.957c0-3.12 1.138-4.384 1.976-4.983c.378-.27.813-.438 1.26-.513L35.733 37.5zm5.768-4c0 .77-.218 1.49-.596 2.101l1.798 1.797A6.471 6.471 0 0 0 44 33.5v-19A6.5 6.5 0 0 0 37.5 8H13.303l2.5 2.5H37.5a4 4 0 0 1 4 4v19zm-7.223-4.526l1.78 1.78c.261-.226.5-.484.71-.777a1.25 1.25 0 0 0-2.034-1.454c-.12.168-.273.32-.456.45zm-7.93-7.93l2.178 2.178c.172-2.56 1.187-3.659 1.952-4.205c1.342-.959 3.409-.64 4.213.646a1.25 1.25 0 0 0 2.12-1.326c-1.696-2.713-5.478-3.003-7.787-1.354c-1.085.775-2.147 2.023-2.676 4.06z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })