@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.72 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Fps6048Filled',
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: 'M30 6a6 6 0 0 0-6 6v8a6 6 0 0 0 12 0v-8a6 6 0 0 0-6-6zm3 14a3 3 0 1 1-6 0v-8a3 3 0 1 1 6 0v8zM8 31.25c0-.69.56-1.25 1.25-1.25h6.506a1.25 1.25 0 1 1 0 2.5H10.5V36h4.25a1.25 1.25 0 1 1 0 2.5H10.5v4.29a1.25 1.25 0 1 1-2.5 0V31.25zM20.75 30c-.69 0-1.25.56-1.25 1.25v11.54a1.25 1.25 0 1 0 2.5 0V38.5h2.25a4.25 4.25 0 0 0 0-8.5h-3.5zm3.5 6H22v-3.5h2.25a1.75 1.75 0 1 1 0 3.5zM33 34.156c0-.915.741-1.656 1.656-1.656h1.594c.69 0 1.25.56 1.25 1.25a1.25 1.25 0 1 0 2.5 0A3.75 3.75 0 0 0 36.25 30h-1.594a4.156 4.156 0 1 0 0 8.311h1.25a1.595 1.595 0 0 1 0 3.189H34.25c-.69 0-1.25-.56-1.25-1.25a1.25 1.25 0 1 0-2.5 0A3.75 3.75 0 0 0 34.25 44h1.656a4.094 4.094 0 1 0 0-8.189h-1.25A1.656 1.656 0 0 1 33 34.156zM13 12a3 3 0 1 1 6 0a1.5 1.5 0 0 0 3 0a6 6 0 0 0-12 0v8.25c0 .084.007.167.02.248A6 6 0 1 0 13 14.803V12zm0 8a3 3 0 1 1 6 0a3 3 0 0 1-6 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})