@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.36 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
export default defineComponent({
name: 'GlassesOff16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M11.284 11.99l2.862 2.864a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l2.566 2.565l-2.169 1.926C1.211 6.62 1 7.035 1 7.5v2A2.5 2.5 0 0 0 3.5 12h1A2.5 2.5 0 0 0 7 9.5V9h1.293l.716.716a2.5 2.5 0 0 0 2.275 2.275zM5.293 6H3.437l.983-.873l.873.873zm8.48 5.652L9.095 6.974A1.5 1.5 0 0 1 10.5 6h2.063L10.31 4H9.5a.5.5 0 1 1 0-1h1a.5.5 0 0 1 .332.126l3.625 3.219c.332.275.543.69.543 1.155v2c0 .916-.492 1.716-1.227 2.152zM5.213 3.09L6.12 4H6.5a.5.5 0 1 0 0-1h-1a.5.5 0 0 0-.288.091z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})