@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.87 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: 'FontSpaceTrackingIn24Regular',
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.446 16.147l.085.073l2.25 2.25a.75.75 0 0 1 .072.976l-.072.084l-2.25 2.25a.75.75 0 0 1-1.134-.976l.073-.084l.969-.971H3.75a.75.75 0 0 1-.102-1.492l.102-.007l4.689-.001l-.97-.969a.75.75 0 0 1-.072-.976l.073-.084a.75.75 0 0 1 .976-.073zm7.108 0a.75.75 0 0 1 .883-.007l.093.08l.073.084a.75.75 0 0 1 .007.882l-.08.094l-.969.969h4.69a.75.75 0 0 1 .101 1.494l-.102.007l-4.689-.001l.97.97l.072.085a.75.75 0 0 1-1.049 1.049l-.084-.073l-2.25-2.25l-.073-.084a.75.75 0 0 1-.007-.883l.08-.093l2.25-2.25l.084-.073zM8.836 2.279l.062.092l.05.106l4.5 11.5a.75.75 0 0 1-1.353.639l-.043-.093l-1.236-3.156H5.683L4.45 14.523a.75.75 0 0 1-.875.456l-.097-.03a.75.75 0 0 1-.456-.875l.03-.097l4.5-11.5c.22-.561.946-.627 1.285-.198zm10.76.106a.75.75 0 0 1 1.383.541l-.03.097l-4.5 11.5l-.05.106a.751.751 0 0 1-1.297 0l-.05-.105l-4.5-11.5l-.03-.098a.75.75 0 0 1 .354-.826l.1-.048l.098-.03a.75.75 0 0 1 .826.354l.049.1l3.801 9.716l3.802-9.715l.043-.092zM8.25 4.808L6.27 9.867h3.96l-1.98-5.06z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})