@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.83 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'GlassesOff48Regular',
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: 'M41.866 43.634l-7.642-7.642H32.5a6.5 6.5 0 0 1-6.5-6.5v-1.725l-2.76-2.759h-1.244l.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-.105l5.9-6.422l-6.789-6.79a1.25 1.25 0 1 1 1.768-1.767l37.5 37.5a1.25 1.25 0 0 1-1.768 1.768zM13.28 15.046l-2.713 2.952h5.665l-2.953-2.952zM8.5 21A1.5 1.5 0 0 0 7 22.5v6.993a3.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.5H8.5zm17.768-.034L29 23.697v-1.198a1.5 1.5 0 0 1 1.5-1.5h8.998a1.5 1.5 0 0 1 1.5 1.5v6.993a3.501 3.501 0 0 1-2.777 3.425l2.32 2.32a6.5 6.5 0 0 0 3.457-5.745V22.5a4.483 4.483 0 0 0-.978-2.8a1.504 1.504 0 0 0-.244-.356l-7.284-7.895l-.265-.264A4.5 4.5 0 0 0 32.185 10h-2.692l-.203.014A1.5 1.5 0 0 0 29.494 13h2.691l.207.014a1.5 1.5 0 0 1 .895.469l4.167 4.515l-6.954.001a4.502 4.502 0 0 0-4.232 2.966zM18.303 13l-2.973-2.973a4.2 4.2 0 0 1 .112-.011l.376-.016h2.68a1.5 1.5 0 0 1 .204 2.986L18.5 13h-.196z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})