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.48 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'Balloon24Regular', 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: 'M12.018 5.665a.75.75 0 0 1 .902-.559a4.005 4.005 0 0 1 2.972 2.966a.75.75 0 0 1-1.46.347a2.505 2.505 0 0 0-1.856-1.853a.75.75 0 0 1-.558-.901zM5 9a7 7 0 0 1 14 0c0 2.025-.67 4.236-1.85 5.956c-1.042 1.52-2.543 2.731-4.4 2.992v.302c0 .414.336.75.75.75h3.25A2.25 2.25 0 0 1 19 21.25v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 0-.75-.75H13.5a2.25 2.25 0 0 1-2.25-2.25v-.302c-1.857-.261-3.358-1.473-4.4-2.992C5.67 13.236 5 11.025 5 9zm7-5.5A5.5 5.5 0 0 0 6.5 9c0 1.725.58 3.64 1.586 5.107C9.094 15.575 10.453 16.5 12 16.5c1.547 0 2.906-.925 3.914-2.393C16.92 12.639 17.5 10.725 17.5 9A5.5 5.5 0 0 0 12 3.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })