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.46 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'ClosedCaptionOff16Filled', 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: 'M12.293 13l1.853 1.854a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.355 1.354A2.5 2.5 0 0 0 1 5.5v5A2.5 2.5 0 0 0 3.5 13h8.793zM5.822 6.53a.79.79 0 0 0-.198.067C5.337 6.741 5 7.135 5 8s.337 1.26.624 1.403a.796.796 0 0 0 .922-.157a.5.5 0 1 1 .708.708c-.55.55-1.382.691-2.078.343C4.463 9.941 4 9.135 4 8c0-1.072.413-1.85 1.06-2.233l.762.762zm3.802.067c-.151.076-.316.22-.438.467l5.141 5.142A2.491 2.491 0 0 0 15 10.5v-5A2.5 2.5 0 0 0 12.5 3H5.121l3.336 3.335c.19-.277.435-.49.72-.632a1.796 1.796 0 0 1 2.077.343a.5.5 0 0 1-.708.708a.795.795 0 0 0-.922-.157z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })