@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.5 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 48 48'
}
export default defineComponent({
name: 'Image48Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M30.997 12a5 5 0 1 1 0 10a5 5 0 0 1 0-10zm-2.5 5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 0 0-5 0zM6 10.75A4.75 4.75 0 0 1 10.75 6h26.5A4.75 4.75 0 0 1 42 10.75v26.5a4.732 4.732 0 0 1-1.157 3.106a1.255 1.255 0 0 1-.486.487A4.732 4.732 0 0 1 37.25 42h-26.5a4.731 4.731 0 0 1-3.111-1.16a1.25 1.25 0 0 1-.475-.475A4.732 4.732 0 0 1 6 37.25v-26.5zm33.5 26.5v-26.5a2.25 2.25 0 0 0-2.25-2.25h-26.5a2.25 2.25 0 0 0-2.25 2.25v26.5c0 .157.016.31.046.457L21.37 25.085a3.75 3.75 0 0 1 5.26 0l12.824 12.62c.03-.147.046-.3.046-.455zM10.75 39.5h26.5c.145 0 .286-.014.424-.04L24.877 26.867a1.25 1.25 0 0 0-1.754 0L10.328 39.46c.137.026.278.039.422.039z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})