@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2 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: 'Fps3048Filled',
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: 'M16 14.5c1.779 0 3-1.35 3-2.75S17.78 9 16 9c-1.32 0-2.375.763-2.799 1.878c-.224.592-.714 1.122-1.347 1.122c-1.034 0-1.92-.837-1.62-1.826C10.975 7.744 13.367 6 16 6c3.314 0 6 2.574 6 5.75c0 1.684-.755 3.198-1.959 4.25c1.204 1.052 1.96 2.566 1.96 4.25c0 3.176-2.687 5.75-6 5.75c-2.635 0-5.026-1.744-5.766-4.174c-.301-.99.585-1.826 1.62-1.826c.632 0 1.122.53 1.346 1.122c.424 1.115 1.478 1.878 2.8 1.878c1.777 0 3-1.35 3-2.75S17.777 17.5 16 17.5a1.5 1.5 0 1 1 0-3zm8-2.5a6 6 0 0 1 12 0v8a6 6 0 0 1-12 0v-8zm3 8a3 3 0 1 0 6 0v-8a3 3 0 1 0-6 0v8zM9.25 30C8.56 30 8 30.56 8 31.25v11.54a1.25 1.25 0 1 0 2.5 0V38.5h4.25a1.25 1.25 0 1 0 0-2.5H10.5v-3.5h5.256a1.25 1.25 0 1 0 0-2.5H9.25zm11.5 0c-.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.5zm10.406-3.5a1.656 1.656 0 1 0 0 3.311h1.25a4.094 4.094 0 0 1 0 8.189H34.25a3.75 3.75 0 0 1-3.75-3.75a1.25 1.25 0 1 1 2.5 0c0 .69.56 1.25 1.25 1.25h1.656a1.594 1.594 0 0 0 0-3.189h-1.25a4.156 4.156 0 1 1 0-8.311h1.594A3.75 3.75 0 0 1 40 33.75a1.25 1.25 0 1 1-2.5 0c0-.69-.56-1.25-1.25-1.25h-1.594z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})