@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.43 kB
JavaScript
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: 'Syringe24Filled',
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.652L6.94 12l1.53 1.53a.75.75 0 0 0 1.061-1.06L8 10.94l.94-.94l1.53 1.53a.75.75 0 1 0 1.06-1.06L10 8.94l.94-.94l1.53 1.53a.75.75 0 1 0 1.06-1.06L12 6.94l1.44-1.44l-1.47-1.47a.75.75 0 0 1 1.06-1.06l2.47 2.47l1.694-1.69l-.47-.47a.75.75 0 0 1 0-1.06zm2.469 3.53l-.94-.94l-1.693 1.69l.939.94l1.694-1.69z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})