@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.17 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 28 28'
}
export default defineComponent({
name: 'Drop28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})