@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.39 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 16 16'
}
export default defineComponent({
name: 'ImageMultiple16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M10 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0zM4.5 2A2.5 2.5 0 0 0 2 4.5v5A2.5 2.5 0 0 0 4.5 12h5A2.5 2.5 0 0 0 12 9.5v-5A2.5 2.5 0 0 0 9.5 2h-5zM3 4.5A1.5 1.5 0 0 1 4.5 3h5A1.5 1.5 0 0 1 11 4.5v5c0 .232-.053.45-.146.647L8.209 7.502a1.71 1.71 0 0 0-2.418 0l-2.645 2.645A1.494 1.494 0 0 1 3 9.5v-5zm.853 6.354l2.645-2.645a.71.71 0 0 1 1.004 0l2.645 2.645A1.494 1.494 0 0 1 9.5 11h-5c-.232 0-.45-.053-.647-.146zM7 14a2.496 2.496 0 0 1-2-1h4.5A3.5 3.5 0 0 0 13 9.5V4c.607.456 1 1.182 1 2v3.5A4.5 4.5 0 0 1 9.5 14H7z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})