UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 2.63 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 20 20' } export default defineComponent({ name: 'Savings20Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M16.953 9.545c.031.239.047.493.047.763c0 1.535-.465 2.567-.91 3.208c-.225.323-.448.55-.61.695a2.61 2.61 0 0 1-.236.188l-.009.006a.5.5 0 0 0-.235.424V16.5a.5.5 0 0 1-.5.5h-1.384a.116.116 0 0 1-.116-.116c0-.617-.5-1.117-1.116-1.117h-1.768c-.616 0-1.116.5-1.116 1.117a.116.116 0 0 1-.116.116H7.5a.5.5 0 0 1-.5-.5v-.85a.5.5 0 0 0-.342-.473l-.04-.019a2.066 2.066 0 0 1-.23-.132c-.22-.142-.567-.406-1.032-.877a4.986 4.986 0 0 1-.997-1.488c-.184-.422-.569-.793-1.084-.88A.33.33 0 0 1 3 11.457V9.95a.29.29 0 0 1 .242-.286c.55-.093.94-.514 1.092-.978c.13-.398.364-.92.752-1.313a5.636 5.636 0 0 1 1.09-.848a5.695 5.695 0 0 1 .49-.263l.026-.012l.005-.002A.5.5 0 0 0 7 5.787V3.69c.253.22.548.458.866.67c.434.292.951.566 1.482.665c.122-.333.284-.651.48-.948a40.14 40.14 0 0 0-.183-.019c-.355-.036-.782-.233-1.223-.528a8.466 8.466 0 0 1-1.115-.916a.771.771 0 0 0-.826-.155a.758.758 0 0 0-.481.704v2.314A6.899 6.899 0 0 0 4.374 6.67c-.543.55-.838 1.24-.99 1.705c-.06.178-.19.283-.308.303A1.29 1.29 0 0 0 2 9.949v1.507a1.33 1.33 0 0 0 1.108 1.312c.125.02.26.122.334.293a5.985 5.985 0 0 0 1.202 1.79c.509.516.911.827 1.199 1.014c.057.037.11.069.157.097v.538A1.5 1.5 0 0 0 7.5 18h1.384C9.5 18 10 17.5 10 16.884c0-.065.052-.117.116-.117h1.768c.064 0 .116.052.116.117C12 17.5 12.5 18 13.116 18H14.5a1.5 1.5 0 0 0 1.5-1.5v-1.419a4.953 4.953 0 0 0 .91-.994c.555-.797 1.09-2.026 1.09-3.779c0-.726-.101-1.376-.293-1.957c-.186.433-.44.836-.754 1.194zm-.15-4.313a3.5 3.5 0 0 1-1.172 4.166c-.43.312-.997.29-1.487.087l-3.04-1.259c-.49-.203-.907-.588-.99-1.112a3.5 3.5 0 0 1 6.688-1.882zm-1.76 3.358a2.5 2.5 0 1 0-3.941-1.632a.28.28 0 0 0 .083.148c.064.068.166.14.302.196l3.04 1.26c.135.055.259.076.352.073a.281.281 0 0 0 .164-.045zM6.75 9.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })