@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.79 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: 'ConvertRange24Regular',
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: 'M6.25 3A2.25 2.25 0 0 0 4 5.25v2.5A2.25 2.25 0 0 0 6.25 10h9.5A2.25 2.25 0 0 0 18 7.75v-2.5A2.25 2.25 0 0 0 15.75 3h-9.5zM5.5 5.25a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-9.5a.75.75 0 0 1-.75-.75v-2.5zM8.7 16c-.387 0-.7.336-.7.75s.313.75.7.75h4.6c.387 0 .7-.336.7-.75s-.313-.75-.7-.75H8.7zm8.653.445l-.073.084a.75.75 0 0 1-.976.073l-.084-.073l-2-2a.75.75 0 0 1-.073-.976l.073-.084l2-2a.75.75 0 0 1 1.133.976l-.073.084l-.719.721h1.5a1.25 1.25 0 0 0 1.243-1.122l.007-.128V9.75a.75.75 0 0 1 1.493-.102l.007.102V12a2.75 2.75 0 0 1-2.583 2.745l-.167.005h-1.499l.718.719a.75.75 0 0 1 .073.976zM18 19.25v-2.026l-.013.012c-.405.406-.96.57-1.487.495v1.519a.75.75 0 0 1-.75.75h-9.5a.75.75 0 0 1-.75-.75v-5a.75.75 0 0 1 .75-.75h6.822c.058-.192.148-.376.272-.543l.022-.03l.12-.14l.788-.787H6.25A2.25 2.25 0 0 0 4 14.25v5a2.25 2.25 0 0 0 2.25 2.25h9.5A2.25 2.25 0 0 0 18 19.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})