@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 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: 'FontSpaceTrackingIn16Regular',
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: 'M5.961 2.308a.5.5 0 0 0-.923 0L3.376 6.297a.517.517 0 0 0-.009.021l-.829 1.99a.5.5 0 1 0 .924.384L4.167 7h2.666l.705 1.692a.5.5 0 0 0 .923-.385l-.813-1.95a.497.497 0 0 0-.04-.096L5.961 2.308zM5.5 3.8L6.416 6H4.583L5.5 3.8zm-.147 6.346a.5.5 0 1 0-.706.708l.646.646H2.5a.5.5 0 0 0 0 1h2.792l-.646.647a.5.5 0 1 0 .708.706l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.499zM10.5 9a.5.5 0 0 0 .461-.308l2.5-6a.5.5 0 1 0-.922-.384L10.498 7.2L8.462 2.308a.5.5 0 1 0-.923.385l2.5 6A.5.5 0 0 0 10.5 9zm.854 4.853a.5.5 0 0 1-.707 0l-1.5-1.498a.5.5 0 0 1 0-.707l1.5-1.501a.5.5 0 1 1 .707.706l-.646.647H13.5a.5.5 0 0 1 0 1h-2.793l.646.646a.5.5 0 0 1 0 .707z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})