@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.3 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Tag16Regular',
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 6a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm-8.413 4.136a1.988 1.988 0 0 1 0-2.822l4.74-4.716a2.01 2.01 0 0 1 1.41-.584L11.986 2A2 2 0 0 1 14 4.01l-.024 3.362a1.99 1.99 0 0 1-.588 1.397l-4.67 4.647c-.782.779-2.052.779-2.835 0l-3.296-3.28zm.709-2.116a.994.994 0 0 0 0 1.41l3.296 3.28c.392.39 1.026.39 1.418 0l4.67-4.647a.995.995 0 0 0 .293-.698l.024-3.363a1 1 0 0 0-1.006-1.004l-3.25.013a1.005 1.005 0 0 0-.705.292L3.296 8.02z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})