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.28 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 12 12' } exports.default = (0, vue_1.defineComponent)({ name: 'Balloon12Filled', 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: 'M5.5 1C7.41 1 9 2.484 9 4.364c0 1.235-.46 2.375-1.104 3.208c-.51.66-1.185 1.19-1.896 1.365V9.4c0 .22.18.4.4.4h1.2A1.4 1.4 0 0 1 9 11.2v.3a.5.5 0 0 1-1 0v-.3a.4.4 0 0 0-.4-.4H6.4A1.4 1.4 0 0 1 5 9.4v-.463c-.71-.175-1.386-.703-1.896-1.363A5.323 5.323 0 0 1 2 4.364C2 2.484 3.59 1 5.5 1zm.07 2.005a.5.5 0 0 0-.14.99a.682.682 0 0 1 .576.576a.5.5 0 0 0 .99-.142A1.682 1.682 0 0 0 5.57 3.005z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })