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.86 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: 'GlassesOff28Regular', 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: 'M2.22 2.22a.75.75 0 0 1 1.06 0l22.5 22.5a.75.75 0 0 1-1.06 1.06L19.938 21H18.75A3.75 3.75 0 0 1 15 17.25v-1.19l-1.81-1.81H13v3A3.75 3.75 0 0 1 9.25 21h-3.5A3.75 3.75 0 0 1 2 17.25v-4c0-.68.247-1.302.655-1.782l-.002-.002l.026-.026a2.76 2.76 0 0 1 .29-.285l3.586-3.54L2.22 3.28a.75.75 0 0 1 0-1.06zm5.396 6.456L5.768 10.5h3.671L7.616 8.676zM3.78 12.462c-.175.215-.28.49-.28.788v4a2.25 2.25 0 0 0 2.25 2.25h3.5a2.25 2.25 0 0 0 2.25-2.25v-4c0-.69-.56-1.25-1.25-1.25h-5.5c-.293 0-.562.1-.775.27l-.195.192zM10.682 7.5L9.185 6.003A2.75 2.75 0 0 1 9.321 6h1.429a.75.75 0 0 1 0 1.5h-.068zm4.579 4.58l1.239 1.238v-.068c0-.69.56-1.25 1.25-1.25h5.5c.293 0 .562.1.775.27l.195.192c.175.215.28.49.28.788v4a2.25 2.25 0 0 1-1.853 2.215l1.185 1.186A3.75 3.75 0 0 0 26 17.25v-4c0-.68-.247-1.302-.655-1.782l.002-.002l-.026-.026a2.759 2.759 0 0 0-.29-.285l-4.42-4.362A2.75 2.75 0 0 0 18.679 6H17.25a.75.75 0 0 0 0 1.5h1.43c.328 0 .643.13.877.36l2.675 2.64H17.75c-1.1 0-2.05.646-2.49 1.58z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })