@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.63 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Fps3016Filled',
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: 'M8 3a2 2 0 1 1 4 0v3a2 2 0 1 1-4 0V3zm2.5 3V3a.5.5 0 0 0-1 0v3a.5.5 0 0 0 1 0zM1 10.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H2v1h1.5a.5.5 0 0 1 0 1H2v1.5a.5.5 0 0 1-1 0v-4zm5 0a.5.5 0 0 1 .5-.5h1.75a1.75 1.75 0 1 1 0 3.5H7v1a.5.5 0 0 1-1 0v-4zm1 2h1.25a.75.75 0 0 0 0-1.5H7v1.5zm5.5-2.5a1.5 1.5 0 0 0 0 3h1a.5.5 0 0 1 0 1h-2a.5.5 0 0 0 0 1h2a1.5 1.5 0 0 0 0-3h-1a.5.5 0 0 1 0-1h2a.5.5 0 0 0 0-1h-2zm-7-6.75V3a.5.5 0 0 0-.77-.42a2.405 2.405 0 0 0-.203.152C4.363 2.864 4.195 3 4 3c-.552 0-1.02-.475-.756-.959A2 2 0 0 1 7 3v.25c0 .473-.164.908-.439 1.25c.275.342.439.777.439 1.25V6a2 2 0 0 1-3.756.959C2.98 6.475 3.449 6 4 6c.195 0 .363.136.527.268c.068.055.135.109.203.153A.5.5 0 0 0 5.5 6v-.251a.5.5 0 0 0-.5-.5a.75.75 0 0 1 0-1.5a.5.5 0 0 0 .5-.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})