@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.7 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: 'ArrowAutofitWidth24Regular',
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: 'M20 6.242a2.25 2.25 0 0 0-2.25-2.25H6.25A2.25 2.25 0 0 0 4 6.242v4a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 1 .75-.75h11.5a.75.75 0 0 1 .75.75v4a.75.75 0 0 0 1.5 0v-4zm-2.781 6.978a.75.75 0 0 1 .976-.073l.084.073l2.37 2.367a.77.77 0 0 1 .351.664a.786.786 0 0 1-.276.611l-.075.053l-2.37 2.367l-.084.073a.75.75 0 0 1-.882.007l-.094-.08l-.073-.084a.75.75 0 0 1-.007-.883l.08-.094L18.44 17h-3.784l-.089-.007c-.32-.05-.567-.363-.567-.743s.247-.694.567-.743l.09-.007h3.783l-1.221-1.22l-.073-.084a.75.75 0 0 1 .073-.976zm-10.438.003a.75.75 0 0 1 .073.976l-.073.084l-1.221 1.22h3.784c.362 0 .656.336.656.75c0 .38-.247.693-.567.743l-.09.007H5.56l1.221 1.221a.75.75 0 0 1 .073.977l-.073.084a.75.75 0 0 1-.976.073l-.085-.073l-2.37-2.367a.77.77 0 0 1-.35-.664a.77.77 0 0 1 .35-.664l2.37-2.367a.75.75 0 0 1 1.061 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})