UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.49 kB
'use strict' 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'FontSpaceTrackingIn16Filled', 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: '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 */ ) ]) ) ) } })