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.58 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: 'ClosedCaptionOff16Regular', 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.793zm-1-1H3.5A1.5 1.5 0 0 1 2 10.5v-5a1.5 1.5 0 0 1 1.305-1.488L5.06 5.767C4.413 6.15 4 6.928 4 8c0 1.135.463 1.94 1.176 2.297a1.795 1.795 0 0 0 2.078-.343a.5.5 0 1 0-.708-.708a.796.796 0 0 1-.922.157C5.337 9.259 5 8.865 5 8s.337-1.26.624-1.403a.79.79 0 0 1 .198-.068L11.292 12zM8.457 6.335l.729.73c.122-.247.287-.392.438-.468a.795.795 0 0 1 .922.157a.5.5 0 0 0 .708-.708a1.796 1.796 0 0 0-2.078-.343a1.911 1.911 0 0 0-.72.632zM14 10.5c0 .383-.144.733-.38.998l.707.708A2.491 2.491 0 0 0 15 10.5v-5A2.5 2.5 0 0 0 12.5 3H5.121l1 1H12.5A1.5 1.5 0 0 1 14 5.5v5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })