1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 09:32:04 +02:00

currency yen

This commit is contained in:
codecalm
2020-04-07 20:26:06 +02:00
parent 106b49b7d3
commit 7ac7ca0c2b
3 changed files with 11 additions and 2 deletions

View File

@@ -414,7 +414,9 @@ gulp.task('optimize', function (cb) {
.replace(/a\s?([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s?([0-1])\s?([0-1])\s?(-?[0-9.]+)\s?(-?[0-9.]+)/g, 'a$1 $2 $3 $4 $5 $6 $7')
.replace(/\n\n+/g, "\n");
fs.writeFileSync(file, svgFileContent);
if(svgFile.toString() !== svgFileContent) {
fs.writeFileSync(file, svgFileContent);
}
});
cb();

View File

@@ -0,0 +1,7 @@
---
---
<svg>
<path d="M12 19v-7l-5 -7m8 0l-5 7" />
<line x1="8" y1="17" x2="16" y2="17" />
<line x1="8" y1="13" x2="16" y2="13" />
</svg>

View File

@@ -72,7 +72,7 @@ layout: default
<div class="mb">
{% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings' %}
{% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee' %}
{% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen' %}
</div>
<h2 class="icon-subtitle">{{ site.icons.size }} icons</h2>