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.18 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'Drop28Filled', 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: 'M13.47 2.22a.75.75 0 0 1 1.06 0c.523.523 2.494 2.614 4.34 5.316c1.823 2.669 3.63 6.082 3.63 9.214c0 3.041-.917 5.374-2.49 6.947C18.442 25.267 16.299 26 14 26c-2.298 0-4.441-.733-6.01-2.303C6.417 22.124 5.5 19.79 5.5 16.75c0-3.132 1.807-6.545 3.63-9.214c1.846-2.702 3.817-4.793 4.34-5.316z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })