@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.33 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 24 24'
}
export default defineComponent({
name: 'Tent24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12.262 2.202a.75.75 0 0 0-1.042.018l-1.7 1.7a19.934 19.934 0 0 1-3.84 2.997c-.393.236-.66.638-.725 1.092L3.6 17.5h-.85a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-.85l-1.35-9.455a1.559 1.559 0 0 0-.797-1.148a20.816 20.816 0 0 1-4.235-3.056l-1.756-1.64zm1.834 12.916c.49.87 1.123 1.726 1.65 2.382H8.284c.535-.658 1.172-1.522 1.63-2.404c.622-1.198 1.324-2.988 1.862-4.45c.07-.193.14-.38.205-.562c.059.17.121.347.186.528c.522 1.456 1.227 3.258 1.928 4.506z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})