UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.42 kB
'use strict' 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'Syringe20Filled', 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: 'M14.146 2.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708l-.396-.397l-1.793 1.793l1.897 1.896a.5.5 0 0 1-.708.708L15 8.707l-5.56 5.56A2.5 2.5 0 0 1 7.671 15H5.707l-2.853 2.854a.5.5 0 0 1-.708-.708L5 14.293v-1.965a2.5 2.5 0 0 1 .732-1.767l.56-.561l.854.854a.5.5 0 0 0 .708-.708L7 9.293l.793-.793l.853.854a.5.5 0 1 0 .708-.708L8.5 7.793L9.293 7l.853.854a.5.5 0 0 0 .708-.708L10 6.293L11.293 5l-1.147-1.146a.5.5 0 0 1 .708-.708l1.896 1.897l1.793-1.793l-.397-.396a.5.5 0 0 1 0-.708zm1.897 2.604l-.793-.793l-1.793 1.793l.793.793l1.793-1.793z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })