UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.64 kB
'use strict' 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: 'ConvertRange24Filled', 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.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 */ ) ]) ) ) } })