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.61 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: 'FontSpaceTrackingIn28Regular', 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 17c.3 0 .572-.18.69-.456l5.75-13.5a.75.75 0 1 0-1.38-.588l-5.06 11.88l-5.06-11.88a.75.75 0 1 0-1.38.588l5.75 13.5a.75.75 0 0 0 .69.456zM10.186 2.456a.75.75 0 0 0-1.38 0L4.98 11.441a.765.765 0 0 0-.013.031l-1.91 4.484a.75.75 0 0 0 1.38.588L6.16 12.5h6.675l1.722 4.044a.75.75 0 1 0 1.38-.588l-1.878-4.41a.75.75 0 0 0-.074-.174l-3.798-8.916zM12.195 11H6.798l2.698-6.336L12.195 11zm-2.164 8.22a.75.75 0 0 0-1.061 1.06l1.468 1.47H3.75a.75.75 0 1 0 0 1.5h6.688L8.97 24.72a.75.75 0 1 0 1.06 1.06l2.748-2.75a.75.75 0 0 0 0-1.06l-2.747-2.75zm9 6.56a.75.75 0 0 1-1.06 0l-2.748-2.75a.75.75 0 0 1 0-1.06l2.748-2.75a.75.75 0 1 1 1.061 1.06l-1.468 1.47h6.688a.75.75 0 1 1 0 1.5h-6.688l1.468 1.47a.75.75 0 0 1 0 1.06z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })