@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.63 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'ConvertRange24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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.5zm11.103 13.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.976zM14.274 12l-.787.788l-.121.14l-.022.029a1.75 1.75 0 0 0 .168 2.28l2.026 2.025l.14.121l.03.022a1.75 1.75 0 0 0 2.28-.169l.012-.012v2.026a2.25 2.25 0 0 1-2.25 2.25h-9.5A2.25 2.25 0 0 1 4 19.25v-5A2.25 2.25 0 0 1 6.25 12h8.024zM8 16.75c0 .414.313.75.7.75h4.6c.387 0 .7-.336.7-.75s-.313-.75-.7-.75H8.7c-.387 0-.7.336-.7.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})