@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
JavaScript
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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Glasses24Filled',
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: 'M7.909 5h.841a.75.75 0 0 1 .102 1.493L8.75 6.5h-.841a.75.75 0 0 0-.477.17l-.075.073l-2.074 2.256h3.466a2.25 2.25 0 0 1 2.237 2.005h2.027A2.25 2.25 0 0 1 15.25 9l3.477-.001l-2.083-2.258a.75.75 0 0 0-.448-.234l-.104-.007h-.842a.75.75 0 0 1-.102-1.493L15.25 5h.843a2.25 2.25 0 0 1 1.52.592l.133.132l3.642 3.947c.05.055.091.115.122.178c.306.384.489.871.489 1.4v3.497a3.25 3.25 0 0 1-3.25 3.25H16.25a3.25 3.25 0 0 1-3.25-3.25l-.001-2.242h-2.001v2.242a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 14.746V11.25c0-.562.206-1.076.546-1.47l.038-.055l.044-.052l3.624-3.945a2.25 2.25 0 0 1 1.469-.72L7.909 5h.841h-.841z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})