@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.77 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: 'FontSpaceTrackingOut24Regular',
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: 'M19.446 16.147l.084.073l2.25 2.25a.75.75 0 0 1 .073.976l-.073.084l-2.25 2.25a.75.75 0 0 1-1.133-.976l.073-.084l.969-.971H4.561l.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-.073a.75.75 0 0 1 .883-.007l.094.08l.072.084a.75.75 0 0 1 .007.882l-.08.094l-.969.969h14.878l-.97-.969a.75.75 0 0 1-.072-.976l.073-.084a.75.75 0 0 1 .976-.073zM7.836 2.279l.062.092l.05.106l4.5 11.5a.75.75 0 0 1-1.353.639l-.043-.093l-1.236-3.156H4.683L3.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-.198zm12.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-.092zM7.25 4.808L5.27 9.867h3.96l-1.98-5.06z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})