UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.37 kB
'use strict' 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 12 12' } exports.default = (0, vue_1.defineComponent)({ name: 'Tent12Regular', 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: '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 */ ) ]) ) ) } })