UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.27 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 48 48' } export default defineComponent({ name: 'Molecule48Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })