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.46 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'FontSpaceTrackingIn28Filled', 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: 'M18.5 17a1 1 0 0 0 .921-.61l5.5-13a1 1 0 0 0-1.842-.78L18.5 13.435L13.921 2.61a1 1 0 1 0-1.842.779l5.5 13a1 1 0 0 0 .921.61zM10.421 2.61a1 1 0 0 0-1.842 0l-5.5 13a1 1 0 1 0 1.842.78l1.433-3.387h6.292l1.433 3.387a1 1 0 1 0 1.842-.78l-5.5-13zm1.38 8.393H7.2l2.3-5.436l2.3 5.436zm-2.16 8.229a1 1 0 0 0-1.28 1.537l.877.731H4a1 1 0 1 0 0 2h5.238l-.878.732a1 1 0 0 0 1.28 1.537l3-2.5a1 1 0 0 0 0-1.537l-3-2.5zm10.127 6.408a1 1 0 0 1-1.408.128l-3-2.5a1 1 0 0 1 0-1.536l3-2.5a1 1 0 0 1 1.28 1.537l-.878.731h5.212a1 1 0 1 1 0 2h-5.212l.878.732a1 1 0 0 1 .128 1.408z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })