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.53 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'GlassesOff28Filled', 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 1 0-1.06 1.06l4.335 4.336l-3.587 3.54a2.76 2.76 0 0 0-.289.284l-.026.026l.002.002A2.739 2.739 0 0 0 2 13.25v4A3.75 3.75 0 0 0 5.75 21h3.5A3.75 3.75 0 0 0 13 17.25v-3h.19L15 16.06v1.19A3.75 3.75 0 0 0 18.75 21h1.189l4.78 4.78a.75.75 0 0 0 1.061-1.06L3.28 2.22zm6.16 8.28H5.767l1.848-1.824L9.439 10.5zm-.255-4.497L10.682 7.5h.068a.75.75 0 0 0 0-1.5H9.32l-.135.003zm14.647 14.648l-8.571-8.572A2.75 2.75 0 0 1 17.75 10.5h4.482l-2.675-2.64a1.25 1.25 0 0 0-.878-.36h-1.43a.75.75 0 0 1 0-1.5h1.43a2.75 2.75 0 0 1 1.932.793l4.42 4.36c.104.09.201.186.291.29l.025.023l-.002.002A2.74 2.74 0 0 1 26 13.25v4a3.75 3.75 0 0 1-2.168 3.4z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })