sync font

This commit is contained in:
vm-silicons
2025-12-20 05:36:13 -08:00
parent 37dda671cf
commit ec148c8ae5
19 changed files with 100 additions and 49 deletions
@@ -0,0 +1,13 @@
The following is the process to implement your own icon using an svg.
If you plan on making your own SVG, consider [Inkscape](https://inkscape.org/). It is free and pretty powerful for vector graphics.
1. Get whatever SVG you plan on using and put it in the `tgstation\tgui\packages\tgfont\icons` folder.
2. In VS Code, press Ctrl+Shift+B, and select "tgui: rebuild tgfont". Wait for it to comlpete.
Now your SVG will be able to be used in the game.
When you reference your icon that you prefix it with "tg-", otherwise it will not find it. For example, with an SVG named "prosthetic-leg.svg", you would reference it with `icon_state = "tg-prosthetic-leg"`.
Keep your SVG as simple as possible, the engine has trouble rendering SVGs that have a lot of little disconnected parts.
-14
View File
@@ -1,14 +0,0 @@
/**
* @file
* @copyright 2021 AnturK https://github.com/AnturK
* @license MIT
*/
module.exports = {
name: 'tgfont',
inputDir: './icons',
outputDir: './dist',
fontTypes: ['woff2', 'eot'],
assetTypes: ['css'],
prefix: 'tg',
};
@@ -0,0 +1,6 @@
bad-touch.svg contains:
- hug by Phạm Thanh Lộc from the Noun Project
- Fight by Rudez Studio from the Noun Project
prosthetic-leg.svg contains:
- prosthetic leg by Gan Khoon Lay from the Noun Project
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 437.4 434.4" style="enable-background:new 0 0 437.4 434.4" xml:space="preserve"><style>.st0{fill:none;stroke:#000;stroke-width:.57;stroke-miterlimit:10}</style><g id="Layer_1"><path class="st0" d="m41.18 306.18 84.43 84.43-19.53 20.8c-11.26 11.99-26.1 17.98-40.93 17.98-14.84 0-29.68-5.99-40.93-17.98-22.52-23.97-22.52-63.2 0-87.18l16.96-18.05zm310.48-156.3L139.65 375.65l-84.43-84.43L269.8 62.7c22.51-23.98 59.34-23.98 81.86 0 22.51 23.97 22.51 63.2 0 87.18z"/><path d="M426.11 88.46c-24.57-26.71-49.15-53.42-73.72-80.13a93.834 93.834 0 0 1-30.93-4.39c-6.96 7.41-6.96 19.53 0 26.94l79.36 84.52c6.96 7.41 18.34 7.41 25.29 0 6.96-7.41 6.96-19.53 0-26.94zM248.07 35.83c13.66 16.01 4.9 48.19-19.57 71.87-24.47 23.68-33.21 29.27-46.88 13.25-13.66-16.01-2.33-26.15 22.14-49.83 24.47-23.67 30.65-51.3 44.31-35.29z" style="stroke-width:.5;fill:none;stroke:#000;stroke-miterlimit:10"/><path class="st0" d="m139.93 375.93-.28-.28m-13.72 15.28-.32-.32"/><path transform="rotate(-45.001 211.427 209.932)" style="stroke:#000;stroke-width:18;stroke-miterlimit:10" d="M191.43-6.09h40v432.04h-40z"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 437.4 434.4"><style>.st0{fill:none;stroke:#000;stroke-width:.57;stroke-miterlimit:10}</style><g id="Layer_1"><path d="m41.18 306.18 84.43 84.43-19.53 20.8c-11.26 11.99-26.1 17.98-40.93 17.98-14.84 0-29.68-5.99-40.93-17.98-22.52-23.97-22.52-63.2 0-87.18zm310.48-156.3L139.65 375.65l-84.43-84.43L269.8 62.7c22.51-23.98 59.34-23.98 81.86 0 22.51 23.97 22.51 63.2 0 87.18z" class="st0"/><path d="M426.11 88.46c-24.57-26.71-49.15-53.42-73.72-80.13a93.8 93.8 0 0 1-30.93-4.39c-6.96 7.41-6.96 19.53 0 26.94l79.36 84.52c6.96 7.41 18.34 7.41 25.29 0 6.96-7.41 6.96-19.53 0-26.94zM248.07 35.83c13.66 16.01 4.9 48.19-19.57 71.87s-33.21 29.27-46.88 13.25c-13.66-16.01-2.33-26.15 22.14-49.83 24.47-23.67 30.65-51.3 44.31-35.29z" style="stroke-width:.5;fill:none;stroke:#000;stroke-miterlimit:10"/><path d="m139.93 375.93-.28-.28m-13.72 15.28-.32-.32" class="st0"/><path d="M191.43-6.09h40v432.04h-40z" style="stroke:#000;stroke-width:18;stroke-miterlimit:10" transform="rotate(-45.001 211.427 209.932)"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

+1 -1
View File
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 437.4 434.4" style="enable-background:new 0 0 437.4 434.4" xml:space="preserve"><style>.st0{fill:none;stroke:#000;stroke-width:.57;stroke-miterlimit:10}</style><g id="Layer_1"><path class="st0" d="m41.18 306.18 84.43 84.43-19.53 20.8c-11.26 11.99-26.1 17.98-40.93 17.98-14.84 0-29.68-5.99-40.93-17.98-22.52-23.97-22.52-63.2 0-87.18l16.96-18.05zm310.48-156.3L139.65 375.65l-84.43-84.43L269.8 62.7c22.51-23.98 59.34-23.98 81.86 0 22.51 23.97 22.51 63.2 0 87.18z"/><path d="M426.11 88.46c-24.57-26.71-49.15-53.42-73.72-80.13a93.834 93.834 0 0 1-30.93-4.39c-6.96 7.41-6.96 19.53 0 26.94l79.36 84.52c6.96 7.41 18.34 7.41 25.29 0 6.96-7.41 6.96-19.53 0-26.94zM248.07 35.83c13.66 16.01 4.9 48.19-19.57 71.87-24.47 23.68-33.21 29.27-46.88 13.25-13.66-16.01-2.33-26.15 22.14-49.83 24.47-23.67 30.65-51.3 44.31-35.29z" style="stroke-width:.5;fill:none;stroke:#000;stroke-miterlimit:10"/><path class="st0" d="m139.93 375.93-.28-.28m-13.72 15.28-.32-.32"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 437.4 434.4"><style>.st0{fill:none;stroke:#000;stroke-width:.57;stroke-miterlimit:10}</style><g id="Layer_1"><path d="m41.18 306.18 84.43 84.43-19.53 20.8c-11.26 11.99-26.1 17.98-40.93 17.98-14.84 0-29.68-5.99-40.93-17.98-22.52-23.97-22.52-63.2 0-87.18zm310.48-156.3L139.65 375.65l-84.43-84.43L269.8 62.7c22.51-23.98 59.34-23.98 81.86 0 22.51 23.97 22.51 63.2 0 87.18z" class="st0"/><path d="M426.11 88.46c-24.57-26.71-49.15-53.42-73.72-80.13a93.8 93.8 0 0 1-30.93-4.39c-6.96 7.41-6.96 19.53 0 26.94l79.36 84.52c6.96 7.41 18.34 7.41 25.29 0 6.96-7.41 6.96-19.53 0-26.94zM248.07 35.83c13.66 16.01 4.9 48.19-19.57 71.87s-33.21 29.27-46.88 13.25c-13.66-16.01-2.33-26.15 22.14-49.83 24.47-23.67 30.65-51.3 44.31-35.29z" style="stroke-width:.5;fill:none;stroke:#000;stroke-miterlimit:10"/><path d="m139.93 375.93-.28-.28m-13.72 15.28-.32-.32" class="st0"/></g></svg>

Before

Width:  |  Height:  |  Size: 1007 B

After

Width:  |  Height:  |  Size: 935 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 500 388"><circle cx="684.6" cy="-383.4" r="83.1" transform="rotate(-45.001 684.577 -383.435)"/><path d="m947-49.1-61.2 95.6-15.6 25.1-56.5 87.8-43.9-28.2-51.7-34.5 75.2-116-98.7-70.6-25.1 145.8h1.5l53.3 144.3 50.2 133.2-76.8 119.2-69 108.2-97.2-61.1 116-180.4-48.6-131.7L359 560.8l-95.6-61.1L556.6 43.4l18.8-109.8-219.5 178.8-72.2-87.8 319.9-260.3 4.7-4.7 17.3 3.1 40.7 6.3 34.5 6.3 14.1 9.4L854.5-115zM129.7-425.857c0-54.7-44.3-99-99-99s-99 44.3-99 99 44.3 99 99 99 99-44.3 99-99"/><path d="M319.9-128.857c-90.4-5.5-179.3-25.7-263.3-59.7-6.6-2.7-9.7-10.1-7.1-16.7 1.9-4.9 6.7-8 11.9-8h243.8c22.3 0 40.5-18.1 40.5-40.5s-18.1-40.5-40.5-40.5H-43c-36.3 0-68.1 24.1-77.9 59l-69.8 248.5-35.9 209.6-178 32c-27.5 4.9-45.8 31.2-40.8 58.7 4.9 27.5 31.2 45.8 58.7 40.8l200.4-36.1c33.5-6 59.7-32.4 65.5-66l16.7-97.4c.8-4.4 5.1-7.3 9.5-6.4 2.4.5 4.5 2 5.6 4.2l53.2 107.2-84.2 229.3c-9.2 26.4 4.6 55.2 31 64.4 25.8 9 54.1-4.1 63.9-29.6l91-247.9c7.7-20.9 6.4-44-3.4-63.9l-88.4-178.1 45.6-150.3c94 38.9 193.7 61.9 295.2 68.2 22.3 1.4 41.5-15.6 42.9-37.9s-15.6-41.5-37.9-42.9"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

+1 -1
View File
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="670" height="512"><path d="M655.714 228H484.286c-7.857 0-14.286 6.412-14.286 14.25v28.5c0 7.838 6.429 14.25 14.286 14.25h171.428c7.857 0 14.286-6.413 14.286-14.25v-28.5c0-7.838-6.429-14.25-14.286-14.25z" style="stroke-width:.89174"/><path d="M384 121.941V128H256V0h6.059a24 24 0 0 1 16.97 7.029l97.941 97.941a24.002 24.002 0 0 1 7.03 16.971zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160zm-135.46 16c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.491-48 48-48zm208 240h-256l.485-48.485L104.54 328c4.686-4.686 11.799-4.201 16.485.485L160.54 368l103.52-103.52c4.686-4.686 12.284-4.686 16.971 0l39.514 39.515z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="670" height="512"><path d="M655.714 228H484.286c-7.857 0-14.286 6.412-14.286 14.25v28.5c0 7.838 6.429 14.25 14.286 14.25h171.428c7.857 0 14.286-6.413 14.286-14.25v-28.5c0-7.838-6.429-14.25-14.286-14.25" style="stroke-width:.89174"/><path d="M384 121.941V128H256V0h6.059a24 24 0 0 1 16.97 7.029l97.941 97.941a24 24 0 0 1 7.03 16.971M248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160zm-135.46 16c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.491-48 48-48m208 240h-256l.485-48.485L104.54 328c4.686-4.686 11.799-4.201 16.485.485L160.54 368l103.52-103.52c4.686-4.686 12.284-4.686 16.971 0l39.514 39.515z"/></svg>

Before

Width:  |  Height:  |  Size: 746 B

After

Width:  |  Height:  |  Size: 735 B

+1 -1
View File
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="670" height="512"><path d="M655.714 228.429h-57.143v-57.143c0-7.857-6.428-14.286-14.285-14.286h-28.572c-7.857 0-14.285 6.429-14.285 14.286v57.143h-57.143c-7.857 0-14.286 6.428-14.286 14.285v28.572c0 7.857 6.429 14.285 14.286 14.285h57.143v57.143c0 7.857 6.428 14.286 14.285 14.286h28.572c7.857 0 14.285-6.429 14.285-14.286v-57.143h57.143c7.857 0 14.286-6.428 14.286-14.285v-28.572c0-7.857-6.429-14.285-14.286-14.285z" style="stroke-width:.892857"/><path d="M384 121.941V128H256V0h6.059a24 24 0 0 1 16.97 7.029l97.941 97.941a24.002 24.002 0 0 1 7.03 16.971zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160zm-135.46 16c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.491-48 48-48zm208 240h-256l.485-48.485L104.54 328c4.686-4.686 11.799-4.201 16.485.485L160.54 368l103.52-103.52c4.686-4.686 12.284-4.686 16.971 0l39.514 39.515z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="670" height="512"><path d="M655.714 228.429h-57.143v-57.143c0-7.857-6.428-14.286-14.285-14.286h-28.572c-7.857 0-14.285 6.429-14.285 14.286v57.143h-57.143c-7.857 0-14.286 6.428-14.286 14.285v28.572c0 7.857 6.429 14.285 14.286 14.285h57.143v57.143c0 7.857 6.428 14.286 14.285 14.286h28.572c7.857 0 14.285-6.429 14.285-14.286v-57.143h57.143c7.857 0 14.286-6.428 14.286-14.285v-28.572c0-7.857-6.429-14.285-14.286-14.285" style="stroke-width:.892857"/><path d="M384 121.941V128H256V0h6.059a24 24 0 0 1 16.97 7.029l97.941 97.941a24 24 0 0 1 7.03 16.971M248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160zm-135.46 16c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.491-48 48-48m208 240h-256l.485-48.485L104.54 328c4.686-4.686 11.799-4.201 16.485.485L160.54 368l103.52-103.52c4.686-4.686 12.284-4.686 16.971 0l39.514 39.515z"/></svg>

Before

Width:  |  Height:  |  Size: 961 B

After

Width:  |  Height:  |  Size: 950 B

@@ -1,3 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 425 200" opacity=".33"><path d="M178.004.039H106.8a6.761 6.026 0 0 0-6.761 6.025v187.872a6.761 6.026 0 0 0 6.761 6.025h53.107a6.761 6.026 0 0 0 6.762-6.025V92.392l72.216 104.7a6.761 6.026 0 0 0 5.76 2.87H318.2a6.761 6.026 0 0 0 6.761-6.026V6.064A6.761 6.026 0 0 0 318.2.04h-54.717a6.761 6.026 0 0 0-6.76 6.025v102.62L183.763 2.909a6.761 6.026 0 0 0-5.76-2.87zM4.845 22.109A13.412 12.502 0 0 1 13.478.039h66.118A5.365 5 0 0 1 84.96 5.04v79.88zm415.31 155.782a13.412 12.502 0 0 1-8.633 22.07h-66.118a5.365 5 0 0 1-5.365-5.001v-79.88z"/></svg>
<!-- This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. -->
<!-- http://creativecommons.org/licenses/by-sa/4.0/ -->
<svg xmlns="http://www.w3.org/2000/svg" opacity=".33" version="1.0" viewBox="0 0 425 200"><path d="M178.004.039H106.8a6.761 6.026 0 0 0-6.761 6.025v187.872a6.761 6.026 0 0 0 6.761 6.025h53.107a6.761 6.026 0 0 0 6.762-6.025V92.392l72.216 104.7a6.761 6.026 0 0 0 5.76 2.87H318.2a6.761 6.026 0 0 0 6.761-6.026V6.064A6.761 6.026 0 0 0 318.2.04h-54.717a6.761 6.026 0 0 0-6.76 6.025v102.62L183.763 2.909a6.761 6.026 0 0 0-5.76-2.87zM4.845 22.109A13.412 12.502 0 0 1 13.478.039h66.118A5.365 5 0 0 1 84.96 5.04v79.88zm415.31 155.782a13.412 12.502 0 0 1-8.633 22.07h-66.118a5.365 5 0 0 1-5.365-5.001v-79.88z"/></svg>

Before

Width:  |  Height:  |  Size: 770 B

After

Width:  |  Height:  |  Size: 607 B

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 707.8 944.4"><path d="m532.7 767.2-80-320.1c-4.5-17.8-20.5-30.3-38.8-30.3H395c-19.1 8.8-40 13.3-61.1 13.3v600.1h26.7c22.1 0 40-17.9 40-40V816.9h93.3c26 0 45.1-24.4 38.8-49.7M440.6 283.5c0-58.9-47.8-106.7-106.7-106.7v213.4c58.9 0 106.7-47.8 106.7-106.7"/><path d="M253.9 416.9c-44.2 0-80 35.8-80 80v226.7c0 22.1 17.9 40 40 40h26.7v226.7c0 22.1 17.9 40 40 40h53.3V430.2c-20.7 0-41.5-4.3-61.1-13.3zM227.2 283.5c0 58.9 47.8 106.7 106.7 106.7V176.8c-58.9 0-106.7 47.8-106.7 106.7"/></svg>

After

Width:  |  Height:  |  Size: 557 B

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 500 500"><circle cx="97" cy="-305.1" r="141.8"/><path d="M654.7 11.6 455.2-212.6c-22.9-25.8-101.3 34.4-118.8 76.8-42.1 11.9-85.6 16.4-126.2 16.4-49.5 0-94.4-6.6-126.6-13.2-16.1-3.3-29-6.6-37.6-9-4.3-1.1-7.6-2.2-9.7-2.8-1.1-.3-1.8-.6-2.3-.7l-.4-.2c-.5-.2-.9-.2-1.4-.4-4.2-2-8.6-3.7-13.2-4.8-53.8-13.4-131.9 15.8-163.7 108.1-42.9 127.3-52.2 210.1-35.8 350.2 17.3 89.2 73.2 108.1 125.7 110.8 4 .7 8.1 1.1 12.3 1.1h302.7L359.9 687c11.9 31.7 41.9 51.3 73.9 51.3 9.2 0 18.5-1.6 27.6-5 40.8-15.2 61.5-60.6 46.3-101.4L388.8 313.4c-11.5-30.8-41-51.3-73.9-51.3h-98.5l59.5-37.2c36.9-23.1-46.8-156.7-83.7-133.7L46.3 182.6c5.6-48.8 14.9-96.4 23.5-138.7-54.2-9.9-89.7-24-99.2-28-15.9-7-27.7-19.3-33.9-35s-5.8-32.8 1-48.3c10.1-23 32.7-37.8 57.8-37.8 8.8 0 17.3 1.8 25.3 5.3l1.2.5c1.8.7 4.5 1.7 8 3 7 2.5 18.3 6.1 33.1 9.8 26.9 6.8 70 14.8 122.5 14.8 79.8 0 157.6-18.2 231.1-54 8.7-4.3 18-6.4 27.6-6.4 24.4 0 46.1 13.6 56.8 35.5 15.2 31.2 2.1 69.1-29.1 84.3-11.7 5.7-23.5 11-35.3 16L537 116.3c29 32.6 78.8 35.4 111.3 6.5 21-18.7 29.7-46.2 25.3-72.2-2.4-14-8.6-27.6-18.9-39"/><path d="M489.7-91.2c-12.2-25-42.4-35.5-67.5-23.3-87.4 42.6-169.1 55.3-236.6 55.3-52 0-95.5-7.6-125.7-15.2-15-3.8-26.7-7.4-34.3-10.1-3.8-1.3-6.6-2.4-8.3-3.1-.8-.3-1.5-.6-1.7-.7h-.1c-25.5-11.1-55.3.5-66.4 26s.5 55.2 26.1 66.4c4.3 1.8 86.6 37.5 210.6 37.7h.2c80.2 0 177.9-15.5 280.6-65.4 24.9-12.3 35.3-42.4 23.1-67.6"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

+1 -1
View File
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="542" height="512"><path d="M215.03 71.05 126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97z"/><path d="M527.714 228H356.286c-7.857 0-14.286 6.412-14.286 14.25v28.5c0 7.838 6.429 14.25 14.286 14.25h171.428c7.857 0 14.286-6.413 14.286-14.25v-28.5c0-7.838-6.429-14.25-14.286-14.25z" style="stroke-width:.89174"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="542" height="512"><path d="M215.03 71.05 126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97"/><path d="M527.714 228H356.286c-7.857 0-14.286 6.412-14.286 14.25v28.5c0 7.838 6.429 14.25 14.286 14.25h171.428c7.857 0 14.286-6.413 14.286-14.25v-28.5c0-7.838-6.429-14.25-14.286-14.25" style="stroke-width:.89174"/></svg>

Before

Width:  |  Height:  |  Size: 469 B

After

Width:  |  Height:  |  Size: 467 B

+1 -1
View File
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="542" height="512"><path d="M527.714 227.929h-57.143v-57.143c0-7.857-6.428-14.286-14.285-14.286h-28.572c-7.857 0-14.285 6.429-14.285 14.286v57.143h-57.143c-7.857 0-14.286 6.428-14.286 14.285v28.572c0 7.857 6.429 14.285 14.286 14.285h57.143v57.143c0 7.857 6.428 14.286 14.285 14.286h28.572c7.857 0 14.285-6.429 14.285-14.286v-57.143h57.143c7.857 0 14.286-6.428 14.286-14.285v-28.572c0-7.857-6.429-14.285-14.286-14.285z" style="stroke-width:.892857"/><path d="M215.03 71.05 126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="542" height="512"><path d="M527.714 227.929h-57.143v-57.143c0-7.857-6.428-14.286-14.285-14.286h-28.572c-7.857 0-14.285 6.429-14.285 14.286v57.143h-57.143c-7.857 0-14.286 6.428-14.286 14.285v28.572c0 7.857 6.429 14.285 14.286 14.285h57.143v57.143c0 7.857 6.428 14.286 14.285 14.286h28.572c7.857 0 14.285-6.429 14.285-14.286v-57.143h57.143c7.857 0 14.286-6.428 14.286-14.285v-28.572c0-7.857-6.429-14.285-14.286-14.285" style="stroke-width:.892857"/><path d="M215.03 71.05 126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97"/></svg>

Before

Width:  |  Height:  |  Size: 684 B

After

Width:  |  Height:  |  Size: 682 B

@@ -1,3 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 200 289.742" opacity=".33"><path d="M93.538 0c-18.113 0-34.22 3.112-48.324 9.334-13.965 6.222-24.612 15.072-31.94 26.547C6.084 47.22 2.972 60.631 2.972 76.116c0 10.647 2.725 20.465 8.175 29.453 5.616 8.987 14.039 17.352 25.27 25.094 11.23 7.606 26.507 15.419 45.83 23.438 19.984 8.296 34.849 15.555 44.593 21.776 9.744 6.223 16.761 12.859 21.055 19.91 4.295 7.052 6.442 15.764 6.442 26.134 0 16.178-5.202 28.483-15.606 36.917-10.24 8.435-25.022 12.653-44.345 12.653-14.039 0-25.516-1.66-34.434-4.978-8.918-3.457-16.186-8.711-21.8-15.763-5.616-7.052-10.076-16.661-13.379-28.829H0v56.827c33.857 7.328 63.749 10.994 89.678 10.994 16.02 0 30.72-1.383 44.098-4.148 13.542-2.904 25.104-7.467 34.683-13.69 9.744-6.359 17.34-14.519 22.79-24.474 5.45-10.093 8.175-22.4 8.175-36.917 0-12.997-3.302-24.335-9.908-34.014-6.44-9.818-15.525-18.527-27.251-26.132-11.561-7.604-27.911-15.831-49.051-24.68-17.506-7.19-30.72-13.69-39.638-19.497S54.969 93.756 49.479 87.316c-5.426-6.366-9.658-15.07-9.658-24.887 0-9.264 2.075-17.214 6.223-23.85C57.142 24.18 87.331 36.782 91.12 62.925c4.84 6.775 8.85 16.247 12.03 28.415h20.532v-56c-4.479-5.924-9.955-10.631-15.909-14.373 1.64.479 3.19 1.023 4.639 1.64 6.498 2.626 12.168 7.327 17.007 14.103 4.84 6.775 8.85 16.246 12.03 28.414 0 0 8.48-.129 8.49-.002.417 6.415-1.754 9.453-4.124 12.561-2.417 3.17-5.145 6.79-4.003 13.003 1.508 8.203 10.184 10.597 14.622 9.312-3.318-.5-5.318-1.75-5.318-1.75s1.876.999 5.65-1.36c-3.276.956-10.704-.797-11.8-6.763-.958-5.208.946-7.295 3.4-10.514 2.455-3.22 5.285-6.959 4.685-14.489l.003.002h8.927v-56c-15.072-3.871-27.653-6.36-37.747-7.465C114.279.552 104.046 0 93.537 0zm70.321 17.309.238 40.305c1.318 1.226 2.44 2.278 3.341 3.106 4.84 6.775 8.85 16.246 12.03 28.414H200v-56c-6.677-4.594-19.836-10.473-36.14-15.825zm-28.12 5.605 8.565 17.717c-11.97-6.467-13.847-9.717-8.565-17.717zm22.797 0c2.771 8 1.787 11.25-4.494 17.717l4.494-17.717zm15.222 24.009 8.565 17.716c-11.97-6.466-13.847-9.717-8.565-17.716zm22.797 0c2.771 8 1.787 11.25-4.494 17.716l4.494-17.716zM97.44 49.13l8.565 17.716c-11.97-6.467-13.847-9.717-8.565-17.716zm22.795 0c2.772 7.999 1.788 11.25-4.493 17.716l4.493-17.716z"/></svg>
<!-- This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. -->
<!-- http://creativecommons.org/licenses/by-sa/4.0/ -->
<svg xmlns="http://www.w3.org/2000/svg" opacity=".33" version="1.0" viewBox="0 0 200 289.742"><path d="M93.538 0Q66.369 0 45.214 9.334q-20.948 9.334-31.94 26.547C6.084 47.22 2.972 60.631 2.972 76.116q0 15.97 8.175 29.453 8.424 13.48 25.27 25.094 16.845 11.41 45.83 23.438 29.977 12.444 44.593 21.776 14.615 9.334 21.055 19.91 6.442 10.578 6.442 26.134 0 24.267-15.606 36.917-15.36 12.653-44.345 12.653-21.058 0-34.434-4.978-13.378-5.185-21.8-15.763-8.424-10.577-13.379-28.829H0v56.827q50.785 10.993 89.678 10.994 24.03 0 44.098-4.148 20.314-4.356 34.683-13.69 14.615-9.54 22.79-24.474 8.175-15.14 8.175-36.917 0-19.495-9.908-34.014-9.661-14.726-27.251-26.132-17.341-11.406-49.051-24.68-26.26-10.786-39.638-19.497c-13.378-8.711-18.607-12.434-24.097-18.874-5.426-6.366-9.658-15.07-9.658-24.887q0-13.896 6.223-23.85C57.142 24.18 87.331 36.782 91.12 62.925q7.26 10.163 12.03 28.415h20.532v-56c-4.479-5.924-9.955-10.631-15.909-14.373 1.64.479 3.19 1.023 4.639 1.64q9.748 3.939 17.007 14.103 7.26 10.162 12.03 28.414s8.48-.129 8.49-.002c.417 6.415-1.754 9.453-4.124 12.561-2.417 3.17-5.145 6.79-4.003 13.003 1.508 8.203 10.184 10.597 14.622 9.312-3.318-.5-5.318-1.75-5.318-1.75s1.876.999 5.65-1.36c-3.276.956-10.704-.797-11.8-6.763-.958-5.208.946-7.295 3.4-10.514 2.455-3.22 5.285-6.959 4.685-14.489l.003.002h8.927v-56q-22.607-5.807-37.747-7.465Q109.301-.001 93.537 0zm70.321 17.309.238 40.305c1.318 1.226 2.44 2.278 3.341 3.106q7.26 10.162 12.03 28.414H200v-56c-6.677-4.594-19.836-10.473-36.14-15.825zm-28.12 5.605 8.565 17.717c-11.97-6.467-13.847-9.717-8.565-17.717m22.797 0c2.771 8 1.787 11.25-4.494 17.717zm15.222 24.009 8.565 17.716c-11.97-6.466-13.847-9.717-8.565-17.716m22.797 0c2.771 8 1.787 11.25-4.494 17.716zM97.44 49.13l8.565 17.716c-11.97-6.467-13.847-9.717-8.565-17.716m22.795 0c2.772 7.999 1.788 11.25-4.493 17.716z"/></svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

-14
View File
@@ -1,14 +0,0 @@
/**
* @file
* @copyright 2021 AnturK https://github.com/AnturK
* @license MIT
*/
// Change working directory to project root
process.chdir(__dirname);
// Silently make a dist folder
try {
require('fs').mkdirSync('dist');
}
catch (err) {}
+11 -9
View File
@@ -1,11 +1,13 @@
{
"private": true,
"name": "tgfont",
"version": "1.0.0",
"dependencies": {
"fantasticon": "1.2.3"
},
"scripts": {
"tgfont:build": "node mkdist.cjs && fantasticon --config config.cjs"
}
"private": true,
"name": "tgfont",
"type": "module",
"version": "2.0.0",
"scripts": {
"tgfont:build": "svgo icons && node svgtofont.mjs"
},
"dependencies": {
"svgo": "^3.3.2",
"svgtofont": "^6.3.2"
}
}
+39
View File
@@ -0,0 +1,39 @@
@font-face {
font-family: "tgfont";
src: url('tgfont.woff2?t=1748786658304') format('woff2');
}
[class^="tg-"], [class*=" tg-"] {
font-family: 'tgfont' !important;font-size: undefined;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
:root {
--tg-air-tank-slash: "\ea01";
--tg-air-tank: "\ea02";
--tg-bad-touch: "\ea03";
--tg-image-minus: "\ea04";
--tg-image-plus: "\ea05";
--tg-nanotrasen-logo: "\ea06";
--tg-non-binary: "\ea07";
--tg-prosthetic-leg: "\ea08";
--tg-sound-minus: "\ea09";
--tg-sound-plus: "\ea0a";
--tg-syndicate-logo: "\ea0b";
}
.tg-air-tank-slash::before { content: var(--tg-air-tank-slash); }
.tg-air-tank::before { content: var(--tg-air-tank); }
.tg-bad-touch::before { content: var(--tg-bad-touch); }
.tg-image-minus::before { content: var(--tg-image-minus); }
.tg-image-plus::before { content: var(--tg-image-plus); }
.tg-nanotrasen-logo::before { content: var(--tg-nanotrasen-logo); }
.tg-non-binary::before { content: var(--tg-non-binary); }
.tg-prosthetic-leg::before { content: var(--tg-prosthetic-leg); }
.tg-sound-minus::before { content: var(--tg-sound-minus); }
.tg-sound-plus::before { content: var(--tg-sound-plus); }
.tg-syndicate-logo::before { content: var(--tg-syndicate-logo); }
Binary file not shown.
+20
View File
@@ -0,0 +1,20 @@
import svgtofont from 'svgtofont';
/** @type {import('svgtofont').SvgToFontOptions} */
const config = {
classNamePrefix: 'tg',
css: {
include: /\.css$/,
},
dist: './dist',
emptyDist: true,
excludeFormat: ['eot', 'svg', 'symbol.svg', 'ttf', 'woff'],
fontName: 'tgfont',
src: './icons',
svgicons2svgfont: {
normalize: true,
},
useCSSVars: true,
};
svgtofont(config).catch(console.error);