@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.36 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: 'Fps24024Regular',
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: 'M2.627 5.99a.75.75 0 0 0 .86-.604l.003-.01a1.118 1.118 0 0 1 .211-.395C3.867 4.78 4.216 4.5 5 4.5A1.5 1.5 0 0 1 6.5 6c0 .618-.201 1.018-.506 1.35c-.334.365-.789.65-1.364 1.011L4.6 8.38c-.55.346-1.212.764-1.72 1.362c-.534.63-.881 1.434-.881 2.509c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5H3.597c.092-.32.244-.57.428-.788c.336-.396.8-.702 1.374-1.062l.096-.06c.517-.324 1.13-.708 1.605-1.226C7.639 7.776 8 7.022 8 6a3 3 0 0 0-3-3c-1.216 0-1.992.47-2.451 1.02a2.617 2.617 0 0 0-.51.976a1.776 1.776 0 0 0-.025.111l-.002.011l-.001.005v.002a.75.75 0 0 0 .616.865zM16 5.996a2.994 2.994 0 0 1 2.994-2.994h.012A2.994 2.994 0 0 1 22 5.996v4.01A2.994 2.994 0 0 1 19.006 13h-.012A2.994 2.994 0 0 1 16 10.006v-4.01zm2.994-1.494c-.825 0-1.494.669-1.494 1.494v4.01c0 .825.669 1.494 1.494 1.494h.012c.825 0 1.494-.669 1.494-1.494v-4.01c0-.825-.67-1.494-1.494-1.494h-.012zM4.75 15a.75.75 0 0 0-.75.75v5.481a.75.75 0 0 0 1.5 0v-1.728h1.75a.75.75 0 0 0 0-1.5H5.5V16.5h2.25a.75.75 0 0 0 0-1.5h-3zm4.75.75a.75.75 0 0 1 .75-.75h1.5a2.25 2.25 0 1 1 0 4.5H11v1.75a.75.75 0 0 1-1.5 0v-5.5zM11 18h.75a.75.75 0 1 0 0-1.5H11V18zm6.375-3a2.125 2.125 0 0 0 0 4.25h.5a.625.625 0 1 1 0 1.25h-.625a.5.5 0 0 1-.5-.5a.75.75 0 0 0-1.5 0a2 2 0 0 0 2 2h.625a2.125 2.125 0 0 0 0-4.25h-.5a.625.625 0 1 1 0-1.25H18a.5.5 0 0 1 .5.5a.75.75 0 0 0 1.5 0a2 2 0 0 0-2-2h-.625zm-3.13-12a.75.75 0 0 1 .75.75v8.5a.75.75 0 0 1-1.5 0V9H9.75a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 1 1 1.5 0V7.5h2.997V3.75a.75.75 0 0 1 .75-.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})