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.5 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'Glasses48Filled', 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: '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-.015z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })