@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.17 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: 'Tent16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.405 1.353a.5.5 0 0 0-.768 0c-1.041 1.25-3.102 2.738-4.288 3.4a.5.5 0 0 0-.251.368L2.15 12h-.664a.5.5 0 0 0 0 1H14.5a.5.5 0 0 0 0-1h-.607l-.948-6.879a.5.5 0 0 0-.252-.368c-1.185-.662-3.246-2.15-4.288-3.4zM5.944 12c.696-1.027 1.41-2.338 2.059-4.342c.59 1.815 1.246 3.108 2.06 4.342h-4.12z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})