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.49 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'Drop48Regular', 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: 'M24 4c.331 0 .65.132.884.366l.235.233c1.135 1.125 4.249 4.21 7.173 8.228C35.42 17.124 38.5 22.71 38.5 28.25c0 5.376-1.599 9.357-4.312 11.99C31.485 42.865 27.829 44 24 44c-3.83 0-7.485-1.136-10.188-3.76C11.1 37.608 9.5 33.627 9.5 28.25c0-5.535 3.013-11.057 6.113-15.328c2.89-3.981 5.996-7.061 7.235-8.29l.268-.266A1.25 1.25 0 0 1 24 4zm-6.363 10.39C14.612 18.558 12 23.536 12 28.25c0 4.874 1.437 8.143 3.553 10.197C17.68 40.51 20.65 41.5 24 41.5c3.35 0 6.32-.99 8.447-3.053C34.563 36.393 36 33.124 36 28.25c0-4.71-2.67-9.75-5.73-13.952C27.902 11.043 25.4 8.423 24 7.014c-1.448 1.455-3.984 4.098-6.363 7.377z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })