UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.45 kB
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 20 20' } export default defineComponent({ name: 'FontSpaceTrackingOut20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6 2c.31 0 .59.192.7.482l3.25 8.495a.75.75 0 0 1-1.4.536l-.773-2.018H4.223l-.772 2.018a.75.75 0 0 1-1.401-.536L5.3 2.482A.75.75 0 0 1 6 2zM4.796 7.995h2.408L6 4.849L4.796 7.995zm9.886 5.261a.75.75 0 0 1 1.058-.07l2 1.748a.75.75 0 0 1 0 1.129l-2 1.751a.75.75 0 1 1-.987-1.128l.497-.436H4.744l.498.435a.75.75 0 1 1-.987 1.13l-2-1.749a.75.75 0 0 1 0-1.129l2-1.751a.75.75 0 0 1 .988 1.128l-.498.436h10.506l-.498-.435a.75.75 0 0 1-.07-1.059zm.018-1.738a.75.75 0 0 1-1.4 0l-3.25-8.495a.75.75 0 0 1 1.4-.536L14 9.15l2.55-6.664a.75.75 0 0 1 1.4.536l-3.25 8.495z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })