@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.48 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
export default defineComponent({
name: 'FontSpaceTrackingIn16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M10.5 9a.75.75 0 0 0 .694-.466l2.25-5.5a.75.75 0 0 0-1.388-.568L10.5 6.27L8.943 2.466a.75.75 0 1 0-1.388.568l2.25 5.5A.75.75 0 0 0 10.5 9zM6.194 2.466a.75.75 0 0 0-1.389 0l-2.25 5.5a.75.75 0 0 0 1.388.568L4.366 7.5h2.266l.423 1.034a.75.75 0 0 0 1.389-.568l-2.25-5.5zm-.695 2.265l.52 1.27H4.98l.52-1.27zm.03 5.489a.75.75 0 0 0-1.088 1.03H2.683a.75.75 0 1 0 0 1.5h1.758a.75.75 0 0 0 1.09 1.03l1.25-1.25a.75.75 0 0 0-.001-1.061l-1.25-1.25zm6.001 3.56a.75.75 0 0 1-1.06 0l-1.25-1.248a.75.75 0 0 1 0-1.06l1.25-1.252a.75.75 0 0 1 1.114 1h1.732a.75.75 0 1 1 0 1.5h-1.785a.75.75 0 0 1 0 1.06z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})