@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.43 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Tent28Regular',
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: 'M14.601 3.211a.75.75 0 0 0-1.152 0c-1.795 2.154-5.337 4.71-7.374 5.848a.75.75 0 0 0-.377.552L4.06 21.5H2.75a.75.75 0 0 0 0 1.5h22.5a.75.75 0 0 0 0-1.5h-1.26L22.352 9.61a.75.75 0 0 0-.378-.552c-2.036-1.138-5.578-3.694-7.373-5.848zm4.937 18.273c-2.035-2.876-3.482-5.677-4.815-10.796a.75.75 0 0 0-1.452.002c-1.476 5.753-3.223 8.619-4.832 10.794H5.577l1.557-11.303c1.954-1.142 4.96-3.308 6.89-5.361c1.933 2.053 4.937 4.22 6.892 5.361l1.557 11.303h-2.935zm-1.82 0h-7.435c1.255-1.827 2.55-4.174 3.717-7.876c1.056 3.342 2.234 5.654 3.717 7.876z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})