@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.44 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Tent48Regular',
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: 'M25.002 6.02a1.25 1.25 0 0 0-1.92 0c-2.992 3.59-8.895 7.85-12.29 9.746a1.25 1.25 0 0 0-.628.92L7.434 36.5H5.25a1.25 1.25 0 0 0 0 2.5h37.5a1.25 1.25 0 1 0 0-2.5h-2.1l-2.73-19.812a1.25 1.25 0 0 0-.63-.92c-3.394-1.897-9.297-6.158-12.288-9.747zm8.229 30.455c-3.392-4.795-5.805-9.462-8.026-17.995a1.25 1.25 0 0 0-2.42.004c-2.46 9.589-5.372 14.366-8.053 17.99H9.96l2.595-18.837c3.258-1.903 8.266-5.514 11.486-8.936c3.22 3.422 8.227 7.033 11.485 8.936l2.595 18.838h-4.891zm-3.035 0H17.804c2.092-3.045 4.25-6.957 6.196-13.128c1.76 5.57 3.724 9.424 6.196 13.128z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})