mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-03 10:53:47 +02:00
currency yen
This commit is contained in:
@@ -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(/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");
|
.replace(/\n\n+/g, "\n");
|
||||||
|
|
||||||
fs.writeFileSync(file, svgFileContent);
|
if(svgFile.toString() !== svgFileContent) {
|
||||||
|
fs.writeFileSync(file, svgFileContent);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
cb();
|
cb();
|
||||||
|
7
src/_icons/currency-yen.svg
Normal file
7
src/_icons/currency-yen.svg
Normal 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>
|
@@ -72,7 +72,7 @@ layout: default
|
|||||||
|
|
||||||
<div class="mb">
|
<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='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>
|
</div>
|
||||||
|
|
||||||
<h2 class="icon-subtitle">{{ site.icons.size }} icons</h2>
|
<h2 class="icon-subtitle">{{ site.icons.size }} icons</h2>
|
||||||
|
Reference in New Issue
Block a user