@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.82 kB
JavaScript
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: 'Savings24Filled',
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: 'M18.823 11.128a5 5 0 0 0 1.966-2.692c.1.136.194.277.282.423c.604.999.929 2.204.929 3.64c0 2.207-.833 3.75-1.68 4.739A6.74 6.74 0 0 1 19 18.42v1.829A1.75 1.75 0 0 1 17.25 22H16a1.5 1.5 0 0 1-1.5-1.5h-2A1.5 1.5 0 0 1 11 22H9.75A1.75 1.75 0 0 1 8 20.25v-.683a6.998 6.998 0 0 1-.464-.175A6.457 6.457 0 0 1 5.47 18.03a9.863 9.863 0 0 1-1.605-2.131a.49.49 0 0 0-.329-.258A1.838 1.838 0 0 1 2 13.828v-1.753c0-.843.61-1.562 1.44-1.7c.087-.015.216-.102.277-.284c.192-.577.565-1.434 1.253-2.122a7.944 7.944 0 0 1 1.658-1.246c.136-.078.262-.145.372-.2V3.67c0-.938 1.13-1.323 1.74-.716c.33.329.81.767 1.341 1.134c.53.366 1.037.607 1.454.66a5 5 0 0 0-.45 3.175c.181.957.914 1.562 1.602 1.848l3.696 1.53c.689.285 1.634.375 2.44-.174zM8 10.999a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm10.259-.697a4.006 4.006 0 0 0 1.708-2.781a4 4 0 1 0-7.899.217c.025.13.069.252.13.365c.05.093.11.18.18.26c.182.21.426.374.692.485l3.696 1.53c.49.203 1.055.223 1.493-.076z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})