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.46 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: 'FontSpaceTrackingOut16Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M11.461 8.692a.5.5 0 0 1-.923 0l-2.5-6a.5.5 0 1 1 .923-.384L11 7.2l2.039-4.892a.5.5 0 0 1 .923.384l-2.5 6zM5 2a.5.5 0 0 1 .461.308L7.108 6.26c.017.03.03.062.04.095l.813 1.951a.5.5 0 1 1-.923.385L6.333 7H3.667l-.705 1.692a.5.5 0 0 1-.923-.385l.828-1.989a.49.49 0 0 1 .01-.02l1.661-3.99A.5.5 0 0 1 5 2zm.916 4L5 3.8L4.083 6h1.833zm5.73 4.146a.5.5 0 0 1 .707 0l1.5 1.499a.5.5 0 0 1 0 .707l-1.5 1.501a.5.5 0 1 1-.707-.707l.646-.646H3.707l.647.646a.5.5 0 1 1-.707.707l-1.5-1.498a.5.5 0 0 1 0-.707l1.5-1.502a.5.5 0 0 1 .707.707l-.646.647h8.586l-.647-.647a.5.5 0 0 1 0-.707z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })