UNPKG

@vicons/material

Version:

Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)

53 lines (52 loc) 1.8 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 24 24' } export default defineComponent({ name: 'BiotechTwotone', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'path', { opacity: '.3', d: 'M11.925 4.861l.94-.342l1.71 4.699l-.94.342z', fill: 'currentColor' }, null, -1 /* HOISTED */ ), _createElementVNode( 'circle', { cx: '10.5', cy: '8', opacity: '.3', r: '1', fill: 'currentColor' }, null, -1 /* HOISTED */ ), _createElementVNode( 'path', { d: 'M7 19c-1.1 0-2 .9-2 2h14c0-1.1-.9-2-2-2h-4v-2h3c1.1 0 2-.9 2-2h-8c-1.66 0-3-1.34-3-3a3 3 0 0 1 1.47-2.57c.41.59 1.06 1 1.83 1.06c.7.06 1.36-.19 1.85-.62l.59 1.61l.94-.34l.34.94l1.88-.68l-.34-.94l.94-.34l-2.74-7.52l-.94.34l-.34-.94l-1.88.68l.34.94l-.94.35l.56 1.55c-1.17-.04-2.19.75-2.48 1.86A5.01 5.01 0 0 0 5 12c0 2.76 2.24 5 5 5v2H7zm5.86-14.48l1.71 4.7l-.94.34l-1.71-4.7l.94-.34zM10.5 7c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })