UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.36 kB
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 12 12' } export default defineComponent({ name: 'Tent12Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6.432 1.458a.5.5 0 0 0-.768 0c-.727.873-2.18 1.924-3.017 2.391a.5.5 0 0 0-.252.369l-.658 4.781h-.233a.5.5 0 1 0 0 1H10.497a.5.5 0 1 0 0-1h-.137l-.659-4.781a.5.5 0 0 0-.251-.369c-.837-.467-2.29-1.518-3.018-2.39zm2.01 7.54c-.806-1.153-1.386-2.294-1.924-4.36a.5.5 0 0 0-.968.001C4.958 6.947 4.263 8.12 3.62 9h-.874l.607-4.403c.778-.464 1.902-1.277 2.695-2.078c.793.801 1.918 1.614 2.696 2.078L9.35 9h-.907zm-1.2 0H4.832c.407-.632.818-1.416 1.202-2.504c.354.999.744 1.775 1.206 2.505z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })