@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.49 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: 'ImageReflection24Filled',
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: 'M4 6.25A3.25 3.25 0 0 1 7.25 3h9.5A3.25 3.25 0 0 1 20 6.25v9a3.243 3.243 0 0 1-1.173 2.5A3.244 3.244 0 0 1 20 20.25V21a.75.75 0 0 1-1.5 0v-.75a1.75 1.75 0 0 0-1.75-1.75h-1a.75.75 0 0 1-.707-1h-1.586a.75.75 0 0 1-.707 1h-1.5a.75.75 0 0 1-.707-1H8.957a.749.749 0 0 1-.707 1h-1a1.75 1.75 0 0 0-1.75 1.75V21A.75.75 0 0 1 4 21v-.75c0-1.005.456-1.904 1.173-2.5A3.236 3.236 0 0 1 4 15.25v-9zm1.781 9.952c.29.445.775.75 1.334.793l4.364-4.282a.75.75 0 0 1 1.048-.001l4.39 4.28a1.75 1.75 0 0 0 1.316-.813l-4.658-4.541a2.25 2.25 0 0 0-3.147.005l-4.647 4.559zM15 9a1.25 1.25 0 1 0 0-2.5A1.25 1.25 0 0 0 15 9z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})