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.8 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'FontSpaceTrackingIn24Filled', 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: 'M8.613 16.21l.094.083l2 2a1 1 0 0 1 .083 1.32l-.083.094l-2 2a1 1 0 0 1-1.498-1.32l.084-.094l.293-.294L4 20a1 1 0 0 1-.117-1.993L4 18l3.585-.001l-.292-.292a1 1 0 0 1-.084-1.32l.084-.094a1 1 0 0 1 1.32-.083zm6.774 0a1 1 0 0 1 1.226 0l.094.083l.083.094a1 1 0 0 1 0 1.226l-.083.094l-.293.292L20 18a1 1 0 0 1 .116 1.993L20 20l-3.587-.001l.294.294l.083.094a1 1 0 0 1-1.403 1.403l-.094-.083l-2-2l-.083-.094a1 1 0 0 1 0-1.226l.083-.094l2-2l.094-.083zM9.119 2.446l.063.104l.053.115l4.305 11a1 1 0 0 1-1.814.835l-.049-.106l-1.111-2.84H6.042l-1.111 2.84a1 1 0 0 1-1.185.603l-.11-.036a1 1 0 0 1-.604-1.185l.037-.11l4.304-11c.3-.768 1.31-.84 1.746-.22zm10.021.084a1 1 0 0 1 1.85.724l-.036.11l-4.304 11l-.053.116c-.371.694-1.385.694-1.757 0l-.053-.115l-4.304-11l-.036-.111a1 1 0 0 1 .497-1.136l.106-.049l.11-.036a1 1 0 0 1 1.137.497l.048.106l3.373 8.62l3.374-8.62l.049-.106zM8.304 5.773l-1.48 3.781h2.959l-1.48-3.781z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })