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.55 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: 'FontSpaceTrackingOut28Regular', 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: 'M20.19 16.544a.75.75 0 0 1-1.38 0l-5.75-13.5a.75.75 0 1 1 1.38-.588l5.06 11.88l5.06-11.88a.75.75 0 1 1 1.38.588l-5.75 13.5zM8.496 2c.3 0 .572.18.69.456l3.798 8.916a.75.75 0 0 1 .074.174l1.878 4.41a.75.75 0 0 1-1.38.588L11.834 12.5H5.159l-1.723 4.044a.75.75 0 1 1-1.38-.588l1.91-4.484a.765.765 0 0 1 .013-.031l3.827-8.985A.75.75 0 0 1 8.496 2zm-2.698 9h5.397L8.496 4.664L5.798 11zM21.97 19.22a.75.75 0 0 1 1.06 0l2.748 2.75a.75.75 0 0 1 0 1.06l-2.747 2.75a.75.75 0 1 1-1.061-1.06l1.468-1.47H4.564l1.468 1.47a.75.75 0 0 1-1.061 1.06l-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.47h18.874l-1.468-1.47a.75.75 0 0 1 0-1.06z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })