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.59 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: 'Syringe24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M16.725 2.22a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1-1.06 1.06l-.47-.47L18.56 8.5l2.47 2.47a.75.75 0 1 1-1.061 1.06l-1.47-1.47l-6.841 6.842A3.75 3.75 0 0 1 9.007 18.5H6.561l-3.28 3.28a.75.75 0 0 1-1.061-1.06l3.28-3.28v-2.447a3.75 3.75 0 0 1 1.098-2.652l.871-.87s0-.001 0 0l.001-.002l2-1.999c-.001 0 0 0 0 0l1.999-2l.002-.001L13.438 5.5l-1.47-1.47a.75.75 0 0 1 1.061-1.06l2.47 2.47l1.694-1.69l-.47-.47a.75.75 0 0 1 0-1.06zM12 9.06l-.94.94l.72.72a.75.75 0 1 1-1.06 1.06l-.72-.72l-.94.94l.72.72a.75.75 0 1 1-1.06 1.06L8 13.06l-.341.342A2.25 2.25 0 0 0 7 14.992V17h2.007a2.25 2.25 0 0 0 1.591-.659L17.44 9.5L14.5 6.56L13.06 8l.72.72a.75.75 0 0 1-1.06 1.06L12 9.06zm7.194-3.31l-.94-.94l-1.693 1.69l.939.94l1.694-1.69z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })