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.44 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: 'Glasses28Filled', 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: 'M9.32 7.5c-.328 0-.643.13-.877.36L5.768 10.5h4.482c1.348 0 2.47.97 2.705 2.25h2.09a2.75 2.75 0 0 1 2.705-2.25h4.482l-2.675-2.64a1.25 1.25 0 0 0-.878-.36h-1.43a.75.75 0 1 1 0-1.5h1.43a2.75 2.75 0 0 1 1.932.793l4.42 4.361c.104.089.201.185.291.288l.025.024l-.002.002c.408.48.655 1.102.655 1.782v4A3.75 3.75 0 0 1 22.25 21h-3.5A3.75 3.75 0 0 1 15 17.25v-3h-2v3A3.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.027-.026c.089-.102.185-.197.288-.284l4.421-4.363A2.75 2.75 0 0 1 9.321 6h1.429a.75.75 0 0 1 0 1.5H9.32z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })