@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.49 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'ImageReflection24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})