@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.62 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: 'GlassesOff16Regular',
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.165 1.923A1.497 1.497 0 0 0 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.438l.982-.873l.873.873zM2.17 7.123h.001l.02-.018A.498.498 0 0 1 2.5 7h3a.5.5 0 0 1 .5.5v2A1.5 1.5 0 0 1 4.5 11h-1A1.5 1.5 0 0 1 2 9.5v-2c0-.15.066-.285.171-.377zM10 7.88l-.905-.905A1.5 1.5 0 0 1 10.5 6h2.062L10.31 4H9.5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 .332.126l3.621 3.216c.334.275.547.692.547 1.158v2c0 .916-.492 1.716-1.227 2.152l-.747-.747A1.5 1.5 0 0 0 14 9.5v-2a.499.499 0 0 0-.171-.377h-.001l-.02-.018A.498.498 0 0 0 13.5 7h-3a.5.5 0 0 0-.5.5v.379zM5.212 3.09l.91.909H6.5a.5.5 0 0 0 0-1h-1a.5.5 0 0 0-.288.091z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})