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.41 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 16 16' } export default defineComponent({ name: 'FontSpaceTrackingOut16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M11.695 8.534a.75.75 0 0 1-1.389 0l-2.25-5.5a.75.75 0 1 1 1.388-.568l1.557 3.804l1.556-3.804a.75.75 0 0 1 1.388.568l-2.25 5.5zM5 2a.75.75 0 0 1 .694.466l2.25 5.5a.75.75 0 0 1-1.388.568L6.133 7.5H3.867l-.423 1.034a.75.75 0 0 1-1.388-.568l2.25-5.5A.75.75 0 0 1 5 2zm.52 4L5 4.731l-.519 1.27h1.038zm5.95 4.22a.75.75 0 0 1 1.06 0l1.25 1.248a.75.75 0 0 1 0 1.061l-1.25 1.251a.75.75 0 0 1-1.089-1.03H4.56a.75.75 0 0 1-1.089 1.03l-1.25-1.248a.75.75 0 0 1 0-1.06l1.25-1.252a.75.75 0 0 1 1.09 1.03h6.881a.75.75 0 0 1 .029-1.03z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })