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.75 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'Savings16Filled', 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: 'M13.5 8.162a4 4 0 0 0 1.23-1.646c.178.52.27 1.102.27 1.752c0 1.552-.548 2.64-1.11 3.34a4.603 4.603 0 0 1-.89.85V13.5a1.5 1.5 0 0 1-1.5 1.5H11a1 1 0 0 1-1-1H8a1 1 0 0 1-1 1h-.5a1.5 1.5 0 0 1-1.5-1.5v-.213a4.16 4.16 0 0 1-1.69-1.035c-.591-.601-.923-1.352-1.09-1.823a.43.43 0 0 0-.269-.282A1.307 1.307 0 0 1 1 8.891v-.794c0-.576.382-1.082.935-1.24c.104-.03.216-.131.271-.298c.135-.407.394-1.009.87-1.491a5.815 5.815 0 0 1 1.39-1.028V2.163a.76.76 0 0 1 .481-.704a.774.774 0 0 1 .826.15c.253.239.585.524.94.757c.365.239.707.39.986.418h.005a4.009 4.009 0 0 0-.658 2.705c.121 1.029.917 1.647 1.585 1.924l2.39.989c.667.277 1.667.402 2.48-.24zM4.75 7.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zm3.48-3.58a3 3 0 1 1 4.65 3.458c-.416.328-.987.303-1.477.1l-2.39-.99c-.49-.202-.912-.589-.974-1.115a2.983 2.983 0 0 1 .01-.766l.181-.687zm0 0l-.136.438a3.014 3.014 0 0 1 .136-.438z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })