@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.59 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'FontSpaceTrackingIn20Regular',
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: 'M12.992 12.004a.5.5 0 0 0 .466-.32l3.508-9.02a.5.5 0 1 0-.932-.363l-3.042 7.823L9.95 2.301a.5.5 0 0 0-.932.363l3.508 9.02a.5.5 0 0 0 .466.32zM7.47 2.3a.5.5 0 0 0-.932 0L4.203 8.305a.504.504 0 0 0-.008.021L3.03 11.322a.5.5 0 1 0 .932.363l1.045-2.688h3.994l1.045 2.688a.5.5 0 1 0 .932-.363L9.831 8.374a.497.497 0 0 0-.044-.114L7.47 2.301zm1.142 5.696H5.396l1.608-4.135l1.608 4.135zm-2.118 5.125a.5.5 0 1 0-.651.76l1.306 1.12H3.496a.5.5 0 0 0 0 1h3.65l-1.304 1.12a.5.5 0 1 0 .652.759l2.33-2.002a.5.5 0 0 0 0-.759l-2.33-1.998zm7.712 4.705a.5.5 0 0 1-.705.054l-2.33-1.998a.5.5 0 0 1 0-.759l2.33-2.002a.5.5 0 1 1 .651.759L12.848 15H16.5a.5.5 0 0 1 0 1h-3.655l1.307 1.121a.5.5 0 0 1 .054.705z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})