@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.28 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: 'Molecule48Regular',
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: 'M32 24c5.523 0 10-4.477 10-10S37.523 4 32 4S22 8.477 22 14c0 1.902.531 3.68 1.453 5.195l-5.387 3.589a8 8 0 1 0 .443 9.868l7.682 3.84a6 6 0 1 0 1.12-2.235l-7.682-3.84A7.996 7.996 0 0 0 20 28c0-1.095-.22-2.138-.618-3.089l5.634-3.754A9.968 9.968 0 0 0 32 24zm0-2.5a7.5 7.5 0 1 1 0-15a7.5 7.5 0 0 1 0 15zm-20 12a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11zM35.5 38a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})