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.5 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'Tent24Regular', 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: 'M11.22 2.22a.75.75 0 0 1 1.042-.018l1.756 1.639a20.816 20.816 0 0 0 4.235 3.056c.432.236.727.661.797 1.148L20.4 17.5h.85a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5h.85l1.355-9.49c.065-.455.332-.857.726-1.093a19.934 19.934 0 0 0 3.84-2.998l1.699-1.7zM5.115 17.5h2.131a23.313 23.313 0 0 0 3.509-7.16l.525-1.8a.75.75 0 0 1 1.44 0l.525 1.8a23.314 23.314 0 0 0 3.509 7.16h2.131l-1.32-9.243a.059.059 0 0 0-.03-.043a22.313 22.313 0 0 1-4.54-3.276l-1.227-1.145l-1.187 1.187a21.433 21.433 0 0 1-4.129 3.223a.026.026 0 0 0-.012.019L5.115 17.5zm9.814 0A24.813 24.813 0 0 1 12 11.397A24.813 24.813 0 0 1 9.07 17.5h5.86z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })