@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.73 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 48 48'
}
export default defineComponent({
name: 'Glasses48Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M15.818 10h2.68a1.5 1.5 0 0 1 .204 2.986L18.5 13h-2.681a1.5 1.5 0 0 0-.954.342l-.15.143l-4.148 4.513l6.932.001a4.5 4.5 0 0 1 4.473 4.009h4.055a4.5 4.5 0 0 1 4.474-4.009l6.954-.001l-4.166-4.515a1.5 1.5 0 0 0-.896-.469L32.185 13h-2.692a1.5 1.5 0 0 1-.203-2.986l.204-.014h2.691a4.5 4.5 0 0 1 3.042 1.184l.265.264l7.284 7.895c.1.109.182.229.244.355c.612.769.978 1.742.978 2.801v6.993a6.5 6.5 0 0 1-6.5 6.5H32.5a6.5 6.5 0 0 1-6.5-6.5l-.002-4.484h-4.002l.002 4.484a6.5 6.5 0 0 1-6.5 6.5H10.5a6.5 6.5 0 0 1-6.5-6.5V22.5c0-1.123.412-2.15 1.092-2.939l.076-.11l.087-.105l7.249-7.89a4.5 4.5 0 0 1 2.938-1.44l.376-.015h2.68h-2.68zm1.68 11H8.5A1.5 1.5 0 0 0 7 22.5v6.992a3.5 3.5 0 0 0 3.5 3.5h4.998a3.5 3.5 0 0 0 3.5-3.5V22.5a1.5 1.5 0 0 0-1.5-1.5zm22 0H30.5a1.5 1.5 0 0 0-1.5 1.5v6.992a3.5 3.5 0 0 0 3.5 3.5h4.998a3.5 3.5 0 0 0 3.5-3.5V22.5a1.5 1.5 0 0 0-1.5-1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})