@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.68 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Fps6028Regular',
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: 'M17.5 3A3.5 3.5 0 0 0 14 6.5v5a3.5 3.5 0 1 0 7 0v-5A3.5 3.5 0 0 0 17.5 3zm2 8.5a2 2 0 1 1-4 0v-5a2 2 0 1 1 4 0v5zM6 11.5v-5a3.5 3.5 0 1 1 7 0a.75.75 0 0 1-1.5 0a2 2 0 1 0-4 0v2.127A3.5 3.5 0 1 1 6 11.5zm1.5 0a2 2 0 1 0 4 0a2 2 0 0 0-4 0zm12.85 6A2.35 2.35 0 0 0 18 19.85V20a2.5 2.5 0 0 0 2.5 2.5h.5a1 1 0 0 1 1 1v.15c0 .47-.38.85-.85.85h-.65a1 1 0 0 1-1-1a.75.75 0 0 0-1.5 0a2.5 2.5 0 0 0 2.5 2.5h.65a2.35 2.35 0 0 0 2.35-2.35v-.15A2.5 2.5 0 0 0 21 21h-.5a1 1 0 0 1-1-1v-.15c0-.47.38-.85.85-.85h1.15a.5.5 0 0 1 .5.5a.75.75 0 0 0 1.5 0a2 2 0 0 0-2-2h-1.15zM5 18.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5H6.5v2h1.75a.75.75 0 0 1 0 1.5H6.5v2.75a.75.75 0 0 1-1.5 0v-7zm7.25-.75a.75.75 0 0 0-.75.75v7a.75.75 0 0 0 1.5 0V22.5h1.5a2.5 2.5 0 0 0 0-5h-2.25zM14.5 21H13v-2h1.5a1 1 0 1 1 0 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})