@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.73 kB
JavaScript
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: 'FontSpaceTrackingOut24Filled',
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: 'M4.387 16.21a1 1 0 0 1 1.226 0l.094.083l.083.094a1 1 0 0 1 0 1.226l-.083.094l-.293.293h13.172l-.293-.293a1 1 0 0 1-.084-1.32l.084-.094a1 1 0 0 1 1.32-.083l.094.083l2 2a1 1 0 0 1 .083 1.32l-.083.094l-2 2a1 1 0 0 1-1.498-1.32l.084-.094l.291-.293H5.414l.293.293l.083.094a1 1 0 0 1-1.403 1.403l-.094-.083l-2-2l-.084-.094a1 1 0 0 1 0-1.226l.084-.094l2-2l.094-.083zM8.119 2.417l.063.103l.053.116l4.305 11a1 1 0 0 1-1.814.835l-.049-.107l-1.111-2.839H5.042l-1.111 2.84a1 1 0 0 1-1.185.602l-.11-.036a1 1 0 0 1-.604-1.184l.037-.111l4.304-11c.3-.767 1.31-.84 1.746-.22zm11.972.113a1 1 0 0 1 1.85.724l-.036.11l-4.305 11l-.053.116c-.371.694-1.385.694-1.756 0l-.053-.115l-4.304-11l-.037-.111a1 1 0 0 1 .497-1.136L12 2.069l.111-.036a1 1 0 0 1 1.136.497l.049.106l3.373 8.621l3.373-8.621l.049-.106zM7.304 5.743l-1.48 3.782h2.96l-1.48-3.782z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})