@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.4 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 28 28'
}
export default defineComponent({
name: 'FontSpaceTrackingOut28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M20.421 16.39a1 1 0 0 1-1.842 0l-5.5-13a1 1 0 0 1 1.842-.78l4.58 10.824L24.078 2.61a1 1 0 0 1 1.842.779l-5.5 13zM8.501 2a1 1 0 0 1 .92.61l5.5 13a1 1 0 1 1-1.842.78l-1.433-3.387H5.354L3.921 16.39a1 1 0 0 1-1.842-.78l5.5-13A1 1 0 0 1 8.5 2zm-2.3 9.003h4.6L8.5 5.567l-2.3 5.436zm15.031 8.357a1 1 0 0 1 1.409-.128l3 2.5a1 1 0 0 1 0 1.537l-3 2.5a1 1 0 0 1-1.28-1.537l.877-.732H5.762l.878.732a1 1 0 0 1-1.28 1.537l-3-2.5a1 1 0 0 1 0-1.537l3-2.5a1 1 0 0 1 1.28 1.537l-.878.731h16.476l-.878-.732a1 1 0 0 1-.128-1.408z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})