@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.75 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: 'ArrowAutofitHeight24Filled',
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: 'M12.952 5.898l.084-.098l2.354-2.357c.18-.273.505-.443.86-.443c.324 0 .62.14.806.368l.005.007l.046.064L19.465 5.8l.085.098l.005.008a1 1 0 0 1 .01 1.177l-.006.008l-.099.117l-.106.091l-.007.006a1 1 0 0 1-1.177.01l-.009-.007l-.11-.093l-.801-.801v3.19l-.008.108l-.002.01c-.072.463-.51.778-.99.778s-.918-.315-.99-.779l-.002-.01l-.008-.108V6.414l-.8.8l-.097.085l-.008.006a1 1 0 0 1-1.399-1.4l.006-.007zM4 6.492a2.5 2.5 0 0 1 2.5-2.5h4a1 1 0 1 1 0 2h-4a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h4a1 1 0 1 1 0 2h-4a2.5 2.5 0 0 1-2.5-2.5v-11zm10.453 10.294l-.098-.085l-.008-.006a1 1 0 0 0-1.302 1.511l2.347 2.35c.18.274.505.444.86.444c.357 0 .682-.17.861-.444l2.354-2.356l.085-.098l.005-.008a1 1 0 0 0-.096-1.302l-.007-.006l-.098-.085l-.007-.006a1 1 0 0 0-1.303.097l-.794.794v-3.19l-.008-.108l-.002-.01c-.072-.463-.51-.778-.99-.778c-.52 0-1 .376-1 .906v3.18l-.8-.8z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})