@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.85 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Savings20Filled',
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: 'M9.645 4.057l.184.02a4.507 4.507 0 0 0-.702 3.196c.156.989.915 1.6 1.595 1.88l3.043 1.26c.68.282 1.648.387 2.457-.201a4.495 4.495 0 0 0 1.485-1.86c.192.58.293 1.23.293 1.956c0 1.753-.535 2.982-1.09 3.779a4.953 4.953 0 0 1-.91.994v1.42a1.5 1.5 0 0 1-1.5 1.5h-1.384C12.5 18 12 17.5 12 16.883a.116.116 0 0 0-.116-.117h-1.768a.116.116 0 0 0-.116.117C10 17.5 9.5 18 8.884 18H7.5A1.5 1.5 0 0 1 6 16.5v-.538c-.048-.028-.1-.06-.157-.097c-.288-.187-.69-.498-1.199-1.014a5.985 5.985 0 0 1-1.202-1.79c-.074-.171-.21-.272-.334-.293A1.33 1.33 0 0 1 2 11.456V9.95c0-.63.455-1.168 1.076-1.272c.118-.02.249-.125.307-.303c.153-.466.448-1.155.99-1.705A6.634 6.634 0 0 1 6 5.476V3.162c0-.353.23-.603.48-.704c.25-.1.581-.082.827.155c.288.278.685.627 1.115.916c.441.295.868.492 1.223.528zM6.75 9.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zm10.288-2.465l.004.006a3.506 3.506 0 0 1-1.408 2.362c-.429.312-.997.29-1.487.087l-3.042-1.26c-.47-.195-.874-.558-.979-1.05a3.5 3.5 0 1 1 6.912-.144z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})