@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: 'ArrowAutofitWidth24Filled',
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: 'M17.5 3.992a2.5 2.5 0 0 1 2.5 2.5v4a1 1 0 1 1-2 0v-4a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5v4a1 1 0 1 1-2 0v-4a2.5 2.5 0 0 1 2.5-2.5h11zm.7 9.044l-.098-.084l-.008-.006a1 1 0 0 0-1.399 1.4l.006.007l.085.098l.8.799h-3.19l-.107.008l-.01.002c-.464.072-.779.51-.779.99s.315.918.779.99l.01.002l.108.008h3.19l-.802.802l-.093.11l-.006.008a1 1 0 0 0 .01 1.177l.005.007l.091.106l.117.099l.008.006a1 1 0 0 0 1.177-.01l.008-.005l.098-.085l2.36-2.358l.065-.046l.007-.005c.229-.186.368-.482.368-.805c0-.356-.17-.681-.443-.86L18.2 13.035zm-10.926 1.32l-.085.098l-.8.799h3.18c.53 0 .906.48.906 1c0 .48-.315.918-.78.99l-.009.002l-.108.008h-3.19l.795.794a1 1 0 0 1 .096 1.303l-.005.007l-.085.098l-.006.007a1 1 0 0 1-1.303.096l-.007-.005l-.098-.085l-2.357-2.354a1.023 1.023 0 0 1-.443-.86c0-.356.17-.682.443-.86l2.35-2.348a1 1 0 0 1 1.511 1.302l-.005.007z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})