@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 2.55 kB
JavaScript
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 24 24'
}
export default defineComponent({
name: 'Savings24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M10.081 4.089c.53.366 1.037.607 1.454.66a5.024 5.024 0 0 0-.47 1.44c-.672-.149-1.311-.504-1.836-.866c-.26-.178-.504-.37-.729-.557V7a.75.75 0 0 1-.47.695l-.006.003a2.516 2.516 0 0 0-.166.074c-.117.055-.287.14-.486.254A6.45 6.45 0 0 0 6.03 9.03c-.453.453-.733 1.063-.89 1.536c-.203.606-.719 1.165-1.453 1.288a.224.224 0 0 0-.187.22v1.754c0 .165.12.306.283.333c.624.104 1.115.512 1.392 1.006c.251.45.698 1.145 1.355 1.802c.511.511 1.106.839 1.585 1.039a5.276 5.276 0 0 0 .774.254l.005.002A.75.75 0 0 1 9.5 19v1.25c0 .138.112.25.25.25H11a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 1.5 1.5h1.25a.25.25 0 0 0 .25-.25V18c0-.283.16-.542.412-.67l.013-.007a3.873 3.873 0 0 0 .354-.228c.243-.176.572-.449.902-.834c.652-.76 1.319-1.967 1.319-3.761c0-1.007-.188-1.82-.509-2.488c.358-.475.628-1.01.798-1.576c.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.134zm2.989 4.759c-.49-.203-.904-.589-1.002-1.11a4.002 4.002 0 0 1 7.627-2.27a4.001 4.001 0 0 1-1.436 4.834c-.438.299-1.003.279-1.493.076l-3.696-1.53zm4.394.18a2.502 2.502 0 0 0-2.42-4.338a2.502 2.502 0 0 0-1.513 2.708l.021.016a.536.536 0 0 0 .092.048l3.696 1.53a.538.538 0 0 0 .124.035zM9 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})