@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.38 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Tent16Regular',
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: '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.4zM11.275 12c-1.177-1.667-2.016-3.295-2.79-6.267a.5.5 0 0 0-.968.002C6.661 9.071 5.65 10.738 4.718 12H3.16l.896-6.5c1.13-.663 2.84-1.897 3.966-3.078c1.126 1.181 2.837 2.415 3.967 3.079L12.883 12h-1.608zm-1.211 0h-4.12c.696-1.027 1.41-2.338 2.059-4.342c.59 1.815 1.246 3.108 2.06 4.342z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})